]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/testsuite/ChangeLog
Mark discriminants as artificial in gdb.dwarf2/variant.exp
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2020-03-11 Tom Tromey <tromey@adacore.com>
2
3 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
4
5 2020-03-11 Tom de Vries <tdevries@suse.de>
6
7 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
8
9 2020-03-11 Tom de Vries <tdevries@suse.de>
10
11 * gdb.base/break-interp.exp: Limit verbose scope.
12
13 2020-03-11 Tom de Vries <tdevries@suse.de>
14
15 * gdb.fortran/logical.f90: Define variable with character type.
16 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
17
18 2020-03-11 Tom de Vries <tdevries@suse.de>
19
20 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
21
22 2020-03-11 Tom de Vries <tdevries@suse.de>
23
24 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
25 symtabs.
26
27 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
28 Bernd Edlinger <bernd.edlinger@hotmail.de>
29
30 * gdb.cp/step-and-next-inline.cc: New file.
31 * gdb.cp/step-and-next-inline.exp: New file.
32 * gdb.cp/step-and-next-inline.h: New file.
33 * gdb.dwarf2/dw2-is-stmt.c: New file.
34 * gdb.dwarf2/dw2-is-stmt.exp: New file.
35 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
36 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
37 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
38
39 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
40
41 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
42 is-stmt flag in the line table.
43
44 2020-03-09 Tom de Vries <tdevries@suse.de>
45
46 * lib/gdb.exp (cached_file): Create cache dir.
47
48 2020-03-07 Tom de Vries <tdevries@suse.de>
49
50 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
51 * gdb.cp/rvalue-ref-params.exp: Same.
52
53 2020-03-06 Tom de Vries <tdevries@suse.de>
54
55 * lib/gdb.exp (tentative_rename, cached_file): New proc.
56 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
57
58 2020-03-06 Tom de Vries <tdevries@suse.de>
59
60 * README: Fix "the the".
61 * gdb.base/dprintf.exp: Same.
62
63 2020-03-05 Tom de Vries <tdevries@suse.de>
64
65 * gdb.base/maint.exp: Update "main print statistics" expected output.
66
67 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
68
69 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
70 (fortran_int8): Likewise.
71 (fortran_real4): Likewise.
72 (fortran_real8): Likewise.
73 (fortran_complex4): Likewise.
74 (fortran_logical4): Likewise.
75 (fortran_character1): Likewise.
76
77 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
78
79 * gdb.fortran/logical.exp: Add tests that any non-zero value is
80 printed as true.
81
82 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
83
84 * gdb.base/printcmds.exp: Add test to verify printf of a
85 variable holding an address.
86
87 2020-03-03 Tom de Vries <tdevries@suse.de>
88
89 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
90
91 2020-03-03 Tom de Vries <tdevries@suse.de>
92
93 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
94 gdb_test_multiple call.
95
96 2020-03-03 Tom de Vries <tdevries@suse.de>
97
98 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
99 gdb_test_multiple calls.
100
101 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
102
103 * gdb.base/default.exp: Remove test of 'set history filename'.
104 * gdb.base/gdbinit-history.exp: Add tests for setting the history
105 filename to the empty string.
106 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
107 and GDBHISTSIZE.
108
109 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
110
111 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
112 disabled.
113
114 2020-03-02 Pedro Alves <palves@redhat.com>
115 Tom de Vries <tdevries@suse.de>
116
117 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
118 -prompt prefix, before user_code argument. Add -lbl option likewise.
119 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
120 (gdb_is_target_1): Add -prompt prefix and move to before user_code
121 argument.
122 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
123 have "\r\n" at start-of-line, instead of at end-of-line.
124
125 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
126
127 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
128 libinproctrace.so.
129
130 2020-02-28 Luis Machado <luis.machado@linaro.org>
131
132 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
133 to "p/x".
134
135 2020-02-28 Luis Machado <luis.machado@linaro.org>
136
137 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
138 asm/ptrace.h and error.h.
139
140 2020-02-28 Tom de Vries <tdevries@suse.de>
141
142 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
143 (struct wrapper, do_something, mundane/symada__cS): Move ...
144 * gdb.base/c-linkage-name-2.c: ... here. New source file.
145 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
146 Update "print symada__cS before partial symtab expansion" regexp.
147 Update breakpoint location. Flush symbol cache after expansion.
148
149 2020-02-28 Luis Machado <luis.machado@linaro.org>
150
151 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
152
153 2020-02-27 Tom de Vries <tdevries@suse.de>
154
155 * config/sid.exp: Remove unused globals.
156 * gdb.base/attach.exp: Same.
157 * gdb.base/catch-load.exp: Same.
158 * gdb.base/dbx.exp: Same.
159 * lib/gdb.exp: Same.
160 * lib/mi-support.exp: Same.
161 * lib/prompt.exp: Same.
162
163 2020-02-27 Tom de Vries <tdevries@suse.de>
164
165 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
166 not set.
167
168 2020-02-26 Aaron Merey <amerey@redhat.com>
169
170 * gdb.debuginfod: New directory for debuginfod tests.
171 * gdb.debuginfod/main.c: New test file.
172 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
173
174 2020-02-26 Tom de Vries <tdevries@suse.de>
175
176 PR gdb/25603
177 * gdb.base/persistent-lang.cc: New test.
178 * gdb.base/persistent-lang.exp: New file.
179
180 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
181
182 * gdb.fortran/derived-type-striding.exp: Add a new test.
183 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
184 new test.
185
186 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
187
188 * gdb.base/cached-source-file.exp: Avoid source file paths in test
189 names.
190
191 2020-02-25 Tom de Vries <tdevries@suse.de>
192
193 PR go/18926
194 * gdb.go/methods.exp: Remove gcc/93866 xfail.
195
196 2020-02-24 Tom de Vries <tdevries@suse.de>
197
198 PR gdb/25592
199 * gdb.base/info-locals-unused-static-var.c: New test.
200 * gdb.base/info-locals-unused-static-var.exp: New file.
201
202 2020-02-22 Tom Tromey <tom@tromey.com>
203
204 * gdb.python/tui-window.exp: New file.
205 * gdb.python/tui-window.py: New file.
206
207 2020-02-22 Tom Tromey <tom@tromey.com>
208
209 PR tui/17850:
210 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
211 tests.
212
213 2020-02-22 Tom Tromey <tom@tromey.com>
214
215 * gdb.tui/new-layout.exp: Add sub-layout tests.
216
217 2020-02-22 Tom Tromey <tom@tromey.com>
218
219 * gdb.tui/new-layout.exp: New file.
220
221 2020-02-22 Tom Tromey <tom@tromey.com>
222
223 * gdb.rust/rust-style.rs: New file.
224 * gdb.rust/rust-style.exp: New file.
225 * gdb.base/style.exp: Test structure printing.
226 * gdb.base/style.c (struct some_struct): New type.
227 (enum etype): New type.
228 (struct_value): New global.
229
230 2020-02-21 Tom de Vries <tdevries@suse.de>
231
232 PR go/18926
233 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
234 Remove blanket xfails. Use message argument for gdb_breakpoint.
235 Make continuing to breakpoint test conditional on setting breakpoint.
236 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
237 DW_AT_name attribute. Add xfail for GCC PR93866.
238
239 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
240
241 * gdb.dwarf2/cpp-linkage-name.c: New file.
242 * gdb.dwarf2/cpp-linkage-name.exp: New file.
243
244 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
245
246 * lib/gdb.exp (gdb_wrapper_init): Reset
247 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
248 not exist.
249
250 2020-02-20 Tom de Vries <tdevries@suse.de>
251
252 PR go/17018
253 * gdb.go/hello.exp: Copy ...
254 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
255 print of st to print value of global definition. Add xfail for GCC
256 PR93844.
257 * gdb.go/hello.exp: Remove printing of st before definition.
258 * gdb.go/hello.go: Copy ...
259 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
260 to st.
261 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
262
263 2020-02-20 Tom de Vries <tdevries@suse.de>
264
265 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
266 (gdb_simple_compile): Handle compile_flags go by using .go extension
267 for source file.
268 * gdb.go/chan.exp: Use support_go_compile.
269 * gdb.go/handcall.exp: Same.
270 * gdb.go/hello.exp: Same.
271 * gdb.go/integers.exp: Same.
272 * gdb.go/max-depth.exp: Same.
273 * gdb.go/methods.exp: Same.
274 * gdb.go/package.exp: Same.
275 * gdb.go/strings.exp: Same.
276 * gdb.go/types.exp: Same.
277 * gdb.go/unsafe.exp: Same.
278
279 2020-02-19 Tom de Vries <tdevries@suse.de>
280
281 * gdb.python/lib-types.exp: Make xfail more strict.
282
283 2020-02-19 Tom de Vries <tdevries@suse.de>
284
285 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
286
287 2020-02-19 Doug Evans <dje@google.com>
288
289 PR rust/25535
290 * gdb.rust/simple.exp: Add test.
291 * gdb.rust/simple.rs: Add test.
292
293 2020-02-19 Tom de Vries <tdevries@suse.de>
294
295 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
296 output line-by-line.
297
298 2020-02-19 Tom de Vries <tdevries@suse.de>
299
300 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
301
302 2020-02-19 Tom de Vries <tdevries@suse.de>
303
304 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
305 prelink.
306
307 2020-02-19 Tom de Vries <tdevries@suse.de>
308
309 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
310 (gdb_do_cache): Use gdb_do_cache_wrap.
311 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
312
313 2020-02-19 Tom de Vries <tdevries@suse.de>
314
315 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
316 gdb_compile option.
317
318 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
319
320 * gdb.base/printcmds.exp (test_print_enums): Update expected
321 output.
322
323 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
324
325 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
326 for "unknown".
327
328 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
329
330 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
331 enumerator.
332
333 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
334
335 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
336 FE_, add FE_NONE.
337 (three): Update.
338 (enum flag_enum_without_zero): New enum.
339 (flag_enum_without_zero): New variable.
340 (enum not_flag_enum): New enum.
341 (three_not_flag): New variable.
342 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
343 (test_print_enums): Add more tests for printing flag enums.
344
345 2020-02-18 Tom de Vries <tdevries@suse.de>
346
347 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
348 (gdb_compile_ada): ... here.
349 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
350 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
351
352 2020-02-14 Tom Tromey <tom@tromey.com>
353
354 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
355 build directory.
356 * boards/gdbserver-base.exp: Update path to gdbserver.
357
358 2020-02-13 Tom de Vries <tdevries@suse.de>
359
360 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
361
362 2020-02-13 Tom de Vries <tdevries@suse.de>
363
364 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
365 are missing.
366
367 2020-02-13 Tom de Vries <tdevries@suse.de>
368
369 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
370 call.
371
372 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
373
374 PR tui/25126
375 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
376 * gdb.base/cached-source-file.c: New file.
377 * gdb.base/cached-source-file.exp: New file.
378
379 2020-02-11 Tom de Vries <tdevries@suse.de>
380
381 PR testsuite/25488
382 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
383
384 2020-02-10 Tom de Vries <tdevries@suse.de>
385
386 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
387
388 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
389
390 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
391 and $after_addr are both integers before making a comparison.
392
393 2020-02-09 Tom de Vries <tdevries@suse.de>
394
395 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
396 command output and paste it into gdb.log. If any, paste catch message
397 to gdb.log.
398
399 2020-02-07 Tom Tromey <tromey@adacore.com>
400
401 PR breakpoints/24915:
402 * gdb.base/annotate-symlink.exp: Use setup_xfail.
403
404 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
405
406 * gdb.tui/tui-missing-src.exp: Add the "missing source
407 file" test for the TUI.
408
409 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
410
411 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
412 including a port number in the output.
413
414 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
415
416 * lib/fortran.exp (fortran_int4): Handle clang.
417 (fortran_int8): Likewise.
418 (fortran_real4): Likewise.
419 (fortran_real8): Likewise.
420 (fortran_complex4): Likewise.
421 (fortran_logical4): Likewise.
422 (fortran_character1): Likewise.
423
424 2020-02-04 Tom de Vries <tdevries@suse.de>
425
426 * README (Race detection): Add note.
427
428 2020-02-04 Tom de Vries <tdevries@suse.de>
429
430 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
431
432 2020-02-04 Tom de Vries <tdevries@suse.de>
433
434 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
435
436 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
437
438 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
439 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
440 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
441 blttar, bnetarl.
442 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
443 binary for blttar, bnetarl.
444 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
445 wait instruction. Delete ldmx test.
446 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
447
448 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
449
450 * gdb.fortran/array-bounds-high.exp: New file.
451 * gdb.fortran/array-bounds-high.f90: New file.
452
453 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
454
455 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
456 Replace #include of <sys/fcntl.h> by <fcntl.h>.
457
458 2020-02-01 Tom de Vries <tdevries@suse.de>
459
460 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
461
462 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
463
464 PR tui/9765
465 * gdb.tui/tui-layout-asm-short-prog.S: New file.
466 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
467
468 2020-01-29 Luis Machado <luis.machado@linaro.org>
469
470 * gdb.arch/aarch64-brk-patterns.c: New source file.
471 * gdb.arch/aarch64-brk-patterns.exp: New test.
472
473 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
474
475 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
476 GCC/Clang version.
477 * gdb.cp/pass-by-ref.exp: Ditto.
478
479 2020-01-29 Tom de Vries <tdevries@suse.de>
480
481 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
482 * gdb.threads/watchpoint-fork-mt.c: Same.
483 * gdb.threads/watchpoint-fork-parent.c: Same.
484 * gdb.threads/watchpoint-fork-st.c: Same.
485 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
486
487 2020-01-27 Luis Machado <luis.machado@linaro.org>
488
489 * gdb.base/step-over-syscall.exp (setup): Check if we're already
490 sitting at a syscall instruction when we hit the syscall function's
491 breakpoint.
492 Check PC against one obtained with the x command.
493 Validate syscall number.
494 (step_over_syscall): Don't continue to the syscall instruction if
495 we're already there.
496
497 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
498
499 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
500
501 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
502
503 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
504 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
505
506 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
507
508 * gdb.dwarf2/dw2-inline-stepping.c: New file.
509 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
510
511 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
512
513 * gdb.base/maint.exp: Update line table parsing test.
514 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
515
516 2020-01-24 Pedro Alves <palves@redhat.com>
517
518 PR gdb/25410
519 * gdb.multi/multi-re-run-1.c: New.
520 * gdb.multi/multi-re-run-2.c: New.
521 * gdb.multi/multi-re-run.exp: New.
522
523 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
524
525 PR gdb/23718
526 * gdb.server/server-kill-python.exp: New file.
527
528 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
529
530 * gdb.server/multi-ui-errors.c: New file.
531 * gdb.server/multi-ui-errors.exp: New file.
532
533 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
534
535 PR tui/9765
536 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
537
538 2020-01-19 Tom Tromey <tom@tromey.com>
539
540 * gdb.tui/main.exp: Add check for plain "file".
541
542 2020-01-16 Christian Biesinger <cbiesinger@google.com>
543
544 * lib/gdb.exp: Fix spelling error (seperatelly).
545
546 2020-01-14 Tom Tromey <tom@tromey.com>
547
548 PR symtab/12535:
549 * gdb.python/python.exp: Test decode_line with empty string
550 argument.
551
552 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
553
554 * gdb.base/skip-inline.exp: Extend test.
555
556 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
557
558 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
559 * gdb.dwarf2/dw2-bad-elf.c: New file.
560 * gdb.dwarf2/dw2-bad-elf.exp: New file.
561
562 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
563
564 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
565 _line_saw_file.
566
567 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
568
569 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
570 border.
571
572 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
573
574 * gdb.multi/multi-target.exp (setup): Factor out "info
575 connections" and "info inferiors" tests to ...
576 (test_info_inferiors): ... this new procedure.
577 (top level): Run new "info-inferiors" tests.
578
579 2020-01-10 Pedro Alves <palves@redhat.com>
580
581 * gdb.server/bkpt-other-inferior.exp: New file.
582
583 2020-01-10 Pedro Alves <palves@redhat.com>
584
585 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
586 of "add-inferior".
587 * gdb.base/quit-live.exp: Likewise.
588 * gdb.base/remote-exec-file.exp: Likewise.
589 * gdb.guile/scm-progspace.exp: Likewise.
590 * gdb.linespec/linespec.exp: Likewise.
591 * gdb.mi/new-ui-mi-sync.exp: Likewise.
592 * gdb.mi/user-selected-context-sync.exp: Likewise.
593 * gdb.multi/multi-target.exp (setup): Add "info connection" and
594 "info inferiors" tests.
595 * gdb.multi/remove-inferiors.exp: Adjust expected output of
596 "add-inferior".
597 * gdb.multi/watchpoint-multi.exp: Likewise.
598 * gdb.python/py-inferior.exp: Likewise.
599 * gdb.server/extended-remote-restart.exp: Likewise.
600 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
601 "info inferiors".
602 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
603 * gdb.trace/report.exp: Likewise.
604
605 2020-01-10 Pedro Alves <palves@redhat.com>
606
607 * gdb.multi/multi-target.c: New file.
608 * gdb.multi/multi-target.exp: New file.
609 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
610 mode requested, but remote does not support non-stop".
611
612 2020-01-10 Pedro Alves <palves@redhat.com>
613
614 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
615 disconnect before reconnecting.
616
617 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
618 Pedro Alves <palves@redhat.com>
619
620 * gdb.server/connect-without-multi-process.exp: Also test
621 continuing to end.
622
623 2020-01-10 Pedro Alves <palves@redhat.com>
624
625 * gdb.base/remote-exec-file.exp: New file.
626
627 2020-01-10 Pedro Alves <palves@redhat.com>
628
629 * gdb.base/fork-running-state.exp (do_test): Adjust expected
630 output.
631 * gdb.threads/async.c: New.
632 * gdb.threads/async.exp: New.
633 * gdb.multi/tids-gid-reset.c: New.
634 * gdb.multi/tids-gid-reset.exp: New.
635
636 2020-01-10 George Barrett <bob@bob131.so>
637
638 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
639 to help in finding the image relocation offset.
640 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
641 options in arguments.
642 (stap_test_no_debuginfo): Likewise.
643 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
644 test variants.
645 (stap_test): Add null semaphore relocation test.
646
647 2020-01-10 George Barrett <bob@bob131.so>
648
649 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
650 * gdb.base/stap-probe.exp: Likewise.
651 (stap_test): Pass argument as an additional flag.
652 (stap_test_no_debuginfo): Likewise.
653 (stap_test): Check `info probes stap' output for semaphore
654 addresses if the test binary is supposed to have them.
655
656 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
657
658 * gdb.tui/basic.exp: Add more scrolling tests.
659
660 2020-01-09 Tom Tromey <tom@tromey.com>
661
662 PR tui/18932:
663 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
664 meangingful value.
665 (Term::command, Term::resize): Update.
666 * gdb.tui/basic.exp: Add scrolling test.
667
668 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
669
670 * gdb.tui/tui-layout-asm.exp: New file.
671
672 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
673
674 * lib/tuiterm.exp (Term::check_box_contents): New proc.
675
676 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
677
678 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
679 (Term::enter_tui): Use Term::prepare_for_tui.
680
681 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
682
683 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
684 called.
685
686 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
687
688 * gdb.base/skip.exp: Fix race condition in test.
689
690 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
691
692 * gdb.base/backtrace.c: New file.
693 * gdb.base/backtrace.exp: New file.
694
695 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
696
697 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
698
699 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
700
701 * gdb.base/style.exp: Test that warnings are styled.
702
703 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
704
705 * gdb.base/line65535.exp: New file.
706 * gdb.base/line65535.c: New file.
707
708 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
709
710 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
711 * lib/gnat_debug_info_test.adb: New file.
712 * gdb.ada/ptype_tagged_param.exp: Use
713 gnat_runtime_has_debug_info, expect a different output if
714 runtime does not have debug info.
715
716 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
717
718 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
719 (another) quote in test name.
720
721 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
722
723 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
724 Add quote in test name.
725
726 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
727
728 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
729 directory instead.
730 * gdb.cp/pass-by-ref.exp: Extend with more cases.
731 * gdb.cp/pass-by-ref-2.cc: New file.
732 * gdb.cp/pass-by-ref-2.exp: New file.
733
734 2019-12-20 Tom Tromey <tom@tromey.com>
735
736 * gdb.tui/list-before.exp: New file.
737
738 2019-12-20 Tom Tromey <tom@tromey.com>
739
740 * gdb.tui/list.exp: Check for source on initial listing.
741
742 2019-12-11 Tom Tromey <tromey@adacore.com>
743
744 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
745 Add crlf test.
746
747 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
748
749 * gdb.base/default.exp: Update value of $_gdb_major.
750
751 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
752
753 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
754
755 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
756
757 * gdb.base/skip.exp: Whitespace fix.
758
759 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
760
761 * gdb.base/skip-inline.c: New file.
762 * gdb.base/skip-inline.exp: New file.
763
764 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
765
766 * gdb.base/jit-reader.exp (jit_reader_test): Rename
767 jit_function_00 to jit_function_stack_mangle.
768 * gdb.base/jithost.c (jit_function_t): Rename to...
769 (jit_function_stack_mangle_t): ... this.
770 (jit_function_add_t): New typedef.
771 (jit_function_00_code): Rename to...
772 (jit_function_stack_mangle_code): ... this, make static.
773 (jit_function_add_code): New.
774 (main): Generate "add" function and call it. Adjust to changes
775 in jithost_abi.
776 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
777 (struct jithost_abi) <begin, end>: Remove fields.
778 <object, function_stack_mangle, function_add>: New fields.
779 * gdb.base/jitreader.c (struct reader_state) <code_begin,
780 code_end>: Remove fields.
781 <func_stack_mangle>: New field.
782 (read_debug_info): Adjust to renaming, create block for "add"
783 function.
784 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
785
786 2019-12-11 Tom Tromey <tom@tromey.com>
787
788 * gdb.tui/resize.exp: Fix regexp.
789 * gdb.tui/regs.exp: Fix regexps.
790 * gdb.tui/main.exp: Fix regexp.
791
792 2019-12-11 Tom Tromey <tom@tromey.com>
793
794 * gdb.tui/resize.exp: Update.
795 * gdb.tui/empty.exp (layouts): Update.
796
797 2019-12-11 Tom Tromey <tom@tromey.com>
798
799 * gdb.tui/regs.exp: Update.
800 * gdb.tui/empty.exp (layouts): Update.
801 * gdb.tui/basic.exp: Update.
802 * lib/tuiterm.exp (_check_box): Don't check bottom border.
803
804 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
805
806 * gdb.base/options.exp: Add -raw-values in the print completion list.
807 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
808
809 2019-12-10 Kevin Buettner <kevinb@redhat.com>
810
811 * gdb.threads/omp-par-scope.c: New file.
812 * gdb/threads/omp-par-scope.exp: New file.
813
814 2019-12-10 Kevin Buettner <kevinb@redhat.com>
815
816 * lib/gdb.exp (support_nested_function_tests): New proc.
817
818 2019-12-10 Kevin Buettner <kevinb@redhat.com>
819
820 * lib/gdb.exp (gdb_compile_openmp): New proc.
821 (build_executable_from_specs): Add an "openmp" option.
822 (gdb_compile_pthreads): Add non-executable case.
823
824 2019-12-10 Tom Tromey <tromey@adacore.com>
825
826 * gdb.ada/unchecked_union.exp: New file.
827 * gdb.ada/unchecked_union/pck.adb: New file.
828 * gdb.ada/unchecked_union/pck.ads: New file.
829 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
830 * gdb-utils.exp (string_to_regexp): Also quote "?".
831
832 2019-12-10 George Barrett <bob@bob131.so>
833
834 Test scripted probe breakpoints.
835 * gdb.guile/scm-breakpoint.c (main): Add probe point.
836 * gdb.python/py-breakpoint.c (main): Likewise.
837 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
838 specifier test.
839 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
840
841 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
842
843 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
844 an rvalue parameter.
845 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
846 parameter.
847
848 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
849
850 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
851 modules.
852
853 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
854
855 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
856 broken version of GCC.
857
858 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
859
860 * gdb.fortran/info-modules.exp: Rewrite to make use of new
861 sym-info-cmds library.
862 * gdb.fortran/info-types.exp: Likewise.
863 * lib/sym-info-cmds.exp: New file.
864
865 2019-12-08 Tom de Vries <tdevries@suse.de>
866
867 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
868
869 2019-12-07 Keith Seitz <keiths@redhat.com>
870
871 * gdb.base/corefile-buildid-shlib-shr.c: New file.
872 * gdb.base/corefile-buildid-shlib.c: New file.
873 * gdb.base/corefile-buildid.c: New file.
874 * gdb.base/corefile-buildid.exp: New file.
875
876 2019-12-06 Tom de Vries <tdevries@suse.de>
877
878 * gdb.dwarf2/varval.exp: Add decl before def test.
879
880 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
881
882 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
883
884 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
885
886 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
887 CV and reference conversion for overload resolution.
888 * gdb.cp/rvalue-ref-overload.exp: Test it.
889
890 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
891
892 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
893 * gdb.base/frameapply.exp: Test faas without command.
894
895 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
896
897 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
898 Fortran tests.
899 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
900 order.
901
902 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
903
904 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
905 casting to type with no kind specified.
906 (test_basic_parsing_of_type_kinds): Additional tests for types
907 with no kind specified, and add tests for single/double
908 precision/complex types.
909
910 2019-12-04 Tom Tromey <tromey@adacore.com>
911
912 * gdb.base/endianity.c (struct other) <x>: New field.
913 (main): Initialize it.
914 * gdb.base/endianity.exp: Update.
915
916 2019-12-04 Tom Tromey <tromey@adacore.com>
917
918 * gdb.ada/scalar_storage/storage.adb: New file.
919 * gdb.ada/scalar_storage/pck.adb: New file.
920 * gdb.ada/scalar_storage/pck.ads: New file.
921 * gdb.ada/scalar_storage.exp: New file.
922
923 2019-12-04 Tom Tromey <tromey@adacore.com>
924
925 * gdb.base/endianity.c (struct otherendian) <f>: New field.
926 (main): Initialize it.
927 * gdb.base/endianity.exp: Update.
928
929 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
930
931 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
932
933 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
934
935 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
936 -symbol-info-module-functions and -symbol-info-module-variables.
937
938 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
939
940 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
941
942 2019-12-01 Richard Bunt <richard.bunt@arm.com>
943 Andrew Burgess <andrew.burgess@embecosm.com>
944
945 * gdb.fortran/derived-type-striding.exp: New file.
946 * gdb.fortran/derived-type-striding.f90: New file.
947 * gdb.fortran/array-slices.exp: New file.
948 * gdb.fortran/array-slices.f90: New file.
949
950 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
951
952 * gdb.base/define.exp: Test . in command names.
953 * gdb.base/setshow.exp: Update test, as . is now part of
954 command name.
955
956 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
957
958 * gdb.base/define-prefix.exp: New file.
959
960 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
961
962 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
963 compile.
964 (skip_btrace_pt_tests): Likewise.
965
966 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
967
968 * gdb.fortran/info-modules.exp: Compile source files in correct
969 order.
970
971 2019-11-27 Kevin Buettner <kevinb@redhat.com>
972
973 * gdb.dwarf2/imported-unit.exp: New file.
974 * gdb.dwarf2/imported-unit.c: New file.
975
976 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
977
978 * gdb.mi/mi-fortran-modules-2.f90: New file.
979 * gdb.mi/mi-fortran-modules.exp: New file.
980 * gdb.mi/mi-fortran-modules.f90: New file.
981
982 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
983
984 * gdb.mi/mi-sym-info-1.c: New file.
985 * gdb.mi/mi-sym-info-2.c: New file.
986 * gdb.mi/mi-sym-info.exp: New file.
987
988 2019-11-22 Tom Tromey <tromey@adacore.com>
989
990 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
991 * gdb.ada/tasks/foo.adb: Add another stopping location.
992
993 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
994
995 * gdb.base/endianity.c: New test.
996 * gdb.base/endianity.exp: New file.
997
998 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
999
1000 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
1001
1002 2019-11-21 Tom de Vries <tdevries@suse.de>
1003
1004 PR gdb/24956
1005 * gdb.base/ui-redirect.exp: Test output of user-defined command.
1006
1007 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
1008
1009 * gdb.python/py-progspace.exp: Add missing parentheses on some
1010 'print' commands.
1011
1012 2019-11-19 Tom Tromey <tom@tromey.com>
1013
1014 * gdb.tui/winheight.exp: New file.
1015
1016 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1017
1018 * gdb.base/ctf-whatis.c: Delete.
1019 * gdb.base/ctf-whatis.exp: Delete.
1020 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
1021
1022 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1023
1024 * gdb.base/ctf-cvexpr.exp: Delete.
1025 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
1026
1027 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1028
1029 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
1030 the compiler. Clean up header comment a little.
1031 * gdb.base/ctf-ptype.exp: Likewise.
1032 * gdb.base/ctf-whatis.exp: Likewise.
1033 * lib/gdb.exp (skip_ctf_tests): New proc.
1034
1035 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
1036
1037 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
1038 * gdb.tui/corefile-run.exp: New file.
1039
1040 2019-11-14 Tom Tromey <tromey@adacore.com>
1041
1042 * gdb.base/gdbvars.exp (test_convenience_variables): Add
1043 regression tests.
1044
1045 2019-11-12 Tom Tromey <tom@tromey.com>
1046
1047 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
1048 after any command. Expect prompt after WAIT_FOR is seen.
1049 (enter_tui): Enable resize messages.
1050 (command): Expect command in output.
1051 (get_line): Avoid error when cursor appears to be off-screen.
1052 (dump_screen): Include screen size in title.
1053 (_do_resize): New proc, from "resize".
1054 (resize): Rewrite. Do resize in two steps.
1055 * gdb.tui/empty.exp (layouts): Fix entries.
1056 (check_boxes): Remove xfail.
1057 (check_text): Dump screen on failure.
1058
1059 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1060
1061 * gdb.python/py-symbol.exp: Add test for
1062 gdb.lookup_static_symbols.
1063
1064 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1065
1066 * gdb.python/py-symbol.c: Declare and call function from new
1067 py-symbol-2.c file.
1068 * gdb.python/py-symbol.exp: Compile both source files, and add new
1069 tests for gdb.lookup_static_symbol.
1070 * gdb.python/py-symbol-2.c: New file.
1071
1072 2019-11-02 Tom de Vries <tdevries@suse.de>
1073
1074 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
1075 * gdb.base/anon.exp: Same.
1076 * gdb.base/auto-connect-native-target.exp: Same.
1077 * gdb.base/call-ar-st.exp: Same.
1078 * gdb.base/catch-syscall.exp: Same.
1079 * gdb.base/commands.exp: Same.
1080 * gdb.base/default.exp: Same.
1081 * gdb.base/display.exp: Same.
1082 * gdb.base/float.exp: Same.
1083 * gdb.base/foll-fork.exp: Same.
1084 * gdb.base/help.exp: Same.
1085 * gdb.base/info-macros.exp: Same.
1086 * gdb.base/info-proc.exp: Same.
1087 * gdb.base/info-target.exp: Same.
1088 * gdb.base/long_long.exp: Same.
1089 * gdb.base/macscp.exp: Same.
1090 * gdb.base/memattr.exp: Same.
1091 * gdb.base/nofield.exp: Same.
1092 * gdb.base/pointers.exp: Same.
1093 * gdb.base/printcmds.exp: Same.
1094 * gdb.base/ptype.exp: Same.
1095 * gdb.base/restore.exp: Same.
1096 * gdb.base/return.exp: Same.
1097 * gdb.base/scope.exp: Same.
1098 * gdb.base/set-noassign.exp: Same.
1099 * gdb.base/setshow.exp: Same.
1100 * gdb.base/shlib-call.exp: Same.
1101 * gdb.base/signals.exp: Same.
1102 * gdb.base/sigstep.exp: Same.
1103 * gdb.base/skip.exp: Same.
1104 * gdb.base/solib-symbol.exp: Same.
1105 * gdb.base/stap-probe.exp: Same.
1106 * gdb.base/step-line.exp: Same.
1107 * gdb.base/step-test.exp: Same.
1108 * gdb.base/style.exp: Same.
1109 * gdb.base/varargs.exp: Same.
1110 * gdb.base/vla-datatypes.exp: Same.
1111 * gdb.base/vla-ptr.exp: Same.
1112 * gdb.base/vla-sideeffect.exp: Same.
1113 * gdb.base/volatile.exp: Same.
1114 * gdb.base/watch-cond-infcall.exp: Same.
1115 * gdb.base/watchpoint.exp: Same.
1116
1117 2019-11-02 Tom de Vries <tdevries@suse.de>
1118
1119 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
1120 * gdb.cp/cpexprs.exp: Same.
1121 * gdb.cp/except-multi-location.exp: Same.
1122 * gdb.cp/exceptprint.exp: Same.
1123 * gdb.cp/gdb2384.exp: Same.
1124 * gdb.cp/inherit.exp: Same.
1125 * gdb.cp/m-static.exp: Same.
1126 * gdb.cp/meth-typedefs.exp: Same.
1127 * gdb.cp/misc.exp: Same.
1128 * gdb.cp/namespace.exp: Same.
1129 * gdb.cp/non-trivial-retval.exp: Same.
1130 * gdb.cp/overload.exp: Same.
1131 * gdb.cp/pr17132.exp: Same.
1132 * gdb.cp/re-set-overloaded.exp: Same.
1133 * gdb.cp/rvalue-ref-types.exp: Same.
1134 * gdb.cp/templates.exp: Same.
1135
1136 2019-11-01 Luis Machado <luis.machado@linaro.org>
1137
1138 PR gdb/25124
1139
1140 * gdb.arch/pr25124.S: New file.
1141 * gdb.arch/pr25124.exp: New file.
1142
1143 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1144
1145 * gdb.fortran/info-modules.exp: Update expected results, and add
1146 additional tests for 'info module functinos', and 'info module
1147 variables'.
1148 * gdb.fortran/info-types.exp: Update expected results.
1149 * gdb.fortran/info-types.f90: Extend testcase with additional
1150 module variables and functions.
1151
1152 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1153
1154 * gdb.fortran/info-modules.exp: New file.
1155 * gdb.fortran/info-types.exp: Build with new file.
1156 * gdb.fortran/info-types.f90: Include and use new module.
1157 * gdb.fortran/info-types-2.f90: New file.
1158
1159 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1160
1161 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
1162 * gdb.base/settings.exp: Test all settings types using
1163 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
1164 that now verifies that the value of "maint show" is the same as
1165 returned by the settings functions. Test the type of the
1166 maintenance settings.
1167 * gdb.base/default.exp: Update show_conv_list.
1168
1169 2019-10-31 Tom de Vries <tdevries@suse.de>
1170
1171 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
1172 gdb_test.
1173 * gdb.arch/amd64-disp-step.exp: Same.
1174 * gdb.asm/asm-source.exp: Same.
1175 * gdb.btrace/buffer-size.exp: Same.
1176 * gdb.btrace/cpu.exp: Same.
1177 * gdb.btrace/enable.exp: Same.
1178 * gdb.dwarf2/count.exp: Same.
1179 * gdb.dwarf2/dw2-ranges-func.exp: Same.
1180 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
1181 * gdb.fortran/vla-datatypes.exp: Same.
1182 * gdb.fortran/vla-history.exp: Same.
1183 * gdb.fortran/vla-ptype.exp: Same.
1184 * gdb.fortran/vla-value.exp: Same.
1185 * gdb.fortran/whatis_type.exp: Same.
1186 * gdb.guile/guile.exp: Same.
1187 * gdb.multi/tids.exp: Same.
1188 * gdb.python/py-finish-breakpoint.exp: Same.
1189 * gdb.python/py-framefilter.exp: Same.
1190 * gdb.python/py-pp-registration.exp: Same.
1191 * gdb.python/py-xmethods.exp: Same.
1192 * gdb.python/python.exp: Same.
1193 * gdb.server/connect-with-no-symbol-file.exp: Same.
1194 * gdb.server/no-thread-db.exp: Same.
1195 * gdb.server/run-without-local-binary.exp: Same.
1196 * gdb.stabs/weird.exp: Same.
1197 * gdb.threads/attach-many-short-lived-threads.exp: Same.
1198 * gdb.threads/thread-find.exp: Same.
1199 * gdb.threads/tls-shared.exp: Same.
1200 * gdb.threads/tls.exp: Same.
1201 * gdb.threads/wp-replication.exp: Same.
1202 * gdb.trace/ax.exp: Same.
1203 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
1204
1205 2019-10-31 Tom de Vries <tdevries@suse.de>
1206
1207 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
1208 * gdb.ada/array_subscript_addr.exp: Same.
1209 * gdb.ada/arrayidx.exp: Same.
1210 * gdb.ada/arrayparam.exp: Same.
1211 * gdb.ada/arrayptr.exp: Same.
1212 * gdb.ada/boolean_expr.exp: Same.
1213 * gdb.ada/call_pn.exp: Same.
1214 * gdb.ada/complete.exp: Same.
1215 * gdb.ada/fixed_cmp.exp: Same.
1216 * gdb.ada/fun_addr.exp: Same.
1217 * gdb.ada/funcall_param.exp: Same.
1218 * gdb.ada/interface.exp: Same.
1219 * gdb.ada/mod_from_name.exp: Same.
1220 * gdb.ada/null_array.exp: Same.
1221 * gdb.ada/packed_array.exp: Same.
1222 * gdb.ada/packed_tagged.exp: Same.
1223 * gdb.ada/print_chars.exp: Same.
1224 * gdb.ada/print_pc.exp: Same.
1225 * gdb.ada/ptype_arith_binop.exp: Same.
1226 * gdb.ada/ptype_field.exp: Same.
1227 * gdb.ada/ptype_tagged_param.exp: Same.
1228 * gdb.ada/rec_return.exp: Same.
1229 * gdb.ada/ref_tick_size.exp: Same.
1230 * gdb.ada/str_ref_cmp.exp: Same.
1231 * gdb.ada/taft_type.exp: Same.
1232 * gdb.ada/tagged.exp: Same.
1233 * gdb.ada/type_coercion.exp: Same.
1234 * gdb.ada/uninitialized_vars.exp: Same.
1235
1236 2019-10-30 Tom de Vries <tdevries@suse.de>
1237
1238 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
1239
1240 2019-10-26 Tom de Vries <tdevries@suse.de>
1241
1242 * gdb.base/bigcore.c: Fix typos in comments.
1243 * gdb.base/ctf-ptype.c: Same.
1244 * gdb.base/long_long.c: Same.
1245 * gdb.dwarf2/dw2-op-out-param.S: Same.
1246 * gdb.python/py-evthreads.c: Same.
1247 * gdb.reverse/i387-stack-reverse.c: Same.
1248 * gdb.trace/tfile.c: Same.
1249 * lib/compiler.c: Same.
1250 * lib/compiler.cc: Same.
1251
1252 2019-10-25 Tom de Vries <tdevries@suse.de>
1253
1254 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
1255 gdb_test_multiple calls.
1256 * gdb.reverse/sigall-reverse.exp: Same.
1257 * gdb.reverse/solib-precsave.exp: Same.
1258 * gdb.reverse/solib-reverse.exp: Same.
1259 * gdb.reverse/until-precsave.exp: Same.
1260 * gdb.reverse/until-reverse.exp: Same.
1261
1262 2019-10-24 Tom de Vries <tdevries@suse.de>
1263
1264 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
1265 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
1266 kfail using -wrap pattern flag and convenience variable
1267 gdb_test_name.
1268
1269 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
1270
1271 * gdb.python/py-progspace.exp: Add tests for the
1272 Progspace.block_for_pc method.
1273
1274 2019-10-23 Tom Tromey <tom@tromey.com>
1275
1276 * configure: Rebuild.
1277 * aclocal.m4: Use m4_include, not sinclude.
1278
1279 2019-10-21 Tom de Vries <tdevries@suse.de>
1280
1281 * gdb.base/infcall-nested-structs.c: Add
1282 __attribute__((noinline,noclone)) to all functions.
1283 (call_all): Add missing variable initialization. Simplify return value.
1284 (breakpt): Increment volatile variable, to prevent call from being
1285 optimized out.
1286 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
1287
1288 2019-10-17 Tom de Vries <tdevries@suse.de>
1289
1290 * gdb.fortran/module.exp: Allow info variables to print info for files
1291 other than module.f90.
1292
1293 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
1294
1295 * gdb.fortran/module.exp: Extend with 'info variables' test.
1296
1297 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
1298
1299 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
1300 F77_FOR_TARGET.
1301
1302 2019-10-16 Tom de Vries <tdevries@suse.de>
1303
1304 PR tdep/25096
1305 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
1306
1307 2019-10-16 Tom de Vries <tdevries@suse.de>
1308
1309 PR tdep/24104
1310 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
1311 Add KFAIL for PR tdep/25096.
1312
1313 2019-10-16 Tom de Vries <tdevries@suse.de>
1314
1315 PR testsuite/25059
1316 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
1317
1318 2019-10-16 Tom de Vries <tdevries@suse.de>
1319
1320 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
1321 as signed.
1322
1323 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
1324
1325 * gdb.mi/list-thread-groups-available.exp: Read entries one by
1326 one instead of increasing timeout.
1327
1328 2019-10-13 Tom de Vries <tdevries@suse.de>
1329
1330 PR record/25038
1331 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
1332 * gdb.reverse/sigall-reverse.exp: Same.
1333 * gdb.reverse/solib-precsave.exp: Same.
1334 * gdb.reverse/solib-reverse.exp: Same.
1335 * gdb.reverse/step-precsave.exp: Same.
1336 * gdb.reverse/until-precsave.exp: Same.
1337 * gdb.reverse/until-reverse.exp: Same.
1338 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
1339
1340 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
1341
1342 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
1343 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
1344 (cmp_struct_05_01, cmp_struct_static_02_01)
1345 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
1346 comparisons.
1347
1348 2019-10-10 Tom de Vries <tdevries@suse.de>
1349
1350 PR testsuite/24888
1351 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
1352 gnatlink.
1353
1354 2019-10-09 Tom de Vries <tdevries@suse.de>
1355
1356 PR testsuite/25048
1357 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
1358
1359 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
1360
1361 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
1362 exceptions due to missing debug information.
1363
1364 2019-10-07 Tom de Vries <tdevries@suse.de>
1365
1366 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
1367
1368 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
1369
1370 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
1371 * gdb.base/annota1.exp: Update to use gdb_test_name.
1372
1373 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
1374
1375 * gdb.base/ctf-whatis.exp: New file.
1376 * gdb.base/ctf-whatis.c: New file.
1377 * gdb.base/ctf-ptype.exp: New file.
1378 * gdb.base/ctf-ptype.c: New file.
1379 * gdb.base/ctf-constvars.exp: New file.
1380 * gdb.base/ctf-constvars.c: New file.
1381 * gdb.base/ctf-cvexpr.exp: New file.
1382
1383 2019-10-04 Tom de Vries <tdevries@suse.de>
1384
1385 * gdb.cp/local-static.c (main): Move declaration of int i out of the
1386 for loop.
1387
1388 2019-10-03 Tom Tromey <tom@tromey.com>
1389
1390 PR rust/24976:
1391 * gdb.rust/simple.rs (Union2): New type.
1392 (main): Use Union2.
1393 * gdb.rust/simple.exp: Add test.
1394
1395 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1396
1397 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
1398 nested function prefix.
1399
1400 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
1401 Richard Bunt <richard.bunt@arm.com>
1402 Andrew Burgess <andrew.burgess@embecosm.com>
1403
1404 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
1405 nested functions.
1406 * gdb.fortran/nested-funcs.f90: Update expected results.
1407 * gdb.fortran/nested-funcs-2.exp: New file.
1408 * gdb.fortran/nested-funcs-2.f90: New file.
1409
1410 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1411
1412 * gdb.python/py-parameter.exp: Make test names unique.
1413 * gdb.python/py-template.exp: Likewise.
1414 * gdb.python/py-value.exp: Likewise.
1415
1416 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1417
1418 * gdb.base/break-interp.exp: Reduce test name duplication.
1419 * gdb.base/call-sc.exp: Likewise.
1420 * gdb.base/callfuncs.exp: Likewise.
1421 * gdb.base/charset.exp: Likewise.
1422 * gdb.base/dump.exp: Likewise.
1423 * gdb.base/ena-dis-br.exp: Likewise.
1424 * gdb.base/relational.exp: Likewise.
1425 * gdb.base/step-over-syscall.exp: Likewise.
1426 * gdb.base/structs.exp: Likewise.
1427
1428 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1429
1430 * gdb.linespec/explicit.exp: Make test names unique.
1431 * gdb.linespec/ls-errs.exp: Likewise.
1432
1433 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1434
1435 * gdb.reverse/break-precsave.exp: Make test names unique.
1436 * gdb.reverse/break-reverse.exp: Likewise.
1437 * gdb.reverse/finish-precsave.exp: Likewise.
1438 * gdb.reverse/finish-reverse.exp: Likewise.
1439 * gdb.reverse/machinestate-precsave.exp: Likewise.
1440 * gdb.reverse/machinestate.exp: Likewise.
1441 * gdb.reverse/readv-reverse.exp: Likewise.
1442 * gdb.reverse/recvmsg-reverse.exp: Likewise.
1443 * gdb.reverse/sigall-precsave.exp: Likewise.
1444 * gdb.reverse/sigall-reverse.exp: Likewise.
1445 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
1446 * gdb.reverse/watch-precsave.exp: Likewise.
1447 * gdb.reverse/watch-reverse.exp: Likewise.
1448
1449 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1450
1451 * gdb.threads/stop-with-handle.c: New file.
1452 * gdb.threads/stop-with-handle.exp: New file.
1453
1454 2019-10-03 Tom de Vries <tdevries@suse.de>
1455
1456 PR testsuite/25059
1457 * gdb.base/list-missing-source.exp: Allowing the "Compilation
1458 directory" line to be missing.
1459
1460 2019-10-03 Tom de Vries <tdevries@suse.de>
1461
1462 PR testsuite/25059
1463 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
1464 type optional.
1465
1466 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
1467
1468 * gdb.python/py-format-string.c (string.h): New include.
1469 (main): Fill a_struct_with_union.the_union.an_int with bytes of
1470 the same value, for endianness-independence.
1471 * gdb.python/py-format-string.exp (default_regexp_dict)
1472 (test_pretty_structs, test_format): Adjust expected output to the
1473 changed initialization.
1474
1475 2019-10-02 Tom Tromey <tromey@adacore.com>
1476
1477 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
1478
1479 2019-10-02 Pedro Alves <palves@redhat.com>
1480 Andrew Burgess <andrew.burgess@embecosm.com>
1481
1482 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
1483 "print-file-var.h".
1484 (this_version_id) Use ATTRIBUTE_VISIBILITY.
1485 (get_version_1): Print this_version_id and its address.
1486 Add extern "C" wrappers around interface functions.
1487 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
1488 "print-file-var.h".
1489 (this_version_id) Use ATTRIBUTE_VISIBILITY.
1490 (get_version_2): Print this_version_id and its address.
1491 Add extern "C" wrappers around interface functions.
1492 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
1493 <stddef.h> and "print-file-var.h".
1494 Add extern "C" wrappers around interface functions.
1495 [VERSION_ID_MAIN] (this_version_id): Define.
1496 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
1497 * gdb.base/print-file-var.h: Add some #defines to simplify setting
1498 up extern "C" blocks.
1499 * gdb.base/print-file-var.exp (test): New, factored out from top
1500 level.
1501 (top level): Test all combinations of attribute hidden or not,
1502 dlopen or not, and this_version_id symbol in main file or not.
1503 Compile tests as both C++ and C, make test names unique.
1504
1505 2019-10-01 Tom Tromey <tom@tromey.com>
1506
1507 * gdb.base/style.exp: Test "show logging filename".
1508
1509 2019-10-01 Tom Tromey <tom@tromey.com>
1510
1511 * lib/gdb-utils.exp (style): Handle "metadata" argument.
1512 * gdb.base/style.exp: Add metadata style test.
1513
1514 2019-10-01 Tom Tromey <tom@tromey.com>
1515
1516 * gdb.base/style.exp: Test "pwd".
1517
1518 2019-10-01 Tom Tromey <tom@tromey.com>
1519
1520 * gdb.base/style.exp: Update tests.
1521
1522 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
1523
1524 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
1525 'six' to unsigned.
1526 (s1): Initialize fields 'four' and 'six' instead of 'three' and
1527 'five'. Use an all-ones bit pattern for each.
1528 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
1529 to its changed values.
1530
1531 2019-09-30 Tom Tromey <tromey@adacore.com>
1532
1533 * gdb.rust/traits.rs: Disable all warnings.
1534
1535 2019-09-29 Tom de Vries <tdevries@suse.de>
1536
1537 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
1538
1539 2019-09-29 Tom de Vries <tdevries@suse.de>
1540
1541 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
1542
1543 2019-09-27 Tom de Vries <tdevries@suse.de>
1544
1545 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
1546
1547 2019-09-27 Tom de Vries <tdevries@suse.de>
1548
1549 PR record/23188
1550 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
1551
1552 2019-09-26 Tom Tromey <tromey@adacore.com>
1553
1554 * gdb.ada/py_taft.exp: New file.
1555 * gdb.ada/py_taft/main.adb: New file.
1556 * gdb.ada/py_taft/pkg.adb: New file.
1557 * gdb.ada/py_taft/pkg.ads: New file.
1558
1559 2019-09-24 Tom de Vries <tdevries@suse.de>
1560
1561 PR gdb/24598
1562 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
1563
1564 2019-09-22 Tom de Vries <tdevries@suse.de>
1565
1566 * gdb.base/restore.exp: Allow register variables to be optimized out at
1567 -O0.
1568
1569 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
1570
1571 * gdb.arch/spu-info.exp: Remove file.
1572 * gdb.arch/spu-info.c: Remove file.
1573 * gdb.arch/spu-ls.exp: Remove file.
1574 * gdb.arch/spu-ls.c: Remove file.
1575
1576 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
1577 * gdb.asm/spu.inc: Remove file.
1578
1579 * gdb.base/dump.exp: Remove support for spu*-*-*.
1580 * gdb.base/stack-checking.exp: Likewise.
1581 * gdb.base/overlays.exp: Likewise.
1582 * gdb.base/ovlymgr.c: Likewise.
1583 * gdb.base/spu.ld: Remove file.
1584
1585 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
1586 * gdb.cp/cpexprs.exp: Likewise.
1587 * gdb.cp/exception.exp: Likewise.
1588 * gdb.cp/gdb2495.exp: Likewise.
1589 * gdb.cp/mb-templates.exp: Likewise.
1590 * gdb.cp/pr9167.exp: Likewise.
1591 * gdb.cp/userdef.exp: Likewise.
1592
1593 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
1594
1595 * gdb.cell: Remove directory.
1596 * lib/cell.exp: Remove file.
1597
1598 2019-09-19 Tom de Vries <tdevries@suse.de>
1599
1600 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
1601
1602 2019-09-19 Tom de Vries <tdevries@suse.de>
1603
1604 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
1605
1606 2019-09-19 Tom de Vries <tdevries@suse.de>
1607
1608 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
1609 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
1610 (gdb_target_cmd): ... here.
1611 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
1612 value 2.
1613
1614 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
1615
1616 * gdb.base/source-dir.exp: Avoid having directory names in test
1617 names.
1618
1619 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
1620
1621 * gdb.base/source-dir.exp: Add extra test for mapped compilation
1622 directory.
1623
1624 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
1625
1626 * gdb.base/list-missing-source.exp: New file.
1627
1628 2019-09-14 Tom de Vries <tdevries@suse.de>
1629
1630 PR teststuite/24599
1631 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
1632 * lib/ada.exp (gnatmake_version_at_least): New proc.
1633
1634 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1635
1636 * gdb.base/maint.exp: Use exec_has_index_section.
1637
1638 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1639
1640 * gdb.base/maint.exp: Add test for 'maint info sections'.
1641
1642 2019-09-12 Tom de Vries <tdevries@suse.de>
1643
1644 * gdb.base/store.exp: Allow register variables to be optimized out at
1645 -O0.
1646
1647 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1648
1649 * gdb.ada/rdv_wait.exp: Update to new task names.
1650 * gdb.base/task_switch_in_core.exp: Likewise.
1651 * gdb.base/info_sources_base.c: Likewise.
1652
1653 2019-09-10 Tom Tromey <tromey@adacore.com>
1654
1655 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
1656
1657 2019-09-10 Tom Tromey <tromey@adacore.com>
1658
1659 * gdb.ada/dgopt.exp: New file.
1660 * gdb.ada/dgopt/x.adb: New file.
1661
1662 2019-09-08 Tom Tromey <tom@tromey.com>
1663
1664 * gdb.tui/resize.exp: Remove setup_xfail.
1665 * gdb.tui/regs.exp: Remove setup_xfail.
1666 * gdb.tui/basic.exp: Remove setup_xfail.
1667
1668 2019-09-06 David Blaikie <dblaikie@gmail.com>
1669
1670 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
1671 * gdb.cp/cplabel.exp: Ditto.
1672 * gdb.linespec/ls-errs.exp: Ditto.
1673
1674 2019-09-05 Tom de Vries <tdevries@suse.de>
1675
1676 * lib/gdb.exp (cmp_file_string): New proc.
1677 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
1678 runto_main. Verify save breakpoints output.
1679
1680 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1681
1682 * gdb.base/info-var.exp: Test info variables without running
1683 to main, to avoid expect's buffer overflow.
1684
1685 2019-09-03 Tom Tromey <tromey@adacore.com>
1686
1687 * gdb.ada/bias.exp: New file.
1688 * gdb.ada/bias/bias.adb: New file.
1689 * gdb.ada/print_chars.exp: Add regression test.
1690 * gdb.ada/print_chars/foo.adb (My_Character): New type.
1691 (MC): New variable.
1692
1693 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
1694
1695 * gdb.base/argv0-symlink.exp: Run only on native target
1696 and local host.
1697
1698 2019-08-29 Tom de Vries <tdevries@suse.de>
1699
1700 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
1701 diverse debug info.
1702 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
1703
1704 2019-08-28 Tom de Vries <tdevries@suse.de>
1705
1706 * gdb.base/info-var.exp: Allow info variables to print info for files
1707 other than info-var-f1.c and info-var-f2.c.
1708
1709 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
1710
1711 * gdb.fortran/info-types.exp: Add module.
1712 * gdb.fortran/info-types.f90: Update expected results.
1713
1714 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
1715
1716 * gdb.fortran/info-types.exp: New file.
1717 * gdb.fortran/info-types.f90: New file.
1718 * lib/fortran.exp (fortran_character1): New proc.
1719
1720 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
1721
1722 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
1723 functions'. Reindent as needed.
1724 * gdb.base/info-var-f1.c: New file.
1725 * gdb.base/info-var-f2.c: New file.
1726 * gdb.base/info-var.exp: New file.
1727 * gdb.base/info-var.h: New file.
1728
1729 2019-08-26 Tom de Vries <tdevries@suse.de>
1730
1731 PR c++/24852
1732 * gdb.cp/no-libstdcxx-probe.exp: New test.
1733
1734 2019-08-26 Tom de Vries <tdevries@suse.de>
1735
1736 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
1737 * tests need to be skipped.
1738 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
1739 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
1740 mi_skip_libstdcxx_probe_tests.
1741
1742 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
1743
1744 * gdb.python/py-xmethods.exp: Use raw strings when passing
1745 arguments to SimpleXMethodMatcher.
1746
1747 2019-08-22 Tom de Vries <tdevries@suse.de>
1748
1749 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
1750 more informative.
1751
1752 2019-08-21 Pedro Alves <palves@redhat.com>
1753
1754 * gdb.base/with.exp: Test "with" with no arguments.
1755
1756 2019-08-21 Tom de Vries <tdevries@suse.de>
1757
1758 * gdb.base/gdb-caching-proc.exp: Sort files.
1759
1760 2019-08-20 Tom de Vries <tdevries@suse.de>
1761
1762 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
1763 compilation.
1764
1765 2019-08-16 Tom de Vries <tdevries@suse.de>
1766
1767 * gdb.base/compare-sections.exp ("after run to main"): Allow
1768 mismatched read-only sections for PIE executables.
1769
1770 2019-08-16 Tom Tromey <tom@tromey.com>
1771
1772 * lib/tuiterm.exp (_csi_Z): New proc.
1773 * gdb.tui/basic.exp: Update window positions.
1774 * gdb.tui/empty.exp: Update window positions.
1775
1776 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1777
1778 * gdb.base/examine-backward.exp: Correct regexp for
1779 "examine 3 bytes backward from ${address_zero}".
1780
1781 2019-08-15 Tom Tromey <tom@tromey.com>
1782
1783 * gdb.tui/empty.exp: Enable resizing tests.
1784
1785 2019-08-15 Tom Tromey <tromey@adacore.com>
1786
1787 * gdb.ada/char_enum.exp: Add regression tests.
1788 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
1789 and '0'.
1790 (Char, Gchar): Update.
1791 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
1792
1793 2019-08-15 Christian Biesinger <cbiesinger@google.com>
1794
1795 * gdb.python/python.exp: Expect a leading underscore on
1796 GdbOutput{,Error}File.
1797
1798 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1799
1800 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
1801 Windows host.
1802
1803 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1804
1805 * gdb.base/batch-preserve-term-settings.exp
1806 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
1807
1808 2019-08-15 Christian Biesinger <cbiesinger@google.com>
1809
1810 * lib/gdb.exp: When running on a mingw target, replace
1811 /x/ with x:/.
1812
1813 2019-08-14 Alan Hayward <alan.hayward@arm.com>
1814
1815 * gdb.arch/aarch64-prologue.c: New test.
1816 * gdb.arch/aarch64-prologue.exp: New file.
1817
1818 2019-08-13 Tom de Vries <tdevries@suse.de>
1819
1820 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
1821 Thread.
1822
1823 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
1824
1825 * gdb.python/py-completion.exp: Download the .py file to the host
1826 and use its host pathname. Conditionalize tests that use
1827 tab completion and manipulate files on the build machine.
1828 * gdb.python/py-events.exp: Download the .py file to the host
1829 and use its host pathname.
1830 * gdb.python/py-evsignal.exp: Likewise.
1831 * gdb.python/py-evthreads.exp: Likewise.
1832 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
1833 pathname syntax.
1834 * gdb.python/py-framefilter.exp: Download the .py file to the right
1835 place on the host. Match Windows pathname syntax.
1836 * gdb.python/py-mi-var-info-path-expression.exp: Download the
1837 .py file to the host and use its host pathname.
1838 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
1839 * gdb.python/py-objfile.exp: Expect a host pathname, not a
1840 build pathname. Skip symlink test on Windows host. Add missing
1841 newline at end of file.
1842 * gdb.python/py-pp-maint.exp: Download the .py file to the host
1843 and use its host pathname.
1844 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
1845 * gdb.python/py-section-script.exp: Use host location of binfile
1846 on safe-path. Use correct path separator on Windows host.
1847 Reorder alternatives in gdb_test_multiple to prevent matching
1848 the wrong alternative on success.
1849 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
1850
1851 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
1852
1853 * gdb.gdb/selftest.exp (test_with_self): Update test to now
1854 expect the GDB inferior to no longer immediately stop after
1855 being resumed with "signal SIGINT".
1856
1857 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
1858
1859 * gdb.linespec/break-ask.exp: Generalize regexps to match
1860 Windows pathnames too.
1861
1862 2019-08-08 Tom de Vries <tdevries@suse.de>
1863
1864 PR testsuite/24862
1865 * lib/tuiterm.exp (_accept): Fix CSI regexp.
1866
1867 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1868
1869 * gdb.base/style.exp: Update tests for help doc new invariants.
1870 * gdb.base/help.exp: Likewise.
1871
1872 2019-08-06 Tom Tromey <tom@tromey.com>
1873
1874 * gdb.base/style.exp: Add disassemble test.
1875 * gdb.base/style.c (some_called_function): New function.
1876 (main): Use it.
1877
1878 2019-08-05 Christian Biesinger <cbiesinger@google.com>
1879
1880 * gdb.python/py-block.exp: Test dictionary access on blocks.
1881
1882 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
1883
1884 PR gdb/24863
1885 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
1886 -list-thread-groups --available test when running under
1887 check-read1.
1888
1889 2019-08-05 Tom de Vries <tdevries@suse.de>
1890
1891 PR testsuite/24863
1892 * lib/gdb.exp (with_read1_timeout_factor): New proc.
1893 * gdb.base/help.exp: Use with_read1_timeout_factor.
1894 * gdb.base/info-macros.exp: Same.
1895 * gdb.cp/nested-types.exp: Same.
1896
1897 2019-08-05 Tom de Vries <tdevries@suse.de>
1898
1899 * lib/gdb.exp (version_at_least): Factor out of ...
1900 (tcl_version_at_least): ... here.
1901 (gdb_compile): Fail if pie results in non-PIE executable.
1902 (readelf_version, readelf_prints_pie): New proc.
1903 (exec_is_pie): Return -1 if unknown.
1904
1905 2019-08-05 Tom de Vries <tdevries@suse.de>
1906
1907 * lib/gdb.exp (tcl_version_at_least): Fix typo.
1908
1909 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
1910
1911 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
1912
1913 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
1914
1915 * lib/completion-support.exp (test_gdb_complete_none): Skip
1916 tab completion tests if no readline support.
1917 (test_gdb_complete_unique_re): Likewise.
1918 (test_gdb_complete_multiple): Likewise.
1919
1920 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1921
1922 * gdb.base/info_sources.exp: New file.
1923 * gdb.base/info_sources.c: New file.
1924 * gdb.base/info_sources_base.c: New file.
1925
1926 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1927
1928 * gdb.base/batch-exit-status.exp: Call test_exit_status with
1929 prefix argument.
1930 (test_exit_status): Add prefix argument.
1931
1932 2019-08-01 Tom de Vries <tdevries@suse.de>
1933
1934 PR testsuite/24863
1935 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
1936 calling exp_continue for new thread and thread exited messages.
1937
1938 2019-08-01 Tom de Vries <tdevries@suse.de>
1939
1940 PR testsuite/24863
1941 * gdb.base/structs.exp: Fix check-read1 timeout using
1942 gdb_test_sequence.
1943 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
1944
1945 2019-08-01 Tom de Vries <tdevries@suse.de>
1946
1947 PR testsuite/24863
1948 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
1949 line.
1950
1951 2019-08-01 Tom de Vries <tdevries@suse.de>
1952
1953 PR testsuite/24863
1954 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
1955
1956 2019-07-30 Tom Tromey <tromey@adacore.com>
1957
1958 * gdb.ada/display_nested.exp: New file.
1959 * gdb.ada/display_nested/foo.adb: New file.
1960 * gdb.ada/display_nested/pack.adb: New file.
1961 * gdb.ada/display_nested/pack.ads: New file.
1962
1963 2019-07-30 Christian Biesinger <cbiesinger@google.com>
1964
1965 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
1966 namespace.
1967 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
1968
1969 2019-07-30 Tom de Vries <tdevries@suse.de>
1970
1971 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
1972 instead.
1973
1974 2019-07-30 Tom de Vries <tdevries@suse.de>
1975
1976 PR testsuite/24834
1977 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
1978 (exec_is_pie): New proc.
1979
1980 2019-07-29 Christian Biesinger <cbiesinger@google.com>
1981
1982 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
1983
1984 2019-07-29 Christian Biesinger <cbiesinger@google.com>
1985
1986 * gdb.python/py-objfile.c: Add global and static vars.
1987 * gdb.python/py-objfile.exp: Test new functions Objfile.
1988 lookup_global_symbol and lookup_static_symbol.
1989
1990 2019-07-29 Tom Tromey <tom@tromey.com>
1991
1992 * lib/tuiterm.exp (Term::_csi_@): New proc.
1993 (Term::_csi_X): Don't move cursor.
1994
1995 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1996
1997 * gdb.base/options.exp: Update backtrace - completion to
1998 new option -frame-info.
1999 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
2000 Test new 'set print frame-info'. Test backtrace -frame-info
2001 overriding 'set print frame-info'.
2002 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
2003 Test new 'set print frame-info'.
2004 Verify consistency of backtrace with and without filters, with and
2005 without -no-filters.
2006 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
2007 default.
2008
2009 2019-07-29 Tom de Vries <tdevries@suse.de>
2010
2011 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
2012 no arguments".
2013
2014 2019-07-29 Tom de Vries <tdevries@suse.de>
2015
2016 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
2017 is a substring of the first for "complete non-unique file name".
2018
2019 2019-07-29 Tom de Vries <tdevries@suse.de>
2020
2021 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
2022 with ".*".
2023
2024 2019-07-29 Tom de Vries <tdevries@suse.de>
2025
2026 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
2027 Pass prompt_regexp parameter to gdb_test_multiple calls.
2028
2029 2019-07-29 Tom de Vries <tdevries@suse.de>
2030
2031 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
2032 print registers" regexps.
2033
2034 2019-07-29 Tom de Vries <tdevries@suse.de>
2035
2036 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
2037
2038 2019-07-29 Tom de Vries <tdevries@suse.de>
2039
2040 PR gdb/24855
2041 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
2042 (skip_python_tests_prompt): Add prompt_regexp argument to
2043 gdb_test_multiple calls.
2044
2045 2019-07-27 Tom Tromey <tom@tromey.com>
2046
2047 * gdb.tui/main.exp: New file.
2048
2049 2019-07-27 Tom Tromey <tom@tromey.com>
2050
2051 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
2052 optional.
2053 * gdb.tui/empty.exp: New file.
2054
2055 2019-07-27 Tom Tromey <tom@tromey.com>
2056
2057 * lib/tuiterm.exp (spawn): New proc.
2058 (Term::resize): New proc.
2059 * gdb.tui/resize.exp: New file.
2060
2061 2019-07-27 Tom Tromey <tom@tromey.com>
2062
2063 * gdb.tui/list.exp: New file.
2064
2065 2019-07-27 Tom Tromey <tom@tromey.com>
2066
2067 * gdb.tui/regs.exp: New file.
2068
2069 2019-07-27 Tom Tromey <tom@tromey.com>
2070
2071 * gdb.tui/basic.exp: Add "layout split" test.
2072
2073 2019-07-27 Tom Tromey <tom@tromey.com>
2074
2075 * gdb.tui/basic.exp: Add "layout asm" test.
2076
2077 2019-07-27 Tom Tromey <tom@tromey.com>
2078
2079 * lib/tuiterm.exp: New file.
2080 * gdb.tui/basic.exp: New file.
2081
2082 2019-07-27 Kevin Buettner <kevinb@redhat.com>
2083
2084 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
2085 Enable tests associated with this flag. Adjust regex
2086 referencing "foo_low" to now refer to "foo_cold" instead.
2087
2088 2019-07-27 Kevin Buettner <kevinb@redhat.com>
2089
2090 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
2091 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
2092 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
2093 foo_cold. Revise comments to match.
2094 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
2095 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
2096 were wrapped into this proc; Call do_test in loop from outermost
2097 level.
2098 (foo_low): Rename all occurrences to "foo_cold".
2099 (backtrace from baz): New test.
2100 (x2/i foo_cold): New test.
2101 (info line *foo_cold): New test.
2102
2103 2019-07-26 Tom de Vries <tdevries@suse.de>
2104
2105 * gdb.arch/i386-pkru.exp: Fix unterminated string.
2106
2107 2019-07-25 Tom de Vries <tdevries@suse.de>
2108
2109 PR testsuite/24830
2110 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
2111 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
2112 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
2113 (skip_libstdcxx_probe_tests): ... here.
2114 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
2115
2116 2019-07-24 Tom de Vries <tdevries@suse.de>
2117
2118 PR testsuite/24807
2119 * gdb.objc/basicclass.m: Include stdio.h.
2120 * gdb.objc/nondebug.m: Same.
2121 * gdb.objc/objcdecode.m: Same.
2122
2123 2019-07-24 Tom de Vries <tdevries@suse.de>
2124
2125 PR testsuite/24612
2126 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
2127 additional_flags.
2128
2129 2019-07-24 Tom de Vries <tdevries@suse.de>
2130
2131 PR testsuite/24831
2132 * gdb.multi/tids.exp: Update error messages for info threads.
2133
2134 2019-07-24 Tom de Vries <tdevries@suse.de>
2135
2136 * gdb.base/info-types.exp: Allow info types to print info for more than
2137 one file.
2138
2139 2019-07-23 Tom de Vries <tdevries@suse.de>
2140
2141 PR testsuite/24842
2142 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
2143 gdb_spawn_with_cmdline_opts.
2144
2145 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
2146
2147 * gdb.arch/arm-cmse-sgstubs.c: New test.
2148 * gdb.arch/arm-cmse-sgstubs.exp: New file.
2149
2150 2019-07-23 Tom de Vries <tdevries@suse.de>
2151
2152 PR testsuite/24711
2153 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
2154 issuing next command.
2155
2156 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
2157
2158 * gdb.ada/info_auto_lang.exp: Update expected results.
2159 * gdb.base/info-types.c: Add additional types to check.
2160 * gdb.base/info-types.exp: Update expected results.
2161
2162 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
2163
2164 * gdb.base/info-types.c: New file.
2165 * gdb.base/info-types.exp: New file.
2166
2167 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
2168
2169 * gdb.arch/riscv-bp-infcall.c: New file.
2170 * gdb.arch/riscv-bp-infcall.exp: New file.
2171
2172 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
2173
2174 PR breakpoints/24541
2175 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
2176
2177 2019-07-14 Tom de Vries <tdevries@suse.de>
2178
2179 PR testsuite/24760
2180 * gdb.objc/basicclass.exp: Fix unterminated string.
2181
2182 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
2183 Andrew Burgess <andrew.burgess@embecosm.com>
2184
2185 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
2186 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
2187 negative bounds.
2188 * gdb.fortran/vla-value.exp: Print elements of an array with
2189 negative bounds.
2190 * gdb.fortran/vla.f90: Setup an array with negative bounds for
2191 testing.
2192
2193 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
2194
2195 * gdb.base/options.exp (expect_string): Dequote strings in
2196 results.
2197 (test-string): Test strings with different quoting and reindent.
2198
2199 2019-07-10 Tom Tromey <tromey@adacore.com>
2200
2201 * gdb.ada/mi_ex_cond.exp: Update expected results.
2202 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
2203 * gdb.ada/mi_catch_ex.exp: Update expected results.
2204 * gdb.ada/mi_catch_assert.exp: Update expected results.
2205 * gdb.ada/catch_ex.exp (catch_exception_info)
2206 (catch_exception_entry, catch_assert_entry)
2207 (catch_unhandled_entry): Update.
2208 * gdb.ada/catch_assert_if.exp: Update expected results.
2209
2210 2019-07-10 Richard Bunt <richard.bunt@arm.com>
2211 Stephen Roberts <stephen.roberts@arm.com>
2212
2213 * gdb.base/define.exp: Restore original prompt.
2214
2215 2019-07-09 Pedro Alves <palves@redhat.com>
2216
2217 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
2218 breakpoints" output.
2219 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
2220 * gdb.python/py-breakpoint.exp: No longer expect that "catch
2221 throw" creates breakpoint.
2222 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
2223 'type="catchpoint"'.
2224
2225 2019-07-09 Pedro Alves <palves@redhat.com>
2226
2227 PR c++/15468
2228 * gdb.cp/except-multi-location-lib.cc: New.
2229 * gdb.cp/except-multi-location-main.cc: New.
2230 * gdb.cp/except-multi-location.exp: New.
2231
2232 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
2233
2234 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
2235 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
2236 argument and update callers.
2237
2238 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2239
2240 * gdb.arch/amd64-break-on-asm-line.S: New file.
2241 * gdb.arch/amd64-break-on-asm-line.exp: New file.
2242
2243 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2244
2245 * gdb.base/printcmds.exp: Test printing C string and
2246 C wide string convenience vars without transiting via the inferior.
2247 Also make test names unique.
2248
2249 2019-07-08 Alan Hayward <alan.hayward@arm.com>
2250
2251 PR breakpoints/25011
2252 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
2253
2254 2019-07-04 Pedro Alves <palves@redhat.com>
2255
2256 * lib/gdb.exp (foreach_with_prefix): Don't return early if
2257 body returned ok(0), break(3) or continue(4).
2258 * gdb.testsuite/foreach_with_prefix.exp: New file.
2259
2260 2019-07-04 Alan Hayward <alan.hayward@arm.com>
2261
2262 * gdb.server/unittest.exp: Allow 0 unit tests to run.
2263
2264 2019-07-03 Pedro Alves <palves@redhat.com>
2265
2266 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
2267 "return -code".
2268
2269 2019-07-03 Pedro Alves <palves@redhat.com>
2270
2271 PR cli/24732
2272 * gdb.base/shell.exp: Load completion-support.exp.
2273 Adjust expected error output. Add completion tests.
2274
2275 2019-07-03 Pedro Alves <palves@redhat.com>
2276
2277 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
2278 string_to_regexp.
2279
2280 2019-07-03 Pedro Alves <palves@redhat.com>
2281
2282 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
2283 (expect_integer): Adjust to expect "-string".
2284 (expect_string): New.
2285 (all_options): Expect "-string".
2286 (test-flag, test-boolean): Adjust to expect "-string".
2287 (test-string): New proc.
2288 (top level): Call it.
2289
2290 2019-07-03 Pedro Alves <palves@redhat.com>
2291
2292 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
2293 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
2294 the expected output in the success.
2295
2296 2019-07-03 Pedro Alves <palves@redhat.com>
2297
2298 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
2299 Split one gdb_test_multiple call in two to avoid a race.
2300
2301 2019-07-03 Pedro Alves <palves@redhat.com>
2302
2303 * gdb.base/with.c: New file.
2304 * gdb.base/with.exp: New file.
2305
2306 2019-07-03 Pedro Alves <palves@redhat.com>
2307
2308 * gdb.base/settings.exp: Replace all references to "maint
2309 test-settings set" with references to "maint set test-settings",
2310 and all references to "maint test-settings show" with references
2311 to "maint show test-settings".
2312
2313 2019-07-03 Pedro Alves <palves@redhat.com>
2314
2315 * gdb.base/settings.exp (test-string): Adjust expected out when
2316 testing "maint test-settings show filename"
2317
2318 2019-07-02 Pedro Alves <palves@redhat.com>
2319
2320 * gdb.base/options.exp (test-info-threads): New procedure.
2321 (top level): Call it.
2322
2323 2019-06-28 Tom Tromey <tromey@adacore.com>
2324
2325 * gdb.dwarf2/ada-linkage-name.c: New file.
2326 * gdb.dwarf2/ada-linkage-name.exp: New file.
2327
2328 2019-06-27 Tom Tromey <tromey@adacore.com>
2329
2330 PR c++/20020:
2331 * gdb.cp/constexpr-field.exp: Use setup_xfail.
2332
2333 2019-06-26 Tom de Vries <tdevries@suse.de>
2334
2335 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
2336
2337 2019-06-26 Tom de Vries <tdevries@suse.de>
2338
2339 * gdb.base/index-cache.exp: Add back missing debug option.
2340
2341 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2342
2343 * gdb.base/alias.exp: Test non matching/non existing prefixes.
2344
2345 2019-06-25 Tom de Vries <tdevries@suse.de>
2346
2347 PR testsuite/24727
2348 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
2349
2350 2019-06-24 Tom de Vries <tdevries@suse.de>
2351
2352 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
2353
2354 2019-06-24 Tom de Vries <tdevries@suse.de>
2355
2356 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
2357 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
2358 * gdb.trace/unavailable-dwarf-piece.exp: Same.
2359
2360 2019-06-24 Tom de Vries <tdevries@suse.de>
2361
2362 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
2363
2364 2019-06-21 Tom de Vries <tdevries@suse.de>
2365
2366 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
2367
2368 2019-06-21 Tom de Vries <tdevries@suse.de>
2369
2370 PR testsuite/24518
2371 PR ada/24713
2372 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
2373 index.
2374
2375 2019-06-19 Tom Tromey <tromey@adacore.com>
2376
2377 * gdb.ada/length_cond.exp: Add intro comment.
2378
2379 2019-06-19 Tom Tromey <tromey@adacore.com>
2380
2381 * gdb.ada/length_cond.exp: New file.
2382 * gdb.ada/length_cond/length_cond.adb: New file.
2383 * gdb.ada/length_cond/pck.adb: New file.
2384 * gdb.ada/length_cond/pck.ads: New file.
2385
2386 2019-06-18 Tom de Vries <tdevries@suse.de>
2387
2388 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
2389
2390 2019-06-18 Tom Tromey <tromey@adacore.com>
2391
2392 * gdb.base/list0.h: Add comment explaining control character.
2393
2394 2019-06-18 Tom de Vries <tdevries@suse.de>
2395
2396 * boards/fission.exp: Break up long debug_flags line.
2397
2398 2019-06-16 Tom de Vries <tdevries@suse.de>
2399
2400 PR gdb/24445
2401 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
2402 generated index.
2403
2404 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
2405
2406 PR gdb/24686
2407 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
2408 improve detection of bug gdb/24541.
2409
2410 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
2411
2412 PR gdb/24669
2413 * gdb.base/index-cache.exp (uses_readnow,
2414 expecting_index_cache_use): Define global variable.
2415 (test_cache_enabled_miss, test_cache_enabled_hit): Use
2416 expecting_index_cache_use.
2417
2418 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
2419 Andrew Burgess <andrew.burgess@embecosm.com>
2420
2421 * gdb.fortran/pointers.f90: New file.
2422 * gdb.fortran/print_type.exp: New file.
2423 * gdb.fortran/vla-ptype.exp: Adapt expected results.
2424 * gdb.fortran/vla-type.exp: Likewise.
2425 * gdb.fortran/vla-value.exp: Likewise.
2426 * gdb.mi/mi-vla-fortran.exp: Likewise.
2427
2428 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2429
2430 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
2431 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
2432 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
2433 as a stop reason.
2434
2435 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2436
2437 * gdb.base/annota1.exp: Update expected results.
2438 * gdb.cp/annota2.exp: Likewise.
2439 * gdb.cp/annota3.exp: Likewise.
2440
2441 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2442
2443 * gdb.base/style-logging.exp: Remove path from test name.
2444
2445 2019-06-14 Tom Tromey <tromey@adacore.com>
2446
2447 PR gdb/24502:
2448 * gdb.base/style-logging.exp: New file.
2449
2450 2019-06-14 Tom Tromey <tromey@adacore.com>
2451
2452 * gdb.base/symfile-warn.exp: New file.
2453 * gdb.base/symfile-warn.c: New file.
2454
2455 2019-06-14 Tom Tromey <tromey@adacore.com>
2456
2457 * gdb.base/annotate-symlink.exp: New file.
2458
2459 2019-06-14 Tom Tromey <tromey@adacore.com>
2460
2461 * gdb.ada/set_wstr.exp: Add reassignment test.
2462
2463 2019-06-14 Tom Tromey <tromey@adacore.com>
2464
2465 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
2466 'unchecked_access and 'unrestricted_access as well.
2467
2468 2019-06-14 Tom Tromey <tromey@adacore.com>
2469
2470 PR ada/24539:
2471 * gdb.ada/vla.exp: Update tests.
2472 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
2473 pragma.
2474
2475 2019-06-13 Pedro Alves <palves@redhat.com>
2476
2477 * gdb.base/settings.exp (test-integer): Test junk after
2478 "unlimited".
2479
2480 2019-06-13 Pedro Alves <palves@redhat.com>
2481
2482 * gdb.base/options.exp (test-thread-apply): New.
2483 (top level): Call it.
2484
2485 2019-06-13 Pedro Alves <palves@redhat.com>
2486
2487 * gdb.base/options.exp (test-frame-apply): New.
2488 (top level): Test print commands with different "frame apply"
2489 prefixes.
2490
2491 2019-06-13 Pedro Alves <palves@redhat.com>
2492
2493 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
2494 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
2495 'max_completions' parameter and handle it.
2496 (test_gdb_completion_offers_commands): New.
2497
2498 2019-06-13 Pedro Alves <palves@redhat.com>
2499
2500 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
2501
2502 2019-06-13 Pedro Alves <palves@redhat.com>
2503
2504 * gdb.base/options.exp (test-backtrace): New.
2505 (top level): Call it.
2506
2507 2019-06-13 Pedro Alves <palves@redhat.com>
2508
2509 * gdb.guile/scm-frame-args.exp: Use "set print
2510 raw-frame-arguments" instead of "set print raw frame-arguments".
2511 * gdb.python/py-frame-args.exp: Likewise.
2512
2513 2019-06-13 Pedro Alves <palves@redhat.com>
2514
2515 * gdb.compile/compile.exp: Adjust expected output to option
2516 processing changes.
2517
2518 2019-06-13 Pedro Alves <palves@redhat.com>
2519
2520 * gdb.base/options.exp: Build executable.
2521 (test-print): New procedure.
2522 (top level): Call it, once for "print" and another for "compile
2523 print".
2524
2525 2019-06-13 Pedro Alves <palves@redhat.com>
2526
2527 * gdb.base/options.c: New file.
2528 * gdb.base/options.exp: New file.
2529
2530 2019-06-13 Pedro Alves <palves@redhat.com>
2531
2532 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
2533 that "o" is ambiguous.
2534
2535 2019-06-13 Pedro Alves <palves@redhat.com>
2536
2537 * gdb.base/settings.c: New file.
2538 * gdb.base/settings.exp: New file.
2539
2540 2019-06-13 Pedro Alves <palves@redhat.com>
2541
2542 * gdb.base/completion.exp: Fix comment typo.
2543
2544 2019-06-13 Pedro Alves <palves@redhat.com>
2545
2546 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
2547 foo --1" test.
2548
2549 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
2550
2551 * gdb.fortran/block-data.f: New.
2552 * gdb.fortran/block-data.exp: New.
2553
2554 2019-06-11 Tom de Vries <tdevries@suse.de>
2555
2556 PR testsuite/24521
2557 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
2558 message.
2559
2560 2019-06-11 Tom de Vries <tdevries@suse.de>
2561
2562 PR testsuite/24521
2563 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
2564
2565 2019-06-11 Tom de Vries <tdevries@suse.de>
2566
2567 * boards/readnow.exp: New file.
2568
2569 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
2570
2571 * gdb.fortran/vla-sizeof.exp: Update expected results.
2572
2573 2019-06-06 Amos Bird <amosbird@gmail.com>
2574
2575 * gdb.base/annota1.exp (thread_switch): Add test for
2576 thread-exited annotation.
2577
2578 2019-06-06 Tom Tromey <tromey@adacore.com>
2579
2580 * gdb.base/maint.exp: Expect command started/finished output.
2581
2582 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
2583
2584 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
2585 comment.
2586 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
2587
2588 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
2589
2590 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
2591 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
2592 * gdb.arch/riscv-unwind-long-insn.c: New file.
2593 * gdb.arch/riscv-unwind-long-insn.exp: New file.
2594
2595 2019-06-04 Christian Biesinger <cbiesinger@google.com>
2596
2597 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
2598
2599 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2600
2601 * lib/gdb.exp (help_list_trailer): New regexp variable
2602 factorizing the help trailer message.
2603 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
2604 arg to allow to better factorize various tests.
2605 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
2606 (test_prefix_command_help): Use help_list_trailer.
2607 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
2608 * gdb.guile/scm-cmd.exp: Likewise.
2609 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
2610 * gdb.base/help.exp: Use test_user_defined_class_help.
2611 * gdb.base/style.exp: Add tests for styling of help and apropos.
2612 * lib/gdb-utils.exp (style): Add title and highlight styles.
2613
2614 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2615
2616 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
2617 $_shell_exitsignal.
2618 * gdb.base/default.exp: Update for new convenience variables.
2619
2620 2019-05-29 Tom Tromey <tromey@adacore.com>
2621
2622 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
2623 to "break complete ada" test case's regexp.
2624
2625 2019-05-29 Tom Tromey <tromey@adacore.com>
2626
2627 PR c++/20020:
2628 * gdb.cp/constexpr-field.exp: New file.
2629 * gdb.cp/constexpr-field.cc: New file.
2630
2631 2019-05-29 Tom Tromey <tromey@adacore.com>
2632
2633 * gdb.base/finish.exp (finish_no_print): New proc.
2634 (finish_tests): Call it.
2635
2636 2019-05-24 Tom de Vries <tdevries@suse.de>
2637
2638 * gdb.dwarf2/gdb-add-index.exp: New file.
2639
2640 2019-05-22 Tom Tromey <tromey@adacore.com>
2641
2642 * gdb.base/info-shared.exp (check_info_shared): Use "style".
2643 * gdb.base/style.exp: Use "style".
2644 * lib/gdb-utils.exp (style): New proc.
2645
2646 2019-05-22 Tom de Vries <tdevries@suse.de>
2647
2648 * gdb.base/align.exp: Require c++11.
2649
2650 2019-05-22 Tom de Vries <tdevries@suse.de>
2651
2652 PR testsuite/24586
2653 * gdb.python/py-mi-var-info-path-expression.exp: Call
2654 mi_skip_python_tests to check if python is supported.
2655
2656 2019-05-22 Alan Hayward <alan.hayward@arm.com>
2657
2658 * gdb.arch/aarch64-pauth.c: New test.
2659 * gdb.arch/aarch64-pauth.exp: New file.
2660
2661 2019-05-22 Alan Hayward <alan.hayward@arm.com>
2662
2663 * README (Re-running Tests Outside The Testsuite): New section.
2664
2665 2019-05-21 Tom de Vries <tdevries@suse.de>
2666
2667 * gdb.arch/amd64-eval.exp: Require c++11.
2668 * gdb.base/max-depth.exp: Same.
2669 * gdb.compile/compile-cplus-array-decay.exp: Same.
2670 * gdb.cp/meth-typedefs.exp: Same.
2671 * gdb.cp/subtypes.exp: Same.
2672 * gdb.cp/temargs.exp: Same.
2673
2674 2019-05-21 Alan Hayward <alan.hayward@arm.com>
2675
2676 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
2677
2678 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
2679
2680 PR gdb/18644
2681 * gdb.fortran/complex.exp: Remove setup_kfail calls.
2682 * gdb.fortran/printing-types.exp: Add new test.
2683 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
2684 testing.
2685 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
2686 setup_kfail call.
2687
2688 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2689
2690 * README (Running the Testsuite): Change example.
2691 (Testsuite Parameters): Remove TRANSCRIPT.
2692 * lib/gdb.exp: Remove TRANSCRIPT check.
2693
2694 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2695
2696 * README (Testsuite Parameters): Add replay logging to
2697 GDBSERVER_DEBUG.
2698 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
2699 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
2700 as a comma separated list.
2701 (gdb_debug_init): Override procedure.
2702
2703 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2704
2705 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
2706 (gdb_write_cmd_file): New procedure.
2707 * lib/gdbserver-support.exp (gdbserver_start): Call
2708 gdbserver_write_cmd_file.
2709 (gdbserver_write_cmd_file): New procedure.
2710
2711 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2712
2713 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
2714 (delete_breakpoints): Likewise.
2715 (gdb_run_cmd): Likewise.
2716 (gdb_start_cmd): Likewise.
2717 (gdb_starti_cmd): Likewise.
2718 (gdb_internal_error_resync): Likewise.
2719 (gdb_test_multiple): Likewise.
2720 (gdb_reinitialize_dir): Likewise.
2721 (default_gdb_exit): Likewise.
2722 (gdb_file_cmd): Mark kill as optional.
2723 (default_gdb_start): Call gdb_stdin_log_init.
2724 (send_gdb): Call gdb_stdin_log_write.
2725 (rerun_to_main): Mark Y as an answer.
2726 (gdb_stdin_log_init): New function.
2727 (gdb_stdin_log_write): Likewise.
2728
2729 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2730
2731 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
2732 * gdb.base/debug-expr.exp: Likewise.
2733 * gdb.base/foll-fork.exp: Likewise.
2734 * gdb.base/foll-vfork.exp: Likewise.
2735 * gdb.base/fork-print-inferior-events.exp: Likewise.
2736 * gdb.base/gdb-sigterm.exp: Likewise.
2737 * gdb.base/gdbinit-history.exp: Likewise.
2738 * gdb.base/osabi.exp: Likewise.
2739 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
2740 * gdb.base/ui-redirect.exp: Likewise.
2741 * gdb.gdb/unittest.exp: Likewise.
2742 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
2743 * gdb.mi/mi-watch.exp: Likewise.
2744 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2745 * gdb.mi/user-selected-context-sync.exp: Likewise.
2746 * gdb.python/python.exp: Disable debug test when debugging.
2747 * gdb.threads/check-libthread-db.exp: Disable when debugging.
2748 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
2749 Likewise.
2750 * gdb.threads/stepi-random-signal.exp: Likewise.
2751
2752 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2753
2754 * Makefile.in: Pass through GDB_DEBUG.
2755 * README (Testsuite Parameters): Add GDB_DEBUG.
2756 (gdb,debug): Add board setting.
2757 * lib/gdb.exp (default_gdb_start): Start debugging.
2758 (gdb_debug_enabled): New procedure.
2759 (gdb_debug_init): Likewise.
2760
2761 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2762
2763 * Makefile.in: Pass through GDB_DEBUG.
2764 * README (Testsuite Parameters): Add GDB_DEBUG.
2765 (gdb,debug): Add board setting.
2766 * lib/gdb.exp (default_gdb_start): Start debugging.
2767 (gdb_debug_enabled): New procedure.
2768 (gdb_debug_init): Likewise.
2769
2770 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2771
2772 * gdb.base/ui-redirect.exp: Add debug redirect tests.
2773
2774 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2775
2776 * gdb.base/ui-redirect.exp: Test redirection.
2777
2778 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
2779
2780 * gdb.mi/mi-complete.exp: New file.
2781 * gdb.mi/mi-complete.cc: Likewise.
2782
2783 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
2784
2785 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
2786 indexed and sliced arrays, and pointers to arrays.
2787
2788 2019-05-14 Tom Tromey <tromey@adacore.com>
2789
2790 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
2791 styling test.
2792
2793 2019-05-14 Tom de Vries <tdevries@suse.de>
2794
2795 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
2796 selection entry encoding.
2797
2798 2019-05-10 Tom Tromey <tromey@adacore.com>
2799
2800 * gdb.ada/info_exc.exp: Add "complete" test.
2801
2802 2019-05-09 Tom de Vries <tdevries@suse.de>
2803
2804 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
2805 CU-relative.
2806
2807 2019-05-09 Tom de Vries <tdevries@suse.de>
2808
2809 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
2810 CU-relative.
2811
2812 2019-05-08 Joel Brobecker <brobecker@adacore.com>
2813
2814 * gdb.ada/frame_arg_lang.exp: New testcase.
2815 * gdb.ada/frame_arg_lang/bla.adb: New file.
2816 * gdb.ada/frame_arg_lang/pck.ads: New file.
2817 * gdb.ada/frame_arg_lang/pck.adb: New file.
2818 * gdb.ada/frame_arg_lang/foo.c: New file.
2819
2820 2019-05-08 Tom Tromey <tromey@adacore.com>
2821
2822 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
2823
2824 2019-05-08 Tom Tromey <tromey@adacore.com>
2825
2826 * gdb.base/ptype-offsets.exp: Update tests.
2827
2828 2019-05-08 Tom Tromey <tromey@adacore.com>
2829
2830 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
2831 cases.
2832 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
2833 "short".
2834
2835 2019-05-08 Tom Tromey <tromey@adacore.com>
2836
2837 * gdb.ada/vla.exp: New file.
2838 * gdb.ada/vla/vla.adb: New file.
2839
2840 2019-05-07 Tom de Vries <tdevries@suse.de>
2841
2842 * gdb.base/index-cache.exp (ls_host): Fix return statement.
2843
2844 2019-05-07 Tom de Vries <tdevries@suse.de>
2845
2846 PR testsuite/24522
2847 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
2848 section.
2849
2850 2019-05-07 Tom de Vries <tdevries@suse.de>
2851
2852 PR testsuite/24522
2853 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
2854 .debug_aranges section.
2855
2856 2019-05-07 Tom de Vries <tdevries@suse.de>
2857
2858 PR testsuite/24159
2859 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
2860
2861 2019-05-06 Tom de Vries <tdevries@suse.de>
2862
2863 * lib/gdb.exp (exec_has_index_section): New proc.
2864 * gdb.base/index-cache.exp: Handle case that binfile contains an index
2865 section.
2866
2867 2019-05-04 Tom de Vries <tdevries@suse.de>
2868
2869 * boards/cc-with-debug-names.exp: New file.
2870
2871 2019-05-03 Tom Tromey <tromey@adacore.com>
2872
2873 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
2874 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
2875 * gdb.ada/char_enum.exp: Add test.
2876
2877 2019-05-03 Tom de Vries <tdevries@suse.de>
2878
2879 * boards/cc-with-gdb-index.exp: New file.
2880
2881 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
2882
2883 * gdb.rust/simple.exp: Add new test case.
2884 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
2885 (main): Initialise an instance of the new struct.
2886
2887 2019-05-01 Tom Tromey <tromey@adacore.com>
2888
2889 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
2890 record.
2891 (NPR): New variable.
2892 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
2893 test.
2894
2895 2019-05-01 Tom Tromey <tromey@adacore.com>
2896
2897 * gdb.ada/packed_array_assign.exp: Add packed assignment
2898 regression test.
2899
2900 2019-05-01 Tom de Vries <tdevries@suse.de>
2901
2902 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
2903
2904 2019-05-01 Tom de Vries <tdevries@suse.de>
2905
2906 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
2907
2908 2019-04-30 Ali Tamur <tamur@google.com>
2909
2910 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
2911
2912 2019-04-30 Tom Tromey <tromey@adacore.com>
2913
2914 * lib/ada.exp (find_ada_tool): New proc.
2915 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
2916 * gdb.ada/catch_ex_std.exp: New file.
2917 * gdb.ada/catch_ex_std/foo.adb: New file.
2918 * gdb.ada/catch_ex_std/some_package.adb: New file.
2919 * gdb.ada/catch_ex_std/some_package.ads: New file.
2920
2921 2019-04-30 Tom Tromey <tromey@adacore.com>
2922
2923 PR c++/24470:
2924 * gdb.cp/temargs.cc: Add test code from PR.
2925
2926 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2927
2928 * gdb.fortran/vla-datatypes.exp: Update expected results.
2929 * gdb.fortran/vla-ptype.exp: Likewise.
2930 * gdb.fortran/vla-type.exp: Likewise.
2931 * gdb.fortran/vla-value.exp: Likewise.
2932
2933 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2934
2935 * gdb.fortran/ptr-indentation.exp: Update expected results.
2936 * gdb.fortran/ptype-on-functions.exp: Likewise.
2937 * gdb.fortran/vla-ptr-info.exp: Likewise.
2938 * gdb.fortran/vla-value.exp: Likewise.
2939
2940 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2941
2942 * gdb.fortran/ptype-on-functions.exp: New file.
2943 * gdb.fortran/ptype-on-functions.f90: New file.
2944
2945 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2946
2947 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
2948 case void string.
2949
2950 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2951
2952 * gdb.fortran/complex.exp: Expand.
2953 * gdb.fortran/complex.f: Renamed to...
2954 * gdb.fortran/complex.f90: ...this, and extended to add more
2955 complex values.
2956
2957 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2958
2959 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
2960 MODULO, CMPLX.
2961
2962 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
2963 Richard Bunt <richard.bunt@arm.com>
2964
2965 * gdb.base/max-depth.c: New file.
2966 * gdb.base/max-depth.exp: New file.
2967 * gdb.python/py-nested-maps.c: New file.
2968 * gdb.python/py-nested-maps.exp: New file.
2969 * gdb.python/py-nested-maps.py: New file.
2970 * gdb.python/py-format-string.exp (test_max_depth): New proc.
2971 (test_all_common): Call test_max_depth.
2972 * gdb.fortran/max-depth.exp: New file.
2973 * gdb.fortran/max-depth.f90: New file.
2974 * gdb.go/max-depth.exp: New file.
2975 * gdb.go/max-depth.go: New file.
2976 * gdb.modula2/max-depth.exp: New file.
2977 * gdb.modula2/max-depth.c: New file.
2978 * lib/gdb.exp (get_print_expr_at_depths): New proc.
2979
2980 2019-04-29 Tom de Vries <tdevries@suse.de>
2981
2982 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
2983
2984 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2985
2986 * gdb.base/callexit.exp: Test may-call-functions off.
2987
2988 2019-04-25 Keith Seitz <keiths@redhat.com>
2989
2990 PR c++/24367
2991 * gdb.cp/meth-typedefs.cc (incomplete_struct)
2992 (another_incomplete_struct, test_incomplete): New definitions.
2993 (main): Use new definitions.
2994 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
2995 functions.
2996
2997 2019-04-25 Ali Tamur <tamur@google.com>
2998
2999 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
3000
3001 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
3002
3003 PR corefiles/11608
3004 PR corefiles/18187
3005 * gdb.base/coredump-filter-build-id.exp: New file.
3006
3007 2019-04-25 Alan Hayward <alan.hayward@arm.com>
3008
3009 * Makefile.in: Pass through GDBSERVER_DEBUG.
3010 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
3011 (gdbserver,debug): Add board setting.
3012 * gdb.trace/tspeed.exp: Skip when debugging.
3013 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
3014 * lib/gdbserver-support.exp: Likewise
3015
3016 2019-04-24 Tom Tromey <tromey@adacore.com>
3017
3018 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
3019 Rust.
3020
3021 2019-04-24 Tom Tromey <tromey@adacore.com>
3022
3023 * gdb.arch/amd64-eval.exp: Test bitfield return.
3024 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
3025 (class Foo) <return_bitfields>: New method.
3026 (main): Call it.
3027
3028 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
3029
3030 * gdb.cp/many-args.cc: New file.
3031 * gdb.cp/many-args.exp: New file.
3032
3033 2019-04-23 Tom de Vries <tdevries@suse.de>
3034
3035 PR gdb/24433
3036 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
3037
3038 2019-04-23 Alan Hayward <alan.hayward@arm.com>
3039
3040 * gdb.trace/backtrace.exp: Use nopie flag.
3041 * gdb.trace/circ.exp: Likewise.
3042 * gdb.trace/collection.exp: Likewise.
3043 * gdb.trace/ftrace.exp: Likewise.
3044 * gdb.trace/mi-trace-unavailable.exp: Likewise.
3045 * gdb.trace/mi-traceframe-changed.exp: Likewise.
3046 * gdb.trace/qtro.exp: Likewise.
3047 * gdb.trace/read-memory.exp: Likewise.
3048 * gdb.trace/report.exp: Likewise.
3049 * gdb.trace/tfile.exp: Likewise.
3050 * gdb.trace/tfind.exp: Likewise.
3051 * gdb.trace/unavailable.exp: Likewise.
3052
3053 2019-04-22 Pedro Alves <palves@redhat.com>
3054
3055 * gdb.base/solib-probes-nosharedlibrary.c,
3056 gdb.base/solib-probes-nosharedlibrary.exp: New files.
3057
3058 2019-04-19 Tom Tromey <tromey@adacore.com>
3059
3060 * gdb.ada/ptype_union.c: New file.
3061 * gdb.ada/ptype_union.exp: New file.
3062
3063 2019-04-19 Tom Tromey <tromey@adacore.com>
3064
3065 PR symtab/24423:
3066 * gdb.base/list0.h (foo): Add a control-l character.
3067
3068 2019-04-18 Tom de Vries <tdevries@suse.de>
3069
3070 PR gdb/24433
3071 * boards/local-board.exp: Set sysroot to "".
3072
3073 2019-04-18 Tom de Vries <tdevries@suse.de>
3074 Pedro Alves <palves@redhat.com>
3075
3076 PR gdb/24454
3077 * gdb.threads/vfork-follow-child-exec.c: New file.
3078 * gdb.threads/vfork-follow-child-exec.exp: New file.
3079 * gdb.threads/vfork-follow-child-exit.c: New file.
3080 * gdb.threads/vfork-follow-child-exit.exp: New file.
3081
3082 2019-04-15 Leszek Swirski <leszeks@google.com>
3083
3084 * gdb.arch/amd64-eval.cc: New file.
3085 * gdb.arch/amd64-eval.exp: New file.
3086
3087 2019-04-11 Alan Hayward <alan.hayward@arm.com>
3088
3089 * gdb.server/sysroot.c: New test.
3090 * gdb.server/sysroot.exp: New file.
3091 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
3092 matching param.
3093
3094 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
3095
3096 * gdb.base/align.exp: Extend test to cover structures containing
3097 only static fields.
3098
3099 2019-04-11 Tom de Vries <tdevries@suse.de>
3100
3101 * boards/cc-with-dwz-m.exp: New file.
3102 * boards/cc-with-dwz.exp: New file.
3103 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
3104
3105 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
3106
3107 * gdb.base/start-cpp.exp: New file.
3108 * gdb.base/start-cpp.cc: New file.
3109
3110 2019-04-08 Kevin Buettner <kevinb@redhat.com>
3111
3112 * gdb.python/py-thrhandle.exp: Adjust tests to call
3113 thread_from_handle instead of thread_from_thread_handle.
3114
3115 2019-04-08 Kevin Buettner <kevinb@redhat.com>
3116
3117 * gdb.python/py-thrhandle.exp: Add tests for
3118 gdb.InferiorThread.handle.
3119
3120 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
3121
3122 * gdb.python/py-function.exp: Check calling helper function from
3123 all languages.
3124 * lib/gdb.exp (gdb_supported_languages): New proc.
3125
3126 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
3127
3128 * gdb.base/complex-parts.c: New file.
3129 * gdb.base/complex-parts.exp: New file.
3130
3131 2019-04-01 Tom Tromey <tromey@adacore.com>
3132
3133 PR symtab/23331:
3134 * gdb.dwarf2/dw2-ranges-main.c: New file.
3135 * gdb.dwarf2/dw2-ranges-psym.c: New file.
3136 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
3137
3138 2019-03-30 Simon Marchi <simark@simark.ca>
3139
3140 * gdb.base/default.exp: Add values for $_gdb_major and
3141 $_gdb_minor.
3142
3143 2019-03-29 Tom Tromey <tromey@adacore.com>
3144
3145 * gdb.base/help.exp: Tighten apropos regexp.
3146
3147 2019-03-29 Keith Seitz <keiths@redhat.com>
3148
3149 * gdb.fortran/array-bounds.exp: New file.
3150 * gdb.fortran/array-bounds.f90: New file.
3151
3152 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3153
3154 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
3155
3156 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3157
3158 * gdb.multi/hello.c (main): Increase alarm timer.
3159
3160 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
3161
3162 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
3163 factor when no hardware watchpoint support.
3164
3165 2019-03-28 Alan Hayward <alan.hayward@arm.com>
3166 Pedro Alves <palves@redhat.com>
3167
3168 * boards/local-board.exp: set sysroot to /.
3169
3170 2019-03-27 Alan Hayward <alan.hayward@arm.com>
3171
3172 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
3173 in child.
3174
3175 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3176
3177 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
3178 field.
3179 (make_container): Initialise new field.
3180 * gdb.python/py-prettyprint.exp: Add new tests.
3181 * gdb.python/py-prettyprint.py (class ContainerPrinter)
3182 <display_hint>: New method.
3183
3184 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3185
3186 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
3187 gdb_continue_to_breakpoint more throughout this test.
3188 (run_lang_tests) Supply unique test names, and use
3189 gdb_test_no_output.
3190
3191 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3192
3193 * gdb.base/finish-pretty.exp: Update expected results.
3194 * gdb.base/pretty-print.c: New file.
3195 * gdb.base/pretty-print.exp: New file.
3196
3197 2019-03-25 Pedro Alves <palves@redhat.com>
3198
3199 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
3200 move comments outside list. Append '-i "" eof' section.
3201
3202 2019-03-22 Alan Hayward <alan.hayward@arm.com>
3203
3204 PR testsuite/25016
3205 * README: Add pie options.
3206 * gdb.base/break-interp.exp: Ensure pie is disabled.
3207 * gdb.base/dump.exp: Likewise.
3208 * lib/gdb.exp (gdb_compile): Add pie option.
3209
3210 2019-03-19 Tom Tromey <tromey@adacore.com>
3211
3212 * gdb.mi/mi2-cli-display.c: New file.
3213 * gdb.mi/mi2-cli-display.exp: New file.
3214
3215 2019-03-18 Joel Brobecker <brobecker@adacore.com>
3216 Tom Tromey <tromey@adacore.com>
3217
3218 * gdb.ada/ptype_array/pck.adb: New file.
3219 * gdb.ada/ptype_array/pck.ads: New file.
3220 * gdb.ada/ptype_array/foo.adb: New file.
3221 * gdb.ada/ptype_array.exp: New file.
3222
3223 2019-03-14 Tom Tromey <tromey@adacore.com>
3224
3225 * gdb.base/style.exp: Add "set style sources" test.
3226
3227 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
3228
3229 * mi-breakpoint-location-ena-dis.exp: Rename to ...
3230 * mi-breakpoint-multiple-locations.exp: ... this.
3231 (make_breakpoints_pattern): New proc.
3232 (do_test): Add mi_version parameter, test -break-insert,
3233 -break-info and =breakpoint-created.
3234
3235 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
3236
3237 * config/default.exp: Remove 'load_lib gdb.exp'.
3238 * config/monitor.exp: Likewise.
3239 * config/sid.exp: Likewise.
3240 * config/sim.exp: Likewise.
3241 * config/slite.exp: Likewise.
3242 * config/unix.exp: Likewise.
3243 * gdb.base/default.exp: Remove unhelpful comment.
3244
3245 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3246
3247 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
3248
3249 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3250
3251 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
3252
3253 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3254
3255 * gdb.fortran/type-kinds.exp: Update expected results.
3256
3257 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3258
3259 * gdb.fortran/type-kinds.exp: Test new integer type kind.
3260
3261 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3262
3263 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
3264 function.
3265 (test_basic_parsing_of_type_kinds): Expand types tested.
3266 (test_parsing_invalid_type_kinds): New function.
3267
3268 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3269
3270 * gdb.fortran/intrinsics.exp: New file.
3271 * gdb.fortran/intrinsics.f90: New file.
3272 * gdb.fortran/type-kinds.exp: New file.
3273
3274 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3275
3276 * gdb.fortran/dot-ops.exp: New file.
3277
3278 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3279
3280 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
3281 Check upper and lower case logical literals.
3282
3283 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3284
3285 * gdb.fortran/types.exp (test_float_literal_types_accepted):
3286 Remove duplicate tests.
3287
3288 2019-03-06 Alan Hayward <alan.hayward@arm.com>
3289
3290 * lib/gdb.exp (builtin_cd): rename of cd.
3291 (cd): Override builtin.
3292
3293 2019-03-06 Richard Bunt <richard.bunt@arm.com>
3294
3295 * gdb.fortran/function-calls.exp: New file.
3296 * gdb.fortran/function-calls.f90: New test.
3297
3298 2019-03-04 Richard Bunt <richard.bunt@arm.com>
3299
3300 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
3301 on user program standard output.
3302 * gdb.fortran/short-circuit-argument-list.f90: Record function
3303 calls.
3304
3305 2019-02-28 Alan Hayward <alan.hayward@arm.com>
3306
3307 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
3308 failure.
3309
3310 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3311
3312 PR gdb/8527
3313 * gdb.base/interrupt-daemon-attach.c,
3314 gdb.base/interrupt-daemon-attach.exp: New test.
3315
3316 2019-02-27 Pedro Alves <palves@redhat.com>
3317
3318 * gdb.base/page.exp: Add tests for "set width/height -1".
3319
3320 2019-02-27 Pedro Alves <palves@redhat.com>
3321
3322 * gdb.base/page.exp: Add tests for "set/show width/height" with
3323 "infinite" values.
3324
3325 2019-02-27 Tom Tromey <tromey@adacore.com>
3326
3327 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
3328 2.4.
3329 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
3330 workaround.
3331
3332 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
3333
3334 * gdb.base/align.exp: Extend to compile in both C and C++, and add
3335 tests for structs with static members.
3336
3337 2019-02-26 Tom Tromey <tromey@adacore.com>
3338
3339 * gdb.python/py-value.exp (test_value_from_buffer): Check for
3340 ValueError, not TypeError.
3341
3342 2019-02-26 Kevin Buettner <kevinb@redhat.com>
3343
3344 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
3345 call from main program.
3346
3347 2019-02-23 Joel Brobecker <brobecker@adacore.com>
3348
3349 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
3350 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
3351 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
3352 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
3353 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
3354
3355 2019-02-22 Keith Seitz <keiths@redhat.com>
3356
3357 PR symtab/23853
3358 * gdb.base/symlink-sourcefile.c: New file.
3359 * gdb.base/symlink-sourcefile.exp: New file.
3360
3361 2019-02-20 Tom Tromey <tom@tromey.com>
3362
3363 * gdb.base/info_qt.exp: Update.
3364
3365 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
3366
3367 * gdb.base/source.exp: Move "error in sourced script" code to
3368 the end.
3369 * gdb.base/source-error.gdb: Move contents to
3370 source-error-1.gdb. Add new code to source source-error-1.gdb.
3371 * gdb.base/source-error-1.gdb: New file, from previous
3372 source-error.gdb.
3373
3374 2019-02-17 Tom Tromey <tom@tromey.com>
3375
3376 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
3377 for macro styling.
3378 * gdb.base/style.c (SOME_MACRO): New macro.
3379
3380 2019-02-17 Tom Tromey <tom@tromey.com>
3381
3382 * gdb.base/style.exp: Add line-wrapping tests.
3383 * gdb.base/page.exp: Add test for quitting during pagination.
3384
3385 2019-02-17 Joel Brobecker <brobecker@adacore.com>
3386
3387 * gdb.ada/big_packed_array: New testcase.
3388 * gdb.ada/homonym.exp: Fix incorrect expected output for
3389 "break <homonym__get_value>" test.
3390
3391 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
3392
3393 PR breakpoints/21870
3394 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
3395 and prepare_for_testing. Add comment.
3396 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
3397 redundant cleanup call. Clean up comment.
3398
3399 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
3400
3401 PR breakpoints/21870
3402 * gdb.arch/aarch64-dbreg-contents.exp: New file.
3403 * gdb.arch/aarch64-dbreg-contents.c: New file.
3404
3405 2019-02-10 Joel Brobecker <brobecker@adacore.com>
3406
3407 * gdb.ada/mi_ref_changeable: New testcase.
3408
3409 2019-02-07 Alan Hayward <alan.hayward@arm.com>
3410
3411 * gdb.base/attach.exp: Add double attach test.
3412
3413 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
3414
3415 * lib/gdb.exp (default_gdb_start): Don't match pagination
3416 prompt.
3417 (gdb_init): Set stty_init.
3418
3419 2019-01-27 Tom Tromey <tom@tromey.com>
3420
3421 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
3422 skip_python_tests.
3423
3424 2019-01-24 Alan Hayward <alan.hayward@arm.com>
3425
3426 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
3427 New structure.
3428 (struct struct_static_02_02): Likewise.
3429 (struct struct_static_02_03): Likewise.
3430 (struct struct_static_02_04): Likewise.
3431 (struct struct_static_04_01): Likewise.
3432 (struct struct_static_04_02): Likewise.
3433 (struct struct_static_04_03): Likewise.
3434 (struct struct_static_04_04): Likewise.
3435 (struct struct_static_06_01): Likewise.
3436 (struct struct_static_06_02): Likewise.
3437 (struct struct_static_06_03): Likewise.
3438 (struct struct_static_06_04): Likewise.
3439 (cmp_struct_static_02_01): Likewise.
3440 (cmp_struct_static_02_02): Likewise.
3441 (cmp_struct_static_02_03): Likewise.
3442 (cmp_struct_static_02_04): Likewise.
3443 (cmp_struct_static_04_01): Likewise.
3444 (cmp_struct_static_04_02): Likewise.
3445 (cmp_struct_static_04_03): Likewise.
3446 (cmp_struct_static_04_04): Likewise.
3447 (cmp_struct_static_06_01): Likewise.
3448 (cmp_struct_static_06_02): Likewise.
3449 (cmp_struct_static_06_03): Likewise.
3450 (cmp_struct_static_06_04): Likewise.
3451 (call_all): Test new structs.
3452 * gdb.base/infcall-nested-structs.exp: Likewise.
3453
3454 2019-01-21 Alan Hayward <alan.hayward@arm.com>
3455 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
3456
3457 2019-01-21 Alan Hayward <alan.hayward@arm.com>
3458 * gdb.base/stack-protector.c: New test.
3459 * gdb.base/stack-protector.exp: New file.
3460 * gdb.cp/ovldbreak.exp: Only allow a single break line.
3461 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
3462 option.
3463 (gdb_compile): Remove stack protector for GCC and prevent
3464 recursion.
3465
3466 2019-01-16 Keith Seitz <keiths@redhat.com>
3467
3468 PR gdb/23773
3469 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
3470
3471 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3472
3473 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
3474 aliases.
3475 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
3476 tests.
3477 * gdb.arch/powerpc-vector-regs.c: New file.
3478 * gdb.arch/powerpc-vector-regs.exp: New file.
3479
3480 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3481
3482 * gdb.arch/altivec-regs.exp: Fix the list passed to
3483 gdb_expect_list when testing "info vector".
3484
3485 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
3486
3487 * gdb.base/style.exp: Don't include path in testname.
3488
3489 2019-01-10 Keith Seitz <keiths@redhat.com>
3490
3491 PR gdb/23712
3492 PR symtab/23010
3493 * gdb.dwarf2/multidictionary.exp: New file.
3494
3495 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
3496
3497 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
3498 (test_gnuv3_style_demangling): ... this.
3499 (test_lucid_style_demangling): Remove.
3500 (test_arm_style_demangling): Remove.
3501 (test_hp_style_demangling): Remove.
3502 (do_tests): Remove calls to the above.
3503
3504 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3505
3506 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
3507 case.
3508
3509 2019-01-06 Tom Tromey <tom@tromey.com>
3510
3511 PR gdb/28155:
3512 * gdb.dwarf2/typedef-void-finish.exp: New file.
3513
3514 2018-12-28 Tom Tromey <tom@tromey.com>
3515 Simon Marchi <simark@simark.ca>
3516
3517 * gdb.base/jit-exec.exp: New file.
3518 * gdb.base/jit-exec.c: New file.
3519 * gdb.base/jit-execd.c: New file.
3520
3521 2018-12-28 Tom Tromey <tom@tromey.com>
3522
3523 * gdb.base/style.exp: Update test to check for address styling.
3524
3525 2018-12-28 Tom Tromey <tom@tromey.com>
3526
3527 * gdb.base/style.exp: Add test for styling of "Reading symbols"
3528 message.
3529
3530 2018-12-28 Tom Tromey <tom@tromey.com>
3531
3532 * gdb.base/style.exp: Add test for version number styling.
3533
3534 2018-12-28 Tom Tromey <tom@tromey.com>
3535
3536 * gdb.base/style.exp: Add test for print_address_symbolic.
3537
3538 2018-12-28 Tom Tromey <tom@tromey.com>
3539
3540 * gdb.base/style.exp: Add test for breakpoint setting.
3541
3542 2018-12-28 Tom Tromey <tom@tromey.com>
3543
3544 * gdb.base/style.exp: Add test for variable names.
3545
3546 2018-12-28 Tom Tromey <tom@tromey.com>
3547
3548 * gdb.base/style.exp: New file.
3549 * gdb.base/style.c: New file.
3550
3551 2018-12-28 Tom Tromey <tom@tromey.com>
3552
3553 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
3554 "dumb".
3555 * gdb.base/readline.exp (operate_and_get_next): Save and restore
3556 the TERM environment variable.
3557
3558 2018-12-27 Tom Tromey <tom@tromey.com>
3559
3560 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
3561 pagination test.
3562
3563 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
3564
3565 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
3566 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
3567
3568 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3569
3570 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
3571 Filename a.adb changed to bp_fun_addr.adb.
3572 gdb.ada/bp_fun_addr.exp: Update test accordingly.
3573
3574 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
3575
3576 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
3577 non-PIE executables.
3578 * README: Mention the gdb,nopie_flag board setting.
3579 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
3580 non-PIE executable.
3581 * gdb.arch/amd64-entry-value.exp: Likewise.
3582 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
3583 * gdb.arch/i386-float.exp: Likewise.
3584 * gdb.arch/i386-signal.exp: Likewise.
3585 * gdb.mi/mi-reg-undefined.exp: Likewise.
3586
3587 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
3588
3589 PR gdb/23974
3590 * gdb.base/info-os.exp: Check return for unknown "info os" type.
3591
3592 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3593
3594 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
3595 Update order of results accordingly.
3596
3597 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
3598
3599 * gdb.base/annota1.exp: Update a test regexp.
3600
3601 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
3602
3603 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
3604
3605 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3606
3607 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
3608 (reuse_time): Initialize to REUSE_TIME_CAP.
3609 (check_rc): New function.
3610 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
3611 Check pthread_create rc.
3612 (spawner_thread_func): Check pthread_create and pthread_join rc.
3613
3614 2018-12-08 Pedro Alves <palves@redhat.com>
3615
3616 * gdb.base/list.exp (test_forward_search): Rename to ...
3617 (test_forward_reverse_search): ... this. Also test reverse-search
3618 and the forward-search alias.
3619
3620 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
3621
3622 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
3623 local timeout variable before return, and remove all local timeout
3624 variable entirely.
3625 (gdb_load): Likewise.
3626
3627 2018-12-01 Tom de Vries <tdevries@suse.de>
3628
3629 * gdb.base/gdb-caching-proc.exp: New file.
3630
3631 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
3632
3633 * Makefile.in (TIMESTAMP): New variable.
3634 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
3635 command.
3636 (check-single-racy): Likewise.
3637 (check/%.exp): Likewise.
3638 (check-racy/%.exp): Likewise.
3639 (workers/%.worker): Likewise.
3640 (build-perf): Likewise.
3641 (check-perf): Likewise.
3642 * README: Describe new "TS" and "TS_FORMAT" variables.
3643 * print-ts.py: New file.
3644
3645 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
3646
3647 PR python/23714
3648 * gdb.python/python.exp: Test command repetition after
3649 gdb.execute.
3650
3651 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
3652
3653 * gdb.opt/inline-break.exp: Add test that info breakpoint output
3654 is correctly aligned.
3655
3656 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3657
3658 * gdb.ada/info_auto_lang.exp: New testcase.
3659 * gdb.ada/info_auto_lang/global_pack.ads: New file.
3660 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
3661 * gdb.ada/info_auto_lang/some_c.c: New file.
3662
3663 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3664
3665 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
3666 FUNC_lang language syntax.
3667
3668 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3669
3670 * gdb.base/info_minsym.c: New file.
3671 * gdb.base/info_minsym.exp: New file.
3672
3673 2018-11-19 Tom Tromey <tom@tromey.com>
3674
3675 PR rust/23625:
3676 * gdb.rust/simple.exp: Add ptype test. Update expected output.
3677 * gdb.rust/expr.exp: Update expected output. Change one test.
3678
3679 2018-11-19 Tom Tromey <tom@tromey.com>
3680
3681 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
3682
3683 2018-11-19 Pedro Alves <palves@redhat.com>
3684
3685 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
3686 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
3687 see the expected warning.
3688
3689 2018-11-16 Alan Hayward <alan.hayward@arm.com>
3690
3691 PR gdb/22736:
3692 * gdb.cp/infcall-nodebug-lib.c: New test.
3693 * gdb.cp/infcall-nodebug-main.c: New test.
3694 * gdb.cp/infcall-nodebug.exp: New file.
3695
3696 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
3697
3698 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
3699 completer tests.
3700
3701 2018-11-09 Tom de Vries <tdevries@suse.de>
3702
3703 * gdb.base/msym-lang.c: New test.
3704 * gdb.base/msym-lang.exp: New file.
3705 * gdb.base/msym-lang-main.c: New test.
3706
3707 2018-11-08 Tom Tromey <tom@tromey.com>
3708
3709 PR gdb/23555:
3710 PR gdb/23838:
3711 * gdb.base/warning.exp: New file.
3712
3713 2018-11-08 Jan Beulich <jbeulich@suse.com>
3714
3715 * testsuite/gdb.arch/i386-avx512.c,
3716 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
3717
3718 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
3719
3720 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
3721 point hardware.
3722
3723 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
3724
3725 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
3726 * gdb.dwarf2/missing-type-name.exp: New file.
3727
3728 2018-11-06 Tom de Vries <tdevries@suse.de>
3729
3730 * gdb.base/many-headers.c: New test.
3731 * gdb.base/many-headers.exp: New file.
3732
3733 2018-11-06 Jim Wilson <jimw@sifive.com>
3734
3735 * gdb.base/code_elim.exp: For riscv, set additional_flags
3736 to include -msmall-data-limit=0.
3737
3738 2018-11-01 Joel Brobecker <brobecker@adacore.com>
3739
3740 * gdb.ada/watch_minus_l: New testcase.
3741
3742 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
3743
3744 * gdb.arch/aix-sighandle.c: New file.
3745 * gdb.arch/aix-sighandle.exp: New file.
3746
3747 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3748
3749 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
3750 registers being unions.
3751
3752 2018-10-31 Tom de Vries <tdevries@suse.de>
3753
3754 * lib/valgrind.exp: New file.
3755 (vgdb_start, vgdb_stop): New procs, factored out of ...
3756 * gdb.base/valgrind-bt.exp: ... here, ...
3757 * gdb.base/valgrind-disp-step.exp: ... here and ...
3758 * gdb.base/valgrind-infcall.exp: ... here.
3759
3760 2018-10-31 Tom de Vries <tdevries@suse.de>
3761
3762 * lib/gdb.exp (get_valueof): Don't output read value in test name.
3763
3764 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3765
3766 * gdb.dwarf2/void-type.c: New file.
3767 * gdb.dwarf2/void-type.exp: New file.
3768
3769 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3770
3771 * gdb.base/info_qt.c: New file.
3772 * gdb.base/info_qt.exp: New file.
3773
3774 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3775
3776 * gdb.arch/powerpc-htm-regs.c: New file.
3777 * gdb.arch/powerpc-htm-regs.exp: New file.
3778
3779 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3780
3781 * gdb.arch/powerpc-tar.c: New file.
3782 * gdb.arch/powerpc-tar.exp: New file.
3783
3784 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3785
3786 * gdb.arch/powerpc-ppr-dscr.c: New file.
3787 * gdb.arch/powerpc-ppr-dscr.exp: New file.
3788
3789 2018-10-25 Tom de Vries <tdevries@suse.de>
3790
3791 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
3792
3793 2018-10-24 Tom de Vries <tdevries@suse.de>
3794
3795 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
3796 longer exists error.
3797
3798 2018-10-24 Tom de Vries <tdevries@suse.de>
3799
3800 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
3801
3802 2018-10-24 Tom de Vries <tdevries@suse.de>
3803
3804 * gdb.base/valgrind-db-attach.exp: Handle removed support for
3805 --db-attach in valgrind.
3806
3807 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
3808
3809 * gdb.arch/riscv-reg-aliases.c: New file.
3810 * gdb.arch/riscv-reg-aliases.exp: New file.
3811
3812 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3813
3814 * gdb.python/py-cmd.exp: Check for gdb_prompt.
3815
3816 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3817
3818 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
3819
3820 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3821
3822 * gdb.cp/ovldbreak.exp: Fix regexps.
3823
3824 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3825
3826 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
3827
3828 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
3829
3830 PR cli/23785
3831 * gdb.base/restore.exp: New test to check if "restore" with an
3832 invalid file doesn't segfault.
3833
3834 2018-10-18 Tom de Vries <tdevries@suse.de>
3835
3836 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
3837 * gdb.ada/excep_handle.exp: Same.
3838 * gdb.ada/mi_string_access.exp: Same.
3839 * gdb.ada/mi_var_union.exp: Same.
3840 * gdb.arch/arc-analyze-prologue.exp: Same.
3841 * gdb.arch/arc-decode-insn.exp: Same.
3842 * gdb.base/readnever.exp: Same.
3843 * gdb.fortran/printing-types.exp: Same.
3844 * gdb.guile/scm-lazy-string.exp: Same.
3845
3846 2018-10-16 Tom de Vries <tdevries@suse.de>
3847
3848 PR gdb/23730
3849 * gdb.base/catch-follow-exec.c: Add copyright notice.
3850 * gdb.base/catch-follow-exec.exp: Rewrite to use
3851 gdb_spawn_with_cmdline_opts. Require gdb-native.
3852
3853 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
3854
3855 * gdb.trace/actions-changed.exp: Check for arch support.
3856 * gdb.trace/actions.exp: Likewise.
3857 * gdb.trace/ax.exp: Likewise.
3858 * gdb.trace/backtrace.exp: Likewise.
3859 * gdb.trace/change-loc.exp: Likewise.
3860 * gdb.trace/deltrace.exp: Likewise.
3861 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
3862 * gdb.trace/ftrace.exp: Likewise.
3863 * gdb.trace/infotrace.exp: Check for arch support.
3864 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
3865 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
3866 * gdb.trace/mi-tsv-changed.exp: Likewise.
3867 * gdb.trace/packetlen.exp: Likewise.
3868 * gdb.trace/passc-dyn.exp: Likewise.
3869 * gdb.trace/passcount.exp: Likewise.
3870 * gdb.trace/pending.exp: Likewise.
3871 * gdb.trace/range-stepping.exp: Check for shlib support.
3872 * gdb.trace/report.exp: Check for arch support.
3873 * gdb.trace/save-trace.exp: Likewise.
3874 * gdb.trace/signal.exp: Check for signal support.
3875 * gdb.trace/tfind.exp: Check for arch support.
3876 * gdb.trace/trace-break.exp: Check for arch and shlib support.
3877 * gdb.trace/trace-common.h: Add comment.
3878 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
3879 * gdb.trace/trace-enable-disable.exp: Likewise.
3880 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
3881 * gdb.trace/tracecmd.exp: Check for arch support.
3882 * gdb.trace/tspeed.exp: Check for shlib and target support.
3883 * gdb.trace/tstatus.exp: Check for arch support.
3884 * gdb.trace/tsv.exp: Likewise.
3885 * gdb.trace/while-dyn.exp: Likewise.
3886 * gdb.trace/while-stepping.exp: Likewise.
3887 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
3888
3889 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
3890
3891 * gdb.trace/tspeed.exp: Remove nowarnings.
3892 (prepare_for_trace_test): Declare "global ipalib".
3893 * gdb.trace/tspeed.c: Include unistd.h.
3894 (main): Remove superfluous printf argument.
3895
3896 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
3897
3898 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
3899 directory prefix on the filename.
3900
3901 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
3902
3903 * gdb.gdb/unittest.exp: Update expected message informing that
3904 selftests have been disabled.
3905 * gdb.server/unittest.exp: Likewise.
3906
3907 2018-10-09 Tom de Vries <tdevries@suse.de>
3908
3909 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
3910 with runto_main.
3911
3912 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
3913
3914 PR c++/16841
3915 * gdb.cp/virtbase2.cc: New file.
3916 * gdb.cp/virtbase2.exp: New file.
3917
3918 2018-10-06 Tom Tromey <tom@tromey.com>
3919
3920 PR python/19399:
3921 * gdb.python/py-inferior.exp: Add architecture test.
3922
3923 2018-10-06 Tom Tromey <tom@tromey.com>
3924
3925 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
3926 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
3927
3928 2018-10-06 Tom Tromey <tom@tromey.com>
3929
3930 * gdb.python/py-breakpoint.exp (check_last_event): Check location
3931 of a "throw" catchpoint.
3932
3933 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
3934
3935 * gdb.base/info-proc.exp: Update string expected from "help info
3936 proc".
3937
3938 2018-10-04 Tom Tromey <tom@tromey.com>
3939
3940 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
3941 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
3942 (test_initial_complaints, test_empty_complaints): Update.
3943 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3944
3945 2018-10-04 Tom Tromey <tom@tromey.com>
3946
3947 PR cli/19551:
3948 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
3949 * lib/gdb.exp (gdb_file_cmd): Update.
3950 * gdb.stabs/weird.exp (print_weird_var): Update.
3951 * gdb.server/solib-list.exp: Update.
3952 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
3953 * gdb.mi/mi-cli.exp: Update.
3954 * gdb.linespec/linespec.exp: Update.
3955 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3956 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
3957 * gdb.cp/cp-relocate.exp: Update.
3958 * gdb.base/sym-file.exp: Update.
3959 * gdb.base/relocate.exp: Update.
3960 * gdb.base/readnever.exp: Update.
3961 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
3962 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
3963 * gdb.base/dbx.exp (gdb_file_cmd): Update.
3964 * gdb.base/code_elim.exp: Update.
3965 * gdb.base/break-unload-file.exp (test_break): Update.
3966 * gdb.base/break-interp.exp (test_attach_gdb): Update.
3967 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
3968 Update.
3969 * gdb.base/attach.exp (do_attach_tests): Update.
3970 * gdb.base/sepdebug.exp: Update.
3971 * gdb.python/py-section-script.exp: Update.
3972
3973 2018-10-04 Tom Tromey <tom@tromey.com>
3974
3975 PR cli/22234:
3976 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
3977 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
3978 output.
3979
3980 2018-10-04 Tom Tromey <tom@tromey.com>
3981
3982 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
3983 set width and height to 0.
3984 (test_command_line_attach_run): Use -quiet.
3985
3986 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
3987
3988 * lib/gdb.exp (skip_ifunc_tests): New.
3989 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
3990 other compile failures.
3991 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
3992
3993 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
3994
3995 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
3996 is_amd64_regs_target.
3997
3998 2018-10-01 Alan Hayward <alan.hayward@arm.com>
3999
4000 * gdb.arch/aarch64-sighandler-regs.c: New test.
4001 * gdb.arch/aarch64-sighandler-regs.exp: New file.
4002 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
4003
4004 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
4005
4006 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
4007 assembly.
4008
4009 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
4010
4011 * gdb.base/frame-selection.exp: New file.
4012 * gdb.base/frame-selection.c: New file.
4013
4014 2018-09-27 Alan Hayward <alan.hayward@arm.com>
4015
4016 * gdb.threads/check-libthread-db.c (thread_routine): Use a
4017 pthread barrier.
4018 (main): Likewise.
4019
4020 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
4021
4022 * gdb.base/large-frame-1.c: New file.
4023 * gdb.base/large-frame-2.c: New file.
4024 * gdb.base/large-frame.exp: New file.
4025 * gdb.base/large-frame.h: New file.
4026
4027 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
4028
4029 PR gdb/20948
4030 * gdb.base/write_mem.exp: New test.
4031 * gdb.base/write_mem.c: Likewise.
4032
4033 2018-09-23 Tom Tromey <tom@tromey.com>
4034
4035 PR python/18852:
4036 * gdb.python/py-parameter.exp: Add test for parameter that throws
4037 on "set".
4038
4039 2018-09-23 Tom Tromey <tom@tromey.com>
4040
4041 PR python/17284:
4042 * gdb.python/py-template.exp (test_template_arg): Add test for
4043 negative template argument number.
4044
4045 2018-09-23 Tom Tromey <tom@tromey.com>
4046
4047 PR python/14062:
4048 * gdb.python/python.exp: Add test for post_event error.
4049
4050 2018-09-23 Tom Tromey <tom@tromey.com>
4051
4052 PR python/18170:
4053 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
4054 convert pointers to int and long.
4055
4056 2018-09-23 Tom Tromey <tom@tromey.com>
4057
4058 PR python/20126:
4059 * gdb.python/py-value.exp (test_value_numeric_ops): Add
4060 signed-ness conversion tests.
4061
4062 2018-09-23 Tom Tromey <tom@tromey.com>
4063
4064 PR python/18352;
4065 * gdb.python/py-value.exp (test_float_conversion): New proc.
4066 Use it.
4067
4068 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
4069
4070 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
4071
4072 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
4073
4074 * gdb.base/complete-empty.exp: Skip tab-completion tests if
4075 no readline.
4076 * gdb.base/utf8-identifiers.exp: Likewise.
4077 * gdb.cp/cpcompletion.exp: Likewise.
4078 * gdb.linespec/cpcompletion.exp: Likewise.
4079 * gdb.linespec/cpls-abi-tag.exp: Likewise.
4080 * gdb.linespec/cpls-ops.exp: Likewise.
4081
4082 2018-09-19 Richard Bunt <richard.bunt@arm.com>
4083 Chris January <chris.january@arm.com>
4084
4085 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
4086 * gdb.fortran/short-circuit-argument-list.exp: New file.
4087 * gdb.fortran/short-circuit-argument-list.f90: New test.
4088
4089 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4090
4091 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
4092 "arch=" keyword when executing "-stack-list-frames".
4093
4094 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4095
4096 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
4097 "arch=" keyword when executing "-stack-list-frames".
4098
4099 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4100
4101 * gdb.ada/complete.exp: Expect for "@" when doing "complete
4102 break ada".
4103
4104 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
4105
4106 PR python/23669
4107 * gdb.python/python.exp: Test gdb.execute("show commands").
4108
4109 2018-09-16 Tom Tromey <tom@tromey.com>
4110
4111 * gdb.base/new-ui.exp (do_execution_tests): Update.
4112 * gdb.base/dbx.exp (test_breakpoints): Update.
4113
4114 2018-09-14 Alan Hayward <alan.hayward@arm.com>
4115
4116 * lib/gdb.exp (gdb_simple_compile): Add proc.
4117 (is_elf_target): Use gdb_simple_compile.
4118 (skip_altivec_tests): Likewise.
4119 (skip_vsx_tests): Likewise.
4120 (skip_tsx_tests): Likewise.
4121 (skip_btrace_tests): Likewise.
4122 (skip_btrace_pt_tests): Likewise.
4123 (gdb_can_simple_compile): Likewise.
4124 (gdb_has_argv0): Likewise.
4125 (gdb_target_symbol_prefix): Likewise.
4126 (target_supports_scheduler_locking): Likewise.
4127
4128 2018-09-13 Tom Tromey <tom@tromey.com>
4129
4130 * Makefile.in (TAGS): Recognize proc_with_prefix and
4131 gdb_caching_proc.
4132
4133 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
4134
4135 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
4136 method.
4137
4138 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
4139
4140 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
4141 and a few other Inferior properties when the Inferior is no
4142 longer valid.
4143
4144 2018-09-13 Tom Tromey <tom@tromey.com>
4145
4146 PR rust/23650:
4147 * gdb.rust/simple.exp: Add test for enum field access error.
4148
4149 2018-09-13 Tom Tromey <tom@tromey.com>
4150
4151 PR rust/23626:
4152 * gdb.rust/simple.rs (EmptyEnum): New type.
4153 (main): Use it.
4154 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
4155
4156 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
4157
4158 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
4159 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
4160 * gdb.python/py-symtab.exp: Update test printing an objfile.
4161
4162 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
4163
4164 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
4165 object.
4166
4167 2018-09-12 Alan Hayward <alan.hayward@arm.com>
4168
4169 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
4170 (support_complex_tests): Use gdb_can_simple_compile.
4171 (is_ilp32_target): Likewise.
4172 (is_lp64_target): Likewise.
4173 (is_64_target): Likewise.
4174 (is_amd64_regs_target): Likewise.
4175 (is_aarch32_target): Likewise.
4176 (gdb_int128_helper): Likewise.
4177
4178 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4179
4180 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
4181
4182 2018-09-10 Jerome Guitton <guitton@adacore.com>
4183
4184 * gdb.ada/same_component_name: Add test for case of tagged record
4185 with variable-length fields.
4186
4187 2018-09-10 Xavier Roirand <roirand@adacore.com>
4188
4189 * gdb.ada/access_to_unbounded_array.exp: New testcase.
4190 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
4191 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
4192 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
4193
4194 2018-09-10 Xavier Roirand <roirand@adacore.com>
4195
4196 * gdb.ada/mi_string_access.exp: New testcase.
4197 * gdb.ada/mi_string_access/bar.adb: New file.
4198 * gdb.ada/mi_string_access/pck.adb: New file.
4199 * gdb.ada/mi_string_access/pck.asd: New file.
4200
4201 2018-09-10 Xavier Roirand <roirand@adacore.com>
4202
4203 * gdb.ada/mi_var_union.exp: New testcase.
4204 * gdb.ada/mi_var_union/bar.adb: New file.
4205 * gdb.ada/mi_var_union/pck.adb: New file.
4206 * gdb.ada/mi_var_union/pck.asd: New file.
4207
4208 2018-09-08 Tom Tromey <tom@tromey.com>
4209
4210 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
4211
4212 2018-09-08 Tom Tromey <tom@tromey.com>
4213
4214 PR python/16047:
4215 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
4216 (register_pretty_printers): Register new printer.
4217 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
4218 test.
4219 * gdb.python/py-prettyprint.c (int_type3): New typedef.
4220 (an_int_type3): New global.
4221
4222 2018-09-08 Joel Brobecker <brobecker@adacore.com>
4223
4224 * gdb.ada/expr_with_funcall: New testcase.
4225
4226 2018-09-08 Joel Brobecker <brobecker@adacore.com>
4227
4228 * gdb.ada/packed_array_assign: New testcase.
4229
4230 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
4231
4232 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
4233 names, and add test prefixes to make test names unique.
4234
4235 2018-09-05 Tom de Vries <tdevries@suse.de>
4236
4237 * gdb.dwarf2/varval.exp: Add test.
4238
4239 2018-09-04 Gary Benson <gbenson@redhat.com>
4240
4241 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
4242 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
4243
4244 2018-08-31 Tom Tromey <tom@tromey.com>
4245
4246 * gdb.rust/simple.rs: Rename second variable "v".
4247
4248 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
4249
4250 * gdb.base/funcargs.c (use_a): New function.
4251 (recurse): Call use_a.
4252
4253 2018-08-29 Keith Seitz <keiths@redhat.com>
4254
4255 * gdb.compile/compile-cplus-anonymous.cc: New file.
4256 * gdb.compile/compile-cplus-anonymous.exp: New file.
4257 * gdb.compile/compile-cplus-array-decay.cc: New file.
4258 * gdb.compile/compile-cplus-array-decay.exp: New file.
4259 * gdb.compile/compile-cplus-inherit.cc: New file.
4260 * gdb.compile/compile-cplus-inherit.exp: New file.
4261 * gdb.compile/compile-cplus-member.cc: New file.
4262 * gdb.compile/compile-cplus-member.exp: New file.
4263 * gdb.compile/compile-cplus-method.cc: New file.
4264 * gdb.compile/compile-cplus-method.exp: New file.
4265 * gdb.compile/compile-cplus-mod.c: "New" file.
4266 * gdb.compile/compile-cplus-namespace.cc: New file.
4267 * gdb.compile/compile-cplus-namespace.exp: New file.
4268 * gdb.compile/compile-cplus-nested.cc: New file.
4269 * gdb.compile/compile-cplus-nested.exp: New file.
4270 * gdb.compile/compile-cplus-print.c: "New" file.
4271 * gdb.compile/compile-cplus-print.exp: "New" file.
4272 * gdb.compile/compile-cplus-virtual.cc: New file.
4273 * gdb.compile/compile-cplus-virtual.exp: New file.
4274 * gdb.compile/compile-cplus.c: "New" file.
4275 * gdb.compile/compile-cplus.exp: "New" file.
4276 * lib/compile-support.exp: New file.
4277
4278 2018-08-16 Gary Benson <gbenson@redhat.com>
4279
4280 PR gdb/13000:
4281 * gdb.base/batch-exit-status.exp: New file.
4282 * gdb.base/batch-exit-status.good-commands: Likewise.
4283 * gdb.base/batch-exit-status.bad-commands: Likewise.
4284
4285 2018-08-29 Alan Hayward <alan.hayward@arm.com>
4286
4287 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
4288 (struct struct02): Likewise.
4289 (struct struct03): Likewise.
4290 (struct struct04): Likewise.
4291 (struct struct_01_01): New struct.
4292 (struct struct_01_02): Likewise.
4293 (struct struct_01_03): Likewise.
4294 (struct struct_01_04): Likewise.
4295 (struct struct_02_01): Likewise.
4296 (struct struct_02_02): Likewise.
4297 (struct struct_02_03): Likewise.
4298 (struct struct_02_04): Likewise.
4299 (struct struct_04_01): Likewise.
4300 (struct struct_04_02): Likewise.
4301 (struct struct_04_03): Likewise.
4302 (struct struct_04_04): Likewise.
4303 (struct struct_05_01): Likewise.
4304 (struct struct_05_02): Likewise.
4305 (struct struct_05_03): Likewise.
4306 (struct struct_05_04): Likewise.
4307 (cmp_struct01): Remove function.
4308 (cmp_struct02): Likewise.
4309 (cmp_struct03): Likewise.
4310 (cmp_struct04): Likewise.
4311 (cmp_struct_01_01): Add Function.
4312 (cmp_struct_01_02): Likewise.
4313 (cmp_struct_01_03): Likewise.
4314 (cmp_struct_01_04): Likewise.
4315 (cmp_struct_02_01): Likewise.
4316 (cmp_struct_02_02): Likewise.
4317 (cmp_struct_02_03): Likewise.
4318 (cmp_struct_02_04): Likewise.
4319 (cmp_struct_04_01): Likewise.
4320 (cmp_struct_04_02): Likewise.
4321 (cmp_struct_04_03): Likewise.
4322 (cmp_struct_04_04): Likewise.
4323 (cmp_struct_05_01): Likewise.
4324 (cmp_struct_05_02): Likewise.
4325 (cmp_struct_05_03): Likewise.
4326 (cmp_struct_05_04): Likewise.
4327 (call_all): Add new structs.
4328 * gdb.base/infcall-nested-structs.exp: Likewise.
4329
4330 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
4331
4332 * gdb.python/py-framefilter-mi.exp: Update regexp to
4333 check for "arch" field in frame output.
4334
4335 2018-08-23 Kevin Buettner <kevinb@redhat.com>
4336
4337 * gdb.dwarf2/dw2-ranges-func.c: New file.
4338 * gdb.dwarf2/dw2-ranges-func.exp: New file.
4339
4340 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
4341
4342 * gdb.base/term.exp: Compare terminal settings with values from
4343 the inferior.
4344 * gdb.base/term.c: Get and set terminal settings.
4345
4346 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
4347
4348 * lib/mi-support.exp (mi_expect_stop): Update regexp to
4349 accommodate new "arch" field in frame output.
4350 * gdb.mi/mi-return.exp: Likewise.
4351 * gdb.mi/mi-stack.exp: Likewise.
4352 * gdb.mi/mi-syn-frame.exp: Likewise.
4353 * gdb.mi/user-selected-context-sync.exp: Likewise.
4354
4355 2018-08-19 Michael Spang <spang@google.com>
4356
4357 PR gdb/11786
4358 * gdb.base/gcore-tls-pie.c: New file.
4359 * gdb.base/gcore-tls-pie.exp: New file.
4360
4361 2018-08-18 Kevin Buettner <kevinb@redhat.com>
4362
4363 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
4364 * gdb.dwarf2/varval.c: New file.
4365 * gdb.dwarf2/varval.exp: New file.
4366
4367 2018-08-17 Alan Hayward <alan.hayward@arm.com>
4368
4369 PR gdb/18931
4370 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
4371
4372 2018-08-16 Keith Seitz <keiths@redhat.com>
4373
4374 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
4375 tests expected to pass.
4376
4377 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
4378
4379 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
4380 -data-disassemble -a.
4381 (test_disassembly_bogus_args): Likewise.
4382
4383 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
4384
4385 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
4386
4387 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
4388
4389 * gdb.base/vla-optimized-out.exp: Add new test.
4390
4391 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
4392
4393 * gdb.base/vla-optimized-out-o3.exp: Delete.
4394 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
4395 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
4396 deleted tests.
4397
4398 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
4399
4400 PR gdb/18050:
4401 * gdb.server/extended-remote-restart.c: New file.
4402 * gdb.server/extended-remote-restart.exp: New file.
4403
4404 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
4405
4406 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
4407 "set variable index = 42".
4408
4409 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
4410
4411 * boards/index-cache-gdb.exp: New file.
4412 * gdb.dwarf2/index-cache.exp: New file.
4413 * gdb.dwarf2/index-cache.c: New file.
4414 * gdb.base/maint.exp: Check if we are using the index cache.
4415
4416 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4417
4418 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
4419 MAKEFLAGS.
4420
4421 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4422
4423 * dg-extract-results.sh: Move to toplevel contrib.
4424 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
4425 * Makefile.in (check-parallel-racy): Likewise.
4426
4427 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
4428
4429 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
4430 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
4431 tests if the target supports scheduler locking.
4432
4433 2018-08-04 Tom de Vries <tdevries@suse.de>
4434
4435 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
4436
4437 2018-08-02 Tom Tromey <tom@tromey.com>
4438
4439 PR symtab/16842.
4440 * gdb.cp/temargs.exp: Test "info address" of a template
4441 parameter.
4442
4443 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
4444
4445 * gdb.python/py-mi-var-info-path-expression.c: New file.
4446 * gdb.python/py-mi-var-info-path-expression.py: New file.
4447 * gdb.python/py-mi-var-info-path-expression.exp: New file.
4448
4449 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
4450
4451 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
4452 error after "cannot resolve name" string.
4453
4454 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
4455
4456 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
4457 started.
4458 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
4459
4460 2018-07-28 Tom de Vries <tdevries@suse.de>
4461
4462 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
4463
4464 2018-07-26 Tom de Vries <tdevries@suse.de>
4465
4466 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
4467
4468 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
4469
4470 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
4471 is visible.
4472
4473 2018-07-26 Tom de Vries <tdevries@suse.de>
4474
4475 PR breakpoints/23366
4476 * gdb.base/catch-follow-exec.c: New test.
4477 * gdb.base/catch-follow-exec.exp: New file.
4478
4479 2018-07-25 Tom de Vries <tdevries@suse.de>
4480
4481 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
4482 vla-optimized-out.c.
4483
4484 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
4485
4486 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
4487 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
4488
4489 2018-07-20 Tom de Vries <tdevries@suse.de>
4490
4491 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
4492 NOCLONE macro.
4493 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
4494
4495 2018-07-19 Tom de Vries <tdevries@suse.de>
4496
4497 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
4498 regular expression.
4499
4500 2018-07-18 Tom de Vries <tdevries@suse.de>
4501
4502 * gdb.base/vla-optimized-out.c: New test.
4503 * gdb.base/vla-optimized-out.exp: New file.
4504
4505 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
4506
4507 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
4508 message "No address associated with hostname" when gdbserver
4509 cannot resolve the hostname.
4510
4511 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4512
4513 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
4514 Add some test prefixes to make tests unique.
4515
4516 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4517
4518 * gdb.base/frameapply.c: New file.
4519 * gdb.base/frameapply.exp: New file.
4520
4521 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4522
4523 * gdb.base/skip.exp: Update expected error message.
4524
4525 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
4526 Jan Kratochvil <jan.kratochvil@redhat.com>
4527 Paul Fertser <fercerpav@gmail.com>
4528 Tsutomu Seki <sekiriki@gmail.com>
4529
4530 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
4531 parameter.
4532 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
4533 by default.
4534 * boards/native-gdbserver.exp: Likewise.
4535 * gdb.server/run-without-local-binary.exp: Improve regexp used
4536 for detecting when a remote debugging connection succeeds.
4537 * gdb.server/server-connect.exp: New file.
4538 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
4539 Do not prefix the port number with ":".
4540 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
4541 support for detecting and using it. Add '$debughost_gdbserver'
4542 to the list of arguments used to start gdbserver. Handle case
4543 when gdbserver cannot resolve a network name.
4544
4545 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
4546
4547 PR c++/23373
4548 * gdb.base/ptype-offsets.cc (struct static_member): New
4549 struct.
4550 (main) <stmember>: New variable.
4551 * gdb.base/ptype-offsets.exp: Add test for printing a struct
4552 with a static member in it.
4553
4554 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
4555
4556 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
4557 watchpoints enabled and disabled.
4558
4559 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4560
4561 * gdb.base/examine-backward.exp: Still run tests around address
4562 0x0, even if address 0x0 is not readable. Update the pattern for
4563 matching address 0x0 in expected output.
4564
4565 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4566
4567 * gdb.base/share-env-with-gdbserver.c (main): Add call to
4568 malloc/free.
4569
4570 2018-07-04 Tom de Vries <tdevries@suse.de>
4571
4572 * gdb.dwarf2/dw2-error.exp: Update expected error message.
4573
4574 2018-07-02 Maciej W. Rozycki <macro@mips.com>
4575
4576 PR tdep/8282
4577 * gdb.arch/mips-disassembler-options.exp: New test.
4578 * gdb.arch/mips-disassembler-options.s: New test source.
4579
4580 2018-06-29 Pedro Alves <palves@redhat.com>
4581
4582 * gdb.threads/names.exp: Adjust expected "info threads" output.
4583
4584 2018-06-29 Pedro Alves <palves@redhat.com>
4585
4586 * gdb.opt/inline-break.exp (line number, address): Add "info
4587 break" tests.
4588
4589 2018-06-29 Pedro Alves <palves@redhat.com>
4590
4591 * gdb.opt/inline-break.c (func1): Add "break here" marker.
4592 * gdb.opt/inline-break.exp: Test setting breakpoints by line
4593 number and address and running to them.
4594
4595 2018-06-29 Richard Bunt <richard.bunt@arm.com>
4596
4597 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
4598
4599 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4600
4601 * lib/compiler.c: Remove executable permission flag.
4602
4603 2018-06-28 Richard Bunt <richard.bunt@arm.com>
4604
4605 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
4606 code.
4607 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
4608
4609 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
4610
4611 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
4612
4613 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
4614
4615 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
4616 address argument is omitted.
4617
4618 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
4619
4620 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
4621
4622 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
4623
4624 PR gdb/21695
4625 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
4626 * gdb.base/infoline-reloc-main-from-zero.c: New file.
4627
4628 2018-06-26 Tom Tromey <tom@tromey.com>
4629
4630 PR rust/22574:
4631 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
4632 * gdb.rust/simple.rs (struct SimpleLayout): New.
4633
4634 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
4635
4636 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
4637 "info registers" output.
4638
4639 2018-06-21 Richard Bunt <richard.bunt@arm.com>
4640
4641 * gdb.base/watchpoint-hw-attach.c: New test.
4642 * gdb.base/watchpoint-hw-attach.exp: New file.
4643
4644 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
4645
4646 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
4647 through /bin/sh.
4648 * boards/dwarf4-gdb-index.exp: Likewise.
4649 * boards/fission-dwp.exp: Likewise.
4650
4651 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
4652
4653 * gdb.base/float128.exp: Add comment and improved fail message
4654 to the failure case of "print large128" test.
4655
4656 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
4657
4658 * configure.ac: Remove AC_PREREQ.
4659 * configure: Re-generate.
4660
4661 2018-06-19 Pedro Alves <palves@redhat.com>
4662
4663 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
4664 (func_extern_caller): New.
4665 (main): Call func_extern_caller.
4666 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
4667 logic change.
4668
4669 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
4670
4671 PR gdb/16841
4672 * gdb.cp/typedef-base.cc: New file.
4673 * gdb.cp/typedef-base.exp: New file.
4674
4675 2018-06-18 Tom de Vries <tdevries@suse.de>
4676
4677 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
4678
4679 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
4680 Richard Bunt <Richard.Bunt@arm.com>
4681
4682 * gdb.threads/attach-slow-waitpid.c: New file.
4683 * gdb.threads/attach-slow-waitpid.exp: New file.
4684 * gdb.threads/slow-waitpid.c: New file.
4685
4686 2018-06-14 Pedro Alves <palves@redhat.com>
4687
4688 * gdb.base/fork-running-state.c: Include <errno.h>.
4689 (exit_if_relative_exits): New.
4690 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
4691 exits.
4692 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
4693 child exits.
4694
4695 2018-06-14 Tom de Vries <tdevries@suse.de>
4696
4697 PR cli/22573
4698 * gdb.base/finish-pretty.c: New test.
4699 * gdb.base/finish-pretty.exp: New file.
4700
4701 2018-06-14 Pedro Alves <palves@redhat.com>
4702
4703 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
4704 gdb's expected startup output.
4705
4706 2018-06-14 Pedro Alves <palves@redhat.com>
4707
4708 * lib/selftest-support.exp (selftest_setup): Remove inlined
4709 function handling.
4710
4711 2018-06-14 Tom de Vries <tdevries@suse.de>
4712
4713 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
4714 matching of breakpoint printing.
4715
4716 2018-06-13 Tom de Vries <tdevries@suse.de>
4717
4718 PR testsuite/23269
4719 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
4720 (fork_child): ... here, and ...
4721 (fork_parent): ... here.
4722
4723 2018-06-12 Tom de Vries <tdevries@suse.de>
4724
4725 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
4726
4727 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
4728 Stephen Roberts <stephen.roberts@arm.com>
4729
4730 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
4731 rewrite test to describe action performed, rather than possible
4732 failure.
4733
4734 2018-06-08 Gary Benson <gbenson@redhat.com>
4735
4736 * gdb.threads/check-libthread-db.exp: New file.
4737 * gdb.threads/check-libthread-db.c: Likewise.
4738
4739 2018-06-05 Tom Tromey <tom@tromey.com>
4740
4741 * gdb.base/default.exp: Update expected "show version" output.
4742
4743 2018-06-05 Tom Tromey <tom@tromey.com>
4744
4745 PR cli/12326:
4746 * gdb.cp/static-print-quit.exp: Update.
4747 * lib/gdb.exp (pagination_prompt): Update.
4748 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
4749 * gdb.python/python.exp: Update.
4750
4751 2018-06-04 Joel Brobecker <brobecker@adacore.com>
4752
4753 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
4754
4755 2018-06-01 Joel Brobecker <brobecker@adacore.com>
4756
4757 * gdb.ada/bp_fun_addr: New testcase.
4758
4759 2018-06-01 Tom Tromey <tom@tromey.com>
4760
4761 * gdb.xml/tdesc-regs.exp (load_description): Update expected
4762 results.
4763 * gdb.dwarf2/method-ptr.exp: Set language to C++.
4764 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
4765 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
4766 * gdb.base/maint.exp (maint_pass_if): Update.
4767
4768 2018-05-31 Maciej W. Rozycki <macro@mips.com>
4769
4770 * gdb.base/endian.exp: New test.
4771 * gdb.base/endian.c: New test source.
4772
4773 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
4774
4775 PR gdb/23203
4776 * gdb.base/bt-selected-frame.c: New file.
4777 * gdb.base/bt-selected-frame.exp: New file.
4778 * lib/gdb.exp (get_current_frame_number): New function.
4779
4780 2018-05-24 Maciej W. Rozycki <macro@mips.com>
4781 Pedro Alves <palves@redhat.com>
4782
4783 * gdb.threads/tls-core.c: Include <stdlib.h>
4784 (thread_proc): Call `abort'.
4785 * gdb.threads/tls-core.exp: Generate a core with core_find too.
4786 (tls_core_test): New procedure, bits factored out from ...
4787 (top level): ... here. Test both native cores and gcore cores.
4788
4789 2018-05-23 Tom Tromey <tom@tromey.com>
4790
4791 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
4792
4793 2018-05-23 Tom Tromey <tom@tromey.com>
4794
4795 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
4796 symfile_complaints.
4797 (test_short_complaints): Likewise.
4798 (test_empty_complaints): Likewise.
4799 (test_initial_complaints): Update.
4800
4801 2018-05-23 Tom Tromey <tom@tromey.com>
4802
4803 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
4804
4805 2018-05-23 Tom Tromey <tom@tromey.com>
4806
4807 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
4808 (test_short_complaints): Update.
4809
4810 2018-05-22 Pedro Alves <palves@redhat.com>
4811
4812 * gdb.base/remote.exp: Only gdb_start after compiling the
4813 testcase. Issue "disconnect" before testing "set remote" command
4814 defaults. Issue clean_restart before running to main.
4815
4816 2018-05-22 Pedro Alves <palves@redhat.com>
4817
4818 * gdb.base/remote.exp: Adjust expected output of "show remote
4819 memory-write-packet-size". Add tests for "set remote
4820 memory-write-packet-size 0" and "set remote
4821 memory-write-packet-size fixed/limit".
4822
4823 2018-05-22 Pedro Alves <palves@redhat.com>
4824
4825 PR gdb/22973
4826 * gdb.base/utf8-identifiers.c: New file.
4827 * gdb.base/utf8-identifiers.exp: New file.
4828
4829 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
4830
4831 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
4832
4833 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
4834
4835 * gdb.arch/powerpc-vsx-gcore.exp: New file.
4836
4837 2018-05-18 Tom Tromey <tom@tromey.com>
4838
4839 * gdb.base/ptype-offsets.exp: Update.
4840
4841 2018-05-17 Keith Seitz <keiths@redhat.com>
4842
4843 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
4844 in expected breakpoint stop locations.
4845 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
4846 move to proper scope to test variable values.
4847 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
4848 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
4849 New functions.
4850 (main): Call not_inline_func3.
4851 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
4852 inline_func1, inline_func2, and inline_func3. Test that when each
4853 breakpoint is hit, GDB properly reports both the stop location
4854 and the backtrace. Repeat tests for temporary breakpoints.
4855
4856 2018-05-15 Maciej W. Rozycki <macro@mips.com>
4857
4858 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
4859 rather then trying to access it in determining whether the PID
4860 of `gdbserver' could have been retrieved.
4861
4862 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
4863
4864 * gdb.arch/amd64-init-x87-values.S: New file.
4865 * gdb.arch/amd64-init-x87-values.exp: New file.
4866
4867 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4868
4869 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
4870
4871 2018-05-04 Tom Tromey <tom@tromey.com>
4872
4873 PR python/22730:
4874 * gdb.python/python.exp: Test multi-line execute.
4875
4876 2018-05-04 Tom Tromey <tom@tromey.com>
4877
4878 PR python/22731:
4879 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
4880
4881 2018-05-04 Tom Tromey <tom@tromey.com>
4882
4883 PR gdb/11750:
4884 * gdb.base/define.exp: Test defining a user command inside a user
4885 command.
4886 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
4887
4888 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4889 Pedro Alves <palves@redhat.com>
4890
4891 PR breakpoints/19806 and support for PR external/20207.
4892 * gdb.base/watchpoint-unaligned.c: New file.
4893 * gdb.base/watchpoint-unaligned.exp: New file.
4894
4895 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4896
4897 * gdb.base/maint.exp: Make test names unique, use
4898 test_prefix_command_help to test 'help maint info', and remove
4899 repeated test of 'help maint'.
4900
4901 2018-05-04 Tom Tromey <tom@tromey.com>
4902
4903 PR gdb/22619:
4904 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
4905 behavior.
4906
4907 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4908
4909 * gdb.base/maint.exp: Process output from 'maint print registers'
4910 line at a time.
4911
4912 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4913
4914 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
4915 timeout.
4916
4917 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
4918
4919 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
4920 filter pattern.
4921
4922 2018-05-02 Pedro Alves <palves@redhat.com>
4923
4924 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
4925 to_log_command renames.
4926 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4927
4928 2018-05-02 Tom Tromey <tom@tromey.com>
4929
4930 * gdb.python/py-parameter.exp: Set test message.
4931
4932 2018-05-02 Tom Tromey <tom@tromey.com>
4933
4934 PR python/20084:
4935 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
4936 PARAM_ZUINTEGER_UNLIMITED tests.
4937
4938 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
4939
4940 PR rust/23124
4941 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
4942 when casting.
4943
4944 2018-04-30 Tom Tromey <tom@tromey.com>
4945
4946 * gdb.python/py-type.exp: Check align attribute.
4947 * gdb.python/py-type.c: New "aligncheck" global.
4948
4949 2018-04-30 Tom Tromey <tom@tromey.com>
4950
4951 PR exp/17095:
4952 * gdb.dwarf2/dw2-align.exp: New file.
4953 * gdb.cp/align.exp: New file.
4954 * gdb.base/align.exp: New file.
4955 * lib/gdb.exp (gdb_int128_helper): New proc.
4956 (has_int128_c, has_int128_cxx): New caching procs.
4957
4958 2018-04-27 Tom Tromey <tom@tromey.com>
4959
4960 PR rust/22545:
4961 * gdb.rust/simple.exp: Add inclusive range tests.
4962
4963 2018-04-26 Pedro Alves <palves@redhat.com>
4964
4965 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
4966 ifunc breakpoint locations correctly of ifunc breakpoints set
4967 while the program resolves the ifunc.
4968
4969 2018-04-26 Pedro Alves <palves@redhat.com>
4970
4971 * gdb.base/gnu-ifunc-final.c: New file.
4972 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
4973 * gdb.base/gnu-ifunc.exp (executable): Delete.
4974 (staticexecutable): Adjust.
4975 (lib_opts, exec_opts): Delete.
4976 (make_binsuffix, build, set-break): New procedures.
4977 (misc_tests): New, with tests factored out from the top level.
4978 (top level): Test different combinations of ifunc resolver name,
4979 resolver with and with debug info, and ifunc target with and
4980 without debug info. Wrap static tests with with_target_prefix.
4981
4982 2018-04-26 Pedro Alves <palves@redhat.com>
4983
4984 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
4985 return type" warnings.
4986
4987 2018-04-25 Pedro Alves <palves@redhat.com>
4988
4989 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
4990 killed".
4991 * gdb.base/kill-after-signal.exp: Likewise.
4992 * gdb.threads/kill.exp: Likewise.
4993
4994 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4995 Sergio Durigan Junior <sergiodj@redhat.com>
4996 Pedro Alves <palves@redhat.com>
4997
4998 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
4999 regexps to expect for '[Inferior ... detached]' as well.
5000 * gdb.base/attach.exp: Likewise.
5001 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
5002 "gdb_continue_to_end".
5003 (test_catch_syscall_with_wrong_args): Likewise.
5004 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
5005 ']'. Don't set 'verbose' on.
5006 * gdb.base/foll-vfork.exp: Likewise.
5007 * gdb.base/fork-print-inferior-events.c: New file.
5008 * gdb.base/fork-print-inferior-events.exp: New file.
5009 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
5010 '[Inferior ... has been killed]' message.
5011 * gdb.base/kill-after-signal.exp: Likewise.
5012 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
5013 detach message.
5014 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
5015 message.
5016 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
5017 regexps to expect for '[Inferior ... detached]' as well.
5018 * gdb.threads/process-dies-while-detaching.exp: Likewise.
5019
5020 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
5021
5022 PR gdb/23104
5023 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
5024
5025 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
5026
5027 PR gdb/23095
5028 * gdb.base/break-probes.exp: Pass shlib_load to
5029 prepare_for_testing. Set normal_bp to r_debug_state if target is
5030 bsd.
5031
5032 2018-04-19 Richard Bunt <richard.bunt@arm.com>
5033
5034 * gdb.threads/multiple-successive-infcall.c: New test.
5035 * gdb.threads/multiple-successive-infcall.exp: New file.
5036
5037 2018-04-17 Tom Tromey <tom@tromey.com>
5038
5039 * gdb.rust/simple.rs (Union): New type.
5040 (main): New local "u".
5041 * gdb.rust/simple.exp (test_one_slice): Add new test case.
5042
5043 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5044
5045 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
5046 number information in output of "whereis" command.
5047 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
5048
5049 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5050
5051 * gdb.ada/info_types.exp: Adjust expected output to the line
5052 numbers now printed by "info var/func/type".
5053 * gdb.base/completion.exp: Likewise.
5054 * gdb.base/included.exp: Likewise.
5055 * gdb.cp/cp-relocate.exp: Likewise.
5056 * gdb.cp/cplusfuncs.exp: Likewise.
5057 * gdb.cp/namespace.exp: Likewise.
5058 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
5059
5060 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
5061
5062 * gdb.btrace/cpu.exp: New.
5063
5064 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
5065
5066 * gdb.base/step-indirect-call-thunk.exp: New.
5067 * gdb.base/step-indirect-call-thunk.c: New.
5068 * gdb.reverse/step-indirect-call-thunk.exp: New.
5069 * gdb.reverse/step-indirect-call-thunk.c: New.
5070
5071 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
5072
5073 * gdb.base/pie-fork.c: New file.
5074 * gdb.base/pie-fork.exp: New file.
5075
5076 2018-04-11 Tom Tromey <tom@tromey.com>
5077
5078 * gdb.rust/simple.exp: Add test for ".." struct initializer.
5079
5080 2018-04-10 Pedro Alves <palves@redhat.com>
5081
5082 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
5083 exits. Instead loop running forever.
5084 (fork_parent): Run forever too.
5085
5086 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
5087
5088 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
5089 mi_continue_to_line.
5090 * gdb.mi/mi-stack.c (callee4): Add comment.
5091
5092 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
5093
5094 * gdb.mi/mi-stack.exp: Fix indentation.
5095
5096 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
5097
5098 PR gdb/22979
5099 * gdb.arch/amd64-osabi.exp: New file.
5100
5101 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
5102
5103 PR gdb/22980
5104 * gdb.base/osabi.exp: New file.
5105
5106 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
5107
5108 * gdb.cp/static-typedef-print.exp: New file.
5109 * gdb.cp/static-typedef-print.cc: New file.
5110
5111 2018-03-27 Joel Brobecker <brobecker@adacore.com>
5112
5113 * gdb.ada/varsize_limit: New testcase.
5114
5115 2018-03-27 Joel Brobecker <brobecker@adacore.com>
5116
5117 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
5118
5119 * gdb.ada/notcplusplus: New testcase.
5120
5121 * gdb.base/c-linkage-name.c: New file.
5122 * gdb.base/c-linkage-name.exp: New testcase.
5123
5124 2018-03-26 Tom Tromey <tom@tromey.com>
5125
5126 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
5127 * gdb.python/py-framefilter.py (name_error): New global.
5128 (ErrorInName.function): Use name_error.
5129
5130 2018-03-26 Tom Tromey <tom@tromey.com>
5131
5132 PR backtrace/15582:
5133 * gdb.python/py-framefilter.exp: Add "bt hide" test.
5134
5135 2018-03-23 Keith Seitz <keiths@redhat.com>
5136
5137 PR c++/22968
5138 * gdb.cp/subtypes.exp: New file.
5139 * gdb.cp/subtypes.h: New file.
5140 * gdb.cp/subtypes.cc: New file.
5141 * gdb.cp/subtypes-2.cc: New file.
5142
5143 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
5144
5145 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
5146 (done): Call '_exit' not 'exit' to avoid atexit handlers.
5147 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
5148 -nostartfiles when compiling the test. Confirm that all registers
5149 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
5150
5151 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
5152
5153 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
5154 option, syntax was wrong anyway.
5155 * gdb.arch/arm-disp-step.exp: Likewise.
5156 * gdb.arch/sparc64-regs.exp: Likewise.
5157 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
5158 option, syntax was wrong anyway, switch to use
5159 prepare_for_testing.
5160 * gdb.arch/i386-disp-step.exp: Likewise.
5161
5162 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
5163
5164 * gdb.ada/exec_changed.exp: Replace "target_info exists
5165 use_gdb_stub" by "use_gdb_stub".
5166 * gdb.ada/start.exp: Likewise.
5167 * gdb.base/async-shell.exp: Likewise.
5168 * gdb.base/attach-pie-misread.exp: Likewise.
5169 * gdb.base/attach-wait-input.exp: Likewise.
5170 * gdb.base/break-entry.exp: Likewise.
5171 * gdb.base/break-interp.exp: Likewise.
5172 * gdb.base/dprintf-detach.exp: Likewise.
5173 * gdb.base/nostdlib.exp: Likewise.
5174 * gdb.base/solib-nodir.exp: Likewise.
5175 * gdb.base/statistics.exp: Likewise.
5176 * gdb.base/testenv.exp: Likewise.
5177 * gdb.mi/mi-exec-run.exp: Likewise.
5178 * gdb.mi/mi-start.exp: Likewise.
5179 * gdb.multi/dummy-frame-restore.exp: Likewise.
5180 * gdb.multi/multi-arch-exec.exp: Likewise.
5181 * gdb.multi/multi-arch.exp: Likewise.
5182 * gdb.multi/tids.exp: Likewise.
5183 * gdb.multi/watchpoint-multi.exp: Likewise.
5184 * gdb.python/py-events.exp: Likewise.
5185 * gdb.threads/attach-into-signal.exp: Likewise.
5186 * gdb.threads/attach-stopped.exp: Likewise.
5187 * gdb.threads/threadapply.exp: Likewise.
5188 * lib/selftest-support.exp: Likewise.
5189
5190 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
5191
5192 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
5193
5194 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
5195
5196 * gdb.perf/template-breakpoints.cc: New file.
5197 * gdb.perf/template-breakpoints.exp: New file.
5198 * gdb.perf/template-breakpoints.py: New file.
5199
5200 2018-03-19 Tom Tromey <tom@tromey.com>
5201
5202 * gdb.rust/simple.rs (main): Add local variables field1, field2,
5203 y0.
5204 * gdb.rust/simple.exp: Test bare identifier form of struct
5205 initializer.
5206
5207 2018-03-19 Tom Tromey <tom@tromey.com>
5208
5209 * gdb.gdb/observer.exp: Remove.
5210
5211 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5212
5213 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
5214 "qualified" option when setting breakpoints.
5215 * gdb.trace/backtrace.exp: Likewise.
5216 * gdb.trace/circ.exp: Likewise.
5217 * gdb.trace/collection.exp: Likewise.
5218 * gdb.trace/disconnected-tracing.exp: Likewise.
5219 * gdb.trace/ftrace-lock.exp: Likewise.
5220 * gdb.trace/ftrace.exp: Likewise.
5221 * gdb.trace/infotrace.exp: Likewise.
5222 * gdb.trace/packetlen.exp: Likewise.
5223 * gdb.trace/passc-dyn.exp: Likewise.
5224 * gdb.trace/qtro.exp: Likewise.
5225 * gdb.trace/read-memory.exp: Likewise.
5226 * gdb.trace/report.exp: Likewise.
5227 * gdb.trace/signal.exp: Likewise.
5228 * gdb.trace/status-stop.exp: Likewise.
5229 * gdb.trace/strace.exp: Likewise.
5230 * gdb.trace/tfind.exp: Likewise.
5231 * gdb.trace/trace-break.exp: Likewise.
5232 * gdb.trace/trace-condition.exp: Likewise.
5233 * gdb.trace/trace-mt.exp: Likewise.
5234 * gdb.trace/tstatus.exp: Likewise.
5235 * gdb.trace/tsv.exp: Likewise.
5236 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
5237 * gdb.trace/unavailable.exp: Likewise.
5238 * gdb.trace/while-dyn.exp: Likewise.
5239
5240 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5241
5242 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
5243 that libinproctrace is copied to the target.
5244
5245 2018-03-14 Tom Tromey <tom@tromey.com>
5246
5247 PR cli/14977:
5248 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
5249 a null pointer.
5250 * gdb.base/wchar.exp: Likewise.
5251
5252 2018-03-14 Tom Tromey <tom@tromey.com>
5253
5254 PR cli/19918:
5255 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
5256 flag.
5257
5258 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
5259
5260 PR gdb/22841
5261 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
5262 "target" to remote_exec.
5263
5264 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
5265
5266 PR gdb/22841
5267 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
5268 ${board}_upload): Remove.
5269
5270 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
5271
5272 * gdb.cp/watch-cp.cc: New test.
5273 * gdb.cp/watch-cp.exp: New file.
5274
5275 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5276
5277 * gdb.base/infcall-nested-structs.exp: New file.
5278 * gdb.base/infcall-nested-structs.c: New file.
5279 * gdb.base/float.exp: Add riscv support.
5280
5281 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
5282
5283 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
5284 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
5285
5286 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
5287
5288 * gdb.server/abspath.exp: New file.
5289 * lib/gdb.exp (with_cwd): New procedure.
5290
5291 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
5292
5293 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
5294 use it.
5295 (gdb_is_target_remote_prompt): New proc.
5296 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
5297 (gdb_is_target_native): Pass prompt parameter to
5298 gdb_is_target_1.
5299
5300 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
5301
5302 * gdb.base/load-command.c: New file.
5303 * gdb.base/load-command.exp: New file.
5304 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
5305 (gdb_is_target_1): ...this, and generalize for other targets
5306 than just remote.
5307 (gdb_is_target_remote): Use gdb_is_target_1.
5308 (gdb_is_target_native): use gdb_is_target_1.
5309
5310 2018-02-26 Tom Tromey <tom@tromey.com>
5311
5312 PR python/16497:
5313 * gdb.python/py-framefilter.exp: Update test.
5314
5315 2018-02-26 Tom Tromey <tom@tromey.com>
5316
5317 * gdb.dwarf2/variant.c: New file.
5318 * gdb.dwarf2/variant.exp: New file.
5319
5320 2018-02-26 Tom Tromey <tom@tromey.com>
5321
5322 * gdb.rust/simple.exp: Accept more possible results in enum test.
5323
5324 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
5325
5326 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
5327 parentheses.
5328
5329 2018-02-23 Maciej W. Rozycki <macro@mips.com>
5330
5331 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
5332 name of a variable: $actual_linejj -> $actual_line.
5333
5334 2018-02-21 John Baldwin <jhb@FreeBSD.org>
5335
5336 * gdb.arch/amd64-i386-address.exp: Fix a typo.
5337
5338 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
5339
5340 * gdb.btrace/buffer-size.exp: Do not force BTS.
5341
5342 2018-02-14 Pedro Alves <palves@redhat.com>
5343
5344 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
5345 getting a "Quit".
5346
5347 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
5348
5349 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
5350 Fix test name.
5351
5352 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
5353
5354 * gdb.cp/m-static.exp: Check type of optimized out static
5355 member.
5356
5357 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
5358
5359 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
5360 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
5361
5362 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
5363 Leszek Swirski <leszeks@google.com>
5364
5365 * gdb.python/py-prettyprint.c
5366 (struct to_string_returns_value_inner,
5367 struct to_string_returns_value_wrapper): New.
5368 (main): Add tsrvw variable.
5369 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
5370 ToStringReturnsValueWrapper): New classes.
5371 (register_pretty_printers): Register new pretty-printers.
5372 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
5373 recursive pretty printer.
5374 * gdb.python/py-mi.exp: Likewise.
5375
5376 2018-02-01 Leszek Swirski <leszeks@google.com>
5377
5378 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
5379 functions with the same name as an include file are parsed
5380 correctly.
5381
5382 2018-02-01 Yao Qi <yao.qi@linaro.org>
5383
5384 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
5385 "\[^\r\n\]*".
5386
5387 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
5388
5389 * gdb.arch/powerpc-prologue-frame.s: New file.
5390 * gdb.arch/powerpc-prologue-frame.c: Likewise.
5391 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
5392
5393 2018-01-31 Joel Brobecker <brobecker@adacore.com>
5394
5395 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
5396
5397 2018-01-30 Pedro Alves <palves@redhat.com>
5398
5399 PR gdb/13211
5400 * gdb.base/interrupt-daemon.c: New.
5401 * gdb.base/interrupt-daemon.exp: New.
5402 * gdb.multi/multi-term-settings.c: New.
5403 * gdb.multi/multi-term-settings.exp: New.
5404
5405 2018-01-30 Joel Brobecker <brobecker@adacore.com>
5406
5407 * gdb.base/break.exp: Save the location where the breakpoint
5408 on break.c:47 was actually inserted when debugging the version
5409 compiled at -O2 and use it in the expected output of the "info
5410 break" test performed soon after.
5411
5412 2018-01-22 Pedro Alves <palves@redhat.com>
5413 Sergio Durigan Junior <sergiodj@redhat.com>
5414
5415 * gdb.base/whatis.exp: Add tests for 'set print object on' +
5416 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
5417
5418 2018-01-22 Joel Brobecker <brobecker@adacore.com>
5419
5420 * gdb.base/break-include.c, gdb.base/break-include.inc,
5421 gdb.base/break-include.exp: New files.
5422 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
5423 line number now being the actual line number where the breakpoint
5424 was inserted.
5425 * gdb.mi/mi-break.exp: Likewise.
5426 * gdb.mi/mi-reverse.exp: Likewise.
5427 * gdb.mi/mi-simplerun.exp: Ditto.
5428
5429 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
5430
5431 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
5432 varobj.
5433 * gdb.mi/mi-var-create-rtti.exp: Likewise.
5434
5435 2018-01-21 Don Breazeal <donb@codesourcery.com>
5436 Andrew Burgess <andrew.burgess@embecosm.com>
5437
5438 * gdb.mi/basics.c: Add new global.
5439 * gdb.mi/mi-frame-regs.exp: New file.
5440 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
5441 case.
5442
5443 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
5444
5445 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
5446 non-parameter, and on an unknown symbol.
5447
5448 2018-01-19 Tom Tromey <tom@tromey.com>
5449
5450 * gdb.rust/modules.rs (TWENTY_THREE): New global.
5451 * gdb.rust/modules.exp: Add ::-qualified lookup test.
5452
5453 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5454
5455 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
5456 setrlimit and chdir to int.
5457
5458 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5459
5460 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
5461 function.
5462 (my_tend): Likewise.
5463 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
5464 rationale of avoiding FP- and vector instructions.
5465
5466 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
5467
5468 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
5469 "info reg" with "\[ \t\]*".
5470 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
5471 "\[ \t\]+".
5472 * gdb.arch/s390-multiarch.exp: Ditto.
5473 * gdb.base/pc-fp.exp: Ditto.
5474 * gdb.reverse/i386-precsave.exp: Ditto.
5475 * gdb.reverse/i386-reverse.exp: Ditto.
5476 * gdb.reverse/i387-env-reverse.exp: Ditto.
5477 * gdb.reverse/i387-stack-reverse.exp: Ditto.
5478
5479 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
5480
5481 * lib/gdb.exp (gdb_compile): Re-enable use of
5482 universal_compile_options for languages other than Rust.
5483
5484 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
5485
5486 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
5487
5488 2018-01-17 Mike Gulick <mgulick@mathworks.com>
5489
5490 PR gdb/16577
5491 * gdb.base/solib-vanish.exp: New.
5492 * gdb.base/solib-vanish-main.c: New.
5493 * gdb.base/solib-vanish-lib1.c: New.
5494 * gdb.base/solib-vanish-lib2.c: New.
5495
5496 2018-01-17 Yao Qi <yao.qi@linaro.org>
5497
5498 * gdb.compile/compile.exp: Match the address printed for
5499 frame in the output of command "bt".
5500
5501 2018-01-15 Tom Tromey <tom@tromey.com>
5502
5503 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
5504 compute sp_reg.
5505
5506 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
5507
5508 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
5509 to prepare.
5510 (prepare): Return 0 on error, 1 on success.
5511
5512 2018-01-12 Pedro Alves <palves@redhat.com>
5513
5514 * gdb.base/continue-after-aborted-step-over.c: New.
5515 * gdb.base/continue-after-aborted-step-over.exp: New.
5516
5517 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
5518
5519 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
5520 options when not creating an executable.
5521
5522 2018-01-11 Pedro Alves <palves@redhat.com>
5523
5524 PR remote/22597
5525 * gdb.server/stop-reply-no-thread.c: New file.
5526 * gdb.server/stop-reply-no-thread.exp: New file.
5527
5528 2018-01-10 Pedro Alves <palves@redhat.com>
5529
5530 PR gdb/22670
5531 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
5532 functions too. Test setting breakpoints and printing C functions
5533 with no debug info too.
5534 * gdb.ada/bp_c_mixed_case/qux.c: New file.
5535
5536 2018-01-10 Pedro Alves <palves@redhat.com>
5537
5538 PR gdb/22670
5539 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
5540 a fail.
5541
5542 2018-01-10 Pedro Alves <palves@redhat.com>
5543
5544 PR gdb/22670
5545 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
5546
5547 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
5548
5549 * gdb.server/unittest.exp: Match the output in non-development
5550 mode.
5551
5552 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
5553
5554 * gdb.gdb/unittest.exp: Match output in non-development mode.
5555
5556 2018-01-08 Joel Brobecker <brobecker@adacore.com>
5557
5558 * gdb.ada/access_tagged_param.exp: Relax expected output
5559 for value of "ObjL" in "continue" to pck.inspect breakpoint
5560 test.
5561
5562 2018-01-08 Joel Brobecker <brobecker@adacore.com>
5563
5564 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
5565 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
5566
5567 2018-01-05 Pedro Alves <palves@redhat.com>
5568
5569 PR gdb/18653
5570 * gdb.base/libsegfault.exp: New.
5571
5572 2018-01-05 Joel Brobecker <brobecker@adacore.com>
5573
5574 PR gdb/22670
5575 * gdb.ada/access_tagged_param.exp: New file.
5576 * gdb.ada/access_tagged_param/foo.adb: New file.
5577
5578 2018-01-05 Pedro Alves <palves@redhat.com>
5579
5580 PR gdb/22670
5581 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
5582 exercise lower case too, and to exercise both full matching and
5583 wild matching.
5584
5585 2018-01-05 Joel Brobecker <brobecker@adacore.com>
5586
5587 * gdb.ada/rename_subscript_param: New testcase.
5588
5589 2018-01-05 Jerome Guitton <guitton@adacore.com>
5590
5591 * gdb.ada/arr_acc_idx_w_gap: New testcase.
5592
5593 2018-01-05 Joel Brobecker <brobecker@adacore.com>
5594
5595 * gdb.ada/convvar_comp: New testcase.
5596
5597 2018-01-05 Xavier Roirand <roirand@adacore.com>
5598
5599 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
5600 (My_Table): New global variable.
5601 * testsuite/gdb.ada/array_char_idx.exp: Add test.
5602
5603 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5604
5605 PR gdb/22670
5606 * gdb.ada/maint_with_ada: New testcase.
5607
5608 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5609
5610 PR gdb/22670
5611 * gdb.ada/bp_c_mixed_case: New testcase.
5612
5613 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5614
5615 PR gdb/22670
5616 * gdb.ada/complete.exp: Add "complete break ada" test.
5617
5618 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5619
5620 PR gdb/22670
5621 * gdb.ada/info_addr_mixed_case: New testcase.
5622
5623 2018-01-03 Xavier Roirand <roirand@adacore.com>
5624
5625 * gdb.ada/excep_handle.exp: New testcase.
5626 * gdb.ada/excep_handle/foo.adb: New file.
5627 * gdb.ada/excep_handle/pck.ads: New file.
5628
5629 2018-01-03 Joel Brobecker <brobecker@adacore.com>
5630
5631 * gdb.base/step-line.c: Add extra empty line in copyright header.
5632 * gdb.base/step-line.inp: Likewise.
5633
5634 2018-01-02 Joel Brobecker <brobecker@adacore.com>
5635
5636 * gdb.ada/dyn_stride.exp: Add slice test.
5637
5638 2018-01-02 Joel Brobecker <brobecker@adacore.com>
5639
5640 * gdb.ada/dyn_stride: New testcase.
5641
5642 2017-12-27 Stafford Horne <shorne@gmail.com>
5643
5644 * gdb.xml/extra-regs.xml: Add example foo reggroup.
5645 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
5646
5647 2017-12-27 Stafford Horne <shorne@gmail.com>
5648
5649 * gdb.base/reggroups.c: New file.
5650 * gdb.base/reggroups.exp: New file.
5651
5652 2017-12-18 Joel Brobecker <brobecker@adacore.com>
5653
5654 * gdb.dwarf2/ada-valprint-error.c: New file.
5655 * gdb.dwarf2/ada-valprint-error.exp: New file.
5656
5657 2017-12-18 Joel Brobecker <brobecker@adacore.com>
5658
5659 * gdb.ada/assign_arr: New testcase.
5660
5661 2017-12-18 Xavier Roirand <roirand@adacore.com>
5662
5663 * gdb.ada/funcall_ptr: New testcase.
5664
5665 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
5666
5667 PR cli/16224
5668 * gdb.base/ptype-offsets.cc: New file.
5669 * gdb.base/ptype-offsets.exp: New file.
5670
5671 2017-12-15 Yao Qi <yao.qi@linaro.org>
5672
5673 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
5674 if XML is disabled.
5675
5676 2017-12-15 Xavier Roirand <roirand@adacore.com>
5677
5678 * gdb.ada/same_component_name: New testcase.
5679
5680 2017-12-14 Joel Brobecker <brobecker@adacore.com>
5681
5682 * gdb.ada/str_binop_equal: New testcase.
5683
5684 2017-12-14 Joel Brobecker <brobecker@adacore.com>
5685
5686 * gdb.ada/task_switch_in_core: New testcase.
5687
5688 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
5689
5690 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
5691 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
5692 call test_bkpt_qualified.
5693 (test_bkpt_qualified): New proc.
5694
5695 2017-12-13 Pedro Alves <palves@redhat.com>
5696
5697 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
5698 Tighten regexp by matching with an anchor.
5699
5700 2017-12-13 Pedro Alves <palves@redhat.com>
5701
5702 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
5703 ("expression with namespace"): New set of tests.
5704 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
5705 (Nested::Test_NS::qux): New.
5706 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
5707 defaults to 'start_quote_char' and 'end_quote_char' parameters.
5708
5709 2017-12-13 Joel Brobecker <brobecker@adacore.com>
5710
5711 * gdb.base/server-del-break.c: New file.
5712 * gdb.base/server-del-break.exp: New file.
5713
5714 2017-12-12 Stafford Horne <shorne@gmail.com>
5715
5716 * gdb.xml/tdesc-regs.exp: Add or1k support.
5717
5718 2017-12-12 Stafford Horne <shorne@gmail.com>
5719
5720 * gdb.base/bp-permanent.c: Define nop of or1k.
5721
5722 2017-12-11 Joel Brobecker <brobecker@adacore.com>
5723
5724 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
5725 output with components being reordered.
5726
5727 2017-12-11 Joel Brobecker <brobecker@adacore.com>
5728
5729 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
5730 output with components being reordered.
5731
5732 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5733 Pedro Alves <palves@redhat.com>
5734
5735 * gdb.base/maint.exp (check for .gdb_index): Check also for
5736 .debug_names.
5737 * gdb.dlang/watch-loc.c (.debug_aranges): New.
5738 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
5739 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
5740 (.gdb_index used after symbol reloading): Support also .debug_names.
5741 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
5742
5743 2017-12-08 Yao Qi <yao.qi@linaro.org>
5744
5745 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
5746 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
5747
5748 2017-12-08 Yao Qi <yao.qi@linaro.org>
5749
5750 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
5751 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
5752
5753 2017-12-08 Yao Qi <yao.qi@linaro.org>
5754
5755 * gdb.arch/aarch64-tagged-pointer.c: New file.
5756 * gdb.arch/aarch64-tagged-pointer.exp: New file.
5757
5758 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
5759
5760 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
5761 "int".
5762
5763 2017-12-07 Keith Seitz <keiths@redhat.com>
5764
5765 PR breakpoints/22569
5766 * gdb.linespec/ls-errs.exp: Change expected result of "break
5767 -source this file has spaces.c -line 3".
5768 Check that an explicit source file followed by whitespace is
5769 identified as an invalid explicit location.
5770
5771 2017-12-07 Keith Seitz <keiths@redhat.com>
5772
5773 * gdb.cp/nested-types.cc: New file.
5774 * gdb.cp/nested-types.exp: New file.
5775 * lib/cp-support.exp: Load data-structures.exp library.
5776 (debug_cp_test_ptype_class): New global.
5777 (cp_ptype_class_verbose, next_line): New procedures.
5778 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
5779 Add and document new return value.
5780 Switch the list of lines to a queue.
5781 Add support for new `type' key for nested type definitions.
5782 Add debugging/troubleshooting messages.
5783 * lib/data-structures.exp: New file.
5784
5785 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
5786
5787 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
5788 with proc_with_prefix, don't use with_test_prefix.
5789
5790 2017-12-07 Tom Tromey <tom@tromey.com>
5791
5792 * gdb.base/break.exp: Add test for empty "commands".
5793
5794 2017-12-07 Yao Qi <yao.qi@linaro.org>
5795
5796 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
5797 malloc and catch syscall.
5798
5799 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
5800
5801 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
5802 tests for explicit locations.
5803
5804 2017-12-06 Pedro Alves <palves@redhat.com>
5805
5806 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
5807 force-disabling XML descriptions.
5808
5809 2017-12-04 Pedro Alves <palves@redhat.com>
5810
5811 PR gdb/22499
5812 * gdb.arch/amd64-disp-step-avx.S: New file.
5813 * gdb.arch/amd64-disp-step-avx.exp: New file.
5814
5815 2017-12-03 Pedro Alves <palves@redhat.com>
5816
5817 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
5818 and <string.h>.
5819 (parent_function): Print distinct messages when waitpid fails, or
5820 the child exits with a signal, or the child exits for an unhandled
5821 reason.
5822 * gdb.threads/process-dies-while-detaching.exp
5823 (detach_and_expect_exit): New 'inf_output_re' parameter and use
5824 it. Wait for both inferior output and GDB's prompt. Use an
5825 indirect spawn id list.
5826 (do_detach): New parameter 'child_exit'. Use it to compute
5827 expected inferior output.
5828 (test_detach, test_detach_watch, test_detach_killed_outside):
5829 Adjust to pass down the expected child exit kind.
5830
5831 2017-12-01 Joel Brobecker <brobecker@adacore.com>
5832 Sergio Durigan Junior <sergiodj@redhat.com>
5833 Pedro Alves <palves@redhat.com>
5834
5835 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
5836
5837 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
5838
5839 * gdb.base/relocate.exp: Add tests to guarantee that arguments
5840 to 'symbol-file' and 'add-symbol-file' can be
5841 position-independent.
5842
5843 2017-12-01 Yao Qi <yao.qi@linaro.org>
5844
5845 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
5846 the URL in copyright header.
5847 * gdb.arch/aarch64-fp.exp: Likewise.
5848 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
5849 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
5850 * gdb.base/expand-psymtabs.exp: Likewise.
5851 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
5852 * gdb.fortran/common-block.exp: Likewise.
5853 * gdb.fortran/common-block.f90: Likewise.
5854 * gdb.fortran/logical.exp: Likewise.
5855 * gdb.fortran/vla-datatypes.f90: Likewise.
5856 * gdb.fortran/vla-sub.f90: Likewise.
5857
5858 2017-11-30 Joel Brobecker <brobecker@adacore.com>
5859
5860 * gdb.ada/repeat_dyn: New testcase.
5861
5862 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
5863
5864 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
5865 Update for changed thread numbering.
5866 * gdb.cell/bt.exp: Update for changed GDB output.
5867
5868 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
5869
5870 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
5871 setting isremote by hand.
5872 * boards/dwarf4-gdb-index.exp: Likewise.
5873 * boards/fission.exp: Likewise.
5874 * boards/stabs.exp: Likewise.
5875
5876 2017-11-30 Pedro Alves <palves@redhat.com>
5877
5878 * gdb.linespec/cpls-ops.exp
5879 (check_explicit_skips_function_argument): Extract the underlying
5880 type of size_t instead of hardcoding it.
5881
5882 2017-11-29 Pedro Alves <palves@redhat.com>
5883
5884 PR c++/19436
5885 * gdb.linespec/cpls-abi-tag.cc: New file.
5886 * gdb.linespec/cpls-abi-tag.exp: New file.
5887
5888 2017-11-29 Pedro Alves <palves@redhat.com>
5889
5890 * gdb.base/langs.exp: Use -qualified.
5891 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
5892 it.
5893 * gdb.cp/namespace.exp: Use -qualified.
5894 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
5895 (overload-3, template-overload, template-ret-type, const-overload)
5896 (const-overload-quoted, anon-ns, ambiguous-prefix): New
5897 procedures.
5898 (test_driver): Call them.
5899 * gdb.cp/save-bp-qualified.cc: New.
5900 * gdb.cp/save-bp-qualified.exp: New.
5901 * gdb.linespec/explicit.exp: Test -qualified.
5902 * lib/completion-support.exp (completion::explicit_opts_list): Add
5903 "-qualified".
5904 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
5905
5906 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
5907
5908 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
5909
5910 2017-11-29 Tom Tromey <tom@tromey.com>
5911
5912 * gdb.base/relocate.exp: Update invalid argument test.
5913 Add new tests for invalid arguments.
5914
5915 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
5916
5917 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
5918 Return 0 as a long.
5919 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
5920
5921 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
5922
5923 * gdb.cp/breakpoint.cc (bar): Set return type to void.
5924 * gdb.cp/psymtab-parameter.cc (func): Likewise.
5925 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
5926 func ().
5927 * gdb.cp/shadow.cc (B.func): Return 0.
5928
5929 2017-11-27 Joel Brobecker <brobecker@adacore.com>
5930
5931 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
5932 expected output in gdb_expect call to allow the exception
5933 message to be present as well. Fix syntax confusion to avoid
5934 TCL thinking that exception_name is an array.
5935
5936 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
5937
5938 * gdb.arch/spu-info.c: Include <unistd.h>.
5939 (do_signal_test): Fix broken calls to write.
5940 * gdb.arch/spu-info.exp: Use prepare_for_testing.
5941 Fix checks for empty mailboxes. Update signal tests for corrected
5942 do_signal_test routine. Allow nonzero event status.
5943 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
5944 * gdb.cell/arch.exp: Use standard_output_file.
5945 * gdb.cell/break.exp: Likewise.
5946 * gdb.cell/bt.exp: Likewise.
5947 * gdb.cell/core.exp: Likewise.
5948 * gdb.cell/dwarfaddr.exp: Likewise.
5949 * gdb.cell/ea-cache.exp: Likewise.
5950 * gdb.cell/ea-standalone.exp: Likewise.
5951 * gdb.cell/f-regs.exp: Likewise.
5952 * gdb.cell/fork.exp: Likewise.
5953 * gdb.cell/gcore.exp: Likewise.
5954 * gdb.cell/mem-access.exp: Likewise.
5955 * gdb.cell/ptype.exp: Likewise.
5956 * gdb.cell/registers.exp: Likewise.
5957 * gdb.cell/sizeof.exp: Likewise.
5958 * gdb.cell/solib-symbol.exp: Likewise.
5959 * gdb.cell/solib.exp: Likewise.
5960
5961 2017-11-25 Pedro Alves <palves@redhat.com>
5962
5963 * gdb.base/complete-empty.exp: New file.
5964 * gdb.base/completion.exp: Adjust.
5965
5966 2017-11-25 Pedro Alves <palves@redhat.com>
5967
5968 * gdb.linespec/cpls-ops.cc: New file.
5969 * gdb.linespec/cpls-ops.exp: New file.
5970 * lib/completion-support.exp (test_complete_prefix_range_re): New,
5971 factored out from ...
5972 (test_complete_prefix_range): ... this.
5973
5974 2017-11-24 Pedro Alves <palves@redhat.com>
5975
5976 * gdb.linespec/cpcompletion.exp: New file.
5977 * gdb.linespec/cpls-hyphen.cc: New file.
5978 * gdb.linespec/cpls.cc: New file.
5979 * gdb.linespec/cpls2.cc: New file.
5980 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
5981 test to use test_gdb_complete_unique. Add label completion,
5982 keyword completion and explicit location completion tests.
5983 * lib/completion-support.exp: New file.
5984
5985 2017-11-24 Joel Brobecker <brobecker@adacore.com>
5986
5987 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
5988 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
5989 when hitting an exception catchpoint.
5990
5991 2017-11-22 Yao Qi <yao.qi@linaro.org>
5992
5993 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
5994
5995 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
5996
5997 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
5998 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
5999 * gdb.dwarf2/info-locals-optimized-out.c: New file.
6000
6001 2017-11-22 Yao Qi <yao.qi@linaro.org>
6002
6003 * gdb.base/info-os.exp: Pass pthreads.
6004 * gdb.multi/multi-attach.exp: Likewise.
6005
6006 2017-11-22 Yao Qi <yao.qi@linaro.org>
6007
6008 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
6009 compiler.
6010
6011 2017-11-22 Yao Qi <yao.qi@linaro.org>
6012
6013 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
6014 * gdb.base/break-interp.exp: Likewise.
6015 * gdb.base/jit-attach-pie.exp: Likewise.
6016
6017 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
6018
6019 * gdb.base/float128.c (large128): New variable.
6020 * gdb.base/float128.exp: Add test to print largest __float128 value.
6021
6022 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
6023
6024 * gdb.arch/vsx-regs.exp: Update register content checks.
6025
6026 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
6027
6028 * gdb.arch/ppc-longdouble.exp: New file.
6029 * gdb.arch/ppc-longdouble.c: Likewise.
6030
6031 2017-11-21 Pedro Alves <palves@redhat.com>
6032
6033 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
6034
6035 2017-11-20 Pedro Alves <palves@redhat.com>
6036
6037 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
6038 (long_double_typedef): New typedefs.
6039 Use DEF on double and long double.
6040 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
6041 cases.
6042 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
6043 and 'long_double_ptr_same_size' locals. Use them to decide
6044 whether cast from array/function to float is valid/invalid.
6045
6046 2017-11-17 Tom Tromey <tom@tromey.com>
6047
6048 * gdb.rust/traits.rs: New file.
6049 * gdb.rust/traits.exp: New file.
6050
6051 2017-11-17 Joel Brobecker <brobecker@adacore.com>
6052
6053 * gdb.ada/minsyms: New testcase.
6054
6055 2017-11-16 Pedro Alves <palves@redhat.com>
6056
6057 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
6058 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
6059
6060 2017-11-16 Pedro Alves <palves@redhat.com>
6061
6062 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
6063 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
6064
6065 2017-11-16 Pedro Alves <palves@redhat.com>
6066
6067 * gdb.server/reconnect-ctrl-c.c: New file.
6068 * gdb.server/reconnect-ctrl-c.exp: New file.
6069
6070 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
6071
6072 * gdb.python/py-rbreak.exp: New file.
6073 * gdb.python/py-rbreak.c: New file.
6074 * gdb.python/py-rbreak-func2.c: New file.
6075
6076 2017-11-16 Pedro Alves <palves@redhat.com>
6077
6078 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
6079 pattern.
6080 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
6081 GDB.
6082
6083 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
6084
6085 * gdb.tui/completionn.exp (test_tab_completion): Add space in
6086 regex.
6087
6088 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
6089
6090 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
6091 test names.
6092
6093 2017-11-09 Pedro Alves <palves@redhat.com>
6094
6095 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
6096 factored out from ...
6097 (top level): ... here, and adjusted to avoid expecting beyond the
6098 prompt in a single gdb_test_multiple.
6099
6100 2017-11-09 Pedro Alves <palves@redhat.com>
6101
6102 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
6103 output.
6104 * gdb.server/ext-attach.exp ("kill" test): Likewise.
6105 * gdb.server/ext-restart.exp ("kill" test): Likewise.
6106 * gdb.server/ext-run.exp ("kill" test): Likewise.
6107 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
6108
6109 2017-11-09 Pedro Alves <palves@redhat.com>
6110
6111 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
6112 match till end of line.
6113
6114 2017-11-09 Pedro Alves <palves@redhat.com>
6115
6116 * gdb.base/memattr.exp: Tighten regexes to match the end line.
6117
6118 2017-11-09 Pedro Alves <palves@redhat.com>
6119
6120 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
6121 New procedures, factored out from ...
6122 (top level): ... here, and adjusted to avoid expecting beyond the
6123 prompt in one go.
6124
6125 2017-11-09 Pedro Alves <palves@redhat.com>
6126
6127 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
6128 output. Fix '?' match.
6129
6130 2017-11-08 Joel Brobecker <brobecker@adacore.com>
6131
6132 * gdb.ada/scoped_watch: New testcase.
6133 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
6134 which is actually correct.
6135 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
6136 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
6137
6138 2017-11-08 Pedro Alves <palves@redhat.com>
6139
6140 * gdb.gdb/complaints.exp (test_initial_complaints)
6141 (test_serial_complaints, test_short_complaints): Call
6142 complaint_internal instead of complaint.
6143
6144 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
6145
6146 * gdb.threads/tls-core.c: New file.
6147 * gdb.threads/tls-core.exp: Likewise.
6148
6149 2017-11-08 Pedro Alves <palves@redhat.com>
6150
6151 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
6152 (p Exported_Capitalized): New test.
6153 (p exported_capitalized): New test.
6154
6155 2017-11-07 Pedro Alves <palves@redhat.com>
6156
6157 * gdb.cp/ena-dis-br-range.exp: Add more tests.
6158
6159 2017-11-07 Pedro Alves <palves@redhat.com>
6160
6161 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
6162 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
6163 (disable_invalid, disable_inverted, disable_negative): New
6164 procedures.
6165 ("bad numbers"): New set of tests.
6166
6167 2017-11-07 Pedro Alves <palves@redhat.com>
6168
6169 * gdb.cp/ena-dis-br-range.exp: Add tests.
6170
6171 2017-11-07 Pedro Alves <palves@redhat.com>
6172
6173 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
6174
6175 2017-11-07 Xavier Roirand <roirand@adacore.com>
6176 Pedro Alves <palves@redhat.com>
6177
6178 * gdb.base/ena-dis-br.exp: Add reference to
6179 gdb.cp/ena-dis-br-range.exp.
6180 * gdb.cp/ena-dis-br-range.exp: New file.
6181 * gdb.cp/ena-dis-br-range.cc: New file.
6182
6183 2017-11-06 Pedro Alves <palves@redhat.com>
6184
6185 * gdb.base/attach-non-pgrp-leader.c: New.
6186 * gdb.base/attach-non-pgrp-leader.exp: New.
6187
6188 2017-11-06 Pedro Alves <palves@redhat.com>
6189
6190 * configure.ac: No longer check for termio.h and sgtty.h.
6191 * configure: Regenerate.
6192 * remote-utils.c: Include termios.h instead of gdb_termios.h.
6193 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
6194 Remove termio and sgtty code.
6195
6196 2017-11-03 Yao Qi <yao.qi@linaro.org>
6197
6198 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
6199 in GDB is disabled.
6200
6201 2017-11-03 Yao Qi <yao.qi@linaro.org>
6202
6203 * gdb.python/py-thrhandle.exp: Skip it if python is not
6204 enabled.
6205
6206 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
6207
6208 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
6209 as a breakpoint command.
6210
6211 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
6212
6213 PR python/21213
6214 * gdb.python/py-infthread.exp: Test calling
6215 InferiorThread.inferior () multiple times in a row.
6216
6217 2017-10-27 Keith Seitz <keiths@redhat.com>
6218
6219 * gdb.opt/inline-break.exp (break_info_1): New procedure.
6220 Test "info break" for every inlined function breakpoint.
6221
6222 2017-10-27 Yao Qi <yao.qi@linaro.org>
6223
6224 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
6225
6226 2017-10-26 Patrick Frants <osscontribute@gmail.com>
6227
6228 * gdb.cp/classes.exp (test_static_members): Test printing
6229 Outer::instance.
6230 * gdb.cp/classes.c (struct Inner, struct Outer): New.
6231 (Inner::instance, Outer::instance): New.
6232
6233 2017-10-24 Pedro Alves <palves@redhat.com>
6234
6235 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
6236 extra console" test in two stages.
6237
6238 2017-10-24 Pedro Alves <palves@redhat.com>
6239
6240 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
6241
6242 2017-10-24 Pedro Alves <palves@redhat.com>
6243
6244 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
6245 loop.
6246
6247 2017-10-24 Pedro Alves <palves@redhat.com>
6248
6249 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
6250 $attempt" and "stoppedtry $stoppedtry" test prefixes.
6251
6252 2017-10-24 Pedro Alves <palves@redhat.com>
6253
6254 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
6255 parameter and handle it. Don't output read value in test name.
6256
6257 2017-10-24 Pedro Alves <palves@redhat.com>
6258
6259 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
6260 custom test name.
6261
6262 2017-10-24 Pedro Alves <palves@redhat.com>
6263
6264 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
6265 include the unstable output directory name in the test's name.
6266 (initial_setup_simple) <'set args'>: Use custom test name.
6267
6268 2017-10-24 Pedro Alves <palves@redhat.com>
6269
6270 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
6271 with explicit test name.
6272
6273 2017-10-20 Pedro Alves <palves@redhat.com>
6274
6275 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
6276 'wait -i'. Use gdb_assert and remote_close.
6277
6278 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
6279
6280 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
6281 number from variable rather than hard-coded.
6282
6283 2017-10-19 Pedro Alves <palves@redhat.com>
6284
6285 * gdb.base/long-inferior-output.c: New file.
6286 * gdb.base/long-inferior-output.exp: New file.
6287
6288 2017-11-18 Keith Seitz <keiths@redhat.com>
6289
6290 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
6291 method.
6292 (main): Call it.
6293 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
6294 Add additional user-defined conversion operator tests.
6295
6296 2017-10-17 Pedro Alves <palves@redhat.com>
6297
6298 * boards/native-stdio-gdbserver.exp: Load "local-board".
6299
6300 2017-10-17 Pedro Alves <palves@redhat.com>
6301
6302 * gdb.base/quit-live.c: New file.
6303 * gdb.base/quit-live.exp: New file.
6304
6305 2017-10-16 Keith Seitz <keiths@redhat.com>
6306
6307 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
6308 (class_with_protected_typedef, class_with_private_typedef)
6309 (struct_with_public_typedef, struct_with_protected_typedef)
6310 (struct_with_private_typedef): New classes/structs.
6311 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
6312 typedefs and access specifiers.
6313
6314 2017-10-16 Pedro Alves <palves@redhat.com>
6315 Simon Marchi <simon.marchi@polymtl.ca>
6316
6317 * README (Local vs Remote vs Native): New section.
6318 * boards/local-board.exp: New file, with bits factored out from
6319 ...
6320 * boards/native-extended-gdbserver.exp: ... here. Load
6321 "local-board".
6322 * boards/native-gdbserver.exp: Load "local-board".
6323 (${board}_spawn, ${board}_exec): Delete.
6324 * boards/native-stdio-gdbserver.exp: Most contents factored out to
6325 ...
6326 * boards/stdio-gdbserver-base.exp: ... this new file.
6327 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
6328 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
6329 procedure.
6330 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
6331 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
6332 stdio_gdbserver_command.
6333 (${board}_get_remote_address, ${board}_get_comm_port)
6334 (${board}_download, ${board}_upload): Delete.
6335 (get_target_remote_pipe_cmd): New.
6336
6337 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
6338
6339 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
6340 test_bkpt_deletion, test_bkpt_cond_and_cmds,
6341 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
6342 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
6343 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
6344 remove with_test_prefix.
6345
6346 2017-10-13 Pedro Alves <palves@redhat.com>
6347
6348 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
6349 * gdb.base/annota1.exp: Use it instead of is_remote.
6350 * gdb.base/annota3.exp: Use it instead of is_remote.
6351 * gdb.cp/annota2.exp: Use it instead of is_remote.
6352 * gdb.cp/annota3.exp: Use it instead of is_remote.
6353 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
6354
6355 2017-10-13 Pedro Alves <palves@redhat.com>
6356
6357 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
6358 (test_num_test_vars, run_and_count_vars, find_env)
6359 (test_set_unset_env, test_inherit_env_var): New procedures.
6360 (top level): Use them.
6361
6362 2017-10-13 Pedro Alves <palves@redhat.com>
6363
6364 * lib/selftest-support.exp (selftest_setup): Extend comments, and
6365 also skip on stub-like targets.
6366
6367 2017-10-13 Pedro Alves <palves@redhat.com>
6368
6369 PR gdb/22293
6370 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
6371 (top level): Move some tests to ...
6372 (test_not_found): ... this new procedure.
6373 (top level): Call it.
6374
6375 2017-10-13 Pedro Alves <palves@redhat.com>
6376
6377 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
6378 expect different "info terminal" output if testing with a
6379 non-native target.
6380
6381 2017-10-13 Pedro Alves <palves@redhat.com>
6382 Simon Marchi <simon.marchi@polymtl.ca>
6383
6384 PR python/12966
6385 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
6386
6387 2017-10-13 Pedro Alves <palves@redhat.com>
6388
6389 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
6390 already.
6391
6392 2017-10-13 Pedro Alves <palves@redhat.com>
6393
6394 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
6395 is_remote.
6396
6397 2017-10-13 Pedro Alves <palves@redhat.com>
6398
6399 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
6400 is_remote.
6401
6402 2017-10-13 Pedro Alves <palves@redhat.com>
6403
6404 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
6405 is set.
6406 (corefile_test_attach): Likewise. Check can_spawn_for_attach
6407 instead of is_remote.
6408
6409 2017-10-13 Pedro Alves <palves@redhat.com>
6410
6411 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
6412 (top level): Add comment.
6413
6414 2017-10-13 Pedro Alves <palves@redhat.com>
6415
6416 * gdb.base/remote.exp (top level): Fix comment typo and add
6417 missing return.
6418
6419 2017-10-13 Pedro Alves <palves@redhat.com>
6420 Simon Marchi <simon.marchi@polymtl.ca>
6421
6422 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
6423 calls and add comments. Skip test if use_gdb_stub is set.
6424 (top level): Use "set cwd" command instead of "cd" command.
6425
6426 2017-10-13 Pedro Alves <palves@redhat.com>
6427
6428 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
6429 is_remote target check.
6430
6431 2017-10-13 Pedro Alves <palves@redhat.com>
6432
6433 * gdb.base/scope.exp: Use build_executable + clean_restart +
6434 gdb_file_cmd instead of prepare_for_testing and no longer skip
6435 "before run" tests on is_remote target boards. Update comments.
6436 * boards/native-extended-gdbserver.exp
6437 (extended_gdbserver_load_last_file): New, factored out from ...
6438 (gdb_load): ... this. Move further below and add comment.
6439 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
6440
6441 2017-10-12 Pedro Alves <palves@redhat.com>
6442
6443 * gdb.base/attach.exp: Remove references to gdb64.
6444 * gdb.base/dbx.exp: Remove references to gdb64.
6445
6446 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
6447 Pedro Alves <palves@redhat.com>
6448
6449 * gdb.base/label.exp: Remove is_remote target check.
6450
6451 2017-10-12 Pedro Alves <palves@redhat.com>
6452
6453 * gdb.base/auvx.exp (coredir): Update comment.
6454 (top level) <core_works>: Use "set cwd" command instead of "cd"
6455 command.
6456
6457 2017-10-12 Pedro Alves <palves@redhat.com>
6458 Simon Marchi <simon.marchi@polymtl.ca>
6459
6460 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
6461 target boards.
6462
6463 2017-10-12 Pedro Alves <palves@redhat.com>
6464 Simon Marchi <simon.marchi@polymtl.ca>
6465
6466 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
6467 Instead skip if there's any gdb_protocol set.
6468
6469 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
6470 Pedro Alves <palves@redhat.com>
6471
6472 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
6473
6474 2017-10-12 Pedro Alves <palves@redhat.com>
6475 Simon Marchi <simon.marchi@polymtl.ca>
6476
6477 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
6478 instead of on dejagnu remote boards.
6479
6480 2017-10-12 Pedro Alves <palves@redhat.com>
6481 Simon Marchi <simon.marchi@polymtl.ca>
6482
6483 * gdb.base/inferior-died.exp: Remove is_remote and isnative
6484 checks. Use build_executable + clean_restart instead of
6485 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
6486 of enabling non-stop after starting gdb.
6487
6488 2017-10-12 Pedro Alves <palves@redhat.com>
6489
6490 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
6491 * gdb.threads/non-ldr-exc-2.exp: Ditto.
6492 * gdb.threads/non-ldr-exc-3.exp: Ditto.
6493 * gdb.threads/non-ldr-exc-4.exp: Ditto.
6494
6495 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
6496
6497 * gdb.arch/arc-tdesc-cpu.exp: New file.
6498 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
6499
6500 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
6501
6502 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
6503
6504 2017-10-10 Pedro Alves <palves@redhat.com>
6505
6506 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
6507 expect CLI output.
6508
6509 2017-10-10 Pedro Alves <palves@redhat.com>
6510
6511 * lib/selftest-support.exp (selftest_setup): Update for
6512 captured_command_loop's prototype change.
6513
6514 2017-10-09 Pedro Alves <palves@redhat.com>
6515
6516 Test both arch1=>arch2 and arch2=>arch1.
6517
6518 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
6519 (srcfile2, binfile2, march1, march2): Remove globals. Largely
6520 factored out to...
6521 (append_arch1_options, append_arch2_options, append_arch_options)
6522 (build_executables): New procedures.
6523 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
6524 local.
6525 (top level): Add new 'first_arch' testing axis.
6526
6527 2017-10-09 Pedro Alves <palves@redhat.com>
6528
6529 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
6530 (barrier): New.
6531 (thread_start, all_started): New functions.
6532 (main): Spawn new thread and wait until it is scheduled.
6533 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
6534 option.
6535 (do_test): Add 'selected_thread' parameter. Run to all_started
6536 instead of main. Explicitly set the breakpoint at main. Switch
6537 to the SELECTED_THREAD thread.
6538 (top level): Test handling the exec event with either the main
6539 thread or the second thread selected.
6540
6541 2017-10-09 Pedro Alves <palves@redhat.com>
6542
6543 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
6544 logic. Move STOP marker after the value checks.
6545 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
6546 regexp.
6547
6548 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
6549
6550 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
6551
6552 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
6553
6554 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
6555 integer-to-dfp conversion.
6556 * gdb.base/dfp-test.exp: Likewise.
6557
6558 2017-10-04 Pedro Alves <palves@redhat.com>
6559
6560 * gdb.multi/hangout.c: Include <unistd.h>.
6561 (hangout_loop): New function.
6562 (main): Call alarm. Call hangout_loop in a loop.
6563 * gdb.multi/hello.c: Include <unistd.h>.
6564 (hello_loop): New function.
6565 (main): Call alarm. Call hangout_loop in a loop.
6566 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
6567 inferior with the other selected.
6568
6569 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
6570
6571 * gdb.mi/list-thread-groups-available.exp: New file.
6572 * gdb.mi/list-thread-groups-available.c: New file.
6573
6574 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
6575
6576 * gdb.base/set-cwd.exp: Make it available on
6577 native-extended-gdbserver.
6578
6579 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
6580
6581 * gdb.base/set-cwd.c: New file.
6582 * gdb.base/set-cwd.exp: Likewise.
6583
6584 2017-10-02 Tom Tromey <tom@tromey.com>
6585
6586 PR rust/22236:
6587 * gdb.rust/simple.rs (main): New variable "fslice".
6588 * gdb.rust/simple.exp: Add slice tests. Update string tests.
6589
6590 2017-10-02 Tom Tromey <tom@tromey.com>
6591
6592 * gdb.rust/simple.exp: Test ptype of a slice.
6593
6594 2017-10-02 Tom Tromey <tom@tromey.com>
6595
6596 * gdb.rust/simple.exp: Test index of slice.
6597
6598 2017-09-27 Tom Tromey <tom@tromey.com>
6599
6600 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
6601
6602 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
6603 Pedro Alves <palves@redhat.com>
6604
6605 * gdb.base/compare-sections.exp (get value of read-only section): Read
6606 as unsigned value.
6607 (corrupt read-only section): Likewise and don't set written if patching
6608 failed.
6609
6610 2017-09-21 Kevin Buettner <kevinb@redhat.com>
6611
6612 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
6613 files.
6614
6615 2017-09-20 Pedro Alves <palves@redhat.com>
6616
6617 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
6618 symbol names in gdb's output.
6619 * gdb.cp/overload.exp ("list all overloads"): Likewise.
6620
6621 2017-09-20 Pedro Alves <palves@redhat.com>
6622
6623 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
6624 Rename to ...
6625 (test_list_ambiguous_symbol): ... this and add a symbol name
6626 parameter. Adjust.
6627 (test_list_ambiguous_function): Reimplement on top of
6628 test_list_ambiguous_symbol and also test listing ambiguous
6629 variables.
6630 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
6631 (ambiguous_fun): ... this.
6632 (ambiguous_var): New.
6633 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
6634 (ambiguous_fun): ... this.
6635 (ambiguous_var): New.
6636
6637 2017-09-19 John Baldwin <jhb@FreeBSD.org>
6638
6639 * gdb.base/starti.c: New file.
6640 * gdb.base/starti.exp: New file.
6641 * lib/gdb.exp (gdb_starti_cmd): New procedure.
6642
6643 2017-09-14 Pedro Alves <palves@redhat.com>
6644
6645 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
6646 (top level): Use it instead of runto.
6647
6648 2017-09-11 Tom Tromey <tom@tromey.com>
6649
6650 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
6651
6652 2017-09-11 Tom Tromey <tom@tromey.com>
6653
6654 * gdb.python/py-infthread.exp: Add tests for new_thread event.
6655 * gdb.python/py-inferior.exp: Add tests for new inferior events.
6656
6657 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
6658
6659 * gdb.fortran/printing-types.exp: New file.
6660 * gdb.fortran/printing-types.exp: New file.
6661
6662 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
6663
6664 * gdb.fortran/vla-ptype.exp: Fix typos.
6665 * gdb.fortran/vla-value.exp: Same.
6666
6667 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
6668
6669 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
6670 * gdb.mi/mi-var-child-f.exp: Likewise.
6671 * gdb.mi/mi-vla-fortran.exp: Likewise.
6672
6673 2017-09-08 Frank Penczek <frank.penczek@intel.com>
6674 Christoph Weinmann <christoph.t.weinmann@intel.com>
6675 Bernhard Heckel <bernhard.heckel@intel.com>
6676
6677 * gdb.fortran/ptr-indentation.f90: New file.
6678 * gdb.fortran/ptr-indentation.exp: New file.
6679
6680 2017-09-05 Tom Tromey <tom@tromey.com>
6681
6682 PR gdb/22010:
6683 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
6684
6685 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
6686
6687 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
6688
6689 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6690
6691 * gdb.threads/tls-nodebug-pie.c: New file.
6692 * gdb.threads/tls-nodebug-pie.exp: New file.
6693
6694 2017-09-05 Tom Tromey <tom@tromey.com>
6695
6696 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
6697 for rust.
6698
6699 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
6700
6701 * gdb.multi/multi-arch-exec.exp: Test with different
6702 "follow-exec-mode" settings.
6703 (do_test): New procedure.
6704
6705 2017-09-04 Pedro Alves <palves@redhat.com>
6706
6707 * gdb.base/func-static.c (S::method const, S::method volatile)
6708 (S::method volatile const): New methods.
6709 (c_s, v_s, cv_s): New instances.
6710 (main): Call method() on them.
6711 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
6712 (cannot_resolve): New procedure.
6713 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
6714 print-quote-unquoted columns.
6715 (do_test): Test printing each scope too.
6716
6717 2017-09-04 Pedro Alves <palves@redhat.com>
6718
6719 * gdb.base/local-static.exp: Also test with
6720 class::method::variable wholly quoted.
6721 * gdb.cp/m-static.exp (class::method::variable): Remove test.
6722
6723 2017-09-04 Pedro Alves <palves@redhat.com>
6724
6725 * gdb.base/local-static.c: New.
6726 * gdb.base/local-static.cc: New.
6727 * gdb.base/local-static.exp: New.
6728
6729 2017-09-04 Pedro Alves <palves@redhat.com>
6730
6731 * gdb.asm/asm-source.exp: Add casts to int.
6732 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
6733 (dataglobal64_1, dataglobal64_2): New globals.
6734 * gdb.base/nodebug.exp: Test different expressions involving the
6735 new globals, with print, whatis and ptype. Add casts to int.
6736 * gdb.base/solib-display.exp: Add casts to int.
6737 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
6738 * gdb.cp/m-static.exp: Add cast to int.
6739 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
6740 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
6741 tls variable with no debug info without a cast. Test with a cast
6742 to int too.
6743 * gdb.trace/entry-values.exp: Add casts.
6744
6745 2017-09-04 Pedro Alves <palves@redhat.com>
6746
6747 * gdb.base/nodebug.exp: Test that ptype's error about functions
6748 with unknown return type includes the function name too.
6749
6750 2017-09-04 Pedro Alves <palves@redhat.com>
6751
6752 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
6753 return type of munmap in infcall.
6754 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
6755 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
6756 type of ftell in infcall.
6757 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
6758 type of getpid in infcall.
6759 * gdb.base/infcall-exec.exp: Cast return type of execlp in
6760 infcall.
6761 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
6762 Bail on failure to extract the pid.
6763 * gdb.base/nodebug.c: #include <stdint.h>.
6764 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
6765 New functions.
6766 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
6767 Change expected output of print/whatis/ptype with functions with
6768 no debug info. Test all supported languages. Call
6769 test_call_promotion.
6770 * gdb.compile/compile.exp: Adjust expected output to expect
6771 warning.
6772 * gdb.threads/siginfo-threads.exp: Likewise.
6773
6774 2017-09-04 Pedro Alves <palves@redhat.com>
6775
6776 * gdb.base/callfuncs.exp (do_function_calls): New parameter
6777 "prototypes". Test calling float functions via prototyped and
6778 unprototyped function pointers.
6779 (perform_all_tests): New parameter "prototypes". Pass it down.
6780 (top level): Pass down "prototypes" parameter to
6781 perform_all_tests.
6782
6783 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6784
6785 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
6786 Test with nested loops.
6787
6788 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6789
6790 * gdb.base/commands.exp: Call the new procedures.
6791 (loop_break_test, loop_continue_test): New procedures.
6792
6793 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6794
6795 * gdb.base/commands.exp: Call new procedure.
6796 (define_if_without_arg_test): New procedure.
6797
6798 2017-09-04 Pedro Alves <palves@redhat.com>
6799
6800 * gdb.base/list-ambiguous.exp: New file.
6801 * gdb.base/list-ambiguous0.c: New file.
6802 * gdb.base/list-ambiguous1.c: New file.
6803 * gdb.base/list.exp (test_list_range): Adjust expected output.
6804
6805 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
6806
6807 * gdb.base/share-env-with-gdbserver.c: New file.
6808 * gdb.base/share-env-with-gdbserver.exp: Likewise.
6809
6810 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
6811
6812 * gdb.base/commands.exp (gdbvar_simple_if_test,
6813 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
6814 progvar_simple_if_test, progvar_simple_while_test,
6815 progvar_complex_if_while_test, user_defined_command_test,
6816 user_defined_command_args_eval,
6817 user_defined_command_args_stack_test,
6818 user_defined_command_manyargs_test, bp_deleted_in_command_test,
6819 temporary_breakpoint_commands,
6820 gdb_test_no_prompt, redefine_hook_test,
6821 redefine_backtrace_test): Remove "global gdb_prompt".
6822
6823 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
6824
6825 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
6826 New proc, call it from toplevel.
6827
6828 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
6829
6830 PR remote/21852
6831 * gdb.server/normal.c: New file, copied from gdb.base.
6832 * gdb.server/run-without-local-binary.exp: New file.
6833
6834 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
6835
6836 * gdb.arch/sparc64-adi.exp: New file.
6837 * gdb.arch/sparc64-adi.c: New file.
6838
6839 2017-08-22 Pedro Alves <palves@redhat.com>
6840
6841 * gdb.cp/overload.exp (line_range_pattern): New procedure.
6842 (top level): Add "list all overloads" tests.
6843
6844 2017-08-22 Tom Tromey <tom@tromey.com>
6845
6846 * gdb.gdb/xfullpath.exp: Remove.
6847
6848 2017-08-21 Pedro Alves <palves@redhat.com>
6849
6850 PR gdb/19487
6851 * gdb.base/symbol-alias.c: New.
6852 * gdb.base/symbol-alias2.c: New.
6853 * gdb.base/symbol-alias.exp: New.
6854
6855 2017-08-21 Pedro Alves <palves@redhat.com>
6856
6857 * gdb.base/dfp-test.c
6858 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
6859 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
6860 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
6861 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
6862 * gdb.base/whatis-ptype-typedefs.c: New.
6863 * gdb.base/whatis-ptype-typedefs.exp: New.
6864 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
6865 (an_int, an_int_type, an_int_type2): New globals.
6866 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
6867 involving typedefs and cast expressions.
6868 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
6869 (lookup_typedefs_function): New.
6870 (typedefs_pretty_printers_dict): New.
6871 (top level): Register lookup_typedefs_function in
6872 gdb.pretty_printers.
6873
6874 2017-08-18 Yao Qi <yao.qi@linaro.org>
6875
6876 * gdb.server/unittest.exp: New.
6877
6878 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
6879
6880 PR gdb/21954
6881 * gdb.base/environ.exp: Add test to check if 'unset environment'
6882 works.
6883
6884 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6885
6886 * lib/gdb.exp (universal_compile_options): New caching proc.
6887 (gdb_compile): Suppress GCC's coloring of messages.
6888
6889 2017-08-14 Tom Tromey <tom@tromey.com>
6890
6891 PR gdb/21675:
6892 * gdb.base/printcmds.exp (test_radices): New function.
6893 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
6894 * gdb.base/sizeof.exp (check_valueof): Use p/d.
6895 * lib/gdb.exp (get_integer_valueof): Use p/d.
6896
6897 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
6898
6899 * lib/gdb.exp (get_valueof): Don't capture end-of-line
6900 characters.
6901
6902 2017-08-05 Tom Tromey <tom@tromey.com>
6903
6904 * gdb.rust/simple.exp: Allow String to appear in a different
6905 namespace.
6906
6907 2017-07-26 Yao Qi <yao.qi@linaro.org>
6908
6909 * gdb.gdb/unittest.exp: Invoke command
6910 "maintenance check xml-descriptions".
6911
6912 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6913
6914 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
6915 calling context.
6916 (hex128): Drop erroneous calculation of parameters.
6917
6918 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
6919
6920 * gdb.python/py-unwind.exp: Disable stack protection when
6921 building test file.
6922
6923 2017-07-20 Pedro Alves <palves@redhat.com>
6924
6925 * gdb.base/default.exp (set language): Adjust expected output.
6926
6927 2017-07-20 Pedro Alves <palves@redhat.com>
6928
6929 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
6930 (test_minsym): ... this, and make static.
6931 (get_pck__foo__bar__minsym): Rename to ...
6932 (get_test_minsym): ... this.
6933 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
6934 symbol names and comments.
6935 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
6936 (get_test_minsym): ... this.
6937 (pck__foo__bar__minsym__2): Rename to ...
6938 (test_minsym): ... this.
6939 (main): Adjust.
6940
6941 2017-07-17 Pedro Alves <palves@redhat.com>
6942
6943 * gdb.base/completion.exp: Adjust expected output.
6944 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
6945 the completer works.
6946
6947 2017-07-17 Pedro Alves <palves@redhat.com>
6948
6949 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
6950
6951 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
6952
6953 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
6954
6955 2017-07-14 Tom Tromey <tom@tromey.com>
6956
6957 PR rust/21764:
6958 * gdb.rust/simple.exp: Add tests.
6959
6960 2017-07-14 Tom Tromey <tom@tromey.com>
6961
6962 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
6963
6964 2017-07-14 Pedro Alves <palves@redhat.com>
6965
6966 * gdb.linespec/base/one/thefile.cc (z1): New function.
6967 * gdb.linespec/base/two/thefile.cc (z2): New function.
6968 * gdb.linespec/linespec.exp: Add tests.
6969
6970 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6971
6972 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
6973 to mi_create_breakpoint.
6974
6975 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6976
6977 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
6978 mi_create_breakpoint.
6979
6980 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
6981
6982 * gdb.dlang/demangle.exp: Update for demangling changes.
6983
6984 2017-07-09 Tom Tromey <tom@tromey.com>
6985
6986 * gdb.dwarf2/shortpiece.exp: New file.
6987
6988 2017-07-06 David Blaikie <dblaikie@gmail.com>
6989
6990 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
6991 built from fissiont-multi-cu{1,2}.c.
6992 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
6993 except putting 'main' and 'func' in separate CUs in the same DWO file.
6994 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
6995 test.
6996 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
6997 test.
6998
6999 2017-07-06 Pedro Alves <palves@redhat.com>
7000
7001 * gdb.python/py-unwind.exp: Test flushregs.
7002
7003 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
7004
7005 PR cli/21688
7006 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
7007 tests for alias commands and trailing whitespace.
7008
7009 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
7010
7011 PR cli/21688
7012 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
7013 procedure. Call it.
7014
7015 2017-06-29 Pedro Alves <palves@redhat.com>
7016
7017 * gdb.base/printcmds.exp: Add tests.
7018
7019 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
7020
7021 PR gdb/21337
7022 * gdb.base/reread-readsym.exp: New file.
7023 * gdb.base/reread-readsym.c: New file.
7024
7025 2017-06-21 Kevin Buettner <kevinb@redhat.com>
7026
7027 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
7028 subpattern.
7029
7030 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
7031
7032 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
7033 extended mnemonic.
7034 * gdb.arch/powerpc-power9.s: Likewise.
7035
7036 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7037
7038 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
7039 on 32-bit x86 targets. Exploit is_*_target macros where
7040 appropriate.
7041
7042 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7043
7044 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
7045 register pieces.
7046
7047 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7048
7049 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
7050 located in one or more DWARF pieces.
7051
7052 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7053
7054 * lib/gdb.exp (get_endianness): New proc.
7055 * gdb.arch/aarch64-fp.exp: Use it.
7056 * gdb.arch/altivec-regs.exp: Likewise.
7057 * gdb.arch/e500-regs.exp: Likewise.
7058 * gdb.arch/vsx-regs.exp: Likewise.
7059 * gdb.base/dump.exp: Likewise.
7060 * gdb.base/funcargs.exp: Likewise.
7061 * gdb.base/gnu_vector.exp: Likewise.
7062 * gdb.dwarf2/formdata16.exp: Likewise.
7063 * gdb.dwarf2/implptrpiece.exp: Likewise.
7064 * gdb.dwarf2/nonvar-access.exp: Likewise.
7065 * gdb.python/py-inferior.exp: Likewise.
7066 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
7067
7068 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7069
7070 PR gdb/21226
7071 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
7072 stack value pieces are taken from the LSB end.
7073
7074 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7075
7076 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
7077 variable at nonzero offset.
7078
7079 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7080
7081 * gdb.dwarf2/var-access.c: New file.
7082 * gdb.dwarf2/var-access.exp: New test.
7083 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
7084
7085 2017-06-12 Tom Tromey <tom@tromey.com>
7086
7087 * gdb.dwarf2/formdata16.exp: Add tests.
7088
7089 2017-06-12 Tom Tromey <tom@tromey.com>
7090
7091 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
7092
7093 2017-06-12 Tom Tromey <tom@tromey.com>
7094
7095 PR exp/16225:
7096 * gdb.reverse/i386-sse-reverse.exp: Update tests.
7097 * gdb.arch/vsx-regs.exp: Update tests.
7098 * gdb.arch/s390-vregs.exp (hex128): New proc.
7099 Update test.
7100 * gdb.arch/altivec-regs.exp: Update tests.
7101
7102 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
7103
7104 * gdb.base/startup-with-shell.c: New file.
7105 * gdb.base/startup-with-shell.exp: Likewise.
7106
7107 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
7108
7109 * gdb.server/non-existing-program.exp: Update regex in order to
7110 reflect the fact that gdbserver is now using fork_inferior (with a
7111 shell) to startup the inferior.
7112
7113 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
7114
7115 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
7116 support function calls from GDB.
7117
7118 2017-05-21 Tom Tromey <tom@tromey.com>
7119
7120 PR rust/21466:
7121 * gdb.rust/unsized.exp: New file.
7122 * gdb.rust/unsized.rs: New file.
7123
7124 2017-05-19 Tom Tromey <tom@tromey.com>
7125
7126 PR rust/21484:
7127 * gdb.rust/watch.exp: New file.
7128 * gdb.rust/watch.rs: New file.
7129
7130 2017-05-18 Tom Tromey <tom@tromey.com>
7131
7132 * gdb.rust/simple.exp: Allow Box to be qualified.
7133
7134 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
7135
7136 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
7137
7138 2017-05-18 Pedro Alves <palves@redhat.com>
7139
7140 * gdb.base/fileio.c (test_write, test_read, test_close)
7141 (test_fstat): Don't print 'ret' in the fail path.
7142
7143 2017-05-18 Pedro Alves <palves@redhat.com>
7144
7145 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
7146 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
7147 (test_system, test_rename, test_unlink, test_time): Change
7148 prototypes.
7149 * gdb.base/fileio.exp (stop_msg): Adjust.
7150
7151 2017-05-18 Pedro Alves <palves@redhat.com>
7152
7153 * gdb.base/fileio.c (null_str): New global.
7154 (test_stat): Use it.
7155 * gdb.base/fileio.exp: Remove nowarnings.
7156
7157 2017-05-17 Yao Qi <yao.qi@linaro.org>
7158
7159 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
7160
7161 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
7162
7163 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
7164 argument command.
7165 (top-level): Invoke test_set_inferior_tty.
7166
7167 2017-05-04 Pedro Alves <palves@redhat.com>
7168
7169 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
7170 Add parens to print call for Python 3.
7171
7172 2017-05-03 Keith Seitz <keiths@redhat.com>
7173
7174 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
7175 (main): Call it.
7176
7177 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7178
7179 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
7180 to prev and next.
7181
7182 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7183
7184 * gdb.python/py-record-btrace.exp: Remove test for
7185 gdb.BtraceInstruction.error.
7186
7187 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7188
7189 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
7190
7191 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7192
7193 * gdb.python/py-record-btrace-threads.c: New file.
7194 * gdb.python/py-record-btrace-threads.exp: New file.
7195
7196 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
7197
7198 PR testsuite/8595
7199 * gdb.base/environ.exp: Make test available in all architectures.
7200 Move bits related to "info program" testing to
7201 gdb.base/info-program.exp. Rewrite tests to use the two new
7202 procedures mentione below.
7203 (test_set_show_env_var) New procedure.
7204 (test_set_show_env_var_equal): Likewise.
7205 * gdb.base/info-program.exp: New file.
7206
7207 2017-04-27 Keith Seitz <keiths@redhat.com>
7208
7209 * gdb.cp/oranking.cc (test15): New function.
7210 (main): Call test15 and declare additional variables for testing.
7211 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
7212 "p foo101('abc')" tests.
7213 Add tests for cv qualifier overloads.
7214 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
7215 "lvalue reference overload" test.
7216 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
7217 "print value of f1 on Child&& in f2" test.
7218
7219 2017-04-19 Pedro Alves <palves@redhat.com>
7220
7221 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
7222 procedure.
7223 (top level): Call it.
7224 * lib/gdb.exp (gdb_define_cmd): New procedure.
7225
7226 2017-04-12 Pedro Alves <palves@redhat.com>
7227
7228 PR gdb/21323
7229 * gdb.cp/wide_char_types.c: Include <wchar.h>.
7230 (wchar): New global.
7231 * gdb.cp/wide_char_types.exp (wide_char_types_program)
7232 (do_test_wide_char, wide_char_types_no_program, top level): Add
7233 wchar_t testing.
7234
7235 2017-04-12 Pedro Alves <palves@redhat.com>
7236
7237 PR c++/21323
7238 * gdb.cp/wide_char_types.c: New file.
7239 * gdb.cp/wide_char_types.exp: New file.
7240
7241 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
7242
7243 PR gdb/21352
7244 * gdb.trace/tsv.exp: Add test for "tsave -r".
7245
7246 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
7247
7248 * gdb.dlang/watch-loc.c: New file.
7249 * gdb.dlang/watch-loc.exp: New file.
7250
7251 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7252
7253 * gdb.python/py-section-script.exp (sepdebug): New testcases.
7254
7255 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
7256
7257 * gdb.arch/arc-analyze-prologue.S: New file.
7258 * gdb.arch/arc-analyze-prologue.exp: Likewise.
7259
7260 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
7261
7262 * gdb.arch/arc-decode-insn.S: New file.
7263 * gdb.arch/arc-decode-insn.exp: Likewise.
7264
7265 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
7266
7267 PR tdep/20928
7268 * gdb.arch/sparc64-regs.exp: New file.
7269 * gdb.arch/sparc64-regs.S: Likewise.
7270
7271 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
7272
7273 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
7274 and memory view on Python 3.
7275
7276 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
7277 Keith Seitz <keiths@redhat.com>
7278
7279 PR gdb/14441
7280 * gdb.cp/demangle.exp: Add rvalue reference tests.
7281 * gdb.cp/rvalue-ref-casts.cc: New file.
7282 * gdb.cp/rvalue-ref-casts.exp: New file.
7283 * gdb.cp/rvalue-ref-overload.cc: New file.
7284 * gdb.cp/rvalue-ref-overload.exp: New file.
7285 * gdb.cp/rvalue-ref-params.cc: New file.
7286 * gdb.cp/rvalue-ref-params.exp: New file.
7287 * gdb.cp/rvalue-ref-sizeof.cc: New file.
7288 * gdb.cp/rvalue-ref-sizeof.exp: New file.
7289 * gdb.cp/rvalue-ref-types.cc: New file.
7290 * gdb.cp/rvalue-ref-types.exp: New file.
7291 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
7292 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
7293
7294 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
7295
7296 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
7297 New procedure.
7298
7299 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
7300
7301 * lib/mi-support.exp (mi_gdb_test): Add additional message
7302 for unexpected output.
7303
7304 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
7305
7306 * gdb.base/examine-backward.c (Barrier): New character array
7307 constant, to ensure that TestStrings is preceded by a string
7308 terminator.
7309
7310 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7311
7312 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
7313 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
7314 and implicit pointer into such a location.
7315
7316 2017-03-16 Doug Evans <dje@google.com>
7317
7318 * gdb.python/py-lazy-string (pointer): Really add new typedef.
7319
7320 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
7321
7322 * gdb.cp/m-static.exp: Fix expectation for prototype of
7323 test5.single_constructor and single_constructor::single_constructor.
7324
7325 2017-03-16 Doug Evans <dje@google.com>
7326
7327 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
7328 * gdb.guile/scm-lazy-string.c: New file.
7329 * gdb.guile/scm-value.exp: Move lazy string tests to ...
7330 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
7331 for pointer, array, typedef lazy strings.
7332
7333 2017-03-16 Doug Evans <dje@google.com>
7334
7335 PR python/17728, python/18439, python/18779
7336 * gdb.python/py-value.c (main) Delete locals sptr, sn.
7337 * gdb.python/py-lazy-string.c (pointer): New typedef.
7338 (main): New locals ptr, array, typedef_ptr.
7339 * gdb.python/py-value.exp: Move lazy string tests to ...
7340 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
7341 array, typedef lazy strings.
7342
7343 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
7344
7345 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
7346 Add optional 'test' parameter.
7347
7348 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
7349
7350 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
7351 Skip for versions of DejaGnu < 1.5.
7352
7353 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
7354
7355 * lib/gdb.exp (dejagnu_version): New proc.
7356 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
7357 Use dejagnu_version.
7358
7359 2017-03-10 Keith Seitz <keiths@redhat.com>
7360
7361 PR c++/8128
7362 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
7363 type from destructor regexps.
7364 Add a branch which actually passes the test.
7365 Adjust "ptype t5i" test names.
7366
7367 2017-03-08 Pedro Alves <palves@redhat.com>
7368
7369 * gdb.base/step-over-exit.exp: Add explicit test message.
7370
7371 2017-03-08 Pedro Alves <palves@redhat.com>
7372
7373 PR gdb/18360
7374 * gdb.threads/interrupt-while-step-over.c: New file.
7375 * gdb.threads/interrupt-while-step-over.exp: New file.
7376
7377 2017-03-08 Pedro Alves <palves@redhat.com>
7378
7379 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
7380 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
7381
7382 2017-03-08 Pedro Alves <palves@redhat.com>
7383
7384 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
7385 PKRU as not supported as a PASS.
7386
7387 2017-03-08 Pedro Alves <palves@redhat.com>
7388
7389 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
7390 prefix instead of $binfile1/$binfile2.
7391 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
7392 in test message.
7393 * gdb.python/py-completion.exp: Use "load python file" as test
7394 messages instead of unstable path names.
7395
7396 2017-03-08 Pedro Alves <palves@redhat.com>
7397 Jan Kratochvil <jan.kratochvil@redhat.com>
7398
7399 PR cli/21218
7400 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
7401 New proc.
7402 (top level): Call it.
7403
7404 2017-03-08 Pedro Alves <palves@redhat.com>
7405
7406 PR tui/21216
7407 * gdb.tui/tui-nl-filtered-output.exp: New file.
7408
7409 2017-03-08 Pedro Alves <palves@redhat.com>
7410
7411 * gdb.base/completion.exp: Move TUI completion tests to ...
7412 * gdb.tui/completion.exp: ... this new file.
7413
7414 2017-03-08 Pedro Alves <palves@redhat.com>
7415
7416 * gdb.base/tui-disasm-long-lines.c,
7417 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
7418 gdb.base/tui-layout.exp: Move to ...
7419 * gdb.tui/: ... this new directory.
7420
7421 2017-03-07 Pedro Alves <palves@redhat.com>
7422
7423 * gdb.base/tui-layout.c: New file.
7424 * gdb.base/tui-layout.exp: New file.
7425
7426 2017-03-07 Pedro Alves <palves@redhat.com>
7427
7428 * gdb.base/tui-layout.c: Rename to ...
7429 * gdb.base/tui-disasm-long-lines.c: ... this.
7430 * gdb.base/tui-layout.exp: Rename to ...
7431 * gdb.base/tui-disasm-long-lines.exp: ... this.
7432
7433 2017-03-07 Pedro Alves <palves@redhat.com>
7434
7435 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
7436
7437 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
7438
7439 * i386-mpx-call.c: New file.
7440 * i386-mpx-call.exp: New file.
7441
7442 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
7443
7444 * gdb.arch/powerpc-power.exp: Delete test.
7445 * gdb.arch/powerpc-power.s: Likewise.
7446 * gdb.disasm/disassembler-options.exp: New test.
7447 * gdb.arch/powerpc-altivec.exp: Likewise.
7448 * gdb.arch/powerpc-altivec.s: Likewise.
7449 * gdb.arch/powerpc-altivec2.exp: Likewise.
7450 * gdb.arch/powerpc-altivec2.s: Likewise.
7451 * gdb.arch/powerpc-altivec3.exp: Likewise.
7452 * gdb.arch/powerpc-altivec3.s: Likewise.
7453 * gdb.arch/powerpc-power7.exp: Likewise.
7454 * gdb.arch/powerpc-power7.s: Likewise.
7455 * gdb.arch/powerpc-power8.exp: Likewise.
7456 * gdb.arch/powerpc-power8.s: Likewise.
7457 * gdb.arch/powerpc-power9.exp: Likewise.
7458 * gdb.arch/powerpc-power9.s: Likewise.
7459 * gdb.arch/powerpc-vsx.exp: Likewise.
7460 * gdb.arch/powerpc-vsx.s: Likewise.
7461 * gdb.arch/powerpc-vsx2.exp: Likewise.
7462 * gdb.arch/powerpc-vsx2.s: Likewise.
7463 * gdb.arch/powerpc-vsx3.exp: Likewise.
7464 * gdb.arch/powerpc-vsx3.s: Likewise.
7465 * gdb.arch/arm-disassembler-options.exp: Likewise.
7466 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
7467 * gdb.arch/s390-disassembler-options.exp: Likewise.
7468
7469 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
7470
7471 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
7472 (check_supported_features): ... this. Changed return type to void.
7473 (supports_rdseed): New static global.
7474 (rdseed): Check supports_rdseed.
7475 (initialize): Call check_supported_features.
7476
7477 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7478
7479 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
7480 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
7481 and lqarx/stqcx.
7482 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
7483 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
7484
7485 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7486
7487 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
7488 uppercase.
7489
7490 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7491
7492 * gdb.dwarf2/formdata16.c: New file.
7493 * gdb.dwarf2/formdata16.exp: New file.
7494 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
7495
7496 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7497
7498 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
7499 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
7500 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
7501 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
7502 DW_AT_GNU_*.
7503
7504 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7505
7506 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
7507
7508 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
7509
7510 PR gdb/21164
7511 * gdb.base/maint.exp: Add testcases for when the commands do
7512 not have arguments.
7513
7514 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
7515
7516 * gdb.cp/chained-calls.exp: Use p instead of P.
7517
7518 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
7519
7520 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
7521 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
7522
7523 2017-02-14 Tom Tromey <tom@tromey.com>
7524
7525 PR python/13598:
7526 * gdb.python/py-events.exp: Add before_prompt event tests.
7527
7528 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7529
7530 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
7531
7532 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
7533
7534 * gdb.linespec/explicit.c (my_unique_function_name): New function.
7535 (main): Call my_unique_function_name.
7536 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
7537 completion of patterns with a single match.
7538 Add missing -re switches to gdb_test_multiple calls.
7539
7540 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
7541
7542 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
7543 return if core file is not recognized.
7544
7545 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
7546
7547 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
7548 and extra UIs.
7549
7550 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
7551
7552 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
7553 proc_with_prefix.
7554
7555 2017-02-10 Tom Tromey <tom@tromey.com>
7556
7557 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
7558
7559 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
7560
7561 PR gdb/21122
7562 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
7563
7564 2017-02-08 Jerome Guitton <guitton@adacore.com>
7565
7566 * gdb.base/define.exp: Add test for command abbreviations
7567 in define.
7568
7569 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
7570
7571 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
7572 * gdb.reverse/insn-reverse-x86.c: New file.
7573
7574 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
7575
7576 PR tdep/20936
7577 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
7578
7579 2017-02-03 Tom Tromey <tom@tromey.com>
7580
7581 PR rust/21097:
7582 * gdb.rust/simple.exp: Add new tests.
7583
7584 2017-02-02 Pedro Alves <palves@redhat.com>
7585
7586 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
7587 tests.
7588
7589 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
7590
7591 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
7592 taking a 2-byte value out of a 4-byte DWARF implicit value on
7593 big-endian targets.
7594 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
7595 logic. Add test cases for DW_OP_implicit.
7596
7597 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7598
7599 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
7600
7601 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7602
7603 * gdb.btrace/enable.exp: Call gdb_exit before
7604 skip_gdbserver_tests.
7605
7606 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7607
7608 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
7609 GDBFLAGS.
7610
7611 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7612
7613 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
7614 the test is skipped.
7615 * gdb.btrace/data.exp: Likewise.
7616 * gdb.btrace/delta.exp: Likewise.
7617 * gdb.btrace/dlopen.exp: Likewise.
7618 * gdb.btrace/enable-running.exp: Likewise.
7619 * gdb.btrace/enable.exp: Likewise.
7620 * gdb.btrace/exception.exp: Likewise.
7621 * gdb.btrace/function_call_history.exp: Likewise.
7622 * gdb.btrace/gcore.exp: Likewise.
7623 * gdb.btrace/instruction_history.exp: Likewise.
7624 * gdb.btrace/multi-thread-step.exp: Likewise.
7625 * gdb.btrace/nohist.exp: Likewise.
7626 * gdb.btrace/non-stop.exp: Likewise.
7627 * gdb.btrace/reconnect.exp: Likewise.
7628 * gdb.btrace/record_goto-step.exp: Likewise.
7629 * gdb.btrace/record_goto.exp: Likewise.
7630 * gdb.btrace/rn-dl-bind.exp: Likewise.
7631 * gdb.btrace/segv.exp: Likewise.
7632 * gdb.btrace/step.exp: Likewise.
7633 * gdb.btrace/stepi.exp: Likewise.
7634 * gdb.btrace/tailcall-only.exp: Likewise.
7635 * gdb.btrace/tailcall.exp: Likewise.
7636 * gdb.btrace/tsx.exp: Likewise.
7637 * gdb.btrace/unknown_functions.exp: Likewise.
7638 * gdb.btrace/vdso.exp: Likewise.
7639
7640 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7641
7642 * gdb.btrace/enable-running.c: New.
7643 * gdb.btrace/enable-running.exp: New.
7644
7645 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
7646
7647 * gdb.arch/amd64-gs_base.c: New file.
7648 * gdb.arch/amd64-gs_base.exp: New file.
7649
7650 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
7651
7652 * lib/memory.exp: Remove spurious empty newlines.
7653
7654 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
7655
7656 * gdb.python/py-bad-printers.exp: Load python file using "source".
7657 * gdb.python/py-events.exp: Likewise.
7658 * gdb.python/py-evsignal.exp: Likewise.
7659 * gdb.python/py-evthreads.exp: Likewise.
7660 * gdb.python/py-frame-args.exp: Likewise.
7661 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
7662 * gdb.python/py-framefilter-mi.exp: Likewise.
7663 * gdb.python/py-framefilter.exp: Likewise.
7664 * gdb.python/py-mi.exp: Likewise.
7665 * gdb.python/py-pp-maint.exp: Likewise.
7666 * gdb.python/py-pp-registration.exp: Likewise.
7667 * gdb.python/py-prettyprint.exp: Likewise.
7668 (run_lang_tests): Likewise.
7669 * gdb.python/py-typeprint.exp: Likewise.
7670
7671 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
7672
7673 * lib/memory.exp: New file.
7674 * lib/gdb.exp: Load memory.exp.
7675 * gdb.base/memattr.exp (delete_memory): Move proc to
7676 lib/memory.exp and rename to delete_memory_regions.
7677 Replace delete_memory with delete_memory_regions.
7678 Cleanup memory regions before tests.
7679 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
7680 before tests.
7681
7682 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
7683
7684 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
7685 files.
7686 (initialize): New function conditionally defined.
7687 (testcases): Move within conditional block.
7688 (main): Call initialize.
7689 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
7690 of gdb.reverse/insn-reverse.c.
7691 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
7692 gdb.reverse/insn-reverse.c.
7693
7694 2017-01-26 Yao Qi <yao.qi@linaro.org>
7695
7696 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
7697 disassemble on address 0.
7698
7699 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
7700 Yao Qi <yao.qi@linaro.org>
7701
7702 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
7703 * gdb.dwarf2/implptr-64bit.S: Remove.
7704 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
7705 variables in caller's context. Add DW_OP_implicit_value.
7706
7707 2017-01-25 Yao Qi <yao.qi@linaro.org>
7708
7709 * lib/dwarf.exp (Dwarf::_location): Handle
7710 DW_OP_GNU_implicit_pointer with proper size.
7711
7712 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
7713
7714 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
7715 and add untested calls.
7716
7717 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
7718
7719 * gdb.python/python.exp: Check line number against what GDB thinks
7720 the line number is for func1.
7721
7722 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
7723
7724 * gdb.dlang/debug-expr.exp: New file.
7725
7726 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
7727
7728 Fix test names for the following files:
7729
7730 * gdb.ada/exec_changed.exp
7731 * gdb.ada/info_types.exp
7732 * gdb.arch/aarch64-atomic-inst.exp
7733 * gdb.arch/aarch64-fp.exp
7734 * gdb.arch/altivec-abi.exp
7735 * gdb.arch/altivec-regs.exp
7736 * gdb.arch/amd64-byte.exp
7737 * gdb.arch/amd64-disp-step.exp
7738 * gdb.arch/amd64-dword.exp
7739 * gdb.arch/amd64-entry-value-inline.exp
7740 * gdb.arch/amd64-entry-value-param.exp
7741 * gdb.arch/amd64-entry-value-paramref.exp
7742 * gdb.arch/amd64-entry-value.exp
7743 * gdb.arch/amd64-i386-address.exp
7744 * gdb.arch/amd64-invalid-stack-middle.exp
7745 * gdb.arch/amd64-invalid-stack-top.exp
7746 * gdb.arch/amd64-optimout-repeat.exp
7747 * gdb.arch/amd64-prologue-skip.exp
7748 * gdb.arch/amd64-prologue-xmm.exp
7749 * gdb.arch/amd64-stap-special-operands.exp
7750 * gdb.arch/amd64-stap-wrong-subexp.exp
7751 * gdb.arch/amd64-tailcall-cxx.exp
7752 * gdb.arch/amd64-tailcall-noret.exp
7753 * gdb.arch/amd64-tailcall-ret.exp
7754 * gdb.arch/amd64-tailcall-self.exp
7755 * gdb.arch/amd64-word.exp
7756 * gdb.arch/arm-bl-branch-dest.exp
7757 * gdb.arch/arm-disp-step.exp
7758 * gdb.arch/arm-neon.exp
7759 * gdb.arch/arm-single-step-kernel-helper.exp
7760 * gdb.arch/avr-flash-qualifier.exp
7761 * gdb.arch/disp-step-insn-reloc.exp
7762 * gdb.arch/e500-abi.exp
7763 * gdb.arch/e500-regs.exp
7764 * gdb.arch/ftrace-insn-reloc.exp
7765 * gdb.arch/i386-avx512.exp
7766 * gdb.arch/i386-bp_permanent.exp
7767 * gdb.arch/i386-byte.exp
7768 * gdb.arch/i386-cfi-notcurrent.exp
7769 * gdb.arch/i386-disp-step.exp
7770 * gdb.arch/i386-dr3-watch.exp
7771 * gdb.arch/i386-float.exp
7772 * gdb.arch/i386-gnu-cfi.exp
7773 * gdb.arch/i386-mpx-map.exp
7774 * gdb.arch/i386-mpx-sigsegv.exp
7775 * gdb.arch/i386-mpx-simple_segv.exp
7776 * gdb.arch/i386-mpx.exp
7777 * gdb.arch/i386-permbkpt.exp
7778 * gdb.arch/i386-prologue.exp
7779 * gdb.arch/i386-signal.exp
7780 * gdb.arch/i386-size-overlap.exp
7781 * gdb.arch/i386-unwind.exp
7782 * gdb.arch/i386-word.exp
7783 * gdb.arch/mips-fcr.exp
7784 * gdb.arch/powerpc-d128-regs.exp
7785 * gdb.arch/powerpc-stackless.exp
7786 * gdb.arch/ppc64-atomic-inst.exp
7787 * gdb.arch/s390-stackless.exp
7788 * gdb.arch/s390-tdbregs.exp
7789 * gdb.arch/s390-vregs.exp
7790 * gdb.arch/sparc-sysstep.exp
7791 * gdb.arch/thumb-bx-pc.exp
7792 * gdb.arch/thumb-singlestep.exp
7793 * gdb.arch/thumb2-it.exp
7794 * gdb.arch/vsx-regs.exp
7795 * gdb.asm/asm-source.exp
7796 * gdb.base/a2-run.exp
7797 * gdb.base/advance.exp
7798 * gdb.base/all-bin.exp
7799 * gdb.base/anon.exp
7800 * gdb.base/args.exp
7801 * gdb.base/arithmet.exp
7802 * gdb.base/async-shell.exp
7803 * gdb.base/async.exp
7804 * gdb.base/attach-pie-noexec.exp
7805 * gdb.base/attach-twice.exp
7806 * gdb.base/auto-load.exp
7807 * gdb.base/bang.exp
7808 * gdb.base/bitfields.exp
7809 * gdb.base/break-always.exp
7810 * gdb.base/break-caller-line.exp
7811 * gdb.base/break-entry.exp
7812 * gdb.base/break-inline.exp
7813 * gdb.base/break-on-linker-gcd-function.exp
7814 * gdb.base/break-probes.exp
7815 * gdb.base/break.exp
7816 * gdb.base/breakpoint-shadow.exp
7817 * gdb.base/call-ar-st.exp
7818 * gdb.base/call-sc.exp
7819 * gdb.base/call-signal-resume.exp
7820 * gdb.base/call-strs.exp
7821 * gdb.base/callfuncs.exp
7822 * gdb.base/catch-fork-static.exp
7823 * gdb.base/catch-gdb-caused-signals.exp
7824 * gdb.base/catch-load.exp
7825 * gdb.base/catch-signal-fork.exp
7826 * gdb.base/catch-signal.exp
7827 * gdb.base/catch-syscall.exp
7828 * gdb.base/charset.exp
7829 * gdb.base/checkpoint.exp
7830 * gdb.base/chng-syms.exp
7831 * gdb.base/code-expr.exp
7832 * gdb.base/code_elim.exp
7833 * gdb.base/commands.exp
7834 * gdb.base/completion.exp
7835 * gdb.base/complex.exp
7836 * gdb.base/cond-expr.exp
7837 * gdb.base/condbreak.exp
7838 * gdb.base/consecutive.exp
7839 * gdb.base/continue-all-already-running.exp
7840 * gdb.base/coredump-filter.exp
7841 * gdb.base/corefile.exp
7842 * gdb.base/dbx.exp
7843 * gdb.base/debug-expr.exp
7844 * gdb.base/define.exp
7845 * gdb.base/del.exp
7846 * gdb.base/disabled-location.exp
7847 * gdb.base/disasm-end-cu.exp
7848 * gdb.base/disasm-optim.exp
7849 * gdb.base/display.exp
7850 * gdb.base/duplicate-bp.exp
7851 * gdb.base/ena-dis-br.exp
7852 * gdb.base/ending-run.exp
7853 * gdb.base/enumval.exp
7854 * gdb.base/environ.exp
7855 * gdb.base/eu-strip-infcall.exp
7856 * gdb.base/eval-avoid-side-effects.exp
7857 * gdb.base/eval-skip.exp
7858 * gdb.base/exitsignal.exp
7859 * gdb.base/expand-psymtabs.exp
7860 * gdb.base/filesym.exp
7861 * gdb.base/find-unmapped.exp
7862 * gdb.base/finish.exp
7863 * gdb.base/float.exp
7864 * gdb.base/foll-exec-mode.exp
7865 * gdb.base/foll-exec.exp
7866 * gdb.base/foll-fork.exp
7867 * gdb.base/fortran-sym-case.exp
7868 * gdb.base/freebpcmd.exp
7869 * gdb.base/func-ptr.exp
7870 * gdb.base/func-ptrs.exp
7871 * gdb.base/funcargs.exp
7872 * gdb.base/gcore-buffer-overflow.exp
7873 * gdb.base/gcore-relro-pie.exp
7874 * gdb.base/gcore-relro.exp
7875 * gdb.base/gcore.exp
7876 * gdb.base/gdb1090.exp
7877 * gdb.base/gdb11530.exp
7878 * gdb.base/gdb11531.exp
7879 * gdb.base/gdb1821.exp
7880 * gdb.base/gdbindex-stabs.exp
7881 * gdb.base/gdbvars.exp
7882 * gdb.base/hbreak.exp
7883 * gdb.base/hbreak2.exp
7884 * gdb.base/included.exp
7885 * gdb.base/infcall-input.exp
7886 * gdb.base/inferior-died.exp
7887 * gdb.base/infnan.exp
7888 * gdb.base/info-macros.exp
7889 * gdb.base/info-os.exp
7890 * gdb.base/info-proc.exp
7891 * gdb.base/info-shared.exp
7892 * gdb.base/info-target.exp
7893 * gdb.base/infoline.exp
7894 * gdb.base/interp.exp
7895 * gdb.base/interrupt.exp
7896 * gdb.base/jit-reader.exp
7897 * gdb.base/jit-simple.exp
7898 * gdb.base/kill-after-signal.exp
7899 * gdb.base/kill-detach-inferiors-cmd.exp
7900 * gdb.base/label.exp
7901 * gdb.base/langs.exp
7902 * gdb.base/ldbl_e308.exp
7903 * gdb.base/line-symtabs.exp
7904 * gdb.base/linespecs.exp
7905 * gdb.base/list.exp
7906 * gdb.base/long_long.exp
7907 * gdb.base/longest-types.exp
7908 * gdb.base/maint.exp
7909 * gdb.base/max-value-size.exp
7910 * gdb.base/memattr.exp
7911 * gdb.base/mips_pro.exp
7912 * gdb.base/morestack.exp
7913 * gdb.base/moribund-step.exp
7914 * gdb.base/multi-forks.exp
7915 * gdb.base/nested-addr.exp
7916 * gdb.base/nextoverexit.exp
7917 * gdb.base/noreturn-finish.exp
7918 * gdb.base/noreturn-return.exp
7919 * gdb.base/nostdlib.exp
7920 * gdb.base/offsets.exp
7921 * gdb.base/opaque.exp
7922 * gdb.base/pc-fp.exp
7923 * gdb.base/permissions.exp
7924 * gdb.base/print-symbol-loading.exp
7925 * gdb.base/prologue-include.exp
7926 * gdb.base/psymtab.exp
7927 * gdb.base/ptype.exp
7928 * gdb.base/random-signal.exp
7929 * gdb.base/randomize.exp
7930 * gdb.base/range-stepping.exp
7931 * gdb.base/readline-ask.exp
7932 * gdb.base/recpar.exp
7933 * gdb.base/recurse.exp
7934 * gdb.base/relational.exp
7935 * gdb.base/restore.exp
7936 * gdb.base/return-nodebug.exp
7937 * gdb.base/return.exp
7938 * gdb.base/run-after-attach.exp
7939 * gdb.base/save-bp.exp
7940 * gdb.base/scope.exp
7941 * gdb.base/sect-cmd.exp
7942 * gdb.base/set-lang-auto.exp
7943 * gdb.base/set-noassign.exp
7944 * gdb.base/setvar.exp
7945 * gdb.base/sigall.exp
7946 * gdb.base/sigbpt.exp
7947 * gdb.base/siginfo-addr.exp
7948 * gdb.base/siginfo-infcall.exp
7949 * gdb.base/siginfo-obj.exp
7950 * gdb.base/siginfo.exp
7951 * gdb.base/signals-state-child.exp
7952 * gdb.base/signest.exp
7953 * gdb.base/sigstep.exp
7954 * gdb.base/sizeof.exp
7955 * gdb.base/skip.exp
7956 * gdb.base/solib-corrupted.exp
7957 * gdb.base/solib-nodir.exp
7958 * gdb.base/solib-search.exp
7959 * gdb.base/stack-checking.exp
7960 * gdb.base/stale-infcall.exp
7961 * gdb.base/stap-probe.exp
7962 * gdb.base/start.exp
7963 * gdb.base/step-break.exp
7964 * gdb.base/step-bt.exp
7965 * gdb.base/step-line.exp
7966 * gdb.base/step-over-exit.exp
7967 * gdb.base/step-over-syscall.exp
7968 * gdb.base/step-resume-infcall.exp
7969 * gdb.base/step-test.exp
7970 * gdb.base/store.exp
7971 * gdb.base/structs3.exp
7972 * gdb.base/sym-file.exp
7973 * gdb.base/symbol-without-target_section.exp
7974 * gdb.base/term.exp
7975 * gdb.base/testenv.exp
7976 * gdb.base/ui-redirect.exp
7977 * gdb.base/until.exp
7978 * gdb.base/unwindonsignal.exp
7979 * gdb.base/value-double-free.exp
7980 * gdb.base/vla-datatypes.exp
7981 * gdb.base/vla-ptr.exp
7982 * gdb.base/vla-sideeffect.exp
7983 * gdb.base/volatile.exp
7984 * gdb.base/watch-cond-infcall.exp
7985 * gdb.base/watch-cond.exp
7986 * gdb.base/watch-non-mem.exp
7987 * gdb.base/watch-read.exp
7988 * gdb.base/watch-vfork.exp
7989 * gdb.base/watchpoint-cond-gone.exp
7990 * gdb.base/watchpoint-delete.exp
7991 * gdb.base/watchpoint-hw-hit-once.exp
7992 * gdb.base/watchpoint-hw.exp
7993 * gdb.base/watchpoint-stops-at-right-insn.exp
7994 * gdb.base/watchpoints.exp
7995 * gdb.base/wchar.exp
7996 * gdb.base/whatis-exp.exp
7997 * gdb.btrace/buffer-size.exp
7998 * gdb.btrace/data.exp
7999 * gdb.btrace/delta.exp
8000 * gdb.btrace/dlopen.exp
8001 * gdb.btrace/enable.exp
8002 * gdb.btrace/exception.exp
8003 * gdb.btrace/function_call_history.exp
8004 * gdb.btrace/gcore.exp
8005 * gdb.btrace/instruction_history.exp
8006 * gdb.btrace/nohist.exp
8007 * gdb.btrace/reconnect.exp
8008 * gdb.btrace/record_goto-step.exp
8009 * gdb.btrace/record_goto.exp
8010 * gdb.btrace/rn-dl-bind.exp
8011 * gdb.btrace/segv.exp
8012 * gdb.btrace/step.exp
8013 * gdb.btrace/stepi.exp
8014 * gdb.btrace/tailcall-only.exp
8015 * gdb.btrace/tailcall.exp
8016 * gdb.btrace/tsx.exp
8017 * gdb.btrace/unknown_functions.exp
8018 * gdb.btrace/vdso.exp
8019 * gdb.compile/compile-ifunc.exp
8020 * gdb.compile/compile-ops.exp
8021 * gdb.compile/compile-print.exp
8022 * gdb.compile/compile-setjmp.exp
8023 * gdb.cp/abstract-origin.exp
8024 * gdb.cp/ambiguous.exp
8025 * gdb.cp/annota2.exp
8026 * gdb.cp/annota3.exp
8027 * gdb.cp/anon-ns.exp
8028 * gdb.cp/anon-struct.exp
8029 * gdb.cp/anon-union.exp
8030 * gdb.cp/arg-reference.exp
8031 * gdb.cp/baseenum.exp
8032 * gdb.cp/bool.exp
8033 * gdb.cp/breakpoint.exp
8034 * gdb.cp/bs15503.exp
8035 * gdb.cp/call-c.exp
8036 * gdb.cp/casts.exp
8037 * gdb.cp/chained-calls.exp
8038 * gdb.cp/class2.exp
8039 * gdb.cp/classes.exp
8040 * gdb.cp/cmpd-minsyms.exp
8041 * gdb.cp/converts.exp
8042 * gdb.cp/cp-relocate.exp
8043 * gdb.cp/cpcompletion.exp
8044 * gdb.cp/cpexprs.exp
8045 * gdb.cp/cplabel.exp
8046 * gdb.cp/cplusfuncs.exp
8047 * gdb.cp/cpsizeof.exp
8048 * gdb.cp/ctti.exp
8049 * gdb.cp/derivation.exp
8050 * gdb.cp/destrprint.exp
8051 * gdb.cp/dispcxx.exp
8052 * gdb.cp/enum-class.exp
8053 * gdb.cp/exception.exp
8054 * gdb.cp/exceptprint.exp
8055 * gdb.cp/expand-psymtabs-cxx.exp
8056 * gdb.cp/expand-sals.exp
8057 * gdb.cp/extern-c.exp
8058 * gdb.cp/filename.exp
8059 * gdb.cp/formatted-ref.exp
8060 * gdb.cp/fpointer.exp
8061 * gdb.cp/gdb1355.exp
8062 * gdb.cp/gdb2495.exp
8063 * gdb.cp/hang.exp
8064 * gdb.cp/impl-this.exp
8065 * gdb.cp/infcall-dlopen.exp
8066 * gdb.cp/inherit.exp
8067 * gdb.cp/iostream.exp
8068 * gdb.cp/koenig.exp
8069 * gdb.cp/local.exp
8070 * gdb.cp/m-data.exp
8071 * gdb.cp/m-static.exp
8072 * gdb.cp/mb-ctor.exp
8073 * gdb.cp/mb-inline.exp
8074 * gdb.cp/mb-templates.exp
8075 * gdb.cp/member-name.exp
8076 * gdb.cp/member-ptr.exp
8077 * gdb.cp/meth-typedefs.exp
8078 * gdb.cp/method.exp
8079 * gdb.cp/method2.exp
8080 * gdb.cp/minsym-fallback.exp
8081 * gdb.cp/misc.exp
8082 * gdb.cp/namelessclass.exp
8083 * gdb.cp/namespace-enum.exp
8084 * gdb.cp/namespace-nested-import.exp
8085 * gdb.cp/namespace.exp
8086 * gdb.cp/nextoverthrow.exp
8087 * gdb.cp/no-dmgl-verbose.exp
8088 * gdb.cp/non-trivial-retval.exp
8089 * gdb.cp/noparam.exp
8090 * gdb.cp/nsdecl.exp
8091 * gdb.cp/nsimport.exp
8092 * gdb.cp/nsnested.exp
8093 * gdb.cp/nsnoimports.exp
8094 * gdb.cp/nsrecurs.exp
8095 * gdb.cp/nsstress.exp
8096 * gdb.cp/nsusing.exp
8097 * gdb.cp/operator.exp
8098 * gdb.cp/oranking.exp
8099 * gdb.cp/overload-const.exp
8100 * gdb.cp/overload.exp
8101 * gdb.cp/ovldbreak.exp
8102 * gdb.cp/ovsrch.exp
8103 * gdb.cp/paren-type.exp
8104 * gdb.cp/parse-lang.exp
8105 * gdb.cp/pass-by-ref.exp
8106 * gdb.cp/pr-1023.exp
8107 * gdb.cp/pr-1210.exp
8108 * gdb.cp/pr-574.exp
8109 * gdb.cp/pr10687.exp
8110 * gdb.cp/pr12028.exp
8111 * gdb.cp/pr17132.exp
8112 * gdb.cp/pr17494.exp
8113 * gdb.cp/pr9067.exp
8114 * gdb.cp/pr9167.exp
8115 * gdb.cp/pr9631.exp
8116 * gdb.cp/printmethod.exp
8117 * gdb.cp/psmang.exp
8118 * gdb.cp/psymtab-parameter.exp
8119 * gdb.cp/ptype-cv-cp.exp
8120 * gdb.cp/ptype-flags.exp
8121 * gdb.cp/re-set-overloaded.exp
8122 * gdb.cp/ref-types.exp
8123 * gdb.cp/rtti.exp
8124 * gdb.cp/scope-err.exp
8125 * gdb.cp/shadow.exp
8126 * gdb.cp/smartp.exp
8127 * gdb.cp/static-method.exp
8128 * gdb.cp/static-print-quit.exp
8129 * gdb.cp/temargs.exp
8130 * gdb.cp/templates.exp
8131 * gdb.cp/try_catch.exp
8132 * gdb.cp/typedef-operator.exp
8133 * gdb.cp/typeid.exp
8134 * gdb.cp/userdef.exp
8135 * gdb.cp/using-crash.exp
8136 * gdb.cp/var-tag.exp
8137 * gdb.cp/virtbase.exp
8138 * gdb.cp/virtfunc.exp
8139 * gdb.cp/virtfunc2.exp
8140 * gdb.cp/vla-cxx.exp
8141 * gdb.disasm/t01_mov.exp
8142 * gdb.disasm/t02_mova.exp
8143 * gdb.disasm/t03_add.exp
8144 * gdb.disasm/t04_sub.exp
8145 * gdb.disasm/t05_cmp.exp
8146 * gdb.disasm/t06_ari2.exp
8147 * gdb.disasm/t07_ari3.exp
8148 * gdb.disasm/t08_or.exp
8149 * gdb.disasm/t09_xor.exp
8150 * gdb.disasm/t10_and.exp
8151 * gdb.disasm/t11_logs.exp
8152 * gdb.disasm/t12_bit.exp
8153 * gdb.disasm/t13_otr.exp
8154 * gdb.dlang/circular.exp
8155 * gdb.dwarf2/arr-stride.exp
8156 * gdb.dwarf2/arr-subrange.exp
8157 * gdb.dwarf2/atomic-type.exp
8158 * gdb.dwarf2/bad-regnum.exp
8159 * gdb.dwarf2/bitfield-parent-optimized-out.exp
8160 * gdb.dwarf2/callframecfa.exp
8161 * gdb.dwarf2/clztest.exp
8162 * gdb.dwarf2/corrupt.exp
8163 * gdb.dwarf2/data-loc.exp
8164 * gdb.dwarf2/dup-psym.exp
8165 * gdb.dwarf2/dw2-anon-mptr.exp
8166 * gdb.dwarf2/dw2-anonymous-func.exp
8167 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
8168 * gdb.dwarf2/dw2-bad-unresolved.exp
8169 * gdb.dwarf2/dw2-basic.exp
8170 * gdb.dwarf2/dw2-canonicalize-type.exp
8171 * gdb.dwarf2/dw2-case-insensitive.exp
8172 * gdb.dwarf2/dw2-common-block.exp
8173 * gdb.dwarf2/dw2-compdir-oldgcc.exp
8174 * gdb.dwarf2/dw2-compressed.exp
8175 * gdb.dwarf2/dw2-const.exp
8176 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
8177 * gdb.dwarf2/dw2-cu-size.exp
8178 * gdb.dwarf2/dw2-dup-frame.exp
8179 * gdb.dwarf2/dw2-entry-value.exp
8180 * gdb.dwarf2/dw2-icycle.exp
8181 * gdb.dwarf2/dw2-ifort-parameter.exp
8182 * gdb.dwarf2/dw2-inline-break.exp
8183 * gdb.dwarf2/dw2-inline-param.exp
8184 * gdb.dwarf2/dw2-intercu.exp
8185 * gdb.dwarf2/dw2-intermix.exp
8186 * gdb.dwarf2/dw2-lexical-block-bare.exp
8187 * gdb.dwarf2/dw2-linkage-name-trust.exp
8188 * gdb.dwarf2/dw2-minsym-in-cu.exp
8189 * gdb.dwarf2/dw2-noloc.exp
8190 * gdb.dwarf2/dw2-op-call.exp
8191 * gdb.dwarf2/dw2-op-out-param.exp
8192 * gdb.dwarf2/dw2-opt-structptr.exp
8193 * gdb.dwarf2/dw2-param-error.exp
8194 * gdb.dwarf2/dw2-producer.exp
8195 * gdb.dwarf2/dw2-ranges-base.exp
8196 * gdb.dwarf2/dw2-ref-missing-frame.exp
8197 * gdb.dwarf2/dw2-reg-undefined.exp
8198 * gdb.dwarf2/dw2-regno-invalid.exp
8199 * gdb.dwarf2/dw2-restore.exp
8200 * gdb.dwarf2/dw2-restrict.exp
8201 * gdb.dwarf2/dw2-single-line-discriminators.exp
8202 * gdb.dwarf2/dw2-strp.exp
8203 * gdb.dwarf2/dw2-undefined-ret-addr.exp
8204 * gdb.dwarf2/dw2-unresolved.exp
8205 * gdb.dwarf2/dw2-var-zero-addr.exp
8206 * gdb.dwarf2/dw4-sig-types.exp
8207 * gdb.dwarf2/dwz.exp
8208 * gdb.dwarf2/dynarr-ptr.exp
8209 * gdb.dwarf2/enum-type.exp
8210 * gdb.dwarf2/gdb-index.exp
8211 * gdb.dwarf2/implptr-64bit.exp
8212 * gdb.dwarf2/implptr-optimized-out.exp
8213 * gdb.dwarf2/implptr.exp
8214 * gdb.dwarf2/implref-array.exp
8215 * gdb.dwarf2/implref-const.exp
8216 * gdb.dwarf2/implref-global.exp
8217 * gdb.dwarf2/implref-struct.exp
8218 * gdb.dwarf2/mac-fileno.exp
8219 * gdb.dwarf2/main-subprogram.exp
8220 * gdb.dwarf2/member-ptr-forwardref.exp
8221 * gdb.dwarf2/method-ptr.exp
8222 * gdb.dwarf2/missing-sig-type.exp
8223 * gdb.dwarf2/nonvar-access.exp
8224 * gdb.dwarf2/opaque-type-lookup.exp
8225 * gdb.dwarf2/pieces-optimized-out.exp
8226 * gdb.dwarf2/pieces.exp
8227 * gdb.dwarf2/pr10770.exp
8228 * gdb.dwarf2/pr13961.exp
8229 * gdb.dwarf2/staticvirtual.exp
8230 * gdb.dwarf2/subrange.exp
8231 * gdb.dwarf2/symtab-producer.exp
8232 * gdb.dwarf2/trace-crash.exp
8233 * gdb.dwarf2/typeddwarf.exp
8234 * gdb.dwarf2/valop.exp
8235 * gdb.dwarf2/watch-notconst.exp
8236 * gdb.fortran/array-element.exp
8237 * gdb.fortran/charset.exp
8238 * gdb.fortran/common-block.exp
8239 * gdb.fortran/complex.exp
8240 * gdb.fortran/derived-type-function.exp
8241 * gdb.fortran/derived-type.exp
8242 * gdb.fortran/logical.exp
8243 * gdb.fortran/module.exp
8244 * gdb.fortran/multi-dim.exp
8245 * gdb.fortran/nested-funcs.exp
8246 * gdb.fortran/print-formatted.exp
8247 * gdb.fortran/subarray.exp
8248 * gdb.fortran/vla-alloc-assoc.exp
8249 * gdb.fortran/vla-datatypes.exp
8250 * gdb.fortran/vla-history.exp
8251 * gdb.fortran/vla-ptr-info.exp
8252 * gdb.fortran/vla-ptype-sub.exp
8253 * gdb.fortran/vla-ptype.exp
8254 * gdb.fortran/vla-sizeof.exp
8255 * gdb.fortran/vla-type.exp
8256 * gdb.fortran/vla-value-sub-arbitrary.exp
8257 * gdb.fortran/vla-value-sub-finish.exp
8258 * gdb.fortran/vla-value-sub.exp
8259 * gdb.fortran/vla-value.exp
8260 * gdb.fortran/whatis_type.exp
8261 * gdb.go/chan.exp
8262 * gdb.go/handcall.exp
8263 * gdb.go/hello.exp
8264 * gdb.go/integers.exp
8265 * gdb.go/methods.exp
8266 * gdb.go/package.exp
8267 * gdb.go/strings.exp
8268 * gdb.go/types.exp
8269 * gdb.go/unsafe.exp
8270 * gdb.guile/scm-arch.exp
8271 * gdb.guile/scm-block.exp
8272 * gdb.guile/scm-breakpoint.exp
8273 * gdb.guile/scm-cmd.exp
8274 * gdb.guile/scm-disasm.exp
8275 * gdb.guile/scm-equal.exp
8276 * gdb.guile/scm-frame-args.exp
8277 * gdb.guile/scm-frame-inline.exp
8278 * gdb.guile/scm-frame.exp
8279 * gdb.guile/scm-iterator.exp
8280 * gdb.guile/scm-math.exp
8281 * gdb.guile/scm-objfile.exp
8282 * gdb.guile/scm-ports.exp
8283 * gdb.guile/scm-symbol.exp
8284 * gdb.guile/scm-symtab.exp
8285 * gdb.guile/scm-value-cc.exp
8286 * gdb.guile/types-module.exp
8287 * gdb.linespec/break-ask.exp
8288 * gdb.linespec/cpexplicit.exp
8289 * gdb.linespec/explicit.exp
8290 * gdb.linespec/keywords.exp
8291 * gdb.linespec/linespec.exp
8292 * gdb.linespec/ls-dollar.exp
8293 * gdb.linespec/ls-errs.exp
8294 * gdb.linespec/skip-two.exp
8295 * gdb.linespec/thread.exp
8296 * gdb.mi/mi-async.exp
8297 * gdb.mi/mi-basics.exp
8298 * gdb.mi/mi-break.exp
8299 * gdb.mi/mi-catch-load.exp
8300 * gdb.mi/mi-cli.exp
8301 * gdb.mi/mi-cmd-param-changed.exp
8302 * gdb.mi/mi-console.exp
8303 * gdb.mi/mi-detach.exp
8304 * gdb.mi/mi-disassemble.exp
8305 * gdb.mi/mi-eval.exp
8306 * gdb.mi/mi-file-transfer.exp
8307 * gdb.mi/mi-file.exp
8308 * gdb.mi/mi-fill-memory.exp
8309 * gdb.mi/mi-inheritance-syntax-error.exp
8310 * gdb.mi/mi-linespec-err-cp.exp
8311 * gdb.mi/mi-logging.exp
8312 * gdb.mi/mi-memory-changed.exp
8313 * gdb.mi/mi-read-memory.exp
8314 * gdb.mi/mi-record-changed.exp
8315 * gdb.mi/mi-reg-undefined.exp
8316 * gdb.mi/mi-regs.exp
8317 * gdb.mi/mi-return.exp
8318 * gdb.mi/mi-reverse.exp
8319 * gdb.mi/mi-simplerun.exp
8320 * gdb.mi/mi-solib.exp
8321 * gdb.mi/mi-stack.exp
8322 * gdb.mi/mi-stepi.exp
8323 * gdb.mi/mi-syn-frame.exp
8324 * gdb.mi/mi-until.exp
8325 * gdb.mi/mi-var-block.exp
8326 * gdb.mi/mi-var-child.exp
8327 * gdb.mi/mi-var-cmd.exp
8328 * gdb.mi/mi-var-cp.exp
8329 * gdb.mi/mi-var-display.exp
8330 * gdb.mi/mi-var-invalidate.exp
8331 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
8332 * gdb.mi/mi-vla-fortran.exp
8333 * gdb.mi/mi-watch.exp
8334 * gdb.mi/mi2-var-child.exp
8335 * gdb.mi/user-selected-context-sync.exp
8336 * gdb.modula2/unbounded-array.exp
8337 * gdb.multi/dummy-frame-restore.exp
8338 * gdb.multi/multi-arch-exec.exp
8339 * gdb.multi/multi-arch.exp
8340 * gdb.multi/tids.exp
8341 * gdb.multi/watchpoint-multi.exp
8342 * gdb.opencl/callfuncs.exp
8343 * gdb.opencl/convs_casts.exp
8344 * gdb.opencl/datatypes.exp
8345 * gdb.opencl/operators.exp
8346 * gdb.opencl/vec_comps.exp
8347 * gdb.opt/clobbered-registers-O2.exp
8348 * gdb.opt/inline-break.exp
8349 * gdb.opt/inline-bt.exp
8350 * gdb.opt/inline-cmds.exp
8351 * gdb.opt/inline-locals.exp
8352 * gdb.pascal/case-insensitive-symbols.exp
8353 * gdb.pascal/floats.exp
8354 * gdb.pascal/gdb11492.exp
8355 * gdb.python/lib-types.exp
8356 * gdb.python/py-arch.exp
8357 * gdb.python/py-as-string.exp
8358 * gdb.python/py-bad-printers.exp
8359 * gdb.python/py-block.exp
8360 * gdb.python/py-breakpoint-create-fail.exp
8361 * gdb.python/py-breakpoint.exp
8362 * gdb.python/py-caller-is.exp
8363 * gdb.python/py-cmd.exp
8364 * gdb.python/py-explore-cc.exp
8365 * gdb.python/py-explore.exp
8366 * gdb.python/py-finish-breakpoint.exp
8367 * gdb.python/py-finish-breakpoint2.exp
8368 * gdb.python/py-frame-args.exp
8369 * gdb.python/py-frame-inline.exp
8370 * gdb.python/py-frame.exp
8371 * gdb.python/py-framefilter-mi.exp
8372 * gdb.python/py-infthread.exp
8373 * gdb.python/py-lazy-string.exp
8374 * gdb.python/py-linetable.exp
8375 * gdb.python/py-mi-events.exp
8376 * gdb.python/py-mi-objfile.exp
8377 * gdb.python/py-mi.exp
8378 * gdb.python/py-objfile.exp
8379 * gdb.python/py-pp-integral.exp
8380 * gdb.python/py-pp-maint.exp
8381 * gdb.python/py-pp-re-notag.exp
8382 * gdb.python/py-pp-registration.exp
8383 * gdb.python/py-recurse-unwind.exp
8384 * gdb.python/py-strfns.exp
8385 * gdb.python/py-symbol.exp
8386 * gdb.python/py-symtab.exp
8387 * gdb.python/py-sync-interp.exp
8388 * gdb.python/py-typeprint.exp
8389 * gdb.python/py-unwind-maint.exp
8390 * gdb.python/py-unwind.exp
8391 * gdb.python/py-value-cc.exp
8392 * gdb.python/py-xmethods.exp
8393 * gdb.reverse/amd64-tailcall-reverse.exp
8394 * gdb.reverse/break-precsave.exp
8395 * gdb.reverse/break-reverse.exp
8396 * gdb.reverse/consecutive-precsave.exp
8397 * gdb.reverse/consecutive-reverse.exp
8398 * gdb.reverse/finish-precsave.exp
8399 * gdb.reverse/finish-reverse-bkpt.exp
8400 * gdb.reverse/finish-reverse.exp
8401 * gdb.reverse/fstatat-reverse.exp
8402 * gdb.reverse/getresuid-reverse.exp
8403 * gdb.reverse/i386-precsave.exp
8404 * gdb.reverse/i386-reverse.exp
8405 * gdb.reverse/i386-sse-reverse.exp
8406 * gdb.reverse/i387-env-reverse.exp
8407 * gdb.reverse/i387-stack-reverse.exp
8408 * gdb.reverse/insn-reverse.exp
8409 * gdb.reverse/machinestate-precsave.exp
8410 * gdb.reverse/machinestate.exp
8411 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8412 * gdb.reverse/pipe-reverse.exp
8413 * gdb.reverse/readv-reverse.exp
8414 * gdb.reverse/recvmsg-reverse.exp
8415 * gdb.reverse/rerun-prec.exp
8416 * gdb.reverse/s390-mvcle.exp
8417 * gdb.reverse/step-precsave.exp
8418 * gdb.reverse/step-reverse.exp
8419 * gdb.reverse/time-reverse.exp
8420 * gdb.reverse/until-precsave.exp
8421 * gdb.reverse/until-reverse.exp
8422 * gdb.reverse/waitpid-reverse.exp
8423 * gdb.reverse/watch-precsave.exp
8424 * gdb.reverse/watch-reverse.exp
8425 * gdb.rust/generics.exp
8426 * gdb.rust/methods.exp
8427 * gdb.rust/modules.exp
8428 * gdb.rust/simple.exp
8429 * gdb.server/connect-with-no-symbol-file.exp
8430 * gdb.server/ext-attach.exp
8431 * gdb.server/ext-restart.exp
8432 * gdb.server/ext-wrapper.exp
8433 * gdb.server/file-transfer.exp
8434 * gdb.server/server-exec-info.exp
8435 * gdb.server/server-kill.exp
8436 * gdb.server/server-mon.exp
8437 * gdb.server/wrapper.exp
8438 * gdb.stabs/exclfwd.exp
8439 * gdb.stabs/gdb11479.exp
8440 * gdb.threads/clone-new-thread-event.exp
8441 * gdb.threads/corethreads.exp
8442 * gdb.threads/current-lwp-dead.exp
8443 * gdb.threads/dlopen-libpthread.exp
8444 * gdb.threads/gcore-thread.exp
8445 * gdb.threads/sigstep-threads.exp
8446 * gdb.threads/watchpoint-fork.exp
8447 * gdb.trace/actions-changed.exp
8448 * gdb.trace/backtrace.exp
8449 * gdb.trace/change-loc.exp
8450 * gdb.trace/circ.exp
8451 * gdb.trace/collection.exp
8452 * gdb.trace/disconnected-tracing.exp
8453 * gdb.trace/ftrace.exp
8454 * gdb.trace/mi-trace-frame-collected.exp
8455 * gdb.trace/mi-trace-unavailable.exp
8456 * gdb.trace/mi-traceframe-changed.exp
8457 * gdb.trace/mi-tsv-changed.exp
8458 * gdb.trace/no-attach-trace.exp
8459 * gdb.trace/passc-dyn.exp
8460 * gdb.trace/qtro.exp
8461 * gdb.trace/range-stepping.exp
8462 * gdb.trace/read-memory.exp
8463 * gdb.trace/save-trace.exp
8464 * gdb.trace/signal.exp
8465 * gdb.trace/status-stop.exp
8466 * gdb.trace/tfile.exp
8467 * gdb.trace/trace-break.exp
8468 * gdb.trace/trace-buffer-size.exp
8469 * gdb.trace/trace-condition.exp
8470 * gdb.trace/tracefile-pseudo-reg.exp
8471 * gdb.trace/tstatus.exp
8472 * gdb.trace/unavailable.exp
8473 * gdb.trace/while-dyn.exp
8474 * gdb.trace/while-stepping.exp
8475
8476 2016-12-22 Doug Evans <xdje42@gmail.com>
8477
8478 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
8479 and msymbols.
8480
8481 2016-12-19 Yao Qi <yao.qi@linaro.org>
8482
8483 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
8484 (test_with_self): Don't call do_steps_and_nexts, and remove
8485 code about stepping into xmalloc.
8486
8487 2016-12-09 Yao Qi <yao.qi@linaro.org>
8488
8489 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
8490
8491 2016-12-09 Yao Qi <yao.qi@linaro.org>
8492
8493 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
8494
8495 2016-12-09 Pedro Alves <palves@redhat.com>
8496
8497 * gdb.base/all-architectures-0.exp: New file.
8498 * gdb.base/all-architectures-1.exp: New file.
8499 * gdb.base/all-architectures-2.exp: New file.
8500 * gdb.base/all-architectures-3.exp: New file.
8501 * gdb.base/all-architectures-4.exp: New file.
8502 * gdb.base/all-architectures-5.exp: New file.
8503 * gdb.base/all-architectures-6.exp: New file.
8504 * gdb.base/all-architectures-7.exp: New file.
8505 * gdb.base/all-architectures.exp.in: New file.
8506
8507 2016-12-09 Yao Qi <yao.qi@linaro.org>
8508
8509 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
8510
8511 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
8512
8513 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
8514 possible.
8515 Remove useless pattern-matching code.
8516
8517 2016-12-02 Pedro Alves <palves@redhat.com>
8518
8519 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
8520 procedure.
8521 (top level): Call it.
8522
8523 2016-12-02 Pedro Alves <palves@redhat.com>
8524
8525 * gdb.base/commands.exp (user_defined_command_args_stack_test):
8526 New procedure.
8527 (top level): Call it.
8528
8529 2016-12-02 Pedro Alves <palves@redhat.com>
8530
8531 PR cli/20559
8532 * gdb.base/commands.exp (user_defined_command_args_eval): New
8533 procedure.
8534 (top level): Call it.
8535
8536 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
8537
8538 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
8539 timeout handling.
8540
8541 2016-12-02 Tom Tromey <tom@tromey.com>
8542
8543 * gdb.dwarf2/main-subprogram.c: New file.
8544 * gdb.dwarf2/main-subprogram.exp: New file.
8545
8546 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8547
8548 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
8549 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
8550 gdb_test_no_output for a couple of cases.
8551 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
8552
8553 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8554
8555 Fix test names and standardize compilation error messages throughout
8556 the following files:
8557
8558 * gdb.ada/start.exp
8559 * gdb.arch/alpha-step.exp
8560 * gdb.arch/e500-prologue.exp
8561 * gdb.arch/ftrace-insn-reloc.exp
8562 * gdb.arch/gdb1291.exp
8563 * gdb.arch/gdb1431.exp
8564 * gdb.arch/gdb1558.exp
8565 * gdb.arch/i386-dr3-watch.exp
8566 * gdb.arch/i386-sse-stack-align.exp
8567 * gdb.arch/ia64-breakpoint-shadow.exp
8568 * gdb.arch/pa-nullify.exp
8569 * gdb.arch/powerpc-aix-prologue.exp
8570 * gdb.arch/thumb-bx-pc.exp
8571 * gdb.base/annota1.exp
8572 * gdb.base/annota3.exp
8573 * gdb.base/arrayidx.exp
8574 * gdb.base/assign.exp
8575 * gdb.base/attach.exp
8576 * gdb.base/auxv.exp
8577 * gdb.base/bang.exp
8578 * gdb.base/bfp-test.exp
8579 * gdb.base/bigcore.exp
8580 * gdb.base/bitfields2.exp
8581 * gdb.base/break-fun-addr.exp
8582 * gdb.base/break-probes.exp
8583 * gdb.base/call-rt-st.exp
8584 * gdb.base/callexit.exp
8585 * gdb.base/catch-fork-kill.exp
8586 * gdb.base/charset.exp
8587 * gdb.base/checkpoint.exp
8588 * gdb.base/comprdebug.exp
8589 * gdb.base/constvars.exp
8590 * gdb.base/coredump-filter.exp
8591 * gdb.base/cursal.exp
8592 * gdb.base/cvexpr.exp
8593 * gdb.base/detach.exp
8594 * gdb.base/display.exp
8595 * gdb.base/dmsym.exp
8596 * gdb.base/dprintf-pending.exp
8597 * gdb.base/dso2dso.exp
8598 * gdb.base/dtrace-probe.exp
8599 * gdb.base/dump.exp
8600 * gdb.base/enum_cond.exp
8601 * gdb.base/exe-lock.exp
8602 * gdb.base/exec-invalid-sysroot.exp
8603 * gdb.base/execl-update-breakpoints.exp
8604 * gdb.base/exprs.exp
8605 * gdb.base/fileio.exp
8606 * gdb.base/find.exp
8607 * gdb.base/finish.exp
8608 * gdb.base/fixsection.exp
8609 * gdb.base/foll-vfork.exp
8610 * gdb.base/frame-args.exp
8611 * gdb.base/gcore.exp
8612 * gdb.base/gdb1250.exp
8613 * gdb.base/global-var-nested-by-dso.exp
8614 * gdb.base/gnu-ifunc.exp
8615 * gdb.base/hashline1.exp
8616 * gdb.base/hashline2.exp
8617 * gdb.base/hashline3.exp
8618 * gdb.base/hbreak-in-shr-unsupported.exp
8619 * gdb.base/huge.exp
8620 * gdb.base/infcall-input.exp
8621 * gdb.base/info-fun.exp
8622 * gdb.base/info-shared.exp
8623 * gdb.base/jit-simple.exp
8624 * gdb.base/jit-so.exp
8625 * gdb.base/jit.exp
8626 * gdb.base/jump.exp
8627 * gdb.base/label.exp
8628 * gdb.base/lineinc.exp
8629 * gdb.base/logical.exp
8630 * gdb.base/longjmp.exp
8631 * gdb.base/macscp.exp
8632 * gdb.base/miscexprs.exp
8633 * gdb.base/new-ui-echo.exp
8634 * gdb.base/new-ui-pending-input.exp
8635 * gdb.base/new-ui.exp
8636 * gdb.base/nodebug.exp
8637 * gdb.base/nofield.exp
8638 * gdb.base/offsets.exp
8639 * gdb.base/overlays.exp
8640 * gdb.base/pending.exp
8641 * gdb.base/pointers.exp
8642 * gdb.base/pr11022.exp
8643 * gdb.base/printcmds.exp
8644 * gdb.base/prologue.exp
8645 * gdb.base/ptr-typedef.exp
8646 * gdb.base/realname-expand.exp
8647 * gdb.base/relativedebug.exp
8648 * gdb.base/relocate.exp
8649 * gdb.base/remote.exp
8650 * gdb.base/reread.exp
8651 * gdb.base/return2.exp
8652 * gdb.base/savedregs.exp
8653 * gdb.base/sep.exp
8654 * gdb.base/sepdebug.exp
8655 * gdb.base/sepsymtab.exp
8656 * gdb.base/set-inferior-tty.exp
8657 * gdb.base/setshow.exp
8658 * gdb.base/shlib-call.exp
8659 * gdb.base/sigaltstack.exp
8660 * gdb.base/siginfo-addr.exp
8661 * gdb.base/signals.exp
8662 * gdb.base/signull.exp
8663 * gdb.base/sigrepeat.exp
8664 * gdb.base/so-impl-ld.exp
8665 * gdb.base/solib-display.exp
8666 * gdb.base/solib-overlap.exp
8667 * gdb.base/solib-search.exp
8668 * gdb.base/solib-symbol.exp
8669 * gdb.base/structs.exp
8670 * gdb.base/structs2.exp
8671 * gdb.base/symtab-search-order.exp
8672 * gdb.base/twice.exp
8673 * gdb.base/unload.exp
8674 * gdb.base/varargs.exp
8675 * gdb.base/watchpoint-solib.exp
8676 * gdb.base/watchpoint.exp
8677 * gdb.base/whatis.exp
8678 * gdb.base/wrong_frame_bt_full.exp
8679 * gdb.btrace/dlopen.exp
8680 * gdb.cell/ea-standalone.exp
8681 * gdb.cell/ea-test.exp
8682 * gdb.cp/dispcxx.exp
8683 * gdb.cp/gdb2384.exp
8684 * gdb.cp/method2.exp
8685 * gdb.cp/nextoverthrow.exp
8686 * gdb.cp/pr10728.exp
8687 * gdb.disasm/am33.exp
8688 * gdb.disasm/h8300s.exp
8689 * gdb.disasm/mn10300.exp
8690 * gdb.disasm/sh3.exp
8691 * gdb.dwarf2/dw2-dir-file-name.exp
8692 * gdb.fortran/complex.exp
8693 * gdb.fortran/library-module.exp
8694 * gdb.guile/scm-pretty-print.exp
8695 * gdb.guile/scm-symbol.exp
8696 * gdb.guile/scm-type.exp
8697 * gdb.guile/scm-value.exp
8698 * gdb.linespec/linespec.exp
8699 * gdb.mi/gdb701.exp
8700 * gdb.mi/gdb792.exp
8701 * gdb.mi/mi-breakpoint-changed.exp
8702 * gdb.mi/mi-dprintf-pending.exp
8703 * gdb.mi/mi-dprintf.exp
8704 * gdb.mi/mi-exit-code.exp
8705 * gdb.mi/mi-pending.exp
8706 * gdb.mi/mi-solib.exp
8707 * gdb.mi/new-ui-mi-sync.exp
8708 * gdb.mi/pr11022.exp
8709 * gdb.mi/user-selected-context-sync.exp
8710 * gdb.opt/solib-intra-step.exp
8711 * gdb.python/py-events.exp
8712 * gdb.python/py-finish-breakpoint.exp
8713 * gdb.python/py-mi.exp
8714 * gdb.python/py-prettyprint.exp
8715 * gdb.python/py-shared.exp
8716 * gdb.python/py-symbol.exp
8717 * gdb.python/py-template.exp
8718 * gdb.python/py-type.exp
8719 * gdb.python/py-value.exp
8720 * gdb.reverse/solib-precsave.exp
8721 * gdb.reverse/solib-reverse.exp
8722 * gdb.server/solib-list.exp
8723 * gdb.stabs/weird.exp
8724 * gdb.threads/reconnect-signal.exp
8725 * gdb.threads/stepi-random-signal.exp
8726 * gdb.trace/actions.exp
8727 * gdb.trace/ax.exp
8728 * gdb.trace/backtrace.exp
8729 * gdb.trace/change-loc.exp
8730 * gdb.trace/deltrace.exp
8731 * gdb.trace/ftrace-lock.exp
8732 * gdb.trace/ftrace.exp
8733 * gdb.trace/infotrace.exp
8734 * gdb.trace/mi-tracepoint-changed.exp
8735 * gdb.trace/packetlen.exp
8736 * gdb.trace/passcount.exp
8737 * gdb.trace/pending.exp
8738 * gdb.trace/range-stepping.exp
8739 * gdb.trace/report.exp
8740 * gdb.trace/stap-trace.exp
8741 * gdb.trace/tfind.exp
8742 * gdb.trace/trace-break.exp
8743 * gdb.trace/trace-condition.exp
8744 * gdb.trace/trace-enable-disable.exp
8745 * gdb.trace/trace-mt.exp
8746 * gdb.trace/tracecmd.exp
8747 * gdb.trace/tspeed.exp
8748 * gdb.trace/tsv.exp
8749 * lib/perftest.exp
8750
8751 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8752
8753 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
8754 with gdb_test_no_output.
8755 Use command as test name.
8756
8757 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8758
8759 Fix test names starting with uppercase throughout the files.
8760
8761 * gdb.ada/assign_1.exp
8762 * gdb.ada/boolean_expr.exp
8763 * gdb.base/arrayidx.exp
8764 * gdb.base/del.exp
8765 * gdb.base/gcore-buffer-overflow.exp
8766 * gdb.base/testenv.exp
8767 * gdb.compile/compile.exp
8768 * gdb.python/py-framefilter-invalidarg.exp
8769 * gdb.python/py-framefilter.exp
8770
8771 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8772
8773 Fix test names starting with uppercase throughout the files.
8774
8775 * gdb.ada/array_return.exp
8776 * gdb.ada/expr_delims.exp
8777 * gdb.ada/mi_dyn_arr.exp
8778 * gdb.ada/mi_interface.exp
8779 * gdb.ada/mi_var_array.exp
8780 * gdb.ada/watch_arg.exp
8781 * gdb.arch/alpha-step.exp
8782 * gdb.arch/altivec-regs.exp
8783 * gdb.arch/e500-regs.exp
8784 * gdb.arch/powerpc-d128-regs.exp
8785 * gdb.base/arrayidx.exp
8786 * gdb.base/break.exp
8787 * gdb.base/checkpoint.exp
8788 * gdb.base/debug-expr.exp
8789 * gdb.base/dmsym.exp
8790 * gdb.base/radix.exp
8791 * gdb.base/sepdebug.exp
8792 * gdb.base/testenv.exp
8793 * gdb.base/watch_thread_num.exp
8794 * gdb.base/watchpoint-cond-gone.exp
8795 * gdb.cell/break.exp
8796 * gdb.cell/ea-cache.exp
8797 * gdb.compile/compile.exp
8798 * gdb.cp/gdb2495.exp
8799 * gdb.gdb/selftest.exp
8800 * gdb.gdb/xfullpath.exp
8801 * gdb.go/hello.exp
8802 * gdb.go/integers.exp
8803 * gdb.objc/basicclass.exp
8804 * gdb.pascal/hello.exp
8805 * gdb.pascal/integers.exp
8806 * gdb.python/py-breakpoint.exp
8807 * gdb.python/py-cmd.exp
8808 * gdb.python/py-linetable.exp
8809 * gdb.python/py-xmethods.exp
8810 * gdb.python/python.exp
8811 * gdb.reverse/consecutive-precsave.exp
8812 * gdb.reverse/finish-precsave.exp
8813 * gdb.reverse/i386-precsave.exp
8814 * gdb.reverse/machinestate-precsave.exp
8815 * gdb.reverse/sigall-precsave.exp
8816 * gdb.reverse/solib-precsave.exp
8817 * gdb.reverse/step-precsave.exp
8818 * gdb.reverse/until-precsave.exp
8819 * gdb.reverse/watch-precsave.exp
8820 * gdb.threads/leader-exit.exp
8821 * gdb.threads/pthreads.exp
8822 * gdb.threads/wp-replication.exp
8823 * gdb.trace/actions.exp
8824 * gdb.trace/mi-tsv-changed.exp
8825 * gdb.trace/tsv.exp
8826
8827 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8828
8829 Fix test names starting with uppercase throughout the files.
8830
8831 * gdb.arch/i386-bp_permanent.exp
8832 * gdb.arch/i386-gnu-cfi.exp
8833 * gdb.base/disasm-end-cu.exp
8834 * gdb.base/macscp.exp
8835 * gdb.base/pending.exp
8836 * gdb.base/watch_thread_num.exp
8837 * gdb.cp/exception.exp
8838 * gdb.cp/gdb2495.exp
8839 * gdb.cp/local.exp
8840 * gdb.python/py-evsignal.exp
8841 * gdb.python/python.exp
8842 * gdb.trace/tracecmd.exp
8843
8844 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8845
8846 Fix test names starting with uppercase throughout the files.
8847
8848 * gdb.base/charset.exp
8849 * gdb.base/eval.exp
8850 * gdb.base/multi-forks.exp
8851 * gdb.guile/scm-progspace.exp
8852 * gdb.opencl/datatypes.exp
8853 * gdb.python/py-block.exp
8854 * gdb.python/py-function.exp
8855 * gdb.python/py-symbol.exp
8856 * gdb.python/py-symtab.exp
8857 * gdb.python/py-xmethods.exp
8858 * gdb.reverse/break-precsave.exp
8859 * gdb.reverse/break-reverse.exp
8860 * gdb.reverse/consecutive-precsave.exp
8861 * gdb.reverse/consecutive-reverse.exp
8862 * gdb.reverse/finish-precsave.exp
8863 * gdb.reverse/finish-reverse-bkpt.exp
8864 * gdb.reverse/finish-reverse.exp
8865 * gdb.reverse/fstatat-reverse.exp
8866 * gdb.reverse/getresuid-reverse.exp
8867 * gdb.reverse/i386-precsave.exp
8868 * gdb.reverse/i386-reverse.exp
8869 * gdb.reverse/i386-sse-reverse.exp
8870 * gdb.reverse/i387-stack-reverse.exp
8871 * gdb.reverse/insn-reverse.exp
8872 * gdb.reverse/machinestate-precsave.exp
8873 * gdb.reverse/machinestate.exp
8874 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8875 * gdb.reverse/pipe-reverse.exp
8876 * gdb.reverse/readv-reverse.exp
8877 * gdb.reverse/recvmsg-reverse.exp
8878 * gdb.reverse/rerun-prec.exp
8879 * gdb.reverse/s390-mvcle.exp
8880 * gdb.reverse/sigall-precsave.exp
8881 * gdb.reverse/sigall-reverse.exp
8882 * gdb.reverse/solib-precsave.exp
8883 * gdb.reverse/solib-reverse.exp
8884 * gdb.reverse/step-precsave.exp
8885 * gdb.reverse/step-reverse.exp
8886 * gdb.reverse/time-reverse.exp
8887 * gdb.reverse/until-precsave.exp
8888 * gdb.reverse/until-reverse.exp
8889 * gdb.reverse/waitpid-reverse.exp
8890 * gdb.reverse/watch-precsave.exp
8891 * gdb.reverse/watch-reverse.exp
8892
8893 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8894
8895 Fix test names starting with uppercase throughout the files.
8896
8897 * gdb.arch/i386-mpx-simple_segv.exp
8898 * gdb.arch/i386-mpx.exp
8899 * gdb.arch/i386-permbkpt.exp
8900 * gdb.arch/pa-nullify.exp
8901 * gdb.arch/powerpc-d128-regs.exp
8902 * gdb.arch/vsx-regs.exp
8903 * gdb.base/bfp-test.exp
8904 * gdb.base/break.exp
8905 * gdb.base/breakpoint-shadow.exp
8906 * gdb.base/callfuncs.exp
8907 * gdb.base/charset.exp
8908 * gdb.base/commands.exp
8909 * gdb.base/completion.exp
8910 * gdb.base/dfp-test.exp
8911 * gdb.base/echo.exp
8912 * gdb.base/ending-run.exp
8913 * gdb.base/eval.exp
8914 * gdb.base/expand-psymtabs.exp
8915 * gdb.base/float128.exp
8916 * gdb.base/floatn.exp
8917 * gdb.base/foll-exec-mode.exp
8918 * gdb.base/gdb1056.exp
8919 * gdb.base/gdb11531.exp
8920 * gdb.base/kill-after-signal.exp
8921 * gdb.base/multi-forks.exp
8922 * gdb.base/overlays.exp
8923 * gdb.base/pending.exp
8924 * gdb.base/sepdebug.exp
8925 * gdb.base/testenv.exp
8926 * gdb.base/valgrind-db-attach.exp
8927 * gdb.base/watch_thread_num.exp
8928 * gdb.base/watchpoint-cond-gone.exp
8929 * gdb.base/watchpoint.exp
8930 * gdb.base/watchpoints.exp
8931 * gdb.cp/arg-reference.exp
8932 * gdb.cp/baseenum.exp
8933 * gdb.cp/operator.exp
8934 * gdb.cp/shadow.exp
8935 * gdb.dwarf2/dw2-op-out-param.exp
8936 * gdb.dwarf2/dw2-reg-undefined.exp
8937 * gdb.go/chan.exp
8938 * gdb.go/hello.exp
8939 * gdb.go/integers.exp
8940 * gdb.go/methods.exp
8941 * gdb.go/package.exp
8942 * gdb.guile/scm-parameter.exp
8943 * gdb.guile/scm-progspace.exp
8944 * gdb.guile/scm-value.exp
8945 * gdb.mi/mi-pending.exp
8946 * gdb.mi/user-selected-context-sync.exp
8947 * gdb.multi/multi-attach.exp
8948 * gdb.multi/tids.exp
8949 * gdb.opt/clobbered-registers-O2.exp
8950 * gdb.pascal/floats.exp
8951 * gdb.pascal/integers.exp
8952 * gdb.python/py-block.exp
8953 * gdb.python/py-events.exp
8954 * gdb.python/py-parameter.exp
8955 * gdb.python/py-symbol.exp
8956 * gdb.python/py-symtab.exp
8957 * gdb.python/py-type.exp
8958 * gdb.python/py-value.exp
8959 * gdb.python/py-xmethods.exp
8960 * gdb.python/python.exp
8961 * gdb.reverse/break-precsave.exp
8962 * gdb.reverse/consecutive-precsave.exp
8963 * gdb.reverse/finish-precsave.exp
8964 * gdb.reverse/i386-precsave.exp
8965 * gdb.reverse/machinestate-precsave.exp
8966 * gdb.reverse/sigall-precsave.exp
8967 * gdb.reverse/solib-precsave.exp
8968 * gdb.reverse/step-precsave.exp
8969 * gdb.reverse/until-precsave.exp
8970 * gdb.reverse/watch-precsave.exp
8971 * gdb.server/ext-attach.exp
8972 * gdb.server/ext-restart.exp
8973 * gdb.server/ext-run.exp
8974 * gdb.server/ext-wrapper.exp
8975 * gdb.stabs/gdb11479.exp
8976 * gdb.stabs/weird.exp
8977 * gdb.threads/attach-many-short-lived-threads.exp
8978 * gdb.threads/kill.exp
8979 * gdb.threads/watchpoint-fork.exp
8980
8981 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8982
8983 Fix test names starting with uppercase throughout all the files below.
8984
8985 * gdb.ada/array_return.exp
8986 * gdb.ada/catch_ex.exp
8987 * gdb.ada/info_exc.exp
8988 * gdb.ada/mi_catch_ex.exp
8989 * gdb.ada/mi_dyn_arr.exp
8990 * gdb.ada/mi_ex_cond.exp
8991 * gdb.ada/mi_exc_info.exp
8992 * gdb.ada/mi_interface.exp
8993 * gdb.ada/mi_task_arg.exp
8994 * gdb.ada/mi_task_info.exp
8995 * gdb.ada/mi_var_array.exp
8996 * gdb.arch/alpha-step.exp
8997 * gdb.arch/amd64-disp-step.exp
8998 * gdb.arch/arm-disp-step.exp
8999 * gdb.arch/disp-step-insn-reloc.exp
9000 * gdb.arch/e500-prologue.exp
9001 * gdb.arch/ftrace-insn-reloc.exp
9002 * gdb.arch/gdb1558.exp
9003 * gdb.arch/i386-bp_permanent.exp
9004 * gdb.arch/i386-disp-step.exp
9005 * gdb.arch/i386-float.exp
9006 * gdb.arch/i386-gnu-cfi.exp
9007 * gdb.arch/ia64-breakpoint-shadow.exp
9008 * gdb.arch/mips16-thunks.exp
9009 * gdb.arch/pa-nullify.exp
9010 * gdb.arch/powerpc-aix-prologue.exp
9011 * gdb.arch/powerpc-power.exp
9012 * gdb.arch/ppc-dfp.exp
9013 * gdb.arch/s390-tdbregs.exp
9014 * gdb.arch/spu-info.exp
9015 * gdb.arch/spu-ls.exp
9016 * gdb.arch/thumb-bx-pc.exp
9017 * gdb.base/advance.exp
9018 * gdb.base/annota-input-while-running.exp
9019 * gdb.base/arrayidx.exp
9020 * gdb.base/asmlabel.exp
9021 * gdb.base/async.exp
9022 * gdb.base/attach-wait-input.exp
9023 * gdb.base/auto-connect-native-target.exp
9024 * gdb.base/batch-preserve-term-settings.exp
9025 * gdb.base/bfp-test.exp
9026 * gdb.base/bigcore.exp
9027 * gdb.base/bp-permanent.exp
9028 * gdb.base/break-always.exp
9029 * gdb.base/break-fun-addr.exp
9030 * gdb.base/break-idempotent.exp
9031 * gdb.base/break-main-file-remove-fail.exp
9032 * gdb.base/break-probes.exp
9033 * gdb.base/break-unload-file.exp
9034 * gdb.base/break.exp
9035 * gdb.base/call-ar-st.exp
9036 * gdb.base/call-rt-st.exp
9037 * gdb.base/call-sc.exp
9038 * gdb.base/call-signal-resume.exp
9039 * gdb.base/call-strs.exp
9040 * gdb.base/callexit.exp
9041 * gdb.base/callfuncs.exp
9042 * gdb.base/catch-gdb-caused-signals.exp
9043 * gdb.base/catch-signal-siginfo-cond.exp
9044 * gdb.base/catch-syscall.exp
9045 * gdb.base/compare-sections.exp
9046 * gdb.base/cond-eval-mode.exp
9047 * gdb.base/condbreak-call-false.exp
9048 * gdb.base/consecutive-step-over.exp
9049 * gdb.base/cursal.exp
9050 * gdb.base/disabled-location.exp
9051 * gdb.base/disasm-end-cu.exp
9052 * gdb.base/display.exp
9053 * gdb.base/double-prompt-target-event-error.exp
9054 * gdb.base/dprintf-bp-same-addr.exp
9055 * gdb.base/dprintf-detach.exp
9056 * gdb.base/dprintf-next.exp
9057 * gdb.base/dprintf-non-stop.exp
9058 * gdb.base/dprintf-pending.exp
9059 * gdb.base/dso2dso.exp
9060 * gdb.base/ending-run.exp
9061 * gdb.base/enum_cond.exp
9062 * gdb.base/examine-backward.exp
9063 * gdb.base/exe-lock.exp
9064 * gdb.base/exec-invalid-sysroot.exp
9065 * gdb.base/execl-update-breakpoints.exp
9066 * gdb.base/execution-termios.exp
9067 * gdb.base/fileio.exp
9068 * gdb.base/fixsection.exp
9069 * gdb.base/foll-exec-mode.exp
9070 * gdb.base/foll-exec.exp
9071 * gdb.base/fork-running-state.exp
9072 * gdb.base/frame-args.exp
9073 * gdb.base/fullpath-expand.exp
9074 * gdb.base/func-ptr.exp
9075 * gdb.base/gcore-relro-pie.exp
9076 * gdb.base/gdb1090.exp
9077 * gdb.base/gdb1555.exp
9078 * gdb.base/global-var-nested-by-dso.exp
9079 * gdb.base/gnu-ifunc.exp
9080 * gdb.base/hbreak-in-shr-unsupported.exp
9081 * gdb.base/hbreak-unmapped.exp
9082 * gdb.base/hook-stop.exp
9083 * gdb.base/infcall-input.exp
9084 * gdb.base/info-fun.exp
9085 * gdb.base/info-shared.exp
9086 * gdb.base/interrupt-noterm.exp
9087 * gdb.base/jit-so.exp
9088 * gdb.base/jit.exp
9089 * gdb.base/line-symtabs.exp
9090 * gdb.base/list.exp
9091 * gdb.base/longjmp.exp
9092 * gdb.base/macscp.exp
9093 * gdb.base/max-value-size.exp
9094 * gdb.base/nodebug.exp
9095 * gdb.base/nofield.exp
9096 * gdb.base/overlays.exp
9097 * gdb.base/paginate-after-ctrl-c-running.exp
9098 * gdb.base/paginate-bg-execution.exp
9099 * gdb.base/paginate-inferior-exit.exp
9100 * gdb.base/pending.exp
9101 * gdb.base/pr11022.exp
9102 * gdb.base/printcmds.exp
9103 * gdb.base/ptr-typedef.exp
9104 * gdb.base/ptype.exp
9105 * gdb.base/randomize.exp
9106 * gdb.base/range-stepping.exp
9107 * gdb.base/realname-expand.exp
9108 * gdb.base/relativedebug.exp
9109 * gdb.base/remote.exp
9110 * gdb.base/savedregs.exp
9111 * gdb.base/sepdebug.exp
9112 * gdb.base/set-noassign.exp
9113 * gdb.base/shlib-call.exp
9114 * gdb.base/shreloc.exp
9115 * gdb.base/sigaltstack.exp
9116 * gdb.base/sigbpt.exp
9117 * gdb.base/siginfo-addr.exp
9118 * gdb.base/siginfo-obj.exp
9119 * gdb.base/siginfo-thread.exp
9120 * gdb.base/signest.exp
9121 * gdb.base/signull.exp
9122 * gdb.base/sigrepeat.exp
9123 * gdb.base/skip.exp
9124 * gdb.base/so-impl-ld.exp
9125 * gdb.base/solib-corrupted.exp
9126 * gdb.base/solib-disc.exp
9127 * gdb.base/solib-display.exp
9128 * gdb.base/solib-overlap.exp
9129 * gdb.base/solib-search.exp
9130 * gdb.base/solib-symbol.exp
9131 * gdb.base/source-execution.exp
9132 * gdb.base/sss-bp-on-user-bp-2.exp
9133 * gdb.base/sss-bp-on-user-bp.exp
9134 * gdb.base/stack-checking.exp
9135 * gdb.base/stale-infcall.exp
9136 * gdb.base/step-break.exp
9137 * gdb.base/step-line.exp
9138 * gdb.base/step-over-exit.exp
9139 * gdb.base/step-test.exp
9140 * gdb.base/structs.exp
9141 * gdb.base/sym-file.exp
9142 * gdb.base/symtab-search-order.exp
9143 * gdb.base/term.exp
9144 * gdb.base/type-opaque.exp
9145 * gdb.base/unload.exp
9146 * gdb.base/until-nodebug.exp
9147 * gdb.base/until.exp
9148 * gdb.base/unwindonsignal.exp
9149 * gdb.base/watch-cond.exp
9150 * gdb.base/watch-non-mem.exp
9151 * gdb.base/watch_thread_num.exp
9152 * gdb.base/watchpoint-reuse-slot.exp
9153 * gdb.base/watchpoint-solib.exp
9154 * gdb.base/watchpoint.exp
9155 * gdb.btrace/dlopen.exp
9156 * gdb.cell/arch.exp
9157 * gdb.cell/break.exp
9158 * gdb.cell/bt.exp
9159 * gdb.cell/core.exp
9160 * gdb.cell/data.exp
9161 * gdb.cell/dwarfaddr.exp
9162 * gdb.cell/ea-cache.exp
9163 * gdb.cell/ea-standalone.exp
9164 * gdb.cell/ea-test.exp
9165 * gdb.cell/f-regs.exp
9166 * gdb.cell/fork.exp
9167 * gdb.cell/gcore.exp
9168 * gdb.cell/mem-access.exp
9169 * gdb.cell/ptype.exp
9170 * gdb.cell/registers.exp
9171 * gdb.cell/sizeof.exp
9172 * gdb.cell/solib-symbol.exp
9173 * gdb.cell/solib.exp
9174 * gdb.compile/compile-tls.exp
9175 * gdb.cp/exception.exp
9176 * gdb.cp/gdb2495.exp
9177 * gdb.cp/local.exp
9178 * gdb.cp/mb-inline.exp
9179 * gdb.cp/mb-templates.exp
9180 * gdb.cp/pr10687.exp
9181 * gdb.cp/pr9167.exp
9182 * gdb.cp/scope-err.exp
9183 * gdb.cp/templates.exp
9184 * gdb.cp/virtfunc.exp
9185 * gdb.dwarf2/dw2-dir-file-name.exp
9186 * gdb.dwarf2/dw2-single-line-discriminators.exp
9187 * gdb.fortran/complex.exp
9188 * gdb.fortran/library-module.exp
9189 * gdb.guile/guile.exp
9190 * gdb.guile/scm-cmd.exp
9191 * gdb.guile/scm-frame-inline.exp
9192 * gdb.guile/scm-objfile.exp
9193 * gdb.guile/scm-pretty-print.exp
9194 * gdb.guile/scm-symbol.exp
9195 * gdb.guile/scm-type.exp
9196 * gdb.guile/scm-value.exp
9197 * gdb.linespec/keywords.exp
9198 * gdb.linespec/ls-errs.exp
9199 * gdb.linespec/macro-relative.exp
9200 * gdb.linespec/thread.exp
9201 * gdb.mi/mi-breakpoint-changed.exp
9202 * gdb.mi/mi-dprintf-pending.exp
9203 * gdb.mi/mi-fullname-deleted.exp
9204 * gdb.mi/mi-logging.exp
9205 * gdb.mi/mi-pending.exp
9206 * gdb.mi/mi-solib.exp
9207 * gdb.mi/new-ui-mi-sync.exp
9208 * gdb.mi/user-selected-context-sync.exp
9209 * gdb.multi/dummy-frame-restore.exp
9210 * gdb.multi/multi-arch-exec.exp
9211 * gdb.multi/remove-inferiors.exp
9212 * gdb.multi/watchpoint-multi-exit.exp
9213 * gdb.opt/solib-intra-step.exp
9214 * gdb.perf/backtrace.exp
9215 * gdb.perf/single-step.exp
9216 * gdb.perf/skip-command.exp
9217 * gdb.perf/skip-prologue.exp
9218 * gdb.perf/solib.exp
9219 * gdb.python/lib-types.exp
9220 * gdb.python/py-as-string.exp
9221 * gdb.python/py-bad-printers.exp
9222 * gdb.python/py-block.exp
9223 * gdb.python/py-breakpoint.exp
9224 * gdb.python/py-cmd.exp
9225 * gdb.python/py-events.exp
9226 * gdb.python/py-evthreads.exp
9227 * gdb.python/py-finish-breakpoint.exp
9228 * gdb.python/py-finish-breakpoint2.exp
9229 * gdb.python/py-frame-inline.exp
9230 * gdb.python/py-frame.exp
9231 * gdb.python/py-inferior.exp
9232 * gdb.python/py-infthread.exp
9233 * gdb.python/py-mi.exp
9234 * gdb.python/py-objfile.exp
9235 * gdb.python/py-pp-maint.exp
9236 * gdb.python/py-pp-registration.exp
9237 * gdb.python/py-prettyprint.exp
9238 * gdb.python/py-recurse-unwind.exp
9239 * gdb.python/py-shared.exp
9240 * gdb.python/py-symbol.exp
9241 * gdb.python/py-symtab.exp
9242 * gdb.python/py-template.exp
9243 * gdb.python/py-type.exp
9244 * gdb.python/py-unwind-maint.exp
9245 * gdb.python/py-unwind.exp
9246 * gdb.python/py-value.exp
9247 * gdb.python/python.exp
9248 * gdb.reverse/finish-reverse-bkpt.exp
9249 * gdb.reverse/insn-reverse.exp
9250 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9251 * gdb.reverse/solib-precsave.exp
9252 * gdb.reverse/solib-reverse.exp
9253 * gdb.stabs/gdb11479.exp
9254 * gdb.stabs/weird.exp
9255 * gdb.threads/fork-child-threads.exp
9256 * gdb.threads/fork-plus-threads.exp
9257 * gdb.threads/fork-thread-pending.exp
9258 * gdb.threads/forking-threads-plus-breakpoint.exp
9259 * gdb.threads/hand-call-in-threads.exp
9260 * gdb.threads/interrupted-hand-call.exp
9261 * gdb.threads/linux-dp.exp
9262 * gdb.threads/local-watch-wrong-thread.exp
9263 * gdb.threads/next-while-other-thread-longjmps.exp
9264 * gdb.threads/non-ldr-exit.exp
9265 * gdb.threads/pending-step.exp
9266 * gdb.threads/print-threads.exp
9267 * gdb.threads/process-dies-while-detaching.exp
9268 * gdb.threads/process-dies-while-handling-bp.exp
9269 * gdb.threads/pthreads.exp
9270 * gdb.threads/queue-signal.exp
9271 * gdb.threads/reconnect-signal.exp
9272 * gdb.threads/signal-command-handle-nopass.exp
9273 * gdb.threads/signal-command-multiple-signals-pending.exp
9274 * gdb.threads/signal-delivered-right-thread.exp
9275 * gdb.threads/signal-sigtrap.exp
9276 * gdb.threads/sigthread.exp
9277 * gdb.threads/staticthreads.exp
9278 * gdb.threads/stepi-random-signal.exp
9279 * gdb.threads/thread-unwindonsignal.exp
9280 * gdb.threads/thread_check.exp
9281 * gdb.threads/thread_events.exp
9282 * gdb.threads/tid-reuse.exp
9283 * gdb.threads/tls-nodebug.exp
9284 * gdb.threads/tls-shared.exp
9285 * gdb.threads/tls-so_extern.exp
9286 * gdb.threads/tls.exp
9287 * gdb.threads/wp-replication.exp
9288 * gdb.trace/actions-changed.exp
9289 * gdb.trace/actions.exp
9290 * gdb.trace/backtrace.exp
9291 * gdb.trace/change-loc.exp
9292 * gdb.trace/collection.exp
9293 * gdb.trace/deltrace.exp
9294 * gdb.trace/disconnected-tracing.exp
9295 * gdb.trace/entry-values.exp
9296 * gdb.trace/ftrace-lock.exp
9297 * gdb.trace/ftrace.exp
9298 * gdb.trace/infotrace.exp
9299 * gdb.trace/mi-trace-frame-collected.exp
9300 * gdb.trace/mi-trace-unavailable.exp
9301 * gdb.trace/mi-traceframe-changed.exp
9302 * gdb.trace/mi-tracepoint-changed.exp
9303 * gdb.trace/mi-tsv-changed.exp
9304 * gdb.trace/no-attach-trace.exp
9305 * gdb.trace/packetlen.exp
9306 * gdb.trace/passc-dyn.exp
9307 * gdb.trace/passcount.exp
9308 * gdb.trace/pending.exp
9309 * gdb.trace/pr16508.exp
9310 * gdb.trace/qtro.exp
9311 * gdb.trace/range-stepping.exp
9312 * gdb.trace/read-memory.exp
9313 * gdb.trace/report.exp
9314 * gdb.trace/save-trace.exp
9315 * gdb.trace/signal.exp
9316 * gdb.trace/stap-trace.exp
9317 * gdb.trace/status-stop.exp
9318 * gdb.trace/strace.exp
9319 * gdb.trace/tfile.exp
9320 * gdb.trace/tfind.exp
9321 * gdb.trace/trace-break.exp
9322 * gdb.trace/trace-condition.exp
9323 * gdb.trace/trace-enable-disable.exp
9324 * gdb.trace/trace-mt.exp
9325 * gdb.trace/tracecmd.exp
9326 * gdb.trace/tracefile-pseudo-reg.exp
9327 * gdb.trace/tspeed.exp
9328 * gdb.trace/tstatus.exp
9329 * gdb.trace/tsv.exp
9330 * gdb.trace/unavailable.exp
9331 * gdb.trace/while-dyn.exp
9332 * gdb.trace/while-stepping.exp
9333 * lib/gdb-guile.exp
9334 * lib/gdb.exp
9335 * lib/mi-support.exp
9336 * lib/pascal.exp
9337 * lib/perftest.exp
9338 * lib/prelink-support.exp
9339 * lib/selftest-support.exp
9340
9341 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
9342
9343 * Makefile.in: Include disable-implicit-rules.mk.
9344
9345 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9346
9347 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
9348 non-byte-aligned bit fields.
9349
9350 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9351
9352 PR gdb/12616
9353 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
9354 respects the DW_AT_data_bit_offset attribute.
9355
9356 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
9357
9358 * gdb.base/default.exp: Fix output of "set language".
9359
9360 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
9361
9362 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
9363 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
9364 make.
9365 * configure.ac: Remove checks for the make program.
9366 * configure: Re-generate.
9367
9368 2016-11-16 Kevin Buettner <kevinb@redhat.com>
9369
9370 * gdb.python/py-recurse-unwind.c (main): Add loop.
9371 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
9372 to read_register() and gdb.parse_and_eval(). Make each code
9373 call a separate case that can be individually tested.
9374 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
9375 proc. Call cont_and_backtrace for each of the code paths that
9376 we want to test in the unwinder.
9377
9378 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
9379
9380 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
9381 the definition of struct S.
9382
9383 2016-11-11 Catherine Moore <clm@codesourcery.com>
9384
9385 * gdb.base/dump.exp: Identify verilog format dump tests as such.
9386
9387 2016-11-09 Pedro Alves <palves@redhat.com>
9388
9389 * gdb.base/commands.exp (runto_or_return): New procedure.
9390 (gdbvar_simple_if_test, gdbvar_simple_while_test)
9391 (gdbvar_complex_if_while_test, progvar_simple_if_test)
9392 (progvar_simple_while_test, progvar_complex_if_while_test)
9393 (if_while_breakpoint_command_test)
9394 (infrun_breakpoint_command_test, breakpoint_command_test)
9395 (user_defined_command_test, watchpoint_command_test)
9396 (test_command_prompt_position, redefine_hook_test)
9397 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
9398 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
9399 multi_line_input and multi_line. Remove gdb_expect and
9400 gdb_stop_suppressing_tests uses.
9401 * lib/gdb.exp (valnum_re): New global.
9402 (multi_line_input): New procedure.
9403
9404 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
9405
9406 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
9407 Remove.
9408 (test_setup): Define with proc_with_prefix.
9409 (test_cli_inferior): Likewise.
9410 (test_cli_thread): Likewise.
9411 (test_cli_frame): Likewise.
9412 (test_cli_select_frame): Likewise.
9413 (test_cli_up_down): Likewise.
9414 (test_mi_thread_select): Likewise.
9415 (test_mi_stack_select_frame): Likewise.
9416 (test_cli_in_mi_inferior): Likewise.
9417 (test_cli_in_mi_thread): Likewise.
9418 (test_cli_in_mi_frame): Likewise.
9419 (top level): Do not use with_test_prefix_procname.
9420
9421 2016-11-09 Pedro Alves <palves@redhat.com>
9422
9423 * gdb.base/commands.exp (gdbvar_simple_if_test)
9424 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
9425 (progvar_simple_if_test, progvar_simple_while_test)
9426 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
9427 (infrun_breakpoint_command_test, breakpoint_command_test)
9428 (user_defined_command_test, watchpoint_command_test)
9429 (test_command_prompt_position, deprecated_command_test)
9430 (bp_deleted_in_command, temporary_breakpoint_commands)
9431 (stray_arg0_test, source_file_with_indented_comment)
9432 (recursive_source_test, if_commands_test)
9433 (error_clears_commands_left, redefine_hook_test)
9434 (redefine_backtrace_test): Use proc_with_prefix.
9435 * lib/gdb.exp (proc_with_prefix): New proc.
9436
9437 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
9438
9439 * gdb.base/tui-layout.c: New file.
9440 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
9441 disassembly window contains very long lines.
9442
9443 2016-11-08 Tom Tromey <tom@tromey.com>
9444
9445 * gdb.python/py-value.exp (test_value_creation): Make "long" test
9446 depend on Python 2.
9447
9448 2016-11-08 Tom Tromey <tom@tromey.com>
9449
9450 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
9451 New method.
9452
9453 2016-10-29 Manish Goregaokar <manish@mozilla.com>
9454
9455 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
9456
9457 2016-10-27 Manish Goregaokar <manish@mozilla.com>
9458
9459 * gdb.rust/simple.rs: Add test for univariant enums without
9460 discriminants and for encoded struct-like enums.
9461
9462 2016-10-28 Pedro Alves <palves@redhat.com>
9463
9464 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
9465 gdb_test_multiple, tighten regexps and match symtabs and line
9466 tables incrementally.
9467
9468 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
9469
9470 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
9471 general.
9472
9473 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
9474
9475 * gdb.base/exec-invalid-sysroot.exp: New file.
9476
9477 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9478
9479 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
9480
9481 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9482
9483 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
9484
9485 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
9486
9487 * gdb.base/killed-outside.exp: Remove $options from a call to
9488 `prepare_for_testing'.
9489
9490 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9491
9492 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
9493 Change test message.
9494
9495 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9496
9497 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
9498 Update comment.
9499
9500 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9501
9502 * gdb.trace/mi-trace-save.exp: New file.
9503
9504 2016-10-13 Yao Qi <yao.qi@linaro.org>
9505
9506 * gdb.base/code_elim.exp (get_var_address): Remove.
9507 * gdb.base/relocate.exp: Likewise.
9508 * gdb.base/shreloc.exp: Likewise.
9509 * lib/gdb.exp (get_var_address): New.
9510
9511 2016-10-13 Yao Qi <yao.qi@linaro.org>
9512
9513 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
9514 floating point tests if $skip_float_test is false.
9515
9516 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
9517
9518 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
9519 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
9520 argc values.
9521 Add 1 to argc so we guarantee distinct initial/modified argc values.
9522
9523 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9524
9525 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
9526
9527 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9528
9529 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
9530 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
9531 * gdb.arch/vsx-regs.exp: Likewise.
9532
9533 2016-10-07 Yao Qi <yao.qi@linaro.org>
9534
9535 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
9536
9537 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
9538
9539 * gdb.python/python.exp: Test decode_line("*0").
9540
9541 2016-10-06 Doug Evans <dje@google.com>
9542
9543 * gdb.python/py-value.exp (test_value_creation): Add test for large
9544 unsigned 64-bit value.
9545
9546 2016-10-06 Tom Tromey <tom@tromey.com>
9547
9548 * gdb.compile/compile.exp: Change java tests to rust.
9549 * gdb.base/setshow.exp: Change java tests to rust.
9550 * gdb.base/default.exp: Remove java from language list.
9551 * README (Examples): Update language example.
9552 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
9553 test.
9554 * lib/gdb.exp (skip_java_tests): Remove.
9555 * lib/java.exp: Remove.
9556 * gdb.java: Remove.
9557
9558 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
9559
9560 * gdb.arch/mips-fcr.exp: New test.
9561 * gdb.arch/mips-fcr.c: Source for the new test.
9562
9563 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
9564
9565 * gdb.base/solib-disc.exp: Use `standard_output_file'
9566 throughout.
9567
9568 2016-10-06 Pedro Alves <palves@redhat.com>
9569
9570 * gdb.base/jit-simple-dl.c: New file.
9571 * gdb.base/jit-simple-jit.c: New file, factored out from ...
9572 * gdb.base/jit-simple.c: ... this.
9573 * gdb.base/jit-simple.exp (jit_run): Delete.
9574 (build_jit): New proc.
9575 (jit_test_reread): Recompile either the main program or the shared
9576 library, depending on what is being tested. Skip changing address
9577 if caller wants to. Compare before/after addresses. If testing
9578 standalone, explicitly load the binary. Test "maint info
9579 breakpoints".
9580 (top level): Add "standalone vs shared lib" and "change address"
9581 vs "same address" axes.
9582
9583 2016-10-06 Pedro Alves <palves@redhat.com>
9584
9585 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
9586 call.
9587 (jit_run): Delete.
9588 (jit_test_reread): Use with_test_prefix. Reload the main binary
9589 explicitly. Compare the before/after addresses of the JIT
9590 descriptor.
9591
9592 2016-08-15 Doug Evans <dje@google.com>
9593
9594 * gdb.xml/extra-regs.xml: Update, end field now required, default type
9595 for single bitfields is bool.
9596 * gdb.xml/tdesc-regs.exp: Ditto.
9597
9598 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9599
9600 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
9601
9602 2016-10-05 Yao Qi <yao.qi@linaro.org>
9603
9604 * lib/gdb.exp (support_complex_tests): Return zero if
9605 gdb_skip_float_test return true.
9606
9607 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
9608 Simon Marchi <simon.marchi@ericsson.com>
9609
9610 PR gdb/20487
9611 * gdb.mi/user-selected-context-sync.exp: New file.
9612 * gdb.mi/user-selected-context-sync.c: New file.
9613
9614 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
9615 Simon Marchi <simon.marchi@ericsson.com>
9616
9617 PR gdb/20487
9618 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
9619 =thread-select-event check.
9620
9621 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
9622
9623 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
9624 the compulsory L operand changes.
9625 * gdb.arch/powerpc-power.s: Likewise.
9626
9627 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9628
9629 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
9630 * gdb.base/jit-attach-pie.c: New file.
9631 * gdb.base/jit-attach-pie.exp: New file.
9632
9633 2016-09-28 Pedro Alves <palves@redhat.com>
9634
9635 * gdb.base/infcall-input.c: New file.
9636 * gdb.base/infcall-input.exp: New file.
9637
9638 2016-09-22 Yao Qi <yao.qi@linaro.org>
9639
9640 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
9641 (gdb_exit): Rename it to ...
9642 (gdbserver_gdb_exit): ... Close GDBserver.
9643 (gdb_exit): New proc, call gdbserver_gdb_exit.
9644 (mi_gdb_exit): Likewise.
9645
9646 2016-09-22 Yao Qi <yao.qi@linaro.org>
9647
9648 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
9649 path.
9650 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
9651 Remove duplication.
9652
9653 2016-09-22 Yao Qi <yao.qi@linaro.org>
9654
9655 * lib/gdbserver-support.exp: Check the existence of
9656 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
9657
9658 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
9659
9660 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
9661
9662 2016-09-21 Tom Tromey <tom@tromey.com>
9663
9664 PR gdb/20604:
9665 * gdb.base/quit.exp: New file.
9666
9667 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
9668
9669 * .gitignore: New file.
9670
9671 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
9672
9673 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
9674 throughout.
9675
9676 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9677
9678 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
9679
9680 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9681
9682 * gdb.cp/casts.cc (decltype): Move it ...
9683 (main): ... with its call to ...
9684 * gdb.cp/casts03.cc: ... a new file.
9685 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
9686
9687 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9688
9689 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
9690
9691 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
9692
9693 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
9694 and sync up the test with tests in gas/testsuite/gas/ppc.
9695 * gdb.arch/powerpc-power.exp: Likewise.
9696
9697 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9698
9699 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
9700
9701 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
9702 Jan Kratochvil <jan.kratochvil@redhat.com>
9703
9704 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
9705 make m1's definition to be different from m2's. Use 'dummy' as an
9706 argument for probe 'two'.
9707
9708 2016-09-10 Jon Beniston <jon@beniston.com>
9709
9710 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
9711 for sim target.
9712
9713 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
9714
9715 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
9716 variable declaration.
9717 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
9718 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
9719 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
9720 received HWCAP as its argument.
9721
9722 2016-09-06 Pedro Alves <palves@redhat.com>
9723
9724 * gdb.base/new-ui-pending-input.c: New file.
9725 * gdb.base/new-ui-pending-input.exp: New file.
9726 * gdb.exp (clear_gdb_spawn_id): New procedure.
9727 (with_spawn_id): Check whether gdb_spawn_id exists before
9728 referencing it. If gdb_spawn_id didn't exist on entry, clear it
9729 on exit.
9730
9731 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
9732
9733 * gdb.base/float128.c: New file.
9734 * gdb.base/float128.exp: Likewise.
9735 * gdb.base/floatn.c: Likewise.
9736 * gdb.base/floatn.exp: Likewise.
9737
9738 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
9739
9740 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
9741
9742 2016-09-05 Pedro Alves <palves@redhat.com>
9743
9744 PR backtrace/19927
9745 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
9746 unwinders are immediately called as side effect of "source" or
9747 "disable unwinder" commands.
9748 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
9749
9750 2016-09-02 Yao Qi <yao.qi@linaro.org>
9751
9752 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
9753 is true and $type is "float" or "double".
9754
9755 2016-09-02 Yao Qi <yao.qi@linaro.org>
9756
9757 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
9758 true.
9759 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
9760 * gdb.base/call-rt-st.exp: Likewise.
9761 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
9762 return value instead of gdb,skip_float_test.
9763 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
9764 (do_function_calls): Use its return value instead of
9765 gdb,skip_float_test.
9766 * gdb.base/finish.exp: Likewise.
9767 * gdb.base/funcargs.exp: Likewise.
9768 * gdb.base/return.exp: Likewise.
9769 * gdb.base/return2.exp: Likewise.
9770 * gdb.base/varargs.exp: Likewise.
9771 * lib/gdb.exp (gdb_skip_float_test): Change it to
9772 gdb_caching_proc. Detect the broken ptrace on arm-linux.
9773
9774 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
9775
9776 * gdb.multi/tids.exp: Test "thread apply all".
9777
9778 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9779
9780 * gdb.base/default.exp (tty): Remove.
9781
9782 2016-08-24 Kevin Buettner <kevinb@redhat.com>
9783
9784 * gdb.python/py-recurse-unwind.c: New file.
9785 * gdb.python/py-recurse-unwind.py: New file.
9786 * gdb.python/py-recurse-unwind.exp: New file.
9787
9788 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
9789
9790 * gdb.base/set-inferior-tty.exp: New file.
9791 * gdb.base/set-inferior-tty.c: New file.
9792
9793 2016-08-23 Pedro Alves <palves@redhat.com>
9794
9795 PR gdb/20494
9796 * gdb.base/new-ui-echo.c: New file.
9797 * gdb.base/new-ui-echo.exp: New file.
9798
9799 2016-08-23 Yao Qi <yao.qi@linaro.org>
9800
9801 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
9802 gdbserver_spawn.
9803 * gdb.server/connect-without-multi-process.exp (do_test):
9804 Likewise.
9805
9806 2016-08-23 Yao Qi <yao.qi@linaro.org>
9807
9808 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
9809 standalone_txt. Delete gdb_txt and standalone_txt on host
9810 and target. Spawn the binary on target. Copy files from
9811 target to host.
9812
9813 2016-08-22 Pedro Alves <palves@redhat.com>
9814
9815 PR gdb/20505
9816 * gdb.base/vdso-warning.exp: Test core dumps too. Use
9817 with_test_prefix. Factor out bits to ...
9818 (test_no_vdso): ... this new procedure.
9819
9820 2016-08-19 Carl Love <cel@us.ibm.com>
9821
9822 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
9823 maintaining separate logic for constructing the output path.
9824 * gdb.arch/powerpc-d128-regs.exp: Likewise.
9825 * gdb.arch/ppc-dfp.exp: Likewise.
9826 * gdb.arch/ppc-fp.exp: Likewise.
9827 * gdb.arch/vsx-regs.exp: Likewise.
9828 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
9829 binprefix for generating the additional binary files.
9830
9831 2016-08-19 Pedro Alves <palves@redhat.com>
9832
9833 * gdb.trace/mi-trace-frame-collected.exp
9834 (test_trace_frame_collected): On x32, expect two registers.
9835
9836 2016-08-18 Carl Love <cel@us.ibm.com>
9837
9838 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
9839 and sync up the test with tests in gas/testsuite/gas/ppc.
9840 * gdb.arch/powerpc-power.exp: Likewise.
9841
9842 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
9843
9844 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
9845 expected error message.
9846
9847 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
9848
9849 * gdb.multi/remove-inferiors.exp: New file.
9850 * gdb.multi/remove-inferiors.c: New file.
9851
9852 2016-08-12 Yao Qi <yao.qi@linaro.org>
9853
9854 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
9855 argument list.
9856
9857 2016-08-10 Pedro Alves <palves@redhat.com>
9858
9859 PR gdb/19187
9860 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
9861 setup_kfails.
9862
9863 2016-08-09 Pedro Alves <palves@redhat.com>
9864 Simon Marchi <simon.marchi@ericsson.com>
9865
9866 PR gdb/20418
9867 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
9868 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
9869
9870 2016-08-09 Pedro Alves <palves@redhat.com>
9871
9872 PR mi/20431
9873 * gdb.mi/mi-cmd-error.exp: New file.
9874
9875 2016-08-09 Pedro Alves <palves@redhat.com>
9876
9877 PR gdb/18653
9878 * gdb.base/signals-state-child.c: New file.
9879 * gdb.base/signals-state-child.exp: New file.
9880 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
9881
9882 2016-08-09 Pedro Alves <palves@redhat.com>
9883
9884 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
9885
9886 2016-08-03 Tom Tromey <tom@tromey.com>
9887
9888 PR python/18565:
9889 * gdb.python/py-frame-inline.exp: Add Frame.function test.
9890
9891 2016-08-01 Yao Qi <yao.qi@linaro.org>
9892
9893 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
9894 variable mode to "multi-process" if $multi_process is 1, otherwise
9895 set it to "single-process".
9896
9897 2016-08-01 Yao Qi <yao.qi@linaro.org>
9898
9899 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
9900 * gdb.cp/cpexprs.exp: Likewise.
9901 * gdb.cp/m-static.exp: Likewise.
9902
9903 2016-07-26 Tom Tromey <tom@tromey.com>
9904
9905 PR python/20190:
9906 * gdb.threads/tls.exp (check_thread_local): Add python symbol
9907 test.
9908
9909 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
9910
9911 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
9912 selecting assembly source files.
9913 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
9914 assembly source files.
9915 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
9916 assembly source files.
9917 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
9918 selecting assembly source files.
9919
9920 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
9921
9922 * gdb.base/new-ui.exp (do_test_invalid_args): New
9923 procedure.
9924
9925 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
9926
9927 * gdb.btrace/reconnect.c: New file.
9928 * gdb.btrace/reconnect.exp: New file.
9929
9930 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
9931
9932 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
9933 to test_catch_syscall_group.
9934 (test_catch_syscall_group): New.
9935
9936 2016-07-21 Tom Tromey <tom@tromey.com>
9937
9938 * gdb.rust/simple.rs (main): Use empty struct expression.
9939 * gdb.rust/simple.exp: Add tests for empty struct expression.
9940
9941 2016-07-21 Yao Qi <yao.qi@linaro.org>
9942
9943 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
9944 if gdb_skip_xml_test is true on some targets.
9945
9946 2016-07-21 Yao Qi <yao.qi@linaro.org>
9947
9948 * gdb.server/solib-list.exp: Unset last_loaded_file.
9949
9950 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9951
9952 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
9953 "step into captured_main (args)".
9954
9955 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9956
9957 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
9958
9959 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9960
9961 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
9962
9963 2016-07-19 Pedro Alves <palves@redhat.com>
9964
9965 * gdb.opt/inline-break.exp: Remove optimize=-O2.
9966 * gdb.opt/inline-bt.exp: Likewise.
9967 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
9968 additional_flags=-Winline.
9969 * gdb.opt/inline-locals.exp: Likewise.
9970 * gdb.opt/inline-markers.c (ATTR): Define.
9971 (inlined_fn): Use it.
9972
9973 2016-07-19 Yao Qi <yao.qi@linaro.org>
9974
9975 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
9976 (test_with_self): Remove some code. Remove argument executable.
9977 (top-level): Use do_self_tests.
9978
9979 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
9980 Don Breazeal <donb@codesourcery.com>
9981
9982 * gdb.base/maint.exp: Escape paths used in regular expressions.
9983 * gdb.stabs/weird.exp: Likewise.
9984
9985 2016-07-13 Tom Tromey <tom@tromey.com>
9986
9987 PR python/15620, PR python/18620:
9988 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
9989 (test_bkpt_events): New procs.
9990
9991 2016-07-13 Tom Tromey <tom@tromey.com>
9992
9993 PR python/17698:
9994 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
9995 test.
9996 (test_watchpoints): Likewise.
9997 (test_bkpt_pending): New proc.
9998
9999 2016-07-13 Tom Tromey <tom@tromey.com>
10000
10001 PR cli/18053:
10002 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
10003 completion test.
10004
10005 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10006
10007 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
10008 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
10009 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
10010 f_label.
10011 (g): Rename g_end_lbl to g_label.
10012 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
10013 low_pc and high_pc.
10014 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
10015
10016 2016-07-12 Tom Tromey <tom@tromey.com>
10017
10018 PR python/19293:
10019 * gdb.python/py-unwind-maint.exp: Update tests.
10020
10021 2016-07-12 Yao Qi <yao.qi@linaro.org>
10022
10023 * lib/selftest-support.exp (selftest_setup): Match the output
10024 when captured_main is inlined.
10025
10026 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
10027
10028 * gdb.fortran/derived-types.exp (result_line, result_line_2):
10029 New variables.
10030 (print this%a, print this%b, print this): New tests.
10031 * gdb.fortran/derived-types.f90 (this): New object and
10032 initialization.
10033
10034 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
10035
10036 * gdb.ada/arraydim.exp: Remove extra directory level in build
10037 directory.
10038
10039 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
10040
10041 * lib/ada.exp: Remove extra directory level in build directory.
10042 * gdb.ada/cond_lang.exp: Likewise.
10043 * gdb.ada/exec_changed.exp: Likewise.
10044 * gdb.ada/lang_switch.exp: Likewise.
10045
10046 2016-07-06 Manish Goregaokar <manish@mozilla.com>
10047
10048 * simple.rs: Add test for raw pointer subscripting.
10049 * simple.exp: Add test expectations.
10050
10051 2016-07-05 Yao Qi <yao.qi@linaro.org>
10052
10053 * gdb.mi/mi-reverse.exp: Match =record-started output.
10054
10055 2016-07-01 Pedro Alves <palves@redhat.com>
10056
10057 * gdb.base/jit-reader.exp (info_registers_current_frame): New
10058 procedure.
10059 (jit_reader_test): Test the jit reader's unwinder.
10060 * gdb.base/jithost.c (jit_function_00_code): New global.
10061 (main): Use memcpy to fill in the mmapped code, instead of poking
10062 bytes manually here.
10063 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
10064 value.
10065 (read_debug_info): Save the function's range.
10066 (read_sp): New function.
10067 (unwind_frame): Use it. Also unwind RBP.
10068 (get_frame_id): Use read_sp.
10069 (gdb_init_reader): Use calloc instead of malloc.
10070 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
10071 parameter. Use gdb_test_multiple.
10072
10073 2016-07-01 Pedro Alves <palves@redhat.com>
10074 Antoine Tremblay <antoine.tremblay@ericsson.com>
10075
10076 * gdb.threads/process-dies-while-detaching.c: New file.
10077 * gdb.threads/process-dies-while-detaching.exp: New file.
10078
10079 2016-07-01 Pedro Alves <palves@redhat.com>
10080
10081 * gdb.multi/watchpoint-multi-exit.c: New file.
10082 * gdb.multi/watchpoint-multi-exit.exp: New file.
10083
10084 2016-06-30 Pedro Alves <palves@redhat.com>
10085
10086 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
10087 unset inferior_spawn_id.
10088
10089 2016-06-30 Pedro Alves <palves@redhat.com>
10090
10091 * lib/mi-support.exp (default_mi_gdb_start): Declare global
10092 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
10093
10094 2016-06-29 Yao Qi <yao.qi@linaro.org>
10095
10096 * gdb.base/return.c: Add copyright header.
10097
10098 2016-06-29 Tom Tromey <tom@tromey.com>
10099
10100 PR python/20129:
10101 * gdb.python/py-framefilter.exp: Add tests for setting priority
10102 and disabling of non-existent frame filter.
10103
10104 2016-06-29 Yao Qi <yao.qi@linaro.org>
10105
10106 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
10107 0x0f07ff.
10108
10109 2016-06-28 Yao Qi <yao.qi@linaro.org>
10110
10111 * gdb.base/catch-syscall.exp: Remove check on isnative and target
10112 triplets. Start gdb, execute catch syscall, and continue. Check
10113 gdb's output to determine catch syscall is supported.
10114
10115 2016-06-27 Manish Goregaokar <manish@mozilla.com>
10116
10117 * gdb.rust/simple.rs: Add test for returning unit in a function.
10118 * gdb.rust/simple.exp: Add expectation for functions returning
10119 unit.
10120
10121 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
10122
10123 * gdb.python/py-breakpoint-create-fail.c,
10124 gdb.python/py-breakpoint-create-fail.exp,
10125 gdb.python/py-breakpoint-create-fail.py: New testcase.
10126
10127 2016-06-25 Manish Goregaokar <manish@mozilla.com>
10128
10129 PR gdb/20239
10130 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
10131 * gdb.rust/simple.exp: Add test expectations for new NonZero
10132 tests.
10133
10134 2016-06-24 David Taylor <dtaylor@emc.com>
10135
10136 * gdb.base/offsets.exp: New file.
10137 * gdb.base/offsets.c: New file.
10138
10139 2016-06-23 Tom Tromey <tom@tromey.com>
10140
10141 PR gdb/16483:
10142 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
10143 before any filters are loaded.
10144
10145 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
10146
10147 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
10148 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
10149 structs.
10150 * gdb.fortran/derived-type-function.exp: New file.
10151 * gdb.fortran/derived-type-function.f90: New file.
10152
10153
10154 2016-06-21 Pedro Alves <palves@redhat.com>
10155
10156 * gdb.base/new-ui.exp: New file.
10157 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
10158 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
10159 (with_spawn_id): New procedure.
10160
10161 2016-06-21 Pedro Alves <palves@redhat.com>
10162
10163 * gdb.mi/mi-exec-run.exp: New file.
10164
10165 2016-06-21 Pedro Alves <palves@redhat.com>
10166
10167 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
10168 breakpoint command's output on the main UI.
10169 (test_break): New procedure, factored out from calls in the top
10170 level.
10171 (top level): Use foreach_with_prefix to test MI as main UI and as
10172 separate UI.
10173
10174 2016-06-21 Pedro Alves <palves@redhat.com>
10175
10176 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
10177 (test_awatch_creation_and_listing)
10178 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
10179 Remove 'type' parameter.
10180 (test_watchpoint_all): New parameter mi_mode. Remove
10181 with_test_prefix.
10182 (top level): Use foreach_with_prefix, and add main/separate UI MI
10183 testing axis.
10184
10185 2016-06-21 Pedro Alves <palves@redhat.com>
10186
10187 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
10188 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
10189 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
10190 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
10191 (gdb_main_spawn_id, mi_spawn_id): Declare and
10192 comment.
10193 (mi_create_inferior_pty): New procedure,
10194 factored out from default_mi_gdb_start.
10195 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
10196 procedures.
10197 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
10198 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
10199 Use mi_create_inferior_pty.
10200 (mi_gdb_start): Use eval to pass down args list.
10201
10202 2016-06-21 Pedro Alves <palves@redhat.com>
10203
10204 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
10205 * gdb.opt/inline-cmds.exp: Add MI tests.
10206
10207 2016-06-21 Pedro Alves <palves@redhat.com>
10208
10209 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
10210
10211 2016-06-21 Pedro Alves <palves@redhat.com>
10212
10213 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
10214 (top level): Use it instead of mi_execute_to.
10215
10216 2016-06-21 Pedro Alves <palves@redhat.com>
10217
10218 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
10219 (cont_handler_str): New.
10220 (signal_stop_handler): Set stop_handler_str instead of printing to
10221 stdout.
10222 (continue_handler): Set cont_handler_str instead of printing to
10223 stdout.
10224 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
10225 mi_send_resuming_command. Print stop_handler_str and
10226 cont_handler_str instead of expecting the python events print
10227 directly.
10228
10229 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
10230
10231 * gdb.base/jit-reader.exp: New file.
10232 * gdb.base/jithost.c: New file.
10233 * gdb.base/jithost.h: New file.
10234 * gdb.base/jitreader.c : New file.
10235 * gdb.base/jit-protocol.h: New file.
10236
10237 2016-06-17 Yao Qi <yao.qi@linaro.org>
10238
10239 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
10240 parameters follow_fork and detach_on_fork. Set follow-fork-mode
10241 and detach-on-fork. Adjust tests.
10242 (top level): Invoke break_cond_on_syscall with combinations of
10243 syscall, follow-fork-mode and detach-on-fork.
10244
10245 2016-06-17 Yao Qi <yao.qi@linaro.org>
10246
10247 * gdb.base/step-over-exit.c: New.
10248 * gdb.base/step-over-exit.exp: New.
10249
10250 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
10251
10252 * gdb.base/float.exp: Add target check for nds32*-*-*.
10253 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
10254
10255 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
10256
10257 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
10258 for unsupported target features.
10259 * gdb.base/call-rt-st.exp: Likewise.
10260 * gdb.base/call-sc.exp: Likewise.
10261 * gdb.base/call-signal-resume.exp: Likewise.
10262 * gdb.base/call-strs.exp: Likewise.
10263 * gdb.base/callexit.exp: Likewise.
10264 * gdb.base/callfuncs.exp: Likewise.
10265 * gdb.base/nodebug.exp: Likewise.
10266 * gdb.base/printcmds.exp: Likewise.
10267 * gdb.base/ptype.exp: Likewise.
10268 * gdb.base/structs.exp: Likewise.
10269 * gdb.base/unwindonsignal.exp: Likewise.
10270 * gdb.cp/gdb2495.exp: Likewise.
10271 * gdb.cp/templates.exp: Likewise.
10272 * gdb.cp/virtfunc.exp: Likewise.
10273 * gdb.threads/hand-call-in-threads.exp: Likewise.
10274 * gdb.threads/interrupted-hand-call.exp: Likewise.
10275 * gdb.threads/thread-unwindonsignal.exp: Likewise.
10276
10277 2016-06-10 Tom Tromey <tom@tromey.com>
10278
10279 PR rust/20110:
10280 * gdb.rust/expr.exp: Add test for integer constant larger than
10281 i32.
10282
10283 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
10284
10285 * gdb.fortran/nested-funcs.exp: New.
10286 * gdb.fortran/nested-funcs.f90: New.
10287
10288 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
10289
10290 * gdb.base/examine-backward.c: New file.
10291 * gdb.base/examine-backward.exp: New file.
10292
10293 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
10294
10295 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
10296 matching.
10297
10298 2016-06-02 Tom Tromey <tom@tromey.com>
10299
10300 PR python/18984:
10301 * gdb.python/py-shared.exp: Add solib_name test.
10302
10303 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
10304
10305 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
10306
10307 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
10308
10309 PR c++/19893
10310 * gdb.dwarf2/implref.exp: Rename to...
10311 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
10312 * gdb.dwarf2/implref-array.c: New file.
10313 * gdb.dwarf2/implref-array.exp: Likewise.
10314 * gdb.dwarf2/implref-global.c: Likewise.
10315 * gdb.dwarf2/implref-global.exp: Likewise.
10316 * gdb.dwarf2/implref-struct.c: Likewise.
10317 * gdb.dwarf2/implref-struct.exp: Likewise.
10318
10319 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10320
10321 * gdb.trace/trace-condition.exp: Add 64bit tests.
10322
10323 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10324
10325 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
10326 bits types.
10327 (main): Adapt to 8 to 64 bits types.
10328 * gdb.trace/trace-condition.exp: Add new tests.
10329
10330 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10331
10332 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
10333
10334 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10335
10336 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
10337 Move condition tests...
10338 * gdb.trace/trace-condition.exp: Here.
10339
10340 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10341
10342 * gdb.trace/trace-condition.exp: Add counter-case tests.
10343
10344 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
10345
10346 PR c++/15231
10347 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
10348 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
10349
10350 2016-05-27 Pedro Alves <palves@redhat.com>
10351
10352 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
10353 New procedure.
10354 (top level): Call it, and bail out of DejaGnu is known to be bad.
10355
10356 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
10357
10358 * gdb.base/whatis.c: Extend the test case.
10359 * gdb.base/whatis.exp: Add additional tests.
10360
10361 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10362
10363 * gdb.fortran/type.f90: Add pointer variable.
10364 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
10365
10366 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10367
10368 * gdb.fortran/vla-type.exp: Fix testcase name.
10369
10370 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10371
10372 * gdb.fortran/vla-type.exp: Access elements in nested structs.
10373
10374 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10375
10376 * gdb.fortran/type.f90: Add nested structures.
10377 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
10378 * gdb.fortran/derived-type.exp: Adapt expected output.
10379 * gdb.fortran/vla-type.exp: Adapt expected output.
10380
10381 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10382
10383 * gdb.fortran/whatis_type.exp: Adapt expected output.
10384
10385 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10386
10387 * gdb.fortran/print_type.exp: Fix expected output.
10388 * gdb.fortran/whatis_type.exp: Fix expected output.
10389
10390 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10391
10392 * gdb.fortran/whatis_type.exp: Use multi_line.
10393
10394 2016-05-24 Tom Tromey <tom@tromey.com>
10395
10396 PR python/17386:
10397 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
10398 use value as an index.
10399
10400 2016-05-23 Tom Tromey <tom@tromey.com>
10401
10402 PR python/17981:
10403 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
10404 no-breakpoint case.
10405
10406 2016-05-24 Pedro Alves <palves@redhat.com>
10407
10408 PR gdb/19828
10409 * gdb.threads/clone-attach-detach.c: New file.
10410 * gdb.threads/clone-attach-detach.exp: New file.
10411
10412 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
10413
10414 * gdb.base/annota-input-while-running.exp: Fix syntax error.
10415
10416 2016-05-23 Tom Tromey <tom@tromey.com>
10417
10418 PR python/19438, PR python/18393:
10419 * gdb.python/py-progspace.exp: Add "dir" test.
10420 * gdb.python/py-objfile.exp: Add "dir" test.
10421
10422 2016-05-23 Yao Qi <yao.qi@linaro.org>
10423
10424 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
10425 * gdb.arch/thumb2-it.exp: Likewise.
10426
10427 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
10428
10429 * gdb.mi/mi-threads-interrupt.c: New file.
10430 * gdb.mi/mi-threads-interrupt.exp: New file.
10431
10432 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
10433
10434 PR gdb/18077
10435 * gdb.mi/mi-async-run.exp: New file.
10436 * gdb.mi/mi-async-run.c: New file.
10437
10438 2016-05-17 Tom Tromey <tom@tromey.com>
10439 Manish Goregaokar <manishsmail@gmail.com>
10440
10441 * lib/rust-support.exp: New file.
10442 * lib/gdb.exp (skip_rust_tests): New proc.
10443 (build_executable_from_specs): Handle rust.
10444 * lib/future.exp (gdb_find_rustc): New proc.
10445 (gdb_default_target_compile): Handle rust.
10446 * gdb.rust/expr.exp: New file.
10447 * gdb.rust/generics.exp: New file.
10448 * gdb.rust/generics.rs: New file.
10449 * gdb.rust/methods.exp: New file.
10450 * gdb.rust/methods.rs: New file.
10451 * gdb.rust/modules.exp: New file.
10452 * gdb.rust/modules.rs: New file.
10453 * gdb.rust/simple.exp: New file.
10454 * gdb.rust/simple.rs: New file.
10455
10456 2016-05-17 Tom Tromey <tom@tromey.com>
10457
10458 * gdb.base/default.exp (set language): Add rust.
10459
10460 2016-05-17 Tom Tromey <tom@tromey.com>
10461
10462 * gdb.gdb/unittest.exp: New file.
10463
10464 2016-05-16 Yao Qi <yao.qi@linaro.org>
10465
10466 * gdb.base/batch-preserve-term-settings.exp: Remove variable
10467 shell_prompt. Update shell_prompt_re.
10468
10469 2016-05-12 Doug Evans <dje@google.com>
10470
10471 PR symtab/19999
10472 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
10473 $options when building executable.
10474 * gdb.dwarf2/fission-loclists-pie.S: New file.
10475 * gdb.dwarf2/fission-loclists-pie.exp: New file.
10476
10477 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
10478
10479 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
10480 of [is_remote target],
10481
10482 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
10483
10484 * lib/gdb.exp (use_gdb_stub): New procedure.
10485
10486 2016-05-03 Yunlian Jiang <yunlian@google.com>
10487 Doug Evans <dje@google.com>
10488
10489 PR symtab/19914
10490 * gdb.dwarf2/dwp-sepdebug.c: New file.
10491 * gdb.dwarf2/dwp-sepdebug.exp: New file.
10492
10493 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
10494
10495 * gdb.base/detach.exp: Remove is_remote check.
10496
10497 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
10498
10499 * gdb.base/annota-input-while-running.exp: Don't check for
10500 [is_remote target]. Enable annotations after running to main.
10501 Remove unused "set test..." line.
10502
10503 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
10504
10505 * gdb.trace/trace-enable-disable.exp: New file.
10506 * gdb.trace/trace-enable-disable.c: New file.
10507
10508 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
10509
10510 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
10511 use it in info sharedlibrary test.
10512 * gdb.trace/ftrace-lock.exp: Likewise.
10513 * gdb.trace/ftrace.exp: Likewise.
10514 * gdb.trace/range-stepping.exp: Likewise.
10515 * gdb.trace/trace-break.exp: Likewise.
10516 * gdb.trace/trace-condition.exp: Likewise.
10517 * gdb.trace/trace-mt.exp: Likewise.
10518
10519 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
10520
10521 * lib/gdb.exp (gdb_load_shlibs): Rename to...
10522 (gdb_load_shlib): ... this.
10523 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
10524 gdb_load_shlib.
10525 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
10526 * gdb.base/ctxobj.exp: Likewise.
10527 * gdb.base/dprintf-pending.exp: Likewise.
10528 * gdb.base/dso2dso.exp: Likewise.
10529 * gdb.base/fixsection.exp: Likewise.
10530 * gdb.base/gcore-relro.exp: Likewise.
10531 * gdb.base/gdb1555.exp: Likewise.
10532 * gdb.base/global-var-nested-by-dso.exp: Likewise.
10533 * gdb.base/gnu-ifunc.exp: Likewise.
10534 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
10535 * gdb.base/jit-so.exp (one_jit_test): Likewise.
10536 * gdb.base/pending.exp: Likewise.
10537 * gdb.base/print-file-var.exp: Likewise.
10538 * gdb.base/print-symbol-loading.exp: Likewise.
10539 * gdb.base/shlib-call.exp: Likewise.
10540 * gdb.base/shreloc.exp: Likewise.
10541 * gdb.base/so-impl-ld.exp: Likewise.
10542 * gdb.base/solib-disc.exp: Likewise.
10543 * gdb.base/solib-nodir.exp: Likewise.
10544 * gdb.base/solib-overlap.exp: Likewise.
10545 * gdb.base/solib-symbol.exp: Likewise.
10546 * gdb.base/solib-weak.exp (do_test): Likewise.
10547 * gdb.base/sym-file.exp: Likewise.
10548 * gdb.base/symtab-search-order.exp: Likewise.
10549 * gdb.base/type-opaque.exp: Likewise.
10550 * gdb.base/unload.exp: Likewise.
10551 * gdb.base/watchpoint-solib.exp: Likewise.
10552 * gdb.compile/compile.exp: Likewise.
10553 * gdb.cp/gdb2384.exp: Likewise.
10554 * gdb.cp/infcall-dlopen.exp: Likewise.
10555 * gdb.cp/re-set-overloaded.exp: Likewise.
10556 * gdb.fortran/library-module.exp: Likewise.
10557 * gdb.opt/solib-intra-step.exp: Likewise.
10558 * gdb.python/py-finish-breakpoint.exp: Likewise.
10559 * gdb.python/py-shared.exp: Likewise.
10560 * gdb.reverse/solib-precsave.exp: Likewise.
10561 * gdb.reverse/solib-reverse.exp: Likewise.
10562 * gdb.server/solib-list.exp: Likewise.
10563 * gdb.threads/dlopen-libpthread.exp: Likewise.
10564 * gdb.threads/tls-shared.exp: Likewise.
10565 * gdb.threads/tls-so_extern.exp: Likewise.
10566 * gdb.trace/change-loc.exp: Likewise.
10567 * gdb.trace/ftrace-lock.exp: Likewise.
10568 * gdb.trace/ftrace.exp: Likewise.
10569 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
10570 * gdb.trace/pending.exp: Likewise.
10571 * gdb.trace/range-stepping.exp: Likewise.
10572 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
10573 (strace_info_marker): Likewise.
10574 (strace_probe_marker): Likewise.
10575 (strace_trace_on_same_addr): Likewise.
10576 (strace_trace_on_diff_addr): Likewise.
10577 * gdb.trace/trace-break.exp: Likewise.
10578 * gdb.trace/trace-condition.exp: Likewise.
10579 * gdb.trace/trace-mt.exp: Likewise.
10580
10581 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
10582
10583 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
10584 result of gdb_remote_download.
10585 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
10586 * gdb.base/dso2dso.exp: Likewise.
10587 * gdb.base/global-var-nested-by-dso.exp: Likewise.
10588 * gdb.base/print-file-var.exp: Likewise.
10589 * gdb.base/shlib-call.exp: Likewise.
10590 * gdb.base/shreloc.exp: Likewise.
10591 * gdb.base/solib-overlap.exp: Likewise.
10592 * gdb.base/solib-weak.exp (do_test): Likewise.
10593 * gdb.base/unload.exp: Likewise.
10594
10595 2016-04-27 Yao Qi <yao.qi@linaro.org>
10596
10597 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
10598 exists.
10599
10600 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10601
10602 * vla-type.exp: Print structure from toplevel.
10603
10604 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10605
10606 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
10607 of dynamic types.
10608 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
10609 of dynamic types.
10610
10611 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10612
10613 * gdb.fortran/vla-type.f90: New file.
10614 * gdb.fortran/vla-type.exp: New file.
10615
10616 2016-04-25 Yao Qi <yao.qi@linaro.org>
10617
10618 * gdb.base/branch-to-self.c: New file.
10619 * gdb.base/branch-to-self.exp: New file.
10620
10621 2016-04-22 Yao Qi <yao.qi@linaro.org>
10622
10623 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
10624 more after $hex.
10625
10626 2016-04-22 Yao Qi <yao.qi@linaro.org>
10627
10628 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
10629 * gdb.base/annota3.exp: Likewise.
10630
10631 2016-04-22 Yao Qi <yao.qi@linaro.org>
10632
10633 * gdb.reverse/step-precsave.exp: Do one step and test program
10634 stops in "callee" and do multiple steps until program goes out
10635 of "callee".
10636 * gdb.reverse/step-reverse.exp: Likewise.
10637
10638 2016-04-22 Yao Qi <yao.qi@linaro.org>
10639
10640 * gdb.trace/signal.exp: Also pass if
10641 $tracepoint_hits($i) > $iterations.
10642
10643 2016-04-22 Yao Qi <yao.qi@linaro.org>
10644
10645 * gdb.trace/signal.c: New file.
10646 * gdb.trace/signal.exp: New file.
10647
10648 2016-04-19 Doug Evans <xdje42@gmail.com>
10649
10650 * gdb.base/bad-file.exp: New file.
10651
10652 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
10653
10654 * gdb.dwarf2/implref.exp: New file.
10655
10656 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
10657
10658 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
10659 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
10660 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
10661 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
10662 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
10663 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
10664 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
10665 * lib/fortran.exp (fortran_int4): New procedure.
10666 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
10667 (fortran_logical4): Likewise.
10668
10669 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
10670
10671 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
10672
10673 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
10674
10675 * lib/compiler.c: Add Intel specific preprocessor macros.
10676 * lib/compiler.cc: Likewise.
10677
10678 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
10679
10680 * gdb.server/connect-with-no-symbol-file.c: New file.
10681 * gdb.server/connect-with-no-symbol-file.exp: New file.
10682
10683 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
10684
10685 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
10686
10687 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
10688
10689 * boards/gdbserver-base.exp (${board}_download): Copy source file to
10690 standard output directory.
10691
10692 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
10693
10694 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
10695
10696 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
10697
10698 * gdb.btrace/instruction_history.c (loop): Add declaration.
10699
10700 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
10701
10702 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
10703
10704 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
10705
10706 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
10707 parentheses to print.
10708 (continue_handler): Likewise.
10709
10710 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
10711
10712 * gdb.server/solib-list.exp: Remove is_remote check.
10713 Pass shlib= to gdb_compile. Don't link shared library with
10714 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
10715 Run binary filename through "readlink -f" on the target.
10716
10717 2016-04-08 Pedro Alves <palves@redhat.com>
10718
10719 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
10720 interpreter filename as argument to gdbserver_spawn.
10721 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
10722 Return empty if $last_loaded_file does not exist.
10723
10724 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10725
10726 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
10727 * gdb.base/jit-main.c: Use exit after usage.
10728
10729 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10730
10731 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
10732 GDBHISTSIZE prior to the tests.
10733 * gdb.base/gdbinit-history.exp: Likewise.
10734
10735 2016-04-07 Pedro Alves <palves@redhat.com>
10736
10737 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
10738 instead of build_executable. Use gdb_load_shlibs.
10739
10740 2016-04-07 Yao Qi <yao.qi@linaro.org>
10741
10742 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
10743 Execute "si" command.
10744
10745 2016-04-07 Yao Qi <yao.qi@linaro.org>
10746
10747 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
10748 number instead of the comments on some line.
10749
10750 2016-04-06 Don Breazeal <donb@codesourcery.com>
10751
10752 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
10753 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
10754
10755 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
10756
10757 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
10758 standard_output_file. Remove unused binfile variable.
10759
10760 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
10761
10762 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
10763 * gdb.python/py-mi-objfile.exp: Match "list main" output
10764 in console format.
10765
10766 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
10767
10768 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
10769 absolute.
10770
10771 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
10772
10773 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
10774 absolute.
10775 * gdb.trace/ftrace.exp: Likewise.
10776 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
10777 targets as well.
10778 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
10779 (gdb_load_shlibs): Copy libraries to test directory when testing
10780 natively. Only set solib-search-path if testing remotely.
10781 * lib/mi-support.exp (mi_load_shlibs): Likewise.
10782
10783 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
10784
10785 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
10786 gdb_download. Use it even if the target is not remote.
10787 * gdb.base/jit.exp (compile_jit_test): Likewise.
10788 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
10789 output directory if the destination board is local, otherwise use
10790 the standard remote_download from DejaGnu.
10791 (gdb_download): Remove.
10792 (gdb_load_shlibs): Use gdb_remote_download instead of
10793 gdb_download.
10794 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
10795 Use gdb_remote_download instead of gdb_download. Use it even if
10796 the target is not remote.
10797 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
10798 instead of gdb_download.
10799
10800 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
10801
10802 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
10803 (test_insert_delete_modify): Call mi_load_shlibs before trying to
10804 run.
10805
10806 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
10807
10808 PR gdb/19820
10809 * gdb.base/printcmds.exp: Add artificial arrays tests.
10810
10811 2016-03-31 Pedro Alves <palves@redhat.com>
10812
10813 PR gdb/19858
10814 * gdb.base/jit-main.c: Include unistd.h.
10815 (ATTACH): Define to 0 if not already defined.
10816 (wait_for_gdb, mypid): New globals.
10817 (WAIT_FOR_GDB): New macro.
10818 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
10819 some breakpoint locations.
10820 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
10821 New procedures.
10822 (one_jit_test): Add REATTACH parameter, and handle it. Use
10823 continue_to_test_location.
10824 (top level): Test attach, and adjusts calls to one_jit_test.
10825
10826 2016-03-31 Pedro Alves <palves@redhat.com>
10827
10828 PR gdb/19858
10829 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
10830 BINSUFFIX parameter, and handle it.
10831 (top level): Adjust calls compile_jit_test.
10832
10833 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
10834
10835 PR python/19743
10836 * gdb.python/py-mi-events-gdb.py: New file.
10837 * gdb.python/py-mi-events.c: New file.
10838 * gdb.python/py-mi-events.exp: New file.
10839
10840 2016-03-30 Yao Qi <yao.qi@linaro.org>
10841
10842 * gdb.reverse/until-precsave.exp: Match function name only.
10843 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
10844 Move malloc to a condition block.
10845 * gdb.reverse/until-reverse.exp: Match function name only.
10846
10847 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
10848
10849 * gdb.trace/ftrace.exp: Set arg0exp for s390.
10850 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
10851 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
10852 variable for GPR 0 instead of assuming it is register 0.
10853 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
10854 * lib/trace-support.exp: Add s390 registers.
10855
10856 2016-03-29 Yao Qi <yao.qi@linaro.org>
10857
10858 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
10859
10860 2016-03-24 Yao Qi <yao.qi@linaro.org>
10861
10862 * gdb.reverse/break-reverse.exp: Add quotation mark in the
10863 test message.
10864
10865 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10866
10867 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
10868 maintaining separate logic for constructing the output path.
10869
10870 2016-03-16 Don Breazeal <donb@codesourcery.com>
10871
10872 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
10873 Retry fork and waitpid on interrupted system call errors.
10874 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10875 Use with_timeout_factor to increase timeout by factor of 10.
10876
10877 2016-03-15 Don Breazeal <donb@codesourcery.com>
10878
10879 * gdb.cp/scope-err.cc: New test program.
10880 * gdb.cp/scope-err.exp: New test script.
10881 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
10882 lines and "set breakpoint here" comment.
10883 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
10884 Fixed some whitespace and format issues.
10885 * gdb.mi/mi-linespec-err-cp.cc: New test program.
10886 * gdb.mi/mi-linespec-err-cp.exp: New test script.
10887
10888 2016-03-15 Doug Evans <dje@google.com>
10889
10890 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
10891 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
10892 All callers updated. Add tests for enums, mixed flags register.
10893
10894 2016-03-15 Doug Evans <dje@google.com>
10895
10896 * gdb.base/skip.c (main): Call test_skip_file_and_function.
10897 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
10898
10899 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
10900
10901 * gdb.base/default.exp: Add $_as_string to the list of expected
10902 convenience functions.
10903
10904 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
10905
10906 * gdb.base/maint.exp: New tests for 'maint info line-table'.
10907
10908 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
10909
10910 * gdb.python/py-as-string.exp: New file.
10911 * gdb.python/py-as-string.c: New file.
10912
10913 2016-03-09 Pedro Alves <palves@redhat.com>
10914
10915 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
10916 signal" -> "Thread NN received signal" output change.
10917 * gdb.threads/ia64-sigill.exp: Likewise.
10918 * gdb.threads/linux-dp.exp: Likewise.
10919 * gdb.threads/manythreads.exp: Likewise.
10920 * gdb.threads/pending-step.exp: Likewise.
10921 * gdb.threads/print-threads.exp: Likewise.
10922 * gdb.threads/sigstep-threads.exp: Likewise.
10923 * gdb.threads/staticthreads.exp: Likewise.
10924 * gdb.threads/tls.exp: Likewise.
10925
10926 2016-03-09 Pedro Alves <palves@redhat.com>
10927
10928 * gdb.base/command-line-input.exp: New file.
10929
10930 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10931
10932 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
10933 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
10934 * gdb.trace/pending.exp: Accept leading dot before function name.
10935 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
10936 * lib/trace-support.exp: Set registers for ppc.
10937
10938 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10939
10940 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
10941 use it for disassembly; accept .main in addition to main in backtrace.
10942
10943 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
10944 Marcin Kościelnicki <koriakin@0x04.net>
10945
10946 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
10947 (gdb_recursion_test_ptr): New global variable.
10948 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
10949 gdb_recursion_test.
10950 (gdb_c_test): Ditto.
10951
10952 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10953
10954 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
10955 ordering.
10956
10957 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10958
10959 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
10960 (bar): Add bar_start_lbl label.
10961 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
10962 of foo/bar for emitting DWARF and tracing.
10963
10964 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
10965
10966 * analyze-racy-logs.py: Set executable bit.
10967
10968 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
10969
10970 * Makefile.in (DEFAULT_RACY_ITER): New variable.
10971 (CHECK_TARGET_TMP): Likewise.
10972 (check-single-racy): New rule.
10973 (check-parallel-racy): Likewise.
10974 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
10975 (do-check-parallel-racy): New rule.
10976 (check-racy/%.exp): Likewise.
10977 * README (Racy testcases): New section.
10978 * analyze-racy-logs.py: New file.
10979
10980 2016-03-03 Doug Evans <dje@google.com>
10981
10982 * gdb.base/skip.exp: Use with_test_prefix.
10983
10984 2016-03-03 Yao Qi <yao.qi@linaro.org>
10985
10986 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
10987 Invoke step_over_syscall "clone" and break_cond_on_syscall
10988 "clone".
10989 * gdb.base/step-over-clone.c: New file.
10990
10991 2016-03-03 Yao Qi <yao.qi@linaro.org>
10992
10993 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
10994 code format.
10995
10996 2016-03-03 Yao Qi <yao.qi@linaro.org>
10997
10998 * gdb.base/disp-step-fork.c: Rename to ...
10999 * gdb.base/step-over-fork.c: ... it. New file.
11000 * gdb.base/disp-step-vfork.c: Rename to ...
11001 * gdb.base/step-over-vfork.c: ... it. New file.
11002 * gdb.base/disp-step-syscall.exp: Rename to ...
11003 * gdb.base/step-over-syscall.exp: ... it. New file.
11004 (disp_step_cross_syscall): Rename to ...
11005 (step_over_syscall): ... it.
11006
11007 2016-03-03 Yao Qi <yao.qi@linaro.org>
11008
11009 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
11010 If target supports condition evaluation on target, invoke
11011 break_cond_on_syscall for fork and vfork.
11012
11013 2016-03-03 Yao Qi <yao.qi@linaro.org>
11014
11015 * gdb.base/disp-step-syscall.exp: Don't invoke
11016 support_displaced_stepping.
11017 (disp_step_cross_syscall): Test with displaced stepping off and
11018 on if supported.
11019
11020 2016-03-03 Yao Qi <yao.qi@linaro.org>
11021
11022 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
11023 proc.
11024 (setup): New proc.
11025 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
11026 and setup.
11027
11028 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11029
11030 * gdb.fortran/vla-history.exp: Remove breakpoint.
11031
11032 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11033
11034 * gdb.fortran/vla-history.exp: Lookup array elements and printing
11035 exceeds timeout.
11036
11037 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11038
11039 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
11040 breakpoint.
11041
11042 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11043
11044 * gdb.mi/vla.f90: Nullify pointer after declaration.
11045
11046 2016-03-01 Pedro Alves <palves@redhat.com>
11047
11048 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
11049
11050 2016-03-01 Pedro Alves <palves@redhat.com>
11051
11052 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
11053 before anything else.
11054 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
11055 _GNU_SOURCE here.
11056 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
11057 before anything else.
11058 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
11059
11060 2016-03-01 Pedro Alves <palves@redhat.com>
11061
11062 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
11063
11064 2016-03-01 Yao Qi <yao.qi@linaro.org>
11065
11066 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
11067 prepare_for_testing.
11068
11069 2016-03-01 Yao Qi <yao.qi@linaro.org>
11070
11071 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
11072
11073 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
11074
11075 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
11076 manually constructing the output path.
11077
11078 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
11079
11080 * gdb.arch/s390-stackless.S: New.
11081 * gdb.arch/s390-stackless.exp: New.
11082
11083 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
11084
11085 * gdb.dlang/circular.c: New file.
11086 * gdb.dlang/circular.exp: New file.
11087
11088 2016-02-26 Yao Qi <yao.qi@linaro.org>
11089
11090 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
11091 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
11092 (testcases): Update.
11093
11094 2016-02-26 Yao Qi <yao.qi@linaro.org>
11095
11096 * gdb.reverse/aarch64.c: Rename to ...
11097 * gdb.reverse/insn-reverse.c: ... it.
11098 * gdb.reverse/aarch64.exp: Rename to ...
11099 * gdb.reverse/insn-reverse.exp: ... it.
11100
11101 2016-02-26 Yao Qi <yao.qi@linaro.org>
11102
11103 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
11104 (testcase_ftype): New.
11105 (testcases): New array.
11106 (n_testcases): New.
11107 (main): Call each element in testcases.
11108 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
11109 (read_testcase): New.
11110 Do the tests in a loop.
11111
11112 2016-02-25 Yao Qi <yao.qi@linaro.org>
11113
11114 * gdb.base/branches.c: Remove.
11115
11116 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
11117
11118 PR gdb/13808
11119 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
11120
11121 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
11122
11123 * gdb.trace/ftrace.exp: Remove unnecessary target check.
11124
11125 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
11126
11127 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
11128 change x86_64 call_insn to 'callq'.
11129
11130 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
11131
11132 * gdb.trace/tfile-avx.c: Move to...
11133 * gdb.trace/tracefile-pseudo-reg.c: Here.
11134 * gdb.trace/tfile-avx.exp: Move to...
11135 * gdb.trace/tracefile-pseudo-reg.exp: Here.
11136
11137 2016-02-24 Gary Benson <gbenson@redhat.com>
11138
11139 * gdb.base/attach-pie-noexec.exp: Do not expect an error
11140 message on attach.
11141
11142 2016-02-23 Doug Evans <dje@google.com>
11143
11144 * gdb.base/skip.c (test_skip): New function.
11145 (end_test_skip_file_and_function): New function.
11146 (test_skip_file_and_function): New function.
11147 * gdb.base/skip1.c (test_skip): New function.
11148 (skip1_test_skip_file_and_function): New function.
11149 * gdb.base/skip.exp: Add tests for new skip options.
11150 * gdb.base/skip-solib.exp: Update expected output.
11151 * gdb.perf/skip-command.cc: New file.
11152 * gdb.perf/skip-command.exp: New file.
11153 * gdb.perf/skip-command.py: New file.
11154
11155 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
11156
11157 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
11158 info registers pattern.
11159
11160 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
11161
11162 * lib/future.exp: Add D support.
11163 (gdb_find_gdc): New proc.
11164 (gdb_default_target_compile): Add D support.
11165
11166 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
11167
11168 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
11169 user+system time.
11170 (trace_speed_test): Determine the iteration count for a time
11171 between 15..30 seconds.
11172
11173 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
11174
11175 * gdb.arch/i386-mpx-sigsegv.c: New file.
11176 * gdb.arch/i386-mpx-sigsegv.exp: New file.
11177 * gdb.arch/i386-mpx-simple_segv.c: New file.
11178 * gdb.arch/i386-mpx-simple_segv.exp: New file.
11179
11180 2016-02-18 Yao Qi <yao.qi@linaro.org>
11181
11182 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
11183 Don't call setup_kfail.
11184
11185 2016-02-18 Yao Qi <yao.qi@linaro.org>
11186
11187 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
11188 Set "set breakpoint condition-evaluation" per $cond_bp_target.
11189
11190 2016-02-16 Doug Evans <dje@google.com>
11191
11192 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
11193 * gdb.base/skip1.c: Ditto.
11194 * gdb.base/skip.exp: Whitespace cleanup.
11195
11196 2016-02-16 Don Breazeal <donb@codesourcery.com>
11197
11198 PR remote/19496
11199 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
11200 Remove kfail for PR remote/19496.
11201
11202 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
11203
11204 * lib/gdb.exp (standard_temp_file): Return a path specific to
11205 the runtest invocation.
11206
11207 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
11208
11209 * gdb.trace/save-trace.exp: Change relative path to be in the
11210 standard output directory.
11211
11212 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11213
11214 * gdb.arch/i386-prologue.c: Add missing prototypes.
11215
11216 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11217
11218 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
11219 * gdb.arch/i386-prologue.exp: Likewise.
11220 * gdb.arch/i386-size.exp: Likewise.
11221
11222 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
11223
11224 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
11225 define object file path.
11226 * gdb.btrace/gcore.exp: Use standard_output_file to define core
11227 file path.
11228 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
11229 standard_output_file to define binfile.
11230
11231 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11232
11233 Fix compatibility with recent gfortran-5.3.1.
11234 * gdb.fortran/vla-history.exp (print vla1 allocated)
11235 (print vla2 allocated, print $2, print $3): Remove
11236 (print $4): Rename to ...
11237 (print $2): ... here.
11238 (print $9): Rename to ...
11239 (print $5): ... here.
11240 (print $10): Rename to ...
11241 (print $6): ... here.
11242 * gdb.fortran/vla.f90: Add pvla initialization.
11243
11244 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11245
11246 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
11247 New test.
11248 * gdb.fortran/vla-value-sub.exp: Likewise.
11249
11250 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
11251
11252 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
11253
11254 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
11255
11256 * i386-biarch-core.exp: Define corefile using
11257 standard_output_file.
11258
11259 2016-02-12 Yao Qi <yao.qi@linaro.org>
11260
11261 * gdb.arch/arm-single-step-kernel-helper.c: New.
11262 * gdb.arch/arm-single-step-kernel-helper.exp: New.
11263
11264 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
11265
11266 * gdb.btrace/tailcall-only.exp: New.
11267 * gdb.btrace/tailcall-only.c: New.
11268 * gdb.btrace/x86_64-tailcall-only.S: New.
11269 * gdb.btrace/i686-tailcall-only.S: New.
11270
11271 2016-02-11 Pedro Alves <palves@redhat.com>
11272
11273 * README (Parallel testing): Add missing double quotes.
11274
11275 2016-02-11 Pedro Alves <palves@redhat.com>
11276
11277 * README (Parallel testing): New section.
11278 (GDB_PARALLEL): Rewrite.
11279 (FORCE_PARALLEL): Document.
11280
11281 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
11282
11283 * gdb.trace/tfile-avx.c: New test.
11284 * gdb.trace/tfile-avx.exp: New test.
11285
11286 2016-02-09 Keith Seitz <keiths@redhat.com>
11287
11288 PR breakpoints/19546
11289 * gdb.base/infcall-exec.c: New file.
11290 * gdb.base/infcall-exec2.c: New file.
11291 * gdb.base/infcall-exec.exp: New file.
11292
11293 2016-02-09 Keith Seitz <keiths@redhat.com>
11294
11295 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
11296 (toplevel): Call test_bkpt_address.
11297
11298 2016-02-09 Keith Seitz <keiths@redhat.com>
11299
11300 PR python/19506
11301 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
11302 (toplevel): Call test_bkpt_address.
11303
11304 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
11305
11306 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
11307 to AC_OUTPUT.
11308 * configure: Regenerate.
11309
11310 2016-02-09 Pedro Alves <palves@redhat.com>
11311
11312 PR breakpoints/19548
11313 * gdb.base/execl-update-breakpoints.c (some_function): New
11314 function.
11315 (main): Call it.
11316 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
11317 Tighten expected GDB output.
11318
11319 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
11320
11321 * Makefile.in (ALL_SUBDIRS): Remove.
11322 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
11323 (distclean maintainer-clean realclean): Likewise.
11324 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
11325 * configure: Regenerate.
11326 * gdb.ada/Makefile.in: Delete.
11327 * gdb.arch/Makefile.in: Likewise.
11328 * gdb.asm/Makefile.in: Likewise.
11329 * gdb.base/Makefile.in: Likewise.
11330 * gdb.btrace/Makefile.in: Likewise.
11331 * gdb.cell/Makefile.in: Likewise.
11332 * gdb.compile/Makefile.in: Likewise.
11333 * gdb.cp/Makefile.in: Likewise.
11334 * gdb.disasm/Makefile.in: Likewise.
11335 * gdb.dlang/Makefile.in: Likewise.
11336 * gdb.dwarf2/Makefile.in: Likewise.
11337 * gdb.fortran/Makefile.in: Likewise.
11338 * gdb.gdb/Makefile.in: Likewise.
11339 * gdb.go/Makefile.in: Likewise.
11340 * gdb.guile/Makefile.in: Likewise.
11341 * gdb.java/Makefile.in: Likewise.
11342 * gdb.linespec/Makefile.in: Likewise.
11343 * gdb.mi/Makefile.in: Likewise.
11344 * gdb.modula2/Makefile.in: Likewise.
11345 * gdb.multi/Makefile.in: Likewise.
11346 * gdb.objc/Makefile.in: Likewise.
11347 * gdb.opencl/Makefile.in: Likewise.
11348 * gdb.opt/Makefile.in: Likewise.
11349 * gdb.pascal/Makefile.in: Likewise.
11350 * gdb.perf/Makefile.in: Likewise.
11351 * gdb.python/Makefile.in: Likewise.
11352 * gdb.reverse/Makefile.in: Likewise.
11353 * gdb.server/Makefile.in: Likewise.
11354 * gdb.stabs/Makefile.in: Likewise.
11355 * gdb.threads/Makefile.in: Likewise.
11356 * gdb.trace/Makefile.in: Likewise.
11357 * gdb.xml/Makefile.in: Likewise.
11358 * lib/gdb.exp (make_gdb_parallel_path): Add check for
11359 GDB_PARALLEL.
11360 (standard_output_file): Remove check for GDB_PARALLEL, always
11361 return path in outputs/$subdir/$testname.
11362
11363 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
11364
11365 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
11366 (site.exp): Assign abs_srcdir to tcl's srcdir.
11367
11368 2016-02-04 Yao Qi <yao.qi@linaro.org>
11369
11370 * gdb.base/foll-exec-mode.c: Include limits.h.
11371 (main): Add parameters argc and argv. Get directory from
11372 argv[0].
11373 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
11374 compilation.
11375 * gdb.base/foll-exec.c: Include limits.h.
11376 (main): Add parameters argc and argv.
11377 Get directory from argv[0].
11378 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
11379 Adjust tests on the number of lines as source code changed.
11380 * gdb.base/foll-vfork-exit.c: Include limits.h.
11381 (main): Add one line of statement before vfork.
11382 * gdb.base/foll-vfork.c: Include limits.h and string.h.
11383 (main): Add parameters argc and argv. Get directory from
11384 argv[0].
11385 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
11386 (setup_gdb): Set tbreak to skip some source lines.
11387 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
11388 (main): Add parameters argc and argv. Get directory from
11389 argv[0].
11390 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
11391 compilation.
11392 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
11393 (main): Add parameters argc and argv. Get directory from
11394 argv[0].
11395 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
11396 compilation.
11397
11398 2016-02-01 Doug Evans <dje@google.com>
11399
11400 * gdb.base/skip.exp: Clean up multiple references to same test name.
11401
11402 2016-02-01 Pedro Alves <palves@redhat.com>
11403
11404 PR remote/19496
11405 * gdb.threads/forking-threads-plus-breakpoint.exp
11406 (displaced_stepping_supported): New global.
11407 (probe_displaced_stepping_support): New procedure.
11408 (do_test): Add 'displaced' parameter, and use it.
11409 (top level): Check for displaced stepping support. Add displaced
11410 stepping on/off testing axis.
11411
11412 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
11413
11414 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
11415 pointer. Don't perform further tests on the unassociated pointer
11416 if the first test fails.
11417
11418 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
11419
11420 * gdb.base/max-value-size.c: New file.
11421 * gdb.base/max-value-size.exp: New file.
11422 * gdb.base/huge.exp: Disable max-value-size for this test.
11423
11424 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
11425
11426 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
11427
11428 2016-01-28 Yao Qi <yao.qi@linaro.org>
11429
11430 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
11431
11432 2016-01-25 Pedro Alves <palves@redhat.com>
11433
11434 PR threads/19461
11435 * gdb.base/fork-running-state.c: New file.
11436 * gdb.base/fork-running-state.exp: New file.
11437
11438 2016-01-25 Pedro Alves <palves@redhat.com>
11439
11440 PR gdb/19494
11441 * gdb.base/catch-fork-kill.c: New file.
11442 * gdb.base/catch-fork-kill.exp: New file.
11443
11444 2016-01-25 Pedro Alves <palves@redhat.com>
11445
11446 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
11447 Delete, moved to lib/gdb.exp.
11448 * gdb.threads/forking-threads-plus-breakpoint.exp
11449 (foreach_with_prefix): Likewise.
11450 * gdb.threads/process-dies-while-handling-bp.exp
11451 (foreach_with_prefix): Likewise.
11452 * lib/gdb.exp (foreach_with_prefix): New procedure.
11453
11454 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
11455
11456 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
11457 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
11458
11459 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
11460
11461 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
11462 endian targets.
11463
11464 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11465 Pedro Alves <palves@redhat.com>
11466
11467 Fix testsuite compatibility with Guile.
11468 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
11469 number.
11470
11471 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11472
11473 Fix testsuite compatibility with Guile.
11474 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
11475 (thread 1): New test for backtrace through signal handler.
11476
11477 2016-01-22 Yao Qi <yao.qi@linaro.org>
11478
11479 PR testsuite/19491
11480 * gdb.base/multi-forks.c: Include
11481 ../lib/unbuffer_output.c
11482 (main): Call gdb_unbuffer_output.
11483
11484 2016-01-21 Doug Evans <dje@google.com>
11485
11486 * lib/ada.exp (gdb_compile_ada): Fix typo.
11487
11488 2016-01-21 Joel Brobecker <brobecker@adacore.com>
11489
11490 * gdb.base/break-fun-addr.exp: New file.
11491 * gdb.base/break-fun-addr1.c: New file.
11492 * gdb.base/break-fun-addr2.c: New file.
11493
11494 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
11495
11496 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
11497 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
11498 enum flag values.
11499
11500 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
11501
11502 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
11503 when GDB can not set the vector return value. Add more comments
11504 for clarification.
11505
11506 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
11507
11508 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
11509 command.
11510
11511 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11512
11513 * Makefile.in (DO_RUNTEST): Add --status and update usages.
11514
11515 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11516
11517 * Makefile.in (check-single): Pass --status to runtest.
11518 (check/%.exp): Likewise.
11519
11520 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11521
11522 * Makefile.in (check-parallel): Propagate return code from make
11523 do-check-parallel.
11524
11525 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
11526
11527 * gdb.trace/ftrace.exp: Fix expected message on continue.
11528 * gdb.trace/pending.exp: Fix expected message on continue.
11529 * gdb.trace/trace-break.exp: Fix expected message on continue.
11530
11531 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
11532
11533 * lib/gdb.exp (gdb_test): Remove unused global references.
11534
11535 2016-01-18 Pedro Alves <palves@redhat.com>
11536
11537 * gdb.base/async-shell.exp: Adjust expected output.
11538 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
11539 * gdb.base/siginfo-thread.exp: Adjust expected output.
11540 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
11541 * gdb.java/jnpe.exp: Adjust expected output.
11542 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
11543 * gdb.threads/continue-pending-status.exp: Adjust expected output.
11544 * gdb.threads/leader-exit.exp: Adjust expected output.
11545 * gdb.threads/manythreads.exp: Adjust expected output.
11546 * gdb.threads/pthreads.exp: Adjust expected output.
11547 * gdb.threads/schedlock.exp: Adjust expected output.
11548 * gdb.threads/siginfo-threads.exp: Adjust expected output.
11549 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
11550 expected output.
11551 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
11552 output.
11553 * gdb.threads/sigthread.exp: Adjust expected output.
11554 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
11555
11556 2016-01-18 Yao Qi <yao.qi@linaro.org>
11557
11558 * gdb.guile/scm-section-script.c: Replace @progbits with
11559 %progbits.
11560 * gdb.python/py-section-script.c: Likewise.
11561
11562 2016-01-15 Pedro Alves <palves@redhat.com>
11563
11564 * gdb.multi/tids.exp: Test star wildcard ranges.
11565
11566 2016-01-15 Pedro Alves <palves@redhat.com>
11567
11568 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
11569 command from "thread apply" invocation.
11570 (thr_apply_info_thr_invalid): Default the expected output to the
11571 input tid list.
11572 (top level): Add tests that use convenience variables. Add tests
11573 for "thread apply" with a valid TID list, but missing the command.
11574
11575 2016-01-13 Pedro Alves <palves@redhat.com>
11576
11577 * gdb.base/default.exp: Expect $_gthread as well.
11578 * gdb.multi/tids.exp: Test $_gthread.
11579 * gdb.threads/thread-specific.exp: Test $_gthread.
11580
11581 2016-01-13 Pedro Alves <palves@redhat.com>
11582
11583 * gdb.multi/tids.exp: Test "info threads -gid".
11584
11585 2016-01-13 Pedro Alves <palves@redhat.com>
11586
11587 * gdb.multi/tids.exp: Test InferiorThread.global_num and
11588 Breakpoint.thread.
11589 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
11590
11591 2016-01-07 Pedro Alves <palves@redhat.com>
11592
11593 * gdb.base/break.exp: Adjust to output changes.
11594 * gdb.base/hbreak2.exp: Likewise.
11595 * gdb.base/sepdebug.exp: Likewise.
11596 * gdb.base/watch_thread_num.exp: Likewise.
11597 * gdb.linespec/keywords.exp: Likewise.
11598 * gdb.multi/info-threads.exp: Likewise.
11599 * gdb.threads/thread-find.exp: Likewise.
11600 * gdb.multi/tids.c: New file.
11601 * gdb.multi/tids.exp: New file.
11602
11603 2016-01-13 Pedro Alves <palves@redhat.com>
11604
11605 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
11606
11607 2016-01-13 Pedro Alves <palves@redhat.com>
11608
11609 * gdb.base/default.exp: Expect $_inferior as well.
11610 * gdb.multi/base.exp: Test $_inferior.
11611
11612 2016-01-13 Pedro Alves <palves@redhat.com>
11613
11614 PR breakpoints/19388
11615 * gdb.base/catch-signal-siginfo-cond.c: New file.
11616 * gdb.base/catch-signal-siginfo-cond.exp: New file.
11617
11618 2016-01-12 Josh Stone <jistone@redhat.com>
11619 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11620
11621 * gdb.base/catch-syscall.c (do_execve): New variable.
11622 (main): Conditionally trigger an execve.
11623 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
11624 (test_catch_syscall_execve): New, check entry/return across execve.
11625 (do_syscall_tests): Call test_catch_syscall_execve.
11626
11627 2016-01-12 Pedro Alves <palves@redhat.com>
11628
11629 * gdb.base/random-signal.exp (do_test): New procedure, with body
11630 of testcase moved in.
11631
11632 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11633 Pedro Alves <palves@redhat.com>
11634
11635 * gdb.base/funcargs.exp (finish from indirectly called function):
11636 Reintroduce the case for 'First'.
11637
11638 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11639 Pedro Alves <palves@redhat.com>
11640
11641 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
11642 (tcatch_vfork_then_child_follow_exec)
11643 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
11644 identification.
11645
11646 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11647
11648 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
11649 and repeats to unlimited.
11650 * gdb.python/py-value.exp: Likewise.
11651 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
11652 and repeats to unlimited.
11653
11654 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11655
11656 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
11657 and reordering the functions.
11658 * gdb.multi/hangout.c: Likewise.
11659 * gdb.multi/hello.c: Likewise.
11660
11661 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
11662
11663 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
11664 absolute.
11665 (SingleStatisticTestResult.report): Use dict.keys instead of
11666 dict.iterkeys.
11667
11668 2016-01-06 Pedro Alves <palves@redhat.com>
11669
11670 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
11671
11672 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
11673
11674 * gdb.btrace/dlopen.exp: New.
11675 * gdb.btrace/dlopen.c: New.
11676 * gdb.btrace/dlopen-dso.c: New.
11677
11678 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
11679
11680 * lib/gdb.exp (gdb_test): Update comments to clarify that the
11681 PATTERN argument is optional.
11682
11683 2015-12-24 Joel Brobecker <brobecker@adacore.com>
11684
11685 * lib/ada.exp (target_compile_ada_from_dir): New function.
11686 (gdb_compile_ada): Reimplement avoiding the use of project files.
11687 * gdb.ada/gnat_ada.gpr: Delete.
11688 * gdb.ada/cond_lang.exp: Adjust test to make path before
11689 filename optional.
11690 * gdb.ada/small_reg_param.exp: Likewise.
11691
11692 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
11693
11694 * gdb.base/foll-vork.exp: Remove HP-UX special case.
11695
11696 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
11697
11698 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
11699 case.
11700
11701 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
11702
11703 * gdb.base/break.exp: Remove dead code.
11704 * gdb.base/sepdebug.exp: Likewise.
11705
11706 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
11707
11708 * gdb.asm/asm-source.exp: Remove HP-UX references.
11709 * gdb.base/annota1.exp: Likewise.
11710 * gdb.base/annota3.exp: Likewise.
11711 * gdb.base/attach.exp: Likewise.
11712 * gdb.base/bigcore.exp: Likewise.
11713 * gdb.base/break.exp: Likewise.
11714 * gdb.base/call-ar-st.exp: Likewise.
11715 * gdb.base/callfuncs.exp: Likewise.
11716 * gdb.base/catch-fork-static.exp: Likewise.
11717 * gdb.base/display.exp: Likewise.
11718 * gdb.base/foll-exec-mode.exp: Likewise.
11719 * gdb.base/foll-exec.exp: Likewise.
11720 * gdb.base/foll-fork.exp: Likewise.
11721 * gdb.base/foll-vfork.exp: Likewise.
11722 * gdb.base/funcargs.exp: Likewise.
11723 * gdb.base/hbreak2.exp: Likewise.
11724 * gdb.base/inferior-died.exp: Likewise.
11725 * gdb.base/interrupt.exp: Likewise.
11726 * gdb.base/multi-forks.exp: Likewise.
11727 * gdb.base/nodebug.exp: Likewise.
11728 * gdb.base/sepdebug.exp: Likewise.
11729 * gdb.base/solib1.c: Likewise.
11730 * gdb.base/step-test.exp: Likewise.
11731 * gdb.mi/non-stop.c: Likewise.
11732 * gdb.mi/pthreads.c: Likewise.
11733 * gdb.multi/bkpt-multi-exec.ex: Likewise.
11734 * gdb.threads/pthreads.c: Likewise.
11735 * gdb.threads/staticthreads.exp: Likewise.
11736 * lib/future.exp: Likewise.
11737 * lib/gdb.exp: Likewise.
11738 * gdb.base/so-indr-cl.c: Remove.
11739 * gdb.base/so-indr-cl.exp: Likewise.
11740 * gdb.base/solib.c: Likewise.
11741 * gdb.base/solib.exp: Likewise.
11742 * gdb.base/solib2.c: Likewise.
11743
11744 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
11745
11746 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
11747 * gdb.base/call-ar-st.exp: Likewise.
11748 * gdb.base/callfuncs.exp: Likewise.
11749 * gdb.base/condbreak.exp: Likewise.
11750 * gdb.base/constvars.exp: Likewise.
11751 * gdb.base/hbreak2.exp: Likewise.
11752 * gdb.base/langs.exp: Likewise.
11753 * gdb.base/list.exp: Likewise.
11754 * gdb.base/long_long.exp: Likewise.
11755 * gdb.base/ptype.exp: Likewise.
11756 * gdb.base/scope.exp: Likewise.
11757 * gdb.base/signals.exp: Likewise.
11758 * gdb.base/so-impl-ld.exp: Likewise.
11759 * gdb.base/varargs.exp: Likewise.
11760 * gdb.base/volatile.exp: Likewise.
11761 * gdb.base/whatis.exp: Likewise.
11762 * gdb.cp/cplusfuncs.exp: Likewise.
11763 * gdb.cp/inherit.exp: Likewise.
11764 * gdb.cp/local.exp: Likewise.
11765 * gdb.cp/member-ptr.exp: Likewise.
11766 * gdb.cp/method.exp: Likewise.
11767 * gdb.cp/overload.exp: Likewise.
11768 * gdb.cp/templates.exp: Likewise.
11769 * gdb.stabs/weird.exp: Likewise.
11770 * lib/compiler.c: Likewise.
11771 * lib/compiler.cc: Likewise.
11772 * lib/cp-support.exp: Likewise.
11773 * lib/gdb.exp: Likewise.
11774
11775 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
11776
11777 * configure.ac: Remove HP-UX case.
11778 * configure: Regenerate.
11779
11780 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
11781
11782 * lib/gdb.exp (gdb_compile): Add function doc.
11783
11784 2015-12-17 Pedro Alves <palves@redhat.com>
11785
11786 PR threads/19354
11787 * gdb.multi/info-threads.exp: New file.
11788
11789 2015-12-15 Yao Qi <yao.qi@linaro.org>
11790
11791 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
11792 is aarch64*-*-*.
11793
11794 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11795
11796 * gdb.base/history-duplicates.exp: Skip if no readline support.
11797
11798 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11799
11800 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
11801
11802 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11803
11804 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
11805
11806 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11807
11808 * gdb.base/completion.exp: Skip tests that interrupt GDB with
11809 ctrl-C if nointerrupts target property is set.
11810 * gdb.base/double-prompt-target-event-error.exp: Likewise.
11811 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
11812 * gdb.base/paginate-bg-execution.exp: Likewise.
11813 * gdb.base/paginate-execution-startup.exp: Likewise.
11814 * gdb.base/random-signal.exp: Likewise.
11815 * gdb.base/range-stepping.exp: Likewise.
11816 * gdb.cp/annota2.exp: Likewise.
11817 * gdb.cp/annota3.exp: Likewise.
11818 * gdb.gdb/selftest.exp: Likewise.
11819 * gdb.threads/continue-pending-status.exp: Likewise.
11820 * gdb.threads/leader-exit.exp: Likewise.
11821 * gdb.threads/manythreads.exp: Likewise.
11822 * gdb.threads/pthreads.exp: Likewise.
11823 * gdb.threads/schedlock.exp: Likewise.
11824 * gdb.threads/sigthread.exp: Likewise.
11825
11826 2015-12-11 Don Breazeal <donb@codesourcery.com>
11827
11828 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
11829 remote.
11830 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
11831 * gdb.base/foll-exec.exp (main): Enable for target remote.
11832 * gdb.base/foll-fork.exp (main): Likewise.
11833 * gdb.base/foll-vfork.exp (main): Likewise.
11834 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
11835 (proc continue_to_exit_bp_loc): Use clean_restart.
11836 * gdb.base/pie-execl.exp (main): Disable for target remote.
11837 * gdb.base/watch-vfork.exp (main): Enable for target remote.
11838 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
11839 * gdb.threads/execl.exp (main): Likewise.
11840 * gdb.threads/fork-child-threads.exp (main): Likewise.
11841 * gdb.threads/fork-plus-threads.exp (main): Disable for target
11842 remote.
11843 * gdb.threads/fork-thread-pending.exp (main): Enable for target
11844 remote.
11845 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
11846 pid.tid style ptids, instead of just tid.
11847 * gdb.threads/thread-execl.exp (main): Enable for target remote.
11848 * gdb.threads/watchpoint-fork.exp (main): Likewise.
11849 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
11850 ptids, instead of just tid.
11851
11852 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11853
11854 * gdb.base/list.exp (test_list_forward): Add end of file error
11855 test.
11856 (test_repeat_list_command): Add end of file error test.
11857 (test_list_backwards): Add beginning of file error test.
11858
11859 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11860
11861 * gdb.base/list.exp (test_list_invalid_args): New function,
11862 defined, and called.
11863
11864 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11865
11866 * gdb.base/list.exp (test_list): Make test names unique.
11867
11868 2015-12-11 Yao Qi <yao.qi@linaro.org>
11869
11870 * gdb.base/coremaker2.c: Remove.
11871
11872 2015-12-10 Pedro Alves <palves@redhat.com>
11873
11874 * gdb.multi/base.exp: Remove stale "spaces" references.
11875
11876 2015-12-10 Pedro Alves <palves@redhat.com>
11877
11878 * gdb.multi/base.exp: Don't use nowarnings.
11879 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
11880 * gdb.multi/hangout.c: Include stdio.h.
11881 * gdb.multi/hello.c: Include stdlib.h.
11882 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
11883 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
11884 * gdb.multi/multi-arch.exp: Don't use nowarnings.
11885
11886 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
11887
11888 * gdb.dwarf2/dw2-ranges-base.c: New file.
11889 * gdb.dwarf2/dw2-ranges-base.exp: New file.
11890 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
11891 support additional line table, and debug ranges generation.
11892 (Dwarf::ranges): New function, generate .debug_ranges.
11893 (Dwarf::lines): Support generating simple line table programs.
11894 (Dwarf::assemble): Initialise new namespace variables.
11895
11896 2015-12-09 Kevin Buettner <kevinb@redhat.com>
11897
11898 * gdb.base/async.exp (proc test_background): Add case for
11899 asynchronous execution not supported.
11900
11901 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
11902
11903 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
11904 format and change test names to make them unique.
11905
11906 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
11907 Pedro Alves <pedro@redhat.com>
11908
11909 PR gdb/18702
11910 Add checking of floatformats setup on x86_64 hosts.
11911 * gdb.arch/i386-float.S (main): Load bigval and smallval.
11912 (smallval, bigval): New labels/constants.
11913 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
11914 float" after loading bigval and smallval.
11915
11916 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
11917
11918 * gdb.ada/fun_overload_menu.exp: New testcase.
11919 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
11920
11921 2015-12-04 Josh Stone <jistone@redhat.com>
11922
11923 * gdb.base/catch-fork-static.exp: New.
11924
11925 2015-12-03 Yao Qi <yao.qi@linaro.org>
11926
11927 * gdb.base/sizeof.c: Don't include stdio.h and
11928 ../lib/unbuffer_output.c.
11929 (main): New variable 'size' and 'value'. Remove printf and
11930 gdb_unbuffer_output. Assign return value to size and value.
11931 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
11932 at the beginning.
11933 (check_sizeof): Check the result by printing variable 'size'.
11934 (check_valueof): Check the result by printing variable 'value'.
11935
11936 2015-12-01 Yao Qi <yao.qi@linaro.org>
11937
11938 * gdb.base/disp-step-syscall.exp: Define syscall instruction
11939 for aarch64*-*-linux* target.
11940
11941 2015-11-30 Pedro Alves <palves@redhat.com>
11942
11943 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
11944
11945 2015-11-30 Pedro Alves <palves@redhat.com>
11946
11947 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
11948 Handle non-stop mode vCont replies.
11949
11950 2015-11-30 Pedro Alves <palves@redhat.com>
11951
11952 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
11953 prepare_for_testing. Start gdb with "set non-stop on" appended to
11954 GDBFLAGS. Lax expected stop output.
11955
11956 2015-11-27 Yao Qi <yao.qi@linaro.org>
11957
11958 * gdb.arch/arm-neon.exp: New.
11959 * gdb.arch/arm-neon.c: New.
11960
11961 2015-11-27 Yao Qi <yao.qi@linaro.org>
11962
11963 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
11964
11965 2015-11-27 Yao Qi <yao.qi@linaro.org>
11966
11967 * gdb.cp/annota2.exp: Allow multiple occurrences of the
11968 frames-invalid annotation.
11969
11970 2015-11-27 Yao Qi <yao.qi@linaro.org>
11971
11972 * gdb.cp/annota2.exp: Use ${frames_invalid}.
11973
11974 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
11975
11976 * gdb.threads/names.exp: New file.
11977 * gdb.threads/names.c: New file.
11978 * README: Mention gdb,no_thread_names.
11979
11980 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
11981
11982 PR 19297
11983 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
11984 support" error.
11985
11986 2015-11-24 Pedro Alves <palves@redhat.com>
11987
11988 PR 17539
11989 * gdb.base/display.exp: Expect displays to be sorted in ascending
11990 order. Use multi_line.
11991 * gdb.base/solib-display.exp: Likewise.
11992
11993 2015-11-24 Pedro Alves <palves@redhat.com>
11994
11995 PR 17539
11996 * gdb.base/display.exp: Expect displays to be sorted in ascending
11997 order. Use multi_line.
11998 * gdb.base/solib-display.exp: Likewise.
11999
12000 2015-11-24 Pedro Alves <palves@redhat.com>
12001
12002 PR 17539
12003 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
12004 threads in ascending order.
12005 * gdb.base/foll-fork.exp: Likewise.
12006 * gdb.base/foll-vfork.exp: Likewise.
12007 * gdb.base/multi-forks.exp: Likewise.
12008 * gdb.mi/mi-nonstop.exp: Likewise.
12009 * gdb.mi/mi-nsintrall.exp: Likewise.
12010 * gdb.multi/base.exp: Likewise.
12011 * gdb.multi/multi-arch.exp: Likewise.
12012 * gdb.python/py-inferior.exp: Likewise.
12013 * gdb.threads/break-while-running.exp: Likewise.
12014 * gdb.threads/execl.exp: Likewise.
12015 * gdb.threads/gcore-thread.exp: Likewise.
12016 * gdb.threads/info-threads-cur-sal.exp: Likewise.
12017 * gdb.threads/kill.exp: Likewise.
12018 * gdb.threads/linux-dp.exp: Likewise.
12019 * gdb.threads/multiple-step-overs.exp: Likewise.
12020 * gdb.threads/next-bp-other-thread.exp: Likewise.
12021 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
12022 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
12023 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
12024 * gdb.threads/thread-find.exp: Likewise.
12025 * gdb.threads/tls.exp: Likewise.
12026 * lib/mi-support.exp (mi_reverse_list): Delete.
12027 (mi_check_thread_states): No longer reverse list.
12028
12029 2015-11-24 Pedro Alves <palves@redhat.com>
12030
12031 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
12032 use lowercase.
12033
12034 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
12035
12036 * gdb.trace/actions.c: Include trace-common.h.
12037 (main): Add a location for a fast tracepoint.
12038 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
12039 the normal tracepoints.
12040 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
12041
12042 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
12043
12044 * save-trace.exp: Factor out code to these...
12045 (gdb_save_tracepoints): New.
12046 (gdb_load_tracepoints): New.
12047 (do_save_load_test): New.
12048
12049 2015-11-23 Kevin Buettner <kevinb@redhat.com>
12050
12051 * gdb.base/asmlabel.exp: New test.
12052 * gdb.base/asmlabel.c: New test case.
12053
12054 2015-11-23 Joel Brobecker <brobecker@adacore.com>
12055
12056 * gdb.base/wrong_frame_bt_full-main.c: New file.
12057 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
12058 * gdb.base/wrong_frame_bt_full.exp: New file.
12059
12060 2015-11-23 Joel Brobecker <brobecker@adacore.com>
12061
12062 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
12063
12064 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
12065
12066 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
12067 pstate register when comparing registers values in
12068 sparc64-*-linux-gnu targets to avoid spurious differences.
12069
12070 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
12071
12072 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
12073
12074 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
12075
12076 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
12077 as type argument to gdb_compile.
12078 * gdb.base/nested-subp2.exp: Likewise.
12079 * gdb.base/nested-subp3.exp: Likewise.
12080
12081 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
12082
12083 * lib/dwarf.exp (_note): Fix left shift of negative value.
12084 * gdb.trace/trace-condition.exp: Likewise.
12085
12086 2015-11-13 Yao Qi <yao.qi@linaro.org>
12087
12088 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
12089 comments about d10v.
12090 (test_scalar_returns): Likewise.
12091 * gdb.base/d10v.ld: Remove.
12092 * gdb.base/overlays.exp: Remove the target triplet checking for
12093 d10v-*-*.
12094 * gdb.base/structs.exp (test_struct_returns): Remove the
12095 comments about d10v.
12096 (test_struct_calls): Likewise.
12097
12098 2015-11-13 Yao Qi <yao.qi@linaro.org>
12099
12100 * gdb.base/gnu_vector.exp: Check the return value by "p res".
12101 * gdb.base/gnu_vector.c: Don't include stdio.h.
12102 (main): Don't print res and call add_some_intvecs.
12103
12104 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
12105
12106 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
12107 macro.
12108 (func5): Removed.
12109 (func4): Use FAST_TRACEPOINT_LABEL.
12110 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
12111 macro.
12112 (func): Removed.
12113 (thread_function): Use FAST_TRACEPOINT_LABEL.
12114 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
12115 (func): Remove.
12116 (marker): Use FAST_TRACEPOINT_LABEL.
12117 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
12118 (pendfunc1): Remove.
12119 (pendfunc): Use FAST_TRACEPOINT_LABEL.
12120 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
12121 (foo): Remove.
12122 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
12123 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
12124 macro.
12125 (func): Remove.
12126 (marker): Use FAST_TRACEPOINT_LABEL.
12127 * gdb.trace/trace-common.h: New header.
12128 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
12129 macro.
12130 (func): Remove.
12131 (marker): Use FAST_TRACEPOINT_LABEL.
12132 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
12133 (func): Remove.
12134 (thread_function): Use FAST_TRACEPOINT_LABEL.
12135
12136 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
12137
12138 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
12139 in front.
12140 * gdb.trace/change-loc.exp: Use global pcreg definition.
12141 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
12142 * gdb.trace/entry-values.exp: Use global spreg definition, add $
12143 in front.
12144 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
12145 * gdb.trace/pending.exp: Likewise.
12146 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
12147 * gdb.trace/trace-break.exp: Likewise.
12148 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
12149 in front.
12150 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
12151 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
12152 in front.
12153 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
12154
12155 2015-11-09 Joel Brobecker <brobecker@adacore.com>
12156
12157 * gdb.ada/fin_fun_out: New testcase.
12158
12159 2015-11-07 Kevin Buettner <kevinb@redhat.com>
12160
12161 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
12162 value associated with DW_AT_byte_size.
12163 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
12164 constants for DW_AT_byte_size, DW_AT_lower_bound, and
12165 DW_AT_upper_bound.
12166
12167 2015-11-07 Kevin Buettner <kevinb@redhat.com>
12168
12169 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
12170 (gdb_target_symbol_prefix_flags): Define in terms of _asm
12171 version.
12172 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
12173 gdb.dwarf2/dw2-canonicalize-type.exp,
12174 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
12175 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
12176 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
12177 provided by gdb_target_symbol_prefix_flags_asm.
12178 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
12179 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
12180 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
12181 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
12182 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
12183 macros where needed). Use this macro for symbols which require
12184 the prefix provided by SYMBOL_PREFIX.
12185
12186 2015-11-05 Kevin Buettner <kevinb@redhat.com>
12187
12188 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
12189 New procs.
12190 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
12191 representing expressions, of more than one list element.
12192 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
12193 to prepend linker symbol prefix to f.
12194 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
12195 table_1 and table_2.
12196 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
12197 Likewise, for f and g.
12198 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
12199 for ptr.
12200 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
12201 for main.
12202 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
12203 table_1_ptr and table_2_ptr.
12204
12205 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12206 Joel Brobecker <brobecker@adacore.com>
12207
12208 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
12209
12210 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
12211
12212 * gdb.reverse/s390-mvcle.c: New test.
12213 * gdb.reverse/s390-mvcle.exp: New file.
12214 * lib/gdb.exp: Enable reverse tests on s390*-linux.
12215
12216 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
12217
12218 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
12219
12220 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
12221
12222 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
12223 reaching marker2.
12224 * gdb.reverse/getresuid-reverse.exp: Likewise.
12225 * gdb.reverse/pipe-reverse.exp: Likewise.
12226 * gdb.reverse/readv-reverse.exp: Likewise.
12227 * gdb.reverse/recvmsg-reverse.exp: Likewise.
12228 * gdb.reverse/time-reverse.exp: Likewise.
12229 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
12230
12231 2015-10-30 Yao Qi <yao.qi@linaro.org>
12232
12233 * gdb.threads/wp-replication.c (watch_count_done): Remove.
12234 (empty_cycle): Remove.
12235 (main): Don't call empty_cycle. Don't use watch_count_done.
12236 * gdb.threads/wp-replication.exp: Don't set breakpoint on
12237 empty_cycle. Rewrite the code counting HW watchpoints.
12238
12239 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
12240
12241 * gdb.reverse/fstatat-reverse.c: New test.
12242 * gdb.reverse/fstatat-reverse.exp: New file.
12243 * gdb.reverse/getresuid-reverse.c: New test.
12244 * gdb.reverse/getresuid-reverse.exp: New file.
12245 * gdb.reverse/pipe-reverse.c: New test.
12246 * gdb.reverse/pipe-reverse.exp: New file.
12247 * gdb.reverse/readv-reverse.c: New test.
12248 * gdb.reverse/readv-reverse.exp: New file.
12249 * gdb.reverse/recvmsg-reverse.c: New test.
12250 * gdb.reverse/recvmsg-reverse.exp: New file.
12251 * gdb.reverse/time-reverse.c: New test.
12252 * gdb.reverse/time-reverse.exp: New file.
12253 * gdb.reverse/waitpid-reverse.c: New test.
12254 * gdb.reverse/waitpid-reverse.exp: New file.
12255
12256 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
12257
12258 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
12259
12260 2015-10-26 Doug Evans <dje@google.com>
12261
12262 PR symtab/17391
12263 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
12264 * gdb.dwarf2/bad-regnum.c: New file.
12265 * gdb.dwarf2/bad-regnum.exp: New file.
12266
12267 2015-10-26 Doug Evans <dje@google.com>
12268
12269 PR python/18938
12270 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
12271 file.
12272
12273 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12274
12275 * gdb.compile/compile.exp (compile code globalvar): Update expectation
12276 for a change by "Mention language in compile error message".
12277
12278 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
12279
12280 PR python/18073
12281 * gdb.python/py-type.c (C::a_method): New.
12282 (C::a_const_method): New.
12283 (C::a_static_method): New.
12284 (a_function): New.
12285 * gdb.python/py-type.exp (test_fields): Test getting fields
12286 from function and method.
12287
12288 2015-10-21 Keven Boell <keven.boell@intel.com>
12289
12290 * gdb.fortran/vla-alloc-assoc.exp: New file.
12291 * gdb.fortran/vla-datatypes.exp: New file.
12292 * gdb.fortran/vla-datatypes.f90: New file.
12293 * gdb.fortran/vla-history.exp: New file.
12294 * gdb.fortran/vla-ptype-sub.exp: New file.
12295 * gdb.fortran/vla-ptype.exp: New file.
12296 * gdb.fortran/vla-sizeof.exp: New file.
12297 * gdb.fortran/vla-sub.f90: New file.
12298 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
12299 * gdb.fortran/vla-value-sub-finish.exp: New file.
12300 * gdb.fortran/vla-value-sub.exp: New file.
12301 * gdb.fortran/vla-value.exp: New file.
12302 * gdb.fortran/vla-ptr-info.exp: New file.
12303 * gdb.mi/mi-vla-fortran.exp: New file.
12304 * gdb.mi/vla.f90: New file.
12305
12306 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
12307
12308 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
12309 of hardwired timeout value.
12310
12311 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12312 Pedro Alves <palves@redhat.com>
12313
12314 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
12315 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
12316
12317 2015-10-19 Josh Stone <jistone@redhat.com>
12318
12319 * gdb.base/catch-syscall.c: Include <sched.h>.
12320 (unknown_syscall): New variable.
12321 (main): Trigger a vfork and an unknown syscall.
12322 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
12323 (unknown_syscall_number): Likewise.
12324 (check_call_to_syscall): Accept an optional syscall pattern.
12325 (check_return_from_syscall): Likewise.
12326 (check_continue): Likewise.
12327 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
12328 (test_catch_syscall_skipping_return): New test toggling off 'catch
12329 syscall' to step over the syscall return, then toggling back on.
12330 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
12331 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
12332 (do_syscall_tests): Call test_catch_syscall_without_args and
12333 test_catch_syscall_mid_vfork.
12334 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
12335 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
12336
12337 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
12338
12339 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
12340 print g_vE): Add new pass patterns.
12341 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
12342 print various symbol names for vptr fields.
12343
12344 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
12345
12346 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
12347 results.
12348
12349 2015-10-12 Yao Qi <yao.qi@linaro.org>
12350
12351 * gdb.arch/disp-step-insn-reloc.exp: New test case.
12352
12353 2015-10-12 Yao Qi <yao.qi@linaro.org>
12354
12355 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
12356 is aarch64*-*-linux*.
12357
12358 2015-10-12 Yao Qi <yao.qi@linaro.org>
12359
12360 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
12361 (can_relocate_bcond_true): ... it.
12362 (can_relocate_bcond_false): New function.
12363 (foo): Likewise.
12364 (can_relocate_bl): Likewise.
12365 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
12366 can_relocate_bl.
12367
12368 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
12369
12370 * gdb.base/nested-addr.c: New file.
12371 * gdb.base/nested-addr.exp: New testcase.
12372
12373 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
12374
12375 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
12376 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
12377 its output. Ignore the output of "record goto begin" and instead
12378 check that GDB is replaying.
12379
12380 2015-10-09 Pedro Alves <palves@redhat.com>
12381
12382 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
12383 (top level): Use it in the run with no args test.
12384
12385 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
12386
12387 * gdb.dlang/properties.exp: New file.
12388
12389 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
12390
12391 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
12392 whether or not address 0x1000 is mapped on the target.
12393
12394 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
12395
12396 * gdb.python/py-type.exp: Do not run tests if binaries fail to
12397 build.
12398
12399 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
12400
12401 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
12402 instruction-history test.
12403
12404 2015-09-28 Doug Evans <dje@google.com>
12405
12406 * gdb.base/gcore.c (array_func): Add reference to static_array.
12407
12408 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
12409
12410 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
12411 source line.
12412
12413 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
12414
12415 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
12416 short or char as base type.
12417
12418 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
12419
12420 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
12421 to allow any size enum.
12422
12423 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
12424
12425 * gdb.ada/array_ptr_renaming.exp: New testcase.
12426 * gdb.ada/array_ptr_renaming/foo.adb: New file.
12427 * gdb.ada/array_ptr_renaming/pack.ads: New file.
12428
12429 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12430
12431 * gdb.trace/ftrace-lock.c: New file.
12432 * gdb.trace/ftrace-lock.exp: New file.
12433
12434 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12435
12436 * gdb.arch/insn-reloc.c: New file.
12437 * gdb.arch/ftrace-insn-reloc.exp: New file.
12438
12439 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12440
12441 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
12442 instruction.
12443 * gdb.trace/pendshr1.c (pendfunc): Likewise.
12444 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
12445 * gdb.trace/range-stepping.c: Likewise.
12446 * gdb.trace/trace-break.c: Likewise.
12447 * gdb.trace/trace-mt.c (thread_function): Likewise.
12448 * gdb.trace/ftrace.c (marker): Likewise.
12449 * gdb.trace/trace-condition.c (marker): Likewise.
12450 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
12451 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
12452 is_aarch64_target.
12453
12454 2015-09-18 Doug Evans <xdje42@gmail.com>
12455
12456 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
12457 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
12458
12459 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12460
12461 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
12462 the breakpoint.
12463
12464 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12465
12466 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
12467 the pending breakpoint. Remove timeout override for "Run till
12468 MI pending breakpoint on pendfunc3 on thread 2" test.
12469
12470 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12471
12472 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
12473 filename pattern.
12474
12475 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12476
12477 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
12478 in breakpoint filename pattern.
12479
12480 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12481
12482 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
12483
12484 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12485
12486 * gdb.linespec/explicit.exp: Check for readline support for
12487 tab-completion tests. Fix obvious typo.
12488
12489 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
12490
12491 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
12492 and replay.
12493
12494 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
12495
12496 * gdb.btrace/non-stop.c: New.
12497 * gdb.btrace/non-stop.exp: New.
12498
12499 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
12500 Yao Qi <yao.qi@linaro.org>
12501
12502 * gdb.trace/trace-condition.c: New file.
12503 * gdb.trace/trace-condition.exp: New file.
12504
12505 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
12506
12507 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
12508 for testing bytecode compilation.
12509
12510 2015-09-16 Pedro Alves <palves@redhat.com>
12511 Sandra Loosemore <sandra@codesourcery.com>
12512
12513 * gdb.threads/non-stop-fair-events.c (timeout): New global.
12514 (SECONDS): Redefine.
12515 (main): Call pthread_kill and alarm early.
12516 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
12517 support.
12518 (test): If the target can't hardware step and doesn't support
12519 displaced stepping, increase the timeout.
12520
12521 2015-09-16 Pedro Alves <palves@redhat.com>
12522
12523 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
12524 (enable_debug): New procedures.
12525 (test): Use them. Bail out if waiting for threads fails.
12526 (top level): Bail out if a test fails.
12527
12528 2015-09-16 Yao Qi <yao.qi@linaro.org>
12529
12530 * gdb.asm/asm-source.exp: Set asm-arch for
12531 aarch64*-*-* target.
12532 * gdb.asm/aarch64.inc: New file.
12533
12534 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
12535
12536 * gdb.ada/array_of_variable_length.exp: New testcase.
12537 * gdb.ada/array_of_variable_length/foo.adb: New file.
12538 * gdb.ada/array_of_variable_length/pck.adb: New file.
12539 * gdb.ada/array_of_variable_length/pck.ads: New file.
12540
12541 2015-09-15 Doug Evans <dje@google.com>
12542
12543 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
12544 of function static local variable.
12545
12546 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12547
12548 * gdb.threads/tls-so_extern.exp: New test file.
12549 * gdb.threads/tls-so_extern.c: New test file.
12550 * gdb.threads/tls-so_extern_main.c: New test file.
12551
12552 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12553
12554 * gdb.opt/solib-intra-step-lib.c: New file.
12555 * gdb.opt/solib-intra-step-main.c: New file.
12556 * gdb.opt/solib-intra-step.exp: New file.
12557
12558 2015-09-15 Pedro Alves <palves@redhat.com>
12559
12560 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
12561 gdb_continue_to_breakpoint instead of gdb_test_multiple.
12562
12563 2015-09-14 Pedro Alves <palves@redhat.com>
12564
12565 * gdb.base/hook-stop-continue.c: Delete.
12566 * gdb.base/hook-stop-continue.exp: Delete.
12567 * gdb.base/hook-stop-frame.c: Delete.
12568 * gdb.base/hook-stop-frame.exp: Delete.
12569 * gdb.base/hook-stop.c: New file.
12570 * gdb.base/hook-stop.exp: New file.
12571
12572 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
12573
12574 * gdb.ada/access_to_packed_array.exp: New testcase.
12575 * gdb.ada/access_to_packed_array/foo.adb: New file.
12576 * gdb.ada/access_to_packed_array/pack.adb: New file.
12577 * gdb.ada/access_to_packed_array/pack.ads: New file.
12578
12579 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
12580
12581 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
12582 buffer size test.
12583
12584 2015-09-11 Don Breazeal <donb@codesourcery.com>
12585
12586 * gdb.base/foll-exec.c: Add copyright header. Fix
12587 formatting issues.
12588 * gdb.base/foll-exec.exp (zap_session): Delete proc.
12589 (do_exec_tests): Use clean_restart in place of zap_session,
12590 and for test initialization. Fix formatting issues. Use
12591 fail in place of perror.
12592 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
12593 an expect statement to match an expression with output from
12594 the program under debug.
12595 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
12596 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
12597 * gdb.threads/non-ldr-exc-2.exp: Likewise.
12598 * gdb.threads/non-ldr-exc-3.exp: Likewise.
12599 * gdb.threads/non-ldr-exc-4.exp: Likewise.
12600
12601 2015-09-09 Doug Evans <dje@google.com>
12602
12603 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
12604
12605 2015-09-09 Doug Evans <dje@google.com>
12606
12607 * gdb.base/pie-execl.exp: Fix result test of build_executable.
12608
12609 2015-09-09 Doug Evans <dje@google.com>
12610
12611 * gdb.base/savedregs.exp: Fix typo.
12612
12613 2015-09-09 Pedro Alves <palves@redhat.com>
12614
12615 * gdb.mi/mi-cli.exp: Add CLI finish tests.
12616
12617 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
12618
12619 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
12620 command actually switches threads. Give up on remaining
12621 tests if target fails to stop at breakpoint.
12622
12623 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
12624
12625 * gdb.ada/funcall_char.exp: New testcase.
12626 * gdb.ada/funcall_char/foo.adb: New file.
12627
12628 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
12629
12630 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
12631 expected outputs. Add two testcases for completing ambiguous
12632 functions.
12633 * gdb.ada/complete/aux_pck.adb: New file.
12634 * gdb.ada/complete/aux_pck.ads: New file.
12635 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
12636 Ambiguous_Func functions.
12637 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
12638 * gdb.ada/complete/pck.adb: Likewise.
12639
12640 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
12641
12642 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
12643 failures to run the test program under GDB.
12644
12645 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
12646
12647 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
12648 to C.
12649
12650 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
12651
12652 * gdb.base/run-after-attach.exp: New test file.
12653 * gdb.base/run-after-attach.c: New test file.
12654
12655 2015-08-26 Don Breazeal <donb@codesourcery.com>
12656
12657 * gdb.base/foll-exec-2.c: New test program.
12658 * gdb.base/foll-exec-2.exp: New test.
12659
12660 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
12661
12662 * gdb.base/nested-subp1.exp: New file.
12663 * gdb.base/nested-subp1.c: New file.
12664 * gdb.base/nested-subp2.exp: New file.
12665 * gdb.base/nested-subp2.c: New file.
12666 * gdb.base/nested-subp3.exp: New file.
12667 * gdb.base/nested-subp3.c: New file.
12668
12669 2015-08-24 Pedro Alves <palves@redhat.com>
12670
12671 * gdb.server/connect-without-multi-process.c: New file.
12672 * gdb.server/connect-without-multi-process.exp: New file.
12673
12674 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
12675
12676 * gdb.opt/inline-markers.c: Make z int.
12677
12678 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
12679
12680 * gdb.opt/inline-markers.c: Make z volatile.
12681
12682 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
12683
12684 * gdb.opt/inline-bt.c: New volatile global z.
12685 * gdb.opt/inline-cmds.c: Likewise.
12686 * gdb.opt/inline-locals.c: Likewise.
12687 * gdb.opt/inline-markers.c: New extern global z.
12688 (marker): Use z.
12689 (inline_fn): Likewise.
12690
12691 2015-08-24 Pedro Alves <palves@redhat.com>
12692
12693 * config/m32r-stub.exp: Remove file.
12694 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
12695 * gdb.base/call-rt-st.exp: Likewise.
12696 * gdb.base/call-strs.exp: Likewise.
12697 * gdb.base/default.exp: Remove references to h8300-*-hms and
12698 *-*-udi*.
12699 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
12700
12701 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12702
12703 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
12704 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
12705 and "return" use KFAIL when GDB can not read/write the vector
12706 return value.
12707
12708 2015-08-21 Gary Benson <gbenson@redhat.com>
12709
12710 * gdb.trace/pending.exp: Cope with remote transfer warnings.
12711
12712 2015-08-20 Pedro Alves <palves@redhat.com>
12713
12714 * gdb.server/solib-list.exp: No longer expect an interior stop in
12715 non-stop mode.
12716
12717 2015-08-20 Pedro Alves <palves@redhat.com>
12718
12719 * gdb.server/connect-stopped-target.c: New file.
12720 * gdb.server/connect-stopped-target.exp: New file.
12721
12722 2015-08-20 Pedro Alves <palves@redhat.com>
12723
12724 * gdb.dwarf2/comp-unit-lang.exp: New file.
12725 * gdb.dwarf2/comp-unit-lang.c: New file.
12726
12727 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
12728
12729 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
12730 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
12731
12732 2015-08-19 Kevin Buettner <kevinb@redhat.com>
12733
12734 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
12735 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
12736
12737 2015-08-18 Doug Evans <dje@google.com>
12738 Adrian Sendroiu <adrian.sendroiu@freescale.com>
12739
12740 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
12741 skip_python_tests. New arg prompt_regexp.
12742 (skip_python_tests): New function.
12743 * lib/mi-support.exp (mi_skip_python_tests): New function.
12744 * gdb.python/py-mi-objfile-gdb.py: New file.
12745 * gdb.python/py-mi-objfile.c: New file.
12746 * gdb.python/py-mi-objfile.exp: New file.
12747
12748 2015-08-17 Keith Seitz <keiths@redhat.com>
12749
12750 * gdb.linespec/explicit.exp: Move strace test from here ...
12751 * gdb.trace/strace.exp: ... to here.
12752
12753 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
12754
12755 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
12756 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
12757
12758 2015-08-14 Doug Evans <xdje42@gmail.com>
12759
12760 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
12761 inferior before selecting a new file.
12762
12763 2015-08-14 Doug Evans <xdje42@gmail.com>
12764
12765 * gdb.mi/mi-disassemble.exp: Update.
12766 * gdb.base/disasm-optim.S: New file.
12767 * gdb.base/disasm-optim.c: New file.
12768 * gdb.base/disasm-optim.h: New file.
12769 * gdb.base/disasm-optim.exp: New file.
12770
12771 2015-08-14 Keith Seitz <keiths@redhat.com>
12772
12773 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
12774 "evaluated-by".
12775
12776 2015-08-13 Joel Brobecker <brobecker@adacore.com>
12777
12778 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
12779
12780 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
12781
12782 * gdb.ada/fun_renaming.exp: New testcase.
12783 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
12784 * gdb.ada/fun_renaming/pack.adb: New file.
12785 * gdb.ada/fun_renaming/pack.ads: New file.
12786
12787 2015-08-12 Keith Seitz <keiths@redhat.com>
12788
12789 * gdb.base/dso2dso.exp: Pass basename of source file in call to
12790 gdb_get_line_number.
12791
12792 2015-08-12 Joel Brobecker <brobecker@adacore.com>
12793
12794 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
12795 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
12796 gdb.base/dso2dso.exp: New files.
12797
12798 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
12799 Pedro Alves <palves@redhat.com>
12800 Keith Seitz <keiths@redhat.com>
12801
12802 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
12803 GDBFLAGS.
12804
12805 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
12806
12807 * gdb.base/gdbhistsize-history.exp
12808 (test_histsize_history_setting): Use save_vars.
12809 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12810 Use save_vars.
12811 (test_no_truncation_of_unlimited_history_file): Use save_vars.
12812 * gdb.base/readline.exp: Use save_vars.
12813
12814 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
12815
12816 * lib/gdb.exp (save_vars): New proc.
12817
12818 2015-08-11 Keith Seitz <keiths@redhat.com>
12819
12820 * gdb.base/help.exp: Update help_breakpoint_text.
12821
12822 2015-08-11 Keith Seitz <keiths@redhat.com>
12823
12824 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
12825 (at toplevel): Call test_explicit_breakpoints.
12826 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
12827 breakpoints.
12828 * lib/mi-support.exp (mi_make_breakpoint): Add support for
12829 breakpoint conditions, "-cond".
12830
12831 2015-08-11 Keith Seitz <keiths@redhat.com>
12832
12833 * gdb.linespec/3explicit.c: New file.
12834 * gdb.linespec/cpexplicit.cc: New file.
12835 * gdb.linespec/cpexplicit.exp: New file.
12836 * gdb.linespec/explicit.c: New file.
12837 * gdb.linespec/explicit.exp: New file.
12838 * gdb.linespec/explicit2.c: New file.
12839 * gdb.linespec/ls-errs.exp: Add explicit location tests.
12840 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
12841 before using in the matching pattern.
12842 Clarify that `prefix' is a regular expression.
12843
12844 2015-08-11 Keith Seitz <keiths@redhat.com>
12845
12846 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
12847 test.
12848 Add tests for missing ",FMT" and ",".
12849
12850 2015-08-10 Doug Evans <dje@google.com>
12851 Keith Seitz <keiths@redhat.com>
12852
12853 PR gdb/17960
12854 * gdb.base/completion.exp: Add location completer tests.
12855
12856 2015-08-07 Pedro Alves <palves@redhat.com>
12857
12858 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
12859 tests here.
12860 (top level): Run do_test with and without displaced stepping.
12861
12862 2015-08-07 Pedro Alves <palves@redhat.com>
12863
12864 * gdb.base/valgrind-disp-step.c: New file.
12865 * gdb.base/valgrind-disp-step.exp: New file.
12866
12867 2015-08-07 Pedro Alves <palves@redhat.com>
12868
12869 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
12870 Delete function.
12871 (main): Add alarm. Run an infinite loop instead of calling
12872 wait_threads.
12873 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
12874 comment.
12875 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
12876 Delete function.
12877 (main): Add alarm. Run an infinite loop instead of calling
12878 wait_threads.
12879 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
12880 comment.
12881
12882 2015-08-07 Pedro Alves <palves@redhat.com>
12883
12884 * gdb.base/checkpoint-ns.exp: New file.
12885 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
12886 standard_testfile.
12887
12888 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
12889
12890 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
12891 * gdb.btrace/instruction_history.exp: Update.
12892 * gdb.btrace/tsx.exp: New.
12893 * gdb.btrace/tsx.c: New.
12894
12895 2015-08-06 Pedro Alves <palves@redhat.com>
12896
12897 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
12898 increase timeout.
12899 * gdb.reverse/until-precsave.exp: Bump timeouts.
12900
12901 2015-08-06 Pedro Alves <palves@redhat.com>
12902
12903 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
12904
12905 2015-08-06 Pedro Alves <palves@redhat.com>
12906
12907 PR gdb/18749
12908 * gdb.threads/process-dies-while-handling-bp.c: New file.
12909 * gdb.threads/process-dies-while-handling-bp.exp: New file.
12910
12911 2015-08-06 Pedro Alves <palves@redhat.com>
12912
12913 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
12914 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
12915
12916 2015-08-05 Pedro Alves <palves@redhat.com>
12917
12918 * gdb.threads/next-while-other-thread-longjmps.c: New file.
12919 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
12920
12921 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
12922
12923 * gdb.base/bp-permanent.exp: Report test as unsupported if
12924 the target cannot stop at the permanent breakpoint.
12925
12926 2015-08-03 Doug Evans <dje@google.com>
12927
12928 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
12929 10000.
12930
12931 2015-08-03 Doug Evans <dje@google.com>
12932
12933 * Makefile.in (workers/%.worker, build-perf): New rule.
12934 (GDB_PERFTEST_MODE): New variable.
12935 (check-perf): Use it.
12936 (clean): Clean up gdb.perf parallel build subdirs.
12937 * lib/build-piece.exp: New file.
12938 * lib/gdb.exp (make_gdb_parallel_path): New function
12939 (standard_output_file, standard_temp_file): Call it.
12940 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12941 of $GDB_PARALLEL.
12942 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
12943
12944 2015-08-03 Doug Evans <dje@google.com>
12945
12946 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
12947 (LOG_FILE_NAME): New global.
12948 (TextReporter.__init__): Initialize self.txt_sum.
12949 (TextReporter.report): Add support for multiple data-points.
12950 Move report to perftest.sum, put raw data in perftest.log.
12951 (TextReporter.start): Open sum and log files.
12952 (TextReporter.end): Close sum and log files.
12953 * gdb.perf/lib/perftest/testresult.py
12954 (SingleStatisticTestResult.record): Handle multiple data-points.
12955
12956 2015-07-31 Pedro Alves <palves@redhat.com>
12957
12958 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
12959 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12960 kill_wait_spawned_process instead of explicit "kill -9".
12961 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
12962 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12963 kill_wait_spawned_process.
12964 * gdb.base/attach-twice.exp: Likewise.
12965 * gdb.base/attach.exp: Likewise.
12966 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
12967 gdb_test_multiple.
12968 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
12969 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12970 kill_wait_spawned_process.
12971 * gdb.base/valgrind-infcall.exp: Likewise.
12972 * gdb.multi/multi-attach.exp: Likewise.
12973 * gdb.python/py-prompt.exp: Likewise.
12974 * gdb.python/py-sync-interp.exp: Likewise.
12975 * gdb.server/ext-attach.exp: Likewise.
12976 * gdb.threads/attach-into-signal.exp (corefunc): Use
12977 spawn_wait_for_attach, spawn_id_get_pid and
12978 kill_wait_spawned_process.
12979 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
12980 spawn_wait_for_attach returning a spawn id instead of a pid. Use
12981 spawn_id_get_pid and kill_wait_spawned_process.
12982 * gdb.threads/attach-stopped.exp (corefunc): Use
12983 spawn_wait_for_attach, spawn_id_get_pid and
12984 kill_wait_spawned_process.
12985 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
12986 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12987 kill_wait_spawned_process instead of explicit "kill -9".
12988 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
12989 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
12990 (spawn_wait_for_attach): Use spawn instead of exec to spawn
12991 processes. Don't map cygwin/windows pids here. Now returns a
12992 spawn id list.
12993
12994 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12995
12996 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
12997 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
12998 correct patch.
12999
13000 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
13001
13002 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
13003
13004 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
13005
13006 Reapply:
13007 2014-05-21 Mark Wielaard <mjw@redhat.com>
13008
13009 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
13010
13011 2015-07-30 Pedro Alves <palves@redhat.com>
13012
13013 * linux-low.c (handle_extended_wait): Set the child's last
13014 reported status to TARGET_WAITKIND_STOPPED.
13015
13016 2015-07-30 Pedro Alves <palves@redhat.com>
13017
13018 PR threads/18600
13019 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
13020 only shows inferior 1.
13021
13022 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
13023 Pedro Alves <palves@redhat.com>
13024
13025 PR threads/18600
13026 * gdb.threads/fork-plus-threads.c: New file.
13027 * gdb.threads/fork-plus-threads.exp: New file.
13028
13029 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13030
13031 * gdb.base/batch-preserve-term-settings.exp
13032 (test_terminal_settings_preserved_after_cli_exit): Use
13033 send_quit_command.
13034
13035 2015-07-29 Pedro Alves <palves@redhat.com>
13036 Don Breazeal <donb@codesourcery.com>
13037
13038 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
13039 output from both inferior_spawn_id and gdb_spawn_id.
13040
13041 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
13042
13043 * gdb.threads/attach-into-signal.exp (corefunc): Use
13044 with_test_prefix on nested loops, uniquefying the test messages.
13045
13046 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
13047
13048 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
13049 commit.
13050
13051 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13052
13053 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
13054 New proc.
13055 (test_terminal_settings_preserved_after_sigterm): New test.
13056
13057 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13058
13059 * gdb.base/batch-preserve-term-settings.exp
13060 (test_terminal_settings_preserved_after_cli_exit): New test.
13061
13062 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13063
13064 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
13065 manipulation of saved_gdbflags.
13066 (test_terminal_settings_preserved): Remove global declaration of
13067 the unused variable pagination_prompt. Remove manipulation of
13068 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
13069 GDBFLAGS.
13070
13071 2015-07-29 Pedro Alves <palves@redhat.com>
13072
13073 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
13074
13075 2015-07-29 Pedro Alves <palves@redhat.com>
13076
13077 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
13078 at the top.
13079
13080 2015-07-29 Pedro Alves <palves@redhat.com>
13081
13082 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
13083 (main): Call gdb_unbuffer_output.
13084 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
13085 (main): Call gdb_unbuffer_output.
13086 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
13087 (main): Call gdb_unbuffer_output.
13088 * gdb.base/call-strs.exp: Adjust to step over the
13089 gdb_unbuffer_output call.
13090 * gdb.base/catch-gdb-caused-signals.c: Include
13091 "../lib/unbuffer_output.c".
13092 (main): Call gdb_unbuffer_output.
13093 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
13094 (main): Call gdb_unbuffer_output.
13095 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
13096 (main): Call gdb_unbuffer_output.
13097 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
13098 (main): Call gdb_unbuffer_output.
13099 * gdb.base/shlib-call.exp: Adjust to step over the
13100 gdb_unbuffer_output call.
13101 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
13102 (main): Call gdb_unbuffer_output.
13103 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
13104 (main): Call gdb_unbuffer_output.
13105 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
13106 (main): Rename to ...
13107 (test): ... this.
13108 (main): Reimplement.
13109 * gdb.base/varargs.exp: Run to test instead of to main.
13110 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
13111 (main): Call gdb_unbuffer_output.
13112
13113 2015-07-29 Pedro Alves <palves@redhat.com>
13114
13115 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
13116 factore out from mi_continue_dprintf. For call-style dprintfs,
13117 expect dprintf output out of $inferior_spawn_id.
13118 (mi_continue_dprintf): Use mi_expect_dprintf.
13119 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
13120 (main): Call gdb_unbuffer_output.
13121
13122 2015-07-29 Pedro Alves <palves@redhat.com>
13123
13124 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
13125 (default_mi_gdb_start): Set inferior_spawn_id instead of
13126 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
13127 gdb_spawn_id.
13128 (mi_gdb_test): Always expect inferior output from both
13129 $inferior_spawn_id and $gdb_spawn_id.
13130
13131 2015-07-29 Pedro Alves <palves@redhat.com>
13132
13133 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
13134 send_inferior and $inferior_spawn_id.
13135
13136 2015-07-29 Pedro Alves <palves@redhat.com>
13137
13138 * gdb.gdb/complaints.exp (test_initial_complaints)
13139 (test_serial_complaints, test_short_complaints): Use
13140 gdb_test_stdio.
13141 (test_empty_complaint): Handle $inferior_spawn_id !=
13142 $gdb_spawn_id.
13143
13144 2015-07-29 Pedro Alves <palves@redhat.com>
13145
13146 * gdb.base/varargs.exp: Use gdb_test_stdio.
13147
13148 2015-07-29 Pedro Alves <palves@redhat.com>
13149
13150 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
13151
13152 2015-07-29 Pedro Alves <palves@redhat.com>
13153
13154 * gdb.base/ending-run.exp: Use gdb_test_stdio.
13155
13156 2015-07-29 Pedro Alves <palves@redhat.com>
13157
13158 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
13159 parameter into two new parameters, "inf_result" and "gdb_result".
13160 Expect inferior output and gdb output from $inferior_spawn_id and
13161 $gdb_spawn_id, respectively. Adjust all callers.
13162
13163 2015-07-29 Pedro Alves <palves@redhat.com>
13164
13165 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
13166 of gdb_test_sequence.
13167
13168 2015-07-29 Pedro Alves <palves@redhat.com>
13169
13170 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
13171 (saw_spurious_output): Expect inferior output from
13172 $inferior_spawn_id. Use gdb_test_stdio.
13173
13174 2015-07-29 Pedro Alves <palves@redhat.com>
13175
13176 * gdb.base/dprintf.exp: Use standard_testfile. Change
13177 prepare_for_testing call.
13178 (srcfile): Don't set.
13179 (restart): New procedure.
13180 (test_dprintf): New procecure, use to continue over dprintfs.
13181 (test_call, test_agent): New procedures, tests moved here.
13182 Restart gdb and recreate dprintfs. Adjust expected output.
13183
13184 2015-07-29 Pedro Alves <palves@redhat.com>
13185
13186 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
13187
13188 2015-07-29 Pedro Alves <palves@redhat.com>
13189
13190 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
13191
13192 2015-07-29 Pedro Alves <palves@redhat.com>
13193
13194 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
13195 gdb_test_stdio.
13196
13197 2015-07-29 Pedro Alves <palves@redhat.com>
13198
13199 * lib/gdb.exp (gdb_test_stdio): New procedure.
13200
13201 2015-07-29 Pedro Alves <palves@redhat.com>
13202
13203 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
13204
13205 2015-07-29 Pedro Alves <palves@redhat.com>
13206
13207 * gdb.base/call-signal-resume.exp: Remove check for
13208 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
13209 * gdb.base/unwindonsignal.exp: Likewise.
13210 * gdb.base/call-signals.c (gen_signal): Remove printf call.
13211 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
13212
13213 2015-07-29 Pedro Alves <palves@redhat.com>
13214
13215 * gdb.base/siginfo-addr.c (pass): New function.
13216 (handler): Call it iff si_addr is correct.
13217 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
13218 Set a breakpoint at "pass" and continue to it.
13219
13220 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
13221
13222 * gdb.python/py-objfile.exp: Make some tests have unique names.
13223 * gdb.python/py-pp-registration.exp: Likewise.
13224
13225 2015-07-28 Pedro Alves <palves@redhat.com>
13226
13227 * gdb.server/server-exec-info.exp: Issue a "disconnect".
13228
13229 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
13230
13231 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
13232
13233 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
13234
13235 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
13236
13237 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
13238
13239 * gdb.base/gdb-sigterm-2.exp: New test.
13240
13241 2015-07-25 Doug Evans <xdje42@gmail.com>
13242
13243 Revert:
13244 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
13245 (workers/%.worker, build-perf): New rule.
13246 (GDB_PERFTEST_MODE): New variable.
13247 (check-perf): Use it.
13248 (clean): Clean up gdb.perf parallel build subdirs.
13249 * lib/build-piece.exp: New file.
13250 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
13251 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
13252 name.
13253 (standard_temp_file): Ditto.
13254 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
13255 of $GDB_PARALLEL.
13256
13257 2015-07-24 Doug Evans <dje@google.com>
13258
13259 * gdb.perf/lib/perftest/utils.py: New file.
13260 * gdb.perf/gm-hello.cc: New file.
13261 * gdb.perf/gm-pervasive-typedef.cc: New file.
13262 * gdb.perf/gm-pervasive-typedef.h: New file.
13263 * gdb.perf/gm-std.cc: New file.
13264 * gdb.perf/gm-std.h: New file.
13265 * gdb.perf/gm-use-cerr.cc: New file.
13266 * gdb.perf/gm-utils.h: New file.
13267 * gdb.perf/gmonster-null-lookup.py: New file.
13268 * gdb.perf/gmonster-pervasive-typedef.py: New file.
13269 * gdb.perf/gmonster-print-cerr.py: New file.
13270 * gdb.perf/gmonster-ptype-string.py: New file.
13271 * gdb.perf/gmonster-runto-main.py: New file.
13272 * gdb.perf/gmonster-select-file.py: New file.
13273 * gdb.perf/gmonster1-null-lookup.exp: New file.
13274 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
13275 * gdb.perf/gmonster1-print-cerr.exp: New file.
13276 * gdb.perf/gmonster1-ptype-string.exp: New file.
13277 * gdb.perf/gmonster1-runto-main.exp: New file.
13278 * gdb.perf/gmonster1-select-file.exp: New file.
13279 * gdb.perf/gmonster1.cc: New file.
13280 * gdb.perf/gmonster1.exp: New file.
13281 * gdb.perf/gmonster2-null-lookup.exp: New file.
13282 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
13283 * gdb.perf/gmonster2-print-cerr.exp: New file.
13284 * gdb.perf/gmonster2-ptype-string.exp: New file.
13285 * gdb.perf/gmonster2-runto-main.exp: New file.
13286 * gdb.perf/gmonster2-select-file.exp: New file.
13287 * gdb.perf/gmonster2.cc: New file.
13288 * gdb.perf/gmonster2.exp: New file.
13289
13290 2015-07-24 Doug Evans <dje@google.com>
13291
13292 * gdb.perf/README: New file.
13293 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
13294 * lib/gen-perf-test.exp: New file.
13295
13296 2015-07-24 Doug Evans <dje@google.com>
13297
13298 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
13299 (PerfTest::startup): New function.
13300 (PerfTest::run): Return result of calling body.
13301 (PerfTest::assemble): Rewrite.
13302 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
13303 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
13304 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
13305 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
13306 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
13307
13308 2015-07-24 Doug Evans <dje@google.com>
13309
13310 * lib/gdb.exp (clean_restart): Make executable optional.
13311
13312 2015-07-24 Doug Evans <dje@google.com>
13313
13314 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
13315 compiler_info references.
13316 * gdb.cp/temargs.exp: Ditto.
13317 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
13318 (get_compiler_info): Early exit if already computed. Set compiler_info
13319 to "unknown" if there was a problem.
13320 (test_compiler_info): Add function comment. Call get_compiler_info.
13321
13322 2015-07-24 Doug Evans <dje@google.com>
13323
13324 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
13325 (workers/%.worker, build-perf): New rule.
13326 (GDB_PERFTEST_MODE): New variable.
13327 (check-perf): Use it.
13328 (clean): Clean up gdb.perf parallel build subdirs.
13329 * lib/build-piece.exp: New file.
13330 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
13331 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
13332 name.
13333 (standard_temp_file): Ditto.
13334 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
13335 of $GDB_PARALLEL.
13336
13337 2015-07-24 Doug Evans <dje@google.com>
13338
13339 * lib/future.exp (gdb_default_target_compile): New option
13340 "early_flags".
13341 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
13342 --as-needed.
13343
13344 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
13345
13346 * gdb.base/catch-syscall.exp: Call gdb_exit before
13347 gdb_skip_xml_test.
13348
13349 2015-07-24 Pedro Alves <palves@redhat.com>
13350
13351 * gdb.python/py-events.exp: Accept output between the stop event
13352 and the prompt.
13353 * gdb.python/py-evsignal.exp: Likewise.
13354 * gdb.python/py-evthreads.exp: Likewise.
13355
13356 2015-07-24 Pedro Alves <palves@redhat.com>
13357
13358 PR gdb/18717
13359 * gdb.threads/non-ldr-exit.c: New file.
13360 * gdb.threads/non-ldr-exit.exp: New file.
13361
13362 2015-07-24 Yao Qi <yao.qi@linaro.org>
13363
13364 * gdb.server/ext-wrapper.exp: Test --wrapper option when
13365 restarting process.
13366
13367 2015-07-24 Yao Qi <yao.qi@linaro.org>
13368
13369 * gdb.server/ext-restart.exp: New file.
13370
13371 2015-07-24 Yao Qi <yao.qi@linaro.org>
13372
13373 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
13374 argument options.
13375 * gdb.server/ext-wrapper.exp: New file.
13376
13377 2015-07-23 Doug Evans <dje@google.com>
13378
13379 * gdb.dwarf2/dw2-dummy-cu.S: New file.
13380 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
13381
13382 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
13383
13384 * gdb.ada/var_arr_typedef.exp: New testcase.
13385 * gdb.ada/var_arr_typedef/pack.adb: New file.
13386 * gdb.ada/var_arr_typedef/pack.ads: New file.
13387 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
13388
13389 2015-07-20 Joel Brobecker <brobecker@adacore.com>
13390
13391 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
13392
13393 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13394
13395 * gdb.arch/i386-biarch-core.exp: Replace istarget
13396 by "complete set gnutarget". Remove expectation for the "core-file"
13397 command.
13398
13399 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13400
13401 Revert the previous commit:
13402 Tests for validate symbol file using build-id.
13403
13404 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
13405
13406 Tests for validate symbol file using build-id.
13407 * gdb.base/solib-mismatch-lib.c: New file.
13408 * gdb.base/solib-mismatch-libmod.c: New file.
13409 * gdb.base/solib-mismatch.c: New file.
13410 * gdb.base/solib-mismatch.exp: New file.
13411
13412 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
13413
13414 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
13415 nios2-*-linux*.
13416 * gdb.base/sigbpt.exp (stepi_out): Likewise.
13417 * gdb.base/siginfo.exp: Likewise.
13418 * gdb.base/sigstep.exp (advance, advancei): Likewise.
13419
13420 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
13421
13422 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
13423 Move it to ...
13424 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
13425 ... here.
13426 * gdb.trace/range-stepping.exp: Check that the target supports
13427 range stepping.
13428
13429 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13430
13431 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
13432
13433 2015-07-14 Pedro Alves <palves@redhat.com>
13434
13435 * gdb.base/killed-outside.exp: New file.
13436 * gdb.base/killed-outside.c: New file.
13437
13438 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
13439
13440 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
13441 (n at main): New.
13442 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
13443
13444 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
13445
13446 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
13447 infcall tests instead of setting up for KFAIL.
13448
13449 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
13450
13451 * gdb.btrace/record_goto-step.exp: New.
13452
13453 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13454
13455 PR compile/18484
13456 * gdb.compile/compile.c (struct struct_type): Add volatile to
13457 selffield's type.
13458 * gdb.compile/compile.exp
13459 (compile code struct_object.selffield = &struct_object): Skip further
13460 struct_object tests if this one xfails.
13461
13462 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
13463
13464 PR exp/18617
13465 * gdb.trace/ax.exp: Add test.
13466
13467 2015-07-07 Yao Qi <yao.qi@linaro.org>
13468
13469 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
13470 instead of istarget "aarch64*-*-*".
13471 * gdb.arch/aarch64-fp.exp: Likewise.
13472 * gdb.base/float.exp: Likewise.
13473 * gdb.reverse/aarch64.exp: Likewise.
13474 * lib/gdb.exp (is_aarch64_target): New proc.
13475
13476 2015-07-07 Yao Qi <yao.qi@linaro.org>
13477
13478 * lib/gdb.exp (is_aarch32_target): New proc.
13479 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
13480 instead of "istarget "arm*-*-*"".
13481 * gdb.arch/arm-disp-step.exp: Likewise.
13482 * gdb.arch/thumb-bx-pc.exp: Likewise.
13483 * gdb.arch/thumb-prologue.exp: Likewise.
13484 * gdb.arch/thumb-singlestep.exp: Likewise.
13485 * gdb.base/disp-step-syscall.exp: Likewise.
13486 * gdb.base/float.exp: Likewise.
13487
13488 2015-07-07 Yao Qi <yao.qi@linaro.org>
13489
13490 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
13491 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
13492
13493 2015-07-07 Yao Qi <yao.qi@linaro.org>
13494
13495 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
13496 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
13497 if it exists.
13498 * gdb.multi/multi-arch.exp: Likewise.
13499
13500 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
13501
13502 * gdb.python/py-lazy-string.exp: Add missing parentheses to
13503 print.
13504
13505 2015-07-07 Yao Qi <yao.qi@linaro.org>
13506
13507 * gdb.arch/thumb-singlestep.exp: Do one more single step.
13508
13509 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
13510
13511 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
13512 '[' and ']' characters.
13513
13514 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
13515
13516 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
13517
13518 2015-06-29 Pedro Alves <palves@redhat.com>
13519
13520 PR threads/18127
13521 * gdb.threads/hand-call-new-thread.c: New file.
13522 * gdb.threads/hand-call-new-thread.c: New file.
13523
13524 2015-06-26 Keith Seitz <keiths@redhat.com>
13525 Doug Evans <dje@google.com>
13526
13527 PR 16253
13528 * gdb.cp/var-tag-2.cc: New file.
13529 * gdb.cp/var-tag-3.cc: New file.
13530 * gdb.cp/var-tag-4.cc: New file.
13531 * gdb.cp/var-tag.cc: New file.
13532 * gdb.cp/var-tag.exp: New file.
13533
13534 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
13535
13536 * gdb.base/history-duplicates.exp: New test.
13537
13538 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
13539
13540 * gdb.base/completion.exp: Test the completion of the "focus"
13541 command.
13542
13543 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13544
13545 * gdb.arch/amd64-prologue-skip.S: New file.
13546 * gdb.arch/amd64-prologue-skip.exp: New file.
13547
13548 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
13549
13550 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
13551 is_address_zero_readable check.
13552
13553 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
13554
13555 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
13556 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
13557
13558 2015-06-24 Yao Qi <yao.qi@linaro.org>
13559
13560 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
13561 linux targets.
13562
13563 2015-06-24 Yao Qi <yao.qi@linaro.org>
13564
13565 * lib/gdb.exp (supports_get_siginfo_type): New proc.
13566 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
13567 * gdb.base/siginfo-thread.exp: Likewise.
13568
13569 2015-06-22 Yao Qi <yao.qi@linaro.org>
13570
13571 * boards/remote-gdbserver-on-localhost.exp: Add comments.
13572
13573 2015-06-22 Yao Qi <yao.qi@linaro.org>
13574
13575 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
13576 aarch64*-*-*.
13577 (skip_hw_watchpoint_tests): Likewise.
13578
13579 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
13580
13581 * gdb.base/gdbinit-history.exp: Test the interaction between
13582 setting GDBHISTSIZE and setting the history size via .gdbinit.
13583
13584 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13585
13586 PR gdb/16999
13587 * gdb.base/gdbhistsize-history.exp: New test.
13588
13589 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13590
13591 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
13592 with GDBHISTSIZE.
13593 * gdb.base/readline.exp: Likewise.
13594
13595 2015-06-17 Yao Qi <yao.qi@linaro.org>
13596
13597 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
13598 line.
13599
13600 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13601
13602 * gdb.base/gdbinit-history.exp: Add test case to check that
13603 an unlimited history file does not get truncated on exit.
13604
13605 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13606
13607 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
13608 (VECTOR): New macro. Use it...
13609 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
13610 ...for these typedefs.
13611 (int8, char1, int1, double1): New typedefs.
13612 (struct just_int2, struct two_int2): New structures.
13613 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
13614 (add_structvecs, add_singlevecs): New functions.
13615 (main): Call add_some_intvecs twice.
13616 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
13617 the compile and exit upon failure. Try compiling for the "native"
13618 architecture. Test inferior function calls with vector arguments
13619 and vector return value handling with "finish" and "return".
13620
13621 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
13622
13623 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
13624 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
13625 PE file.
13626 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
13627
13628 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
13629
13630 PR breakpoints/16465
13631 * gdb.mi/mi-dprintf-pending.c: New file.
13632 * gdb.mi/mi-dprintf-pending.exp: New test.
13633 * gdb.mi/mi-dprintf-pendshr.c: New file.
13634
13635 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13636 Mircea Gherzan <mircea.gherzan@intel.com>
13637
13638 * gdb.arch/i386-mpx-map.c: New file.
13639 * gdb.arch/i386-mpx-map.exp: New File.
13640
13641 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13642
13643 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
13644 * gdb.arch/i386-mpx.exp: Indentation fixed.
13645
13646 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13647
13648 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
13649 function and improved indentation.
13650 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
13651 gdb_test_multiple. Added additional tests to skip the test.
13652
13653 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13654
13655 * gdb.arch/i386-avx512.c: Change path in include file.
13656 * gdb.arch/i386-avx512.exp: Change include dir path
13657 compilation flag.
13658 * gdb.arch/i386-mpx.c: Change path in include file.
13659 * gdb.arch/i386-mpx.exp: Change include dir path compilation
13660 flag.
13661
13662 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
13663
13664 * gdb.compile/compile-print.exp (compile print *vararray@3)
13665 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
13666
13667 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13668
13669 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
13670 (do not keep jit in memory): ... this.
13671 (expect 5): Change it to ...
13672 (expect no 5): ... this.
13673
13674 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
13675
13676 PR gdb/15564
13677 * gdb.mi/mi-detach.exp: New file.
13678
13679 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13680
13681 PR symtab/18392
13682 * gdb.arch/amd64-tailcall-self.S: New file.
13683 * gdb.arch/amd64-tailcall-self.c: New file.
13684 * gdb.arch/amd64-tailcall-self.exp: New file.
13685
13686 2015-05-28 Don Breazeal <donb@codesourcery.com>
13687
13688 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
13689 tests for remote targets by checking is_target_gdbserver.
13690
13691 2015-05-27 Doug Evans <dje@google.com>
13692
13693 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
13694 * gdb.dwarf2/opaque-type-lookup.c: New file.
13695 * gdb.dwarf2/opaque-type-lookup.exp: New file.
13696
13697 2015-05-26 Doug Evans <dje@google.com>
13698
13699 * gdb.cp/iostream.cc: New file.
13700 * gdb.cp/iostream.exp: New file.
13701
13702 2015-05-26 Doug Evans <dje@google.com>
13703
13704 * gdb.dwarf2/dw2-op-call.exp: Update.
13705 * gdb.dwarf2/dw4-sig-types.exp: Update.
13706 * gdb.dwarf2/implptr.exp: Update.
13707 * gdb.mi/mi-cmd-param-changed.exp: Update.
13708
13709 2015-05-26 Doug Evans <dje@google.com>
13710
13711 * gdb.python/py-lazy-string.c: New file.
13712 * gdb.python/py-lazy-string.exp: New file.
13713 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
13714 (main): Update. Add estring3.
13715 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
13716 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
13717
13718 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
13719 Yao Qi <yao.qi@linaro.org>
13720
13721 * gdb.reverse/aarch64.c: New.
13722 * gdb.reverse/aarch64.exp: New.
13723
13724 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
13725
13726 * lib/gdb.exp (supports_process_record): Return true for
13727 aarch64*-linux*.
13728 (supports_reverse): Likewise.
13729
13730 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
13731
13732 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13733 Use with_test_prefix.
13734
13735 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
13736
13737 * gdb.base/completion.exp: Add test for completion of layout
13738 names.
13739
13740 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
13741
13742 * lib/gdb.exp (skip_tui_tests): New proc.
13743 * gdb.base/tui-layout.exp: Check skip_tui_tests.
13744
13745 2015-05-19 Pedro Alves <palves@redhat.com>
13746
13747 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13748 Save the whole env array instead of just HOME. Unset HISTSIZE in
13749 the environment while testing. Restore whole environment
13750 afterwards.
13751
13752 2015-05-16 Doug Evans <xdje42@gmail.com>
13753
13754 * gdb.guile/scm-ports.c: New file.
13755 * gdb.guile/scm-ports.exp: Add memory port tests.
13756
13757 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13758
13759 * gdb.compile/compile-print.c: New file.
13760 * gdb.compile/compile-print.exp: New file.
13761
13762 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13763
13764 * gdb.compile/compile-ops.exp: Cast param to void.
13765 * gdb.compile/compile.exp: Complete type for _gdb_expr.
13766 (compile code struct_object.selffield = &struct_object): Add xfail.
13767
13768 2015-05-15 Joel Brobecker <brobecker@adacore.com>
13769
13770 * gdb.ada/arr_enum_with_gap: New testcase.
13771
13772 2015-05-15 Joel Brobecker <brobecker@adacore.com>
13773
13774 * gdb.ada/byte_packed_arr: New testcase.
13775
13776 2015-05-15 Joel Brobecker <brobecker@adacore.com>
13777
13778 * gdb.ada/pckd_neg: New testcase.
13779
13780 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
13781
13782 PR gdb/17820
13783 * gdb.base/gdbinit-history.exp: New test.
13784 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
13785 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
13786
13787 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
13788
13789 * gdb.python/py-xmethods.cc: Enhance test case.
13790 * gdb.python/py-xmethods.exp: New tests.
13791 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
13792 function.
13793 (B_indexoper): Likewise.
13794 (global_dm_list) : Add new xmethod worker functions.
13795
13796 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
13797
13798 * gdb.base/coredump-filter.exp: Correctly unset
13799 "coredump_var_addr" array.
13800
13801 2015-05-08 Pedro Alves <palves@redhat.com>
13802
13803 * gdb.server/non-existing-program.exp: Unset spawn_id.
13804
13805 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
13806
13807 PR python/18291
13808 * gdb.python/py-xmethods.exp: Add tests.
13809
13810 2015-05-08 Yao Qi <yao.qi@linaro.org>
13811
13812 PR gdb/18208
13813 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
13814 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
13815 function set_coredump_filter, and remove remote_exec call.
13816 Remove argument ipid. Callers update.
13817 (top level): Don't get inferior's PID.
13818
13819 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
13820
13821 * gdb.base/watch_thread_num.exp: Skip test on targets without
13822 access watchpoints.
13823
13824 2015-05-06 Pedro Alves <palves@redhat.com>
13825
13826 PR server/18081
13827 * gdb.server/non-existing-program.exp: New file.
13828
13829 2015-05-05 Joel Brobecker <brobecker@adacore.com>
13830
13831 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
13832
13833 2015-05-05 Joel Brobecker <brobecker@adacore.com>
13834
13835 * gdb.ada/out_of_line_in_inlined: New testcase.
13836
13837 2015-05-05 Joel Brobecker <brobecker@adacore.com>
13838
13839 * gdb.ada/var_rec_arr: New testcase.
13840
13841 2015-04-30 Yao Qi <yao.qi@linaro.org>
13842
13843 * gdb.base/break-idempotent.exp: If
13844 skip_hw_watchpoint_multi_tests returns true, skip the tests
13845 on "rwatch" and "awatch".
13846
13847 2015-04-30 Yao Qi <yao.qi@linaro.org>
13848
13849 * gdb.base/relativedebug.exp: Invoke gdb command
13850 "info sharedlibrary", and if libc.so doesn't have debug info,
13851 skip the test.
13852
13853 2015-04-29 Doug Evans <dje@google.com>
13854
13855 * gdb.python/py-xmethods.exp: Add ptype tests.
13856 * gdb.python/py-xmethods.py (E_method_char_worker): Add
13857 get_result_type method.
13858
13859 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
13860
13861 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
13862 the target does not support hardware watchpoints.
13863
13864 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
13865
13866 * gdb.base/break-always.exp: Abort testing if writing to memory
13867 causes an error.
13868
13869 2015-04-28 Doug Evans <dje@google.com>
13870
13871 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
13872 * gdb.python/py-pp-registration.exp: ... here. New file.
13873 * gdb.python/py-pp-registration.c: New file.
13874 * gdb.python/py-pp-registration.py: New file.
13875
13876 2015-04-28 Doug Evans <dje@google.com>
13877
13878 * gdb.python/py-bad-printers.c: New file.
13879 * gdb.python/py-bad-printers.py: New file.
13880 * gdb.python/py-bad-printers.exp: New file.
13881
13882 2015-04-28 Sasha Smundak <asmundak@google.com>
13883
13884 * gdb.python/py-type.exp: New test.
13885
13886 2015-04-28 Andy Wingo <wingo@igalia.com>
13887
13888 * gdb.python/py-parameter.exp:
13889 * gdb.guile/scm-parameter.exp: Escape the path that we are
13890 matching against, as it might contain characters that are special
13891 to regular expressions.
13892
13893 2015-04-27 Joel Brobecker <brobecker@adacore.com>
13894
13895 * gdb.ada/rec_comp: New testcase.
13896
13897 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
13898
13899 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
13900 before using it.
13901
13902 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
13903
13904 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
13905 new tests for verilog output.
13906
13907 2015-04-24 Yao Qi <yao.qi@linaro.org>
13908
13909 * boards/remote-gdbserver-on-localhost.exp: New file.
13910
13911 2015-04-23 Pedro Alves <palves@redhat.com>
13912
13913 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
13914 $inferior_spawn_id instead of $inferior_spawn_id directly. On
13915 "end of file", remove $inferior_spawn_id from the indirect list.
13916
13917 2015-04-23 Pedro Alves <palves@redhat.com>
13918
13919 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
13920
13921 2015-04-23 Pedro Alves <palves@redhat.com>
13922
13923 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
13924 on $any_spawn_id instead of only on $gdb_spawn_id.
13925
13926 2015-04-21 Pierre Muller <muller@sourceware.org>
13927
13928 PR pascal/17815
13929 * lib/pascal.exp (gpc_compile): Add new option "class".
13930 (fpc_compile): Likewise.
13931 * gdb.pascal/case-insensitive-symbols.pas: New file.
13932 * gdb.pascal/case-insensitive-symbols.exp: New file.
13933
13934 2015-04-20 Gary Benson <gbenson@redhat.com>
13935
13936 * gdb.base/attach.exp: Fix three extended remote failures.
13937
13938 2015-04-17 Gary Benson <gbenson@redhat.com>
13939
13940 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
13941 the main executable over the remote protocol.
13942
13943 2015-04-16 Pedro Alves <palves@redhat.com>
13944
13945 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
13946 a new gdbserver if gdbserver_reconnect_p is set.
13947
13948 2015-04-16 Pedro Alves <palves@redhat.com>
13949
13950 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
13951 is set, don't exit gdbserver.
13952
13953 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13954
13955 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
13956 appropriate .insn, such that an older assembler can be used.
13957 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
13958 the z/Architecture instruction set on 31-bit targets as well.
13959
13960 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13961
13962 * gdb.go/handcall.exp: Remove all logic related to the first
13963 breakpoint and rely on go_runto_main instead.
13964 * gdb.go/strings.exp: Likewise.
13965 * gdb.go/unsafe.exp: Likewise.
13966 * gdb.go/hello.exp: Likewise. Also rename the remaining
13967 breakpoint marker to "breakpoint 1".
13968 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
13969 * gdb.go/strings.go: Likewise.
13970 * gdb.go/unsafe.go: Likewise.
13971 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
13972 "set breakpoint 2 here" and rename the remaining breakpoint marker
13973 to "breakpoint 1".
13974
13975 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
13976
13977 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
13978 if itertools.imap is not present.
13979 * gdb.python/py-objfile.exp: Add parentheses.
13980 * gdb.python/py-type.exp: Same.
13981 * gdb.python/py-unwind-maint.py: Same.
13982
13983 2015-04-15 Yao Qi <yao.qi@linaro.org>
13984
13985 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
13986 of ":$ptr_size" and set its form explicitly.
13987
13988 2015-04-15 Pedro Alves <palves@redhat.com>
13989 Yao Qi <yao.qi@linaro.org>
13990
13991 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
13992 timeout by factor of 4.
13993 (test_regular_watch): Likewise.
13994 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
13995 * gdb.reverse/sigall-reverse.exp: Likewise.
13996 * gdb.reverse/until-precsave.exp: Likewise.
13997 * lib/gdb.exp (with_timeout_factor): New proc.
13998 (gdb_expect): Move some code to ...
13999 (get_largest_timeout): ... here. New procedure.
14000
14001 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
14002
14003 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
14004
14005 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
14006
14007 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
14008 to write to the .text section.
14009
14010 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
14011
14012 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
14013 Handle the case of targets that do not provide PID information.
14014
14015 2015-04-13 Yao Qi <yao.qi@linaro.org>
14016
14017 * lib/gdbserver-support.exp (gdb_exit): Catch exception
14018 and use expect instead of gdb_expect.
14019
14020 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
14021
14022 * gdb.base/coredump-filter.exp: Rename variable "addr" to
14023 "coredump_var_addr" to avoid naming conflict with other testcases.
14024
14025 2015-04-10 Pedro Alves <palves@redhat.com>
14026
14027 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
14028 gdb_test_sequence and gdb_assert.
14029
14030 2015-04-10 Pedro Alves <palves@redhat.com>
14031
14032 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
14033 test messages that don't include the breakpoint address.
14034
14035 2015-04-10 Yao Qi <yao.qi@linaro.org>
14036
14037 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
14038 false for some offset and width combinations which aren't
14039 supported by linux kernel.
14040
14041 2015-04-10 Pedro Alves <palves@redhat.com>
14042
14043 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
14044 procedure, factored out from ...
14045 (top level): ... here. Add "set displaced-stepping" testing axis.
14046 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
14047 parameter "displaced". Use it.
14048 (top level): Use foreach and add "set displaced-stepping" testing
14049 axis.
14050
14051 2015-04-10 Pedro Alves <palves@redhat.com>
14052
14053 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
14054 Remove comment.
14055 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
14056 both the address of the instruction that triggers the watchpoint
14057 and the address of the instruction immediately after, and use
14058 those addresses for the test. Fix comment.
14059
14060 2015-04-10 Pedro Alves <palves@redhat.com>
14061
14062 * gdb.base/sigstep.exp (breakpoint_to_handler)
14063 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
14064 Test "backtrace" in handler.
14065 (breakpoint_over_handler): New parameter 'displaced'. Use it.
14066 (top level): Add new "displaced" test axis to
14067 breakpoint_to_handler, breakpoint_to_handler_entry and
14068 breakpoint_over_handler.
14069
14070 2015-04-10 Pedro Alves <palves@redhat.com>
14071
14072 PR gdb/18216
14073 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
14074
14075 2015-04-10 Yao Qi <yao.qi@linaro.org>
14076
14077 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
14078 (test_add_rn_pc): New function.
14079 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
14080 (top level): Invoke test_add_rn_pc.
14081
14082 2015-04-10 Pedro Alves <palves@redhat.com>
14083
14084 PR gdb/13858
14085 * gdb.base/step-over-no-symbols.exp: New file.
14086
14087 2015-04-09 Andy Wingo <wingo@igalia.com>
14088
14089 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
14090 after the Python tests.
14091
14092 2015-04-08 Keith Seitz <keiths@redhat.com>
14093
14094 PR python/16699
14095 * gdb.python/py-completion.exp: New tests for completion.
14096 * gdb.python/py-completion.py (CompleteLimit1): New class.
14097 (CompleteLimit2): Likewise.
14098 (CompleteLimit3): Likewise.
14099 (CompleteLimit4): Likewise.
14100 (CompleteLimit5): Likewise.
14101 (CompleteLimit6): Likewise.
14102 (CompleteLimit7): Likewise.
14103
14104 2015-04-08 Pedro Alves <palves@redhat.com>
14105
14106 PR gdb/18214
14107 PR gdb/18216
14108 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
14109 function.
14110 (main): Install it as SIGUSR1 handler.
14111 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
14112 parameter. Always use "setup" as prefix. Toggle "set
14113 displaced-stepping" off/on depending on global. Don't switch to
14114 thread 1 here.
14115 (top level): Add displaced stepping "off/on" test axis. Update
14116 "setup" calls. Wrap each subtest with with_test_prefix. Test
14117 continuing with a queued signal in each thread.
14118
14119 2015-04-08 Pedro Alves <palves@redhat.com>
14120
14121 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
14122 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
14123 gdb_breakpoint instead of gdb_test that doesn't expect anything.
14124 Return early if running to main fails.
14125 * gdb.trace/while-stepping.exp: Likewise.
14126
14127 2015-04-07 Pedro Alves <palves@redhat.com>
14128
14129 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
14130 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
14131 interact with inferior program.
14132
14133 2015-04-07 Pedro Alves <palves@redhat.com>
14134
14135 * lib/gdb.exp (inferior_spawn_id): New global.
14136 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
14137 spawn id after processing the user code.
14138 (default_gdb_start): Set inferior_spawn_id.
14139 (send_inferior): New procedure.
14140 * lib/gdbserver-support.exp (gdbserver_start): Set
14141 inferior_spawn_id.
14142 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
14143
14144 2015-04-07 Pedro Alves <palves@redhat.com>
14145
14146 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
14147 * lib/gdbserver-support.exp (gdbserver_start): Make
14148 $server_spawn_id global.
14149 (gdbserver_start): Don't wait for gdbserver's spawn id with
14150 expect_background.
14151 (close_gdbserver): New procedure.
14152 (gdb_exit): Rename the default version and reimplement.
14153
14154 2015-04-07 Pedro Alves <palves@redhat.com>
14155
14156 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
14157 append the substituted item, not the original item.
14158
14159 2015-04-07 Pedro Alves <palves@redhat.com>
14160
14161 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
14162 gdb_expect.
14163
14164 2015-04-07 Pedro Alves <palves@redhat.com>
14165
14166 * gdb.base/interrupt.exp: Don't handle the case of the inferior
14167 output appearing once only.
14168
14169 2015-04-07 Pedro Alves <palves@redhat.com>
14170
14171 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
14172 that doesn't expect anything. Return early if running to main
14173 fails.
14174
14175 2015-04-07 Yao Qi <yao.qi@linaro.org>
14176
14177 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
14178 (child_function): Call alarm.
14179 (main): Move call to alarm into the loop.
14180 * gdb.threads/non-stop-fair-events.exp: Build program with
14181 -DTIMEOUT=$timeout.
14182
14183 2015-04-06 Doug Evans <xdje42@gmail.com>
14184
14185 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
14186 Fix dest parameter to board_info.
14187 (fpc_compile): Ditto.
14188 (gdb_compile_pascal): Rename dest arg to destfile.
14189
14190 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
14191
14192 * gdb.ada/funcall_ref.exp: New file.
14193 * gdb.ada/funcall_ref/foo.adb: New file.
14194
14195 2015-04-02 Yao Qi <yao.qi@linaro.org>
14196
14197 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
14198 is remote.
14199
14200 2015-04-02 Gary Benson <gbenson@redhat.com>
14201
14202 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
14203
14204 2015-04-01 Sasha Smundak <asmundak@google.com>
14205
14206 * gdb.python/py-unwind-maint.c: New file.
14207 * gdb.python/py-unwind-maint.exp: New test.
14208 * gdb.python/py-unwind-maint.py: New file.
14209 * gdb.python/py-unwind.c: New file.
14210 * gdb.python/py-unwind.exp: New test.
14211 * gdb.python/py-unwind.py: New test.
14212
14213 2015-04-01 Pedro Alves <palves@redhat.com>
14214
14215 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
14216 to fail instead of non-existent $test.
14217
14218 2015-04-01 Pedro Alves <palves@redhat.com>
14219
14220 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
14221 GDBFLAGS if not empty.
14222
14223 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
14224
14225 * gdb.ada/complete.exp: Remove "multi_line".
14226 * gdb.ada/info_exc.exp: Remove "multi_line".
14227 * gdb.ada/packed_tagged.exp: Remove "multi_line".
14228 * gdb.ada/ptype_field.exp: Remove "multi_line".
14229 * gdb.ada/sym_print_name.exp: Remove "multi_line".
14230 * gdb.ada/tagged.exp: Remove "multi_line".
14231 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
14232 [multi_line ...]
14233 * gdb.btrace/delta.exp: Likewise.
14234 * gdb.btrace/exception.exp: Likewise.
14235 * gdb.btrace/function_call_history.exp: Likewise.
14236 * gdb.btrace/instruction_history.exp: Likewise.
14237 * gdb.btrace/nohist.exp: Likewise.
14238 * gdb.btrace/record_goto.exp: Likewise.
14239 * gdb.btrace/segv.exp: Likewise.
14240 * gdb.btrace/stepi.exp: Likewise.
14241 * gdb.btrace/tailcall.exp: Likewise.
14242 * gdb.btrace/unknown_functions.exp: Likewise.
14243 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
14244 * lib/gdb.exp: Add the "multi_line" helper.
14245
14246 2015-04-01 Pedro Alves <palves@redhat.com>
14247
14248 * gdb.threads/tid-reuse.c: New file.
14249 * gdb.threads/tid-reuse.exp: New file.
14250
14251 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
14252
14253 PR corefiles/16092
14254 * gdb.base/coredump-filter.c: New file.
14255 * gdb.base/coredump-filter.exp: Likewise.
14256
14257 2015-03-27 Petr Machata <pmachata@redhat.com>
14258
14259 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
14260 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
14261 (Dwarf::assemble): Initialize them.
14262 (Dwarf::lines): New function.
14263
14264 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
14265
14266 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
14267 SYMBOL_PREFIX for x86_64-*-cygwin.
14268
14269 2015-03-26 Andy Wingo <wingo@igalia.com>
14270
14271 PR symtab/18148
14272 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
14273 const_value but not a location.
14274 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
14275 location defined in non-main CUs are visible.
14276
14277 2015-03-26 Yao Qi <yao.qi@linaro.org>
14278
14279 PR testsuite/18139
14280 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
14281 Add a line number entry for the same line.
14282 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
14283 Add a line number entry for the same line.
14284
14285 2015-03-26 Yao Qi <yao.qi@linaro.org>
14286
14287 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
14288 .int 0.
14289 (func): Likewise. Add .Lfunc_1 label.
14290 Use .Lfunc_1 label.
14291 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
14292 .int 0.
14293 (func): Likewise.
14294 Use .Lfunc_1 label.
14295
14296 2015-03-26 Yao Qi <yao.qi@linaro.org>
14297
14298 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
14299 Call gdb_compile instead to compile each .s files without debug
14300 information.
14301
14302 2015-03-26 Yao Qi <yao.qi@linaro.org>
14303
14304 * gdb.base/savedregs.exp (process_saved_regs): Make
14305 "Saved registers:" optional in the pattern.
14306
14307 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
14308
14309 * gdb.btrace/next.exp: Merged into step.exp.
14310 * gdb.btrace/finish.exp: Merged into step.exp.
14311 * gdb.btrace/nexti.exp: Merged into stepi.exp.
14312 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
14313 "record goto" and checking the exact replay position.
14314 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
14315 check for "Recording format" in "info record" output.
14316 * gdb.btrace/record_goto.exp: Choose test file based on target.
14317 * gdb.btrace/x86-record_goto.S: Renamed into ...
14318 * gdb.btrace/x86_64-record_goto.S: ... this.
14319 * gdb.btrace/i686-record_goto.S: New.
14320 * gdb.btrace/x86-tailcall.S: Renamed into ...
14321 * gdb.btrace/x86_64-tailcall.S: ... this.
14322 * gdb.btrace/i686-tailcall.S: New.
14323 * gdb.btrace/x86-tailcall.c: Renamed into ...
14324 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
14325 separate statements. Update test.
14326 * gdb.btrace/delta.exp: Use record_goto.c as test file.
14327 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
14328 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
14329 * gdb.btrace/tailcall.exp: Choose test file based on target.
14330 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
14331
14332 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
14333
14334 * gdb.btrace/exception.exp: Increase BTS buffer size.
14335
14336 2015-03-24 Pedro Alves <palves@redhat.com>
14337
14338 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
14339
14340 2015-03-24 Pedro Alves <palves@redhat.com>
14341
14342 * gdb.threads/schedlock.exp (test_step): No longer expect that
14343 "set scheduler-locking step" with "next" over a function call runs
14344 threads unlocked.
14345
14346 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
14347
14348 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
14349
14350 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
14351
14352 PR breakpoints/16466
14353 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
14354 * gdb.mi/mi-pending.c (thread_func): New function.
14355 (int main): Add threading support required.
14356 * gdb.mi/mi-pending.exp: Add tests for this issue.
14357 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
14358 (pendfunc2): Remove stdio dependency.
14359 * gdb.mi/mi-pendshr2.c: New file.
14360
14361 2015-03-23 Keith Seitz <keiths@redhat.com>
14362
14363 * gdb.linespec/keywords.c: New file.
14364 * gdb.linespec/keywords.exp: New file.
14365
14366 2015-03-23 Keith Seitz <keiths@redhat.com>
14367
14368 PR gdb/18021
14369 * gdb.dwarf2/staticvirtual.exp: New test.
14370
14371 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14372
14373 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
14374 * README: Remove HP-UX and gdb.hp.
14375 (configuration):
14376 * configure: Regenerate.
14377 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
14378 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
14379 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
14380 gdb.hp/gdb.defects/Makefile.
14381 * gdb.hp/Makefile.in: File deleted.
14382 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
14383 * gdb.hp/gdb.aCC/optimize.c: File deleted.
14384 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
14385 * gdb.hp/gdb.aCC/run.c: File deleted.
14386 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
14387 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
14388 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
14389 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
14390 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
14391 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
14392 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
14393 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
14394 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
14395 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
14396 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
14397 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
14398 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
14399 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
14400 * gdb.hp/gdb.base-hp/reg.s: File deleted.
14401 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
14402 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
14403 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
14404 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
14405 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
14406 * gdb.hp/gdb.compat/Makefile.in: File deleted.
14407 * gdb.hp/gdb.compat/average.c: File deleted.
14408 * gdb.hp/gdb.compat/sum.c: File deleted.
14409 * gdb.hp/gdb.compat/xdb.c: File deleted.
14410 * gdb.hp/gdb.compat/xdb0.c: File deleted.
14411 * gdb.hp/gdb.compat/xdb0.h: File deleted.
14412 * gdb.hp/gdb.compat/xdb1.c: File deleted.
14413 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
14414 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
14415 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
14416 * gdb.hp/gdb.defects/Makefile.in: File deleted.
14417 * gdb.hp/gdb.defects/bs14602.c: File deleted.
14418 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
14419 * gdb.hp/gdb.defects/solib-d.c: File deleted.
14420 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
14421 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
14422 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
14423 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
14424 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
14425 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
14426 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
14427 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
14428 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
14429 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
14430 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
14431 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
14432 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
14433 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
14434 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
14435 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
14436 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
14437 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
14438 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
14439 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
14440 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
14441 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
14442 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
14443 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
14444 * gdb.hp/tools/odump: File deleted.
14445
14446 2015-03-19 Pedro Alves <palves@redhat.com>
14447
14448 * gdb.threads/continue-pending-status.exp (saw_thread_2)
14449 (saw_thread_3): New globals.
14450 (top level): Increment them when an event for the corresponding
14451 thread is seen.
14452 (no thread starvation): New test.
14453
14454 2015-03-19 Pedro Alves <palves@redhat.com>
14455
14456 * gdb.threads/continue-pending-status.c: New file.
14457 * gdb.threads/continue-pending-status.exp: New file.
14458
14459 2015-03-18 Pedro Alves <palves@redhat.com>
14460
14461 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
14462 Use gdb_is_target_remote instead of is_remote. Use
14463 gdb_test_multiple instead of gdb_expect. Exit early if
14464 gdb_test_multiple hits its internal matches. Tighten stepi tests
14465 expected output. Fail on exit with any signal, instead of just
14466 SIGILL.
14467
14468 2015-03-18 Yao Qi <yao.qi@linaro.org>
14469
14470 PR tdep/18107
14471 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
14472 variable.
14473 * gdb.base/catch-syscall.exp: Don't skip it on
14474 aarch64*-*-linux* target. Remove elements in all_syscalls.
14475 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
14476 target.
14477 (setup_all_syscalls): New proc.
14478
14479 2015-03-16 Yao Qi <yao.qi@linaro.org>
14480
14481 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
14482 (top level): Skip tests if valid_addr_p returns false for
14483 $cmd1 or $cmd2.
14484
14485 2015-03-11 Andy Wingo <wingo@igalia.com>
14486
14487 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
14488
14489 2015-03-11 Yao Qi <yao.qi@linaro.org>
14490
14491 * gdb.base/catch-syscall.exp: Fix typo in comments.
14492
14493 2015-03-11 Yao Qi <yao.qi@linaro.org>
14494
14495 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
14496
14497 2015-03-09 Pedro Alves <palves@redhat.com>
14498
14499 * dg-extract-results.py: Delete.
14500
14501 2015-03-09 Pedro Alves <palves@redhat.com>
14502
14503 Merge dg-extract-results.sh from GCC upstream (r218843).
14504
14505 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
14506 * dg-extract-results.sh: Use --text with grep to avoid issues with
14507 binary files. Fall back to cat -v, if that doesn't work.
14508
14509 2015-03-05 Pedro Alves <palves@redhat.com>
14510
14511 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
14512
14513 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
14514
14515 * lib/mi-support.exp (mi_expect_interrupt): Accept
14516 alternative event for when in all-stop mode.
14517
14518 2015-03-04 Pedro Alves <palves@redhat.com>
14519
14520 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
14521
14522 2015-03-04 Mark Kettenis <kettenis@gnu.org>
14523
14524 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
14525
14526 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
14527
14528 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
14529 regexps for GDB's current line display, accept a hex address
14530 preceding the line number.
14531
14532 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
14533
14534 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
14535 the 'arch1' variable for "s390*-linux*" targets.
14536
14537 2015-03-04 Pedro Alves <palves@redhat.com>
14538
14539 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
14540 (main): Pass missing retval argument to pthread_join call.
14541
14542 2015-03-02 Pedro Alves <palves@redhat.com>
14543
14544 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
14545 (top level): Call do_test with non-stop as well.
14546
14547 2015-03-02 Pedro Alves <palves@redhat.com>
14548
14549 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
14550 -1.
14551
14552 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
14553
14554 * gdb.arch/s390-vregs.exp: New test.
14555 * gdb.arch/s390-vregs.S: New file.
14556
14557 2015-02-27 Pedro Alves <palves@redhat.com>
14558
14559 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
14560 call to catch_command_errors.
14561 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
14562 catch_command_errors.
14563
14564 2015-02-27 Pedro Alves <palves@redhat.com>
14565
14566 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
14567 "true" for boolean result.
14568 * gdb.gdb/selftest.exp (test_with_self): Also accept full
14569 prototype of main.
14570
14571 2015-02-27 Pedro Alves <palves@redhat.com>
14572
14573 * lib/unbuffer_output.c: New file.
14574 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
14575 (main): Call gdb_unbuffer_output.
14576
14577 2015-02-27 Yao Qi <yao.qi@linaro.org>
14578
14579 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
14580 target.
14581
14582 2015-02-26 Doug Evans <dje@google.com>
14583
14584 * gdb.cp/class2.cc (Dbase, D): New classes.
14585 (main): New local delta.
14586 * gdb.cp/class2.exp: Test printing delta.
14587 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
14588 (dynbar): New global.
14589 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
14590
14591 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14592
14593 * gdb.compile/compile-ifunc.c: New file.
14594 * gdb.compile/compile-ifunc.exp: New file.
14595
14596 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
14597
14598 * gdb.base/structs.exp: Check for correct struct on finish.
14599
14600 2015-02-26 Yao Qi <yao.qi@linaro.org>
14601
14602 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
14603 is zero.
14604
14605 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14606
14607 * gdb.arch/cordic.ko.bz2: New file.
14608 * gdb.arch/cordic.ko.debug.bz2: New file.
14609 * gdb.arch/ppc64-symtab-cordic.exp: New file.
14610
14611 2015-02-25 Yao Qi <yao.qi@linaro.org>
14612
14613 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
14614 aarch64*-*-* target.
14615
14616 2015-02-23 Pedro Alves <palves@redhat.com>
14617
14618 * lib/gdb.exp (delete_breakpoints): Rewrite using
14619 gdb_test_multiple.
14620
14621 2015-02-23 Pedro Alves <palves@redhat.com>
14622
14623 * gdb.base/info-os.c: Include stdlib.h.
14624
14625 2015-02-22 Doug Evans <xdje42@gmail.com>
14626
14627 PR symtab/17855
14628 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
14629 is read after symbols have been re-read.
14630 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
14631 * gdb.ada/exec_changed/second.adb (Second): Ditto.
14632
14633 2015-02-21 Doug Evans <dje@google.com>
14634
14635 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
14636
14637 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14638
14639 PR corefiles/17808
14640 * gdb.arch/i386-biarch-core.core.bz2: New file.
14641 * gdb.arch/i386-biarch-core.exp: New file.
14642
14643 2015-02-21 Pedro Alves <palves@redhat.com>
14644
14645 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
14646 runto_main fails.
14647
14648 2015-02-20 Pedro Alves <palves@redhat.com>
14649
14650 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
14651 info probes.
14652
14653 2015-02-20 Pedro Alves <palves@redhat.com>
14654
14655 * gdb.threads/multi-create-ns-info-thr.exp: New file.
14656
14657 2015-02-20 Pedro Alves <palves@redhat.com>
14658
14659 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
14660 clean_restart before gdb_target_supports_trace.
14661
14662 2015-02-20 Pedro Alves <palves@redhat.com>
14663
14664 PR threads/18006
14665 * gdb.threads/clone-thread_db.c: New file.
14666 * gdb.threads/clone-thread_db.exp: New file.
14667
14668 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
14669
14670 PR breakpoints/16812
14671 * gdb.base/catch-gdb-caused-signals.c: New file.
14672 * gdb.base/catch-gdb-caused-signals.exp: New file.
14673
14674 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
14675
14676 * configure: Regenerated.
14677 * configure.ac: Use GDB_AC_TRANSFORM.
14678 * aclocal.m4: sinclude ../transform.m4.
14679
14680 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
14681
14682 * lib/dtrace.exp: New file.
14683 * gdb.base/dtrace-probe.exp: Likewise.
14684 * gdb.base/dtrace-probe.d: Likewise.
14685 * gdb.base/dtrace-probe.c: Likewise.
14686 * lib/pdtrace.in: Likewise.
14687 * configure.ac: Output variables with the transformed names of
14688 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
14689 * configure: Regenerated.
14690
14691 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
14692
14693 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
14694 expected message when trying to access $_probe_* convenience
14695 variables while not on a probe.
14696
14697 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14698
14699 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
14700
14701 2015-02-11 Pedro Alves <pedro@codesourcery.com>
14702
14703 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
14704 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
14705
14706 2015-02-10 Doug Evans <xdje42@gmail.com>
14707
14708 * lib/gdb.exp (gdb_load): Always return a result.
14709
14710 2015-02-10 Pedro Alves <palves@redhat.com>
14711
14712 * gdb.threads/signal-sigtrap.c: New file.
14713 * gdb.threads/signal-sigtrap.exp: New file.
14714
14715 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
14716
14717 * gdb.trace/no-attach-trace.c: New file.
14718 * gdb.trace/no-attach-trace.exp: New file.
14719
14720 2015-02-09 Mark Wielaard <mjw@redhat.com>
14721
14722 * gdb.dwarf2/atomic.c: New file.
14723 * gdb.dwarf2/atomic-type.exp: Likewise.
14724
14725 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14726
14727 * gdb.btrace/buffer-size.exp: Update "info record" output.
14728 * gdb.btrace/delta.exp: Update "info record" output.
14729 * gdb.btrace/enable.exp: Update "info record" output.
14730 * gdb.btrace/finish.exp: Update "info record" output.
14731 * gdb.btrace/instruction_history.exp: Update "info record" output.
14732 * gdb.btrace/next.exp: Update "info record" output.
14733 * gdb.btrace/nexti.exp: Update "info record" output.
14734 * gdb.btrace/step.exp: Update "info record" output.
14735 * gdb.btrace/stepi.exp: Update "info record" output.
14736 * gdb.btrace/nohist.exp: Update "info record" output.
14737
14738 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14739
14740 * gdb.btrace/buffer-size: New.
14741
14742 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14743
14744 * gdb.btrace/delta.exp: Update "info record" output.
14745 * gdb.btrace/enable.exp: Update "info record" output.
14746 * gdb.btrace/finish.exp: Update "info record" output.
14747 * gdb.btrace/instruction_history.exp: Update "info record" output.
14748 * gdb.btrace/next.exp: Update "info record" output.
14749 * gdb.btrace/nexti.exp: Update "info record" output.
14750 * gdb.btrace/step.exp: Update "info record" output.
14751 * gdb.btrace/stepi.exp: Update "info record" output.
14752 * gdb.btrace/nohist.exp: Update "info record" output.
14753
14754 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
14755
14756 PR gdb/15678
14757 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
14758
14759 2015-02-06 Pedro Alves <palves@redhat.com>
14760
14761 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
14762 macro.
14763 (seconds_left, again): New globals.
14764 (main): Wait seconds_left in a 1-second sleep loop instead of
14765 sleeping 180 seconds. If 'again' is set, reset the seconds
14766 counter.
14767 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
14768 'again' in the inferior before detaching. Print the seconds left.
14769 (options): New global.
14770 (top level): Build program with -DTIMEOUT=$timeout.
14771
14772 2015-02-06 Pedro Alves <palves@redhat.com>
14773
14774 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
14775 determine how many seconds to pass to 'alarm'.
14776 * gdb.base/gdb-sigterm.exp (top level): Build program with
14777 -DTIMEOUT=$timeout.
14778 (do_test): Return success/failure indication. Add more verbose
14779 logging. Don't fail if 200 single steps are seen. Instead, fail
14780 when the test times out.
14781 (passes): New global.
14782 (top level): Break the testing loop if testing fails on any
14783 iteration. Use gdb_assert.
14784
14785 2015-02-04 Don Breazeal <donb@codesourcery.com>
14786
14787 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
14788 and initialize them.
14789 (ipc_cleanup): New function.
14790 (main): Don't declare shmid, semid, and msqid. Add a call to
14791 atexit so that we call ipc_cleanup on exit.
14792
14793 2015-02-04 Pedro Alves <palves@redhat.com>
14794
14795 * boards/native-extended-gdbserver.exp: Remove any target variant
14796 specifications from the board name before clearing the isremote
14797 flag from board_info.
14798
14799 2015-01-31 Doug Evans <xdje42@gmail.com>
14800
14801 * gdb.base/maint.exp <maint print type argc>: Update expected output.
14802
14803 2015-01-31 Gary Benson <gbenson@redhat.com>
14804
14805 * gdb.base/completion.exp: Disable completion limiting for
14806 existing tests. Add new tests to check completion limiting.
14807 * gdb.linespec/ls-errs.exp: Disable completion limiting.
14808
14809 2015-01-31 Doug Evans <xdje42@gmail.com>
14810
14811 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
14812
14813 2015-01-31 Doug Evans <xdje42@gmail.com>
14814
14815 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
14816 entries. Duplicate file section script entries.
14817 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
14818 inlined entries. Add test for safe-path rejection.
14819 * gdb.python/py-section-script.c: Add duplicate inlined section script
14820 entries. Duplicate file section script entries.
14821 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
14822 inlined entries. Add test for safe-path rejection.
14823
14824 2015-01-29 Joel Brobecker <brobecker@adacore.com>
14825
14826 * gdb.ada/disc_arr_bound: New testcase.
14827
14828 2015-01-29 Joel Brobecker <brobecker@adacore.com>
14829
14830 * gdb.ada/mi_var_array: New testcase.
14831
14832 2015-01-27 Doug Evans <dje@google.com>
14833
14834 * gdb.python/py-objfile.exp: Add tests for objfile.username.
14835 Add test for objfile.filename, objfile.username after objfile
14836 has been unloaded.
14837
14838 2015-01-26 Joel Brobecker <brobecker@adacore.com>
14839
14840 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
14841 the second test to print the name attribute of value
14842 returned by the call to gdb.lookup_type, and adjust
14843 the expected output accordingly.
14844
14845 2015-01-25 Mark Wielaard <mjw@redhat.com>
14846
14847 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
14848 * gdb.base/disp-step-fork.c: Include unistd.h.
14849 * gdb.base/siginfo-obj.c: Include stdio.h.
14850 * gdb.base/siginfo-thread.c: Likewise.
14851 * gdb.mi/non-stop.c: Include unistd.h.
14852 * gdb.mi/nsthrexec.c: Include stdio.h.
14853 * gdb.mi/pthreads.c: Include unistd.h.
14854 * gdb.modula2/unbounded1.c (main): Declare returns int.
14855 * gdb.reverse/consecutive-reverse.c: Likewise.
14856 * gdb.threads/create-fail.c: Include unistd.h.
14857 * gdb.threads/killed.c: Likewise.
14858 * gdb.threads/linux-dp.c: Likewise.
14859 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
14860 * gdb.threads/non-ldr-exc-2.c: Likewise.
14861 * gdb.threads/non-ldr-exc-3.c: Likewise.
14862 * gdb.threads/non-ldr-exc-4.c: Likewise.
14863 * gdb.threads/pthreads.c: Include unistd.h.
14864 (main): Declare returns int.
14865 * gdb.threads/tls-main.c (foo): New declaration.
14866 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
14867
14868 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
14869
14870 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
14871 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
14872
14873 2015-01-15 Mark Wielaard <mjw@redhat.com>
14874
14875 * gdb.base/noreturn-return.c: New file.
14876 * gdb.base/noreturn-return.exp: New file.
14877 * gdb.base/noreturn-finish.c: New file.
14878 * gdb.base/noreturn-finish.exp: New file.
14879
14880 2015-01-23 Pedro Alves <palves@redhat.com>
14881
14882 * gdb.threads/continue-pending-after-query.c: New file.
14883 * gdb.threads/continue-pending-after-query.exp: New file.
14884
14885 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
14886 Simon Marchi <simon.marchi@ericsson.com>
14887
14888 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
14889 * gdb.base/valgrind-db-attach.exp: Same.
14890 * gdb.base/valgrind-infcall.exp: Same.
14891 * lib/mi-support.exp (default_mi_gdb_start): Same.
14892 * lib/prompt.exp (default_prompt_gdb_start): Same.
14893 * lib/gdb.exp (default_gdb_spawn): Same.
14894 (gdb_interact): New.
14895
14896
14897 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14898
14899 * gdb.compile/compile.exp (pointer to jit function): New test.
14900
14901 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
14902
14903 * lib/gdb.exp (supports_process_record): Return true for
14904 powerpc*-*-linux*.
14905 (supports_reverse): Likewise.
14906
14907 2015-01-15 Don Breazeal <donb@codesourcery.com>
14908
14909 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
14910 instead of checking whether the target board is remote and
14911 use spawn_wait_for_attach instead of exec/sleep.
14912 * gdb.base/attach-twice.exp: Likewise.
14913
14914 2015-01-15 Joel Brobecker <brobecker@adacore.com>
14915
14916 * gdb.ada/var_arr_attrs: New testcase.
14917
14918 2015-01-14 Pedro Alves <palves@redhat.com>
14919 Joel Brobecker <brobecker@adacore.com>
14920
14921 PR gdb/17525
14922 * gdb.base/bp-cmds-execution-x-script.c: New file.
14923 * gdb.base/bp-cmds-execution-x-script.exp: New file.
14924 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
14925
14926 2015-01-14 Pedro Alves <palves@redhat.com>
14927
14928 PR cli/17828
14929 * gdb.base/batch-preserve-term-settings.c: New file.
14930 * gdb.base/batch-preserve-term-settings.exp: New file.
14931
14932 2015-01-13 Doug Evans <dje@google.com>
14933
14934 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
14935 binary.
14936
14937 2015-01-13 Joel Brobecker <brobecker@adacore.com>
14938
14939 * Makefile.in (clean mostlyclean): Do not delete *.py.
14940
14941 2015-01-13 Joel Brobecker <brobecker@adacore.com>
14942
14943 * gdb.python/py-lookup-type.exp: New file.
14944
14945 2015-01-12 Pedro Alves <palves@redhat.com>
14946
14947 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
14948 restore GDBFLAGS before returning.
14949
14950 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14951
14952 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
14953 is_amd64_regs_target and is_x86_like_target.
14954
14955 2015-01-11 Doug Evans <xdje42@gmail.com>
14956
14957 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
14958 is given without an explicit form.
14959 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
14960 attributes.
14961 * gdb.dwarf/corrupt.exp: Ditto.
14962 * gdb.dwarf2/enum-type.exp: Ditto.
14963 * gdb.trace/entry-values.exp: Ditto.
14964 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
14965
14966 2015-01-11 Doug Evans <xdje42@gmail.com>
14967
14968 PR gdb/15830
14969 * gdb.base/maint.exp: Remove references to "maint demangle".
14970 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
14971 Add tests for explicitly specifying language to demangle.
14972 * gdb.dlang/demangle.exp: Ditto.
14973
14974 2015-01-09 Pedro Alves <palves@redhat.com>
14975
14976 * gdb.threads/non-stop-fair-events.c: New file.
14977 * gdb.threads/non-stop-fair-events.exp: New file.
14978
14979 2015-01-09 Pedro Alves <palves@redhat.com>
14980
14981 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
14982 the global scope. Set a breakpoint after all threads are started
14983 rather than stepping over two source lines. Expect the prompt.
14984 * gdb.base/watch_thread_num.c (threads_started_barrier): New
14985 global.
14986 (NUM): Now 15.
14987 (main): Use threads_started_barrier to wait for all threads to
14988 start. Main thread no longer calls thread_function. Exit after
14989 180 seconds.
14990 (loop): New function.
14991 (thread_function): Wait on threads_started_barrier barrier. Call
14992 'loop' at each iteration.
14993 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
14994 threads have started, instead of hardcoding number of "next"
14995 steps. Use an access watchpoint instead of a write watchpoint.
14996
14997 2015-01-09 Pedro Alves <palves@redhat.com>
14998
14999 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
15000 (thread_func): Wait on barrier.
15001 (main): Wait for all threads to start before stopping GDB.
15002 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
15003 global.
15004 (thread1_func, thread2_func): Wait on barrier.
15005 (main): Wait for all threads to start before stopping GDB.
15006 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
15007 New global.
15008 (thread1_func, thread2_func): Wait on barrier.
15009 (main): Wait for all threads to start before stopping GDB.
15010
15011 2015-01-09 Pedro Alves <palves@redhat.com>
15012
15013 * gdb.threads/attach-many-short-lived-threads.c: New file.
15014 * gdb.threads/attach-many-short-lived-threads.exp: New file.
15015
15016 2014-01-09 Pedro Alves <palves@redhat.com>
15017
15018 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
15019 instead of to thread 2.
15020 * gdb.threads/signal-command-multiple-signals-pending.c (main):
15021 Add barrier around each pthread_create call instead of around all
15022 calls.
15023 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
15024 Set a break on thread_function and have the child threads hit it
15025 one at at a time.
15026
15027 2015-01-09 Pedro Alves <palves@redhat.com>
15028
15029 * lib/gdb.exp (can_spawn_for_attach): New procedure.
15030 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
15031 false.
15032 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
15033 checking whether the target board is remote.
15034 * gdb.multi/multi-attach.exp: Likewise.
15035 * gdb.python/py-sync-interp.exp: Likewise.
15036 * gdb.server/ext-attach.exp: Likewise.
15037 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
15038 tests that need to attach, instead of checking whether the target
15039 board is remote at the top of the file.
15040
15041 2015-01-08 Yao Qi <yao@codesourcery.com>
15042
15043 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
15044
15045 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15046
15047 Fix testcase compilation.
15048 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
15049
15050 2015-01-06 Joel Brobecker <brobecker@adacore.com>
15051
15052 * gdb.python/py-type.exp: Add a couple test about empty
15053 array creation, and negative-length array creation.
15054
15055 2015-01-02 Doug Evans <xdje42@gmail.com>
15056
15057 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
15058
15059 2015-01-02 Doug Evans <dje@google.com>
15060
15061 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
15062
15063 2014-12-29 Yao Qi <yao@codesourcery.com>
15064
15065 * gdb.trace/entry-values.exp: Update comments. Rename variable
15066 bar_call_foo to returned_from_foo.
15067
15068 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
15069
15070 PR gdb/17394
15071 * gdb.linespec/break-asm-file.c: New file.
15072 * gdb.linespec/break-asm-file.exp: New file.
15073 * gdb.linespec/break-asm-file0.s: New file.
15074 * gdb.linespec/break-asm-file1.s: New file.
15075
15076 2014-12-18 Nigel Stephens <nigel@mips.com>
15077 Maciej W. Rozycki <macro@codesourcery.com>
15078
15079 * gdb.base/float.exp: Handle the new output from "info float" on
15080 MIPS targets.
15081
15082 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
15083
15084 Fix MinGW compilation.
15085 * gdb.compile/compile-ops.exp: Update untested message if
15086 !skip_compile_feature_tests.
15087 * gdb.compile/compile-setjmp.exp: Likewise.
15088 * gdb.compile/compile-tls.exp: Likewise.
15089 * gdb.compile/compile.exp: Likewise.
15090 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
15091 supported on this host".
15092
15093 2014-12-16 Doug Evans <xdje42@gmail.com>
15094
15095 * boards/stabs.exp: New file.
15096
15097 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
15098
15099 * gdb.base/completion.exp: Adjust to format changes of "maint
15100 print user-registers".
15101
15102 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
15103
15104 PR server/17457
15105 * gdb.arch/aarch64-fp.c: New file.
15106 * gdb.arch/aarch64-fp.exp: New file.
15107
15108 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
15109
15110 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
15111 r210637, r210913, r211666, r215400, r215817).
15112
15113 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
15114 * dg-extract-results.py: New file.
15115 * dg-extract-results.sh: Use it if the environment seems
15116 suitable.
15117
15118 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
15119
15120 * dg-extract-results.py (parse_run): Handle warnings that
15121 are printed before a test harness is run.
15122
15123 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
15124
15125 * dg-extract-results.py (Named): Remove __cmp__ method.
15126 (output_variation): Use a key to sort variation.harnesses.
15127
15128 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
15129
15130 * dg-extract-results.py: For Python 3, force sys.stdout to
15131 handle surrogate escape sequences.
15132 (safe_open): New function.
15133 (output_segment, main): Use it.
15134
15135 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
15136
15137 * dg-extract-results.py (Prog.result_re): Include options
15138 in test name.
15139
15140 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
15141
15142 * dg-extract-results.py (output_variation): Always sort if
15143 do_sum.
15144
15145 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
15146
15147 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
15148 as long as we get pagination notifications.
15149
15150 2014-12-15 Jason Merrill <jason@redhat.com>
15151
15152 * Makefile.in (check-gdb.%): Restore.
15153 * README: Mention it.
15154
15155 2014-12-13 Joel Brobecker <brobecker@adacore.com>
15156
15157 * gdb.ada/str_uninit: New testcase.
15158
15159 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15160
15161 PR symtab/17642
15162 * gdb.base/vla-stub-define.c: New file.
15163 * gdb.base/vla-stub.c: New file.
15164 * gdb.base/vla-stub.exp: New file.
15165
15166 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
15167 Jan Kratochvil <jan.kratochvil@redhat.com>
15168 Tom Tromey <tromey@redhat.com>
15169
15170 * configure.ac: Add gdb.compile/.
15171 * configure: Regenerate.
15172 * gdb.compile/Makefile.in: New file.
15173 * gdb.compile/compile-ops.exp: New file.
15174 * gdb.compile/compile-ops.c: New file.
15175 * gdb.compile/compile-tls.c: New file.
15176 * gdb.compile/compile-tls.exp: New file.
15177 * gdb.compile/compile-constvar.S: New file.
15178 * gdb.compile/compile-constvar.c: New file.
15179 * gdb.compile/compile-mod.c: New file.
15180 * gdb.compile/compile-nodebug.c: New file.
15181 * gdb.compile/compile-setjmp-mod.c: New file.
15182 * gdb.compile/compile-setjmp.c: New file.
15183 * gdb.compile/compile-setjmp.exp: New file.
15184 * gdb.compile/compile-shlib.c: New file.
15185 * gdb.compile/compile.c: New file.
15186 * gdb.compile/compile.exp: New file.
15187 * lib/gdb.exp (skip_compile_feature_tests): New proc.
15188
15189 2014-12-12 Tom Tromey <tromey@redhat.com>
15190
15191 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
15192 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
15193
15194 2014-12-12 Doug Evans <dje@google.com>
15195
15196 * lib/gdb-python.exp (get_python_valueof): New function.
15197 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
15198
15199 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15200
15201 * gdb.base/completion.exp: Add test for completion of "info
15202 registers ".
15203
15204 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
15205
15206 * gdb.base/func-ptrs.c: New file.
15207 * gdb.base/func-ptrs.exp: New file.
15208
15209 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
15210
15211 PR breakpoints/17012
15212 * gdb.base/dprintf-detach.c: New file.
15213 * gdb.base/dprintf-detach.exp: New file.
15214
15215 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
15216
15217 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
15218 * lib/gdb.exp (target_is_gdbserver): New procedure.
15219
15220 2014-12-08 Doug Evans <dje@google.com>
15221
15222 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
15223
15224 2014-12-05 Yao Qi <yao@codesourcery.com>
15225
15226 * gdb.guile/scm-error.exp: Remove the third argument to
15227 gdb_remote_download.
15228 * gdb.guile/scm-frame-args.exp: Likewise.
15229 * gdb.guile/scm-section-script.exp: Likewise.
15230
15231 2014-12-05 Yao Qi <yao@codesourcery.com>
15232
15233 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
15234
15235 2014-12-04 Doug Evans <dje@google.com>
15236
15237 * gdb.python/py-objfile.exp: Add tests for
15238 objfile.add_separate_debug_file.
15239
15240 2014-12-04 Doug Evans <dje@google.com>
15241
15242 * lib/gdb.exp (get_build_id): New function.
15243 (build_id_debug_filename_get): Rewrite to use it.
15244 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
15245
15246 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
15247
15248 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
15249 `method(long)', not just 0x0.
15250 * gdb.cp/nsalias.exp: Align code labels to 4.
15251 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
15252 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
15253 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
15254 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
15255 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
15256 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
15257
15258 2014-12-02 Doug Evans <dje@google.com>
15259
15260 PR symtab/17602
15261 * gdb.cp/anon-ns.cc: Move guts of this file to ...
15262 * gdb.cp/anon-ns2.cc: ... here. New file.
15263 * gdb.cp/anon-ns.exp: Update.
15264
15265 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
15266
15267 * gdb.python/py-events.py (inferior_call_handler): New.
15268 (register_changed_handler, memory_changed_handler): New.
15269 (test_events.invoke): Register new handlers.
15270 * gdb.python/py-events.exp: Add tests for inferior call,
15271 memory_changed and register_changed events.
15272
15273 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
15274
15275 * gdb.base/execl-update-breakpoints.exp: Specify the link address
15276 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
15277 if the linker doesn't understand this.
15278
15279 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
15280
15281 * gdb.python/python.exp: Change expected reply to help().
15282
15283 2014-12-01 Yao Qi <yao@codesourcery.com>
15284
15285 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
15286 AC_CONFIG_SUBDIRS(gdb.gdbtk).
15287 * configure: Re-generated.
15288
15289 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
15290
15291 * gdb.cp/chained-calls.cc: New file.
15292 * gdb.cp/chained-calls.exp: New file.
15293 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
15294
15295 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
15296
15297 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
15298 * gdb.dwarf2/symtab-producer.exp: Same.
15299 * gdb.gdb/python-interrupts.exp: Same.
15300 * gdb.gdb/python-selftest.exp: Same.
15301 * gdb.python/py-linetable.exp: Same.
15302 * gdb.python/py-type.exp: Same.
15303 * gdb.python/py-value-cc.exp: Same.
15304 * gdb.python/py-value.exp: Same.
15305
15306 2014-11-28 Yao Qi <yao@codesourcery.com>
15307
15308 * gdb.base/break-probes.exp: Match library name prefixed with
15309 sysroot.
15310
15311 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
15312
15313 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
15314 test expected output. Add parentheses for the call to print.
15315 Remove L suffix from integers.
15316
15317 2014-11-26 Doug Evans <dje@google.com>
15318
15319 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
15320
15321 2014-11-22 Yao Qi <yao@codesourcery.com>
15322
15323 * gdb.trace/entry-values.c: Remove asms.
15324 (foo): Add foo_label.
15325 (bar): Add bar_label.
15326 * gdb.trace/entry-values.exp: Remove code computing foo's
15327 length and bar's length.
15328 (Dwarf::assemble): Invoke function_range for bar and use
15329 MACRO_AT_func for foo.
15330
15331 2014-11-22 Yao Qi <yao@codesourcery.com>
15332
15333 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
15334 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
15335 Use .Lgcc43_procstart instead of gcc43.
15336
15337 2014-11-21 Joel Brobecker <brobecker@adacore.com>
15338
15339 * gdb.ada/n_arr_bound: New testcase.
15340
15341 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
15342
15343 PR breakpoints/10737
15344 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
15345 test_catch_syscall_multi_arch.
15346 (test_catch_syscall_multi_arch): New function.
15347
15348 2014-11-20 Doug Evans <xdje42@gmail.com>
15349
15350 * gdb.base/maint.exp: Update expected output.
15351
15352 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
15353
15354 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
15355 4-byte instruction on S390.
15356
15357 2014-11-19 Joel Brobecker <brobecker@adacore.com>
15358
15359 * gdb.ada/arr_arr: New testcase.
15360
15361 2014-11-19 Joel Brobecker <brobecker@adacore.com>
15362
15363 * gdb.ada/pkd_arr_elem: New Testcase.
15364
15365 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
15366
15367 * gdb.reverse/break-precsave: Expect completion message for
15368 core file reads.
15369 * gdb.reverse/consecutive-precsave.exp: Likewise.
15370 * gdb.reverse/finish-precsave.exp: Likewise.
15371 * gdb.reverse/i386-precsave.exp: Likewise.
15372 * gdb.reverse/machinestate-precsave.exp: Likewise.
15373 * gdb.reverse/sigall-precsave.exp: Likewise.
15374 * gdb.reverse/solib-precsave.exp: Likewise.
15375 * gdb.reverse/step-precsave.exp: Likewise.
15376 * gdb.reverse/until-precsave.exp: Likewise.
15377 * gdb.reverse/watch-precsave.exp: Likewise.
15378
15379 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15380
15381 * gdb.base/bp-permanent.c: Include unistd.h.
15382 * gdb.python/py-framefilter-mi.c (main): Add return type.
15383 * gdb.python/py-framefilter.c (main): Likewise.
15384 * gdb.trace/actions-changed.c (main): Likewise.
15385
15386 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15387
15388 * gdb.mi/until.c: Add eye-catchers.
15389 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
15390 line numbers.
15391
15392 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15393
15394 * gdb.base/condbreak.exp: Drop references to removed non-prototype
15395 function header variants in break1.c.
15396 * gdb.base/ena-dis-br.exp: Likewise.
15397 * gdb.base/hbreak2.exp: Likewise.
15398 * gdb.reverse/until-precsave.exp: Drop references to removed
15399 non-prototype function header variants in ur1.c.
15400 * gdb.reverse/until-reverse.exp: Likewise.
15401
15402 2014-11-17 Petr Machata <pmachata@redhat.com>
15403
15404 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
15405 ${_cu_offset_size} bytes abbrev offset.
15406
15407 2014-11-15 Doug Evans <xdje42@gmail.com>
15408
15409 PR symtab/17559
15410 * gdb.base/line-symtabs.exp: New file.
15411 * gdb.base/line-symtabs.c: New file.
15412 * gdb.base/line-symtabs.h: New file.
15413
15414 2014-11-14 Yao Qi <yao@codesourcery.com>
15415
15416 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
15417 (func): Add label func_label.
15418 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
15419 Replace low_pc and high_pc with MACRO_AT_range.
15420 Replace name, low_pc and high_pc with MACRO_AT_func.
15421
15422 2014-11-14 Yao Qi <yao@codesourcery.com>
15423
15424 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
15425 Replace name, low_pc and high_pc with MACRO_AT_func.
15426
15427 2014-11-14 Yao Qi <yao@codesourcery.com>
15428
15429 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
15430 produce debug information.
15431 * gdb.dwarf2/implptr-optimized-out.S: Removed.
15432
15433 2014-11-14 Yao Qi <yao@codesourcery.com>
15434
15435 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
15436 object and get function length.
15437 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
15438 with MACRO_AT_func.
15439 (top-level): Replace gdb_compile and clean_restart with
15440 prepare_for_testing.
15441 * gdb.dwarf2/main.c (main): Add label main_label.
15442
15443 2014-11-14 Yao Qi <yao@codesourcery.com>
15444
15445 * lib/dwarf.exp (function_range): New procedure.
15446 (Dwarf::_handle_macro_at_func): New procedure.
15447 (Dwarf::_handle_macro_at_range): New procedure.
15448 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
15449
15450 2014-11-14 Yao Qi <yao@codesourcery.com>
15451
15452 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
15453 (_handle_attribute): New procedure.
15454
15455 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15456
15457 * gdb.ada/cond_lang/foo.c (callme): Add return type.
15458 * gdb.base/call-sc.c (zed): Likewise.
15459 * gdb.base/checkpoint.c (main): Likewise.
15460 * gdb.base/dump.c (main): Likewise.
15461 * gdb.base/gcore.c (main): Likewise.
15462 * gdb.base/huge.c (main): Likewise.
15463 * gdb.base/multi-forks.c (main): Likewise.
15464 * gdb.base/pr10179-a.c (main): Likewise.
15465 * gdb.base/savedregs.c (main): Likewise.
15466 * gdb.base/sigaltstack.c (main): Likewise.
15467 * gdb.base/siginfo.c (main): Likewise.
15468 * gdb.base/structs.c (zed): Likewise.
15469 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
15470 * gdb.mi/mi-syn-frame.c (main): Likewise.
15471 * gdb.mi/until.c (foo, main): Likewise.
15472 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
15473 * gdb.base/solib-weak.c (foo): Declare.
15474 * gdb.base/attach-twice.c: Include stdio.h.
15475 * gdb.base/weaklib1.c: Likewise.
15476 * gdb.base/weaklib2.c: Likewise.
15477 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
15478 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
15479 unistd.h.
15480 * gdb.base/attach-pie-misread.c: Include stdlib.h.
15481 * gdb.mi/mi-exit-code.c: Likewise.
15482 * gdb.base/break-interp-lib.c: Include string.h.
15483 * gdb.base/coremaker.c: Likewise.
15484 * gdb.base/testenv.c: Likewise.
15485 * gdb.python/py-finish-breakpoint.c: Likewise.
15486 * gdb.base/inferior-died.c: Include sys/wait.h.
15487 * gdb.base/fileio.c: Include time.h.
15488 * gdb.base/async-shell.c: Include unistd.h.
15489 * gdb.base/dprintf-non-stop.c: Likewise.
15490 * gdb.base/info-os.c: Likewise.
15491 * gdb.mi/mi-console.c: Likewise.
15492 * gdb.mi/watch-nonstop.c: Likewise.
15493 * gdb.python/py-events.c: Likewise.
15494 * gdb.base/async.c (baz): Move up before its invocation.
15495 * gdb.base/code_elim2.c (my_global_func): Likewise.
15496 * gdb.base/skip-solib-lib.c (multiply): Likewise.
15497 * gdb.base/advance.c (func2): Likewise.
15498
15499 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15500
15501 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
15502 variant.
15503 * gdb.base/annota3.c: Likewise.
15504 * gdb.base/async.c: Likewise.
15505 * gdb.base/average.c: Likewise.
15506 * gdb.base/call-ar-st.c: Likewise.
15507 * gdb.base/call-rt-st.c: Likewise.
15508 * gdb.base/call-sc.c: Likewise.
15509 * gdb.base/call-strs.c: Likewise.
15510 * gdb.base/ending-run.c: Likewise.
15511 * gdb.base/execd-prog.c: Likewise.
15512 * gdb.base/exprs.c: Likewise.
15513 * gdb.base/foll-exec.c: Likewise.
15514 * gdb.base/foll-fork.c: Likewise.
15515 * gdb.base/foll-vfork.c: Likewise.
15516 * gdb.base/funcargs.c: Likewise.
15517 * gdb.base/gcore.c: Likewise.
15518 * gdb.base/jump.c: Likewise.
15519 * gdb.base/langs0.c: Likewise.
15520 * gdb.base/langs1.c: Likewise.
15521 * gdb.base/langs2.c: Likewise.
15522 * gdb.base/mips_pro.c: Likewise.
15523 * gdb.base/nodebug.c: Likewise.
15524 * gdb.base/opaque0.c: Likewise.
15525 * gdb.base/opaque1.c: Likewise.
15526 * gdb.base/recurse.c: Likewise.
15527 * gdb.base/run.c: Likewise.
15528 * gdb.base/scope0.c: Likewise.
15529 * gdb.base/scope1.c: Likewise.
15530 * gdb.base/setshow.c: Likewise.
15531 * gdb.base/setvar.c: Likewise.
15532 * gdb.base/shmain.c: Likewise.
15533 * gdb.base/shr1.c: Likewise.
15534 * gdb.base/shr2.c: Likewise.
15535 * gdb.base/sigall.c: Likewise.
15536 * gdb.base/signals.c: Likewise.
15537 * gdb.base/so-indr-cl.c: Likewise.
15538 * gdb.base/solib2.c: Likewise.
15539 * gdb.base/structs.c: Likewise.
15540 * gdb.base/sum.c: Likewise.
15541 * gdb.base/vforked-prog.c: Likewise.
15542 * gdb.base/watchpoint.c: Likewise.
15543 * gdb.reverse/shr2.c: Likewise.
15544 * gdb.reverse/until-reverse.c: Likewise.
15545 * gdb.reverse/ur1.c: Likewise.
15546 * gdb.reverse/watch-reverse.c: Likewise.
15547
15548 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15549
15550 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
15551 variant.
15552 * gdb.base/sepdebug.exp: Drop references to removed code.
15553
15554 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15555
15556 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
15557 variant. Preserve original line numbering.
15558 * gdb.base/list1.c: Likewise.
15559
15560 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15561
15562 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
15563 variant.
15564 * gdb.base/break1.c: Likewise.
15565 * gdb.base/break.exp: Drop references to removed code.
15566
15567 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15568
15569 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
15570 variant.
15571
15572 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15573
15574 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
15575
15576 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15577
15578 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
15579 logic into perform_all_tests() and invoke it with and without
15580 function header prototypes.
15581 (do_function_calls): Remove conditional XFAIL for PR 5318.
15582 (rerun_and_prepare): Remove duplicate code.
15583 (perform_all_tests): New. Main logic moved here.
15584
15585 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15586
15587 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
15588 code guarded by #ifdef NO_PROTOTYPES.
15589 (t_double_many_args): Likewise.
15590 (DEF_FUNC_MANY_ARGS_1): Likewise.
15591 (DEF_FUNC_VALUES_1): Likewise.
15592 (t_structs_ldc): Renamed from t_structs_fc in conditional code
15593 guarded by #ifdef PROTOTYPES.
15594
15595 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15596
15597 * gdb.mi/mi-console.c: Add eye-catcher.
15598 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
15599 instead of literal line number.
15600
15601 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15602
15603 * gdb.base/shr2.c: Add eye-catcher.
15604 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
15605 line number.
15606
15607 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15608
15609 * gdb.base/jump.c: Add eye-catchers.
15610 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
15611 numbers.
15612
15613 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15614
15615 * gdb.base/execd-prog.c: Add eye-catchers.
15616 * gdb.base/foll-exec.c: Likewise.
15617 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
15618 line numbers.
15619
15620 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15621
15622 * gdb.base/ending-run.c: Add eye-catchers.
15623 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
15624 literal line numbers.
15625
15626 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15627
15628 * gdb.base/call-rt-st.c: Add eye-catchers.
15629 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
15630 literal line numbers.
15631
15632 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15633
15634 * gdb.base/call-ar-st.c: Add eye-catchers.
15635 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
15636 literal line numbers.
15637
15638 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15639
15640 * gdb.base/average.c: Add eye-catchers.
15641 * gdb.base/sum.c: Likewise.
15642 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
15643 regexps dynamically.
15644
15645 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15646
15647 * gdb.base/solib1.c: Add eye-catchers.
15648 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
15649 literal line numbers.
15650
15651 2014-11-12 Pedro Alves <palves@redhat.com>
15652
15653 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
15654 leader has exited.
15655
15656 2014-11-12 Pedro Alves <palves@redhat.com>
15657
15658 * gdb.arch/i386-bp_permanent.c: New file.
15659 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
15660 (srcfile): Set to i386-bp_permanent.c.
15661 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
15662 that stepi does not execute the 'leave' instruction, instead of
15663 testing it does execute.
15664 * gdb.base/bp-permanent.c: New file.
15665 * gdb.base/bp-permanent.exp: New file.
15666
15667 2014-11-10 Doug Evans <xdje42@gmail.com>
15668
15669 PR symtab/17564
15670 * gdb.base/symtab-search-order.exp: New file.
15671 * gdb.base/symtab-search-order.c: New file.
15672 * gdb.base/symtab-search-order-1.c: New file.
15673 * gdb.base/symtab-search-order-shlib-1.c: New file.
15674
15675 2014-11-07 Pedro Alves <palves@redhat.com>
15676
15677 PR gdb/17511
15678 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
15679 i?86-*-linux*.
15680
15681 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
15682
15683 PR c++/17494
15684 * gdb.cp/pr17494.cc: New file.
15685 * gdb.cp/pr17494.exp: New file.
15686
15687 2014-11-02 Yao Qi <yao@codesourcery.com>
15688
15689 * gdb.python/python.exp: Get working directory and match the
15690 output of "set extended-prompt \\w " with it.
15691
15692 2014-10-30 Doug Evans <dje@google.com>
15693
15694 * gdb.python/py-objfile.exp: Add tests for setting random attributes
15695 in objfiles.
15696 * gdb.python/py-progspace.exp: Add tests for setting random attributes
15697 in progspaces.
15698
15699 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
15700
15701 * gdb.base/fullpath-expand.exp: Skip for a remote host.
15702 * gdb.base/realname-expand.exp: Likewise.
15703 * gdb.linespec/macro-relative.exp: Likewise.
15704
15705 2014-10-29 Pedro Alves <palves@redhat.com>
15706
15707 PR gdb/17408
15708 * gdb.threads/schedlock.c (some_function): New function.
15709 (call_function): New global.
15710 (MAYBE_CALL_SOME_FUNCTION): New macro.
15711 (thread_function): Call it.
15712 * gdb.threads/schedlock.exp (get_args): Add description parameter,
15713 and use it instead of a global counter. Adjust all callers.
15714 (get_current_thread): Use "find current thread" for test message
15715 here rather than having all callers pass down the same string.
15716 (goto_loop): New procedure, factored out from ...
15717 (my_continue): ... this.
15718 (step_ten_loops): Change parameter from test message to command to
15719 use. Adjust.
15720 (list_count): Delete global.
15721 (check_result): New procedure, factored out from duplicate top
15722 level code.
15723 (continue tests): Wrap in with_test_prefix.
15724 (test_step): New procedure, factored out from duplicate top level
15725 code.
15726 (top level): Test "step" in combination with all scheduler-locking
15727 modes. Test "next" in combination with all scheduler-locking
15728 modes, and in combination with stepping over a function call or
15729 not.
15730 * gdb.threads/next-bp-other-thread.c: New file.
15731 * gdb.threads/next-bp-other-thread.exp: New file.
15732
15733 2014-10-29 Pedro Alves <palves@redhat.com>
15734
15735 PR python/17372
15736 * gdb.python/python.exp: Test a multi-line command that spawns
15737 interactive Python.
15738 * gdb.base/multi-line-starts-subshell.exp: New file.
15739
15740 2014-10-29 Yao Qi <yao@codesourcery.com>
15741
15742 * gdb.base/fileio.exp: Make directories on host.
15743
15744 2014-10-29 Yao Qi <yao@codesourcery.com>
15745
15746 * gdb.base/fileio.c (test_write): Close the file.
15747
15748 2014-10-28 Pedro Alves <palves@redhat.com>
15749
15750 PR gdb/12623
15751 * gdb.base/sigstep.c (no_handler): New global.
15752 (main): If 'no_handler is true, set the signal handlers to
15753 SIG_IGN.
15754 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
15755 with_sw_watch and no_handler parameters. Handle them.
15756 (top level) <stepping over handler when stopped at a breakpoint
15757 test>: Add a test axis for testing with a software watchpoint, and
15758 another for testing with the signal handler set to SIG_IGN.
15759 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
15760 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
15761
15762 2014-10-28 Pedro Alves <palves@redhat.com>
15763
15764 PR gdb/17511
15765 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
15766 * gdb.base/sigstep.exp (other_handler_location): New global.
15767 (advance): Support stepping into the signal handler, and running
15768 commands while in the handler.
15769 (in_handler_map): New global.
15770 (top level): In the advance test, add combinations for getting
15771 into the handler with stepping commands, and for running commands
15772 in the handler. Add comment descripting the advancei tests.
15773
15774 2014-10-28 Pedro Alves <palves@redhat.com>
15775
15776 * gdb.base/sigstep.exp: Use build_executable instead of
15777 prepare_for_testing.
15778 (top level): Move code that starts GDB, runs to main and creates a
15779 display to ...
15780 (restart): ... this new procedure.
15781 (top level): Move backtrace from signal handler test to ...
15782 (validate_backtrace): ... this new procedure.
15783 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
15784 with_test_prefix. Always restart GDB.
15785 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
15786 with_test_prefix. Always restart GDB. No need to delete
15787 breakpoints after the test.
15788 (test_skip_handler): Remove prefix parameter.
15789 (skip_over_handler, breakpoint_to_handler)
15790 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
15791 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
15792 restart GDB. No need to delete breakpoints after the test.
15793 (top level): Use foreach to call the test procedures with
15794 different commands.
15795
15796 2014-10-28 Pedro Alves <palves@redhat.com>
15797
15798 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
15799 instead of GNATS numbers.
15800 * gdb.base/sigbpt.exp: Likewise.
15801 * gdb.base/siginfo.exp: Likewise.
15802 * gdb.base/sigstep.exp: Likewise.
15803
15804 2014-10-27 Pedro Alves <palves@redhat.com>
15805
15806 * gdb.base/sigstep.c (dummy): New global.
15807 (main): Issue a couple writes to the new global.
15808 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
15809 procedures.
15810 (skip_over_handler): Use test_skip_handler.
15811 (top level): Call skip_over_handler for stepi and nexti too.
15812 (breakpoint_over_handler): Use test_skip_handler.
15813 (top level): Call breakpoint_over_handler for stepi and nexti too.
15814
15815 2014-10-27 Yao Qi <yao@codesourcery.com>
15816
15817 * gdb.trace/tfile.c (adjust_function_address)
15818 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
15819 function descriptor.
15820
15821 2014-10-24 Don Breazeal <donb@codesourcery.com>
15822
15823 * gdb.base/foll-fork.exp (test_follow_fork,
15824 catch_fork_child_follow): Check for updated fork messages emitted
15825 from infrun.c.
15826 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
15827 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
15828 vfork_and_exec_child_follow_through_step): Check for updated vfork
15829 messages emitted from infrun.c.
15830
15831 2014-10-24 Pedro Alves <palves@redhat.com>
15832
15833 * gdb.base/corefile.exp: Remove references to ultrix.
15834 * gdb.base/interrupt.exp: Likewise.
15835 * gdb.base/whatis.exp: Likewise.
15836 * gdb.gdb/selftest.exp: Likewise.
15837 * gdb.threads/manythreads.exp: Likewise.
15838 * gdb.threads/print-threads.exp: Likewise.
15839 * gdb.threads/pthreads.exp:: Likewise.
15840 * gdb.threads/schedlock.exp: Likewise.
15841
15842 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
15843
15844 * gdb.cp/non-trivial-retval.cc: Add a test case.
15845 * gdb.cp/non-trivial-retval.exp: Add a test.
15846
15847 2014-10-20 Yao Qi <yao@codesourcery.com>
15848
15849 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
15850 * gdb.python/py-objfile-script-gdb.py: New file.
15851 * gdb.python/py-objfile-script.exp: Update reference to
15852 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
15853 of remote_download. Remove the dest file.
15854
15855 2014-10-20 Yao Qi <yao@codesourcery.com>
15856
15857 * gdb.base/checkpoint.exp: Don't remove file copied on host.
15858 * gdb.base/step-line.exp: Likewise.
15859 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15860 * gdb.dwarf2/dw2-basic.exp: Likewise.
15861 * gdb.dwarf2/dw2-compressed.exp: Likewise.
15862 * gdb.dwarf2/dw2-filename.exp: Likewise.
15863 * gdb.dwarf2/dw2-intercu.exp: Likewise.
15864 * gdb.dwarf2/dw2-intermix.exp: Likewise.
15865 * gdb.dwarf2/dw2-producer.exp: Likewise.
15866 * gdb.dwarf2/mac-fileno.exp: Likewise.
15867 * gdb.python/py-frame-args.exp: Likewise.
15868 * gdb.python/py-framefilter.exp: Likewise.
15869 * gdb.python/py-mi.exp: Likewise.
15870 * gdb.python/py-objfile-script.exp: Likewise
15871 * gdb.python/py-pp-integral.exp: Likewise.
15872 * gdb.python/py-pp-re-notag.exp: Likewise.
15873 * gdb.python/py-prettyprint.exp: Likewise.
15874 * gdb.python/py-section-script.exp: Likewise.
15875 * gdb.python/py-typeprint.exp: Likewise.
15876 * gdb.python/py-xmethods.exp: Likewise.
15877 * gdb.stabs/weird.exp: Likewise.
15878 * gdb.xml/tdesc-regs.exp: Likewise.
15879
15880 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
15881
15882 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
15883 (out_cu): Use addr_len for the size of addresses.
15884 (out_line): Likewise. Size DW_LNE_set_address instruction
15885 according to addr_len.
15886 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
15887 (FUNC): Add START_INSNS to definition.
15888
15889 2014-10-18 Yao Qi <yao@codesourcery.com>
15890
15891 * gdb.base/argv0-symlink.exp: Check argv[0] value if
15892 gdb_has_argv0 return true.
15893 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
15894 check [target_info exists noargs], check [gdb_has_argv0]
15895 instead.
15896 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
15897 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
15898 procedures.
15899
15900 2014-10-17 Doug Evans <dje@google.com>
15901
15902 * gdb.python/py-events.exp: Update expected output for clear_objfiles
15903 event.
15904 * gdb.python/py-events.py: Add clear_objfiles event.
15905
15906 2014-10-17 Doug Evans <dje@google.com>
15907
15908 * gdb.python/py-objfile.exp: Test progspace attribute.
15909
15910 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
15911
15912 * gdb.guile/scm-breakpoint.exp: Do not assume any
15913 directory separators when matching source file paths.
15914 * gdb.python/py-breakpoint.exp: Likewise.
15915 * gdb.reverse/break-precsave.exp: Likewise.
15916 * gdb.reverse/break-reverse.exp: Likewise.
15917 * gdb.reverse/consecutive-precsave.exp: Likewise.
15918 * gdb.reverse/finish-precsave.exp: Likewise.
15919 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
15920 * gdb.reverse/finish-reverse.exp: Likewise.
15921 * gdb.reverse/i386-precsave.exp: Likewise.
15922 * gdb.reverse/i387-env-reverse.exp: Likewise.
15923 * gdb.reverse/i387-stack-reverse.exp: Likewise.
15924 * gdb.reverse/machinestate-precsave.exp: Likewise.
15925 * gdb.reverse/machinestate.exp: Likewise.
15926 * gdb.reverse/sigall-precsave.exp: Likewise.
15927 * gdb.reverse/solib-precsave.exp: Likewise.
15928 * gdb.reverse/step-precsave.exp: Likewise.
15929 * gdb.reverse/until-precsave.exp: Likewise.
15930 * gdb.reverse/watch-precsave.exp: Likewise.
15931 * gdb.reverse/watch-reverse.exp: Likewise.
15932
15933 2014-10-17 Yao Qi <yao@codesourcery.com>
15934
15935 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
15936 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
15937
15938 2014-10-17 Pedro Alves <palves@redhat.com>
15939
15940 PR gdb/17471
15941 * gdb.base/bg-execution-repeat.c: New file.
15942 * gdb.base/bg-execution-repeat.exp: New file.
15943
15944 2014-10-17 Pedro Alves <palves@redhat.com>
15945
15946 PR gdb/17300
15947 * gdb.base/continue-all-already-running.c: New file.
15948 * gdb.base/continue-all-already-running.exp: New file.
15949
15950 2014-10-17 Pedro Alves <palves@redhat.com>
15951
15952 PR gdb/17472
15953 * gdb.base/annota-input-while-running.c: New file.
15954 * gdb.base/annota-input-while-running.exp: New file.
15955
15956 2014-10-17 Pedro Alves <palves@redhat.com>
15957
15958 * gdb.base/callfuncs.exp: emove references to osf.
15959 * gdb.base/sigall.exp: Likewise.
15960 * gdb.gdb/selftest.exp: Likewise.
15961 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
15962 * gdb.mi/non-stop.c: Likewise.
15963 * gdb.mi/pthreads.c: Likewise.
15964 * gdb.reverse/sigall-precsave.exp: Likewise.
15965 * gdb.reverse/sigall-reverse.exp: Likewise.
15966 * gdb.threads/pthreads.c: Likewise.
15967 * gdb.threads/pthreads.exp: Likewise.
15968
15969 2014-10-17 Yao Qi <yao@codesourcery.com>
15970
15971 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
15972 check 'target_info exists noargs'.
15973 (test_command_prompt_position): Likewise.
15974 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
15975 Remove "set args".
15976 (progvar_simple_while_test): Likewise.
15977 (progvar_complex_if_while_test): Likewise.
15978 (if_while_breakpoint_command_test): Likewise.
15979 (infrun_breakpoint_command_test): Likewise.
15980 (breakpoint_command_test): Likewise.
15981 (watchpoint_command_test): Likewise.
15982 (bp_deleted_in_command_test): Likewise.
15983 (temporary_breakpoint_commands): Likewise.
15984
15985 2014-10-16 Yao Qi <yao@codesourcery.com>
15986
15987 * gdb.base/remotetimeout.exp: Remove noargs checking.
15988
15989 2014-10-15 Pedro Alves <palves@redhat.com>
15990
15991 PR breakpoints/9649
15992 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
15993 * gdb.base/breakpoint-in-ro-region.exp
15994 (probe_target_hardware_step): New procedure.
15995 (top level): Probe hardware stepping and hardware breakpoint
15996 support. Test stepping through a read-only region, with both
15997 "breakpoint auto-hw" on and off and both "always-inserted" on and
15998 off.
15999
16000 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
16001
16002 * gdb.dlang/demangle.exp: Update for demangling changes.
16003
16004 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
16005
16006 * gdb.cp/non-trivial-retval.cc: Add new test cases.
16007 * gdb.cp/non-trivial-retval.exp: Add new tests.
16008
16009 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
16010
16011 PR c++/13403
16012 PR c++/15154
16013 * gdb.cp/non-trivial-retval.cc: New file.
16014 * gdb.cp/non-trivial-retval.exp: New file.
16015
16016 2014-10-15 Yao Qi <yao@codesourcery.com>
16017
16018 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
16019 remote host.
16020
16021 2014-10-15 Yao Qi <yao@codesourcery.com>
16022
16023 * gdb.python/py-symbol.exp: Match file base name if host is
16024 remote, otherwise match file name with dir name.
16025 * gdb.python/py-symtab.exp: Likewise.
16026 * gdb.python/python.exp: Likewise.
16027
16028 2014-10-15 Yao Qi <yao@codesourcery.com>
16029
16030 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
16031 pattern.
16032 * gdb.python/py-symtab.exp: Likewise.
16033 * gdb.python/python.exp: Remove trailing ".*". Fix typo
16034 locationn.
16035
16036 2014-10-14 Joel Brobecker <brobecker@adacore.com>
16037
16038 * gdb.ada/addr_arith: New testcase.
16039
16040 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
16041
16042 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
16043 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
16044 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
16045 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
16046
16047 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
16048
16049 * gdb.arch/stap-eval-lang-ada.S: Likewise.
16050 * gdb.arch/stap-eval-lang-ada.c: Likewise.
16051 * gdb.arch/stap-eval-lang-ada.exp: New file.
16052
16053 2014-10-14 Yao Qi <yao@codesourcery.com>
16054
16055 * gdb.mi/mi-var-child.c (nothing1): New function.
16056 (nothing2): New function.
16057 (do_children_tests): Set function pointers by nothing1 and
16058 nothing2.
16059 * gdb.mi/mi-var-child.exp: Step over new added statements.
16060 Update test to match the new output.
16061 * gdb.mi/var-cmd.c (nothing1): New function.
16062 (nothing2): New function.
16063 (do_children_tests): Set function pointers by nothing1 and
16064 nothing2.
16065 * gdb.mi/mi-var-display.exp: Update test to match output.
16066 Step to the line specified by $line_dct_nothing.
16067 Increase the number of lines to step.
16068
16069 2014-10-14 Yao Qi <yao@codesourcery.com>
16070
16071 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
16072 tests.
16073 * gdb.mi/mi2-var-child.exp: Likewise.
16074
16075 2014-10-13 Doug Evans <dje@google.com>
16076
16077 * gdb.python/py-objfile.exp: Change name of file name test.
16078
16079 2014-10-13 Doug Evans <dje@google.com>
16080
16081 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
16082 from the start of the CU.
16083
16084 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16085 Yao Qi <yao@codesourcery.com>
16086
16087 Fix "save breakpoints" for "catch" command.
16088 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
16089 Remove -nonewline. Match also the added "main" line.
16090
16091 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16092
16093 Fix "save breakpoints" for "disable $bpnum" command.
16094 * gdb.base/save-bp.c (main): Add label.
16095 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
16096
16097 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16098
16099 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
16100
16101 2014-10-11 Yao Qi <yao@codesourcery.com>
16102
16103 * gdb.server/server-kill.exp: Execute command
16104 "set remote trace-status-packet on" before "tstatus".
16105
16106 2014-10-11 Yao Qi <yao@codesourcery.com>
16107
16108 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
16109 (main): Call getppid.
16110 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
16111 and continue to it. Read variable "server_pid".
16112
16113 2014-10-11 Yao Qi <yao@codesourcery.com>
16114
16115 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
16116
16117 2014-10-11 Yao Qi <yao@codesourcery.com>
16118
16119 * gdb.threads/thread-find.exp: Don't execute command
16120 "info threads".
16121 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
16122 * gdb.threads/linux-dp.exp: Don't check the condition
16123 $threads_created equals to zero.
16124
16125 2014-10-10 Pedro Alves <palves@redhat.com>
16126
16127 * gdb.base/bigcore.exp: Remove references to IRIX.
16128 * gdb.base/funcargs.exp: Likewise.
16129 * gdb.base/interrupt.exp: Likewise.
16130 * gdb.base/mips_pro.exp: Likewise.
16131 * gdb.base/nodebug.exp: Likewise.
16132 * gdb.base/setvar.exp: Likewise.
16133 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
16134
16135 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
16136 Pedro Alves <palves@redhat.com>
16137
16138 PR symtab/14466
16139 * gdb.base/vdso-warning.c: New file.
16140 * gdb.base/vdso-warning.exp: New file.
16141
16142 2014-10-02 Doug Evans <dje@google.com>
16143
16144 * gdb.base/structs.c (main): Don't run forever.
16145
16146 2014-10-02 Pedro Alves <palves@redhat.com>
16147
16148 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
16149 (top level) <stop threads 1, stop threads 2>: Use it.
16150
16151 2014-10-02 Pedro Alves <palves@redhat.com>
16152
16153 * gdb.threads/break-while-running.exp (test): Add new
16154 'update_thread_list' argument. Skip "info threads" if false.
16155 (top level): Add new 'update_thread_list' axis.
16156
16157 2014-10-02 Pedro Alves <palves@redhat.com>
16158
16159 PR breakpoints/17431
16160 * gdb.base/execl-update-breakpoints.c: New file.
16161 * gdb.base/execl-update-breakpoints.exp: New file.
16162
16163 2014-10-01 Pedro Alves <palves@redhat.com>
16164
16165 * gdb.base/breakpoint-in-ro-region.c: New file.
16166 * gdb.base/breakpoint-in-ro-region.exp: New file.
16167
16168 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
16169
16170 * gdb.mi/mi-exit-code.exp: New file.
16171 * gdb.mi/mi-exit-code.c: New file.
16172
16173 2014-09-30 Yao Qi <yao@codesourcery.com>
16174
16175 * lib/prelink-support.exp (build_executable_own_libs): Error if
16176 the target isn't native.
16177
16178 2014-09-30 Yao Qi <yao@codesourcery.com>
16179
16180 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
16181 false.
16182
16183 2014-09-22 Pedro Alves <palves@redhat.com>
16184
16185 * gdb.threads/break-while-running.exp: New file.
16186 * gdb.threads/break-while-running.c: New file.
16187
16188 2014-09-19 Yao Qi <yao@codesourcery.com>
16189
16190 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
16191 Invoke test. Restart GDB with --readnow and invoke test again.
16192
16193 2014-09-19 Yao Qi <yao@codesourcery.com>
16194
16195 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
16196 proc set_breakpoint_on_gcd_function. Invoke
16197 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
16198 invoke set_breakpoint_on_gcd_function again.
16199
16200 2014-09-18 Doug Evans <dje@google.com>
16201
16202 * gdb.dwarf2/symtab-producer.exp: New file.
16203
16204 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
16205
16206 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
16207 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
16208 * gdb.base/global-var-nested-by-dso.c: Likewise.
16209 * gdb.base/global-var-nested-by-dso.exp: Likewise.
16210
16211 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
16212 Pedro Alves <palves@redhat.com>
16213
16214 * gdb.base/watch-bitfields.exp: Pass string other than test file
16215 name to prepare_for_testing.
16216 (watch): New procedure.
16217 (expect_watchpoint): Use with_test_prefix.
16218 (top level): Factor out tests to ...
16219 (test_watch_location, test_regular_watch): ... these new
16220 procedures, and use with_test_prefix and gdb_continue_to_end.
16221
16222 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
16223
16224 PR breakpoints/12526
16225 * gdb.base/watch-bitfields.exp: New file.
16226 * gdb.base/watch-bitfields.c: New file.
16227
16228 2014-09-16 Pedro Alves <palves@redhat.com>
16229
16230 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
16231 software and hardware addresses, not software address against
16232 itself.
16233
16234 2014-09-16 Pedro Alves <palves@redhat.com>
16235
16236 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
16237 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
16238
16239 2014-09-16 Pedro Alves <palves@redhat.com>
16240
16241 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
16242 files.
16243 * gdb.base/a2-run.exp: Remove all code guarded by istarget
16244 "*-*-vxworks*" throughout.
16245 * gdb.base/break.exp: Likewise.
16246 * gdb.base/default.exp: Likewise.
16247 * gdb.base/scope.exp: Likewise.
16248 * gdb.base/sepdebug.exp: Likewise.
16249 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
16250 throughout.
16251 * gdb.base/run.c: Likewise.
16252 * gdb.base/sepdebug.c: Likewise.
16253 * gdb.hp/gdb.aCC/run.c: Likewise.
16254 * gdb.reverse/until-reverse.c: Likewise.
16255 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
16256
16257 2014-09-16 Yao Qi <yao@codesourcery.com>
16258
16259 * boards/local-remote-host-native.exp: New file.
16260
16261 2014-09-14 Doug Evans <xdje42@gmail.com>
16262
16263 * gdb.threads/queue-signal.c (thread_count): New variable.
16264 (thread_count_mutex, thread_count_condvar): New variables.
16265 (incr_thread_count, wait_all_threads_running): New functions.
16266 (main): Wait for all threads to be in their thread functions.
16267
16268 2014-09-13 Doug Evans <xdje42@gmail.com>
16269
16270 * gdb.threads/queue-signal.c: New file.
16271 * gdb.threads/queue-signal.exp: New file.
16272
16273 2014-09-13 Doug Evans <xdje42@gmail.com>
16274
16275 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
16276 be consistent with what default_gdb_init uses.
16277 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
16278 the plain text of the prompt. Add some logging printfs.
16279 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
16280
16281 2014-09-12 Pedro Alves <palves@redhat.com>
16282
16283 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
16284 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
16285 * gdb.arch/i386-size-overlap.exp: Likewise.
16286 * gdb.arch/i386-size.exp: Likewise.
16287 * gdb.arch/i386-unwind.exp: Likewise.
16288 * gdb.base/a2-run.exp: Likewise.
16289 * gdb.base/break.exp: Likewise.
16290 * gdb.base/charset.exp: Likewise.
16291 * gdb.base/chng-syms.exp: Likewise.
16292 * gdb.base/commands.exp: Likewise.
16293 * gdb.base/dbx.exp: Likewise.
16294 * gdb.base/find.exp: Likewise.
16295 * gdb.base/funcargs.exp: Likewise.
16296 * gdb.base/jit-simple.exp: Likewise.
16297 * gdb.base/reread.exp: Likewise.
16298 * gdb.base/sepdebug.exp: Likewise.
16299 * gdb.base/step-bt.exp: Likewise.
16300 * gdb.cp/mb-inline.exp: Likewise.
16301 * gdb.cp/mb-templates.exp: Likewise.
16302 * gdb.objc/basicclass.exp: Likewise.
16303 * gdb.threads/killed.exp: Likewise.
16304
16305 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16306
16307 PR tdep/17379
16308 * gdb.arch/powerpc-stackless.S: New file.
16309 * gdb.arch/powerpc-stackless.exp: New file.
16310
16311 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16312
16313 * gdb.base/attach.c: Include unistd.h.
16314 (main): Call alarm. Add label postloop.
16315 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
16316 gdb_breakpoint, gdb_continue_to_breakpoint.
16317 (test_command_line_attach_run): Kill ${testpid} in one exit path.
16318
16319 2014-09-11 Pedro Alves <palves@redhat.com>
16320
16321 PR gdb/17347
16322 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
16323 * gdb.base/attach.exp (test_command_line_attach_run): New
16324 procedure.
16325 (top level): Call it.
16326
16327 2014-09-11 Pedro Alves <palves@redhat.com>
16328
16329 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
16330 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
16331 (do_command_attach_tests): Use spawn_wait_for_attach.
16332 * gdb.base/solib-overlap.exp: Likewise.
16333 * gdb.multi/multi-attach.exp: Likewise.
16334 * gdb.python/py-prompt.exp: Likewise.
16335 * gdb.python/py-sync-interp.exp: Likewise.
16336 * gdb.server/ext-attach.exp: Likewise.
16337
16338 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
16339
16340 * gdb.fortran/array-element.exp: Remove unexpected "continue"
16341 command in testcase. Simplify testcase.
16342
16343 2014-09-10 Joel Brobecker <brobecker@adacore.com>
16344
16345 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
16346
16347 2014-09-10 Joel Brobecker <brobecker@adacore.com>
16348
16349 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
16350
16351 2014-09-10 Joel Brobecker <brobecker@adacore.com>
16352
16353 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
16354
16355 2014-09-10 Joel Brobecker <brobecker@adacore.com>
16356
16357 * gdb.dwarf2/dynarr-ptr.c: New file.
16358 * gdb.dwarf2/dynarr-ptr.exp: New file.
16359
16360 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16361
16362 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
16363 of 30 rather than hardcoding 120 for a slow test case. Take the
16364 `gdb,timeout' target setting into account for this calculation.
16365 Don't extend the timeout for the test cases that don't need it.
16366
16367 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16368
16369 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
16370 a factor of 2 for a slow test case. Take the `gdb,timeout'
16371 target setting into account for this calculation.
16372 * gdb.reverse/until-precsave.exp: Increase the timeout by
16373 a factor of 15 and 3 respectively rather than adding 120
16374 for a pair of slow test cases. Take the `gdb,timeout'
16375 target setting into account for this calculation.
16376
16377 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16378
16379 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
16380 timeout, don't pass one down to gdb_expect.
16381 (gdb_expect): Rework timeout selection.
16382
16383 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16384
16385 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
16386 exception on timeout.
16387 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
16388 (gdbserver_start_extended): Catch any `gdbserver_start' error
16389 exceptions.
16390 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
16391 * lib/mi-support.exp (mi_gdb_target_load): Catch any
16392 `gdbserver_gdb_load' error exceptions.
16393
16394 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16395
16396 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
16397 120 on waiting for the TCP socket to open.
16398
16399 2014-09-09 Doug Evans <xdje42@gmail.com>
16400
16401 * gdb.base/default.exp (show_conv_list): Add _caller_is,
16402 _caller_matches, _any_caller_is, _any_caller_matches.
16403
16404 2014-09-09 Doug Evans <xdje42@gmail.com>
16405
16406 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
16407
16408 2014-09-09 Yao Qi <yao@codesourcery.com>
16409
16410 * gdb.mi/mi-var-display.exp: Set print symbol off.
16411
16412 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
16413
16414 PR gdb/17035
16415 * gdb.base/commands.exp: Add tests to verify user-defined
16416 commands with empty bodies.
16417 * gdb.python/py-cmd.exp: Test that we don't show user-defined
16418 python commands in `show user command`.
16419 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
16420 scheme commands in `show user command`.
16421
16422 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16423
16424 PR python/17355
16425 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
16426 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
16427 * gdb.python/py-framefilter-invalidarg.exp: New file.
16428 * gdb.python/py-framefilter-invalidarg.py: New file.
16429
16430 2014-09-06 Doug Evans <xdje42@gmail.com>
16431
16432 PR 15276
16433 * gdb.python/py-caller-is.c: New file.
16434 * gdb.python/py-caller-is.exp: New file.
16435
16436 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
16437
16438 PR gdb/17235
16439 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
16440 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
16441
16442 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
16443
16444 PR fortran/17237
16445 * gdb.fortran/print-formatted.exp: New file.
16446 * gdb.fortran/print-formatted.f90: Likewise.
16447
16448 2014-09-03 Sasha Smundak <asmundak@google.com>
16449
16450 * gdb.python/py-frame.exp: Test Frame.read_register.
16451
16452 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
16453
16454 PR python/16699
16455 * gdb.python/py-completion.exp: New file.
16456 * gdb.python/py-completion.py: Likewise.
16457
16458 2014-08-28 Doug Evans <dje@google.com>
16459
16460 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
16461 eax,etc. are live with values set by gdb and thus the compiler can't
16462 use them.
16463 * gdb.arch/i386-pseudo.c (main): Ditto.
16464
16465 2014-08-27 Doug Evans <dje@google.com>
16466
16467 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
16468
16469 2014-08-25 Doug Evans <dje@google.com>
16470
16471 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
16472 (main): Ditto.
16473
16474 2014-08-25 Doug Evans <dje@google.com>
16475
16476 * gdb.threads/thread-execl.exp: #include <stdio.h>.
16477
16478 2014-08-24 Yao Qi <yao@codesourcery.com>
16479
16480 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
16481 symbol off.
16482 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
16483
16484 2014-08-22 Doug Evans <dje@google.com>
16485
16486 PR 17276
16487 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
16488 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
16489 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
16490
16491 2014-08-22 Yao Qi <yao@codesourcery.com>
16492
16493 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
16494 * gdb.python/py-finish-breakpoint2.exp: Likewise.
16495 * gdb.python/python.exp: Likewise. Use .py file on the host
16496 instead of the build.
16497
16498 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16499
16500 * gdb.threads/gcore-stale-thread.c: New file.
16501 * gdb.threads/gcore-stale-thread.exp: New file.
16502
16503 2014-08-21 Pedro Alves <palves@redhat.com>
16504
16505 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
16506 * gdb.base/gcore-relro-pie.exp: Likewise.
16507 * gdb.base/gcore-relro.exp: Likewise.
16508 * gdb.base/gcore.exp: Likewise.
16509 * gdb.base/print-symbol-loading.exp: Likewise.
16510 * gdb.threads/gcore-thread.exp: Likewise.
16511 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
16512
16513 2014-08-20 Pedro Alves <palves@redhat.com>
16514 Jan Kratochvil <jan.kratochvil@redhat.com>
16515
16516 * Makefile.in (EXTRA_RULES, CC): New variables, get from
16517 configure.
16518 (EXPECT): Handle READ1 being set.
16519 (all): Depend on EXTRA_RULES.
16520 (check-read1, expect-read1, read1.so, read1): New rules.
16521 * README (Testsuite Parameters): Document the READ1 make variable.
16522 (Race detection): New section.
16523 * configure: Regenerate.
16524 * configure.ac: If build==host==target, and running under a
16525 GNU/glibc system, add read1 to the extra Makefile rules.
16526 (EXTRA_RULES): AC_SUBST it.
16527 * lib/read1.c: New file.
16528
16529 2014-08-20 Joel Brobecker <brobecker@adacore.com>
16530
16531 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
16532 the handling of variables declared as a typedef to an array
16533 which a DW_AT_data_location attribute.
16534
16535 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
16536 Pedro Alves <palves@redhat.com>
16537
16538 PR symtab/14604
16539 PR symtab/14605
16540 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
16541 gdb_test.
16542
16543 2014-08-19 Pedro Alves <palves@redhat.com>
16544
16545 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
16546
16547 2014-08-19 Yao Qi <yao@codesourcery.com>
16548
16549 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
16550 right line.
16551
16552 2014-08-18 David Blaikie <dblaikie@gmail.com>
16553
16554 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
16555
16556 2014-08-18 Joel Brobecker <brobecker@adacore.com>
16557
16558 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
16559 attribute in array range.
16560
16561 2014-08-18 Joel Brobecker <brobecker@adacore.com>
16562
16563 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
16564
16565 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
16566
16567 PR c++/17132
16568 * gdb.cp/pr17132.cc: New file.
16569 * gdb.cp/pr17132.exp: New file.
16570
16571 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
16572
16573 * gdb.python/py-xmethods.py (A_getarrayind)
16574 (E_method_char_worker.__call__, E_method_int_worker.__call__):
16575 Use 'print' with function call syntax.
16576 (E_method_matcher.match): Fix tab vs space indentation mixup.
16577
16578 2014-08-15 Yao Qi <yao@codesourcery.com>
16579
16580 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
16581 false.
16582
16583 2014-08-15 Yao Qi <yao@codesourcery.com>
16584
16585 * gdb.cp/casts.exp: Set print symbol off.
16586 * gdb.cp/class2.exp: Likewise.
16587 * gdb.cp/overload.exp: Likewise.
16588 * gdb.cp/templates.exp: Likewise.
16589
16590 2014-08-11 Doug Evans <dje@google.com>
16591
16592 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
16593 (test_load_shlib): Update.
16594
16595 2014-08-09 Yao Qi <yao@codesourcery.com>
16596
16597 * gdb.base/display.exp: Invoke is_address_zero_readable.
16598 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
16599 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
16600 * gdb.base/hbreak-unmapped.exp: Return if
16601 is_address_zero_readable returns true.
16602 * gdb.base/signest.exp: Likewise.
16603 * gdb.base/signull.exp: Likewise.
16604 * gdb.base/sigbpt.exp: Likewise.
16605 * gdb.guile/scm-disasm.exp: Do the test if
16606 is_address_zero_readable returns false.
16607 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
16608 * gdb.python/py-arch.exp: Likewise.
16609 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
16610 * lib/gdb.exp (is_address_zero_readable): New proc.
16611
16612 2014-08-09 Yao Qi <yao@codesourcery.com>
16613
16614 PR testsuite/13443
16615 * gdb.mi/mi-var-display.exp: Make test messages unique.
16616
16617 2014-08-04 Tom Tromey <tromey@redhat.com>
16618
16619 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
16620 target 0".
16621
16622 2014-08-04 Tom Tromey <tromey@redhat.com>
16623
16624 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
16625 "target_resume".
16626
16627 2014-08-01 Joel Brobecker <brobecker@adacore.com>
16628
16629 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
16630 inner_vla_struct_object_size.
16631 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
16632 as xfail.
16633
16634 2014-07-30 Pedro Alves <palves@redhat.com>
16635
16636 * gdb.threads/signal-command-handle-nopass.exp (test): Add
16637 comment.
16638
16639 2014-07-29 Yao Qi <yao@codesourcery.com>
16640
16641 PR gdb/17206
16642 * gdb.base/until-nodebug.exp: New.
16643
16644 2014-07-28 Doug Evans <xdje42@gmail.com>
16645
16646 PR guile/17203
16647 * gdb.guile/scm-parameter.exp: Add tests for trying to create
16648 previously existing parameter, and previously ambiguously spelled
16649 parameter.
16650
16651 2014-07-28 Will Newton <will.newton@linaro.org>
16652
16653 * gdb.base/varargs.exp: Remove KFAILs for ARM.
16654
16655 2014-07-26 Ludovic Courtès <ludo@gnu.org>
16656 Doug Evans <xdje42@gmail.com>
16657
16658 PR guile/17146
16659 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
16660
16661 2014-07-25 Pedro Alves <palves@redhat.com>
16662
16663 * gdb.threads/signal-command-handle-nopass.c: New file.
16664 * gdb.threads/signal-command-handle-nopass.exp: New file.
16665 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
16666 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
16667 * gdb.threads/signal-delivered-right-thread.c: New file.
16668 * gdb.threads/signal-delivered-right-thread.exp: New file.
16669
16670 2014-07-25 Pedro Alves <palves@redhat.com>
16671
16672 * gdb.base/double-prompt-target-event-error.exp
16673 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
16674 match.
16675 (cancel_pagination_in_target_event): Rework double prompt
16676 detection.
16677 * gdb.base/paginate-after-ctrl-c-running.exp
16678 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
16679 <return>' match.
16680 * gdb.base/paginate-bg-execution.exp
16681 (test_bg_execution_pagination_return)
16682 (test_bg_execution_pagination_cancel): Remove '-notransfer
16683 <return>' matches.
16684 * gdb.base/paginate-execution-startup.exp
16685 (test_fg_execution_pagination_return)
16686 (test_fg_execution_pagination_cancel): Remove '-notransfer
16687 <return>' matches.
16688 * gdb.base/paginate-inferior-exit.exp
16689 (test_paginate_inferior_exited): Remove '-notransfer <return>'
16690 match.
16691 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
16692 * lib/gdb.exp (pagination_prompt): Run text through
16693 string_to_regexp.
16694 (gdb_test_multiple): Match $pagination_prompt instead of
16695 "<return>".
16696 (string_to_regexp): Move to lib/gdb-utils.exp.
16697
16698 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16699
16700 * gdb.arch/amd64-entry-value-paramref.S: New file.
16701 * gdb.arch/amd64-entry-value-paramref.cc: New file.
16702 * gdb.arch/amd64-entry-value-paramref.exp: New file.
16703 * gdb.arch/amd64-optimout-repeat.S: New file.
16704 * gdb.arch/amd64-optimout-repeat.c: New file.
16705 * gdb.arch/amd64-optimout-repeat.exp: New file.
16706
16707 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16708
16709 PR gdb/17170
16710 * gdb.base/statistics.exp: New file.
16711
16712 2014-07-17 Doug Evans <dje@google.com>
16713
16714 PR gdb/17170
16715 * gdb.base/maint.exp: Update testing of per-command stats.
16716
16717 2014-07-16 Pedro Alves <palves@redhat.com>
16718
16719 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
16720 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
16721 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
16722 (tfile_write_buf): New functions.
16723 (add_memory_block): Rewrite using the above.
16724 (adjust_function_address): New function.
16725 (FUNCTION_ADDRESS): New macro.
16726 (write_basic_trace_file): Remove short_x local, and use
16727 tfile_write_16. Change type of func_addr local to unsigned long
16728 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
16729 here. Cast argument of add_memory_block to char pointer.
16730 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
16731 (main): Remove parameters.
16732 * gdb.trace/tfile.exp: Remove nowarnings.
16733
16734 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
16735
16736 * gdb.base/debug-expr.exp: Test string evaluation with
16737 "debug expression" on.
16738
16739 2014-07-15 Pedro Alves <palves@redhat.com>
16740
16741 * gdb.base/reread.exp: Use clean_restart.
16742
16743 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
16744
16745 * gdb.arch/avr-flash-qualifer.c: New.
16746 * gdb.arch/avr-flash-qualifer.exp: New.
16747
16748 2014-07-14 Pedro Alves <palves@redhat.com>
16749
16750 * gdb.base/paginate-after-ctrl-c-running.c: New file.
16751 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
16752
16753 2014-07-14 Pedro Alves <palves@redhat.com>
16754
16755 * gdb.base/double-prompt-target-event-error.c: New file.
16756 * gdb.base/double-prompt-target-event-error.exp: New file.
16757
16758 2014-07-14 Pedro Alves <palves@redhat.com>
16759
16760 PR gdb/17072
16761 * gdb.base/paginate-inferior-exit.c: New file.
16762 * gdb.base/paginate-inferior-exit.exp: New file.
16763
16764 2014-07-14 Pedro Alves <palves@redhat.com>
16765
16766 PR gdb/17072
16767 * gdb.base/paginate-bg-execution.c: New file.
16768 * gdb.base/paginate-bg-execution.exp: New file.
16769
16770 2014-07-14 Pedro Alves <palves@redhat.com>
16771
16772 PR gdb/17072
16773 * gdb.base/paginate-execution-startup.c: New file.
16774 * gdb.base/paginate-execution-startup.exp: New file.
16775 * lib/gdb.exp (pagination_prompt): New global.
16776 (default_gdb_spawn): New procedure, factored out from
16777 default_gdb_spawn.
16778 (default_gdb_start): Adjust to call default_gdb_spawn.
16779 (gdb_spawn): New procedure.
16780
16781 2014-07-14 Pedro Alves <palves@redhat.com>
16782
16783 * lib/gdb.exp (gdb_assert): New procedure.
16784 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
16785
16786 2014-07-14 Pedro Alves <palves@redhat.com>
16787
16788 * gdb.base/execution-termios.c: New file.
16789 * gdb.base/execution-termios.exp: New file.
16790
16791 2014-07-14 Tom Tromey <tromey@redhat.com>
16792
16793 * gdb.cp/vla-cxx.cc: New file.
16794 * gdb.cp/vla-cxx.exp: New file.
16795
16796 2014-07-14 Tom Tromey <tromey@redhat.com>
16797
16798 * gdb.reverse/rerun-prec.c: New file.
16799 * gdb.reverse/rerun-prec.exp: New file.
16800
16801 2014-07-12 Maciej W. Rozycki <macro@mips.com>
16802 Maciej W. Rozycki <macro@codesourcery.com>
16803
16804 * lib/gdb-utils.exp: New file.
16805 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
16806 inline `gdb_init_command' processing.
16807 (gdb_start_cmd): Likewise.
16808 * lib/mi-support.exp (mi_run_cmd): Likewise.
16809 * README: Document `gdb_init_command' and `gdb_init_commands'.
16810
16811 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16812
16813 Fix false FAIL running under a very long directory name.
16814 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
16815 and "set print elements 10000". Twice.
16816
16817 2014-07-11 Yao Qi <yao@codesourcery.com>
16818
16819 * gdb.base/exprs.exp: "set print symbol off".
16820
16821 2014-07-11 Pedro Alves <palves@redhat.com>
16822
16823 * gdb.threads/kill.c: New file.
16824 * gdb.threads/kill.exp: New file.
16825
16826 2014-07-10 Yao Qi <yao@codesourcery.com>
16827
16828 * gdb.trace/tfile.c (write_basic_trace_file)
16829 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
16830 address written to trace file.
16831
16832 2014-07-09 Pedro Alves <palves@redhat.com>
16833
16834 * gdb.base/attach-wait-input.exp: New file.
16835 * gdb.base/attach-wait-input.c: New file.
16836
16837 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
16838
16839 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
16840 setting up test structures.
16841 (main): Call new test function.
16842 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
16843 test function, continue into test function and walk test
16844 structures.
16845
16846 2014-07-02 Yao Qi <yao@codesourcery.com>
16847
16848 * gdb.trace/entry-values.c: Define labels 'foo_start' and
16849 'bar_start' at the beginning of functions 'foo' and 'bar'
16850 respectively.
16851 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
16852 instead of 'foo' and 'bar'.
16853
16854 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
16855
16856 * gdb.btrace/segv.exp: New.
16857 * gdb.btrace/segv.c: New.
16858
16859 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
16860
16861 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
16862 instruction.
16863
16864 2014-06-30 Mark Wielaard <mjw@redhat.com>
16865
16866 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
16867 vulture, vilify, villar): New volatile array constants.
16868 (vindictive, vegetation): New const volatile array constants.
16869 * gdb.base/volatile.exp: Test volatile and const volatile array
16870 types.
16871
16872 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
16873
16874 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
16875 target lacks support for awatch, rwatch, or hbreak.
16876
16877 2014-06-27 Yao Qi <yao@codesourcery.com>
16878
16879 * gdb.multi/dummy-frame-restore.exp: New.
16880 * gdb.multi/dummy-frame-restore.c: New.
16881
16882 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
16883
16884 * gdb.btrace/gcore.exp: New.
16885
16886 2014-06-23 Pedro Alves <palves@redhat.com>
16887
16888 * gdb.base/watchpoint-reuse-slot.c: New file.
16889 * gdb.base/watchpoint-reuse-slot.exp: New file.
16890
16891 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
16892
16893 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
16894 progspace's filename in 'info', 'enable' and 'disable' command
16895 tests.
16896
16897 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
16898
16899 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
16900 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
16901 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
16902
16903 2014-06-20 Gary Benson <gbenson@redhat.com>
16904
16905 * gdb.arch/i386-avx.exp: Fix include file location.
16906 * gdb.arch/i386-sse.exp: Likewise.
16907
16908 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
16909
16910 * gdb.dlang/expression.exp: New file.
16911
16912 2014-06-19 Pedro Alves <palves@redhat.com>
16913
16914 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
16915 out from ...
16916 (top level): ... here. Iterate running tests under different
16917 scheduler-locking settings.
16918
16919 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
16920
16921 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
16922 to DW_FORM_addr and use non-zero addresses.
16923
16924 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
16925
16926 PR gdb/17017
16927 * gdb.python/py-xmethods.cc: Add global function call counters and
16928 increment them in their respective functions. Remove "cout"
16929 statements.
16930 * gdb.python/py-xmethods.exp: Make tests check the global function
16931 call counters instead of depending on inferior IO.
16932
16933 2014-06-18 Don Breazeal <donb@codesourcery.com>
16934
16935 * gdb.base/foll-fork.exp (default_fork_parent_follow):
16936 Deleted procedure.
16937 (explicit_fork_parent_follow): Deleted procedure.
16938 (explicit_fork_child_follow): Deleted procedure.
16939 (test_follow_fork): New procedure.
16940 (do_fork_tests): Replace calls to deleted procedures with
16941 calls to test_follow_fork and reset GDB for subsequent
16942 procedure calls.
16943
16944 2014-06-17 Yao Qi <yao@codesourcery.com>
16945
16946 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
16947 CP1252.
16948
16949 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
16950
16951 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
16952 Initialize ptr and S explicitly.
16953 (skip_type_update_when_not_use_rtti_test): Likewise.
16954
16955 2014-06-16 Keith Seitz <keiths@redhat.com>
16956
16957 PR mi/15863
16958 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
16959 the inferior is started.
16960
16961 2014-06-16 Pedro Alves <palves@redhat.com>
16962
16963 * gdb.base/break-main-file-remove-fail.c: New file.
16964 * gdb.base/break-main-file-remove-fail.exp: New file.
16965 * gdb.base/break-unload-file.exp: Use build_executable instead of
16966 prepare_for_testing.
16967 (test_break): New parameter "initial_load". Handle it.
16968 (top level): Add initial_load cmdline/file axis.
16969
16970 2014-06-12 Tom Tromey <tromey@redhat.com>
16971
16972 * gdb.base/completion.exp: Don't use directory name in test.
16973
16974 2014-06-09 Gary Benson <gbenson@redhat.com>
16975
16976 * gdb.base/sigall.c [Functions to send signals]: Reorder to
16977 separate the always-available ANSI-standard signals from the
16978 signals that require checking.
16979 (main): Likewise.
16980 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
16981 Likewise.
16982 (main): Likewise.
16983
16984 2014-06-07 Keith Seitz <keiths@redhat.com>
16985
16986 Revert:
16987 PR c++/16253
16988 * gdb.cp/var-tag.cc: New file.
16989 * gdb.cp/var-tag.exp: New file.
16990 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
16991 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
16992 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
16993 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
16994
16995 2014-06-06 Doug Evans <xdje42@gmail.com>
16996
16997 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
16998
16999 2014-06-06 Pedro Alves <palves@redhat.com>
17000
17001 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
17002 in target debug output instead of looking at RSP packets,
17003 disabling the test on any target that uses hardware stepping.
17004 Update comments.
17005
17006 2014-06-06 Pedro Alves <palves@redhat.com>
17007
17008 * gdb.base/break-unload-file.exp: Fix typo.
17009
17010 2014-06-06 Yao Qi <yao@codesourcery.com>
17011
17012 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
17013 from "jit_function" to "^jit_function".
17014
17015 2014-06-06 Yao Qi <yao@codesourcery.com>
17016
17017 * gdb.base/async.c (foo): Add one statement.
17018 * gdb.base/async.exp: Get the next instruction address and
17019 match the output of "nexti" by instruction address. Match
17020 the hex address in the output of "finish".
17021
17022 2014-06-06 Gary Benson <gbenson@redhat.com>
17023
17024 * gdb.base/call-signals.c: Remove preprocessor conditionals
17025 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
17026 SIGSEGV and SIGTERM.
17027 * gdb.base/sigall.c: Likewise.
17028 * gdb.base/unwindonsignal.c: Likewise.
17029 * gdb.reverse/sigall-reverse.c: Likewise.
17030
17031 2014-06-06 Yao Qi <yao@codesourcery.com>
17032
17033 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
17034 readable, skip the test.
17035
17036 2014-06-06 Yao Qi <yao@codesourcery.com>
17037
17038 * gdb.threads/staticthreads.c (thread_function): Move the line
17039 setting breakpoint on forward.
17040 * gdb.threads/staticthreads.exp: Update comments.
17041
17042 2014-06-05 Ludovic Courtès <ludo@gnu.org>
17043
17044 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
17045 "history-append! type error".
17046
17047 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
17048
17049 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
17050 erroneous dprintf expected input.
17051
17052 2014-06-04 Doug Evans <xdje42@gmail.com>
17053
17054 * gdb.guile/scm-generics.exp: Delete.
17055
17056 2014-06-04 Doug Evans <xdje42@gmail.com>
17057
17058 * gdb.guile/scm-breakpoint.exp: Update.
17059 Add tests for breakpoint registration.
17060
17061 2014-06-04 Tom Tromey <tromey@redhat.com>
17062
17063 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
17064 VLA-in-union.
17065 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
17066 inner_vla_struct, vla_union types. Initialize objects of those
17067 types and compute their sizes.
17068
17069 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
17070 Hui Zhu <hui@codesourcery.com>
17071
17072 * gdb.base/fileio.exp: Add test for shell not available as well as
17073 available.
17074 * gdb.base/fileio.c (test_system): Check for shell twice.
17075
17076 2014-06-04 Yao Qi <yao@codesourcery.com>
17077
17078 * gdb.base/auto-connect-native-target.exp: Remove redundant
17079 space from the regexp pattern.
17080
17081 2014-06-04 Yao Qi <yao@codesourcery.com>
17082
17083 * gdb.base/default.exp: Replace "child" with "native" in
17084 regexp pattern.
17085
17086 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
17087
17088 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
17089 * gdb.python/py-xmethods.exp: New tests to test xmethods.
17090 * gdb.python/py-xmethods.py: Python script supporting the
17091 new testcase and tests.
17092
17093 2014-06-03 Joel Brobecker <brobecker@adacore.com>
17094 Pedro Alves <palves@redhat.com>
17095
17096 PR breakpoints/17000
17097 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
17098 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
17099
17100 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
17101
17102 * gdb.base/subst.exp: Add tests to verify partial path matching
17103 output.
17104
17105 2014-06-03 Pedro Alves <palves@redhat.com>
17106
17107 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
17108 target that doesn't use software single-stepping.
17109
17110 2014-06-03 Pedro Alves <palves@redhat.com>
17111
17112 PR breakpoints/17000
17113 * gdb.base/sss-bp-on-user-bp-2.c: New file.
17114 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
17115
17116 2014-06-02 Doug Evans <xdje42@gmail.com>
17117
17118 * gdb.guile/scm-parameter.exp: New file.
17119
17120 2014-06-02 Doug Evans <xdje42@gmail.com>
17121
17122 * gdb.guile/scm-cmd.c: New file.
17123 * gdb.guile/scm-cmd.exp: New file.
17124
17125 2014-06-02 Doug Evans <xdje42@gmail.com>
17126
17127 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
17128 pretty-printer lookup.
17129 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
17130 (make-pp_s-printer): Call it.
17131 (make-pretty-printer-from-dict): New function.
17132 (lookup-pretty-printer-maker-from-dict): New function.
17133 (*pretty-printer*): Simplify.
17134 (make-objfile-pp_s-printer): New function.
17135 (install-objfile-pretty-printers!): New function.
17136 (make-progspace-pp_s-printer): New function.
17137 (install-progspace-pretty-printers!): New function.
17138 * gdb.guile/scm-progspace.c: New file.
17139 * gdb.guile/scm-progspace.exp: New file.
17140
17141 2014-06-02 Pedro Alves <palves@redhat.com>
17142
17143 * gdb.base/dprintf-bp-same-addr.c: New file.
17144 * gdb.base/dprintf-bp-same-addr.exp: New file.
17145
17146 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17147
17148 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
17149 * gdb.arch/powerpc-power.s: Likewise.
17150
17151 2014-06-02 Joel Brobecker <brobecker@adacore.com>
17152
17153 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
17154
17155 2014-06-01 Yao Qi <yao@codesourcery.com>
17156
17157 * gdb.base/watchpoint.exp (test_watch_location): Check null
17158 pointer can be dereferenced. If not, do the test, otherwise
17159 skip it.
17160
17161 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
17162
17163 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
17164 results.
17165 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
17166
17167 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
17168
17169 * gdb.arch/amd64-invalid-stack-middle.S: New file.
17170 * gdb.arch/amd64-invalid-stack-middle.c: New file.
17171 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
17172 * gdb.arch/amd64-invalid-stack-top.c: New file.
17173 * gdb.arch/amd64-invalid-stack-top.exp: New file.
17174
17175 2014-05-30 Pedro Alves <palves@redhat.com>
17176
17177 PR breakpoints/17000
17178 * gdb.base/sss-bp-on-user-bp.c: New file.
17179 * gdb.base/sss-bp-on-user-bp.exp: New file.
17180
17181 2014-05-30 David Blaikie <dblaikie@gmail.com>
17182
17183 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
17184 gnu_inline semantics via attribute.
17185 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
17186 source explicitly specifies the required semantics.
17187
17188 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
17189
17190 * gdb.reverse/sigall-reverse.exp: Fix a typo.
17191
17192 2014-05-29 Pedro Alves <palves@redhat.com>
17193 Tom Tromey <tromey@redhat.com>
17194
17195 * gdb.base/async-shell.exp: Don't enable target-async.
17196 * gdb.base/async.exp
17197 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
17198 parameter. Adjust.
17199 (top level): Don't test with "target-async".
17200 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
17201 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
17202 * gdb.base/inferior-died.exp: Don't enable target-async.
17203 * gdb.base/interrupt-noterm.exp: Likewise.
17204 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
17205 * gdb.mi/mi-nonstop-exit.exp: Likewise.
17206 * gdb.mi/mi-nonstop.exp: Likewise.
17207 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
17208 * gdb.mi/mi-nsintrall.exp: Likewise.
17209 * gdb.mi/mi-nsmoribund.exp: Likewise.
17210 * gdb.mi/mi-nsthrexec.exp: Likewise.
17211 * gdb.mi/mi-watch-nonstop.exp: Likewise.
17212 * gdb.multi/watchpoint-multi.exp: Adjust comment.
17213 * gdb.python/py-evsignal.exp: Don't enable target-async.
17214 * gdb.python/py-evthreads.exp: Likewise.
17215 * gdb.python/py-prompt.exp: Likewise.
17216 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
17217 * gdb.server/solib-list.exp: Don't enable target-async.
17218 * gdb.threads/thread-specific-bp.exp: Likewise.
17219 * lib/mi-support.exp: Adjust to use mi-async.
17220
17221 2014-05-29 Pedro Alves <palves@redhat.com>
17222
17223 PR gdb/13860
17224 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
17225 reason, even in sync mode.
17226
17227 2014-05-29 Pedro Alves <palves@redhat.com>
17228 Hui Zhu <hui@codesourcery.com>
17229
17230 PR PR15693
17231 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
17232 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
17233 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
17234 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
17235
17236 2014-05-28 Joel Brobecker <brobecker@adacore.com>
17237
17238 * config/monitor.exp (gdb_target_monitor): Replace use of
17239 "set remotebaud" by "set serial baud".
17240
17241 2014-05-26 Andy Wingo <wingo@igalia.com>
17242
17243 * gdb.guile/scm-breakpoint.exp:
17244 * gdb.guile/scm-gsmob.exp: Update to use plain old object
17245 properties instead of gdb-object-properties.
17246
17247 2014-05-26 Yao Qi <yao@codesourcery.com>
17248
17249 * gdb.server/no-thread-db.exp: Specify source file name
17250 explicitly when setting a breakpoint.
17251
17252 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17253
17254 * gdb.btrace/vdso.c: New.
17255 * gdb.btrace/vdso.exp: New.
17256
17257 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17258
17259 * gdb.base/gcore.exp (capture_command_output): Move ...
17260 * lib/gdb.exp (capture_command_output): ... here.
17261
17262 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17263
17264 * gdb.btrace/data.exp: Test memory access during btrace replay.
17265
17266 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
17267
17268 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
17269
17270 2014-05-21 Pedro Alves <palves@redhat.com>
17271
17272 PR gdb/13860
17273 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
17274 (top level): Test that output related to execution commands is
17275 sent to the console with CLI commands, but not with MI commands.
17276 Test that breakpoint events are always mirrored to the console.
17277 Also expect the new source line to be output after a "next" in
17278 async mode too. Make it a pass/fail test.
17279 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
17280 output.
17281 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
17282
17283 2014-05-21 Pedro Alves <palves@redhat.com>
17284
17285 * gdb.base/list.exp (build_pattern, test_list): New procedures.
17286 Use them to test variations of "list" after reaching a breakpoint.
17287 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
17288 Test "list" with listsize 10 after reaching a breakpoint.
17289 * gdb.python/python.exp (decode_line current location line
17290 number): Adjust expected line number.
17291
17292 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
17293
17294 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
17295 behavior for $args, pass it directly to "run".
17296
17297 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
17298
17299 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
17300 30000 to 65536.
17301
17302 2014-05-21 Pedro Alves <palves@redhat.com>
17303
17304 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
17305 auto-connect-native-target off".
17306 * gdb.base/auto-connect-native-target.c: New file.
17307 * gdb.base/auto-connect-native-target.exp: New file.
17308
17309 2014-05-21 Pedro Alves <palves@redhat.com>
17310
17311 * gdb.base/default.exp: Test "target native" instead of "target
17312 child".
17313
17314 2014-05-21 Mark Wielaard <mjw@redhat.com>
17315
17316 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
17317
17318 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17319
17320 Fix TLS access for -static -pthread.
17321 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
17322 <HAVE_TLS> (thread_function, main): Initialize it.
17323 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
17324 Add clean_restart.
17325 <$have_tls != "">: Check TLSVAR.
17326
17327 2014-05-21 Pedro Alves <palves@redhat.com>
17328
17329 * gdb.base/dcache-line-read-error.c: New.
17330 * gdb.base/dcache-line-read-error.exp: New.
17331
17332 2014-05-20 Pedro Alves <palves@redhat.com>
17333
17334 * gdb.base/compare-sections.c: New file.
17335 * gdb.base/compare-sections.exp: New file.
17336
17337 2014-05-20 Pedro Alves <palves@redhat.com>
17338
17339 * gdb.base/break-idempotent.c: New file.
17340 * gdb.base/break-idempotent.exp: New file.
17341
17342 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
17343
17344 * gdb.btrace/nohist.exp: New.
17345
17346 2014-05-20 Yao Qi <yao@codesourcery.com>
17347
17348 * lib/gdb.exp (gdb_init): Set timeout if test file is under
17349 gdb.reverse directory and gdb_reverse_timeout exists in board
17350 setting.
17351 * README: Document gdb_reverse_timeout.
17352
17353 2014-05-20 Yao Qi <yao@codesourcery.com>
17354
17355 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
17356 'test_file_name'. Treat args as a string instead of a list.
17357 (gdb_init): Rename argument 'args' by 'test_file_name'.
17358
17359 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
17360
17361 * gdb.arch/powerpc-power.exp: New file.
17362 * gdb.arch/powerpc-power.s: New file.
17363
17364 2014-05-16 Doug Evans <dje@google.com>
17365
17366 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
17367 * gdb.base/completion.exp: Check that all expected files exist
17368 before doing file completion.
17369
17370 2014-05-16 Doug Evans <dje@google.com>
17371
17372 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
17373 Update.
17374 (do_syscall_tests_without_xml): Update.
17375
17376 2014-05-16 Pedro Alves <palves@redhat.com>
17377
17378 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
17379 instead of "unknown output after running".
17380
17381 2014-05-16 Yao Qi <yao@codesourcery.com>
17382
17383 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
17384 file1.txt from host at the end.
17385 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17386
17387 2014-05-15 Doug Evans <dje@google.com>
17388
17389 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
17390 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
17391 loading file. Add test for TU lookup.
17392
17393 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
17394
17395 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
17396 calling "-exec-arguments" or "set args" before running the
17397 inferior.
17398
17399 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
17400
17401 * lib/mi-support.exp (mi_expect_stop): Expect message for
17402 inferiors that exit with non-zero exit code.
17403
17404 2014-05-14 Yao Qi <yao@codesourcery.com>
17405
17406 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
17407 match absolute path on remote host.
17408 (test_file_list_exec_source_files): Remove "/" from the
17409 pattern.
17410
17411 2014-05-14 Yao Qi <yao@codesourcery.com>
17412
17413 * boards/local-remote-host-notty.exp (${board}_file): New
17414 proc.
17415
17416 2014-05-07 Kyle McMartin <kyle@redhat.com>
17417
17418 Pushed by Joel Brobecker <brobecker@adacore.com>.
17419 * gdb.arch/aarch64-atomic-inst.c: New file.
17420 * gdb.arch/aarch64-atomic-inst.exp: New file.
17421
17422 2014-05-07 Yao Qi <yao@codesourcery.com>
17423
17424 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
17425 in current context" too.
17426
17427 2014-05-05 Keith Seitz <keiths@redhat.com>
17428
17429 * gdb.linespec/ls-dollar.exp: Add test for linespec
17430 file:convenience_variable.
17431
17432 2014-05-05 Yao Qi <yao@codesourcery.com>
17433
17434 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
17435 traceframes into tfile and ctf trace files. Read data from
17436 trace file and test collected data.
17437 (gdb_collect_locals_test): Likewise.
17438 (gdb_unavailable_registers_test): Likewise.
17439 (gdb_unavailable_floats): Likewise.
17440 (gdb_collect_globals_test): Likewise.
17441 (top-level): Append "ctf" to trace_file_targets if GDB
17442 supports.
17443
17444 2014-05-05 Yao Qi <yao@codesourcery.com>
17445
17446 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
17447 code to ...
17448 (gdb_collect_args_test_1): ... it. New proc.
17449 (gdb_collect_locals_test): Move some code to ...
17450 (gdb_collect_locals_test_1): ... it. New proc.
17451 (gdb_unavailable_registers_test): Move some code to ...
17452 (gdb_unavailable_registers_test_1): ... it. New proc.
17453 (gdb_unavailable_floats): Move some code to ...
17454 (gdb_unavailable_floats_1): ... it. New proc.
17455
17456 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
17457
17458 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
17459 probes to test for bitness recognition.
17460 * gdb.arch/amd64-stap-optional-prefix.exp
17461 (test_probe_value_without_reg): New procedure.
17462 Add code to test for different kinds of bitness.
17463
17464 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
17465
17466 PR breakpoints/16889
17467 * gdb.arch/amd64-stap-optional-prefix.S: New file.
17468 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
17469
17470 2014-05-01 Pedro Alves <palves@redhat.com>
17471
17472 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
17473 gdb_file_cmd if no file is specified.
17474 * boards/native-extended-gdbserver.exp (gdb_load): Use the
17475 last_loaded_file to set the remote exec-file.
17476
17477 2014-05-01 Pedro Alves <palves@redhat.com>
17478
17479 * boards/local-remote-host.exp: New file.
17480
17481 2014-05-01 Pedro Alves <palves@redhat.com>
17482
17483 * boards/local-remote-host.exp: Rename to ...
17484 * boards/local-remote-host-notty.exp: ... this.
17485
17486 2014-04-28 Joel Brobecker <brobecker@adacore.com>
17487
17488 * gdb.ada/dyn_arrayidx: New testcase.
17489
17490 2014-04-26 Yao Qi <yao@codesourcery.com>
17491
17492 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
17493 and compute the length of function main. Save it in
17494 $main_length.
17495 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
17496 (top-level): Use gdb_compile to compile objects into
17497 executable and restart GDB. Remove invocation to
17498 prepare_for_testing.
17499
17500 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
17501 Pedro Alves <palves@redhat.com>
17502
17503 PR server/16255
17504 * gdb.multi/multi-attach.c: New file.
17505 * gdb.multi/multi-attach.exp: New file.
17506
17507 2014-04-25 Pedro Alves <palves@redhat.com>
17508
17509 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
17510 user.
17511 (top level): Test that "set remote conditional-breakpoints-packet
17512 off" works as intended.
17513 * gdb.base/dprintf.exp: Test that "set remote
17514 breakpoint-commands-packet off" works as intended.
17515 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
17516 New function.
17517 (top level): Call it.
17518 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
17519 remote fast-tracepoints-packet off" works as intended.
17520 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
17521 * lib/gdb.exp (gdb_is_target_remote): ... here.
17522
17523 2014-04-24 David Blaikie <dblaikie@gmail.com>
17524
17525 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
17526 ensure clang would not discard them.
17527 * gdb.base/gdbvars.c: Ditto.
17528 * gdb.base/memattr.c: Ditto.
17529 * gdb.base/whatis.c: Ditto.
17530 * gdb.python/py-prettyprint.c: Ditto.
17531 * gdb.trace/actions.c: Ditto.
17532 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
17533 ensure clang would not discard it.
17534
17535 2014-04-24 David Blaikie <dblaikie@gmail.com>
17536
17537 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
17538 clang to emit the full definition of type required by the test
17539 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
17540
17541 2014-04-24 David Blaikie <dblaikie@gmail.com>
17542
17543 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
17544 coax Clang into emitting the definition of the type.
17545 * gdb.cp/pr10728-x.h (y): Ditto.
17546 * gdb.cp/pr10728-y.cc (y): Ditto.
17547
17548 2014-04-24 David Blaikie <dblaikie@gmail.com>
17549
17550 * gdb.base/label.exp: XFAIL label related tests under Clang.
17551 * gdb.cp/cplabel.exp: Ditto.
17552 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
17553 under Clang those using labels.
17554
17555 2014-04-25 Yao Qi <yao@codesourcery.com>
17556
17557 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
17558 double_label.
17559 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
17560 partial_label and double_label.
17561
17562 2014-04-24 David Blaikie <dblaikie@gmail.com>
17563
17564 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
17565
17566 2014-04-24 David Blaikie <dblaikie@gmail.com>
17567
17568 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
17569 of the function to work across GCC and Clang.
17570 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
17571 pointer types (const void ** const V void **).
17572
17573 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
17574 Walfred Tedeschi <walfred.tedeschi@intel.com>
17575
17576 * Makefile.in (EXECUTABLES): Added i386-avx512.
17577 * gdb.arch/i386-avx512.c: New file.
17578 * gdb.arch/i386-avx512.exp: Likewise.
17579
17580 2014-04-23 Keith Seitz <keiths@redhat.com>
17581
17582 * lib/mi-support.exp (mi_list_breakpoints): Delete.
17583 (mi_make_breakpoint_table): New procedure.
17584 (mi_create_breakpoint): Use mi_make_breakpoint
17585 and return the result.
17586 (mi_make_breakpoint): New procedure.
17587 (mi_build_kv_pairs): New procedure.
17588
17589 * gdb.mi/mi-break.exp: Remove unused globals,
17590 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
17591 All callers updated.
17592 * gdb.mi/mi-dprintf.exp: Use variable to track command
17593 number.
17594 Update all callers of mi_create_breakpoint and use
17595 mi_make_breakpoint_table.
17596 Remove any unused global variables.
17597 * gdb.mi/mi-nonstop.exp: Likewise.
17598 * gdb.mi/mi-nsintrall.exp: Likewise.
17599 * gdb.mi/mi-nsmoribund.exp: Likewise.
17600 * gdb.mi/mi-nsthrexec.exp: Likewise.
17601 * gdb.mi/mi-reverse.exp: Likewise.
17602 * gdb.mi/mi-simplerun.exp: Likewise.
17603 * gdb.mi/mi-stepn.exp: Likewise.
17604 * gdb.mi/mi-syn-frame.exp: Likewise.
17605 * gdb.mi/mi-until.exp: Likewise.
17606 * gdb.mi/mi-var-cp.exp: Likewise.
17607 * gdb.mi/mi-var-display.exp: Likewise.
17608 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
17609 * gdb.mi/mi2-var-child.exp: Likewise.
17610 * gdb.mi/mi-vla-c99.exp: Likewise.
17611 * lib/mi-support.exp: Likewise.
17612
17613 From Ian Lance Taylor <iant@cygnus.com>:
17614 * lib/gdb.exp (parse_args): New procedure.
17615
17616 2014-04-23 Pedro Alves <palves@redhat.com>
17617
17618 * gdb.base/break-unload-file.c: New file.
17619 * gdb.base/break-unload-file.exp: New file.
17620 * gdb.base/sym-file-lib.c (baz): New function.
17621 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
17622 field.
17623 (load): Store the segment's mapped size.
17624 (unload): New function.
17625 (unload_shlib): New function.
17626 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
17627 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
17628 set a breakpoint at baz, and call it.
17629 * gdb.base/sym-file.exp: New tests for stale breakpoint
17630 instructions.
17631
17632 2014-04-23 Pedro Alves <palves@redhat.com>
17633
17634 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
17635 * gdb.base/hbreak-in-shr-unsupported.c: New file.
17636 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
17637 * gdb.base/hbreak-unmapped.c: New file.
17638 * gdb.base/hbreak-unmapped.exp: New file.
17639 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
17640 * lib/gdb.exp (gdb_is_target_remote): ... here.
17641
17642 2014-04-22 Pedro Alves <palves@redhat.com>
17643
17644 * gdb.base/consecutive-step-over.c: New file.
17645 * gdb.base/consecutive-step-over.exp: New file.
17646
17647 2014-04-22 Pedro Alves <palves@redhat.com>
17648
17649 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
17650 instead of send_gdb/gdb_expect.
17651
17652 2014-04-22 Yao Qi <yao@codesourcery.com>
17653
17654 * lib/trace-support.exp (generate_tracefile): New procedure.
17655 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
17656 return 0.
17657 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
17658 if generate_tracefile returns 1.
17659
17660 2014-04-18 Tom Tromey <palves@redhat.com>
17661 Pedro alves <tromey@redhat.com>
17662
17663 PR backtrace/15558
17664 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
17665 with a backtrace limit.
17666 * gdb.python/py-frame-inline.exp: Test running to an inline
17667 function with a backtrace limit, and printing the newest frame.
17668 * gdb.python/py-frame-inline.c (main): Call f.
17669
17670 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
17671
17672 * gdb.java/jnpe.exp: Drop srcdir from untested path.
17673
17674 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
17675
17676 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
17677 Drop prefix from unsupported source file path.
17678
17679 2014-04-17 Yao Qi <yao@codesourcery.com>
17680
17681 * lib/gdb.exp (with_target_charset): New proc.
17682 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
17683 with_target_charset.
17684 (test_print_strings): Likewise.
17685 (test_repeat_bytes): Likewise.
17686 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
17687 for some tests.
17688
17689 2014-04-16 Keith Seitz <keiths@redhat.com>
17690
17691 PR gdb/15827
17692 * gdb.dwarf2/corrupt.c: New file.
17693 * gdb.dwarf2/corrupt.exp: New file.
17694
17695 2014-04-16 Keith Seitz <keiths@redhat.com>
17696
17697 PR c++/16597
17698 * gdb.cp/namelessclass.cc: New file.
17699 * gdb.cp/namelessclass.exp: New file.
17700 * gdb.cp/namelessclass.S: New file.
17701
17702 2014-04-16 Doug Evans <dje@google.com>
17703
17704 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
17705 Add comment.
17706 (gdbserver_default_get_comm_port): New function.
17707 (gdbserver_start): Check if board file provided
17708 "gdbserver,get_comm_port" and use it if so.
17709 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
17710 (gdb,socketport): Set to "stdio".
17711 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
17712 (stdio_gdbserver_template): Delete.
17713 (${board}_get_remote_address): Update.
17714 (${board}_build_remote_cmd): Delete.
17715 (${board}_get_comm_port): New function.
17716 (${board}_spawn): Update.
17717 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
17718 Delete.
17719 (${board}_get_remote_address): Update.
17720 (${board}_get_comm_port): New function.
17721
17722 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
17723
17724 * gdb.base/memattr.exp: Improve regexps to handle memory regions
17725 appearing in any order.
17726
17727 2014-04-15 Doug Evans <dje@google.com>
17728
17729 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
17730 uninitialized value of "description".
17731
17732 2014-04-15 Keith Seitz <keiths@redhat.com>
17733
17734 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
17735 Remove unused globals.
17736 (test_running_the_program): Likewise.
17737 (test_controlled_execution): Likewise.
17738 (test_controlling_breakpoints): Likewise.
17739 (test_program_termination): Likewise.
17740
17741 2014-04-15 Keith Seitz <keiths@redhat.com>
17742
17743 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
17744 unused globals.
17745 (test_rbreak_creation_and_listing): Likewise.
17746 (test_ignore_count): Likewise.
17747 (test_error): Likewise.
17748
17749 2014-04-15 Pedro Alves <palves@redhat.com>
17750
17751 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
17752 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
17753 sym-file-loader.c.
17754 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
17755 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
17756 to sym-file-loader.c.
17757 (struct library): Forward declare.
17758 (load_shlib, lookup_function): Change prototypes.
17759 (find_shstrtab, find_strtab, find_shdr, find_symtab)
17760 (translate_offset): Remove declarations.
17761 (get_text_addr): New declaration.
17762 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
17763 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
17764 sym-file-loader.h.
17765 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
17766 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
17767 here from sym-file-loader.h.
17768 (struct library): New structure.
17769 (load_shlib, lookup_function): Change prototypes and adjust to
17770 work with a struct library.
17771 (find_shstrtab, find_strtab, find_shdr, find_symtab)
17772 (translate_offset): Make static.
17773 (get_text_addr): New function.
17774 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
17775
17776 2014-04-15 Pedro Alves <palves@redhat.com>
17777
17778 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
17779
17780 2014-04-15 Pedro Alves <palves@redhat.com>
17781
17782 * gdb.base/sym-file-loader.c: Include <limits.h>.
17783 (SELF_LINK): New define.
17784 (get_origin): New function.
17785 (load_shlib): Use it.
17786 * gdb.base/sym-file.exp: Don't early return if the target is
17787 remote. Use runto_main, and issue fail is that fails. Use
17788 gdb_load_shlibs.
17789 (shlib_name): Delete.
17790 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
17791
17792 2014-04-15 Pedro Alves <palves@redhat.com>
17793
17794 * gdb.base/sym-file.exp: Remove regex characters from test
17795 message. Don't refer to breakpoint numbers in test messages.
17796
17797 2014-04-14 Keith Seitz <keiths@redhat.com>
17798
17799 PR c++/16253
17800 * gdb.cp/var-tag.cc: New file.
17801 * gdb.cp/var-tag.exp: New file.
17802 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
17803 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
17804 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
17805 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
17806
17807 2014-04-14 Tom Tromey <tromey@redhat.com>
17808
17809 * gdb.cp/classes.exp (test_enums): Handle underlying type.
17810 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
17811 type.
17812 * gdb.cp/enum-class.exp: New file.
17813 * gdb.cp/enum-class.cc: New file.
17814
17815 2014-04-14 Tom Tromey <tromey@redhat.com>
17816
17817 * gdb.dwarf2/enum-type.exp: New file.
17818
17819 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17820
17821 * gdb.mi/mi-vla-c99.exp: New file.
17822 * gdb.mi/vla.c: New file.
17823
17824 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17825
17826 * gdb.base/vla-datatypes.c: New file.
17827 * gdb.base/vla-datatypes.exp: New file.
17828
17829 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17830
17831 * gdb.base/vla-ptr.c: New file.
17832 * gdb.base/vla-ptr.exp: New file.
17833
17834 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17835
17836 * gdb.dwarf2/count.exp: New file.
17837
17838 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17839
17840 * gdb.base/vla-sideeffect.c: New file.
17841 * gdb.base/vla-sideeffect.exp: New file.
17842
17843 2014-04-14 David Blaikie <dblaikie@gmail.com>
17844
17845 * gdb.mi/non-stop.c: Add return value for non-void function return
17846 statement.
17847 * gdb.threads/staticthreads.c: Ditto.
17848
17849 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
17850 Doug Evans <xdje42@gmail.com>
17851
17852 * gdb.guile/scm-value.c: Improve test case.
17853 * gdb.guile/scm-value.exp: Add new test.
17854
17855 2014-04-11 David Blaikie <dblaikie@gmail.com>
17856
17857 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
17858 override Clang's default.
17859
17860 2014-04-11 Joel Brobecker <brobecker@adacore.com>
17861
17862 Revert the following changes (regressions):
17863
17864 * gdb.base/vla-sideeffect.c: New file.
17865 * gdb.base/vla-sideeffect.exp: New file.
17866
17867 * gdb.dwarf2/count.exp: New file.
17868
17869 * gdb.base/vla-multi.c: New file.
17870 * gdb.base/vla-multi.exp: New file.
17871
17872 * gdb.base/vla-ptr.c: New file.
17873 * gdb.base/vla-ptr.exp: New file.
17874
17875 * gdb.base/vla-datatypes.c: New file.
17876 * gdb.base/vla-datatypes.exp: New file.
17877
17878 * gdb.mi/mi-vla-c99.exp: New file.
17879 * gdb.mi/vla.c: New file.
17880
17881 2014-04-11 Keith Seitz <keiths@redhat.com>
17882
17883 PR c++/16675
17884 * gdb.cp/cpsizeof.exp: New file.
17885 * gdb.cp/cpsizeof.cc: New file.
17886
17887 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17888
17889 * gdb.mi/mi-vla-c99.exp: New file.
17890 * gdb.mi/vla.c: New file.
17891
17892 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17893
17894 * gdb.base/vla-datatypes.c: New file.
17895 * gdb.base/vla-datatypes.exp: New file.
17896
17897 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17898
17899 * gdb.base/vla-ptr.c: New file.
17900 * gdb.base/vla-ptr.exp: New file.
17901
17902 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17903
17904 * gdb.base/vla-multi.c: New file.
17905 * gdb.base/vla-multi.exp: New file.
17906
17907 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17908
17909 * gdb.dwarf2/count.exp: New file.
17910
17911 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17912
17913 * gdb.base/vla-sideeffect.c: New file.
17914 * gdb.base/vla-sideeffect.exp: New file.
17915
17916 2014-04-11 Yao Qi <yao@codesourcery.com>
17917
17918 * gdb.base/completion.exp: Check file exists before running tests
17919 on file completion.
17920
17921 2014-04-10 Pedro Alves <palves@redhat.com>
17922
17923 * gdb.base/cond-eval-mode.c: New file.
17924 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
17925 prepare_for_testing to build the new file. Check result of
17926 runto_main.
17927 (test_break, test_watch): New procedures.
17928 (top level): Use them.
17929
17930 2014-04-08 Pierre Muller <muller@sourceware.org>
17931
17932 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
17933 Ctrl-V use for mingw hosts.
17934
17935 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
17936
17937 * gdb.python/py-value.c: Improve test case.
17938 * gdb.python/py-value.exp: Add new test.
17939
17940 2014-04-07 David Blaikie <dblaikie@gmail.com>
17941
17942 * lib/compiler.c: Identify the clang compiler.
17943 * lib/compiler.cc: Ditto.
17944
17945 2014-04-03 Yao Qi <yao@codesourcery.com>
17946
17947 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
17948
17949 2014-04-01 Anton Blanchard <anton@samba.org>
17950
17951 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
17952 messages unique.
17953
17954 2014-04-01 Anton Blanchard <anton@samba.org>
17955
17956 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
17957 prepare_for_testing.
17958
17959 2014-04-01 Anton Blanchard <anton@samba.org>
17960
17961 * gdb.arch/ppc64-atomic-inst.c: Remove.
17962 * gdb.arch/ppc64-atomic-inst.S: New file.
17963 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
17964
17965 2014-03-31 Doug Evans <dje@google.com>
17966
17967 * gdb.base/print-symbol-loading-lib.c: New file.
17968 * gdb.base/print-symbol-loading-main.c: New file.
17969 * gdb.base/print-symbol-loading.exp: New file.
17970
17971 2014-03-31 Yao Qi <yao@codesourcery.com>
17972
17973 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
17974
17975 2014-03-28 Joel Brobecker <brobecker@adacore.com>
17976
17977 * gdb.ada/mi_dyn_arr: New testcase.
17978
17979 2014-03-27 Doug Evans <dje@google.com>
17980
17981 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
17982
17983 2014-03-27 Yao Qi <yao@codesourcery.com>
17984
17985 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
17986 if target is nios2-*-*.
17987
17988 2014-03-26 Yao Qi <yao@codesourcery.com>
17989
17990 * lib/gdb.exp (readline_is_used): New proc.
17991 * gdb.base/completion.exp: Move tests on command complete up.
17992 Skip the rest of tests if readline is not used.
17993 * gdb.ada/complete.exp: Skp the test if readline is not
17994 used.
17995 * gdb.base/filesym.exp: Likewise.
17996 * gdb.base/macscp.exp: Likewise.
17997 * gdb.base/readline-ask.exp: Likewise.
17998 * gdb.base/readline.exp: Likewise.
17999 * gdb.python/py-cmd.exp: Likewise.
18000 * gdb.trace/tfile.exp: Likewise.
18001
18002 2014-03-26 Yao Qi <yao@codesourcery.com>
18003
18004 * gdb.base/macscp.exp: Fix code format issues.
18005
18006 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
18007
18008 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
18009 * gdb.asm/powerpc64le.inc: New file.
18010
18011 2014-03-25 Pedro Alves <palves@redhat.com>
18012 Doug Evans <dje@google.com>
18013
18014 * gdb.base/source-execution.c: New file.
18015 * gdb.base/source-execution.exp: New file.
18016 * gdb.base/source-execution.gdb: New file.
18017
18018 2014-03-24 Doug Evans <dje@google.com>
18019
18020 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
18021 using fission.
18022
18023 2014-03-24 Hui Zhu <hui@codesourcery.com>
18024 Pedro Alves <palves@redhat.com>
18025
18026 PR breakpoints/16101
18027 * gdb.base/dprintf.exp: Use unsupported rather than changing the
18028 test pass/fail messages. Detect missing support for dprintf when
18029 breakpoints are actually inserted.
18030 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
18031 breakpoints are actually inserted.
18032 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
18033 fails.
18034
18035 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
18036
18037 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
18038
18039 2014-03-22 Doug Evans <xdje42@gmail.com>
18040
18041 * gdb.python/python.exp (python not supported): Verify multi-line
18042 python command issues an error.
18043 * gdb.guile/guile.exp (guile not supported): Verify multi-line
18044 guile command issues an error.
18045
18046 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
18047
18048 * gdb.threads/thread-specific.exp: Handle the lack of usable
18049 $this_breakpoint and $this_thread.
18050
18051 2014-03-21 Hui Zhu <hui@codesourcery.com>
18052
18053 * gdb.base/attach.exp (do_command_attach_tests): New.
18054
18055 2014-03-20 Tom Tromey <tromey@redhat.com>
18056 Pedro Alves <palves@redhat.com>
18057
18058 PR cli/15718
18059 * gdb.base/condbreak-call-false.c: New file.
18060 * gdb.base/condbreak-call-false.exp: New file.
18061
18062 2014-03-20 Pedro Alves <palves@redhat.com>
18063
18064 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
18065 Delete.
18066 (block_signals, unblock_signals): Delete.
18067 (child_function_2, main): Remove references to deleted variable
18068 and functions.
18069
18070 2014-03-20 Pedro Alves <palves@redhat.com>
18071
18072 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
18073 Use pthread_kill to signal thread 2.
18074 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
18075 Adjust to make the test send itself a signal rather than using the
18076 host's "kill" command.
18077
18078 2014-03-20 Pedro Alves <palves@redhat.com>
18079
18080 * gdb.threads/multiple-step-overs.c: New file.
18081 * gdb.threads/multiple-step-overs.exp: New file.
18082 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
18083 Adjust expected infrun debug output.
18084
18085 2014-03-20 Pedro Alves <palves@redhat.com>
18086
18087 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
18088 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
18089
18090 2014-03-20 Pedro Alves <palves@redhat.com>
18091
18092 PR breakpoints/7143
18093 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
18094 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
18095 of gdb_test_multiple.
18096 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
18097 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
18098
18099 2014-03-20 Pedro Alves <palves@redhat.com>
18100
18101 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
18102 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
18103
18104 2014-03-19 Pedro Alves <palves@redhat.com>
18105
18106 * gdb.base/async.exp: Remove early return.
18107
18108 2014-03-19 Pedro Alves <palves@redhat.com>
18109
18110 * gdb.base/async.exp (step& tests): Pass explicit test messages.
18111
18112 2014-03-19 Pedro Alves <palves@redhat.com>
18113
18114 * gdb.base/async.exp (test_background): Expect \r\n after
18115 "completed." in the fail pattern.
18116
18117 2014-03-19 Pedro Alves <palves@redhat.com>
18118
18119 * gdb.base/async.exp (test_background): New procedure.
18120 Use it for all background execution command tests.
18121
18122 2014-03-19 Pedro Alves <palves@redhat.com>
18123
18124 * gdb.base/async.exp: Use prepare_for_testing.
18125
18126 2014-03-19 Pedro Alves <palves@redhat.com>
18127
18128 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
18129 the same line.
18130
18131 2014-03-19 Pedro Alves <palves@redhat.com>
18132
18133 * gdb.base/async.c (main): Add "jump here" and "until here" line
18134 marker comments.
18135 * gdb.base/async.exp (jump_here): New global.
18136 (jump& test): Use it.
18137 (until_here): New global.
18138 (until& test): Use it.
18139
18140 2014-03-19 Pedro Alves <palves@redhat.com>
18141
18142 * gdb.base/async.exp: Don't frob gdb_protocol.
18143
18144 2014-03-18 Doug Evans <xdje42@gmail.com>
18145
18146 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
18147 Fix spelling of exec-done-display.
18148
18149 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
18150
18151 PR gdb/15358
18152 * gdb.base/gdb-sigterm.c: New file.
18153 * gdb.base/gdb-sigterm.exp: New file.
18154
18155 2014-03-18 Pedro Alves <palves@redhat.com>
18156
18157 PR gdb/13860
18158 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
18159 * lib/mi-support.exp (mi_expect_stop): Add special handling for
18160 solib-event.
18161
18162 2014-03-17 Joel Brobecker <brobecker@adacore.com>
18163
18164 * gdb.ada/pckd_arr_ren: New testcase.
18165
18166 2014-03-13 Doug Evans <xdje42@gmail.com>
18167
18168 PR guile/16612
18169 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
18170 collect after discarding symbols.
18171
18172 2014-03-13 Ludovic Courtès <ludo@gnu.org>
18173 Doug Evans <xdje42@gmail.com>
18174
18175 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
18176 to history survives a gc.
18177
18178 2014-03-13 Pedro Alves <palves@redhat.com>
18179
18180 * gdb.base/default.exp: Don't test "target procfs".
18181
18182 2014-03-13 Pedro Alves <palves@redhat.com>
18183
18184 * gdb.base/default.exp: Update "target child" and "target procfs"
18185 tests to not expect "Unix".
18186
18187 2014-03-12 Tom Tromey <tromey@redhat.com>
18188
18189 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
18190 New procs. Add target-async tests.
18191 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
18192 Add target-async tests.
18193
18194 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18195
18196 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
18197 'func_start' and 'func_end' for the beginning and end of the
18198 function code, respectively.
18199 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
18200 'func_end' instead of 'func' and 'main'.
18201
18202 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18203
18204 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
18205 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
18206 generate the debug info assembler source.
18207
18208 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18209
18210 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
18211 * gdb.dwarf2/arr-subrange.exp: Likewise.
18212 * gdb.dwarf2/dwz.exp: Likewise.
18213 * gdb.dwarf2/method-ptr.exp: Likewise.
18214 * gdb.dwarf2/missing-sig-type.exp: Likewise.
18215 * gdb.dwarf2/subrange.exp: Likewise.
18216 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
18217 * gdb.dwarf2/implptrpiece.exp: Likewise.
18218 * gdb.dwarf2/nostaticblock.exp: Likewise.
18219
18220 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18221
18222 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
18223 directory to absolute path name arguments.
18224
18225 2014-03-10 Joel Brobecker <brobecker@adacore.com>
18226
18227 * gdb.ada/tagged_access: New testcase.
18228
18229 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
18230
18231 * gdb.btrace/data.exp: Update expected output.
18232
18233 2014-03-06 Yao Qi <yao@codesourcery.com>
18234
18235 * gdb.trace/pr16508.exp: New file.
18236
18237 2014-03-05 Pedro Alves <palves@redhat.com>
18238
18239 PR gdb/16575
18240 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
18241 procedure.
18242 (top level): Adjust to use it. Add tests that exercise breakpoint
18243 interaction with the code-cache.
18244
18245 2014-02-26 Ludovic Courtès <ludo@gnu.org>
18246
18247 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
18248 test for 'history-append!'.
18249
18250 2014-02-26 Joel Brobecker <brobecker@adacore.com>
18251
18252 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
18253 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
18254 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
18255 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
18256 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
18257 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
18258
18259 2014-02-26 Joel Brobecker <brobecker@adacore.com>
18260
18261 * testsuite/gdb.python/py-pp-re-notag.c: New file.
18262 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
18263 * testsuite/gdb.python/py-pp-re-notag.p: New file.
18264
18265 2014-02-26 Joel Brobecker <brobecker@adacore.com>
18266
18267 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
18268
18269 2014-02-26 Joel Brobecker <brobecker@adacore.com>
18270
18271 * gdb.dwarf2/arr-stride.c: New file.
18272 * gdb.dwarf2/arr-stride.exp: New file.
18273
18274 2014-02-26 Pedro Alves <palves@redhat.com>
18275
18276 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
18277 that won't ever trigger. Make sure that GDB reports the correct
18278 breakpoint that caused the stop.
18279
18280 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18281
18282 PR gdb/16626
18283 * gdb.base/auto-load-script: New file.
18284 * gdb.base/auto-load.c: New file.
18285 * gdb.base/auto-load.exp: New file.
18286
18287 PR gdb/16626
18288 * gdb.base/auto-load.exp: Fix out-of-srctree run.
18289
18290 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18291
18292 Fix dw2-icycle.exp -fsanitize=address GDB crash.
18293 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
18294
18295 2014-02-24 Doug Evans <dje@google.com>
18296
18297 * lib/gdb.exp (run_on_host): Log error output if program fails.
18298
18299 2014-02-21 Pedro Alves <palves@redhat.com>
18300
18301 * gdb.threads/step-after-sr-lock.c: Rename to ...
18302 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
18303 * gdb.threads/step-after-sr-lock.exp: Rename to ...
18304 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
18305 ... this.
18306
18307 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
18308
18309 PR tdep/16397
18310 * gdb.arch/amd64-stap-special-operands.exp: New file.
18311 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
18312 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
18313 * gdb.arch/amd64-stap-triplet.S: Likewise.
18314 * gdb.arch/amd64-stap-triplet.c: Likewise.
18315
18316 2014-02-20 Joel Brobecker <brobecker@adacore.com>
18317
18318 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
18319 in .section pseudo-op.
18320
18321 2014-02-20 lin zuojian <manjian2006@gmail.com>
18322 Joel Brobecker <brobecker@adacore.com>
18323 Doug Evans <xdje42@gmail.com>
18324
18325 PR symtab/16581
18326 * gdb.dwarf2/dw2-icycle.S: New file.
18327 * gdb.dwarf2/dw2-icycle.c: New file.
18328 * gdb.dwarf2/dw2-icycle.exp: New file.
18329
18330 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
18331
18332 * gdb.python/py-value-cc.cc: Improve test case to enable testing
18333 operations on gdb.Value objects.
18334 * gdb.python/py-value-cc.exp: Add new test to test operations on
18335 gdb.Value objects.
18336
18337 2014-02-18 Doug Evans <dje@google.com>
18338
18339 * Makefile.in (TESTS): New variable.
18340 (expanded_tests, expanded_tests_or_none): New variables
18341 (check-single): Pass $(expanded_tests_or_none) to runtest.
18342 (check-parallel): Only run tests in $(TESTS) if non-empty.
18343 (check/no-matching-tests-found): New rule.
18344 * README: Document TESTS makefile variable.
18345
18346 2014-02-18 Doug Evans <dje@google.com>
18347
18348 * Makefile.in (check-parallel): rm -rf outputs temp.
18349
18350 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
18351
18352 Fix "ERROR: no fileid for" in the testsuite.
18353 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
18354
18355 2014-02-12 Doug Evans <dje@google.com>
18356
18357 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
18358 (MISCELLANEOUS): New variable.
18359 (clean): rm -rf $(MISCELLANEOUS).
18360 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
18361 dwp live in the same directory as symlinks, with each symlink pointed
18362 to a differently named file in a different directory.
18363
18364 2014-02-11 Doug Evans <dje@google.com>
18365
18366 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
18367 of Tcl file commands.
18368
18369 2014-02-10 Mark Kettenis <kettenis@gnu.org>
18370
18371 * gdb.threads/step-after-sr-lock.exp: Avoid executing
18372 "kill -SIGUSR1 -1".
18373
18374 2014-02-10 Joel Brobecker <brobecker@adacore.com>
18375
18376 * gdb.ada/tick_length_array_enum_idx: New testcase.
18377
18378 2014-02-10 Doug Evans <xdje42@gmail.com>
18379
18380 * configure.ac (AC_OUTPUT): Add gdb.guile.
18381 * configure: Regenerate.
18382 * lib/gdb-guile.exp: New file.
18383 * lib/gdb.exp (get_target_charset): New function.
18384 * gdb.base/help.exp: Update expected output from "apropos apropos".
18385 * gdb.guile/Makefile.in: New file.
18386 * gdb.guile/guile.exp: New file.
18387 * gdb.guile/scm-arch.c: New file.
18388 * gdb.guile/scm-arch.exp: New file.
18389 * gdb.guile/scm-block.c: New file.
18390 * gdb.guile/scm-block.exp: New file.
18391 * gdb.guile/scm-breakpoint.c: New file.
18392 * gdb.guile/scm-breakpoint.exp: New file.
18393 * gdb.guile/scm-disasm.c: New file.
18394 * gdb.guile/scm-disasm.exp: New file.
18395 * gdb.guile/scm-equal.c: New file.
18396 * gdb.guile/scm-equal.exp: New file.
18397 * gdb.guile/scm-error.exp: New file.
18398 * gdb.guile/scm-error.scm: New file.
18399 * gdb.guile/scm-frame-args.c: New file.
18400 * gdb.guile/scm-frame-args.exp: New file.
18401 * gdb.guile/scm-frame-args.scm: New file.
18402 * gdb.guile/scm-frame-inline.c: New file.
18403 * gdb.guile/scm-frame-inline.exp: New file.
18404 * gdb.guile/scm-frame.c: New file.
18405 * gdb.guile/scm-frame.exp: New file.
18406 * gdb.guile/scm-generics.exp: New file.
18407 * gdb.guile/scm-gsmob.exp: New file.
18408 * gdb.guile/scm-iterator.c: New file.
18409 * gdb.guile/scm-iterator.exp: New file.
18410 * gdb.guile/scm-math.c: New file.
18411 * gdb.guile/scm-math.exp: New file.
18412 * gdb.guile/scm-objfile-script-gdb.in: New file.
18413 * gdb.guile/scm-objfile-script.c: New file.
18414 * gdb.guile/scm-objfile-script.exp: New file.
18415 * gdb.guile/scm-objfile.c: New file.
18416 * gdb.guile/scm-objfile.exp: New file.
18417 * gdb.guile/scm-ports.exp: New file.
18418 * gdb.guile/scm-pretty-print.c: New file.
18419 * gdb.guile/scm-pretty-print.exp: New file.
18420 * gdb.guile/scm-pretty-print.scm: New file.
18421 * gdb.guile/scm-section-script.c: New file.
18422 * gdb.guile/scm-section-script.exp: New file.
18423 * gdb.guile/scm-section-script.scm: New file.
18424 * gdb.guile/scm-symbol.c: New file.
18425 * gdb.guile/scm-symbol.exp: New file.
18426 * gdb.guile/scm-symtab-2.c: New file.
18427 * gdb.guile/scm-symtab.c: New file.
18428 * gdb.guile/scm-symtab.exp: New file.
18429 * gdb.guile/scm-type.c: New file.
18430 * gdb.guile/scm-type.exp: New file.
18431 * gdb.guile/scm-value-cc.cc: New file.
18432 * gdb.guile/scm-value-cc.exp: New file.
18433 * gdb.guile/scm-value.c: New file.
18434 * gdb.guile/scm-value.exp: New file.
18435 * gdb.guile/source2.scm: New file.
18436 * gdb.guile/types-module.cc: New file.
18437 * gdb.guile/types-module.exp: New file.
18438
18439 2014-02-10 Yao Qi <yao@codesourcery.com>
18440
18441 PR testsuite/16543
18442 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
18443 * configure: Regenerated.
18444 * Makefile.in: New file.
18445
18446 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
18447
18448 * gdb.python/py-framefilter.exp: Fix typo.
18449
18450 2014-02-08 Yao Qi <yao@codesourcery.com>
18451
18452 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
18453 that no =breakpoint-modified is emitted when breakpoints are
18454 modified through MI commands.
18455
18456 2014-02-07 Pedro Alves <pedro@codesourcery.com>
18457 Pedro Alves <palves@redhat.com>
18458
18459 * gdb.threads/step-after-sr-lock.c: New file.
18460 * gdb.threads/step-after-sr-lock.exp: New file.
18461
18462 2014-02-07 Pedro Alves <palves@redhat.com>
18463
18464 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
18465
18466 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
18467
18468 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
18469 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
18470
18471 2014-02-06 Doug Evans <xdje42@gmail.com>
18472
18473 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
18474 output.
18475
18476 * gdb.gdb/python-interrupts.exp: New file.
18477
18478 2014-02-05 Yao Qi <yao@codesourcery.com>
18479
18480 * gdb.trace/report.exp (use_collected_data): Test the output
18481 of "info threads" and "info inferiors".
18482
18483 2014-02-05 Yao Qi <yao@codesourcery.com>
18484
18485 Revert this patch:
18486
18487 2013-05-24 Yao Qi <yao@codesourcery.com>
18488
18489 * gdb.trace/tfile.exp: Test inferior and thread.
18490
18491 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18492
18493 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
18494 on a function.
18495 * gdb.base/step-bt.c: Call hello via function pointer to make
18496 sure its first instruction is executed on powerpc64le-linux.
18497
18498 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18499
18500 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
18501
18502 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18503
18504 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
18505 of the test patterns for use on little-endian systems.
18506
18507 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18508
18509 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
18510 (decimal_vector): Fix for little-endian.
18511
18512 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
18513
18514 * gdb.arch/sparc-sysstep.exp: New file.
18515 * gdb.arch/sparc-sysstep.c: Likewise.
18516
18517 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
18518
18519 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18520
18521 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
18522
18523 2014-01-23 Tom Tromey <tromey@redhat.com>
18524
18525 * gdb.ada/array_char_idx: New testcase.
18526
18527 2014-01-23 Tom Tromey <tromey@redhat.com>
18528
18529 PR python/16487:
18530 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
18531 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
18532 classes.
18533
18534 2014-01-23 Tom Tromey <tromey@redhat.com>
18535
18536 PR python/16491:
18537 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
18538 string from an inferior frame.
18539 * gdb.python/py-framefilter-mi.exp: Update.
18540
18541 2014-01-22 Doug Evans <dje@google.com>
18542
18543 * gdb.server/server-mon.exp: Add tests for "set debug-format".
18544
18545 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18546
18547 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
18548
18549 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18550
18551 * gdb.trace/entry-values.exp: Remove excess space character from
18552 regex patterns. Handle s390 call instruction.
18553
18554 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18555
18556 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
18557 define "*_start" label. Make "name" static.
18558 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
18559 ${name} by references to ${name}_start.
18560
18561 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18562
18563 * gdb.base/info-macros.exp: Remove "debug" from the compile
18564 options.
18565
18566 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18567
18568 * gdb.dlang/demangle.exp: New file.
18569
18570 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18571
18572 * gdb.dlang/primitive-types.exp: New file.
18573
18574 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18575
18576 * configure.ac: Create gdb.dlang/Makefile.
18577 * configure: Regenerate.
18578 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
18579 * gdb.dlang/Makefile.in: New file.
18580 * lib/d-support.exp: New file.
18581 * lib/gdb.exp (skip_d_tests): New proc.
18582
18583 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18584
18585 * gdb.btrace/delta.exp: Check reverse stepi.
18586 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
18587 * gdb.btrace/finish.exp: New.
18588 * gdb.btrace/next.exp: New.
18589 * gdb.btrace/nexti.exp: New.
18590 * gdb.btrace/record_goto.c: Add comments.
18591 * gdb.btrace/step.exp: New.
18592 * gdb.btrace/stepi.exp: New.
18593 * gdb.btrace/multi-thread-step.c: New.
18594 * gdb.btrace/multi-thread-step.exp: New.
18595 * gdb.btrace/rn-dl-bind.c: New.
18596 * gdb.btrace/rn-dl-bind.exp: New.
18597 * gdb.btrace/data.c: New.
18598 * gdb.btrace/data.exp: New.
18599 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
18600
18601 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18602
18603 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
18604 * gdb.btrace/exception.exp: Update.
18605 * gdb.btrace/instruction_history.exp: Update.
18606 * gdb.btrace/record_goto.exp: Update.
18607 * gdb.btrace/tailcall.exp: Update.
18608 * gdb.btrace/unknown_functions.exp: Update.
18609 * gdb.btrace/delta.exp: New.
18610
18611 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18612
18613 * gdb.btrace/record_goto.exp: Add backtrace test.
18614 * gdb.btrace/tailcall.exp: Add backtrace test.
18615
18616 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18617
18618 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
18619 * gdb.btrace/record_goto.c: New.
18620 * gdb.btrace/record_goto.exp: New.
18621 * gdb.btrace/x86-record_goto.S: New.
18622
18623 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18624
18625 * gdb.btrace/function_call_history.exp: Update tests.
18626 * gdb.btrace/instruction_history.exp: Update tests.
18627
18628 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18629
18630 * gdb.btrace/function_call_history.exp: Fix expected field
18631 order for "record function-call-history".
18632 Add new tests for "record function-call-history /c".
18633 * gdb.btrace/exception.cc: New.
18634 * gdb.btrace/exception.exp: New.
18635 * gdb.btrace/tailcall.exp: New.
18636 * gdb.btrace/x86-tailcall.S: New.
18637 * gdb.btrace/x86-tailcall.c: New.
18638 * gdb.btrace/unknown_functions.c: New.
18639 * gdb.btrace/unknown_functions.exp: New.
18640 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
18641
18642 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18643
18644 * gdb.btrace/instruction_history.exp: Update.
18645 * gdb.btrace/function_call_history.exp: Update.
18646
18647 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18648
18649 * gdb.btrace/function_call_history.exp: Fix expected function
18650 trace.
18651 * gdb.btrace/instruction_history.exp: Initialize traced.
18652 Remove traced_functions.
18653
18654 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18655
18656 * gdb.btrace/function_call_history.exp: Update
18657 * gdb.btrace/instruction_history.exp: Update.
18658
18659 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18660
18661 * gdb.btrace/enable.exp: Update expected text.
18662
18663 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
18664
18665 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
18666 bytes.
18667
18668 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
18669
18670 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
18671
18672 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
18673
18674 * lib/gdb.exp (supports_process_record): Return true for
18675 arm*-linux*. (supports_reverse): Likewise.
18676
18677 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
18678
18679 PR python/15464
18680 PR python/16113
18681 * gdb.python/py-type.c: Enhance test case.
18682 * gdb.python/py-value-cc.cc: Likewise
18683 * gdb.python/py-type.exp: Add new tests.
18684 * gdb.python/py-value-cc.exp: Likewise
18685
18686 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
18687 Pedro Alves <palves@redhat.com>
18688
18689 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
18690 Make "name" extern.
18691 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
18692 references to ${name}_start by references to ${name}.
18693
18694 2014-01-10 Joel Brobecker <brobecker@adacore.com>
18695
18696 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
18697
18698 2014-01-10 Joel Brobecker <brobecker@adacore.com>
18699
18700 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
18701
18702 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
18703 Pedro Alves <palves@redhat.com>
18704
18705 * gdb.mi/mi-info-os.exp: Connect to the target with
18706 mi_gdb_target_load.
18707
18708 2014-01-08 Pedro Alves <palves@redhat.com>
18709
18710 * gdb.threads/reconnect-signal.c: New file.
18711 * gdb.threads/reconnect-signal.exp: New file.
18712
18713 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
18714
18715 * gdb.base/source-dir.exp: New file.
18716
18717 2014-01-07 Joel Brobecker <brobecker@adacore.com>
18718
18719 * gdb.ada/mi_interface: New testcase.
18720
18721 2014-01-07 Joel Brobecker <brobecker@adacore.com>
18722
18723 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
18724 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
18725 gdb.ada/pp-rec-component/pck.ads: New files.
18726
18727 2014-01-07 Joel Brobecker <brobecker@adacore.com>
18728
18729 * gdb.python/py-pp-integral.c: New file.
18730 * gdb.python/py-pp-integral.py: New file.
18731 * gdb.python/py-pp-integral.exp: New file.
18732
18733 For older changes see ChangeLog-1993-2013.
18734 \f
18735 ;; Local Variables:
18736 ;; mode: change-log
18737 ;; left-margin: 8
18738 ;; fill-column: 74
18739 ;; version-control: never
18740 ;; End:
18741
18742 Copyright 2014-2020 Free Software Foundation, Inc.
18743 Copying and distribution of this file, with or without modification,
18744 are permitted provided the copyright notice and this notice are preserved.