[gdb/testsuite] Fix "text file busy" errors with cc-with-tweaks.exp
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2020-03-06 Tom de Vries <tdevries@suse.de>
2
3 * lib/gdb.exp (tentative_rename, cached_file): New proc.
4 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
5
6 2020-03-06 Tom de Vries <tdevries@suse.de>
7
8 * README: Fix "the the".
9 * gdb.base/dprintf.exp: Same.
10
11 2020-03-05 Tom de Vries <tdevries@suse.de>
12
13 * gdb.base/maint.exp: Update "main print statistics" expected output.
14
15 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
16
17 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
18 (fortran_int8): Likewise.
19 (fortran_real4): Likewise.
20 (fortran_real8): Likewise.
21 (fortran_complex4): Likewise.
22 (fortran_logical4): Likewise.
23 (fortran_character1): Likewise.
24
25 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
26
27 * gdb.fortran/logical.exp: Add tests that any non-zero value is
28 printed as true.
29
30 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
31
32 * gdb.base/printcmds.exp: Add test to verify printf of a
33 variable holding an address.
34
35 2020-03-03 Tom de Vries <tdevries@suse.de>
36
37 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
38
39 2020-03-03 Tom de Vries <tdevries@suse.de>
40
41 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
42 gdb_test_multiple call.
43
44 2020-03-03 Tom de Vries <tdevries@suse.de>
45
46 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
47 gdb_test_multiple calls.
48
49 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
50
51 * gdb.base/default.exp: Remove test of 'set history filename'.
52 * gdb.base/gdbinit-history.exp: Add tests for setting the history
53 filename to the empty string.
54 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
55 and GDBHISTSIZE.
56
57 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
58
59 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
60 disabled.
61
62 2020-03-02 Pedro Alves <palves@redhat.com>
63 Tom de Vries <tdevries@suse.de>
64
65 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
66 -prompt prefix, before user_code argument. Add -lbl option likewise.
67 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
68 (gdb_is_target_1): Add -prompt prefix and move to before user_code
69 argument.
70 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
71 have "\r\n" at start-of-line, instead of at end-of-line.
72
73 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
74
75 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
76 libinproctrace.so.
77
78 2020-02-28 Luis Machado <luis.machado@linaro.org>
79
80 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
81 to "p/x".
82
83 2020-02-28 Luis Machado <luis.machado@linaro.org>
84
85 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
86 asm/ptrace.h and error.h.
87
88 2020-02-28 Tom de Vries <tdevries@suse.de>
89
90 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
91 (struct wrapper, do_something, mundane/symada__cS): Move ...
92 * gdb.base/c-linkage-name-2.c: ... here. New source file.
93 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
94 Update "print symada__cS before partial symtab expansion" regexp.
95 Update breakpoint location. Flush symbol cache after expansion.
96
97 2020-02-28 Luis Machado <luis.machado@linaro.org>
98
99 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
100
101 2020-02-27 Tom de Vries <tdevries@suse.de>
102
103 * config/sid.exp: Remove unused globals.
104 * gdb.base/attach.exp: Same.
105 * gdb.base/catch-load.exp: Same.
106 * gdb.base/dbx.exp: Same.
107 * lib/gdb.exp: Same.
108 * lib/mi-support.exp: Same.
109 * lib/prompt.exp: Same.
110
111 2020-02-27 Tom de Vries <tdevries@suse.de>
112
113 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
114 not set.
115
116 2020-02-26 Aaron Merey <amerey@redhat.com>
117
118 * gdb.debuginfod: New directory for debuginfod tests.
119 * gdb.debuginfod/main.c: New test file.
120 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
121
122 2020-02-26 Tom de Vries <tdevries@suse.de>
123
124 PR gdb/25603
125 * gdb.base/persistent-lang.cc: New test.
126 * gdb.base/persistent-lang.exp: New file.
127
128 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
129
130 * gdb.fortran/derived-type-striding.exp: Add a new test.
131 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
132 new test.
133
134 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
135
136 * gdb.base/cached-source-file.exp: Avoid source file paths in test
137 names.
138
139 2020-02-25 Tom de Vries <tdevries@suse.de>
140
141 PR go/18926
142 * gdb.go/methods.exp: Remove gcc/93866 xfail.
143
144 2020-02-24 Tom de Vries <tdevries@suse.de>
145
146 PR gdb/25592
147 * gdb.base/info-locals-unused-static-var.c: New test.
148 * gdb.base/info-locals-unused-static-var.exp: New file.
149
150 2020-02-22 Tom Tromey <tom@tromey.com>
151
152 * gdb.python/tui-window.exp: New file.
153 * gdb.python/tui-window.py: New file.
154
155 2020-02-22 Tom Tromey <tom@tromey.com>
156
157 PR tui/17850:
158 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
159 tests.
160
161 2020-02-22 Tom Tromey <tom@tromey.com>
162
163 * gdb.tui/new-layout.exp: Add sub-layout tests.
164
165 2020-02-22 Tom Tromey <tom@tromey.com>
166
167 * gdb.tui/new-layout.exp: New file.
168
169 2020-02-22 Tom Tromey <tom@tromey.com>
170
171 * gdb.rust/rust-style.rs: New file.
172 * gdb.rust/rust-style.exp: New file.
173 * gdb.base/style.exp: Test structure printing.
174 * gdb.base/style.c (struct some_struct): New type.
175 (enum etype): New type.
176 (struct_value): New global.
177
178 2020-02-21 Tom de Vries <tdevries@suse.de>
179
180 PR go/18926
181 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
182 Remove blanket xfails. Use message argument for gdb_breakpoint.
183 Make continuing to breakpoint test conditional on setting breakpoint.
184 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
185 DW_AT_name attribute. Add xfail for GCC PR93866.
186
187 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
188
189 * gdb.dwarf2/cpp-linkage-name.c: New file.
190 * gdb.dwarf2/cpp-linkage-name.exp: New file.
191
192 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
193
194 * lib/gdb.exp (gdb_wrapper_init): Reset
195 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
196 not exist.
197
198 2020-02-20 Tom de Vries <tdevries@suse.de>
199
200 PR go/17018
201 * gdb.go/hello.exp: Copy ...
202 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
203 print of st to print value of global definition. Add xfail for GCC
204 PR93844.
205 * gdb.go/hello.exp: Remove printing of st before definition.
206 * gdb.go/hello.go: Copy ...
207 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
208 to st.
209 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
210
211 2020-02-20 Tom de Vries <tdevries@suse.de>
212
213 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
214 (gdb_simple_compile): Handle compile_flags go by using .go extension
215 for source file.
216 * gdb.go/chan.exp: Use support_go_compile.
217 * gdb.go/handcall.exp: Same.
218 * gdb.go/hello.exp: Same.
219 * gdb.go/integers.exp: Same.
220 * gdb.go/max-depth.exp: Same.
221 * gdb.go/methods.exp: Same.
222 * gdb.go/package.exp: Same.
223 * gdb.go/strings.exp: Same.
224 * gdb.go/types.exp: Same.
225 * gdb.go/unsafe.exp: Same.
226
227 2020-02-19 Tom de Vries <tdevries@suse.de>
228
229 * gdb.python/lib-types.exp: Make xfail more strict.
230
231 2020-02-19 Tom de Vries <tdevries@suse.de>
232
233 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
234
235 2020-02-19 Doug Evans <dje@google.com>
236
237 PR rust/25535
238 * gdb.rust/simple.exp: Add test.
239 * gdb.rust/simple.rs: Add test.
240
241 2020-02-19 Tom de Vries <tdevries@suse.de>
242
243 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
244 output line-by-line.
245
246 2020-02-19 Tom de Vries <tdevries@suse.de>
247
248 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
249
250 2020-02-19 Tom de Vries <tdevries@suse.de>
251
252 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
253 prelink.
254
255 2020-02-19 Tom de Vries <tdevries@suse.de>
256
257 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
258 (gdb_do_cache): Use gdb_do_cache_wrap.
259 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
260
261 2020-02-19 Tom de Vries <tdevries@suse.de>
262
263 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
264 gdb_compile option.
265
266 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
267
268 * gdb.base/printcmds.exp (test_print_enums): Update expected
269 output.
270
271 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
272
273 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
274 for "unknown".
275
276 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
277
278 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
279 enumerator.
280
281 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
282
283 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
284 FE_, add FE_NONE.
285 (three): Update.
286 (enum flag_enum_without_zero): New enum.
287 (flag_enum_without_zero): New variable.
288 (enum not_flag_enum): New enum.
289 (three_not_flag): New variable.
290 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
291 (test_print_enums): Add more tests for printing flag enums.
292
293 2020-02-18 Tom de Vries <tdevries@suse.de>
294
295 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
296 (gdb_compile_ada): ... here.
297 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
298 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
299
300 2020-02-14 Tom Tromey <tom@tromey.com>
301
302 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
303 build directory.
304 * boards/gdbserver-base.exp: Update path to gdbserver.
305
306 2020-02-13 Tom de Vries <tdevries@suse.de>
307
308 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
309
310 2020-02-13 Tom de Vries <tdevries@suse.de>
311
312 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
313 are missing.
314
315 2020-02-13 Tom de Vries <tdevries@suse.de>
316
317 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
318 call.
319
320 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
321
322 PR tui/25126
323 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
324 * gdb.base/cached-source-file.c: New file.
325 * gdb.base/cached-source-file.exp: New file.
326
327 2020-02-11 Tom de Vries <tdevries@suse.de>
328
329 PR testsuite/25488
330 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
331
332 2020-02-10 Tom de Vries <tdevries@suse.de>
333
334 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
335
336 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
337
338 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
339 and $after_addr are both integers before making a comparison.
340
341 2020-02-09 Tom de Vries <tdevries@suse.de>
342
343 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
344 command output and paste it into gdb.log. If any, paste catch message
345 to gdb.log.
346
347 2020-02-07 Tom Tromey <tromey@adacore.com>
348
349 PR breakpoints/24915:
350 * gdb.base/annotate-symlink.exp: Use setup_xfail.
351
352 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
353
354 * gdb.tui/tui-missing-src.exp: Add the "missing source
355 file" test for the TUI.
356
357 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
358
359 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
360 including a port number in the output.
361
362 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
363
364 * lib/fortran.exp (fortran_int4): Handle clang.
365 (fortran_int8): Likewise.
366 (fortran_real4): Likewise.
367 (fortran_real8): Likewise.
368 (fortran_complex4): Likewise.
369 (fortran_logical4): Likewise.
370 (fortran_character1): Likewise.
371
372 2020-02-04 Tom de Vries <tdevries@suse.de>
373
374 * README (Race detection): Add note.
375
376 2020-02-04 Tom de Vries <tdevries@suse.de>
377
378 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
379
380 2020-02-04 Tom de Vries <tdevries@suse.de>
381
382 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
383
384 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
385
386 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
387 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
388 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
389 blttar, bnetarl.
390 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
391 binary for blttar, bnetarl.
392 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
393 wait instruction. Delete ldmx test.
394 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
395
396 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
397
398 * gdb.fortran/array-bounds-high.exp: New file.
399 * gdb.fortran/array-bounds-high.f90: New file.
400
401 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
402
403 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
404 Replace #include of <sys/fcntl.h> by <fcntl.h>.
405
406 2020-02-01 Tom de Vries <tdevries@suse.de>
407
408 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
409
410 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
411
412 PR tui/9765
413 * gdb.tui/tui-layout-asm-short-prog.S: New file.
414 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
415
416 2020-01-29 Luis Machado <luis.machado@linaro.org>
417
418 * gdb.arch/aarch64-brk-patterns.c: New source file.
419 * gdb.arch/aarch64-brk-patterns.exp: New test.
420
421 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
422
423 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
424 GCC/Clang version.
425 * gdb.cp/pass-by-ref.exp: Ditto.
426
427 2020-01-29 Tom de Vries <tdevries@suse.de>
428
429 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
430 * gdb.threads/watchpoint-fork-mt.c: Same.
431 * gdb.threads/watchpoint-fork-parent.c: Same.
432 * gdb.threads/watchpoint-fork-st.c: Same.
433 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
434
435 2020-01-27 Luis Machado <luis.machado@linaro.org>
436
437 * gdb.base/step-over-syscall.exp (setup): Check if we're already
438 sitting at a syscall instruction when we hit the syscall function's
439 breakpoint.
440 Check PC against one obtained with the x command.
441 Validate syscall number.
442 (step_over_syscall): Don't continue to the syscall instruction if
443 we're already there.
444
445 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
446
447 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
448
449 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
450
451 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
452 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
453
454 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
455
456 * gdb.dwarf2/dw2-inline-stepping.c: New file.
457 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
458
459 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
460
461 * gdb.base/maint.exp: Update line table parsing test.
462 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
463
464 2020-01-24 Pedro Alves <palves@redhat.com>
465
466 PR gdb/25410
467 * gdb.multi/multi-re-run-1.c: New.
468 * gdb.multi/multi-re-run-2.c: New.
469 * gdb.multi/multi-re-run.exp: New.
470
471 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
472
473 PR gdb/23718
474 * gdb.server/server-kill-python.exp: New file.
475
476 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
477
478 * gdb.server/multi-ui-errors.c: New file.
479 * gdb.server/multi-ui-errors.exp: New file.
480
481 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
482
483 PR tui/9765
484 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
485
486 2020-01-19 Tom Tromey <tom@tromey.com>
487
488 * gdb.tui/main.exp: Add check for plain "file".
489
490 2020-01-16 Christian Biesinger <cbiesinger@google.com>
491
492 * lib/gdb.exp: Fix spelling error (seperatelly).
493
494 2020-01-14 Tom Tromey <tom@tromey.com>
495
496 PR symtab/12535:
497 * gdb.python/python.exp: Test decode_line with empty string
498 argument.
499
500 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
501
502 * gdb.base/skip-inline.exp: Extend test.
503
504 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
505
506 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
507 * gdb.dwarf2/dw2-bad-elf.c: New file.
508 * gdb.dwarf2/dw2-bad-elf.exp: New file.
509
510 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
511
512 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
513 _line_saw_file.
514
515 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
516
517 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
518 border.
519
520 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
521
522 * gdb.multi/multi-target.exp (setup): Factor out "info
523 connections" and "info inferiors" tests to ...
524 (test_info_inferiors): ... this new procedure.
525 (top level): Run new "info-inferiors" tests.
526
527 2020-01-10 Pedro Alves <palves@redhat.com>
528
529 * gdb.server/bkpt-other-inferior.exp: New file.
530
531 2020-01-10 Pedro Alves <palves@redhat.com>
532
533 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
534 of "add-inferior".
535 * gdb.base/quit-live.exp: Likewise.
536 * gdb.base/remote-exec-file.exp: Likewise.
537 * gdb.guile/scm-progspace.exp: Likewise.
538 * gdb.linespec/linespec.exp: Likewise.
539 * gdb.mi/new-ui-mi-sync.exp: Likewise.
540 * gdb.mi/user-selected-context-sync.exp: Likewise.
541 * gdb.multi/multi-target.exp (setup): Add "info connection" and
542 "info inferiors" tests.
543 * gdb.multi/remove-inferiors.exp: Adjust expected output of
544 "add-inferior".
545 * gdb.multi/watchpoint-multi.exp: Likewise.
546 * gdb.python/py-inferior.exp: Likewise.
547 * gdb.server/extended-remote-restart.exp: Likewise.
548 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
549 "info inferiors".
550 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
551 * gdb.trace/report.exp: Likewise.
552
553 2020-01-10 Pedro Alves <palves@redhat.com>
554
555 * gdb.multi/multi-target.c: New file.
556 * gdb.multi/multi-target.exp: New file.
557 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
558 mode requested, but remote does not support non-stop".
559
560 2020-01-10 Pedro Alves <palves@redhat.com>
561
562 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
563 disconnect before reconnecting.
564
565 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
566 Pedro Alves <palves@redhat.com>
567
568 * gdb.server/connect-without-multi-process.exp: Also test
569 continuing to end.
570
571 2020-01-10 Pedro Alves <palves@redhat.com>
572
573 * gdb.base/remote-exec-file.exp: New file.
574
575 2020-01-10 Pedro Alves <palves@redhat.com>
576
577 * gdb.base/fork-running-state.exp (do_test): Adjust expected
578 output.
579 * gdb.threads/async.c: New.
580 * gdb.threads/async.exp: New.
581 * gdb.multi/tids-gid-reset.c: New.
582 * gdb.multi/tids-gid-reset.exp: New.
583
584 2020-01-10 George Barrett <bob@bob131.so>
585
586 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
587 to help in finding the image relocation offset.
588 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
589 options in arguments.
590 (stap_test_no_debuginfo): Likewise.
591 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
592 test variants.
593 (stap_test): Add null semaphore relocation test.
594
595 2020-01-10 George Barrett <bob@bob131.so>
596
597 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
598 * gdb.base/stap-probe.exp: Likewise.
599 (stap_test): Pass argument as an additional flag.
600 (stap_test_no_debuginfo): Likewise.
601 (stap_test): Check `info probes stap' output for semaphore
602 addresses if the test binary is supposed to have them.
603
604 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
605
606 * gdb.tui/basic.exp: Add more scrolling tests.
607
608 2020-01-09 Tom Tromey <tom@tromey.com>
609
610 PR tui/18932:
611 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
612 meangingful value.
613 (Term::command, Term::resize): Update.
614 * gdb.tui/basic.exp: Add scrolling test.
615
616 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
617
618 * gdb.tui/tui-layout-asm.exp: New file.
619
620 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
621
622 * lib/tuiterm.exp (Term::check_box_contents): New proc.
623
624 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
625
626 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
627 (Term::enter_tui): Use Term::prepare_for_tui.
628
629 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
630
631 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
632 called.
633
634 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
635
636 * gdb.base/skip.exp: Fix race condition in test.
637
638 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
639
640 * gdb.base/backtrace.c: New file.
641 * gdb.base/backtrace.exp: New file.
642
643 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
644
645 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
646
647 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
648
649 * gdb.base/style.exp: Test that warnings are styled.
650
651 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
652
653 * gdb.base/line65535.exp: New file.
654 * gdb.base/line65535.c: New file.
655
656 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
657
658 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
659 * lib/gnat_debug_info_test.adb: New file.
660 * gdb.ada/ptype_tagged_param.exp: Use
661 gnat_runtime_has_debug_info, expect a different output if
662 runtime does not have debug info.
663
664 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
665
666 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
667 (another) quote in test name.
668
669 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
670
671 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
672 Add quote in test name.
673
674 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
675
676 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
677 directory instead.
678 * gdb.cp/pass-by-ref.exp: Extend with more cases.
679 * gdb.cp/pass-by-ref-2.cc: New file.
680 * gdb.cp/pass-by-ref-2.exp: New file.
681
682 2019-12-20 Tom Tromey <tom@tromey.com>
683
684 * gdb.tui/list-before.exp: New file.
685
686 2019-12-20 Tom Tromey <tom@tromey.com>
687
688 * gdb.tui/list.exp: Check for source on initial listing.
689
690 2019-12-11 Tom Tromey <tromey@adacore.com>
691
692 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
693 Add crlf test.
694
695 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
696
697 * gdb.base/default.exp: Update value of $_gdb_major.
698
699 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
700
701 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
702
703 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
704
705 * gdb.base/skip.exp: Whitespace fix.
706
707 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
708
709 * gdb.base/skip-inline.c: New file.
710 * gdb.base/skip-inline.exp: New file.
711
712 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
713
714 * gdb.base/jit-reader.exp (jit_reader_test): Rename
715 jit_function_00 to jit_function_stack_mangle.
716 * gdb.base/jithost.c (jit_function_t): Rename to...
717 (jit_function_stack_mangle_t): ... this.
718 (jit_function_add_t): New typedef.
719 (jit_function_00_code): Rename to...
720 (jit_function_stack_mangle_code): ... this, make static.
721 (jit_function_add_code): New.
722 (main): Generate "add" function and call it. Adjust to changes
723 in jithost_abi.
724 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
725 (struct jithost_abi) <begin, end>: Remove fields.
726 <object, function_stack_mangle, function_add>: New fields.
727 * gdb.base/jitreader.c (struct reader_state) <code_begin,
728 code_end>: Remove fields.
729 <func_stack_mangle>: New field.
730 (read_debug_info): Adjust to renaming, create block for "add"
731 function.
732 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
733
734 2019-12-11 Tom Tromey <tom@tromey.com>
735
736 * gdb.tui/resize.exp: Fix regexp.
737 * gdb.tui/regs.exp: Fix regexps.
738 * gdb.tui/main.exp: Fix regexp.
739
740 2019-12-11 Tom Tromey <tom@tromey.com>
741
742 * gdb.tui/resize.exp: Update.
743 * gdb.tui/empty.exp (layouts): Update.
744
745 2019-12-11 Tom Tromey <tom@tromey.com>
746
747 * gdb.tui/regs.exp: Update.
748 * gdb.tui/empty.exp (layouts): Update.
749 * gdb.tui/basic.exp: Update.
750 * lib/tuiterm.exp (_check_box): Don't check bottom border.
751
752 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
753
754 * gdb.base/options.exp: Add -raw-values in the print completion list.
755 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
756
757 2019-12-10 Kevin Buettner <kevinb@redhat.com>
758
759 * gdb.threads/omp-par-scope.c: New file.
760 * gdb/threads/omp-par-scope.exp: New file.
761
762 2019-12-10 Kevin Buettner <kevinb@redhat.com>
763
764 * lib/gdb.exp (support_nested_function_tests): New proc.
765
766 2019-12-10 Kevin Buettner <kevinb@redhat.com>
767
768 * lib/gdb.exp (gdb_compile_openmp): New proc.
769 (build_executable_from_specs): Add an "openmp" option.
770 (gdb_compile_pthreads): Add non-executable case.
771
772 2019-12-10 Tom Tromey <tromey@adacore.com>
773
774 * gdb.ada/unchecked_union.exp: New file.
775 * gdb.ada/unchecked_union/pck.adb: New file.
776 * gdb.ada/unchecked_union/pck.ads: New file.
777 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
778 * gdb-utils.exp (string_to_regexp): Also quote "?".
779
780 2019-12-10 George Barrett <bob@bob131.so>
781
782 Test scripted probe breakpoints.
783 * gdb.guile/scm-breakpoint.c (main): Add probe point.
784 * gdb.python/py-breakpoint.c (main): Likewise.
785 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
786 specifier test.
787 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
788
789 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
790
791 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
792 an rvalue parameter.
793 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
794 parameter.
795
796 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
797
798 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
799 modules.
800
801 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
802
803 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
804 broken version of GCC.
805
806 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
807
808 * gdb.fortran/info-modules.exp: Rewrite to make use of new
809 sym-info-cmds library.
810 * gdb.fortran/info-types.exp: Likewise.
811 * lib/sym-info-cmds.exp: New file.
812
813 2019-12-08 Tom de Vries <tdevries@suse.de>
814
815 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
816
817 2019-12-07 Keith Seitz <keiths@redhat.com>
818
819 * gdb.base/corefile-buildid-shlib-shr.c: New file.
820 * gdb.base/corefile-buildid-shlib.c: New file.
821 * gdb.base/corefile-buildid.c: New file.
822 * gdb.base/corefile-buildid.exp: New file.
823
824 2019-12-06 Tom de Vries <tdevries@suse.de>
825
826 * gdb.dwarf2/varval.exp: Add decl before def test.
827
828 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
829
830 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
831
832 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
833
834 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
835 CV and reference conversion for overload resolution.
836 * gdb.cp/rvalue-ref-overload.exp: Test it.
837
838 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
839
840 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
841 * gdb.base/frameapply.exp: Test faas without command.
842
843 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
844
845 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
846 Fortran tests.
847 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
848 order.
849
850 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
851
852 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
853 casting to type with no kind specified.
854 (test_basic_parsing_of_type_kinds): Additional tests for types
855 with no kind specified, and add tests for single/double
856 precision/complex types.
857
858 2019-12-04 Tom Tromey <tromey@adacore.com>
859
860 * gdb.base/endianity.c (struct other) <x>: New field.
861 (main): Initialize it.
862 * gdb.base/endianity.exp: Update.
863
864 2019-12-04 Tom Tromey <tromey@adacore.com>
865
866 * gdb.ada/scalar_storage/storage.adb: New file.
867 * gdb.ada/scalar_storage/pck.adb: New file.
868 * gdb.ada/scalar_storage/pck.ads: New file.
869 * gdb.ada/scalar_storage.exp: New file.
870
871 2019-12-04 Tom Tromey <tromey@adacore.com>
872
873 * gdb.base/endianity.c (struct otherendian) <f>: New field.
874 (main): Initialize it.
875 * gdb.base/endianity.exp: Update.
876
877 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
878
879 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
880
881 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
882
883 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
884 -symbol-info-module-functions and -symbol-info-module-variables.
885
886 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
887
888 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
889
890 2019-12-01 Richard Bunt <richard.bunt@arm.com>
891 Andrew Burgess <andrew.burgess@embecosm.com>
892
893 * gdb.fortran/derived-type-striding.exp: New file.
894 * gdb.fortran/derived-type-striding.f90: New file.
895 * gdb.fortran/array-slices.exp: New file.
896 * gdb.fortran/array-slices.f90: New file.
897
898 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
899
900 * gdb.base/define.exp: Test . in command names.
901 * gdb.base/setshow.exp: Update test, as . is now part of
902 command name.
903
904 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
905
906 * gdb.base/define-prefix.exp: New file.
907
908 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
909
910 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
911 compile.
912 (skip_btrace_pt_tests): Likewise.
913
914 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
915
916 * gdb.fortran/info-modules.exp: Compile source files in correct
917 order.
918
919 2019-11-27 Kevin Buettner <kevinb@redhat.com>
920
921 * gdb.dwarf2/imported-unit.exp: New file.
922 * gdb.dwarf2/imported-unit.c: New file.
923
924 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
925
926 * gdb.mi/mi-fortran-modules-2.f90: New file.
927 * gdb.mi/mi-fortran-modules.exp: New file.
928 * gdb.mi/mi-fortran-modules.f90: New file.
929
930 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
931
932 * gdb.mi/mi-sym-info-1.c: New file.
933 * gdb.mi/mi-sym-info-2.c: New file.
934 * gdb.mi/mi-sym-info.exp: New file.
935
936 2019-11-22 Tom Tromey <tromey@adacore.com>
937
938 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
939 * gdb.ada/tasks/foo.adb: Add another stopping location.
940
941 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
942
943 * gdb.base/endianity.c: New test.
944 * gdb.base/endianity.exp: New file.
945
946 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
947
948 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
949
950 2019-11-21 Tom de Vries <tdevries@suse.de>
951
952 PR gdb/24956
953 * gdb.base/ui-redirect.exp: Test output of user-defined command.
954
955 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
956
957 * gdb.python/py-progspace.exp: Add missing parentheses on some
958 'print' commands.
959
960 2019-11-19 Tom Tromey <tom@tromey.com>
961
962 * gdb.tui/winheight.exp: New file.
963
964 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
965
966 * gdb.base/ctf-whatis.c: Delete.
967 * gdb.base/ctf-whatis.exp: Delete.
968 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
969
970 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
971
972 * gdb.base/ctf-cvexpr.exp: Delete.
973 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
974
975 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
976
977 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
978 the compiler. Clean up header comment a little.
979 * gdb.base/ctf-ptype.exp: Likewise.
980 * gdb.base/ctf-whatis.exp: Likewise.
981 * lib/gdb.exp (skip_ctf_tests): New proc.
982
983 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
984
985 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
986 * gdb.tui/corefile-run.exp: New file.
987
988 2019-11-14 Tom Tromey <tromey@adacore.com>
989
990 * gdb.base/gdbvars.exp (test_convenience_variables): Add
991 regression tests.
992
993 2019-11-12 Tom Tromey <tom@tromey.com>
994
995 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
996 after any command. Expect prompt after WAIT_FOR is seen.
997 (enter_tui): Enable resize messages.
998 (command): Expect command in output.
999 (get_line): Avoid error when cursor appears to be off-screen.
1000 (dump_screen): Include screen size in title.
1001 (_do_resize): New proc, from "resize".
1002 (resize): Rewrite. Do resize in two steps.
1003 * gdb.tui/empty.exp (layouts): Fix entries.
1004 (check_boxes): Remove xfail.
1005 (check_text): Dump screen on failure.
1006
1007 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1008
1009 * gdb.python/py-symbol.exp: Add test for
1010 gdb.lookup_static_symbols.
1011
1012 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1013
1014 * gdb.python/py-symbol.c: Declare and call function from new
1015 py-symbol-2.c file.
1016 * gdb.python/py-symbol.exp: Compile both source files, and add new
1017 tests for gdb.lookup_static_symbol.
1018 * gdb.python/py-symbol-2.c: New file.
1019
1020 2019-11-02 Tom de Vries <tdevries@suse.de>
1021
1022 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
1023 * gdb.base/anon.exp: Same.
1024 * gdb.base/auto-connect-native-target.exp: Same.
1025 * gdb.base/call-ar-st.exp: Same.
1026 * gdb.base/catch-syscall.exp: Same.
1027 * gdb.base/commands.exp: Same.
1028 * gdb.base/default.exp: Same.
1029 * gdb.base/display.exp: Same.
1030 * gdb.base/float.exp: Same.
1031 * gdb.base/foll-fork.exp: Same.
1032 * gdb.base/help.exp: Same.
1033 * gdb.base/info-macros.exp: Same.
1034 * gdb.base/info-proc.exp: Same.
1035 * gdb.base/info-target.exp: Same.
1036 * gdb.base/long_long.exp: Same.
1037 * gdb.base/macscp.exp: Same.
1038 * gdb.base/memattr.exp: Same.
1039 * gdb.base/nofield.exp: Same.
1040 * gdb.base/pointers.exp: Same.
1041 * gdb.base/printcmds.exp: Same.
1042 * gdb.base/ptype.exp: Same.
1043 * gdb.base/restore.exp: Same.
1044 * gdb.base/return.exp: Same.
1045 * gdb.base/scope.exp: Same.
1046 * gdb.base/set-noassign.exp: Same.
1047 * gdb.base/setshow.exp: Same.
1048 * gdb.base/shlib-call.exp: Same.
1049 * gdb.base/signals.exp: Same.
1050 * gdb.base/sigstep.exp: Same.
1051 * gdb.base/skip.exp: Same.
1052 * gdb.base/solib-symbol.exp: Same.
1053 * gdb.base/stap-probe.exp: Same.
1054 * gdb.base/step-line.exp: Same.
1055 * gdb.base/step-test.exp: Same.
1056 * gdb.base/style.exp: Same.
1057 * gdb.base/varargs.exp: Same.
1058 * gdb.base/vla-datatypes.exp: Same.
1059 * gdb.base/vla-ptr.exp: Same.
1060 * gdb.base/vla-sideeffect.exp: Same.
1061 * gdb.base/volatile.exp: Same.
1062 * gdb.base/watch-cond-infcall.exp: Same.
1063 * gdb.base/watchpoint.exp: Same.
1064
1065 2019-11-02 Tom de Vries <tdevries@suse.de>
1066
1067 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
1068 * gdb.cp/cpexprs.exp: Same.
1069 * gdb.cp/except-multi-location.exp: Same.
1070 * gdb.cp/exceptprint.exp: Same.
1071 * gdb.cp/gdb2384.exp: Same.
1072 * gdb.cp/inherit.exp: Same.
1073 * gdb.cp/m-static.exp: Same.
1074 * gdb.cp/meth-typedefs.exp: Same.
1075 * gdb.cp/misc.exp: Same.
1076 * gdb.cp/namespace.exp: Same.
1077 * gdb.cp/non-trivial-retval.exp: Same.
1078 * gdb.cp/overload.exp: Same.
1079 * gdb.cp/pr17132.exp: Same.
1080 * gdb.cp/re-set-overloaded.exp: Same.
1081 * gdb.cp/rvalue-ref-types.exp: Same.
1082 * gdb.cp/templates.exp: Same.
1083
1084 2019-11-01 Luis Machado <luis.machado@linaro.org>
1085
1086 PR gdb/25124
1087
1088 * gdb.arch/pr25124.S: New file.
1089 * gdb.arch/pr25124.exp: New file.
1090
1091 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1092
1093 * gdb.fortran/info-modules.exp: Update expected results, and add
1094 additional tests for 'info module functinos', and 'info module
1095 variables'.
1096 * gdb.fortran/info-types.exp: Update expected results.
1097 * gdb.fortran/info-types.f90: Extend testcase with additional
1098 module variables and functions.
1099
1100 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1101
1102 * gdb.fortran/info-modules.exp: New file.
1103 * gdb.fortran/info-types.exp: Build with new file.
1104 * gdb.fortran/info-types.f90: Include and use new module.
1105 * gdb.fortran/info-types-2.f90: New file.
1106
1107 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1108
1109 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
1110 * gdb.base/settings.exp: Test all settings types using
1111 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
1112 that now verifies that the value of "maint show" is the same as
1113 returned by the settings functions. Test the type of the
1114 maintenance settings.
1115 * gdb.base/default.exp: Update show_conv_list.
1116
1117 2019-10-31 Tom de Vries <tdevries@suse.de>
1118
1119 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
1120 gdb_test.
1121 * gdb.arch/amd64-disp-step.exp: Same.
1122 * gdb.asm/asm-source.exp: Same.
1123 * gdb.btrace/buffer-size.exp: Same.
1124 * gdb.btrace/cpu.exp: Same.
1125 * gdb.btrace/enable.exp: Same.
1126 * gdb.dwarf2/count.exp: Same.
1127 * gdb.dwarf2/dw2-ranges-func.exp: Same.
1128 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
1129 * gdb.fortran/vla-datatypes.exp: Same.
1130 * gdb.fortran/vla-history.exp: Same.
1131 * gdb.fortran/vla-ptype.exp: Same.
1132 * gdb.fortran/vla-value.exp: Same.
1133 * gdb.fortran/whatis_type.exp: Same.
1134 * gdb.guile/guile.exp: Same.
1135 * gdb.multi/tids.exp: Same.
1136 * gdb.python/py-finish-breakpoint.exp: Same.
1137 * gdb.python/py-framefilter.exp: Same.
1138 * gdb.python/py-pp-registration.exp: Same.
1139 * gdb.python/py-xmethods.exp: Same.
1140 * gdb.python/python.exp: Same.
1141 * gdb.server/connect-with-no-symbol-file.exp: Same.
1142 * gdb.server/no-thread-db.exp: Same.
1143 * gdb.server/run-without-local-binary.exp: Same.
1144 * gdb.stabs/weird.exp: Same.
1145 * gdb.threads/attach-many-short-lived-threads.exp: Same.
1146 * gdb.threads/thread-find.exp: Same.
1147 * gdb.threads/tls-shared.exp: Same.
1148 * gdb.threads/tls.exp: Same.
1149 * gdb.threads/wp-replication.exp: Same.
1150 * gdb.trace/ax.exp: Same.
1151 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
1152
1153 2019-10-31 Tom de Vries <tdevries@suse.de>
1154
1155 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
1156 * gdb.ada/array_subscript_addr.exp: Same.
1157 * gdb.ada/arrayidx.exp: Same.
1158 * gdb.ada/arrayparam.exp: Same.
1159 * gdb.ada/arrayptr.exp: Same.
1160 * gdb.ada/boolean_expr.exp: Same.
1161 * gdb.ada/call_pn.exp: Same.
1162 * gdb.ada/complete.exp: Same.
1163 * gdb.ada/fixed_cmp.exp: Same.
1164 * gdb.ada/fun_addr.exp: Same.
1165 * gdb.ada/funcall_param.exp: Same.
1166 * gdb.ada/interface.exp: Same.
1167 * gdb.ada/mod_from_name.exp: Same.
1168 * gdb.ada/null_array.exp: Same.
1169 * gdb.ada/packed_array.exp: Same.
1170 * gdb.ada/packed_tagged.exp: Same.
1171 * gdb.ada/print_chars.exp: Same.
1172 * gdb.ada/print_pc.exp: Same.
1173 * gdb.ada/ptype_arith_binop.exp: Same.
1174 * gdb.ada/ptype_field.exp: Same.
1175 * gdb.ada/ptype_tagged_param.exp: Same.
1176 * gdb.ada/rec_return.exp: Same.
1177 * gdb.ada/ref_tick_size.exp: Same.
1178 * gdb.ada/str_ref_cmp.exp: Same.
1179 * gdb.ada/taft_type.exp: Same.
1180 * gdb.ada/tagged.exp: Same.
1181 * gdb.ada/type_coercion.exp: Same.
1182 * gdb.ada/uninitialized_vars.exp: Same.
1183
1184 2019-10-30 Tom de Vries <tdevries@suse.de>
1185
1186 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
1187
1188 2019-10-26 Tom de Vries <tdevries@suse.de>
1189
1190 * gdb.base/bigcore.c: Fix typos in comments.
1191 * gdb.base/ctf-ptype.c: Same.
1192 * gdb.base/long_long.c: Same.
1193 * gdb.dwarf2/dw2-op-out-param.S: Same.
1194 * gdb.python/py-evthreads.c: Same.
1195 * gdb.reverse/i387-stack-reverse.c: Same.
1196 * gdb.trace/tfile.c: Same.
1197 * lib/compiler.c: Same.
1198 * lib/compiler.cc: Same.
1199
1200 2019-10-25 Tom de Vries <tdevries@suse.de>
1201
1202 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
1203 gdb_test_multiple calls.
1204 * gdb.reverse/sigall-reverse.exp: Same.
1205 * gdb.reverse/solib-precsave.exp: Same.
1206 * gdb.reverse/solib-reverse.exp: Same.
1207 * gdb.reverse/until-precsave.exp: Same.
1208 * gdb.reverse/until-reverse.exp: Same.
1209
1210 2019-10-24 Tom de Vries <tdevries@suse.de>
1211
1212 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
1213 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
1214 kfail using -wrap pattern flag and convenience variable
1215 gdb_test_name.
1216
1217 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
1218
1219 * gdb.python/py-progspace.exp: Add tests for the
1220 Progspace.block_for_pc method.
1221
1222 2019-10-23 Tom Tromey <tom@tromey.com>
1223
1224 * configure: Rebuild.
1225 * aclocal.m4: Use m4_include, not sinclude.
1226
1227 2019-10-21 Tom de Vries <tdevries@suse.de>
1228
1229 * gdb.base/infcall-nested-structs.c: Add
1230 __attribute__((noinline,noclone)) to all functions.
1231 (call_all): Add missing variable initialization. Simplify return value.
1232 (breakpt): Increment volatile variable, to prevent call from being
1233 optimized out.
1234 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
1235
1236 2019-10-17 Tom de Vries <tdevries@suse.de>
1237
1238 * gdb.fortran/module.exp: Allow info variables to print info for files
1239 other than module.f90.
1240
1241 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
1242
1243 * gdb.fortran/module.exp: Extend with 'info variables' test.
1244
1245 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
1246
1247 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
1248 F77_FOR_TARGET.
1249
1250 2019-10-16 Tom de Vries <tdevries@suse.de>
1251
1252 PR tdep/25096
1253 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
1254
1255 2019-10-16 Tom de Vries <tdevries@suse.de>
1256
1257 PR tdep/24104
1258 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
1259 Add KFAIL for PR tdep/25096.
1260
1261 2019-10-16 Tom de Vries <tdevries@suse.de>
1262
1263 PR testsuite/25059
1264 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
1265
1266 2019-10-16 Tom de Vries <tdevries@suse.de>
1267
1268 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
1269 as signed.
1270
1271 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
1272
1273 * gdb.mi/list-thread-groups-available.exp: Read entries one by
1274 one instead of increasing timeout.
1275
1276 2019-10-13 Tom de Vries <tdevries@suse.de>
1277
1278 PR record/25038
1279 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
1280 * gdb.reverse/sigall-reverse.exp: Same.
1281 * gdb.reverse/solib-precsave.exp: Same.
1282 * gdb.reverse/solib-reverse.exp: Same.
1283 * gdb.reverse/step-precsave.exp: Same.
1284 * gdb.reverse/until-precsave.exp: Same.
1285 * gdb.reverse/until-reverse.exp: Same.
1286 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
1287
1288 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
1289
1290 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
1291 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
1292 (cmp_struct_05_01, cmp_struct_static_02_01)
1293 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
1294 comparisons.
1295
1296 2019-10-10 Tom de Vries <tdevries@suse.de>
1297
1298 PR testsuite/24888
1299 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
1300 gnatlink.
1301
1302 2019-10-09 Tom de Vries <tdevries@suse.de>
1303
1304 PR testsuite/25048
1305 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
1306
1307 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
1308
1309 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
1310 exceptions due to missing debug information.
1311
1312 2019-10-07 Tom de Vries <tdevries@suse.de>
1313
1314 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
1315
1316 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
1317
1318 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
1319 * gdb.base/annota1.exp: Update to use gdb_test_name.
1320
1321 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
1322
1323 * gdb.base/ctf-whatis.exp: New file.
1324 * gdb.base/ctf-whatis.c: New file.
1325 * gdb.base/ctf-ptype.exp: New file.
1326 * gdb.base/ctf-ptype.c: New file.
1327 * gdb.base/ctf-constvars.exp: New file.
1328 * gdb.base/ctf-constvars.c: New file.
1329 * gdb.base/ctf-cvexpr.exp: New file.
1330
1331 2019-10-04 Tom de Vries <tdevries@suse.de>
1332
1333 * gdb.cp/local-static.c (main): Move declaration of int i out of the
1334 for loop.
1335
1336 2019-10-03 Tom Tromey <tom@tromey.com>
1337
1338 PR rust/24976:
1339 * gdb.rust/simple.rs (Union2): New type.
1340 (main): Use Union2.
1341 * gdb.rust/simple.exp: Add test.
1342
1343 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1344
1345 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
1346 nested function prefix.
1347
1348 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
1349 Richard Bunt <richard.bunt@arm.com>
1350 Andrew Burgess <andrew.burgess@embecosm.com>
1351
1352 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
1353 nested functions.
1354 * gdb.fortran/nested-funcs.f90: Update expected results.
1355 * gdb.fortran/nested-funcs-2.exp: New file.
1356 * gdb.fortran/nested-funcs-2.f90: New file.
1357
1358 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1359
1360 * gdb.python/py-parameter.exp: Make test names unique.
1361 * gdb.python/py-template.exp: Likewise.
1362 * gdb.python/py-value.exp: Likewise.
1363
1364 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1365
1366 * gdb.base/break-interp.exp: Reduce test name duplication.
1367 * gdb.base/call-sc.exp: Likewise.
1368 * gdb.base/callfuncs.exp: Likewise.
1369 * gdb.base/charset.exp: Likewise.
1370 * gdb.base/dump.exp: Likewise.
1371 * gdb.base/ena-dis-br.exp: Likewise.
1372 * gdb.base/relational.exp: Likewise.
1373 * gdb.base/step-over-syscall.exp: Likewise.
1374 * gdb.base/structs.exp: Likewise.
1375
1376 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1377
1378 * gdb.linespec/explicit.exp: Make test names unique.
1379 * gdb.linespec/ls-errs.exp: Likewise.
1380
1381 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1382
1383 * gdb.reverse/break-precsave.exp: Make test names unique.
1384 * gdb.reverse/break-reverse.exp: Likewise.
1385 * gdb.reverse/finish-precsave.exp: Likewise.
1386 * gdb.reverse/finish-reverse.exp: Likewise.
1387 * gdb.reverse/machinestate-precsave.exp: Likewise.
1388 * gdb.reverse/machinestate.exp: Likewise.
1389 * gdb.reverse/readv-reverse.exp: Likewise.
1390 * gdb.reverse/recvmsg-reverse.exp: Likewise.
1391 * gdb.reverse/sigall-precsave.exp: Likewise.
1392 * gdb.reverse/sigall-reverse.exp: Likewise.
1393 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
1394 * gdb.reverse/watch-precsave.exp: Likewise.
1395 * gdb.reverse/watch-reverse.exp: Likewise.
1396
1397 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1398
1399 * gdb.threads/stop-with-handle.c: New file.
1400 * gdb.threads/stop-with-handle.exp: New file.
1401
1402 2019-10-03 Tom de Vries <tdevries@suse.de>
1403
1404 PR testsuite/25059
1405 * gdb.base/list-missing-source.exp: Allowing the "Compilation
1406 directory" line to be missing.
1407
1408 2019-10-03 Tom de Vries <tdevries@suse.de>
1409
1410 PR testsuite/25059
1411 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
1412 type optional.
1413
1414 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
1415
1416 * gdb.python/py-format-string.c (string.h): New include.
1417 (main): Fill a_struct_with_union.the_union.an_int with bytes of
1418 the same value, for endianness-independence.
1419 * gdb.python/py-format-string.exp (default_regexp_dict)
1420 (test_pretty_structs, test_format): Adjust expected output to the
1421 changed initialization.
1422
1423 2019-10-02 Tom Tromey <tromey@adacore.com>
1424
1425 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
1426
1427 2019-10-02 Pedro Alves <palves@redhat.com>
1428 Andrew Burgess <andrew.burgess@embecosm.com>
1429
1430 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
1431 "print-file-var.h".
1432 (this_version_id) Use ATTRIBUTE_VISIBILITY.
1433 (get_version_1): Print this_version_id and its address.
1434 Add extern "C" wrappers around interface functions.
1435 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
1436 "print-file-var.h".
1437 (this_version_id) Use ATTRIBUTE_VISIBILITY.
1438 (get_version_2): Print this_version_id and its address.
1439 Add extern "C" wrappers around interface functions.
1440 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
1441 <stddef.h> and "print-file-var.h".
1442 Add extern "C" wrappers around interface functions.
1443 [VERSION_ID_MAIN] (this_version_id): Define.
1444 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
1445 * gdb.base/print-file-var.h: Add some #defines to simplify setting
1446 up extern "C" blocks.
1447 * gdb.base/print-file-var.exp (test): New, factored out from top
1448 level.
1449 (top level): Test all combinations of attribute hidden or not,
1450 dlopen or not, and this_version_id symbol in main file or not.
1451 Compile tests as both C++ and C, make test names unique.
1452
1453 2019-10-01 Tom Tromey <tom@tromey.com>
1454
1455 * gdb.base/style.exp: Test "show logging filename".
1456
1457 2019-10-01 Tom Tromey <tom@tromey.com>
1458
1459 * lib/gdb-utils.exp (style): Handle "metadata" argument.
1460 * gdb.base/style.exp: Add metadata style test.
1461
1462 2019-10-01 Tom Tromey <tom@tromey.com>
1463
1464 * gdb.base/style.exp: Test "pwd".
1465
1466 2019-10-01 Tom Tromey <tom@tromey.com>
1467
1468 * gdb.base/style.exp: Update tests.
1469
1470 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
1471
1472 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
1473 'six' to unsigned.
1474 (s1): Initialize fields 'four' and 'six' instead of 'three' and
1475 'five'. Use an all-ones bit pattern for each.
1476 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
1477 to its changed values.
1478
1479 2019-09-30 Tom Tromey <tromey@adacore.com>
1480
1481 * gdb.rust/traits.rs: Disable all warnings.
1482
1483 2019-09-29 Tom de Vries <tdevries@suse.de>
1484
1485 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
1486
1487 2019-09-29 Tom de Vries <tdevries@suse.de>
1488
1489 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
1490
1491 2019-09-27 Tom de Vries <tdevries@suse.de>
1492
1493 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
1494
1495 2019-09-27 Tom de Vries <tdevries@suse.de>
1496
1497 PR record/23188
1498 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
1499
1500 2019-09-26 Tom Tromey <tromey@adacore.com>
1501
1502 * gdb.ada/py_taft.exp: New file.
1503 * gdb.ada/py_taft/main.adb: New file.
1504 * gdb.ada/py_taft/pkg.adb: New file.
1505 * gdb.ada/py_taft/pkg.ads: New file.
1506
1507 2019-09-24 Tom de Vries <tdevries@suse.de>
1508
1509 PR gdb/24598
1510 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
1511
1512 2019-09-22 Tom de Vries <tdevries@suse.de>
1513
1514 * gdb.base/restore.exp: Allow register variables to be optimized out at
1515 -O0.
1516
1517 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
1518
1519 * gdb.arch/spu-info.exp: Remove file.
1520 * gdb.arch/spu-info.c: Remove file.
1521 * gdb.arch/spu-ls.exp: Remove file.
1522 * gdb.arch/spu-ls.c: Remove file.
1523
1524 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
1525 * gdb.asm/spu.inc: Remove file.
1526
1527 * gdb.base/dump.exp: Remove support for spu*-*-*.
1528 * gdb.base/stack-checking.exp: Likewise.
1529 * gdb.base/overlays.exp: Likewise.
1530 * gdb.base/ovlymgr.c: Likewise.
1531 * gdb.base/spu.ld: Remove file.
1532
1533 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
1534 * gdb.cp/cpexprs.exp: Likewise.
1535 * gdb.cp/exception.exp: Likewise.
1536 * gdb.cp/gdb2495.exp: Likewise.
1537 * gdb.cp/mb-templates.exp: Likewise.
1538 * gdb.cp/pr9167.exp: Likewise.
1539 * gdb.cp/userdef.exp: Likewise.
1540
1541 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
1542
1543 * gdb.cell: Remove directory.
1544 * lib/cell.exp: Remove file.
1545
1546 2019-09-19 Tom de Vries <tdevries@suse.de>
1547
1548 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
1549
1550 2019-09-19 Tom de Vries <tdevries@suse.de>
1551
1552 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
1553
1554 2019-09-19 Tom de Vries <tdevries@suse.de>
1555
1556 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
1557 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
1558 (gdb_target_cmd): ... here.
1559 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
1560 value 2.
1561
1562 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
1563
1564 * gdb.base/source-dir.exp: Avoid having directory names in test
1565 names.
1566
1567 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
1568
1569 * gdb.base/source-dir.exp: Add extra test for mapped compilation
1570 directory.
1571
1572 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
1573
1574 * gdb.base/list-missing-source.exp: New file.
1575
1576 2019-09-14 Tom de Vries <tdevries@suse.de>
1577
1578 PR teststuite/24599
1579 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
1580 * lib/ada.exp (gnatmake_version_at_least): New proc.
1581
1582 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1583
1584 * gdb.base/maint.exp: Use exec_has_index_section.
1585
1586 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1587
1588 * gdb.base/maint.exp: Add test for 'maint info sections'.
1589
1590 2019-09-12 Tom de Vries <tdevries@suse.de>
1591
1592 * gdb.base/store.exp: Allow register variables to be optimized out at
1593 -O0.
1594
1595 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1596
1597 * gdb.ada/rdv_wait.exp: Update to new task names.
1598 * gdb.base/task_switch_in_core.exp: Likewise.
1599 * gdb.base/info_sources_base.c: Likewise.
1600
1601 2019-09-10 Tom Tromey <tromey@adacore.com>
1602
1603 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
1604
1605 2019-09-10 Tom Tromey <tromey@adacore.com>
1606
1607 * gdb.ada/dgopt.exp: New file.
1608 * gdb.ada/dgopt/x.adb: New file.
1609
1610 2019-09-08 Tom Tromey <tom@tromey.com>
1611
1612 * gdb.tui/resize.exp: Remove setup_xfail.
1613 * gdb.tui/regs.exp: Remove setup_xfail.
1614 * gdb.tui/basic.exp: Remove setup_xfail.
1615
1616 2019-09-06 David Blaikie <dblaikie@gmail.com>
1617
1618 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
1619 * gdb.cp/cplabel.exp: Ditto.
1620 * gdb.linespec/ls-errs.exp: Ditto.
1621
1622 2019-09-05 Tom de Vries <tdevries@suse.de>
1623
1624 * lib/gdb.exp (cmp_file_string): New proc.
1625 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
1626 runto_main. Verify save breakpoints output.
1627
1628 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1629
1630 * gdb.base/info-var.exp: Test info variables without running
1631 to main, to avoid expect's buffer overflow.
1632
1633 2019-09-03 Tom Tromey <tromey@adacore.com>
1634
1635 * gdb.ada/bias.exp: New file.
1636 * gdb.ada/bias/bias.adb: New file.
1637 * gdb.ada/print_chars.exp: Add regression test.
1638 * gdb.ada/print_chars/foo.adb (My_Character): New type.
1639 (MC): New variable.
1640
1641 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
1642
1643 * gdb.base/argv0-symlink.exp: Run only on native target
1644 and local host.
1645
1646 2019-08-29 Tom de Vries <tdevries@suse.de>
1647
1648 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
1649 diverse debug info.
1650 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
1651
1652 2019-08-28 Tom de Vries <tdevries@suse.de>
1653
1654 * gdb.base/info-var.exp: Allow info variables to print info for files
1655 other than info-var-f1.c and info-var-f2.c.
1656
1657 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
1658
1659 * gdb.fortran/info-types.exp: Add module.
1660 * gdb.fortran/info-types.f90: Update expected results.
1661
1662 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
1663
1664 * gdb.fortran/info-types.exp: New file.
1665 * gdb.fortran/info-types.f90: New file.
1666 * lib/fortran.exp (fortran_character1): New proc.
1667
1668 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
1669
1670 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
1671 functions'. Reindent as needed.
1672 * gdb.base/info-var-f1.c: New file.
1673 * gdb.base/info-var-f2.c: New file.
1674 * gdb.base/info-var.exp: New file.
1675 * gdb.base/info-var.h: New file.
1676
1677 2019-08-26 Tom de Vries <tdevries@suse.de>
1678
1679 PR c++/24852
1680 * gdb.cp/no-libstdcxx-probe.exp: New test.
1681
1682 2019-08-26 Tom de Vries <tdevries@suse.de>
1683
1684 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
1685 * tests need to be skipped.
1686 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
1687 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
1688 mi_skip_libstdcxx_probe_tests.
1689
1690 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
1691
1692 * gdb.python/py-xmethods.exp: Use raw strings when passing
1693 arguments to SimpleXMethodMatcher.
1694
1695 2019-08-22 Tom de Vries <tdevries@suse.de>
1696
1697 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
1698 more informative.
1699
1700 2019-08-21 Pedro Alves <palves@redhat.com>
1701
1702 * gdb.base/with.exp: Test "with" with no arguments.
1703
1704 2019-08-21 Tom de Vries <tdevries@suse.de>
1705
1706 * gdb.base/gdb-caching-proc.exp: Sort files.
1707
1708 2019-08-20 Tom de Vries <tdevries@suse.de>
1709
1710 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
1711 compilation.
1712
1713 2019-08-16 Tom de Vries <tdevries@suse.de>
1714
1715 * gdb.base/compare-sections.exp ("after run to main"): Allow
1716 mismatched read-only sections for PIE executables.
1717
1718 2019-08-16 Tom Tromey <tom@tromey.com>
1719
1720 * lib/tuiterm.exp (_csi_Z): New proc.
1721 * gdb.tui/basic.exp: Update window positions.
1722 * gdb.tui/empty.exp: Update window positions.
1723
1724 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1725
1726 * gdb.base/examine-backward.exp: Correct regexp for
1727 "examine 3 bytes backward from ${address_zero}".
1728
1729 2019-08-15 Tom Tromey <tom@tromey.com>
1730
1731 * gdb.tui/empty.exp: Enable resizing tests.
1732
1733 2019-08-15 Tom Tromey <tromey@adacore.com>
1734
1735 * gdb.ada/char_enum.exp: Add regression tests.
1736 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
1737 and '0'.
1738 (Char, Gchar): Update.
1739 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
1740
1741 2019-08-15 Christian Biesinger <cbiesinger@google.com>
1742
1743 * gdb.python/python.exp: Expect a leading underscore on
1744 GdbOutput{,Error}File.
1745
1746 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1747
1748 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
1749 Windows host.
1750
1751 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1752
1753 * gdb.base/batch-preserve-term-settings.exp
1754 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
1755
1756 2019-08-15 Christian Biesinger <cbiesinger@google.com>
1757
1758 * lib/gdb.exp: When running on a mingw target, replace
1759 /x/ with x:/.
1760
1761 2019-08-14 Alan Hayward <alan.hayward@arm.com>
1762
1763 * gdb.arch/aarch64-prologue.c: New test.
1764 * gdb.arch/aarch64-prologue.exp: New file.
1765
1766 2019-08-13 Tom de Vries <tdevries@suse.de>
1767
1768 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
1769 Thread.
1770
1771 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
1772
1773 * gdb.python/py-completion.exp: Download the .py file to the host
1774 and use its host pathname. Conditionalize tests that use
1775 tab completion and manipulate files on the build machine.
1776 * gdb.python/py-events.exp: Download the .py file to the host
1777 and use its host pathname.
1778 * gdb.python/py-evsignal.exp: Likewise.
1779 * gdb.python/py-evthreads.exp: Likewise.
1780 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
1781 pathname syntax.
1782 * gdb.python/py-framefilter.exp: Download the .py file to the right
1783 place on the host. Match Windows pathname syntax.
1784 * gdb.python/py-mi-var-info-path-expression.exp: Download the
1785 .py file to the host and use its host pathname.
1786 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
1787 * gdb.python/py-objfile.exp: Expect a host pathname, not a
1788 build pathname. Skip symlink test on Windows host. Add missing
1789 newline at end of file.
1790 * gdb.python/py-pp-maint.exp: Download the .py file to the host
1791 and use its host pathname.
1792 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
1793 * gdb.python/py-section-script.exp: Use host location of binfile
1794 on safe-path. Use correct path separator on Windows host.
1795 Reorder alternatives in gdb_test_multiple to prevent matching
1796 the wrong alternative on success.
1797 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
1798
1799 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
1800
1801 * gdb.gdb/selftest.exp (test_with_self): Update test to now
1802 expect the GDB inferior to no longer immediately stop after
1803 being resumed with "signal SIGINT".
1804
1805 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
1806
1807 * gdb.linespec/break-ask.exp: Generalize regexps to match
1808 Windows pathnames too.
1809
1810 2019-08-08 Tom de Vries <tdevries@suse.de>
1811
1812 PR testsuite/24862
1813 * lib/tuiterm.exp (_accept): Fix CSI regexp.
1814
1815 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1816
1817 * gdb.base/style.exp: Update tests for help doc new invariants.
1818 * gdb.base/help.exp: Likewise.
1819
1820 2019-08-06 Tom Tromey <tom@tromey.com>
1821
1822 * gdb.base/style.exp: Add disassemble test.
1823 * gdb.base/style.c (some_called_function): New function.
1824 (main): Use it.
1825
1826 2019-08-05 Christian Biesinger <cbiesinger@google.com>
1827
1828 * gdb.python/py-block.exp: Test dictionary access on blocks.
1829
1830 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
1831
1832 PR gdb/24863
1833 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
1834 -list-thread-groups --available test when running under
1835 check-read1.
1836
1837 2019-08-05 Tom de Vries <tdevries@suse.de>
1838
1839 PR testsuite/24863
1840 * lib/gdb.exp (with_read1_timeout_factor): New proc.
1841 * gdb.base/help.exp: Use with_read1_timeout_factor.
1842 * gdb.base/info-macros.exp: Same.
1843 * gdb.cp/nested-types.exp: Same.
1844
1845 2019-08-05 Tom de Vries <tdevries@suse.de>
1846
1847 * lib/gdb.exp (version_at_least): Factor out of ...
1848 (tcl_version_at_least): ... here.
1849 (gdb_compile): Fail if pie results in non-PIE executable.
1850 (readelf_version, readelf_prints_pie): New proc.
1851 (exec_is_pie): Return -1 if unknown.
1852
1853 2019-08-05 Tom de Vries <tdevries@suse.de>
1854
1855 * lib/gdb.exp (tcl_version_at_least): Fix typo.
1856
1857 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
1858
1859 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
1860
1861 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
1862
1863 * lib/completion-support.exp (test_gdb_complete_none): Skip
1864 tab completion tests if no readline support.
1865 (test_gdb_complete_unique_re): Likewise.
1866 (test_gdb_complete_multiple): Likewise.
1867
1868 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1869
1870 * gdb.base/info_sources.exp: New file.
1871 * gdb.base/info_sources.c: New file.
1872 * gdb.base/info_sources_base.c: New file.
1873
1874 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1875
1876 * gdb.base/batch-exit-status.exp: Call test_exit_status with
1877 prefix argument.
1878 (test_exit_status): Add prefix argument.
1879
1880 2019-08-01 Tom de Vries <tdevries@suse.de>
1881
1882 PR testsuite/24863
1883 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
1884 calling exp_continue for new thread and thread exited messages.
1885
1886 2019-08-01 Tom de Vries <tdevries@suse.de>
1887
1888 PR testsuite/24863
1889 * gdb.base/structs.exp: Fix check-read1 timeout using
1890 gdb_test_sequence.
1891 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
1892
1893 2019-08-01 Tom de Vries <tdevries@suse.de>
1894
1895 PR testsuite/24863
1896 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
1897 line.
1898
1899 2019-08-01 Tom de Vries <tdevries@suse.de>
1900
1901 PR testsuite/24863
1902 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
1903
1904 2019-07-30 Tom Tromey <tromey@adacore.com>
1905
1906 * gdb.ada/display_nested.exp: New file.
1907 * gdb.ada/display_nested/foo.adb: New file.
1908 * gdb.ada/display_nested/pack.adb: New file.
1909 * gdb.ada/display_nested/pack.ads: New file.
1910
1911 2019-07-30 Christian Biesinger <cbiesinger@google.com>
1912
1913 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
1914 namespace.
1915 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
1916
1917 2019-07-30 Tom de Vries <tdevries@suse.de>
1918
1919 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
1920 instead.
1921
1922 2019-07-30 Tom de Vries <tdevries@suse.de>
1923
1924 PR testsuite/24834
1925 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
1926 (exec_is_pie): New proc.
1927
1928 2019-07-29 Christian Biesinger <cbiesinger@google.com>
1929
1930 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
1931
1932 2019-07-29 Christian Biesinger <cbiesinger@google.com>
1933
1934 * gdb.python/py-objfile.c: Add global and static vars.
1935 * gdb.python/py-objfile.exp: Test new functions Objfile.
1936 lookup_global_symbol and lookup_static_symbol.
1937
1938 2019-07-29 Tom Tromey <tom@tromey.com>
1939
1940 * lib/tuiterm.exp (Term::_csi_@): New proc.
1941 (Term::_csi_X): Don't move cursor.
1942
1943 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1944
1945 * gdb.base/options.exp: Update backtrace - completion to
1946 new option -frame-info.
1947 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
1948 Test new 'set print frame-info'. Test backtrace -frame-info
1949 overriding 'set print frame-info'.
1950 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
1951 Test new 'set print frame-info'.
1952 Verify consistency of backtrace with and without filters, with and
1953 without -no-filters.
1954 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
1955 default.
1956
1957 2019-07-29 Tom de Vries <tdevries@suse.de>
1958
1959 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
1960 no arguments".
1961
1962 2019-07-29 Tom de Vries <tdevries@suse.de>
1963
1964 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
1965 is a substring of the first for "complete non-unique file name".
1966
1967 2019-07-29 Tom de Vries <tdevries@suse.de>
1968
1969 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
1970 with ".*".
1971
1972 2019-07-29 Tom de Vries <tdevries@suse.de>
1973
1974 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
1975 Pass prompt_regexp parameter to gdb_test_multiple calls.
1976
1977 2019-07-29 Tom de Vries <tdevries@suse.de>
1978
1979 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
1980 print registers" regexps.
1981
1982 2019-07-29 Tom de Vries <tdevries@suse.de>
1983
1984 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
1985
1986 2019-07-29 Tom de Vries <tdevries@suse.de>
1987
1988 PR gdb/24855
1989 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
1990 (skip_python_tests_prompt): Add prompt_regexp argument to
1991 gdb_test_multiple calls.
1992
1993 2019-07-27 Tom Tromey <tom@tromey.com>
1994
1995 * gdb.tui/main.exp: New file.
1996
1997 2019-07-27 Tom Tromey <tom@tromey.com>
1998
1999 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
2000 optional.
2001 * gdb.tui/empty.exp: New file.
2002
2003 2019-07-27 Tom Tromey <tom@tromey.com>
2004
2005 * lib/tuiterm.exp (spawn): New proc.
2006 (Term::resize): New proc.
2007 * gdb.tui/resize.exp: New file.
2008
2009 2019-07-27 Tom Tromey <tom@tromey.com>
2010
2011 * gdb.tui/list.exp: New file.
2012
2013 2019-07-27 Tom Tromey <tom@tromey.com>
2014
2015 * gdb.tui/regs.exp: New file.
2016
2017 2019-07-27 Tom Tromey <tom@tromey.com>
2018
2019 * gdb.tui/basic.exp: Add "layout split" test.
2020
2021 2019-07-27 Tom Tromey <tom@tromey.com>
2022
2023 * gdb.tui/basic.exp: Add "layout asm" test.
2024
2025 2019-07-27 Tom Tromey <tom@tromey.com>
2026
2027 * lib/tuiterm.exp: New file.
2028 * gdb.tui/basic.exp: New file.
2029
2030 2019-07-27 Kevin Buettner <kevinb@redhat.com>
2031
2032 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
2033 Enable tests associated with this flag. Adjust regex
2034 referencing "foo_low" to now refer to "foo_cold" instead.
2035
2036 2019-07-27 Kevin Buettner <kevinb@redhat.com>
2037
2038 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
2039 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
2040 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
2041 foo_cold. Revise comments to match.
2042 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
2043 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
2044 were wrapped into this proc; Call do_test in loop from outermost
2045 level.
2046 (foo_low): Rename all occurrences to "foo_cold".
2047 (backtrace from baz): New test.
2048 (x2/i foo_cold): New test.
2049 (info line *foo_cold): New test.
2050
2051 2019-07-26 Tom de Vries <tdevries@suse.de>
2052
2053 * gdb.arch/i386-pkru.exp: Fix unterminated string.
2054
2055 2019-07-25 Tom de Vries <tdevries@suse.de>
2056
2057 PR testsuite/24830
2058 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
2059 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
2060 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
2061 (skip_libstdcxx_probe_tests): ... here.
2062 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
2063
2064 2019-07-24 Tom de Vries <tdevries@suse.de>
2065
2066 PR testsuite/24807
2067 * gdb.objc/basicclass.m: Include stdio.h.
2068 * gdb.objc/nondebug.m: Same.
2069 * gdb.objc/objcdecode.m: Same.
2070
2071 2019-07-24 Tom de Vries <tdevries@suse.de>
2072
2073 PR testsuite/24612
2074 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
2075 additional_flags.
2076
2077 2019-07-24 Tom de Vries <tdevries@suse.de>
2078
2079 PR testsuite/24831
2080 * gdb.multi/tids.exp: Update error messages for info threads.
2081
2082 2019-07-24 Tom de Vries <tdevries@suse.de>
2083
2084 * gdb.base/info-types.exp: Allow info types to print info for more than
2085 one file.
2086
2087 2019-07-23 Tom de Vries <tdevries@suse.de>
2088
2089 PR testsuite/24842
2090 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
2091 gdb_spawn_with_cmdline_opts.
2092
2093 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
2094
2095 * gdb.arch/arm-cmse-sgstubs.c: New test.
2096 * gdb.arch/arm-cmse-sgstubs.exp: New file.
2097
2098 2019-07-23 Tom de Vries <tdevries@suse.de>
2099
2100 PR testsuite/24711
2101 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
2102 issuing next command.
2103
2104 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
2105
2106 * gdb.ada/info_auto_lang.exp: Update expected results.
2107 * gdb.base/info-types.c: Add additional types to check.
2108 * gdb.base/info-types.exp: Update expected results.
2109
2110 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
2111
2112 * gdb.base/info-types.c: New file.
2113 * gdb.base/info-types.exp: New file.
2114
2115 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
2116
2117 * gdb.arch/riscv-bp-infcall.c: New file.
2118 * gdb.arch/riscv-bp-infcall.exp: New file.
2119
2120 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
2121
2122 PR breakpoints/24541
2123 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
2124
2125 2019-07-14 Tom de Vries <tdevries@suse.de>
2126
2127 PR testsuite/24760
2128 * gdb.objc/basicclass.exp: Fix unterminated string.
2129
2130 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
2131 Andrew Burgess <andrew.burgess@embecosm.com>
2132
2133 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
2134 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
2135 negative bounds.
2136 * gdb.fortran/vla-value.exp: Print elements of an array with
2137 negative bounds.
2138 * gdb.fortran/vla.f90: Setup an array with negative bounds for
2139 testing.
2140
2141 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
2142
2143 * gdb.base/options.exp (expect_string): Dequote strings in
2144 results.
2145 (test-string): Test strings with different quoting and reindent.
2146
2147 2019-07-10 Tom Tromey <tromey@adacore.com>
2148
2149 * gdb.ada/mi_ex_cond.exp: Update expected results.
2150 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
2151 * gdb.ada/mi_catch_ex.exp: Update expected results.
2152 * gdb.ada/mi_catch_assert.exp: Update expected results.
2153 * gdb.ada/catch_ex.exp (catch_exception_info)
2154 (catch_exception_entry, catch_assert_entry)
2155 (catch_unhandled_entry): Update.
2156 * gdb.ada/catch_assert_if.exp: Update expected results.
2157
2158 2019-07-10 Richard Bunt <richard.bunt@arm.com>
2159 Stephen Roberts <stephen.roberts@arm.com>
2160
2161 * gdb.base/define.exp: Restore original prompt.
2162
2163 2019-07-09 Pedro Alves <palves@redhat.com>
2164
2165 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
2166 breakpoints" output.
2167 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
2168 * gdb.python/py-breakpoint.exp: No longer expect that "catch
2169 throw" creates breakpoint.
2170 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
2171 'type="catchpoint"'.
2172
2173 2019-07-09 Pedro Alves <palves@redhat.com>
2174
2175 PR c++/15468
2176 * gdb.cp/except-multi-location-lib.cc: New.
2177 * gdb.cp/except-multi-location-main.cc: New.
2178 * gdb.cp/except-multi-location.exp: New.
2179
2180 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
2181
2182 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
2183 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
2184 argument and update callers.
2185
2186 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2187
2188 * gdb.arch/amd64-break-on-asm-line.S: New file.
2189 * gdb.arch/amd64-break-on-asm-line.exp: New file.
2190
2191 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2192
2193 * gdb.base/printcmds.exp: Test printing C string and
2194 C wide string convenience vars without transiting via the inferior.
2195 Also make test names unique.
2196
2197 2019-07-08 Alan Hayward <alan.hayward@arm.com>
2198
2199 PR breakpoints/25011
2200 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
2201
2202 2019-07-04 Pedro Alves <palves@redhat.com>
2203
2204 * lib/gdb.exp (foreach_with_prefix): Don't return early if
2205 body returned ok(0), break(3) or continue(4).
2206 * gdb.testsuite/foreach_with_prefix.exp: New file.
2207
2208 2019-07-04 Alan Hayward <alan.hayward@arm.com>
2209
2210 * gdb.server/unittest.exp: Allow 0 unit tests to run.
2211
2212 2019-07-03 Pedro Alves <palves@redhat.com>
2213
2214 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
2215 "return -code".
2216
2217 2019-07-03 Pedro Alves <palves@redhat.com>
2218
2219 PR cli/24732
2220 * gdb.base/shell.exp: Load completion-support.exp.
2221 Adjust expected error output. Add completion tests.
2222
2223 2019-07-03 Pedro Alves <palves@redhat.com>
2224
2225 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
2226 string_to_regexp.
2227
2228 2019-07-03 Pedro Alves <palves@redhat.com>
2229
2230 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
2231 (expect_integer): Adjust to expect "-string".
2232 (expect_string): New.
2233 (all_options): Expect "-string".
2234 (test-flag, test-boolean): Adjust to expect "-string".
2235 (test-string): New proc.
2236 (top level): Call it.
2237
2238 2019-07-03 Pedro Alves <palves@redhat.com>
2239
2240 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
2241 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
2242 the expected output in the success.
2243
2244 2019-07-03 Pedro Alves <palves@redhat.com>
2245
2246 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
2247 Split one gdb_test_multiple call in two to avoid a race.
2248
2249 2019-07-03 Pedro Alves <palves@redhat.com>
2250
2251 * gdb.base/with.c: New file.
2252 * gdb.base/with.exp: New file.
2253
2254 2019-07-03 Pedro Alves <palves@redhat.com>
2255
2256 * gdb.base/settings.exp: Replace all references to "maint
2257 test-settings set" with references to "maint set test-settings",
2258 and all references to "maint test-settings show" with references
2259 to "maint show test-settings".
2260
2261 2019-07-03 Pedro Alves <palves@redhat.com>
2262
2263 * gdb.base/settings.exp (test-string): Adjust expected out when
2264 testing "maint test-settings show filename"
2265
2266 2019-07-02 Pedro Alves <palves@redhat.com>
2267
2268 * gdb.base/options.exp (test-info-threads): New procedure.
2269 (top level): Call it.
2270
2271 2019-06-28 Tom Tromey <tromey@adacore.com>
2272
2273 * gdb.dwarf2/ada-linkage-name.c: New file.
2274 * gdb.dwarf2/ada-linkage-name.exp: New file.
2275
2276 2019-06-27 Tom Tromey <tromey@adacore.com>
2277
2278 PR c++/20020:
2279 * gdb.cp/constexpr-field.exp: Use setup_xfail.
2280
2281 2019-06-26 Tom de Vries <tdevries@suse.de>
2282
2283 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
2284
2285 2019-06-26 Tom de Vries <tdevries@suse.de>
2286
2287 * gdb.base/index-cache.exp: Add back missing debug option.
2288
2289 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2290
2291 * gdb.base/alias.exp: Test non matching/non existing prefixes.
2292
2293 2019-06-25 Tom de Vries <tdevries@suse.de>
2294
2295 PR testsuite/24727
2296 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
2297
2298 2019-06-24 Tom de Vries <tdevries@suse.de>
2299
2300 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
2301
2302 2019-06-24 Tom de Vries <tdevries@suse.de>
2303
2304 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
2305 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
2306 * gdb.trace/unavailable-dwarf-piece.exp: Same.
2307
2308 2019-06-24 Tom de Vries <tdevries@suse.de>
2309
2310 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
2311
2312 2019-06-21 Tom de Vries <tdevries@suse.de>
2313
2314 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
2315
2316 2019-06-21 Tom de Vries <tdevries@suse.de>
2317
2318 PR testsuite/24518
2319 PR ada/24713
2320 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
2321 index.
2322
2323 2019-06-19 Tom Tromey <tromey@adacore.com>
2324
2325 * gdb.ada/length_cond.exp: Add intro comment.
2326
2327 2019-06-19 Tom Tromey <tromey@adacore.com>
2328
2329 * gdb.ada/length_cond.exp: New file.
2330 * gdb.ada/length_cond/length_cond.adb: New file.
2331 * gdb.ada/length_cond/pck.adb: New file.
2332 * gdb.ada/length_cond/pck.ads: New file.
2333
2334 2019-06-18 Tom de Vries <tdevries@suse.de>
2335
2336 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
2337
2338 2019-06-18 Tom Tromey <tromey@adacore.com>
2339
2340 * gdb.base/list0.h: Add comment explaining control character.
2341
2342 2019-06-18 Tom de Vries <tdevries@suse.de>
2343
2344 * boards/fission.exp: Break up long debug_flags line.
2345
2346 2019-06-16 Tom de Vries <tdevries@suse.de>
2347
2348 PR gdb/24445
2349 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
2350 generated index.
2351
2352 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
2353
2354 PR gdb/24686
2355 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
2356 improve detection of bug gdb/24541.
2357
2358 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
2359
2360 PR gdb/24669
2361 * gdb.base/index-cache.exp (uses_readnow,
2362 expecting_index_cache_use): Define global variable.
2363 (test_cache_enabled_miss, test_cache_enabled_hit): Use
2364 expecting_index_cache_use.
2365
2366 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
2367 Andrew Burgess <andrew.burgess@embecosm.com>
2368
2369 * gdb.fortran/pointers.f90: New file.
2370 * gdb.fortran/print_type.exp: New file.
2371 * gdb.fortran/vla-ptype.exp: Adapt expected results.
2372 * gdb.fortran/vla-type.exp: Likewise.
2373 * gdb.fortran/vla-value.exp: Likewise.
2374 * gdb.mi/mi-vla-fortran.exp: Likewise.
2375
2376 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2377
2378 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
2379 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
2380 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
2381 as a stop reason.
2382
2383 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2384
2385 * gdb.base/annota1.exp: Update expected results.
2386 * gdb.cp/annota2.exp: Likewise.
2387 * gdb.cp/annota3.exp: Likewise.
2388
2389 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2390
2391 * gdb.base/style-logging.exp: Remove path from test name.
2392
2393 2019-06-14 Tom Tromey <tromey@adacore.com>
2394
2395 PR gdb/24502:
2396 * gdb.base/style-logging.exp: New file.
2397
2398 2019-06-14 Tom Tromey <tromey@adacore.com>
2399
2400 * gdb.base/symfile-warn.exp: New file.
2401 * gdb.base/symfile-warn.c: New file.
2402
2403 2019-06-14 Tom Tromey <tromey@adacore.com>
2404
2405 * gdb.base/annotate-symlink.exp: New file.
2406
2407 2019-06-14 Tom Tromey <tromey@adacore.com>
2408
2409 * gdb.ada/set_wstr.exp: Add reassignment test.
2410
2411 2019-06-14 Tom Tromey <tromey@adacore.com>
2412
2413 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
2414 'unchecked_access and 'unrestricted_access as well.
2415
2416 2019-06-14 Tom Tromey <tromey@adacore.com>
2417
2418 PR ada/24539:
2419 * gdb.ada/vla.exp: Update tests.
2420 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
2421 pragma.
2422
2423 2019-06-13 Pedro Alves <palves@redhat.com>
2424
2425 * gdb.base/settings.exp (test-integer): Test junk after
2426 "unlimited".
2427
2428 2019-06-13 Pedro Alves <palves@redhat.com>
2429
2430 * gdb.base/options.exp (test-thread-apply): New.
2431 (top level): Call it.
2432
2433 2019-06-13 Pedro Alves <palves@redhat.com>
2434
2435 * gdb.base/options.exp (test-frame-apply): New.
2436 (top level): Test print commands with different "frame apply"
2437 prefixes.
2438
2439 2019-06-13 Pedro Alves <palves@redhat.com>
2440
2441 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
2442 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
2443 'max_completions' parameter and handle it.
2444 (test_gdb_completion_offers_commands): New.
2445
2446 2019-06-13 Pedro Alves <palves@redhat.com>
2447
2448 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
2449
2450 2019-06-13 Pedro Alves <palves@redhat.com>
2451
2452 * gdb.base/options.exp (test-backtrace): New.
2453 (top level): Call it.
2454
2455 2019-06-13 Pedro Alves <palves@redhat.com>
2456
2457 * gdb.guile/scm-frame-args.exp: Use "set print
2458 raw-frame-arguments" instead of "set print raw frame-arguments".
2459 * gdb.python/py-frame-args.exp: Likewise.
2460
2461 2019-06-13 Pedro Alves <palves@redhat.com>
2462
2463 * gdb.compile/compile.exp: Adjust expected output to option
2464 processing changes.
2465
2466 2019-06-13 Pedro Alves <palves@redhat.com>
2467
2468 * gdb.base/options.exp: Build executable.
2469 (test-print): New procedure.
2470 (top level): Call it, once for "print" and another for "compile
2471 print".
2472
2473 2019-06-13 Pedro Alves <palves@redhat.com>
2474
2475 * gdb.base/options.c: New file.
2476 * gdb.base/options.exp: New file.
2477
2478 2019-06-13 Pedro Alves <palves@redhat.com>
2479
2480 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
2481 that "o" is ambiguous.
2482
2483 2019-06-13 Pedro Alves <palves@redhat.com>
2484
2485 * gdb.base/settings.c: New file.
2486 * gdb.base/settings.exp: New file.
2487
2488 2019-06-13 Pedro Alves <palves@redhat.com>
2489
2490 * gdb.base/completion.exp: Fix comment typo.
2491
2492 2019-06-13 Pedro Alves <palves@redhat.com>
2493
2494 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
2495 foo --1" test.
2496
2497 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
2498
2499 * gdb.fortran/block-data.f: New.
2500 * gdb.fortran/block-data.exp: New.
2501
2502 2019-06-11 Tom de Vries <tdevries@suse.de>
2503
2504 PR testsuite/24521
2505 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
2506 message.
2507
2508 2019-06-11 Tom de Vries <tdevries@suse.de>
2509
2510 PR testsuite/24521
2511 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
2512
2513 2019-06-11 Tom de Vries <tdevries@suse.de>
2514
2515 * boards/readnow.exp: New file.
2516
2517 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
2518
2519 * gdb.fortran/vla-sizeof.exp: Update expected results.
2520
2521 2019-06-06 Amos Bird <amosbird@gmail.com>
2522
2523 * gdb.base/annota1.exp (thread_switch): Add test for
2524 thread-exited annotation.
2525
2526 2019-06-06 Tom Tromey <tromey@adacore.com>
2527
2528 * gdb.base/maint.exp: Expect command started/finished output.
2529
2530 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
2531
2532 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
2533 comment.
2534 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
2535
2536 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
2537
2538 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
2539 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
2540 * gdb.arch/riscv-unwind-long-insn.c: New file.
2541 * gdb.arch/riscv-unwind-long-insn.exp: New file.
2542
2543 2019-06-04 Christian Biesinger <cbiesinger@google.com>
2544
2545 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
2546
2547 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2548
2549 * lib/gdb.exp (help_list_trailer): New regexp variable
2550 factorizing the help trailer message.
2551 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
2552 arg to allow to better factorize various tests.
2553 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
2554 (test_prefix_command_help): Use help_list_trailer.
2555 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
2556 * gdb.guile/scm-cmd.exp: Likewise.
2557 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
2558 * gdb.base/help.exp: Use test_user_defined_class_help.
2559 * gdb.base/style.exp: Add tests for styling of help and apropos.
2560 * lib/gdb-utils.exp (style): Add title and highlight styles.
2561
2562 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2563
2564 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
2565 $_shell_exitsignal.
2566 * gdb.base/default.exp: Update for new convenience variables.
2567
2568 2019-05-29 Tom Tromey <tromey@adacore.com>
2569
2570 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
2571 to "break complete ada" test case's regexp.
2572
2573 2019-05-29 Tom Tromey <tromey@adacore.com>
2574
2575 PR c++/20020:
2576 * gdb.cp/constexpr-field.exp: New file.
2577 * gdb.cp/constexpr-field.cc: New file.
2578
2579 2019-05-29 Tom Tromey <tromey@adacore.com>
2580
2581 * gdb.base/finish.exp (finish_no_print): New proc.
2582 (finish_tests): Call it.
2583
2584 2019-05-24 Tom de Vries <tdevries@suse.de>
2585
2586 * gdb.dwarf2/gdb-add-index.exp: New file.
2587
2588 2019-05-22 Tom Tromey <tromey@adacore.com>
2589
2590 * gdb.base/info-shared.exp (check_info_shared): Use "style".
2591 * gdb.base/style.exp: Use "style".
2592 * lib/gdb-utils.exp (style): New proc.
2593
2594 2019-05-22 Tom de Vries <tdevries@suse.de>
2595
2596 * gdb.base/align.exp: Require c++11.
2597
2598 2019-05-22 Tom de Vries <tdevries@suse.de>
2599
2600 PR testsuite/24586
2601 * gdb.python/py-mi-var-info-path-expression.exp: Call
2602 mi_skip_python_tests to check if python is supported.
2603
2604 2019-05-22 Alan Hayward <alan.hayward@arm.com>
2605
2606 * gdb.arch/aarch64-pauth.c: New test.
2607 * gdb.arch/aarch64-pauth.exp: New file.
2608
2609 2019-05-22 Alan Hayward <alan.hayward@arm.com>
2610
2611 * README (Re-running Tests Outside The Testsuite): New section.
2612
2613 2019-05-21 Tom de Vries <tdevries@suse.de>
2614
2615 * gdb.arch/amd64-eval.exp: Require c++11.
2616 * gdb.base/max-depth.exp: Same.
2617 * gdb.compile/compile-cplus-array-decay.exp: Same.
2618 * gdb.cp/meth-typedefs.exp: Same.
2619 * gdb.cp/subtypes.exp: Same.
2620 * gdb.cp/temargs.exp: Same.
2621
2622 2019-05-21 Alan Hayward <alan.hayward@arm.com>
2623
2624 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
2625
2626 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
2627
2628 PR gdb/18644
2629 * gdb.fortran/complex.exp: Remove setup_kfail calls.
2630 * gdb.fortran/printing-types.exp: Add new test.
2631 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
2632 testing.
2633 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
2634 setup_kfail call.
2635
2636 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2637
2638 * README (Running the Testsuite): Change example.
2639 (Testsuite Parameters): Remove TRANSCRIPT.
2640 * lib/gdb.exp: Remove TRANSCRIPT check.
2641
2642 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2643
2644 * README (Testsuite Parameters): Add replay logging to
2645 GDBSERVER_DEBUG.
2646 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
2647 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
2648 as a comma separated list.
2649 (gdb_debug_init): Override procedure.
2650
2651 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2652
2653 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
2654 (gdb_write_cmd_file): New procedure.
2655 * lib/gdbserver-support.exp (gdbserver_start): Call
2656 gdbserver_write_cmd_file.
2657 (gdbserver_write_cmd_file): New procedure.
2658
2659 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2660
2661 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
2662 (delete_breakpoints): Likewise.
2663 (gdb_run_cmd): Likewise.
2664 (gdb_start_cmd): Likewise.
2665 (gdb_starti_cmd): Likewise.
2666 (gdb_internal_error_resync): Likewise.
2667 (gdb_test_multiple): Likewise.
2668 (gdb_reinitialize_dir): Likewise.
2669 (default_gdb_exit): Likewise.
2670 (gdb_file_cmd): Mark kill as optional.
2671 (default_gdb_start): Call gdb_stdin_log_init.
2672 (send_gdb): Call gdb_stdin_log_write.
2673 (rerun_to_main): Mark Y as an answer.
2674 (gdb_stdin_log_init): New function.
2675 (gdb_stdin_log_write): Likewise.
2676
2677 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2678
2679 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
2680 * gdb.base/debug-expr.exp: Likewise.
2681 * gdb.base/foll-fork.exp: Likewise.
2682 * gdb.base/foll-vfork.exp: Likewise.
2683 * gdb.base/fork-print-inferior-events.exp: Likewise.
2684 * gdb.base/gdb-sigterm.exp: Likewise.
2685 * gdb.base/gdbinit-history.exp: Likewise.
2686 * gdb.base/osabi.exp: Likewise.
2687 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
2688 * gdb.base/ui-redirect.exp: Likewise.
2689 * gdb.gdb/unittest.exp: Likewise.
2690 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
2691 * gdb.mi/mi-watch.exp: Likewise.
2692 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2693 * gdb.mi/user-selected-context-sync.exp: Likewise.
2694 * gdb.python/python.exp: Disable debug test when debugging.
2695 * gdb.threads/check-libthread-db.exp: Disable when debugging.
2696 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
2697 Likewise.
2698 * gdb.threads/stepi-random-signal.exp: Likewise.
2699
2700 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2701
2702 * Makefile.in: Pass through GDB_DEBUG.
2703 * README (Testsuite Parameters): Add GDB_DEBUG.
2704 (gdb,debug): Add board setting.
2705 * lib/gdb.exp (default_gdb_start): Start debugging.
2706 (gdb_debug_enabled): New procedure.
2707 (gdb_debug_init): Likewise.
2708
2709 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2710
2711 * Makefile.in: Pass through GDB_DEBUG.
2712 * README (Testsuite Parameters): Add GDB_DEBUG.
2713 (gdb,debug): Add board setting.
2714 * lib/gdb.exp (default_gdb_start): Start debugging.
2715 (gdb_debug_enabled): New procedure.
2716 (gdb_debug_init): Likewise.
2717
2718 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2719
2720 * gdb.base/ui-redirect.exp: Add debug redirect tests.
2721
2722 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2723
2724 * gdb.base/ui-redirect.exp: Test redirection.
2725
2726 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
2727
2728 * gdb.mi/mi-complete.exp: New file.
2729 * gdb.mi/mi-complete.cc: Likewise.
2730
2731 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
2732
2733 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
2734 indexed and sliced arrays, and pointers to arrays.
2735
2736 2019-05-14 Tom Tromey <tromey@adacore.com>
2737
2738 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
2739 styling test.
2740
2741 2019-05-14 Tom de Vries <tdevries@suse.de>
2742
2743 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
2744 selection entry encoding.
2745
2746 2019-05-10 Tom Tromey <tromey@adacore.com>
2747
2748 * gdb.ada/info_exc.exp: Add "complete" test.
2749
2750 2019-05-09 Tom de Vries <tdevries@suse.de>
2751
2752 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
2753 CU-relative.
2754
2755 2019-05-09 Tom de Vries <tdevries@suse.de>
2756
2757 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
2758 CU-relative.
2759
2760 2019-05-08 Joel Brobecker <brobecker@adacore.com>
2761
2762 * gdb.ada/frame_arg_lang.exp: New testcase.
2763 * gdb.ada/frame_arg_lang/bla.adb: New file.
2764 * gdb.ada/frame_arg_lang/pck.ads: New file.
2765 * gdb.ada/frame_arg_lang/pck.adb: New file.
2766 * gdb.ada/frame_arg_lang/foo.c: New file.
2767
2768 2019-05-08 Tom Tromey <tromey@adacore.com>
2769
2770 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
2771
2772 2019-05-08 Tom Tromey <tromey@adacore.com>
2773
2774 * gdb.base/ptype-offsets.exp: Update tests.
2775
2776 2019-05-08 Tom Tromey <tromey@adacore.com>
2777
2778 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
2779 cases.
2780 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
2781 "short".
2782
2783 2019-05-08 Tom Tromey <tromey@adacore.com>
2784
2785 * gdb.ada/vla.exp: New file.
2786 * gdb.ada/vla/vla.adb: New file.
2787
2788 2019-05-07 Tom de Vries <tdevries@suse.de>
2789
2790 * gdb.base/index-cache.exp (ls_host): Fix return statement.
2791
2792 2019-05-07 Tom de Vries <tdevries@suse.de>
2793
2794 PR testsuite/24522
2795 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
2796 section.
2797
2798 2019-05-07 Tom de Vries <tdevries@suse.de>
2799
2800 PR testsuite/24522
2801 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
2802 .debug_aranges section.
2803
2804 2019-05-07 Tom de Vries <tdevries@suse.de>
2805
2806 PR testsuite/24159
2807 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
2808
2809 2019-05-06 Tom de Vries <tdevries@suse.de>
2810
2811 * lib/gdb.exp (exec_has_index_section): New proc.
2812 * gdb.base/index-cache.exp: Handle case that binfile contains an index
2813 section.
2814
2815 2019-05-04 Tom de Vries <tdevries@suse.de>
2816
2817 * boards/cc-with-debug-names.exp: New file.
2818
2819 2019-05-03 Tom Tromey <tromey@adacore.com>
2820
2821 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
2822 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
2823 * gdb.ada/char_enum.exp: Add test.
2824
2825 2019-05-03 Tom de Vries <tdevries@suse.de>
2826
2827 * boards/cc-with-gdb-index.exp: New file.
2828
2829 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
2830
2831 * gdb.rust/simple.exp: Add new test case.
2832 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
2833 (main): Initialise an instance of the new struct.
2834
2835 2019-05-01 Tom Tromey <tromey@adacore.com>
2836
2837 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
2838 record.
2839 (NPR): New variable.
2840 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
2841 test.
2842
2843 2019-05-01 Tom Tromey <tromey@adacore.com>
2844
2845 * gdb.ada/packed_array_assign.exp: Add packed assignment
2846 regression test.
2847
2848 2019-05-01 Tom de Vries <tdevries@suse.de>
2849
2850 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
2851
2852 2019-05-01 Tom de Vries <tdevries@suse.de>
2853
2854 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
2855
2856 2019-04-30 Ali Tamur <tamur@google.com>
2857
2858 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
2859
2860 2019-04-30 Tom Tromey <tromey@adacore.com>
2861
2862 * lib/ada.exp (find_ada_tool): New proc.
2863 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
2864 * gdb.ada/catch_ex_std.exp: New file.
2865 * gdb.ada/catch_ex_std/foo.adb: New file.
2866 * gdb.ada/catch_ex_std/some_package.adb: New file.
2867 * gdb.ada/catch_ex_std/some_package.ads: New file.
2868
2869 2019-04-30 Tom Tromey <tromey@adacore.com>
2870
2871 PR c++/24470:
2872 * gdb.cp/temargs.cc: Add test code from PR.
2873
2874 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2875
2876 * gdb.fortran/vla-datatypes.exp: Update expected results.
2877 * gdb.fortran/vla-ptype.exp: Likewise.
2878 * gdb.fortran/vla-type.exp: Likewise.
2879 * gdb.fortran/vla-value.exp: Likewise.
2880
2881 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2882
2883 * gdb.fortran/ptr-indentation.exp: Update expected results.
2884 * gdb.fortran/ptype-on-functions.exp: Likewise.
2885 * gdb.fortran/vla-ptr-info.exp: Likewise.
2886 * gdb.fortran/vla-value.exp: Likewise.
2887
2888 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2889
2890 * gdb.fortran/ptype-on-functions.exp: New file.
2891 * gdb.fortran/ptype-on-functions.f90: New file.
2892
2893 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2894
2895 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
2896 case void string.
2897
2898 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2899
2900 * gdb.fortran/complex.exp: Expand.
2901 * gdb.fortran/complex.f: Renamed to...
2902 * gdb.fortran/complex.f90: ...this, and extended to add more
2903 complex values.
2904
2905 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2906
2907 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
2908 MODULO, CMPLX.
2909
2910 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
2911 Richard Bunt <richard.bunt@arm.com>
2912
2913 * gdb.base/max-depth.c: New file.
2914 * gdb.base/max-depth.exp: New file.
2915 * gdb.python/py-nested-maps.c: New file.
2916 * gdb.python/py-nested-maps.exp: New file.
2917 * gdb.python/py-nested-maps.py: New file.
2918 * gdb.python/py-format-string.exp (test_max_depth): New proc.
2919 (test_all_common): Call test_max_depth.
2920 * gdb.fortran/max-depth.exp: New file.
2921 * gdb.fortran/max-depth.f90: New file.
2922 * gdb.go/max-depth.exp: New file.
2923 * gdb.go/max-depth.go: New file.
2924 * gdb.modula2/max-depth.exp: New file.
2925 * gdb.modula2/max-depth.c: New file.
2926 * lib/gdb.exp (get_print_expr_at_depths): New proc.
2927
2928 2019-04-29 Tom de Vries <tdevries@suse.de>
2929
2930 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
2931
2932 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2933
2934 * gdb.base/callexit.exp: Test may-call-functions off.
2935
2936 2019-04-25 Keith Seitz <keiths@redhat.com>
2937
2938 PR c++/24367
2939 * gdb.cp/meth-typedefs.cc (incomplete_struct)
2940 (another_incomplete_struct, test_incomplete): New definitions.
2941 (main): Use new definitions.
2942 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
2943 functions.
2944
2945 2019-04-25 Ali Tamur <tamur@google.com>
2946
2947 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
2948
2949 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
2950
2951 PR corefiles/11608
2952 PR corefiles/18187
2953 * gdb.base/coredump-filter-build-id.exp: New file.
2954
2955 2019-04-25 Alan Hayward <alan.hayward@arm.com>
2956
2957 * Makefile.in: Pass through GDBSERVER_DEBUG.
2958 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
2959 (gdbserver,debug): Add board setting.
2960 * gdb.trace/tspeed.exp: Skip when debugging.
2961 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
2962 * lib/gdbserver-support.exp: Likewise
2963
2964 2019-04-24 Tom Tromey <tromey@adacore.com>
2965
2966 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
2967 Rust.
2968
2969 2019-04-24 Tom Tromey <tromey@adacore.com>
2970
2971 * gdb.arch/amd64-eval.exp: Test bitfield return.
2972 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
2973 (class Foo) <return_bitfields>: New method.
2974 (main): Call it.
2975
2976 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
2977
2978 * gdb.cp/many-args.cc: New file.
2979 * gdb.cp/many-args.exp: New file.
2980
2981 2019-04-23 Tom de Vries <tdevries@suse.de>
2982
2983 PR gdb/24433
2984 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
2985
2986 2019-04-23 Alan Hayward <alan.hayward@arm.com>
2987
2988 * gdb.trace/backtrace.exp: Use nopie flag.
2989 * gdb.trace/circ.exp: Likewise.
2990 * gdb.trace/collection.exp: Likewise.
2991 * gdb.trace/ftrace.exp: Likewise.
2992 * gdb.trace/mi-trace-unavailable.exp: Likewise.
2993 * gdb.trace/mi-traceframe-changed.exp: Likewise.
2994 * gdb.trace/qtro.exp: Likewise.
2995 * gdb.trace/read-memory.exp: Likewise.
2996 * gdb.trace/report.exp: Likewise.
2997 * gdb.trace/tfile.exp: Likewise.
2998 * gdb.trace/tfind.exp: Likewise.
2999 * gdb.trace/unavailable.exp: Likewise.
3000
3001 2019-04-22 Pedro Alves <palves@redhat.com>
3002
3003 * gdb.base/solib-probes-nosharedlibrary.c,
3004 gdb.base/solib-probes-nosharedlibrary.exp: New files.
3005
3006 2019-04-19 Tom Tromey <tromey@adacore.com>
3007
3008 * gdb.ada/ptype_union.c: New file.
3009 * gdb.ada/ptype_union.exp: New file.
3010
3011 2019-04-19 Tom Tromey <tromey@adacore.com>
3012
3013 PR symtab/24423:
3014 * gdb.base/list0.h (foo): Add a control-l character.
3015
3016 2019-04-18 Tom de Vries <tdevries@suse.de>
3017
3018 PR gdb/24433
3019 * boards/local-board.exp: Set sysroot to "".
3020
3021 2019-04-18 Tom de Vries <tdevries@suse.de>
3022 Pedro Alves <palves@redhat.com>
3023
3024 PR gdb/24454
3025 * gdb.threads/vfork-follow-child-exec.c: New file.
3026 * gdb.threads/vfork-follow-child-exec.exp: New file.
3027 * gdb.threads/vfork-follow-child-exit.c: New file.
3028 * gdb.threads/vfork-follow-child-exit.exp: New file.
3029
3030 2019-04-15 Leszek Swirski <leszeks@google.com>
3031
3032 * gdb.arch/amd64-eval.cc: New file.
3033 * gdb.arch/amd64-eval.exp: New file.
3034
3035 2019-04-11 Alan Hayward <alan.hayward@arm.com>
3036
3037 * gdb.server/sysroot.c: New test.
3038 * gdb.server/sysroot.exp: New file.
3039 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
3040 matching param.
3041
3042 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
3043
3044 * gdb.base/align.exp: Extend test to cover structures containing
3045 only static fields.
3046
3047 2019-04-11 Tom de Vries <tdevries@suse.de>
3048
3049 * boards/cc-with-dwz-m.exp: New file.
3050 * boards/cc-with-dwz.exp: New file.
3051 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
3052
3053 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
3054
3055 * gdb.base/start-cpp.exp: New file.
3056 * gdb.base/start-cpp.cc: New file.
3057
3058 2019-04-08 Kevin Buettner <kevinb@redhat.com>
3059
3060 * gdb.python/py-thrhandle.exp: Adjust tests to call
3061 thread_from_handle instead of thread_from_thread_handle.
3062
3063 2019-04-08 Kevin Buettner <kevinb@redhat.com>
3064
3065 * gdb.python/py-thrhandle.exp: Add tests for
3066 gdb.InferiorThread.handle.
3067
3068 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
3069
3070 * gdb.python/py-function.exp: Check calling helper function from
3071 all languages.
3072 * lib/gdb.exp (gdb_supported_languages): New proc.
3073
3074 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
3075
3076 * gdb.base/complex-parts.c: New file.
3077 * gdb.base/complex-parts.exp: New file.
3078
3079 2019-04-01 Tom Tromey <tromey@adacore.com>
3080
3081 PR symtab/23331:
3082 * gdb.dwarf2/dw2-ranges-main.c: New file.
3083 * gdb.dwarf2/dw2-ranges-psym.c: New file.
3084 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
3085
3086 2019-03-30 Simon Marchi <simark@simark.ca>
3087
3088 * gdb.base/default.exp: Add values for $_gdb_major and
3089 $_gdb_minor.
3090
3091 2019-03-29 Tom Tromey <tromey@adacore.com>
3092
3093 * gdb.base/help.exp: Tighten apropos regexp.
3094
3095 2019-03-29 Keith Seitz <keiths@redhat.com>
3096
3097 * gdb.fortran/array-bounds.exp: New file.
3098 * gdb.fortran/array-bounds.f90: New file.
3099
3100 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3101
3102 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
3103
3104 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3105
3106 * gdb.multi/hello.c (main): Increase alarm timer.
3107
3108 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
3109
3110 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
3111 factor when no hardware watchpoint support.
3112
3113 2019-03-28 Alan Hayward <alan.hayward@arm.com>
3114 Pedro Alves <palves@redhat.com>
3115
3116 * boards/local-board.exp: set sysroot to /.
3117
3118 2019-03-27 Alan Hayward <alan.hayward@arm.com>
3119
3120 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
3121 in child.
3122
3123 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3124
3125 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
3126 field.
3127 (make_container): Initialise new field.
3128 * gdb.python/py-prettyprint.exp: Add new tests.
3129 * gdb.python/py-prettyprint.py (class ContainerPrinter)
3130 <display_hint>: New method.
3131
3132 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3133
3134 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
3135 gdb_continue_to_breakpoint more throughout this test.
3136 (run_lang_tests) Supply unique test names, and use
3137 gdb_test_no_output.
3138
3139 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3140
3141 * gdb.base/finish-pretty.exp: Update expected results.
3142 * gdb.base/pretty-print.c: New file.
3143 * gdb.base/pretty-print.exp: New file.
3144
3145 2019-03-25 Pedro Alves <palves@redhat.com>
3146
3147 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
3148 move comments outside list. Append '-i "" eof' section.
3149
3150 2019-03-22 Alan Hayward <alan.hayward@arm.com>
3151
3152 PR testsuite/25016
3153 * README: Add pie options.
3154 * gdb.base/break-interp.exp: Ensure pie is disabled.
3155 * gdb.base/dump.exp: Likewise.
3156 * lib/gdb.exp (gdb_compile): Add pie option.
3157
3158 2019-03-19 Tom Tromey <tromey@adacore.com>
3159
3160 * gdb.mi/mi2-cli-display.c: New file.
3161 * gdb.mi/mi2-cli-display.exp: New file.
3162
3163 2019-03-18 Joel Brobecker <brobecker@adacore.com>
3164 Tom Tromey <tromey@adacore.com>
3165
3166 * gdb.ada/ptype_array/pck.adb: New file.
3167 * gdb.ada/ptype_array/pck.ads: New file.
3168 * gdb.ada/ptype_array/foo.adb: New file.
3169 * gdb.ada/ptype_array.exp: New file.
3170
3171 2019-03-14 Tom Tromey <tromey@adacore.com>
3172
3173 * gdb.base/style.exp: Add "set style sources" test.
3174
3175 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
3176
3177 * mi-breakpoint-location-ena-dis.exp: Rename to ...
3178 * mi-breakpoint-multiple-locations.exp: ... this.
3179 (make_breakpoints_pattern): New proc.
3180 (do_test): Add mi_version parameter, test -break-insert,
3181 -break-info and =breakpoint-created.
3182
3183 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
3184
3185 * config/default.exp: Remove 'load_lib gdb.exp'.
3186 * config/monitor.exp: Likewise.
3187 * config/sid.exp: Likewise.
3188 * config/sim.exp: Likewise.
3189 * config/slite.exp: Likewise.
3190 * config/unix.exp: Likewise.
3191 * gdb.base/default.exp: Remove unhelpful comment.
3192
3193 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3194
3195 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
3196
3197 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3198
3199 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
3200
3201 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3202
3203 * gdb.fortran/type-kinds.exp: Update expected results.
3204
3205 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3206
3207 * gdb.fortran/type-kinds.exp: Test new integer type kind.
3208
3209 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3210
3211 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
3212 function.
3213 (test_basic_parsing_of_type_kinds): Expand types tested.
3214 (test_parsing_invalid_type_kinds): New function.
3215
3216 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3217
3218 * gdb.fortran/intrinsics.exp: New file.
3219 * gdb.fortran/intrinsics.f90: New file.
3220 * gdb.fortran/type-kinds.exp: New file.
3221
3222 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3223
3224 * gdb.fortran/dot-ops.exp: New file.
3225
3226 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3227
3228 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
3229 Check upper and lower case logical literals.
3230
3231 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3232
3233 * gdb.fortran/types.exp (test_float_literal_types_accepted):
3234 Remove duplicate tests.
3235
3236 2019-03-06 Alan Hayward <alan.hayward@arm.com>
3237
3238 * lib/gdb.exp (builtin_cd): rename of cd.
3239 (cd): Override builtin.
3240
3241 2019-03-06 Richard Bunt <richard.bunt@arm.com>
3242
3243 * gdb.fortran/function-calls.exp: New file.
3244 * gdb.fortran/function-calls.f90: New test.
3245
3246 2019-03-04 Richard Bunt <richard.bunt@arm.com>
3247
3248 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
3249 on user program standard output.
3250 * gdb.fortran/short-circuit-argument-list.f90: Record function
3251 calls.
3252
3253 2019-02-28 Alan Hayward <alan.hayward@arm.com>
3254
3255 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
3256 failure.
3257
3258 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3259
3260 PR gdb/8527
3261 * gdb.base/interrupt-daemon-attach.c,
3262 gdb.base/interrupt-daemon-attach.exp: New test.
3263
3264 2019-02-27 Pedro Alves <palves@redhat.com>
3265
3266 * gdb.base/page.exp: Add tests for "set width/height -1".
3267
3268 2019-02-27 Pedro Alves <palves@redhat.com>
3269
3270 * gdb.base/page.exp: Add tests for "set/show width/height" with
3271 "infinite" values.
3272
3273 2019-02-27 Tom Tromey <tromey@adacore.com>
3274
3275 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
3276 2.4.
3277 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
3278 workaround.
3279
3280 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
3281
3282 * gdb.base/align.exp: Extend to compile in both C and C++, and add
3283 tests for structs with static members.
3284
3285 2019-02-26 Tom Tromey <tromey@adacore.com>
3286
3287 * gdb.python/py-value.exp (test_value_from_buffer): Check for
3288 ValueError, not TypeError.
3289
3290 2019-02-26 Kevin Buettner <kevinb@redhat.com>
3291
3292 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
3293 call from main program.
3294
3295 2019-02-23 Joel Brobecker <brobecker@adacore.com>
3296
3297 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
3298 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
3299 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
3300 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
3301 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
3302
3303 2019-02-22 Keith Seitz <keiths@redhat.com>
3304
3305 PR symtab/23853
3306 * gdb.base/symlink-sourcefile.c: New file.
3307 * gdb.base/symlink-sourcefile.exp: New file.
3308
3309 2019-02-20 Tom Tromey <tom@tromey.com>
3310
3311 * gdb.base/info_qt.exp: Update.
3312
3313 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
3314
3315 * gdb.base/source.exp: Move "error in sourced script" code to
3316 the end.
3317 * gdb.base/source-error.gdb: Move contents to
3318 source-error-1.gdb. Add new code to source source-error-1.gdb.
3319 * gdb.base/source-error-1.gdb: New file, from previous
3320 source-error.gdb.
3321
3322 2019-02-17 Tom Tromey <tom@tromey.com>
3323
3324 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
3325 for macro styling.
3326 * gdb.base/style.c (SOME_MACRO): New macro.
3327
3328 2019-02-17 Tom Tromey <tom@tromey.com>
3329
3330 * gdb.base/style.exp: Add line-wrapping tests.
3331 * gdb.base/page.exp: Add test for quitting during pagination.
3332
3333 2019-02-17 Joel Brobecker <brobecker@adacore.com>
3334
3335 * gdb.ada/big_packed_array: New testcase.
3336 * gdb.ada/homonym.exp: Fix incorrect expected output for
3337 "break <homonym__get_value>" test.
3338
3339 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
3340
3341 PR breakpoints/21870
3342 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
3343 and prepare_for_testing. Add comment.
3344 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
3345 redundant cleanup call. Clean up comment.
3346
3347 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
3348
3349 PR breakpoints/21870
3350 * gdb.arch/aarch64-dbreg-contents.exp: New file.
3351 * gdb.arch/aarch64-dbreg-contents.c: New file.
3352
3353 2019-02-10 Joel Brobecker <brobecker@adacore.com>
3354
3355 * gdb.ada/mi_ref_changeable: New testcase.
3356
3357 2019-02-07 Alan Hayward <alan.hayward@arm.com>
3358
3359 * gdb.base/attach.exp: Add double attach test.
3360
3361 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
3362
3363 * lib/gdb.exp (default_gdb_start): Don't match pagination
3364 prompt.
3365 (gdb_init): Set stty_init.
3366
3367 2019-01-27 Tom Tromey <tom@tromey.com>
3368
3369 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
3370 skip_python_tests.
3371
3372 2019-01-24 Alan Hayward <alan.hayward@arm.com>
3373
3374 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
3375 New structure.
3376 (struct struct_static_02_02): Likewise.
3377 (struct struct_static_02_03): Likewise.
3378 (struct struct_static_02_04): Likewise.
3379 (struct struct_static_04_01): Likewise.
3380 (struct struct_static_04_02): Likewise.
3381 (struct struct_static_04_03): Likewise.
3382 (struct struct_static_04_04): Likewise.
3383 (struct struct_static_06_01): Likewise.
3384 (struct struct_static_06_02): Likewise.
3385 (struct struct_static_06_03): Likewise.
3386 (struct struct_static_06_04): Likewise.
3387 (cmp_struct_static_02_01): Likewise.
3388 (cmp_struct_static_02_02): Likewise.
3389 (cmp_struct_static_02_03): Likewise.
3390 (cmp_struct_static_02_04): Likewise.
3391 (cmp_struct_static_04_01): Likewise.
3392 (cmp_struct_static_04_02): Likewise.
3393 (cmp_struct_static_04_03): Likewise.
3394 (cmp_struct_static_04_04): Likewise.
3395 (cmp_struct_static_06_01): Likewise.
3396 (cmp_struct_static_06_02): Likewise.
3397 (cmp_struct_static_06_03): Likewise.
3398 (cmp_struct_static_06_04): Likewise.
3399 (call_all): Test new structs.
3400 * gdb.base/infcall-nested-structs.exp: Likewise.
3401
3402 2019-01-21 Alan Hayward <alan.hayward@arm.com>
3403 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
3404
3405 2019-01-21 Alan Hayward <alan.hayward@arm.com>
3406 * gdb.base/stack-protector.c: New test.
3407 * gdb.base/stack-protector.exp: New file.
3408 * gdb.cp/ovldbreak.exp: Only allow a single break line.
3409 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
3410 option.
3411 (gdb_compile): Remove stack protector for GCC and prevent
3412 recursion.
3413
3414 2019-01-16 Keith Seitz <keiths@redhat.com>
3415
3416 PR gdb/23773
3417 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
3418
3419 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3420
3421 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
3422 aliases.
3423 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
3424 tests.
3425 * gdb.arch/powerpc-vector-regs.c: New file.
3426 * gdb.arch/powerpc-vector-regs.exp: New file.
3427
3428 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3429
3430 * gdb.arch/altivec-regs.exp: Fix the list passed to
3431 gdb_expect_list when testing "info vector".
3432
3433 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
3434
3435 * gdb.base/style.exp: Don't include path in testname.
3436
3437 2019-01-10 Keith Seitz <keiths@redhat.com>
3438
3439 PR gdb/23712
3440 PR symtab/23010
3441 * gdb.dwarf2/multidictionary.exp: New file.
3442
3443 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
3444
3445 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
3446 (test_gnuv3_style_demangling): ... this.
3447 (test_lucid_style_demangling): Remove.
3448 (test_arm_style_demangling): Remove.
3449 (test_hp_style_demangling): Remove.
3450 (do_tests): Remove calls to the above.
3451
3452 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3453
3454 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
3455 case.
3456
3457 2019-01-06 Tom Tromey <tom@tromey.com>
3458
3459 PR gdb/28155:
3460 * gdb.dwarf2/typedef-void-finish.exp: New file.
3461
3462 2018-12-28 Tom Tromey <tom@tromey.com>
3463 Simon Marchi <simark@simark.ca>
3464
3465 * gdb.base/jit-exec.exp: New file.
3466 * gdb.base/jit-exec.c: New file.
3467 * gdb.base/jit-execd.c: New file.
3468
3469 2018-12-28 Tom Tromey <tom@tromey.com>
3470
3471 * gdb.base/style.exp: Update test to check for address styling.
3472
3473 2018-12-28 Tom Tromey <tom@tromey.com>
3474
3475 * gdb.base/style.exp: Add test for styling of "Reading symbols"
3476 message.
3477
3478 2018-12-28 Tom Tromey <tom@tromey.com>
3479
3480 * gdb.base/style.exp: Add test for version number styling.
3481
3482 2018-12-28 Tom Tromey <tom@tromey.com>
3483
3484 * gdb.base/style.exp: Add test for print_address_symbolic.
3485
3486 2018-12-28 Tom Tromey <tom@tromey.com>
3487
3488 * gdb.base/style.exp: Add test for breakpoint setting.
3489
3490 2018-12-28 Tom Tromey <tom@tromey.com>
3491
3492 * gdb.base/style.exp: Add test for variable names.
3493
3494 2018-12-28 Tom Tromey <tom@tromey.com>
3495
3496 * gdb.base/style.exp: New file.
3497 * gdb.base/style.c: New file.
3498
3499 2018-12-28 Tom Tromey <tom@tromey.com>
3500
3501 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
3502 "dumb".
3503 * gdb.base/readline.exp (operate_and_get_next): Save and restore
3504 the TERM environment variable.
3505
3506 2018-12-27 Tom Tromey <tom@tromey.com>
3507
3508 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
3509 pagination test.
3510
3511 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
3512
3513 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
3514 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
3515
3516 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3517
3518 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
3519 Filename a.adb changed to bp_fun_addr.adb.
3520 gdb.ada/bp_fun_addr.exp: Update test accordingly.
3521
3522 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
3523
3524 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
3525 non-PIE executables.
3526 * README: Mention the gdb,nopie_flag board setting.
3527 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
3528 non-PIE executable.
3529 * gdb.arch/amd64-entry-value.exp: Likewise.
3530 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
3531 * gdb.arch/i386-float.exp: Likewise.
3532 * gdb.arch/i386-signal.exp: Likewise.
3533 * gdb.mi/mi-reg-undefined.exp: Likewise.
3534
3535 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
3536
3537 PR gdb/23974
3538 * gdb.base/info-os.exp: Check return for unknown "info os" type.
3539
3540 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3541
3542 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
3543 Update order of results accordingly.
3544
3545 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
3546
3547 * gdb.base/annota1.exp: Update a test regexp.
3548
3549 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
3550
3551 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
3552
3553 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3554
3555 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
3556 (reuse_time): Initialize to REUSE_TIME_CAP.
3557 (check_rc): New function.
3558 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
3559 Check pthread_create rc.
3560 (spawner_thread_func): Check pthread_create and pthread_join rc.
3561
3562 2018-12-08 Pedro Alves <palves@redhat.com>
3563
3564 * gdb.base/list.exp (test_forward_search): Rename to ...
3565 (test_forward_reverse_search): ... this. Also test reverse-search
3566 and the forward-search alias.
3567
3568 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
3569
3570 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
3571 local timeout variable before return, and remove all local timeout
3572 variable entirely.
3573 (gdb_load): Likewise.
3574
3575 2018-12-01 Tom de Vries <tdevries@suse.de>
3576
3577 * gdb.base/gdb-caching-proc.exp: New file.
3578
3579 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
3580
3581 * Makefile.in (TIMESTAMP): New variable.
3582 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
3583 command.
3584 (check-single-racy): Likewise.
3585 (check/%.exp): Likewise.
3586 (check-racy/%.exp): Likewise.
3587 (workers/%.worker): Likewise.
3588 (build-perf): Likewise.
3589 (check-perf): Likewise.
3590 * README: Describe new "TS" and "TS_FORMAT" variables.
3591 * print-ts.py: New file.
3592
3593 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
3594
3595 PR python/23714
3596 * gdb.python/python.exp: Test command repetition after
3597 gdb.execute.
3598
3599 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
3600
3601 * gdb.opt/inline-break.exp: Add test that info breakpoint output
3602 is correctly aligned.
3603
3604 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3605
3606 * gdb.ada/info_auto_lang.exp: New testcase.
3607 * gdb.ada/info_auto_lang/global_pack.ads: New file.
3608 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
3609 * gdb.ada/info_auto_lang/some_c.c: New file.
3610
3611 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3612
3613 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
3614 FUNC_lang language syntax.
3615
3616 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3617
3618 * gdb.base/info_minsym.c: New file.
3619 * gdb.base/info_minsym.exp: New file.
3620
3621 2018-11-19 Tom Tromey <tom@tromey.com>
3622
3623 PR rust/23625:
3624 * gdb.rust/simple.exp: Add ptype test. Update expected output.
3625 * gdb.rust/expr.exp: Update expected output. Change one test.
3626
3627 2018-11-19 Tom Tromey <tom@tromey.com>
3628
3629 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
3630
3631 2018-11-19 Pedro Alves <palves@redhat.com>
3632
3633 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
3634 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
3635 see the expected warning.
3636
3637 2018-11-16 Alan Hayward <alan.hayward@arm.com>
3638
3639 PR gdb/22736:
3640 * gdb.cp/infcall-nodebug-lib.c: New test.
3641 * gdb.cp/infcall-nodebug-main.c: New test.
3642 * gdb.cp/infcall-nodebug.exp: New file.
3643
3644 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
3645
3646 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
3647 completer tests.
3648
3649 2018-11-09 Tom de Vries <tdevries@suse.de>
3650
3651 * gdb.base/msym-lang.c: New test.
3652 * gdb.base/msym-lang.exp: New file.
3653 * gdb.base/msym-lang-main.c: New test.
3654
3655 2018-11-08 Tom Tromey <tom@tromey.com>
3656
3657 PR gdb/23555:
3658 PR gdb/23838:
3659 * gdb.base/warning.exp: New file.
3660
3661 2018-11-08 Jan Beulich <jbeulich@suse.com>
3662
3663 * testsuite/gdb.arch/i386-avx512.c,
3664 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
3665
3666 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
3667
3668 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
3669 point hardware.
3670
3671 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
3672
3673 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
3674 * gdb.dwarf2/missing-type-name.exp: New file.
3675
3676 2018-11-06 Tom de Vries <tdevries@suse.de>
3677
3678 * gdb.base/many-headers.c: New test.
3679 * gdb.base/many-headers.exp: New file.
3680
3681 2018-11-06 Jim Wilson <jimw@sifive.com>
3682
3683 * gdb.base/code_elim.exp: For riscv, set additional_flags
3684 to include -msmall-data-limit=0.
3685
3686 2018-11-01 Joel Brobecker <brobecker@adacore.com>
3687
3688 * gdb.ada/watch_minus_l: New testcase.
3689
3690 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
3691
3692 * gdb.arch/aix-sighandle.c: New file.
3693 * gdb.arch/aix-sighandle.exp: New file.
3694
3695 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3696
3697 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
3698 registers being unions.
3699
3700 2018-10-31 Tom de Vries <tdevries@suse.de>
3701
3702 * lib/valgrind.exp: New file.
3703 (vgdb_start, vgdb_stop): New procs, factored out of ...
3704 * gdb.base/valgrind-bt.exp: ... here, ...
3705 * gdb.base/valgrind-disp-step.exp: ... here and ...
3706 * gdb.base/valgrind-infcall.exp: ... here.
3707
3708 2018-10-31 Tom de Vries <tdevries@suse.de>
3709
3710 * lib/gdb.exp (get_valueof): Don't output read value in test name.
3711
3712 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3713
3714 * gdb.dwarf2/void-type.c: New file.
3715 * gdb.dwarf2/void-type.exp: New file.
3716
3717 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3718
3719 * gdb.base/info_qt.c: New file.
3720 * gdb.base/info_qt.exp: New file.
3721
3722 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3723
3724 * gdb.arch/powerpc-htm-regs.c: New file.
3725 * gdb.arch/powerpc-htm-regs.exp: New file.
3726
3727 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3728
3729 * gdb.arch/powerpc-tar.c: New file.
3730 * gdb.arch/powerpc-tar.exp: New file.
3731
3732 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3733
3734 * gdb.arch/powerpc-ppr-dscr.c: New file.
3735 * gdb.arch/powerpc-ppr-dscr.exp: New file.
3736
3737 2018-10-25 Tom de Vries <tdevries@suse.de>
3738
3739 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
3740
3741 2018-10-24 Tom de Vries <tdevries@suse.de>
3742
3743 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
3744 longer exists error.
3745
3746 2018-10-24 Tom de Vries <tdevries@suse.de>
3747
3748 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
3749
3750 2018-10-24 Tom de Vries <tdevries@suse.de>
3751
3752 * gdb.base/valgrind-db-attach.exp: Handle removed support for
3753 --db-attach in valgrind.
3754
3755 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
3756
3757 * gdb.arch/riscv-reg-aliases.c: New file.
3758 * gdb.arch/riscv-reg-aliases.exp: New file.
3759
3760 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3761
3762 * gdb.python/py-cmd.exp: Check for gdb_prompt.
3763
3764 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3765
3766 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
3767
3768 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3769
3770 * gdb.cp/ovldbreak.exp: Fix regexps.
3771
3772 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3773
3774 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
3775
3776 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
3777
3778 PR cli/23785
3779 * gdb.base/restore.exp: New test to check if "restore" with an
3780 invalid file doesn't segfault.
3781
3782 2018-10-18 Tom de Vries <tdevries@suse.de>
3783
3784 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
3785 * gdb.ada/excep_handle.exp: Same.
3786 * gdb.ada/mi_string_access.exp: Same.
3787 * gdb.ada/mi_var_union.exp: Same.
3788 * gdb.arch/arc-analyze-prologue.exp: Same.
3789 * gdb.arch/arc-decode-insn.exp: Same.
3790 * gdb.base/readnever.exp: Same.
3791 * gdb.fortran/printing-types.exp: Same.
3792 * gdb.guile/scm-lazy-string.exp: Same.
3793
3794 2018-10-16 Tom de Vries <tdevries@suse.de>
3795
3796 PR gdb/23730
3797 * gdb.base/catch-follow-exec.c: Add copyright notice.
3798 * gdb.base/catch-follow-exec.exp: Rewrite to use
3799 gdb_spawn_with_cmdline_opts. Require gdb-native.
3800
3801 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
3802
3803 * gdb.trace/actions-changed.exp: Check for arch support.
3804 * gdb.trace/actions.exp: Likewise.
3805 * gdb.trace/ax.exp: Likewise.
3806 * gdb.trace/backtrace.exp: Likewise.
3807 * gdb.trace/change-loc.exp: Likewise.
3808 * gdb.trace/deltrace.exp: Likewise.
3809 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
3810 * gdb.trace/ftrace.exp: Likewise.
3811 * gdb.trace/infotrace.exp: Check for arch support.
3812 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
3813 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
3814 * gdb.trace/mi-tsv-changed.exp: Likewise.
3815 * gdb.trace/packetlen.exp: Likewise.
3816 * gdb.trace/passc-dyn.exp: Likewise.
3817 * gdb.trace/passcount.exp: Likewise.
3818 * gdb.trace/pending.exp: Likewise.
3819 * gdb.trace/range-stepping.exp: Check for shlib support.
3820 * gdb.trace/report.exp: Check for arch support.
3821 * gdb.trace/save-trace.exp: Likewise.
3822 * gdb.trace/signal.exp: Check for signal support.
3823 * gdb.trace/tfind.exp: Check for arch support.
3824 * gdb.trace/trace-break.exp: Check for arch and shlib support.
3825 * gdb.trace/trace-common.h: Add comment.
3826 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
3827 * gdb.trace/trace-enable-disable.exp: Likewise.
3828 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
3829 * gdb.trace/tracecmd.exp: Check for arch support.
3830 * gdb.trace/tspeed.exp: Check for shlib and target support.
3831 * gdb.trace/tstatus.exp: Check for arch support.
3832 * gdb.trace/tsv.exp: Likewise.
3833 * gdb.trace/while-dyn.exp: Likewise.
3834 * gdb.trace/while-stepping.exp: Likewise.
3835 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
3836
3837 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
3838
3839 * gdb.trace/tspeed.exp: Remove nowarnings.
3840 (prepare_for_trace_test): Declare "global ipalib".
3841 * gdb.trace/tspeed.c: Include unistd.h.
3842 (main): Remove superfluous printf argument.
3843
3844 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
3845
3846 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
3847 directory prefix on the filename.
3848
3849 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
3850
3851 * gdb.gdb/unittest.exp: Update expected message informing that
3852 selftests have been disabled.
3853 * gdb.server/unittest.exp: Likewise.
3854
3855 2018-10-09 Tom de Vries <tdevries@suse.de>
3856
3857 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
3858 with runto_main.
3859
3860 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
3861
3862 PR c++/16841
3863 * gdb.cp/virtbase2.cc: New file.
3864 * gdb.cp/virtbase2.exp: New file.
3865
3866 2018-10-06 Tom Tromey <tom@tromey.com>
3867
3868 PR python/19399:
3869 * gdb.python/py-inferior.exp: Add architecture test.
3870
3871 2018-10-06 Tom Tromey <tom@tromey.com>
3872
3873 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
3874 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
3875
3876 2018-10-06 Tom Tromey <tom@tromey.com>
3877
3878 * gdb.python/py-breakpoint.exp (check_last_event): Check location
3879 of a "throw" catchpoint.
3880
3881 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
3882
3883 * gdb.base/info-proc.exp: Update string expected from "help info
3884 proc".
3885
3886 2018-10-04 Tom Tromey <tom@tromey.com>
3887
3888 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
3889 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
3890 (test_initial_complaints, test_empty_complaints): Update.
3891 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3892
3893 2018-10-04 Tom Tromey <tom@tromey.com>
3894
3895 PR cli/19551:
3896 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
3897 * lib/gdb.exp (gdb_file_cmd): Update.
3898 * gdb.stabs/weird.exp (print_weird_var): Update.
3899 * gdb.server/solib-list.exp: Update.
3900 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
3901 * gdb.mi/mi-cli.exp: Update.
3902 * gdb.linespec/linespec.exp: Update.
3903 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3904 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
3905 * gdb.cp/cp-relocate.exp: Update.
3906 * gdb.base/sym-file.exp: Update.
3907 * gdb.base/relocate.exp: Update.
3908 * gdb.base/readnever.exp: Update.
3909 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
3910 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
3911 * gdb.base/dbx.exp (gdb_file_cmd): Update.
3912 * gdb.base/code_elim.exp: Update.
3913 * gdb.base/break-unload-file.exp (test_break): Update.
3914 * gdb.base/break-interp.exp (test_attach_gdb): Update.
3915 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
3916 Update.
3917 * gdb.base/attach.exp (do_attach_tests): Update.
3918 * gdb.base/sepdebug.exp: Update.
3919 * gdb.python/py-section-script.exp: Update.
3920
3921 2018-10-04 Tom Tromey <tom@tromey.com>
3922
3923 PR cli/22234:
3924 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
3925 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
3926 output.
3927
3928 2018-10-04 Tom Tromey <tom@tromey.com>
3929
3930 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
3931 set width and height to 0.
3932 (test_command_line_attach_run): Use -quiet.
3933
3934 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
3935
3936 * lib/gdb.exp (skip_ifunc_tests): New.
3937 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
3938 other compile failures.
3939 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
3940
3941 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
3942
3943 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
3944 is_amd64_regs_target.
3945
3946 2018-10-01 Alan Hayward <alan.hayward@arm.com>
3947
3948 * gdb.arch/aarch64-sighandler-regs.c: New test.
3949 * gdb.arch/aarch64-sighandler-regs.exp: New file.
3950 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
3951
3952 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
3953
3954 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
3955 assembly.
3956
3957 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
3958
3959 * gdb.base/frame-selection.exp: New file.
3960 * gdb.base/frame-selection.c: New file.
3961
3962 2018-09-27 Alan Hayward <alan.hayward@arm.com>
3963
3964 * gdb.threads/check-libthread-db.c (thread_routine): Use a
3965 pthread barrier.
3966 (main): Likewise.
3967
3968 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
3969
3970 * gdb.base/large-frame-1.c: New file.
3971 * gdb.base/large-frame-2.c: New file.
3972 * gdb.base/large-frame.exp: New file.
3973 * gdb.base/large-frame.h: New file.
3974
3975 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
3976
3977 PR gdb/20948
3978 * gdb.base/write_mem.exp: New test.
3979 * gdb.base/write_mem.c: Likewise.
3980
3981 2018-09-23 Tom Tromey <tom@tromey.com>
3982
3983 PR python/18852:
3984 * gdb.python/py-parameter.exp: Add test for parameter that throws
3985 on "set".
3986
3987 2018-09-23 Tom Tromey <tom@tromey.com>
3988
3989 PR python/17284:
3990 * gdb.python/py-template.exp (test_template_arg): Add test for
3991 negative template argument number.
3992
3993 2018-09-23 Tom Tromey <tom@tromey.com>
3994
3995 PR python/14062:
3996 * gdb.python/python.exp: Add test for post_event error.
3997
3998 2018-09-23 Tom Tromey <tom@tromey.com>
3999
4000 PR python/18170:
4001 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
4002 convert pointers to int and long.
4003
4004 2018-09-23 Tom Tromey <tom@tromey.com>
4005
4006 PR python/20126:
4007 * gdb.python/py-value.exp (test_value_numeric_ops): Add
4008 signed-ness conversion tests.
4009
4010 2018-09-23 Tom Tromey <tom@tromey.com>
4011
4012 PR python/18352;
4013 * gdb.python/py-value.exp (test_float_conversion): New proc.
4014 Use it.
4015
4016 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
4017
4018 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
4019
4020 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
4021
4022 * gdb.base/complete-empty.exp: Skip tab-completion tests if
4023 no readline.
4024 * gdb.base/utf8-identifiers.exp: Likewise.
4025 * gdb.cp/cpcompletion.exp: Likewise.
4026 * gdb.linespec/cpcompletion.exp: Likewise.
4027 * gdb.linespec/cpls-abi-tag.exp: Likewise.
4028 * gdb.linespec/cpls-ops.exp: Likewise.
4029
4030 2018-09-19 Richard Bunt <richard.bunt@arm.com>
4031 Chris January <chris.january@arm.com>
4032
4033 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
4034 * gdb.fortran/short-circuit-argument-list.exp: New file.
4035 * gdb.fortran/short-circuit-argument-list.f90: New test.
4036
4037 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4038
4039 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
4040 "arch=" keyword when executing "-stack-list-frames".
4041
4042 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4043
4044 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
4045 "arch=" keyword when executing "-stack-list-frames".
4046
4047 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4048
4049 * gdb.ada/complete.exp: Expect for "@" when doing "complete
4050 break ada".
4051
4052 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
4053
4054 PR python/23669
4055 * gdb.python/python.exp: Test gdb.execute("show commands").
4056
4057 2018-09-16 Tom Tromey <tom@tromey.com>
4058
4059 * gdb.base/new-ui.exp (do_execution_tests): Update.
4060 * gdb.base/dbx.exp (test_breakpoints): Update.
4061
4062 2018-09-14 Alan Hayward <alan.hayward@arm.com>
4063
4064 * lib/gdb.exp (gdb_simple_compile): Add proc.
4065 (is_elf_target): Use gdb_simple_compile.
4066 (skip_altivec_tests): Likewise.
4067 (skip_vsx_tests): Likewise.
4068 (skip_tsx_tests): Likewise.
4069 (skip_btrace_tests): Likewise.
4070 (skip_btrace_pt_tests): Likewise.
4071 (gdb_can_simple_compile): Likewise.
4072 (gdb_has_argv0): Likewise.
4073 (gdb_target_symbol_prefix): Likewise.
4074 (target_supports_scheduler_locking): Likewise.
4075
4076 2018-09-13 Tom Tromey <tom@tromey.com>
4077
4078 * Makefile.in (TAGS): Recognize proc_with_prefix and
4079 gdb_caching_proc.
4080
4081 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
4082
4083 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
4084 method.
4085
4086 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
4087
4088 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
4089 and a few other Inferior properties when the Inferior is no
4090 longer valid.
4091
4092 2018-09-13 Tom Tromey <tom@tromey.com>
4093
4094 PR rust/23650:
4095 * gdb.rust/simple.exp: Add test for enum field access error.
4096
4097 2018-09-13 Tom Tromey <tom@tromey.com>
4098
4099 PR rust/23626:
4100 * gdb.rust/simple.rs (EmptyEnum): New type.
4101 (main): Use it.
4102 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
4103
4104 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
4105
4106 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
4107 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
4108 * gdb.python/py-symtab.exp: Update test printing an objfile.
4109
4110 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
4111
4112 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
4113 object.
4114
4115 2018-09-12 Alan Hayward <alan.hayward@arm.com>
4116
4117 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
4118 (support_complex_tests): Use gdb_can_simple_compile.
4119 (is_ilp32_target): Likewise.
4120 (is_lp64_target): Likewise.
4121 (is_64_target): Likewise.
4122 (is_amd64_regs_target): Likewise.
4123 (is_aarch32_target): Likewise.
4124 (gdb_int128_helper): Likewise.
4125
4126 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4127
4128 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
4129
4130 2018-09-10 Jerome Guitton <guitton@adacore.com>
4131
4132 * gdb.ada/same_component_name: Add test for case of tagged record
4133 with variable-length fields.
4134
4135 2018-09-10 Xavier Roirand <roirand@adacore.com>
4136
4137 * gdb.ada/access_to_unbounded_array.exp: New testcase.
4138 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
4139 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
4140 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
4141
4142 2018-09-10 Xavier Roirand <roirand@adacore.com>
4143
4144 * gdb.ada/mi_string_access.exp: New testcase.
4145 * gdb.ada/mi_string_access/bar.adb: New file.
4146 * gdb.ada/mi_string_access/pck.adb: New file.
4147 * gdb.ada/mi_string_access/pck.asd: New file.
4148
4149 2018-09-10 Xavier Roirand <roirand@adacore.com>
4150
4151 * gdb.ada/mi_var_union.exp: New testcase.
4152 * gdb.ada/mi_var_union/bar.adb: New file.
4153 * gdb.ada/mi_var_union/pck.adb: New file.
4154 * gdb.ada/mi_var_union/pck.asd: New file.
4155
4156 2018-09-08 Tom Tromey <tom@tromey.com>
4157
4158 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
4159
4160 2018-09-08 Tom Tromey <tom@tromey.com>
4161
4162 PR python/16047:
4163 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
4164 (register_pretty_printers): Register new printer.
4165 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
4166 test.
4167 * gdb.python/py-prettyprint.c (int_type3): New typedef.
4168 (an_int_type3): New global.
4169
4170 2018-09-08 Joel Brobecker <brobecker@adacore.com>
4171
4172 * gdb.ada/expr_with_funcall: New testcase.
4173
4174 2018-09-08 Joel Brobecker <brobecker@adacore.com>
4175
4176 * gdb.ada/packed_array_assign: New testcase.
4177
4178 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
4179
4180 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
4181 names, and add test prefixes to make test names unique.
4182
4183 2018-09-05 Tom de Vries <tdevries@suse.de>
4184
4185 * gdb.dwarf2/varval.exp: Add test.
4186
4187 2018-09-04 Gary Benson <gbenson@redhat.com>
4188
4189 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
4190 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
4191
4192 2018-08-31 Tom Tromey <tom@tromey.com>
4193
4194 * gdb.rust/simple.rs: Rename second variable "v".
4195
4196 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
4197
4198 * gdb.base/funcargs.c (use_a): New function.
4199 (recurse): Call use_a.
4200
4201 2018-08-29 Keith Seitz <keiths@redhat.com>
4202
4203 * gdb.compile/compile-cplus-anonymous.cc: New file.
4204 * gdb.compile/compile-cplus-anonymous.exp: New file.
4205 * gdb.compile/compile-cplus-array-decay.cc: New file.
4206 * gdb.compile/compile-cplus-array-decay.exp: New file.
4207 * gdb.compile/compile-cplus-inherit.cc: New file.
4208 * gdb.compile/compile-cplus-inherit.exp: New file.
4209 * gdb.compile/compile-cplus-member.cc: New file.
4210 * gdb.compile/compile-cplus-member.exp: New file.
4211 * gdb.compile/compile-cplus-method.cc: New file.
4212 * gdb.compile/compile-cplus-method.exp: New file.
4213 * gdb.compile/compile-cplus-mod.c: "New" file.
4214 * gdb.compile/compile-cplus-namespace.cc: New file.
4215 * gdb.compile/compile-cplus-namespace.exp: New file.
4216 * gdb.compile/compile-cplus-nested.cc: New file.
4217 * gdb.compile/compile-cplus-nested.exp: New file.
4218 * gdb.compile/compile-cplus-print.c: "New" file.
4219 * gdb.compile/compile-cplus-print.exp: "New" file.
4220 * gdb.compile/compile-cplus-virtual.cc: New file.
4221 * gdb.compile/compile-cplus-virtual.exp: New file.
4222 * gdb.compile/compile-cplus.c: "New" file.
4223 * gdb.compile/compile-cplus.exp: "New" file.
4224 * lib/compile-support.exp: New file.
4225
4226 2018-08-16 Gary Benson <gbenson@redhat.com>
4227
4228 PR gdb/13000:
4229 * gdb.base/batch-exit-status.exp: New file.
4230 * gdb.base/batch-exit-status.good-commands: Likewise.
4231 * gdb.base/batch-exit-status.bad-commands: Likewise.
4232
4233 2018-08-29 Alan Hayward <alan.hayward@arm.com>
4234
4235 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
4236 (struct struct02): Likewise.
4237 (struct struct03): Likewise.
4238 (struct struct04): Likewise.
4239 (struct struct_01_01): New struct.
4240 (struct struct_01_02): Likewise.
4241 (struct struct_01_03): Likewise.
4242 (struct struct_01_04): Likewise.
4243 (struct struct_02_01): Likewise.
4244 (struct struct_02_02): Likewise.
4245 (struct struct_02_03): Likewise.
4246 (struct struct_02_04): Likewise.
4247 (struct struct_04_01): Likewise.
4248 (struct struct_04_02): Likewise.
4249 (struct struct_04_03): Likewise.
4250 (struct struct_04_04): Likewise.
4251 (struct struct_05_01): Likewise.
4252 (struct struct_05_02): Likewise.
4253 (struct struct_05_03): Likewise.
4254 (struct struct_05_04): Likewise.
4255 (cmp_struct01): Remove function.
4256 (cmp_struct02): Likewise.
4257 (cmp_struct03): Likewise.
4258 (cmp_struct04): Likewise.
4259 (cmp_struct_01_01): Add Function.
4260 (cmp_struct_01_02): Likewise.
4261 (cmp_struct_01_03): Likewise.
4262 (cmp_struct_01_04): Likewise.
4263 (cmp_struct_02_01): Likewise.
4264 (cmp_struct_02_02): Likewise.
4265 (cmp_struct_02_03): Likewise.
4266 (cmp_struct_02_04): Likewise.
4267 (cmp_struct_04_01): Likewise.
4268 (cmp_struct_04_02): Likewise.
4269 (cmp_struct_04_03): Likewise.
4270 (cmp_struct_04_04): Likewise.
4271 (cmp_struct_05_01): Likewise.
4272 (cmp_struct_05_02): Likewise.
4273 (cmp_struct_05_03): Likewise.
4274 (cmp_struct_05_04): Likewise.
4275 (call_all): Add new structs.
4276 * gdb.base/infcall-nested-structs.exp: Likewise.
4277
4278 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
4279
4280 * gdb.python/py-framefilter-mi.exp: Update regexp to
4281 check for "arch" field in frame output.
4282
4283 2018-08-23 Kevin Buettner <kevinb@redhat.com>
4284
4285 * gdb.dwarf2/dw2-ranges-func.c: New file.
4286 * gdb.dwarf2/dw2-ranges-func.exp: New file.
4287
4288 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
4289
4290 * gdb.base/term.exp: Compare terminal settings with values from
4291 the inferior.
4292 * gdb.base/term.c: Get and set terminal settings.
4293
4294 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
4295
4296 * lib/mi-support.exp (mi_expect_stop): Update regexp to
4297 accommodate new "arch" field in frame output.
4298 * gdb.mi/mi-return.exp: Likewise.
4299 * gdb.mi/mi-stack.exp: Likewise.
4300 * gdb.mi/mi-syn-frame.exp: Likewise.
4301 * gdb.mi/user-selected-context-sync.exp: Likewise.
4302
4303 2018-08-19 Michael Spang <spang@google.com>
4304
4305 PR gdb/11786
4306 * gdb.base/gcore-tls-pie.c: New file.
4307 * gdb.base/gcore-tls-pie.exp: New file.
4308
4309 2018-08-18 Kevin Buettner <kevinb@redhat.com>
4310
4311 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
4312 * gdb.dwarf2/varval.c: New file.
4313 * gdb.dwarf2/varval.exp: New file.
4314
4315 2018-08-17 Alan Hayward <alan.hayward@arm.com>
4316
4317 PR gdb/18931
4318 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
4319
4320 2018-08-16 Keith Seitz <keiths@redhat.com>
4321
4322 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
4323 tests expected to pass.
4324
4325 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
4326
4327 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
4328 -data-disassemble -a.
4329 (test_disassembly_bogus_args): Likewise.
4330
4331 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
4332
4333 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
4334
4335 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
4336
4337 * gdb.base/vla-optimized-out.exp: Add new test.
4338
4339 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
4340
4341 * gdb.base/vla-optimized-out-o3.exp: Delete.
4342 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
4343 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
4344 deleted tests.
4345
4346 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
4347
4348 PR gdb/18050:
4349 * gdb.server/extended-remote-restart.c: New file.
4350 * gdb.server/extended-remote-restart.exp: New file.
4351
4352 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
4353
4354 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
4355 "set variable index = 42".
4356
4357 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
4358
4359 * boards/index-cache-gdb.exp: New file.
4360 * gdb.dwarf2/index-cache.exp: New file.
4361 * gdb.dwarf2/index-cache.c: New file.
4362 * gdb.base/maint.exp: Check if we are using the index cache.
4363
4364 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4365
4366 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
4367 MAKEFLAGS.
4368
4369 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4370
4371 * dg-extract-results.sh: Move to toplevel contrib.
4372 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
4373 * Makefile.in (check-parallel-racy): Likewise.
4374
4375 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
4376
4377 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
4378 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
4379 tests if the target supports scheduler locking.
4380
4381 2018-08-04 Tom de Vries <tdevries@suse.de>
4382
4383 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
4384
4385 2018-08-02 Tom Tromey <tom@tromey.com>
4386
4387 PR symtab/16842.
4388 * gdb.cp/temargs.exp: Test "info address" of a template
4389 parameter.
4390
4391 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
4392
4393 * gdb.python/py-mi-var-info-path-expression.c: New file.
4394 * gdb.python/py-mi-var-info-path-expression.py: New file.
4395 * gdb.python/py-mi-var-info-path-expression.exp: New file.
4396
4397 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
4398
4399 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
4400 error after "cannot resolve name" string.
4401
4402 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
4403
4404 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
4405 started.
4406 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
4407
4408 2018-07-28 Tom de Vries <tdevries@suse.de>
4409
4410 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
4411
4412 2018-07-26 Tom de Vries <tdevries@suse.de>
4413
4414 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
4415
4416 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
4417
4418 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
4419 is visible.
4420
4421 2018-07-26 Tom de Vries <tdevries@suse.de>
4422
4423 PR breakpoints/23366
4424 * gdb.base/catch-follow-exec.c: New test.
4425 * gdb.base/catch-follow-exec.exp: New file.
4426
4427 2018-07-25 Tom de Vries <tdevries@suse.de>
4428
4429 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
4430 vla-optimized-out.c.
4431
4432 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
4433
4434 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
4435 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
4436
4437 2018-07-20 Tom de Vries <tdevries@suse.de>
4438
4439 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
4440 NOCLONE macro.
4441 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
4442
4443 2018-07-19 Tom de Vries <tdevries@suse.de>
4444
4445 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
4446 regular expression.
4447
4448 2018-07-18 Tom de Vries <tdevries@suse.de>
4449
4450 * gdb.base/vla-optimized-out.c: New test.
4451 * gdb.base/vla-optimized-out.exp: New file.
4452
4453 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
4454
4455 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
4456 message "No address associated with hostname" when gdbserver
4457 cannot resolve the hostname.
4458
4459 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4460
4461 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
4462 Add some test prefixes to make tests unique.
4463
4464 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4465
4466 * gdb.base/frameapply.c: New file.
4467 * gdb.base/frameapply.exp: New file.
4468
4469 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4470
4471 * gdb.base/skip.exp: Update expected error message.
4472
4473 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
4474 Jan Kratochvil <jan.kratochvil@redhat.com>
4475 Paul Fertser <fercerpav@gmail.com>
4476 Tsutomu Seki <sekiriki@gmail.com>
4477
4478 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
4479 parameter.
4480 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
4481 by default.
4482 * boards/native-gdbserver.exp: Likewise.
4483 * gdb.server/run-without-local-binary.exp: Improve regexp used
4484 for detecting when a remote debugging connection succeeds.
4485 * gdb.server/server-connect.exp: New file.
4486 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
4487 Do not prefix the port number with ":".
4488 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
4489 support for detecting and using it. Add '$debughost_gdbserver'
4490 to the list of arguments used to start gdbserver. Handle case
4491 when gdbserver cannot resolve a network name.
4492
4493 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
4494
4495 PR c++/23373
4496 * gdb.base/ptype-offsets.cc (struct static_member): New
4497 struct.
4498 (main) <stmember>: New variable.
4499 * gdb.base/ptype-offsets.exp: Add test for printing a struct
4500 with a static member in it.
4501
4502 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
4503
4504 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
4505 watchpoints enabled and disabled.
4506
4507 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4508
4509 * gdb.base/examine-backward.exp: Still run tests around address
4510 0x0, even if address 0x0 is not readable. Update the pattern for
4511 matching address 0x0 in expected output.
4512
4513 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4514
4515 * gdb.base/share-env-with-gdbserver.c (main): Add call to
4516 malloc/free.
4517
4518 2018-07-04 Tom de Vries <tdevries@suse.de>
4519
4520 * gdb.dwarf2/dw2-error.exp: Update expected error message.
4521
4522 2018-07-02 Maciej W. Rozycki <macro@mips.com>
4523
4524 PR tdep/8282
4525 * gdb.arch/mips-disassembler-options.exp: New test.
4526 * gdb.arch/mips-disassembler-options.s: New test source.
4527
4528 2018-06-29 Pedro Alves <palves@redhat.com>
4529
4530 * gdb.threads/names.exp: Adjust expected "info threads" output.
4531
4532 2018-06-29 Pedro Alves <palves@redhat.com>
4533
4534 * gdb.opt/inline-break.exp (line number, address): Add "info
4535 break" tests.
4536
4537 2018-06-29 Pedro Alves <palves@redhat.com>
4538
4539 * gdb.opt/inline-break.c (func1): Add "break here" marker.
4540 * gdb.opt/inline-break.exp: Test setting breakpoints by line
4541 number and address and running to them.
4542
4543 2018-06-29 Richard Bunt <richard.bunt@arm.com>
4544
4545 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
4546
4547 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4548
4549 * lib/compiler.c: Remove executable permission flag.
4550
4551 2018-06-28 Richard Bunt <richard.bunt@arm.com>
4552
4553 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
4554 code.
4555 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
4556
4557 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
4558
4559 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
4560
4561 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
4562
4563 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
4564 address argument is omitted.
4565
4566 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
4567
4568 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
4569
4570 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
4571
4572 PR gdb/21695
4573 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
4574 * gdb.base/infoline-reloc-main-from-zero.c: New file.
4575
4576 2018-06-26 Tom Tromey <tom@tromey.com>
4577
4578 PR rust/22574:
4579 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
4580 * gdb.rust/simple.rs (struct SimpleLayout): New.
4581
4582 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
4583
4584 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
4585 "info registers" output.
4586
4587 2018-06-21 Richard Bunt <richard.bunt@arm.com>
4588
4589 * gdb.base/watchpoint-hw-attach.c: New test.
4590 * gdb.base/watchpoint-hw-attach.exp: New file.
4591
4592 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
4593
4594 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
4595 through /bin/sh.
4596 * boards/dwarf4-gdb-index.exp: Likewise.
4597 * boards/fission-dwp.exp: Likewise.
4598
4599 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
4600
4601 * gdb.base/float128.exp: Add comment and improved fail message
4602 to the failure case of "print large128" test.
4603
4604 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
4605
4606 * configure.ac: Remove AC_PREREQ.
4607 * configure: Re-generate.
4608
4609 2018-06-19 Pedro Alves <palves@redhat.com>
4610
4611 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
4612 (func_extern_caller): New.
4613 (main): Call func_extern_caller.
4614 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
4615 logic change.
4616
4617 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
4618
4619 PR gdb/16841
4620 * gdb.cp/typedef-base.cc: New file.
4621 * gdb.cp/typedef-base.exp: New file.
4622
4623 2018-06-18 Tom de Vries <tdevries@suse.de>
4624
4625 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
4626
4627 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
4628 Richard Bunt <Richard.Bunt@arm.com>
4629
4630 * gdb.threads/attach-slow-waitpid.c: New file.
4631 * gdb.threads/attach-slow-waitpid.exp: New file.
4632 * gdb.threads/slow-waitpid.c: New file.
4633
4634 2018-06-14 Pedro Alves <palves@redhat.com>
4635
4636 * gdb.base/fork-running-state.c: Include <errno.h>.
4637 (exit_if_relative_exits): New.
4638 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
4639 exits.
4640 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
4641 child exits.
4642
4643 2018-06-14 Tom de Vries <tdevries@suse.de>
4644
4645 PR cli/22573
4646 * gdb.base/finish-pretty.c: New test.
4647 * gdb.base/finish-pretty.exp: New file.
4648
4649 2018-06-14 Pedro Alves <palves@redhat.com>
4650
4651 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
4652 gdb's expected startup output.
4653
4654 2018-06-14 Pedro Alves <palves@redhat.com>
4655
4656 * lib/selftest-support.exp (selftest_setup): Remove inlined
4657 function handling.
4658
4659 2018-06-14 Tom de Vries <tdevries@suse.de>
4660
4661 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
4662 matching of breakpoint printing.
4663
4664 2018-06-13 Tom de Vries <tdevries@suse.de>
4665
4666 PR testsuite/23269
4667 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
4668 (fork_child): ... here, and ...
4669 (fork_parent): ... here.
4670
4671 2018-06-12 Tom de Vries <tdevries@suse.de>
4672
4673 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
4674
4675 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
4676 Stephen Roberts <stephen.roberts@arm.com>
4677
4678 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
4679 rewrite test to describe action performed, rather than possible
4680 failure.
4681
4682 2018-06-08 Gary Benson <gbenson@redhat.com>
4683
4684 * gdb.threads/check-libthread-db.exp: New file.
4685 * gdb.threads/check-libthread-db.c: Likewise.
4686
4687 2018-06-05 Tom Tromey <tom@tromey.com>
4688
4689 * gdb.base/default.exp: Update expected "show version" output.
4690
4691 2018-06-05 Tom Tromey <tom@tromey.com>
4692
4693 PR cli/12326:
4694 * gdb.cp/static-print-quit.exp: Update.
4695 * lib/gdb.exp (pagination_prompt): Update.
4696 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
4697 * gdb.python/python.exp: Update.
4698
4699 2018-06-04 Joel Brobecker <brobecker@adacore.com>
4700
4701 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
4702
4703 2018-06-01 Joel Brobecker <brobecker@adacore.com>
4704
4705 * gdb.ada/bp_fun_addr: New testcase.
4706
4707 2018-06-01 Tom Tromey <tom@tromey.com>
4708
4709 * gdb.xml/tdesc-regs.exp (load_description): Update expected
4710 results.
4711 * gdb.dwarf2/method-ptr.exp: Set language to C++.
4712 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
4713 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
4714 * gdb.base/maint.exp (maint_pass_if): Update.
4715
4716 2018-05-31 Maciej W. Rozycki <macro@mips.com>
4717
4718 * gdb.base/endian.exp: New test.
4719 * gdb.base/endian.c: New test source.
4720
4721 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
4722
4723 PR gdb/23203
4724 * gdb.base/bt-selected-frame.c: New file.
4725 * gdb.base/bt-selected-frame.exp: New file.
4726 * lib/gdb.exp (get_current_frame_number): New function.
4727
4728 2018-05-24 Maciej W. Rozycki <macro@mips.com>
4729 Pedro Alves <palves@redhat.com>
4730
4731 * gdb.threads/tls-core.c: Include <stdlib.h>
4732 (thread_proc): Call `abort'.
4733 * gdb.threads/tls-core.exp: Generate a core with core_find too.
4734 (tls_core_test): New procedure, bits factored out from ...
4735 (top level): ... here. Test both native cores and gcore cores.
4736
4737 2018-05-23 Tom Tromey <tom@tromey.com>
4738
4739 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
4740
4741 2018-05-23 Tom Tromey <tom@tromey.com>
4742
4743 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
4744 symfile_complaints.
4745 (test_short_complaints): Likewise.
4746 (test_empty_complaints): Likewise.
4747 (test_initial_complaints): Update.
4748
4749 2018-05-23 Tom Tromey <tom@tromey.com>
4750
4751 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
4752
4753 2018-05-23 Tom Tromey <tom@tromey.com>
4754
4755 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
4756 (test_short_complaints): Update.
4757
4758 2018-05-22 Pedro Alves <palves@redhat.com>
4759
4760 * gdb.base/remote.exp: Only gdb_start after compiling the
4761 testcase. Issue "disconnect" before testing "set remote" command
4762 defaults. Issue clean_restart before running to main.
4763
4764 2018-05-22 Pedro Alves <palves@redhat.com>
4765
4766 * gdb.base/remote.exp: Adjust expected output of "show remote
4767 memory-write-packet-size". Add tests for "set remote
4768 memory-write-packet-size 0" and "set remote
4769 memory-write-packet-size fixed/limit".
4770
4771 2018-05-22 Pedro Alves <palves@redhat.com>
4772
4773 PR gdb/22973
4774 * gdb.base/utf8-identifiers.c: New file.
4775 * gdb.base/utf8-identifiers.exp: New file.
4776
4777 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
4778
4779 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
4780
4781 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
4782
4783 * gdb.arch/powerpc-vsx-gcore.exp: New file.
4784
4785 2018-05-18 Tom Tromey <tom@tromey.com>
4786
4787 * gdb.base/ptype-offsets.exp: Update.
4788
4789 2018-05-17 Keith Seitz <keiths@redhat.com>
4790
4791 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
4792 in expected breakpoint stop locations.
4793 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
4794 move to proper scope to test variable values.
4795 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
4796 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
4797 New functions.
4798 (main): Call not_inline_func3.
4799 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
4800 inline_func1, inline_func2, and inline_func3. Test that when each
4801 breakpoint is hit, GDB properly reports both the stop location
4802 and the backtrace. Repeat tests for temporary breakpoints.
4803
4804 2018-05-15 Maciej W. Rozycki <macro@mips.com>
4805
4806 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
4807 rather then trying to access it in determining whether the PID
4808 of `gdbserver' could have been retrieved.
4809
4810 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
4811
4812 * gdb.arch/amd64-init-x87-values.S: New file.
4813 * gdb.arch/amd64-init-x87-values.exp: New file.
4814
4815 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4816
4817 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
4818
4819 2018-05-04 Tom Tromey <tom@tromey.com>
4820
4821 PR python/22730:
4822 * gdb.python/python.exp: Test multi-line execute.
4823
4824 2018-05-04 Tom Tromey <tom@tromey.com>
4825
4826 PR python/22731:
4827 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
4828
4829 2018-05-04 Tom Tromey <tom@tromey.com>
4830
4831 PR gdb/11750:
4832 * gdb.base/define.exp: Test defining a user command inside a user
4833 command.
4834 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
4835
4836 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4837 Pedro Alves <palves@redhat.com>
4838
4839 PR breakpoints/19806 and support for PR external/20207.
4840 * gdb.base/watchpoint-unaligned.c: New file.
4841 * gdb.base/watchpoint-unaligned.exp: New file.
4842
4843 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4844
4845 * gdb.base/maint.exp: Make test names unique, use
4846 test_prefix_command_help to test 'help maint info', and remove
4847 repeated test of 'help maint'.
4848
4849 2018-05-04 Tom Tromey <tom@tromey.com>
4850
4851 PR gdb/22619:
4852 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
4853 behavior.
4854
4855 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4856
4857 * gdb.base/maint.exp: Process output from 'maint print registers'
4858 line at a time.
4859
4860 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4861
4862 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
4863 timeout.
4864
4865 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
4866
4867 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
4868 filter pattern.
4869
4870 2018-05-02 Pedro Alves <palves@redhat.com>
4871
4872 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
4873 to_log_command renames.
4874 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4875
4876 2018-05-02 Tom Tromey <tom@tromey.com>
4877
4878 * gdb.python/py-parameter.exp: Set test message.
4879
4880 2018-05-02 Tom Tromey <tom@tromey.com>
4881
4882 PR python/20084:
4883 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
4884 PARAM_ZUINTEGER_UNLIMITED tests.
4885
4886 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
4887
4888 PR rust/23124
4889 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
4890 when casting.
4891
4892 2018-04-30 Tom Tromey <tom@tromey.com>
4893
4894 * gdb.python/py-type.exp: Check align attribute.
4895 * gdb.python/py-type.c: New "aligncheck" global.
4896
4897 2018-04-30 Tom Tromey <tom@tromey.com>
4898
4899 PR exp/17095:
4900 * gdb.dwarf2/dw2-align.exp: New file.
4901 * gdb.cp/align.exp: New file.
4902 * gdb.base/align.exp: New file.
4903 * lib/gdb.exp (gdb_int128_helper): New proc.
4904 (has_int128_c, has_int128_cxx): New caching procs.
4905
4906 2018-04-27 Tom Tromey <tom@tromey.com>
4907
4908 PR rust/22545:
4909 * gdb.rust/simple.exp: Add inclusive range tests.
4910
4911 2018-04-26 Pedro Alves <palves@redhat.com>
4912
4913 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
4914 ifunc breakpoint locations correctly of ifunc breakpoints set
4915 while the program resolves the ifunc.
4916
4917 2018-04-26 Pedro Alves <palves@redhat.com>
4918
4919 * gdb.base/gnu-ifunc-final.c: New file.
4920 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
4921 * gdb.base/gnu-ifunc.exp (executable): Delete.
4922 (staticexecutable): Adjust.
4923 (lib_opts, exec_opts): Delete.
4924 (make_binsuffix, build, set-break): New procedures.
4925 (misc_tests): New, with tests factored out from the top level.
4926 (top level): Test different combinations of ifunc resolver name,
4927 resolver with and with debug info, and ifunc target with and
4928 without debug info. Wrap static tests with with_target_prefix.
4929
4930 2018-04-26 Pedro Alves <palves@redhat.com>
4931
4932 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
4933 return type" warnings.
4934
4935 2018-04-25 Pedro Alves <palves@redhat.com>
4936
4937 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
4938 killed".
4939 * gdb.base/kill-after-signal.exp: Likewise.
4940 * gdb.threads/kill.exp: Likewise.
4941
4942 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4943 Sergio Durigan Junior <sergiodj@redhat.com>
4944 Pedro Alves <palves@redhat.com>
4945
4946 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
4947 regexps to expect for '[Inferior ... detached]' as well.
4948 * gdb.base/attach.exp: Likewise.
4949 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
4950 "gdb_continue_to_end".
4951 (test_catch_syscall_with_wrong_args): Likewise.
4952 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
4953 ']'. Don't set 'verbose' on.
4954 * gdb.base/foll-vfork.exp: Likewise.
4955 * gdb.base/fork-print-inferior-events.c: New file.
4956 * gdb.base/fork-print-inferior-events.exp: New file.
4957 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
4958 '[Inferior ... has been killed]' message.
4959 * gdb.base/kill-after-signal.exp: Likewise.
4960 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
4961 detach message.
4962 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
4963 message.
4964 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
4965 regexps to expect for '[Inferior ... detached]' as well.
4966 * gdb.threads/process-dies-while-detaching.exp: Likewise.
4967
4968 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
4969
4970 PR gdb/23104
4971 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
4972
4973 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
4974
4975 PR gdb/23095
4976 * gdb.base/break-probes.exp: Pass shlib_load to
4977 prepare_for_testing. Set normal_bp to r_debug_state if target is
4978 bsd.
4979
4980 2018-04-19 Richard Bunt <richard.bunt@arm.com>
4981
4982 * gdb.threads/multiple-successive-infcall.c: New test.
4983 * gdb.threads/multiple-successive-infcall.exp: New file.
4984
4985 2018-04-17 Tom Tromey <tom@tromey.com>
4986
4987 * gdb.rust/simple.rs (Union): New type.
4988 (main): New local "u".
4989 * gdb.rust/simple.exp (test_one_slice): Add new test case.
4990
4991 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4992
4993 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
4994 number information in output of "whereis" command.
4995 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
4996
4997 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4998
4999 * gdb.ada/info_types.exp: Adjust expected output to the line
5000 numbers now printed by "info var/func/type".
5001 * gdb.base/completion.exp: Likewise.
5002 * gdb.base/included.exp: Likewise.
5003 * gdb.cp/cp-relocate.exp: Likewise.
5004 * gdb.cp/cplusfuncs.exp: Likewise.
5005 * gdb.cp/namespace.exp: Likewise.
5006 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
5007
5008 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
5009
5010 * gdb.btrace/cpu.exp: New.
5011
5012 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
5013
5014 * gdb.base/step-indirect-call-thunk.exp: New.
5015 * gdb.base/step-indirect-call-thunk.c: New.
5016 * gdb.reverse/step-indirect-call-thunk.exp: New.
5017 * gdb.reverse/step-indirect-call-thunk.c: New.
5018
5019 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
5020
5021 * gdb.base/pie-fork.c: New file.
5022 * gdb.base/pie-fork.exp: New file.
5023
5024 2018-04-11 Tom Tromey <tom@tromey.com>
5025
5026 * gdb.rust/simple.exp: Add test for ".." struct initializer.
5027
5028 2018-04-10 Pedro Alves <palves@redhat.com>
5029
5030 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
5031 exits. Instead loop running forever.
5032 (fork_parent): Run forever too.
5033
5034 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
5035
5036 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
5037 mi_continue_to_line.
5038 * gdb.mi/mi-stack.c (callee4): Add comment.
5039
5040 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
5041
5042 * gdb.mi/mi-stack.exp: Fix indentation.
5043
5044 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
5045
5046 PR gdb/22979
5047 * gdb.arch/amd64-osabi.exp: New file.
5048
5049 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
5050
5051 PR gdb/22980
5052 * gdb.base/osabi.exp: New file.
5053
5054 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
5055
5056 * gdb.cp/static-typedef-print.exp: New file.
5057 * gdb.cp/static-typedef-print.cc: New file.
5058
5059 2018-03-27 Joel Brobecker <brobecker@adacore.com>
5060
5061 * gdb.ada/varsize_limit: New testcase.
5062
5063 2018-03-27 Joel Brobecker <brobecker@adacore.com>
5064
5065 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
5066
5067 * gdb.ada/notcplusplus: New testcase.
5068
5069 * gdb.base/c-linkage-name.c: New file.
5070 * gdb.base/c-linkage-name.exp: New testcase.
5071
5072 2018-03-26 Tom Tromey <tom@tromey.com>
5073
5074 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
5075 * gdb.python/py-framefilter.py (name_error): New global.
5076 (ErrorInName.function): Use name_error.
5077
5078 2018-03-26 Tom Tromey <tom@tromey.com>
5079
5080 PR backtrace/15582:
5081 * gdb.python/py-framefilter.exp: Add "bt hide" test.
5082
5083 2018-03-23 Keith Seitz <keiths@redhat.com>
5084
5085 PR c++/22968
5086 * gdb.cp/subtypes.exp: New file.
5087 * gdb.cp/subtypes.h: New file.
5088 * gdb.cp/subtypes.cc: New file.
5089 * gdb.cp/subtypes-2.cc: New file.
5090
5091 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
5092
5093 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
5094 (done): Call '_exit' not 'exit' to avoid atexit handlers.
5095 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
5096 -nostartfiles when compiling the test. Confirm that all registers
5097 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
5098
5099 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
5100
5101 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
5102 option, syntax was wrong anyway.
5103 * gdb.arch/arm-disp-step.exp: Likewise.
5104 * gdb.arch/sparc64-regs.exp: Likewise.
5105 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
5106 option, syntax was wrong anyway, switch to use
5107 prepare_for_testing.
5108 * gdb.arch/i386-disp-step.exp: Likewise.
5109
5110 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
5111
5112 * gdb.ada/exec_changed.exp: Replace "target_info exists
5113 use_gdb_stub" by "use_gdb_stub".
5114 * gdb.ada/start.exp: Likewise.
5115 * gdb.base/async-shell.exp: Likewise.
5116 * gdb.base/attach-pie-misread.exp: Likewise.
5117 * gdb.base/attach-wait-input.exp: Likewise.
5118 * gdb.base/break-entry.exp: Likewise.
5119 * gdb.base/break-interp.exp: Likewise.
5120 * gdb.base/dprintf-detach.exp: Likewise.
5121 * gdb.base/nostdlib.exp: Likewise.
5122 * gdb.base/solib-nodir.exp: Likewise.
5123 * gdb.base/statistics.exp: Likewise.
5124 * gdb.base/testenv.exp: Likewise.
5125 * gdb.mi/mi-exec-run.exp: Likewise.
5126 * gdb.mi/mi-start.exp: Likewise.
5127 * gdb.multi/dummy-frame-restore.exp: Likewise.
5128 * gdb.multi/multi-arch-exec.exp: Likewise.
5129 * gdb.multi/multi-arch.exp: Likewise.
5130 * gdb.multi/tids.exp: Likewise.
5131 * gdb.multi/watchpoint-multi.exp: Likewise.
5132 * gdb.python/py-events.exp: Likewise.
5133 * gdb.threads/attach-into-signal.exp: Likewise.
5134 * gdb.threads/attach-stopped.exp: Likewise.
5135 * gdb.threads/threadapply.exp: Likewise.
5136 * lib/selftest-support.exp: Likewise.
5137
5138 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
5139
5140 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
5141
5142 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
5143
5144 * gdb.perf/template-breakpoints.cc: New file.
5145 * gdb.perf/template-breakpoints.exp: New file.
5146 * gdb.perf/template-breakpoints.py: New file.
5147
5148 2018-03-19 Tom Tromey <tom@tromey.com>
5149
5150 * gdb.rust/simple.rs (main): Add local variables field1, field2,
5151 y0.
5152 * gdb.rust/simple.exp: Test bare identifier form of struct
5153 initializer.
5154
5155 2018-03-19 Tom Tromey <tom@tromey.com>
5156
5157 * gdb.gdb/observer.exp: Remove.
5158
5159 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5160
5161 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
5162 "qualified" option when setting breakpoints.
5163 * gdb.trace/backtrace.exp: Likewise.
5164 * gdb.trace/circ.exp: Likewise.
5165 * gdb.trace/collection.exp: Likewise.
5166 * gdb.trace/disconnected-tracing.exp: Likewise.
5167 * gdb.trace/ftrace-lock.exp: Likewise.
5168 * gdb.trace/ftrace.exp: Likewise.
5169 * gdb.trace/infotrace.exp: Likewise.
5170 * gdb.trace/packetlen.exp: Likewise.
5171 * gdb.trace/passc-dyn.exp: Likewise.
5172 * gdb.trace/qtro.exp: Likewise.
5173 * gdb.trace/read-memory.exp: Likewise.
5174 * gdb.trace/report.exp: Likewise.
5175 * gdb.trace/signal.exp: Likewise.
5176 * gdb.trace/status-stop.exp: Likewise.
5177 * gdb.trace/strace.exp: Likewise.
5178 * gdb.trace/tfind.exp: Likewise.
5179 * gdb.trace/trace-break.exp: Likewise.
5180 * gdb.trace/trace-condition.exp: Likewise.
5181 * gdb.trace/trace-mt.exp: Likewise.
5182 * gdb.trace/tstatus.exp: Likewise.
5183 * gdb.trace/tsv.exp: Likewise.
5184 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
5185 * gdb.trace/unavailable.exp: Likewise.
5186 * gdb.trace/while-dyn.exp: Likewise.
5187
5188 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5189
5190 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
5191 that libinproctrace is copied to the target.
5192
5193 2018-03-14 Tom Tromey <tom@tromey.com>
5194
5195 PR cli/14977:
5196 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
5197 a null pointer.
5198 * gdb.base/wchar.exp: Likewise.
5199
5200 2018-03-14 Tom Tromey <tom@tromey.com>
5201
5202 PR cli/19918:
5203 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
5204 flag.
5205
5206 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
5207
5208 PR gdb/22841
5209 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
5210 "target" to remote_exec.
5211
5212 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
5213
5214 PR gdb/22841
5215 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
5216 ${board}_upload): Remove.
5217
5218 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
5219
5220 * gdb.cp/watch-cp.cc: New test.
5221 * gdb.cp/watch-cp.exp: New file.
5222
5223 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5224
5225 * gdb.base/infcall-nested-structs.exp: New file.
5226 * gdb.base/infcall-nested-structs.c: New file.
5227 * gdb.base/float.exp: Add riscv support.
5228
5229 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
5230
5231 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
5232 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
5233
5234 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
5235
5236 * gdb.server/abspath.exp: New file.
5237 * lib/gdb.exp (with_cwd): New procedure.
5238
5239 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
5240
5241 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
5242 use it.
5243 (gdb_is_target_remote_prompt): New proc.
5244 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
5245 (gdb_is_target_native): Pass prompt parameter to
5246 gdb_is_target_1.
5247
5248 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
5249
5250 * gdb.base/load-command.c: New file.
5251 * gdb.base/load-command.exp: New file.
5252 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
5253 (gdb_is_target_1): ...this, and generalize for other targets
5254 than just remote.
5255 (gdb_is_target_remote): Use gdb_is_target_1.
5256 (gdb_is_target_native): use gdb_is_target_1.
5257
5258 2018-02-26 Tom Tromey <tom@tromey.com>
5259
5260 PR python/16497:
5261 * gdb.python/py-framefilter.exp: Update test.
5262
5263 2018-02-26 Tom Tromey <tom@tromey.com>
5264
5265 * gdb.dwarf2/variant.c: New file.
5266 * gdb.dwarf2/variant.exp: New file.
5267
5268 2018-02-26 Tom Tromey <tom@tromey.com>
5269
5270 * gdb.rust/simple.exp: Accept more possible results in enum test.
5271
5272 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
5273
5274 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
5275 parentheses.
5276
5277 2018-02-23 Maciej W. Rozycki <macro@mips.com>
5278
5279 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
5280 name of a variable: $actual_linejj -> $actual_line.
5281
5282 2018-02-21 John Baldwin <jhb@FreeBSD.org>
5283
5284 * gdb.arch/amd64-i386-address.exp: Fix a typo.
5285
5286 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
5287
5288 * gdb.btrace/buffer-size.exp: Do not force BTS.
5289
5290 2018-02-14 Pedro Alves <palves@redhat.com>
5291
5292 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
5293 getting a "Quit".
5294
5295 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
5296
5297 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
5298 Fix test name.
5299
5300 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
5301
5302 * gdb.cp/m-static.exp: Check type of optimized out static
5303 member.
5304
5305 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
5306
5307 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
5308 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
5309
5310 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
5311 Leszek Swirski <leszeks@google.com>
5312
5313 * gdb.python/py-prettyprint.c
5314 (struct to_string_returns_value_inner,
5315 struct to_string_returns_value_wrapper): New.
5316 (main): Add tsrvw variable.
5317 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
5318 ToStringReturnsValueWrapper): New classes.
5319 (register_pretty_printers): Register new pretty-printers.
5320 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
5321 recursive pretty printer.
5322 * gdb.python/py-mi.exp: Likewise.
5323
5324 2018-02-01 Leszek Swirski <leszeks@google.com>
5325
5326 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
5327 functions with the same name as an include file are parsed
5328 correctly.
5329
5330 2018-02-01 Yao Qi <yao.qi@linaro.org>
5331
5332 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
5333 "\[^\r\n\]*".
5334
5335 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
5336
5337 * gdb.arch/powerpc-prologue-frame.s: New file.
5338 * gdb.arch/powerpc-prologue-frame.c: Likewise.
5339 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
5340
5341 2018-01-31 Joel Brobecker <brobecker@adacore.com>
5342
5343 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
5344
5345 2018-01-30 Pedro Alves <palves@redhat.com>
5346
5347 PR gdb/13211
5348 * gdb.base/interrupt-daemon.c: New.
5349 * gdb.base/interrupt-daemon.exp: New.
5350 * gdb.multi/multi-term-settings.c: New.
5351 * gdb.multi/multi-term-settings.exp: New.
5352
5353 2018-01-30 Joel Brobecker <brobecker@adacore.com>
5354
5355 * gdb.base/break.exp: Save the location where the breakpoint
5356 on break.c:47 was actually inserted when debugging the version
5357 compiled at -O2 and use it in the expected output of the "info
5358 break" test performed soon after.
5359
5360 2018-01-22 Pedro Alves <palves@redhat.com>
5361 Sergio Durigan Junior <sergiodj@redhat.com>
5362
5363 * gdb.base/whatis.exp: Add tests for 'set print object on' +
5364 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
5365
5366 2018-01-22 Joel Brobecker <brobecker@adacore.com>
5367
5368 * gdb.base/break-include.c, gdb.base/break-include.inc,
5369 gdb.base/break-include.exp: New files.
5370 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
5371 line number now being the actual line number where the breakpoint
5372 was inserted.
5373 * gdb.mi/mi-break.exp: Likewise.
5374 * gdb.mi/mi-reverse.exp: Likewise.
5375 * gdb.mi/mi-simplerun.exp: Ditto.
5376
5377 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
5378
5379 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
5380 varobj.
5381 * gdb.mi/mi-var-create-rtti.exp: Likewise.
5382
5383 2018-01-21 Don Breazeal <donb@codesourcery.com>
5384 Andrew Burgess <andrew.burgess@embecosm.com>
5385
5386 * gdb.mi/basics.c: Add new global.
5387 * gdb.mi/mi-frame-regs.exp: New file.
5388 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
5389 case.
5390
5391 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
5392
5393 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
5394 non-parameter, and on an unknown symbol.
5395
5396 2018-01-19 Tom Tromey <tom@tromey.com>
5397
5398 * gdb.rust/modules.rs (TWENTY_THREE): New global.
5399 * gdb.rust/modules.exp: Add ::-qualified lookup test.
5400
5401 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5402
5403 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
5404 setrlimit and chdir to int.
5405
5406 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5407
5408 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
5409 function.
5410 (my_tend): Likewise.
5411 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
5412 rationale of avoiding FP- and vector instructions.
5413
5414 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
5415
5416 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
5417 "info reg" with "\[ \t\]*".
5418 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
5419 "\[ \t\]+".
5420 * gdb.arch/s390-multiarch.exp: Ditto.
5421 * gdb.base/pc-fp.exp: Ditto.
5422 * gdb.reverse/i386-precsave.exp: Ditto.
5423 * gdb.reverse/i386-reverse.exp: Ditto.
5424 * gdb.reverse/i387-env-reverse.exp: Ditto.
5425 * gdb.reverse/i387-stack-reverse.exp: Ditto.
5426
5427 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
5428
5429 * lib/gdb.exp (gdb_compile): Re-enable use of
5430 universal_compile_options for languages other than Rust.
5431
5432 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
5433
5434 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
5435
5436 2018-01-17 Mike Gulick <mgulick@mathworks.com>
5437
5438 PR gdb/16577
5439 * gdb.base/solib-vanish.exp: New.
5440 * gdb.base/solib-vanish-main.c: New.
5441 * gdb.base/solib-vanish-lib1.c: New.
5442 * gdb.base/solib-vanish-lib2.c: New.
5443
5444 2018-01-17 Yao Qi <yao.qi@linaro.org>
5445
5446 * gdb.compile/compile.exp: Match the address printed for
5447 frame in the output of command "bt".
5448
5449 2018-01-15 Tom Tromey <tom@tromey.com>
5450
5451 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
5452 compute sp_reg.
5453
5454 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
5455
5456 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
5457 to prepare.
5458 (prepare): Return 0 on error, 1 on success.
5459
5460 2018-01-12 Pedro Alves <palves@redhat.com>
5461
5462 * gdb.base/continue-after-aborted-step-over.c: New.
5463 * gdb.base/continue-after-aborted-step-over.exp: New.
5464
5465 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
5466
5467 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
5468 options when not creating an executable.
5469
5470 2018-01-11 Pedro Alves <palves@redhat.com>
5471
5472 PR remote/22597
5473 * gdb.server/stop-reply-no-thread.c: New file.
5474 * gdb.server/stop-reply-no-thread.exp: New file.
5475
5476 2018-01-10 Pedro Alves <palves@redhat.com>
5477
5478 PR gdb/22670
5479 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
5480 functions too. Test setting breakpoints and printing C functions
5481 with no debug info too.
5482 * gdb.ada/bp_c_mixed_case/qux.c: New file.
5483
5484 2018-01-10 Pedro Alves <palves@redhat.com>
5485
5486 PR gdb/22670
5487 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
5488 a fail.
5489
5490 2018-01-10 Pedro Alves <palves@redhat.com>
5491
5492 PR gdb/22670
5493 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
5494
5495 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
5496
5497 * gdb.server/unittest.exp: Match the output in non-development
5498 mode.
5499
5500 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
5501
5502 * gdb.gdb/unittest.exp: Match output in non-development mode.
5503
5504 2018-01-08 Joel Brobecker <brobecker@adacore.com>
5505
5506 * gdb.ada/access_tagged_param.exp: Relax expected output
5507 for value of "ObjL" in "continue" to pck.inspect breakpoint
5508 test.
5509
5510 2018-01-08 Joel Brobecker <brobecker@adacore.com>
5511
5512 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
5513 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
5514
5515 2018-01-05 Pedro Alves <palves@redhat.com>
5516
5517 PR gdb/18653
5518 * gdb.base/libsegfault.exp: New.
5519
5520 2018-01-05 Joel Brobecker <brobecker@adacore.com>
5521
5522 PR gdb/22670
5523 * gdb.ada/access_tagged_param.exp: New file.
5524 * gdb.ada/access_tagged_param/foo.adb: New file.
5525
5526 2018-01-05 Pedro Alves <palves@redhat.com>
5527
5528 PR gdb/22670
5529 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
5530 exercise lower case too, and to exercise both full matching and
5531 wild matching.
5532
5533 2018-01-05 Joel Brobecker <brobecker@adacore.com>
5534
5535 * gdb.ada/rename_subscript_param: New testcase.
5536
5537 2018-01-05 Jerome Guitton <guitton@adacore.com>
5538
5539 * gdb.ada/arr_acc_idx_w_gap: New testcase.
5540
5541 2018-01-05 Joel Brobecker <brobecker@adacore.com>
5542
5543 * gdb.ada/convvar_comp: New testcase.
5544
5545 2018-01-05 Xavier Roirand <roirand@adacore.com>
5546
5547 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
5548 (My_Table): New global variable.
5549 * testsuite/gdb.ada/array_char_idx.exp: Add test.
5550
5551 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5552
5553 PR gdb/22670
5554 * gdb.ada/maint_with_ada: New testcase.
5555
5556 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5557
5558 PR gdb/22670
5559 * gdb.ada/bp_c_mixed_case: New testcase.
5560
5561 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5562
5563 PR gdb/22670
5564 * gdb.ada/complete.exp: Add "complete break ada" test.
5565
5566 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5567
5568 PR gdb/22670
5569 * gdb.ada/info_addr_mixed_case: New testcase.
5570
5571 2018-01-03 Xavier Roirand <roirand@adacore.com>
5572
5573 * gdb.ada/excep_handle.exp: New testcase.
5574 * gdb.ada/excep_handle/foo.adb: New file.
5575 * gdb.ada/excep_handle/pck.ads: New file.
5576
5577 2018-01-03 Joel Brobecker <brobecker@adacore.com>
5578
5579 * gdb.base/step-line.c: Add extra empty line in copyright header.
5580 * gdb.base/step-line.inp: Likewise.
5581
5582 2018-01-02 Joel Brobecker <brobecker@adacore.com>
5583
5584 * gdb.ada/dyn_stride.exp: Add slice test.
5585
5586 2018-01-02 Joel Brobecker <brobecker@adacore.com>
5587
5588 * gdb.ada/dyn_stride: New testcase.
5589
5590 2017-12-27 Stafford Horne <shorne@gmail.com>
5591
5592 * gdb.xml/extra-regs.xml: Add example foo reggroup.
5593 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
5594
5595 2017-12-27 Stafford Horne <shorne@gmail.com>
5596
5597 * gdb.base/reggroups.c: New file.
5598 * gdb.base/reggroups.exp: New file.
5599
5600 2017-12-18 Joel Brobecker <brobecker@adacore.com>
5601
5602 * gdb.dwarf2/ada-valprint-error.c: New file.
5603 * gdb.dwarf2/ada-valprint-error.exp: New file.
5604
5605 2017-12-18 Joel Brobecker <brobecker@adacore.com>
5606
5607 * gdb.ada/assign_arr: New testcase.
5608
5609 2017-12-18 Xavier Roirand <roirand@adacore.com>
5610
5611 * gdb.ada/funcall_ptr: New testcase.
5612
5613 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
5614
5615 PR cli/16224
5616 * gdb.base/ptype-offsets.cc: New file.
5617 * gdb.base/ptype-offsets.exp: New file.
5618
5619 2017-12-15 Yao Qi <yao.qi@linaro.org>
5620
5621 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
5622 if XML is disabled.
5623
5624 2017-12-15 Xavier Roirand <roirand@adacore.com>
5625
5626 * gdb.ada/same_component_name: New testcase.
5627
5628 2017-12-14 Joel Brobecker <brobecker@adacore.com>
5629
5630 * gdb.ada/str_binop_equal: New testcase.
5631
5632 2017-12-14 Joel Brobecker <brobecker@adacore.com>
5633
5634 * gdb.ada/task_switch_in_core: New testcase.
5635
5636 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
5637
5638 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
5639 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
5640 call test_bkpt_qualified.
5641 (test_bkpt_qualified): New proc.
5642
5643 2017-12-13 Pedro Alves <palves@redhat.com>
5644
5645 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
5646 Tighten regexp by matching with an anchor.
5647
5648 2017-12-13 Pedro Alves <palves@redhat.com>
5649
5650 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
5651 ("expression with namespace"): New set of tests.
5652 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
5653 (Nested::Test_NS::qux): New.
5654 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
5655 defaults to 'start_quote_char' and 'end_quote_char' parameters.
5656
5657 2017-12-13 Joel Brobecker <brobecker@adacore.com>
5658
5659 * gdb.base/server-del-break.c: New file.
5660 * gdb.base/server-del-break.exp: New file.
5661
5662 2017-12-12 Stafford Horne <shorne@gmail.com>
5663
5664 * gdb.xml/tdesc-regs.exp: Add or1k support.
5665
5666 2017-12-12 Stafford Horne <shorne@gmail.com>
5667
5668 * gdb.base/bp-permanent.c: Define nop of or1k.
5669
5670 2017-12-11 Joel Brobecker <brobecker@adacore.com>
5671
5672 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
5673 output with components being reordered.
5674
5675 2017-12-11 Joel Brobecker <brobecker@adacore.com>
5676
5677 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
5678 output with components being reordered.
5679
5680 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5681 Pedro Alves <palves@redhat.com>
5682
5683 * gdb.base/maint.exp (check for .gdb_index): Check also for
5684 .debug_names.
5685 * gdb.dlang/watch-loc.c (.debug_aranges): New.
5686 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
5687 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
5688 (.gdb_index used after symbol reloading): Support also .debug_names.
5689 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
5690
5691 2017-12-08 Yao Qi <yao.qi@linaro.org>
5692
5693 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
5694 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
5695
5696 2017-12-08 Yao Qi <yao.qi@linaro.org>
5697
5698 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
5699 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
5700
5701 2017-12-08 Yao Qi <yao.qi@linaro.org>
5702
5703 * gdb.arch/aarch64-tagged-pointer.c: New file.
5704 * gdb.arch/aarch64-tagged-pointer.exp: New file.
5705
5706 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
5707
5708 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
5709 "int".
5710
5711 2017-12-07 Keith Seitz <keiths@redhat.com>
5712
5713 PR breakpoints/22569
5714 * gdb.linespec/ls-errs.exp: Change expected result of "break
5715 -source this file has spaces.c -line 3".
5716 Check that an explicit source file followed by whitespace is
5717 identified as an invalid explicit location.
5718
5719 2017-12-07 Keith Seitz <keiths@redhat.com>
5720
5721 * gdb.cp/nested-types.cc: New file.
5722 * gdb.cp/nested-types.exp: New file.
5723 * lib/cp-support.exp: Load data-structures.exp library.
5724 (debug_cp_test_ptype_class): New global.
5725 (cp_ptype_class_verbose, next_line): New procedures.
5726 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
5727 Add and document new return value.
5728 Switch the list of lines to a queue.
5729 Add support for new `type' key for nested type definitions.
5730 Add debugging/troubleshooting messages.
5731 * lib/data-structures.exp: New file.
5732
5733 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
5734
5735 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
5736 with proc_with_prefix, don't use with_test_prefix.
5737
5738 2017-12-07 Tom Tromey <tom@tromey.com>
5739
5740 * gdb.base/break.exp: Add test for empty "commands".
5741
5742 2017-12-07 Yao Qi <yao.qi@linaro.org>
5743
5744 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
5745 malloc and catch syscall.
5746
5747 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
5748
5749 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
5750 tests for explicit locations.
5751
5752 2017-12-06 Pedro Alves <palves@redhat.com>
5753
5754 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
5755 force-disabling XML descriptions.
5756
5757 2017-12-04 Pedro Alves <palves@redhat.com>
5758
5759 PR gdb/22499
5760 * gdb.arch/amd64-disp-step-avx.S: New file.
5761 * gdb.arch/amd64-disp-step-avx.exp: New file.
5762
5763 2017-12-03 Pedro Alves <palves@redhat.com>
5764
5765 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
5766 and <string.h>.
5767 (parent_function): Print distinct messages when waitpid fails, or
5768 the child exits with a signal, or the child exits for an unhandled
5769 reason.
5770 * gdb.threads/process-dies-while-detaching.exp
5771 (detach_and_expect_exit): New 'inf_output_re' parameter and use
5772 it. Wait for both inferior output and GDB's prompt. Use an
5773 indirect spawn id list.
5774 (do_detach): New parameter 'child_exit'. Use it to compute
5775 expected inferior output.
5776 (test_detach, test_detach_watch, test_detach_killed_outside):
5777 Adjust to pass down the expected child exit kind.
5778
5779 2017-12-01 Joel Brobecker <brobecker@adacore.com>
5780 Sergio Durigan Junior <sergiodj@redhat.com>
5781 Pedro Alves <palves@redhat.com>
5782
5783 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
5784
5785 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
5786
5787 * gdb.base/relocate.exp: Add tests to guarantee that arguments
5788 to 'symbol-file' and 'add-symbol-file' can be
5789 position-independent.
5790
5791 2017-12-01 Yao Qi <yao.qi@linaro.org>
5792
5793 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
5794 the URL in copyright header.
5795 * gdb.arch/aarch64-fp.exp: Likewise.
5796 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
5797 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
5798 * gdb.base/expand-psymtabs.exp: Likewise.
5799 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
5800 * gdb.fortran/common-block.exp: Likewise.
5801 * gdb.fortran/common-block.f90: Likewise.
5802 * gdb.fortran/logical.exp: Likewise.
5803 * gdb.fortran/vla-datatypes.f90: Likewise.
5804 * gdb.fortran/vla-sub.f90: Likewise.
5805
5806 2017-11-30 Joel Brobecker <brobecker@adacore.com>
5807
5808 * gdb.ada/repeat_dyn: New testcase.
5809
5810 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
5811
5812 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
5813 Update for changed thread numbering.
5814 * gdb.cell/bt.exp: Update for changed GDB output.
5815
5816 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
5817
5818 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
5819 setting isremote by hand.
5820 * boards/dwarf4-gdb-index.exp: Likewise.
5821 * boards/fission.exp: Likewise.
5822 * boards/stabs.exp: Likewise.
5823
5824 2017-11-30 Pedro Alves <palves@redhat.com>
5825
5826 * gdb.linespec/cpls-ops.exp
5827 (check_explicit_skips_function_argument): Extract the underlying
5828 type of size_t instead of hardcoding it.
5829
5830 2017-11-29 Pedro Alves <palves@redhat.com>
5831
5832 PR c++/19436
5833 * gdb.linespec/cpls-abi-tag.cc: New file.
5834 * gdb.linespec/cpls-abi-tag.exp: New file.
5835
5836 2017-11-29 Pedro Alves <palves@redhat.com>
5837
5838 * gdb.base/langs.exp: Use -qualified.
5839 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
5840 it.
5841 * gdb.cp/namespace.exp: Use -qualified.
5842 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
5843 (overload-3, template-overload, template-ret-type, const-overload)
5844 (const-overload-quoted, anon-ns, ambiguous-prefix): New
5845 procedures.
5846 (test_driver): Call them.
5847 * gdb.cp/save-bp-qualified.cc: New.
5848 * gdb.cp/save-bp-qualified.exp: New.
5849 * gdb.linespec/explicit.exp: Test -qualified.
5850 * lib/completion-support.exp (completion::explicit_opts_list): Add
5851 "-qualified".
5852 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
5853
5854 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
5855
5856 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
5857
5858 2017-11-29 Tom Tromey <tom@tromey.com>
5859
5860 * gdb.base/relocate.exp: Update invalid argument test.
5861 Add new tests for invalid arguments.
5862
5863 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
5864
5865 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
5866 Return 0 as a long.
5867 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
5868
5869 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
5870
5871 * gdb.cp/breakpoint.cc (bar): Set return type to void.
5872 * gdb.cp/psymtab-parameter.cc (func): Likewise.
5873 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
5874 func ().
5875 * gdb.cp/shadow.cc (B.func): Return 0.
5876
5877 2017-11-27 Joel Brobecker <brobecker@adacore.com>
5878
5879 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
5880 expected output in gdb_expect call to allow the exception
5881 message to be present as well. Fix syntax confusion to avoid
5882 TCL thinking that exception_name is an array.
5883
5884 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
5885
5886 * gdb.arch/spu-info.c: Include <unistd.h>.
5887 (do_signal_test): Fix broken calls to write.
5888 * gdb.arch/spu-info.exp: Use prepare_for_testing.
5889 Fix checks for empty mailboxes. Update signal tests for corrected
5890 do_signal_test routine. Allow nonzero event status.
5891 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
5892 * gdb.cell/arch.exp: Use standard_output_file.
5893 * gdb.cell/break.exp: Likewise.
5894 * gdb.cell/bt.exp: Likewise.
5895 * gdb.cell/core.exp: Likewise.
5896 * gdb.cell/dwarfaddr.exp: Likewise.
5897 * gdb.cell/ea-cache.exp: Likewise.
5898 * gdb.cell/ea-standalone.exp: Likewise.
5899 * gdb.cell/f-regs.exp: Likewise.
5900 * gdb.cell/fork.exp: Likewise.
5901 * gdb.cell/gcore.exp: Likewise.
5902 * gdb.cell/mem-access.exp: Likewise.
5903 * gdb.cell/ptype.exp: Likewise.
5904 * gdb.cell/registers.exp: Likewise.
5905 * gdb.cell/sizeof.exp: Likewise.
5906 * gdb.cell/solib-symbol.exp: Likewise.
5907 * gdb.cell/solib.exp: Likewise.
5908
5909 2017-11-25 Pedro Alves <palves@redhat.com>
5910
5911 * gdb.base/complete-empty.exp: New file.
5912 * gdb.base/completion.exp: Adjust.
5913
5914 2017-11-25 Pedro Alves <palves@redhat.com>
5915
5916 * gdb.linespec/cpls-ops.cc: New file.
5917 * gdb.linespec/cpls-ops.exp: New file.
5918 * lib/completion-support.exp (test_complete_prefix_range_re): New,
5919 factored out from ...
5920 (test_complete_prefix_range): ... this.
5921
5922 2017-11-24 Pedro Alves <palves@redhat.com>
5923
5924 * gdb.linespec/cpcompletion.exp: New file.
5925 * gdb.linespec/cpls-hyphen.cc: New file.
5926 * gdb.linespec/cpls.cc: New file.
5927 * gdb.linespec/cpls2.cc: New file.
5928 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
5929 test to use test_gdb_complete_unique. Add label completion,
5930 keyword completion and explicit location completion tests.
5931 * lib/completion-support.exp: New file.
5932
5933 2017-11-24 Joel Brobecker <brobecker@adacore.com>
5934
5935 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
5936 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
5937 when hitting an exception catchpoint.
5938
5939 2017-11-22 Yao Qi <yao.qi@linaro.org>
5940
5941 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
5942
5943 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
5944
5945 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
5946 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
5947 * gdb.dwarf2/info-locals-optimized-out.c: New file.
5948
5949 2017-11-22 Yao Qi <yao.qi@linaro.org>
5950
5951 * gdb.base/info-os.exp: Pass pthreads.
5952 * gdb.multi/multi-attach.exp: Likewise.
5953
5954 2017-11-22 Yao Qi <yao.qi@linaro.org>
5955
5956 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
5957 compiler.
5958
5959 2017-11-22 Yao Qi <yao.qi@linaro.org>
5960
5961 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
5962 * gdb.base/break-interp.exp: Likewise.
5963 * gdb.base/jit-attach-pie.exp: Likewise.
5964
5965 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5966
5967 * gdb.base/float128.c (large128): New variable.
5968 * gdb.base/float128.exp: Add test to print largest __float128 value.
5969
5970 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5971
5972 * gdb.arch/vsx-regs.exp: Update register content checks.
5973
5974 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
5975
5976 * gdb.arch/ppc-longdouble.exp: New file.
5977 * gdb.arch/ppc-longdouble.c: Likewise.
5978
5979 2017-11-21 Pedro Alves <palves@redhat.com>
5980
5981 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
5982
5983 2017-11-20 Pedro Alves <palves@redhat.com>
5984
5985 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
5986 (long_double_typedef): New typedefs.
5987 Use DEF on double and long double.
5988 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
5989 cases.
5990 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
5991 and 'long_double_ptr_same_size' locals. Use them to decide
5992 whether cast from array/function to float is valid/invalid.
5993
5994 2017-11-17 Tom Tromey <tom@tromey.com>
5995
5996 * gdb.rust/traits.rs: New file.
5997 * gdb.rust/traits.exp: New file.
5998
5999 2017-11-17 Joel Brobecker <brobecker@adacore.com>
6000
6001 * gdb.ada/minsyms: New testcase.
6002
6003 2017-11-16 Pedro Alves <palves@redhat.com>
6004
6005 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
6006 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
6007
6008 2017-11-16 Pedro Alves <palves@redhat.com>
6009
6010 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
6011 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
6012
6013 2017-11-16 Pedro Alves <palves@redhat.com>
6014
6015 * gdb.server/reconnect-ctrl-c.c: New file.
6016 * gdb.server/reconnect-ctrl-c.exp: New file.
6017
6018 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
6019
6020 * gdb.python/py-rbreak.exp: New file.
6021 * gdb.python/py-rbreak.c: New file.
6022 * gdb.python/py-rbreak-func2.c: New file.
6023
6024 2017-11-16 Pedro Alves <palves@redhat.com>
6025
6026 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
6027 pattern.
6028 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
6029 GDB.
6030
6031 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
6032
6033 * gdb.tui/completionn.exp (test_tab_completion): Add space in
6034 regex.
6035
6036 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
6037
6038 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
6039 test names.
6040
6041 2017-11-09 Pedro Alves <palves@redhat.com>
6042
6043 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
6044 factored out from ...
6045 (top level): ... here, and adjusted to avoid expecting beyond the
6046 prompt in a single gdb_test_multiple.
6047
6048 2017-11-09 Pedro Alves <palves@redhat.com>
6049
6050 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
6051 output.
6052 * gdb.server/ext-attach.exp ("kill" test): Likewise.
6053 * gdb.server/ext-restart.exp ("kill" test): Likewise.
6054 * gdb.server/ext-run.exp ("kill" test): Likewise.
6055 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
6056
6057 2017-11-09 Pedro Alves <palves@redhat.com>
6058
6059 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
6060 match till end of line.
6061
6062 2017-11-09 Pedro Alves <palves@redhat.com>
6063
6064 * gdb.base/memattr.exp: Tighten regexes to match the end line.
6065
6066 2017-11-09 Pedro Alves <palves@redhat.com>
6067
6068 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
6069 New procedures, factored out from ...
6070 (top level): ... here, and adjusted to avoid expecting beyond the
6071 prompt in one go.
6072
6073 2017-11-09 Pedro Alves <palves@redhat.com>
6074
6075 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
6076 output. Fix '?' match.
6077
6078 2017-11-08 Joel Brobecker <brobecker@adacore.com>
6079
6080 * gdb.ada/scoped_watch: New testcase.
6081 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
6082 which is actually correct.
6083 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
6084 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
6085
6086 2017-11-08 Pedro Alves <palves@redhat.com>
6087
6088 * gdb.gdb/complaints.exp (test_initial_complaints)
6089 (test_serial_complaints, test_short_complaints): Call
6090 complaint_internal instead of complaint.
6091
6092 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
6093
6094 * gdb.threads/tls-core.c: New file.
6095 * gdb.threads/tls-core.exp: Likewise.
6096
6097 2017-11-08 Pedro Alves <palves@redhat.com>
6098
6099 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
6100 (p Exported_Capitalized): New test.
6101 (p exported_capitalized): New test.
6102
6103 2017-11-07 Pedro Alves <palves@redhat.com>
6104
6105 * gdb.cp/ena-dis-br-range.exp: Add more tests.
6106
6107 2017-11-07 Pedro Alves <palves@redhat.com>
6108
6109 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
6110 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
6111 (disable_invalid, disable_inverted, disable_negative): New
6112 procedures.
6113 ("bad numbers"): New set of tests.
6114
6115 2017-11-07 Pedro Alves <palves@redhat.com>
6116
6117 * gdb.cp/ena-dis-br-range.exp: Add tests.
6118
6119 2017-11-07 Pedro Alves <palves@redhat.com>
6120
6121 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
6122
6123 2017-11-07 Xavier Roirand <roirand@adacore.com>
6124 Pedro Alves <palves@redhat.com>
6125
6126 * gdb.base/ena-dis-br.exp: Add reference to
6127 gdb.cp/ena-dis-br-range.exp.
6128 * gdb.cp/ena-dis-br-range.exp: New file.
6129 * gdb.cp/ena-dis-br-range.cc: New file.
6130
6131 2017-11-06 Pedro Alves <palves@redhat.com>
6132
6133 * gdb.base/attach-non-pgrp-leader.c: New.
6134 * gdb.base/attach-non-pgrp-leader.exp: New.
6135
6136 2017-11-06 Pedro Alves <palves@redhat.com>
6137
6138 * configure.ac: No longer check for termio.h and sgtty.h.
6139 * configure: Regenerate.
6140 * remote-utils.c: Include termios.h instead of gdb_termios.h.
6141 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
6142 Remove termio and sgtty code.
6143
6144 2017-11-03 Yao Qi <yao.qi@linaro.org>
6145
6146 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
6147 in GDB is disabled.
6148
6149 2017-11-03 Yao Qi <yao.qi@linaro.org>
6150
6151 * gdb.python/py-thrhandle.exp: Skip it if python is not
6152 enabled.
6153
6154 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
6155
6156 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
6157 as a breakpoint command.
6158
6159 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
6160
6161 PR python/21213
6162 * gdb.python/py-infthread.exp: Test calling
6163 InferiorThread.inferior () multiple times in a row.
6164
6165 2017-10-27 Keith Seitz <keiths@redhat.com>
6166
6167 * gdb.opt/inline-break.exp (break_info_1): New procedure.
6168 Test "info break" for every inlined function breakpoint.
6169
6170 2017-10-27 Yao Qi <yao.qi@linaro.org>
6171
6172 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
6173
6174 2017-10-26 Patrick Frants <osscontribute@gmail.com>
6175
6176 * gdb.cp/classes.exp (test_static_members): Test printing
6177 Outer::instance.
6178 * gdb.cp/classes.c (struct Inner, struct Outer): New.
6179 (Inner::instance, Outer::instance): New.
6180
6181 2017-10-24 Pedro Alves <palves@redhat.com>
6182
6183 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
6184 extra console" test in two stages.
6185
6186 2017-10-24 Pedro Alves <palves@redhat.com>
6187
6188 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
6189
6190 2017-10-24 Pedro Alves <palves@redhat.com>
6191
6192 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
6193 loop.
6194
6195 2017-10-24 Pedro Alves <palves@redhat.com>
6196
6197 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
6198 $attempt" and "stoppedtry $stoppedtry" test prefixes.
6199
6200 2017-10-24 Pedro Alves <palves@redhat.com>
6201
6202 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
6203 parameter and handle it. Don't output read value in test name.
6204
6205 2017-10-24 Pedro Alves <palves@redhat.com>
6206
6207 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
6208 custom test name.
6209
6210 2017-10-24 Pedro Alves <palves@redhat.com>
6211
6212 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
6213 include the unstable output directory name in the test's name.
6214 (initial_setup_simple) <'set args'>: Use custom test name.
6215
6216 2017-10-24 Pedro Alves <palves@redhat.com>
6217
6218 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
6219 with explicit test name.
6220
6221 2017-10-20 Pedro Alves <palves@redhat.com>
6222
6223 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
6224 'wait -i'. Use gdb_assert and remote_close.
6225
6226 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
6227
6228 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
6229 number from variable rather than hard-coded.
6230
6231 2017-10-19 Pedro Alves <palves@redhat.com>
6232
6233 * gdb.base/long-inferior-output.c: New file.
6234 * gdb.base/long-inferior-output.exp: New file.
6235
6236 2017-11-18 Keith Seitz <keiths@redhat.com>
6237
6238 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
6239 method.
6240 (main): Call it.
6241 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
6242 Add additional user-defined conversion operator tests.
6243
6244 2017-10-17 Pedro Alves <palves@redhat.com>
6245
6246 * boards/native-stdio-gdbserver.exp: Load "local-board".
6247
6248 2017-10-17 Pedro Alves <palves@redhat.com>
6249
6250 * gdb.base/quit-live.c: New file.
6251 * gdb.base/quit-live.exp: New file.
6252
6253 2017-10-16 Keith Seitz <keiths@redhat.com>
6254
6255 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
6256 (class_with_protected_typedef, class_with_private_typedef)
6257 (struct_with_public_typedef, struct_with_protected_typedef)
6258 (struct_with_private_typedef): New classes/structs.
6259 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
6260 typedefs and access specifiers.
6261
6262 2017-10-16 Pedro Alves <palves@redhat.com>
6263 Simon Marchi <simon.marchi@polymtl.ca>
6264
6265 * README (Local vs Remote vs Native): New section.
6266 * boards/local-board.exp: New file, with bits factored out from
6267 ...
6268 * boards/native-extended-gdbserver.exp: ... here. Load
6269 "local-board".
6270 * boards/native-gdbserver.exp: Load "local-board".
6271 (${board}_spawn, ${board}_exec): Delete.
6272 * boards/native-stdio-gdbserver.exp: Most contents factored out to
6273 ...
6274 * boards/stdio-gdbserver-base.exp: ... this new file.
6275 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
6276 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
6277 procedure.
6278 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
6279 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
6280 stdio_gdbserver_command.
6281 (${board}_get_remote_address, ${board}_get_comm_port)
6282 (${board}_download, ${board}_upload): Delete.
6283 (get_target_remote_pipe_cmd): New.
6284
6285 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
6286
6287 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
6288 test_bkpt_deletion, test_bkpt_cond_and_cmds,
6289 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
6290 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
6291 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
6292 remove with_test_prefix.
6293
6294 2017-10-13 Pedro Alves <palves@redhat.com>
6295
6296 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
6297 * gdb.base/annota1.exp: Use it instead of is_remote.
6298 * gdb.base/annota3.exp: Use it instead of is_remote.
6299 * gdb.cp/annota2.exp: Use it instead of is_remote.
6300 * gdb.cp/annota3.exp: Use it instead of is_remote.
6301 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
6302
6303 2017-10-13 Pedro Alves <palves@redhat.com>
6304
6305 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
6306 (test_num_test_vars, run_and_count_vars, find_env)
6307 (test_set_unset_env, test_inherit_env_var): New procedures.
6308 (top level): Use them.
6309
6310 2017-10-13 Pedro Alves <palves@redhat.com>
6311
6312 * lib/selftest-support.exp (selftest_setup): Extend comments, and
6313 also skip on stub-like targets.
6314
6315 2017-10-13 Pedro Alves <palves@redhat.com>
6316
6317 PR gdb/22293
6318 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
6319 (top level): Move some tests to ...
6320 (test_not_found): ... this new procedure.
6321 (top level): Call it.
6322
6323 2017-10-13 Pedro Alves <palves@redhat.com>
6324
6325 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
6326 expect different "info terminal" output if testing with a
6327 non-native target.
6328
6329 2017-10-13 Pedro Alves <palves@redhat.com>
6330 Simon Marchi <simon.marchi@polymtl.ca>
6331
6332 PR python/12966
6333 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
6334
6335 2017-10-13 Pedro Alves <palves@redhat.com>
6336
6337 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
6338 already.
6339
6340 2017-10-13 Pedro Alves <palves@redhat.com>
6341
6342 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
6343 is_remote.
6344
6345 2017-10-13 Pedro Alves <palves@redhat.com>
6346
6347 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
6348 is_remote.
6349
6350 2017-10-13 Pedro Alves <palves@redhat.com>
6351
6352 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
6353 is set.
6354 (corefile_test_attach): Likewise. Check can_spawn_for_attach
6355 instead of is_remote.
6356
6357 2017-10-13 Pedro Alves <palves@redhat.com>
6358
6359 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
6360 (top level): Add comment.
6361
6362 2017-10-13 Pedro Alves <palves@redhat.com>
6363
6364 * gdb.base/remote.exp (top level): Fix comment typo and add
6365 missing return.
6366
6367 2017-10-13 Pedro Alves <palves@redhat.com>
6368 Simon Marchi <simon.marchi@polymtl.ca>
6369
6370 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
6371 calls and add comments. Skip test if use_gdb_stub is set.
6372 (top level): Use "set cwd" command instead of "cd" command.
6373
6374 2017-10-13 Pedro Alves <palves@redhat.com>
6375
6376 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
6377 is_remote target check.
6378
6379 2017-10-13 Pedro Alves <palves@redhat.com>
6380
6381 * gdb.base/scope.exp: Use build_executable + clean_restart +
6382 gdb_file_cmd instead of prepare_for_testing and no longer skip
6383 "before run" tests on is_remote target boards. Update comments.
6384 * boards/native-extended-gdbserver.exp
6385 (extended_gdbserver_load_last_file): New, factored out from ...
6386 (gdb_load): ... this. Move further below and add comment.
6387 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
6388
6389 2017-10-12 Pedro Alves <palves@redhat.com>
6390
6391 * gdb.base/attach.exp: Remove references to gdb64.
6392 * gdb.base/dbx.exp: Remove references to gdb64.
6393
6394 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
6395 Pedro Alves <palves@redhat.com>
6396
6397 * gdb.base/label.exp: Remove is_remote target check.
6398
6399 2017-10-12 Pedro Alves <palves@redhat.com>
6400
6401 * gdb.base/auvx.exp (coredir): Update comment.
6402 (top level) <core_works>: Use "set cwd" command instead of "cd"
6403 command.
6404
6405 2017-10-12 Pedro Alves <palves@redhat.com>
6406 Simon Marchi <simon.marchi@polymtl.ca>
6407
6408 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
6409 target boards.
6410
6411 2017-10-12 Pedro Alves <palves@redhat.com>
6412 Simon Marchi <simon.marchi@polymtl.ca>
6413
6414 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
6415 Instead skip if there's any gdb_protocol set.
6416
6417 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
6418 Pedro Alves <palves@redhat.com>
6419
6420 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
6421
6422 2017-10-12 Pedro Alves <palves@redhat.com>
6423 Simon Marchi <simon.marchi@polymtl.ca>
6424
6425 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
6426 instead of on dejagnu remote boards.
6427
6428 2017-10-12 Pedro Alves <palves@redhat.com>
6429 Simon Marchi <simon.marchi@polymtl.ca>
6430
6431 * gdb.base/inferior-died.exp: Remove is_remote and isnative
6432 checks. Use build_executable + clean_restart instead of
6433 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
6434 of enabling non-stop after starting gdb.
6435
6436 2017-10-12 Pedro Alves <palves@redhat.com>
6437
6438 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
6439 * gdb.threads/non-ldr-exc-2.exp: Ditto.
6440 * gdb.threads/non-ldr-exc-3.exp: Ditto.
6441 * gdb.threads/non-ldr-exc-4.exp: Ditto.
6442
6443 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
6444
6445 * gdb.arch/arc-tdesc-cpu.exp: New file.
6446 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
6447
6448 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
6449
6450 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
6451
6452 2017-10-10 Pedro Alves <palves@redhat.com>
6453
6454 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
6455 expect CLI output.
6456
6457 2017-10-10 Pedro Alves <palves@redhat.com>
6458
6459 * lib/selftest-support.exp (selftest_setup): Update for
6460 captured_command_loop's prototype change.
6461
6462 2017-10-09 Pedro Alves <palves@redhat.com>
6463
6464 Test both arch1=>arch2 and arch2=>arch1.
6465
6466 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
6467 (srcfile2, binfile2, march1, march2): Remove globals. Largely
6468 factored out to...
6469 (append_arch1_options, append_arch2_options, append_arch_options)
6470 (build_executables): New procedures.
6471 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
6472 local.
6473 (top level): Add new 'first_arch' testing axis.
6474
6475 2017-10-09 Pedro Alves <palves@redhat.com>
6476
6477 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
6478 (barrier): New.
6479 (thread_start, all_started): New functions.
6480 (main): Spawn new thread and wait until it is scheduled.
6481 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
6482 option.
6483 (do_test): Add 'selected_thread' parameter. Run to all_started
6484 instead of main. Explicitly set the breakpoint at main. Switch
6485 to the SELECTED_THREAD thread.
6486 (top level): Test handling the exec event with either the main
6487 thread or the second thread selected.
6488
6489 2017-10-09 Pedro Alves <palves@redhat.com>
6490
6491 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
6492 logic. Move STOP marker after the value checks.
6493 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
6494 regexp.
6495
6496 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
6497
6498 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
6499
6500 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
6501
6502 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
6503 integer-to-dfp conversion.
6504 * gdb.base/dfp-test.exp: Likewise.
6505
6506 2017-10-04 Pedro Alves <palves@redhat.com>
6507
6508 * gdb.multi/hangout.c: Include <unistd.h>.
6509 (hangout_loop): New function.
6510 (main): Call alarm. Call hangout_loop in a loop.
6511 * gdb.multi/hello.c: Include <unistd.h>.
6512 (hello_loop): New function.
6513 (main): Call alarm. Call hangout_loop in a loop.
6514 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
6515 inferior with the other selected.
6516
6517 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
6518
6519 * gdb.mi/list-thread-groups-available.exp: New file.
6520 * gdb.mi/list-thread-groups-available.c: New file.
6521
6522 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
6523
6524 * gdb.base/set-cwd.exp: Make it available on
6525 native-extended-gdbserver.
6526
6527 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
6528
6529 * gdb.base/set-cwd.c: New file.
6530 * gdb.base/set-cwd.exp: Likewise.
6531
6532 2017-10-02 Tom Tromey <tom@tromey.com>
6533
6534 PR rust/22236:
6535 * gdb.rust/simple.rs (main): New variable "fslice".
6536 * gdb.rust/simple.exp: Add slice tests. Update string tests.
6537
6538 2017-10-02 Tom Tromey <tom@tromey.com>
6539
6540 * gdb.rust/simple.exp: Test ptype of a slice.
6541
6542 2017-10-02 Tom Tromey <tom@tromey.com>
6543
6544 * gdb.rust/simple.exp: Test index of slice.
6545
6546 2017-09-27 Tom Tromey <tom@tromey.com>
6547
6548 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
6549
6550 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
6551 Pedro Alves <palves@redhat.com>
6552
6553 * gdb.base/compare-sections.exp (get value of read-only section): Read
6554 as unsigned value.
6555 (corrupt read-only section): Likewise and don't set written if patching
6556 failed.
6557
6558 2017-09-21 Kevin Buettner <kevinb@redhat.com>
6559
6560 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
6561 files.
6562
6563 2017-09-20 Pedro Alves <palves@redhat.com>
6564
6565 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
6566 symbol names in gdb's output.
6567 * gdb.cp/overload.exp ("list all overloads"): Likewise.
6568
6569 2017-09-20 Pedro Alves <palves@redhat.com>
6570
6571 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
6572 Rename to ...
6573 (test_list_ambiguous_symbol): ... this and add a symbol name
6574 parameter. Adjust.
6575 (test_list_ambiguous_function): Reimplement on top of
6576 test_list_ambiguous_symbol and also test listing ambiguous
6577 variables.
6578 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
6579 (ambiguous_fun): ... this.
6580 (ambiguous_var): New.
6581 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
6582 (ambiguous_fun): ... this.
6583 (ambiguous_var): New.
6584
6585 2017-09-19 John Baldwin <jhb@FreeBSD.org>
6586
6587 * gdb.base/starti.c: New file.
6588 * gdb.base/starti.exp: New file.
6589 * lib/gdb.exp (gdb_starti_cmd): New procedure.
6590
6591 2017-09-14 Pedro Alves <palves@redhat.com>
6592
6593 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
6594 (top level): Use it instead of runto.
6595
6596 2017-09-11 Tom Tromey <tom@tromey.com>
6597
6598 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
6599
6600 2017-09-11 Tom Tromey <tom@tromey.com>
6601
6602 * gdb.python/py-infthread.exp: Add tests for new_thread event.
6603 * gdb.python/py-inferior.exp: Add tests for new inferior events.
6604
6605 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
6606
6607 * gdb.fortran/printing-types.exp: New file.
6608 * gdb.fortran/printing-types.exp: New file.
6609
6610 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
6611
6612 * gdb.fortran/vla-ptype.exp: Fix typos.
6613 * gdb.fortran/vla-value.exp: Same.
6614
6615 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
6616
6617 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
6618 * gdb.mi/mi-var-child-f.exp: Likewise.
6619 * gdb.mi/mi-vla-fortran.exp: Likewise.
6620
6621 2017-09-08 Frank Penczek <frank.penczek@intel.com>
6622 Christoph Weinmann <christoph.t.weinmann@intel.com>
6623 Bernhard Heckel <bernhard.heckel@intel.com>
6624
6625 * gdb.fortran/ptr-indentation.f90: New file.
6626 * gdb.fortran/ptr-indentation.exp: New file.
6627
6628 2017-09-05 Tom Tromey <tom@tromey.com>
6629
6630 PR gdb/22010:
6631 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
6632
6633 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
6634
6635 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
6636
6637 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6638
6639 * gdb.threads/tls-nodebug-pie.c: New file.
6640 * gdb.threads/tls-nodebug-pie.exp: New file.
6641
6642 2017-09-05 Tom Tromey <tom@tromey.com>
6643
6644 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
6645 for rust.
6646
6647 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
6648
6649 * gdb.multi/multi-arch-exec.exp: Test with different
6650 "follow-exec-mode" settings.
6651 (do_test): New procedure.
6652
6653 2017-09-04 Pedro Alves <palves@redhat.com>
6654
6655 * gdb.base/func-static.c (S::method const, S::method volatile)
6656 (S::method volatile const): New methods.
6657 (c_s, v_s, cv_s): New instances.
6658 (main): Call method() on them.
6659 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
6660 (cannot_resolve): New procedure.
6661 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
6662 print-quote-unquoted columns.
6663 (do_test): Test printing each scope too.
6664
6665 2017-09-04 Pedro Alves <palves@redhat.com>
6666
6667 * gdb.base/local-static.exp: Also test with
6668 class::method::variable wholly quoted.
6669 * gdb.cp/m-static.exp (class::method::variable): Remove test.
6670
6671 2017-09-04 Pedro Alves <palves@redhat.com>
6672
6673 * gdb.base/local-static.c: New.
6674 * gdb.base/local-static.cc: New.
6675 * gdb.base/local-static.exp: New.
6676
6677 2017-09-04 Pedro Alves <palves@redhat.com>
6678
6679 * gdb.asm/asm-source.exp: Add casts to int.
6680 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
6681 (dataglobal64_1, dataglobal64_2): New globals.
6682 * gdb.base/nodebug.exp: Test different expressions involving the
6683 new globals, with print, whatis and ptype. Add casts to int.
6684 * gdb.base/solib-display.exp: Add casts to int.
6685 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
6686 * gdb.cp/m-static.exp: Add cast to int.
6687 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
6688 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
6689 tls variable with no debug info without a cast. Test with a cast
6690 to int too.
6691 * gdb.trace/entry-values.exp: Add casts.
6692
6693 2017-09-04 Pedro Alves <palves@redhat.com>
6694
6695 * gdb.base/nodebug.exp: Test that ptype's error about functions
6696 with unknown return type includes the function name too.
6697
6698 2017-09-04 Pedro Alves <palves@redhat.com>
6699
6700 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
6701 return type of munmap in infcall.
6702 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
6703 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
6704 type of ftell in infcall.
6705 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
6706 type of getpid in infcall.
6707 * gdb.base/infcall-exec.exp: Cast return type of execlp in
6708 infcall.
6709 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
6710 Bail on failure to extract the pid.
6711 * gdb.base/nodebug.c: #include <stdint.h>.
6712 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
6713 New functions.
6714 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
6715 Change expected output of print/whatis/ptype with functions with
6716 no debug info. Test all supported languages. Call
6717 test_call_promotion.
6718 * gdb.compile/compile.exp: Adjust expected output to expect
6719 warning.
6720 * gdb.threads/siginfo-threads.exp: Likewise.
6721
6722 2017-09-04 Pedro Alves <palves@redhat.com>
6723
6724 * gdb.base/callfuncs.exp (do_function_calls): New parameter
6725 "prototypes". Test calling float functions via prototyped and
6726 unprototyped function pointers.
6727 (perform_all_tests): New parameter "prototypes". Pass it down.
6728 (top level): Pass down "prototypes" parameter to
6729 perform_all_tests.
6730
6731 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6732
6733 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
6734 Test with nested loops.
6735
6736 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6737
6738 * gdb.base/commands.exp: Call the new procedures.
6739 (loop_break_test, loop_continue_test): New procedures.
6740
6741 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6742
6743 * gdb.base/commands.exp: Call new procedure.
6744 (define_if_without_arg_test): New procedure.
6745
6746 2017-09-04 Pedro Alves <palves@redhat.com>
6747
6748 * gdb.base/list-ambiguous.exp: New file.
6749 * gdb.base/list-ambiguous0.c: New file.
6750 * gdb.base/list-ambiguous1.c: New file.
6751 * gdb.base/list.exp (test_list_range): Adjust expected output.
6752
6753 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
6754
6755 * gdb.base/share-env-with-gdbserver.c: New file.
6756 * gdb.base/share-env-with-gdbserver.exp: Likewise.
6757
6758 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
6759
6760 * gdb.base/commands.exp (gdbvar_simple_if_test,
6761 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
6762 progvar_simple_if_test, progvar_simple_while_test,
6763 progvar_complex_if_while_test, user_defined_command_test,
6764 user_defined_command_args_eval,
6765 user_defined_command_args_stack_test,
6766 user_defined_command_manyargs_test, bp_deleted_in_command_test,
6767 temporary_breakpoint_commands,
6768 gdb_test_no_prompt, redefine_hook_test,
6769 redefine_backtrace_test): Remove "global gdb_prompt".
6770
6771 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
6772
6773 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
6774 New proc, call it from toplevel.
6775
6776 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
6777
6778 PR remote/21852
6779 * gdb.server/normal.c: New file, copied from gdb.base.
6780 * gdb.server/run-without-local-binary.exp: New file.
6781
6782 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
6783
6784 * gdb.arch/sparc64-adi.exp: New file.
6785 * gdb.arch/sparc64-adi.c: New file.
6786
6787 2017-08-22 Pedro Alves <palves@redhat.com>
6788
6789 * gdb.cp/overload.exp (line_range_pattern): New procedure.
6790 (top level): Add "list all overloads" tests.
6791
6792 2017-08-22 Tom Tromey <tom@tromey.com>
6793
6794 * gdb.gdb/xfullpath.exp: Remove.
6795
6796 2017-08-21 Pedro Alves <palves@redhat.com>
6797
6798 PR gdb/19487
6799 * gdb.base/symbol-alias.c: New.
6800 * gdb.base/symbol-alias2.c: New.
6801 * gdb.base/symbol-alias.exp: New.
6802
6803 2017-08-21 Pedro Alves <palves@redhat.com>
6804
6805 * gdb.base/dfp-test.c
6806 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
6807 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
6808 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
6809 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
6810 * gdb.base/whatis-ptype-typedefs.c: New.
6811 * gdb.base/whatis-ptype-typedefs.exp: New.
6812 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
6813 (an_int, an_int_type, an_int_type2): New globals.
6814 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
6815 involving typedefs and cast expressions.
6816 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
6817 (lookup_typedefs_function): New.
6818 (typedefs_pretty_printers_dict): New.
6819 (top level): Register lookup_typedefs_function in
6820 gdb.pretty_printers.
6821
6822 2017-08-18 Yao Qi <yao.qi@linaro.org>
6823
6824 * gdb.server/unittest.exp: New.
6825
6826 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
6827
6828 PR gdb/21954
6829 * gdb.base/environ.exp: Add test to check if 'unset environment'
6830 works.
6831
6832 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6833
6834 * lib/gdb.exp (universal_compile_options): New caching proc.
6835 (gdb_compile): Suppress GCC's coloring of messages.
6836
6837 2017-08-14 Tom Tromey <tom@tromey.com>
6838
6839 PR gdb/21675:
6840 * gdb.base/printcmds.exp (test_radices): New function.
6841 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
6842 * gdb.base/sizeof.exp (check_valueof): Use p/d.
6843 * lib/gdb.exp (get_integer_valueof): Use p/d.
6844
6845 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
6846
6847 * lib/gdb.exp (get_valueof): Don't capture end-of-line
6848 characters.
6849
6850 2017-08-05 Tom Tromey <tom@tromey.com>
6851
6852 * gdb.rust/simple.exp: Allow String to appear in a different
6853 namespace.
6854
6855 2017-07-26 Yao Qi <yao.qi@linaro.org>
6856
6857 * gdb.gdb/unittest.exp: Invoke command
6858 "maintenance check xml-descriptions".
6859
6860 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6861
6862 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
6863 calling context.
6864 (hex128): Drop erroneous calculation of parameters.
6865
6866 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
6867
6868 * gdb.python/py-unwind.exp: Disable stack protection when
6869 building test file.
6870
6871 2017-07-20 Pedro Alves <palves@redhat.com>
6872
6873 * gdb.base/default.exp (set language): Adjust expected output.
6874
6875 2017-07-20 Pedro Alves <palves@redhat.com>
6876
6877 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
6878 (test_minsym): ... this, and make static.
6879 (get_pck__foo__bar__minsym): Rename to ...
6880 (get_test_minsym): ... this.
6881 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
6882 symbol names and comments.
6883 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
6884 (get_test_minsym): ... this.
6885 (pck__foo__bar__minsym__2): Rename to ...
6886 (test_minsym): ... this.
6887 (main): Adjust.
6888
6889 2017-07-17 Pedro Alves <palves@redhat.com>
6890
6891 * gdb.base/completion.exp: Adjust expected output.
6892 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
6893 the completer works.
6894
6895 2017-07-17 Pedro Alves <palves@redhat.com>
6896
6897 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
6898
6899 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
6900
6901 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
6902
6903 2017-07-14 Tom Tromey <tom@tromey.com>
6904
6905 PR rust/21764:
6906 * gdb.rust/simple.exp: Add tests.
6907
6908 2017-07-14 Tom Tromey <tom@tromey.com>
6909
6910 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
6911
6912 2017-07-14 Pedro Alves <palves@redhat.com>
6913
6914 * gdb.linespec/base/one/thefile.cc (z1): New function.
6915 * gdb.linespec/base/two/thefile.cc (z2): New function.
6916 * gdb.linespec/linespec.exp: Add tests.
6917
6918 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6919
6920 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
6921 to mi_create_breakpoint.
6922
6923 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6924
6925 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
6926 mi_create_breakpoint.
6927
6928 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
6929
6930 * gdb.dlang/demangle.exp: Update for demangling changes.
6931
6932 2017-07-09 Tom Tromey <tom@tromey.com>
6933
6934 * gdb.dwarf2/shortpiece.exp: New file.
6935
6936 2017-07-06 David Blaikie <dblaikie@gmail.com>
6937
6938 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
6939 built from fissiont-multi-cu{1,2}.c.
6940 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
6941 except putting 'main' and 'func' in separate CUs in the same DWO file.
6942 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
6943 test.
6944 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
6945 test.
6946
6947 2017-07-06 Pedro Alves <palves@redhat.com>
6948
6949 * gdb.python/py-unwind.exp: Test flushregs.
6950
6951 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6952
6953 PR cli/21688
6954 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
6955 tests for alias commands and trailing whitespace.
6956
6957 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6958
6959 PR cli/21688
6960 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
6961 procedure. Call it.
6962
6963 2017-06-29 Pedro Alves <palves@redhat.com>
6964
6965 * gdb.base/printcmds.exp: Add tests.
6966
6967 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
6968
6969 PR gdb/21337
6970 * gdb.base/reread-readsym.exp: New file.
6971 * gdb.base/reread-readsym.c: New file.
6972
6973 2017-06-21 Kevin Buettner <kevinb@redhat.com>
6974
6975 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
6976 subpattern.
6977
6978 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
6979
6980 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
6981 extended mnemonic.
6982 * gdb.arch/powerpc-power9.s: Likewise.
6983
6984 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6985
6986 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
6987 on 32-bit x86 targets. Exploit is_*_target macros where
6988 appropriate.
6989
6990 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6991
6992 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
6993 register pieces.
6994
6995 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6996
6997 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
6998 located in one or more DWARF pieces.
6999
7000 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7001
7002 * lib/gdb.exp (get_endianness): New proc.
7003 * gdb.arch/aarch64-fp.exp: Use it.
7004 * gdb.arch/altivec-regs.exp: Likewise.
7005 * gdb.arch/e500-regs.exp: Likewise.
7006 * gdb.arch/vsx-regs.exp: Likewise.
7007 * gdb.base/dump.exp: Likewise.
7008 * gdb.base/funcargs.exp: Likewise.
7009 * gdb.base/gnu_vector.exp: Likewise.
7010 * gdb.dwarf2/formdata16.exp: Likewise.
7011 * gdb.dwarf2/implptrpiece.exp: Likewise.
7012 * gdb.dwarf2/nonvar-access.exp: Likewise.
7013 * gdb.python/py-inferior.exp: Likewise.
7014 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
7015
7016 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7017
7018 PR gdb/21226
7019 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
7020 stack value pieces are taken from the LSB end.
7021
7022 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7023
7024 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
7025 variable at nonzero offset.
7026
7027 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7028
7029 * gdb.dwarf2/var-access.c: New file.
7030 * gdb.dwarf2/var-access.exp: New test.
7031 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
7032
7033 2017-06-12 Tom Tromey <tom@tromey.com>
7034
7035 * gdb.dwarf2/formdata16.exp: Add tests.
7036
7037 2017-06-12 Tom Tromey <tom@tromey.com>
7038
7039 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
7040
7041 2017-06-12 Tom Tromey <tom@tromey.com>
7042
7043 PR exp/16225:
7044 * gdb.reverse/i386-sse-reverse.exp: Update tests.
7045 * gdb.arch/vsx-regs.exp: Update tests.
7046 * gdb.arch/s390-vregs.exp (hex128): New proc.
7047 Update test.
7048 * gdb.arch/altivec-regs.exp: Update tests.
7049
7050 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
7051
7052 * gdb.base/startup-with-shell.c: New file.
7053 * gdb.base/startup-with-shell.exp: Likewise.
7054
7055 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
7056
7057 * gdb.server/non-existing-program.exp: Update regex in order to
7058 reflect the fact that gdbserver is now using fork_inferior (with a
7059 shell) to startup the inferior.
7060
7061 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
7062
7063 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
7064 support function calls from GDB.
7065
7066 2017-05-21 Tom Tromey <tom@tromey.com>
7067
7068 PR rust/21466:
7069 * gdb.rust/unsized.exp: New file.
7070 * gdb.rust/unsized.rs: New file.
7071
7072 2017-05-19 Tom Tromey <tom@tromey.com>
7073
7074 PR rust/21484:
7075 * gdb.rust/watch.exp: New file.
7076 * gdb.rust/watch.rs: New file.
7077
7078 2017-05-18 Tom Tromey <tom@tromey.com>
7079
7080 * gdb.rust/simple.exp: Allow Box to be qualified.
7081
7082 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
7083
7084 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
7085
7086 2017-05-18 Pedro Alves <palves@redhat.com>
7087
7088 * gdb.base/fileio.c (test_write, test_read, test_close)
7089 (test_fstat): Don't print 'ret' in the fail path.
7090
7091 2017-05-18 Pedro Alves <palves@redhat.com>
7092
7093 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
7094 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
7095 (test_system, test_rename, test_unlink, test_time): Change
7096 prototypes.
7097 * gdb.base/fileio.exp (stop_msg): Adjust.
7098
7099 2017-05-18 Pedro Alves <palves@redhat.com>
7100
7101 * gdb.base/fileio.c (null_str): New global.
7102 (test_stat): Use it.
7103 * gdb.base/fileio.exp: Remove nowarnings.
7104
7105 2017-05-17 Yao Qi <yao.qi@linaro.org>
7106
7107 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
7108
7109 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
7110
7111 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
7112 argument command.
7113 (top-level): Invoke test_set_inferior_tty.
7114
7115 2017-05-04 Pedro Alves <palves@redhat.com>
7116
7117 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
7118 Add parens to print call for Python 3.
7119
7120 2017-05-03 Keith Seitz <keiths@redhat.com>
7121
7122 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
7123 (main): Call it.
7124
7125 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7126
7127 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
7128 to prev and next.
7129
7130 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7131
7132 * gdb.python/py-record-btrace.exp: Remove test for
7133 gdb.BtraceInstruction.error.
7134
7135 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7136
7137 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
7138
7139 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7140
7141 * gdb.python/py-record-btrace-threads.c: New file.
7142 * gdb.python/py-record-btrace-threads.exp: New file.
7143
7144 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
7145
7146 PR testsuite/8595
7147 * gdb.base/environ.exp: Make test available in all architectures.
7148 Move bits related to "info program" testing to
7149 gdb.base/info-program.exp. Rewrite tests to use the two new
7150 procedures mentione below.
7151 (test_set_show_env_var) New procedure.
7152 (test_set_show_env_var_equal): Likewise.
7153 * gdb.base/info-program.exp: New file.
7154
7155 2017-04-27 Keith Seitz <keiths@redhat.com>
7156
7157 * gdb.cp/oranking.cc (test15): New function.
7158 (main): Call test15 and declare additional variables for testing.
7159 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
7160 "p foo101('abc')" tests.
7161 Add tests for cv qualifier overloads.
7162 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
7163 "lvalue reference overload" test.
7164 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
7165 "print value of f1 on Child&& in f2" test.
7166
7167 2017-04-19 Pedro Alves <palves@redhat.com>
7168
7169 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
7170 procedure.
7171 (top level): Call it.
7172 * lib/gdb.exp (gdb_define_cmd): New procedure.
7173
7174 2017-04-12 Pedro Alves <palves@redhat.com>
7175
7176 PR gdb/21323
7177 * gdb.cp/wide_char_types.c: Include <wchar.h>.
7178 (wchar): New global.
7179 * gdb.cp/wide_char_types.exp (wide_char_types_program)
7180 (do_test_wide_char, wide_char_types_no_program, top level): Add
7181 wchar_t testing.
7182
7183 2017-04-12 Pedro Alves <palves@redhat.com>
7184
7185 PR c++/21323
7186 * gdb.cp/wide_char_types.c: New file.
7187 * gdb.cp/wide_char_types.exp: New file.
7188
7189 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
7190
7191 PR gdb/21352
7192 * gdb.trace/tsv.exp: Add test for "tsave -r".
7193
7194 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
7195
7196 * gdb.dlang/watch-loc.c: New file.
7197 * gdb.dlang/watch-loc.exp: New file.
7198
7199 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7200
7201 * gdb.python/py-section-script.exp (sepdebug): New testcases.
7202
7203 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
7204
7205 * gdb.arch/arc-analyze-prologue.S: New file.
7206 * gdb.arch/arc-analyze-prologue.exp: Likewise.
7207
7208 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
7209
7210 * gdb.arch/arc-decode-insn.S: New file.
7211 * gdb.arch/arc-decode-insn.exp: Likewise.
7212
7213 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
7214
7215 PR tdep/20928
7216 * gdb.arch/sparc64-regs.exp: New file.
7217 * gdb.arch/sparc64-regs.S: Likewise.
7218
7219 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
7220
7221 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
7222 and memory view on Python 3.
7223
7224 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
7225 Keith Seitz <keiths@redhat.com>
7226
7227 PR gdb/14441
7228 * gdb.cp/demangle.exp: Add rvalue reference tests.
7229 * gdb.cp/rvalue-ref-casts.cc: New file.
7230 * gdb.cp/rvalue-ref-casts.exp: New file.
7231 * gdb.cp/rvalue-ref-overload.cc: New file.
7232 * gdb.cp/rvalue-ref-overload.exp: New file.
7233 * gdb.cp/rvalue-ref-params.cc: New file.
7234 * gdb.cp/rvalue-ref-params.exp: New file.
7235 * gdb.cp/rvalue-ref-sizeof.cc: New file.
7236 * gdb.cp/rvalue-ref-sizeof.exp: New file.
7237 * gdb.cp/rvalue-ref-types.cc: New file.
7238 * gdb.cp/rvalue-ref-types.exp: New file.
7239 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
7240 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
7241
7242 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
7243
7244 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
7245 New procedure.
7246
7247 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
7248
7249 * lib/mi-support.exp (mi_gdb_test): Add additional message
7250 for unexpected output.
7251
7252 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
7253
7254 * gdb.base/examine-backward.c (Barrier): New character array
7255 constant, to ensure that TestStrings is preceded by a string
7256 terminator.
7257
7258 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7259
7260 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
7261 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
7262 and implicit pointer into such a location.
7263
7264 2017-03-16 Doug Evans <dje@google.com>
7265
7266 * gdb.python/py-lazy-string (pointer): Really add new typedef.
7267
7268 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
7269
7270 * gdb.cp/m-static.exp: Fix expectation for prototype of
7271 test5.single_constructor and single_constructor::single_constructor.
7272
7273 2017-03-16 Doug Evans <dje@google.com>
7274
7275 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
7276 * gdb.guile/scm-lazy-string.c: New file.
7277 * gdb.guile/scm-value.exp: Move lazy string tests to ...
7278 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
7279 for pointer, array, typedef lazy strings.
7280
7281 2017-03-16 Doug Evans <dje@google.com>
7282
7283 PR python/17728, python/18439, python/18779
7284 * gdb.python/py-value.c (main) Delete locals sptr, sn.
7285 * gdb.python/py-lazy-string.c (pointer): New typedef.
7286 (main): New locals ptr, array, typedef_ptr.
7287 * gdb.python/py-value.exp: Move lazy string tests to ...
7288 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
7289 array, typedef lazy strings.
7290
7291 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
7292
7293 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
7294 Add optional 'test' parameter.
7295
7296 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
7297
7298 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
7299 Skip for versions of DejaGnu < 1.5.
7300
7301 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
7302
7303 * lib/gdb.exp (dejagnu_version): New proc.
7304 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
7305 Use dejagnu_version.
7306
7307 2017-03-10 Keith Seitz <keiths@redhat.com>
7308
7309 PR c++/8128
7310 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
7311 type from destructor regexps.
7312 Add a branch which actually passes the test.
7313 Adjust "ptype t5i" test names.
7314
7315 2017-03-08 Pedro Alves <palves@redhat.com>
7316
7317 * gdb.base/step-over-exit.exp: Add explicit test message.
7318
7319 2017-03-08 Pedro Alves <palves@redhat.com>
7320
7321 PR gdb/18360
7322 * gdb.threads/interrupt-while-step-over.c: New file.
7323 * gdb.threads/interrupt-while-step-over.exp: New file.
7324
7325 2017-03-08 Pedro Alves <palves@redhat.com>
7326
7327 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
7328 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
7329
7330 2017-03-08 Pedro Alves <palves@redhat.com>
7331
7332 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
7333 PKRU as not supported as a PASS.
7334
7335 2017-03-08 Pedro Alves <palves@redhat.com>
7336
7337 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
7338 prefix instead of $binfile1/$binfile2.
7339 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
7340 in test message.
7341 * gdb.python/py-completion.exp: Use "load python file" as test
7342 messages instead of unstable path names.
7343
7344 2017-03-08 Pedro Alves <palves@redhat.com>
7345 Jan Kratochvil <jan.kratochvil@redhat.com>
7346
7347 PR cli/21218
7348 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
7349 New proc.
7350 (top level): Call it.
7351
7352 2017-03-08 Pedro Alves <palves@redhat.com>
7353
7354 PR tui/21216
7355 * gdb.tui/tui-nl-filtered-output.exp: New file.
7356
7357 2017-03-08 Pedro Alves <palves@redhat.com>
7358
7359 * gdb.base/completion.exp: Move TUI completion tests to ...
7360 * gdb.tui/completion.exp: ... this new file.
7361
7362 2017-03-08 Pedro Alves <palves@redhat.com>
7363
7364 * gdb.base/tui-disasm-long-lines.c,
7365 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
7366 gdb.base/tui-layout.exp: Move to ...
7367 * gdb.tui/: ... this new directory.
7368
7369 2017-03-07 Pedro Alves <palves@redhat.com>
7370
7371 * gdb.base/tui-layout.c: New file.
7372 * gdb.base/tui-layout.exp: New file.
7373
7374 2017-03-07 Pedro Alves <palves@redhat.com>
7375
7376 * gdb.base/tui-layout.c: Rename to ...
7377 * gdb.base/tui-disasm-long-lines.c: ... this.
7378 * gdb.base/tui-layout.exp: Rename to ...
7379 * gdb.base/tui-disasm-long-lines.exp: ... this.
7380
7381 2017-03-07 Pedro Alves <palves@redhat.com>
7382
7383 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
7384
7385 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
7386
7387 * i386-mpx-call.c: New file.
7388 * i386-mpx-call.exp: New file.
7389
7390 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
7391
7392 * gdb.arch/powerpc-power.exp: Delete test.
7393 * gdb.arch/powerpc-power.s: Likewise.
7394 * gdb.disasm/disassembler-options.exp: New test.
7395 * gdb.arch/powerpc-altivec.exp: Likewise.
7396 * gdb.arch/powerpc-altivec.s: Likewise.
7397 * gdb.arch/powerpc-altivec2.exp: Likewise.
7398 * gdb.arch/powerpc-altivec2.s: Likewise.
7399 * gdb.arch/powerpc-altivec3.exp: Likewise.
7400 * gdb.arch/powerpc-altivec3.s: Likewise.
7401 * gdb.arch/powerpc-power7.exp: Likewise.
7402 * gdb.arch/powerpc-power7.s: Likewise.
7403 * gdb.arch/powerpc-power8.exp: Likewise.
7404 * gdb.arch/powerpc-power8.s: Likewise.
7405 * gdb.arch/powerpc-power9.exp: Likewise.
7406 * gdb.arch/powerpc-power9.s: Likewise.
7407 * gdb.arch/powerpc-vsx.exp: Likewise.
7408 * gdb.arch/powerpc-vsx.s: Likewise.
7409 * gdb.arch/powerpc-vsx2.exp: Likewise.
7410 * gdb.arch/powerpc-vsx2.s: Likewise.
7411 * gdb.arch/powerpc-vsx3.exp: Likewise.
7412 * gdb.arch/powerpc-vsx3.s: Likewise.
7413 * gdb.arch/arm-disassembler-options.exp: Likewise.
7414 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
7415 * gdb.arch/s390-disassembler-options.exp: Likewise.
7416
7417 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
7418
7419 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
7420 (check_supported_features): ... this. Changed return type to void.
7421 (supports_rdseed): New static global.
7422 (rdseed): Check supports_rdseed.
7423 (initialize): Call check_supported_features.
7424
7425 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7426
7427 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
7428 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
7429 and lqarx/stqcx.
7430 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
7431 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
7432
7433 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7434
7435 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
7436 uppercase.
7437
7438 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7439
7440 * gdb.dwarf2/formdata16.c: New file.
7441 * gdb.dwarf2/formdata16.exp: New file.
7442 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
7443
7444 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7445
7446 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
7447 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
7448 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
7449 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
7450 DW_AT_GNU_*.
7451
7452 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7453
7454 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
7455
7456 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
7457
7458 PR gdb/21164
7459 * gdb.base/maint.exp: Add testcases for when the commands do
7460 not have arguments.
7461
7462 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
7463
7464 * gdb.cp/chained-calls.exp: Use p instead of P.
7465
7466 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
7467
7468 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
7469 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
7470
7471 2017-02-14 Tom Tromey <tom@tromey.com>
7472
7473 PR python/13598:
7474 * gdb.python/py-events.exp: Add before_prompt event tests.
7475
7476 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7477
7478 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
7479
7480 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
7481
7482 * gdb.linespec/explicit.c (my_unique_function_name): New function.
7483 (main): Call my_unique_function_name.
7484 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
7485 completion of patterns with a single match.
7486 Add missing -re switches to gdb_test_multiple calls.
7487
7488 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
7489
7490 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
7491 return if core file is not recognized.
7492
7493 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
7494
7495 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
7496 and extra UIs.
7497
7498 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
7499
7500 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
7501 proc_with_prefix.
7502
7503 2017-02-10 Tom Tromey <tom@tromey.com>
7504
7505 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
7506
7507 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
7508
7509 PR gdb/21122
7510 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
7511
7512 2017-02-08 Jerome Guitton <guitton@adacore.com>
7513
7514 * gdb.base/define.exp: Add test for command abbreviations
7515 in define.
7516
7517 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
7518
7519 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
7520 * gdb.reverse/insn-reverse-x86.c: New file.
7521
7522 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
7523
7524 PR tdep/20936
7525 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
7526
7527 2017-02-03 Tom Tromey <tom@tromey.com>
7528
7529 PR rust/21097:
7530 * gdb.rust/simple.exp: Add new tests.
7531
7532 2017-02-02 Pedro Alves <palves@redhat.com>
7533
7534 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
7535 tests.
7536
7537 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
7538
7539 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
7540 taking a 2-byte value out of a 4-byte DWARF implicit value on
7541 big-endian targets.
7542 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
7543 logic. Add test cases for DW_OP_implicit.
7544
7545 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7546
7547 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
7548
7549 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7550
7551 * gdb.btrace/enable.exp: Call gdb_exit before
7552 skip_gdbserver_tests.
7553
7554 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7555
7556 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
7557 GDBFLAGS.
7558
7559 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7560
7561 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
7562 the test is skipped.
7563 * gdb.btrace/data.exp: Likewise.
7564 * gdb.btrace/delta.exp: Likewise.
7565 * gdb.btrace/dlopen.exp: Likewise.
7566 * gdb.btrace/enable-running.exp: Likewise.
7567 * gdb.btrace/enable.exp: Likewise.
7568 * gdb.btrace/exception.exp: Likewise.
7569 * gdb.btrace/function_call_history.exp: Likewise.
7570 * gdb.btrace/gcore.exp: Likewise.
7571 * gdb.btrace/instruction_history.exp: Likewise.
7572 * gdb.btrace/multi-thread-step.exp: Likewise.
7573 * gdb.btrace/nohist.exp: Likewise.
7574 * gdb.btrace/non-stop.exp: Likewise.
7575 * gdb.btrace/reconnect.exp: Likewise.
7576 * gdb.btrace/record_goto-step.exp: Likewise.
7577 * gdb.btrace/record_goto.exp: Likewise.
7578 * gdb.btrace/rn-dl-bind.exp: Likewise.
7579 * gdb.btrace/segv.exp: Likewise.
7580 * gdb.btrace/step.exp: Likewise.
7581 * gdb.btrace/stepi.exp: Likewise.
7582 * gdb.btrace/tailcall-only.exp: Likewise.
7583 * gdb.btrace/tailcall.exp: Likewise.
7584 * gdb.btrace/tsx.exp: Likewise.
7585 * gdb.btrace/unknown_functions.exp: Likewise.
7586 * gdb.btrace/vdso.exp: Likewise.
7587
7588 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7589
7590 * gdb.btrace/enable-running.c: New.
7591 * gdb.btrace/enable-running.exp: New.
7592
7593 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
7594
7595 * gdb.arch/amd64-gs_base.c: New file.
7596 * gdb.arch/amd64-gs_base.exp: New file.
7597
7598 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
7599
7600 * lib/memory.exp: Remove spurious empty newlines.
7601
7602 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
7603
7604 * gdb.python/py-bad-printers.exp: Load python file using "source".
7605 * gdb.python/py-events.exp: Likewise.
7606 * gdb.python/py-evsignal.exp: Likewise.
7607 * gdb.python/py-evthreads.exp: Likewise.
7608 * gdb.python/py-frame-args.exp: Likewise.
7609 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
7610 * gdb.python/py-framefilter-mi.exp: Likewise.
7611 * gdb.python/py-framefilter.exp: Likewise.
7612 * gdb.python/py-mi.exp: Likewise.
7613 * gdb.python/py-pp-maint.exp: Likewise.
7614 * gdb.python/py-pp-registration.exp: Likewise.
7615 * gdb.python/py-prettyprint.exp: Likewise.
7616 (run_lang_tests): Likewise.
7617 * gdb.python/py-typeprint.exp: Likewise.
7618
7619 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
7620
7621 * lib/memory.exp: New file.
7622 * lib/gdb.exp: Load memory.exp.
7623 * gdb.base/memattr.exp (delete_memory): Move proc to
7624 lib/memory.exp and rename to delete_memory_regions.
7625 Replace delete_memory with delete_memory_regions.
7626 Cleanup memory regions before tests.
7627 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
7628 before tests.
7629
7630 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
7631
7632 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
7633 files.
7634 (initialize): New function conditionally defined.
7635 (testcases): Move within conditional block.
7636 (main): Call initialize.
7637 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
7638 of gdb.reverse/insn-reverse.c.
7639 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
7640 gdb.reverse/insn-reverse.c.
7641
7642 2017-01-26 Yao Qi <yao.qi@linaro.org>
7643
7644 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
7645 disassemble on address 0.
7646
7647 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
7648 Yao Qi <yao.qi@linaro.org>
7649
7650 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
7651 * gdb.dwarf2/implptr-64bit.S: Remove.
7652 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
7653 variables in caller's context. Add DW_OP_implicit_value.
7654
7655 2017-01-25 Yao Qi <yao.qi@linaro.org>
7656
7657 * lib/dwarf.exp (Dwarf::_location): Handle
7658 DW_OP_GNU_implicit_pointer with proper size.
7659
7660 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
7661
7662 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
7663 and add untested calls.
7664
7665 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
7666
7667 * gdb.python/python.exp: Check line number against what GDB thinks
7668 the line number is for func1.
7669
7670 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
7671
7672 * gdb.dlang/debug-expr.exp: New file.
7673
7674 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
7675
7676 Fix test names for the following files:
7677
7678 * gdb.ada/exec_changed.exp
7679 * gdb.ada/info_types.exp
7680 * gdb.arch/aarch64-atomic-inst.exp
7681 * gdb.arch/aarch64-fp.exp
7682 * gdb.arch/altivec-abi.exp
7683 * gdb.arch/altivec-regs.exp
7684 * gdb.arch/amd64-byte.exp
7685 * gdb.arch/amd64-disp-step.exp
7686 * gdb.arch/amd64-dword.exp
7687 * gdb.arch/amd64-entry-value-inline.exp
7688 * gdb.arch/amd64-entry-value-param.exp
7689 * gdb.arch/amd64-entry-value-paramref.exp
7690 * gdb.arch/amd64-entry-value.exp
7691 * gdb.arch/amd64-i386-address.exp
7692 * gdb.arch/amd64-invalid-stack-middle.exp
7693 * gdb.arch/amd64-invalid-stack-top.exp
7694 * gdb.arch/amd64-optimout-repeat.exp
7695 * gdb.arch/amd64-prologue-skip.exp
7696 * gdb.arch/amd64-prologue-xmm.exp
7697 * gdb.arch/amd64-stap-special-operands.exp
7698 * gdb.arch/amd64-stap-wrong-subexp.exp
7699 * gdb.arch/amd64-tailcall-cxx.exp
7700 * gdb.arch/amd64-tailcall-noret.exp
7701 * gdb.arch/amd64-tailcall-ret.exp
7702 * gdb.arch/amd64-tailcall-self.exp
7703 * gdb.arch/amd64-word.exp
7704 * gdb.arch/arm-bl-branch-dest.exp
7705 * gdb.arch/arm-disp-step.exp
7706 * gdb.arch/arm-neon.exp
7707 * gdb.arch/arm-single-step-kernel-helper.exp
7708 * gdb.arch/avr-flash-qualifier.exp
7709 * gdb.arch/disp-step-insn-reloc.exp
7710 * gdb.arch/e500-abi.exp
7711 * gdb.arch/e500-regs.exp
7712 * gdb.arch/ftrace-insn-reloc.exp
7713 * gdb.arch/i386-avx512.exp
7714 * gdb.arch/i386-bp_permanent.exp
7715 * gdb.arch/i386-byte.exp
7716 * gdb.arch/i386-cfi-notcurrent.exp
7717 * gdb.arch/i386-disp-step.exp
7718 * gdb.arch/i386-dr3-watch.exp
7719 * gdb.arch/i386-float.exp
7720 * gdb.arch/i386-gnu-cfi.exp
7721 * gdb.arch/i386-mpx-map.exp
7722 * gdb.arch/i386-mpx-sigsegv.exp
7723 * gdb.arch/i386-mpx-simple_segv.exp
7724 * gdb.arch/i386-mpx.exp
7725 * gdb.arch/i386-permbkpt.exp
7726 * gdb.arch/i386-prologue.exp
7727 * gdb.arch/i386-signal.exp
7728 * gdb.arch/i386-size-overlap.exp
7729 * gdb.arch/i386-unwind.exp
7730 * gdb.arch/i386-word.exp
7731 * gdb.arch/mips-fcr.exp
7732 * gdb.arch/powerpc-d128-regs.exp
7733 * gdb.arch/powerpc-stackless.exp
7734 * gdb.arch/ppc64-atomic-inst.exp
7735 * gdb.arch/s390-stackless.exp
7736 * gdb.arch/s390-tdbregs.exp
7737 * gdb.arch/s390-vregs.exp
7738 * gdb.arch/sparc-sysstep.exp
7739 * gdb.arch/thumb-bx-pc.exp
7740 * gdb.arch/thumb-singlestep.exp
7741 * gdb.arch/thumb2-it.exp
7742 * gdb.arch/vsx-regs.exp
7743 * gdb.asm/asm-source.exp
7744 * gdb.base/a2-run.exp
7745 * gdb.base/advance.exp
7746 * gdb.base/all-bin.exp
7747 * gdb.base/anon.exp
7748 * gdb.base/args.exp
7749 * gdb.base/arithmet.exp
7750 * gdb.base/async-shell.exp
7751 * gdb.base/async.exp
7752 * gdb.base/attach-pie-noexec.exp
7753 * gdb.base/attach-twice.exp
7754 * gdb.base/auto-load.exp
7755 * gdb.base/bang.exp
7756 * gdb.base/bitfields.exp
7757 * gdb.base/break-always.exp
7758 * gdb.base/break-caller-line.exp
7759 * gdb.base/break-entry.exp
7760 * gdb.base/break-inline.exp
7761 * gdb.base/break-on-linker-gcd-function.exp
7762 * gdb.base/break-probes.exp
7763 * gdb.base/break.exp
7764 * gdb.base/breakpoint-shadow.exp
7765 * gdb.base/call-ar-st.exp
7766 * gdb.base/call-sc.exp
7767 * gdb.base/call-signal-resume.exp
7768 * gdb.base/call-strs.exp
7769 * gdb.base/callfuncs.exp
7770 * gdb.base/catch-fork-static.exp
7771 * gdb.base/catch-gdb-caused-signals.exp
7772 * gdb.base/catch-load.exp
7773 * gdb.base/catch-signal-fork.exp
7774 * gdb.base/catch-signal.exp
7775 * gdb.base/catch-syscall.exp
7776 * gdb.base/charset.exp
7777 * gdb.base/checkpoint.exp
7778 * gdb.base/chng-syms.exp
7779 * gdb.base/code-expr.exp
7780 * gdb.base/code_elim.exp
7781 * gdb.base/commands.exp
7782 * gdb.base/completion.exp
7783 * gdb.base/complex.exp
7784 * gdb.base/cond-expr.exp
7785 * gdb.base/condbreak.exp
7786 * gdb.base/consecutive.exp
7787 * gdb.base/continue-all-already-running.exp
7788 * gdb.base/coredump-filter.exp
7789 * gdb.base/corefile.exp
7790 * gdb.base/dbx.exp
7791 * gdb.base/debug-expr.exp
7792 * gdb.base/define.exp
7793 * gdb.base/del.exp
7794 * gdb.base/disabled-location.exp
7795 * gdb.base/disasm-end-cu.exp
7796 * gdb.base/disasm-optim.exp
7797 * gdb.base/display.exp
7798 * gdb.base/duplicate-bp.exp
7799 * gdb.base/ena-dis-br.exp
7800 * gdb.base/ending-run.exp
7801 * gdb.base/enumval.exp
7802 * gdb.base/environ.exp
7803 * gdb.base/eu-strip-infcall.exp
7804 * gdb.base/eval-avoid-side-effects.exp
7805 * gdb.base/eval-skip.exp
7806 * gdb.base/exitsignal.exp
7807 * gdb.base/expand-psymtabs.exp
7808 * gdb.base/filesym.exp
7809 * gdb.base/find-unmapped.exp
7810 * gdb.base/finish.exp
7811 * gdb.base/float.exp
7812 * gdb.base/foll-exec-mode.exp
7813 * gdb.base/foll-exec.exp
7814 * gdb.base/foll-fork.exp
7815 * gdb.base/fortran-sym-case.exp
7816 * gdb.base/freebpcmd.exp
7817 * gdb.base/func-ptr.exp
7818 * gdb.base/func-ptrs.exp
7819 * gdb.base/funcargs.exp
7820 * gdb.base/gcore-buffer-overflow.exp
7821 * gdb.base/gcore-relro-pie.exp
7822 * gdb.base/gcore-relro.exp
7823 * gdb.base/gcore.exp
7824 * gdb.base/gdb1090.exp
7825 * gdb.base/gdb11530.exp
7826 * gdb.base/gdb11531.exp
7827 * gdb.base/gdb1821.exp
7828 * gdb.base/gdbindex-stabs.exp
7829 * gdb.base/gdbvars.exp
7830 * gdb.base/hbreak.exp
7831 * gdb.base/hbreak2.exp
7832 * gdb.base/included.exp
7833 * gdb.base/infcall-input.exp
7834 * gdb.base/inferior-died.exp
7835 * gdb.base/infnan.exp
7836 * gdb.base/info-macros.exp
7837 * gdb.base/info-os.exp
7838 * gdb.base/info-proc.exp
7839 * gdb.base/info-shared.exp
7840 * gdb.base/info-target.exp
7841 * gdb.base/infoline.exp
7842 * gdb.base/interp.exp
7843 * gdb.base/interrupt.exp
7844 * gdb.base/jit-reader.exp
7845 * gdb.base/jit-simple.exp
7846 * gdb.base/kill-after-signal.exp
7847 * gdb.base/kill-detach-inferiors-cmd.exp
7848 * gdb.base/label.exp
7849 * gdb.base/langs.exp
7850 * gdb.base/ldbl_e308.exp
7851 * gdb.base/line-symtabs.exp
7852 * gdb.base/linespecs.exp
7853 * gdb.base/list.exp
7854 * gdb.base/long_long.exp
7855 * gdb.base/longest-types.exp
7856 * gdb.base/maint.exp
7857 * gdb.base/max-value-size.exp
7858 * gdb.base/memattr.exp
7859 * gdb.base/mips_pro.exp
7860 * gdb.base/morestack.exp
7861 * gdb.base/moribund-step.exp
7862 * gdb.base/multi-forks.exp
7863 * gdb.base/nested-addr.exp
7864 * gdb.base/nextoverexit.exp
7865 * gdb.base/noreturn-finish.exp
7866 * gdb.base/noreturn-return.exp
7867 * gdb.base/nostdlib.exp
7868 * gdb.base/offsets.exp
7869 * gdb.base/opaque.exp
7870 * gdb.base/pc-fp.exp
7871 * gdb.base/permissions.exp
7872 * gdb.base/print-symbol-loading.exp
7873 * gdb.base/prologue-include.exp
7874 * gdb.base/psymtab.exp
7875 * gdb.base/ptype.exp
7876 * gdb.base/random-signal.exp
7877 * gdb.base/randomize.exp
7878 * gdb.base/range-stepping.exp
7879 * gdb.base/readline-ask.exp
7880 * gdb.base/recpar.exp
7881 * gdb.base/recurse.exp
7882 * gdb.base/relational.exp
7883 * gdb.base/restore.exp
7884 * gdb.base/return-nodebug.exp
7885 * gdb.base/return.exp
7886 * gdb.base/run-after-attach.exp
7887 * gdb.base/save-bp.exp
7888 * gdb.base/scope.exp
7889 * gdb.base/sect-cmd.exp
7890 * gdb.base/set-lang-auto.exp
7891 * gdb.base/set-noassign.exp
7892 * gdb.base/setvar.exp
7893 * gdb.base/sigall.exp
7894 * gdb.base/sigbpt.exp
7895 * gdb.base/siginfo-addr.exp
7896 * gdb.base/siginfo-infcall.exp
7897 * gdb.base/siginfo-obj.exp
7898 * gdb.base/siginfo.exp
7899 * gdb.base/signals-state-child.exp
7900 * gdb.base/signest.exp
7901 * gdb.base/sigstep.exp
7902 * gdb.base/sizeof.exp
7903 * gdb.base/skip.exp
7904 * gdb.base/solib-corrupted.exp
7905 * gdb.base/solib-nodir.exp
7906 * gdb.base/solib-search.exp
7907 * gdb.base/stack-checking.exp
7908 * gdb.base/stale-infcall.exp
7909 * gdb.base/stap-probe.exp
7910 * gdb.base/start.exp
7911 * gdb.base/step-break.exp
7912 * gdb.base/step-bt.exp
7913 * gdb.base/step-line.exp
7914 * gdb.base/step-over-exit.exp
7915 * gdb.base/step-over-syscall.exp
7916 * gdb.base/step-resume-infcall.exp
7917 * gdb.base/step-test.exp
7918 * gdb.base/store.exp
7919 * gdb.base/structs3.exp
7920 * gdb.base/sym-file.exp
7921 * gdb.base/symbol-without-target_section.exp
7922 * gdb.base/term.exp
7923 * gdb.base/testenv.exp
7924 * gdb.base/ui-redirect.exp
7925 * gdb.base/until.exp
7926 * gdb.base/unwindonsignal.exp
7927 * gdb.base/value-double-free.exp
7928 * gdb.base/vla-datatypes.exp
7929 * gdb.base/vla-ptr.exp
7930 * gdb.base/vla-sideeffect.exp
7931 * gdb.base/volatile.exp
7932 * gdb.base/watch-cond-infcall.exp
7933 * gdb.base/watch-cond.exp
7934 * gdb.base/watch-non-mem.exp
7935 * gdb.base/watch-read.exp
7936 * gdb.base/watch-vfork.exp
7937 * gdb.base/watchpoint-cond-gone.exp
7938 * gdb.base/watchpoint-delete.exp
7939 * gdb.base/watchpoint-hw-hit-once.exp
7940 * gdb.base/watchpoint-hw.exp
7941 * gdb.base/watchpoint-stops-at-right-insn.exp
7942 * gdb.base/watchpoints.exp
7943 * gdb.base/wchar.exp
7944 * gdb.base/whatis-exp.exp
7945 * gdb.btrace/buffer-size.exp
7946 * gdb.btrace/data.exp
7947 * gdb.btrace/delta.exp
7948 * gdb.btrace/dlopen.exp
7949 * gdb.btrace/enable.exp
7950 * gdb.btrace/exception.exp
7951 * gdb.btrace/function_call_history.exp
7952 * gdb.btrace/gcore.exp
7953 * gdb.btrace/instruction_history.exp
7954 * gdb.btrace/nohist.exp
7955 * gdb.btrace/reconnect.exp
7956 * gdb.btrace/record_goto-step.exp
7957 * gdb.btrace/record_goto.exp
7958 * gdb.btrace/rn-dl-bind.exp
7959 * gdb.btrace/segv.exp
7960 * gdb.btrace/step.exp
7961 * gdb.btrace/stepi.exp
7962 * gdb.btrace/tailcall-only.exp
7963 * gdb.btrace/tailcall.exp
7964 * gdb.btrace/tsx.exp
7965 * gdb.btrace/unknown_functions.exp
7966 * gdb.btrace/vdso.exp
7967 * gdb.compile/compile-ifunc.exp
7968 * gdb.compile/compile-ops.exp
7969 * gdb.compile/compile-print.exp
7970 * gdb.compile/compile-setjmp.exp
7971 * gdb.cp/abstract-origin.exp
7972 * gdb.cp/ambiguous.exp
7973 * gdb.cp/annota2.exp
7974 * gdb.cp/annota3.exp
7975 * gdb.cp/anon-ns.exp
7976 * gdb.cp/anon-struct.exp
7977 * gdb.cp/anon-union.exp
7978 * gdb.cp/arg-reference.exp
7979 * gdb.cp/baseenum.exp
7980 * gdb.cp/bool.exp
7981 * gdb.cp/breakpoint.exp
7982 * gdb.cp/bs15503.exp
7983 * gdb.cp/call-c.exp
7984 * gdb.cp/casts.exp
7985 * gdb.cp/chained-calls.exp
7986 * gdb.cp/class2.exp
7987 * gdb.cp/classes.exp
7988 * gdb.cp/cmpd-minsyms.exp
7989 * gdb.cp/converts.exp
7990 * gdb.cp/cp-relocate.exp
7991 * gdb.cp/cpcompletion.exp
7992 * gdb.cp/cpexprs.exp
7993 * gdb.cp/cplabel.exp
7994 * gdb.cp/cplusfuncs.exp
7995 * gdb.cp/cpsizeof.exp
7996 * gdb.cp/ctti.exp
7997 * gdb.cp/derivation.exp
7998 * gdb.cp/destrprint.exp
7999 * gdb.cp/dispcxx.exp
8000 * gdb.cp/enum-class.exp
8001 * gdb.cp/exception.exp
8002 * gdb.cp/exceptprint.exp
8003 * gdb.cp/expand-psymtabs-cxx.exp
8004 * gdb.cp/expand-sals.exp
8005 * gdb.cp/extern-c.exp
8006 * gdb.cp/filename.exp
8007 * gdb.cp/formatted-ref.exp
8008 * gdb.cp/fpointer.exp
8009 * gdb.cp/gdb1355.exp
8010 * gdb.cp/gdb2495.exp
8011 * gdb.cp/hang.exp
8012 * gdb.cp/impl-this.exp
8013 * gdb.cp/infcall-dlopen.exp
8014 * gdb.cp/inherit.exp
8015 * gdb.cp/iostream.exp
8016 * gdb.cp/koenig.exp
8017 * gdb.cp/local.exp
8018 * gdb.cp/m-data.exp
8019 * gdb.cp/m-static.exp
8020 * gdb.cp/mb-ctor.exp
8021 * gdb.cp/mb-inline.exp
8022 * gdb.cp/mb-templates.exp
8023 * gdb.cp/member-name.exp
8024 * gdb.cp/member-ptr.exp
8025 * gdb.cp/meth-typedefs.exp
8026 * gdb.cp/method.exp
8027 * gdb.cp/method2.exp
8028 * gdb.cp/minsym-fallback.exp
8029 * gdb.cp/misc.exp
8030 * gdb.cp/namelessclass.exp
8031 * gdb.cp/namespace-enum.exp
8032 * gdb.cp/namespace-nested-import.exp
8033 * gdb.cp/namespace.exp
8034 * gdb.cp/nextoverthrow.exp
8035 * gdb.cp/no-dmgl-verbose.exp
8036 * gdb.cp/non-trivial-retval.exp
8037 * gdb.cp/noparam.exp
8038 * gdb.cp/nsdecl.exp
8039 * gdb.cp/nsimport.exp
8040 * gdb.cp/nsnested.exp
8041 * gdb.cp/nsnoimports.exp
8042 * gdb.cp/nsrecurs.exp
8043 * gdb.cp/nsstress.exp
8044 * gdb.cp/nsusing.exp
8045 * gdb.cp/operator.exp
8046 * gdb.cp/oranking.exp
8047 * gdb.cp/overload-const.exp
8048 * gdb.cp/overload.exp
8049 * gdb.cp/ovldbreak.exp
8050 * gdb.cp/ovsrch.exp
8051 * gdb.cp/paren-type.exp
8052 * gdb.cp/parse-lang.exp
8053 * gdb.cp/pass-by-ref.exp
8054 * gdb.cp/pr-1023.exp
8055 * gdb.cp/pr-1210.exp
8056 * gdb.cp/pr-574.exp
8057 * gdb.cp/pr10687.exp
8058 * gdb.cp/pr12028.exp
8059 * gdb.cp/pr17132.exp
8060 * gdb.cp/pr17494.exp
8061 * gdb.cp/pr9067.exp
8062 * gdb.cp/pr9167.exp
8063 * gdb.cp/pr9631.exp
8064 * gdb.cp/printmethod.exp
8065 * gdb.cp/psmang.exp
8066 * gdb.cp/psymtab-parameter.exp
8067 * gdb.cp/ptype-cv-cp.exp
8068 * gdb.cp/ptype-flags.exp
8069 * gdb.cp/re-set-overloaded.exp
8070 * gdb.cp/ref-types.exp
8071 * gdb.cp/rtti.exp
8072 * gdb.cp/scope-err.exp
8073 * gdb.cp/shadow.exp
8074 * gdb.cp/smartp.exp
8075 * gdb.cp/static-method.exp
8076 * gdb.cp/static-print-quit.exp
8077 * gdb.cp/temargs.exp
8078 * gdb.cp/templates.exp
8079 * gdb.cp/try_catch.exp
8080 * gdb.cp/typedef-operator.exp
8081 * gdb.cp/typeid.exp
8082 * gdb.cp/userdef.exp
8083 * gdb.cp/using-crash.exp
8084 * gdb.cp/var-tag.exp
8085 * gdb.cp/virtbase.exp
8086 * gdb.cp/virtfunc.exp
8087 * gdb.cp/virtfunc2.exp
8088 * gdb.cp/vla-cxx.exp
8089 * gdb.disasm/t01_mov.exp
8090 * gdb.disasm/t02_mova.exp
8091 * gdb.disasm/t03_add.exp
8092 * gdb.disasm/t04_sub.exp
8093 * gdb.disasm/t05_cmp.exp
8094 * gdb.disasm/t06_ari2.exp
8095 * gdb.disasm/t07_ari3.exp
8096 * gdb.disasm/t08_or.exp
8097 * gdb.disasm/t09_xor.exp
8098 * gdb.disasm/t10_and.exp
8099 * gdb.disasm/t11_logs.exp
8100 * gdb.disasm/t12_bit.exp
8101 * gdb.disasm/t13_otr.exp
8102 * gdb.dlang/circular.exp
8103 * gdb.dwarf2/arr-stride.exp
8104 * gdb.dwarf2/arr-subrange.exp
8105 * gdb.dwarf2/atomic-type.exp
8106 * gdb.dwarf2/bad-regnum.exp
8107 * gdb.dwarf2/bitfield-parent-optimized-out.exp
8108 * gdb.dwarf2/callframecfa.exp
8109 * gdb.dwarf2/clztest.exp
8110 * gdb.dwarf2/corrupt.exp
8111 * gdb.dwarf2/data-loc.exp
8112 * gdb.dwarf2/dup-psym.exp
8113 * gdb.dwarf2/dw2-anon-mptr.exp
8114 * gdb.dwarf2/dw2-anonymous-func.exp
8115 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
8116 * gdb.dwarf2/dw2-bad-unresolved.exp
8117 * gdb.dwarf2/dw2-basic.exp
8118 * gdb.dwarf2/dw2-canonicalize-type.exp
8119 * gdb.dwarf2/dw2-case-insensitive.exp
8120 * gdb.dwarf2/dw2-common-block.exp
8121 * gdb.dwarf2/dw2-compdir-oldgcc.exp
8122 * gdb.dwarf2/dw2-compressed.exp
8123 * gdb.dwarf2/dw2-const.exp
8124 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
8125 * gdb.dwarf2/dw2-cu-size.exp
8126 * gdb.dwarf2/dw2-dup-frame.exp
8127 * gdb.dwarf2/dw2-entry-value.exp
8128 * gdb.dwarf2/dw2-icycle.exp
8129 * gdb.dwarf2/dw2-ifort-parameter.exp
8130 * gdb.dwarf2/dw2-inline-break.exp
8131 * gdb.dwarf2/dw2-inline-param.exp
8132 * gdb.dwarf2/dw2-intercu.exp
8133 * gdb.dwarf2/dw2-intermix.exp
8134 * gdb.dwarf2/dw2-lexical-block-bare.exp
8135 * gdb.dwarf2/dw2-linkage-name-trust.exp
8136 * gdb.dwarf2/dw2-minsym-in-cu.exp
8137 * gdb.dwarf2/dw2-noloc.exp
8138 * gdb.dwarf2/dw2-op-call.exp
8139 * gdb.dwarf2/dw2-op-out-param.exp
8140 * gdb.dwarf2/dw2-opt-structptr.exp
8141 * gdb.dwarf2/dw2-param-error.exp
8142 * gdb.dwarf2/dw2-producer.exp
8143 * gdb.dwarf2/dw2-ranges-base.exp
8144 * gdb.dwarf2/dw2-ref-missing-frame.exp
8145 * gdb.dwarf2/dw2-reg-undefined.exp
8146 * gdb.dwarf2/dw2-regno-invalid.exp
8147 * gdb.dwarf2/dw2-restore.exp
8148 * gdb.dwarf2/dw2-restrict.exp
8149 * gdb.dwarf2/dw2-single-line-discriminators.exp
8150 * gdb.dwarf2/dw2-strp.exp
8151 * gdb.dwarf2/dw2-undefined-ret-addr.exp
8152 * gdb.dwarf2/dw2-unresolved.exp
8153 * gdb.dwarf2/dw2-var-zero-addr.exp
8154 * gdb.dwarf2/dw4-sig-types.exp
8155 * gdb.dwarf2/dwz.exp
8156 * gdb.dwarf2/dynarr-ptr.exp
8157 * gdb.dwarf2/enum-type.exp
8158 * gdb.dwarf2/gdb-index.exp
8159 * gdb.dwarf2/implptr-64bit.exp
8160 * gdb.dwarf2/implptr-optimized-out.exp
8161 * gdb.dwarf2/implptr.exp
8162 * gdb.dwarf2/implref-array.exp
8163 * gdb.dwarf2/implref-const.exp
8164 * gdb.dwarf2/implref-global.exp
8165 * gdb.dwarf2/implref-struct.exp
8166 * gdb.dwarf2/mac-fileno.exp
8167 * gdb.dwarf2/main-subprogram.exp
8168 * gdb.dwarf2/member-ptr-forwardref.exp
8169 * gdb.dwarf2/method-ptr.exp
8170 * gdb.dwarf2/missing-sig-type.exp
8171 * gdb.dwarf2/nonvar-access.exp
8172 * gdb.dwarf2/opaque-type-lookup.exp
8173 * gdb.dwarf2/pieces-optimized-out.exp
8174 * gdb.dwarf2/pieces.exp
8175 * gdb.dwarf2/pr10770.exp
8176 * gdb.dwarf2/pr13961.exp
8177 * gdb.dwarf2/staticvirtual.exp
8178 * gdb.dwarf2/subrange.exp
8179 * gdb.dwarf2/symtab-producer.exp
8180 * gdb.dwarf2/trace-crash.exp
8181 * gdb.dwarf2/typeddwarf.exp
8182 * gdb.dwarf2/valop.exp
8183 * gdb.dwarf2/watch-notconst.exp
8184 * gdb.fortran/array-element.exp
8185 * gdb.fortran/charset.exp
8186 * gdb.fortran/common-block.exp
8187 * gdb.fortran/complex.exp
8188 * gdb.fortran/derived-type-function.exp
8189 * gdb.fortran/derived-type.exp
8190 * gdb.fortran/logical.exp
8191 * gdb.fortran/module.exp
8192 * gdb.fortran/multi-dim.exp
8193 * gdb.fortran/nested-funcs.exp
8194 * gdb.fortran/print-formatted.exp
8195 * gdb.fortran/subarray.exp
8196 * gdb.fortran/vla-alloc-assoc.exp
8197 * gdb.fortran/vla-datatypes.exp
8198 * gdb.fortran/vla-history.exp
8199 * gdb.fortran/vla-ptr-info.exp
8200 * gdb.fortran/vla-ptype-sub.exp
8201 * gdb.fortran/vla-ptype.exp
8202 * gdb.fortran/vla-sizeof.exp
8203 * gdb.fortran/vla-type.exp
8204 * gdb.fortran/vla-value-sub-arbitrary.exp
8205 * gdb.fortran/vla-value-sub-finish.exp
8206 * gdb.fortran/vla-value-sub.exp
8207 * gdb.fortran/vla-value.exp
8208 * gdb.fortran/whatis_type.exp
8209 * gdb.go/chan.exp
8210 * gdb.go/handcall.exp
8211 * gdb.go/hello.exp
8212 * gdb.go/integers.exp
8213 * gdb.go/methods.exp
8214 * gdb.go/package.exp
8215 * gdb.go/strings.exp
8216 * gdb.go/types.exp
8217 * gdb.go/unsafe.exp
8218 * gdb.guile/scm-arch.exp
8219 * gdb.guile/scm-block.exp
8220 * gdb.guile/scm-breakpoint.exp
8221 * gdb.guile/scm-cmd.exp
8222 * gdb.guile/scm-disasm.exp
8223 * gdb.guile/scm-equal.exp
8224 * gdb.guile/scm-frame-args.exp
8225 * gdb.guile/scm-frame-inline.exp
8226 * gdb.guile/scm-frame.exp
8227 * gdb.guile/scm-iterator.exp
8228 * gdb.guile/scm-math.exp
8229 * gdb.guile/scm-objfile.exp
8230 * gdb.guile/scm-ports.exp
8231 * gdb.guile/scm-symbol.exp
8232 * gdb.guile/scm-symtab.exp
8233 * gdb.guile/scm-value-cc.exp
8234 * gdb.guile/types-module.exp
8235 * gdb.linespec/break-ask.exp
8236 * gdb.linespec/cpexplicit.exp
8237 * gdb.linespec/explicit.exp
8238 * gdb.linespec/keywords.exp
8239 * gdb.linespec/linespec.exp
8240 * gdb.linespec/ls-dollar.exp
8241 * gdb.linespec/ls-errs.exp
8242 * gdb.linespec/skip-two.exp
8243 * gdb.linespec/thread.exp
8244 * gdb.mi/mi-async.exp
8245 * gdb.mi/mi-basics.exp
8246 * gdb.mi/mi-break.exp
8247 * gdb.mi/mi-catch-load.exp
8248 * gdb.mi/mi-cli.exp
8249 * gdb.mi/mi-cmd-param-changed.exp
8250 * gdb.mi/mi-console.exp
8251 * gdb.mi/mi-detach.exp
8252 * gdb.mi/mi-disassemble.exp
8253 * gdb.mi/mi-eval.exp
8254 * gdb.mi/mi-file-transfer.exp
8255 * gdb.mi/mi-file.exp
8256 * gdb.mi/mi-fill-memory.exp
8257 * gdb.mi/mi-inheritance-syntax-error.exp
8258 * gdb.mi/mi-linespec-err-cp.exp
8259 * gdb.mi/mi-logging.exp
8260 * gdb.mi/mi-memory-changed.exp
8261 * gdb.mi/mi-read-memory.exp
8262 * gdb.mi/mi-record-changed.exp
8263 * gdb.mi/mi-reg-undefined.exp
8264 * gdb.mi/mi-regs.exp
8265 * gdb.mi/mi-return.exp
8266 * gdb.mi/mi-reverse.exp
8267 * gdb.mi/mi-simplerun.exp
8268 * gdb.mi/mi-solib.exp
8269 * gdb.mi/mi-stack.exp
8270 * gdb.mi/mi-stepi.exp
8271 * gdb.mi/mi-syn-frame.exp
8272 * gdb.mi/mi-until.exp
8273 * gdb.mi/mi-var-block.exp
8274 * gdb.mi/mi-var-child.exp
8275 * gdb.mi/mi-var-cmd.exp
8276 * gdb.mi/mi-var-cp.exp
8277 * gdb.mi/mi-var-display.exp
8278 * gdb.mi/mi-var-invalidate.exp
8279 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
8280 * gdb.mi/mi-vla-fortran.exp
8281 * gdb.mi/mi-watch.exp
8282 * gdb.mi/mi2-var-child.exp
8283 * gdb.mi/user-selected-context-sync.exp
8284 * gdb.modula2/unbounded-array.exp
8285 * gdb.multi/dummy-frame-restore.exp
8286 * gdb.multi/multi-arch-exec.exp
8287 * gdb.multi/multi-arch.exp
8288 * gdb.multi/tids.exp
8289 * gdb.multi/watchpoint-multi.exp
8290 * gdb.opencl/callfuncs.exp
8291 * gdb.opencl/convs_casts.exp
8292 * gdb.opencl/datatypes.exp
8293 * gdb.opencl/operators.exp
8294 * gdb.opencl/vec_comps.exp
8295 * gdb.opt/clobbered-registers-O2.exp
8296 * gdb.opt/inline-break.exp
8297 * gdb.opt/inline-bt.exp
8298 * gdb.opt/inline-cmds.exp
8299 * gdb.opt/inline-locals.exp
8300 * gdb.pascal/case-insensitive-symbols.exp
8301 * gdb.pascal/floats.exp
8302 * gdb.pascal/gdb11492.exp
8303 * gdb.python/lib-types.exp
8304 * gdb.python/py-arch.exp
8305 * gdb.python/py-as-string.exp
8306 * gdb.python/py-bad-printers.exp
8307 * gdb.python/py-block.exp
8308 * gdb.python/py-breakpoint-create-fail.exp
8309 * gdb.python/py-breakpoint.exp
8310 * gdb.python/py-caller-is.exp
8311 * gdb.python/py-cmd.exp
8312 * gdb.python/py-explore-cc.exp
8313 * gdb.python/py-explore.exp
8314 * gdb.python/py-finish-breakpoint.exp
8315 * gdb.python/py-finish-breakpoint2.exp
8316 * gdb.python/py-frame-args.exp
8317 * gdb.python/py-frame-inline.exp
8318 * gdb.python/py-frame.exp
8319 * gdb.python/py-framefilter-mi.exp
8320 * gdb.python/py-infthread.exp
8321 * gdb.python/py-lazy-string.exp
8322 * gdb.python/py-linetable.exp
8323 * gdb.python/py-mi-events.exp
8324 * gdb.python/py-mi-objfile.exp
8325 * gdb.python/py-mi.exp
8326 * gdb.python/py-objfile.exp
8327 * gdb.python/py-pp-integral.exp
8328 * gdb.python/py-pp-maint.exp
8329 * gdb.python/py-pp-re-notag.exp
8330 * gdb.python/py-pp-registration.exp
8331 * gdb.python/py-recurse-unwind.exp
8332 * gdb.python/py-strfns.exp
8333 * gdb.python/py-symbol.exp
8334 * gdb.python/py-symtab.exp
8335 * gdb.python/py-sync-interp.exp
8336 * gdb.python/py-typeprint.exp
8337 * gdb.python/py-unwind-maint.exp
8338 * gdb.python/py-unwind.exp
8339 * gdb.python/py-value-cc.exp
8340 * gdb.python/py-xmethods.exp
8341 * gdb.reverse/amd64-tailcall-reverse.exp
8342 * gdb.reverse/break-precsave.exp
8343 * gdb.reverse/break-reverse.exp
8344 * gdb.reverse/consecutive-precsave.exp
8345 * gdb.reverse/consecutive-reverse.exp
8346 * gdb.reverse/finish-precsave.exp
8347 * gdb.reverse/finish-reverse-bkpt.exp
8348 * gdb.reverse/finish-reverse.exp
8349 * gdb.reverse/fstatat-reverse.exp
8350 * gdb.reverse/getresuid-reverse.exp
8351 * gdb.reverse/i386-precsave.exp
8352 * gdb.reverse/i386-reverse.exp
8353 * gdb.reverse/i386-sse-reverse.exp
8354 * gdb.reverse/i387-env-reverse.exp
8355 * gdb.reverse/i387-stack-reverse.exp
8356 * gdb.reverse/insn-reverse.exp
8357 * gdb.reverse/machinestate-precsave.exp
8358 * gdb.reverse/machinestate.exp
8359 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8360 * gdb.reverse/pipe-reverse.exp
8361 * gdb.reverse/readv-reverse.exp
8362 * gdb.reverse/recvmsg-reverse.exp
8363 * gdb.reverse/rerun-prec.exp
8364 * gdb.reverse/s390-mvcle.exp
8365 * gdb.reverse/step-precsave.exp
8366 * gdb.reverse/step-reverse.exp
8367 * gdb.reverse/time-reverse.exp
8368 * gdb.reverse/until-precsave.exp
8369 * gdb.reverse/until-reverse.exp
8370 * gdb.reverse/waitpid-reverse.exp
8371 * gdb.reverse/watch-precsave.exp
8372 * gdb.reverse/watch-reverse.exp
8373 * gdb.rust/generics.exp
8374 * gdb.rust/methods.exp
8375 * gdb.rust/modules.exp
8376 * gdb.rust/simple.exp
8377 * gdb.server/connect-with-no-symbol-file.exp
8378 * gdb.server/ext-attach.exp
8379 * gdb.server/ext-restart.exp
8380 * gdb.server/ext-wrapper.exp
8381 * gdb.server/file-transfer.exp
8382 * gdb.server/server-exec-info.exp
8383 * gdb.server/server-kill.exp
8384 * gdb.server/server-mon.exp
8385 * gdb.server/wrapper.exp
8386 * gdb.stabs/exclfwd.exp
8387 * gdb.stabs/gdb11479.exp
8388 * gdb.threads/clone-new-thread-event.exp
8389 * gdb.threads/corethreads.exp
8390 * gdb.threads/current-lwp-dead.exp
8391 * gdb.threads/dlopen-libpthread.exp
8392 * gdb.threads/gcore-thread.exp
8393 * gdb.threads/sigstep-threads.exp
8394 * gdb.threads/watchpoint-fork.exp
8395 * gdb.trace/actions-changed.exp
8396 * gdb.trace/backtrace.exp
8397 * gdb.trace/change-loc.exp
8398 * gdb.trace/circ.exp
8399 * gdb.trace/collection.exp
8400 * gdb.trace/disconnected-tracing.exp
8401 * gdb.trace/ftrace.exp
8402 * gdb.trace/mi-trace-frame-collected.exp
8403 * gdb.trace/mi-trace-unavailable.exp
8404 * gdb.trace/mi-traceframe-changed.exp
8405 * gdb.trace/mi-tsv-changed.exp
8406 * gdb.trace/no-attach-trace.exp
8407 * gdb.trace/passc-dyn.exp
8408 * gdb.trace/qtro.exp
8409 * gdb.trace/range-stepping.exp
8410 * gdb.trace/read-memory.exp
8411 * gdb.trace/save-trace.exp
8412 * gdb.trace/signal.exp
8413 * gdb.trace/status-stop.exp
8414 * gdb.trace/tfile.exp
8415 * gdb.trace/trace-break.exp
8416 * gdb.trace/trace-buffer-size.exp
8417 * gdb.trace/trace-condition.exp
8418 * gdb.trace/tracefile-pseudo-reg.exp
8419 * gdb.trace/tstatus.exp
8420 * gdb.trace/unavailable.exp
8421 * gdb.trace/while-dyn.exp
8422 * gdb.trace/while-stepping.exp
8423
8424 2016-12-22 Doug Evans <xdje42@gmail.com>
8425
8426 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
8427 and msymbols.
8428
8429 2016-12-19 Yao Qi <yao.qi@linaro.org>
8430
8431 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
8432 (test_with_self): Don't call do_steps_and_nexts, and remove
8433 code about stepping into xmalloc.
8434
8435 2016-12-09 Yao Qi <yao.qi@linaro.org>
8436
8437 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
8438
8439 2016-12-09 Yao Qi <yao.qi@linaro.org>
8440
8441 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
8442
8443 2016-12-09 Pedro Alves <palves@redhat.com>
8444
8445 * gdb.base/all-architectures-0.exp: New file.
8446 * gdb.base/all-architectures-1.exp: New file.
8447 * gdb.base/all-architectures-2.exp: New file.
8448 * gdb.base/all-architectures-3.exp: New file.
8449 * gdb.base/all-architectures-4.exp: New file.
8450 * gdb.base/all-architectures-5.exp: New file.
8451 * gdb.base/all-architectures-6.exp: New file.
8452 * gdb.base/all-architectures-7.exp: New file.
8453 * gdb.base/all-architectures.exp.in: New file.
8454
8455 2016-12-09 Yao Qi <yao.qi@linaro.org>
8456
8457 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
8458
8459 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
8460
8461 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
8462 possible.
8463 Remove useless pattern-matching code.
8464
8465 2016-12-02 Pedro Alves <palves@redhat.com>
8466
8467 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
8468 procedure.
8469 (top level): Call it.
8470
8471 2016-12-02 Pedro Alves <palves@redhat.com>
8472
8473 * gdb.base/commands.exp (user_defined_command_args_stack_test):
8474 New procedure.
8475 (top level): Call it.
8476
8477 2016-12-02 Pedro Alves <palves@redhat.com>
8478
8479 PR cli/20559
8480 * gdb.base/commands.exp (user_defined_command_args_eval): New
8481 procedure.
8482 (top level): Call it.
8483
8484 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
8485
8486 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
8487 timeout handling.
8488
8489 2016-12-02 Tom Tromey <tom@tromey.com>
8490
8491 * gdb.dwarf2/main-subprogram.c: New file.
8492 * gdb.dwarf2/main-subprogram.exp: New file.
8493
8494 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8495
8496 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
8497 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
8498 gdb_test_no_output for a couple of cases.
8499 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
8500
8501 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8502
8503 Fix test names and standardize compilation error messages throughout
8504 the following files:
8505
8506 * gdb.ada/start.exp
8507 * gdb.arch/alpha-step.exp
8508 * gdb.arch/e500-prologue.exp
8509 * gdb.arch/ftrace-insn-reloc.exp
8510 * gdb.arch/gdb1291.exp
8511 * gdb.arch/gdb1431.exp
8512 * gdb.arch/gdb1558.exp
8513 * gdb.arch/i386-dr3-watch.exp
8514 * gdb.arch/i386-sse-stack-align.exp
8515 * gdb.arch/ia64-breakpoint-shadow.exp
8516 * gdb.arch/pa-nullify.exp
8517 * gdb.arch/powerpc-aix-prologue.exp
8518 * gdb.arch/thumb-bx-pc.exp
8519 * gdb.base/annota1.exp
8520 * gdb.base/annota3.exp
8521 * gdb.base/arrayidx.exp
8522 * gdb.base/assign.exp
8523 * gdb.base/attach.exp
8524 * gdb.base/auxv.exp
8525 * gdb.base/bang.exp
8526 * gdb.base/bfp-test.exp
8527 * gdb.base/bigcore.exp
8528 * gdb.base/bitfields2.exp
8529 * gdb.base/break-fun-addr.exp
8530 * gdb.base/break-probes.exp
8531 * gdb.base/call-rt-st.exp
8532 * gdb.base/callexit.exp
8533 * gdb.base/catch-fork-kill.exp
8534 * gdb.base/charset.exp
8535 * gdb.base/checkpoint.exp
8536 * gdb.base/comprdebug.exp
8537 * gdb.base/constvars.exp
8538 * gdb.base/coredump-filter.exp
8539 * gdb.base/cursal.exp
8540 * gdb.base/cvexpr.exp
8541 * gdb.base/detach.exp
8542 * gdb.base/display.exp
8543 * gdb.base/dmsym.exp
8544 * gdb.base/dprintf-pending.exp
8545 * gdb.base/dso2dso.exp
8546 * gdb.base/dtrace-probe.exp
8547 * gdb.base/dump.exp
8548 * gdb.base/enum_cond.exp
8549 * gdb.base/exe-lock.exp
8550 * gdb.base/exec-invalid-sysroot.exp
8551 * gdb.base/execl-update-breakpoints.exp
8552 * gdb.base/exprs.exp
8553 * gdb.base/fileio.exp
8554 * gdb.base/find.exp
8555 * gdb.base/finish.exp
8556 * gdb.base/fixsection.exp
8557 * gdb.base/foll-vfork.exp
8558 * gdb.base/frame-args.exp
8559 * gdb.base/gcore.exp
8560 * gdb.base/gdb1250.exp
8561 * gdb.base/global-var-nested-by-dso.exp
8562 * gdb.base/gnu-ifunc.exp
8563 * gdb.base/hashline1.exp
8564 * gdb.base/hashline2.exp
8565 * gdb.base/hashline3.exp
8566 * gdb.base/hbreak-in-shr-unsupported.exp
8567 * gdb.base/huge.exp
8568 * gdb.base/infcall-input.exp
8569 * gdb.base/info-fun.exp
8570 * gdb.base/info-shared.exp
8571 * gdb.base/jit-simple.exp
8572 * gdb.base/jit-so.exp
8573 * gdb.base/jit.exp
8574 * gdb.base/jump.exp
8575 * gdb.base/label.exp
8576 * gdb.base/lineinc.exp
8577 * gdb.base/logical.exp
8578 * gdb.base/longjmp.exp
8579 * gdb.base/macscp.exp
8580 * gdb.base/miscexprs.exp
8581 * gdb.base/new-ui-echo.exp
8582 * gdb.base/new-ui-pending-input.exp
8583 * gdb.base/new-ui.exp
8584 * gdb.base/nodebug.exp
8585 * gdb.base/nofield.exp
8586 * gdb.base/offsets.exp
8587 * gdb.base/overlays.exp
8588 * gdb.base/pending.exp
8589 * gdb.base/pointers.exp
8590 * gdb.base/pr11022.exp
8591 * gdb.base/printcmds.exp
8592 * gdb.base/prologue.exp
8593 * gdb.base/ptr-typedef.exp
8594 * gdb.base/realname-expand.exp
8595 * gdb.base/relativedebug.exp
8596 * gdb.base/relocate.exp
8597 * gdb.base/remote.exp
8598 * gdb.base/reread.exp
8599 * gdb.base/return2.exp
8600 * gdb.base/savedregs.exp
8601 * gdb.base/sep.exp
8602 * gdb.base/sepdebug.exp
8603 * gdb.base/sepsymtab.exp
8604 * gdb.base/set-inferior-tty.exp
8605 * gdb.base/setshow.exp
8606 * gdb.base/shlib-call.exp
8607 * gdb.base/sigaltstack.exp
8608 * gdb.base/siginfo-addr.exp
8609 * gdb.base/signals.exp
8610 * gdb.base/signull.exp
8611 * gdb.base/sigrepeat.exp
8612 * gdb.base/so-impl-ld.exp
8613 * gdb.base/solib-display.exp
8614 * gdb.base/solib-overlap.exp
8615 * gdb.base/solib-search.exp
8616 * gdb.base/solib-symbol.exp
8617 * gdb.base/structs.exp
8618 * gdb.base/structs2.exp
8619 * gdb.base/symtab-search-order.exp
8620 * gdb.base/twice.exp
8621 * gdb.base/unload.exp
8622 * gdb.base/varargs.exp
8623 * gdb.base/watchpoint-solib.exp
8624 * gdb.base/watchpoint.exp
8625 * gdb.base/whatis.exp
8626 * gdb.base/wrong_frame_bt_full.exp
8627 * gdb.btrace/dlopen.exp
8628 * gdb.cell/ea-standalone.exp
8629 * gdb.cell/ea-test.exp
8630 * gdb.cp/dispcxx.exp
8631 * gdb.cp/gdb2384.exp
8632 * gdb.cp/method2.exp
8633 * gdb.cp/nextoverthrow.exp
8634 * gdb.cp/pr10728.exp
8635 * gdb.disasm/am33.exp
8636 * gdb.disasm/h8300s.exp
8637 * gdb.disasm/mn10300.exp
8638 * gdb.disasm/sh3.exp
8639 * gdb.dwarf2/dw2-dir-file-name.exp
8640 * gdb.fortran/complex.exp
8641 * gdb.fortran/library-module.exp
8642 * gdb.guile/scm-pretty-print.exp
8643 * gdb.guile/scm-symbol.exp
8644 * gdb.guile/scm-type.exp
8645 * gdb.guile/scm-value.exp
8646 * gdb.linespec/linespec.exp
8647 * gdb.mi/gdb701.exp
8648 * gdb.mi/gdb792.exp
8649 * gdb.mi/mi-breakpoint-changed.exp
8650 * gdb.mi/mi-dprintf-pending.exp
8651 * gdb.mi/mi-dprintf.exp
8652 * gdb.mi/mi-exit-code.exp
8653 * gdb.mi/mi-pending.exp
8654 * gdb.mi/mi-solib.exp
8655 * gdb.mi/new-ui-mi-sync.exp
8656 * gdb.mi/pr11022.exp
8657 * gdb.mi/user-selected-context-sync.exp
8658 * gdb.opt/solib-intra-step.exp
8659 * gdb.python/py-events.exp
8660 * gdb.python/py-finish-breakpoint.exp
8661 * gdb.python/py-mi.exp
8662 * gdb.python/py-prettyprint.exp
8663 * gdb.python/py-shared.exp
8664 * gdb.python/py-symbol.exp
8665 * gdb.python/py-template.exp
8666 * gdb.python/py-type.exp
8667 * gdb.python/py-value.exp
8668 * gdb.reverse/solib-precsave.exp
8669 * gdb.reverse/solib-reverse.exp
8670 * gdb.server/solib-list.exp
8671 * gdb.stabs/weird.exp
8672 * gdb.threads/reconnect-signal.exp
8673 * gdb.threads/stepi-random-signal.exp
8674 * gdb.trace/actions.exp
8675 * gdb.trace/ax.exp
8676 * gdb.trace/backtrace.exp
8677 * gdb.trace/change-loc.exp
8678 * gdb.trace/deltrace.exp
8679 * gdb.trace/ftrace-lock.exp
8680 * gdb.trace/ftrace.exp
8681 * gdb.trace/infotrace.exp
8682 * gdb.trace/mi-tracepoint-changed.exp
8683 * gdb.trace/packetlen.exp
8684 * gdb.trace/passcount.exp
8685 * gdb.trace/pending.exp
8686 * gdb.trace/range-stepping.exp
8687 * gdb.trace/report.exp
8688 * gdb.trace/stap-trace.exp
8689 * gdb.trace/tfind.exp
8690 * gdb.trace/trace-break.exp
8691 * gdb.trace/trace-condition.exp
8692 * gdb.trace/trace-enable-disable.exp
8693 * gdb.trace/trace-mt.exp
8694 * gdb.trace/tracecmd.exp
8695 * gdb.trace/tspeed.exp
8696 * gdb.trace/tsv.exp
8697 * lib/perftest.exp
8698
8699 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8700
8701 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
8702 with gdb_test_no_output.
8703 Use command as test name.
8704
8705 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8706
8707 Fix test names starting with uppercase throughout the files.
8708
8709 * gdb.ada/assign_1.exp
8710 * gdb.ada/boolean_expr.exp
8711 * gdb.base/arrayidx.exp
8712 * gdb.base/del.exp
8713 * gdb.base/gcore-buffer-overflow.exp
8714 * gdb.base/testenv.exp
8715 * gdb.compile/compile.exp
8716 * gdb.python/py-framefilter-invalidarg.exp
8717 * gdb.python/py-framefilter.exp
8718
8719 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8720
8721 Fix test names starting with uppercase throughout the files.
8722
8723 * gdb.ada/array_return.exp
8724 * gdb.ada/expr_delims.exp
8725 * gdb.ada/mi_dyn_arr.exp
8726 * gdb.ada/mi_interface.exp
8727 * gdb.ada/mi_var_array.exp
8728 * gdb.ada/watch_arg.exp
8729 * gdb.arch/alpha-step.exp
8730 * gdb.arch/altivec-regs.exp
8731 * gdb.arch/e500-regs.exp
8732 * gdb.arch/powerpc-d128-regs.exp
8733 * gdb.base/arrayidx.exp
8734 * gdb.base/break.exp
8735 * gdb.base/checkpoint.exp
8736 * gdb.base/debug-expr.exp
8737 * gdb.base/dmsym.exp
8738 * gdb.base/radix.exp
8739 * gdb.base/sepdebug.exp
8740 * gdb.base/testenv.exp
8741 * gdb.base/watch_thread_num.exp
8742 * gdb.base/watchpoint-cond-gone.exp
8743 * gdb.cell/break.exp
8744 * gdb.cell/ea-cache.exp
8745 * gdb.compile/compile.exp
8746 * gdb.cp/gdb2495.exp
8747 * gdb.gdb/selftest.exp
8748 * gdb.gdb/xfullpath.exp
8749 * gdb.go/hello.exp
8750 * gdb.go/integers.exp
8751 * gdb.objc/basicclass.exp
8752 * gdb.pascal/hello.exp
8753 * gdb.pascal/integers.exp
8754 * gdb.python/py-breakpoint.exp
8755 * gdb.python/py-cmd.exp
8756 * gdb.python/py-linetable.exp
8757 * gdb.python/py-xmethods.exp
8758 * gdb.python/python.exp
8759 * gdb.reverse/consecutive-precsave.exp
8760 * gdb.reverse/finish-precsave.exp
8761 * gdb.reverse/i386-precsave.exp
8762 * gdb.reverse/machinestate-precsave.exp
8763 * gdb.reverse/sigall-precsave.exp
8764 * gdb.reverse/solib-precsave.exp
8765 * gdb.reverse/step-precsave.exp
8766 * gdb.reverse/until-precsave.exp
8767 * gdb.reverse/watch-precsave.exp
8768 * gdb.threads/leader-exit.exp
8769 * gdb.threads/pthreads.exp
8770 * gdb.threads/wp-replication.exp
8771 * gdb.trace/actions.exp
8772 * gdb.trace/mi-tsv-changed.exp
8773 * gdb.trace/tsv.exp
8774
8775 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8776
8777 Fix test names starting with uppercase throughout the files.
8778
8779 * gdb.arch/i386-bp_permanent.exp
8780 * gdb.arch/i386-gnu-cfi.exp
8781 * gdb.base/disasm-end-cu.exp
8782 * gdb.base/macscp.exp
8783 * gdb.base/pending.exp
8784 * gdb.base/watch_thread_num.exp
8785 * gdb.cp/exception.exp
8786 * gdb.cp/gdb2495.exp
8787 * gdb.cp/local.exp
8788 * gdb.python/py-evsignal.exp
8789 * gdb.python/python.exp
8790 * gdb.trace/tracecmd.exp
8791
8792 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8793
8794 Fix test names starting with uppercase throughout the files.
8795
8796 * gdb.base/charset.exp
8797 * gdb.base/eval.exp
8798 * gdb.base/multi-forks.exp
8799 * gdb.guile/scm-progspace.exp
8800 * gdb.opencl/datatypes.exp
8801 * gdb.python/py-block.exp
8802 * gdb.python/py-function.exp
8803 * gdb.python/py-symbol.exp
8804 * gdb.python/py-symtab.exp
8805 * gdb.python/py-xmethods.exp
8806 * gdb.reverse/break-precsave.exp
8807 * gdb.reverse/break-reverse.exp
8808 * gdb.reverse/consecutive-precsave.exp
8809 * gdb.reverse/consecutive-reverse.exp
8810 * gdb.reverse/finish-precsave.exp
8811 * gdb.reverse/finish-reverse-bkpt.exp
8812 * gdb.reverse/finish-reverse.exp
8813 * gdb.reverse/fstatat-reverse.exp
8814 * gdb.reverse/getresuid-reverse.exp
8815 * gdb.reverse/i386-precsave.exp
8816 * gdb.reverse/i386-reverse.exp
8817 * gdb.reverse/i386-sse-reverse.exp
8818 * gdb.reverse/i387-stack-reverse.exp
8819 * gdb.reverse/insn-reverse.exp
8820 * gdb.reverse/machinestate-precsave.exp
8821 * gdb.reverse/machinestate.exp
8822 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8823 * gdb.reverse/pipe-reverse.exp
8824 * gdb.reverse/readv-reverse.exp
8825 * gdb.reverse/recvmsg-reverse.exp
8826 * gdb.reverse/rerun-prec.exp
8827 * gdb.reverse/s390-mvcle.exp
8828 * gdb.reverse/sigall-precsave.exp
8829 * gdb.reverse/sigall-reverse.exp
8830 * gdb.reverse/solib-precsave.exp
8831 * gdb.reverse/solib-reverse.exp
8832 * gdb.reverse/step-precsave.exp
8833 * gdb.reverse/step-reverse.exp
8834 * gdb.reverse/time-reverse.exp
8835 * gdb.reverse/until-precsave.exp
8836 * gdb.reverse/until-reverse.exp
8837 * gdb.reverse/waitpid-reverse.exp
8838 * gdb.reverse/watch-precsave.exp
8839 * gdb.reverse/watch-reverse.exp
8840
8841 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8842
8843 Fix test names starting with uppercase throughout the files.
8844
8845 * gdb.arch/i386-mpx-simple_segv.exp
8846 * gdb.arch/i386-mpx.exp
8847 * gdb.arch/i386-permbkpt.exp
8848 * gdb.arch/pa-nullify.exp
8849 * gdb.arch/powerpc-d128-regs.exp
8850 * gdb.arch/vsx-regs.exp
8851 * gdb.base/bfp-test.exp
8852 * gdb.base/break.exp
8853 * gdb.base/breakpoint-shadow.exp
8854 * gdb.base/callfuncs.exp
8855 * gdb.base/charset.exp
8856 * gdb.base/commands.exp
8857 * gdb.base/completion.exp
8858 * gdb.base/dfp-test.exp
8859 * gdb.base/echo.exp
8860 * gdb.base/ending-run.exp
8861 * gdb.base/eval.exp
8862 * gdb.base/expand-psymtabs.exp
8863 * gdb.base/float128.exp
8864 * gdb.base/floatn.exp
8865 * gdb.base/foll-exec-mode.exp
8866 * gdb.base/gdb1056.exp
8867 * gdb.base/gdb11531.exp
8868 * gdb.base/kill-after-signal.exp
8869 * gdb.base/multi-forks.exp
8870 * gdb.base/overlays.exp
8871 * gdb.base/pending.exp
8872 * gdb.base/sepdebug.exp
8873 * gdb.base/testenv.exp
8874 * gdb.base/valgrind-db-attach.exp
8875 * gdb.base/watch_thread_num.exp
8876 * gdb.base/watchpoint-cond-gone.exp
8877 * gdb.base/watchpoint.exp
8878 * gdb.base/watchpoints.exp
8879 * gdb.cp/arg-reference.exp
8880 * gdb.cp/baseenum.exp
8881 * gdb.cp/operator.exp
8882 * gdb.cp/shadow.exp
8883 * gdb.dwarf2/dw2-op-out-param.exp
8884 * gdb.dwarf2/dw2-reg-undefined.exp
8885 * gdb.go/chan.exp
8886 * gdb.go/hello.exp
8887 * gdb.go/integers.exp
8888 * gdb.go/methods.exp
8889 * gdb.go/package.exp
8890 * gdb.guile/scm-parameter.exp
8891 * gdb.guile/scm-progspace.exp
8892 * gdb.guile/scm-value.exp
8893 * gdb.mi/mi-pending.exp
8894 * gdb.mi/user-selected-context-sync.exp
8895 * gdb.multi/multi-attach.exp
8896 * gdb.multi/tids.exp
8897 * gdb.opt/clobbered-registers-O2.exp
8898 * gdb.pascal/floats.exp
8899 * gdb.pascal/integers.exp
8900 * gdb.python/py-block.exp
8901 * gdb.python/py-events.exp
8902 * gdb.python/py-parameter.exp
8903 * gdb.python/py-symbol.exp
8904 * gdb.python/py-symtab.exp
8905 * gdb.python/py-type.exp
8906 * gdb.python/py-value.exp
8907 * gdb.python/py-xmethods.exp
8908 * gdb.python/python.exp
8909 * gdb.reverse/break-precsave.exp
8910 * gdb.reverse/consecutive-precsave.exp
8911 * gdb.reverse/finish-precsave.exp
8912 * gdb.reverse/i386-precsave.exp
8913 * gdb.reverse/machinestate-precsave.exp
8914 * gdb.reverse/sigall-precsave.exp
8915 * gdb.reverse/solib-precsave.exp
8916 * gdb.reverse/step-precsave.exp
8917 * gdb.reverse/until-precsave.exp
8918 * gdb.reverse/watch-precsave.exp
8919 * gdb.server/ext-attach.exp
8920 * gdb.server/ext-restart.exp
8921 * gdb.server/ext-run.exp
8922 * gdb.server/ext-wrapper.exp
8923 * gdb.stabs/gdb11479.exp
8924 * gdb.stabs/weird.exp
8925 * gdb.threads/attach-many-short-lived-threads.exp
8926 * gdb.threads/kill.exp
8927 * gdb.threads/watchpoint-fork.exp
8928
8929 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8930
8931 Fix test names starting with uppercase throughout all the files below.
8932
8933 * gdb.ada/array_return.exp
8934 * gdb.ada/catch_ex.exp
8935 * gdb.ada/info_exc.exp
8936 * gdb.ada/mi_catch_ex.exp
8937 * gdb.ada/mi_dyn_arr.exp
8938 * gdb.ada/mi_ex_cond.exp
8939 * gdb.ada/mi_exc_info.exp
8940 * gdb.ada/mi_interface.exp
8941 * gdb.ada/mi_task_arg.exp
8942 * gdb.ada/mi_task_info.exp
8943 * gdb.ada/mi_var_array.exp
8944 * gdb.arch/alpha-step.exp
8945 * gdb.arch/amd64-disp-step.exp
8946 * gdb.arch/arm-disp-step.exp
8947 * gdb.arch/disp-step-insn-reloc.exp
8948 * gdb.arch/e500-prologue.exp
8949 * gdb.arch/ftrace-insn-reloc.exp
8950 * gdb.arch/gdb1558.exp
8951 * gdb.arch/i386-bp_permanent.exp
8952 * gdb.arch/i386-disp-step.exp
8953 * gdb.arch/i386-float.exp
8954 * gdb.arch/i386-gnu-cfi.exp
8955 * gdb.arch/ia64-breakpoint-shadow.exp
8956 * gdb.arch/mips16-thunks.exp
8957 * gdb.arch/pa-nullify.exp
8958 * gdb.arch/powerpc-aix-prologue.exp
8959 * gdb.arch/powerpc-power.exp
8960 * gdb.arch/ppc-dfp.exp
8961 * gdb.arch/s390-tdbregs.exp
8962 * gdb.arch/spu-info.exp
8963 * gdb.arch/spu-ls.exp
8964 * gdb.arch/thumb-bx-pc.exp
8965 * gdb.base/advance.exp
8966 * gdb.base/annota-input-while-running.exp
8967 * gdb.base/arrayidx.exp
8968 * gdb.base/asmlabel.exp
8969 * gdb.base/async.exp
8970 * gdb.base/attach-wait-input.exp
8971 * gdb.base/auto-connect-native-target.exp
8972 * gdb.base/batch-preserve-term-settings.exp
8973 * gdb.base/bfp-test.exp
8974 * gdb.base/bigcore.exp
8975 * gdb.base/bp-permanent.exp
8976 * gdb.base/break-always.exp
8977 * gdb.base/break-fun-addr.exp
8978 * gdb.base/break-idempotent.exp
8979 * gdb.base/break-main-file-remove-fail.exp
8980 * gdb.base/break-probes.exp
8981 * gdb.base/break-unload-file.exp
8982 * gdb.base/break.exp
8983 * gdb.base/call-ar-st.exp
8984 * gdb.base/call-rt-st.exp
8985 * gdb.base/call-sc.exp
8986 * gdb.base/call-signal-resume.exp
8987 * gdb.base/call-strs.exp
8988 * gdb.base/callexit.exp
8989 * gdb.base/callfuncs.exp
8990 * gdb.base/catch-gdb-caused-signals.exp
8991 * gdb.base/catch-signal-siginfo-cond.exp
8992 * gdb.base/catch-syscall.exp
8993 * gdb.base/compare-sections.exp
8994 * gdb.base/cond-eval-mode.exp
8995 * gdb.base/condbreak-call-false.exp
8996 * gdb.base/consecutive-step-over.exp
8997 * gdb.base/cursal.exp
8998 * gdb.base/disabled-location.exp
8999 * gdb.base/disasm-end-cu.exp
9000 * gdb.base/display.exp
9001 * gdb.base/double-prompt-target-event-error.exp
9002 * gdb.base/dprintf-bp-same-addr.exp
9003 * gdb.base/dprintf-detach.exp
9004 * gdb.base/dprintf-next.exp
9005 * gdb.base/dprintf-non-stop.exp
9006 * gdb.base/dprintf-pending.exp
9007 * gdb.base/dso2dso.exp
9008 * gdb.base/ending-run.exp
9009 * gdb.base/enum_cond.exp
9010 * gdb.base/examine-backward.exp
9011 * gdb.base/exe-lock.exp
9012 * gdb.base/exec-invalid-sysroot.exp
9013 * gdb.base/execl-update-breakpoints.exp
9014 * gdb.base/execution-termios.exp
9015 * gdb.base/fileio.exp
9016 * gdb.base/fixsection.exp
9017 * gdb.base/foll-exec-mode.exp
9018 * gdb.base/foll-exec.exp
9019 * gdb.base/fork-running-state.exp
9020 * gdb.base/frame-args.exp
9021 * gdb.base/fullpath-expand.exp
9022 * gdb.base/func-ptr.exp
9023 * gdb.base/gcore-relro-pie.exp
9024 * gdb.base/gdb1090.exp
9025 * gdb.base/gdb1555.exp
9026 * gdb.base/global-var-nested-by-dso.exp
9027 * gdb.base/gnu-ifunc.exp
9028 * gdb.base/hbreak-in-shr-unsupported.exp
9029 * gdb.base/hbreak-unmapped.exp
9030 * gdb.base/hook-stop.exp
9031 * gdb.base/infcall-input.exp
9032 * gdb.base/info-fun.exp
9033 * gdb.base/info-shared.exp
9034 * gdb.base/interrupt-noterm.exp
9035 * gdb.base/jit-so.exp
9036 * gdb.base/jit.exp
9037 * gdb.base/line-symtabs.exp
9038 * gdb.base/list.exp
9039 * gdb.base/longjmp.exp
9040 * gdb.base/macscp.exp
9041 * gdb.base/max-value-size.exp
9042 * gdb.base/nodebug.exp
9043 * gdb.base/nofield.exp
9044 * gdb.base/overlays.exp
9045 * gdb.base/paginate-after-ctrl-c-running.exp
9046 * gdb.base/paginate-bg-execution.exp
9047 * gdb.base/paginate-inferior-exit.exp
9048 * gdb.base/pending.exp
9049 * gdb.base/pr11022.exp
9050 * gdb.base/printcmds.exp
9051 * gdb.base/ptr-typedef.exp
9052 * gdb.base/ptype.exp
9053 * gdb.base/randomize.exp
9054 * gdb.base/range-stepping.exp
9055 * gdb.base/realname-expand.exp
9056 * gdb.base/relativedebug.exp
9057 * gdb.base/remote.exp
9058 * gdb.base/savedregs.exp
9059 * gdb.base/sepdebug.exp
9060 * gdb.base/set-noassign.exp
9061 * gdb.base/shlib-call.exp
9062 * gdb.base/shreloc.exp
9063 * gdb.base/sigaltstack.exp
9064 * gdb.base/sigbpt.exp
9065 * gdb.base/siginfo-addr.exp
9066 * gdb.base/siginfo-obj.exp
9067 * gdb.base/siginfo-thread.exp
9068 * gdb.base/signest.exp
9069 * gdb.base/signull.exp
9070 * gdb.base/sigrepeat.exp
9071 * gdb.base/skip.exp
9072 * gdb.base/so-impl-ld.exp
9073 * gdb.base/solib-corrupted.exp
9074 * gdb.base/solib-disc.exp
9075 * gdb.base/solib-display.exp
9076 * gdb.base/solib-overlap.exp
9077 * gdb.base/solib-search.exp
9078 * gdb.base/solib-symbol.exp
9079 * gdb.base/source-execution.exp
9080 * gdb.base/sss-bp-on-user-bp-2.exp
9081 * gdb.base/sss-bp-on-user-bp.exp
9082 * gdb.base/stack-checking.exp
9083 * gdb.base/stale-infcall.exp
9084 * gdb.base/step-break.exp
9085 * gdb.base/step-line.exp
9086 * gdb.base/step-over-exit.exp
9087 * gdb.base/step-test.exp
9088 * gdb.base/structs.exp
9089 * gdb.base/sym-file.exp
9090 * gdb.base/symtab-search-order.exp
9091 * gdb.base/term.exp
9092 * gdb.base/type-opaque.exp
9093 * gdb.base/unload.exp
9094 * gdb.base/until-nodebug.exp
9095 * gdb.base/until.exp
9096 * gdb.base/unwindonsignal.exp
9097 * gdb.base/watch-cond.exp
9098 * gdb.base/watch-non-mem.exp
9099 * gdb.base/watch_thread_num.exp
9100 * gdb.base/watchpoint-reuse-slot.exp
9101 * gdb.base/watchpoint-solib.exp
9102 * gdb.base/watchpoint.exp
9103 * gdb.btrace/dlopen.exp
9104 * gdb.cell/arch.exp
9105 * gdb.cell/break.exp
9106 * gdb.cell/bt.exp
9107 * gdb.cell/core.exp
9108 * gdb.cell/data.exp
9109 * gdb.cell/dwarfaddr.exp
9110 * gdb.cell/ea-cache.exp
9111 * gdb.cell/ea-standalone.exp
9112 * gdb.cell/ea-test.exp
9113 * gdb.cell/f-regs.exp
9114 * gdb.cell/fork.exp
9115 * gdb.cell/gcore.exp
9116 * gdb.cell/mem-access.exp
9117 * gdb.cell/ptype.exp
9118 * gdb.cell/registers.exp
9119 * gdb.cell/sizeof.exp
9120 * gdb.cell/solib-symbol.exp
9121 * gdb.cell/solib.exp
9122 * gdb.compile/compile-tls.exp
9123 * gdb.cp/exception.exp
9124 * gdb.cp/gdb2495.exp
9125 * gdb.cp/local.exp
9126 * gdb.cp/mb-inline.exp
9127 * gdb.cp/mb-templates.exp
9128 * gdb.cp/pr10687.exp
9129 * gdb.cp/pr9167.exp
9130 * gdb.cp/scope-err.exp
9131 * gdb.cp/templates.exp
9132 * gdb.cp/virtfunc.exp
9133 * gdb.dwarf2/dw2-dir-file-name.exp
9134 * gdb.dwarf2/dw2-single-line-discriminators.exp
9135 * gdb.fortran/complex.exp
9136 * gdb.fortran/library-module.exp
9137 * gdb.guile/guile.exp
9138 * gdb.guile/scm-cmd.exp
9139 * gdb.guile/scm-frame-inline.exp
9140 * gdb.guile/scm-objfile.exp
9141 * gdb.guile/scm-pretty-print.exp
9142 * gdb.guile/scm-symbol.exp
9143 * gdb.guile/scm-type.exp
9144 * gdb.guile/scm-value.exp
9145 * gdb.linespec/keywords.exp
9146 * gdb.linespec/ls-errs.exp
9147 * gdb.linespec/macro-relative.exp
9148 * gdb.linespec/thread.exp
9149 * gdb.mi/mi-breakpoint-changed.exp
9150 * gdb.mi/mi-dprintf-pending.exp
9151 * gdb.mi/mi-fullname-deleted.exp
9152 * gdb.mi/mi-logging.exp
9153 * gdb.mi/mi-pending.exp
9154 * gdb.mi/mi-solib.exp
9155 * gdb.mi/new-ui-mi-sync.exp
9156 * gdb.mi/user-selected-context-sync.exp
9157 * gdb.multi/dummy-frame-restore.exp
9158 * gdb.multi/multi-arch-exec.exp
9159 * gdb.multi/remove-inferiors.exp
9160 * gdb.multi/watchpoint-multi-exit.exp
9161 * gdb.opt/solib-intra-step.exp
9162 * gdb.perf/backtrace.exp
9163 * gdb.perf/single-step.exp
9164 * gdb.perf/skip-command.exp
9165 * gdb.perf/skip-prologue.exp
9166 * gdb.perf/solib.exp
9167 * gdb.python/lib-types.exp
9168 * gdb.python/py-as-string.exp
9169 * gdb.python/py-bad-printers.exp
9170 * gdb.python/py-block.exp
9171 * gdb.python/py-breakpoint.exp
9172 * gdb.python/py-cmd.exp
9173 * gdb.python/py-events.exp
9174 * gdb.python/py-evthreads.exp
9175 * gdb.python/py-finish-breakpoint.exp
9176 * gdb.python/py-finish-breakpoint2.exp
9177 * gdb.python/py-frame-inline.exp
9178 * gdb.python/py-frame.exp
9179 * gdb.python/py-inferior.exp
9180 * gdb.python/py-infthread.exp
9181 * gdb.python/py-mi.exp
9182 * gdb.python/py-objfile.exp
9183 * gdb.python/py-pp-maint.exp
9184 * gdb.python/py-pp-registration.exp
9185 * gdb.python/py-prettyprint.exp
9186 * gdb.python/py-recurse-unwind.exp
9187 * gdb.python/py-shared.exp
9188 * gdb.python/py-symbol.exp
9189 * gdb.python/py-symtab.exp
9190 * gdb.python/py-template.exp
9191 * gdb.python/py-type.exp
9192 * gdb.python/py-unwind-maint.exp
9193 * gdb.python/py-unwind.exp
9194 * gdb.python/py-value.exp
9195 * gdb.python/python.exp
9196 * gdb.reverse/finish-reverse-bkpt.exp
9197 * gdb.reverse/insn-reverse.exp
9198 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9199 * gdb.reverse/solib-precsave.exp
9200 * gdb.reverse/solib-reverse.exp
9201 * gdb.stabs/gdb11479.exp
9202 * gdb.stabs/weird.exp
9203 * gdb.threads/fork-child-threads.exp
9204 * gdb.threads/fork-plus-threads.exp
9205 * gdb.threads/fork-thread-pending.exp
9206 * gdb.threads/forking-threads-plus-breakpoint.exp
9207 * gdb.threads/hand-call-in-threads.exp
9208 * gdb.threads/interrupted-hand-call.exp
9209 * gdb.threads/linux-dp.exp
9210 * gdb.threads/local-watch-wrong-thread.exp
9211 * gdb.threads/next-while-other-thread-longjmps.exp
9212 * gdb.threads/non-ldr-exit.exp
9213 * gdb.threads/pending-step.exp
9214 * gdb.threads/print-threads.exp
9215 * gdb.threads/process-dies-while-detaching.exp
9216 * gdb.threads/process-dies-while-handling-bp.exp
9217 * gdb.threads/pthreads.exp
9218 * gdb.threads/queue-signal.exp
9219 * gdb.threads/reconnect-signal.exp
9220 * gdb.threads/signal-command-handle-nopass.exp
9221 * gdb.threads/signal-command-multiple-signals-pending.exp
9222 * gdb.threads/signal-delivered-right-thread.exp
9223 * gdb.threads/signal-sigtrap.exp
9224 * gdb.threads/sigthread.exp
9225 * gdb.threads/staticthreads.exp
9226 * gdb.threads/stepi-random-signal.exp
9227 * gdb.threads/thread-unwindonsignal.exp
9228 * gdb.threads/thread_check.exp
9229 * gdb.threads/thread_events.exp
9230 * gdb.threads/tid-reuse.exp
9231 * gdb.threads/tls-nodebug.exp
9232 * gdb.threads/tls-shared.exp
9233 * gdb.threads/tls-so_extern.exp
9234 * gdb.threads/tls.exp
9235 * gdb.threads/wp-replication.exp
9236 * gdb.trace/actions-changed.exp
9237 * gdb.trace/actions.exp
9238 * gdb.trace/backtrace.exp
9239 * gdb.trace/change-loc.exp
9240 * gdb.trace/collection.exp
9241 * gdb.trace/deltrace.exp
9242 * gdb.trace/disconnected-tracing.exp
9243 * gdb.trace/entry-values.exp
9244 * gdb.trace/ftrace-lock.exp
9245 * gdb.trace/ftrace.exp
9246 * gdb.trace/infotrace.exp
9247 * gdb.trace/mi-trace-frame-collected.exp
9248 * gdb.trace/mi-trace-unavailable.exp
9249 * gdb.trace/mi-traceframe-changed.exp
9250 * gdb.trace/mi-tracepoint-changed.exp
9251 * gdb.trace/mi-tsv-changed.exp
9252 * gdb.trace/no-attach-trace.exp
9253 * gdb.trace/packetlen.exp
9254 * gdb.trace/passc-dyn.exp
9255 * gdb.trace/passcount.exp
9256 * gdb.trace/pending.exp
9257 * gdb.trace/pr16508.exp
9258 * gdb.trace/qtro.exp
9259 * gdb.trace/range-stepping.exp
9260 * gdb.trace/read-memory.exp
9261 * gdb.trace/report.exp
9262 * gdb.trace/save-trace.exp
9263 * gdb.trace/signal.exp
9264 * gdb.trace/stap-trace.exp
9265 * gdb.trace/status-stop.exp
9266 * gdb.trace/strace.exp
9267 * gdb.trace/tfile.exp
9268 * gdb.trace/tfind.exp
9269 * gdb.trace/trace-break.exp
9270 * gdb.trace/trace-condition.exp
9271 * gdb.trace/trace-enable-disable.exp
9272 * gdb.trace/trace-mt.exp
9273 * gdb.trace/tracecmd.exp
9274 * gdb.trace/tracefile-pseudo-reg.exp
9275 * gdb.trace/tspeed.exp
9276 * gdb.trace/tstatus.exp
9277 * gdb.trace/tsv.exp
9278 * gdb.trace/unavailable.exp
9279 * gdb.trace/while-dyn.exp
9280 * gdb.trace/while-stepping.exp
9281 * lib/gdb-guile.exp
9282 * lib/gdb.exp
9283 * lib/mi-support.exp
9284 * lib/pascal.exp
9285 * lib/perftest.exp
9286 * lib/prelink-support.exp
9287 * lib/selftest-support.exp
9288
9289 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
9290
9291 * Makefile.in: Include disable-implicit-rules.mk.
9292
9293 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9294
9295 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
9296 non-byte-aligned bit fields.
9297
9298 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9299
9300 PR gdb/12616
9301 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
9302 respects the DW_AT_data_bit_offset attribute.
9303
9304 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
9305
9306 * gdb.base/default.exp: Fix output of "set language".
9307
9308 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
9309
9310 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
9311 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
9312 make.
9313 * configure.ac: Remove checks for the make program.
9314 * configure: Re-generate.
9315
9316 2016-11-16 Kevin Buettner <kevinb@redhat.com>
9317
9318 * gdb.python/py-recurse-unwind.c (main): Add loop.
9319 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
9320 to read_register() and gdb.parse_and_eval(). Make each code
9321 call a separate case that can be individually tested.
9322 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
9323 proc. Call cont_and_backtrace for each of the code paths that
9324 we want to test in the unwinder.
9325
9326 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
9327
9328 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
9329 the definition of struct S.
9330
9331 2016-11-11 Catherine Moore <clm@codesourcery.com>
9332
9333 * gdb.base/dump.exp: Identify verilog format dump tests as such.
9334
9335 2016-11-09 Pedro Alves <palves@redhat.com>
9336
9337 * gdb.base/commands.exp (runto_or_return): New procedure.
9338 (gdbvar_simple_if_test, gdbvar_simple_while_test)
9339 (gdbvar_complex_if_while_test, progvar_simple_if_test)
9340 (progvar_simple_while_test, progvar_complex_if_while_test)
9341 (if_while_breakpoint_command_test)
9342 (infrun_breakpoint_command_test, breakpoint_command_test)
9343 (user_defined_command_test, watchpoint_command_test)
9344 (test_command_prompt_position, redefine_hook_test)
9345 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
9346 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
9347 multi_line_input and multi_line. Remove gdb_expect and
9348 gdb_stop_suppressing_tests uses.
9349 * lib/gdb.exp (valnum_re): New global.
9350 (multi_line_input): New procedure.
9351
9352 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
9353
9354 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
9355 Remove.
9356 (test_setup): Define with proc_with_prefix.
9357 (test_cli_inferior): Likewise.
9358 (test_cli_thread): Likewise.
9359 (test_cli_frame): Likewise.
9360 (test_cli_select_frame): Likewise.
9361 (test_cli_up_down): Likewise.
9362 (test_mi_thread_select): Likewise.
9363 (test_mi_stack_select_frame): Likewise.
9364 (test_cli_in_mi_inferior): Likewise.
9365 (test_cli_in_mi_thread): Likewise.
9366 (test_cli_in_mi_frame): Likewise.
9367 (top level): Do not use with_test_prefix_procname.
9368
9369 2016-11-09 Pedro Alves <palves@redhat.com>
9370
9371 * gdb.base/commands.exp (gdbvar_simple_if_test)
9372 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
9373 (progvar_simple_if_test, progvar_simple_while_test)
9374 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
9375 (infrun_breakpoint_command_test, breakpoint_command_test)
9376 (user_defined_command_test, watchpoint_command_test)
9377 (test_command_prompt_position, deprecated_command_test)
9378 (bp_deleted_in_command, temporary_breakpoint_commands)
9379 (stray_arg0_test, source_file_with_indented_comment)
9380 (recursive_source_test, if_commands_test)
9381 (error_clears_commands_left, redefine_hook_test)
9382 (redefine_backtrace_test): Use proc_with_prefix.
9383 * lib/gdb.exp (proc_with_prefix): New proc.
9384
9385 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
9386
9387 * gdb.base/tui-layout.c: New file.
9388 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
9389 disassembly window contains very long lines.
9390
9391 2016-11-08 Tom Tromey <tom@tromey.com>
9392
9393 * gdb.python/py-value.exp (test_value_creation): Make "long" test
9394 depend on Python 2.
9395
9396 2016-11-08 Tom Tromey <tom@tromey.com>
9397
9398 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
9399 New method.
9400
9401 2016-10-29 Manish Goregaokar <manish@mozilla.com>
9402
9403 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
9404
9405 2016-10-27 Manish Goregaokar <manish@mozilla.com>
9406
9407 * gdb.rust/simple.rs: Add test for univariant enums without
9408 discriminants and for encoded struct-like enums.
9409
9410 2016-10-28 Pedro Alves <palves@redhat.com>
9411
9412 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
9413 gdb_test_multiple, tighten regexps and match symtabs and line
9414 tables incrementally.
9415
9416 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
9417
9418 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
9419 general.
9420
9421 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
9422
9423 * gdb.base/exec-invalid-sysroot.exp: New file.
9424
9425 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9426
9427 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
9428
9429 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9430
9431 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
9432
9433 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
9434
9435 * gdb.base/killed-outside.exp: Remove $options from a call to
9436 `prepare_for_testing'.
9437
9438 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9439
9440 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
9441 Change test message.
9442
9443 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9444
9445 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
9446 Update comment.
9447
9448 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9449
9450 * gdb.trace/mi-trace-save.exp: New file.
9451
9452 2016-10-13 Yao Qi <yao.qi@linaro.org>
9453
9454 * gdb.base/code_elim.exp (get_var_address): Remove.
9455 * gdb.base/relocate.exp: Likewise.
9456 * gdb.base/shreloc.exp: Likewise.
9457 * lib/gdb.exp (get_var_address): New.
9458
9459 2016-10-13 Yao Qi <yao.qi@linaro.org>
9460
9461 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
9462 floating point tests if $skip_float_test is false.
9463
9464 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
9465
9466 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
9467 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
9468 argc values.
9469 Add 1 to argc so we guarantee distinct initial/modified argc values.
9470
9471 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9472
9473 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
9474
9475 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9476
9477 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
9478 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
9479 * gdb.arch/vsx-regs.exp: Likewise.
9480
9481 2016-10-07 Yao Qi <yao.qi@linaro.org>
9482
9483 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
9484
9485 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
9486
9487 * gdb.python/python.exp: Test decode_line("*0").
9488
9489 2016-10-06 Doug Evans <dje@google.com>
9490
9491 * gdb.python/py-value.exp (test_value_creation): Add test for large
9492 unsigned 64-bit value.
9493
9494 2016-10-06 Tom Tromey <tom@tromey.com>
9495
9496 * gdb.compile/compile.exp: Change java tests to rust.
9497 * gdb.base/setshow.exp: Change java tests to rust.
9498 * gdb.base/default.exp: Remove java from language list.
9499 * README (Examples): Update language example.
9500 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
9501 test.
9502 * lib/gdb.exp (skip_java_tests): Remove.
9503 * lib/java.exp: Remove.
9504 * gdb.java: Remove.
9505
9506 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
9507
9508 * gdb.arch/mips-fcr.exp: New test.
9509 * gdb.arch/mips-fcr.c: Source for the new test.
9510
9511 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
9512
9513 * gdb.base/solib-disc.exp: Use `standard_output_file'
9514 throughout.
9515
9516 2016-10-06 Pedro Alves <palves@redhat.com>
9517
9518 * gdb.base/jit-simple-dl.c: New file.
9519 * gdb.base/jit-simple-jit.c: New file, factored out from ...
9520 * gdb.base/jit-simple.c: ... this.
9521 * gdb.base/jit-simple.exp (jit_run): Delete.
9522 (build_jit): New proc.
9523 (jit_test_reread): Recompile either the main program or the shared
9524 library, depending on what is being tested. Skip changing address
9525 if caller wants to. Compare before/after addresses. If testing
9526 standalone, explicitly load the binary. Test "maint info
9527 breakpoints".
9528 (top level): Add "standalone vs shared lib" and "change address"
9529 vs "same address" axes.
9530
9531 2016-10-06 Pedro Alves <palves@redhat.com>
9532
9533 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
9534 call.
9535 (jit_run): Delete.
9536 (jit_test_reread): Use with_test_prefix. Reload the main binary
9537 explicitly. Compare the before/after addresses of the JIT
9538 descriptor.
9539
9540 2016-08-15 Doug Evans <dje@google.com>
9541
9542 * gdb.xml/extra-regs.xml: Update, end field now required, default type
9543 for single bitfields is bool.
9544 * gdb.xml/tdesc-regs.exp: Ditto.
9545
9546 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9547
9548 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
9549
9550 2016-10-05 Yao Qi <yao.qi@linaro.org>
9551
9552 * lib/gdb.exp (support_complex_tests): Return zero if
9553 gdb_skip_float_test return true.
9554
9555 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
9556 Simon Marchi <simon.marchi@ericsson.com>
9557
9558 PR gdb/20487
9559 * gdb.mi/user-selected-context-sync.exp: New file.
9560 * gdb.mi/user-selected-context-sync.c: New file.
9561
9562 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
9563 Simon Marchi <simon.marchi@ericsson.com>
9564
9565 PR gdb/20487
9566 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
9567 =thread-select-event check.
9568
9569 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
9570
9571 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
9572 the compulsory L operand changes.
9573 * gdb.arch/powerpc-power.s: Likewise.
9574
9575 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9576
9577 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
9578 * gdb.base/jit-attach-pie.c: New file.
9579 * gdb.base/jit-attach-pie.exp: New file.
9580
9581 2016-09-28 Pedro Alves <palves@redhat.com>
9582
9583 * gdb.base/infcall-input.c: New file.
9584 * gdb.base/infcall-input.exp: New file.
9585
9586 2016-09-22 Yao Qi <yao.qi@linaro.org>
9587
9588 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
9589 (gdb_exit): Rename it to ...
9590 (gdbserver_gdb_exit): ... Close GDBserver.
9591 (gdb_exit): New proc, call gdbserver_gdb_exit.
9592 (mi_gdb_exit): Likewise.
9593
9594 2016-09-22 Yao Qi <yao.qi@linaro.org>
9595
9596 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
9597 path.
9598 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
9599 Remove duplication.
9600
9601 2016-09-22 Yao Qi <yao.qi@linaro.org>
9602
9603 * lib/gdbserver-support.exp: Check the existence of
9604 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
9605
9606 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
9607
9608 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
9609
9610 2016-09-21 Tom Tromey <tom@tromey.com>
9611
9612 PR gdb/20604:
9613 * gdb.base/quit.exp: New file.
9614
9615 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
9616
9617 * .gitignore: New file.
9618
9619 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
9620
9621 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
9622 throughout.
9623
9624 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9625
9626 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
9627
9628 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9629
9630 * gdb.cp/casts.cc (decltype): Move it ...
9631 (main): ... with its call to ...
9632 * gdb.cp/casts03.cc: ... a new file.
9633 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
9634
9635 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9636
9637 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
9638
9639 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
9640
9641 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
9642 and sync up the test with tests in gas/testsuite/gas/ppc.
9643 * gdb.arch/powerpc-power.exp: Likewise.
9644
9645 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9646
9647 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
9648
9649 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
9650 Jan Kratochvil <jan.kratochvil@redhat.com>
9651
9652 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
9653 make m1's definition to be different from m2's. Use 'dummy' as an
9654 argument for probe 'two'.
9655
9656 2016-09-10 Jon Beniston <jon@beniston.com>
9657
9658 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
9659 for sim target.
9660
9661 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
9662
9663 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
9664 variable declaration.
9665 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
9666 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
9667 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
9668 received HWCAP as its argument.
9669
9670 2016-09-06 Pedro Alves <palves@redhat.com>
9671
9672 * gdb.base/new-ui-pending-input.c: New file.
9673 * gdb.base/new-ui-pending-input.exp: New file.
9674 * gdb.exp (clear_gdb_spawn_id): New procedure.
9675 (with_spawn_id): Check whether gdb_spawn_id exists before
9676 referencing it. If gdb_spawn_id didn't exist on entry, clear it
9677 on exit.
9678
9679 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
9680
9681 * gdb.base/float128.c: New file.
9682 * gdb.base/float128.exp: Likewise.
9683 * gdb.base/floatn.c: Likewise.
9684 * gdb.base/floatn.exp: Likewise.
9685
9686 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
9687
9688 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
9689
9690 2016-09-05 Pedro Alves <palves@redhat.com>
9691
9692 PR backtrace/19927
9693 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
9694 unwinders are immediately called as side effect of "source" or
9695 "disable unwinder" commands.
9696 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
9697
9698 2016-09-02 Yao Qi <yao.qi@linaro.org>
9699
9700 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
9701 is true and $type is "float" or "double".
9702
9703 2016-09-02 Yao Qi <yao.qi@linaro.org>
9704
9705 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
9706 true.
9707 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
9708 * gdb.base/call-rt-st.exp: Likewise.
9709 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
9710 return value instead of gdb,skip_float_test.
9711 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
9712 (do_function_calls): Use its return value instead of
9713 gdb,skip_float_test.
9714 * gdb.base/finish.exp: Likewise.
9715 * gdb.base/funcargs.exp: Likewise.
9716 * gdb.base/return.exp: Likewise.
9717 * gdb.base/return2.exp: Likewise.
9718 * gdb.base/varargs.exp: Likewise.
9719 * lib/gdb.exp (gdb_skip_float_test): Change it to
9720 gdb_caching_proc. Detect the broken ptrace on arm-linux.
9721
9722 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
9723
9724 * gdb.multi/tids.exp: Test "thread apply all".
9725
9726 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9727
9728 * gdb.base/default.exp (tty): Remove.
9729
9730 2016-08-24 Kevin Buettner <kevinb@redhat.com>
9731
9732 * gdb.python/py-recurse-unwind.c: New file.
9733 * gdb.python/py-recurse-unwind.py: New file.
9734 * gdb.python/py-recurse-unwind.exp: New file.
9735
9736 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
9737
9738 * gdb.base/set-inferior-tty.exp: New file.
9739 * gdb.base/set-inferior-tty.c: New file.
9740
9741 2016-08-23 Pedro Alves <palves@redhat.com>
9742
9743 PR gdb/20494
9744 * gdb.base/new-ui-echo.c: New file.
9745 * gdb.base/new-ui-echo.exp: New file.
9746
9747 2016-08-23 Yao Qi <yao.qi@linaro.org>
9748
9749 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
9750 gdbserver_spawn.
9751 * gdb.server/connect-without-multi-process.exp (do_test):
9752 Likewise.
9753
9754 2016-08-23 Yao Qi <yao.qi@linaro.org>
9755
9756 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
9757 standalone_txt. Delete gdb_txt and standalone_txt on host
9758 and target. Spawn the binary on target. Copy files from
9759 target to host.
9760
9761 2016-08-22 Pedro Alves <palves@redhat.com>
9762
9763 PR gdb/20505
9764 * gdb.base/vdso-warning.exp: Test core dumps too. Use
9765 with_test_prefix. Factor out bits to ...
9766 (test_no_vdso): ... this new procedure.
9767
9768 2016-08-19 Carl Love <cel@us.ibm.com>
9769
9770 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
9771 maintaining separate logic for constructing the output path.
9772 * gdb.arch/powerpc-d128-regs.exp: Likewise.
9773 * gdb.arch/ppc-dfp.exp: Likewise.
9774 * gdb.arch/ppc-fp.exp: Likewise.
9775 * gdb.arch/vsx-regs.exp: Likewise.
9776 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
9777 binprefix for generating the additional binary files.
9778
9779 2016-08-19 Pedro Alves <palves@redhat.com>
9780
9781 * gdb.trace/mi-trace-frame-collected.exp
9782 (test_trace_frame_collected): On x32, expect two registers.
9783
9784 2016-08-18 Carl Love <cel@us.ibm.com>
9785
9786 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
9787 and sync up the test with tests in gas/testsuite/gas/ppc.
9788 * gdb.arch/powerpc-power.exp: Likewise.
9789
9790 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
9791
9792 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
9793 expected error message.
9794
9795 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
9796
9797 * gdb.multi/remove-inferiors.exp: New file.
9798 * gdb.multi/remove-inferiors.c: New file.
9799
9800 2016-08-12 Yao Qi <yao.qi@linaro.org>
9801
9802 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
9803 argument list.
9804
9805 2016-08-10 Pedro Alves <palves@redhat.com>
9806
9807 PR gdb/19187
9808 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
9809 setup_kfails.
9810
9811 2016-08-09 Pedro Alves <palves@redhat.com>
9812 Simon Marchi <simon.marchi@ericsson.com>
9813
9814 PR gdb/20418
9815 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
9816 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
9817
9818 2016-08-09 Pedro Alves <palves@redhat.com>
9819
9820 PR mi/20431
9821 * gdb.mi/mi-cmd-error.exp: New file.
9822
9823 2016-08-09 Pedro Alves <palves@redhat.com>
9824
9825 PR gdb/18653
9826 * gdb.base/signals-state-child.c: New file.
9827 * gdb.base/signals-state-child.exp: New file.
9828 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
9829
9830 2016-08-09 Pedro Alves <palves@redhat.com>
9831
9832 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
9833
9834 2016-08-03 Tom Tromey <tom@tromey.com>
9835
9836 PR python/18565:
9837 * gdb.python/py-frame-inline.exp: Add Frame.function test.
9838
9839 2016-08-01 Yao Qi <yao.qi@linaro.org>
9840
9841 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
9842 variable mode to "multi-process" if $multi_process is 1, otherwise
9843 set it to "single-process".
9844
9845 2016-08-01 Yao Qi <yao.qi@linaro.org>
9846
9847 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
9848 * gdb.cp/cpexprs.exp: Likewise.
9849 * gdb.cp/m-static.exp: Likewise.
9850
9851 2016-07-26 Tom Tromey <tom@tromey.com>
9852
9853 PR python/20190:
9854 * gdb.threads/tls.exp (check_thread_local): Add python symbol
9855 test.
9856
9857 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
9858
9859 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
9860 selecting assembly source files.
9861 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
9862 assembly source files.
9863 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
9864 assembly source files.
9865 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
9866 selecting assembly source files.
9867
9868 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
9869
9870 * gdb.base/new-ui.exp (do_test_invalid_args): New
9871 procedure.
9872
9873 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
9874
9875 * gdb.btrace/reconnect.c: New file.
9876 * gdb.btrace/reconnect.exp: New file.
9877
9878 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
9879
9880 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
9881 to test_catch_syscall_group.
9882 (test_catch_syscall_group): New.
9883
9884 2016-07-21 Tom Tromey <tom@tromey.com>
9885
9886 * gdb.rust/simple.rs (main): Use empty struct expression.
9887 * gdb.rust/simple.exp: Add tests for empty struct expression.
9888
9889 2016-07-21 Yao Qi <yao.qi@linaro.org>
9890
9891 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
9892 if gdb_skip_xml_test is true on some targets.
9893
9894 2016-07-21 Yao Qi <yao.qi@linaro.org>
9895
9896 * gdb.server/solib-list.exp: Unset last_loaded_file.
9897
9898 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9899
9900 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
9901 "step into captured_main (args)".
9902
9903 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9904
9905 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
9906
9907 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9908
9909 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
9910
9911 2016-07-19 Pedro Alves <palves@redhat.com>
9912
9913 * gdb.opt/inline-break.exp: Remove optimize=-O2.
9914 * gdb.opt/inline-bt.exp: Likewise.
9915 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
9916 additional_flags=-Winline.
9917 * gdb.opt/inline-locals.exp: Likewise.
9918 * gdb.opt/inline-markers.c (ATTR): Define.
9919 (inlined_fn): Use it.
9920
9921 2016-07-19 Yao Qi <yao.qi@linaro.org>
9922
9923 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
9924 (test_with_self): Remove some code. Remove argument executable.
9925 (top-level): Use do_self_tests.
9926
9927 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
9928 Don Breazeal <donb@codesourcery.com>
9929
9930 * gdb.base/maint.exp: Escape paths used in regular expressions.
9931 * gdb.stabs/weird.exp: Likewise.
9932
9933 2016-07-13 Tom Tromey <tom@tromey.com>
9934
9935 PR python/15620, PR python/18620:
9936 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
9937 (test_bkpt_events): New procs.
9938
9939 2016-07-13 Tom Tromey <tom@tromey.com>
9940
9941 PR python/17698:
9942 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
9943 test.
9944 (test_watchpoints): Likewise.
9945 (test_bkpt_pending): New proc.
9946
9947 2016-07-13 Tom Tromey <tom@tromey.com>
9948
9949 PR cli/18053:
9950 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
9951 completion test.
9952
9953 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9954
9955 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
9956 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
9957 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
9958 f_label.
9959 (g): Rename g_end_lbl to g_label.
9960 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
9961 low_pc and high_pc.
9962 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
9963
9964 2016-07-12 Tom Tromey <tom@tromey.com>
9965
9966 PR python/19293:
9967 * gdb.python/py-unwind-maint.exp: Update tests.
9968
9969 2016-07-12 Yao Qi <yao.qi@linaro.org>
9970
9971 * lib/selftest-support.exp (selftest_setup): Match the output
9972 when captured_main is inlined.
9973
9974 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
9975
9976 * gdb.fortran/derived-types.exp (result_line, result_line_2):
9977 New variables.
9978 (print this%a, print this%b, print this): New tests.
9979 * gdb.fortran/derived-types.f90 (this): New object and
9980 initialization.
9981
9982 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9983
9984 * gdb.ada/arraydim.exp: Remove extra directory level in build
9985 directory.
9986
9987 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9988
9989 * lib/ada.exp: Remove extra directory level in build directory.
9990 * gdb.ada/cond_lang.exp: Likewise.
9991 * gdb.ada/exec_changed.exp: Likewise.
9992 * gdb.ada/lang_switch.exp: Likewise.
9993
9994 2016-07-06 Manish Goregaokar <manish@mozilla.com>
9995
9996 * simple.rs: Add test for raw pointer subscripting.
9997 * simple.exp: Add test expectations.
9998
9999 2016-07-05 Yao Qi <yao.qi@linaro.org>
10000
10001 * gdb.mi/mi-reverse.exp: Match =record-started output.
10002
10003 2016-07-01 Pedro Alves <palves@redhat.com>
10004
10005 * gdb.base/jit-reader.exp (info_registers_current_frame): New
10006 procedure.
10007 (jit_reader_test): Test the jit reader's unwinder.
10008 * gdb.base/jithost.c (jit_function_00_code): New global.
10009 (main): Use memcpy to fill in the mmapped code, instead of poking
10010 bytes manually here.
10011 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
10012 value.
10013 (read_debug_info): Save the function's range.
10014 (read_sp): New function.
10015 (unwind_frame): Use it. Also unwind RBP.
10016 (get_frame_id): Use read_sp.
10017 (gdb_init_reader): Use calloc instead of malloc.
10018 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
10019 parameter. Use gdb_test_multiple.
10020
10021 2016-07-01 Pedro Alves <palves@redhat.com>
10022 Antoine Tremblay <antoine.tremblay@ericsson.com>
10023
10024 * gdb.threads/process-dies-while-detaching.c: New file.
10025 * gdb.threads/process-dies-while-detaching.exp: New file.
10026
10027 2016-07-01 Pedro Alves <palves@redhat.com>
10028
10029 * gdb.multi/watchpoint-multi-exit.c: New file.
10030 * gdb.multi/watchpoint-multi-exit.exp: New file.
10031
10032 2016-06-30 Pedro Alves <palves@redhat.com>
10033
10034 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
10035 unset inferior_spawn_id.
10036
10037 2016-06-30 Pedro Alves <palves@redhat.com>
10038
10039 * lib/mi-support.exp (default_mi_gdb_start): Declare global
10040 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
10041
10042 2016-06-29 Yao Qi <yao.qi@linaro.org>
10043
10044 * gdb.base/return.c: Add copyright header.
10045
10046 2016-06-29 Tom Tromey <tom@tromey.com>
10047
10048 PR python/20129:
10049 * gdb.python/py-framefilter.exp: Add tests for setting priority
10050 and disabling of non-existent frame filter.
10051
10052 2016-06-29 Yao Qi <yao.qi@linaro.org>
10053
10054 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
10055 0x0f07ff.
10056
10057 2016-06-28 Yao Qi <yao.qi@linaro.org>
10058
10059 * gdb.base/catch-syscall.exp: Remove check on isnative and target
10060 triplets. Start gdb, execute catch syscall, and continue. Check
10061 gdb's output to determine catch syscall is supported.
10062
10063 2016-06-27 Manish Goregaokar <manish@mozilla.com>
10064
10065 * gdb.rust/simple.rs: Add test for returning unit in a function.
10066 * gdb.rust/simple.exp: Add expectation for functions returning
10067 unit.
10068
10069 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
10070
10071 * gdb.python/py-breakpoint-create-fail.c,
10072 gdb.python/py-breakpoint-create-fail.exp,
10073 gdb.python/py-breakpoint-create-fail.py: New testcase.
10074
10075 2016-06-25 Manish Goregaokar <manish@mozilla.com>
10076
10077 PR gdb/20239
10078 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
10079 * gdb.rust/simple.exp: Add test expectations for new NonZero
10080 tests.
10081
10082 2016-06-24 David Taylor <dtaylor@emc.com>
10083
10084 * gdb.base/offsets.exp: New file.
10085 * gdb.base/offsets.c: New file.
10086
10087 2016-06-23 Tom Tromey <tom@tromey.com>
10088
10089 PR gdb/16483:
10090 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
10091 before any filters are loaded.
10092
10093 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
10094
10095 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
10096 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
10097 structs.
10098 * gdb.fortran/derived-type-function.exp: New file.
10099 * gdb.fortran/derived-type-function.f90: New file.
10100
10101
10102 2016-06-21 Pedro Alves <palves@redhat.com>
10103
10104 * gdb.base/new-ui.exp: New file.
10105 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
10106 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
10107 (with_spawn_id): New procedure.
10108
10109 2016-06-21 Pedro Alves <palves@redhat.com>
10110
10111 * gdb.mi/mi-exec-run.exp: New file.
10112
10113 2016-06-21 Pedro Alves <palves@redhat.com>
10114
10115 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
10116 breakpoint command's output on the main UI.
10117 (test_break): New procedure, factored out from calls in the top
10118 level.
10119 (top level): Use foreach_with_prefix to test MI as main UI and as
10120 separate UI.
10121
10122 2016-06-21 Pedro Alves <palves@redhat.com>
10123
10124 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
10125 (test_awatch_creation_and_listing)
10126 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
10127 Remove 'type' parameter.
10128 (test_watchpoint_all): New parameter mi_mode. Remove
10129 with_test_prefix.
10130 (top level): Use foreach_with_prefix, and add main/separate UI MI
10131 testing axis.
10132
10133 2016-06-21 Pedro Alves <palves@redhat.com>
10134
10135 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
10136 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
10137 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
10138 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
10139 (gdb_main_spawn_id, mi_spawn_id): Declare and
10140 comment.
10141 (mi_create_inferior_pty): New procedure,
10142 factored out from default_mi_gdb_start.
10143 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
10144 procedures.
10145 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
10146 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
10147 Use mi_create_inferior_pty.
10148 (mi_gdb_start): Use eval to pass down args list.
10149
10150 2016-06-21 Pedro Alves <palves@redhat.com>
10151
10152 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
10153 * gdb.opt/inline-cmds.exp: Add MI tests.
10154
10155 2016-06-21 Pedro Alves <palves@redhat.com>
10156
10157 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
10158
10159 2016-06-21 Pedro Alves <palves@redhat.com>
10160
10161 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
10162 (top level): Use it instead of mi_execute_to.
10163
10164 2016-06-21 Pedro Alves <palves@redhat.com>
10165
10166 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
10167 (cont_handler_str): New.
10168 (signal_stop_handler): Set stop_handler_str instead of printing to
10169 stdout.
10170 (continue_handler): Set cont_handler_str instead of printing to
10171 stdout.
10172 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
10173 mi_send_resuming_command. Print stop_handler_str and
10174 cont_handler_str instead of expecting the python events print
10175 directly.
10176
10177 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
10178
10179 * gdb.base/jit-reader.exp: New file.
10180 * gdb.base/jithost.c: New file.
10181 * gdb.base/jithost.h: New file.
10182 * gdb.base/jitreader.c : New file.
10183 * gdb.base/jit-protocol.h: New file.
10184
10185 2016-06-17 Yao Qi <yao.qi@linaro.org>
10186
10187 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
10188 parameters follow_fork and detach_on_fork. Set follow-fork-mode
10189 and detach-on-fork. Adjust tests.
10190 (top level): Invoke break_cond_on_syscall with combinations of
10191 syscall, follow-fork-mode and detach-on-fork.
10192
10193 2016-06-17 Yao Qi <yao.qi@linaro.org>
10194
10195 * gdb.base/step-over-exit.c: New.
10196 * gdb.base/step-over-exit.exp: New.
10197
10198 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
10199
10200 * gdb.base/float.exp: Add target check for nds32*-*-*.
10201 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
10202
10203 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
10204
10205 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
10206 for unsupported target features.
10207 * gdb.base/call-rt-st.exp: Likewise.
10208 * gdb.base/call-sc.exp: Likewise.
10209 * gdb.base/call-signal-resume.exp: Likewise.
10210 * gdb.base/call-strs.exp: Likewise.
10211 * gdb.base/callexit.exp: Likewise.
10212 * gdb.base/callfuncs.exp: Likewise.
10213 * gdb.base/nodebug.exp: Likewise.
10214 * gdb.base/printcmds.exp: Likewise.
10215 * gdb.base/ptype.exp: Likewise.
10216 * gdb.base/structs.exp: Likewise.
10217 * gdb.base/unwindonsignal.exp: Likewise.
10218 * gdb.cp/gdb2495.exp: Likewise.
10219 * gdb.cp/templates.exp: Likewise.
10220 * gdb.cp/virtfunc.exp: Likewise.
10221 * gdb.threads/hand-call-in-threads.exp: Likewise.
10222 * gdb.threads/interrupted-hand-call.exp: Likewise.
10223 * gdb.threads/thread-unwindonsignal.exp: Likewise.
10224
10225 2016-06-10 Tom Tromey <tom@tromey.com>
10226
10227 PR rust/20110:
10228 * gdb.rust/expr.exp: Add test for integer constant larger than
10229 i32.
10230
10231 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
10232
10233 * gdb.fortran/nested-funcs.exp: New.
10234 * gdb.fortran/nested-funcs.f90: New.
10235
10236 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
10237
10238 * gdb.base/examine-backward.c: New file.
10239 * gdb.base/examine-backward.exp: New file.
10240
10241 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
10242
10243 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
10244 matching.
10245
10246 2016-06-02 Tom Tromey <tom@tromey.com>
10247
10248 PR python/18984:
10249 * gdb.python/py-shared.exp: Add solib_name test.
10250
10251 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
10252
10253 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
10254
10255 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
10256
10257 PR c++/19893
10258 * gdb.dwarf2/implref.exp: Rename to...
10259 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
10260 * gdb.dwarf2/implref-array.c: New file.
10261 * gdb.dwarf2/implref-array.exp: Likewise.
10262 * gdb.dwarf2/implref-global.c: Likewise.
10263 * gdb.dwarf2/implref-global.exp: Likewise.
10264 * gdb.dwarf2/implref-struct.c: Likewise.
10265 * gdb.dwarf2/implref-struct.exp: Likewise.
10266
10267 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10268
10269 * gdb.trace/trace-condition.exp: Add 64bit tests.
10270
10271 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10272
10273 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
10274 bits types.
10275 (main): Adapt to 8 to 64 bits types.
10276 * gdb.trace/trace-condition.exp: Add new tests.
10277
10278 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10279
10280 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
10281
10282 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10283
10284 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
10285 Move condition tests...
10286 * gdb.trace/trace-condition.exp: Here.
10287
10288 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10289
10290 * gdb.trace/trace-condition.exp: Add counter-case tests.
10291
10292 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
10293
10294 PR c++/15231
10295 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
10296 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
10297
10298 2016-05-27 Pedro Alves <palves@redhat.com>
10299
10300 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
10301 New procedure.
10302 (top level): Call it, and bail out of DejaGnu is known to be bad.
10303
10304 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
10305
10306 * gdb.base/whatis.c: Extend the test case.
10307 * gdb.base/whatis.exp: Add additional tests.
10308
10309 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10310
10311 * gdb.fortran/type.f90: Add pointer variable.
10312 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
10313
10314 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10315
10316 * gdb.fortran/vla-type.exp: Fix testcase name.
10317
10318 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10319
10320 * gdb.fortran/vla-type.exp: Access elements in nested structs.
10321
10322 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10323
10324 * gdb.fortran/type.f90: Add nested structures.
10325 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
10326 * gdb.fortran/derived-type.exp: Adapt expected output.
10327 * gdb.fortran/vla-type.exp: Adapt expected output.
10328
10329 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10330
10331 * gdb.fortran/whatis_type.exp: Adapt expected output.
10332
10333 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10334
10335 * gdb.fortran/print_type.exp: Fix expected output.
10336 * gdb.fortran/whatis_type.exp: Fix expected output.
10337
10338 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10339
10340 * gdb.fortran/whatis_type.exp: Use multi_line.
10341
10342 2016-05-24 Tom Tromey <tom@tromey.com>
10343
10344 PR python/17386:
10345 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
10346 use value as an index.
10347
10348 2016-05-23 Tom Tromey <tom@tromey.com>
10349
10350 PR python/17981:
10351 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
10352 no-breakpoint case.
10353
10354 2016-05-24 Pedro Alves <palves@redhat.com>
10355
10356 PR gdb/19828
10357 * gdb.threads/clone-attach-detach.c: New file.
10358 * gdb.threads/clone-attach-detach.exp: New file.
10359
10360 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
10361
10362 * gdb.base/annota-input-while-running.exp: Fix syntax error.
10363
10364 2016-05-23 Tom Tromey <tom@tromey.com>
10365
10366 PR python/19438, PR python/18393:
10367 * gdb.python/py-progspace.exp: Add "dir" test.
10368 * gdb.python/py-objfile.exp: Add "dir" test.
10369
10370 2016-05-23 Yao Qi <yao.qi@linaro.org>
10371
10372 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
10373 * gdb.arch/thumb2-it.exp: Likewise.
10374
10375 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
10376
10377 * gdb.mi/mi-threads-interrupt.c: New file.
10378 * gdb.mi/mi-threads-interrupt.exp: New file.
10379
10380 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
10381
10382 PR gdb/18077
10383 * gdb.mi/mi-async-run.exp: New file.
10384 * gdb.mi/mi-async-run.c: New file.
10385
10386 2016-05-17 Tom Tromey <tom@tromey.com>
10387 Manish Goregaokar <manishsmail@gmail.com>
10388
10389 * lib/rust-support.exp: New file.
10390 * lib/gdb.exp (skip_rust_tests): New proc.
10391 (build_executable_from_specs): Handle rust.
10392 * lib/future.exp (gdb_find_rustc): New proc.
10393 (gdb_default_target_compile): Handle rust.
10394 * gdb.rust/expr.exp: New file.
10395 * gdb.rust/generics.exp: New file.
10396 * gdb.rust/generics.rs: New file.
10397 * gdb.rust/methods.exp: New file.
10398 * gdb.rust/methods.rs: New file.
10399 * gdb.rust/modules.exp: New file.
10400 * gdb.rust/modules.rs: New file.
10401 * gdb.rust/simple.exp: New file.
10402 * gdb.rust/simple.rs: New file.
10403
10404 2016-05-17 Tom Tromey <tom@tromey.com>
10405
10406 * gdb.base/default.exp (set language): Add rust.
10407
10408 2016-05-17 Tom Tromey <tom@tromey.com>
10409
10410 * gdb.gdb/unittest.exp: New file.
10411
10412 2016-05-16 Yao Qi <yao.qi@linaro.org>
10413
10414 * gdb.base/batch-preserve-term-settings.exp: Remove variable
10415 shell_prompt. Update shell_prompt_re.
10416
10417 2016-05-12 Doug Evans <dje@google.com>
10418
10419 PR symtab/19999
10420 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
10421 $options when building executable.
10422 * gdb.dwarf2/fission-loclists-pie.S: New file.
10423 * gdb.dwarf2/fission-loclists-pie.exp: New file.
10424
10425 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
10426
10427 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
10428 of [is_remote target],
10429
10430 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
10431
10432 * lib/gdb.exp (use_gdb_stub): New procedure.
10433
10434 2016-05-03 Yunlian Jiang <yunlian@google.com>
10435 Doug Evans <dje@google.com>
10436
10437 PR symtab/19914
10438 * gdb.dwarf2/dwp-sepdebug.c: New file.
10439 * gdb.dwarf2/dwp-sepdebug.exp: New file.
10440
10441 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
10442
10443 * gdb.base/detach.exp: Remove is_remote check.
10444
10445 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
10446
10447 * gdb.base/annota-input-while-running.exp: Don't check for
10448 [is_remote target]. Enable annotations after running to main.
10449 Remove unused "set test..." line.
10450
10451 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
10452
10453 * gdb.trace/trace-enable-disable.exp: New file.
10454 * gdb.trace/trace-enable-disable.c: New file.
10455
10456 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
10457
10458 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
10459 use it in info sharedlibrary test.
10460 * gdb.trace/ftrace-lock.exp: Likewise.
10461 * gdb.trace/ftrace.exp: Likewise.
10462 * gdb.trace/range-stepping.exp: Likewise.
10463 * gdb.trace/trace-break.exp: Likewise.
10464 * gdb.trace/trace-condition.exp: Likewise.
10465 * gdb.trace/trace-mt.exp: Likewise.
10466
10467 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
10468
10469 * lib/gdb.exp (gdb_load_shlibs): Rename to...
10470 (gdb_load_shlib): ... this.
10471 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
10472 gdb_load_shlib.
10473 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
10474 * gdb.base/ctxobj.exp: Likewise.
10475 * gdb.base/dprintf-pending.exp: Likewise.
10476 * gdb.base/dso2dso.exp: Likewise.
10477 * gdb.base/fixsection.exp: Likewise.
10478 * gdb.base/gcore-relro.exp: Likewise.
10479 * gdb.base/gdb1555.exp: Likewise.
10480 * gdb.base/global-var-nested-by-dso.exp: Likewise.
10481 * gdb.base/gnu-ifunc.exp: Likewise.
10482 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
10483 * gdb.base/jit-so.exp (one_jit_test): Likewise.
10484 * gdb.base/pending.exp: Likewise.
10485 * gdb.base/print-file-var.exp: Likewise.
10486 * gdb.base/print-symbol-loading.exp: Likewise.
10487 * gdb.base/shlib-call.exp: Likewise.
10488 * gdb.base/shreloc.exp: Likewise.
10489 * gdb.base/so-impl-ld.exp: Likewise.
10490 * gdb.base/solib-disc.exp: Likewise.
10491 * gdb.base/solib-nodir.exp: Likewise.
10492 * gdb.base/solib-overlap.exp: Likewise.
10493 * gdb.base/solib-symbol.exp: Likewise.
10494 * gdb.base/solib-weak.exp (do_test): Likewise.
10495 * gdb.base/sym-file.exp: Likewise.
10496 * gdb.base/symtab-search-order.exp: Likewise.
10497 * gdb.base/type-opaque.exp: Likewise.
10498 * gdb.base/unload.exp: Likewise.
10499 * gdb.base/watchpoint-solib.exp: Likewise.
10500 * gdb.compile/compile.exp: Likewise.
10501 * gdb.cp/gdb2384.exp: Likewise.
10502 * gdb.cp/infcall-dlopen.exp: Likewise.
10503 * gdb.cp/re-set-overloaded.exp: Likewise.
10504 * gdb.fortran/library-module.exp: Likewise.
10505 * gdb.opt/solib-intra-step.exp: Likewise.
10506 * gdb.python/py-finish-breakpoint.exp: Likewise.
10507 * gdb.python/py-shared.exp: Likewise.
10508 * gdb.reverse/solib-precsave.exp: Likewise.
10509 * gdb.reverse/solib-reverse.exp: Likewise.
10510 * gdb.server/solib-list.exp: Likewise.
10511 * gdb.threads/dlopen-libpthread.exp: Likewise.
10512 * gdb.threads/tls-shared.exp: Likewise.
10513 * gdb.threads/tls-so_extern.exp: Likewise.
10514 * gdb.trace/change-loc.exp: Likewise.
10515 * gdb.trace/ftrace-lock.exp: Likewise.
10516 * gdb.trace/ftrace.exp: Likewise.
10517 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
10518 * gdb.trace/pending.exp: Likewise.
10519 * gdb.trace/range-stepping.exp: Likewise.
10520 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
10521 (strace_info_marker): Likewise.
10522 (strace_probe_marker): Likewise.
10523 (strace_trace_on_same_addr): Likewise.
10524 (strace_trace_on_diff_addr): Likewise.
10525 * gdb.trace/trace-break.exp: Likewise.
10526 * gdb.trace/trace-condition.exp: Likewise.
10527 * gdb.trace/trace-mt.exp: Likewise.
10528
10529 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
10530
10531 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
10532 result of gdb_remote_download.
10533 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
10534 * gdb.base/dso2dso.exp: Likewise.
10535 * gdb.base/global-var-nested-by-dso.exp: Likewise.
10536 * gdb.base/print-file-var.exp: Likewise.
10537 * gdb.base/shlib-call.exp: Likewise.
10538 * gdb.base/shreloc.exp: Likewise.
10539 * gdb.base/solib-overlap.exp: Likewise.
10540 * gdb.base/solib-weak.exp (do_test): Likewise.
10541 * gdb.base/unload.exp: Likewise.
10542
10543 2016-04-27 Yao Qi <yao.qi@linaro.org>
10544
10545 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
10546 exists.
10547
10548 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10549
10550 * vla-type.exp: Print structure from toplevel.
10551
10552 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10553
10554 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
10555 of dynamic types.
10556 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
10557 of dynamic types.
10558
10559 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10560
10561 * gdb.fortran/vla-type.f90: New file.
10562 * gdb.fortran/vla-type.exp: New file.
10563
10564 2016-04-25 Yao Qi <yao.qi@linaro.org>
10565
10566 * gdb.base/branch-to-self.c: New file.
10567 * gdb.base/branch-to-self.exp: New file.
10568
10569 2016-04-22 Yao Qi <yao.qi@linaro.org>
10570
10571 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
10572 more after $hex.
10573
10574 2016-04-22 Yao Qi <yao.qi@linaro.org>
10575
10576 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
10577 * gdb.base/annota3.exp: Likewise.
10578
10579 2016-04-22 Yao Qi <yao.qi@linaro.org>
10580
10581 * gdb.reverse/step-precsave.exp: Do one step and test program
10582 stops in "callee" and do multiple steps until program goes out
10583 of "callee".
10584 * gdb.reverse/step-reverse.exp: Likewise.
10585
10586 2016-04-22 Yao Qi <yao.qi@linaro.org>
10587
10588 * gdb.trace/signal.exp: Also pass if
10589 $tracepoint_hits($i) > $iterations.
10590
10591 2016-04-22 Yao Qi <yao.qi@linaro.org>
10592
10593 * gdb.trace/signal.c: New file.
10594 * gdb.trace/signal.exp: New file.
10595
10596 2016-04-19 Doug Evans <xdje42@gmail.com>
10597
10598 * gdb.base/bad-file.exp: New file.
10599
10600 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
10601
10602 * gdb.dwarf2/implref.exp: New file.
10603
10604 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
10605
10606 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
10607 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
10608 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
10609 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
10610 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
10611 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
10612 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
10613 * lib/fortran.exp (fortran_int4): New procedure.
10614 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
10615 (fortran_logical4): Likewise.
10616
10617 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
10618
10619 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
10620
10621 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
10622
10623 * lib/compiler.c: Add Intel specific preprocessor macros.
10624 * lib/compiler.cc: Likewise.
10625
10626 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
10627
10628 * gdb.server/connect-with-no-symbol-file.c: New file.
10629 * gdb.server/connect-with-no-symbol-file.exp: New file.
10630
10631 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
10632
10633 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
10634
10635 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
10636
10637 * boards/gdbserver-base.exp (${board}_download): Copy source file to
10638 standard output directory.
10639
10640 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
10641
10642 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
10643
10644 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
10645
10646 * gdb.btrace/instruction_history.c (loop): Add declaration.
10647
10648 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
10649
10650 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
10651
10652 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
10653
10654 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
10655 parentheses to print.
10656 (continue_handler): Likewise.
10657
10658 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
10659
10660 * gdb.server/solib-list.exp: Remove is_remote check.
10661 Pass shlib= to gdb_compile. Don't link shared library with
10662 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
10663 Run binary filename through "readlink -f" on the target.
10664
10665 2016-04-08 Pedro Alves <palves@redhat.com>
10666
10667 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
10668 interpreter filename as argument to gdbserver_spawn.
10669 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
10670 Return empty if $last_loaded_file does not exist.
10671
10672 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10673
10674 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
10675 * gdb.base/jit-main.c: Use exit after usage.
10676
10677 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10678
10679 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
10680 GDBHISTSIZE prior to the tests.
10681 * gdb.base/gdbinit-history.exp: Likewise.
10682
10683 2016-04-07 Pedro Alves <palves@redhat.com>
10684
10685 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
10686 instead of build_executable. Use gdb_load_shlibs.
10687
10688 2016-04-07 Yao Qi <yao.qi@linaro.org>
10689
10690 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
10691 Execute "si" command.
10692
10693 2016-04-07 Yao Qi <yao.qi@linaro.org>
10694
10695 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
10696 number instead of the comments on some line.
10697
10698 2016-04-06 Don Breazeal <donb@codesourcery.com>
10699
10700 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
10701 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
10702
10703 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
10704
10705 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
10706 standard_output_file. Remove unused binfile variable.
10707
10708 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
10709
10710 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
10711 * gdb.python/py-mi-objfile.exp: Match "list main" output
10712 in console format.
10713
10714 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
10715
10716 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
10717 absolute.
10718
10719 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
10720
10721 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
10722 absolute.
10723 * gdb.trace/ftrace.exp: Likewise.
10724 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
10725 targets as well.
10726 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
10727 (gdb_load_shlibs): Copy libraries to test directory when testing
10728 natively. Only set solib-search-path if testing remotely.
10729 * lib/mi-support.exp (mi_load_shlibs): Likewise.
10730
10731 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
10732
10733 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
10734 gdb_download. Use it even if the target is not remote.
10735 * gdb.base/jit.exp (compile_jit_test): Likewise.
10736 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
10737 output directory if the destination board is local, otherwise use
10738 the standard remote_download from DejaGnu.
10739 (gdb_download): Remove.
10740 (gdb_load_shlibs): Use gdb_remote_download instead of
10741 gdb_download.
10742 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
10743 Use gdb_remote_download instead of gdb_download. Use it even if
10744 the target is not remote.
10745 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
10746 instead of gdb_download.
10747
10748 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
10749
10750 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
10751 (test_insert_delete_modify): Call mi_load_shlibs before trying to
10752 run.
10753
10754 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
10755
10756 PR gdb/19820
10757 * gdb.base/printcmds.exp: Add artificial arrays tests.
10758
10759 2016-03-31 Pedro Alves <palves@redhat.com>
10760
10761 PR gdb/19858
10762 * gdb.base/jit-main.c: Include unistd.h.
10763 (ATTACH): Define to 0 if not already defined.
10764 (wait_for_gdb, mypid): New globals.
10765 (WAIT_FOR_GDB): New macro.
10766 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
10767 some breakpoint locations.
10768 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
10769 New procedures.
10770 (one_jit_test): Add REATTACH parameter, and handle it. Use
10771 continue_to_test_location.
10772 (top level): Test attach, and adjusts calls to one_jit_test.
10773
10774 2016-03-31 Pedro Alves <palves@redhat.com>
10775
10776 PR gdb/19858
10777 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
10778 BINSUFFIX parameter, and handle it.
10779 (top level): Adjust calls compile_jit_test.
10780
10781 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
10782
10783 PR python/19743
10784 * gdb.python/py-mi-events-gdb.py: New file.
10785 * gdb.python/py-mi-events.c: New file.
10786 * gdb.python/py-mi-events.exp: New file.
10787
10788 2016-03-30 Yao Qi <yao.qi@linaro.org>
10789
10790 * gdb.reverse/until-precsave.exp: Match function name only.
10791 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
10792 Move malloc to a condition block.
10793 * gdb.reverse/until-reverse.exp: Match function name only.
10794
10795 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
10796
10797 * gdb.trace/ftrace.exp: Set arg0exp for s390.
10798 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
10799 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
10800 variable for GPR 0 instead of assuming it is register 0.
10801 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
10802 * lib/trace-support.exp: Add s390 registers.
10803
10804 2016-03-29 Yao Qi <yao.qi@linaro.org>
10805
10806 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
10807
10808 2016-03-24 Yao Qi <yao.qi@linaro.org>
10809
10810 * gdb.reverse/break-reverse.exp: Add quotation mark in the
10811 test message.
10812
10813 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10814
10815 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
10816 maintaining separate logic for constructing the output path.
10817
10818 2016-03-16 Don Breazeal <donb@codesourcery.com>
10819
10820 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
10821 Retry fork and waitpid on interrupted system call errors.
10822 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10823 Use with_timeout_factor to increase timeout by factor of 10.
10824
10825 2016-03-15 Don Breazeal <donb@codesourcery.com>
10826
10827 * gdb.cp/scope-err.cc: New test program.
10828 * gdb.cp/scope-err.exp: New test script.
10829 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
10830 lines and "set breakpoint here" comment.
10831 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
10832 Fixed some whitespace and format issues.
10833 * gdb.mi/mi-linespec-err-cp.cc: New test program.
10834 * gdb.mi/mi-linespec-err-cp.exp: New test script.
10835
10836 2016-03-15 Doug Evans <dje@google.com>
10837
10838 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
10839 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
10840 All callers updated. Add tests for enums, mixed flags register.
10841
10842 2016-03-15 Doug Evans <dje@google.com>
10843
10844 * gdb.base/skip.c (main): Call test_skip_file_and_function.
10845 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
10846
10847 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
10848
10849 * gdb.base/default.exp: Add $_as_string to the list of expected
10850 convenience functions.
10851
10852 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
10853
10854 * gdb.base/maint.exp: New tests for 'maint info line-table'.
10855
10856 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
10857
10858 * gdb.python/py-as-string.exp: New file.
10859 * gdb.python/py-as-string.c: New file.
10860
10861 2016-03-09 Pedro Alves <palves@redhat.com>
10862
10863 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
10864 signal" -> "Thread NN received signal" output change.
10865 * gdb.threads/ia64-sigill.exp: Likewise.
10866 * gdb.threads/linux-dp.exp: Likewise.
10867 * gdb.threads/manythreads.exp: Likewise.
10868 * gdb.threads/pending-step.exp: Likewise.
10869 * gdb.threads/print-threads.exp: Likewise.
10870 * gdb.threads/sigstep-threads.exp: Likewise.
10871 * gdb.threads/staticthreads.exp: Likewise.
10872 * gdb.threads/tls.exp: Likewise.
10873
10874 2016-03-09 Pedro Alves <palves@redhat.com>
10875
10876 * gdb.base/command-line-input.exp: New file.
10877
10878 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10879
10880 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
10881 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
10882 * gdb.trace/pending.exp: Accept leading dot before function name.
10883 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
10884 * lib/trace-support.exp: Set registers for ppc.
10885
10886 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10887
10888 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
10889 use it for disassembly; accept .main in addition to main in backtrace.
10890
10891 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
10892 Marcin Kościelnicki <koriakin@0x04.net>
10893
10894 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
10895 (gdb_recursion_test_ptr): New global variable.
10896 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
10897 gdb_recursion_test.
10898 (gdb_c_test): Ditto.
10899
10900 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10901
10902 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
10903 ordering.
10904
10905 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10906
10907 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
10908 (bar): Add bar_start_lbl label.
10909 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
10910 of foo/bar for emitting DWARF and tracing.
10911
10912 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
10913
10914 * analyze-racy-logs.py: Set executable bit.
10915
10916 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
10917
10918 * Makefile.in (DEFAULT_RACY_ITER): New variable.
10919 (CHECK_TARGET_TMP): Likewise.
10920 (check-single-racy): New rule.
10921 (check-parallel-racy): Likewise.
10922 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
10923 (do-check-parallel-racy): New rule.
10924 (check-racy/%.exp): Likewise.
10925 * README (Racy testcases): New section.
10926 * analyze-racy-logs.py: New file.
10927
10928 2016-03-03 Doug Evans <dje@google.com>
10929
10930 * gdb.base/skip.exp: Use with_test_prefix.
10931
10932 2016-03-03 Yao Qi <yao.qi@linaro.org>
10933
10934 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
10935 Invoke step_over_syscall "clone" and break_cond_on_syscall
10936 "clone".
10937 * gdb.base/step-over-clone.c: New file.
10938
10939 2016-03-03 Yao Qi <yao.qi@linaro.org>
10940
10941 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
10942 code format.
10943
10944 2016-03-03 Yao Qi <yao.qi@linaro.org>
10945
10946 * gdb.base/disp-step-fork.c: Rename to ...
10947 * gdb.base/step-over-fork.c: ... it. New file.
10948 * gdb.base/disp-step-vfork.c: Rename to ...
10949 * gdb.base/step-over-vfork.c: ... it. New file.
10950 * gdb.base/disp-step-syscall.exp: Rename to ...
10951 * gdb.base/step-over-syscall.exp: ... it. New file.
10952 (disp_step_cross_syscall): Rename to ...
10953 (step_over_syscall): ... it.
10954
10955 2016-03-03 Yao Qi <yao.qi@linaro.org>
10956
10957 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
10958 If target supports condition evaluation on target, invoke
10959 break_cond_on_syscall for fork and vfork.
10960
10961 2016-03-03 Yao Qi <yao.qi@linaro.org>
10962
10963 * gdb.base/disp-step-syscall.exp: Don't invoke
10964 support_displaced_stepping.
10965 (disp_step_cross_syscall): Test with displaced stepping off and
10966 on if supported.
10967
10968 2016-03-03 Yao Qi <yao.qi@linaro.org>
10969
10970 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
10971 proc.
10972 (setup): New proc.
10973 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
10974 and setup.
10975
10976 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10977
10978 * gdb.fortran/vla-history.exp: Remove breakpoint.
10979
10980 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10981
10982 * gdb.fortran/vla-history.exp: Lookup array elements and printing
10983 exceeds timeout.
10984
10985 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10986
10987 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
10988 breakpoint.
10989
10990 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10991
10992 * gdb.mi/vla.f90: Nullify pointer after declaration.
10993
10994 2016-03-01 Pedro Alves <palves@redhat.com>
10995
10996 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
10997
10998 2016-03-01 Pedro Alves <palves@redhat.com>
10999
11000 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
11001 before anything else.
11002 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
11003 _GNU_SOURCE here.
11004 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
11005 before anything else.
11006 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
11007
11008 2016-03-01 Pedro Alves <palves@redhat.com>
11009
11010 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
11011
11012 2016-03-01 Yao Qi <yao.qi@linaro.org>
11013
11014 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
11015 prepare_for_testing.
11016
11017 2016-03-01 Yao Qi <yao.qi@linaro.org>
11018
11019 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
11020
11021 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
11022
11023 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
11024 manually constructing the output path.
11025
11026 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
11027
11028 * gdb.arch/s390-stackless.S: New.
11029 * gdb.arch/s390-stackless.exp: New.
11030
11031 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
11032
11033 * gdb.dlang/circular.c: New file.
11034 * gdb.dlang/circular.exp: New file.
11035
11036 2016-02-26 Yao Qi <yao.qi@linaro.org>
11037
11038 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
11039 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
11040 (testcases): Update.
11041
11042 2016-02-26 Yao Qi <yao.qi@linaro.org>
11043
11044 * gdb.reverse/aarch64.c: Rename to ...
11045 * gdb.reverse/insn-reverse.c: ... it.
11046 * gdb.reverse/aarch64.exp: Rename to ...
11047 * gdb.reverse/insn-reverse.exp: ... it.
11048
11049 2016-02-26 Yao Qi <yao.qi@linaro.org>
11050
11051 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
11052 (testcase_ftype): New.
11053 (testcases): New array.
11054 (n_testcases): New.
11055 (main): Call each element in testcases.
11056 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
11057 (read_testcase): New.
11058 Do the tests in a loop.
11059
11060 2016-02-25 Yao Qi <yao.qi@linaro.org>
11061
11062 * gdb.base/branches.c: Remove.
11063
11064 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
11065
11066 PR gdb/13808
11067 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
11068
11069 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
11070
11071 * gdb.trace/ftrace.exp: Remove unnecessary target check.
11072
11073 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
11074
11075 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
11076 change x86_64 call_insn to 'callq'.
11077
11078 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
11079
11080 * gdb.trace/tfile-avx.c: Move to...
11081 * gdb.trace/tracefile-pseudo-reg.c: Here.
11082 * gdb.trace/tfile-avx.exp: Move to...
11083 * gdb.trace/tracefile-pseudo-reg.exp: Here.
11084
11085 2016-02-24 Gary Benson <gbenson@redhat.com>
11086
11087 * gdb.base/attach-pie-noexec.exp: Do not expect an error
11088 message on attach.
11089
11090 2016-02-23 Doug Evans <dje@google.com>
11091
11092 * gdb.base/skip.c (test_skip): New function.
11093 (end_test_skip_file_and_function): New function.
11094 (test_skip_file_and_function): New function.
11095 * gdb.base/skip1.c (test_skip): New function.
11096 (skip1_test_skip_file_and_function): New function.
11097 * gdb.base/skip.exp: Add tests for new skip options.
11098 * gdb.base/skip-solib.exp: Update expected output.
11099 * gdb.perf/skip-command.cc: New file.
11100 * gdb.perf/skip-command.exp: New file.
11101 * gdb.perf/skip-command.py: New file.
11102
11103 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
11104
11105 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
11106 info registers pattern.
11107
11108 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
11109
11110 * lib/future.exp: Add D support.
11111 (gdb_find_gdc): New proc.
11112 (gdb_default_target_compile): Add D support.
11113
11114 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
11115
11116 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
11117 user+system time.
11118 (trace_speed_test): Determine the iteration count for a time
11119 between 15..30 seconds.
11120
11121 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
11122
11123 * gdb.arch/i386-mpx-sigsegv.c: New file.
11124 * gdb.arch/i386-mpx-sigsegv.exp: New file.
11125 * gdb.arch/i386-mpx-simple_segv.c: New file.
11126 * gdb.arch/i386-mpx-simple_segv.exp: New file.
11127
11128 2016-02-18 Yao Qi <yao.qi@linaro.org>
11129
11130 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
11131 Don't call setup_kfail.
11132
11133 2016-02-18 Yao Qi <yao.qi@linaro.org>
11134
11135 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
11136 Set "set breakpoint condition-evaluation" per $cond_bp_target.
11137
11138 2016-02-16 Doug Evans <dje@google.com>
11139
11140 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
11141 * gdb.base/skip1.c: Ditto.
11142 * gdb.base/skip.exp: Whitespace cleanup.
11143
11144 2016-02-16 Don Breazeal <donb@codesourcery.com>
11145
11146 PR remote/19496
11147 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
11148 Remove kfail for PR remote/19496.
11149
11150 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
11151
11152 * lib/gdb.exp (standard_temp_file): Return a path specific to
11153 the runtest invocation.
11154
11155 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
11156
11157 * gdb.trace/save-trace.exp: Change relative path to be in the
11158 standard output directory.
11159
11160 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11161
11162 * gdb.arch/i386-prologue.c: Add missing prototypes.
11163
11164 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11165
11166 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
11167 * gdb.arch/i386-prologue.exp: Likewise.
11168 * gdb.arch/i386-size.exp: Likewise.
11169
11170 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
11171
11172 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
11173 define object file path.
11174 * gdb.btrace/gcore.exp: Use standard_output_file to define core
11175 file path.
11176 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
11177 standard_output_file to define binfile.
11178
11179 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11180
11181 Fix compatibility with recent gfortran-5.3.1.
11182 * gdb.fortran/vla-history.exp (print vla1 allocated)
11183 (print vla2 allocated, print $2, print $3): Remove
11184 (print $4): Rename to ...
11185 (print $2): ... here.
11186 (print $9): Rename to ...
11187 (print $5): ... here.
11188 (print $10): Rename to ...
11189 (print $6): ... here.
11190 * gdb.fortran/vla.f90: Add pvla initialization.
11191
11192 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11193
11194 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
11195 New test.
11196 * gdb.fortran/vla-value-sub.exp: Likewise.
11197
11198 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
11199
11200 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
11201
11202 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
11203
11204 * i386-biarch-core.exp: Define corefile using
11205 standard_output_file.
11206
11207 2016-02-12 Yao Qi <yao.qi@linaro.org>
11208
11209 * gdb.arch/arm-single-step-kernel-helper.c: New.
11210 * gdb.arch/arm-single-step-kernel-helper.exp: New.
11211
11212 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
11213
11214 * gdb.btrace/tailcall-only.exp: New.
11215 * gdb.btrace/tailcall-only.c: New.
11216 * gdb.btrace/x86_64-tailcall-only.S: New.
11217 * gdb.btrace/i686-tailcall-only.S: New.
11218
11219 2016-02-11 Pedro Alves <palves@redhat.com>
11220
11221 * README (Parallel testing): Add missing double quotes.
11222
11223 2016-02-11 Pedro Alves <palves@redhat.com>
11224
11225 * README (Parallel testing): New section.
11226 (GDB_PARALLEL): Rewrite.
11227 (FORCE_PARALLEL): Document.
11228
11229 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
11230
11231 * gdb.trace/tfile-avx.c: New test.
11232 * gdb.trace/tfile-avx.exp: New test.
11233
11234 2016-02-09 Keith Seitz <keiths@redhat.com>
11235
11236 PR breakpoints/19546
11237 * gdb.base/infcall-exec.c: New file.
11238 * gdb.base/infcall-exec2.c: New file.
11239 * gdb.base/infcall-exec.exp: New file.
11240
11241 2016-02-09 Keith Seitz <keiths@redhat.com>
11242
11243 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
11244 (toplevel): Call test_bkpt_address.
11245
11246 2016-02-09 Keith Seitz <keiths@redhat.com>
11247
11248 PR python/19506
11249 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
11250 (toplevel): Call test_bkpt_address.
11251
11252 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
11253
11254 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
11255 to AC_OUTPUT.
11256 * configure: Regenerate.
11257
11258 2016-02-09 Pedro Alves <palves@redhat.com>
11259
11260 PR breakpoints/19548
11261 * gdb.base/execl-update-breakpoints.c (some_function): New
11262 function.
11263 (main): Call it.
11264 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
11265 Tighten expected GDB output.
11266
11267 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
11268
11269 * Makefile.in (ALL_SUBDIRS): Remove.
11270 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
11271 (distclean maintainer-clean realclean): Likewise.
11272 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
11273 * configure: Regenerate.
11274 * gdb.ada/Makefile.in: Delete.
11275 * gdb.arch/Makefile.in: Likewise.
11276 * gdb.asm/Makefile.in: Likewise.
11277 * gdb.base/Makefile.in: Likewise.
11278 * gdb.btrace/Makefile.in: Likewise.
11279 * gdb.cell/Makefile.in: Likewise.
11280 * gdb.compile/Makefile.in: Likewise.
11281 * gdb.cp/Makefile.in: Likewise.
11282 * gdb.disasm/Makefile.in: Likewise.
11283 * gdb.dlang/Makefile.in: Likewise.
11284 * gdb.dwarf2/Makefile.in: Likewise.
11285 * gdb.fortran/Makefile.in: Likewise.
11286 * gdb.gdb/Makefile.in: Likewise.
11287 * gdb.go/Makefile.in: Likewise.
11288 * gdb.guile/Makefile.in: Likewise.
11289 * gdb.java/Makefile.in: Likewise.
11290 * gdb.linespec/Makefile.in: Likewise.
11291 * gdb.mi/Makefile.in: Likewise.
11292 * gdb.modula2/Makefile.in: Likewise.
11293 * gdb.multi/Makefile.in: Likewise.
11294 * gdb.objc/Makefile.in: Likewise.
11295 * gdb.opencl/Makefile.in: Likewise.
11296 * gdb.opt/Makefile.in: Likewise.
11297 * gdb.pascal/Makefile.in: Likewise.
11298 * gdb.perf/Makefile.in: Likewise.
11299 * gdb.python/Makefile.in: Likewise.
11300 * gdb.reverse/Makefile.in: Likewise.
11301 * gdb.server/Makefile.in: Likewise.
11302 * gdb.stabs/Makefile.in: Likewise.
11303 * gdb.threads/Makefile.in: Likewise.
11304 * gdb.trace/Makefile.in: Likewise.
11305 * gdb.xml/Makefile.in: Likewise.
11306 * lib/gdb.exp (make_gdb_parallel_path): Add check for
11307 GDB_PARALLEL.
11308 (standard_output_file): Remove check for GDB_PARALLEL, always
11309 return path in outputs/$subdir/$testname.
11310
11311 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
11312
11313 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
11314 (site.exp): Assign abs_srcdir to tcl's srcdir.
11315
11316 2016-02-04 Yao Qi <yao.qi@linaro.org>
11317
11318 * gdb.base/foll-exec-mode.c: Include limits.h.
11319 (main): Add parameters argc and argv. Get directory from
11320 argv[0].
11321 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
11322 compilation.
11323 * gdb.base/foll-exec.c: Include limits.h.
11324 (main): Add parameters argc and argv.
11325 Get directory from argv[0].
11326 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
11327 Adjust tests on the number of lines as source code changed.
11328 * gdb.base/foll-vfork-exit.c: Include limits.h.
11329 (main): Add one line of statement before vfork.
11330 * gdb.base/foll-vfork.c: Include limits.h and string.h.
11331 (main): Add parameters argc and argv. Get directory from
11332 argv[0].
11333 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
11334 (setup_gdb): Set tbreak to skip some source lines.
11335 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
11336 (main): Add parameters argc and argv. Get directory from
11337 argv[0].
11338 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
11339 compilation.
11340 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
11341 (main): Add parameters argc and argv. Get directory from
11342 argv[0].
11343 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
11344 compilation.
11345
11346 2016-02-01 Doug Evans <dje@google.com>
11347
11348 * gdb.base/skip.exp: Clean up multiple references to same test name.
11349
11350 2016-02-01 Pedro Alves <palves@redhat.com>
11351
11352 PR remote/19496
11353 * gdb.threads/forking-threads-plus-breakpoint.exp
11354 (displaced_stepping_supported): New global.
11355 (probe_displaced_stepping_support): New procedure.
11356 (do_test): Add 'displaced' parameter, and use it.
11357 (top level): Check for displaced stepping support. Add displaced
11358 stepping on/off testing axis.
11359
11360 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
11361
11362 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
11363 pointer. Don't perform further tests on the unassociated pointer
11364 if the first test fails.
11365
11366 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
11367
11368 * gdb.base/max-value-size.c: New file.
11369 * gdb.base/max-value-size.exp: New file.
11370 * gdb.base/huge.exp: Disable max-value-size for this test.
11371
11372 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
11373
11374 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
11375
11376 2016-01-28 Yao Qi <yao.qi@linaro.org>
11377
11378 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
11379
11380 2016-01-25 Pedro Alves <palves@redhat.com>
11381
11382 PR threads/19461
11383 * gdb.base/fork-running-state.c: New file.
11384 * gdb.base/fork-running-state.exp: New file.
11385
11386 2016-01-25 Pedro Alves <palves@redhat.com>
11387
11388 PR gdb/19494
11389 * gdb.base/catch-fork-kill.c: New file.
11390 * gdb.base/catch-fork-kill.exp: New file.
11391
11392 2016-01-25 Pedro Alves <palves@redhat.com>
11393
11394 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
11395 Delete, moved to lib/gdb.exp.
11396 * gdb.threads/forking-threads-plus-breakpoint.exp
11397 (foreach_with_prefix): Likewise.
11398 * gdb.threads/process-dies-while-handling-bp.exp
11399 (foreach_with_prefix): Likewise.
11400 * lib/gdb.exp (foreach_with_prefix): New procedure.
11401
11402 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
11403
11404 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
11405 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
11406
11407 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
11408
11409 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
11410 endian targets.
11411
11412 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11413 Pedro Alves <palves@redhat.com>
11414
11415 Fix testsuite compatibility with Guile.
11416 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
11417 number.
11418
11419 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11420
11421 Fix testsuite compatibility with Guile.
11422 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
11423 (thread 1): New test for backtrace through signal handler.
11424
11425 2016-01-22 Yao Qi <yao.qi@linaro.org>
11426
11427 PR testsuite/19491
11428 * gdb.base/multi-forks.c: Include
11429 ../lib/unbuffer_output.c
11430 (main): Call gdb_unbuffer_output.
11431
11432 2016-01-21 Doug Evans <dje@google.com>
11433
11434 * lib/ada.exp (gdb_compile_ada): Fix typo.
11435
11436 2016-01-21 Joel Brobecker <brobecker@adacore.com>
11437
11438 * gdb.base/break-fun-addr.exp: New file.
11439 * gdb.base/break-fun-addr1.c: New file.
11440 * gdb.base/break-fun-addr2.c: New file.
11441
11442 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
11443
11444 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
11445 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
11446 enum flag values.
11447
11448 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
11449
11450 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
11451 when GDB can not set the vector return value. Add more comments
11452 for clarification.
11453
11454 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
11455
11456 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
11457 command.
11458
11459 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11460
11461 * Makefile.in (DO_RUNTEST): Add --status and update usages.
11462
11463 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11464
11465 * Makefile.in (check-single): Pass --status to runtest.
11466 (check/%.exp): Likewise.
11467
11468 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11469
11470 * Makefile.in (check-parallel): Propagate return code from make
11471 do-check-parallel.
11472
11473 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
11474
11475 * gdb.trace/ftrace.exp: Fix expected message on continue.
11476 * gdb.trace/pending.exp: Fix expected message on continue.
11477 * gdb.trace/trace-break.exp: Fix expected message on continue.
11478
11479 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
11480
11481 * lib/gdb.exp (gdb_test): Remove unused global references.
11482
11483 2016-01-18 Pedro Alves <palves@redhat.com>
11484
11485 * gdb.base/async-shell.exp: Adjust expected output.
11486 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
11487 * gdb.base/siginfo-thread.exp: Adjust expected output.
11488 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
11489 * gdb.java/jnpe.exp: Adjust expected output.
11490 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
11491 * gdb.threads/continue-pending-status.exp: Adjust expected output.
11492 * gdb.threads/leader-exit.exp: Adjust expected output.
11493 * gdb.threads/manythreads.exp: Adjust expected output.
11494 * gdb.threads/pthreads.exp: Adjust expected output.
11495 * gdb.threads/schedlock.exp: Adjust expected output.
11496 * gdb.threads/siginfo-threads.exp: Adjust expected output.
11497 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
11498 expected output.
11499 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
11500 output.
11501 * gdb.threads/sigthread.exp: Adjust expected output.
11502 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
11503
11504 2016-01-18 Yao Qi <yao.qi@linaro.org>
11505
11506 * gdb.guile/scm-section-script.c: Replace @progbits with
11507 %progbits.
11508 * gdb.python/py-section-script.c: Likewise.
11509
11510 2016-01-15 Pedro Alves <palves@redhat.com>
11511
11512 * gdb.multi/tids.exp: Test star wildcard ranges.
11513
11514 2016-01-15 Pedro Alves <palves@redhat.com>
11515
11516 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
11517 command from "thread apply" invocation.
11518 (thr_apply_info_thr_invalid): Default the expected output to the
11519 input tid list.
11520 (top level): Add tests that use convenience variables. Add tests
11521 for "thread apply" with a valid TID list, but missing the command.
11522
11523 2016-01-13 Pedro Alves <palves@redhat.com>
11524
11525 * gdb.base/default.exp: Expect $_gthread as well.
11526 * gdb.multi/tids.exp: Test $_gthread.
11527 * gdb.threads/thread-specific.exp: Test $_gthread.
11528
11529 2016-01-13 Pedro Alves <palves@redhat.com>
11530
11531 * gdb.multi/tids.exp: Test "info threads -gid".
11532
11533 2016-01-13 Pedro Alves <palves@redhat.com>
11534
11535 * gdb.multi/tids.exp: Test InferiorThread.global_num and
11536 Breakpoint.thread.
11537 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
11538
11539 2016-01-07 Pedro Alves <palves@redhat.com>
11540
11541 * gdb.base/break.exp: Adjust to output changes.
11542 * gdb.base/hbreak2.exp: Likewise.
11543 * gdb.base/sepdebug.exp: Likewise.
11544 * gdb.base/watch_thread_num.exp: Likewise.
11545 * gdb.linespec/keywords.exp: Likewise.
11546 * gdb.multi/info-threads.exp: Likewise.
11547 * gdb.threads/thread-find.exp: Likewise.
11548 * gdb.multi/tids.c: New file.
11549 * gdb.multi/tids.exp: New file.
11550
11551 2016-01-13 Pedro Alves <palves@redhat.com>
11552
11553 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
11554
11555 2016-01-13 Pedro Alves <palves@redhat.com>
11556
11557 * gdb.base/default.exp: Expect $_inferior as well.
11558 * gdb.multi/base.exp: Test $_inferior.
11559
11560 2016-01-13 Pedro Alves <palves@redhat.com>
11561
11562 PR breakpoints/19388
11563 * gdb.base/catch-signal-siginfo-cond.c: New file.
11564 * gdb.base/catch-signal-siginfo-cond.exp: New file.
11565
11566 2016-01-12 Josh Stone <jistone@redhat.com>
11567 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11568
11569 * gdb.base/catch-syscall.c (do_execve): New variable.
11570 (main): Conditionally trigger an execve.
11571 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
11572 (test_catch_syscall_execve): New, check entry/return across execve.
11573 (do_syscall_tests): Call test_catch_syscall_execve.
11574
11575 2016-01-12 Pedro Alves <palves@redhat.com>
11576
11577 * gdb.base/random-signal.exp (do_test): New procedure, with body
11578 of testcase moved in.
11579
11580 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11581 Pedro Alves <palves@redhat.com>
11582
11583 * gdb.base/funcargs.exp (finish from indirectly called function):
11584 Reintroduce the case for 'First'.
11585
11586 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11587 Pedro Alves <palves@redhat.com>
11588
11589 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
11590 (tcatch_vfork_then_child_follow_exec)
11591 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
11592 identification.
11593
11594 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11595
11596 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
11597 and repeats to unlimited.
11598 * gdb.python/py-value.exp: Likewise.
11599 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
11600 and repeats to unlimited.
11601
11602 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11603
11604 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
11605 and reordering the functions.
11606 * gdb.multi/hangout.c: Likewise.
11607 * gdb.multi/hello.c: Likewise.
11608
11609 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
11610
11611 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
11612 absolute.
11613 (SingleStatisticTestResult.report): Use dict.keys instead of
11614 dict.iterkeys.
11615
11616 2016-01-06 Pedro Alves <palves@redhat.com>
11617
11618 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
11619
11620 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
11621
11622 * gdb.btrace/dlopen.exp: New.
11623 * gdb.btrace/dlopen.c: New.
11624 * gdb.btrace/dlopen-dso.c: New.
11625
11626 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
11627
11628 * lib/gdb.exp (gdb_test): Update comments to clarify that the
11629 PATTERN argument is optional.
11630
11631 2015-12-24 Joel Brobecker <brobecker@adacore.com>
11632
11633 * lib/ada.exp (target_compile_ada_from_dir): New function.
11634 (gdb_compile_ada): Reimplement avoiding the use of project files.
11635 * gdb.ada/gnat_ada.gpr: Delete.
11636 * gdb.ada/cond_lang.exp: Adjust test to make path before
11637 filename optional.
11638 * gdb.ada/small_reg_param.exp: Likewise.
11639
11640 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
11641
11642 * gdb.base/foll-vork.exp: Remove HP-UX special case.
11643
11644 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
11645
11646 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
11647 case.
11648
11649 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
11650
11651 * gdb.base/break.exp: Remove dead code.
11652 * gdb.base/sepdebug.exp: Likewise.
11653
11654 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
11655
11656 * gdb.asm/asm-source.exp: Remove HP-UX references.
11657 * gdb.base/annota1.exp: Likewise.
11658 * gdb.base/annota3.exp: Likewise.
11659 * gdb.base/attach.exp: Likewise.
11660 * gdb.base/bigcore.exp: Likewise.
11661 * gdb.base/break.exp: Likewise.
11662 * gdb.base/call-ar-st.exp: Likewise.
11663 * gdb.base/callfuncs.exp: Likewise.
11664 * gdb.base/catch-fork-static.exp: Likewise.
11665 * gdb.base/display.exp: Likewise.
11666 * gdb.base/foll-exec-mode.exp: Likewise.
11667 * gdb.base/foll-exec.exp: Likewise.
11668 * gdb.base/foll-fork.exp: Likewise.
11669 * gdb.base/foll-vfork.exp: Likewise.
11670 * gdb.base/funcargs.exp: Likewise.
11671 * gdb.base/hbreak2.exp: Likewise.
11672 * gdb.base/inferior-died.exp: Likewise.
11673 * gdb.base/interrupt.exp: Likewise.
11674 * gdb.base/multi-forks.exp: Likewise.
11675 * gdb.base/nodebug.exp: Likewise.
11676 * gdb.base/sepdebug.exp: Likewise.
11677 * gdb.base/solib1.c: Likewise.
11678 * gdb.base/step-test.exp: Likewise.
11679 * gdb.mi/non-stop.c: Likewise.
11680 * gdb.mi/pthreads.c: Likewise.
11681 * gdb.multi/bkpt-multi-exec.ex: Likewise.
11682 * gdb.threads/pthreads.c: Likewise.
11683 * gdb.threads/staticthreads.exp: Likewise.
11684 * lib/future.exp: Likewise.
11685 * lib/gdb.exp: Likewise.
11686 * gdb.base/so-indr-cl.c: Remove.
11687 * gdb.base/so-indr-cl.exp: Likewise.
11688 * gdb.base/solib.c: Likewise.
11689 * gdb.base/solib.exp: Likewise.
11690 * gdb.base/solib2.c: Likewise.
11691
11692 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
11693
11694 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
11695 * gdb.base/call-ar-st.exp: Likewise.
11696 * gdb.base/callfuncs.exp: Likewise.
11697 * gdb.base/condbreak.exp: Likewise.
11698 * gdb.base/constvars.exp: Likewise.
11699 * gdb.base/hbreak2.exp: Likewise.
11700 * gdb.base/langs.exp: Likewise.
11701 * gdb.base/list.exp: Likewise.
11702 * gdb.base/long_long.exp: Likewise.
11703 * gdb.base/ptype.exp: Likewise.
11704 * gdb.base/scope.exp: Likewise.
11705 * gdb.base/signals.exp: Likewise.
11706 * gdb.base/so-impl-ld.exp: Likewise.
11707 * gdb.base/varargs.exp: Likewise.
11708 * gdb.base/volatile.exp: Likewise.
11709 * gdb.base/whatis.exp: Likewise.
11710 * gdb.cp/cplusfuncs.exp: Likewise.
11711 * gdb.cp/inherit.exp: Likewise.
11712 * gdb.cp/local.exp: Likewise.
11713 * gdb.cp/member-ptr.exp: Likewise.
11714 * gdb.cp/method.exp: Likewise.
11715 * gdb.cp/overload.exp: Likewise.
11716 * gdb.cp/templates.exp: Likewise.
11717 * gdb.stabs/weird.exp: Likewise.
11718 * lib/compiler.c: Likewise.
11719 * lib/compiler.cc: Likewise.
11720 * lib/cp-support.exp: Likewise.
11721 * lib/gdb.exp: Likewise.
11722
11723 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
11724
11725 * configure.ac: Remove HP-UX case.
11726 * configure: Regenerate.
11727
11728 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
11729
11730 * lib/gdb.exp (gdb_compile): Add function doc.
11731
11732 2015-12-17 Pedro Alves <palves@redhat.com>
11733
11734 PR threads/19354
11735 * gdb.multi/info-threads.exp: New file.
11736
11737 2015-12-15 Yao Qi <yao.qi@linaro.org>
11738
11739 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
11740 is aarch64*-*-*.
11741
11742 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11743
11744 * gdb.base/history-duplicates.exp: Skip if no readline support.
11745
11746 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11747
11748 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
11749
11750 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11751
11752 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
11753
11754 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11755
11756 * gdb.base/completion.exp: Skip tests that interrupt GDB with
11757 ctrl-C if nointerrupts target property is set.
11758 * gdb.base/double-prompt-target-event-error.exp: Likewise.
11759 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
11760 * gdb.base/paginate-bg-execution.exp: Likewise.
11761 * gdb.base/paginate-execution-startup.exp: Likewise.
11762 * gdb.base/random-signal.exp: Likewise.
11763 * gdb.base/range-stepping.exp: Likewise.
11764 * gdb.cp/annota2.exp: Likewise.
11765 * gdb.cp/annota3.exp: Likewise.
11766 * gdb.gdb/selftest.exp: Likewise.
11767 * gdb.threads/continue-pending-status.exp: Likewise.
11768 * gdb.threads/leader-exit.exp: Likewise.
11769 * gdb.threads/manythreads.exp: Likewise.
11770 * gdb.threads/pthreads.exp: Likewise.
11771 * gdb.threads/schedlock.exp: Likewise.
11772 * gdb.threads/sigthread.exp: Likewise.
11773
11774 2015-12-11 Don Breazeal <donb@codesourcery.com>
11775
11776 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
11777 remote.
11778 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
11779 * gdb.base/foll-exec.exp (main): Enable for target remote.
11780 * gdb.base/foll-fork.exp (main): Likewise.
11781 * gdb.base/foll-vfork.exp (main): Likewise.
11782 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
11783 (proc continue_to_exit_bp_loc): Use clean_restart.
11784 * gdb.base/pie-execl.exp (main): Disable for target remote.
11785 * gdb.base/watch-vfork.exp (main): Enable for target remote.
11786 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
11787 * gdb.threads/execl.exp (main): Likewise.
11788 * gdb.threads/fork-child-threads.exp (main): Likewise.
11789 * gdb.threads/fork-plus-threads.exp (main): Disable for target
11790 remote.
11791 * gdb.threads/fork-thread-pending.exp (main): Enable for target
11792 remote.
11793 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
11794 pid.tid style ptids, instead of just tid.
11795 * gdb.threads/thread-execl.exp (main): Enable for target remote.
11796 * gdb.threads/watchpoint-fork.exp (main): Likewise.
11797 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
11798 ptids, instead of just tid.
11799
11800 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11801
11802 * gdb.base/list.exp (test_list_forward): Add end of file error
11803 test.
11804 (test_repeat_list_command): Add end of file error test.
11805 (test_list_backwards): Add beginning of file error test.
11806
11807 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11808
11809 * gdb.base/list.exp (test_list_invalid_args): New function,
11810 defined, and called.
11811
11812 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11813
11814 * gdb.base/list.exp (test_list): Make test names unique.
11815
11816 2015-12-11 Yao Qi <yao.qi@linaro.org>
11817
11818 * gdb.base/coremaker2.c: Remove.
11819
11820 2015-12-10 Pedro Alves <palves@redhat.com>
11821
11822 * gdb.multi/base.exp: Remove stale "spaces" references.
11823
11824 2015-12-10 Pedro Alves <palves@redhat.com>
11825
11826 * gdb.multi/base.exp: Don't use nowarnings.
11827 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
11828 * gdb.multi/hangout.c: Include stdio.h.
11829 * gdb.multi/hello.c: Include stdlib.h.
11830 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
11831 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
11832 * gdb.multi/multi-arch.exp: Don't use nowarnings.
11833
11834 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
11835
11836 * gdb.dwarf2/dw2-ranges-base.c: New file.
11837 * gdb.dwarf2/dw2-ranges-base.exp: New file.
11838 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
11839 support additional line table, and debug ranges generation.
11840 (Dwarf::ranges): New function, generate .debug_ranges.
11841 (Dwarf::lines): Support generating simple line table programs.
11842 (Dwarf::assemble): Initialise new namespace variables.
11843
11844 2015-12-09 Kevin Buettner <kevinb@redhat.com>
11845
11846 * gdb.base/async.exp (proc test_background): Add case for
11847 asynchronous execution not supported.
11848
11849 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
11850
11851 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
11852 format and change test names to make them unique.
11853
11854 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
11855 Pedro Alves <pedro@redhat.com>
11856
11857 PR gdb/18702
11858 Add checking of floatformats setup on x86_64 hosts.
11859 * gdb.arch/i386-float.S (main): Load bigval and smallval.
11860 (smallval, bigval): New labels/constants.
11861 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
11862 float" after loading bigval and smallval.
11863
11864 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
11865
11866 * gdb.ada/fun_overload_menu.exp: New testcase.
11867 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
11868
11869 2015-12-04 Josh Stone <jistone@redhat.com>
11870
11871 * gdb.base/catch-fork-static.exp: New.
11872
11873 2015-12-03 Yao Qi <yao.qi@linaro.org>
11874
11875 * gdb.base/sizeof.c: Don't include stdio.h and
11876 ../lib/unbuffer_output.c.
11877 (main): New variable 'size' and 'value'. Remove printf and
11878 gdb_unbuffer_output. Assign return value to size and value.
11879 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
11880 at the beginning.
11881 (check_sizeof): Check the result by printing variable 'size'.
11882 (check_valueof): Check the result by printing variable 'value'.
11883
11884 2015-12-01 Yao Qi <yao.qi@linaro.org>
11885
11886 * gdb.base/disp-step-syscall.exp: Define syscall instruction
11887 for aarch64*-*-linux* target.
11888
11889 2015-11-30 Pedro Alves <palves@redhat.com>
11890
11891 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
11892
11893 2015-11-30 Pedro Alves <palves@redhat.com>
11894
11895 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
11896 Handle non-stop mode vCont replies.
11897
11898 2015-11-30 Pedro Alves <palves@redhat.com>
11899
11900 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
11901 prepare_for_testing. Start gdb with "set non-stop on" appended to
11902 GDBFLAGS. Lax expected stop output.
11903
11904 2015-11-27 Yao Qi <yao.qi@linaro.org>
11905
11906 * gdb.arch/arm-neon.exp: New.
11907 * gdb.arch/arm-neon.c: New.
11908
11909 2015-11-27 Yao Qi <yao.qi@linaro.org>
11910
11911 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
11912
11913 2015-11-27 Yao Qi <yao.qi@linaro.org>
11914
11915 * gdb.cp/annota2.exp: Allow multiple occurrences of the
11916 frames-invalid annotation.
11917
11918 2015-11-27 Yao Qi <yao.qi@linaro.org>
11919
11920 * gdb.cp/annota2.exp: Use ${frames_invalid}.
11921
11922 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
11923
11924 * gdb.threads/names.exp: New file.
11925 * gdb.threads/names.c: New file.
11926 * README: Mention gdb,no_thread_names.
11927
11928 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
11929
11930 PR 19297
11931 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
11932 support" error.
11933
11934 2015-11-24 Pedro Alves <palves@redhat.com>
11935
11936 PR 17539
11937 * gdb.base/display.exp: Expect displays to be sorted in ascending
11938 order. Use multi_line.
11939 * gdb.base/solib-display.exp: Likewise.
11940
11941 2015-11-24 Pedro Alves <palves@redhat.com>
11942
11943 PR 17539
11944 * gdb.base/display.exp: Expect displays to be sorted in ascending
11945 order. Use multi_line.
11946 * gdb.base/solib-display.exp: Likewise.
11947
11948 2015-11-24 Pedro Alves <palves@redhat.com>
11949
11950 PR 17539
11951 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
11952 threads in ascending order.
11953 * gdb.base/foll-fork.exp: Likewise.
11954 * gdb.base/foll-vfork.exp: Likewise.
11955 * gdb.base/multi-forks.exp: Likewise.
11956 * gdb.mi/mi-nonstop.exp: Likewise.
11957 * gdb.mi/mi-nsintrall.exp: Likewise.
11958 * gdb.multi/base.exp: Likewise.
11959 * gdb.multi/multi-arch.exp: Likewise.
11960 * gdb.python/py-inferior.exp: Likewise.
11961 * gdb.threads/break-while-running.exp: Likewise.
11962 * gdb.threads/execl.exp: Likewise.
11963 * gdb.threads/gcore-thread.exp: Likewise.
11964 * gdb.threads/info-threads-cur-sal.exp: Likewise.
11965 * gdb.threads/kill.exp: Likewise.
11966 * gdb.threads/linux-dp.exp: Likewise.
11967 * gdb.threads/multiple-step-overs.exp: Likewise.
11968 * gdb.threads/next-bp-other-thread.exp: Likewise.
11969 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
11970 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
11971 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
11972 * gdb.threads/thread-find.exp: Likewise.
11973 * gdb.threads/tls.exp: Likewise.
11974 * lib/mi-support.exp (mi_reverse_list): Delete.
11975 (mi_check_thread_states): No longer reverse list.
11976
11977 2015-11-24 Pedro Alves <palves@redhat.com>
11978
11979 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
11980 use lowercase.
11981
11982 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11983
11984 * gdb.trace/actions.c: Include trace-common.h.
11985 (main): Add a location for a fast tracepoint.
11986 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
11987 the normal tracepoints.
11988 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
11989
11990 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11991
11992 * save-trace.exp: Factor out code to these...
11993 (gdb_save_tracepoints): New.
11994 (gdb_load_tracepoints): New.
11995 (do_save_load_test): New.
11996
11997 2015-11-23 Kevin Buettner <kevinb@redhat.com>
11998
11999 * gdb.base/asmlabel.exp: New test.
12000 * gdb.base/asmlabel.c: New test case.
12001
12002 2015-11-23 Joel Brobecker <brobecker@adacore.com>
12003
12004 * gdb.base/wrong_frame_bt_full-main.c: New file.
12005 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
12006 * gdb.base/wrong_frame_bt_full.exp: New file.
12007
12008 2015-11-23 Joel Brobecker <brobecker@adacore.com>
12009
12010 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
12011
12012 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
12013
12014 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
12015 pstate register when comparing registers values in
12016 sparc64-*-linux-gnu targets to avoid spurious differences.
12017
12018 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
12019
12020 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
12021
12022 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
12023
12024 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
12025 as type argument to gdb_compile.
12026 * gdb.base/nested-subp2.exp: Likewise.
12027 * gdb.base/nested-subp3.exp: Likewise.
12028
12029 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
12030
12031 * lib/dwarf.exp (_note): Fix left shift of negative value.
12032 * gdb.trace/trace-condition.exp: Likewise.
12033
12034 2015-11-13 Yao Qi <yao.qi@linaro.org>
12035
12036 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
12037 comments about d10v.
12038 (test_scalar_returns): Likewise.
12039 * gdb.base/d10v.ld: Remove.
12040 * gdb.base/overlays.exp: Remove the target triplet checking for
12041 d10v-*-*.
12042 * gdb.base/structs.exp (test_struct_returns): Remove the
12043 comments about d10v.
12044 (test_struct_calls): Likewise.
12045
12046 2015-11-13 Yao Qi <yao.qi@linaro.org>
12047
12048 * gdb.base/gnu_vector.exp: Check the return value by "p res".
12049 * gdb.base/gnu_vector.c: Don't include stdio.h.
12050 (main): Don't print res and call add_some_intvecs.
12051
12052 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
12053
12054 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
12055 macro.
12056 (func5): Removed.
12057 (func4): Use FAST_TRACEPOINT_LABEL.
12058 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
12059 macro.
12060 (func): Removed.
12061 (thread_function): Use FAST_TRACEPOINT_LABEL.
12062 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
12063 (func): Remove.
12064 (marker): Use FAST_TRACEPOINT_LABEL.
12065 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
12066 (pendfunc1): Remove.
12067 (pendfunc): Use FAST_TRACEPOINT_LABEL.
12068 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
12069 (foo): Remove.
12070 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
12071 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
12072 macro.
12073 (func): Remove.
12074 (marker): Use FAST_TRACEPOINT_LABEL.
12075 * gdb.trace/trace-common.h: New header.
12076 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
12077 macro.
12078 (func): Remove.
12079 (marker): Use FAST_TRACEPOINT_LABEL.
12080 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
12081 (func): Remove.
12082 (thread_function): Use FAST_TRACEPOINT_LABEL.
12083
12084 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
12085
12086 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
12087 in front.
12088 * gdb.trace/change-loc.exp: Use global pcreg definition.
12089 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
12090 * gdb.trace/entry-values.exp: Use global spreg definition, add $
12091 in front.
12092 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
12093 * gdb.trace/pending.exp: Likewise.
12094 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
12095 * gdb.trace/trace-break.exp: Likewise.
12096 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
12097 in front.
12098 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
12099 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
12100 in front.
12101 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
12102
12103 2015-11-09 Joel Brobecker <brobecker@adacore.com>
12104
12105 * gdb.ada/fin_fun_out: New testcase.
12106
12107 2015-11-07 Kevin Buettner <kevinb@redhat.com>
12108
12109 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
12110 value associated with DW_AT_byte_size.
12111 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
12112 constants for DW_AT_byte_size, DW_AT_lower_bound, and
12113 DW_AT_upper_bound.
12114
12115 2015-11-07 Kevin Buettner <kevinb@redhat.com>
12116
12117 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
12118 (gdb_target_symbol_prefix_flags): Define in terms of _asm
12119 version.
12120 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
12121 gdb.dwarf2/dw2-canonicalize-type.exp,
12122 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
12123 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
12124 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
12125 provided by gdb_target_symbol_prefix_flags_asm.
12126 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
12127 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
12128 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
12129 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
12130 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
12131 macros where needed). Use this macro for symbols which require
12132 the prefix provided by SYMBOL_PREFIX.
12133
12134 2015-11-05 Kevin Buettner <kevinb@redhat.com>
12135
12136 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
12137 New procs.
12138 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
12139 representing expressions, of more than one list element.
12140 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
12141 to prepend linker symbol prefix to f.
12142 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
12143 table_1 and table_2.
12144 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
12145 Likewise, for f and g.
12146 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
12147 for ptr.
12148 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
12149 for main.
12150 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
12151 table_1_ptr and table_2_ptr.
12152
12153 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12154 Joel Brobecker <brobecker@adacore.com>
12155
12156 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
12157
12158 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
12159
12160 * gdb.reverse/s390-mvcle.c: New test.
12161 * gdb.reverse/s390-mvcle.exp: New file.
12162 * lib/gdb.exp: Enable reverse tests on s390*-linux.
12163
12164 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
12165
12166 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
12167
12168 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
12169
12170 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
12171 reaching marker2.
12172 * gdb.reverse/getresuid-reverse.exp: Likewise.
12173 * gdb.reverse/pipe-reverse.exp: Likewise.
12174 * gdb.reverse/readv-reverse.exp: Likewise.
12175 * gdb.reverse/recvmsg-reverse.exp: Likewise.
12176 * gdb.reverse/time-reverse.exp: Likewise.
12177 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
12178
12179 2015-10-30 Yao Qi <yao.qi@linaro.org>
12180
12181 * gdb.threads/wp-replication.c (watch_count_done): Remove.
12182 (empty_cycle): Remove.
12183 (main): Don't call empty_cycle. Don't use watch_count_done.
12184 * gdb.threads/wp-replication.exp: Don't set breakpoint on
12185 empty_cycle. Rewrite the code counting HW watchpoints.
12186
12187 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
12188
12189 * gdb.reverse/fstatat-reverse.c: New test.
12190 * gdb.reverse/fstatat-reverse.exp: New file.
12191 * gdb.reverse/getresuid-reverse.c: New test.
12192 * gdb.reverse/getresuid-reverse.exp: New file.
12193 * gdb.reverse/pipe-reverse.c: New test.
12194 * gdb.reverse/pipe-reverse.exp: New file.
12195 * gdb.reverse/readv-reverse.c: New test.
12196 * gdb.reverse/readv-reverse.exp: New file.
12197 * gdb.reverse/recvmsg-reverse.c: New test.
12198 * gdb.reverse/recvmsg-reverse.exp: New file.
12199 * gdb.reverse/time-reverse.c: New test.
12200 * gdb.reverse/time-reverse.exp: New file.
12201 * gdb.reverse/waitpid-reverse.c: New test.
12202 * gdb.reverse/waitpid-reverse.exp: New file.
12203
12204 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
12205
12206 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
12207
12208 2015-10-26 Doug Evans <dje@google.com>
12209
12210 PR symtab/17391
12211 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
12212 * gdb.dwarf2/bad-regnum.c: New file.
12213 * gdb.dwarf2/bad-regnum.exp: New file.
12214
12215 2015-10-26 Doug Evans <dje@google.com>
12216
12217 PR python/18938
12218 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
12219 file.
12220
12221 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12222
12223 * gdb.compile/compile.exp (compile code globalvar): Update expectation
12224 for a change by "Mention language in compile error message".
12225
12226 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
12227
12228 PR python/18073
12229 * gdb.python/py-type.c (C::a_method): New.
12230 (C::a_const_method): New.
12231 (C::a_static_method): New.
12232 (a_function): New.
12233 * gdb.python/py-type.exp (test_fields): Test getting fields
12234 from function and method.
12235
12236 2015-10-21 Keven Boell <keven.boell@intel.com>
12237
12238 * gdb.fortran/vla-alloc-assoc.exp: New file.
12239 * gdb.fortran/vla-datatypes.exp: New file.
12240 * gdb.fortran/vla-datatypes.f90: New file.
12241 * gdb.fortran/vla-history.exp: New file.
12242 * gdb.fortran/vla-ptype-sub.exp: New file.
12243 * gdb.fortran/vla-ptype.exp: New file.
12244 * gdb.fortran/vla-sizeof.exp: New file.
12245 * gdb.fortran/vla-sub.f90: New file.
12246 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
12247 * gdb.fortran/vla-value-sub-finish.exp: New file.
12248 * gdb.fortran/vla-value-sub.exp: New file.
12249 * gdb.fortran/vla-value.exp: New file.
12250 * gdb.fortran/vla-ptr-info.exp: New file.
12251 * gdb.mi/mi-vla-fortran.exp: New file.
12252 * gdb.mi/vla.f90: New file.
12253
12254 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
12255
12256 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
12257 of hardwired timeout value.
12258
12259 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12260 Pedro Alves <palves@redhat.com>
12261
12262 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
12263 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
12264
12265 2015-10-19 Josh Stone <jistone@redhat.com>
12266
12267 * gdb.base/catch-syscall.c: Include <sched.h>.
12268 (unknown_syscall): New variable.
12269 (main): Trigger a vfork and an unknown syscall.
12270 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
12271 (unknown_syscall_number): Likewise.
12272 (check_call_to_syscall): Accept an optional syscall pattern.
12273 (check_return_from_syscall): Likewise.
12274 (check_continue): Likewise.
12275 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
12276 (test_catch_syscall_skipping_return): New test toggling off 'catch
12277 syscall' to step over the syscall return, then toggling back on.
12278 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
12279 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
12280 (do_syscall_tests): Call test_catch_syscall_without_args and
12281 test_catch_syscall_mid_vfork.
12282 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
12283 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
12284
12285 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
12286
12287 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
12288 print g_vE): Add new pass patterns.
12289 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
12290 print various symbol names for vptr fields.
12291
12292 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
12293
12294 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
12295 results.
12296
12297 2015-10-12 Yao Qi <yao.qi@linaro.org>
12298
12299 * gdb.arch/disp-step-insn-reloc.exp: New test case.
12300
12301 2015-10-12 Yao Qi <yao.qi@linaro.org>
12302
12303 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
12304 is aarch64*-*-linux*.
12305
12306 2015-10-12 Yao Qi <yao.qi@linaro.org>
12307
12308 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
12309 (can_relocate_bcond_true): ... it.
12310 (can_relocate_bcond_false): New function.
12311 (foo): Likewise.
12312 (can_relocate_bl): Likewise.
12313 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
12314 can_relocate_bl.
12315
12316 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
12317
12318 * gdb.base/nested-addr.c: New file.
12319 * gdb.base/nested-addr.exp: New testcase.
12320
12321 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
12322
12323 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
12324 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
12325 its output. Ignore the output of "record goto begin" and instead
12326 check that GDB is replaying.
12327
12328 2015-10-09 Pedro Alves <palves@redhat.com>
12329
12330 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
12331 (top level): Use it in the run with no args test.
12332
12333 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
12334
12335 * gdb.dlang/properties.exp: New file.
12336
12337 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
12338
12339 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
12340 whether or not address 0x1000 is mapped on the target.
12341
12342 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
12343
12344 * gdb.python/py-type.exp: Do not run tests if binaries fail to
12345 build.
12346
12347 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
12348
12349 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
12350 instruction-history test.
12351
12352 2015-09-28 Doug Evans <dje@google.com>
12353
12354 * gdb.base/gcore.c (array_func): Add reference to static_array.
12355
12356 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
12357
12358 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
12359 source line.
12360
12361 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
12362
12363 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
12364 short or char as base type.
12365
12366 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
12367
12368 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
12369 to allow any size enum.
12370
12371 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
12372
12373 * gdb.ada/array_ptr_renaming.exp: New testcase.
12374 * gdb.ada/array_ptr_renaming/foo.adb: New file.
12375 * gdb.ada/array_ptr_renaming/pack.ads: New file.
12376
12377 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12378
12379 * gdb.trace/ftrace-lock.c: New file.
12380 * gdb.trace/ftrace-lock.exp: New file.
12381
12382 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12383
12384 * gdb.arch/insn-reloc.c: New file.
12385 * gdb.arch/ftrace-insn-reloc.exp: New file.
12386
12387 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12388
12389 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
12390 instruction.
12391 * gdb.trace/pendshr1.c (pendfunc): Likewise.
12392 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
12393 * gdb.trace/range-stepping.c: Likewise.
12394 * gdb.trace/trace-break.c: Likewise.
12395 * gdb.trace/trace-mt.c (thread_function): Likewise.
12396 * gdb.trace/ftrace.c (marker): Likewise.
12397 * gdb.trace/trace-condition.c (marker): Likewise.
12398 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
12399 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
12400 is_aarch64_target.
12401
12402 2015-09-18 Doug Evans <xdje42@gmail.com>
12403
12404 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
12405 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
12406
12407 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12408
12409 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
12410 the breakpoint.
12411
12412 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12413
12414 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
12415 the pending breakpoint. Remove timeout override for "Run till
12416 MI pending breakpoint on pendfunc3 on thread 2" test.
12417
12418 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12419
12420 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
12421 filename pattern.
12422
12423 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12424
12425 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
12426 in breakpoint filename pattern.
12427
12428 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12429
12430 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
12431
12432 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12433
12434 * gdb.linespec/explicit.exp: Check for readline support for
12435 tab-completion tests. Fix obvious typo.
12436
12437 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
12438
12439 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
12440 and replay.
12441
12442 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
12443
12444 * gdb.btrace/non-stop.c: New.
12445 * gdb.btrace/non-stop.exp: New.
12446
12447 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
12448 Yao Qi <yao.qi@linaro.org>
12449
12450 * gdb.trace/trace-condition.c: New file.
12451 * gdb.trace/trace-condition.exp: New file.
12452
12453 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
12454
12455 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
12456 for testing bytecode compilation.
12457
12458 2015-09-16 Pedro Alves <palves@redhat.com>
12459 Sandra Loosemore <sandra@codesourcery.com>
12460
12461 * gdb.threads/non-stop-fair-events.c (timeout): New global.
12462 (SECONDS): Redefine.
12463 (main): Call pthread_kill and alarm early.
12464 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
12465 support.
12466 (test): If the target can't hardware step and doesn't support
12467 displaced stepping, increase the timeout.
12468
12469 2015-09-16 Pedro Alves <palves@redhat.com>
12470
12471 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
12472 (enable_debug): New procedures.
12473 (test): Use them. Bail out if waiting for threads fails.
12474 (top level): Bail out if a test fails.
12475
12476 2015-09-16 Yao Qi <yao.qi@linaro.org>
12477
12478 * gdb.asm/asm-source.exp: Set asm-arch for
12479 aarch64*-*-* target.
12480 * gdb.asm/aarch64.inc: New file.
12481
12482 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
12483
12484 * gdb.ada/array_of_variable_length.exp: New testcase.
12485 * gdb.ada/array_of_variable_length/foo.adb: New file.
12486 * gdb.ada/array_of_variable_length/pck.adb: New file.
12487 * gdb.ada/array_of_variable_length/pck.ads: New file.
12488
12489 2015-09-15 Doug Evans <dje@google.com>
12490
12491 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
12492 of function static local variable.
12493
12494 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12495
12496 * gdb.threads/tls-so_extern.exp: New test file.
12497 * gdb.threads/tls-so_extern.c: New test file.
12498 * gdb.threads/tls-so_extern_main.c: New test file.
12499
12500 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12501
12502 * gdb.opt/solib-intra-step-lib.c: New file.
12503 * gdb.opt/solib-intra-step-main.c: New file.
12504 * gdb.opt/solib-intra-step.exp: New file.
12505
12506 2015-09-15 Pedro Alves <palves@redhat.com>
12507
12508 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
12509 gdb_continue_to_breakpoint instead of gdb_test_multiple.
12510
12511 2015-09-14 Pedro Alves <palves@redhat.com>
12512
12513 * gdb.base/hook-stop-continue.c: Delete.
12514 * gdb.base/hook-stop-continue.exp: Delete.
12515 * gdb.base/hook-stop-frame.c: Delete.
12516 * gdb.base/hook-stop-frame.exp: Delete.
12517 * gdb.base/hook-stop.c: New file.
12518 * gdb.base/hook-stop.exp: New file.
12519
12520 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
12521
12522 * gdb.ada/access_to_packed_array.exp: New testcase.
12523 * gdb.ada/access_to_packed_array/foo.adb: New file.
12524 * gdb.ada/access_to_packed_array/pack.adb: New file.
12525 * gdb.ada/access_to_packed_array/pack.ads: New file.
12526
12527 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
12528
12529 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
12530 buffer size test.
12531
12532 2015-09-11 Don Breazeal <donb@codesourcery.com>
12533
12534 * gdb.base/foll-exec.c: Add copyright header. Fix
12535 formatting issues.
12536 * gdb.base/foll-exec.exp (zap_session): Delete proc.
12537 (do_exec_tests): Use clean_restart in place of zap_session,
12538 and for test initialization. Fix formatting issues. Use
12539 fail in place of perror.
12540 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
12541 an expect statement to match an expression with output from
12542 the program under debug.
12543 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
12544 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
12545 * gdb.threads/non-ldr-exc-2.exp: Likewise.
12546 * gdb.threads/non-ldr-exc-3.exp: Likewise.
12547 * gdb.threads/non-ldr-exc-4.exp: Likewise.
12548
12549 2015-09-09 Doug Evans <dje@google.com>
12550
12551 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
12552
12553 2015-09-09 Doug Evans <dje@google.com>
12554
12555 * gdb.base/pie-execl.exp: Fix result test of build_executable.
12556
12557 2015-09-09 Doug Evans <dje@google.com>
12558
12559 * gdb.base/savedregs.exp: Fix typo.
12560
12561 2015-09-09 Pedro Alves <palves@redhat.com>
12562
12563 * gdb.mi/mi-cli.exp: Add CLI finish tests.
12564
12565 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
12566
12567 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
12568 command actually switches threads. Give up on remaining
12569 tests if target fails to stop at breakpoint.
12570
12571 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
12572
12573 * gdb.ada/funcall_char.exp: New testcase.
12574 * gdb.ada/funcall_char/foo.adb: New file.
12575
12576 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
12577
12578 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
12579 expected outputs. Add two testcases for completing ambiguous
12580 functions.
12581 * gdb.ada/complete/aux_pck.adb: New file.
12582 * gdb.ada/complete/aux_pck.ads: New file.
12583 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
12584 Ambiguous_Func functions.
12585 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
12586 * gdb.ada/complete/pck.adb: Likewise.
12587
12588 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
12589
12590 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
12591 failures to run the test program under GDB.
12592
12593 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
12594
12595 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
12596 to C.
12597
12598 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
12599
12600 * gdb.base/run-after-attach.exp: New test file.
12601 * gdb.base/run-after-attach.c: New test file.
12602
12603 2015-08-26 Don Breazeal <donb@codesourcery.com>
12604
12605 * gdb.base/foll-exec-2.c: New test program.
12606 * gdb.base/foll-exec-2.exp: New test.
12607
12608 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
12609
12610 * gdb.base/nested-subp1.exp: New file.
12611 * gdb.base/nested-subp1.c: New file.
12612 * gdb.base/nested-subp2.exp: New file.
12613 * gdb.base/nested-subp2.c: New file.
12614 * gdb.base/nested-subp3.exp: New file.
12615 * gdb.base/nested-subp3.c: New file.
12616
12617 2015-08-24 Pedro Alves <palves@redhat.com>
12618
12619 * gdb.server/connect-without-multi-process.c: New file.
12620 * gdb.server/connect-without-multi-process.exp: New file.
12621
12622 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
12623
12624 * gdb.opt/inline-markers.c: Make z int.
12625
12626 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
12627
12628 * gdb.opt/inline-markers.c: Make z volatile.
12629
12630 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
12631
12632 * gdb.opt/inline-bt.c: New volatile global z.
12633 * gdb.opt/inline-cmds.c: Likewise.
12634 * gdb.opt/inline-locals.c: Likewise.
12635 * gdb.opt/inline-markers.c: New extern global z.
12636 (marker): Use z.
12637 (inline_fn): Likewise.
12638
12639 2015-08-24 Pedro Alves <palves@redhat.com>
12640
12641 * config/m32r-stub.exp: Remove file.
12642 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
12643 * gdb.base/call-rt-st.exp: Likewise.
12644 * gdb.base/call-strs.exp: Likewise.
12645 * gdb.base/default.exp: Remove references to h8300-*-hms and
12646 *-*-udi*.
12647 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
12648
12649 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12650
12651 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
12652 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
12653 and "return" use KFAIL when GDB can not read/write the vector
12654 return value.
12655
12656 2015-08-21 Gary Benson <gbenson@redhat.com>
12657
12658 * gdb.trace/pending.exp: Cope with remote transfer warnings.
12659
12660 2015-08-20 Pedro Alves <palves@redhat.com>
12661
12662 * gdb.server/solib-list.exp: No longer expect an interior stop in
12663 non-stop mode.
12664
12665 2015-08-20 Pedro Alves <palves@redhat.com>
12666
12667 * gdb.server/connect-stopped-target.c: New file.
12668 * gdb.server/connect-stopped-target.exp: New file.
12669
12670 2015-08-20 Pedro Alves <palves@redhat.com>
12671
12672 * gdb.dwarf2/comp-unit-lang.exp: New file.
12673 * gdb.dwarf2/comp-unit-lang.c: New file.
12674
12675 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
12676
12677 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
12678 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
12679
12680 2015-08-19 Kevin Buettner <kevinb@redhat.com>
12681
12682 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
12683 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
12684
12685 2015-08-18 Doug Evans <dje@google.com>
12686 Adrian Sendroiu <adrian.sendroiu@freescale.com>
12687
12688 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
12689 skip_python_tests. New arg prompt_regexp.
12690 (skip_python_tests): New function.
12691 * lib/mi-support.exp (mi_skip_python_tests): New function.
12692 * gdb.python/py-mi-objfile-gdb.py: New file.
12693 * gdb.python/py-mi-objfile.c: New file.
12694 * gdb.python/py-mi-objfile.exp: New file.
12695
12696 2015-08-17 Keith Seitz <keiths@redhat.com>
12697
12698 * gdb.linespec/explicit.exp: Move strace test from here ...
12699 * gdb.trace/strace.exp: ... to here.
12700
12701 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
12702
12703 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
12704 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
12705
12706 2015-08-14 Doug Evans <xdje42@gmail.com>
12707
12708 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
12709 inferior before selecting a new file.
12710
12711 2015-08-14 Doug Evans <xdje42@gmail.com>
12712
12713 * gdb.mi/mi-disassemble.exp: Update.
12714 * gdb.base/disasm-optim.S: New file.
12715 * gdb.base/disasm-optim.c: New file.
12716 * gdb.base/disasm-optim.h: New file.
12717 * gdb.base/disasm-optim.exp: New file.
12718
12719 2015-08-14 Keith Seitz <keiths@redhat.com>
12720
12721 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
12722 "evaluated-by".
12723
12724 2015-08-13 Joel Brobecker <brobecker@adacore.com>
12725
12726 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
12727
12728 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
12729
12730 * gdb.ada/fun_renaming.exp: New testcase.
12731 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
12732 * gdb.ada/fun_renaming/pack.adb: New file.
12733 * gdb.ada/fun_renaming/pack.ads: New file.
12734
12735 2015-08-12 Keith Seitz <keiths@redhat.com>
12736
12737 * gdb.base/dso2dso.exp: Pass basename of source file in call to
12738 gdb_get_line_number.
12739
12740 2015-08-12 Joel Brobecker <brobecker@adacore.com>
12741
12742 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
12743 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
12744 gdb.base/dso2dso.exp: New files.
12745
12746 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
12747 Pedro Alves <palves@redhat.com>
12748 Keith Seitz <keiths@redhat.com>
12749
12750 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
12751 GDBFLAGS.
12752
12753 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
12754
12755 * gdb.base/gdbhistsize-history.exp
12756 (test_histsize_history_setting): Use save_vars.
12757 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12758 Use save_vars.
12759 (test_no_truncation_of_unlimited_history_file): Use save_vars.
12760 * gdb.base/readline.exp: Use save_vars.
12761
12762 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
12763
12764 * lib/gdb.exp (save_vars): New proc.
12765
12766 2015-08-11 Keith Seitz <keiths@redhat.com>
12767
12768 * gdb.base/help.exp: Update help_breakpoint_text.
12769
12770 2015-08-11 Keith Seitz <keiths@redhat.com>
12771
12772 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
12773 (at toplevel): Call test_explicit_breakpoints.
12774 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
12775 breakpoints.
12776 * lib/mi-support.exp (mi_make_breakpoint): Add support for
12777 breakpoint conditions, "-cond".
12778
12779 2015-08-11 Keith Seitz <keiths@redhat.com>
12780
12781 * gdb.linespec/3explicit.c: New file.
12782 * gdb.linespec/cpexplicit.cc: New file.
12783 * gdb.linespec/cpexplicit.exp: New file.
12784 * gdb.linespec/explicit.c: New file.
12785 * gdb.linespec/explicit.exp: New file.
12786 * gdb.linespec/explicit2.c: New file.
12787 * gdb.linespec/ls-errs.exp: Add explicit location tests.
12788 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
12789 before using in the matching pattern.
12790 Clarify that `prefix' is a regular expression.
12791
12792 2015-08-11 Keith Seitz <keiths@redhat.com>
12793
12794 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
12795 test.
12796 Add tests for missing ",FMT" and ",".
12797
12798 2015-08-10 Doug Evans <dje@google.com>
12799 Keith Seitz <keiths@redhat.com>
12800
12801 PR gdb/17960
12802 * gdb.base/completion.exp: Add location completer tests.
12803
12804 2015-08-07 Pedro Alves <palves@redhat.com>
12805
12806 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
12807 tests here.
12808 (top level): Run do_test with and without displaced stepping.
12809
12810 2015-08-07 Pedro Alves <palves@redhat.com>
12811
12812 * gdb.base/valgrind-disp-step.c: New file.
12813 * gdb.base/valgrind-disp-step.exp: New file.
12814
12815 2015-08-07 Pedro Alves <palves@redhat.com>
12816
12817 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
12818 Delete function.
12819 (main): Add alarm. Run an infinite loop instead of calling
12820 wait_threads.
12821 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
12822 comment.
12823 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
12824 Delete function.
12825 (main): Add alarm. Run an infinite loop instead of calling
12826 wait_threads.
12827 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
12828 comment.
12829
12830 2015-08-07 Pedro Alves <palves@redhat.com>
12831
12832 * gdb.base/checkpoint-ns.exp: New file.
12833 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
12834 standard_testfile.
12835
12836 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
12837
12838 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
12839 * gdb.btrace/instruction_history.exp: Update.
12840 * gdb.btrace/tsx.exp: New.
12841 * gdb.btrace/tsx.c: New.
12842
12843 2015-08-06 Pedro Alves <palves@redhat.com>
12844
12845 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
12846 increase timeout.
12847 * gdb.reverse/until-precsave.exp: Bump timeouts.
12848
12849 2015-08-06 Pedro Alves <palves@redhat.com>
12850
12851 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
12852
12853 2015-08-06 Pedro Alves <palves@redhat.com>
12854
12855 PR gdb/18749
12856 * gdb.threads/process-dies-while-handling-bp.c: New file.
12857 * gdb.threads/process-dies-while-handling-bp.exp: New file.
12858
12859 2015-08-06 Pedro Alves <palves@redhat.com>
12860
12861 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
12862 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
12863
12864 2015-08-05 Pedro Alves <palves@redhat.com>
12865
12866 * gdb.threads/next-while-other-thread-longjmps.c: New file.
12867 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
12868
12869 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
12870
12871 * gdb.base/bp-permanent.exp: Report test as unsupported if
12872 the target cannot stop at the permanent breakpoint.
12873
12874 2015-08-03 Doug Evans <dje@google.com>
12875
12876 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
12877 10000.
12878
12879 2015-08-03 Doug Evans <dje@google.com>
12880
12881 * Makefile.in (workers/%.worker, build-perf): New rule.
12882 (GDB_PERFTEST_MODE): New variable.
12883 (check-perf): Use it.
12884 (clean): Clean up gdb.perf parallel build subdirs.
12885 * lib/build-piece.exp: New file.
12886 * lib/gdb.exp (make_gdb_parallel_path): New function
12887 (standard_output_file, standard_temp_file): Call it.
12888 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12889 of $GDB_PARALLEL.
12890 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
12891
12892 2015-08-03 Doug Evans <dje@google.com>
12893
12894 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
12895 (LOG_FILE_NAME): New global.
12896 (TextReporter.__init__): Initialize self.txt_sum.
12897 (TextReporter.report): Add support for multiple data-points.
12898 Move report to perftest.sum, put raw data in perftest.log.
12899 (TextReporter.start): Open sum and log files.
12900 (TextReporter.end): Close sum and log files.
12901 * gdb.perf/lib/perftest/testresult.py
12902 (SingleStatisticTestResult.record): Handle multiple data-points.
12903
12904 2015-07-31 Pedro Alves <palves@redhat.com>
12905
12906 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
12907 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12908 kill_wait_spawned_process instead of explicit "kill -9".
12909 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
12910 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12911 kill_wait_spawned_process.
12912 * gdb.base/attach-twice.exp: Likewise.
12913 * gdb.base/attach.exp: Likewise.
12914 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
12915 gdb_test_multiple.
12916 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
12917 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12918 kill_wait_spawned_process.
12919 * gdb.base/valgrind-infcall.exp: Likewise.
12920 * gdb.multi/multi-attach.exp: Likewise.
12921 * gdb.python/py-prompt.exp: Likewise.
12922 * gdb.python/py-sync-interp.exp: Likewise.
12923 * gdb.server/ext-attach.exp: Likewise.
12924 * gdb.threads/attach-into-signal.exp (corefunc): Use
12925 spawn_wait_for_attach, spawn_id_get_pid and
12926 kill_wait_spawned_process.
12927 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
12928 spawn_wait_for_attach returning a spawn id instead of a pid. Use
12929 spawn_id_get_pid and kill_wait_spawned_process.
12930 * gdb.threads/attach-stopped.exp (corefunc): Use
12931 spawn_wait_for_attach, spawn_id_get_pid and
12932 kill_wait_spawned_process.
12933 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
12934 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12935 kill_wait_spawned_process instead of explicit "kill -9".
12936 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
12937 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
12938 (spawn_wait_for_attach): Use spawn instead of exec to spawn
12939 processes. Don't map cygwin/windows pids here. Now returns a
12940 spawn id list.
12941
12942 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12943
12944 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
12945 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
12946 correct patch.
12947
12948 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12949
12950 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
12951
12952 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12953
12954 Reapply:
12955 2014-05-21 Mark Wielaard <mjw@redhat.com>
12956
12957 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
12958
12959 2015-07-30 Pedro Alves <palves@redhat.com>
12960
12961 * linux-low.c (handle_extended_wait): Set the child's last
12962 reported status to TARGET_WAITKIND_STOPPED.
12963
12964 2015-07-30 Pedro Alves <palves@redhat.com>
12965
12966 PR threads/18600
12967 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
12968 only shows inferior 1.
12969
12970 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
12971 Pedro Alves <palves@redhat.com>
12972
12973 PR threads/18600
12974 * gdb.threads/fork-plus-threads.c: New file.
12975 * gdb.threads/fork-plus-threads.exp: New file.
12976
12977 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12978
12979 * gdb.base/batch-preserve-term-settings.exp
12980 (test_terminal_settings_preserved_after_cli_exit): Use
12981 send_quit_command.
12982
12983 2015-07-29 Pedro Alves <palves@redhat.com>
12984 Don Breazeal <donb@codesourcery.com>
12985
12986 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
12987 output from both inferior_spawn_id and gdb_spawn_id.
12988
12989 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12990
12991 * gdb.threads/attach-into-signal.exp (corefunc): Use
12992 with_test_prefix on nested loops, uniquefying the test messages.
12993
12994 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12995
12996 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
12997 commit.
12998
12999 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13000
13001 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
13002 New proc.
13003 (test_terminal_settings_preserved_after_sigterm): New test.
13004
13005 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13006
13007 * gdb.base/batch-preserve-term-settings.exp
13008 (test_terminal_settings_preserved_after_cli_exit): New test.
13009
13010 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13011
13012 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
13013 manipulation of saved_gdbflags.
13014 (test_terminal_settings_preserved): Remove global declaration of
13015 the unused variable pagination_prompt. Remove manipulation of
13016 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
13017 GDBFLAGS.
13018
13019 2015-07-29 Pedro Alves <palves@redhat.com>
13020
13021 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
13022
13023 2015-07-29 Pedro Alves <palves@redhat.com>
13024
13025 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
13026 at the top.
13027
13028 2015-07-29 Pedro Alves <palves@redhat.com>
13029
13030 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
13031 (main): Call gdb_unbuffer_output.
13032 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
13033 (main): Call gdb_unbuffer_output.
13034 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
13035 (main): Call gdb_unbuffer_output.
13036 * gdb.base/call-strs.exp: Adjust to step over the
13037 gdb_unbuffer_output call.
13038 * gdb.base/catch-gdb-caused-signals.c: Include
13039 "../lib/unbuffer_output.c".
13040 (main): Call gdb_unbuffer_output.
13041 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
13042 (main): Call gdb_unbuffer_output.
13043 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
13044 (main): Call gdb_unbuffer_output.
13045 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
13046 (main): Call gdb_unbuffer_output.
13047 * gdb.base/shlib-call.exp: Adjust to step over the
13048 gdb_unbuffer_output call.
13049 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
13050 (main): Call gdb_unbuffer_output.
13051 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
13052 (main): Call gdb_unbuffer_output.
13053 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
13054 (main): Rename to ...
13055 (test): ... this.
13056 (main): Reimplement.
13057 * gdb.base/varargs.exp: Run to test instead of to main.
13058 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
13059 (main): Call gdb_unbuffer_output.
13060
13061 2015-07-29 Pedro Alves <palves@redhat.com>
13062
13063 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
13064 factore out from mi_continue_dprintf. For call-style dprintfs,
13065 expect dprintf output out of $inferior_spawn_id.
13066 (mi_continue_dprintf): Use mi_expect_dprintf.
13067 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
13068 (main): Call gdb_unbuffer_output.
13069
13070 2015-07-29 Pedro Alves <palves@redhat.com>
13071
13072 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
13073 (default_mi_gdb_start): Set inferior_spawn_id instead of
13074 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
13075 gdb_spawn_id.
13076 (mi_gdb_test): Always expect inferior output from both
13077 $inferior_spawn_id and $gdb_spawn_id.
13078
13079 2015-07-29 Pedro Alves <palves@redhat.com>
13080
13081 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
13082 send_inferior and $inferior_spawn_id.
13083
13084 2015-07-29 Pedro Alves <palves@redhat.com>
13085
13086 * gdb.gdb/complaints.exp (test_initial_complaints)
13087 (test_serial_complaints, test_short_complaints): Use
13088 gdb_test_stdio.
13089 (test_empty_complaint): Handle $inferior_spawn_id !=
13090 $gdb_spawn_id.
13091
13092 2015-07-29 Pedro Alves <palves@redhat.com>
13093
13094 * gdb.base/varargs.exp: Use gdb_test_stdio.
13095
13096 2015-07-29 Pedro Alves <palves@redhat.com>
13097
13098 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
13099
13100 2015-07-29 Pedro Alves <palves@redhat.com>
13101
13102 * gdb.base/ending-run.exp: Use gdb_test_stdio.
13103
13104 2015-07-29 Pedro Alves <palves@redhat.com>
13105
13106 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
13107 parameter into two new parameters, "inf_result" and "gdb_result".
13108 Expect inferior output and gdb output from $inferior_spawn_id and
13109 $gdb_spawn_id, respectively. Adjust all callers.
13110
13111 2015-07-29 Pedro Alves <palves@redhat.com>
13112
13113 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
13114 of gdb_test_sequence.
13115
13116 2015-07-29 Pedro Alves <palves@redhat.com>
13117
13118 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
13119 (saw_spurious_output): Expect inferior output from
13120 $inferior_spawn_id. Use gdb_test_stdio.
13121
13122 2015-07-29 Pedro Alves <palves@redhat.com>
13123
13124 * gdb.base/dprintf.exp: Use standard_testfile. Change
13125 prepare_for_testing call.
13126 (srcfile): Don't set.
13127 (restart): New procedure.
13128 (test_dprintf): New procecure, use to continue over dprintfs.
13129 (test_call, test_agent): New procedures, tests moved here.
13130 Restart gdb and recreate dprintfs. Adjust expected output.
13131
13132 2015-07-29 Pedro Alves <palves@redhat.com>
13133
13134 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
13135
13136 2015-07-29 Pedro Alves <palves@redhat.com>
13137
13138 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
13139
13140 2015-07-29 Pedro Alves <palves@redhat.com>
13141
13142 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
13143 gdb_test_stdio.
13144
13145 2015-07-29 Pedro Alves <palves@redhat.com>
13146
13147 * lib/gdb.exp (gdb_test_stdio): New procedure.
13148
13149 2015-07-29 Pedro Alves <palves@redhat.com>
13150
13151 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
13152
13153 2015-07-29 Pedro Alves <palves@redhat.com>
13154
13155 * gdb.base/call-signal-resume.exp: Remove check for
13156 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
13157 * gdb.base/unwindonsignal.exp: Likewise.
13158 * gdb.base/call-signals.c (gen_signal): Remove printf call.
13159 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
13160
13161 2015-07-29 Pedro Alves <palves@redhat.com>
13162
13163 * gdb.base/siginfo-addr.c (pass): New function.
13164 (handler): Call it iff si_addr is correct.
13165 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
13166 Set a breakpoint at "pass" and continue to it.
13167
13168 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
13169
13170 * gdb.python/py-objfile.exp: Make some tests have unique names.
13171 * gdb.python/py-pp-registration.exp: Likewise.
13172
13173 2015-07-28 Pedro Alves <palves@redhat.com>
13174
13175 * gdb.server/server-exec-info.exp: Issue a "disconnect".
13176
13177 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
13178
13179 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
13180
13181 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
13182
13183 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
13184
13185 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
13186
13187 * gdb.base/gdb-sigterm-2.exp: New test.
13188
13189 2015-07-25 Doug Evans <xdje42@gmail.com>
13190
13191 Revert:
13192 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
13193 (workers/%.worker, build-perf): New rule.
13194 (GDB_PERFTEST_MODE): New variable.
13195 (check-perf): Use it.
13196 (clean): Clean up gdb.perf parallel build subdirs.
13197 * lib/build-piece.exp: New file.
13198 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
13199 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
13200 name.
13201 (standard_temp_file): Ditto.
13202 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
13203 of $GDB_PARALLEL.
13204
13205 2015-07-24 Doug Evans <dje@google.com>
13206
13207 * gdb.perf/lib/perftest/utils.py: New file.
13208 * gdb.perf/gm-hello.cc: New file.
13209 * gdb.perf/gm-pervasive-typedef.cc: New file.
13210 * gdb.perf/gm-pervasive-typedef.h: New file.
13211 * gdb.perf/gm-std.cc: New file.
13212 * gdb.perf/gm-std.h: New file.
13213 * gdb.perf/gm-use-cerr.cc: New file.
13214 * gdb.perf/gm-utils.h: New file.
13215 * gdb.perf/gmonster-null-lookup.py: New file.
13216 * gdb.perf/gmonster-pervasive-typedef.py: New file.
13217 * gdb.perf/gmonster-print-cerr.py: New file.
13218 * gdb.perf/gmonster-ptype-string.py: New file.
13219 * gdb.perf/gmonster-runto-main.py: New file.
13220 * gdb.perf/gmonster-select-file.py: New file.
13221 * gdb.perf/gmonster1-null-lookup.exp: New file.
13222 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
13223 * gdb.perf/gmonster1-print-cerr.exp: New file.
13224 * gdb.perf/gmonster1-ptype-string.exp: New file.
13225 * gdb.perf/gmonster1-runto-main.exp: New file.
13226 * gdb.perf/gmonster1-select-file.exp: New file.
13227 * gdb.perf/gmonster1.cc: New file.
13228 * gdb.perf/gmonster1.exp: New file.
13229 * gdb.perf/gmonster2-null-lookup.exp: New file.
13230 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
13231 * gdb.perf/gmonster2-print-cerr.exp: New file.
13232 * gdb.perf/gmonster2-ptype-string.exp: New file.
13233 * gdb.perf/gmonster2-runto-main.exp: New file.
13234 * gdb.perf/gmonster2-select-file.exp: New file.
13235 * gdb.perf/gmonster2.cc: New file.
13236 * gdb.perf/gmonster2.exp: New file.
13237
13238 2015-07-24 Doug Evans <dje@google.com>
13239
13240 * gdb.perf/README: New file.
13241 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
13242 * lib/gen-perf-test.exp: New file.
13243
13244 2015-07-24 Doug Evans <dje@google.com>
13245
13246 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
13247 (PerfTest::startup): New function.
13248 (PerfTest::run): Return result of calling body.
13249 (PerfTest::assemble): Rewrite.
13250 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
13251 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
13252 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
13253 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
13254 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
13255
13256 2015-07-24 Doug Evans <dje@google.com>
13257
13258 * lib/gdb.exp (clean_restart): Make executable optional.
13259
13260 2015-07-24 Doug Evans <dje@google.com>
13261
13262 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
13263 compiler_info references.
13264 * gdb.cp/temargs.exp: Ditto.
13265 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
13266 (get_compiler_info): Early exit if already computed. Set compiler_info
13267 to "unknown" if there was a problem.
13268 (test_compiler_info): Add function comment. Call get_compiler_info.
13269
13270 2015-07-24 Doug Evans <dje@google.com>
13271
13272 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
13273 (workers/%.worker, build-perf): New rule.
13274 (GDB_PERFTEST_MODE): New variable.
13275 (check-perf): Use it.
13276 (clean): Clean up gdb.perf parallel build subdirs.
13277 * lib/build-piece.exp: New file.
13278 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
13279 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
13280 name.
13281 (standard_temp_file): Ditto.
13282 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
13283 of $GDB_PARALLEL.
13284
13285 2015-07-24 Doug Evans <dje@google.com>
13286
13287 * lib/future.exp (gdb_default_target_compile): New option
13288 "early_flags".
13289 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
13290 --as-needed.
13291
13292 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
13293
13294 * gdb.base/catch-syscall.exp: Call gdb_exit before
13295 gdb_skip_xml_test.
13296
13297 2015-07-24 Pedro Alves <palves@redhat.com>
13298
13299 * gdb.python/py-events.exp: Accept output between the stop event
13300 and the prompt.
13301 * gdb.python/py-evsignal.exp: Likewise.
13302 * gdb.python/py-evthreads.exp: Likewise.
13303
13304 2015-07-24 Pedro Alves <palves@redhat.com>
13305
13306 PR gdb/18717
13307 * gdb.threads/non-ldr-exit.c: New file.
13308 * gdb.threads/non-ldr-exit.exp: New file.
13309
13310 2015-07-24 Yao Qi <yao.qi@linaro.org>
13311
13312 * gdb.server/ext-wrapper.exp: Test --wrapper option when
13313 restarting process.
13314
13315 2015-07-24 Yao Qi <yao.qi@linaro.org>
13316
13317 * gdb.server/ext-restart.exp: New file.
13318
13319 2015-07-24 Yao Qi <yao.qi@linaro.org>
13320
13321 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
13322 argument options.
13323 * gdb.server/ext-wrapper.exp: New file.
13324
13325 2015-07-23 Doug Evans <dje@google.com>
13326
13327 * gdb.dwarf2/dw2-dummy-cu.S: New file.
13328 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
13329
13330 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
13331
13332 * gdb.ada/var_arr_typedef.exp: New testcase.
13333 * gdb.ada/var_arr_typedef/pack.adb: New file.
13334 * gdb.ada/var_arr_typedef/pack.ads: New file.
13335 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
13336
13337 2015-07-20 Joel Brobecker <brobecker@adacore.com>
13338
13339 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
13340
13341 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13342
13343 * gdb.arch/i386-biarch-core.exp: Replace istarget
13344 by "complete set gnutarget". Remove expectation for the "core-file"
13345 command.
13346
13347 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13348
13349 Revert the previous commit:
13350 Tests for validate symbol file using build-id.
13351
13352 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
13353
13354 Tests for validate symbol file using build-id.
13355 * gdb.base/solib-mismatch-lib.c: New file.
13356 * gdb.base/solib-mismatch-libmod.c: New file.
13357 * gdb.base/solib-mismatch.c: New file.
13358 * gdb.base/solib-mismatch.exp: New file.
13359
13360 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
13361
13362 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
13363 nios2-*-linux*.
13364 * gdb.base/sigbpt.exp (stepi_out): Likewise.
13365 * gdb.base/siginfo.exp: Likewise.
13366 * gdb.base/sigstep.exp (advance, advancei): Likewise.
13367
13368 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
13369
13370 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
13371 Move it to ...
13372 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
13373 ... here.
13374 * gdb.trace/range-stepping.exp: Check that the target supports
13375 range stepping.
13376
13377 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13378
13379 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
13380
13381 2015-07-14 Pedro Alves <palves@redhat.com>
13382
13383 * gdb.base/killed-outside.exp: New file.
13384 * gdb.base/killed-outside.c: New file.
13385
13386 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
13387
13388 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
13389 (n at main): New.
13390 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
13391
13392 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
13393
13394 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
13395 infcall tests instead of setting up for KFAIL.
13396
13397 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
13398
13399 * gdb.btrace/record_goto-step.exp: New.
13400
13401 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13402
13403 PR compile/18484
13404 * gdb.compile/compile.c (struct struct_type): Add volatile to
13405 selffield's type.
13406 * gdb.compile/compile.exp
13407 (compile code struct_object.selffield = &struct_object): Skip further
13408 struct_object tests if this one xfails.
13409
13410 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
13411
13412 PR exp/18617
13413 * gdb.trace/ax.exp: Add test.
13414
13415 2015-07-07 Yao Qi <yao.qi@linaro.org>
13416
13417 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
13418 instead of istarget "aarch64*-*-*".
13419 * gdb.arch/aarch64-fp.exp: Likewise.
13420 * gdb.base/float.exp: Likewise.
13421 * gdb.reverse/aarch64.exp: Likewise.
13422 * lib/gdb.exp (is_aarch64_target): New proc.
13423
13424 2015-07-07 Yao Qi <yao.qi@linaro.org>
13425
13426 * lib/gdb.exp (is_aarch32_target): New proc.
13427 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
13428 instead of "istarget "arm*-*-*"".
13429 * gdb.arch/arm-disp-step.exp: Likewise.
13430 * gdb.arch/thumb-bx-pc.exp: Likewise.
13431 * gdb.arch/thumb-prologue.exp: Likewise.
13432 * gdb.arch/thumb-singlestep.exp: Likewise.
13433 * gdb.base/disp-step-syscall.exp: Likewise.
13434 * gdb.base/float.exp: Likewise.
13435
13436 2015-07-07 Yao Qi <yao.qi@linaro.org>
13437
13438 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
13439 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
13440
13441 2015-07-07 Yao Qi <yao.qi@linaro.org>
13442
13443 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
13444 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
13445 if it exists.
13446 * gdb.multi/multi-arch.exp: Likewise.
13447
13448 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
13449
13450 * gdb.python/py-lazy-string.exp: Add missing parentheses to
13451 print.
13452
13453 2015-07-07 Yao Qi <yao.qi@linaro.org>
13454
13455 * gdb.arch/thumb-singlestep.exp: Do one more single step.
13456
13457 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
13458
13459 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
13460 '[' and ']' characters.
13461
13462 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
13463
13464 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
13465
13466 2015-06-29 Pedro Alves <palves@redhat.com>
13467
13468 PR threads/18127
13469 * gdb.threads/hand-call-new-thread.c: New file.
13470 * gdb.threads/hand-call-new-thread.c: New file.
13471
13472 2015-06-26 Keith Seitz <keiths@redhat.com>
13473 Doug Evans <dje@google.com>
13474
13475 PR 16253
13476 * gdb.cp/var-tag-2.cc: New file.
13477 * gdb.cp/var-tag-3.cc: New file.
13478 * gdb.cp/var-tag-4.cc: New file.
13479 * gdb.cp/var-tag.cc: New file.
13480 * gdb.cp/var-tag.exp: New file.
13481
13482 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
13483
13484 * gdb.base/history-duplicates.exp: New test.
13485
13486 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
13487
13488 * gdb.base/completion.exp: Test the completion of the "focus"
13489 command.
13490
13491 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13492
13493 * gdb.arch/amd64-prologue-skip.S: New file.
13494 * gdb.arch/amd64-prologue-skip.exp: New file.
13495
13496 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
13497
13498 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
13499 is_address_zero_readable check.
13500
13501 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
13502
13503 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
13504 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
13505
13506 2015-06-24 Yao Qi <yao.qi@linaro.org>
13507
13508 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
13509 linux targets.
13510
13511 2015-06-24 Yao Qi <yao.qi@linaro.org>
13512
13513 * lib/gdb.exp (supports_get_siginfo_type): New proc.
13514 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
13515 * gdb.base/siginfo-thread.exp: Likewise.
13516
13517 2015-06-22 Yao Qi <yao.qi@linaro.org>
13518
13519 * boards/remote-gdbserver-on-localhost.exp: Add comments.
13520
13521 2015-06-22 Yao Qi <yao.qi@linaro.org>
13522
13523 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
13524 aarch64*-*-*.
13525 (skip_hw_watchpoint_tests): Likewise.
13526
13527 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
13528
13529 * gdb.base/gdbinit-history.exp: Test the interaction between
13530 setting GDBHISTSIZE and setting the history size via .gdbinit.
13531
13532 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13533
13534 PR gdb/16999
13535 * gdb.base/gdbhistsize-history.exp: New test.
13536
13537 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13538
13539 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
13540 with GDBHISTSIZE.
13541 * gdb.base/readline.exp: Likewise.
13542
13543 2015-06-17 Yao Qi <yao.qi@linaro.org>
13544
13545 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
13546 line.
13547
13548 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13549
13550 * gdb.base/gdbinit-history.exp: Add test case to check that
13551 an unlimited history file does not get truncated on exit.
13552
13553 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13554
13555 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
13556 (VECTOR): New macro. Use it...
13557 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
13558 ...for these typedefs.
13559 (int8, char1, int1, double1): New typedefs.
13560 (struct just_int2, struct two_int2): New structures.
13561 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
13562 (add_structvecs, add_singlevecs): New functions.
13563 (main): Call add_some_intvecs twice.
13564 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
13565 the compile and exit upon failure. Try compiling for the "native"
13566 architecture. Test inferior function calls with vector arguments
13567 and vector return value handling with "finish" and "return".
13568
13569 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
13570
13571 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
13572 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
13573 PE file.
13574 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
13575
13576 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
13577
13578 PR breakpoints/16465
13579 * gdb.mi/mi-dprintf-pending.c: New file.
13580 * gdb.mi/mi-dprintf-pending.exp: New test.
13581 * gdb.mi/mi-dprintf-pendshr.c: New file.
13582
13583 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13584 Mircea Gherzan <mircea.gherzan@intel.com>
13585
13586 * gdb.arch/i386-mpx-map.c: New file.
13587 * gdb.arch/i386-mpx-map.exp: New File.
13588
13589 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13590
13591 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
13592 * gdb.arch/i386-mpx.exp: Indentation fixed.
13593
13594 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13595
13596 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
13597 function and improved indentation.
13598 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
13599 gdb_test_multiple. Added additional tests to skip the test.
13600
13601 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13602
13603 * gdb.arch/i386-avx512.c: Change path in include file.
13604 * gdb.arch/i386-avx512.exp: Change include dir path
13605 compilation flag.
13606 * gdb.arch/i386-mpx.c: Change path in include file.
13607 * gdb.arch/i386-mpx.exp: Change include dir path compilation
13608 flag.
13609
13610 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
13611
13612 * gdb.compile/compile-print.exp (compile print *vararray@3)
13613 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
13614
13615 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13616
13617 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
13618 (do not keep jit in memory): ... this.
13619 (expect 5): Change it to ...
13620 (expect no 5): ... this.
13621
13622 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
13623
13624 PR gdb/15564
13625 * gdb.mi/mi-detach.exp: New file.
13626
13627 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13628
13629 PR symtab/18392
13630 * gdb.arch/amd64-tailcall-self.S: New file.
13631 * gdb.arch/amd64-tailcall-self.c: New file.
13632 * gdb.arch/amd64-tailcall-self.exp: New file.
13633
13634 2015-05-28 Don Breazeal <donb@codesourcery.com>
13635
13636 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
13637 tests for remote targets by checking is_target_gdbserver.
13638
13639 2015-05-27 Doug Evans <dje@google.com>
13640
13641 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
13642 * gdb.dwarf2/opaque-type-lookup.c: New file.
13643 * gdb.dwarf2/opaque-type-lookup.exp: New file.
13644
13645 2015-05-26 Doug Evans <dje@google.com>
13646
13647 * gdb.cp/iostream.cc: New file.
13648 * gdb.cp/iostream.exp: New file.
13649
13650 2015-05-26 Doug Evans <dje@google.com>
13651
13652 * gdb.dwarf2/dw2-op-call.exp: Update.
13653 * gdb.dwarf2/dw4-sig-types.exp: Update.
13654 * gdb.dwarf2/implptr.exp: Update.
13655 * gdb.mi/mi-cmd-param-changed.exp: Update.
13656
13657 2015-05-26 Doug Evans <dje@google.com>
13658
13659 * gdb.python/py-lazy-string.c: New file.
13660 * gdb.python/py-lazy-string.exp: New file.
13661 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
13662 (main): Update. Add estring3.
13663 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
13664 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
13665
13666 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
13667 Yao Qi <yao.qi@linaro.org>
13668
13669 * gdb.reverse/aarch64.c: New.
13670 * gdb.reverse/aarch64.exp: New.
13671
13672 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
13673
13674 * lib/gdb.exp (supports_process_record): Return true for
13675 aarch64*-linux*.
13676 (supports_reverse): Likewise.
13677
13678 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
13679
13680 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13681 Use with_test_prefix.
13682
13683 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
13684
13685 * gdb.base/completion.exp: Add test for completion of layout
13686 names.
13687
13688 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
13689
13690 * lib/gdb.exp (skip_tui_tests): New proc.
13691 * gdb.base/tui-layout.exp: Check skip_tui_tests.
13692
13693 2015-05-19 Pedro Alves <palves@redhat.com>
13694
13695 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13696 Save the whole env array instead of just HOME. Unset HISTSIZE in
13697 the environment while testing. Restore whole environment
13698 afterwards.
13699
13700 2015-05-16 Doug Evans <xdje42@gmail.com>
13701
13702 * gdb.guile/scm-ports.c: New file.
13703 * gdb.guile/scm-ports.exp: Add memory port tests.
13704
13705 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13706
13707 * gdb.compile/compile-print.c: New file.
13708 * gdb.compile/compile-print.exp: New file.
13709
13710 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13711
13712 * gdb.compile/compile-ops.exp: Cast param to void.
13713 * gdb.compile/compile.exp: Complete type for _gdb_expr.
13714 (compile code struct_object.selffield = &struct_object): Add xfail.
13715
13716 2015-05-15 Joel Brobecker <brobecker@adacore.com>
13717
13718 * gdb.ada/arr_enum_with_gap: New testcase.
13719
13720 2015-05-15 Joel Brobecker <brobecker@adacore.com>
13721
13722 * gdb.ada/byte_packed_arr: New testcase.
13723
13724 2015-05-15 Joel Brobecker <brobecker@adacore.com>
13725
13726 * gdb.ada/pckd_neg: New testcase.
13727
13728 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
13729
13730 PR gdb/17820
13731 * gdb.base/gdbinit-history.exp: New test.
13732 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
13733 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
13734
13735 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
13736
13737 * gdb.python/py-xmethods.cc: Enhance test case.
13738 * gdb.python/py-xmethods.exp: New tests.
13739 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
13740 function.
13741 (B_indexoper): Likewise.
13742 (global_dm_list) : Add new xmethod worker functions.
13743
13744 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
13745
13746 * gdb.base/coredump-filter.exp: Correctly unset
13747 "coredump_var_addr" array.
13748
13749 2015-05-08 Pedro Alves <palves@redhat.com>
13750
13751 * gdb.server/non-existing-program.exp: Unset spawn_id.
13752
13753 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
13754
13755 PR python/18291
13756 * gdb.python/py-xmethods.exp: Add tests.
13757
13758 2015-05-08 Yao Qi <yao.qi@linaro.org>
13759
13760 PR gdb/18208
13761 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
13762 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
13763 function set_coredump_filter, and remove remote_exec call.
13764 Remove argument ipid. Callers update.
13765 (top level): Don't get inferior's PID.
13766
13767 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
13768
13769 * gdb.base/watch_thread_num.exp: Skip test on targets without
13770 access watchpoints.
13771
13772 2015-05-06 Pedro Alves <palves@redhat.com>
13773
13774 PR server/18081
13775 * gdb.server/non-existing-program.exp: New file.
13776
13777 2015-05-05 Joel Brobecker <brobecker@adacore.com>
13778
13779 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
13780
13781 2015-05-05 Joel Brobecker <brobecker@adacore.com>
13782
13783 * gdb.ada/out_of_line_in_inlined: New testcase.
13784
13785 2015-05-05 Joel Brobecker <brobecker@adacore.com>
13786
13787 * gdb.ada/var_rec_arr: New testcase.
13788
13789 2015-04-30 Yao Qi <yao.qi@linaro.org>
13790
13791 * gdb.base/break-idempotent.exp: If
13792 skip_hw_watchpoint_multi_tests returns true, skip the tests
13793 on "rwatch" and "awatch".
13794
13795 2015-04-30 Yao Qi <yao.qi@linaro.org>
13796
13797 * gdb.base/relativedebug.exp: Invoke gdb command
13798 "info sharedlibrary", and if libc.so doesn't have debug info,
13799 skip the test.
13800
13801 2015-04-29 Doug Evans <dje@google.com>
13802
13803 * gdb.python/py-xmethods.exp: Add ptype tests.
13804 * gdb.python/py-xmethods.py (E_method_char_worker): Add
13805 get_result_type method.
13806
13807 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
13808
13809 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
13810 the target does not support hardware watchpoints.
13811
13812 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
13813
13814 * gdb.base/break-always.exp: Abort testing if writing to memory
13815 causes an error.
13816
13817 2015-04-28 Doug Evans <dje@google.com>
13818
13819 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
13820 * gdb.python/py-pp-registration.exp: ... here. New file.
13821 * gdb.python/py-pp-registration.c: New file.
13822 * gdb.python/py-pp-registration.py: New file.
13823
13824 2015-04-28 Doug Evans <dje@google.com>
13825
13826 * gdb.python/py-bad-printers.c: New file.
13827 * gdb.python/py-bad-printers.py: New file.
13828 * gdb.python/py-bad-printers.exp: New file.
13829
13830 2015-04-28 Sasha Smundak <asmundak@google.com>
13831
13832 * gdb.python/py-type.exp: New test.
13833
13834 2015-04-28 Andy Wingo <wingo@igalia.com>
13835
13836 * gdb.python/py-parameter.exp:
13837 * gdb.guile/scm-parameter.exp: Escape the path that we are
13838 matching against, as it might contain characters that are special
13839 to regular expressions.
13840
13841 2015-04-27 Joel Brobecker <brobecker@adacore.com>
13842
13843 * gdb.ada/rec_comp: New testcase.
13844
13845 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
13846
13847 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
13848 before using it.
13849
13850 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
13851
13852 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
13853 new tests for verilog output.
13854
13855 2015-04-24 Yao Qi <yao.qi@linaro.org>
13856
13857 * boards/remote-gdbserver-on-localhost.exp: New file.
13858
13859 2015-04-23 Pedro Alves <palves@redhat.com>
13860
13861 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
13862 $inferior_spawn_id instead of $inferior_spawn_id directly. On
13863 "end of file", remove $inferior_spawn_id from the indirect list.
13864
13865 2015-04-23 Pedro Alves <palves@redhat.com>
13866
13867 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
13868
13869 2015-04-23 Pedro Alves <palves@redhat.com>
13870
13871 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
13872 on $any_spawn_id instead of only on $gdb_spawn_id.
13873
13874 2015-04-21 Pierre Muller <muller@sourceware.org>
13875
13876 PR pascal/17815
13877 * lib/pascal.exp (gpc_compile): Add new option "class".
13878 (fpc_compile): Likewise.
13879 * gdb.pascal/case-insensitive-symbols.pas: New file.
13880 * gdb.pascal/case-insensitive-symbols.exp: New file.
13881
13882 2015-04-20 Gary Benson <gbenson@redhat.com>
13883
13884 * gdb.base/attach.exp: Fix three extended remote failures.
13885
13886 2015-04-17 Gary Benson <gbenson@redhat.com>
13887
13888 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
13889 the main executable over the remote protocol.
13890
13891 2015-04-16 Pedro Alves <palves@redhat.com>
13892
13893 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
13894 a new gdbserver if gdbserver_reconnect_p is set.
13895
13896 2015-04-16 Pedro Alves <palves@redhat.com>
13897
13898 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
13899 is set, don't exit gdbserver.
13900
13901 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13902
13903 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
13904 appropriate .insn, such that an older assembler can be used.
13905 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
13906 the z/Architecture instruction set on 31-bit targets as well.
13907
13908 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13909
13910 * gdb.go/handcall.exp: Remove all logic related to the first
13911 breakpoint and rely on go_runto_main instead.
13912 * gdb.go/strings.exp: Likewise.
13913 * gdb.go/unsafe.exp: Likewise.
13914 * gdb.go/hello.exp: Likewise. Also rename the remaining
13915 breakpoint marker to "breakpoint 1".
13916 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
13917 * gdb.go/strings.go: Likewise.
13918 * gdb.go/unsafe.go: Likewise.
13919 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
13920 "set breakpoint 2 here" and rename the remaining breakpoint marker
13921 to "breakpoint 1".
13922
13923 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
13924
13925 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
13926 if itertools.imap is not present.
13927 * gdb.python/py-objfile.exp: Add parentheses.
13928 * gdb.python/py-type.exp: Same.
13929 * gdb.python/py-unwind-maint.py: Same.
13930
13931 2015-04-15 Yao Qi <yao.qi@linaro.org>
13932
13933 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
13934 of ":$ptr_size" and set its form explicitly.
13935
13936 2015-04-15 Pedro Alves <palves@redhat.com>
13937 Yao Qi <yao.qi@linaro.org>
13938
13939 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
13940 timeout by factor of 4.
13941 (test_regular_watch): Likewise.
13942 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
13943 * gdb.reverse/sigall-reverse.exp: Likewise.
13944 * gdb.reverse/until-precsave.exp: Likewise.
13945 * lib/gdb.exp (with_timeout_factor): New proc.
13946 (gdb_expect): Move some code to ...
13947 (get_largest_timeout): ... here. New procedure.
13948
13949 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
13950
13951 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
13952
13953 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
13954
13955 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
13956 to write to the .text section.
13957
13958 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
13959
13960 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
13961 Handle the case of targets that do not provide PID information.
13962
13963 2015-04-13 Yao Qi <yao.qi@linaro.org>
13964
13965 * lib/gdbserver-support.exp (gdb_exit): Catch exception
13966 and use expect instead of gdb_expect.
13967
13968 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
13969
13970 * gdb.base/coredump-filter.exp: Rename variable "addr" to
13971 "coredump_var_addr" to avoid naming conflict with other testcases.
13972
13973 2015-04-10 Pedro Alves <palves@redhat.com>
13974
13975 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
13976 gdb_test_sequence and gdb_assert.
13977
13978 2015-04-10 Pedro Alves <palves@redhat.com>
13979
13980 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
13981 test messages that don't include the breakpoint address.
13982
13983 2015-04-10 Yao Qi <yao.qi@linaro.org>
13984
13985 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
13986 false for some offset and width combinations which aren't
13987 supported by linux kernel.
13988
13989 2015-04-10 Pedro Alves <palves@redhat.com>
13990
13991 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
13992 procedure, factored out from ...
13993 (top level): ... here. Add "set displaced-stepping" testing axis.
13994 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
13995 parameter "displaced". Use it.
13996 (top level): Use foreach and add "set displaced-stepping" testing
13997 axis.
13998
13999 2015-04-10 Pedro Alves <palves@redhat.com>
14000
14001 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
14002 Remove comment.
14003 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
14004 both the address of the instruction that triggers the watchpoint
14005 and the address of the instruction immediately after, and use
14006 those addresses for the test. Fix comment.
14007
14008 2015-04-10 Pedro Alves <palves@redhat.com>
14009
14010 * gdb.base/sigstep.exp (breakpoint_to_handler)
14011 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
14012 Test "backtrace" in handler.
14013 (breakpoint_over_handler): New parameter 'displaced'. Use it.
14014 (top level): Add new "displaced" test axis to
14015 breakpoint_to_handler, breakpoint_to_handler_entry and
14016 breakpoint_over_handler.
14017
14018 2015-04-10 Pedro Alves <palves@redhat.com>
14019
14020 PR gdb/18216
14021 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
14022
14023 2015-04-10 Yao Qi <yao.qi@linaro.org>
14024
14025 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
14026 (test_add_rn_pc): New function.
14027 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
14028 (top level): Invoke test_add_rn_pc.
14029
14030 2015-04-10 Pedro Alves <palves@redhat.com>
14031
14032 PR gdb/13858
14033 * gdb.base/step-over-no-symbols.exp: New file.
14034
14035 2015-04-09 Andy Wingo <wingo@igalia.com>
14036
14037 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
14038 after the Python tests.
14039
14040 2015-04-08 Keith Seitz <keiths@redhat.com>
14041
14042 PR python/16699
14043 * gdb.python/py-completion.exp: New tests for completion.
14044 * gdb.python/py-completion.py (CompleteLimit1): New class.
14045 (CompleteLimit2): Likewise.
14046 (CompleteLimit3): Likewise.
14047 (CompleteLimit4): Likewise.
14048 (CompleteLimit5): Likewise.
14049 (CompleteLimit6): Likewise.
14050 (CompleteLimit7): Likewise.
14051
14052 2015-04-08 Pedro Alves <palves@redhat.com>
14053
14054 PR gdb/18214
14055 PR gdb/18216
14056 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
14057 function.
14058 (main): Install it as SIGUSR1 handler.
14059 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
14060 parameter. Always use "setup" as prefix. Toggle "set
14061 displaced-stepping" off/on depending on global. Don't switch to
14062 thread 1 here.
14063 (top level): Add displaced stepping "off/on" test axis. Update
14064 "setup" calls. Wrap each subtest with with_test_prefix. Test
14065 continuing with a queued signal in each thread.
14066
14067 2015-04-08 Pedro Alves <palves@redhat.com>
14068
14069 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
14070 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
14071 gdb_breakpoint instead of gdb_test that doesn't expect anything.
14072 Return early if running to main fails.
14073 * gdb.trace/while-stepping.exp: Likewise.
14074
14075 2015-04-07 Pedro Alves <palves@redhat.com>
14076
14077 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
14078 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
14079 interact with inferior program.
14080
14081 2015-04-07 Pedro Alves <palves@redhat.com>
14082
14083 * lib/gdb.exp (inferior_spawn_id): New global.
14084 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
14085 spawn id after processing the user code.
14086 (default_gdb_start): Set inferior_spawn_id.
14087 (send_inferior): New procedure.
14088 * lib/gdbserver-support.exp (gdbserver_start): Set
14089 inferior_spawn_id.
14090 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
14091
14092 2015-04-07 Pedro Alves <palves@redhat.com>
14093
14094 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
14095 * lib/gdbserver-support.exp (gdbserver_start): Make
14096 $server_spawn_id global.
14097 (gdbserver_start): Don't wait for gdbserver's spawn id with
14098 expect_background.
14099 (close_gdbserver): New procedure.
14100 (gdb_exit): Rename the default version and reimplement.
14101
14102 2015-04-07 Pedro Alves <palves@redhat.com>
14103
14104 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
14105 append the substituted item, not the original item.
14106
14107 2015-04-07 Pedro Alves <palves@redhat.com>
14108
14109 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
14110 gdb_expect.
14111
14112 2015-04-07 Pedro Alves <palves@redhat.com>
14113
14114 * gdb.base/interrupt.exp: Don't handle the case of the inferior
14115 output appearing once only.
14116
14117 2015-04-07 Pedro Alves <palves@redhat.com>
14118
14119 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
14120 that doesn't expect anything. Return early if running to main
14121 fails.
14122
14123 2015-04-07 Yao Qi <yao.qi@linaro.org>
14124
14125 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
14126 (child_function): Call alarm.
14127 (main): Move call to alarm into the loop.
14128 * gdb.threads/non-stop-fair-events.exp: Build program with
14129 -DTIMEOUT=$timeout.
14130
14131 2015-04-06 Doug Evans <xdje42@gmail.com>
14132
14133 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
14134 Fix dest parameter to board_info.
14135 (fpc_compile): Ditto.
14136 (gdb_compile_pascal): Rename dest arg to destfile.
14137
14138 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
14139
14140 * gdb.ada/funcall_ref.exp: New file.
14141 * gdb.ada/funcall_ref/foo.adb: New file.
14142
14143 2015-04-02 Yao Qi <yao.qi@linaro.org>
14144
14145 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
14146 is remote.
14147
14148 2015-04-02 Gary Benson <gbenson@redhat.com>
14149
14150 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
14151
14152 2015-04-01 Sasha Smundak <asmundak@google.com>
14153
14154 * gdb.python/py-unwind-maint.c: New file.
14155 * gdb.python/py-unwind-maint.exp: New test.
14156 * gdb.python/py-unwind-maint.py: New file.
14157 * gdb.python/py-unwind.c: New file.
14158 * gdb.python/py-unwind.exp: New test.
14159 * gdb.python/py-unwind.py: New test.
14160
14161 2015-04-01 Pedro Alves <palves@redhat.com>
14162
14163 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
14164 to fail instead of non-existent $test.
14165
14166 2015-04-01 Pedro Alves <palves@redhat.com>
14167
14168 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
14169 GDBFLAGS if not empty.
14170
14171 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
14172
14173 * gdb.ada/complete.exp: Remove "multi_line".
14174 * gdb.ada/info_exc.exp: Remove "multi_line".
14175 * gdb.ada/packed_tagged.exp: Remove "multi_line".
14176 * gdb.ada/ptype_field.exp: Remove "multi_line".
14177 * gdb.ada/sym_print_name.exp: Remove "multi_line".
14178 * gdb.ada/tagged.exp: Remove "multi_line".
14179 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
14180 [multi_line ...]
14181 * gdb.btrace/delta.exp: Likewise.
14182 * gdb.btrace/exception.exp: Likewise.
14183 * gdb.btrace/function_call_history.exp: Likewise.
14184 * gdb.btrace/instruction_history.exp: Likewise.
14185 * gdb.btrace/nohist.exp: Likewise.
14186 * gdb.btrace/record_goto.exp: Likewise.
14187 * gdb.btrace/segv.exp: Likewise.
14188 * gdb.btrace/stepi.exp: Likewise.
14189 * gdb.btrace/tailcall.exp: Likewise.
14190 * gdb.btrace/unknown_functions.exp: Likewise.
14191 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
14192 * lib/gdb.exp: Add the "multi_line" helper.
14193
14194 2015-04-01 Pedro Alves <palves@redhat.com>
14195
14196 * gdb.threads/tid-reuse.c: New file.
14197 * gdb.threads/tid-reuse.exp: New file.
14198
14199 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
14200
14201 PR corefiles/16092
14202 * gdb.base/coredump-filter.c: New file.
14203 * gdb.base/coredump-filter.exp: Likewise.
14204
14205 2015-03-27 Petr Machata <pmachata@redhat.com>
14206
14207 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
14208 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
14209 (Dwarf::assemble): Initialize them.
14210 (Dwarf::lines): New function.
14211
14212 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
14213
14214 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
14215 SYMBOL_PREFIX for x86_64-*-cygwin.
14216
14217 2015-03-26 Andy Wingo <wingo@igalia.com>
14218
14219 PR symtab/18148
14220 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
14221 const_value but not a location.
14222 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
14223 location defined in non-main CUs are visible.
14224
14225 2015-03-26 Yao Qi <yao.qi@linaro.org>
14226
14227 PR testsuite/18139
14228 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
14229 Add a line number entry for the same line.
14230 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
14231 Add a line number entry for the same line.
14232
14233 2015-03-26 Yao Qi <yao.qi@linaro.org>
14234
14235 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
14236 .int 0.
14237 (func): Likewise. Add .Lfunc_1 label.
14238 Use .Lfunc_1 label.
14239 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
14240 .int 0.
14241 (func): Likewise.
14242 Use .Lfunc_1 label.
14243
14244 2015-03-26 Yao Qi <yao.qi@linaro.org>
14245
14246 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
14247 Call gdb_compile instead to compile each .s files without debug
14248 information.
14249
14250 2015-03-26 Yao Qi <yao.qi@linaro.org>
14251
14252 * gdb.base/savedregs.exp (process_saved_regs): Make
14253 "Saved registers:" optional in the pattern.
14254
14255 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
14256
14257 * gdb.btrace/next.exp: Merged into step.exp.
14258 * gdb.btrace/finish.exp: Merged into step.exp.
14259 * gdb.btrace/nexti.exp: Merged into stepi.exp.
14260 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
14261 "record goto" and checking the exact replay position.
14262 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
14263 check for "Recording format" in "info record" output.
14264 * gdb.btrace/record_goto.exp: Choose test file based on target.
14265 * gdb.btrace/x86-record_goto.S: Renamed into ...
14266 * gdb.btrace/x86_64-record_goto.S: ... this.
14267 * gdb.btrace/i686-record_goto.S: New.
14268 * gdb.btrace/x86-tailcall.S: Renamed into ...
14269 * gdb.btrace/x86_64-tailcall.S: ... this.
14270 * gdb.btrace/i686-tailcall.S: New.
14271 * gdb.btrace/x86-tailcall.c: Renamed into ...
14272 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
14273 separate statements. Update test.
14274 * gdb.btrace/delta.exp: Use record_goto.c as test file.
14275 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
14276 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
14277 * gdb.btrace/tailcall.exp: Choose test file based on target.
14278 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
14279
14280 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
14281
14282 * gdb.btrace/exception.exp: Increase BTS buffer size.
14283
14284 2015-03-24 Pedro Alves <palves@redhat.com>
14285
14286 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
14287
14288 2015-03-24 Pedro Alves <palves@redhat.com>
14289
14290 * gdb.threads/schedlock.exp (test_step): No longer expect that
14291 "set scheduler-locking step" with "next" over a function call runs
14292 threads unlocked.
14293
14294 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
14295
14296 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
14297
14298 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
14299
14300 PR breakpoints/16466
14301 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
14302 * gdb.mi/mi-pending.c (thread_func): New function.
14303 (int main): Add threading support required.
14304 * gdb.mi/mi-pending.exp: Add tests for this issue.
14305 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
14306 (pendfunc2): Remove stdio dependency.
14307 * gdb.mi/mi-pendshr2.c: New file.
14308
14309 2015-03-23 Keith Seitz <keiths@redhat.com>
14310
14311 * gdb.linespec/keywords.c: New file.
14312 * gdb.linespec/keywords.exp: New file.
14313
14314 2015-03-23 Keith Seitz <keiths@redhat.com>
14315
14316 PR gdb/18021
14317 * gdb.dwarf2/staticvirtual.exp: New test.
14318
14319 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14320
14321 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
14322 * README: Remove HP-UX and gdb.hp.
14323 (configuration):
14324 * configure: Regenerate.
14325 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
14326 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
14327 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
14328 gdb.hp/gdb.defects/Makefile.
14329 * gdb.hp/Makefile.in: File deleted.
14330 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
14331 * gdb.hp/gdb.aCC/optimize.c: File deleted.
14332 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
14333 * gdb.hp/gdb.aCC/run.c: File deleted.
14334 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
14335 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
14336 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
14337 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
14338 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
14339 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
14340 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
14341 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
14342 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
14343 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
14344 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
14345 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
14346 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
14347 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
14348 * gdb.hp/gdb.base-hp/reg.s: File deleted.
14349 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
14350 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
14351 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
14352 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
14353 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
14354 * gdb.hp/gdb.compat/Makefile.in: File deleted.
14355 * gdb.hp/gdb.compat/average.c: File deleted.
14356 * gdb.hp/gdb.compat/sum.c: File deleted.
14357 * gdb.hp/gdb.compat/xdb.c: File deleted.
14358 * gdb.hp/gdb.compat/xdb0.c: File deleted.
14359 * gdb.hp/gdb.compat/xdb0.h: File deleted.
14360 * gdb.hp/gdb.compat/xdb1.c: File deleted.
14361 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
14362 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
14363 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
14364 * gdb.hp/gdb.defects/Makefile.in: File deleted.
14365 * gdb.hp/gdb.defects/bs14602.c: File deleted.
14366 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
14367 * gdb.hp/gdb.defects/solib-d.c: File deleted.
14368 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
14369 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
14370 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
14371 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
14372 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
14373 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
14374 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
14375 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
14376 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
14377 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
14378 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
14379 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
14380 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
14381 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
14382 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
14383 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
14384 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
14385 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
14386 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
14387 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
14388 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
14389 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
14390 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
14391 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
14392 * gdb.hp/tools/odump: File deleted.
14393
14394 2015-03-19 Pedro Alves <palves@redhat.com>
14395
14396 * gdb.threads/continue-pending-status.exp (saw_thread_2)
14397 (saw_thread_3): New globals.
14398 (top level): Increment them when an event for the corresponding
14399 thread is seen.
14400 (no thread starvation): New test.
14401
14402 2015-03-19 Pedro Alves <palves@redhat.com>
14403
14404 * gdb.threads/continue-pending-status.c: New file.
14405 * gdb.threads/continue-pending-status.exp: New file.
14406
14407 2015-03-18 Pedro Alves <palves@redhat.com>
14408
14409 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
14410 Use gdb_is_target_remote instead of is_remote. Use
14411 gdb_test_multiple instead of gdb_expect. Exit early if
14412 gdb_test_multiple hits its internal matches. Tighten stepi tests
14413 expected output. Fail on exit with any signal, instead of just
14414 SIGILL.
14415
14416 2015-03-18 Yao Qi <yao.qi@linaro.org>
14417
14418 PR tdep/18107
14419 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
14420 variable.
14421 * gdb.base/catch-syscall.exp: Don't skip it on
14422 aarch64*-*-linux* target. Remove elements in all_syscalls.
14423 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
14424 target.
14425 (setup_all_syscalls): New proc.
14426
14427 2015-03-16 Yao Qi <yao.qi@linaro.org>
14428
14429 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
14430 (top level): Skip tests if valid_addr_p returns false for
14431 $cmd1 or $cmd2.
14432
14433 2015-03-11 Andy Wingo <wingo@igalia.com>
14434
14435 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
14436
14437 2015-03-11 Yao Qi <yao.qi@linaro.org>
14438
14439 * gdb.base/catch-syscall.exp: Fix typo in comments.
14440
14441 2015-03-11 Yao Qi <yao.qi@linaro.org>
14442
14443 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
14444
14445 2015-03-09 Pedro Alves <palves@redhat.com>
14446
14447 * dg-extract-results.py: Delete.
14448
14449 2015-03-09 Pedro Alves <palves@redhat.com>
14450
14451 Merge dg-extract-results.sh from GCC upstream (r218843).
14452
14453 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
14454 * dg-extract-results.sh: Use --text with grep to avoid issues with
14455 binary files. Fall back to cat -v, if that doesn't work.
14456
14457 2015-03-05 Pedro Alves <palves@redhat.com>
14458
14459 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
14460
14461 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
14462
14463 * lib/mi-support.exp (mi_expect_interrupt): Accept
14464 alternative event for when in all-stop mode.
14465
14466 2015-03-04 Pedro Alves <palves@redhat.com>
14467
14468 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
14469
14470 2015-03-04 Mark Kettenis <kettenis@gnu.org>
14471
14472 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
14473
14474 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
14475
14476 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
14477 regexps for GDB's current line display, accept a hex address
14478 preceding the line number.
14479
14480 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
14481
14482 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
14483 the 'arch1' variable for "s390*-linux*" targets.
14484
14485 2015-03-04 Pedro Alves <palves@redhat.com>
14486
14487 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
14488 (main): Pass missing retval argument to pthread_join call.
14489
14490 2015-03-02 Pedro Alves <palves@redhat.com>
14491
14492 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
14493 (top level): Call do_test with non-stop as well.
14494
14495 2015-03-02 Pedro Alves <palves@redhat.com>
14496
14497 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
14498 -1.
14499
14500 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
14501
14502 * gdb.arch/s390-vregs.exp: New test.
14503 * gdb.arch/s390-vregs.S: New file.
14504
14505 2015-02-27 Pedro Alves <palves@redhat.com>
14506
14507 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
14508 call to catch_command_errors.
14509 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
14510 catch_command_errors.
14511
14512 2015-02-27 Pedro Alves <palves@redhat.com>
14513
14514 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
14515 "true" for boolean result.
14516 * gdb.gdb/selftest.exp (test_with_self): Also accept full
14517 prototype of main.
14518
14519 2015-02-27 Pedro Alves <palves@redhat.com>
14520
14521 * lib/unbuffer_output.c: New file.
14522 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
14523 (main): Call gdb_unbuffer_output.
14524
14525 2015-02-27 Yao Qi <yao.qi@linaro.org>
14526
14527 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
14528 target.
14529
14530 2015-02-26 Doug Evans <dje@google.com>
14531
14532 * gdb.cp/class2.cc (Dbase, D): New classes.
14533 (main): New local delta.
14534 * gdb.cp/class2.exp: Test printing delta.
14535 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
14536 (dynbar): New global.
14537 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
14538
14539 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14540
14541 * gdb.compile/compile-ifunc.c: New file.
14542 * gdb.compile/compile-ifunc.exp: New file.
14543
14544 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
14545
14546 * gdb.base/structs.exp: Check for correct struct on finish.
14547
14548 2015-02-26 Yao Qi <yao.qi@linaro.org>
14549
14550 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
14551 is zero.
14552
14553 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14554
14555 * gdb.arch/cordic.ko.bz2: New file.
14556 * gdb.arch/cordic.ko.debug.bz2: New file.
14557 * gdb.arch/ppc64-symtab-cordic.exp: New file.
14558
14559 2015-02-25 Yao Qi <yao.qi@linaro.org>
14560
14561 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
14562 aarch64*-*-* target.
14563
14564 2015-02-23 Pedro Alves <palves@redhat.com>
14565
14566 * lib/gdb.exp (delete_breakpoints): Rewrite using
14567 gdb_test_multiple.
14568
14569 2015-02-23 Pedro Alves <palves@redhat.com>
14570
14571 * gdb.base/info-os.c: Include stdlib.h.
14572
14573 2015-02-22 Doug Evans <xdje42@gmail.com>
14574
14575 PR symtab/17855
14576 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
14577 is read after symbols have been re-read.
14578 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
14579 * gdb.ada/exec_changed/second.adb (Second): Ditto.
14580
14581 2015-02-21 Doug Evans <dje@google.com>
14582
14583 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
14584
14585 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14586
14587 PR corefiles/17808
14588 * gdb.arch/i386-biarch-core.core.bz2: New file.
14589 * gdb.arch/i386-biarch-core.exp: New file.
14590
14591 2015-02-21 Pedro Alves <palves@redhat.com>
14592
14593 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
14594 runto_main fails.
14595
14596 2015-02-20 Pedro Alves <palves@redhat.com>
14597
14598 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
14599 info probes.
14600
14601 2015-02-20 Pedro Alves <palves@redhat.com>
14602
14603 * gdb.threads/multi-create-ns-info-thr.exp: New file.
14604
14605 2015-02-20 Pedro Alves <palves@redhat.com>
14606
14607 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
14608 clean_restart before gdb_target_supports_trace.
14609
14610 2015-02-20 Pedro Alves <palves@redhat.com>
14611
14612 PR threads/18006
14613 * gdb.threads/clone-thread_db.c: New file.
14614 * gdb.threads/clone-thread_db.exp: New file.
14615
14616 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
14617
14618 PR breakpoints/16812
14619 * gdb.base/catch-gdb-caused-signals.c: New file.
14620 * gdb.base/catch-gdb-caused-signals.exp: New file.
14621
14622 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
14623
14624 * configure: Regenerated.
14625 * configure.ac: Use GDB_AC_TRANSFORM.
14626 * aclocal.m4: sinclude ../transform.m4.
14627
14628 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
14629
14630 * lib/dtrace.exp: New file.
14631 * gdb.base/dtrace-probe.exp: Likewise.
14632 * gdb.base/dtrace-probe.d: Likewise.
14633 * gdb.base/dtrace-probe.c: Likewise.
14634 * lib/pdtrace.in: Likewise.
14635 * configure.ac: Output variables with the transformed names of
14636 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
14637 * configure: Regenerated.
14638
14639 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
14640
14641 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
14642 expected message when trying to access $_probe_* convenience
14643 variables while not on a probe.
14644
14645 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14646
14647 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
14648
14649 2015-02-11 Pedro Alves <pedro@codesourcery.com>
14650
14651 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
14652 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
14653
14654 2015-02-10 Doug Evans <xdje42@gmail.com>
14655
14656 * lib/gdb.exp (gdb_load): Always return a result.
14657
14658 2015-02-10 Pedro Alves <palves@redhat.com>
14659
14660 * gdb.threads/signal-sigtrap.c: New file.
14661 * gdb.threads/signal-sigtrap.exp: New file.
14662
14663 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
14664
14665 * gdb.trace/no-attach-trace.c: New file.
14666 * gdb.trace/no-attach-trace.exp: New file.
14667
14668 2015-02-09 Mark Wielaard <mjw@redhat.com>
14669
14670 * gdb.dwarf2/atomic.c: New file.
14671 * gdb.dwarf2/atomic-type.exp: Likewise.
14672
14673 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14674
14675 * gdb.btrace/buffer-size.exp: Update "info record" output.
14676 * gdb.btrace/delta.exp: Update "info record" output.
14677 * gdb.btrace/enable.exp: Update "info record" output.
14678 * gdb.btrace/finish.exp: Update "info record" output.
14679 * gdb.btrace/instruction_history.exp: Update "info record" output.
14680 * gdb.btrace/next.exp: Update "info record" output.
14681 * gdb.btrace/nexti.exp: Update "info record" output.
14682 * gdb.btrace/step.exp: Update "info record" output.
14683 * gdb.btrace/stepi.exp: Update "info record" output.
14684 * gdb.btrace/nohist.exp: Update "info record" output.
14685
14686 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14687
14688 * gdb.btrace/buffer-size: New.
14689
14690 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14691
14692 * gdb.btrace/delta.exp: Update "info record" output.
14693 * gdb.btrace/enable.exp: Update "info record" output.
14694 * gdb.btrace/finish.exp: Update "info record" output.
14695 * gdb.btrace/instruction_history.exp: Update "info record" output.
14696 * gdb.btrace/next.exp: Update "info record" output.
14697 * gdb.btrace/nexti.exp: Update "info record" output.
14698 * gdb.btrace/step.exp: Update "info record" output.
14699 * gdb.btrace/stepi.exp: Update "info record" output.
14700 * gdb.btrace/nohist.exp: Update "info record" output.
14701
14702 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
14703
14704 PR gdb/15678
14705 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
14706
14707 2015-02-06 Pedro Alves <palves@redhat.com>
14708
14709 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
14710 macro.
14711 (seconds_left, again): New globals.
14712 (main): Wait seconds_left in a 1-second sleep loop instead of
14713 sleeping 180 seconds. If 'again' is set, reset the seconds
14714 counter.
14715 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
14716 'again' in the inferior before detaching. Print the seconds left.
14717 (options): New global.
14718 (top level): Build program with -DTIMEOUT=$timeout.
14719
14720 2015-02-06 Pedro Alves <palves@redhat.com>
14721
14722 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
14723 determine how many seconds to pass to 'alarm'.
14724 * gdb.base/gdb-sigterm.exp (top level): Build program with
14725 -DTIMEOUT=$timeout.
14726 (do_test): Return success/failure indication. Add more verbose
14727 logging. Don't fail if 200 single steps are seen. Instead, fail
14728 when the test times out.
14729 (passes): New global.
14730 (top level): Break the testing loop if testing fails on any
14731 iteration. Use gdb_assert.
14732
14733 2015-02-04 Don Breazeal <donb@codesourcery.com>
14734
14735 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
14736 and initialize them.
14737 (ipc_cleanup): New function.
14738 (main): Don't declare shmid, semid, and msqid. Add a call to
14739 atexit so that we call ipc_cleanup on exit.
14740
14741 2015-02-04 Pedro Alves <palves@redhat.com>
14742
14743 * boards/native-extended-gdbserver.exp: Remove any target variant
14744 specifications from the board name before clearing the isremote
14745 flag from board_info.
14746
14747 2015-01-31 Doug Evans <xdje42@gmail.com>
14748
14749 * gdb.base/maint.exp <maint print type argc>: Update expected output.
14750
14751 2015-01-31 Gary Benson <gbenson@redhat.com>
14752
14753 * gdb.base/completion.exp: Disable completion limiting for
14754 existing tests. Add new tests to check completion limiting.
14755 * gdb.linespec/ls-errs.exp: Disable completion limiting.
14756
14757 2015-01-31 Doug Evans <xdje42@gmail.com>
14758
14759 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
14760
14761 2015-01-31 Doug Evans <xdje42@gmail.com>
14762
14763 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
14764 entries. Duplicate file section script entries.
14765 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
14766 inlined entries. Add test for safe-path rejection.
14767 * gdb.python/py-section-script.c: Add duplicate inlined section script
14768 entries. Duplicate file section script entries.
14769 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
14770 inlined entries. Add test for safe-path rejection.
14771
14772 2015-01-29 Joel Brobecker <brobecker@adacore.com>
14773
14774 * gdb.ada/disc_arr_bound: New testcase.
14775
14776 2015-01-29 Joel Brobecker <brobecker@adacore.com>
14777
14778 * gdb.ada/mi_var_array: New testcase.
14779
14780 2015-01-27 Doug Evans <dje@google.com>
14781
14782 * gdb.python/py-objfile.exp: Add tests for objfile.username.
14783 Add test for objfile.filename, objfile.username after objfile
14784 has been unloaded.
14785
14786 2015-01-26 Joel Brobecker <brobecker@adacore.com>
14787
14788 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
14789 the second test to print the name attribute of value
14790 returned by the call to gdb.lookup_type, and adjust
14791 the expected output accordingly.
14792
14793 2015-01-25 Mark Wielaard <mjw@redhat.com>
14794
14795 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
14796 * gdb.base/disp-step-fork.c: Include unistd.h.
14797 * gdb.base/siginfo-obj.c: Include stdio.h.
14798 * gdb.base/siginfo-thread.c: Likewise.
14799 * gdb.mi/non-stop.c: Include unistd.h.
14800 * gdb.mi/nsthrexec.c: Include stdio.h.
14801 * gdb.mi/pthreads.c: Include unistd.h.
14802 * gdb.modula2/unbounded1.c (main): Declare returns int.
14803 * gdb.reverse/consecutive-reverse.c: Likewise.
14804 * gdb.threads/create-fail.c: Include unistd.h.
14805 * gdb.threads/killed.c: Likewise.
14806 * gdb.threads/linux-dp.c: Likewise.
14807 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
14808 * gdb.threads/non-ldr-exc-2.c: Likewise.
14809 * gdb.threads/non-ldr-exc-3.c: Likewise.
14810 * gdb.threads/non-ldr-exc-4.c: Likewise.
14811 * gdb.threads/pthreads.c: Include unistd.h.
14812 (main): Declare returns int.
14813 * gdb.threads/tls-main.c (foo): New declaration.
14814 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
14815
14816 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
14817
14818 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
14819 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
14820
14821 2015-01-15 Mark Wielaard <mjw@redhat.com>
14822
14823 * gdb.base/noreturn-return.c: New file.
14824 * gdb.base/noreturn-return.exp: New file.
14825 * gdb.base/noreturn-finish.c: New file.
14826 * gdb.base/noreturn-finish.exp: New file.
14827
14828 2015-01-23 Pedro Alves <palves@redhat.com>
14829
14830 * gdb.threads/continue-pending-after-query.c: New file.
14831 * gdb.threads/continue-pending-after-query.exp: New file.
14832
14833 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
14834 Simon Marchi <simon.marchi@ericsson.com>
14835
14836 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
14837 * gdb.base/valgrind-db-attach.exp: Same.
14838 * gdb.base/valgrind-infcall.exp: Same.
14839 * lib/mi-support.exp (default_mi_gdb_start): Same.
14840 * lib/prompt.exp (default_prompt_gdb_start): Same.
14841 * lib/gdb.exp (default_gdb_spawn): Same.
14842 (gdb_interact): New.
14843
14844
14845 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14846
14847 * gdb.compile/compile.exp (pointer to jit function): New test.
14848
14849 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
14850
14851 * lib/gdb.exp (supports_process_record): Return true for
14852 powerpc*-*-linux*.
14853 (supports_reverse): Likewise.
14854
14855 2015-01-15 Don Breazeal <donb@codesourcery.com>
14856
14857 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
14858 instead of checking whether the target board is remote and
14859 use spawn_wait_for_attach instead of exec/sleep.
14860 * gdb.base/attach-twice.exp: Likewise.
14861
14862 2015-01-15 Joel Brobecker <brobecker@adacore.com>
14863
14864 * gdb.ada/var_arr_attrs: New testcase.
14865
14866 2015-01-14 Pedro Alves <palves@redhat.com>
14867 Joel Brobecker <brobecker@adacore.com>
14868
14869 PR gdb/17525
14870 * gdb.base/bp-cmds-execution-x-script.c: New file.
14871 * gdb.base/bp-cmds-execution-x-script.exp: New file.
14872 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
14873
14874 2015-01-14 Pedro Alves <palves@redhat.com>
14875
14876 PR cli/17828
14877 * gdb.base/batch-preserve-term-settings.c: New file.
14878 * gdb.base/batch-preserve-term-settings.exp: New file.
14879
14880 2015-01-13 Doug Evans <dje@google.com>
14881
14882 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
14883 binary.
14884
14885 2015-01-13 Joel Brobecker <brobecker@adacore.com>
14886
14887 * Makefile.in (clean mostlyclean): Do not delete *.py.
14888
14889 2015-01-13 Joel Brobecker <brobecker@adacore.com>
14890
14891 * gdb.python/py-lookup-type.exp: New file.
14892
14893 2015-01-12 Pedro Alves <palves@redhat.com>
14894
14895 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
14896 restore GDBFLAGS before returning.
14897
14898 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14899
14900 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
14901 is_amd64_regs_target and is_x86_like_target.
14902
14903 2015-01-11 Doug Evans <xdje42@gmail.com>
14904
14905 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
14906 is given without an explicit form.
14907 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
14908 attributes.
14909 * gdb.dwarf/corrupt.exp: Ditto.
14910 * gdb.dwarf2/enum-type.exp: Ditto.
14911 * gdb.trace/entry-values.exp: Ditto.
14912 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
14913
14914 2015-01-11 Doug Evans <xdje42@gmail.com>
14915
14916 PR gdb/15830
14917 * gdb.base/maint.exp: Remove references to "maint demangle".
14918 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
14919 Add tests for explicitly specifying language to demangle.
14920 * gdb.dlang/demangle.exp: Ditto.
14921
14922 2015-01-09 Pedro Alves <palves@redhat.com>
14923
14924 * gdb.threads/non-stop-fair-events.c: New file.
14925 * gdb.threads/non-stop-fair-events.exp: New file.
14926
14927 2015-01-09 Pedro Alves <palves@redhat.com>
14928
14929 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
14930 the global scope. Set a breakpoint after all threads are started
14931 rather than stepping over two source lines. Expect the prompt.
14932 * gdb.base/watch_thread_num.c (threads_started_barrier): New
14933 global.
14934 (NUM): Now 15.
14935 (main): Use threads_started_barrier to wait for all threads to
14936 start. Main thread no longer calls thread_function. Exit after
14937 180 seconds.
14938 (loop): New function.
14939 (thread_function): Wait on threads_started_barrier barrier. Call
14940 'loop' at each iteration.
14941 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
14942 threads have started, instead of hardcoding number of "next"
14943 steps. Use an access watchpoint instead of a write watchpoint.
14944
14945 2015-01-09 Pedro Alves <palves@redhat.com>
14946
14947 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
14948 (thread_func): Wait on barrier.
14949 (main): Wait for all threads to start before stopping GDB.
14950 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
14951 global.
14952 (thread1_func, thread2_func): Wait on barrier.
14953 (main): Wait for all threads to start before stopping GDB.
14954 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
14955 New global.
14956 (thread1_func, thread2_func): Wait on barrier.
14957 (main): Wait for all threads to start before stopping GDB.
14958
14959 2015-01-09 Pedro Alves <palves@redhat.com>
14960
14961 * gdb.threads/attach-many-short-lived-threads.c: New file.
14962 * gdb.threads/attach-many-short-lived-threads.exp: New file.
14963
14964 2014-01-09 Pedro Alves <palves@redhat.com>
14965
14966 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
14967 instead of to thread 2.
14968 * gdb.threads/signal-command-multiple-signals-pending.c (main):
14969 Add barrier around each pthread_create call instead of around all
14970 calls.
14971 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
14972 Set a break on thread_function and have the child threads hit it
14973 one at at a time.
14974
14975 2015-01-09 Pedro Alves <palves@redhat.com>
14976
14977 * lib/gdb.exp (can_spawn_for_attach): New procedure.
14978 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
14979 false.
14980 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
14981 checking whether the target board is remote.
14982 * gdb.multi/multi-attach.exp: Likewise.
14983 * gdb.python/py-sync-interp.exp: Likewise.
14984 * gdb.server/ext-attach.exp: Likewise.
14985 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
14986 tests that need to attach, instead of checking whether the target
14987 board is remote at the top of the file.
14988
14989 2015-01-08 Yao Qi <yao@codesourcery.com>
14990
14991 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
14992
14993 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14994
14995 Fix testcase compilation.
14996 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
14997
14998 2015-01-06 Joel Brobecker <brobecker@adacore.com>
14999
15000 * gdb.python/py-type.exp: Add a couple test about empty
15001 array creation, and negative-length array creation.
15002
15003 2015-01-02 Doug Evans <xdje42@gmail.com>
15004
15005 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
15006
15007 2015-01-02 Doug Evans <dje@google.com>
15008
15009 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
15010
15011 2014-12-29 Yao Qi <yao@codesourcery.com>
15012
15013 * gdb.trace/entry-values.exp: Update comments. Rename variable
15014 bar_call_foo to returned_from_foo.
15015
15016 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
15017
15018 PR gdb/17394
15019 * gdb.linespec/break-asm-file.c: New file.
15020 * gdb.linespec/break-asm-file.exp: New file.
15021 * gdb.linespec/break-asm-file0.s: New file.
15022 * gdb.linespec/break-asm-file1.s: New file.
15023
15024 2014-12-18 Nigel Stephens <nigel@mips.com>
15025 Maciej W. Rozycki <macro@codesourcery.com>
15026
15027 * gdb.base/float.exp: Handle the new output from "info float" on
15028 MIPS targets.
15029
15030 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
15031
15032 Fix MinGW compilation.
15033 * gdb.compile/compile-ops.exp: Update untested message if
15034 !skip_compile_feature_tests.
15035 * gdb.compile/compile-setjmp.exp: Likewise.
15036 * gdb.compile/compile-tls.exp: Likewise.
15037 * gdb.compile/compile.exp: Likewise.
15038 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
15039 supported on this host".
15040
15041 2014-12-16 Doug Evans <xdje42@gmail.com>
15042
15043 * boards/stabs.exp: New file.
15044
15045 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
15046
15047 * gdb.base/completion.exp: Adjust to format changes of "maint
15048 print user-registers".
15049
15050 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
15051
15052 PR server/17457
15053 * gdb.arch/aarch64-fp.c: New file.
15054 * gdb.arch/aarch64-fp.exp: New file.
15055
15056 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
15057
15058 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
15059 r210637, r210913, r211666, r215400, r215817).
15060
15061 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
15062 * dg-extract-results.py: New file.
15063 * dg-extract-results.sh: Use it if the environment seems
15064 suitable.
15065
15066 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
15067
15068 * dg-extract-results.py (parse_run): Handle warnings that
15069 are printed before a test harness is run.
15070
15071 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
15072
15073 * dg-extract-results.py (Named): Remove __cmp__ method.
15074 (output_variation): Use a key to sort variation.harnesses.
15075
15076 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
15077
15078 * dg-extract-results.py: For Python 3, force sys.stdout to
15079 handle surrogate escape sequences.
15080 (safe_open): New function.
15081 (output_segment, main): Use it.
15082
15083 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
15084
15085 * dg-extract-results.py (Prog.result_re): Include options
15086 in test name.
15087
15088 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
15089
15090 * dg-extract-results.py (output_variation): Always sort if
15091 do_sum.
15092
15093 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
15094
15095 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
15096 as long as we get pagination notifications.
15097
15098 2014-12-15 Jason Merrill <jason@redhat.com>
15099
15100 * Makefile.in (check-gdb.%): Restore.
15101 * README: Mention it.
15102
15103 2014-12-13 Joel Brobecker <brobecker@adacore.com>
15104
15105 * gdb.ada/str_uninit: New testcase.
15106
15107 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15108
15109 PR symtab/17642
15110 * gdb.base/vla-stub-define.c: New file.
15111 * gdb.base/vla-stub.c: New file.
15112 * gdb.base/vla-stub.exp: New file.
15113
15114 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
15115 Jan Kratochvil <jan.kratochvil@redhat.com>
15116 Tom Tromey <tromey@redhat.com>
15117
15118 * configure.ac: Add gdb.compile/.
15119 * configure: Regenerate.
15120 * gdb.compile/Makefile.in: New file.
15121 * gdb.compile/compile-ops.exp: New file.
15122 * gdb.compile/compile-ops.c: New file.
15123 * gdb.compile/compile-tls.c: New file.
15124 * gdb.compile/compile-tls.exp: New file.
15125 * gdb.compile/compile-constvar.S: New file.
15126 * gdb.compile/compile-constvar.c: New file.
15127 * gdb.compile/compile-mod.c: New file.
15128 * gdb.compile/compile-nodebug.c: New file.
15129 * gdb.compile/compile-setjmp-mod.c: New file.
15130 * gdb.compile/compile-setjmp.c: New file.
15131 * gdb.compile/compile-setjmp.exp: New file.
15132 * gdb.compile/compile-shlib.c: New file.
15133 * gdb.compile/compile.c: New file.
15134 * gdb.compile/compile.exp: New file.
15135 * lib/gdb.exp (skip_compile_feature_tests): New proc.
15136
15137 2014-12-12 Tom Tromey <tromey@redhat.com>
15138
15139 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
15140 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
15141
15142 2014-12-12 Doug Evans <dje@google.com>
15143
15144 * lib/gdb-python.exp (get_python_valueof): New function.
15145 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
15146
15147 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15148
15149 * gdb.base/completion.exp: Add test for completion of "info
15150 registers ".
15151
15152 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
15153
15154 * gdb.base/func-ptrs.c: New file.
15155 * gdb.base/func-ptrs.exp: New file.
15156
15157 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
15158
15159 PR breakpoints/17012
15160 * gdb.base/dprintf-detach.c: New file.
15161 * gdb.base/dprintf-detach.exp: New file.
15162
15163 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
15164
15165 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
15166 * lib/gdb.exp (target_is_gdbserver): New procedure.
15167
15168 2014-12-08 Doug Evans <dje@google.com>
15169
15170 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
15171
15172 2014-12-05 Yao Qi <yao@codesourcery.com>
15173
15174 * gdb.guile/scm-error.exp: Remove the third argument to
15175 gdb_remote_download.
15176 * gdb.guile/scm-frame-args.exp: Likewise.
15177 * gdb.guile/scm-section-script.exp: Likewise.
15178
15179 2014-12-05 Yao Qi <yao@codesourcery.com>
15180
15181 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
15182
15183 2014-12-04 Doug Evans <dje@google.com>
15184
15185 * gdb.python/py-objfile.exp: Add tests for
15186 objfile.add_separate_debug_file.
15187
15188 2014-12-04 Doug Evans <dje@google.com>
15189
15190 * lib/gdb.exp (get_build_id): New function.
15191 (build_id_debug_filename_get): Rewrite to use it.
15192 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
15193
15194 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
15195
15196 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
15197 `method(long)', not just 0x0.
15198 * gdb.cp/nsalias.exp: Align code labels to 4.
15199 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
15200 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
15201 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
15202 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
15203 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
15204 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
15205
15206 2014-12-02 Doug Evans <dje@google.com>
15207
15208 PR symtab/17602
15209 * gdb.cp/anon-ns.cc: Move guts of this file to ...
15210 * gdb.cp/anon-ns2.cc: ... here. New file.
15211 * gdb.cp/anon-ns.exp: Update.
15212
15213 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
15214
15215 * gdb.python/py-events.py (inferior_call_handler): New.
15216 (register_changed_handler, memory_changed_handler): New.
15217 (test_events.invoke): Register new handlers.
15218 * gdb.python/py-events.exp: Add tests for inferior call,
15219 memory_changed and register_changed events.
15220
15221 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
15222
15223 * gdb.base/execl-update-breakpoints.exp: Specify the link address
15224 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
15225 if the linker doesn't understand this.
15226
15227 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
15228
15229 * gdb.python/python.exp: Change expected reply to help().
15230
15231 2014-12-01 Yao Qi <yao@codesourcery.com>
15232
15233 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
15234 AC_CONFIG_SUBDIRS(gdb.gdbtk).
15235 * configure: Re-generated.
15236
15237 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
15238
15239 * gdb.cp/chained-calls.cc: New file.
15240 * gdb.cp/chained-calls.exp: New file.
15241 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
15242
15243 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
15244
15245 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
15246 * gdb.dwarf2/symtab-producer.exp: Same.
15247 * gdb.gdb/python-interrupts.exp: Same.
15248 * gdb.gdb/python-selftest.exp: Same.
15249 * gdb.python/py-linetable.exp: Same.
15250 * gdb.python/py-type.exp: Same.
15251 * gdb.python/py-value-cc.exp: Same.
15252 * gdb.python/py-value.exp: Same.
15253
15254 2014-11-28 Yao Qi <yao@codesourcery.com>
15255
15256 * gdb.base/break-probes.exp: Match library name prefixed with
15257 sysroot.
15258
15259 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
15260
15261 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
15262 test expected output. Add parentheses for the call to print.
15263 Remove L suffix from integers.
15264
15265 2014-11-26 Doug Evans <dje@google.com>
15266
15267 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
15268
15269 2014-11-22 Yao Qi <yao@codesourcery.com>
15270
15271 * gdb.trace/entry-values.c: Remove asms.
15272 (foo): Add foo_label.
15273 (bar): Add bar_label.
15274 * gdb.trace/entry-values.exp: Remove code computing foo's
15275 length and bar's length.
15276 (Dwarf::assemble): Invoke function_range for bar and use
15277 MACRO_AT_func for foo.
15278
15279 2014-11-22 Yao Qi <yao@codesourcery.com>
15280
15281 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
15282 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
15283 Use .Lgcc43_procstart instead of gcc43.
15284
15285 2014-11-21 Joel Brobecker <brobecker@adacore.com>
15286
15287 * gdb.ada/n_arr_bound: New testcase.
15288
15289 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
15290
15291 PR breakpoints/10737
15292 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
15293 test_catch_syscall_multi_arch.
15294 (test_catch_syscall_multi_arch): New function.
15295
15296 2014-11-20 Doug Evans <xdje42@gmail.com>
15297
15298 * gdb.base/maint.exp: Update expected output.
15299
15300 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
15301
15302 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
15303 4-byte instruction on S390.
15304
15305 2014-11-19 Joel Brobecker <brobecker@adacore.com>
15306
15307 * gdb.ada/arr_arr: New testcase.
15308
15309 2014-11-19 Joel Brobecker <brobecker@adacore.com>
15310
15311 * gdb.ada/pkd_arr_elem: New Testcase.
15312
15313 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
15314
15315 * gdb.reverse/break-precsave: Expect completion message for
15316 core file reads.
15317 * gdb.reverse/consecutive-precsave.exp: Likewise.
15318 * gdb.reverse/finish-precsave.exp: Likewise.
15319 * gdb.reverse/i386-precsave.exp: Likewise.
15320 * gdb.reverse/machinestate-precsave.exp: Likewise.
15321 * gdb.reverse/sigall-precsave.exp: Likewise.
15322 * gdb.reverse/solib-precsave.exp: Likewise.
15323 * gdb.reverse/step-precsave.exp: Likewise.
15324 * gdb.reverse/until-precsave.exp: Likewise.
15325 * gdb.reverse/watch-precsave.exp: Likewise.
15326
15327 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15328
15329 * gdb.base/bp-permanent.c: Include unistd.h.
15330 * gdb.python/py-framefilter-mi.c (main): Add return type.
15331 * gdb.python/py-framefilter.c (main): Likewise.
15332 * gdb.trace/actions-changed.c (main): Likewise.
15333
15334 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15335
15336 * gdb.mi/until.c: Add eye-catchers.
15337 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
15338 line numbers.
15339
15340 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15341
15342 * gdb.base/condbreak.exp: Drop references to removed non-prototype
15343 function header variants in break1.c.
15344 * gdb.base/ena-dis-br.exp: Likewise.
15345 * gdb.base/hbreak2.exp: Likewise.
15346 * gdb.reverse/until-precsave.exp: Drop references to removed
15347 non-prototype function header variants in ur1.c.
15348 * gdb.reverse/until-reverse.exp: Likewise.
15349
15350 2014-11-17 Petr Machata <pmachata@redhat.com>
15351
15352 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
15353 ${_cu_offset_size} bytes abbrev offset.
15354
15355 2014-11-15 Doug Evans <xdje42@gmail.com>
15356
15357 PR symtab/17559
15358 * gdb.base/line-symtabs.exp: New file.
15359 * gdb.base/line-symtabs.c: New file.
15360 * gdb.base/line-symtabs.h: New file.
15361
15362 2014-11-14 Yao Qi <yao@codesourcery.com>
15363
15364 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
15365 (func): Add label func_label.
15366 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
15367 Replace low_pc and high_pc with MACRO_AT_range.
15368 Replace name, low_pc and high_pc with MACRO_AT_func.
15369
15370 2014-11-14 Yao Qi <yao@codesourcery.com>
15371
15372 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
15373 Replace name, low_pc and high_pc with MACRO_AT_func.
15374
15375 2014-11-14 Yao Qi <yao@codesourcery.com>
15376
15377 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
15378 produce debug information.
15379 * gdb.dwarf2/implptr-optimized-out.S: Removed.
15380
15381 2014-11-14 Yao Qi <yao@codesourcery.com>
15382
15383 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
15384 object and get function length.
15385 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
15386 with MACRO_AT_func.
15387 (top-level): Replace gdb_compile and clean_restart with
15388 prepare_for_testing.
15389 * gdb.dwarf2/main.c (main): Add label main_label.
15390
15391 2014-11-14 Yao Qi <yao@codesourcery.com>
15392
15393 * lib/dwarf.exp (function_range): New procedure.
15394 (Dwarf::_handle_macro_at_func): New procedure.
15395 (Dwarf::_handle_macro_at_range): New procedure.
15396 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
15397
15398 2014-11-14 Yao Qi <yao@codesourcery.com>
15399
15400 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
15401 (_handle_attribute): New procedure.
15402
15403 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15404
15405 * gdb.ada/cond_lang/foo.c (callme): Add return type.
15406 * gdb.base/call-sc.c (zed): Likewise.
15407 * gdb.base/checkpoint.c (main): Likewise.
15408 * gdb.base/dump.c (main): Likewise.
15409 * gdb.base/gcore.c (main): Likewise.
15410 * gdb.base/huge.c (main): Likewise.
15411 * gdb.base/multi-forks.c (main): Likewise.
15412 * gdb.base/pr10179-a.c (main): Likewise.
15413 * gdb.base/savedregs.c (main): Likewise.
15414 * gdb.base/sigaltstack.c (main): Likewise.
15415 * gdb.base/siginfo.c (main): Likewise.
15416 * gdb.base/structs.c (zed): Likewise.
15417 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
15418 * gdb.mi/mi-syn-frame.c (main): Likewise.
15419 * gdb.mi/until.c (foo, main): Likewise.
15420 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
15421 * gdb.base/solib-weak.c (foo): Declare.
15422 * gdb.base/attach-twice.c: Include stdio.h.
15423 * gdb.base/weaklib1.c: Likewise.
15424 * gdb.base/weaklib2.c: Likewise.
15425 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
15426 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
15427 unistd.h.
15428 * gdb.base/attach-pie-misread.c: Include stdlib.h.
15429 * gdb.mi/mi-exit-code.c: Likewise.
15430 * gdb.base/break-interp-lib.c: Include string.h.
15431 * gdb.base/coremaker.c: Likewise.
15432 * gdb.base/testenv.c: Likewise.
15433 * gdb.python/py-finish-breakpoint.c: Likewise.
15434 * gdb.base/inferior-died.c: Include sys/wait.h.
15435 * gdb.base/fileio.c: Include time.h.
15436 * gdb.base/async-shell.c: Include unistd.h.
15437 * gdb.base/dprintf-non-stop.c: Likewise.
15438 * gdb.base/info-os.c: Likewise.
15439 * gdb.mi/mi-console.c: Likewise.
15440 * gdb.mi/watch-nonstop.c: Likewise.
15441 * gdb.python/py-events.c: Likewise.
15442 * gdb.base/async.c (baz): Move up before its invocation.
15443 * gdb.base/code_elim2.c (my_global_func): Likewise.
15444 * gdb.base/skip-solib-lib.c (multiply): Likewise.
15445 * gdb.base/advance.c (func2): Likewise.
15446
15447 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15448
15449 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
15450 variant.
15451 * gdb.base/annota3.c: Likewise.
15452 * gdb.base/async.c: Likewise.
15453 * gdb.base/average.c: Likewise.
15454 * gdb.base/call-ar-st.c: Likewise.
15455 * gdb.base/call-rt-st.c: Likewise.
15456 * gdb.base/call-sc.c: Likewise.
15457 * gdb.base/call-strs.c: Likewise.
15458 * gdb.base/ending-run.c: Likewise.
15459 * gdb.base/execd-prog.c: Likewise.
15460 * gdb.base/exprs.c: Likewise.
15461 * gdb.base/foll-exec.c: Likewise.
15462 * gdb.base/foll-fork.c: Likewise.
15463 * gdb.base/foll-vfork.c: Likewise.
15464 * gdb.base/funcargs.c: Likewise.
15465 * gdb.base/gcore.c: Likewise.
15466 * gdb.base/jump.c: Likewise.
15467 * gdb.base/langs0.c: Likewise.
15468 * gdb.base/langs1.c: Likewise.
15469 * gdb.base/langs2.c: Likewise.
15470 * gdb.base/mips_pro.c: Likewise.
15471 * gdb.base/nodebug.c: Likewise.
15472 * gdb.base/opaque0.c: Likewise.
15473 * gdb.base/opaque1.c: Likewise.
15474 * gdb.base/recurse.c: Likewise.
15475 * gdb.base/run.c: Likewise.
15476 * gdb.base/scope0.c: Likewise.
15477 * gdb.base/scope1.c: Likewise.
15478 * gdb.base/setshow.c: Likewise.
15479 * gdb.base/setvar.c: Likewise.
15480 * gdb.base/shmain.c: Likewise.
15481 * gdb.base/shr1.c: Likewise.
15482 * gdb.base/shr2.c: Likewise.
15483 * gdb.base/sigall.c: Likewise.
15484 * gdb.base/signals.c: Likewise.
15485 * gdb.base/so-indr-cl.c: Likewise.
15486 * gdb.base/solib2.c: Likewise.
15487 * gdb.base/structs.c: Likewise.
15488 * gdb.base/sum.c: Likewise.
15489 * gdb.base/vforked-prog.c: Likewise.
15490 * gdb.base/watchpoint.c: Likewise.
15491 * gdb.reverse/shr2.c: Likewise.
15492 * gdb.reverse/until-reverse.c: Likewise.
15493 * gdb.reverse/ur1.c: Likewise.
15494 * gdb.reverse/watch-reverse.c: Likewise.
15495
15496 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15497
15498 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
15499 variant.
15500 * gdb.base/sepdebug.exp: Drop references to removed code.
15501
15502 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15503
15504 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
15505 variant. Preserve original line numbering.
15506 * gdb.base/list1.c: Likewise.
15507
15508 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15509
15510 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
15511 variant.
15512 * gdb.base/break1.c: Likewise.
15513 * gdb.base/break.exp: Drop references to removed code.
15514
15515 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15516
15517 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
15518 variant.
15519
15520 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15521
15522 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
15523
15524 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15525
15526 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
15527 logic into perform_all_tests() and invoke it with and without
15528 function header prototypes.
15529 (do_function_calls): Remove conditional XFAIL for PR 5318.
15530 (rerun_and_prepare): Remove duplicate code.
15531 (perform_all_tests): New. Main logic moved here.
15532
15533 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15534
15535 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
15536 code guarded by #ifdef NO_PROTOTYPES.
15537 (t_double_many_args): Likewise.
15538 (DEF_FUNC_MANY_ARGS_1): Likewise.
15539 (DEF_FUNC_VALUES_1): Likewise.
15540 (t_structs_ldc): Renamed from t_structs_fc in conditional code
15541 guarded by #ifdef PROTOTYPES.
15542
15543 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15544
15545 * gdb.mi/mi-console.c: Add eye-catcher.
15546 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
15547 instead of literal line number.
15548
15549 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15550
15551 * gdb.base/shr2.c: Add eye-catcher.
15552 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
15553 line number.
15554
15555 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15556
15557 * gdb.base/jump.c: Add eye-catchers.
15558 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
15559 numbers.
15560
15561 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15562
15563 * gdb.base/execd-prog.c: Add eye-catchers.
15564 * gdb.base/foll-exec.c: Likewise.
15565 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
15566 line numbers.
15567
15568 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15569
15570 * gdb.base/ending-run.c: Add eye-catchers.
15571 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
15572 literal line numbers.
15573
15574 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15575
15576 * gdb.base/call-rt-st.c: Add eye-catchers.
15577 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
15578 literal line numbers.
15579
15580 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15581
15582 * gdb.base/call-ar-st.c: Add eye-catchers.
15583 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
15584 literal line numbers.
15585
15586 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15587
15588 * gdb.base/average.c: Add eye-catchers.
15589 * gdb.base/sum.c: Likewise.
15590 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
15591 regexps dynamically.
15592
15593 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15594
15595 * gdb.base/solib1.c: Add eye-catchers.
15596 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
15597 literal line numbers.
15598
15599 2014-11-12 Pedro Alves <palves@redhat.com>
15600
15601 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
15602 leader has exited.
15603
15604 2014-11-12 Pedro Alves <palves@redhat.com>
15605
15606 * gdb.arch/i386-bp_permanent.c: New file.
15607 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
15608 (srcfile): Set to i386-bp_permanent.c.
15609 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
15610 that stepi does not execute the 'leave' instruction, instead of
15611 testing it does execute.
15612 * gdb.base/bp-permanent.c: New file.
15613 * gdb.base/bp-permanent.exp: New file.
15614
15615 2014-11-10 Doug Evans <xdje42@gmail.com>
15616
15617 PR symtab/17564
15618 * gdb.base/symtab-search-order.exp: New file.
15619 * gdb.base/symtab-search-order.c: New file.
15620 * gdb.base/symtab-search-order-1.c: New file.
15621 * gdb.base/symtab-search-order-shlib-1.c: New file.
15622
15623 2014-11-07 Pedro Alves <palves@redhat.com>
15624
15625 PR gdb/17511
15626 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
15627 i?86-*-linux*.
15628
15629 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
15630
15631 PR c++/17494
15632 * gdb.cp/pr17494.cc: New file.
15633 * gdb.cp/pr17494.exp: New file.
15634
15635 2014-11-02 Yao Qi <yao@codesourcery.com>
15636
15637 * gdb.python/python.exp: Get working directory and match the
15638 output of "set extended-prompt \\w " with it.
15639
15640 2014-10-30 Doug Evans <dje@google.com>
15641
15642 * gdb.python/py-objfile.exp: Add tests for setting random attributes
15643 in objfiles.
15644 * gdb.python/py-progspace.exp: Add tests for setting random attributes
15645 in progspaces.
15646
15647 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
15648
15649 * gdb.base/fullpath-expand.exp: Skip for a remote host.
15650 * gdb.base/realname-expand.exp: Likewise.
15651 * gdb.linespec/macro-relative.exp: Likewise.
15652
15653 2014-10-29 Pedro Alves <palves@redhat.com>
15654
15655 PR gdb/17408
15656 * gdb.threads/schedlock.c (some_function): New function.
15657 (call_function): New global.
15658 (MAYBE_CALL_SOME_FUNCTION): New macro.
15659 (thread_function): Call it.
15660 * gdb.threads/schedlock.exp (get_args): Add description parameter,
15661 and use it instead of a global counter. Adjust all callers.
15662 (get_current_thread): Use "find current thread" for test message
15663 here rather than having all callers pass down the same string.
15664 (goto_loop): New procedure, factored out from ...
15665 (my_continue): ... this.
15666 (step_ten_loops): Change parameter from test message to command to
15667 use. Adjust.
15668 (list_count): Delete global.
15669 (check_result): New procedure, factored out from duplicate top
15670 level code.
15671 (continue tests): Wrap in with_test_prefix.
15672 (test_step): New procedure, factored out from duplicate top level
15673 code.
15674 (top level): Test "step" in combination with all scheduler-locking
15675 modes. Test "next" in combination with all scheduler-locking
15676 modes, and in combination with stepping over a function call or
15677 not.
15678 * gdb.threads/next-bp-other-thread.c: New file.
15679 * gdb.threads/next-bp-other-thread.exp: New file.
15680
15681 2014-10-29 Pedro Alves <palves@redhat.com>
15682
15683 PR python/17372
15684 * gdb.python/python.exp: Test a multi-line command that spawns
15685 interactive Python.
15686 * gdb.base/multi-line-starts-subshell.exp: New file.
15687
15688 2014-10-29 Yao Qi <yao@codesourcery.com>
15689
15690 * gdb.base/fileio.exp: Make directories on host.
15691
15692 2014-10-29 Yao Qi <yao@codesourcery.com>
15693
15694 * gdb.base/fileio.c (test_write): Close the file.
15695
15696 2014-10-28 Pedro Alves <palves@redhat.com>
15697
15698 PR gdb/12623
15699 * gdb.base/sigstep.c (no_handler): New global.
15700 (main): If 'no_handler is true, set the signal handlers to
15701 SIG_IGN.
15702 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
15703 with_sw_watch and no_handler parameters. Handle them.
15704 (top level) <stepping over handler when stopped at a breakpoint
15705 test>: Add a test axis for testing with a software watchpoint, and
15706 another for testing with the signal handler set to SIG_IGN.
15707 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
15708 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
15709
15710 2014-10-28 Pedro Alves <palves@redhat.com>
15711
15712 PR gdb/17511
15713 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
15714 * gdb.base/sigstep.exp (other_handler_location): New global.
15715 (advance): Support stepping into the signal handler, and running
15716 commands while in the handler.
15717 (in_handler_map): New global.
15718 (top level): In the advance test, add combinations for getting
15719 into the handler with stepping commands, and for running commands
15720 in the handler. Add comment descripting the advancei tests.
15721
15722 2014-10-28 Pedro Alves <palves@redhat.com>
15723
15724 * gdb.base/sigstep.exp: Use build_executable instead of
15725 prepare_for_testing.
15726 (top level): Move code that starts GDB, runs to main and creates a
15727 display to ...
15728 (restart): ... this new procedure.
15729 (top level): Move backtrace from signal handler test to ...
15730 (validate_backtrace): ... this new procedure.
15731 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
15732 with_test_prefix. Always restart GDB.
15733 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
15734 with_test_prefix. Always restart GDB. No need to delete
15735 breakpoints after the test.
15736 (test_skip_handler): Remove prefix parameter.
15737 (skip_over_handler, breakpoint_to_handler)
15738 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
15739 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
15740 restart GDB. No need to delete breakpoints after the test.
15741 (top level): Use foreach to call the test procedures with
15742 different commands.
15743
15744 2014-10-28 Pedro Alves <palves@redhat.com>
15745
15746 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
15747 instead of GNATS numbers.
15748 * gdb.base/sigbpt.exp: Likewise.
15749 * gdb.base/siginfo.exp: Likewise.
15750 * gdb.base/sigstep.exp: Likewise.
15751
15752 2014-10-27 Pedro Alves <palves@redhat.com>
15753
15754 * gdb.base/sigstep.c (dummy): New global.
15755 (main): Issue a couple writes to the new global.
15756 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
15757 procedures.
15758 (skip_over_handler): Use test_skip_handler.
15759 (top level): Call skip_over_handler for stepi and nexti too.
15760 (breakpoint_over_handler): Use test_skip_handler.
15761 (top level): Call breakpoint_over_handler for stepi and nexti too.
15762
15763 2014-10-27 Yao Qi <yao@codesourcery.com>
15764
15765 * gdb.trace/tfile.c (adjust_function_address)
15766 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
15767 function descriptor.
15768
15769 2014-10-24 Don Breazeal <donb@codesourcery.com>
15770
15771 * gdb.base/foll-fork.exp (test_follow_fork,
15772 catch_fork_child_follow): Check for updated fork messages emitted
15773 from infrun.c.
15774 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
15775 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
15776 vfork_and_exec_child_follow_through_step): Check for updated vfork
15777 messages emitted from infrun.c.
15778
15779 2014-10-24 Pedro Alves <palves@redhat.com>
15780
15781 * gdb.base/corefile.exp: Remove references to ultrix.
15782 * gdb.base/interrupt.exp: Likewise.
15783 * gdb.base/whatis.exp: Likewise.
15784 * gdb.gdb/selftest.exp: Likewise.
15785 * gdb.threads/manythreads.exp: Likewise.
15786 * gdb.threads/print-threads.exp: Likewise.
15787 * gdb.threads/pthreads.exp:: Likewise.
15788 * gdb.threads/schedlock.exp: Likewise.
15789
15790 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
15791
15792 * gdb.cp/non-trivial-retval.cc: Add a test case.
15793 * gdb.cp/non-trivial-retval.exp: Add a test.
15794
15795 2014-10-20 Yao Qi <yao@codesourcery.com>
15796
15797 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
15798 * gdb.python/py-objfile-script-gdb.py: New file.
15799 * gdb.python/py-objfile-script.exp: Update reference to
15800 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
15801 of remote_download. Remove the dest file.
15802
15803 2014-10-20 Yao Qi <yao@codesourcery.com>
15804
15805 * gdb.base/checkpoint.exp: Don't remove file copied on host.
15806 * gdb.base/step-line.exp: Likewise.
15807 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15808 * gdb.dwarf2/dw2-basic.exp: Likewise.
15809 * gdb.dwarf2/dw2-compressed.exp: Likewise.
15810 * gdb.dwarf2/dw2-filename.exp: Likewise.
15811 * gdb.dwarf2/dw2-intercu.exp: Likewise.
15812 * gdb.dwarf2/dw2-intermix.exp: Likewise.
15813 * gdb.dwarf2/dw2-producer.exp: Likewise.
15814 * gdb.dwarf2/mac-fileno.exp: Likewise.
15815 * gdb.python/py-frame-args.exp: Likewise.
15816 * gdb.python/py-framefilter.exp: Likewise.
15817 * gdb.python/py-mi.exp: Likewise.
15818 * gdb.python/py-objfile-script.exp: Likewise
15819 * gdb.python/py-pp-integral.exp: Likewise.
15820 * gdb.python/py-pp-re-notag.exp: Likewise.
15821 * gdb.python/py-prettyprint.exp: Likewise.
15822 * gdb.python/py-section-script.exp: Likewise.
15823 * gdb.python/py-typeprint.exp: Likewise.
15824 * gdb.python/py-xmethods.exp: Likewise.
15825 * gdb.stabs/weird.exp: Likewise.
15826 * gdb.xml/tdesc-regs.exp: Likewise.
15827
15828 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
15829
15830 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
15831 (out_cu): Use addr_len for the size of addresses.
15832 (out_line): Likewise. Size DW_LNE_set_address instruction
15833 according to addr_len.
15834 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
15835 (FUNC): Add START_INSNS to definition.
15836
15837 2014-10-18 Yao Qi <yao@codesourcery.com>
15838
15839 * gdb.base/argv0-symlink.exp: Check argv[0] value if
15840 gdb_has_argv0 return true.
15841 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
15842 check [target_info exists noargs], check [gdb_has_argv0]
15843 instead.
15844 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
15845 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
15846 procedures.
15847
15848 2014-10-17 Doug Evans <dje@google.com>
15849
15850 * gdb.python/py-events.exp: Update expected output for clear_objfiles
15851 event.
15852 * gdb.python/py-events.py: Add clear_objfiles event.
15853
15854 2014-10-17 Doug Evans <dje@google.com>
15855
15856 * gdb.python/py-objfile.exp: Test progspace attribute.
15857
15858 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
15859
15860 * gdb.guile/scm-breakpoint.exp: Do not assume any
15861 directory separators when matching source file paths.
15862 * gdb.python/py-breakpoint.exp: Likewise.
15863 * gdb.reverse/break-precsave.exp: Likewise.
15864 * gdb.reverse/break-reverse.exp: Likewise.
15865 * gdb.reverse/consecutive-precsave.exp: Likewise.
15866 * gdb.reverse/finish-precsave.exp: Likewise.
15867 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
15868 * gdb.reverse/finish-reverse.exp: Likewise.
15869 * gdb.reverse/i386-precsave.exp: Likewise.
15870 * gdb.reverse/i387-env-reverse.exp: Likewise.
15871 * gdb.reverse/i387-stack-reverse.exp: Likewise.
15872 * gdb.reverse/machinestate-precsave.exp: Likewise.
15873 * gdb.reverse/machinestate.exp: Likewise.
15874 * gdb.reverse/sigall-precsave.exp: Likewise.
15875 * gdb.reverse/solib-precsave.exp: Likewise.
15876 * gdb.reverse/step-precsave.exp: Likewise.
15877 * gdb.reverse/until-precsave.exp: Likewise.
15878 * gdb.reverse/watch-precsave.exp: Likewise.
15879 * gdb.reverse/watch-reverse.exp: Likewise.
15880
15881 2014-10-17 Yao Qi <yao@codesourcery.com>
15882
15883 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
15884 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
15885
15886 2014-10-17 Pedro Alves <palves@redhat.com>
15887
15888 PR gdb/17471
15889 * gdb.base/bg-execution-repeat.c: New file.
15890 * gdb.base/bg-execution-repeat.exp: New file.
15891
15892 2014-10-17 Pedro Alves <palves@redhat.com>
15893
15894 PR gdb/17300
15895 * gdb.base/continue-all-already-running.c: New file.
15896 * gdb.base/continue-all-already-running.exp: New file.
15897
15898 2014-10-17 Pedro Alves <palves@redhat.com>
15899
15900 PR gdb/17472
15901 * gdb.base/annota-input-while-running.c: New file.
15902 * gdb.base/annota-input-while-running.exp: New file.
15903
15904 2014-10-17 Pedro Alves <palves@redhat.com>
15905
15906 * gdb.base/callfuncs.exp: emove references to osf.
15907 * gdb.base/sigall.exp: Likewise.
15908 * gdb.gdb/selftest.exp: Likewise.
15909 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
15910 * gdb.mi/non-stop.c: Likewise.
15911 * gdb.mi/pthreads.c: Likewise.
15912 * gdb.reverse/sigall-precsave.exp: Likewise.
15913 * gdb.reverse/sigall-reverse.exp: Likewise.
15914 * gdb.threads/pthreads.c: Likewise.
15915 * gdb.threads/pthreads.exp: Likewise.
15916
15917 2014-10-17 Yao Qi <yao@codesourcery.com>
15918
15919 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
15920 check 'target_info exists noargs'.
15921 (test_command_prompt_position): Likewise.
15922 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
15923 Remove "set args".
15924 (progvar_simple_while_test): Likewise.
15925 (progvar_complex_if_while_test): Likewise.
15926 (if_while_breakpoint_command_test): Likewise.
15927 (infrun_breakpoint_command_test): Likewise.
15928 (breakpoint_command_test): Likewise.
15929 (watchpoint_command_test): Likewise.
15930 (bp_deleted_in_command_test): Likewise.
15931 (temporary_breakpoint_commands): Likewise.
15932
15933 2014-10-16 Yao Qi <yao@codesourcery.com>
15934
15935 * gdb.base/remotetimeout.exp: Remove noargs checking.
15936
15937 2014-10-15 Pedro Alves <palves@redhat.com>
15938
15939 PR breakpoints/9649
15940 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
15941 * gdb.base/breakpoint-in-ro-region.exp
15942 (probe_target_hardware_step): New procedure.
15943 (top level): Probe hardware stepping and hardware breakpoint
15944 support. Test stepping through a read-only region, with both
15945 "breakpoint auto-hw" on and off and both "always-inserted" on and
15946 off.
15947
15948 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
15949
15950 * gdb.dlang/demangle.exp: Update for demangling changes.
15951
15952 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15953
15954 * gdb.cp/non-trivial-retval.cc: Add new test cases.
15955 * gdb.cp/non-trivial-retval.exp: Add new tests.
15956
15957 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15958
15959 PR c++/13403
15960 PR c++/15154
15961 * gdb.cp/non-trivial-retval.cc: New file.
15962 * gdb.cp/non-trivial-retval.exp: New file.
15963
15964 2014-10-15 Yao Qi <yao@codesourcery.com>
15965
15966 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
15967 remote host.
15968
15969 2014-10-15 Yao Qi <yao@codesourcery.com>
15970
15971 * gdb.python/py-symbol.exp: Match file base name if host is
15972 remote, otherwise match file name with dir name.
15973 * gdb.python/py-symtab.exp: Likewise.
15974 * gdb.python/python.exp: Likewise.
15975
15976 2014-10-15 Yao Qi <yao@codesourcery.com>
15977
15978 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
15979 pattern.
15980 * gdb.python/py-symtab.exp: Likewise.
15981 * gdb.python/python.exp: Remove trailing ".*". Fix typo
15982 locationn.
15983
15984 2014-10-14 Joel Brobecker <brobecker@adacore.com>
15985
15986 * gdb.ada/addr_arith: New testcase.
15987
15988 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
15989
15990 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
15991 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
15992 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
15993 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
15994
15995 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
15996
15997 * gdb.arch/stap-eval-lang-ada.S: Likewise.
15998 * gdb.arch/stap-eval-lang-ada.c: Likewise.
15999 * gdb.arch/stap-eval-lang-ada.exp: New file.
16000
16001 2014-10-14 Yao Qi <yao@codesourcery.com>
16002
16003 * gdb.mi/mi-var-child.c (nothing1): New function.
16004 (nothing2): New function.
16005 (do_children_tests): Set function pointers by nothing1 and
16006 nothing2.
16007 * gdb.mi/mi-var-child.exp: Step over new added statements.
16008 Update test to match the new output.
16009 * gdb.mi/var-cmd.c (nothing1): New function.
16010 (nothing2): New function.
16011 (do_children_tests): Set function pointers by nothing1 and
16012 nothing2.
16013 * gdb.mi/mi-var-display.exp: Update test to match output.
16014 Step to the line specified by $line_dct_nothing.
16015 Increase the number of lines to step.
16016
16017 2014-10-14 Yao Qi <yao@codesourcery.com>
16018
16019 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
16020 tests.
16021 * gdb.mi/mi2-var-child.exp: Likewise.
16022
16023 2014-10-13 Doug Evans <dje@google.com>
16024
16025 * gdb.python/py-objfile.exp: Change name of file name test.
16026
16027 2014-10-13 Doug Evans <dje@google.com>
16028
16029 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
16030 from the start of the CU.
16031
16032 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16033 Yao Qi <yao@codesourcery.com>
16034
16035 Fix "save breakpoints" for "catch" command.
16036 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
16037 Remove -nonewline. Match also the added "main" line.
16038
16039 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16040
16041 Fix "save breakpoints" for "disable $bpnum" command.
16042 * gdb.base/save-bp.c (main): Add label.
16043 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
16044
16045 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16046
16047 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
16048
16049 2014-10-11 Yao Qi <yao@codesourcery.com>
16050
16051 * gdb.server/server-kill.exp: Execute command
16052 "set remote trace-status-packet on" before "tstatus".
16053
16054 2014-10-11 Yao Qi <yao@codesourcery.com>
16055
16056 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
16057 (main): Call getppid.
16058 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
16059 and continue to it. Read variable "server_pid".
16060
16061 2014-10-11 Yao Qi <yao@codesourcery.com>
16062
16063 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
16064
16065 2014-10-11 Yao Qi <yao@codesourcery.com>
16066
16067 * gdb.threads/thread-find.exp: Don't execute command
16068 "info threads".
16069 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
16070 * gdb.threads/linux-dp.exp: Don't check the condition
16071 $threads_created equals to zero.
16072
16073 2014-10-10 Pedro Alves <palves@redhat.com>
16074
16075 * gdb.base/bigcore.exp: Remove references to IRIX.
16076 * gdb.base/funcargs.exp: Likewise.
16077 * gdb.base/interrupt.exp: Likewise.
16078 * gdb.base/mips_pro.exp: Likewise.
16079 * gdb.base/nodebug.exp: Likewise.
16080 * gdb.base/setvar.exp: Likewise.
16081 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
16082
16083 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
16084 Pedro Alves <palves@redhat.com>
16085
16086 PR symtab/14466
16087 * gdb.base/vdso-warning.c: New file.
16088 * gdb.base/vdso-warning.exp: New file.
16089
16090 2014-10-02 Doug Evans <dje@google.com>
16091
16092 * gdb.base/structs.c (main): Don't run forever.
16093
16094 2014-10-02 Pedro Alves <palves@redhat.com>
16095
16096 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
16097 (top level) <stop threads 1, stop threads 2>: Use it.
16098
16099 2014-10-02 Pedro Alves <palves@redhat.com>
16100
16101 * gdb.threads/break-while-running.exp (test): Add new
16102 'update_thread_list' argument. Skip "info threads" if false.
16103 (top level): Add new 'update_thread_list' axis.
16104
16105 2014-10-02 Pedro Alves <palves@redhat.com>
16106
16107 PR breakpoints/17431
16108 * gdb.base/execl-update-breakpoints.c: New file.
16109 * gdb.base/execl-update-breakpoints.exp: New file.
16110
16111 2014-10-01 Pedro Alves <palves@redhat.com>
16112
16113 * gdb.base/breakpoint-in-ro-region.c: New file.
16114 * gdb.base/breakpoint-in-ro-region.exp: New file.
16115
16116 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
16117
16118 * gdb.mi/mi-exit-code.exp: New file.
16119 * gdb.mi/mi-exit-code.c: New file.
16120
16121 2014-09-30 Yao Qi <yao@codesourcery.com>
16122
16123 * lib/prelink-support.exp (build_executable_own_libs): Error if
16124 the target isn't native.
16125
16126 2014-09-30 Yao Qi <yao@codesourcery.com>
16127
16128 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
16129 false.
16130
16131 2014-09-22 Pedro Alves <palves@redhat.com>
16132
16133 * gdb.threads/break-while-running.exp: New file.
16134 * gdb.threads/break-while-running.c: New file.
16135
16136 2014-09-19 Yao Qi <yao@codesourcery.com>
16137
16138 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
16139 Invoke test. Restart GDB with --readnow and invoke test again.
16140
16141 2014-09-19 Yao Qi <yao@codesourcery.com>
16142
16143 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
16144 proc set_breakpoint_on_gcd_function. Invoke
16145 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
16146 invoke set_breakpoint_on_gcd_function again.
16147
16148 2014-09-18 Doug Evans <dje@google.com>
16149
16150 * gdb.dwarf2/symtab-producer.exp: New file.
16151
16152 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
16153
16154 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
16155 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
16156 * gdb.base/global-var-nested-by-dso.c: Likewise.
16157 * gdb.base/global-var-nested-by-dso.exp: Likewise.
16158
16159 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
16160 Pedro Alves <palves@redhat.com>
16161
16162 * gdb.base/watch-bitfields.exp: Pass string other than test file
16163 name to prepare_for_testing.
16164 (watch): New procedure.
16165 (expect_watchpoint): Use with_test_prefix.
16166 (top level): Factor out tests to ...
16167 (test_watch_location, test_regular_watch): ... these new
16168 procedures, and use with_test_prefix and gdb_continue_to_end.
16169
16170 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
16171
16172 PR breakpoints/12526
16173 * gdb.base/watch-bitfields.exp: New file.
16174 * gdb.base/watch-bitfields.c: New file.
16175
16176 2014-09-16 Pedro Alves <palves@redhat.com>
16177
16178 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
16179 software and hardware addresses, not software address against
16180 itself.
16181
16182 2014-09-16 Pedro Alves <palves@redhat.com>
16183
16184 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
16185 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
16186
16187 2014-09-16 Pedro Alves <palves@redhat.com>
16188
16189 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
16190 files.
16191 * gdb.base/a2-run.exp: Remove all code guarded by istarget
16192 "*-*-vxworks*" throughout.
16193 * gdb.base/break.exp: Likewise.
16194 * gdb.base/default.exp: Likewise.
16195 * gdb.base/scope.exp: Likewise.
16196 * gdb.base/sepdebug.exp: Likewise.
16197 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
16198 throughout.
16199 * gdb.base/run.c: Likewise.
16200 * gdb.base/sepdebug.c: Likewise.
16201 * gdb.hp/gdb.aCC/run.c: Likewise.
16202 * gdb.reverse/until-reverse.c: Likewise.
16203 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
16204
16205 2014-09-16 Yao Qi <yao@codesourcery.com>
16206
16207 * boards/local-remote-host-native.exp: New file.
16208
16209 2014-09-14 Doug Evans <xdje42@gmail.com>
16210
16211 * gdb.threads/queue-signal.c (thread_count): New variable.
16212 (thread_count_mutex, thread_count_condvar): New variables.
16213 (incr_thread_count, wait_all_threads_running): New functions.
16214 (main): Wait for all threads to be in their thread functions.
16215
16216 2014-09-13 Doug Evans <xdje42@gmail.com>
16217
16218 * gdb.threads/queue-signal.c: New file.
16219 * gdb.threads/queue-signal.exp: New file.
16220
16221 2014-09-13 Doug Evans <xdje42@gmail.com>
16222
16223 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
16224 be consistent with what default_gdb_init uses.
16225 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
16226 the plain text of the prompt. Add some logging printfs.
16227 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
16228
16229 2014-09-12 Pedro Alves <palves@redhat.com>
16230
16231 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
16232 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
16233 * gdb.arch/i386-size-overlap.exp: Likewise.
16234 * gdb.arch/i386-size.exp: Likewise.
16235 * gdb.arch/i386-unwind.exp: Likewise.
16236 * gdb.base/a2-run.exp: Likewise.
16237 * gdb.base/break.exp: Likewise.
16238 * gdb.base/charset.exp: Likewise.
16239 * gdb.base/chng-syms.exp: Likewise.
16240 * gdb.base/commands.exp: Likewise.
16241 * gdb.base/dbx.exp: Likewise.
16242 * gdb.base/find.exp: Likewise.
16243 * gdb.base/funcargs.exp: Likewise.
16244 * gdb.base/jit-simple.exp: Likewise.
16245 * gdb.base/reread.exp: Likewise.
16246 * gdb.base/sepdebug.exp: Likewise.
16247 * gdb.base/step-bt.exp: Likewise.
16248 * gdb.cp/mb-inline.exp: Likewise.
16249 * gdb.cp/mb-templates.exp: Likewise.
16250 * gdb.objc/basicclass.exp: Likewise.
16251 * gdb.threads/killed.exp: Likewise.
16252
16253 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16254
16255 PR tdep/17379
16256 * gdb.arch/powerpc-stackless.S: New file.
16257 * gdb.arch/powerpc-stackless.exp: New file.
16258
16259 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16260
16261 * gdb.base/attach.c: Include unistd.h.
16262 (main): Call alarm. Add label postloop.
16263 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
16264 gdb_breakpoint, gdb_continue_to_breakpoint.
16265 (test_command_line_attach_run): Kill ${testpid} in one exit path.
16266
16267 2014-09-11 Pedro Alves <palves@redhat.com>
16268
16269 PR gdb/17347
16270 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
16271 * gdb.base/attach.exp (test_command_line_attach_run): New
16272 procedure.
16273 (top level): Call it.
16274
16275 2014-09-11 Pedro Alves <palves@redhat.com>
16276
16277 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
16278 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
16279 (do_command_attach_tests): Use spawn_wait_for_attach.
16280 * gdb.base/solib-overlap.exp: Likewise.
16281 * gdb.multi/multi-attach.exp: Likewise.
16282 * gdb.python/py-prompt.exp: Likewise.
16283 * gdb.python/py-sync-interp.exp: Likewise.
16284 * gdb.server/ext-attach.exp: Likewise.
16285
16286 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
16287
16288 * gdb.fortran/array-element.exp: Remove unexpected "continue"
16289 command in testcase. Simplify testcase.
16290
16291 2014-09-10 Joel Brobecker <brobecker@adacore.com>
16292
16293 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
16294
16295 2014-09-10 Joel Brobecker <brobecker@adacore.com>
16296
16297 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
16298
16299 2014-09-10 Joel Brobecker <brobecker@adacore.com>
16300
16301 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
16302
16303 2014-09-10 Joel Brobecker <brobecker@adacore.com>
16304
16305 * gdb.dwarf2/dynarr-ptr.c: New file.
16306 * gdb.dwarf2/dynarr-ptr.exp: New file.
16307
16308 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16309
16310 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
16311 of 30 rather than hardcoding 120 for a slow test case. Take the
16312 `gdb,timeout' target setting into account for this calculation.
16313 Don't extend the timeout for the test cases that don't need it.
16314
16315 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16316
16317 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
16318 a factor of 2 for a slow test case. Take the `gdb,timeout'
16319 target setting into account for this calculation.
16320 * gdb.reverse/until-precsave.exp: Increase the timeout by
16321 a factor of 15 and 3 respectively rather than adding 120
16322 for a pair of slow test cases. Take the `gdb,timeout'
16323 target setting into account for this calculation.
16324
16325 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16326
16327 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
16328 timeout, don't pass one down to gdb_expect.
16329 (gdb_expect): Rework timeout selection.
16330
16331 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16332
16333 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
16334 exception on timeout.
16335 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
16336 (gdbserver_start_extended): Catch any `gdbserver_start' error
16337 exceptions.
16338 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
16339 * lib/mi-support.exp (mi_gdb_target_load): Catch any
16340 `gdbserver_gdb_load' error exceptions.
16341
16342 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16343
16344 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
16345 120 on waiting for the TCP socket to open.
16346
16347 2014-09-09 Doug Evans <xdje42@gmail.com>
16348
16349 * gdb.base/default.exp (show_conv_list): Add _caller_is,
16350 _caller_matches, _any_caller_is, _any_caller_matches.
16351
16352 2014-09-09 Doug Evans <xdje42@gmail.com>
16353
16354 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
16355
16356 2014-09-09 Yao Qi <yao@codesourcery.com>
16357
16358 * gdb.mi/mi-var-display.exp: Set print symbol off.
16359
16360 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
16361
16362 PR gdb/17035
16363 * gdb.base/commands.exp: Add tests to verify user-defined
16364 commands with empty bodies.
16365 * gdb.python/py-cmd.exp: Test that we don't show user-defined
16366 python commands in `show user command`.
16367 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
16368 scheme commands in `show user command`.
16369
16370 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16371
16372 PR python/17355
16373 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
16374 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
16375 * gdb.python/py-framefilter-invalidarg.exp: New file.
16376 * gdb.python/py-framefilter-invalidarg.py: New file.
16377
16378 2014-09-06 Doug Evans <xdje42@gmail.com>
16379
16380 PR 15276
16381 * gdb.python/py-caller-is.c: New file.
16382 * gdb.python/py-caller-is.exp: New file.
16383
16384 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
16385
16386 PR gdb/17235
16387 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
16388 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
16389
16390 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
16391
16392 PR fortran/17237
16393 * gdb.fortran/print-formatted.exp: New file.
16394 * gdb.fortran/print-formatted.f90: Likewise.
16395
16396 2014-09-03 Sasha Smundak <asmundak@google.com>
16397
16398 * gdb.python/py-frame.exp: Test Frame.read_register.
16399
16400 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
16401
16402 PR python/16699
16403 * gdb.python/py-completion.exp: New file.
16404 * gdb.python/py-completion.py: Likewise.
16405
16406 2014-08-28 Doug Evans <dje@google.com>
16407
16408 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
16409 eax,etc. are live with values set by gdb and thus the compiler can't
16410 use them.
16411 * gdb.arch/i386-pseudo.c (main): Ditto.
16412
16413 2014-08-27 Doug Evans <dje@google.com>
16414
16415 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
16416
16417 2014-08-25 Doug Evans <dje@google.com>
16418
16419 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
16420 (main): Ditto.
16421
16422 2014-08-25 Doug Evans <dje@google.com>
16423
16424 * gdb.threads/thread-execl.exp: #include <stdio.h>.
16425
16426 2014-08-24 Yao Qi <yao@codesourcery.com>
16427
16428 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
16429 symbol off.
16430 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
16431
16432 2014-08-22 Doug Evans <dje@google.com>
16433
16434 PR 17276
16435 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
16436 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
16437 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
16438
16439 2014-08-22 Yao Qi <yao@codesourcery.com>
16440
16441 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
16442 * gdb.python/py-finish-breakpoint2.exp: Likewise.
16443 * gdb.python/python.exp: Likewise. Use .py file on the host
16444 instead of the build.
16445
16446 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16447
16448 * gdb.threads/gcore-stale-thread.c: New file.
16449 * gdb.threads/gcore-stale-thread.exp: New file.
16450
16451 2014-08-21 Pedro Alves <palves@redhat.com>
16452
16453 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
16454 * gdb.base/gcore-relro-pie.exp: Likewise.
16455 * gdb.base/gcore-relro.exp: Likewise.
16456 * gdb.base/gcore.exp: Likewise.
16457 * gdb.base/print-symbol-loading.exp: Likewise.
16458 * gdb.threads/gcore-thread.exp: Likewise.
16459 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
16460
16461 2014-08-20 Pedro Alves <palves@redhat.com>
16462 Jan Kratochvil <jan.kratochvil@redhat.com>
16463
16464 * Makefile.in (EXTRA_RULES, CC): New variables, get from
16465 configure.
16466 (EXPECT): Handle READ1 being set.
16467 (all): Depend on EXTRA_RULES.
16468 (check-read1, expect-read1, read1.so, read1): New rules.
16469 * README (Testsuite Parameters): Document the READ1 make variable.
16470 (Race detection): New section.
16471 * configure: Regenerate.
16472 * configure.ac: If build==host==target, and running under a
16473 GNU/glibc system, add read1 to the extra Makefile rules.
16474 (EXTRA_RULES): AC_SUBST it.
16475 * lib/read1.c: New file.
16476
16477 2014-08-20 Joel Brobecker <brobecker@adacore.com>
16478
16479 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
16480 the handling of variables declared as a typedef to an array
16481 which a DW_AT_data_location attribute.
16482
16483 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
16484 Pedro Alves <palves@redhat.com>
16485
16486 PR symtab/14604
16487 PR symtab/14605
16488 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
16489 gdb_test.
16490
16491 2014-08-19 Pedro Alves <palves@redhat.com>
16492
16493 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
16494
16495 2014-08-19 Yao Qi <yao@codesourcery.com>
16496
16497 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
16498 right line.
16499
16500 2014-08-18 David Blaikie <dblaikie@gmail.com>
16501
16502 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
16503
16504 2014-08-18 Joel Brobecker <brobecker@adacore.com>
16505
16506 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
16507 attribute in array range.
16508
16509 2014-08-18 Joel Brobecker <brobecker@adacore.com>
16510
16511 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
16512
16513 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
16514
16515 PR c++/17132
16516 * gdb.cp/pr17132.cc: New file.
16517 * gdb.cp/pr17132.exp: New file.
16518
16519 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
16520
16521 * gdb.python/py-xmethods.py (A_getarrayind)
16522 (E_method_char_worker.__call__, E_method_int_worker.__call__):
16523 Use 'print' with function call syntax.
16524 (E_method_matcher.match): Fix tab vs space indentation mixup.
16525
16526 2014-08-15 Yao Qi <yao@codesourcery.com>
16527
16528 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
16529 false.
16530
16531 2014-08-15 Yao Qi <yao@codesourcery.com>
16532
16533 * gdb.cp/casts.exp: Set print symbol off.
16534 * gdb.cp/class2.exp: Likewise.
16535 * gdb.cp/overload.exp: Likewise.
16536 * gdb.cp/templates.exp: Likewise.
16537
16538 2014-08-11 Doug Evans <dje@google.com>
16539
16540 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
16541 (test_load_shlib): Update.
16542
16543 2014-08-09 Yao Qi <yao@codesourcery.com>
16544
16545 * gdb.base/display.exp: Invoke is_address_zero_readable.
16546 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
16547 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
16548 * gdb.base/hbreak-unmapped.exp: Return if
16549 is_address_zero_readable returns true.
16550 * gdb.base/signest.exp: Likewise.
16551 * gdb.base/signull.exp: Likewise.
16552 * gdb.base/sigbpt.exp: Likewise.
16553 * gdb.guile/scm-disasm.exp: Do the test if
16554 is_address_zero_readable returns false.
16555 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
16556 * gdb.python/py-arch.exp: Likewise.
16557 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
16558 * lib/gdb.exp (is_address_zero_readable): New proc.
16559
16560 2014-08-09 Yao Qi <yao@codesourcery.com>
16561
16562 PR testsuite/13443
16563 * gdb.mi/mi-var-display.exp: Make test messages unique.
16564
16565 2014-08-04 Tom Tromey <tromey@redhat.com>
16566
16567 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
16568 target 0".
16569
16570 2014-08-04 Tom Tromey <tromey@redhat.com>
16571
16572 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
16573 "target_resume".
16574
16575 2014-08-01 Joel Brobecker <brobecker@adacore.com>
16576
16577 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
16578 inner_vla_struct_object_size.
16579 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
16580 as xfail.
16581
16582 2014-07-30 Pedro Alves <palves@redhat.com>
16583
16584 * gdb.threads/signal-command-handle-nopass.exp (test): Add
16585 comment.
16586
16587 2014-07-29 Yao Qi <yao@codesourcery.com>
16588
16589 PR gdb/17206
16590 * gdb.base/until-nodebug.exp: New.
16591
16592 2014-07-28 Doug Evans <xdje42@gmail.com>
16593
16594 PR guile/17203
16595 * gdb.guile/scm-parameter.exp: Add tests for trying to create
16596 previously existing parameter, and previously ambiguously spelled
16597 parameter.
16598
16599 2014-07-28 Will Newton <will.newton@linaro.org>
16600
16601 * gdb.base/varargs.exp: Remove KFAILs for ARM.
16602
16603 2014-07-26 Ludovic Courtès <ludo@gnu.org>
16604 Doug Evans <xdje42@gmail.com>
16605
16606 PR guile/17146
16607 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
16608
16609 2014-07-25 Pedro Alves <palves@redhat.com>
16610
16611 * gdb.threads/signal-command-handle-nopass.c: New file.
16612 * gdb.threads/signal-command-handle-nopass.exp: New file.
16613 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
16614 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
16615 * gdb.threads/signal-delivered-right-thread.c: New file.
16616 * gdb.threads/signal-delivered-right-thread.exp: New file.
16617
16618 2014-07-25 Pedro Alves <palves@redhat.com>
16619
16620 * gdb.base/double-prompt-target-event-error.exp
16621 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
16622 match.
16623 (cancel_pagination_in_target_event): Rework double prompt
16624 detection.
16625 * gdb.base/paginate-after-ctrl-c-running.exp
16626 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
16627 <return>' match.
16628 * gdb.base/paginate-bg-execution.exp
16629 (test_bg_execution_pagination_return)
16630 (test_bg_execution_pagination_cancel): Remove '-notransfer
16631 <return>' matches.
16632 * gdb.base/paginate-execution-startup.exp
16633 (test_fg_execution_pagination_return)
16634 (test_fg_execution_pagination_cancel): Remove '-notransfer
16635 <return>' matches.
16636 * gdb.base/paginate-inferior-exit.exp
16637 (test_paginate_inferior_exited): Remove '-notransfer <return>'
16638 match.
16639 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
16640 * lib/gdb.exp (pagination_prompt): Run text through
16641 string_to_regexp.
16642 (gdb_test_multiple): Match $pagination_prompt instead of
16643 "<return>".
16644 (string_to_regexp): Move to lib/gdb-utils.exp.
16645
16646 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16647
16648 * gdb.arch/amd64-entry-value-paramref.S: New file.
16649 * gdb.arch/amd64-entry-value-paramref.cc: New file.
16650 * gdb.arch/amd64-entry-value-paramref.exp: New file.
16651 * gdb.arch/amd64-optimout-repeat.S: New file.
16652 * gdb.arch/amd64-optimout-repeat.c: New file.
16653 * gdb.arch/amd64-optimout-repeat.exp: New file.
16654
16655 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16656
16657 PR gdb/17170
16658 * gdb.base/statistics.exp: New file.
16659
16660 2014-07-17 Doug Evans <dje@google.com>
16661
16662 PR gdb/17170
16663 * gdb.base/maint.exp: Update testing of per-command stats.
16664
16665 2014-07-16 Pedro Alves <palves@redhat.com>
16666
16667 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
16668 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
16669 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
16670 (tfile_write_buf): New functions.
16671 (add_memory_block): Rewrite using the above.
16672 (adjust_function_address): New function.
16673 (FUNCTION_ADDRESS): New macro.
16674 (write_basic_trace_file): Remove short_x local, and use
16675 tfile_write_16. Change type of func_addr local to unsigned long
16676 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
16677 here. Cast argument of add_memory_block to char pointer.
16678 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
16679 (main): Remove parameters.
16680 * gdb.trace/tfile.exp: Remove nowarnings.
16681
16682 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
16683
16684 * gdb.base/debug-expr.exp: Test string evaluation with
16685 "debug expression" on.
16686
16687 2014-07-15 Pedro Alves <palves@redhat.com>
16688
16689 * gdb.base/reread.exp: Use clean_restart.
16690
16691 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
16692
16693 * gdb.arch/avr-flash-qualifer.c: New.
16694 * gdb.arch/avr-flash-qualifer.exp: New.
16695
16696 2014-07-14 Pedro Alves <palves@redhat.com>
16697
16698 * gdb.base/paginate-after-ctrl-c-running.c: New file.
16699 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
16700
16701 2014-07-14 Pedro Alves <palves@redhat.com>
16702
16703 * gdb.base/double-prompt-target-event-error.c: New file.
16704 * gdb.base/double-prompt-target-event-error.exp: New file.
16705
16706 2014-07-14 Pedro Alves <palves@redhat.com>
16707
16708 PR gdb/17072
16709 * gdb.base/paginate-inferior-exit.c: New file.
16710 * gdb.base/paginate-inferior-exit.exp: New file.
16711
16712 2014-07-14 Pedro Alves <palves@redhat.com>
16713
16714 PR gdb/17072
16715 * gdb.base/paginate-bg-execution.c: New file.
16716 * gdb.base/paginate-bg-execution.exp: New file.
16717
16718 2014-07-14 Pedro Alves <palves@redhat.com>
16719
16720 PR gdb/17072
16721 * gdb.base/paginate-execution-startup.c: New file.
16722 * gdb.base/paginate-execution-startup.exp: New file.
16723 * lib/gdb.exp (pagination_prompt): New global.
16724 (default_gdb_spawn): New procedure, factored out from
16725 default_gdb_spawn.
16726 (default_gdb_start): Adjust to call default_gdb_spawn.
16727 (gdb_spawn): New procedure.
16728
16729 2014-07-14 Pedro Alves <palves@redhat.com>
16730
16731 * lib/gdb.exp (gdb_assert): New procedure.
16732 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
16733
16734 2014-07-14 Pedro Alves <palves@redhat.com>
16735
16736 * gdb.base/execution-termios.c: New file.
16737 * gdb.base/execution-termios.exp: New file.
16738
16739 2014-07-14 Tom Tromey <tromey@redhat.com>
16740
16741 * gdb.cp/vla-cxx.cc: New file.
16742 * gdb.cp/vla-cxx.exp: New file.
16743
16744 2014-07-14 Tom Tromey <tromey@redhat.com>
16745
16746 * gdb.reverse/rerun-prec.c: New file.
16747 * gdb.reverse/rerun-prec.exp: New file.
16748
16749 2014-07-12 Maciej W. Rozycki <macro@mips.com>
16750 Maciej W. Rozycki <macro@codesourcery.com>
16751
16752 * lib/gdb-utils.exp: New file.
16753 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
16754 inline `gdb_init_command' processing.
16755 (gdb_start_cmd): Likewise.
16756 * lib/mi-support.exp (mi_run_cmd): Likewise.
16757 * README: Document `gdb_init_command' and `gdb_init_commands'.
16758
16759 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16760
16761 Fix false FAIL running under a very long directory name.
16762 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
16763 and "set print elements 10000". Twice.
16764
16765 2014-07-11 Yao Qi <yao@codesourcery.com>
16766
16767 * gdb.base/exprs.exp: "set print symbol off".
16768
16769 2014-07-11 Pedro Alves <palves@redhat.com>
16770
16771 * gdb.threads/kill.c: New file.
16772 * gdb.threads/kill.exp: New file.
16773
16774 2014-07-10 Yao Qi <yao@codesourcery.com>
16775
16776 * gdb.trace/tfile.c (write_basic_trace_file)
16777 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
16778 address written to trace file.
16779
16780 2014-07-09 Pedro Alves <palves@redhat.com>
16781
16782 * gdb.base/attach-wait-input.exp: New file.
16783 * gdb.base/attach-wait-input.c: New file.
16784
16785 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
16786
16787 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
16788 setting up test structures.
16789 (main): Call new test function.
16790 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
16791 test function, continue into test function and walk test
16792 structures.
16793
16794 2014-07-02 Yao Qi <yao@codesourcery.com>
16795
16796 * gdb.trace/entry-values.c: Define labels 'foo_start' and
16797 'bar_start' at the beginning of functions 'foo' and 'bar'
16798 respectively.
16799 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
16800 instead of 'foo' and 'bar'.
16801
16802 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
16803
16804 * gdb.btrace/segv.exp: New.
16805 * gdb.btrace/segv.c: New.
16806
16807 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
16808
16809 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
16810 instruction.
16811
16812 2014-06-30 Mark Wielaard <mjw@redhat.com>
16813
16814 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
16815 vulture, vilify, villar): New volatile array constants.
16816 (vindictive, vegetation): New const volatile array constants.
16817 * gdb.base/volatile.exp: Test volatile and const volatile array
16818 types.
16819
16820 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
16821
16822 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
16823 target lacks support for awatch, rwatch, or hbreak.
16824
16825 2014-06-27 Yao Qi <yao@codesourcery.com>
16826
16827 * gdb.multi/dummy-frame-restore.exp: New.
16828 * gdb.multi/dummy-frame-restore.c: New.
16829
16830 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
16831
16832 * gdb.btrace/gcore.exp: New.
16833
16834 2014-06-23 Pedro Alves <palves@redhat.com>
16835
16836 * gdb.base/watchpoint-reuse-slot.c: New file.
16837 * gdb.base/watchpoint-reuse-slot.exp: New file.
16838
16839 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
16840
16841 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
16842 progspace's filename in 'info', 'enable' and 'disable' command
16843 tests.
16844
16845 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
16846
16847 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
16848 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
16849 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
16850
16851 2014-06-20 Gary Benson <gbenson@redhat.com>
16852
16853 * gdb.arch/i386-avx.exp: Fix include file location.
16854 * gdb.arch/i386-sse.exp: Likewise.
16855
16856 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
16857
16858 * gdb.dlang/expression.exp: New file.
16859
16860 2014-06-19 Pedro Alves <palves@redhat.com>
16861
16862 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
16863 out from ...
16864 (top level): ... here. Iterate running tests under different
16865 scheduler-locking settings.
16866
16867 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
16868
16869 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
16870 to DW_FORM_addr and use non-zero addresses.
16871
16872 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
16873
16874 PR gdb/17017
16875 * gdb.python/py-xmethods.cc: Add global function call counters and
16876 increment them in their respective functions. Remove "cout"
16877 statements.
16878 * gdb.python/py-xmethods.exp: Make tests check the global function
16879 call counters instead of depending on inferior IO.
16880
16881 2014-06-18 Don Breazeal <donb@codesourcery.com>
16882
16883 * gdb.base/foll-fork.exp (default_fork_parent_follow):
16884 Deleted procedure.
16885 (explicit_fork_parent_follow): Deleted procedure.
16886 (explicit_fork_child_follow): Deleted procedure.
16887 (test_follow_fork): New procedure.
16888 (do_fork_tests): Replace calls to deleted procedures with
16889 calls to test_follow_fork and reset GDB for subsequent
16890 procedure calls.
16891
16892 2014-06-17 Yao Qi <yao@codesourcery.com>
16893
16894 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
16895 CP1252.
16896
16897 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
16898
16899 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
16900 Initialize ptr and S explicitly.
16901 (skip_type_update_when_not_use_rtti_test): Likewise.
16902
16903 2014-06-16 Keith Seitz <keiths@redhat.com>
16904
16905 PR mi/15863
16906 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
16907 the inferior is started.
16908
16909 2014-06-16 Pedro Alves <palves@redhat.com>
16910
16911 * gdb.base/break-main-file-remove-fail.c: New file.
16912 * gdb.base/break-main-file-remove-fail.exp: New file.
16913 * gdb.base/break-unload-file.exp: Use build_executable instead of
16914 prepare_for_testing.
16915 (test_break): New parameter "initial_load". Handle it.
16916 (top level): Add initial_load cmdline/file axis.
16917
16918 2014-06-12 Tom Tromey <tromey@redhat.com>
16919
16920 * gdb.base/completion.exp: Don't use directory name in test.
16921
16922 2014-06-09 Gary Benson <gbenson@redhat.com>
16923
16924 * gdb.base/sigall.c [Functions to send signals]: Reorder to
16925 separate the always-available ANSI-standard signals from the
16926 signals that require checking.
16927 (main): Likewise.
16928 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
16929 Likewise.
16930 (main): Likewise.
16931
16932 2014-06-07 Keith Seitz <keiths@redhat.com>
16933
16934 Revert:
16935 PR c++/16253
16936 * gdb.cp/var-tag.cc: New file.
16937 * gdb.cp/var-tag.exp: New file.
16938 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
16939 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
16940 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
16941 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
16942
16943 2014-06-06 Doug Evans <xdje42@gmail.com>
16944
16945 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
16946
16947 2014-06-06 Pedro Alves <palves@redhat.com>
16948
16949 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
16950 in target debug output instead of looking at RSP packets,
16951 disabling the test on any target that uses hardware stepping.
16952 Update comments.
16953
16954 2014-06-06 Pedro Alves <palves@redhat.com>
16955
16956 * gdb.base/break-unload-file.exp: Fix typo.
16957
16958 2014-06-06 Yao Qi <yao@codesourcery.com>
16959
16960 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
16961 from "jit_function" to "^jit_function".
16962
16963 2014-06-06 Yao Qi <yao@codesourcery.com>
16964
16965 * gdb.base/async.c (foo): Add one statement.
16966 * gdb.base/async.exp: Get the next instruction address and
16967 match the output of "nexti" by instruction address. Match
16968 the hex address in the output of "finish".
16969
16970 2014-06-06 Gary Benson <gbenson@redhat.com>
16971
16972 * gdb.base/call-signals.c: Remove preprocessor conditionals
16973 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
16974 SIGSEGV and SIGTERM.
16975 * gdb.base/sigall.c: Likewise.
16976 * gdb.base/unwindonsignal.c: Likewise.
16977 * gdb.reverse/sigall-reverse.c: Likewise.
16978
16979 2014-06-06 Yao Qi <yao@codesourcery.com>
16980
16981 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
16982 readable, skip the test.
16983
16984 2014-06-06 Yao Qi <yao@codesourcery.com>
16985
16986 * gdb.threads/staticthreads.c (thread_function): Move the line
16987 setting breakpoint on forward.
16988 * gdb.threads/staticthreads.exp: Update comments.
16989
16990 2014-06-05 Ludovic Courtès <ludo@gnu.org>
16991
16992 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
16993 "history-append! type error".
16994
16995 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
16996
16997 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
16998 erroneous dprintf expected input.
16999
17000 2014-06-04 Doug Evans <xdje42@gmail.com>
17001
17002 * gdb.guile/scm-generics.exp: Delete.
17003
17004 2014-06-04 Doug Evans <xdje42@gmail.com>
17005
17006 * gdb.guile/scm-breakpoint.exp: Update.
17007 Add tests for breakpoint registration.
17008
17009 2014-06-04 Tom Tromey <tromey@redhat.com>
17010
17011 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
17012 VLA-in-union.
17013 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
17014 inner_vla_struct, vla_union types. Initialize objects of those
17015 types and compute their sizes.
17016
17017 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
17018 Hui Zhu <hui@codesourcery.com>
17019
17020 * gdb.base/fileio.exp: Add test for shell not available as well as
17021 available.
17022 * gdb.base/fileio.c (test_system): Check for shell twice.
17023
17024 2014-06-04 Yao Qi <yao@codesourcery.com>
17025
17026 * gdb.base/auto-connect-native-target.exp: Remove redundant
17027 space from the regexp pattern.
17028
17029 2014-06-04 Yao Qi <yao@codesourcery.com>
17030
17031 * gdb.base/default.exp: Replace "child" with "native" in
17032 regexp pattern.
17033
17034 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
17035
17036 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
17037 * gdb.python/py-xmethods.exp: New tests to test xmethods.
17038 * gdb.python/py-xmethods.py: Python script supporting the
17039 new testcase and tests.
17040
17041 2014-06-03 Joel Brobecker <brobecker@adacore.com>
17042 Pedro Alves <palves@redhat.com>
17043
17044 PR breakpoints/17000
17045 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
17046 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
17047
17048 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
17049
17050 * gdb.base/subst.exp: Add tests to verify partial path matching
17051 output.
17052
17053 2014-06-03 Pedro Alves <palves@redhat.com>
17054
17055 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
17056 target that doesn't use software single-stepping.
17057
17058 2014-06-03 Pedro Alves <palves@redhat.com>
17059
17060 PR breakpoints/17000
17061 * gdb.base/sss-bp-on-user-bp-2.c: New file.
17062 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
17063
17064 2014-06-02 Doug Evans <xdje42@gmail.com>
17065
17066 * gdb.guile/scm-parameter.exp: New file.
17067
17068 2014-06-02 Doug Evans <xdje42@gmail.com>
17069
17070 * gdb.guile/scm-cmd.c: New file.
17071 * gdb.guile/scm-cmd.exp: New file.
17072
17073 2014-06-02 Doug Evans <xdje42@gmail.com>
17074
17075 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
17076 pretty-printer lookup.
17077 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
17078 (make-pp_s-printer): Call it.
17079 (make-pretty-printer-from-dict): New function.
17080 (lookup-pretty-printer-maker-from-dict): New function.
17081 (*pretty-printer*): Simplify.
17082 (make-objfile-pp_s-printer): New function.
17083 (install-objfile-pretty-printers!): New function.
17084 (make-progspace-pp_s-printer): New function.
17085 (install-progspace-pretty-printers!): New function.
17086 * gdb.guile/scm-progspace.c: New file.
17087 * gdb.guile/scm-progspace.exp: New file.
17088
17089 2014-06-02 Pedro Alves <palves@redhat.com>
17090
17091 * gdb.base/dprintf-bp-same-addr.c: New file.
17092 * gdb.base/dprintf-bp-same-addr.exp: New file.
17093
17094 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17095
17096 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
17097 * gdb.arch/powerpc-power.s: Likewise.
17098
17099 2014-06-02 Joel Brobecker <brobecker@adacore.com>
17100
17101 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
17102
17103 2014-06-01 Yao Qi <yao@codesourcery.com>
17104
17105 * gdb.base/watchpoint.exp (test_watch_location): Check null
17106 pointer can be dereferenced. If not, do the test, otherwise
17107 skip it.
17108
17109 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
17110
17111 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
17112 results.
17113 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
17114
17115 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
17116
17117 * gdb.arch/amd64-invalid-stack-middle.S: New file.
17118 * gdb.arch/amd64-invalid-stack-middle.c: New file.
17119 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
17120 * gdb.arch/amd64-invalid-stack-top.c: New file.
17121 * gdb.arch/amd64-invalid-stack-top.exp: New file.
17122
17123 2014-05-30 Pedro Alves <palves@redhat.com>
17124
17125 PR breakpoints/17000
17126 * gdb.base/sss-bp-on-user-bp.c: New file.
17127 * gdb.base/sss-bp-on-user-bp.exp: New file.
17128
17129 2014-05-30 David Blaikie <dblaikie@gmail.com>
17130
17131 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
17132 gnu_inline semantics via attribute.
17133 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
17134 source explicitly specifies the required semantics.
17135
17136 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
17137
17138 * gdb.reverse/sigall-reverse.exp: Fix a typo.
17139
17140 2014-05-29 Pedro Alves <palves@redhat.com>
17141 Tom Tromey <tromey@redhat.com>
17142
17143 * gdb.base/async-shell.exp: Don't enable target-async.
17144 * gdb.base/async.exp
17145 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
17146 parameter. Adjust.
17147 (top level): Don't test with "target-async".
17148 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
17149 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
17150 * gdb.base/inferior-died.exp: Don't enable target-async.
17151 * gdb.base/interrupt-noterm.exp: Likewise.
17152 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
17153 * gdb.mi/mi-nonstop-exit.exp: Likewise.
17154 * gdb.mi/mi-nonstop.exp: Likewise.
17155 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
17156 * gdb.mi/mi-nsintrall.exp: Likewise.
17157 * gdb.mi/mi-nsmoribund.exp: Likewise.
17158 * gdb.mi/mi-nsthrexec.exp: Likewise.
17159 * gdb.mi/mi-watch-nonstop.exp: Likewise.
17160 * gdb.multi/watchpoint-multi.exp: Adjust comment.
17161 * gdb.python/py-evsignal.exp: Don't enable target-async.
17162 * gdb.python/py-evthreads.exp: Likewise.
17163 * gdb.python/py-prompt.exp: Likewise.
17164 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
17165 * gdb.server/solib-list.exp: Don't enable target-async.
17166 * gdb.threads/thread-specific-bp.exp: Likewise.
17167 * lib/mi-support.exp: Adjust to use mi-async.
17168
17169 2014-05-29 Pedro Alves <palves@redhat.com>
17170
17171 PR gdb/13860
17172 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
17173 reason, even in sync mode.
17174
17175 2014-05-29 Pedro Alves <palves@redhat.com>
17176 Hui Zhu <hui@codesourcery.com>
17177
17178 PR PR15693
17179 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
17180 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
17181 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
17182 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
17183
17184 2014-05-28 Joel Brobecker <brobecker@adacore.com>
17185
17186 * config/monitor.exp (gdb_target_monitor): Replace use of
17187 "set remotebaud" by "set serial baud".
17188
17189 2014-05-26 Andy Wingo <wingo@igalia.com>
17190
17191 * gdb.guile/scm-breakpoint.exp:
17192 * gdb.guile/scm-gsmob.exp: Update to use plain old object
17193 properties instead of gdb-object-properties.
17194
17195 2014-05-26 Yao Qi <yao@codesourcery.com>
17196
17197 * gdb.server/no-thread-db.exp: Specify source file name
17198 explicitly when setting a breakpoint.
17199
17200 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17201
17202 * gdb.btrace/vdso.c: New.
17203 * gdb.btrace/vdso.exp: New.
17204
17205 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17206
17207 * gdb.base/gcore.exp (capture_command_output): Move ...
17208 * lib/gdb.exp (capture_command_output): ... here.
17209
17210 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17211
17212 * gdb.btrace/data.exp: Test memory access during btrace replay.
17213
17214 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
17215
17216 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
17217
17218 2014-05-21 Pedro Alves <palves@redhat.com>
17219
17220 PR gdb/13860
17221 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
17222 (top level): Test that output related to execution commands is
17223 sent to the console with CLI commands, but not with MI commands.
17224 Test that breakpoint events are always mirrored to the console.
17225 Also expect the new source line to be output after a "next" in
17226 async mode too. Make it a pass/fail test.
17227 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
17228 output.
17229 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
17230
17231 2014-05-21 Pedro Alves <palves@redhat.com>
17232
17233 * gdb.base/list.exp (build_pattern, test_list): New procedures.
17234 Use them to test variations of "list" after reaching a breakpoint.
17235 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
17236 Test "list" with listsize 10 after reaching a breakpoint.
17237 * gdb.python/python.exp (decode_line current location line
17238 number): Adjust expected line number.
17239
17240 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
17241
17242 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
17243 behavior for $args, pass it directly to "run".
17244
17245 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
17246
17247 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
17248 30000 to 65536.
17249
17250 2014-05-21 Pedro Alves <palves@redhat.com>
17251
17252 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
17253 auto-connect-native-target off".
17254 * gdb.base/auto-connect-native-target.c: New file.
17255 * gdb.base/auto-connect-native-target.exp: New file.
17256
17257 2014-05-21 Pedro Alves <palves@redhat.com>
17258
17259 * gdb.base/default.exp: Test "target native" instead of "target
17260 child".
17261
17262 2014-05-21 Mark Wielaard <mjw@redhat.com>
17263
17264 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
17265
17266 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17267
17268 Fix TLS access for -static -pthread.
17269 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
17270 <HAVE_TLS> (thread_function, main): Initialize it.
17271 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
17272 Add clean_restart.
17273 <$have_tls != "">: Check TLSVAR.
17274
17275 2014-05-21 Pedro Alves <palves@redhat.com>
17276
17277 * gdb.base/dcache-line-read-error.c: New.
17278 * gdb.base/dcache-line-read-error.exp: New.
17279
17280 2014-05-20 Pedro Alves <palves@redhat.com>
17281
17282 * gdb.base/compare-sections.c: New file.
17283 * gdb.base/compare-sections.exp: New file.
17284
17285 2014-05-20 Pedro Alves <palves@redhat.com>
17286
17287 * gdb.base/break-idempotent.c: New file.
17288 * gdb.base/break-idempotent.exp: New file.
17289
17290 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
17291
17292 * gdb.btrace/nohist.exp: New.
17293
17294 2014-05-20 Yao Qi <yao@codesourcery.com>
17295
17296 * lib/gdb.exp (gdb_init): Set timeout if test file is under
17297 gdb.reverse directory and gdb_reverse_timeout exists in board
17298 setting.
17299 * README: Document gdb_reverse_timeout.
17300
17301 2014-05-20 Yao Qi <yao@codesourcery.com>
17302
17303 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
17304 'test_file_name'. Treat args as a string instead of a list.
17305 (gdb_init): Rename argument 'args' by 'test_file_name'.
17306
17307 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
17308
17309 * gdb.arch/powerpc-power.exp: New file.
17310 * gdb.arch/powerpc-power.s: New file.
17311
17312 2014-05-16 Doug Evans <dje@google.com>
17313
17314 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
17315 * gdb.base/completion.exp: Check that all expected files exist
17316 before doing file completion.
17317
17318 2014-05-16 Doug Evans <dje@google.com>
17319
17320 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
17321 Update.
17322 (do_syscall_tests_without_xml): Update.
17323
17324 2014-05-16 Pedro Alves <palves@redhat.com>
17325
17326 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
17327 instead of "unknown output after running".
17328
17329 2014-05-16 Yao Qi <yao@codesourcery.com>
17330
17331 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
17332 file1.txt from host at the end.
17333 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17334
17335 2014-05-15 Doug Evans <dje@google.com>
17336
17337 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
17338 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
17339 loading file. Add test for TU lookup.
17340
17341 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
17342
17343 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
17344 calling "-exec-arguments" or "set args" before running the
17345 inferior.
17346
17347 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
17348
17349 * lib/mi-support.exp (mi_expect_stop): Expect message for
17350 inferiors that exit with non-zero exit code.
17351
17352 2014-05-14 Yao Qi <yao@codesourcery.com>
17353
17354 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
17355 match absolute path on remote host.
17356 (test_file_list_exec_source_files): Remove "/" from the
17357 pattern.
17358
17359 2014-05-14 Yao Qi <yao@codesourcery.com>
17360
17361 * boards/local-remote-host-notty.exp (${board}_file): New
17362 proc.
17363
17364 2014-05-07 Kyle McMartin <kyle@redhat.com>
17365
17366 Pushed by Joel Brobecker <brobecker@adacore.com>.
17367 * gdb.arch/aarch64-atomic-inst.c: New file.
17368 * gdb.arch/aarch64-atomic-inst.exp: New file.
17369
17370 2014-05-07 Yao Qi <yao@codesourcery.com>
17371
17372 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
17373 in current context" too.
17374
17375 2014-05-05 Keith Seitz <keiths@redhat.com>
17376
17377 * gdb.linespec/ls-dollar.exp: Add test for linespec
17378 file:convenience_variable.
17379
17380 2014-05-05 Yao Qi <yao@codesourcery.com>
17381
17382 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
17383 traceframes into tfile and ctf trace files. Read data from
17384 trace file and test collected data.
17385 (gdb_collect_locals_test): Likewise.
17386 (gdb_unavailable_registers_test): Likewise.
17387 (gdb_unavailable_floats): Likewise.
17388 (gdb_collect_globals_test): Likewise.
17389 (top-level): Append "ctf" to trace_file_targets if GDB
17390 supports.
17391
17392 2014-05-05 Yao Qi <yao@codesourcery.com>
17393
17394 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
17395 code to ...
17396 (gdb_collect_args_test_1): ... it. New proc.
17397 (gdb_collect_locals_test): Move some code to ...
17398 (gdb_collect_locals_test_1): ... it. New proc.
17399 (gdb_unavailable_registers_test): Move some code to ...
17400 (gdb_unavailable_registers_test_1): ... it. New proc.
17401 (gdb_unavailable_floats): Move some code to ...
17402 (gdb_unavailable_floats_1): ... it. New proc.
17403
17404 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
17405
17406 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
17407 probes to test for bitness recognition.
17408 * gdb.arch/amd64-stap-optional-prefix.exp
17409 (test_probe_value_without_reg): New procedure.
17410 Add code to test for different kinds of bitness.
17411
17412 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
17413
17414 PR breakpoints/16889
17415 * gdb.arch/amd64-stap-optional-prefix.S: New file.
17416 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
17417
17418 2014-05-01 Pedro Alves <palves@redhat.com>
17419
17420 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
17421 gdb_file_cmd if no file is specified.
17422 * boards/native-extended-gdbserver.exp (gdb_load): Use the
17423 last_loaded_file to set the remote exec-file.
17424
17425 2014-05-01 Pedro Alves <palves@redhat.com>
17426
17427 * boards/local-remote-host.exp: New file.
17428
17429 2014-05-01 Pedro Alves <palves@redhat.com>
17430
17431 * boards/local-remote-host.exp: Rename to ...
17432 * boards/local-remote-host-notty.exp: ... this.
17433
17434 2014-04-28 Joel Brobecker <brobecker@adacore.com>
17435
17436 * gdb.ada/dyn_arrayidx: New testcase.
17437
17438 2014-04-26 Yao Qi <yao@codesourcery.com>
17439
17440 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
17441 and compute the length of function main. Save it in
17442 $main_length.
17443 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
17444 (top-level): Use gdb_compile to compile objects into
17445 executable and restart GDB. Remove invocation to
17446 prepare_for_testing.
17447
17448 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
17449 Pedro Alves <palves@redhat.com>
17450
17451 PR server/16255
17452 * gdb.multi/multi-attach.c: New file.
17453 * gdb.multi/multi-attach.exp: New file.
17454
17455 2014-04-25 Pedro Alves <palves@redhat.com>
17456
17457 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
17458 user.
17459 (top level): Test that "set remote conditional-breakpoints-packet
17460 off" works as intended.
17461 * gdb.base/dprintf.exp: Test that "set remote
17462 breakpoint-commands-packet off" works as intended.
17463 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
17464 New function.
17465 (top level): Call it.
17466 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
17467 remote fast-tracepoints-packet off" works as intended.
17468 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
17469 * lib/gdb.exp (gdb_is_target_remote): ... here.
17470
17471 2014-04-24 David Blaikie <dblaikie@gmail.com>
17472
17473 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
17474 ensure clang would not discard them.
17475 * gdb.base/gdbvars.c: Ditto.
17476 * gdb.base/memattr.c: Ditto.
17477 * gdb.base/whatis.c: Ditto.
17478 * gdb.python/py-prettyprint.c: Ditto.
17479 * gdb.trace/actions.c: Ditto.
17480 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
17481 ensure clang would not discard it.
17482
17483 2014-04-24 David Blaikie <dblaikie@gmail.com>
17484
17485 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
17486 clang to emit the full definition of type required by the test
17487 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
17488
17489 2014-04-24 David Blaikie <dblaikie@gmail.com>
17490
17491 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
17492 coax Clang into emitting the definition of the type.
17493 * gdb.cp/pr10728-x.h (y): Ditto.
17494 * gdb.cp/pr10728-y.cc (y): Ditto.
17495
17496 2014-04-24 David Blaikie <dblaikie@gmail.com>
17497
17498 * gdb.base/label.exp: XFAIL label related tests under Clang.
17499 * gdb.cp/cplabel.exp: Ditto.
17500 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
17501 under Clang those using labels.
17502
17503 2014-04-25 Yao Qi <yao@codesourcery.com>
17504
17505 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
17506 double_label.
17507 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
17508 partial_label and double_label.
17509
17510 2014-04-24 David Blaikie <dblaikie@gmail.com>
17511
17512 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
17513
17514 2014-04-24 David Blaikie <dblaikie@gmail.com>
17515
17516 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
17517 of the function to work across GCC and Clang.
17518 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
17519 pointer types (const void ** const V void **).
17520
17521 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
17522 Walfred Tedeschi <walfred.tedeschi@intel.com>
17523
17524 * Makefile.in (EXECUTABLES): Added i386-avx512.
17525 * gdb.arch/i386-avx512.c: New file.
17526 * gdb.arch/i386-avx512.exp: Likewise.
17527
17528 2014-04-23 Keith Seitz <keiths@redhat.com>
17529
17530 * lib/mi-support.exp (mi_list_breakpoints): Delete.
17531 (mi_make_breakpoint_table): New procedure.
17532 (mi_create_breakpoint): Use mi_make_breakpoint
17533 and return the result.
17534 (mi_make_breakpoint): New procedure.
17535 (mi_build_kv_pairs): New procedure.
17536
17537 * gdb.mi/mi-break.exp: Remove unused globals,
17538 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
17539 All callers updated.
17540 * gdb.mi/mi-dprintf.exp: Use variable to track command
17541 number.
17542 Update all callers of mi_create_breakpoint and use
17543 mi_make_breakpoint_table.
17544 Remove any unused global variables.
17545 * gdb.mi/mi-nonstop.exp: Likewise.
17546 * gdb.mi/mi-nsintrall.exp: Likewise.
17547 * gdb.mi/mi-nsmoribund.exp: Likewise.
17548 * gdb.mi/mi-nsthrexec.exp: Likewise.
17549 * gdb.mi/mi-reverse.exp: Likewise.
17550 * gdb.mi/mi-simplerun.exp: Likewise.
17551 * gdb.mi/mi-stepn.exp: Likewise.
17552 * gdb.mi/mi-syn-frame.exp: Likewise.
17553 * gdb.mi/mi-until.exp: Likewise.
17554 * gdb.mi/mi-var-cp.exp: Likewise.
17555 * gdb.mi/mi-var-display.exp: Likewise.
17556 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
17557 * gdb.mi/mi2-var-child.exp: Likewise.
17558 * gdb.mi/mi-vla-c99.exp: Likewise.
17559 * lib/mi-support.exp: Likewise.
17560
17561 From Ian Lance Taylor <iant@cygnus.com>:
17562 * lib/gdb.exp (parse_args): New procedure.
17563
17564 2014-04-23 Pedro Alves <palves@redhat.com>
17565
17566 * gdb.base/break-unload-file.c: New file.
17567 * gdb.base/break-unload-file.exp: New file.
17568 * gdb.base/sym-file-lib.c (baz): New function.
17569 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
17570 field.
17571 (load): Store the segment's mapped size.
17572 (unload): New function.
17573 (unload_shlib): New function.
17574 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
17575 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
17576 set a breakpoint at baz, and call it.
17577 * gdb.base/sym-file.exp: New tests for stale breakpoint
17578 instructions.
17579
17580 2014-04-23 Pedro Alves <palves@redhat.com>
17581
17582 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
17583 * gdb.base/hbreak-in-shr-unsupported.c: New file.
17584 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
17585 * gdb.base/hbreak-unmapped.c: New file.
17586 * gdb.base/hbreak-unmapped.exp: New file.
17587 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
17588 * lib/gdb.exp (gdb_is_target_remote): ... here.
17589
17590 2014-04-22 Pedro Alves <palves@redhat.com>
17591
17592 * gdb.base/consecutive-step-over.c: New file.
17593 * gdb.base/consecutive-step-over.exp: New file.
17594
17595 2014-04-22 Pedro Alves <palves@redhat.com>
17596
17597 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
17598 instead of send_gdb/gdb_expect.
17599
17600 2014-04-22 Yao Qi <yao@codesourcery.com>
17601
17602 * lib/trace-support.exp (generate_tracefile): New procedure.
17603 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
17604 return 0.
17605 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
17606 if generate_tracefile returns 1.
17607
17608 2014-04-18 Tom Tromey <palves@redhat.com>
17609 Pedro alves <tromey@redhat.com>
17610
17611 PR backtrace/15558
17612 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
17613 with a backtrace limit.
17614 * gdb.python/py-frame-inline.exp: Test running to an inline
17615 function with a backtrace limit, and printing the newest frame.
17616 * gdb.python/py-frame-inline.c (main): Call f.
17617
17618 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
17619
17620 * gdb.java/jnpe.exp: Drop srcdir from untested path.
17621
17622 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
17623
17624 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
17625 Drop prefix from unsupported source file path.
17626
17627 2014-04-17 Yao Qi <yao@codesourcery.com>
17628
17629 * lib/gdb.exp (with_target_charset): New proc.
17630 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
17631 with_target_charset.
17632 (test_print_strings): Likewise.
17633 (test_repeat_bytes): Likewise.
17634 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
17635 for some tests.
17636
17637 2014-04-16 Keith Seitz <keiths@redhat.com>
17638
17639 PR gdb/15827
17640 * gdb.dwarf2/corrupt.c: New file.
17641 * gdb.dwarf2/corrupt.exp: New file.
17642
17643 2014-04-16 Keith Seitz <keiths@redhat.com>
17644
17645 PR c++/16597
17646 * gdb.cp/namelessclass.cc: New file.
17647 * gdb.cp/namelessclass.exp: New file.
17648 * gdb.cp/namelessclass.S: New file.
17649
17650 2014-04-16 Doug Evans <dje@google.com>
17651
17652 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
17653 Add comment.
17654 (gdbserver_default_get_comm_port): New function.
17655 (gdbserver_start): Check if board file provided
17656 "gdbserver,get_comm_port" and use it if so.
17657 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
17658 (gdb,socketport): Set to "stdio".
17659 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
17660 (stdio_gdbserver_template): Delete.
17661 (${board}_get_remote_address): Update.
17662 (${board}_build_remote_cmd): Delete.
17663 (${board}_get_comm_port): New function.
17664 (${board}_spawn): Update.
17665 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
17666 Delete.
17667 (${board}_get_remote_address): Update.
17668 (${board}_get_comm_port): New function.
17669
17670 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
17671
17672 * gdb.base/memattr.exp: Improve regexps to handle memory regions
17673 appearing in any order.
17674
17675 2014-04-15 Doug Evans <dje@google.com>
17676
17677 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
17678 uninitialized value of "description".
17679
17680 2014-04-15 Keith Seitz <keiths@redhat.com>
17681
17682 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
17683 Remove unused globals.
17684 (test_running_the_program): Likewise.
17685 (test_controlled_execution): Likewise.
17686 (test_controlling_breakpoints): Likewise.
17687 (test_program_termination): Likewise.
17688
17689 2014-04-15 Keith Seitz <keiths@redhat.com>
17690
17691 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
17692 unused globals.
17693 (test_rbreak_creation_and_listing): Likewise.
17694 (test_ignore_count): Likewise.
17695 (test_error): Likewise.
17696
17697 2014-04-15 Pedro Alves <palves@redhat.com>
17698
17699 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
17700 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
17701 sym-file-loader.c.
17702 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
17703 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
17704 to sym-file-loader.c.
17705 (struct library): Forward declare.
17706 (load_shlib, lookup_function): Change prototypes.
17707 (find_shstrtab, find_strtab, find_shdr, find_symtab)
17708 (translate_offset): Remove declarations.
17709 (get_text_addr): New declaration.
17710 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
17711 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
17712 sym-file-loader.h.
17713 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
17714 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
17715 here from sym-file-loader.h.
17716 (struct library): New structure.
17717 (load_shlib, lookup_function): Change prototypes and adjust to
17718 work with a struct library.
17719 (find_shstrtab, find_strtab, find_shdr, find_symtab)
17720 (translate_offset): Make static.
17721 (get_text_addr): New function.
17722 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
17723
17724 2014-04-15 Pedro Alves <palves@redhat.com>
17725
17726 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
17727
17728 2014-04-15 Pedro Alves <palves@redhat.com>
17729
17730 * gdb.base/sym-file-loader.c: Include <limits.h>.
17731 (SELF_LINK): New define.
17732 (get_origin): New function.
17733 (load_shlib): Use it.
17734 * gdb.base/sym-file.exp: Don't early return if the target is
17735 remote. Use runto_main, and issue fail is that fails. Use
17736 gdb_load_shlibs.
17737 (shlib_name): Delete.
17738 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
17739
17740 2014-04-15 Pedro Alves <palves@redhat.com>
17741
17742 * gdb.base/sym-file.exp: Remove regex characters from test
17743 message. Don't refer to breakpoint numbers in test messages.
17744
17745 2014-04-14 Keith Seitz <keiths@redhat.com>
17746
17747 PR c++/16253
17748 * gdb.cp/var-tag.cc: New file.
17749 * gdb.cp/var-tag.exp: New file.
17750 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
17751 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
17752 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
17753 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
17754
17755 2014-04-14 Tom Tromey <tromey@redhat.com>
17756
17757 * gdb.cp/classes.exp (test_enums): Handle underlying type.
17758 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
17759 type.
17760 * gdb.cp/enum-class.exp: New file.
17761 * gdb.cp/enum-class.cc: New file.
17762
17763 2014-04-14 Tom Tromey <tromey@redhat.com>
17764
17765 * gdb.dwarf2/enum-type.exp: New file.
17766
17767 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17768
17769 * gdb.mi/mi-vla-c99.exp: New file.
17770 * gdb.mi/vla.c: New file.
17771
17772 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17773
17774 * gdb.base/vla-datatypes.c: New file.
17775 * gdb.base/vla-datatypes.exp: New file.
17776
17777 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17778
17779 * gdb.base/vla-ptr.c: New file.
17780 * gdb.base/vla-ptr.exp: New file.
17781
17782 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17783
17784 * gdb.dwarf2/count.exp: New file.
17785
17786 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17787
17788 * gdb.base/vla-sideeffect.c: New file.
17789 * gdb.base/vla-sideeffect.exp: New file.
17790
17791 2014-04-14 David Blaikie <dblaikie@gmail.com>
17792
17793 * gdb.mi/non-stop.c: Add return value for non-void function return
17794 statement.
17795 * gdb.threads/staticthreads.c: Ditto.
17796
17797 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
17798 Doug Evans <xdje42@gmail.com>
17799
17800 * gdb.guile/scm-value.c: Improve test case.
17801 * gdb.guile/scm-value.exp: Add new test.
17802
17803 2014-04-11 David Blaikie <dblaikie@gmail.com>
17804
17805 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
17806 override Clang's default.
17807
17808 2014-04-11 Joel Brobecker <brobecker@adacore.com>
17809
17810 Revert the following changes (regressions):
17811
17812 * gdb.base/vla-sideeffect.c: New file.
17813 * gdb.base/vla-sideeffect.exp: New file.
17814
17815 * gdb.dwarf2/count.exp: New file.
17816
17817 * gdb.base/vla-multi.c: New file.
17818 * gdb.base/vla-multi.exp: New file.
17819
17820 * gdb.base/vla-ptr.c: New file.
17821 * gdb.base/vla-ptr.exp: New file.
17822
17823 * gdb.base/vla-datatypes.c: New file.
17824 * gdb.base/vla-datatypes.exp: New file.
17825
17826 * gdb.mi/mi-vla-c99.exp: New file.
17827 * gdb.mi/vla.c: New file.
17828
17829 2014-04-11 Keith Seitz <keiths@redhat.com>
17830
17831 PR c++/16675
17832 * gdb.cp/cpsizeof.exp: New file.
17833 * gdb.cp/cpsizeof.cc: New file.
17834
17835 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17836
17837 * gdb.mi/mi-vla-c99.exp: New file.
17838 * gdb.mi/vla.c: New file.
17839
17840 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17841
17842 * gdb.base/vla-datatypes.c: New file.
17843 * gdb.base/vla-datatypes.exp: New file.
17844
17845 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17846
17847 * gdb.base/vla-ptr.c: New file.
17848 * gdb.base/vla-ptr.exp: New file.
17849
17850 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17851
17852 * gdb.base/vla-multi.c: New file.
17853 * gdb.base/vla-multi.exp: New file.
17854
17855 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17856
17857 * gdb.dwarf2/count.exp: New file.
17858
17859 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17860
17861 * gdb.base/vla-sideeffect.c: New file.
17862 * gdb.base/vla-sideeffect.exp: New file.
17863
17864 2014-04-11 Yao Qi <yao@codesourcery.com>
17865
17866 * gdb.base/completion.exp: Check file exists before running tests
17867 on file completion.
17868
17869 2014-04-10 Pedro Alves <palves@redhat.com>
17870
17871 * gdb.base/cond-eval-mode.c: New file.
17872 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
17873 prepare_for_testing to build the new file. Check result of
17874 runto_main.
17875 (test_break, test_watch): New procedures.
17876 (top level): Use them.
17877
17878 2014-04-08 Pierre Muller <muller@sourceware.org>
17879
17880 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
17881 Ctrl-V use for mingw hosts.
17882
17883 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
17884
17885 * gdb.python/py-value.c: Improve test case.
17886 * gdb.python/py-value.exp: Add new test.
17887
17888 2014-04-07 David Blaikie <dblaikie@gmail.com>
17889
17890 * lib/compiler.c: Identify the clang compiler.
17891 * lib/compiler.cc: Ditto.
17892
17893 2014-04-03 Yao Qi <yao@codesourcery.com>
17894
17895 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
17896
17897 2014-04-01 Anton Blanchard <anton@samba.org>
17898
17899 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
17900 messages unique.
17901
17902 2014-04-01 Anton Blanchard <anton@samba.org>
17903
17904 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
17905 prepare_for_testing.
17906
17907 2014-04-01 Anton Blanchard <anton@samba.org>
17908
17909 * gdb.arch/ppc64-atomic-inst.c: Remove.
17910 * gdb.arch/ppc64-atomic-inst.S: New file.
17911 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
17912
17913 2014-03-31 Doug Evans <dje@google.com>
17914
17915 * gdb.base/print-symbol-loading-lib.c: New file.
17916 * gdb.base/print-symbol-loading-main.c: New file.
17917 * gdb.base/print-symbol-loading.exp: New file.
17918
17919 2014-03-31 Yao Qi <yao@codesourcery.com>
17920
17921 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
17922
17923 2014-03-28 Joel Brobecker <brobecker@adacore.com>
17924
17925 * gdb.ada/mi_dyn_arr: New testcase.
17926
17927 2014-03-27 Doug Evans <dje@google.com>
17928
17929 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
17930
17931 2014-03-27 Yao Qi <yao@codesourcery.com>
17932
17933 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
17934 if target is nios2-*-*.
17935
17936 2014-03-26 Yao Qi <yao@codesourcery.com>
17937
17938 * lib/gdb.exp (readline_is_used): New proc.
17939 * gdb.base/completion.exp: Move tests on command complete up.
17940 Skip the rest of tests if readline is not used.
17941 * gdb.ada/complete.exp: Skp the test if readline is not
17942 used.
17943 * gdb.base/filesym.exp: Likewise.
17944 * gdb.base/macscp.exp: Likewise.
17945 * gdb.base/readline-ask.exp: Likewise.
17946 * gdb.base/readline.exp: Likewise.
17947 * gdb.python/py-cmd.exp: Likewise.
17948 * gdb.trace/tfile.exp: Likewise.
17949
17950 2014-03-26 Yao Qi <yao@codesourcery.com>
17951
17952 * gdb.base/macscp.exp: Fix code format issues.
17953
17954 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
17955
17956 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
17957 * gdb.asm/powerpc64le.inc: New file.
17958
17959 2014-03-25 Pedro Alves <palves@redhat.com>
17960 Doug Evans <dje@google.com>
17961
17962 * gdb.base/source-execution.c: New file.
17963 * gdb.base/source-execution.exp: New file.
17964 * gdb.base/source-execution.gdb: New file.
17965
17966 2014-03-24 Doug Evans <dje@google.com>
17967
17968 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
17969 using fission.
17970
17971 2014-03-24 Hui Zhu <hui@codesourcery.com>
17972 Pedro Alves <palves@redhat.com>
17973
17974 PR breakpoints/16101
17975 * gdb.base/dprintf.exp: Use unsupported rather than changing the
17976 test pass/fail messages. Detect missing support for dprintf when
17977 breakpoints are actually inserted.
17978 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
17979 breakpoints are actually inserted.
17980 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
17981 fails.
17982
17983 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
17984
17985 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
17986
17987 2014-03-22 Doug Evans <xdje42@gmail.com>
17988
17989 * gdb.python/python.exp (python not supported): Verify multi-line
17990 python command issues an error.
17991 * gdb.guile/guile.exp (guile not supported): Verify multi-line
17992 guile command issues an error.
17993
17994 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
17995
17996 * gdb.threads/thread-specific.exp: Handle the lack of usable
17997 $this_breakpoint and $this_thread.
17998
17999 2014-03-21 Hui Zhu <hui@codesourcery.com>
18000
18001 * gdb.base/attach.exp (do_command_attach_tests): New.
18002
18003 2014-03-20 Tom Tromey <tromey@redhat.com>
18004 Pedro Alves <palves@redhat.com>
18005
18006 PR cli/15718
18007 * gdb.base/condbreak-call-false.c: New file.
18008 * gdb.base/condbreak-call-false.exp: New file.
18009
18010 2014-03-20 Pedro Alves <palves@redhat.com>
18011
18012 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
18013 Delete.
18014 (block_signals, unblock_signals): Delete.
18015 (child_function_2, main): Remove references to deleted variable
18016 and functions.
18017
18018 2014-03-20 Pedro Alves <palves@redhat.com>
18019
18020 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
18021 Use pthread_kill to signal thread 2.
18022 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
18023 Adjust to make the test send itself a signal rather than using the
18024 host's "kill" command.
18025
18026 2014-03-20 Pedro Alves <palves@redhat.com>
18027
18028 * gdb.threads/multiple-step-overs.c: New file.
18029 * gdb.threads/multiple-step-overs.exp: New file.
18030 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
18031 Adjust expected infrun debug output.
18032
18033 2014-03-20 Pedro Alves <palves@redhat.com>
18034
18035 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
18036 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
18037
18038 2014-03-20 Pedro Alves <palves@redhat.com>
18039
18040 PR breakpoints/7143
18041 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
18042 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
18043 of gdb_test_multiple.
18044 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
18045 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
18046
18047 2014-03-20 Pedro Alves <palves@redhat.com>
18048
18049 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
18050 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
18051
18052 2014-03-19 Pedro Alves <palves@redhat.com>
18053
18054 * gdb.base/async.exp: Remove early return.
18055
18056 2014-03-19 Pedro Alves <palves@redhat.com>
18057
18058 * gdb.base/async.exp (step& tests): Pass explicit test messages.
18059
18060 2014-03-19 Pedro Alves <palves@redhat.com>
18061
18062 * gdb.base/async.exp (test_background): Expect \r\n after
18063 "completed." in the fail pattern.
18064
18065 2014-03-19 Pedro Alves <palves@redhat.com>
18066
18067 * gdb.base/async.exp (test_background): New procedure.
18068 Use it for all background execution command tests.
18069
18070 2014-03-19 Pedro Alves <palves@redhat.com>
18071
18072 * gdb.base/async.exp: Use prepare_for_testing.
18073
18074 2014-03-19 Pedro Alves <palves@redhat.com>
18075
18076 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
18077 the same line.
18078
18079 2014-03-19 Pedro Alves <palves@redhat.com>
18080
18081 * gdb.base/async.c (main): Add "jump here" and "until here" line
18082 marker comments.
18083 * gdb.base/async.exp (jump_here): New global.
18084 (jump& test): Use it.
18085 (until_here): New global.
18086 (until& test): Use it.
18087
18088 2014-03-19 Pedro Alves <palves@redhat.com>
18089
18090 * gdb.base/async.exp: Don't frob gdb_protocol.
18091
18092 2014-03-18 Doug Evans <xdje42@gmail.com>
18093
18094 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
18095 Fix spelling of exec-done-display.
18096
18097 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
18098
18099 PR gdb/15358
18100 * gdb.base/gdb-sigterm.c: New file.
18101 * gdb.base/gdb-sigterm.exp: New file.
18102
18103 2014-03-18 Pedro Alves <palves@redhat.com>
18104
18105 PR gdb/13860
18106 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
18107 * lib/mi-support.exp (mi_expect_stop): Add special handling for
18108 solib-event.
18109
18110 2014-03-17 Joel Brobecker <brobecker@adacore.com>
18111
18112 * gdb.ada/pckd_arr_ren: New testcase.
18113
18114 2014-03-13 Doug Evans <xdje42@gmail.com>
18115
18116 PR guile/16612
18117 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
18118 collect after discarding symbols.
18119
18120 2014-03-13 Ludovic Courtès <ludo@gnu.org>
18121 Doug Evans <xdje42@gmail.com>
18122
18123 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
18124 to history survives a gc.
18125
18126 2014-03-13 Pedro Alves <palves@redhat.com>
18127
18128 * gdb.base/default.exp: Don't test "target procfs".
18129
18130 2014-03-13 Pedro Alves <palves@redhat.com>
18131
18132 * gdb.base/default.exp: Update "target child" and "target procfs"
18133 tests to not expect "Unix".
18134
18135 2014-03-12 Tom Tromey <tromey@redhat.com>
18136
18137 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
18138 New procs. Add target-async tests.
18139 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
18140 Add target-async tests.
18141
18142 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18143
18144 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
18145 'func_start' and 'func_end' for the beginning and end of the
18146 function code, respectively.
18147 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
18148 'func_end' instead of 'func' and 'main'.
18149
18150 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18151
18152 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
18153 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
18154 generate the debug info assembler source.
18155
18156 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18157
18158 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
18159 * gdb.dwarf2/arr-subrange.exp: Likewise.
18160 * gdb.dwarf2/dwz.exp: Likewise.
18161 * gdb.dwarf2/method-ptr.exp: Likewise.
18162 * gdb.dwarf2/missing-sig-type.exp: Likewise.
18163 * gdb.dwarf2/subrange.exp: Likewise.
18164 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
18165 * gdb.dwarf2/implptrpiece.exp: Likewise.
18166 * gdb.dwarf2/nostaticblock.exp: Likewise.
18167
18168 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18169
18170 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
18171 directory to absolute path name arguments.
18172
18173 2014-03-10 Joel Brobecker <brobecker@adacore.com>
18174
18175 * gdb.ada/tagged_access: New testcase.
18176
18177 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
18178
18179 * gdb.btrace/data.exp: Update expected output.
18180
18181 2014-03-06 Yao Qi <yao@codesourcery.com>
18182
18183 * gdb.trace/pr16508.exp: New file.
18184
18185 2014-03-05 Pedro Alves <palves@redhat.com>
18186
18187 PR gdb/16575
18188 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
18189 procedure.
18190 (top level): Adjust to use it. Add tests that exercise breakpoint
18191 interaction with the code-cache.
18192
18193 2014-02-26 Ludovic Courtès <ludo@gnu.org>
18194
18195 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
18196 test for 'history-append!'.
18197
18198 2014-02-26 Joel Brobecker <brobecker@adacore.com>
18199
18200 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
18201 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
18202 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
18203 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
18204 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
18205 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
18206
18207 2014-02-26 Joel Brobecker <brobecker@adacore.com>
18208
18209 * testsuite/gdb.python/py-pp-re-notag.c: New file.
18210 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
18211 * testsuite/gdb.python/py-pp-re-notag.p: New file.
18212
18213 2014-02-26 Joel Brobecker <brobecker@adacore.com>
18214
18215 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
18216
18217 2014-02-26 Joel Brobecker <brobecker@adacore.com>
18218
18219 * gdb.dwarf2/arr-stride.c: New file.
18220 * gdb.dwarf2/arr-stride.exp: New file.
18221
18222 2014-02-26 Pedro Alves <palves@redhat.com>
18223
18224 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
18225 that won't ever trigger. Make sure that GDB reports the correct
18226 breakpoint that caused the stop.
18227
18228 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18229
18230 PR gdb/16626
18231 * gdb.base/auto-load-script: New file.
18232 * gdb.base/auto-load.c: New file.
18233 * gdb.base/auto-load.exp: New file.
18234
18235 PR gdb/16626
18236 * gdb.base/auto-load.exp: Fix out-of-srctree run.
18237
18238 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18239
18240 Fix dw2-icycle.exp -fsanitize=address GDB crash.
18241 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
18242
18243 2014-02-24 Doug Evans <dje@google.com>
18244
18245 * lib/gdb.exp (run_on_host): Log error output if program fails.
18246
18247 2014-02-21 Pedro Alves <palves@redhat.com>
18248
18249 * gdb.threads/step-after-sr-lock.c: Rename to ...
18250 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
18251 * gdb.threads/step-after-sr-lock.exp: Rename to ...
18252 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
18253 ... this.
18254
18255 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
18256
18257 PR tdep/16397
18258 * gdb.arch/amd64-stap-special-operands.exp: New file.
18259 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
18260 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
18261 * gdb.arch/amd64-stap-triplet.S: Likewise.
18262 * gdb.arch/amd64-stap-triplet.c: Likewise.
18263
18264 2014-02-20 Joel Brobecker <brobecker@adacore.com>
18265
18266 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
18267 in .section pseudo-op.
18268
18269 2014-02-20 lin zuojian <manjian2006@gmail.com>
18270 Joel Brobecker <brobecker@adacore.com>
18271 Doug Evans <xdje42@gmail.com>
18272
18273 PR symtab/16581
18274 * gdb.dwarf2/dw2-icycle.S: New file.
18275 * gdb.dwarf2/dw2-icycle.c: New file.
18276 * gdb.dwarf2/dw2-icycle.exp: New file.
18277
18278 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
18279
18280 * gdb.python/py-value-cc.cc: Improve test case to enable testing
18281 operations on gdb.Value objects.
18282 * gdb.python/py-value-cc.exp: Add new test to test operations on
18283 gdb.Value objects.
18284
18285 2014-02-18 Doug Evans <dje@google.com>
18286
18287 * Makefile.in (TESTS): New variable.
18288 (expanded_tests, expanded_tests_or_none): New variables
18289 (check-single): Pass $(expanded_tests_or_none) to runtest.
18290 (check-parallel): Only run tests in $(TESTS) if non-empty.
18291 (check/no-matching-tests-found): New rule.
18292 * README: Document TESTS makefile variable.
18293
18294 2014-02-18 Doug Evans <dje@google.com>
18295
18296 * Makefile.in (check-parallel): rm -rf outputs temp.
18297
18298 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
18299
18300 Fix "ERROR: no fileid for" in the testsuite.
18301 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
18302
18303 2014-02-12 Doug Evans <dje@google.com>
18304
18305 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
18306 (MISCELLANEOUS): New variable.
18307 (clean): rm -rf $(MISCELLANEOUS).
18308 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
18309 dwp live in the same directory as symlinks, with each symlink pointed
18310 to a differently named file in a different directory.
18311
18312 2014-02-11 Doug Evans <dje@google.com>
18313
18314 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
18315 of Tcl file commands.
18316
18317 2014-02-10 Mark Kettenis <kettenis@gnu.org>
18318
18319 * gdb.threads/step-after-sr-lock.exp: Avoid executing
18320 "kill -SIGUSR1 -1".
18321
18322 2014-02-10 Joel Brobecker <brobecker@adacore.com>
18323
18324 * gdb.ada/tick_length_array_enum_idx: New testcase.
18325
18326 2014-02-10 Doug Evans <xdje42@gmail.com>
18327
18328 * configure.ac (AC_OUTPUT): Add gdb.guile.
18329 * configure: Regenerate.
18330 * lib/gdb-guile.exp: New file.
18331 * lib/gdb.exp (get_target_charset): New function.
18332 * gdb.base/help.exp: Update expected output from "apropos apropos".
18333 * gdb.guile/Makefile.in: New file.
18334 * gdb.guile/guile.exp: New file.
18335 * gdb.guile/scm-arch.c: New file.
18336 * gdb.guile/scm-arch.exp: New file.
18337 * gdb.guile/scm-block.c: New file.
18338 * gdb.guile/scm-block.exp: New file.
18339 * gdb.guile/scm-breakpoint.c: New file.
18340 * gdb.guile/scm-breakpoint.exp: New file.
18341 * gdb.guile/scm-disasm.c: New file.
18342 * gdb.guile/scm-disasm.exp: New file.
18343 * gdb.guile/scm-equal.c: New file.
18344 * gdb.guile/scm-equal.exp: New file.
18345 * gdb.guile/scm-error.exp: New file.
18346 * gdb.guile/scm-error.scm: New file.
18347 * gdb.guile/scm-frame-args.c: New file.
18348 * gdb.guile/scm-frame-args.exp: New file.
18349 * gdb.guile/scm-frame-args.scm: New file.
18350 * gdb.guile/scm-frame-inline.c: New file.
18351 * gdb.guile/scm-frame-inline.exp: New file.
18352 * gdb.guile/scm-frame.c: New file.
18353 * gdb.guile/scm-frame.exp: New file.
18354 * gdb.guile/scm-generics.exp: New file.
18355 * gdb.guile/scm-gsmob.exp: New file.
18356 * gdb.guile/scm-iterator.c: New file.
18357 * gdb.guile/scm-iterator.exp: New file.
18358 * gdb.guile/scm-math.c: New file.
18359 * gdb.guile/scm-math.exp: New file.
18360 * gdb.guile/scm-objfile-script-gdb.in: New file.
18361 * gdb.guile/scm-objfile-script.c: New file.
18362 * gdb.guile/scm-objfile-script.exp: New file.
18363 * gdb.guile/scm-objfile.c: New file.
18364 * gdb.guile/scm-objfile.exp: New file.
18365 * gdb.guile/scm-ports.exp: New file.
18366 * gdb.guile/scm-pretty-print.c: New file.
18367 * gdb.guile/scm-pretty-print.exp: New file.
18368 * gdb.guile/scm-pretty-print.scm: New file.
18369 * gdb.guile/scm-section-script.c: New file.
18370 * gdb.guile/scm-section-script.exp: New file.
18371 * gdb.guile/scm-section-script.scm: New file.
18372 * gdb.guile/scm-symbol.c: New file.
18373 * gdb.guile/scm-symbol.exp: New file.
18374 * gdb.guile/scm-symtab-2.c: New file.
18375 * gdb.guile/scm-symtab.c: New file.
18376 * gdb.guile/scm-symtab.exp: New file.
18377 * gdb.guile/scm-type.c: New file.
18378 * gdb.guile/scm-type.exp: New file.
18379 * gdb.guile/scm-value-cc.cc: New file.
18380 * gdb.guile/scm-value-cc.exp: New file.
18381 * gdb.guile/scm-value.c: New file.
18382 * gdb.guile/scm-value.exp: New file.
18383 * gdb.guile/source2.scm: New file.
18384 * gdb.guile/types-module.cc: New file.
18385 * gdb.guile/types-module.exp: New file.
18386
18387 2014-02-10 Yao Qi <yao@codesourcery.com>
18388
18389 PR testsuite/16543
18390 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
18391 * configure: Regenerated.
18392 * Makefile.in: New file.
18393
18394 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
18395
18396 * gdb.python/py-framefilter.exp: Fix typo.
18397
18398 2014-02-08 Yao Qi <yao@codesourcery.com>
18399
18400 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
18401 that no =breakpoint-modified is emitted when breakpoints are
18402 modified through MI commands.
18403
18404 2014-02-07 Pedro Alves <pedro@codesourcery.com>
18405 Pedro Alves <palves@redhat.com>
18406
18407 * gdb.threads/step-after-sr-lock.c: New file.
18408 * gdb.threads/step-after-sr-lock.exp: New file.
18409
18410 2014-02-07 Pedro Alves <palves@redhat.com>
18411
18412 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
18413
18414 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
18415
18416 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
18417 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
18418
18419 2014-02-06 Doug Evans <xdje42@gmail.com>
18420
18421 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
18422 output.
18423
18424 * gdb.gdb/python-interrupts.exp: New file.
18425
18426 2014-02-05 Yao Qi <yao@codesourcery.com>
18427
18428 * gdb.trace/report.exp (use_collected_data): Test the output
18429 of "info threads" and "info inferiors".
18430
18431 2014-02-05 Yao Qi <yao@codesourcery.com>
18432
18433 Revert this patch:
18434
18435 2013-05-24 Yao Qi <yao@codesourcery.com>
18436
18437 * gdb.trace/tfile.exp: Test inferior and thread.
18438
18439 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18440
18441 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
18442 on a function.
18443 * gdb.base/step-bt.c: Call hello via function pointer to make
18444 sure its first instruction is executed on powerpc64le-linux.
18445
18446 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18447
18448 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
18449
18450 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18451
18452 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
18453 of the test patterns for use on little-endian systems.
18454
18455 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18456
18457 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
18458 (decimal_vector): Fix for little-endian.
18459
18460 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
18461
18462 * gdb.arch/sparc-sysstep.exp: New file.
18463 * gdb.arch/sparc-sysstep.c: Likewise.
18464
18465 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
18466
18467 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18468
18469 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
18470
18471 2014-01-23 Tom Tromey <tromey@redhat.com>
18472
18473 * gdb.ada/array_char_idx: New testcase.
18474
18475 2014-01-23 Tom Tromey <tromey@redhat.com>
18476
18477 PR python/16487:
18478 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
18479 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
18480 classes.
18481
18482 2014-01-23 Tom Tromey <tromey@redhat.com>
18483
18484 PR python/16491:
18485 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
18486 string from an inferior frame.
18487 * gdb.python/py-framefilter-mi.exp: Update.
18488
18489 2014-01-22 Doug Evans <dje@google.com>
18490
18491 * gdb.server/server-mon.exp: Add tests for "set debug-format".
18492
18493 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18494
18495 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
18496
18497 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18498
18499 * gdb.trace/entry-values.exp: Remove excess space character from
18500 regex patterns. Handle s390 call instruction.
18501
18502 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18503
18504 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
18505 define "*_start" label. Make "name" static.
18506 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
18507 ${name} by references to ${name}_start.
18508
18509 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18510
18511 * gdb.base/info-macros.exp: Remove "debug" from the compile
18512 options.
18513
18514 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18515
18516 * gdb.dlang/demangle.exp: New file.
18517
18518 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18519
18520 * gdb.dlang/primitive-types.exp: New file.
18521
18522 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18523
18524 * configure.ac: Create gdb.dlang/Makefile.
18525 * configure: Regenerate.
18526 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
18527 * gdb.dlang/Makefile.in: New file.
18528 * lib/d-support.exp: New file.
18529 * lib/gdb.exp (skip_d_tests): New proc.
18530
18531 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18532
18533 * gdb.btrace/delta.exp: Check reverse stepi.
18534 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
18535 * gdb.btrace/finish.exp: New.
18536 * gdb.btrace/next.exp: New.
18537 * gdb.btrace/nexti.exp: New.
18538 * gdb.btrace/record_goto.c: Add comments.
18539 * gdb.btrace/step.exp: New.
18540 * gdb.btrace/stepi.exp: New.
18541 * gdb.btrace/multi-thread-step.c: New.
18542 * gdb.btrace/multi-thread-step.exp: New.
18543 * gdb.btrace/rn-dl-bind.c: New.
18544 * gdb.btrace/rn-dl-bind.exp: New.
18545 * gdb.btrace/data.c: New.
18546 * gdb.btrace/data.exp: New.
18547 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
18548
18549 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18550
18551 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
18552 * gdb.btrace/exception.exp: Update.
18553 * gdb.btrace/instruction_history.exp: Update.
18554 * gdb.btrace/record_goto.exp: Update.
18555 * gdb.btrace/tailcall.exp: Update.
18556 * gdb.btrace/unknown_functions.exp: Update.
18557 * gdb.btrace/delta.exp: New.
18558
18559 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18560
18561 * gdb.btrace/record_goto.exp: Add backtrace test.
18562 * gdb.btrace/tailcall.exp: Add backtrace test.
18563
18564 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18565
18566 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
18567 * gdb.btrace/record_goto.c: New.
18568 * gdb.btrace/record_goto.exp: New.
18569 * gdb.btrace/x86-record_goto.S: New.
18570
18571 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18572
18573 * gdb.btrace/function_call_history.exp: Update tests.
18574 * gdb.btrace/instruction_history.exp: Update tests.
18575
18576 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18577
18578 * gdb.btrace/function_call_history.exp: Fix expected field
18579 order for "record function-call-history".
18580 Add new tests for "record function-call-history /c".
18581 * gdb.btrace/exception.cc: New.
18582 * gdb.btrace/exception.exp: New.
18583 * gdb.btrace/tailcall.exp: New.
18584 * gdb.btrace/x86-tailcall.S: New.
18585 * gdb.btrace/x86-tailcall.c: New.
18586 * gdb.btrace/unknown_functions.c: New.
18587 * gdb.btrace/unknown_functions.exp: New.
18588 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
18589
18590 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18591
18592 * gdb.btrace/instruction_history.exp: Update.
18593 * gdb.btrace/function_call_history.exp: Update.
18594
18595 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18596
18597 * gdb.btrace/function_call_history.exp: Fix expected function
18598 trace.
18599 * gdb.btrace/instruction_history.exp: Initialize traced.
18600 Remove traced_functions.
18601
18602 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18603
18604 * gdb.btrace/function_call_history.exp: Update
18605 * gdb.btrace/instruction_history.exp: Update.
18606
18607 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18608
18609 * gdb.btrace/enable.exp: Update expected text.
18610
18611 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
18612
18613 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
18614 bytes.
18615
18616 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
18617
18618 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
18619
18620 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
18621
18622 * lib/gdb.exp (supports_process_record): Return true for
18623 arm*-linux*. (supports_reverse): Likewise.
18624
18625 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
18626
18627 PR python/15464
18628 PR python/16113
18629 * gdb.python/py-type.c: Enhance test case.
18630 * gdb.python/py-value-cc.cc: Likewise
18631 * gdb.python/py-type.exp: Add new tests.
18632 * gdb.python/py-value-cc.exp: Likewise
18633
18634 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
18635 Pedro Alves <palves@redhat.com>
18636
18637 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
18638 Make "name" extern.
18639 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
18640 references to ${name}_start by references to ${name}.
18641
18642 2014-01-10 Joel Brobecker <brobecker@adacore.com>
18643
18644 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
18645
18646 2014-01-10 Joel Brobecker <brobecker@adacore.com>
18647
18648 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
18649
18650 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
18651 Pedro Alves <palves@redhat.com>
18652
18653 * gdb.mi/mi-info-os.exp: Connect to the target with
18654 mi_gdb_target_load.
18655
18656 2014-01-08 Pedro Alves <palves@redhat.com>
18657
18658 * gdb.threads/reconnect-signal.c: New file.
18659 * gdb.threads/reconnect-signal.exp: New file.
18660
18661 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
18662
18663 * gdb.base/source-dir.exp: New file.
18664
18665 2014-01-07 Joel Brobecker <brobecker@adacore.com>
18666
18667 * gdb.ada/mi_interface: New testcase.
18668
18669 2014-01-07 Joel Brobecker <brobecker@adacore.com>
18670
18671 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
18672 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
18673 gdb.ada/pp-rec-component/pck.ads: New files.
18674
18675 2014-01-07 Joel Brobecker <brobecker@adacore.com>
18676
18677 * gdb.python/py-pp-integral.c: New file.
18678 * gdb.python/py-pp-integral.py: New file.
18679 * gdb.python/py-pp-integral.exp: New file.
18680
18681 For older changes see ChangeLog-1993-2013.
18682 \f
18683 ;; Local Variables:
18684 ;; mode: change-log
18685 ;; left-margin: 8
18686 ;; fill-column: 74
18687 ;; version-control: never
18688 ;; End:
18689
18690 Copyright 2014-2020 Free Software Foundation, Inc.
18691 Copying and distribution of this file, with or without modification,
18692 are permitted provided the copyright notice and this notice are preserved.
This page took 0.488955 seconds and 4 git commands to generate.