]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame_incremental - gdb/testsuite/ChangeLog
[gdb/testsuite] Fix tcl error in gdb.mi/list-thread-groups-available.exp
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
... / ...
CommitLineData
12020-03-03 Tom de Vries <tdevries@suse.de>
2
3 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
4 gdb_test_multiple call.
5
62020-03-03 Tom de Vries <tdevries@suse.de>
7
8 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
9 gdb_test_multiple calls.
10
112020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
12
13 * gdb.base/default.exp: Remove test of 'set history filename'.
14 * gdb.base/gdbinit-history.exp: Add tests for setting the history
15 filename to the empty string.
16 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
17 and GDBHISTSIZE.
18
192020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
20
21 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
22 disabled.
23
242020-03-02 Pedro Alves <palves@redhat.com>
25 Tom de Vries <tdevries@suse.de>
26
27 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
28 -prompt prefix, before user_code argument. Add -lbl option likewise.
29 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
30 (gdb_is_target_1): Add -prompt prefix and move to before user_code
31 argument.
32 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
33 have "\r\n" at start-of-line, instead of at end-of-line.
34
352020-02-28 Simon Marchi <simon.marchi@efficios.com>
36
37 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
38 libinproctrace.so.
39
402020-02-28 Luis Machado <luis.machado@linaro.org>
41
42 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
43 to "p/x".
44
452020-02-28 Luis Machado <luis.machado@linaro.org>
46
47 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
48 asm/ptrace.h and error.h.
49
502020-02-28 Tom de Vries <tdevries@suse.de>
51
52 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
53 (struct wrapper, do_something, mundane/symada__cS): Move ...
54 * gdb.base/c-linkage-name-2.c: ... here. New source file.
55 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
56 Update "print symada__cS before partial symtab expansion" regexp.
57 Update breakpoint location. Flush symbol cache after expansion.
58
592020-02-28 Luis Machado <luis.machado@linaro.org>
60
61 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
62
632020-02-27 Tom de Vries <tdevries@suse.de>
64
65 * config/sid.exp: Remove unused globals.
66 * gdb.base/attach.exp: Same.
67 * gdb.base/catch-load.exp: Same.
68 * gdb.base/dbx.exp: Same.
69 * lib/gdb.exp: Same.
70 * lib/mi-support.exp: Same.
71 * lib/prompt.exp: Same.
72
732020-02-27 Tom de Vries <tdevries@suse.de>
74
75 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
76 not set.
77
782020-02-26 Aaron Merey <amerey@redhat.com>
79
80 * gdb.debuginfod: New directory for debuginfod tests.
81 * gdb.debuginfod/main.c: New test file.
82 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
83
842020-02-26 Tom de Vries <tdevries@suse.de>
85
86 PR gdb/25603
87 * gdb.base/persistent-lang.cc: New test.
88 * gdb.base/persistent-lang.exp: New file.
89
902020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
91
92 * gdb.fortran/derived-type-striding.exp: Add a new test.
93 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
94 new test.
95
962020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
97
98 * gdb.base/cached-source-file.exp: Avoid source file paths in test
99 names.
100
1012020-02-25 Tom de Vries <tdevries@suse.de>
102
103 PR go/18926
104 * gdb.go/methods.exp: Remove gcc/93866 xfail.
105
1062020-02-24 Tom de Vries <tdevries@suse.de>
107
108 PR gdb/25592
109 * gdb.base/info-locals-unused-static-var.c: New test.
110 * gdb.base/info-locals-unused-static-var.exp: New file.
111
1122020-02-22 Tom Tromey <tom@tromey.com>
113
114 * gdb.python/tui-window.exp: New file.
115 * gdb.python/tui-window.py: New file.
116
1172020-02-22 Tom Tromey <tom@tromey.com>
118
119 PR tui/17850:
120 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
121 tests.
122
1232020-02-22 Tom Tromey <tom@tromey.com>
124
125 * gdb.tui/new-layout.exp: Add sub-layout tests.
126
1272020-02-22 Tom Tromey <tom@tromey.com>
128
129 * gdb.tui/new-layout.exp: New file.
130
1312020-02-22 Tom Tromey <tom@tromey.com>
132
133 * gdb.rust/rust-style.rs: New file.
134 * gdb.rust/rust-style.exp: New file.
135 * gdb.base/style.exp: Test structure printing.
136 * gdb.base/style.c (struct some_struct): New type.
137 (enum etype): New type.
138 (struct_value): New global.
139
1402020-02-21 Tom de Vries <tdevries@suse.de>
141
142 PR go/18926
143 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
144 Remove blanket xfails. Use message argument for gdb_breakpoint.
145 Make continuing to breakpoint test conditional on setting breakpoint.
146 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
147 DW_AT_name attribute. Add xfail for GCC PR93866.
148
1492020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
150
151 * gdb.dwarf2/cpp-linkage-name.c: New file.
152 * gdb.dwarf2/cpp-linkage-name.exp: New file.
153
1542020-02-21 Shahab Vahedi <shahab@synopsys.com>
155
156 * lib/gdb.exp (gdb_wrapper_init): Reset
157 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
158 not exist.
159
1602020-02-20 Tom de Vries <tdevries@suse.de>
161
162 PR go/17018
163 * gdb.go/hello.exp: Copy ...
164 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
165 print of st to print value of global definition. Add xfail for GCC
166 PR93844.
167 * gdb.go/hello.exp: Remove printing of st before definition.
168 * gdb.go/hello.go: Copy ...
169 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
170 to st.
171 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
172
1732020-02-20 Tom de Vries <tdevries@suse.de>
174
175 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
176 (gdb_simple_compile): Handle compile_flags go by using .go extension
177 for source file.
178 * gdb.go/chan.exp: Use support_go_compile.
179 * gdb.go/handcall.exp: Same.
180 * gdb.go/hello.exp: Same.
181 * gdb.go/integers.exp: Same.
182 * gdb.go/max-depth.exp: Same.
183 * gdb.go/methods.exp: Same.
184 * gdb.go/package.exp: Same.
185 * gdb.go/strings.exp: Same.
186 * gdb.go/types.exp: Same.
187 * gdb.go/unsafe.exp: Same.
188
1892020-02-19 Tom de Vries <tdevries@suse.de>
190
191 * gdb.python/lib-types.exp: Make xfail more strict.
192
1932020-02-19 Tom de Vries <tdevries@suse.de>
194
195 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
196
1972020-02-19 Doug Evans <dje@google.com>
198
199 PR rust/25535
200 * gdb.rust/simple.exp: Add test.
201 * gdb.rust/simple.rs: Add test.
202
2032020-02-19 Tom de Vries <tdevries@suse.de>
204
205 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
206 output line-by-line.
207
2082020-02-19 Tom de Vries <tdevries@suse.de>
209
210 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
211
2122020-02-19 Tom de Vries <tdevries@suse.de>
213
214 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
215 prelink.
216
2172020-02-19 Tom de Vries <tdevries@suse.de>
218
219 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
220 (gdb_do_cache): Use gdb_do_cache_wrap.
221 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
222
2232020-02-19 Tom de Vries <tdevries@suse.de>
224
225 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
226 gdb_compile option.
227
2282020-02-18 Simon Marchi <simon.marchi@efficios.com>
229
230 * gdb.base/printcmds.exp (test_print_enums): Update expected
231 output.
232
2332020-02-18 Simon Marchi <simon.marchi@efficios.com>
234
235 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
236 for "unknown".
237
2382020-02-18 Simon Marchi <simon.marchi@efficios.com>
239
240 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
241 enumerator.
242
2432020-02-18 Simon Marchi <simon.marchi@efficios.com>
244
245 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
246 FE_, add FE_NONE.
247 (three): Update.
248 (enum flag_enum_without_zero): New enum.
249 (flag_enum_without_zero): New variable.
250 (enum not_flag_enum): New enum.
251 (three_not_flag): New variable.
252 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
253 (test_print_enums): Add more tests for printing flag enums.
254
2552020-02-18 Tom de Vries <tdevries@suse.de>
256
257 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
258 (gdb_compile_ada): ... here.
259 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
260 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
261
2622020-02-14 Tom Tromey <tom@tromey.com>
263
264 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
265 build directory.
266 * boards/gdbserver-base.exp: Update path to gdbserver.
267
2682020-02-13 Tom de Vries <tdevries@suse.de>
269
270 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
271
2722020-02-13 Tom de Vries <tdevries@suse.de>
273
274 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
275 are missing.
276
2772020-02-13 Tom de Vries <tdevries@suse.de>
278
279 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
280 call.
281
2822020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
283
284 PR tui/25126
285 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
286 * gdb.base/cached-source-file.c: New file.
287 * gdb.base/cached-source-file.exp: New file.
288
2892020-02-11 Tom de Vries <tdevries@suse.de>
290
291 PR testsuite/25488
292 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
293
2942020-02-10 Tom de Vries <tdevries@suse.de>
295
296 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
297
2982020-02-10 Maciej W. Rozycki <macro@wdc.com>
299
300 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
301 and $after_addr are both integers before making a comparison.
302
3032020-02-09 Tom de Vries <tdevries@suse.de>
304
305 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
306 command output and paste it into gdb.log. If any, paste catch message
307 to gdb.log.
308
3092020-02-07 Tom Tromey <tromey@adacore.com>
310
311 PR breakpoints/24915:
312 * gdb.base/annotate-symlink.exp: Use setup_xfail.
313
3142020-02-06 Shahab Vahedi <shahab@synopsys.com>
315
316 * gdb.tui/tui-missing-src.exp: Add the "missing source
317 file" test for the TUI.
318
3192020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
320
321 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
322 including a port number in the output.
323
3242020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
325
326 * lib/fortran.exp (fortran_int4): Handle clang.
327 (fortran_int8): Likewise.
328 (fortran_real4): Likewise.
329 (fortran_real8): Likewise.
330 (fortran_complex4): Likewise.
331 (fortran_logical4): Likewise.
332 (fortran_character1): Likewise.
333
3342020-02-04 Tom de Vries <tdevries@suse.de>
335
336 * README (Race detection): Add note.
337
3382020-02-04 Tom de Vries <tdevries@suse.de>
339
340 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
341
3422020-02-04 Tom de Vries <tdevries@suse.de>
343
344 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
345
3462020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
347
348 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
349 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
350 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
351 blttar, bnetarl.
352 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
353 binary for blttar, bnetarl.
354 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
355 wait instruction. Delete ldmx test.
356 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
357
3582020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
359
360 * gdb.fortran/array-bounds-high.exp: New file.
361 * gdb.fortran/array-bounds-high.f90: New file.
362
3632020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
364
365 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
366 Replace #include of <sys/fcntl.h> by <fcntl.h>.
367
3682020-02-01 Tom de Vries <tdevries@suse.de>
369
370 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
371
3722020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
373
374 PR tui/9765
375 * gdb.tui/tui-layout-asm-short-prog.S: New file.
376 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
377
3782020-01-29 Luis Machado <luis.machado@linaro.org>
379
380 * gdb.arch/aarch64-brk-patterns.c: New source file.
381 * gdb.arch/aarch64-brk-patterns.exp: New test.
382
3832020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
384
385 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
386 GCC/Clang version.
387 * gdb.cp/pass-by-ref.exp: Ditto.
388
3892020-01-29 Tom de Vries <tdevries@suse.de>
390
391 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
392 * gdb.threads/watchpoint-fork-mt.c: Same.
393 * gdb.threads/watchpoint-fork-parent.c: Same.
394 * gdb.threads/watchpoint-fork-st.c: Same.
395 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
396
3972020-01-27 Luis Machado <luis.machado@linaro.org>
398
399 * gdb.base/step-over-syscall.exp (setup): Check if we're already
400 sitting at a syscall instruction when we hit the syscall function's
401 breakpoint.
402 Check PC against one obtained with the x command.
403 Validate syscall number.
404 (step_over_syscall): Don't continue to the syscall instruction if
405 we're already there.
406
4072020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
408
409 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
410
4112020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
412
413 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
414 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
415
4162020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
417
418 * gdb.dwarf2/dw2-inline-stepping.c: New file.
419 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
420
4212020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
422
423 * gdb.base/maint.exp: Update line table parsing test.
424 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
425
4262020-01-24 Pedro Alves <palves@redhat.com>
427
428 PR gdb/25410
429 * gdb.multi/multi-re-run-1.c: New.
430 * gdb.multi/multi-re-run-2.c: New.
431 * gdb.multi/multi-re-run.exp: New.
432
4332020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
434
435 PR gdb/23718
436 * gdb.server/server-kill-python.exp: New file.
437
4382020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
439
440 * gdb.server/multi-ui-errors.c: New file.
441 * gdb.server/multi-ui-errors.exp: New file.
442
4432020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
444
445 PR tui/9765
446 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
447
4482020-01-19 Tom Tromey <tom@tromey.com>
449
450 * gdb.tui/main.exp: Add check for plain "file".
451
4522020-01-16 Christian Biesinger <cbiesinger@google.com>
453
454 * lib/gdb.exp: Fix spelling error (seperatelly).
455
4562020-01-14 Tom Tromey <tom@tromey.com>
457
458 PR symtab/12535:
459 * gdb.python/python.exp: Test decode_line with empty string
460 argument.
461
4622020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
463
464 * gdb.base/skip-inline.exp: Extend test.
465
4662020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
467
468 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
469 * gdb.dwarf2/dw2-bad-elf.c: New file.
470 * gdb.dwarf2/dw2-bad-elf.exp: New file.
471
4722020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
473
474 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
475 _line_saw_file.
476
4772020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
478
479 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
480 border.
481
4822020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
483
484 * gdb.multi/multi-target.exp (setup): Factor out "info
485 connections" and "info inferiors" tests to ...
486 (test_info_inferiors): ... this new procedure.
487 (top level): Run new "info-inferiors" tests.
488
4892020-01-10 Pedro Alves <palves@redhat.com>
490
491 * gdb.server/bkpt-other-inferior.exp: New file.
492
4932020-01-10 Pedro Alves <palves@redhat.com>
494
495 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
496 of "add-inferior".
497 * gdb.base/quit-live.exp: Likewise.
498 * gdb.base/remote-exec-file.exp: Likewise.
499 * gdb.guile/scm-progspace.exp: Likewise.
500 * gdb.linespec/linespec.exp: Likewise.
501 * gdb.mi/new-ui-mi-sync.exp: Likewise.
502 * gdb.mi/user-selected-context-sync.exp: Likewise.
503 * gdb.multi/multi-target.exp (setup): Add "info connection" and
504 "info inferiors" tests.
505 * gdb.multi/remove-inferiors.exp: Adjust expected output of
506 "add-inferior".
507 * gdb.multi/watchpoint-multi.exp: Likewise.
508 * gdb.python/py-inferior.exp: Likewise.
509 * gdb.server/extended-remote-restart.exp: Likewise.
510 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
511 "info inferiors".
512 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
513 * gdb.trace/report.exp: Likewise.
514
5152020-01-10 Pedro Alves <palves@redhat.com>
516
517 * gdb.multi/multi-target.c: New file.
518 * gdb.multi/multi-target.exp: New file.
519 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
520 mode requested, but remote does not support non-stop".
521
5222020-01-10 Pedro Alves <palves@redhat.com>
523
524 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
525 disconnect before reconnecting.
526
5272020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
528 Pedro Alves <palves@redhat.com>
529
530 * gdb.server/connect-without-multi-process.exp: Also test
531 continuing to end.
532
5332020-01-10 Pedro Alves <palves@redhat.com>
534
535 * gdb.base/remote-exec-file.exp: New file.
536
5372020-01-10 Pedro Alves <palves@redhat.com>
538
539 * gdb.base/fork-running-state.exp (do_test): Adjust expected
540 output.
541 * gdb.threads/async.c: New.
542 * gdb.threads/async.exp: New.
543 * gdb.multi/tids-gid-reset.c: New.
544 * gdb.multi/tids-gid-reset.exp: New.
545
5462020-01-10 George Barrett <bob@bob131.so>
547
548 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
549 to help in finding the image relocation offset.
550 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
551 options in arguments.
552 (stap_test_no_debuginfo): Likewise.
553 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
554 test variants.
555 (stap_test): Add null semaphore relocation test.
556
5572020-01-10 George Barrett <bob@bob131.so>
558
559 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
560 * gdb.base/stap-probe.exp: Likewise.
561 (stap_test): Pass argument as an additional flag.
562 (stap_test_no_debuginfo): Likewise.
563 (stap_test): Check `info probes stap' output for semaphore
564 addresses if the test binary is supposed to have them.
565
5662020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
567
568 * gdb.tui/basic.exp: Add more scrolling tests.
569
5702020-01-09 Tom Tromey <tom@tromey.com>
571
572 PR tui/18932:
573 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
574 meangingful value.
575 (Term::command, Term::resize): Update.
576 * gdb.tui/basic.exp: Add scrolling test.
577
5782020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
579
580 * gdb.tui/tui-layout-asm.exp: New file.
581
5822020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
583
584 * lib/tuiterm.exp (Term::check_box_contents): New proc.
585
5862020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
587
588 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
589 (Term::enter_tui): Use Term::prepare_for_tui.
590
5912020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
592
593 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
594 called.
595
5962020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
597
598 * gdb.base/skip.exp: Fix race condition in test.
599
6002020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
601
602 * gdb.base/backtrace.c: New file.
603 * gdb.base/backtrace.exp: New file.
604
6052020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
606
607 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
608
6092020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
610
611 * gdb.base/style.exp: Test that warnings are styled.
612
6132019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
614
615 * gdb.base/line65535.exp: New file.
616 * gdb.base/line65535.c: New file.
617
6182019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
619
620 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
621 * lib/gnat_debug_info_test.adb: New file.
622 * gdb.ada/ptype_tagged_param.exp: Use
623 gnat_runtime_has_debug_info, expect a different output if
624 runtime does not have debug info.
625
6262019-12-20 Simon Marchi <simon.marchi@efficios.com>
627
628 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
629 (another) quote in test name.
630
6312019-12-20 Simon Marchi <simon.marchi@efficios.com>
632
633 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
634 Add quote in test name.
635
6362019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
637
638 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
639 directory instead.
640 * gdb.cp/pass-by-ref.exp: Extend with more cases.
641 * gdb.cp/pass-by-ref-2.cc: New file.
642 * gdb.cp/pass-by-ref-2.exp: New file.
643
6442019-12-20 Tom Tromey <tom@tromey.com>
645
646 * gdb.tui/list-before.exp: New file.
647
6482019-12-20 Tom Tromey <tom@tromey.com>
649
650 * gdb.tui/list.exp: Check for source on initial listing.
651
6522019-12-11 Tom Tromey <tromey@adacore.com>
653
654 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
655 Add crlf test.
656
6572019-12-18 Simon Marchi <simon.marchi@efficios.com>
658
659 * gdb.base/default.exp: Update value of $_gdb_major.
660
6612019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
662
663 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
664
6652019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
666
667 * gdb.base/skip.exp: Whitespace fix.
668
6692019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
670
671 * gdb.base/skip-inline.c: New file.
672 * gdb.base/skip-inline.exp: New file.
673
6742019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
675
676 * gdb.base/jit-reader.exp (jit_reader_test): Rename
677 jit_function_00 to jit_function_stack_mangle.
678 * gdb.base/jithost.c (jit_function_t): Rename to...
679 (jit_function_stack_mangle_t): ... this.
680 (jit_function_add_t): New typedef.
681 (jit_function_00_code): Rename to...
682 (jit_function_stack_mangle_code): ... this, make static.
683 (jit_function_add_code): New.
684 (main): Generate "add" function and call it. Adjust to changes
685 in jithost_abi.
686 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
687 (struct jithost_abi) <begin, end>: Remove fields.
688 <object, function_stack_mangle, function_add>: New fields.
689 * gdb.base/jitreader.c (struct reader_state) <code_begin,
690 code_end>: Remove fields.
691 <func_stack_mangle>: New field.
692 (read_debug_info): Adjust to renaming, create block for "add"
693 function.
694 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
695
6962019-12-11 Tom Tromey <tom@tromey.com>
697
698 * gdb.tui/resize.exp: Fix regexp.
699 * gdb.tui/regs.exp: Fix regexps.
700 * gdb.tui/main.exp: Fix regexp.
701
7022019-12-11 Tom Tromey <tom@tromey.com>
703
704 * gdb.tui/resize.exp: Update.
705 * gdb.tui/empty.exp (layouts): Update.
706
7072019-12-11 Tom Tromey <tom@tromey.com>
708
709 * gdb.tui/regs.exp: Update.
710 * gdb.tui/empty.exp (layouts): Update.
711 * gdb.tui/basic.exp: Update.
712 * lib/tuiterm.exp (_check_box): Don't check bottom border.
713
7142019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
715
716 * gdb.base/options.exp: Add -raw-values in the print completion list.
717 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
718
7192019-12-10 Kevin Buettner <kevinb@redhat.com>
720
721 * gdb.threads/omp-par-scope.c: New file.
722 * gdb/threads/omp-par-scope.exp: New file.
723
7242019-12-10 Kevin Buettner <kevinb@redhat.com>
725
726 * lib/gdb.exp (support_nested_function_tests): New proc.
727
7282019-12-10 Kevin Buettner <kevinb@redhat.com>
729
730 * lib/gdb.exp (gdb_compile_openmp): New proc.
731 (build_executable_from_specs): Add an "openmp" option.
732 (gdb_compile_pthreads): Add non-executable case.
733
7342019-12-10 Tom Tromey <tromey@adacore.com>
735
736 * gdb.ada/unchecked_union.exp: New file.
737 * gdb.ada/unchecked_union/pck.adb: New file.
738 * gdb.ada/unchecked_union/pck.ads: New file.
739 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
740 * gdb-utils.exp (string_to_regexp): Also quote "?".
741
7422019-12-10 George Barrett <bob@bob131.so>
743
744 Test scripted probe breakpoints.
745 * gdb.guile/scm-breakpoint.c (main): Add probe point.
746 * gdb.python/py-breakpoint.c (main): Likewise.
747 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
748 specifier test.
749 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
750
7512019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
752
753 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
754 an rvalue parameter.
755 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
756 parameter.
757
7582019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
759
760 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
761 modules.
762
7632019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
764
765 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
766 broken version of GCC.
767
7682019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
769
770 * gdb.fortran/info-modules.exp: Rewrite to make use of new
771 sym-info-cmds library.
772 * gdb.fortran/info-types.exp: Likewise.
773 * lib/sym-info-cmds.exp: New file.
774
7752019-12-08 Tom de Vries <tdevries@suse.de>
776
777 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
778
7792019-12-07 Keith Seitz <keiths@redhat.com>
780
781 * gdb.base/corefile-buildid-shlib-shr.c: New file.
782 * gdb.base/corefile-buildid-shlib.c: New file.
783 * gdb.base/corefile-buildid.c: New file.
784 * gdb.base/corefile-buildid.exp: New file.
785
7862019-12-06 Tom de Vries <tdevries@suse.de>
787
788 * gdb.dwarf2/varval.exp: Add decl before def test.
789
7902019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
791
792 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
793
7942019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
795
796 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
797 CV and reference conversion for overload resolution.
798 * gdb.cp/rvalue-ref-overload.exp: Test it.
799
8002019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
801
802 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
803 * gdb.base/frameapply.exp: Test faas without command.
804
8052019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
806
807 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
808 Fortran tests.
809 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
810 order.
811
8122019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
813
814 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
815 casting to type with no kind specified.
816 (test_basic_parsing_of_type_kinds): Additional tests for types
817 with no kind specified, and add tests for single/double
818 precision/complex types.
819
8202019-12-04 Tom Tromey <tromey@adacore.com>
821
822 * gdb.base/endianity.c (struct other) <x>: New field.
823 (main): Initialize it.
824 * gdb.base/endianity.exp: Update.
825
8262019-12-04 Tom Tromey <tromey@adacore.com>
827
828 * gdb.ada/scalar_storage/storage.adb: New file.
829 * gdb.ada/scalar_storage/pck.adb: New file.
830 * gdb.ada/scalar_storage/pck.ads: New file.
831 * gdb.ada/scalar_storage.exp: New file.
832
8332019-12-04 Tom Tromey <tromey@adacore.com>
834
835 * gdb.base/endianity.c (struct otherendian) <f>: New field.
836 (main): Initialize it.
837 * gdb.base/endianity.exp: Update.
838
8392019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
840
841 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
842
8432019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
844
845 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
846 -symbol-info-module-functions and -symbol-info-module-variables.
847
8482019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
849
850 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
851
8522019-12-01 Richard Bunt <richard.bunt@arm.com>
853 Andrew Burgess <andrew.burgess@embecosm.com>
854
855 * gdb.fortran/derived-type-striding.exp: New file.
856 * gdb.fortran/derived-type-striding.f90: New file.
857 * gdb.fortran/array-slices.exp: New file.
858 * gdb.fortran/array-slices.f90: New file.
859
8602019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
861
862 * gdb.base/define.exp: Test . in command names.
863 * gdb.base/setshow.exp: Update test, as . is now part of
864 command name.
865
8662019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
867
868 * gdb.base/define-prefix.exp: New file.
869
8702019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
871
872 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
873 compile.
874 (skip_btrace_pt_tests): Likewise.
875
8762019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
877
878 * gdb.fortran/info-modules.exp: Compile source files in correct
879 order.
880
8812019-11-27 Kevin Buettner <kevinb@redhat.com>
882
883 * gdb.dwarf2/imported-unit.exp: New file.
884 * gdb.dwarf2/imported-unit.c: New file.
885
8862019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
887
888 * gdb.mi/mi-fortran-modules-2.f90: New file.
889 * gdb.mi/mi-fortran-modules.exp: New file.
890 * gdb.mi/mi-fortran-modules.f90: New file.
891
8922019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
893
894 * gdb.mi/mi-sym-info-1.c: New file.
895 * gdb.mi/mi-sym-info-2.c: New file.
896 * gdb.mi/mi-sym-info.exp: New file.
897
8982019-11-22 Tom Tromey <tromey@adacore.com>
899
900 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
901 * gdb.ada/tasks/foo.adb: Add another stopping location.
902
9032019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
904
905 * gdb.base/endianity.c: New test.
906 * gdb.base/endianity.exp: New file.
907
9082019-11-21 Lukas Durfina <ldurfina@tachyum.com>
909
910 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
911
9122019-11-21 Tom de Vries <tdevries@suse.de>
913
914 PR gdb/24956
915 * gdb.base/ui-redirect.exp: Test output of user-defined command.
916
9172019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
918
919 * gdb.python/py-progspace.exp: Add missing parentheses on some
920 'print' commands.
921
9222019-11-19 Tom Tromey <tom@tromey.com>
923
924 * gdb.tui/winheight.exp: New file.
925
9262019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
927
928 * gdb.base/ctf-whatis.c: Delete.
929 * gdb.base/ctf-whatis.exp: Delete.
930 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
931
9322019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
933
934 * gdb.base/ctf-cvexpr.exp: Delete.
935 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
936
9372019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
938
939 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
940 the compiler. Clean up header comment a little.
941 * gdb.base/ctf-ptype.exp: Likewise.
942 * gdb.base/ctf-whatis.exp: Likewise.
943 * lib/gdb.exp (skip_ctf_tests): New proc.
944
9452019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
946
947 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
948 * gdb.tui/corefile-run.exp: New file.
949
9502019-11-14 Tom Tromey <tromey@adacore.com>
951
952 * gdb.base/gdbvars.exp (test_convenience_variables): Add
953 regression tests.
954
9552019-11-12 Tom Tromey <tom@tromey.com>
956
957 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
958 after any command. Expect prompt after WAIT_FOR is seen.
959 (enter_tui): Enable resize messages.
960 (command): Expect command in output.
961 (get_line): Avoid error when cursor appears to be off-screen.
962 (dump_screen): Include screen size in title.
963 (_do_resize): New proc, from "resize".
964 (resize): Rewrite. Do resize in two steps.
965 * gdb.tui/empty.exp (layouts): Fix entries.
966 (check_boxes): Remove xfail.
967 (check_text): Dump screen on failure.
968
9692019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
970
971 * gdb.python/py-symbol.exp: Add test for
972 gdb.lookup_static_symbols.
973
9742019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
975
976 * gdb.python/py-symbol.c: Declare and call function from new
977 py-symbol-2.c file.
978 * gdb.python/py-symbol.exp: Compile both source files, and add new
979 tests for gdb.lookup_static_symbol.
980 * gdb.python/py-symbol-2.c: New file.
981
9822019-11-02 Tom de Vries <tdevries@suse.de>
983
984 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
985 * gdb.base/anon.exp: Same.
986 * gdb.base/auto-connect-native-target.exp: Same.
987 * gdb.base/call-ar-st.exp: Same.
988 * gdb.base/catch-syscall.exp: Same.
989 * gdb.base/commands.exp: Same.
990 * gdb.base/default.exp: Same.
991 * gdb.base/display.exp: Same.
992 * gdb.base/float.exp: Same.
993 * gdb.base/foll-fork.exp: Same.
994 * gdb.base/help.exp: Same.
995 * gdb.base/info-macros.exp: Same.
996 * gdb.base/info-proc.exp: Same.
997 * gdb.base/info-target.exp: Same.
998 * gdb.base/long_long.exp: Same.
999 * gdb.base/macscp.exp: Same.
1000 * gdb.base/memattr.exp: Same.
1001 * gdb.base/nofield.exp: Same.
1002 * gdb.base/pointers.exp: Same.
1003 * gdb.base/printcmds.exp: Same.
1004 * gdb.base/ptype.exp: Same.
1005 * gdb.base/restore.exp: Same.
1006 * gdb.base/return.exp: Same.
1007 * gdb.base/scope.exp: Same.
1008 * gdb.base/set-noassign.exp: Same.
1009 * gdb.base/setshow.exp: Same.
1010 * gdb.base/shlib-call.exp: Same.
1011 * gdb.base/signals.exp: Same.
1012 * gdb.base/sigstep.exp: Same.
1013 * gdb.base/skip.exp: Same.
1014 * gdb.base/solib-symbol.exp: Same.
1015 * gdb.base/stap-probe.exp: Same.
1016 * gdb.base/step-line.exp: Same.
1017 * gdb.base/step-test.exp: Same.
1018 * gdb.base/style.exp: Same.
1019 * gdb.base/varargs.exp: Same.
1020 * gdb.base/vla-datatypes.exp: Same.
1021 * gdb.base/vla-ptr.exp: Same.
1022 * gdb.base/vla-sideeffect.exp: Same.
1023 * gdb.base/volatile.exp: Same.
1024 * gdb.base/watch-cond-infcall.exp: Same.
1025 * gdb.base/watchpoint.exp: Same.
1026
10272019-11-02 Tom de Vries <tdevries@suse.de>
1028
1029 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
1030 * gdb.cp/cpexprs.exp: Same.
1031 * gdb.cp/except-multi-location.exp: Same.
1032 * gdb.cp/exceptprint.exp: Same.
1033 * gdb.cp/gdb2384.exp: Same.
1034 * gdb.cp/inherit.exp: Same.
1035 * gdb.cp/m-static.exp: Same.
1036 * gdb.cp/meth-typedefs.exp: Same.
1037 * gdb.cp/misc.exp: Same.
1038 * gdb.cp/namespace.exp: Same.
1039 * gdb.cp/non-trivial-retval.exp: Same.
1040 * gdb.cp/overload.exp: Same.
1041 * gdb.cp/pr17132.exp: Same.
1042 * gdb.cp/re-set-overloaded.exp: Same.
1043 * gdb.cp/rvalue-ref-types.exp: Same.
1044 * gdb.cp/templates.exp: Same.
1045
10462019-11-01 Luis Machado <luis.machado@linaro.org>
1047
1048 PR gdb/25124
1049
1050 * gdb.arch/pr25124.S: New file.
1051 * gdb.arch/pr25124.exp: New file.
1052
10532019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1054
1055 * gdb.fortran/info-modules.exp: Update expected results, and add
1056 additional tests for 'info module functinos', and 'info module
1057 variables'.
1058 * gdb.fortran/info-types.exp: Update expected results.
1059 * gdb.fortran/info-types.f90: Extend testcase with additional
1060 module variables and functions.
1061
10622019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1063
1064 * gdb.fortran/info-modules.exp: New file.
1065 * gdb.fortran/info-types.exp: Build with new file.
1066 * gdb.fortran/info-types.f90: Include and use new module.
1067 * gdb.fortran/info-types-2.f90: New file.
1068
10692019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1070
1071 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
1072 * gdb.base/settings.exp: Test all settings types using
1073 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
1074 that now verifies that the value of "maint show" is the same as
1075 returned by the settings functions. Test the type of the
1076 maintenance settings.
1077 * gdb.base/default.exp: Update show_conv_list.
1078
10792019-10-31 Tom de Vries <tdevries@suse.de>
1080
1081 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
1082 gdb_test.
1083 * gdb.arch/amd64-disp-step.exp: Same.
1084 * gdb.asm/asm-source.exp: Same.
1085 * gdb.btrace/buffer-size.exp: Same.
1086 * gdb.btrace/cpu.exp: Same.
1087 * gdb.btrace/enable.exp: Same.
1088 * gdb.dwarf2/count.exp: Same.
1089 * gdb.dwarf2/dw2-ranges-func.exp: Same.
1090 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
1091 * gdb.fortran/vla-datatypes.exp: Same.
1092 * gdb.fortran/vla-history.exp: Same.
1093 * gdb.fortran/vla-ptype.exp: Same.
1094 * gdb.fortran/vla-value.exp: Same.
1095 * gdb.fortran/whatis_type.exp: Same.
1096 * gdb.guile/guile.exp: Same.
1097 * gdb.multi/tids.exp: Same.
1098 * gdb.python/py-finish-breakpoint.exp: Same.
1099 * gdb.python/py-framefilter.exp: Same.
1100 * gdb.python/py-pp-registration.exp: Same.
1101 * gdb.python/py-xmethods.exp: Same.
1102 * gdb.python/python.exp: Same.
1103 * gdb.server/connect-with-no-symbol-file.exp: Same.
1104 * gdb.server/no-thread-db.exp: Same.
1105 * gdb.server/run-without-local-binary.exp: Same.
1106 * gdb.stabs/weird.exp: Same.
1107 * gdb.threads/attach-many-short-lived-threads.exp: Same.
1108 * gdb.threads/thread-find.exp: Same.
1109 * gdb.threads/tls-shared.exp: Same.
1110 * gdb.threads/tls.exp: Same.
1111 * gdb.threads/wp-replication.exp: Same.
1112 * gdb.trace/ax.exp: Same.
1113 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
1114
11152019-10-31 Tom de Vries <tdevries@suse.de>
1116
1117 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
1118 * gdb.ada/array_subscript_addr.exp: Same.
1119 * gdb.ada/arrayidx.exp: Same.
1120 * gdb.ada/arrayparam.exp: Same.
1121 * gdb.ada/arrayptr.exp: Same.
1122 * gdb.ada/boolean_expr.exp: Same.
1123 * gdb.ada/call_pn.exp: Same.
1124 * gdb.ada/complete.exp: Same.
1125 * gdb.ada/fixed_cmp.exp: Same.
1126 * gdb.ada/fun_addr.exp: Same.
1127 * gdb.ada/funcall_param.exp: Same.
1128 * gdb.ada/interface.exp: Same.
1129 * gdb.ada/mod_from_name.exp: Same.
1130 * gdb.ada/null_array.exp: Same.
1131 * gdb.ada/packed_array.exp: Same.
1132 * gdb.ada/packed_tagged.exp: Same.
1133 * gdb.ada/print_chars.exp: Same.
1134 * gdb.ada/print_pc.exp: Same.
1135 * gdb.ada/ptype_arith_binop.exp: Same.
1136 * gdb.ada/ptype_field.exp: Same.
1137 * gdb.ada/ptype_tagged_param.exp: Same.
1138 * gdb.ada/rec_return.exp: Same.
1139 * gdb.ada/ref_tick_size.exp: Same.
1140 * gdb.ada/str_ref_cmp.exp: Same.
1141 * gdb.ada/taft_type.exp: Same.
1142 * gdb.ada/tagged.exp: Same.
1143 * gdb.ada/type_coercion.exp: Same.
1144 * gdb.ada/uninitialized_vars.exp: Same.
1145
11462019-10-30 Tom de Vries <tdevries@suse.de>
1147
1148 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
1149
11502019-10-26 Tom de Vries <tdevries@suse.de>
1151
1152 * gdb.base/bigcore.c: Fix typos in comments.
1153 * gdb.base/ctf-ptype.c: Same.
1154 * gdb.base/long_long.c: Same.
1155 * gdb.dwarf2/dw2-op-out-param.S: Same.
1156 * gdb.python/py-evthreads.c: Same.
1157 * gdb.reverse/i387-stack-reverse.c: Same.
1158 * gdb.trace/tfile.c: Same.
1159 * lib/compiler.c: Same.
1160 * lib/compiler.cc: Same.
1161
11622019-10-25 Tom de Vries <tdevries@suse.de>
1163
1164 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
1165 gdb_test_multiple calls.
1166 * gdb.reverse/sigall-reverse.exp: Same.
1167 * gdb.reverse/solib-precsave.exp: Same.
1168 * gdb.reverse/solib-reverse.exp: Same.
1169 * gdb.reverse/until-precsave.exp: Same.
1170 * gdb.reverse/until-reverse.exp: Same.
1171
11722019-10-24 Tom de Vries <tdevries@suse.de>
1173
1174 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
1175 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
1176 kfail using -wrap pattern flag and convenience variable
1177 gdb_test_name.
1178
11792019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
1180
1181 * gdb.python/py-progspace.exp: Add tests for the
1182 Progspace.block_for_pc method.
1183
11842019-10-23 Tom Tromey <tom@tromey.com>
1185
1186 * configure: Rebuild.
1187 * aclocal.m4: Use m4_include, not sinclude.
1188
11892019-10-21 Tom de Vries <tdevries@suse.de>
1190
1191 * gdb.base/infcall-nested-structs.c: Add
1192 __attribute__((noinline,noclone)) to all functions.
1193 (call_all): Add missing variable initialization. Simplify return value.
1194 (breakpt): Increment volatile variable, to prevent call from being
1195 optimized out.
1196 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
1197
11982019-10-17 Tom de Vries <tdevries@suse.de>
1199
1200 * gdb.fortran/module.exp: Allow info variables to print info for files
1201 other than module.f90.
1202
12032019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
1204
1205 * gdb.fortran/module.exp: Extend with 'info variables' test.
1206
12072019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
1208
1209 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
1210 F77_FOR_TARGET.
1211
12122019-10-16 Tom de Vries <tdevries@suse.de>
1213
1214 PR tdep/25096
1215 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
1216
12172019-10-16 Tom de Vries <tdevries@suse.de>
1218
1219 PR tdep/24104
1220 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
1221 Add KFAIL for PR tdep/25096.
1222
12232019-10-16 Tom de Vries <tdevries@suse.de>
1224
1225 PR testsuite/25059
1226 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
1227
12282019-10-16 Tom de Vries <tdevries@suse.de>
1229
1230 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
1231 as signed.
1232
12332019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
1234
1235 * gdb.mi/list-thread-groups-available.exp: Read entries one by
1236 one instead of increasing timeout.
1237
12382019-10-13 Tom de Vries <tdevries@suse.de>
1239
1240 PR record/25038
1241 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
1242 * gdb.reverse/sigall-reverse.exp: Same.
1243 * gdb.reverse/solib-precsave.exp: Same.
1244 * gdb.reverse/solib-reverse.exp: Same.
1245 * gdb.reverse/step-precsave.exp: Same.
1246 * gdb.reverse/until-precsave.exp: Same.
1247 * gdb.reverse/until-reverse.exp: Same.
1248 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
1249
12502019-10-10 Andreas Arnez <arnez@linux.ibm.com>
1251
1252 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
1253 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
1254 (cmp_struct_05_01, cmp_struct_static_02_01)
1255 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
1256 comparisons.
1257
12582019-10-10 Tom de Vries <tdevries@suse.de>
1259
1260 PR testsuite/24888
1261 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
1262 gnatlink.
1263
12642019-10-09 Tom de Vries <tdevries@suse.de>
1265
1266 PR testsuite/25048
1267 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
1268
12692019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
1270
1271 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
1272 exceptions due to missing debug information.
1273
12742019-10-07 Tom de Vries <tdevries@suse.de>
1275
1276 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
1277
12782019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
1279
1280 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
1281 * gdb.base/annota1.exp: Update to use gdb_test_name.
1282
12832019-10-07 Weimin Pan <weimin.pan@oracle.com>
1284
1285 * gdb.base/ctf-whatis.exp: New file.
1286 * gdb.base/ctf-whatis.c: New file.
1287 * gdb.base/ctf-ptype.exp: New file.
1288 * gdb.base/ctf-ptype.c: New file.
1289 * gdb.base/ctf-constvars.exp: New file.
1290 * gdb.base/ctf-constvars.c: New file.
1291 * gdb.base/ctf-cvexpr.exp: New file.
1292
12932019-10-04 Tom de Vries <tdevries@suse.de>
1294
1295 * gdb.cp/local-static.c (main): Move declaration of int i out of the
1296 for loop.
1297
12982019-10-03 Tom Tromey <tom@tromey.com>
1299
1300 PR rust/24976:
1301 * gdb.rust/simple.rs (Union2): New type.
1302 (main): Use Union2.
1303 * gdb.rust/simple.exp: Add test.
1304
13052019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1306
1307 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
1308 nested function prefix.
1309
13102019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
1311 Richard Bunt <richard.bunt@arm.com>
1312 Andrew Burgess <andrew.burgess@embecosm.com>
1313
1314 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
1315 nested functions.
1316 * gdb.fortran/nested-funcs.f90: Update expected results.
1317 * gdb.fortran/nested-funcs-2.exp: New file.
1318 * gdb.fortran/nested-funcs-2.f90: New file.
1319
13202019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1321
1322 * gdb.python/py-parameter.exp: Make test names unique.
1323 * gdb.python/py-template.exp: Likewise.
1324 * gdb.python/py-value.exp: Likewise.
1325
13262019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1327
1328 * gdb.base/break-interp.exp: Reduce test name duplication.
1329 * gdb.base/call-sc.exp: Likewise.
1330 * gdb.base/callfuncs.exp: Likewise.
1331 * gdb.base/charset.exp: Likewise.
1332 * gdb.base/dump.exp: Likewise.
1333 * gdb.base/ena-dis-br.exp: Likewise.
1334 * gdb.base/relational.exp: Likewise.
1335 * gdb.base/step-over-syscall.exp: Likewise.
1336 * gdb.base/structs.exp: Likewise.
1337
13382019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1339
1340 * gdb.linespec/explicit.exp: Make test names unique.
1341 * gdb.linespec/ls-errs.exp: Likewise.
1342
13432019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1344
1345 * gdb.reverse/break-precsave.exp: Make test names unique.
1346 * gdb.reverse/break-reverse.exp: Likewise.
1347 * gdb.reverse/finish-precsave.exp: Likewise.
1348 * gdb.reverse/finish-reverse.exp: Likewise.
1349 * gdb.reverse/machinestate-precsave.exp: Likewise.
1350 * gdb.reverse/machinestate.exp: Likewise.
1351 * gdb.reverse/readv-reverse.exp: Likewise.
1352 * gdb.reverse/recvmsg-reverse.exp: Likewise.
1353 * gdb.reverse/sigall-precsave.exp: Likewise.
1354 * gdb.reverse/sigall-reverse.exp: Likewise.
1355 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
1356 * gdb.reverse/watch-precsave.exp: Likewise.
1357 * gdb.reverse/watch-reverse.exp: Likewise.
1358
13592019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1360
1361 * gdb.threads/stop-with-handle.c: New file.
1362 * gdb.threads/stop-with-handle.exp: New file.
1363
13642019-10-03 Tom de Vries <tdevries@suse.de>
1365
1366 PR testsuite/25059
1367 * gdb.base/list-missing-source.exp: Allowing the "Compilation
1368 directory" line to be missing.
1369
13702019-10-03 Tom de Vries <tdevries@suse.de>
1371
1372 PR testsuite/25059
1373 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
1374 type optional.
1375
13762019-10-02 Andreas Arnez <arnez@linux.ibm.com>
1377
1378 * gdb.python/py-format-string.c (string.h): New include.
1379 (main): Fill a_struct_with_union.the_union.an_int with bytes of
1380 the same value, for endianness-independence.
1381 * gdb.python/py-format-string.exp (default_regexp_dict)
1382 (test_pretty_structs, test_format): Adjust expected output to the
1383 changed initialization.
1384
13852019-10-02 Tom Tromey <tromey@adacore.com>
1386
1387 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
1388
13892019-10-02 Pedro Alves <palves@redhat.com>
1390 Andrew Burgess <andrew.burgess@embecosm.com>
1391
1392 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
1393 "print-file-var.h".
1394 (this_version_id) Use ATTRIBUTE_VISIBILITY.
1395 (get_version_1): Print this_version_id and its address.
1396 Add extern "C" wrappers around interface functions.
1397 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
1398 "print-file-var.h".
1399 (this_version_id) Use ATTRIBUTE_VISIBILITY.
1400 (get_version_2): Print this_version_id and its address.
1401 Add extern "C" wrappers around interface functions.
1402 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
1403 <stddef.h> and "print-file-var.h".
1404 Add extern "C" wrappers around interface functions.
1405 [VERSION_ID_MAIN] (this_version_id): Define.
1406 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
1407 * gdb.base/print-file-var.h: Add some #defines to simplify setting
1408 up extern "C" blocks.
1409 * gdb.base/print-file-var.exp (test): New, factored out from top
1410 level.
1411 (top level): Test all combinations of attribute hidden or not,
1412 dlopen or not, and this_version_id symbol in main file or not.
1413 Compile tests as both C++ and C, make test names unique.
1414
14152019-10-01 Tom Tromey <tom@tromey.com>
1416
1417 * gdb.base/style.exp: Test "show logging filename".
1418
14192019-10-01 Tom Tromey <tom@tromey.com>
1420
1421 * lib/gdb-utils.exp (style): Handle "metadata" argument.
1422 * gdb.base/style.exp: Add metadata style test.
1423
14242019-10-01 Tom Tromey <tom@tromey.com>
1425
1426 * gdb.base/style.exp: Test "pwd".
1427
14282019-10-01 Tom Tromey <tom@tromey.com>
1429
1430 * gdb.base/style.exp: Update tests.
1431
14322019-10-01 Andreas Arnez <arnez@linux.ibm.com>
1433
1434 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
1435 'six' to unsigned.
1436 (s1): Initialize fields 'four' and 'six' instead of 'three' and
1437 'five'. Use an all-ones bit pattern for each.
1438 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
1439 to its changed values.
1440
14412019-09-30 Tom Tromey <tromey@adacore.com>
1442
1443 * gdb.rust/traits.rs: Disable all warnings.
1444
14452019-09-29 Tom de Vries <tdevries@suse.de>
1446
1447 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
1448
14492019-09-29 Tom de Vries <tdevries@suse.de>
1450
1451 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
1452
14532019-09-27 Tom de Vries <tdevries@suse.de>
1454
1455 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
1456
14572019-09-27 Tom de Vries <tdevries@suse.de>
1458
1459 PR record/23188
1460 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
1461
14622019-09-26 Tom Tromey <tromey@adacore.com>
1463
1464 * gdb.ada/py_taft.exp: New file.
1465 * gdb.ada/py_taft/main.adb: New file.
1466 * gdb.ada/py_taft/pkg.adb: New file.
1467 * gdb.ada/py_taft/pkg.ads: New file.
1468
14692019-09-24 Tom de Vries <tdevries@suse.de>
1470
1471 PR gdb/24598
1472 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
1473
14742019-09-22 Tom de Vries <tdevries@suse.de>
1475
1476 * gdb.base/restore.exp: Allow register variables to be optimized out at
1477 -O0.
1478
14792019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
1480
1481 * gdb.arch/spu-info.exp: Remove file.
1482 * gdb.arch/spu-info.c: Remove file.
1483 * gdb.arch/spu-ls.exp: Remove file.
1484 * gdb.arch/spu-ls.c: Remove file.
1485
1486 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
1487 * gdb.asm/spu.inc: Remove file.
1488
1489 * gdb.base/dump.exp: Remove support for spu*-*-*.
1490 * gdb.base/stack-checking.exp: Likewise.
1491 * gdb.base/overlays.exp: Likewise.
1492 * gdb.base/ovlymgr.c: Likewise.
1493 * gdb.base/spu.ld: Remove file.
1494
1495 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
1496 * gdb.cp/cpexprs.exp: Likewise.
1497 * gdb.cp/exception.exp: Likewise.
1498 * gdb.cp/gdb2495.exp: Likewise.
1499 * gdb.cp/mb-templates.exp: Likewise.
1500 * gdb.cp/pr9167.exp: Likewise.
1501 * gdb.cp/userdef.exp: Likewise.
1502
1503 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
1504
1505 * gdb.cell: Remove directory.
1506 * lib/cell.exp: Remove file.
1507
15082019-09-19 Tom de Vries <tdevries@suse.de>
1509
1510 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
1511
15122019-09-19 Tom de Vries <tdevries@suse.de>
1513
1514 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
1515
15162019-09-19 Tom de Vries <tdevries@suse.de>
1517
1518 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
1519 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
1520 (gdb_target_cmd): ... here.
1521 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
1522 value 2.
1523
15242019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
1525
1526 * gdb.base/source-dir.exp: Avoid having directory names in test
1527 names.
1528
15292019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
1530
1531 * gdb.base/source-dir.exp: Add extra test for mapped compilation
1532 directory.
1533
15342019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
1535
1536 * gdb.base/list-missing-source.exp: New file.
1537
15382019-09-14 Tom de Vries <tdevries@suse.de>
1539
1540 PR teststuite/24599
1541 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
1542 * lib/ada.exp (gnatmake_version_at_least): New proc.
1543
15442019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1545
1546 * gdb.base/maint.exp: Use exec_has_index_section.
1547
15482019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1549
1550 * gdb.base/maint.exp: Add test for 'maint info sections'.
1551
15522019-09-12 Tom de Vries <tdevries@suse.de>
1553
1554 * gdb.base/store.exp: Allow register variables to be optimized out at
1555 -O0.
1556
15572019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1558
1559 * gdb.ada/rdv_wait.exp: Update to new task names.
1560 * gdb.base/task_switch_in_core.exp: Likewise.
1561 * gdb.base/info_sources_base.c: Likewise.
1562
15632019-09-10 Tom Tromey <tromey@adacore.com>
1564
1565 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
1566
15672019-09-10 Tom Tromey <tromey@adacore.com>
1568
1569 * gdb.ada/dgopt.exp: New file.
1570 * gdb.ada/dgopt/x.adb: New file.
1571
15722019-09-08 Tom Tromey <tom@tromey.com>
1573
1574 * gdb.tui/resize.exp: Remove setup_xfail.
1575 * gdb.tui/regs.exp: Remove setup_xfail.
1576 * gdb.tui/basic.exp: Remove setup_xfail.
1577
15782019-09-06 David Blaikie <dblaikie@gmail.com>
1579
1580 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
1581 * gdb.cp/cplabel.exp: Ditto.
1582 * gdb.linespec/ls-errs.exp: Ditto.
1583
15842019-09-05 Tom de Vries <tdevries@suse.de>
1585
1586 * lib/gdb.exp (cmp_file_string): New proc.
1587 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
1588 runto_main. Verify save breakpoints output.
1589
15902019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1591
1592 * gdb.base/info-var.exp: Test info variables without running
1593 to main, to avoid expect's buffer overflow.
1594
15952019-09-03 Tom Tromey <tromey@adacore.com>
1596
1597 * gdb.ada/bias.exp: New file.
1598 * gdb.ada/bias/bias.adb: New file.
1599 * gdb.ada/print_chars.exp: Add regression test.
1600 * gdb.ada/print_chars/foo.adb (My_Character): New type.
1601 (MC): New variable.
1602
16032019-08-29 Sandra Loosemore <sandra@codesourcery.com>
1604
1605 * gdb.base/argv0-symlink.exp: Run only on native target
1606 and local host.
1607
16082019-08-29 Tom de Vries <tdevries@suse.de>
1609
1610 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
1611 diverse debug info.
1612 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
1613
16142019-08-28 Tom de Vries <tdevries@suse.de>
1615
1616 * gdb.base/info-var.exp: Allow info variables to print info for files
1617 other than info-var-f1.c and info-var-f2.c.
1618
16192019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
1620
1621 * gdb.fortran/info-types.exp: Add module.
1622 * gdb.fortran/info-types.f90: Update expected results.
1623
16242019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
1625
1626 * gdb.fortran/info-types.exp: New file.
1627 * gdb.fortran/info-types.f90: New file.
1628 * lib/fortran.exp (fortran_character1): New proc.
1629
16302019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
1631
1632 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
1633 functions'. Reindent as needed.
1634 * gdb.base/info-var-f1.c: New file.
1635 * gdb.base/info-var-f2.c: New file.
1636 * gdb.base/info-var.exp: New file.
1637 * gdb.base/info-var.h: New file.
1638
16392019-08-26 Tom de Vries <tdevries@suse.de>
1640
1641 PR c++/24852
1642 * gdb.cp/no-libstdcxx-probe.exp: New test.
1643
16442019-08-26 Tom de Vries <tdevries@suse.de>
1645
1646 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
1647 * tests need to be skipped.
1648 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
1649 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
1650 mi_skip_libstdcxx_probe_tests.
1651
16522019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
1653
1654 * gdb.python/py-xmethods.exp: Use raw strings when passing
1655 arguments to SimpleXMethodMatcher.
1656
16572019-08-22 Tom de Vries <tdevries@suse.de>
1658
1659 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
1660 more informative.
1661
16622019-08-21 Pedro Alves <palves@redhat.com>
1663
1664 * gdb.base/with.exp: Test "with" with no arguments.
1665
16662019-08-21 Tom de Vries <tdevries@suse.de>
1667
1668 * gdb.base/gdb-caching-proc.exp: Sort files.
1669
16702019-08-20 Tom de Vries <tdevries@suse.de>
1671
1672 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
1673 compilation.
1674
16752019-08-16 Tom de Vries <tdevries@suse.de>
1676
1677 * gdb.base/compare-sections.exp ("after run to main"): Allow
1678 mismatched read-only sections for PIE executables.
1679
16802019-08-16 Tom Tromey <tom@tromey.com>
1681
1682 * lib/tuiterm.exp (_csi_Z): New proc.
1683 * gdb.tui/basic.exp: Update window positions.
1684 * gdb.tui/empty.exp: Update window positions.
1685
16862019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1687
1688 * gdb.base/examine-backward.exp: Correct regexp for
1689 "examine 3 bytes backward from ${address_zero}".
1690
16912019-08-15 Tom Tromey <tom@tromey.com>
1692
1693 * gdb.tui/empty.exp: Enable resizing tests.
1694
16952019-08-15 Tom Tromey <tromey@adacore.com>
1696
1697 * gdb.ada/char_enum.exp: Add regression tests.
1698 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
1699 and '0'.
1700 (Char, Gchar): Update.
1701 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
1702
17032019-08-15 Christian Biesinger <cbiesinger@google.com>
1704
1705 * gdb.python/python.exp: Expect a leading underscore on
1706 GdbOutput{,Error}File.
1707
17082019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1709
1710 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
1711 Windows host.
1712
17132019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1714
1715 * gdb.base/batch-preserve-term-settings.exp
1716 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
1717
17182019-08-15 Christian Biesinger <cbiesinger@google.com>
1719
1720 * lib/gdb.exp: When running on a mingw target, replace
1721 /x/ with x:/.
1722
17232019-08-14 Alan Hayward <alan.hayward@arm.com>
1724
1725 * gdb.arch/aarch64-prologue.c: New test.
1726 * gdb.arch/aarch64-prologue.exp: New file.
1727
17282019-08-13 Tom de Vries <tdevries@suse.de>
1729
1730 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
1731 Thread.
1732
17332019-08-13 Sandra Loosemore <sandra@codesourcery.com>
1734
1735 * gdb.python/py-completion.exp: Download the .py file to the host
1736 and use its host pathname. Conditionalize tests that use
1737 tab completion and manipulate files on the build machine.
1738 * gdb.python/py-events.exp: Download the .py file to the host
1739 and use its host pathname.
1740 * gdb.python/py-evsignal.exp: Likewise.
1741 * gdb.python/py-evthreads.exp: Likewise.
1742 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
1743 pathname syntax.
1744 * gdb.python/py-framefilter.exp: Download the .py file to the right
1745 place on the host. Match Windows pathname syntax.
1746 * gdb.python/py-mi-var-info-path-expression.exp: Download the
1747 .py file to the host and use its host pathname.
1748 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
1749 * gdb.python/py-objfile.exp: Expect a host pathname, not a
1750 build pathname. Skip symlink test on Windows host. Add missing
1751 newline at end of file.
1752 * gdb.python/py-pp-maint.exp: Download the .py file to the host
1753 and use its host pathname.
1754 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
1755 * gdb.python/py-section-script.exp: Use host location of binfile
1756 on safe-path. Use correct path separator on Windows host.
1757 Reorder alternatives in gdb_test_multiple to prevent matching
1758 the wrong alternative on success.
1759 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
1760
17612019-08-12 Patrick Palka <patrick@parcs.ath.cx>
1762
1763 * gdb.gdb/selftest.exp (test_with_self): Update test to now
1764 expect the GDB inferior to no longer immediately stop after
1765 being resumed with "signal SIGINT".
1766
17672019-08-09 Sandra Loosemore <sandra@codesourcery.com>
1768
1769 * gdb.linespec/break-ask.exp: Generalize regexps to match
1770 Windows pathnames too.
1771
17722019-08-08 Tom de Vries <tdevries@suse.de>
1773
1774 PR testsuite/24862
1775 * lib/tuiterm.exp (_accept): Fix CSI regexp.
1776
17772019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1778
1779 * gdb.base/style.exp: Update tests for help doc new invariants.
1780 * gdb.base/help.exp: Likewise.
1781
17822019-08-06 Tom Tromey <tom@tromey.com>
1783
1784 * gdb.base/style.exp: Add disassemble test.
1785 * gdb.base/style.c (some_called_function): New function.
1786 (main): Use it.
1787
17882019-08-05 Christian Biesinger <cbiesinger@google.com>
1789
1790 * gdb.python/py-block.exp: Test dictionary access on blocks.
1791
17922019-08-05 Simon Marchi <simon.marchi@efficios.com>
1793
1794 PR gdb/24863
1795 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
1796 -list-thread-groups --available test when running under
1797 check-read1.
1798
17992019-08-05 Tom de Vries <tdevries@suse.de>
1800
1801 PR testsuite/24863
1802 * lib/gdb.exp (with_read1_timeout_factor): New proc.
1803 * gdb.base/help.exp: Use with_read1_timeout_factor.
1804 * gdb.base/info-macros.exp: Same.
1805 * gdb.cp/nested-types.exp: Same.
1806
18072019-08-05 Tom de Vries <tdevries@suse.de>
1808
1809 * lib/gdb.exp (version_at_least): Factor out of ...
1810 (tcl_version_at_least): ... here.
1811 (gdb_compile): Fail if pie results in non-PIE executable.
1812 (readelf_version, readelf_prints_pie): New proc.
1813 (exec_is_pie): Return -1 if unknown.
1814
18152019-08-05 Tom de Vries <tdevries@suse.de>
1816
1817 * lib/gdb.exp (tcl_version_at_least): Fix typo.
1818
18192019-08-04 Sandra Loosemore <sandra@codesourcery.com>
1820
1821 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
1822
18232019-08-04 Sandra Loosemore <sandra@codesourcery.com>
1824
1825 * lib/completion-support.exp (test_gdb_complete_none): Skip
1826 tab completion tests if no readline support.
1827 (test_gdb_complete_unique_re): Likewise.
1828 (test_gdb_complete_multiple): Likewise.
1829
18302019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1831
1832 * gdb.base/info_sources.exp: New file.
1833 * gdb.base/info_sources.c: New file.
1834 * gdb.base/info_sources_base.c: New file.
1835
18362019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1837
1838 * gdb.base/batch-exit-status.exp: Call test_exit_status with
1839 prefix argument.
1840 (test_exit_status): Add prefix argument.
1841
18422019-08-01 Tom de Vries <tdevries@suse.de>
1843
1844 PR testsuite/24863
1845 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
1846 calling exp_continue for new thread and thread exited messages.
1847
18482019-08-01 Tom de Vries <tdevries@suse.de>
1849
1850 PR testsuite/24863
1851 * gdb.base/structs.exp: Fix check-read1 timeout using
1852 gdb_test_sequence.
1853 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
1854
18552019-08-01 Tom de Vries <tdevries@suse.de>
1856
1857 PR testsuite/24863
1858 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
1859 line.
1860
18612019-08-01 Tom de Vries <tdevries@suse.de>
1862
1863 PR testsuite/24863
1864 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
1865
18662019-07-30 Tom Tromey <tromey@adacore.com>
1867
1868 * gdb.ada/display_nested.exp: New file.
1869 * gdb.ada/display_nested/foo.adb: New file.
1870 * gdb.ada/display_nested/pack.adb: New file.
1871 * gdb.ada/display_nested/pack.ads: New file.
1872
18732019-07-30 Christian Biesinger <cbiesinger@google.com>
1874
1875 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
1876 namespace.
1877 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
1878
18792019-07-30 Tom de Vries <tdevries@suse.de>
1880
1881 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
1882 instead.
1883
18842019-07-30 Tom de Vries <tdevries@suse.de>
1885
1886 PR testsuite/24834
1887 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
1888 (exec_is_pie): New proc.
1889
18902019-07-29 Christian Biesinger <cbiesinger@google.com>
1891
1892 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
1893
18942019-07-29 Christian Biesinger <cbiesinger@google.com>
1895
1896 * gdb.python/py-objfile.c: Add global and static vars.
1897 * gdb.python/py-objfile.exp: Test new functions Objfile.
1898 lookup_global_symbol and lookup_static_symbol.
1899
19002019-07-29 Tom Tromey <tom@tromey.com>
1901
1902 * lib/tuiterm.exp (Term::_csi_@): New proc.
1903 (Term::_csi_X): Don't move cursor.
1904
19052019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1906
1907 * gdb.base/options.exp: Update backtrace - completion to
1908 new option -frame-info.
1909 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
1910 Test new 'set print frame-info'. Test backtrace -frame-info
1911 overriding 'set print frame-info'.
1912 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
1913 Test new 'set print frame-info'.
1914 Verify consistency of backtrace with and without filters, with and
1915 without -no-filters.
1916 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
1917 default.
1918
19192019-07-29 Tom de Vries <tdevries@suse.de>
1920
1921 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
1922 no arguments".
1923
19242019-07-29 Tom de Vries <tdevries@suse.de>
1925
1926 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
1927 is a substring of the first for "complete non-unique file name".
1928
19292019-07-29 Tom de Vries <tdevries@suse.de>
1930
1931 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
1932 with ".*".
1933
19342019-07-29 Tom de Vries <tdevries@suse.de>
1935
1936 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
1937 Pass prompt_regexp parameter to gdb_test_multiple calls.
1938
19392019-07-29 Tom de Vries <tdevries@suse.de>
1940
1941 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
1942 print registers" regexps.
1943
19442019-07-29 Tom de Vries <tdevries@suse.de>
1945
1946 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
1947
19482019-07-29 Tom de Vries <tdevries@suse.de>
1949
1950 PR gdb/24855
1951 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
1952 (skip_python_tests_prompt): Add prompt_regexp argument to
1953 gdb_test_multiple calls.
1954
19552019-07-27 Tom Tromey <tom@tromey.com>
1956
1957 * gdb.tui/main.exp: New file.
1958
19592019-07-27 Tom Tromey <tom@tromey.com>
1960
1961 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
1962 optional.
1963 * gdb.tui/empty.exp: New file.
1964
19652019-07-27 Tom Tromey <tom@tromey.com>
1966
1967 * lib/tuiterm.exp (spawn): New proc.
1968 (Term::resize): New proc.
1969 * gdb.tui/resize.exp: New file.
1970
19712019-07-27 Tom Tromey <tom@tromey.com>
1972
1973 * gdb.tui/list.exp: New file.
1974
19752019-07-27 Tom Tromey <tom@tromey.com>
1976
1977 * gdb.tui/regs.exp: New file.
1978
19792019-07-27 Tom Tromey <tom@tromey.com>
1980
1981 * gdb.tui/basic.exp: Add "layout split" test.
1982
19832019-07-27 Tom Tromey <tom@tromey.com>
1984
1985 * gdb.tui/basic.exp: Add "layout asm" test.
1986
19872019-07-27 Tom Tromey <tom@tromey.com>
1988
1989 * lib/tuiterm.exp: New file.
1990 * gdb.tui/basic.exp: New file.
1991
19922019-07-27 Kevin Buettner <kevinb@redhat.com>
1993
1994 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
1995 Enable tests associated with this flag. Adjust regex
1996 referencing "foo_low" to now refer to "foo_cold" instead.
1997
19982019-07-27 Kevin Buettner <kevinb@redhat.com>
1999
2000 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
2001 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
2002 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
2003 foo_cold. Revise comments to match.
2004 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
2005 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
2006 were wrapped into this proc; Call do_test in loop from outermost
2007 level.
2008 (foo_low): Rename all occurrences to "foo_cold".
2009 (backtrace from baz): New test.
2010 (x2/i foo_cold): New test.
2011 (info line *foo_cold): New test.
2012
20132019-07-26 Tom de Vries <tdevries@suse.de>
2014
2015 * gdb.arch/i386-pkru.exp: Fix unterminated string.
2016
20172019-07-25 Tom de Vries <tdevries@suse.de>
2018
2019 PR testsuite/24830
2020 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
2021 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
2022 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
2023 (skip_libstdcxx_probe_tests): ... here.
2024 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
2025
20262019-07-24 Tom de Vries <tdevries@suse.de>
2027
2028 PR testsuite/24807
2029 * gdb.objc/basicclass.m: Include stdio.h.
2030 * gdb.objc/nondebug.m: Same.
2031 * gdb.objc/objcdecode.m: Same.
2032
20332019-07-24 Tom de Vries <tdevries@suse.de>
2034
2035 PR testsuite/24612
2036 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
2037 additional_flags.
2038
20392019-07-24 Tom de Vries <tdevries@suse.de>
2040
2041 PR testsuite/24831
2042 * gdb.multi/tids.exp: Update error messages for info threads.
2043
20442019-07-24 Tom de Vries <tdevries@suse.de>
2045
2046 * gdb.base/info-types.exp: Allow info types to print info for more than
2047 one file.
2048
20492019-07-23 Tom de Vries <tdevries@suse.de>
2050
2051 PR testsuite/24842
2052 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
2053 gdb_spawn_with_cmdline_opts.
2054
20552019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
2056
2057 * gdb.arch/arm-cmse-sgstubs.c: New test.
2058 * gdb.arch/arm-cmse-sgstubs.exp: New file.
2059
20602019-07-23 Tom de Vries <tdevries@suse.de>
2061
2062 PR testsuite/24711
2063 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
2064 issuing next command.
2065
20662019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
2067
2068 * gdb.ada/info_auto_lang.exp: Update expected results.
2069 * gdb.base/info-types.c: Add additional types to check.
2070 * gdb.base/info-types.exp: Update expected results.
2071
20722019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
2073
2074 * gdb.base/info-types.c: New file.
2075 * gdb.base/info-types.exp: New file.
2076
20772019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
2078
2079 * gdb.arch/riscv-bp-infcall.c: New file.
2080 * gdb.arch/riscv-bp-infcall.exp: New file.
2081
20822019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
2083
2084 PR breakpoints/24541
2085 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
2086
20872019-07-14 Tom de Vries <tdevries@suse.de>
2088
2089 PR testsuite/24760
2090 * gdb.objc/basicclass.exp: Fix unterminated string.
2091
20922019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
2093 Andrew Burgess <andrew.burgess@embecosm.com>
2094
2095 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
2096 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
2097 negative bounds.
2098 * gdb.fortran/vla-value.exp: Print elements of an array with
2099 negative bounds.
2100 * gdb.fortran/vla.f90: Setup an array with negative bounds for
2101 testing.
2102
21032019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
2104
2105 * gdb.base/options.exp (expect_string): Dequote strings in
2106 results.
2107 (test-string): Test strings with different quoting and reindent.
2108
21092019-07-10 Tom Tromey <tromey@adacore.com>
2110
2111 * gdb.ada/mi_ex_cond.exp: Update expected results.
2112 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
2113 * gdb.ada/mi_catch_ex.exp: Update expected results.
2114 * gdb.ada/mi_catch_assert.exp: Update expected results.
2115 * gdb.ada/catch_ex.exp (catch_exception_info)
2116 (catch_exception_entry, catch_assert_entry)
2117 (catch_unhandled_entry): Update.
2118 * gdb.ada/catch_assert_if.exp: Update expected results.
2119
21202019-07-10 Richard Bunt <richard.bunt@arm.com>
2121 Stephen Roberts <stephen.roberts@arm.com>
2122
2123 * gdb.base/define.exp: Restore original prompt.
2124
21252019-07-09 Pedro Alves <palves@redhat.com>
2126
2127 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
2128 breakpoints" output.
2129 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
2130 * gdb.python/py-breakpoint.exp: No longer expect that "catch
2131 throw" creates breakpoint.
2132 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
2133 'type="catchpoint"'.
2134
21352019-07-09 Pedro Alves <palves@redhat.com>
2136
2137 PR c++/15468
2138 * gdb.cp/except-multi-location-lib.cc: New.
2139 * gdb.cp/except-multi-location-main.cc: New.
2140 * gdb.cp/except-multi-location.exp: New.
2141
21422019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
2143
2144 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
2145 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
2146 argument and update callers.
2147
21482019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2149
2150 * gdb.arch/amd64-break-on-asm-line.S: New file.
2151 * gdb.arch/amd64-break-on-asm-line.exp: New file.
2152
21532019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2154
2155 * gdb.base/printcmds.exp: Test printing C string and
2156 C wide string convenience vars without transiting via the inferior.
2157 Also make test names unique.
2158
21592019-07-08 Alan Hayward <alan.hayward@arm.com>
2160
2161 PR breakpoints/25011
2162 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
2163
21642019-07-04 Pedro Alves <palves@redhat.com>
2165
2166 * lib/gdb.exp (foreach_with_prefix): Don't return early if
2167 body returned ok(0), break(3) or continue(4).
2168 * gdb.testsuite/foreach_with_prefix.exp: New file.
2169
21702019-07-04 Alan Hayward <alan.hayward@arm.com>
2171
2172 * gdb.server/unittest.exp: Allow 0 unit tests to run.
2173
21742019-07-03 Pedro Alves <palves@redhat.com>
2175
2176 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
2177 "return -code".
2178
21792019-07-03 Pedro Alves <palves@redhat.com>
2180
2181 PR cli/24732
2182 * gdb.base/shell.exp: Load completion-support.exp.
2183 Adjust expected error output. Add completion tests.
2184
21852019-07-03 Pedro Alves <palves@redhat.com>
2186
2187 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
2188 string_to_regexp.
2189
21902019-07-03 Pedro Alves <palves@redhat.com>
2191
2192 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
2193 (expect_integer): Adjust to expect "-string".
2194 (expect_string): New.
2195 (all_options): Expect "-string".
2196 (test-flag, test-boolean): Adjust to expect "-string".
2197 (test-string): New proc.
2198 (top level): Call it.
2199
22002019-07-03 Pedro Alves <palves@redhat.com>
2201
2202 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
2203 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
2204 the expected output in the success.
2205
22062019-07-03 Pedro Alves <palves@redhat.com>
2207
2208 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
2209 Split one gdb_test_multiple call in two to avoid a race.
2210
22112019-07-03 Pedro Alves <palves@redhat.com>
2212
2213 * gdb.base/with.c: New file.
2214 * gdb.base/with.exp: New file.
2215
22162019-07-03 Pedro Alves <palves@redhat.com>
2217
2218 * gdb.base/settings.exp: Replace all references to "maint
2219 test-settings set" with references to "maint set test-settings",
2220 and all references to "maint test-settings show" with references
2221 to "maint show test-settings".
2222
22232019-07-03 Pedro Alves <palves@redhat.com>
2224
2225 * gdb.base/settings.exp (test-string): Adjust expected out when
2226 testing "maint test-settings show filename"
2227
22282019-07-02 Pedro Alves <palves@redhat.com>
2229
2230 * gdb.base/options.exp (test-info-threads): New procedure.
2231 (top level): Call it.
2232
22332019-06-28 Tom Tromey <tromey@adacore.com>
2234
2235 * gdb.dwarf2/ada-linkage-name.c: New file.
2236 * gdb.dwarf2/ada-linkage-name.exp: New file.
2237
22382019-06-27 Tom Tromey <tromey@adacore.com>
2239
2240 PR c++/20020:
2241 * gdb.cp/constexpr-field.exp: Use setup_xfail.
2242
22432019-06-26 Tom de Vries <tdevries@suse.de>
2244
2245 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
2246
22472019-06-26 Tom de Vries <tdevries@suse.de>
2248
2249 * gdb.base/index-cache.exp: Add back missing debug option.
2250
22512019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2252
2253 * gdb.base/alias.exp: Test non matching/non existing prefixes.
2254
22552019-06-25 Tom de Vries <tdevries@suse.de>
2256
2257 PR testsuite/24727
2258 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
2259
22602019-06-24 Tom de Vries <tdevries@suse.de>
2261
2262 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
2263
22642019-06-24 Tom de Vries <tdevries@suse.de>
2265
2266 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
2267 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
2268 * gdb.trace/unavailable-dwarf-piece.exp: Same.
2269
22702019-06-24 Tom de Vries <tdevries@suse.de>
2271
2272 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
2273
22742019-06-21 Tom de Vries <tdevries@suse.de>
2275
2276 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
2277
22782019-06-21 Tom de Vries <tdevries@suse.de>
2279
2280 PR testsuite/24518
2281 PR ada/24713
2282 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
2283 index.
2284
22852019-06-19 Tom Tromey <tromey@adacore.com>
2286
2287 * gdb.ada/length_cond.exp: Add intro comment.
2288
22892019-06-19 Tom Tromey <tromey@adacore.com>
2290
2291 * gdb.ada/length_cond.exp: New file.
2292 * gdb.ada/length_cond/length_cond.adb: New file.
2293 * gdb.ada/length_cond/pck.adb: New file.
2294 * gdb.ada/length_cond/pck.ads: New file.
2295
22962019-06-18 Tom de Vries <tdevries@suse.de>
2297
2298 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
2299
23002019-06-18 Tom Tromey <tromey@adacore.com>
2301
2302 * gdb.base/list0.h: Add comment explaining control character.
2303
23042019-06-18 Tom de Vries <tdevries@suse.de>
2305
2306 * boards/fission.exp: Break up long debug_flags line.
2307
23082019-06-16 Tom de Vries <tdevries@suse.de>
2309
2310 PR gdb/24445
2311 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
2312 generated index.
2313
23142019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
2315
2316 PR gdb/24686
2317 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
2318 improve detection of bug gdb/24541.
2319
23202019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
2321
2322 PR gdb/24669
2323 * gdb.base/index-cache.exp (uses_readnow,
2324 expecting_index_cache_use): Define global variable.
2325 (test_cache_enabled_miss, test_cache_enabled_hit): Use
2326 expecting_index_cache_use.
2327
23282019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
2329 Andrew Burgess <andrew.burgess@embecosm.com>
2330
2331 * gdb.fortran/pointers.f90: New file.
2332 * gdb.fortran/print_type.exp: New file.
2333 * gdb.fortran/vla-ptype.exp: Adapt expected results.
2334 * gdb.fortran/vla-type.exp: Likewise.
2335 * gdb.fortran/vla-value.exp: Likewise.
2336 * gdb.mi/mi-vla-fortran.exp: Likewise.
2337
23382019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2339
2340 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
2341 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
2342 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
2343 as a stop reason.
2344
23452019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2346
2347 * gdb.base/annota1.exp: Update expected results.
2348 * gdb.cp/annota2.exp: Likewise.
2349 * gdb.cp/annota3.exp: Likewise.
2350
23512019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2352
2353 * gdb.base/style-logging.exp: Remove path from test name.
2354
23552019-06-14 Tom Tromey <tromey@adacore.com>
2356
2357 PR gdb/24502:
2358 * gdb.base/style-logging.exp: New file.
2359
23602019-06-14 Tom Tromey <tromey@adacore.com>
2361
2362 * gdb.base/symfile-warn.exp: New file.
2363 * gdb.base/symfile-warn.c: New file.
2364
23652019-06-14 Tom Tromey <tromey@adacore.com>
2366
2367 * gdb.base/annotate-symlink.exp: New file.
2368
23692019-06-14 Tom Tromey <tromey@adacore.com>
2370
2371 * gdb.ada/set_wstr.exp: Add reassignment test.
2372
23732019-06-14 Tom Tromey <tromey@adacore.com>
2374
2375 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
2376 'unchecked_access and 'unrestricted_access as well.
2377
23782019-06-14 Tom Tromey <tromey@adacore.com>
2379
2380 PR ada/24539:
2381 * gdb.ada/vla.exp: Update tests.
2382 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
2383 pragma.
2384
23852019-06-13 Pedro Alves <palves@redhat.com>
2386
2387 * gdb.base/settings.exp (test-integer): Test junk after
2388 "unlimited".
2389
23902019-06-13 Pedro Alves <palves@redhat.com>
2391
2392 * gdb.base/options.exp (test-thread-apply): New.
2393 (top level): Call it.
2394
23952019-06-13 Pedro Alves <palves@redhat.com>
2396
2397 * gdb.base/options.exp (test-frame-apply): New.
2398 (top level): Test print commands with different "frame apply"
2399 prefixes.
2400
24012019-06-13 Pedro Alves <palves@redhat.com>
2402
2403 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
2404 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
2405 'max_completions' parameter and handle it.
2406 (test_gdb_completion_offers_commands): New.
2407
24082019-06-13 Pedro Alves <palves@redhat.com>
2409
2410 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
2411
24122019-06-13 Pedro Alves <palves@redhat.com>
2413
2414 * gdb.base/options.exp (test-backtrace): New.
2415 (top level): Call it.
2416
24172019-06-13 Pedro Alves <palves@redhat.com>
2418
2419 * gdb.guile/scm-frame-args.exp: Use "set print
2420 raw-frame-arguments" instead of "set print raw frame-arguments".
2421 * gdb.python/py-frame-args.exp: Likewise.
2422
24232019-06-13 Pedro Alves <palves@redhat.com>
2424
2425 * gdb.compile/compile.exp: Adjust expected output to option
2426 processing changes.
2427
24282019-06-13 Pedro Alves <palves@redhat.com>
2429
2430 * gdb.base/options.exp: Build executable.
2431 (test-print): New procedure.
2432 (top level): Call it, once for "print" and another for "compile
2433 print".
2434
24352019-06-13 Pedro Alves <palves@redhat.com>
2436
2437 * gdb.base/options.c: New file.
2438 * gdb.base/options.exp: New file.
2439
24402019-06-13 Pedro Alves <palves@redhat.com>
2441
2442 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
2443 that "o" is ambiguous.
2444
24452019-06-13 Pedro Alves <palves@redhat.com>
2446
2447 * gdb.base/settings.c: New file.
2448 * gdb.base/settings.exp: New file.
2449
24502019-06-13 Pedro Alves <palves@redhat.com>
2451
2452 * gdb.base/completion.exp: Fix comment typo.
2453
24542019-06-13 Pedro Alves <palves@redhat.com>
2455
2456 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
2457 foo --1" test.
2458
24592019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
2460
2461 * gdb.fortran/block-data.f: New.
2462 * gdb.fortran/block-data.exp: New.
2463
24642019-06-11 Tom de Vries <tdevries@suse.de>
2465
2466 PR testsuite/24521
2467 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
2468 message.
2469
24702019-06-11 Tom de Vries <tdevries@suse.de>
2471
2472 PR testsuite/24521
2473 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
2474
24752019-06-11 Tom de Vries <tdevries@suse.de>
2476
2477 * boards/readnow.exp: New file.
2478
24792019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
2480
2481 * gdb.fortran/vla-sizeof.exp: Update expected results.
2482
24832019-06-06 Amos Bird <amosbird@gmail.com>
2484
2485 * gdb.base/annota1.exp (thread_switch): Add test for
2486 thread-exited annotation.
2487
24882019-06-06 Tom Tromey <tromey@adacore.com>
2489
2490 * gdb.base/maint.exp: Expect command started/finished output.
2491
24922019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
2493
2494 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
2495 comment.
2496 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
2497
24982019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
2499
2500 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
2501 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
2502 * gdb.arch/riscv-unwind-long-insn.c: New file.
2503 * gdb.arch/riscv-unwind-long-insn.exp: New file.
2504
25052019-06-04 Christian Biesinger <cbiesinger@google.com>
2506
2507 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
2508
25092019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2510
2511 * lib/gdb.exp (help_list_trailer): New regexp variable
2512 factorizing the help trailer message.
2513 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
2514 arg to allow to better factorize various tests.
2515 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
2516 (test_prefix_command_help): Use help_list_trailer.
2517 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
2518 * gdb.guile/scm-cmd.exp: Likewise.
2519 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
2520 * gdb.base/help.exp: Use test_user_defined_class_help.
2521 * gdb.base/style.exp: Add tests for styling of help and apropos.
2522 * lib/gdb-utils.exp (style): Add title and highlight styles.
2523
25242019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2525
2526 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
2527 $_shell_exitsignal.
2528 * gdb.base/default.exp: Update for new convenience variables.
2529
25302019-05-29 Tom Tromey <tromey@adacore.com>
2531
2532 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
2533 to "break complete ada" test case's regexp.
2534
25352019-05-29 Tom Tromey <tromey@adacore.com>
2536
2537 PR c++/20020:
2538 * gdb.cp/constexpr-field.exp: New file.
2539 * gdb.cp/constexpr-field.cc: New file.
2540
25412019-05-29 Tom Tromey <tromey@adacore.com>
2542
2543 * gdb.base/finish.exp (finish_no_print): New proc.
2544 (finish_tests): Call it.
2545
25462019-05-24 Tom de Vries <tdevries@suse.de>
2547
2548 * gdb.dwarf2/gdb-add-index.exp: New file.
2549
25502019-05-22 Tom Tromey <tromey@adacore.com>
2551
2552 * gdb.base/info-shared.exp (check_info_shared): Use "style".
2553 * gdb.base/style.exp: Use "style".
2554 * lib/gdb-utils.exp (style): New proc.
2555
25562019-05-22 Tom de Vries <tdevries@suse.de>
2557
2558 * gdb.base/align.exp: Require c++11.
2559
25602019-05-22 Tom de Vries <tdevries@suse.de>
2561
2562 PR testsuite/24586
2563 * gdb.python/py-mi-var-info-path-expression.exp: Call
2564 mi_skip_python_tests to check if python is supported.
2565
25662019-05-22 Alan Hayward <alan.hayward@arm.com>
2567
2568 * gdb.arch/aarch64-pauth.c: New test.
2569 * gdb.arch/aarch64-pauth.exp: New file.
2570
25712019-05-22 Alan Hayward <alan.hayward@arm.com>
2572
2573 * README (Re-running Tests Outside The Testsuite): New section.
2574
25752019-05-21 Tom de Vries <tdevries@suse.de>
2576
2577 * gdb.arch/amd64-eval.exp: Require c++11.
2578 * gdb.base/max-depth.exp: Same.
2579 * gdb.compile/compile-cplus-array-decay.exp: Same.
2580 * gdb.cp/meth-typedefs.exp: Same.
2581 * gdb.cp/subtypes.exp: Same.
2582 * gdb.cp/temargs.exp: Same.
2583
25842019-05-21 Alan Hayward <alan.hayward@arm.com>
2585
2586 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
2587
25882019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
2589
2590 PR gdb/18644
2591 * gdb.fortran/complex.exp: Remove setup_kfail calls.
2592 * gdb.fortran/printing-types.exp: Add new test.
2593 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
2594 testing.
2595 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
2596 setup_kfail call.
2597
25982019-05-17 Alan Hayward <alan.hayward@arm.com>
2599
2600 * README (Running the Testsuite): Change example.
2601 (Testsuite Parameters): Remove TRANSCRIPT.
2602 * lib/gdb.exp: Remove TRANSCRIPT check.
2603
26042019-05-17 Alan Hayward <alan.hayward@arm.com>
2605
2606 * README (Testsuite Parameters): Add replay logging to
2607 GDBSERVER_DEBUG.
2608 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
2609 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
2610 as a comma separated list.
2611 (gdb_debug_init): Override procedure.
2612
26132019-05-17 Alan Hayward <alan.hayward@arm.com>
2614
2615 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
2616 (gdb_write_cmd_file): New procedure.
2617 * lib/gdbserver-support.exp (gdbserver_start): Call
2618 gdbserver_write_cmd_file.
2619 (gdbserver_write_cmd_file): New procedure.
2620
26212019-05-17 Alan Hayward <alan.hayward@arm.com>
2622
2623 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
2624 (delete_breakpoints): Likewise.
2625 (gdb_run_cmd): Likewise.
2626 (gdb_start_cmd): Likewise.
2627 (gdb_starti_cmd): Likewise.
2628 (gdb_internal_error_resync): Likewise.
2629 (gdb_test_multiple): Likewise.
2630 (gdb_reinitialize_dir): Likewise.
2631 (default_gdb_exit): Likewise.
2632 (gdb_file_cmd): Mark kill as optional.
2633 (default_gdb_start): Call gdb_stdin_log_init.
2634 (send_gdb): Call gdb_stdin_log_write.
2635 (rerun_to_main): Mark Y as an answer.
2636 (gdb_stdin_log_init): New function.
2637 (gdb_stdin_log_write): Likewise.
2638
26392019-05-17 Alan Hayward <alan.hayward@arm.com>
2640
2641 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
2642 * gdb.base/debug-expr.exp: Likewise.
2643 * gdb.base/foll-fork.exp: Likewise.
2644 * gdb.base/foll-vfork.exp: Likewise.
2645 * gdb.base/fork-print-inferior-events.exp: Likewise.
2646 * gdb.base/gdb-sigterm.exp: Likewise.
2647 * gdb.base/gdbinit-history.exp: Likewise.
2648 * gdb.base/osabi.exp: Likewise.
2649 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
2650 * gdb.base/ui-redirect.exp: Likewise.
2651 * gdb.gdb/unittest.exp: Likewise.
2652 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
2653 * gdb.mi/mi-watch.exp: Likewise.
2654 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2655 * gdb.mi/user-selected-context-sync.exp: Likewise.
2656 * gdb.python/python.exp: Disable debug test when debugging.
2657 * gdb.threads/check-libthread-db.exp: Disable when debugging.
2658 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
2659 Likewise.
2660 * gdb.threads/stepi-random-signal.exp: Likewise.
2661
26622019-05-17 Alan Hayward <alan.hayward@arm.com>
2663
2664 * Makefile.in: Pass through GDB_DEBUG.
2665 * README (Testsuite Parameters): Add GDB_DEBUG.
2666 (gdb,debug): Add board setting.
2667 * lib/gdb.exp (default_gdb_start): Start debugging.
2668 (gdb_debug_enabled): New procedure.
2669 (gdb_debug_init): Likewise.
2670
26712019-05-17 Alan Hayward <alan.hayward@arm.com>
2672
2673 * Makefile.in: Pass through GDB_DEBUG.
2674 * README (Testsuite Parameters): Add GDB_DEBUG.
2675 (gdb,debug): Add board setting.
2676 * lib/gdb.exp (default_gdb_start): Start debugging.
2677 (gdb_debug_enabled): New procedure.
2678 (gdb_debug_init): Likewise.
2679
26802019-05-17 Alan Hayward <alan.hayward@arm.com>
2681
2682 * gdb.base/ui-redirect.exp: Add debug redirect tests.
2683
26842019-05-17 Alan Hayward <alan.hayward@arm.com>
2685
2686 * gdb.base/ui-redirect.exp: Test redirection.
2687
26882019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
2689
2690 * gdb.mi/mi-complete.exp: New file.
2691 * gdb.mi/mi-complete.cc: Likewise.
2692
26932019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
2694
2695 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
2696 indexed and sliced arrays, and pointers to arrays.
2697
26982019-05-14 Tom Tromey <tromey@adacore.com>
2699
2700 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
2701 styling test.
2702
27032019-05-14 Tom de Vries <tdevries@suse.de>
2704
2705 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
2706 selection entry encoding.
2707
27082019-05-10 Tom Tromey <tromey@adacore.com>
2709
2710 * gdb.ada/info_exc.exp: Add "complete" test.
2711
27122019-05-09 Tom de Vries <tdevries@suse.de>
2713
2714 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
2715 CU-relative.
2716
27172019-05-09 Tom de Vries <tdevries@suse.de>
2718
2719 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
2720 CU-relative.
2721
27222019-05-08 Joel Brobecker <brobecker@adacore.com>
2723
2724 * gdb.ada/frame_arg_lang.exp: New testcase.
2725 * gdb.ada/frame_arg_lang/bla.adb: New file.
2726 * gdb.ada/frame_arg_lang/pck.ads: New file.
2727 * gdb.ada/frame_arg_lang/pck.adb: New file.
2728 * gdb.ada/frame_arg_lang/foo.c: New file.
2729
27302019-05-08 Tom Tromey <tromey@adacore.com>
2731
2732 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
2733
27342019-05-08 Tom Tromey <tromey@adacore.com>
2735
2736 * gdb.base/ptype-offsets.exp: Update tests.
2737
27382019-05-08 Tom Tromey <tromey@adacore.com>
2739
2740 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
2741 cases.
2742 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
2743 "short".
2744
27452019-05-08 Tom Tromey <tromey@adacore.com>
2746
2747 * gdb.ada/vla.exp: New file.
2748 * gdb.ada/vla/vla.adb: New file.
2749
27502019-05-07 Tom de Vries <tdevries@suse.de>
2751
2752 * gdb.base/index-cache.exp (ls_host): Fix return statement.
2753
27542019-05-07 Tom de Vries <tdevries@suse.de>
2755
2756 PR testsuite/24522
2757 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
2758 section.
2759
27602019-05-07 Tom de Vries <tdevries@suse.de>
2761
2762 PR testsuite/24522
2763 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
2764 .debug_aranges section.
2765
27662019-05-07 Tom de Vries <tdevries@suse.de>
2767
2768 PR testsuite/24159
2769 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
2770
27712019-05-06 Tom de Vries <tdevries@suse.de>
2772
2773 * lib/gdb.exp (exec_has_index_section): New proc.
2774 * gdb.base/index-cache.exp: Handle case that binfile contains an index
2775 section.
2776
27772019-05-04 Tom de Vries <tdevries@suse.de>
2778
2779 * boards/cc-with-debug-names.exp: New file.
2780
27812019-05-03 Tom Tromey <tromey@adacore.com>
2782
2783 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
2784 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
2785 * gdb.ada/char_enum.exp: Add test.
2786
27872019-05-03 Tom de Vries <tdevries@suse.de>
2788
2789 * boards/cc-with-gdb-index.exp: New file.
2790
27912019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
2792
2793 * gdb.rust/simple.exp: Add new test case.
2794 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
2795 (main): Initialise an instance of the new struct.
2796
27972019-05-01 Tom Tromey <tromey@adacore.com>
2798
2799 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
2800 record.
2801 (NPR): New variable.
2802 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
2803 test.
2804
28052019-05-01 Tom Tromey <tromey@adacore.com>
2806
2807 * gdb.ada/packed_array_assign.exp: Add packed assignment
2808 regression test.
2809
28102019-05-01 Tom de Vries <tdevries@suse.de>
2811
2812 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
2813
28142019-05-01 Tom de Vries <tdevries@suse.de>
2815
2816 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
2817
28182019-04-30 Ali Tamur <tamur@google.com>
2819
2820 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
2821
28222019-04-30 Tom Tromey <tromey@adacore.com>
2823
2824 * lib/ada.exp (find_ada_tool): New proc.
2825 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
2826 * gdb.ada/catch_ex_std.exp: New file.
2827 * gdb.ada/catch_ex_std/foo.adb: New file.
2828 * gdb.ada/catch_ex_std/some_package.adb: New file.
2829 * gdb.ada/catch_ex_std/some_package.ads: New file.
2830
28312019-04-30 Tom Tromey <tromey@adacore.com>
2832
2833 PR c++/24470:
2834 * gdb.cp/temargs.cc: Add test code from PR.
2835
28362019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2837
2838 * gdb.fortran/vla-datatypes.exp: Update expected results.
2839 * gdb.fortran/vla-ptype.exp: Likewise.
2840 * gdb.fortran/vla-type.exp: Likewise.
2841 * gdb.fortran/vla-value.exp: Likewise.
2842
28432019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2844
2845 * gdb.fortran/ptr-indentation.exp: Update expected results.
2846 * gdb.fortran/ptype-on-functions.exp: Likewise.
2847 * gdb.fortran/vla-ptr-info.exp: Likewise.
2848 * gdb.fortran/vla-value.exp: Likewise.
2849
28502019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2851
2852 * gdb.fortran/ptype-on-functions.exp: New file.
2853 * gdb.fortran/ptype-on-functions.f90: New file.
2854
28552019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2856
2857 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
2858 case void string.
2859
28602019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2861
2862 * gdb.fortran/complex.exp: Expand.
2863 * gdb.fortran/complex.f: Renamed to...
2864 * gdb.fortran/complex.f90: ...this, and extended to add more
2865 complex values.
2866
28672019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2868
2869 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
2870 MODULO, CMPLX.
2871
28722019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
2873 Richard Bunt <richard.bunt@arm.com>
2874
2875 * gdb.base/max-depth.c: New file.
2876 * gdb.base/max-depth.exp: New file.
2877 * gdb.python/py-nested-maps.c: New file.
2878 * gdb.python/py-nested-maps.exp: New file.
2879 * gdb.python/py-nested-maps.py: New file.
2880 * gdb.python/py-format-string.exp (test_max_depth): New proc.
2881 (test_all_common): Call test_max_depth.
2882 * gdb.fortran/max-depth.exp: New file.
2883 * gdb.fortran/max-depth.f90: New file.
2884 * gdb.go/max-depth.exp: New file.
2885 * gdb.go/max-depth.go: New file.
2886 * gdb.modula2/max-depth.exp: New file.
2887 * gdb.modula2/max-depth.c: New file.
2888 * lib/gdb.exp (get_print_expr_at_depths): New proc.
2889
28902019-04-29 Tom de Vries <tdevries@suse.de>
2891
2892 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
2893
28942019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2895
2896 * gdb.base/callexit.exp: Test may-call-functions off.
2897
28982019-04-25 Keith Seitz <keiths@redhat.com>
2899
2900 PR c++/24367
2901 * gdb.cp/meth-typedefs.cc (incomplete_struct)
2902 (another_incomplete_struct, test_incomplete): New definitions.
2903 (main): Use new definitions.
2904 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
2905 functions.
2906
29072019-04-25 Ali Tamur <tamur@google.com>
2908
2909 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
2910
29112019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
2912
2913 PR corefiles/11608
2914 PR corefiles/18187
2915 * gdb.base/coredump-filter-build-id.exp: New file.
2916
29172019-04-25 Alan Hayward <alan.hayward@arm.com>
2918
2919 * Makefile.in: Pass through GDBSERVER_DEBUG.
2920 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
2921 (gdbserver,debug): Add board setting.
2922 * gdb.trace/tspeed.exp: Skip when debugging.
2923 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
2924 * lib/gdbserver-support.exp: Likewise
2925
29262019-04-24 Tom Tromey <tromey@adacore.com>
2927
2928 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
2929 Rust.
2930
29312019-04-24 Tom Tromey <tromey@adacore.com>
2932
2933 * gdb.arch/amd64-eval.exp: Test bitfield return.
2934 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
2935 (class Foo) <return_bitfields>: New method.
2936 (main): Call it.
2937
29382019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
2939
2940 * gdb.cp/many-args.cc: New file.
2941 * gdb.cp/many-args.exp: New file.
2942
29432019-04-23 Tom de Vries <tdevries@suse.de>
2944
2945 PR gdb/24433
2946 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
2947
29482019-04-23 Alan Hayward <alan.hayward@arm.com>
2949
2950 * gdb.trace/backtrace.exp: Use nopie flag.
2951 * gdb.trace/circ.exp: Likewise.
2952 * gdb.trace/collection.exp: Likewise.
2953 * gdb.trace/ftrace.exp: Likewise.
2954 * gdb.trace/mi-trace-unavailable.exp: Likewise.
2955 * gdb.trace/mi-traceframe-changed.exp: Likewise.
2956 * gdb.trace/qtro.exp: Likewise.
2957 * gdb.trace/read-memory.exp: Likewise.
2958 * gdb.trace/report.exp: Likewise.
2959 * gdb.trace/tfile.exp: Likewise.
2960 * gdb.trace/tfind.exp: Likewise.
2961 * gdb.trace/unavailable.exp: Likewise.
2962
29632019-04-22 Pedro Alves <palves@redhat.com>
2964
2965 * gdb.base/solib-probes-nosharedlibrary.c,
2966 gdb.base/solib-probes-nosharedlibrary.exp: New files.
2967
29682019-04-19 Tom Tromey <tromey@adacore.com>
2969
2970 * gdb.ada/ptype_union.c: New file.
2971 * gdb.ada/ptype_union.exp: New file.
2972
29732019-04-19 Tom Tromey <tromey@adacore.com>
2974
2975 PR symtab/24423:
2976 * gdb.base/list0.h (foo): Add a control-l character.
2977
29782019-04-18 Tom de Vries <tdevries@suse.de>
2979
2980 PR gdb/24433
2981 * boards/local-board.exp: Set sysroot to "".
2982
29832019-04-18 Tom de Vries <tdevries@suse.de>
2984 Pedro Alves <palves@redhat.com>
2985
2986 PR gdb/24454
2987 * gdb.threads/vfork-follow-child-exec.c: New file.
2988 * gdb.threads/vfork-follow-child-exec.exp: New file.
2989 * gdb.threads/vfork-follow-child-exit.c: New file.
2990 * gdb.threads/vfork-follow-child-exit.exp: New file.
2991
29922019-04-15 Leszek Swirski <leszeks@google.com>
2993
2994 * gdb.arch/amd64-eval.cc: New file.
2995 * gdb.arch/amd64-eval.exp: New file.
2996
29972019-04-11 Alan Hayward <alan.hayward@arm.com>
2998
2999 * gdb.server/sysroot.c: New test.
3000 * gdb.server/sysroot.exp: New file.
3001 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
3002 matching param.
3003
30042019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
3005
3006 * gdb.base/align.exp: Extend test to cover structures containing
3007 only static fields.
3008
30092019-04-11 Tom de Vries <tdevries@suse.de>
3010
3011 * boards/cc-with-dwz-m.exp: New file.
3012 * boards/cc-with-dwz.exp: New file.
3013 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
3014
30152019-04-09 Simon Marchi <simon.marchi@efficios.com>
3016
3017 * gdb.base/start-cpp.exp: New file.
3018 * gdb.base/start-cpp.cc: New file.
3019
30202019-04-08 Kevin Buettner <kevinb@redhat.com>
3021
3022 * gdb.python/py-thrhandle.exp: Adjust tests to call
3023 thread_from_handle instead of thread_from_thread_handle.
3024
30252019-04-08 Kevin Buettner <kevinb@redhat.com>
3026
3027 * gdb.python/py-thrhandle.exp: Add tests for
3028 gdb.InferiorThread.handle.
3029
30302019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
3031
3032 * gdb.python/py-function.exp: Check calling helper function from
3033 all languages.
3034 * lib/gdb.exp (gdb_supported_languages): New proc.
3035
30362019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
3037
3038 * gdb.base/complex-parts.c: New file.
3039 * gdb.base/complex-parts.exp: New file.
3040
30412019-04-01 Tom Tromey <tromey@adacore.com>
3042
3043 PR symtab/23331:
3044 * gdb.dwarf2/dw2-ranges-main.c: New file.
3045 * gdb.dwarf2/dw2-ranges-psym.c: New file.
3046 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
3047
30482019-03-30 Simon Marchi <simark@simark.ca>
3049
3050 * gdb.base/default.exp: Add values for $_gdb_major and
3051 $_gdb_minor.
3052
30532019-03-29 Tom Tromey <tromey@adacore.com>
3054
3055 * gdb.base/help.exp: Tighten apropos regexp.
3056
30572019-03-29 Keith Seitz <keiths@redhat.com>
3058
3059 * gdb.fortran/array-bounds.exp: New file.
3060 * gdb.fortran/array-bounds.f90: New file.
3061
30622019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3063
3064 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
3065
30662019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3067
3068 * gdb.multi/hello.c (main): Increase alarm timer.
3069
30702019-03-28 Sandra Loosemore <sandra@codesourcery.com>
3071
3072 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
3073 factor when no hardware watchpoint support.
3074
30752019-03-28 Alan Hayward <alan.hayward@arm.com>
3076 Pedro Alves <palves@redhat.com>
3077
3078 * boards/local-board.exp: set sysroot to /.
3079
30802019-03-27 Alan Hayward <alan.hayward@arm.com>
3081
3082 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
3083 in child.
3084
30852019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3086
3087 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
3088 field.
3089 (make_container): Initialise new field.
3090 * gdb.python/py-prettyprint.exp: Add new tests.
3091 * gdb.python/py-prettyprint.py (class ContainerPrinter)
3092 <display_hint>: New method.
3093
30942019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3095
3096 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
3097 gdb_continue_to_breakpoint more throughout this test.
3098 (run_lang_tests) Supply unique test names, and use
3099 gdb_test_no_output.
3100
31012019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3102
3103 * gdb.base/finish-pretty.exp: Update expected results.
3104 * gdb.base/pretty-print.c: New file.
3105 * gdb.base/pretty-print.exp: New file.
3106
31072019-03-25 Pedro Alves <palves@redhat.com>
3108
3109 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
3110 move comments outside list. Append '-i "" eof' section.
3111
31122019-03-22 Alan Hayward <alan.hayward@arm.com>
3113
3114 PR testsuite/25016
3115 * README: Add pie options.
3116 * gdb.base/break-interp.exp: Ensure pie is disabled.
3117 * gdb.base/dump.exp: Likewise.
3118 * lib/gdb.exp (gdb_compile): Add pie option.
3119
31202019-03-19 Tom Tromey <tromey@adacore.com>
3121
3122 * gdb.mi/mi2-cli-display.c: New file.
3123 * gdb.mi/mi2-cli-display.exp: New file.
3124
31252019-03-18 Joel Brobecker <brobecker@adacore.com>
3126 Tom Tromey <tromey@adacore.com>
3127
3128 * gdb.ada/ptype_array/pck.adb: New file.
3129 * gdb.ada/ptype_array/pck.ads: New file.
3130 * gdb.ada/ptype_array/foo.adb: New file.
3131 * gdb.ada/ptype_array.exp: New file.
3132
31332019-03-14 Tom Tromey <tromey@adacore.com>
3134
3135 * gdb.base/style.exp: Add "set style sources" test.
3136
31372019-03-13 Simon Marchi <simon.marchi@ericsson.com>
3138
3139 * mi-breakpoint-location-ena-dis.exp: Rename to ...
3140 * mi-breakpoint-multiple-locations.exp: ... this.
3141 (make_breakpoints_pattern): New proc.
3142 (do_test): Add mi_version parameter, test -break-insert,
3143 -break-info and =breakpoint-created.
3144
31452019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
3146
3147 * config/default.exp: Remove 'load_lib gdb.exp'.
3148 * config/monitor.exp: Likewise.
3149 * config/sid.exp: Likewise.
3150 * config/sim.exp: Likewise.
3151 * config/slite.exp: Likewise.
3152 * config/unix.exp: Likewise.
3153 * gdb.base/default.exp: Remove unhelpful comment.
3154
31552019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3156
3157 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
3158
31592019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3160
3161 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
3162
31632019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3164
3165 * gdb.fortran/type-kinds.exp: Update expected results.
3166
31672019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3168
3169 * gdb.fortran/type-kinds.exp: Test new integer type kind.
3170
31712019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3172
3173 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
3174 function.
3175 (test_basic_parsing_of_type_kinds): Expand types tested.
3176 (test_parsing_invalid_type_kinds): New function.
3177
31782019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3179
3180 * gdb.fortran/intrinsics.exp: New file.
3181 * gdb.fortran/intrinsics.f90: New file.
3182 * gdb.fortran/type-kinds.exp: New file.
3183
31842019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3185
3186 * gdb.fortran/dot-ops.exp: New file.
3187
31882019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3189
3190 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
3191 Check upper and lower case logical literals.
3192
31932019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3194
3195 * gdb.fortran/types.exp (test_float_literal_types_accepted):
3196 Remove duplicate tests.
3197
31982019-03-06 Alan Hayward <alan.hayward@arm.com>
3199
3200 * lib/gdb.exp (builtin_cd): rename of cd.
3201 (cd): Override builtin.
3202
32032019-03-06 Richard Bunt <richard.bunt@arm.com>
3204
3205 * gdb.fortran/function-calls.exp: New file.
3206 * gdb.fortran/function-calls.f90: New test.
3207
32082019-03-04 Richard Bunt <richard.bunt@arm.com>
3209
3210 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
3211 on user program standard output.
3212 * gdb.fortran/short-circuit-argument-list.f90: Record function
3213 calls.
3214
32152019-02-28 Alan Hayward <alan.hayward@arm.com>
3216
3217 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
3218 failure.
3219
32202019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3221
3222 PR gdb/8527
3223 * gdb.base/interrupt-daemon-attach.c,
3224 gdb.base/interrupt-daemon-attach.exp: New test.
3225
32262019-02-27 Pedro Alves <palves@redhat.com>
3227
3228 * gdb.base/page.exp: Add tests for "set width/height -1".
3229
32302019-02-27 Pedro Alves <palves@redhat.com>
3231
3232 * gdb.base/page.exp: Add tests for "set/show width/height" with
3233 "infinite" values.
3234
32352019-02-27 Tom Tromey <tromey@adacore.com>
3236
3237 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
3238 2.4.
3239 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
3240 workaround.
3241
32422019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
3243
3244 * gdb.base/align.exp: Extend to compile in both C and C++, and add
3245 tests for structs with static members.
3246
32472019-02-26 Tom Tromey <tromey@adacore.com>
3248
3249 * gdb.python/py-value.exp (test_value_from_buffer): Check for
3250 ValueError, not TypeError.
3251
32522019-02-26 Kevin Buettner <kevinb@redhat.com>
3253
3254 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
3255 call from main program.
3256
32572019-02-23 Joel Brobecker <brobecker@adacore.com>
3258
3259 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
3260 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
3261 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
3262 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
3263 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
3264
32652019-02-22 Keith Seitz <keiths@redhat.com>
3266
3267 PR symtab/23853
3268 * gdb.base/symlink-sourcefile.c: New file.
3269 * gdb.base/symlink-sourcefile.exp: New file.
3270
32712019-02-20 Tom Tromey <tom@tromey.com>
3272
3273 * gdb.base/info_qt.exp: Update.
3274
32752019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
3276
3277 * gdb.base/source.exp: Move "error in sourced script" code to
3278 the end.
3279 * gdb.base/source-error.gdb: Move contents to
3280 source-error-1.gdb. Add new code to source source-error-1.gdb.
3281 * gdb.base/source-error-1.gdb: New file, from previous
3282 source-error.gdb.
3283
32842019-02-17 Tom Tromey <tom@tromey.com>
3285
3286 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
3287 for macro styling.
3288 * gdb.base/style.c (SOME_MACRO): New macro.
3289
32902019-02-17 Tom Tromey <tom@tromey.com>
3291
3292 * gdb.base/style.exp: Add line-wrapping tests.
3293 * gdb.base/page.exp: Add test for quitting during pagination.
3294
32952019-02-17 Joel Brobecker <brobecker@adacore.com>
3296
3297 * gdb.ada/big_packed_array: New testcase.
3298 * gdb.ada/homonym.exp: Fix incorrect expected output for
3299 "break <homonym__get_value>" test.
3300
33012019-02-13 Weimin Pan <weimin.pan@oracle.com>
3302
3303 PR breakpoints/21870
3304 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
3305 and prepare_for_testing. Add comment.
3306 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
3307 redundant cleanup call. Clean up comment.
3308
33092019-02-12 Weimin Pan <weimin.pan@oracle.com>
3310
3311 PR breakpoints/21870
3312 * gdb.arch/aarch64-dbreg-contents.exp: New file.
3313 * gdb.arch/aarch64-dbreg-contents.c: New file.
3314
33152019-02-10 Joel Brobecker <brobecker@adacore.com>
3316
3317 * gdb.ada/mi_ref_changeable: New testcase.
3318
33192019-02-07 Alan Hayward <alan.hayward@arm.com>
3320
3321 * gdb.base/attach.exp: Add double attach test.
3322
33232019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
3324
3325 * lib/gdb.exp (default_gdb_start): Don't match pagination
3326 prompt.
3327 (gdb_init): Set stty_init.
3328
33292019-01-27 Tom Tromey <tom@tromey.com>
3330
3331 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
3332 skip_python_tests.
3333
33342019-01-24 Alan Hayward <alan.hayward@arm.com>
3335
3336 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
3337 New structure.
3338 (struct struct_static_02_02): Likewise.
3339 (struct struct_static_02_03): Likewise.
3340 (struct struct_static_02_04): Likewise.
3341 (struct struct_static_04_01): Likewise.
3342 (struct struct_static_04_02): Likewise.
3343 (struct struct_static_04_03): Likewise.
3344 (struct struct_static_04_04): Likewise.
3345 (struct struct_static_06_01): Likewise.
3346 (struct struct_static_06_02): Likewise.
3347 (struct struct_static_06_03): Likewise.
3348 (struct struct_static_06_04): Likewise.
3349 (cmp_struct_static_02_01): Likewise.
3350 (cmp_struct_static_02_02): Likewise.
3351 (cmp_struct_static_02_03): Likewise.
3352 (cmp_struct_static_02_04): Likewise.
3353 (cmp_struct_static_04_01): Likewise.
3354 (cmp_struct_static_04_02): Likewise.
3355 (cmp_struct_static_04_03): Likewise.
3356 (cmp_struct_static_04_04): Likewise.
3357 (cmp_struct_static_06_01): Likewise.
3358 (cmp_struct_static_06_02): Likewise.
3359 (cmp_struct_static_06_03): Likewise.
3360 (cmp_struct_static_06_04): Likewise.
3361 (call_all): Test new structs.
3362 * gdb.base/infcall-nested-structs.exp: Likewise.
3363
33642019-01-21 Alan Hayward <alan.hayward@arm.com>
3365 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
3366
33672019-01-21 Alan Hayward <alan.hayward@arm.com>
3368 * gdb.base/stack-protector.c: New test.
3369 * gdb.base/stack-protector.exp: New file.
3370 * gdb.cp/ovldbreak.exp: Only allow a single break line.
3371 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
3372 option.
3373 (gdb_compile): Remove stack protector for GCC and prevent
3374 recursion.
3375
33762019-01-16 Keith Seitz <keiths@redhat.com>
3377
3378 PR gdb/23773
3379 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
3380
33812019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3382
3383 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
3384 aliases.
3385 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
3386 tests.
3387 * gdb.arch/powerpc-vector-regs.c: New file.
3388 * gdb.arch/powerpc-vector-regs.exp: New file.
3389
33902019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3391
3392 * gdb.arch/altivec-regs.exp: Fix the list passed to
3393 gdb_expect_list when testing "info vector".
3394
33952019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
3396
3397 * gdb.base/style.exp: Don't include path in testname.
3398
33992019-01-10 Keith Seitz <keiths@redhat.com>
3400
3401 PR gdb/23712
3402 PR symtab/23010
3403 * gdb.dwarf2/multidictionary.exp: New file.
3404
34052019-01-09 Simon Marchi <simon.marchi@ericsson.com>
3406
3407 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
3408 (test_gnuv3_style_demangling): ... this.
3409 (test_lucid_style_demangling): Remove.
3410 (test_arm_style_demangling): Remove.
3411 (test_hp_style_demangling): Remove.
3412 (do_tests): Remove calls to the above.
3413
34142019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3415
3416 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
3417 case.
3418
34192019-01-06 Tom Tromey <tom@tromey.com>
3420
3421 PR gdb/28155:
3422 * gdb.dwarf2/typedef-void-finish.exp: New file.
3423
34242018-12-28 Tom Tromey <tom@tromey.com>
3425 Simon Marchi <simark@simark.ca>
3426
3427 * gdb.base/jit-exec.exp: New file.
3428 * gdb.base/jit-exec.c: New file.
3429 * gdb.base/jit-execd.c: New file.
3430
34312018-12-28 Tom Tromey <tom@tromey.com>
3432
3433 * gdb.base/style.exp: Update test to check for address styling.
3434
34352018-12-28 Tom Tromey <tom@tromey.com>
3436
3437 * gdb.base/style.exp: Add test for styling of "Reading symbols"
3438 message.
3439
34402018-12-28 Tom Tromey <tom@tromey.com>
3441
3442 * gdb.base/style.exp: Add test for version number styling.
3443
34442018-12-28 Tom Tromey <tom@tromey.com>
3445
3446 * gdb.base/style.exp: Add test for print_address_symbolic.
3447
34482018-12-28 Tom Tromey <tom@tromey.com>
3449
3450 * gdb.base/style.exp: Add test for breakpoint setting.
3451
34522018-12-28 Tom Tromey <tom@tromey.com>
3453
3454 * gdb.base/style.exp: Add test for variable names.
3455
34562018-12-28 Tom Tromey <tom@tromey.com>
3457
3458 * gdb.base/style.exp: New file.
3459 * gdb.base/style.c: New file.
3460
34612018-12-28 Tom Tromey <tom@tromey.com>
3462
3463 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
3464 "dumb".
3465 * gdb.base/readline.exp (operate_and_get_next): Save and restore
3466 the TERM environment variable.
3467
34682018-12-27 Tom Tromey <tom@tromey.com>
3469
3470 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
3471 pagination test.
3472
34732018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
3474
3475 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
3476 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
3477
34782018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3479
3480 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
3481 Filename a.adb changed to bp_fun_addr.adb.
3482 gdb.ada/bp_fun_addr.exp: Update test accordingly.
3483
34842018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
3485
3486 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
3487 non-PIE executables.
3488 * README: Mention the gdb,nopie_flag board setting.
3489 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
3490 non-PIE executable.
3491 * gdb.arch/amd64-entry-value.exp: Likewise.
3492 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
3493 * gdb.arch/i386-float.exp: Likewise.
3494 * gdb.arch/i386-signal.exp: Likewise.
3495 * gdb.mi/mi-reg-undefined.exp: Likewise.
3496
34972018-12-21 Paul Marechal <paul.marechal@ericsson.com>
3498
3499 PR gdb/23974
3500 * gdb.base/info-os.exp: Check return for unknown "info os" type.
3501
35022018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3503
3504 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
3505 Update order of results accordingly.
3506
35072018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
3508
3509 * gdb.base/annota1.exp: Update a test regexp.
3510
35112018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
3512
3513 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
3514
35152018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3516
3517 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
3518 (reuse_time): Initialize to REUSE_TIME_CAP.
3519 (check_rc): New function.
3520 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
3521 Check pthread_create rc.
3522 (spawner_thread_func): Check pthread_create and pthread_join rc.
3523
35242018-12-08 Pedro Alves <palves@redhat.com>
3525
3526 * gdb.base/list.exp (test_forward_search): Rename to ...
3527 (test_forward_reverse_search): ... this. Also test reverse-search
3528 and the forward-search alias.
3529
35302018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
3531
3532 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
3533 local timeout variable before return, and remove all local timeout
3534 variable entirely.
3535 (gdb_load): Likewise.
3536
35372018-12-01 Tom de Vries <tdevries@suse.de>
3538
3539 * gdb.base/gdb-caching-proc.exp: New file.
3540
35412018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
3542
3543 * Makefile.in (TIMESTAMP): New variable.
3544 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
3545 command.
3546 (check-single-racy): Likewise.
3547 (check/%.exp): Likewise.
3548 (check-racy/%.exp): Likewise.
3549 (workers/%.worker): Likewise.
3550 (build-perf): Likewise.
3551 (check-perf): Likewise.
3552 * README: Describe new "TS" and "TS_FORMAT" variables.
3553 * print-ts.py: New file.
3554
35552018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
3556
3557 PR python/23714
3558 * gdb.python/python.exp: Test command repetition after
3559 gdb.execute.
3560
35612018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
3562
3563 * gdb.opt/inline-break.exp: Add test that info breakpoint output
3564 is correctly aligned.
3565
35662018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3567
3568 * gdb.ada/info_auto_lang.exp: New testcase.
3569 * gdb.ada/info_auto_lang/global_pack.ads: New file.
3570 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
3571 * gdb.ada/info_auto_lang/some_c.c: New file.
3572
35732018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3574
3575 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
3576 FUNC_lang language syntax.
3577
35782018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3579
3580 * gdb.base/info_minsym.c: New file.
3581 * gdb.base/info_minsym.exp: New file.
3582
35832018-11-19 Tom Tromey <tom@tromey.com>
3584
3585 PR rust/23625:
3586 * gdb.rust/simple.exp: Add ptype test. Update expected output.
3587 * gdb.rust/expr.exp: Update expected output. Change one test.
3588
35892018-11-19 Tom Tromey <tom@tromey.com>
3590
3591 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
3592
35932018-11-19 Pedro Alves <palves@redhat.com>
3594
3595 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
3596 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
3597 see the expected warning.
3598
35992018-11-16 Alan Hayward <alan.hayward@arm.com>
3600
3601 PR gdb/22736:
3602 * gdb.cp/infcall-nodebug-lib.c: New test.
3603 * gdb.cp/infcall-nodebug-main.c: New test.
3604 * gdb.cp/infcall-nodebug.exp: New file.
3605
36062018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
3607
3608 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
3609 completer tests.
3610
36112018-11-09 Tom de Vries <tdevries@suse.de>
3612
3613 * gdb.base/msym-lang.c: New test.
3614 * gdb.base/msym-lang.exp: New file.
3615 * gdb.base/msym-lang-main.c: New test.
3616
36172018-11-08 Tom Tromey <tom@tromey.com>
3618
3619 PR gdb/23555:
3620 PR gdb/23838:
3621 * gdb.base/warning.exp: New file.
3622
36232018-11-08 Jan Beulich <jbeulich@suse.com>
3624
3625 * testsuite/gdb.arch/i386-avx512.c,
3626 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
3627
36282018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
3629
3630 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
3631 point hardware.
3632
36332018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
3634
3635 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
3636 * gdb.dwarf2/missing-type-name.exp: New file.
3637
36382018-11-06 Tom de Vries <tdevries@suse.de>
3639
3640 * gdb.base/many-headers.c: New test.
3641 * gdb.base/many-headers.exp: New file.
3642
36432018-11-06 Jim Wilson <jimw@sifive.com>
3644
3645 * gdb.base/code_elim.exp: For riscv, set additional_flags
3646 to include -msmall-data-limit=0.
3647
36482018-11-01 Joel Brobecker <brobecker@adacore.com>
3649
3650 * gdb.ada/watch_minus_l: New testcase.
3651
36522018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
3653
3654 * gdb.arch/aix-sighandle.c: New file.
3655 * gdb.arch/aix-sighandle.exp: New file.
3656
36572018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3658
3659 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
3660 registers being unions.
3661
36622018-10-31 Tom de Vries <tdevries@suse.de>
3663
3664 * lib/valgrind.exp: New file.
3665 (vgdb_start, vgdb_stop): New procs, factored out of ...
3666 * gdb.base/valgrind-bt.exp: ... here, ...
3667 * gdb.base/valgrind-disp-step.exp: ... here and ...
3668 * gdb.base/valgrind-infcall.exp: ... here.
3669
36702018-10-31 Tom de Vries <tdevries@suse.de>
3671
3672 * lib/gdb.exp (get_valueof): Don't output read value in test name.
3673
36742018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3675
3676 * gdb.dwarf2/void-type.c: New file.
3677 * gdb.dwarf2/void-type.exp: New file.
3678
36792018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3680
3681 * gdb.base/info_qt.c: New file.
3682 * gdb.base/info_qt.exp: New file.
3683
36842018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3685
3686 * gdb.arch/powerpc-htm-regs.c: New file.
3687 * gdb.arch/powerpc-htm-regs.exp: New file.
3688
36892018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3690
3691 * gdb.arch/powerpc-tar.c: New file.
3692 * gdb.arch/powerpc-tar.exp: New file.
3693
36942018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3695
3696 * gdb.arch/powerpc-ppr-dscr.c: New file.
3697 * gdb.arch/powerpc-ppr-dscr.exp: New file.
3698
36992018-10-25 Tom de Vries <tdevries@suse.de>
3700
3701 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
3702
37032018-10-24 Tom de Vries <tdevries@suse.de>
3704
3705 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
3706 longer exists error.
3707
37082018-10-24 Tom de Vries <tdevries@suse.de>
3709
3710 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
3711
37122018-10-24 Tom de Vries <tdevries@suse.de>
3713
3714 * gdb.base/valgrind-db-attach.exp: Handle removed support for
3715 --db-attach in valgrind.
3716
37172018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
3718
3719 * gdb.arch/riscv-reg-aliases.c: New file.
3720 * gdb.arch/riscv-reg-aliases.exp: New file.
3721
37222018-10-19 Alan Hayward <alan.hayward@arm.com>
3723
3724 * gdb.python/py-cmd.exp: Check for gdb_prompt.
3725
37262018-10-19 Alan Hayward <alan.hayward@arm.com>
3727
3728 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
3729
37302018-10-19 Alan Hayward <alan.hayward@arm.com>
3731
3732 * gdb.cp/ovldbreak.exp: Fix regexps.
3733
37342018-10-19 Alan Hayward <alan.hayward@arm.com>
3735
3736 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
3737
37382018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
3739
3740 PR cli/23785
3741 * gdb.base/restore.exp: New test to check if "restore" with an
3742 invalid file doesn't segfault.
3743
37442018-10-18 Tom de Vries <tdevries@suse.de>
3745
3746 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
3747 * gdb.ada/excep_handle.exp: Same.
3748 * gdb.ada/mi_string_access.exp: Same.
3749 * gdb.ada/mi_var_union.exp: Same.
3750 * gdb.arch/arc-analyze-prologue.exp: Same.
3751 * gdb.arch/arc-decode-insn.exp: Same.
3752 * gdb.base/readnever.exp: Same.
3753 * gdb.fortran/printing-types.exp: Same.
3754 * gdb.guile/scm-lazy-string.exp: Same.
3755
37562018-10-16 Tom de Vries <tdevries@suse.de>
3757
3758 PR gdb/23730
3759 * gdb.base/catch-follow-exec.c: Add copyright notice.
3760 * gdb.base/catch-follow-exec.exp: Rewrite to use
3761 gdb_spawn_with_cmdline_opts. Require gdb-native.
3762
37632018-10-12 Sandra Loosemore <sandra@codesourcery.com>
3764
3765 * gdb.trace/actions-changed.exp: Check for arch support.
3766 * gdb.trace/actions.exp: Likewise.
3767 * gdb.trace/ax.exp: Likewise.
3768 * gdb.trace/backtrace.exp: Likewise.
3769 * gdb.trace/change-loc.exp: Likewise.
3770 * gdb.trace/deltrace.exp: Likewise.
3771 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
3772 * gdb.trace/ftrace.exp: Likewise.
3773 * gdb.trace/infotrace.exp: Check for arch support.
3774 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
3775 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
3776 * gdb.trace/mi-tsv-changed.exp: Likewise.
3777 * gdb.trace/packetlen.exp: Likewise.
3778 * gdb.trace/passc-dyn.exp: Likewise.
3779 * gdb.trace/passcount.exp: Likewise.
3780 * gdb.trace/pending.exp: Likewise.
3781 * gdb.trace/range-stepping.exp: Check for shlib support.
3782 * gdb.trace/report.exp: Check for arch support.
3783 * gdb.trace/save-trace.exp: Likewise.
3784 * gdb.trace/signal.exp: Check for signal support.
3785 * gdb.trace/tfind.exp: Check for arch support.
3786 * gdb.trace/trace-break.exp: Check for arch and shlib support.
3787 * gdb.trace/trace-common.h: Add comment.
3788 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
3789 * gdb.trace/trace-enable-disable.exp: Likewise.
3790 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
3791 * gdb.trace/tracecmd.exp: Check for arch support.
3792 * gdb.trace/tspeed.exp: Check for shlib and target support.
3793 * gdb.trace/tstatus.exp: Check for arch support.
3794 * gdb.trace/tsv.exp: Likewise.
3795 * gdb.trace/while-dyn.exp: Likewise.
3796 * gdb.trace/while-stepping.exp: Likewise.
3797 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
3798
37992018-10-12 Simon Marchi <simon.marchi@ericsson.com>
3800
3801 * gdb.trace/tspeed.exp: Remove nowarnings.
3802 (prepare_for_trace_test): Declare "global ipalib".
3803 * gdb.trace/tspeed.c: Include unistd.h.
3804 (main): Remove superfluous printf argument.
3805
38062018-10-11 Sandra Loosemore <sandra@codesourcery.com>
3807
3808 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
3809 directory prefix on the filename.
3810
38112018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
3812
3813 * gdb.gdb/unittest.exp: Update expected message informing that
3814 selftests have been disabled.
3815 * gdb.server/unittest.exp: Likewise.
3816
38172018-10-09 Tom de Vries <tdevries@suse.de>
3818
3819 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
3820 with runto_main.
3821
38222018-10-08 Weimin Pan <weimin.pan@oracle.com>
3823
3824 PR c++/16841
3825 * gdb.cp/virtbase2.cc: New file.
3826 * gdb.cp/virtbase2.exp: New file.
3827
38282018-10-06 Tom Tromey <tom@tromey.com>
3829
3830 PR python/19399:
3831 * gdb.python/py-inferior.exp: Add architecture test.
3832
38332018-10-06 Tom Tromey <tom@tromey.com>
3834
3835 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
3836 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
3837
38382018-10-06 Tom Tromey <tom@tromey.com>
3839
3840 * gdb.python/py-breakpoint.exp (check_last_event): Check location
3841 of a "throw" catchpoint.
3842
38432018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
3844
3845 * gdb.base/info-proc.exp: Update string expected from "help info
3846 proc".
3847
38482018-10-04 Tom Tromey <tom@tromey.com>
3849
3850 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
3851 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
3852 (test_initial_complaints, test_empty_complaints): Update.
3853 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3854
38552018-10-04 Tom Tromey <tom@tromey.com>
3856
3857 PR cli/19551:
3858 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
3859 * lib/gdb.exp (gdb_file_cmd): Update.
3860 * gdb.stabs/weird.exp (print_weird_var): Update.
3861 * gdb.server/solib-list.exp: Update.
3862 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
3863 * gdb.mi/mi-cli.exp: Update.
3864 * gdb.linespec/linespec.exp: Update.
3865 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3866 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
3867 * gdb.cp/cp-relocate.exp: Update.
3868 * gdb.base/sym-file.exp: Update.
3869 * gdb.base/relocate.exp: Update.
3870 * gdb.base/readnever.exp: Update.
3871 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
3872 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
3873 * gdb.base/dbx.exp (gdb_file_cmd): Update.
3874 * gdb.base/code_elim.exp: Update.
3875 * gdb.base/break-unload-file.exp (test_break): Update.
3876 * gdb.base/break-interp.exp (test_attach_gdb): Update.
3877 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
3878 Update.
3879 * gdb.base/attach.exp (do_attach_tests): Update.
3880 * gdb.base/sepdebug.exp: Update.
3881 * gdb.python/py-section-script.exp: Update.
3882
38832018-10-04 Tom Tromey <tom@tromey.com>
3884
3885 PR cli/22234:
3886 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
3887 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
3888 output.
3889
38902018-10-04 Tom Tromey <tom@tromey.com>
3891
3892 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
3893 set width and height to 0.
3894 (test_command_line_attach_run): Use -quiet.
3895
38962018-10-03 Sandra Loosemore <sandra@codesourcery.com>
3897
3898 * lib/gdb.exp (skip_ifunc_tests): New.
3899 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
3900 other compile failures.
3901 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
3902
39032018-10-01 Simon Marchi <simon.marchi@ericsson.com>
3904
3905 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
3906 is_amd64_regs_target.
3907
39082018-10-01 Alan Hayward <alan.hayward@arm.com>
3909
3910 * gdb.arch/aarch64-sighandler-regs.c: New test.
3911 * gdb.arch/aarch64-sighandler-regs.exp: New file.
3912 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
3913
39142018-10-01 Markus Metzger <markus.t.metzger@intel.com>
3915
3916 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
3917 assembly.
3918
39192018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
3920
3921 * gdb.base/frame-selection.exp: New file.
3922 * gdb.base/frame-selection.c: New file.
3923
39242018-09-27 Alan Hayward <alan.hayward@arm.com>
3925
3926 * gdb.threads/check-libthread-db.c (thread_routine): Use a
3927 pthread barrier.
3928 (main): Likewise.
3929
39302018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
3931
3932 * gdb.base/large-frame-1.c: New file.
3933 * gdb.base/large-frame-2.c: New file.
3934 * gdb.base/large-frame.exp: New file.
3935 * gdb.base/large-frame.h: New file.
3936
39372018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
3938
3939 PR gdb/20948
3940 * gdb.base/write_mem.exp: New test.
3941 * gdb.base/write_mem.c: Likewise.
3942
39432018-09-23 Tom Tromey <tom@tromey.com>
3944
3945 PR python/18852:
3946 * gdb.python/py-parameter.exp: Add test for parameter that throws
3947 on "set".
3948
39492018-09-23 Tom Tromey <tom@tromey.com>
3950
3951 PR python/17284:
3952 * gdb.python/py-template.exp (test_template_arg): Add test for
3953 negative template argument number.
3954
39552018-09-23 Tom Tromey <tom@tromey.com>
3956
3957 PR python/14062:
3958 * gdb.python/python.exp: Add test for post_event error.
3959
39602018-09-23 Tom Tromey <tom@tromey.com>
3961
3962 PR python/18170:
3963 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
3964 convert pointers to int and long.
3965
39662018-09-23 Tom Tromey <tom@tromey.com>
3967
3968 PR python/20126:
3969 * gdb.python/py-value.exp (test_value_numeric_ops): Add
3970 signed-ness conversion tests.
3971
39722018-09-23 Tom Tromey <tom@tromey.com>
3973
3974 PR python/18352;
3975 * gdb.python/py-value.exp (test_float_conversion): New proc.
3976 Use it.
3977
39782018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
3979
3980 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
3981
39822018-09-18 Sandra Loosemore <sandra@codesourcery.com>
3983
3984 * gdb.base/complete-empty.exp: Skip tab-completion tests if
3985 no readline.
3986 * gdb.base/utf8-identifiers.exp: Likewise.
3987 * gdb.cp/cpcompletion.exp: Likewise.
3988 * gdb.linespec/cpcompletion.exp: Likewise.
3989 * gdb.linespec/cpls-abi-tag.exp: Likewise.
3990 * gdb.linespec/cpls-ops.exp: Likewise.
3991
39922018-09-19 Richard Bunt <richard.bunt@arm.com>
3993 Chris January <chris.january@arm.com>
3994
3995 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
3996 * gdb.fortran/short-circuit-argument-list.exp: New file.
3997 * gdb.fortran/short-circuit-argument-list.f90: New test.
3998
39992018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4000
4001 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
4002 "arch=" keyword when executing "-stack-list-frames".
4003
40042018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4005
4006 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
4007 "arch=" keyword when executing "-stack-list-frames".
4008
40092018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4010
4011 * gdb.ada/complete.exp: Expect for "@" when doing "complete
4012 break ada".
4013
40142018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
4015
4016 PR python/23669
4017 * gdb.python/python.exp: Test gdb.execute("show commands").
4018
40192018-09-16 Tom Tromey <tom@tromey.com>
4020
4021 * gdb.base/new-ui.exp (do_execution_tests): Update.
4022 * gdb.base/dbx.exp (test_breakpoints): Update.
4023
40242018-09-14 Alan Hayward <alan.hayward@arm.com>
4025
4026 * lib/gdb.exp (gdb_simple_compile): Add proc.
4027 (is_elf_target): Use gdb_simple_compile.
4028 (skip_altivec_tests): Likewise.
4029 (skip_vsx_tests): Likewise.
4030 (skip_tsx_tests): Likewise.
4031 (skip_btrace_tests): Likewise.
4032 (skip_btrace_pt_tests): Likewise.
4033 (gdb_can_simple_compile): Likewise.
4034 (gdb_has_argv0): Likewise.
4035 (gdb_target_symbol_prefix): Likewise.
4036 (target_supports_scheduler_locking): Likewise.
4037
40382018-09-13 Tom Tromey <tom@tromey.com>
4039
4040 * Makefile.in (TAGS): Recognize proc_with_prefix and
4041 gdb_caching_proc.
4042
40432018-09-13 Simon Marchi <simon.marchi@ericsson.com>
4044
4045 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
4046 method.
4047
40482018-09-13 Simon Marchi <simon.marchi@ericsson.com>
4049
4050 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
4051 and a few other Inferior properties when the Inferior is no
4052 longer valid.
4053
40542018-09-13 Tom Tromey <tom@tromey.com>
4055
4056 PR rust/23650:
4057 * gdb.rust/simple.exp: Add test for enum field access error.
4058
40592018-09-13 Tom Tromey <tom@tromey.com>
4060
4061 PR rust/23626:
4062 * gdb.rust/simple.rs (EmptyEnum): New type.
4063 (main): Use it.
4064 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
4065
40662018-09-13 Simon Marchi <simon.marchi@ericsson.com>
4067
4068 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
4069 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
4070 * gdb.python/py-symtab.exp: Update test printing an objfile.
4071
40722018-09-12 Simon Marchi <simon.marchi@ericsson.com>
4073
4074 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
4075 object.
4076
40772018-09-12 Alan Hayward <alan.hayward@arm.com>
4078
4079 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
4080 (support_complex_tests): Use gdb_can_simple_compile.
4081 (is_ilp32_target): Likewise.
4082 (is_lp64_target): Likewise.
4083 (is_64_target): Likewise.
4084 (is_amd64_regs_target): Likewise.
4085 (is_aarch32_target): Likewise.
4086 (gdb_int128_helper): Likewise.
4087
40882018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4089
4090 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
4091
40922018-09-10 Jerome Guitton <guitton@adacore.com>
4093
4094 * gdb.ada/same_component_name: Add test for case of tagged record
4095 with variable-length fields.
4096
40972018-09-10 Xavier Roirand <roirand@adacore.com>
4098
4099 * gdb.ada/access_to_unbounded_array.exp: New testcase.
4100 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
4101 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
4102 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
4103
41042018-09-10 Xavier Roirand <roirand@adacore.com>
4105
4106 * gdb.ada/mi_string_access.exp: New testcase.
4107 * gdb.ada/mi_string_access/bar.adb: New file.
4108 * gdb.ada/mi_string_access/pck.adb: New file.
4109 * gdb.ada/mi_string_access/pck.asd: New file.
4110
41112018-09-10 Xavier Roirand <roirand@adacore.com>
4112
4113 * gdb.ada/mi_var_union.exp: New testcase.
4114 * gdb.ada/mi_var_union/bar.adb: New file.
4115 * gdb.ada/mi_var_union/pck.adb: New file.
4116 * gdb.ada/mi_var_union/pck.asd: New file.
4117
41182018-09-08 Tom Tromey <tom@tromey.com>
4119
4120 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
4121
41222018-09-08 Tom Tromey <tom@tromey.com>
4123
4124 PR python/16047:
4125 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
4126 (register_pretty_printers): Register new printer.
4127 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
4128 test.
4129 * gdb.python/py-prettyprint.c (int_type3): New typedef.
4130 (an_int_type3): New global.
4131
41322018-09-08 Joel Brobecker <brobecker@adacore.com>
4133
4134 * gdb.ada/expr_with_funcall: New testcase.
4135
41362018-09-08 Joel Brobecker <brobecker@adacore.com>
4137
4138 * gdb.ada/packed_array_assign: New testcase.
4139
41402018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
4141
4142 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
4143 names, and add test prefixes to make test names unique.
4144
41452018-09-05 Tom de Vries <tdevries@suse.de>
4146
4147 * gdb.dwarf2/varval.exp: Add test.
4148
41492018-09-04 Gary Benson <gbenson@redhat.com>
4150
4151 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
4152 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
4153
41542018-08-31 Tom Tromey <tom@tromey.com>
4155
4156 * gdb.rust/simple.rs: Rename second variable "v".
4157
41582018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
4159
4160 * gdb.base/funcargs.c (use_a): New function.
4161 (recurse): Call use_a.
4162
41632018-08-29 Keith Seitz <keiths@redhat.com>
4164
4165 * gdb.compile/compile-cplus-anonymous.cc: New file.
4166 * gdb.compile/compile-cplus-anonymous.exp: New file.
4167 * gdb.compile/compile-cplus-array-decay.cc: New file.
4168 * gdb.compile/compile-cplus-array-decay.exp: New file.
4169 * gdb.compile/compile-cplus-inherit.cc: New file.
4170 * gdb.compile/compile-cplus-inherit.exp: New file.
4171 * gdb.compile/compile-cplus-member.cc: New file.
4172 * gdb.compile/compile-cplus-member.exp: New file.
4173 * gdb.compile/compile-cplus-method.cc: New file.
4174 * gdb.compile/compile-cplus-method.exp: New file.
4175 * gdb.compile/compile-cplus-mod.c: "New" file.
4176 * gdb.compile/compile-cplus-namespace.cc: New file.
4177 * gdb.compile/compile-cplus-namespace.exp: New file.
4178 * gdb.compile/compile-cplus-nested.cc: New file.
4179 * gdb.compile/compile-cplus-nested.exp: New file.
4180 * gdb.compile/compile-cplus-print.c: "New" file.
4181 * gdb.compile/compile-cplus-print.exp: "New" file.
4182 * gdb.compile/compile-cplus-virtual.cc: New file.
4183 * gdb.compile/compile-cplus-virtual.exp: New file.
4184 * gdb.compile/compile-cplus.c: "New" file.
4185 * gdb.compile/compile-cplus.exp: "New" file.
4186 * lib/compile-support.exp: New file.
4187
41882018-08-16 Gary Benson <gbenson@redhat.com>
4189
4190 PR gdb/13000:
4191 * gdb.base/batch-exit-status.exp: New file.
4192 * gdb.base/batch-exit-status.good-commands: Likewise.
4193 * gdb.base/batch-exit-status.bad-commands: Likewise.
4194
41952018-08-29 Alan Hayward <alan.hayward@arm.com>
4196
4197 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
4198 (struct struct02): Likewise.
4199 (struct struct03): Likewise.
4200 (struct struct04): Likewise.
4201 (struct struct_01_01): New struct.
4202 (struct struct_01_02): Likewise.
4203 (struct struct_01_03): Likewise.
4204 (struct struct_01_04): Likewise.
4205 (struct struct_02_01): Likewise.
4206 (struct struct_02_02): Likewise.
4207 (struct struct_02_03): Likewise.
4208 (struct struct_02_04): Likewise.
4209 (struct struct_04_01): Likewise.
4210 (struct struct_04_02): Likewise.
4211 (struct struct_04_03): Likewise.
4212 (struct struct_04_04): Likewise.
4213 (struct struct_05_01): Likewise.
4214 (struct struct_05_02): Likewise.
4215 (struct struct_05_03): Likewise.
4216 (struct struct_05_04): Likewise.
4217 (cmp_struct01): Remove function.
4218 (cmp_struct02): Likewise.
4219 (cmp_struct03): Likewise.
4220 (cmp_struct04): Likewise.
4221 (cmp_struct_01_01): Add Function.
4222 (cmp_struct_01_02): Likewise.
4223 (cmp_struct_01_03): Likewise.
4224 (cmp_struct_01_04): Likewise.
4225 (cmp_struct_02_01): Likewise.
4226 (cmp_struct_02_02): Likewise.
4227 (cmp_struct_02_03): Likewise.
4228 (cmp_struct_02_04): Likewise.
4229 (cmp_struct_04_01): Likewise.
4230 (cmp_struct_04_02): Likewise.
4231 (cmp_struct_04_03): Likewise.
4232 (cmp_struct_04_04): Likewise.
4233 (cmp_struct_05_01): Likewise.
4234 (cmp_struct_05_02): Likewise.
4235 (cmp_struct_05_03): Likewise.
4236 (cmp_struct_05_04): Likewise.
4237 (call_all): Add new structs.
4238 * gdb.base/infcall-nested-structs.exp: Likewise.
4239
42402018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
4241
4242 * gdb.python/py-framefilter-mi.exp: Update regexp to
4243 check for "arch" field in frame output.
4244
42452018-08-23 Kevin Buettner <kevinb@redhat.com>
4246
4247 * gdb.dwarf2/dw2-ranges-func.c: New file.
4248 * gdb.dwarf2/dw2-ranges-func.exp: New file.
4249
42502018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
4251
4252 * gdb.base/term.exp: Compare terminal settings with values from
4253 the inferior.
4254 * gdb.base/term.c: Get and set terminal settings.
4255
42562018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
4257
4258 * lib/mi-support.exp (mi_expect_stop): Update regexp to
4259 accommodate new "arch" field in frame output.
4260 * gdb.mi/mi-return.exp: Likewise.
4261 * gdb.mi/mi-stack.exp: Likewise.
4262 * gdb.mi/mi-syn-frame.exp: Likewise.
4263 * gdb.mi/user-selected-context-sync.exp: Likewise.
4264
42652018-08-19 Michael Spang <spang@google.com>
4266
4267 PR gdb/11786
4268 * gdb.base/gcore-tls-pie.c: New file.
4269 * gdb.base/gcore-tls-pie.exp: New file.
4270
42712018-08-18 Kevin Buettner <kevinb@redhat.com>
4272
4273 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
4274 * gdb.dwarf2/varval.c: New file.
4275 * gdb.dwarf2/varval.exp: New file.
4276
42772018-08-17 Alan Hayward <alan.hayward@arm.com>
4278
4279 PR gdb/18931
4280 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
4281
42822018-08-16 Keith Seitz <keiths@redhat.com>
4283
4284 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
4285 tests expected to pass.
4286
42872018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
4288
4289 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
4290 -data-disassemble -a.
4291 (test_disassembly_bogus_args): Likewise.
4292
42932018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
4294
4295 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
4296
42972018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
4298
4299 * gdb.base/vla-optimized-out.exp: Add new test.
4300
43012018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
4302
4303 * gdb.base/vla-optimized-out-o3.exp: Delete.
4304 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
4305 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
4306 deleted tests.
4307
43082018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
4309
4310 PR gdb/18050:
4311 * gdb.server/extended-remote-restart.c: New file.
4312 * gdb.server/extended-remote-restart.exp: New file.
4313
43142018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
4315
4316 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
4317 "set variable index = 42".
4318
43192018-08-07 Simon Marchi <simon.marchi@ericsson.com>
4320
4321 * boards/index-cache-gdb.exp: New file.
4322 * gdb.dwarf2/index-cache.exp: New file.
4323 * gdb.dwarf2/index-cache.c: New file.
4324 * gdb.base/maint.exp: Check if we are using the index cache.
4325
43262018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4327
4328 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
4329 MAKEFLAGS.
4330
43312018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4332
4333 * dg-extract-results.sh: Move to toplevel contrib.
4334 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
4335 * Makefile.in (check-parallel-racy): Likewise.
4336
43372018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
4338
4339 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
4340 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
4341 tests if the target supports scheduler locking.
4342
43432018-08-04 Tom de Vries <tdevries@suse.de>
4344
4345 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
4346
43472018-08-02 Tom Tromey <tom@tromey.com>
4348
4349 PR symtab/16842.
4350 * gdb.cp/temargs.exp: Test "info address" of a template
4351 parameter.
4352
43532018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
4354
4355 * gdb.python/py-mi-var-info-path-expression.c: New file.
4356 * gdb.python/py-mi-var-info-path-expression.py: New file.
4357 * gdb.python/py-mi-var-info-path-expression.exp: New file.
4358
43592018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
4360
4361 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
4362 error after "cannot resolve name" string.
4363
43642018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
4365
4366 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
4367 started.
4368 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
4369
43702018-07-28 Tom de Vries <tdevries@suse.de>
4371
4372 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
4373
43742018-07-26 Tom de Vries <tdevries@suse.de>
4375
4376 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
4377
43782018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
4379
4380 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
4381 is visible.
4382
43832018-07-26 Tom de Vries <tdevries@suse.de>
4384
4385 PR breakpoints/23366
4386 * gdb.base/catch-follow-exec.c: New test.
4387 * gdb.base/catch-follow-exec.exp: New file.
4388
43892018-07-25 Tom de Vries <tdevries@suse.de>
4390
4391 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
4392 vla-optimized-out.c.
4393
43942018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
4395
4396 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
4397 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
4398
43992018-07-20 Tom de Vries <tdevries@suse.de>
4400
4401 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
4402 NOCLONE macro.
4403 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
4404
44052018-07-19 Tom de Vries <tdevries@suse.de>
4406
4407 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
4408 regular expression.
4409
44102018-07-18 Tom de Vries <tdevries@suse.de>
4411
4412 * gdb.base/vla-optimized-out.c: New test.
4413 * gdb.base/vla-optimized-out.exp: New file.
4414
44152018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
4416
4417 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
4418 message "No address associated with hostname" when gdbserver
4419 cannot resolve the hostname.
4420
44212018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4422
4423 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
4424 Add some test prefixes to make tests unique.
4425
44262018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4427
4428 * gdb.base/frameapply.c: New file.
4429 * gdb.base/frameapply.exp: New file.
4430
44312018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4432
4433 * gdb.base/skip.exp: Update expected error message.
4434
44352018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
4436 Jan Kratochvil <jan.kratochvil@redhat.com>
4437 Paul Fertser <fercerpav@gmail.com>
4438 Tsutomu Seki <sekiriki@gmail.com>
4439
4440 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
4441 parameter.
4442 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
4443 by default.
4444 * boards/native-gdbserver.exp: Likewise.
4445 * gdb.server/run-without-local-binary.exp: Improve regexp used
4446 for detecting when a remote debugging connection succeeds.
4447 * gdb.server/server-connect.exp: New file.
4448 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
4449 Do not prefix the port number with ":".
4450 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
4451 support for detecting and using it. Add '$debughost_gdbserver'
4452 to the list of arguments used to start gdbserver. Handle case
4453 when gdbserver cannot resolve a network name.
4454
44552018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
4456
4457 PR c++/23373
4458 * gdb.base/ptype-offsets.cc (struct static_member): New
4459 struct.
4460 (main) <stmember>: New variable.
4461 * gdb.base/ptype-offsets.exp: Add test for printing a struct
4462 with a static member in it.
4463
44642018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
4465
4466 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
4467 watchpoints enabled and disabled.
4468
44692018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4470
4471 * gdb.base/examine-backward.exp: Still run tests around address
4472 0x0, even if address 0x0 is not readable. Update the pattern for
4473 matching address 0x0 in expected output.
4474
44752018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4476
4477 * gdb.base/share-env-with-gdbserver.c (main): Add call to
4478 malloc/free.
4479
44802018-07-04 Tom de Vries <tdevries@suse.de>
4481
4482 * gdb.dwarf2/dw2-error.exp: Update expected error message.
4483
44842018-07-02 Maciej W. Rozycki <macro@mips.com>
4485
4486 PR tdep/8282
4487 * gdb.arch/mips-disassembler-options.exp: New test.
4488 * gdb.arch/mips-disassembler-options.s: New test source.
4489
44902018-06-29 Pedro Alves <palves@redhat.com>
4491
4492 * gdb.threads/names.exp: Adjust expected "info threads" output.
4493
44942018-06-29 Pedro Alves <palves@redhat.com>
4495
4496 * gdb.opt/inline-break.exp (line number, address): Add "info
4497 break" tests.
4498
44992018-06-29 Pedro Alves <palves@redhat.com>
4500
4501 * gdb.opt/inline-break.c (func1): Add "break here" marker.
4502 * gdb.opt/inline-break.exp: Test setting breakpoints by line
4503 number and address and running to them.
4504
45052018-06-29 Richard Bunt <richard.bunt@arm.com>
4506
4507 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
4508
45092018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4510
4511 * lib/compiler.c: Remove executable permission flag.
4512
45132018-06-28 Richard Bunt <richard.bunt@arm.com>
4514
4515 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
4516 code.
4517 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
4518
45192018-06-28 Petr Tesarik <ptesarik@suse.cz>
4520
4521 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
4522
45232018-06-28 Petr Tesarik <ptesarik@suse.cz>
4524
4525 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
4526 address argument is omitted.
4527
45282018-06-28 Petr Tesarik <ptesarik@suse.cz>
4529
4530 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
4531
45322018-06-27 Omair Javaid <omair.javaid@linaro.org>
4533
4534 PR gdb/21695
4535 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
4536 * gdb.base/infoline-reloc-main-from-zero.c: New file.
4537
45382018-06-26 Tom Tromey <tom@tromey.com>
4539
4540 PR rust/22574:
4541 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
4542 * gdb.rust/simple.rs (struct SimpleLayout): New.
4543
45442018-06-22 Simon Marchi <simon.marchi@ericsson.com>
4545
4546 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
4547 "info registers" output.
4548
45492018-06-21 Richard Bunt <richard.bunt@arm.com>
4550
4551 * gdb.base/watchpoint-hw-attach.c: New test.
4552 * gdb.base/watchpoint-hw-attach.exp: New file.
4553
45542018-06-20 Simon Marchi <simon.marchi@ericsson.com>
4555
4556 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
4557 through /bin/sh.
4558 * boards/dwarf4-gdb-index.exp: Likewise.
4559 * boards/fission-dwp.exp: Likewise.
4560
45612018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
4562
4563 * gdb.base/float128.exp: Add comment and improved fail message
4564 to the failure case of "print large128" test.
4565
45662018-06-19 Simon Marchi <simon.marchi@ericsson.com>
4567
4568 * configure.ac: Remove AC_PREREQ.
4569 * configure: Re-generate.
4570
45712018-06-19 Pedro Alves <palves@redhat.com>
4572
4573 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
4574 (func_extern_caller): New.
4575 (main): Call func_extern_caller.
4576 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
4577 logic change.
4578
45792018-06-18 Weimin Pan <weimin.pan@oracle.com>
4580
4581 PR gdb/16841
4582 * gdb.cp/typedef-base.cc: New file.
4583 * gdb.cp/typedef-base.exp: New file.
4584
45852018-06-18 Tom de Vries <tdevries@suse.de>
4586
4587 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
4588
45892018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
4590 Richard Bunt <Richard.Bunt@arm.com>
4591
4592 * gdb.threads/attach-slow-waitpid.c: New file.
4593 * gdb.threads/attach-slow-waitpid.exp: New file.
4594 * gdb.threads/slow-waitpid.c: New file.
4595
45962018-06-14 Pedro Alves <palves@redhat.com>
4597
4598 * gdb.base/fork-running-state.c: Include <errno.h>.
4599 (exit_if_relative_exits): New.
4600 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
4601 exits.
4602 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
4603 child exits.
4604
46052018-06-14 Tom de Vries <tdevries@suse.de>
4606
4607 PR cli/22573
4608 * gdb.base/finish-pretty.c: New test.
4609 * gdb.base/finish-pretty.exp: New file.
4610
46112018-06-14 Pedro Alves <palves@redhat.com>
4612
4613 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
4614 gdb's expected startup output.
4615
46162018-06-14 Pedro Alves <palves@redhat.com>
4617
4618 * lib/selftest-support.exp (selftest_setup): Remove inlined
4619 function handling.
4620
46212018-06-14 Tom de Vries <tdevries@suse.de>
4622
4623 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
4624 matching of breakpoint printing.
4625
46262018-06-13 Tom de Vries <tdevries@suse.de>
4627
4628 PR testsuite/23269
4629 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
4630 (fork_child): ... here, and ...
4631 (fork_parent): ... here.
4632
46332018-06-12 Tom de Vries <tdevries@suse.de>
4634
4635 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
4636
46372018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
4638 Stephen Roberts <stephen.roberts@arm.com>
4639
4640 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
4641 rewrite test to describe action performed, rather than possible
4642 failure.
4643
46442018-06-08 Gary Benson <gbenson@redhat.com>
4645
4646 * gdb.threads/check-libthread-db.exp: New file.
4647 * gdb.threads/check-libthread-db.c: Likewise.
4648
46492018-06-05 Tom Tromey <tom@tromey.com>
4650
4651 * gdb.base/default.exp: Update expected "show version" output.
4652
46532018-06-05 Tom Tromey <tom@tromey.com>
4654
4655 PR cli/12326:
4656 * gdb.cp/static-print-quit.exp: Update.
4657 * lib/gdb.exp (pagination_prompt): Update.
4658 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
4659 * gdb.python/python.exp: Update.
4660
46612018-06-04 Joel Brobecker <brobecker@adacore.com>
4662
4663 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
4664
46652018-06-01 Joel Brobecker <brobecker@adacore.com>
4666
4667 * gdb.ada/bp_fun_addr: New testcase.
4668
46692018-06-01 Tom Tromey <tom@tromey.com>
4670
4671 * gdb.xml/tdesc-regs.exp (load_description): Update expected
4672 results.
4673 * gdb.dwarf2/method-ptr.exp: Set language to C++.
4674 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
4675 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
4676 * gdb.base/maint.exp (maint_pass_if): Update.
4677
46782018-05-31 Maciej W. Rozycki <macro@mips.com>
4679
4680 * gdb.base/endian.exp: New test.
4681 * gdb.base/endian.c: New test source.
4682
46832018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
4684
4685 PR gdb/23203
4686 * gdb.base/bt-selected-frame.c: New file.
4687 * gdb.base/bt-selected-frame.exp: New file.
4688 * lib/gdb.exp (get_current_frame_number): New function.
4689
46902018-05-24 Maciej W. Rozycki <macro@mips.com>
4691 Pedro Alves <palves@redhat.com>
4692
4693 * gdb.threads/tls-core.c: Include <stdlib.h>
4694 (thread_proc): Call `abort'.
4695 * gdb.threads/tls-core.exp: Generate a core with core_find too.
4696 (tls_core_test): New procedure, bits factored out from ...
4697 (top level): ... here. Test both native cores and gcore cores.
4698
46992018-05-23 Tom Tromey <tom@tromey.com>
4700
4701 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
4702
47032018-05-23 Tom Tromey <tom@tromey.com>
4704
4705 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
4706 symfile_complaints.
4707 (test_short_complaints): Likewise.
4708 (test_empty_complaints): Likewise.
4709 (test_initial_complaints): Update.
4710
47112018-05-23 Tom Tromey <tom@tromey.com>
4712
4713 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
4714
47152018-05-23 Tom Tromey <tom@tromey.com>
4716
4717 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
4718 (test_short_complaints): Update.
4719
47202018-05-22 Pedro Alves <palves@redhat.com>
4721
4722 * gdb.base/remote.exp: Only gdb_start after compiling the
4723 testcase. Issue "disconnect" before testing "set remote" command
4724 defaults. Issue clean_restart before running to main.
4725
47262018-05-22 Pedro Alves <palves@redhat.com>
4727
4728 * gdb.base/remote.exp: Adjust expected output of "show remote
4729 memory-write-packet-size". Add tests for "set remote
4730 memory-write-packet-size 0" and "set remote
4731 memory-write-packet-size fixed/limit".
4732
47332018-05-22 Pedro Alves <palves@redhat.com>
4734
4735 PR gdb/22973
4736 * gdb.base/utf8-identifiers.c: New file.
4737 * gdb.base/utf8-identifiers.exp: New file.
4738
47392018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
4740
4741 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
4742
47432018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
4744
4745 * gdb.arch/powerpc-vsx-gcore.exp: New file.
4746
47472018-05-18 Tom Tromey <tom@tromey.com>
4748
4749 * gdb.base/ptype-offsets.exp: Update.
4750
47512018-05-17 Keith Seitz <keiths@redhat.com>
4752
4753 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
4754 in expected breakpoint stop locations.
4755 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
4756 move to proper scope to test variable values.
4757 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
4758 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
4759 New functions.
4760 (main): Call not_inline_func3.
4761 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
4762 inline_func1, inline_func2, and inline_func3. Test that when each
4763 breakpoint is hit, GDB properly reports both the stop location
4764 and the backtrace. Repeat tests for temporary breakpoints.
4765
47662018-05-15 Maciej W. Rozycki <macro@mips.com>
4767
4768 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
4769 rather then trying to access it in determining whether the PID
4770 of `gdbserver' could have been retrieved.
4771
47722018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
4773
4774 * gdb.arch/amd64-init-x87-values.S: New file.
4775 * gdb.arch/amd64-init-x87-values.exp: New file.
4776
47772018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4778
4779 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
4780
47812018-05-04 Tom Tromey <tom@tromey.com>
4782
4783 PR python/22730:
4784 * gdb.python/python.exp: Test multi-line execute.
4785
47862018-05-04 Tom Tromey <tom@tromey.com>
4787
4788 PR python/22731:
4789 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
4790
47912018-05-04 Tom Tromey <tom@tromey.com>
4792
4793 PR gdb/11750:
4794 * gdb.base/define.exp: Test defining a user command inside a user
4795 command.
4796 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
4797
47982018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4799 Pedro Alves <palves@redhat.com>
4800
4801 PR breakpoints/19806 and support for PR external/20207.
4802 * gdb.base/watchpoint-unaligned.c: New file.
4803 * gdb.base/watchpoint-unaligned.exp: New file.
4804
48052018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4806
4807 * gdb.base/maint.exp: Make test names unique, use
4808 test_prefix_command_help to test 'help maint info', and remove
4809 repeated test of 'help maint'.
4810
48112018-05-04 Tom Tromey <tom@tromey.com>
4812
4813 PR gdb/22619:
4814 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
4815 behavior.
4816
48172018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4818
4819 * gdb.base/maint.exp: Process output from 'maint print registers'
4820 line at a time.
4821
48222018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4823
4824 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
4825 timeout.
4826
48272018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
4828
4829 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
4830 filter pattern.
4831
48322018-05-02 Pedro Alves <palves@redhat.com>
4833
4834 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
4835 to_log_command renames.
4836 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4837
48382018-05-02 Tom Tromey <tom@tromey.com>
4839
4840 * gdb.python/py-parameter.exp: Set test message.
4841
48422018-05-02 Tom Tromey <tom@tromey.com>
4843
4844 PR python/20084:
4845 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
4846 PARAM_ZUINTEGER_UNLIMITED tests.
4847
48482018-04-28 Dan Robertson <danlrobertson89@gmail.com>
4849
4850 PR rust/23124
4851 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
4852 when casting.
4853
48542018-04-30 Tom Tromey <tom@tromey.com>
4855
4856 * gdb.python/py-type.exp: Check align attribute.
4857 * gdb.python/py-type.c: New "aligncheck" global.
4858
48592018-04-30 Tom Tromey <tom@tromey.com>
4860
4861 PR exp/17095:
4862 * gdb.dwarf2/dw2-align.exp: New file.
4863 * gdb.cp/align.exp: New file.
4864 * gdb.base/align.exp: New file.
4865 * lib/gdb.exp (gdb_int128_helper): New proc.
4866 (has_int128_c, has_int128_cxx): New caching procs.
4867
48682018-04-27 Tom Tromey <tom@tromey.com>
4869
4870 PR rust/22545:
4871 * gdb.rust/simple.exp: Add inclusive range tests.
4872
48732018-04-26 Pedro Alves <palves@redhat.com>
4874
4875 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
4876 ifunc breakpoint locations correctly of ifunc breakpoints set
4877 while the program resolves the ifunc.
4878
48792018-04-26 Pedro Alves <palves@redhat.com>
4880
4881 * gdb.base/gnu-ifunc-final.c: New file.
4882 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
4883 * gdb.base/gnu-ifunc.exp (executable): Delete.
4884 (staticexecutable): Adjust.
4885 (lib_opts, exec_opts): Delete.
4886 (make_binsuffix, build, set-break): New procedures.
4887 (misc_tests): New, with tests factored out from the top level.
4888 (top level): Test different combinations of ifunc resolver name,
4889 resolver with and with debug info, and ifunc target with and
4890 without debug info. Wrap static tests with with_target_prefix.
4891
48922018-04-26 Pedro Alves <palves@redhat.com>
4893
4894 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
4895 return type" warnings.
4896
48972018-04-25 Pedro Alves <palves@redhat.com>
4898
4899 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
4900 killed".
4901 * gdb.base/kill-after-signal.exp: Likewise.
4902 * gdb.threads/kill.exp: Likewise.
4903
49042018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4905 Sergio Durigan Junior <sergiodj@redhat.com>
4906 Pedro Alves <palves@redhat.com>
4907
4908 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
4909 regexps to expect for '[Inferior ... detached]' as well.
4910 * gdb.base/attach.exp: Likewise.
4911 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
4912 "gdb_continue_to_end".
4913 (test_catch_syscall_with_wrong_args): Likewise.
4914 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
4915 ']'. Don't set 'verbose' on.
4916 * gdb.base/foll-vfork.exp: Likewise.
4917 * gdb.base/fork-print-inferior-events.c: New file.
4918 * gdb.base/fork-print-inferior-events.exp: New file.
4919 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
4920 '[Inferior ... has been killed]' message.
4921 * gdb.base/kill-after-signal.exp: Likewise.
4922 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
4923 detach message.
4924 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
4925 message.
4926 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
4927 regexps to expect for '[Inferior ... detached]' as well.
4928 * gdb.threads/process-dies-while-detaching.exp: Likewise.
4929
49302018-04-24 Simon Marchi <simon.marchi@ericsson.com>
4931
4932 PR gdb/23104
4933 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
4934
49352018-04-22 Rajendra SY <rajendra.sy@gmail.com>
4936
4937 PR gdb/23095
4938 * gdb.base/break-probes.exp: Pass shlib_load to
4939 prepare_for_testing. Set normal_bp to r_debug_state if target is
4940 bsd.
4941
49422018-04-19 Richard Bunt <richard.bunt@arm.com>
4943
4944 * gdb.threads/multiple-successive-infcall.c: New test.
4945 * gdb.threads/multiple-successive-infcall.exp: New file.
4946
49472018-04-17 Tom Tromey <tom@tromey.com>
4948
4949 * gdb.rust/simple.rs (Union): New type.
4950 (main): New local "u".
4951 * gdb.rust/simple.exp (test_one_slice): Add new test case.
4952
49532018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4954
4955 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
4956 number information in output of "whereis" command.
4957 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
4958
49592018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4960
4961 * gdb.ada/info_types.exp: Adjust expected output to the line
4962 numbers now printed by "info var/func/type".
4963 * gdb.base/completion.exp: Likewise.
4964 * gdb.base/included.exp: Likewise.
4965 * gdb.cp/cp-relocate.exp: Likewise.
4966 * gdb.cp/cplusfuncs.exp: Likewise.
4967 * gdb.cp/namespace.exp: Likewise.
4968 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
4969
49702018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4971
4972 * gdb.btrace/cpu.exp: New.
4973
49742018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4975
4976 * gdb.base/step-indirect-call-thunk.exp: New.
4977 * gdb.base/step-indirect-call-thunk.c: New.
4978 * gdb.reverse/step-indirect-call-thunk.exp: New.
4979 * gdb.reverse/step-indirect-call-thunk.c: New.
4980
49812018-04-11 Simon Marchi <simon.marchi@ericsson.com>
4982
4983 * gdb.base/pie-fork.c: New file.
4984 * gdb.base/pie-fork.exp: New file.
4985
49862018-04-11 Tom Tromey <tom@tromey.com>
4987
4988 * gdb.rust/simple.exp: Add test for ".." struct initializer.
4989
49902018-04-10 Pedro Alves <palves@redhat.com>
4991
4992 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
4993 exits. Instead loop running forever.
4994 (fork_parent): Run forever too.
4995
49962018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4997
4998 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
4999 mi_continue_to_line.
5000 * gdb.mi/mi-stack.c (callee4): Add comment.
5001
50022018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
5003
5004 * gdb.mi/mi-stack.exp: Fix indentation.
5005
50062018-04-07 Simon Marchi <simon.marchi@ericsson.com>
5007
5008 PR gdb/22979
5009 * gdb.arch/amd64-osabi.exp: New file.
5010
50112018-04-07 Simon Marchi <simon.marchi@ericsson.com>
5012
5013 PR gdb/22980
5014 * gdb.base/osabi.exp: New file.
5015
50162018-04-02 Weimin Pan <weimin.pan@oracle.com>
5017
5018 * gdb.cp/static-typedef-print.exp: New file.
5019 * gdb.cp/static-typedef-print.cc: New file.
5020
50212018-03-27 Joel Brobecker <brobecker@adacore.com>
5022
5023 * gdb.ada/varsize_limit: New testcase.
5024
50252018-03-27 Joel Brobecker <brobecker@adacore.com>
5026
5027 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
5028
5029 * gdb.ada/notcplusplus: New testcase.
5030
5031 * gdb.base/c-linkage-name.c: New file.
5032 * gdb.base/c-linkage-name.exp: New testcase.
5033
50342018-03-26 Tom Tromey <tom@tromey.com>
5035
5036 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
5037 * gdb.python/py-framefilter.py (name_error): New global.
5038 (ErrorInName.function): Use name_error.
5039
50402018-03-26 Tom Tromey <tom@tromey.com>
5041
5042 PR backtrace/15582:
5043 * gdb.python/py-framefilter.exp: Add "bt hide" test.
5044
50452018-03-23 Keith Seitz <keiths@redhat.com>
5046
5047 PR c++/22968
5048 * gdb.cp/subtypes.exp: New file.
5049 * gdb.cp/subtypes.h: New file.
5050 * gdb.cp/subtypes.cc: New file.
5051 * gdb.cp/subtypes-2.cc: New file.
5052
50532018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
5054
5055 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
5056 (done): Call '_exit' not 'exit' to avoid atexit handlers.
5057 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
5058 -nostartfiles when compiling the test. Confirm that all registers
5059 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
5060
50612018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
5062
5063 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
5064 option, syntax was wrong anyway.
5065 * gdb.arch/arm-disp-step.exp: Likewise.
5066 * gdb.arch/sparc64-regs.exp: Likewise.
5067 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
5068 option, syntax was wrong anyway, switch to use
5069 prepare_for_testing.
5070 * gdb.arch/i386-disp-step.exp: Likewise.
5071
50722018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
5073
5074 * gdb.ada/exec_changed.exp: Replace "target_info exists
5075 use_gdb_stub" by "use_gdb_stub".
5076 * gdb.ada/start.exp: Likewise.
5077 * gdb.base/async-shell.exp: Likewise.
5078 * gdb.base/attach-pie-misread.exp: Likewise.
5079 * gdb.base/attach-wait-input.exp: Likewise.
5080 * gdb.base/break-entry.exp: Likewise.
5081 * gdb.base/break-interp.exp: Likewise.
5082 * gdb.base/dprintf-detach.exp: Likewise.
5083 * gdb.base/nostdlib.exp: Likewise.
5084 * gdb.base/solib-nodir.exp: Likewise.
5085 * gdb.base/statistics.exp: Likewise.
5086 * gdb.base/testenv.exp: Likewise.
5087 * gdb.mi/mi-exec-run.exp: Likewise.
5088 * gdb.mi/mi-start.exp: Likewise.
5089 * gdb.multi/dummy-frame-restore.exp: Likewise.
5090 * gdb.multi/multi-arch-exec.exp: Likewise.
5091 * gdb.multi/multi-arch.exp: Likewise.
5092 * gdb.multi/tids.exp: Likewise.
5093 * gdb.multi/watchpoint-multi.exp: Likewise.
5094 * gdb.python/py-events.exp: Likewise.
5095 * gdb.threads/attach-into-signal.exp: Likewise.
5096 * gdb.threads/attach-stopped.exp: Likewise.
5097 * gdb.threads/threadapply.exp: Likewise.
5098 * lib/selftest-support.exp: Likewise.
5099
51002018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
5101
5102 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
5103
51042018-03-20 Stephen Roberts <stephen.roberts@arm.com>
5105
5106 * gdb.perf/template-breakpoints.cc: New file.
5107 * gdb.perf/template-breakpoints.exp: New file.
5108 * gdb.perf/template-breakpoints.py: New file.
5109
51102018-03-19 Tom Tromey <tom@tromey.com>
5111
5112 * gdb.rust/simple.rs (main): Add local variables field1, field2,
5113 y0.
5114 * gdb.rust/simple.exp: Test bare identifier form of struct
5115 initializer.
5116
51172018-03-19 Tom Tromey <tom@tromey.com>
5118
5119 * gdb.gdb/observer.exp: Remove.
5120
51212018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5122
5123 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
5124 "qualified" option when setting breakpoints.
5125 * gdb.trace/backtrace.exp: Likewise.
5126 * gdb.trace/circ.exp: Likewise.
5127 * gdb.trace/collection.exp: Likewise.
5128 * gdb.trace/disconnected-tracing.exp: Likewise.
5129 * gdb.trace/ftrace-lock.exp: Likewise.
5130 * gdb.trace/ftrace.exp: Likewise.
5131 * gdb.trace/infotrace.exp: Likewise.
5132 * gdb.trace/packetlen.exp: Likewise.
5133 * gdb.trace/passc-dyn.exp: Likewise.
5134 * gdb.trace/qtro.exp: Likewise.
5135 * gdb.trace/read-memory.exp: Likewise.
5136 * gdb.trace/report.exp: Likewise.
5137 * gdb.trace/signal.exp: Likewise.
5138 * gdb.trace/status-stop.exp: Likewise.
5139 * gdb.trace/strace.exp: Likewise.
5140 * gdb.trace/tfind.exp: Likewise.
5141 * gdb.trace/trace-break.exp: Likewise.
5142 * gdb.trace/trace-condition.exp: Likewise.
5143 * gdb.trace/trace-mt.exp: Likewise.
5144 * gdb.trace/tstatus.exp: Likewise.
5145 * gdb.trace/tsv.exp: Likewise.
5146 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
5147 * gdb.trace/unavailable.exp: Likewise.
5148 * gdb.trace/while-dyn.exp: Likewise.
5149
51502018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5151
5152 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
5153 that libinproctrace is copied to the target.
5154
51552018-03-14 Tom Tromey <tom@tromey.com>
5156
5157 PR cli/14977:
5158 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
5159 a null pointer.
5160 * gdb.base/wchar.exp: Likewise.
5161
51622018-03-14 Tom Tromey <tom@tromey.com>
5163
5164 PR cli/19918:
5165 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
5166 flag.
5167
51682018-03-08 Simon Marchi <simon.marchi@ericsson.com>
5169
5170 PR gdb/22841
5171 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
5172 "target" to remote_exec.
5173
51742018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
5175
5176 PR gdb/22841
5177 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
5178 ${board}_upload): Remove.
5179
51802018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
5181
5182 * gdb.cp/watch-cp.cc: New test.
5183 * gdb.cp/watch-cp.exp: New file.
5184
51852018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5186
5187 * gdb.base/infcall-nested-structs.exp: New file.
5188 * gdb.base/infcall-nested-structs.c: New file.
5189 * gdb.base/float.exp: Add riscv support.
5190
51912018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
5192
5193 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
5194 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
5195
51962018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
5197
5198 * gdb.server/abspath.exp: New file.
5199 * lib/gdb.exp (with_cwd): New procedure.
5200
52012018-02-28 Simon Marchi <simon.marchi@ericsson.com>
5202
5203 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
5204 use it.
5205 (gdb_is_target_remote_prompt): New proc.
5206 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
5207 (gdb_is_target_native): Pass prompt parameter to
5208 gdb_is_target_1.
5209
52102018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
5211
5212 * gdb.base/load-command.c: New file.
5213 * gdb.base/load-command.exp: New file.
5214 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
5215 (gdb_is_target_1): ...this, and generalize for other targets
5216 than just remote.
5217 (gdb_is_target_remote): Use gdb_is_target_1.
5218 (gdb_is_target_native): use gdb_is_target_1.
5219
52202018-02-26 Tom Tromey <tom@tromey.com>
5221
5222 PR python/16497:
5223 * gdb.python/py-framefilter.exp: Update test.
5224
52252018-02-26 Tom Tromey <tom@tromey.com>
5226
5227 * gdb.dwarf2/variant.c: New file.
5228 * gdb.dwarf2/variant.exp: New file.
5229
52302018-02-26 Tom Tromey <tom@tromey.com>
5231
5232 * gdb.rust/simple.exp: Accept more possible results in enum test.
5233
52342018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
5235
5236 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
5237 parentheses.
5238
52392018-02-23 Maciej W. Rozycki <macro@mips.com>
5240
5241 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
5242 name of a variable: $actual_linejj -> $actual_line.
5243
52442018-02-21 John Baldwin <jhb@FreeBSD.org>
5245
5246 * gdb.arch/amd64-i386-address.exp: Fix a typo.
5247
52482018-02-20 Markus Metzger <markus.t.metzger@intel.com>
5249
5250 * gdb.btrace/buffer-size.exp: Do not force BTS.
5251
52522018-02-14 Pedro Alves <palves@redhat.com>
5253
5254 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
5255 getting a "Quit".
5256
52572018-02-09 Markus Metzger <markus.t.metzger@intel.com>
5258
5259 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
5260 Fix test name.
5261
52622018-02-07 Simon Marchi <simon.marchi@ericsson.com>
5263
5264 * gdb.cp/m-static.exp: Check type of optimized out static
5265 member.
5266
52672018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
5268
5269 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
5270 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
5271
52722018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
5273 Leszek Swirski <leszeks@google.com>
5274
5275 * gdb.python/py-prettyprint.c
5276 (struct to_string_returns_value_inner,
5277 struct to_string_returns_value_wrapper): New.
5278 (main): Add tsrvw variable.
5279 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
5280 ToStringReturnsValueWrapper): New classes.
5281 (register_pretty_printers): Register new pretty-printers.
5282 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
5283 recursive pretty printer.
5284 * gdb.python/py-mi.exp: Likewise.
5285
52862018-02-01 Leszek Swirski <leszeks@google.com>
5287
5288 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
5289 functions with the same name as an include file are parsed
5290 correctly.
5291
52922018-02-01 Yao Qi <yao.qi@linaro.org>
5293
5294 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
5295 "\[^\r\n\]*".
5296
52972018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
5298
5299 * gdb.arch/powerpc-prologue-frame.s: New file.
5300 * gdb.arch/powerpc-prologue-frame.c: Likewise.
5301 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
5302
53032018-01-31 Joel Brobecker <brobecker@adacore.com>
5304
5305 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
5306
53072018-01-30 Pedro Alves <palves@redhat.com>
5308
5309 PR gdb/13211
5310 * gdb.base/interrupt-daemon.c: New.
5311 * gdb.base/interrupt-daemon.exp: New.
5312 * gdb.multi/multi-term-settings.c: New.
5313 * gdb.multi/multi-term-settings.exp: New.
5314
53152018-01-30 Joel Brobecker <brobecker@adacore.com>
5316
5317 * gdb.base/break.exp: Save the location where the breakpoint
5318 on break.c:47 was actually inserted when debugging the version
5319 compiled at -O2 and use it in the expected output of the "info
5320 break" test performed soon after.
5321
53222018-01-22 Pedro Alves <palves@redhat.com>
5323 Sergio Durigan Junior <sergiodj@redhat.com>
5324
5325 * gdb.base/whatis.exp: Add tests for 'set print object on' +
5326 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
5327
53282018-01-22 Joel Brobecker <brobecker@adacore.com>
5329
5330 * gdb.base/break-include.c, gdb.base/break-include.inc,
5331 gdb.base/break-include.exp: New files.
5332 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
5333 line number now being the actual line number where the breakpoint
5334 was inserted.
5335 * gdb.mi/mi-break.exp: Likewise.
5336 * gdb.mi/mi-reverse.exp: Likewise.
5337 * gdb.mi/mi-simplerun.exp: Ditto.
5338
53392018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
5340
5341 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
5342 varobj.
5343 * gdb.mi/mi-var-create-rtti.exp: Likewise.
5344
53452018-01-21 Don Breazeal <donb@codesourcery.com>
5346 Andrew Burgess <andrew.burgess@embecosm.com>
5347
5348 * gdb.mi/basics.c: Add new global.
5349 * gdb.mi/mi-frame-regs.exp: New file.
5350 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
5351 case.
5352
53532018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
5354
5355 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
5356 non-parameter, and on an unknown symbol.
5357
53582018-01-19 Tom Tromey <tom@tromey.com>
5359
5360 * gdb.rust/modules.rs (TWENTY_THREE): New global.
5361 * gdb.rust/modules.exp: Add ::-qualified lookup test.
5362
53632018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5364
5365 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
5366 setrlimit and chdir to int.
5367
53682018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5369
5370 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
5371 function.
5372 (my_tend): Likewise.
5373 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
5374 rationale of avoiding FP- and vector instructions.
5375
53762018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
5377
5378 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
5379 "info reg" with "\[ \t\]*".
5380 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
5381 "\[ \t\]+".
5382 * gdb.arch/s390-multiarch.exp: Ditto.
5383 * gdb.base/pc-fp.exp: Ditto.
5384 * gdb.reverse/i386-precsave.exp: Ditto.
5385 * gdb.reverse/i386-reverse.exp: Ditto.
5386 * gdb.reverse/i387-env-reverse.exp: Ditto.
5387 * gdb.reverse/i387-stack-reverse.exp: Ditto.
5388
53892018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
5390
5391 * lib/gdb.exp (gdb_compile): Re-enable use of
5392 universal_compile_options for languages other than Rust.
5393
53942018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
5395
5396 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
5397
53982018-01-17 Mike Gulick <mgulick@mathworks.com>
5399
5400 PR gdb/16577
5401 * gdb.base/solib-vanish.exp: New.
5402 * gdb.base/solib-vanish-main.c: New.
5403 * gdb.base/solib-vanish-lib1.c: New.
5404 * gdb.base/solib-vanish-lib2.c: New.
5405
54062018-01-17 Yao Qi <yao.qi@linaro.org>
5407
5408 * gdb.compile/compile.exp: Match the address printed for
5409 frame in the output of command "bt".
5410
54112018-01-15 Tom Tromey <tom@tromey.com>
5412
5413 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
5414 compute sp_reg.
5415
54162018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
5417
5418 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
5419 to prepare.
5420 (prepare): Return 0 on error, 1 on success.
5421
54222018-01-12 Pedro Alves <palves@redhat.com>
5423
5424 * gdb.base/continue-after-aborted-step-over.c: New.
5425 * gdb.base/continue-after-aborted-step-over.exp: New.
5426
54272018-01-11 Simon Marchi <simon.marchi@ericsson.com>
5428
5429 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
5430 options when not creating an executable.
5431
54322018-01-11 Pedro Alves <palves@redhat.com>
5433
5434 PR remote/22597
5435 * gdb.server/stop-reply-no-thread.c: New file.
5436 * gdb.server/stop-reply-no-thread.exp: New file.
5437
54382018-01-10 Pedro Alves <palves@redhat.com>
5439
5440 PR gdb/22670
5441 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
5442 functions too. Test setting breakpoints and printing C functions
5443 with no debug info too.
5444 * gdb.ada/bp_c_mixed_case/qux.c: New file.
5445
54462018-01-10 Pedro Alves <palves@redhat.com>
5447
5448 PR gdb/22670
5449 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
5450 a fail.
5451
54522018-01-10 Pedro Alves <palves@redhat.com>
5453
5454 PR gdb/22670
5455 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
5456
54572018-01-08 Simon Marchi <simon.marchi@ericsson.com>
5458
5459 * gdb.server/unittest.exp: Match the output in non-development
5460 mode.
5461
54622018-01-08 Simon Marchi <simon.marchi@ericsson.com>
5463
5464 * gdb.gdb/unittest.exp: Match output in non-development mode.
5465
54662018-01-08 Joel Brobecker <brobecker@adacore.com>
5467
5468 * gdb.ada/access_tagged_param.exp: Relax expected output
5469 for value of "ObjL" in "continue" to pck.inspect breakpoint
5470 test.
5471
54722018-01-08 Joel Brobecker <brobecker@adacore.com>
5473
5474 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
5475 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
5476
54772018-01-05 Pedro Alves <palves@redhat.com>
5478
5479 PR gdb/18653
5480 * gdb.base/libsegfault.exp: New.
5481
54822018-01-05 Joel Brobecker <brobecker@adacore.com>
5483
5484 PR gdb/22670
5485 * gdb.ada/access_tagged_param.exp: New file.
5486 * gdb.ada/access_tagged_param/foo.adb: New file.
5487
54882018-01-05 Pedro Alves <palves@redhat.com>
5489
5490 PR gdb/22670
5491 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
5492 exercise lower case too, and to exercise both full matching and
5493 wild matching.
5494
54952018-01-05 Joel Brobecker <brobecker@adacore.com>
5496
5497 * gdb.ada/rename_subscript_param: New testcase.
5498
54992018-01-05 Jerome Guitton <guitton@adacore.com>
5500
5501 * gdb.ada/arr_acc_idx_w_gap: New testcase.
5502
55032018-01-05 Joel Brobecker <brobecker@adacore.com>
5504
5505 * gdb.ada/convvar_comp: New testcase.
5506
55072018-01-05 Xavier Roirand <roirand@adacore.com>
5508
5509 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
5510 (My_Table): New global variable.
5511 * testsuite/gdb.ada/array_char_idx.exp: Add test.
5512
55132018-01-04 Joel Brobecker <brobecker@adacore.com>
5514
5515 PR gdb/22670
5516 * gdb.ada/maint_with_ada: New testcase.
5517
55182018-01-04 Joel Brobecker <brobecker@adacore.com>
5519
5520 PR gdb/22670
5521 * gdb.ada/bp_c_mixed_case: New testcase.
5522
55232018-01-04 Joel Brobecker <brobecker@adacore.com>
5524
5525 PR gdb/22670
5526 * gdb.ada/complete.exp: Add "complete break ada" test.
5527
55282018-01-04 Joel Brobecker <brobecker@adacore.com>
5529
5530 PR gdb/22670
5531 * gdb.ada/info_addr_mixed_case: New testcase.
5532
55332018-01-03 Xavier Roirand <roirand@adacore.com>
5534
5535 * gdb.ada/excep_handle.exp: New testcase.
5536 * gdb.ada/excep_handle/foo.adb: New file.
5537 * gdb.ada/excep_handle/pck.ads: New file.
5538
55392018-01-03 Joel Brobecker <brobecker@adacore.com>
5540
5541 * gdb.base/step-line.c: Add extra empty line in copyright header.
5542 * gdb.base/step-line.inp: Likewise.
5543
55442018-01-02 Joel Brobecker <brobecker@adacore.com>
5545
5546 * gdb.ada/dyn_stride.exp: Add slice test.
5547
55482018-01-02 Joel Brobecker <brobecker@adacore.com>
5549
5550 * gdb.ada/dyn_stride: New testcase.
5551
55522017-12-27 Stafford Horne <shorne@gmail.com>
5553
5554 * gdb.xml/extra-regs.xml: Add example foo reggroup.
5555 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
5556
55572017-12-27 Stafford Horne <shorne@gmail.com>
5558
5559 * gdb.base/reggroups.c: New file.
5560 * gdb.base/reggroups.exp: New file.
5561
55622017-12-18 Joel Brobecker <brobecker@adacore.com>
5563
5564 * gdb.dwarf2/ada-valprint-error.c: New file.
5565 * gdb.dwarf2/ada-valprint-error.exp: New file.
5566
55672017-12-18 Joel Brobecker <brobecker@adacore.com>
5568
5569 * gdb.ada/assign_arr: New testcase.
5570
55712017-12-18 Xavier Roirand <roirand@adacore.com>
5572
5573 * gdb.ada/funcall_ptr: New testcase.
5574
55752017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
5576
5577 PR cli/16224
5578 * gdb.base/ptype-offsets.cc: New file.
5579 * gdb.base/ptype-offsets.exp: New file.
5580
55812017-12-15 Yao Qi <yao.qi@linaro.org>
5582
5583 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
5584 if XML is disabled.
5585
55862017-12-15 Xavier Roirand <roirand@adacore.com>
5587
5588 * gdb.ada/same_component_name: New testcase.
5589
55902017-12-14 Joel Brobecker <brobecker@adacore.com>
5591
5592 * gdb.ada/str_binop_equal: New testcase.
5593
55942017-12-14 Joel Brobecker <brobecker@adacore.com>
5595
5596 * gdb.ada/task_switch_in_core: New testcase.
5597
55982017-12-13 Simon Marchi <simon.marchi@ericsson.com>
5599
5600 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
5601 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
5602 call test_bkpt_qualified.
5603 (test_bkpt_qualified): New proc.
5604
56052017-12-13 Pedro Alves <palves@redhat.com>
5606
5607 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
5608 Tighten regexp by matching with an anchor.
5609
56102017-12-13 Pedro Alves <palves@redhat.com>
5611
5612 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
5613 ("expression with namespace"): New set of tests.
5614 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
5615 (Nested::Test_NS::qux): New.
5616 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
5617 defaults to 'start_quote_char' and 'end_quote_char' parameters.
5618
56192017-12-13 Joel Brobecker <brobecker@adacore.com>
5620
5621 * gdb.base/server-del-break.c: New file.
5622 * gdb.base/server-del-break.exp: New file.
5623
56242017-12-12 Stafford Horne <shorne@gmail.com>
5625
5626 * gdb.xml/tdesc-regs.exp: Add or1k support.
5627
56282017-12-12 Stafford Horne <shorne@gmail.com>
5629
5630 * gdb.base/bp-permanent.c: Define nop of or1k.
5631
56322017-12-11 Joel Brobecker <brobecker@adacore.com>
5633
5634 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
5635 output with components being reordered.
5636
56372017-12-11 Joel Brobecker <brobecker@adacore.com>
5638
5639 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
5640 output with components being reordered.
5641
56422017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5643 Pedro Alves <palves@redhat.com>
5644
5645 * gdb.base/maint.exp (check for .gdb_index): Check also for
5646 .debug_names.
5647 * gdb.dlang/watch-loc.c (.debug_aranges): New.
5648 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
5649 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
5650 (.gdb_index used after symbol reloading): Support also .debug_names.
5651 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
5652
56532017-12-08 Yao Qi <yao.qi@linaro.org>
5654
5655 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
5656 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
5657
56582017-12-08 Yao Qi <yao.qi@linaro.org>
5659
5660 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
5661 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
5662
56632017-12-08 Yao Qi <yao.qi@linaro.org>
5664
5665 * gdb.arch/aarch64-tagged-pointer.c: New file.
5666 * gdb.arch/aarch64-tagged-pointer.exp: New file.
5667
56682017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
5669
5670 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
5671 "int".
5672
56732017-12-07 Keith Seitz <keiths@redhat.com>
5674
5675 PR breakpoints/22569
5676 * gdb.linespec/ls-errs.exp: Change expected result of "break
5677 -source this file has spaces.c -line 3".
5678 Check that an explicit source file followed by whitespace is
5679 identified as an invalid explicit location.
5680
56812017-12-07 Keith Seitz <keiths@redhat.com>
5682
5683 * gdb.cp/nested-types.cc: New file.
5684 * gdb.cp/nested-types.exp: New file.
5685 * lib/cp-support.exp: Load data-structures.exp library.
5686 (debug_cp_test_ptype_class): New global.
5687 (cp_ptype_class_verbose, next_line): New procedures.
5688 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
5689 Add and document new return value.
5690 Switch the list of lines to a queue.
5691 Add support for new `type' key for nested type definitions.
5692 Add debugging/troubleshooting messages.
5693 * lib/data-structures.exp: New file.
5694
56952017-12-07 Simon Marchi <simon.marchi@ericsson.com>
5696
5697 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
5698 with proc_with_prefix, don't use with_test_prefix.
5699
57002017-12-07 Tom Tromey <tom@tromey.com>
5701
5702 * gdb.base/break.exp: Add test for empty "commands".
5703
57042017-12-07 Yao Qi <yao.qi@linaro.org>
5705
5706 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
5707 malloc and catch syscall.
5708
57092017-12-07 Phil Muldoon <pmuldoon@redhat.com>
5710
5711 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
5712 tests for explicit locations.
5713
57142017-12-06 Pedro Alves <palves@redhat.com>
5715
5716 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
5717 force-disabling XML descriptions.
5718
57192017-12-04 Pedro Alves <palves@redhat.com>
5720
5721 PR gdb/22499
5722 * gdb.arch/amd64-disp-step-avx.S: New file.
5723 * gdb.arch/amd64-disp-step-avx.exp: New file.
5724
57252017-12-03 Pedro Alves <palves@redhat.com>
5726
5727 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
5728 and <string.h>.
5729 (parent_function): Print distinct messages when waitpid fails, or
5730 the child exits with a signal, or the child exits for an unhandled
5731 reason.
5732 * gdb.threads/process-dies-while-detaching.exp
5733 (detach_and_expect_exit): New 'inf_output_re' parameter and use
5734 it. Wait for both inferior output and GDB's prompt. Use an
5735 indirect spawn id list.
5736 (do_detach): New parameter 'child_exit'. Use it to compute
5737 expected inferior output.
5738 (test_detach, test_detach_watch, test_detach_killed_outside):
5739 Adjust to pass down the expected child exit kind.
5740
57412017-12-01 Joel Brobecker <brobecker@adacore.com>
5742 Sergio Durigan Junior <sergiodj@redhat.com>
5743 Pedro Alves <palves@redhat.com>
5744
5745 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
5746
57472017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
5748
5749 * gdb.base/relocate.exp: Add tests to guarantee that arguments
5750 to 'symbol-file' and 'add-symbol-file' can be
5751 position-independent.
5752
57532017-12-01 Yao Qi <yao.qi@linaro.org>
5754
5755 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
5756 the URL in copyright header.
5757 * gdb.arch/aarch64-fp.exp: Likewise.
5758 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
5759 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
5760 * gdb.base/expand-psymtabs.exp: Likewise.
5761 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
5762 * gdb.fortran/common-block.exp: Likewise.
5763 * gdb.fortran/common-block.f90: Likewise.
5764 * gdb.fortran/logical.exp: Likewise.
5765 * gdb.fortran/vla-datatypes.f90: Likewise.
5766 * gdb.fortran/vla-sub.f90: Likewise.
5767
57682017-11-30 Joel Brobecker <brobecker@adacore.com>
5769
5770 * gdb.ada/repeat_dyn: New testcase.
5771
57722017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
5773
5774 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
5775 Update for changed thread numbering.
5776 * gdb.cell/bt.exp: Update for changed GDB output.
5777
57782017-11-30 Simon Marchi <simon.marchi@ericsson.com>
5779
5780 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
5781 setting isremote by hand.
5782 * boards/dwarf4-gdb-index.exp: Likewise.
5783 * boards/fission.exp: Likewise.
5784 * boards/stabs.exp: Likewise.
5785
57862017-11-30 Pedro Alves <palves@redhat.com>
5787
5788 * gdb.linespec/cpls-ops.exp
5789 (check_explicit_skips_function_argument): Extract the underlying
5790 type of size_t instead of hardcoding it.
5791
57922017-11-29 Pedro Alves <palves@redhat.com>
5793
5794 PR c++/19436
5795 * gdb.linespec/cpls-abi-tag.cc: New file.
5796 * gdb.linespec/cpls-abi-tag.exp: New file.
5797
57982017-11-29 Pedro Alves <palves@redhat.com>
5799
5800 * gdb.base/langs.exp: Use -qualified.
5801 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
5802 it.
5803 * gdb.cp/namespace.exp: Use -qualified.
5804 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
5805 (overload-3, template-overload, template-ret-type, const-overload)
5806 (const-overload-quoted, anon-ns, ambiguous-prefix): New
5807 procedures.
5808 (test_driver): Call them.
5809 * gdb.cp/save-bp-qualified.cc: New.
5810 * gdb.cp/save-bp-qualified.exp: New.
5811 * gdb.linespec/explicit.exp: Test -qualified.
5812 * lib/completion-support.exp (completion::explicit_opts_list): Add
5813 "-qualified".
5814 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
5815
58162017-11-29 Phil Muldoon <pmuldoon@redhat.com>
5817
5818 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
5819
58202017-11-29 Tom Tromey <tom@tromey.com>
5821
5822 * gdb.base/relocate.exp: Update invalid argument test.
5823 Add new tests for invalid arguments.
5824
58252017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
5826
5827 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
5828 Return 0 as a long.
5829 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
5830
58312017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
5832
5833 * gdb.cp/breakpoint.cc (bar): Set return type to void.
5834 * gdb.cp/psymtab-parameter.cc (func): Likewise.
5835 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
5836 func ().
5837 * gdb.cp/shadow.cc (B.func): Return 0.
5838
58392017-11-27 Joel Brobecker <brobecker@adacore.com>
5840
5841 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
5842 expected output in gdb_expect call to allow the exception
5843 message to be present as well. Fix syntax confusion to avoid
5844 TCL thinking that exception_name is an array.
5845
58462017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
5847
5848 * gdb.arch/spu-info.c: Include <unistd.h>.
5849 (do_signal_test): Fix broken calls to write.
5850 * gdb.arch/spu-info.exp: Use prepare_for_testing.
5851 Fix checks for empty mailboxes. Update signal tests for corrected
5852 do_signal_test routine. Allow nonzero event status.
5853 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
5854 * gdb.cell/arch.exp: Use standard_output_file.
5855 * gdb.cell/break.exp: Likewise.
5856 * gdb.cell/bt.exp: Likewise.
5857 * gdb.cell/core.exp: Likewise.
5858 * gdb.cell/dwarfaddr.exp: Likewise.
5859 * gdb.cell/ea-cache.exp: Likewise.
5860 * gdb.cell/ea-standalone.exp: Likewise.
5861 * gdb.cell/f-regs.exp: Likewise.
5862 * gdb.cell/fork.exp: Likewise.
5863 * gdb.cell/gcore.exp: Likewise.
5864 * gdb.cell/mem-access.exp: Likewise.
5865 * gdb.cell/ptype.exp: Likewise.
5866 * gdb.cell/registers.exp: Likewise.
5867 * gdb.cell/sizeof.exp: Likewise.
5868 * gdb.cell/solib-symbol.exp: Likewise.
5869 * gdb.cell/solib.exp: Likewise.
5870
58712017-11-25 Pedro Alves <palves@redhat.com>
5872
5873 * gdb.base/complete-empty.exp: New file.
5874 * gdb.base/completion.exp: Adjust.
5875
58762017-11-25 Pedro Alves <palves@redhat.com>
5877
5878 * gdb.linespec/cpls-ops.cc: New file.
5879 * gdb.linespec/cpls-ops.exp: New file.
5880 * lib/completion-support.exp (test_complete_prefix_range_re): New,
5881 factored out from ...
5882 (test_complete_prefix_range): ... this.
5883
58842017-11-24 Pedro Alves <palves@redhat.com>
5885
5886 * gdb.linespec/cpcompletion.exp: New file.
5887 * gdb.linespec/cpls-hyphen.cc: New file.
5888 * gdb.linespec/cpls.cc: New file.
5889 * gdb.linespec/cpls2.cc: New file.
5890 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
5891 test to use test_gdb_complete_unique. Add label completion,
5892 keyword completion and explicit location completion tests.
5893 * lib/completion-support.exp: New file.
5894
58952017-11-24 Joel Brobecker <brobecker@adacore.com>
5896
5897 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
5898 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
5899 when hitting an exception catchpoint.
5900
59012017-11-22 Yao Qi <yao.qi@linaro.org>
5902
5903 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
5904
59052017-11-22 Simon Marchi <simon.marchi@ericsson.com>
5906
5907 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
5908 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
5909 * gdb.dwarf2/info-locals-optimized-out.c: New file.
5910
59112017-11-22 Yao Qi <yao.qi@linaro.org>
5912
5913 * gdb.base/info-os.exp: Pass pthreads.
5914 * gdb.multi/multi-attach.exp: Likewise.
5915
59162017-11-22 Yao Qi <yao.qi@linaro.org>
5917
5918 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
5919 compiler.
5920
59212017-11-22 Yao Qi <yao.qi@linaro.org>
5922
5923 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
5924 * gdb.base/break-interp.exp: Likewise.
5925 * gdb.base/jit-attach-pie.exp: Likewise.
5926
59272017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5928
5929 * gdb.base/float128.c (large128): New variable.
5930 * gdb.base/float128.exp: Add test to print largest __float128 value.
5931
59322017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5933
5934 * gdb.arch/vsx-regs.exp: Update register content checks.
5935
59362017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
5937
5938 * gdb.arch/ppc-longdouble.exp: New file.
5939 * gdb.arch/ppc-longdouble.c: Likewise.
5940
59412017-11-21 Pedro Alves <palves@redhat.com>
5942
5943 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
5944
59452017-11-20 Pedro Alves <palves@redhat.com>
5946
5947 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
5948 (long_double_typedef): New typedefs.
5949 Use DEF on double and long double.
5950 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
5951 cases.
5952 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
5953 and 'long_double_ptr_same_size' locals. Use them to decide
5954 whether cast from array/function to float is valid/invalid.
5955
59562017-11-17 Tom Tromey <tom@tromey.com>
5957
5958 * gdb.rust/traits.rs: New file.
5959 * gdb.rust/traits.exp: New file.
5960
59612017-11-17 Joel Brobecker <brobecker@adacore.com>
5962
5963 * gdb.ada/minsyms: New testcase.
5964
59652017-11-16 Pedro Alves <palves@redhat.com>
5966
5967 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
5968 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
5969
59702017-11-16 Pedro Alves <palves@redhat.com>
5971
5972 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
5973 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
5974
59752017-11-16 Pedro Alves <palves@redhat.com>
5976
5977 * gdb.server/reconnect-ctrl-c.c: New file.
5978 * gdb.server/reconnect-ctrl-c.exp: New file.
5979
59802017-11-16 Phil Muldoon <pmuldoon@redhat.com>
5981
5982 * gdb.python/py-rbreak.exp: New file.
5983 * gdb.python/py-rbreak.c: New file.
5984 * gdb.python/py-rbreak-func2.c: New file.
5985
59862017-11-16 Pedro Alves <palves@redhat.com>
5987
5988 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
5989 pattern.
5990 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
5991 GDB.
5992
59932017-11-15 Simon Marchi <simon.marchi@ericsson.com>
5994
5995 * gdb.tui/completionn.exp (test_tab_completion): Add space in
5996 regex.
5997
59982017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
5999
6000 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
6001 test names.
6002
60032017-11-09 Pedro Alves <palves@redhat.com>
6004
6005 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
6006 factored out from ...
6007 (top level): ... here, and adjusted to avoid expecting beyond the
6008 prompt in a single gdb_test_multiple.
6009
60102017-11-09 Pedro Alves <palves@redhat.com>
6011
6012 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
6013 output.
6014 * gdb.server/ext-attach.exp ("kill" test): Likewise.
6015 * gdb.server/ext-restart.exp ("kill" test): Likewise.
6016 * gdb.server/ext-run.exp ("kill" test): Likewise.
6017 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
6018
60192017-11-09 Pedro Alves <palves@redhat.com>
6020
6021 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
6022 match till end of line.
6023
60242017-11-09 Pedro Alves <palves@redhat.com>
6025
6026 * gdb.base/memattr.exp: Tighten regexes to match the end line.
6027
60282017-11-09 Pedro Alves <palves@redhat.com>
6029
6030 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
6031 New procedures, factored out from ...
6032 (top level): ... here, and adjusted to avoid expecting beyond the
6033 prompt in one go.
6034
60352017-11-09 Pedro Alves <palves@redhat.com>
6036
6037 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
6038 output. Fix '?' match.
6039
60402017-11-08 Joel Brobecker <brobecker@adacore.com>
6041
6042 * gdb.ada/scoped_watch: New testcase.
6043 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
6044 which is actually correct.
6045 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
6046 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
6047
60482017-11-08 Pedro Alves <palves@redhat.com>
6049
6050 * gdb.gdb/complaints.exp (test_initial_complaints)
6051 (test_serial_complaints, test_short_complaints): Call
6052 complaint_internal instead of complaint.
6053
60542017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
6055
6056 * gdb.threads/tls-core.c: New file.
6057 * gdb.threads/tls-core.exp: Likewise.
6058
60592017-11-08 Pedro Alves <palves@redhat.com>
6060
6061 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
6062 (p Exported_Capitalized): New test.
6063 (p exported_capitalized): New test.
6064
60652017-11-07 Pedro Alves <palves@redhat.com>
6066
6067 * gdb.cp/ena-dis-br-range.exp: Add more tests.
6068
60692017-11-07 Pedro Alves <palves@redhat.com>
6070
6071 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
6072 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
6073 (disable_invalid, disable_inverted, disable_negative): New
6074 procedures.
6075 ("bad numbers"): New set of tests.
6076
60772017-11-07 Pedro Alves <palves@redhat.com>
6078
6079 * gdb.cp/ena-dis-br-range.exp: Add tests.
6080
60812017-11-07 Pedro Alves <palves@redhat.com>
6082
6083 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
6084
60852017-11-07 Xavier Roirand <roirand@adacore.com>
6086 Pedro Alves <palves@redhat.com>
6087
6088 * gdb.base/ena-dis-br.exp: Add reference to
6089 gdb.cp/ena-dis-br-range.exp.
6090 * gdb.cp/ena-dis-br-range.exp: New file.
6091 * gdb.cp/ena-dis-br-range.cc: New file.
6092
60932017-11-06 Pedro Alves <palves@redhat.com>
6094
6095 * gdb.base/attach-non-pgrp-leader.c: New.
6096 * gdb.base/attach-non-pgrp-leader.exp: New.
6097
60982017-11-06 Pedro Alves <palves@redhat.com>
6099
6100 * configure.ac: No longer check for termio.h and sgtty.h.
6101 * configure: Regenerate.
6102 * remote-utils.c: Include termios.h instead of gdb_termios.h.
6103 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
6104 Remove termio and sgtty code.
6105
61062017-11-03 Yao Qi <yao.qi@linaro.org>
6107
6108 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
6109 in GDB is disabled.
6110
61112017-11-03 Yao Qi <yao.qi@linaro.org>
6112
6113 * gdb.python/py-thrhandle.exp: Skip it if python is not
6114 enabled.
6115
61162017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
6117
6118 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
6119 as a breakpoint command.
6120
61212017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
6122
6123 PR python/21213
6124 * gdb.python/py-infthread.exp: Test calling
6125 InferiorThread.inferior () multiple times in a row.
6126
61272017-10-27 Keith Seitz <keiths@redhat.com>
6128
6129 * gdb.opt/inline-break.exp (break_info_1): New procedure.
6130 Test "info break" for every inlined function breakpoint.
6131
61322017-10-27 Yao Qi <yao.qi@linaro.org>
6133
6134 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
6135
61362017-10-26 Patrick Frants <osscontribute@gmail.com>
6137
6138 * gdb.cp/classes.exp (test_static_members): Test printing
6139 Outer::instance.
6140 * gdb.cp/classes.c (struct Inner, struct Outer): New.
6141 (Inner::instance, Outer::instance): New.
6142
61432017-10-24 Pedro Alves <palves@redhat.com>
6144
6145 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
6146 extra console" test in two stages.
6147
61482017-10-24 Pedro Alves <palves@redhat.com>
6149
6150 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
6151
61522017-10-24 Pedro Alves <palves@redhat.com>
6153
6154 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
6155 loop.
6156
61572017-10-24 Pedro Alves <palves@redhat.com>
6158
6159 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
6160 $attempt" and "stoppedtry $stoppedtry" test prefixes.
6161
61622017-10-24 Pedro Alves <palves@redhat.com>
6163
6164 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
6165 parameter and handle it. Don't output read value in test name.
6166
61672017-10-24 Pedro Alves <palves@redhat.com>
6168
6169 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
6170 custom test name.
6171
61722017-10-24 Pedro Alves <palves@redhat.com>
6173
6174 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
6175 include the unstable output directory name in the test's name.
6176 (initial_setup_simple) <'set args'>: Use custom test name.
6177
61782017-10-24 Pedro Alves <palves@redhat.com>
6179
6180 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
6181 with explicit test name.
6182
61832017-10-20 Pedro Alves <palves@redhat.com>
6184
6185 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
6186 'wait -i'. Use gdb_assert and remote_close.
6187
61882017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
6189
6190 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
6191 number from variable rather than hard-coded.
6192
61932017-10-19 Pedro Alves <palves@redhat.com>
6194
6195 * gdb.base/long-inferior-output.c: New file.
6196 * gdb.base/long-inferior-output.exp: New file.
6197
61982017-11-18 Keith Seitz <keiths@redhat.com>
6199
6200 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
6201 method.
6202 (main): Call it.
6203 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
6204 Add additional user-defined conversion operator tests.
6205
62062017-10-17 Pedro Alves <palves@redhat.com>
6207
6208 * boards/native-stdio-gdbserver.exp: Load "local-board".
6209
62102017-10-17 Pedro Alves <palves@redhat.com>
6211
6212 * gdb.base/quit-live.c: New file.
6213 * gdb.base/quit-live.exp: New file.
6214
62152017-10-16 Keith Seitz <keiths@redhat.com>
6216
6217 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
6218 (class_with_protected_typedef, class_with_private_typedef)
6219 (struct_with_public_typedef, struct_with_protected_typedef)
6220 (struct_with_private_typedef): New classes/structs.
6221 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
6222 typedefs and access specifiers.
6223
62242017-10-16 Pedro Alves <palves@redhat.com>
6225 Simon Marchi <simon.marchi@polymtl.ca>
6226
6227 * README (Local vs Remote vs Native): New section.
6228 * boards/local-board.exp: New file, with bits factored out from
6229 ...
6230 * boards/native-extended-gdbserver.exp: ... here. Load
6231 "local-board".
6232 * boards/native-gdbserver.exp: Load "local-board".
6233 (${board}_spawn, ${board}_exec): Delete.
6234 * boards/native-stdio-gdbserver.exp: Most contents factored out to
6235 ...
6236 * boards/stdio-gdbserver-base.exp: ... this new file.
6237 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
6238 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
6239 procedure.
6240 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
6241 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
6242 stdio_gdbserver_command.
6243 (${board}_get_remote_address, ${board}_get_comm_port)
6244 (${board}_download, ${board}_upload): Delete.
6245 (get_target_remote_pipe_cmd): New.
6246
62472017-10-16 Simon Marchi <simon.marchi@ericsson.com>
6248
6249 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
6250 test_bkpt_deletion, test_bkpt_cond_and_cmds,
6251 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
6252 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
6253 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
6254 remove with_test_prefix.
6255
62562017-10-13 Pedro Alves <palves@redhat.com>
6257
6258 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
6259 * gdb.base/annota1.exp: Use it instead of is_remote.
6260 * gdb.base/annota3.exp: Use it instead of is_remote.
6261 * gdb.cp/annota2.exp: Use it instead of is_remote.
6262 * gdb.cp/annota3.exp: Use it instead of is_remote.
6263 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
6264
62652017-10-13 Pedro Alves <palves@redhat.com>
6266
6267 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
6268 (test_num_test_vars, run_and_count_vars, find_env)
6269 (test_set_unset_env, test_inherit_env_var): New procedures.
6270 (top level): Use them.
6271
62722017-10-13 Pedro Alves <palves@redhat.com>
6273
6274 * lib/selftest-support.exp (selftest_setup): Extend comments, and
6275 also skip on stub-like targets.
6276
62772017-10-13 Pedro Alves <palves@redhat.com>
6278
6279 PR gdb/22293
6280 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
6281 (top level): Move some tests to ...
6282 (test_not_found): ... this new procedure.
6283 (top level): Call it.
6284
62852017-10-13 Pedro Alves <palves@redhat.com>
6286
6287 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
6288 expect different "info terminal" output if testing with a
6289 non-native target.
6290
62912017-10-13 Pedro Alves <palves@redhat.com>
6292 Simon Marchi <simon.marchi@polymtl.ca>
6293
6294 PR python/12966
6295 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
6296
62972017-10-13 Pedro Alves <palves@redhat.com>
6298
6299 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
6300 already.
6301
63022017-10-13 Pedro Alves <palves@redhat.com>
6303
6304 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
6305 is_remote.
6306
63072017-10-13 Pedro Alves <palves@redhat.com>
6308
6309 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
6310 is_remote.
6311
63122017-10-13 Pedro Alves <palves@redhat.com>
6313
6314 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
6315 is set.
6316 (corefile_test_attach): Likewise. Check can_spawn_for_attach
6317 instead of is_remote.
6318
63192017-10-13 Pedro Alves <palves@redhat.com>
6320
6321 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
6322 (top level): Add comment.
6323
63242017-10-13 Pedro Alves <palves@redhat.com>
6325
6326 * gdb.base/remote.exp (top level): Fix comment typo and add
6327 missing return.
6328
63292017-10-13 Pedro Alves <palves@redhat.com>
6330 Simon Marchi <simon.marchi@polymtl.ca>
6331
6332 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
6333 calls and add comments. Skip test if use_gdb_stub is set.
6334 (top level): Use "set cwd" command instead of "cd" command.
6335
63362017-10-13 Pedro Alves <palves@redhat.com>
6337
6338 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
6339 is_remote target check.
6340
63412017-10-13 Pedro Alves <palves@redhat.com>
6342
6343 * gdb.base/scope.exp: Use build_executable + clean_restart +
6344 gdb_file_cmd instead of prepare_for_testing and no longer skip
6345 "before run" tests on is_remote target boards. Update comments.
6346 * boards/native-extended-gdbserver.exp
6347 (extended_gdbserver_load_last_file): New, factored out from ...
6348 (gdb_load): ... this. Move further below and add comment.
6349 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
6350
63512017-10-12 Pedro Alves <palves@redhat.com>
6352
6353 * gdb.base/attach.exp: Remove references to gdb64.
6354 * gdb.base/dbx.exp: Remove references to gdb64.
6355
63562017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
6357 Pedro Alves <palves@redhat.com>
6358
6359 * gdb.base/label.exp: Remove is_remote target check.
6360
63612017-10-12 Pedro Alves <palves@redhat.com>
6362
6363 * gdb.base/auvx.exp (coredir): Update comment.
6364 (top level) <core_works>: Use "set cwd" command instead of "cd"
6365 command.
6366
63672017-10-12 Pedro Alves <palves@redhat.com>
6368 Simon Marchi <simon.marchi@polymtl.ca>
6369
6370 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
6371 target boards.
6372
63732017-10-12 Pedro Alves <palves@redhat.com>
6374 Simon Marchi <simon.marchi@polymtl.ca>
6375
6376 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
6377 Instead skip if there's any gdb_protocol set.
6378
63792017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
6380 Pedro Alves <palves@redhat.com>
6381
6382 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
6383
63842017-10-12 Pedro Alves <palves@redhat.com>
6385 Simon Marchi <simon.marchi@polymtl.ca>
6386
6387 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
6388 instead of on dejagnu remote boards.
6389
63902017-10-12 Pedro Alves <palves@redhat.com>
6391 Simon Marchi <simon.marchi@polymtl.ca>
6392
6393 * gdb.base/inferior-died.exp: Remove is_remote and isnative
6394 checks. Use build_executable + clean_restart instead of
6395 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
6396 of enabling non-stop after starting gdb.
6397
63982017-10-12 Pedro Alves <palves@redhat.com>
6399
6400 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
6401 * gdb.threads/non-ldr-exc-2.exp: Ditto.
6402 * gdb.threads/non-ldr-exc-3.exp: Ditto.
6403 * gdb.threads/non-ldr-exc-4.exp: Ditto.
6404
64052017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
6406
6407 * gdb.arch/arc-tdesc-cpu.exp: New file.
6408 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
6409
64102017-10-10 Simon Marchi <simon.marchi@ericsson.com>
6411
6412 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
6413
64142017-10-10 Pedro Alves <palves@redhat.com>
6415
6416 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
6417 expect CLI output.
6418
64192017-10-10 Pedro Alves <palves@redhat.com>
6420
6421 * lib/selftest-support.exp (selftest_setup): Update for
6422 captured_command_loop's prototype change.
6423
64242017-10-09 Pedro Alves <palves@redhat.com>
6425
6426 Test both arch1=>arch2 and arch2=>arch1.
6427
6428 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
6429 (srcfile2, binfile2, march1, march2): Remove globals. Largely
6430 factored out to...
6431 (append_arch1_options, append_arch2_options, append_arch_options)
6432 (build_executables): New procedures.
6433 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
6434 local.
6435 (top level): Add new 'first_arch' testing axis.
6436
64372017-10-09 Pedro Alves <palves@redhat.com>
6438
6439 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
6440 (barrier): New.
6441 (thread_start, all_started): New functions.
6442 (main): Spawn new thread and wait until it is scheduled.
6443 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
6444 option.
6445 (do_test): Add 'selected_thread' parameter. Run to all_started
6446 instead of main. Explicitly set the breakpoint at main. Switch
6447 to the SELECTED_THREAD thread.
6448 (top level): Test handling the exec event with either the main
6449 thread or the second thread selected.
6450
64512017-10-09 Pedro Alves <palves@redhat.com>
6452
6453 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
6454 logic. Move STOP marker after the value checks.
6455 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
6456 regexp.
6457
64582017-10-06 Sandra Loosemore <sandra@codesourcery.com>
6459
6460 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
6461
64622017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
6463
6464 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
6465 integer-to-dfp conversion.
6466 * gdb.base/dfp-test.exp: Likewise.
6467
64682017-10-04 Pedro Alves <palves@redhat.com>
6469
6470 * gdb.multi/hangout.c: Include <unistd.h>.
6471 (hangout_loop): New function.
6472 (main): Call alarm. Call hangout_loop in a loop.
6473 * gdb.multi/hello.c: Include <unistd.h>.
6474 (hello_loop): New function.
6475 (main): Call alarm. Call hangout_loop in a loop.
6476 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
6477 inferior with the other selected.
6478
64792017-10-04 Simon Marchi <simon.marchi@ericsson.com>
6480
6481 * gdb.mi/list-thread-groups-available.exp: New file.
6482 * gdb.mi/list-thread-groups-available.c: New file.
6483
64842017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
6485
6486 * gdb.base/set-cwd.exp: Make it available on
6487 native-extended-gdbserver.
6488
64892017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
6490
6491 * gdb.base/set-cwd.c: New file.
6492 * gdb.base/set-cwd.exp: Likewise.
6493
64942017-10-02 Tom Tromey <tom@tromey.com>
6495
6496 PR rust/22236:
6497 * gdb.rust/simple.rs (main): New variable "fslice".
6498 * gdb.rust/simple.exp: Add slice tests. Update string tests.
6499
65002017-10-02 Tom Tromey <tom@tromey.com>
6501
6502 * gdb.rust/simple.exp: Test ptype of a slice.
6503
65042017-10-02 Tom Tromey <tom@tromey.com>
6505
6506 * gdb.rust/simple.exp: Test index of slice.
6507
65082017-09-27 Tom Tromey <tom@tromey.com>
6509
6510 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
6511
65122017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
6513 Pedro Alves <palves@redhat.com>
6514
6515 * gdb.base/compare-sections.exp (get value of read-only section): Read
6516 as unsigned value.
6517 (corrupt read-only section): Likewise and don't set written if patching
6518 failed.
6519
65202017-09-21 Kevin Buettner <kevinb@redhat.com>
6521
6522 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
6523 files.
6524
65252017-09-20 Pedro Alves <palves@redhat.com>
6526
6527 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
6528 symbol names in gdb's output.
6529 * gdb.cp/overload.exp ("list all overloads"): Likewise.
6530
65312017-09-20 Pedro Alves <palves@redhat.com>
6532
6533 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
6534 Rename to ...
6535 (test_list_ambiguous_symbol): ... this and add a symbol name
6536 parameter. Adjust.
6537 (test_list_ambiguous_function): Reimplement on top of
6538 test_list_ambiguous_symbol and also test listing ambiguous
6539 variables.
6540 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
6541 (ambiguous_fun): ... this.
6542 (ambiguous_var): New.
6543 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
6544 (ambiguous_fun): ... this.
6545 (ambiguous_var): New.
6546
65472017-09-19 John Baldwin <jhb@FreeBSD.org>
6548
6549 * gdb.base/starti.c: New file.
6550 * gdb.base/starti.exp: New file.
6551 * lib/gdb.exp (gdb_starti_cmd): New procedure.
6552
65532017-09-14 Pedro Alves <palves@redhat.com>
6554
6555 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
6556 (top level): Use it instead of runto.
6557
65582017-09-11 Tom Tromey <tom@tromey.com>
6559
6560 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
6561
65622017-09-11 Tom Tromey <tom@tromey.com>
6563
6564 * gdb.python/py-infthread.exp: Add tests for new_thread event.
6565 * gdb.python/py-inferior.exp: Add tests for new inferior events.
6566
65672017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
6568
6569 * gdb.fortran/printing-types.exp: New file.
6570 * gdb.fortran/printing-types.exp: New file.
6571
65722017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
6573
6574 * gdb.fortran/vla-ptype.exp: Fix typos.
6575 * gdb.fortran/vla-value.exp: Same.
6576
65772017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
6578
6579 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
6580 * gdb.mi/mi-var-child-f.exp: Likewise.
6581 * gdb.mi/mi-vla-fortran.exp: Likewise.
6582
65832017-09-08 Frank Penczek <frank.penczek@intel.com>
6584 Christoph Weinmann <christoph.t.weinmann@intel.com>
6585 Bernhard Heckel <bernhard.heckel@intel.com>
6586
6587 * gdb.fortran/ptr-indentation.f90: New file.
6588 * gdb.fortran/ptr-indentation.exp: New file.
6589
65902017-09-05 Tom Tromey <tom@tromey.com>
6591
6592 PR gdb/22010:
6593 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
6594
65952017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
6596
6597 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
6598
65992017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6600
6601 * gdb.threads/tls-nodebug-pie.c: New file.
6602 * gdb.threads/tls-nodebug-pie.exp: New file.
6603
66042017-09-05 Tom Tromey <tom@tromey.com>
6605
6606 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
6607 for rust.
6608
66092017-09-05 Simon Marchi <simon.marchi@ericsson.com>
6610
6611 * gdb.multi/multi-arch-exec.exp: Test with different
6612 "follow-exec-mode" settings.
6613 (do_test): New procedure.
6614
66152017-09-04 Pedro Alves <palves@redhat.com>
6616
6617 * gdb.base/func-static.c (S::method const, S::method volatile)
6618 (S::method volatile const): New methods.
6619 (c_s, v_s, cv_s): New instances.
6620 (main): Call method() on them.
6621 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
6622 (cannot_resolve): New procedure.
6623 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
6624 print-quote-unquoted columns.
6625 (do_test): Test printing each scope too.
6626
66272017-09-04 Pedro Alves <palves@redhat.com>
6628
6629 * gdb.base/local-static.exp: Also test with
6630 class::method::variable wholly quoted.
6631 * gdb.cp/m-static.exp (class::method::variable): Remove test.
6632
66332017-09-04 Pedro Alves <palves@redhat.com>
6634
6635 * gdb.base/local-static.c: New.
6636 * gdb.base/local-static.cc: New.
6637 * gdb.base/local-static.exp: New.
6638
66392017-09-04 Pedro Alves <palves@redhat.com>
6640
6641 * gdb.asm/asm-source.exp: Add casts to int.
6642 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
6643 (dataglobal64_1, dataglobal64_2): New globals.
6644 * gdb.base/nodebug.exp: Test different expressions involving the
6645 new globals, with print, whatis and ptype. Add casts to int.
6646 * gdb.base/solib-display.exp: Add casts to int.
6647 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
6648 * gdb.cp/m-static.exp: Add cast to int.
6649 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
6650 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
6651 tls variable with no debug info without a cast. Test with a cast
6652 to int too.
6653 * gdb.trace/entry-values.exp: Add casts.
6654
66552017-09-04 Pedro Alves <palves@redhat.com>
6656
6657 * gdb.base/nodebug.exp: Test that ptype's error about functions
6658 with unknown return type includes the function name too.
6659
66602017-09-04 Pedro Alves <palves@redhat.com>
6661
6662 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
6663 return type of munmap in infcall.
6664 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
6665 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
6666 type of ftell in infcall.
6667 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
6668 type of getpid in infcall.
6669 * gdb.base/infcall-exec.exp: Cast return type of execlp in
6670 infcall.
6671 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
6672 Bail on failure to extract the pid.
6673 * gdb.base/nodebug.c: #include <stdint.h>.
6674 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
6675 New functions.
6676 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
6677 Change expected output of print/whatis/ptype with functions with
6678 no debug info. Test all supported languages. Call
6679 test_call_promotion.
6680 * gdb.compile/compile.exp: Adjust expected output to expect
6681 warning.
6682 * gdb.threads/siginfo-threads.exp: Likewise.
6683
66842017-09-04 Pedro Alves <palves@redhat.com>
6685
6686 * gdb.base/callfuncs.exp (do_function_calls): New parameter
6687 "prototypes". Test calling float functions via prototyped and
6688 unprototyped function pointers.
6689 (perform_all_tests): New parameter "prototypes". Pass it down.
6690 (top level): Pass down "prototypes" parameter to
6691 perform_all_tests.
6692
66932017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6694
6695 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
6696 Test with nested loops.
6697
66982017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6699
6700 * gdb.base/commands.exp: Call the new procedures.
6701 (loop_break_test, loop_continue_test): New procedures.
6702
67032017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6704
6705 * gdb.base/commands.exp: Call new procedure.
6706 (define_if_without_arg_test): New procedure.
6707
67082017-09-04 Pedro Alves <palves@redhat.com>
6709
6710 * gdb.base/list-ambiguous.exp: New file.
6711 * gdb.base/list-ambiguous0.c: New file.
6712 * gdb.base/list-ambiguous1.c: New file.
6713 * gdb.base/list.exp (test_list_range): Adjust expected output.
6714
67152017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
6716
6717 * gdb.base/share-env-with-gdbserver.c: New file.
6718 * gdb.base/share-env-with-gdbserver.exp: Likewise.
6719
67202017-08-28 Simon Marchi <simon.marchi@ericsson.com>
6721
6722 * gdb.base/commands.exp (gdbvar_simple_if_test,
6723 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
6724 progvar_simple_if_test, progvar_simple_while_test,
6725 progvar_complex_if_while_test, user_defined_command_test,
6726 user_defined_command_args_eval,
6727 user_defined_command_args_stack_test,
6728 user_defined_command_manyargs_test, bp_deleted_in_command_test,
6729 temporary_breakpoint_commands,
6730 gdb_test_no_prompt, redefine_hook_test,
6731 redefine_backtrace_test): Remove "global gdb_prompt".
6732
67332017-08-28 Simon Marchi <simon.marchi@ericsson.com>
6734
6735 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
6736 New proc, call it from toplevel.
6737
67382017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
6739
6740 PR remote/21852
6741 * gdb.server/normal.c: New file, copied from gdb.base.
6742 * gdb.server/run-without-local-binary.exp: New file.
6743
67442017-08-07 Weimin Pan <weimin.pan@oracle.com>
6745
6746 * gdb.arch/sparc64-adi.exp: New file.
6747 * gdb.arch/sparc64-adi.c: New file.
6748
67492017-08-22 Pedro Alves <palves@redhat.com>
6750
6751 * gdb.cp/overload.exp (line_range_pattern): New procedure.
6752 (top level): Add "list all overloads" tests.
6753
67542017-08-22 Tom Tromey <tom@tromey.com>
6755
6756 * gdb.gdb/xfullpath.exp: Remove.
6757
67582017-08-21 Pedro Alves <palves@redhat.com>
6759
6760 PR gdb/19487
6761 * gdb.base/symbol-alias.c: New.
6762 * gdb.base/symbol-alias2.c: New.
6763 * gdb.base/symbol-alias.exp: New.
6764
67652017-08-21 Pedro Alves <palves@redhat.com>
6766
6767 * gdb.base/dfp-test.c
6768 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
6769 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
6770 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
6771 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
6772 * gdb.base/whatis-ptype-typedefs.c: New.
6773 * gdb.base/whatis-ptype-typedefs.exp: New.
6774 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
6775 (an_int, an_int_type, an_int_type2): New globals.
6776 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
6777 involving typedefs and cast expressions.
6778 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
6779 (lookup_typedefs_function): New.
6780 (typedefs_pretty_printers_dict): New.
6781 (top level): Register lookup_typedefs_function in
6782 gdb.pretty_printers.
6783
67842017-08-18 Yao Qi <yao.qi@linaro.org>
6785
6786 * gdb.server/unittest.exp: New.
6787
67882017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
6789
6790 PR gdb/21954
6791 * gdb.base/environ.exp: Add test to check if 'unset environment'
6792 works.
6793
67942017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6795
6796 * lib/gdb.exp (universal_compile_options): New caching proc.
6797 (gdb_compile): Suppress GCC's coloring of messages.
6798
67992017-08-14 Tom Tromey <tom@tromey.com>
6800
6801 PR gdb/21675:
6802 * gdb.base/printcmds.exp (test_radices): New function.
6803 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
6804 * gdb.base/sizeof.exp (check_valueof): Use p/d.
6805 * lib/gdb.exp (get_integer_valueof): Use p/d.
6806
68072017-08-12 Simon Marchi <simon.marchi@ericsson.com>
6808
6809 * lib/gdb.exp (get_valueof): Don't capture end-of-line
6810 characters.
6811
68122017-08-05 Tom Tromey <tom@tromey.com>
6813
6814 * gdb.rust/simple.exp: Allow String to appear in a different
6815 namespace.
6816
68172017-07-26 Yao Qi <yao.qi@linaro.org>
6818
6819 * gdb.gdb/unittest.exp: Invoke command
6820 "maintenance check xml-descriptions".
6821
68222017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6823
6824 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
6825 calling context.
6826 (hex128): Drop erroneous calculation of parameters.
6827
68282017-07-22 Simon Marchi <simon.marchi@ericsson.com>
6829
6830 * gdb.python/py-unwind.exp: Disable stack protection when
6831 building test file.
6832
68332017-07-20 Pedro Alves <palves@redhat.com>
6834
6835 * gdb.base/default.exp (set language): Adjust expected output.
6836
68372017-07-20 Pedro Alves <palves@redhat.com>
6838
6839 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
6840 (test_minsym): ... this, and make static.
6841 (get_pck__foo__bar__minsym): Rename to ...
6842 (get_test_minsym): ... this.
6843 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
6844 symbol names and comments.
6845 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
6846 (get_test_minsym): ... this.
6847 (pck__foo__bar__minsym__2): Rename to ...
6848 (test_minsym): ... this.
6849 (main): Adjust.
6850
68512017-07-17 Pedro Alves <palves@redhat.com>
6852
6853 * gdb.base/completion.exp: Adjust expected output.
6854 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
6855 the completer works.
6856
68572017-07-17 Pedro Alves <palves@redhat.com>
6858
6859 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
6860
68612017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
6862
6863 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
6864
68652017-07-14 Tom Tromey <tom@tromey.com>
6866
6867 PR rust/21764:
6868 * gdb.rust/simple.exp: Add tests.
6869
68702017-07-14 Tom Tromey <tom@tromey.com>
6871
6872 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
6873
68742017-07-14 Pedro Alves <palves@redhat.com>
6875
6876 * gdb.linespec/base/one/thefile.cc (z1): New function.
6877 * gdb.linespec/base/two/thefile.cc (z2): New function.
6878 * gdb.linespec/linespec.exp: Add tests.
6879
68802017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6881
6882 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
6883 to mi_create_breakpoint.
6884
68852017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6886
6887 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
6888 mi_create_breakpoint.
6889
68902017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
6891
6892 * gdb.dlang/demangle.exp: Update for demangling changes.
6893
68942017-07-09 Tom Tromey <tom@tromey.com>
6895
6896 * gdb.dwarf2/shortpiece.exp: New file.
6897
68982017-07-06 David Blaikie <dblaikie@gmail.com>
6899
6900 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
6901 built from fissiont-multi-cu{1,2}.c.
6902 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
6903 except putting 'main' and 'func' in separate CUs in the same DWO file.
6904 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
6905 test.
6906 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
6907 test.
6908
69092017-07-06 Pedro Alves <palves@redhat.com>
6910
6911 * gdb.python/py-unwind.exp: Test flushregs.
6912
69132017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6914
6915 PR cli/21688
6916 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
6917 tests for alias commands and trailing whitespace.
6918
69192017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6920
6921 PR cli/21688
6922 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
6923 procedure. Call it.
6924
69252017-06-29 Pedro Alves <palves@redhat.com>
6926
6927 * gdb.base/printcmds.exp: Add tests.
6928
69292017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
6930
6931 PR gdb/21337
6932 * gdb.base/reread-readsym.exp: New file.
6933 * gdb.base/reread-readsym.c: New file.
6934
69352017-06-21 Kevin Buettner <kevinb@redhat.com>
6936
6937 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
6938 subpattern.
6939
69402017-06-19 Peter Bergner <bergner@vnet.ibm.com>
6941
6942 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
6943 extended mnemonic.
6944 * gdb.arch/powerpc-power9.s: Likewise.
6945
69462017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6947
6948 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
6949 on 32-bit x86 targets. Exploit is_*_target macros where
6950 appropriate.
6951
69522017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6953
6954 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
6955 register pieces.
6956
69572017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6958
6959 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
6960 located in one or more DWARF pieces.
6961
69622017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6963
6964 * lib/gdb.exp (get_endianness): New proc.
6965 * gdb.arch/aarch64-fp.exp: Use it.
6966 * gdb.arch/altivec-regs.exp: Likewise.
6967 * gdb.arch/e500-regs.exp: Likewise.
6968 * gdb.arch/vsx-regs.exp: Likewise.
6969 * gdb.base/dump.exp: Likewise.
6970 * gdb.base/funcargs.exp: Likewise.
6971 * gdb.base/gnu_vector.exp: Likewise.
6972 * gdb.dwarf2/formdata16.exp: Likewise.
6973 * gdb.dwarf2/implptrpiece.exp: Likewise.
6974 * gdb.dwarf2/nonvar-access.exp: Likewise.
6975 * gdb.python/py-inferior.exp: Likewise.
6976 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6977
69782017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6979
6980 PR gdb/21226
6981 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
6982 stack value pieces are taken from the LSB end.
6983
69842017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6985
6986 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
6987 variable at nonzero offset.
6988
69892017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6990
6991 * gdb.dwarf2/var-access.c: New file.
6992 * gdb.dwarf2/var-access.exp: New test.
6993 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
6994
69952017-06-12 Tom Tromey <tom@tromey.com>
6996
6997 * gdb.dwarf2/formdata16.exp: Add tests.
6998
69992017-06-12 Tom Tromey <tom@tromey.com>
7000
7001 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
7002
70032017-06-12 Tom Tromey <tom@tromey.com>
7004
7005 PR exp/16225:
7006 * gdb.reverse/i386-sse-reverse.exp: Update tests.
7007 * gdb.arch/vsx-regs.exp: Update tests.
7008 * gdb.arch/s390-vregs.exp (hex128): New proc.
7009 Update test.
7010 * gdb.arch/altivec-regs.exp: Update tests.
7011
70122017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
7013
7014 * gdb.base/startup-with-shell.c: New file.
7015 * gdb.base/startup-with-shell.exp: Likewise.
7016
70172017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
7018
7019 * gdb.server/non-existing-program.exp: Update regex in order to
7020 reflect the fact that gdbserver is now using fork_inferior (with a
7021 shell) to startup the inferior.
7022
70232017-05-30 Simon Marchi <simon.marchi@ericsson.com>
7024
7025 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
7026 support function calls from GDB.
7027
70282017-05-21 Tom Tromey <tom@tromey.com>
7029
7030 PR rust/21466:
7031 * gdb.rust/unsized.exp: New file.
7032 * gdb.rust/unsized.rs: New file.
7033
70342017-05-19 Tom Tromey <tom@tromey.com>
7035
7036 PR rust/21484:
7037 * gdb.rust/watch.exp: New file.
7038 * gdb.rust/watch.rs: New file.
7039
70402017-05-18 Tom Tromey <tom@tromey.com>
7041
7042 * gdb.rust/simple.exp: Allow Box to be qualified.
7043
70442017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
7045
7046 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
7047
70482017-05-18 Pedro Alves <palves@redhat.com>
7049
7050 * gdb.base/fileio.c (test_write, test_read, test_close)
7051 (test_fstat): Don't print 'ret' in the fail path.
7052
70532017-05-18 Pedro Alves <palves@redhat.com>
7054
7055 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
7056 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
7057 (test_system, test_rename, test_unlink, test_time): Change
7058 prototypes.
7059 * gdb.base/fileio.exp (stop_msg): Adjust.
7060
70612017-05-18 Pedro Alves <palves@redhat.com>
7062
7063 * gdb.base/fileio.c (null_str): New global.
7064 (test_stat): Use it.
7065 * gdb.base/fileio.exp: Remove nowarnings.
7066
70672017-05-17 Yao Qi <yao.qi@linaro.org>
7068
7069 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
7070
70712017-05-17 Simon Marchi <simon.marchi@ericsson.com>
7072
7073 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
7074 argument command.
7075 (top-level): Invoke test_set_inferior_tty.
7076
70772017-05-04 Pedro Alves <palves@redhat.com>
7078
7079 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
7080 Add parens to print call for Python 3.
7081
70822017-05-03 Keith Seitz <keiths@redhat.com>
7083
7084 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
7085 (main): Call it.
7086
70872017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7088
7089 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
7090 to prev and next.
7091
70922017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7093
7094 * gdb.python/py-record-btrace.exp: Remove test for
7095 gdb.BtraceInstruction.error.
7096
70972017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7098
7099 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
7100
71012017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7102
7103 * gdb.python/py-record-btrace-threads.c: New file.
7104 * gdb.python/py-record-btrace-threads.exp: New file.
7105
71062017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
7107
7108 PR testsuite/8595
7109 * gdb.base/environ.exp: Make test available in all architectures.
7110 Move bits related to "info program" testing to
7111 gdb.base/info-program.exp. Rewrite tests to use the two new
7112 procedures mentione below.
7113 (test_set_show_env_var) New procedure.
7114 (test_set_show_env_var_equal): Likewise.
7115 * gdb.base/info-program.exp: New file.
7116
71172017-04-27 Keith Seitz <keiths@redhat.com>
7118
7119 * gdb.cp/oranking.cc (test15): New function.
7120 (main): Call test15 and declare additional variables for testing.
7121 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
7122 "p foo101('abc')" tests.
7123 Add tests for cv qualifier overloads.
7124 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
7125 "lvalue reference overload" test.
7126 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
7127 "print value of f1 on Child&& in f2" test.
7128
71292017-04-19 Pedro Alves <palves@redhat.com>
7130
7131 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
7132 procedure.
7133 (top level): Call it.
7134 * lib/gdb.exp (gdb_define_cmd): New procedure.
7135
71362017-04-12 Pedro Alves <palves@redhat.com>
7137
7138 PR gdb/21323
7139 * gdb.cp/wide_char_types.c: Include <wchar.h>.
7140 (wchar): New global.
7141 * gdb.cp/wide_char_types.exp (wide_char_types_program)
7142 (do_test_wide_char, wide_char_types_no_program, top level): Add
7143 wchar_t testing.
7144
71452017-04-12 Pedro Alves <palves@redhat.com>
7146
7147 PR c++/21323
7148 * gdb.cp/wide_char_types.c: New file.
7149 * gdb.cp/wide_char_types.exp: New file.
7150
71512017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
7152
7153 PR gdb/21352
7154 * gdb.trace/tsv.exp: Add test for "tsave -r".
7155
71562017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
7157
7158 * gdb.dlang/watch-loc.c: New file.
7159 * gdb.dlang/watch-loc.exp: New file.
7160
71612017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7162
7163 * gdb.python/py-section-script.exp (sepdebug): New testcases.
7164
71652017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
7166
7167 * gdb.arch/arc-analyze-prologue.S: New file.
7168 * gdb.arch/arc-analyze-prologue.exp: Likewise.
7169
71702017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
7171
7172 * gdb.arch/arc-decode-insn.S: New file.
7173 * gdb.arch/arc-decode-insn.exp: Likewise.
7174
71752017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
7176
7177 PR tdep/20928
7178 * gdb.arch/sparc64-regs.exp: New file.
7179 * gdb.arch/sparc64-regs.S: Likewise.
7180
71812017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
7182
7183 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
7184 and memory view on Python 3.
7185
71862017-03-20 Artemiy Volkov <artemiyv@acm.org>
7187 Keith Seitz <keiths@redhat.com>
7188
7189 PR gdb/14441
7190 * gdb.cp/demangle.exp: Add rvalue reference tests.
7191 * gdb.cp/rvalue-ref-casts.cc: New file.
7192 * gdb.cp/rvalue-ref-casts.exp: New file.
7193 * gdb.cp/rvalue-ref-overload.cc: New file.
7194 * gdb.cp/rvalue-ref-overload.exp: New file.
7195 * gdb.cp/rvalue-ref-params.cc: New file.
7196 * gdb.cp/rvalue-ref-params.exp: New file.
7197 * gdb.cp/rvalue-ref-sizeof.cc: New file.
7198 * gdb.cp/rvalue-ref-sizeof.exp: New file.
7199 * gdb.cp/rvalue-ref-types.cc: New file.
7200 * gdb.cp/rvalue-ref-types.exp: New file.
7201 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
7202 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
7203
72042017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
7205
7206 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
7207 New procedure.
7208
72092017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
7210
7211 * lib/mi-support.exp (mi_gdb_test): Add additional message
7212 for unexpected output.
7213
72142017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
7215
7216 * gdb.base/examine-backward.c (Barrier): New character array
7217 constant, to ensure that TestStrings is preceded by a string
7218 terminator.
7219
72202017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7221
7222 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
7223 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
7224 and implicit pointer into such a location.
7225
72262017-03-16 Doug Evans <dje@google.com>
7227
7228 * gdb.python/py-lazy-string (pointer): Really add new typedef.
7229
72302017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
7231
7232 * gdb.cp/m-static.exp: Fix expectation for prototype of
7233 test5.single_constructor and single_constructor::single_constructor.
7234
72352017-03-16 Doug Evans <dje@google.com>
7236
7237 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
7238 * gdb.guile/scm-lazy-string.c: New file.
7239 * gdb.guile/scm-value.exp: Move lazy string tests to ...
7240 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
7241 for pointer, array, typedef lazy strings.
7242
72432017-03-16 Doug Evans <dje@google.com>
7244
7245 PR python/17728, python/18439, python/18779
7246 * gdb.python/py-value.c (main) Delete locals sptr, sn.
7247 * gdb.python/py-lazy-string.c (pointer): New typedef.
7248 (main): New locals ptr, array, typedef_ptr.
7249 * gdb.python/py-value.exp: Move lazy string tests to ...
7250 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
7251 array, typedef lazy strings.
7252
72532017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
7254
7255 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
7256 Add optional 'test' parameter.
7257
72582017-03-13 Simon Marchi <simon.marchi@ericsson.com>
7259
7260 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
7261 Skip for versions of DejaGnu < 1.5.
7262
72632017-03-13 Simon Marchi <simon.marchi@ericsson.com>
7264
7265 * lib/gdb.exp (dejagnu_version): New proc.
7266 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
7267 Use dejagnu_version.
7268
72692017-03-10 Keith Seitz <keiths@redhat.com>
7270
7271 PR c++/8128
7272 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
7273 type from destructor regexps.
7274 Add a branch which actually passes the test.
7275 Adjust "ptype t5i" test names.
7276
72772017-03-08 Pedro Alves <palves@redhat.com>
7278
7279 * gdb.base/step-over-exit.exp: Add explicit test message.
7280
72812017-03-08 Pedro Alves <palves@redhat.com>
7282
7283 PR gdb/18360
7284 * gdb.threads/interrupt-while-step-over.c: New file.
7285 * gdb.threads/interrupt-while-step-over.exp: New file.
7286
72872017-03-08 Pedro Alves <palves@redhat.com>
7288
7289 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
7290 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
7291
72922017-03-08 Pedro Alves <palves@redhat.com>
7293
7294 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
7295 PKRU as not supported as a PASS.
7296
72972017-03-08 Pedro Alves <palves@redhat.com>
7298
7299 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
7300 prefix instead of $binfile1/$binfile2.
7301 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
7302 in test message.
7303 * gdb.python/py-completion.exp: Use "load python file" as test
7304 messages instead of unstable path names.
7305
73062017-03-08 Pedro Alves <palves@redhat.com>
7307 Jan Kratochvil <jan.kratochvil@redhat.com>
7308
7309 PR cli/21218
7310 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
7311 New proc.
7312 (top level): Call it.
7313
73142017-03-08 Pedro Alves <palves@redhat.com>
7315
7316 PR tui/21216
7317 * gdb.tui/tui-nl-filtered-output.exp: New file.
7318
73192017-03-08 Pedro Alves <palves@redhat.com>
7320
7321 * gdb.base/completion.exp: Move TUI completion tests to ...
7322 * gdb.tui/completion.exp: ... this new file.
7323
73242017-03-08 Pedro Alves <palves@redhat.com>
7325
7326 * gdb.base/tui-disasm-long-lines.c,
7327 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
7328 gdb.base/tui-layout.exp: Move to ...
7329 * gdb.tui/: ... this new directory.
7330
73312017-03-07 Pedro Alves <palves@redhat.com>
7332
7333 * gdb.base/tui-layout.c: New file.
7334 * gdb.base/tui-layout.exp: New file.
7335
73362017-03-07 Pedro Alves <palves@redhat.com>
7337
7338 * gdb.base/tui-layout.c: Rename to ...
7339 * gdb.base/tui-disasm-long-lines.c: ... this.
7340 * gdb.base/tui-layout.exp: Rename to ...
7341 * gdb.base/tui-disasm-long-lines.exp: ... this.
7342
73432017-03-07 Pedro Alves <palves@redhat.com>
7344
7345 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
7346
73472017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
7348
7349 * i386-mpx-call.c: New file.
7350 * i386-mpx-call.exp: New file.
7351
73522017-02-28 Peter Bergner <bergner@vnet.ibm.com>
7353
7354 * gdb.arch/powerpc-power.exp: Delete test.
7355 * gdb.arch/powerpc-power.s: Likewise.
7356 * gdb.disasm/disassembler-options.exp: New test.
7357 * gdb.arch/powerpc-altivec.exp: Likewise.
7358 * gdb.arch/powerpc-altivec.s: Likewise.
7359 * gdb.arch/powerpc-altivec2.exp: Likewise.
7360 * gdb.arch/powerpc-altivec2.s: Likewise.
7361 * gdb.arch/powerpc-altivec3.exp: Likewise.
7362 * gdb.arch/powerpc-altivec3.s: Likewise.
7363 * gdb.arch/powerpc-power7.exp: Likewise.
7364 * gdb.arch/powerpc-power7.s: Likewise.
7365 * gdb.arch/powerpc-power8.exp: Likewise.
7366 * gdb.arch/powerpc-power8.s: Likewise.
7367 * gdb.arch/powerpc-power9.exp: Likewise.
7368 * gdb.arch/powerpc-power9.s: Likewise.
7369 * gdb.arch/powerpc-vsx.exp: Likewise.
7370 * gdb.arch/powerpc-vsx.s: Likewise.
7371 * gdb.arch/powerpc-vsx2.exp: Likewise.
7372 * gdb.arch/powerpc-vsx2.s: Likewise.
7373 * gdb.arch/powerpc-vsx3.exp: Likewise.
7374 * gdb.arch/powerpc-vsx3.s: Likewise.
7375 * gdb.arch/arm-disassembler-options.exp: Likewise.
7376 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
7377 * gdb.arch/s390-disassembler-options.exp: Likewise.
7378
73792017-02-23 Luis Machado <lgustavo@codesourcery.com>
7380
7381 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
7382 (check_supported_features): ... this. Changed return type to void.
7383 (supports_rdseed): New static global.
7384 (rdseed): Check supports_rdseed.
7385 (initialize): Call check_supported_features.
7386
73872017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7388
7389 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
7390 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
7391 and lqarx/stqcx.
7392 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
7393 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
7394
73952017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7396
7397 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
7398 uppercase.
7399
74002017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7401
7402 * gdb.dwarf2/formdata16.c: New file.
7403 * gdb.dwarf2/formdata16.exp: New file.
7404 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
7405
74062017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7407
7408 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
7409 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
7410 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
7411 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
7412 DW_AT_GNU_*.
7413
74142017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7415
7416 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
7417
74182017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
7419
7420 PR gdb/21164
7421 * gdb.base/maint.exp: Add testcases for when the commands do
7422 not have arguments.
7423
74242017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
7425
7426 * gdb.cp/chained-calls.exp: Use p instead of P.
7427
74282017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
7429
7430 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
7431 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
7432
74332017-02-14 Tom Tromey <tom@tromey.com>
7434
7435 PR python/13598:
7436 * gdb.python/py-events.exp: Add before_prompt event tests.
7437
74382017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7439
7440 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
7441
74422017-02-13 Luis Machado <lgustavo@codesourcery.com>
7443
7444 * gdb.linespec/explicit.c (my_unique_function_name): New function.
7445 (main): Call my_unique_function_name.
7446 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
7447 completion of patterns with a single match.
7448 Add missing -re switches to gdb_test_multiple calls.
7449
74502017-02-13 Luis Machado <lgustavo@codesourcery.com>
7451
7452 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
7453 return if core file is not recognized.
7454
74552017-02-10 Simon Marchi <simon.marchi@ericsson.com>
7456
7457 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
7458 and extra UIs.
7459
74602017-02-10 Simon Marchi <simon.marchi@ericsson.com>
7461
7462 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
7463 proc_with_prefix.
7464
74652017-02-10 Tom Tromey <tom@tromey.com>
7466
7467 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
7468
74692017-02-10 Martin Galvan <martingalvan@sourceware.org>
7470
7471 PR gdb/21122
7472 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
7473
74742017-02-08 Jerome Guitton <guitton@adacore.com>
7475
7476 * gdb.base/define.exp: Add test for command abbreviations
7477 in define.
7478
74792017-02-06 Luis Machado <lgustavo@codesourcery.com>
7480
7481 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
7482 * gdb.reverse/insn-reverse-x86.c: New file.
7483
74842017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
7485
7486 PR tdep/20936
7487 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
7488
74892017-02-03 Tom Tromey <tom@tromey.com>
7490
7491 PR rust/21097:
7492 * gdb.rust/simple.exp: Add new tests.
7493
74942017-02-02 Pedro Alves <palves@redhat.com>
7495
7496 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
7497 tests.
7498
74992017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
7500
7501 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
7502 taking a 2-byte value out of a 4-byte DWARF implicit value on
7503 big-endian targets.
7504 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
7505 logic. Add test cases for DW_OP_implicit.
7506
75072017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7508
7509 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
7510
75112017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7512
7513 * gdb.btrace/enable.exp: Call gdb_exit before
7514 skip_gdbserver_tests.
7515
75162017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7517
7518 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
7519 GDBFLAGS.
7520
75212017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7522
7523 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
7524 the test is skipped.
7525 * gdb.btrace/data.exp: Likewise.
7526 * gdb.btrace/delta.exp: Likewise.
7527 * gdb.btrace/dlopen.exp: Likewise.
7528 * gdb.btrace/enable-running.exp: Likewise.
7529 * gdb.btrace/enable.exp: Likewise.
7530 * gdb.btrace/exception.exp: Likewise.
7531 * gdb.btrace/function_call_history.exp: Likewise.
7532 * gdb.btrace/gcore.exp: Likewise.
7533 * gdb.btrace/instruction_history.exp: Likewise.
7534 * gdb.btrace/multi-thread-step.exp: Likewise.
7535 * gdb.btrace/nohist.exp: Likewise.
7536 * gdb.btrace/non-stop.exp: Likewise.
7537 * gdb.btrace/reconnect.exp: Likewise.
7538 * gdb.btrace/record_goto-step.exp: Likewise.
7539 * gdb.btrace/record_goto.exp: Likewise.
7540 * gdb.btrace/rn-dl-bind.exp: Likewise.
7541 * gdb.btrace/segv.exp: Likewise.
7542 * gdb.btrace/step.exp: Likewise.
7543 * gdb.btrace/stepi.exp: Likewise.
7544 * gdb.btrace/tailcall-only.exp: Likewise.
7545 * gdb.btrace/tailcall.exp: Likewise.
7546 * gdb.btrace/tsx.exp: Likewise.
7547 * gdb.btrace/unknown_functions.exp: Likewise.
7548 * gdb.btrace/vdso.exp: Likewise.
7549
75502017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7551
7552 * gdb.btrace/enable-running.c: New.
7553 * gdb.btrace/enable-running.exp: New.
7554
75552017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
7556
7557 * gdb.arch/amd64-gs_base.c: New file.
7558 * gdb.arch/amd64-gs_base.exp: New file.
7559
75602017-01-26 Luis Machado <lgustavo@codesourcery.com>
7561
7562 * lib/memory.exp: Remove spurious empty newlines.
7563
75642017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
7565
7566 * gdb.python/py-bad-printers.exp: Load python file using "source".
7567 * gdb.python/py-events.exp: Likewise.
7568 * gdb.python/py-evsignal.exp: Likewise.
7569 * gdb.python/py-evthreads.exp: Likewise.
7570 * gdb.python/py-frame-args.exp: Likewise.
7571 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
7572 * gdb.python/py-framefilter-mi.exp: Likewise.
7573 * gdb.python/py-framefilter.exp: Likewise.
7574 * gdb.python/py-mi.exp: Likewise.
7575 * gdb.python/py-pp-maint.exp: Likewise.
7576 * gdb.python/py-pp-registration.exp: Likewise.
7577 * gdb.python/py-prettyprint.exp: Likewise.
7578 (run_lang_tests): Likewise.
7579 * gdb.python/py-typeprint.exp: Likewise.
7580
75812017-01-26 Luis Machado <lgustavo@codesourcery.com>
7582
7583 * lib/memory.exp: New file.
7584 * lib/gdb.exp: Load memory.exp.
7585 * gdb.base/memattr.exp (delete_memory): Move proc to
7586 lib/memory.exp and rename to delete_memory_regions.
7587 Replace delete_memory with delete_memory_regions.
7588 Cleanup memory regions before tests.
7589 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
7590 before tests.
7591
75922017-01-26 Luis Machado <lgustavo@codesourcery.com>
7593
7594 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
7595 files.
7596 (initialize): New function conditionally defined.
7597 (testcases): Move within conditional block.
7598 (main): Call initialize.
7599 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
7600 of gdb.reverse/insn-reverse.c.
7601 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
7602 gdb.reverse/insn-reverse.c.
7603
76042017-01-26 Yao Qi <yao.qi@linaro.org>
7605
7606 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
7607 disassemble on address 0.
7608
76092017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
7610 Yao Qi <yao.qi@linaro.org>
7611
7612 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
7613 * gdb.dwarf2/implptr-64bit.S: Remove.
7614 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
7615 variables in caller's context. Add DW_OP_implicit_value.
7616
76172017-01-25 Yao Qi <yao.qi@linaro.org>
7618
7619 * lib/dwarf.exp (Dwarf::_location): Handle
7620 DW_OP_GNU_implicit_pointer with proper size.
7621
76222017-01-20 Luis Machado <lgustavo@codesourcery.com>
7623
7624 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
7625 and add untested calls.
7626
76272017-01-20 Luis Machado <lgustavo@codesourcery.com>
7628
7629 * gdb.python/python.exp: Check line number against what GDB thinks
7630 the line number is for func1.
7631
76322017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
7633
7634 * gdb.dlang/debug-expr.exp: New file.
7635
76362016-12-23 Luis Machado <lgustavo@codesourcery.com>
7637
7638 Fix test names for the following files:
7639
7640 * gdb.ada/exec_changed.exp
7641 * gdb.ada/info_types.exp
7642 * gdb.arch/aarch64-atomic-inst.exp
7643 * gdb.arch/aarch64-fp.exp
7644 * gdb.arch/altivec-abi.exp
7645 * gdb.arch/altivec-regs.exp
7646 * gdb.arch/amd64-byte.exp
7647 * gdb.arch/amd64-disp-step.exp
7648 * gdb.arch/amd64-dword.exp
7649 * gdb.arch/amd64-entry-value-inline.exp
7650 * gdb.arch/amd64-entry-value-param.exp
7651 * gdb.arch/amd64-entry-value-paramref.exp
7652 * gdb.arch/amd64-entry-value.exp
7653 * gdb.arch/amd64-i386-address.exp
7654 * gdb.arch/amd64-invalid-stack-middle.exp
7655 * gdb.arch/amd64-invalid-stack-top.exp
7656 * gdb.arch/amd64-optimout-repeat.exp
7657 * gdb.arch/amd64-prologue-skip.exp
7658 * gdb.arch/amd64-prologue-xmm.exp
7659 * gdb.arch/amd64-stap-special-operands.exp
7660 * gdb.arch/amd64-stap-wrong-subexp.exp
7661 * gdb.arch/amd64-tailcall-cxx.exp
7662 * gdb.arch/amd64-tailcall-noret.exp
7663 * gdb.arch/amd64-tailcall-ret.exp
7664 * gdb.arch/amd64-tailcall-self.exp
7665 * gdb.arch/amd64-word.exp
7666 * gdb.arch/arm-bl-branch-dest.exp
7667 * gdb.arch/arm-disp-step.exp
7668 * gdb.arch/arm-neon.exp
7669 * gdb.arch/arm-single-step-kernel-helper.exp
7670 * gdb.arch/avr-flash-qualifier.exp
7671 * gdb.arch/disp-step-insn-reloc.exp
7672 * gdb.arch/e500-abi.exp
7673 * gdb.arch/e500-regs.exp
7674 * gdb.arch/ftrace-insn-reloc.exp
7675 * gdb.arch/i386-avx512.exp
7676 * gdb.arch/i386-bp_permanent.exp
7677 * gdb.arch/i386-byte.exp
7678 * gdb.arch/i386-cfi-notcurrent.exp
7679 * gdb.arch/i386-disp-step.exp
7680 * gdb.arch/i386-dr3-watch.exp
7681 * gdb.arch/i386-float.exp
7682 * gdb.arch/i386-gnu-cfi.exp
7683 * gdb.arch/i386-mpx-map.exp
7684 * gdb.arch/i386-mpx-sigsegv.exp
7685 * gdb.arch/i386-mpx-simple_segv.exp
7686 * gdb.arch/i386-mpx.exp
7687 * gdb.arch/i386-permbkpt.exp
7688 * gdb.arch/i386-prologue.exp
7689 * gdb.arch/i386-signal.exp
7690 * gdb.arch/i386-size-overlap.exp
7691 * gdb.arch/i386-unwind.exp
7692 * gdb.arch/i386-word.exp
7693 * gdb.arch/mips-fcr.exp
7694 * gdb.arch/powerpc-d128-regs.exp
7695 * gdb.arch/powerpc-stackless.exp
7696 * gdb.arch/ppc64-atomic-inst.exp
7697 * gdb.arch/s390-stackless.exp
7698 * gdb.arch/s390-tdbregs.exp
7699 * gdb.arch/s390-vregs.exp
7700 * gdb.arch/sparc-sysstep.exp
7701 * gdb.arch/thumb-bx-pc.exp
7702 * gdb.arch/thumb-singlestep.exp
7703 * gdb.arch/thumb2-it.exp
7704 * gdb.arch/vsx-regs.exp
7705 * gdb.asm/asm-source.exp
7706 * gdb.base/a2-run.exp
7707 * gdb.base/advance.exp
7708 * gdb.base/all-bin.exp
7709 * gdb.base/anon.exp
7710 * gdb.base/args.exp
7711 * gdb.base/arithmet.exp
7712 * gdb.base/async-shell.exp
7713 * gdb.base/async.exp
7714 * gdb.base/attach-pie-noexec.exp
7715 * gdb.base/attach-twice.exp
7716 * gdb.base/auto-load.exp
7717 * gdb.base/bang.exp
7718 * gdb.base/bitfields.exp
7719 * gdb.base/break-always.exp
7720 * gdb.base/break-caller-line.exp
7721 * gdb.base/break-entry.exp
7722 * gdb.base/break-inline.exp
7723 * gdb.base/break-on-linker-gcd-function.exp
7724 * gdb.base/break-probes.exp
7725 * gdb.base/break.exp
7726 * gdb.base/breakpoint-shadow.exp
7727 * gdb.base/call-ar-st.exp
7728 * gdb.base/call-sc.exp
7729 * gdb.base/call-signal-resume.exp
7730 * gdb.base/call-strs.exp
7731 * gdb.base/callfuncs.exp
7732 * gdb.base/catch-fork-static.exp
7733 * gdb.base/catch-gdb-caused-signals.exp
7734 * gdb.base/catch-load.exp
7735 * gdb.base/catch-signal-fork.exp
7736 * gdb.base/catch-signal.exp
7737 * gdb.base/catch-syscall.exp
7738 * gdb.base/charset.exp
7739 * gdb.base/checkpoint.exp
7740 * gdb.base/chng-syms.exp
7741 * gdb.base/code-expr.exp
7742 * gdb.base/code_elim.exp
7743 * gdb.base/commands.exp
7744 * gdb.base/completion.exp
7745 * gdb.base/complex.exp
7746 * gdb.base/cond-expr.exp
7747 * gdb.base/condbreak.exp
7748 * gdb.base/consecutive.exp
7749 * gdb.base/continue-all-already-running.exp
7750 * gdb.base/coredump-filter.exp
7751 * gdb.base/corefile.exp
7752 * gdb.base/dbx.exp
7753 * gdb.base/debug-expr.exp
7754 * gdb.base/define.exp
7755 * gdb.base/del.exp
7756 * gdb.base/disabled-location.exp
7757 * gdb.base/disasm-end-cu.exp
7758 * gdb.base/disasm-optim.exp
7759 * gdb.base/display.exp
7760 * gdb.base/duplicate-bp.exp
7761 * gdb.base/ena-dis-br.exp
7762 * gdb.base/ending-run.exp
7763 * gdb.base/enumval.exp
7764 * gdb.base/environ.exp
7765 * gdb.base/eu-strip-infcall.exp
7766 * gdb.base/eval-avoid-side-effects.exp
7767 * gdb.base/eval-skip.exp
7768 * gdb.base/exitsignal.exp
7769 * gdb.base/expand-psymtabs.exp
7770 * gdb.base/filesym.exp
7771 * gdb.base/find-unmapped.exp
7772 * gdb.base/finish.exp
7773 * gdb.base/float.exp
7774 * gdb.base/foll-exec-mode.exp
7775 * gdb.base/foll-exec.exp
7776 * gdb.base/foll-fork.exp
7777 * gdb.base/fortran-sym-case.exp
7778 * gdb.base/freebpcmd.exp
7779 * gdb.base/func-ptr.exp
7780 * gdb.base/func-ptrs.exp
7781 * gdb.base/funcargs.exp
7782 * gdb.base/gcore-buffer-overflow.exp
7783 * gdb.base/gcore-relro-pie.exp
7784 * gdb.base/gcore-relro.exp
7785 * gdb.base/gcore.exp
7786 * gdb.base/gdb1090.exp
7787 * gdb.base/gdb11530.exp
7788 * gdb.base/gdb11531.exp
7789 * gdb.base/gdb1821.exp
7790 * gdb.base/gdbindex-stabs.exp
7791 * gdb.base/gdbvars.exp
7792 * gdb.base/hbreak.exp
7793 * gdb.base/hbreak2.exp
7794 * gdb.base/included.exp
7795 * gdb.base/infcall-input.exp
7796 * gdb.base/inferior-died.exp
7797 * gdb.base/infnan.exp
7798 * gdb.base/info-macros.exp
7799 * gdb.base/info-os.exp
7800 * gdb.base/info-proc.exp
7801 * gdb.base/info-shared.exp
7802 * gdb.base/info-target.exp
7803 * gdb.base/infoline.exp
7804 * gdb.base/interp.exp
7805 * gdb.base/interrupt.exp
7806 * gdb.base/jit-reader.exp
7807 * gdb.base/jit-simple.exp
7808 * gdb.base/kill-after-signal.exp
7809 * gdb.base/kill-detach-inferiors-cmd.exp
7810 * gdb.base/label.exp
7811 * gdb.base/langs.exp
7812 * gdb.base/ldbl_e308.exp
7813 * gdb.base/line-symtabs.exp
7814 * gdb.base/linespecs.exp
7815 * gdb.base/list.exp
7816 * gdb.base/long_long.exp
7817 * gdb.base/longest-types.exp
7818 * gdb.base/maint.exp
7819 * gdb.base/max-value-size.exp
7820 * gdb.base/memattr.exp
7821 * gdb.base/mips_pro.exp
7822 * gdb.base/morestack.exp
7823 * gdb.base/moribund-step.exp
7824 * gdb.base/multi-forks.exp
7825 * gdb.base/nested-addr.exp
7826 * gdb.base/nextoverexit.exp
7827 * gdb.base/noreturn-finish.exp
7828 * gdb.base/noreturn-return.exp
7829 * gdb.base/nostdlib.exp
7830 * gdb.base/offsets.exp
7831 * gdb.base/opaque.exp
7832 * gdb.base/pc-fp.exp
7833 * gdb.base/permissions.exp
7834 * gdb.base/print-symbol-loading.exp
7835 * gdb.base/prologue-include.exp
7836 * gdb.base/psymtab.exp
7837 * gdb.base/ptype.exp
7838 * gdb.base/random-signal.exp
7839 * gdb.base/randomize.exp
7840 * gdb.base/range-stepping.exp
7841 * gdb.base/readline-ask.exp
7842 * gdb.base/recpar.exp
7843 * gdb.base/recurse.exp
7844 * gdb.base/relational.exp
7845 * gdb.base/restore.exp
7846 * gdb.base/return-nodebug.exp
7847 * gdb.base/return.exp
7848 * gdb.base/run-after-attach.exp
7849 * gdb.base/save-bp.exp
7850 * gdb.base/scope.exp
7851 * gdb.base/sect-cmd.exp
7852 * gdb.base/set-lang-auto.exp
7853 * gdb.base/set-noassign.exp
7854 * gdb.base/setvar.exp
7855 * gdb.base/sigall.exp
7856 * gdb.base/sigbpt.exp
7857 * gdb.base/siginfo-addr.exp
7858 * gdb.base/siginfo-infcall.exp
7859 * gdb.base/siginfo-obj.exp
7860 * gdb.base/siginfo.exp
7861 * gdb.base/signals-state-child.exp
7862 * gdb.base/signest.exp
7863 * gdb.base/sigstep.exp
7864 * gdb.base/sizeof.exp
7865 * gdb.base/skip.exp
7866 * gdb.base/solib-corrupted.exp
7867 * gdb.base/solib-nodir.exp
7868 * gdb.base/solib-search.exp
7869 * gdb.base/stack-checking.exp
7870 * gdb.base/stale-infcall.exp
7871 * gdb.base/stap-probe.exp
7872 * gdb.base/start.exp
7873 * gdb.base/step-break.exp
7874 * gdb.base/step-bt.exp
7875 * gdb.base/step-line.exp
7876 * gdb.base/step-over-exit.exp
7877 * gdb.base/step-over-syscall.exp
7878 * gdb.base/step-resume-infcall.exp
7879 * gdb.base/step-test.exp
7880 * gdb.base/store.exp
7881 * gdb.base/structs3.exp
7882 * gdb.base/sym-file.exp
7883 * gdb.base/symbol-without-target_section.exp
7884 * gdb.base/term.exp
7885 * gdb.base/testenv.exp
7886 * gdb.base/ui-redirect.exp
7887 * gdb.base/until.exp
7888 * gdb.base/unwindonsignal.exp
7889 * gdb.base/value-double-free.exp
7890 * gdb.base/vla-datatypes.exp
7891 * gdb.base/vla-ptr.exp
7892 * gdb.base/vla-sideeffect.exp
7893 * gdb.base/volatile.exp
7894 * gdb.base/watch-cond-infcall.exp
7895 * gdb.base/watch-cond.exp
7896 * gdb.base/watch-non-mem.exp
7897 * gdb.base/watch-read.exp
7898 * gdb.base/watch-vfork.exp
7899 * gdb.base/watchpoint-cond-gone.exp
7900 * gdb.base/watchpoint-delete.exp
7901 * gdb.base/watchpoint-hw-hit-once.exp
7902 * gdb.base/watchpoint-hw.exp
7903 * gdb.base/watchpoint-stops-at-right-insn.exp
7904 * gdb.base/watchpoints.exp
7905 * gdb.base/wchar.exp
7906 * gdb.base/whatis-exp.exp
7907 * gdb.btrace/buffer-size.exp
7908 * gdb.btrace/data.exp
7909 * gdb.btrace/delta.exp
7910 * gdb.btrace/dlopen.exp
7911 * gdb.btrace/enable.exp
7912 * gdb.btrace/exception.exp
7913 * gdb.btrace/function_call_history.exp
7914 * gdb.btrace/gcore.exp
7915 * gdb.btrace/instruction_history.exp
7916 * gdb.btrace/nohist.exp
7917 * gdb.btrace/reconnect.exp
7918 * gdb.btrace/record_goto-step.exp
7919 * gdb.btrace/record_goto.exp
7920 * gdb.btrace/rn-dl-bind.exp
7921 * gdb.btrace/segv.exp
7922 * gdb.btrace/step.exp
7923 * gdb.btrace/stepi.exp
7924 * gdb.btrace/tailcall-only.exp
7925 * gdb.btrace/tailcall.exp
7926 * gdb.btrace/tsx.exp
7927 * gdb.btrace/unknown_functions.exp
7928 * gdb.btrace/vdso.exp
7929 * gdb.compile/compile-ifunc.exp
7930 * gdb.compile/compile-ops.exp
7931 * gdb.compile/compile-print.exp
7932 * gdb.compile/compile-setjmp.exp
7933 * gdb.cp/abstract-origin.exp
7934 * gdb.cp/ambiguous.exp
7935 * gdb.cp/annota2.exp
7936 * gdb.cp/annota3.exp
7937 * gdb.cp/anon-ns.exp
7938 * gdb.cp/anon-struct.exp
7939 * gdb.cp/anon-union.exp
7940 * gdb.cp/arg-reference.exp
7941 * gdb.cp/baseenum.exp
7942 * gdb.cp/bool.exp
7943 * gdb.cp/breakpoint.exp
7944 * gdb.cp/bs15503.exp
7945 * gdb.cp/call-c.exp
7946 * gdb.cp/casts.exp
7947 * gdb.cp/chained-calls.exp
7948 * gdb.cp/class2.exp
7949 * gdb.cp/classes.exp
7950 * gdb.cp/cmpd-minsyms.exp
7951 * gdb.cp/converts.exp
7952 * gdb.cp/cp-relocate.exp
7953 * gdb.cp/cpcompletion.exp
7954 * gdb.cp/cpexprs.exp
7955 * gdb.cp/cplabel.exp
7956 * gdb.cp/cplusfuncs.exp
7957 * gdb.cp/cpsizeof.exp
7958 * gdb.cp/ctti.exp
7959 * gdb.cp/derivation.exp
7960 * gdb.cp/destrprint.exp
7961 * gdb.cp/dispcxx.exp
7962 * gdb.cp/enum-class.exp
7963 * gdb.cp/exception.exp
7964 * gdb.cp/exceptprint.exp
7965 * gdb.cp/expand-psymtabs-cxx.exp
7966 * gdb.cp/expand-sals.exp
7967 * gdb.cp/extern-c.exp
7968 * gdb.cp/filename.exp
7969 * gdb.cp/formatted-ref.exp
7970 * gdb.cp/fpointer.exp
7971 * gdb.cp/gdb1355.exp
7972 * gdb.cp/gdb2495.exp
7973 * gdb.cp/hang.exp
7974 * gdb.cp/impl-this.exp
7975 * gdb.cp/infcall-dlopen.exp
7976 * gdb.cp/inherit.exp
7977 * gdb.cp/iostream.exp
7978 * gdb.cp/koenig.exp
7979 * gdb.cp/local.exp
7980 * gdb.cp/m-data.exp
7981 * gdb.cp/m-static.exp
7982 * gdb.cp/mb-ctor.exp
7983 * gdb.cp/mb-inline.exp
7984 * gdb.cp/mb-templates.exp
7985 * gdb.cp/member-name.exp
7986 * gdb.cp/member-ptr.exp
7987 * gdb.cp/meth-typedefs.exp
7988 * gdb.cp/method.exp
7989 * gdb.cp/method2.exp
7990 * gdb.cp/minsym-fallback.exp
7991 * gdb.cp/misc.exp
7992 * gdb.cp/namelessclass.exp
7993 * gdb.cp/namespace-enum.exp
7994 * gdb.cp/namespace-nested-import.exp
7995 * gdb.cp/namespace.exp
7996 * gdb.cp/nextoverthrow.exp
7997 * gdb.cp/no-dmgl-verbose.exp
7998 * gdb.cp/non-trivial-retval.exp
7999 * gdb.cp/noparam.exp
8000 * gdb.cp/nsdecl.exp
8001 * gdb.cp/nsimport.exp
8002 * gdb.cp/nsnested.exp
8003 * gdb.cp/nsnoimports.exp
8004 * gdb.cp/nsrecurs.exp
8005 * gdb.cp/nsstress.exp
8006 * gdb.cp/nsusing.exp
8007 * gdb.cp/operator.exp
8008 * gdb.cp/oranking.exp
8009 * gdb.cp/overload-const.exp
8010 * gdb.cp/overload.exp
8011 * gdb.cp/ovldbreak.exp
8012 * gdb.cp/ovsrch.exp
8013 * gdb.cp/paren-type.exp
8014 * gdb.cp/parse-lang.exp
8015 * gdb.cp/pass-by-ref.exp
8016 * gdb.cp/pr-1023.exp
8017 * gdb.cp/pr-1210.exp
8018 * gdb.cp/pr-574.exp
8019 * gdb.cp/pr10687.exp
8020 * gdb.cp/pr12028.exp
8021 * gdb.cp/pr17132.exp
8022 * gdb.cp/pr17494.exp
8023 * gdb.cp/pr9067.exp
8024 * gdb.cp/pr9167.exp
8025 * gdb.cp/pr9631.exp
8026 * gdb.cp/printmethod.exp
8027 * gdb.cp/psmang.exp
8028 * gdb.cp/psymtab-parameter.exp
8029 * gdb.cp/ptype-cv-cp.exp
8030 * gdb.cp/ptype-flags.exp
8031 * gdb.cp/re-set-overloaded.exp
8032 * gdb.cp/ref-types.exp
8033 * gdb.cp/rtti.exp
8034 * gdb.cp/scope-err.exp
8035 * gdb.cp/shadow.exp
8036 * gdb.cp/smartp.exp
8037 * gdb.cp/static-method.exp
8038 * gdb.cp/static-print-quit.exp
8039 * gdb.cp/temargs.exp
8040 * gdb.cp/templates.exp
8041 * gdb.cp/try_catch.exp
8042 * gdb.cp/typedef-operator.exp
8043 * gdb.cp/typeid.exp
8044 * gdb.cp/userdef.exp
8045 * gdb.cp/using-crash.exp
8046 * gdb.cp/var-tag.exp
8047 * gdb.cp/virtbase.exp
8048 * gdb.cp/virtfunc.exp
8049 * gdb.cp/virtfunc2.exp
8050 * gdb.cp/vla-cxx.exp
8051 * gdb.disasm/t01_mov.exp
8052 * gdb.disasm/t02_mova.exp
8053 * gdb.disasm/t03_add.exp
8054 * gdb.disasm/t04_sub.exp
8055 * gdb.disasm/t05_cmp.exp
8056 * gdb.disasm/t06_ari2.exp
8057 * gdb.disasm/t07_ari3.exp
8058 * gdb.disasm/t08_or.exp
8059 * gdb.disasm/t09_xor.exp
8060 * gdb.disasm/t10_and.exp
8061 * gdb.disasm/t11_logs.exp
8062 * gdb.disasm/t12_bit.exp
8063 * gdb.disasm/t13_otr.exp
8064 * gdb.dlang/circular.exp
8065 * gdb.dwarf2/arr-stride.exp
8066 * gdb.dwarf2/arr-subrange.exp
8067 * gdb.dwarf2/atomic-type.exp
8068 * gdb.dwarf2/bad-regnum.exp
8069 * gdb.dwarf2/bitfield-parent-optimized-out.exp
8070 * gdb.dwarf2/callframecfa.exp
8071 * gdb.dwarf2/clztest.exp
8072 * gdb.dwarf2/corrupt.exp
8073 * gdb.dwarf2/data-loc.exp
8074 * gdb.dwarf2/dup-psym.exp
8075 * gdb.dwarf2/dw2-anon-mptr.exp
8076 * gdb.dwarf2/dw2-anonymous-func.exp
8077 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
8078 * gdb.dwarf2/dw2-bad-unresolved.exp
8079 * gdb.dwarf2/dw2-basic.exp
8080 * gdb.dwarf2/dw2-canonicalize-type.exp
8081 * gdb.dwarf2/dw2-case-insensitive.exp
8082 * gdb.dwarf2/dw2-common-block.exp
8083 * gdb.dwarf2/dw2-compdir-oldgcc.exp
8084 * gdb.dwarf2/dw2-compressed.exp
8085 * gdb.dwarf2/dw2-const.exp
8086 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
8087 * gdb.dwarf2/dw2-cu-size.exp
8088 * gdb.dwarf2/dw2-dup-frame.exp
8089 * gdb.dwarf2/dw2-entry-value.exp
8090 * gdb.dwarf2/dw2-icycle.exp
8091 * gdb.dwarf2/dw2-ifort-parameter.exp
8092 * gdb.dwarf2/dw2-inline-break.exp
8093 * gdb.dwarf2/dw2-inline-param.exp
8094 * gdb.dwarf2/dw2-intercu.exp
8095 * gdb.dwarf2/dw2-intermix.exp
8096 * gdb.dwarf2/dw2-lexical-block-bare.exp
8097 * gdb.dwarf2/dw2-linkage-name-trust.exp
8098 * gdb.dwarf2/dw2-minsym-in-cu.exp
8099 * gdb.dwarf2/dw2-noloc.exp
8100 * gdb.dwarf2/dw2-op-call.exp
8101 * gdb.dwarf2/dw2-op-out-param.exp
8102 * gdb.dwarf2/dw2-opt-structptr.exp
8103 * gdb.dwarf2/dw2-param-error.exp
8104 * gdb.dwarf2/dw2-producer.exp
8105 * gdb.dwarf2/dw2-ranges-base.exp
8106 * gdb.dwarf2/dw2-ref-missing-frame.exp
8107 * gdb.dwarf2/dw2-reg-undefined.exp
8108 * gdb.dwarf2/dw2-regno-invalid.exp
8109 * gdb.dwarf2/dw2-restore.exp
8110 * gdb.dwarf2/dw2-restrict.exp
8111 * gdb.dwarf2/dw2-single-line-discriminators.exp
8112 * gdb.dwarf2/dw2-strp.exp
8113 * gdb.dwarf2/dw2-undefined-ret-addr.exp
8114 * gdb.dwarf2/dw2-unresolved.exp
8115 * gdb.dwarf2/dw2-var-zero-addr.exp
8116 * gdb.dwarf2/dw4-sig-types.exp
8117 * gdb.dwarf2/dwz.exp
8118 * gdb.dwarf2/dynarr-ptr.exp
8119 * gdb.dwarf2/enum-type.exp
8120 * gdb.dwarf2/gdb-index.exp
8121 * gdb.dwarf2/implptr-64bit.exp
8122 * gdb.dwarf2/implptr-optimized-out.exp
8123 * gdb.dwarf2/implptr.exp
8124 * gdb.dwarf2/implref-array.exp
8125 * gdb.dwarf2/implref-const.exp
8126 * gdb.dwarf2/implref-global.exp
8127 * gdb.dwarf2/implref-struct.exp
8128 * gdb.dwarf2/mac-fileno.exp
8129 * gdb.dwarf2/main-subprogram.exp
8130 * gdb.dwarf2/member-ptr-forwardref.exp
8131 * gdb.dwarf2/method-ptr.exp
8132 * gdb.dwarf2/missing-sig-type.exp
8133 * gdb.dwarf2/nonvar-access.exp
8134 * gdb.dwarf2/opaque-type-lookup.exp
8135 * gdb.dwarf2/pieces-optimized-out.exp
8136 * gdb.dwarf2/pieces.exp
8137 * gdb.dwarf2/pr10770.exp
8138 * gdb.dwarf2/pr13961.exp
8139 * gdb.dwarf2/staticvirtual.exp
8140 * gdb.dwarf2/subrange.exp
8141 * gdb.dwarf2/symtab-producer.exp
8142 * gdb.dwarf2/trace-crash.exp
8143 * gdb.dwarf2/typeddwarf.exp
8144 * gdb.dwarf2/valop.exp
8145 * gdb.dwarf2/watch-notconst.exp
8146 * gdb.fortran/array-element.exp
8147 * gdb.fortran/charset.exp
8148 * gdb.fortran/common-block.exp
8149 * gdb.fortran/complex.exp
8150 * gdb.fortran/derived-type-function.exp
8151 * gdb.fortran/derived-type.exp
8152 * gdb.fortran/logical.exp
8153 * gdb.fortran/module.exp
8154 * gdb.fortran/multi-dim.exp
8155 * gdb.fortran/nested-funcs.exp
8156 * gdb.fortran/print-formatted.exp
8157 * gdb.fortran/subarray.exp
8158 * gdb.fortran/vla-alloc-assoc.exp
8159 * gdb.fortran/vla-datatypes.exp
8160 * gdb.fortran/vla-history.exp
8161 * gdb.fortran/vla-ptr-info.exp
8162 * gdb.fortran/vla-ptype-sub.exp
8163 * gdb.fortran/vla-ptype.exp
8164 * gdb.fortran/vla-sizeof.exp
8165 * gdb.fortran/vla-type.exp
8166 * gdb.fortran/vla-value-sub-arbitrary.exp
8167 * gdb.fortran/vla-value-sub-finish.exp
8168 * gdb.fortran/vla-value-sub.exp
8169 * gdb.fortran/vla-value.exp
8170 * gdb.fortran/whatis_type.exp
8171 * gdb.go/chan.exp
8172 * gdb.go/handcall.exp
8173 * gdb.go/hello.exp
8174 * gdb.go/integers.exp
8175 * gdb.go/methods.exp
8176 * gdb.go/package.exp
8177 * gdb.go/strings.exp
8178 * gdb.go/types.exp
8179 * gdb.go/unsafe.exp
8180 * gdb.guile/scm-arch.exp
8181 * gdb.guile/scm-block.exp
8182 * gdb.guile/scm-breakpoint.exp
8183 * gdb.guile/scm-cmd.exp
8184 * gdb.guile/scm-disasm.exp
8185 * gdb.guile/scm-equal.exp
8186 * gdb.guile/scm-frame-args.exp
8187 * gdb.guile/scm-frame-inline.exp
8188 * gdb.guile/scm-frame.exp
8189 * gdb.guile/scm-iterator.exp
8190 * gdb.guile/scm-math.exp
8191 * gdb.guile/scm-objfile.exp
8192 * gdb.guile/scm-ports.exp
8193 * gdb.guile/scm-symbol.exp
8194 * gdb.guile/scm-symtab.exp
8195 * gdb.guile/scm-value-cc.exp
8196 * gdb.guile/types-module.exp
8197 * gdb.linespec/break-ask.exp
8198 * gdb.linespec/cpexplicit.exp
8199 * gdb.linespec/explicit.exp
8200 * gdb.linespec/keywords.exp
8201 * gdb.linespec/linespec.exp
8202 * gdb.linespec/ls-dollar.exp
8203 * gdb.linespec/ls-errs.exp
8204 * gdb.linespec/skip-two.exp
8205 * gdb.linespec/thread.exp
8206 * gdb.mi/mi-async.exp
8207 * gdb.mi/mi-basics.exp
8208 * gdb.mi/mi-break.exp
8209 * gdb.mi/mi-catch-load.exp
8210 * gdb.mi/mi-cli.exp
8211 * gdb.mi/mi-cmd-param-changed.exp
8212 * gdb.mi/mi-console.exp
8213 * gdb.mi/mi-detach.exp
8214 * gdb.mi/mi-disassemble.exp
8215 * gdb.mi/mi-eval.exp
8216 * gdb.mi/mi-file-transfer.exp
8217 * gdb.mi/mi-file.exp
8218 * gdb.mi/mi-fill-memory.exp
8219 * gdb.mi/mi-inheritance-syntax-error.exp
8220 * gdb.mi/mi-linespec-err-cp.exp
8221 * gdb.mi/mi-logging.exp
8222 * gdb.mi/mi-memory-changed.exp
8223 * gdb.mi/mi-read-memory.exp
8224 * gdb.mi/mi-record-changed.exp
8225 * gdb.mi/mi-reg-undefined.exp
8226 * gdb.mi/mi-regs.exp
8227 * gdb.mi/mi-return.exp
8228 * gdb.mi/mi-reverse.exp
8229 * gdb.mi/mi-simplerun.exp
8230 * gdb.mi/mi-solib.exp
8231 * gdb.mi/mi-stack.exp
8232 * gdb.mi/mi-stepi.exp
8233 * gdb.mi/mi-syn-frame.exp
8234 * gdb.mi/mi-until.exp
8235 * gdb.mi/mi-var-block.exp
8236 * gdb.mi/mi-var-child.exp
8237 * gdb.mi/mi-var-cmd.exp
8238 * gdb.mi/mi-var-cp.exp
8239 * gdb.mi/mi-var-display.exp
8240 * gdb.mi/mi-var-invalidate.exp
8241 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
8242 * gdb.mi/mi-vla-fortran.exp
8243 * gdb.mi/mi-watch.exp
8244 * gdb.mi/mi2-var-child.exp
8245 * gdb.mi/user-selected-context-sync.exp
8246 * gdb.modula2/unbounded-array.exp
8247 * gdb.multi/dummy-frame-restore.exp
8248 * gdb.multi/multi-arch-exec.exp
8249 * gdb.multi/multi-arch.exp
8250 * gdb.multi/tids.exp
8251 * gdb.multi/watchpoint-multi.exp
8252 * gdb.opencl/callfuncs.exp
8253 * gdb.opencl/convs_casts.exp
8254 * gdb.opencl/datatypes.exp
8255 * gdb.opencl/operators.exp
8256 * gdb.opencl/vec_comps.exp
8257 * gdb.opt/clobbered-registers-O2.exp
8258 * gdb.opt/inline-break.exp
8259 * gdb.opt/inline-bt.exp
8260 * gdb.opt/inline-cmds.exp
8261 * gdb.opt/inline-locals.exp
8262 * gdb.pascal/case-insensitive-symbols.exp
8263 * gdb.pascal/floats.exp
8264 * gdb.pascal/gdb11492.exp
8265 * gdb.python/lib-types.exp
8266 * gdb.python/py-arch.exp
8267 * gdb.python/py-as-string.exp
8268 * gdb.python/py-bad-printers.exp
8269 * gdb.python/py-block.exp
8270 * gdb.python/py-breakpoint-create-fail.exp
8271 * gdb.python/py-breakpoint.exp
8272 * gdb.python/py-caller-is.exp
8273 * gdb.python/py-cmd.exp
8274 * gdb.python/py-explore-cc.exp
8275 * gdb.python/py-explore.exp
8276 * gdb.python/py-finish-breakpoint.exp
8277 * gdb.python/py-finish-breakpoint2.exp
8278 * gdb.python/py-frame-args.exp
8279 * gdb.python/py-frame-inline.exp
8280 * gdb.python/py-frame.exp
8281 * gdb.python/py-framefilter-mi.exp
8282 * gdb.python/py-infthread.exp
8283 * gdb.python/py-lazy-string.exp
8284 * gdb.python/py-linetable.exp
8285 * gdb.python/py-mi-events.exp
8286 * gdb.python/py-mi-objfile.exp
8287 * gdb.python/py-mi.exp
8288 * gdb.python/py-objfile.exp
8289 * gdb.python/py-pp-integral.exp
8290 * gdb.python/py-pp-maint.exp
8291 * gdb.python/py-pp-re-notag.exp
8292 * gdb.python/py-pp-registration.exp
8293 * gdb.python/py-recurse-unwind.exp
8294 * gdb.python/py-strfns.exp
8295 * gdb.python/py-symbol.exp
8296 * gdb.python/py-symtab.exp
8297 * gdb.python/py-sync-interp.exp
8298 * gdb.python/py-typeprint.exp
8299 * gdb.python/py-unwind-maint.exp
8300 * gdb.python/py-unwind.exp
8301 * gdb.python/py-value-cc.exp
8302 * gdb.python/py-xmethods.exp
8303 * gdb.reverse/amd64-tailcall-reverse.exp
8304 * gdb.reverse/break-precsave.exp
8305 * gdb.reverse/break-reverse.exp
8306 * gdb.reverse/consecutive-precsave.exp
8307 * gdb.reverse/consecutive-reverse.exp
8308 * gdb.reverse/finish-precsave.exp
8309 * gdb.reverse/finish-reverse-bkpt.exp
8310 * gdb.reverse/finish-reverse.exp
8311 * gdb.reverse/fstatat-reverse.exp
8312 * gdb.reverse/getresuid-reverse.exp
8313 * gdb.reverse/i386-precsave.exp
8314 * gdb.reverse/i386-reverse.exp
8315 * gdb.reverse/i386-sse-reverse.exp
8316 * gdb.reverse/i387-env-reverse.exp
8317 * gdb.reverse/i387-stack-reverse.exp
8318 * gdb.reverse/insn-reverse.exp
8319 * gdb.reverse/machinestate-precsave.exp
8320 * gdb.reverse/machinestate.exp
8321 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8322 * gdb.reverse/pipe-reverse.exp
8323 * gdb.reverse/readv-reverse.exp
8324 * gdb.reverse/recvmsg-reverse.exp
8325 * gdb.reverse/rerun-prec.exp
8326 * gdb.reverse/s390-mvcle.exp
8327 * gdb.reverse/step-precsave.exp
8328 * gdb.reverse/step-reverse.exp
8329 * gdb.reverse/time-reverse.exp
8330 * gdb.reverse/until-precsave.exp
8331 * gdb.reverse/until-reverse.exp
8332 * gdb.reverse/waitpid-reverse.exp
8333 * gdb.reverse/watch-precsave.exp
8334 * gdb.reverse/watch-reverse.exp
8335 * gdb.rust/generics.exp
8336 * gdb.rust/methods.exp
8337 * gdb.rust/modules.exp
8338 * gdb.rust/simple.exp
8339 * gdb.server/connect-with-no-symbol-file.exp
8340 * gdb.server/ext-attach.exp
8341 * gdb.server/ext-restart.exp
8342 * gdb.server/ext-wrapper.exp
8343 * gdb.server/file-transfer.exp
8344 * gdb.server/server-exec-info.exp
8345 * gdb.server/server-kill.exp
8346 * gdb.server/server-mon.exp
8347 * gdb.server/wrapper.exp
8348 * gdb.stabs/exclfwd.exp
8349 * gdb.stabs/gdb11479.exp
8350 * gdb.threads/clone-new-thread-event.exp
8351 * gdb.threads/corethreads.exp
8352 * gdb.threads/current-lwp-dead.exp
8353 * gdb.threads/dlopen-libpthread.exp
8354 * gdb.threads/gcore-thread.exp
8355 * gdb.threads/sigstep-threads.exp
8356 * gdb.threads/watchpoint-fork.exp
8357 * gdb.trace/actions-changed.exp
8358 * gdb.trace/backtrace.exp
8359 * gdb.trace/change-loc.exp
8360 * gdb.trace/circ.exp
8361 * gdb.trace/collection.exp
8362 * gdb.trace/disconnected-tracing.exp
8363 * gdb.trace/ftrace.exp
8364 * gdb.trace/mi-trace-frame-collected.exp
8365 * gdb.trace/mi-trace-unavailable.exp
8366 * gdb.trace/mi-traceframe-changed.exp
8367 * gdb.trace/mi-tsv-changed.exp
8368 * gdb.trace/no-attach-trace.exp
8369 * gdb.trace/passc-dyn.exp
8370 * gdb.trace/qtro.exp
8371 * gdb.trace/range-stepping.exp
8372 * gdb.trace/read-memory.exp
8373 * gdb.trace/save-trace.exp
8374 * gdb.trace/signal.exp
8375 * gdb.trace/status-stop.exp
8376 * gdb.trace/tfile.exp
8377 * gdb.trace/trace-break.exp
8378 * gdb.trace/trace-buffer-size.exp
8379 * gdb.trace/trace-condition.exp
8380 * gdb.trace/tracefile-pseudo-reg.exp
8381 * gdb.trace/tstatus.exp
8382 * gdb.trace/unavailable.exp
8383 * gdb.trace/while-dyn.exp
8384 * gdb.trace/while-stepping.exp
8385
83862016-12-22 Doug Evans <xdje42@gmail.com>
8387
8388 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
8389 and msymbols.
8390
83912016-12-19 Yao Qi <yao.qi@linaro.org>
8392
8393 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
8394 (test_with_self): Don't call do_steps_and_nexts, and remove
8395 code about stepping into xmalloc.
8396
83972016-12-09 Yao Qi <yao.qi@linaro.org>
8398
8399 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
8400
84012016-12-09 Yao Qi <yao.qi@linaro.org>
8402
8403 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
8404
84052016-12-09 Pedro Alves <palves@redhat.com>
8406
8407 * gdb.base/all-architectures-0.exp: New file.
8408 * gdb.base/all-architectures-1.exp: New file.
8409 * gdb.base/all-architectures-2.exp: New file.
8410 * gdb.base/all-architectures-3.exp: New file.
8411 * gdb.base/all-architectures-4.exp: New file.
8412 * gdb.base/all-architectures-5.exp: New file.
8413 * gdb.base/all-architectures-6.exp: New file.
8414 * gdb.base/all-architectures-7.exp: New file.
8415 * gdb.base/all-architectures.exp.in: New file.
8416
84172016-12-09 Yao Qi <yao.qi@linaro.org>
8418
8419 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
8420
84212016-12-02 Luis Machado <lgustavo@codesourcery.com>
8422
8423 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
8424 possible.
8425 Remove useless pattern-matching code.
8426
84272016-12-02 Pedro Alves <palves@redhat.com>
8428
8429 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
8430 procedure.
8431 (top level): Call it.
8432
84332016-12-02 Pedro Alves <palves@redhat.com>
8434
8435 * gdb.base/commands.exp (user_defined_command_args_stack_test):
8436 New procedure.
8437 (top level): Call it.
8438
84392016-12-02 Pedro Alves <palves@redhat.com>
8440
8441 PR cli/20559
8442 * gdb.base/commands.exp (user_defined_command_args_eval): New
8443 procedure.
8444 (top level): Call it.
8445
84462016-12-02 Luis Machado <lgustavo@codesourcery.com>
8447
8448 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
8449 timeout handling.
8450
84512016-12-02 Tom Tromey <tom@tromey.com>
8452
8453 * gdb.dwarf2/main-subprogram.c: New file.
8454 * gdb.dwarf2/main-subprogram.exp: New file.
8455
84562016-12-01 Luis Machado <lgustavo@codesourcery.com>
8457
8458 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
8459 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
8460 gdb_test_no_output for a couple of cases.
8461 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
8462
84632016-12-01 Luis Machado <lgustavo@codesourcery.com>
8464
8465 Fix test names and standardize compilation error messages throughout
8466 the following files:
8467
8468 * gdb.ada/start.exp
8469 * gdb.arch/alpha-step.exp
8470 * gdb.arch/e500-prologue.exp
8471 * gdb.arch/ftrace-insn-reloc.exp
8472 * gdb.arch/gdb1291.exp
8473 * gdb.arch/gdb1431.exp
8474 * gdb.arch/gdb1558.exp
8475 * gdb.arch/i386-dr3-watch.exp
8476 * gdb.arch/i386-sse-stack-align.exp
8477 * gdb.arch/ia64-breakpoint-shadow.exp
8478 * gdb.arch/pa-nullify.exp
8479 * gdb.arch/powerpc-aix-prologue.exp
8480 * gdb.arch/thumb-bx-pc.exp
8481 * gdb.base/annota1.exp
8482 * gdb.base/annota3.exp
8483 * gdb.base/arrayidx.exp
8484 * gdb.base/assign.exp
8485 * gdb.base/attach.exp
8486 * gdb.base/auxv.exp
8487 * gdb.base/bang.exp
8488 * gdb.base/bfp-test.exp
8489 * gdb.base/bigcore.exp
8490 * gdb.base/bitfields2.exp
8491 * gdb.base/break-fun-addr.exp
8492 * gdb.base/break-probes.exp
8493 * gdb.base/call-rt-st.exp
8494 * gdb.base/callexit.exp
8495 * gdb.base/catch-fork-kill.exp
8496 * gdb.base/charset.exp
8497 * gdb.base/checkpoint.exp
8498 * gdb.base/comprdebug.exp
8499 * gdb.base/constvars.exp
8500 * gdb.base/coredump-filter.exp
8501 * gdb.base/cursal.exp
8502 * gdb.base/cvexpr.exp
8503 * gdb.base/detach.exp
8504 * gdb.base/display.exp
8505 * gdb.base/dmsym.exp
8506 * gdb.base/dprintf-pending.exp
8507 * gdb.base/dso2dso.exp
8508 * gdb.base/dtrace-probe.exp
8509 * gdb.base/dump.exp
8510 * gdb.base/enum_cond.exp
8511 * gdb.base/exe-lock.exp
8512 * gdb.base/exec-invalid-sysroot.exp
8513 * gdb.base/execl-update-breakpoints.exp
8514 * gdb.base/exprs.exp
8515 * gdb.base/fileio.exp
8516 * gdb.base/find.exp
8517 * gdb.base/finish.exp
8518 * gdb.base/fixsection.exp
8519 * gdb.base/foll-vfork.exp
8520 * gdb.base/frame-args.exp
8521 * gdb.base/gcore.exp
8522 * gdb.base/gdb1250.exp
8523 * gdb.base/global-var-nested-by-dso.exp
8524 * gdb.base/gnu-ifunc.exp
8525 * gdb.base/hashline1.exp
8526 * gdb.base/hashline2.exp
8527 * gdb.base/hashline3.exp
8528 * gdb.base/hbreak-in-shr-unsupported.exp
8529 * gdb.base/huge.exp
8530 * gdb.base/infcall-input.exp
8531 * gdb.base/info-fun.exp
8532 * gdb.base/info-shared.exp
8533 * gdb.base/jit-simple.exp
8534 * gdb.base/jit-so.exp
8535 * gdb.base/jit.exp
8536 * gdb.base/jump.exp
8537 * gdb.base/label.exp
8538 * gdb.base/lineinc.exp
8539 * gdb.base/logical.exp
8540 * gdb.base/longjmp.exp
8541 * gdb.base/macscp.exp
8542 * gdb.base/miscexprs.exp
8543 * gdb.base/new-ui-echo.exp
8544 * gdb.base/new-ui-pending-input.exp
8545 * gdb.base/new-ui.exp
8546 * gdb.base/nodebug.exp
8547 * gdb.base/nofield.exp
8548 * gdb.base/offsets.exp
8549 * gdb.base/overlays.exp
8550 * gdb.base/pending.exp
8551 * gdb.base/pointers.exp
8552 * gdb.base/pr11022.exp
8553 * gdb.base/printcmds.exp
8554 * gdb.base/prologue.exp
8555 * gdb.base/ptr-typedef.exp
8556 * gdb.base/realname-expand.exp
8557 * gdb.base/relativedebug.exp
8558 * gdb.base/relocate.exp
8559 * gdb.base/remote.exp
8560 * gdb.base/reread.exp
8561 * gdb.base/return2.exp
8562 * gdb.base/savedregs.exp
8563 * gdb.base/sep.exp
8564 * gdb.base/sepdebug.exp
8565 * gdb.base/sepsymtab.exp
8566 * gdb.base/set-inferior-tty.exp
8567 * gdb.base/setshow.exp
8568 * gdb.base/shlib-call.exp
8569 * gdb.base/sigaltstack.exp
8570 * gdb.base/siginfo-addr.exp
8571 * gdb.base/signals.exp
8572 * gdb.base/signull.exp
8573 * gdb.base/sigrepeat.exp
8574 * gdb.base/so-impl-ld.exp
8575 * gdb.base/solib-display.exp
8576 * gdb.base/solib-overlap.exp
8577 * gdb.base/solib-search.exp
8578 * gdb.base/solib-symbol.exp
8579 * gdb.base/structs.exp
8580 * gdb.base/structs2.exp
8581 * gdb.base/symtab-search-order.exp
8582 * gdb.base/twice.exp
8583 * gdb.base/unload.exp
8584 * gdb.base/varargs.exp
8585 * gdb.base/watchpoint-solib.exp
8586 * gdb.base/watchpoint.exp
8587 * gdb.base/whatis.exp
8588 * gdb.base/wrong_frame_bt_full.exp
8589 * gdb.btrace/dlopen.exp
8590 * gdb.cell/ea-standalone.exp
8591 * gdb.cell/ea-test.exp
8592 * gdb.cp/dispcxx.exp
8593 * gdb.cp/gdb2384.exp
8594 * gdb.cp/method2.exp
8595 * gdb.cp/nextoverthrow.exp
8596 * gdb.cp/pr10728.exp
8597 * gdb.disasm/am33.exp
8598 * gdb.disasm/h8300s.exp
8599 * gdb.disasm/mn10300.exp
8600 * gdb.disasm/sh3.exp
8601 * gdb.dwarf2/dw2-dir-file-name.exp
8602 * gdb.fortran/complex.exp
8603 * gdb.fortran/library-module.exp
8604 * gdb.guile/scm-pretty-print.exp
8605 * gdb.guile/scm-symbol.exp
8606 * gdb.guile/scm-type.exp
8607 * gdb.guile/scm-value.exp
8608 * gdb.linespec/linespec.exp
8609 * gdb.mi/gdb701.exp
8610 * gdb.mi/gdb792.exp
8611 * gdb.mi/mi-breakpoint-changed.exp
8612 * gdb.mi/mi-dprintf-pending.exp
8613 * gdb.mi/mi-dprintf.exp
8614 * gdb.mi/mi-exit-code.exp
8615 * gdb.mi/mi-pending.exp
8616 * gdb.mi/mi-solib.exp
8617 * gdb.mi/new-ui-mi-sync.exp
8618 * gdb.mi/pr11022.exp
8619 * gdb.mi/user-selected-context-sync.exp
8620 * gdb.opt/solib-intra-step.exp
8621 * gdb.python/py-events.exp
8622 * gdb.python/py-finish-breakpoint.exp
8623 * gdb.python/py-mi.exp
8624 * gdb.python/py-prettyprint.exp
8625 * gdb.python/py-shared.exp
8626 * gdb.python/py-symbol.exp
8627 * gdb.python/py-template.exp
8628 * gdb.python/py-type.exp
8629 * gdb.python/py-value.exp
8630 * gdb.reverse/solib-precsave.exp
8631 * gdb.reverse/solib-reverse.exp
8632 * gdb.server/solib-list.exp
8633 * gdb.stabs/weird.exp
8634 * gdb.threads/reconnect-signal.exp
8635 * gdb.threads/stepi-random-signal.exp
8636 * gdb.trace/actions.exp
8637 * gdb.trace/ax.exp
8638 * gdb.trace/backtrace.exp
8639 * gdb.trace/change-loc.exp
8640 * gdb.trace/deltrace.exp
8641 * gdb.trace/ftrace-lock.exp
8642 * gdb.trace/ftrace.exp
8643 * gdb.trace/infotrace.exp
8644 * gdb.trace/mi-tracepoint-changed.exp
8645 * gdb.trace/packetlen.exp
8646 * gdb.trace/passcount.exp
8647 * gdb.trace/pending.exp
8648 * gdb.trace/range-stepping.exp
8649 * gdb.trace/report.exp
8650 * gdb.trace/stap-trace.exp
8651 * gdb.trace/tfind.exp
8652 * gdb.trace/trace-break.exp
8653 * gdb.trace/trace-condition.exp
8654 * gdb.trace/trace-enable-disable.exp
8655 * gdb.trace/trace-mt.exp
8656 * gdb.trace/tracecmd.exp
8657 * gdb.trace/tspeed.exp
8658 * gdb.trace/tsv.exp
8659 * lib/perftest.exp
8660
86612016-12-01 Luis Machado <lgustavo@codesourcery.com>
8662
8663 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
8664 with gdb_test_no_output.
8665 Use command as test name.
8666
86672016-12-01 Luis Machado <lgustavo@codesourcery.com>
8668
8669 Fix test names starting with uppercase throughout the files.
8670
8671 * gdb.ada/assign_1.exp
8672 * gdb.ada/boolean_expr.exp
8673 * gdb.base/arrayidx.exp
8674 * gdb.base/del.exp
8675 * gdb.base/gcore-buffer-overflow.exp
8676 * gdb.base/testenv.exp
8677 * gdb.compile/compile.exp
8678 * gdb.python/py-framefilter-invalidarg.exp
8679 * gdb.python/py-framefilter.exp
8680
86812016-12-01 Luis Machado <lgustavo@codesourcery.com>
8682
8683 Fix test names starting with uppercase throughout the files.
8684
8685 * gdb.ada/array_return.exp
8686 * gdb.ada/expr_delims.exp
8687 * gdb.ada/mi_dyn_arr.exp
8688 * gdb.ada/mi_interface.exp
8689 * gdb.ada/mi_var_array.exp
8690 * gdb.ada/watch_arg.exp
8691 * gdb.arch/alpha-step.exp
8692 * gdb.arch/altivec-regs.exp
8693 * gdb.arch/e500-regs.exp
8694 * gdb.arch/powerpc-d128-regs.exp
8695 * gdb.base/arrayidx.exp
8696 * gdb.base/break.exp
8697 * gdb.base/checkpoint.exp
8698 * gdb.base/debug-expr.exp
8699 * gdb.base/dmsym.exp
8700 * gdb.base/radix.exp
8701 * gdb.base/sepdebug.exp
8702 * gdb.base/testenv.exp
8703 * gdb.base/watch_thread_num.exp
8704 * gdb.base/watchpoint-cond-gone.exp
8705 * gdb.cell/break.exp
8706 * gdb.cell/ea-cache.exp
8707 * gdb.compile/compile.exp
8708 * gdb.cp/gdb2495.exp
8709 * gdb.gdb/selftest.exp
8710 * gdb.gdb/xfullpath.exp
8711 * gdb.go/hello.exp
8712 * gdb.go/integers.exp
8713 * gdb.objc/basicclass.exp
8714 * gdb.pascal/hello.exp
8715 * gdb.pascal/integers.exp
8716 * gdb.python/py-breakpoint.exp
8717 * gdb.python/py-cmd.exp
8718 * gdb.python/py-linetable.exp
8719 * gdb.python/py-xmethods.exp
8720 * gdb.python/python.exp
8721 * gdb.reverse/consecutive-precsave.exp
8722 * gdb.reverse/finish-precsave.exp
8723 * gdb.reverse/i386-precsave.exp
8724 * gdb.reverse/machinestate-precsave.exp
8725 * gdb.reverse/sigall-precsave.exp
8726 * gdb.reverse/solib-precsave.exp
8727 * gdb.reverse/step-precsave.exp
8728 * gdb.reverse/until-precsave.exp
8729 * gdb.reverse/watch-precsave.exp
8730 * gdb.threads/leader-exit.exp
8731 * gdb.threads/pthreads.exp
8732 * gdb.threads/wp-replication.exp
8733 * gdb.trace/actions.exp
8734 * gdb.trace/mi-tsv-changed.exp
8735 * gdb.trace/tsv.exp
8736
87372016-12-01 Luis Machado <lgustavo@codesourcery.com>
8738
8739 Fix test names starting with uppercase throughout the files.
8740
8741 * gdb.arch/i386-bp_permanent.exp
8742 * gdb.arch/i386-gnu-cfi.exp
8743 * gdb.base/disasm-end-cu.exp
8744 * gdb.base/macscp.exp
8745 * gdb.base/pending.exp
8746 * gdb.base/watch_thread_num.exp
8747 * gdb.cp/exception.exp
8748 * gdb.cp/gdb2495.exp
8749 * gdb.cp/local.exp
8750 * gdb.python/py-evsignal.exp
8751 * gdb.python/python.exp
8752 * gdb.trace/tracecmd.exp
8753
87542016-12-01 Luis Machado <lgustavo@codesourcery.com>
8755
8756 Fix test names starting with uppercase throughout the files.
8757
8758 * gdb.base/charset.exp
8759 * gdb.base/eval.exp
8760 * gdb.base/multi-forks.exp
8761 * gdb.guile/scm-progspace.exp
8762 * gdb.opencl/datatypes.exp
8763 * gdb.python/py-block.exp
8764 * gdb.python/py-function.exp
8765 * gdb.python/py-symbol.exp
8766 * gdb.python/py-symtab.exp
8767 * gdb.python/py-xmethods.exp
8768 * gdb.reverse/break-precsave.exp
8769 * gdb.reverse/break-reverse.exp
8770 * gdb.reverse/consecutive-precsave.exp
8771 * gdb.reverse/consecutive-reverse.exp
8772 * gdb.reverse/finish-precsave.exp
8773 * gdb.reverse/finish-reverse-bkpt.exp
8774 * gdb.reverse/finish-reverse.exp
8775 * gdb.reverse/fstatat-reverse.exp
8776 * gdb.reverse/getresuid-reverse.exp
8777 * gdb.reverse/i386-precsave.exp
8778 * gdb.reverse/i386-reverse.exp
8779 * gdb.reverse/i386-sse-reverse.exp
8780 * gdb.reverse/i387-stack-reverse.exp
8781 * gdb.reverse/insn-reverse.exp
8782 * gdb.reverse/machinestate-precsave.exp
8783 * gdb.reverse/machinestate.exp
8784 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8785 * gdb.reverse/pipe-reverse.exp
8786 * gdb.reverse/readv-reverse.exp
8787 * gdb.reverse/recvmsg-reverse.exp
8788 * gdb.reverse/rerun-prec.exp
8789 * gdb.reverse/s390-mvcle.exp
8790 * gdb.reverse/sigall-precsave.exp
8791 * gdb.reverse/sigall-reverse.exp
8792 * gdb.reverse/solib-precsave.exp
8793 * gdb.reverse/solib-reverse.exp
8794 * gdb.reverse/step-precsave.exp
8795 * gdb.reverse/step-reverse.exp
8796 * gdb.reverse/time-reverse.exp
8797 * gdb.reverse/until-precsave.exp
8798 * gdb.reverse/until-reverse.exp
8799 * gdb.reverse/waitpid-reverse.exp
8800 * gdb.reverse/watch-precsave.exp
8801 * gdb.reverse/watch-reverse.exp
8802
88032016-12-01 Luis Machado <lgustavo@codesourcery.com>
8804
8805 Fix test names starting with uppercase throughout the files.
8806
8807 * gdb.arch/i386-mpx-simple_segv.exp
8808 * gdb.arch/i386-mpx.exp
8809 * gdb.arch/i386-permbkpt.exp
8810 * gdb.arch/pa-nullify.exp
8811 * gdb.arch/powerpc-d128-regs.exp
8812 * gdb.arch/vsx-regs.exp
8813 * gdb.base/bfp-test.exp
8814 * gdb.base/break.exp
8815 * gdb.base/breakpoint-shadow.exp
8816 * gdb.base/callfuncs.exp
8817 * gdb.base/charset.exp
8818 * gdb.base/commands.exp
8819 * gdb.base/completion.exp
8820 * gdb.base/dfp-test.exp
8821 * gdb.base/echo.exp
8822 * gdb.base/ending-run.exp
8823 * gdb.base/eval.exp
8824 * gdb.base/expand-psymtabs.exp
8825 * gdb.base/float128.exp
8826 * gdb.base/floatn.exp
8827 * gdb.base/foll-exec-mode.exp
8828 * gdb.base/gdb1056.exp
8829 * gdb.base/gdb11531.exp
8830 * gdb.base/kill-after-signal.exp
8831 * gdb.base/multi-forks.exp
8832 * gdb.base/overlays.exp
8833 * gdb.base/pending.exp
8834 * gdb.base/sepdebug.exp
8835 * gdb.base/testenv.exp
8836 * gdb.base/valgrind-db-attach.exp
8837 * gdb.base/watch_thread_num.exp
8838 * gdb.base/watchpoint-cond-gone.exp
8839 * gdb.base/watchpoint.exp
8840 * gdb.base/watchpoints.exp
8841 * gdb.cp/arg-reference.exp
8842 * gdb.cp/baseenum.exp
8843 * gdb.cp/operator.exp
8844 * gdb.cp/shadow.exp
8845 * gdb.dwarf2/dw2-op-out-param.exp
8846 * gdb.dwarf2/dw2-reg-undefined.exp
8847 * gdb.go/chan.exp
8848 * gdb.go/hello.exp
8849 * gdb.go/integers.exp
8850 * gdb.go/methods.exp
8851 * gdb.go/package.exp
8852 * gdb.guile/scm-parameter.exp
8853 * gdb.guile/scm-progspace.exp
8854 * gdb.guile/scm-value.exp
8855 * gdb.mi/mi-pending.exp
8856 * gdb.mi/user-selected-context-sync.exp
8857 * gdb.multi/multi-attach.exp
8858 * gdb.multi/tids.exp
8859 * gdb.opt/clobbered-registers-O2.exp
8860 * gdb.pascal/floats.exp
8861 * gdb.pascal/integers.exp
8862 * gdb.python/py-block.exp
8863 * gdb.python/py-events.exp
8864 * gdb.python/py-parameter.exp
8865 * gdb.python/py-symbol.exp
8866 * gdb.python/py-symtab.exp
8867 * gdb.python/py-type.exp
8868 * gdb.python/py-value.exp
8869 * gdb.python/py-xmethods.exp
8870 * gdb.python/python.exp
8871 * gdb.reverse/break-precsave.exp
8872 * gdb.reverse/consecutive-precsave.exp
8873 * gdb.reverse/finish-precsave.exp
8874 * gdb.reverse/i386-precsave.exp
8875 * gdb.reverse/machinestate-precsave.exp
8876 * gdb.reverse/sigall-precsave.exp
8877 * gdb.reverse/solib-precsave.exp
8878 * gdb.reverse/step-precsave.exp
8879 * gdb.reverse/until-precsave.exp
8880 * gdb.reverse/watch-precsave.exp
8881 * gdb.server/ext-attach.exp
8882 * gdb.server/ext-restart.exp
8883 * gdb.server/ext-run.exp
8884 * gdb.server/ext-wrapper.exp
8885 * gdb.stabs/gdb11479.exp
8886 * gdb.stabs/weird.exp
8887 * gdb.threads/attach-many-short-lived-threads.exp
8888 * gdb.threads/kill.exp
8889 * gdb.threads/watchpoint-fork.exp
8890
88912016-12-01 Luis Machado <lgustavo@codesourcery.com>
8892
8893 Fix test names starting with uppercase throughout all the files below.
8894
8895 * gdb.ada/array_return.exp
8896 * gdb.ada/catch_ex.exp
8897 * gdb.ada/info_exc.exp
8898 * gdb.ada/mi_catch_ex.exp
8899 * gdb.ada/mi_dyn_arr.exp
8900 * gdb.ada/mi_ex_cond.exp
8901 * gdb.ada/mi_exc_info.exp
8902 * gdb.ada/mi_interface.exp
8903 * gdb.ada/mi_task_arg.exp
8904 * gdb.ada/mi_task_info.exp
8905 * gdb.ada/mi_var_array.exp
8906 * gdb.arch/alpha-step.exp
8907 * gdb.arch/amd64-disp-step.exp
8908 * gdb.arch/arm-disp-step.exp
8909 * gdb.arch/disp-step-insn-reloc.exp
8910 * gdb.arch/e500-prologue.exp
8911 * gdb.arch/ftrace-insn-reloc.exp
8912 * gdb.arch/gdb1558.exp
8913 * gdb.arch/i386-bp_permanent.exp
8914 * gdb.arch/i386-disp-step.exp
8915 * gdb.arch/i386-float.exp
8916 * gdb.arch/i386-gnu-cfi.exp
8917 * gdb.arch/ia64-breakpoint-shadow.exp
8918 * gdb.arch/mips16-thunks.exp
8919 * gdb.arch/pa-nullify.exp
8920 * gdb.arch/powerpc-aix-prologue.exp
8921 * gdb.arch/powerpc-power.exp
8922 * gdb.arch/ppc-dfp.exp
8923 * gdb.arch/s390-tdbregs.exp
8924 * gdb.arch/spu-info.exp
8925 * gdb.arch/spu-ls.exp
8926 * gdb.arch/thumb-bx-pc.exp
8927 * gdb.base/advance.exp
8928 * gdb.base/annota-input-while-running.exp
8929 * gdb.base/arrayidx.exp
8930 * gdb.base/asmlabel.exp
8931 * gdb.base/async.exp
8932 * gdb.base/attach-wait-input.exp
8933 * gdb.base/auto-connect-native-target.exp
8934 * gdb.base/batch-preserve-term-settings.exp
8935 * gdb.base/bfp-test.exp
8936 * gdb.base/bigcore.exp
8937 * gdb.base/bp-permanent.exp
8938 * gdb.base/break-always.exp
8939 * gdb.base/break-fun-addr.exp
8940 * gdb.base/break-idempotent.exp
8941 * gdb.base/break-main-file-remove-fail.exp
8942 * gdb.base/break-probes.exp
8943 * gdb.base/break-unload-file.exp
8944 * gdb.base/break.exp
8945 * gdb.base/call-ar-st.exp
8946 * gdb.base/call-rt-st.exp
8947 * gdb.base/call-sc.exp
8948 * gdb.base/call-signal-resume.exp
8949 * gdb.base/call-strs.exp
8950 * gdb.base/callexit.exp
8951 * gdb.base/callfuncs.exp
8952 * gdb.base/catch-gdb-caused-signals.exp
8953 * gdb.base/catch-signal-siginfo-cond.exp
8954 * gdb.base/catch-syscall.exp
8955 * gdb.base/compare-sections.exp
8956 * gdb.base/cond-eval-mode.exp
8957 * gdb.base/condbreak-call-false.exp
8958 * gdb.base/consecutive-step-over.exp
8959 * gdb.base/cursal.exp
8960 * gdb.base/disabled-location.exp
8961 * gdb.base/disasm-end-cu.exp
8962 * gdb.base/display.exp
8963 * gdb.base/double-prompt-target-event-error.exp
8964 * gdb.base/dprintf-bp-same-addr.exp
8965 * gdb.base/dprintf-detach.exp
8966 * gdb.base/dprintf-next.exp
8967 * gdb.base/dprintf-non-stop.exp
8968 * gdb.base/dprintf-pending.exp
8969 * gdb.base/dso2dso.exp
8970 * gdb.base/ending-run.exp
8971 * gdb.base/enum_cond.exp
8972 * gdb.base/examine-backward.exp
8973 * gdb.base/exe-lock.exp
8974 * gdb.base/exec-invalid-sysroot.exp
8975 * gdb.base/execl-update-breakpoints.exp
8976 * gdb.base/execution-termios.exp
8977 * gdb.base/fileio.exp
8978 * gdb.base/fixsection.exp
8979 * gdb.base/foll-exec-mode.exp
8980 * gdb.base/foll-exec.exp
8981 * gdb.base/fork-running-state.exp
8982 * gdb.base/frame-args.exp
8983 * gdb.base/fullpath-expand.exp
8984 * gdb.base/func-ptr.exp
8985 * gdb.base/gcore-relro-pie.exp
8986 * gdb.base/gdb1090.exp
8987 * gdb.base/gdb1555.exp
8988 * gdb.base/global-var-nested-by-dso.exp
8989 * gdb.base/gnu-ifunc.exp
8990 * gdb.base/hbreak-in-shr-unsupported.exp
8991 * gdb.base/hbreak-unmapped.exp
8992 * gdb.base/hook-stop.exp
8993 * gdb.base/infcall-input.exp
8994 * gdb.base/info-fun.exp
8995 * gdb.base/info-shared.exp
8996 * gdb.base/interrupt-noterm.exp
8997 * gdb.base/jit-so.exp
8998 * gdb.base/jit.exp
8999 * gdb.base/line-symtabs.exp
9000 * gdb.base/list.exp
9001 * gdb.base/longjmp.exp
9002 * gdb.base/macscp.exp
9003 * gdb.base/max-value-size.exp
9004 * gdb.base/nodebug.exp
9005 * gdb.base/nofield.exp
9006 * gdb.base/overlays.exp
9007 * gdb.base/paginate-after-ctrl-c-running.exp
9008 * gdb.base/paginate-bg-execution.exp
9009 * gdb.base/paginate-inferior-exit.exp
9010 * gdb.base/pending.exp
9011 * gdb.base/pr11022.exp
9012 * gdb.base/printcmds.exp
9013 * gdb.base/ptr-typedef.exp
9014 * gdb.base/ptype.exp
9015 * gdb.base/randomize.exp
9016 * gdb.base/range-stepping.exp
9017 * gdb.base/realname-expand.exp
9018 * gdb.base/relativedebug.exp
9019 * gdb.base/remote.exp
9020 * gdb.base/savedregs.exp
9021 * gdb.base/sepdebug.exp
9022 * gdb.base/set-noassign.exp
9023 * gdb.base/shlib-call.exp
9024 * gdb.base/shreloc.exp
9025 * gdb.base/sigaltstack.exp
9026 * gdb.base/sigbpt.exp
9027 * gdb.base/siginfo-addr.exp
9028 * gdb.base/siginfo-obj.exp
9029 * gdb.base/siginfo-thread.exp
9030 * gdb.base/signest.exp
9031 * gdb.base/signull.exp
9032 * gdb.base/sigrepeat.exp
9033 * gdb.base/skip.exp
9034 * gdb.base/so-impl-ld.exp
9035 * gdb.base/solib-corrupted.exp
9036 * gdb.base/solib-disc.exp
9037 * gdb.base/solib-display.exp
9038 * gdb.base/solib-overlap.exp
9039 * gdb.base/solib-search.exp
9040 * gdb.base/solib-symbol.exp
9041 * gdb.base/source-execution.exp
9042 * gdb.base/sss-bp-on-user-bp-2.exp
9043 * gdb.base/sss-bp-on-user-bp.exp
9044 * gdb.base/stack-checking.exp
9045 * gdb.base/stale-infcall.exp
9046 * gdb.base/step-break.exp
9047 * gdb.base/step-line.exp
9048 * gdb.base/step-over-exit.exp
9049 * gdb.base/step-test.exp
9050 * gdb.base/structs.exp
9051 * gdb.base/sym-file.exp
9052 * gdb.base/symtab-search-order.exp
9053 * gdb.base/term.exp
9054 * gdb.base/type-opaque.exp
9055 * gdb.base/unload.exp
9056 * gdb.base/until-nodebug.exp
9057 * gdb.base/until.exp
9058 * gdb.base/unwindonsignal.exp
9059 * gdb.base/watch-cond.exp
9060 * gdb.base/watch-non-mem.exp
9061 * gdb.base/watch_thread_num.exp
9062 * gdb.base/watchpoint-reuse-slot.exp
9063 * gdb.base/watchpoint-solib.exp
9064 * gdb.base/watchpoint.exp
9065 * gdb.btrace/dlopen.exp
9066 * gdb.cell/arch.exp
9067 * gdb.cell/break.exp
9068 * gdb.cell/bt.exp
9069 * gdb.cell/core.exp
9070 * gdb.cell/data.exp
9071 * gdb.cell/dwarfaddr.exp
9072 * gdb.cell/ea-cache.exp
9073 * gdb.cell/ea-standalone.exp
9074 * gdb.cell/ea-test.exp
9075 * gdb.cell/f-regs.exp
9076 * gdb.cell/fork.exp
9077 * gdb.cell/gcore.exp
9078 * gdb.cell/mem-access.exp
9079 * gdb.cell/ptype.exp
9080 * gdb.cell/registers.exp
9081 * gdb.cell/sizeof.exp
9082 * gdb.cell/solib-symbol.exp
9083 * gdb.cell/solib.exp
9084 * gdb.compile/compile-tls.exp
9085 * gdb.cp/exception.exp
9086 * gdb.cp/gdb2495.exp
9087 * gdb.cp/local.exp
9088 * gdb.cp/mb-inline.exp
9089 * gdb.cp/mb-templates.exp
9090 * gdb.cp/pr10687.exp
9091 * gdb.cp/pr9167.exp
9092 * gdb.cp/scope-err.exp
9093 * gdb.cp/templates.exp
9094 * gdb.cp/virtfunc.exp
9095 * gdb.dwarf2/dw2-dir-file-name.exp
9096 * gdb.dwarf2/dw2-single-line-discriminators.exp
9097 * gdb.fortran/complex.exp
9098 * gdb.fortran/library-module.exp
9099 * gdb.guile/guile.exp
9100 * gdb.guile/scm-cmd.exp
9101 * gdb.guile/scm-frame-inline.exp
9102 * gdb.guile/scm-objfile.exp
9103 * gdb.guile/scm-pretty-print.exp
9104 * gdb.guile/scm-symbol.exp
9105 * gdb.guile/scm-type.exp
9106 * gdb.guile/scm-value.exp
9107 * gdb.linespec/keywords.exp
9108 * gdb.linespec/ls-errs.exp
9109 * gdb.linespec/macro-relative.exp
9110 * gdb.linespec/thread.exp
9111 * gdb.mi/mi-breakpoint-changed.exp
9112 * gdb.mi/mi-dprintf-pending.exp
9113 * gdb.mi/mi-fullname-deleted.exp
9114 * gdb.mi/mi-logging.exp
9115 * gdb.mi/mi-pending.exp
9116 * gdb.mi/mi-solib.exp
9117 * gdb.mi/new-ui-mi-sync.exp
9118 * gdb.mi/user-selected-context-sync.exp
9119 * gdb.multi/dummy-frame-restore.exp
9120 * gdb.multi/multi-arch-exec.exp
9121 * gdb.multi/remove-inferiors.exp
9122 * gdb.multi/watchpoint-multi-exit.exp
9123 * gdb.opt/solib-intra-step.exp
9124 * gdb.perf/backtrace.exp
9125 * gdb.perf/single-step.exp
9126 * gdb.perf/skip-command.exp
9127 * gdb.perf/skip-prologue.exp
9128 * gdb.perf/solib.exp
9129 * gdb.python/lib-types.exp
9130 * gdb.python/py-as-string.exp
9131 * gdb.python/py-bad-printers.exp
9132 * gdb.python/py-block.exp
9133 * gdb.python/py-breakpoint.exp
9134 * gdb.python/py-cmd.exp
9135 * gdb.python/py-events.exp
9136 * gdb.python/py-evthreads.exp
9137 * gdb.python/py-finish-breakpoint.exp
9138 * gdb.python/py-finish-breakpoint2.exp
9139 * gdb.python/py-frame-inline.exp
9140 * gdb.python/py-frame.exp
9141 * gdb.python/py-inferior.exp
9142 * gdb.python/py-infthread.exp
9143 * gdb.python/py-mi.exp
9144 * gdb.python/py-objfile.exp
9145 * gdb.python/py-pp-maint.exp
9146 * gdb.python/py-pp-registration.exp
9147 * gdb.python/py-prettyprint.exp
9148 * gdb.python/py-recurse-unwind.exp
9149 * gdb.python/py-shared.exp
9150 * gdb.python/py-symbol.exp
9151 * gdb.python/py-symtab.exp
9152 * gdb.python/py-template.exp
9153 * gdb.python/py-type.exp
9154 * gdb.python/py-unwind-maint.exp
9155 * gdb.python/py-unwind.exp
9156 * gdb.python/py-value.exp
9157 * gdb.python/python.exp
9158 * gdb.reverse/finish-reverse-bkpt.exp
9159 * gdb.reverse/insn-reverse.exp
9160 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9161 * gdb.reverse/solib-precsave.exp
9162 * gdb.reverse/solib-reverse.exp
9163 * gdb.stabs/gdb11479.exp
9164 * gdb.stabs/weird.exp
9165 * gdb.threads/fork-child-threads.exp
9166 * gdb.threads/fork-plus-threads.exp
9167 * gdb.threads/fork-thread-pending.exp
9168 * gdb.threads/forking-threads-plus-breakpoint.exp
9169 * gdb.threads/hand-call-in-threads.exp
9170 * gdb.threads/interrupted-hand-call.exp
9171 * gdb.threads/linux-dp.exp
9172 * gdb.threads/local-watch-wrong-thread.exp
9173 * gdb.threads/next-while-other-thread-longjmps.exp
9174 * gdb.threads/non-ldr-exit.exp
9175 * gdb.threads/pending-step.exp
9176 * gdb.threads/print-threads.exp
9177 * gdb.threads/process-dies-while-detaching.exp
9178 * gdb.threads/process-dies-while-handling-bp.exp
9179 * gdb.threads/pthreads.exp
9180 * gdb.threads/queue-signal.exp
9181 * gdb.threads/reconnect-signal.exp
9182 * gdb.threads/signal-command-handle-nopass.exp
9183 * gdb.threads/signal-command-multiple-signals-pending.exp
9184 * gdb.threads/signal-delivered-right-thread.exp
9185 * gdb.threads/signal-sigtrap.exp
9186 * gdb.threads/sigthread.exp
9187 * gdb.threads/staticthreads.exp
9188 * gdb.threads/stepi-random-signal.exp
9189 * gdb.threads/thread-unwindonsignal.exp
9190 * gdb.threads/thread_check.exp
9191 * gdb.threads/thread_events.exp
9192 * gdb.threads/tid-reuse.exp
9193 * gdb.threads/tls-nodebug.exp
9194 * gdb.threads/tls-shared.exp
9195 * gdb.threads/tls-so_extern.exp
9196 * gdb.threads/tls.exp
9197 * gdb.threads/wp-replication.exp
9198 * gdb.trace/actions-changed.exp
9199 * gdb.trace/actions.exp
9200 * gdb.trace/backtrace.exp
9201 * gdb.trace/change-loc.exp
9202 * gdb.trace/collection.exp
9203 * gdb.trace/deltrace.exp
9204 * gdb.trace/disconnected-tracing.exp
9205 * gdb.trace/entry-values.exp
9206 * gdb.trace/ftrace-lock.exp
9207 * gdb.trace/ftrace.exp
9208 * gdb.trace/infotrace.exp
9209 * gdb.trace/mi-trace-frame-collected.exp
9210 * gdb.trace/mi-trace-unavailable.exp
9211 * gdb.trace/mi-traceframe-changed.exp
9212 * gdb.trace/mi-tracepoint-changed.exp
9213 * gdb.trace/mi-tsv-changed.exp
9214 * gdb.trace/no-attach-trace.exp
9215 * gdb.trace/packetlen.exp
9216 * gdb.trace/passc-dyn.exp
9217 * gdb.trace/passcount.exp
9218 * gdb.trace/pending.exp
9219 * gdb.trace/pr16508.exp
9220 * gdb.trace/qtro.exp
9221 * gdb.trace/range-stepping.exp
9222 * gdb.trace/read-memory.exp
9223 * gdb.trace/report.exp
9224 * gdb.trace/save-trace.exp
9225 * gdb.trace/signal.exp
9226 * gdb.trace/stap-trace.exp
9227 * gdb.trace/status-stop.exp
9228 * gdb.trace/strace.exp
9229 * gdb.trace/tfile.exp
9230 * gdb.trace/tfind.exp
9231 * gdb.trace/trace-break.exp
9232 * gdb.trace/trace-condition.exp
9233 * gdb.trace/trace-enable-disable.exp
9234 * gdb.trace/trace-mt.exp
9235 * gdb.trace/tracecmd.exp
9236 * gdb.trace/tracefile-pseudo-reg.exp
9237 * gdb.trace/tspeed.exp
9238 * gdb.trace/tstatus.exp
9239 * gdb.trace/tsv.exp
9240 * gdb.trace/unavailable.exp
9241 * gdb.trace/while-dyn.exp
9242 * gdb.trace/while-stepping.exp
9243 * lib/gdb-guile.exp
9244 * lib/gdb.exp
9245 * lib/mi-support.exp
9246 * lib/pascal.exp
9247 * lib/perftest.exp
9248 * lib/prelink-support.exp
9249 * lib/selftest-support.exp
9250
92512016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
9252
9253 * Makefile.in: Include disable-implicit-rules.mk.
9254
92552016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9256
9257 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
9258 non-byte-aligned bit fields.
9259
92602016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9261
9262 PR gdb/12616
9263 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
9264 respects the DW_AT_data_bit_offset attribute.
9265
92662016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
9267
9268 * gdb.base/default.exp: Fix output of "set language".
9269
92702016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
9271
9272 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
9273 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
9274 make.
9275 * configure.ac: Remove checks for the make program.
9276 * configure: Re-generate.
9277
92782016-11-16 Kevin Buettner <kevinb@redhat.com>
9279
9280 * gdb.python/py-recurse-unwind.c (main): Add loop.
9281 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
9282 to read_register() and gdb.parse_and_eval(). Make each code
9283 call a separate case that can be individually tested.
9284 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
9285 proc. Call cont_and_backtrace for each of the code paths that
9286 we want to test in the unwinder.
9287
92882016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
9289
9290 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
9291 the definition of struct S.
9292
92932016-11-11 Catherine Moore <clm@codesourcery.com>
9294
9295 * gdb.base/dump.exp: Identify verilog format dump tests as such.
9296
92972016-11-09 Pedro Alves <palves@redhat.com>
9298
9299 * gdb.base/commands.exp (runto_or_return): New procedure.
9300 (gdbvar_simple_if_test, gdbvar_simple_while_test)
9301 (gdbvar_complex_if_while_test, progvar_simple_if_test)
9302 (progvar_simple_while_test, progvar_complex_if_while_test)
9303 (if_while_breakpoint_command_test)
9304 (infrun_breakpoint_command_test, breakpoint_command_test)
9305 (user_defined_command_test, watchpoint_command_test)
9306 (test_command_prompt_position, redefine_hook_test)
9307 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
9308 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
9309 multi_line_input and multi_line. Remove gdb_expect and
9310 gdb_stop_suppressing_tests uses.
9311 * lib/gdb.exp (valnum_re): New global.
9312 (multi_line_input): New procedure.
9313
93142016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
9315
9316 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
9317 Remove.
9318 (test_setup): Define with proc_with_prefix.
9319 (test_cli_inferior): Likewise.
9320 (test_cli_thread): Likewise.
9321 (test_cli_frame): Likewise.
9322 (test_cli_select_frame): Likewise.
9323 (test_cli_up_down): Likewise.
9324 (test_mi_thread_select): Likewise.
9325 (test_mi_stack_select_frame): Likewise.
9326 (test_cli_in_mi_inferior): Likewise.
9327 (test_cli_in_mi_thread): Likewise.
9328 (test_cli_in_mi_frame): Likewise.
9329 (top level): Do not use with_test_prefix_procname.
9330
93312016-11-09 Pedro Alves <palves@redhat.com>
9332
9333 * gdb.base/commands.exp (gdbvar_simple_if_test)
9334 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
9335 (progvar_simple_if_test, progvar_simple_while_test)
9336 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
9337 (infrun_breakpoint_command_test, breakpoint_command_test)
9338 (user_defined_command_test, watchpoint_command_test)
9339 (test_command_prompt_position, deprecated_command_test)
9340 (bp_deleted_in_command, temporary_breakpoint_commands)
9341 (stray_arg0_test, source_file_with_indented_comment)
9342 (recursive_source_test, if_commands_test)
9343 (error_clears_commands_left, redefine_hook_test)
9344 (redefine_backtrace_test): Use proc_with_prefix.
9345 * lib/gdb.exp (proc_with_prefix): New proc.
9346
93472016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
9348
9349 * gdb.base/tui-layout.c: New file.
9350 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
9351 disassembly window contains very long lines.
9352
93532016-11-08 Tom Tromey <tom@tromey.com>
9354
9355 * gdb.python/py-value.exp (test_value_creation): Make "long" test
9356 depend on Python 2.
9357
93582016-11-08 Tom Tromey <tom@tromey.com>
9359
9360 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
9361 New method.
9362
93632016-10-29 Manish Goregaokar <manish@mozilla.com>
9364
9365 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
9366
93672016-10-27 Manish Goregaokar <manish@mozilla.com>
9368
9369 * gdb.rust/simple.rs: Add test for univariant enums without
9370 discriminants and for encoded struct-like enums.
9371
93722016-10-28 Pedro Alves <palves@redhat.com>
9373
9374 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
9375 gdb_test_multiple, tighten regexps and match symtabs and line
9376 tables incrementally.
9377
93782016-10-28 Luis Machado <lgustavo@codesourcery.com>
9379
9380 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
9381 general.
9382
93832016-10-25 Luis Machado <lgustavo@codesourcery.com>
9384
9385 * gdb.base/exec-invalid-sysroot.exp: New file.
9386
93872016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9388
9389 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
9390
93912016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9392
9393 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
9394
93952016-10-19 Maciej W. Rozycki <macro@imgtec.com>
9396
9397 * gdb.base/killed-outside.exp: Remove $options from a call to
9398 `prepare_for_testing'.
9399
94002016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9401
9402 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
9403 Change test message.
9404
94052016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9406
9407 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
9408 Update comment.
9409
94102016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9411
9412 * gdb.trace/mi-trace-save.exp: New file.
9413
94142016-10-13 Yao Qi <yao.qi@linaro.org>
9415
9416 * gdb.base/code_elim.exp (get_var_address): Remove.
9417 * gdb.base/relocate.exp: Likewise.
9418 * gdb.base/shreloc.exp: Likewise.
9419 * lib/gdb.exp (get_var_address): New.
9420
94212016-10-13 Yao Qi <yao.qi@linaro.org>
9422
9423 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
9424 floating point tests if $skip_float_test is false.
9425
94262016-10-12 Luis Machado <lgustavo@codesourcery.com>
9427
9428 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
9429 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
9430 argc values.
9431 Add 1 to argc so we guarantee distinct initial/modified argc values.
9432
94332016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9434
9435 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
9436
94372016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9438
9439 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
9440 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
9441 * gdb.arch/vsx-regs.exp: Likewise.
9442
94432016-10-07 Yao Qi <yao.qi@linaro.org>
9444
9445 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
9446
94472016-10-07 Markus Metzger <markus.t.metzger@intel.com>
9448
9449 * gdb.python/python.exp: Test decode_line("*0").
9450
94512016-10-06 Doug Evans <dje@google.com>
9452
9453 * gdb.python/py-value.exp (test_value_creation): Add test for large
9454 unsigned 64-bit value.
9455
94562016-10-06 Tom Tromey <tom@tromey.com>
9457
9458 * gdb.compile/compile.exp: Change java tests to rust.
9459 * gdb.base/setshow.exp: Change java tests to rust.
9460 * gdb.base/default.exp: Remove java from language list.
9461 * README (Examples): Update language example.
9462 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
9463 test.
9464 * lib/gdb.exp (skip_java_tests): Remove.
9465 * lib/java.exp: Remove.
9466 * gdb.java: Remove.
9467
94682016-10-06 Maciej W. Rozycki <macro@imgtec.com>
9469
9470 * gdb.arch/mips-fcr.exp: New test.
9471 * gdb.arch/mips-fcr.c: Source for the new test.
9472
94732016-10-06 Maciej W. Rozycki <macro@imgtec.com>
9474
9475 * gdb.base/solib-disc.exp: Use `standard_output_file'
9476 throughout.
9477
94782016-10-06 Pedro Alves <palves@redhat.com>
9479
9480 * gdb.base/jit-simple-dl.c: New file.
9481 * gdb.base/jit-simple-jit.c: New file, factored out from ...
9482 * gdb.base/jit-simple.c: ... this.
9483 * gdb.base/jit-simple.exp (jit_run): Delete.
9484 (build_jit): New proc.
9485 (jit_test_reread): Recompile either the main program or the shared
9486 library, depending on what is being tested. Skip changing address
9487 if caller wants to. Compare before/after addresses. If testing
9488 standalone, explicitly load the binary. Test "maint info
9489 breakpoints".
9490 (top level): Add "standalone vs shared lib" and "change address"
9491 vs "same address" axes.
9492
94932016-10-06 Pedro Alves <palves@redhat.com>
9494
9495 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
9496 call.
9497 (jit_run): Delete.
9498 (jit_test_reread): Use with_test_prefix. Reload the main binary
9499 explicitly. Compare the before/after addresses of the JIT
9500 descriptor.
9501
95022016-08-15 Doug Evans <dje@google.com>
9503
9504 * gdb.xml/extra-regs.xml: Update, end field now required, default type
9505 for single bitfields is bool.
9506 * gdb.xml/tdesc-regs.exp: Ditto.
9507
95082016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9509
9510 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
9511
95122016-10-05 Yao Qi <yao.qi@linaro.org>
9513
9514 * lib/gdb.exp (support_complex_tests): Return zero if
9515 gdb_skip_float_test return true.
9516
95172016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
9518 Simon Marchi <simon.marchi@ericsson.com>
9519
9520 PR gdb/20487
9521 * gdb.mi/user-selected-context-sync.exp: New file.
9522 * gdb.mi/user-selected-context-sync.c: New file.
9523
95242016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
9525 Simon Marchi <simon.marchi@ericsson.com>
9526
9527 PR gdb/20487
9528 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
9529 =thread-select-event check.
9530
95312016-09-29 Peter Bergner <bergner@vnet.ibm.com>
9532
9533 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
9534 the compulsory L operand changes.
9535 * gdb.arch/powerpc-power.s: Likewise.
9536
95372016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9538
9539 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
9540 * gdb.base/jit-attach-pie.c: New file.
9541 * gdb.base/jit-attach-pie.exp: New file.
9542
95432016-09-28 Pedro Alves <palves@redhat.com>
9544
9545 * gdb.base/infcall-input.c: New file.
9546 * gdb.base/infcall-input.exp: New file.
9547
95482016-09-22 Yao Qi <yao.qi@linaro.org>
9549
9550 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
9551 (gdb_exit): Rename it to ...
9552 (gdbserver_gdb_exit): ... Close GDBserver.
9553 (gdb_exit): New proc, call gdbserver_gdb_exit.
9554 (mi_gdb_exit): Likewise.
9555
95562016-09-22 Yao Qi <yao.qi@linaro.org>
9557
9558 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
9559 path.
9560 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
9561 Remove duplication.
9562
95632016-09-22 Yao Qi <yao.qi@linaro.org>
9564
9565 * lib/gdbserver-support.exp: Check the existence of
9566 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
9567
95682016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
9569
9570 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
9571
95722016-09-21 Tom Tromey <tom@tromey.com>
9573
9574 PR gdb/20604:
9575 * gdb.base/quit.exp: New file.
9576
95772016-09-21 Simon Marchi <simon.marchi@ericsson.com>
9578
9579 * .gitignore: New file.
9580
95812016-09-21 Maciej W. Rozycki <macro@imgtec.com>
9582
9583 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
9584 throughout.
9585
95862016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9587
9588 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
9589
95902016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9591
9592 * gdb.cp/casts.cc (decltype): Move it ...
9593 (main): ... with its call to ...
9594 * gdb.cp/casts03.cc: ... a new file.
9595 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
9596
95972016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9598
9599 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
9600
96012016-09-15 Peter Bergner <bergner@vnet.ibm.com>
9602
9603 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
9604 and sync up the test with tests in gas/testsuite/gas/ppc.
9605 * gdb.arch/powerpc-power.exp: Likewise.
9606
96072016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9608
9609 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
9610
96112016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
9612 Jan Kratochvil <jan.kratochvil@redhat.com>
9613
9614 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
9615 make m1's definition to be different from m2's. Use 'dummy' as an
9616 argument for probe 'two'.
9617
96182016-09-10 Jon Beniston <jon@beniston.com>
9619
9620 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
9621 for sim target.
9622
96232016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
9624
9625 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
9626 variable declaration.
9627 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
9628 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
9629 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
9630 received HWCAP as its argument.
9631
96322016-09-06 Pedro Alves <palves@redhat.com>
9633
9634 * gdb.base/new-ui-pending-input.c: New file.
9635 * gdb.base/new-ui-pending-input.exp: New file.
9636 * gdb.exp (clear_gdb_spawn_id): New procedure.
9637 (with_spawn_id): Check whether gdb_spawn_id exists before
9638 referencing it. If gdb_spawn_id didn't exist on entry, clear it
9639 on exit.
9640
96412016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
9642
9643 * gdb.base/float128.c: New file.
9644 * gdb.base/float128.exp: Likewise.
9645 * gdb.base/floatn.c: Likewise.
9646 * gdb.base/floatn.exp: Likewise.
9647
96482016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
9649
9650 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
9651
96522016-09-05 Pedro Alves <palves@redhat.com>
9653
9654 PR backtrace/19927
9655 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
9656 unwinders are immediately called as side effect of "source" or
9657 "disable unwinder" commands.
9658 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
9659
96602016-09-02 Yao Qi <yao.qi@linaro.org>
9661
9662 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
9663 is true and $type is "float" or "double".
9664
96652016-09-02 Yao Qi <yao.qi@linaro.org>
9666
9667 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
9668 true.
9669 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
9670 * gdb.base/call-rt-st.exp: Likewise.
9671 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
9672 return value instead of gdb,skip_float_test.
9673 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
9674 (do_function_calls): Use its return value instead of
9675 gdb,skip_float_test.
9676 * gdb.base/finish.exp: Likewise.
9677 * gdb.base/funcargs.exp: Likewise.
9678 * gdb.base/return.exp: Likewise.
9679 * gdb.base/return2.exp: Likewise.
9680 * gdb.base/varargs.exp: Likewise.
9681 * lib/gdb.exp (gdb_skip_float_test): Change it to
9682 gdb_caching_proc. Detect the broken ptrace on arm-linux.
9683
96842016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
9685
9686 * gdb.multi/tids.exp: Test "thread apply all".
9687
96882016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9689
9690 * gdb.base/default.exp (tty): Remove.
9691
96922016-08-24 Kevin Buettner <kevinb@redhat.com>
9693
9694 * gdb.python/py-recurse-unwind.c: New file.
9695 * gdb.python/py-recurse-unwind.py: New file.
9696 * gdb.python/py-recurse-unwind.exp: New file.
9697
96982016-08-24 Simon Marchi <simon.marchi@ericsson.com>
9699
9700 * gdb.base/set-inferior-tty.exp: New file.
9701 * gdb.base/set-inferior-tty.c: New file.
9702
97032016-08-23 Pedro Alves <palves@redhat.com>
9704
9705 PR gdb/20494
9706 * gdb.base/new-ui-echo.c: New file.
9707 * gdb.base/new-ui-echo.exp: New file.
9708
97092016-08-23 Yao Qi <yao.qi@linaro.org>
9710
9711 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
9712 gdbserver_spawn.
9713 * gdb.server/connect-without-multi-process.exp (do_test):
9714 Likewise.
9715
97162016-08-23 Yao Qi <yao.qi@linaro.org>
9717
9718 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
9719 standalone_txt. Delete gdb_txt and standalone_txt on host
9720 and target. Spawn the binary on target. Copy files from
9721 target to host.
9722
97232016-08-22 Pedro Alves <palves@redhat.com>
9724
9725 PR gdb/20505
9726 * gdb.base/vdso-warning.exp: Test core dumps too. Use
9727 with_test_prefix. Factor out bits to ...
9728 (test_no_vdso): ... this new procedure.
9729
97302016-08-19 Carl Love <cel@us.ibm.com>
9731
9732 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
9733 maintaining separate logic for constructing the output path.
9734 * gdb.arch/powerpc-d128-regs.exp: Likewise.
9735 * gdb.arch/ppc-dfp.exp: Likewise.
9736 * gdb.arch/ppc-fp.exp: Likewise.
9737 * gdb.arch/vsx-regs.exp: Likewise.
9738 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
9739 binprefix for generating the additional binary files.
9740
97412016-08-19 Pedro Alves <palves@redhat.com>
9742
9743 * gdb.trace/mi-trace-frame-collected.exp
9744 (test_trace_frame_collected): On x32, expect two registers.
9745
97462016-08-18 Carl Love <cel@us.ibm.com>
9747
9748 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
9749 and sync up the test with tests in gas/testsuite/gas/ppc.
9750 * gdb.arch/powerpc-power.exp: Likewise.
9751
97522016-08-17 Simon Marchi <simon.marchi@ericsson.com>
9753
9754 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
9755 expected error message.
9756
97572016-08-17 Simon Marchi <simon.marchi@ericsson.com>
9758
9759 * gdb.multi/remove-inferiors.exp: New file.
9760 * gdb.multi/remove-inferiors.c: New file.
9761
97622016-08-12 Yao Qi <yao.qi@linaro.org>
9763
9764 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
9765 argument list.
9766
97672016-08-10 Pedro Alves <palves@redhat.com>
9768
9769 PR gdb/19187
9770 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
9771 setup_kfails.
9772
97732016-08-09 Pedro Alves <palves@redhat.com>
9774 Simon Marchi <simon.marchi@ericsson.com>
9775
9776 PR gdb/20418
9777 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
9778 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
9779
97802016-08-09 Pedro Alves <palves@redhat.com>
9781
9782 PR mi/20431
9783 * gdb.mi/mi-cmd-error.exp: New file.
9784
97852016-08-09 Pedro Alves <palves@redhat.com>
9786
9787 PR gdb/18653
9788 * gdb.base/signals-state-child.c: New file.
9789 * gdb.base/signals-state-child.exp: New file.
9790 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
9791
97922016-08-09 Pedro Alves <palves@redhat.com>
9793
9794 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
9795
97962016-08-03 Tom Tromey <tom@tromey.com>
9797
9798 PR python/18565:
9799 * gdb.python/py-frame-inline.exp: Add Frame.function test.
9800
98012016-08-01 Yao Qi <yao.qi@linaro.org>
9802
9803 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
9804 variable mode to "multi-process" if $multi_process is 1, otherwise
9805 set it to "single-process".
9806
98072016-08-01 Yao Qi <yao.qi@linaro.org>
9808
9809 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
9810 * gdb.cp/cpexprs.exp: Likewise.
9811 * gdb.cp/m-static.exp: Likewise.
9812
98132016-07-26 Tom Tromey <tom@tromey.com>
9814
9815 PR python/20190:
9816 * gdb.threads/tls.exp (check_thread_local): Add python symbol
9817 test.
9818
98192016-07-26 Markus Metzger <markus.t.metzger@intel.com>
9820
9821 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
9822 selecting assembly source files.
9823 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
9824 assembly source files.
9825 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
9826 assembly source files.
9827 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
9828 selecting assembly source files.
9829
98302016-07-25 Simon Marchi <simon.marchi@ericsson.com>
9831
9832 * gdb.base/new-ui.exp (do_test_invalid_args): New
9833 procedure.
9834
98352016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
9836
9837 * gdb.btrace/reconnect.c: New file.
9838 * gdb.btrace/reconnect.exp: New file.
9839
98402016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
9841
9842 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
9843 to test_catch_syscall_group.
9844 (test_catch_syscall_group): New.
9845
98462016-07-21 Tom Tromey <tom@tromey.com>
9847
9848 * gdb.rust/simple.rs (main): Use empty struct expression.
9849 * gdb.rust/simple.exp: Add tests for empty struct expression.
9850
98512016-07-21 Yao Qi <yao.qi@linaro.org>
9852
9853 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
9854 if gdb_skip_xml_test is true on some targets.
9855
98562016-07-21 Yao Qi <yao.qi@linaro.org>
9857
9858 * gdb.server/solib-list.exp: Unset last_loaded_file.
9859
98602016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9861
9862 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
9863 "step into captured_main (args)".
9864
98652016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9866
9867 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
9868
98692016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9870
9871 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
9872
98732016-07-19 Pedro Alves <palves@redhat.com>
9874
9875 * gdb.opt/inline-break.exp: Remove optimize=-O2.
9876 * gdb.opt/inline-bt.exp: Likewise.
9877 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
9878 additional_flags=-Winline.
9879 * gdb.opt/inline-locals.exp: Likewise.
9880 * gdb.opt/inline-markers.c (ATTR): Define.
9881 (inlined_fn): Use it.
9882
98832016-07-19 Yao Qi <yao.qi@linaro.org>
9884
9885 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
9886 (test_with_self): Remove some code. Remove argument executable.
9887 (top-level): Use do_self_tests.
9888
98892016-07-15 Zachary Welch <zwelch@codesourcery.com>
9890 Don Breazeal <donb@codesourcery.com>
9891
9892 * gdb.base/maint.exp: Escape paths used in regular expressions.
9893 * gdb.stabs/weird.exp: Likewise.
9894
98952016-07-13 Tom Tromey <tom@tromey.com>
9896
9897 PR python/15620, PR python/18620:
9898 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
9899 (test_bkpt_events): New procs.
9900
99012016-07-13 Tom Tromey <tom@tromey.com>
9902
9903 PR python/17698:
9904 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
9905 test.
9906 (test_watchpoints): Likewise.
9907 (test_bkpt_pending): New proc.
9908
99092016-07-13 Tom Tromey <tom@tromey.com>
9910
9911 PR cli/18053:
9912 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
9913 completion test.
9914
99152016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9916
9917 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
9918 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
9919 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
9920 f_label.
9921 (g): Rename g_end_lbl to g_label.
9922 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
9923 low_pc and high_pc.
9924 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
9925
99262016-07-12 Tom Tromey <tom@tromey.com>
9927
9928 PR python/19293:
9929 * gdb.python/py-unwind-maint.exp: Update tests.
9930
99312016-07-12 Yao Qi <yao.qi@linaro.org>
9932
9933 * lib/selftest-support.exp (selftest_setup): Match the output
9934 when captured_main is inlined.
9935
99362016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
9937
9938 * gdb.fortran/derived-types.exp (result_line, result_line_2):
9939 New variables.
9940 (print this%a, print this%b, print this): New tests.
9941 * gdb.fortran/derived-types.f90 (this): New object and
9942 initialization.
9943
99442016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9945
9946 * gdb.ada/arraydim.exp: Remove extra directory level in build
9947 directory.
9948
99492016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9950
9951 * lib/ada.exp: Remove extra directory level in build directory.
9952 * gdb.ada/cond_lang.exp: Likewise.
9953 * gdb.ada/exec_changed.exp: Likewise.
9954 * gdb.ada/lang_switch.exp: Likewise.
9955
99562016-07-06 Manish Goregaokar <manish@mozilla.com>
9957
9958 * simple.rs: Add test for raw pointer subscripting.
9959 * simple.exp: Add test expectations.
9960
99612016-07-05 Yao Qi <yao.qi@linaro.org>
9962
9963 * gdb.mi/mi-reverse.exp: Match =record-started output.
9964
99652016-07-01 Pedro Alves <palves@redhat.com>
9966
9967 * gdb.base/jit-reader.exp (info_registers_current_frame): New
9968 procedure.
9969 (jit_reader_test): Test the jit reader's unwinder.
9970 * gdb.base/jithost.c (jit_function_00_code): New global.
9971 (main): Use memcpy to fill in the mmapped code, instead of poking
9972 bytes manually here.
9973 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
9974 value.
9975 (read_debug_info): Save the function's range.
9976 (read_sp): New function.
9977 (unwind_frame): Use it. Also unwind RBP.
9978 (get_frame_id): Use read_sp.
9979 (gdb_init_reader): Use calloc instead of malloc.
9980 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
9981 parameter. Use gdb_test_multiple.
9982
99832016-07-01 Pedro Alves <palves@redhat.com>
9984 Antoine Tremblay <antoine.tremblay@ericsson.com>
9985
9986 * gdb.threads/process-dies-while-detaching.c: New file.
9987 * gdb.threads/process-dies-while-detaching.exp: New file.
9988
99892016-07-01 Pedro Alves <palves@redhat.com>
9990
9991 * gdb.multi/watchpoint-multi-exit.c: New file.
9992 * gdb.multi/watchpoint-multi-exit.exp: New file.
9993
99942016-06-30 Pedro Alves <palves@redhat.com>
9995
9996 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
9997 unset inferior_spawn_id.
9998
99992016-06-30 Pedro Alves <palves@redhat.com>
10000
10001 * lib/mi-support.exp (default_mi_gdb_start): Declare global
10002 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
10003
100042016-06-29 Yao Qi <yao.qi@linaro.org>
10005
10006 * gdb.base/return.c: Add copyright header.
10007
100082016-06-29 Tom Tromey <tom@tromey.com>
10009
10010 PR python/20129:
10011 * gdb.python/py-framefilter.exp: Add tests for setting priority
10012 and disabling of non-existent frame filter.
10013
100142016-06-29 Yao Qi <yao.qi@linaro.org>
10015
10016 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
10017 0x0f07ff.
10018
100192016-06-28 Yao Qi <yao.qi@linaro.org>
10020
10021 * gdb.base/catch-syscall.exp: Remove check on isnative and target
10022 triplets. Start gdb, execute catch syscall, and continue. Check
10023 gdb's output to determine catch syscall is supported.
10024
100252016-06-27 Manish Goregaokar <manish@mozilla.com>
10026
10027 * gdb.rust/simple.rs: Add test for returning unit in a function.
10028 * gdb.rust/simple.exp: Add expectation for functions returning
10029 unit.
10030
100312016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
10032
10033 * gdb.python/py-breakpoint-create-fail.c,
10034 gdb.python/py-breakpoint-create-fail.exp,
10035 gdb.python/py-breakpoint-create-fail.py: New testcase.
10036
100372016-06-25 Manish Goregaokar <manish@mozilla.com>
10038
10039 PR gdb/20239
10040 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
10041 * gdb.rust/simple.exp: Add test expectations for new NonZero
10042 tests.
10043
100442016-06-24 David Taylor <dtaylor@emc.com>
10045
10046 * gdb.base/offsets.exp: New file.
10047 * gdb.base/offsets.c: New file.
10048
100492016-06-23 Tom Tromey <tom@tromey.com>
10050
10051 PR gdb/16483:
10052 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
10053 before any filters are loaded.
10054
100552016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
10056
10057 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
10058 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
10059 structs.
10060 * gdb.fortran/derived-type-function.exp: New file.
10061 * gdb.fortran/derived-type-function.f90: New file.
10062
10063
100642016-06-21 Pedro Alves <palves@redhat.com>
10065
10066 * gdb.base/new-ui.exp: New file.
10067 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
10068 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
10069 (with_spawn_id): New procedure.
10070
100712016-06-21 Pedro Alves <palves@redhat.com>
10072
10073 * gdb.mi/mi-exec-run.exp: New file.
10074
100752016-06-21 Pedro Alves <palves@redhat.com>
10076
10077 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
10078 breakpoint command's output on the main UI.
10079 (test_break): New procedure, factored out from calls in the top
10080 level.
10081 (top level): Use foreach_with_prefix to test MI as main UI and as
10082 separate UI.
10083
100842016-06-21 Pedro Alves <palves@redhat.com>
10085
10086 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
10087 (test_awatch_creation_and_listing)
10088 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
10089 Remove 'type' parameter.
10090 (test_watchpoint_all): New parameter mi_mode. Remove
10091 with_test_prefix.
10092 (top level): Use foreach_with_prefix, and add main/separate UI MI
10093 testing axis.
10094
100952016-06-21 Pedro Alves <palves@redhat.com>
10096
10097 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
10098 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
10099 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
10100 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
10101 (gdb_main_spawn_id, mi_spawn_id): Declare and
10102 comment.
10103 (mi_create_inferior_pty): New procedure,
10104 factored out from default_mi_gdb_start.
10105 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
10106 procedures.
10107 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
10108 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
10109 Use mi_create_inferior_pty.
10110 (mi_gdb_start): Use eval to pass down args list.
10111
101122016-06-21 Pedro Alves <palves@redhat.com>
10113
10114 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
10115 * gdb.opt/inline-cmds.exp: Add MI tests.
10116
101172016-06-21 Pedro Alves <palves@redhat.com>
10118
10119 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
10120
101212016-06-21 Pedro Alves <palves@redhat.com>
10122
10123 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
10124 (top level): Use it instead of mi_execute_to.
10125
101262016-06-21 Pedro Alves <palves@redhat.com>
10127
10128 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
10129 (cont_handler_str): New.
10130 (signal_stop_handler): Set stop_handler_str instead of printing to
10131 stdout.
10132 (continue_handler): Set cont_handler_str instead of printing to
10133 stdout.
10134 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
10135 mi_send_resuming_command. Print stop_handler_str and
10136 cont_handler_str instead of expecting the python events print
10137 directly.
10138
101392016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
10140
10141 * gdb.base/jit-reader.exp: New file.
10142 * gdb.base/jithost.c: New file.
10143 * gdb.base/jithost.h: New file.
10144 * gdb.base/jitreader.c : New file.
10145 * gdb.base/jit-protocol.h: New file.
10146
101472016-06-17 Yao Qi <yao.qi@linaro.org>
10148
10149 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
10150 parameters follow_fork and detach_on_fork. Set follow-fork-mode
10151 and detach-on-fork. Adjust tests.
10152 (top level): Invoke break_cond_on_syscall with combinations of
10153 syscall, follow-fork-mode and detach-on-fork.
10154
101552016-06-17 Yao Qi <yao.qi@linaro.org>
10156
10157 * gdb.base/step-over-exit.c: New.
10158 * gdb.base/step-over-exit.exp: New.
10159
101602016-06-17 Yan-Ting Lin <currygt52@gmail.com>
10161
10162 * gdb.base/float.exp: Add target check for nds32*-*-*.
10163 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
10164
101652016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
10166
10167 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
10168 for unsupported target features.
10169 * gdb.base/call-rt-st.exp: Likewise.
10170 * gdb.base/call-sc.exp: Likewise.
10171 * gdb.base/call-signal-resume.exp: Likewise.
10172 * gdb.base/call-strs.exp: Likewise.
10173 * gdb.base/callexit.exp: Likewise.
10174 * gdb.base/callfuncs.exp: Likewise.
10175 * gdb.base/nodebug.exp: Likewise.
10176 * gdb.base/printcmds.exp: Likewise.
10177 * gdb.base/ptype.exp: Likewise.
10178 * gdb.base/structs.exp: Likewise.
10179 * gdb.base/unwindonsignal.exp: Likewise.
10180 * gdb.cp/gdb2495.exp: Likewise.
10181 * gdb.cp/templates.exp: Likewise.
10182 * gdb.cp/virtfunc.exp: Likewise.
10183 * gdb.threads/hand-call-in-threads.exp: Likewise.
10184 * gdb.threads/interrupted-hand-call.exp: Likewise.
10185 * gdb.threads/thread-unwindonsignal.exp: Likewise.
10186
101872016-06-10 Tom Tromey <tom@tromey.com>
10188
10189 PR rust/20110:
10190 * gdb.rust/expr.exp: Add test for integer constant larger than
10191 i32.
10192
101932016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
10194
10195 * gdb.fortran/nested-funcs.exp: New.
10196 * gdb.fortran/nested-funcs.f90: New.
10197
101982016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
10199
10200 * gdb.base/examine-backward.c: New file.
10201 * gdb.base/examine-backward.exp: New file.
10202
102032016-06-06 Simon Marchi <simon.marchi@ericsson.com>
10204
10205 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
10206 matching.
10207
102082016-06-02 Tom Tromey <tom@tromey.com>
10209
10210 PR python/18984:
10211 * gdb.python/py-shared.exp: Add solib_name test.
10212
102132016-06-02 Simon Marchi <simon.marchi@ericsson.com>
10214
10215 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
10216
102172016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
10218
10219 PR c++/19893
10220 * gdb.dwarf2/implref.exp: Rename to...
10221 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
10222 * gdb.dwarf2/implref-array.c: New file.
10223 * gdb.dwarf2/implref-array.exp: Likewise.
10224 * gdb.dwarf2/implref-global.c: Likewise.
10225 * gdb.dwarf2/implref-global.exp: Likewise.
10226 * gdb.dwarf2/implref-struct.c: Likewise.
10227 * gdb.dwarf2/implref-struct.exp: Likewise.
10228
102292016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10230
10231 * gdb.trace/trace-condition.exp: Add 64bit tests.
10232
102332016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10234
10235 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
10236 bits types.
10237 (main): Adapt to 8 to 64 bits types.
10238 * gdb.trace/trace-condition.exp: Add new tests.
10239
102402016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10241
10242 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
10243
102442016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10245
10246 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
10247 Move condition tests...
10248 * gdb.trace/trace-condition.exp: Here.
10249
102502016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10251
10252 * gdb.trace/trace-condition.exp: Add counter-case tests.
10253
102542016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
10255
10256 PR c++/15231
10257 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
10258 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
10259
102602016-05-27 Pedro Alves <palves@redhat.com>
10261
10262 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
10263 New procedure.
10264 (top level): Call it, and bail out of DejaGnu is known to be bad.
10265
102662016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
10267
10268 * gdb.base/whatis.c: Extend the test case.
10269 * gdb.base/whatis.exp: Add additional tests.
10270
102712016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10272
10273* gdb.fortran/type.f90: Add pointer variable.
10274* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
10275
102762016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10277
10278 * gdb.fortran/vla-type.exp: Fix testcase name.
10279
102802016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10281
10282 * gdb.fortran/vla-type.exp: Access elements in nested structs.
10283
102842016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10285
10286 * gdb.fortran/type.f90: Add nested structures.
10287 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
10288 * gdb.fortran/derived-type.exp: Adapt expected output.
10289 * gdb.fortran/vla-type.exp: Adapt expected output.
10290
102912016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10292
10293 * gdb.fortran/whatis_type.exp: Adapt expected output.
10294
102952016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10296
10297 * gdb.fortran/print_type.exp: Fix expected output.
10298 * gdb.fortran/whatis_type.exp: Fix expected output.
10299
103002016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10301
10302 * gdb.fortran/whatis_type.exp: Use multi_line.
10303
103042016-05-24 Tom Tromey <tom@tromey.com>
10305
10306 PR python/17386:
10307 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
10308 use value as an index.
10309
103102016-05-23 Tom Tromey <tom@tromey.com>
10311
10312 PR python/17981:
10313 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
10314 no-breakpoint case.
10315
103162016-05-24 Pedro Alves <palves@redhat.com>
10317
10318 PR gdb/19828
10319 * gdb.threads/clone-attach-detach.c: New file.
10320 * gdb.threads/clone-attach-detach.exp: New file.
10321
103222016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
10323
10324 * gdb.base/annota-input-while-running.exp: Fix syntax error.
10325
103262016-05-23 Tom Tromey <tom@tromey.com>
10327
10328 PR python/19438, PR python/18393:
10329 * gdb.python/py-progspace.exp: Add "dir" test.
10330 * gdb.python/py-objfile.exp: Add "dir" test.
10331
103322016-05-23 Yao Qi <yao.qi@linaro.org>
10333
10334 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
10335 * gdb.arch/thumb2-it.exp: Likewise.
10336
103372016-05-18 Simon Marchi <simon.marchi@ericsson.com>
10338
10339 * gdb.mi/mi-threads-interrupt.c: New file.
10340 * gdb.mi/mi-threads-interrupt.exp: New file.
10341
103422016-05-17 Simon Marchi <simon.marchi@ericsson.com>
10343
10344 PR gdb/18077
10345 * gdb.mi/mi-async-run.exp: New file.
10346 * gdb.mi/mi-async-run.c: New file.
10347
103482016-05-17 Tom Tromey <tom@tromey.com>
10349 Manish Goregaokar <manishsmail@gmail.com>
10350
10351 * lib/rust-support.exp: New file.
10352 * lib/gdb.exp (skip_rust_tests): New proc.
10353 (build_executable_from_specs): Handle rust.
10354 * lib/future.exp (gdb_find_rustc): New proc.
10355 (gdb_default_target_compile): Handle rust.
10356 * gdb.rust/expr.exp: New file.
10357 * gdb.rust/generics.exp: New file.
10358 * gdb.rust/generics.rs: New file.
10359 * gdb.rust/methods.exp: New file.
10360 * gdb.rust/methods.rs: New file.
10361 * gdb.rust/modules.exp: New file.
10362 * gdb.rust/modules.rs: New file.
10363 * gdb.rust/simple.exp: New file.
10364 * gdb.rust/simple.rs: New file.
10365
103662016-05-17 Tom Tromey <tom@tromey.com>
10367
10368 * gdb.base/default.exp (set language): Add rust.
10369
103702016-05-17 Tom Tromey <tom@tromey.com>
10371
10372 * gdb.gdb/unittest.exp: New file.
10373
103742016-05-16 Yao Qi <yao.qi@linaro.org>
10375
10376 * gdb.base/batch-preserve-term-settings.exp: Remove variable
10377 shell_prompt. Update shell_prompt_re.
10378
103792016-05-12 Doug Evans <dje@google.com>
10380
10381 PR symtab/19999
10382 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
10383 $options when building executable.
10384 * gdb.dwarf2/fission-loclists-pie.S: New file.
10385 * gdb.dwarf2/fission-loclists-pie.exp: New file.
10386
103872016-05-04 Simon Marchi <simon.marchi@ericsson.com>
10388
10389 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
10390 of [is_remote target],
10391
103922016-05-04 Simon Marchi <simon.marchi@ericsson.com>
10393
10394 * lib/gdb.exp (use_gdb_stub): New procedure.
10395
103962016-05-03 Yunlian Jiang <yunlian@google.com>
10397 Doug Evans <dje@google.com>
10398
10399 PR symtab/19914
10400 * gdb.dwarf2/dwp-sepdebug.c: New file.
10401 * gdb.dwarf2/dwp-sepdebug.exp: New file.
10402
104032016-05-02 Simon Marchi <simon.marchi@ericsson.com>
10404
10405 * gdb.base/detach.exp: Remove is_remote check.
10406
104072016-05-02 Simon Marchi <simon.marchi@ericsson.com>
10408
10409 * gdb.base/annota-input-while-running.exp: Don't check for
10410 [is_remote target]. Enable annotations after running to main.
10411 Remove unused "set test..." line.
10412
104132016-04-28 Simon Marchi <simon.marchi@ericsson.com>
10414
10415 * gdb.trace/trace-enable-disable.exp: New file.
10416 * gdb.trace/trace-enable-disable.c: New file.
10417
104182016-04-28 Simon Marchi <simon.marchi@ericsson.com>
10419
10420 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
10421 use it in info sharedlibrary test.
10422 * gdb.trace/ftrace-lock.exp: Likewise.
10423 * gdb.trace/ftrace.exp: Likewise.
10424 * gdb.trace/range-stepping.exp: Likewise.
10425 * gdb.trace/trace-break.exp: Likewise.
10426 * gdb.trace/trace-condition.exp: Likewise.
10427 * gdb.trace/trace-mt.exp: Likewise.
10428
104292016-04-27 Simon Marchi <simon.marchi@ericsson.com>
10430
10431 * lib/gdb.exp (gdb_load_shlibs): Rename to...
10432 (gdb_load_shlib): ... this.
10433 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
10434 gdb_load_shlib.
10435 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
10436 * gdb.base/ctxobj.exp: Likewise.
10437 * gdb.base/dprintf-pending.exp: Likewise.
10438 * gdb.base/dso2dso.exp: Likewise.
10439 * gdb.base/fixsection.exp: Likewise.
10440 * gdb.base/gcore-relro.exp: Likewise.
10441 * gdb.base/gdb1555.exp: Likewise.
10442 * gdb.base/global-var-nested-by-dso.exp: Likewise.
10443 * gdb.base/gnu-ifunc.exp: Likewise.
10444 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
10445 * gdb.base/jit-so.exp (one_jit_test): Likewise.
10446 * gdb.base/pending.exp: Likewise.
10447 * gdb.base/print-file-var.exp: Likewise.
10448 * gdb.base/print-symbol-loading.exp: Likewise.
10449 * gdb.base/shlib-call.exp: Likewise.
10450 * gdb.base/shreloc.exp: Likewise.
10451 * gdb.base/so-impl-ld.exp: Likewise.
10452 * gdb.base/solib-disc.exp: Likewise.
10453 * gdb.base/solib-nodir.exp: Likewise.
10454 * gdb.base/solib-overlap.exp: Likewise.
10455 * gdb.base/solib-symbol.exp: Likewise.
10456 * gdb.base/solib-weak.exp (do_test): Likewise.
10457 * gdb.base/sym-file.exp: Likewise.
10458 * gdb.base/symtab-search-order.exp: Likewise.
10459 * gdb.base/type-opaque.exp: Likewise.
10460 * gdb.base/unload.exp: Likewise.
10461 * gdb.base/watchpoint-solib.exp: Likewise.
10462 * gdb.compile/compile.exp: Likewise.
10463 * gdb.cp/gdb2384.exp: Likewise.
10464 * gdb.cp/infcall-dlopen.exp: Likewise.
10465 * gdb.cp/re-set-overloaded.exp: Likewise.
10466 * gdb.fortran/library-module.exp: Likewise.
10467 * gdb.opt/solib-intra-step.exp: Likewise.
10468 * gdb.python/py-finish-breakpoint.exp: Likewise.
10469 * gdb.python/py-shared.exp: Likewise.
10470 * gdb.reverse/solib-precsave.exp: Likewise.
10471 * gdb.reverse/solib-reverse.exp: Likewise.
10472 * gdb.server/solib-list.exp: Likewise.
10473 * gdb.threads/dlopen-libpthread.exp: Likewise.
10474 * gdb.threads/tls-shared.exp: Likewise.
10475 * gdb.threads/tls-so_extern.exp: Likewise.
10476 * gdb.trace/change-loc.exp: Likewise.
10477 * gdb.trace/ftrace-lock.exp: Likewise.
10478 * gdb.trace/ftrace.exp: Likewise.
10479 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
10480 * gdb.trace/pending.exp: Likewise.
10481 * gdb.trace/range-stepping.exp: Likewise.
10482 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
10483 (strace_info_marker): Likewise.
10484 (strace_probe_marker): Likewise.
10485 (strace_trace_on_same_addr): Likewise.
10486 (strace_trace_on_diff_addr): Likewise.
10487 * gdb.trace/trace-break.exp: Likewise.
10488 * gdb.trace/trace-condition.exp: Likewise.
10489 * gdb.trace/trace-mt.exp: Likewise.
10490
104912016-04-27 Simon Marchi <simon.marchi@ericsson.com>
10492
10493 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
10494 result of gdb_remote_download.
10495 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
10496 * gdb.base/dso2dso.exp: Likewise.
10497 * gdb.base/global-var-nested-by-dso.exp: Likewise.
10498 * gdb.base/print-file-var.exp: Likewise.
10499 * gdb.base/shlib-call.exp: Likewise.
10500 * gdb.base/shreloc.exp: Likewise.
10501 * gdb.base/solib-overlap.exp: Likewise.
10502 * gdb.base/solib-weak.exp (do_test): Likewise.
10503 * gdb.base/unload.exp: Likewise.
10504
105052016-04-27 Yao Qi <yao.qi@linaro.org>
10506
10507 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
10508 exists.
10509
105102016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10511
10512 * vla-type.exp: Print structure from toplevel.
10513
105142016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10515
10516 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
10517 of dynamic types.
10518 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
10519 of dynamic types.
10520
105212016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10522
10523 * gdb.fortran/vla-type.f90: New file.
10524 * gdb.fortran/vla-type.exp: New file.
10525
105262016-04-25 Yao Qi <yao.qi@linaro.org>
10527
10528 * gdb.base/branch-to-self.c: New file.
10529 * gdb.base/branch-to-self.exp: New file.
10530
105312016-04-22 Yao Qi <yao.qi@linaro.org>
10532
10533 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
10534 more after $hex.
10535
105362016-04-22 Yao Qi <yao.qi@linaro.org>
10537
10538 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
10539 * gdb.base/annota3.exp: Likewise.
10540
105412016-04-22 Yao Qi <yao.qi@linaro.org>
10542
10543 * gdb.reverse/step-precsave.exp: Do one step and test program
10544 stops in "callee" and do multiple steps until program goes out
10545 of "callee".
10546 * gdb.reverse/step-reverse.exp: Likewise.
10547
105482016-04-22 Yao Qi <yao.qi@linaro.org>
10549
10550 * gdb.trace/signal.exp: Also pass if
10551 $tracepoint_hits($i) > $iterations.
10552
105532016-04-22 Yao Qi <yao.qi@linaro.org>
10554
10555 * gdb.trace/signal.c: New file.
10556 * gdb.trace/signal.exp: New file.
10557
105582016-04-19 Doug Evans <xdje42@gmail.com>
10559
10560 * gdb.base/bad-file.exp: New file.
10561
105622016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
10563
10564 * gdb.dwarf2/implref.exp: New file.
10565
105662016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
10567
10568 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
10569 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
10570 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
10571 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
10572 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
10573 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
10574 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
10575 * lib/fortran.exp (fortran_int4): New procedure.
10576 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
10577 (fortran_logical4): Likewise.
10578
105792016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
10580
10581 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
10582
105832016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
10584
10585 * lib/compiler.c: Add Intel specific preprocessor macros.
10586 * lib/compiler.cc: Likewise.
10587
105882016-04-13 Luis Machado <lgustavo@codesourcery.com>
10589
10590 * gdb.server/connect-with-no-symbol-file.c: New file.
10591 * gdb.server/connect-with-no-symbol-file.exp: New file.
10592
105932016-04-13 Simon Marchi <simon.marchi@ericsson.com>
10594
10595 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
10596
105972016-04-13 Simon Marchi <simon.marchi@ericsson.com>
10598
10599 * boards/gdbserver-base.exp (${board}_download): Copy source file to
10600 standard output directory.
10601
106022016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
10603
10604 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
10605
106062016-04-13 Markus Metzger <markus.t.metzger@intel.com>
10607
10608 * gdb.btrace/instruction_history.c (loop): Add declaration.
10609
106102016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
10611
10612 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
10613
106142016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
10615
10616 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
10617 parentheses to print.
10618 (continue_handler): Likewise.
10619
106202016-04-08 Simon Marchi <simon.marchi@ericsson.com>
10621
10622 * gdb.server/solib-list.exp: Remove is_remote check.
10623 Pass shlib= to gdb_compile. Don't link shared library with
10624 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
10625 Run binary filename through "readlink -f" on the target.
10626
106272016-04-08 Pedro Alves <palves@redhat.com>
10628
10629 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
10630 interpreter filename as argument to gdbserver_spawn.
10631 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
10632 Return empty if $last_loaded_file does not exist.
10633
106342016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10635
10636 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
10637 * gdb.base/jit-main.c: Use exit after usage.
10638
106392016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10640
10641 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
10642 GDBHISTSIZE prior to the tests.
10643 * gdb.base/gdbinit-history.exp: Likewise.
10644
106452016-04-07 Pedro Alves <palves@redhat.com>
10646
10647 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
10648 instead of build_executable. Use gdb_load_shlibs.
10649
106502016-04-07 Yao Qi <yao.qi@linaro.org>
10651
10652 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
10653 Execute "si" command.
10654
106552016-04-07 Yao Qi <yao.qi@linaro.org>
10656
10657 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
10658 number instead of the comments on some line.
10659
106602016-04-06 Don Breazeal <donb@codesourcery.com>
10661
10662 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
10663 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
10664
106652016-04-06 Simon Marchi <simon.marchi@ericsson.com>
10666
10667 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
10668 standard_output_file. Remove unused binfile variable.
10669
106702016-04-05 Catalin Udma <catalin.udma@freescale.com>
10671
10672 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
10673 * gdb.python/py-mi-objfile.exp: Match "list main" output
10674 in console format.
10675
106762016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
10677
10678 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
10679 absolute.
10680
106812016-04-05 Simon Marchi <simon.marchi@ericsson.com>
10682
10683 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
10684 absolute.
10685 * gdb.trace/ftrace.exp: Likewise.
10686 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
10687 targets as well.
10688 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
10689 (gdb_load_shlibs): Copy libraries to test directory when testing
10690 natively. Only set solib-search-path if testing remotely.
10691 * lib/mi-support.exp (mi_load_shlibs): Likewise.
10692
106932016-04-05 Simon Marchi <simon.marchi@ericsson.com>
10694
10695 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
10696 gdb_download. Use it even if the target is not remote.
10697 * gdb.base/jit.exp (compile_jit_test): Likewise.
10698 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
10699 output directory if the destination board is local, otherwise use
10700 the standard remote_download from DejaGnu.
10701 (gdb_download): Remove.
10702 (gdb_load_shlibs): Use gdb_remote_download instead of
10703 gdb_download.
10704 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
10705 Use gdb_remote_download instead of gdb_download. Use it even if
10706 the target is not remote.
10707 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
10708 instead of gdb_download.
10709
107102016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
10711
10712 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
10713 (test_insert_delete_modify): Call mi_load_shlibs before trying to
10714 run.
10715
107162016-04-01 Artemiy Volkov <artemiyv@acm.org>
10717
10718 PR gdb/19820
10719 * gdb.base/printcmds.exp: Add artificial arrays tests.
10720
107212016-03-31 Pedro Alves <palves@redhat.com>
10722
10723 PR gdb/19858
10724 * gdb.base/jit-main.c: Include unistd.h.
10725 (ATTACH): Define to 0 if not already defined.
10726 (wait_for_gdb, mypid): New globals.
10727 (WAIT_FOR_GDB): New macro.
10728 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
10729 some breakpoint locations.
10730 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
10731 New procedures.
10732 (one_jit_test): Add REATTACH parameter, and handle it. Use
10733 continue_to_test_location.
10734 (top level): Test attach, and adjusts calls to one_jit_test.
10735
107362016-03-31 Pedro Alves <palves@redhat.com>
10737
10738 PR gdb/19858
10739 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
10740 BINSUFFIX parameter, and handle it.
10741 (top level): Adjust calls compile_jit_test.
10742
107432016-03-31 Catalin Udma <catalin.udma@freescale.com>
10744
10745 PR python/19743
10746 * gdb.python/py-mi-events-gdb.py: New file.
10747 * gdb.python/py-mi-events.c: New file.
10748 * gdb.python/py-mi-events.exp: New file.
10749
107502016-03-30 Yao Qi <yao.qi@linaro.org>
10751
10752 * gdb.reverse/until-precsave.exp: Match function name only.
10753 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
10754 Move malloc to a condition block.
10755 * gdb.reverse/until-reverse.exp: Match function name only.
10756
107572016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
10758
10759 * gdb.trace/ftrace.exp: Set arg0exp for s390.
10760 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
10761 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
10762 variable for GPR 0 instead of assuming it is register 0.
10763 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
10764 * lib/trace-support.exp: Add s390 registers.
10765
107662016-03-29 Yao Qi <yao.qi@linaro.org>
10767
10768 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
10769
107702016-03-24 Yao Qi <yao.qi@linaro.org>
10771
10772 * gdb.reverse/break-reverse.exp: Add quotation mark in the
10773 test message.
10774
107752016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10776
10777 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
10778 maintaining separate logic for constructing the output path.
10779
107802016-03-16 Don Breazeal <donb@codesourcery.com>
10781
10782 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
10783 Retry fork and waitpid on interrupted system call errors.
10784 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10785 Use with_timeout_factor to increase timeout by factor of 10.
10786
107872016-03-15 Don Breazeal <donb@codesourcery.com>
10788
10789 * gdb.cp/scope-err.cc: New test program.
10790 * gdb.cp/scope-err.exp: New test script.
10791 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
10792 lines and "set breakpoint here" comment.
10793 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
10794 Fixed some whitespace and format issues.
10795 * gdb.mi/mi-linespec-err-cp.cc: New test program.
10796 * gdb.mi/mi-linespec-err-cp.exp: New test script.
10797
107982016-03-15 Doug Evans <dje@google.com>
10799
10800 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
10801 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
10802 All callers updated. Add tests for enums, mixed flags register.
10803
108042016-03-15 Doug Evans <dje@google.com>
10805
10806 * gdb.base/skip.c (main): Call test_skip_file_and_function.
10807 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
10808
108092016-03-14 Simon Marchi <simon.marchi@ericsson.com>
10810
10811 * gdb.base/default.exp: Add $_as_string to the list of expected
10812 convenience functions.
10813
108142016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
10815
10816 * gdb.base/maint.exp: New tests for 'maint info line-table'.
10817
108182016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
10819
10820 * gdb.python/py-as-string.exp: New file.
10821 * gdb.python/py-as-string.c: New file.
10822
108232016-03-09 Pedro Alves <palves@redhat.com>
10824
10825 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
10826 signal" -> "Thread NN received signal" output change.
10827 * gdb.threads/ia64-sigill.exp: Likewise.
10828 * gdb.threads/linux-dp.exp: Likewise.
10829 * gdb.threads/manythreads.exp: Likewise.
10830 * gdb.threads/pending-step.exp: Likewise.
10831 * gdb.threads/print-threads.exp: Likewise.
10832 * gdb.threads/sigstep-threads.exp: Likewise.
10833 * gdb.threads/staticthreads.exp: Likewise.
10834 * gdb.threads/tls.exp: Likewise.
10835
108362016-03-09 Pedro Alves <palves@redhat.com>
10837
10838 * gdb.base/command-line-input.exp: New file.
10839
108402016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10841
10842 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
10843 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
10844 * gdb.trace/pending.exp: Accept leading dot before function name.
10845 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
10846 * lib/trace-support.exp: Set registers for ppc.
10847
108482016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10849
10850 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
10851 use it for disassembly; accept .main in addition to main in backtrace.
10852
108532016-03-09 Wei-cheng Wang <cole945@gmail.com>
10854 Marcin Kościelnicki <koriakin@0x04.net>
10855
10856 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
10857 (gdb_recursion_test_ptr): New global variable.
10858 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
10859 gdb_recursion_test.
10860 (gdb_c_test): Ditto.
10861
108622016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10863
10864 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
10865 ordering.
10866
108672016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10868
10869 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
10870 (bar): Add bar_start_lbl label.
10871 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
10872 of foo/bar for emitting DWARF and tracing.
10873
108742016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
10875
10876 * analyze-racy-logs.py: Set executable bit.
10877
108782016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
10879
10880 * Makefile.in (DEFAULT_RACY_ITER): New variable.
10881 (CHECK_TARGET_TMP): Likewise.
10882 (check-single-racy): New rule.
10883 (check-parallel-racy): Likewise.
10884 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
10885 (do-check-parallel-racy): New rule.
10886 (check-racy/%.exp): Likewise.
10887 * README (Racy testcases): New section.
10888 * analyze-racy-logs.py: New file.
10889
108902016-03-03 Doug Evans <dje@google.com>
10891
10892 * gdb.base/skip.exp: Use with_test_prefix.
10893
108942016-03-03 Yao Qi <yao.qi@linaro.org>
10895
10896 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
10897 Invoke step_over_syscall "clone" and break_cond_on_syscall
10898 "clone".
10899 * gdb.base/step-over-clone.c: New file.
10900
109012016-03-03 Yao Qi <yao.qi@linaro.org>
10902
10903 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
10904 code format.
10905
109062016-03-03 Yao Qi <yao.qi@linaro.org>
10907
10908 * gdb.base/disp-step-fork.c: Rename to ...
10909 * gdb.base/step-over-fork.c: ... it. New file.
10910 * gdb.base/disp-step-vfork.c: Rename to ...
10911 * gdb.base/step-over-vfork.c: ... it. New file.
10912 * gdb.base/disp-step-syscall.exp: Rename to ...
10913 * gdb.base/step-over-syscall.exp: ... it. New file.
10914 (disp_step_cross_syscall): Rename to ...
10915 (step_over_syscall): ... it.
10916
109172016-03-03 Yao Qi <yao.qi@linaro.org>
10918
10919 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
10920 If target supports condition evaluation on target, invoke
10921 break_cond_on_syscall for fork and vfork.
10922
109232016-03-03 Yao Qi <yao.qi@linaro.org>
10924
10925 * gdb.base/disp-step-syscall.exp: Don't invoke
10926 support_displaced_stepping.
10927 (disp_step_cross_syscall): Test with displaced stepping off and
10928 on if supported.
10929
109302016-03-03 Yao Qi <yao.qi@linaro.org>
10931
10932 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
10933 proc.
10934 (setup): New proc.
10935 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
10936 and setup.
10937
109382016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10939
10940 * gdb.fortran/vla-history.exp: Remove breakpoint.
10941
109422016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10943
10944 * gdb.fortran/vla-history.exp: Lookup array elements and printing
10945 exceeds timeout.
10946
109472016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10948
10949 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
10950 breakpoint.
10951
109522016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10953
10954 * gdb.mi/vla.f90: Nullify pointer after declaration.
10955
109562016-03-01 Pedro Alves <palves@redhat.com>
10957
10958 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
10959
109602016-03-01 Pedro Alves <palves@redhat.com>
10961
10962 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
10963 before anything else.
10964 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
10965 _GNU_SOURCE here.
10966 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
10967 before anything else.
10968 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
10969
109702016-03-01 Pedro Alves <palves@redhat.com>
10971
10972 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
10973
109742016-03-01 Yao Qi <yao.qi@linaro.org>
10975
10976 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
10977 prepare_for_testing.
10978
109792016-03-01 Yao Qi <yao.qi@linaro.org>
10980
10981 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
10982
109832016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10984
10985 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
10986 manually constructing the output path.
10987
109882016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10989
10990 * gdb.arch/s390-stackless.S: New.
10991 * gdb.arch/s390-stackless.exp: New.
10992
109932016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
10994
10995 * gdb.dlang/circular.c: New file.
10996 * gdb.dlang/circular.exp: New file.
10997
109982016-02-26 Yao Qi <yao.qi@linaro.org>
10999
11000 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
11001 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
11002 (testcases): Update.
11003
110042016-02-26 Yao Qi <yao.qi@linaro.org>
11005
11006 * gdb.reverse/aarch64.c: Rename to ...
11007 * gdb.reverse/insn-reverse.c: ... it.
11008 * gdb.reverse/aarch64.exp: Rename to ...
11009 * gdb.reverse/insn-reverse.exp: ... it.
11010
110112016-02-26 Yao Qi <yao.qi@linaro.org>
11012
11013 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
11014 (testcase_ftype): New.
11015 (testcases): New array.
11016 (n_testcases): New.
11017 (main): Call each element in testcases.
11018 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
11019 (read_testcase): New.
11020 Do the tests in a loop.
11021
110222016-02-25 Yao Qi <yao.qi@linaro.org>
11023
11024 * gdb.base/branches.c: Remove.
11025
110262016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
11027
11028 PR gdb/13808
11029 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
11030
110312016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
11032
11033 * gdb.trace/ftrace.exp: Remove unnecessary target check.
11034
110352016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
11036
11037 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
11038 change x86_64 call_insn to 'callq'.
11039
110402016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
11041
11042 * gdb.trace/tfile-avx.c: Move to...
11043 * gdb.trace/tracefile-pseudo-reg.c: Here.
11044 * gdb.trace/tfile-avx.exp: Move to...
11045 * gdb.trace/tracefile-pseudo-reg.exp: Here.
11046
110472016-02-24 Gary Benson <gbenson@redhat.com>
11048
11049 * gdb.base/attach-pie-noexec.exp: Do not expect an error
11050 message on attach.
11051
110522016-02-23 Doug Evans <dje@google.com>
11053
11054 * gdb.base/skip.c (test_skip): New function.
11055 (end_test_skip_file_and_function): New function.
11056 (test_skip_file_and_function): New function.
11057 * gdb.base/skip1.c (test_skip): New function.
11058 (skip1_test_skip_file_and_function): New function.
11059 * gdb.base/skip.exp: Add tests for new skip options.
11060 * gdb.base/skip-solib.exp: Update expected output.
11061 * gdb.perf/skip-command.cc: New file.
11062 * gdb.perf/skip-command.exp: New file.
11063 * gdb.perf/skip-command.py: New file.
11064
110652016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
11066
11067 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
11068 info registers pattern.
11069
110702016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
11071
11072 * lib/future.exp: Add D support.
11073 (gdb_find_gdc): New proc.
11074 (gdb_default_target_compile): Add D support.
11075
110762016-02-18 Wei-cheng Wang <cole945@gmail.com>
11077
11078 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
11079 user+system time.
11080 (trace_speed_test): Determine the iteration count for a time
11081 between 15..30 seconds.
11082
110832016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
11084
11085 * gdb.arch/i386-mpx-sigsegv.c: New file.
11086 * gdb.arch/i386-mpx-sigsegv.exp: New file.
11087 * gdb.arch/i386-mpx-simple_segv.c: New file.
11088 * gdb.arch/i386-mpx-simple_segv.exp: New file.
11089
110902016-02-18 Yao Qi <yao.qi@linaro.org>
11091
11092 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
11093 Don't call setup_kfail.
11094
110952016-02-18 Yao Qi <yao.qi@linaro.org>
11096
11097 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
11098 Set "set breakpoint condition-evaluation" per $cond_bp_target.
11099
111002016-02-16 Doug Evans <dje@google.com>
11101
11102 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
11103 * gdb.base/skip1.c: Ditto.
11104 * gdb.base/skip.exp: Whitespace cleanup.
11105
111062016-02-16 Don Breazeal <donb@codesourcery.com>
11107
11108 PR remote/19496
11109 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
11110 Remove kfail for PR remote/19496.
11111
111122016-02-16 Simon Marchi <simon.marchi@ericsson.com>
11113
11114 * lib/gdb.exp (standard_temp_file): Return a path specific to
11115 the runtest invocation.
11116
111172016-02-16 Simon Marchi <simon.marchi@ericsson.com>
11118
11119 * gdb.trace/save-trace.exp: Change relative path to be in the
11120 standard output directory.
11121
111222016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11123
11124 * gdb.arch/i386-prologue.c: Add missing prototypes.
11125
111262016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11127
11128 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
11129 * gdb.arch/i386-prologue.exp: Likewise.
11130 * gdb.arch/i386-size.exp: Likewise.
11131
111322016-02-15 Simon Marchi <simon.marchi@ericsson.com>
11133
11134 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
11135 define object file path.
11136 * gdb.btrace/gcore.exp: Use standard_output_file to define core
11137 file path.
11138 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
11139 standard_output_file to define binfile.
11140
111412016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11142
11143 Fix compatibility with recent gfortran-5.3.1.
11144 * gdb.fortran/vla-history.exp (print vla1 allocated)
11145 (print vla2 allocated, print $2, print $3): Remove
11146 (print $4): Rename to ...
11147 (print $2): ... here.
11148 (print $9): Rename to ...
11149 (print $5): ... here.
11150 (print $10): Rename to ...
11151 (print $6): ... here.
11152 * gdb.fortran/vla.f90: Add pvla initialization.
11153
111542016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11155
11156 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
11157 New test.
11158 * gdb.fortran/vla-value-sub.exp: Likewise.
11159
111602016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
11161
11162 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
11163
111642016-02-12 Simon Marchi <simon.marchi@ericsson.com>
11165
11166 * i386-biarch-core.exp: Define corefile using
11167 standard_output_file.
11168
111692016-02-12 Yao Qi <yao.qi@linaro.org>
11170
11171 * gdb.arch/arm-single-step-kernel-helper.c: New.
11172 * gdb.arch/arm-single-step-kernel-helper.exp: New.
11173
111742016-02-12 Markus Metzger <markus.t.metzger@intel.com>
11175
11176 * gdb.btrace/tailcall-only.exp: New.
11177 * gdb.btrace/tailcall-only.c: New.
11178 * gdb.btrace/x86_64-tailcall-only.S: New.
11179 * gdb.btrace/i686-tailcall-only.S: New.
11180
111812016-02-11 Pedro Alves <palves@redhat.com>
11182
11183 * README (Parallel testing): Add missing double quotes.
11184
111852016-02-11 Pedro Alves <palves@redhat.com>
11186
11187 * README (Parallel testing): New section.
11188 (GDB_PARALLEL): Rewrite.
11189 (FORCE_PARALLEL): Document.
11190
111912016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
11192
11193 * gdb.trace/tfile-avx.c: New test.
11194 * gdb.trace/tfile-avx.exp: New test.
11195
111962016-02-09 Keith Seitz <keiths@redhat.com>
11197
11198 PR breakpoints/19546
11199 * gdb.base/infcall-exec.c: New file.
11200 * gdb.base/infcall-exec2.c: New file.
11201 * gdb.base/infcall-exec.exp: New file.
11202
112032016-02-09 Keith Seitz <keiths@redhat.com>
11204
11205 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
11206 (toplevel): Call test_bkpt_address.
11207
112082016-02-09 Keith Seitz <keiths@redhat.com>
11209
11210 PR python/19506
11211 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
11212 (toplevel): Call test_bkpt_address.
11213
112142016-02-09 Simon Marchi <simon.marchi@ericsson.com>
11215
11216 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
11217 to AC_OUTPUT.
11218 * configure: Regenerate.
11219
112202016-02-09 Pedro Alves <palves@redhat.com>
11221
11222 PR breakpoints/19548
11223 * gdb.base/execl-update-breakpoints.c (some_function): New
11224 function.
11225 (main): Call it.
11226 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
11227 Tighten expected GDB output.
11228
112292016-02-08 Simon Marchi <simon.marchi@ericsson.com>
11230
11231 * Makefile.in (ALL_SUBDIRS): Remove.
11232 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
11233 (distclean maintainer-clean realclean): Likewise.
11234 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
11235 * configure: Regenerate.
11236 * gdb.ada/Makefile.in: Delete.
11237 * gdb.arch/Makefile.in: Likewise.
11238 * gdb.asm/Makefile.in: Likewise.
11239 * gdb.base/Makefile.in: Likewise.
11240 * gdb.btrace/Makefile.in: Likewise.
11241 * gdb.cell/Makefile.in: Likewise.
11242 * gdb.compile/Makefile.in: Likewise.
11243 * gdb.cp/Makefile.in: Likewise.
11244 * gdb.disasm/Makefile.in: Likewise.
11245 * gdb.dlang/Makefile.in: Likewise.
11246 * gdb.dwarf2/Makefile.in: Likewise.
11247 * gdb.fortran/Makefile.in: Likewise.
11248 * gdb.gdb/Makefile.in: Likewise.
11249 * gdb.go/Makefile.in: Likewise.
11250 * gdb.guile/Makefile.in: Likewise.
11251 * gdb.java/Makefile.in: Likewise.
11252 * gdb.linespec/Makefile.in: Likewise.
11253 * gdb.mi/Makefile.in: Likewise.
11254 * gdb.modula2/Makefile.in: Likewise.
11255 * gdb.multi/Makefile.in: Likewise.
11256 * gdb.objc/Makefile.in: Likewise.
11257 * gdb.opencl/Makefile.in: Likewise.
11258 * gdb.opt/Makefile.in: Likewise.
11259 * gdb.pascal/Makefile.in: Likewise.
11260 * gdb.perf/Makefile.in: Likewise.
11261 * gdb.python/Makefile.in: Likewise.
11262 * gdb.reverse/Makefile.in: Likewise.
11263 * gdb.server/Makefile.in: Likewise.
11264 * gdb.stabs/Makefile.in: Likewise.
11265 * gdb.threads/Makefile.in: Likewise.
11266 * gdb.trace/Makefile.in: Likewise.
11267 * gdb.xml/Makefile.in: Likewise.
11268 * lib/gdb.exp (make_gdb_parallel_path): Add check for
11269 GDB_PARALLEL.
11270 (standard_output_file): Remove check for GDB_PARALLEL, always
11271 return path in outputs/$subdir/$testname.
11272
112732016-02-08 Simon Marchi <simon.marchi@ericsson.com>
11274
11275 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
11276 (site.exp): Assign abs_srcdir to tcl's srcdir.
11277
112782016-02-04 Yao Qi <yao.qi@linaro.org>
11279
11280 * gdb.base/foll-exec-mode.c: Include limits.h.
11281 (main): Add parameters argc and argv. Get directory from
11282 argv[0].
11283 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
11284 compilation.
11285 * gdb.base/foll-exec.c: Include limits.h.
11286 (main): Add parameters argc and argv.
11287 Get directory from argv[0].
11288 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
11289 Adjust tests on the number of lines as source code changed.
11290 * gdb.base/foll-vfork-exit.c: Include limits.h.
11291 (main): Add one line of statement before vfork.
11292 * gdb.base/foll-vfork.c: Include limits.h and string.h.
11293 (main): Add parameters argc and argv. Get directory from
11294 argv[0].
11295 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
11296 (setup_gdb): Set tbreak to skip some source lines.
11297 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
11298 (main): Add parameters argc and argv. Get directory from
11299 argv[0].
11300 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
11301 compilation.
11302 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
11303 (main): Add parameters argc and argv. Get directory from
11304 argv[0].
11305 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
11306 compilation.
11307
113082016-02-01 Doug Evans <dje@google.com>
11309
11310 * gdb.base/skip.exp: Clean up multiple references to same test name.
11311
113122016-02-01 Pedro Alves <palves@redhat.com>
11313
11314 PR remote/19496
11315 * gdb.threads/forking-threads-plus-breakpoint.exp
11316 (displaced_stepping_supported): New global.
11317 (probe_displaced_stepping_support): New procedure.
11318 (do_test): Add 'displaced' parameter, and use it.
11319 (top level): Check for displaced stepping support. Add displaced
11320 stepping on/off testing axis.
11321
113222016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
11323
11324 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
11325 pointer. Don't perform further tests on the unassociated pointer
11326 if the first test fails.
11327
113282016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
11329
11330 * gdb.base/max-value-size.c: New file.
11331 * gdb.base/max-value-size.exp: New file.
11332 * gdb.base/huge.exp: Disable max-value-size for this test.
11333
113342016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
11335
11336 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
11337
113382016-01-28 Yao Qi <yao.qi@linaro.org>
11339
11340 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
11341
113422016-01-25 Pedro Alves <palves@redhat.com>
11343
11344 PR threads/19461
11345 * gdb.base/fork-running-state.c: New file.
11346 * gdb.base/fork-running-state.exp: New file.
11347
113482016-01-25 Pedro Alves <palves@redhat.com>
11349
11350 PR gdb/19494
11351 * gdb.base/catch-fork-kill.c: New file.
11352 * gdb.base/catch-fork-kill.exp: New file.
11353
113542016-01-25 Pedro Alves <palves@redhat.com>
11355
11356 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
11357 Delete, moved to lib/gdb.exp.
11358 * gdb.threads/forking-threads-plus-breakpoint.exp
11359 (foreach_with_prefix): Likewise.
11360 * gdb.threads/process-dies-while-handling-bp.exp
11361 (foreach_with_prefix): Likewise.
11362 * lib/gdb.exp (foreach_with_prefix): New procedure.
11363
113642016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
11365
11366 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
11367 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
11368
113692016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
11370
11371 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
11372 endian targets.
11373
113742016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11375 Pedro Alves <palves@redhat.com>
11376
11377 Fix testsuite compatibility with Guile.
11378 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
11379 number.
11380
113812016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11382
11383 Fix testsuite compatibility with Guile.
11384 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
11385 (thread 1): New test for backtrace through signal handler.
11386
113872016-01-22 Yao Qi <yao.qi@linaro.org>
11388
11389 PR testsuite/19491
11390 * gdb.base/multi-forks.c: Include
11391 ../lib/unbuffer_output.c
11392 (main): Call gdb_unbuffer_output.
11393
113942016-01-21 Doug Evans <dje@google.com>
11395
11396 * lib/ada.exp (gdb_compile_ada): Fix typo.
11397
113982016-01-21 Joel Brobecker <brobecker@adacore.com>
11399
11400 * gdb.base/break-fun-addr.exp: New file.
11401 * gdb.base/break-fun-addr1.c: New file.
11402 * gdb.base/break-fun-addr2.c: New file.
11403
114042016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
11405
11406 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
11407 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
11408 enum flag values.
11409
114102016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
11411
11412 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
11413 when GDB can not set the vector return value. Add more comments
11414 for clarification.
11415
114162016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
11417
11418 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
11419 command.
11420
114212016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11422
11423 * Makefile.in (DO_RUNTEST): Add --status and update usages.
11424
114252016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11426
11427 * Makefile.in (check-single): Pass --status to runtest.
11428 (check/%.exp): Likewise.
11429
114302016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11431
11432 * Makefile.in (check-parallel): Propagate return code from make
11433 do-check-parallel.
11434
114352016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
11436
11437 * gdb.trace/ftrace.exp: Fix expected message on continue.
11438 * gdb.trace/pending.exp: Fix expected message on continue.
11439 * gdb.trace/trace-break.exp: Fix expected message on continue.
11440
114412016-01-18 Simon Marchi <simon.marchi@ericsson.com>
11442
11443 * lib/gdb.exp (gdb_test): Remove unused global references.
11444
114452016-01-18 Pedro Alves <palves@redhat.com>
11446
11447 * gdb.base/async-shell.exp: Adjust expected output.
11448 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
11449 * gdb.base/siginfo-thread.exp: Adjust expected output.
11450 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
11451 * gdb.java/jnpe.exp: Adjust expected output.
11452 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
11453 * gdb.threads/continue-pending-status.exp: Adjust expected output.
11454 * gdb.threads/leader-exit.exp: Adjust expected output.
11455 * gdb.threads/manythreads.exp: Adjust expected output.
11456 * gdb.threads/pthreads.exp: Adjust expected output.
11457 * gdb.threads/schedlock.exp: Adjust expected output.
11458 * gdb.threads/siginfo-threads.exp: Adjust expected output.
11459 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
11460 expected output.
11461 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
11462 output.
11463 * gdb.threads/sigthread.exp: Adjust expected output.
11464 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
11465
114662016-01-18 Yao Qi <yao.qi@linaro.org>
11467
11468 * gdb.guile/scm-section-script.c: Replace @progbits with
11469 %progbits.
11470 * gdb.python/py-section-script.c: Likewise.
11471
114722016-01-15 Pedro Alves <palves@redhat.com>
11473
11474 * gdb.multi/tids.exp: Test star wildcard ranges.
11475
114762016-01-15 Pedro Alves <palves@redhat.com>
11477
11478 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
11479 command from "thread apply" invocation.
11480 (thr_apply_info_thr_invalid): Default the expected output to the
11481 input tid list.
11482 (top level): Add tests that use convenience variables. Add tests
11483 for "thread apply" with a valid TID list, but missing the command.
11484
114852016-01-13 Pedro Alves <palves@redhat.com>
11486
11487 * gdb.base/default.exp: Expect $_gthread as well.
11488 * gdb.multi/tids.exp: Test $_gthread.
11489 * gdb.threads/thread-specific.exp: Test $_gthread.
11490
114912016-01-13 Pedro Alves <palves@redhat.com>
11492
11493 * gdb.multi/tids.exp: Test "info threads -gid".
11494
114952016-01-13 Pedro Alves <palves@redhat.com>
11496
11497 * gdb.multi/tids.exp: Test InferiorThread.global_num and
11498 Breakpoint.thread.
11499 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
11500
115012016-01-07 Pedro Alves <palves@redhat.com>
11502
11503 * gdb.base/break.exp: Adjust to output changes.
11504 * gdb.base/hbreak2.exp: Likewise.
11505 * gdb.base/sepdebug.exp: Likewise.
11506 * gdb.base/watch_thread_num.exp: Likewise.
11507 * gdb.linespec/keywords.exp: Likewise.
11508 * gdb.multi/info-threads.exp: Likewise.
11509 * gdb.threads/thread-find.exp: Likewise.
11510 * gdb.multi/tids.c: New file.
11511 * gdb.multi/tids.exp: New file.
11512
115132016-01-13 Pedro Alves <palves@redhat.com>
11514
11515 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
11516
115172016-01-13 Pedro Alves <palves@redhat.com>
11518
11519 * gdb.base/default.exp: Expect $_inferior as well.
11520 * gdb.multi/base.exp: Test $_inferior.
11521
115222016-01-13 Pedro Alves <palves@redhat.com>
11523
11524 PR breakpoints/19388
11525 * gdb.base/catch-signal-siginfo-cond.c: New file.
11526 * gdb.base/catch-signal-siginfo-cond.exp: New file.
11527
115282016-01-12 Josh Stone <jistone@redhat.com>
11529 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11530
11531 * gdb.base/catch-syscall.c (do_execve): New variable.
11532 (main): Conditionally trigger an execve.
11533 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
11534 (test_catch_syscall_execve): New, check entry/return across execve.
11535 (do_syscall_tests): Call test_catch_syscall_execve.
11536
115372016-01-12 Pedro Alves <palves@redhat.com>
11538
11539 * gdb.base/random-signal.exp (do_test): New procedure, with body
11540 of testcase moved in.
11541
115422016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11543 Pedro Alves <palves@redhat.com>
11544
11545 * gdb.base/funcargs.exp (finish from indirectly called function):
11546 Reintroduce the case for 'First'.
11547
115482016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11549 Pedro Alves <palves@redhat.com>
11550
11551 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
11552 (tcatch_vfork_then_child_follow_exec)
11553 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
11554 identification.
11555
115562016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11557
11558 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
11559 and repeats to unlimited.
11560 * gdb.python/py-value.exp: Likewise.
11561 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
11562 and repeats to unlimited.
11563
115642016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11565
11566 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
11567 and reordering the functions.
11568 * gdb.multi/hangout.c: Likewise.
11569 * gdb.multi/hello.c: Likewise.
11570
115712016-01-08 Simon Marchi <simon.marchi@ericsson.com>
11572
11573 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
11574 absolute.
11575 (SingleStatisticTestResult.report): Use dict.keys instead of
11576 dict.iterkeys.
11577
115782016-01-06 Pedro Alves <palves@redhat.com>
11579
11580 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
11581
115822016-01-04 Markus Metzger <markus.t.metzger@intel.com>
11583
11584 * gdb.btrace/dlopen.exp: New.
11585 * gdb.btrace/dlopen.c: New.
11586 * gdb.btrace/dlopen-dso.c: New.
11587
115882015-12-25 Sandra Loosemore <sandra@codesourcery.com>
11589
11590 * lib/gdb.exp (gdb_test): Update comments to clarify that the
11591 PATTERN argument is optional.
11592
115932015-12-24 Joel Brobecker <brobecker@adacore.com>
11594
11595 * lib/ada.exp (target_compile_ada_from_dir): New function.
11596 (gdb_compile_ada): Reimplement avoiding the use of project files.
11597 * gdb.ada/gnat_ada.gpr: Delete.
11598 * gdb.ada/cond_lang.exp: Adjust test to make path before
11599 filename optional.
11600 * gdb.ada/small_reg_param.exp: Likewise.
11601
116022015-12-22 Simon Marchi <simon.marchi@ericsson.com>
11603
11604 * gdb.base/foll-vork.exp: Remove HP-UX special case.
11605
116062015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
11607
11608 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
11609 case.
11610
116112015-12-21 Simon Marchi <simon.marchi@ericsson.com>
11612
11613 * gdb.base/break.exp: Remove dead code.
11614 * gdb.base/sepdebug.exp: Likewise.
11615
116162015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
11617
11618 * gdb.asm/asm-source.exp: Remove HP-UX references.
11619 * gdb.base/annota1.exp: Likewise.
11620 * gdb.base/annota3.exp: Likewise.
11621 * gdb.base/attach.exp: Likewise.
11622 * gdb.base/bigcore.exp: Likewise.
11623 * gdb.base/break.exp: Likewise.
11624 * gdb.base/call-ar-st.exp: Likewise.
11625 * gdb.base/callfuncs.exp: Likewise.
11626 * gdb.base/catch-fork-static.exp: Likewise.
11627 * gdb.base/display.exp: Likewise.
11628 * gdb.base/foll-exec-mode.exp: Likewise.
11629 * gdb.base/foll-exec.exp: Likewise.
11630 * gdb.base/foll-fork.exp: Likewise.
11631 * gdb.base/foll-vfork.exp: Likewise.
11632 * gdb.base/funcargs.exp: Likewise.
11633 * gdb.base/hbreak2.exp: Likewise.
11634 * gdb.base/inferior-died.exp: Likewise.
11635 * gdb.base/interrupt.exp: Likewise.
11636 * gdb.base/multi-forks.exp: Likewise.
11637 * gdb.base/nodebug.exp: Likewise.
11638 * gdb.base/sepdebug.exp: Likewise.
11639 * gdb.base/solib1.c: Likewise.
11640 * gdb.base/step-test.exp: Likewise.
11641 * gdb.mi/non-stop.c: Likewise.
11642 * gdb.mi/pthreads.c: Likewise.
11643 * gdb.multi/bkpt-multi-exec.ex: Likewise.
11644 * gdb.threads/pthreads.c: Likewise.
11645 * gdb.threads/staticthreads.exp: Likewise.
11646 * lib/future.exp: Likewise.
11647 * lib/gdb.exp: Likewise.
11648 * gdb.base/so-indr-cl.c: Remove.
11649 * gdb.base/so-indr-cl.exp: Likewise.
11650 * gdb.base/solib.c: Likewise.
11651 * gdb.base/solib.exp: Likewise.
11652 * gdb.base/solib2.c: Likewise.
11653
116542015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
11655
11656 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
11657 * gdb.base/call-ar-st.exp: Likewise.
11658 * gdb.base/callfuncs.exp: Likewise.
11659 * gdb.base/condbreak.exp: Likewise.
11660 * gdb.base/constvars.exp: Likewise.
11661 * gdb.base/hbreak2.exp: Likewise.
11662 * gdb.base/langs.exp: Likewise.
11663 * gdb.base/list.exp: Likewise.
11664 * gdb.base/long_long.exp: Likewise.
11665 * gdb.base/ptype.exp: Likewise.
11666 * gdb.base/scope.exp: Likewise.
11667 * gdb.base/signals.exp: Likewise.
11668 * gdb.base/so-impl-ld.exp: Likewise.
11669 * gdb.base/varargs.exp: Likewise.
11670 * gdb.base/volatile.exp: Likewise.
11671 * gdb.base/whatis.exp: Likewise.
11672 * gdb.cp/cplusfuncs.exp: Likewise.
11673 * gdb.cp/inherit.exp: Likewise.
11674 * gdb.cp/local.exp: Likewise.
11675 * gdb.cp/member-ptr.exp: Likewise.
11676 * gdb.cp/method.exp: Likewise.
11677 * gdb.cp/overload.exp: Likewise.
11678 * gdb.cp/templates.exp: Likewise.
11679 * gdb.stabs/weird.exp: Likewise.
11680 * lib/compiler.c: Likewise.
11681 * lib/compiler.cc: Likewise.
11682 * lib/cp-support.exp: Likewise.
11683 * lib/gdb.exp: Likewise.
11684
116852015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
11686
11687 * configure.ac: Remove HP-UX case.
11688 * configure: Regenerate.
11689
116902015-12-18 Simon Marchi <simon.marchi@ericsson.com>
11691
11692 * lib/gdb.exp (gdb_compile): Add function doc.
11693
116942015-12-17 Pedro Alves <palves@redhat.com>
11695
11696 PR threads/19354
11697 * gdb.multi/info-threads.exp: New file.
11698
116992015-12-15 Yao Qi <yao.qi@linaro.org>
11700
11701 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
11702 is aarch64*-*-*.
11703
117042015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11705
11706 * gdb.base/history-duplicates.exp: Skip if no readline support.
11707
117082015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11709
11710 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
11711
117122015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11713
11714 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
11715
117162015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11717
11718 * gdb.base/completion.exp: Skip tests that interrupt GDB with
11719 ctrl-C if nointerrupts target property is set.
11720 * gdb.base/double-prompt-target-event-error.exp: Likewise.
11721 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
11722 * gdb.base/paginate-bg-execution.exp: Likewise.
11723 * gdb.base/paginate-execution-startup.exp: Likewise.
11724 * gdb.base/random-signal.exp: Likewise.
11725 * gdb.base/range-stepping.exp: Likewise.
11726 * gdb.cp/annota2.exp: Likewise.
11727 * gdb.cp/annota3.exp: Likewise.
11728 * gdb.gdb/selftest.exp: Likewise.
11729 * gdb.threads/continue-pending-status.exp: Likewise.
11730 * gdb.threads/leader-exit.exp: Likewise.
11731 * gdb.threads/manythreads.exp: Likewise.
11732 * gdb.threads/pthreads.exp: Likewise.
11733 * gdb.threads/schedlock.exp: Likewise.
11734 * gdb.threads/sigthread.exp: Likewise.
11735
117362015-12-11 Don Breazeal <donb@codesourcery.com>
11737
11738 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
11739 remote.
11740 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
11741 * gdb.base/foll-exec.exp (main): Enable for target remote.
11742 * gdb.base/foll-fork.exp (main): Likewise.
11743 * gdb.base/foll-vfork.exp (main): Likewise.
11744 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
11745 (proc continue_to_exit_bp_loc): Use clean_restart.
11746 * gdb.base/pie-execl.exp (main): Disable for target remote.
11747 * gdb.base/watch-vfork.exp (main): Enable for target remote.
11748 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
11749 * gdb.threads/execl.exp (main): Likewise.
11750 * gdb.threads/fork-child-threads.exp (main): Likewise.
11751 * gdb.threads/fork-plus-threads.exp (main): Disable for target
11752 remote.
11753 * gdb.threads/fork-thread-pending.exp (main): Enable for target
11754 remote.
11755 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
11756 pid.tid style ptids, instead of just tid.
11757 * gdb.threads/thread-execl.exp (main): Enable for target remote.
11758 * gdb.threads/watchpoint-fork.exp (main): Likewise.
11759 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
11760 ptids, instead of just tid.
11761
117622015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11763
11764 * gdb.base/list.exp (test_list_forward): Add end of file error
11765 test.
11766 (test_repeat_list_command): Add end of file error test.
11767 (test_list_backwards): Add beginning of file error test.
11768
117692015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11770
11771 * gdb.base/list.exp (test_list_invalid_args): New function,
11772 defined, and called.
11773
117742015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11775
11776 * gdb.base/list.exp (test_list): Make test names unique.
11777
117782015-12-11 Yao Qi <yao.qi@linaro.org>
11779
11780 * gdb.base/coremaker2.c: Remove.
11781
117822015-12-10 Pedro Alves <palves@redhat.com>
11783
11784 * gdb.multi/base.exp: Remove stale "spaces" references.
11785
117862015-12-10 Pedro Alves <palves@redhat.com>
11787
11788 * gdb.multi/base.exp: Don't use nowarnings.
11789 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
11790 * gdb.multi/hangout.c: Include stdio.h.
11791 * gdb.multi/hello.c: Include stdlib.h.
11792 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
11793 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
11794 * gdb.multi/multi-arch.exp: Don't use nowarnings.
11795
117962015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
11797
11798 * gdb.dwarf2/dw2-ranges-base.c: New file.
11799 * gdb.dwarf2/dw2-ranges-base.exp: New file.
11800 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
11801 support additional line table, and debug ranges generation.
11802 (Dwarf::ranges): New function, generate .debug_ranges.
11803 (Dwarf::lines): Support generating simple line table programs.
11804 (Dwarf::assemble): Initialise new namespace variables.
11805
118062015-12-09 Kevin Buettner <kevinb@redhat.com>
11807
11808 * gdb.base/async.exp (proc test_background): Add case for
11809 asynchronous execution not supported.
11810
118112015-12-09 Luis Machado <lgustavo@codesourcery.com>
11812
11813 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
11814 format and change test names to make them unique.
11815
118162015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
11817 Pedro Alves <pedro@redhat.com>
11818
11819 PR gdb/18702
11820 Add checking of floatformats setup on x86_64 hosts.
11821 * gdb.arch/i386-float.S (main): Load bigval and smallval.
11822 (smallval, bigval): New labels/constants.
11823 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
11824 float" after loading bigval and smallval.
11825
118262015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
11827
11828 * gdb.ada/fun_overload_menu.exp: New testcase.
11829 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
11830
118312015-12-04 Josh Stone <jistone@redhat.com>
11832
11833 * gdb.base/catch-fork-static.exp: New.
11834
118352015-12-03 Yao Qi <yao.qi@linaro.org>
11836
11837 * gdb.base/sizeof.c: Don't include stdio.h and
11838 ../lib/unbuffer_output.c.
11839 (main): New variable 'size' and 'value'. Remove printf and
11840 gdb_unbuffer_output. Assign return value to size and value.
11841 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
11842 at the beginning.
11843 (check_sizeof): Check the result by printing variable 'size'.
11844 (check_valueof): Check the result by printing variable 'value'.
11845
118462015-12-01 Yao Qi <yao.qi@linaro.org>
11847
11848 * gdb.base/disp-step-syscall.exp: Define syscall instruction
11849 for aarch64*-*-linux* target.
11850
118512015-11-30 Pedro Alves <palves@redhat.com>
11852
11853 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
11854
118552015-11-30 Pedro Alves <palves@redhat.com>
11856
11857 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
11858 Handle non-stop mode vCont replies.
11859
118602015-11-30 Pedro Alves <palves@redhat.com>
11861
11862 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
11863 prepare_for_testing. Start gdb with "set non-stop on" appended to
11864 GDBFLAGS. Lax expected stop output.
11865
118662015-11-27 Yao Qi <yao.qi@linaro.org>
11867
11868 * gdb.arch/arm-neon.exp: New.
11869 * gdb.arch/arm-neon.c: New.
11870
118712015-11-27 Yao Qi <yao.qi@linaro.org>
11872
11873 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
11874
118752015-11-27 Yao Qi <yao.qi@linaro.org>
11876
11877 * gdb.cp/annota2.exp: Allow multiple occurrences of the
11878 frames-invalid annotation.
11879
118802015-11-27 Yao Qi <yao.qi@linaro.org>
11881
11882 * gdb.cp/annota2.exp: Use ${frames_invalid}.
11883
118842015-11-26 Simon Marchi <simon.marchi@ericsson.com>
11885
11886 * gdb.threads/names.exp: New file.
11887 * gdb.threads/names.c: New file.
11888 * README: Mention gdb,no_thread_names.
11889
118902015-11-26 Markus Metzger <markus.t.metzger@intel.com>
11891
11892 PR 19297
11893 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
11894 support" error.
11895
118962015-11-24 Pedro Alves <palves@redhat.com>
11897
11898 PR 17539
11899 * gdb.base/display.exp: Expect displays to be sorted in ascending
11900 order. Use multi_line.
11901 * gdb.base/solib-display.exp: Likewise.
11902
119032015-11-24 Pedro Alves <palves@redhat.com>
11904
11905 PR 17539
11906 * gdb.base/display.exp: Expect displays to be sorted in ascending
11907 order. Use multi_line.
11908 * gdb.base/solib-display.exp: Likewise.
11909
119102015-11-24 Pedro Alves <palves@redhat.com>
11911
11912 PR 17539
11913 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
11914 threads in ascending order.
11915 * gdb.base/foll-fork.exp: Likewise.
11916 * gdb.base/foll-vfork.exp: Likewise.
11917 * gdb.base/multi-forks.exp: Likewise.
11918 * gdb.mi/mi-nonstop.exp: Likewise.
11919 * gdb.mi/mi-nsintrall.exp: Likewise.
11920 * gdb.multi/base.exp: Likewise.
11921 * gdb.multi/multi-arch.exp: Likewise.
11922 * gdb.python/py-inferior.exp: Likewise.
11923 * gdb.threads/break-while-running.exp: Likewise.
11924 * gdb.threads/execl.exp: Likewise.
11925 * gdb.threads/gcore-thread.exp: Likewise.
11926 * gdb.threads/info-threads-cur-sal.exp: Likewise.
11927 * gdb.threads/kill.exp: Likewise.
11928 * gdb.threads/linux-dp.exp: Likewise.
11929 * gdb.threads/multiple-step-overs.exp: Likewise.
11930 * gdb.threads/next-bp-other-thread.exp: Likewise.
11931 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
11932 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
11933 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
11934 * gdb.threads/thread-find.exp: Likewise.
11935 * gdb.threads/tls.exp: Likewise.
11936 * lib/mi-support.exp (mi_reverse_list): Delete.
11937 (mi_check_thread_states): No longer reverse list.
11938
119392015-11-24 Pedro Alves <palves@redhat.com>
11940
11941 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
11942 use lowercase.
11943
119442015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11945
11946 * gdb.trace/actions.c: Include trace-common.h.
11947 (main): Add a location for a fast tracepoint.
11948 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
11949 the normal tracepoints.
11950 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
11951
119522015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11953
11954 * save-trace.exp: Factor out code to these...
11955 (gdb_save_tracepoints): New.
11956 (gdb_load_tracepoints): New.
11957 (do_save_load_test): New.
11958
119592015-11-23 Kevin Buettner <kevinb@redhat.com>
11960
11961 * gdb.base/asmlabel.exp: New test.
11962 * gdb.base/asmlabel.c: New test case.
11963
119642015-11-23 Joel Brobecker <brobecker@adacore.com>
11965
11966 * gdb.base/wrong_frame_bt_full-main.c: New file.
11967 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
11968 * gdb.base/wrong_frame_bt_full.exp: New file.
11969
119702015-11-23 Joel Brobecker <brobecker@adacore.com>
11971
11972 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
11973
119742015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11975
11976 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
11977 pstate register when comparing registers values in
11978 sparc64-*-linux-gnu targets to avoid spurious differences.
11979
119802015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11981
11982 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
11983
119842015-11-19 Sandra Loosemore <sandra@codesourcery.com>
11985
11986 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
11987 as type argument to gdb_compile.
11988 * gdb.base/nested-subp2.exp: Likewise.
11989 * gdb.base/nested-subp3.exp: Likewise.
11990
119912015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
11992
11993 * lib/dwarf.exp (_note): Fix left shift of negative value.
11994 * gdb.trace/trace-condition.exp: Likewise.
11995
119962015-11-13 Yao Qi <yao.qi@linaro.org>
11997
11998 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
11999 comments about d10v.
12000 (test_scalar_returns): Likewise.
12001 * gdb.base/d10v.ld: Remove.
12002 * gdb.base/overlays.exp: Remove the target triplet checking for
12003 d10v-*-*.
12004 * gdb.base/structs.exp (test_struct_returns): Remove the
12005 comments about d10v.
12006 (test_struct_calls): Likewise.
12007
120082015-11-13 Yao Qi <yao.qi@linaro.org>
12009
12010 * gdb.base/gnu_vector.exp: Check the return value by "p res".
12011 * gdb.base/gnu_vector.c: Don't include stdio.h.
12012 (main): Don't print res and call add_some_intvecs.
12013
120142015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
12015
12016 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
12017 macro.
12018 (func5): Removed.
12019 (func4): Use FAST_TRACEPOINT_LABEL.
12020 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
12021 macro.
12022 (func): Removed.
12023 (thread_function): Use FAST_TRACEPOINT_LABEL.
12024 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
12025 (func): Remove.
12026 (marker): Use FAST_TRACEPOINT_LABEL.
12027 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
12028 (pendfunc1): Remove.
12029 (pendfunc): Use FAST_TRACEPOINT_LABEL.
12030 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
12031 (foo): Remove.
12032 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
12033 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
12034 macro.
12035 (func): Remove.
12036 (marker): Use FAST_TRACEPOINT_LABEL.
12037 * gdb.trace/trace-common.h: New header.
12038 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
12039 macro.
12040 (func): Remove.
12041 (marker): Use FAST_TRACEPOINT_LABEL.
12042 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
12043 (func): Remove.
12044 (thread_function): Use FAST_TRACEPOINT_LABEL.
12045
120462015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
12047
12048 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
12049 in front.
12050 * gdb.trace/change-loc.exp: Use global pcreg definition.
12051 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
12052 * gdb.trace/entry-values.exp: Use global spreg definition, add $
12053 in front.
12054 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
12055 * gdb.trace/pending.exp: Likewise.
12056 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
12057 * gdb.trace/trace-break.exp: Likewise.
12058 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
12059 in front.
12060 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
12061 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
12062 in front.
12063 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
12064
120652015-11-09 Joel Brobecker <brobecker@adacore.com>
12066
12067 * gdb.ada/fin_fun_out: New testcase.
12068
120692015-11-07 Kevin Buettner <kevinb@redhat.com>
12070
12071 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
12072 value associated with DW_AT_byte_size.
12073 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
12074 constants for DW_AT_byte_size, DW_AT_lower_bound, and
12075 DW_AT_upper_bound.
12076
120772015-11-07 Kevin Buettner <kevinb@redhat.com>
12078
12079 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
12080 (gdb_target_symbol_prefix_flags): Define in terms of _asm
12081 version.
12082 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
12083 gdb.dwarf2/dw2-canonicalize-type.exp,
12084 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
12085 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
12086 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
12087 provided by gdb_target_symbol_prefix_flags_asm.
12088 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
12089 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
12090 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
12091 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
12092 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
12093 macros where needed). Use this macro for symbols which require
12094 the prefix provided by SYMBOL_PREFIX.
12095
120962015-11-05 Kevin Buettner <kevinb@redhat.com>
12097
12098 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
12099 New procs.
12100 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
12101 representing expressions, of more than one list element.
12102 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
12103 to prepend linker symbol prefix to f.
12104 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
12105 table_1 and table_2.
12106 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
12107 Likewise, for f and g.
12108 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
12109 for ptr.
12110 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
12111 for main.
12112 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
12113 table_1_ptr and table_2_ptr.
12114
121152015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12116 Joel Brobecker <brobecker@adacore.com>
12117
12118 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
12119
121202015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
12121
12122 * gdb.reverse/s390-mvcle.c: New test.
12123 * gdb.reverse/s390-mvcle.exp: New file.
12124 * lib/gdb.exp: Enable reverse tests on s390*-linux.
12125
121262015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
12127
12128 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
12129
121302015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
12131
12132 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
12133 reaching marker2.
12134 * gdb.reverse/getresuid-reverse.exp: Likewise.
12135 * gdb.reverse/pipe-reverse.exp: Likewise.
12136 * gdb.reverse/readv-reverse.exp: Likewise.
12137 * gdb.reverse/recvmsg-reverse.exp: Likewise.
12138 * gdb.reverse/time-reverse.exp: Likewise.
12139 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
12140
121412015-10-30 Yao Qi <yao.qi@linaro.org>
12142
12143 * gdb.threads/wp-replication.c (watch_count_done): Remove.
12144 (empty_cycle): Remove.
12145 (main): Don't call empty_cycle. Don't use watch_count_done.
12146 * gdb.threads/wp-replication.exp: Don't set breakpoint on
12147 empty_cycle. Rewrite the code counting HW watchpoints.
12148
121492015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
12150
12151 * gdb.reverse/fstatat-reverse.c: New test.
12152 * gdb.reverse/fstatat-reverse.exp: New file.
12153 * gdb.reverse/getresuid-reverse.c: New test.
12154 * gdb.reverse/getresuid-reverse.exp: New file.
12155 * gdb.reverse/pipe-reverse.c: New test.
12156 * gdb.reverse/pipe-reverse.exp: New file.
12157 * gdb.reverse/readv-reverse.c: New test.
12158 * gdb.reverse/readv-reverse.exp: New file.
12159 * gdb.reverse/recvmsg-reverse.c: New test.
12160 * gdb.reverse/recvmsg-reverse.exp: New file.
12161 * gdb.reverse/time-reverse.c: New test.
12162 * gdb.reverse/time-reverse.exp: New file.
12163 * gdb.reverse/waitpid-reverse.c: New test.
12164 * gdb.reverse/waitpid-reverse.exp: New file.
12165
121662015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
12167
12168 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
12169
121702015-10-26 Doug Evans <dje@google.com>
12171
12172 PR symtab/17391
12173 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
12174 * gdb.dwarf2/bad-regnum.c: New file.
12175 * gdb.dwarf2/bad-regnum.exp: New file.
12176
121772015-10-26 Doug Evans <dje@google.com>
12178
12179 PR python/18938
12180 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
12181 file.
12182
121832015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12184
12185 * gdb.compile/compile.exp (compile code globalvar): Update expectation
12186 for a change by "Mention language in compile error message".
12187
121882015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
12189
12190 PR python/18073
12191 * gdb.python/py-type.c (C::a_method): New.
12192 (C::a_const_method): New.
12193 (C::a_static_method): New.
12194 (a_function): New.
12195 * gdb.python/py-type.exp (test_fields): Test getting fields
12196 from function and method.
12197
121982015-10-21 Keven Boell <keven.boell@intel.com>
12199
12200 * gdb.fortran/vla-alloc-assoc.exp: New file.
12201 * gdb.fortran/vla-datatypes.exp: New file.
12202 * gdb.fortran/vla-datatypes.f90: New file.
12203 * gdb.fortran/vla-history.exp: New file.
12204 * gdb.fortran/vla-ptype-sub.exp: New file.
12205 * gdb.fortran/vla-ptype.exp: New file.
12206 * gdb.fortran/vla-sizeof.exp: New file.
12207 * gdb.fortran/vla-sub.f90: New file.
12208 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
12209 * gdb.fortran/vla-value-sub-finish.exp: New file.
12210 * gdb.fortran/vla-value-sub.exp: New file.
12211 * gdb.fortran/vla-value.exp: New file.
12212 * gdb.fortran/vla-ptr-info.exp: New file.
12213 * gdb.mi/mi-vla-fortran.exp: New file.
12214 * gdb.mi/vla.f90: New file.
12215
122162015-10-21 Sandra Loosemore <sandra@codesourcery.com>
12217
12218 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
12219 of hardwired timeout value.
12220
122212015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12222 Pedro Alves <palves@redhat.com>
12223
12224 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
12225 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
12226
122272015-10-19 Josh Stone <jistone@redhat.com>
12228
12229 * gdb.base/catch-syscall.c: Include <sched.h>.
12230 (unknown_syscall): New variable.
12231 (main): Trigger a vfork and an unknown syscall.
12232 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
12233 (unknown_syscall_number): Likewise.
12234 (check_call_to_syscall): Accept an optional syscall pattern.
12235 (check_return_from_syscall): Likewise.
12236 (check_continue): Likewise.
12237 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
12238 (test_catch_syscall_skipping_return): New test toggling off 'catch
12239 syscall' to step over the syscall return, then toggling back on.
12240 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
12241 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
12242 (do_syscall_tests): Call test_catch_syscall_without_args and
12243 test_catch_syscall_mid_vfork.
12244 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
12245 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
12246
122472015-10-19 Andrew Stubbs <ams@codesourcery.com>
12248
12249 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
12250 print g_vE): Add new pass patterns.
12251 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
12252 print various symbol names for vptr fields.
12253
122542015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
12255
12256 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
12257 results.
12258
122592015-10-12 Yao Qi <yao.qi@linaro.org>
12260
12261 * gdb.arch/disp-step-insn-reloc.exp: New test case.
12262
122632015-10-12 Yao Qi <yao.qi@linaro.org>
12264
12265 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
12266 is aarch64*-*-linux*.
12267
122682015-10-12 Yao Qi <yao.qi@linaro.org>
12269
12270 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
12271 (can_relocate_bcond_true): ... it.
12272 (can_relocate_bcond_false): New function.
12273 (foo): Likewise.
12274 (can_relocate_bl): Likewise.
12275 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
12276 can_relocate_bl.
12277
122782015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
12279
12280 * gdb.base/nested-addr.c: New file.
12281 * gdb.base/nested-addr.exp: New testcase.
12282
122832015-10-09 Markus Metzger <markus.t.metzger@intel.com>
12284
12285 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
12286 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
12287 its output. Ignore the output of "record goto begin" and instead
12288 check that GDB is replaying.
12289
122902015-10-09 Pedro Alves <palves@redhat.com>
12291
12292 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
12293 (top level): Use it in the run with no args test.
12294
122952015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
12296
12297 * gdb.dlang/properties.exp: New file.
12298
122992015-10-02 Sandra Loosemore <sandra@codesourcery.com>
12300
12301 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
12302 whether or not address 0x1000 is mapped on the target.
12303
123042015-09-30 Simon Marchi <simon.marchi@ericsson.com>
12305
12306 * gdb.python/py-type.exp: Do not run tests if binaries fail to
12307 build.
12308
123092015-09-30 Markus Metzger <markus.t.metzger@intel.com>
12310
12311 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
12312 instruction-history test.
12313
123142015-09-28 Doug Evans <dje@google.com>
12315
12316 * gdb.base/gcore.c (array_func): Add reference to static_array.
12317
123182015-09-25 Simon Marchi <simon.marchi@ericsson.com>
12319
12320 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
12321 source line.
12322
123232015-09-24 Sandra Loosemore <sandra@codesourcery.com>
12324
12325 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
12326 short or char as base type.
12327
123282015-09-23 Sandra Loosemore <sandra@codesourcery.com>
12329
12330 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
12331 to allow any size enum.
12332
123332015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
12334
12335 * gdb.ada/array_ptr_renaming.exp: New testcase.
12336 * gdb.ada/array_ptr_renaming/foo.adb: New file.
12337 * gdb.ada/array_ptr_renaming/pack.ads: New file.
12338
123392015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12340
12341 * gdb.trace/ftrace-lock.c: New file.
12342 * gdb.trace/ftrace-lock.exp: New file.
12343
123442015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12345
12346 * gdb.arch/insn-reloc.c: New file.
12347 * gdb.arch/ftrace-insn-reloc.exp: New file.
12348
123492015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12350
12351 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
12352 instruction.
12353 * gdb.trace/pendshr1.c (pendfunc): Likewise.
12354 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
12355 * gdb.trace/range-stepping.c: Likewise.
12356 * gdb.trace/trace-break.c: Likewise.
12357 * gdb.trace/trace-mt.c (thread_function): Likewise.
12358 * gdb.trace/ftrace.c (marker): Likewise.
12359 * gdb.trace/trace-condition.c (marker): Likewise.
12360 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
12361 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
12362 is_aarch64_target.
12363
123642015-09-18 Doug Evans <xdje42@gmail.com>
12365
12366 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
12367 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
12368
123692015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12370
12371 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
12372 the breakpoint.
12373
123742015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12375
12376 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
12377 the pending breakpoint. Remove timeout override for "Run till
12378 MI pending breakpoint on pendfunc3 on thread 2" test.
12379
123802015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12381
12382 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
12383 filename pattern.
12384
123852015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12386
12387 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
12388 in breakpoint filename pattern.
12389
123902015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12391
12392 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
12393
123942015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12395
12396 * gdb.linespec/explicit.exp: Check for readline support for
12397 tab-completion tests. Fix obvious typo.
12398
123992015-09-18 Markus Metzger <markus.t.metzger@intel.com>
12400
12401 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
12402 and replay.
12403
124042015-09-18 Markus Metzger <markus.t.metzger@intel.com>
12405
12406 * gdb.btrace/non-stop.c: New.
12407 * gdb.btrace/non-stop.exp: New.
12408
124092015-09-17 Pierre Langlois <pierre.langlois@arm.com>
12410 Yao Qi <yao.qi@linaro.org>
12411
12412 * gdb.trace/trace-condition.c: New file.
12413 * gdb.trace/trace-condition.exp: New file.
12414
124152015-09-16 Wei-cheng Wang <cole945@gmail.com>
12416
12417 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
12418 for testing bytecode compilation.
12419
124202015-09-16 Pedro Alves <palves@redhat.com>
12421 Sandra Loosemore <sandra@codesourcery.com>
12422
12423 * gdb.threads/non-stop-fair-events.c (timeout): New global.
12424 (SECONDS): Redefine.
12425 (main): Call pthread_kill and alarm early.
12426 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
12427 support.
12428 (test): If the target can't hardware step and doesn't support
12429 displaced stepping, increase the timeout.
12430
124312015-09-16 Pedro Alves <palves@redhat.com>
12432
12433 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
12434 (enable_debug): New procedures.
12435 (test): Use them. Bail out if waiting for threads fails.
12436 (top level): Bail out if a test fails.
12437
124382015-09-16 Yao Qi <yao.qi@linaro.org>
12439
12440 * gdb.asm/asm-source.exp: Set asm-arch for
12441 aarch64*-*-* target.
12442 * gdb.asm/aarch64.inc: New file.
12443
124442015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
12445
12446 * gdb.ada/array_of_variable_length.exp: New testcase.
12447 * gdb.ada/array_of_variable_length/foo.adb: New file.
12448 * gdb.ada/array_of_variable_length/pck.adb: New file.
12449 * gdb.ada/array_of_variable_length/pck.ads: New file.
12450
124512015-09-15 Doug Evans <dje@google.com>
12452
12453 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
12454 of function static local variable.
12455
124562015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12457
12458 * gdb.threads/tls-so_extern.exp: New test file.
12459 * gdb.threads/tls-so_extern.c: New test file.
12460 * gdb.threads/tls-so_extern_main.c: New test file.
12461
124622015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12463
12464 * gdb.opt/solib-intra-step-lib.c: New file.
12465 * gdb.opt/solib-intra-step-main.c: New file.
12466 * gdb.opt/solib-intra-step.exp: New file.
12467
124682015-09-15 Pedro Alves <palves@redhat.com>
12469
12470 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
12471 gdb_continue_to_breakpoint instead of gdb_test_multiple.
12472
124732015-09-14 Pedro Alves <palves@redhat.com>
12474
12475 * gdb.base/hook-stop-continue.c: Delete.
12476 * gdb.base/hook-stop-continue.exp: Delete.
12477 * gdb.base/hook-stop-frame.c: Delete.
12478 * gdb.base/hook-stop-frame.exp: Delete.
12479 * gdb.base/hook-stop.c: New file.
12480 * gdb.base/hook-stop.exp: New file.
12481
124822015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
12483
12484 * gdb.ada/access_to_packed_array.exp: New testcase.
12485 * gdb.ada/access_to_packed_array/foo.adb: New file.
12486 * gdb.ada/access_to_packed_array/pack.adb: New file.
12487 * gdb.ada/access_to_packed_array/pack.ads: New file.
12488
124892015-09-14 Markus Metzger <markus.t.metzger@intel.com>
12490
12491 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
12492 buffer size test.
12493
124942015-09-11 Don Breazeal <donb@codesourcery.com>
12495
12496 * gdb.base/foll-exec.c: Add copyright header. Fix
12497 formatting issues.
12498 * gdb.base/foll-exec.exp (zap_session): Delete proc.
12499 (do_exec_tests): Use clean_restart in place of zap_session,
12500 and for test initialization. Fix formatting issues. Use
12501 fail in place of perror.
12502 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
12503 an expect statement to match an expression with output from
12504 the program under debug.
12505 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
12506 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
12507 * gdb.threads/non-ldr-exc-2.exp: Likewise.
12508 * gdb.threads/non-ldr-exc-3.exp: Likewise.
12509 * gdb.threads/non-ldr-exc-4.exp: Likewise.
12510
125112015-09-09 Doug Evans <dje@google.com>
12512
12513 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
12514
125152015-09-09 Doug Evans <dje@google.com>
12516
12517 * gdb.base/pie-execl.exp: Fix result test of build_executable.
12518
125192015-09-09 Doug Evans <dje@google.com>
12520
12521 * gdb.base/savedregs.exp: Fix typo.
12522
125232015-09-09 Pedro Alves <palves@redhat.com>
12524
12525 * gdb.mi/mi-cli.exp: Add CLI finish tests.
12526
125272015-09-08 Sandra Loosemore <sandra@codesourcery.com>
12528
12529 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
12530 command actually switches threads. Give up on remaining
12531 tests if target fails to stop at breakpoint.
12532
125332015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
12534
12535 * gdb.ada/funcall_char.exp: New testcase.
12536 * gdb.ada/funcall_char/foo.adb: New file.
12537
125382015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
12539
12540 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
12541 expected outputs. Add two testcases for completing ambiguous
12542 functions.
12543 * gdb.ada/complete/aux_pck.adb: New file.
12544 * gdb.ada/complete/aux_pck.ads: New file.
12545 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
12546 Ambiguous_Func functions.
12547 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
12548 * gdb.ada/complete/pck.adb: Likewise.
12549
125502015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
12551
12552 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
12553 failures to run the test program under GDB.
12554
125552015-08-26 Luis Machado <lgustavo@codesourcery.com>
12556
12557 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
12558 to C.
12559
125602015-08-26 Patrick Palka <patrick@parcs.ath.cx>
12561
12562 * gdb.base/run-after-attach.exp: New test file.
12563 * gdb.base/run-after-attach.c: New test file.
12564
125652015-08-26 Don Breazeal <donb@codesourcery.com>
12566
12567 * gdb.base/foll-exec-2.c: New test program.
12568 * gdb.base/foll-exec-2.exp: New test.
12569
125702015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
12571
12572 * gdb.base/nested-subp1.exp: New file.
12573 * gdb.base/nested-subp1.c: New file.
12574 * gdb.base/nested-subp2.exp: New file.
12575 * gdb.base/nested-subp2.c: New file.
12576 * gdb.base/nested-subp3.exp: New file.
12577 * gdb.base/nested-subp3.c: New file.
12578
125792015-08-24 Pedro Alves <palves@redhat.com>
12580
12581 * gdb.server/connect-without-multi-process.c: New file.
12582 * gdb.server/connect-without-multi-process.exp: New file.
12583
125842015-08-24 Luis Machado <lgustavo@codesourcery.com>
12585
12586 * gdb.opt/inline-markers.c: Make z int.
12587
125882015-08-24 Luis Machado <lgustavo@codesourcery.com>
12589
12590 * gdb.opt/inline-markers.c: Make z volatile.
12591
125922015-08-24 Luis Machado <lgustavo@codesourcery.com>
12593
12594 * gdb.opt/inline-bt.c: New volatile global z.
12595 * gdb.opt/inline-cmds.c: Likewise.
12596 * gdb.opt/inline-locals.c: Likewise.
12597 * gdb.opt/inline-markers.c: New extern global z.
12598 (marker): Use z.
12599 (inline_fn): Likewise.
12600
126012015-08-24 Pedro Alves <palves@redhat.com>
12602
12603 * config/m32r-stub.exp: Remove file.
12604 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
12605 * gdb.base/call-rt-st.exp: Likewise.
12606 * gdb.base/call-strs.exp: Likewise.
12607 * gdb.base/default.exp: Remove references to h8300-*-hms and
12608 *-*-udi*.
12609 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
12610
126112015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12612
12613 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
12614 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
12615 and "return" use KFAIL when GDB can not read/write the vector
12616 return value.
12617
126182015-08-21 Gary Benson <gbenson@redhat.com>
12619
12620 * gdb.trace/pending.exp: Cope with remote transfer warnings.
12621
126222015-08-20 Pedro Alves <palves@redhat.com>
12623
12624 * gdb.server/solib-list.exp: No longer expect an interior stop in
12625 non-stop mode.
12626
126272015-08-20 Pedro Alves <palves@redhat.com>
12628
12629 * gdb.server/connect-stopped-target.c: New file.
12630 * gdb.server/connect-stopped-target.exp: New file.
12631
126322015-08-20 Pedro Alves <palves@redhat.com>
12633
12634 * gdb.dwarf2/comp-unit-lang.exp: New file.
12635 * gdb.dwarf2/comp-unit-lang.c: New file.
12636
126372015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
12638
12639 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
12640 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
12641
126422015-08-19 Kevin Buettner <kevinb@redhat.com>
12643
12644 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
12645 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
12646
126472015-08-18 Doug Evans <dje@google.com>
12648 Adrian Sendroiu <adrian.sendroiu@freescale.com>
12649
12650 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
12651 skip_python_tests. New arg prompt_regexp.
12652 (skip_python_tests): New function.
12653 * lib/mi-support.exp (mi_skip_python_tests): New function.
12654 * gdb.python/py-mi-objfile-gdb.py: New file.
12655 * gdb.python/py-mi-objfile.c: New file.
12656 * gdb.python/py-mi-objfile.exp: New file.
12657
126582015-08-17 Keith Seitz <keiths@redhat.com>
12659
12660 * gdb.linespec/explicit.exp: Move strace test from here ...
12661 * gdb.trace/strace.exp: ... to here.
12662
126632015-08-15 Patrick Palka <patrick@parcs.ath.cx>
12664
12665 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
12666 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
12667
126682015-08-14 Doug Evans <xdje42@gmail.com>
12669
12670 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
12671 inferior before selecting a new file.
12672
126732015-08-14 Doug Evans <xdje42@gmail.com>
12674
12675 * gdb.mi/mi-disassemble.exp: Update.
12676 * gdb.base/disasm-optim.S: New file.
12677 * gdb.base/disasm-optim.c: New file.
12678 * gdb.base/disasm-optim.h: New file.
12679 * gdb.base/disasm-optim.exp: New file.
12680
126812015-08-14 Keith Seitz <keiths@redhat.com>
12682
12683 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
12684 "evaluated-by".
12685
126862015-08-13 Joel Brobecker <brobecker@adacore.com>
12687
12688 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
12689
126902015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
12691
12692 * gdb.ada/fun_renaming.exp: New testcase.
12693 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
12694 * gdb.ada/fun_renaming/pack.adb: New file.
12695 * gdb.ada/fun_renaming/pack.ads: New file.
12696
126972015-08-12 Keith Seitz <keiths@redhat.com>
12698
12699 * gdb.base/dso2dso.exp: Pass basename of source file in call to
12700 gdb_get_line_number.
12701
127022015-08-12 Joel Brobecker <brobecker@adacore.com>
12703
12704 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
12705 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
12706 gdb.base/dso2dso.exp: New files.
12707
127082015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
12709 Pedro Alves <palves@redhat.com>
12710 Keith Seitz <keiths@redhat.com>
12711
12712 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
12713 GDBFLAGS.
12714
127152015-08-12 Patrick Palka <patrick@parcs.ath.cx>
12716
12717 * gdb.base/gdbhistsize-history.exp
12718 (test_histsize_history_setting): Use save_vars.
12719 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12720 Use save_vars.
12721 (test_no_truncation_of_unlimited_history_file): Use save_vars.
12722 * gdb.base/readline.exp: Use save_vars.
12723
127242015-08-12 Patrick Palka <patrick@parcs.ath.cx>
12725
12726 * lib/gdb.exp (save_vars): New proc.
12727
127282015-08-11 Keith Seitz <keiths@redhat.com>
12729
12730 * gdb.base/help.exp: Update help_breakpoint_text.
12731
127322015-08-11 Keith Seitz <keiths@redhat.com>
12733
12734 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
12735 (at toplevel): Call test_explicit_breakpoints.
12736 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
12737 breakpoints.
12738 * lib/mi-support.exp (mi_make_breakpoint): Add support for
12739 breakpoint conditions, "-cond".
12740
127412015-08-11 Keith Seitz <keiths@redhat.com>
12742
12743 * gdb.linespec/3explicit.c: New file.
12744 * gdb.linespec/cpexplicit.cc: New file.
12745 * gdb.linespec/cpexplicit.exp: New file.
12746 * gdb.linespec/explicit.c: New file.
12747 * gdb.linespec/explicit.exp: New file.
12748 * gdb.linespec/explicit2.c: New file.
12749 * gdb.linespec/ls-errs.exp: Add explicit location tests.
12750 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
12751 before using in the matching pattern.
12752 Clarify that `prefix' is a regular expression.
12753
127542015-08-11 Keith Seitz <keiths@redhat.com>
12755
12756 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
12757 test.
12758 Add tests for missing ",FMT" and ",".
12759
127602015-08-10 Doug Evans <dje@google.com>
12761 Keith Seitz <keiths@redhat.com>
12762
12763 PR gdb/17960
12764 * gdb.base/completion.exp: Add location completer tests.
12765
127662015-08-07 Pedro Alves <palves@redhat.com>
12767
12768 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
12769 tests here.
12770 (top level): Run do_test with and without displaced stepping.
12771
127722015-08-07 Pedro Alves <palves@redhat.com>
12773
12774 * gdb.base/valgrind-disp-step.c: New file.
12775 * gdb.base/valgrind-disp-step.exp: New file.
12776
127772015-08-07 Pedro Alves <palves@redhat.com>
12778
12779 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
12780 Delete function.
12781 (main): Add alarm. Run an infinite loop instead of calling
12782 wait_threads.
12783 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
12784 comment.
12785 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
12786 Delete function.
12787 (main): Add alarm. Run an infinite loop instead of calling
12788 wait_threads.
12789 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
12790 comment.
12791
127922015-08-07 Pedro Alves <palves@redhat.com>
12793
12794 * gdb.base/checkpoint-ns.exp: New file.
12795 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
12796 standard_testfile.
12797
127982015-08-07 Markus Metzger <markus.t.metzger@intel.com>
12799
12800 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
12801 * gdb.btrace/instruction_history.exp: Update.
12802 * gdb.btrace/tsx.exp: New.
12803 * gdb.btrace/tsx.c: New.
12804
128052015-08-06 Pedro Alves <palves@redhat.com>
12806
12807 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
12808 increase timeout.
12809 * gdb.reverse/until-precsave.exp: Bump timeouts.
12810
128112015-08-06 Pedro Alves <palves@redhat.com>
12812
12813 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
12814
128152015-08-06 Pedro Alves <palves@redhat.com>
12816
12817 PR gdb/18749
12818 * gdb.threads/process-dies-while-handling-bp.c: New file.
12819 * gdb.threads/process-dies-while-handling-bp.exp: New file.
12820
128212015-08-06 Pedro Alves <palves@redhat.com>
12822
12823 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
12824 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
12825
128262015-08-05 Pedro Alves <palves@redhat.com>
12827
12828 * gdb.threads/next-while-other-thread-longjmps.c: New file.
12829 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
12830
128312015-08-03 Sandra Loosemore <sandra@codesourcery.com>
12832
12833 * gdb.base/bp-permanent.exp: Report test as unsupported if
12834 the target cannot stop at the permanent breakpoint.
12835
128362015-08-03 Doug Evans <dje@google.com>
12837
12838 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
12839 10000.
12840
128412015-08-03 Doug Evans <dje@google.com>
12842
12843 * Makefile.in (workers/%.worker, build-perf): New rule.
12844 (GDB_PERFTEST_MODE): New variable.
12845 (check-perf): Use it.
12846 (clean): Clean up gdb.perf parallel build subdirs.
12847 * lib/build-piece.exp: New file.
12848 * lib/gdb.exp (make_gdb_parallel_path): New function
12849 (standard_output_file, standard_temp_file): Call it.
12850 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12851 of $GDB_PARALLEL.
12852 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
12853
128542015-08-03 Doug Evans <dje@google.com>
12855
12856 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
12857 (LOG_FILE_NAME): New global.
12858 (TextReporter.__init__): Initialize self.txt_sum.
12859 (TextReporter.report): Add support for multiple data-points.
12860 Move report to perftest.sum, put raw data in perftest.log.
12861 (TextReporter.start): Open sum and log files.
12862 (TextReporter.end): Close sum and log files.
12863 * gdb.perf/lib/perftest/testresult.py
12864 (SingleStatisticTestResult.record): Handle multiple data-points.
12865
128662015-07-31 Pedro Alves <palves@redhat.com>
12867
12868 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
12869 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12870 kill_wait_spawned_process instead of explicit "kill -9".
12871 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
12872 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12873 kill_wait_spawned_process.
12874 * gdb.base/attach-twice.exp: Likewise.
12875 * gdb.base/attach.exp: Likewise.
12876 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
12877 gdb_test_multiple.
12878 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
12879 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12880 kill_wait_spawned_process.
12881 * gdb.base/valgrind-infcall.exp: Likewise.
12882 * gdb.multi/multi-attach.exp: Likewise.
12883 * gdb.python/py-prompt.exp: Likewise.
12884 * gdb.python/py-sync-interp.exp: Likewise.
12885 * gdb.server/ext-attach.exp: Likewise.
12886 * gdb.threads/attach-into-signal.exp (corefunc): Use
12887 spawn_wait_for_attach, spawn_id_get_pid and
12888 kill_wait_spawned_process.
12889 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
12890 spawn_wait_for_attach returning a spawn id instead of a pid. Use
12891 spawn_id_get_pid and kill_wait_spawned_process.
12892 * gdb.threads/attach-stopped.exp (corefunc): Use
12893 spawn_wait_for_attach, spawn_id_get_pid and
12894 kill_wait_spawned_process.
12895 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
12896 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12897 kill_wait_spawned_process instead of explicit "kill -9".
12898 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
12899 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
12900 (spawn_wait_for_attach): Use spawn instead of exec to spawn
12901 processes. Don't map cygwin/windows pids here. Now returns a
12902 spawn id list.
12903
129042015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12905
12906 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
12907 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
12908 correct patch.
12909
129102015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12911
12912 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
12913
129142015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12915
12916 Reapply:
12917 2014-05-21 Mark Wielaard <mjw@redhat.com>
12918
12919 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
12920
129212015-07-30 Pedro Alves <palves@redhat.com>
12922
12923 * linux-low.c (handle_extended_wait): Set the child's last
12924 reported status to TARGET_WAITKIND_STOPPED.
12925
129262015-07-30 Pedro Alves <palves@redhat.com>
12927
12928 PR threads/18600
12929 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
12930 only shows inferior 1.
12931
129322015-07-30 Simon Marchi <simon.marchi@ericsson.com>
12933 Pedro Alves <palves@redhat.com>
12934
12935 PR threads/18600
12936 * gdb.threads/fork-plus-threads.c: New file.
12937 * gdb.threads/fork-plus-threads.exp: New file.
12938
129392015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12940
12941 * gdb.base/batch-preserve-term-settings.exp
12942 (test_terminal_settings_preserved_after_cli_exit): Use
12943 send_quit_command.
12944
129452015-07-29 Pedro Alves <palves@redhat.com>
12946 Don Breazeal <donb@codesourcery.com>
12947
12948 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
12949 output from both inferior_spawn_id and gdb_spawn_id.
12950
129512015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12952
12953 * gdb.threads/attach-into-signal.exp (corefunc): Use
12954 with_test_prefix on nested loops, uniquefying the test messages.
12955
129562015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12957
12958 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
12959 commit.
12960
129612015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12962
12963 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
12964 New proc.
12965 (test_terminal_settings_preserved_after_sigterm): New test.
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): New test.
12971
129722015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12973
12974 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
12975 manipulation of saved_gdbflags.
12976 (test_terminal_settings_preserved): Remove global declaration of
12977 the unused variable pagination_prompt. Remove manipulation of
12978 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
12979 GDBFLAGS.
12980
129812015-07-29 Pedro Alves <palves@redhat.com>
12982
12983 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
12984
129852015-07-29 Pedro Alves <palves@redhat.com>
12986
12987 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
12988 at the top.
12989
129902015-07-29 Pedro Alves <palves@redhat.com>
12991
12992 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
12993 (main): Call gdb_unbuffer_output.
12994 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
12995 (main): Call gdb_unbuffer_output.
12996 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
12997 (main): Call gdb_unbuffer_output.
12998 * gdb.base/call-strs.exp: Adjust to step over the
12999 gdb_unbuffer_output call.
13000 * gdb.base/catch-gdb-caused-signals.c: Include
13001 "../lib/unbuffer_output.c".
13002 (main): Call gdb_unbuffer_output.
13003 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
13004 (main): Call gdb_unbuffer_output.
13005 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
13006 (main): Call gdb_unbuffer_output.
13007 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
13008 (main): Call gdb_unbuffer_output.
13009 * gdb.base/shlib-call.exp: Adjust to step over the
13010 gdb_unbuffer_output call.
13011 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
13012 (main): Call gdb_unbuffer_output.
13013 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
13014 (main): Call gdb_unbuffer_output.
13015 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
13016 (main): Rename to ...
13017 (test): ... this.
13018 (main): Reimplement.
13019 * gdb.base/varargs.exp: Run to test instead of to main.
13020 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
13021 (main): Call gdb_unbuffer_output.
13022
130232015-07-29 Pedro Alves <palves@redhat.com>
13024
13025 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
13026 factore out from mi_continue_dprintf. For call-style dprintfs,
13027 expect dprintf output out of $inferior_spawn_id.
13028 (mi_continue_dprintf): Use mi_expect_dprintf.
13029 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
13030 (main): Call gdb_unbuffer_output.
13031
130322015-07-29 Pedro Alves <palves@redhat.com>
13033
13034 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
13035 (default_mi_gdb_start): Set inferior_spawn_id instead of
13036 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
13037 gdb_spawn_id.
13038 (mi_gdb_test): Always expect inferior output from both
13039 $inferior_spawn_id and $gdb_spawn_id.
13040
130412015-07-29 Pedro Alves <palves@redhat.com>
13042
13043 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
13044 send_inferior and $inferior_spawn_id.
13045
130462015-07-29 Pedro Alves <palves@redhat.com>
13047
13048 * gdb.gdb/complaints.exp (test_initial_complaints)
13049 (test_serial_complaints, test_short_complaints): Use
13050 gdb_test_stdio.
13051 (test_empty_complaint): Handle $inferior_spawn_id !=
13052 $gdb_spawn_id.
13053
130542015-07-29 Pedro Alves <palves@redhat.com>
13055
13056 * gdb.base/varargs.exp: Use gdb_test_stdio.
13057
130582015-07-29 Pedro Alves <palves@redhat.com>
13059
13060 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
13061
130622015-07-29 Pedro Alves <palves@redhat.com>
13063
13064 * gdb.base/ending-run.exp: Use gdb_test_stdio.
13065
130662015-07-29 Pedro Alves <palves@redhat.com>
13067
13068 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
13069 parameter into two new parameters, "inf_result" and "gdb_result".
13070 Expect inferior output and gdb output from $inferior_spawn_id and
13071 $gdb_spawn_id, respectively. Adjust all callers.
13072
130732015-07-29 Pedro Alves <palves@redhat.com>
13074
13075 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
13076 of gdb_test_sequence.
13077
130782015-07-29 Pedro Alves <palves@redhat.com>
13079
13080 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
13081 (saw_spurious_output): Expect inferior output from
13082 $inferior_spawn_id. Use gdb_test_stdio.
13083
130842015-07-29 Pedro Alves <palves@redhat.com>
13085
13086 * gdb.base/dprintf.exp: Use standard_testfile. Change
13087 prepare_for_testing call.
13088 (srcfile): Don't set.
13089 (restart): New procedure.
13090 (test_dprintf): New procecure, use to continue over dprintfs.
13091 (test_call, test_agent): New procedures, tests moved here.
13092 Restart gdb and recreate dprintfs. Adjust expected output.
13093
130942015-07-29 Pedro Alves <palves@redhat.com>
13095
13096 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
13097
130982015-07-29 Pedro Alves <palves@redhat.com>
13099
13100 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
13101
131022015-07-29 Pedro Alves <palves@redhat.com>
13103
13104 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
13105 gdb_test_stdio.
13106
131072015-07-29 Pedro Alves <palves@redhat.com>
13108
13109 * lib/gdb.exp (gdb_test_stdio): New procedure.
13110
131112015-07-29 Pedro Alves <palves@redhat.com>
13112
13113 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
13114
131152015-07-29 Pedro Alves <palves@redhat.com>
13116
13117 * gdb.base/call-signal-resume.exp: Remove check for
13118 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
13119 * gdb.base/unwindonsignal.exp: Likewise.
13120 * gdb.base/call-signals.c (gen_signal): Remove printf call.
13121 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
13122
131232015-07-29 Pedro Alves <palves@redhat.com>
13124
13125 * gdb.base/siginfo-addr.c (pass): New function.
13126 (handler): Call it iff si_addr is correct.
13127 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
13128 Set a breakpoint at "pass" and continue to it.
13129
131302015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
13131
13132 * gdb.python/py-objfile.exp: Make some tests have unique names.
13133 * gdb.python/py-pp-registration.exp: Likewise.
13134
131352015-07-28 Pedro Alves <palves@redhat.com>
13136
13137 * gdb.server/server-exec-info.exp: Issue a "disconnect".
13138
131392015-07-27 Simon Marchi <simon.marchi@ericsson.com>
13140
13141 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
13142
131432015-07-27 Simon Marchi <simon.marchi@ericsson.com>
13144
13145 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
13146
131472015-07-27 Patrick Palka <patrick@parcs.ath.cx>
13148
13149 * gdb.base/gdb-sigterm-2.exp: New test.
13150
131512015-07-25 Doug Evans <xdje42@gmail.com>
13152
13153 Revert:
13154 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
13155 (workers/%.worker, build-perf): New rule.
13156 (GDB_PERFTEST_MODE): New variable.
13157 (check-perf): Use it.
13158 (clean): Clean up gdb.perf parallel build subdirs.
13159 * lib/build-piece.exp: New file.
13160 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
13161 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
13162 name.
13163 (standard_temp_file): Ditto.
13164 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
13165 of $GDB_PARALLEL.
13166
131672015-07-24 Doug Evans <dje@google.com>
13168
13169 * gdb.perf/lib/perftest/utils.py: New file.
13170 * gdb.perf/gm-hello.cc: New file.
13171 * gdb.perf/gm-pervasive-typedef.cc: New file.
13172 * gdb.perf/gm-pervasive-typedef.h: New file.
13173 * gdb.perf/gm-std.cc: New file.
13174 * gdb.perf/gm-std.h: New file.
13175 * gdb.perf/gm-use-cerr.cc: New file.
13176 * gdb.perf/gm-utils.h: New file.
13177 * gdb.perf/gmonster-null-lookup.py: New file.
13178 * gdb.perf/gmonster-pervasive-typedef.py: New file.
13179 * gdb.perf/gmonster-print-cerr.py: New file.
13180 * gdb.perf/gmonster-ptype-string.py: New file.
13181 * gdb.perf/gmonster-runto-main.py: New file.
13182 * gdb.perf/gmonster-select-file.py: New file.
13183 * gdb.perf/gmonster1-null-lookup.exp: New file.
13184 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
13185 * gdb.perf/gmonster1-print-cerr.exp: New file.
13186 * gdb.perf/gmonster1-ptype-string.exp: New file.
13187 * gdb.perf/gmonster1-runto-main.exp: New file.
13188 * gdb.perf/gmonster1-select-file.exp: New file.
13189 * gdb.perf/gmonster1.cc: New file.
13190 * gdb.perf/gmonster1.exp: New file.
13191 * gdb.perf/gmonster2-null-lookup.exp: New file.
13192 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
13193 * gdb.perf/gmonster2-print-cerr.exp: New file.
13194 * gdb.perf/gmonster2-ptype-string.exp: New file.
13195 * gdb.perf/gmonster2-runto-main.exp: New file.
13196 * gdb.perf/gmonster2-select-file.exp: New file.
13197 * gdb.perf/gmonster2.cc: New file.
13198 * gdb.perf/gmonster2.exp: New file.
13199
132002015-07-24 Doug Evans <dje@google.com>
13201
13202 * gdb.perf/README: New file.
13203 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
13204 * lib/gen-perf-test.exp: New file.
13205
132062015-07-24 Doug Evans <dje@google.com>
13207
13208 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
13209 (PerfTest::startup): New function.
13210 (PerfTest::run): Return result of calling body.
13211 (PerfTest::assemble): Rewrite.
13212 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
13213 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
13214 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
13215 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
13216 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
13217
132182015-07-24 Doug Evans <dje@google.com>
13219
13220 * lib/gdb.exp (clean_restart): Make executable optional.
13221
132222015-07-24 Doug Evans <dje@google.com>
13223
13224 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
13225 compiler_info references.
13226 * gdb.cp/temargs.exp: Ditto.
13227 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
13228 (get_compiler_info): Early exit if already computed. Set compiler_info
13229 to "unknown" if there was a problem.
13230 (test_compiler_info): Add function comment. Call get_compiler_info.
13231
132322015-07-24 Doug Evans <dje@google.com>
13233
13234 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
13235 (workers/%.worker, build-perf): New rule.
13236 (GDB_PERFTEST_MODE): New variable.
13237 (check-perf): Use it.
13238 (clean): Clean up gdb.perf parallel build subdirs.
13239 * lib/build-piece.exp: New file.
13240 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
13241 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
13242 name.
13243 (standard_temp_file): Ditto.
13244 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
13245 of $GDB_PARALLEL.
13246
132472015-07-24 Doug Evans <dje@google.com>
13248
13249 * lib/future.exp (gdb_default_target_compile): New option
13250 "early_flags".
13251 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
13252 --as-needed.
13253
132542015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
13255
13256 * gdb.base/catch-syscall.exp: Call gdb_exit before
13257 gdb_skip_xml_test.
13258
132592015-07-24 Pedro Alves <palves@redhat.com>
13260
13261 * gdb.python/py-events.exp: Accept output between the stop event
13262 and the prompt.
13263 * gdb.python/py-evsignal.exp: Likewise.
13264 * gdb.python/py-evthreads.exp: Likewise.
13265
132662015-07-24 Pedro Alves <palves@redhat.com>
13267
13268 PR gdb/18717
13269 * gdb.threads/non-ldr-exit.c: New file.
13270 * gdb.threads/non-ldr-exit.exp: New file.
13271
132722015-07-24 Yao Qi <yao.qi@linaro.org>
13273
13274 * gdb.server/ext-wrapper.exp: Test --wrapper option when
13275 restarting process.
13276
132772015-07-24 Yao Qi <yao.qi@linaro.org>
13278
13279 * gdb.server/ext-restart.exp: New file.
13280
132812015-07-24 Yao Qi <yao.qi@linaro.org>
13282
13283 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
13284 argument options.
13285 * gdb.server/ext-wrapper.exp: New file.
13286
132872015-07-23 Doug Evans <dje@google.com>
13288
13289 * gdb.dwarf2/dw2-dummy-cu.S: New file.
13290 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
13291
132922015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
13293
13294 * gdb.ada/var_arr_typedef.exp: New testcase.
13295 * gdb.ada/var_arr_typedef/pack.adb: New file.
13296 * gdb.ada/var_arr_typedef/pack.ads: New file.
13297 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
13298
132992015-07-20 Joel Brobecker <brobecker@adacore.com>
13300
13301 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
13302
133032015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13304
13305 * gdb.arch/i386-biarch-core.exp: Replace istarget
13306 by "complete set gnutarget". Remove expectation for the "core-file"
13307 command.
13308
133092015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13310
13311 Revert the previous commit:
13312 Tests for validate symbol file using build-id.
13313
133142015-07-15 Aleksandar Ristovski <aristovski@qnx.com
13315
13316 Tests for validate symbol file using build-id.
13317 * gdb.base/solib-mismatch-lib.c: New file.
13318 * gdb.base/solib-mismatch-libmod.c: New file.
13319 * gdb.base/solib-mismatch.c: New file.
13320 * gdb.base/solib-mismatch.exp: New file.
13321
133222015-07-15 Sandra Loosemore <sandra@codesourcery.com>
13323
13324 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
13325 nios2-*-linux*.
13326 * gdb.base/sigbpt.exp (stepi_out): Likewise.
13327 * gdb.base/siginfo.exp: Likewise.
13328 * gdb.base/sigstep.exp (advance, advancei): Likewise.
13329
133302015-07-15 Pierre Langlois <pierre.langlois@arm.com>
13331
13332 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
13333 Move it to ...
13334 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
13335 ... here.
13336 * gdb.trace/range-stepping.exp: Check that the target supports
13337 range stepping.
13338
133392015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13340
13341 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
13342
133432015-07-14 Pedro Alves <palves@redhat.com>
13344
13345 * gdb.base/killed-outside.exp: New file.
13346 * gdb.base/killed-outside.c: New file.
13347
133482015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
13349
13350 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
13351 (n at main): New.
13352 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
13353
133542015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
13355
13356 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
13357 infcall tests instead of setting up for KFAIL.
13358
133592015-07-10 Markus Metzger <markus.t.metzger@intel.com>
13360
13361 * gdb.btrace/record_goto-step.exp: New.
13362
133632015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13364
13365 PR compile/18484
13366 * gdb.compile/compile.c (struct struct_type): Add volatile to
13367 selffield's type.
13368 * gdb.compile/compile.exp
13369 (compile code struct_object.selffield = &struct_object): Skip further
13370 struct_object tests if this one xfails.
13371
133722015-07-08 Robert O'Callahan <robert@ocallahan.org>
13373
13374 PR exp/18617
13375 * gdb.trace/ax.exp: Add test.
13376
133772015-07-07 Yao Qi <yao.qi@linaro.org>
13378
13379 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
13380 instead of istarget "aarch64*-*-*".
13381 * gdb.arch/aarch64-fp.exp: Likewise.
13382 * gdb.base/float.exp: Likewise.
13383 * gdb.reverse/aarch64.exp: Likewise.
13384 * lib/gdb.exp (is_aarch64_target): New proc.
13385
133862015-07-07 Yao Qi <yao.qi@linaro.org>
13387
13388 * lib/gdb.exp (is_aarch32_target): New proc.
13389 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
13390 instead of "istarget "arm*-*-*"".
13391 * gdb.arch/arm-disp-step.exp: Likewise.
13392 * gdb.arch/thumb-bx-pc.exp: Likewise.
13393 * gdb.arch/thumb-prologue.exp: Likewise.
13394 * gdb.arch/thumb-singlestep.exp: Likewise.
13395 * gdb.base/disp-step-syscall.exp: Likewise.
13396 * gdb.base/float.exp: Likewise.
13397
133982015-07-07 Yao Qi <yao.qi@linaro.org>
13399
13400 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
13401 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
13402
134032015-07-07 Yao Qi <yao.qi@linaro.org>
13404
13405 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
13406 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
13407 if it exists.
13408 * gdb.multi/multi-arch.exp: Likewise.
13409
134102015-07-07 Simon Marchi <simon.marchi@ericsson.com>
13411
13412 * gdb.python/py-lazy-string.exp: Add missing parentheses to
13413 print.
13414
134152015-07-07 Yao Qi <yao.qi@linaro.org>
13416
13417 * gdb.arch/thumb-singlestep.exp: Do one more single step.
13418
134192015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
13420
13421 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
13422 '[' and ']' characters.
13423
134242015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
13425
13426 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
13427
134282015-06-29 Pedro Alves <palves@redhat.com>
13429
13430 PR threads/18127
13431 * gdb.threads/hand-call-new-thread.c: New file.
13432 * gdb.threads/hand-call-new-thread.c: New file.
13433
134342015-06-26 Keith Seitz <keiths@redhat.com>
13435 Doug Evans <dje@google.com>
13436
13437 PR 16253
13438 * gdb.cp/var-tag-2.cc: New file.
13439 * gdb.cp/var-tag-3.cc: New file.
13440 * gdb.cp/var-tag-4.cc: New file.
13441 * gdb.cp/var-tag.cc: New file.
13442 * gdb.cp/var-tag.exp: New file.
13443
134442015-06-26 Patrick Palka <patrick@parcs.ath.cx>
13445
13446 * gdb.base/history-duplicates.exp: New test.
13447
134482015-06-26 Patrick Palka <patrick@parcs.ath.cx>
13449
13450 * gdb.base/completion.exp: Test the completion of the "focus"
13451 command.
13452
134532015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13454
13455 * gdb.arch/amd64-prologue-skip.S: New file.
13456 * gdb.arch/amd64-prologue-skip.exp: New file.
13457
134582015-06-25 Simon Marchi <simon.marchi@ericsson.com>
13459
13460 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
13461 is_address_zero_readable check.
13462
134632015-06-24 Peter Bergner <bergner@vnet.ibm.com>
13464
13465 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
13466 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
13467
134682015-06-24 Yao Qi <yao.qi@linaro.org>
13469
13470 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
13471 linux targets.
13472
134732015-06-24 Yao Qi <yao.qi@linaro.org>
13474
13475 * lib/gdb.exp (supports_get_siginfo_type): New proc.
13476 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
13477 * gdb.base/siginfo-thread.exp: Likewise.
13478
134792015-06-22 Yao Qi <yao.qi@linaro.org>
13480
13481 * boards/remote-gdbserver-on-localhost.exp: Add comments.
13482
134832015-06-22 Yao Qi <yao.qi@linaro.org>
13484
13485 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
13486 aarch64*-*-*.
13487 (skip_hw_watchpoint_tests): Likewise.
13488
134892015-06-18 Patrick Palka <patrick@parcs.ath.cx>
13490
13491 * gdb.base/gdbinit-history.exp: Test the interaction between
13492 setting GDBHISTSIZE and setting the history size via .gdbinit.
13493
134942015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13495
13496 PR gdb/16999
13497 * gdb.base/gdbhistsize-history.exp: New test.
13498
134992015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13500
13501 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
13502 with GDBHISTSIZE.
13503 * gdb.base/readline.exp: Likewise.
13504
135052015-06-17 Yao Qi <yao.qi@linaro.org>
13506
13507 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
13508 line.
13509
135102015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13511
13512 * gdb.base/gdbinit-history.exp: Add test case to check that
13513 an unlimited history file does not get truncated on exit.
13514
135152015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13516
13517 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
13518 (VECTOR): New macro. Use it...
13519 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
13520 ...for these typedefs.
13521 (int8, char1, int1, double1): New typedefs.
13522 (struct just_int2, struct two_int2): New structures.
13523 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
13524 (add_structvecs, add_singlevecs): New functions.
13525 (main): Call add_some_intvecs twice.
13526 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
13527 the compile and exit upon failure. Try compiling for the "native"
13528 architecture. Test inferior function calls with vector arguments
13529 and vector return value handling with "finish" and "return".
13530
135312015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
13532
13533 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
13534 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
13535 PE file.
13536 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
13537
135382015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
13539
13540 PR breakpoints/16465
13541 * gdb.mi/mi-dprintf-pending.c: New file.
13542 * gdb.mi/mi-dprintf-pending.exp: New test.
13543 * gdb.mi/mi-dprintf-pendshr.c: New file.
13544
135452015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13546 Mircea Gherzan <mircea.gherzan@intel.com>
13547
13548 * gdb.arch/i386-mpx-map.c: New file.
13549 * gdb.arch/i386-mpx-map.exp: New File.
13550
135512015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13552
13553 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
13554 * gdb.arch/i386-mpx.exp: Indentation fixed.
13555
135562015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13557
13558 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
13559 function and improved indentation.
13560 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
13561 gdb_test_multiple. Added additional tests to skip the test.
13562
135632015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13564
13565 * gdb.arch/i386-avx512.c: Change path in include file.
13566 * gdb.arch/i386-avx512.exp: Change include dir path
13567 compilation flag.
13568 * gdb.arch/i386-mpx.c: Change path in include file.
13569 * gdb.arch/i386-mpx.exp: Change include dir path compilation
13570 flag.
13571
135722015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
13573
13574 * gdb.compile/compile-print.exp (compile print *vararray@3)
13575 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
13576
135772015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13578
13579 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
13580 (do not keep jit in memory): ... this.
13581 (expect 5): Change it to ...
13582 (expect no 5): ... this.
13583
135842015-06-02 Simon Marchi <simon.marchi@ericsson.com>
13585
13586 PR gdb/15564
13587 * gdb.mi/mi-detach.exp: New file.
13588
135892015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13590
13591 PR symtab/18392
13592 * gdb.arch/amd64-tailcall-self.S: New file.
13593 * gdb.arch/amd64-tailcall-self.c: New file.
13594 * gdb.arch/amd64-tailcall-self.exp: New file.
13595
135962015-05-28 Don Breazeal <donb@codesourcery.com>
13597
13598 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
13599 tests for remote targets by checking is_target_gdbserver.
13600
136012015-05-27 Doug Evans <dje@google.com>
13602
13603 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
13604 * gdb.dwarf2/opaque-type-lookup.c: New file.
13605 * gdb.dwarf2/opaque-type-lookup.exp: New file.
13606
136072015-05-26 Doug Evans <dje@google.com>
13608
13609 * gdb.cp/iostream.cc: New file.
13610 * gdb.cp/iostream.exp: New file.
13611
136122015-05-26 Doug Evans <dje@google.com>
13613
13614 * gdb.dwarf2/dw2-op-call.exp: Update.
13615 * gdb.dwarf2/dw4-sig-types.exp: Update.
13616 * gdb.dwarf2/implptr.exp: Update.
13617 * gdb.mi/mi-cmd-param-changed.exp: Update.
13618
136192015-05-26 Doug Evans <dje@google.com>
13620
13621 * gdb.python/py-lazy-string.c: New file.
13622 * gdb.python/py-lazy-string.exp: New file.
13623 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
13624 (main): Update. Add estring3.
13625 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
13626 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
13627
136282015-05-26 Omair Javaid <omair.javaid@linaro.org>
13629 Yao Qi <yao.qi@linaro.org>
13630
13631 * gdb.reverse/aarch64.c: New.
13632 * gdb.reverse/aarch64.exp: New.
13633
136342015-05-26 Omair Javaid <omair.javaid@linaro.org>
13635
13636 * lib/gdb.exp (supports_process_record): Return true for
13637 aarch64*-linux*.
13638 (supports_reverse): Likewise.
13639
136402015-05-22 Patrick Palka <patrick@parcs.ath.cx>
13641
13642 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13643 Use with_test_prefix.
13644
136452015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
13646
13647 * gdb.base/completion.exp: Add test for completion of layout
13648 names.
13649
136502015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
13651
13652 * lib/gdb.exp (skip_tui_tests): New proc.
13653 * gdb.base/tui-layout.exp: Check skip_tui_tests.
13654
136552015-05-19 Pedro Alves <palves@redhat.com>
13656
13657 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13658 Save the whole env array instead of just HOME. Unset HISTSIZE in
13659 the environment while testing. Restore whole environment
13660 afterwards.
13661
136622015-05-16 Doug Evans <xdje42@gmail.com>
13663
13664 * gdb.guile/scm-ports.c: New file.
13665 * gdb.guile/scm-ports.exp: Add memory port tests.
13666
136672015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13668
13669 * gdb.compile/compile-print.c: New file.
13670 * gdb.compile/compile-print.exp: New file.
13671
136722015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13673
13674 * gdb.compile/compile-ops.exp: Cast param to void.
13675 * gdb.compile/compile.exp: Complete type for _gdb_expr.
13676 (compile code struct_object.selffield = &struct_object): Add xfail.
13677
136782015-05-15 Joel Brobecker <brobecker@adacore.com>
13679
13680 * gdb.ada/arr_enum_with_gap: New testcase.
13681
136822015-05-15 Joel Brobecker <brobecker@adacore.com>
13683
13684 * gdb.ada/byte_packed_arr: New testcase.
13685
136862015-05-15 Joel Brobecker <brobecker@adacore.com>
13687
13688 * gdb.ada/pckd_neg: New testcase.
13689
136902015-05-13 Patrick Palka <patrick@parcs.ath.cx>
13691
13692 PR gdb/17820
13693 * gdb.base/gdbinit-history.exp: New test.
13694 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
13695 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
13696
136972015-05-09 Siva Chandra Reddy <sivachandra@google.com>
13698
13699 * gdb.python/py-xmethods.cc: Enhance test case.
13700 * gdb.python/py-xmethods.exp: New tests.
13701 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
13702 function.
13703 (B_indexoper): Likewise.
13704 (global_dm_list) : Add new xmethod worker functions.
13705
137062015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
13707
13708 * gdb.base/coredump-filter.exp: Correctly unset
13709 "coredump_var_addr" array.
13710
137112015-05-08 Pedro Alves <palves@redhat.com>
13712
13713 * gdb.server/non-existing-program.exp: Unset spawn_id.
13714
137152015-05-08 Siva Chandra Reddy <sivachandra@google.com>
13716
13717 PR python/18291
13718 * gdb.python/py-xmethods.exp: Add tests.
13719
137202015-05-08 Yao Qi <yao.qi@linaro.org>
13721
13722 PR gdb/18208
13723 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
13724 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
13725 function set_coredump_filter, and remove remote_exec call.
13726 Remove argument ipid. Callers update.
13727 (top level): Don't get inferior's PID.
13728
137292015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
13730
13731 * gdb.base/watch_thread_num.exp: Skip test on targets without
13732 access watchpoints.
13733
137342015-05-06 Pedro Alves <palves@redhat.com>
13735
13736 PR server/18081
13737 * gdb.server/non-existing-program.exp: New file.
13738
137392015-05-05 Joel Brobecker <brobecker@adacore.com>
13740
13741 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
13742
137432015-05-05 Joel Brobecker <brobecker@adacore.com>
13744
13745 * gdb.ada/out_of_line_in_inlined: New testcase.
13746
137472015-05-05 Joel Brobecker <brobecker@adacore.com>
13748
13749 * gdb.ada/var_rec_arr: New testcase.
13750
137512015-04-30 Yao Qi <yao.qi@linaro.org>
13752
13753 * gdb.base/break-idempotent.exp: If
13754 skip_hw_watchpoint_multi_tests returns true, skip the tests
13755 on "rwatch" and "awatch".
13756
137572015-04-30 Yao Qi <yao.qi@linaro.org>
13758
13759 * gdb.base/relativedebug.exp: Invoke gdb command
13760 "info sharedlibrary", and if libc.so doesn't have debug info,
13761 skip the test.
13762
137632015-04-29 Doug Evans <dje@google.com>
13764
13765 * gdb.python/py-xmethods.exp: Add ptype tests.
13766 * gdb.python/py-xmethods.py (E_method_char_worker): Add
13767 get_result_type method.
13768
137692015-04-29 Luis Machado <lgustavo@codesourcery.com>
13770
13771 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
13772 the target does not support hardware watchpoints.
13773
137742015-04-29 Luis Machado <lgustavo@codesourcery.com>
13775
13776 * gdb.base/break-always.exp: Abort testing if writing to memory
13777 causes an error.
13778
137792015-04-28 Doug Evans <dje@google.com>
13780
13781 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
13782 * gdb.python/py-pp-registration.exp: ... here. New file.
13783 * gdb.python/py-pp-registration.c: New file.
13784 * gdb.python/py-pp-registration.py: New file.
13785
137862015-04-28 Doug Evans <dje@google.com>
13787
13788 * gdb.python/py-bad-printers.c: New file.
13789 * gdb.python/py-bad-printers.py: New file.
13790 * gdb.python/py-bad-printers.exp: New file.
13791
137922015-04-28 Sasha Smundak <asmundak@google.com>
13793
13794 * gdb.python/py-type.exp: New test.
13795
137962015-04-28 Andy Wingo <wingo@igalia.com>
13797
13798 * gdb.python/py-parameter.exp:
13799 * gdb.guile/scm-parameter.exp: Escape the path that we are
13800 matching against, as it might contain characters that are special
13801 to regular expressions.
13802
138032015-04-27 Joel Brobecker <brobecker@adacore.com>
13804
13805 * gdb.ada/rec_comp: New testcase.
13806
138072015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
13808
13809 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
13810 before using it.
13811
138122015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
13813
13814 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
13815 new tests for verilog output.
13816
138172015-04-24 Yao Qi <yao.qi@linaro.org>
13818
13819 * boards/remote-gdbserver-on-localhost.exp: New file.
13820
138212015-04-23 Pedro Alves <palves@redhat.com>
13822
13823 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
13824 $inferior_spawn_id instead of $inferior_spawn_id directly. On
13825 "end of file", remove $inferior_spawn_id from the indirect list.
13826
138272015-04-23 Pedro Alves <palves@redhat.com>
13828
13829 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
13830
138312015-04-23 Pedro Alves <palves@redhat.com>
13832
13833 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
13834 on $any_spawn_id instead of only on $gdb_spawn_id.
13835
138362015-04-21 Pierre Muller <muller@sourceware.org>
13837
13838 PR pascal/17815
13839 * lib/pascal.exp (gpc_compile): Add new option "class".
13840 (fpc_compile): Likewise.
13841 * gdb.pascal/case-insensitive-symbols.pas: New file.
13842 * gdb.pascal/case-insensitive-symbols.exp: New file.
13843
138442015-04-20 Gary Benson <gbenson@redhat.com>
13845
13846 * gdb.base/attach.exp: Fix three extended remote failures.
13847
138482015-04-17 Gary Benson <gbenson@redhat.com>
13849
13850 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
13851 the main executable over the remote protocol.
13852
138532015-04-16 Pedro Alves <palves@redhat.com>
13854
13855 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
13856 a new gdbserver if gdbserver_reconnect_p is set.
13857
138582015-04-16 Pedro Alves <palves@redhat.com>
13859
13860 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
13861 is set, don't exit gdbserver.
13862
138632015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13864
13865 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
13866 appropriate .insn, such that an older assembler can be used.
13867 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
13868 the z/Architecture instruction set on 31-bit targets as well.
13869
138702015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13871
13872 * gdb.go/handcall.exp: Remove all logic related to the first
13873 breakpoint and rely on go_runto_main instead.
13874 * gdb.go/strings.exp: Likewise.
13875 * gdb.go/unsafe.exp: Likewise.
13876 * gdb.go/hello.exp: Likewise. Also rename the remaining
13877 breakpoint marker to "breakpoint 1".
13878 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
13879 * gdb.go/strings.go: Likewise.
13880 * gdb.go/unsafe.go: Likewise.
13881 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
13882 "set breakpoint 2 here" and rename the remaining breakpoint marker
13883 to "breakpoint 1".
13884
138852015-04-15 Simon Marchi <simon.marchi@ericsson.com>
13886
13887 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
13888 if itertools.imap is not present.
13889 * gdb.python/py-objfile.exp: Add parentheses.
13890 * gdb.python/py-type.exp: Same.
13891 * gdb.python/py-unwind-maint.py: Same.
13892
138932015-04-15 Yao Qi <yao.qi@linaro.org>
13894
13895 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
13896 of ":$ptr_size" and set its form explicitly.
13897
138982015-04-15 Pedro Alves <palves@redhat.com>
13899 Yao Qi <yao.qi@linaro.org>
13900
13901 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
13902 timeout by factor of 4.
13903 (test_regular_watch): Likewise.
13904 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
13905 * gdb.reverse/sigall-reverse.exp: Likewise.
13906 * gdb.reverse/until-precsave.exp: Likewise.
13907 * lib/gdb.exp (with_timeout_factor): New proc.
13908 (gdb_expect): Move some code to ...
13909 (get_largest_timeout): ... here. New procedure.
13910
139112015-04-14 Luis Machado <lgustavo@codesourcery.com>
13912
13913 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
13914
139152015-04-13 Luis Machado <lgustavo@codesourcery.com>
13916
13917 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
13918 to write to the .text section.
13919
139202015-04-13 Luis Machado <lgustavo@codesourcery.com>
13921
13922 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
13923 Handle the case of targets that do not provide PID information.
13924
139252015-04-13 Yao Qi <yao.qi@linaro.org>
13926
13927 * lib/gdbserver-support.exp (gdb_exit): Catch exception
13928 and use expect instead of gdb_expect.
13929
139302015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
13931
13932 * gdb.base/coredump-filter.exp: Rename variable "addr" to
13933 "coredump_var_addr" to avoid naming conflict with other testcases.
13934
139352015-04-10 Pedro Alves <palves@redhat.com>
13936
13937 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
13938 gdb_test_sequence and gdb_assert.
13939
139402015-04-10 Pedro Alves <palves@redhat.com>
13941
13942 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
13943 test messages that don't include the breakpoint address.
13944
139452015-04-10 Yao Qi <yao.qi@linaro.org>
13946
13947 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
13948 false for some offset and width combinations which aren't
13949 supported by linux kernel.
13950
139512015-04-10 Pedro Alves <palves@redhat.com>
13952
13953 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
13954 procedure, factored out from ...
13955 (top level): ... here. Add "set displaced-stepping" testing axis.
13956 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
13957 parameter "displaced". Use it.
13958 (top level): Use foreach and add "set displaced-stepping" testing
13959 axis.
13960
139612015-04-10 Pedro Alves <palves@redhat.com>
13962
13963 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
13964 Remove comment.
13965 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
13966 both the address of the instruction that triggers the watchpoint
13967 and the address of the instruction immediately after, and use
13968 those addresses for the test. Fix comment.
13969
139702015-04-10 Pedro Alves <palves@redhat.com>
13971
13972 * gdb.base/sigstep.exp (breakpoint_to_handler)
13973 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
13974 Test "backtrace" in handler.
13975 (breakpoint_over_handler): New parameter 'displaced'. Use it.
13976 (top level): Add new "displaced" test axis to
13977 breakpoint_to_handler, breakpoint_to_handler_entry and
13978 breakpoint_over_handler.
13979
139802015-04-10 Pedro Alves <palves@redhat.com>
13981
13982 PR gdb/18216
13983 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
13984
139852015-04-10 Yao Qi <yao.qi@linaro.org>
13986
13987 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
13988 (test_add_rn_pc): New function.
13989 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
13990 (top level): Invoke test_add_rn_pc.
13991
139922015-04-10 Pedro Alves <palves@redhat.com>
13993
13994 PR gdb/13858
13995 * gdb.base/step-over-no-symbols.exp: New file.
13996
139972015-04-09 Andy Wingo <wingo@igalia.com>
13998
13999 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
14000 after the Python tests.
14001
140022015-04-08 Keith Seitz <keiths@redhat.com>
14003
14004 PR python/16699
14005 * gdb.python/py-completion.exp: New tests for completion.
14006 * gdb.python/py-completion.py (CompleteLimit1): New class.
14007 (CompleteLimit2): Likewise.
14008 (CompleteLimit3): Likewise.
14009 (CompleteLimit4): Likewise.
14010 (CompleteLimit5): Likewise.
14011 (CompleteLimit6): Likewise.
14012 (CompleteLimit7): Likewise.
14013
140142015-04-08 Pedro Alves <palves@redhat.com>
14015
14016 PR gdb/18214
14017 PR gdb/18216
14018 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
14019 function.
14020 (main): Install it as SIGUSR1 handler.
14021 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
14022 parameter. Always use "setup" as prefix. Toggle "set
14023 displaced-stepping" off/on depending on global. Don't switch to
14024 thread 1 here.
14025 (top level): Add displaced stepping "off/on" test axis. Update
14026 "setup" calls. Wrap each subtest with with_test_prefix. Test
14027 continuing with a queued signal in each thread.
14028
140292015-04-08 Pedro Alves <palves@redhat.com>
14030
14031 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
14032 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
14033 gdb_breakpoint instead of gdb_test that doesn't expect anything.
14034 Return early if running to main fails.
14035 * gdb.trace/while-stepping.exp: Likewise.
14036
140372015-04-07 Pedro Alves <palves@redhat.com>
14038
14039 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
14040 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
14041 interact with inferior program.
14042
140432015-04-07 Pedro Alves <palves@redhat.com>
14044
14045 * lib/gdb.exp (inferior_spawn_id): New global.
14046 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
14047 spawn id after processing the user code.
14048 (default_gdb_start): Set inferior_spawn_id.
14049 (send_inferior): New procedure.
14050 * lib/gdbserver-support.exp (gdbserver_start): Set
14051 inferior_spawn_id.
14052 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
14053
140542015-04-07 Pedro Alves <palves@redhat.com>
14055
14056 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
14057 * lib/gdbserver-support.exp (gdbserver_start): Make
14058 $server_spawn_id global.
14059 (gdbserver_start): Don't wait for gdbserver's spawn id with
14060 expect_background.
14061 (close_gdbserver): New procedure.
14062 (gdb_exit): Rename the default version and reimplement.
14063
140642015-04-07 Pedro Alves <palves@redhat.com>
14065
14066 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
14067 append the substituted item, not the original item.
14068
140692015-04-07 Pedro Alves <palves@redhat.com>
14070
14071 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
14072 gdb_expect.
14073
140742015-04-07 Pedro Alves <palves@redhat.com>
14075
14076 * gdb.base/interrupt.exp: Don't handle the case of the inferior
14077 output appearing once only.
14078
140792015-04-07 Pedro Alves <palves@redhat.com>
14080
14081 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
14082 that doesn't expect anything. Return early if running to main
14083 fails.
14084
140852015-04-07 Yao Qi <yao.qi@linaro.org>
14086
14087 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
14088 (child_function): Call alarm.
14089 (main): Move call to alarm into the loop.
14090 * gdb.threads/non-stop-fair-events.exp: Build program with
14091 -DTIMEOUT=$timeout.
14092
140932015-04-06 Doug Evans <xdje42@gmail.com>
14094
14095 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
14096 Fix dest parameter to board_info.
14097 (fpc_compile): Ditto.
14098 (gdb_compile_pascal): Rename dest arg to destfile.
14099
141002015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
14101
14102 * gdb.ada/funcall_ref.exp: New file.
14103 * gdb.ada/funcall_ref/foo.adb: New file.
14104
141052015-04-02 Yao Qi <yao.qi@linaro.org>
14106
14107 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
14108 is remote.
14109
141102015-04-02 Gary Benson <gbenson@redhat.com>
14111
14112 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
14113
141142015-04-01 Sasha Smundak <asmundak@google.com>
14115
14116 * gdb.python/py-unwind-maint.c: New file.
14117 * gdb.python/py-unwind-maint.exp: New test.
14118 * gdb.python/py-unwind-maint.py: New file.
14119 * gdb.python/py-unwind.c: New file.
14120 * gdb.python/py-unwind.exp: New test.
14121 * gdb.python/py-unwind.py: New test.
14122
141232015-04-01 Pedro Alves <palves@redhat.com>
14124
14125 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
14126 to fail instead of non-existent $test.
14127
141282015-04-01 Pedro Alves <palves@redhat.com>
14129
14130 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
14131 GDBFLAGS if not empty.
14132
141332015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
14134
14135 * gdb.ada/complete.exp: Remove "multi_line".
14136 * gdb.ada/info_exc.exp: Remove "multi_line".
14137 * gdb.ada/packed_tagged.exp: Remove "multi_line".
14138 * gdb.ada/ptype_field.exp: Remove "multi_line".
14139 * gdb.ada/sym_print_name.exp: Remove "multi_line".
14140 * gdb.ada/tagged.exp: Remove "multi_line".
14141 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
14142 [multi_line ...]
14143 * gdb.btrace/delta.exp: Likewise.
14144 * gdb.btrace/exception.exp: Likewise.
14145 * gdb.btrace/function_call_history.exp: Likewise.
14146 * gdb.btrace/instruction_history.exp: Likewise.
14147 * gdb.btrace/nohist.exp: Likewise.
14148 * gdb.btrace/record_goto.exp: Likewise.
14149 * gdb.btrace/segv.exp: Likewise.
14150 * gdb.btrace/stepi.exp: Likewise.
14151 * gdb.btrace/tailcall.exp: Likewise.
14152 * gdb.btrace/unknown_functions.exp: Likewise.
14153 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
14154 * lib/gdb.exp: Add the "multi_line" helper.
14155
141562015-04-01 Pedro Alves <palves@redhat.com>
14157
14158 * gdb.threads/tid-reuse.c: New file.
14159 * gdb.threads/tid-reuse.exp: New file.
14160
141612015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
14162
14163 PR corefiles/16092
14164 * gdb.base/coredump-filter.c: New file.
14165 * gdb.base/coredump-filter.exp: Likewise.
14166
141672015-03-27 Petr Machata <pmachata@redhat.com>
14168
14169 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
14170 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
14171 (Dwarf::assemble): Initialize them.
14172 (Dwarf::lines): New function.
14173
141742015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
14175
14176 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
14177 SYMBOL_PREFIX for x86_64-*-cygwin.
14178
141792015-03-26 Andy Wingo <wingo@igalia.com>
14180
14181 PR symtab/18148
14182 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
14183 const_value but not a location.
14184 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
14185 location defined in non-main CUs are visible.
14186
141872015-03-26 Yao Qi <yao.qi@linaro.org>
14188
14189 PR testsuite/18139
14190 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
14191 Add a line number entry for the same line.
14192 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
14193 Add a line number entry for the same line.
14194
141952015-03-26 Yao Qi <yao.qi@linaro.org>
14196
14197 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
14198 .int 0.
14199 (func): Likewise. Add .Lfunc_1 label.
14200 Use .Lfunc_1 label.
14201 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
14202 .int 0.
14203 (func): Likewise.
14204 Use .Lfunc_1 label.
14205
142062015-03-26 Yao Qi <yao.qi@linaro.org>
14207
14208 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
14209 Call gdb_compile instead to compile each .s files without debug
14210 information.
14211
142122015-03-26 Yao Qi <yao.qi@linaro.org>
14213
14214 * gdb.base/savedregs.exp (process_saved_regs): Make
14215 "Saved registers:" optional in the pattern.
14216
142172015-03-25 Markus Metzger <markus.t.metzger@intel.com>
14218
14219 * gdb.btrace/next.exp: Merged into step.exp.
14220 * gdb.btrace/finish.exp: Merged into step.exp.
14221 * gdb.btrace/nexti.exp: Merged into stepi.exp.
14222 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
14223 "record goto" and checking the exact replay position.
14224 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
14225 check for "Recording format" in "info record" output.
14226 * gdb.btrace/record_goto.exp: Choose test file based on target.
14227 * gdb.btrace/x86-record_goto.S: Renamed into ...
14228 * gdb.btrace/x86_64-record_goto.S: ... this.
14229 * gdb.btrace/i686-record_goto.S: New.
14230 * gdb.btrace/x86-tailcall.S: Renamed into ...
14231 * gdb.btrace/x86_64-tailcall.S: ... this.
14232 * gdb.btrace/i686-tailcall.S: New.
14233 * gdb.btrace/x86-tailcall.c: Renamed into ...
14234 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
14235 separate statements. Update test.
14236 * gdb.btrace/delta.exp: Use record_goto.c as test file.
14237 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
14238 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
14239 * gdb.btrace/tailcall.exp: Choose test file based on target.
14240 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
14241
142422015-03-25 Markus Metzger <markus.t.metzger@intel.com>
14243
14244 * gdb.btrace/exception.exp: Increase BTS buffer size.
14245
142462015-03-24 Pedro Alves <palves@redhat.com>
14247
14248 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
14249
142502015-03-24 Pedro Alves <palves@redhat.com>
14251
14252 * gdb.threads/schedlock.exp (test_step): No longer expect that
14253 "set scheduler-locking step" with "next" over a function call runs
14254 threads unlocked.
14255
142562015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
14257
14258 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
14259
142602015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
14261
14262 PR breakpoints/16466
14263 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
14264 * gdb.mi/mi-pending.c (thread_func): New function.
14265 (int main): Add threading support required.
14266 * gdb.mi/mi-pending.exp: Add tests for this issue.
14267 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
14268 (pendfunc2): Remove stdio dependency.
14269 * gdb.mi/mi-pendshr2.c: New file.
14270
142712015-03-23 Keith Seitz <keiths@redhat.com>
14272
14273 * gdb.linespec/keywords.c: New file.
14274 * gdb.linespec/keywords.exp: New file.
14275
142762015-03-23 Keith Seitz <keiths@redhat.com>
14277
14278 PR gdb/18021
14279 * gdb.dwarf2/staticvirtual.exp: New test.
14280
142812015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14282
14283 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
14284 * README: Remove HP-UX and gdb.hp.
14285 (configuration):
14286 * configure: Regenerate.
14287 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
14288 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
14289 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
14290 gdb.hp/gdb.defects/Makefile.
14291 * gdb.hp/Makefile.in: File deleted.
14292 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
14293 * gdb.hp/gdb.aCC/optimize.c: File deleted.
14294 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
14295 * gdb.hp/gdb.aCC/run.c: File deleted.
14296 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
14297 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
14298 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
14299 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
14300 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
14301 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
14302 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
14303 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
14304 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
14305 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
14306 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
14307 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
14308 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
14309 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
14310 * gdb.hp/gdb.base-hp/reg.s: File deleted.
14311 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
14312 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
14313 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
14314 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
14315 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
14316 * gdb.hp/gdb.compat/Makefile.in: File deleted.
14317 * gdb.hp/gdb.compat/average.c: File deleted.
14318 * gdb.hp/gdb.compat/sum.c: File deleted.
14319 * gdb.hp/gdb.compat/xdb.c: File deleted.
14320 * gdb.hp/gdb.compat/xdb0.c: File deleted.
14321 * gdb.hp/gdb.compat/xdb0.h: File deleted.
14322 * gdb.hp/gdb.compat/xdb1.c: File deleted.
14323 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
14324 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
14325 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
14326 * gdb.hp/gdb.defects/Makefile.in: File deleted.
14327 * gdb.hp/gdb.defects/bs14602.c: File deleted.
14328 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
14329 * gdb.hp/gdb.defects/solib-d.c: File deleted.
14330 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
14331 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
14332 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
14333 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
14334 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
14335 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
14336 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
14337 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
14338 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
14339 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
14340 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
14341 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
14342 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
14343 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
14344 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
14345 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
14346 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
14347 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
14348 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
14349 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
14350 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
14351 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
14352 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
14353 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
14354 * gdb.hp/tools/odump: File deleted.
14355
143562015-03-19 Pedro Alves <palves@redhat.com>
14357
14358 * gdb.threads/continue-pending-status.exp (saw_thread_2)
14359 (saw_thread_3): New globals.
14360 (top level): Increment them when an event for the corresponding
14361 thread is seen.
14362 (no thread starvation): New test.
14363
143642015-03-19 Pedro Alves <palves@redhat.com>
14365
14366 * gdb.threads/continue-pending-status.c: New file.
14367 * gdb.threads/continue-pending-status.exp: New file.
14368
143692015-03-18 Pedro Alves <palves@redhat.com>
14370
14371 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
14372 Use gdb_is_target_remote instead of is_remote. Use
14373 gdb_test_multiple instead of gdb_expect. Exit early if
14374 gdb_test_multiple hits its internal matches. Tighten stepi tests
14375 expected output. Fail on exit with any signal, instead of just
14376 SIGILL.
14377
143782015-03-18 Yao Qi <yao.qi@linaro.org>
14379
14380 PR tdep/18107
14381 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
14382 variable.
14383 * gdb.base/catch-syscall.exp: Don't skip it on
14384 aarch64*-*-linux* target. Remove elements in all_syscalls.
14385 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
14386 target.
14387 (setup_all_syscalls): New proc.
14388
143892015-03-16 Yao Qi <yao.qi@linaro.org>
14390
14391 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
14392 (top level): Skip tests if valid_addr_p returns false for
14393 $cmd1 or $cmd2.
14394
143952015-03-11 Andy Wingo <wingo@igalia.com>
14396
14397 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
14398
143992015-03-11 Yao Qi <yao.qi@linaro.org>
14400
14401 * gdb.base/catch-syscall.exp: Fix typo in comments.
14402
144032015-03-11 Yao Qi <yao.qi@linaro.org>
14404
14405 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
14406
144072015-03-09 Pedro Alves <palves@redhat.com>
14408
14409 * dg-extract-results.py: Delete.
14410
144112015-03-09 Pedro Alves <palves@redhat.com>
14412
14413 Merge dg-extract-results.sh from GCC upstream (r218843).
14414
14415 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
14416 * dg-extract-results.sh: Use --text with grep to avoid issues with
14417 binary files. Fall back to cat -v, if that doesn't work.
14418
144192015-03-05 Pedro Alves <palves@redhat.com>
14420
14421 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
14422
144232015-03-04 Simon Marchi <simon.marchi@ericsson.com>
14424
14425 * lib/mi-support.exp (mi_expect_interrupt): Accept
14426 alternative event for when in all-stop mode.
14427
144282015-03-04 Pedro Alves <palves@redhat.com>
14429
14430 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
14431
144322015-03-04 Mark Kettenis <kettenis@gnu.org>
14433
14434 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
14435
144362015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
14437
14438 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
14439 regexps for GDB's current line display, accept a hex address
14440 preceding the line number.
14441
144422015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
14443
14444 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
14445 the 'arch1' variable for "s390*-linux*" targets.
14446
144472015-03-04 Pedro Alves <palves@redhat.com>
14448
14449 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
14450 (main): Pass missing retval argument to pthread_join call.
14451
144522015-03-02 Pedro Alves <palves@redhat.com>
14453
14454 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
14455 (top level): Call do_test with non-stop as well.
14456
144572015-03-02 Pedro Alves <palves@redhat.com>
14458
14459 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
14460 -1.
14461
144622015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
14463
14464 * gdb.arch/s390-vregs.exp: New test.
14465 * gdb.arch/s390-vregs.S: New file.
14466
144672015-02-27 Pedro Alves <palves@redhat.com>
14468
14469 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
14470 call to catch_command_errors.
14471 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
14472 catch_command_errors.
14473
144742015-02-27 Pedro Alves <palves@redhat.com>
14475
14476 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
14477 "true" for boolean result.
14478 * gdb.gdb/selftest.exp (test_with_self): Also accept full
14479 prototype of main.
14480
144812015-02-27 Pedro Alves <palves@redhat.com>
14482
14483 * lib/unbuffer_output.c: New file.
14484 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
14485 (main): Call gdb_unbuffer_output.
14486
144872015-02-27 Yao Qi <yao.qi@linaro.org>
14488
14489 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
14490 target.
14491
144922015-02-26 Doug Evans <dje@google.com>
14493
14494 * gdb.cp/class2.cc (Dbase, D): New classes.
14495 (main): New local delta.
14496 * gdb.cp/class2.exp: Test printing delta.
14497 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
14498 (dynbar): New global.
14499 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
14500
145012015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14502
14503 * gdb.compile/compile-ifunc.c: New file.
14504 * gdb.compile/compile-ifunc.exp: New file.
14505
145062015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
14507
14508 * gdb.base/structs.exp: Check for correct struct on finish.
14509
145102015-02-26 Yao Qi <yao.qi@linaro.org>
14511
14512 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
14513 is zero.
14514
145152015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14516
14517 * gdb.arch/cordic.ko.bz2: New file.
14518 * gdb.arch/cordic.ko.debug.bz2: New file.
14519 * gdb.arch/ppc64-symtab-cordic.exp: New file.
14520
145212015-02-25 Yao Qi <yao.qi@linaro.org>
14522
14523 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
14524 aarch64*-*-* target.
14525
145262015-02-23 Pedro Alves <palves@redhat.com>
14527
14528 * lib/gdb.exp (delete_breakpoints): Rewrite using
14529 gdb_test_multiple.
14530
145312015-02-23 Pedro Alves <palves@redhat.com>
14532
14533 * gdb.base/info-os.c: Include stdlib.h.
14534
145352015-02-22 Doug Evans <xdje42@gmail.com>
14536
14537 PR symtab/17855
14538 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
14539 is read after symbols have been re-read.
14540 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
14541 * gdb.ada/exec_changed/second.adb (Second): Ditto.
14542
145432015-02-21 Doug Evans <dje@google.com>
14544
14545 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
14546
145472015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14548
14549 PR corefiles/17808
14550 * gdb.arch/i386-biarch-core.core.bz2: New file.
14551 * gdb.arch/i386-biarch-core.exp: New file.
14552
145532015-02-21 Pedro Alves <palves@redhat.com>
14554
14555 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
14556 runto_main fails.
14557
145582015-02-20 Pedro Alves <palves@redhat.com>
14559
14560 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
14561 info probes.
14562
145632015-02-20 Pedro Alves <palves@redhat.com>
14564
14565 * gdb.threads/multi-create-ns-info-thr.exp: New file.
14566
145672015-02-20 Pedro Alves <palves@redhat.com>
14568
14569 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
14570 clean_restart before gdb_target_supports_trace.
14571
145722015-02-20 Pedro Alves <palves@redhat.com>
14573
14574 PR threads/18006
14575 * gdb.threads/clone-thread_db.c: New file.
14576 * gdb.threads/clone-thread_db.exp: New file.
14577
145782015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
14579
14580 PR breakpoints/16812
14581 * gdb.base/catch-gdb-caused-signals.c: New file.
14582 * gdb.base/catch-gdb-caused-signals.exp: New file.
14583
145842015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
14585
14586 * configure: Regenerated.
14587 * configure.ac: Use GDB_AC_TRANSFORM.
14588 * aclocal.m4: sinclude ../transform.m4.
14589
145902015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
14591
14592 * lib/dtrace.exp: New file.
14593 * gdb.base/dtrace-probe.exp: Likewise.
14594 * gdb.base/dtrace-probe.d: Likewise.
14595 * gdb.base/dtrace-probe.c: Likewise.
14596 * lib/pdtrace.in: Likewise.
14597 * configure.ac: Output variables with the transformed names of
14598 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
14599 * configure: Regenerated.
14600
146012015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
14602
14603 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
14604 expected message when trying to access $_probe_* convenience
14605 variables while not on a probe.
14606
146072015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14608
14609 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
14610
146112015-02-11 Pedro Alves <pedro@codesourcery.com>
14612
14613 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
14614 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
14615
146162015-02-10 Doug Evans <xdje42@gmail.com>
14617
14618 * lib/gdb.exp (gdb_load): Always return a result.
14619
146202015-02-10 Pedro Alves <palves@redhat.com>
14621
14622 * gdb.threads/signal-sigtrap.c: New file.
14623 * gdb.threads/signal-sigtrap.exp: New file.
14624
146252015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
14626
14627 * gdb.trace/no-attach-trace.c: New file.
14628 * gdb.trace/no-attach-trace.exp: New file.
14629
146302015-02-09 Mark Wielaard <mjw@redhat.com>
14631
14632 * gdb.dwarf2/atomic.c: New file.
14633 * gdb.dwarf2/atomic-type.exp: Likewise.
14634
146352015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14636
14637 * gdb.btrace/buffer-size.exp: Update "info record" output.
14638 * gdb.btrace/delta.exp: Update "info record" output.
14639 * gdb.btrace/enable.exp: Update "info record" output.
14640 * gdb.btrace/finish.exp: Update "info record" output.
14641 * gdb.btrace/instruction_history.exp: Update "info record" output.
14642 * gdb.btrace/next.exp: Update "info record" output.
14643 * gdb.btrace/nexti.exp: Update "info record" output.
14644 * gdb.btrace/step.exp: Update "info record" output.
14645 * gdb.btrace/stepi.exp: Update "info record" output.
14646 * gdb.btrace/nohist.exp: Update "info record" output.
14647
146482015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14649
14650 * gdb.btrace/buffer-size: New.
14651
146522015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14653
14654 * gdb.btrace/delta.exp: Update "info record" output.
14655 * gdb.btrace/enable.exp: Update "info record" output.
14656 * gdb.btrace/finish.exp: Update "info record" output.
14657 * gdb.btrace/instruction_history.exp: Update "info record" output.
14658 * gdb.btrace/next.exp: Update "info record" output.
14659 * gdb.btrace/nexti.exp: Update "info record" output.
14660 * gdb.btrace/step.exp: Update "info record" output.
14661 * gdb.btrace/stepi.exp: Update "info record" output.
14662 * gdb.btrace/nohist.exp: Update "info record" output.
14663
146642015-02-06 Simon Marchi <simon.marchi@ericsson.com>
14665
14666 PR gdb/15678
14667 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
14668
146692015-02-06 Pedro Alves <palves@redhat.com>
14670
14671 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
14672 macro.
14673 (seconds_left, again): New globals.
14674 (main): Wait seconds_left in a 1-second sleep loop instead of
14675 sleeping 180 seconds. If 'again' is set, reset the seconds
14676 counter.
14677 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
14678 'again' in the inferior before detaching. Print the seconds left.
14679 (options): New global.
14680 (top level): Build program with -DTIMEOUT=$timeout.
14681
146822015-02-06 Pedro Alves <palves@redhat.com>
14683
14684 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
14685 determine how many seconds to pass to 'alarm'.
14686 * gdb.base/gdb-sigterm.exp (top level): Build program with
14687 -DTIMEOUT=$timeout.
14688 (do_test): Return success/failure indication. Add more verbose
14689 logging. Don't fail if 200 single steps are seen. Instead, fail
14690 when the test times out.
14691 (passes): New global.
14692 (top level): Break the testing loop if testing fails on any
14693 iteration. Use gdb_assert.
14694
146952015-02-04 Don Breazeal <donb@codesourcery.com>
14696
14697 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
14698 and initialize them.
14699 (ipc_cleanup): New function.
14700 (main): Don't declare shmid, semid, and msqid. Add a call to
14701 atexit so that we call ipc_cleanup on exit.
14702
147032015-02-04 Pedro Alves <palves@redhat.com>
14704
14705 * boards/native-extended-gdbserver.exp: Remove any target variant
14706 specifications from the board name before clearing the isremote
14707 flag from board_info.
14708
147092015-01-31 Doug Evans <xdje42@gmail.com>
14710
14711 * gdb.base/maint.exp <maint print type argc>: Update expected output.
14712
147132015-01-31 Gary Benson <gbenson@redhat.com>
14714
14715 * gdb.base/completion.exp: Disable completion limiting for
14716 existing tests. Add new tests to check completion limiting.
14717 * gdb.linespec/ls-errs.exp: Disable completion limiting.
14718
147192015-01-31 Doug Evans <xdje42@gmail.com>
14720
14721 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
14722
147232015-01-31 Doug Evans <xdje42@gmail.com>
14724
14725 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
14726 entries. Duplicate file section script entries.
14727 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
14728 inlined entries. Add test for safe-path rejection.
14729 * gdb.python/py-section-script.c: Add duplicate inlined section script
14730 entries. Duplicate file section script entries.
14731 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
14732 inlined entries. Add test for safe-path rejection.
14733
147342015-01-29 Joel Brobecker <brobecker@adacore.com>
14735
14736 * gdb.ada/disc_arr_bound: New testcase.
14737
147382015-01-29 Joel Brobecker <brobecker@adacore.com>
14739
14740 * gdb.ada/mi_var_array: New testcase.
14741
147422015-01-27 Doug Evans <dje@google.com>
14743
14744 * gdb.python/py-objfile.exp: Add tests for objfile.username.
14745 Add test for objfile.filename, objfile.username after objfile
14746 has been unloaded.
14747
147482015-01-26 Joel Brobecker <brobecker@adacore.com>
14749
14750 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
14751 the second test to print the name attribute of value
14752 returned by the call to gdb.lookup_type, and adjust
14753 the expected output accordingly.
14754
147552015-01-25 Mark Wielaard <mjw@redhat.com>
14756
14757 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
14758 * gdb.base/disp-step-fork.c: Include unistd.h.
14759 * gdb.base/siginfo-obj.c: Include stdio.h.
14760 * gdb.base/siginfo-thread.c: Likewise.
14761 * gdb.mi/non-stop.c: Include unistd.h.
14762 * gdb.mi/nsthrexec.c: Include stdio.h.
14763 * gdb.mi/pthreads.c: Include unistd.h.
14764 * gdb.modula2/unbounded1.c (main): Declare returns int.
14765 * gdb.reverse/consecutive-reverse.c: Likewise.
14766 * gdb.threads/create-fail.c: Include unistd.h.
14767 * gdb.threads/killed.c: Likewise.
14768 * gdb.threads/linux-dp.c: Likewise.
14769 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
14770 * gdb.threads/non-ldr-exc-2.c: Likewise.
14771 * gdb.threads/non-ldr-exc-3.c: Likewise.
14772 * gdb.threads/non-ldr-exc-4.c: Likewise.
14773 * gdb.threads/pthreads.c: Include unistd.h.
14774 (main): Declare returns int.
14775 * gdb.threads/tls-main.c (foo): New declaration.
14776 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
14777
147782015-01-23 Simon Marchi <simon.marchi@ericsson.com>
14779
14780 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
14781 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
14782
147832015-01-15 Mark Wielaard <mjw@redhat.com>
14784
14785 * gdb.base/noreturn-return.c: New file.
14786 * gdb.base/noreturn-return.exp: New file.
14787 * gdb.base/noreturn-finish.c: New file.
14788 * gdb.base/noreturn-finish.exp: New file.
14789
147902015-01-23 Pedro Alves <palves@redhat.com>
14791
14792 * gdb.threads/continue-pending-after-query.c: New file.
14793 * gdb.threads/continue-pending-after-query.exp: New file.
14794
147952015-01-22 Anders Granlund <anders.granlund@ericsson.com>
14796 Simon Marchi <simon.marchi@ericsson.com>
14797
14798 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
14799 * gdb.base/valgrind-db-attach.exp: Same.
14800 * gdb.base/valgrind-infcall.exp: Same.
14801 * lib/mi-support.exp (default_mi_gdb_start): Same.
14802 * lib/prompt.exp (default_prompt_gdb_start): Same.
14803 * lib/gdb.exp (default_gdb_spawn): Same.
14804 (gdb_interact): New.
14805
14806
148072015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14808
14809 * gdb.compile/compile.exp (pointer to jit function): New test.
14810
148112015-01-17 Wei-cheng Wang <cole945@gmail.com>
14812
14813 * lib/gdb.exp (supports_process_record): Return true for
14814 powerpc*-*-linux*.
14815 (supports_reverse): Likewise.
14816
148172015-01-15 Don Breazeal <donb@codesourcery.com>
14818
14819 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
14820 instead of checking whether the target board is remote and
14821 use spawn_wait_for_attach instead of exec/sleep.
14822 * gdb.base/attach-twice.exp: Likewise.
14823
148242015-01-15 Joel Brobecker <brobecker@adacore.com>
14825
14826 * gdb.ada/var_arr_attrs: New testcase.
14827
148282015-01-14 Pedro Alves <palves@redhat.com>
14829 Joel Brobecker <brobecker@adacore.com>
14830
14831 PR gdb/17525
14832 * gdb.base/bp-cmds-execution-x-script.c: New file.
14833 * gdb.base/bp-cmds-execution-x-script.exp: New file.
14834 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
14835
148362015-01-14 Pedro Alves <palves@redhat.com>
14837
14838 PR cli/17828
14839 * gdb.base/batch-preserve-term-settings.c: New file.
14840 * gdb.base/batch-preserve-term-settings.exp: New file.
14841
148422015-01-13 Doug Evans <dje@google.com>
14843
14844 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
14845 binary.
14846
148472015-01-13 Joel Brobecker <brobecker@adacore.com>
14848
14849 * Makefile.in (clean mostlyclean): Do not delete *.py.
14850
148512015-01-13 Joel Brobecker <brobecker@adacore.com>
14852
14853 * gdb.python/py-lookup-type.exp: New file.
14854
148552015-01-12 Pedro Alves <palves@redhat.com>
14856
14857 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
14858 restore GDBFLAGS before returning.
14859
148602015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14861
14862 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
14863 is_amd64_regs_target and is_x86_like_target.
14864
148652015-01-11 Doug Evans <xdje42@gmail.com>
14866
14867 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
14868 is given without an explicit form.
14869 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
14870 attributes.
14871 * gdb.dwarf/corrupt.exp: Ditto.
14872 * gdb.dwarf2/enum-type.exp: Ditto.
14873 * gdb.trace/entry-values.exp: Ditto.
14874 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
14875
148762015-01-11 Doug Evans <xdje42@gmail.com>
14877
14878 PR gdb/15830
14879 * gdb.base/maint.exp: Remove references to "maint demangle".
14880 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
14881 Add tests for explicitly specifying language to demangle.
14882 * gdb.dlang/demangle.exp: Ditto.
14883
148842015-01-09 Pedro Alves <palves@redhat.com>
14885
14886 * gdb.threads/non-stop-fair-events.c: New file.
14887 * gdb.threads/non-stop-fair-events.exp: New file.
14888
148892015-01-09 Pedro Alves <palves@redhat.com>
14890
14891 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
14892 the global scope. Set a breakpoint after all threads are started
14893 rather than stepping over two source lines. Expect the prompt.
14894 * gdb.base/watch_thread_num.c (threads_started_barrier): New
14895 global.
14896 (NUM): Now 15.
14897 (main): Use threads_started_barrier to wait for all threads to
14898 start. Main thread no longer calls thread_function. Exit after
14899 180 seconds.
14900 (loop): New function.
14901 (thread_function): Wait on threads_started_barrier barrier. Call
14902 'loop' at each iteration.
14903 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
14904 threads have started, instead of hardcoding number of "next"
14905 steps. Use an access watchpoint instead of a write watchpoint.
14906
149072015-01-09 Pedro Alves <palves@redhat.com>
14908
14909 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
14910 (thread_func): Wait on barrier.
14911 (main): Wait for all threads to start before stopping GDB.
14912 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
14913 global.
14914 (thread1_func, thread2_func): Wait on barrier.
14915 (main): Wait for all threads to start before stopping GDB.
14916 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
14917 New global.
14918 (thread1_func, thread2_func): Wait on barrier.
14919 (main): Wait for all threads to start before stopping GDB.
14920
149212015-01-09 Pedro Alves <palves@redhat.com>
14922
14923 * gdb.threads/attach-many-short-lived-threads.c: New file.
14924 * gdb.threads/attach-many-short-lived-threads.exp: New file.
14925
149262014-01-09 Pedro Alves <palves@redhat.com>
14927
14928 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
14929 instead of to thread 2.
14930 * gdb.threads/signal-command-multiple-signals-pending.c (main):
14931 Add barrier around each pthread_create call instead of around all
14932 calls.
14933 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
14934 Set a break on thread_function and have the child threads hit it
14935 one at at a time.
14936
149372015-01-09 Pedro Alves <palves@redhat.com>
14938
14939 * lib/gdb.exp (can_spawn_for_attach): New procedure.
14940 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
14941 false.
14942 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
14943 checking whether the target board is remote.
14944 * gdb.multi/multi-attach.exp: Likewise.
14945 * gdb.python/py-sync-interp.exp: Likewise.
14946 * gdb.server/ext-attach.exp: Likewise.
14947 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
14948 tests that need to attach, instead of checking whether the target
14949 board is remote at the top of the file.
14950
149512015-01-08 Yao Qi <yao@codesourcery.com>
14952
14953 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
14954
149552015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14956
14957 Fix testcase compilation.
14958 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
14959
149602015-01-06 Joel Brobecker <brobecker@adacore.com>
14961
14962 * gdb.python/py-type.exp: Add a couple test about empty
14963 array creation, and negative-length array creation.
14964
149652015-01-02 Doug Evans <xdje42@gmail.com>
14966
14967 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
14968
149692015-01-02 Doug Evans <dje@google.com>
14970
14971 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
14972
149732014-12-29 Yao Qi <yao@codesourcery.com>
14974
14975 * gdb.trace/entry-values.exp: Update comments. Rename variable
14976 bar_call_foo to returned_from_foo.
14977
149782014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
14979
14980 PR gdb/17394
14981 * gdb.linespec/break-asm-file.c: New file.
14982 * gdb.linespec/break-asm-file.exp: New file.
14983 * gdb.linespec/break-asm-file0.s: New file.
14984 * gdb.linespec/break-asm-file1.s: New file.
14985
149862014-12-18 Nigel Stephens <nigel@mips.com>
14987 Maciej W. Rozycki <macro@codesourcery.com>
14988
14989 * gdb.base/float.exp: Handle the new output from "info float" on
14990 MIPS targets.
14991
149922014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
14993
14994 Fix MinGW compilation.
14995 * gdb.compile/compile-ops.exp: Update untested message if
14996 !skip_compile_feature_tests.
14997 * gdb.compile/compile-setjmp.exp: Likewise.
14998 * gdb.compile/compile-tls.exp: Likewise.
14999 * gdb.compile/compile.exp: Likewise.
15000 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
15001 supported on this host".
15002
150032014-12-16 Doug Evans <xdje42@gmail.com>
15004
15005 * boards/stabs.exp: New file.
15006
150072014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
15008
15009 * gdb.base/completion.exp: Adjust to format changes of "maint
15010 print user-registers".
15011
150122014-12-16 Catalin Udma <catalin.udma@freescale.com>
15013
15014 PR server/17457
15015 * gdb.arch/aarch64-fp.c: New file.
15016 * gdb.arch/aarch64-fp.exp: New file.
15017
150182014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
15019
15020 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
15021 r210637, r210913, r211666, r215400, r215817).
15022
15023 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
15024 * dg-extract-results.py: New file.
15025 * dg-extract-results.sh: Use it if the environment seems
15026 suitable.
15027
15028 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
15029
15030 * dg-extract-results.py (parse_run): Handle warnings that
15031 are printed before a test harness is run.
15032
15033 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
15034
15035 * dg-extract-results.py (Named): Remove __cmp__ method.
15036 (output_variation): Use a key to sort variation.harnesses.
15037
15038 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
15039
15040 * dg-extract-results.py: For Python 3, force sys.stdout to
15041 handle surrogate escape sequences.
15042 (safe_open): New function.
15043 (output_segment, main): Use it.
15044
15045 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
15046
15047 * dg-extract-results.py (Prog.result_re): Include options
15048 in test name.
15049
15050 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
15051
15052 * dg-extract-results.py (output_variation): Always sort if
15053 do_sum.
15054
150552014-12-15 Simon Marchi <simon.marchi@ericsson.com>
15056
15057 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
15058 as long as we get pagination notifications.
15059
150602014-12-15 Jason Merrill <jason@redhat.com>
15061
15062 * Makefile.in (check-gdb.%): Restore.
15063 * README: Mention it.
15064
150652014-12-13 Joel Brobecker <brobecker@adacore.com>
15066
15067 * gdb.ada/str_uninit: New testcase.
15068
150692014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15070
15071 PR symtab/17642
15072 * gdb.base/vla-stub-define.c: New file.
15073 * gdb.base/vla-stub.c: New file.
15074 * gdb.base/vla-stub.exp: New file.
15075
150762014-12-12 Phil Muldoon <pmuldoon@redhat.com>
15077 Jan Kratochvil <jan.kratochvil@redhat.com>
15078 Tom Tromey <tromey@redhat.com>
15079
15080 * configure.ac: Add gdb.compile/.
15081 * configure: Regenerate.
15082 * gdb.compile/Makefile.in: New file.
15083 * gdb.compile/compile-ops.exp: New file.
15084 * gdb.compile/compile-ops.c: New file.
15085 * gdb.compile/compile-tls.c: New file.
15086 * gdb.compile/compile-tls.exp: New file.
15087 * gdb.compile/compile-constvar.S: New file.
15088 * gdb.compile/compile-constvar.c: New file.
15089 * gdb.compile/compile-mod.c: New file.
15090 * gdb.compile/compile-nodebug.c: New file.
15091 * gdb.compile/compile-setjmp-mod.c: New file.
15092 * gdb.compile/compile-setjmp.c: New file.
15093 * gdb.compile/compile-setjmp.exp: New file.
15094 * gdb.compile/compile-shlib.c: New file.
15095 * gdb.compile/compile.c: New file.
15096 * gdb.compile/compile.exp: New file.
15097 * lib/gdb.exp (skip_compile_feature_tests): New proc.
15098
150992014-12-12 Tom Tromey <tromey@redhat.com>
15100
15101 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
15102 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
15103
151042014-12-12 Doug Evans <dje@google.com>
15105
15106 * lib/gdb-python.exp (get_python_valueof): New function.
15107 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
15108
151092014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15110
15111 * gdb.base/completion.exp: Add test for completion of "info
15112 registers ".
15113
151142014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
15115
15116 * gdb.base/func-ptrs.c: New file.
15117 * gdb.base/func-ptrs.exp: New file.
15118
151192014-12-10 Simon Marchi <simon.marchi@ericsson.com>
15120
15121 PR breakpoints/17012
15122 * gdb.base/dprintf-detach.c: New file.
15123 * gdb.base/dprintf-detach.exp: New file.
15124
151252014-12-10 Simon Marchi <simon.marchi@ericsson.com>
15126
15127 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
15128 * lib/gdb.exp (target_is_gdbserver): New procedure.
15129
151302014-12-08 Doug Evans <dje@google.com>
15131
15132 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
15133
151342014-12-05 Yao Qi <yao@codesourcery.com>
15135
15136 * gdb.guile/scm-error.exp: Remove the third argument to
15137 gdb_remote_download.
15138 * gdb.guile/scm-frame-args.exp: Likewise.
15139 * gdb.guile/scm-section-script.exp: Likewise.
15140
151412014-12-05 Yao Qi <yao@codesourcery.com>
15142
15143 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
15144
151452014-12-04 Doug Evans <dje@google.com>
15146
15147 * gdb.python/py-objfile.exp: Add tests for
15148 objfile.add_separate_debug_file.
15149
151502014-12-04 Doug Evans <dje@google.com>
15151
15152 * lib/gdb.exp (get_build_id): New function.
15153 (build_id_debug_filename_get): Rewrite to use it.
15154 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
15155
151562014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
15157
15158 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
15159 `method(long)', not just 0x0.
15160 * gdb.cp/nsalias.exp: Align code labels to 4.
15161 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
15162 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
15163 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
15164 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
15165 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
15166 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
15167
151682014-12-02 Doug Evans <dje@google.com>
15169
15170 PR symtab/17602
15171 * gdb.cp/anon-ns.cc: Move guts of this file to ...
15172 * gdb.cp/anon-ns2.cc: ... here. New file.
15173 * gdb.cp/anon-ns.exp: Update.
15174
151752014-12-02 Nick Bull <nicholaspbull@gmail.com>
15176
15177 * gdb.python/py-events.py (inferior_call_handler): New.
15178 (register_changed_handler, memory_changed_handler): New.
15179 (test_events.invoke): Register new handlers.
15180 * gdb.python/py-events.exp: Add tests for inferior call,
15181 memory_changed and register_changed events.
15182
151832014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
15184
15185 * gdb.base/execl-update-breakpoints.exp: Specify the link address
15186 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
15187 if the linker doesn't understand this.
15188
151892014-12-01 Simon Marchi <simon.marchi@ericsson.com>
15190
15191 * gdb.python/python.exp: Change expected reply to help().
15192
151932014-12-01 Yao Qi <yao@codesourcery.com>
15194
15195 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
15196 AC_CONFIG_SUBDIRS(gdb.gdbtk).
15197 * configure: Re-generated.
15198
151992014-11-28 Siva Chandra Reddy <sivachandra@google.com>
15200
15201 * gdb.cp/chained-calls.cc: New file.
15202 * gdb.cp/chained-calls.exp: New file.
15203 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
15204
152052014-11-28 Simon Marchi <simon.marchi@ericsson.com>
15206
15207 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
15208 * gdb.dwarf2/symtab-producer.exp: Same.
15209 * gdb.gdb/python-interrupts.exp: Same.
15210 * gdb.gdb/python-selftest.exp: Same.
15211 * gdb.python/py-linetable.exp: Same.
15212 * gdb.python/py-type.exp: Same.
15213 * gdb.python/py-value-cc.exp: Same.
15214 * gdb.python/py-value.exp: Same.
15215
152162014-11-28 Yao Qi <yao@codesourcery.com>
15217
15218 * gdb.base/break-probes.exp: Match library name prefixed with
15219 sysroot.
15220
152212014-11-27 Simon Marchi <simon.marchi@ericsson.com>
15222
15223 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
15224 test expected output. Add parentheses for the call to print.
15225 Remove L suffix from integers.
15226
152272014-11-26 Doug Evans <dje@google.com>
15228
15229 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
15230
152312014-11-22 Yao Qi <yao@codesourcery.com>
15232
15233 * gdb.trace/entry-values.c: Remove asms.
15234 (foo): Add foo_label.
15235 (bar): Add bar_label.
15236 * gdb.trace/entry-values.exp: Remove code computing foo's
15237 length and bar's length.
15238 (Dwarf::assemble): Invoke function_range for bar and use
15239 MACRO_AT_func for foo.
15240
152412014-11-22 Yao Qi <yao@codesourcery.com>
15242
15243 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
15244 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
15245 Use .Lgcc43_procstart instead of gcc43.
15246
152472014-11-21 Joel Brobecker <brobecker@adacore.com>
15248
15249 * gdb.ada/n_arr_bound: New testcase.
15250
152512014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
15252
15253 PR breakpoints/10737
15254 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
15255 test_catch_syscall_multi_arch.
15256 (test_catch_syscall_multi_arch): New function.
15257
152582014-11-20 Doug Evans <xdje42@gmail.com>
15259
15260 * gdb.base/maint.exp: Update expected output.
15261
152622014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
15263
15264 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
15265 4-byte instruction on S390.
15266
152672014-11-19 Joel Brobecker <brobecker@adacore.com>
15268
15269 * gdb.ada/arr_arr: New testcase.
15270
152712014-11-19 Joel Brobecker <brobecker@adacore.com>
15272
15273 * gdb.ada/pkd_arr_elem: New Testcase.
15274
152752014-11-18 Luis Machado <lgustavo@codesourcery.com>
15276
15277 * gdb.reverse/break-precsave: Expect completion message for
15278 core file reads.
15279 * gdb.reverse/consecutive-precsave.exp: Likewise.
15280 * gdb.reverse/finish-precsave.exp: Likewise.
15281 * gdb.reverse/i386-precsave.exp: Likewise.
15282 * gdb.reverse/machinestate-precsave.exp: Likewise.
15283 * gdb.reverse/sigall-precsave.exp: Likewise.
15284 * gdb.reverse/solib-precsave.exp: Likewise.
15285 * gdb.reverse/step-precsave.exp: Likewise.
15286 * gdb.reverse/until-precsave.exp: Likewise.
15287 * gdb.reverse/watch-precsave.exp: Likewise.
15288
152892014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15290
15291 * gdb.base/bp-permanent.c: Include unistd.h.
15292 * gdb.python/py-framefilter-mi.c (main): Add return type.
15293 * gdb.python/py-framefilter.c (main): Likewise.
15294 * gdb.trace/actions-changed.c (main): Likewise.
15295
152962014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15297
15298 * gdb.mi/until.c: Add eye-catchers.
15299 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
15300 line numbers.
15301
153022014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15303
15304 * gdb.base/condbreak.exp: Drop references to removed non-prototype
15305 function header variants in break1.c.
15306 * gdb.base/ena-dis-br.exp: Likewise.
15307 * gdb.base/hbreak2.exp: Likewise.
15308 * gdb.reverse/until-precsave.exp: Drop references to removed
15309 non-prototype function header variants in ur1.c.
15310 * gdb.reverse/until-reverse.exp: Likewise.
15311
153122014-11-17 Petr Machata <pmachata@redhat.com>
15313
15314 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
15315 ${_cu_offset_size} bytes abbrev offset.
15316
153172014-11-15 Doug Evans <xdje42@gmail.com>
15318
15319 PR symtab/17559
15320 * gdb.base/line-symtabs.exp: New file.
15321 * gdb.base/line-symtabs.c: New file.
15322 * gdb.base/line-symtabs.h: New file.
15323
153242014-11-14 Yao Qi <yao@codesourcery.com>
15325
15326 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
15327 (func): Add label func_label.
15328 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
15329 Replace low_pc and high_pc with MACRO_AT_range.
15330 Replace name, low_pc and high_pc with MACRO_AT_func.
15331
153322014-11-14 Yao Qi <yao@codesourcery.com>
15333
15334 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
15335 Replace name, low_pc and high_pc with MACRO_AT_func.
15336
153372014-11-14 Yao Qi <yao@codesourcery.com>
15338
15339 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
15340 produce debug information.
15341 * gdb.dwarf2/implptr-optimized-out.S: Removed.
15342
153432014-11-14 Yao Qi <yao@codesourcery.com>
15344
15345 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
15346 object and get function length.
15347 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
15348 with MACRO_AT_func.
15349 (top-level): Replace gdb_compile and clean_restart with
15350 prepare_for_testing.
15351 * gdb.dwarf2/main.c (main): Add label main_label.
15352
153532014-11-14 Yao Qi <yao@codesourcery.com>
15354
15355 * lib/dwarf.exp (function_range): New procedure.
15356 (Dwarf::_handle_macro_at_func): New procedure.
15357 (Dwarf::_handle_macro_at_range): New procedure.
15358 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
15359
153602014-11-14 Yao Qi <yao@codesourcery.com>
15361
15362 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
15363 (_handle_attribute): New procedure.
15364
153652014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15366
15367 * gdb.ada/cond_lang/foo.c (callme): Add return type.
15368 * gdb.base/call-sc.c (zed): Likewise.
15369 * gdb.base/checkpoint.c (main): Likewise.
15370 * gdb.base/dump.c (main): Likewise.
15371 * gdb.base/gcore.c (main): Likewise.
15372 * gdb.base/huge.c (main): Likewise.
15373 * gdb.base/multi-forks.c (main): Likewise.
15374 * gdb.base/pr10179-a.c (main): Likewise.
15375 * gdb.base/savedregs.c (main): Likewise.
15376 * gdb.base/sigaltstack.c (main): Likewise.
15377 * gdb.base/siginfo.c (main): Likewise.
15378 * gdb.base/structs.c (zed): Likewise.
15379 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
15380 * gdb.mi/mi-syn-frame.c (main): Likewise.
15381 * gdb.mi/until.c (foo, main): Likewise.
15382 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
15383 * gdb.base/solib-weak.c (foo): Declare.
15384 * gdb.base/attach-twice.c: Include stdio.h.
15385 * gdb.base/weaklib1.c: Likewise.
15386 * gdb.base/weaklib2.c: Likewise.
15387 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
15388 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
15389 unistd.h.
15390 * gdb.base/attach-pie-misread.c: Include stdlib.h.
15391 * gdb.mi/mi-exit-code.c: Likewise.
15392 * gdb.base/break-interp-lib.c: Include string.h.
15393 * gdb.base/coremaker.c: Likewise.
15394 * gdb.base/testenv.c: Likewise.
15395 * gdb.python/py-finish-breakpoint.c: Likewise.
15396 * gdb.base/inferior-died.c: Include sys/wait.h.
15397 * gdb.base/fileio.c: Include time.h.
15398 * gdb.base/async-shell.c: Include unistd.h.
15399 * gdb.base/dprintf-non-stop.c: Likewise.
15400 * gdb.base/info-os.c: Likewise.
15401 * gdb.mi/mi-console.c: Likewise.
15402 * gdb.mi/watch-nonstop.c: Likewise.
15403 * gdb.python/py-events.c: Likewise.
15404 * gdb.base/async.c (baz): Move up before its invocation.
15405 * gdb.base/code_elim2.c (my_global_func): Likewise.
15406 * gdb.base/skip-solib-lib.c (multiply): Likewise.
15407 * gdb.base/advance.c (func2): Likewise.
15408
154092014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15410
15411 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
15412 variant.
15413 * gdb.base/annota3.c: Likewise.
15414 * gdb.base/async.c: Likewise.
15415 * gdb.base/average.c: Likewise.
15416 * gdb.base/call-ar-st.c: Likewise.
15417 * gdb.base/call-rt-st.c: Likewise.
15418 * gdb.base/call-sc.c: Likewise.
15419 * gdb.base/call-strs.c: Likewise.
15420 * gdb.base/ending-run.c: Likewise.
15421 * gdb.base/execd-prog.c: Likewise.
15422 * gdb.base/exprs.c: Likewise.
15423 * gdb.base/foll-exec.c: Likewise.
15424 * gdb.base/foll-fork.c: Likewise.
15425 * gdb.base/foll-vfork.c: Likewise.
15426 * gdb.base/funcargs.c: Likewise.
15427 * gdb.base/gcore.c: Likewise.
15428 * gdb.base/jump.c: Likewise.
15429 * gdb.base/langs0.c: Likewise.
15430 * gdb.base/langs1.c: Likewise.
15431 * gdb.base/langs2.c: Likewise.
15432 * gdb.base/mips_pro.c: Likewise.
15433 * gdb.base/nodebug.c: Likewise.
15434 * gdb.base/opaque0.c: Likewise.
15435 * gdb.base/opaque1.c: Likewise.
15436 * gdb.base/recurse.c: Likewise.
15437 * gdb.base/run.c: Likewise.
15438 * gdb.base/scope0.c: Likewise.
15439 * gdb.base/scope1.c: Likewise.
15440 * gdb.base/setshow.c: Likewise.
15441 * gdb.base/setvar.c: Likewise.
15442 * gdb.base/shmain.c: Likewise.
15443 * gdb.base/shr1.c: Likewise.
15444 * gdb.base/shr2.c: Likewise.
15445 * gdb.base/sigall.c: Likewise.
15446 * gdb.base/signals.c: Likewise.
15447 * gdb.base/so-indr-cl.c: Likewise.
15448 * gdb.base/solib2.c: Likewise.
15449 * gdb.base/structs.c: Likewise.
15450 * gdb.base/sum.c: Likewise.
15451 * gdb.base/vforked-prog.c: Likewise.
15452 * gdb.base/watchpoint.c: Likewise.
15453 * gdb.reverse/shr2.c: Likewise.
15454 * gdb.reverse/until-reverse.c: Likewise.
15455 * gdb.reverse/ur1.c: Likewise.
15456 * gdb.reverse/watch-reverse.c: Likewise.
15457
154582014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15459
15460 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
15461 variant.
15462 * gdb.base/sepdebug.exp: Drop references to removed code.
15463
154642014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15465
15466 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
15467 variant. Preserve original line numbering.
15468 * gdb.base/list1.c: Likewise.
15469
154702014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15471
15472 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
15473 variant.
15474 * gdb.base/break1.c: Likewise.
15475 * gdb.base/break.exp: Drop references to removed code.
15476
154772014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15478
15479 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
15480 variant.
15481
154822014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15483
15484 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
15485
154862014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15487
15488 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
15489 logic into perform_all_tests() and invoke it with and without
15490 function header prototypes.
15491 (do_function_calls): Remove conditional XFAIL for PR 5318.
15492 (rerun_and_prepare): Remove duplicate code.
15493 (perform_all_tests): New. Main logic moved here.
15494
154952014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15496
15497 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
15498 code guarded by #ifdef NO_PROTOTYPES.
15499 (t_double_many_args): Likewise.
15500 (DEF_FUNC_MANY_ARGS_1): Likewise.
15501 (DEF_FUNC_VALUES_1): Likewise.
15502 (t_structs_ldc): Renamed from t_structs_fc in conditional code
15503 guarded by #ifdef PROTOTYPES.
15504
155052014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15506
15507 * gdb.mi/mi-console.c: Add eye-catcher.
15508 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
15509 instead of literal line number.
15510
155112014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15512
15513 * gdb.base/shr2.c: Add eye-catcher.
15514 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
15515 line number.
15516
155172014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15518
15519 * gdb.base/jump.c: Add eye-catchers.
15520 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
15521 numbers.
15522
155232014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15524
15525 * gdb.base/execd-prog.c: Add eye-catchers.
15526 * gdb.base/foll-exec.c: Likewise.
15527 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
15528 line numbers.
15529
155302014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15531
15532 * gdb.base/ending-run.c: Add eye-catchers.
15533 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
15534 literal line numbers.
15535
155362014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15537
15538 * gdb.base/call-rt-st.c: Add eye-catchers.
15539 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
15540 literal line numbers.
15541
155422014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15543
15544 * gdb.base/call-ar-st.c: Add eye-catchers.
15545 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
15546 literal line numbers.
15547
155482014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15549
15550 * gdb.base/average.c: Add eye-catchers.
15551 * gdb.base/sum.c: Likewise.
15552 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
15553 regexps dynamically.
15554
155552014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15556
15557 * gdb.base/solib1.c: Add eye-catchers.
15558 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
15559 literal line numbers.
15560
155612014-11-12 Pedro Alves <palves@redhat.com>
15562
15563 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
15564 leader has exited.
15565
155662014-11-12 Pedro Alves <palves@redhat.com>
15567
15568 * gdb.arch/i386-bp_permanent.c: New file.
15569 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
15570 (srcfile): Set to i386-bp_permanent.c.
15571 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
15572 that stepi does not execute the 'leave' instruction, instead of
15573 testing it does execute.
15574 * gdb.base/bp-permanent.c: New file.
15575 * gdb.base/bp-permanent.exp: New file.
15576
155772014-11-10 Doug Evans <xdje42@gmail.com>
15578
15579 PR symtab/17564
15580 * gdb.base/symtab-search-order.exp: New file.
15581 * gdb.base/symtab-search-order.c: New file.
15582 * gdb.base/symtab-search-order-1.c: New file.
15583 * gdb.base/symtab-search-order-shlib-1.c: New file.
15584
155852014-11-07 Pedro Alves <palves@redhat.com>
15586
15587 PR gdb/17511
15588 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
15589 i?86-*-linux*.
15590
155912014-11-03 Siva Chandra Reddy <sivachandra@google.com>
15592
15593 PR c++/17494
15594 * gdb.cp/pr17494.cc: New file.
15595 * gdb.cp/pr17494.exp: New file.
15596
155972014-11-02 Yao Qi <yao@codesourcery.com>
15598
15599 * gdb.python/python.exp: Get working directory and match the
15600 output of "set extended-prompt \\w " with it.
15601
156022014-10-30 Doug Evans <dje@google.com>
15603
15604 * gdb.python/py-objfile.exp: Add tests for setting random attributes
15605 in objfiles.
15606 * gdb.python/py-progspace.exp: Add tests for setting random attributes
15607 in progspaces.
15608
156092014-10-30 Janis Johnson <janisjo@codesourcery.com>
15610
15611 * gdb.base/fullpath-expand.exp: Skip for a remote host.
15612 * gdb.base/realname-expand.exp: Likewise.
15613 * gdb.linespec/macro-relative.exp: Likewise.
15614
156152014-10-29 Pedro Alves <palves@redhat.com>
15616
15617 PR gdb/17408
15618 * gdb.threads/schedlock.c (some_function): New function.
15619 (call_function): New global.
15620 (MAYBE_CALL_SOME_FUNCTION): New macro.
15621 (thread_function): Call it.
15622 * gdb.threads/schedlock.exp (get_args): Add description parameter,
15623 and use it instead of a global counter. Adjust all callers.
15624 (get_current_thread): Use "find current thread" for test message
15625 here rather than having all callers pass down the same string.
15626 (goto_loop): New procedure, factored out from ...
15627 (my_continue): ... this.
15628 (step_ten_loops): Change parameter from test message to command to
15629 use. Adjust.
15630 (list_count): Delete global.
15631 (check_result): New procedure, factored out from duplicate top
15632 level code.
15633 (continue tests): Wrap in with_test_prefix.
15634 (test_step): New procedure, factored out from duplicate top level
15635 code.
15636 (top level): Test "step" in combination with all scheduler-locking
15637 modes. Test "next" in combination with all scheduler-locking
15638 modes, and in combination with stepping over a function call or
15639 not.
15640 * gdb.threads/next-bp-other-thread.c: New file.
15641 * gdb.threads/next-bp-other-thread.exp: New file.
15642
156432014-10-29 Pedro Alves <palves@redhat.com>
15644
15645 PR python/17372
15646 * gdb.python/python.exp: Test a multi-line command that spawns
15647 interactive Python.
15648 * gdb.base/multi-line-starts-subshell.exp: New file.
15649
156502014-10-29 Yao Qi <yao@codesourcery.com>
15651
15652 * gdb.base/fileio.exp: Make directories on host.
15653
156542014-10-29 Yao Qi <yao@codesourcery.com>
15655
15656 * gdb.base/fileio.c (test_write): Close the file.
15657
156582014-10-28 Pedro Alves <palves@redhat.com>
15659
15660 PR gdb/12623
15661 * gdb.base/sigstep.c (no_handler): New global.
15662 (main): If 'no_handler is true, set the signal handlers to
15663 SIG_IGN.
15664 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
15665 with_sw_watch and no_handler parameters. Handle them.
15666 (top level) <stepping over handler when stopped at a breakpoint
15667 test>: Add a test axis for testing with a software watchpoint, and
15668 another for testing with the signal handler set to SIG_IGN.
15669 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
15670 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
15671
156722014-10-28 Pedro Alves <palves@redhat.com>
15673
15674 PR gdb/17511
15675 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
15676 * gdb.base/sigstep.exp (other_handler_location): New global.
15677 (advance): Support stepping into the signal handler, and running
15678 commands while in the handler.
15679 (in_handler_map): New global.
15680 (top level): In the advance test, add combinations for getting
15681 into the handler with stepping commands, and for running commands
15682 in the handler. Add comment descripting the advancei tests.
15683
156842014-10-28 Pedro Alves <palves@redhat.com>
15685
15686 * gdb.base/sigstep.exp: Use build_executable instead of
15687 prepare_for_testing.
15688 (top level): Move code that starts GDB, runs to main and creates a
15689 display to ...
15690 (restart): ... this new procedure.
15691 (top level): Move backtrace from signal handler test to ...
15692 (validate_backtrace): ... this new procedure.
15693 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
15694 with_test_prefix. Always restart GDB.
15695 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
15696 with_test_prefix. Always restart GDB. No need to delete
15697 breakpoints after the test.
15698 (test_skip_handler): Remove prefix parameter.
15699 (skip_over_handler, breakpoint_to_handler)
15700 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
15701 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
15702 restart GDB. No need to delete breakpoints after the test.
15703 (top level): Use foreach to call the test procedures with
15704 different commands.
15705
157062014-10-28 Pedro Alves <palves@redhat.com>
15707
15708 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
15709 instead of GNATS numbers.
15710 * gdb.base/sigbpt.exp: Likewise.
15711 * gdb.base/siginfo.exp: Likewise.
15712 * gdb.base/sigstep.exp: Likewise.
15713
157142014-10-27 Pedro Alves <palves@redhat.com>
15715
15716 * gdb.base/sigstep.c (dummy): New global.
15717 (main): Issue a couple writes to the new global.
15718 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
15719 procedures.
15720 (skip_over_handler): Use test_skip_handler.
15721 (top level): Call skip_over_handler for stepi and nexti too.
15722 (breakpoint_over_handler): Use test_skip_handler.
15723 (top level): Call breakpoint_over_handler for stepi and nexti too.
15724
157252014-10-27 Yao Qi <yao@codesourcery.com>
15726
15727 * gdb.trace/tfile.c (adjust_function_address)
15728 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
15729 function descriptor.
15730
157312014-10-24 Don Breazeal <donb@codesourcery.com>
15732
15733 * gdb.base/foll-fork.exp (test_follow_fork,
15734 catch_fork_child_follow): Check for updated fork messages emitted
15735 from infrun.c.
15736 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
15737 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
15738 vfork_and_exec_child_follow_through_step): Check for updated vfork
15739 messages emitted from infrun.c.
15740
157412014-10-24 Pedro Alves <palves@redhat.com>
15742
15743 * gdb.base/corefile.exp: Remove references to ultrix.
15744 * gdb.base/interrupt.exp: Likewise.
15745 * gdb.base/whatis.exp: Likewise.
15746 * gdb.gdb/selftest.exp: Likewise.
15747 * gdb.threads/manythreads.exp: Likewise.
15748 * gdb.threads/print-threads.exp: Likewise.
15749 * gdb.threads/pthreads.exp:: Likewise.
15750 * gdb.threads/schedlock.exp: Likewise.
15751
157522014-10-24 Siva Chandra Reddy <sivachandra@google.com>
15753
15754 * gdb.cp/non-trivial-retval.cc: Add a test case.
15755 * gdb.cp/non-trivial-retval.exp: Add a test.
15756
157572014-10-20 Yao Qi <yao@codesourcery.com>
15758
15759 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
15760 * gdb.python/py-objfile-script-gdb.py: New file.
15761 * gdb.python/py-objfile-script.exp: Update reference to
15762 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
15763 of remote_download. Remove the dest file.
15764
157652014-10-20 Yao Qi <yao@codesourcery.com>
15766
15767 * gdb.base/checkpoint.exp: Don't remove file copied on host.
15768 * gdb.base/step-line.exp: Likewise.
15769 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15770 * gdb.dwarf2/dw2-basic.exp: Likewise.
15771 * gdb.dwarf2/dw2-compressed.exp: Likewise.
15772 * gdb.dwarf2/dw2-filename.exp: Likewise.
15773 * gdb.dwarf2/dw2-intercu.exp: Likewise.
15774 * gdb.dwarf2/dw2-intermix.exp: Likewise.
15775 * gdb.dwarf2/dw2-producer.exp: Likewise.
15776 * gdb.dwarf2/mac-fileno.exp: Likewise.
15777 * gdb.python/py-frame-args.exp: Likewise.
15778 * gdb.python/py-framefilter.exp: Likewise.
15779 * gdb.python/py-mi.exp: Likewise.
15780 * gdb.python/py-objfile-script.exp: Likewise
15781 * gdb.python/py-pp-integral.exp: Likewise.
15782 * gdb.python/py-pp-re-notag.exp: Likewise.
15783 * gdb.python/py-prettyprint.exp: Likewise.
15784 * gdb.python/py-section-script.exp: Likewise.
15785 * gdb.python/py-typeprint.exp: Likewise.
15786 * gdb.python/py-xmethods.exp: Likewise.
15787 * gdb.stabs/weird.exp: Likewise.
15788 * gdb.xml/tdesc-regs.exp: Likewise.
15789
157902014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
15791
15792 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
15793 (out_cu): Use addr_len for the size of addresses.
15794 (out_line): Likewise. Size DW_LNE_set_address instruction
15795 according to addr_len.
15796 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
15797 (FUNC): Add START_INSNS to definition.
15798
157992014-10-18 Yao Qi <yao@codesourcery.com>
15800
15801 * gdb.base/argv0-symlink.exp: Check argv[0] value if
15802 gdb_has_argv0 return true.
15803 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
15804 check [target_info exists noargs], check [gdb_has_argv0]
15805 instead.
15806 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
15807 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
15808 procedures.
15809
158102014-10-17 Doug Evans <dje@google.com>
15811
15812 * gdb.python/py-events.exp: Update expected output for clear_objfiles
15813 event.
15814 * gdb.python/py-events.py: Add clear_objfiles event.
15815
158162014-10-17 Doug Evans <dje@google.com>
15817
15818 * gdb.python/py-objfile.exp: Test progspace attribute.
15819
158202014-10-17 Luis Machado <lgustavo@codesourcery.com>
15821
15822 * gdb.guile/scm-breakpoint.exp: Do not assume any
15823 directory separators when matching source file paths.
15824 * gdb.python/py-breakpoint.exp: Likewise.
15825 * gdb.reverse/break-precsave.exp: Likewise.
15826 * gdb.reverse/break-reverse.exp: Likewise.
15827 * gdb.reverse/consecutive-precsave.exp: Likewise.
15828 * gdb.reverse/finish-precsave.exp: Likewise.
15829 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
15830 * gdb.reverse/finish-reverse.exp: Likewise.
15831 * gdb.reverse/i386-precsave.exp: Likewise.
15832 * gdb.reverse/i387-env-reverse.exp: Likewise.
15833 * gdb.reverse/i387-stack-reverse.exp: Likewise.
15834 * gdb.reverse/machinestate-precsave.exp: Likewise.
15835 * gdb.reverse/machinestate.exp: Likewise.
15836 * gdb.reverse/sigall-precsave.exp: Likewise.
15837 * gdb.reverse/solib-precsave.exp: Likewise.
15838 * gdb.reverse/step-precsave.exp: Likewise.
15839 * gdb.reverse/until-precsave.exp: Likewise.
15840 * gdb.reverse/watch-precsave.exp: Likewise.
15841 * gdb.reverse/watch-reverse.exp: Likewise.
15842
158432014-10-17 Yao Qi <yao@codesourcery.com>
15844
15845 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
15846 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
15847
158482014-10-17 Pedro Alves <palves@redhat.com>
15849
15850 PR gdb/17471
15851 * gdb.base/bg-execution-repeat.c: New file.
15852 * gdb.base/bg-execution-repeat.exp: New file.
15853
158542014-10-17 Pedro Alves <palves@redhat.com>
15855
15856 PR gdb/17300
15857 * gdb.base/continue-all-already-running.c: New file.
15858 * gdb.base/continue-all-already-running.exp: New file.
15859
158602014-10-17 Pedro Alves <palves@redhat.com>
15861
15862 PR gdb/17472
15863 * gdb.base/annota-input-while-running.c: New file.
15864 * gdb.base/annota-input-while-running.exp: New file.
15865
158662014-10-17 Pedro Alves <palves@redhat.com>
15867
15868 * gdb.base/callfuncs.exp: emove references to osf.
15869 * gdb.base/sigall.exp: Likewise.
15870 * gdb.gdb/selftest.exp: Likewise.
15871 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
15872 * gdb.mi/non-stop.c: Likewise.
15873 * gdb.mi/pthreads.c: Likewise.
15874 * gdb.reverse/sigall-precsave.exp: Likewise.
15875 * gdb.reverse/sigall-reverse.exp: Likewise.
15876 * gdb.threads/pthreads.c: Likewise.
15877 * gdb.threads/pthreads.exp: Likewise.
15878
158792014-10-17 Yao Qi <yao@codesourcery.com>
15880
15881 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
15882 check 'target_info exists noargs'.
15883 (test_command_prompt_position): Likewise.
15884 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
15885 Remove "set args".
15886 (progvar_simple_while_test): Likewise.
15887 (progvar_complex_if_while_test): Likewise.
15888 (if_while_breakpoint_command_test): Likewise.
15889 (infrun_breakpoint_command_test): Likewise.
15890 (breakpoint_command_test): Likewise.
15891 (watchpoint_command_test): Likewise.
15892 (bp_deleted_in_command_test): Likewise.
15893 (temporary_breakpoint_commands): Likewise.
15894
158952014-10-16 Yao Qi <yao@codesourcery.com>
15896
15897 * gdb.base/remotetimeout.exp: Remove noargs checking.
15898
158992014-10-15 Pedro Alves <palves@redhat.com>
15900
15901 PR breakpoints/9649
15902 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
15903 * gdb.base/breakpoint-in-ro-region.exp
15904 (probe_target_hardware_step): New procedure.
15905 (top level): Probe hardware stepping and hardware breakpoint
15906 support. Test stepping through a read-only region, with both
15907 "breakpoint auto-hw" on and off and both "always-inserted" on and
15908 off.
15909
159102014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
15911
15912 * gdb.dlang/demangle.exp: Update for demangling changes.
15913
159142014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15915
15916 * gdb.cp/non-trivial-retval.cc: Add new test cases.
15917 * gdb.cp/non-trivial-retval.exp: Add new tests.
15918
159192014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15920
15921 PR c++/13403
15922 PR c++/15154
15923 * gdb.cp/non-trivial-retval.cc: New file.
15924 * gdb.cp/non-trivial-retval.exp: New file.
15925
159262014-10-15 Yao Qi <yao@codesourcery.com>
15927
15928 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
15929 remote host.
15930
159312014-10-15 Yao Qi <yao@codesourcery.com>
15932
15933 * gdb.python/py-symbol.exp: Match file base name if host is
15934 remote, otherwise match file name with dir name.
15935 * gdb.python/py-symtab.exp: Likewise.
15936 * gdb.python/python.exp: Likewise.
15937
159382014-10-15 Yao Qi <yao@codesourcery.com>
15939
15940 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
15941 pattern.
15942 * gdb.python/py-symtab.exp: Likewise.
15943 * gdb.python/python.exp: Remove trailing ".*". Fix typo
15944 locationn.
15945
159462014-10-14 Joel Brobecker <brobecker@adacore.com>
15947
15948 * gdb.ada/addr_arith: New testcase.
15949
159502014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
15951
15952 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
15953 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
15954 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
15955 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
15956
159572014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
15958
15959 * gdb.arch/stap-eval-lang-ada.S: Likewise.
15960 * gdb.arch/stap-eval-lang-ada.c: Likewise.
15961 * gdb.arch/stap-eval-lang-ada.exp: New file.
15962
159632014-10-14 Yao Qi <yao@codesourcery.com>
15964
15965 * gdb.mi/mi-var-child.c (nothing1): New function.
15966 (nothing2): New function.
15967 (do_children_tests): Set function pointers by nothing1 and
15968 nothing2.
15969 * gdb.mi/mi-var-child.exp: Step over new added statements.
15970 Update test to match the new output.
15971 * gdb.mi/var-cmd.c (nothing1): New function.
15972 (nothing2): New function.
15973 (do_children_tests): Set function pointers by nothing1 and
15974 nothing2.
15975 * gdb.mi/mi-var-display.exp: Update test to match output.
15976 Step to the line specified by $line_dct_nothing.
15977 Increase the number of lines to step.
15978
159792014-10-14 Yao Qi <yao@codesourcery.com>
15980
15981 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
15982 tests.
15983 * gdb.mi/mi2-var-child.exp: Likewise.
15984
159852014-10-13 Doug Evans <dje@google.com>
15986
15987 * gdb.python/py-objfile.exp: Change name of file name test.
15988
159892014-10-13 Doug Evans <dje@google.com>
15990
15991 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
15992 from the start of the CU.
15993
159942014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15995 Yao Qi <yao@codesourcery.com>
15996
15997 Fix "save breakpoints" for "catch" command.
15998 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
15999 Remove -nonewline. Match also the added "main" line.
16000
160012014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16002
16003 Fix "save breakpoints" for "disable $bpnum" command.
16004 * gdb.base/save-bp.c (main): Add label.
16005 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
16006
160072014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16008
16009 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
16010
160112014-10-11 Yao Qi <yao@codesourcery.com>
16012
16013 * gdb.server/server-kill.exp: Execute command
16014 "set remote trace-status-packet on" before "tstatus".
16015
160162014-10-11 Yao Qi <yao@codesourcery.com>
16017
16018 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
16019 (main): Call getppid.
16020 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
16021 and continue to it. Read variable "server_pid".
16022
160232014-10-11 Yao Qi <yao@codesourcery.com>
16024
16025 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
16026
160272014-10-11 Yao Qi <yao@codesourcery.com>
16028
16029 * gdb.threads/thread-find.exp: Don't execute command
16030 "info threads".
16031 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
16032 * gdb.threads/linux-dp.exp: Don't check the condition
16033 $threads_created equals to zero.
16034
160352014-10-10 Pedro Alves <palves@redhat.com>
16036
16037 * gdb.base/bigcore.exp: Remove references to IRIX.
16038 * gdb.base/funcargs.exp: Likewise.
16039 * gdb.base/interrupt.exp: Likewise.
16040 * gdb.base/mips_pro.exp: Likewise.
16041 * gdb.base/nodebug.exp: Likewise.
16042 * gdb.base/setvar.exp: Likewise.
16043 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
16044
160452014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
16046 Pedro Alves <palves@redhat.com>
16047
16048 PR symtab/14466
16049 * gdb.base/vdso-warning.c: New file.
16050 * gdb.base/vdso-warning.exp: New file.
16051
160522014-10-02 Doug Evans <dje@google.com>
16053
16054 * gdb.base/structs.c (main): Don't run forever.
16055
160562014-10-02 Pedro Alves <palves@redhat.com>
16057
16058 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
16059 (top level) <stop threads 1, stop threads 2>: Use it.
16060
160612014-10-02 Pedro Alves <palves@redhat.com>
16062
16063 * gdb.threads/break-while-running.exp (test): Add new
16064 'update_thread_list' argument. Skip "info threads" if false.
16065 (top level): Add new 'update_thread_list' axis.
16066
160672014-10-02 Pedro Alves <palves@redhat.com>
16068
16069 PR breakpoints/17431
16070 * gdb.base/execl-update-breakpoints.c: New file.
16071 * gdb.base/execl-update-breakpoints.exp: New file.
16072
160732014-10-01 Pedro Alves <palves@redhat.com>
16074
16075 * gdb.base/breakpoint-in-ro-region.c: New file.
16076 * gdb.base/breakpoint-in-ro-region.exp: New file.
16077
160782014-10-01 Simon Marchi <simon.marchi@ericsson.com>
16079
16080 * gdb.mi/mi-exit-code.exp: New file.
16081 * gdb.mi/mi-exit-code.c: New file.
16082
160832014-09-30 Yao Qi <yao@codesourcery.com>
16084
16085 * lib/prelink-support.exp (build_executable_own_libs): Error if
16086 the target isn't native.
16087
160882014-09-30 Yao Qi <yao@codesourcery.com>
16089
16090 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
16091 false.
16092
160932014-09-22 Pedro Alves <palves@redhat.com>
16094
16095 * gdb.threads/break-while-running.exp: New file.
16096 * gdb.threads/break-while-running.c: New file.
16097
160982014-09-19 Yao Qi <yao@codesourcery.com>
16099
16100 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
16101 Invoke test. Restart GDB with --readnow and invoke test again.
16102
161032014-09-19 Yao Qi <yao@codesourcery.com>
16104
16105 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
16106 proc set_breakpoint_on_gcd_function. Invoke
16107 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
16108 invoke set_breakpoint_on_gcd_function again.
16109
161102014-09-18 Doug Evans <dje@google.com>
16111
16112 * gdb.dwarf2/symtab-producer.exp: New file.
16113
161142014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
16115
16116 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
16117 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
16118 * gdb.base/global-var-nested-by-dso.c: Likewise.
16119 * gdb.base/global-var-nested-by-dso.exp: Likewise.
16120
161212014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
16122 Pedro Alves <palves@redhat.com>
16123
16124 * gdb.base/watch-bitfields.exp: Pass string other than test file
16125 name to prepare_for_testing.
16126 (watch): New procedure.
16127 (expect_watchpoint): Use with_test_prefix.
16128 (top level): Factor out tests to ...
16129 (test_watch_location, test_regular_watch): ... these new
16130 procedures, and use with_test_prefix and gdb_continue_to_end.
16131
161322014-09-16 Patrick Palka <patrick@parcs.ath.cx>
16133
16134 PR breakpoints/12526
16135 * gdb.base/watch-bitfields.exp: New file.
16136 * gdb.base/watch-bitfields.c: New file.
16137
161382014-09-16 Pedro Alves <palves@redhat.com>
16139
16140 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
16141 software and hardware addresses, not software address against
16142 itself.
16143
161442014-09-16 Pedro Alves <palves@redhat.com>
16145
16146 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
16147 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
16148
161492014-09-16 Pedro Alves <palves@redhat.com>
16150
16151 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
16152 files.
16153 * gdb.base/a2-run.exp: Remove all code guarded by istarget
16154 "*-*-vxworks*" throughout.
16155 * gdb.base/break.exp: Likewise.
16156 * gdb.base/default.exp: Likewise.
16157 * gdb.base/scope.exp: Likewise.
16158 * gdb.base/sepdebug.exp: Likewise.
16159 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
16160 throughout.
16161 * gdb.base/run.c: Likewise.
16162 * gdb.base/sepdebug.c: Likewise.
16163 * gdb.hp/gdb.aCC/run.c: Likewise.
16164 * gdb.reverse/until-reverse.c: Likewise.
16165 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
16166
161672014-09-16 Yao Qi <yao@codesourcery.com>
16168
16169 * boards/local-remote-host-native.exp: New file.
16170
161712014-09-14 Doug Evans <xdje42@gmail.com>
16172
16173 * gdb.threads/queue-signal.c (thread_count): New variable.
16174 (thread_count_mutex, thread_count_condvar): New variables.
16175 (incr_thread_count, wait_all_threads_running): New functions.
16176 (main): Wait for all threads to be in their thread functions.
16177
161782014-09-13 Doug Evans <xdje42@gmail.com>
16179
16180 * gdb.threads/queue-signal.c: New file.
16181 * gdb.threads/queue-signal.exp: New file.
16182
161832014-09-13 Doug Evans <xdje42@gmail.com>
16184
16185 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
16186 be consistent with what default_gdb_init uses.
16187 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
16188 the plain text of the prompt. Add some logging printfs.
16189 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
16190
161912014-09-12 Pedro Alves <palves@redhat.com>
16192
16193 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
16194 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
16195 * gdb.arch/i386-size-overlap.exp: Likewise.
16196 * gdb.arch/i386-size.exp: Likewise.
16197 * gdb.arch/i386-unwind.exp: Likewise.
16198 * gdb.base/a2-run.exp: Likewise.
16199 * gdb.base/break.exp: Likewise.
16200 * gdb.base/charset.exp: Likewise.
16201 * gdb.base/chng-syms.exp: Likewise.
16202 * gdb.base/commands.exp: Likewise.
16203 * gdb.base/dbx.exp: Likewise.
16204 * gdb.base/find.exp: Likewise.
16205 * gdb.base/funcargs.exp: Likewise.
16206 * gdb.base/jit-simple.exp: Likewise.
16207 * gdb.base/reread.exp: Likewise.
16208 * gdb.base/sepdebug.exp: Likewise.
16209 * gdb.base/step-bt.exp: Likewise.
16210 * gdb.cp/mb-inline.exp: Likewise.
16211 * gdb.cp/mb-templates.exp: Likewise.
16212 * gdb.objc/basicclass.exp: Likewise.
16213 * gdb.threads/killed.exp: Likewise.
16214
162152014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16216
16217 PR tdep/17379
16218 * gdb.arch/powerpc-stackless.S: New file.
16219 * gdb.arch/powerpc-stackless.exp: New file.
16220
162212014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16222
16223 * gdb.base/attach.c: Include unistd.h.
16224 (main): Call alarm. Add label postloop.
16225 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
16226 gdb_breakpoint, gdb_continue_to_breakpoint.
16227 (test_command_line_attach_run): Kill ${testpid} in one exit path.
16228
162292014-09-11 Pedro Alves <palves@redhat.com>
16230
16231 PR gdb/17347
16232 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
16233 * gdb.base/attach.exp (test_command_line_attach_run): New
16234 procedure.
16235 (top level): Call it.
16236
162372014-09-11 Pedro Alves <palves@redhat.com>
16238
16239 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
16240 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
16241 (do_command_attach_tests): Use spawn_wait_for_attach.
16242 * gdb.base/solib-overlap.exp: Likewise.
16243 * gdb.multi/multi-attach.exp: Likewise.
16244 * gdb.python/py-prompt.exp: Likewise.
16245 * gdb.python/py-sync-interp.exp: Likewise.
16246 * gdb.server/ext-attach.exp: Likewise.
16247
162482014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
16249
16250 * gdb.fortran/array-element.exp: Remove unexpected "continue"
16251 command in testcase. Simplify testcase.
16252
162532014-09-10 Joel Brobecker <brobecker@adacore.com>
16254
16255 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
16256
162572014-09-10 Joel Brobecker <brobecker@adacore.com>
16258
16259 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
16260
162612014-09-10 Joel Brobecker <brobecker@adacore.com>
16262
16263 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
16264
162652014-09-10 Joel Brobecker <brobecker@adacore.com>
16266
16267 * gdb.dwarf2/dynarr-ptr.c: New file.
16268 * gdb.dwarf2/dynarr-ptr.exp: New file.
16269
162702014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16271
16272 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
16273 of 30 rather than hardcoding 120 for a slow test case. Take the
16274 `gdb,timeout' target setting into account for this calculation.
16275 Don't extend the timeout for the test cases that don't need it.
16276
162772014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16278
16279 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
16280 a factor of 2 for a slow test case. Take the `gdb,timeout'
16281 target setting into account for this calculation.
16282 * gdb.reverse/until-precsave.exp: Increase the timeout by
16283 a factor of 15 and 3 respectively rather than adding 120
16284 for a pair of slow test cases. Take the `gdb,timeout'
16285 target setting into account for this calculation.
16286
162872014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16288
16289 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
16290 timeout, don't pass one down to gdb_expect.
16291 (gdb_expect): Rework timeout selection.
16292
162932014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16294
16295 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
16296 exception on timeout.
16297 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
16298 (gdbserver_start_extended): Catch any `gdbserver_start' error
16299 exceptions.
16300 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
16301 * lib/mi-support.exp (mi_gdb_target_load): Catch any
16302 `gdbserver_gdb_load' error exceptions.
16303
163042014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16305
16306 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
16307 120 on waiting for the TCP socket to open.
16308
163092014-09-09 Doug Evans <xdje42@gmail.com>
16310
16311 * gdb.base/default.exp (show_conv_list): Add _caller_is,
16312 _caller_matches, _any_caller_is, _any_caller_matches.
16313
163142014-09-09 Doug Evans <xdje42@gmail.com>
16315
16316 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
16317
163182014-09-09 Yao Qi <yao@codesourcery.com>
16319
16320 * gdb.mi/mi-var-display.exp: Set print symbol off.
16321
163222014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
16323
16324 PR gdb/17035
16325 * gdb.base/commands.exp: Add tests to verify user-defined
16326 commands with empty bodies.
16327 * gdb.python/py-cmd.exp: Test that we don't show user-defined
16328 python commands in `show user command`.
16329 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
16330 scheme commands in `show user command`.
16331
163322014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16333
16334 PR python/17355
16335 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
16336 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
16337 * gdb.python/py-framefilter-invalidarg.exp: New file.
16338 * gdb.python/py-framefilter-invalidarg.py: New file.
16339
163402014-09-06 Doug Evans <xdje42@gmail.com>
16341
16342 PR 15276
16343 * gdb.python/py-caller-is.c: New file.
16344 * gdb.python/py-caller-is.exp: New file.
16345
163462014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
16347
16348 PR gdb/17235
16349 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
16350 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
16351
163522014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
16353
16354 PR fortran/17237
16355 * gdb.fortran/print-formatted.exp: New file.
16356 * gdb.fortran/print-formatted.f90: Likewise.
16357
163582014-09-03 Sasha Smundak <asmundak@google.com>
16359
16360 * gdb.python/py-frame.exp: Test Frame.read_register.
16361
163622014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
16363
16364 PR python/16699
16365 * gdb.python/py-completion.exp: New file.
16366 * gdb.python/py-completion.py: Likewise.
16367
163682014-08-28 Doug Evans <dje@google.com>
16369
16370 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
16371 eax,etc. are live with values set by gdb and thus the compiler can't
16372 use them.
16373 * gdb.arch/i386-pseudo.c (main): Ditto.
16374
163752014-08-27 Doug Evans <dje@google.com>
16376
16377 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
16378
163792014-08-25 Doug Evans <dje@google.com>
16380
16381 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
16382 (main): Ditto.
16383
163842014-08-25 Doug Evans <dje@google.com>
16385
16386 * gdb.threads/thread-execl.exp: #include <stdio.h>.
16387
163882014-08-24 Yao Qi <yao@codesourcery.com>
16389
16390 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
16391 symbol off.
16392 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
16393
163942014-08-22 Doug Evans <dje@google.com>
16395
16396 PR 17276
16397 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
16398 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
16399 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
16400
164012014-08-22 Yao Qi <yao@codesourcery.com>
16402
16403 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
16404 * gdb.python/py-finish-breakpoint2.exp: Likewise.
16405 * gdb.python/python.exp: Likewise. Use .py file on the host
16406 instead of the build.
16407
164082014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16409
16410 * gdb.threads/gcore-stale-thread.c: New file.
16411 * gdb.threads/gcore-stale-thread.exp: New file.
16412
164132014-08-21 Pedro Alves <palves@redhat.com>
16414
16415 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
16416 * gdb.base/gcore-relro-pie.exp: Likewise.
16417 * gdb.base/gcore-relro.exp: Likewise.
16418 * gdb.base/gcore.exp: Likewise.
16419 * gdb.base/print-symbol-loading.exp: Likewise.
16420 * gdb.threads/gcore-thread.exp: Likewise.
16421 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
16422
164232014-08-20 Pedro Alves <palves@redhat.com>
16424 Jan Kratochvil <jan.kratochvil@redhat.com>
16425
16426 * Makefile.in (EXTRA_RULES, CC): New variables, get from
16427 configure.
16428 (EXPECT): Handle READ1 being set.
16429 (all): Depend on EXTRA_RULES.
16430 (check-read1, expect-read1, read1.so, read1): New rules.
16431 * README (Testsuite Parameters): Document the READ1 make variable.
16432 (Race detection): New section.
16433 * configure: Regenerate.
16434 * configure.ac: If build==host==target, and running under a
16435 GNU/glibc system, add read1 to the extra Makefile rules.
16436 (EXTRA_RULES): AC_SUBST it.
16437 * lib/read1.c: New file.
16438
164392014-08-20 Joel Brobecker <brobecker@adacore.com>
16440
16441 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
16442 the handling of variables declared as a typedef to an array
16443 which a DW_AT_data_location attribute.
16444
164452014-08-19 Andrew Burgess <aburgess@broadcom.com>
16446 Pedro Alves <palves@redhat.com>
16447
16448 PR symtab/14604
16449 PR symtab/14605
16450 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
16451 gdb_test.
16452
164532014-08-19 Pedro Alves <palves@redhat.com>
16454
16455 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
16456
164572014-08-19 Yao Qi <yao@codesourcery.com>
16458
16459 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
16460 right line.
16461
164622014-08-18 David Blaikie <dblaikie@gmail.com>
16463
16464 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
16465
164662014-08-18 Joel Brobecker <brobecker@adacore.com>
16467
16468 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
16469 attribute in array range.
16470
164712014-08-18 Joel Brobecker <brobecker@adacore.com>
16472
16473 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
16474
164752014-08-15 Siva Chandra Reddy <sivachandra@google.com>
16476
16477 PR c++/17132
16478 * gdb.cp/pr17132.cc: New file.
16479 * gdb.cp/pr17132.exp: New file.
16480
164812014-08-15 Siva Chandra Reddy <sivachandra@google.com>
16482
16483 * gdb.python/py-xmethods.py (A_getarrayind)
16484 (E_method_char_worker.__call__, E_method_int_worker.__call__):
16485 Use 'print' with function call syntax.
16486 (E_method_matcher.match): Fix tab vs space indentation mixup.
16487
164882014-08-15 Yao Qi <yao@codesourcery.com>
16489
16490 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
16491 false.
16492
164932014-08-15 Yao Qi <yao@codesourcery.com>
16494
16495 * gdb.cp/casts.exp: Set print symbol off.
16496 * gdb.cp/class2.exp: Likewise.
16497 * gdb.cp/overload.exp: Likewise.
16498 * gdb.cp/templates.exp: Likewise.
16499
165002014-08-11 Doug Evans <dje@google.com>
16501
16502 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
16503 (test_load_shlib): Update.
16504
165052014-08-09 Yao Qi <yao@codesourcery.com>
16506
16507 * gdb.base/display.exp: Invoke is_address_zero_readable.
16508 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
16509 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
16510 * gdb.base/hbreak-unmapped.exp: Return if
16511 is_address_zero_readable returns true.
16512 * gdb.base/signest.exp: Likewise.
16513 * gdb.base/signull.exp: Likewise.
16514 * gdb.base/sigbpt.exp: Likewise.
16515 * gdb.guile/scm-disasm.exp: Do the test if
16516 is_address_zero_readable returns false.
16517 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
16518 * gdb.python/py-arch.exp: Likewise.
16519 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
16520 * lib/gdb.exp (is_address_zero_readable): New proc.
16521
165222014-08-09 Yao Qi <yao@codesourcery.com>
16523
16524 PR testsuite/13443
16525 * gdb.mi/mi-var-display.exp: Make test messages unique.
16526
165272014-08-04 Tom Tromey <tromey@redhat.com>
16528
16529 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
16530 target 0".
16531
165322014-08-04 Tom Tromey <tromey@redhat.com>
16533
16534 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
16535 "target_resume".
16536
165372014-08-01 Joel Brobecker <brobecker@adacore.com>
16538
16539 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
16540 inner_vla_struct_object_size.
16541 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
16542 as xfail.
16543
165442014-07-30 Pedro Alves <palves@redhat.com>
16545
16546 * gdb.threads/signal-command-handle-nopass.exp (test): Add
16547 comment.
16548
165492014-07-29 Yao Qi <yao@codesourcery.com>
16550
16551 PR gdb/17206
16552 * gdb.base/until-nodebug.exp: New.
16553
165542014-07-28 Doug Evans <xdje42@gmail.com>
16555
16556 PR guile/17203
16557 * gdb.guile/scm-parameter.exp: Add tests for trying to create
16558 previously existing parameter, and previously ambiguously spelled
16559 parameter.
16560
165612014-07-28 Will Newton <will.newton@linaro.org>
16562
16563 * gdb.base/varargs.exp: Remove KFAILs for ARM.
16564
165652014-07-26 Ludovic Courtès <ludo@gnu.org>
16566 Doug Evans <xdje42@gmail.com>
16567
16568 PR guile/17146
16569 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
16570
165712014-07-25 Pedro Alves <palves@redhat.com>
16572
16573 * gdb.threads/signal-command-handle-nopass.c: New file.
16574 * gdb.threads/signal-command-handle-nopass.exp: New file.
16575 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
16576 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
16577 * gdb.threads/signal-delivered-right-thread.c: New file.
16578 * gdb.threads/signal-delivered-right-thread.exp: New file.
16579
165802014-07-25 Pedro Alves <palves@redhat.com>
16581
16582 * gdb.base/double-prompt-target-event-error.exp
16583 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
16584 match.
16585 (cancel_pagination_in_target_event): Rework double prompt
16586 detection.
16587 * gdb.base/paginate-after-ctrl-c-running.exp
16588 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
16589 <return>' match.
16590 * gdb.base/paginate-bg-execution.exp
16591 (test_bg_execution_pagination_return)
16592 (test_bg_execution_pagination_cancel): Remove '-notransfer
16593 <return>' matches.
16594 * gdb.base/paginate-execution-startup.exp
16595 (test_fg_execution_pagination_return)
16596 (test_fg_execution_pagination_cancel): Remove '-notransfer
16597 <return>' matches.
16598 * gdb.base/paginate-inferior-exit.exp
16599 (test_paginate_inferior_exited): Remove '-notransfer <return>'
16600 match.
16601 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
16602 * lib/gdb.exp (pagination_prompt): Run text through
16603 string_to_regexp.
16604 (gdb_test_multiple): Match $pagination_prompt instead of
16605 "<return>".
16606 (string_to_regexp): Move to lib/gdb-utils.exp.
16607
166082014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16609
16610 * gdb.arch/amd64-entry-value-paramref.S: New file.
16611 * gdb.arch/amd64-entry-value-paramref.cc: New file.
16612 * gdb.arch/amd64-entry-value-paramref.exp: New file.
16613 * gdb.arch/amd64-optimout-repeat.S: New file.
16614 * gdb.arch/amd64-optimout-repeat.c: New file.
16615 * gdb.arch/amd64-optimout-repeat.exp: New file.
16616
166172014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16618
16619 PR gdb/17170
16620 * gdb.base/statistics.exp: New file.
16621
166222014-07-17 Doug Evans <dje@google.com>
16623
16624 PR gdb/17170
16625 * gdb.base/maint.exp: Update testing of per-command stats.
16626
166272014-07-16 Pedro Alves <palves@redhat.com>
16628
16629 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
16630 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
16631 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
16632 (tfile_write_buf): New functions.
16633 (add_memory_block): Rewrite using the above.
16634 (adjust_function_address): New function.
16635 (FUNCTION_ADDRESS): New macro.
16636 (write_basic_trace_file): Remove short_x local, and use
16637 tfile_write_16. Change type of func_addr local to unsigned long
16638 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
16639 here. Cast argument of add_memory_block to char pointer.
16640 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
16641 (main): Remove parameters.
16642 * gdb.trace/tfile.exp: Remove nowarnings.
16643
166442014-07-15 Simon Marchi <simon.marchi@ericsson.com>
16645
16646 * gdb.base/debug-expr.exp: Test string evaluation with
16647 "debug expression" on.
16648
166492014-07-15 Pedro Alves <palves@redhat.com>
16650
16651 * gdb.base/reread.exp: Use clean_restart.
16652
166532014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
16654
16655 * gdb.arch/avr-flash-qualifer.c: New.
16656 * gdb.arch/avr-flash-qualifer.exp: New.
16657
166582014-07-14 Pedro Alves <palves@redhat.com>
16659
16660 * gdb.base/paginate-after-ctrl-c-running.c: New file.
16661 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
16662
166632014-07-14 Pedro Alves <palves@redhat.com>
16664
16665 * gdb.base/double-prompt-target-event-error.c: New file.
16666 * gdb.base/double-prompt-target-event-error.exp: New file.
16667
166682014-07-14 Pedro Alves <palves@redhat.com>
16669
16670 PR gdb/17072
16671 * gdb.base/paginate-inferior-exit.c: New file.
16672 * gdb.base/paginate-inferior-exit.exp: New file.
16673
166742014-07-14 Pedro Alves <palves@redhat.com>
16675
16676 PR gdb/17072
16677 * gdb.base/paginate-bg-execution.c: New file.
16678 * gdb.base/paginate-bg-execution.exp: New file.
16679
166802014-07-14 Pedro Alves <palves@redhat.com>
16681
16682 PR gdb/17072
16683 * gdb.base/paginate-execution-startup.c: New file.
16684 * gdb.base/paginate-execution-startup.exp: New file.
16685 * lib/gdb.exp (pagination_prompt): New global.
16686 (default_gdb_spawn): New procedure, factored out from
16687 default_gdb_spawn.
16688 (default_gdb_start): Adjust to call default_gdb_spawn.
16689 (gdb_spawn): New procedure.
16690
166912014-07-14 Pedro Alves <palves@redhat.com>
16692
16693 * lib/gdb.exp (gdb_assert): New procedure.
16694 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
16695
166962014-07-14 Pedro Alves <palves@redhat.com>
16697
16698 * gdb.base/execution-termios.c: New file.
16699 * gdb.base/execution-termios.exp: New file.
16700
167012014-07-14 Tom Tromey <tromey@redhat.com>
16702
16703 * gdb.cp/vla-cxx.cc: New file.
16704 * gdb.cp/vla-cxx.exp: New file.
16705
167062014-07-14 Tom Tromey <tromey@redhat.com>
16707
16708 * gdb.reverse/rerun-prec.c: New file.
16709 * gdb.reverse/rerun-prec.exp: New file.
16710
167112014-07-12 Maciej W. Rozycki <macro@mips.com>
16712 Maciej W. Rozycki <macro@codesourcery.com>
16713
16714 * lib/gdb-utils.exp: New file.
16715 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
16716 inline `gdb_init_command' processing.
16717 (gdb_start_cmd): Likewise.
16718 * lib/mi-support.exp (mi_run_cmd): Likewise.
16719 * README: Document `gdb_init_command' and `gdb_init_commands'.
16720
167212014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16722
16723 Fix false FAIL running under a very long directory name.
16724 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
16725 and "set print elements 10000". Twice.
16726
167272014-07-11 Yao Qi <yao@codesourcery.com>
16728
16729 * gdb.base/exprs.exp: "set print symbol off".
16730
167312014-07-11 Pedro Alves <palves@redhat.com>
16732
16733 * gdb.threads/kill.c: New file.
16734 * gdb.threads/kill.exp: New file.
16735
167362014-07-10 Yao Qi <yao@codesourcery.com>
16737
16738 * gdb.trace/tfile.c (write_basic_trace_file)
16739 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
16740 address written to trace file.
16741
167422014-07-09 Pedro Alves <palves@redhat.com>
16743
16744 * gdb.base/attach-wait-input.exp: New file.
16745 * gdb.base/attach-wait-input.c: New file.
16746
167472014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
16748
16749 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
16750 setting up test structures.
16751 (main): Call new test function.
16752 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
16753 test function, continue into test function and walk test
16754 structures.
16755
167562014-07-02 Yao Qi <yao@codesourcery.com>
16757
16758 * gdb.trace/entry-values.c: Define labels 'foo_start' and
16759 'bar_start' at the beginning of functions 'foo' and 'bar'
16760 respectively.
16761 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
16762 instead of 'foo' and 'bar'.
16763
167642014-07-08 Markus Metzger <markus.t.metzger@intel.com>
16765
16766 * gdb.btrace/segv.exp: New.
16767 * gdb.btrace/segv.c: New.
16768
167692014-07-02 Luis Machado <lgustavo@codesourcery.com>
16770
16771 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
16772 instruction.
16773
167742014-06-30 Mark Wielaard <mjw@redhat.com>
16775
16776 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
16777 vulture, vilify, villar): New volatile array constants.
16778 (vindictive, vegetation): New const volatile array constants.
16779 * gdb.base/volatile.exp: Test volatile and const volatile array
16780 types.
16781
167822014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
16783
16784 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
16785 target lacks support for awatch, rwatch, or hbreak.
16786
167872014-06-27 Yao Qi <yao@codesourcery.com>
16788
16789 * gdb.multi/dummy-frame-restore.exp: New.
16790 * gdb.multi/dummy-frame-restore.c: New.
16791
167922014-06-25 Markus Metzger <markus.t.metzger@intel.com>
16793
16794 * gdb.btrace/gcore.exp: New.
16795
167962014-06-23 Pedro Alves <palves@redhat.com>
16797
16798 * gdb.base/watchpoint-reuse-slot.c: New file.
16799 * gdb.base/watchpoint-reuse-slot.exp: New file.
16800
168012014-06-23 Siva Chandra Reddy <sivachandra@google.com>
16802
16803 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
16804 progspace's filename in 'info', 'enable' and 'disable' command
16805 tests.
16806
168072014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
16808
16809 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
16810 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
16811 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
16812
168132014-06-20 Gary Benson <gbenson@redhat.com>
16814
16815 * gdb.arch/i386-avx.exp: Fix include file location.
16816 * gdb.arch/i386-sse.exp: Likewise.
16817
168182014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
16819
16820 * gdb.dlang/expression.exp: New file.
16821
168222014-06-19 Pedro Alves <palves@redhat.com>
16823
16824 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
16825 out from ...
16826 (top level): ... here. Iterate running tests under different
16827 scheduler-locking settings.
16828
168292014-06-18 Luis Machado <lgustavo@codesourcery.com>
16830
16831 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
16832 to DW_FORM_addr and use non-zero addresses.
16833
168342014-06-18 Siva Chandra Reddy <sivachandra@google.com>
16835
16836 PR gdb/17017
16837 * gdb.python/py-xmethods.cc: Add global function call counters and
16838 increment them in their respective functions. Remove "cout"
16839 statements.
16840 * gdb.python/py-xmethods.exp: Make tests check the global function
16841 call counters instead of depending on inferior IO.
16842
168432014-06-18 Don Breazeal <donb@codesourcery.com>
16844
16845 * gdb.base/foll-fork.exp (default_fork_parent_follow):
16846 Deleted procedure.
16847 (explicit_fork_parent_follow): Deleted procedure.
16848 (explicit_fork_child_follow): Deleted procedure.
16849 (test_follow_fork): New procedure.
16850 (do_fork_tests): Replace calls to deleted procedures with
16851 calls to test_follow_fork and reset GDB for subsequent
16852 procedure calls.
16853
168542014-06-17 Yao Qi <yao@codesourcery.com>
16855
16856 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
16857 CP1252.
16858
168592014-06-17 Luis Machado <lgustavo@codesourcery.com>
16860
16861 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
16862 Initialize ptr and S explicitly.
16863 (skip_type_update_when_not_use_rtti_test): Likewise.
16864
168652014-06-16 Keith Seitz <keiths@redhat.com>
16866
16867 PR mi/15863
16868 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
16869 the inferior is started.
16870
168712014-06-16 Pedro Alves <palves@redhat.com>
16872
16873 * gdb.base/break-main-file-remove-fail.c: New file.
16874 * gdb.base/break-main-file-remove-fail.exp: New file.
16875 * gdb.base/break-unload-file.exp: Use build_executable instead of
16876 prepare_for_testing.
16877 (test_break): New parameter "initial_load". Handle it.
16878 (top level): Add initial_load cmdline/file axis.
16879
168802014-06-12 Tom Tromey <tromey@redhat.com>
16881
16882 * gdb.base/completion.exp: Don't use directory name in test.
16883
168842014-06-09 Gary Benson <gbenson@redhat.com>
16885
16886 * gdb.base/sigall.c [Functions to send signals]: Reorder to
16887 separate the always-available ANSI-standard signals from the
16888 signals that require checking.
16889 (main): Likewise.
16890 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
16891 Likewise.
16892 (main): Likewise.
16893
168942014-06-07 Keith Seitz <keiths@redhat.com>
16895
16896 Revert:
16897 PR c++/16253
16898 * gdb.cp/var-tag.cc: New file.
16899 * gdb.cp/var-tag.exp: New file.
16900 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
16901 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
16902 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
16903 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
16904
169052014-06-06 Doug Evans <xdje42@gmail.com>
16906
16907 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
16908
169092014-06-06 Pedro Alves <palves@redhat.com>
16910
16911 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
16912 in target debug output instead of looking at RSP packets,
16913 disabling the test on any target that uses hardware stepping.
16914 Update comments.
16915
169162014-06-06 Pedro Alves <palves@redhat.com>
16917
16918 * gdb.base/break-unload-file.exp: Fix typo.
16919
169202014-06-06 Yao Qi <yao@codesourcery.com>
16921
16922 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
16923 from "jit_function" to "^jit_function".
16924
169252014-06-06 Yao Qi <yao@codesourcery.com>
16926
16927 * gdb.base/async.c (foo): Add one statement.
16928 * gdb.base/async.exp: Get the next instruction address and
16929 match the output of "nexti" by instruction address. Match
16930 the hex address in the output of "finish".
16931
169322014-06-06 Gary Benson <gbenson@redhat.com>
16933
16934 * gdb.base/call-signals.c: Remove preprocessor conditionals
16935 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
16936 SIGSEGV and SIGTERM.
16937 * gdb.base/sigall.c: Likewise.
16938 * gdb.base/unwindonsignal.c: Likewise.
16939 * gdb.reverse/sigall-reverse.c: Likewise.
16940
169412014-06-06 Yao Qi <yao@codesourcery.com>
16942
16943 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
16944 readable, skip the test.
16945
169462014-06-06 Yao Qi <yao@codesourcery.com>
16947
16948 * gdb.threads/staticthreads.c (thread_function): Move the line
16949 setting breakpoint on forward.
16950 * gdb.threads/staticthreads.exp: Update comments.
16951
169522014-06-05 Ludovic Courtès <ludo@gnu.org>
16953
16954 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
16955 "history-append! type error".
16956
169572014-06-05 Simon Marchi <simon.marchi@ericsson.com>
16958
16959 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
16960 erroneous dprintf expected input.
16961
169622014-06-04 Doug Evans <xdje42@gmail.com>
16963
16964 * gdb.guile/scm-generics.exp: Delete.
16965
169662014-06-04 Doug Evans <xdje42@gmail.com>
16967
16968 * gdb.guile/scm-breakpoint.exp: Update.
16969 Add tests for breakpoint registration.
16970
169712014-06-04 Tom Tromey <tromey@redhat.com>
16972
16973 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
16974 VLA-in-union.
16975 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
16976 inner_vla_struct, vla_union types. Initialize objects of those
16977 types and compute their sizes.
16978
169792014-06-04 Nathan Sidwell <nathan@codesourcery.com>
16980 Hui Zhu <hui@codesourcery.com>
16981
16982 * gdb.base/fileio.exp: Add test for shell not available as well as
16983 available.
16984 * gdb.base/fileio.c (test_system): Check for shell twice.
16985
169862014-06-04 Yao Qi <yao@codesourcery.com>
16987
16988 * gdb.base/auto-connect-native-target.exp: Remove redundant
16989 space from the regexp pattern.
16990
169912014-06-04 Yao Qi <yao@codesourcery.com>
16992
16993 * gdb.base/default.exp: Replace "child" with "native" in
16994 regexp pattern.
16995
169962014-06-03 Siva Chandra Reddy <sivachandra@google.com>
16997
16998 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
16999 * gdb.python/py-xmethods.exp: New tests to test xmethods.
17000 * gdb.python/py-xmethods.py: Python script supporting the
17001 new testcase and tests.
17002
170032014-06-03 Joel Brobecker <brobecker@adacore.com>
17004 Pedro Alves <palves@redhat.com>
17005
17006 PR breakpoints/17000
17007 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
17008 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
17009
170102014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
17011
17012 * gdb.base/subst.exp: Add tests to verify partial path matching
17013 output.
17014
170152014-06-03 Pedro Alves <palves@redhat.com>
17016
17017 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
17018 target that doesn't use software single-stepping.
17019
170202014-06-03 Pedro Alves <palves@redhat.com>
17021
17022 PR breakpoints/17000
17023 * gdb.base/sss-bp-on-user-bp-2.c: New file.
17024 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
17025
170262014-06-02 Doug Evans <xdje42@gmail.com>
17027
17028 * gdb.guile/scm-parameter.exp: New file.
17029
170302014-06-02 Doug Evans <xdje42@gmail.com>
17031
17032 * gdb.guile/scm-cmd.c: New file.
17033 * gdb.guile/scm-cmd.exp: New file.
17034
170352014-06-02 Doug Evans <xdje42@gmail.com>
17036
17037 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
17038 pretty-printer lookup.
17039 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
17040 (make-pp_s-printer): Call it.
17041 (make-pretty-printer-from-dict): New function.
17042 (lookup-pretty-printer-maker-from-dict): New function.
17043 (*pretty-printer*): Simplify.
17044 (make-objfile-pp_s-printer): New function.
17045 (install-objfile-pretty-printers!): New function.
17046 (make-progspace-pp_s-printer): New function.
17047 (install-progspace-pretty-printers!): New function.
17048 * gdb.guile/scm-progspace.c: New file.
17049 * gdb.guile/scm-progspace.exp: New file.
17050
170512014-06-02 Pedro Alves <palves@redhat.com>
17052
17053 * gdb.base/dprintf-bp-same-addr.c: New file.
17054 * gdb.base/dprintf-bp-same-addr.exp: New file.
17055
170562014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17057
17058 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
17059 * gdb.arch/powerpc-power.s: Likewise.
17060
170612014-06-02 Joel Brobecker <brobecker@adacore.com>
17062
17063 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
17064
170652014-06-01 Yao Qi <yao@codesourcery.com>
17066
17067 * gdb.base/watchpoint.exp (test_watch_location): Check null
17068 pointer can be dereferenced. If not, do the test, otherwise
17069 skip it.
17070
170712014-05-30 Andrew Burgess <aburgess@broadcom.com>
17072
17073 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
17074 results.
17075 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
17076
170772014-05-30 Andrew Burgess <aburgess@broadcom.com>
17078
17079 * gdb.arch/amd64-invalid-stack-middle.S: New file.
17080 * gdb.arch/amd64-invalid-stack-middle.c: New file.
17081 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
17082 * gdb.arch/amd64-invalid-stack-top.c: New file.
17083 * gdb.arch/amd64-invalid-stack-top.exp: New file.
17084
170852014-05-30 Pedro Alves <palves@redhat.com>
17086
17087 PR breakpoints/17000
17088 * gdb.base/sss-bp-on-user-bp.c: New file.
17089 * gdb.base/sss-bp-on-user-bp.exp: New file.
17090
170912014-05-30 David Blaikie <dblaikie@gmail.com>
17092
17093 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
17094 gnu_inline semantics via attribute.
17095 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
17096 source explicitly specifies the required semantics.
17097
170982014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
17099
17100 * gdb.reverse/sigall-reverse.exp: Fix a typo.
17101
171022014-05-29 Pedro Alves <palves@redhat.com>
17103 Tom Tromey <tromey@redhat.com>
17104
17105 * gdb.base/async-shell.exp: Don't enable target-async.
17106 * gdb.base/async.exp
17107 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
17108 parameter. Adjust.
17109 (top level): Don't test with "target-async".
17110 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
17111 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
17112 * gdb.base/inferior-died.exp: Don't enable target-async.
17113 * gdb.base/interrupt-noterm.exp: Likewise.
17114 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
17115 * gdb.mi/mi-nonstop-exit.exp: Likewise.
17116 * gdb.mi/mi-nonstop.exp: Likewise.
17117 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
17118 * gdb.mi/mi-nsintrall.exp: Likewise.
17119 * gdb.mi/mi-nsmoribund.exp: Likewise.
17120 * gdb.mi/mi-nsthrexec.exp: Likewise.
17121 * gdb.mi/mi-watch-nonstop.exp: Likewise.
17122 * gdb.multi/watchpoint-multi.exp: Adjust comment.
17123 * gdb.python/py-evsignal.exp: Don't enable target-async.
17124 * gdb.python/py-evthreads.exp: Likewise.
17125 * gdb.python/py-prompt.exp: Likewise.
17126 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
17127 * gdb.server/solib-list.exp: Don't enable target-async.
17128 * gdb.threads/thread-specific-bp.exp: Likewise.
17129 * lib/mi-support.exp: Adjust to use mi-async.
17130
171312014-05-29 Pedro Alves <palves@redhat.com>
17132
17133 PR gdb/13860
17134 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
17135 reason, even in sync mode.
17136
171372014-05-29 Pedro Alves <palves@redhat.com>
17138 Hui Zhu <hui@codesourcery.com>
17139
17140 PR PR15693
17141 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
17142 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
17143 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
17144 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
17145
171462014-05-28 Joel Brobecker <brobecker@adacore.com>
17147
17148 * config/monitor.exp (gdb_target_monitor): Replace use of
17149 "set remotebaud" by "set serial baud".
17150
171512014-05-26 Andy Wingo <wingo@igalia.com>
17152
17153 * gdb.guile/scm-breakpoint.exp:
17154 * gdb.guile/scm-gsmob.exp: Update to use plain old object
17155 properties instead of gdb-object-properties.
17156
171572014-05-26 Yao Qi <yao@codesourcery.com>
17158
17159 * gdb.server/no-thread-db.exp: Specify source file name
17160 explicitly when setting a breakpoint.
17161
171622014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17163
17164 * gdb.btrace/vdso.c: New.
17165 * gdb.btrace/vdso.exp: New.
17166
171672014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17168
17169 * gdb.base/gcore.exp (capture_command_output): Move ...
17170 * lib/gdb.exp (capture_command_output): ... here.
17171
171722014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17173
17174 * gdb.btrace/data.exp: Test memory access during btrace replay.
17175
171762014-05-22 Simon Marchi <simon.marchi@ericsson.com>
17177
17178 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
17179
171802014-05-21 Pedro Alves <palves@redhat.com>
17181
17182 PR gdb/13860
17183 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
17184 (top level): Test that output related to execution commands is
17185 sent to the console with CLI commands, but not with MI commands.
17186 Test that breakpoint events are always mirrored to the console.
17187 Also expect the new source line to be output after a "next" in
17188 async mode too. Make it a pass/fail test.
17189 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
17190 output.
17191 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
17192
171932014-05-21 Pedro Alves <palves@redhat.com>
17194
17195 * gdb.base/list.exp (build_pattern, test_list): New procedures.
17196 Use them to test variations of "list" after reaching a breakpoint.
17197 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
17198 Test "list" with listsize 10 after reaching a breakpoint.
17199 * gdb.python/python.exp (decode_line current location line
17200 number): Adjust expected line number.
17201
172022014-05-21 Simon Marchi <simon.marchi@ericsson.com>
17203
17204 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
17205 behavior for $args, pass it directly to "run".
17206
172072014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
17208
17209 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
17210 30000 to 65536.
17211
172122014-05-21 Pedro Alves <palves@redhat.com>
17213
17214 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
17215 auto-connect-native-target off".
17216 * gdb.base/auto-connect-native-target.c: New file.
17217 * gdb.base/auto-connect-native-target.exp: New file.
17218
172192014-05-21 Pedro Alves <palves@redhat.com>
17220
17221 * gdb.base/default.exp: Test "target native" instead of "target
17222 child".
17223
172242014-05-21 Mark Wielaard <mjw@redhat.com>
17225
17226 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
17227
172282014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17229
17230 Fix TLS access for -static -pthread.
17231 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
17232 <HAVE_TLS> (thread_function, main): Initialize it.
17233 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
17234 Add clean_restart.
17235 <$have_tls != "">: Check TLSVAR.
17236
172372014-05-21 Pedro Alves <palves@redhat.com>
17238
17239 * gdb.base/dcache-line-read-error.c: New.
17240 * gdb.base/dcache-line-read-error.exp: New.
17241
172422014-05-20 Pedro Alves <palves@redhat.com>
17243
17244 * gdb.base/compare-sections.c: New file.
17245 * gdb.base/compare-sections.exp: New file.
17246
172472014-05-20 Pedro Alves <palves@redhat.com>
17248
17249 * gdb.base/break-idempotent.c: New file.
17250 * gdb.base/break-idempotent.exp: New file.
17251
172522014-05-20 Markus Metzger <markus.t.metzger@intel.com>
17253
17254 * gdb.btrace/nohist.exp: New.
17255
172562014-05-20 Yao Qi <yao@codesourcery.com>
17257
17258 * lib/gdb.exp (gdb_init): Set timeout if test file is under
17259 gdb.reverse directory and gdb_reverse_timeout exists in board
17260 setting.
17261 * README: Document gdb_reverse_timeout.
17262
172632014-05-20 Yao Qi <yao@codesourcery.com>
17264
17265 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
17266 'test_file_name'. Treat args as a string instead of a list.
17267 (gdb_init): Rename argument 'args' by 'test_file_name'.
17268
172692014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
17270
17271 * gdb.arch/powerpc-power.exp: New file.
17272 * gdb.arch/powerpc-power.s: New file.
17273
172742014-05-16 Doug Evans <dje@google.com>
17275
17276 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
17277 * gdb.base/completion.exp: Check that all expected files exist
17278 before doing file completion.
17279
172802014-05-16 Doug Evans <dje@google.com>
17281
17282 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
17283 Update.
17284 (do_syscall_tests_without_xml): Update.
17285
172862014-05-16 Pedro Alves <palves@redhat.com>
17287
17288 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
17289 instead of "unknown output after running".
17290
172912014-05-16 Yao Qi <yao@codesourcery.com>
17292
17293 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
17294 file1.txt from host at the end.
17295 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17296
172972014-05-15 Doug Evans <dje@google.com>
17298
17299 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
17300 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
17301 loading file. Add test for TU lookup.
17302
173032014-05-15 Simon Marchi <simon.marchi@ericsson.com>
17304
17305 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
17306 calling "-exec-arguments" or "set args" before running the
17307 inferior.
17308
173092014-05-15 Simon Marchi <simon.marchi@ericsson.com>
17310
17311 * lib/mi-support.exp (mi_expect_stop): Expect message for
17312 inferiors that exit with non-zero exit code.
17313
173142014-05-14 Yao Qi <yao@codesourcery.com>
17315
17316 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
17317 match absolute path on remote host.
17318 (test_file_list_exec_source_files): Remove "/" from the
17319 pattern.
17320
173212014-05-14 Yao Qi <yao@codesourcery.com>
17322
17323 * boards/local-remote-host-notty.exp (${board}_file): New
17324 proc.
17325
173262014-05-07 Kyle McMartin <kyle@redhat.com>
17327
17328 Pushed by Joel Brobecker <brobecker@adacore.com>.
17329 * gdb.arch/aarch64-atomic-inst.c: New file.
17330 * gdb.arch/aarch64-atomic-inst.exp: New file.
17331
173322014-05-07 Yao Qi <yao@codesourcery.com>
17333
17334 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
17335 in current context" too.
17336
173372014-05-05 Keith Seitz <keiths@redhat.com>
17338
17339 * gdb.linespec/ls-dollar.exp: Add test for linespec
17340 file:convenience_variable.
17341
173422014-05-05 Yao Qi <yao@codesourcery.com>
17343
17344 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
17345 traceframes into tfile and ctf trace files. Read data from
17346 trace file and test collected data.
17347 (gdb_collect_locals_test): Likewise.
17348 (gdb_unavailable_registers_test): Likewise.
17349 (gdb_unavailable_floats): Likewise.
17350 (gdb_collect_globals_test): Likewise.
17351 (top-level): Append "ctf" to trace_file_targets if GDB
17352 supports.
17353
173542014-05-05 Yao Qi <yao@codesourcery.com>
17355
17356 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
17357 code to ...
17358 (gdb_collect_args_test_1): ... it. New proc.
17359 (gdb_collect_locals_test): Move some code to ...
17360 (gdb_collect_locals_test_1): ... it. New proc.
17361 (gdb_unavailable_registers_test): Move some code to ...
17362 (gdb_unavailable_registers_test_1): ... it. New proc.
17363 (gdb_unavailable_floats): Move some code to ...
17364 (gdb_unavailable_floats_1): ... it. New proc.
17365
173662014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
17367
17368 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
17369 probes to test for bitness recognition.
17370 * gdb.arch/amd64-stap-optional-prefix.exp
17371 (test_probe_value_without_reg): New procedure.
17372 Add code to test for different kinds of bitness.
17373
173742014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
17375
17376 PR breakpoints/16889
17377 * gdb.arch/amd64-stap-optional-prefix.S: New file.
17378 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
17379
173802014-05-01 Pedro Alves <palves@redhat.com>
17381
17382 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
17383 gdb_file_cmd if no file is specified.
17384 * boards/native-extended-gdbserver.exp (gdb_load): Use the
17385 last_loaded_file to set the remote exec-file.
17386
173872014-05-01 Pedro Alves <palves@redhat.com>
17388
17389 * boards/local-remote-host.exp: New file.
17390
173912014-05-01 Pedro Alves <palves@redhat.com>
17392
17393 * boards/local-remote-host.exp: Rename to ...
17394 * boards/local-remote-host-notty.exp: ... this.
17395
173962014-04-28 Joel Brobecker <brobecker@adacore.com>
17397
17398 * gdb.ada/dyn_arrayidx: New testcase.
17399
174002014-04-26 Yao Qi <yao@codesourcery.com>
17401
17402 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
17403 and compute the length of function main. Save it in
17404 $main_length.
17405 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
17406 (top-level): Use gdb_compile to compile objects into
17407 executable and restart GDB. Remove invocation to
17408 prepare_for_testing.
17409
174102014-04-25 Simon Marchi <simon.marchi@ericsson.com>
17411 Pedro Alves <palves@redhat.com>
17412
17413 PR server/16255
17414 * gdb.multi/multi-attach.c: New file.
17415 * gdb.multi/multi-attach.exp: New file.
17416
174172014-04-25 Pedro Alves <palves@redhat.com>
17418
17419 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
17420 user.
17421 (top level): Test that "set remote conditional-breakpoints-packet
17422 off" works as intended.
17423 * gdb.base/dprintf.exp: Test that "set remote
17424 breakpoint-commands-packet off" works as intended.
17425 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
17426 New function.
17427 (top level): Call it.
17428 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
17429 remote fast-tracepoints-packet off" works as intended.
17430 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
17431 * lib/gdb.exp (gdb_is_target_remote): ... here.
17432
174332014-04-24 David Blaikie <dblaikie@gmail.com>
17434
17435 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
17436 ensure clang would not discard them.
17437 * gdb.base/gdbvars.c: Ditto.
17438 * gdb.base/memattr.c: Ditto.
17439 * gdb.base/whatis.c: Ditto.
17440 * gdb.python/py-prettyprint.c: Ditto.
17441 * gdb.trace/actions.c: Ditto.
17442 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
17443 ensure clang would not discard it.
17444
174452014-04-24 David Blaikie <dblaikie@gmail.com>
17446
17447 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
17448 clang to emit the full definition of type required by the test
17449 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
17450
174512014-04-24 David Blaikie <dblaikie@gmail.com>
17452
17453 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
17454 coax Clang into emitting the definition of the type.
17455 * gdb.cp/pr10728-x.h (y): Ditto.
17456 * gdb.cp/pr10728-y.cc (y): Ditto.
17457
174582014-04-24 David Blaikie <dblaikie@gmail.com>
17459
17460 * gdb.base/label.exp: XFAIL label related tests under Clang.
17461 * gdb.cp/cplabel.exp: Ditto.
17462 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
17463 under Clang those using labels.
17464
174652014-04-25 Yao Qi <yao@codesourcery.com>
17466
17467 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
17468 double_label.
17469 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
17470 partial_label and double_label.
17471
174722014-04-24 David Blaikie <dblaikie@gmail.com>
17473
17474 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
17475
174762014-04-24 David Blaikie <dblaikie@gmail.com>
17477
17478 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
17479 of the function to work across GCC and Clang.
17480 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
17481 pointer types (const void ** const V void **).
17482
174832014-04-24 Michael Sturm <michael.sturm@mintel.com>
17484 Walfred Tedeschi <walfred.tedeschi@intel.com>
17485
17486 * Makefile.in (EXECUTABLES): Added i386-avx512.
17487 * gdb.arch/i386-avx512.c: New file.
17488 * gdb.arch/i386-avx512.exp: Likewise.
17489
174902014-04-23 Keith Seitz <keiths@redhat.com>
17491
17492 * lib/mi-support.exp (mi_list_breakpoints): Delete.
17493 (mi_make_breakpoint_table): New procedure.
17494 (mi_create_breakpoint): Use mi_make_breakpoint
17495 and return the result.
17496 (mi_make_breakpoint): New procedure.
17497 (mi_build_kv_pairs): New procedure.
17498
17499 * gdb.mi/mi-break.exp: Remove unused globals,
17500 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
17501 All callers updated.
17502 * gdb.mi/mi-dprintf.exp: Use variable to track command
17503 number.
17504 Update all callers of mi_create_breakpoint and use
17505 mi_make_breakpoint_table.
17506 Remove any unused global variables.
17507 * gdb.mi/mi-nonstop.exp: Likewise.
17508 * gdb.mi/mi-nsintrall.exp: Likewise.
17509 * gdb.mi/mi-nsmoribund.exp: Likewise.
17510 * gdb.mi/mi-nsthrexec.exp: Likewise.
17511 * gdb.mi/mi-reverse.exp: Likewise.
17512 * gdb.mi/mi-simplerun.exp: Likewise.
17513 * gdb.mi/mi-stepn.exp: Likewise.
17514 * gdb.mi/mi-syn-frame.exp: Likewise.
17515 * gdb.mi/mi-until.exp: Likewise.
17516 * gdb.mi/mi-var-cp.exp: Likewise.
17517 * gdb.mi/mi-var-display.exp: Likewise.
17518 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
17519 * gdb.mi/mi2-var-child.exp: Likewise.
17520 * gdb.mi/mi-vla-c99.exp: Likewise.
17521 * lib/mi-support.exp: Likewise.
17522
17523 From Ian Lance Taylor <iant@cygnus.com>:
17524 * lib/gdb.exp (parse_args): New procedure.
17525
175262014-04-23 Pedro Alves <palves@redhat.com>
17527
17528 * gdb.base/break-unload-file.c: New file.
17529 * gdb.base/break-unload-file.exp: New file.
17530 * gdb.base/sym-file-lib.c (baz): New function.
17531 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
17532 field.
17533 (load): Store the segment's mapped size.
17534 (unload): New function.
17535 (unload_shlib): New function.
17536 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
17537 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
17538 set a breakpoint at baz, and call it.
17539 * gdb.base/sym-file.exp: New tests for stale breakpoint
17540 instructions.
17541
175422014-04-23 Pedro Alves <palves@redhat.com>
17543
17544 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
17545 * gdb.base/hbreak-in-shr-unsupported.c: New file.
17546 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
17547 * gdb.base/hbreak-unmapped.c: New file.
17548 * gdb.base/hbreak-unmapped.exp: New file.
17549 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
17550 * lib/gdb.exp (gdb_is_target_remote): ... here.
17551
175522014-04-22 Pedro Alves <palves@redhat.com>
17553
17554 * gdb.base/consecutive-step-over.c: New file.
17555 * gdb.base/consecutive-step-over.exp: New file.
17556
175572014-04-22 Pedro Alves <palves@redhat.com>
17558
17559 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
17560 instead of send_gdb/gdb_expect.
17561
175622014-04-22 Yao Qi <yao@codesourcery.com>
17563
17564 * lib/trace-support.exp (generate_tracefile): New procedure.
17565 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
17566 return 0.
17567 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
17568 if generate_tracefile returns 1.
17569
175702014-04-18 Tom Tromey <palves@redhat.com>
17571 Pedro alves <tromey@redhat.com>
17572
17573 PR backtrace/15558
17574 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
17575 with a backtrace limit.
17576 * gdb.python/py-frame-inline.exp: Test running to an inline
17577 function with a backtrace limit, and printing the newest frame.
17578 * gdb.python/py-frame-inline.c (main): Call f.
17579
175802014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
17581
17582 * gdb.java/jnpe.exp: Drop srcdir from untested path.
17583
175842014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
17585
17586 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
17587 Drop prefix from unsupported source file path.
17588
175892014-04-17 Yao Qi <yao@codesourcery.com>
17590
17591 * lib/gdb.exp (with_target_charset): New proc.
17592 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
17593 with_target_charset.
17594 (test_print_strings): Likewise.
17595 (test_repeat_bytes): Likewise.
17596 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
17597 for some tests.
17598
175992014-04-16 Keith Seitz <keiths@redhat.com>
17600
17601 PR gdb/15827
17602 * gdb.dwarf2/corrupt.c: New file.
17603 * gdb.dwarf2/corrupt.exp: New file.
17604
176052014-04-16 Keith Seitz <keiths@redhat.com>
17606
17607 PR c++/16597
17608 * gdb.cp/namelessclass.cc: New file.
17609 * gdb.cp/namelessclass.exp: New file.
17610 * gdb.cp/namelessclass.S: New file.
17611
176122014-04-16 Doug Evans <dje@google.com>
17613
17614 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
17615 Add comment.
17616 (gdbserver_default_get_comm_port): New function.
17617 (gdbserver_start): Check if board file provided
17618 "gdbserver,get_comm_port" and use it if so.
17619 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
17620 (gdb,socketport): Set to "stdio".
17621 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
17622 (stdio_gdbserver_template): Delete.
17623 (${board}_get_remote_address): Update.
17624 (${board}_build_remote_cmd): Delete.
17625 (${board}_get_comm_port): New function.
17626 (${board}_spawn): Update.
17627 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
17628 Delete.
17629 (${board}_get_remote_address): Update.
17630 (${board}_get_comm_port): New function.
17631
176322014-04-16 Andrew Burgess <aburgess@broadcom.com>
17633
17634 * gdb.base/memattr.exp: Improve regexps to handle memory regions
17635 appearing in any order.
17636
176372014-04-15 Doug Evans <dje@google.com>
17638
17639 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
17640 uninitialized value of "description".
17641
176422014-04-15 Keith Seitz <keiths@redhat.com>
17643
17644 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
17645 Remove unused globals.
17646 (test_running_the_program): Likewise.
17647 (test_controlled_execution): Likewise.
17648 (test_controlling_breakpoints): Likewise.
17649 (test_program_termination): Likewise.
17650
176512014-04-15 Keith Seitz <keiths@redhat.com>
17652
17653 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
17654 unused globals.
17655 (test_rbreak_creation_and_listing): Likewise.
17656 (test_ignore_count): Likewise.
17657 (test_error): Likewise.
17658
176592014-04-15 Pedro Alves <palves@redhat.com>
17660
17661 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
17662 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
17663 sym-file-loader.c.
17664 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
17665 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
17666 to sym-file-loader.c.
17667 (struct library): Forward declare.
17668 (load_shlib, lookup_function): Change prototypes.
17669 (find_shstrtab, find_strtab, find_shdr, find_symtab)
17670 (translate_offset): Remove declarations.
17671 (get_text_addr): New declaration.
17672 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
17673 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
17674 sym-file-loader.h.
17675 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
17676 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
17677 here from sym-file-loader.h.
17678 (struct library): New structure.
17679 (load_shlib, lookup_function): Change prototypes and adjust to
17680 work with a struct library.
17681 (find_shstrtab, find_strtab, find_shdr, find_symtab)
17682 (translate_offset): Make static.
17683 (get_text_addr): New function.
17684 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
17685
176862014-04-15 Pedro Alves <palves@redhat.com>
17687
17688 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
17689
176902014-04-15 Pedro Alves <palves@redhat.com>
17691
17692 * gdb.base/sym-file-loader.c: Include <limits.h>.
17693 (SELF_LINK): New define.
17694 (get_origin): New function.
17695 (load_shlib): Use it.
17696 * gdb.base/sym-file.exp: Don't early return if the target is
17697 remote. Use runto_main, and issue fail is that fails. Use
17698 gdb_load_shlibs.
17699 (shlib_name): Delete.
17700 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
17701
177022014-04-15 Pedro Alves <palves@redhat.com>
17703
17704 * gdb.base/sym-file.exp: Remove regex characters from test
17705 message. Don't refer to breakpoint numbers in test messages.
17706
177072014-04-14 Keith Seitz <keiths@redhat.com>
17708
17709 PR c++/16253
17710 * gdb.cp/var-tag.cc: New file.
17711 * gdb.cp/var-tag.exp: New file.
17712 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
17713 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
17714 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
17715 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
17716
177172014-04-14 Tom Tromey <tromey@redhat.com>
17718
17719 * gdb.cp/classes.exp (test_enums): Handle underlying type.
17720 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
17721 type.
17722 * gdb.cp/enum-class.exp: New file.
17723 * gdb.cp/enum-class.cc: New file.
17724
177252014-04-14 Tom Tromey <tromey@redhat.com>
17726
17727 * gdb.dwarf2/enum-type.exp: New file.
17728
177292014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17730
17731 * gdb.mi/mi-vla-c99.exp: New file.
17732 * gdb.mi/vla.c: New file.
17733
177342014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17735
17736 * gdb.base/vla-datatypes.c: New file.
17737 * gdb.base/vla-datatypes.exp: New file.
17738
177392014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17740
17741 * gdb.base/vla-ptr.c: New file.
17742 * gdb.base/vla-ptr.exp: New file.
17743
177442014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17745
17746 * gdb.dwarf2/count.exp: New file.
17747
177482014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17749
17750 * gdb.base/vla-sideeffect.c: New file.
17751 * gdb.base/vla-sideeffect.exp: New file.
17752
177532014-04-14 David Blaikie <dblaikie@gmail.com>
17754
17755 * gdb.mi/non-stop.c: Add return value for non-void function return
17756 statement.
17757 * gdb.threads/staticthreads.c: Ditto.
17758
177592014-04-12 Siva Chandra Reddy <sivachandra@google.com>
17760 Doug Evans <xdje42@gmail.com>
17761
17762 * gdb.guile/scm-value.c: Improve test case.
17763 * gdb.guile/scm-value.exp: Add new test.
17764
177652014-04-11 David Blaikie <dblaikie@gmail.com>
17766
17767 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
17768 override Clang's default.
17769
177702014-04-11 Joel Brobecker <brobecker@adacore.com>
17771
17772 Revert the following changes (regressions):
17773
17774 * gdb.base/vla-sideeffect.c: New file.
17775 * gdb.base/vla-sideeffect.exp: New file.
17776
17777 * gdb.dwarf2/count.exp: New file.
17778
17779 * gdb.base/vla-multi.c: New file.
17780 * gdb.base/vla-multi.exp: New file.
17781
17782 * gdb.base/vla-ptr.c: New file.
17783 * gdb.base/vla-ptr.exp: New file.
17784
17785 * gdb.base/vla-datatypes.c: New file.
17786 * gdb.base/vla-datatypes.exp: New file.
17787
17788 * gdb.mi/mi-vla-c99.exp: New file.
17789 * gdb.mi/vla.c: New file.
17790
177912014-04-11 Keith Seitz <keiths@redhat.com>
17792
17793 PR c++/16675
17794 * gdb.cp/cpsizeof.exp: New file.
17795 * gdb.cp/cpsizeof.cc: New file.
17796
177972014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17798
17799 * gdb.mi/mi-vla-c99.exp: New file.
17800 * gdb.mi/vla.c: New file.
17801
178022014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17803
17804 * gdb.base/vla-datatypes.c: New file.
17805 * gdb.base/vla-datatypes.exp: New file.
17806
178072014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17808
17809 * gdb.base/vla-ptr.c: New file.
17810 * gdb.base/vla-ptr.exp: New file.
17811
178122014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17813
17814 * gdb.base/vla-multi.c: New file.
17815 * gdb.base/vla-multi.exp: New file.
17816
178172014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17818
17819 * gdb.dwarf2/count.exp: New file.
17820
178212014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17822
17823 * gdb.base/vla-sideeffect.c: New file.
17824 * gdb.base/vla-sideeffect.exp: New file.
17825
178262014-04-11 Yao Qi <yao@codesourcery.com>
17827
17828 * gdb.base/completion.exp: Check file exists before running tests
17829 on file completion.
17830
178312014-04-10 Pedro Alves <palves@redhat.com>
17832
17833 * gdb.base/cond-eval-mode.c: New file.
17834 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
17835 prepare_for_testing to build the new file. Check result of
17836 runto_main.
17837 (test_break, test_watch): New procedures.
17838 (top level): Use them.
17839
178402014-04-08 Pierre Muller <muller@sourceware.org>
17841
17842 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
17843 Ctrl-V use for mingw hosts.
17844
178452014-04-07 Siva Chandra Reddy <sivachandra@google.com>
17846
17847 * gdb.python/py-value.c: Improve test case.
17848 * gdb.python/py-value.exp: Add new test.
17849
178502014-04-07 David Blaikie <dblaikie@gmail.com>
17851
17852 * lib/compiler.c: Identify the clang compiler.
17853 * lib/compiler.cc: Ditto.
17854
178552014-04-03 Yao Qi <yao@codesourcery.com>
17856
17857 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
17858
178592014-04-01 Anton Blanchard <anton@samba.org>
17860
17861 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
17862 messages unique.
17863
178642014-04-01 Anton Blanchard <anton@samba.org>
17865
17866 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
17867 prepare_for_testing.
17868
178692014-04-01 Anton Blanchard <anton@samba.org>
17870
17871 * gdb.arch/ppc64-atomic-inst.c: Remove.
17872 * gdb.arch/ppc64-atomic-inst.S: New file.
17873 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
17874
178752014-03-31 Doug Evans <dje@google.com>
17876
17877 * gdb.base/print-symbol-loading-lib.c: New file.
17878 * gdb.base/print-symbol-loading-main.c: New file.
17879 * gdb.base/print-symbol-loading.exp: New file.
17880
178812014-03-31 Yao Qi <yao@codesourcery.com>
17882
17883 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
17884
178852014-03-28 Joel Brobecker <brobecker@adacore.com>
17886
17887 * gdb.ada/mi_dyn_arr: New testcase.
17888
178892014-03-27 Doug Evans <dje@google.com>
17890
17891 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
17892
178932014-03-27 Yao Qi <yao@codesourcery.com>
17894
17895 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
17896 if target is nios2-*-*.
17897
178982014-03-26 Yao Qi <yao@codesourcery.com>
17899
17900 * lib/gdb.exp (readline_is_used): New proc.
17901 * gdb.base/completion.exp: Move tests on command complete up.
17902 Skip the rest of tests if readline is not used.
17903 * gdb.ada/complete.exp: Skp the test if readline is not
17904 used.
17905 * gdb.base/filesym.exp: Likewise.
17906 * gdb.base/macscp.exp: Likewise.
17907 * gdb.base/readline-ask.exp: Likewise.
17908 * gdb.base/readline.exp: Likewise.
17909 * gdb.python/py-cmd.exp: Likewise.
17910 * gdb.trace/tfile.exp: Likewise.
17911
179122014-03-26 Yao Qi <yao@codesourcery.com>
17913
17914 * gdb.base/macscp.exp: Fix code format issues.
17915
179162014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
17917
17918 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
17919 * gdb.asm/powerpc64le.inc: New file.
17920
179212014-03-25 Pedro Alves <palves@redhat.com>
17922 Doug Evans <dje@google.com>
17923
17924 * gdb.base/source-execution.c: New file.
17925 * gdb.base/source-execution.exp: New file.
17926 * gdb.base/source-execution.gdb: New file.
17927
179282014-03-24 Doug Evans <dje@google.com>
17929
17930 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
17931 using fission.
17932
179332014-03-24 Hui Zhu <hui@codesourcery.com>
17934 Pedro Alves <palves@redhat.com>
17935
17936 PR breakpoints/16101
17937 * gdb.base/dprintf.exp: Use unsupported rather than changing the
17938 test pass/fail messages. Detect missing support for dprintf when
17939 breakpoints are actually inserted.
17940 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
17941 breakpoints are actually inserted.
17942 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
17943 fails.
17944
179452014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
17946
17947 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
17948
179492014-03-22 Doug Evans <xdje42@gmail.com>
17950
17951 * gdb.python/python.exp (python not supported): Verify multi-line
17952 python command issues an error.
17953 * gdb.guile/guile.exp (guile not supported): Verify multi-line
17954 guile command issues an error.
17955
179562014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
17957
17958 * gdb.threads/thread-specific.exp: Handle the lack of usable
17959 $this_breakpoint and $this_thread.
17960
179612014-03-21 Hui Zhu <hui@codesourcery.com>
17962
17963 * gdb.base/attach.exp (do_command_attach_tests): New.
17964
179652014-03-20 Tom Tromey <tromey@redhat.com>
17966 Pedro Alves <palves@redhat.com>
17967
17968 PR cli/15718
17969 * gdb.base/condbreak-call-false.c: New file.
17970 * gdb.base/condbreak-call-false.exp: New file.
17971
179722014-03-20 Pedro Alves <palves@redhat.com>
17973
17974 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
17975 Delete.
17976 (block_signals, unblock_signals): Delete.
17977 (child_function_2, main): Remove references to deleted variable
17978 and functions.
17979
179802014-03-20 Pedro Alves <palves@redhat.com>
17981
17982 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
17983 Use pthread_kill to signal thread 2.
17984 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17985 Adjust to make the test send itself a signal rather than using the
17986 host's "kill" command.
17987
179882014-03-20 Pedro Alves <palves@redhat.com>
17989
17990 * gdb.threads/multiple-step-overs.c: New file.
17991 * gdb.threads/multiple-step-overs.exp: New file.
17992 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17993 Adjust expected infrun debug output.
17994
179952014-03-20 Pedro Alves <palves@redhat.com>
17996
17997 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
17998 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
17999
180002014-03-20 Pedro Alves <palves@redhat.com>
18001
18002 PR breakpoints/7143
18003 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
18004 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
18005 of gdb_test_multiple.
18006 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
18007 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
18008
180092014-03-20 Pedro Alves <palves@redhat.com>
18010
18011 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
18012 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
18013
180142014-03-19 Pedro Alves <palves@redhat.com>
18015
18016 * gdb.base/async.exp: Remove early return.
18017
180182014-03-19 Pedro Alves <palves@redhat.com>
18019
18020 * gdb.base/async.exp (step& tests): Pass explicit test messages.
18021
180222014-03-19 Pedro Alves <palves@redhat.com>
18023
18024 * gdb.base/async.exp (test_background): Expect \r\n after
18025 "completed." in the fail pattern.
18026
180272014-03-19 Pedro Alves <palves@redhat.com>
18028
18029 * gdb.base/async.exp (test_background): New procedure.
18030 Use it for all background execution command tests.
18031
180322014-03-19 Pedro Alves <palves@redhat.com>
18033
18034 * gdb.base/async.exp: Use prepare_for_testing.
18035
180362014-03-19 Pedro Alves <palves@redhat.com>
18037
18038 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
18039 the same line.
18040
180412014-03-19 Pedro Alves <palves@redhat.com>
18042
18043 * gdb.base/async.c (main): Add "jump here" and "until here" line
18044 marker comments.
18045 * gdb.base/async.exp (jump_here): New global.
18046 (jump& test): Use it.
18047 (until_here): New global.
18048 (until& test): Use it.
18049
180502014-03-19 Pedro Alves <palves@redhat.com>
18051
18052 * gdb.base/async.exp: Don't frob gdb_protocol.
18053
180542014-03-18 Doug Evans <xdje42@gmail.com>
18055
18056 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
18057 Fix spelling of exec-done-display.
18058
180592014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
18060
18061 PR gdb/15358
18062 * gdb.base/gdb-sigterm.c: New file.
18063 * gdb.base/gdb-sigterm.exp: New file.
18064
180652014-03-18 Pedro Alves <palves@redhat.com>
18066
18067 PR gdb/13860
18068 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
18069 * lib/mi-support.exp (mi_expect_stop): Add special handling for
18070 solib-event.
18071
180722014-03-17 Joel Brobecker <brobecker@adacore.com>
18073
18074 * gdb.ada/pckd_arr_ren: New testcase.
18075
180762014-03-13 Doug Evans <xdje42@gmail.com>
18077
18078 PR guile/16612
18079 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
18080 collect after discarding symbols.
18081
180822014-03-13 Ludovic Courtès <ludo@gnu.org>
18083 Doug Evans <xdje42@gmail.com>
18084
18085 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
18086 to history survives a gc.
18087
180882014-03-13 Pedro Alves <palves@redhat.com>
18089
18090 * gdb.base/default.exp: Don't test "target procfs".
18091
180922014-03-13 Pedro Alves <palves@redhat.com>
18093
18094 * gdb.base/default.exp: Update "target child" and "target procfs"
18095 tests to not expect "Unix".
18096
180972014-03-12 Tom Tromey <tromey@redhat.com>
18098
18099 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
18100 New procs. Add target-async tests.
18101 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
18102 Add target-async tests.
18103
181042014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18105
18106 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
18107 'func_start' and 'func_end' for the beginning and end of the
18108 function code, respectively.
18109 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
18110 'func_end' instead of 'func' and 'main'.
18111
181122014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18113
18114 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
18115 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
18116 generate the debug info assembler source.
18117
181182014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18119
18120 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
18121 * gdb.dwarf2/arr-subrange.exp: Likewise.
18122 * gdb.dwarf2/dwz.exp: Likewise.
18123 * gdb.dwarf2/method-ptr.exp: Likewise.
18124 * gdb.dwarf2/missing-sig-type.exp: Likewise.
18125 * gdb.dwarf2/subrange.exp: Likewise.
18126 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
18127 * gdb.dwarf2/implptrpiece.exp: Likewise.
18128 * gdb.dwarf2/nostaticblock.exp: Likewise.
18129
181302014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18131
18132 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
18133 directory to absolute path name arguments.
18134
181352014-03-10 Joel Brobecker <brobecker@adacore.com>
18136
18137 * gdb.ada/tagged_access: New testcase.
18138
181392014-03-07 Markus Metzger <markus.t.metzger@intel.com>
18140
18141 * gdb.btrace/data.exp: Update expected output.
18142
181432014-03-06 Yao Qi <yao@codesourcery.com>
18144
18145 * gdb.trace/pr16508.exp: New file.
18146
181472014-03-05 Pedro Alves <palves@redhat.com>
18148
18149 PR gdb/16575
18150 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
18151 procedure.
18152 (top level): Adjust to use it. Add tests that exercise breakpoint
18153 interaction with the code-cache.
18154
181552014-02-26 Ludovic Courtès <ludo@gnu.org>
18156
18157 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
18158 test for 'history-append!'.
18159
181602014-02-26 Joel Brobecker <brobecker@adacore.com>
18161
18162 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
18163 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
18164 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
18165 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
18166 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
18167 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
18168
181692014-02-26 Joel Brobecker <brobecker@adacore.com>
18170
18171 * testsuite/gdb.python/py-pp-re-notag.c: New file.
18172 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
18173 * testsuite/gdb.python/py-pp-re-notag.p: New file.
18174
181752014-02-26 Joel Brobecker <brobecker@adacore.com>
18176
18177 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
18178
181792014-02-26 Joel Brobecker <brobecker@adacore.com>
18180
18181 * gdb.dwarf2/arr-stride.c: New file.
18182 * gdb.dwarf2/arr-stride.exp: New file.
18183
181842014-02-26 Pedro Alves <palves@redhat.com>
18185
18186 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
18187 that won't ever trigger. Make sure that GDB reports the correct
18188 breakpoint that caused the stop.
18189
181902014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18191
18192 PR gdb/16626
18193 * gdb.base/auto-load-script: New file.
18194 * gdb.base/auto-load.c: New file.
18195 * gdb.base/auto-load.exp: New file.
18196
18197 PR gdb/16626
18198 * gdb.base/auto-load.exp: Fix out-of-srctree run.
18199
182002014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18201
18202 Fix dw2-icycle.exp -fsanitize=address GDB crash.
18203 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
18204
182052014-02-24 Doug Evans <dje@google.com>
18206
18207 * lib/gdb.exp (run_on_host): Log error output if program fails.
18208
182092014-02-21 Pedro Alves <palves@redhat.com>
18210
18211 * gdb.threads/step-after-sr-lock.c: Rename to ...
18212 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
18213 * gdb.threads/step-after-sr-lock.exp: Rename to ...
18214 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
18215 ... this.
18216
182172014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
18218
18219 PR tdep/16397
18220 * gdb.arch/amd64-stap-special-operands.exp: New file.
18221 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
18222 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
18223 * gdb.arch/amd64-stap-triplet.S: Likewise.
18224 * gdb.arch/amd64-stap-triplet.c: Likewise.
18225
182262014-02-20 Joel Brobecker <brobecker@adacore.com>
18227
18228 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
18229 in .section pseudo-op.
18230
182312014-02-20 lin zuojian <manjian2006@gmail.com>
18232 Joel Brobecker <brobecker@adacore.com>
18233 Doug Evans <xdje42@gmail.com>
18234
18235 PR symtab/16581
18236 * gdb.dwarf2/dw2-icycle.S: New file.
18237 * gdb.dwarf2/dw2-icycle.c: New file.
18238 * gdb.dwarf2/dw2-icycle.exp: New file.
18239
182402014-02-19 Siva Chandra Reddy <sivachandra@google.com>
18241
18242 * gdb.python/py-value-cc.cc: Improve test case to enable testing
18243 operations on gdb.Value objects.
18244 * gdb.python/py-value-cc.exp: Add new test to test operations on
18245 gdb.Value objects.
18246
182472014-02-18 Doug Evans <dje@google.com>
18248
18249 * Makefile.in (TESTS): New variable.
18250 (expanded_tests, expanded_tests_or_none): New variables
18251 (check-single): Pass $(expanded_tests_or_none) to runtest.
18252 (check-parallel): Only run tests in $(TESTS) if non-empty.
18253 (check/no-matching-tests-found): New rule.
18254 * README: Document TESTS makefile variable.
18255
182562014-02-18 Doug Evans <dje@google.com>
18257
18258 * Makefile.in (check-parallel): rm -rf outputs temp.
18259
182602014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
18261
18262 Fix "ERROR: no fileid for" in the testsuite.
18263 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
18264
182652014-02-12 Doug Evans <dje@google.com>
18266
18267 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
18268 (MISCELLANEOUS): New variable.
18269 (clean): rm -rf $(MISCELLANEOUS).
18270 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
18271 dwp live in the same directory as symlinks, with each symlink pointed
18272 to a differently named file in a different directory.
18273
182742014-02-11 Doug Evans <dje@google.com>
18275
18276 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
18277 of Tcl file commands.
18278
182792014-02-10 Mark Kettenis <kettenis@gnu.org>
18280
18281 * gdb.threads/step-after-sr-lock.exp: Avoid executing
18282 "kill -SIGUSR1 -1".
18283
182842014-02-10 Joel Brobecker <brobecker@adacore.com>
18285
18286 * gdb.ada/tick_length_array_enum_idx: New testcase.
18287
182882014-02-10 Doug Evans <xdje42@gmail.com>
18289
18290 * configure.ac (AC_OUTPUT): Add gdb.guile.
18291 * configure: Regenerate.
18292 * lib/gdb-guile.exp: New file.
18293 * lib/gdb.exp (get_target_charset): New function.
18294 * gdb.base/help.exp: Update expected output from "apropos apropos".
18295 * gdb.guile/Makefile.in: New file.
18296 * gdb.guile/guile.exp: New file.
18297 * gdb.guile/scm-arch.c: New file.
18298 * gdb.guile/scm-arch.exp: New file.
18299 * gdb.guile/scm-block.c: New file.
18300 * gdb.guile/scm-block.exp: New file.
18301 * gdb.guile/scm-breakpoint.c: New file.
18302 * gdb.guile/scm-breakpoint.exp: New file.
18303 * gdb.guile/scm-disasm.c: New file.
18304 * gdb.guile/scm-disasm.exp: New file.
18305 * gdb.guile/scm-equal.c: New file.
18306 * gdb.guile/scm-equal.exp: New file.
18307 * gdb.guile/scm-error.exp: New file.
18308 * gdb.guile/scm-error.scm: New file.
18309 * gdb.guile/scm-frame-args.c: New file.
18310 * gdb.guile/scm-frame-args.exp: New file.
18311 * gdb.guile/scm-frame-args.scm: New file.
18312 * gdb.guile/scm-frame-inline.c: New file.
18313 * gdb.guile/scm-frame-inline.exp: New file.
18314 * gdb.guile/scm-frame.c: New file.
18315 * gdb.guile/scm-frame.exp: New file.
18316 * gdb.guile/scm-generics.exp: New file.
18317 * gdb.guile/scm-gsmob.exp: New file.
18318 * gdb.guile/scm-iterator.c: New file.
18319 * gdb.guile/scm-iterator.exp: New file.
18320 * gdb.guile/scm-math.c: New file.
18321 * gdb.guile/scm-math.exp: New file.
18322 * gdb.guile/scm-objfile-script-gdb.in: New file.
18323 * gdb.guile/scm-objfile-script.c: New file.
18324 * gdb.guile/scm-objfile-script.exp: New file.
18325 * gdb.guile/scm-objfile.c: New file.
18326 * gdb.guile/scm-objfile.exp: New file.
18327 * gdb.guile/scm-ports.exp: New file.
18328 * gdb.guile/scm-pretty-print.c: New file.
18329 * gdb.guile/scm-pretty-print.exp: New file.
18330 * gdb.guile/scm-pretty-print.scm: New file.
18331 * gdb.guile/scm-section-script.c: New file.
18332 * gdb.guile/scm-section-script.exp: New file.
18333 * gdb.guile/scm-section-script.scm: New file.
18334 * gdb.guile/scm-symbol.c: New file.
18335 * gdb.guile/scm-symbol.exp: New file.
18336 * gdb.guile/scm-symtab-2.c: New file.
18337 * gdb.guile/scm-symtab.c: New file.
18338 * gdb.guile/scm-symtab.exp: New file.
18339 * gdb.guile/scm-type.c: New file.
18340 * gdb.guile/scm-type.exp: New file.
18341 * gdb.guile/scm-value-cc.cc: New file.
18342 * gdb.guile/scm-value-cc.exp: New file.
18343 * gdb.guile/scm-value.c: New file.
18344 * gdb.guile/scm-value.exp: New file.
18345 * gdb.guile/source2.scm: New file.
18346 * gdb.guile/types-module.cc: New file.
18347 * gdb.guile/types-module.exp: New file.
18348
183492014-02-10 Yao Qi <yao@codesourcery.com>
18350
18351 PR testsuite/16543
18352 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
18353 * configure: Regenerated.
18354 * Makefile.in: New file.
18355
183562014-02-08 Andreas Schwab <schwab@linux-m68k.org>
18357
18358 * gdb.python/py-framefilter.exp: Fix typo.
18359
183602014-02-08 Yao Qi <yao@codesourcery.com>
18361
18362 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
18363 that no =breakpoint-modified is emitted when breakpoints are
18364 modified through MI commands.
18365
183662014-02-07 Pedro Alves <pedro@codesourcery.com>
18367 Pedro Alves <palves@redhat.com>
18368
18369 * gdb.threads/step-after-sr-lock.c: New file.
18370 * gdb.threads/step-after-sr-lock.exp: New file.
18371
183722014-02-07 Pedro Alves <palves@redhat.com>
18373
18374 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
18375
183762014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
18377
18378 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
18379 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
18380
183812014-02-06 Doug Evans <xdje42@gmail.com>
18382
18383 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
18384 output.
18385
18386 * gdb.gdb/python-interrupts.exp: New file.
18387
183882014-02-05 Yao Qi <yao@codesourcery.com>
18389
18390 * gdb.trace/report.exp (use_collected_data): Test the output
18391 of "info threads" and "info inferiors".
18392
183932014-02-05 Yao Qi <yao@codesourcery.com>
18394
18395 Revert this patch:
18396
18397 2013-05-24 Yao Qi <yao@codesourcery.com>
18398
18399 * gdb.trace/tfile.exp: Test inferior and thread.
18400
184012014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18402
18403 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
18404 on a function.
18405 * gdb.base/step-bt.c: Call hello via function pointer to make
18406 sure its first instruction is executed on powerpc64le-linux.
18407
184082014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18409
18410 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
18411
184122014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18413
18414 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
18415 of the test patterns for use on little-endian systems.
18416
184172014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18418
18419 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
18420 (decimal_vector): Fix for little-endian.
18421
184222014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
18423
18424 * gdb.arch/sparc-sysstep.exp: New file.
18425 * gdb.arch/sparc-sysstep.c: Likewise.
18426
18427 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
18428
184292014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18430
18431 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
18432
184332014-01-23 Tom Tromey <tromey@redhat.com>
18434
18435 * gdb.ada/array_char_idx: New testcase.
18436
184372014-01-23 Tom Tromey <tromey@redhat.com>
18438
18439 PR python/16487:
18440 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
18441 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
18442 classes.
18443
184442014-01-23 Tom Tromey <tromey@redhat.com>
18445
18446 PR python/16491:
18447 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
18448 string from an inferior frame.
18449 * gdb.python/py-framefilter-mi.exp: Update.
18450
184512014-01-22 Doug Evans <dje@google.com>
18452
18453 * gdb.server/server-mon.exp: Add tests for "set debug-format".
18454
184552014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18456
18457 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
18458
184592014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18460
18461 * gdb.trace/entry-values.exp: Remove excess space character from
18462 regex patterns. Handle s390 call instruction.
18463
184642014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18465
18466 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
18467 define "*_start" label. Make "name" static.
18468 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
18469 ${name} by references to ${name}_start.
18470
184712014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18472
18473 * gdb.base/info-macros.exp: Remove "debug" from the compile
18474 options.
18475
184762014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18477
18478 * gdb.dlang/demangle.exp: New file.
18479
184802014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18481
18482 * gdb.dlang/primitive-types.exp: New file.
18483
184842014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18485
18486 * configure.ac: Create gdb.dlang/Makefile.
18487 * configure: Regenerate.
18488 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
18489 * gdb.dlang/Makefile.in: New file.
18490 * lib/d-support.exp: New file.
18491 * lib/gdb.exp (skip_d_tests): New proc.
18492
184932014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18494
18495 * gdb.btrace/delta.exp: Check reverse stepi.
18496 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
18497 * gdb.btrace/finish.exp: New.
18498 * gdb.btrace/next.exp: New.
18499 * gdb.btrace/nexti.exp: New.
18500 * gdb.btrace/record_goto.c: Add comments.
18501 * gdb.btrace/step.exp: New.
18502 * gdb.btrace/stepi.exp: New.
18503 * gdb.btrace/multi-thread-step.c: New.
18504 * gdb.btrace/multi-thread-step.exp: New.
18505 * gdb.btrace/rn-dl-bind.c: New.
18506 * gdb.btrace/rn-dl-bind.exp: New.
18507 * gdb.btrace/data.c: New.
18508 * gdb.btrace/data.exp: New.
18509 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
18510
185112014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18512
18513 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
18514 * gdb.btrace/exception.exp: Update.
18515 * gdb.btrace/instruction_history.exp: Update.
18516 * gdb.btrace/record_goto.exp: Update.
18517 * gdb.btrace/tailcall.exp: Update.
18518 * gdb.btrace/unknown_functions.exp: Update.
18519 * gdb.btrace/delta.exp: New.
18520
185212014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18522
18523 * gdb.btrace/record_goto.exp: Add backtrace test.
18524 * gdb.btrace/tailcall.exp: Add backtrace test.
18525
185262014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18527
18528 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
18529 * gdb.btrace/record_goto.c: New.
18530 * gdb.btrace/record_goto.exp: New.
18531 * gdb.btrace/x86-record_goto.S: New.
18532
185332014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18534
18535 * gdb.btrace/function_call_history.exp: Update tests.
18536 * gdb.btrace/instruction_history.exp: Update tests.
18537
185382014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18539
18540 * gdb.btrace/function_call_history.exp: Fix expected field
18541 order for "record function-call-history".
18542 Add new tests for "record function-call-history /c".
18543 * gdb.btrace/exception.cc: New.
18544 * gdb.btrace/exception.exp: New.
18545 * gdb.btrace/tailcall.exp: New.
18546 * gdb.btrace/x86-tailcall.S: New.
18547 * gdb.btrace/x86-tailcall.c: New.
18548 * gdb.btrace/unknown_functions.c: New.
18549 * gdb.btrace/unknown_functions.exp: New.
18550 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
18551
185522014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18553
18554 * gdb.btrace/instruction_history.exp: Update.
18555 * gdb.btrace/function_call_history.exp: Update.
18556
185572014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18558
18559 * gdb.btrace/function_call_history.exp: Fix expected function
18560 trace.
18561 * gdb.btrace/instruction_history.exp: Initialize traced.
18562 Remove traced_functions.
18563
185642014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18565
18566 * gdb.btrace/function_call_history.exp: Update
18567 * gdb.btrace/instruction_history.exp: Update.
18568
185692014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18570
18571 * gdb.btrace/enable.exp: Update expected text.
18572
185732014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
18574
18575 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
18576 bytes.
18577
185782014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
18579
18580 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
18581
185822014-01-15 Omair Javaid <omair.javaid@linaro.org>
18583
18584 * lib/gdb.exp (supports_process_record): Return true for
18585 arm*-linux*. (supports_reverse): Likewise.
18586
185872014-01-13 Siva Chandra Reddy <sivachandra@google.com>
18588
18589 PR python/15464
18590 PR python/16113
18591 * gdb.python/py-type.c: Enhance test case.
18592 * gdb.python/py-value-cc.cc: Likewise
18593 * gdb.python/py-type.exp: Add new tests.
18594 * gdb.python/py-value-cc.exp: Likewise
18595
185962014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
18597 Pedro Alves <palves@redhat.com>
18598
18599 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
18600 Make "name" extern.
18601 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
18602 references to ${name}_start by references to ${name}.
18603
186042014-01-10 Joel Brobecker <brobecker@adacore.com>
18605
18606 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
18607
186082014-01-10 Joel Brobecker <brobecker@adacore.com>
18609
18610 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
18611
186122014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
18613 Pedro Alves <palves@redhat.com>
18614
18615 * gdb.mi/mi-info-os.exp: Connect to the target with
18616 mi_gdb_target_load.
18617
186182014-01-08 Pedro Alves <palves@redhat.com>
18619
18620 * gdb.threads/reconnect-signal.c: New file.
18621 * gdb.threads/reconnect-signal.exp: New file.
18622
186232014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
18624
18625 * gdb.base/source-dir.exp: New file.
18626
186272014-01-07 Joel Brobecker <brobecker@adacore.com>
18628
18629 * gdb.ada/mi_interface: New testcase.
18630
186312014-01-07 Joel Brobecker <brobecker@adacore.com>
18632
18633 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
18634 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
18635 gdb.ada/pp-rec-component/pck.ads: New files.
18636
186372014-01-07 Joel Brobecker <brobecker@adacore.com>
18638
18639 * gdb.python/py-pp-integral.c: New file.
18640 * gdb.python/py-pp-integral.py: New file.
18641 * gdb.python/py-pp-integral.exp: New file.
18642
18643For older changes see ChangeLog-1993-2013.
18644\f
18645;; Local Variables:
18646;; mode: change-log
18647;; left-margin: 8
18648;; fill-column: 74
18649;; version-control: never
18650;; End:
18651
18652 Copyright 2014-2020 Free Software Foundation, Inc.
18653 Copying and distribution of this file, with or without modification,
18654 are permitted provided the copyright notice and this notice are preserved.