gdb/remote: Restore support for 'S' stop reply packet
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
2
3 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
4 disabled.
5
6 2020-03-02 Pedro Alves <palves@redhat.com>
7 Tom de Vries <tdevries@suse.de>
8
9 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
10 -prompt prefix, before user_code argument. Add -lbl option likewise.
11 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
12 (gdb_is_target_1): Add -prompt prefix and move to before user_code
13 argument.
14 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
15 have "\r\n" at start-of-line, instead of at end-of-line.
16
17 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
18
19 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
20 libinproctrace.so.
21
22 2020-02-28 Luis Machado <luis.machado@linaro.org>
23
24 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
25 to "p/x".
26
27 2020-02-28 Luis Machado <luis.machado@linaro.org>
28
29 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
30 asm/ptrace.h and error.h.
31
32 2020-02-28 Tom de Vries <tdevries@suse.de>
33
34 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
35 (struct wrapper, do_something, mundane/symada__cS): Move ...
36 * gdb.base/c-linkage-name-2.c: ... here. New source file.
37 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
38 Update "print symada__cS before partial symtab expansion" regexp.
39 Update breakpoint location. Flush symbol cache after expansion.
40
41 2020-02-28 Luis Machado <luis.machado@linaro.org>
42
43 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
44
45 2020-02-27 Tom de Vries <tdevries@suse.de>
46
47 * config/sid.exp: Remove unused globals.
48 * gdb.base/attach.exp: Same.
49 * gdb.base/catch-load.exp: Same.
50 * gdb.base/dbx.exp: Same.
51 * lib/gdb.exp: Same.
52 * lib/mi-support.exp: Same.
53 * lib/prompt.exp: Same.
54
55 2020-02-27 Tom de Vries <tdevries@suse.de>
56
57 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
58 not set.
59
60 2020-02-26 Aaron Merey <amerey@redhat.com>
61
62 * gdb.debuginfod: New directory for debuginfod tests.
63 * gdb.debuginfod/main.c: New test file.
64 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
65
66 2020-02-26 Tom de Vries <tdevries@suse.de>
67
68 PR gdb/25603
69 * gdb.base/persistent-lang.cc: New test.
70 * gdb.base/persistent-lang.exp: New file.
71
72 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
73
74 * gdb.fortran/derived-type-striding.exp: Add a new test.
75 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
76 new test.
77
78 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
79
80 * gdb.base/cached-source-file.exp: Avoid source file paths in test
81 names.
82
83 2020-02-25 Tom de Vries <tdevries@suse.de>
84
85 PR go/18926
86 * gdb.go/methods.exp: Remove gcc/93866 xfail.
87
88 2020-02-24 Tom de Vries <tdevries@suse.de>
89
90 PR gdb/25592
91 * gdb.base/info-locals-unused-static-var.c: New test.
92 * gdb.base/info-locals-unused-static-var.exp: New file.
93
94 2020-02-22 Tom Tromey <tom@tromey.com>
95
96 * gdb.python/tui-window.exp: New file.
97 * gdb.python/tui-window.py: New file.
98
99 2020-02-22 Tom Tromey <tom@tromey.com>
100
101 PR tui/17850:
102 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
103 tests.
104
105 2020-02-22 Tom Tromey <tom@tromey.com>
106
107 * gdb.tui/new-layout.exp: Add sub-layout tests.
108
109 2020-02-22 Tom Tromey <tom@tromey.com>
110
111 * gdb.tui/new-layout.exp: New file.
112
113 2020-02-22 Tom Tromey <tom@tromey.com>
114
115 * gdb.rust/rust-style.rs: New file.
116 * gdb.rust/rust-style.exp: New file.
117 * gdb.base/style.exp: Test structure printing.
118 * gdb.base/style.c (struct some_struct): New type.
119 (enum etype): New type.
120 (struct_value): New global.
121
122 2020-02-21 Tom de Vries <tdevries@suse.de>
123
124 PR go/18926
125 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
126 Remove blanket xfails. Use message argument for gdb_breakpoint.
127 Make continuing to breakpoint test conditional on setting breakpoint.
128 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
129 DW_AT_name attribute. Add xfail for GCC PR93866.
130
131 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
132
133 * gdb.dwarf2/cpp-linkage-name.c: New file.
134 * gdb.dwarf2/cpp-linkage-name.exp: New file.
135
136 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
137
138 * lib/gdb.exp (gdb_wrapper_init): Reset
139 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
140 not exist.
141
142 2020-02-20 Tom de Vries <tdevries@suse.de>
143
144 PR go/17018
145 * gdb.go/hello.exp: Copy ...
146 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
147 print of st to print value of global definition. Add xfail for GCC
148 PR93844.
149 * gdb.go/hello.exp: Remove printing of st before definition.
150 * gdb.go/hello.go: Copy ...
151 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
152 to st.
153 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
154
155 2020-02-20 Tom de Vries <tdevries@suse.de>
156
157 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
158 (gdb_simple_compile): Handle compile_flags go by using .go extension
159 for source file.
160 * gdb.go/chan.exp: Use support_go_compile.
161 * gdb.go/handcall.exp: Same.
162 * gdb.go/hello.exp: Same.
163 * gdb.go/integers.exp: Same.
164 * gdb.go/max-depth.exp: Same.
165 * gdb.go/methods.exp: Same.
166 * gdb.go/package.exp: Same.
167 * gdb.go/strings.exp: Same.
168 * gdb.go/types.exp: Same.
169 * gdb.go/unsafe.exp: Same.
170
171 2020-02-19 Tom de Vries <tdevries@suse.de>
172
173 * gdb.python/lib-types.exp: Make xfail more strict.
174
175 2020-02-19 Tom de Vries <tdevries@suse.de>
176
177 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
178
179 2020-02-19 Doug Evans <dje@google.com>
180
181 PR rust/25535
182 * gdb.rust/simple.exp: Add test.
183 * gdb.rust/simple.rs: Add test.
184
185 2020-02-19 Tom de Vries <tdevries@suse.de>
186
187 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
188 output line-by-line.
189
190 2020-02-19 Tom de Vries <tdevries@suse.de>
191
192 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
193
194 2020-02-19 Tom de Vries <tdevries@suse.de>
195
196 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
197 prelink.
198
199 2020-02-19 Tom de Vries <tdevries@suse.de>
200
201 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
202 (gdb_do_cache): Use gdb_do_cache_wrap.
203 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
204
205 2020-02-19 Tom de Vries <tdevries@suse.de>
206
207 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
208 gdb_compile option.
209
210 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
211
212 * gdb.base/printcmds.exp (test_print_enums): Update expected
213 output.
214
215 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
216
217 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
218 for "unknown".
219
220 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
221
222 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
223 enumerator.
224
225 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
226
227 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
228 FE_, add FE_NONE.
229 (three): Update.
230 (enum flag_enum_without_zero): New enum.
231 (flag_enum_without_zero): New variable.
232 (enum not_flag_enum): New enum.
233 (three_not_flag): New variable.
234 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
235 (test_print_enums): Add more tests for printing flag enums.
236
237 2020-02-18 Tom de Vries <tdevries@suse.de>
238
239 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
240 (gdb_compile_ada): ... here.
241 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
242 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
243
244 2020-02-14 Tom Tromey <tom@tromey.com>
245
246 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
247 build directory.
248 * boards/gdbserver-base.exp: Update path to gdbserver.
249
250 2020-02-13 Tom de Vries <tdevries@suse.de>
251
252 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
253
254 2020-02-13 Tom de Vries <tdevries@suse.de>
255
256 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
257 are missing.
258
259 2020-02-13 Tom de Vries <tdevries@suse.de>
260
261 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
262 call.
263
264 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
265
266 PR tui/25126
267 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
268 * gdb.base/cached-source-file.c: New file.
269 * gdb.base/cached-source-file.exp: New file.
270
271 2020-02-11 Tom de Vries <tdevries@suse.de>
272
273 PR testsuite/25488
274 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
275
276 2020-02-10 Tom de Vries <tdevries@suse.de>
277
278 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
279
280 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
281
282 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
283 and $after_addr are both integers before making a comparison.
284
285 2020-02-09 Tom de Vries <tdevries@suse.de>
286
287 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
288 command output and paste it into gdb.log. If any, paste catch message
289 to gdb.log.
290
291 2020-02-07 Tom Tromey <tromey@adacore.com>
292
293 PR breakpoints/24915:
294 * gdb.base/annotate-symlink.exp: Use setup_xfail.
295
296 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
297
298 * gdb.tui/tui-missing-src.exp: Add the "missing source
299 file" test for the TUI.
300
301 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
302
303 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
304 including a port number in the output.
305
306 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
307
308 * lib/fortran.exp (fortran_int4): Handle clang.
309 (fortran_int8): Likewise.
310 (fortran_real4): Likewise.
311 (fortran_real8): Likewise.
312 (fortran_complex4): Likewise.
313 (fortran_logical4): Likewise.
314 (fortran_character1): Likewise.
315
316 2020-02-04 Tom de Vries <tdevries@suse.de>
317
318 * README (Race detection): Add note.
319
320 2020-02-04 Tom de Vries <tdevries@suse.de>
321
322 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
323
324 2020-02-04 Tom de Vries <tdevries@suse.de>
325
326 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
327
328 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
329
330 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
331 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
332 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
333 blttar, bnetarl.
334 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
335 binary for blttar, bnetarl.
336 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
337 wait instruction. Delete ldmx test.
338 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
339
340 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
341
342 * gdb.fortran/array-bounds-high.exp: New file.
343 * gdb.fortran/array-bounds-high.f90: New file.
344
345 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
346
347 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
348 Replace #include of <sys/fcntl.h> by <fcntl.h>.
349
350 2020-02-01 Tom de Vries <tdevries@suse.de>
351
352 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
353
354 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
355
356 PR tui/9765
357 * gdb.tui/tui-layout-asm-short-prog.S: New file.
358 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
359
360 2020-01-29 Luis Machado <luis.machado@linaro.org>
361
362 * gdb.arch/aarch64-brk-patterns.c: New source file.
363 * gdb.arch/aarch64-brk-patterns.exp: New test.
364
365 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
366
367 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
368 GCC/Clang version.
369 * gdb.cp/pass-by-ref.exp: Ditto.
370
371 2020-01-29 Tom de Vries <tdevries@suse.de>
372
373 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
374 * gdb.threads/watchpoint-fork-mt.c: Same.
375 * gdb.threads/watchpoint-fork-parent.c: Same.
376 * gdb.threads/watchpoint-fork-st.c: Same.
377 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
378
379 2020-01-27 Luis Machado <luis.machado@linaro.org>
380
381 * gdb.base/step-over-syscall.exp (setup): Check if we're already
382 sitting at a syscall instruction when we hit the syscall function's
383 breakpoint.
384 Check PC against one obtained with the x command.
385 Validate syscall number.
386 (step_over_syscall): Don't continue to the syscall instruction if
387 we're already there.
388
389 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
390
391 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
392
393 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
394
395 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
396 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
397
398 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
399
400 * gdb.dwarf2/dw2-inline-stepping.c: New file.
401 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
402
403 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
404
405 * gdb.base/maint.exp: Update line table parsing test.
406 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
407
408 2020-01-24 Pedro Alves <palves@redhat.com>
409
410 PR gdb/25410
411 * gdb.multi/multi-re-run-1.c: New.
412 * gdb.multi/multi-re-run-2.c: New.
413 * gdb.multi/multi-re-run.exp: New.
414
415 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
416
417 PR gdb/23718
418 * gdb.server/server-kill-python.exp: New file.
419
420 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
421
422 * gdb.server/multi-ui-errors.c: New file.
423 * gdb.server/multi-ui-errors.exp: New file.
424
425 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
426
427 PR tui/9765
428 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
429
430 2020-01-19 Tom Tromey <tom@tromey.com>
431
432 * gdb.tui/main.exp: Add check for plain "file".
433
434 2020-01-16 Christian Biesinger <cbiesinger@google.com>
435
436 * lib/gdb.exp: Fix spelling error (seperatelly).
437
438 2020-01-14 Tom Tromey <tom@tromey.com>
439
440 PR symtab/12535:
441 * gdb.python/python.exp: Test decode_line with empty string
442 argument.
443
444 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
445
446 * gdb.base/skip-inline.exp: Extend test.
447
448 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
449
450 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
451 * gdb.dwarf2/dw2-bad-elf.c: New file.
452 * gdb.dwarf2/dw2-bad-elf.exp: New file.
453
454 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
455
456 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
457 _line_saw_file.
458
459 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
460
461 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
462 border.
463
464 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
465
466 * gdb.multi/multi-target.exp (setup): Factor out "info
467 connections" and "info inferiors" tests to ...
468 (test_info_inferiors): ... this new procedure.
469 (top level): Run new "info-inferiors" tests.
470
471 2020-01-10 Pedro Alves <palves@redhat.com>
472
473 * gdb.server/bkpt-other-inferior.exp: New file.
474
475 2020-01-10 Pedro Alves <palves@redhat.com>
476
477 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
478 of "add-inferior".
479 * gdb.base/quit-live.exp: Likewise.
480 * gdb.base/remote-exec-file.exp: Likewise.
481 * gdb.guile/scm-progspace.exp: Likewise.
482 * gdb.linespec/linespec.exp: Likewise.
483 * gdb.mi/new-ui-mi-sync.exp: Likewise.
484 * gdb.mi/user-selected-context-sync.exp: Likewise.
485 * gdb.multi/multi-target.exp (setup): Add "info connection" and
486 "info inferiors" tests.
487 * gdb.multi/remove-inferiors.exp: Adjust expected output of
488 "add-inferior".
489 * gdb.multi/watchpoint-multi.exp: Likewise.
490 * gdb.python/py-inferior.exp: Likewise.
491 * gdb.server/extended-remote-restart.exp: Likewise.
492 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
493 "info inferiors".
494 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
495 * gdb.trace/report.exp: Likewise.
496
497 2020-01-10 Pedro Alves <palves@redhat.com>
498
499 * gdb.multi/multi-target.c: New file.
500 * gdb.multi/multi-target.exp: New file.
501 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
502 mode requested, but remote does not support non-stop".
503
504 2020-01-10 Pedro Alves <palves@redhat.com>
505
506 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
507 disconnect before reconnecting.
508
509 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
510 Pedro Alves <palves@redhat.com>
511
512 * gdb.server/connect-without-multi-process.exp: Also test
513 continuing to end.
514
515 2020-01-10 Pedro Alves <palves@redhat.com>
516
517 * gdb.base/remote-exec-file.exp: New file.
518
519 2020-01-10 Pedro Alves <palves@redhat.com>
520
521 * gdb.base/fork-running-state.exp (do_test): Adjust expected
522 output.
523 * gdb.threads/async.c: New.
524 * gdb.threads/async.exp: New.
525 * gdb.multi/tids-gid-reset.c: New.
526 * gdb.multi/tids-gid-reset.exp: New.
527
528 2020-01-10 George Barrett <bob@bob131.so>
529
530 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
531 to help in finding the image relocation offset.
532 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
533 options in arguments.
534 (stap_test_no_debuginfo): Likewise.
535 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
536 test variants.
537 (stap_test): Add null semaphore relocation test.
538
539 2020-01-10 George Barrett <bob@bob131.so>
540
541 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
542 * gdb.base/stap-probe.exp: Likewise.
543 (stap_test): Pass argument as an additional flag.
544 (stap_test_no_debuginfo): Likewise.
545 (stap_test): Check `info probes stap' output for semaphore
546 addresses if the test binary is supposed to have them.
547
548 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
549
550 * gdb.tui/basic.exp: Add more scrolling tests.
551
552 2020-01-09 Tom Tromey <tom@tromey.com>
553
554 PR tui/18932:
555 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
556 meangingful value.
557 (Term::command, Term::resize): Update.
558 * gdb.tui/basic.exp: Add scrolling test.
559
560 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
561
562 * gdb.tui/tui-layout-asm.exp: New file.
563
564 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
565
566 * lib/tuiterm.exp (Term::check_box_contents): New proc.
567
568 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
569
570 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
571 (Term::enter_tui): Use Term::prepare_for_tui.
572
573 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
574
575 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
576 called.
577
578 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
579
580 * gdb.base/skip.exp: Fix race condition in test.
581
582 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
583
584 * gdb.base/backtrace.c: New file.
585 * gdb.base/backtrace.exp: New file.
586
587 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
588
589 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
590
591 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
592
593 * gdb.base/style.exp: Test that warnings are styled.
594
595 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
596
597 * gdb.base/line65535.exp: New file.
598 * gdb.base/line65535.c: New file.
599
600 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
601
602 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
603 * lib/gnat_debug_info_test.adb: New file.
604 * gdb.ada/ptype_tagged_param.exp: Use
605 gnat_runtime_has_debug_info, expect a different output if
606 runtime does not have debug info.
607
608 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
609
610 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
611 (another) quote in test name.
612
613 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
614
615 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
616 Add quote in test name.
617
618 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
619
620 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
621 directory instead.
622 * gdb.cp/pass-by-ref.exp: Extend with more cases.
623 * gdb.cp/pass-by-ref-2.cc: New file.
624 * gdb.cp/pass-by-ref-2.exp: New file.
625
626 2019-12-20 Tom Tromey <tom@tromey.com>
627
628 * gdb.tui/list-before.exp: New file.
629
630 2019-12-20 Tom Tromey <tom@tromey.com>
631
632 * gdb.tui/list.exp: Check for source on initial listing.
633
634 2019-12-11 Tom Tromey <tromey@adacore.com>
635
636 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
637 Add crlf test.
638
639 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
640
641 * gdb.base/default.exp: Update value of $_gdb_major.
642
643 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
644
645 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
646
647 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
648
649 * gdb.base/skip.exp: Whitespace fix.
650
651 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
652
653 * gdb.base/skip-inline.c: New file.
654 * gdb.base/skip-inline.exp: New file.
655
656 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
657
658 * gdb.base/jit-reader.exp (jit_reader_test): Rename
659 jit_function_00 to jit_function_stack_mangle.
660 * gdb.base/jithost.c (jit_function_t): Rename to...
661 (jit_function_stack_mangle_t): ... this.
662 (jit_function_add_t): New typedef.
663 (jit_function_00_code): Rename to...
664 (jit_function_stack_mangle_code): ... this, make static.
665 (jit_function_add_code): New.
666 (main): Generate "add" function and call it. Adjust to changes
667 in jithost_abi.
668 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
669 (struct jithost_abi) <begin, end>: Remove fields.
670 <object, function_stack_mangle, function_add>: New fields.
671 * gdb.base/jitreader.c (struct reader_state) <code_begin,
672 code_end>: Remove fields.
673 <func_stack_mangle>: New field.
674 (read_debug_info): Adjust to renaming, create block for "add"
675 function.
676 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
677
678 2019-12-11 Tom Tromey <tom@tromey.com>
679
680 * gdb.tui/resize.exp: Fix regexp.
681 * gdb.tui/regs.exp: Fix regexps.
682 * gdb.tui/main.exp: Fix regexp.
683
684 2019-12-11 Tom Tromey <tom@tromey.com>
685
686 * gdb.tui/resize.exp: Update.
687 * gdb.tui/empty.exp (layouts): Update.
688
689 2019-12-11 Tom Tromey <tom@tromey.com>
690
691 * gdb.tui/regs.exp: Update.
692 * gdb.tui/empty.exp (layouts): Update.
693 * gdb.tui/basic.exp: Update.
694 * lib/tuiterm.exp (_check_box): Don't check bottom border.
695
696 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
697
698 * gdb.base/options.exp: Add -raw-values in the print completion list.
699 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
700
701 2019-12-10 Kevin Buettner <kevinb@redhat.com>
702
703 * gdb.threads/omp-par-scope.c: New file.
704 * gdb/threads/omp-par-scope.exp: New file.
705
706 2019-12-10 Kevin Buettner <kevinb@redhat.com>
707
708 * lib/gdb.exp (support_nested_function_tests): New proc.
709
710 2019-12-10 Kevin Buettner <kevinb@redhat.com>
711
712 * lib/gdb.exp (gdb_compile_openmp): New proc.
713 (build_executable_from_specs): Add an "openmp" option.
714 (gdb_compile_pthreads): Add non-executable case.
715
716 2019-12-10 Tom Tromey <tromey@adacore.com>
717
718 * gdb.ada/unchecked_union.exp: New file.
719 * gdb.ada/unchecked_union/pck.adb: New file.
720 * gdb.ada/unchecked_union/pck.ads: New file.
721 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
722 * gdb-utils.exp (string_to_regexp): Also quote "?".
723
724 2019-12-10 George Barrett <bob@bob131.so>
725
726 Test scripted probe breakpoints.
727 * gdb.guile/scm-breakpoint.c (main): Add probe point.
728 * gdb.python/py-breakpoint.c (main): Likewise.
729 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
730 specifier test.
731 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
732
733 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
734
735 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
736 an rvalue parameter.
737 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
738 parameter.
739
740 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
741
742 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
743 modules.
744
745 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
746
747 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
748 broken version of GCC.
749
750 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
751
752 * gdb.fortran/info-modules.exp: Rewrite to make use of new
753 sym-info-cmds library.
754 * gdb.fortran/info-types.exp: Likewise.
755 * lib/sym-info-cmds.exp: New file.
756
757 2019-12-08 Tom de Vries <tdevries@suse.de>
758
759 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
760
761 2019-12-07 Keith Seitz <keiths@redhat.com>
762
763 * gdb.base/corefile-buildid-shlib-shr.c: New file.
764 * gdb.base/corefile-buildid-shlib.c: New file.
765 * gdb.base/corefile-buildid.c: New file.
766 * gdb.base/corefile-buildid.exp: New file.
767
768 2019-12-06 Tom de Vries <tdevries@suse.de>
769
770 * gdb.dwarf2/varval.exp: Add decl before def test.
771
772 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
773
774 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
775
776 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
777
778 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
779 CV and reference conversion for overload resolution.
780 * gdb.cp/rvalue-ref-overload.exp: Test it.
781
782 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
783
784 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
785 * gdb.base/frameapply.exp: Test faas without command.
786
787 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
788
789 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
790 Fortran tests.
791 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
792 order.
793
794 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
795
796 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
797 casting to type with no kind specified.
798 (test_basic_parsing_of_type_kinds): Additional tests for types
799 with no kind specified, and add tests for single/double
800 precision/complex types.
801
802 2019-12-04 Tom Tromey <tromey@adacore.com>
803
804 * gdb.base/endianity.c (struct other) <x>: New field.
805 (main): Initialize it.
806 * gdb.base/endianity.exp: Update.
807
808 2019-12-04 Tom Tromey <tromey@adacore.com>
809
810 * gdb.ada/scalar_storage/storage.adb: New file.
811 * gdb.ada/scalar_storage/pck.adb: New file.
812 * gdb.ada/scalar_storage/pck.ads: New file.
813 * gdb.ada/scalar_storage.exp: New file.
814
815 2019-12-04 Tom Tromey <tromey@adacore.com>
816
817 * gdb.base/endianity.c (struct otherendian) <f>: New field.
818 (main): Initialize it.
819 * gdb.base/endianity.exp: Update.
820
821 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
822
823 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
824
825 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
826
827 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
828 -symbol-info-module-functions and -symbol-info-module-variables.
829
830 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
831
832 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
833
834 2019-12-01 Richard Bunt <richard.bunt@arm.com>
835 Andrew Burgess <andrew.burgess@embecosm.com>
836
837 * gdb.fortran/derived-type-striding.exp: New file.
838 * gdb.fortran/derived-type-striding.f90: New file.
839 * gdb.fortran/array-slices.exp: New file.
840 * gdb.fortran/array-slices.f90: New file.
841
842 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
843
844 * gdb.base/define.exp: Test . in command names.
845 * gdb.base/setshow.exp: Update test, as . is now part of
846 command name.
847
848 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
849
850 * gdb.base/define-prefix.exp: New file.
851
852 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
853
854 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
855 compile.
856 (skip_btrace_pt_tests): Likewise.
857
858 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
859
860 * gdb.fortran/info-modules.exp: Compile source files in correct
861 order.
862
863 2019-11-27 Kevin Buettner <kevinb@redhat.com>
864
865 * gdb.dwarf2/imported-unit.exp: New file.
866 * gdb.dwarf2/imported-unit.c: New file.
867
868 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
869
870 * gdb.mi/mi-fortran-modules-2.f90: New file.
871 * gdb.mi/mi-fortran-modules.exp: New file.
872 * gdb.mi/mi-fortran-modules.f90: New file.
873
874 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
875
876 * gdb.mi/mi-sym-info-1.c: New file.
877 * gdb.mi/mi-sym-info-2.c: New file.
878 * gdb.mi/mi-sym-info.exp: New file.
879
880 2019-11-22 Tom Tromey <tromey@adacore.com>
881
882 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
883 * gdb.ada/tasks/foo.adb: Add another stopping location.
884
885 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
886
887 * gdb.base/endianity.c: New test.
888 * gdb.base/endianity.exp: New file.
889
890 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
891
892 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
893
894 2019-11-21 Tom de Vries <tdevries@suse.de>
895
896 PR gdb/24956
897 * gdb.base/ui-redirect.exp: Test output of user-defined command.
898
899 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
900
901 * gdb.python/py-progspace.exp: Add missing parentheses on some
902 'print' commands.
903
904 2019-11-19 Tom Tromey <tom@tromey.com>
905
906 * gdb.tui/winheight.exp: New file.
907
908 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
909
910 * gdb.base/ctf-whatis.c: Delete.
911 * gdb.base/ctf-whatis.exp: Delete.
912 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
913
914 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
915
916 * gdb.base/ctf-cvexpr.exp: Delete.
917 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
918
919 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
920
921 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
922 the compiler. Clean up header comment a little.
923 * gdb.base/ctf-ptype.exp: Likewise.
924 * gdb.base/ctf-whatis.exp: Likewise.
925 * lib/gdb.exp (skip_ctf_tests): New proc.
926
927 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
928
929 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
930 * gdb.tui/corefile-run.exp: New file.
931
932 2019-11-14 Tom Tromey <tromey@adacore.com>
933
934 * gdb.base/gdbvars.exp (test_convenience_variables): Add
935 regression tests.
936
937 2019-11-12 Tom Tromey <tom@tromey.com>
938
939 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
940 after any command. Expect prompt after WAIT_FOR is seen.
941 (enter_tui): Enable resize messages.
942 (command): Expect command in output.
943 (get_line): Avoid error when cursor appears to be off-screen.
944 (dump_screen): Include screen size in title.
945 (_do_resize): New proc, from "resize".
946 (resize): Rewrite. Do resize in two steps.
947 * gdb.tui/empty.exp (layouts): Fix entries.
948 (check_boxes): Remove xfail.
949 (check_text): Dump screen on failure.
950
951 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
952
953 * gdb.python/py-symbol.exp: Add test for
954 gdb.lookup_static_symbols.
955
956 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
957
958 * gdb.python/py-symbol.c: Declare and call function from new
959 py-symbol-2.c file.
960 * gdb.python/py-symbol.exp: Compile both source files, and add new
961 tests for gdb.lookup_static_symbol.
962 * gdb.python/py-symbol-2.c: New file.
963
964 2019-11-02 Tom de Vries <tdevries@suse.de>
965
966 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
967 * gdb.base/anon.exp: Same.
968 * gdb.base/auto-connect-native-target.exp: Same.
969 * gdb.base/call-ar-st.exp: Same.
970 * gdb.base/catch-syscall.exp: Same.
971 * gdb.base/commands.exp: Same.
972 * gdb.base/default.exp: Same.
973 * gdb.base/display.exp: Same.
974 * gdb.base/float.exp: Same.
975 * gdb.base/foll-fork.exp: Same.
976 * gdb.base/help.exp: Same.
977 * gdb.base/info-macros.exp: Same.
978 * gdb.base/info-proc.exp: Same.
979 * gdb.base/info-target.exp: Same.
980 * gdb.base/long_long.exp: Same.
981 * gdb.base/macscp.exp: Same.
982 * gdb.base/memattr.exp: Same.
983 * gdb.base/nofield.exp: Same.
984 * gdb.base/pointers.exp: Same.
985 * gdb.base/printcmds.exp: Same.
986 * gdb.base/ptype.exp: Same.
987 * gdb.base/restore.exp: Same.
988 * gdb.base/return.exp: Same.
989 * gdb.base/scope.exp: Same.
990 * gdb.base/set-noassign.exp: Same.
991 * gdb.base/setshow.exp: Same.
992 * gdb.base/shlib-call.exp: Same.
993 * gdb.base/signals.exp: Same.
994 * gdb.base/sigstep.exp: Same.
995 * gdb.base/skip.exp: Same.
996 * gdb.base/solib-symbol.exp: Same.
997 * gdb.base/stap-probe.exp: Same.
998 * gdb.base/step-line.exp: Same.
999 * gdb.base/step-test.exp: Same.
1000 * gdb.base/style.exp: Same.
1001 * gdb.base/varargs.exp: Same.
1002 * gdb.base/vla-datatypes.exp: Same.
1003 * gdb.base/vla-ptr.exp: Same.
1004 * gdb.base/vla-sideeffect.exp: Same.
1005 * gdb.base/volatile.exp: Same.
1006 * gdb.base/watch-cond-infcall.exp: Same.
1007 * gdb.base/watchpoint.exp: Same.
1008
1009 2019-11-02 Tom de Vries <tdevries@suse.de>
1010
1011 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
1012 * gdb.cp/cpexprs.exp: Same.
1013 * gdb.cp/except-multi-location.exp: Same.
1014 * gdb.cp/exceptprint.exp: Same.
1015 * gdb.cp/gdb2384.exp: Same.
1016 * gdb.cp/inherit.exp: Same.
1017 * gdb.cp/m-static.exp: Same.
1018 * gdb.cp/meth-typedefs.exp: Same.
1019 * gdb.cp/misc.exp: Same.
1020 * gdb.cp/namespace.exp: Same.
1021 * gdb.cp/non-trivial-retval.exp: Same.
1022 * gdb.cp/overload.exp: Same.
1023 * gdb.cp/pr17132.exp: Same.
1024 * gdb.cp/re-set-overloaded.exp: Same.
1025 * gdb.cp/rvalue-ref-types.exp: Same.
1026 * gdb.cp/templates.exp: Same.
1027
1028 2019-11-01 Luis Machado <luis.machado@linaro.org>
1029
1030 PR gdb/25124
1031
1032 * gdb.arch/pr25124.S: New file.
1033 * gdb.arch/pr25124.exp: New file.
1034
1035 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1036
1037 * gdb.fortran/info-modules.exp: Update expected results, and add
1038 additional tests for 'info module functinos', and 'info module
1039 variables'.
1040 * gdb.fortran/info-types.exp: Update expected results.
1041 * gdb.fortran/info-types.f90: Extend testcase with additional
1042 module variables and functions.
1043
1044 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1045
1046 * gdb.fortran/info-modules.exp: New file.
1047 * gdb.fortran/info-types.exp: Build with new file.
1048 * gdb.fortran/info-types.f90: Include and use new module.
1049 * gdb.fortran/info-types-2.f90: New file.
1050
1051 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1052
1053 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
1054 * gdb.base/settings.exp: Test all settings types using
1055 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
1056 that now verifies that the value of "maint show" is the same as
1057 returned by the settings functions. Test the type of the
1058 maintenance settings.
1059 * gdb.base/default.exp: Update show_conv_list.
1060
1061 2019-10-31 Tom de Vries <tdevries@suse.de>
1062
1063 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
1064 gdb_test.
1065 * gdb.arch/amd64-disp-step.exp: Same.
1066 * gdb.asm/asm-source.exp: Same.
1067 * gdb.btrace/buffer-size.exp: Same.
1068 * gdb.btrace/cpu.exp: Same.
1069 * gdb.btrace/enable.exp: Same.
1070 * gdb.dwarf2/count.exp: Same.
1071 * gdb.dwarf2/dw2-ranges-func.exp: Same.
1072 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
1073 * gdb.fortran/vla-datatypes.exp: Same.
1074 * gdb.fortran/vla-history.exp: Same.
1075 * gdb.fortran/vla-ptype.exp: Same.
1076 * gdb.fortran/vla-value.exp: Same.
1077 * gdb.fortran/whatis_type.exp: Same.
1078 * gdb.guile/guile.exp: Same.
1079 * gdb.multi/tids.exp: Same.
1080 * gdb.python/py-finish-breakpoint.exp: Same.
1081 * gdb.python/py-framefilter.exp: Same.
1082 * gdb.python/py-pp-registration.exp: Same.
1083 * gdb.python/py-xmethods.exp: Same.
1084 * gdb.python/python.exp: Same.
1085 * gdb.server/connect-with-no-symbol-file.exp: Same.
1086 * gdb.server/no-thread-db.exp: Same.
1087 * gdb.server/run-without-local-binary.exp: Same.
1088 * gdb.stabs/weird.exp: Same.
1089 * gdb.threads/attach-many-short-lived-threads.exp: Same.
1090 * gdb.threads/thread-find.exp: Same.
1091 * gdb.threads/tls-shared.exp: Same.
1092 * gdb.threads/tls.exp: Same.
1093 * gdb.threads/wp-replication.exp: Same.
1094 * gdb.trace/ax.exp: Same.
1095 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
1096
1097 2019-10-31 Tom de Vries <tdevries@suse.de>
1098
1099 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
1100 * gdb.ada/array_subscript_addr.exp: Same.
1101 * gdb.ada/arrayidx.exp: Same.
1102 * gdb.ada/arrayparam.exp: Same.
1103 * gdb.ada/arrayptr.exp: Same.
1104 * gdb.ada/boolean_expr.exp: Same.
1105 * gdb.ada/call_pn.exp: Same.
1106 * gdb.ada/complete.exp: Same.
1107 * gdb.ada/fixed_cmp.exp: Same.
1108 * gdb.ada/fun_addr.exp: Same.
1109 * gdb.ada/funcall_param.exp: Same.
1110 * gdb.ada/interface.exp: Same.
1111 * gdb.ada/mod_from_name.exp: Same.
1112 * gdb.ada/null_array.exp: Same.
1113 * gdb.ada/packed_array.exp: Same.
1114 * gdb.ada/packed_tagged.exp: Same.
1115 * gdb.ada/print_chars.exp: Same.
1116 * gdb.ada/print_pc.exp: Same.
1117 * gdb.ada/ptype_arith_binop.exp: Same.
1118 * gdb.ada/ptype_field.exp: Same.
1119 * gdb.ada/ptype_tagged_param.exp: Same.
1120 * gdb.ada/rec_return.exp: Same.
1121 * gdb.ada/ref_tick_size.exp: Same.
1122 * gdb.ada/str_ref_cmp.exp: Same.
1123 * gdb.ada/taft_type.exp: Same.
1124 * gdb.ada/tagged.exp: Same.
1125 * gdb.ada/type_coercion.exp: Same.
1126 * gdb.ada/uninitialized_vars.exp: Same.
1127
1128 2019-10-30 Tom de Vries <tdevries@suse.de>
1129
1130 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
1131
1132 2019-10-26 Tom de Vries <tdevries@suse.de>
1133
1134 * gdb.base/bigcore.c: Fix typos in comments.
1135 * gdb.base/ctf-ptype.c: Same.
1136 * gdb.base/long_long.c: Same.
1137 * gdb.dwarf2/dw2-op-out-param.S: Same.
1138 * gdb.python/py-evthreads.c: Same.
1139 * gdb.reverse/i387-stack-reverse.c: Same.
1140 * gdb.trace/tfile.c: Same.
1141 * lib/compiler.c: Same.
1142 * lib/compiler.cc: Same.
1143
1144 2019-10-25 Tom de Vries <tdevries@suse.de>
1145
1146 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
1147 gdb_test_multiple calls.
1148 * gdb.reverse/sigall-reverse.exp: Same.
1149 * gdb.reverse/solib-precsave.exp: Same.
1150 * gdb.reverse/solib-reverse.exp: Same.
1151 * gdb.reverse/until-precsave.exp: Same.
1152 * gdb.reverse/until-reverse.exp: Same.
1153
1154 2019-10-24 Tom de Vries <tdevries@suse.de>
1155
1156 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
1157 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
1158 kfail using -wrap pattern flag and convenience variable
1159 gdb_test_name.
1160
1161 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
1162
1163 * gdb.python/py-progspace.exp: Add tests for the
1164 Progspace.block_for_pc method.
1165
1166 2019-10-23 Tom Tromey <tom@tromey.com>
1167
1168 * configure: Rebuild.
1169 * aclocal.m4: Use m4_include, not sinclude.
1170
1171 2019-10-21 Tom de Vries <tdevries@suse.de>
1172
1173 * gdb.base/infcall-nested-structs.c: Add
1174 __attribute__((noinline,noclone)) to all functions.
1175 (call_all): Add missing variable initialization. Simplify return value.
1176 (breakpt): Increment volatile variable, to prevent call from being
1177 optimized out.
1178 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
1179
1180 2019-10-17 Tom de Vries <tdevries@suse.de>
1181
1182 * gdb.fortran/module.exp: Allow info variables to print info for files
1183 other than module.f90.
1184
1185 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
1186
1187 * gdb.fortran/module.exp: Extend with 'info variables' test.
1188
1189 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
1190
1191 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
1192 F77_FOR_TARGET.
1193
1194 2019-10-16 Tom de Vries <tdevries@suse.de>
1195
1196 PR tdep/25096
1197 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
1198
1199 2019-10-16 Tom de Vries <tdevries@suse.de>
1200
1201 PR tdep/24104
1202 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
1203 Add KFAIL for PR tdep/25096.
1204
1205 2019-10-16 Tom de Vries <tdevries@suse.de>
1206
1207 PR testsuite/25059
1208 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
1209
1210 2019-10-16 Tom de Vries <tdevries@suse.de>
1211
1212 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
1213 as signed.
1214
1215 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
1216
1217 * gdb.mi/list-thread-groups-available.exp: Read entries one by
1218 one instead of increasing timeout.
1219
1220 2019-10-13 Tom de Vries <tdevries@suse.de>
1221
1222 PR record/25038
1223 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
1224 * gdb.reverse/sigall-reverse.exp: Same.
1225 * gdb.reverse/solib-precsave.exp: Same.
1226 * gdb.reverse/solib-reverse.exp: Same.
1227 * gdb.reverse/step-precsave.exp: Same.
1228 * gdb.reverse/until-precsave.exp: Same.
1229 * gdb.reverse/until-reverse.exp: Same.
1230 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
1231
1232 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
1233
1234 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
1235 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
1236 (cmp_struct_05_01, cmp_struct_static_02_01)
1237 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
1238 comparisons.
1239
1240 2019-10-10 Tom de Vries <tdevries@suse.de>
1241
1242 PR testsuite/24888
1243 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
1244 gnatlink.
1245
1246 2019-10-09 Tom de Vries <tdevries@suse.de>
1247
1248 PR testsuite/25048
1249 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
1250
1251 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
1252
1253 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
1254 exceptions due to missing debug information.
1255
1256 2019-10-07 Tom de Vries <tdevries@suse.de>
1257
1258 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
1259
1260 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
1261
1262 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
1263 * gdb.base/annota1.exp: Update to use gdb_test_name.
1264
1265 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
1266
1267 * gdb.base/ctf-whatis.exp: New file.
1268 * gdb.base/ctf-whatis.c: New file.
1269 * gdb.base/ctf-ptype.exp: New file.
1270 * gdb.base/ctf-ptype.c: New file.
1271 * gdb.base/ctf-constvars.exp: New file.
1272 * gdb.base/ctf-constvars.c: New file.
1273 * gdb.base/ctf-cvexpr.exp: New file.
1274
1275 2019-10-04 Tom de Vries <tdevries@suse.de>
1276
1277 * gdb.cp/local-static.c (main): Move declaration of int i out of the
1278 for loop.
1279
1280 2019-10-03 Tom Tromey <tom@tromey.com>
1281
1282 PR rust/24976:
1283 * gdb.rust/simple.rs (Union2): New type.
1284 (main): Use Union2.
1285 * gdb.rust/simple.exp: Add test.
1286
1287 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1288
1289 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
1290 nested function prefix.
1291
1292 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
1293 Richard Bunt <richard.bunt@arm.com>
1294 Andrew Burgess <andrew.burgess@embecosm.com>
1295
1296 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
1297 nested functions.
1298 * gdb.fortran/nested-funcs.f90: Update expected results.
1299 * gdb.fortran/nested-funcs-2.exp: New file.
1300 * gdb.fortran/nested-funcs-2.f90: New file.
1301
1302 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1303
1304 * gdb.python/py-parameter.exp: Make test names unique.
1305 * gdb.python/py-template.exp: Likewise.
1306 * gdb.python/py-value.exp: Likewise.
1307
1308 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1309
1310 * gdb.base/break-interp.exp: Reduce test name duplication.
1311 * gdb.base/call-sc.exp: Likewise.
1312 * gdb.base/callfuncs.exp: Likewise.
1313 * gdb.base/charset.exp: Likewise.
1314 * gdb.base/dump.exp: Likewise.
1315 * gdb.base/ena-dis-br.exp: Likewise.
1316 * gdb.base/relational.exp: Likewise.
1317 * gdb.base/step-over-syscall.exp: Likewise.
1318 * gdb.base/structs.exp: Likewise.
1319
1320 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1321
1322 * gdb.linespec/explicit.exp: Make test names unique.
1323 * gdb.linespec/ls-errs.exp: Likewise.
1324
1325 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1326
1327 * gdb.reverse/break-precsave.exp: Make test names unique.
1328 * gdb.reverse/break-reverse.exp: Likewise.
1329 * gdb.reverse/finish-precsave.exp: Likewise.
1330 * gdb.reverse/finish-reverse.exp: Likewise.
1331 * gdb.reverse/machinestate-precsave.exp: Likewise.
1332 * gdb.reverse/machinestate.exp: Likewise.
1333 * gdb.reverse/readv-reverse.exp: Likewise.
1334 * gdb.reverse/recvmsg-reverse.exp: Likewise.
1335 * gdb.reverse/sigall-precsave.exp: Likewise.
1336 * gdb.reverse/sigall-reverse.exp: Likewise.
1337 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
1338 * gdb.reverse/watch-precsave.exp: Likewise.
1339 * gdb.reverse/watch-reverse.exp: Likewise.
1340
1341 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1342
1343 * gdb.threads/stop-with-handle.c: New file.
1344 * gdb.threads/stop-with-handle.exp: New file.
1345
1346 2019-10-03 Tom de Vries <tdevries@suse.de>
1347
1348 PR testsuite/25059
1349 * gdb.base/list-missing-source.exp: Allowing the "Compilation
1350 directory" line to be missing.
1351
1352 2019-10-03 Tom de Vries <tdevries@suse.de>
1353
1354 PR testsuite/25059
1355 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
1356 type optional.
1357
1358 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
1359
1360 * gdb.python/py-format-string.c (string.h): New include.
1361 (main): Fill a_struct_with_union.the_union.an_int with bytes of
1362 the same value, for endianness-independence.
1363 * gdb.python/py-format-string.exp (default_regexp_dict)
1364 (test_pretty_structs, test_format): Adjust expected output to the
1365 changed initialization.
1366
1367 2019-10-02 Tom Tromey <tromey@adacore.com>
1368
1369 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
1370
1371 2019-10-02 Pedro Alves <palves@redhat.com>
1372 Andrew Burgess <andrew.burgess@embecosm.com>
1373
1374 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
1375 "print-file-var.h".
1376 (this_version_id) Use ATTRIBUTE_VISIBILITY.
1377 (get_version_1): Print this_version_id and its address.
1378 Add extern "C" wrappers around interface functions.
1379 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
1380 "print-file-var.h".
1381 (this_version_id) Use ATTRIBUTE_VISIBILITY.
1382 (get_version_2): Print this_version_id and its address.
1383 Add extern "C" wrappers around interface functions.
1384 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
1385 <stddef.h> and "print-file-var.h".
1386 Add extern "C" wrappers around interface functions.
1387 [VERSION_ID_MAIN] (this_version_id): Define.
1388 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
1389 * gdb.base/print-file-var.h: Add some #defines to simplify setting
1390 up extern "C" blocks.
1391 * gdb.base/print-file-var.exp (test): New, factored out from top
1392 level.
1393 (top level): Test all combinations of attribute hidden or not,
1394 dlopen or not, and this_version_id symbol in main file or not.
1395 Compile tests as both C++ and C, make test names unique.
1396
1397 2019-10-01 Tom Tromey <tom@tromey.com>
1398
1399 * gdb.base/style.exp: Test "show logging filename".
1400
1401 2019-10-01 Tom Tromey <tom@tromey.com>
1402
1403 * lib/gdb-utils.exp (style): Handle "metadata" argument.
1404 * gdb.base/style.exp: Add metadata style test.
1405
1406 2019-10-01 Tom Tromey <tom@tromey.com>
1407
1408 * gdb.base/style.exp: Test "pwd".
1409
1410 2019-10-01 Tom Tromey <tom@tromey.com>
1411
1412 * gdb.base/style.exp: Update tests.
1413
1414 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
1415
1416 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
1417 'six' to unsigned.
1418 (s1): Initialize fields 'four' and 'six' instead of 'three' and
1419 'five'. Use an all-ones bit pattern for each.
1420 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
1421 to its changed values.
1422
1423 2019-09-30 Tom Tromey <tromey@adacore.com>
1424
1425 * gdb.rust/traits.rs: Disable all warnings.
1426
1427 2019-09-29 Tom de Vries <tdevries@suse.de>
1428
1429 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
1430
1431 2019-09-29 Tom de Vries <tdevries@suse.de>
1432
1433 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
1434
1435 2019-09-27 Tom de Vries <tdevries@suse.de>
1436
1437 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
1438
1439 2019-09-27 Tom de Vries <tdevries@suse.de>
1440
1441 PR record/23188
1442 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
1443
1444 2019-09-26 Tom Tromey <tromey@adacore.com>
1445
1446 * gdb.ada/py_taft.exp: New file.
1447 * gdb.ada/py_taft/main.adb: New file.
1448 * gdb.ada/py_taft/pkg.adb: New file.
1449 * gdb.ada/py_taft/pkg.ads: New file.
1450
1451 2019-09-24 Tom de Vries <tdevries@suse.de>
1452
1453 PR gdb/24598
1454 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
1455
1456 2019-09-22 Tom de Vries <tdevries@suse.de>
1457
1458 * gdb.base/restore.exp: Allow register variables to be optimized out at
1459 -O0.
1460
1461 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
1462
1463 * gdb.arch/spu-info.exp: Remove file.
1464 * gdb.arch/spu-info.c: Remove file.
1465 * gdb.arch/spu-ls.exp: Remove file.
1466 * gdb.arch/spu-ls.c: Remove file.
1467
1468 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
1469 * gdb.asm/spu.inc: Remove file.
1470
1471 * gdb.base/dump.exp: Remove support for spu*-*-*.
1472 * gdb.base/stack-checking.exp: Likewise.
1473 * gdb.base/overlays.exp: Likewise.
1474 * gdb.base/ovlymgr.c: Likewise.
1475 * gdb.base/spu.ld: Remove file.
1476
1477 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
1478 * gdb.cp/cpexprs.exp: Likewise.
1479 * gdb.cp/exception.exp: Likewise.
1480 * gdb.cp/gdb2495.exp: Likewise.
1481 * gdb.cp/mb-templates.exp: Likewise.
1482 * gdb.cp/pr9167.exp: Likewise.
1483 * gdb.cp/userdef.exp: Likewise.
1484
1485 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
1486
1487 * gdb.cell: Remove directory.
1488 * lib/cell.exp: Remove file.
1489
1490 2019-09-19 Tom de Vries <tdevries@suse.de>
1491
1492 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
1493
1494 2019-09-19 Tom de Vries <tdevries@suse.de>
1495
1496 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
1497
1498 2019-09-19 Tom de Vries <tdevries@suse.de>
1499
1500 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
1501 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
1502 (gdb_target_cmd): ... here.
1503 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
1504 value 2.
1505
1506 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
1507
1508 * gdb.base/source-dir.exp: Avoid having directory names in test
1509 names.
1510
1511 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
1512
1513 * gdb.base/source-dir.exp: Add extra test for mapped compilation
1514 directory.
1515
1516 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
1517
1518 * gdb.base/list-missing-source.exp: New file.
1519
1520 2019-09-14 Tom de Vries <tdevries@suse.de>
1521
1522 PR teststuite/24599
1523 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
1524 * lib/ada.exp (gnatmake_version_at_least): New proc.
1525
1526 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1527
1528 * gdb.base/maint.exp: Use exec_has_index_section.
1529
1530 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1531
1532 * gdb.base/maint.exp: Add test for 'maint info sections'.
1533
1534 2019-09-12 Tom de Vries <tdevries@suse.de>
1535
1536 * gdb.base/store.exp: Allow register variables to be optimized out at
1537 -O0.
1538
1539 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1540
1541 * gdb.ada/rdv_wait.exp: Update to new task names.
1542 * gdb.base/task_switch_in_core.exp: Likewise.
1543 * gdb.base/info_sources_base.c: Likewise.
1544
1545 2019-09-10 Tom Tromey <tromey@adacore.com>
1546
1547 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
1548
1549 2019-09-10 Tom Tromey <tromey@adacore.com>
1550
1551 * gdb.ada/dgopt.exp: New file.
1552 * gdb.ada/dgopt/x.adb: New file.
1553
1554 2019-09-08 Tom Tromey <tom@tromey.com>
1555
1556 * gdb.tui/resize.exp: Remove setup_xfail.
1557 * gdb.tui/regs.exp: Remove setup_xfail.
1558 * gdb.tui/basic.exp: Remove setup_xfail.
1559
1560 2019-09-06 David Blaikie <dblaikie@gmail.com>
1561
1562 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
1563 * gdb.cp/cplabel.exp: Ditto.
1564 * gdb.linespec/ls-errs.exp: Ditto.
1565
1566 2019-09-05 Tom de Vries <tdevries@suse.de>
1567
1568 * lib/gdb.exp (cmp_file_string): New proc.
1569 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
1570 runto_main. Verify save breakpoints output.
1571
1572 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1573
1574 * gdb.base/info-var.exp: Test info variables without running
1575 to main, to avoid expect's buffer overflow.
1576
1577 2019-09-03 Tom Tromey <tromey@adacore.com>
1578
1579 * gdb.ada/bias.exp: New file.
1580 * gdb.ada/bias/bias.adb: New file.
1581 * gdb.ada/print_chars.exp: Add regression test.
1582 * gdb.ada/print_chars/foo.adb (My_Character): New type.
1583 (MC): New variable.
1584
1585 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
1586
1587 * gdb.base/argv0-symlink.exp: Run only on native target
1588 and local host.
1589
1590 2019-08-29 Tom de Vries <tdevries@suse.de>
1591
1592 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
1593 diverse debug info.
1594 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
1595
1596 2019-08-28 Tom de Vries <tdevries@suse.de>
1597
1598 * gdb.base/info-var.exp: Allow info variables to print info for files
1599 other than info-var-f1.c and info-var-f2.c.
1600
1601 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
1602
1603 * gdb.fortran/info-types.exp: Add module.
1604 * gdb.fortran/info-types.f90: Update expected results.
1605
1606 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
1607
1608 * gdb.fortran/info-types.exp: New file.
1609 * gdb.fortran/info-types.f90: New file.
1610 * lib/fortran.exp (fortran_character1): New proc.
1611
1612 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
1613
1614 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
1615 functions'. Reindent as needed.
1616 * gdb.base/info-var-f1.c: New file.
1617 * gdb.base/info-var-f2.c: New file.
1618 * gdb.base/info-var.exp: New file.
1619 * gdb.base/info-var.h: New file.
1620
1621 2019-08-26 Tom de Vries <tdevries@suse.de>
1622
1623 PR c++/24852
1624 * gdb.cp/no-libstdcxx-probe.exp: New test.
1625
1626 2019-08-26 Tom de Vries <tdevries@suse.de>
1627
1628 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
1629 * tests need to be skipped.
1630 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
1631 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
1632 mi_skip_libstdcxx_probe_tests.
1633
1634 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
1635
1636 * gdb.python/py-xmethods.exp: Use raw strings when passing
1637 arguments to SimpleXMethodMatcher.
1638
1639 2019-08-22 Tom de Vries <tdevries@suse.de>
1640
1641 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
1642 more informative.
1643
1644 2019-08-21 Pedro Alves <palves@redhat.com>
1645
1646 * gdb.base/with.exp: Test "with" with no arguments.
1647
1648 2019-08-21 Tom de Vries <tdevries@suse.de>
1649
1650 * gdb.base/gdb-caching-proc.exp: Sort files.
1651
1652 2019-08-20 Tom de Vries <tdevries@suse.de>
1653
1654 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
1655 compilation.
1656
1657 2019-08-16 Tom de Vries <tdevries@suse.de>
1658
1659 * gdb.base/compare-sections.exp ("after run to main"): Allow
1660 mismatched read-only sections for PIE executables.
1661
1662 2019-08-16 Tom Tromey <tom@tromey.com>
1663
1664 * lib/tuiterm.exp (_csi_Z): New proc.
1665 * gdb.tui/basic.exp: Update window positions.
1666 * gdb.tui/empty.exp: Update window positions.
1667
1668 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1669
1670 * gdb.base/examine-backward.exp: Correct regexp for
1671 "examine 3 bytes backward from ${address_zero}".
1672
1673 2019-08-15 Tom Tromey <tom@tromey.com>
1674
1675 * gdb.tui/empty.exp: Enable resizing tests.
1676
1677 2019-08-15 Tom Tromey <tromey@adacore.com>
1678
1679 * gdb.ada/char_enum.exp: Add regression tests.
1680 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
1681 and '0'.
1682 (Char, Gchar): Update.
1683 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
1684
1685 2019-08-15 Christian Biesinger <cbiesinger@google.com>
1686
1687 * gdb.python/python.exp: Expect a leading underscore on
1688 GdbOutput{,Error}File.
1689
1690 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1691
1692 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
1693 Windows host.
1694
1695 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1696
1697 * gdb.base/batch-preserve-term-settings.exp
1698 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
1699
1700 2019-08-15 Christian Biesinger <cbiesinger@google.com>
1701
1702 * lib/gdb.exp: When running on a mingw target, replace
1703 /x/ with x:/.
1704
1705 2019-08-14 Alan Hayward <alan.hayward@arm.com>
1706
1707 * gdb.arch/aarch64-prologue.c: New test.
1708 * gdb.arch/aarch64-prologue.exp: New file.
1709
1710 2019-08-13 Tom de Vries <tdevries@suse.de>
1711
1712 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
1713 Thread.
1714
1715 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
1716
1717 * gdb.python/py-completion.exp: Download the .py file to the host
1718 and use its host pathname. Conditionalize tests that use
1719 tab completion and manipulate files on the build machine.
1720 * gdb.python/py-events.exp: Download the .py file to the host
1721 and use its host pathname.
1722 * gdb.python/py-evsignal.exp: Likewise.
1723 * gdb.python/py-evthreads.exp: Likewise.
1724 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
1725 pathname syntax.
1726 * gdb.python/py-framefilter.exp: Download the .py file to the right
1727 place on the host. Match Windows pathname syntax.
1728 * gdb.python/py-mi-var-info-path-expression.exp: Download the
1729 .py file to the host and use its host pathname.
1730 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
1731 * gdb.python/py-objfile.exp: Expect a host pathname, not a
1732 build pathname. Skip symlink test on Windows host. Add missing
1733 newline at end of file.
1734 * gdb.python/py-pp-maint.exp: Download the .py file to the host
1735 and use its host pathname.
1736 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
1737 * gdb.python/py-section-script.exp: Use host location of binfile
1738 on safe-path. Use correct path separator on Windows host.
1739 Reorder alternatives in gdb_test_multiple to prevent matching
1740 the wrong alternative on success.
1741 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
1742
1743 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
1744
1745 * gdb.gdb/selftest.exp (test_with_self): Update test to now
1746 expect the GDB inferior to no longer immediately stop after
1747 being resumed with "signal SIGINT".
1748
1749 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
1750
1751 * gdb.linespec/break-ask.exp: Generalize regexps to match
1752 Windows pathnames too.
1753
1754 2019-08-08 Tom de Vries <tdevries@suse.de>
1755
1756 PR testsuite/24862
1757 * lib/tuiterm.exp (_accept): Fix CSI regexp.
1758
1759 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1760
1761 * gdb.base/style.exp: Update tests for help doc new invariants.
1762 * gdb.base/help.exp: Likewise.
1763
1764 2019-08-06 Tom Tromey <tom@tromey.com>
1765
1766 * gdb.base/style.exp: Add disassemble test.
1767 * gdb.base/style.c (some_called_function): New function.
1768 (main): Use it.
1769
1770 2019-08-05 Christian Biesinger <cbiesinger@google.com>
1771
1772 * gdb.python/py-block.exp: Test dictionary access on blocks.
1773
1774 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
1775
1776 PR gdb/24863
1777 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
1778 -list-thread-groups --available test when running under
1779 check-read1.
1780
1781 2019-08-05 Tom de Vries <tdevries@suse.de>
1782
1783 PR testsuite/24863
1784 * lib/gdb.exp (with_read1_timeout_factor): New proc.
1785 * gdb.base/help.exp: Use with_read1_timeout_factor.
1786 * gdb.base/info-macros.exp: Same.
1787 * gdb.cp/nested-types.exp: Same.
1788
1789 2019-08-05 Tom de Vries <tdevries@suse.de>
1790
1791 * lib/gdb.exp (version_at_least): Factor out of ...
1792 (tcl_version_at_least): ... here.
1793 (gdb_compile): Fail if pie results in non-PIE executable.
1794 (readelf_version, readelf_prints_pie): New proc.
1795 (exec_is_pie): Return -1 if unknown.
1796
1797 2019-08-05 Tom de Vries <tdevries@suse.de>
1798
1799 * lib/gdb.exp (tcl_version_at_least): Fix typo.
1800
1801 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
1802
1803 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
1804
1805 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
1806
1807 * lib/completion-support.exp (test_gdb_complete_none): Skip
1808 tab completion tests if no readline support.
1809 (test_gdb_complete_unique_re): Likewise.
1810 (test_gdb_complete_multiple): Likewise.
1811
1812 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1813
1814 * gdb.base/info_sources.exp: New file.
1815 * gdb.base/info_sources.c: New file.
1816 * gdb.base/info_sources_base.c: New file.
1817
1818 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1819
1820 * gdb.base/batch-exit-status.exp: Call test_exit_status with
1821 prefix argument.
1822 (test_exit_status): Add prefix argument.
1823
1824 2019-08-01 Tom de Vries <tdevries@suse.de>
1825
1826 PR testsuite/24863
1827 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
1828 calling exp_continue for new thread and thread exited messages.
1829
1830 2019-08-01 Tom de Vries <tdevries@suse.de>
1831
1832 PR testsuite/24863
1833 * gdb.base/structs.exp: Fix check-read1 timeout using
1834 gdb_test_sequence.
1835 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
1836
1837 2019-08-01 Tom de Vries <tdevries@suse.de>
1838
1839 PR testsuite/24863
1840 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
1841 line.
1842
1843 2019-08-01 Tom de Vries <tdevries@suse.de>
1844
1845 PR testsuite/24863
1846 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
1847
1848 2019-07-30 Tom Tromey <tromey@adacore.com>
1849
1850 * gdb.ada/display_nested.exp: New file.
1851 * gdb.ada/display_nested/foo.adb: New file.
1852 * gdb.ada/display_nested/pack.adb: New file.
1853 * gdb.ada/display_nested/pack.ads: New file.
1854
1855 2019-07-30 Christian Biesinger <cbiesinger@google.com>
1856
1857 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
1858 namespace.
1859 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
1860
1861 2019-07-30 Tom de Vries <tdevries@suse.de>
1862
1863 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
1864 instead.
1865
1866 2019-07-30 Tom de Vries <tdevries@suse.de>
1867
1868 PR testsuite/24834
1869 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
1870 (exec_is_pie): New proc.
1871
1872 2019-07-29 Christian Biesinger <cbiesinger@google.com>
1873
1874 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
1875
1876 2019-07-29 Christian Biesinger <cbiesinger@google.com>
1877
1878 * gdb.python/py-objfile.c: Add global and static vars.
1879 * gdb.python/py-objfile.exp: Test new functions Objfile.
1880 lookup_global_symbol and lookup_static_symbol.
1881
1882 2019-07-29 Tom Tromey <tom@tromey.com>
1883
1884 * lib/tuiterm.exp (Term::_csi_@): New proc.
1885 (Term::_csi_X): Don't move cursor.
1886
1887 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1888
1889 * gdb.base/options.exp: Update backtrace - completion to
1890 new option -frame-info.
1891 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
1892 Test new 'set print frame-info'. Test backtrace -frame-info
1893 overriding 'set print frame-info'.
1894 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
1895 Test new 'set print frame-info'.
1896 Verify consistency of backtrace with and without filters, with and
1897 without -no-filters.
1898 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
1899 default.
1900
1901 2019-07-29 Tom de Vries <tdevries@suse.de>
1902
1903 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
1904 no arguments".
1905
1906 2019-07-29 Tom de Vries <tdevries@suse.de>
1907
1908 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
1909 is a substring of the first for "complete non-unique file name".
1910
1911 2019-07-29 Tom de Vries <tdevries@suse.de>
1912
1913 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
1914 with ".*".
1915
1916 2019-07-29 Tom de Vries <tdevries@suse.de>
1917
1918 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
1919 Pass prompt_regexp parameter to gdb_test_multiple calls.
1920
1921 2019-07-29 Tom de Vries <tdevries@suse.de>
1922
1923 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
1924 print registers" regexps.
1925
1926 2019-07-29 Tom de Vries <tdevries@suse.de>
1927
1928 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
1929
1930 2019-07-29 Tom de Vries <tdevries@suse.de>
1931
1932 PR gdb/24855
1933 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
1934 (skip_python_tests_prompt): Add prompt_regexp argument to
1935 gdb_test_multiple calls.
1936
1937 2019-07-27 Tom Tromey <tom@tromey.com>
1938
1939 * gdb.tui/main.exp: New file.
1940
1941 2019-07-27 Tom Tromey <tom@tromey.com>
1942
1943 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
1944 optional.
1945 * gdb.tui/empty.exp: New file.
1946
1947 2019-07-27 Tom Tromey <tom@tromey.com>
1948
1949 * lib/tuiterm.exp (spawn): New proc.
1950 (Term::resize): New proc.
1951 * gdb.tui/resize.exp: New file.
1952
1953 2019-07-27 Tom Tromey <tom@tromey.com>
1954
1955 * gdb.tui/list.exp: New file.
1956
1957 2019-07-27 Tom Tromey <tom@tromey.com>
1958
1959 * gdb.tui/regs.exp: New file.
1960
1961 2019-07-27 Tom Tromey <tom@tromey.com>
1962
1963 * gdb.tui/basic.exp: Add "layout split" test.
1964
1965 2019-07-27 Tom Tromey <tom@tromey.com>
1966
1967 * gdb.tui/basic.exp: Add "layout asm" test.
1968
1969 2019-07-27 Tom Tromey <tom@tromey.com>
1970
1971 * lib/tuiterm.exp: New file.
1972 * gdb.tui/basic.exp: New file.
1973
1974 2019-07-27 Kevin Buettner <kevinb@redhat.com>
1975
1976 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
1977 Enable tests associated with this flag. Adjust regex
1978 referencing "foo_low" to now refer to "foo_cold" instead.
1979
1980 2019-07-27 Kevin Buettner <kevinb@redhat.com>
1981
1982 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
1983 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
1984 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
1985 foo_cold. Revise comments to match.
1986 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
1987 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
1988 were wrapped into this proc; Call do_test in loop from outermost
1989 level.
1990 (foo_low): Rename all occurrences to "foo_cold".
1991 (backtrace from baz): New test.
1992 (x2/i foo_cold): New test.
1993 (info line *foo_cold): New test.
1994
1995 2019-07-26 Tom de Vries <tdevries@suse.de>
1996
1997 * gdb.arch/i386-pkru.exp: Fix unterminated string.
1998
1999 2019-07-25 Tom de Vries <tdevries@suse.de>
2000
2001 PR testsuite/24830
2002 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
2003 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
2004 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
2005 (skip_libstdcxx_probe_tests): ... here.
2006 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
2007
2008 2019-07-24 Tom de Vries <tdevries@suse.de>
2009
2010 PR testsuite/24807
2011 * gdb.objc/basicclass.m: Include stdio.h.
2012 * gdb.objc/nondebug.m: Same.
2013 * gdb.objc/objcdecode.m: Same.
2014
2015 2019-07-24 Tom de Vries <tdevries@suse.de>
2016
2017 PR testsuite/24612
2018 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
2019 additional_flags.
2020
2021 2019-07-24 Tom de Vries <tdevries@suse.de>
2022
2023 PR testsuite/24831
2024 * gdb.multi/tids.exp: Update error messages for info threads.
2025
2026 2019-07-24 Tom de Vries <tdevries@suse.de>
2027
2028 * gdb.base/info-types.exp: Allow info types to print info for more than
2029 one file.
2030
2031 2019-07-23 Tom de Vries <tdevries@suse.de>
2032
2033 PR testsuite/24842
2034 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
2035 gdb_spawn_with_cmdline_opts.
2036
2037 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
2038
2039 * gdb.arch/arm-cmse-sgstubs.c: New test.
2040 * gdb.arch/arm-cmse-sgstubs.exp: New file.
2041
2042 2019-07-23 Tom de Vries <tdevries@suse.de>
2043
2044 PR testsuite/24711
2045 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
2046 issuing next command.
2047
2048 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
2049
2050 * gdb.ada/info_auto_lang.exp: Update expected results.
2051 * gdb.base/info-types.c: Add additional types to check.
2052 * gdb.base/info-types.exp: Update expected results.
2053
2054 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
2055
2056 * gdb.base/info-types.c: New file.
2057 * gdb.base/info-types.exp: New file.
2058
2059 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
2060
2061 * gdb.arch/riscv-bp-infcall.c: New file.
2062 * gdb.arch/riscv-bp-infcall.exp: New file.
2063
2064 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
2065
2066 PR breakpoints/24541
2067 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
2068
2069 2019-07-14 Tom de Vries <tdevries@suse.de>
2070
2071 PR testsuite/24760
2072 * gdb.objc/basicclass.exp: Fix unterminated string.
2073
2074 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
2075 Andrew Burgess <andrew.burgess@embecosm.com>
2076
2077 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
2078 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
2079 negative bounds.
2080 * gdb.fortran/vla-value.exp: Print elements of an array with
2081 negative bounds.
2082 * gdb.fortran/vla.f90: Setup an array with negative bounds for
2083 testing.
2084
2085 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
2086
2087 * gdb.base/options.exp (expect_string): Dequote strings in
2088 results.
2089 (test-string): Test strings with different quoting and reindent.
2090
2091 2019-07-10 Tom Tromey <tromey@adacore.com>
2092
2093 * gdb.ada/mi_ex_cond.exp: Update expected results.
2094 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
2095 * gdb.ada/mi_catch_ex.exp: Update expected results.
2096 * gdb.ada/mi_catch_assert.exp: Update expected results.
2097 * gdb.ada/catch_ex.exp (catch_exception_info)
2098 (catch_exception_entry, catch_assert_entry)
2099 (catch_unhandled_entry): Update.
2100 * gdb.ada/catch_assert_if.exp: Update expected results.
2101
2102 2019-07-10 Richard Bunt <richard.bunt@arm.com>
2103 Stephen Roberts <stephen.roberts@arm.com>
2104
2105 * gdb.base/define.exp: Restore original prompt.
2106
2107 2019-07-09 Pedro Alves <palves@redhat.com>
2108
2109 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
2110 breakpoints" output.
2111 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
2112 * gdb.python/py-breakpoint.exp: No longer expect that "catch
2113 throw" creates breakpoint.
2114 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
2115 'type="catchpoint"'.
2116
2117 2019-07-09 Pedro Alves <palves@redhat.com>
2118
2119 PR c++/15468
2120 * gdb.cp/except-multi-location-lib.cc: New.
2121 * gdb.cp/except-multi-location-main.cc: New.
2122 * gdb.cp/except-multi-location.exp: New.
2123
2124 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
2125
2126 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
2127 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
2128 argument and update callers.
2129
2130 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2131
2132 * gdb.arch/amd64-break-on-asm-line.S: New file.
2133 * gdb.arch/amd64-break-on-asm-line.exp: New file.
2134
2135 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2136
2137 * gdb.base/printcmds.exp: Test printing C string and
2138 C wide string convenience vars without transiting via the inferior.
2139 Also make test names unique.
2140
2141 2019-07-08 Alan Hayward <alan.hayward@arm.com>
2142
2143 PR breakpoints/25011
2144 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
2145
2146 2019-07-04 Pedro Alves <palves@redhat.com>
2147
2148 * lib/gdb.exp (foreach_with_prefix): Don't return early if
2149 body returned ok(0), break(3) or continue(4).
2150 * gdb.testsuite/foreach_with_prefix.exp: New file.
2151
2152 2019-07-04 Alan Hayward <alan.hayward@arm.com>
2153
2154 * gdb.server/unittest.exp: Allow 0 unit tests to run.
2155
2156 2019-07-03 Pedro Alves <palves@redhat.com>
2157
2158 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
2159 "return -code".
2160
2161 2019-07-03 Pedro Alves <palves@redhat.com>
2162
2163 PR cli/24732
2164 * gdb.base/shell.exp: Load completion-support.exp.
2165 Adjust expected error output. Add completion tests.
2166
2167 2019-07-03 Pedro Alves <palves@redhat.com>
2168
2169 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
2170 string_to_regexp.
2171
2172 2019-07-03 Pedro Alves <palves@redhat.com>
2173
2174 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
2175 (expect_integer): Adjust to expect "-string".
2176 (expect_string): New.
2177 (all_options): Expect "-string".
2178 (test-flag, test-boolean): Adjust to expect "-string".
2179 (test-string): New proc.
2180 (top level): Call it.
2181
2182 2019-07-03 Pedro Alves <palves@redhat.com>
2183
2184 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
2185 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
2186 the expected output in the success.
2187
2188 2019-07-03 Pedro Alves <palves@redhat.com>
2189
2190 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
2191 Split one gdb_test_multiple call in two to avoid a race.
2192
2193 2019-07-03 Pedro Alves <palves@redhat.com>
2194
2195 * gdb.base/with.c: New file.
2196 * gdb.base/with.exp: New file.
2197
2198 2019-07-03 Pedro Alves <palves@redhat.com>
2199
2200 * gdb.base/settings.exp: Replace all references to "maint
2201 test-settings set" with references to "maint set test-settings",
2202 and all references to "maint test-settings show" with references
2203 to "maint show test-settings".
2204
2205 2019-07-03 Pedro Alves <palves@redhat.com>
2206
2207 * gdb.base/settings.exp (test-string): Adjust expected out when
2208 testing "maint test-settings show filename"
2209
2210 2019-07-02 Pedro Alves <palves@redhat.com>
2211
2212 * gdb.base/options.exp (test-info-threads): New procedure.
2213 (top level): Call it.
2214
2215 2019-06-28 Tom Tromey <tromey@adacore.com>
2216
2217 * gdb.dwarf2/ada-linkage-name.c: New file.
2218 * gdb.dwarf2/ada-linkage-name.exp: New file.
2219
2220 2019-06-27 Tom Tromey <tromey@adacore.com>
2221
2222 PR c++/20020:
2223 * gdb.cp/constexpr-field.exp: Use setup_xfail.
2224
2225 2019-06-26 Tom de Vries <tdevries@suse.de>
2226
2227 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
2228
2229 2019-06-26 Tom de Vries <tdevries@suse.de>
2230
2231 * gdb.base/index-cache.exp: Add back missing debug option.
2232
2233 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2234
2235 * gdb.base/alias.exp: Test non matching/non existing prefixes.
2236
2237 2019-06-25 Tom de Vries <tdevries@suse.de>
2238
2239 PR testsuite/24727
2240 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
2241
2242 2019-06-24 Tom de Vries <tdevries@suse.de>
2243
2244 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
2245
2246 2019-06-24 Tom de Vries <tdevries@suse.de>
2247
2248 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
2249 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
2250 * gdb.trace/unavailable-dwarf-piece.exp: Same.
2251
2252 2019-06-24 Tom de Vries <tdevries@suse.de>
2253
2254 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
2255
2256 2019-06-21 Tom de Vries <tdevries@suse.de>
2257
2258 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
2259
2260 2019-06-21 Tom de Vries <tdevries@suse.de>
2261
2262 PR testsuite/24518
2263 PR ada/24713
2264 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
2265 index.
2266
2267 2019-06-19 Tom Tromey <tromey@adacore.com>
2268
2269 * gdb.ada/length_cond.exp: Add intro comment.
2270
2271 2019-06-19 Tom Tromey <tromey@adacore.com>
2272
2273 * gdb.ada/length_cond.exp: New file.
2274 * gdb.ada/length_cond/length_cond.adb: New file.
2275 * gdb.ada/length_cond/pck.adb: New file.
2276 * gdb.ada/length_cond/pck.ads: New file.
2277
2278 2019-06-18 Tom de Vries <tdevries@suse.de>
2279
2280 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
2281
2282 2019-06-18 Tom Tromey <tromey@adacore.com>
2283
2284 * gdb.base/list0.h: Add comment explaining control character.
2285
2286 2019-06-18 Tom de Vries <tdevries@suse.de>
2287
2288 * boards/fission.exp: Break up long debug_flags line.
2289
2290 2019-06-16 Tom de Vries <tdevries@suse.de>
2291
2292 PR gdb/24445
2293 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
2294 generated index.
2295
2296 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
2297
2298 PR gdb/24686
2299 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
2300 improve detection of bug gdb/24541.
2301
2302 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
2303
2304 PR gdb/24669
2305 * gdb.base/index-cache.exp (uses_readnow,
2306 expecting_index_cache_use): Define global variable.
2307 (test_cache_enabled_miss, test_cache_enabled_hit): Use
2308 expecting_index_cache_use.
2309
2310 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
2311 Andrew Burgess <andrew.burgess@embecosm.com>
2312
2313 * gdb.fortran/pointers.f90: New file.
2314 * gdb.fortran/print_type.exp: New file.
2315 * gdb.fortran/vla-ptype.exp: Adapt expected results.
2316 * gdb.fortran/vla-type.exp: Likewise.
2317 * gdb.fortran/vla-value.exp: Likewise.
2318 * gdb.mi/mi-vla-fortran.exp: Likewise.
2319
2320 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2321
2322 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
2323 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
2324 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
2325 as a stop reason.
2326
2327 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2328
2329 * gdb.base/annota1.exp: Update expected results.
2330 * gdb.cp/annota2.exp: Likewise.
2331 * gdb.cp/annota3.exp: Likewise.
2332
2333 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2334
2335 * gdb.base/style-logging.exp: Remove path from test name.
2336
2337 2019-06-14 Tom Tromey <tromey@adacore.com>
2338
2339 PR gdb/24502:
2340 * gdb.base/style-logging.exp: New file.
2341
2342 2019-06-14 Tom Tromey <tromey@adacore.com>
2343
2344 * gdb.base/symfile-warn.exp: New file.
2345 * gdb.base/symfile-warn.c: New file.
2346
2347 2019-06-14 Tom Tromey <tromey@adacore.com>
2348
2349 * gdb.base/annotate-symlink.exp: New file.
2350
2351 2019-06-14 Tom Tromey <tromey@adacore.com>
2352
2353 * gdb.ada/set_wstr.exp: Add reassignment test.
2354
2355 2019-06-14 Tom Tromey <tromey@adacore.com>
2356
2357 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
2358 'unchecked_access and 'unrestricted_access as well.
2359
2360 2019-06-14 Tom Tromey <tromey@adacore.com>
2361
2362 PR ada/24539:
2363 * gdb.ada/vla.exp: Update tests.
2364 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
2365 pragma.
2366
2367 2019-06-13 Pedro Alves <palves@redhat.com>
2368
2369 * gdb.base/settings.exp (test-integer): Test junk after
2370 "unlimited".
2371
2372 2019-06-13 Pedro Alves <palves@redhat.com>
2373
2374 * gdb.base/options.exp (test-thread-apply): New.
2375 (top level): Call it.
2376
2377 2019-06-13 Pedro Alves <palves@redhat.com>
2378
2379 * gdb.base/options.exp (test-frame-apply): New.
2380 (top level): Test print commands with different "frame apply"
2381 prefixes.
2382
2383 2019-06-13 Pedro Alves <palves@redhat.com>
2384
2385 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
2386 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
2387 'max_completions' parameter and handle it.
2388 (test_gdb_completion_offers_commands): New.
2389
2390 2019-06-13 Pedro Alves <palves@redhat.com>
2391
2392 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
2393
2394 2019-06-13 Pedro Alves <palves@redhat.com>
2395
2396 * gdb.base/options.exp (test-backtrace): New.
2397 (top level): Call it.
2398
2399 2019-06-13 Pedro Alves <palves@redhat.com>
2400
2401 * gdb.guile/scm-frame-args.exp: Use "set print
2402 raw-frame-arguments" instead of "set print raw frame-arguments".
2403 * gdb.python/py-frame-args.exp: Likewise.
2404
2405 2019-06-13 Pedro Alves <palves@redhat.com>
2406
2407 * gdb.compile/compile.exp: Adjust expected output to option
2408 processing changes.
2409
2410 2019-06-13 Pedro Alves <palves@redhat.com>
2411
2412 * gdb.base/options.exp: Build executable.
2413 (test-print): New procedure.
2414 (top level): Call it, once for "print" and another for "compile
2415 print".
2416
2417 2019-06-13 Pedro Alves <palves@redhat.com>
2418
2419 * gdb.base/options.c: New file.
2420 * gdb.base/options.exp: New file.
2421
2422 2019-06-13 Pedro Alves <palves@redhat.com>
2423
2424 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
2425 that "o" is ambiguous.
2426
2427 2019-06-13 Pedro Alves <palves@redhat.com>
2428
2429 * gdb.base/settings.c: New file.
2430 * gdb.base/settings.exp: New file.
2431
2432 2019-06-13 Pedro Alves <palves@redhat.com>
2433
2434 * gdb.base/completion.exp: Fix comment typo.
2435
2436 2019-06-13 Pedro Alves <palves@redhat.com>
2437
2438 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
2439 foo --1" test.
2440
2441 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
2442
2443 * gdb.fortran/block-data.f: New.
2444 * gdb.fortran/block-data.exp: New.
2445
2446 2019-06-11 Tom de Vries <tdevries@suse.de>
2447
2448 PR testsuite/24521
2449 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
2450 message.
2451
2452 2019-06-11 Tom de Vries <tdevries@suse.de>
2453
2454 PR testsuite/24521
2455 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
2456
2457 2019-06-11 Tom de Vries <tdevries@suse.de>
2458
2459 * boards/readnow.exp: New file.
2460
2461 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
2462
2463 * gdb.fortran/vla-sizeof.exp: Update expected results.
2464
2465 2019-06-06 Amos Bird <amosbird@gmail.com>
2466
2467 * gdb.base/annota1.exp (thread_switch): Add test for
2468 thread-exited annotation.
2469
2470 2019-06-06 Tom Tromey <tromey@adacore.com>
2471
2472 * gdb.base/maint.exp: Expect command started/finished output.
2473
2474 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
2475
2476 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
2477 comment.
2478 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
2479
2480 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
2481
2482 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
2483 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
2484 * gdb.arch/riscv-unwind-long-insn.c: New file.
2485 * gdb.arch/riscv-unwind-long-insn.exp: New file.
2486
2487 2019-06-04 Christian Biesinger <cbiesinger@google.com>
2488
2489 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
2490
2491 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2492
2493 * lib/gdb.exp (help_list_trailer): New regexp variable
2494 factorizing the help trailer message.
2495 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
2496 arg to allow to better factorize various tests.
2497 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
2498 (test_prefix_command_help): Use help_list_trailer.
2499 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
2500 * gdb.guile/scm-cmd.exp: Likewise.
2501 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
2502 * gdb.base/help.exp: Use test_user_defined_class_help.
2503 * gdb.base/style.exp: Add tests for styling of help and apropos.
2504 * lib/gdb-utils.exp (style): Add title and highlight styles.
2505
2506 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2507
2508 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
2509 $_shell_exitsignal.
2510 * gdb.base/default.exp: Update for new convenience variables.
2511
2512 2019-05-29 Tom Tromey <tromey@adacore.com>
2513
2514 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
2515 to "break complete ada" test case's regexp.
2516
2517 2019-05-29 Tom Tromey <tromey@adacore.com>
2518
2519 PR c++/20020:
2520 * gdb.cp/constexpr-field.exp: New file.
2521 * gdb.cp/constexpr-field.cc: New file.
2522
2523 2019-05-29 Tom Tromey <tromey@adacore.com>
2524
2525 * gdb.base/finish.exp (finish_no_print): New proc.
2526 (finish_tests): Call it.
2527
2528 2019-05-24 Tom de Vries <tdevries@suse.de>
2529
2530 * gdb.dwarf2/gdb-add-index.exp: New file.
2531
2532 2019-05-22 Tom Tromey <tromey@adacore.com>
2533
2534 * gdb.base/info-shared.exp (check_info_shared): Use "style".
2535 * gdb.base/style.exp: Use "style".
2536 * lib/gdb-utils.exp (style): New proc.
2537
2538 2019-05-22 Tom de Vries <tdevries@suse.de>
2539
2540 * gdb.base/align.exp: Require c++11.
2541
2542 2019-05-22 Tom de Vries <tdevries@suse.de>
2543
2544 PR testsuite/24586
2545 * gdb.python/py-mi-var-info-path-expression.exp: Call
2546 mi_skip_python_tests to check if python is supported.
2547
2548 2019-05-22 Alan Hayward <alan.hayward@arm.com>
2549
2550 * gdb.arch/aarch64-pauth.c: New test.
2551 * gdb.arch/aarch64-pauth.exp: New file.
2552
2553 2019-05-22 Alan Hayward <alan.hayward@arm.com>
2554
2555 * README (Re-running Tests Outside The Testsuite): New section.
2556
2557 2019-05-21 Tom de Vries <tdevries@suse.de>
2558
2559 * gdb.arch/amd64-eval.exp: Require c++11.
2560 * gdb.base/max-depth.exp: Same.
2561 * gdb.compile/compile-cplus-array-decay.exp: Same.
2562 * gdb.cp/meth-typedefs.exp: Same.
2563 * gdb.cp/subtypes.exp: Same.
2564 * gdb.cp/temargs.exp: Same.
2565
2566 2019-05-21 Alan Hayward <alan.hayward@arm.com>
2567
2568 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
2569
2570 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
2571
2572 PR gdb/18644
2573 * gdb.fortran/complex.exp: Remove setup_kfail calls.
2574 * gdb.fortran/printing-types.exp: Add new test.
2575 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
2576 testing.
2577 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
2578 setup_kfail call.
2579
2580 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2581
2582 * README (Running the Testsuite): Change example.
2583 (Testsuite Parameters): Remove TRANSCRIPT.
2584 * lib/gdb.exp: Remove TRANSCRIPT check.
2585
2586 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2587
2588 * README (Testsuite Parameters): Add replay logging to
2589 GDBSERVER_DEBUG.
2590 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
2591 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
2592 as a comma separated list.
2593 (gdb_debug_init): Override procedure.
2594
2595 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2596
2597 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
2598 (gdb_write_cmd_file): New procedure.
2599 * lib/gdbserver-support.exp (gdbserver_start): Call
2600 gdbserver_write_cmd_file.
2601 (gdbserver_write_cmd_file): New procedure.
2602
2603 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2604
2605 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
2606 (delete_breakpoints): Likewise.
2607 (gdb_run_cmd): Likewise.
2608 (gdb_start_cmd): Likewise.
2609 (gdb_starti_cmd): Likewise.
2610 (gdb_internal_error_resync): Likewise.
2611 (gdb_test_multiple): Likewise.
2612 (gdb_reinitialize_dir): Likewise.
2613 (default_gdb_exit): Likewise.
2614 (gdb_file_cmd): Mark kill as optional.
2615 (default_gdb_start): Call gdb_stdin_log_init.
2616 (send_gdb): Call gdb_stdin_log_write.
2617 (rerun_to_main): Mark Y as an answer.
2618 (gdb_stdin_log_init): New function.
2619 (gdb_stdin_log_write): Likewise.
2620
2621 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2622
2623 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
2624 * gdb.base/debug-expr.exp: Likewise.
2625 * gdb.base/foll-fork.exp: Likewise.
2626 * gdb.base/foll-vfork.exp: Likewise.
2627 * gdb.base/fork-print-inferior-events.exp: Likewise.
2628 * gdb.base/gdb-sigterm.exp: Likewise.
2629 * gdb.base/gdbinit-history.exp: Likewise.
2630 * gdb.base/osabi.exp: Likewise.
2631 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
2632 * gdb.base/ui-redirect.exp: Likewise.
2633 * gdb.gdb/unittest.exp: Likewise.
2634 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
2635 * gdb.mi/mi-watch.exp: Likewise.
2636 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2637 * gdb.mi/user-selected-context-sync.exp: Likewise.
2638 * gdb.python/python.exp: Disable debug test when debugging.
2639 * gdb.threads/check-libthread-db.exp: Disable when debugging.
2640 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
2641 Likewise.
2642 * gdb.threads/stepi-random-signal.exp: Likewise.
2643
2644 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2645
2646 * Makefile.in: Pass through GDB_DEBUG.
2647 * README (Testsuite Parameters): Add GDB_DEBUG.
2648 (gdb,debug): Add board setting.
2649 * lib/gdb.exp (default_gdb_start): Start debugging.
2650 (gdb_debug_enabled): New procedure.
2651 (gdb_debug_init): Likewise.
2652
2653 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2654
2655 * Makefile.in: Pass through GDB_DEBUG.
2656 * README (Testsuite Parameters): Add GDB_DEBUG.
2657 (gdb,debug): Add board setting.
2658 * lib/gdb.exp (default_gdb_start): Start debugging.
2659 (gdb_debug_enabled): New procedure.
2660 (gdb_debug_init): Likewise.
2661
2662 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2663
2664 * gdb.base/ui-redirect.exp: Add debug redirect tests.
2665
2666 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2667
2668 * gdb.base/ui-redirect.exp: Test redirection.
2669
2670 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
2671
2672 * gdb.mi/mi-complete.exp: New file.
2673 * gdb.mi/mi-complete.cc: Likewise.
2674
2675 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
2676
2677 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
2678 indexed and sliced arrays, and pointers to arrays.
2679
2680 2019-05-14 Tom Tromey <tromey@adacore.com>
2681
2682 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
2683 styling test.
2684
2685 2019-05-14 Tom de Vries <tdevries@suse.de>
2686
2687 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
2688 selection entry encoding.
2689
2690 2019-05-10 Tom Tromey <tromey@adacore.com>
2691
2692 * gdb.ada/info_exc.exp: Add "complete" test.
2693
2694 2019-05-09 Tom de Vries <tdevries@suse.de>
2695
2696 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
2697 CU-relative.
2698
2699 2019-05-09 Tom de Vries <tdevries@suse.de>
2700
2701 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
2702 CU-relative.
2703
2704 2019-05-08 Joel Brobecker <brobecker@adacore.com>
2705
2706 * gdb.ada/frame_arg_lang.exp: New testcase.
2707 * gdb.ada/frame_arg_lang/bla.adb: New file.
2708 * gdb.ada/frame_arg_lang/pck.ads: New file.
2709 * gdb.ada/frame_arg_lang/pck.adb: New file.
2710 * gdb.ada/frame_arg_lang/foo.c: New file.
2711
2712 2019-05-08 Tom Tromey <tromey@adacore.com>
2713
2714 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
2715
2716 2019-05-08 Tom Tromey <tromey@adacore.com>
2717
2718 * gdb.base/ptype-offsets.exp: Update tests.
2719
2720 2019-05-08 Tom Tromey <tromey@adacore.com>
2721
2722 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
2723 cases.
2724 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
2725 "short".
2726
2727 2019-05-08 Tom Tromey <tromey@adacore.com>
2728
2729 * gdb.ada/vla.exp: New file.
2730 * gdb.ada/vla/vla.adb: New file.
2731
2732 2019-05-07 Tom de Vries <tdevries@suse.de>
2733
2734 * gdb.base/index-cache.exp (ls_host): Fix return statement.
2735
2736 2019-05-07 Tom de Vries <tdevries@suse.de>
2737
2738 PR testsuite/24522
2739 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
2740 section.
2741
2742 2019-05-07 Tom de Vries <tdevries@suse.de>
2743
2744 PR testsuite/24522
2745 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
2746 .debug_aranges section.
2747
2748 2019-05-07 Tom de Vries <tdevries@suse.de>
2749
2750 PR testsuite/24159
2751 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
2752
2753 2019-05-06 Tom de Vries <tdevries@suse.de>
2754
2755 * lib/gdb.exp (exec_has_index_section): New proc.
2756 * gdb.base/index-cache.exp: Handle case that binfile contains an index
2757 section.
2758
2759 2019-05-04 Tom de Vries <tdevries@suse.de>
2760
2761 * boards/cc-with-debug-names.exp: New file.
2762
2763 2019-05-03 Tom Tromey <tromey@adacore.com>
2764
2765 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
2766 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
2767 * gdb.ada/char_enum.exp: Add test.
2768
2769 2019-05-03 Tom de Vries <tdevries@suse.de>
2770
2771 * boards/cc-with-gdb-index.exp: New file.
2772
2773 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
2774
2775 * gdb.rust/simple.exp: Add new test case.
2776 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
2777 (main): Initialise an instance of the new struct.
2778
2779 2019-05-01 Tom Tromey <tromey@adacore.com>
2780
2781 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
2782 record.
2783 (NPR): New variable.
2784 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
2785 test.
2786
2787 2019-05-01 Tom Tromey <tromey@adacore.com>
2788
2789 * gdb.ada/packed_array_assign.exp: Add packed assignment
2790 regression test.
2791
2792 2019-05-01 Tom de Vries <tdevries@suse.de>
2793
2794 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
2795
2796 2019-05-01 Tom de Vries <tdevries@suse.de>
2797
2798 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
2799
2800 2019-04-30 Ali Tamur <tamur@google.com>
2801
2802 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
2803
2804 2019-04-30 Tom Tromey <tromey@adacore.com>
2805
2806 * lib/ada.exp (find_ada_tool): New proc.
2807 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
2808 * gdb.ada/catch_ex_std.exp: New file.
2809 * gdb.ada/catch_ex_std/foo.adb: New file.
2810 * gdb.ada/catch_ex_std/some_package.adb: New file.
2811 * gdb.ada/catch_ex_std/some_package.ads: New file.
2812
2813 2019-04-30 Tom Tromey <tromey@adacore.com>
2814
2815 PR c++/24470:
2816 * gdb.cp/temargs.cc: Add test code from PR.
2817
2818 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2819
2820 * gdb.fortran/vla-datatypes.exp: Update expected results.
2821 * gdb.fortran/vla-ptype.exp: Likewise.
2822 * gdb.fortran/vla-type.exp: Likewise.
2823 * gdb.fortran/vla-value.exp: Likewise.
2824
2825 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2826
2827 * gdb.fortran/ptr-indentation.exp: Update expected results.
2828 * gdb.fortran/ptype-on-functions.exp: Likewise.
2829 * gdb.fortran/vla-ptr-info.exp: Likewise.
2830 * gdb.fortran/vla-value.exp: Likewise.
2831
2832 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2833
2834 * gdb.fortran/ptype-on-functions.exp: New file.
2835 * gdb.fortran/ptype-on-functions.f90: New file.
2836
2837 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2838
2839 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
2840 case void string.
2841
2842 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2843
2844 * gdb.fortran/complex.exp: Expand.
2845 * gdb.fortran/complex.f: Renamed to...
2846 * gdb.fortran/complex.f90: ...this, and extended to add more
2847 complex values.
2848
2849 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2850
2851 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
2852 MODULO, CMPLX.
2853
2854 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
2855 Richard Bunt <richard.bunt@arm.com>
2856
2857 * gdb.base/max-depth.c: New file.
2858 * gdb.base/max-depth.exp: New file.
2859 * gdb.python/py-nested-maps.c: New file.
2860 * gdb.python/py-nested-maps.exp: New file.
2861 * gdb.python/py-nested-maps.py: New file.
2862 * gdb.python/py-format-string.exp (test_max_depth): New proc.
2863 (test_all_common): Call test_max_depth.
2864 * gdb.fortran/max-depth.exp: New file.
2865 * gdb.fortran/max-depth.f90: New file.
2866 * gdb.go/max-depth.exp: New file.
2867 * gdb.go/max-depth.go: New file.
2868 * gdb.modula2/max-depth.exp: New file.
2869 * gdb.modula2/max-depth.c: New file.
2870 * lib/gdb.exp (get_print_expr_at_depths): New proc.
2871
2872 2019-04-29 Tom de Vries <tdevries@suse.de>
2873
2874 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
2875
2876 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2877
2878 * gdb.base/callexit.exp: Test may-call-functions off.
2879
2880 2019-04-25 Keith Seitz <keiths@redhat.com>
2881
2882 PR c++/24367
2883 * gdb.cp/meth-typedefs.cc (incomplete_struct)
2884 (another_incomplete_struct, test_incomplete): New definitions.
2885 (main): Use new definitions.
2886 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
2887 functions.
2888
2889 2019-04-25 Ali Tamur <tamur@google.com>
2890
2891 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
2892
2893 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
2894
2895 PR corefiles/11608
2896 PR corefiles/18187
2897 * gdb.base/coredump-filter-build-id.exp: New file.
2898
2899 2019-04-25 Alan Hayward <alan.hayward@arm.com>
2900
2901 * Makefile.in: Pass through GDBSERVER_DEBUG.
2902 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
2903 (gdbserver,debug): Add board setting.
2904 * gdb.trace/tspeed.exp: Skip when debugging.
2905 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
2906 * lib/gdbserver-support.exp: Likewise
2907
2908 2019-04-24 Tom Tromey <tromey@adacore.com>
2909
2910 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
2911 Rust.
2912
2913 2019-04-24 Tom Tromey <tromey@adacore.com>
2914
2915 * gdb.arch/amd64-eval.exp: Test bitfield return.
2916 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
2917 (class Foo) <return_bitfields>: New method.
2918 (main): Call it.
2919
2920 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
2921
2922 * gdb.cp/many-args.cc: New file.
2923 * gdb.cp/many-args.exp: New file.
2924
2925 2019-04-23 Tom de Vries <tdevries@suse.de>
2926
2927 PR gdb/24433
2928 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
2929
2930 2019-04-23 Alan Hayward <alan.hayward@arm.com>
2931
2932 * gdb.trace/backtrace.exp: Use nopie flag.
2933 * gdb.trace/circ.exp: Likewise.
2934 * gdb.trace/collection.exp: Likewise.
2935 * gdb.trace/ftrace.exp: Likewise.
2936 * gdb.trace/mi-trace-unavailable.exp: Likewise.
2937 * gdb.trace/mi-traceframe-changed.exp: Likewise.
2938 * gdb.trace/qtro.exp: Likewise.
2939 * gdb.trace/read-memory.exp: Likewise.
2940 * gdb.trace/report.exp: Likewise.
2941 * gdb.trace/tfile.exp: Likewise.
2942 * gdb.trace/tfind.exp: Likewise.
2943 * gdb.trace/unavailable.exp: Likewise.
2944
2945 2019-04-22 Pedro Alves <palves@redhat.com>
2946
2947 * gdb.base/solib-probes-nosharedlibrary.c,
2948 gdb.base/solib-probes-nosharedlibrary.exp: New files.
2949
2950 2019-04-19 Tom Tromey <tromey@adacore.com>
2951
2952 * gdb.ada/ptype_union.c: New file.
2953 * gdb.ada/ptype_union.exp: New file.
2954
2955 2019-04-19 Tom Tromey <tromey@adacore.com>
2956
2957 PR symtab/24423:
2958 * gdb.base/list0.h (foo): Add a control-l character.
2959
2960 2019-04-18 Tom de Vries <tdevries@suse.de>
2961
2962 PR gdb/24433
2963 * boards/local-board.exp: Set sysroot to "".
2964
2965 2019-04-18 Tom de Vries <tdevries@suse.de>
2966 Pedro Alves <palves@redhat.com>
2967
2968 PR gdb/24454
2969 * gdb.threads/vfork-follow-child-exec.c: New file.
2970 * gdb.threads/vfork-follow-child-exec.exp: New file.
2971 * gdb.threads/vfork-follow-child-exit.c: New file.
2972 * gdb.threads/vfork-follow-child-exit.exp: New file.
2973
2974 2019-04-15 Leszek Swirski <leszeks@google.com>
2975
2976 * gdb.arch/amd64-eval.cc: New file.
2977 * gdb.arch/amd64-eval.exp: New file.
2978
2979 2019-04-11 Alan Hayward <alan.hayward@arm.com>
2980
2981 * gdb.server/sysroot.c: New test.
2982 * gdb.server/sysroot.exp: New file.
2983 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
2984 matching param.
2985
2986 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
2987
2988 * gdb.base/align.exp: Extend test to cover structures containing
2989 only static fields.
2990
2991 2019-04-11 Tom de Vries <tdevries@suse.de>
2992
2993 * boards/cc-with-dwz-m.exp: New file.
2994 * boards/cc-with-dwz.exp: New file.
2995 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
2996
2997 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
2998
2999 * gdb.base/start-cpp.exp: New file.
3000 * gdb.base/start-cpp.cc: New file.
3001
3002 2019-04-08 Kevin Buettner <kevinb@redhat.com>
3003
3004 * gdb.python/py-thrhandle.exp: Adjust tests to call
3005 thread_from_handle instead of thread_from_thread_handle.
3006
3007 2019-04-08 Kevin Buettner <kevinb@redhat.com>
3008
3009 * gdb.python/py-thrhandle.exp: Add tests for
3010 gdb.InferiorThread.handle.
3011
3012 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
3013
3014 * gdb.python/py-function.exp: Check calling helper function from
3015 all languages.
3016 * lib/gdb.exp (gdb_supported_languages): New proc.
3017
3018 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
3019
3020 * gdb.base/complex-parts.c: New file.
3021 * gdb.base/complex-parts.exp: New file.
3022
3023 2019-04-01 Tom Tromey <tromey@adacore.com>
3024
3025 PR symtab/23331:
3026 * gdb.dwarf2/dw2-ranges-main.c: New file.
3027 * gdb.dwarf2/dw2-ranges-psym.c: New file.
3028 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
3029
3030 2019-03-30 Simon Marchi <simark@simark.ca>
3031
3032 * gdb.base/default.exp: Add values for $_gdb_major and
3033 $_gdb_minor.
3034
3035 2019-03-29 Tom Tromey <tromey@adacore.com>
3036
3037 * gdb.base/help.exp: Tighten apropos regexp.
3038
3039 2019-03-29 Keith Seitz <keiths@redhat.com>
3040
3041 * gdb.fortran/array-bounds.exp: New file.
3042 * gdb.fortran/array-bounds.f90: New file.
3043
3044 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3045
3046 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
3047
3048 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3049
3050 * gdb.multi/hello.c (main): Increase alarm timer.
3051
3052 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
3053
3054 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
3055 factor when no hardware watchpoint support.
3056
3057 2019-03-28 Alan Hayward <alan.hayward@arm.com>
3058 Pedro Alves <palves@redhat.com>
3059
3060 * boards/local-board.exp: set sysroot to /.
3061
3062 2019-03-27 Alan Hayward <alan.hayward@arm.com>
3063
3064 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
3065 in child.
3066
3067 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3068
3069 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
3070 field.
3071 (make_container): Initialise new field.
3072 * gdb.python/py-prettyprint.exp: Add new tests.
3073 * gdb.python/py-prettyprint.py (class ContainerPrinter)
3074 <display_hint>: New method.
3075
3076 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3077
3078 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
3079 gdb_continue_to_breakpoint more throughout this test.
3080 (run_lang_tests) Supply unique test names, and use
3081 gdb_test_no_output.
3082
3083 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3084
3085 * gdb.base/finish-pretty.exp: Update expected results.
3086 * gdb.base/pretty-print.c: New file.
3087 * gdb.base/pretty-print.exp: New file.
3088
3089 2019-03-25 Pedro Alves <palves@redhat.com>
3090
3091 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
3092 move comments outside list. Append '-i "" eof' section.
3093
3094 2019-03-22 Alan Hayward <alan.hayward@arm.com>
3095
3096 PR testsuite/25016
3097 * README: Add pie options.
3098 * gdb.base/break-interp.exp: Ensure pie is disabled.
3099 * gdb.base/dump.exp: Likewise.
3100 * lib/gdb.exp (gdb_compile): Add pie option.
3101
3102 2019-03-19 Tom Tromey <tromey@adacore.com>
3103
3104 * gdb.mi/mi2-cli-display.c: New file.
3105 * gdb.mi/mi2-cli-display.exp: New file.
3106
3107 2019-03-18 Joel Brobecker <brobecker@adacore.com>
3108 Tom Tromey <tromey@adacore.com>
3109
3110 * gdb.ada/ptype_array/pck.adb: New file.
3111 * gdb.ada/ptype_array/pck.ads: New file.
3112 * gdb.ada/ptype_array/foo.adb: New file.
3113 * gdb.ada/ptype_array.exp: New file.
3114
3115 2019-03-14 Tom Tromey <tromey@adacore.com>
3116
3117 * gdb.base/style.exp: Add "set style sources" test.
3118
3119 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
3120
3121 * mi-breakpoint-location-ena-dis.exp: Rename to ...
3122 * mi-breakpoint-multiple-locations.exp: ... this.
3123 (make_breakpoints_pattern): New proc.
3124 (do_test): Add mi_version parameter, test -break-insert,
3125 -break-info and =breakpoint-created.
3126
3127 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
3128
3129 * config/default.exp: Remove 'load_lib gdb.exp'.
3130 * config/monitor.exp: Likewise.
3131 * config/sid.exp: Likewise.
3132 * config/sim.exp: Likewise.
3133 * config/slite.exp: Likewise.
3134 * config/unix.exp: Likewise.
3135 * gdb.base/default.exp: Remove unhelpful comment.
3136
3137 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3138
3139 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
3140
3141 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3142
3143 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
3144
3145 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3146
3147 * gdb.fortran/type-kinds.exp: Update expected results.
3148
3149 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3150
3151 * gdb.fortran/type-kinds.exp: Test new integer type kind.
3152
3153 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3154
3155 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
3156 function.
3157 (test_basic_parsing_of_type_kinds): Expand types tested.
3158 (test_parsing_invalid_type_kinds): New function.
3159
3160 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3161
3162 * gdb.fortran/intrinsics.exp: New file.
3163 * gdb.fortran/intrinsics.f90: New file.
3164 * gdb.fortran/type-kinds.exp: New file.
3165
3166 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3167
3168 * gdb.fortran/dot-ops.exp: New file.
3169
3170 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3171
3172 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
3173 Check upper and lower case logical literals.
3174
3175 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3176
3177 * gdb.fortran/types.exp (test_float_literal_types_accepted):
3178 Remove duplicate tests.
3179
3180 2019-03-06 Alan Hayward <alan.hayward@arm.com>
3181
3182 * lib/gdb.exp (builtin_cd): rename of cd.
3183 (cd): Override builtin.
3184
3185 2019-03-06 Richard Bunt <richard.bunt@arm.com>
3186
3187 * gdb.fortran/function-calls.exp: New file.
3188 * gdb.fortran/function-calls.f90: New test.
3189
3190 2019-03-04 Richard Bunt <richard.bunt@arm.com>
3191
3192 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
3193 on user program standard output.
3194 * gdb.fortran/short-circuit-argument-list.f90: Record function
3195 calls.
3196
3197 2019-02-28 Alan Hayward <alan.hayward@arm.com>
3198
3199 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
3200 failure.
3201
3202 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3203
3204 PR gdb/8527
3205 * gdb.base/interrupt-daemon-attach.c,
3206 gdb.base/interrupt-daemon-attach.exp: New test.
3207
3208 2019-02-27 Pedro Alves <palves@redhat.com>
3209
3210 * gdb.base/page.exp: Add tests for "set width/height -1".
3211
3212 2019-02-27 Pedro Alves <palves@redhat.com>
3213
3214 * gdb.base/page.exp: Add tests for "set/show width/height" with
3215 "infinite" values.
3216
3217 2019-02-27 Tom Tromey <tromey@adacore.com>
3218
3219 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
3220 2.4.
3221 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
3222 workaround.
3223
3224 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
3225
3226 * gdb.base/align.exp: Extend to compile in both C and C++, and add
3227 tests for structs with static members.
3228
3229 2019-02-26 Tom Tromey <tromey@adacore.com>
3230
3231 * gdb.python/py-value.exp (test_value_from_buffer): Check for
3232 ValueError, not TypeError.
3233
3234 2019-02-26 Kevin Buettner <kevinb@redhat.com>
3235
3236 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
3237 call from main program.
3238
3239 2019-02-23 Joel Brobecker <brobecker@adacore.com>
3240
3241 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
3242 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
3243 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
3244 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
3245 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
3246
3247 2019-02-22 Keith Seitz <keiths@redhat.com>
3248
3249 PR symtab/23853
3250 * gdb.base/symlink-sourcefile.c: New file.
3251 * gdb.base/symlink-sourcefile.exp: New file.
3252
3253 2019-02-20 Tom Tromey <tom@tromey.com>
3254
3255 * gdb.base/info_qt.exp: Update.
3256
3257 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
3258
3259 * gdb.base/source.exp: Move "error in sourced script" code to
3260 the end.
3261 * gdb.base/source-error.gdb: Move contents to
3262 source-error-1.gdb. Add new code to source source-error-1.gdb.
3263 * gdb.base/source-error-1.gdb: New file, from previous
3264 source-error.gdb.
3265
3266 2019-02-17 Tom Tromey <tom@tromey.com>
3267
3268 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
3269 for macro styling.
3270 * gdb.base/style.c (SOME_MACRO): New macro.
3271
3272 2019-02-17 Tom Tromey <tom@tromey.com>
3273
3274 * gdb.base/style.exp: Add line-wrapping tests.
3275 * gdb.base/page.exp: Add test for quitting during pagination.
3276
3277 2019-02-17 Joel Brobecker <brobecker@adacore.com>
3278
3279 * gdb.ada/big_packed_array: New testcase.
3280 * gdb.ada/homonym.exp: Fix incorrect expected output for
3281 "break <homonym__get_value>" test.
3282
3283 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
3284
3285 PR breakpoints/21870
3286 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
3287 and prepare_for_testing. Add comment.
3288 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
3289 redundant cleanup call. Clean up comment.
3290
3291 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
3292
3293 PR breakpoints/21870
3294 * gdb.arch/aarch64-dbreg-contents.exp: New file.
3295 * gdb.arch/aarch64-dbreg-contents.c: New file.
3296
3297 2019-02-10 Joel Brobecker <brobecker@adacore.com>
3298
3299 * gdb.ada/mi_ref_changeable: New testcase.
3300
3301 2019-02-07 Alan Hayward <alan.hayward@arm.com>
3302
3303 * gdb.base/attach.exp: Add double attach test.
3304
3305 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
3306
3307 * lib/gdb.exp (default_gdb_start): Don't match pagination
3308 prompt.
3309 (gdb_init): Set stty_init.
3310
3311 2019-01-27 Tom Tromey <tom@tromey.com>
3312
3313 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
3314 skip_python_tests.
3315
3316 2019-01-24 Alan Hayward <alan.hayward@arm.com>
3317
3318 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
3319 New structure.
3320 (struct struct_static_02_02): Likewise.
3321 (struct struct_static_02_03): Likewise.
3322 (struct struct_static_02_04): Likewise.
3323 (struct struct_static_04_01): Likewise.
3324 (struct struct_static_04_02): Likewise.
3325 (struct struct_static_04_03): Likewise.
3326 (struct struct_static_04_04): Likewise.
3327 (struct struct_static_06_01): Likewise.
3328 (struct struct_static_06_02): Likewise.
3329 (struct struct_static_06_03): Likewise.
3330 (struct struct_static_06_04): Likewise.
3331 (cmp_struct_static_02_01): Likewise.
3332 (cmp_struct_static_02_02): Likewise.
3333 (cmp_struct_static_02_03): Likewise.
3334 (cmp_struct_static_02_04): Likewise.
3335 (cmp_struct_static_04_01): Likewise.
3336 (cmp_struct_static_04_02): Likewise.
3337 (cmp_struct_static_04_03): Likewise.
3338 (cmp_struct_static_04_04): Likewise.
3339 (cmp_struct_static_06_01): Likewise.
3340 (cmp_struct_static_06_02): Likewise.
3341 (cmp_struct_static_06_03): Likewise.
3342 (cmp_struct_static_06_04): Likewise.
3343 (call_all): Test new structs.
3344 * gdb.base/infcall-nested-structs.exp: Likewise.
3345
3346 2019-01-21 Alan Hayward <alan.hayward@arm.com>
3347 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
3348
3349 2019-01-21 Alan Hayward <alan.hayward@arm.com>
3350 * gdb.base/stack-protector.c: New test.
3351 * gdb.base/stack-protector.exp: New file.
3352 * gdb.cp/ovldbreak.exp: Only allow a single break line.
3353 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
3354 option.
3355 (gdb_compile): Remove stack protector for GCC and prevent
3356 recursion.
3357
3358 2019-01-16 Keith Seitz <keiths@redhat.com>
3359
3360 PR gdb/23773
3361 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
3362
3363 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3364
3365 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
3366 aliases.
3367 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
3368 tests.
3369 * gdb.arch/powerpc-vector-regs.c: New file.
3370 * gdb.arch/powerpc-vector-regs.exp: New file.
3371
3372 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3373
3374 * gdb.arch/altivec-regs.exp: Fix the list passed to
3375 gdb_expect_list when testing "info vector".
3376
3377 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
3378
3379 * gdb.base/style.exp: Don't include path in testname.
3380
3381 2019-01-10 Keith Seitz <keiths@redhat.com>
3382
3383 PR gdb/23712
3384 PR symtab/23010
3385 * gdb.dwarf2/multidictionary.exp: New file.
3386
3387 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
3388
3389 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
3390 (test_gnuv3_style_demangling): ... this.
3391 (test_lucid_style_demangling): Remove.
3392 (test_arm_style_demangling): Remove.
3393 (test_hp_style_demangling): Remove.
3394 (do_tests): Remove calls to the above.
3395
3396 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3397
3398 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
3399 case.
3400
3401 2019-01-06 Tom Tromey <tom@tromey.com>
3402
3403 PR gdb/28155:
3404 * gdb.dwarf2/typedef-void-finish.exp: New file.
3405
3406 2018-12-28 Tom Tromey <tom@tromey.com>
3407 Simon Marchi <simark@simark.ca>
3408
3409 * gdb.base/jit-exec.exp: New file.
3410 * gdb.base/jit-exec.c: New file.
3411 * gdb.base/jit-execd.c: New file.
3412
3413 2018-12-28 Tom Tromey <tom@tromey.com>
3414
3415 * gdb.base/style.exp: Update test to check for address styling.
3416
3417 2018-12-28 Tom Tromey <tom@tromey.com>
3418
3419 * gdb.base/style.exp: Add test for styling of "Reading symbols"
3420 message.
3421
3422 2018-12-28 Tom Tromey <tom@tromey.com>
3423
3424 * gdb.base/style.exp: Add test for version number styling.
3425
3426 2018-12-28 Tom Tromey <tom@tromey.com>
3427
3428 * gdb.base/style.exp: Add test for print_address_symbolic.
3429
3430 2018-12-28 Tom Tromey <tom@tromey.com>
3431
3432 * gdb.base/style.exp: Add test for breakpoint setting.
3433
3434 2018-12-28 Tom Tromey <tom@tromey.com>
3435
3436 * gdb.base/style.exp: Add test for variable names.
3437
3438 2018-12-28 Tom Tromey <tom@tromey.com>
3439
3440 * gdb.base/style.exp: New file.
3441 * gdb.base/style.c: New file.
3442
3443 2018-12-28 Tom Tromey <tom@tromey.com>
3444
3445 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
3446 "dumb".
3447 * gdb.base/readline.exp (operate_and_get_next): Save and restore
3448 the TERM environment variable.
3449
3450 2018-12-27 Tom Tromey <tom@tromey.com>
3451
3452 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
3453 pagination test.
3454
3455 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
3456
3457 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
3458 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
3459
3460 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3461
3462 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
3463 Filename a.adb changed to bp_fun_addr.adb.
3464 gdb.ada/bp_fun_addr.exp: Update test accordingly.
3465
3466 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
3467
3468 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
3469 non-PIE executables.
3470 * README: Mention the gdb,nopie_flag board setting.
3471 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
3472 non-PIE executable.
3473 * gdb.arch/amd64-entry-value.exp: Likewise.
3474 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
3475 * gdb.arch/i386-float.exp: Likewise.
3476 * gdb.arch/i386-signal.exp: Likewise.
3477 * gdb.mi/mi-reg-undefined.exp: Likewise.
3478
3479 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
3480
3481 PR gdb/23974
3482 * gdb.base/info-os.exp: Check return for unknown "info os" type.
3483
3484 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3485
3486 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
3487 Update order of results accordingly.
3488
3489 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
3490
3491 * gdb.base/annota1.exp: Update a test regexp.
3492
3493 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
3494
3495 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
3496
3497 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3498
3499 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
3500 (reuse_time): Initialize to REUSE_TIME_CAP.
3501 (check_rc): New function.
3502 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
3503 Check pthread_create rc.
3504 (spawner_thread_func): Check pthread_create and pthread_join rc.
3505
3506 2018-12-08 Pedro Alves <palves@redhat.com>
3507
3508 * gdb.base/list.exp (test_forward_search): Rename to ...
3509 (test_forward_reverse_search): ... this. Also test reverse-search
3510 and the forward-search alias.
3511
3512 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
3513
3514 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
3515 local timeout variable before return, and remove all local timeout
3516 variable entirely.
3517 (gdb_load): Likewise.
3518
3519 2018-12-01 Tom de Vries <tdevries@suse.de>
3520
3521 * gdb.base/gdb-caching-proc.exp: New file.
3522
3523 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
3524
3525 * Makefile.in (TIMESTAMP): New variable.
3526 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
3527 command.
3528 (check-single-racy): Likewise.
3529 (check/%.exp): Likewise.
3530 (check-racy/%.exp): Likewise.
3531 (workers/%.worker): Likewise.
3532 (build-perf): Likewise.
3533 (check-perf): Likewise.
3534 * README: Describe new "TS" and "TS_FORMAT" variables.
3535 * print-ts.py: New file.
3536
3537 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
3538
3539 PR python/23714
3540 * gdb.python/python.exp: Test command repetition after
3541 gdb.execute.
3542
3543 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
3544
3545 * gdb.opt/inline-break.exp: Add test that info breakpoint output
3546 is correctly aligned.
3547
3548 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3549
3550 * gdb.ada/info_auto_lang.exp: New testcase.
3551 * gdb.ada/info_auto_lang/global_pack.ads: New file.
3552 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
3553 * gdb.ada/info_auto_lang/some_c.c: New file.
3554
3555 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3556
3557 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
3558 FUNC_lang language syntax.
3559
3560 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3561
3562 * gdb.base/info_minsym.c: New file.
3563 * gdb.base/info_minsym.exp: New file.
3564
3565 2018-11-19 Tom Tromey <tom@tromey.com>
3566
3567 PR rust/23625:
3568 * gdb.rust/simple.exp: Add ptype test. Update expected output.
3569 * gdb.rust/expr.exp: Update expected output. Change one test.
3570
3571 2018-11-19 Tom Tromey <tom@tromey.com>
3572
3573 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
3574
3575 2018-11-19 Pedro Alves <palves@redhat.com>
3576
3577 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
3578 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
3579 see the expected warning.
3580
3581 2018-11-16 Alan Hayward <alan.hayward@arm.com>
3582
3583 PR gdb/22736:
3584 * gdb.cp/infcall-nodebug-lib.c: New test.
3585 * gdb.cp/infcall-nodebug-main.c: New test.
3586 * gdb.cp/infcall-nodebug.exp: New file.
3587
3588 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
3589
3590 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
3591 completer tests.
3592
3593 2018-11-09 Tom de Vries <tdevries@suse.de>
3594
3595 * gdb.base/msym-lang.c: New test.
3596 * gdb.base/msym-lang.exp: New file.
3597 * gdb.base/msym-lang-main.c: New test.
3598
3599 2018-11-08 Tom Tromey <tom@tromey.com>
3600
3601 PR gdb/23555:
3602 PR gdb/23838:
3603 * gdb.base/warning.exp: New file.
3604
3605 2018-11-08 Jan Beulich <jbeulich@suse.com>
3606
3607 * testsuite/gdb.arch/i386-avx512.c,
3608 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
3609
3610 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
3611
3612 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
3613 point hardware.
3614
3615 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
3616
3617 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
3618 * gdb.dwarf2/missing-type-name.exp: New file.
3619
3620 2018-11-06 Tom de Vries <tdevries@suse.de>
3621
3622 * gdb.base/many-headers.c: New test.
3623 * gdb.base/many-headers.exp: New file.
3624
3625 2018-11-06 Jim Wilson <jimw@sifive.com>
3626
3627 * gdb.base/code_elim.exp: For riscv, set additional_flags
3628 to include -msmall-data-limit=0.
3629
3630 2018-11-01 Joel Brobecker <brobecker@adacore.com>
3631
3632 * gdb.ada/watch_minus_l: New testcase.
3633
3634 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
3635
3636 * gdb.arch/aix-sighandle.c: New file.
3637 * gdb.arch/aix-sighandle.exp: New file.
3638
3639 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3640
3641 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
3642 registers being unions.
3643
3644 2018-10-31 Tom de Vries <tdevries@suse.de>
3645
3646 * lib/valgrind.exp: New file.
3647 (vgdb_start, vgdb_stop): New procs, factored out of ...
3648 * gdb.base/valgrind-bt.exp: ... here, ...
3649 * gdb.base/valgrind-disp-step.exp: ... here and ...
3650 * gdb.base/valgrind-infcall.exp: ... here.
3651
3652 2018-10-31 Tom de Vries <tdevries@suse.de>
3653
3654 * lib/gdb.exp (get_valueof): Don't output read value in test name.
3655
3656 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3657
3658 * gdb.dwarf2/void-type.c: New file.
3659 * gdb.dwarf2/void-type.exp: New file.
3660
3661 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3662
3663 * gdb.base/info_qt.c: New file.
3664 * gdb.base/info_qt.exp: New file.
3665
3666 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3667
3668 * gdb.arch/powerpc-htm-regs.c: New file.
3669 * gdb.arch/powerpc-htm-regs.exp: New file.
3670
3671 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3672
3673 * gdb.arch/powerpc-tar.c: New file.
3674 * gdb.arch/powerpc-tar.exp: New file.
3675
3676 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3677
3678 * gdb.arch/powerpc-ppr-dscr.c: New file.
3679 * gdb.arch/powerpc-ppr-dscr.exp: New file.
3680
3681 2018-10-25 Tom de Vries <tdevries@suse.de>
3682
3683 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
3684
3685 2018-10-24 Tom de Vries <tdevries@suse.de>
3686
3687 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
3688 longer exists error.
3689
3690 2018-10-24 Tom de Vries <tdevries@suse.de>
3691
3692 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
3693
3694 2018-10-24 Tom de Vries <tdevries@suse.de>
3695
3696 * gdb.base/valgrind-db-attach.exp: Handle removed support for
3697 --db-attach in valgrind.
3698
3699 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
3700
3701 * gdb.arch/riscv-reg-aliases.c: New file.
3702 * gdb.arch/riscv-reg-aliases.exp: New file.
3703
3704 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3705
3706 * gdb.python/py-cmd.exp: Check for gdb_prompt.
3707
3708 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3709
3710 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
3711
3712 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3713
3714 * gdb.cp/ovldbreak.exp: Fix regexps.
3715
3716 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3717
3718 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
3719
3720 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
3721
3722 PR cli/23785
3723 * gdb.base/restore.exp: New test to check if "restore" with an
3724 invalid file doesn't segfault.
3725
3726 2018-10-18 Tom de Vries <tdevries@suse.de>
3727
3728 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
3729 * gdb.ada/excep_handle.exp: Same.
3730 * gdb.ada/mi_string_access.exp: Same.
3731 * gdb.ada/mi_var_union.exp: Same.
3732 * gdb.arch/arc-analyze-prologue.exp: Same.
3733 * gdb.arch/arc-decode-insn.exp: Same.
3734 * gdb.base/readnever.exp: Same.
3735 * gdb.fortran/printing-types.exp: Same.
3736 * gdb.guile/scm-lazy-string.exp: Same.
3737
3738 2018-10-16 Tom de Vries <tdevries@suse.de>
3739
3740 PR gdb/23730
3741 * gdb.base/catch-follow-exec.c: Add copyright notice.
3742 * gdb.base/catch-follow-exec.exp: Rewrite to use
3743 gdb_spawn_with_cmdline_opts. Require gdb-native.
3744
3745 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
3746
3747 * gdb.trace/actions-changed.exp: Check for arch support.
3748 * gdb.trace/actions.exp: Likewise.
3749 * gdb.trace/ax.exp: Likewise.
3750 * gdb.trace/backtrace.exp: Likewise.
3751 * gdb.trace/change-loc.exp: Likewise.
3752 * gdb.trace/deltrace.exp: Likewise.
3753 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
3754 * gdb.trace/ftrace.exp: Likewise.
3755 * gdb.trace/infotrace.exp: Check for arch support.
3756 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
3757 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
3758 * gdb.trace/mi-tsv-changed.exp: Likewise.
3759 * gdb.trace/packetlen.exp: Likewise.
3760 * gdb.trace/passc-dyn.exp: Likewise.
3761 * gdb.trace/passcount.exp: Likewise.
3762 * gdb.trace/pending.exp: Likewise.
3763 * gdb.trace/range-stepping.exp: Check for shlib support.
3764 * gdb.trace/report.exp: Check for arch support.
3765 * gdb.trace/save-trace.exp: Likewise.
3766 * gdb.trace/signal.exp: Check for signal support.
3767 * gdb.trace/tfind.exp: Check for arch support.
3768 * gdb.trace/trace-break.exp: Check for arch and shlib support.
3769 * gdb.trace/trace-common.h: Add comment.
3770 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
3771 * gdb.trace/trace-enable-disable.exp: Likewise.
3772 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
3773 * gdb.trace/tracecmd.exp: Check for arch support.
3774 * gdb.trace/tspeed.exp: Check for shlib and target support.
3775 * gdb.trace/tstatus.exp: Check for arch support.
3776 * gdb.trace/tsv.exp: Likewise.
3777 * gdb.trace/while-dyn.exp: Likewise.
3778 * gdb.trace/while-stepping.exp: Likewise.
3779 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
3780
3781 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
3782
3783 * gdb.trace/tspeed.exp: Remove nowarnings.
3784 (prepare_for_trace_test): Declare "global ipalib".
3785 * gdb.trace/tspeed.c: Include unistd.h.
3786 (main): Remove superfluous printf argument.
3787
3788 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
3789
3790 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
3791 directory prefix on the filename.
3792
3793 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
3794
3795 * gdb.gdb/unittest.exp: Update expected message informing that
3796 selftests have been disabled.
3797 * gdb.server/unittest.exp: Likewise.
3798
3799 2018-10-09 Tom de Vries <tdevries@suse.de>
3800
3801 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
3802 with runto_main.
3803
3804 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
3805
3806 PR c++/16841
3807 * gdb.cp/virtbase2.cc: New file.
3808 * gdb.cp/virtbase2.exp: New file.
3809
3810 2018-10-06 Tom Tromey <tom@tromey.com>
3811
3812 PR python/19399:
3813 * gdb.python/py-inferior.exp: Add architecture test.
3814
3815 2018-10-06 Tom Tromey <tom@tromey.com>
3816
3817 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
3818 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
3819
3820 2018-10-06 Tom Tromey <tom@tromey.com>
3821
3822 * gdb.python/py-breakpoint.exp (check_last_event): Check location
3823 of a "throw" catchpoint.
3824
3825 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
3826
3827 * gdb.base/info-proc.exp: Update string expected from "help info
3828 proc".
3829
3830 2018-10-04 Tom Tromey <tom@tromey.com>
3831
3832 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
3833 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
3834 (test_initial_complaints, test_empty_complaints): Update.
3835 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3836
3837 2018-10-04 Tom Tromey <tom@tromey.com>
3838
3839 PR cli/19551:
3840 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
3841 * lib/gdb.exp (gdb_file_cmd): Update.
3842 * gdb.stabs/weird.exp (print_weird_var): Update.
3843 * gdb.server/solib-list.exp: Update.
3844 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
3845 * gdb.mi/mi-cli.exp: Update.
3846 * gdb.linespec/linespec.exp: Update.
3847 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3848 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
3849 * gdb.cp/cp-relocate.exp: Update.
3850 * gdb.base/sym-file.exp: Update.
3851 * gdb.base/relocate.exp: Update.
3852 * gdb.base/readnever.exp: Update.
3853 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
3854 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
3855 * gdb.base/dbx.exp (gdb_file_cmd): Update.
3856 * gdb.base/code_elim.exp: Update.
3857 * gdb.base/break-unload-file.exp (test_break): Update.
3858 * gdb.base/break-interp.exp (test_attach_gdb): Update.
3859 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
3860 Update.
3861 * gdb.base/attach.exp (do_attach_tests): Update.
3862 * gdb.base/sepdebug.exp: Update.
3863 * gdb.python/py-section-script.exp: Update.
3864
3865 2018-10-04 Tom Tromey <tom@tromey.com>
3866
3867 PR cli/22234:
3868 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
3869 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
3870 output.
3871
3872 2018-10-04 Tom Tromey <tom@tromey.com>
3873
3874 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
3875 set width and height to 0.
3876 (test_command_line_attach_run): Use -quiet.
3877
3878 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
3879
3880 * lib/gdb.exp (skip_ifunc_tests): New.
3881 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
3882 other compile failures.
3883 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
3884
3885 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
3886
3887 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
3888 is_amd64_regs_target.
3889
3890 2018-10-01 Alan Hayward <alan.hayward@arm.com>
3891
3892 * gdb.arch/aarch64-sighandler-regs.c: New test.
3893 * gdb.arch/aarch64-sighandler-regs.exp: New file.
3894 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
3895
3896 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
3897
3898 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
3899 assembly.
3900
3901 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
3902
3903 * gdb.base/frame-selection.exp: New file.
3904 * gdb.base/frame-selection.c: New file.
3905
3906 2018-09-27 Alan Hayward <alan.hayward@arm.com>
3907
3908 * gdb.threads/check-libthread-db.c (thread_routine): Use a
3909 pthread barrier.
3910 (main): Likewise.
3911
3912 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
3913
3914 * gdb.base/large-frame-1.c: New file.
3915 * gdb.base/large-frame-2.c: New file.
3916 * gdb.base/large-frame.exp: New file.
3917 * gdb.base/large-frame.h: New file.
3918
3919 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
3920
3921 PR gdb/20948
3922 * gdb.base/write_mem.exp: New test.
3923 * gdb.base/write_mem.c: Likewise.
3924
3925 2018-09-23 Tom Tromey <tom@tromey.com>
3926
3927 PR python/18852:
3928 * gdb.python/py-parameter.exp: Add test for parameter that throws
3929 on "set".
3930
3931 2018-09-23 Tom Tromey <tom@tromey.com>
3932
3933 PR python/17284:
3934 * gdb.python/py-template.exp (test_template_arg): Add test for
3935 negative template argument number.
3936
3937 2018-09-23 Tom Tromey <tom@tromey.com>
3938
3939 PR python/14062:
3940 * gdb.python/python.exp: Add test for post_event error.
3941
3942 2018-09-23 Tom Tromey <tom@tromey.com>
3943
3944 PR python/18170:
3945 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
3946 convert pointers to int and long.
3947
3948 2018-09-23 Tom Tromey <tom@tromey.com>
3949
3950 PR python/20126:
3951 * gdb.python/py-value.exp (test_value_numeric_ops): Add
3952 signed-ness conversion tests.
3953
3954 2018-09-23 Tom Tromey <tom@tromey.com>
3955
3956 PR python/18352;
3957 * gdb.python/py-value.exp (test_float_conversion): New proc.
3958 Use it.
3959
3960 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
3961
3962 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
3963
3964 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
3965
3966 * gdb.base/complete-empty.exp: Skip tab-completion tests if
3967 no readline.
3968 * gdb.base/utf8-identifiers.exp: Likewise.
3969 * gdb.cp/cpcompletion.exp: Likewise.
3970 * gdb.linespec/cpcompletion.exp: Likewise.
3971 * gdb.linespec/cpls-abi-tag.exp: Likewise.
3972 * gdb.linespec/cpls-ops.exp: Likewise.
3973
3974 2018-09-19 Richard Bunt <richard.bunt@arm.com>
3975 Chris January <chris.january@arm.com>
3976
3977 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
3978 * gdb.fortran/short-circuit-argument-list.exp: New file.
3979 * gdb.fortran/short-circuit-argument-list.f90: New test.
3980
3981 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3982
3983 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
3984 "arch=" keyword when executing "-stack-list-frames".
3985
3986 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3987
3988 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
3989 "arch=" keyword when executing "-stack-list-frames".
3990
3991 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3992
3993 * gdb.ada/complete.exp: Expect for "@" when doing "complete
3994 break ada".
3995
3996 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
3997
3998 PR python/23669
3999 * gdb.python/python.exp: Test gdb.execute("show commands").
4000
4001 2018-09-16 Tom Tromey <tom@tromey.com>
4002
4003 * gdb.base/new-ui.exp (do_execution_tests): Update.
4004 * gdb.base/dbx.exp (test_breakpoints): Update.
4005
4006 2018-09-14 Alan Hayward <alan.hayward@arm.com>
4007
4008 * lib/gdb.exp (gdb_simple_compile): Add proc.
4009 (is_elf_target): Use gdb_simple_compile.
4010 (skip_altivec_tests): Likewise.
4011 (skip_vsx_tests): Likewise.
4012 (skip_tsx_tests): Likewise.
4013 (skip_btrace_tests): Likewise.
4014 (skip_btrace_pt_tests): Likewise.
4015 (gdb_can_simple_compile): Likewise.
4016 (gdb_has_argv0): Likewise.
4017 (gdb_target_symbol_prefix): Likewise.
4018 (target_supports_scheduler_locking): Likewise.
4019
4020 2018-09-13 Tom Tromey <tom@tromey.com>
4021
4022 * Makefile.in (TAGS): Recognize proc_with_prefix and
4023 gdb_caching_proc.
4024
4025 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
4026
4027 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
4028 method.
4029
4030 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
4031
4032 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
4033 and a few other Inferior properties when the Inferior is no
4034 longer valid.
4035
4036 2018-09-13 Tom Tromey <tom@tromey.com>
4037
4038 PR rust/23650:
4039 * gdb.rust/simple.exp: Add test for enum field access error.
4040
4041 2018-09-13 Tom Tromey <tom@tromey.com>
4042
4043 PR rust/23626:
4044 * gdb.rust/simple.rs (EmptyEnum): New type.
4045 (main): Use it.
4046 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
4047
4048 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
4049
4050 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
4051 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
4052 * gdb.python/py-symtab.exp: Update test printing an objfile.
4053
4054 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
4055
4056 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
4057 object.
4058
4059 2018-09-12 Alan Hayward <alan.hayward@arm.com>
4060
4061 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
4062 (support_complex_tests): Use gdb_can_simple_compile.
4063 (is_ilp32_target): Likewise.
4064 (is_lp64_target): Likewise.
4065 (is_64_target): Likewise.
4066 (is_amd64_regs_target): Likewise.
4067 (is_aarch32_target): Likewise.
4068 (gdb_int128_helper): Likewise.
4069
4070 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4071
4072 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
4073
4074 2018-09-10 Jerome Guitton <guitton@adacore.com>
4075
4076 * gdb.ada/same_component_name: Add test for case of tagged record
4077 with variable-length fields.
4078
4079 2018-09-10 Xavier Roirand <roirand@adacore.com>
4080
4081 * gdb.ada/access_to_unbounded_array.exp: New testcase.
4082 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
4083 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
4084 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
4085
4086 2018-09-10 Xavier Roirand <roirand@adacore.com>
4087
4088 * gdb.ada/mi_string_access.exp: New testcase.
4089 * gdb.ada/mi_string_access/bar.adb: New file.
4090 * gdb.ada/mi_string_access/pck.adb: New file.
4091 * gdb.ada/mi_string_access/pck.asd: New file.
4092
4093 2018-09-10 Xavier Roirand <roirand@adacore.com>
4094
4095 * gdb.ada/mi_var_union.exp: New testcase.
4096 * gdb.ada/mi_var_union/bar.adb: New file.
4097 * gdb.ada/mi_var_union/pck.adb: New file.
4098 * gdb.ada/mi_var_union/pck.asd: New file.
4099
4100 2018-09-08 Tom Tromey <tom@tromey.com>
4101
4102 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
4103
4104 2018-09-08 Tom Tromey <tom@tromey.com>
4105
4106 PR python/16047:
4107 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
4108 (register_pretty_printers): Register new printer.
4109 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
4110 test.
4111 * gdb.python/py-prettyprint.c (int_type3): New typedef.
4112 (an_int_type3): New global.
4113
4114 2018-09-08 Joel Brobecker <brobecker@adacore.com>
4115
4116 * gdb.ada/expr_with_funcall: New testcase.
4117
4118 2018-09-08 Joel Brobecker <brobecker@adacore.com>
4119
4120 * gdb.ada/packed_array_assign: New testcase.
4121
4122 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
4123
4124 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
4125 names, and add test prefixes to make test names unique.
4126
4127 2018-09-05 Tom de Vries <tdevries@suse.de>
4128
4129 * gdb.dwarf2/varval.exp: Add test.
4130
4131 2018-09-04 Gary Benson <gbenson@redhat.com>
4132
4133 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
4134 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
4135
4136 2018-08-31 Tom Tromey <tom@tromey.com>
4137
4138 * gdb.rust/simple.rs: Rename second variable "v".
4139
4140 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
4141
4142 * gdb.base/funcargs.c (use_a): New function.
4143 (recurse): Call use_a.
4144
4145 2018-08-29 Keith Seitz <keiths@redhat.com>
4146
4147 * gdb.compile/compile-cplus-anonymous.cc: New file.
4148 * gdb.compile/compile-cplus-anonymous.exp: New file.
4149 * gdb.compile/compile-cplus-array-decay.cc: New file.
4150 * gdb.compile/compile-cplus-array-decay.exp: New file.
4151 * gdb.compile/compile-cplus-inherit.cc: New file.
4152 * gdb.compile/compile-cplus-inherit.exp: New file.
4153 * gdb.compile/compile-cplus-member.cc: New file.
4154 * gdb.compile/compile-cplus-member.exp: New file.
4155 * gdb.compile/compile-cplus-method.cc: New file.
4156 * gdb.compile/compile-cplus-method.exp: New file.
4157 * gdb.compile/compile-cplus-mod.c: "New" file.
4158 * gdb.compile/compile-cplus-namespace.cc: New file.
4159 * gdb.compile/compile-cplus-namespace.exp: New file.
4160 * gdb.compile/compile-cplus-nested.cc: New file.
4161 * gdb.compile/compile-cplus-nested.exp: New file.
4162 * gdb.compile/compile-cplus-print.c: "New" file.
4163 * gdb.compile/compile-cplus-print.exp: "New" file.
4164 * gdb.compile/compile-cplus-virtual.cc: New file.
4165 * gdb.compile/compile-cplus-virtual.exp: New file.
4166 * gdb.compile/compile-cplus.c: "New" file.
4167 * gdb.compile/compile-cplus.exp: "New" file.
4168 * lib/compile-support.exp: New file.
4169
4170 2018-08-16 Gary Benson <gbenson@redhat.com>
4171
4172 PR gdb/13000:
4173 * gdb.base/batch-exit-status.exp: New file.
4174 * gdb.base/batch-exit-status.good-commands: Likewise.
4175 * gdb.base/batch-exit-status.bad-commands: Likewise.
4176
4177 2018-08-29 Alan Hayward <alan.hayward@arm.com>
4178
4179 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
4180 (struct struct02): Likewise.
4181 (struct struct03): Likewise.
4182 (struct struct04): Likewise.
4183 (struct struct_01_01): New struct.
4184 (struct struct_01_02): Likewise.
4185 (struct struct_01_03): Likewise.
4186 (struct struct_01_04): Likewise.
4187 (struct struct_02_01): Likewise.
4188 (struct struct_02_02): Likewise.
4189 (struct struct_02_03): Likewise.
4190 (struct struct_02_04): Likewise.
4191 (struct struct_04_01): Likewise.
4192 (struct struct_04_02): Likewise.
4193 (struct struct_04_03): Likewise.
4194 (struct struct_04_04): Likewise.
4195 (struct struct_05_01): Likewise.
4196 (struct struct_05_02): Likewise.
4197 (struct struct_05_03): Likewise.
4198 (struct struct_05_04): Likewise.
4199 (cmp_struct01): Remove function.
4200 (cmp_struct02): Likewise.
4201 (cmp_struct03): Likewise.
4202 (cmp_struct04): Likewise.
4203 (cmp_struct_01_01): Add Function.
4204 (cmp_struct_01_02): Likewise.
4205 (cmp_struct_01_03): Likewise.
4206 (cmp_struct_01_04): Likewise.
4207 (cmp_struct_02_01): Likewise.
4208 (cmp_struct_02_02): Likewise.
4209 (cmp_struct_02_03): Likewise.
4210 (cmp_struct_02_04): Likewise.
4211 (cmp_struct_04_01): Likewise.
4212 (cmp_struct_04_02): Likewise.
4213 (cmp_struct_04_03): Likewise.
4214 (cmp_struct_04_04): Likewise.
4215 (cmp_struct_05_01): Likewise.
4216 (cmp_struct_05_02): Likewise.
4217 (cmp_struct_05_03): Likewise.
4218 (cmp_struct_05_04): Likewise.
4219 (call_all): Add new structs.
4220 * gdb.base/infcall-nested-structs.exp: Likewise.
4221
4222 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
4223
4224 * gdb.python/py-framefilter-mi.exp: Update regexp to
4225 check for "arch" field in frame output.
4226
4227 2018-08-23 Kevin Buettner <kevinb@redhat.com>
4228
4229 * gdb.dwarf2/dw2-ranges-func.c: New file.
4230 * gdb.dwarf2/dw2-ranges-func.exp: New file.
4231
4232 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
4233
4234 * gdb.base/term.exp: Compare terminal settings with values from
4235 the inferior.
4236 * gdb.base/term.c: Get and set terminal settings.
4237
4238 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
4239
4240 * lib/mi-support.exp (mi_expect_stop): Update regexp to
4241 accommodate new "arch" field in frame output.
4242 * gdb.mi/mi-return.exp: Likewise.
4243 * gdb.mi/mi-stack.exp: Likewise.
4244 * gdb.mi/mi-syn-frame.exp: Likewise.
4245 * gdb.mi/user-selected-context-sync.exp: Likewise.
4246
4247 2018-08-19 Michael Spang <spang@google.com>
4248
4249 PR gdb/11786
4250 * gdb.base/gcore-tls-pie.c: New file.
4251 * gdb.base/gcore-tls-pie.exp: New file.
4252
4253 2018-08-18 Kevin Buettner <kevinb@redhat.com>
4254
4255 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
4256 * gdb.dwarf2/varval.c: New file.
4257 * gdb.dwarf2/varval.exp: New file.
4258
4259 2018-08-17 Alan Hayward <alan.hayward@arm.com>
4260
4261 PR gdb/18931
4262 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
4263
4264 2018-08-16 Keith Seitz <keiths@redhat.com>
4265
4266 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
4267 tests expected to pass.
4268
4269 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
4270
4271 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
4272 -data-disassemble -a.
4273 (test_disassembly_bogus_args): Likewise.
4274
4275 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
4276
4277 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
4278
4279 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
4280
4281 * gdb.base/vla-optimized-out.exp: Add new test.
4282
4283 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
4284
4285 * gdb.base/vla-optimized-out-o3.exp: Delete.
4286 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
4287 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
4288 deleted tests.
4289
4290 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
4291
4292 PR gdb/18050:
4293 * gdb.server/extended-remote-restart.c: New file.
4294 * gdb.server/extended-remote-restart.exp: New file.
4295
4296 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
4297
4298 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
4299 "set variable index = 42".
4300
4301 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
4302
4303 * boards/index-cache-gdb.exp: New file.
4304 * gdb.dwarf2/index-cache.exp: New file.
4305 * gdb.dwarf2/index-cache.c: New file.
4306 * gdb.base/maint.exp: Check if we are using the index cache.
4307
4308 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4309
4310 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
4311 MAKEFLAGS.
4312
4313 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4314
4315 * dg-extract-results.sh: Move to toplevel contrib.
4316 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
4317 * Makefile.in (check-parallel-racy): Likewise.
4318
4319 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
4320
4321 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
4322 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
4323 tests if the target supports scheduler locking.
4324
4325 2018-08-04 Tom de Vries <tdevries@suse.de>
4326
4327 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
4328
4329 2018-08-02 Tom Tromey <tom@tromey.com>
4330
4331 PR symtab/16842.
4332 * gdb.cp/temargs.exp: Test "info address" of a template
4333 parameter.
4334
4335 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
4336
4337 * gdb.python/py-mi-var-info-path-expression.c: New file.
4338 * gdb.python/py-mi-var-info-path-expression.py: New file.
4339 * gdb.python/py-mi-var-info-path-expression.exp: New file.
4340
4341 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
4342
4343 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
4344 error after "cannot resolve name" string.
4345
4346 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
4347
4348 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
4349 started.
4350 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
4351
4352 2018-07-28 Tom de Vries <tdevries@suse.de>
4353
4354 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
4355
4356 2018-07-26 Tom de Vries <tdevries@suse.de>
4357
4358 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
4359
4360 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
4361
4362 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
4363 is visible.
4364
4365 2018-07-26 Tom de Vries <tdevries@suse.de>
4366
4367 PR breakpoints/23366
4368 * gdb.base/catch-follow-exec.c: New test.
4369 * gdb.base/catch-follow-exec.exp: New file.
4370
4371 2018-07-25 Tom de Vries <tdevries@suse.de>
4372
4373 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
4374 vla-optimized-out.c.
4375
4376 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
4377
4378 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
4379 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
4380
4381 2018-07-20 Tom de Vries <tdevries@suse.de>
4382
4383 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
4384 NOCLONE macro.
4385 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
4386
4387 2018-07-19 Tom de Vries <tdevries@suse.de>
4388
4389 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
4390 regular expression.
4391
4392 2018-07-18 Tom de Vries <tdevries@suse.de>
4393
4394 * gdb.base/vla-optimized-out.c: New test.
4395 * gdb.base/vla-optimized-out.exp: New file.
4396
4397 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
4398
4399 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
4400 message "No address associated with hostname" when gdbserver
4401 cannot resolve the hostname.
4402
4403 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4404
4405 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
4406 Add some test prefixes to make tests unique.
4407
4408 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4409
4410 * gdb.base/frameapply.c: New file.
4411 * gdb.base/frameapply.exp: New file.
4412
4413 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4414
4415 * gdb.base/skip.exp: Update expected error message.
4416
4417 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
4418 Jan Kratochvil <jan.kratochvil@redhat.com>
4419 Paul Fertser <fercerpav@gmail.com>
4420 Tsutomu Seki <sekiriki@gmail.com>
4421
4422 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
4423 parameter.
4424 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
4425 by default.
4426 * boards/native-gdbserver.exp: Likewise.
4427 * gdb.server/run-without-local-binary.exp: Improve regexp used
4428 for detecting when a remote debugging connection succeeds.
4429 * gdb.server/server-connect.exp: New file.
4430 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
4431 Do not prefix the port number with ":".
4432 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
4433 support for detecting and using it. Add '$debughost_gdbserver'
4434 to the list of arguments used to start gdbserver. Handle case
4435 when gdbserver cannot resolve a network name.
4436
4437 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
4438
4439 PR c++/23373
4440 * gdb.base/ptype-offsets.cc (struct static_member): New
4441 struct.
4442 (main) <stmember>: New variable.
4443 * gdb.base/ptype-offsets.exp: Add test for printing a struct
4444 with a static member in it.
4445
4446 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
4447
4448 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
4449 watchpoints enabled and disabled.
4450
4451 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4452
4453 * gdb.base/examine-backward.exp: Still run tests around address
4454 0x0, even if address 0x0 is not readable. Update the pattern for
4455 matching address 0x0 in expected output.
4456
4457 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4458
4459 * gdb.base/share-env-with-gdbserver.c (main): Add call to
4460 malloc/free.
4461
4462 2018-07-04 Tom de Vries <tdevries@suse.de>
4463
4464 * gdb.dwarf2/dw2-error.exp: Update expected error message.
4465
4466 2018-07-02 Maciej W. Rozycki <macro@mips.com>
4467
4468 PR tdep/8282
4469 * gdb.arch/mips-disassembler-options.exp: New test.
4470 * gdb.arch/mips-disassembler-options.s: New test source.
4471
4472 2018-06-29 Pedro Alves <palves@redhat.com>
4473
4474 * gdb.threads/names.exp: Adjust expected "info threads" output.
4475
4476 2018-06-29 Pedro Alves <palves@redhat.com>
4477
4478 * gdb.opt/inline-break.exp (line number, address): Add "info
4479 break" tests.
4480
4481 2018-06-29 Pedro Alves <palves@redhat.com>
4482
4483 * gdb.opt/inline-break.c (func1): Add "break here" marker.
4484 * gdb.opt/inline-break.exp: Test setting breakpoints by line
4485 number and address and running to them.
4486
4487 2018-06-29 Richard Bunt <richard.bunt@arm.com>
4488
4489 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
4490
4491 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4492
4493 * lib/compiler.c: Remove executable permission flag.
4494
4495 2018-06-28 Richard Bunt <richard.bunt@arm.com>
4496
4497 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
4498 code.
4499 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
4500
4501 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
4502
4503 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
4504
4505 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
4506
4507 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
4508 address argument is omitted.
4509
4510 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
4511
4512 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
4513
4514 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
4515
4516 PR gdb/21695
4517 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
4518 * gdb.base/infoline-reloc-main-from-zero.c: New file.
4519
4520 2018-06-26 Tom Tromey <tom@tromey.com>
4521
4522 PR rust/22574:
4523 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
4524 * gdb.rust/simple.rs (struct SimpleLayout): New.
4525
4526 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
4527
4528 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
4529 "info registers" output.
4530
4531 2018-06-21 Richard Bunt <richard.bunt@arm.com>
4532
4533 * gdb.base/watchpoint-hw-attach.c: New test.
4534 * gdb.base/watchpoint-hw-attach.exp: New file.
4535
4536 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
4537
4538 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
4539 through /bin/sh.
4540 * boards/dwarf4-gdb-index.exp: Likewise.
4541 * boards/fission-dwp.exp: Likewise.
4542
4543 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
4544
4545 * gdb.base/float128.exp: Add comment and improved fail message
4546 to the failure case of "print large128" test.
4547
4548 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
4549
4550 * configure.ac: Remove AC_PREREQ.
4551 * configure: Re-generate.
4552
4553 2018-06-19 Pedro Alves <palves@redhat.com>
4554
4555 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
4556 (func_extern_caller): New.
4557 (main): Call func_extern_caller.
4558 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
4559 logic change.
4560
4561 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
4562
4563 PR gdb/16841
4564 * gdb.cp/typedef-base.cc: New file.
4565 * gdb.cp/typedef-base.exp: New file.
4566
4567 2018-06-18 Tom de Vries <tdevries@suse.de>
4568
4569 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
4570
4571 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
4572 Richard Bunt <Richard.Bunt@arm.com>
4573
4574 * gdb.threads/attach-slow-waitpid.c: New file.
4575 * gdb.threads/attach-slow-waitpid.exp: New file.
4576 * gdb.threads/slow-waitpid.c: New file.
4577
4578 2018-06-14 Pedro Alves <palves@redhat.com>
4579
4580 * gdb.base/fork-running-state.c: Include <errno.h>.
4581 (exit_if_relative_exits): New.
4582 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
4583 exits.
4584 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
4585 child exits.
4586
4587 2018-06-14 Tom de Vries <tdevries@suse.de>
4588
4589 PR cli/22573
4590 * gdb.base/finish-pretty.c: New test.
4591 * gdb.base/finish-pretty.exp: New file.
4592
4593 2018-06-14 Pedro Alves <palves@redhat.com>
4594
4595 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
4596 gdb's expected startup output.
4597
4598 2018-06-14 Pedro Alves <palves@redhat.com>
4599
4600 * lib/selftest-support.exp (selftest_setup): Remove inlined
4601 function handling.
4602
4603 2018-06-14 Tom de Vries <tdevries@suse.de>
4604
4605 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
4606 matching of breakpoint printing.
4607
4608 2018-06-13 Tom de Vries <tdevries@suse.de>
4609
4610 PR testsuite/23269
4611 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
4612 (fork_child): ... here, and ...
4613 (fork_parent): ... here.
4614
4615 2018-06-12 Tom de Vries <tdevries@suse.de>
4616
4617 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
4618
4619 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
4620 Stephen Roberts <stephen.roberts@arm.com>
4621
4622 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
4623 rewrite test to describe action performed, rather than possible
4624 failure.
4625
4626 2018-06-08 Gary Benson <gbenson@redhat.com>
4627
4628 * gdb.threads/check-libthread-db.exp: New file.
4629 * gdb.threads/check-libthread-db.c: Likewise.
4630
4631 2018-06-05 Tom Tromey <tom@tromey.com>
4632
4633 * gdb.base/default.exp: Update expected "show version" output.
4634
4635 2018-06-05 Tom Tromey <tom@tromey.com>
4636
4637 PR cli/12326:
4638 * gdb.cp/static-print-quit.exp: Update.
4639 * lib/gdb.exp (pagination_prompt): Update.
4640 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
4641 * gdb.python/python.exp: Update.
4642
4643 2018-06-04 Joel Brobecker <brobecker@adacore.com>
4644
4645 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
4646
4647 2018-06-01 Joel Brobecker <brobecker@adacore.com>
4648
4649 * gdb.ada/bp_fun_addr: New testcase.
4650
4651 2018-06-01 Tom Tromey <tom@tromey.com>
4652
4653 * gdb.xml/tdesc-regs.exp (load_description): Update expected
4654 results.
4655 * gdb.dwarf2/method-ptr.exp: Set language to C++.
4656 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
4657 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
4658 * gdb.base/maint.exp (maint_pass_if): Update.
4659
4660 2018-05-31 Maciej W. Rozycki <macro@mips.com>
4661
4662 * gdb.base/endian.exp: New test.
4663 * gdb.base/endian.c: New test source.
4664
4665 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
4666
4667 PR gdb/23203
4668 * gdb.base/bt-selected-frame.c: New file.
4669 * gdb.base/bt-selected-frame.exp: New file.
4670 * lib/gdb.exp (get_current_frame_number): New function.
4671
4672 2018-05-24 Maciej W. Rozycki <macro@mips.com>
4673 Pedro Alves <palves@redhat.com>
4674
4675 * gdb.threads/tls-core.c: Include <stdlib.h>
4676 (thread_proc): Call `abort'.
4677 * gdb.threads/tls-core.exp: Generate a core with core_find too.
4678 (tls_core_test): New procedure, bits factored out from ...
4679 (top level): ... here. Test both native cores and gcore cores.
4680
4681 2018-05-23 Tom Tromey <tom@tromey.com>
4682
4683 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
4684
4685 2018-05-23 Tom Tromey <tom@tromey.com>
4686
4687 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
4688 symfile_complaints.
4689 (test_short_complaints): Likewise.
4690 (test_empty_complaints): Likewise.
4691 (test_initial_complaints): Update.
4692
4693 2018-05-23 Tom Tromey <tom@tromey.com>
4694
4695 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
4696
4697 2018-05-23 Tom Tromey <tom@tromey.com>
4698
4699 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
4700 (test_short_complaints): Update.
4701
4702 2018-05-22 Pedro Alves <palves@redhat.com>
4703
4704 * gdb.base/remote.exp: Only gdb_start after compiling the
4705 testcase. Issue "disconnect" before testing "set remote" command
4706 defaults. Issue clean_restart before running to main.
4707
4708 2018-05-22 Pedro Alves <palves@redhat.com>
4709
4710 * gdb.base/remote.exp: Adjust expected output of "show remote
4711 memory-write-packet-size". Add tests for "set remote
4712 memory-write-packet-size 0" and "set remote
4713 memory-write-packet-size fixed/limit".
4714
4715 2018-05-22 Pedro Alves <palves@redhat.com>
4716
4717 PR gdb/22973
4718 * gdb.base/utf8-identifiers.c: New file.
4719 * gdb.base/utf8-identifiers.exp: New file.
4720
4721 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
4722
4723 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
4724
4725 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
4726
4727 * gdb.arch/powerpc-vsx-gcore.exp: New file.
4728
4729 2018-05-18 Tom Tromey <tom@tromey.com>
4730
4731 * gdb.base/ptype-offsets.exp: Update.
4732
4733 2018-05-17 Keith Seitz <keiths@redhat.com>
4734
4735 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
4736 in expected breakpoint stop locations.
4737 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
4738 move to proper scope to test variable values.
4739 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
4740 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
4741 New functions.
4742 (main): Call not_inline_func3.
4743 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
4744 inline_func1, inline_func2, and inline_func3. Test that when each
4745 breakpoint is hit, GDB properly reports both the stop location
4746 and the backtrace. Repeat tests for temporary breakpoints.
4747
4748 2018-05-15 Maciej W. Rozycki <macro@mips.com>
4749
4750 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
4751 rather then trying to access it in determining whether the PID
4752 of `gdbserver' could have been retrieved.
4753
4754 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
4755
4756 * gdb.arch/amd64-init-x87-values.S: New file.
4757 * gdb.arch/amd64-init-x87-values.exp: New file.
4758
4759 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4760
4761 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
4762
4763 2018-05-04 Tom Tromey <tom@tromey.com>
4764
4765 PR python/22730:
4766 * gdb.python/python.exp: Test multi-line execute.
4767
4768 2018-05-04 Tom Tromey <tom@tromey.com>
4769
4770 PR python/22731:
4771 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
4772
4773 2018-05-04 Tom Tromey <tom@tromey.com>
4774
4775 PR gdb/11750:
4776 * gdb.base/define.exp: Test defining a user command inside a user
4777 command.
4778 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
4779
4780 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4781 Pedro Alves <palves@redhat.com>
4782
4783 PR breakpoints/19806 and support for PR external/20207.
4784 * gdb.base/watchpoint-unaligned.c: New file.
4785 * gdb.base/watchpoint-unaligned.exp: New file.
4786
4787 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4788
4789 * gdb.base/maint.exp: Make test names unique, use
4790 test_prefix_command_help to test 'help maint info', and remove
4791 repeated test of 'help maint'.
4792
4793 2018-05-04 Tom Tromey <tom@tromey.com>
4794
4795 PR gdb/22619:
4796 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
4797 behavior.
4798
4799 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4800
4801 * gdb.base/maint.exp: Process output from 'maint print registers'
4802 line at a time.
4803
4804 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4805
4806 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
4807 timeout.
4808
4809 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
4810
4811 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
4812 filter pattern.
4813
4814 2018-05-02 Pedro Alves <palves@redhat.com>
4815
4816 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
4817 to_log_command renames.
4818 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4819
4820 2018-05-02 Tom Tromey <tom@tromey.com>
4821
4822 * gdb.python/py-parameter.exp: Set test message.
4823
4824 2018-05-02 Tom Tromey <tom@tromey.com>
4825
4826 PR python/20084:
4827 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
4828 PARAM_ZUINTEGER_UNLIMITED tests.
4829
4830 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
4831
4832 PR rust/23124
4833 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
4834 when casting.
4835
4836 2018-04-30 Tom Tromey <tom@tromey.com>
4837
4838 * gdb.python/py-type.exp: Check align attribute.
4839 * gdb.python/py-type.c: New "aligncheck" global.
4840
4841 2018-04-30 Tom Tromey <tom@tromey.com>
4842
4843 PR exp/17095:
4844 * gdb.dwarf2/dw2-align.exp: New file.
4845 * gdb.cp/align.exp: New file.
4846 * gdb.base/align.exp: New file.
4847 * lib/gdb.exp (gdb_int128_helper): New proc.
4848 (has_int128_c, has_int128_cxx): New caching procs.
4849
4850 2018-04-27 Tom Tromey <tom@tromey.com>
4851
4852 PR rust/22545:
4853 * gdb.rust/simple.exp: Add inclusive range tests.
4854
4855 2018-04-26 Pedro Alves <palves@redhat.com>
4856
4857 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
4858 ifunc breakpoint locations correctly of ifunc breakpoints set
4859 while the program resolves the ifunc.
4860
4861 2018-04-26 Pedro Alves <palves@redhat.com>
4862
4863 * gdb.base/gnu-ifunc-final.c: New file.
4864 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
4865 * gdb.base/gnu-ifunc.exp (executable): Delete.
4866 (staticexecutable): Adjust.
4867 (lib_opts, exec_opts): Delete.
4868 (make_binsuffix, build, set-break): New procedures.
4869 (misc_tests): New, with tests factored out from the top level.
4870 (top level): Test different combinations of ifunc resolver name,
4871 resolver with and with debug info, and ifunc target with and
4872 without debug info. Wrap static tests with with_target_prefix.
4873
4874 2018-04-26 Pedro Alves <palves@redhat.com>
4875
4876 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
4877 return type" warnings.
4878
4879 2018-04-25 Pedro Alves <palves@redhat.com>
4880
4881 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
4882 killed".
4883 * gdb.base/kill-after-signal.exp: Likewise.
4884 * gdb.threads/kill.exp: Likewise.
4885
4886 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4887 Sergio Durigan Junior <sergiodj@redhat.com>
4888 Pedro Alves <palves@redhat.com>
4889
4890 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
4891 regexps to expect for '[Inferior ... detached]' as well.
4892 * gdb.base/attach.exp: Likewise.
4893 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
4894 "gdb_continue_to_end".
4895 (test_catch_syscall_with_wrong_args): Likewise.
4896 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
4897 ']'. Don't set 'verbose' on.
4898 * gdb.base/foll-vfork.exp: Likewise.
4899 * gdb.base/fork-print-inferior-events.c: New file.
4900 * gdb.base/fork-print-inferior-events.exp: New file.
4901 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
4902 '[Inferior ... has been killed]' message.
4903 * gdb.base/kill-after-signal.exp: Likewise.
4904 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
4905 detach message.
4906 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
4907 message.
4908 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
4909 regexps to expect for '[Inferior ... detached]' as well.
4910 * gdb.threads/process-dies-while-detaching.exp: Likewise.
4911
4912 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
4913
4914 PR gdb/23104
4915 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
4916
4917 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
4918
4919 PR gdb/23095
4920 * gdb.base/break-probes.exp: Pass shlib_load to
4921 prepare_for_testing. Set normal_bp to r_debug_state if target is
4922 bsd.
4923
4924 2018-04-19 Richard Bunt <richard.bunt@arm.com>
4925
4926 * gdb.threads/multiple-successive-infcall.c: New test.
4927 * gdb.threads/multiple-successive-infcall.exp: New file.
4928
4929 2018-04-17 Tom Tromey <tom@tromey.com>
4930
4931 * gdb.rust/simple.rs (Union): New type.
4932 (main): New local "u".
4933 * gdb.rust/simple.exp (test_one_slice): Add new test case.
4934
4935 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4936
4937 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
4938 number information in output of "whereis" command.
4939 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
4940
4941 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4942
4943 * gdb.ada/info_types.exp: Adjust expected output to the line
4944 numbers now printed by "info var/func/type".
4945 * gdb.base/completion.exp: Likewise.
4946 * gdb.base/included.exp: Likewise.
4947 * gdb.cp/cp-relocate.exp: Likewise.
4948 * gdb.cp/cplusfuncs.exp: Likewise.
4949 * gdb.cp/namespace.exp: Likewise.
4950 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
4951
4952 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4953
4954 * gdb.btrace/cpu.exp: New.
4955
4956 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4957
4958 * gdb.base/step-indirect-call-thunk.exp: New.
4959 * gdb.base/step-indirect-call-thunk.c: New.
4960 * gdb.reverse/step-indirect-call-thunk.exp: New.
4961 * gdb.reverse/step-indirect-call-thunk.c: New.
4962
4963 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
4964
4965 * gdb.base/pie-fork.c: New file.
4966 * gdb.base/pie-fork.exp: New file.
4967
4968 2018-04-11 Tom Tromey <tom@tromey.com>
4969
4970 * gdb.rust/simple.exp: Add test for ".." struct initializer.
4971
4972 2018-04-10 Pedro Alves <palves@redhat.com>
4973
4974 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
4975 exits. Instead loop running forever.
4976 (fork_parent): Run forever too.
4977
4978 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4979
4980 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
4981 mi_continue_to_line.
4982 * gdb.mi/mi-stack.c (callee4): Add comment.
4983
4984 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4985
4986 * gdb.mi/mi-stack.exp: Fix indentation.
4987
4988 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4989
4990 PR gdb/22979
4991 * gdb.arch/amd64-osabi.exp: New file.
4992
4993 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4994
4995 PR gdb/22980
4996 * gdb.base/osabi.exp: New file.
4997
4998 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
4999
5000 * gdb.cp/static-typedef-print.exp: New file.
5001 * gdb.cp/static-typedef-print.cc: New file.
5002
5003 2018-03-27 Joel Brobecker <brobecker@adacore.com>
5004
5005 * gdb.ada/varsize_limit: New testcase.
5006
5007 2018-03-27 Joel Brobecker <brobecker@adacore.com>
5008
5009 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
5010
5011 * gdb.ada/notcplusplus: New testcase.
5012
5013 * gdb.base/c-linkage-name.c: New file.
5014 * gdb.base/c-linkage-name.exp: New testcase.
5015
5016 2018-03-26 Tom Tromey <tom@tromey.com>
5017
5018 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
5019 * gdb.python/py-framefilter.py (name_error): New global.
5020 (ErrorInName.function): Use name_error.
5021
5022 2018-03-26 Tom Tromey <tom@tromey.com>
5023
5024 PR backtrace/15582:
5025 * gdb.python/py-framefilter.exp: Add "bt hide" test.
5026
5027 2018-03-23 Keith Seitz <keiths@redhat.com>
5028
5029 PR c++/22968
5030 * gdb.cp/subtypes.exp: New file.
5031 * gdb.cp/subtypes.h: New file.
5032 * gdb.cp/subtypes.cc: New file.
5033 * gdb.cp/subtypes-2.cc: New file.
5034
5035 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
5036
5037 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
5038 (done): Call '_exit' not 'exit' to avoid atexit handlers.
5039 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
5040 -nostartfiles when compiling the test. Confirm that all registers
5041 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
5042
5043 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
5044
5045 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
5046 option, syntax was wrong anyway.
5047 * gdb.arch/arm-disp-step.exp: Likewise.
5048 * gdb.arch/sparc64-regs.exp: Likewise.
5049 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
5050 option, syntax was wrong anyway, switch to use
5051 prepare_for_testing.
5052 * gdb.arch/i386-disp-step.exp: Likewise.
5053
5054 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
5055
5056 * gdb.ada/exec_changed.exp: Replace "target_info exists
5057 use_gdb_stub" by "use_gdb_stub".
5058 * gdb.ada/start.exp: Likewise.
5059 * gdb.base/async-shell.exp: Likewise.
5060 * gdb.base/attach-pie-misread.exp: Likewise.
5061 * gdb.base/attach-wait-input.exp: Likewise.
5062 * gdb.base/break-entry.exp: Likewise.
5063 * gdb.base/break-interp.exp: Likewise.
5064 * gdb.base/dprintf-detach.exp: Likewise.
5065 * gdb.base/nostdlib.exp: Likewise.
5066 * gdb.base/solib-nodir.exp: Likewise.
5067 * gdb.base/statistics.exp: Likewise.
5068 * gdb.base/testenv.exp: Likewise.
5069 * gdb.mi/mi-exec-run.exp: Likewise.
5070 * gdb.mi/mi-start.exp: Likewise.
5071 * gdb.multi/dummy-frame-restore.exp: Likewise.
5072 * gdb.multi/multi-arch-exec.exp: Likewise.
5073 * gdb.multi/multi-arch.exp: Likewise.
5074 * gdb.multi/tids.exp: Likewise.
5075 * gdb.multi/watchpoint-multi.exp: Likewise.
5076 * gdb.python/py-events.exp: Likewise.
5077 * gdb.threads/attach-into-signal.exp: Likewise.
5078 * gdb.threads/attach-stopped.exp: Likewise.
5079 * gdb.threads/threadapply.exp: Likewise.
5080 * lib/selftest-support.exp: Likewise.
5081
5082 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
5083
5084 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
5085
5086 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
5087
5088 * gdb.perf/template-breakpoints.cc: New file.
5089 * gdb.perf/template-breakpoints.exp: New file.
5090 * gdb.perf/template-breakpoints.py: New file.
5091
5092 2018-03-19 Tom Tromey <tom@tromey.com>
5093
5094 * gdb.rust/simple.rs (main): Add local variables field1, field2,
5095 y0.
5096 * gdb.rust/simple.exp: Test bare identifier form of struct
5097 initializer.
5098
5099 2018-03-19 Tom Tromey <tom@tromey.com>
5100
5101 * gdb.gdb/observer.exp: Remove.
5102
5103 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5104
5105 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
5106 "qualified" option when setting breakpoints.
5107 * gdb.trace/backtrace.exp: Likewise.
5108 * gdb.trace/circ.exp: Likewise.
5109 * gdb.trace/collection.exp: Likewise.
5110 * gdb.trace/disconnected-tracing.exp: Likewise.
5111 * gdb.trace/ftrace-lock.exp: Likewise.
5112 * gdb.trace/ftrace.exp: Likewise.
5113 * gdb.trace/infotrace.exp: Likewise.
5114 * gdb.trace/packetlen.exp: Likewise.
5115 * gdb.trace/passc-dyn.exp: Likewise.
5116 * gdb.trace/qtro.exp: Likewise.
5117 * gdb.trace/read-memory.exp: Likewise.
5118 * gdb.trace/report.exp: Likewise.
5119 * gdb.trace/signal.exp: Likewise.
5120 * gdb.trace/status-stop.exp: Likewise.
5121 * gdb.trace/strace.exp: Likewise.
5122 * gdb.trace/tfind.exp: Likewise.
5123 * gdb.trace/trace-break.exp: Likewise.
5124 * gdb.trace/trace-condition.exp: Likewise.
5125 * gdb.trace/trace-mt.exp: Likewise.
5126 * gdb.trace/tstatus.exp: Likewise.
5127 * gdb.trace/tsv.exp: Likewise.
5128 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
5129 * gdb.trace/unavailable.exp: Likewise.
5130 * gdb.trace/while-dyn.exp: Likewise.
5131
5132 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5133
5134 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
5135 that libinproctrace is copied to the target.
5136
5137 2018-03-14 Tom Tromey <tom@tromey.com>
5138
5139 PR cli/14977:
5140 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
5141 a null pointer.
5142 * gdb.base/wchar.exp: Likewise.
5143
5144 2018-03-14 Tom Tromey <tom@tromey.com>
5145
5146 PR cli/19918:
5147 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
5148 flag.
5149
5150 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
5151
5152 PR gdb/22841
5153 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
5154 "target" to remote_exec.
5155
5156 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
5157
5158 PR gdb/22841
5159 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
5160 ${board}_upload): Remove.
5161
5162 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
5163
5164 * gdb.cp/watch-cp.cc: New test.
5165 * gdb.cp/watch-cp.exp: New file.
5166
5167 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5168
5169 * gdb.base/infcall-nested-structs.exp: New file.
5170 * gdb.base/infcall-nested-structs.c: New file.
5171 * gdb.base/float.exp: Add riscv support.
5172
5173 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
5174
5175 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
5176 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
5177
5178 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
5179
5180 * gdb.server/abspath.exp: New file.
5181 * lib/gdb.exp (with_cwd): New procedure.
5182
5183 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
5184
5185 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
5186 use it.
5187 (gdb_is_target_remote_prompt): New proc.
5188 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
5189 (gdb_is_target_native): Pass prompt parameter to
5190 gdb_is_target_1.
5191
5192 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
5193
5194 * gdb.base/load-command.c: New file.
5195 * gdb.base/load-command.exp: New file.
5196 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
5197 (gdb_is_target_1): ...this, and generalize for other targets
5198 than just remote.
5199 (gdb_is_target_remote): Use gdb_is_target_1.
5200 (gdb_is_target_native): use gdb_is_target_1.
5201
5202 2018-02-26 Tom Tromey <tom@tromey.com>
5203
5204 PR python/16497:
5205 * gdb.python/py-framefilter.exp: Update test.
5206
5207 2018-02-26 Tom Tromey <tom@tromey.com>
5208
5209 * gdb.dwarf2/variant.c: New file.
5210 * gdb.dwarf2/variant.exp: New file.
5211
5212 2018-02-26 Tom Tromey <tom@tromey.com>
5213
5214 * gdb.rust/simple.exp: Accept more possible results in enum test.
5215
5216 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
5217
5218 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
5219 parentheses.
5220
5221 2018-02-23 Maciej W. Rozycki <macro@mips.com>
5222
5223 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
5224 name of a variable: $actual_linejj -> $actual_line.
5225
5226 2018-02-21 John Baldwin <jhb@FreeBSD.org>
5227
5228 * gdb.arch/amd64-i386-address.exp: Fix a typo.
5229
5230 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
5231
5232 * gdb.btrace/buffer-size.exp: Do not force BTS.
5233
5234 2018-02-14 Pedro Alves <palves@redhat.com>
5235
5236 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
5237 getting a "Quit".
5238
5239 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
5240
5241 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
5242 Fix test name.
5243
5244 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
5245
5246 * gdb.cp/m-static.exp: Check type of optimized out static
5247 member.
5248
5249 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
5250
5251 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
5252 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
5253
5254 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
5255 Leszek Swirski <leszeks@google.com>
5256
5257 * gdb.python/py-prettyprint.c
5258 (struct to_string_returns_value_inner,
5259 struct to_string_returns_value_wrapper): New.
5260 (main): Add tsrvw variable.
5261 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
5262 ToStringReturnsValueWrapper): New classes.
5263 (register_pretty_printers): Register new pretty-printers.
5264 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
5265 recursive pretty printer.
5266 * gdb.python/py-mi.exp: Likewise.
5267
5268 2018-02-01 Leszek Swirski <leszeks@google.com>
5269
5270 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
5271 functions with the same name as an include file are parsed
5272 correctly.
5273
5274 2018-02-01 Yao Qi <yao.qi@linaro.org>
5275
5276 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
5277 "\[^\r\n\]*".
5278
5279 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
5280
5281 * gdb.arch/powerpc-prologue-frame.s: New file.
5282 * gdb.arch/powerpc-prologue-frame.c: Likewise.
5283 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
5284
5285 2018-01-31 Joel Brobecker <brobecker@adacore.com>
5286
5287 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
5288
5289 2018-01-30 Pedro Alves <palves@redhat.com>
5290
5291 PR gdb/13211
5292 * gdb.base/interrupt-daemon.c: New.
5293 * gdb.base/interrupt-daemon.exp: New.
5294 * gdb.multi/multi-term-settings.c: New.
5295 * gdb.multi/multi-term-settings.exp: New.
5296
5297 2018-01-30 Joel Brobecker <brobecker@adacore.com>
5298
5299 * gdb.base/break.exp: Save the location where the breakpoint
5300 on break.c:47 was actually inserted when debugging the version
5301 compiled at -O2 and use it in the expected output of the "info
5302 break" test performed soon after.
5303
5304 2018-01-22 Pedro Alves <palves@redhat.com>
5305 Sergio Durigan Junior <sergiodj@redhat.com>
5306
5307 * gdb.base/whatis.exp: Add tests for 'set print object on' +
5308 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
5309
5310 2018-01-22 Joel Brobecker <brobecker@adacore.com>
5311
5312 * gdb.base/break-include.c, gdb.base/break-include.inc,
5313 gdb.base/break-include.exp: New files.
5314 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
5315 line number now being the actual line number where the breakpoint
5316 was inserted.
5317 * gdb.mi/mi-break.exp: Likewise.
5318 * gdb.mi/mi-reverse.exp: Likewise.
5319 * gdb.mi/mi-simplerun.exp: Ditto.
5320
5321 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
5322
5323 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
5324 varobj.
5325 * gdb.mi/mi-var-create-rtti.exp: Likewise.
5326
5327 2018-01-21 Don Breazeal <donb@codesourcery.com>
5328 Andrew Burgess <andrew.burgess@embecosm.com>
5329
5330 * gdb.mi/basics.c: Add new global.
5331 * gdb.mi/mi-frame-regs.exp: New file.
5332 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
5333 case.
5334
5335 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
5336
5337 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
5338 non-parameter, and on an unknown symbol.
5339
5340 2018-01-19 Tom Tromey <tom@tromey.com>
5341
5342 * gdb.rust/modules.rs (TWENTY_THREE): New global.
5343 * gdb.rust/modules.exp: Add ::-qualified lookup test.
5344
5345 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5346
5347 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
5348 setrlimit and chdir to int.
5349
5350 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5351
5352 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
5353 function.
5354 (my_tend): Likewise.
5355 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
5356 rationale of avoiding FP- and vector instructions.
5357
5358 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
5359
5360 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
5361 "info reg" with "\[ \t\]*".
5362 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
5363 "\[ \t\]+".
5364 * gdb.arch/s390-multiarch.exp: Ditto.
5365 * gdb.base/pc-fp.exp: Ditto.
5366 * gdb.reverse/i386-precsave.exp: Ditto.
5367 * gdb.reverse/i386-reverse.exp: Ditto.
5368 * gdb.reverse/i387-env-reverse.exp: Ditto.
5369 * gdb.reverse/i387-stack-reverse.exp: Ditto.
5370
5371 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
5372
5373 * lib/gdb.exp (gdb_compile): Re-enable use of
5374 universal_compile_options for languages other than Rust.
5375
5376 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
5377
5378 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
5379
5380 2018-01-17 Mike Gulick <mgulick@mathworks.com>
5381
5382 PR gdb/16577
5383 * gdb.base/solib-vanish.exp: New.
5384 * gdb.base/solib-vanish-main.c: New.
5385 * gdb.base/solib-vanish-lib1.c: New.
5386 * gdb.base/solib-vanish-lib2.c: New.
5387
5388 2018-01-17 Yao Qi <yao.qi@linaro.org>
5389
5390 * gdb.compile/compile.exp: Match the address printed for
5391 frame in the output of command "bt".
5392
5393 2018-01-15 Tom Tromey <tom@tromey.com>
5394
5395 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
5396 compute sp_reg.
5397
5398 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
5399
5400 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
5401 to prepare.
5402 (prepare): Return 0 on error, 1 on success.
5403
5404 2018-01-12 Pedro Alves <palves@redhat.com>
5405
5406 * gdb.base/continue-after-aborted-step-over.c: New.
5407 * gdb.base/continue-after-aborted-step-over.exp: New.
5408
5409 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
5410
5411 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
5412 options when not creating an executable.
5413
5414 2018-01-11 Pedro Alves <palves@redhat.com>
5415
5416 PR remote/22597
5417 * gdb.server/stop-reply-no-thread.c: New file.
5418 * gdb.server/stop-reply-no-thread.exp: New file.
5419
5420 2018-01-10 Pedro Alves <palves@redhat.com>
5421
5422 PR gdb/22670
5423 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
5424 functions too. Test setting breakpoints and printing C functions
5425 with no debug info too.
5426 * gdb.ada/bp_c_mixed_case/qux.c: New file.
5427
5428 2018-01-10 Pedro Alves <palves@redhat.com>
5429
5430 PR gdb/22670
5431 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
5432 a fail.
5433
5434 2018-01-10 Pedro Alves <palves@redhat.com>
5435
5436 PR gdb/22670
5437 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
5438
5439 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
5440
5441 * gdb.server/unittest.exp: Match the output in non-development
5442 mode.
5443
5444 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
5445
5446 * gdb.gdb/unittest.exp: Match output in non-development mode.
5447
5448 2018-01-08 Joel Brobecker <brobecker@adacore.com>
5449
5450 * gdb.ada/access_tagged_param.exp: Relax expected output
5451 for value of "ObjL" in "continue" to pck.inspect breakpoint
5452 test.
5453
5454 2018-01-08 Joel Brobecker <brobecker@adacore.com>
5455
5456 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
5457 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
5458
5459 2018-01-05 Pedro Alves <palves@redhat.com>
5460
5461 PR gdb/18653
5462 * gdb.base/libsegfault.exp: New.
5463
5464 2018-01-05 Joel Brobecker <brobecker@adacore.com>
5465
5466 PR gdb/22670
5467 * gdb.ada/access_tagged_param.exp: New file.
5468 * gdb.ada/access_tagged_param/foo.adb: New file.
5469
5470 2018-01-05 Pedro Alves <palves@redhat.com>
5471
5472 PR gdb/22670
5473 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
5474 exercise lower case too, and to exercise both full matching and
5475 wild matching.
5476
5477 2018-01-05 Joel Brobecker <brobecker@adacore.com>
5478
5479 * gdb.ada/rename_subscript_param: New testcase.
5480
5481 2018-01-05 Jerome Guitton <guitton@adacore.com>
5482
5483 * gdb.ada/arr_acc_idx_w_gap: New testcase.
5484
5485 2018-01-05 Joel Brobecker <brobecker@adacore.com>
5486
5487 * gdb.ada/convvar_comp: New testcase.
5488
5489 2018-01-05 Xavier Roirand <roirand@adacore.com>
5490
5491 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
5492 (My_Table): New global variable.
5493 * testsuite/gdb.ada/array_char_idx.exp: Add test.
5494
5495 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5496
5497 PR gdb/22670
5498 * gdb.ada/maint_with_ada: New testcase.
5499
5500 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5501
5502 PR gdb/22670
5503 * gdb.ada/bp_c_mixed_case: New testcase.
5504
5505 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5506
5507 PR gdb/22670
5508 * gdb.ada/complete.exp: Add "complete break ada" test.
5509
5510 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5511
5512 PR gdb/22670
5513 * gdb.ada/info_addr_mixed_case: New testcase.
5514
5515 2018-01-03 Xavier Roirand <roirand@adacore.com>
5516
5517 * gdb.ada/excep_handle.exp: New testcase.
5518 * gdb.ada/excep_handle/foo.adb: New file.
5519 * gdb.ada/excep_handle/pck.ads: New file.
5520
5521 2018-01-03 Joel Brobecker <brobecker@adacore.com>
5522
5523 * gdb.base/step-line.c: Add extra empty line in copyright header.
5524 * gdb.base/step-line.inp: Likewise.
5525
5526 2018-01-02 Joel Brobecker <brobecker@adacore.com>
5527
5528 * gdb.ada/dyn_stride.exp: Add slice test.
5529
5530 2018-01-02 Joel Brobecker <brobecker@adacore.com>
5531
5532 * gdb.ada/dyn_stride: New testcase.
5533
5534 2017-12-27 Stafford Horne <shorne@gmail.com>
5535
5536 * gdb.xml/extra-regs.xml: Add example foo reggroup.
5537 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
5538
5539 2017-12-27 Stafford Horne <shorne@gmail.com>
5540
5541 * gdb.base/reggroups.c: New file.
5542 * gdb.base/reggroups.exp: New file.
5543
5544 2017-12-18 Joel Brobecker <brobecker@adacore.com>
5545
5546 * gdb.dwarf2/ada-valprint-error.c: New file.
5547 * gdb.dwarf2/ada-valprint-error.exp: New file.
5548
5549 2017-12-18 Joel Brobecker <brobecker@adacore.com>
5550
5551 * gdb.ada/assign_arr: New testcase.
5552
5553 2017-12-18 Xavier Roirand <roirand@adacore.com>
5554
5555 * gdb.ada/funcall_ptr: New testcase.
5556
5557 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
5558
5559 PR cli/16224
5560 * gdb.base/ptype-offsets.cc: New file.
5561 * gdb.base/ptype-offsets.exp: New file.
5562
5563 2017-12-15 Yao Qi <yao.qi@linaro.org>
5564
5565 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
5566 if XML is disabled.
5567
5568 2017-12-15 Xavier Roirand <roirand@adacore.com>
5569
5570 * gdb.ada/same_component_name: New testcase.
5571
5572 2017-12-14 Joel Brobecker <brobecker@adacore.com>
5573
5574 * gdb.ada/str_binop_equal: New testcase.
5575
5576 2017-12-14 Joel Brobecker <brobecker@adacore.com>
5577
5578 * gdb.ada/task_switch_in_core: New testcase.
5579
5580 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
5581
5582 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
5583 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
5584 call test_bkpt_qualified.
5585 (test_bkpt_qualified): New proc.
5586
5587 2017-12-13 Pedro Alves <palves@redhat.com>
5588
5589 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
5590 Tighten regexp by matching with an anchor.
5591
5592 2017-12-13 Pedro Alves <palves@redhat.com>
5593
5594 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
5595 ("expression with namespace"): New set of tests.
5596 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
5597 (Nested::Test_NS::qux): New.
5598 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
5599 defaults to 'start_quote_char' and 'end_quote_char' parameters.
5600
5601 2017-12-13 Joel Brobecker <brobecker@adacore.com>
5602
5603 * gdb.base/server-del-break.c: New file.
5604 * gdb.base/server-del-break.exp: New file.
5605
5606 2017-12-12 Stafford Horne <shorne@gmail.com>
5607
5608 * gdb.xml/tdesc-regs.exp: Add or1k support.
5609
5610 2017-12-12 Stafford Horne <shorne@gmail.com>
5611
5612 * gdb.base/bp-permanent.c: Define nop of or1k.
5613
5614 2017-12-11 Joel Brobecker <brobecker@adacore.com>
5615
5616 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
5617 output with components being reordered.
5618
5619 2017-12-11 Joel Brobecker <brobecker@adacore.com>
5620
5621 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
5622 output with components being reordered.
5623
5624 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5625 Pedro Alves <palves@redhat.com>
5626
5627 * gdb.base/maint.exp (check for .gdb_index): Check also for
5628 .debug_names.
5629 * gdb.dlang/watch-loc.c (.debug_aranges): New.
5630 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
5631 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
5632 (.gdb_index used after symbol reloading): Support also .debug_names.
5633 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
5634
5635 2017-12-08 Yao Qi <yao.qi@linaro.org>
5636
5637 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
5638 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
5639
5640 2017-12-08 Yao Qi <yao.qi@linaro.org>
5641
5642 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
5643 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
5644
5645 2017-12-08 Yao Qi <yao.qi@linaro.org>
5646
5647 * gdb.arch/aarch64-tagged-pointer.c: New file.
5648 * gdb.arch/aarch64-tagged-pointer.exp: New file.
5649
5650 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
5651
5652 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
5653 "int".
5654
5655 2017-12-07 Keith Seitz <keiths@redhat.com>
5656
5657 PR breakpoints/22569
5658 * gdb.linespec/ls-errs.exp: Change expected result of "break
5659 -source this file has spaces.c -line 3".
5660 Check that an explicit source file followed by whitespace is
5661 identified as an invalid explicit location.
5662
5663 2017-12-07 Keith Seitz <keiths@redhat.com>
5664
5665 * gdb.cp/nested-types.cc: New file.
5666 * gdb.cp/nested-types.exp: New file.
5667 * lib/cp-support.exp: Load data-structures.exp library.
5668 (debug_cp_test_ptype_class): New global.
5669 (cp_ptype_class_verbose, next_line): New procedures.
5670 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
5671 Add and document new return value.
5672 Switch the list of lines to a queue.
5673 Add support for new `type' key for nested type definitions.
5674 Add debugging/troubleshooting messages.
5675 * lib/data-structures.exp: New file.
5676
5677 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
5678
5679 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
5680 with proc_with_prefix, don't use with_test_prefix.
5681
5682 2017-12-07 Tom Tromey <tom@tromey.com>
5683
5684 * gdb.base/break.exp: Add test for empty "commands".
5685
5686 2017-12-07 Yao Qi <yao.qi@linaro.org>
5687
5688 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
5689 malloc and catch syscall.
5690
5691 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
5692
5693 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
5694 tests for explicit locations.
5695
5696 2017-12-06 Pedro Alves <palves@redhat.com>
5697
5698 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
5699 force-disabling XML descriptions.
5700
5701 2017-12-04 Pedro Alves <palves@redhat.com>
5702
5703 PR gdb/22499
5704 * gdb.arch/amd64-disp-step-avx.S: New file.
5705 * gdb.arch/amd64-disp-step-avx.exp: New file.
5706
5707 2017-12-03 Pedro Alves <palves@redhat.com>
5708
5709 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
5710 and <string.h>.
5711 (parent_function): Print distinct messages when waitpid fails, or
5712 the child exits with a signal, or the child exits for an unhandled
5713 reason.
5714 * gdb.threads/process-dies-while-detaching.exp
5715 (detach_and_expect_exit): New 'inf_output_re' parameter and use
5716 it. Wait for both inferior output and GDB's prompt. Use an
5717 indirect spawn id list.
5718 (do_detach): New parameter 'child_exit'. Use it to compute
5719 expected inferior output.
5720 (test_detach, test_detach_watch, test_detach_killed_outside):
5721 Adjust to pass down the expected child exit kind.
5722
5723 2017-12-01 Joel Brobecker <brobecker@adacore.com>
5724 Sergio Durigan Junior <sergiodj@redhat.com>
5725 Pedro Alves <palves@redhat.com>
5726
5727 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
5728
5729 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
5730
5731 * gdb.base/relocate.exp: Add tests to guarantee that arguments
5732 to 'symbol-file' and 'add-symbol-file' can be
5733 position-independent.
5734
5735 2017-12-01 Yao Qi <yao.qi@linaro.org>
5736
5737 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
5738 the URL in copyright header.
5739 * gdb.arch/aarch64-fp.exp: Likewise.
5740 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
5741 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
5742 * gdb.base/expand-psymtabs.exp: Likewise.
5743 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
5744 * gdb.fortran/common-block.exp: Likewise.
5745 * gdb.fortran/common-block.f90: Likewise.
5746 * gdb.fortran/logical.exp: Likewise.
5747 * gdb.fortran/vla-datatypes.f90: Likewise.
5748 * gdb.fortran/vla-sub.f90: Likewise.
5749
5750 2017-11-30 Joel Brobecker <brobecker@adacore.com>
5751
5752 * gdb.ada/repeat_dyn: New testcase.
5753
5754 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
5755
5756 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
5757 Update for changed thread numbering.
5758 * gdb.cell/bt.exp: Update for changed GDB output.
5759
5760 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
5761
5762 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
5763 setting isremote by hand.
5764 * boards/dwarf4-gdb-index.exp: Likewise.
5765 * boards/fission.exp: Likewise.
5766 * boards/stabs.exp: Likewise.
5767
5768 2017-11-30 Pedro Alves <palves@redhat.com>
5769
5770 * gdb.linespec/cpls-ops.exp
5771 (check_explicit_skips_function_argument): Extract the underlying
5772 type of size_t instead of hardcoding it.
5773
5774 2017-11-29 Pedro Alves <palves@redhat.com>
5775
5776 PR c++/19436
5777 * gdb.linespec/cpls-abi-tag.cc: New file.
5778 * gdb.linespec/cpls-abi-tag.exp: New file.
5779
5780 2017-11-29 Pedro Alves <palves@redhat.com>
5781
5782 * gdb.base/langs.exp: Use -qualified.
5783 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
5784 it.
5785 * gdb.cp/namespace.exp: Use -qualified.
5786 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
5787 (overload-3, template-overload, template-ret-type, const-overload)
5788 (const-overload-quoted, anon-ns, ambiguous-prefix): New
5789 procedures.
5790 (test_driver): Call them.
5791 * gdb.cp/save-bp-qualified.cc: New.
5792 * gdb.cp/save-bp-qualified.exp: New.
5793 * gdb.linespec/explicit.exp: Test -qualified.
5794 * lib/completion-support.exp (completion::explicit_opts_list): Add
5795 "-qualified".
5796 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
5797
5798 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
5799
5800 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
5801
5802 2017-11-29 Tom Tromey <tom@tromey.com>
5803
5804 * gdb.base/relocate.exp: Update invalid argument test.
5805 Add new tests for invalid arguments.
5806
5807 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
5808
5809 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
5810 Return 0 as a long.
5811 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
5812
5813 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
5814
5815 * gdb.cp/breakpoint.cc (bar): Set return type to void.
5816 * gdb.cp/psymtab-parameter.cc (func): Likewise.
5817 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
5818 func ().
5819 * gdb.cp/shadow.cc (B.func): Return 0.
5820
5821 2017-11-27 Joel Brobecker <brobecker@adacore.com>
5822
5823 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
5824 expected output in gdb_expect call to allow the exception
5825 message to be present as well. Fix syntax confusion to avoid
5826 TCL thinking that exception_name is an array.
5827
5828 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
5829
5830 * gdb.arch/spu-info.c: Include <unistd.h>.
5831 (do_signal_test): Fix broken calls to write.
5832 * gdb.arch/spu-info.exp: Use prepare_for_testing.
5833 Fix checks for empty mailboxes. Update signal tests for corrected
5834 do_signal_test routine. Allow nonzero event status.
5835 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
5836 * gdb.cell/arch.exp: Use standard_output_file.
5837 * gdb.cell/break.exp: Likewise.
5838 * gdb.cell/bt.exp: Likewise.
5839 * gdb.cell/core.exp: Likewise.
5840 * gdb.cell/dwarfaddr.exp: Likewise.
5841 * gdb.cell/ea-cache.exp: Likewise.
5842 * gdb.cell/ea-standalone.exp: Likewise.
5843 * gdb.cell/f-regs.exp: Likewise.
5844 * gdb.cell/fork.exp: Likewise.
5845 * gdb.cell/gcore.exp: Likewise.
5846 * gdb.cell/mem-access.exp: Likewise.
5847 * gdb.cell/ptype.exp: Likewise.
5848 * gdb.cell/registers.exp: Likewise.
5849 * gdb.cell/sizeof.exp: Likewise.
5850 * gdb.cell/solib-symbol.exp: Likewise.
5851 * gdb.cell/solib.exp: Likewise.
5852
5853 2017-11-25 Pedro Alves <palves@redhat.com>
5854
5855 * gdb.base/complete-empty.exp: New file.
5856 * gdb.base/completion.exp: Adjust.
5857
5858 2017-11-25 Pedro Alves <palves@redhat.com>
5859
5860 * gdb.linespec/cpls-ops.cc: New file.
5861 * gdb.linespec/cpls-ops.exp: New file.
5862 * lib/completion-support.exp (test_complete_prefix_range_re): New,
5863 factored out from ...
5864 (test_complete_prefix_range): ... this.
5865
5866 2017-11-24 Pedro Alves <palves@redhat.com>
5867
5868 * gdb.linespec/cpcompletion.exp: New file.
5869 * gdb.linespec/cpls-hyphen.cc: New file.
5870 * gdb.linespec/cpls.cc: New file.
5871 * gdb.linespec/cpls2.cc: New file.
5872 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
5873 test to use test_gdb_complete_unique. Add label completion,
5874 keyword completion and explicit location completion tests.
5875 * lib/completion-support.exp: New file.
5876
5877 2017-11-24 Joel Brobecker <brobecker@adacore.com>
5878
5879 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
5880 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
5881 when hitting an exception catchpoint.
5882
5883 2017-11-22 Yao Qi <yao.qi@linaro.org>
5884
5885 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
5886
5887 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
5888
5889 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
5890 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
5891 * gdb.dwarf2/info-locals-optimized-out.c: New file.
5892
5893 2017-11-22 Yao Qi <yao.qi@linaro.org>
5894
5895 * gdb.base/info-os.exp: Pass pthreads.
5896 * gdb.multi/multi-attach.exp: Likewise.
5897
5898 2017-11-22 Yao Qi <yao.qi@linaro.org>
5899
5900 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
5901 compiler.
5902
5903 2017-11-22 Yao Qi <yao.qi@linaro.org>
5904
5905 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
5906 * gdb.base/break-interp.exp: Likewise.
5907 * gdb.base/jit-attach-pie.exp: Likewise.
5908
5909 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5910
5911 * gdb.base/float128.c (large128): New variable.
5912 * gdb.base/float128.exp: Add test to print largest __float128 value.
5913
5914 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5915
5916 * gdb.arch/vsx-regs.exp: Update register content checks.
5917
5918 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
5919
5920 * gdb.arch/ppc-longdouble.exp: New file.
5921 * gdb.arch/ppc-longdouble.c: Likewise.
5922
5923 2017-11-21 Pedro Alves <palves@redhat.com>
5924
5925 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
5926
5927 2017-11-20 Pedro Alves <palves@redhat.com>
5928
5929 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
5930 (long_double_typedef): New typedefs.
5931 Use DEF on double and long double.
5932 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
5933 cases.
5934 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
5935 and 'long_double_ptr_same_size' locals. Use them to decide
5936 whether cast from array/function to float is valid/invalid.
5937
5938 2017-11-17 Tom Tromey <tom@tromey.com>
5939
5940 * gdb.rust/traits.rs: New file.
5941 * gdb.rust/traits.exp: New file.
5942
5943 2017-11-17 Joel Brobecker <brobecker@adacore.com>
5944
5945 * gdb.ada/minsyms: New testcase.
5946
5947 2017-11-16 Pedro Alves <palves@redhat.com>
5948
5949 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
5950 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
5951
5952 2017-11-16 Pedro Alves <palves@redhat.com>
5953
5954 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
5955 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
5956
5957 2017-11-16 Pedro Alves <palves@redhat.com>
5958
5959 * gdb.server/reconnect-ctrl-c.c: New file.
5960 * gdb.server/reconnect-ctrl-c.exp: New file.
5961
5962 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
5963
5964 * gdb.python/py-rbreak.exp: New file.
5965 * gdb.python/py-rbreak.c: New file.
5966 * gdb.python/py-rbreak-func2.c: New file.
5967
5968 2017-11-16 Pedro Alves <palves@redhat.com>
5969
5970 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
5971 pattern.
5972 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
5973 GDB.
5974
5975 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
5976
5977 * gdb.tui/completionn.exp (test_tab_completion): Add space in
5978 regex.
5979
5980 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
5981
5982 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
5983 test names.
5984
5985 2017-11-09 Pedro Alves <palves@redhat.com>
5986
5987 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
5988 factored out from ...
5989 (top level): ... here, and adjusted to avoid expecting beyond the
5990 prompt in a single gdb_test_multiple.
5991
5992 2017-11-09 Pedro Alves <palves@redhat.com>
5993
5994 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
5995 output.
5996 * gdb.server/ext-attach.exp ("kill" test): Likewise.
5997 * gdb.server/ext-restart.exp ("kill" test): Likewise.
5998 * gdb.server/ext-run.exp ("kill" test): Likewise.
5999 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
6000
6001 2017-11-09 Pedro Alves <palves@redhat.com>
6002
6003 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
6004 match till end of line.
6005
6006 2017-11-09 Pedro Alves <palves@redhat.com>
6007
6008 * gdb.base/memattr.exp: Tighten regexes to match the end line.
6009
6010 2017-11-09 Pedro Alves <palves@redhat.com>
6011
6012 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
6013 New procedures, factored out from ...
6014 (top level): ... here, and adjusted to avoid expecting beyond the
6015 prompt in one go.
6016
6017 2017-11-09 Pedro Alves <palves@redhat.com>
6018
6019 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
6020 output. Fix '?' match.
6021
6022 2017-11-08 Joel Brobecker <brobecker@adacore.com>
6023
6024 * gdb.ada/scoped_watch: New testcase.
6025 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
6026 which is actually correct.
6027 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
6028 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
6029
6030 2017-11-08 Pedro Alves <palves@redhat.com>
6031
6032 * gdb.gdb/complaints.exp (test_initial_complaints)
6033 (test_serial_complaints, test_short_complaints): Call
6034 complaint_internal instead of complaint.
6035
6036 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
6037
6038 * gdb.threads/tls-core.c: New file.
6039 * gdb.threads/tls-core.exp: Likewise.
6040
6041 2017-11-08 Pedro Alves <palves@redhat.com>
6042
6043 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
6044 (p Exported_Capitalized): New test.
6045 (p exported_capitalized): New test.
6046
6047 2017-11-07 Pedro Alves <palves@redhat.com>
6048
6049 * gdb.cp/ena-dis-br-range.exp: Add more tests.
6050
6051 2017-11-07 Pedro Alves <palves@redhat.com>
6052
6053 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
6054 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
6055 (disable_invalid, disable_inverted, disable_negative): New
6056 procedures.
6057 ("bad numbers"): New set of tests.
6058
6059 2017-11-07 Pedro Alves <palves@redhat.com>
6060
6061 * gdb.cp/ena-dis-br-range.exp: Add tests.
6062
6063 2017-11-07 Pedro Alves <palves@redhat.com>
6064
6065 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
6066
6067 2017-11-07 Xavier Roirand <roirand@adacore.com>
6068 Pedro Alves <palves@redhat.com>
6069
6070 * gdb.base/ena-dis-br.exp: Add reference to
6071 gdb.cp/ena-dis-br-range.exp.
6072 * gdb.cp/ena-dis-br-range.exp: New file.
6073 * gdb.cp/ena-dis-br-range.cc: New file.
6074
6075 2017-11-06 Pedro Alves <palves@redhat.com>
6076
6077 * gdb.base/attach-non-pgrp-leader.c: New.
6078 * gdb.base/attach-non-pgrp-leader.exp: New.
6079
6080 2017-11-06 Pedro Alves <palves@redhat.com>
6081
6082 * configure.ac: No longer check for termio.h and sgtty.h.
6083 * configure: Regenerate.
6084 * remote-utils.c: Include termios.h instead of gdb_termios.h.
6085 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
6086 Remove termio and sgtty code.
6087
6088 2017-11-03 Yao Qi <yao.qi@linaro.org>
6089
6090 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
6091 in GDB is disabled.
6092
6093 2017-11-03 Yao Qi <yao.qi@linaro.org>
6094
6095 * gdb.python/py-thrhandle.exp: Skip it if python is not
6096 enabled.
6097
6098 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
6099
6100 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
6101 as a breakpoint command.
6102
6103 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
6104
6105 PR python/21213
6106 * gdb.python/py-infthread.exp: Test calling
6107 InferiorThread.inferior () multiple times in a row.
6108
6109 2017-10-27 Keith Seitz <keiths@redhat.com>
6110
6111 * gdb.opt/inline-break.exp (break_info_1): New procedure.
6112 Test "info break" for every inlined function breakpoint.
6113
6114 2017-10-27 Yao Qi <yao.qi@linaro.org>
6115
6116 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
6117
6118 2017-10-26 Patrick Frants <osscontribute@gmail.com>
6119
6120 * gdb.cp/classes.exp (test_static_members): Test printing
6121 Outer::instance.
6122 * gdb.cp/classes.c (struct Inner, struct Outer): New.
6123 (Inner::instance, Outer::instance): New.
6124
6125 2017-10-24 Pedro Alves <palves@redhat.com>
6126
6127 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
6128 extra console" test in two stages.
6129
6130 2017-10-24 Pedro Alves <palves@redhat.com>
6131
6132 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
6133
6134 2017-10-24 Pedro Alves <palves@redhat.com>
6135
6136 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
6137 loop.
6138
6139 2017-10-24 Pedro Alves <palves@redhat.com>
6140
6141 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
6142 $attempt" and "stoppedtry $stoppedtry" test prefixes.
6143
6144 2017-10-24 Pedro Alves <palves@redhat.com>
6145
6146 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
6147 parameter and handle it. Don't output read value in test name.
6148
6149 2017-10-24 Pedro Alves <palves@redhat.com>
6150
6151 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
6152 custom test name.
6153
6154 2017-10-24 Pedro Alves <palves@redhat.com>
6155
6156 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
6157 include the unstable output directory name in the test's name.
6158 (initial_setup_simple) <'set args'>: Use custom test name.
6159
6160 2017-10-24 Pedro Alves <palves@redhat.com>
6161
6162 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
6163 with explicit test name.
6164
6165 2017-10-20 Pedro Alves <palves@redhat.com>
6166
6167 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
6168 'wait -i'. Use gdb_assert and remote_close.
6169
6170 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
6171
6172 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
6173 number from variable rather than hard-coded.
6174
6175 2017-10-19 Pedro Alves <palves@redhat.com>
6176
6177 * gdb.base/long-inferior-output.c: New file.
6178 * gdb.base/long-inferior-output.exp: New file.
6179
6180 2017-11-18 Keith Seitz <keiths@redhat.com>
6181
6182 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
6183 method.
6184 (main): Call it.
6185 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
6186 Add additional user-defined conversion operator tests.
6187
6188 2017-10-17 Pedro Alves <palves@redhat.com>
6189
6190 * boards/native-stdio-gdbserver.exp: Load "local-board".
6191
6192 2017-10-17 Pedro Alves <palves@redhat.com>
6193
6194 * gdb.base/quit-live.c: New file.
6195 * gdb.base/quit-live.exp: New file.
6196
6197 2017-10-16 Keith Seitz <keiths@redhat.com>
6198
6199 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
6200 (class_with_protected_typedef, class_with_private_typedef)
6201 (struct_with_public_typedef, struct_with_protected_typedef)
6202 (struct_with_private_typedef): New classes/structs.
6203 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
6204 typedefs and access specifiers.
6205
6206 2017-10-16 Pedro Alves <palves@redhat.com>
6207 Simon Marchi <simon.marchi@polymtl.ca>
6208
6209 * README (Local vs Remote vs Native): New section.
6210 * boards/local-board.exp: New file, with bits factored out from
6211 ...
6212 * boards/native-extended-gdbserver.exp: ... here. Load
6213 "local-board".
6214 * boards/native-gdbserver.exp: Load "local-board".
6215 (${board}_spawn, ${board}_exec): Delete.
6216 * boards/native-stdio-gdbserver.exp: Most contents factored out to
6217 ...
6218 * boards/stdio-gdbserver-base.exp: ... this new file.
6219 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
6220 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
6221 procedure.
6222 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
6223 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
6224 stdio_gdbserver_command.
6225 (${board}_get_remote_address, ${board}_get_comm_port)
6226 (${board}_download, ${board}_upload): Delete.
6227 (get_target_remote_pipe_cmd): New.
6228
6229 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
6230
6231 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
6232 test_bkpt_deletion, test_bkpt_cond_and_cmds,
6233 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
6234 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
6235 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
6236 remove with_test_prefix.
6237
6238 2017-10-13 Pedro Alves <palves@redhat.com>
6239
6240 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
6241 * gdb.base/annota1.exp: Use it instead of is_remote.
6242 * gdb.base/annota3.exp: Use it instead of is_remote.
6243 * gdb.cp/annota2.exp: Use it instead of is_remote.
6244 * gdb.cp/annota3.exp: Use it instead of is_remote.
6245 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
6246
6247 2017-10-13 Pedro Alves <palves@redhat.com>
6248
6249 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
6250 (test_num_test_vars, run_and_count_vars, find_env)
6251 (test_set_unset_env, test_inherit_env_var): New procedures.
6252 (top level): Use them.
6253
6254 2017-10-13 Pedro Alves <palves@redhat.com>
6255
6256 * lib/selftest-support.exp (selftest_setup): Extend comments, and
6257 also skip on stub-like targets.
6258
6259 2017-10-13 Pedro Alves <palves@redhat.com>
6260
6261 PR gdb/22293
6262 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
6263 (top level): Move some tests to ...
6264 (test_not_found): ... this new procedure.
6265 (top level): Call it.
6266
6267 2017-10-13 Pedro Alves <palves@redhat.com>
6268
6269 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
6270 expect different "info terminal" output if testing with a
6271 non-native target.
6272
6273 2017-10-13 Pedro Alves <palves@redhat.com>
6274 Simon Marchi <simon.marchi@polymtl.ca>
6275
6276 PR python/12966
6277 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
6278
6279 2017-10-13 Pedro Alves <palves@redhat.com>
6280
6281 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
6282 already.
6283
6284 2017-10-13 Pedro Alves <palves@redhat.com>
6285
6286 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
6287 is_remote.
6288
6289 2017-10-13 Pedro Alves <palves@redhat.com>
6290
6291 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
6292 is_remote.
6293
6294 2017-10-13 Pedro Alves <palves@redhat.com>
6295
6296 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
6297 is set.
6298 (corefile_test_attach): Likewise. Check can_spawn_for_attach
6299 instead of is_remote.
6300
6301 2017-10-13 Pedro Alves <palves@redhat.com>
6302
6303 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
6304 (top level): Add comment.
6305
6306 2017-10-13 Pedro Alves <palves@redhat.com>
6307
6308 * gdb.base/remote.exp (top level): Fix comment typo and add
6309 missing return.
6310
6311 2017-10-13 Pedro Alves <palves@redhat.com>
6312 Simon Marchi <simon.marchi@polymtl.ca>
6313
6314 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
6315 calls and add comments. Skip test if use_gdb_stub is set.
6316 (top level): Use "set cwd" command instead of "cd" command.
6317
6318 2017-10-13 Pedro Alves <palves@redhat.com>
6319
6320 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
6321 is_remote target check.
6322
6323 2017-10-13 Pedro Alves <palves@redhat.com>
6324
6325 * gdb.base/scope.exp: Use build_executable + clean_restart +
6326 gdb_file_cmd instead of prepare_for_testing and no longer skip
6327 "before run" tests on is_remote target boards. Update comments.
6328 * boards/native-extended-gdbserver.exp
6329 (extended_gdbserver_load_last_file): New, factored out from ...
6330 (gdb_load): ... this. Move further below and add comment.
6331 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
6332
6333 2017-10-12 Pedro Alves <palves@redhat.com>
6334
6335 * gdb.base/attach.exp: Remove references to gdb64.
6336 * gdb.base/dbx.exp: Remove references to gdb64.
6337
6338 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
6339 Pedro Alves <palves@redhat.com>
6340
6341 * gdb.base/label.exp: Remove is_remote target check.
6342
6343 2017-10-12 Pedro Alves <palves@redhat.com>
6344
6345 * gdb.base/auvx.exp (coredir): Update comment.
6346 (top level) <core_works>: Use "set cwd" command instead of "cd"
6347 command.
6348
6349 2017-10-12 Pedro Alves <palves@redhat.com>
6350 Simon Marchi <simon.marchi@polymtl.ca>
6351
6352 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
6353 target boards.
6354
6355 2017-10-12 Pedro Alves <palves@redhat.com>
6356 Simon Marchi <simon.marchi@polymtl.ca>
6357
6358 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
6359 Instead skip if there's any gdb_protocol set.
6360
6361 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
6362 Pedro Alves <palves@redhat.com>
6363
6364 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
6365
6366 2017-10-12 Pedro Alves <palves@redhat.com>
6367 Simon Marchi <simon.marchi@polymtl.ca>
6368
6369 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
6370 instead of on dejagnu remote boards.
6371
6372 2017-10-12 Pedro Alves <palves@redhat.com>
6373 Simon Marchi <simon.marchi@polymtl.ca>
6374
6375 * gdb.base/inferior-died.exp: Remove is_remote and isnative
6376 checks. Use build_executable + clean_restart instead of
6377 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
6378 of enabling non-stop after starting gdb.
6379
6380 2017-10-12 Pedro Alves <palves@redhat.com>
6381
6382 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
6383 * gdb.threads/non-ldr-exc-2.exp: Ditto.
6384 * gdb.threads/non-ldr-exc-3.exp: Ditto.
6385 * gdb.threads/non-ldr-exc-4.exp: Ditto.
6386
6387 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
6388
6389 * gdb.arch/arc-tdesc-cpu.exp: New file.
6390 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
6391
6392 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
6393
6394 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
6395
6396 2017-10-10 Pedro Alves <palves@redhat.com>
6397
6398 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
6399 expect CLI output.
6400
6401 2017-10-10 Pedro Alves <palves@redhat.com>
6402
6403 * lib/selftest-support.exp (selftest_setup): Update for
6404 captured_command_loop's prototype change.
6405
6406 2017-10-09 Pedro Alves <palves@redhat.com>
6407
6408 Test both arch1=>arch2 and arch2=>arch1.
6409
6410 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
6411 (srcfile2, binfile2, march1, march2): Remove globals. Largely
6412 factored out to...
6413 (append_arch1_options, append_arch2_options, append_arch_options)
6414 (build_executables): New procedures.
6415 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
6416 local.
6417 (top level): Add new 'first_arch' testing axis.
6418
6419 2017-10-09 Pedro Alves <palves@redhat.com>
6420
6421 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
6422 (barrier): New.
6423 (thread_start, all_started): New functions.
6424 (main): Spawn new thread and wait until it is scheduled.
6425 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
6426 option.
6427 (do_test): Add 'selected_thread' parameter. Run to all_started
6428 instead of main. Explicitly set the breakpoint at main. Switch
6429 to the SELECTED_THREAD thread.
6430 (top level): Test handling the exec event with either the main
6431 thread or the second thread selected.
6432
6433 2017-10-09 Pedro Alves <palves@redhat.com>
6434
6435 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
6436 logic. Move STOP marker after the value checks.
6437 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
6438 regexp.
6439
6440 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
6441
6442 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
6443
6444 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
6445
6446 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
6447 integer-to-dfp conversion.
6448 * gdb.base/dfp-test.exp: Likewise.
6449
6450 2017-10-04 Pedro Alves <palves@redhat.com>
6451
6452 * gdb.multi/hangout.c: Include <unistd.h>.
6453 (hangout_loop): New function.
6454 (main): Call alarm. Call hangout_loop in a loop.
6455 * gdb.multi/hello.c: Include <unistd.h>.
6456 (hello_loop): New function.
6457 (main): Call alarm. Call hangout_loop in a loop.
6458 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
6459 inferior with the other selected.
6460
6461 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
6462
6463 * gdb.mi/list-thread-groups-available.exp: New file.
6464 * gdb.mi/list-thread-groups-available.c: New file.
6465
6466 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
6467
6468 * gdb.base/set-cwd.exp: Make it available on
6469 native-extended-gdbserver.
6470
6471 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
6472
6473 * gdb.base/set-cwd.c: New file.
6474 * gdb.base/set-cwd.exp: Likewise.
6475
6476 2017-10-02 Tom Tromey <tom@tromey.com>
6477
6478 PR rust/22236:
6479 * gdb.rust/simple.rs (main): New variable "fslice".
6480 * gdb.rust/simple.exp: Add slice tests. Update string tests.
6481
6482 2017-10-02 Tom Tromey <tom@tromey.com>
6483
6484 * gdb.rust/simple.exp: Test ptype of a slice.
6485
6486 2017-10-02 Tom Tromey <tom@tromey.com>
6487
6488 * gdb.rust/simple.exp: Test index of slice.
6489
6490 2017-09-27 Tom Tromey <tom@tromey.com>
6491
6492 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
6493
6494 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
6495 Pedro Alves <palves@redhat.com>
6496
6497 * gdb.base/compare-sections.exp (get value of read-only section): Read
6498 as unsigned value.
6499 (corrupt read-only section): Likewise and don't set written if patching
6500 failed.
6501
6502 2017-09-21 Kevin Buettner <kevinb@redhat.com>
6503
6504 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
6505 files.
6506
6507 2017-09-20 Pedro Alves <palves@redhat.com>
6508
6509 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
6510 symbol names in gdb's output.
6511 * gdb.cp/overload.exp ("list all overloads"): Likewise.
6512
6513 2017-09-20 Pedro Alves <palves@redhat.com>
6514
6515 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
6516 Rename to ...
6517 (test_list_ambiguous_symbol): ... this and add a symbol name
6518 parameter. Adjust.
6519 (test_list_ambiguous_function): Reimplement on top of
6520 test_list_ambiguous_symbol and also test listing ambiguous
6521 variables.
6522 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
6523 (ambiguous_fun): ... this.
6524 (ambiguous_var): New.
6525 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
6526 (ambiguous_fun): ... this.
6527 (ambiguous_var): New.
6528
6529 2017-09-19 John Baldwin <jhb@FreeBSD.org>
6530
6531 * gdb.base/starti.c: New file.
6532 * gdb.base/starti.exp: New file.
6533 * lib/gdb.exp (gdb_starti_cmd): New procedure.
6534
6535 2017-09-14 Pedro Alves <palves@redhat.com>
6536
6537 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
6538 (top level): Use it instead of runto.
6539
6540 2017-09-11 Tom Tromey <tom@tromey.com>
6541
6542 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
6543
6544 2017-09-11 Tom Tromey <tom@tromey.com>
6545
6546 * gdb.python/py-infthread.exp: Add tests for new_thread event.
6547 * gdb.python/py-inferior.exp: Add tests for new inferior events.
6548
6549 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
6550
6551 * gdb.fortran/printing-types.exp: New file.
6552 * gdb.fortran/printing-types.exp: New file.
6553
6554 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
6555
6556 * gdb.fortran/vla-ptype.exp: Fix typos.
6557 * gdb.fortran/vla-value.exp: Same.
6558
6559 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
6560
6561 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
6562 * gdb.mi/mi-var-child-f.exp: Likewise.
6563 * gdb.mi/mi-vla-fortran.exp: Likewise.
6564
6565 2017-09-08 Frank Penczek <frank.penczek@intel.com>
6566 Christoph Weinmann <christoph.t.weinmann@intel.com>
6567 Bernhard Heckel <bernhard.heckel@intel.com>
6568
6569 * gdb.fortran/ptr-indentation.f90: New file.
6570 * gdb.fortran/ptr-indentation.exp: New file.
6571
6572 2017-09-05 Tom Tromey <tom@tromey.com>
6573
6574 PR gdb/22010:
6575 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
6576
6577 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
6578
6579 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
6580
6581 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6582
6583 * gdb.threads/tls-nodebug-pie.c: New file.
6584 * gdb.threads/tls-nodebug-pie.exp: New file.
6585
6586 2017-09-05 Tom Tromey <tom@tromey.com>
6587
6588 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
6589 for rust.
6590
6591 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
6592
6593 * gdb.multi/multi-arch-exec.exp: Test with different
6594 "follow-exec-mode" settings.
6595 (do_test): New procedure.
6596
6597 2017-09-04 Pedro Alves <palves@redhat.com>
6598
6599 * gdb.base/func-static.c (S::method const, S::method volatile)
6600 (S::method volatile const): New methods.
6601 (c_s, v_s, cv_s): New instances.
6602 (main): Call method() on them.
6603 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
6604 (cannot_resolve): New procedure.
6605 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
6606 print-quote-unquoted columns.
6607 (do_test): Test printing each scope too.
6608
6609 2017-09-04 Pedro Alves <palves@redhat.com>
6610
6611 * gdb.base/local-static.exp: Also test with
6612 class::method::variable wholly quoted.
6613 * gdb.cp/m-static.exp (class::method::variable): Remove test.
6614
6615 2017-09-04 Pedro Alves <palves@redhat.com>
6616
6617 * gdb.base/local-static.c: New.
6618 * gdb.base/local-static.cc: New.
6619 * gdb.base/local-static.exp: New.
6620
6621 2017-09-04 Pedro Alves <palves@redhat.com>
6622
6623 * gdb.asm/asm-source.exp: Add casts to int.
6624 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
6625 (dataglobal64_1, dataglobal64_2): New globals.
6626 * gdb.base/nodebug.exp: Test different expressions involving the
6627 new globals, with print, whatis and ptype. Add casts to int.
6628 * gdb.base/solib-display.exp: Add casts to int.
6629 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
6630 * gdb.cp/m-static.exp: Add cast to int.
6631 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
6632 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
6633 tls variable with no debug info without a cast. Test with a cast
6634 to int too.
6635 * gdb.trace/entry-values.exp: Add casts.
6636
6637 2017-09-04 Pedro Alves <palves@redhat.com>
6638
6639 * gdb.base/nodebug.exp: Test that ptype's error about functions
6640 with unknown return type includes the function name too.
6641
6642 2017-09-04 Pedro Alves <palves@redhat.com>
6643
6644 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
6645 return type of munmap in infcall.
6646 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
6647 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
6648 type of ftell in infcall.
6649 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
6650 type of getpid in infcall.
6651 * gdb.base/infcall-exec.exp: Cast return type of execlp in
6652 infcall.
6653 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
6654 Bail on failure to extract the pid.
6655 * gdb.base/nodebug.c: #include <stdint.h>.
6656 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
6657 New functions.
6658 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
6659 Change expected output of print/whatis/ptype with functions with
6660 no debug info. Test all supported languages. Call
6661 test_call_promotion.
6662 * gdb.compile/compile.exp: Adjust expected output to expect
6663 warning.
6664 * gdb.threads/siginfo-threads.exp: Likewise.
6665
6666 2017-09-04 Pedro Alves <palves@redhat.com>
6667
6668 * gdb.base/callfuncs.exp (do_function_calls): New parameter
6669 "prototypes". Test calling float functions via prototyped and
6670 unprototyped function pointers.
6671 (perform_all_tests): New parameter "prototypes". Pass it down.
6672 (top level): Pass down "prototypes" parameter to
6673 perform_all_tests.
6674
6675 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6676
6677 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
6678 Test with nested loops.
6679
6680 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6681
6682 * gdb.base/commands.exp: Call the new procedures.
6683 (loop_break_test, loop_continue_test): New procedures.
6684
6685 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6686
6687 * gdb.base/commands.exp: Call new procedure.
6688 (define_if_without_arg_test): New procedure.
6689
6690 2017-09-04 Pedro Alves <palves@redhat.com>
6691
6692 * gdb.base/list-ambiguous.exp: New file.
6693 * gdb.base/list-ambiguous0.c: New file.
6694 * gdb.base/list-ambiguous1.c: New file.
6695 * gdb.base/list.exp (test_list_range): Adjust expected output.
6696
6697 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
6698
6699 * gdb.base/share-env-with-gdbserver.c: New file.
6700 * gdb.base/share-env-with-gdbserver.exp: Likewise.
6701
6702 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
6703
6704 * gdb.base/commands.exp (gdbvar_simple_if_test,
6705 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
6706 progvar_simple_if_test, progvar_simple_while_test,
6707 progvar_complex_if_while_test, user_defined_command_test,
6708 user_defined_command_args_eval,
6709 user_defined_command_args_stack_test,
6710 user_defined_command_manyargs_test, bp_deleted_in_command_test,
6711 temporary_breakpoint_commands,
6712 gdb_test_no_prompt, redefine_hook_test,
6713 redefine_backtrace_test): Remove "global gdb_prompt".
6714
6715 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
6716
6717 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
6718 New proc, call it from toplevel.
6719
6720 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
6721
6722 PR remote/21852
6723 * gdb.server/normal.c: New file, copied from gdb.base.
6724 * gdb.server/run-without-local-binary.exp: New file.
6725
6726 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
6727
6728 * gdb.arch/sparc64-adi.exp: New file.
6729 * gdb.arch/sparc64-adi.c: New file.
6730
6731 2017-08-22 Pedro Alves <palves@redhat.com>
6732
6733 * gdb.cp/overload.exp (line_range_pattern): New procedure.
6734 (top level): Add "list all overloads" tests.
6735
6736 2017-08-22 Tom Tromey <tom@tromey.com>
6737
6738 * gdb.gdb/xfullpath.exp: Remove.
6739
6740 2017-08-21 Pedro Alves <palves@redhat.com>
6741
6742 PR gdb/19487
6743 * gdb.base/symbol-alias.c: New.
6744 * gdb.base/symbol-alias2.c: New.
6745 * gdb.base/symbol-alias.exp: New.
6746
6747 2017-08-21 Pedro Alves <palves@redhat.com>
6748
6749 * gdb.base/dfp-test.c
6750 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
6751 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
6752 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
6753 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
6754 * gdb.base/whatis-ptype-typedefs.c: New.
6755 * gdb.base/whatis-ptype-typedefs.exp: New.
6756 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
6757 (an_int, an_int_type, an_int_type2): New globals.
6758 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
6759 involving typedefs and cast expressions.
6760 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
6761 (lookup_typedefs_function): New.
6762 (typedefs_pretty_printers_dict): New.
6763 (top level): Register lookup_typedefs_function in
6764 gdb.pretty_printers.
6765
6766 2017-08-18 Yao Qi <yao.qi@linaro.org>
6767
6768 * gdb.server/unittest.exp: New.
6769
6770 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
6771
6772 PR gdb/21954
6773 * gdb.base/environ.exp: Add test to check if 'unset environment'
6774 works.
6775
6776 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6777
6778 * lib/gdb.exp (universal_compile_options): New caching proc.
6779 (gdb_compile): Suppress GCC's coloring of messages.
6780
6781 2017-08-14 Tom Tromey <tom@tromey.com>
6782
6783 PR gdb/21675:
6784 * gdb.base/printcmds.exp (test_radices): New function.
6785 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
6786 * gdb.base/sizeof.exp (check_valueof): Use p/d.
6787 * lib/gdb.exp (get_integer_valueof): Use p/d.
6788
6789 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
6790
6791 * lib/gdb.exp (get_valueof): Don't capture end-of-line
6792 characters.
6793
6794 2017-08-05 Tom Tromey <tom@tromey.com>
6795
6796 * gdb.rust/simple.exp: Allow String to appear in a different
6797 namespace.
6798
6799 2017-07-26 Yao Qi <yao.qi@linaro.org>
6800
6801 * gdb.gdb/unittest.exp: Invoke command
6802 "maintenance check xml-descriptions".
6803
6804 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6805
6806 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
6807 calling context.
6808 (hex128): Drop erroneous calculation of parameters.
6809
6810 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
6811
6812 * gdb.python/py-unwind.exp: Disable stack protection when
6813 building test file.
6814
6815 2017-07-20 Pedro Alves <palves@redhat.com>
6816
6817 * gdb.base/default.exp (set language): Adjust expected output.
6818
6819 2017-07-20 Pedro Alves <palves@redhat.com>
6820
6821 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
6822 (test_minsym): ... this, and make static.
6823 (get_pck__foo__bar__minsym): Rename to ...
6824 (get_test_minsym): ... this.
6825 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
6826 symbol names and comments.
6827 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
6828 (get_test_minsym): ... this.
6829 (pck__foo__bar__minsym__2): Rename to ...
6830 (test_minsym): ... this.
6831 (main): Adjust.
6832
6833 2017-07-17 Pedro Alves <palves@redhat.com>
6834
6835 * gdb.base/completion.exp: Adjust expected output.
6836 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
6837 the completer works.
6838
6839 2017-07-17 Pedro Alves <palves@redhat.com>
6840
6841 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
6842
6843 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
6844
6845 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
6846
6847 2017-07-14 Tom Tromey <tom@tromey.com>
6848
6849 PR rust/21764:
6850 * gdb.rust/simple.exp: Add tests.
6851
6852 2017-07-14 Tom Tromey <tom@tromey.com>
6853
6854 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
6855
6856 2017-07-14 Pedro Alves <palves@redhat.com>
6857
6858 * gdb.linespec/base/one/thefile.cc (z1): New function.
6859 * gdb.linespec/base/two/thefile.cc (z2): New function.
6860 * gdb.linespec/linespec.exp: Add tests.
6861
6862 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6863
6864 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
6865 to mi_create_breakpoint.
6866
6867 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6868
6869 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
6870 mi_create_breakpoint.
6871
6872 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
6873
6874 * gdb.dlang/demangle.exp: Update for demangling changes.
6875
6876 2017-07-09 Tom Tromey <tom@tromey.com>
6877
6878 * gdb.dwarf2/shortpiece.exp: New file.
6879
6880 2017-07-06 David Blaikie <dblaikie@gmail.com>
6881
6882 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
6883 built from fissiont-multi-cu{1,2}.c.
6884 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
6885 except putting 'main' and 'func' in separate CUs in the same DWO file.
6886 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
6887 test.
6888 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
6889 test.
6890
6891 2017-07-06 Pedro Alves <palves@redhat.com>
6892
6893 * gdb.python/py-unwind.exp: Test flushregs.
6894
6895 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6896
6897 PR cli/21688
6898 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
6899 tests for alias commands and trailing whitespace.
6900
6901 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6902
6903 PR cli/21688
6904 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
6905 procedure. Call it.
6906
6907 2017-06-29 Pedro Alves <palves@redhat.com>
6908
6909 * gdb.base/printcmds.exp: Add tests.
6910
6911 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
6912
6913 PR gdb/21337
6914 * gdb.base/reread-readsym.exp: New file.
6915 * gdb.base/reread-readsym.c: New file.
6916
6917 2017-06-21 Kevin Buettner <kevinb@redhat.com>
6918
6919 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
6920 subpattern.
6921
6922 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
6923
6924 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
6925 extended mnemonic.
6926 * gdb.arch/powerpc-power9.s: Likewise.
6927
6928 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6929
6930 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
6931 on 32-bit x86 targets. Exploit is_*_target macros where
6932 appropriate.
6933
6934 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6935
6936 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
6937 register pieces.
6938
6939 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6940
6941 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
6942 located in one or more DWARF pieces.
6943
6944 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6945
6946 * lib/gdb.exp (get_endianness): New proc.
6947 * gdb.arch/aarch64-fp.exp: Use it.
6948 * gdb.arch/altivec-regs.exp: Likewise.
6949 * gdb.arch/e500-regs.exp: Likewise.
6950 * gdb.arch/vsx-regs.exp: Likewise.
6951 * gdb.base/dump.exp: Likewise.
6952 * gdb.base/funcargs.exp: Likewise.
6953 * gdb.base/gnu_vector.exp: Likewise.
6954 * gdb.dwarf2/formdata16.exp: Likewise.
6955 * gdb.dwarf2/implptrpiece.exp: Likewise.
6956 * gdb.dwarf2/nonvar-access.exp: Likewise.
6957 * gdb.python/py-inferior.exp: Likewise.
6958 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6959
6960 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6961
6962 PR gdb/21226
6963 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
6964 stack value pieces are taken from the LSB end.
6965
6966 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6967
6968 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
6969 variable at nonzero offset.
6970
6971 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6972
6973 * gdb.dwarf2/var-access.c: New file.
6974 * gdb.dwarf2/var-access.exp: New test.
6975 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
6976
6977 2017-06-12 Tom Tromey <tom@tromey.com>
6978
6979 * gdb.dwarf2/formdata16.exp: Add tests.
6980
6981 2017-06-12 Tom Tromey <tom@tromey.com>
6982
6983 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
6984
6985 2017-06-12 Tom Tromey <tom@tromey.com>
6986
6987 PR exp/16225:
6988 * gdb.reverse/i386-sse-reverse.exp: Update tests.
6989 * gdb.arch/vsx-regs.exp: Update tests.
6990 * gdb.arch/s390-vregs.exp (hex128): New proc.
6991 Update test.
6992 * gdb.arch/altivec-regs.exp: Update tests.
6993
6994 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6995
6996 * gdb.base/startup-with-shell.c: New file.
6997 * gdb.base/startup-with-shell.exp: Likewise.
6998
6999 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
7000
7001 * gdb.server/non-existing-program.exp: Update regex in order to
7002 reflect the fact that gdbserver is now using fork_inferior (with a
7003 shell) to startup the inferior.
7004
7005 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
7006
7007 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
7008 support function calls from GDB.
7009
7010 2017-05-21 Tom Tromey <tom@tromey.com>
7011
7012 PR rust/21466:
7013 * gdb.rust/unsized.exp: New file.
7014 * gdb.rust/unsized.rs: New file.
7015
7016 2017-05-19 Tom Tromey <tom@tromey.com>
7017
7018 PR rust/21484:
7019 * gdb.rust/watch.exp: New file.
7020 * gdb.rust/watch.rs: New file.
7021
7022 2017-05-18 Tom Tromey <tom@tromey.com>
7023
7024 * gdb.rust/simple.exp: Allow Box to be qualified.
7025
7026 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
7027
7028 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
7029
7030 2017-05-18 Pedro Alves <palves@redhat.com>
7031
7032 * gdb.base/fileio.c (test_write, test_read, test_close)
7033 (test_fstat): Don't print 'ret' in the fail path.
7034
7035 2017-05-18 Pedro Alves <palves@redhat.com>
7036
7037 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
7038 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
7039 (test_system, test_rename, test_unlink, test_time): Change
7040 prototypes.
7041 * gdb.base/fileio.exp (stop_msg): Adjust.
7042
7043 2017-05-18 Pedro Alves <palves@redhat.com>
7044
7045 * gdb.base/fileio.c (null_str): New global.
7046 (test_stat): Use it.
7047 * gdb.base/fileio.exp: Remove nowarnings.
7048
7049 2017-05-17 Yao Qi <yao.qi@linaro.org>
7050
7051 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
7052
7053 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
7054
7055 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
7056 argument command.
7057 (top-level): Invoke test_set_inferior_tty.
7058
7059 2017-05-04 Pedro Alves <palves@redhat.com>
7060
7061 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
7062 Add parens to print call for Python 3.
7063
7064 2017-05-03 Keith Seitz <keiths@redhat.com>
7065
7066 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
7067 (main): Call it.
7068
7069 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7070
7071 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
7072 to prev and next.
7073
7074 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7075
7076 * gdb.python/py-record-btrace.exp: Remove test for
7077 gdb.BtraceInstruction.error.
7078
7079 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7080
7081 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
7082
7083 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7084
7085 * gdb.python/py-record-btrace-threads.c: New file.
7086 * gdb.python/py-record-btrace-threads.exp: New file.
7087
7088 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
7089
7090 PR testsuite/8595
7091 * gdb.base/environ.exp: Make test available in all architectures.
7092 Move bits related to "info program" testing to
7093 gdb.base/info-program.exp. Rewrite tests to use the two new
7094 procedures mentione below.
7095 (test_set_show_env_var) New procedure.
7096 (test_set_show_env_var_equal): Likewise.
7097 * gdb.base/info-program.exp: New file.
7098
7099 2017-04-27 Keith Seitz <keiths@redhat.com>
7100
7101 * gdb.cp/oranking.cc (test15): New function.
7102 (main): Call test15 and declare additional variables for testing.
7103 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
7104 "p foo101('abc')" tests.
7105 Add tests for cv qualifier overloads.
7106 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
7107 "lvalue reference overload" test.
7108 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
7109 "print value of f1 on Child&& in f2" test.
7110
7111 2017-04-19 Pedro Alves <palves@redhat.com>
7112
7113 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
7114 procedure.
7115 (top level): Call it.
7116 * lib/gdb.exp (gdb_define_cmd): New procedure.
7117
7118 2017-04-12 Pedro Alves <palves@redhat.com>
7119
7120 PR gdb/21323
7121 * gdb.cp/wide_char_types.c: Include <wchar.h>.
7122 (wchar): New global.
7123 * gdb.cp/wide_char_types.exp (wide_char_types_program)
7124 (do_test_wide_char, wide_char_types_no_program, top level): Add
7125 wchar_t testing.
7126
7127 2017-04-12 Pedro Alves <palves@redhat.com>
7128
7129 PR c++/21323
7130 * gdb.cp/wide_char_types.c: New file.
7131 * gdb.cp/wide_char_types.exp: New file.
7132
7133 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
7134
7135 PR gdb/21352
7136 * gdb.trace/tsv.exp: Add test for "tsave -r".
7137
7138 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
7139
7140 * gdb.dlang/watch-loc.c: New file.
7141 * gdb.dlang/watch-loc.exp: New file.
7142
7143 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7144
7145 * gdb.python/py-section-script.exp (sepdebug): New testcases.
7146
7147 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
7148
7149 * gdb.arch/arc-analyze-prologue.S: New file.
7150 * gdb.arch/arc-analyze-prologue.exp: Likewise.
7151
7152 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
7153
7154 * gdb.arch/arc-decode-insn.S: New file.
7155 * gdb.arch/arc-decode-insn.exp: Likewise.
7156
7157 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
7158
7159 PR tdep/20928
7160 * gdb.arch/sparc64-regs.exp: New file.
7161 * gdb.arch/sparc64-regs.S: Likewise.
7162
7163 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
7164
7165 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
7166 and memory view on Python 3.
7167
7168 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
7169 Keith Seitz <keiths@redhat.com>
7170
7171 PR gdb/14441
7172 * gdb.cp/demangle.exp: Add rvalue reference tests.
7173 * gdb.cp/rvalue-ref-casts.cc: New file.
7174 * gdb.cp/rvalue-ref-casts.exp: New file.
7175 * gdb.cp/rvalue-ref-overload.cc: New file.
7176 * gdb.cp/rvalue-ref-overload.exp: New file.
7177 * gdb.cp/rvalue-ref-params.cc: New file.
7178 * gdb.cp/rvalue-ref-params.exp: New file.
7179 * gdb.cp/rvalue-ref-sizeof.cc: New file.
7180 * gdb.cp/rvalue-ref-sizeof.exp: New file.
7181 * gdb.cp/rvalue-ref-types.cc: New file.
7182 * gdb.cp/rvalue-ref-types.exp: New file.
7183 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
7184 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
7185
7186 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
7187
7188 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
7189 New procedure.
7190
7191 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
7192
7193 * lib/mi-support.exp (mi_gdb_test): Add additional message
7194 for unexpected output.
7195
7196 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
7197
7198 * gdb.base/examine-backward.c (Barrier): New character array
7199 constant, to ensure that TestStrings is preceded by a string
7200 terminator.
7201
7202 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7203
7204 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
7205 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
7206 and implicit pointer into such a location.
7207
7208 2017-03-16 Doug Evans <dje@google.com>
7209
7210 * gdb.python/py-lazy-string (pointer): Really add new typedef.
7211
7212 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
7213
7214 * gdb.cp/m-static.exp: Fix expectation for prototype of
7215 test5.single_constructor and single_constructor::single_constructor.
7216
7217 2017-03-16 Doug Evans <dje@google.com>
7218
7219 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
7220 * gdb.guile/scm-lazy-string.c: New file.
7221 * gdb.guile/scm-value.exp: Move lazy string tests to ...
7222 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
7223 for pointer, array, typedef lazy strings.
7224
7225 2017-03-16 Doug Evans <dje@google.com>
7226
7227 PR python/17728, python/18439, python/18779
7228 * gdb.python/py-value.c (main) Delete locals sptr, sn.
7229 * gdb.python/py-lazy-string.c (pointer): New typedef.
7230 (main): New locals ptr, array, typedef_ptr.
7231 * gdb.python/py-value.exp: Move lazy string tests to ...
7232 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
7233 array, typedef lazy strings.
7234
7235 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
7236
7237 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
7238 Add optional 'test' parameter.
7239
7240 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
7241
7242 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
7243 Skip for versions of DejaGnu < 1.5.
7244
7245 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
7246
7247 * lib/gdb.exp (dejagnu_version): New proc.
7248 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
7249 Use dejagnu_version.
7250
7251 2017-03-10 Keith Seitz <keiths@redhat.com>
7252
7253 PR c++/8128
7254 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
7255 type from destructor regexps.
7256 Add a branch which actually passes the test.
7257 Adjust "ptype t5i" test names.
7258
7259 2017-03-08 Pedro Alves <palves@redhat.com>
7260
7261 * gdb.base/step-over-exit.exp: Add explicit test message.
7262
7263 2017-03-08 Pedro Alves <palves@redhat.com>
7264
7265 PR gdb/18360
7266 * gdb.threads/interrupt-while-step-over.c: New file.
7267 * gdb.threads/interrupt-while-step-over.exp: New file.
7268
7269 2017-03-08 Pedro Alves <palves@redhat.com>
7270
7271 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
7272 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
7273
7274 2017-03-08 Pedro Alves <palves@redhat.com>
7275
7276 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
7277 PKRU as not supported as a PASS.
7278
7279 2017-03-08 Pedro Alves <palves@redhat.com>
7280
7281 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
7282 prefix instead of $binfile1/$binfile2.
7283 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
7284 in test message.
7285 * gdb.python/py-completion.exp: Use "load python file" as test
7286 messages instead of unstable path names.
7287
7288 2017-03-08 Pedro Alves <palves@redhat.com>
7289 Jan Kratochvil <jan.kratochvil@redhat.com>
7290
7291 PR cli/21218
7292 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
7293 New proc.
7294 (top level): Call it.
7295
7296 2017-03-08 Pedro Alves <palves@redhat.com>
7297
7298 PR tui/21216
7299 * gdb.tui/tui-nl-filtered-output.exp: New file.
7300
7301 2017-03-08 Pedro Alves <palves@redhat.com>
7302
7303 * gdb.base/completion.exp: Move TUI completion tests to ...
7304 * gdb.tui/completion.exp: ... this new file.
7305
7306 2017-03-08 Pedro Alves <palves@redhat.com>
7307
7308 * gdb.base/tui-disasm-long-lines.c,
7309 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
7310 gdb.base/tui-layout.exp: Move to ...
7311 * gdb.tui/: ... this new directory.
7312
7313 2017-03-07 Pedro Alves <palves@redhat.com>
7314
7315 * gdb.base/tui-layout.c: New file.
7316 * gdb.base/tui-layout.exp: New file.
7317
7318 2017-03-07 Pedro Alves <palves@redhat.com>
7319
7320 * gdb.base/tui-layout.c: Rename to ...
7321 * gdb.base/tui-disasm-long-lines.c: ... this.
7322 * gdb.base/tui-layout.exp: Rename to ...
7323 * gdb.base/tui-disasm-long-lines.exp: ... this.
7324
7325 2017-03-07 Pedro Alves <palves@redhat.com>
7326
7327 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
7328
7329 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
7330
7331 * i386-mpx-call.c: New file.
7332 * i386-mpx-call.exp: New file.
7333
7334 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
7335
7336 * gdb.arch/powerpc-power.exp: Delete test.
7337 * gdb.arch/powerpc-power.s: Likewise.
7338 * gdb.disasm/disassembler-options.exp: New test.
7339 * gdb.arch/powerpc-altivec.exp: Likewise.
7340 * gdb.arch/powerpc-altivec.s: Likewise.
7341 * gdb.arch/powerpc-altivec2.exp: Likewise.
7342 * gdb.arch/powerpc-altivec2.s: Likewise.
7343 * gdb.arch/powerpc-altivec3.exp: Likewise.
7344 * gdb.arch/powerpc-altivec3.s: Likewise.
7345 * gdb.arch/powerpc-power7.exp: Likewise.
7346 * gdb.arch/powerpc-power7.s: Likewise.
7347 * gdb.arch/powerpc-power8.exp: Likewise.
7348 * gdb.arch/powerpc-power8.s: Likewise.
7349 * gdb.arch/powerpc-power9.exp: Likewise.
7350 * gdb.arch/powerpc-power9.s: Likewise.
7351 * gdb.arch/powerpc-vsx.exp: Likewise.
7352 * gdb.arch/powerpc-vsx.s: Likewise.
7353 * gdb.arch/powerpc-vsx2.exp: Likewise.
7354 * gdb.arch/powerpc-vsx2.s: Likewise.
7355 * gdb.arch/powerpc-vsx3.exp: Likewise.
7356 * gdb.arch/powerpc-vsx3.s: Likewise.
7357 * gdb.arch/arm-disassembler-options.exp: Likewise.
7358 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
7359 * gdb.arch/s390-disassembler-options.exp: Likewise.
7360
7361 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
7362
7363 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
7364 (check_supported_features): ... this. Changed return type to void.
7365 (supports_rdseed): New static global.
7366 (rdseed): Check supports_rdseed.
7367 (initialize): Call check_supported_features.
7368
7369 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7370
7371 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
7372 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
7373 and lqarx/stqcx.
7374 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
7375 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
7376
7377 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7378
7379 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
7380 uppercase.
7381
7382 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7383
7384 * gdb.dwarf2/formdata16.c: New file.
7385 * gdb.dwarf2/formdata16.exp: New file.
7386 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
7387
7388 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7389
7390 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
7391 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
7392 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
7393 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
7394 DW_AT_GNU_*.
7395
7396 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7397
7398 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
7399
7400 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
7401
7402 PR gdb/21164
7403 * gdb.base/maint.exp: Add testcases for when the commands do
7404 not have arguments.
7405
7406 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
7407
7408 * gdb.cp/chained-calls.exp: Use p instead of P.
7409
7410 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
7411
7412 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
7413 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
7414
7415 2017-02-14 Tom Tromey <tom@tromey.com>
7416
7417 PR python/13598:
7418 * gdb.python/py-events.exp: Add before_prompt event tests.
7419
7420 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7421
7422 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
7423
7424 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
7425
7426 * gdb.linespec/explicit.c (my_unique_function_name): New function.
7427 (main): Call my_unique_function_name.
7428 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
7429 completion of patterns with a single match.
7430 Add missing -re switches to gdb_test_multiple calls.
7431
7432 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
7433
7434 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
7435 return if core file is not recognized.
7436
7437 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
7438
7439 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
7440 and extra UIs.
7441
7442 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
7443
7444 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
7445 proc_with_prefix.
7446
7447 2017-02-10 Tom Tromey <tom@tromey.com>
7448
7449 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
7450
7451 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
7452
7453 PR gdb/21122
7454 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
7455
7456 2017-02-08 Jerome Guitton <guitton@adacore.com>
7457
7458 * gdb.base/define.exp: Add test for command abbreviations
7459 in define.
7460
7461 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
7462
7463 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
7464 * gdb.reverse/insn-reverse-x86.c: New file.
7465
7466 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
7467
7468 PR tdep/20936
7469 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
7470
7471 2017-02-03 Tom Tromey <tom@tromey.com>
7472
7473 PR rust/21097:
7474 * gdb.rust/simple.exp: Add new tests.
7475
7476 2017-02-02 Pedro Alves <palves@redhat.com>
7477
7478 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
7479 tests.
7480
7481 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
7482
7483 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
7484 taking a 2-byte value out of a 4-byte DWARF implicit value on
7485 big-endian targets.
7486 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
7487 logic. Add test cases for DW_OP_implicit.
7488
7489 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7490
7491 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
7492
7493 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7494
7495 * gdb.btrace/enable.exp: Call gdb_exit before
7496 skip_gdbserver_tests.
7497
7498 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7499
7500 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
7501 GDBFLAGS.
7502
7503 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7504
7505 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
7506 the test is skipped.
7507 * gdb.btrace/data.exp: Likewise.
7508 * gdb.btrace/delta.exp: Likewise.
7509 * gdb.btrace/dlopen.exp: Likewise.
7510 * gdb.btrace/enable-running.exp: Likewise.
7511 * gdb.btrace/enable.exp: Likewise.
7512 * gdb.btrace/exception.exp: Likewise.
7513 * gdb.btrace/function_call_history.exp: Likewise.
7514 * gdb.btrace/gcore.exp: Likewise.
7515 * gdb.btrace/instruction_history.exp: Likewise.
7516 * gdb.btrace/multi-thread-step.exp: Likewise.
7517 * gdb.btrace/nohist.exp: Likewise.
7518 * gdb.btrace/non-stop.exp: Likewise.
7519 * gdb.btrace/reconnect.exp: Likewise.
7520 * gdb.btrace/record_goto-step.exp: Likewise.
7521 * gdb.btrace/record_goto.exp: Likewise.
7522 * gdb.btrace/rn-dl-bind.exp: Likewise.
7523 * gdb.btrace/segv.exp: Likewise.
7524 * gdb.btrace/step.exp: Likewise.
7525 * gdb.btrace/stepi.exp: Likewise.
7526 * gdb.btrace/tailcall-only.exp: Likewise.
7527 * gdb.btrace/tailcall.exp: Likewise.
7528 * gdb.btrace/tsx.exp: Likewise.
7529 * gdb.btrace/unknown_functions.exp: Likewise.
7530 * gdb.btrace/vdso.exp: Likewise.
7531
7532 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7533
7534 * gdb.btrace/enable-running.c: New.
7535 * gdb.btrace/enable-running.exp: New.
7536
7537 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
7538
7539 * gdb.arch/amd64-gs_base.c: New file.
7540 * gdb.arch/amd64-gs_base.exp: New file.
7541
7542 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
7543
7544 * lib/memory.exp: Remove spurious empty newlines.
7545
7546 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
7547
7548 * gdb.python/py-bad-printers.exp: Load python file using "source".
7549 * gdb.python/py-events.exp: Likewise.
7550 * gdb.python/py-evsignal.exp: Likewise.
7551 * gdb.python/py-evthreads.exp: Likewise.
7552 * gdb.python/py-frame-args.exp: Likewise.
7553 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
7554 * gdb.python/py-framefilter-mi.exp: Likewise.
7555 * gdb.python/py-framefilter.exp: Likewise.
7556 * gdb.python/py-mi.exp: Likewise.
7557 * gdb.python/py-pp-maint.exp: Likewise.
7558 * gdb.python/py-pp-registration.exp: Likewise.
7559 * gdb.python/py-prettyprint.exp: Likewise.
7560 (run_lang_tests): Likewise.
7561 * gdb.python/py-typeprint.exp: Likewise.
7562
7563 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
7564
7565 * lib/memory.exp: New file.
7566 * lib/gdb.exp: Load memory.exp.
7567 * gdb.base/memattr.exp (delete_memory): Move proc to
7568 lib/memory.exp and rename to delete_memory_regions.
7569 Replace delete_memory with delete_memory_regions.
7570 Cleanup memory regions before tests.
7571 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
7572 before tests.
7573
7574 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
7575
7576 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
7577 files.
7578 (initialize): New function conditionally defined.
7579 (testcases): Move within conditional block.
7580 (main): Call initialize.
7581 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
7582 of gdb.reverse/insn-reverse.c.
7583 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
7584 gdb.reverse/insn-reverse.c.
7585
7586 2017-01-26 Yao Qi <yao.qi@linaro.org>
7587
7588 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
7589 disassemble on address 0.
7590
7591 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
7592 Yao Qi <yao.qi@linaro.org>
7593
7594 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
7595 * gdb.dwarf2/implptr-64bit.S: Remove.
7596 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
7597 variables in caller's context. Add DW_OP_implicit_value.
7598
7599 2017-01-25 Yao Qi <yao.qi@linaro.org>
7600
7601 * lib/dwarf.exp (Dwarf::_location): Handle
7602 DW_OP_GNU_implicit_pointer with proper size.
7603
7604 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
7605
7606 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
7607 and add untested calls.
7608
7609 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
7610
7611 * gdb.python/python.exp: Check line number against what GDB thinks
7612 the line number is for func1.
7613
7614 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
7615
7616 * gdb.dlang/debug-expr.exp: New file.
7617
7618 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
7619
7620 Fix test names for the following files:
7621
7622 * gdb.ada/exec_changed.exp
7623 * gdb.ada/info_types.exp
7624 * gdb.arch/aarch64-atomic-inst.exp
7625 * gdb.arch/aarch64-fp.exp
7626 * gdb.arch/altivec-abi.exp
7627 * gdb.arch/altivec-regs.exp
7628 * gdb.arch/amd64-byte.exp
7629 * gdb.arch/amd64-disp-step.exp
7630 * gdb.arch/amd64-dword.exp
7631 * gdb.arch/amd64-entry-value-inline.exp
7632 * gdb.arch/amd64-entry-value-param.exp
7633 * gdb.arch/amd64-entry-value-paramref.exp
7634 * gdb.arch/amd64-entry-value.exp
7635 * gdb.arch/amd64-i386-address.exp
7636 * gdb.arch/amd64-invalid-stack-middle.exp
7637 * gdb.arch/amd64-invalid-stack-top.exp
7638 * gdb.arch/amd64-optimout-repeat.exp
7639 * gdb.arch/amd64-prologue-skip.exp
7640 * gdb.arch/amd64-prologue-xmm.exp
7641 * gdb.arch/amd64-stap-special-operands.exp
7642 * gdb.arch/amd64-stap-wrong-subexp.exp
7643 * gdb.arch/amd64-tailcall-cxx.exp
7644 * gdb.arch/amd64-tailcall-noret.exp
7645 * gdb.arch/amd64-tailcall-ret.exp
7646 * gdb.arch/amd64-tailcall-self.exp
7647 * gdb.arch/amd64-word.exp
7648 * gdb.arch/arm-bl-branch-dest.exp
7649 * gdb.arch/arm-disp-step.exp
7650 * gdb.arch/arm-neon.exp
7651 * gdb.arch/arm-single-step-kernel-helper.exp
7652 * gdb.arch/avr-flash-qualifier.exp
7653 * gdb.arch/disp-step-insn-reloc.exp
7654 * gdb.arch/e500-abi.exp
7655 * gdb.arch/e500-regs.exp
7656 * gdb.arch/ftrace-insn-reloc.exp
7657 * gdb.arch/i386-avx512.exp
7658 * gdb.arch/i386-bp_permanent.exp
7659 * gdb.arch/i386-byte.exp
7660 * gdb.arch/i386-cfi-notcurrent.exp
7661 * gdb.arch/i386-disp-step.exp
7662 * gdb.arch/i386-dr3-watch.exp
7663 * gdb.arch/i386-float.exp
7664 * gdb.arch/i386-gnu-cfi.exp
7665 * gdb.arch/i386-mpx-map.exp
7666 * gdb.arch/i386-mpx-sigsegv.exp
7667 * gdb.arch/i386-mpx-simple_segv.exp
7668 * gdb.arch/i386-mpx.exp
7669 * gdb.arch/i386-permbkpt.exp
7670 * gdb.arch/i386-prologue.exp
7671 * gdb.arch/i386-signal.exp
7672 * gdb.arch/i386-size-overlap.exp
7673 * gdb.arch/i386-unwind.exp
7674 * gdb.arch/i386-word.exp
7675 * gdb.arch/mips-fcr.exp
7676 * gdb.arch/powerpc-d128-regs.exp
7677 * gdb.arch/powerpc-stackless.exp
7678 * gdb.arch/ppc64-atomic-inst.exp
7679 * gdb.arch/s390-stackless.exp
7680 * gdb.arch/s390-tdbregs.exp
7681 * gdb.arch/s390-vregs.exp
7682 * gdb.arch/sparc-sysstep.exp
7683 * gdb.arch/thumb-bx-pc.exp
7684 * gdb.arch/thumb-singlestep.exp
7685 * gdb.arch/thumb2-it.exp
7686 * gdb.arch/vsx-regs.exp
7687 * gdb.asm/asm-source.exp
7688 * gdb.base/a2-run.exp
7689 * gdb.base/advance.exp
7690 * gdb.base/all-bin.exp
7691 * gdb.base/anon.exp
7692 * gdb.base/args.exp
7693 * gdb.base/arithmet.exp
7694 * gdb.base/async-shell.exp
7695 * gdb.base/async.exp
7696 * gdb.base/attach-pie-noexec.exp
7697 * gdb.base/attach-twice.exp
7698 * gdb.base/auto-load.exp
7699 * gdb.base/bang.exp
7700 * gdb.base/bitfields.exp
7701 * gdb.base/break-always.exp
7702 * gdb.base/break-caller-line.exp
7703 * gdb.base/break-entry.exp
7704 * gdb.base/break-inline.exp
7705 * gdb.base/break-on-linker-gcd-function.exp
7706 * gdb.base/break-probes.exp
7707 * gdb.base/break.exp
7708 * gdb.base/breakpoint-shadow.exp
7709 * gdb.base/call-ar-st.exp
7710 * gdb.base/call-sc.exp
7711 * gdb.base/call-signal-resume.exp
7712 * gdb.base/call-strs.exp
7713 * gdb.base/callfuncs.exp
7714 * gdb.base/catch-fork-static.exp
7715 * gdb.base/catch-gdb-caused-signals.exp
7716 * gdb.base/catch-load.exp
7717 * gdb.base/catch-signal-fork.exp
7718 * gdb.base/catch-signal.exp
7719 * gdb.base/catch-syscall.exp
7720 * gdb.base/charset.exp
7721 * gdb.base/checkpoint.exp
7722 * gdb.base/chng-syms.exp
7723 * gdb.base/code-expr.exp
7724 * gdb.base/code_elim.exp
7725 * gdb.base/commands.exp
7726 * gdb.base/completion.exp
7727 * gdb.base/complex.exp
7728 * gdb.base/cond-expr.exp
7729 * gdb.base/condbreak.exp
7730 * gdb.base/consecutive.exp
7731 * gdb.base/continue-all-already-running.exp
7732 * gdb.base/coredump-filter.exp
7733 * gdb.base/corefile.exp
7734 * gdb.base/dbx.exp
7735 * gdb.base/debug-expr.exp
7736 * gdb.base/define.exp
7737 * gdb.base/del.exp
7738 * gdb.base/disabled-location.exp
7739 * gdb.base/disasm-end-cu.exp
7740 * gdb.base/disasm-optim.exp
7741 * gdb.base/display.exp
7742 * gdb.base/duplicate-bp.exp
7743 * gdb.base/ena-dis-br.exp
7744 * gdb.base/ending-run.exp
7745 * gdb.base/enumval.exp
7746 * gdb.base/environ.exp
7747 * gdb.base/eu-strip-infcall.exp
7748 * gdb.base/eval-avoid-side-effects.exp
7749 * gdb.base/eval-skip.exp
7750 * gdb.base/exitsignal.exp
7751 * gdb.base/expand-psymtabs.exp
7752 * gdb.base/filesym.exp
7753 * gdb.base/find-unmapped.exp
7754 * gdb.base/finish.exp
7755 * gdb.base/float.exp
7756 * gdb.base/foll-exec-mode.exp
7757 * gdb.base/foll-exec.exp
7758 * gdb.base/foll-fork.exp
7759 * gdb.base/fortran-sym-case.exp
7760 * gdb.base/freebpcmd.exp
7761 * gdb.base/func-ptr.exp
7762 * gdb.base/func-ptrs.exp
7763 * gdb.base/funcargs.exp
7764 * gdb.base/gcore-buffer-overflow.exp
7765 * gdb.base/gcore-relro-pie.exp
7766 * gdb.base/gcore-relro.exp
7767 * gdb.base/gcore.exp
7768 * gdb.base/gdb1090.exp
7769 * gdb.base/gdb11530.exp
7770 * gdb.base/gdb11531.exp
7771 * gdb.base/gdb1821.exp
7772 * gdb.base/gdbindex-stabs.exp
7773 * gdb.base/gdbvars.exp
7774 * gdb.base/hbreak.exp
7775 * gdb.base/hbreak2.exp
7776 * gdb.base/included.exp
7777 * gdb.base/infcall-input.exp
7778 * gdb.base/inferior-died.exp
7779 * gdb.base/infnan.exp
7780 * gdb.base/info-macros.exp
7781 * gdb.base/info-os.exp
7782 * gdb.base/info-proc.exp
7783 * gdb.base/info-shared.exp
7784 * gdb.base/info-target.exp
7785 * gdb.base/infoline.exp
7786 * gdb.base/interp.exp
7787 * gdb.base/interrupt.exp
7788 * gdb.base/jit-reader.exp
7789 * gdb.base/jit-simple.exp
7790 * gdb.base/kill-after-signal.exp
7791 * gdb.base/kill-detach-inferiors-cmd.exp
7792 * gdb.base/label.exp
7793 * gdb.base/langs.exp
7794 * gdb.base/ldbl_e308.exp
7795 * gdb.base/line-symtabs.exp
7796 * gdb.base/linespecs.exp
7797 * gdb.base/list.exp
7798 * gdb.base/long_long.exp
7799 * gdb.base/longest-types.exp
7800 * gdb.base/maint.exp
7801 * gdb.base/max-value-size.exp
7802 * gdb.base/memattr.exp
7803 * gdb.base/mips_pro.exp
7804 * gdb.base/morestack.exp
7805 * gdb.base/moribund-step.exp
7806 * gdb.base/multi-forks.exp
7807 * gdb.base/nested-addr.exp
7808 * gdb.base/nextoverexit.exp
7809 * gdb.base/noreturn-finish.exp
7810 * gdb.base/noreturn-return.exp
7811 * gdb.base/nostdlib.exp
7812 * gdb.base/offsets.exp
7813 * gdb.base/opaque.exp
7814 * gdb.base/pc-fp.exp
7815 * gdb.base/permissions.exp
7816 * gdb.base/print-symbol-loading.exp
7817 * gdb.base/prologue-include.exp
7818 * gdb.base/psymtab.exp
7819 * gdb.base/ptype.exp
7820 * gdb.base/random-signal.exp
7821 * gdb.base/randomize.exp
7822 * gdb.base/range-stepping.exp
7823 * gdb.base/readline-ask.exp
7824 * gdb.base/recpar.exp
7825 * gdb.base/recurse.exp
7826 * gdb.base/relational.exp
7827 * gdb.base/restore.exp
7828 * gdb.base/return-nodebug.exp
7829 * gdb.base/return.exp
7830 * gdb.base/run-after-attach.exp
7831 * gdb.base/save-bp.exp
7832 * gdb.base/scope.exp
7833 * gdb.base/sect-cmd.exp
7834 * gdb.base/set-lang-auto.exp
7835 * gdb.base/set-noassign.exp
7836 * gdb.base/setvar.exp
7837 * gdb.base/sigall.exp
7838 * gdb.base/sigbpt.exp
7839 * gdb.base/siginfo-addr.exp
7840 * gdb.base/siginfo-infcall.exp
7841 * gdb.base/siginfo-obj.exp
7842 * gdb.base/siginfo.exp
7843 * gdb.base/signals-state-child.exp
7844 * gdb.base/signest.exp
7845 * gdb.base/sigstep.exp
7846 * gdb.base/sizeof.exp
7847 * gdb.base/skip.exp
7848 * gdb.base/solib-corrupted.exp
7849 * gdb.base/solib-nodir.exp
7850 * gdb.base/solib-search.exp
7851 * gdb.base/stack-checking.exp
7852 * gdb.base/stale-infcall.exp
7853 * gdb.base/stap-probe.exp
7854 * gdb.base/start.exp
7855 * gdb.base/step-break.exp
7856 * gdb.base/step-bt.exp
7857 * gdb.base/step-line.exp
7858 * gdb.base/step-over-exit.exp
7859 * gdb.base/step-over-syscall.exp
7860 * gdb.base/step-resume-infcall.exp
7861 * gdb.base/step-test.exp
7862 * gdb.base/store.exp
7863 * gdb.base/structs3.exp
7864 * gdb.base/sym-file.exp
7865 * gdb.base/symbol-without-target_section.exp
7866 * gdb.base/term.exp
7867 * gdb.base/testenv.exp
7868 * gdb.base/ui-redirect.exp
7869 * gdb.base/until.exp
7870 * gdb.base/unwindonsignal.exp
7871 * gdb.base/value-double-free.exp
7872 * gdb.base/vla-datatypes.exp
7873 * gdb.base/vla-ptr.exp
7874 * gdb.base/vla-sideeffect.exp
7875 * gdb.base/volatile.exp
7876 * gdb.base/watch-cond-infcall.exp
7877 * gdb.base/watch-cond.exp
7878 * gdb.base/watch-non-mem.exp
7879 * gdb.base/watch-read.exp
7880 * gdb.base/watch-vfork.exp
7881 * gdb.base/watchpoint-cond-gone.exp
7882 * gdb.base/watchpoint-delete.exp
7883 * gdb.base/watchpoint-hw-hit-once.exp
7884 * gdb.base/watchpoint-hw.exp
7885 * gdb.base/watchpoint-stops-at-right-insn.exp
7886 * gdb.base/watchpoints.exp
7887 * gdb.base/wchar.exp
7888 * gdb.base/whatis-exp.exp
7889 * gdb.btrace/buffer-size.exp
7890 * gdb.btrace/data.exp
7891 * gdb.btrace/delta.exp
7892 * gdb.btrace/dlopen.exp
7893 * gdb.btrace/enable.exp
7894 * gdb.btrace/exception.exp
7895 * gdb.btrace/function_call_history.exp
7896 * gdb.btrace/gcore.exp
7897 * gdb.btrace/instruction_history.exp
7898 * gdb.btrace/nohist.exp
7899 * gdb.btrace/reconnect.exp
7900 * gdb.btrace/record_goto-step.exp
7901 * gdb.btrace/record_goto.exp
7902 * gdb.btrace/rn-dl-bind.exp
7903 * gdb.btrace/segv.exp
7904 * gdb.btrace/step.exp
7905 * gdb.btrace/stepi.exp
7906 * gdb.btrace/tailcall-only.exp
7907 * gdb.btrace/tailcall.exp
7908 * gdb.btrace/tsx.exp
7909 * gdb.btrace/unknown_functions.exp
7910 * gdb.btrace/vdso.exp
7911 * gdb.compile/compile-ifunc.exp
7912 * gdb.compile/compile-ops.exp
7913 * gdb.compile/compile-print.exp
7914 * gdb.compile/compile-setjmp.exp
7915 * gdb.cp/abstract-origin.exp
7916 * gdb.cp/ambiguous.exp
7917 * gdb.cp/annota2.exp
7918 * gdb.cp/annota3.exp
7919 * gdb.cp/anon-ns.exp
7920 * gdb.cp/anon-struct.exp
7921 * gdb.cp/anon-union.exp
7922 * gdb.cp/arg-reference.exp
7923 * gdb.cp/baseenum.exp
7924 * gdb.cp/bool.exp
7925 * gdb.cp/breakpoint.exp
7926 * gdb.cp/bs15503.exp
7927 * gdb.cp/call-c.exp
7928 * gdb.cp/casts.exp
7929 * gdb.cp/chained-calls.exp
7930 * gdb.cp/class2.exp
7931 * gdb.cp/classes.exp
7932 * gdb.cp/cmpd-minsyms.exp
7933 * gdb.cp/converts.exp
7934 * gdb.cp/cp-relocate.exp
7935 * gdb.cp/cpcompletion.exp
7936 * gdb.cp/cpexprs.exp
7937 * gdb.cp/cplabel.exp
7938 * gdb.cp/cplusfuncs.exp
7939 * gdb.cp/cpsizeof.exp
7940 * gdb.cp/ctti.exp
7941 * gdb.cp/derivation.exp
7942 * gdb.cp/destrprint.exp
7943 * gdb.cp/dispcxx.exp
7944 * gdb.cp/enum-class.exp
7945 * gdb.cp/exception.exp
7946 * gdb.cp/exceptprint.exp
7947 * gdb.cp/expand-psymtabs-cxx.exp
7948 * gdb.cp/expand-sals.exp
7949 * gdb.cp/extern-c.exp
7950 * gdb.cp/filename.exp
7951 * gdb.cp/formatted-ref.exp
7952 * gdb.cp/fpointer.exp
7953 * gdb.cp/gdb1355.exp
7954 * gdb.cp/gdb2495.exp
7955 * gdb.cp/hang.exp
7956 * gdb.cp/impl-this.exp
7957 * gdb.cp/infcall-dlopen.exp
7958 * gdb.cp/inherit.exp
7959 * gdb.cp/iostream.exp
7960 * gdb.cp/koenig.exp
7961 * gdb.cp/local.exp
7962 * gdb.cp/m-data.exp
7963 * gdb.cp/m-static.exp
7964 * gdb.cp/mb-ctor.exp
7965 * gdb.cp/mb-inline.exp
7966 * gdb.cp/mb-templates.exp
7967 * gdb.cp/member-name.exp
7968 * gdb.cp/member-ptr.exp
7969 * gdb.cp/meth-typedefs.exp
7970 * gdb.cp/method.exp
7971 * gdb.cp/method2.exp
7972 * gdb.cp/minsym-fallback.exp
7973 * gdb.cp/misc.exp
7974 * gdb.cp/namelessclass.exp
7975 * gdb.cp/namespace-enum.exp
7976 * gdb.cp/namespace-nested-import.exp
7977 * gdb.cp/namespace.exp
7978 * gdb.cp/nextoverthrow.exp
7979 * gdb.cp/no-dmgl-verbose.exp
7980 * gdb.cp/non-trivial-retval.exp
7981 * gdb.cp/noparam.exp
7982 * gdb.cp/nsdecl.exp
7983 * gdb.cp/nsimport.exp
7984 * gdb.cp/nsnested.exp
7985 * gdb.cp/nsnoimports.exp
7986 * gdb.cp/nsrecurs.exp
7987 * gdb.cp/nsstress.exp
7988 * gdb.cp/nsusing.exp
7989 * gdb.cp/operator.exp
7990 * gdb.cp/oranking.exp
7991 * gdb.cp/overload-const.exp
7992 * gdb.cp/overload.exp
7993 * gdb.cp/ovldbreak.exp
7994 * gdb.cp/ovsrch.exp
7995 * gdb.cp/paren-type.exp
7996 * gdb.cp/parse-lang.exp
7997 * gdb.cp/pass-by-ref.exp
7998 * gdb.cp/pr-1023.exp
7999 * gdb.cp/pr-1210.exp
8000 * gdb.cp/pr-574.exp
8001 * gdb.cp/pr10687.exp
8002 * gdb.cp/pr12028.exp
8003 * gdb.cp/pr17132.exp
8004 * gdb.cp/pr17494.exp
8005 * gdb.cp/pr9067.exp
8006 * gdb.cp/pr9167.exp
8007 * gdb.cp/pr9631.exp
8008 * gdb.cp/printmethod.exp
8009 * gdb.cp/psmang.exp
8010 * gdb.cp/psymtab-parameter.exp
8011 * gdb.cp/ptype-cv-cp.exp
8012 * gdb.cp/ptype-flags.exp
8013 * gdb.cp/re-set-overloaded.exp
8014 * gdb.cp/ref-types.exp
8015 * gdb.cp/rtti.exp
8016 * gdb.cp/scope-err.exp
8017 * gdb.cp/shadow.exp
8018 * gdb.cp/smartp.exp
8019 * gdb.cp/static-method.exp
8020 * gdb.cp/static-print-quit.exp
8021 * gdb.cp/temargs.exp
8022 * gdb.cp/templates.exp
8023 * gdb.cp/try_catch.exp
8024 * gdb.cp/typedef-operator.exp
8025 * gdb.cp/typeid.exp
8026 * gdb.cp/userdef.exp
8027 * gdb.cp/using-crash.exp
8028 * gdb.cp/var-tag.exp
8029 * gdb.cp/virtbase.exp
8030 * gdb.cp/virtfunc.exp
8031 * gdb.cp/virtfunc2.exp
8032 * gdb.cp/vla-cxx.exp
8033 * gdb.disasm/t01_mov.exp
8034 * gdb.disasm/t02_mova.exp
8035 * gdb.disasm/t03_add.exp
8036 * gdb.disasm/t04_sub.exp
8037 * gdb.disasm/t05_cmp.exp
8038 * gdb.disasm/t06_ari2.exp
8039 * gdb.disasm/t07_ari3.exp
8040 * gdb.disasm/t08_or.exp
8041 * gdb.disasm/t09_xor.exp
8042 * gdb.disasm/t10_and.exp
8043 * gdb.disasm/t11_logs.exp
8044 * gdb.disasm/t12_bit.exp
8045 * gdb.disasm/t13_otr.exp
8046 * gdb.dlang/circular.exp
8047 * gdb.dwarf2/arr-stride.exp
8048 * gdb.dwarf2/arr-subrange.exp
8049 * gdb.dwarf2/atomic-type.exp
8050 * gdb.dwarf2/bad-regnum.exp
8051 * gdb.dwarf2/bitfield-parent-optimized-out.exp
8052 * gdb.dwarf2/callframecfa.exp
8053 * gdb.dwarf2/clztest.exp
8054 * gdb.dwarf2/corrupt.exp
8055 * gdb.dwarf2/data-loc.exp
8056 * gdb.dwarf2/dup-psym.exp
8057 * gdb.dwarf2/dw2-anon-mptr.exp
8058 * gdb.dwarf2/dw2-anonymous-func.exp
8059 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
8060 * gdb.dwarf2/dw2-bad-unresolved.exp
8061 * gdb.dwarf2/dw2-basic.exp
8062 * gdb.dwarf2/dw2-canonicalize-type.exp
8063 * gdb.dwarf2/dw2-case-insensitive.exp
8064 * gdb.dwarf2/dw2-common-block.exp
8065 * gdb.dwarf2/dw2-compdir-oldgcc.exp
8066 * gdb.dwarf2/dw2-compressed.exp
8067 * gdb.dwarf2/dw2-const.exp
8068 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
8069 * gdb.dwarf2/dw2-cu-size.exp
8070 * gdb.dwarf2/dw2-dup-frame.exp
8071 * gdb.dwarf2/dw2-entry-value.exp
8072 * gdb.dwarf2/dw2-icycle.exp
8073 * gdb.dwarf2/dw2-ifort-parameter.exp
8074 * gdb.dwarf2/dw2-inline-break.exp
8075 * gdb.dwarf2/dw2-inline-param.exp
8076 * gdb.dwarf2/dw2-intercu.exp
8077 * gdb.dwarf2/dw2-intermix.exp
8078 * gdb.dwarf2/dw2-lexical-block-bare.exp
8079 * gdb.dwarf2/dw2-linkage-name-trust.exp
8080 * gdb.dwarf2/dw2-minsym-in-cu.exp
8081 * gdb.dwarf2/dw2-noloc.exp
8082 * gdb.dwarf2/dw2-op-call.exp
8083 * gdb.dwarf2/dw2-op-out-param.exp
8084 * gdb.dwarf2/dw2-opt-structptr.exp
8085 * gdb.dwarf2/dw2-param-error.exp
8086 * gdb.dwarf2/dw2-producer.exp
8087 * gdb.dwarf2/dw2-ranges-base.exp
8088 * gdb.dwarf2/dw2-ref-missing-frame.exp
8089 * gdb.dwarf2/dw2-reg-undefined.exp
8090 * gdb.dwarf2/dw2-regno-invalid.exp
8091 * gdb.dwarf2/dw2-restore.exp
8092 * gdb.dwarf2/dw2-restrict.exp
8093 * gdb.dwarf2/dw2-single-line-discriminators.exp
8094 * gdb.dwarf2/dw2-strp.exp
8095 * gdb.dwarf2/dw2-undefined-ret-addr.exp
8096 * gdb.dwarf2/dw2-unresolved.exp
8097 * gdb.dwarf2/dw2-var-zero-addr.exp
8098 * gdb.dwarf2/dw4-sig-types.exp
8099 * gdb.dwarf2/dwz.exp
8100 * gdb.dwarf2/dynarr-ptr.exp
8101 * gdb.dwarf2/enum-type.exp
8102 * gdb.dwarf2/gdb-index.exp
8103 * gdb.dwarf2/implptr-64bit.exp
8104 * gdb.dwarf2/implptr-optimized-out.exp
8105 * gdb.dwarf2/implptr.exp
8106 * gdb.dwarf2/implref-array.exp
8107 * gdb.dwarf2/implref-const.exp
8108 * gdb.dwarf2/implref-global.exp
8109 * gdb.dwarf2/implref-struct.exp
8110 * gdb.dwarf2/mac-fileno.exp
8111 * gdb.dwarf2/main-subprogram.exp
8112 * gdb.dwarf2/member-ptr-forwardref.exp
8113 * gdb.dwarf2/method-ptr.exp
8114 * gdb.dwarf2/missing-sig-type.exp
8115 * gdb.dwarf2/nonvar-access.exp
8116 * gdb.dwarf2/opaque-type-lookup.exp
8117 * gdb.dwarf2/pieces-optimized-out.exp
8118 * gdb.dwarf2/pieces.exp
8119 * gdb.dwarf2/pr10770.exp
8120 * gdb.dwarf2/pr13961.exp
8121 * gdb.dwarf2/staticvirtual.exp
8122 * gdb.dwarf2/subrange.exp
8123 * gdb.dwarf2/symtab-producer.exp
8124 * gdb.dwarf2/trace-crash.exp
8125 * gdb.dwarf2/typeddwarf.exp
8126 * gdb.dwarf2/valop.exp
8127 * gdb.dwarf2/watch-notconst.exp
8128 * gdb.fortran/array-element.exp
8129 * gdb.fortran/charset.exp
8130 * gdb.fortran/common-block.exp
8131 * gdb.fortran/complex.exp
8132 * gdb.fortran/derived-type-function.exp
8133 * gdb.fortran/derived-type.exp
8134 * gdb.fortran/logical.exp
8135 * gdb.fortran/module.exp
8136 * gdb.fortran/multi-dim.exp
8137 * gdb.fortran/nested-funcs.exp
8138 * gdb.fortran/print-formatted.exp
8139 * gdb.fortran/subarray.exp
8140 * gdb.fortran/vla-alloc-assoc.exp
8141 * gdb.fortran/vla-datatypes.exp
8142 * gdb.fortran/vla-history.exp
8143 * gdb.fortran/vla-ptr-info.exp
8144 * gdb.fortran/vla-ptype-sub.exp
8145 * gdb.fortran/vla-ptype.exp
8146 * gdb.fortran/vla-sizeof.exp
8147 * gdb.fortran/vla-type.exp
8148 * gdb.fortran/vla-value-sub-arbitrary.exp
8149 * gdb.fortran/vla-value-sub-finish.exp
8150 * gdb.fortran/vla-value-sub.exp
8151 * gdb.fortran/vla-value.exp
8152 * gdb.fortran/whatis_type.exp
8153 * gdb.go/chan.exp
8154 * gdb.go/handcall.exp
8155 * gdb.go/hello.exp
8156 * gdb.go/integers.exp
8157 * gdb.go/methods.exp
8158 * gdb.go/package.exp
8159 * gdb.go/strings.exp
8160 * gdb.go/types.exp
8161 * gdb.go/unsafe.exp
8162 * gdb.guile/scm-arch.exp
8163 * gdb.guile/scm-block.exp
8164 * gdb.guile/scm-breakpoint.exp
8165 * gdb.guile/scm-cmd.exp
8166 * gdb.guile/scm-disasm.exp
8167 * gdb.guile/scm-equal.exp
8168 * gdb.guile/scm-frame-args.exp
8169 * gdb.guile/scm-frame-inline.exp
8170 * gdb.guile/scm-frame.exp
8171 * gdb.guile/scm-iterator.exp
8172 * gdb.guile/scm-math.exp
8173 * gdb.guile/scm-objfile.exp
8174 * gdb.guile/scm-ports.exp
8175 * gdb.guile/scm-symbol.exp
8176 * gdb.guile/scm-symtab.exp
8177 * gdb.guile/scm-value-cc.exp
8178 * gdb.guile/types-module.exp
8179 * gdb.linespec/break-ask.exp
8180 * gdb.linespec/cpexplicit.exp
8181 * gdb.linespec/explicit.exp
8182 * gdb.linespec/keywords.exp
8183 * gdb.linespec/linespec.exp
8184 * gdb.linespec/ls-dollar.exp
8185 * gdb.linespec/ls-errs.exp
8186 * gdb.linespec/skip-two.exp
8187 * gdb.linespec/thread.exp
8188 * gdb.mi/mi-async.exp
8189 * gdb.mi/mi-basics.exp
8190 * gdb.mi/mi-break.exp
8191 * gdb.mi/mi-catch-load.exp
8192 * gdb.mi/mi-cli.exp
8193 * gdb.mi/mi-cmd-param-changed.exp
8194 * gdb.mi/mi-console.exp
8195 * gdb.mi/mi-detach.exp
8196 * gdb.mi/mi-disassemble.exp
8197 * gdb.mi/mi-eval.exp
8198 * gdb.mi/mi-file-transfer.exp
8199 * gdb.mi/mi-file.exp
8200 * gdb.mi/mi-fill-memory.exp
8201 * gdb.mi/mi-inheritance-syntax-error.exp
8202 * gdb.mi/mi-linespec-err-cp.exp
8203 * gdb.mi/mi-logging.exp
8204 * gdb.mi/mi-memory-changed.exp
8205 * gdb.mi/mi-read-memory.exp
8206 * gdb.mi/mi-record-changed.exp
8207 * gdb.mi/mi-reg-undefined.exp
8208 * gdb.mi/mi-regs.exp
8209 * gdb.mi/mi-return.exp
8210 * gdb.mi/mi-reverse.exp
8211 * gdb.mi/mi-simplerun.exp
8212 * gdb.mi/mi-solib.exp
8213 * gdb.mi/mi-stack.exp
8214 * gdb.mi/mi-stepi.exp
8215 * gdb.mi/mi-syn-frame.exp
8216 * gdb.mi/mi-until.exp
8217 * gdb.mi/mi-var-block.exp
8218 * gdb.mi/mi-var-child.exp
8219 * gdb.mi/mi-var-cmd.exp
8220 * gdb.mi/mi-var-cp.exp
8221 * gdb.mi/mi-var-display.exp
8222 * gdb.mi/mi-var-invalidate.exp
8223 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
8224 * gdb.mi/mi-vla-fortran.exp
8225 * gdb.mi/mi-watch.exp
8226 * gdb.mi/mi2-var-child.exp
8227 * gdb.mi/user-selected-context-sync.exp
8228 * gdb.modula2/unbounded-array.exp
8229 * gdb.multi/dummy-frame-restore.exp
8230 * gdb.multi/multi-arch-exec.exp
8231 * gdb.multi/multi-arch.exp
8232 * gdb.multi/tids.exp
8233 * gdb.multi/watchpoint-multi.exp
8234 * gdb.opencl/callfuncs.exp
8235 * gdb.opencl/convs_casts.exp
8236 * gdb.opencl/datatypes.exp
8237 * gdb.opencl/operators.exp
8238 * gdb.opencl/vec_comps.exp
8239 * gdb.opt/clobbered-registers-O2.exp
8240 * gdb.opt/inline-break.exp
8241 * gdb.opt/inline-bt.exp
8242 * gdb.opt/inline-cmds.exp
8243 * gdb.opt/inline-locals.exp
8244 * gdb.pascal/case-insensitive-symbols.exp
8245 * gdb.pascal/floats.exp
8246 * gdb.pascal/gdb11492.exp
8247 * gdb.python/lib-types.exp
8248 * gdb.python/py-arch.exp
8249 * gdb.python/py-as-string.exp
8250 * gdb.python/py-bad-printers.exp
8251 * gdb.python/py-block.exp
8252 * gdb.python/py-breakpoint-create-fail.exp
8253 * gdb.python/py-breakpoint.exp
8254 * gdb.python/py-caller-is.exp
8255 * gdb.python/py-cmd.exp
8256 * gdb.python/py-explore-cc.exp
8257 * gdb.python/py-explore.exp
8258 * gdb.python/py-finish-breakpoint.exp
8259 * gdb.python/py-finish-breakpoint2.exp
8260 * gdb.python/py-frame-args.exp
8261 * gdb.python/py-frame-inline.exp
8262 * gdb.python/py-frame.exp
8263 * gdb.python/py-framefilter-mi.exp
8264 * gdb.python/py-infthread.exp
8265 * gdb.python/py-lazy-string.exp
8266 * gdb.python/py-linetable.exp
8267 * gdb.python/py-mi-events.exp
8268 * gdb.python/py-mi-objfile.exp
8269 * gdb.python/py-mi.exp
8270 * gdb.python/py-objfile.exp
8271 * gdb.python/py-pp-integral.exp
8272 * gdb.python/py-pp-maint.exp
8273 * gdb.python/py-pp-re-notag.exp
8274 * gdb.python/py-pp-registration.exp
8275 * gdb.python/py-recurse-unwind.exp
8276 * gdb.python/py-strfns.exp
8277 * gdb.python/py-symbol.exp
8278 * gdb.python/py-symtab.exp
8279 * gdb.python/py-sync-interp.exp
8280 * gdb.python/py-typeprint.exp
8281 * gdb.python/py-unwind-maint.exp
8282 * gdb.python/py-unwind.exp
8283 * gdb.python/py-value-cc.exp
8284 * gdb.python/py-xmethods.exp
8285 * gdb.reverse/amd64-tailcall-reverse.exp
8286 * gdb.reverse/break-precsave.exp
8287 * gdb.reverse/break-reverse.exp
8288 * gdb.reverse/consecutive-precsave.exp
8289 * gdb.reverse/consecutive-reverse.exp
8290 * gdb.reverse/finish-precsave.exp
8291 * gdb.reverse/finish-reverse-bkpt.exp
8292 * gdb.reverse/finish-reverse.exp
8293 * gdb.reverse/fstatat-reverse.exp
8294 * gdb.reverse/getresuid-reverse.exp
8295 * gdb.reverse/i386-precsave.exp
8296 * gdb.reverse/i386-reverse.exp
8297 * gdb.reverse/i386-sse-reverse.exp
8298 * gdb.reverse/i387-env-reverse.exp
8299 * gdb.reverse/i387-stack-reverse.exp
8300 * gdb.reverse/insn-reverse.exp
8301 * gdb.reverse/machinestate-precsave.exp
8302 * gdb.reverse/machinestate.exp
8303 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8304 * gdb.reverse/pipe-reverse.exp
8305 * gdb.reverse/readv-reverse.exp
8306 * gdb.reverse/recvmsg-reverse.exp
8307 * gdb.reverse/rerun-prec.exp
8308 * gdb.reverse/s390-mvcle.exp
8309 * gdb.reverse/step-precsave.exp
8310 * gdb.reverse/step-reverse.exp
8311 * gdb.reverse/time-reverse.exp
8312 * gdb.reverse/until-precsave.exp
8313 * gdb.reverse/until-reverse.exp
8314 * gdb.reverse/waitpid-reverse.exp
8315 * gdb.reverse/watch-precsave.exp
8316 * gdb.reverse/watch-reverse.exp
8317 * gdb.rust/generics.exp
8318 * gdb.rust/methods.exp
8319 * gdb.rust/modules.exp
8320 * gdb.rust/simple.exp
8321 * gdb.server/connect-with-no-symbol-file.exp
8322 * gdb.server/ext-attach.exp
8323 * gdb.server/ext-restart.exp
8324 * gdb.server/ext-wrapper.exp
8325 * gdb.server/file-transfer.exp
8326 * gdb.server/server-exec-info.exp
8327 * gdb.server/server-kill.exp
8328 * gdb.server/server-mon.exp
8329 * gdb.server/wrapper.exp
8330 * gdb.stabs/exclfwd.exp
8331 * gdb.stabs/gdb11479.exp
8332 * gdb.threads/clone-new-thread-event.exp
8333 * gdb.threads/corethreads.exp
8334 * gdb.threads/current-lwp-dead.exp
8335 * gdb.threads/dlopen-libpthread.exp
8336 * gdb.threads/gcore-thread.exp
8337 * gdb.threads/sigstep-threads.exp
8338 * gdb.threads/watchpoint-fork.exp
8339 * gdb.trace/actions-changed.exp
8340 * gdb.trace/backtrace.exp
8341 * gdb.trace/change-loc.exp
8342 * gdb.trace/circ.exp
8343 * gdb.trace/collection.exp
8344 * gdb.trace/disconnected-tracing.exp
8345 * gdb.trace/ftrace.exp
8346 * gdb.trace/mi-trace-frame-collected.exp
8347 * gdb.trace/mi-trace-unavailable.exp
8348 * gdb.trace/mi-traceframe-changed.exp
8349 * gdb.trace/mi-tsv-changed.exp
8350 * gdb.trace/no-attach-trace.exp
8351 * gdb.trace/passc-dyn.exp
8352 * gdb.trace/qtro.exp
8353 * gdb.trace/range-stepping.exp
8354 * gdb.trace/read-memory.exp
8355 * gdb.trace/save-trace.exp
8356 * gdb.trace/signal.exp
8357 * gdb.trace/status-stop.exp
8358 * gdb.trace/tfile.exp
8359 * gdb.trace/trace-break.exp
8360 * gdb.trace/trace-buffer-size.exp
8361 * gdb.trace/trace-condition.exp
8362 * gdb.trace/tracefile-pseudo-reg.exp
8363 * gdb.trace/tstatus.exp
8364 * gdb.trace/unavailable.exp
8365 * gdb.trace/while-dyn.exp
8366 * gdb.trace/while-stepping.exp
8367
8368 2016-12-22 Doug Evans <xdje42@gmail.com>
8369
8370 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
8371 and msymbols.
8372
8373 2016-12-19 Yao Qi <yao.qi@linaro.org>
8374
8375 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
8376 (test_with_self): Don't call do_steps_and_nexts, and remove
8377 code about stepping into xmalloc.
8378
8379 2016-12-09 Yao Qi <yao.qi@linaro.org>
8380
8381 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
8382
8383 2016-12-09 Yao Qi <yao.qi@linaro.org>
8384
8385 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
8386
8387 2016-12-09 Pedro Alves <palves@redhat.com>
8388
8389 * gdb.base/all-architectures-0.exp: New file.
8390 * gdb.base/all-architectures-1.exp: New file.
8391 * gdb.base/all-architectures-2.exp: New file.
8392 * gdb.base/all-architectures-3.exp: New file.
8393 * gdb.base/all-architectures-4.exp: New file.
8394 * gdb.base/all-architectures-5.exp: New file.
8395 * gdb.base/all-architectures-6.exp: New file.
8396 * gdb.base/all-architectures-7.exp: New file.
8397 * gdb.base/all-architectures.exp.in: New file.
8398
8399 2016-12-09 Yao Qi <yao.qi@linaro.org>
8400
8401 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
8402
8403 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
8404
8405 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
8406 possible.
8407 Remove useless pattern-matching code.
8408
8409 2016-12-02 Pedro Alves <palves@redhat.com>
8410
8411 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
8412 procedure.
8413 (top level): Call it.
8414
8415 2016-12-02 Pedro Alves <palves@redhat.com>
8416
8417 * gdb.base/commands.exp (user_defined_command_args_stack_test):
8418 New procedure.
8419 (top level): Call it.
8420
8421 2016-12-02 Pedro Alves <palves@redhat.com>
8422
8423 PR cli/20559
8424 * gdb.base/commands.exp (user_defined_command_args_eval): New
8425 procedure.
8426 (top level): Call it.
8427
8428 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
8429
8430 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
8431 timeout handling.
8432
8433 2016-12-02 Tom Tromey <tom@tromey.com>
8434
8435 * gdb.dwarf2/main-subprogram.c: New file.
8436 * gdb.dwarf2/main-subprogram.exp: New file.
8437
8438 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8439
8440 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
8441 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
8442 gdb_test_no_output for a couple of cases.
8443 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
8444
8445 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8446
8447 Fix test names and standardize compilation error messages throughout
8448 the following files:
8449
8450 * gdb.ada/start.exp
8451 * gdb.arch/alpha-step.exp
8452 * gdb.arch/e500-prologue.exp
8453 * gdb.arch/ftrace-insn-reloc.exp
8454 * gdb.arch/gdb1291.exp
8455 * gdb.arch/gdb1431.exp
8456 * gdb.arch/gdb1558.exp
8457 * gdb.arch/i386-dr3-watch.exp
8458 * gdb.arch/i386-sse-stack-align.exp
8459 * gdb.arch/ia64-breakpoint-shadow.exp
8460 * gdb.arch/pa-nullify.exp
8461 * gdb.arch/powerpc-aix-prologue.exp
8462 * gdb.arch/thumb-bx-pc.exp
8463 * gdb.base/annota1.exp
8464 * gdb.base/annota3.exp
8465 * gdb.base/arrayidx.exp
8466 * gdb.base/assign.exp
8467 * gdb.base/attach.exp
8468 * gdb.base/auxv.exp
8469 * gdb.base/bang.exp
8470 * gdb.base/bfp-test.exp
8471 * gdb.base/bigcore.exp
8472 * gdb.base/bitfields2.exp
8473 * gdb.base/break-fun-addr.exp
8474 * gdb.base/break-probes.exp
8475 * gdb.base/call-rt-st.exp
8476 * gdb.base/callexit.exp
8477 * gdb.base/catch-fork-kill.exp
8478 * gdb.base/charset.exp
8479 * gdb.base/checkpoint.exp
8480 * gdb.base/comprdebug.exp
8481 * gdb.base/constvars.exp
8482 * gdb.base/coredump-filter.exp
8483 * gdb.base/cursal.exp
8484 * gdb.base/cvexpr.exp
8485 * gdb.base/detach.exp
8486 * gdb.base/display.exp
8487 * gdb.base/dmsym.exp
8488 * gdb.base/dprintf-pending.exp
8489 * gdb.base/dso2dso.exp
8490 * gdb.base/dtrace-probe.exp
8491 * gdb.base/dump.exp
8492 * gdb.base/enum_cond.exp
8493 * gdb.base/exe-lock.exp
8494 * gdb.base/exec-invalid-sysroot.exp
8495 * gdb.base/execl-update-breakpoints.exp
8496 * gdb.base/exprs.exp
8497 * gdb.base/fileio.exp
8498 * gdb.base/find.exp
8499 * gdb.base/finish.exp
8500 * gdb.base/fixsection.exp
8501 * gdb.base/foll-vfork.exp
8502 * gdb.base/frame-args.exp
8503 * gdb.base/gcore.exp
8504 * gdb.base/gdb1250.exp
8505 * gdb.base/global-var-nested-by-dso.exp
8506 * gdb.base/gnu-ifunc.exp
8507 * gdb.base/hashline1.exp
8508 * gdb.base/hashline2.exp
8509 * gdb.base/hashline3.exp
8510 * gdb.base/hbreak-in-shr-unsupported.exp
8511 * gdb.base/huge.exp
8512 * gdb.base/infcall-input.exp
8513 * gdb.base/info-fun.exp
8514 * gdb.base/info-shared.exp
8515 * gdb.base/jit-simple.exp
8516 * gdb.base/jit-so.exp
8517 * gdb.base/jit.exp
8518 * gdb.base/jump.exp
8519 * gdb.base/label.exp
8520 * gdb.base/lineinc.exp
8521 * gdb.base/logical.exp
8522 * gdb.base/longjmp.exp
8523 * gdb.base/macscp.exp
8524 * gdb.base/miscexprs.exp
8525 * gdb.base/new-ui-echo.exp
8526 * gdb.base/new-ui-pending-input.exp
8527 * gdb.base/new-ui.exp
8528 * gdb.base/nodebug.exp
8529 * gdb.base/nofield.exp
8530 * gdb.base/offsets.exp
8531 * gdb.base/overlays.exp
8532 * gdb.base/pending.exp
8533 * gdb.base/pointers.exp
8534 * gdb.base/pr11022.exp
8535 * gdb.base/printcmds.exp
8536 * gdb.base/prologue.exp
8537 * gdb.base/ptr-typedef.exp
8538 * gdb.base/realname-expand.exp
8539 * gdb.base/relativedebug.exp
8540 * gdb.base/relocate.exp
8541 * gdb.base/remote.exp
8542 * gdb.base/reread.exp
8543 * gdb.base/return2.exp
8544 * gdb.base/savedregs.exp
8545 * gdb.base/sep.exp
8546 * gdb.base/sepdebug.exp
8547 * gdb.base/sepsymtab.exp
8548 * gdb.base/set-inferior-tty.exp
8549 * gdb.base/setshow.exp
8550 * gdb.base/shlib-call.exp
8551 * gdb.base/sigaltstack.exp
8552 * gdb.base/siginfo-addr.exp
8553 * gdb.base/signals.exp
8554 * gdb.base/signull.exp
8555 * gdb.base/sigrepeat.exp
8556 * gdb.base/so-impl-ld.exp
8557 * gdb.base/solib-display.exp
8558 * gdb.base/solib-overlap.exp
8559 * gdb.base/solib-search.exp
8560 * gdb.base/solib-symbol.exp
8561 * gdb.base/structs.exp
8562 * gdb.base/structs2.exp
8563 * gdb.base/symtab-search-order.exp
8564 * gdb.base/twice.exp
8565 * gdb.base/unload.exp
8566 * gdb.base/varargs.exp
8567 * gdb.base/watchpoint-solib.exp
8568 * gdb.base/watchpoint.exp
8569 * gdb.base/whatis.exp
8570 * gdb.base/wrong_frame_bt_full.exp
8571 * gdb.btrace/dlopen.exp
8572 * gdb.cell/ea-standalone.exp
8573 * gdb.cell/ea-test.exp
8574 * gdb.cp/dispcxx.exp
8575 * gdb.cp/gdb2384.exp
8576 * gdb.cp/method2.exp
8577 * gdb.cp/nextoverthrow.exp
8578 * gdb.cp/pr10728.exp
8579 * gdb.disasm/am33.exp
8580 * gdb.disasm/h8300s.exp
8581 * gdb.disasm/mn10300.exp
8582 * gdb.disasm/sh3.exp
8583 * gdb.dwarf2/dw2-dir-file-name.exp
8584 * gdb.fortran/complex.exp
8585 * gdb.fortran/library-module.exp
8586 * gdb.guile/scm-pretty-print.exp
8587 * gdb.guile/scm-symbol.exp
8588 * gdb.guile/scm-type.exp
8589 * gdb.guile/scm-value.exp
8590 * gdb.linespec/linespec.exp
8591 * gdb.mi/gdb701.exp
8592 * gdb.mi/gdb792.exp
8593 * gdb.mi/mi-breakpoint-changed.exp
8594 * gdb.mi/mi-dprintf-pending.exp
8595 * gdb.mi/mi-dprintf.exp
8596 * gdb.mi/mi-exit-code.exp
8597 * gdb.mi/mi-pending.exp
8598 * gdb.mi/mi-solib.exp
8599 * gdb.mi/new-ui-mi-sync.exp
8600 * gdb.mi/pr11022.exp
8601 * gdb.mi/user-selected-context-sync.exp
8602 * gdb.opt/solib-intra-step.exp
8603 * gdb.python/py-events.exp
8604 * gdb.python/py-finish-breakpoint.exp
8605 * gdb.python/py-mi.exp
8606 * gdb.python/py-prettyprint.exp
8607 * gdb.python/py-shared.exp
8608 * gdb.python/py-symbol.exp
8609 * gdb.python/py-template.exp
8610 * gdb.python/py-type.exp
8611 * gdb.python/py-value.exp
8612 * gdb.reverse/solib-precsave.exp
8613 * gdb.reverse/solib-reverse.exp
8614 * gdb.server/solib-list.exp
8615 * gdb.stabs/weird.exp
8616 * gdb.threads/reconnect-signal.exp
8617 * gdb.threads/stepi-random-signal.exp
8618 * gdb.trace/actions.exp
8619 * gdb.trace/ax.exp
8620 * gdb.trace/backtrace.exp
8621 * gdb.trace/change-loc.exp
8622 * gdb.trace/deltrace.exp
8623 * gdb.trace/ftrace-lock.exp
8624 * gdb.trace/ftrace.exp
8625 * gdb.trace/infotrace.exp
8626 * gdb.trace/mi-tracepoint-changed.exp
8627 * gdb.trace/packetlen.exp
8628 * gdb.trace/passcount.exp
8629 * gdb.trace/pending.exp
8630 * gdb.trace/range-stepping.exp
8631 * gdb.trace/report.exp
8632 * gdb.trace/stap-trace.exp
8633 * gdb.trace/tfind.exp
8634 * gdb.trace/trace-break.exp
8635 * gdb.trace/trace-condition.exp
8636 * gdb.trace/trace-enable-disable.exp
8637 * gdb.trace/trace-mt.exp
8638 * gdb.trace/tracecmd.exp
8639 * gdb.trace/tspeed.exp
8640 * gdb.trace/tsv.exp
8641 * lib/perftest.exp
8642
8643 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8644
8645 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
8646 with gdb_test_no_output.
8647 Use command as test name.
8648
8649 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8650
8651 Fix test names starting with uppercase throughout the files.
8652
8653 * gdb.ada/assign_1.exp
8654 * gdb.ada/boolean_expr.exp
8655 * gdb.base/arrayidx.exp
8656 * gdb.base/del.exp
8657 * gdb.base/gcore-buffer-overflow.exp
8658 * gdb.base/testenv.exp
8659 * gdb.compile/compile.exp
8660 * gdb.python/py-framefilter-invalidarg.exp
8661 * gdb.python/py-framefilter.exp
8662
8663 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8664
8665 Fix test names starting with uppercase throughout the files.
8666
8667 * gdb.ada/array_return.exp
8668 * gdb.ada/expr_delims.exp
8669 * gdb.ada/mi_dyn_arr.exp
8670 * gdb.ada/mi_interface.exp
8671 * gdb.ada/mi_var_array.exp
8672 * gdb.ada/watch_arg.exp
8673 * gdb.arch/alpha-step.exp
8674 * gdb.arch/altivec-regs.exp
8675 * gdb.arch/e500-regs.exp
8676 * gdb.arch/powerpc-d128-regs.exp
8677 * gdb.base/arrayidx.exp
8678 * gdb.base/break.exp
8679 * gdb.base/checkpoint.exp
8680 * gdb.base/debug-expr.exp
8681 * gdb.base/dmsym.exp
8682 * gdb.base/radix.exp
8683 * gdb.base/sepdebug.exp
8684 * gdb.base/testenv.exp
8685 * gdb.base/watch_thread_num.exp
8686 * gdb.base/watchpoint-cond-gone.exp
8687 * gdb.cell/break.exp
8688 * gdb.cell/ea-cache.exp
8689 * gdb.compile/compile.exp
8690 * gdb.cp/gdb2495.exp
8691 * gdb.gdb/selftest.exp
8692 * gdb.gdb/xfullpath.exp
8693 * gdb.go/hello.exp
8694 * gdb.go/integers.exp
8695 * gdb.objc/basicclass.exp
8696 * gdb.pascal/hello.exp
8697 * gdb.pascal/integers.exp
8698 * gdb.python/py-breakpoint.exp
8699 * gdb.python/py-cmd.exp
8700 * gdb.python/py-linetable.exp
8701 * gdb.python/py-xmethods.exp
8702 * gdb.python/python.exp
8703 * gdb.reverse/consecutive-precsave.exp
8704 * gdb.reverse/finish-precsave.exp
8705 * gdb.reverse/i386-precsave.exp
8706 * gdb.reverse/machinestate-precsave.exp
8707 * gdb.reverse/sigall-precsave.exp
8708 * gdb.reverse/solib-precsave.exp
8709 * gdb.reverse/step-precsave.exp
8710 * gdb.reverse/until-precsave.exp
8711 * gdb.reverse/watch-precsave.exp
8712 * gdb.threads/leader-exit.exp
8713 * gdb.threads/pthreads.exp
8714 * gdb.threads/wp-replication.exp
8715 * gdb.trace/actions.exp
8716 * gdb.trace/mi-tsv-changed.exp
8717 * gdb.trace/tsv.exp
8718
8719 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8720
8721 Fix test names starting with uppercase throughout the files.
8722
8723 * gdb.arch/i386-bp_permanent.exp
8724 * gdb.arch/i386-gnu-cfi.exp
8725 * gdb.base/disasm-end-cu.exp
8726 * gdb.base/macscp.exp
8727 * gdb.base/pending.exp
8728 * gdb.base/watch_thread_num.exp
8729 * gdb.cp/exception.exp
8730 * gdb.cp/gdb2495.exp
8731 * gdb.cp/local.exp
8732 * gdb.python/py-evsignal.exp
8733 * gdb.python/python.exp
8734 * gdb.trace/tracecmd.exp
8735
8736 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8737
8738 Fix test names starting with uppercase throughout the files.
8739
8740 * gdb.base/charset.exp
8741 * gdb.base/eval.exp
8742 * gdb.base/multi-forks.exp
8743 * gdb.guile/scm-progspace.exp
8744 * gdb.opencl/datatypes.exp
8745 * gdb.python/py-block.exp
8746 * gdb.python/py-function.exp
8747 * gdb.python/py-symbol.exp
8748 * gdb.python/py-symtab.exp
8749 * gdb.python/py-xmethods.exp
8750 * gdb.reverse/break-precsave.exp
8751 * gdb.reverse/break-reverse.exp
8752 * gdb.reverse/consecutive-precsave.exp
8753 * gdb.reverse/consecutive-reverse.exp
8754 * gdb.reverse/finish-precsave.exp
8755 * gdb.reverse/finish-reverse-bkpt.exp
8756 * gdb.reverse/finish-reverse.exp
8757 * gdb.reverse/fstatat-reverse.exp
8758 * gdb.reverse/getresuid-reverse.exp
8759 * gdb.reverse/i386-precsave.exp
8760 * gdb.reverse/i386-reverse.exp
8761 * gdb.reverse/i386-sse-reverse.exp
8762 * gdb.reverse/i387-stack-reverse.exp
8763 * gdb.reverse/insn-reverse.exp
8764 * gdb.reverse/machinestate-precsave.exp
8765 * gdb.reverse/machinestate.exp
8766 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8767 * gdb.reverse/pipe-reverse.exp
8768 * gdb.reverse/readv-reverse.exp
8769 * gdb.reverse/recvmsg-reverse.exp
8770 * gdb.reverse/rerun-prec.exp
8771 * gdb.reverse/s390-mvcle.exp
8772 * gdb.reverse/sigall-precsave.exp
8773 * gdb.reverse/sigall-reverse.exp
8774 * gdb.reverse/solib-precsave.exp
8775 * gdb.reverse/solib-reverse.exp
8776 * gdb.reverse/step-precsave.exp
8777 * gdb.reverse/step-reverse.exp
8778 * gdb.reverse/time-reverse.exp
8779 * gdb.reverse/until-precsave.exp
8780 * gdb.reverse/until-reverse.exp
8781 * gdb.reverse/waitpid-reverse.exp
8782 * gdb.reverse/watch-precsave.exp
8783 * gdb.reverse/watch-reverse.exp
8784
8785 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8786
8787 Fix test names starting with uppercase throughout the files.
8788
8789 * gdb.arch/i386-mpx-simple_segv.exp
8790 * gdb.arch/i386-mpx.exp
8791 * gdb.arch/i386-permbkpt.exp
8792 * gdb.arch/pa-nullify.exp
8793 * gdb.arch/powerpc-d128-regs.exp
8794 * gdb.arch/vsx-regs.exp
8795 * gdb.base/bfp-test.exp
8796 * gdb.base/break.exp
8797 * gdb.base/breakpoint-shadow.exp
8798 * gdb.base/callfuncs.exp
8799 * gdb.base/charset.exp
8800 * gdb.base/commands.exp
8801 * gdb.base/completion.exp
8802 * gdb.base/dfp-test.exp
8803 * gdb.base/echo.exp
8804 * gdb.base/ending-run.exp
8805 * gdb.base/eval.exp
8806 * gdb.base/expand-psymtabs.exp
8807 * gdb.base/float128.exp
8808 * gdb.base/floatn.exp
8809 * gdb.base/foll-exec-mode.exp
8810 * gdb.base/gdb1056.exp
8811 * gdb.base/gdb11531.exp
8812 * gdb.base/kill-after-signal.exp
8813 * gdb.base/multi-forks.exp
8814 * gdb.base/overlays.exp
8815 * gdb.base/pending.exp
8816 * gdb.base/sepdebug.exp
8817 * gdb.base/testenv.exp
8818 * gdb.base/valgrind-db-attach.exp
8819 * gdb.base/watch_thread_num.exp
8820 * gdb.base/watchpoint-cond-gone.exp
8821 * gdb.base/watchpoint.exp
8822 * gdb.base/watchpoints.exp
8823 * gdb.cp/arg-reference.exp
8824 * gdb.cp/baseenum.exp
8825 * gdb.cp/operator.exp
8826 * gdb.cp/shadow.exp
8827 * gdb.dwarf2/dw2-op-out-param.exp
8828 * gdb.dwarf2/dw2-reg-undefined.exp
8829 * gdb.go/chan.exp
8830 * gdb.go/hello.exp
8831 * gdb.go/integers.exp
8832 * gdb.go/methods.exp
8833 * gdb.go/package.exp
8834 * gdb.guile/scm-parameter.exp
8835 * gdb.guile/scm-progspace.exp
8836 * gdb.guile/scm-value.exp
8837 * gdb.mi/mi-pending.exp
8838 * gdb.mi/user-selected-context-sync.exp
8839 * gdb.multi/multi-attach.exp
8840 * gdb.multi/tids.exp
8841 * gdb.opt/clobbered-registers-O2.exp
8842 * gdb.pascal/floats.exp
8843 * gdb.pascal/integers.exp
8844 * gdb.python/py-block.exp
8845 * gdb.python/py-events.exp
8846 * gdb.python/py-parameter.exp
8847 * gdb.python/py-symbol.exp
8848 * gdb.python/py-symtab.exp
8849 * gdb.python/py-type.exp
8850 * gdb.python/py-value.exp
8851 * gdb.python/py-xmethods.exp
8852 * gdb.python/python.exp
8853 * gdb.reverse/break-precsave.exp
8854 * gdb.reverse/consecutive-precsave.exp
8855 * gdb.reverse/finish-precsave.exp
8856 * gdb.reverse/i386-precsave.exp
8857 * gdb.reverse/machinestate-precsave.exp
8858 * gdb.reverse/sigall-precsave.exp
8859 * gdb.reverse/solib-precsave.exp
8860 * gdb.reverse/step-precsave.exp
8861 * gdb.reverse/until-precsave.exp
8862 * gdb.reverse/watch-precsave.exp
8863 * gdb.server/ext-attach.exp
8864 * gdb.server/ext-restart.exp
8865 * gdb.server/ext-run.exp
8866 * gdb.server/ext-wrapper.exp
8867 * gdb.stabs/gdb11479.exp
8868 * gdb.stabs/weird.exp
8869 * gdb.threads/attach-many-short-lived-threads.exp
8870 * gdb.threads/kill.exp
8871 * gdb.threads/watchpoint-fork.exp
8872
8873 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8874
8875 Fix test names starting with uppercase throughout all the files below.
8876
8877 * gdb.ada/array_return.exp
8878 * gdb.ada/catch_ex.exp
8879 * gdb.ada/info_exc.exp
8880 * gdb.ada/mi_catch_ex.exp
8881 * gdb.ada/mi_dyn_arr.exp
8882 * gdb.ada/mi_ex_cond.exp
8883 * gdb.ada/mi_exc_info.exp
8884 * gdb.ada/mi_interface.exp
8885 * gdb.ada/mi_task_arg.exp
8886 * gdb.ada/mi_task_info.exp
8887 * gdb.ada/mi_var_array.exp
8888 * gdb.arch/alpha-step.exp
8889 * gdb.arch/amd64-disp-step.exp
8890 * gdb.arch/arm-disp-step.exp
8891 * gdb.arch/disp-step-insn-reloc.exp
8892 * gdb.arch/e500-prologue.exp
8893 * gdb.arch/ftrace-insn-reloc.exp
8894 * gdb.arch/gdb1558.exp
8895 * gdb.arch/i386-bp_permanent.exp
8896 * gdb.arch/i386-disp-step.exp
8897 * gdb.arch/i386-float.exp
8898 * gdb.arch/i386-gnu-cfi.exp
8899 * gdb.arch/ia64-breakpoint-shadow.exp
8900 * gdb.arch/mips16-thunks.exp
8901 * gdb.arch/pa-nullify.exp
8902 * gdb.arch/powerpc-aix-prologue.exp
8903 * gdb.arch/powerpc-power.exp
8904 * gdb.arch/ppc-dfp.exp
8905 * gdb.arch/s390-tdbregs.exp
8906 * gdb.arch/spu-info.exp
8907 * gdb.arch/spu-ls.exp
8908 * gdb.arch/thumb-bx-pc.exp
8909 * gdb.base/advance.exp
8910 * gdb.base/annota-input-while-running.exp
8911 * gdb.base/arrayidx.exp
8912 * gdb.base/asmlabel.exp
8913 * gdb.base/async.exp
8914 * gdb.base/attach-wait-input.exp
8915 * gdb.base/auto-connect-native-target.exp
8916 * gdb.base/batch-preserve-term-settings.exp
8917 * gdb.base/bfp-test.exp
8918 * gdb.base/bigcore.exp
8919 * gdb.base/bp-permanent.exp
8920 * gdb.base/break-always.exp
8921 * gdb.base/break-fun-addr.exp
8922 * gdb.base/break-idempotent.exp
8923 * gdb.base/break-main-file-remove-fail.exp
8924 * gdb.base/break-probes.exp
8925 * gdb.base/break-unload-file.exp
8926 * gdb.base/break.exp
8927 * gdb.base/call-ar-st.exp
8928 * gdb.base/call-rt-st.exp
8929 * gdb.base/call-sc.exp
8930 * gdb.base/call-signal-resume.exp
8931 * gdb.base/call-strs.exp
8932 * gdb.base/callexit.exp
8933 * gdb.base/callfuncs.exp
8934 * gdb.base/catch-gdb-caused-signals.exp
8935 * gdb.base/catch-signal-siginfo-cond.exp
8936 * gdb.base/catch-syscall.exp
8937 * gdb.base/compare-sections.exp
8938 * gdb.base/cond-eval-mode.exp
8939 * gdb.base/condbreak-call-false.exp
8940 * gdb.base/consecutive-step-over.exp
8941 * gdb.base/cursal.exp
8942 * gdb.base/disabled-location.exp
8943 * gdb.base/disasm-end-cu.exp
8944 * gdb.base/display.exp
8945 * gdb.base/double-prompt-target-event-error.exp
8946 * gdb.base/dprintf-bp-same-addr.exp
8947 * gdb.base/dprintf-detach.exp
8948 * gdb.base/dprintf-next.exp
8949 * gdb.base/dprintf-non-stop.exp
8950 * gdb.base/dprintf-pending.exp
8951 * gdb.base/dso2dso.exp
8952 * gdb.base/ending-run.exp
8953 * gdb.base/enum_cond.exp
8954 * gdb.base/examine-backward.exp
8955 * gdb.base/exe-lock.exp
8956 * gdb.base/exec-invalid-sysroot.exp
8957 * gdb.base/execl-update-breakpoints.exp
8958 * gdb.base/execution-termios.exp
8959 * gdb.base/fileio.exp
8960 * gdb.base/fixsection.exp
8961 * gdb.base/foll-exec-mode.exp
8962 * gdb.base/foll-exec.exp
8963 * gdb.base/fork-running-state.exp
8964 * gdb.base/frame-args.exp
8965 * gdb.base/fullpath-expand.exp
8966 * gdb.base/func-ptr.exp
8967 * gdb.base/gcore-relro-pie.exp
8968 * gdb.base/gdb1090.exp
8969 * gdb.base/gdb1555.exp
8970 * gdb.base/global-var-nested-by-dso.exp
8971 * gdb.base/gnu-ifunc.exp
8972 * gdb.base/hbreak-in-shr-unsupported.exp
8973 * gdb.base/hbreak-unmapped.exp
8974 * gdb.base/hook-stop.exp
8975 * gdb.base/infcall-input.exp
8976 * gdb.base/info-fun.exp
8977 * gdb.base/info-shared.exp
8978 * gdb.base/interrupt-noterm.exp
8979 * gdb.base/jit-so.exp
8980 * gdb.base/jit.exp
8981 * gdb.base/line-symtabs.exp
8982 * gdb.base/list.exp
8983 * gdb.base/longjmp.exp
8984 * gdb.base/macscp.exp
8985 * gdb.base/max-value-size.exp
8986 * gdb.base/nodebug.exp
8987 * gdb.base/nofield.exp
8988 * gdb.base/overlays.exp
8989 * gdb.base/paginate-after-ctrl-c-running.exp
8990 * gdb.base/paginate-bg-execution.exp
8991 * gdb.base/paginate-inferior-exit.exp
8992 * gdb.base/pending.exp
8993 * gdb.base/pr11022.exp
8994 * gdb.base/printcmds.exp
8995 * gdb.base/ptr-typedef.exp
8996 * gdb.base/ptype.exp
8997 * gdb.base/randomize.exp
8998 * gdb.base/range-stepping.exp
8999 * gdb.base/realname-expand.exp
9000 * gdb.base/relativedebug.exp
9001 * gdb.base/remote.exp
9002 * gdb.base/savedregs.exp
9003 * gdb.base/sepdebug.exp
9004 * gdb.base/set-noassign.exp
9005 * gdb.base/shlib-call.exp
9006 * gdb.base/shreloc.exp
9007 * gdb.base/sigaltstack.exp
9008 * gdb.base/sigbpt.exp
9009 * gdb.base/siginfo-addr.exp
9010 * gdb.base/siginfo-obj.exp
9011 * gdb.base/siginfo-thread.exp
9012 * gdb.base/signest.exp
9013 * gdb.base/signull.exp
9014 * gdb.base/sigrepeat.exp
9015 * gdb.base/skip.exp
9016 * gdb.base/so-impl-ld.exp
9017 * gdb.base/solib-corrupted.exp
9018 * gdb.base/solib-disc.exp
9019 * gdb.base/solib-display.exp
9020 * gdb.base/solib-overlap.exp
9021 * gdb.base/solib-search.exp
9022 * gdb.base/solib-symbol.exp
9023 * gdb.base/source-execution.exp
9024 * gdb.base/sss-bp-on-user-bp-2.exp
9025 * gdb.base/sss-bp-on-user-bp.exp
9026 * gdb.base/stack-checking.exp
9027 * gdb.base/stale-infcall.exp
9028 * gdb.base/step-break.exp
9029 * gdb.base/step-line.exp
9030 * gdb.base/step-over-exit.exp
9031 * gdb.base/step-test.exp
9032 * gdb.base/structs.exp
9033 * gdb.base/sym-file.exp
9034 * gdb.base/symtab-search-order.exp
9035 * gdb.base/term.exp
9036 * gdb.base/type-opaque.exp
9037 * gdb.base/unload.exp
9038 * gdb.base/until-nodebug.exp
9039 * gdb.base/until.exp
9040 * gdb.base/unwindonsignal.exp
9041 * gdb.base/watch-cond.exp
9042 * gdb.base/watch-non-mem.exp
9043 * gdb.base/watch_thread_num.exp
9044 * gdb.base/watchpoint-reuse-slot.exp
9045 * gdb.base/watchpoint-solib.exp
9046 * gdb.base/watchpoint.exp
9047 * gdb.btrace/dlopen.exp
9048 * gdb.cell/arch.exp
9049 * gdb.cell/break.exp
9050 * gdb.cell/bt.exp
9051 * gdb.cell/core.exp
9052 * gdb.cell/data.exp
9053 * gdb.cell/dwarfaddr.exp
9054 * gdb.cell/ea-cache.exp
9055 * gdb.cell/ea-standalone.exp
9056 * gdb.cell/ea-test.exp
9057 * gdb.cell/f-regs.exp
9058 * gdb.cell/fork.exp
9059 * gdb.cell/gcore.exp
9060 * gdb.cell/mem-access.exp
9061 * gdb.cell/ptype.exp
9062 * gdb.cell/registers.exp
9063 * gdb.cell/sizeof.exp
9064 * gdb.cell/solib-symbol.exp
9065 * gdb.cell/solib.exp
9066 * gdb.compile/compile-tls.exp
9067 * gdb.cp/exception.exp
9068 * gdb.cp/gdb2495.exp
9069 * gdb.cp/local.exp
9070 * gdb.cp/mb-inline.exp
9071 * gdb.cp/mb-templates.exp
9072 * gdb.cp/pr10687.exp
9073 * gdb.cp/pr9167.exp
9074 * gdb.cp/scope-err.exp
9075 * gdb.cp/templates.exp
9076 * gdb.cp/virtfunc.exp
9077 * gdb.dwarf2/dw2-dir-file-name.exp
9078 * gdb.dwarf2/dw2-single-line-discriminators.exp
9079 * gdb.fortran/complex.exp
9080 * gdb.fortran/library-module.exp
9081 * gdb.guile/guile.exp
9082 * gdb.guile/scm-cmd.exp
9083 * gdb.guile/scm-frame-inline.exp
9084 * gdb.guile/scm-objfile.exp
9085 * gdb.guile/scm-pretty-print.exp
9086 * gdb.guile/scm-symbol.exp
9087 * gdb.guile/scm-type.exp
9088 * gdb.guile/scm-value.exp
9089 * gdb.linespec/keywords.exp
9090 * gdb.linespec/ls-errs.exp
9091 * gdb.linespec/macro-relative.exp
9092 * gdb.linespec/thread.exp
9093 * gdb.mi/mi-breakpoint-changed.exp
9094 * gdb.mi/mi-dprintf-pending.exp
9095 * gdb.mi/mi-fullname-deleted.exp
9096 * gdb.mi/mi-logging.exp
9097 * gdb.mi/mi-pending.exp
9098 * gdb.mi/mi-solib.exp
9099 * gdb.mi/new-ui-mi-sync.exp
9100 * gdb.mi/user-selected-context-sync.exp
9101 * gdb.multi/dummy-frame-restore.exp
9102 * gdb.multi/multi-arch-exec.exp
9103 * gdb.multi/remove-inferiors.exp
9104 * gdb.multi/watchpoint-multi-exit.exp
9105 * gdb.opt/solib-intra-step.exp
9106 * gdb.perf/backtrace.exp
9107 * gdb.perf/single-step.exp
9108 * gdb.perf/skip-command.exp
9109 * gdb.perf/skip-prologue.exp
9110 * gdb.perf/solib.exp
9111 * gdb.python/lib-types.exp
9112 * gdb.python/py-as-string.exp
9113 * gdb.python/py-bad-printers.exp
9114 * gdb.python/py-block.exp
9115 * gdb.python/py-breakpoint.exp
9116 * gdb.python/py-cmd.exp
9117 * gdb.python/py-events.exp
9118 * gdb.python/py-evthreads.exp
9119 * gdb.python/py-finish-breakpoint.exp
9120 * gdb.python/py-finish-breakpoint2.exp
9121 * gdb.python/py-frame-inline.exp
9122 * gdb.python/py-frame.exp
9123 * gdb.python/py-inferior.exp
9124 * gdb.python/py-infthread.exp
9125 * gdb.python/py-mi.exp
9126 * gdb.python/py-objfile.exp
9127 * gdb.python/py-pp-maint.exp
9128 * gdb.python/py-pp-registration.exp
9129 * gdb.python/py-prettyprint.exp
9130 * gdb.python/py-recurse-unwind.exp
9131 * gdb.python/py-shared.exp
9132 * gdb.python/py-symbol.exp
9133 * gdb.python/py-symtab.exp
9134 * gdb.python/py-template.exp
9135 * gdb.python/py-type.exp
9136 * gdb.python/py-unwind-maint.exp
9137 * gdb.python/py-unwind.exp
9138 * gdb.python/py-value.exp
9139 * gdb.python/python.exp
9140 * gdb.reverse/finish-reverse-bkpt.exp
9141 * gdb.reverse/insn-reverse.exp
9142 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9143 * gdb.reverse/solib-precsave.exp
9144 * gdb.reverse/solib-reverse.exp
9145 * gdb.stabs/gdb11479.exp
9146 * gdb.stabs/weird.exp
9147 * gdb.threads/fork-child-threads.exp
9148 * gdb.threads/fork-plus-threads.exp
9149 * gdb.threads/fork-thread-pending.exp
9150 * gdb.threads/forking-threads-plus-breakpoint.exp
9151 * gdb.threads/hand-call-in-threads.exp
9152 * gdb.threads/interrupted-hand-call.exp
9153 * gdb.threads/linux-dp.exp
9154 * gdb.threads/local-watch-wrong-thread.exp
9155 * gdb.threads/next-while-other-thread-longjmps.exp
9156 * gdb.threads/non-ldr-exit.exp
9157 * gdb.threads/pending-step.exp
9158 * gdb.threads/print-threads.exp
9159 * gdb.threads/process-dies-while-detaching.exp
9160 * gdb.threads/process-dies-while-handling-bp.exp
9161 * gdb.threads/pthreads.exp
9162 * gdb.threads/queue-signal.exp
9163 * gdb.threads/reconnect-signal.exp
9164 * gdb.threads/signal-command-handle-nopass.exp
9165 * gdb.threads/signal-command-multiple-signals-pending.exp
9166 * gdb.threads/signal-delivered-right-thread.exp
9167 * gdb.threads/signal-sigtrap.exp
9168 * gdb.threads/sigthread.exp
9169 * gdb.threads/staticthreads.exp
9170 * gdb.threads/stepi-random-signal.exp
9171 * gdb.threads/thread-unwindonsignal.exp
9172 * gdb.threads/thread_check.exp
9173 * gdb.threads/thread_events.exp
9174 * gdb.threads/tid-reuse.exp
9175 * gdb.threads/tls-nodebug.exp
9176 * gdb.threads/tls-shared.exp
9177 * gdb.threads/tls-so_extern.exp
9178 * gdb.threads/tls.exp
9179 * gdb.threads/wp-replication.exp
9180 * gdb.trace/actions-changed.exp
9181 * gdb.trace/actions.exp
9182 * gdb.trace/backtrace.exp
9183 * gdb.trace/change-loc.exp
9184 * gdb.trace/collection.exp
9185 * gdb.trace/deltrace.exp
9186 * gdb.trace/disconnected-tracing.exp
9187 * gdb.trace/entry-values.exp
9188 * gdb.trace/ftrace-lock.exp
9189 * gdb.trace/ftrace.exp
9190 * gdb.trace/infotrace.exp
9191 * gdb.trace/mi-trace-frame-collected.exp
9192 * gdb.trace/mi-trace-unavailable.exp
9193 * gdb.trace/mi-traceframe-changed.exp
9194 * gdb.trace/mi-tracepoint-changed.exp
9195 * gdb.trace/mi-tsv-changed.exp
9196 * gdb.trace/no-attach-trace.exp
9197 * gdb.trace/packetlen.exp
9198 * gdb.trace/passc-dyn.exp
9199 * gdb.trace/passcount.exp
9200 * gdb.trace/pending.exp
9201 * gdb.trace/pr16508.exp
9202 * gdb.trace/qtro.exp
9203 * gdb.trace/range-stepping.exp
9204 * gdb.trace/read-memory.exp
9205 * gdb.trace/report.exp
9206 * gdb.trace/save-trace.exp
9207 * gdb.trace/signal.exp
9208 * gdb.trace/stap-trace.exp
9209 * gdb.trace/status-stop.exp
9210 * gdb.trace/strace.exp
9211 * gdb.trace/tfile.exp
9212 * gdb.trace/tfind.exp
9213 * gdb.trace/trace-break.exp
9214 * gdb.trace/trace-condition.exp
9215 * gdb.trace/trace-enable-disable.exp
9216 * gdb.trace/trace-mt.exp
9217 * gdb.trace/tracecmd.exp
9218 * gdb.trace/tracefile-pseudo-reg.exp
9219 * gdb.trace/tspeed.exp
9220 * gdb.trace/tstatus.exp
9221 * gdb.trace/tsv.exp
9222 * gdb.trace/unavailable.exp
9223 * gdb.trace/while-dyn.exp
9224 * gdb.trace/while-stepping.exp
9225 * lib/gdb-guile.exp
9226 * lib/gdb.exp
9227 * lib/mi-support.exp
9228 * lib/pascal.exp
9229 * lib/perftest.exp
9230 * lib/prelink-support.exp
9231 * lib/selftest-support.exp
9232
9233 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
9234
9235 * Makefile.in: Include disable-implicit-rules.mk.
9236
9237 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9238
9239 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
9240 non-byte-aligned bit fields.
9241
9242 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9243
9244 PR gdb/12616
9245 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
9246 respects the DW_AT_data_bit_offset attribute.
9247
9248 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
9249
9250 * gdb.base/default.exp: Fix output of "set language".
9251
9252 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
9253
9254 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
9255 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
9256 make.
9257 * configure.ac: Remove checks for the make program.
9258 * configure: Re-generate.
9259
9260 2016-11-16 Kevin Buettner <kevinb@redhat.com>
9261
9262 * gdb.python/py-recurse-unwind.c (main): Add loop.
9263 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
9264 to read_register() and gdb.parse_and_eval(). Make each code
9265 call a separate case that can be individually tested.
9266 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
9267 proc. Call cont_and_backtrace for each of the code paths that
9268 we want to test in the unwinder.
9269
9270 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
9271
9272 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
9273 the definition of struct S.
9274
9275 2016-11-11 Catherine Moore <clm@codesourcery.com>
9276
9277 * gdb.base/dump.exp: Identify verilog format dump tests as such.
9278
9279 2016-11-09 Pedro Alves <palves@redhat.com>
9280
9281 * gdb.base/commands.exp (runto_or_return): New procedure.
9282 (gdbvar_simple_if_test, gdbvar_simple_while_test)
9283 (gdbvar_complex_if_while_test, progvar_simple_if_test)
9284 (progvar_simple_while_test, progvar_complex_if_while_test)
9285 (if_while_breakpoint_command_test)
9286 (infrun_breakpoint_command_test, breakpoint_command_test)
9287 (user_defined_command_test, watchpoint_command_test)
9288 (test_command_prompt_position, redefine_hook_test)
9289 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
9290 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
9291 multi_line_input and multi_line. Remove gdb_expect and
9292 gdb_stop_suppressing_tests uses.
9293 * lib/gdb.exp (valnum_re): New global.
9294 (multi_line_input): New procedure.
9295
9296 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
9297
9298 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
9299 Remove.
9300 (test_setup): Define with proc_with_prefix.
9301 (test_cli_inferior): Likewise.
9302 (test_cli_thread): Likewise.
9303 (test_cli_frame): Likewise.
9304 (test_cli_select_frame): Likewise.
9305 (test_cli_up_down): Likewise.
9306 (test_mi_thread_select): Likewise.
9307 (test_mi_stack_select_frame): Likewise.
9308 (test_cli_in_mi_inferior): Likewise.
9309 (test_cli_in_mi_thread): Likewise.
9310 (test_cli_in_mi_frame): Likewise.
9311 (top level): Do not use with_test_prefix_procname.
9312
9313 2016-11-09 Pedro Alves <palves@redhat.com>
9314
9315 * gdb.base/commands.exp (gdbvar_simple_if_test)
9316 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
9317 (progvar_simple_if_test, progvar_simple_while_test)
9318 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
9319 (infrun_breakpoint_command_test, breakpoint_command_test)
9320 (user_defined_command_test, watchpoint_command_test)
9321 (test_command_prompt_position, deprecated_command_test)
9322 (bp_deleted_in_command, temporary_breakpoint_commands)
9323 (stray_arg0_test, source_file_with_indented_comment)
9324 (recursive_source_test, if_commands_test)
9325 (error_clears_commands_left, redefine_hook_test)
9326 (redefine_backtrace_test): Use proc_with_prefix.
9327 * lib/gdb.exp (proc_with_prefix): New proc.
9328
9329 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
9330
9331 * gdb.base/tui-layout.c: New file.
9332 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
9333 disassembly window contains very long lines.
9334
9335 2016-11-08 Tom Tromey <tom@tromey.com>
9336
9337 * gdb.python/py-value.exp (test_value_creation): Make "long" test
9338 depend on Python 2.
9339
9340 2016-11-08 Tom Tromey <tom@tromey.com>
9341
9342 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
9343 New method.
9344
9345 2016-10-29 Manish Goregaokar <manish@mozilla.com>
9346
9347 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
9348
9349 2016-10-27 Manish Goregaokar <manish@mozilla.com>
9350
9351 * gdb.rust/simple.rs: Add test for univariant enums without
9352 discriminants and for encoded struct-like enums.
9353
9354 2016-10-28 Pedro Alves <palves@redhat.com>
9355
9356 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
9357 gdb_test_multiple, tighten regexps and match symtabs and line
9358 tables incrementally.
9359
9360 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
9361
9362 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
9363 general.
9364
9365 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
9366
9367 * gdb.base/exec-invalid-sysroot.exp: New file.
9368
9369 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9370
9371 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
9372
9373 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9374
9375 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
9376
9377 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
9378
9379 * gdb.base/killed-outside.exp: Remove $options from a call to
9380 `prepare_for_testing'.
9381
9382 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9383
9384 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
9385 Change test message.
9386
9387 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9388
9389 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
9390 Update comment.
9391
9392 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9393
9394 * gdb.trace/mi-trace-save.exp: New file.
9395
9396 2016-10-13 Yao Qi <yao.qi@linaro.org>
9397
9398 * gdb.base/code_elim.exp (get_var_address): Remove.
9399 * gdb.base/relocate.exp: Likewise.
9400 * gdb.base/shreloc.exp: Likewise.
9401 * lib/gdb.exp (get_var_address): New.
9402
9403 2016-10-13 Yao Qi <yao.qi@linaro.org>
9404
9405 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
9406 floating point tests if $skip_float_test is false.
9407
9408 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
9409
9410 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
9411 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
9412 argc values.
9413 Add 1 to argc so we guarantee distinct initial/modified argc values.
9414
9415 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9416
9417 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
9418
9419 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9420
9421 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
9422 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
9423 * gdb.arch/vsx-regs.exp: Likewise.
9424
9425 2016-10-07 Yao Qi <yao.qi@linaro.org>
9426
9427 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
9428
9429 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
9430
9431 * gdb.python/python.exp: Test decode_line("*0").
9432
9433 2016-10-06 Doug Evans <dje@google.com>
9434
9435 * gdb.python/py-value.exp (test_value_creation): Add test for large
9436 unsigned 64-bit value.
9437
9438 2016-10-06 Tom Tromey <tom@tromey.com>
9439
9440 * gdb.compile/compile.exp: Change java tests to rust.
9441 * gdb.base/setshow.exp: Change java tests to rust.
9442 * gdb.base/default.exp: Remove java from language list.
9443 * README (Examples): Update language example.
9444 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
9445 test.
9446 * lib/gdb.exp (skip_java_tests): Remove.
9447 * lib/java.exp: Remove.
9448 * gdb.java: Remove.
9449
9450 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
9451
9452 * gdb.arch/mips-fcr.exp: New test.
9453 * gdb.arch/mips-fcr.c: Source for the new test.
9454
9455 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
9456
9457 * gdb.base/solib-disc.exp: Use `standard_output_file'
9458 throughout.
9459
9460 2016-10-06 Pedro Alves <palves@redhat.com>
9461
9462 * gdb.base/jit-simple-dl.c: New file.
9463 * gdb.base/jit-simple-jit.c: New file, factored out from ...
9464 * gdb.base/jit-simple.c: ... this.
9465 * gdb.base/jit-simple.exp (jit_run): Delete.
9466 (build_jit): New proc.
9467 (jit_test_reread): Recompile either the main program or the shared
9468 library, depending on what is being tested. Skip changing address
9469 if caller wants to. Compare before/after addresses. If testing
9470 standalone, explicitly load the binary. Test "maint info
9471 breakpoints".
9472 (top level): Add "standalone vs shared lib" and "change address"
9473 vs "same address" axes.
9474
9475 2016-10-06 Pedro Alves <palves@redhat.com>
9476
9477 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
9478 call.
9479 (jit_run): Delete.
9480 (jit_test_reread): Use with_test_prefix. Reload the main binary
9481 explicitly. Compare the before/after addresses of the JIT
9482 descriptor.
9483
9484 2016-08-15 Doug Evans <dje@google.com>
9485
9486 * gdb.xml/extra-regs.xml: Update, end field now required, default type
9487 for single bitfields is bool.
9488 * gdb.xml/tdesc-regs.exp: Ditto.
9489
9490 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9491
9492 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
9493
9494 2016-10-05 Yao Qi <yao.qi@linaro.org>
9495
9496 * lib/gdb.exp (support_complex_tests): Return zero if
9497 gdb_skip_float_test return true.
9498
9499 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
9500 Simon Marchi <simon.marchi@ericsson.com>
9501
9502 PR gdb/20487
9503 * gdb.mi/user-selected-context-sync.exp: New file.
9504 * gdb.mi/user-selected-context-sync.c: New file.
9505
9506 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
9507 Simon Marchi <simon.marchi@ericsson.com>
9508
9509 PR gdb/20487
9510 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
9511 =thread-select-event check.
9512
9513 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
9514
9515 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
9516 the compulsory L operand changes.
9517 * gdb.arch/powerpc-power.s: Likewise.
9518
9519 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9520
9521 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
9522 * gdb.base/jit-attach-pie.c: New file.
9523 * gdb.base/jit-attach-pie.exp: New file.
9524
9525 2016-09-28 Pedro Alves <palves@redhat.com>
9526
9527 * gdb.base/infcall-input.c: New file.
9528 * gdb.base/infcall-input.exp: New file.
9529
9530 2016-09-22 Yao Qi <yao.qi@linaro.org>
9531
9532 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
9533 (gdb_exit): Rename it to ...
9534 (gdbserver_gdb_exit): ... Close GDBserver.
9535 (gdb_exit): New proc, call gdbserver_gdb_exit.
9536 (mi_gdb_exit): Likewise.
9537
9538 2016-09-22 Yao Qi <yao.qi@linaro.org>
9539
9540 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
9541 path.
9542 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
9543 Remove duplication.
9544
9545 2016-09-22 Yao Qi <yao.qi@linaro.org>
9546
9547 * lib/gdbserver-support.exp: Check the existence of
9548 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
9549
9550 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
9551
9552 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
9553
9554 2016-09-21 Tom Tromey <tom@tromey.com>
9555
9556 PR gdb/20604:
9557 * gdb.base/quit.exp: New file.
9558
9559 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
9560
9561 * .gitignore: New file.
9562
9563 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
9564
9565 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
9566 throughout.
9567
9568 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9569
9570 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
9571
9572 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9573
9574 * gdb.cp/casts.cc (decltype): Move it ...
9575 (main): ... with its call to ...
9576 * gdb.cp/casts03.cc: ... a new file.
9577 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
9578
9579 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9580
9581 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
9582
9583 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
9584
9585 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
9586 and sync up the test with tests in gas/testsuite/gas/ppc.
9587 * gdb.arch/powerpc-power.exp: Likewise.
9588
9589 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9590
9591 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
9592
9593 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
9594 Jan Kratochvil <jan.kratochvil@redhat.com>
9595
9596 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
9597 make m1's definition to be different from m2's. Use 'dummy' as an
9598 argument for probe 'two'.
9599
9600 2016-09-10 Jon Beniston <jon@beniston.com>
9601
9602 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
9603 for sim target.
9604
9605 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
9606
9607 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
9608 variable declaration.
9609 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
9610 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
9611 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
9612 received HWCAP as its argument.
9613
9614 2016-09-06 Pedro Alves <palves@redhat.com>
9615
9616 * gdb.base/new-ui-pending-input.c: New file.
9617 * gdb.base/new-ui-pending-input.exp: New file.
9618 * gdb.exp (clear_gdb_spawn_id): New procedure.
9619 (with_spawn_id): Check whether gdb_spawn_id exists before
9620 referencing it. If gdb_spawn_id didn't exist on entry, clear it
9621 on exit.
9622
9623 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
9624
9625 * gdb.base/float128.c: New file.
9626 * gdb.base/float128.exp: Likewise.
9627 * gdb.base/floatn.c: Likewise.
9628 * gdb.base/floatn.exp: Likewise.
9629
9630 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
9631
9632 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
9633
9634 2016-09-05 Pedro Alves <palves@redhat.com>
9635
9636 PR backtrace/19927
9637 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
9638 unwinders are immediately called as side effect of "source" or
9639 "disable unwinder" commands.
9640 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
9641
9642 2016-09-02 Yao Qi <yao.qi@linaro.org>
9643
9644 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
9645 is true and $type is "float" or "double".
9646
9647 2016-09-02 Yao Qi <yao.qi@linaro.org>
9648
9649 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
9650 true.
9651 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
9652 * gdb.base/call-rt-st.exp: Likewise.
9653 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
9654 return value instead of gdb,skip_float_test.
9655 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
9656 (do_function_calls): Use its return value instead of
9657 gdb,skip_float_test.
9658 * gdb.base/finish.exp: Likewise.
9659 * gdb.base/funcargs.exp: Likewise.
9660 * gdb.base/return.exp: Likewise.
9661 * gdb.base/return2.exp: Likewise.
9662 * gdb.base/varargs.exp: Likewise.
9663 * lib/gdb.exp (gdb_skip_float_test): Change it to
9664 gdb_caching_proc. Detect the broken ptrace on arm-linux.
9665
9666 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
9667
9668 * gdb.multi/tids.exp: Test "thread apply all".
9669
9670 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9671
9672 * gdb.base/default.exp (tty): Remove.
9673
9674 2016-08-24 Kevin Buettner <kevinb@redhat.com>
9675
9676 * gdb.python/py-recurse-unwind.c: New file.
9677 * gdb.python/py-recurse-unwind.py: New file.
9678 * gdb.python/py-recurse-unwind.exp: New file.
9679
9680 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
9681
9682 * gdb.base/set-inferior-tty.exp: New file.
9683 * gdb.base/set-inferior-tty.c: New file.
9684
9685 2016-08-23 Pedro Alves <palves@redhat.com>
9686
9687 PR gdb/20494
9688 * gdb.base/new-ui-echo.c: New file.
9689 * gdb.base/new-ui-echo.exp: New file.
9690
9691 2016-08-23 Yao Qi <yao.qi@linaro.org>
9692
9693 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
9694 gdbserver_spawn.
9695 * gdb.server/connect-without-multi-process.exp (do_test):
9696 Likewise.
9697
9698 2016-08-23 Yao Qi <yao.qi@linaro.org>
9699
9700 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
9701 standalone_txt. Delete gdb_txt and standalone_txt on host
9702 and target. Spawn the binary on target. Copy files from
9703 target to host.
9704
9705 2016-08-22 Pedro Alves <palves@redhat.com>
9706
9707 PR gdb/20505
9708 * gdb.base/vdso-warning.exp: Test core dumps too. Use
9709 with_test_prefix. Factor out bits to ...
9710 (test_no_vdso): ... this new procedure.
9711
9712 2016-08-19 Carl Love <cel@us.ibm.com>
9713
9714 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
9715 maintaining separate logic for constructing the output path.
9716 * gdb.arch/powerpc-d128-regs.exp: Likewise.
9717 * gdb.arch/ppc-dfp.exp: Likewise.
9718 * gdb.arch/ppc-fp.exp: Likewise.
9719 * gdb.arch/vsx-regs.exp: Likewise.
9720 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
9721 binprefix for generating the additional binary files.
9722
9723 2016-08-19 Pedro Alves <palves@redhat.com>
9724
9725 * gdb.trace/mi-trace-frame-collected.exp
9726 (test_trace_frame_collected): On x32, expect two registers.
9727
9728 2016-08-18 Carl Love <cel@us.ibm.com>
9729
9730 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
9731 and sync up the test with tests in gas/testsuite/gas/ppc.
9732 * gdb.arch/powerpc-power.exp: Likewise.
9733
9734 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
9735
9736 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
9737 expected error message.
9738
9739 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
9740
9741 * gdb.multi/remove-inferiors.exp: New file.
9742 * gdb.multi/remove-inferiors.c: New file.
9743
9744 2016-08-12 Yao Qi <yao.qi@linaro.org>
9745
9746 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
9747 argument list.
9748
9749 2016-08-10 Pedro Alves <palves@redhat.com>
9750
9751 PR gdb/19187
9752 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
9753 setup_kfails.
9754
9755 2016-08-09 Pedro Alves <palves@redhat.com>
9756 Simon Marchi <simon.marchi@ericsson.com>
9757
9758 PR gdb/20418
9759 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
9760 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
9761
9762 2016-08-09 Pedro Alves <palves@redhat.com>
9763
9764 PR mi/20431
9765 * gdb.mi/mi-cmd-error.exp: New file.
9766
9767 2016-08-09 Pedro Alves <palves@redhat.com>
9768
9769 PR gdb/18653
9770 * gdb.base/signals-state-child.c: New file.
9771 * gdb.base/signals-state-child.exp: New file.
9772 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
9773
9774 2016-08-09 Pedro Alves <palves@redhat.com>
9775
9776 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
9777
9778 2016-08-03 Tom Tromey <tom@tromey.com>
9779
9780 PR python/18565:
9781 * gdb.python/py-frame-inline.exp: Add Frame.function test.
9782
9783 2016-08-01 Yao Qi <yao.qi@linaro.org>
9784
9785 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
9786 variable mode to "multi-process" if $multi_process is 1, otherwise
9787 set it to "single-process".
9788
9789 2016-08-01 Yao Qi <yao.qi@linaro.org>
9790
9791 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
9792 * gdb.cp/cpexprs.exp: Likewise.
9793 * gdb.cp/m-static.exp: Likewise.
9794
9795 2016-07-26 Tom Tromey <tom@tromey.com>
9796
9797 PR python/20190:
9798 * gdb.threads/tls.exp (check_thread_local): Add python symbol
9799 test.
9800
9801 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
9802
9803 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
9804 selecting assembly source files.
9805 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
9806 assembly source files.
9807 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
9808 assembly source files.
9809 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
9810 selecting assembly source files.
9811
9812 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
9813
9814 * gdb.base/new-ui.exp (do_test_invalid_args): New
9815 procedure.
9816
9817 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
9818
9819 * gdb.btrace/reconnect.c: New file.
9820 * gdb.btrace/reconnect.exp: New file.
9821
9822 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
9823
9824 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
9825 to test_catch_syscall_group.
9826 (test_catch_syscall_group): New.
9827
9828 2016-07-21 Tom Tromey <tom@tromey.com>
9829
9830 * gdb.rust/simple.rs (main): Use empty struct expression.
9831 * gdb.rust/simple.exp: Add tests for empty struct expression.
9832
9833 2016-07-21 Yao Qi <yao.qi@linaro.org>
9834
9835 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
9836 if gdb_skip_xml_test is true on some targets.
9837
9838 2016-07-21 Yao Qi <yao.qi@linaro.org>
9839
9840 * gdb.server/solib-list.exp: Unset last_loaded_file.
9841
9842 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9843
9844 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
9845 "step into captured_main (args)".
9846
9847 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9848
9849 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
9850
9851 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9852
9853 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
9854
9855 2016-07-19 Pedro Alves <palves@redhat.com>
9856
9857 * gdb.opt/inline-break.exp: Remove optimize=-O2.
9858 * gdb.opt/inline-bt.exp: Likewise.
9859 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
9860 additional_flags=-Winline.
9861 * gdb.opt/inline-locals.exp: Likewise.
9862 * gdb.opt/inline-markers.c (ATTR): Define.
9863 (inlined_fn): Use it.
9864
9865 2016-07-19 Yao Qi <yao.qi@linaro.org>
9866
9867 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
9868 (test_with_self): Remove some code. Remove argument executable.
9869 (top-level): Use do_self_tests.
9870
9871 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
9872 Don Breazeal <donb@codesourcery.com>
9873
9874 * gdb.base/maint.exp: Escape paths used in regular expressions.
9875 * gdb.stabs/weird.exp: Likewise.
9876
9877 2016-07-13 Tom Tromey <tom@tromey.com>
9878
9879 PR python/15620, PR python/18620:
9880 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
9881 (test_bkpt_events): New procs.
9882
9883 2016-07-13 Tom Tromey <tom@tromey.com>
9884
9885 PR python/17698:
9886 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
9887 test.
9888 (test_watchpoints): Likewise.
9889 (test_bkpt_pending): New proc.
9890
9891 2016-07-13 Tom Tromey <tom@tromey.com>
9892
9893 PR cli/18053:
9894 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
9895 completion test.
9896
9897 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9898
9899 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
9900 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
9901 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
9902 f_label.
9903 (g): Rename g_end_lbl to g_label.
9904 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
9905 low_pc and high_pc.
9906 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
9907
9908 2016-07-12 Tom Tromey <tom@tromey.com>
9909
9910 PR python/19293:
9911 * gdb.python/py-unwind-maint.exp: Update tests.
9912
9913 2016-07-12 Yao Qi <yao.qi@linaro.org>
9914
9915 * lib/selftest-support.exp (selftest_setup): Match the output
9916 when captured_main is inlined.
9917
9918 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
9919
9920 * gdb.fortran/derived-types.exp (result_line, result_line_2):
9921 New variables.
9922 (print this%a, print this%b, print this): New tests.
9923 * gdb.fortran/derived-types.f90 (this): New object and
9924 initialization.
9925
9926 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9927
9928 * gdb.ada/arraydim.exp: Remove extra directory level in build
9929 directory.
9930
9931 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9932
9933 * lib/ada.exp: Remove extra directory level in build directory.
9934 * gdb.ada/cond_lang.exp: Likewise.
9935 * gdb.ada/exec_changed.exp: Likewise.
9936 * gdb.ada/lang_switch.exp: Likewise.
9937
9938 2016-07-06 Manish Goregaokar <manish@mozilla.com>
9939
9940 * simple.rs: Add test for raw pointer subscripting.
9941 * simple.exp: Add test expectations.
9942
9943 2016-07-05 Yao Qi <yao.qi@linaro.org>
9944
9945 * gdb.mi/mi-reverse.exp: Match =record-started output.
9946
9947 2016-07-01 Pedro Alves <palves@redhat.com>
9948
9949 * gdb.base/jit-reader.exp (info_registers_current_frame): New
9950 procedure.
9951 (jit_reader_test): Test the jit reader's unwinder.
9952 * gdb.base/jithost.c (jit_function_00_code): New global.
9953 (main): Use memcpy to fill in the mmapped code, instead of poking
9954 bytes manually here.
9955 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
9956 value.
9957 (read_debug_info): Save the function's range.
9958 (read_sp): New function.
9959 (unwind_frame): Use it. Also unwind RBP.
9960 (get_frame_id): Use read_sp.
9961 (gdb_init_reader): Use calloc instead of malloc.
9962 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
9963 parameter. Use gdb_test_multiple.
9964
9965 2016-07-01 Pedro Alves <palves@redhat.com>
9966 Antoine Tremblay <antoine.tremblay@ericsson.com>
9967
9968 * gdb.threads/process-dies-while-detaching.c: New file.
9969 * gdb.threads/process-dies-while-detaching.exp: New file.
9970
9971 2016-07-01 Pedro Alves <palves@redhat.com>
9972
9973 * gdb.multi/watchpoint-multi-exit.c: New file.
9974 * gdb.multi/watchpoint-multi-exit.exp: New file.
9975
9976 2016-06-30 Pedro Alves <palves@redhat.com>
9977
9978 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
9979 unset inferior_spawn_id.
9980
9981 2016-06-30 Pedro Alves <palves@redhat.com>
9982
9983 * lib/mi-support.exp (default_mi_gdb_start): Declare global
9984 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
9985
9986 2016-06-29 Yao Qi <yao.qi@linaro.org>
9987
9988 * gdb.base/return.c: Add copyright header.
9989
9990 2016-06-29 Tom Tromey <tom@tromey.com>
9991
9992 PR python/20129:
9993 * gdb.python/py-framefilter.exp: Add tests for setting priority
9994 and disabling of non-existent frame filter.
9995
9996 2016-06-29 Yao Qi <yao.qi@linaro.org>
9997
9998 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
9999 0x0f07ff.
10000
10001 2016-06-28 Yao Qi <yao.qi@linaro.org>
10002
10003 * gdb.base/catch-syscall.exp: Remove check on isnative and target
10004 triplets. Start gdb, execute catch syscall, and continue. Check
10005 gdb's output to determine catch syscall is supported.
10006
10007 2016-06-27 Manish Goregaokar <manish@mozilla.com>
10008
10009 * gdb.rust/simple.rs: Add test for returning unit in a function.
10010 * gdb.rust/simple.exp: Add expectation for functions returning
10011 unit.
10012
10013 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
10014
10015 * gdb.python/py-breakpoint-create-fail.c,
10016 gdb.python/py-breakpoint-create-fail.exp,
10017 gdb.python/py-breakpoint-create-fail.py: New testcase.
10018
10019 2016-06-25 Manish Goregaokar <manish@mozilla.com>
10020
10021 PR gdb/20239
10022 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
10023 * gdb.rust/simple.exp: Add test expectations for new NonZero
10024 tests.
10025
10026 2016-06-24 David Taylor <dtaylor@emc.com>
10027
10028 * gdb.base/offsets.exp: New file.
10029 * gdb.base/offsets.c: New file.
10030
10031 2016-06-23 Tom Tromey <tom@tromey.com>
10032
10033 PR gdb/16483:
10034 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
10035 before any filters are loaded.
10036
10037 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
10038
10039 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
10040 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
10041 structs.
10042 * gdb.fortran/derived-type-function.exp: New file.
10043 * gdb.fortran/derived-type-function.f90: New file.
10044
10045
10046 2016-06-21 Pedro Alves <palves@redhat.com>
10047
10048 * gdb.base/new-ui.exp: New file.
10049 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
10050 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
10051 (with_spawn_id): New procedure.
10052
10053 2016-06-21 Pedro Alves <palves@redhat.com>
10054
10055 * gdb.mi/mi-exec-run.exp: New file.
10056
10057 2016-06-21 Pedro Alves <palves@redhat.com>
10058
10059 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
10060 breakpoint command's output on the main UI.
10061 (test_break): New procedure, factored out from calls in the top
10062 level.
10063 (top level): Use foreach_with_prefix to test MI as main UI and as
10064 separate UI.
10065
10066 2016-06-21 Pedro Alves <palves@redhat.com>
10067
10068 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
10069 (test_awatch_creation_and_listing)
10070 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
10071 Remove 'type' parameter.
10072 (test_watchpoint_all): New parameter mi_mode. Remove
10073 with_test_prefix.
10074 (top level): Use foreach_with_prefix, and add main/separate UI MI
10075 testing axis.
10076
10077 2016-06-21 Pedro Alves <palves@redhat.com>
10078
10079 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
10080 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
10081 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
10082 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
10083 (gdb_main_spawn_id, mi_spawn_id): Declare and
10084 comment.
10085 (mi_create_inferior_pty): New procedure,
10086 factored out from default_mi_gdb_start.
10087 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
10088 procedures.
10089 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
10090 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
10091 Use mi_create_inferior_pty.
10092 (mi_gdb_start): Use eval to pass down args list.
10093
10094 2016-06-21 Pedro Alves <palves@redhat.com>
10095
10096 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
10097 * gdb.opt/inline-cmds.exp: Add MI tests.
10098
10099 2016-06-21 Pedro Alves <palves@redhat.com>
10100
10101 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
10102
10103 2016-06-21 Pedro Alves <palves@redhat.com>
10104
10105 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
10106 (top level): Use it instead of mi_execute_to.
10107
10108 2016-06-21 Pedro Alves <palves@redhat.com>
10109
10110 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
10111 (cont_handler_str): New.
10112 (signal_stop_handler): Set stop_handler_str instead of printing to
10113 stdout.
10114 (continue_handler): Set cont_handler_str instead of printing to
10115 stdout.
10116 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
10117 mi_send_resuming_command. Print stop_handler_str and
10118 cont_handler_str instead of expecting the python events print
10119 directly.
10120
10121 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
10122
10123 * gdb.base/jit-reader.exp: New file.
10124 * gdb.base/jithost.c: New file.
10125 * gdb.base/jithost.h: New file.
10126 * gdb.base/jitreader.c : New file.
10127 * gdb.base/jit-protocol.h: New file.
10128
10129 2016-06-17 Yao Qi <yao.qi@linaro.org>
10130
10131 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
10132 parameters follow_fork and detach_on_fork. Set follow-fork-mode
10133 and detach-on-fork. Adjust tests.
10134 (top level): Invoke break_cond_on_syscall with combinations of
10135 syscall, follow-fork-mode and detach-on-fork.
10136
10137 2016-06-17 Yao Qi <yao.qi@linaro.org>
10138
10139 * gdb.base/step-over-exit.c: New.
10140 * gdb.base/step-over-exit.exp: New.
10141
10142 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
10143
10144 * gdb.base/float.exp: Add target check for nds32*-*-*.
10145 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
10146
10147 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
10148
10149 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
10150 for unsupported target features.
10151 * gdb.base/call-rt-st.exp: Likewise.
10152 * gdb.base/call-sc.exp: Likewise.
10153 * gdb.base/call-signal-resume.exp: Likewise.
10154 * gdb.base/call-strs.exp: Likewise.
10155 * gdb.base/callexit.exp: Likewise.
10156 * gdb.base/callfuncs.exp: Likewise.
10157 * gdb.base/nodebug.exp: Likewise.
10158 * gdb.base/printcmds.exp: Likewise.
10159 * gdb.base/ptype.exp: Likewise.
10160 * gdb.base/structs.exp: Likewise.
10161 * gdb.base/unwindonsignal.exp: Likewise.
10162 * gdb.cp/gdb2495.exp: Likewise.
10163 * gdb.cp/templates.exp: Likewise.
10164 * gdb.cp/virtfunc.exp: Likewise.
10165 * gdb.threads/hand-call-in-threads.exp: Likewise.
10166 * gdb.threads/interrupted-hand-call.exp: Likewise.
10167 * gdb.threads/thread-unwindonsignal.exp: Likewise.
10168
10169 2016-06-10 Tom Tromey <tom@tromey.com>
10170
10171 PR rust/20110:
10172 * gdb.rust/expr.exp: Add test for integer constant larger than
10173 i32.
10174
10175 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
10176
10177 * gdb.fortran/nested-funcs.exp: New.
10178 * gdb.fortran/nested-funcs.f90: New.
10179
10180 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
10181
10182 * gdb.base/examine-backward.c: New file.
10183 * gdb.base/examine-backward.exp: New file.
10184
10185 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
10186
10187 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
10188 matching.
10189
10190 2016-06-02 Tom Tromey <tom@tromey.com>
10191
10192 PR python/18984:
10193 * gdb.python/py-shared.exp: Add solib_name test.
10194
10195 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
10196
10197 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
10198
10199 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
10200
10201 PR c++/19893
10202 * gdb.dwarf2/implref.exp: Rename to...
10203 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
10204 * gdb.dwarf2/implref-array.c: New file.
10205 * gdb.dwarf2/implref-array.exp: Likewise.
10206 * gdb.dwarf2/implref-global.c: Likewise.
10207 * gdb.dwarf2/implref-global.exp: Likewise.
10208 * gdb.dwarf2/implref-struct.c: Likewise.
10209 * gdb.dwarf2/implref-struct.exp: Likewise.
10210
10211 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10212
10213 * gdb.trace/trace-condition.exp: Add 64bit tests.
10214
10215 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10216
10217 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
10218 bits types.
10219 (main): Adapt to 8 to 64 bits types.
10220 * gdb.trace/trace-condition.exp: Add new tests.
10221
10222 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10223
10224 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
10225
10226 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10227
10228 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
10229 Move condition tests...
10230 * gdb.trace/trace-condition.exp: Here.
10231
10232 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10233
10234 * gdb.trace/trace-condition.exp: Add counter-case tests.
10235
10236 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
10237
10238 PR c++/15231
10239 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
10240 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
10241
10242 2016-05-27 Pedro Alves <palves@redhat.com>
10243
10244 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
10245 New procedure.
10246 (top level): Call it, and bail out of DejaGnu is known to be bad.
10247
10248 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
10249
10250 * gdb.base/whatis.c: Extend the test case.
10251 * gdb.base/whatis.exp: Add additional tests.
10252
10253 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10254
10255 * gdb.fortran/type.f90: Add pointer variable.
10256 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
10257
10258 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10259
10260 * gdb.fortran/vla-type.exp: Fix testcase name.
10261
10262 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10263
10264 * gdb.fortran/vla-type.exp: Access elements in nested structs.
10265
10266 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10267
10268 * gdb.fortran/type.f90: Add nested structures.
10269 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
10270 * gdb.fortran/derived-type.exp: Adapt expected output.
10271 * gdb.fortran/vla-type.exp: Adapt expected output.
10272
10273 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10274
10275 * gdb.fortran/whatis_type.exp: Adapt expected output.
10276
10277 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10278
10279 * gdb.fortran/print_type.exp: Fix expected output.
10280 * gdb.fortran/whatis_type.exp: Fix expected output.
10281
10282 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10283
10284 * gdb.fortran/whatis_type.exp: Use multi_line.
10285
10286 2016-05-24 Tom Tromey <tom@tromey.com>
10287
10288 PR python/17386:
10289 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
10290 use value as an index.
10291
10292 2016-05-23 Tom Tromey <tom@tromey.com>
10293
10294 PR python/17981:
10295 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
10296 no-breakpoint case.
10297
10298 2016-05-24 Pedro Alves <palves@redhat.com>
10299
10300 PR gdb/19828
10301 * gdb.threads/clone-attach-detach.c: New file.
10302 * gdb.threads/clone-attach-detach.exp: New file.
10303
10304 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
10305
10306 * gdb.base/annota-input-while-running.exp: Fix syntax error.
10307
10308 2016-05-23 Tom Tromey <tom@tromey.com>
10309
10310 PR python/19438, PR python/18393:
10311 * gdb.python/py-progspace.exp: Add "dir" test.
10312 * gdb.python/py-objfile.exp: Add "dir" test.
10313
10314 2016-05-23 Yao Qi <yao.qi@linaro.org>
10315
10316 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
10317 * gdb.arch/thumb2-it.exp: Likewise.
10318
10319 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
10320
10321 * gdb.mi/mi-threads-interrupt.c: New file.
10322 * gdb.mi/mi-threads-interrupt.exp: New file.
10323
10324 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
10325
10326 PR gdb/18077
10327 * gdb.mi/mi-async-run.exp: New file.
10328 * gdb.mi/mi-async-run.c: New file.
10329
10330 2016-05-17 Tom Tromey <tom@tromey.com>
10331 Manish Goregaokar <manishsmail@gmail.com>
10332
10333 * lib/rust-support.exp: New file.
10334 * lib/gdb.exp (skip_rust_tests): New proc.
10335 (build_executable_from_specs): Handle rust.
10336 * lib/future.exp (gdb_find_rustc): New proc.
10337 (gdb_default_target_compile): Handle rust.
10338 * gdb.rust/expr.exp: New file.
10339 * gdb.rust/generics.exp: New file.
10340 * gdb.rust/generics.rs: New file.
10341 * gdb.rust/methods.exp: New file.
10342 * gdb.rust/methods.rs: New file.
10343 * gdb.rust/modules.exp: New file.
10344 * gdb.rust/modules.rs: New file.
10345 * gdb.rust/simple.exp: New file.
10346 * gdb.rust/simple.rs: New file.
10347
10348 2016-05-17 Tom Tromey <tom@tromey.com>
10349
10350 * gdb.base/default.exp (set language): Add rust.
10351
10352 2016-05-17 Tom Tromey <tom@tromey.com>
10353
10354 * gdb.gdb/unittest.exp: New file.
10355
10356 2016-05-16 Yao Qi <yao.qi@linaro.org>
10357
10358 * gdb.base/batch-preserve-term-settings.exp: Remove variable
10359 shell_prompt. Update shell_prompt_re.
10360
10361 2016-05-12 Doug Evans <dje@google.com>
10362
10363 PR symtab/19999
10364 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
10365 $options when building executable.
10366 * gdb.dwarf2/fission-loclists-pie.S: New file.
10367 * gdb.dwarf2/fission-loclists-pie.exp: New file.
10368
10369 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
10370
10371 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
10372 of [is_remote target],
10373
10374 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
10375
10376 * lib/gdb.exp (use_gdb_stub): New procedure.
10377
10378 2016-05-03 Yunlian Jiang <yunlian@google.com>
10379 Doug Evans <dje@google.com>
10380
10381 PR symtab/19914
10382 * gdb.dwarf2/dwp-sepdebug.c: New file.
10383 * gdb.dwarf2/dwp-sepdebug.exp: New file.
10384
10385 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
10386
10387 * gdb.base/detach.exp: Remove is_remote check.
10388
10389 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
10390
10391 * gdb.base/annota-input-while-running.exp: Don't check for
10392 [is_remote target]. Enable annotations after running to main.
10393 Remove unused "set test..." line.
10394
10395 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
10396
10397 * gdb.trace/trace-enable-disable.exp: New file.
10398 * gdb.trace/trace-enable-disable.c: New file.
10399
10400 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
10401
10402 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
10403 use it in info sharedlibrary test.
10404 * gdb.trace/ftrace-lock.exp: Likewise.
10405 * gdb.trace/ftrace.exp: Likewise.
10406 * gdb.trace/range-stepping.exp: Likewise.
10407 * gdb.trace/trace-break.exp: Likewise.
10408 * gdb.trace/trace-condition.exp: Likewise.
10409 * gdb.trace/trace-mt.exp: Likewise.
10410
10411 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
10412
10413 * lib/gdb.exp (gdb_load_shlibs): Rename to...
10414 (gdb_load_shlib): ... this.
10415 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
10416 gdb_load_shlib.
10417 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
10418 * gdb.base/ctxobj.exp: Likewise.
10419 * gdb.base/dprintf-pending.exp: Likewise.
10420 * gdb.base/dso2dso.exp: Likewise.
10421 * gdb.base/fixsection.exp: Likewise.
10422 * gdb.base/gcore-relro.exp: Likewise.
10423 * gdb.base/gdb1555.exp: Likewise.
10424 * gdb.base/global-var-nested-by-dso.exp: Likewise.
10425 * gdb.base/gnu-ifunc.exp: Likewise.
10426 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
10427 * gdb.base/jit-so.exp (one_jit_test): Likewise.
10428 * gdb.base/pending.exp: Likewise.
10429 * gdb.base/print-file-var.exp: Likewise.
10430 * gdb.base/print-symbol-loading.exp: Likewise.
10431 * gdb.base/shlib-call.exp: Likewise.
10432 * gdb.base/shreloc.exp: Likewise.
10433 * gdb.base/so-impl-ld.exp: Likewise.
10434 * gdb.base/solib-disc.exp: Likewise.
10435 * gdb.base/solib-nodir.exp: Likewise.
10436 * gdb.base/solib-overlap.exp: Likewise.
10437 * gdb.base/solib-symbol.exp: Likewise.
10438 * gdb.base/solib-weak.exp (do_test): Likewise.
10439 * gdb.base/sym-file.exp: Likewise.
10440 * gdb.base/symtab-search-order.exp: Likewise.
10441 * gdb.base/type-opaque.exp: Likewise.
10442 * gdb.base/unload.exp: Likewise.
10443 * gdb.base/watchpoint-solib.exp: Likewise.
10444 * gdb.compile/compile.exp: Likewise.
10445 * gdb.cp/gdb2384.exp: Likewise.
10446 * gdb.cp/infcall-dlopen.exp: Likewise.
10447 * gdb.cp/re-set-overloaded.exp: Likewise.
10448 * gdb.fortran/library-module.exp: Likewise.
10449 * gdb.opt/solib-intra-step.exp: Likewise.
10450 * gdb.python/py-finish-breakpoint.exp: Likewise.
10451 * gdb.python/py-shared.exp: Likewise.
10452 * gdb.reverse/solib-precsave.exp: Likewise.
10453 * gdb.reverse/solib-reverse.exp: Likewise.
10454 * gdb.server/solib-list.exp: Likewise.
10455 * gdb.threads/dlopen-libpthread.exp: Likewise.
10456 * gdb.threads/tls-shared.exp: Likewise.
10457 * gdb.threads/tls-so_extern.exp: Likewise.
10458 * gdb.trace/change-loc.exp: Likewise.
10459 * gdb.trace/ftrace-lock.exp: Likewise.
10460 * gdb.trace/ftrace.exp: Likewise.
10461 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
10462 * gdb.trace/pending.exp: Likewise.
10463 * gdb.trace/range-stepping.exp: Likewise.
10464 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
10465 (strace_info_marker): Likewise.
10466 (strace_probe_marker): Likewise.
10467 (strace_trace_on_same_addr): Likewise.
10468 (strace_trace_on_diff_addr): Likewise.
10469 * gdb.trace/trace-break.exp: Likewise.
10470 * gdb.trace/trace-condition.exp: Likewise.
10471 * gdb.trace/trace-mt.exp: Likewise.
10472
10473 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
10474
10475 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
10476 result of gdb_remote_download.
10477 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
10478 * gdb.base/dso2dso.exp: Likewise.
10479 * gdb.base/global-var-nested-by-dso.exp: Likewise.
10480 * gdb.base/print-file-var.exp: Likewise.
10481 * gdb.base/shlib-call.exp: Likewise.
10482 * gdb.base/shreloc.exp: Likewise.
10483 * gdb.base/solib-overlap.exp: Likewise.
10484 * gdb.base/solib-weak.exp (do_test): Likewise.
10485 * gdb.base/unload.exp: Likewise.
10486
10487 2016-04-27 Yao Qi <yao.qi@linaro.org>
10488
10489 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
10490 exists.
10491
10492 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10493
10494 * vla-type.exp: Print structure from toplevel.
10495
10496 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10497
10498 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
10499 of dynamic types.
10500 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
10501 of dynamic types.
10502
10503 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10504
10505 * gdb.fortran/vla-type.f90: New file.
10506 * gdb.fortran/vla-type.exp: New file.
10507
10508 2016-04-25 Yao Qi <yao.qi@linaro.org>
10509
10510 * gdb.base/branch-to-self.c: New file.
10511 * gdb.base/branch-to-self.exp: New file.
10512
10513 2016-04-22 Yao Qi <yao.qi@linaro.org>
10514
10515 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
10516 more after $hex.
10517
10518 2016-04-22 Yao Qi <yao.qi@linaro.org>
10519
10520 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
10521 * gdb.base/annota3.exp: Likewise.
10522
10523 2016-04-22 Yao Qi <yao.qi@linaro.org>
10524
10525 * gdb.reverse/step-precsave.exp: Do one step and test program
10526 stops in "callee" and do multiple steps until program goes out
10527 of "callee".
10528 * gdb.reverse/step-reverse.exp: Likewise.
10529
10530 2016-04-22 Yao Qi <yao.qi@linaro.org>
10531
10532 * gdb.trace/signal.exp: Also pass if
10533 $tracepoint_hits($i) > $iterations.
10534
10535 2016-04-22 Yao Qi <yao.qi@linaro.org>
10536
10537 * gdb.trace/signal.c: New file.
10538 * gdb.trace/signal.exp: New file.
10539
10540 2016-04-19 Doug Evans <xdje42@gmail.com>
10541
10542 * gdb.base/bad-file.exp: New file.
10543
10544 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
10545
10546 * gdb.dwarf2/implref.exp: New file.
10547
10548 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
10549
10550 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
10551 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
10552 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
10553 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
10554 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
10555 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
10556 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
10557 * lib/fortran.exp (fortran_int4): New procedure.
10558 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
10559 (fortran_logical4): Likewise.
10560
10561 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
10562
10563 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
10564
10565 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
10566
10567 * lib/compiler.c: Add Intel specific preprocessor macros.
10568 * lib/compiler.cc: Likewise.
10569
10570 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
10571
10572 * gdb.server/connect-with-no-symbol-file.c: New file.
10573 * gdb.server/connect-with-no-symbol-file.exp: New file.
10574
10575 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
10576
10577 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
10578
10579 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
10580
10581 * boards/gdbserver-base.exp (${board}_download): Copy source file to
10582 standard output directory.
10583
10584 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
10585
10586 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
10587
10588 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
10589
10590 * gdb.btrace/instruction_history.c (loop): Add declaration.
10591
10592 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
10593
10594 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
10595
10596 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
10597
10598 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
10599 parentheses to print.
10600 (continue_handler): Likewise.
10601
10602 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
10603
10604 * gdb.server/solib-list.exp: Remove is_remote check.
10605 Pass shlib= to gdb_compile. Don't link shared library with
10606 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
10607 Run binary filename through "readlink -f" on the target.
10608
10609 2016-04-08 Pedro Alves <palves@redhat.com>
10610
10611 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
10612 interpreter filename as argument to gdbserver_spawn.
10613 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
10614 Return empty if $last_loaded_file does not exist.
10615
10616 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10617
10618 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
10619 * gdb.base/jit-main.c: Use exit after usage.
10620
10621 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10622
10623 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
10624 GDBHISTSIZE prior to the tests.
10625 * gdb.base/gdbinit-history.exp: Likewise.
10626
10627 2016-04-07 Pedro Alves <palves@redhat.com>
10628
10629 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
10630 instead of build_executable. Use gdb_load_shlibs.
10631
10632 2016-04-07 Yao Qi <yao.qi@linaro.org>
10633
10634 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
10635 Execute "si" command.
10636
10637 2016-04-07 Yao Qi <yao.qi@linaro.org>
10638
10639 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
10640 number instead of the comments on some line.
10641
10642 2016-04-06 Don Breazeal <donb@codesourcery.com>
10643
10644 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
10645 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
10646
10647 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
10648
10649 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
10650 standard_output_file. Remove unused binfile variable.
10651
10652 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
10653
10654 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
10655 * gdb.python/py-mi-objfile.exp: Match "list main" output
10656 in console format.
10657
10658 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
10659
10660 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
10661 absolute.
10662
10663 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
10664
10665 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
10666 absolute.
10667 * gdb.trace/ftrace.exp: Likewise.
10668 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
10669 targets as well.
10670 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
10671 (gdb_load_shlibs): Copy libraries to test directory when testing
10672 natively. Only set solib-search-path if testing remotely.
10673 * lib/mi-support.exp (mi_load_shlibs): Likewise.
10674
10675 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
10676
10677 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
10678 gdb_download. Use it even if the target is not remote.
10679 * gdb.base/jit.exp (compile_jit_test): Likewise.
10680 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
10681 output directory if the destination board is local, otherwise use
10682 the standard remote_download from DejaGnu.
10683 (gdb_download): Remove.
10684 (gdb_load_shlibs): Use gdb_remote_download instead of
10685 gdb_download.
10686 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
10687 Use gdb_remote_download instead of gdb_download. Use it even if
10688 the target is not remote.
10689 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
10690 instead of gdb_download.
10691
10692 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
10693
10694 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
10695 (test_insert_delete_modify): Call mi_load_shlibs before trying to
10696 run.
10697
10698 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
10699
10700 PR gdb/19820
10701 * gdb.base/printcmds.exp: Add artificial arrays tests.
10702
10703 2016-03-31 Pedro Alves <palves@redhat.com>
10704
10705 PR gdb/19858
10706 * gdb.base/jit-main.c: Include unistd.h.
10707 (ATTACH): Define to 0 if not already defined.
10708 (wait_for_gdb, mypid): New globals.
10709 (WAIT_FOR_GDB): New macro.
10710 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
10711 some breakpoint locations.
10712 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
10713 New procedures.
10714 (one_jit_test): Add REATTACH parameter, and handle it. Use
10715 continue_to_test_location.
10716 (top level): Test attach, and adjusts calls to one_jit_test.
10717
10718 2016-03-31 Pedro Alves <palves@redhat.com>
10719
10720 PR gdb/19858
10721 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
10722 BINSUFFIX parameter, and handle it.
10723 (top level): Adjust calls compile_jit_test.
10724
10725 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
10726
10727 PR python/19743
10728 * gdb.python/py-mi-events-gdb.py: New file.
10729 * gdb.python/py-mi-events.c: New file.
10730 * gdb.python/py-mi-events.exp: New file.
10731
10732 2016-03-30 Yao Qi <yao.qi@linaro.org>
10733
10734 * gdb.reverse/until-precsave.exp: Match function name only.
10735 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
10736 Move malloc to a condition block.
10737 * gdb.reverse/until-reverse.exp: Match function name only.
10738
10739 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
10740
10741 * gdb.trace/ftrace.exp: Set arg0exp for s390.
10742 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
10743 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
10744 variable for GPR 0 instead of assuming it is register 0.
10745 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
10746 * lib/trace-support.exp: Add s390 registers.
10747
10748 2016-03-29 Yao Qi <yao.qi@linaro.org>
10749
10750 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
10751
10752 2016-03-24 Yao Qi <yao.qi@linaro.org>
10753
10754 * gdb.reverse/break-reverse.exp: Add quotation mark in the
10755 test message.
10756
10757 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10758
10759 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
10760 maintaining separate logic for constructing the output path.
10761
10762 2016-03-16 Don Breazeal <donb@codesourcery.com>
10763
10764 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
10765 Retry fork and waitpid on interrupted system call errors.
10766 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10767 Use with_timeout_factor to increase timeout by factor of 10.
10768
10769 2016-03-15 Don Breazeal <donb@codesourcery.com>
10770
10771 * gdb.cp/scope-err.cc: New test program.
10772 * gdb.cp/scope-err.exp: New test script.
10773 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
10774 lines and "set breakpoint here" comment.
10775 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
10776 Fixed some whitespace and format issues.
10777 * gdb.mi/mi-linespec-err-cp.cc: New test program.
10778 * gdb.mi/mi-linespec-err-cp.exp: New test script.
10779
10780 2016-03-15 Doug Evans <dje@google.com>
10781
10782 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
10783 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
10784 All callers updated. Add tests for enums, mixed flags register.
10785
10786 2016-03-15 Doug Evans <dje@google.com>
10787
10788 * gdb.base/skip.c (main): Call test_skip_file_and_function.
10789 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
10790
10791 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
10792
10793 * gdb.base/default.exp: Add $_as_string to the list of expected
10794 convenience functions.
10795
10796 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
10797
10798 * gdb.base/maint.exp: New tests for 'maint info line-table'.
10799
10800 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
10801
10802 * gdb.python/py-as-string.exp: New file.
10803 * gdb.python/py-as-string.c: New file.
10804
10805 2016-03-09 Pedro Alves <palves@redhat.com>
10806
10807 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
10808 signal" -> "Thread NN received signal" output change.
10809 * gdb.threads/ia64-sigill.exp: Likewise.
10810 * gdb.threads/linux-dp.exp: Likewise.
10811 * gdb.threads/manythreads.exp: Likewise.
10812 * gdb.threads/pending-step.exp: Likewise.
10813 * gdb.threads/print-threads.exp: Likewise.
10814 * gdb.threads/sigstep-threads.exp: Likewise.
10815 * gdb.threads/staticthreads.exp: Likewise.
10816 * gdb.threads/tls.exp: Likewise.
10817
10818 2016-03-09 Pedro Alves <palves@redhat.com>
10819
10820 * gdb.base/command-line-input.exp: New file.
10821
10822 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10823
10824 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
10825 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
10826 * gdb.trace/pending.exp: Accept leading dot before function name.
10827 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
10828 * lib/trace-support.exp: Set registers for ppc.
10829
10830 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10831
10832 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
10833 use it for disassembly; accept .main in addition to main in backtrace.
10834
10835 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
10836 Marcin Kościelnicki <koriakin@0x04.net>
10837
10838 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
10839 (gdb_recursion_test_ptr): New global variable.
10840 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
10841 gdb_recursion_test.
10842 (gdb_c_test): Ditto.
10843
10844 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10845
10846 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
10847 ordering.
10848
10849 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10850
10851 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
10852 (bar): Add bar_start_lbl label.
10853 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
10854 of foo/bar for emitting DWARF and tracing.
10855
10856 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
10857
10858 * analyze-racy-logs.py: Set executable bit.
10859
10860 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
10861
10862 * Makefile.in (DEFAULT_RACY_ITER): New variable.
10863 (CHECK_TARGET_TMP): Likewise.
10864 (check-single-racy): New rule.
10865 (check-parallel-racy): Likewise.
10866 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
10867 (do-check-parallel-racy): New rule.
10868 (check-racy/%.exp): Likewise.
10869 * README (Racy testcases): New section.
10870 * analyze-racy-logs.py: New file.
10871
10872 2016-03-03 Doug Evans <dje@google.com>
10873
10874 * gdb.base/skip.exp: Use with_test_prefix.
10875
10876 2016-03-03 Yao Qi <yao.qi@linaro.org>
10877
10878 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
10879 Invoke step_over_syscall "clone" and break_cond_on_syscall
10880 "clone".
10881 * gdb.base/step-over-clone.c: New file.
10882
10883 2016-03-03 Yao Qi <yao.qi@linaro.org>
10884
10885 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
10886 code format.
10887
10888 2016-03-03 Yao Qi <yao.qi@linaro.org>
10889
10890 * gdb.base/disp-step-fork.c: Rename to ...
10891 * gdb.base/step-over-fork.c: ... it. New file.
10892 * gdb.base/disp-step-vfork.c: Rename to ...
10893 * gdb.base/step-over-vfork.c: ... it. New file.
10894 * gdb.base/disp-step-syscall.exp: Rename to ...
10895 * gdb.base/step-over-syscall.exp: ... it. New file.
10896 (disp_step_cross_syscall): Rename to ...
10897 (step_over_syscall): ... it.
10898
10899 2016-03-03 Yao Qi <yao.qi@linaro.org>
10900
10901 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
10902 If target supports condition evaluation on target, invoke
10903 break_cond_on_syscall for fork and vfork.
10904
10905 2016-03-03 Yao Qi <yao.qi@linaro.org>
10906
10907 * gdb.base/disp-step-syscall.exp: Don't invoke
10908 support_displaced_stepping.
10909 (disp_step_cross_syscall): Test with displaced stepping off and
10910 on if supported.
10911
10912 2016-03-03 Yao Qi <yao.qi@linaro.org>
10913
10914 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
10915 proc.
10916 (setup): New proc.
10917 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
10918 and setup.
10919
10920 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10921
10922 * gdb.fortran/vla-history.exp: Remove breakpoint.
10923
10924 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10925
10926 * gdb.fortran/vla-history.exp: Lookup array elements and printing
10927 exceeds timeout.
10928
10929 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10930
10931 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
10932 breakpoint.
10933
10934 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10935
10936 * gdb.mi/vla.f90: Nullify pointer after declaration.
10937
10938 2016-03-01 Pedro Alves <palves@redhat.com>
10939
10940 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
10941
10942 2016-03-01 Pedro Alves <palves@redhat.com>
10943
10944 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
10945 before anything else.
10946 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
10947 _GNU_SOURCE here.
10948 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
10949 before anything else.
10950 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
10951
10952 2016-03-01 Pedro Alves <palves@redhat.com>
10953
10954 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
10955
10956 2016-03-01 Yao Qi <yao.qi@linaro.org>
10957
10958 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
10959 prepare_for_testing.
10960
10961 2016-03-01 Yao Qi <yao.qi@linaro.org>
10962
10963 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
10964
10965 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10966
10967 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
10968 manually constructing the output path.
10969
10970 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10971
10972 * gdb.arch/s390-stackless.S: New.
10973 * gdb.arch/s390-stackless.exp: New.
10974
10975 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
10976
10977 * gdb.dlang/circular.c: New file.
10978 * gdb.dlang/circular.exp: New file.
10979
10980 2016-02-26 Yao Qi <yao.qi@linaro.org>
10981
10982 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
10983 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
10984 (testcases): Update.
10985
10986 2016-02-26 Yao Qi <yao.qi@linaro.org>
10987
10988 * gdb.reverse/aarch64.c: Rename to ...
10989 * gdb.reverse/insn-reverse.c: ... it.
10990 * gdb.reverse/aarch64.exp: Rename to ...
10991 * gdb.reverse/insn-reverse.exp: ... it.
10992
10993 2016-02-26 Yao Qi <yao.qi@linaro.org>
10994
10995 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
10996 (testcase_ftype): New.
10997 (testcases): New array.
10998 (n_testcases): New.
10999 (main): Call each element in testcases.
11000 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
11001 (read_testcase): New.
11002 Do the tests in a loop.
11003
11004 2016-02-25 Yao Qi <yao.qi@linaro.org>
11005
11006 * gdb.base/branches.c: Remove.
11007
11008 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
11009
11010 PR gdb/13808
11011 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
11012
11013 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
11014
11015 * gdb.trace/ftrace.exp: Remove unnecessary target check.
11016
11017 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
11018
11019 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
11020 change x86_64 call_insn to 'callq'.
11021
11022 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
11023
11024 * gdb.trace/tfile-avx.c: Move to...
11025 * gdb.trace/tracefile-pseudo-reg.c: Here.
11026 * gdb.trace/tfile-avx.exp: Move to...
11027 * gdb.trace/tracefile-pseudo-reg.exp: Here.
11028
11029 2016-02-24 Gary Benson <gbenson@redhat.com>
11030
11031 * gdb.base/attach-pie-noexec.exp: Do not expect an error
11032 message on attach.
11033
11034 2016-02-23 Doug Evans <dje@google.com>
11035
11036 * gdb.base/skip.c (test_skip): New function.
11037 (end_test_skip_file_and_function): New function.
11038 (test_skip_file_and_function): New function.
11039 * gdb.base/skip1.c (test_skip): New function.
11040 (skip1_test_skip_file_and_function): New function.
11041 * gdb.base/skip.exp: Add tests for new skip options.
11042 * gdb.base/skip-solib.exp: Update expected output.
11043 * gdb.perf/skip-command.cc: New file.
11044 * gdb.perf/skip-command.exp: New file.
11045 * gdb.perf/skip-command.py: New file.
11046
11047 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
11048
11049 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
11050 info registers pattern.
11051
11052 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
11053
11054 * lib/future.exp: Add D support.
11055 (gdb_find_gdc): New proc.
11056 (gdb_default_target_compile): Add D support.
11057
11058 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
11059
11060 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
11061 user+system time.
11062 (trace_speed_test): Determine the iteration count for a time
11063 between 15..30 seconds.
11064
11065 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
11066
11067 * gdb.arch/i386-mpx-sigsegv.c: New file.
11068 * gdb.arch/i386-mpx-sigsegv.exp: New file.
11069 * gdb.arch/i386-mpx-simple_segv.c: New file.
11070 * gdb.arch/i386-mpx-simple_segv.exp: New file.
11071
11072 2016-02-18 Yao Qi <yao.qi@linaro.org>
11073
11074 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
11075 Don't call setup_kfail.
11076
11077 2016-02-18 Yao Qi <yao.qi@linaro.org>
11078
11079 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
11080 Set "set breakpoint condition-evaluation" per $cond_bp_target.
11081
11082 2016-02-16 Doug Evans <dje@google.com>
11083
11084 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
11085 * gdb.base/skip1.c: Ditto.
11086 * gdb.base/skip.exp: Whitespace cleanup.
11087
11088 2016-02-16 Don Breazeal <donb@codesourcery.com>
11089
11090 PR remote/19496
11091 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
11092 Remove kfail for PR remote/19496.
11093
11094 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
11095
11096 * lib/gdb.exp (standard_temp_file): Return a path specific to
11097 the runtest invocation.
11098
11099 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
11100
11101 * gdb.trace/save-trace.exp: Change relative path to be in the
11102 standard output directory.
11103
11104 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11105
11106 * gdb.arch/i386-prologue.c: Add missing prototypes.
11107
11108 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11109
11110 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
11111 * gdb.arch/i386-prologue.exp: Likewise.
11112 * gdb.arch/i386-size.exp: Likewise.
11113
11114 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
11115
11116 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
11117 define object file path.
11118 * gdb.btrace/gcore.exp: Use standard_output_file to define core
11119 file path.
11120 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
11121 standard_output_file to define binfile.
11122
11123 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11124
11125 Fix compatibility with recent gfortran-5.3.1.
11126 * gdb.fortran/vla-history.exp (print vla1 allocated)
11127 (print vla2 allocated, print $2, print $3): Remove
11128 (print $4): Rename to ...
11129 (print $2): ... here.
11130 (print $9): Rename to ...
11131 (print $5): ... here.
11132 (print $10): Rename to ...
11133 (print $6): ... here.
11134 * gdb.fortran/vla.f90: Add pvla initialization.
11135
11136 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11137
11138 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
11139 New test.
11140 * gdb.fortran/vla-value-sub.exp: Likewise.
11141
11142 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
11143
11144 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
11145
11146 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
11147
11148 * i386-biarch-core.exp: Define corefile using
11149 standard_output_file.
11150
11151 2016-02-12 Yao Qi <yao.qi@linaro.org>
11152
11153 * gdb.arch/arm-single-step-kernel-helper.c: New.
11154 * gdb.arch/arm-single-step-kernel-helper.exp: New.
11155
11156 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
11157
11158 * gdb.btrace/tailcall-only.exp: New.
11159 * gdb.btrace/tailcall-only.c: New.
11160 * gdb.btrace/x86_64-tailcall-only.S: New.
11161 * gdb.btrace/i686-tailcall-only.S: New.
11162
11163 2016-02-11 Pedro Alves <palves@redhat.com>
11164
11165 * README (Parallel testing): Add missing double quotes.
11166
11167 2016-02-11 Pedro Alves <palves@redhat.com>
11168
11169 * README (Parallel testing): New section.
11170 (GDB_PARALLEL): Rewrite.
11171 (FORCE_PARALLEL): Document.
11172
11173 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
11174
11175 * gdb.trace/tfile-avx.c: New test.
11176 * gdb.trace/tfile-avx.exp: New test.
11177
11178 2016-02-09 Keith Seitz <keiths@redhat.com>
11179
11180 PR breakpoints/19546
11181 * gdb.base/infcall-exec.c: New file.
11182 * gdb.base/infcall-exec2.c: New file.
11183 * gdb.base/infcall-exec.exp: New file.
11184
11185 2016-02-09 Keith Seitz <keiths@redhat.com>
11186
11187 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
11188 (toplevel): Call test_bkpt_address.
11189
11190 2016-02-09 Keith Seitz <keiths@redhat.com>
11191
11192 PR python/19506
11193 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
11194 (toplevel): Call test_bkpt_address.
11195
11196 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
11197
11198 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
11199 to AC_OUTPUT.
11200 * configure: Regenerate.
11201
11202 2016-02-09 Pedro Alves <palves@redhat.com>
11203
11204 PR breakpoints/19548
11205 * gdb.base/execl-update-breakpoints.c (some_function): New
11206 function.
11207 (main): Call it.
11208 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
11209 Tighten expected GDB output.
11210
11211 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
11212
11213 * Makefile.in (ALL_SUBDIRS): Remove.
11214 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
11215 (distclean maintainer-clean realclean): Likewise.
11216 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
11217 * configure: Regenerate.
11218 * gdb.ada/Makefile.in: Delete.
11219 * gdb.arch/Makefile.in: Likewise.
11220 * gdb.asm/Makefile.in: Likewise.
11221 * gdb.base/Makefile.in: Likewise.
11222 * gdb.btrace/Makefile.in: Likewise.
11223 * gdb.cell/Makefile.in: Likewise.
11224 * gdb.compile/Makefile.in: Likewise.
11225 * gdb.cp/Makefile.in: Likewise.
11226 * gdb.disasm/Makefile.in: Likewise.
11227 * gdb.dlang/Makefile.in: Likewise.
11228 * gdb.dwarf2/Makefile.in: Likewise.
11229 * gdb.fortran/Makefile.in: Likewise.
11230 * gdb.gdb/Makefile.in: Likewise.
11231 * gdb.go/Makefile.in: Likewise.
11232 * gdb.guile/Makefile.in: Likewise.
11233 * gdb.java/Makefile.in: Likewise.
11234 * gdb.linespec/Makefile.in: Likewise.
11235 * gdb.mi/Makefile.in: Likewise.
11236 * gdb.modula2/Makefile.in: Likewise.
11237 * gdb.multi/Makefile.in: Likewise.
11238 * gdb.objc/Makefile.in: Likewise.
11239 * gdb.opencl/Makefile.in: Likewise.
11240 * gdb.opt/Makefile.in: Likewise.
11241 * gdb.pascal/Makefile.in: Likewise.
11242 * gdb.perf/Makefile.in: Likewise.
11243 * gdb.python/Makefile.in: Likewise.
11244 * gdb.reverse/Makefile.in: Likewise.
11245 * gdb.server/Makefile.in: Likewise.
11246 * gdb.stabs/Makefile.in: Likewise.
11247 * gdb.threads/Makefile.in: Likewise.
11248 * gdb.trace/Makefile.in: Likewise.
11249 * gdb.xml/Makefile.in: Likewise.
11250 * lib/gdb.exp (make_gdb_parallel_path): Add check for
11251 GDB_PARALLEL.
11252 (standard_output_file): Remove check for GDB_PARALLEL, always
11253 return path in outputs/$subdir/$testname.
11254
11255 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
11256
11257 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
11258 (site.exp): Assign abs_srcdir to tcl's srcdir.
11259
11260 2016-02-04 Yao Qi <yao.qi@linaro.org>
11261
11262 * gdb.base/foll-exec-mode.c: Include limits.h.
11263 (main): Add parameters argc and argv. Get directory from
11264 argv[0].
11265 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
11266 compilation.
11267 * gdb.base/foll-exec.c: Include limits.h.
11268 (main): Add parameters argc and argv.
11269 Get directory from argv[0].
11270 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
11271 Adjust tests on the number of lines as source code changed.
11272 * gdb.base/foll-vfork-exit.c: Include limits.h.
11273 (main): Add one line of statement before vfork.
11274 * gdb.base/foll-vfork.c: Include limits.h and string.h.
11275 (main): Add parameters argc and argv. Get directory from
11276 argv[0].
11277 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
11278 (setup_gdb): Set tbreak to skip some source lines.
11279 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
11280 (main): Add parameters argc and argv. Get directory from
11281 argv[0].
11282 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
11283 compilation.
11284 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
11285 (main): Add parameters argc and argv. Get directory from
11286 argv[0].
11287 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
11288 compilation.
11289
11290 2016-02-01 Doug Evans <dje@google.com>
11291
11292 * gdb.base/skip.exp: Clean up multiple references to same test name.
11293
11294 2016-02-01 Pedro Alves <palves@redhat.com>
11295
11296 PR remote/19496
11297 * gdb.threads/forking-threads-plus-breakpoint.exp
11298 (displaced_stepping_supported): New global.
11299 (probe_displaced_stepping_support): New procedure.
11300 (do_test): Add 'displaced' parameter, and use it.
11301 (top level): Check for displaced stepping support. Add displaced
11302 stepping on/off testing axis.
11303
11304 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
11305
11306 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
11307 pointer. Don't perform further tests on the unassociated pointer
11308 if the first test fails.
11309
11310 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
11311
11312 * gdb.base/max-value-size.c: New file.
11313 * gdb.base/max-value-size.exp: New file.
11314 * gdb.base/huge.exp: Disable max-value-size for this test.
11315
11316 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
11317
11318 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
11319
11320 2016-01-28 Yao Qi <yao.qi@linaro.org>
11321
11322 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
11323
11324 2016-01-25 Pedro Alves <palves@redhat.com>
11325
11326 PR threads/19461
11327 * gdb.base/fork-running-state.c: New file.
11328 * gdb.base/fork-running-state.exp: New file.
11329
11330 2016-01-25 Pedro Alves <palves@redhat.com>
11331
11332 PR gdb/19494
11333 * gdb.base/catch-fork-kill.c: New file.
11334 * gdb.base/catch-fork-kill.exp: New file.
11335
11336 2016-01-25 Pedro Alves <palves@redhat.com>
11337
11338 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
11339 Delete, moved to lib/gdb.exp.
11340 * gdb.threads/forking-threads-plus-breakpoint.exp
11341 (foreach_with_prefix): Likewise.
11342 * gdb.threads/process-dies-while-handling-bp.exp
11343 (foreach_with_prefix): Likewise.
11344 * lib/gdb.exp (foreach_with_prefix): New procedure.
11345
11346 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
11347
11348 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
11349 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
11350
11351 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
11352
11353 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
11354 endian targets.
11355
11356 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11357 Pedro Alves <palves@redhat.com>
11358
11359 Fix testsuite compatibility with Guile.
11360 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
11361 number.
11362
11363 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11364
11365 Fix testsuite compatibility with Guile.
11366 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
11367 (thread 1): New test for backtrace through signal handler.
11368
11369 2016-01-22 Yao Qi <yao.qi@linaro.org>
11370
11371 PR testsuite/19491
11372 * gdb.base/multi-forks.c: Include
11373 ../lib/unbuffer_output.c
11374 (main): Call gdb_unbuffer_output.
11375
11376 2016-01-21 Doug Evans <dje@google.com>
11377
11378 * lib/ada.exp (gdb_compile_ada): Fix typo.
11379
11380 2016-01-21 Joel Brobecker <brobecker@adacore.com>
11381
11382 * gdb.base/break-fun-addr.exp: New file.
11383 * gdb.base/break-fun-addr1.c: New file.
11384 * gdb.base/break-fun-addr2.c: New file.
11385
11386 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
11387
11388 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
11389 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
11390 enum flag values.
11391
11392 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
11393
11394 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
11395 when GDB can not set the vector return value. Add more comments
11396 for clarification.
11397
11398 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
11399
11400 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
11401 command.
11402
11403 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11404
11405 * Makefile.in (DO_RUNTEST): Add --status and update usages.
11406
11407 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11408
11409 * Makefile.in (check-single): Pass --status to runtest.
11410 (check/%.exp): Likewise.
11411
11412 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11413
11414 * Makefile.in (check-parallel): Propagate return code from make
11415 do-check-parallel.
11416
11417 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
11418
11419 * gdb.trace/ftrace.exp: Fix expected message on continue.
11420 * gdb.trace/pending.exp: Fix expected message on continue.
11421 * gdb.trace/trace-break.exp: Fix expected message on continue.
11422
11423 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
11424
11425 * lib/gdb.exp (gdb_test): Remove unused global references.
11426
11427 2016-01-18 Pedro Alves <palves@redhat.com>
11428
11429 * gdb.base/async-shell.exp: Adjust expected output.
11430 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
11431 * gdb.base/siginfo-thread.exp: Adjust expected output.
11432 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
11433 * gdb.java/jnpe.exp: Adjust expected output.
11434 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
11435 * gdb.threads/continue-pending-status.exp: Adjust expected output.
11436 * gdb.threads/leader-exit.exp: Adjust expected output.
11437 * gdb.threads/manythreads.exp: Adjust expected output.
11438 * gdb.threads/pthreads.exp: Adjust expected output.
11439 * gdb.threads/schedlock.exp: Adjust expected output.
11440 * gdb.threads/siginfo-threads.exp: Adjust expected output.
11441 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
11442 expected output.
11443 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
11444 output.
11445 * gdb.threads/sigthread.exp: Adjust expected output.
11446 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
11447
11448 2016-01-18 Yao Qi <yao.qi@linaro.org>
11449
11450 * gdb.guile/scm-section-script.c: Replace @progbits with
11451 %progbits.
11452 * gdb.python/py-section-script.c: Likewise.
11453
11454 2016-01-15 Pedro Alves <palves@redhat.com>
11455
11456 * gdb.multi/tids.exp: Test star wildcard ranges.
11457
11458 2016-01-15 Pedro Alves <palves@redhat.com>
11459
11460 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
11461 command from "thread apply" invocation.
11462 (thr_apply_info_thr_invalid): Default the expected output to the
11463 input tid list.
11464 (top level): Add tests that use convenience variables. Add tests
11465 for "thread apply" with a valid TID list, but missing the command.
11466
11467 2016-01-13 Pedro Alves <palves@redhat.com>
11468
11469 * gdb.base/default.exp: Expect $_gthread as well.
11470 * gdb.multi/tids.exp: Test $_gthread.
11471 * gdb.threads/thread-specific.exp: Test $_gthread.
11472
11473 2016-01-13 Pedro Alves <palves@redhat.com>
11474
11475 * gdb.multi/tids.exp: Test "info threads -gid".
11476
11477 2016-01-13 Pedro Alves <palves@redhat.com>
11478
11479 * gdb.multi/tids.exp: Test InferiorThread.global_num and
11480 Breakpoint.thread.
11481 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
11482
11483 2016-01-07 Pedro Alves <palves@redhat.com>
11484
11485 * gdb.base/break.exp: Adjust to output changes.
11486 * gdb.base/hbreak2.exp: Likewise.
11487 * gdb.base/sepdebug.exp: Likewise.
11488 * gdb.base/watch_thread_num.exp: Likewise.
11489 * gdb.linespec/keywords.exp: Likewise.
11490 * gdb.multi/info-threads.exp: Likewise.
11491 * gdb.threads/thread-find.exp: Likewise.
11492 * gdb.multi/tids.c: New file.
11493 * gdb.multi/tids.exp: New file.
11494
11495 2016-01-13 Pedro Alves <palves@redhat.com>
11496
11497 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
11498
11499 2016-01-13 Pedro Alves <palves@redhat.com>
11500
11501 * gdb.base/default.exp: Expect $_inferior as well.
11502 * gdb.multi/base.exp: Test $_inferior.
11503
11504 2016-01-13 Pedro Alves <palves@redhat.com>
11505
11506 PR breakpoints/19388
11507 * gdb.base/catch-signal-siginfo-cond.c: New file.
11508 * gdb.base/catch-signal-siginfo-cond.exp: New file.
11509
11510 2016-01-12 Josh Stone <jistone@redhat.com>
11511 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11512
11513 * gdb.base/catch-syscall.c (do_execve): New variable.
11514 (main): Conditionally trigger an execve.
11515 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
11516 (test_catch_syscall_execve): New, check entry/return across execve.
11517 (do_syscall_tests): Call test_catch_syscall_execve.
11518
11519 2016-01-12 Pedro Alves <palves@redhat.com>
11520
11521 * gdb.base/random-signal.exp (do_test): New procedure, with body
11522 of testcase moved in.
11523
11524 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11525 Pedro Alves <palves@redhat.com>
11526
11527 * gdb.base/funcargs.exp (finish from indirectly called function):
11528 Reintroduce the case for 'First'.
11529
11530 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11531 Pedro Alves <palves@redhat.com>
11532
11533 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
11534 (tcatch_vfork_then_child_follow_exec)
11535 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
11536 identification.
11537
11538 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11539
11540 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
11541 and repeats to unlimited.
11542 * gdb.python/py-value.exp: Likewise.
11543 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
11544 and repeats to unlimited.
11545
11546 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11547
11548 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
11549 and reordering the functions.
11550 * gdb.multi/hangout.c: Likewise.
11551 * gdb.multi/hello.c: Likewise.
11552
11553 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
11554
11555 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
11556 absolute.
11557 (SingleStatisticTestResult.report): Use dict.keys instead of
11558 dict.iterkeys.
11559
11560 2016-01-06 Pedro Alves <palves@redhat.com>
11561
11562 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
11563
11564 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
11565
11566 * gdb.btrace/dlopen.exp: New.
11567 * gdb.btrace/dlopen.c: New.
11568 * gdb.btrace/dlopen-dso.c: New.
11569
11570 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
11571
11572 * lib/gdb.exp (gdb_test): Update comments to clarify that the
11573 PATTERN argument is optional.
11574
11575 2015-12-24 Joel Brobecker <brobecker@adacore.com>
11576
11577 * lib/ada.exp (target_compile_ada_from_dir): New function.
11578 (gdb_compile_ada): Reimplement avoiding the use of project files.
11579 * gdb.ada/gnat_ada.gpr: Delete.
11580 * gdb.ada/cond_lang.exp: Adjust test to make path before
11581 filename optional.
11582 * gdb.ada/small_reg_param.exp: Likewise.
11583
11584 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
11585
11586 * gdb.base/foll-vork.exp: Remove HP-UX special case.
11587
11588 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
11589
11590 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
11591 case.
11592
11593 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
11594
11595 * gdb.base/break.exp: Remove dead code.
11596 * gdb.base/sepdebug.exp: Likewise.
11597
11598 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
11599
11600 * gdb.asm/asm-source.exp: Remove HP-UX references.
11601 * gdb.base/annota1.exp: Likewise.
11602 * gdb.base/annota3.exp: Likewise.
11603 * gdb.base/attach.exp: Likewise.
11604 * gdb.base/bigcore.exp: Likewise.
11605 * gdb.base/break.exp: Likewise.
11606 * gdb.base/call-ar-st.exp: Likewise.
11607 * gdb.base/callfuncs.exp: Likewise.
11608 * gdb.base/catch-fork-static.exp: Likewise.
11609 * gdb.base/display.exp: Likewise.
11610 * gdb.base/foll-exec-mode.exp: Likewise.
11611 * gdb.base/foll-exec.exp: Likewise.
11612 * gdb.base/foll-fork.exp: Likewise.
11613 * gdb.base/foll-vfork.exp: Likewise.
11614 * gdb.base/funcargs.exp: Likewise.
11615 * gdb.base/hbreak2.exp: Likewise.
11616 * gdb.base/inferior-died.exp: Likewise.
11617 * gdb.base/interrupt.exp: Likewise.
11618 * gdb.base/multi-forks.exp: Likewise.
11619 * gdb.base/nodebug.exp: Likewise.
11620 * gdb.base/sepdebug.exp: Likewise.
11621 * gdb.base/solib1.c: Likewise.
11622 * gdb.base/step-test.exp: Likewise.
11623 * gdb.mi/non-stop.c: Likewise.
11624 * gdb.mi/pthreads.c: Likewise.
11625 * gdb.multi/bkpt-multi-exec.ex: Likewise.
11626 * gdb.threads/pthreads.c: Likewise.
11627 * gdb.threads/staticthreads.exp: Likewise.
11628 * lib/future.exp: Likewise.
11629 * lib/gdb.exp: Likewise.
11630 * gdb.base/so-indr-cl.c: Remove.
11631 * gdb.base/so-indr-cl.exp: Likewise.
11632 * gdb.base/solib.c: Likewise.
11633 * gdb.base/solib.exp: Likewise.
11634 * gdb.base/solib2.c: Likewise.
11635
11636 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
11637
11638 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
11639 * gdb.base/call-ar-st.exp: Likewise.
11640 * gdb.base/callfuncs.exp: Likewise.
11641 * gdb.base/condbreak.exp: Likewise.
11642 * gdb.base/constvars.exp: Likewise.
11643 * gdb.base/hbreak2.exp: Likewise.
11644 * gdb.base/langs.exp: Likewise.
11645 * gdb.base/list.exp: Likewise.
11646 * gdb.base/long_long.exp: Likewise.
11647 * gdb.base/ptype.exp: Likewise.
11648 * gdb.base/scope.exp: Likewise.
11649 * gdb.base/signals.exp: Likewise.
11650 * gdb.base/so-impl-ld.exp: Likewise.
11651 * gdb.base/varargs.exp: Likewise.
11652 * gdb.base/volatile.exp: Likewise.
11653 * gdb.base/whatis.exp: Likewise.
11654 * gdb.cp/cplusfuncs.exp: Likewise.
11655 * gdb.cp/inherit.exp: Likewise.
11656 * gdb.cp/local.exp: Likewise.
11657 * gdb.cp/member-ptr.exp: Likewise.
11658 * gdb.cp/method.exp: Likewise.
11659 * gdb.cp/overload.exp: Likewise.
11660 * gdb.cp/templates.exp: Likewise.
11661 * gdb.stabs/weird.exp: Likewise.
11662 * lib/compiler.c: Likewise.
11663 * lib/compiler.cc: Likewise.
11664 * lib/cp-support.exp: Likewise.
11665 * lib/gdb.exp: Likewise.
11666
11667 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
11668
11669 * configure.ac: Remove HP-UX case.
11670 * configure: Regenerate.
11671
11672 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
11673
11674 * lib/gdb.exp (gdb_compile): Add function doc.
11675
11676 2015-12-17 Pedro Alves <palves@redhat.com>
11677
11678 PR threads/19354
11679 * gdb.multi/info-threads.exp: New file.
11680
11681 2015-12-15 Yao Qi <yao.qi@linaro.org>
11682
11683 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
11684 is aarch64*-*-*.
11685
11686 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11687
11688 * gdb.base/history-duplicates.exp: Skip if no readline support.
11689
11690 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11691
11692 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
11693
11694 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11695
11696 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
11697
11698 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11699
11700 * gdb.base/completion.exp: Skip tests that interrupt GDB with
11701 ctrl-C if nointerrupts target property is set.
11702 * gdb.base/double-prompt-target-event-error.exp: Likewise.
11703 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
11704 * gdb.base/paginate-bg-execution.exp: Likewise.
11705 * gdb.base/paginate-execution-startup.exp: Likewise.
11706 * gdb.base/random-signal.exp: Likewise.
11707 * gdb.base/range-stepping.exp: Likewise.
11708 * gdb.cp/annota2.exp: Likewise.
11709 * gdb.cp/annota3.exp: Likewise.
11710 * gdb.gdb/selftest.exp: Likewise.
11711 * gdb.threads/continue-pending-status.exp: Likewise.
11712 * gdb.threads/leader-exit.exp: Likewise.
11713 * gdb.threads/manythreads.exp: Likewise.
11714 * gdb.threads/pthreads.exp: Likewise.
11715 * gdb.threads/schedlock.exp: Likewise.
11716 * gdb.threads/sigthread.exp: Likewise.
11717
11718 2015-12-11 Don Breazeal <donb@codesourcery.com>
11719
11720 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
11721 remote.
11722 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
11723 * gdb.base/foll-exec.exp (main): Enable for target remote.
11724 * gdb.base/foll-fork.exp (main): Likewise.
11725 * gdb.base/foll-vfork.exp (main): Likewise.
11726 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
11727 (proc continue_to_exit_bp_loc): Use clean_restart.
11728 * gdb.base/pie-execl.exp (main): Disable for target remote.
11729 * gdb.base/watch-vfork.exp (main): Enable for target remote.
11730 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
11731 * gdb.threads/execl.exp (main): Likewise.
11732 * gdb.threads/fork-child-threads.exp (main): Likewise.
11733 * gdb.threads/fork-plus-threads.exp (main): Disable for target
11734 remote.
11735 * gdb.threads/fork-thread-pending.exp (main): Enable for target
11736 remote.
11737 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
11738 pid.tid style ptids, instead of just tid.
11739 * gdb.threads/thread-execl.exp (main): Enable for target remote.
11740 * gdb.threads/watchpoint-fork.exp (main): Likewise.
11741 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
11742 ptids, instead of just tid.
11743
11744 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11745
11746 * gdb.base/list.exp (test_list_forward): Add end of file error
11747 test.
11748 (test_repeat_list_command): Add end of file error test.
11749 (test_list_backwards): Add beginning of file error test.
11750
11751 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11752
11753 * gdb.base/list.exp (test_list_invalid_args): New function,
11754 defined, and called.
11755
11756 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11757
11758 * gdb.base/list.exp (test_list): Make test names unique.
11759
11760 2015-12-11 Yao Qi <yao.qi@linaro.org>
11761
11762 * gdb.base/coremaker2.c: Remove.
11763
11764 2015-12-10 Pedro Alves <palves@redhat.com>
11765
11766 * gdb.multi/base.exp: Remove stale "spaces" references.
11767
11768 2015-12-10 Pedro Alves <palves@redhat.com>
11769
11770 * gdb.multi/base.exp: Don't use nowarnings.
11771 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
11772 * gdb.multi/hangout.c: Include stdio.h.
11773 * gdb.multi/hello.c: Include stdlib.h.
11774 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
11775 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
11776 * gdb.multi/multi-arch.exp: Don't use nowarnings.
11777
11778 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
11779
11780 * gdb.dwarf2/dw2-ranges-base.c: New file.
11781 * gdb.dwarf2/dw2-ranges-base.exp: New file.
11782 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
11783 support additional line table, and debug ranges generation.
11784 (Dwarf::ranges): New function, generate .debug_ranges.
11785 (Dwarf::lines): Support generating simple line table programs.
11786 (Dwarf::assemble): Initialise new namespace variables.
11787
11788 2015-12-09 Kevin Buettner <kevinb@redhat.com>
11789
11790 * gdb.base/async.exp (proc test_background): Add case for
11791 asynchronous execution not supported.
11792
11793 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
11794
11795 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
11796 format and change test names to make them unique.
11797
11798 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
11799 Pedro Alves <pedro@redhat.com>
11800
11801 PR gdb/18702
11802 Add checking of floatformats setup on x86_64 hosts.
11803 * gdb.arch/i386-float.S (main): Load bigval and smallval.
11804 (smallval, bigval): New labels/constants.
11805 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
11806 float" after loading bigval and smallval.
11807
11808 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
11809
11810 * gdb.ada/fun_overload_menu.exp: New testcase.
11811 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
11812
11813 2015-12-04 Josh Stone <jistone@redhat.com>
11814
11815 * gdb.base/catch-fork-static.exp: New.
11816
11817 2015-12-03 Yao Qi <yao.qi@linaro.org>
11818
11819 * gdb.base/sizeof.c: Don't include stdio.h and
11820 ../lib/unbuffer_output.c.
11821 (main): New variable 'size' and 'value'. Remove printf and
11822 gdb_unbuffer_output. Assign return value to size and value.
11823 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
11824 at the beginning.
11825 (check_sizeof): Check the result by printing variable 'size'.
11826 (check_valueof): Check the result by printing variable 'value'.
11827
11828 2015-12-01 Yao Qi <yao.qi@linaro.org>
11829
11830 * gdb.base/disp-step-syscall.exp: Define syscall instruction
11831 for aarch64*-*-linux* target.
11832
11833 2015-11-30 Pedro Alves <palves@redhat.com>
11834
11835 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
11836
11837 2015-11-30 Pedro Alves <palves@redhat.com>
11838
11839 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
11840 Handle non-stop mode vCont replies.
11841
11842 2015-11-30 Pedro Alves <palves@redhat.com>
11843
11844 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
11845 prepare_for_testing. Start gdb with "set non-stop on" appended to
11846 GDBFLAGS. Lax expected stop output.
11847
11848 2015-11-27 Yao Qi <yao.qi@linaro.org>
11849
11850 * gdb.arch/arm-neon.exp: New.
11851 * gdb.arch/arm-neon.c: New.
11852
11853 2015-11-27 Yao Qi <yao.qi@linaro.org>
11854
11855 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
11856
11857 2015-11-27 Yao Qi <yao.qi@linaro.org>
11858
11859 * gdb.cp/annota2.exp: Allow multiple occurrences of the
11860 frames-invalid annotation.
11861
11862 2015-11-27 Yao Qi <yao.qi@linaro.org>
11863
11864 * gdb.cp/annota2.exp: Use ${frames_invalid}.
11865
11866 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
11867
11868 * gdb.threads/names.exp: New file.
11869 * gdb.threads/names.c: New file.
11870 * README: Mention gdb,no_thread_names.
11871
11872 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
11873
11874 PR 19297
11875 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
11876 support" error.
11877
11878 2015-11-24 Pedro Alves <palves@redhat.com>
11879
11880 PR 17539
11881 * gdb.base/display.exp: Expect displays to be sorted in ascending
11882 order. Use multi_line.
11883 * gdb.base/solib-display.exp: Likewise.
11884
11885 2015-11-24 Pedro Alves <palves@redhat.com>
11886
11887 PR 17539
11888 * gdb.base/display.exp: Expect displays to be sorted in ascending
11889 order. Use multi_line.
11890 * gdb.base/solib-display.exp: Likewise.
11891
11892 2015-11-24 Pedro Alves <palves@redhat.com>
11893
11894 PR 17539
11895 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
11896 threads in ascending order.
11897 * gdb.base/foll-fork.exp: Likewise.
11898 * gdb.base/foll-vfork.exp: Likewise.
11899 * gdb.base/multi-forks.exp: Likewise.
11900 * gdb.mi/mi-nonstop.exp: Likewise.
11901 * gdb.mi/mi-nsintrall.exp: Likewise.
11902 * gdb.multi/base.exp: Likewise.
11903 * gdb.multi/multi-arch.exp: Likewise.
11904 * gdb.python/py-inferior.exp: Likewise.
11905 * gdb.threads/break-while-running.exp: Likewise.
11906 * gdb.threads/execl.exp: Likewise.
11907 * gdb.threads/gcore-thread.exp: Likewise.
11908 * gdb.threads/info-threads-cur-sal.exp: Likewise.
11909 * gdb.threads/kill.exp: Likewise.
11910 * gdb.threads/linux-dp.exp: Likewise.
11911 * gdb.threads/multiple-step-overs.exp: Likewise.
11912 * gdb.threads/next-bp-other-thread.exp: Likewise.
11913 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
11914 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
11915 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
11916 * gdb.threads/thread-find.exp: Likewise.
11917 * gdb.threads/tls.exp: Likewise.
11918 * lib/mi-support.exp (mi_reverse_list): Delete.
11919 (mi_check_thread_states): No longer reverse list.
11920
11921 2015-11-24 Pedro Alves <palves@redhat.com>
11922
11923 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
11924 use lowercase.
11925
11926 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11927
11928 * gdb.trace/actions.c: Include trace-common.h.
11929 (main): Add a location for a fast tracepoint.
11930 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
11931 the normal tracepoints.
11932 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
11933
11934 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11935
11936 * save-trace.exp: Factor out code to these...
11937 (gdb_save_tracepoints): New.
11938 (gdb_load_tracepoints): New.
11939 (do_save_load_test): New.
11940
11941 2015-11-23 Kevin Buettner <kevinb@redhat.com>
11942
11943 * gdb.base/asmlabel.exp: New test.
11944 * gdb.base/asmlabel.c: New test case.
11945
11946 2015-11-23 Joel Brobecker <brobecker@adacore.com>
11947
11948 * gdb.base/wrong_frame_bt_full-main.c: New file.
11949 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
11950 * gdb.base/wrong_frame_bt_full.exp: New file.
11951
11952 2015-11-23 Joel Brobecker <brobecker@adacore.com>
11953
11954 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
11955
11956 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11957
11958 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
11959 pstate register when comparing registers values in
11960 sparc64-*-linux-gnu targets to avoid spurious differences.
11961
11962 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11963
11964 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
11965
11966 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
11967
11968 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
11969 as type argument to gdb_compile.
11970 * gdb.base/nested-subp2.exp: Likewise.
11971 * gdb.base/nested-subp3.exp: Likewise.
11972
11973 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
11974
11975 * lib/dwarf.exp (_note): Fix left shift of negative value.
11976 * gdb.trace/trace-condition.exp: Likewise.
11977
11978 2015-11-13 Yao Qi <yao.qi@linaro.org>
11979
11980 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
11981 comments about d10v.
11982 (test_scalar_returns): Likewise.
11983 * gdb.base/d10v.ld: Remove.
11984 * gdb.base/overlays.exp: Remove the target triplet checking for
11985 d10v-*-*.
11986 * gdb.base/structs.exp (test_struct_returns): Remove the
11987 comments about d10v.
11988 (test_struct_calls): Likewise.
11989
11990 2015-11-13 Yao Qi <yao.qi@linaro.org>
11991
11992 * gdb.base/gnu_vector.exp: Check the return value by "p res".
11993 * gdb.base/gnu_vector.c: Don't include stdio.h.
11994 (main): Don't print res and call add_some_intvecs.
11995
11996 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
11997
11998 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
11999 macro.
12000 (func5): Removed.
12001 (func4): Use FAST_TRACEPOINT_LABEL.
12002 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
12003 macro.
12004 (func): Removed.
12005 (thread_function): Use FAST_TRACEPOINT_LABEL.
12006 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
12007 (func): Remove.
12008 (marker): Use FAST_TRACEPOINT_LABEL.
12009 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
12010 (pendfunc1): Remove.
12011 (pendfunc): Use FAST_TRACEPOINT_LABEL.
12012 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
12013 (foo): Remove.
12014 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
12015 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
12016 macro.
12017 (func): Remove.
12018 (marker): Use FAST_TRACEPOINT_LABEL.
12019 * gdb.trace/trace-common.h: New header.
12020 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
12021 macro.
12022 (func): Remove.
12023 (marker): Use FAST_TRACEPOINT_LABEL.
12024 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
12025 (func): Remove.
12026 (thread_function): Use FAST_TRACEPOINT_LABEL.
12027
12028 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
12029
12030 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
12031 in front.
12032 * gdb.trace/change-loc.exp: Use global pcreg definition.
12033 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
12034 * gdb.trace/entry-values.exp: Use global spreg definition, add $
12035 in front.
12036 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
12037 * gdb.trace/pending.exp: Likewise.
12038 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
12039 * gdb.trace/trace-break.exp: Likewise.
12040 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
12041 in front.
12042 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
12043 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
12044 in front.
12045 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
12046
12047 2015-11-09 Joel Brobecker <brobecker@adacore.com>
12048
12049 * gdb.ada/fin_fun_out: New testcase.
12050
12051 2015-11-07 Kevin Buettner <kevinb@redhat.com>
12052
12053 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
12054 value associated with DW_AT_byte_size.
12055 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
12056 constants for DW_AT_byte_size, DW_AT_lower_bound, and
12057 DW_AT_upper_bound.
12058
12059 2015-11-07 Kevin Buettner <kevinb@redhat.com>
12060
12061 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
12062 (gdb_target_symbol_prefix_flags): Define in terms of _asm
12063 version.
12064 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
12065 gdb.dwarf2/dw2-canonicalize-type.exp,
12066 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
12067 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
12068 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
12069 provided by gdb_target_symbol_prefix_flags_asm.
12070 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
12071 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
12072 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
12073 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
12074 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
12075 macros where needed). Use this macro for symbols which require
12076 the prefix provided by SYMBOL_PREFIX.
12077
12078 2015-11-05 Kevin Buettner <kevinb@redhat.com>
12079
12080 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
12081 New procs.
12082 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
12083 representing expressions, of more than one list element.
12084 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
12085 to prepend linker symbol prefix to f.
12086 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
12087 table_1 and table_2.
12088 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
12089 Likewise, for f and g.
12090 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
12091 for ptr.
12092 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
12093 for main.
12094 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
12095 table_1_ptr and table_2_ptr.
12096
12097 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12098 Joel Brobecker <brobecker@adacore.com>
12099
12100 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
12101
12102 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
12103
12104 * gdb.reverse/s390-mvcle.c: New test.
12105 * gdb.reverse/s390-mvcle.exp: New file.
12106 * lib/gdb.exp: Enable reverse tests on s390*-linux.
12107
12108 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
12109
12110 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
12111
12112 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
12113
12114 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
12115 reaching marker2.
12116 * gdb.reverse/getresuid-reverse.exp: Likewise.
12117 * gdb.reverse/pipe-reverse.exp: Likewise.
12118 * gdb.reverse/readv-reverse.exp: Likewise.
12119 * gdb.reverse/recvmsg-reverse.exp: Likewise.
12120 * gdb.reverse/time-reverse.exp: Likewise.
12121 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
12122
12123 2015-10-30 Yao Qi <yao.qi@linaro.org>
12124
12125 * gdb.threads/wp-replication.c (watch_count_done): Remove.
12126 (empty_cycle): Remove.
12127 (main): Don't call empty_cycle. Don't use watch_count_done.
12128 * gdb.threads/wp-replication.exp: Don't set breakpoint on
12129 empty_cycle. Rewrite the code counting HW watchpoints.
12130
12131 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
12132
12133 * gdb.reverse/fstatat-reverse.c: New test.
12134 * gdb.reverse/fstatat-reverse.exp: New file.
12135 * gdb.reverse/getresuid-reverse.c: New test.
12136 * gdb.reverse/getresuid-reverse.exp: New file.
12137 * gdb.reverse/pipe-reverse.c: New test.
12138 * gdb.reverse/pipe-reverse.exp: New file.
12139 * gdb.reverse/readv-reverse.c: New test.
12140 * gdb.reverse/readv-reverse.exp: New file.
12141 * gdb.reverse/recvmsg-reverse.c: New test.
12142 * gdb.reverse/recvmsg-reverse.exp: New file.
12143 * gdb.reverse/time-reverse.c: New test.
12144 * gdb.reverse/time-reverse.exp: New file.
12145 * gdb.reverse/waitpid-reverse.c: New test.
12146 * gdb.reverse/waitpid-reverse.exp: New file.
12147
12148 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
12149
12150 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
12151
12152 2015-10-26 Doug Evans <dje@google.com>
12153
12154 PR symtab/17391
12155 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
12156 * gdb.dwarf2/bad-regnum.c: New file.
12157 * gdb.dwarf2/bad-regnum.exp: New file.
12158
12159 2015-10-26 Doug Evans <dje@google.com>
12160
12161 PR python/18938
12162 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
12163 file.
12164
12165 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12166
12167 * gdb.compile/compile.exp (compile code globalvar): Update expectation
12168 for a change by "Mention language in compile error message".
12169
12170 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
12171
12172 PR python/18073
12173 * gdb.python/py-type.c (C::a_method): New.
12174 (C::a_const_method): New.
12175 (C::a_static_method): New.
12176 (a_function): New.
12177 * gdb.python/py-type.exp (test_fields): Test getting fields
12178 from function and method.
12179
12180 2015-10-21 Keven Boell <keven.boell@intel.com>
12181
12182 * gdb.fortran/vla-alloc-assoc.exp: New file.
12183 * gdb.fortran/vla-datatypes.exp: New file.
12184 * gdb.fortran/vla-datatypes.f90: New file.
12185 * gdb.fortran/vla-history.exp: New file.
12186 * gdb.fortran/vla-ptype-sub.exp: New file.
12187 * gdb.fortran/vla-ptype.exp: New file.
12188 * gdb.fortran/vla-sizeof.exp: New file.
12189 * gdb.fortran/vla-sub.f90: New file.
12190 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
12191 * gdb.fortran/vla-value-sub-finish.exp: New file.
12192 * gdb.fortran/vla-value-sub.exp: New file.
12193 * gdb.fortran/vla-value.exp: New file.
12194 * gdb.fortran/vla-ptr-info.exp: New file.
12195 * gdb.mi/mi-vla-fortran.exp: New file.
12196 * gdb.mi/vla.f90: New file.
12197
12198 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
12199
12200 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
12201 of hardwired timeout value.
12202
12203 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12204 Pedro Alves <palves@redhat.com>
12205
12206 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
12207 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
12208
12209 2015-10-19 Josh Stone <jistone@redhat.com>
12210
12211 * gdb.base/catch-syscall.c: Include <sched.h>.
12212 (unknown_syscall): New variable.
12213 (main): Trigger a vfork and an unknown syscall.
12214 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
12215 (unknown_syscall_number): Likewise.
12216 (check_call_to_syscall): Accept an optional syscall pattern.
12217 (check_return_from_syscall): Likewise.
12218 (check_continue): Likewise.
12219 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
12220 (test_catch_syscall_skipping_return): New test toggling off 'catch
12221 syscall' to step over the syscall return, then toggling back on.
12222 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
12223 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
12224 (do_syscall_tests): Call test_catch_syscall_without_args and
12225 test_catch_syscall_mid_vfork.
12226 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
12227 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
12228
12229 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
12230
12231 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
12232 print g_vE): Add new pass patterns.
12233 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
12234 print various symbol names for vptr fields.
12235
12236 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
12237
12238 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
12239 results.
12240
12241 2015-10-12 Yao Qi <yao.qi@linaro.org>
12242
12243 * gdb.arch/disp-step-insn-reloc.exp: New test case.
12244
12245 2015-10-12 Yao Qi <yao.qi@linaro.org>
12246
12247 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
12248 is aarch64*-*-linux*.
12249
12250 2015-10-12 Yao Qi <yao.qi@linaro.org>
12251
12252 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
12253 (can_relocate_bcond_true): ... it.
12254 (can_relocate_bcond_false): New function.
12255 (foo): Likewise.
12256 (can_relocate_bl): Likewise.
12257 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
12258 can_relocate_bl.
12259
12260 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
12261
12262 * gdb.base/nested-addr.c: New file.
12263 * gdb.base/nested-addr.exp: New testcase.
12264
12265 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
12266
12267 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
12268 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
12269 its output. Ignore the output of "record goto begin" and instead
12270 check that GDB is replaying.
12271
12272 2015-10-09 Pedro Alves <palves@redhat.com>
12273
12274 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
12275 (top level): Use it in the run with no args test.
12276
12277 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
12278
12279 * gdb.dlang/properties.exp: New file.
12280
12281 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
12282
12283 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
12284 whether or not address 0x1000 is mapped on the target.
12285
12286 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
12287
12288 * gdb.python/py-type.exp: Do not run tests if binaries fail to
12289 build.
12290
12291 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
12292
12293 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
12294 instruction-history test.
12295
12296 2015-09-28 Doug Evans <dje@google.com>
12297
12298 * gdb.base/gcore.c (array_func): Add reference to static_array.
12299
12300 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
12301
12302 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
12303 source line.
12304
12305 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
12306
12307 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
12308 short or char as base type.
12309
12310 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
12311
12312 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
12313 to allow any size enum.
12314
12315 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
12316
12317 * gdb.ada/array_ptr_renaming.exp: New testcase.
12318 * gdb.ada/array_ptr_renaming/foo.adb: New file.
12319 * gdb.ada/array_ptr_renaming/pack.ads: New file.
12320
12321 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12322
12323 * gdb.trace/ftrace-lock.c: New file.
12324 * gdb.trace/ftrace-lock.exp: New file.
12325
12326 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12327
12328 * gdb.arch/insn-reloc.c: New file.
12329 * gdb.arch/ftrace-insn-reloc.exp: New file.
12330
12331 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12332
12333 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
12334 instruction.
12335 * gdb.trace/pendshr1.c (pendfunc): Likewise.
12336 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
12337 * gdb.trace/range-stepping.c: Likewise.
12338 * gdb.trace/trace-break.c: Likewise.
12339 * gdb.trace/trace-mt.c (thread_function): Likewise.
12340 * gdb.trace/ftrace.c (marker): Likewise.
12341 * gdb.trace/trace-condition.c (marker): Likewise.
12342 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
12343 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
12344 is_aarch64_target.
12345
12346 2015-09-18 Doug Evans <xdje42@gmail.com>
12347
12348 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
12349 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
12350
12351 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12352
12353 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
12354 the breakpoint.
12355
12356 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12357
12358 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
12359 the pending breakpoint. Remove timeout override for "Run till
12360 MI pending breakpoint on pendfunc3 on thread 2" test.
12361
12362 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12363
12364 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
12365 filename pattern.
12366
12367 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12368
12369 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
12370 in breakpoint filename pattern.
12371
12372 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12373
12374 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
12375
12376 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12377
12378 * gdb.linespec/explicit.exp: Check for readline support for
12379 tab-completion tests. Fix obvious typo.
12380
12381 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
12382
12383 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
12384 and replay.
12385
12386 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
12387
12388 * gdb.btrace/non-stop.c: New.
12389 * gdb.btrace/non-stop.exp: New.
12390
12391 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
12392 Yao Qi <yao.qi@linaro.org>
12393
12394 * gdb.trace/trace-condition.c: New file.
12395 * gdb.trace/trace-condition.exp: New file.
12396
12397 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
12398
12399 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
12400 for testing bytecode compilation.
12401
12402 2015-09-16 Pedro Alves <palves@redhat.com>
12403 Sandra Loosemore <sandra@codesourcery.com>
12404
12405 * gdb.threads/non-stop-fair-events.c (timeout): New global.
12406 (SECONDS): Redefine.
12407 (main): Call pthread_kill and alarm early.
12408 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
12409 support.
12410 (test): If the target can't hardware step and doesn't support
12411 displaced stepping, increase the timeout.
12412
12413 2015-09-16 Pedro Alves <palves@redhat.com>
12414
12415 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
12416 (enable_debug): New procedures.
12417 (test): Use them. Bail out if waiting for threads fails.
12418 (top level): Bail out if a test fails.
12419
12420 2015-09-16 Yao Qi <yao.qi@linaro.org>
12421
12422 * gdb.asm/asm-source.exp: Set asm-arch for
12423 aarch64*-*-* target.
12424 * gdb.asm/aarch64.inc: New file.
12425
12426 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
12427
12428 * gdb.ada/array_of_variable_length.exp: New testcase.
12429 * gdb.ada/array_of_variable_length/foo.adb: New file.
12430 * gdb.ada/array_of_variable_length/pck.adb: New file.
12431 * gdb.ada/array_of_variable_length/pck.ads: New file.
12432
12433 2015-09-15 Doug Evans <dje@google.com>
12434
12435 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
12436 of function static local variable.
12437
12438 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12439
12440 * gdb.threads/tls-so_extern.exp: New test file.
12441 * gdb.threads/tls-so_extern.c: New test file.
12442 * gdb.threads/tls-so_extern_main.c: New test file.
12443
12444 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12445
12446 * gdb.opt/solib-intra-step-lib.c: New file.
12447 * gdb.opt/solib-intra-step-main.c: New file.
12448 * gdb.opt/solib-intra-step.exp: New file.
12449
12450 2015-09-15 Pedro Alves <palves@redhat.com>
12451
12452 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
12453 gdb_continue_to_breakpoint instead of gdb_test_multiple.
12454
12455 2015-09-14 Pedro Alves <palves@redhat.com>
12456
12457 * gdb.base/hook-stop-continue.c: Delete.
12458 * gdb.base/hook-stop-continue.exp: Delete.
12459 * gdb.base/hook-stop-frame.c: Delete.
12460 * gdb.base/hook-stop-frame.exp: Delete.
12461 * gdb.base/hook-stop.c: New file.
12462 * gdb.base/hook-stop.exp: New file.
12463
12464 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
12465
12466 * gdb.ada/access_to_packed_array.exp: New testcase.
12467 * gdb.ada/access_to_packed_array/foo.adb: New file.
12468 * gdb.ada/access_to_packed_array/pack.adb: New file.
12469 * gdb.ada/access_to_packed_array/pack.ads: New file.
12470
12471 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
12472
12473 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
12474 buffer size test.
12475
12476 2015-09-11 Don Breazeal <donb@codesourcery.com>
12477
12478 * gdb.base/foll-exec.c: Add copyright header. Fix
12479 formatting issues.
12480 * gdb.base/foll-exec.exp (zap_session): Delete proc.
12481 (do_exec_tests): Use clean_restart in place of zap_session,
12482 and for test initialization. Fix formatting issues. Use
12483 fail in place of perror.
12484 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
12485 an expect statement to match an expression with output from
12486 the program under debug.
12487 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
12488 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
12489 * gdb.threads/non-ldr-exc-2.exp: Likewise.
12490 * gdb.threads/non-ldr-exc-3.exp: Likewise.
12491 * gdb.threads/non-ldr-exc-4.exp: Likewise.
12492
12493 2015-09-09 Doug Evans <dje@google.com>
12494
12495 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
12496
12497 2015-09-09 Doug Evans <dje@google.com>
12498
12499 * gdb.base/pie-execl.exp: Fix result test of build_executable.
12500
12501 2015-09-09 Doug Evans <dje@google.com>
12502
12503 * gdb.base/savedregs.exp: Fix typo.
12504
12505 2015-09-09 Pedro Alves <palves@redhat.com>
12506
12507 * gdb.mi/mi-cli.exp: Add CLI finish tests.
12508
12509 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
12510
12511 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
12512 command actually switches threads. Give up on remaining
12513 tests if target fails to stop at breakpoint.
12514
12515 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
12516
12517 * gdb.ada/funcall_char.exp: New testcase.
12518 * gdb.ada/funcall_char/foo.adb: New file.
12519
12520 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
12521
12522 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
12523 expected outputs. Add two testcases for completing ambiguous
12524 functions.
12525 * gdb.ada/complete/aux_pck.adb: New file.
12526 * gdb.ada/complete/aux_pck.ads: New file.
12527 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
12528 Ambiguous_Func functions.
12529 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
12530 * gdb.ada/complete/pck.adb: Likewise.
12531
12532 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
12533
12534 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
12535 failures to run the test program under GDB.
12536
12537 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
12538
12539 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
12540 to C.
12541
12542 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
12543
12544 * gdb.base/run-after-attach.exp: New test file.
12545 * gdb.base/run-after-attach.c: New test file.
12546
12547 2015-08-26 Don Breazeal <donb@codesourcery.com>
12548
12549 * gdb.base/foll-exec-2.c: New test program.
12550 * gdb.base/foll-exec-2.exp: New test.
12551
12552 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
12553
12554 * gdb.base/nested-subp1.exp: New file.
12555 * gdb.base/nested-subp1.c: New file.
12556 * gdb.base/nested-subp2.exp: New file.
12557 * gdb.base/nested-subp2.c: New file.
12558 * gdb.base/nested-subp3.exp: New file.
12559 * gdb.base/nested-subp3.c: New file.
12560
12561 2015-08-24 Pedro Alves <palves@redhat.com>
12562
12563 * gdb.server/connect-without-multi-process.c: New file.
12564 * gdb.server/connect-without-multi-process.exp: New file.
12565
12566 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
12567
12568 * gdb.opt/inline-markers.c: Make z int.
12569
12570 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
12571
12572 * gdb.opt/inline-markers.c: Make z volatile.
12573
12574 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
12575
12576 * gdb.opt/inline-bt.c: New volatile global z.
12577 * gdb.opt/inline-cmds.c: Likewise.
12578 * gdb.opt/inline-locals.c: Likewise.
12579 * gdb.opt/inline-markers.c: New extern global z.
12580 (marker): Use z.
12581 (inline_fn): Likewise.
12582
12583 2015-08-24 Pedro Alves <palves@redhat.com>
12584
12585 * config/m32r-stub.exp: Remove file.
12586 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
12587 * gdb.base/call-rt-st.exp: Likewise.
12588 * gdb.base/call-strs.exp: Likewise.
12589 * gdb.base/default.exp: Remove references to h8300-*-hms and
12590 *-*-udi*.
12591 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
12592
12593 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12594
12595 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
12596 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
12597 and "return" use KFAIL when GDB can not read/write the vector
12598 return value.
12599
12600 2015-08-21 Gary Benson <gbenson@redhat.com>
12601
12602 * gdb.trace/pending.exp: Cope with remote transfer warnings.
12603
12604 2015-08-20 Pedro Alves <palves@redhat.com>
12605
12606 * gdb.server/solib-list.exp: No longer expect an interior stop in
12607 non-stop mode.
12608
12609 2015-08-20 Pedro Alves <palves@redhat.com>
12610
12611 * gdb.server/connect-stopped-target.c: New file.
12612 * gdb.server/connect-stopped-target.exp: New file.
12613
12614 2015-08-20 Pedro Alves <palves@redhat.com>
12615
12616 * gdb.dwarf2/comp-unit-lang.exp: New file.
12617 * gdb.dwarf2/comp-unit-lang.c: New file.
12618
12619 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
12620
12621 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
12622 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
12623
12624 2015-08-19 Kevin Buettner <kevinb@redhat.com>
12625
12626 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
12627 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
12628
12629 2015-08-18 Doug Evans <dje@google.com>
12630 Adrian Sendroiu <adrian.sendroiu@freescale.com>
12631
12632 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
12633 skip_python_tests. New arg prompt_regexp.
12634 (skip_python_tests): New function.
12635 * lib/mi-support.exp (mi_skip_python_tests): New function.
12636 * gdb.python/py-mi-objfile-gdb.py: New file.
12637 * gdb.python/py-mi-objfile.c: New file.
12638 * gdb.python/py-mi-objfile.exp: New file.
12639
12640 2015-08-17 Keith Seitz <keiths@redhat.com>
12641
12642 * gdb.linespec/explicit.exp: Move strace test from here ...
12643 * gdb.trace/strace.exp: ... to here.
12644
12645 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
12646
12647 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
12648 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
12649
12650 2015-08-14 Doug Evans <xdje42@gmail.com>
12651
12652 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
12653 inferior before selecting a new file.
12654
12655 2015-08-14 Doug Evans <xdje42@gmail.com>
12656
12657 * gdb.mi/mi-disassemble.exp: Update.
12658 * gdb.base/disasm-optim.S: New file.
12659 * gdb.base/disasm-optim.c: New file.
12660 * gdb.base/disasm-optim.h: New file.
12661 * gdb.base/disasm-optim.exp: New file.
12662
12663 2015-08-14 Keith Seitz <keiths@redhat.com>
12664
12665 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
12666 "evaluated-by".
12667
12668 2015-08-13 Joel Brobecker <brobecker@adacore.com>
12669
12670 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
12671
12672 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
12673
12674 * gdb.ada/fun_renaming.exp: New testcase.
12675 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
12676 * gdb.ada/fun_renaming/pack.adb: New file.
12677 * gdb.ada/fun_renaming/pack.ads: New file.
12678
12679 2015-08-12 Keith Seitz <keiths@redhat.com>
12680
12681 * gdb.base/dso2dso.exp: Pass basename of source file in call to
12682 gdb_get_line_number.
12683
12684 2015-08-12 Joel Brobecker <brobecker@adacore.com>
12685
12686 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
12687 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
12688 gdb.base/dso2dso.exp: New files.
12689
12690 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
12691 Pedro Alves <palves@redhat.com>
12692 Keith Seitz <keiths@redhat.com>
12693
12694 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
12695 GDBFLAGS.
12696
12697 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
12698
12699 * gdb.base/gdbhistsize-history.exp
12700 (test_histsize_history_setting): Use save_vars.
12701 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12702 Use save_vars.
12703 (test_no_truncation_of_unlimited_history_file): Use save_vars.
12704 * gdb.base/readline.exp: Use save_vars.
12705
12706 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
12707
12708 * lib/gdb.exp (save_vars): New proc.
12709
12710 2015-08-11 Keith Seitz <keiths@redhat.com>
12711
12712 * gdb.base/help.exp: Update help_breakpoint_text.
12713
12714 2015-08-11 Keith Seitz <keiths@redhat.com>
12715
12716 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
12717 (at toplevel): Call test_explicit_breakpoints.
12718 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
12719 breakpoints.
12720 * lib/mi-support.exp (mi_make_breakpoint): Add support for
12721 breakpoint conditions, "-cond".
12722
12723 2015-08-11 Keith Seitz <keiths@redhat.com>
12724
12725 * gdb.linespec/3explicit.c: New file.
12726 * gdb.linespec/cpexplicit.cc: New file.
12727 * gdb.linespec/cpexplicit.exp: New file.
12728 * gdb.linespec/explicit.c: New file.
12729 * gdb.linespec/explicit.exp: New file.
12730 * gdb.linespec/explicit2.c: New file.
12731 * gdb.linespec/ls-errs.exp: Add explicit location tests.
12732 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
12733 before using in the matching pattern.
12734 Clarify that `prefix' is a regular expression.
12735
12736 2015-08-11 Keith Seitz <keiths@redhat.com>
12737
12738 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
12739 test.
12740 Add tests for missing ",FMT" and ",".
12741
12742 2015-08-10 Doug Evans <dje@google.com>
12743 Keith Seitz <keiths@redhat.com>
12744
12745 PR gdb/17960
12746 * gdb.base/completion.exp: Add location completer tests.
12747
12748 2015-08-07 Pedro Alves <palves@redhat.com>
12749
12750 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
12751 tests here.
12752 (top level): Run do_test with and without displaced stepping.
12753
12754 2015-08-07 Pedro Alves <palves@redhat.com>
12755
12756 * gdb.base/valgrind-disp-step.c: New file.
12757 * gdb.base/valgrind-disp-step.exp: New file.
12758
12759 2015-08-07 Pedro Alves <palves@redhat.com>
12760
12761 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
12762 Delete function.
12763 (main): Add alarm. Run an infinite loop instead of calling
12764 wait_threads.
12765 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
12766 comment.
12767 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
12768 Delete function.
12769 (main): Add alarm. Run an infinite loop instead of calling
12770 wait_threads.
12771 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
12772 comment.
12773
12774 2015-08-07 Pedro Alves <palves@redhat.com>
12775
12776 * gdb.base/checkpoint-ns.exp: New file.
12777 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
12778 standard_testfile.
12779
12780 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
12781
12782 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
12783 * gdb.btrace/instruction_history.exp: Update.
12784 * gdb.btrace/tsx.exp: New.
12785 * gdb.btrace/tsx.c: New.
12786
12787 2015-08-06 Pedro Alves <palves@redhat.com>
12788
12789 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
12790 increase timeout.
12791 * gdb.reverse/until-precsave.exp: Bump timeouts.
12792
12793 2015-08-06 Pedro Alves <palves@redhat.com>
12794
12795 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
12796
12797 2015-08-06 Pedro Alves <palves@redhat.com>
12798
12799 PR gdb/18749
12800 * gdb.threads/process-dies-while-handling-bp.c: New file.
12801 * gdb.threads/process-dies-while-handling-bp.exp: New file.
12802
12803 2015-08-06 Pedro Alves <palves@redhat.com>
12804
12805 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
12806 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
12807
12808 2015-08-05 Pedro Alves <palves@redhat.com>
12809
12810 * gdb.threads/next-while-other-thread-longjmps.c: New file.
12811 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
12812
12813 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
12814
12815 * gdb.base/bp-permanent.exp: Report test as unsupported if
12816 the target cannot stop at the permanent breakpoint.
12817
12818 2015-08-03 Doug Evans <dje@google.com>
12819
12820 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
12821 10000.
12822
12823 2015-08-03 Doug Evans <dje@google.com>
12824
12825 * Makefile.in (workers/%.worker, build-perf): New rule.
12826 (GDB_PERFTEST_MODE): New variable.
12827 (check-perf): Use it.
12828 (clean): Clean up gdb.perf parallel build subdirs.
12829 * lib/build-piece.exp: New file.
12830 * lib/gdb.exp (make_gdb_parallel_path): New function
12831 (standard_output_file, standard_temp_file): Call it.
12832 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12833 of $GDB_PARALLEL.
12834 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
12835
12836 2015-08-03 Doug Evans <dje@google.com>
12837
12838 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
12839 (LOG_FILE_NAME): New global.
12840 (TextReporter.__init__): Initialize self.txt_sum.
12841 (TextReporter.report): Add support for multiple data-points.
12842 Move report to perftest.sum, put raw data in perftest.log.
12843 (TextReporter.start): Open sum and log files.
12844 (TextReporter.end): Close sum and log files.
12845 * gdb.perf/lib/perftest/testresult.py
12846 (SingleStatisticTestResult.record): Handle multiple data-points.
12847
12848 2015-07-31 Pedro Alves <palves@redhat.com>
12849
12850 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
12851 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12852 kill_wait_spawned_process instead of explicit "kill -9".
12853 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
12854 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12855 kill_wait_spawned_process.
12856 * gdb.base/attach-twice.exp: Likewise.
12857 * gdb.base/attach.exp: Likewise.
12858 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
12859 gdb_test_multiple.
12860 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
12861 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12862 kill_wait_spawned_process.
12863 * gdb.base/valgrind-infcall.exp: Likewise.
12864 * gdb.multi/multi-attach.exp: Likewise.
12865 * gdb.python/py-prompt.exp: Likewise.
12866 * gdb.python/py-sync-interp.exp: Likewise.
12867 * gdb.server/ext-attach.exp: Likewise.
12868 * gdb.threads/attach-into-signal.exp (corefunc): Use
12869 spawn_wait_for_attach, spawn_id_get_pid and
12870 kill_wait_spawned_process.
12871 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
12872 spawn_wait_for_attach returning a spawn id instead of a pid. Use
12873 spawn_id_get_pid and kill_wait_spawned_process.
12874 * gdb.threads/attach-stopped.exp (corefunc): Use
12875 spawn_wait_for_attach, spawn_id_get_pid and
12876 kill_wait_spawned_process.
12877 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
12878 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12879 kill_wait_spawned_process instead of explicit "kill -9".
12880 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
12881 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
12882 (spawn_wait_for_attach): Use spawn instead of exec to spawn
12883 processes. Don't map cygwin/windows pids here. Now returns a
12884 spawn id list.
12885
12886 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12887
12888 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
12889 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
12890 correct patch.
12891
12892 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12893
12894 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
12895
12896 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12897
12898 Reapply:
12899 2014-05-21 Mark Wielaard <mjw@redhat.com>
12900
12901 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
12902
12903 2015-07-30 Pedro Alves <palves@redhat.com>
12904
12905 * linux-low.c (handle_extended_wait): Set the child's last
12906 reported status to TARGET_WAITKIND_STOPPED.
12907
12908 2015-07-30 Pedro Alves <palves@redhat.com>
12909
12910 PR threads/18600
12911 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
12912 only shows inferior 1.
12913
12914 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
12915 Pedro Alves <palves@redhat.com>
12916
12917 PR threads/18600
12918 * gdb.threads/fork-plus-threads.c: New file.
12919 * gdb.threads/fork-plus-threads.exp: New file.
12920
12921 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12922
12923 * gdb.base/batch-preserve-term-settings.exp
12924 (test_terminal_settings_preserved_after_cli_exit): Use
12925 send_quit_command.
12926
12927 2015-07-29 Pedro Alves <palves@redhat.com>
12928 Don Breazeal <donb@codesourcery.com>
12929
12930 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
12931 output from both inferior_spawn_id and gdb_spawn_id.
12932
12933 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12934
12935 * gdb.threads/attach-into-signal.exp (corefunc): Use
12936 with_test_prefix on nested loops, uniquefying the test messages.
12937
12938 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12939
12940 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
12941 commit.
12942
12943 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12944
12945 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
12946 New proc.
12947 (test_terminal_settings_preserved_after_sigterm): New test.
12948
12949 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12950
12951 * gdb.base/batch-preserve-term-settings.exp
12952 (test_terminal_settings_preserved_after_cli_exit): New test.
12953
12954 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12955
12956 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
12957 manipulation of saved_gdbflags.
12958 (test_terminal_settings_preserved): Remove global declaration of
12959 the unused variable pagination_prompt. Remove manipulation of
12960 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
12961 GDBFLAGS.
12962
12963 2015-07-29 Pedro Alves <palves@redhat.com>
12964
12965 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
12966
12967 2015-07-29 Pedro Alves <palves@redhat.com>
12968
12969 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
12970 at the top.
12971
12972 2015-07-29 Pedro Alves <palves@redhat.com>
12973
12974 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
12975 (main): Call gdb_unbuffer_output.
12976 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
12977 (main): Call gdb_unbuffer_output.
12978 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
12979 (main): Call gdb_unbuffer_output.
12980 * gdb.base/call-strs.exp: Adjust to step over the
12981 gdb_unbuffer_output call.
12982 * gdb.base/catch-gdb-caused-signals.c: Include
12983 "../lib/unbuffer_output.c".
12984 (main): Call gdb_unbuffer_output.
12985 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
12986 (main): Call gdb_unbuffer_output.
12987 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
12988 (main): Call gdb_unbuffer_output.
12989 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
12990 (main): Call gdb_unbuffer_output.
12991 * gdb.base/shlib-call.exp: Adjust to step over the
12992 gdb_unbuffer_output call.
12993 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
12994 (main): Call gdb_unbuffer_output.
12995 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
12996 (main): Call gdb_unbuffer_output.
12997 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
12998 (main): Rename to ...
12999 (test): ... this.
13000 (main): Reimplement.
13001 * gdb.base/varargs.exp: Run to test instead of to main.
13002 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
13003 (main): Call gdb_unbuffer_output.
13004
13005 2015-07-29 Pedro Alves <palves@redhat.com>
13006
13007 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
13008 factore out from mi_continue_dprintf. For call-style dprintfs,
13009 expect dprintf output out of $inferior_spawn_id.
13010 (mi_continue_dprintf): Use mi_expect_dprintf.
13011 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
13012 (main): Call gdb_unbuffer_output.
13013
13014 2015-07-29 Pedro Alves <palves@redhat.com>
13015
13016 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
13017 (default_mi_gdb_start): Set inferior_spawn_id instead of
13018 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
13019 gdb_spawn_id.
13020 (mi_gdb_test): Always expect inferior output from both
13021 $inferior_spawn_id and $gdb_spawn_id.
13022
13023 2015-07-29 Pedro Alves <palves@redhat.com>
13024
13025 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
13026 send_inferior and $inferior_spawn_id.
13027
13028 2015-07-29 Pedro Alves <palves@redhat.com>
13029
13030 * gdb.gdb/complaints.exp (test_initial_complaints)
13031 (test_serial_complaints, test_short_complaints): Use
13032 gdb_test_stdio.
13033 (test_empty_complaint): Handle $inferior_spawn_id !=
13034 $gdb_spawn_id.
13035
13036 2015-07-29 Pedro Alves <palves@redhat.com>
13037
13038 * gdb.base/varargs.exp: Use gdb_test_stdio.
13039
13040 2015-07-29 Pedro Alves <palves@redhat.com>
13041
13042 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
13043
13044 2015-07-29 Pedro Alves <palves@redhat.com>
13045
13046 * gdb.base/ending-run.exp: Use gdb_test_stdio.
13047
13048 2015-07-29 Pedro Alves <palves@redhat.com>
13049
13050 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
13051 parameter into two new parameters, "inf_result" and "gdb_result".
13052 Expect inferior output and gdb output from $inferior_spawn_id and
13053 $gdb_spawn_id, respectively. Adjust all callers.
13054
13055 2015-07-29 Pedro Alves <palves@redhat.com>
13056
13057 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
13058 of gdb_test_sequence.
13059
13060 2015-07-29 Pedro Alves <palves@redhat.com>
13061
13062 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
13063 (saw_spurious_output): Expect inferior output from
13064 $inferior_spawn_id. Use gdb_test_stdio.
13065
13066 2015-07-29 Pedro Alves <palves@redhat.com>
13067
13068 * gdb.base/dprintf.exp: Use standard_testfile. Change
13069 prepare_for_testing call.
13070 (srcfile): Don't set.
13071 (restart): New procedure.
13072 (test_dprintf): New procecure, use to continue over dprintfs.
13073 (test_call, test_agent): New procedures, tests moved here.
13074 Restart gdb and recreate dprintfs. Adjust expected output.
13075
13076 2015-07-29 Pedro Alves <palves@redhat.com>
13077
13078 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
13079
13080 2015-07-29 Pedro Alves <palves@redhat.com>
13081
13082 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
13083
13084 2015-07-29 Pedro Alves <palves@redhat.com>
13085
13086 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
13087 gdb_test_stdio.
13088
13089 2015-07-29 Pedro Alves <palves@redhat.com>
13090
13091 * lib/gdb.exp (gdb_test_stdio): New procedure.
13092
13093 2015-07-29 Pedro Alves <palves@redhat.com>
13094
13095 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
13096
13097 2015-07-29 Pedro Alves <palves@redhat.com>
13098
13099 * gdb.base/call-signal-resume.exp: Remove check for
13100 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
13101 * gdb.base/unwindonsignal.exp: Likewise.
13102 * gdb.base/call-signals.c (gen_signal): Remove printf call.
13103 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
13104
13105 2015-07-29 Pedro Alves <palves@redhat.com>
13106
13107 * gdb.base/siginfo-addr.c (pass): New function.
13108 (handler): Call it iff si_addr is correct.
13109 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
13110 Set a breakpoint at "pass" and continue to it.
13111
13112 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
13113
13114 * gdb.python/py-objfile.exp: Make some tests have unique names.
13115 * gdb.python/py-pp-registration.exp: Likewise.
13116
13117 2015-07-28 Pedro Alves <palves@redhat.com>
13118
13119 * gdb.server/server-exec-info.exp: Issue a "disconnect".
13120
13121 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
13122
13123 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
13124
13125 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
13126
13127 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
13128
13129 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
13130
13131 * gdb.base/gdb-sigterm-2.exp: New test.
13132
13133 2015-07-25 Doug Evans <xdje42@gmail.com>
13134
13135 Revert:
13136 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
13137 (workers/%.worker, build-perf): New rule.
13138 (GDB_PERFTEST_MODE): New variable.
13139 (check-perf): Use it.
13140 (clean): Clean up gdb.perf parallel build subdirs.
13141 * lib/build-piece.exp: New file.
13142 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
13143 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
13144 name.
13145 (standard_temp_file): Ditto.
13146 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
13147 of $GDB_PARALLEL.
13148
13149 2015-07-24 Doug Evans <dje@google.com>
13150
13151 * gdb.perf/lib/perftest/utils.py: New file.
13152 * gdb.perf/gm-hello.cc: New file.
13153 * gdb.perf/gm-pervasive-typedef.cc: New file.
13154 * gdb.perf/gm-pervasive-typedef.h: New file.
13155 * gdb.perf/gm-std.cc: New file.
13156 * gdb.perf/gm-std.h: New file.
13157 * gdb.perf/gm-use-cerr.cc: New file.
13158 * gdb.perf/gm-utils.h: New file.
13159 * gdb.perf/gmonster-null-lookup.py: New file.
13160 * gdb.perf/gmonster-pervasive-typedef.py: New file.
13161 * gdb.perf/gmonster-print-cerr.py: New file.
13162 * gdb.perf/gmonster-ptype-string.py: New file.
13163 * gdb.perf/gmonster-runto-main.py: New file.
13164 * gdb.perf/gmonster-select-file.py: New file.
13165 * gdb.perf/gmonster1-null-lookup.exp: New file.
13166 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
13167 * gdb.perf/gmonster1-print-cerr.exp: New file.
13168 * gdb.perf/gmonster1-ptype-string.exp: New file.
13169 * gdb.perf/gmonster1-runto-main.exp: New file.
13170 * gdb.perf/gmonster1-select-file.exp: New file.
13171 * gdb.perf/gmonster1.cc: New file.
13172 * gdb.perf/gmonster1.exp: New file.
13173 * gdb.perf/gmonster2-null-lookup.exp: New file.
13174 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
13175 * gdb.perf/gmonster2-print-cerr.exp: New file.
13176 * gdb.perf/gmonster2-ptype-string.exp: New file.
13177 * gdb.perf/gmonster2-runto-main.exp: New file.
13178 * gdb.perf/gmonster2-select-file.exp: New file.
13179 * gdb.perf/gmonster2.cc: New file.
13180 * gdb.perf/gmonster2.exp: New file.
13181
13182 2015-07-24 Doug Evans <dje@google.com>
13183
13184 * gdb.perf/README: New file.
13185 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
13186 * lib/gen-perf-test.exp: New file.
13187
13188 2015-07-24 Doug Evans <dje@google.com>
13189
13190 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
13191 (PerfTest::startup): New function.
13192 (PerfTest::run): Return result of calling body.
13193 (PerfTest::assemble): Rewrite.
13194 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
13195 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
13196 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
13197 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
13198 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
13199
13200 2015-07-24 Doug Evans <dje@google.com>
13201
13202 * lib/gdb.exp (clean_restart): Make executable optional.
13203
13204 2015-07-24 Doug Evans <dje@google.com>
13205
13206 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
13207 compiler_info references.
13208 * gdb.cp/temargs.exp: Ditto.
13209 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
13210 (get_compiler_info): Early exit if already computed. Set compiler_info
13211 to "unknown" if there was a problem.
13212 (test_compiler_info): Add function comment. Call get_compiler_info.
13213
13214 2015-07-24 Doug Evans <dje@google.com>
13215
13216 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
13217 (workers/%.worker, build-perf): New rule.
13218 (GDB_PERFTEST_MODE): New variable.
13219 (check-perf): Use it.
13220 (clean): Clean up gdb.perf parallel build subdirs.
13221 * lib/build-piece.exp: New file.
13222 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
13223 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
13224 name.
13225 (standard_temp_file): Ditto.
13226 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
13227 of $GDB_PARALLEL.
13228
13229 2015-07-24 Doug Evans <dje@google.com>
13230
13231 * lib/future.exp (gdb_default_target_compile): New option
13232 "early_flags".
13233 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
13234 --as-needed.
13235
13236 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
13237
13238 * gdb.base/catch-syscall.exp: Call gdb_exit before
13239 gdb_skip_xml_test.
13240
13241 2015-07-24 Pedro Alves <palves@redhat.com>
13242
13243 * gdb.python/py-events.exp: Accept output between the stop event
13244 and the prompt.
13245 * gdb.python/py-evsignal.exp: Likewise.
13246 * gdb.python/py-evthreads.exp: Likewise.
13247
13248 2015-07-24 Pedro Alves <palves@redhat.com>
13249
13250 PR gdb/18717
13251 * gdb.threads/non-ldr-exit.c: New file.
13252 * gdb.threads/non-ldr-exit.exp: New file.
13253
13254 2015-07-24 Yao Qi <yao.qi@linaro.org>
13255
13256 * gdb.server/ext-wrapper.exp: Test --wrapper option when
13257 restarting process.
13258
13259 2015-07-24 Yao Qi <yao.qi@linaro.org>
13260
13261 * gdb.server/ext-restart.exp: New file.
13262
13263 2015-07-24 Yao Qi <yao.qi@linaro.org>
13264
13265 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
13266 argument options.
13267 * gdb.server/ext-wrapper.exp: New file.
13268
13269 2015-07-23 Doug Evans <dje@google.com>
13270
13271 * gdb.dwarf2/dw2-dummy-cu.S: New file.
13272 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
13273
13274 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
13275
13276 * gdb.ada/var_arr_typedef.exp: New testcase.
13277 * gdb.ada/var_arr_typedef/pack.adb: New file.
13278 * gdb.ada/var_arr_typedef/pack.ads: New file.
13279 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
13280
13281 2015-07-20 Joel Brobecker <brobecker@adacore.com>
13282
13283 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
13284
13285 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13286
13287 * gdb.arch/i386-biarch-core.exp: Replace istarget
13288 by "complete set gnutarget". Remove expectation for the "core-file"
13289 command.
13290
13291 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13292
13293 Revert the previous commit:
13294 Tests for validate symbol file using build-id.
13295
13296 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
13297
13298 Tests for validate symbol file using build-id.
13299 * gdb.base/solib-mismatch-lib.c: New file.
13300 * gdb.base/solib-mismatch-libmod.c: New file.
13301 * gdb.base/solib-mismatch.c: New file.
13302 * gdb.base/solib-mismatch.exp: New file.
13303
13304 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
13305
13306 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
13307 nios2-*-linux*.
13308 * gdb.base/sigbpt.exp (stepi_out): Likewise.
13309 * gdb.base/siginfo.exp: Likewise.
13310 * gdb.base/sigstep.exp (advance, advancei): Likewise.
13311
13312 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
13313
13314 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
13315 Move it to ...
13316 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
13317 ... here.
13318 * gdb.trace/range-stepping.exp: Check that the target supports
13319 range stepping.
13320
13321 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13322
13323 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
13324
13325 2015-07-14 Pedro Alves <palves@redhat.com>
13326
13327 * gdb.base/killed-outside.exp: New file.
13328 * gdb.base/killed-outside.c: New file.
13329
13330 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
13331
13332 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
13333 (n at main): New.
13334 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
13335
13336 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
13337
13338 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
13339 infcall tests instead of setting up for KFAIL.
13340
13341 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
13342
13343 * gdb.btrace/record_goto-step.exp: New.
13344
13345 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13346
13347 PR compile/18484
13348 * gdb.compile/compile.c (struct struct_type): Add volatile to
13349 selffield's type.
13350 * gdb.compile/compile.exp
13351 (compile code struct_object.selffield = &struct_object): Skip further
13352 struct_object tests if this one xfails.
13353
13354 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
13355
13356 PR exp/18617
13357 * gdb.trace/ax.exp: Add test.
13358
13359 2015-07-07 Yao Qi <yao.qi@linaro.org>
13360
13361 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
13362 instead of istarget "aarch64*-*-*".
13363 * gdb.arch/aarch64-fp.exp: Likewise.
13364 * gdb.base/float.exp: Likewise.
13365 * gdb.reverse/aarch64.exp: Likewise.
13366 * lib/gdb.exp (is_aarch64_target): New proc.
13367
13368 2015-07-07 Yao Qi <yao.qi@linaro.org>
13369
13370 * lib/gdb.exp (is_aarch32_target): New proc.
13371 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
13372 instead of "istarget "arm*-*-*"".
13373 * gdb.arch/arm-disp-step.exp: Likewise.
13374 * gdb.arch/thumb-bx-pc.exp: Likewise.
13375 * gdb.arch/thumb-prologue.exp: Likewise.
13376 * gdb.arch/thumb-singlestep.exp: Likewise.
13377 * gdb.base/disp-step-syscall.exp: Likewise.
13378 * gdb.base/float.exp: Likewise.
13379
13380 2015-07-07 Yao Qi <yao.qi@linaro.org>
13381
13382 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
13383 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
13384
13385 2015-07-07 Yao Qi <yao.qi@linaro.org>
13386
13387 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
13388 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
13389 if it exists.
13390 * gdb.multi/multi-arch.exp: Likewise.
13391
13392 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
13393
13394 * gdb.python/py-lazy-string.exp: Add missing parentheses to
13395 print.
13396
13397 2015-07-07 Yao Qi <yao.qi@linaro.org>
13398
13399 * gdb.arch/thumb-singlestep.exp: Do one more single step.
13400
13401 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
13402
13403 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
13404 '[' and ']' characters.
13405
13406 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
13407
13408 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
13409
13410 2015-06-29 Pedro Alves <palves@redhat.com>
13411
13412 PR threads/18127
13413 * gdb.threads/hand-call-new-thread.c: New file.
13414 * gdb.threads/hand-call-new-thread.c: New file.
13415
13416 2015-06-26 Keith Seitz <keiths@redhat.com>
13417 Doug Evans <dje@google.com>
13418
13419 PR 16253
13420 * gdb.cp/var-tag-2.cc: New file.
13421 * gdb.cp/var-tag-3.cc: New file.
13422 * gdb.cp/var-tag-4.cc: New file.
13423 * gdb.cp/var-tag.cc: New file.
13424 * gdb.cp/var-tag.exp: New file.
13425
13426 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
13427
13428 * gdb.base/history-duplicates.exp: New test.
13429
13430 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
13431
13432 * gdb.base/completion.exp: Test the completion of the "focus"
13433 command.
13434
13435 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13436
13437 * gdb.arch/amd64-prologue-skip.S: New file.
13438 * gdb.arch/amd64-prologue-skip.exp: New file.
13439
13440 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
13441
13442 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
13443 is_address_zero_readable check.
13444
13445 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
13446
13447 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
13448 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
13449
13450 2015-06-24 Yao Qi <yao.qi@linaro.org>
13451
13452 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
13453 linux targets.
13454
13455 2015-06-24 Yao Qi <yao.qi@linaro.org>
13456
13457 * lib/gdb.exp (supports_get_siginfo_type): New proc.
13458 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
13459 * gdb.base/siginfo-thread.exp: Likewise.
13460
13461 2015-06-22 Yao Qi <yao.qi@linaro.org>
13462
13463 * boards/remote-gdbserver-on-localhost.exp: Add comments.
13464
13465 2015-06-22 Yao Qi <yao.qi@linaro.org>
13466
13467 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
13468 aarch64*-*-*.
13469 (skip_hw_watchpoint_tests): Likewise.
13470
13471 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
13472
13473 * gdb.base/gdbinit-history.exp: Test the interaction between
13474 setting GDBHISTSIZE and setting the history size via .gdbinit.
13475
13476 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13477
13478 PR gdb/16999
13479 * gdb.base/gdbhistsize-history.exp: New test.
13480
13481 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13482
13483 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
13484 with GDBHISTSIZE.
13485 * gdb.base/readline.exp: Likewise.
13486
13487 2015-06-17 Yao Qi <yao.qi@linaro.org>
13488
13489 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
13490 line.
13491
13492 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13493
13494 * gdb.base/gdbinit-history.exp: Add test case to check that
13495 an unlimited history file does not get truncated on exit.
13496
13497 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13498
13499 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
13500 (VECTOR): New macro. Use it...
13501 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
13502 ...for these typedefs.
13503 (int8, char1, int1, double1): New typedefs.
13504 (struct just_int2, struct two_int2): New structures.
13505 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
13506 (add_structvecs, add_singlevecs): New functions.
13507 (main): Call add_some_intvecs twice.
13508 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
13509 the compile and exit upon failure. Try compiling for the "native"
13510 architecture. Test inferior function calls with vector arguments
13511 and vector return value handling with "finish" and "return".
13512
13513 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
13514
13515 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
13516 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
13517 PE file.
13518 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
13519
13520 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
13521
13522 PR breakpoints/16465
13523 * gdb.mi/mi-dprintf-pending.c: New file.
13524 * gdb.mi/mi-dprintf-pending.exp: New test.
13525 * gdb.mi/mi-dprintf-pendshr.c: New file.
13526
13527 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13528 Mircea Gherzan <mircea.gherzan@intel.com>
13529
13530 * gdb.arch/i386-mpx-map.c: New file.
13531 * gdb.arch/i386-mpx-map.exp: New File.
13532
13533 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13534
13535 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
13536 * gdb.arch/i386-mpx.exp: Indentation fixed.
13537
13538 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13539
13540 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
13541 function and improved indentation.
13542 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
13543 gdb_test_multiple. Added additional tests to skip the test.
13544
13545 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13546
13547 * gdb.arch/i386-avx512.c: Change path in include file.
13548 * gdb.arch/i386-avx512.exp: Change include dir path
13549 compilation flag.
13550 * gdb.arch/i386-mpx.c: Change path in include file.
13551 * gdb.arch/i386-mpx.exp: Change include dir path compilation
13552 flag.
13553
13554 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
13555
13556 * gdb.compile/compile-print.exp (compile print *vararray@3)
13557 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
13558
13559 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13560
13561 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
13562 (do not keep jit in memory): ... this.
13563 (expect 5): Change it to ...
13564 (expect no 5): ... this.
13565
13566 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
13567
13568 PR gdb/15564
13569 * gdb.mi/mi-detach.exp: New file.
13570
13571 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13572
13573 PR symtab/18392
13574 * gdb.arch/amd64-tailcall-self.S: New file.
13575 * gdb.arch/amd64-tailcall-self.c: New file.
13576 * gdb.arch/amd64-tailcall-self.exp: New file.
13577
13578 2015-05-28 Don Breazeal <donb@codesourcery.com>
13579
13580 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
13581 tests for remote targets by checking is_target_gdbserver.
13582
13583 2015-05-27 Doug Evans <dje@google.com>
13584
13585 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
13586 * gdb.dwarf2/opaque-type-lookup.c: New file.
13587 * gdb.dwarf2/opaque-type-lookup.exp: New file.
13588
13589 2015-05-26 Doug Evans <dje@google.com>
13590
13591 * gdb.cp/iostream.cc: New file.
13592 * gdb.cp/iostream.exp: New file.
13593
13594 2015-05-26 Doug Evans <dje@google.com>
13595
13596 * gdb.dwarf2/dw2-op-call.exp: Update.
13597 * gdb.dwarf2/dw4-sig-types.exp: Update.
13598 * gdb.dwarf2/implptr.exp: Update.
13599 * gdb.mi/mi-cmd-param-changed.exp: Update.
13600
13601 2015-05-26 Doug Evans <dje@google.com>
13602
13603 * gdb.python/py-lazy-string.c: New file.
13604 * gdb.python/py-lazy-string.exp: New file.
13605 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
13606 (main): Update. Add estring3.
13607 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
13608 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
13609
13610 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
13611 Yao Qi <yao.qi@linaro.org>
13612
13613 * gdb.reverse/aarch64.c: New.
13614 * gdb.reverse/aarch64.exp: New.
13615
13616 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
13617
13618 * lib/gdb.exp (supports_process_record): Return true for
13619 aarch64*-linux*.
13620 (supports_reverse): Likewise.
13621
13622 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
13623
13624 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13625 Use with_test_prefix.
13626
13627 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
13628
13629 * gdb.base/completion.exp: Add test for completion of layout
13630 names.
13631
13632 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
13633
13634 * lib/gdb.exp (skip_tui_tests): New proc.
13635 * gdb.base/tui-layout.exp: Check skip_tui_tests.
13636
13637 2015-05-19 Pedro Alves <palves@redhat.com>
13638
13639 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13640 Save the whole env array instead of just HOME. Unset HISTSIZE in
13641 the environment while testing. Restore whole environment
13642 afterwards.
13643
13644 2015-05-16 Doug Evans <xdje42@gmail.com>
13645
13646 * gdb.guile/scm-ports.c: New file.
13647 * gdb.guile/scm-ports.exp: Add memory port tests.
13648
13649 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13650
13651 * gdb.compile/compile-print.c: New file.
13652 * gdb.compile/compile-print.exp: New file.
13653
13654 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13655
13656 * gdb.compile/compile-ops.exp: Cast param to void.
13657 * gdb.compile/compile.exp: Complete type for _gdb_expr.
13658 (compile code struct_object.selffield = &struct_object): Add xfail.
13659
13660 2015-05-15 Joel Brobecker <brobecker@adacore.com>
13661
13662 * gdb.ada/arr_enum_with_gap: New testcase.
13663
13664 2015-05-15 Joel Brobecker <brobecker@adacore.com>
13665
13666 * gdb.ada/byte_packed_arr: New testcase.
13667
13668 2015-05-15 Joel Brobecker <brobecker@adacore.com>
13669
13670 * gdb.ada/pckd_neg: New testcase.
13671
13672 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
13673
13674 PR gdb/17820
13675 * gdb.base/gdbinit-history.exp: New test.
13676 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
13677 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
13678
13679 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
13680
13681 * gdb.python/py-xmethods.cc: Enhance test case.
13682 * gdb.python/py-xmethods.exp: New tests.
13683 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
13684 function.
13685 (B_indexoper): Likewise.
13686 (global_dm_list) : Add new xmethod worker functions.
13687
13688 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
13689
13690 * gdb.base/coredump-filter.exp: Correctly unset
13691 "coredump_var_addr" array.
13692
13693 2015-05-08 Pedro Alves <palves@redhat.com>
13694
13695 * gdb.server/non-existing-program.exp: Unset spawn_id.
13696
13697 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
13698
13699 PR python/18291
13700 * gdb.python/py-xmethods.exp: Add tests.
13701
13702 2015-05-08 Yao Qi <yao.qi@linaro.org>
13703
13704 PR gdb/18208
13705 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
13706 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
13707 function set_coredump_filter, and remove remote_exec call.
13708 Remove argument ipid. Callers update.
13709 (top level): Don't get inferior's PID.
13710
13711 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
13712
13713 * gdb.base/watch_thread_num.exp: Skip test on targets without
13714 access watchpoints.
13715
13716 2015-05-06 Pedro Alves <palves@redhat.com>
13717
13718 PR server/18081
13719 * gdb.server/non-existing-program.exp: New file.
13720
13721 2015-05-05 Joel Brobecker <brobecker@adacore.com>
13722
13723 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
13724
13725 2015-05-05 Joel Brobecker <brobecker@adacore.com>
13726
13727 * gdb.ada/out_of_line_in_inlined: New testcase.
13728
13729 2015-05-05 Joel Brobecker <brobecker@adacore.com>
13730
13731 * gdb.ada/var_rec_arr: New testcase.
13732
13733 2015-04-30 Yao Qi <yao.qi@linaro.org>
13734
13735 * gdb.base/break-idempotent.exp: If
13736 skip_hw_watchpoint_multi_tests returns true, skip the tests
13737 on "rwatch" and "awatch".
13738
13739 2015-04-30 Yao Qi <yao.qi@linaro.org>
13740
13741 * gdb.base/relativedebug.exp: Invoke gdb command
13742 "info sharedlibrary", and if libc.so doesn't have debug info,
13743 skip the test.
13744
13745 2015-04-29 Doug Evans <dje@google.com>
13746
13747 * gdb.python/py-xmethods.exp: Add ptype tests.
13748 * gdb.python/py-xmethods.py (E_method_char_worker): Add
13749 get_result_type method.
13750
13751 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
13752
13753 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
13754 the target does not support hardware watchpoints.
13755
13756 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
13757
13758 * gdb.base/break-always.exp: Abort testing if writing to memory
13759 causes an error.
13760
13761 2015-04-28 Doug Evans <dje@google.com>
13762
13763 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
13764 * gdb.python/py-pp-registration.exp: ... here. New file.
13765 * gdb.python/py-pp-registration.c: New file.
13766 * gdb.python/py-pp-registration.py: New file.
13767
13768 2015-04-28 Doug Evans <dje@google.com>
13769
13770 * gdb.python/py-bad-printers.c: New file.
13771 * gdb.python/py-bad-printers.py: New file.
13772 * gdb.python/py-bad-printers.exp: New file.
13773
13774 2015-04-28 Sasha Smundak <asmundak@google.com>
13775
13776 * gdb.python/py-type.exp: New test.
13777
13778 2015-04-28 Andy Wingo <wingo@igalia.com>
13779
13780 * gdb.python/py-parameter.exp:
13781 * gdb.guile/scm-parameter.exp: Escape the path that we are
13782 matching against, as it might contain characters that are special
13783 to regular expressions.
13784
13785 2015-04-27 Joel Brobecker <brobecker@adacore.com>
13786
13787 * gdb.ada/rec_comp: New testcase.
13788
13789 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
13790
13791 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
13792 before using it.
13793
13794 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
13795
13796 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
13797 new tests for verilog output.
13798
13799 2015-04-24 Yao Qi <yao.qi@linaro.org>
13800
13801 * boards/remote-gdbserver-on-localhost.exp: New file.
13802
13803 2015-04-23 Pedro Alves <palves@redhat.com>
13804
13805 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
13806 $inferior_spawn_id instead of $inferior_spawn_id directly. On
13807 "end of file", remove $inferior_spawn_id from the indirect list.
13808
13809 2015-04-23 Pedro Alves <palves@redhat.com>
13810
13811 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
13812
13813 2015-04-23 Pedro Alves <palves@redhat.com>
13814
13815 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
13816 on $any_spawn_id instead of only on $gdb_spawn_id.
13817
13818 2015-04-21 Pierre Muller <muller@sourceware.org>
13819
13820 PR pascal/17815
13821 * lib/pascal.exp (gpc_compile): Add new option "class".
13822 (fpc_compile): Likewise.
13823 * gdb.pascal/case-insensitive-symbols.pas: New file.
13824 * gdb.pascal/case-insensitive-symbols.exp: New file.
13825
13826 2015-04-20 Gary Benson <gbenson@redhat.com>
13827
13828 * gdb.base/attach.exp: Fix three extended remote failures.
13829
13830 2015-04-17 Gary Benson <gbenson@redhat.com>
13831
13832 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
13833 the main executable over the remote protocol.
13834
13835 2015-04-16 Pedro Alves <palves@redhat.com>
13836
13837 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
13838 a new gdbserver if gdbserver_reconnect_p is set.
13839
13840 2015-04-16 Pedro Alves <palves@redhat.com>
13841
13842 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
13843 is set, don't exit gdbserver.
13844
13845 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13846
13847 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
13848 appropriate .insn, such that an older assembler can be used.
13849 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
13850 the z/Architecture instruction set on 31-bit targets as well.
13851
13852 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13853
13854 * gdb.go/handcall.exp: Remove all logic related to the first
13855 breakpoint and rely on go_runto_main instead.
13856 * gdb.go/strings.exp: Likewise.
13857 * gdb.go/unsafe.exp: Likewise.
13858 * gdb.go/hello.exp: Likewise. Also rename the remaining
13859 breakpoint marker to "breakpoint 1".
13860 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
13861 * gdb.go/strings.go: Likewise.
13862 * gdb.go/unsafe.go: Likewise.
13863 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
13864 "set breakpoint 2 here" and rename the remaining breakpoint marker
13865 to "breakpoint 1".
13866
13867 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
13868
13869 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
13870 if itertools.imap is not present.
13871 * gdb.python/py-objfile.exp: Add parentheses.
13872 * gdb.python/py-type.exp: Same.
13873 * gdb.python/py-unwind-maint.py: Same.
13874
13875 2015-04-15 Yao Qi <yao.qi@linaro.org>
13876
13877 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
13878 of ":$ptr_size" and set its form explicitly.
13879
13880 2015-04-15 Pedro Alves <palves@redhat.com>
13881 Yao Qi <yao.qi@linaro.org>
13882
13883 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
13884 timeout by factor of 4.
13885 (test_regular_watch): Likewise.
13886 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
13887 * gdb.reverse/sigall-reverse.exp: Likewise.
13888 * gdb.reverse/until-precsave.exp: Likewise.
13889 * lib/gdb.exp (with_timeout_factor): New proc.
13890 (gdb_expect): Move some code to ...
13891 (get_largest_timeout): ... here. New procedure.
13892
13893 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
13894
13895 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
13896
13897 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
13898
13899 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
13900 to write to the .text section.
13901
13902 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
13903
13904 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
13905 Handle the case of targets that do not provide PID information.
13906
13907 2015-04-13 Yao Qi <yao.qi@linaro.org>
13908
13909 * lib/gdbserver-support.exp (gdb_exit): Catch exception
13910 and use expect instead of gdb_expect.
13911
13912 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
13913
13914 * gdb.base/coredump-filter.exp: Rename variable "addr" to
13915 "coredump_var_addr" to avoid naming conflict with other testcases.
13916
13917 2015-04-10 Pedro Alves <palves@redhat.com>
13918
13919 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
13920 gdb_test_sequence and gdb_assert.
13921
13922 2015-04-10 Pedro Alves <palves@redhat.com>
13923
13924 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
13925 test messages that don't include the breakpoint address.
13926
13927 2015-04-10 Yao Qi <yao.qi@linaro.org>
13928
13929 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
13930 false for some offset and width combinations which aren't
13931 supported by linux kernel.
13932
13933 2015-04-10 Pedro Alves <palves@redhat.com>
13934
13935 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
13936 procedure, factored out from ...
13937 (top level): ... here. Add "set displaced-stepping" testing axis.
13938 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
13939 parameter "displaced". Use it.
13940 (top level): Use foreach and add "set displaced-stepping" testing
13941 axis.
13942
13943 2015-04-10 Pedro Alves <palves@redhat.com>
13944
13945 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
13946 Remove comment.
13947 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
13948 both the address of the instruction that triggers the watchpoint
13949 and the address of the instruction immediately after, and use
13950 those addresses for the test. Fix comment.
13951
13952 2015-04-10 Pedro Alves <palves@redhat.com>
13953
13954 * gdb.base/sigstep.exp (breakpoint_to_handler)
13955 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
13956 Test "backtrace" in handler.
13957 (breakpoint_over_handler): New parameter 'displaced'. Use it.
13958 (top level): Add new "displaced" test axis to
13959 breakpoint_to_handler, breakpoint_to_handler_entry and
13960 breakpoint_over_handler.
13961
13962 2015-04-10 Pedro Alves <palves@redhat.com>
13963
13964 PR gdb/18216
13965 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
13966
13967 2015-04-10 Yao Qi <yao.qi@linaro.org>
13968
13969 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
13970 (test_add_rn_pc): New function.
13971 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
13972 (top level): Invoke test_add_rn_pc.
13973
13974 2015-04-10 Pedro Alves <palves@redhat.com>
13975
13976 PR gdb/13858
13977 * gdb.base/step-over-no-symbols.exp: New file.
13978
13979 2015-04-09 Andy Wingo <wingo@igalia.com>
13980
13981 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
13982 after the Python tests.
13983
13984 2015-04-08 Keith Seitz <keiths@redhat.com>
13985
13986 PR python/16699
13987 * gdb.python/py-completion.exp: New tests for completion.
13988 * gdb.python/py-completion.py (CompleteLimit1): New class.
13989 (CompleteLimit2): Likewise.
13990 (CompleteLimit3): Likewise.
13991 (CompleteLimit4): Likewise.
13992 (CompleteLimit5): Likewise.
13993 (CompleteLimit6): Likewise.
13994 (CompleteLimit7): Likewise.
13995
13996 2015-04-08 Pedro Alves <palves@redhat.com>
13997
13998 PR gdb/18214
13999 PR gdb/18216
14000 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
14001 function.
14002 (main): Install it as SIGUSR1 handler.
14003 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
14004 parameter. Always use "setup" as prefix. Toggle "set
14005 displaced-stepping" off/on depending on global. Don't switch to
14006 thread 1 here.
14007 (top level): Add displaced stepping "off/on" test axis. Update
14008 "setup" calls. Wrap each subtest with with_test_prefix. Test
14009 continuing with a queued signal in each thread.
14010
14011 2015-04-08 Pedro Alves <palves@redhat.com>
14012
14013 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
14014 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
14015 gdb_breakpoint instead of gdb_test that doesn't expect anything.
14016 Return early if running to main fails.
14017 * gdb.trace/while-stepping.exp: Likewise.
14018
14019 2015-04-07 Pedro Alves <palves@redhat.com>
14020
14021 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
14022 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
14023 interact with inferior program.
14024
14025 2015-04-07 Pedro Alves <palves@redhat.com>
14026
14027 * lib/gdb.exp (inferior_spawn_id): New global.
14028 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
14029 spawn id after processing the user code.
14030 (default_gdb_start): Set inferior_spawn_id.
14031 (send_inferior): New procedure.
14032 * lib/gdbserver-support.exp (gdbserver_start): Set
14033 inferior_spawn_id.
14034 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
14035
14036 2015-04-07 Pedro Alves <palves@redhat.com>
14037
14038 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
14039 * lib/gdbserver-support.exp (gdbserver_start): Make
14040 $server_spawn_id global.
14041 (gdbserver_start): Don't wait for gdbserver's spawn id with
14042 expect_background.
14043 (close_gdbserver): New procedure.
14044 (gdb_exit): Rename the default version and reimplement.
14045
14046 2015-04-07 Pedro Alves <palves@redhat.com>
14047
14048 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
14049 append the substituted item, not the original item.
14050
14051 2015-04-07 Pedro Alves <palves@redhat.com>
14052
14053 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
14054 gdb_expect.
14055
14056 2015-04-07 Pedro Alves <palves@redhat.com>
14057
14058 * gdb.base/interrupt.exp: Don't handle the case of the inferior
14059 output appearing once only.
14060
14061 2015-04-07 Pedro Alves <palves@redhat.com>
14062
14063 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
14064 that doesn't expect anything. Return early if running to main
14065 fails.
14066
14067 2015-04-07 Yao Qi <yao.qi@linaro.org>
14068
14069 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
14070 (child_function): Call alarm.
14071 (main): Move call to alarm into the loop.
14072 * gdb.threads/non-stop-fair-events.exp: Build program with
14073 -DTIMEOUT=$timeout.
14074
14075 2015-04-06 Doug Evans <xdje42@gmail.com>
14076
14077 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
14078 Fix dest parameter to board_info.
14079 (fpc_compile): Ditto.
14080 (gdb_compile_pascal): Rename dest arg to destfile.
14081
14082 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
14083
14084 * gdb.ada/funcall_ref.exp: New file.
14085 * gdb.ada/funcall_ref/foo.adb: New file.
14086
14087 2015-04-02 Yao Qi <yao.qi@linaro.org>
14088
14089 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
14090 is remote.
14091
14092 2015-04-02 Gary Benson <gbenson@redhat.com>
14093
14094 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
14095
14096 2015-04-01 Sasha Smundak <asmundak@google.com>
14097
14098 * gdb.python/py-unwind-maint.c: New file.
14099 * gdb.python/py-unwind-maint.exp: New test.
14100 * gdb.python/py-unwind-maint.py: New file.
14101 * gdb.python/py-unwind.c: New file.
14102 * gdb.python/py-unwind.exp: New test.
14103 * gdb.python/py-unwind.py: New test.
14104
14105 2015-04-01 Pedro Alves <palves@redhat.com>
14106
14107 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
14108 to fail instead of non-existent $test.
14109
14110 2015-04-01 Pedro Alves <palves@redhat.com>
14111
14112 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
14113 GDBFLAGS if not empty.
14114
14115 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
14116
14117 * gdb.ada/complete.exp: Remove "multi_line".
14118 * gdb.ada/info_exc.exp: Remove "multi_line".
14119 * gdb.ada/packed_tagged.exp: Remove "multi_line".
14120 * gdb.ada/ptype_field.exp: Remove "multi_line".
14121 * gdb.ada/sym_print_name.exp: Remove "multi_line".
14122 * gdb.ada/tagged.exp: Remove "multi_line".
14123 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
14124 [multi_line ...]
14125 * gdb.btrace/delta.exp: Likewise.
14126 * gdb.btrace/exception.exp: Likewise.
14127 * gdb.btrace/function_call_history.exp: Likewise.
14128 * gdb.btrace/instruction_history.exp: Likewise.
14129 * gdb.btrace/nohist.exp: Likewise.
14130 * gdb.btrace/record_goto.exp: Likewise.
14131 * gdb.btrace/segv.exp: Likewise.
14132 * gdb.btrace/stepi.exp: Likewise.
14133 * gdb.btrace/tailcall.exp: Likewise.
14134 * gdb.btrace/unknown_functions.exp: Likewise.
14135 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
14136 * lib/gdb.exp: Add the "multi_line" helper.
14137
14138 2015-04-01 Pedro Alves <palves@redhat.com>
14139
14140 * gdb.threads/tid-reuse.c: New file.
14141 * gdb.threads/tid-reuse.exp: New file.
14142
14143 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
14144
14145 PR corefiles/16092
14146 * gdb.base/coredump-filter.c: New file.
14147 * gdb.base/coredump-filter.exp: Likewise.
14148
14149 2015-03-27 Petr Machata <pmachata@redhat.com>
14150
14151 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
14152 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
14153 (Dwarf::assemble): Initialize them.
14154 (Dwarf::lines): New function.
14155
14156 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
14157
14158 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
14159 SYMBOL_PREFIX for x86_64-*-cygwin.
14160
14161 2015-03-26 Andy Wingo <wingo@igalia.com>
14162
14163 PR symtab/18148
14164 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
14165 const_value but not a location.
14166 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
14167 location defined in non-main CUs are visible.
14168
14169 2015-03-26 Yao Qi <yao.qi@linaro.org>
14170
14171 PR testsuite/18139
14172 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
14173 Add a line number entry for the same line.
14174 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
14175 Add a line number entry for the same line.
14176
14177 2015-03-26 Yao Qi <yao.qi@linaro.org>
14178
14179 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
14180 .int 0.
14181 (func): Likewise. Add .Lfunc_1 label.
14182 Use .Lfunc_1 label.
14183 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
14184 .int 0.
14185 (func): Likewise.
14186 Use .Lfunc_1 label.
14187
14188 2015-03-26 Yao Qi <yao.qi@linaro.org>
14189
14190 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
14191 Call gdb_compile instead to compile each .s files without debug
14192 information.
14193
14194 2015-03-26 Yao Qi <yao.qi@linaro.org>
14195
14196 * gdb.base/savedregs.exp (process_saved_regs): Make
14197 "Saved registers:" optional in the pattern.
14198
14199 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
14200
14201 * gdb.btrace/next.exp: Merged into step.exp.
14202 * gdb.btrace/finish.exp: Merged into step.exp.
14203 * gdb.btrace/nexti.exp: Merged into stepi.exp.
14204 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
14205 "record goto" and checking the exact replay position.
14206 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
14207 check for "Recording format" in "info record" output.
14208 * gdb.btrace/record_goto.exp: Choose test file based on target.
14209 * gdb.btrace/x86-record_goto.S: Renamed into ...
14210 * gdb.btrace/x86_64-record_goto.S: ... this.
14211 * gdb.btrace/i686-record_goto.S: New.
14212 * gdb.btrace/x86-tailcall.S: Renamed into ...
14213 * gdb.btrace/x86_64-tailcall.S: ... this.
14214 * gdb.btrace/i686-tailcall.S: New.
14215 * gdb.btrace/x86-tailcall.c: Renamed into ...
14216 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
14217 separate statements. Update test.
14218 * gdb.btrace/delta.exp: Use record_goto.c as test file.
14219 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
14220 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
14221 * gdb.btrace/tailcall.exp: Choose test file based on target.
14222 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
14223
14224 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
14225
14226 * gdb.btrace/exception.exp: Increase BTS buffer size.
14227
14228 2015-03-24 Pedro Alves <palves@redhat.com>
14229
14230 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
14231
14232 2015-03-24 Pedro Alves <palves@redhat.com>
14233
14234 * gdb.threads/schedlock.exp (test_step): No longer expect that
14235 "set scheduler-locking step" with "next" over a function call runs
14236 threads unlocked.
14237
14238 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
14239
14240 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
14241
14242 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
14243
14244 PR breakpoints/16466
14245 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
14246 * gdb.mi/mi-pending.c (thread_func): New function.
14247 (int main): Add threading support required.
14248 * gdb.mi/mi-pending.exp: Add tests for this issue.
14249 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
14250 (pendfunc2): Remove stdio dependency.
14251 * gdb.mi/mi-pendshr2.c: New file.
14252
14253 2015-03-23 Keith Seitz <keiths@redhat.com>
14254
14255 * gdb.linespec/keywords.c: New file.
14256 * gdb.linespec/keywords.exp: New file.
14257
14258 2015-03-23 Keith Seitz <keiths@redhat.com>
14259
14260 PR gdb/18021
14261 * gdb.dwarf2/staticvirtual.exp: New test.
14262
14263 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14264
14265 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
14266 * README: Remove HP-UX and gdb.hp.
14267 (configuration):
14268 * configure: Regenerate.
14269 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
14270 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
14271 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
14272 gdb.hp/gdb.defects/Makefile.
14273 * gdb.hp/Makefile.in: File deleted.
14274 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
14275 * gdb.hp/gdb.aCC/optimize.c: File deleted.
14276 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
14277 * gdb.hp/gdb.aCC/run.c: File deleted.
14278 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
14279 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
14280 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
14281 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
14282 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
14283 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
14284 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
14285 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
14286 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
14287 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
14288 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
14289 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
14290 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
14291 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
14292 * gdb.hp/gdb.base-hp/reg.s: File deleted.
14293 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
14294 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
14295 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
14296 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
14297 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
14298 * gdb.hp/gdb.compat/Makefile.in: File deleted.
14299 * gdb.hp/gdb.compat/average.c: File deleted.
14300 * gdb.hp/gdb.compat/sum.c: File deleted.
14301 * gdb.hp/gdb.compat/xdb.c: File deleted.
14302 * gdb.hp/gdb.compat/xdb0.c: File deleted.
14303 * gdb.hp/gdb.compat/xdb0.h: File deleted.
14304 * gdb.hp/gdb.compat/xdb1.c: File deleted.
14305 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
14306 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
14307 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
14308 * gdb.hp/gdb.defects/Makefile.in: File deleted.
14309 * gdb.hp/gdb.defects/bs14602.c: File deleted.
14310 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
14311 * gdb.hp/gdb.defects/solib-d.c: File deleted.
14312 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
14313 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
14314 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
14315 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
14316 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
14317 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
14318 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
14319 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
14320 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
14321 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
14322 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
14323 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
14324 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
14325 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
14326 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
14327 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
14328 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
14329 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
14330 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
14331 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
14332 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
14333 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
14334 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
14335 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
14336 * gdb.hp/tools/odump: File deleted.
14337
14338 2015-03-19 Pedro Alves <palves@redhat.com>
14339
14340 * gdb.threads/continue-pending-status.exp (saw_thread_2)
14341 (saw_thread_3): New globals.
14342 (top level): Increment them when an event for the corresponding
14343 thread is seen.
14344 (no thread starvation): New test.
14345
14346 2015-03-19 Pedro Alves <palves@redhat.com>
14347
14348 * gdb.threads/continue-pending-status.c: New file.
14349 * gdb.threads/continue-pending-status.exp: New file.
14350
14351 2015-03-18 Pedro Alves <palves@redhat.com>
14352
14353 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
14354 Use gdb_is_target_remote instead of is_remote. Use
14355 gdb_test_multiple instead of gdb_expect. Exit early if
14356 gdb_test_multiple hits its internal matches. Tighten stepi tests
14357 expected output. Fail on exit with any signal, instead of just
14358 SIGILL.
14359
14360 2015-03-18 Yao Qi <yao.qi@linaro.org>
14361
14362 PR tdep/18107
14363 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
14364 variable.
14365 * gdb.base/catch-syscall.exp: Don't skip it on
14366 aarch64*-*-linux* target. Remove elements in all_syscalls.
14367 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
14368 target.
14369 (setup_all_syscalls): New proc.
14370
14371 2015-03-16 Yao Qi <yao.qi@linaro.org>
14372
14373 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
14374 (top level): Skip tests if valid_addr_p returns false for
14375 $cmd1 or $cmd2.
14376
14377 2015-03-11 Andy Wingo <wingo@igalia.com>
14378
14379 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
14380
14381 2015-03-11 Yao Qi <yao.qi@linaro.org>
14382
14383 * gdb.base/catch-syscall.exp: Fix typo in comments.
14384
14385 2015-03-11 Yao Qi <yao.qi@linaro.org>
14386
14387 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
14388
14389 2015-03-09 Pedro Alves <palves@redhat.com>
14390
14391 * dg-extract-results.py: Delete.
14392
14393 2015-03-09 Pedro Alves <palves@redhat.com>
14394
14395 Merge dg-extract-results.sh from GCC upstream (r218843).
14396
14397 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
14398 * dg-extract-results.sh: Use --text with grep to avoid issues with
14399 binary files. Fall back to cat -v, if that doesn't work.
14400
14401 2015-03-05 Pedro Alves <palves@redhat.com>
14402
14403 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
14404
14405 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
14406
14407 * lib/mi-support.exp (mi_expect_interrupt): Accept
14408 alternative event for when in all-stop mode.
14409
14410 2015-03-04 Pedro Alves <palves@redhat.com>
14411
14412 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
14413
14414 2015-03-04 Mark Kettenis <kettenis@gnu.org>
14415
14416 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
14417
14418 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
14419
14420 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
14421 regexps for GDB's current line display, accept a hex address
14422 preceding the line number.
14423
14424 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
14425
14426 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
14427 the 'arch1' variable for "s390*-linux*" targets.
14428
14429 2015-03-04 Pedro Alves <palves@redhat.com>
14430
14431 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
14432 (main): Pass missing retval argument to pthread_join call.
14433
14434 2015-03-02 Pedro Alves <palves@redhat.com>
14435
14436 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
14437 (top level): Call do_test with non-stop as well.
14438
14439 2015-03-02 Pedro Alves <palves@redhat.com>
14440
14441 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
14442 -1.
14443
14444 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
14445
14446 * gdb.arch/s390-vregs.exp: New test.
14447 * gdb.arch/s390-vregs.S: New file.
14448
14449 2015-02-27 Pedro Alves <palves@redhat.com>
14450
14451 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
14452 call to catch_command_errors.
14453 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
14454 catch_command_errors.
14455
14456 2015-02-27 Pedro Alves <palves@redhat.com>
14457
14458 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
14459 "true" for boolean result.
14460 * gdb.gdb/selftest.exp (test_with_self): Also accept full
14461 prototype of main.
14462
14463 2015-02-27 Pedro Alves <palves@redhat.com>
14464
14465 * lib/unbuffer_output.c: New file.
14466 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
14467 (main): Call gdb_unbuffer_output.
14468
14469 2015-02-27 Yao Qi <yao.qi@linaro.org>
14470
14471 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
14472 target.
14473
14474 2015-02-26 Doug Evans <dje@google.com>
14475
14476 * gdb.cp/class2.cc (Dbase, D): New classes.
14477 (main): New local delta.
14478 * gdb.cp/class2.exp: Test printing delta.
14479 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
14480 (dynbar): New global.
14481 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
14482
14483 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14484
14485 * gdb.compile/compile-ifunc.c: New file.
14486 * gdb.compile/compile-ifunc.exp: New file.
14487
14488 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
14489
14490 * gdb.base/structs.exp: Check for correct struct on finish.
14491
14492 2015-02-26 Yao Qi <yao.qi@linaro.org>
14493
14494 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
14495 is zero.
14496
14497 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14498
14499 * gdb.arch/cordic.ko.bz2: New file.
14500 * gdb.arch/cordic.ko.debug.bz2: New file.
14501 * gdb.arch/ppc64-symtab-cordic.exp: New file.
14502
14503 2015-02-25 Yao Qi <yao.qi@linaro.org>
14504
14505 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
14506 aarch64*-*-* target.
14507
14508 2015-02-23 Pedro Alves <palves@redhat.com>
14509
14510 * lib/gdb.exp (delete_breakpoints): Rewrite using
14511 gdb_test_multiple.
14512
14513 2015-02-23 Pedro Alves <palves@redhat.com>
14514
14515 * gdb.base/info-os.c: Include stdlib.h.
14516
14517 2015-02-22 Doug Evans <xdje42@gmail.com>
14518
14519 PR symtab/17855
14520 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
14521 is read after symbols have been re-read.
14522 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
14523 * gdb.ada/exec_changed/second.adb (Second): Ditto.
14524
14525 2015-02-21 Doug Evans <dje@google.com>
14526
14527 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
14528
14529 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14530
14531 PR corefiles/17808
14532 * gdb.arch/i386-biarch-core.core.bz2: New file.
14533 * gdb.arch/i386-biarch-core.exp: New file.
14534
14535 2015-02-21 Pedro Alves <palves@redhat.com>
14536
14537 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
14538 runto_main fails.
14539
14540 2015-02-20 Pedro Alves <palves@redhat.com>
14541
14542 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
14543 info probes.
14544
14545 2015-02-20 Pedro Alves <palves@redhat.com>
14546
14547 * gdb.threads/multi-create-ns-info-thr.exp: New file.
14548
14549 2015-02-20 Pedro Alves <palves@redhat.com>
14550
14551 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
14552 clean_restart before gdb_target_supports_trace.
14553
14554 2015-02-20 Pedro Alves <palves@redhat.com>
14555
14556 PR threads/18006
14557 * gdb.threads/clone-thread_db.c: New file.
14558 * gdb.threads/clone-thread_db.exp: New file.
14559
14560 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
14561
14562 PR breakpoints/16812
14563 * gdb.base/catch-gdb-caused-signals.c: New file.
14564 * gdb.base/catch-gdb-caused-signals.exp: New file.
14565
14566 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
14567
14568 * configure: Regenerated.
14569 * configure.ac: Use GDB_AC_TRANSFORM.
14570 * aclocal.m4: sinclude ../transform.m4.
14571
14572 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
14573
14574 * lib/dtrace.exp: New file.
14575 * gdb.base/dtrace-probe.exp: Likewise.
14576 * gdb.base/dtrace-probe.d: Likewise.
14577 * gdb.base/dtrace-probe.c: Likewise.
14578 * lib/pdtrace.in: Likewise.
14579 * configure.ac: Output variables with the transformed names of
14580 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
14581 * configure: Regenerated.
14582
14583 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
14584
14585 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
14586 expected message when trying to access $_probe_* convenience
14587 variables while not on a probe.
14588
14589 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14590
14591 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
14592
14593 2015-02-11 Pedro Alves <pedro@codesourcery.com>
14594
14595 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
14596 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
14597
14598 2015-02-10 Doug Evans <xdje42@gmail.com>
14599
14600 * lib/gdb.exp (gdb_load): Always return a result.
14601
14602 2015-02-10 Pedro Alves <palves@redhat.com>
14603
14604 * gdb.threads/signal-sigtrap.c: New file.
14605 * gdb.threads/signal-sigtrap.exp: New file.
14606
14607 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
14608
14609 * gdb.trace/no-attach-trace.c: New file.
14610 * gdb.trace/no-attach-trace.exp: New file.
14611
14612 2015-02-09 Mark Wielaard <mjw@redhat.com>
14613
14614 * gdb.dwarf2/atomic.c: New file.
14615 * gdb.dwarf2/atomic-type.exp: Likewise.
14616
14617 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14618
14619 * gdb.btrace/buffer-size.exp: Update "info record" output.
14620 * gdb.btrace/delta.exp: Update "info record" output.
14621 * gdb.btrace/enable.exp: Update "info record" output.
14622 * gdb.btrace/finish.exp: Update "info record" output.
14623 * gdb.btrace/instruction_history.exp: Update "info record" output.
14624 * gdb.btrace/next.exp: Update "info record" output.
14625 * gdb.btrace/nexti.exp: Update "info record" output.
14626 * gdb.btrace/step.exp: Update "info record" output.
14627 * gdb.btrace/stepi.exp: Update "info record" output.
14628 * gdb.btrace/nohist.exp: Update "info record" output.
14629
14630 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14631
14632 * gdb.btrace/buffer-size: New.
14633
14634 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14635
14636 * gdb.btrace/delta.exp: Update "info record" output.
14637 * gdb.btrace/enable.exp: Update "info record" output.
14638 * gdb.btrace/finish.exp: Update "info record" output.
14639 * gdb.btrace/instruction_history.exp: Update "info record" output.
14640 * gdb.btrace/next.exp: Update "info record" output.
14641 * gdb.btrace/nexti.exp: Update "info record" output.
14642 * gdb.btrace/step.exp: Update "info record" output.
14643 * gdb.btrace/stepi.exp: Update "info record" output.
14644 * gdb.btrace/nohist.exp: Update "info record" output.
14645
14646 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
14647
14648 PR gdb/15678
14649 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
14650
14651 2015-02-06 Pedro Alves <palves@redhat.com>
14652
14653 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
14654 macro.
14655 (seconds_left, again): New globals.
14656 (main): Wait seconds_left in a 1-second sleep loop instead of
14657 sleeping 180 seconds. If 'again' is set, reset the seconds
14658 counter.
14659 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
14660 'again' in the inferior before detaching. Print the seconds left.
14661 (options): New global.
14662 (top level): Build program with -DTIMEOUT=$timeout.
14663
14664 2015-02-06 Pedro Alves <palves@redhat.com>
14665
14666 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
14667 determine how many seconds to pass to 'alarm'.
14668 * gdb.base/gdb-sigterm.exp (top level): Build program with
14669 -DTIMEOUT=$timeout.
14670 (do_test): Return success/failure indication. Add more verbose
14671 logging. Don't fail if 200 single steps are seen. Instead, fail
14672 when the test times out.
14673 (passes): New global.
14674 (top level): Break the testing loop if testing fails on any
14675 iteration. Use gdb_assert.
14676
14677 2015-02-04 Don Breazeal <donb@codesourcery.com>
14678
14679 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
14680 and initialize them.
14681 (ipc_cleanup): New function.
14682 (main): Don't declare shmid, semid, and msqid. Add a call to
14683 atexit so that we call ipc_cleanup on exit.
14684
14685 2015-02-04 Pedro Alves <palves@redhat.com>
14686
14687 * boards/native-extended-gdbserver.exp: Remove any target variant
14688 specifications from the board name before clearing the isremote
14689 flag from board_info.
14690
14691 2015-01-31 Doug Evans <xdje42@gmail.com>
14692
14693 * gdb.base/maint.exp <maint print type argc>: Update expected output.
14694
14695 2015-01-31 Gary Benson <gbenson@redhat.com>
14696
14697 * gdb.base/completion.exp: Disable completion limiting for
14698 existing tests. Add new tests to check completion limiting.
14699 * gdb.linespec/ls-errs.exp: Disable completion limiting.
14700
14701 2015-01-31 Doug Evans <xdje42@gmail.com>
14702
14703 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
14704
14705 2015-01-31 Doug Evans <xdje42@gmail.com>
14706
14707 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
14708 entries. Duplicate file section script entries.
14709 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
14710 inlined entries. Add test for safe-path rejection.
14711 * gdb.python/py-section-script.c: Add duplicate inlined section script
14712 entries. Duplicate file section script entries.
14713 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
14714 inlined entries. Add test for safe-path rejection.
14715
14716 2015-01-29 Joel Brobecker <brobecker@adacore.com>
14717
14718 * gdb.ada/disc_arr_bound: New testcase.
14719
14720 2015-01-29 Joel Brobecker <brobecker@adacore.com>
14721
14722 * gdb.ada/mi_var_array: New testcase.
14723
14724 2015-01-27 Doug Evans <dje@google.com>
14725
14726 * gdb.python/py-objfile.exp: Add tests for objfile.username.
14727 Add test for objfile.filename, objfile.username after objfile
14728 has been unloaded.
14729
14730 2015-01-26 Joel Brobecker <brobecker@adacore.com>
14731
14732 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
14733 the second test to print the name attribute of value
14734 returned by the call to gdb.lookup_type, and adjust
14735 the expected output accordingly.
14736
14737 2015-01-25 Mark Wielaard <mjw@redhat.com>
14738
14739 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
14740 * gdb.base/disp-step-fork.c: Include unistd.h.
14741 * gdb.base/siginfo-obj.c: Include stdio.h.
14742 * gdb.base/siginfo-thread.c: Likewise.
14743 * gdb.mi/non-stop.c: Include unistd.h.
14744 * gdb.mi/nsthrexec.c: Include stdio.h.
14745 * gdb.mi/pthreads.c: Include unistd.h.
14746 * gdb.modula2/unbounded1.c (main): Declare returns int.
14747 * gdb.reverse/consecutive-reverse.c: Likewise.
14748 * gdb.threads/create-fail.c: Include unistd.h.
14749 * gdb.threads/killed.c: Likewise.
14750 * gdb.threads/linux-dp.c: Likewise.
14751 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
14752 * gdb.threads/non-ldr-exc-2.c: Likewise.
14753 * gdb.threads/non-ldr-exc-3.c: Likewise.
14754 * gdb.threads/non-ldr-exc-4.c: Likewise.
14755 * gdb.threads/pthreads.c: Include unistd.h.
14756 (main): Declare returns int.
14757 * gdb.threads/tls-main.c (foo): New declaration.
14758 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
14759
14760 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
14761
14762 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
14763 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
14764
14765 2015-01-15 Mark Wielaard <mjw@redhat.com>
14766
14767 * gdb.base/noreturn-return.c: New file.
14768 * gdb.base/noreturn-return.exp: New file.
14769 * gdb.base/noreturn-finish.c: New file.
14770 * gdb.base/noreturn-finish.exp: New file.
14771
14772 2015-01-23 Pedro Alves <palves@redhat.com>
14773
14774 * gdb.threads/continue-pending-after-query.c: New file.
14775 * gdb.threads/continue-pending-after-query.exp: New file.
14776
14777 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
14778 Simon Marchi <simon.marchi@ericsson.com>
14779
14780 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
14781 * gdb.base/valgrind-db-attach.exp: Same.
14782 * gdb.base/valgrind-infcall.exp: Same.
14783 * lib/mi-support.exp (default_mi_gdb_start): Same.
14784 * lib/prompt.exp (default_prompt_gdb_start): Same.
14785 * lib/gdb.exp (default_gdb_spawn): Same.
14786 (gdb_interact): New.
14787
14788
14789 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14790
14791 * gdb.compile/compile.exp (pointer to jit function): New test.
14792
14793 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
14794
14795 * lib/gdb.exp (supports_process_record): Return true for
14796 powerpc*-*-linux*.
14797 (supports_reverse): Likewise.
14798
14799 2015-01-15 Don Breazeal <donb@codesourcery.com>
14800
14801 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
14802 instead of checking whether the target board is remote and
14803 use spawn_wait_for_attach instead of exec/sleep.
14804 * gdb.base/attach-twice.exp: Likewise.
14805
14806 2015-01-15 Joel Brobecker <brobecker@adacore.com>
14807
14808 * gdb.ada/var_arr_attrs: New testcase.
14809
14810 2015-01-14 Pedro Alves <palves@redhat.com>
14811 Joel Brobecker <brobecker@adacore.com>
14812
14813 PR gdb/17525
14814 * gdb.base/bp-cmds-execution-x-script.c: New file.
14815 * gdb.base/bp-cmds-execution-x-script.exp: New file.
14816 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
14817
14818 2015-01-14 Pedro Alves <palves@redhat.com>
14819
14820 PR cli/17828
14821 * gdb.base/batch-preserve-term-settings.c: New file.
14822 * gdb.base/batch-preserve-term-settings.exp: New file.
14823
14824 2015-01-13 Doug Evans <dje@google.com>
14825
14826 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
14827 binary.
14828
14829 2015-01-13 Joel Brobecker <brobecker@adacore.com>
14830
14831 * Makefile.in (clean mostlyclean): Do not delete *.py.
14832
14833 2015-01-13 Joel Brobecker <brobecker@adacore.com>
14834
14835 * gdb.python/py-lookup-type.exp: New file.
14836
14837 2015-01-12 Pedro Alves <palves@redhat.com>
14838
14839 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
14840 restore GDBFLAGS before returning.
14841
14842 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14843
14844 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
14845 is_amd64_regs_target and is_x86_like_target.
14846
14847 2015-01-11 Doug Evans <xdje42@gmail.com>
14848
14849 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
14850 is given without an explicit form.
14851 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
14852 attributes.
14853 * gdb.dwarf/corrupt.exp: Ditto.
14854 * gdb.dwarf2/enum-type.exp: Ditto.
14855 * gdb.trace/entry-values.exp: Ditto.
14856 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
14857
14858 2015-01-11 Doug Evans <xdje42@gmail.com>
14859
14860 PR gdb/15830
14861 * gdb.base/maint.exp: Remove references to "maint demangle".
14862 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
14863 Add tests for explicitly specifying language to demangle.
14864 * gdb.dlang/demangle.exp: Ditto.
14865
14866 2015-01-09 Pedro Alves <palves@redhat.com>
14867
14868 * gdb.threads/non-stop-fair-events.c: New file.
14869 * gdb.threads/non-stop-fair-events.exp: New file.
14870
14871 2015-01-09 Pedro Alves <palves@redhat.com>
14872
14873 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
14874 the global scope. Set a breakpoint after all threads are started
14875 rather than stepping over two source lines. Expect the prompt.
14876 * gdb.base/watch_thread_num.c (threads_started_barrier): New
14877 global.
14878 (NUM): Now 15.
14879 (main): Use threads_started_barrier to wait for all threads to
14880 start. Main thread no longer calls thread_function. Exit after
14881 180 seconds.
14882 (loop): New function.
14883 (thread_function): Wait on threads_started_barrier barrier. Call
14884 'loop' at each iteration.
14885 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
14886 threads have started, instead of hardcoding number of "next"
14887 steps. Use an access watchpoint instead of a write watchpoint.
14888
14889 2015-01-09 Pedro Alves <palves@redhat.com>
14890
14891 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
14892 (thread_func): Wait on barrier.
14893 (main): Wait for all threads to start before stopping GDB.
14894 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
14895 global.
14896 (thread1_func, thread2_func): Wait on barrier.
14897 (main): Wait for all threads to start before stopping GDB.
14898 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
14899 New global.
14900 (thread1_func, thread2_func): Wait on barrier.
14901 (main): Wait for all threads to start before stopping GDB.
14902
14903 2015-01-09 Pedro Alves <palves@redhat.com>
14904
14905 * gdb.threads/attach-many-short-lived-threads.c: New file.
14906 * gdb.threads/attach-many-short-lived-threads.exp: New file.
14907
14908 2014-01-09 Pedro Alves <palves@redhat.com>
14909
14910 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
14911 instead of to thread 2.
14912 * gdb.threads/signal-command-multiple-signals-pending.c (main):
14913 Add barrier around each pthread_create call instead of around all
14914 calls.
14915 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
14916 Set a break on thread_function and have the child threads hit it
14917 one at at a time.
14918
14919 2015-01-09 Pedro Alves <palves@redhat.com>
14920
14921 * lib/gdb.exp (can_spawn_for_attach): New procedure.
14922 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
14923 false.
14924 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
14925 checking whether the target board is remote.
14926 * gdb.multi/multi-attach.exp: Likewise.
14927 * gdb.python/py-sync-interp.exp: Likewise.
14928 * gdb.server/ext-attach.exp: Likewise.
14929 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
14930 tests that need to attach, instead of checking whether the target
14931 board is remote at the top of the file.
14932
14933 2015-01-08 Yao Qi <yao@codesourcery.com>
14934
14935 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
14936
14937 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14938
14939 Fix testcase compilation.
14940 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
14941
14942 2015-01-06 Joel Brobecker <brobecker@adacore.com>
14943
14944 * gdb.python/py-type.exp: Add a couple test about empty
14945 array creation, and negative-length array creation.
14946
14947 2015-01-02 Doug Evans <xdje42@gmail.com>
14948
14949 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
14950
14951 2015-01-02 Doug Evans <dje@google.com>
14952
14953 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
14954
14955 2014-12-29 Yao Qi <yao@codesourcery.com>
14956
14957 * gdb.trace/entry-values.exp: Update comments. Rename variable
14958 bar_call_foo to returned_from_foo.
14959
14960 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
14961
14962 PR gdb/17394
14963 * gdb.linespec/break-asm-file.c: New file.
14964 * gdb.linespec/break-asm-file.exp: New file.
14965 * gdb.linespec/break-asm-file0.s: New file.
14966 * gdb.linespec/break-asm-file1.s: New file.
14967
14968 2014-12-18 Nigel Stephens <nigel@mips.com>
14969 Maciej W. Rozycki <macro@codesourcery.com>
14970
14971 * gdb.base/float.exp: Handle the new output from "info float" on
14972 MIPS targets.
14973
14974 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
14975
14976 Fix MinGW compilation.
14977 * gdb.compile/compile-ops.exp: Update untested message if
14978 !skip_compile_feature_tests.
14979 * gdb.compile/compile-setjmp.exp: Likewise.
14980 * gdb.compile/compile-tls.exp: Likewise.
14981 * gdb.compile/compile.exp: Likewise.
14982 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
14983 supported on this host".
14984
14985 2014-12-16 Doug Evans <xdje42@gmail.com>
14986
14987 * boards/stabs.exp: New file.
14988
14989 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
14990
14991 * gdb.base/completion.exp: Adjust to format changes of "maint
14992 print user-registers".
14993
14994 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
14995
14996 PR server/17457
14997 * gdb.arch/aarch64-fp.c: New file.
14998 * gdb.arch/aarch64-fp.exp: New file.
14999
15000 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
15001
15002 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
15003 r210637, r210913, r211666, r215400, r215817).
15004
15005 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
15006 * dg-extract-results.py: New file.
15007 * dg-extract-results.sh: Use it if the environment seems
15008 suitable.
15009
15010 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
15011
15012 * dg-extract-results.py (parse_run): Handle warnings that
15013 are printed before a test harness is run.
15014
15015 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
15016
15017 * dg-extract-results.py (Named): Remove __cmp__ method.
15018 (output_variation): Use a key to sort variation.harnesses.
15019
15020 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
15021
15022 * dg-extract-results.py: For Python 3, force sys.stdout to
15023 handle surrogate escape sequences.
15024 (safe_open): New function.
15025 (output_segment, main): Use it.
15026
15027 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
15028
15029 * dg-extract-results.py (Prog.result_re): Include options
15030 in test name.
15031
15032 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
15033
15034 * dg-extract-results.py (output_variation): Always sort if
15035 do_sum.
15036
15037 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
15038
15039 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
15040 as long as we get pagination notifications.
15041
15042 2014-12-15 Jason Merrill <jason@redhat.com>
15043
15044 * Makefile.in (check-gdb.%): Restore.
15045 * README: Mention it.
15046
15047 2014-12-13 Joel Brobecker <brobecker@adacore.com>
15048
15049 * gdb.ada/str_uninit: New testcase.
15050
15051 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15052
15053 PR symtab/17642
15054 * gdb.base/vla-stub-define.c: New file.
15055 * gdb.base/vla-stub.c: New file.
15056 * gdb.base/vla-stub.exp: New file.
15057
15058 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
15059 Jan Kratochvil <jan.kratochvil@redhat.com>
15060 Tom Tromey <tromey@redhat.com>
15061
15062 * configure.ac: Add gdb.compile/.
15063 * configure: Regenerate.
15064 * gdb.compile/Makefile.in: New file.
15065 * gdb.compile/compile-ops.exp: New file.
15066 * gdb.compile/compile-ops.c: New file.
15067 * gdb.compile/compile-tls.c: New file.
15068 * gdb.compile/compile-tls.exp: New file.
15069 * gdb.compile/compile-constvar.S: New file.
15070 * gdb.compile/compile-constvar.c: New file.
15071 * gdb.compile/compile-mod.c: New file.
15072 * gdb.compile/compile-nodebug.c: New file.
15073 * gdb.compile/compile-setjmp-mod.c: New file.
15074 * gdb.compile/compile-setjmp.c: New file.
15075 * gdb.compile/compile-setjmp.exp: New file.
15076 * gdb.compile/compile-shlib.c: New file.
15077 * gdb.compile/compile.c: New file.
15078 * gdb.compile/compile.exp: New file.
15079 * lib/gdb.exp (skip_compile_feature_tests): New proc.
15080
15081 2014-12-12 Tom Tromey <tromey@redhat.com>
15082
15083 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
15084 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
15085
15086 2014-12-12 Doug Evans <dje@google.com>
15087
15088 * lib/gdb-python.exp (get_python_valueof): New function.
15089 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
15090
15091 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15092
15093 * gdb.base/completion.exp: Add test for completion of "info
15094 registers ".
15095
15096 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
15097
15098 * gdb.base/func-ptrs.c: New file.
15099 * gdb.base/func-ptrs.exp: New file.
15100
15101 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
15102
15103 PR breakpoints/17012
15104 * gdb.base/dprintf-detach.c: New file.
15105 * gdb.base/dprintf-detach.exp: New file.
15106
15107 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
15108
15109 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
15110 * lib/gdb.exp (target_is_gdbserver): New procedure.
15111
15112 2014-12-08 Doug Evans <dje@google.com>
15113
15114 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
15115
15116 2014-12-05 Yao Qi <yao@codesourcery.com>
15117
15118 * gdb.guile/scm-error.exp: Remove the third argument to
15119 gdb_remote_download.
15120 * gdb.guile/scm-frame-args.exp: Likewise.
15121 * gdb.guile/scm-section-script.exp: Likewise.
15122
15123 2014-12-05 Yao Qi <yao@codesourcery.com>
15124
15125 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
15126
15127 2014-12-04 Doug Evans <dje@google.com>
15128
15129 * gdb.python/py-objfile.exp: Add tests for
15130 objfile.add_separate_debug_file.
15131
15132 2014-12-04 Doug Evans <dje@google.com>
15133
15134 * lib/gdb.exp (get_build_id): New function.
15135 (build_id_debug_filename_get): Rewrite to use it.
15136 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
15137
15138 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
15139
15140 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
15141 `method(long)', not just 0x0.
15142 * gdb.cp/nsalias.exp: Align code labels to 4.
15143 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
15144 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
15145 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
15146 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
15147 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
15148 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
15149
15150 2014-12-02 Doug Evans <dje@google.com>
15151
15152 PR symtab/17602
15153 * gdb.cp/anon-ns.cc: Move guts of this file to ...
15154 * gdb.cp/anon-ns2.cc: ... here. New file.
15155 * gdb.cp/anon-ns.exp: Update.
15156
15157 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
15158
15159 * gdb.python/py-events.py (inferior_call_handler): New.
15160 (register_changed_handler, memory_changed_handler): New.
15161 (test_events.invoke): Register new handlers.
15162 * gdb.python/py-events.exp: Add tests for inferior call,
15163 memory_changed and register_changed events.
15164
15165 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
15166
15167 * gdb.base/execl-update-breakpoints.exp: Specify the link address
15168 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
15169 if the linker doesn't understand this.
15170
15171 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
15172
15173 * gdb.python/python.exp: Change expected reply to help().
15174
15175 2014-12-01 Yao Qi <yao@codesourcery.com>
15176
15177 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
15178 AC_CONFIG_SUBDIRS(gdb.gdbtk).
15179 * configure: Re-generated.
15180
15181 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
15182
15183 * gdb.cp/chained-calls.cc: New file.
15184 * gdb.cp/chained-calls.exp: New file.
15185 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
15186
15187 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
15188
15189 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
15190 * gdb.dwarf2/symtab-producer.exp: Same.
15191 * gdb.gdb/python-interrupts.exp: Same.
15192 * gdb.gdb/python-selftest.exp: Same.
15193 * gdb.python/py-linetable.exp: Same.
15194 * gdb.python/py-type.exp: Same.
15195 * gdb.python/py-value-cc.exp: Same.
15196 * gdb.python/py-value.exp: Same.
15197
15198 2014-11-28 Yao Qi <yao@codesourcery.com>
15199
15200 * gdb.base/break-probes.exp: Match library name prefixed with
15201 sysroot.
15202
15203 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
15204
15205 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
15206 test expected output. Add parentheses for the call to print.
15207 Remove L suffix from integers.
15208
15209 2014-11-26 Doug Evans <dje@google.com>
15210
15211 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
15212
15213 2014-11-22 Yao Qi <yao@codesourcery.com>
15214
15215 * gdb.trace/entry-values.c: Remove asms.
15216 (foo): Add foo_label.
15217 (bar): Add bar_label.
15218 * gdb.trace/entry-values.exp: Remove code computing foo's
15219 length and bar's length.
15220 (Dwarf::assemble): Invoke function_range for bar and use
15221 MACRO_AT_func for foo.
15222
15223 2014-11-22 Yao Qi <yao@codesourcery.com>
15224
15225 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
15226 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
15227 Use .Lgcc43_procstart instead of gcc43.
15228
15229 2014-11-21 Joel Brobecker <brobecker@adacore.com>
15230
15231 * gdb.ada/n_arr_bound: New testcase.
15232
15233 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
15234
15235 PR breakpoints/10737
15236 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
15237 test_catch_syscall_multi_arch.
15238 (test_catch_syscall_multi_arch): New function.
15239
15240 2014-11-20 Doug Evans <xdje42@gmail.com>
15241
15242 * gdb.base/maint.exp: Update expected output.
15243
15244 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
15245
15246 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
15247 4-byte instruction on S390.
15248
15249 2014-11-19 Joel Brobecker <brobecker@adacore.com>
15250
15251 * gdb.ada/arr_arr: New testcase.
15252
15253 2014-11-19 Joel Brobecker <brobecker@adacore.com>
15254
15255 * gdb.ada/pkd_arr_elem: New Testcase.
15256
15257 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
15258
15259 * gdb.reverse/break-precsave: Expect completion message for
15260 core file reads.
15261 * gdb.reverse/consecutive-precsave.exp: Likewise.
15262 * gdb.reverse/finish-precsave.exp: Likewise.
15263 * gdb.reverse/i386-precsave.exp: Likewise.
15264 * gdb.reverse/machinestate-precsave.exp: Likewise.
15265 * gdb.reverse/sigall-precsave.exp: Likewise.
15266 * gdb.reverse/solib-precsave.exp: Likewise.
15267 * gdb.reverse/step-precsave.exp: Likewise.
15268 * gdb.reverse/until-precsave.exp: Likewise.
15269 * gdb.reverse/watch-precsave.exp: Likewise.
15270
15271 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15272
15273 * gdb.base/bp-permanent.c: Include unistd.h.
15274 * gdb.python/py-framefilter-mi.c (main): Add return type.
15275 * gdb.python/py-framefilter.c (main): Likewise.
15276 * gdb.trace/actions-changed.c (main): Likewise.
15277
15278 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15279
15280 * gdb.mi/until.c: Add eye-catchers.
15281 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
15282 line numbers.
15283
15284 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15285
15286 * gdb.base/condbreak.exp: Drop references to removed non-prototype
15287 function header variants in break1.c.
15288 * gdb.base/ena-dis-br.exp: Likewise.
15289 * gdb.base/hbreak2.exp: Likewise.
15290 * gdb.reverse/until-precsave.exp: Drop references to removed
15291 non-prototype function header variants in ur1.c.
15292 * gdb.reverse/until-reverse.exp: Likewise.
15293
15294 2014-11-17 Petr Machata <pmachata@redhat.com>
15295
15296 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
15297 ${_cu_offset_size} bytes abbrev offset.
15298
15299 2014-11-15 Doug Evans <xdje42@gmail.com>
15300
15301 PR symtab/17559
15302 * gdb.base/line-symtabs.exp: New file.
15303 * gdb.base/line-symtabs.c: New file.
15304 * gdb.base/line-symtabs.h: New file.
15305
15306 2014-11-14 Yao Qi <yao@codesourcery.com>
15307
15308 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
15309 (func): Add label func_label.
15310 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
15311 Replace low_pc and high_pc with MACRO_AT_range.
15312 Replace name, low_pc and high_pc with MACRO_AT_func.
15313
15314 2014-11-14 Yao Qi <yao@codesourcery.com>
15315
15316 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
15317 Replace name, low_pc and high_pc with MACRO_AT_func.
15318
15319 2014-11-14 Yao Qi <yao@codesourcery.com>
15320
15321 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
15322 produce debug information.
15323 * gdb.dwarf2/implptr-optimized-out.S: Removed.
15324
15325 2014-11-14 Yao Qi <yao@codesourcery.com>
15326
15327 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
15328 object and get function length.
15329 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
15330 with MACRO_AT_func.
15331 (top-level): Replace gdb_compile and clean_restart with
15332 prepare_for_testing.
15333 * gdb.dwarf2/main.c (main): Add label main_label.
15334
15335 2014-11-14 Yao Qi <yao@codesourcery.com>
15336
15337 * lib/dwarf.exp (function_range): New procedure.
15338 (Dwarf::_handle_macro_at_func): New procedure.
15339 (Dwarf::_handle_macro_at_range): New procedure.
15340 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
15341
15342 2014-11-14 Yao Qi <yao@codesourcery.com>
15343
15344 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
15345 (_handle_attribute): New procedure.
15346
15347 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15348
15349 * gdb.ada/cond_lang/foo.c (callme): Add return type.
15350 * gdb.base/call-sc.c (zed): Likewise.
15351 * gdb.base/checkpoint.c (main): Likewise.
15352 * gdb.base/dump.c (main): Likewise.
15353 * gdb.base/gcore.c (main): Likewise.
15354 * gdb.base/huge.c (main): Likewise.
15355 * gdb.base/multi-forks.c (main): Likewise.
15356 * gdb.base/pr10179-a.c (main): Likewise.
15357 * gdb.base/savedregs.c (main): Likewise.
15358 * gdb.base/sigaltstack.c (main): Likewise.
15359 * gdb.base/siginfo.c (main): Likewise.
15360 * gdb.base/structs.c (zed): Likewise.
15361 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
15362 * gdb.mi/mi-syn-frame.c (main): Likewise.
15363 * gdb.mi/until.c (foo, main): Likewise.
15364 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
15365 * gdb.base/solib-weak.c (foo): Declare.
15366 * gdb.base/attach-twice.c: Include stdio.h.
15367 * gdb.base/weaklib1.c: Likewise.
15368 * gdb.base/weaklib2.c: Likewise.
15369 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
15370 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
15371 unistd.h.
15372 * gdb.base/attach-pie-misread.c: Include stdlib.h.
15373 * gdb.mi/mi-exit-code.c: Likewise.
15374 * gdb.base/break-interp-lib.c: Include string.h.
15375 * gdb.base/coremaker.c: Likewise.
15376 * gdb.base/testenv.c: Likewise.
15377 * gdb.python/py-finish-breakpoint.c: Likewise.
15378 * gdb.base/inferior-died.c: Include sys/wait.h.
15379 * gdb.base/fileio.c: Include time.h.
15380 * gdb.base/async-shell.c: Include unistd.h.
15381 * gdb.base/dprintf-non-stop.c: Likewise.
15382 * gdb.base/info-os.c: Likewise.
15383 * gdb.mi/mi-console.c: Likewise.
15384 * gdb.mi/watch-nonstop.c: Likewise.
15385 * gdb.python/py-events.c: Likewise.
15386 * gdb.base/async.c (baz): Move up before its invocation.
15387 * gdb.base/code_elim2.c (my_global_func): Likewise.
15388 * gdb.base/skip-solib-lib.c (multiply): Likewise.
15389 * gdb.base/advance.c (func2): Likewise.
15390
15391 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15392
15393 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
15394 variant.
15395 * gdb.base/annota3.c: Likewise.
15396 * gdb.base/async.c: Likewise.
15397 * gdb.base/average.c: Likewise.
15398 * gdb.base/call-ar-st.c: Likewise.
15399 * gdb.base/call-rt-st.c: Likewise.
15400 * gdb.base/call-sc.c: Likewise.
15401 * gdb.base/call-strs.c: Likewise.
15402 * gdb.base/ending-run.c: Likewise.
15403 * gdb.base/execd-prog.c: Likewise.
15404 * gdb.base/exprs.c: Likewise.
15405 * gdb.base/foll-exec.c: Likewise.
15406 * gdb.base/foll-fork.c: Likewise.
15407 * gdb.base/foll-vfork.c: Likewise.
15408 * gdb.base/funcargs.c: Likewise.
15409 * gdb.base/gcore.c: Likewise.
15410 * gdb.base/jump.c: Likewise.
15411 * gdb.base/langs0.c: Likewise.
15412 * gdb.base/langs1.c: Likewise.
15413 * gdb.base/langs2.c: Likewise.
15414 * gdb.base/mips_pro.c: Likewise.
15415 * gdb.base/nodebug.c: Likewise.
15416 * gdb.base/opaque0.c: Likewise.
15417 * gdb.base/opaque1.c: Likewise.
15418 * gdb.base/recurse.c: Likewise.
15419 * gdb.base/run.c: Likewise.
15420 * gdb.base/scope0.c: Likewise.
15421 * gdb.base/scope1.c: Likewise.
15422 * gdb.base/setshow.c: Likewise.
15423 * gdb.base/setvar.c: Likewise.
15424 * gdb.base/shmain.c: Likewise.
15425 * gdb.base/shr1.c: Likewise.
15426 * gdb.base/shr2.c: Likewise.
15427 * gdb.base/sigall.c: Likewise.
15428 * gdb.base/signals.c: Likewise.
15429 * gdb.base/so-indr-cl.c: Likewise.
15430 * gdb.base/solib2.c: Likewise.
15431 * gdb.base/structs.c: Likewise.
15432 * gdb.base/sum.c: Likewise.
15433 * gdb.base/vforked-prog.c: Likewise.
15434 * gdb.base/watchpoint.c: Likewise.
15435 * gdb.reverse/shr2.c: Likewise.
15436 * gdb.reverse/until-reverse.c: Likewise.
15437 * gdb.reverse/ur1.c: Likewise.
15438 * gdb.reverse/watch-reverse.c: Likewise.
15439
15440 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15441
15442 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
15443 variant.
15444 * gdb.base/sepdebug.exp: Drop references to removed code.
15445
15446 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15447
15448 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
15449 variant. Preserve original line numbering.
15450 * gdb.base/list1.c: Likewise.
15451
15452 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15453
15454 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
15455 variant.
15456 * gdb.base/break1.c: Likewise.
15457 * gdb.base/break.exp: Drop references to removed code.
15458
15459 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15460
15461 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
15462 variant.
15463
15464 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15465
15466 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
15467
15468 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15469
15470 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
15471 logic into perform_all_tests() and invoke it with and without
15472 function header prototypes.
15473 (do_function_calls): Remove conditional XFAIL for PR 5318.
15474 (rerun_and_prepare): Remove duplicate code.
15475 (perform_all_tests): New. Main logic moved here.
15476
15477 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15478
15479 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
15480 code guarded by #ifdef NO_PROTOTYPES.
15481 (t_double_many_args): Likewise.
15482 (DEF_FUNC_MANY_ARGS_1): Likewise.
15483 (DEF_FUNC_VALUES_1): Likewise.
15484 (t_structs_ldc): Renamed from t_structs_fc in conditional code
15485 guarded by #ifdef PROTOTYPES.
15486
15487 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15488
15489 * gdb.mi/mi-console.c: Add eye-catcher.
15490 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
15491 instead of literal line number.
15492
15493 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15494
15495 * gdb.base/shr2.c: Add eye-catcher.
15496 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
15497 line number.
15498
15499 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15500
15501 * gdb.base/jump.c: Add eye-catchers.
15502 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
15503 numbers.
15504
15505 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15506
15507 * gdb.base/execd-prog.c: Add eye-catchers.
15508 * gdb.base/foll-exec.c: Likewise.
15509 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
15510 line numbers.
15511
15512 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15513
15514 * gdb.base/ending-run.c: Add eye-catchers.
15515 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
15516 literal line numbers.
15517
15518 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15519
15520 * gdb.base/call-rt-st.c: Add eye-catchers.
15521 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
15522 literal line numbers.
15523
15524 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15525
15526 * gdb.base/call-ar-st.c: Add eye-catchers.
15527 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
15528 literal line numbers.
15529
15530 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15531
15532 * gdb.base/average.c: Add eye-catchers.
15533 * gdb.base/sum.c: Likewise.
15534 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
15535 regexps dynamically.
15536
15537 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15538
15539 * gdb.base/solib1.c: Add eye-catchers.
15540 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
15541 literal line numbers.
15542
15543 2014-11-12 Pedro Alves <palves@redhat.com>
15544
15545 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
15546 leader has exited.
15547
15548 2014-11-12 Pedro Alves <palves@redhat.com>
15549
15550 * gdb.arch/i386-bp_permanent.c: New file.
15551 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
15552 (srcfile): Set to i386-bp_permanent.c.
15553 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
15554 that stepi does not execute the 'leave' instruction, instead of
15555 testing it does execute.
15556 * gdb.base/bp-permanent.c: New file.
15557 * gdb.base/bp-permanent.exp: New file.
15558
15559 2014-11-10 Doug Evans <xdje42@gmail.com>
15560
15561 PR symtab/17564
15562 * gdb.base/symtab-search-order.exp: New file.
15563 * gdb.base/symtab-search-order.c: New file.
15564 * gdb.base/symtab-search-order-1.c: New file.
15565 * gdb.base/symtab-search-order-shlib-1.c: New file.
15566
15567 2014-11-07 Pedro Alves <palves@redhat.com>
15568
15569 PR gdb/17511
15570 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
15571 i?86-*-linux*.
15572
15573 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
15574
15575 PR c++/17494
15576 * gdb.cp/pr17494.cc: New file.
15577 * gdb.cp/pr17494.exp: New file.
15578
15579 2014-11-02 Yao Qi <yao@codesourcery.com>
15580
15581 * gdb.python/python.exp: Get working directory and match the
15582 output of "set extended-prompt \\w " with it.
15583
15584 2014-10-30 Doug Evans <dje@google.com>
15585
15586 * gdb.python/py-objfile.exp: Add tests for setting random attributes
15587 in objfiles.
15588 * gdb.python/py-progspace.exp: Add tests for setting random attributes
15589 in progspaces.
15590
15591 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
15592
15593 * gdb.base/fullpath-expand.exp: Skip for a remote host.
15594 * gdb.base/realname-expand.exp: Likewise.
15595 * gdb.linespec/macro-relative.exp: Likewise.
15596
15597 2014-10-29 Pedro Alves <palves@redhat.com>
15598
15599 PR gdb/17408
15600 * gdb.threads/schedlock.c (some_function): New function.
15601 (call_function): New global.
15602 (MAYBE_CALL_SOME_FUNCTION): New macro.
15603 (thread_function): Call it.
15604 * gdb.threads/schedlock.exp (get_args): Add description parameter,
15605 and use it instead of a global counter. Adjust all callers.
15606 (get_current_thread): Use "find current thread" for test message
15607 here rather than having all callers pass down the same string.
15608 (goto_loop): New procedure, factored out from ...
15609 (my_continue): ... this.
15610 (step_ten_loops): Change parameter from test message to command to
15611 use. Adjust.
15612 (list_count): Delete global.
15613 (check_result): New procedure, factored out from duplicate top
15614 level code.
15615 (continue tests): Wrap in with_test_prefix.
15616 (test_step): New procedure, factored out from duplicate top level
15617 code.
15618 (top level): Test "step" in combination with all scheduler-locking
15619 modes. Test "next" in combination with all scheduler-locking
15620 modes, and in combination with stepping over a function call or
15621 not.
15622 * gdb.threads/next-bp-other-thread.c: New file.
15623 * gdb.threads/next-bp-other-thread.exp: New file.
15624
15625 2014-10-29 Pedro Alves <palves@redhat.com>
15626
15627 PR python/17372
15628 * gdb.python/python.exp: Test a multi-line command that spawns
15629 interactive Python.
15630 * gdb.base/multi-line-starts-subshell.exp: New file.
15631
15632 2014-10-29 Yao Qi <yao@codesourcery.com>
15633
15634 * gdb.base/fileio.exp: Make directories on host.
15635
15636 2014-10-29 Yao Qi <yao@codesourcery.com>
15637
15638 * gdb.base/fileio.c (test_write): Close the file.
15639
15640 2014-10-28 Pedro Alves <palves@redhat.com>
15641
15642 PR gdb/12623
15643 * gdb.base/sigstep.c (no_handler): New global.
15644 (main): If 'no_handler is true, set the signal handlers to
15645 SIG_IGN.
15646 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
15647 with_sw_watch and no_handler parameters. Handle them.
15648 (top level) <stepping over handler when stopped at a breakpoint
15649 test>: Add a test axis for testing with a software watchpoint, and
15650 another for testing with the signal handler set to SIG_IGN.
15651 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
15652 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
15653
15654 2014-10-28 Pedro Alves <palves@redhat.com>
15655
15656 PR gdb/17511
15657 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
15658 * gdb.base/sigstep.exp (other_handler_location): New global.
15659 (advance): Support stepping into the signal handler, and running
15660 commands while in the handler.
15661 (in_handler_map): New global.
15662 (top level): In the advance test, add combinations for getting
15663 into the handler with stepping commands, and for running commands
15664 in the handler. Add comment descripting the advancei tests.
15665
15666 2014-10-28 Pedro Alves <palves@redhat.com>
15667
15668 * gdb.base/sigstep.exp: Use build_executable instead of
15669 prepare_for_testing.
15670 (top level): Move code that starts GDB, runs to main and creates a
15671 display to ...
15672 (restart): ... this new procedure.
15673 (top level): Move backtrace from signal handler test to ...
15674 (validate_backtrace): ... this new procedure.
15675 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
15676 with_test_prefix. Always restart GDB.
15677 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
15678 with_test_prefix. Always restart GDB. No need to delete
15679 breakpoints after the test.
15680 (test_skip_handler): Remove prefix parameter.
15681 (skip_over_handler, breakpoint_to_handler)
15682 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
15683 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
15684 restart GDB. No need to delete breakpoints after the test.
15685 (top level): Use foreach to call the test procedures with
15686 different commands.
15687
15688 2014-10-28 Pedro Alves <palves@redhat.com>
15689
15690 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
15691 instead of GNATS numbers.
15692 * gdb.base/sigbpt.exp: Likewise.
15693 * gdb.base/siginfo.exp: Likewise.
15694 * gdb.base/sigstep.exp: Likewise.
15695
15696 2014-10-27 Pedro Alves <palves@redhat.com>
15697
15698 * gdb.base/sigstep.c (dummy): New global.
15699 (main): Issue a couple writes to the new global.
15700 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
15701 procedures.
15702 (skip_over_handler): Use test_skip_handler.
15703 (top level): Call skip_over_handler for stepi and nexti too.
15704 (breakpoint_over_handler): Use test_skip_handler.
15705 (top level): Call breakpoint_over_handler for stepi and nexti too.
15706
15707 2014-10-27 Yao Qi <yao@codesourcery.com>
15708
15709 * gdb.trace/tfile.c (adjust_function_address)
15710 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
15711 function descriptor.
15712
15713 2014-10-24 Don Breazeal <donb@codesourcery.com>
15714
15715 * gdb.base/foll-fork.exp (test_follow_fork,
15716 catch_fork_child_follow): Check for updated fork messages emitted
15717 from infrun.c.
15718 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
15719 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
15720 vfork_and_exec_child_follow_through_step): Check for updated vfork
15721 messages emitted from infrun.c.
15722
15723 2014-10-24 Pedro Alves <palves@redhat.com>
15724
15725 * gdb.base/corefile.exp: Remove references to ultrix.
15726 * gdb.base/interrupt.exp: Likewise.
15727 * gdb.base/whatis.exp: Likewise.
15728 * gdb.gdb/selftest.exp: Likewise.
15729 * gdb.threads/manythreads.exp: Likewise.
15730 * gdb.threads/print-threads.exp: Likewise.
15731 * gdb.threads/pthreads.exp:: Likewise.
15732 * gdb.threads/schedlock.exp: Likewise.
15733
15734 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
15735
15736 * gdb.cp/non-trivial-retval.cc: Add a test case.
15737 * gdb.cp/non-trivial-retval.exp: Add a test.
15738
15739 2014-10-20 Yao Qi <yao@codesourcery.com>
15740
15741 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
15742 * gdb.python/py-objfile-script-gdb.py: New file.
15743 * gdb.python/py-objfile-script.exp: Update reference to
15744 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
15745 of remote_download. Remove the dest file.
15746
15747 2014-10-20 Yao Qi <yao@codesourcery.com>
15748
15749 * gdb.base/checkpoint.exp: Don't remove file copied on host.
15750 * gdb.base/step-line.exp: Likewise.
15751 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15752 * gdb.dwarf2/dw2-basic.exp: Likewise.
15753 * gdb.dwarf2/dw2-compressed.exp: Likewise.
15754 * gdb.dwarf2/dw2-filename.exp: Likewise.
15755 * gdb.dwarf2/dw2-intercu.exp: Likewise.
15756 * gdb.dwarf2/dw2-intermix.exp: Likewise.
15757 * gdb.dwarf2/dw2-producer.exp: Likewise.
15758 * gdb.dwarf2/mac-fileno.exp: Likewise.
15759 * gdb.python/py-frame-args.exp: Likewise.
15760 * gdb.python/py-framefilter.exp: Likewise.
15761 * gdb.python/py-mi.exp: Likewise.
15762 * gdb.python/py-objfile-script.exp: Likewise
15763 * gdb.python/py-pp-integral.exp: Likewise.
15764 * gdb.python/py-pp-re-notag.exp: Likewise.
15765 * gdb.python/py-prettyprint.exp: Likewise.
15766 * gdb.python/py-section-script.exp: Likewise.
15767 * gdb.python/py-typeprint.exp: Likewise.
15768 * gdb.python/py-xmethods.exp: Likewise.
15769 * gdb.stabs/weird.exp: Likewise.
15770 * gdb.xml/tdesc-regs.exp: Likewise.
15771
15772 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
15773
15774 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
15775 (out_cu): Use addr_len for the size of addresses.
15776 (out_line): Likewise. Size DW_LNE_set_address instruction
15777 according to addr_len.
15778 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
15779 (FUNC): Add START_INSNS to definition.
15780
15781 2014-10-18 Yao Qi <yao@codesourcery.com>
15782
15783 * gdb.base/argv0-symlink.exp: Check argv[0] value if
15784 gdb_has_argv0 return true.
15785 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
15786 check [target_info exists noargs], check [gdb_has_argv0]
15787 instead.
15788 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
15789 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
15790 procedures.
15791
15792 2014-10-17 Doug Evans <dje@google.com>
15793
15794 * gdb.python/py-events.exp: Update expected output for clear_objfiles
15795 event.
15796 * gdb.python/py-events.py: Add clear_objfiles event.
15797
15798 2014-10-17 Doug Evans <dje@google.com>
15799
15800 * gdb.python/py-objfile.exp: Test progspace attribute.
15801
15802 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
15803
15804 * gdb.guile/scm-breakpoint.exp: Do not assume any
15805 directory separators when matching source file paths.
15806 * gdb.python/py-breakpoint.exp: Likewise.
15807 * gdb.reverse/break-precsave.exp: Likewise.
15808 * gdb.reverse/break-reverse.exp: Likewise.
15809 * gdb.reverse/consecutive-precsave.exp: Likewise.
15810 * gdb.reverse/finish-precsave.exp: Likewise.
15811 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
15812 * gdb.reverse/finish-reverse.exp: Likewise.
15813 * gdb.reverse/i386-precsave.exp: Likewise.
15814 * gdb.reverse/i387-env-reverse.exp: Likewise.
15815 * gdb.reverse/i387-stack-reverse.exp: Likewise.
15816 * gdb.reverse/machinestate-precsave.exp: Likewise.
15817 * gdb.reverse/machinestate.exp: Likewise.
15818 * gdb.reverse/sigall-precsave.exp: Likewise.
15819 * gdb.reverse/solib-precsave.exp: Likewise.
15820 * gdb.reverse/step-precsave.exp: Likewise.
15821 * gdb.reverse/until-precsave.exp: Likewise.
15822 * gdb.reverse/watch-precsave.exp: Likewise.
15823 * gdb.reverse/watch-reverse.exp: Likewise.
15824
15825 2014-10-17 Yao Qi <yao@codesourcery.com>
15826
15827 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
15828 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
15829
15830 2014-10-17 Pedro Alves <palves@redhat.com>
15831
15832 PR gdb/17471
15833 * gdb.base/bg-execution-repeat.c: New file.
15834 * gdb.base/bg-execution-repeat.exp: New file.
15835
15836 2014-10-17 Pedro Alves <palves@redhat.com>
15837
15838 PR gdb/17300
15839 * gdb.base/continue-all-already-running.c: New file.
15840 * gdb.base/continue-all-already-running.exp: New file.
15841
15842 2014-10-17 Pedro Alves <palves@redhat.com>
15843
15844 PR gdb/17472
15845 * gdb.base/annota-input-while-running.c: New file.
15846 * gdb.base/annota-input-while-running.exp: New file.
15847
15848 2014-10-17 Pedro Alves <palves@redhat.com>
15849
15850 * gdb.base/callfuncs.exp: emove references to osf.
15851 * gdb.base/sigall.exp: Likewise.
15852 * gdb.gdb/selftest.exp: Likewise.
15853 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
15854 * gdb.mi/non-stop.c: Likewise.
15855 * gdb.mi/pthreads.c: Likewise.
15856 * gdb.reverse/sigall-precsave.exp: Likewise.
15857 * gdb.reverse/sigall-reverse.exp: Likewise.
15858 * gdb.threads/pthreads.c: Likewise.
15859 * gdb.threads/pthreads.exp: Likewise.
15860
15861 2014-10-17 Yao Qi <yao@codesourcery.com>
15862
15863 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
15864 check 'target_info exists noargs'.
15865 (test_command_prompt_position): Likewise.
15866 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
15867 Remove "set args".
15868 (progvar_simple_while_test): Likewise.
15869 (progvar_complex_if_while_test): Likewise.
15870 (if_while_breakpoint_command_test): Likewise.
15871 (infrun_breakpoint_command_test): Likewise.
15872 (breakpoint_command_test): Likewise.
15873 (watchpoint_command_test): Likewise.
15874 (bp_deleted_in_command_test): Likewise.
15875 (temporary_breakpoint_commands): Likewise.
15876
15877 2014-10-16 Yao Qi <yao@codesourcery.com>
15878
15879 * gdb.base/remotetimeout.exp: Remove noargs checking.
15880
15881 2014-10-15 Pedro Alves <palves@redhat.com>
15882
15883 PR breakpoints/9649
15884 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
15885 * gdb.base/breakpoint-in-ro-region.exp
15886 (probe_target_hardware_step): New procedure.
15887 (top level): Probe hardware stepping and hardware breakpoint
15888 support. Test stepping through a read-only region, with both
15889 "breakpoint auto-hw" on and off and both "always-inserted" on and
15890 off.
15891
15892 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
15893
15894 * gdb.dlang/demangle.exp: Update for demangling changes.
15895
15896 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15897
15898 * gdb.cp/non-trivial-retval.cc: Add new test cases.
15899 * gdb.cp/non-trivial-retval.exp: Add new tests.
15900
15901 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15902
15903 PR c++/13403
15904 PR c++/15154
15905 * gdb.cp/non-trivial-retval.cc: New file.
15906 * gdb.cp/non-trivial-retval.exp: New file.
15907
15908 2014-10-15 Yao Qi <yao@codesourcery.com>
15909
15910 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
15911 remote host.
15912
15913 2014-10-15 Yao Qi <yao@codesourcery.com>
15914
15915 * gdb.python/py-symbol.exp: Match file base name if host is
15916 remote, otherwise match file name with dir name.
15917 * gdb.python/py-symtab.exp: Likewise.
15918 * gdb.python/python.exp: Likewise.
15919
15920 2014-10-15 Yao Qi <yao@codesourcery.com>
15921
15922 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
15923 pattern.
15924 * gdb.python/py-symtab.exp: Likewise.
15925 * gdb.python/python.exp: Remove trailing ".*". Fix typo
15926 locationn.
15927
15928 2014-10-14 Joel Brobecker <brobecker@adacore.com>
15929
15930 * gdb.ada/addr_arith: New testcase.
15931
15932 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
15933
15934 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
15935 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
15936 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
15937 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
15938
15939 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
15940
15941 * gdb.arch/stap-eval-lang-ada.S: Likewise.
15942 * gdb.arch/stap-eval-lang-ada.c: Likewise.
15943 * gdb.arch/stap-eval-lang-ada.exp: New file.
15944
15945 2014-10-14 Yao Qi <yao@codesourcery.com>
15946
15947 * gdb.mi/mi-var-child.c (nothing1): New function.
15948 (nothing2): New function.
15949 (do_children_tests): Set function pointers by nothing1 and
15950 nothing2.
15951 * gdb.mi/mi-var-child.exp: Step over new added statements.
15952 Update test to match the new output.
15953 * gdb.mi/var-cmd.c (nothing1): New function.
15954 (nothing2): New function.
15955 (do_children_tests): Set function pointers by nothing1 and
15956 nothing2.
15957 * gdb.mi/mi-var-display.exp: Update test to match output.
15958 Step to the line specified by $line_dct_nothing.
15959 Increase the number of lines to step.
15960
15961 2014-10-14 Yao Qi <yao@codesourcery.com>
15962
15963 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
15964 tests.
15965 * gdb.mi/mi2-var-child.exp: Likewise.
15966
15967 2014-10-13 Doug Evans <dje@google.com>
15968
15969 * gdb.python/py-objfile.exp: Change name of file name test.
15970
15971 2014-10-13 Doug Evans <dje@google.com>
15972
15973 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
15974 from the start of the CU.
15975
15976 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15977 Yao Qi <yao@codesourcery.com>
15978
15979 Fix "save breakpoints" for "catch" command.
15980 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
15981 Remove -nonewline. Match also the added "main" line.
15982
15983 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15984
15985 Fix "save breakpoints" for "disable $bpnum" command.
15986 * gdb.base/save-bp.c (main): Add label.
15987 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
15988
15989 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15990
15991 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
15992
15993 2014-10-11 Yao Qi <yao@codesourcery.com>
15994
15995 * gdb.server/server-kill.exp: Execute command
15996 "set remote trace-status-packet on" before "tstatus".
15997
15998 2014-10-11 Yao Qi <yao@codesourcery.com>
15999
16000 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
16001 (main): Call getppid.
16002 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
16003 and continue to it. Read variable "server_pid".
16004
16005 2014-10-11 Yao Qi <yao@codesourcery.com>
16006
16007 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
16008
16009 2014-10-11 Yao Qi <yao@codesourcery.com>
16010
16011 * gdb.threads/thread-find.exp: Don't execute command
16012 "info threads".
16013 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
16014 * gdb.threads/linux-dp.exp: Don't check the condition
16015 $threads_created equals to zero.
16016
16017 2014-10-10 Pedro Alves <palves@redhat.com>
16018
16019 * gdb.base/bigcore.exp: Remove references to IRIX.
16020 * gdb.base/funcargs.exp: Likewise.
16021 * gdb.base/interrupt.exp: Likewise.
16022 * gdb.base/mips_pro.exp: Likewise.
16023 * gdb.base/nodebug.exp: Likewise.
16024 * gdb.base/setvar.exp: Likewise.
16025 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
16026
16027 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
16028 Pedro Alves <palves@redhat.com>
16029
16030 PR symtab/14466
16031 * gdb.base/vdso-warning.c: New file.
16032 * gdb.base/vdso-warning.exp: New file.
16033
16034 2014-10-02 Doug Evans <dje@google.com>
16035
16036 * gdb.base/structs.c (main): Don't run forever.
16037
16038 2014-10-02 Pedro Alves <palves@redhat.com>
16039
16040 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
16041 (top level) <stop threads 1, stop threads 2>: Use it.
16042
16043 2014-10-02 Pedro Alves <palves@redhat.com>
16044
16045 * gdb.threads/break-while-running.exp (test): Add new
16046 'update_thread_list' argument. Skip "info threads" if false.
16047 (top level): Add new 'update_thread_list' axis.
16048
16049 2014-10-02 Pedro Alves <palves@redhat.com>
16050
16051 PR breakpoints/17431
16052 * gdb.base/execl-update-breakpoints.c: New file.
16053 * gdb.base/execl-update-breakpoints.exp: New file.
16054
16055 2014-10-01 Pedro Alves <palves@redhat.com>
16056
16057 * gdb.base/breakpoint-in-ro-region.c: New file.
16058 * gdb.base/breakpoint-in-ro-region.exp: New file.
16059
16060 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
16061
16062 * gdb.mi/mi-exit-code.exp: New file.
16063 * gdb.mi/mi-exit-code.c: New file.
16064
16065 2014-09-30 Yao Qi <yao@codesourcery.com>
16066
16067 * lib/prelink-support.exp (build_executable_own_libs): Error if
16068 the target isn't native.
16069
16070 2014-09-30 Yao Qi <yao@codesourcery.com>
16071
16072 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
16073 false.
16074
16075 2014-09-22 Pedro Alves <palves@redhat.com>
16076
16077 * gdb.threads/break-while-running.exp: New file.
16078 * gdb.threads/break-while-running.c: New file.
16079
16080 2014-09-19 Yao Qi <yao@codesourcery.com>
16081
16082 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
16083 Invoke test. Restart GDB with --readnow and invoke test again.
16084
16085 2014-09-19 Yao Qi <yao@codesourcery.com>
16086
16087 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
16088 proc set_breakpoint_on_gcd_function. Invoke
16089 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
16090 invoke set_breakpoint_on_gcd_function again.
16091
16092 2014-09-18 Doug Evans <dje@google.com>
16093
16094 * gdb.dwarf2/symtab-producer.exp: New file.
16095
16096 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
16097
16098 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
16099 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
16100 * gdb.base/global-var-nested-by-dso.c: Likewise.
16101 * gdb.base/global-var-nested-by-dso.exp: Likewise.
16102
16103 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
16104 Pedro Alves <palves@redhat.com>
16105
16106 * gdb.base/watch-bitfields.exp: Pass string other than test file
16107 name to prepare_for_testing.
16108 (watch): New procedure.
16109 (expect_watchpoint): Use with_test_prefix.
16110 (top level): Factor out tests to ...
16111 (test_watch_location, test_regular_watch): ... these new
16112 procedures, and use with_test_prefix and gdb_continue_to_end.
16113
16114 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
16115
16116 PR breakpoints/12526
16117 * gdb.base/watch-bitfields.exp: New file.
16118 * gdb.base/watch-bitfields.c: New file.
16119
16120 2014-09-16 Pedro Alves <palves@redhat.com>
16121
16122 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
16123 software and hardware addresses, not software address against
16124 itself.
16125
16126 2014-09-16 Pedro Alves <palves@redhat.com>
16127
16128 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
16129 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
16130
16131 2014-09-16 Pedro Alves <palves@redhat.com>
16132
16133 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
16134 files.
16135 * gdb.base/a2-run.exp: Remove all code guarded by istarget
16136 "*-*-vxworks*" throughout.
16137 * gdb.base/break.exp: Likewise.
16138 * gdb.base/default.exp: Likewise.
16139 * gdb.base/scope.exp: Likewise.
16140 * gdb.base/sepdebug.exp: Likewise.
16141 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
16142 throughout.
16143 * gdb.base/run.c: Likewise.
16144 * gdb.base/sepdebug.c: Likewise.
16145 * gdb.hp/gdb.aCC/run.c: Likewise.
16146 * gdb.reverse/until-reverse.c: Likewise.
16147 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
16148
16149 2014-09-16 Yao Qi <yao@codesourcery.com>
16150
16151 * boards/local-remote-host-native.exp: New file.
16152
16153 2014-09-14 Doug Evans <xdje42@gmail.com>
16154
16155 * gdb.threads/queue-signal.c (thread_count): New variable.
16156 (thread_count_mutex, thread_count_condvar): New variables.
16157 (incr_thread_count, wait_all_threads_running): New functions.
16158 (main): Wait for all threads to be in their thread functions.
16159
16160 2014-09-13 Doug Evans <xdje42@gmail.com>
16161
16162 * gdb.threads/queue-signal.c: New file.
16163 * gdb.threads/queue-signal.exp: New file.
16164
16165 2014-09-13 Doug Evans <xdje42@gmail.com>
16166
16167 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
16168 be consistent with what default_gdb_init uses.
16169 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
16170 the plain text of the prompt. Add some logging printfs.
16171 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
16172
16173 2014-09-12 Pedro Alves <palves@redhat.com>
16174
16175 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
16176 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
16177 * gdb.arch/i386-size-overlap.exp: Likewise.
16178 * gdb.arch/i386-size.exp: Likewise.
16179 * gdb.arch/i386-unwind.exp: Likewise.
16180 * gdb.base/a2-run.exp: Likewise.
16181 * gdb.base/break.exp: Likewise.
16182 * gdb.base/charset.exp: Likewise.
16183 * gdb.base/chng-syms.exp: Likewise.
16184 * gdb.base/commands.exp: Likewise.
16185 * gdb.base/dbx.exp: Likewise.
16186 * gdb.base/find.exp: Likewise.
16187 * gdb.base/funcargs.exp: Likewise.
16188 * gdb.base/jit-simple.exp: Likewise.
16189 * gdb.base/reread.exp: Likewise.
16190 * gdb.base/sepdebug.exp: Likewise.
16191 * gdb.base/step-bt.exp: Likewise.
16192 * gdb.cp/mb-inline.exp: Likewise.
16193 * gdb.cp/mb-templates.exp: Likewise.
16194 * gdb.objc/basicclass.exp: Likewise.
16195 * gdb.threads/killed.exp: Likewise.
16196
16197 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16198
16199 PR tdep/17379
16200 * gdb.arch/powerpc-stackless.S: New file.
16201 * gdb.arch/powerpc-stackless.exp: New file.
16202
16203 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16204
16205 * gdb.base/attach.c: Include unistd.h.
16206 (main): Call alarm. Add label postloop.
16207 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
16208 gdb_breakpoint, gdb_continue_to_breakpoint.
16209 (test_command_line_attach_run): Kill ${testpid} in one exit path.
16210
16211 2014-09-11 Pedro Alves <palves@redhat.com>
16212
16213 PR gdb/17347
16214 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
16215 * gdb.base/attach.exp (test_command_line_attach_run): New
16216 procedure.
16217 (top level): Call it.
16218
16219 2014-09-11 Pedro Alves <palves@redhat.com>
16220
16221 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
16222 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
16223 (do_command_attach_tests): Use spawn_wait_for_attach.
16224 * gdb.base/solib-overlap.exp: Likewise.
16225 * gdb.multi/multi-attach.exp: Likewise.
16226 * gdb.python/py-prompt.exp: Likewise.
16227 * gdb.python/py-sync-interp.exp: Likewise.
16228 * gdb.server/ext-attach.exp: Likewise.
16229
16230 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
16231
16232 * gdb.fortran/array-element.exp: Remove unexpected "continue"
16233 command in testcase. Simplify testcase.
16234
16235 2014-09-10 Joel Brobecker <brobecker@adacore.com>
16236
16237 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
16238
16239 2014-09-10 Joel Brobecker <brobecker@adacore.com>
16240
16241 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
16242
16243 2014-09-10 Joel Brobecker <brobecker@adacore.com>
16244
16245 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
16246
16247 2014-09-10 Joel Brobecker <brobecker@adacore.com>
16248
16249 * gdb.dwarf2/dynarr-ptr.c: New file.
16250 * gdb.dwarf2/dynarr-ptr.exp: New file.
16251
16252 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16253
16254 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
16255 of 30 rather than hardcoding 120 for a slow test case. Take the
16256 `gdb,timeout' target setting into account for this calculation.
16257 Don't extend the timeout for the test cases that don't need it.
16258
16259 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16260
16261 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
16262 a factor of 2 for a slow test case. Take the `gdb,timeout'
16263 target setting into account for this calculation.
16264 * gdb.reverse/until-precsave.exp: Increase the timeout by
16265 a factor of 15 and 3 respectively rather than adding 120
16266 for a pair of slow test cases. Take the `gdb,timeout'
16267 target setting into account for this calculation.
16268
16269 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16270
16271 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
16272 timeout, don't pass one down to gdb_expect.
16273 (gdb_expect): Rework timeout selection.
16274
16275 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16276
16277 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
16278 exception on timeout.
16279 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
16280 (gdbserver_start_extended): Catch any `gdbserver_start' error
16281 exceptions.
16282 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
16283 * lib/mi-support.exp (mi_gdb_target_load): Catch any
16284 `gdbserver_gdb_load' error exceptions.
16285
16286 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16287
16288 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
16289 120 on waiting for the TCP socket to open.
16290
16291 2014-09-09 Doug Evans <xdje42@gmail.com>
16292
16293 * gdb.base/default.exp (show_conv_list): Add _caller_is,
16294 _caller_matches, _any_caller_is, _any_caller_matches.
16295
16296 2014-09-09 Doug Evans <xdje42@gmail.com>
16297
16298 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
16299
16300 2014-09-09 Yao Qi <yao@codesourcery.com>
16301
16302 * gdb.mi/mi-var-display.exp: Set print symbol off.
16303
16304 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
16305
16306 PR gdb/17035
16307 * gdb.base/commands.exp: Add tests to verify user-defined
16308 commands with empty bodies.
16309 * gdb.python/py-cmd.exp: Test that we don't show user-defined
16310 python commands in `show user command`.
16311 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
16312 scheme commands in `show user command`.
16313
16314 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16315
16316 PR python/17355
16317 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
16318 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
16319 * gdb.python/py-framefilter-invalidarg.exp: New file.
16320 * gdb.python/py-framefilter-invalidarg.py: New file.
16321
16322 2014-09-06 Doug Evans <xdje42@gmail.com>
16323
16324 PR 15276
16325 * gdb.python/py-caller-is.c: New file.
16326 * gdb.python/py-caller-is.exp: New file.
16327
16328 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
16329
16330 PR gdb/17235
16331 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
16332 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
16333
16334 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
16335
16336 PR fortran/17237
16337 * gdb.fortran/print-formatted.exp: New file.
16338 * gdb.fortran/print-formatted.f90: Likewise.
16339
16340 2014-09-03 Sasha Smundak <asmundak@google.com>
16341
16342 * gdb.python/py-frame.exp: Test Frame.read_register.
16343
16344 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
16345
16346 PR python/16699
16347 * gdb.python/py-completion.exp: New file.
16348 * gdb.python/py-completion.py: Likewise.
16349
16350 2014-08-28 Doug Evans <dje@google.com>
16351
16352 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
16353 eax,etc. are live with values set by gdb and thus the compiler can't
16354 use them.
16355 * gdb.arch/i386-pseudo.c (main): Ditto.
16356
16357 2014-08-27 Doug Evans <dje@google.com>
16358
16359 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
16360
16361 2014-08-25 Doug Evans <dje@google.com>
16362
16363 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
16364 (main): Ditto.
16365
16366 2014-08-25 Doug Evans <dje@google.com>
16367
16368 * gdb.threads/thread-execl.exp: #include <stdio.h>.
16369
16370 2014-08-24 Yao Qi <yao@codesourcery.com>
16371
16372 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
16373 symbol off.
16374 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
16375
16376 2014-08-22 Doug Evans <dje@google.com>
16377
16378 PR 17276
16379 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
16380 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
16381 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
16382
16383 2014-08-22 Yao Qi <yao@codesourcery.com>
16384
16385 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
16386 * gdb.python/py-finish-breakpoint2.exp: Likewise.
16387 * gdb.python/python.exp: Likewise. Use .py file on the host
16388 instead of the build.
16389
16390 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16391
16392 * gdb.threads/gcore-stale-thread.c: New file.
16393 * gdb.threads/gcore-stale-thread.exp: New file.
16394
16395 2014-08-21 Pedro Alves <palves@redhat.com>
16396
16397 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
16398 * gdb.base/gcore-relro-pie.exp: Likewise.
16399 * gdb.base/gcore-relro.exp: Likewise.
16400 * gdb.base/gcore.exp: Likewise.
16401 * gdb.base/print-symbol-loading.exp: Likewise.
16402 * gdb.threads/gcore-thread.exp: Likewise.
16403 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
16404
16405 2014-08-20 Pedro Alves <palves@redhat.com>
16406 Jan Kratochvil <jan.kratochvil@redhat.com>
16407
16408 * Makefile.in (EXTRA_RULES, CC): New variables, get from
16409 configure.
16410 (EXPECT): Handle READ1 being set.
16411 (all): Depend on EXTRA_RULES.
16412 (check-read1, expect-read1, read1.so, read1): New rules.
16413 * README (Testsuite Parameters): Document the READ1 make variable.
16414 (Race detection): New section.
16415 * configure: Regenerate.
16416 * configure.ac: If build==host==target, and running under a
16417 GNU/glibc system, add read1 to the extra Makefile rules.
16418 (EXTRA_RULES): AC_SUBST it.
16419 * lib/read1.c: New file.
16420
16421 2014-08-20 Joel Brobecker <brobecker@adacore.com>
16422
16423 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
16424 the handling of variables declared as a typedef to an array
16425 which a DW_AT_data_location attribute.
16426
16427 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
16428 Pedro Alves <palves@redhat.com>
16429
16430 PR symtab/14604
16431 PR symtab/14605
16432 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
16433 gdb_test.
16434
16435 2014-08-19 Pedro Alves <palves@redhat.com>
16436
16437 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
16438
16439 2014-08-19 Yao Qi <yao@codesourcery.com>
16440
16441 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
16442 right line.
16443
16444 2014-08-18 David Blaikie <dblaikie@gmail.com>
16445
16446 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
16447
16448 2014-08-18 Joel Brobecker <brobecker@adacore.com>
16449
16450 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
16451 attribute in array range.
16452
16453 2014-08-18 Joel Brobecker <brobecker@adacore.com>
16454
16455 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
16456
16457 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
16458
16459 PR c++/17132
16460 * gdb.cp/pr17132.cc: New file.
16461 * gdb.cp/pr17132.exp: New file.
16462
16463 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
16464
16465 * gdb.python/py-xmethods.py (A_getarrayind)
16466 (E_method_char_worker.__call__, E_method_int_worker.__call__):
16467 Use 'print' with function call syntax.
16468 (E_method_matcher.match): Fix tab vs space indentation mixup.
16469
16470 2014-08-15 Yao Qi <yao@codesourcery.com>
16471
16472 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
16473 false.
16474
16475 2014-08-15 Yao Qi <yao@codesourcery.com>
16476
16477 * gdb.cp/casts.exp: Set print symbol off.
16478 * gdb.cp/class2.exp: Likewise.
16479 * gdb.cp/overload.exp: Likewise.
16480 * gdb.cp/templates.exp: Likewise.
16481
16482 2014-08-11 Doug Evans <dje@google.com>
16483
16484 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
16485 (test_load_shlib): Update.
16486
16487 2014-08-09 Yao Qi <yao@codesourcery.com>
16488
16489 * gdb.base/display.exp: Invoke is_address_zero_readable.
16490 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
16491 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
16492 * gdb.base/hbreak-unmapped.exp: Return if
16493 is_address_zero_readable returns true.
16494 * gdb.base/signest.exp: Likewise.
16495 * gdb.base/signull.exp: Likewise.
16496 * gdb.base/sigbpt.exp: Likewise.
16497 * gdb.guile/scm-disasm.exp: Do the test if
16498 is_address_zero_readable returns false.
16499 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
16500 * gdb.python/py-arch.exp: Likewise.
16501 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
16502 * lib/gdb.exp (is_address_zero_readable): New proc.
16503
16504 2014-08-09 Yao Qi <yao@codesourcery.com>
16505
16506 PR testsuite/13443
16507 * gdb.mi/mi-var-display.exp: Make test messages unique.
16508
16509 2014-08-04 Tom Tromey <tromey@redhat.com>
16510
16511 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
16512 target 0".
16513
16514 2014-08-04 Tom Tromey <tromey@redhat.com>
16515
16516 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
16517 "target_resume".
16518
16519 2014-08-01 Joel Brobecker <brobecker@adacore.com>
16520
16521 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
16522 inner_vla_struct_object_size.
16523 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
16524 as xfail.
16525
16526 2014-07-30 Pedro Alves <palves@redhat.com>
16527
16528 * gdb.threads/signal-command-handle-nopass.exp (test): Add
16529 comment.
16530
16531 2014-07-29 Yao Qi <yao@codesourcery.com>
16532
16533 PR gdb/17206
16534 * gdb.base/until-nodebug.exp: New.
16535
16536 2014-07-28 Doug Evans <xdje42@gmail.com>
16537
16538 PR guile/17203
16539 * gdb.guile/scm-parameter.exp: Add tests for trying to create
16540 previously existing parameter, and previously ambiguously spelled
16541 parameter.
16542
16543 2014-07-28 Will Newton <will.newton@linaro.org>
16544
16545 * gdb.base/varargs.exp: Remove KFAILs for ARM.
16546
16547 2014-07-26 Ludovic Courtès <ludo@gnu.org>
16548 Doug Evans <xdje42@gmail.com>
16549
16550 PR guile/17146
16551 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
16552
16553 2014-07-25 Pedro Alves <palves@redhat.com>
16554
16555 * gdb.threads/signal-command-handle-nopass.c: New file.
16556 * gdb.threads/signal-command-handle-nopass.exp: New file.
16557 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
16558 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
16559 * gdb.threads/signal-delivered-right-thread.c: New file.
16560 * gdb.threads/signal-delivered-right-thread.exp: New file.
16561
16562 2014-07-25 Pedro Alves <palves@redhat.com>
16563
16564 * gdb.base/double-prompt-target-event-error.exp
16565 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
16566 match.
16567 (cancel_pagination_in_target_event): Rework double prompt
16568 detection.
16569 * gdb.base/paginate-after-ctrl-c-running.exp
16570 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
16571 <return>' match.
16572 * gdb.base/paginate-bg-execution.exp
16573 (test_bg_execution_pagination_return)
16574 (test_bg_execution_pagination_cancel): Remove '-notransfer
16575 <return>' matches.
16576 * gdb.base/paginate-execution-startup.exp
16577 (test_fg_execution_pagination_return)
16578 (test_fg_execution_pagination_cancel): Remove '-notransfer
16579 <return>' matches.
16580 * gdb.base/paginate-inferior-exit.exp
16581 (test_paginate_inferior_exited): Remove '-notransfer <return>'
16582 match.
16583 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
16584 * lib/gdb.exp (pagination_prompt): Run text through
16585 string_to_regexp.
16586 (gdb_test_multiple): Match $pagination_prompt instead of
16587 "<return>".
16588 (string_to_regexp): Move to lib/gdb-utils.exp.
16589
16590 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16591
16592 * gdb.arch/amd64-entry-value-paramref.S: New file.
16593 * gdb.arch/amd64-entry-value-paramref.cc: New file.
16594 * gdb.arch/amd64-entry-value-paramref.exp: New file.
16595 * gdb.arch/amd64-optimout-repeat.S: New file.
16596 * gdb.arch/amd64-optimout-repeat.c: New file.
16597 * gdb.arch/amd64-optimout-repeat.exp: New file.
16598
16599 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16600
16601 PR gdb/17170
16602 * gdb.base/statistics.exp: New file.
16603
16604 2014-07-17 Doug Evans <dje@google.com>
16605
16606 PR gdb/17170
16607 * gdb.base/maint.exp: Update testing of per-command stats.
16608
16609 2014-07-16 Pedro Alves <palves@redhat.com>
16610
16611 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
16612 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
16613 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
16614 (tfile_write_buf): New functions.
16615 (add_memory_block): Rewrite using the above.
16616 (adjust_function_address): New function.
16617 (FUNCTION_ADDRESS): New macro.
16618 (write_basic_trace_file): Remove short_x local, and use
16619 tfile_write_16. Change type of func_addr local to unsigned long
16620 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
16621 here. Cast argument of add_memory_block to char pointer.
16622 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
16623 (main): Remove parameters.
16624 * gdb.trace/tfile.exp: Remove nowarnings.
16625
16626 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
16627
16628 * gdb.base/debug-expr.exp: Test string evaluation with
16629 "debug expression" on.
16630
16631 2014-07-15 Pedro Alves <palves@redhat.com>
16632
16633 * gdb.base/reread.exp: Use clean_restart.
16634
16635 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
16636
16637 * gdb.arch/avr-flash-qualifer.c: New.
16638 * gdb.arch/avr-flash-qualifer.exp: New.
16639
16640 2014-07-14 Pedro Alves <palves@redhat.com>
16641
16642 * gdb.base/paginate-after-ctrl-c-running.c: New file.
16643 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
16644
16645 2014-07-14 Pedro Alves <palves@redhat.com>
16646
16647 * gdb.base/double-prompt-target-event-error.c: New file.
16648 * gdb.base/double-prompt-target-event-error.exp: New file.
16649
16650 2014-07-14 Pedro Alves <palves@redhat.com>
16651
16652 PR gdb/17072
16653 * gdb.base/paginate-inferior-exit.c: New file.
16654 * gdb.base/paginate-inferior-exit.exp: New file.
16655
16656 2014-07-14 Pedro Alves <palves@redhat.com>
16657
16658 PR gdb/17072
16659 * gdb.base/paginate-bg-execution.c: New file.
16660 * gdb.base/paginate-bg-execution.exp: New file.
16661
16662 2014-07-14 Pedro Alves <palves@redhat.com>
16663
16664 PR gdb/17072
16665 * gdb.base/paginate-execution-startup.c: New file.
16666 * gdb.base/paginate-execution-startup.exp: New file.
16667 * lib/gdb.exp (pagination_prompt): New global.
16668 (default_gdb_spawn): New procedure, factored out from
16669 default_gdb_spawn.
16670 (default_gdb_start): Adjust to call default_gdb_spawn.
16671 (gdb_spawn): New procedure.
16672
16673 2014-07-14 Pedro Alves <palves@redhat.com>
16674
16675 * lib/gdb.exp (gdb_assert): New procedure.
16676 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
16677
16678 2014-07-14 Pedro Alves <palves@redhat.com>
16679
16680 * gdb.base/execution-termios.c: New file.
16681 * gdb.base/execution-termios.exp: New file.
16682
16683 2014-07-14 Tom Tromey <tromey@redhat.com>
16684
16685 * gdb.cp/vla-cxx.cc: New file.
16686 * gdb.cp/vla-cxx.exp: New file.
16687
16688 2014-07-14 Tom Tromey <tromey@redhat.com>
16689
16690 * gdb.reverse/rerun-prec.c: New file.
16691 * gdb.reverse/rerun-prec.exp: New file.
16692
16693 2014-07-12 Maciej W. Rozycki <macro@mips.com>
16694 Maciej W. Rozycki <macro@codesourcery.com>
16695
16696 * lib/gdb-utils.exp: New file.
16697 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
16698 inline `gdb_init_command' processing.
16699 (gdb_start_cmd): Likewise.
16700 * lib/mi-support.exp (mi_run_cmd): Likewise.
16701 * README: Document `gdb_init_command' and `gdb_init_commands'.
16702
16703 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16704
16705 Fix false FAIL running under a very long directory name.
16706 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
16707 and "set print elements 10000". Twice.
16708
16709 2014-07-11 Yao Qi <yao@codesourcery.com>
16710
16711 * gdb.base/exprs.exp: "set print symbol off".
16712
16713 2014-07-11 Pedro Alves <palves@redhat.com>
16714
16715 * gdb.threads/kill.c: New file.
16716 * gdb.threads/kill.exp: New file.
16717
16718 2014-07-10 Yao Qi <yao@codesourcery.com>
16719
16720 * gdb.trace/tfile.c (write_basic_trace_file)
16721 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
16722 address written to trace file.
16723
16724 2014-07-09 Pedro Alves <palves@redhat.com>
16725
16726 * gdb.base/attach-wait-input.exp: New file.
16727 * gdb.base/attach-wait-input.c: New file.
16728
16729 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
16730
16731 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
16732 setting up test structures.
16733 (main): Call new test function.
16734 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
16735 test function, continue into test function and walk test
16736 structures.
16737
16738 2014-07-02 Yao Qi <yao@codesourcery.com>
16739
16740 * gdb.trace/entry-values.c: Define labels 'foo_start' and
16741 'bar_start' at the beginning of functions 'foo' and 'bar'
16742 respectively.
16743 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
16744 instead of 'foo' and 'bar'.
16745
16746 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
16747
16748 * gdb.btrace/segv.exp: New.
16749 * gdb.btrace/segv.c: New.
16750
16751 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
16752
16753 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
16754 instruction.
16755
16756 2014-06-30 Mark Wielaard <mjw@redhat.com>
16757
16758 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
16759 vulture, vilify, villar): New volatile array constants.
16760 (vindictive, vegetation): New const volatile array constants.
16761 * gdb.base/volatile.exp: Test volatile and const volatile array
16762 types.
16763
16764 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
16765
16766 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
16767 target lacks support for awatch, rwatch, or hbreak.
16768
16769 2014-06-27 Yao Qi <yao@codesourcery.com>
16770
16771 * gdb.multi/dummy-frame-restore.exp: New.
16772 * gdb.multi/dummy-frame-restore.c: New.
16773
16774 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
16775
16776 * gdb.btrace/gcore.exp: New.
16777
16778 2014-06-23 Pedro Alves <palves@redhat.com>
16779
16780 * gdb.base/watchpoint-reuse-slot.c: New file.
16781 * gdb.base/watchpoint-reuse-slot.exp: New file.
16782
16783 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
16784
16785 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
16786 progspace's filename in 'info', 'enable' and 'disable' command
16787 tests.
16788
16789 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
16790
16791 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
16792 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
16793 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
16794
16795 2014-06-20 Gary Benson <gbenson@redhat.com>
16796
16797 * gdb.arch/i386-avx.exp: Fix include file location.
16798 * gdb.arch/i386-sse.exp: Likewise.
16799
16800 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
16801
16802 * gdb.dlang/expression.exp: New file.
16803
16804 2014-06-19 Pedro Alves <palves@redhat.com>
16805
16806 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
16807 out from ...
16808 (top level): ... here. Iterate running tests under different
16809 scheduler-locking settings.
16810
16811 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
16812
16813 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
16814 to DW_FORM_addr and use non-zero addresses.
16815
16816 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
16817
16818 PR gdb/17017
16819 * gdb.python/py-xmethods.cc: Add global function call counters and
16820 increment them in their respective functions. Remove "cout"
16821 statements.
16822 * gdb.python/py-xmethods.exp: Make tests check the global function
16823 call counters instead of depending on inferior IO.
16824
16825 2014-06-18 Don Breazeal <donb@codesourcery.com>
16826
16827 * gdb.base/foll-fork.exp (default_fork_parent_follow):
16828 Deleted procedure.
16829 (explicit_fork_parent_follow): Deleted procedure.
16830 (explicit_fork_child_follow): Deleted procedure.
16831 (test_follow_fork): New procedure.
16832 (do_fork_tests): Replace calls to deleted procedures with
16833 calls to test_follow_fork and reset GDB for subsequent
16834 procedure calls.
16835
16836 2014-06-17 Yao Qi <yao@codesourcery.com>
16837
16838 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
16839 CP1252.
16840
16841 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
16842
16843 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
16844 Initialize ptr and S explicitly.
16845 (skip_type_update_when_not_use_rtti_test): Likewise.
16846
16847 2014-06-16 Keith Seitz <keiths@redhat.com>
16848
16849 PR mi/15863
16850 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
16851 the inferior is started.
16852
16853 2014-06-16 Pedro Alves <palves@redhat.com>
16854
16855 * gdb.base/break-main-file-remove-fail.c: New file.
16856 * gdb.base/break-main-file-remove-fail.exp: New file.
16857 * gdb.base/break-unload-file.exp: Use build_executable instead of
16858 prepare_for_testing.
16859 (test_break): New parameter "initial_load". Handle it.
16860 (top level): Add initial_load cmdline/file axis.
16861
16862 2014-06-12 Tom Tromey <tromey@redhat.com>
16863
16864 * gdb.base/completion.exp: Don't use directory name in test.
16865
16866 2014-06-09 Gary Benson <gbenson@redhat.com>
16867
16868 * gdb.base/sigall.c [Functions to send signals]: Reorder to
16869 separate the always-available ANSI-standard signals from the
16870 signals that require checking.
16871 (main): Likewise.
16872 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
16873 Likewise.
16874 (main): Likewise.
16875
16876 2014-06-07 Keith Seitz <keiths@redhat.com>
16877
16878 Revert:
16879 PR c++/16253
16880 * gdb.cp/var-tag.cc: New file.
16881 * gdb.cp/var-tag.exp: New file.
16882 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
16883 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
16884 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
16885 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
16886
16887 2014-06-06 Doug Evans <xdje42@gmail.com>
16888
16889 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
16890
16891 2014-06-06 Pedro Alves <palves@redhat.com>
16892
16893 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
16894 in target debug output instead of looking at RSP packets,
16895 disabling the test on any target that uses hardware stepping.
16896 Update comments.
16897
16898 2014-06-06 Pedro Alves <palves@redhat.com>
16899
16900 * gdb.base/break-unload-file.exp: Fix typo.
16901
16902 2014-06-06 Yao Qi <yao@codesourcery.com>
16903
16904 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
16905 from "jit_function" to "^jit_function".
16906
16907 2014-06-06 Yao Qi <yao@codesourcery.com>
16908
16909 * gdb.base/async.c (foo): Add one statement.
16910 * gdb.base/async.exp: Get the next instruction address and
16911 match the output of "nexti" by instruction address. Match
16912 the hex address in the output of "finish".
16913
16914 2014-06-06 Gary Benson <gbenson@redhat.com>
16915
16916 * gdb.base/call-signals.c: Remove preprocessor conditionals
16917 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
16918 SIGSEGV and SIGTERM.
16919 * gdb.base/sigall.c: Likewise.
16920 * gdb.base/unwindonsignal.c: Likewise.
16921 * gdb.reverse/sigall-reverse.c: Likewise.
16922
16923 2014-06-06 Yao Qi <yao@codesourcery.com>
16924
16925 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
16926 readable, skip the test.
16927
16928 2014-06-06 Yao Qi <yao@codesourcery.com>
16929
16930 * gdb.threads/staticthreads.c (thread_function): Move the line
16931 setting breakpoint on forward.
16932 * gdb.threads/staticthreads.exp: Update comments.
16933
16934 2014-06-05 Ludovic Courtès <ludo@gnu.org>
16935
16936 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
16937 "history-append! type error".
16938
16939 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
16940
16941 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
16942 erroneous dprintf expected input.
16943
16944 2014-06-04 Doug Evans <xdje42@gmail.com>
16945
16946 * gdb.guile/scm-generics.exp: Delete.
16947
16948 2014-06-04 Doug Evans <xdje42@gmail.com>
16949
16950 * gdb.guile/scm-breakpoint.exp: Update.
16951 Add tests for breakpoint registration.
16952
16953 2014-06-04 Tom Tromey <tromey@redhat.com>
16954
16955 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
16956 VLA-in-union.
16957 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
16958 inner_vla_struct, vla_union types. Initialize objects of those
16959 types and compute their sizes.
16960
16961 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
16962 Hui Zhu <hui@codesourcery.com>
16963
16964 * gdb.base/fileio.exp: Add test for shell not available as well as
16965 available.
16966 * gdb.base/fileio.c (test_system): Check for shell twice.
16967
16968 2014-06-04 Yao Qi <yao@codesourcery.com>
16969
16970 * gdb.base/auto-connect-native-target.exp: Remove redundant
16971 space from the regexp pattern.
16972
16973 2014-06-04 Yao Qi <yao@codesourcery.com>
16974
16975 * gdb.base/default.exp: Replace "child" with "native" in
16976 regexp pattern.
16977
16978 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
16979
16980 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
16981 * gdb.python/py-xmethods.exp: New tests to test xmethods.
16982 * gdb.python/py-xmethods.py: Python script supporting the
16983 new testcase and tests.
16984
16985 2014-06-03 Joel Brobecker <brobecker@adacore.com>
16986 Pedro Alves <palves@redhat.com>
16987
16988 PR breakpoints/17000
16989 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
16990 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
16991
16992 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
16993
16994 * gdb.base/subst.exp: Add tests to verify partial path matching
16995 output.
16996
16997 2014-06-03 Pedro Alves <palves@redhat.com>
16998
16999 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
17000 target that doesn't use software single-stepping.
17001
17002 2014-06-03 Pedro Alves <palves@redhat.com>
17003
17004 PR breakpoints/17000
17005 * gdb.base/sss-bp-on-user-bp-2.c: New file.
17006 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
17007
17008 2014-06-02 Doug Evans <xdje42@gmail.com>
17009
17010 * gdb.guile/scm-parameter.exp: New file.
17011
17012 2014-06-02 Doug Evans <xdje42@gmail.com>
17013
17014 * gdb.guile/scm-cmd.c: New file.
17015 * gdb.guile/scm-cmd.exp: New file.
17016
17017 2014-06-02 Doug Evans <xdje42@gmail.com>
17018
17019 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
17020 pretty-printer lookup.
17021 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
17022 (make-pp_s-printer): Call it.
17023 (make-pretty-printer-from-dict): New function.
17024 (lookup-pretty-printer-maker-from-dict): New function.
17025 (*pretty-printer*): Simplify.
17026 (make-objfile-pp_s-printer): New function.
17027 (install-objfile-pretty-printers!): New function.
17028 (make-progspace-pp_s-printer): New function.
17029 (install-progspace-pretty-printers!): New function.
17030 * gdb.guile/scm-progspace.c: New file.
17031 * gdb.guile/scm-progspace.exp: New file.
17032
17033 2014-06-02 Pedro Alves <palves@redhat.com>
17034
17035 * gdb.base/dprintf-bp-same-addr.c: New file.
17036 * gdb.base/dprintf-bp-same-addr.exp: New file.
17037
17038 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17039
17040 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
17041 * gdb.arch/powerpc-power.s: Likewise.
17042
17043 2014-06-02 Joel Brobecker <brobecker@adacore.com>
17044
17045 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
17046
17047 2014-06-01 Yao Qi <yao@codesourcery.com>
17048
17049 * gdb.base/watchpoint.exp (test_watch_location): Check null
17050 pointer can be dereferenced. If not, do the test, otherwise
17051 skip it.
17052
17053 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
17054
17055 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
17056 results.
17057 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
17058
17059 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
17060
17061 * gdb.arch/amd64-invalid-stack-middle.S: New file.
17062 * gdb.arch/amd64-invalid-stack-middle.c: New file.
17063 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
17064 * gdb.arch/amd64-invalid-stack-top.c: New file.
17065 * gdb.arch/amd64-invalid-stack-top.exp: New file.
17066
17067 2014-05-30 Pedro Alves <palves@redhat.com>
17068
17069 PR breakpoints/17000
17070 * gdb.base/sss-bp-on-user-bp.c: New file.
17071 * gdb.base/sss-bp-on-user-bp.exp: New file.
17072
17073 2014-05-30 David Blaikie <dblaikie@gmail.com>
17074
17075 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
17076 gnu_inline semantics via attribute.
17077 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
17078 source explicitly specifies the required semantics.
17079
17080 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
17081
17082 * gdb.reverse/sigall-reverse.exp: Fix a typo.
17083
17084 2014-05-29 Pedro Alves <palves@redhat.com>
17085 Tom Tromey <tromey@redhat.com>
17086
17087 * gdb.base/async-shell.exp: Don't enable target-async.
17088 * gdb.base/async.exp
17089 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
17090 parameter. Adjust.
17091 (top level): Don't test with "target-async".
17092 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
17093 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
17094 * gdb.base/inferior-died.exp: Don't enable target-async.
17095 * gdb.base/interrupt-noterm.exp: Likewise.
17096 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
17097 * gdb.mi/mi-nonstop-exit.exp: Likewise.
17098 * gdb.mi/mi-nonstop.exp: Likewise.
17099 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
17100 * gdb.mi/mi-nsintrall.exp: Likewise.
17101 * gdb.mi/mi-nsmoribund.exp: Likewise.
17102 * gdb.mi/mi-nsthrexec.exp: Likewise.
17103 * gdb.mi/mi-watch-nonstop.exp: Likewise.
17104 * gdb.multi/watchpoint-multi.exp: Adjust comment.
17105 * gdb.python/py-evsignal.exp: Don't enable target-async.
17106 * gdb.python/py-evthreads.exp: Likewise.
17107 * gdb.python/py-prompt.exp: Likewise.
17108 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
17109 * gdb.server/solib-list.exp: Don't enable target-async.
17110 * gdb.threads/thread-specific-bp.exp: Likewise.
17111 * lib/mi-support.exp: Adjust to use mi-async.
17112
17113 2014-05-29 Pedro Alves <palves@redhat.com>
17114
17115 PR gdb/13860
17116 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
17117 reason, even in sync mode.
17118
17119 2014-05-29 Pedro Alves <palves@redhat.com>
17120 Hui Zhu <hui@codesourcery.com>
17121
17122 PR PR15693
17123 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
17124 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
17125 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
17126 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
17127
17128 2014-05-28 Joel Brobecker <brobecker@adacore.com>
17129
17130 * config/monitor.exp (gdb_target_monitor): Replace use of
17131 "set remotebaud" by "set serial baud".
17132
17133 2014-05-26 Andy Wingo <wingo@igalia.com>
17134
17135 * gdb.guile/scm-breakpoint.exp:
17136 * gdb.guile/scm-gsmob.exp: Update to use plain old object
17137 properties instead of gdb-object-properties.
17138
17139 2014-05-26 Yao Qi <yao@codesourcery.com>
17140
17141 * gdb.server/no-thread-db.exp: Specify source file name
17142 explicitly when setting a breakpoint.
17143
17144 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17145
17146 * gdb.btrace/vdso.c: New.
17147 * gdb.btrace/vdso.exp: New.
17148
17149 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17150
17151 * gdb.base/gcore.exp (capture_command_output): Move ...
17152 * lib/gdb.exp (capture_command_output): ... here.
17153
17154 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17155
17156 * gdb.btrace/data.exp: Test memory access during btrace replay.
17157
17158 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
17159
17160 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
17161
17162 2014-05-21 Pedro Alves <palves@redhat.com>
17163
17164 PR gdb/13860
17165 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
17166 (top level): Test that output related to execution commands is
17167 sent to the console with CLI commands, but not with MI commands.
17168 Test that breakpoint events are always mirrored to the console.
17169 Also expect the new source line to be output after a "next" in
17170 async mode too. Make it a pass/fail test.
17171 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
17172 output.
17173 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
17174
17175 2014-05-21 Pedro Alves <palves@redhat.com>
17176
17177 * gdb.base/list.exp (build_pattern, test_list): New procedures.
17178 Use them to test variations of "list" after reaching a breakpoint.
17179 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
17180 Test "list" with listsize 10 after reaching a breakpoint.
17181 * gdb.python/python.exp (decode_line current location line
17182 number): Adjust expected line number.
17183
17184 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
17185
17186 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
17187 behavior for $args, pass it directly to "run".
17188
17189 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
17190
17191 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
17192 30000 to 65536.
17193
17194 2014-05-21 Pedro Alves <palves@redhat.com>
17195
17196 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
17197 auto-connect-native-target off".
17198 * gdb.base/auto-connect-native-target.c: New file.
17199 * gdb.base/auto-connect-native-target.exp: New file.
17200
17201 2014-05-21 Pedro Alves <palves@redhat.com>
17202
17203 * gdb.base/default.exp: Test "target native" instead of "target
17204 child".
17205
17206 2014-05-21 Mark Wielaard <mjw@redhat.com>
17207
17208 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
17209
17210 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17211
17212 Fix TLS access for -static -pthread.
17213 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
17214 <HAVE_TLS> (thread_function, main): Initialize it.
17215 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
17216 Add clean_restart.
17217 <$have_tls != "">: Check TLSVAR.
17218
17219 2014-05-21 Pedro Alves <palves@redhat.com>
17220
17221 * gdb.base/dcache-line-read-error.c: New.
17222 * gdb.base/dcache-line-read-error.exp: New.
17223
17224 2014-05-20 Pedro Alves <palves@redhat.com>
17225
17226 * gdb.base/compare-sections.c: New file.
17227 * gdb.base/compare-sections.exp: New file.
17228
17229 2014-05-20 Pedro Alves <palves@redhat.com>
17230
17231 * gdb.base/break-idempotent.c: New file.
17232 * gdb.base/break-idempotent.exp: New file.
17233
17234 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
17235
17236 * gdb.btrace/nohist.exp: New.
17237
17238 2014-05-20 Yao Qi <yao@codesourcery.com>
17239
17240 * lib/gdb.exp (gdb_init): Set timeout if test file is under
17241 gdb.reverse directory and gdb_reverse_timeout exists in board
17242 setting.
17243 * README: Document gdb_reverse_timeout.
17244
17245 2014-05-20 Yao Qi <yao@codesourcery.com>
17246
17247 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
17248 'test_file_name'. Treat args as a string instead of a list.
17249 (gdb_init): Rename argument 'args' by 'test_file_name'.
17250
17251 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
17252
17253 * gdb.arch/powerpc-power.exp: New file.
17254 * gdb.arch/powerpc-power.s: New file.
17255
17256 2014-05-16 Doug Evans <dje@google.com>
17257
17258 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
17259 * gdb.base/completion.exp: Check that all expected files exist
17260 before doing file completion.
17261
17262 2014-05-16 Doug Evans <dje@google.com>
17263
17264 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
17265 Update.
17266 (do_syscall_tests_without_xml): Update.
17267
17268 2014-05-16 Pedro Alves <palves@redhat.com>
17269
17270 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
17271 instead of "unknown output after running".
17272
17273 2014-05-16 Yao Qi <yao@codesourcery.com>
17274
17275 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
17276 file1.txt from host at the end.
17277 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17278
17279 2014-05-15 Doug Evans <dje@google.com>
17280
17281 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
17282 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
17283 loading file. Add test for TU lookup.
17284
17285 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
17286
17287 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
17288 calling "-exec-arguments" or "set args" before running the
17289 inferior.
17290
17291 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
17292
17293 * lib/mi-support.exp (mi_expect_stop): Expect message for
17294 inferiors that exit with non-zero exit code.
17295
17296 2014-05-14 Yao Qi <yao@codesourcery.com>
17297
17298 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
17299 match absolute path on remote host.
17300 (test_file_list_exec_source_files): Remove "/" from the
17301 pattern.
17302
17303 2014-05-14 Yao Qi <yao@codesourcery.com>
17304
17305 * boards/local-remote-host-notty.exp (${board}_file): New
17306 proc.
17307
17308 2014-05-07 Kyle McMartin <kyle@redhat.com>
17309
17310 Pushed by Joel Brobecker <brobecker@adacore.com>.
17311 * gdb.arch/aarch64-atomic-inst.c: New file.
17312 * gdb.arch/aarch64-atomic-inst.exp: New file.
17313
17314 2014-05-07 Yao Qi <yao@codesourcery.com>
17315
17316 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
17317 in current context" too.
17318
17319 2014-05-05 Keith Seitz <keiths@redhat.com>
17320
17321 * gdb.linespec/ls-dollar.exp: Add test for linespec
17322 file:convenience_variable.
17323
17324 2014-05-05 Yao Qi <yao@codesourcery.com>
17325
17326 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
17327 traceframes into tfile and ctf trace files. Read data from
17328 trace file and test collected data.
17329 (gdb_collect_locals_test): Likewise.
17330 (gdb_unavailable_registers_test): Likewise.
17331 (gdb_unavailable_floats): Likewise.
17332 (gdb_collect_globals_test): Likewise.
17333 (top-level): Append "ctf" to trace_file_targets if GDB
17334 supports.
17335
17336 2014-05-05 Yao Qi <yao@codesourcery.com>
17337
17338 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
17339 code to ...
17340 (gdb_collect_args_test_1): ... it. New proc.
17341 (gdb_collect_locals_test): Move some code to ...
17342 (gdb_collect_locals_test_1): ... it. New proc.
17343 (gdb_unavailable_registers_test): Move some code to ...
17344 (gdb_unavailable_registers_test_1): ... it. New proc.
17345 (gdb_unavailable_floats): Move some code to ...
17346 (gdb_unavailable_floats_1): ... it. New proc.
17347
17348 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
17349
17350 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
17351 probes to test for bitness recognition.
17352 * gdb.arch/amd64-stap-optional-prefix.exp
17353 (test_probe_value_without_reg): New procedure.
17354 Add code to test for different kinds of bitness.
17355
17356 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
17357
17358 PR breakpoints/16889
17359 * gdb.arch/amd64-stap-optional-prefix.S: New file.
17360 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
17361
17362 2014-05-01 Pedro Alves <palves@redhat.com>
17363
17364 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
17365 gdb_file_cmd if no file is specified.
17366 * boards/native-extended-gdbserver.exp (gdb_load): Use the
17367 last_loaded_file to set the remote exec-file.
17368
17369 2014-05-01 Pedro Alves <palves@redhat.com>
17370
17371 * boards/local-remote-host.exp: New file.
17372
17373 2014-05-01 Pedro Alves <palves@redhat.com>
17374
17375 * boards/local-remote-host.exp: Rename to ...
17376 * boards/local-remote-host-notty.exp: ... this.
17377
17378 2014-04-28 Joel Brobecker <brobecker@adacore.com>
17379
17380 * gdb.ada/dyn_arrayidx: New testcase.
17381
17382 2014-04-26 Yao Qi <yao@codesourcery.com>
17383
17384 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
17385 and compute the length of function main. Save it in
17386 $main_length.
17387 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
17388 (top-level): Use gdb_compile to compile objects into
17389 executable and restart GDB. Remove invocation to
17390 prepare_for_testing.
17391
17392 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
17393 Pedro Alves <palves@redhat.com>
17394
17395 PR server/16255
17396 * gdb.multi/multi-attach.c: New file.
17397 * gdb.multi/multi-attach.exp: New file.
17398
17399 2014-04-25 Pedro Alves <palves@redhat.com>
17400
17401 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
17402 user.
17403 (top level): Test that "set remote conditional-breakpoints-packet
17404 off" works as intended.
17405 * gdb.base/dprintf.exp: Test that "set remote
17406 breakpoint-commands-packet off" works as intended.
17407 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
17408 New function.
17409 (top level): Call it.
17410 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
17411 remote fast-tracepoints-packet off" works as intended.
17412 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
17413 * lib/gdb.exp (gdb_is_target_remote): ... here.
17414
17415 2014-04-24 David Blaikie <dblaikie@gmail.com>
17416
17417 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
17418 ensure clang would not discard them.
17419 * gdb.base/gdbvars.c: Ditto.
17420 * gdb.base/memattr.c: Ditto.
17421 * gdb.base/whatis.c: Ditto.
17422 * gdb.python/py-prettyprint.c: Ditto.
17423 * gdb.trace/actions.c: Ditto.
17424 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
17425 ensure clang would not discard it.
17426
17427 2014-04-24 David Blaikie <dblaikie@gmail.com>
17428
17429 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
17430 clang to emit the full definition of type required by the test
17431 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
17432
17433 2014-04-24 David Blaikie <dblaikie@gmail.com>
17434
17435 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
17436 coax Clang into emitting the definition of the type.
17437 * gdb.cp/pr10728-x.h (y): Ditto.
17438 * gdb.cp/pr10728-y.cc (y): Ditto.
17439
17440 2014-04-24 David Blaikie <dblaikie@gmail.com>
17441
17442 * gdb.base/label.exp: XFAIL label related tests under Clang.
17443 * gdb.cp/cplabel.exp: Ditto.
17444 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
17445 under Clang those using labels.
17446
17447 2014-04-25 Yao Qi <yao@codesourcery.com>
17448
17449 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
17450 double_label.
17451 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
17452 partial_label and double_label.
17453
17454 2014-04-24 David Blaikie <dblaikie@gmail.com>
17455
17456 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
17457
17458 2014-04-24 David Blaikie <dblaikie@gmail.com>
17459
17460 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
17461 of the function to work across GCC and Clang.
17462 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
17463 pointer types (const void ** const V void **).
17464
17465 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
17466 Walfred Tedeschi <walfred.tedeschi@intel.com>
17467
17468 * Makefile.in (EXECUTABLES): Added i386-avx512.
17469 * gdb.arch/i386-avx512.c: New file.
17470 * gdb.arch/i386-avx512.exp: Likewise.
17471
17472 2014-04-23 Keith Seitz <keiths@redhat.com>
17473
17474 * lib/mi-support.exp (mi_list_breakpoints): Delete.
17475 (mi_make_breakpoint_table): New procedure.
17476 (mi_create_breakpoint): Use mi_make_breakpoint
17477 and return the result.
17478 (mi_make_breakpoint): New procedure.
17479 (mi_build_kv_pairs): New procedure.
17480
17481 * gdb.mi/mi-break.exp: Remove unused globals,
17482 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
17483 All callers updated.
17484 * gdb.mi/mi-dprintf.exp: Use variable to track command
17485 number.
17486 Update all callers of mi_create_breakpoint and use
17487 mi_make_breakpoint_table.
17488 Remove any unused global variables.
17489 * gdb.mi/mi-nonstop.exp: Likewise.
17490 * gdb.mi/mi-nsintrall.exp: Likewise.
17491 * gdb.mi/mi-nsmoribund.exp: Likewise.
17492 * gdb.mi/mi-nsthrexec.exp: Likewise.
17493 * gdb.mi/mi-reverse.exp: Likewise.
17494 * gdb.mi/mi-simplerun.exp: Likewise.
17495 * gdb.mi/mi-stepn.exp: Likewise.
17496 * gdb.mi/mi-syn-frame.exp: Likewise.
17497 * gdb.mi/mi-until.exp: Likewise.
17498 * gdb.mi/mi-var-cp.exp: Likewise.
17499 * gdb.mi/mi-var-display.exp: Likewise.
17500 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
17501 * gdb.mi/mi2-var-child.exp: Likewise.
17502 * gdb.mi/mi-vla-c99.exp: Likewise.
17503 * lib/mi-support.exp: Likewise.
17504
17505 From Ian Lance Taylor <iant@cygnus.com>:
17506 * lib/gdb.exp (parse_args): New procedure.
17507
17508 2014-04-23 Pedro Alves <palves@redhat.com>
17509
17510 * gdb.base/break-unload-file.c: New file.
17511 * gdb.base/break-unload-file.exp: New file.
17512 * gdb.base/sym-file-lib.c (baz): New function.
17513 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
17514 field.
17515 (load): Store the segment's mapped size.
17516 (unload): New function.
17517 (unload_shlib): New function.
17518 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
17519 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
17520 set a breakpoint at baz, and call it.
17521 * gdb.base/sym-file.exp: New tests for stale breakpoint
17522 instructions.
17523
17524 2014-04-23 Pedro Alves <palves@redhat.com>
17525
17526 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
17527 * gdb.base/hbreak-in-shr-unsupported.c: New file.
17528 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
17529 * gdb.base/hbreak-unmapped.c: New file.
17530 * gdb.base/hbreak-unmapped.exp: New file.
17531 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
17532 * lib/gdb.exp (gdb_is_target_remote): ... here.
17533
17534 2014-04-22 Pedro Alves <palves@redhat.com>
17535
17536 * gdb.base/consecutive-step-over.c: New file.
17537 * gdb.base/consecutive-step-over.exp: New file.
17538
17539 2014-04-22 Pedro Alves <palves@redhat.com>
17540
17541 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
17542 instead of send_gdb/gdb_expect.
17543
17544 2014-04-22 Yao Qi <yao@codesourcery.com>
17545
17546 * lib/trace-support.exp (generate_tracefile): New procedure.
17547 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
17548 return 0.
17549 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
17550 if generate_tracefile returns 1.
17551
17552 2014-04-18 Tom Tromey <palves@redhat.com>
17553 Pedro alves <tromey@redhat.com>
17554
17555 PR backtrace/15558
17556 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
17557 with a backtrace limit.
17558 * gdb.python/py-frame-inline.exp: Test running to an inline
17559 function with a backtrace limit, and printing the newest frame.
17560 * gdb.python/py-frame-inline.c (main): Call f.
17561
17562 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
17563
17564 * gdb.java/jnpe.exp: Drop srcdir from untested path.
17565
17566 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
17567
17568 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
17569 Drop prefix from unsupported source file path.
17570
17571 2014-04-17 Yao Qi <yao@codesourcery.com>
17572
17573 * lib/gdb.exp (with_target_charset): New proc.
17574 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
17575 with_target_charset.
17576 (test_print_strings): Likewise.
17577 (test_repeat_bytes): Likewise.
17578 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
17579 for some tests.
17580
17581 2014-04-16 Keith Seitz <keiths@redhat.com>
17582
17583 PR gdb/15827
17584 * gdb.dwarf2/corrupt.c: New file.
17585 * gdb.dwarf2/corrupt.exp: New file.
17586
17587 2014-04-16 Keith Seitz <keiths@redhat.com>
17588
17589 PR c++/16597
17590 * gdb.cp/namelessclass.cc: New file.
17591 * gdb.cp/namelessclass.exp: New file.
17592 * gdb.cp/namelessclass.S: New file.
17593
17594 2014-04-16 Doug Evans <dje@google.com>
17595
17596 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
17597 Add comment.
17598 (gdbserver_default_get_comm_port): New function.
17599 (gdbserver_start): Check if board file provided
17600 "gdbserver,get_comm_port" and use it if so.
17601 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
17602 (gdb,socketport): Set to "stdio".
17603 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
17604 (stdio_gdbserver_template): Delete.
17605 (${board}_get_remote_address): Update.
17606 (${board}_build_remote_cmd): Delete.
17607 (${board}_get_comm_port): New function.
17608 (${board}_spawn): Update.
17609 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
17610 Delete.
17611 (${board}_get_remote_address): Update.
17612 (${board}_get_comm_port): New function.
17613
17614 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
17615
17616 * gdb.base/memattr.exp: Improve regexps to handle memory regions
17617 appearing in any order.
17618
17619 2014-04-15 Doug Evans <dje@google.com>
17620
17621 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
17622 uninitialized value of "description".
17623
17624 2014-04-15 Keith Seitz <keiths@redhat.com>
17625
17626 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
17627 Remove unused globals.
17628 (test_running_the_program): Likewise.
17629 (test_controlled_execution): Likewise.
17630 (test_controlling_breakpoints): Likewise.
17631 (test_program_termination): Likewise.
17632
17633 2014-04-15 Keith Seitz <keiths@redhat.com>
17634
17635 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
17636 unused globals.
17637 (test_rbreak_creation_and_listing): Likewise.
17638 (test_ignore_count): Likewise.
17639 (test_error): Likewise.
17640
17641 2014-04-15 Pedro Alves <palves@redhat.com>
17642
17643 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
17644 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
17645 sym-file-loader.c.
17646 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
17647 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
17648 to sym-file-loader.c.
17649 (struct library): Forward declare.
17650 (load_shlib, lookup_function): Change prototypes.
17651 (find_shstrtab, find_strtab, find_shdr, find_symtab)
17652 (translate_offset): Remove declarations.
17653 (get_text_addr): New declaration.
17654 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
17655 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
17656 sym-file-loader.h.
17657 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
17658 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
17659 here from sym-file-loader.h.
17660 (struct library): New structure.
17661 (load_shlib, lookup_function): Change prototypes and adjust to
17662 work with a struct library.
17663 (find_shstrtab, find_strtab, find_shdr, find_symtab)
17664 (translate_offset): Make static.
17665 (get_text_addr): New function.
17666 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
17667
17668 2014-04-15 Pedro Alves <palves@redhat.com>
17669
17670 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
17671
17672 2014-04-15 Pedro Alves <palves@redhat.com>
17673
17674 * gdb.base/sym-file-loader.c: Include <limits.h>.
17675 (SELF_LINK): New define.
17676 (get_origin): New function.
17677 (load_shlib): Use it.
17678 * gdb.base/sym-file.exp: Don't early return if the target is
17679 remote. Use runto_main, and issue fail is that fails. Use
17680 gdb_load_shlibs.
17681 (shlib_name): Delete.
17682 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
17683
17684 2014-04-15 Pedro Alves <palves@redhat.com>
17685
17686 * gdb.base/sym-file.exp: Remove regex characters from test
17687 message. Don't refer to breakpoint numbers in test messages.
17688
17689 2014-04-14 Keith Seitz <keiths@redhat.com>
17690
17691 PR c++/16253
17692 * gdb.cp/var-tag.cc: New file.
17693 * gdb.cp/var-tag.exp: New file.
17694 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
17695 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
17696 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
17697 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
17698
17699 2014-04-14 Tom Tromey <tromey@redhat.com>
17700
17701 * gdb.cp/classes.exp (test_enums): Handle underlying type.
17702 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
17703 type.
17704 * gdb.cp/enum-class.exp: New file.
17705 * gdb.cp/enum-class.cc: New file.
17706
17707 2014-04-14 Tom Tromey <tromey@redhat.com>
17708
17709 * gdb.dwarf2/enum-type.exp: New file.
17710
17711 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17712
17713 * gdb.mi/mi-vla-c99.exp: New file.
17714 * gdb.mi/vla.c: New file.
17715
17716 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17717
17718 * gdb.base/vla-datatypes.c: New file.
17719 * gdb.base/vla-datatypes.exp: New file.
17720
17721 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17722
17723 * gdb.base/vla-ptr.c: New file.
17724 * gdb.base/vla-ptr.exp: New file.
17725
17726 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17727
17728 * gdb.dwarf2/count.exp: New file.
17729
17730 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17731
17732 * gdb.base/vla-sideeffect.c: New file.
17733 * gdb.base/vla-sideeffect.exp: New file.
17734
17735 2014-04-14 David Blaikie <dblaikie@gmail.com>
17736
17737 * gdb.mi/non-stop.c: Add return value for non-void function return
17738 statement.
17739 * gdb.threads/staticthreads.c: Ditto.
17740
17741 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
17742 Doug Evans <xdje42@gmail.com>
17743
17744 * gdb.guile/scm-value.c: Improve test case.
17745 * gdb.guile/scm-value.exp: Add new test.
17746
17747 2014-04-11 David Blaikie <dblaikie@gmail.com>
17748
17749 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
17750 override Clang's default.
17751
17752 2014-04-11 Joel Brobecker <brobecker@adacore.com>
17753
17754 Revert the following changes (regressions):
17755
17756 * gdb.base/vla-sideeffect.c: New file.
17757 * gdb.base/vla-sideeffect.exp: New file.
17758
17759 * gdb.dwarf2/count.exp: New file.
17760
17761 * gdb.base/vla-multi.c: New file.
17762 * gdb.base/vla-multi.exp: New file.
17763
17764 * gdb.base/vla-ptr.c: New file.
17765 * gdb.base/vla-ptr.exp: New file.
17766
17767 * gdb.base/vla-datatypes.c: New file.
17768 * gdb.base/vla-datatypes.exp: New file.
17769
17770 * gdb.mi/mi-vla-c99.exp: New file.
17771 * gdb.mi/vla.c: New file.
17772
17773 2014-04-11 Keith Seitz <keiths@redhat.com>
17774
17775 PR c++/16675
17776 * gdb.cp/cpsizeof.exp: New file.
17777 * gdb.cp/cpsizeof.cc: New file.
17778
17779 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17780
17781 * gdb.mi/mi-vla-c99.exp: New file.
17782 * gdb.mi/vla.c: New file.
17783
17784 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17785
17786 * gdb.base/vla-datatypes.c: New file.
17787 * gdb.base/vla-datatypes.exp: New file.
17788
17789 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17790
17791 * gdb.base/vla-ptr.c: New file.
17792 * gdb.base/vla-ptr.exp: New file.
17793
17794 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17795
17796 * gdb.base/vla-multi.c: New file.
17797 * gdb.base/vla-multi.exp: New file.
17798
17799 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17800
17801 * gdb.dwarf2/count.exp: New file.
17802
17803 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17804
17805 * gdb.base/vla-sideeffect.c: New file.
17806 * gdb.base/vla-sideeffect.exp: New file.
17807
17808 2014-04-11 Yao Qi <yao@codesourcery.com>
17809
17810 * gdb.base/completion.exp: Check file exists before running tests
17811 on file completion.
17812
17813 2014-04-10 Pedro Alves <palves@redhat.com>
17814
17815 * gdb.base/cond-eval-mode.c: New file.
17816 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
17817 prepare_for_testing to build the new file. Check result of
17818 runto_main.
17819 (test_break, test_watch): New procedures.
17820 (top level): Use them.
17821
17822 2014-04-08 Pierre Muller <muller@sourceware.org>
17823
17824 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
17825 Ctrl-V use for mingw hosts.
17826
17827 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
17828
17829 * gdb.python/py-value.c: Improve test case.
17830 * gdb.python/py-value.exp: Add new test.
17831
17832 2014-04-07 David Blaikie <dblaikie@gmail.com>
17833
17834 * lib/compiler.c: Identify the clang compiler.
17835 * lib/compiler.cc: Ditto.
17836
17837 2014-04-03 Yao Qi <yao@codesourcery.com>
17838
17839 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
17840
17841 2014-04-01 Anton Blanchard <anton@samba.org>
17842
17843 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
17844 messages unique.
17845
17846 2014-04-01 Anton Blanchard <anton@samba.org>
17847
17848 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
17849 prepare_for_testing.
17850
17851 2014-04-01 Anton Blanchard <anton@samba.org>
17852
17853 * gdb.arch/ppc64-atomic-inst.c: Remove.
17854 * gdb.arch/ppc64-atomic-inst.S: New file.
17855 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
17856
17857 2014-03-31 Doug Evans <dje@google.com>
17858
17859 * gdb.base/print-symbol-loading-lib.c: New file.
17860 * gdb.base/print-symbol-loading-main.c: New file.
17861 * gdb.base/print-symbol-loading.exp: New file.
17862
17863 2014-03-31 Yao Qi <yao@codesourcery.com>
17864
17865 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
17866
17867 2014-03-28 Joel Brobecker <brobecker@adacore.com>
17868
17869 * gdb.ada/mi_dyn_arr: New testcase.
17870
17871 2014-03-27 Doug Evans <dje@google.com>
17872
17873 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
17874
17875 2014-03-27 Yao Qi <yao@codesourcery.com>
17876
17877 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
17878 if target is nios2-*-*.
17879
17880 2014-03-26 Yao Qi <yao@codesourcery.com>
17881
17882 * lib/gdb.exp (readline_is_used): New proc.
17883 * gdb.base/completion.exp: Move tests on command complete up.
17884 Skip the rest of tests if readline is not used.
17885 * gdb.ada/complete.exp: Skp the test if readline is not
17886 used.
17887 * gdb.base/filesym.exp: Likewise.
17888 * gdb.base/macscp.exp: Likewise.
17889 * gdb.base/readline-ask.exp: Likewise.
17890 * gdb.base/readline.exp: Likewise.
17891 * gdb.python/py-cmd.exp: Likewise.
17892 * gdb.trace/tfile.exp: Likewise.
17893
17894 2014-03-26 Yao Qi <yao@codesourcery.com>
17895
17896 * gdb.base/macscp.exp: Fix code format issues.
17897
17898 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
17899
17900 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
17901 * gdb.asm/powerpc64le.inc: New file.
17902
17903 2014-03-25 Pedro Alves <palves@redhat.com>
17904 Doug Evans <dje@google.com>
17905
17906 * gdb.base/source-execution.c: New file.
17907 * gdb.base/source-execution.exp: New file.
17908 * gdb.base/source-execution.gdb: New file.
17909
17910 2014-03-24 Doug Evans <dje@google.com>
17911
17912 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
17913 using fission.
17914
17915 2014-03-24 Hui Zhu <hui@codesourcery.com>
17916 Pedro Alves <palves@redhat.com>
17917
17918 PR breakpoints/16101
17919 * gdb.base/dprintf.exp: Use unsupported rather than changing the
17920 test pass/fail messages. Detect missing support for dprintf when
17921 breakpoints are actually inserted.
17922 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
17923 breakpoints are actually inserted.
17924 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
17925 fails.
17926
17927 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
17928
17929 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
17930
17931 2014-03-22 Doug Evans <xdje42@gmail.com>
17932
17933 * gdb.python/python.exp (python not supported): Verify multi-line
17934 python command issues an error.
17935 * gdb.guile/guile.exp (guile not supported): Verify multi-line
17936 guile command issues an error.
17937
17938 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
17939
17940 * gdb.threads/thread-specific.exp: Handle the lack of usable
17941 $this_breakpoint and $this_thread.
17942
17943 2014-03-21 Hui Zhu <hui@codesourcery.com>
17944
17945 * gdb.base/attach.exp (do_command_attach_tests): New.
17946
17947 2014-03-20 Tom Tromey <tromey@redhat.com>
17948 Pedro Alves <palves@redhat.com>
17949
17950 PR cli/15718
17951 * gdb.base/condbreak-call-false.c: New file.
17952 * gdb.base/condbreak-call-false.exp: New file.
17953
17954 2014-03-20 Pedro Alves <palves@redhat.com>
17955
17956 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
17957 Delete.
17958 (block_signals, unblock_signals): Delete.
17959 (child_function_2, main): Remove references to deleted variable
17960 and functions.
17961
17962 2014-03-20 Pedro Alves <palves@redhat.com>
17963
17964 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
17965 Use pthread_kill to signal thread 2.
17966 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17967 Adjust to make the test send itself a signal rather than using the
17968 host's "kill" command.
17969
17970 2014-03-20 Pedro Alves <palves@redhat.com>
17971
17972 * gdb.threads/multiple-step-overs.c: New file.
17973 * gdb.threads/multiple-step-overs.exp: New file.
17974 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17975 Adjust expected infrun debug output.
17976
17977 2014-03-20 Pedro Alves <palves@redhat.com>
17978
17979 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
17980 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
17981
17982 2014-03-20 Pedro Alves <palves@redhat.com>
17983
17984 PR breakpoints/7143
17985 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
17986 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
17987 of gdb_test_multiple.
17988 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
17989 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
17990
17991 2014-03-20 Pedro Alves <palves@redhat.com>
17992
17993 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
17994 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
17995
17996 2014-03-19 Pedro Alves <palves@redhat.com>
17997
17998 * gdb.base/async.exp: Remove early return.
17999
18000 2014-03-19 Pedro Alves <palves@redhat.com>
18001
18002 * gdb.base/async.exp (step& tests): Pass explicit test messages.
18003
18004 2014-03-19 Pedro Alves <palves@redhat.com>
18005
18006 * gdb.base/async.exp (test_background): Expect \r\n after
18007 "completed." in the fail pattern.
18008
18009 2014-03-19 Pedro Alves <palves@redhat.com>
18010
18011 * gdb.base/async.exp (test_background): New procedure.
18012 Use it for all background execution command tests.
18013
18014 2014-03-19 Pedro Alves <palves@redhat.com>
18015
18016 * gdb.base/async.exp: Use prepare_for_testing.
18017
18018 2014-03-19 Pedro Alves <palves@redhat.com>
18019
18020 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
18021 the same line.
18022
18023 2014-03-19 Pedro Alves <palves@redhat.com>
18024
18025 * gdb.base/async.c (main): Add "jump here" and "until here" line
18026 marker comments.
18027 * gdb.base/async.exp (jump_here): New global.
18028 (jump& test): Use it.
18029 (until_here): New global.
18030 (until& test): Use it.
18031
18032 2014-03-19 Pedro Alves <palves@redhat.com>
18033
18034 * gdb.base/async.exp: Don't frob gdb_protocol.
18035
18036 2014-03-18 Doug Evans <xdje42@gmail.com>
18037
18038 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
18039 Fix spelling of exec-done-display.
18040
18041 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
18042
18043 PR gdb/15358
18044 * gdb.base/gdb-sigterm.c: New file.
18045 * gdb.base/gdb-sigterm.exp: New file.
18046
18047 2014-03-18 Pedro Alves <palves@redhat.com>
18048
18049 PR gdb/13860
18050 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
18051 * lib/mi-support.exp (mi_expect_stop): Add special handling for
18052 solib-event.
18053
18054 2014-03-17 Joel Brobecker <brobecker@adacore.com>
18055
18056 * gdb.ada/pckd_arr_ren: New testcase.
18057
18058 2014-03-13 Doug Evans <xdje42@gmail.com>
18059
18060 PR guile/16612
18061 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
18062 collect after discarding symbols.
18063
18064 2014-03-13 Ludovic Courtès <ludo@gnu.org>
18065 Doug Evans <xdje42@gmail.com>
18066
18067 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
18068 to history survives a gc.
18069
18070 2014-03-13 Pedro Alves <palves@redhat.com>
18071
18072 * gdb.base/default.exp: Don't test "target procfs".
18073
18074 2014-03-13 Pedro Alves <palves@redhat.com>
18075
18076 * gdb.base/default.exp: Update "target child" and "target procfs"
18077 tests to not expect "Unix".
18078
18079 2014-03-12 Tom Tromey <tromey@redhat.com>
18080
18081 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
18082 New procs. Add target-async tests.
18083 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
18084 Add target-async tests.
18085
18086 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18087
18088 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
18089 'func_start' and 'func_end' for the beginning and end of the
18090 function code, respectively.
18091 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
18092 'func_end' instead of 'func' and 'main'.
18093
18094 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18095
18096 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
18097 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
18098 generate the debug info assembler source.
18099
18100 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18101
18102 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
18103 * gdb.dwarf2/arr-subrange.exp: Likewise.
18104 * gdb.dwarf2/dwz.exp: Likewise.
18105 * gdb.dwarf2/method-ptr.exp: Likewise.
18106 * gdb.dwarf2/missing-sig-type.exp: Likewise.
18107 * gdb.dwarf2/subrange.exp: Likewise.
18108 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
18109 * gdb.dwarf2/implptrpiece.exp: Likewise.
18110 * gdb.dwarf2/nostaticblock.exp: Likewise.
18111
18112 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18113
18114 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
18115 directory to absolute path name arguments.
18116
18117 2014-03-10 Joel Brobecker <brobecker@adacore.com>
18118
18119 * gdb.ada/tagged_access: New testcase.
18120
18121 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
18122
18123 * gdb.btrace/data.exp: Update expected output.
18124
18125 2014-03-06 Yao Qi <yao@codesourcery.com>
18126
18127 * gdb.trace/pr16508.exp: New file.
18128
18129 2014-03-05 Pedro Alves <palves@redhat.com>
18130
18131 PR gdb/16575
18132 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
18133 procedure.
18134 (top level): Adjust to use it. Add tests that exercise breakpoint
18135 interaction with the code-cache.
18136
18137 2014-02-26 Ludovic Courtès <ludo@gnu.org>
18138
18139 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
18140 test for 'history-append!'.
18141
18142 2014-02-26 Joel Brobecker <brobecker@adacore.com>
18143
18144 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
18145 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
18146 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
18147 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
18148 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
18149 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
18150
18151 2014-02-26 Joel Brobecker <brobecker@adacore.com>
18152
18153 * testsuite/gdb.python/py-pp-re-notag.c: New file.
18154 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
18155 * testsuite/gdb.python/py-pp-re-notag.p: New file.
18156
18157 2014-02-26 Joel Brobecker <brobecker@adacore.com>
18158
18159 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
18160
18161 2014-02-26 Joel Brobecker <brobecker@adacore.com>
18162
18163 * gdb.dwarf2/arr-stride.c: New file.
18164 * gdb.dwarf2/arr-stride.exp: New file.
18165
18166 2014-02-26 Pedro Alves <palves@redhat.com>
18167
18168 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
18169 that won't ever trigger. Make sure that GDB reports the correct
18170 breakpoint that caused the stop.
18171
18172 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18173
18174 PR gdb/16626
18175 * gdb.base/auto-load-script: New file.
18176 * gdb.base/auto-load.c: New file.
18177 * gdb.base/auto-load.exp: New file.
18178
18179 PR gdb/16626
18180 * gdb.base/auto-load.exp: Fix out-of-srctree run.
18181
18182 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18183
18184 Fix dw2-icycle.exp -fsanitize=address GDB crash.
18185 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
18186
18187 2014-02-24 Doug Evans <dje@google.com>
18188
18189 * lib/gdb.exp (run_on_host): Log error output if program fails.
18190
18191 2014-02-21 Pedro Alves <palves@redhat.com>
18192
18193 * gdb.threads/step-after-sr-lock.c: Rename to ...
18194 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
18195 * gdb.threads/step-after-sr-lock.exp: Rename to ...
18196 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
18197 ... this.
18198
18199 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
18200
18201 PR tdep/16397
18202 * gdb.arch/amd64-stap-special-operands.exp: New file.
18203 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
18204 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
18205 * gdb.arch/amd64-stap-triplet.S: Likewise.
18206 * gdb.arch/amd64-stap-triplet.c: Likewise.
18207
18208 2014-02-20 Joel Brobecker <brobecker@adacore.com>
18209
18210 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
18211 in .section pseudo-op.
18212
18213 2014-02-20 lin zuojian <manjian2006@gmail.com>
18214 Joel Brobecker <brobecker@adacore.com>
18215 Doug Evans <xdje42@gmail.com>
18216
18217 PR symtab/16581
18218 * gdb.dwarf2/dw2-icycle.S: New file.
18219 * gdb.dwarf2/dw2-icycle.c: New file.
18220 * gdb.dwarf2/dw2-icycle.exp: New file.
18221
18222 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
18223
18224 * gdb.python/py-value-cc.cc: Improve test case to enable testing
18225 operations on gdb.Value objects.
18226 * gdb.python/py-value-cc.exp: Add new test to test operations on
18227 gdb.Value objects.
18228
18229 2014-02-18 Doug Evans <dje@google.com>
18230
18231 * Makefile.in (TESTS): New variable.
18232 (expanded_tests, expanded_tests_or_none): New variables
18233 (check-single): Pass $(expanded_tests_or_none) to runtest.
18234 (check-parallel): Only run tests in $(TESTS) if non-empty.
18235 (check/no-matching-tests-found): New rule.
18236 * README: Document TESTS makefile variable.
18237
18238 2014-02-18 Doug Evans <dje@google.com>
18239
18240 * Makefile.in (check-parallel): rm -rf outputs temp.
18241
18242 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
18243
18244 Fix "ERROR: no fileid for" in the testsuite.
18245 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
18246
18247 2014-02-12 Doug Evans <dje@google.com>
18248
18249 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
18250 (MISCELLANEOUS): New variable.
18251 (clean): rm -rf $(MISCELLANEOUS).
18252 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
18253 dwp live in the same directory as symlinks, with each symlink pointed
18254 to a differently named file in a different directory.
18255
18256 2014-02-11 Doug Evans <dje@google.com>
18257
18258 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
18259 of Tcl file commands.
18260
18261 2014-02-10 Mark Kettenis <kettenis@gnu.org>
18262
18263 * gdb.threads/step-after-sr-lock.exp: Avoid executing
18264 "kill -SIGUSR1 -1".
18265
18266 2014-02-10 Joel Brobecker <brobecker@adacore.com>
18267
18268 * gdb.ada/tick_length_array_enum_idx: New testcase.
18269
18270 2014-02-10 Doug Evans <xdje42@gmail.com>
18271
18272 * configure.ac (AC_OUTPUT): Add gdb.guile.
18273 * configure: Regenerate.
18274 * lib/gdb-guile.exp: New file.
18275 * lib/gdb.exp (get_target_charset): New function.
18276 * gdb.base/help.exp: Update expected output from "apropos apropos".
18277 * gdb.guile/Makefile.in: New file.
18278 * gdb.guile/guile.exp: New file.
18279 * gdb.guile/scm-arch.c: New file.
18280 * gdb.guile/scm-arch.exp: New file.
18281 * gdb.guile/scm-block.c: New file.
18282 * gdb.guile/scm-block.exp: New file.
18283 * gdb.guile/scm-breakpoint.c: New file.
18284 * gdb.guile/scm-breakpoint.exp: New file.
18285 * gdb.guile/scm-disasm.c: New file.
18286 * gdb.guile/scm-disasm.exp: New file.
18287 * gdb.guile/scm-equal.c: New file.
18288 * gdb.guile/scm-equal.exp: New file.
18289 * gdb.guile/scm-error.exp: New file.
18290 * gdb.guile/scm-error.scm: New file.
18291 * gdb.guile/scm-frame-args.c: New file.
18292 * gdb.guile/scm-frame-args.exp: New file.
18293 * gdb.guile/scm-frame-args.scm: New file.
18294 * gdb.guile/scm-frame-inline.c: New file.
18295 * gdb.guile/scm-frame-inline.exp: New file.
18296 * gdb.guile/scm-frame.c: New file.
18297 * gdb.guile/scm-frame.exp: New file.
18298 * gdb.guile/scm-generics.exp: New file.
18299 * gdb.guile/scm-gsmob.exp: New file.
18300 * gdb.guile/scm-iterator.c: New file.
18301 * gdb.guile/scm-iterator.exp: New file.
18302 * gdb.guile/scm-math.c: New file.
18303 * gdb.guile/scm-math.exp: New file.
18304 * gdb.guile/scm-objfile-script-gdb.in: New file.
18305 * gdb.guile/scm-objfile-script.c: New file.
18306 * gdb.guile/scm-objfile-script.exp: New file.
18307 * gdb.guile/scm-objfile.c: New file.
18308 * gdb.guile/scm-objfile.exp: New file.
18309 * gdb.guile/scm-ports.exp: New file.
18310 * gdb.guile/scm-pretty-print.c: New file.
18311 * gdb.guile/scm-pretty-print.exp: New file.
18312 * gdb.guile/scm-pretty-print.scm: New file.
18313 * gdb.guile/scm-section-script.c: New file.
18314 * gdb.guile/scm-section-script.exp: New file.
18315 * gdb.guile/scm-section-script.scm: New file.
18316 * gdb.guile/scm-symbol.c: New file.
18317 * gdb.guile/scm-symbol.exp: New file.
18318 * gdb.guile/scm-symtab-2.c: New file.
18319 * gdb.guile/scm-symtab.c: New file.
18320 * gdb.guile/scm-symtab.exp: New file.
18321 * gdb.guile/scm-type.c: New file.
18322 * gdb.guile/scm-type.exp: New file.
18323 * gdb.guile/scm-value-cc.cc: New file.
18324 * gdb.guile/scm-value-cc.exp: New file.
18325 * gdb.guile/scm-value.c: New file.
18326 * gdb.guile/scm-value.exp: New file.
18327 * gdb.guile/source2.scm: New file.
18328 * gdb.guile/types-module.cc: New file.
18329 * gdb.guile/types-module.exp: New file.
18330
18331 2014-02-10 Yao Qi <yao@codesourcery.com>
18332
18333 PR testsuite/16543
18334 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
18335 * configure: Regenerated.
18336 * Makefile.in: New file.
18337
18338 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
18339
18340 * gdb.python/py-framefilter.exp: Fix typo.
18341
18342 2014-02-08 Yao Qi <yao@codesourcery.com>
18343
18344 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
18345 that no =breakpoint-modified is emitted when breakpoints are
18346 modified through MI commands.
18347
18348 2014-02-07 Pedro Alves <pedro@codesourcery.com>
18349 Pedro Alves <palves@redhat.com>
18350
18351 * gdb.threads/step-after-sr-lock.c: New file.
18352 * gdb.threads/step-after-sr-lock.exp: New file.
18353
18354 2014-02-07 Pedro Alves <palves@redhat.com>
18355
18356 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
18357
18358 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
18359
18360 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
18361 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
18362
18363 2014-02-06 Doug Evans <xdje42@gmail.com>
18364
18365 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
18366 output.
18367
18368 * gdb.gdb/python-interrupts.exp: New file.
18369
18370 2014-02-05 Yao Qi <yao@codesourcery.com>
18371
18372 * gdb.trace/report.exp (use_collected_data): Test the output
18373 of "info threads" and "info inferiors".
18374
18375 2014-02-05 Yao Qi <yao@codesourcery.com>
18376
18377 Revert this patch:
18378
18379 2013-05-24 Yao Qi <yao@codesourcery.com>
18380
18381 * gdb.trace/tfile.exp: Test inferior and thread.
18382
18383 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18384
18385 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
18386 on a function.
18387 * gdb.base/step-bt.c: Call hello via function pointer to make
18388 sure its first instruction is executed on powerpc64le-linux.
18389
18390 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18391
18392 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
18393
18394 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18395
18396 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
18397 of the test patterns for use on little-endian systems.
18398
18399 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18400
18401 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
18402 (decimal_vector): Fix for little-endian.
18403
18404 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
18405
18406 * gdb.arch/sparc-sysstep.exp: New file.
18407 * gdb.arch/sparc-sysstep.c: Likewise.
18408
18409 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
18410
18411 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18412
18413 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
18414
18415 2014-01-23 Tom Tromey <tromey@redhat.com>
18416
18417 * gdb.ada/array_char_idx: New testcase.
18418
18419 2014-01-23 Tom Tromey <tromey@redhat.com>
18420
18421 PR python/16487:
18422 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
18423 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
18424 classes.
18425
18426 2014-01-23 Tom Tromey <tromey@redhat.com>
18427
18428 PR python/16491:
18429 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
18430 string from an inferior frame.
18431 * gdb.python/py-framefilter-mi.exp: Update.
18432
18433 2014-01-22 Doug Evans <dje@google.com>
18434
18435 * gdb.server/server-mon.exp: Add tests for "set debug-format".
18436
18437 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18438
18439 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
18440
18441 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18442
18443 * gdb.trace/entry-values.exp: Remove excess space character from
18444 regex patterns. Handle s390 call instruction.
18445
18446 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18447
18448 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
18449 define "*_start" label. Make "name" static.
18450 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
18451 ${name} by references to ${name}_start.
18452
18453 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18454
18455 * gdb.base/info-macros.exp: Remove "debug" from the compile
18456 options.
18457
18458 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18459
18460 * gdb.dlang/demangle.exp: New file.
18461
18462 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18463
18464 * gdb.dlang/primitive-types.exp: New file.
18465
18466 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18467
18468 * configure.ac: Create gdb.dlang/Makefile.
18469 * configure: Regenerate.
18470 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
18471 * gdb.dlang/Makefile.in: New file.
18472 * lib/d-support.exp: New file.
18473 * lib/gdb.exp (skip_d_tests): New proc.
18474
18475 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18476
18477 * gdb.btrace/delta.exp: Check reverse stepi.
18478 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
18479 * gdb.btrace/finish.exp: New.
18480 * gdb.btrace/next.exp: New.
18481 * gdb.btrace/nexti.exp: New.
18482 * gdb.btrace/record_goto.c: Add comments.
18483 * gdb.btrace/step.exp: New.
18484 * gdb.btrace/stepi.exp: New.
18485 * gdb.btrace/multi-thread-step.c: New.
18486 * gdb.btrace/multi-thread-step.exp: New.
18487 * gdb.btrace/rn-dl-bind.c: New.
18488 * gdb.btrace/rn-dl-bind.exp: New.
18489 * gdb.btrace/data.c: New.
18490 * gdb.btrace/data.exp: New.
18491 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
18492
18493 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18494
18495 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
18496 * gdb.btrace/exception.exp: Update.
18497 * gdb.btrace/instruction_history.exp: Update.
18498 * gdb.btrace/record_goto.exp: Update.
18499 * gdb.btrace/tailcall.exp: Update.
18500 * gdb.btrace/unknown_functions.exp: Update.
18501 * gdb.btrace/delta.exp: New.
18502
18503 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18504
18505 * gdb.btrace/record_goto.exp: Add backtrace test.
18506 * gdb.btrace/tailcall.exp: Add backtrace test.
18507
18508 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18509
18510 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
18511 * gdb.btrace/record_goto.c: New.
18512 * gdb.btrace/record_goto.exp: New.
18513 * gdb.btrace/x86-record_goto.S: New.
18514
18515 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18516
18517 * gdb.btrace/function_call_history.exp: Update tests.
18518 * gdb.btrace/instruction_history.exp: Update tests.
18519
18520 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18521
18522 * gdb.btrace/function_call_history.exp: Fix expected field
18523 order for "record function-call-history".
18524 Add new tests for "record function-call-history /c".
18525 * gdb.btrace/exception.cc: New.
18526 * gdb.btrace/exception.exp: New.
18527 * gdb.btrace/tailcall.exp: New.
18528 * gdb.btrace/x86-tailcall.S: New.
18529 * gdb.btrace/x86-tailcall.c: New.
18530 * gdb.btrace/unknown_functions.c: New.
18531 * gdb.btrace/unknown_functions.exp: New.
18532 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
18533
18534 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18535
18536 * gdb.btrace/instruction_history.exp: Update.
18537 * gdb.btrace/function_call_history.exp: Update.
18538
18539 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18540
18541 * gdb.btrace/function_call_history.exp: Fix expected function
18542 trace.
18543 * gdb.btrace/instruction_history.exp: Initialize traced.
18544 Remove traced_functions.
18545
18546 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18547
18548 * gdb.btrace/function_call_history.exp: Update
18549 * gdb.btrace/instruction_history.exp: Update.
18550
18551 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18552
18553 * gdb.btrace/enable.exp: Update expected text.
18554
18555 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
18556
18557 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
18558 bytes.
18559
18560 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
18561
18562 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
18563
18564 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
18565
18566 * lib/gdb.exp (supports_process_record): Return true for
18567 arm*-linux*. (supports_reverse): Likewise.
18568
18569 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
18570
18571 PR python/15464
18572 PR python/16113
18573 * gdb.python/py-type.c: Enhance test case.
18574 * gdb.python/py-value-cc.cc: Likewise
18575 * gdb.python/py-type.exp: Add new tests.
18576 * gdb.python/py-value-cc.exp: Likewise
18577
18578 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
18579 Pedro Alves <palves@redhat.com>
18580
18581 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
18582 Make "name" extern.
18583 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
18584 references to ${name}_start by references to ${name}.
18585
18586 2014-01-10 Joel Brobecker <brobecker@adacore.com>
18587
18588 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
18589
18590 2014-01-10 Joel Brobecker <brobecker@adacore.com>
18591
18592 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
18593
18594 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
18595 Pedro Alves <palves@redhat.com>
18596
18597 * gdb.mi/mi-info-os.exp: Connect to the target with
18598 mi_gdb_target_load.
18599
18600 2014-01-08 Pedro Alves <palves@redhat.com>
18601
18602 * gdb.threads/reconnect-signal.c: New file.
18603 * gdb.threads/reconnect-signal.exp: New file.
18604
18605 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
18606
18607 * gdb.base/source-dir.exp: New file.
18608
18609 2014-01-07 Joel Brobecker <brobecker@adacore.com>
18610
18611 * gdb.ada/mi_interface: New testcase.
18612
18613 2014-01-07 Joel Brobecker <brobecker@adacore.com>
18614
18615 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
18616 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
18617 gdb.ada/pp-rec-component/pck.ads: New files.
18618
18619 2014-01-07 Joel Brobecker <brobecker@adacore.com>
18620
18621 * gdb.python/py-pp-integral.c: New file.
18622 * gdb.python/py-pp-integral.py: New file.
18623 * gdb.python/py-pp-integral.exp: New file.
18624
18625 For older changes see ChangeLog-1993-2013.
18626 \f
18627 ;; Local Variables:
18628 ;; mode: change-log
18629 ;; left-margin: 8
18630 ;; fill-column: 74
18631 ;; version-control: never
18632 ;; End:
18633
18634 Copyright 2014-2020 Free Software Foundation, Inc.
18635 Copying and distribution of this file, with or without modification,
18636 are permitted provided the copyright notice and this notice are preserved.
This page took 0.438635 seconds and 4 git commands to generate.