[gdb/testsuite] Fix FAILs due to verbose in foll-fork.exp
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2020-03-11 Tom de Vries <tdevries@suse.de>
2
3 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
4
5 2020-03-11 Tom de Vries <tdevries@suse.de>
6
7 * gdb.base/break-interp.exp: Limit verbose scope.
8
9 2020-03-11 Tom de Vries <tdevries@suse.de>
10
11 * gdb.fortran/logical.f90: Define variable with character type.
12 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
13
14 2020-03-11 Tom de Vries <tdevries@suse.de>
15
16 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
17
18 2020-03-11 Tom de Vries <tdevries@suse.de>
19
20 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
21 symtabs.
22
23 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
24 Bernd Edlinger <bernd.edlinger@hotmail.de>
25
26 * gdb.cp/step-and-next-inline.cc: New file.
27 * gdb.cp/step-and-next-inline.exp: New file.
28 * gdb.cp/step-and-next-inline.h: New file.
29 * gdb.dwarf2/dw2-is-stmt.c: New file.
30 * gdb.dwarf2/dw2-is-stmt.exp: New file.
31 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
32 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
33 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
34
35 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
36
37 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
38 is-stmt flag in the line table.
39
40 2020-03-09 Tom de Vries <tdevries@suse.de>
41
42 * lib/gdb.exp (cached_file): Create cache dir.
43
44 2020-03-07 Tom de Vries <tdevries@suse.de>
45
46 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
47 * gdb.cp/rvalue-ref-params.exp: Same.
48
49 2020-03-06 Tom de Vries <tdevries@suse.de>
50
51 * lib/gdb.exp (tentative_rename, cached_file): New proc.
52 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
53
54 2020-03-06 Tom de Vries <tdevries@suse.de>
55
56 * README: Fix "the the".
57 * gdb.base/dprintf.exp: Same.
58
59 2020-03-05 Tom de Vries <tdevries@suse.de>
60
61 * gdb.base/maint.exp: Update "main print statistics" expected output.
62
63 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
64
65 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
66 (fortran_int8): Likewise.
67 (fortran_real4): Likewise.
68 (fortran_real8): Likewise.
69 (fortran_complex4): Likewise.
70 (fortran_logical4): Likewise.
71 (fortran_character1): Likewise.
72
73 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
74
75 * gdb.fortran/logical.exp: Add tests that any non-zero value is
76 printed as true.
77
78 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
79
80 * gdb.base/printcmds.exp: Add test to verify printf of a
81 variable holding an address.
82
83 2020-03-03 Tom de Vries <tdevries@suse.de>
84
85 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
86
87 2020-03-03 Tom de Vries <tdevries@suse.de>
88
89 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
90 gdb_test_multiple call.
91
92 2020-03-03 Tom de Vries <tdevries@suse.de>
93
94 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
95 gdb_test_multiple calls.
96
97 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
98
99 * gdb.base/default.exp: Remove test of 'set history filename'.
100 * gdb.base/gdbinit-history.exp: Add tests for setting the history
101 filename to the empty string.
102 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
103 and GDBHISTSIZE.
104
105 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
106
107 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
108 disabled.
109
110 2020-03-02 Pedro Alves <palves@redhat.com>
111 Tom de Vries <tdevries@suse.de>
112
113 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
114 -prompt prefix, before user_code argument. Add -lbl option likewise.
115 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
116 (gdb_is_target_1): Add -prompt prefix and move to before user_code
117 argument.
118 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
119 have "\r\n" at start-of-line, instead of at end-of-line.
120
121 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
122
123 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
124 libinproctrace.so.
125
126 2020-02-28 Luis Machado <luis.machado@linaro.org>
127
128 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
129 to "p/x".
130
131 2020-02-28 Luis Machado <luis.machado@linaro.org>
132
133 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
134 asm/ptrace.h and error.h.
135
136 2020-02-28 Tom de Vries <tdevries@suse.de>
137
138 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
139 (struct wrapper, do_something, mundane/symada__cS): Move ...
140 * gdb.base/c-linkage-name-2.c: ... here. New source file.
141 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
142 Update "print symada__cS before partial symtab expansion" regexp.
143 Update breakpoint location. Flush symbol cache after expansion.
144
145 2020-02-28 Luis Machado <luis.machado@linaro.org>
146
147 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
148
149 2020-02-27 Tom de Vries <tdevries@suse.de>
150
151 * config/sid.exp: Remove unused globals.
152 * gdb.base/attach.exp: Same.
153 * gdb.base/catch-load.exp: Same.
154 * gdb.base/dbx.exp: Same.
155 * lib/gdb.exp: Same.
156 * lib/mi-support.exp: Same.
157 * lib/prompt.exp: Same.
158
159 2020-02-27 Tom de Vries <tdevries@suse.de>
160
161 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
162 not set.
163
164 2020-02-26 Aaron Merey <amerey@redhat.com>
165
166 * gdb.debuginfod: New directory for debuginfod tests.
167 * gdb.debuginfod/main.c: New test file.
168 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
169
170 2020-02-26 Tom de Vries <tdevries@suse.de>
171
172 PR gdb/25603
173 * gdb.base/persistent-lang.cc: New test.
174 * gdb.base/persistent-lang.exp: New file.
175
176 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
177
178 * gdb.fortran/derived-type-striding.exp: Add a new test.
179 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
180 new test.
181
182 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
183
184 * gdb.base/cached-source-file.exp: Avoid source file paths in test
185 names.
186
187 2020-02-25 Tom de Vries <tdevries@suse.de>
188
189 PR go/18926
190 * gdb.go/methods.exp: Remove gcc/93866 xfail.
191
192 2020-02-24 Tom de Vries <tdevries@suse.de>
193
194 PR gdb/25592
195 * gdb.base/info-locals-unused-static-var.c: New test.
196 * gdb.base/info-locals-unused-static-var.exp: New file.
197
198 2020-02-22 Tom Tromey <tom@tromey.com>
199
200 * gdb.python/tui-window.exp: New file.
201 * gdb.python/tui-window.py: New file.
202
203 2020-02-22 Tom Tromey <tom@tromey.com>
204
205 PR tui/17850:
206 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
207 tests.
208
209 2020-02-22 Tom Tromey <tom@tromey.com>
210
211 * gdb.tui/new-layout.exp: Add sub-layout tests.
212
213 2020-02-22 Tom Tromey <tom@tromey.com>
214
215 * gdb.tui/new-layout.exp: New file.
216
217 2020-02-22 Tom Tromey <tom@tromey.com>
218
219 * gdb.rust/rust-style.rs: New file.
220 * gdb.rust/rust-style.exp: New file.
221 * gdb.base/style.exp: Test structure printing.
222 * gdb.base/style.c (struct some_struct): New type.
223 (enum etype): New type.
224 (struct_value): New global.
225
226 2020-02-21 Tom de Vries <tdevries@suse.de>
227
228 PR go/18926
229 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
230 Remove blanket xfails. Use message argument for gdb_breakpoint.
231 Make continuing to breakpoint test conditional on setting breakpoint.
232 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
233 DW_AT_name attribute. Add xfail for GCC PR93866.
234
235 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
236
237 * gdb.dwarf2/cpp-linkage-name.c: New file.
238 * gdb.dwarf2/cpp-linkage-name.exp: New file.
239
240 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
241
242 * lib/gdb.exp (gdb_wrapper_init): Reset
243 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
244 not exist.
245
246 2020-02-20 Tom de Vries <tdevries@suse.de>
247
248 PR go/17018
249 * gdb.go/hello.exp: Copy ...
250 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
251 print of st to print value of global definition. Add xfail for GCC
252 PR93844.
253 * gdb.go/hello.exp: Remove printing of st before definition.
254 * gdb.go/hello.go: Copy ...
255 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
256 to st.
257 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
258
259 2020-02-20 Tom de Vries <tdevries@suse.de>
260
261 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
262 (gdb_simple_compile): Handle compile_flags go by using .go extension
263 for source file.
264 * gdb.go/chan.exp: Use support_go_compile.
265 * gdb.go/handcall.exp: Same.
266 * gdb.go/hello.exp: Same.
267 * gdb.go/integers.exp: Same.
268 * gdb.go/max-depth.exp: Same.
269 * gdb.go/methods.exp: Same.
270 * gdb.go/package.exp: Same.
271 * gdb.go/strings.exp: Same.
272 * gdb.go/types.exp: Same.
273 * gdb.go/unsafe.exp: Same.
274
275 2020-02-19 Tom de Vries <tdevries@suse.de>
276
277 * gdb.python/lib-types.exp: Make xfail more strict.
278
279 2020-02-19 Tom de Vries <tdevries@suse.de>
280
281 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
282
283 2020-02-19 Doug Evans <dje@google.com>
284
285 PR rust/25535
286 * gdb.rust/simple.exp: Add test.
287 * gdb.rust/simple.rs: Add test.
288
289 2020-02-19 Tom de Vries <tdevries@suse.de>
290
291 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
292 output line-by-line.
293
294 2020-02-19 Tom de Vries <tdevries@suse.de>
295
296 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
297
298 2020-02-19 Tom de Vries <tdevries@suse.de>
299
300 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
301 prelink.
302
303 2020-02-19 Tom de Vries <tdevries@suse.de>
304
305 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
306 (gdb_do_cache): Use gdb_do_cache_wrap.
307 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
308
309 2020-02-19 Tom de Vries <tdevries@suse.de>
310
311 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
312 gdb_compile option.
313
314 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
315
316 * gdb.base/printcmds.exp (test_print_enums): Update expected
317 output.
318
319 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
320
321 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
322 for "unknown".
323
324 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
325
326 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
327 enumerator.
328
329 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
330
331 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
332 FE_, add FE_NONE.
333 (three): Update.
334 (enum flag_enum_without_zero): New enum.
335 (flag_enum_without_zero): New variable.
336 (enum not_flag_enum): New enum.
337 (three_not_flag): New variable.
338 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
339 (test_print_enums): Add more tests for printing flag enums.
340
341 2020-02-18 Tom de Vries <tdevries@suse.de>
342
343 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
344 (gdb_compile_ada): ... here.
345 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
346 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
347
348 2020-02-14 Tom Tromey <tom@tromey.com>
349
350 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
351 build directory.
352 * boards/gdbserver-base.exp: Update path to gdbserver.
353
354 2020-02-13 Tom de Vries <tdevries@suse.de>
355
356 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
357
358 2020-02-13 Tom de Vries <tdevries@suse.de>
359
360 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
361 are missing.
362
363 2020-02-13 Tom de Vries <tdevries@suse.de>
364
365 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
366 call.
367
368 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
369
370 PR tui/25126
371 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
372 * gdb.base/cached-source-file.c: New file.
373 * gdb.base/cached-source-file.exp: New file.
374
375 2020-02-11 Tom de Vries <tdevries@suse.de>
376
377 PR testsuite/25488
378 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
379
380 2020-02-10 Tom de Vries <tdevries@suse.de>
381
382 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
383
384 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
385
386 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
387 and $after_addr are both integers before making a comparison.
388
389 2020-02-09 Tom de Vries <tdevries@suse.de>
390
391 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
392 command output and paste it into gdb.log. If any, paste catch message
393 to gdb.log.
394
395 2020-02-07 Tom Tromey <tromey@adacore.com>
396
397 PR breakpoints/24915:
398 * gdb.base/annotate-symlink.exp: Use setup_xfail.
399
400 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
401
402 * gdb.tui/tui-missing-src.exp: Add the "missing source
403 file" test for the TUI.
404
405 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
406
407 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
408 including a port number in the output.
409
410 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
411
412 * lib/fortran.exp (fortran_int4): Handle clang.
413 (fortran_int8): Likewise.
414 (fortran_real4): Likewise.
415 (fortran_real8): Likewise.
416 (fortran_complex4): Likewise.
417 (fortran_logical4): Likewise.
418 (fortran_character1): Likewise.
419
420 2020-02-04 Tom de Vries <tdevries@suse.de>
421
422 * README (Race detection): Add note.
423
424 2020-02-04 Tom de Vries <tdevries@suse.de>
425
426 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
427
428 2020-02-04 Tom de Vries <tdevries@suse.de>
429
430 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
431
432 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
433
434 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
435 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
436 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
437 blttar, bnetarl.
438 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
439 binary for blttar, bnetarl.
440 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
441 wait instruction. Delete ldmx test.
442 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
443
444 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
445
446 * gdb.fortran/array-bounds-high.exp: New file.
447 * gdb.fortran/array-bounds-high.f90: New file.
448
449 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
450
451 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
452 Replace #include of <sys/fcntl.h> by <fcntl.h>.
453
454 2020-02-01 Tom de Vries <tdevries@suse.de>
455
456 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
457
458 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
459
460 PR tui/9765
461 * gdb.tui/tui-layout-asm-short-prog.S: New file.
462 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
463
464 2020-01-29 Luis Machado <luis.machado@linaro.org>
465
466 * gdb.arch/aarch64-brk-patterns.c: New source file.
467 * gdb.arch/aarch64-brk-patterns.exp: New test.
468
469 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
470
471 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
472 GCC/Clang version.
473 * gdb.cp/pass-by-ref.exp: Ditto.
474
475 2020-01-29 Tom de Vries <tdevries@suse.de>
476
477 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
478 * gdb.threads/watchpoint-fork-mt.c: Same.
479 * gdb.threads/watchpoint-fork-parent.c: Same.
480 * gdb.threads/watchpoint-fork-st.c: Same.
481 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
482
483 2020-01-27 Luis Machado <luis.machado@linaro.org>
484
485 * gdb.base/step-over-syscall.exp (setup): Check if we're already
486 sitting at a syscall instruction when we hit the syscall function's
487 breakpoint.
488 Check PC against one obtained with the x command.
489 Validate syscall number.
490 (step_over_syscall): Don't continue to the syscall instruction if
491 we're already there.
492
493 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
494
495 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
496
497 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
498
499 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
500 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
501
502 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
503
504 * gdb.dwarf2/dw2-inline-stepping.c: New file.
505 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
506
507 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
508
509 * gdb.base/maint.exp: Update line table parsing test.
510 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
511
512 2020-01-24 Pedro Alves <palves@redhat.com>
513
514 PR gdb/25410
515 * gdb.multi/multi-re-run-1.c: New.
516 * gdb.multi/multi-re-run-2.c: New.
517 * gdb.multi/multi-re-run.exp: New.
518
519 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
520
521 PR gdb/23718
522 * gdb.server/server-kill-python.exp: New file.
523
524 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
525
526 * gdb.server/multi-ui-errors.c: New file.
527 * gdb.server/multi-ui-errors.exp: New file.
528
529 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
530
531 PR tui/9765
532 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
533
534 2020-01-19 Tom Tromey <tom@tromey.com>
535
536 * gdb.tui/main.exp: Add check for plain "file".
537
538 2020-01-16 Christian Biesinger <cbiesinger@google.com>
539
540 * lib/gdb.exp: Fix spelling error (seperatelly).
541
542 2020-01-14 Tom Tromey <tom@tromey.com>
543
544 PR symtab/12535:
545 * gdb.python/python.exp: Test decode_line with empty string
546 argument.
547
548 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
549
550 * gdb.base/skip-inline.exp: Extend test.
551
552 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
553
554 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
555 * gdb.dwarf2/dw2-bad-elf.c: New file.
556 * gdb.dwarf2/dw2-bad-elf.exp: New file.
557
558 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
559
560 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
561 _line_saw_file.
562
563 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
564
565 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
566 border.
567
568 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
569
570 * gdb.multi/multi-target.exp (setup): Factor out "info
571 connections" and "info inferiors" tests to ...
572 (test_info_inferiors): ... this new procedure.
573 (top level): Run new "info-inferiors" tests.
574
575 2020-01-10 Pedro Alves <palves@redhat.com>
576
577 * gdb.server/bkpt-other-inferior.exp: New file.
578
579 2020-01-10 Pedro Alves <palves@redhat.com>
580
581 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
582 of "add-inferior".
583 * gdb.base/quit-live.exp: Likewise.
584 * gdb.base/remote-exec-file.exp: Likewise.
585 * gdb.guile/scm-progspace.exp: Likewise.
586 * gdb.linespec/linespec.exp: Likewise.
587 * gdb.mi/new-ui-mi-sync.exp: Likewise.
588 * gdb.mi/user-selected-context-sync.exp: Likewise.
589 * gdb.multi/multi-target.exp (setup): Add "info connection" and
590 "info inferiors" tests.
591 * gdb.multi/remove-inferiors.exp: Adjust expected output of
592 "add-inferior".
593 * gdb.multi/watchpoint-multi.exp: Likewise.
594 * gdb.python/py-inferior.exp: Likewise.
595 * gdb.server/extended-remote-restart.exp: Likewise.
596 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
597 "info inferiors".
598 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
599 * gdb.trace/report.exp: Likewise.
600
601 2020-01-10 Pedro Alves <palves@redhat.com>
602
603 * gdb.multi/multi-target.c: New file.
604 * gdb.multi/multi-target.exp: New file.
605 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
606 mode requested, but remote does not support non-stop".
607
608 2020-01-10 Pedro Alves <palves@redhat.com>
609
610 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
611 disconnect before reconnecting.
612
613 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
614 Pedro Alves <palves@redhat.com>
615
616 * gdb.server/connect-without-multi-process.exp: Also test
617 continuing to end.
618
619 2020-01-10 Pedro Alves <palves@redhat.com>
620
621 * gdb.base/remote-exec-file.exp: New file.
622
623 2020-01-10 Pedro Alves <palves@redhat.com>
624
625 * gdb.base/fork-running-state.exp (do_test): Adjust expected
626 output.
627 * gdb.threads/async.c: New.
628 * gdb.threads/async.exp: New.
629 * gdb.multi/tids-gid-reset.c: New.
630 * gdb.multi/tids-gid-reset.exp: New.
631
632 2020-01-10 George Barrett <bob@bob131.so>
633
634 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
635 to help in finding the image relocation offset.
636 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
637 options in arguments.
638 (stap_test_no_debuginfo): Likewise.
639 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
640 test variants.
641 (stap_test): Add null semaphore relocation test.
642
643 2020-01-10 George Barrett <bob@bob131.so>
644
645 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
646 * gdb.base/stap-probe.exp: Likewise.
647 (stap_test): Pass argument as an additional flag.
648 (stap_test_no_debuginfo): Likewise.
649 (stap_test): Check `info probes stap' output for semaphore
650 addresses if the test binary is supposed to have them.
651
652 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
653
654 * gdb.tui/basic.exp: Add more scrolling tests.
655
656 2020-01-09 Tom Tromey <tom@tromey.com>
657
658 PR tui/18932:
659 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
660 meangingful value.
661 (Term::command, Term::resize): Update.
662 * gdb.tui/basic.exp: Add scrolling test.
663
664 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
665
666 * gdb.tui/tui-layout-asm.exp: New file.
667
668 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
669
670 * lib/tuiterm.exp (Term::check_box_contents): New proc.
671
672 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
673
674 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
675 (Term::enter_tui): Use Term::prepare_for_tui.
676
677 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
678
679 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
680 called.
681
682 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
683
684 * gdb.base/skip.exp: Fix race condition in test.
685
686 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
687
688 * gdb.base/backtrace.c: New file.
689 * gdb.base/backtrace.exp: New file.
690
691 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
692
693 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
694
695 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
696
697 * gdb.base/style.exp: Test that warnings are styled.
698
699 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
700
701 * gdb.base/line65535.exp: New file.
702 * gdb.base/line65535.c: New file.
703
704 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
705
706 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
707 * lib/gnat_debug_info_test.adb: New file.
708 * gdb.ada/ptype_tagged_param.exp: Use
709 gnat_runtime_has_debug_info, expect a different output if
710 runtime does not have debug info.
711
712 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
713
714 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
715 (another) quote in test name.
716
717 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
718
719 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
720 Add quote in test name.
721
722 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
723
724 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
725 directory instead.
726 * gdb.cp/pass-by-ref.exp: Extend with more cases.
727 * gdb.cp/pass-by-ref-2.cc: New file.
728 * gdb.cp/pass-by-ref-2.exp: New file.
729
730 2019-12-20 Tom Tromey <tom@tromey.com>
731
732 * gdb.tui/list-before.exp: New file.
733
734 2019-12-20 Tom Tromey <tom@tromey.com>
735
736 * gdb.tui/list.exp: Check for source on initial listing.
737
738 2019-12-11 Tom Tromey <tromey@adacore.com>
739
740 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
741 Add crlf test.
742
743 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
744
745 * gdb.base/default.exp: Update value of $_gdb_major.
746
747 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
748
749 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
750
751 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
752
753 * gdb.base/skip.exp: Whitespace fix.
754
755 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
756
757 * gdb.base/skip-inline.c: New file.
758 * gdb.base/skip-inline.exp: New file.
759
760 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
761
762 * gdb.base/jit-reader.exp (jit_reader_test): Rename
763 jit_function_00 to jit_function_stack_mangle.
764 * gdb.base/jithost.c (jit_function_t): Rename to...
765 (jit_function_stack_mangle_t): ... this.
766 (jit_function_add_t): New typedef.
767 (jit_function_00_code): Rename to...
768 (jit_function_stack_mangle_code): ... this, make static.
769 (jit_function_add_code): New.
770 (main): Generate "add" function and call it. Adjust to changes
771 in jithost_abi.
772 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
773 (struct jithost_abi) <begin, end>: Remove fields.
774 <object, function_stack_mangle, function_add>: New fields.
775 * gdb.base/jitreader.c (struct reader_state) <code_begin,
776 code_end>: Remove fields.
777 <func_stack_mangle>: New field.
778 (read_debug_info): Adjust to renaming, create block for "add"
779 function.
780 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
781
782 2019-12-11 Tom Tromey <tom@tromey.com>
783
784 * gdb.tui/resize.exp: Fix regexp.
785 * gdb.tui/regs.exp: Fix regexps.
786 * gdb.tui/main.exp: Fix regexp.
787
788 2019-12-11 Tom Tromey <tom@tromey.com>
789
790 * gdb.tui/resize.exp: Update.
791 * gdb.tui/empty.exp (layouts): Update.
792
793 2019-12-11 Tom Tromey <tom@tromey.com>
794
795 * gdb.tui/regs.exp: Update.
796 * gdb.tui/empty.exp (layouts): Update.
797 * gdb.tui/basic.exp: Update.
798 * lib/tuiterm.exp (_check_box): Don't check bottom border.
799
800 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
801
802 * gdb.base/options.exp: Add -raw-values in the print completion list.
803 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
804
805 2019-12-10 Kevin Buettner <kevinb@redhat.com>
806
807 * gdb.threads/omp-par-scope.c: New file.
808 * gdb/threads/omp-par-scope.exp: New file.
809
810 2019-12-10 Kevin Buettner <kevinb@redhat.com>
811
812 * lib/gdb.exp (support_nested_function_tests): New proc.
813
814 2019-12-10 Kevin Buettner <kevinb@redhat.com>
815
816 * lib/gdb.exp (gdb_compile_openmp): New proc.
817 (build_executable_from_specs): Add an "openmp" option.
818 (gdb_compile_pthreads): Add non-executable case.
819
820 2019-12-10 Tom Tromey <tromey@adacore.com>
821
822 * gdb.ada/unchecked_union.exp: New file.
823 * gdb.ada/unchecked_union/pck.adb: New file.
824 * gdb.ada/unchecked_union/pck.ads: New file.
825 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
826 * gdb-utils.exp (string_to_regexp): Also quote "?".
827
828 2019-12-10 George Barrett <bob@bob131.so>
829
830 Test scripted probe breakpoints.
831 * gdb.guile/scm-breakpoint.c (main): Add probe point.
832 * gdb.python/py-breakpoint.c (main): Likewise.
833 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
834 specifier test.
835 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
836
837 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
838
839 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
840 an rvalue parameter.
841 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
842 parameter.
843
844 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
845
846 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
847 modules.
848
849 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
850
851 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
852 broken version of GCC.
853
854 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
855
856 * gdb.fortran/info-modules.exp: Rewrite to make use of new
857 sym-info-cmds library.
858 * gdb.fortran/info-types.exp: Likewise.
859 * lib/sym-info-cmds.exp: New file.
860
861 2019-12-08 Tom de Vries <tdevries@suse.de>
862
863 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
864
865 2019-12-07 Keith Seitz <keiths@redhat.com>
866
867 * gdb.base/corefile-buildid-shlib-shr.c: New file.
868 * gdb.base/corefile-buildid-shlib.c: New file.
869 * gdb.base/corefile-buildid.c: New file.
870 * gdb.base/corefile-buildid.exp: New file.
871
872 2019-12-06 Tom de Vries <tdevries@suse.de>
873
874 * gdb.dwarf2/varval.exp: Add decl before def test.
875
876 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
877
878 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
879
880 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
881
882 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
883 CV and reference conversion for overload resolution.
884 * gdb.cp/rvalue-ref-overload.exp: Test it.
885
886 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
887
888 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
889 * gdb.base/frameapply.exp: Test faas without command.
890
891 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
892
893 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
894 Fortran tests.
895 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
896 order.
897
898 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
899
900 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
901 casting to type with no kind specified.
902 (test_basic_parsing_of_type_kinds): Additional tests for types
903 with no kind specified, and add tests for single/double
904 precision/complex types.
905
906 2019-12-04 Tom Tromey <tromey@adacore.com>
907
908 * gdb.base/endianity.c (struct other) <x>: New field.
909 (main): Initialize it.
910 * gdb.base/endianity.exp: Update.
911
912 2019-12-04 Tom Tromey <tromey@adacore.com>
913
914 * gdb.ada/scalar_storage/storage.adb: New file.
915 * gdb.ada/scalar_storage/pck.adb: New file.
916 * gdb.ada/scalar_storage/pck.ads: New file.
917 * gdb.ada/scalar_storage.exp: New file.
918
919 2019-12-04 Tom Tromey <tromey@adacore.com>
920
921 * gdb.base/endianity.c (struct otherendian) <f>: New field.
922 (main): Initialize it.
923 * gdb.base/endianity.exp: Update.
924
925 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
926
927 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
928
929 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
930
931 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
932 -symbol-info-module-functions and -symbol-info-module-variables.
933
934 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
935
936 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
937
938 2019-12-01 Richard Bunt <richard.bunt@arm.com>
939 Andrew Burgess <andrew.burgess@embecosm.com>
940
941 * gdb.fortran/derived-type-striding.exp: New file.
942 * gdb.fortran/derived-type-striding.f90: New file.
943 * gdb.fortran/array-slices.exp: New file.
944 * gdb.fortran/array-slices.f90: New file.
945
946 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
947
948 * gdb.base/define.exp: Test . in command names.
949 * gdb.base/setshow.exp: Update test, as . is now part of
950 command name.
951
952 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
953
954 * gdb.base/define-prefix.exp: New file.
955
956 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
957
958 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
959 compile.
960 (skip_btrace_pt_tests): Likewise.
961
962 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
963
964 * gdb.fortran/info-modules.exp: Compile source files in correct
965 order.
966
967 2019-11-27 Kevin Buettner <kevinb@redhat.com>
968
969 * gdb.dwarf2/imported-unit.exp: New file.
970 * gdb.dwarf2/imported-unit.c: New file.
971
972 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
973
974 * gdb.mi/mi-fortran-modules-2.f90: New file.
975 * gdb.mi/mi-fortran-modules.exp: New file.
976 * gdb.mi/mi-fortran-modules.f90: New file.
977
978 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
979
980 * gdb.mi/mi-sym-info-1.c: New file.
981 * gdb.mi/mi-sym-info-2.c: New file.
982 * gdb.mi/mi-sym-info.exp: New file.
983
984 2019-11-22 Tom Tromey <tromey@adacore.com>
985
986 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
987 * gdb.ada/tasks/foo.adb: Add another stopping location.
988
989 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
990
991 * gdb.base/endianity.c: New test.
992 * gdb.base/endianity.exp: New file.
993
994 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
995
996 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
997
998 2019-11-21 Tom de Vries <tdevries@suse.de>
999
1000 PR gdb/24956
1001 * gdb.base/ui-redirect.exp: Test output of user-defined command.
1002
1003 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
1004
1005 * gdb.python/py-progspace.exp: Add missing parentheses on some
1006 'print' commands.
1007
1008 2019-11-19 Tom Tromey <tom@tromey.com>
1009
1010 * gdb.tui/winheight.exp: New file.
1011
1012 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1013
1014 * gdb.base/ctf-whatis.c: Delete.
1015 * gdb.base/ctf-whatis.exp: Delete.
1016 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
1017
1018 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1019
1020 * gdb.base/ctf-cvexpr.exp: Delete.
1021 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
1022
1023 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1024
1025 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
1026 the compiler. Clean up header comment a little.
1027 * gdb.base/ctf-ptype.exp: Likewise.
1028 * gdb.base/ctf-whatis.exp: Likewise.
1029 * lib/gdb.exp (skip_ctf_tests): New proc.
1030
1031 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
1032
1033 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
1034 * gdb.tui/corefile-run.exp: New file.
1035
1036 2019-11-14 Tom Tromey <tromey@adacore.com>
1037
1038 * gdb.base/gdbvars.exp (test_convenience_variables): Add
1039 regression tests.
1040
1041 2019-11-12 Tom Tromey <tom@tromey.com>
1042
1043 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
1044 after any command. Expect prompt after WAIT_FOR is seen.
1045 (enter_tui): Enable resize messages.
1046 (command): Expect command in output.
1047 (get_line): Avoid error when cursor appears to be off-screen.
1048 (dump_screen): Include screen size in title.
1049 (_do_resize): New proc, from "resize".
1050 (resize): Rewrite. Do resize in two steps.
1051 * gdb.tui/empty.exp (layouts): Fix entries.
1052 (check_boxes): Remove xfail.
1053 (check_text): Dump screen on failure.
1054
1055 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1056
1057 * gdb.python/py-symbol.exp: Add test for
1058 gdb.lookup_static_symbols.
1059
1060 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1061
1062 * gdb.python/py-symbol.c: Declare and call function from new
1063 py-symbol-2.c file.
1064 * gdb.python/py-symbol.exp: Compile both source files, and add new
1065 tests for gdb.lookup_static_symbol.
1066 * gdb.python/py-symbol-2.c: New file.
1067
1068 2019-11-02 Tom de Vries <tdevries@suse.de>
1069
1070 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
1071 * gdb.base/anon.exp: Same.
1072 * gdb.base/auto-connect-native-target.exp: Same.
1073 * gdb.base/call-ar-st.exp: Same.
1074 * gdb.base/catch-syscall.exp: Same.
1075 * gdb.base/commands.exp: Same.
1076 * gdb.base/default.exp: Same.
1077 * gdb.base/display.exp: Same.
1078 * gdb.base/float.exp: Same.
1079 * gdb.base/foll-fork.exp: Same.
1080 * gdb.base/help.exp: Same.
1081 * gdb.base/info-macros.exp: Same.
1082 * gdb.base/info-proc.exp: Same.
1083 * gdb.base/info-target.exp: Same.
1084 * gdb.base/long_long.exp: Same.
1085 * gdb.base/macscp.exp: Same.
1086 * gdb.base/memattr.exp: Same.
1087 * gdb.base/nofield.exp: Same.
1088 * gdb.base/pointers.exp: Same.
1089 * gdb.base/printcmds.exp: Same.
1090 * gdb.base/ptype.exp: Same.
1091 * gdb.base/restore.exp: Same.
1092 * gdb.base/return.exp: Same.
1093 * gdb.base/scope.exp: Same.
1094 * gdb.base/set-noassign.exp: Same.
1095 * gdb.base/setshow.exp: Same.
1096 * gdb.base/shlib-call.exp: Same.
1097 * gdb.base/signals.exp: Same.
1098 * gdb.base/sigstep.exp: Same.
1099 * gdb.base/skip.exp: Same.
1100 * gdb.base/solib-symbol.exp: Same.
1101 * gdb.base/stap-probe.exp: Same.
1102 * gdb.base/step-line.exp: Same.
1103 * gdb.base/step-test.exp: Same.
1104 * gdb.base/style.exp: Same.
1105 * gdb.base/varargs.exp: Same.
1106 * gdb.base/vla-datatypes.exp: Same.
1107 * gdb.base/vla-ptr.exp: Same.
1108 * gdb.base/vla-sideeffect.exp: Same.
1109 * gdb.base/volatile.exp: Same.
1110 * gdb.base/watch-cond-infcall.exp: Same.
1111 * gdb.base/watchpoint.exp: Same.
1112
1113 2019-11-02 Tom de Vries <tdevries@suse.de>
1114
1115 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
1116 * gdb.cp/cpexprs.exp: Same.
1117 * gdb.cp/except-multi-location.exp: Same.
1118 * gdb.cp/exceptprint.exp: Same.
1119 * gdb.cp/gdb2384.exp: Same.
1120 * gdb.cp/inherit.exp: Same.
1121 * gdb.cp/m-static.exp: Same.
1122 * gdb.cp/meth-typedefs.exp: Same.
1123 * gdb.cp/misc.exp: Same.
1124 * gdb.cp/namespace.exp: Same.
1125 * gdb.cp/non-trivial-retval.exp: Same.
1126 * gdb.cp/overload.exp: Same.
1127 * gdb.cp/pr17132.exp: Same.
1128 * gdb.cp/re-set-overloaded.exp: Same.
1129 * gdb.cp/rvalue-ref-types.exp: Same.
1130 * gdb.cp/templates.exp: Same.
1131
1132 2019-11-01 Luis Machado <luis.machado@linaro.org>
1133
1134 PR gdb/25124
1135
1136 * gdb.arch/pr25124.S: New file.
1137 * gdb.arch/pr25124.exp: New file.
1138
1139 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1140
1141 * gdb.fortran/info-modules.exp: Update expected results, and add
1142 additional tests for 'info module functinos', and 'info module
1143 variables'.
1144 * gdb.fortran/info-types.exp: Update expected results.
1145 * gdb.fortran/info-types.f90: Extend testcase with additional
1146 module variables and functions.
1147
1148 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1149
1150 * gdb.fortran/info-modules.exp: New file.
1151 * gdb.fortran/info-types.exp: Build with new file.
1152 * gdb.fortran/info-types.f90: Include and use new module.
1153 * gdb.fortran/info-types-2.f90: New file.
1154
1155 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1156
1157 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
1158 * gdb.base/settings.exp: Test all settings types using
1159 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
1160 that now verifies that the value of "maint show" is the same as
1161 returned by the settings functions. Test the type of the
1162 maintenance settings.
1163 * gdb.base/default.exp: Update show_conv_list.
1164
1165 2019-10-31 Tom de Vries <tdevries@suse.de>
1166
1167 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
1168 gdb_test.
1169 * gdb.arch/amd64-disp-step.exp: Same.
1170 * gdb.asm/asm-source.exp: Same.
1171 * gdb.btrace/buffer-size.exp: Same.
1172 * gdb.btrace/cpu.exp: Same.
1173 * gdb.btrace/enable.exp: Same.
1174 * gdb.dwarf2/count.exp: Same.
1175 * gdb.dwarf2/dw2-ranges-func.exp: Same.
1176 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
1177 * gdb.fortran/vla-datatypes.exp: Same.
1178 * gdb.fortran/vla-history.exp: Same.
1179 * gdb.fortran/vla-ptype.exp: Same.
1180 * gdb.fortran/vla-value.exp: Same.
1181 * gdb.fortran/whatis_type.exp: Same.
1182 * gdb.guile/guile.exp: Same.
1183 * gdb.multi/tids.exp: Same.
1184 * gdb.python/py-finish-breakpoint.exp: Same.
1185 * gdb.python/py-framefilter.exp: Same.
1186 * gdb.python/py-pp-registration.exp: Same.
1187 * gdb.python/py-xmethods.exp: Same.
1188 * gdb.python/python.exp: Same.
1189 * gdb.server/connect-with-no-symbol-file.exp: Same.
1190 * gdb.server/no-thread-db.exp: Same.
1191 * gdb.server/run-without-local-binary.exp: Same.
1192 * gdb.stabs/weird.exp: Same.
1193 * gdb.threads/attach-many-short-lived-threads.exp: Same.
1194 * gdb.threads/thread-find.exp: Same.
1195 * gdb.threads/tls-shared.exp: Same.
1196 * gdb.threads/tls.exp: Same.
1197 * gdb.threads/wp-replication.exp: Same.
1198 * gdb.trace/ax.exp: Same.
1199 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
1200
1201 2019-10-31 Tom de Vries <tdevries@suse.de>
1202
1203 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
1204 * gdb.ada/array_subscript_addr.exp: Same.
1205 * gdb.ada/arrayidx.exp: Same.
1206 * gdb.ada/arrayparam.exp: Same.
1207 * gdb.ada/arrayptr.exp: Same.
1208 * gdb.ada/boolean_expr.exp: Same.
1209 * gdb.ada/call_pn.exp: Same.
1210 * gdb.ada/complete.exp: Same.
1211 * gdb.ada/fixed_cmp.exp: Same.
1212 * gdb.ada/fun_addr.exp: Same.
1213 * gdb.ada/funcall_param.exp: Same.
1214 * gdb.ada/interface.exp: Same.
1215 * gdb.ada/mod_from_name.exp: Same.
1216 * gdb.ada/null_array.exp: Same.
1217 * gdb.ada/packed_array.exp: Same.
1218 * gdb.ada/packed_tagged.exp: Same.
1219 * gdb.ada/print_chars.exp: Same.
1220 * gdb.ada/print_pc.exp: Same.
1221 * gdb.ada/ptype_arith_binop.exp: Same.
1222 * gdb.ada/ptype_field.exp: Same.
1223 * gdb.ada/ptype_tagged_param.exp: Same.
1224 * gdb.ada/rec_return.exp: Same.
1225 * gdb.ada/ref_tick_size.exp: Same.
1226 * gdb.ada/str_ref_cmp.exp: Same.
1227 * gdb.ada/taft_type.exp: Same.
1228 * gdb.ada/tagged.exp: Same.
1229 * gdb.ada/type_coercion.exp: Same.
1230 * gdb.ada/uninitialized_vars.exp: Same.
1231
1232 2019-10-30 Tom de Vries <tdevries@suse.de>
1233
1234 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
1235
1236 2019-10-26 Tom de Vries <tdevries@suse.de>
1237
1238 * gdb.base/bigcore.c: Fix typos in comments.
1239 * gdb.base/ctf-ptype.c: Same.
1240 * gdb.base/long_long.c: Same.
1241 * gdb.dwarf2/dw2-op-out-param.S: Same.
1242 * gdb.python/py-evthreads.c: Same.
1243 * gdb.reverse/i387-stack-reverse.c: Same.
1244 * gdb.trace/tfile.c: Same.
1245 * lib/compiler.c: Same.
1246 * lib/compiler.cc: Same.
1247
1248 2019-10-25 Tom de Vries <tdevries@suse.de>
1249
1250 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
1251 gdb_test_multiple calls.
1252 * gdb.reverse/sigall-reverse.exp: Same.
1253 * gdb.reverse/solib-precsave.exp: Same.
1254 * gdb.reverse/solib-reverse.exp: Same.
1255 * gdb.reverse/until-precsave.exp: Same.
1256 * gdb.reverse/until-reverse.exp: Same.
1257
1258 2019-10-24 Tom de Vries <tdevries@suse.de>
1259
1260 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
1261 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
1262 kfail using -wrap pattern flag and convenience variable
1263 gdb_test_name.
1264
1265 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
1266
1267 * gdb.python/py-progspace.exp: Add tests for the
1268 Progspace.block_for_pc method.
1269
1270 2019-10-23 Tom Tromey <tom@tromey.com>
1271
1272 * configure: Rebuild.
1273 * aclocal.m4: Use m4_include, not sinclude.
1274
1275 2019-10-21 Tom de Vries <tdevries@suse.de>
1276
1277 * gdb.base/infcall-nested-structs.c: Add
1278 __attribute__((noinline,noclone)) to all functions.
1279 (call_all): Add missing variable initialization. Simplify return value.
1280 (breakpt): Increment volatile variable, to prevent call from being
1281 optimized out.
1282 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
1283
1284 2019-10-17 Tom de Vries <tdevries@suse.de>
1285
1286 * gdb.fortran/module.exp: Allow info variables to print info for files
1287 other than module.f90.
1288
1289 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
1290
1291 * gdb.fortran/module.exp: Extend with 'info variables' test.
1292
1293 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
1294
1295 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
1296 F77_FOR_TARGET.
1297
1298 2019-10-16 Tom de Vries <tdevries@suse.de>
1299
1300 PR tdep/25096
1301 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
1302
1303 2019-10-16 Tom de Vries <tdevries@suse.de>
1304
1305 PR tdep/24104
1306 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
1307 Add KFAIL for PR tdep/25096.
1308
1309 2019-10-16 Tom de Vries <tdevries@suse.de>
1310
1311 PR testsuite/25059
1312 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
1313
1314 2019-10-16 Tom de Vries <tdevries@suse.de>
1315
1316 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
1317 as signed.
1318
1319 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
1320
1321 * gdb.mi/list-thread-groups-available.exp: Read entries one by
1322 one instead of increasing timeout.
1323
1324 2019-10-13 Tom de Vries <tdevries@suse.de>
1325
1326 PR record/25038
1327 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
1328 * gdb.reverse/sigall-reverse.exp: Same.
1329 * gdb.reverse/solib-precsave.exp: Same.
1330 * gdb.reverse/solib-reverse.exp: Same.
1331 * gdb.reverse/step-precsave.exp: Same.
1332 * gdb.reverse/until-precsave.exp: Same.
1333 * gdb.reverse/until-reverse.exp: Same.
1334 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
1335
1336 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
1337
1338 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
1339 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
1340 (cmp_struct_05_01, cmp_struct_static_02_01)
1341 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
1342 comparisons.
1343
1344 2019-10-10 Tom de Vries <tdevries@suse.de>
1345
1346 PR testsuite/24888
1347 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
1348 gnatlink.
1349
1350 2019-10-09 Tom de Vries <tdevries@suse.de>
1351
1352 PR testsuite/25048
1353 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
1354
1355 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
1356
1357 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
1358 exceptions due to missing debug information.
1359
1360 2019-10-07 Tom de Vries <tdevries@suse.de>
1361
1362 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
1363
1364 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
1365
1366 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
1367 * gdb.base/annota1.exp: Update to use gdb_test_name.
1368
1369 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
1370
1371 * gdb.base/ctf-whatis.exp: New file.
1372 * gdb.base/ctf-whatis.c: New file.
1373 * gdb.base/ctf-ptype.exp: New file.
1374 * gdb.base/ctf-ptype.c: New file.
1375 * gdb.base/ctf-constvars.exp: New file.
1376 * gdb.base/ctf-constvars.c: New file.
1377 * gdb.base/ctf-cvexpr.exp: New file.
1378
1379 2019-10-04 Tom de Vries <tdevries@suse.de>
1380
1381 * gdb.cp/local-static.c (main): Move declaration of int i out of the
1382 for loop.
1383
1384 2019-10-03 Tom Tromey <tom@tromey.com>
1385
1386 PR rust/24976:
1387 * gdb.rust/simple.rs (Union2): New type.
1388 (main): Use Union2.
1389 * gdb.rust/simple.exp: Add test.
1390
1391 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1392
1393 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
1394 nested function prefix.
1395
1396 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
1397 Richard Bunt <richard.bunt@arm.com>
1398 Andrew Burgess <andrew.burgess@embecosm.com>
1399
1400 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
1401 nested functions.
1402 * gdb.fortran/nested-funcs.f90: Update expected results.
1403 * gdb.fortran/nested-funcs-2.exp: New file.
1404 * gdb.fortran/nested-funcs-2.f90: New file.
1405
1406 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1407
1408 * gdb.python/py-parameter.exp: Make test names unique.
1409 * gdb.python/py-template.exp: Likewise.
1410 * gdb.python/py-value.exp: Likewise.
1411
1412 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1413
1414 * gdb.base/break-interp.exp: Reduce test name duplication.
1415 * gdb.base/call-sc.exp: Likewise.
1416 * gdb.base/callfuncs.exp: Likewise.
1417 * gdb.base/charset.exp: Likewise.
1418 * gdb.base/dump.exp: Likewise.
1419 * gdb.base/ena-dis-br.exp: Likewise.
1420 * gdb.base/relational.exp: Likewise.
1421 * gdb.base/step-over-syscall.exp: Likewise.
1422 * gdb.base/structs.exp: Likewise.
1423
1424 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1425
1426 * gdb.linespec/explicit.exp: Make test names unique.
1427 * gdb.linespec/ls-errs.exp: Likewise.
1428
1429 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1430
1431 * gdb.reverse/break-precsave.exp: Make test names unique.
1432 * gdb.reverse/break-reverse.exp: Likewise.
1433 * gdb.reverse/finish-precsave.exp: Likewise.
1434 * gdb.reverse/finish-reverse.exp: Likewise.
1435 * gdb.reverse/machinestate-precsave.exp: Likewise.
1436 * gdb.reverse/machinestate.exp: Likewise.
1437 * gdb.reverse/readv-reverse.exp: Likewise.
1438 * gdb.reverse/recvmsg-reverse.exp: Likewise.
1439 * gdb.reverse/sigall-precsave.exp: Likewise.
1440 * gdb.reverse/sigall-reverse.exp: Likewise.
1441 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
1442 * gdb.reverse/watch-precsave.exp: Likewise.
1443 * gdb.reverse/watch-reverse.exp: Likewise.
1444
1445 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1446
1447 * gdb.threads/stop-with-handle.c: New file.
1448 * gdb.threads/stop-with-handle.exp: New file.
1449
1450 2019-10-03 Tom de Vries <tdevries@suse.de>
1451
1452 PR testsuite/25059
1453 * gdb.base/list-missing-source.exp: Allowing the "Compilation
1454 directory" line to be missing.
1455
1456 2019-10-03 Tom de Vries <tdevries@suse.de>
1457
1458 PR testsuite/25059
1459 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
1460 type optional.
1461
1462 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
1463
1464 * gdb.python/py-format-string.c (string.h): New include.
1465 (main): Fill a_struct_with_union.the_union.an_int with bytes of
1466 the same value, for endianness-independence.
1467 * gdb.python/py-format-string.exp (default_regexp_dict)
1468 (test_pretty_structs, test_format): Adjust expected output to the
1469 changed initialization.
1470
1471 2019-10-02 Tom Tromey <tromey@adacore.com>
1472
1473 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
1474
1475 2019-10-02 Pedro Alves <palves@redhat.com>
1476 Andrew Burgess <andrew.burgess@embecosm.com>
1477
1478 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
1479 "print-file-var.h".
1480 (this_version_id) Use ATTRIBUTE_VISIBILITY.
1481 (get_version_1): Print this_version_id and its address.
1482 Add extern "C" wrappers around interface functions.
1483 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
1484 "print-file-var.h".
1485 (this_version_id) Use ATTRIBUTE_VISIBILITY.
1486 (get_version_2): Print this_version_id and its address.
1487 Add extern "C" wrappers around interface functions.
1488 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
1489 <stddef.h> and "print-file-var.h".
1490 Add extern "C" wrappers around interface functions.
1491 [VERSION_ID_MAIN] (this_version_id): Define.
1492 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
1493 * gdb.base/print-file-var.h: Add some #defines to simplify setting
1494 up extern "C" blocks.
1495 * gdb.base/print-file-var.exp (test): New, factored out from top
1496 level.
1497 (top level): Test all combinations of attribute hidden or not,
1498 dlopen or not, and this_version_id symbol in main file or not.
1499 Compile tests as both C++ and C, make test names unique.
1500
1501 2019-10-01 Tom Tromey <tom@tromey.com>
1502
1503 * gdb.base/style.exp: Test "show logging filename".
1504
1505 2019-10-01 Tom Tromey <tom@tromey.com>
1506
1507 * lib/gdb-utils.exp (style): Handle "metadata" argument.
1508 * gdb.base/style.exp: Add metadata style test.
1509
1510 2019-10-01 Tom Tromey <tom@tromey.com>
1511
1512 * gdb.base/style.exp: Test "pwd".
1513
1514 2019-10-01 Tom Tromey <tom@tromey.com>
1515
1516 * gdb.base/style.exp: Update tests.
1517
1518 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
1519
1520 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
1521 'six' to unsigned.
1522 (s1): Initialize fields 'four' and 'six' instead of 'three' and
1523 'five'. Use an all-ones bit pattern for each.
1524 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
1525 to its changed values.
1526
1527 2019-09-30 Tom Tromey <tromey@adacore.com>
1528
1529 * gdb.rust/traits.rs: Disable all warnings.
1530
1531 2019-09-29 Tom de Vries <tdevries@suse.de>
1532
1533 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
1534
1535 2019-09-29 Tom de Vries <tdevries@suse.de>
1536
1537 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
1538
1539 2019-09-27 Tom de Vries <tdevries@suse.de>
1540
1541 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
1542
1543 2019-09-27 Tom de Vries <tdevries@suse.de>
1544
1545 PR record/23188
1546 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
1547
1548 2019-09-26 Tom Tromey <tromey@adacore.com>
1549
1550 * gdb.ada/py_taft.exp: New file.
1551 * gdb.ada/py_taft/main.adb: New file.
1552 * gdb.ada/py_taft/pkg.adb: New file.
1553 * gdb.ada/py_taft/pkg.ads: New file.
1554
1555 2019-09-24 Tom de Vries <tdevries@suse.de>
1556
1557 PR gdb/24598
1558 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
1559
1560 2019-09-22 Tom de Vries <tdevries@suse.de>
1561
1562 * gdb.base/restore.exp: Allow register variables to be optimized out at
1563 -O0.
1564
1565 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
1566
1567 * gdb.arch/spu-info.exp: Remove file.
1568 * gdb.arch/spu-info.c: Remove file.
1569 * gdb.arch/spu-ls.exp: Remove file.
1570 * gdb.arch/spu-ls.c: Remove file.
1571
1572 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
1573 * gdb.asm/spu.inc: Remove file.
1574
1575 * gdb.base/dump.exp: Remove support for spu*-*-*.
1576 * gdb.base/stack-checking.exp: Likewise.
1577 * gdb.base/overlays.exp: Likewise.
1578 * gdb.base/ovlymgr.c: Likewise.
1579 * gdb.base/spu.ld: Remove file.
1580
1581 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
1582 * gdb.cp/cpexprs.exp: Likewise.
1583 * gdb.cp/exception.exp: Likewise.
1584 * gdb.cp/gdb2495.exp: Likewise.
1585 * gdb.cp/mb-templates.exp: Likewise.
1586 * gdb.cp/pr9167.exp: Likewise.
1587 * gdb.cp/userdef.exp: Likewise.
1588
1589 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
1590
1591 * gdb.cell: Remove directory.
1592 * lib/cell.exp: Remove file.
1593
1594 2019-09-19 Tom de Vries <tdevries@suse.de>
1595
1596 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
1597
1598 2019-09-19 Tom de Vries <tdevries@suse.de>
1599
1600 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
1601
1602 2019-09-19 Tom de Vries <tdevries@suse.de>
1603
1604 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
1605 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
1606 (gdb_target_cmd): ... here.
1607 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
1608 value 2.
1609
1610 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
1611
1612 * gdb.base/source-dir.exp: Avoid having directory names in test
1613 names.
1614
1615 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
1616
1617 * gdb.base/source-dir.exp: Add extra test for mapped compilation
1618 directory.
1619
1620 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
1621
1622 * gdb.base/list-missing-source.exp: New file.
1623
1624 2019-09-14 Tom de Vries <tdevries@suse.de>
1625
1626 PR teststuite/24599
1627 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
1628 * lib/ada.exp (gnatmake_version_at_least): New proc.
1629
1630 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1631
1632 * gdb.base/maint.exp: Use exec_has_index_section.
1633
1634 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1635
1636 * gdb.base/maint.exp: Add test for 'maint info sections'.
1637
1638 2019-09-12 Tom de Vries <tdevries@suse.de>
1639
1640 * gdb.base/store.exp: Allow register variables to be optimized out at
1641 -O0.
1642
1643 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1644
1645 * gdb.ada/rdv_wait.exp: Update to new task names.
1646 * gdb.base/task_switch_in_core.exp: Likewise.
1647 * gdb.base/info_sources_base.c: Likewise.
1648
1649 2019-09-10 Tom Tromey <tromey@adacore.com>
1650
1651 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
1652
1653 2019-09-10 Tom Tromey <tromey@adacore.com>
1654
1655 * gdb.ada/dgopt.exp: New file.
1656 * gdb.ada/dgopt/x.adb: New file.
1657
1658 2019-09-08 Tom Tromey <tom@tromey.com>
1659
1660 * gdb.tui/resize.exp: Remove setup_xfail.
1661 * gdb.tui/regs.exp: Remove setup_xfail.
1662 * gdb.tui/basic.exp: Remove setup_xfail.
1663
1664 2019-09-06 David Blaikie <dblaikie@gmail.com>
1665
1666 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
1667 * gdb.cp/cplabel.exp: Ditto.
1668 * gdb.linespec/ls-errs.exp: Ditto.
1669
1670 2019-09-05 Tom de Vries <tdevries@suse.de>
1671
1672 * lib/gdb.exp (cmp_file_string): New proc.
1673 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
1674 runto_main. Verify save breakpoints output.
1675
1676 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1677
1678 * gdb.base/info-var.exp: Test info variables without running
1679 to main, to avoid expect's buffer overflow.
1680
1681 2019-09-03 Tom Tromey <tromey@adacore.com>
1682
1683 * gdb.ada/bias.exp: New file.
1684 * gdb.ada/bias/bias.adb: New file.
1685 * gdb.ada/print_chars.exp: Add regression test.
1686 * gdb.ada/print_chars/foo.adb (My_Character): New type.
1687 (MC): New variable.
1688
1689 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
1690
1691 * gdb.base/argv0-symlink.exp: Run only on native target
1692 and local host.
1693
1694 2019-08-29 Tom de Vries <tdevries@suse.de>
1695
1696 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
1697 diverse debug info.
1698 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
1699
1700 2019-08-28 Tom de Vries <tdevries@suse.de>
1701
1702 * gdb.base/info-var.exp: Allow info variables to print info for files
1703 other than info-var-f1.c and info-var-f2.c.
1704
1705 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
1706
1707 * gdb.fortran/info-types.exp: Add module.
1708 * gdb.fortran/info-types.f90: Update expected results.
1709
1710 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
1711
1712 * gdb.fortran/info-types.exp: New file.
1713 * gdb.fortran/info-types.f90: New file.
1714 * lib/fortran.exp (fortran_character1): New proc.
1715
1716 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
1717
1718 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
1719 functions'. Reindent as needed.
1720 * gdb.base/info-var-f1.c: New file.
1721 * gdb.base/info-var-f2.c: New file.
1722 * gdb.base/info-var.exp: New file.
1723 * gdb.base/info-var.h: New file.
1724
1725 2019-08-26 Tom de Vries <tdevries@suse.de>
1726
1727 PR c++/24852
1728 * gdb.cp/no-libstdcxx-probe.exp: New test.
1729
1730 2019-08-26 Tom de Vries <tdevries@suse.de>
1731
1732 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
1733 * tests need to be skipped.
1734 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
1735 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
1736 mi_skip_libstdcxx_probe_tests.
1737
1738 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
1739
1740 * gdb.python/py-xmethods.exp: Use raw strings when passing
1741 arguments to SimpleXMethodMatcher.
1742
1743 2019-08-22 Tom de Vries <tdevries@suse.de>
1744
1745 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
1746 more informative.
1747
1748 2019-08-21 Pedro Alves <palves@redhat.com>
1749
1750 * gdb.base/with.exp: Test "with" with no arguments.
1751
1752 2019-08-21 Tom de Vries <tdevries@suse.de>
1753
1754 * gdb.base/gdb-caching-proc.exp: Sort files.
1755
1756 2019-08-20 Tom de Vries <tdevries@suse.de>
1757
1758 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
1759 compilation.
1760
1761 2019-08-16 Tom de Vries <tdevries@suse.de>
1762
1763 * gdb.base/compare-sections.exp ("after run to main"): Allow
1764 mismatched read-only sections for PIE executables.
1765
1766 2019-08-16 Tom Tromey <tom@tromey.com>
1767
1768 * lib/tuiterm.exp (_csi_Z): New proc.
1769 * gdb.tui/basic.exp: Update window positions.
1770 * gdb.tui/empty.exp: Update window positions.
1771
1772 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1773
1774 * gdb.base/examine-backward.exp: Correct regexp for
1775 "examine 3 bytes backward from ${address_zero}".
1776
1777 2019-08-15 Tom Tromey <tom@tromey.com>
1778
1779 * gdb.tui/empty.exp: Enable resizing tests.
1780
1781 2019-08-15 Tom Tromey <tromey@adacore.com>
1782
1783 * gdb.ada/char_enum.exp: Add regression tests.
1784 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
1785 and '0'.
1786 (Char, Gchar): Update.
1787 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
1788
1789 2019-08-15 Christian Biesinger <cbiesinger@google.com>
1790
1791 * gdb.python/python.exp: Expect a leading underscore on
1792 GdbOutput{,Error}File.
1793
1794 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1795
1796 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
1797 Windows host.
1798
1799 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1800
1801 * gdb.base/batch-preserve-term-settings.exp
1802 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
1803
1804 2019-08-15 Christian Biesinger <cbiesinger@google.com>
1805
1806 * lib/gdb.exp: When running on a mingw target, replace
1807 /x/ with x:/.
1808
1809 2019-08-14 Alan Hayward <alan.hayward@arm.com>
1810
1811 * gdb.arch/aarch64-prologue.c: New test.
1812 * gdb.arch/aarch64-prologue.exp: New file.
1813
1814 2019-08-13 Tom de Vries <tdevries@suse.de>
1815
1816 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
1817 Thread.
1818
1819 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
1820
1821 * gdb.python/py-completion.exp: Download the .py file to the host
1822 and use its host pathname. Conditionalize tests that use
1823 tab completion and manipulate files on the build machine.
1824 * gdb.python/py-events.exp: Download the .py file to the host
1825 and use its host pathname.
1826 * gdb.python/py-evsignal.exp: Likewise.
1827 * gdb.python/py-evthreads.exp: Likewise.
1828 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
1829 pathname syntax.
1830 * gdb.python/py-framefilter.exp: Download the .py file to the right
1831 place on the host. Match Windows pathname syntax.
1832 * gdb.python/py-mi-var-info-path-expression.exp: Download the
1833 .py file to the host and use its host pathname.
1834 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
1835 * gdb.python/py-objfile.exp: Expect a host pathname, not a
1836 build pathname. Skip symlink test on Windows host. Add missing
1837 newline at end of file.
1838 * gdb.python/py-pp-maint.exp: Download the .py file to the host
1839 and use its host pathname.
1840 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
1841 * gdb.python/py-section-script.exp: Use host location of binfile
1842 on safe-path. Use correct path separator on Windows host.
1843 Reorder alternatives in gdb_test_multiple to prevent matching
1844 the wrong alternative on success.
1845 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
1846
1847 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
1848
1849 * gdb.gdb/selftest.exp (test_with_self): Update test to now
1850 expect the GDB inferior to no longer immediately stop after
1851 being resumed with "signal SIGINT".
1852
1853 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
1854
1855 * gdb.linespec/break-ask.exp: Generalize regexps to match
1856 Windows pathnames too.
1857
1858 2019-08-08 Tom de Vries <tdevries@suse.de>
1859
1860 PR testsuite/24862
1861 * lib/tuiterm.exp (_accept): Fix CSI regexp.
1862
1863 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1864
1865 * gdb.base/style.exp: Update tests for help doc new invariants.
1866 * gdb.base/help.exp: Likewise.
1867
1868 2019-08-06 Tom Tromey <tom@tromey.com>
1869
1870 * gdb.base/style.exp: Add disassemble test.
1871 * gdb.base/style.c (some_called_function): New function.
1872 (main): Use it.
1873
1874 2019-08-05 Christian Biesinger <cbiesinger@google.com>
1875
1876 * gdb.python/py-block.exp: Test dictionary access on blocks.
1877
1878 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
1879
1880 PR gdb/24863
1881 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
1882 -list-thread-groups --available test when running under
1883 check-read1.
1884
1885 2019-08-05 Tom de Vries <tdevries@suse.de>
1886
1887 PR testsuite/24863
1888 * lib/gdb.exp (with_read1_timeout_factor): New proc.
1889 * gdb.base/help.exp: Use with_read1_timeout_factor.
1890 * gdb.base/info-macros.exp: Same.
1891 * gdb.cp/nested-types.exp: Same.
1892
1893 2019-08-05 Tom de Vries <tdevries@suse.de>
1894
1895 * lib/gdb.exp (version_at_least): Factor out of ...
1896 (tcl_version_at_least): ... here.
1897 (gdb_compile): Fail if pie results in non-PIE executable.
1898 (readelf_version, readelf_prints_pie): New proc.
1899 (exec_is_pie): Return -1 if unknown.
1900
1901 2019-08-05 Tom de Vries <tdevries@suse.de>
1902
1903 * lib/gdb.exp (tcl_version_at_least): Fix typo.
1904
1905 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
1906
1907 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
1908
1909 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
1910
1911 * lib/completion-support.exp (test_gdb_complete_none): Skip
1912 tab completion tests if no readline support.
1913 (test_gdb_complete_unique_re): Likewise.
1914 (test_gdb_complete_multiple): Likewise.
1915
1916 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1917
1918 * gdb.base/info_sources.exp: New file.
1919 * gdb.base/info_sources.c: New file.
1920 * gdb.base/info_sources_base.c: New file.
1921
1922 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1923
1924 * gdb.base/batch-exit-status.exp: Call test_exit_status with
1925 prefix argument.
1926 (test_exit_status): Add prefix argument.
1927
1928 2019-08-01 Tom de Vries <tdevries@suse.de>
1929
1930 PR testsuite/24863
1931 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
1932 calling exp_continue for new thread and thread exited messages.
1933
1934 2019-08-01 Tom de Vries <tdevries@suse.de>
1935
1936 PR testsuite/24863
1937 * gdb.base/structs.exp: Fix check-read1 timeout using
1938 gdb_test_sequence.
1939 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
1940
1941 2019-08-01 Tom de Vries <tdevries@suse.de>
1942
1943 PR testsuite/24863
1944 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
1945 line.
1946
1947 2019-08-01 Tom de Vries <tdevries@suse.de>
1948
1949 PR testsuite/24863
1950 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
1951
1952 2019-07-30 Tom Tromey <tromey@adacore.com>
1953
1954 * gdb.ada/display_nested.exp: New file.
1955 * gdb.ada/display_nested/foo.adb: New file.
1956 * gdb.ada/display_nested/pack.adb: New file.
1957 * gdb.ada/display_nested/pack.ads: New file.
1958
1959 2019-07-30 Christian Biesinger <cbiesinger@google.com>
1960
1961 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
1962 namespace.
1963 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
1964
1965 2019-07-30 Tom de Vries <tdevries@suse.de>
1966
1967 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
1968 instead.
1969
1970 2019-07-30 Tom de Vries <tdevries@suse.de>
1971
1972 PR testsuite/24834
1973 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
1974 (exec_is_pie): New proc.
1975
1976 2019-07-29 Christian Biesinger <cbiesinger@google.com>
1977
1978 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
1979
1980 2019-07-29 Christian Biesinger <cbiesinger@google.com>
1981
1982 * gdb.python/py-objfile.c: Add global and static vars.
1983 * gdb.python/py-objfile.exp: Test new functions Objfile.
1984 lookup_global_symbol and lookup_static_symbol.
1985
1986 2019-07-29 Tom Tromey <tom@tromey.com>
1987
1988 * lib/tuiterm.exp (Term::_csi_@): New proc.
1989 (Term::_csi_X): Don't move cursor.
1990
1991 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1992
1993 * gdb.base/options.exp: Update backtrace - completion to
1994 new option -frame-info.
1995 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
1996 Test new 'set print frame-info'. Test backtrace -frame-info
1997 overriding 'set print frame-info'.
1998 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
1999 Test new 'set print frame-info'.
2000 Verify consistency of backtrace with and without filters, with and
2001 without -no-filters.
2002 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
2003 default.
2004
2005 2019-07-29 Tom de Vries <tdevries@suse.de>
2006
2007 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
2008 no arguments".
2009
2010 2019-07-29 Tom de Vries <tdevries@suse.de>
2011
2012 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
2013 is a substring of the first for "complete non-unique file name".
2014
2015 2019-07-29 Tom de Vries <tdevries@suse.de>
2016
2017 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
2018 with ".*".
2019
2020 2019-07-29 Tom de Vries <tdevries@suse.de>
2021
2022 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
2023 Pass prompt_regexp parameter to gdb_test_multiple calls.
2024
2025 2019-07-29 Tom de Vries <tdevries@suse.de>
2026
2027 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
2028 print registers" regexps.
2029
2030 2019-07-29 Tom de Vries <tdevries@suse.de>
2031
2032 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
2033
2034 2019-07-29 Tom de Vries <tdevries@suse.de>
2035
2036 PR gdb/24855
2037 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
2038 (skip_python_tests_prompt): Add prompt_regexp argument to
2039 gdb_test_multiple calls.
2040
2041 2019-07-27 Tom Tromey <tom@tromey.com>
2042
2043 * gdb.tui/main.exp: New file.
2044
2045 2019-07-27 Tom Tromey <tom@tromey.com>
2046
2047 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
2048 optional.
2049 * gdb.tui/empty.exp: New file.
2050
2051 2019-07-27 Tom Tromey <tom@tromey.com>
2052
2053 * lib/tuiterm.exp (spawn): New proc.
2054 (Term::resize): New proc.
2055 * gdb.tui/resize.exp: New file.
2056
2057 2019-07-27 Tom Tromey <tom@tromey.com>
2058
2059 * gdb.tui/list.exp: New file.
2060
2061 2019-07-27 Tom Tromey <tom@tromey.com>
2062
2063 * gdb.tui/regs.exp: New file.
2064
2065 2019-07-27 Tom Tromey <tom@tromey.com>
2066
2067 * gdb.tui/basic.exp: Add "layout split" test.
2068
2069 2019-07-27 Tom Tromey <tom@tromey.com>
2070
2071 * gdb.tui/basic.exp: Add "layout asm" test.
2072
2073 2019-07-27 Tom Tromey <tom@tromey.com>
2074
2075 * lib/tuiterm.exp: New file.
2076 * gdb.tui/basic.exp: New file.
2077
2078 2019-07-27 Kevin Buettner <kevinb@redhat.com>
2079
2080 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
2081 Enable tests associated with this flag. Adjust regex
2082 referencing "foo_low" to now refer to "foo_cold" instead.
2083
2084 2019-07-27 Kevin Buettner <kevinb@redhat.com>
2085
2086 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
2087 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
2088 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
2089 foo_cold. Revise comments to match.
2090 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
2091 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
2092 were wrapped into this proc; Call do_test in loop from outermost
2093 level.
2094 (foo_low): Rename all occurrences to "foo_cold".
2095 (backtrace from baz): New test.
2096 (x2/i foo_cold): New test.
2097 (info line *foo_cold): New test.
2098
2099 2019-07-26 Tom de Vries <tdevries@suse.de>
2100
2101 * gdb.arch/i386-pkru.exp: Fix unterminated string.
2102
2103 2019-07-25 Tom de Vries <tdevries@suse.de>
2104
2105 PR testsuite/24830
2106 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
2107 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
2108 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
2109 (skip_libstdcxx_probe_tests): ... here.
2110 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
2111
2112 2019-07-24 Tom de Vries <tdevries@suse.de>
2113
2114 PR testsuite/24807
2115 * gdb.objc/basicclass.m: Include stdio.h.
2116 * gdb.objc/nondebug.m: Same.
2117 * gdb.objc/objcdecode.m: Same.
2118
2119 2019-07-24 Tom de Vries <tdevries@suse.de>
2120
2121 PR testsuite/24612
2122 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
2123 additional_flags.
2124
2125 2019-07-24 Tom de Vries <tdevries@suse.de>
2126
2127 PR testsuite/24831
2128 * gdb.multi/tids.exp: Update error messages for info threads.
2129
2130 2019-07-24 Tom de Vries <tdevries@suse.de>
2131
2132 * gdb.base/info-types.exp: Allow info types to print info for more than
2133 one file.
2134
2135 2019-07-23 Tom de Vries <tdevries@suse.de>
2136
2137 PR testsuite/24842
2138 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
2139 gdb_spawn_with_cmdline_opts.
2140
2141 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
2142
2143 * gdb.arch/arm-cmse-sgstubs.c: New test.
2144 * gdb.arch/arm-cmse-sgstubs.exp: New file.
2145
2146 2019-07-23 Tom de Vries <tdevries@suse.de>
2147
2148 PR testsuite/24711
2149 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
2150 issuing next command.
2151
2152 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
2153
2154 * gdb.ada/info_auto_lang.exp: Update expected results.
2155 * gdb.base/info-types.c: Add additional types to check.
2156 * gdb.base/info-types.exp: Update expected results.
2157
2158 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
2159
2160 * gdb.base/info-types.c: New file.
2161 * gdb.base/info-types.exp: New file.
2162
2163 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
2164
2165 * gdb.arch/riscv-bp-infcall.c: New file.
2166 * gdb.arch/riscv-bp-infcall.exp: New file.
2167
2168 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
2169
2170 PR breakpoints/24541
2171 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
2172
2173 2019-07-14 Tom de Vries <tdevries@suse.de>
2174
2175 PR testsuite/24760
2176 * gdb.objc/basicclass.exp: Fix unterminated string.
2177
2178 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
2179 Andrew Burgess <andrew.burgess@embecosm.com>
2180
2181 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
2182 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
2183 negative bounds.
2184 * gdb.fortran/vla-value.exp: Print elements of an array with
2185 negative bounds.
2186 * gdb.fortran/vla.f90: Setup an array with negative bounds for
2187 testing.
2188
2189 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
2190
2191 * gdb.base/options.exp (expect_string): Dequote strings in
2192 results.
2193 (test-string): Test strings with different quoting and reindent.
2194
2195 2019-07-10 Tom Tromey <tromey@adacore.com>
2196
2197 * gdb.ada/mi_ex_cond.exp: Update expected results.
2198 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
2199 * gdb.ada/mi_catch_ex.exp: Update expected results.
2200 * gdb.ada/mi_catch_assert.exp: Update expected results.
2201 * gdb.ada/catch_ex.exp (catch_exception_info)
2202 (catch_exception_entry, catch_assert_entry)
2203 (catch_unhandled_entry): Update.
2204 * gdb.ada/catch_assert_if.exp: Update expected results.
2205
2206 2019-07-10 Richard Bunt <richard.bunt@arm.com>
2207 Stephen Roberts <stephen.roberts@arm.com>
2208
2209 * gdb.base/define.exp: Restore original prompt.
2210
2211 2019-07-09 Pedro Alves <palves@redhat.com>
2212
2213 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
2214 breakpoints" output.
2215 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
2216 * gdb.python/py-breakpoint.exp: No longer expect that "catch
2217 throw" creates breakpoint.
2218 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
2219 'type="catchpoint"'.
2220
2221 2019-07-09 Pedro Alves <palves@redhat.com>
2222
2223 PR c++/15468
2224 * gdb.cp/except-multi-location-lib.cc: New.
2225 * gdb.cp/except-multi-location-main.cc: New.
2226 * gdb.cp/except-multi-location.exp: New.
2227
2228 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
2229
2230 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
2231 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
2232 argument and update callers.
2233
2234 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2235
2236 * gdb.arch/amd64-break-on-asm-line.S: New file.
2237 * gdb.arch/amd64-break-on-asm-line.exp: New file.
2238
2239 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2240
2241 * gdb.base/printcmds.exp: Test printing C string and
2242 C wide string convenience vars without transiting via the inferior.
2243 Also make test names unique.
2244
2245 2019-07-08 Alan Hayward <alan.hayward@arm.com>
2246
2247 PR breakpoints/25011
2248 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
2249
2250 2019-07-04 Pedro Alves <palves@redhat.com>
2251
2252 * lib/gdb.exp (foreach_with_prefix): Don't return early if
2253 body returned ok(0), break(3) or continue(4).
2254 * gdb.testsuite/foreach_with_prefix.exp: New file.
2255
2256 2019-07-04 Alan Hayward <alan.hayward@arm.com>
2257
2258 * gdb.server/unittest.exp: Allow 0 unit tests to run.
2259
2260 2019-07-03 Pedro Alves <palves@redhat.com>
2261
2262 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
2263 "return -code".
2264
2265 2019-07-03 Pedro Alves <palves@redhat.com>
2266
2267 PR cli/24732
2268 * gdb.base/shell.exp: Load completion-support.exp.
2269 Adjust expected error output. Add completion tests.
2270
2271 2019-07-03 Pedro Alves <palves@redhat.com>
2272
2273 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
2274 string_to_regexp.
2275
2276 2019-07-03 Pedro Alves <palves@redhat.com>
2277
2278 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
2279 (expect_integer): Adjust to expect "-string".
2280 (expect_string): New.
2281 (all_options): Expect "-string".
2282 (test-flag, test-boolean): Adjust to expect "-string".
2283 (test-string): New proc.
2284 (top level): Call it.
2285
2286 2019-07-03 Pedro Alves <palves@redhat.com>
2287
2288 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
2289 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
2290 the expected output in the success.
2291
2292 2019-07-03 Pedro Alves <palves@redhat.com>
2293
2294 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
2295 Split one gdb_test_multiple call in two to avoid a race.
2296
2297 2019-07-03 Pedro Alves <palves@redhat.com>
2298
2299 * gdb.base/with.c: New file.
2300 * gdb.base/with.exp: New file.
2301
2302 2019-07-03 Pedro Alves <palves@redhat.com>
2303
2304 * gdb.base/settings.exp: Replace all references to "maint
2305 test-settings set" with references to "maint set test-settings",
2306 and all references to "maint test-settings show" with references
2307 to "maint show test-settings".
2308
2309 2019-07-03 Pedro Alves <palves@redhat.com>
2310
2311 * gdb.base/settings.exp (test-string): Adjust expected out when
2312 testing "maint test-settings show filename"
2313
2314 2019-07-02 Pedro Alves <palves@redhat.com>
2315
2316 * gdb.base/options.exp (test-info-threads): New procedure.
2317 (top level): Call it.
2318
2319 2019-06-28 Tom Tromey <tromey@adacore.com>
2320
2321 * gdb.dwarf2/ada-linkage-name.c: New file.
2322 * gdb.dwarf2/ada-linkage-name.exp: New file.
2323
2324 2019-06-27 Tom Tromey <tromey@adacore.com>
2325
2326 PR c++/20020:
2327 * gdb.cp/constexpr-field.exp: Use setup_xfail.
2328
2329 2019-06-26 Tom de Vries <tdevries@suse.de>
2330
2331 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
2332
2333 2019-06-26 Tom de Vries <tdevries@suse.de>
2334
2335 * gdb.base/index-cache.exp: Add back missing debug option.
2336
2337 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2338
2339 * gdb.base/alias.exp: Test non matching/non existing prefixes.
2340
2341 2019-06-25 Tom de Vries <tdevries@suse.de>
2342
2343 PR testsuite/24727
2344 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
2345
2346 2019-06-24 Tom de Vries <tdevries@suse.de>
2347
2348 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
2349
2350 2019-06-24 Tom de Vries <tdevries@suse.de>
2351
2352 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
2353 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
2354 * gdb.trace/unavailable-dwarf-piece.exp: Same.
2355
2356 2019-06-24 Tom de Vries <tdevries@suse.de>
2357
2358 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
2359
2360 2019-06-21 Tom de Vries <tdevries@suse.de>
2361
2362 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
2363
2364 2019-06-21 Tom de Vries <tdevries@suse.de>
2365
2366 PR testsuite/24518
2367 PR ada/24713
2368 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
2369 index.
2370
2371 2019-06-19 Tom Tromey <tromey@adacore.com>
2372
2373 * gdb.ada/length_cond.exp: Add intro comment.
2374
2375 2019-06-19 Tom Tromey <tromey@adacore.com>
2376
2377 * gdb.ada/length_cond.exp: New file.
2378 * gdb.ada/length_cond/length_cond.adb: New file.
2379 * gdb.ada/length_cond/pck.adb: New file.
2380 * gdb.ada/length_cond/pck.ads: New file.
2381
2382 2019-06-18 Tom de Vries <tdevries@suse.de>
2383
2384 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
2385
2386 2019-06-18 Tom Tromey <tromey@adacore.com>
2387
2388 * gdb.base/list0.h: Add comment explaining control character.
2389
2390 2019-06-18 Tom de Vries <tdevries@suse.de>
2391
2392 * boards/fission.exp: Break up long debug_flags line.
2393
2394 2019-06-16 Tom de Vries <tdevries@suse.de>
2395
2396 PR gdb/24445
2397 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
2398 generated index.
2399
2400 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
2401
2402 PR gdb/24686
2403 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
2404 improve detection of bug gdb/24541.
2405
2406 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
2407
2408 PR gdb/24669
2409 * gdb.base/index-cache.exp (uses_readnow,
2410 expecting_index_cache_use): Define global variable.
2411 (test_cache_enabled_miss, test_cache_enabled_hit): Use
2412 expecting_index_cache_use.
2413
2414 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
2415 Andrew Burgess <andrew.burgess@embecosm.com>
2416
2417 * gdb.fortran/pointers.f90: New file.
2418 * gdb.fortran/print_type.exp: New file.
2419 * gdb.fortran/vla-ptype.exp: Adapt expected results.
2420 * gdb.fortran/vla-type.exp: Likewise.
2421 * gdb.fortran/vla-value.exp: Likewise.
2422 * gdb.mi/mi-vla-fortran.exp: Likewise.
2423
2424 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2425
2426 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
2427 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
2428 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
2429 as a stop reason.
2430
2431 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2432
2433 * gdb.base/annota1.exp: Update expected results.
2434 * gdb.cp/annota2.exp: Likewise.
2435 * gdb.cp/annota3.exp: Likewise.
2436
2437 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2438
2439 * gdb.base/style-logging.exp: Remove path from test name.
2440
2441 2019-06-14 Tom Tromey <tromey@adacore.com>
2442
2443 PR gdb/24502:
2444 * gdb.base/style-logging.exp: New file.
2445
2446 2019-06-14 Tom Tromey <tromey@adacore.com>
2447
2448 * gdb.base/symfile-warn.exp: New file.
2449 * gdb.base/symfile-warn.c: New file.
2450
2451 2019-06-14 Tom Tromey <tromey@adacore.com>
2452
2453 * gdb.base/annotate-symlink.exp: New file.
2454
2455 2019-06-14 Tom Tromey <tromey@adacore.com>
2456
2457 * gdb.ada/set_wstr.exp: Add reassignment test.
2458
2459 2019-06-14 Tom Tromey <tromey@adacore.com>
2460
2461 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
2462 'unchecked_access and 'unrestricted_access as well.
2463
2464 2019-06-14 Tom Tromey <tromey@adacore.com>
2465
2466 PR ada/24539:
2467 * gdb.ada/vla.exp: Update tests.
2468 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
2469 pragma.
2470
2471 2019-06-13 Pedro Alves <palves@redhat.com>
2472
2473 * gdb.base/settings.exp (test-integer): Test junk after
2474 "unlimited".
2475
2476 2019-06-13 Pedro Alves <palves@redhat.com>
2477
2478 * gdb.base/options.exp (test-thread-apply): New.
2479 (top level): Call it.
2480
2481 2019-06-13 Pedro Alves <palves@redhat.com>
2482
2483 * gdb.base/options.exp (test-frame-apply): New.
2484 (top level): Test print commands with different "frame apply"
2485 prefixes.
2486
2487 2019-06-13 Pedro Alves <palves@redhat.com>
2488
2489 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
2490 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
2491 'max_completions' parameter and handle it.
2492 (test_gdb_completion_offers_commands): New.
2493
2494 2019-06-13 Pedro Alves <palves@redhat.com>
2495
2496 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
2497
2498 2019-06-13 Pedro Alves <palves@redhat.com>
2499
2500 * gdb.base/options.exp (test-backtrace): New.
2501 (top level): Call it.
2502
2503 2019-06-13 Pedro Alves <palves@redhat.com>
2504
2505 * gdb.guile/scm-frame-args.exp: Use "set print
2506 raw-frame-arguments" instead of "set print raw frame-arguments".
2507 * gdb.python/py-frame-args.exp: Likewise.
2508
2509 2019-06-13 Pedro Alves <palves@redhat.com>
2510
2511 * gdb.compile/compile.exp: Adjust expected output to option
2512 processing changes.
2513
2514 2019-06-13 Pedro Alves <palves@redhat.com>
2515
2516 * gdb.base/options.exp: Build executable.
2517 (test-print): New procedure.
2518 (top level): Call it, once for "print" and another for "compile
2519 print".
2520
2521 2019-06-13 Pedro Alves <palves@redhat.com>
2522
2523 * gdb.base/options.c: New file.
2524 * gdb.base/options.exp: New file.
2525
2526 2019-06-13 Pedro Alves <palves@redhat.com>
2527
2528 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
2529 that "o" is ambiguous.
2530
2531 2019-06-13 Pedro Alves <palves@redhat.com>
2532
2533 * gdb.base/settings.c: New file.
2534 * gdb.base/settings.exp: New file.
2535
2536 2019-06-13 Pedro Alves <palves@redhat.com>
2537
2538 * gdb.base/completion.exp: Fix comment typo.
2539
2540 2019-06-13 Pedro Alves <palves@redhat.com>
2541
2542 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
2543 foo --1" test.
2544
2545 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
2546
2547 * gdb.fortran/block-data.f: New.
2548 * gdb.fortran/block-data.exp: New.
2549
2550 2019-06-11 Tom de Vries <tdevries@suse.de>
2551
2552 PR testsuite/24521
2553 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
2554 message.
2555
2556 2019-06-11 Tom de Vries <tdevries@suse.de>
2557
2558 PR testsuite/24521
2559 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
2560
2561 2019-06-11 Tom de Vries <tdevries@suse.de>
2562
2563 * boards/readnow.exp: New file.
2564
2565 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
2566
2567 * gdb.fortran/vla-sizeof.exp: Update expected results.
2568
2569 2019-06-06 Amos Bird <amosbird@gmail.com>
2570
2571 * gdb.base/annota1.exp (thread_switch): Add test for
2572 thread-exited annotation.
2573
2574 2019-06-06 Tom Tromey <tromey@adacore.com>
2575
2576 * gdb.base/maint.exp: Expect command started/finished output.
2577
2578 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
2579
2580 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
2581 comment.
2582 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
2583
2584 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
2585
2586 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
2587 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
2588 * gdb.arch/riscv-unwind-long-insn.c: New file.
2589 * gdb.arch/riscv-unwind-long-insn.exp: New file.
2590
2591 2019-06-04 Christian Biesinger <cbiesinger@google.com>
2592
2593 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
2594
2595 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2596
2597 * lib/gdb.exp (help_list_trailer): New regexp variable
2598 factorizing the help trailer message.
2599 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
2600 arg to allow to better factorize various tests.
2601 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
2602 (test_prefix_command_help): Use help_list_trailer.
2603 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
2604 * gdb.guile/scm-cmd.exp: Likewise.
2605 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
2606 * gdb.base/help.exp: Use test_user_defined_class_help.
2607 * gdb.base/style.exp: Add tests for styling of help and apropos.
2608 * lib/gdb-utils.exp (style): Add title and highlight styles.
2609
2610 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2611
2612 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
2613 $_shell_exitsignal.
2614 * gdb.base/default.exp: Update for new convenience variables.
2615
2616 2019-05-29 Tom Tromey <tromey@adacore.com>
2617
2618 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
2619 to "break complete ada" test case's regexp.
2620
2621 2019-05-29 Tom Tromey <tromey@adacore.com>
2622
2623 PR c++/20020:
2624 * gdb.cp/constexpr-field.exp: New file.
2625 * gdb.cp/constexpr-field.cc: New file.
2626
2627 2019-05-29 Tom Tromey <tromey@adacore.com>
2628
2629 * gdb.base/finish.exp (finish_no_print): New proc.
2630 (finish_tests): Call it.
2631
2632 2019-05-24 Tom de Vries <tdevries@suse.de>
2633
2634 * gdb.dwarf2/gdb-add-index.exp: New file.
2635
2636 2019-05-22 Tom Tromey <tromey@adacore.com>
2637
2638 * gdb.base/info-shared.exp (check_info_shared): Use "style".
2639 * gdb.base/style.exp: Use "style".
2640 * lib/gdb-utils.exp (style): New proc.
2641
2642 2019-05-22 Tom de Vries <tdevries@suse.de>
2643
2644 * gdb.base/align.exp: Require c++11.
2645
2646 2019-05-22 Tom de Vries <tdevries@suse.de>
2647
2648 PR testsuite/24586
2649 * gdb.python/py-mi-var-info-path-expression.exp: Call
2650 mi_skip_python_tests to check if python is supported.
2651
2652 2019-05-22 Alan Hayward <alan.hayward@arm.com>
2653
2654 * gdb.arch/aarch64-pauth.c: New test.
2655 * gdb.arch/aarch64-pauth.exp: New file.
2656
2657 2019-05-22 Alan Hayward <alan.hayward@arm.com>
2658
2659 * README (Re-running Tests Outside The Testsuite): New section.
2660
2661 2019-05-21 Tom de Vries <tdevries@suse.de>
2662
2663 * gdb.arch/amd64-eval.exp: Require c++11.
2664 * gdb.base/max-depth.exp: Same.
2665 * gdb.compile/compile-cplus-array-decay.exp: Same.
2666 * gdb.cp/meth-typedefs.exp: Same.
2667 * gdb.cp/subtypes.exp: Same.
2668 * gdb.cp/temargs.exp: Same.
2669
2670 2019-05-21 Alan Hayward <alan.hayward@arm.com>
2671
2672 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
2673
2674 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
2675
2676 PR gdb/18644
2677 * gdb.fortran/complex.exp: Remove setup_kfail calls.
2678 * gdb.fortran/printing-types.exp: Add new test.
2679 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
2680 testing.
2681 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
2682 setup_kfail call.
2683
2684 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2685
2686 * README (Running the Testsuite): Change example.
2687 (Testsuite Parameters): Remove TRANSCRIPT.
2688 * lib/gdb.exp: Remove TRANSCRIPT check.
2689
2690 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2691
2692 * README (Testsuite Parameters): Add replay logging to
2693 GDBSERVER_DEBUG.
2694 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
2695 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
2696 as a comma separated list.
2697 (gdb_debug_init): Override procedure.
2698
2699 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2700
2701 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
2702 (gdb_write_cmd_file): New procedure.
2703 * lib/gdbserver-support.exp (gdbserver_start): Call
2704 gdbserver_write_cmd_file.
2705 (gdbserver_write_cmd_file): New procedure.
2706
2707 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2708
2709 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
2710 (delete_breakpoints): Likewise.
2711 (gdb_run_cmd): Likewise.
2712 (gdb_start_cmd): Likewise.
2713 (gdb_starti_cmd): Likewise.
2714 (gdb_internal_error_resync): Likewise.
2715 (gdb_test_multiple): Likewise.
2716 (gdb_reinitialize_dir): Likewise.
2717 (default_gdb_exit): Likewise.
2718 (gdb_file_cmd): Mark kill as optional.
2719 (default_gdb_start): Call gdb_stdin_log_init.
2720 (send_gdb): Call gdb_stdin_log_write.
2721 (rerun_to_main): Mark Y as an answer.
2722 (gdb_stdin_log_init): New function.
2723 (gdb_stdin_log_write): Likewise.
2724
2725 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2726
2727 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
2728 * gdb.base/debug-expr.exp: Likewise.
2729 * gdb.base/foll-fork.exp: Likewise.
2730 * gdb.base/foll-vfork.exp: Likewise.
2731 * gdb.base/fork-print-inferior-events.exp: Likewise.
2732 * gdb.base/gdb-sigterm.exp: Likewise.
2733 * gdb.base/gdbinit-history.exp: Likewise.
2734 * gdb.base/osabi.exp: Likewise.
2735 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
2736 * gdb.base/ui-redirect.exp: Likewise.
2737 * gdb.gdb/unittest.exp: Likewise.
2738 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
2739 * gdb.mi/mi-watch.exp: Likewise.
2740 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2741 * gdb.mi/user-selected-context-sync.exp: Likewise.
2742 * gdb.python/python.exp: Disable debug test when debugging.
2743 * gdb.threads/check-libthread-db.exp: Disable when debugging.
2744 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
2745 Likewise.
2746 * gdb.threads/stepi-random-signal.exp: Likewise.
2747
2748 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2749
2750 * Makefile.in: Pass through GDB_DEBUG.
2751 * README (Testsuite Parameters): Add GDB_DEBUG.
2752 (gdb,debug): Add board setting.
2753 * lib/gdb.exp (default_gdb_start): Start debugging.
2754 (gdb_debug_enabled): New procedure.
2755 (gdb_debug_init): Likewise.
2756
2757 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2758
2759 * Makefile.in: Pass through GDB_DEBUG.
2760 * README (Testsuite Parameters): Add GDB_DEBUG.
2761 (gdb,debug): Add board setting.
2762 * lib/gdb.exp (default_gdb_start): Start debugging.
2763 (gdb_debug_enabled): New procedure.
2764 (gdb_debug_init): Likewise.
2765
2766 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2767
2768 * gdb.base/ui-redirect.exp: Add debug redirect tests.
2769
2770 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2771
2772 * gdb.base/ui-redirect.exp: Test redirection.
2773
2774 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
2775
2776 * gdb.mi/mi-complete.exp: New file.
2777 * gdb.mi/mi-complete.cc: Likewise.
2778
2779 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
2780
2781 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
2782 indexed and sliced arrays, and pointers to arrays.
2783
2784 2019-05-14 Tom Tromey <tromey@adacore.com>
2785
2786 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
2787 styling test.
2788
2789 2019-05-14 Tom de Vries <tdevries@suse.de>
2790
2791 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
2792 selection entry encoding.
2793
2794 2019-05-10 Tom Tromey <tromey@adacore.com>
2795
2796 * gdb.ada/info_exc.exp: Add "complete" test.
2797
2798 2019-05-09 Tom de Vries <tdevries@suse.de>
2799
2800 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
2801 CU-relative.
2802
2803 2019-05-09 Tom de Vries <tdevries@suse.de>
2804
2805 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
2806 CU-relative.
2807
2808 2019-05-08 Joel Brobecker <brobecker@adacore.com>
2809
2810 * gdb.ada/frame_arg_lang.exp: New testcase.
2811 * gdb.ada/frame_arg_lang/bla.adb: New file.
2812 * gdb.ada/frame_arg_lang/pck.ads: New file.
2813 * gdb.ada/frame_arg_lang/pck.adb: New file.
2814 * gdb.ada/frame_arg_lang/foo.c: New file.
2815
2816 2019-05-08 Tom Tromey <tromey@adacore.com>
2817
2818 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
2819
2820 2019-05-08 Tom Tromey <tromey@adacore.com>
2821
2822 * gdb.base/ptype-offsets.exp: Update tests.
2823
2824 2019-05-08 Tom Tromey <tromey@adacore.com>
2825
2826 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
2827 cases.
2828 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
2829 "short".
2830
2831 2019-05-08 Tom Tromey <tromey@adacore.com>
2832
2833 * gdb.ada/vla.exp: New file.
2834 * gdb.ada/vla/vla.adb: New file.
2835
2836 2019-05-07 Tom de Vries <tdevries@suse.de>
2837
2838 * gdb.base/index-cache.exp (ls_host): Fix return statement.
2839
2840 2019-05-07 Tom de Vries <tdevries@suse.de>
2841
2842 PR testsuite/24522
2843 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
2844 section.
2845
2846 2019-05-07 Tom de Vries <tdevries@suse.de>
2847
2848 PR testsuite/24522
2849 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
2850 .debug_aranges section.
2851
2852 2019-05-07 Tom de Vries <tdevries@suse.de>
2853
2854 PR testsuite/24159
2855 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
2856
2857 2019-05-06 Tom de Vries <tdevries@suse.de>
2858
2859 * lib/gdb.exp (exec_has_index_section): New proc.
2860 * gdb.base/index-cache.exp: Handle case that binfile contains an index
2861 section.
2862
2863 2019-05-04 Tom de Vries <tdevries@suse.de>
2864
2865 * boards/cc-with-debug-names.exp: New file.
2866
2867 2019-05-03 Tom Tromey <tromey@adacore.com>
2868
2869 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
2870 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
2871 * gdb.ada/char_enum.exp: Add test.
2872
2873 2019-05-03 Tom de Vries <tdevries@suse.de>
2874
2875 * boards/cc-with-gdb-index.exp: New file.
2876
2877 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
2878
2879 * gdb.rust/simple.exp: Add new test case.
2880 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
2881 (main): Initialise an instance of the new struct.
2882
2883 2019-05-01 Tom Tromey <tromey@adacore.com>
2884
2885 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
2886 record.
2887 (NPR): New variable.
2888 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
2889 test.
2890
2891 2019-05-01 Tom Tromey <tromey@adacore.com>
2892
2893 * gdb.ada/packed_array_assign.exp: Add packed assignment
2894 regression test.
2895
2896 2019-05-01 Tom de Vries <tdevries@suse.de>
2897
2898 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
2899
2900 2019-05-01 Tom de Vries <tdevries@suse.de>
2901
2902 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
2903
2904 2019-04-30 Ali Tamur <tamur@google.com>
2905
2906 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
2907
2908 2019-04-30 Tom Tromey <tromey@adacore.com>
2909
2910 * lib/ada.exp (find_ada_tool): New proc.
2911 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
2912 * gdb.ada/catch_ex_std.exp: New file.
2913 * gdb.ada/catch_ex_std/foo.adb: New file.
2914 * gdb.ada/catch_ex_std/some_package.adb: New file.
2915 * gdb.ada/catch_ex_std/some_package.ads: New file.
2916
2917 2019-04-30 Tom Tromey <tromey@adacore.com>
2918
2919 PR c++/24470:
2920 * gdb.cp/temargs.cc: Add test code from PR.
2921
2922 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2923
2924 * gdb.fortran/vla-datatypes.exp: Update expected results.
2925 * gdb.fortran/vla-ptype.exp: Likewise.
2926 * gdb.fortran/vla-type.exp: Likewise.
2927 * gdb.fortran/vla-value.exp: Likewise.
2928
2929 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2930
2931 * gdb.fortran/ptr-indentation.exp: Update expected results.
2932 * gdb.fortran/ptype-on-functions.exp: Likewise.
2933 * gdb.fortran/vla-ptr-info.exp: Likewise.
2934 * gdb.fortran/vla-value.exp: Likewise.
2935
2936 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2937
2938 * gdb.fortran/ptype-on-functions.exp: New file.
2939 * gdb.fortran/ptype-on-functions.f90: New file.
2940
2941 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2942
2943 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
2944 case void string.
2945
2946 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2947
2948 * gdb.fortran/complex.exp: Expand.
2949 * gdb.fortran/complex.f: Renamed to...
2950 * gdb.fortran/complex.f90: ...this, and extended to add more
2951 complex values.
2952
2953 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2954
2955 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
2956 MODULO, CMPLX.
2957
2958 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
2959 Richard Bunt <richard.bunt@arm.com>
2960
2961 * gdb.base/max-depth.c: New file.
2962 * gdb.base/max-depth.exp: New file.
2963 * gdb.python/py-nested-maps.c: New file.
2964 * gdb.python/py-nested-maps.exp: New file.
2965 * gdb.python/py-nested-maps.py: New file.
2966 * gdb.python/py-format-string.exp (test_max_depth): New proc.
2967 (test_all_common): Call test_max_depth.
2968 * gdb.fortran/max-depth.exp: New file.
2969 * gdb.fortran/max-depth.f90: New file.
2970 * gdb.go/max-depth.exp: New file.
2971 * gdb.go/max-depth.go: New file.
2972 * gdb.modula2/max-depth.exp: New file.
2973 * gdb.modula2/max-depth.c: New file.
2974 * lib/gdb.exp (get_print_expr_at_depths): New proc.
2975
2976 2019-04-29 Tom de Vries <tdevries@suse.de>
2977
2978 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
2979
2980 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2981
2982 * gdb.base/callexit.exp: Test may-call-functions off.
2983
2984 2019-04-25 Keith Seitz <keiths@redhat.com>
2985
2986 PR c++/24367
2987 * gdb.cp/meth-typedefs.cc (incomplete_struct)
2988 (another_incomplete_struct, test_incomplete): New definitions.
2989 (main): Use new definitions.
2990 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
2991 functions.
2992
2993 2019-04-25 Ali Tamur <tamur@google.com>
2994
2995 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
2996
2997 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
2998
2999 PR corefiles/11608
3000 PR corefiles/18187
3001 * gdb.base/coredump-filter-build-id.exp: New file.
3002
3003 2019-04-25 Alan Hayward <alan.hayward@arm.com>
3004
3005 * Makefile.in: Pass through GDBSERVER_DEBUG.
3006 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
3007 (gdbserver,debug): Add board setting.
3008 * gdb.trace/tspeed.exp: Skip when debugging.
3009 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
3010 * lib/gdbserver-support.exp: Likewise
3011
3012 2019-04-24 Tom Tromey <tromey@adacore.com>
3013
3014 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
3015 Rust.
3016
3017 2019-04-24 Tom Tromey <tromey@adacore.com>
3018
3019 * gdb.arch/amd64-eval.exp: Test bitfield return.
3020 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
3021 (class Foo) <return_bitfields>: New method.
3022 (main): Call it.
3023
3024 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
3025
3026 * gdb.cp/many-args.cc: New file.
3027 * gdb.cp/many-args.exp: New file.
3028
3029 2019-04-23 Tom de Vries <tdevries@suse.de>
3030
3031 PR gdb/24433
3032 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
3033
3034 2019-04-23 Alan Hayward <alan.hayward@arm.com>
3035
3036 * gdb.trace/backtrace.exp: Use nopie flag.
3037 * gdb.trace/circ.exp: Likewise.
3038 * gdb.trace/collection.exp: Likewise.
3039 * gdb.trace/ftrace.exp: Likewise.
3040 * gdb.trace/mi-trace-unavailable.exp: Likewise.
3041 * gdb.trace/mi-traceframe-changed.exp: Likewise.
3042 * gdb.trace/qtro.exp: Likewise.
3043 * gdb.trace/read-memory.exp: Likewise.
3044 * gdb.trace/report.exp: Likewise.
3045 * gdb.trace/tfile.exp: Likewise.
3046 * gdb.trace/tfind.exp: Likewise.
3047 * gdb.trace/unavailable.exp: Likewise.
3048
3049 2019-04-22 Pedro Alves <palves@redhat.com>
3050
3051 * gdb.base/solib-probes-nosharedlibrary.c,
3052 gdb.base/solib-probes-nosharedlibrary.exp: New files.
3053
3054 2019-04-19 Tom Tromey <tromey@adacore.com>
3055
3056 * gdb.ada/ptype_union.c: New file.
3057 * gdb.ada/ptype_union.exp: New file.
3058
3059 2019-04-19 Tom Tromey <tromey@adacore.com>
3060
3061 PR symtab/24423:
3062 * gdb.base/list0.h (foo): Add a control-l character.
3063
3064 2019-04-18 Tom de Vries <tdevries@suse.de>
3065
3066 PR gdb/24433
3067 * boards/local-board.exp: Set sysroot to "".
3068
3069 2019-04-18 Tom de Vries <tdevries@suse.de>
3070 Pedro Alves <palves@redhat.com>
3071
3072 PR gdb/24454
3073 * gdb.threads/vfork-follow-child-exec.c: New file.
3074 * gdb.threads/vfork-follow-child-exec.exp: New file.
3075 * gdb.threads/vfork-follow-child-exit.c: New file.
3076 * gdb.threads/vfork-follow-child-exit.exp: New file.
3077
3078 2019-04-15 Leszek Swirski <leszeks@google.com>
3079
3080 * gdb.arch/amd64-eval.cc: New file.
3081 * gdb.arch/amd64-eval.exp: New file.
3082
3083 2019-04-11 Alan Hayward <alan.hayward@arm.com>
3084
3085 * gdb.server/sysroot.c: New test.
3086 * gdb.server/sysroot.exp: New file.
3087 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
3088 matching param.
3089
3090 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
3091
3092 * gdb.base/align.exp: Extend test to cover structures containing
3093 only static fields.
3094
3095 2019-04-11 Tom de Vries <tdevries@suse.de>
3096
3097 * boards/cc-with-dwz-m.exp: New file.
3098 * boards/cc-with-dwz.exp: New file.
3099 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
3100
3101 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
3102
3103 * gdb.base/start-cpp.exp: New file.
3104 * gdb.base/start-cpp.cc: New file.
3105
3106 2019-04-08 Kevin Buettner <kevinb@redhat.com>
3107
3108 * gdb.python/py-thrhandle.exp: Adjust tests to call
3109 thread_from_handle instead of thread_from_thread_handle.
3110
3111 2019-04-08 Kevin Buettner <kevinb@redhat.com>
3112
3113 * gdb.python/py-thrhandle.exp: Add tests for
3114 gdb.InferiorThread.handle.
3115
3116 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
3117
3118 * gdb.python/py-function.exp: Check calling helper function from
3119 all languages.
3120 * lib/gdb.exp (gdb_supported_languages): New proc.
3121
3122 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
3123
3124 * gdb.base/complex-parts.c: New file.
3125 * gdb.base/complex-parts.exp: New file.
3126
3127 2019-04-01 Tom Tromey <tromey@adacore.com>
3128
3129 PR symtab/23331:
3130 * gdb.dwarf2/dw2-ranges-main.c: New file.
3131 * gdb.dwarf2/dw2-ranges-psym.c: New file.
3132 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
3133
3134 2019-03-30 Simon Marchi <simark@simark.ca>
3135
3136 * gdb.base/default.exp: Add values for $_gdb_major and
3137 $_gdb_minor.
3138
3139 2019-03-29 Tom Tromey <tromey@adacore.com>
3140
3141 * gdb.base/help.exp: Tighten apropos regexp.
3142
3143 2019-03-29 Keith Seitz <keiths@redhat.com>
3144
3145 * gdb.fortran/array-bounds.exp: New file.
3146 * gdb.fortran/array-bounds.f90: New file.
3147
3148 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3149
3150 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
3151
3152 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3153
3154 * gdb.multi/hello.c (main): Increase alarm timer.
3155
3156 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
3157
3158 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
3159 factor when no hardware watchpoint support.
3160
3161 2019-03-28 Alan Hayward <alan.hayward@arm.com>
3162 Pedro Alves <palves@redhat.com>
3163
3164 * boards/local-board.exp: set sysroot to /.
3165
3166 2019-03-27 Alan Hayward <alan.hayward@arm.com>
3167
3168 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
3169 in child.
3170
3171 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3172
3173 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
3174 field.
3175 (make_container): Initialise new field.
3176 * gdb.python/py-prettyprint.exp: Add new tests.
3177 * gdb.python/py-prettyprint.py (class ContainerPrinter)
3178 <display_hint>: New method.
3179
3180 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3181
3182 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
3183 gdb_continue_to_breakpoint more throughout this test.
3184 (run_lang_tests) Supply unique test names, and use
3185 gdb_test_no_output.
3186
3187 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3188
3189 * gdb.base/finish-pretty.exp: Update expected results.
3190 * gdb.base/pretty-print.c: New file.
3191 * gdb.base/pretty-print.exp: New file.
3192
3193 2019-03-25 Pedro Alves <palves@redhat.com>
3194
3195 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
3196 move comments outside list. Append '-i "" eof' section.
3197
3198 2019-03-22 Alan Hayward <alan.hayward@arm.com>
3199
3200 PR testsuite/25016
3201 * README: Add pie options.
3202 * gdb.base/break-interp.exp: Ensure pie is disabled.
3203 * gdb.base/dump.exp: Likewise.
3204 * lib/gdb.exp (gdb_compile): Add pie option.
3205
3206 2019-03-19 Tom Tromey <tromey@adacore.com>
3207
3208 * gdb.mi/mi2-cli-display.c: New file.
3209 * gdb.mi/mi2-cli-display.exp: New file.
3210
3211 2019-03-18 Joel Brobecker <brobecker@adacore.com>
3212 Tom Tromey <tromey@adacore.com>
3213
3214 * gdb.ada/ptype_array/pck.adb: New file.
3215 * gdb.ada/ptype_array/pck.ads: New file.
3216 * gdb.ada/ptype_array/foo.adb: New file.
3217 * gdb.ada/ptype_array.exp: New file.
3218
3219 2019-03-14 Tom Tromey <tromey@adacore.com>
3220
3221 * gdb.base/style.exp: Add "set style sources" test.
3222
3223 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
3224
3225 * mi-breakpoint-location-ena-dis.exp: Rename to ...
3226 * mi-breakpoint-multiple-locations.exp: ... this.
3227 (make_breakpoints_pattern): New proc.
3228 (do_test): Add mi_version parameter, test -break-insert,
3229 -break-info and =breakpoint-created.
3230
3231 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
3232
3233 * config/default.exp: Remove 'load_lib gdb.exp'.
3234 * config/monitor.exp: Likewise.
3235 * config/sid.exp: Likewise.
3236 * config/sim.exp: Likewise.
3237 * config/slite.exp: Likewise.
3238 * config/unix.exp: Likewise.
3239 * gdb.base/default.exp: Remove unhelpful comment.
3240
3241 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3242
3243 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
3244
3245 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3246
3247 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
3248
3249 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3250
3251 * gdb.fortran/type-kinds.exp: Update expected results.
3252
3253 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3254
3255 * gdb.fortran/type-kinds.exp: Test new integer type kind.
3256
3257 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3258
3259 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
3260 function.
3261 (test_basic_parsing_of_type_kinds): Expand types tested.
3262 (test_parsing_invalid_type_kinds): New function.
3263
3264 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3265
3266 * gdb.fortran/intrinsics.exp: New file.
3267 * gdb.fortran/intrinsics.f90: New file.
3268 * gdb.fortran/type-kinds.exp: New file.
3269
3270 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3271
3272 * gdb.fortran/dot-ops.exp: New file.
3273
3274 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3275
3276 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
3277 Check upper and lower case logical literals.
3278
3279 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3280
3281 * gdb.fortran/types.exp (test_float_literal_types_accepted):
3282 Remove duplicate tests.
3283
3284 2019-03-06 Alan Hayward <alan.hayward@arm.com>
3285
3286 * lib/gdb.exp (builtin_cd): rename of cd.
3287 (cd): Override builtin.
3288
3289 2019-03-06 Richard Bunt <richard.bunt@arm.com>
3290
3291 * gdb.fortran/function-calls.exp: New file.
3292 * gdb.fortran/function-calls.f90: New test.
3293
3294 2019-03-04 Richard Bunt <richard.bunt@arm.com>
3295
3296 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
3297 on user program standard output.
3298 * gdb.fortran/short-circuit-argument-list.f90: Record function
3299 calls.
3300
3301 2019-02-28 Alan Hayward <alan.hayward@arm.com>
3302
3303 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
3304 failure.
3305
3306 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3307
3308 PR gdb/8527
3309 * gdb.base/interrupt-daemon-attach.c,
3310 gdb.base/interrupt-daemon-attach.exp: New test.
3311
3312 2019-02-27 Pedro Alves <palves@redhat.com>
3313
3314 * gdb.base/page.exp: Add tests for "set width/height -1".
3315
3316 2019-02-27 Pedro Alves <palves@redhat.com>
3317
3318 * gdb.base/page.exp: Add tests for "set/show width/height" with
3319 "infinite" values.
3320
3321 2019-02-27 Tom Tromey <tromey@adacore.com>
3322
3323 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
3324 2.4.
3325 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
3326 workaround.
3327
3328 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
3329
3330 * gdb.base/align.exp: Extend to compile in both C and C++, and add
3331 tests for structs with static members.
3332
3333 2019-02-26 Tom Tromey <tromey@adacore.com>
3334
3335 * gdb.python/py-value.exp (test_value_from_buffer): Check for
3336 ValueError, not TypeError.
3337
3338 2019-02-26 Kevin Buettner <kevinb@redhat.com>
3339
3340 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
3341 call from main program.
3342
3343 2019-02-23 Joel Brobecker <brobecker@adacore.com>
3344
3345 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
3346 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
3347 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
3348 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
3349 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
3350
3351 2019-02-22 Keith Seitz <keiths@redhat.com>
3352
3353 PR symtab/23853
3354 * gdb.base/symlink-sourcefile.c: New file.
3355 * gdb.base/symlink-sourcefile.exp: New file.
3356
3357 2019-02-20 Tom Tromey <tom@tromey.com>
3358
3359 * gdb.base/info_qt.exp: Update.
3360
3361 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
3362
3363 * gdb.base/source.exp: Move "error in sourced script" code to
3364 the end.
3365 * gdb.base/source-error.gdb: Move contents to
3366 source-error-1.gdb. Add new code to source source-error-1.gdb.
3367 * gdb.base/source-error-1.gdb: New file, from previous
3368 source-error.gdb.
3369
3370 2019-02-17 Tom Tromey <tom@tromey.com>
3371
3372 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
3373 for macro styling.
3374 * gdb.base/style.c (SOME_MACRO): New macro.
3375
3376 2019-02-17 Tom Tromey <tom@tromey.com>
3377
3378 * gdb.base/style.exp: Add line-wrapping tests.
3379 * gdb.base/page.exp: Add test for quitting during pagination.
3380
3381 2019-02-17 Joel Brobecker <brobecker@adacore.com>
3382
3383 * gdb.ada/big_packed_array: New testcase.
3384 * gdb.ada/homonym.exp: Fix incorrect expected output for
3385 "break <homonym__get_value>" test.
3386
3387 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
3388
3389 PR breakpoints/21870
3390 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
3391 and prepare_for_testing. Add comment.
3392 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
3393 redundant cleanup call. Clean up comment.
3394
3395 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
3396
3397 PR breakpoints/21870
3398 * gdb.arch/aarch64-dbreg-contents.exp: New file.
3399 * gdb.arch/aarch64-dbreg-contents.c: New file.
3400
3401 2019-02-10 Joel Brobecker <brobecker@adacore.com>
3402
3403 * gdb.ada/mi_ref_changeable: New testcase.
3404
3405 2019-02-07 Alan Hayward <alan.hayward@arm.com>
3406
3407 * gdb.base/attach.exp: Add double attach test.
3408
3409 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
3410
3411 * lib/gdb.exp (default_gdb_start): Don't match pagination
3412 prompt.
3413 (gdb_init): Set stty_init.
3414
3415 2019-01-27 Tom Tromey <tom@tromey.com>
3416
3417 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
3418 skip_python_tests.
3419
3420 2019-01-24 Alan Hayward <alan.hayward@arm.com>
3421
3422 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
3423 New structure.
3424 (struct struct_static_02_02): Likewise.
3425 (struct struct_static_02_03): Likewise.
3426 (struct struct_static_02_04): Likewise.
3427 (struct struct_static_04_01): Likewise.
3428 (struct struct_static_04_02): Likewise.
3429 (struct struct_static_04_03): Likewise.
3430 (struct struct_static_04_04): Likewise.
3431 (struct struct_static_06_01): Likewise.
3432 (struct struct_static_06_02): Likewise.
3433 (struct struct_static_06_03): Likewise.
3434 (struct struct_static_06_04): Likewise.
3435 (cmp_struct_static_02_01): Likewise.
3436 (cmp_struct_static_02_02): Likewise.
3437 (cmp_struct_static_02_03): Likewise.
3438 (cmp_struct_static_02_04): Likewise.
3439 (cmp_struct_static_04_01): Likewise.
3440 (cmp_struct_static_04_02): Likewise.
3441 (cmp_struct_static_04_03): Likewise.
3442 (cmp_struct_static_04_04): Likewise.
3443 (cmp_struct_static_06_01): Likewise.
3444 (cmp_struct_static_06_02): Likewise.
3445 (cmp_struct_static_06_03): Likewise.
3446 (cmp_struct_static_06_04): Likewise.
3447 (call_all): Test new structs.
3448 * gdb.base/infcall-nested-structs.exp: Likewise.
3449
3450 2019-01-21 Alan Hayward <alan.hayward@arm.com>
3451 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
3452
3453 2019-01-21 Alan Hayward <alan.hayward@arm.com>
3454 * gdb.base/stack-protector.c: New test.
3455 * gdb.base/stack-protector.exp: New file.
3456 * gdb.cp/ovldbreak.exp: Only allow a single break line.
3457 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
3458 option.
3459 (gdb_compile): Remove stack protector for GCC and prevent
3460 recursion.
3461
3462 2019-01-16 Keith Seitz <keiths@redhat.com>
3463
3464 PR gdb/23773
3465 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
3466
3467 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3468
3469 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
3470 aliases.
3471 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
3472 tests.
3473 * gdb.arch/powerpc-vector-regs.c: New file.
3474 * gdb.arch/powerpc-vector-regs.exp: New file.
3475
3476 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3477
3478 * gdb.arch/altivec-regs.exp: Fix the list passed to
3479 gdb_expect_list when testing "info vector".
3480
3481 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
3482
3483 * gdb.base/style.exp: Don't include path in testname.
3484
3485 2019-01-10 Keith Seitz <keiths@redhat.com>
3486
3487 PR gdb/23712
3488 PR symtab/23010
3489 * gdb.dwarf2/multidictionary.exp: New file.
3490
3491 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
3492
3493 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
3494 (test_gnuv3_style_demangling): ... this.
3495 (test_lucid_style_demangling): Remove.
3496 (test_arm_style_demangling): Remove.
3497 (test_hp_style_demangling): Remove.
3498 (do_tests): Remove calls to the above.
3499
3500 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3501
3502 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
3503 case.
3504
3505 2019-01-06 Tom Tromey <tom@tromey.com>
3506
3507 PR gdb/28155:
3508 * gdb.dwarf2/typedef-void-finish.exp: New file.
3509
3510 2018-12-28 Tom Tromey <tom@tromey.com>
3511 Simon Marchi <simark@simark.ca>
3512
3513 * gdb.base/jit-exec.exp: New file.
3514 * gdb.base/jit-exec.c: New file.
3515 * gdb.base/jit-execd.c: New file.
3516
3517 2018-12-28 Tom Tromey <tom@tromey.com>
3518
3519 * gdb.base/style.exp: Update test to check for address styling.
3520
3521 2018-12-28 Tom Tromey <tom@tromey.com>
3522
3523 * gdb.base/style.exp: Add test for styling of "Reading symbols"
3524 message.
3525
3526 2018-12-28 Tom Tromey <tom@tromey.com>
3527
3528 * gdb.base/style.exp: Add test for version number styling.
3529
3530 2018-12-28 Tom Tromey <tom@tromey.com>
3531
3532 * gdb.base/style.exp: Add test for print_address_symbolic.
3533
3534 2018-12-28 Tom Tromey <tom@tromey.com>
3535
3536 * gdb.base/style.exp: Add test for breakpoint setting.
3537
3538 2018-12-28 Tom Tromey <tom@tromey.com>
3539
3540 * gdb.base/style.exp: Add test for variable names.
3541
3542 2018-12-28 Tom Tromey <tom@tromey.com>
3543
3544 * gdb.base/style.exp: New file.
3545 * gdb.base/style.c: New file.
3546
3547 2018-12-28 Tom Tromey <tom@tromey.com>
3548
3549 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
3550 "dumb".
3551 * gdb.base/readline.exp (operate_and_get_next): Save and restore
3552 the TERM environment variable.
3553
3554 2018-12-27 Tom Tromey <tom@tromey.com>
3555
3556 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
3557 pagination test.
3558
3559 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
3560
3561 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
3562 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
3563
3564 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3565
3566 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
3567 Filename a.adb changed to bp_fun_addr.adb.
3568 gdb.ada/bp_fun_addr.exp: Update test accordingly.
3569
3570 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
3571
3572 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
3573 non-PIE executables.
3574 * README: Mention the gdb,nopie_flag board setting.
3575 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
3576 non-PIE executable.
3577 * gdb.arch/amd64-entry-value.exp: Likewise.
3578 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
3579 * gdb.arch/i386-float.exp: Likewise.
3580 * gdb.arch/i386-signal.exp: Likewise.
3581 * gdb.mi/mi-reg-undefined.exp: Likewise.
3582
3583 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
3584
3585 PR gdb/23974
3586 * gdb.base/info-os.exp: Check return for unknown "info os" type.
3587
3588 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3589
3590 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
3591 Update order of results accordingly.
3592
3593 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
3594
3595 * gdb.base/annota1.exp: Update a test regexp.
3596
3597 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
3598
3599 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
3600
3601 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3602
3603 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
3604 (reuse_time): Initialize to REUSE_TIME_CAP.
3605 (check_rc): New function.
3606 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
3607 Check pthread_create rc.
3608 (spawner_thread_func): Check pthread_create and pthread_join rc.
3609
3610 2018-12-08 Pedro Alves <palves@redhat.com>
3611
3612 * gdb.base/list.exp (test_forward_search): Rename to ...
3613 (test_forward_reverse_search): ... this. Also test reverse-search
3614 and the forward-search alias.
3615
3616 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
3617
3618 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
3619 local timeout variable before return, and remove all local timeout
3620 variable entirely.
3621 (gdb_load): Likewise.
3622
3623 2018-12-01 Tom de Vries <tdevries@suse.de>
3624
3625 * gdb.base/gdb-caching-proc.exp: New file.
3626
3627 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
3628
3629 * Makefile.in (TIMESTAMP): New variable.
3630 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
3631 command.
3632 (check-single-racy): Likewise.
3633 (check/%.exp): Likewise.
3634 (check-racy/%.exp): Likewise.
3635 (workers/%.worker): Likewise.
3636 (build-perf): Likewise.
3637 (check-perf): Likewise.
3638 * README: Describe new "TS" and "TS_FORMAT" variables.
3639 * print-ts.py: New file.
3640
3641 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
3642
3643 PR python/23714
3644 * gdb.python/python.exp: Test command repetition after
3645 gdb.execute.
3646
3647 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
3648
3649 * gdb.opt/inline-break.exp: Add test that info breakpoint output
3650 is correctly aligned.
3651
3652 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3653
3654 * gdb.ada/info_auto_lang.exp: New testcase.
3655 * gdb.ada/info_auto_lang/global_pack.ads: New file.
3656 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
3657 * gdb.ada/info_auto_lang/some_c.c: New file.
3658
3659 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3660
3661 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
3662 FUNC_lang language syntax.
3663
3664 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3665
3666 * gdb.base/info_minsym.c: New file.
3667 * gdb.base/info_minsym.exp: New file.
3668
3669 2018-11-19 Tom Tromey <tom@tromey.com>
3670
3671 PR rust/23625:
3672 * gdb.rust/simple.exp: Add ptype test. Update expected output.
3673 * gdb.rust/expr.exp: Update expected output. Change one test.
3674
3675 2018-11-19 Tom Tromey <tom@tromey.com>
3676
3677 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
3678
3679 2018-11-19 Pedro Alves <palves@redhat.com>
3680
3681 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
3682 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
3683 see the expected warning.
3684
3685 2018-11-16 Alan Hayward <alan.hayward@arm.com>
3686
3687 PR gdb/22736:
3688 * gdb.cp/infcall-nodebug-lib.c: New test.
3689 * gdb.cp/infcall-nodebug-main.c: New test.
3690 * gdb.cp/infcall-nodebug.exp: New file.
3691
3692 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
3693
3694 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
3695 completer tests.
3696
3697 2018-11-09 Tom de Vries <tdevries@suse.de>
3698
3699 * gdb.base/msym-lang.c: New test.
3700 * gdb.base/msym-lang.exp: New file.
3701 * gdb.base/msym-lang-main.c: New test.
3702
3703 2018-11-08 Tom Tromey <tom@tromey.com>
3704
3705 PR gdb/23555:
3706 PR gdb/23838:
3707 * gdb.base/warning.exp: New file.
3708
3709 2018-11-08 Jan Beulich <jbeulich@suse.com>
3710
3711 * testsuite/gdb.arch/i386-avx512.c,
3712 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
3713
3714 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
3715
3716 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
3717 point hardware.
3718
3719 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
3720
3721 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
3722 * gdb.dwarf2/missing-type-name.exp: New file.
3723
3724 2018-11-06 Tom de Vries <tdevries@suse.de>
3725
3726 * gdb.base/many-headers.c: New test.
3727 * gdb.base/many-headers.exp: New file.
3728
3729 2018-11-06 Jim Wilson <jimw@sifive.com>
3730
3731 * gdb.base/code_elim.exp: For riscv, set additional_flags
3732 to include -msmall-data-limit=0.
3733
3734 2018-11-01 Joel Brobecker <brobecker@adacore.com>
3735
3736 * gdb.ada/watch_minus_l: New testcase.
3737
3738 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
3739
3740 * gdb.arch/aix-sighandle.c: New file.
3741 * gdb.arch/aix-sighandle.exp: New file.
3742
3743 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3744
3745 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
3746 registers being unions.
3747
3748 2018-10-31 Tom de Vries <tdevries@suse.de>
3749
3750 * lib/valgrind.exp: New file.
3751 (vgdb_start, vgdb_stop): New procs, factored out of ...
3752 * gdb.base/valgrind-bt.exp: ... here, ...
3753 * gdb.base/valgrind-disp-step.exp: ... here and ...
3754 * gdb.base/valgrind-infcall.exp: ... here.
3755
3756 2018-10-31 Tom de Vries <tdevries@suse.de>
3757
3758 * lib/gdb.exp (get_valueof): Don't output read value in test name.
3759
3760 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3761
3762 * gdb.dwarf2/void-type.c: New file.
3763 * gdb.dwarf2/void-type.exp: New file.
3764
3765 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3766
3767 * gdb.base/info_qt.c: New file.
3768 * gdb.base/info_qt.exp: New file.
3769
3770 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3771
3772 * gdb.arch/powerpc-htm-regs.c: New file.
3773 * gdb.arch/powerpc-htm-regs.exp: New file.
3774
3775 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3776
3777 * gdb.arch/powerpc-tar.c: New file.
3778 * gdb.arch/powerpc-tar.exp: New file.
3779
3780 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3781
3782 * gdb.arch/powerpc-ppr-dscr.c: New file.
3783 * gdb.arch/powerpc-ppr-dscr.exp: New file.
3784
3785 2018-10-25 Tom de Vries <tdevries@suse.de>
3786
3787 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
3788
3789 2018-10-24 Tom de Vries <tdevries@suse.de>
3790
3791 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
3792 longer exists error.
3793
3794 2018-10-24 Tom de Vries <tdevries@suse.de>
3795
3796 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
3797
3798 2018-10-24 Tom de Vries <tdevries@suse.de>
3799
3800 * gdb.base/valgrind-db-attach.exp: Handle removed support for
3801 --db-attach in valgrind.
3802
3803 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
3804
3805 * gdb.arch/riscv-reg-aliases.c: New file.
3806 * gdb.arch/riscv-reg-aliases.exp: New file.
3807
3808 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3809
3810 * gdb.python/py-cmd.exp: Check for gdb_prompt.
3811
3812 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3813
3814 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
3815
3816 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3817
3818 * gdb.cp/ovldbreak.exp: Fix regexps.
3819
3820 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3821
3822 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
3823
3824 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
3825
3826 PR cli/23785
3827 * gdb.base/restore.exp: New test to check if "restore" with an
3828 invalid file doesn't segfault.
3829
3830 2018-10-18 Tom de Vries <tdevries@suse.de>
3831
3832 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
3833 * gdb.ada/excep_handle.exp: Same.
3834 * gdb.ada/mi_string_access.exp: Same.
3835 * gdb.ada/mi_var_union.exp: Same.
3836 * gdb.arch/arc-analyze-prologue.exp: Same.
3837 * gdb.arch/arc-decode-insn.exp: Same.
3838 * gdb.base/readnever.exp: Same.
3839 * gdb.fortran/printing-types.exp: Same.
3840 * gdb.guile/scm-lazy-string.exp: Same.
3841
3842 2018-10-16 Tom de Vries <tdevries@suse.de>
3843
3844 PR gdb/23730
3845 * gdb.base/catch-follow-exec.c: Add copyright notice.
3846 * gdb.base/catch-follow-exec.exp: Rewrite to use
3847 gdb_spawn_with_cmdline_opts. Require gdb-native.
3848
3849 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
3850
3851 * gdb.trace/actions-changed.exp: Check for arch support.
3852 * gdb.trace/actions.exp: Likewise.
3853 * gdb.trace/ax.exp: Likewise.
3854 * gdb.trace/backtrace.exp: Likewise.
3855 * gdb.trace/change-loc.exp: Likewise.
3856 * gdb.trace/deltrace.exp: Likewise.
3857 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
3858 * gdb.trace/ftrace.exp: Likewise.
3859 * gdb.trace/infotrace.exp: Check for arch support.
3860 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
3861 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
3862 * gdb.trace/mi-tsv-changed.exp: Likewise.
3863 * gdb.trace/packetlen.exp: Likewise.
3864 * gdb.trace/passc-dyn.exp: Likewise.
3865 * gdb.trace/passcount.exp: Likewise.
3866 * gdb.trace/pending.exp: Likewise.
3867 * gdb.trace/range-stepping.exp: Check for shlib support.
3868 * gdb.trace/report.exp: Check for arch support.
3869 * gdb.trace/save-trace.exp: Likewise.
3870 * gdb.trace/signal.exp: Check for signal support.
3871 * gdb.trace/tfind.exp: Check for arch support.
3872 * gdb.trace/trace-break.exp: Check for arch and shlib support.
3873 * gdb.trace/trace-common.h: Add comment.
3874 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
3875 * gdb.trace/trace-enable-disable.exp: Likewise.
3876 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
3877 * gdb.trace/tracecmd.exp: Check for arch support.
3878 * gdb.trace/tspeed.exp: Check for shlib and target support.
3879 * gdb.trace/tstatus.exp: Check for arch support.
3880 * gdb.trace/tsv.exp: Likewise.
3881 * gdb.trace/while-dyn.exp: Likewise.
3882 * gdb.trace/while-stepping.exp: Likewise.
3883 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
3884
3885 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
3886
3887 * gdb.trace/tspeed.exp: Remove nowarnings.
3888 (prepare_for_trace_test): Declare "global ipalib".
3889 * gdb.trace/tspeed.c: Include unistd.h.
3890 (main): Remove superfluous printf argument.
3891
3892 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
3893
3894 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
3895 directory prefix on the filename.
3896
3897 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
3898
3899 * gdb.gdb/unittest.exp: Update expected message informing that
3900 selftests have been disabled.
3901 * gdb.server/unittest.exp: Likewise.
3902
3903 2018-10-09 Tom de Vries <tdevries@suse.de>
3904
3905 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
3906 with runto_main.
3907
3908 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
3909
3910 PR c++/16841
3911 * gdb.cp/virtbase2.cc: New file.
3912 * gdb.cp/virtbase2.exp: New file.
3913
3914 2018-10-06 Tom Tromey <tom@tromey.com>
3915
3916 PR python/19399:
3917 * gdb.python/py-inferior.exp: Add architecture test.
3918
3919 2018-10-06 Tom Tromey <tom@tromey.com>
3920
3921 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
3922 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
3923
3924 2018-10-06 Tom Tromey <tom@tromey.com>
3925
3926 * gdb.python/py-breakpoint.exp (check_last_event): Check location
3927 of a "throw" catchpoint.
3928
3929 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
3930
3931 * gdb.base/info-proc.exp: Update string expected from "help info
3932 proc".
3933
3934 2018-10-04 Tom Tromey <tom@tromey.com>
3935
3936 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
3937 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
3938 (test_initial_complaints, test_empty_complaints): Update.
3939 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3940
3941 2018-10-04 Tom Tromey <tom@tromey.com>
3942
3943 PR cli/19551:
3944 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
3945 * lib/gdb.exp (gdb_file_cmd): Update.
3946 * gdb.stabs/weird.exp (print_weird_var): Update.
3947 * gdb.server/solib-list.exp: Update.
3948 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
3949 * gdb.mi/mi-cli.exp: Update.
3950 * gdb.linespec/linespec.exp: Update.
3951 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3952 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
3953 * gdb.cp/cp-relocate.exp: Update.
3954 * gdb.base/sym-file.exp: Update.
3955 * gdb.base/relocate.exp: Update.
3956 * gdb.base/readnever.exp: Update.
3957 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
3958 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
3959 * gdb.base/dbx.exp (gdb_file_cmd): Update.
3960 * gdb.base/code_elim.exp: Update.
3961 * gdb.base/break-unload-file.exp (test_break): Update.
3962 * gdb.base/break-interp.exp (test_attach_gdb): Update.
3963 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
3964 Update.
3965 * gdb.base/attach.exp (do_attach_tests): Update.
3966 * gdb.base/sepdebug.exp: Update.
3967 * gdb.python/py-section-script.exp: Update.
3968
3969 2018-10-04 Tom Tromey <tom@tromey.com>
3970
3971 PR cli/22234:
3972 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
3973 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
3974 output.
3975
3976 2018-10-04 Tom Tromey <tom@tromey.com>
3977
3978 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
3979 set width and height to 0.
3980 (test_command_line_attach_run): Use -quiet.
3981
3982 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
3983
3984 * lib/gdb.exp (skip_ifunc_tests): New.
3985 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
3986 other compile failures.
3987 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
3988
3989 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
3990
3991 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
3992 is_amd64_regs_target.
3993
3994 2018-10-01 Alan Hayward <alan.hayward@arm.com>
3995
3996 * gdb.arch/aarch64-sighandler-regs.c: New test.
3997 * gdb.arch/aarch64-sighandler-regs.exp: New file.
3998 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
3999
4000 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
4001
4002 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
4003 assembly.
4004
4005 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
4006
4007 * gdb.base/frame-selection.exp: New file.
4008 * gdb.base/frame-selection.c: New file.
4009
4010 2018-09-27 Alan Hayward <alan.hayward@arm.com>
4011
4012 * gdb.threads/check-libthread-db.c (thread_routine): Use a
4013 pthread barrier.
4014 (main): Likewise.
4015
4016 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
4017
4018 * gdb.base/large-frame-1.c: New file.
4019 * gdb.base/large-frame-2.c: New file.
4020 * gdb.base/large-frame.exp: New file.
4021 * gdb.base/large-frame.h: New file.
4022
4023 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
4024
4025 PR gdb/20948
4026 * gdb.base/write_mem.exp: New test.
4027 * gdb.base/write_mem.c: Likewise.
4028
4029 2018-09-23 Tom Tromey <tom@tromey.com>
4030
4031 PR python/18852:
4032 * gdb.python/py-parameter.exp: Add test for parameter that throws
4033 on "set".
4034
4035 2018-09-23 Tom Tromey <tom@tromey.com>
4036
4037 PR python/17284:
4038 * gdb.python/py-template.exp (test_template_arg): Add test for
4039 negative template argument number.
4040
4041 2018-09-23 Tom Tromey <tom@tromey.com>
4042
4043 PR python/14062:
4044 * gdb.python/python.exp: Add test for post_event error.
4045
4046 2018-09-23 Tom Tromey <tom@tromey.com>
4047
4048 PR python/18170:
4049 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
4050 convert pointers to int and long.
4051
4052 2018-09-23 Tom Tromey <tom@tromey.com>
4053
4054 PR python/20126:
4055 * gdb.python/py-value.exp (test_value_numeric_ops): Add
4056 signed-ness conversion tests.
4057
4058 2018-09-23 Tom Tromey <tom@tromey.com>
4059
4060 PR python/18352;
4061 * gdb.python/py-value.exp (test_float_conversion): New proc.
4062 Use it.
4063
4064 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
4065
4066 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
4067
4068 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
4069
4070 * gdb.base/complete-empty.exp: Skip tab-completion tests if
4071 no readline.
4072 * gdb.base/utf8-identifiers.exp: Likewise.
4073 * gdb.cp/cpcompletion.exp: Likewise.
4074 * gdb.linespec/cpcompletion.exp: Likewise.
4075 * gdb.linespec/cpls-abi-tag.exp: Likewise.
4076 * gdb.linespec/cpls-ops.exp: Likewise.
4077
4078 2018-09-19 Richard Bunt <richard.bunt@arm.com>
4079 Chris January <chris.january@arm.com>
4080
4081 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
4082 * gdb.fortran/short-circuit-argument-list.exp: New file.
4083 * gdb.fortran/short-circuit-argument-list.f90: New test.
4084
4085 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4086
4087 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
4088 "arch=" keyword when executing "-stack-list-frames".
4089
4090 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4091
4092 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
4093 "arch=" keyword when executing "-stack-list-frames".
4094
4095 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4096
4097 * gdb.ada/complete.exp: Expect for "@" when doing "complete
4098 break ada".
4099
4100 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
4101
4102 PR python/23669
4103 * gdb.python/python.exp: Test gdb.execute("show commands").
4104
4105 2018-09-16 Tom Tromey <tom@tromey.com>
4106
4107 * gdb.base/new-ui.exp (do_execution_tests): Update.
4108 * gdb.base/dbx.exp (test_breakpoints): Update.
4109
4110 2018-09-14 Alan Hayward <alan.hayward@arm.com>
4111
4112 * lib/gdb.exp (gdb_simple_compile): Add proc.
4113 (is_elf_target): Use gdb_simple_compile.
4114 (skip_altivec_tests): Likewise.
4115 (skip_vsx_tests): Likewise.
4116 (skip_tsx_tests): Likewise.
4117 (skip_btrace_tests): Likewise.
4118 (skip_btrace_pt_tests): Likewise.
4119 (gdb_can_simple_compile): Likewise.
4120 (gdb_has_argv0): Likewise.
4121 (gdb_target_symbol_prefix): Likewise.
4122 (target_supports_scheduler_locking): Likewise.
4123
4124 2018-09-13 Tom Tromey <tom@tromey.com>
4125
4126 * Makefile.in (TAGS): Recognize proc_with_prefix and
4127 gdb_caching_proc.
4128
4129 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
4130
4131 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
4132 method.
4133
4134 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
4135
4136 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
4137 and a few other Inferior properties when the Inferior is no
4138 longer valid.
4139
4140 2018-09-13 Tom Tromey <tom@tromey.com>
4141
4142 PR rust/23650:
4143 * gdb.rust/simple.exp: Add test for enum field access error.
4144
4145 2018-09-13 Tom Tromey <tom@tromey.com>
4146
4147 PR rust/23626:
4148 * gdb.rust/simple.rs (EmptyEnum): New type.
4149 (main): Use it.
4150 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
4151
4152 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
4153
4154 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
4155 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
4156 * gdb.python/py-symtab.exp: Update test printing an objfile.
4157
4158 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
4159
4160 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
4161 object.
4162
4163 2018-09-12 Alan Hayward <alan.hayward@arm.com>
4164
4165 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
4166 (support_complex_tests): Use gdb_can_simple_compile.
4167 (is_ilp32_target): Likewise.
4168 (is_lp64_target): Likewise.
4169 (is_64_target): Likewise.
4170 (is_amd64_regs_target): Likewise.
4171 (is_aarch32_target): Likewise.
4172 (gdb_int128_helper): Likewise.
4173
4174 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4175
4176 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
4177
4178 2018-09-10 Jerome Guitton <guitton@adacore.com>
4179
4180 * gdb.ada/same_component_name: Add test for case of tagged record
4181 with variable-length fields.
4182
4183 2018-09-10 Xavier Roirand <roirand@adacore.com>
4184
4185 * gdb.ada/access_to_unbounded_array.exp: New testcase.
4186 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
4187 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
4188 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
4189
4190 2018-09-10 Xavier Roirand <roirand@adacore.com>
4191
4192 * gdb.ada/mi_string_access.exp: New testcase.
4193 * gdb.ada/mi_string_access/bar.adb: New file.
4194 * gdb.ada/mi_string_access/pck.adb: New file.
4195 * gdb.ada/mi_string_access/pck.asd: New file.
4196
4197 2018-09-10 Xavier Roirand <roirand@adacore.com>
4198
4199 * gdb.ada/mi_var_union.exp: New testcase.
4200 * gdb.ada/mi_var_union/bar.adb: New file.
4201 * gdb.ada/mi_var_union/pck.adb: New file.
4202 * gdb.ada/mi_var_union/pck.asd: New file.
4203
4204 2018-09-08 Tom Tromey <tom@tromey.com>
4205
4206 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
4207
4208 2018-09-08 Tom Tromey <tom@tromey.com>
4209
4210 PR python/16047:
4211 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
4212 (register_pretty_printers): Register new printer.
4213 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
4214 test.
4215 * gdb.python/py-prettyprint.c (int_type3): New typedef.
4216 (an_int_type3): New global.
4217
4218 2018-09-08 Joel Brobecker <brobecker@adacore.com>
4219
4220 * gdb.ada/expr_with_funcall: New testcase.
4221
4222 2018-09-08 Joel Brobecker <brobecker@adacore.com>
4223
4224 * gdb.ada/packed_array_assign: New testcase.
4225
4226 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
4227
4228 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
4229 names, and add test prefixes to make test names unique.
4230
4231 2018-09-05 Tom de Vries <tdevries@suse.de>
4232
4233 * gdb.dwarf2/varval.exp: Add test.
4234
4235 2018-09-04 Gary Benson <gbenson@redhat.com>
4236
4237 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
4238 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
4239
4240 2018-08-31 Tom Tromey <tom@tromey.com>
4241
4242 * gdb.rust/simple.rs: Rename second variable "v".
4243
4244 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
4245
4246 * gdb.base/funcargs.c (use_a): New function.
4247 (recurse): Call use_a.
4248
4249 2018-08-29 Keith Seitz <keiths@redhat.com>
4250
4251 * gdb.compile/compile-cplus-anonymous.cc: New file.
4252 * gdb.compile/compile-cplus-anonymous.exp: New file.
4253 * gdb.compile/compile-cplus-array-decay.cc: New file.
4254 * gdb.compile/compile-cplus-array-decay.exp: New file.
4255 * gdb.compile/compile-cplus-inherit.cc: New file.
4256 * gdb.compile/compile-cplus-inherit.exp: New file.
4257 * gdb.compile/compile-cplus-member.cc: New file.
4258 * gdb.compile/compile-cplus-member.exp: New file.
4259 * gdb.compile/compile-cplus-method.cc: New file.
4260 * gdb.compile/compile-cplus-method.exp: New file.
4261 * gdb.compile/compile-cplus-mod.c: "New" file.
4262 * gdb.compile/compile-cplus-namespace.cc: New file.
4263 * gdb.compile/compile-cplus-namespace.exp: New file.
4264 * gdb.compile/compile-cplus-nested.cc: New file.
4265 * gdb.compile/compile-cplus-nested.exp: New file.
4266 * gdb.compile/compile-cplus-print.c: "New" file.
4267 * gdb.compile/compile-cplus-print.exp: "New" file.
4268 * gdb.compile/compile-cplus-virtual.cc: New file.
4269 * gdb.compile/compile-cplus-virtual.exp: New file.
4270 * gdb.compile/compile-cplus.c: "New" file.
4271 * gdb.compile/compile-cplus.exp: "New" file.
4272 * lib/compile-support.exp: New file.
4273
4274 2018-08-16 Gary Benson <gbenson@redhat.com>
4275
4276 PR gdb/13000:
4277 * gdb.base/batch-exit-status.exp: New file.
4278 * gdb.base/batch-exit-status.good-commands: Likewise.
4279 * gdb.base/batch-exit-status.bad-commands: Likewise.
4280
4281 2018-08-29 Alan Hayward <alan.hayward@arm.com>
4282
4283 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
4284 (struct struct02): Likewise.
4285 (struct struct03): Likewise.
4286 (struct struct04): Likewise.
4287 (struct struct_01_01): New struct.
4288 (struct struct_01_02): Likewise.
4289 (struct struct_01_03): Likewise.
4290 (struct struct_01_04): Likewise.
4291 (struct struct_02_01): Likewise.
4292 (struct struct_02_02): Likewise.
4293 (struct struct_02_03): Likewise.
4294 (struct struct_02_04): Likewise.
4295 (struct struct_04_01): Likewise.
4296 (struct struct_04_02): Likewise.
4297 (struct struct_04_03): Likewise.
4298 (struct struct_04_04): Likewise.
4299 (struct struct_05_01): Likewise.
4300 (struct struct_05_02): Likewise.
4301 (struct struct_05_03): Likewise.
4302 (struct struct_05_04): Likewise.
4303 (cmp_struct01): Remove function.
4304 (cmp_struct02): Likewise.
4305 (cmp_struct03): Likewise.
4306 (cmp_struct04): Likewise.
4307 (cmp_struct_01_01): Add Function.
4308 (cmp_struct_01_02): Likewise.
4309 (cmp_struct_01_03): Likewise.
4310 (cmp_struct_01_04): Likewise.
4311 (cmp_struct_02_01): Likewise.
4312 (cmp_struct_02_02): Likewise.
4313 (cmp_struct_02_03): Likewise.
4314 (cmp_struct_02_04): Likewise.
4315 (cmp_struct_04_01): Likewise.
4316 (cmp_struct_04_02): Likewise.
4317 (cmp_struct_04_03): Likewise.
4318 (cmp_struct_04_04): Likewise.
4319 (cmp_struct_05_01): Likewise.
4320 (cmp_struct_05_02): Likewise.
4321 (cmp_struct_05_03): Likewise.
4322 (cmp_struct_05_04): Likewise.
4323 (call_all): Add new structs.
4324 * gdb.base/infcall-nested-structs.exp: Likewise.
4325
4326 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
4327
4328 * gdb.python/py-framefilter-mi.exp: Update regexp to
4329 check for "arch" field in frame output.
4330
4331 2018-08-23 Kevin Buettner <kevinb@redhat.com>
4332
4333 * gdb.dwarf2/dw2-ranges-func.c: New file.
4334 * gdb.dwarf2/dw2-ranges-func.exp: New file.
4335
4336 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
4337
4338 * gdb.base/term.exp: Compare terminal settings with values from
4339 the inferior.
4340 * gdb.base/term.c: Get and set terminal settings.
4341
4342 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
4343
4344 * lib/mi-support.exp (mi_expect_stop): Update regexp to
4345 accommodate new "arch" field in frame output.
4346 * gdb.mi/mi-return.exp: Likewise.
4347 * gdb.mi/mi-stack.exp: Likewise.
4348 * gdb.mi/mi-syn-frame.exp: Likewise.
4349 * gdb.mi/user-selected-context-sync.exp: Likewise.
4350
4351 2018-08-19 Michael Spang <spang@google.com>
4352
4353 PR gdb/11786
4354 * gdb.base/gcore-tls-pie.c: New file.
4355 * gdb.base/gcore-tls-pie.exp: New file.
4356
4357 2018-08-18 Kevin Buettner <kevinb@redhat.com>
4358
4359 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
4360 * gdb.dwarf2/varval.c: New file.
4361 * gdb.dwarf2/varval.exp: New file.
4362
4363 2018-08-17 Alan Hayward <alan.hayward@arm.com>
4364
4365 PR gdb/18931
4366 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
4367
4368 2018-08-16 Keith Seitz <keiths@redhat.com>
4369
4370 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
4371 tests expected to pass.
4372
4373 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
4374
4375 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
4376 -data-disassemble -a.
4377 (test_disassembly_bogus_args): Likewise.
4378
4379 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
4380
4381 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
4382
4383 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
4384
4385 * gdb.base/vla-optimized-out.exp: Add new test.
4386
4387 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
4388
4389 * gdb.base/vla-optimized-out-o3.exp: Delete.
4390 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
4391 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
4392 deleted tests.
4393
4394 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
4395
4396 PR gdb/18050:
4397 * gdb.server/extended-remote-restart.c: New file.
4398 * gdb.server/extended-remote-restart.exp: New file.
4399
4400 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
4401
4402 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
4403 "set variable index = 42".
4404
4405 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
4406
4407 * boards/index-cache-gdb.exp: New file.
4408 * gdb.dwarf2/index-cache.exp: New file.
4409 * gdb.dwarf2/index-cache.c: New file.
4410 * gdb.base/maint.exp: Check if we are using the index cache.
4411
4412 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4413
4414 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
4415 MAKEFLAGS.
4416
4417 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4418
4419 * dg-extract-results.sh: Move to toplevel contrib.
4420 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
4421 * Makefile.in (check-parallel-racy): Likewise.
4422
4423 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
4424
4425 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
4426 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
4427 tests if the target supports scheduler locking.
4428
4429 2018-08-04 Tom de Vries <tdevries@suse.de>
4430
4431 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
4432
4433 2018-08-02 Tom Tromey <tom@tromey.com>
4434
4435 PR symtab/16842.
4436 * gdb.cp/temargs.exp: Test "info address" of a template
4437 parameter.
4438
4439 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
4440
4441 * gdb.python/py-mi-var-info-path-expression.c: New file.
4442 * gdb.python/py-mi-var-info-path-expression.py: New file.
4443 * gdb.python/py-mi-var-info-path-expression.exp: New file.
4444
4445 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
4446
4447 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
4448 error after "cannot resolve name" string.
4449
4450 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
4451
4452 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
4453 started.
4454 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
4455
4456 2018-07-28 Tom de Vries <tdevries@suse.de>
4457
4458 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
4459
4460 2018-07-26 Tom de Vries <tdevries@suse.de>
4461
4462 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
4463
4464 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
4465
4466 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
4467 is visible.
4468
4469 2018-07-26 Tom de Vries <tdevries@suse.de>
4470
4471 PR breakpoints/23366
4472 * gdb.base/catch-follow-exec.c: New test.
4473 * gdb.base/catch-follow-exec.exp: New file.
4474
4475 2018-07-25 Tom de Vries <tdevries@suse.de>
4476
4477 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
4478 vla-optimized-out.c.
4479
4480 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
4481
4482 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
4483 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
4484
4485 2018-07-20 Tom de Vries <tdevries@suse.de>
4486
4487 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
4488 NOCLONE macro.
4489 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
4490
4491 2018-07-19 Tom de Vries <tdevries@suse.de>
4492
4493 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
4494 regular expression.
4495
4496 2018-07-18 Tom de Vries <tdevries@suse.de>
4497
4498 * gdb.base/vla-optimized-out.c: New test.
4499 * gdb.base/vla-optimized-out.exp: New file.
4500
4501 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
4502
4503 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
4504 message "No address associated with hostname" when gdbserver
4505 cannot resolve the hostname.
4506
4507 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4508
4509 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
4510 Add some test prefixes to make tests unique.
4511
4512 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4513
4514 * gdb.base/frameapply.c: New file.
4515 * gdb.base/frameapply.exp: New file.
4516
4517 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4518
4519 * gdb.base/skip.exp: Update expected error message.
4520
4521 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
4522 Jan Kratochvil <jan.kratochvil@redhat.com>
4523 Paul Fertser <fercerpav@gmail.com>
4524 Tsutomu Seki <sekiriki@gmail.com>
4525
4526 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
4527 parameter.
4528 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
4529 by default.
4530 * boards/native-gdbserver.exp: Likewise.
4531 * gdb.server/run-without-local-binary.exp: Improve regexp used
4532 for detecting when a remote debugging connection succeeds.
4533 * gdb.server/server-connect.exp: New file.
4534 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
4535 Do not prefix the port number with ":".
4536 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
4537 support for detecting and using it. Add '$debughost_gdbserver'
4538 to the list of arguments used to start gdbserver. Handle case
4539 when gdbserver cannot resolve a network name.
4540
4541 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
4542
4543 PR c++/23373
4544 * gdb.base/ptype-offsets.cc (struct static_member): New
4545 struct.
4546 (main) <stmember>: New variable.
4547 * gdb.base/ptype-offsets.exp: Add test for printing a struct
4548 with a static member in it.
4549
4550 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
4551
4552 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
4553 watchpoints enabled and disabled.
4554
4555 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4556
4557 * gdb.base/examine-backward.exp: Still run tests around address
4558 0x0, even if address 0x0 is not readable. Update the pattern for
4559 matching address 0x0 in expected output.
4560
4561 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4562
4563 * gdb.base/share-env-with-gdbserver.c (main): Add call to
4564 malloc/free.
4565
4566 2018-07-04 Tom de Vries <tdevries@suse.de>
4567
4568 * gdb.dwarf2/dw2-error.exp: Update expected error message.
4569
4570 2018-07-02 Maciej W. Rozycki <macro@mips.com>
4571
4572 PR tdep/8282
4573 * gdb.arch/mips-disassembler-options.exp: New test.
4574 * gdb.arch/mips-disassembler-options.s: New test source.
4575
4576 2018-06-29 Pedro Alves <palves@redhat.com>
4577
4578 * gdb.threads/names.exp: Adjust expected "info threads" output.
4579
4580 2018-06-29 Pedro Alves <palves@redhat.com>
4581
4582 * gdb.opt/inline-break.exp (line number, address): Add "info
4583 break" tests.
4584
4585 2018-06-29 Pedro Alves <palves@redhat.com>
4586
4587 * gdb.opt/inline-break.c (func1): Add "break here" marker.
4588 * gdb.opt/inline-break.exp: Test setting breakpoints by line
4589 number and address and running to them.
4590
4591 2018-06-29 Richard Bunt <richard.bunt@arm.com>
4592
4593 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
4594
4595 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4596
4597 * lib/compiler.c: Remove executable permission flag.
4598
4599 2018-06-28 Richard Bunt <richard.bunt@arm.com>
4600
4601 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
4602 code.
4603 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
4604
4605 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
4606
4607 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
4608
4609 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
4610
4611 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
4612 address argument is omitted.
4613
4614 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
4615
4616 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
4617
4618 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
4619
4620 PR gdb/21695
4621 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
4622 * gdb.base/infoline-reloc-main-from-zero.c: New file.
4623
4624 2018-06-26 Tom Tromey <tom@tromey.com>
4625
4626 PR rust/22574:
4627 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
4628 * gdb.rust/simple.rs (struct SimpleLayout): New.
4629
4630 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
4631
4632 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
4633 "info registers" output.
4634
4635 2018-06-21 Richard Bunt <richard.bunt@arm.com>
4636
4637 * gdb.base/watchpoint-hw-attach.c: New test.
4638 * gdb.base/watchpoint-hw-attach.exp: New file.
4639
4640 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
4641
4642 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
4643 through /bin/sh.
4644 * boards/dwarf4-gdb-index.exp: Likewise.
4645 * boards/fission-dwp.exp: Likewise.
4646
4647 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
4648
4649 * gdb.base/float128.exp: Add comment and improved fail message
4650 to the failure case of "print large128" test.
4651
4652 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
4653
4654 * configure.ac: Remove AC_PREREQ.
4655 * configure: Re-generate.
4656
4657 2018-06-19 Pedro Alves <palves@redhat.com>
4658
4659 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
4660 (func_extern_caller): New.
4661 (main): Call func_extern_caller.
4662 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
4663 logic change.
4664
4665 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
4666
4667 PR gdb/16841
4668 * gdb.cp/typedef-base.cc: New file.
4669 * gdb.cp/typedef-base.exp: New file.
4670
4671 2018-06-18 Tom de Vries <tdevries@suse.de>
4672
4673 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
4674
4675 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
4676 Richard Bunt <Richard.Bunt@arm.com>
4677
4678 * gdb.threads/attach-slow-waitpid.c: New file.
4679 * gdb.threads/attach-slow-waitpid.exp: New file.
4680 * gdb.threads/slow-waitpid.c: New file.
4681
4682 2018-06-14 Pedro Alves <palves@redhat.com>
4683
4684 * gdb.base/fork-running-state.c: Include <errno.h>.
4685 (exit_if_relative_exits): New.
4686 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
4687 exits.
4688 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
4689 child exits.
4690
4691 2018-06-14 Tom de Vries <tdevries@suse.de>
4692
4693 PR cli/22573
4694 * gdb.base/finish-pretty.c: New test.
4695 * gdb.base/finish-pretty.exp: New file.
4696
4697 2018-06-14 Pedro Alves <palves@redhat.com>
4698
4699 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
4700 gdb's expected startup output.
4701
4702 2018-06-14 Pedro Alves <palves@redhat.com>
4703
4704 * lib/selftest-support.exp (selftest_setup): Remove inlined
4705 function handling.
4706
4707 2018-06-14 Tom de Vries <tdevries@suse.de>
4708
4709 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
4710 matching of breakpoint printing.
4711
4712 2018-06-13 Tom de Vries <tdevries@suse.de>
4713
4714 PR testsuite/23269
4715 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
4716 (fork_child): ... here, and ...
4717 (fork_parent): ... here.
4718
4719 2018-06-12 Tom de Vries <tdevries@suse.de>
4720
4721 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
4722
4723 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
4724 Stephen Roberts <stephen.roberts@arm.com>
4725
4726 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
4727 rewrite test to describe action performed, rather than possible
4728 failure.
4729
4730 2018-06-08 Gary Benson <gbenson@redhat.com>
4731
4732 * gdb.threads/check-libthread-db.exp: New file.
4733 * gdb.threads/check-libthread-db.c: Likewise.
4734
4735 2018-06-05 Tom Tromey <tom@tromey.com>
4736
4737 * gdb.base/default.exp: Update expected "show version" output.
4738
4739 2018-06-05 Tom Tromey <tom@tromey.com>
4740
4741 PR cli/12326:
4742 * gdb.cp/static-print-quit.exp: Update.
4743 * lib/gdb.exp (pagination_prompt): Update.
4744 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
4745 * gdb.python/python.exp: Update.
4746
4747 2018-06-04 Joel Brobecker <brobecker@adacore.com>
4748
4749 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
4750
4751 2018-06-01 Joel Brobecker <brobecker@adacore.com>
4752
4753 * gdb.ada/bp_fun_addr: New testcase.
4754
4755 2018-06-01 Tom Tromey <tom@tromey.com>
4756
4757 * gdb.xml/tdesc-regs.exp (load_description): Update expected
4758 results.
4759 * gdb.dwarf2/method-ptr.exp: Set language to C++.
4760 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
4761 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
4762 * gdb.base/maint.exp (maint_pass_if): Update.
4763
4764 2018-05-31 Maciej W. Rozycki <macro@mips.com>
4765
4766 * gdb.base/endian.exp: New test.
4767 * gdb.base/endian.c: New test source.
4768
4769 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
4770
4771 PR gdb/23203
4772 * gdb.base/bt-selected-frame.c: New file.
4773 * gdb.base/bt-selected-frame.exp: New file.
4774 * lib/gdb.exp (get_current_frame_number): New function.
4775
4776 2018-05-24 Maciej W. Rozycki <macro@mips.com>
4777 Pedro Alves <palves@redhat.com>
4778
4779 * gdb.threads/tls-core.c: Include <stdlib.h>
4780 (thread_proc): Call `abort'.
4781 * gdb.threads/tls-core.exp: Generate a core with core_find too.
4782 (tls_core_test): New procedure, bits factored out from ...
4783 (top level): ... here. Test both native cores and gcore cores.
4784
4785 2018-05-23 Tom Tromey <tom@tromey.com>
4786
4787 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
4788
4789 2018-05-23 Tom Tromey <tom@tromey.com>
4790
4791 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
4792 symfile_complaints.
4793 (test_short_complaints): Likewise.
4794 (test_empty_complaints): Likewise.
4795 (test_initial_complaints): Update.
4796
4797 2018-05-23 Tom Tromey <tom@tromey.com>
4798
4799 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
4800
4801 2018-05-23 Tom Tromey <tom@tromey.com>
4802
4803 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
4804 (test_short_complaints): Update.
4805
4806 2018-05-22 Pedro Alves <palves@redhat.com>
4807
4808 * gdb.base/remote.exp: Only gdb_start after compiling the
4809 testcase. Issue "disconnect" before testing "set remote" command
4810 defaults. Issue clean_restart before running to main.
4811
4812 2018-05-22 Pedro Alves <palves@redhat.com>
4813
4814 * gdb.base/remote.exp: Adjust expected output of "show remote
4815 memory-write-packet-size". Add tests for "set remote
4816 memory-write-packet-size 0" and "set remote
4817 memory-write-packet-size fixed/limit".
4818
4819 2018-05-22 Pedro Alves <palves@redhat.com>
4820
4821 PR gdb/22973
4822 * gdb.base/utf8-identifiers.c: New file.
4823 * gdb.base/utf8-identifiers.exp: New file.
4824
4825 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
4826
4827 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
4828
4829 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
4830
4831 * gdb.arch/powerpc-vsx-gcore.exp: New file.
4832
4833 2018-05-18 Tom Tromey <tom@tromey.com>
4834
4835 * gdb.base/ptype-offsets.exp: Update.
4836
4837 2018-05-17 Keith Seitz <keiths@redhat.com>
4838
4839 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
4840 in expected breakpoint stop locations.
4841 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
4842 move to proper scope to test variable values.
4843 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
4844 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
4845 New functions.
4846 (main): Call not_inline_func3.
4847 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
4848 inline_func1, inline_func2, and inline_func3. Test that when each
4849 breakpoint is hit, GDB properly reports both the stop location
4850 and the backtrace. Repeat tests for temporary breakpoints.
4851
4852 2018-05-15 Maciej W. Rozycki <macro@mips.com>
4853
4854 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
4855 rather then trying to access it in determining whether the PID
4856 of `gdbserver' could have been retrieved.
4857
4858 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
4859
4860 * gdb.arch/amd64-init-x87-values.S: New file.
4861 * gdb.arch/amd64-init-x87-values.exp: New file.
4862
4863 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4864
4865 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
4866
4867 2018-05-04 Tom Tromey <tom@tromey.com>
4868
4869 PR python/22730:
4870 * gdb.python/python.exp: Test multi-line execute.
4871
4872 2018-05-04 Tom Tromey <tom@tromey.com>
4873
4874 PR python/22731:
4875 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
4876
4877 2018-05-04 Tom Tromey <tom@tromey.com>
4878
4879 PR gdb/11750:
4880 * gdb.base/define.exp: Test defining a user command inside a user
4881 command.
4882 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
4883
4884 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4885 Pedro Alves <palves@redhat.com>
4886
4887 PR breakpoints/19806 and support for PR external/20207.
4888 * gdb.base/watchpoint-unaligned.c: New file.
4889 * gdb.base/watchpoint-unaligned.exp: New file.
4890
4891 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4892
4893 * gdb.base/maint.exp: Make test names unique, use
4894 test_prefix_command_help to test 'help maint info', and remove
4895 repeated test of 'help maint'.
4896
4897 2018-05-04 Tom Tromey <tom@tromey.com>
4898
4899 PR gdb/22619:
4900 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
4901 behavior.
4902
4903 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4904
4905 * gdb.base/maint.exp: Process output from 'maint print registers'
4906 line at a time.
4907
4908 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4909
4910 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
4911 timeout.
4912
4913 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
4914
4915 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
4916 filter pattern.
4917
4918 2018-05-02 Pedro Alves <palves@redhat.com>
4919
4920 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
4921 to_log_command renames.
4922 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4923
4924 2018-05-02 Tom Tromey <tom@tromey.com>
4925
4926 * gdb.python/py-parameter.exp: Set test message.
4927
4928 2018-05-02 Tom Tromey <tom@tromey.com>
4929
4930 PR python/20084:
4931 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
4932 PARAM_ZUINTEGER_UNLIMITED tests.
4933
4934 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
4935
4936 PR rust/23124
4937 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
4938 when casting.
4939
4940 2018-04-30 Tom Tromey <tom@tromey.com>
4941
4942 * gdb.python/py-type.exp: Check align attribute.
4943 * gdb.python/py-type.c: New "aligncheck" global.
4944
4945 2018-04-30 Tom Tromey <tom@tromey.com>
4946
4947 PR exp/17095:
4948 * gdb.dwarf2/dw2-align.exp: New file.
4949 * gdb.cp/align.exp: New file.
4950 * gdb.base/align.exp: New file.
4951 * lib/gdb.exp (gdb_int128_helper): New proc.
4952 (has_int128_c, has_int128_cxx): New caching procs.
4953
4954 2018-04-27 Tom Tromey <tom@tromey.com>
4955
4956 PR rust/22545:
4957 * gdb.rust/simple.exp: Add inclusive range tests.
4958
4959 2018-04-26 Pedro Alves <palves@redhat.com>
4960
4961 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
4962 ifunc breakpoint locations correctly of ifunc breakpoints set
4963 while the program resolves the ifunc.
4964
4965 2018-04-26 Pedro Alves <palves@redhat.com>
4966
4967 * gdb.base/gnu-ifunc-final.c: New file.
4968 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
4969 * gdb.base/gnu-ifunc.exp (executable): Delete.
4970 (staticexecutable): Adjust.
4971 (lib_opts, exec_opts): Delete.
4972 (make_binsuffix, build, set-break): New procedures.
4973 (misc_tests): New, with tests factored out from the top level.
4974 (top level): Test different combinations of ifunc resolver name,
4975 resolver with and with debug info, and ifunc target with and
4976 without debug info. Wrap static tests with with_target_prefix.
4977
4978 2018-04-26 Pedro Alves <palves@redhat.com>
4979
4980 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
4981 return type" warnings.
4982
4983 2018-04-25 Pedro Alves <palves@redhat.com>
4984
4985 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
4986 killed".
4987 * gdb.base/kill-after-signal.exp: Likewise.
4988 * gdb.threads/kill.exp: Likewise.
4989
4990 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4991 Sergio Durigan Junior <sergiodj@redhat.com>
4992 Pedro Alves <palves@redhat.com>
4993
4994 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
4995 regexps to expect for '[Inferior ... detached]' as well.
4996 * gdb.base/attach.exp: Likewise.
4997 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
4998 "gdb_continue_to_end".
4999 (test_catch_syscall_with_wrong_args): Likewise.
5000 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
5001 ']'. Don't set 'verbose' on.
5002 * gdb.base/foll-vfork.exp: Likewise.
5003 * gdb.base/fork-print-inferior-events.c: New file.
5004 * gdb.base/fork-print-inferior-events.exp: New file.
5005 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
5006 '[Inferior ... has been killed]' message.
5007 * gdb.base/kill-after-signal.exp: Likewise.
5008 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
5009 detach message.
5010 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
5011 message.
5012 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
5013 regexps to expect for '[Inferior ... detached]' as well.
5014 * gdb.threads/process-dies-while-detaching.exp: Likewise.
5015
5016 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
5017
5018 PR gdb/23104
5019 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
5020
5021 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
5022
5023 PR gdb/23095
5024 * gdb.base/break-probes.exp: Pass shlib_load to
5025 prepare_for_testing. Set normal_bp to r_debug_state if target is
5026 bsd.
5027
5028 2018-04-19 Richard Bunt <richard.bunt@arm.com>
5029
5030 * gdb.threads/multiple-successive-infcall.c: New test.
5031 * gdb.threads/multiple-successive-infcall.exp: New file.
5032
5033 2018-04-17 Tom Tromey <tom@tromey.com>
5034
5035 * gdb.rust/simple.rs (Union): New type.
5036 (main): New local "u".
5037 * gdb.rust/simple.exp (test_one_slice): Add new test case.
5038
5039 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5040
5041 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
5042 number information in output of "whereis" command.
5043 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
5044
5045 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5046
5047 * gdb.ada/info_types.exp: Adjust expected output to the line
5048 numbers now printed by "info var/func/type".
5049 * gdb.base/completion.exp: Likewise.
5050 * gdb.base/included.exp: Likewise.
5051 * gdb.cp/cp-relocate.exp: Likewise.
5052 * gdb.cp/cplusfuncs.exp: Likewise.
5053 * gdb.cp/namespace.exp: Likewise.
5054 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
5055
5056 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
5057
5058 * gdb.btrace/cpu.exp: New.
5059
5060 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
5061
5062 * gdb.base/step-indirect-call-thunk.exp: New.
5063 * gdb.base/step-indirect-call-thunk.c: New.
5064 * gdb.reverse/step-indirect-call-thunk.exp: New.
5065 * gdb.reverse/step-indirect-call-thunk.c: New.
5066
5067 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
5068
5069 * gdb.base/pie-fork.c: New file.
5070 * gdb.base/pie-fork.exp: New file.
5071
5072 2018-04-11 Tom Tromey <tom@tromey.com>
5073
5074 * gdb.rust/simple.exp: Add test for ".." struct initializer.
5075
5076 2018-04-10 Pedro Alves <palves@redhat.com>
5077
5078 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
5079 exits. Instead loop running forever.
5080 (fork_parent): Run forever too.
5081
5082 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
5083
5084 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
5085 mi_continue_to_line.
5086 * gdb.mi/mi-stack.c (callee4): Add comment.
5087
5088 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
5089
5090 * gdb.mi/mi-stack.exp: Fix indentation.
5091
5092 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
5093
5094 PR gdb/22979
5095 * gdb.arch/amd64-osabi.exp: New file.
5096
5097 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
5098
5099 PR gdb/22980
5100 * gdb.base/osabi.exp: New file.
5101
5102 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
5103
5104 * gdb.cp/static-typedef-print.exp: New file.
5105 * gdb.cp/static-typedef-print.cc: New file.
5106
5107 2018-03-27 Joel Brobecker <brobecker@adacore.com>
5108
5109 * gdb.ada/varsize_limit: New testcase.
5110
5111 2018-03-27 Joel Brobecker <brobecker@adacore.com>
5112
5113 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
5114
5115 * gdb.ada/notcplusplus: New testcase.
5116
5117 * gdb.base/c-linkage-name.c: New file.
5118 * gdb.base/c-linkage-name.exp: New testcase.
5119
5120 2018-03-26 Tom Tromey <tom@tromey.com>
5121
5122 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
5123 * gdb.python/py-framefilter.py (name_error): New global.
5124 (ErrorInName.function): Use name_error.
5125
5126 2018-03-26 Tom Tromey <tom@tromey.com>
5127
5128 PR backtrace/15582:
5129 * gdb.python/py-framefilter.exp: Add "bt hide" test.
5130
5131 2018-03-23 Keith Seitz <keiths@redhat.com>
5132
5133 PR c++/22968
5134 * gdb.cp/subtypes.exp: New file.
5135 * gdb.cp/subtypes.h: New file.
5136 * gdb.cp/subtypes.cc: New file.
5137 * gdb.cp/subtypes-2.cc: New file.
5138
5139 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
5140
5141 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
5142 (done): Call '_exit' not 'exit' to avoid atexit handlers.
5143 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
5144 -nostartfiles when compiling the test. Confirm that all registers
5145 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
5146
5147 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
5148
5149 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
5150 option, syntax was wrong anyway.
5151 * gdb.arch/arm-disp-step.exp: Likewise.
5152 * gdb.arch/sparc64-regs.exp: Likewise.
5153 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
5154 option, syntax was wrong anyway, switch to use
5155 prepare_for_testing.
5156 * gdb.arch/i386-disp-step.exp: Likewise.
5157
5158 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
5159
5160 * gdb.ada/exec_changed.exp: Replace "target_info exists
5161 use_gdb_stub" by "use_gdb_stub".
5162 * gdb.ada/start.exp: Likewise.
5163 * gdb.base/async-shell.exp: Likewise.
5164 * gdb.base/attach-pie-misread.exp: Likewise.
5165 * gdb.base/attach-wait-input.exp: Likewise.
5166 * gdb.base/break-entry.exp: Likewise.
5167 * gdb.base/break-interp.exp: Likewise.
5168 * gdb.base/dprintf-detach.exp: Likewise.
5169 * gdb.base/nostdlib.exp: Likewise.
5170 * gdb.base/solib-nodir.exp: Likewise.
5171 * gdb.base/statistics.exp: Likewise.
5172 * gdb.base/testenv.exp: Likewise.
5173 * gdb.mi/mi-exec-run.exp: Likewise.
5174 * gdb.mi/mi-start.exp: Likewise.
5175 * gdb.multi/dummy-frame-restore.exp: Likewise.
5176 * gdb.multi/multi-arch-exec.exp: Likewise.
5177 * gdb.multi/multi-arch.exp: Likewise.
5178 * gdb.multi/tids.exp: Likewise.
5179 * gdb.multi/watchpoint-multi.exp: Likewise.
5180 * gdb.python/py-events.exp: Likewise.
5181 * gdb.threads/attach-into-signal.exp: Likewise.
5182 * gdb.threads/attach-stopped.exp: Likewise.
5183 * gdb.threads/threadapply.exp: Likewise.
5184 * lib/selftest-support.exp: Likewise.
5185
5186 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
5187
5188 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
5189
5190 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
5191
5192 * gdb.perf/template-breakpoints.cc: New file.
5193 * gdb.perf/template-breakpoints.exp: New file.
5194 * gdb.perf/template-breakpoints.py: New file.
5195
5196 2018-03-19 Tom Tromey <tom@tromey.com>
5197
5198 * gdb.rust/simple.rs (main): Add local variables field1, field2,
5199 y0.
5200 * gdb.rust/simple.exp: Test bare identifier form of struct
5201 initializer.
5202
5203 2018-03-19 Tom Tromey <tom@tromey.com>
5204
5205 * gdb.gdb/observer.exp: Remove.
5206
5207 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5208
5209 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
5210 "qualified" option when setting breakpoints.
5211 * gdb.trace/backtrace.exp: Likewise.
5212 * gdb.trace/circ.exp: Likewise.
5213 * gdb.trace/collection.exp: Likewise.
5214 * gdb.trace/disconnected-tracing.exp: Likewise.
5215 * gdb.trace/ftrace-lock.exp: Likewise.
5216 * gdb.trace/ftrace.exp: Likewise.
5217 * gdb.trace/infotrace.exp: Likewise.
5218 * gdb.trace/packetlen.exp: Likewise.
5219 * gdb.trace/passc-dyn.exp: Likewise.
5220 * gdb.trace/qtro.exp: Likewise.
5221 * gdb.trace/read-memory.exp: Likewise.
5222 * gdb.trace/report.exp: Likewise.
5223 * gdb.trace/signal.exp: Likewise.
5224 * gdb.trace/status-stop.exp: Likewise.
5225 * gdb.trace/strace.exp: Likewise.
5226 * gdb.trace/tfind.exp: Likewise.
5227 * gdb.trace/trace-break.exp: Likewise.
5228 * gdb.trace/trace-condition.exp: Likewise.
5229 * gdb.trace/trace-mt.exp: Likewise.
5230 * gdb.trace/tstatus.exp: Likewise.
5231 * gdb.trace/tsv.exp: Likewise.
5232 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
5233 * gdb.trace/unavailable.exp: Likewise.
5234 * gdb.trace/while-dyn.exp: Likewise.
5235
5236 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5237
5238 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
5239 that libinproctrace is copied to the target.
5240
5241 2018-03-14 Tom Tromey <tom@tromey.com>
5242
5243 PR cli/14977:
5244 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
5245 a null pointer.
5246 * gdb.base/wchar.exp: Likewise.
5247
5248 2018-03-14 Tom Tromey <tom@tromey.com>
5249
5250 PR cli/19918:
5251 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
5252 flag.
5253
5254 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
5255
5256 PR gdb/22841
5257 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
5258 "target" to remote_exec.
5259
5260 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
5261
5262 PR gdb/22841
5263 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
5264 ${board}_upload): Remove.
5265
5266 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
5267
5268 * gdb.cp/watch-cp.cc: New test.
5269 * gdb.cp/watch-cp.exp: New file.
5270
5271 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5272
5273 * gdb.base/infcall-nested-structs.exp: New file.
5274 * gdb.base/infcall-nested-structs.c: New file.
5275 * gdb.base/float.exp: Add riscv support.
5276
5277 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
5278
5279 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
5280 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
5281
5282 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
5283
5284 * gdb.server/abspath.exp: New file.
5285 * lib/gdb.exp (with_cwd): New procedure.
5286
5287 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
5288
5289 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
5290 use it.
5291 (gdb_is_target_remote_prompt): New proc.
5292 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
5293 (gdb_is_target_native): Pass prompt parameter to
5294 gdb_is_target_1.
5295
5296 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
5297
5298 * gdb.base/load-command.c: New file.
5299 * gdb.base/load-command.exp: New file.
5300 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
5301 (gdb_is_target_1): ...this, and generalize for other targets
5302 than just remote.
5303 (gdb_is_target_remote): Use gdb_is_target_1.
5304 (gdb_is_target_native): use gdb_is_target_1.
5305
5306 2018-02-26 Tom Tromey <tom@tromey.com>
5307
5308 PR python/16497:
5309 * gdb.python/py-framefilter.exp: Update test.
5310
5311 2018-02-26 Tom Tromey <tom@tromey.com>
5312
5313 * gdb.dwarf2/variant.c: New file.
5314 * gdb.dwarf2/variant.exp: New file.
5315
5316 2018-02-26 Tom Tromey <tom@tromey.com>
5317
5318 * gdb.rust/simple.exp: Accept more possible results in enum test.
5319
5320 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
5321
5322 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
5323 parentheses.
5324
5325 2018-02-23 Maciej W. Rozycki <macro@mips.com>
5326
5327 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
5328 name of a variable: $actual_linejj -> $actual_line.
5329
5330 2018-02-21 John Baldwin <jhb@FreeBSD.org>
5331
5332 * gdb.arch/amd64-i386-address.exp: Fix a typo.
5333
5334 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
5335
5336 * gdb.btrace/buffer-size.exp: Do not force BTS.
5337
5338 2018-02-14 Pedro Alves <palves@redhat.com>
5339
5340 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
5341 getting a "Quit".
5342
5343 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
5344
5345 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
5346 Fix test name.
5347
5348 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
5349
5350 * gdb.cp/m-static.exp: Check type of optimized out static
5351 member.
5352
5353 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
5354
5355 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
5356 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
5357
5358 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
5359 Leszek Swirski <leszeks@google.com>
5360
5361 * gdb.python/py-prettyprint.c
5362 (struct to_string_returns_value_inner,
5363 struct to_string_returns_value_wrapper): New.
5364 (main): Add tsrvw variable.
5365 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
5366 ToStringReturnsValueWrapper): New classes.
5367 (register_pretty_printers): Register new pretty-printers.
5368 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
5369 recursive pretty printer.
5370 * gdb.python/py-mi.exp: Likewise.
5371
5372 2018-02-01 Leszek Swirski <leszeks@google.com>
5373
5374 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
5375 functions with the same name as an include file are parsed
5376 correctly.
5377
5378 2018-02-01 Yao Qi <yao.qi@linaro.org>
5379
5380 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
5381 "\[^\r\n\]*".
5382
5383 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
5384
5385 * gdb.arch/powerpc-prologue-frame.s: New file.
5386 * gdb.arch/powerpc-prologue-frame.c: Likewise.
5387 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
5388
5389 2018-01-31 Joel Brobecker <brobecker@adacore.com>
5390
5391 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
5392
5393 2018-01-30 Pedro Alves <palves@redhat.com>
5394
5395 PR gdb/13211
5396 * gdb.base/interrupt-daemon.c: New.
5397 * gdb.base/interrupt-daemon.exp: New.
5398 * gdb.multi/multi-term-settings.c: New.
5399 * gdb.multi/multi-term-settings.exp: New.
5400
5401 2018-01-30 Joel Brobecker <brobecker@adacore.com>
5402
5403 * gdb.base/break.exp: Save the location where the breakpoint
5404 on break.c:47 was actually inserted when debugging the version
5405 compiled at -O2 and use it in the expected output of the "info
5406 break" test performed soon after.
5407
5408 2018-01-22 Pedro Alves <palves@redhat.com>
5409 Sergio Durigan Junior <sergiodj@redhat.com>
5410
5411 * gdb.base/whatis.exp: Add tests for 'set print object on' +
5412 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
5413
5414 2018-01-22 Joel Brobecker <brobecker@adacore.com>
5415
5416 * gdb.base/break-include.c, gdb.base/break-include.inc,
5417 gdb.base/break-include.exp: New files.
5418 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
5419 line number now being the actual line number where the breakpoint
5420 was inserted.
5421 * gdb.mi/mi-break.exp: Likewise.
5422 * gdb.mi/mi-reverse.exp: Likewise.
5423 * gdb.mi/mi-simplerun.exp: Ditto.
5424
5425 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
5426
5427 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
5428 varobj.
5429 * gdb.mi/mi-var-create-rtti.exp: Likewise.
5430
5431 2018-01-21 Don Breazeal <donb@codesourcery.com>
5432 Andrew Burgess <andrew.burgess@embecosm.com>
5433
5434 * gdb.mi/basics.c: Add new global.
5435 * gdb.mi/mi-frame-regs.exp: New file.
5436 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
5437 case.
5438
5439 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
5440
5441 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
5442 non-parameter, and on an unknown symbol.
5443
5444 2018-01-19 Tom Tromey <tom@tromey.com>
5445
5446 * gdb.rust/modules.rs (TWENTY_THREE): New global.
5447 * gdb.rust/modules.exp: Add ::-qualified lookup test.
5448
5449 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5450
5451 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
5452 setrlimit and chdir to int.
5453
5454 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5455
5456 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
5457 function.
5458 (my_tend): Likewise.
5459 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
5460 rationale of avoiding FP- and vector instructions.
5461
5462 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
5463
5464 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
5465 "info reg" with "\[ \t\]*".
5466 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
5467 "\[ \t\]+".
5468 * gdb.arch/s390-multiarch.exp: Ditto.
5469 * gdb.base/pc-fp.exp: Ditto.
5470 * gdb.reverse/i386-precsave.exp: Ditto.
5471 * gdb.reverse/i386-reverse.exp: Ditto.
5472 * gdb.reverse/i387-env-reverse.exp: Ditto.
5473 * gdb.reverse/i387-stack-reverse.exp: Ditto.
5474
5475 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
5476
5477 * lib/gdb.exp (gdb_compile): Re-enable use of
5478 universal_compile_options for languages other than Rust.
5479
5480 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
5481
5482 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
5483
5484 2018-01-17 Mike Gulick <mgulick@mathworks.com>
5485
5486 PR gdb/16577
5487 * gdb.base/solib-vanish.exp: New.
5488 * gdb.base/solib-vanish-main.c: New.
5489 * gdb.base/solib-vanish-lib1.c: New.
5490 * gdb.base/solib-vanish-lib2.c: New.
5491
5492 2018-01-17 Yao Qi <yao.qi@linaro.org>
5493
5494 * gdb.compile/compile.exp: Match the address printed for
5495 frame in the output of command "bt".
5496
5497 2018-01-15 Tom Tromey <tom@tromey.com>
5498
5499 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
5500 compute sp_reg.
5501
5502 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
5503
5504 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
5505 to prepare.
5506 (prepare): Return 0 on error, 1 on success.
5507
5508 2018-01-12 Pedro Alves <palves@redhat.com>
5509
5510 * gdb.base/continue-after-aborted-step-over.c: New.
5511 * gdb.base/continue-after-aborted-step-over.exp: New.
5512
5513 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
5514
5515 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
5516 options when not creating an executable.
5517
5518 2018-01-11 Pedro Alves <palves@redhat.com>
5519
5520 PR remote/22597
5521 * gdb.server/stop-reply-no-thread.c: New file.
5522 * gdb.server/stop-reply-no-thread.exp: New file.
5523
5524 2018-01-10 Pedro Alves <palves@redhat.com>
5525
5526 PR gdb/22670
5527 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
5528 functions too. Test setting breakpoints and printing C functions
5529 with no debug info too.
5530 * gdb.ada/bp_c_mixed_case/qux.c: New file.
5531
5532 2018-01-10 Pedro Alves <palves@redhat.com>
5533
5534 PR gdb/22670
5535 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
5536 a fail.
5537
5538 2018-01-10 Pedro Alves <palves@redhat.com>
5539
5540 PR gdb/22670
5541 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
5542
5543 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
5544
5545 * gdb.server/unittest.exp: Match the output in non-development
5546 mode.
5547
5548 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
5549
5550 * gdb.gdb/unittest.exp: Match output in non-development mode.
5551
5552 2018-01-08 Joel Brobecker <brobecker@adacore.com>
5553
5554 * gdb.ada/access_tagged_param.exp: Relax expected output
5555 for value of "ObjL" in "continue" to pck.inspect breakpoint
5556 test.
5557
5558 2018-01-08 Joel Brobecker <brobecker@adacore.com>
5559
5560 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
5561 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
5562
5563 2018-01-05 Pedro Alves <palves@redhat.com>
5564
5565 PR gdb/18653
5566 * gdb.base/libsegfault.exp: New.
5567
5568 2018-01-05 Joel Brobecker <brobecker@adacore.com>
5569
5570 PR gdb/22670
5571 * gdb.ada/access_tagged_param.exp: New file.
5572 * gdb.ada/access_tagged_param/foo.adb: New file.
5573
5574 2018-01-05 Pedro Alves <palves@redhat.com>
5575
5576 PR gdb/22670
5577 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
5578 exercise lower case too, and to exercise both full matching and
5579 wild matching.
5580
5581 2018-01-05 Joel Brobecker <brobecker@adacore.com>
5582
5583 * gdb.ada/rename_subscript_param: New testcase.
5584
5585 2018-01-05 Jerome Guitton <guitton@adacore.com>
5586
5587 * gdb.ada/arr_acc_idx_w_gap: New testcase.
5588
5589 2018-01-05 Joel Brobecker <brobecker@adacore.com>
5590
5591 * gdb.ada/convvar_comp: New testcase.
5592
5593 2018-01-05 Xavier Roirand <roirand@adacore.com>
5594
5595 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
5596 (My_Table): New global variable.
5597 * testsuite/gdb.ada/array_char_idx.exp: Add test.
5598
5599 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5600
5601 PR gdb/22670
5602 * gdb.ada/maint_with_ada: New testcase.
5603
5604 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5605
5606 PR gdb/22670
5607 * gdb.ada/bp_c_mixed_case: New testcase.
5608
5609 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5610
5611 PR gdb/22670
5612 * gdb.ada/complete.exp: Add "complete break ada" test.
5613
5614 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5615
5616 PR gdb/22670
5617 * gdb.ada/info_addr_mixed_case: New testcase.
5618
5619 2018-01-03 Xavier Roirand <roirand@adacore.com>
5620
5621 * gdb.ada/excep_handle.exp: New testcase.
5622 * gdb.ada/excep_handle/foo.adb: New file.
5623 * gdb.ada/excep_handle/pck.ads: New file.
5624
5625 2018-01-03 Joel Brobecker <brobecker@adacore.com>
5626
5627 * gdb.base/step-line.c: Add extra empty line in copyright header.
5628 * gdb.base/step-line.inp: Likewise.
5629
5630 2018-01-02 Joel Brobecker <brobecker@adacore.com>
5631
5632 * gdb.ada/dyn_stride.exp: Add slice test.
5633
5634 2018-01-02 Joel Brobecker <brobecker@adacore.com>
5635
5636 * gdb.ada/dyn_stride: New testcase.
5637
5638 2017-12-27 Stafford Horne <shorne@gmail.com>
5639
5640 * gdb.xml/extra-regs.xml: Add example foo reggroup.
5641 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
5642
5643 2017-12-27 Stafford Horne <shorne@gmail.com>
5644
5645 * gdb.base/reggroups.c: New file.
5646 * gdb.base/reggroups.exp: New file.
5647
5648 2017-12-18 Joel Brobecker <brobecker@adacore.com>
5649
5650 * gdb.dwarf2/ada-valprint-error.c: New file.
5651 * gdb.dwarf2/ada-valprint-error.exp: New file.
5652
5653 2017-12-18 Joel Brobecker <brobecker@adacore.com>
5654
5655 * gdb.ada/assign_arr: New testcase.
5656
5657 2017-12-18 Xavier Roirand <roirand@adacore.com>
5658
5659 * gdb.ada/funcall_ptr: New testcase.
5660
5661 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
5662
5663 PR cli/16224
5664 * gdb.base/ptype-offsets.cc: New file.
5665 * gdb.base/ptype-offsets.exp: New file.
5666
5667 2017-12-15 Yao Qi <yao.qi@linaro.org>
5668
5669 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
5670 if XML is disabled.
5671
5672 2017-12-15 Xavier Roirand <roirand@adacore.com>
5673
5674 * gdb.ada/same_component_name: New testcase.
5675
5676 2017-12-14 Joel Brobecker <brobecker@adacore.com>
5677
5678 * gdb.ada/str_binop_equal: New testcase.
5679
5680 2017-12-14 Joel Brobecker <brobecker@adacore.com>
5681
5682 * gdb.ada/task_switch_in_core: New testcase.
5683
5684 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
5685
5686 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
5687 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
5688 call test_bkpt_qualified.
5689 (test_bkpt_qualified): New proc.
5690
5691 2017-12-13 Pedro Alves <palves@redhat.com>
5692
5693 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
5694 Tighten regexp by matching with an anchor.
5695
5696 2017-12-13 Pedro Alves <palves@redhat.com>
5697
5698 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
5699 ("expression with namespace"): New set of tests.
5700 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
5701 (Nested::Test_NS::qux): New.
5702 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
5703 defaults to 'start_quote_char' and 'end_quote_char' parameters.
5704
5705 2017-12-13 Joel Brobecker <brobecker@adacore.com>
5706
5707 * gdb.base/server-del-break.c: New file.
5708 * gdb.base/server-del-break.exp: New file.
5709
5710 2017-12-12 Stafford Horne <shorne@gmail.com>
5711
5712 * gdb.xml/tdesc-regs.exp: Add or1k support.
5713
5714 2017-12-12 Stafford Horne <shorne@gmail.com>
5715
5716 * gdb.base/bp-permanent.c: Define nop of or1k.
5717
5718 2017-12-11 Joel Brobecker <brobecker@adacore.com>
5719
5720 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
5721 output with components being reordered.
5722
5723 2017-12-11 Joel Brobecker <brobecker@adacore.com>
5724
5725 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
5726 output with components being reordered.
5727
5728 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5729 Pedro Alves <palves@redhat.com>
5730
5731 * gdb.base/maint.exp (check for .gdb_index): Check also for
5732 .debug_names.
5733 * gdb.dlang/watch-loc.c (.debug_aranges): New.
5734 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
5735 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
5736 (.gdb_index used after symbol reloading): Support also .debug_names.
5737 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
5738
5739 2017-12-08 Yao Qi <yao.qi@linaro.org>
5740
5741 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
5742 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
5743
5744 2017-12-08 Yao Qi <yao.qi@linaro.org>
5745
5746 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
5747 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
5748
5749 2017-12-08 Yao Qi <yao.qi@linaro.org>
5750
5751 * gdb.arch/aarch64-tagged-pointer.c: New file.
5752 * gdb.arch/aarch64-tagged-pointer.exp: New file.
5753
5754 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
5755
5756 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
5757 "int".
5758
5759 2017-12-07 Keith Seitz <keiths@redhat.com>
5760
5761 PR breakpoints/22569
5762 * gdb.linespec/ls-errs.exp: Change expected result of "break
5763 -source this file has spaces.c -line 3".
5764 Check that an explicit source file followed by whitespace is
5765 identified as an invalid explicit location.
5766
5767 2017-12-07 Keith Seitz <keiths@redhat.com>
5768
5769 * gdb.cp/nested-types.cc: New file.
5770 * gdb.cp/nested-types.exp: New file.
5771 * lib/cp-support.exp: Load data-structures.exp library.
5772 (debug_cp_test_ptype_class): New global.
5773 (cp_ptype_class_verbose, next_line): New procedures.
5774 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
5775 Add and document new return value.
5776 Switch the list of lines to a queue.
5777 Add support for new `type' key for nested type definitions.
5778 Add debugging/troubleshooting messages.
5779 * lib/data-structures.exp: New file.
5780
5781 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
5782
5783 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
5784 with proc_with_prefix, don't use with_test_prefix.
5785
5786 2017-12-07 Tom Tromey <tom@tromey.com>
5787
5788 * gdb.base/break.exp: Add test for empty "commands".
5789
5790 2017-12-07 Yao Qi <yao.qi@linaro.org>
5791
5792 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
5793 malloc and catch syscall.
5794
5795 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
5796
5797 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
5798 tests for explicit locations.
5799
5800 2017-12-06 Pedro Alves <palves@redhat.com>
5801
5802 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
5803 force-disabling XML descriptions.
5804
5805 2017-12-04 Pedro Alves <palves@redhat.com>
5806
5807 PR gdb/22499
5808 * gdb.arch/amd64-disp-step-avx.S: New file.
5809 * gdb.arch/amd64-disp-step-avx.exp: New file.
5810
5811 2017-12-03 Pedro Alves <palves@redhat.com>
5812
5813 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
5814 and <string.h>.
5815 (parent_function): Print distinct messages when waitpid fails, or
5816 the child exits with a signal, or the child exits for an unhandled
5817 reason.
5818 * gdb.threads/process-dies-while-detaching.exp
5819 (detach_and_expect_exit): New 'inf_output_re' parameter and use
5820 it. Wait for both inferior output and GDB's prompt. Use an
5821 indirect spawn id list.
5822 (do_detach): New parameter 'child_exit'. Use it to compute
5823 expected inferior output.
5824 (test_detach, test_detach_watch, test_detach_killed_outside):
5825 Adjust to pass down the expected child exit kind.
5826
5827 2017-12-01 Joel Brobecker <brobecker@adacore.com>
5828 Sergio Durigan Junior <sergiodj@redhat.com>
5829 Pedro Alves <palves@redhat.com>
5830
5831 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
5832
5833 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
5834
5835 * gdb.base/relocate.exp: Add tests to guarantee that arguments
5836 to 'symbol-file' and 'add-symbol-file' can be
5837 position-independent.
5838
5839 2017-12-01 Yao Qi <yao.qi@linaro.org>
5840
5841 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
5842 the URL in copyright header.
5843 * gdb.arch/aarch64-fp.exp: Likewise.
5844 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
5845 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
5846 * gdb.base/expand-psymtabs.exp: Likewise.
5847 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
5848 * gdb.fortran/common-block.exp: Likewise.
5849 * gdb.fortran/common-block.f90: Likewise.
5850 * gdb.fortran/logical.exp: Likewise.
5851 * gdb.fortran/vla-datatypes.f90: Likewise.
5852 * gdb.fortran/vla-sub.f90: Likewise.
5853
5854 2017-11-30 Joel Brobecker <brobecker@adacore.com>
5855
5856 * gdb.ada/repeat_dyn: New testcase.
5857
5858 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
5859
5860 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
5861 Update for changed thread numbering.
5862 * gdb.cell/bt.exp: Update for changed GDB output.
5863
5864 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
5865
5866 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
5867 setting isremote by hand.
5868 * boards/dwarf4-gdb-index.exp: Likewise.
5869 * boards/fission.exp: Likewise.
5870 * boards/stabs.exp: Likewise.
5871
5872 2017-11-30 Pedro Alves <palves@redhat.com>
5873
5874 * gdb.linespec/cpls-ops.exp
5875 (check_explicit_skips_function_argument): Extract the underlying
5876 type of size_t instead of hardcoding it.
5877
5878 2017-11-29 Pedro Alves <palves@redhat.com>
5879
5880 PR c++/19436
5881 * gdb.linespec/cpls-abi-tag.cc: New file.
5882 * gdb.linespec/cpls-abi-tag.exp: New file.
5883
5884 2017-11-29 Pedro Alves <palves@redhat.com>
5885
5886 * gdb.base/langs.exp: Use -qualified.
5887 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
5888 it.
5889 * gdb.cp/namespace.exp: Use -qualified.
5890 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
5891 (overload-3, template-overload, template-ret-type, const-overload)
5892 (const-overload-quoted, anon-ns, ambiguous-prefix): New
5893 procedures.
5894 (test_driver): Call them.
5895 * gdb.cp/save-bp-qualified.cc: New.
5896 * gdb.cp/save-bp-qualified.exp: New.
5897 * gdb.linespec/explicit.exp: Test -qualified.
5898 * lib/completion-support.exp (completion::explicit_opts_list): Add
5899 "-qualified".
5900 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
5901
5902 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
5903
5904 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
5905
5906 2017-11-29 Tom Tromey <tom@tromey.com>
5907
5908 * gdb.base/relocate.exp: Update invalid argument test.
5909 Add new tests for invalid arguments.
5910
5911 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
5912
5913 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
5914 Return 0 as a long.
5915 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
5916
5917 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
5918
5919 * gdb.cp/breakpoint.cc (bar): Set return type to void.
5920 * gdb.cp/psymtab-parameter.cc (func): Likewise.
5921 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
5922 func ().
5923 * gdb.cp/shadow.cc (B.func): Return 0.
5924
5925 2017-11-27 Joel Brobecker <brobecker@adacore.com>
5926
5927 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
5928 expected output in gdb_expect call to allow the exception
5929 message to be present as well. Fix syntax confusion to avoid
5930 TCL thinking that exception_name is an array.
5931
5932 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
5933
5934 * gdb.arch/spu-info.c: Include <unistd.h>.
5935 (do_signal_test): Fix broken calls to write.
5936 * gdb.arch/spu-info.exp: Use prepare_for_testing.
5937 Fix checks for empty mailboxes. Update signal tests for corrected
5938 do_signal_test routine. Allow nonzero event status.
5939 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
5940 * gdb.cell/arch.exp: Use standard_output_file.
5941 * gdb.cell/break.exp: Likewise.
5942 * gdb.cell/bt.exp: Likewise.
5943 * gdb.cell/core.exp: Likewise.
5944 * gdb.cell/dwarfaddr.exp: Likewise.
5945 * gdb.cell/ea-cache.exp: Likewise.
5946 * gdb.cell/ea-standalone.exp: Likewise.
5947 * gdb.cell/f-regs.exp: Likewise.
5948 * gdb.cell/fork.exp: Likewise.
5949 * gdb.cell/gcore.exp: Likewise.
5950 * gdb.cell/mem-access.exp: Likewise.
5951 * gdb.cell/ptype.exp: Likewise.
5952 * gdb.cell/registers.exp: Likewise.
5953 * gdb.cell/sizeof.exp: Likewise.
5954 * gdb.cell/solib-symbol.exp: Likewise.
5955 * gdb.cell/solib.exp: Likewise.
5956
5957 2017-11-25 Pedro Alves <palves@redhat.com>
5958
5959 * gdb.base/complete-empty.exp: New file.
5960 * gdb.base/completion.exp: Adjust.
5961
5962 2017-11-25 Pedro Alves <palves@redhat.com>
5963
5964 * gdb.linespec/cpls-ops.cc: New file.
5965 * gdb.linespec/cpls-ops.exp: New file.
5966 * lib/completion-support.exp (test_complete_prefix_range_re): New,
5967 factored out from ...
5968 (test_complete_prefix_range): ... this.
5969
5970 2017-11-24 Pedro Alves <palves@redhat.com>
5971
5972 * gdb.linespec/cpcompletion.exp: New file.
5973 * gdb.linespec/cpls-hyphen.cc: New file.
5974 * gdb.linespec/cpls.cc: New file.
5975 * gdb.linespec/cpls2.cc: New file.
5976 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
5977 test to use test_gdb_complete_unique. Add label completion,
5978 keyword completion and explicit location completion tests.
5979 * lib/completion-support.exp: New file.
5980
5981 2017-11-24 Joel Brobecker <brobecker@adacore.com>
5982
5983 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
5984 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
5985 when hitting an exception catchpoint.
5986
5987 2017-11-22 Yao Qi <yao.qi@linaro.org>
5988
5989 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
5990
5991 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
5992
5993 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
5994 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
5995 * gdb.dwarf2/info-locals-optimized-out.c: New file.
5996
5997 2017-11-22 Yao Qi <yao.qi@linaro.org>
5998
5999 * gdb.base/info-os.exp: Pass pthreads.
6000 * gdb.multi/multi-attach.exp: Likewise.
6001
6002 2017-11-22 Yao Qi <yao.qi@linaro.org>
6003
6004 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
6005 compiler.
6006
6007 2017-11-22 Yao Qi <yao.qi@linaro.org>
6008
6009 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
6010 * gdb.base/break-interp.exp: Likewise.
6011 * gdb.base/jit-attach-pie.exp: Likewise.
6012
6013 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
6014
6015 * gdb.base/float128.c (large128): New variable.
6016 * gdb.base/float128.exp: Add test to print largest __float128 value.
6017
6018 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
6019
6020 * gdb.arch/vsx-regs.exp: Update register content checks.
6021
6022 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
6023
6024 * gdb.arch/ppc-longdouble.exp: New file.
6025 * gdb.arch/ppc-longdouble.c: Likewise.
6026
6027 2017-11-21 Pedro Alves <palves@redhat.com>
6028
6029 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
6030
6031 2017-11-20 Pedro Alves <palves@redhat.com>
6032
6033 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
6034 (long_double_typedef): New typedefs.
6035 Use DEF on double and long double.
6036 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
6037 cases.
6038 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
6039 and 'long_double_ptr_same_size' locals. Use them to decide
6040 whether cast from array/function to float is valid/invalid.
6041
6042 2017-11-17 Tom Tromey <tom@tromey.com>
6043
6044 * gdb.rust/traits.rs: New file.
6045 * gdb.rust/traits.exp: New file.
6046
6047 2017-11-17 Joel Brobecker <brobecker@adacore.com>
6048
6049 * gdb.ada/minsyms: New testcase.
6050
6051 2017-11-16 Pedro Alves <palves@redhat.com>
6052
6053 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
6054 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
6055
6056 2017-11-16 Pedro Alves <palves@redhat.com>
6057
6058 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
6059 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
6060
6061 2017-11-16 Pedro Alves <palves@redhat.com>
6062
6063 * gdb.server/reconnect-ctrl-c.c: New file.
6064 * gdb.server/reconnect-ctrl-c.exp: New file.
6065
6066 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
6067
6068 * gdb.python/py-rbreak.exp: New file.
6069 * gdb.python/py-rbreak.c: New file.
6070 * gdb.python/py-rbreak-func2.c: New file.
6071
6072 2017-11-16 Pedro Alves <palves@redhat.com>
6073
6074 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
6075 pattern.
6076 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
6077 GDB.
6078
6079 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
6080
6081 * gdb.tui/completionn.exp (test_tab_completion): Add space in
6082 regex.
6083
6084 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
6085
6086 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
6087 test names.
6088
6089 2017-11-09 Pedro Alves <palves@redhat.com>
6090
6091 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
6092 factored out from ...
6093 (top level): ... here, and adjusted to avoid expecting beyond the
6094 prompt in a single gdb_test_multiple.
6095
6096 2017-11-09 Pedro Alves <palves@redhat.com>
6097
6098 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
6099 output.
6100 * gdb.server/ext-attach.exp ("kill" test): Likewise.
6101 * gdb.server/ext-restart.exp ("kill" test): Likewise.
6102 * gdb.server/ext-run.exp ("kill" test): Likewise.
6103 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
6104
6105 2017-11-09 Pedro Alves <palves@redhat.com>
6106
6107 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
6108 match till end of line.
6109
6110 2017-11-09 Pedro Alves <palves@redhat.com>
6111
6112 * gdb.base/memattr.exp: Tighten regexes to match the end line.
6113
6114 2017-11-09 Pedro Alves <palves@redhat.com>
6115
6116 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
6117 New procedures, factored out from ...
6118 (top level): ... here, and adjusted to avoid expecting beyond the
6119 prompt in one go.
6120
6121 2017-11-09 Pedro Alves <palves@redhat.com>
6122
6123 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
6124 output. Fix '?' match.
6125
6126 2017-11-08 Joel Brobecker <brobecker@adacore.com>
6127
6128 * gdb.ada/scoped_watch: New testcase.
6129 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
6130 which is actually correct.
6131 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
6132 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
6133
6134 2017-11-08 Pedro Alves <palves@redhat.com>
6135
6136 * gdb.gdb/complaints.exp (test_initial_complaints)
6137 (test_serial_complaints, test_short_complaints): Call
6138 complaint_internal instead of complaint.
6139
6140 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
6141
6142 * gdb.threads/tls-core.c: New file.
6143 * gdb.threads/tls-core.exp: Likewise.
6144
6145 2017-11-08 Pedro Alves <palves@redhat.com>
6146
6147 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
6148 (p Exported_Capitalized): New test.
6149 (p exported_capitalized): New test.
6150
6151 2017-11-07 Pedro Alves <palves@redhat.com>
6152
6153 * gdb.cp/ena-dis-br-range.exp: Add more tests.
6154
6155 2017-11-07 Pedro Alves <palves@redhat.com>
6156
6157 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
6158 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
6159 (disable_invalid, disable_inverted, disable_negative): New
6160 procedures.
6161 ("bad numbers"): New set of tests.
6162
6163 2017-11-07 Pedro Alves <palves@redhat.com>
6164
6165 * gdb.cp/ena-dis-br-range.exp: Add tests.
6166
6167 2017-11-07 Pedro Alves <palves@redhat.com>
6168
6169 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
6170
6171 2017-11-07 Xavier Roirand <roirand@adacore.com>
6172 Pedro Alves <palves@redhat.com>
6173
6174 * gdb.base/ena-dis-br.exp: Add reference to
6175 gdb.cp/ena-dis-br-range.exp.
6176 * gdb.cp/ena-dis-br-range.exp: New file.
6177 * gdb.cp/ena-dis-br-range.cc: New file.
6178
6179 2017-11-06 Pedro Alves <palves@redhat.com>
6180
6181 * gdb.base/attach-non-pgrp-leader.c: New.
6182 * gdb.base/attach-non-pgrp-leader.exp: New.
6183
6184 2017-11-06 Pedro Alves <palves@redhat.com>
6185
6186 * configure.ac: No longer check for termio.h and sgtty.h.
6187 * configure: Regenerate.
6188 * remote-utils.c: Include termios.h instead of gdb_termios.h.
6189 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
6190 Remove termio and sgtty code.
6191
6192 2017-11-03 Yao Qi <yao.qi@linaro.org>
6193
6194 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
6195 in GDB is disabled.
6196
6197 2017-11-03 Yao Qi <yao.qi@linaro.org>
6198
6199 * gdb.python/py-thrhandle.exp: Skip it if python is not
6200 enabled.
6201
6202 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
6203
6204 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
6205 as a breakpoint command.
6206
6207 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
6208
6209 PR python/21213
6210 * gdb.python/py-infthread.exp: Test calling
6211 InferiorThread.inferior () multiple times in a row.
6212
6213 2017-10-27 Keith Seitz <keiths@redhat.com>
6214
6215 * gdb.opt/inline-break.exp (break_info_1): New procedure.
6216 Test "info break" for every inlined function breakpoint.
6217
6218 2017-10-27 Yao Qi <yao.qi@linaro.org>
6219
6220 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
6221
6222 2017-10-26 Patrick Frants <osscontribute@gmail.com>
6223
6224 * gdb.cp/classes.exp (test_static_members): Test printing
6225 Outer::instance.
6226 * gdb.cp/classes.c (struct Inner, struct Outer): New.
6227 (Inner::instance, Outer::instance): New.
6228
6229 2017-10-24 Pedro Alves <palves@redhat.com>
6230
6231 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
6232 extra console" test in two stages.
6233
6234 2017-10-24 Pedro Alves <palves@redhat.com>
6235
6236 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
6237
6238 2017-10-24 Pedro Alves <palves@redhat.com>
6239
6240 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
6241 loop.
6242
6243 2017-10-24 Pedro Alves <palves@redhat.com>
6244
6245 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
6246 $attempt" and "stoppedtry $stoppedtry" test prefixes.
6247
6248 2017-10-24 Pedro Alves <palves@redhat.com>
6249
6250 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
6251 parameter and handle it. Don't output read value in test name.
6252
6253 2017-10-24 Pedro Alves <palves@redhat.com>
6254
6255 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
6256 custom test name.
6257
6258 2017-10-24 Pedro Alves <palves@redhat.com>
6259
6260 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
6261 include the unstable output directory name in the test's name.
6262 (initial_setup_simple) <'set args'>: Use custom test name.
6263
6264 2017-10-24 Pedro Alves <palves@redhat.com>
6265
6266 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
6267 with explicit test name.
6268
6269 2017-10-20 Pedro Alves <palves@redhat.com>
6270
6271 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
6272 'wait -i'. Use gdb_assert and remote_close.
6273
6274 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
6275
6276 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
6277 number from variable rather than hard-coded.
6278
6279 2017-10-19 Pedro Alves <palves@redhat.com>
6280
6281 * gdb.base/long-inferior-output.c: New file.
6282 * gdb.base/long-inferior-output.exp: New file.
6283
6284 2017-11-18 Keith Seitz <keiths@redhat.com>
6285
6286 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
6287 method.
6288 (main): Call it.
6289 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
6290 Add additional user-defined conversion operator tests.
6291
6292 2017-10-17 Pedro Alves <palves@redhat.com>
6293
6294 * boards/native-stdio-gdbserver.exp: Load "local-board".
6295
6296 2017-10-17 Pedro Alves <palves@redhat.com>
6297
6298 * gdb.base/quit-live.c: New file.
6299 * gdb.base/quit-live.exp: New file.
6300
6301 2017-10-16 Keith Seitz <keiths@redhat.com>
6302
6303 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
6304 (class_with_protected_typedef, class_with_private_typedef)
6305 (struct_with_public_typedef, struct_with_protected_typedef)
6306 (struct_with_private_typedef): New classes/structs.
6307 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
6308 typedefs and access specifiers.
6309
6310 2017-10-16 Pedro Alves <palves@redhat.com>
6311 Simon Marchi <simon.marchi@polymtl.ca>
6312
6313 * README (Local vs Remote vs Native): New section.
6314 * boards/local-board.exp: New file, with bits factored out from
6315 ...
6316 * boards/native-extended-gdbserver.exp: ... here. Load
6317 "local-board".
6318 * boards/native-gdbserver.exp: Load "local-board".
6319 (${board}_spawn, ${board}_exec): Delete.
6320 * boards/native-stdio-gdbserver.exp: Most contents factored out to
6321 ...
6322 * boards/stdio-gdbserver-base.exp: ... this new file.
6323 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
6324 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
6325 procedure.
6326 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
6327 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
6328 stdio_gdbserver_command.
6329 (${board}_get_remote_address, ${board}_get_comm_port)
6330 (${board}_download, ${board}_upload): Delete.
6331 (get_target_remote_pipe_cmd): New.
6332
6333 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
6334
6335 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
6336 test_bkpt_deletion, test_bkpt_cond_and_cmds,
6337 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
6338 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
6339 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
6340 remove with_test_prefix.
6341
6342 2017-10-13 Pedro Alves <palves@redhat.com>
6343
6344 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
6345 * gdb.base/annota1.exp: Use it instead of is_remote.
6346 * gdb.base/annota3.exp: Use it instead of is_remote.
6347 * gdb.cp/annota2.exp: Use it instead of is_remote.
6348 * gdb.cp/annota3.exp: Use it instead of is_remote.
6349 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
6350
6351 2017-10-13 Pedro Alves <palves@redhat.com>
6352
6353 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
6354 (test_num_test_vars, run_and_count_vars, find_env)
6355 (test_set_unset_env, test_inherit_env_var): New procedures.
6356 (top level): Use them.
6357
6358 2017-10-13 Pedro Alves <palves@redhat.com>
6359
6360 * lib/selftest-support.exp (selftest_setup): Extend comments, and
6361 also skip on stub-like targets.
6362
6363 2017-10-13 Pedro Alves <palves@redhat.com>
6364
6365 PR gdb/22293
6366 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
6367 (top level): Move some tests to ...
6368 (test_not_found): ... this new procedure.
6369 (top level): Call it.
6370
6371 2017-10-13 Pedro Alves <palves@redhat.com>
6372
6373 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
6374 expect different "info terminal" output if testing with a
6375 non-native target.
6376
6377 2017-10-13 Pedro Alves <palves@redhat.com>
6378 Simon Marchi <simon.marchi@polymtl.ca>
6379
6380 PR python/12966
6381 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
6382
6383 2017-10-13 Pedro Alves <palves@redhat.com>
6384
6385 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
6386 already.
6387
6388 2017-10-13 Pedro Alves <palves@redhat.com>
6389
6390 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
6391 is_remote.
6392
6393 2017-10-13 Pedro Alves <palves@redhat.com>
6394
6395 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
6396 is_remote.
6397
6398 2017-10-13 Pedro Alves <palves@redhat.com>
6399
6400 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
6401 is set.
6402 (corefile_test_attach): Likewise. Check can_spawn_for_attach
6403 instead of is_remote.
6404
6405 2017-10-13 Pedro Alves <palves@redhat.com>
6406
6407 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
6408 (top level): Add comment.
6409
6410 2017-10-13 Pedro Alves <palves@redhat.com>
6411
6412 * gdb.base/remote.exp (top level): Fix comment typo and add
6413 missing return.
6414
6415 2017-10-13 Pedro Alves <palves@redhat.com>
6416 Simon Marchi <simon.marchi@polymtl.ca>
6417
6418 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
6419 calls and add comments. Skip test if use_gdb_stub is set.
6420 (top level): Use "set cwd" command instead of "cd" command.
6421
6422 2017-10-13 Pedro Alves <palves@redhat.com>
6423
6424 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
6425 is_remote target check.
6426
6427 2017-10-13 Pedro Alves <palves@redhat.com>
6428
6429 * gdb.base/scope.exp: Use build_executable + clean_restart +
6430 gdb_file_cmd instead of prepare_for_testing and no longer skip
6431 "before run" tests on is_remote target boards. Update comments.
6432 * boards/native-extended-gdbserver.exp
6433 (extended_gdbserver_load_last_file): New, factored out from ...
6434 (gdb_load): ... this. Move further below and add comment.
6435 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
6436
6437 2017-10-12 Pedro Alves <palves@redhat.com>
6438
6439 * gdb.base/attach.exp: Remove references to gdb64.
6440 * gdb.base/dbx.exp: Remove references to gdb64.
6441
6442 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
6443 Pedro Alves <palves@redhat.com>
6444
6445 * gdb.base/label.exp: Remove is_remote target check.
6446
6447 2017-10-12 Pedro Alves <palves@redhat.com>
6448
6449 * gdb.base/auvx.exp (coredir): Update comment.
6450 (top level) <core_works>: Use "set cwd" command instead of "cd"
6451 command.
6452
6453 2017-10-12 Pedro Alves <palves@redhat.com>
6454 Simon Marchi <simon.marchi@polymtl.ca>
6455
6456 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
6457 target boards.
6458
6459 2017-10-12 Pedro Alves <palves@redhat.com>
6460 Simon Marchi <simon.marchi@polymtl.ca>
6461
6462 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
6463 Instead skip if there's any gdb_protocol set.
6464
6465 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
6466 Pedro Alves <palves@redhat.com>
6467
6468 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
6469
6470 2017-10-12 Pedro Alves <palves@redhat.com>
6471 Simon Marchi <simon.marchi@polymtl.ca>
6472
6473 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
6474 instead of on dejagnu remote boards.
6475
6476 2017-10-12 Pedro Alves <palves@redhat.com>
6477 Simon Marchi <simon.marchi@polymtl.ca>
6478
6479 * gdb.base/inferior-died.exp: Remove is_remote and isnative
6480 checks. Use build_executable + clean_restart instead of
6481 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
6482 of enabling non-stop after starting gdb.
6483
6484 2017-10-12 Pedro Alves <palves@redhat.com>
6485
6486 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
6487 * gdb.threads/non-ldr-exc-2.exp: Ditto.
6488 * gdb.threads/non-ldr-exc-3.exp: Ditto.
6489 * gdb.threads/non-ldr-exc-4.exp: Ditto.
6490
6491 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
6492
6493 * gdb.arch/arc-tdesc-cpu.exp: New file.
6494 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
6495
6496 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
6497
6498 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
6499
6500 2017-10-10 Pedro Alves <palves@redhat.com>
6501
6502 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
6503 expect CLI output.
6504
6505 2017-10-10 Pedro Alves <palves@redhat.com>
6506
6507 * lib/selftest-support.exp (selftest_setup): Update for
6508 captured_command_loop's prototype change.
6509
6510 2017-10-09 Pedro Alves <palves@redhat.com>
6511
6512 Test both arch1=>arch2 and arch2=>arch1.
6513
6514 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
6515 (srcfile2, binfile2, march1, march2): Remove globals. Largely
6516 factored out to...
6517 (append_arch1_options, append_arch2_options, append_arch_options)
6518 (build_executables): New procedures.
6519 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
6520 local.
6521 (top level): Add new 'first_arch' testing axis.
6522
6523 2017-10-09 Pedro Alves <palves@redhat.com>
6524
6525 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
6526 (barrier): New.
6527 (thread_start, all_started): New functions.
6528 (main): Spawn new thread and wait until it is scheduled.
6529 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
6530 option.
6531 (do_test): Add 'selected_thread' parameter. Run to all_started
6532 instead of main. Explicitly set the breakpoint at main. Switch
6533 to the SELECTED_THREAD thread.
6534 (top level): Test handling the exec event with either the main
6535 thread or the second thread selected.
6536
6537 2017-10-09 Pedro Alves <palves@redhat.com>
6538
6539 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
6540 logic. Move STOP marker after the value checks.
6541 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
6542 regexp.
6543
6544 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
6545
6546 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
6547
6548 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
6549
6550 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
6551 integer-to-dfp conversion.
6552 * gdb.base/dfp-test.exp: Likewise.
6553
6554 2017-10-04 Pedro Alves <palves@redhat.com>
6555
6556 * gdb.multi/hangout.c: Include <unistd.h>.
6557 (hangout_loop): New function.
6558 (main): Call alarm. Call hangout_loop in a loop.
6559 * gdb.multi/hello.c: Include <unistd.h>.
6560 (hello_loop): New function.
6561 (main): Call alarm. Call hangout_loop in a loop.
6562 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
6563 inferior with the other selected.
6564
6565 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
6566
6567 * gdb.mi/list-thread-groups-available.exp: New file.
6568 * gdb.mi/list-thread-groups-available.c: New file.
6569
6570 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
6571
6572 * gdb.base/set-cwd.exp: Make it available on
6573 native-extended-gdbserver.
6574
6575 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
6576
6577 * gdb.base/set-cwd.c: New file.
6578 * gdb.base/set-cwd.exp: Likewise.
6579
6580 2017-10-02 Tom Tromey <tom@tromey.com>
6581
6582 PR rust/22236:
6583 * gdb.rust/simple.rs (main): New variable "fslice".
6584 * gdb.rust/simple.exp: Add slice tests. Update string tests.
6585
6586 2017-10-02 Tom Tromey <tom@tromey.com>
6587
6588 * gdb.rust/simple.exp: Test ptype of a slice.
6589
6590 2017-10-02 Tom Tromey <tom@tromey.com>
6591
6592 * gdb.rust/simple.exp: Test index of slice.
6593
6594 2017-09-27 Tom Tromey <tom@tromey.com>
6595
6596 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
6597
6598 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
6599 Pedro Alves <palves@redhat.com>
6600
6601 * gdb.base/compare-sections.exp (get value of read-only section): Read
6602 as unsigned value.
6603 (corrupt read-only section): Likewise and don't set written if patching
6604 failed.
6605
6606 2017-09-21 Kevin Buettner <kevinb@redhat.com>
6607
6608 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
6609 files.
6610
6611 2017-09-20 Pedro Alves <palves@redhat.com>
6612
6613 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
6614 symbol names in gdb's output.
6615 * gdb.cp/overload.exp ("list all overloads"): Likewise.
6616
6617 2017-09-20 Pedro Alves <palves@redhat.com>
6618
6619 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
6620 Rename to ...
6621 (test_list_ambiguous_symbol): ... this and add a symbol name
6622 parameter. Adjust.
6623 (test_list_ambiguous_function): Reimplement on top of
6624 test_list_ambiguous_symbol and also test listing ambiguous
6625 variables.
6626 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
6627 (ambiguous_fun): ... this.
6628 (ambiguous_var): New.
6629 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
6630 (ambiguous_fun): ... this.
6631 (ambiguous_var): New.
6632
6633 2017-09-19 John Baldwin <jhb@FreeBSD.org>
6634
6635 * gdb.base/starti.c: New file.
6636 * gdb.base/starti.exp: New file.
6637 * lib/gdb.exp (gdb_starti_cmd): New procedure.
6638
6639 2017-09-14 Pedro Alves <palves@redhat.com>
6640
6641 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
6642 (top level): Use it instead of runto.
6643
6644 2017-09-11 Tom Tromey <tom@tromey.com>
6645
6646 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
6647
6648 2017-09-11 Tom Tromey <tom@tromey.com>
6649
6650 * gdb.python/py-infthread.exp: Add tests for new_thread event.
6651 * gdb.python/py-inferior.exp: Add tests for new inferior events.
6652
6653 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
6654
6655 * gdb.fortran/printing-types.exp: New file.
6656 * gdb.fortran/printing-types.exp: New file.
6657
6658 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
6659
6660 * gdb.fortran/vla-ptype.exp: Fix typos.
6661 * gdb.fortran/vla-value.exp: Same.
6662
6663 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
6664
6665 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
6666 * gdb.mi/mi-var-child-f.exp: Likewise.
6667 * gdb.mi/mi-vla-fortran.exp: Likewise.
6668
6669 2017-09-08 Frank Penczek <frank.penczek@intel.com>
6670 Christoph Weinmann <christoph.t.weinmann@intel.com>
6671 Bernhard Heckel <bernhard.heckel@intel.com>
6672
6673 * gdb.fortran/ptr-indentation.f90: New file.
6674 * gdb.fortran/ptr-indentation.exp: New file.
6675
6676 2017-09-05 Tom Tromey <tom@tromey.com>
6677
6678 PR gdb/22010:
6679 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
6680
6681 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
6682
6683 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
6684
6685 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6686
6687 * gdb.threads/tls-nodebug-pie.c: New file.
6688 * gdb.threads/tls-nodebug-pie.exp: New file.
6689
6690 2017-09-05 Tom Tromey <tom@tromey.com>
6691
6692 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
6693 for rust.
6694
6695 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
6696
6697 * gdb.multi/multi-arch-exec.exp: Test with different
6698 "follow-exec-mode" settings.
6699 (do_test): New procedure.
6700
6701 2017-09-04 Pedro Alves <palves@redhat.com>
6702
6703 * gdb.base/func-static.c (S::method const, S::method volatile)
6704 (S::method volatile const): New methods.
6705 (c_s, v_s, cv_s): New instances.
6706 (main): Call method() on them.
6707 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
6708 (cannot_resolve): New procedure.
6709 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
6710 print-quote-unquoted columns.
6711 (do_test): Test printing each scope too.
6712
6713 2017-09-04 Pedro Alves <palves@redhat.com>
6714
6715 * gdb.base/local-static.exp: Also test with
6716 class::method::variable wholly quoted.
6717 * gdb.cp/m-static.exp (class::method::variable): Remove test.
6718
6719 2017-09-04 Pedro Alves <palves@redhat.com>
6720
6721 * gdb.base/local-static.c: New.
6722 * gdb.base/local-static.cc: New.
6723 * gdb.base/local-static.exp: New.
6724
6725 2017-09-04 Pedro Alves <palves@redhat.com>
6726
6727 * gdb.asm/asm-source.exp: Add casts to int.
6728 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
6729 (dataglobal64_1, dataglobal64_2): New globals.
6730 * gdb.base/nodebug.exp: Test different expressions involving the
6731 new globals, with print, whatis and ptype. Add casts to int.
6732 * gdb.base/solib-display.exp: Add casts to int.
6733 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
6734 * gdb.cp/m-static.exp: Add cast to int.
6735 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
6736 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
6737 tls variable with no debug info without a cast. Test with a cast
6738 to int too.
6739 * gdb.trace/entry-values.exp: Add casts.
6740
6741 2017-09-04 Pedro Alves <palves@redhat.com>
6742
6743 * gdb.base/nodebug.exp: Test that ptype's error about functions
6744 with unknown return type includes the function name too.
6745
6746 2017-09-04 Pedro Alves <palves@redhat.com>
6747
6748 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
6749 return type of munmap in infcall.
6750 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
6751 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
6752 type of ftell in infcall.
6753 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
6754 type of getpid in infcall.
6755 * gdb.base/infcall-exec.exp: Cast return type of execlp in
6756 infcall.
6757 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
6758 Bail on failure to extract the pid.
6759 * gdb.base/nodebug.c: #include <stdint.h>.
6760 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
6761 New functions.
6762 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
6763 Change expected output of print/whatis/ptype with functions with
6764 no debug info. Test all supported languages. Call
6765 test_call_promotion.
6766 * gdb.compile/compile.exp: Adjust expected output to expect
6767 warning.
6768 * gdb.threads/siginfo-threads.exp: Likewise.
6769
6770 2017-09-04 Pedro Alves <palves@redhat.com>
6771
6772 * gdb.base/callfuncs.exp (do_function_calls): New parameter
6773 "prototypes". Test calling float functions via prototyped and
6774 unprototyped function pointers.
6775 (perform_all_tests): New parameter "prototypes". Pass it down.
6776 (top level): Pass down "prototypes" parameter to
6777 perform_all_tests.
6778
6779 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6780
6781 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
6782 Test with nested loops.
6783
6784 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6785
6786 * gdb.base/commands.exp: Call the new procedures.
6787 (loop_break_test, loop_continue_test): New procedures.
6788
6789 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6790
6791 * gdb.base/commands.exp: Call new procedure.
6792 (define_if_without_arg_test): New procedure.
6793
6794 2017-09-04 Pedro Alves <palves@redhat.com>
6795
6796 * gdb.base/list-ambiguous.exp: New file.
6797 * gdb.base/list-ambiguous0.c: New file.
6798 * gdb.base/list-ambiguous1.c: New file.
6799 * gdb.base/list.exp (test_list_range): Adjust expected output.
6800
6801 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
6802
6803 * gdb.base/share-env-with-gdbserver.c: New file.
6804 * gdb.base/share-env-with-gdbserver.exp: Likewise.
6805
6806 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
6807
6808 * gdb.base/commands.exp (gdbvar_simple_if_test,
6809 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
6810 progvar_simple_if_test, progvar_simple_while_test,
6811 progvar_complex_if_while_test, user_defined_command_test,
6812 user_defined_command_args_eval,
6813 user_defined_command_args_stack_test,
6814 user_defined_command_manyargs_test, bp_deleted_in_command_test,
6815 temporary_breakpoint_commands,
6816 gdb_test_no_prompt, redefine_hook_test,
6817 redefine_backtrace_test): Remove "global gdb_prompt".
6818
6819 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
6820
6821 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
6822 New proc, call it from toplevel.
6823
6824 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
6825
6826 PR remote/21852
6827 * gdb.server/normal.c: New file, copied from gdb.base.
6828 * gdb.server/run-without-local-binary.exp: New file.
6829
6830 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
6831
6832 * gdb.arch/sparc64-adi.exp: New file.
6833 * gdb.arch/sparc64-adi.c: New file.
6834
6835 2017-08-22 Pedro Alves <palves@redhat.com>
6836
6837 * gdb.cp/overload.exp (line_range_pattern): New procedure.
6838 (top level): Add "list all overloads" tests.
6839
6840 2017-08-22 Tom Tromey <tom@tromey.com>
6841
6842 * gdb.gdb/xfullpath.exp: Remove.
6843
6844 2017-08-21 Pedro Alves <palves@redhat.com>
6845
6846 PR gdb/19487
6847 * gdb.base/symbol-alias.c: New.
6848 * gdb.base/symbol-alias2.c: New.
6849 * gdb.base/symbol-alias.exp: New.
6850
6851 2017-08-21 Pedro Alves <palves@redhat.com>
6852
6853 * gdb.base/dfp-test.c
6854 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
6855 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
6856 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
6857 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
6858 * gdb.base/whatis-ptype-typedefs.c: New.
6859 * gdb.base/whatis-ptype-typedefs.exp: New.
6860 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
6861 (an_int, an_int_type, an_int_type2): New globals.
6862 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
6863 involving typedefs and cast expressions.
6864 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
6865 (lookup_typedefs_function): New.
6866 (typedefs_pretty_printers_dict): New.
6867 (top level): Register lookup_typedefs_function in
6868 gdb.pretty_printers.
6869
6870 2017-08-18 Yao Qi <yao.qi@linaro.org>
6871
6872 * gdb.server/unittest.exp: New.
6873
6874 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
6875
6876 PR gdb/21954
6877 * gdb.base/environ.exp: Add test to check if 'unset environment'
6878 works.
6879
6880 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6881
6882 * lib/gdb.exp (universal_compile_options): New caching proc.
6883 (gdb_compile): Suppress GCC's coloring of messages.
6884
6885 2017-08-14 Tom Tromey <tom@tromey.com>
6886
6887 PR gdb/21675:
6888 * gdb.base/printcmds.exp (test_radices): New function.
6889 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
6890 * gdb.base/sizeof.exp (check_valueof): Use p/d.
6891 * lib/gdb.exp (get_integer_valueof): Use p/d.
6892
6893 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
6894
6895 * lib/gdb.exp (get_valueof): Don't capture end-of-line
6896 characters.
6897
6898 2017-08-05 Tom Tromey <tom@tromey.com>
6899
6900 * gdb.rust/simple.exp: Allow String to appear in a different
6901 namespace.
6902
6903 2017-07-26 Yao Qi <yao.qi@linaro.org>
6904
6905 * gdb.gdb/unittest.exp: Invoke command
6906 "maintenance check xml-descriptions".
6907
6908 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6909
6910 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
6911 calling context.
6912 (hex128): Drop erroneous calculation of parameters.
6913
6914 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
6915
6916 * gdb.python/py-unwind.exp: Disable stack protection when
6917 building test file.
6918
6919 2017-07-20 Pedro Alves <palves@redhat.com>
6920
6921 * gdb.base/default.exp (set language): Adjust expected output.
6922
6923 2017-07-20 Pedro Alves <palves@redhat.com>
6924
6925 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
6926 (test_minsym): ... this, and make static.
6927 (get_pck__foo__bar__minsym): Rename to ...
6928 (get_test_minsym): ... this.
6929 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
6930 symbol names and comments.
6931 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
6932 (get_test_minsym): ... this.
6933 (pck__foo__bar__minsym__2): Rename to ...
6934 (test_minsym): ... this.
6935 (main): Adjust.
6936
6937 2017-07-17 Pedro Alves <palves@redhat.com>
6938
6939 * gdb.base/completion.exp: Adjust expected output.
6940 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
6941 the completer works.
6942
6943 2017-07-17 Pedro Alves <palves@redhat.com>
6944
6945 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
6946
6947 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
6948
6949 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
6950
6951 2017-07-14 Tom Tromey <tom@tromey.com>
6952
6953 PR rust/21764:
6954 * gdb.rust/simple.exp: Add tests.
6955
6956 2017-07-14 Tom Tromey <tom@tromey.com>
6957
6958 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
6959
6960 2017-07-14 Pedro Alves <palves@redhat.com>
6961
6962 * gdb.linespec/base/one/thefile.cc (z1): New function.
6963 * gdb.linespec/base/two/thefile.cc (z2): New function.
6964 * gdb.linespec/linespec.exp: Add tests.
6965
6966 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6967
6968 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
6969 to mi_create_breakpoint.
6970
6971 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6972
6973 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
6974 mi_create_breakpoint.
6975
6976 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
6977
6978 * gdb.dlang/demangle.exp: Update for demangling changes.
6979
6980 2017-07-09 Tom Tromey <tom@tromey.com>
6981
6982 * gdb.dwarf2/shortpiece.exp: New file.
6983
6984 2017-07-06 David Blaikie <dblaikie@gmail.com>
6985
6986 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
6987 built from fissiont-multi-cu{1,2}.c.
6988 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
6989 except putting 'main' and 'func' in separate CUs in the same DWO file.
6990 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
6991 test.
6992 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
6993 test.
6994
6995 2017-07-06 Pedro Alves <palves@redhat.com>
6996
6997 * gdb.python/py-unwind.exp: Test flushregs.
6998
6999 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
7000
7001 PR cli/21688
7002 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
7003 tests for alias commands and trailing whitespace.
7004
7005 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
7006
7007 PR cli/21688
7008 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
7009 procedure. Call it.
7010
7011 2017-06-29 Pedro Alves <palves@redhat.com>
7012
7013 * gdb.base/printcmds.exp: Add tests.
7014
7015 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
7016
7017 PR gdb/21337
7018 * gdb.base/reread-readsym.exp: New file.
7019 * gdb.base/reread-readsym.c: New file.
7020
7021 2017-06-21 Kevin Buettner <kevinb@redhat.com>
7022
7023 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
7024 subpattern.
7025
7026 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
7027
7028 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
7029 extended mnemonic.
7030 * gdb.arch/powerpc-power9.s: Likewise.
7031
7032 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7033
7034 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
7035 on 32-bit x86 targets. Exploit is_*_target macros where
7036 appropriate.
7037
7038 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7039
7040 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
7041 register pieces.
7042
7043 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7044
7045 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
7046 located in one or more DWARF pieces.
7047
7048 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7049
7050 * lib/gdb.exp (get_endianness): New proc.
7051 * gdb.arch/aarch64-fp.exp: Use it.
7052 * gdb.arch/altivec-regs.exp: Likewise.
7053 * gdb.arch/e500-regs.exp: Likewise.
7054 * gdb.arch/vsx-regs.exp: Likewise.
7055 * gdb.base/dump.exp: Likewise.
7056 * gdb.base/funcargs.exp: Likewise.
7057 * gdb.base/gnu_vector.exp: Likewise.
7058 * gdb.dwarf2/formdata16.exp: Likewise.
7059 * gdb.dwarf2/implptrpiece.exp: Likewise.
7060 * gdb.dwarf2/nonvar-access.exp: Likewise.
7061 * gdb.python/py-inferior.exp: Likewise.
7062 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
7063
7064 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7065
7066 PR gdb/21226
7067 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
7068 stack value pieces are taken from the LSB end.
7069
7070 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7071
7072 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
7073 variable at nonzero offset.
7074
7075 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7076
7077 * gdb.dwarf2/var-access.c: New file.
7078 * gdb.dwarf2/var-access.exp: New test.
7079 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
7080
7081 2017-06-12 Tom Tromey <tom@tromey.com>
7082
7083 * gdb.dwarf2/formdata16.exp: Add tests.
7084
7085 2017-06-12 Tom Tromey <tom@tromey.com>
7086
7087 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
7088
7089 2017-06-12 Tom Tromey <tom@tromey.com>
7090
7091 PR exp/16225:
7092 * gdb.reverse/i386-sse-reverse.exp: Update tests.
7093 * gdb.arch/vsx-regs.exp: Update tests.
7094 * gdb.arch/s390-vregs.exp (hex128): New proc.
7095 Update test.
7096 * gdb.arch/altivec-regs.exp: Update tests.
7097
7098 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
7099
7100 * gdb.base/startup-with-shell.c: New file.
7101 * gdb.base/startup-with-shell.exp: Likewise.
7102
7103 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
7104
7105 * gdb.server/non-existing-program.exp: Update regex in order to
7106 reflect the fact that gdbserver is now using fork_inferior (with a
7107 shell) to startup the inferior.
7108
7109 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
7110
7111 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
7112 support function calls from GDB.
7113
7114 2017-05-21 Tom Tromey <tom@tromey.com>
7115
7116 PR rust/21466:
7117 * gdb.rust/unsized.exp: New file.
7118 * gdb.rust/unsized.rs: New file.
7119
7120 2017-05-19 Tom Tromey <tom@tromey.com>
7121
7122 PR rust/21484:
7123 * gdb.rust/watch.exp: New file.
7124 * gdb.rust/watch.rs: New file.
7125
7126 2017-05-18 Tom Tromey <tom@tromey.com>
7127
7128 * gdb.rust/simple.exp: Allow Box to be qualified.
7129
7130 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
7131
7132 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
7133
7134 2017-05-18 Pedro Alves <palves@redhat.com>
7135
7136 * gdb.base/fileio.c (test_write, test_read, test_close)
7137 (test_fstat): Don't print 'ret' in the fail path.
7138
7139 2017-05-18 Pedro Alves <palves@redhat.com>
7140
7141 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
7142 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
7143 (test_system, test_rename, test_unlink, test_time): Change
7144 prototypes.
7145 * gdb.base/fileio.exp (stop_msg): Adjust.
7146
7147 2017-05-18 Pedro Alves <palves@redhat.com>
7148
7149 * gdb.base/fileio.c (null_str): New global.
7150 (test_stat): Use it.
7151 * gdb.base/fileio.exp: Remove nowarnings.
7152
7153 2017-05-17 Yao Qi <yao.qi@linaro.org>
7154
7155 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
7156
7157 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
7158
7159 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
7160 argument command.
7161 (top-level): Invoke test_set_inferior_tty.
7162
7163 2017-05-04 Pedro Alves <palves@redhat.com>
7164
7165 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
7166 Add parens to print call for Python 3.
7167
7168 2017-05-03 Keith Seitz <keiths@redhat.com>
7169
7170 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
7171 (main): Call it.
7172
7173 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7174
7175 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
7176 to prev and next.
7177
7178 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7179
7180 * gdb.python/py-record-btrace.exp: Remove test for
7181 gdb.BtraceInstruction.error.
7182
7183 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7184
7185 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
7186
7187 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7188
7189 * gdb.python/py-record-btrace-threads.c: New file.
7190 * gdb.python/py-record-btrace-threads.exp: New file.
7191
7192 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
7193
7194 PR testsuite/8595
7195 * gdb.base/environ.exp: Make test available in all architectures.
7196 Move bits related to "info program" testing to
7197 gdb.base/info-program.exp. Rewrite tests to use the two new
7198 procedures mentione below.
7199 (test_set_show_env_var) New procedure.
7200 (test_set_show_env_var_equal): Likewise.
7201 * gdb.base/info-program.exp: New file.
7202
7203 2017-04-27 Keith Seitz <keiths@redhat.com>
7204
7205 * gdb.cp/oranking.cc (test15): New function.
7206 (main): Call test15 and declare additional variables for testing.
7207 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
7208 "p foo101('abc')" tests.
7209 Add tests for cv qualifier overloads.
7210 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
7211 "lvalue reference overload" test.
7212 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
7213 "print value of f1 on Child&& in f2" test.
7214
7215 2017-04-19 Pedro Alves <palves@redhat.com>
7216
7217 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
7218 procedure.
7219 (top level): Call it.
7220 * lib/gdb.exp (gdb_define_cmd): New procedure.
7221
7222 2017-04-12 Pedro Alves <palves@redhat.com>
7223
7224 PR gdb/21323
7225 * gdb.cp/wide_char_types.c: Include <wchar.h>.
7226 (wchar): New global.
7227 * gdb.cp/wide_char_types.exp (wide_char_types_program)
7228 (do_test_wide_char, wide_char_types_no_program, top level): Add
7229 wchar_t testing.
7230
7231 2017-04-12 Pedro Alves <palves@redhat.com>
7232
7233 PR c++/21323
7234 * gdb.cp/wide_char_types.c: New file.
7235 * gdb.cp/wide_char_types.exp: New file.
7236
7237 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
7238
7239 PR gdb/21352
7240 * gdb.trace/tsv.exp: Add test for "tsave -r".
7241
7242 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
7243
7244 * gdb.dlang/watch-loc.c: New file.
7245 * gdb.dlang/watch-loc.exp: New file.
7246
7247 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7248
7249 * gdb.python/py-section-script.exp (sepdebug): New testcases.
7250
7251 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
7252
7253 * gdb.arch/arc-analyze-prologue.S: New file.
7254 * gdb.arch/arc-analyze-prologue.exp: Likewise.
7255
7256 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
7257
7258 * gdb.arch/arc-decode-insn.S: New file.
7259 * gdb.arch/arc-decode-insn.exp: Likewise.
7260
7261 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
7262
7263 PR tdep/20928
7264 * gdb.arch/sparc64-regs.exp: New file.
7265 * gdb.arch/sparc64-regs.S: Likewise.
7266
7267 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
7268
7269 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
7270 and memory view on Python 3.
7271
7272 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
7273 Keith Seitz <keiths@redhat.com>
7274
7275 PR gdb/14441
7276 * gdb.cp/demangle.exp: Add rvalue reference tests.
7277 * gdb.cp/rvalue-ref-casts.cc: New file.
7278 * gdb.cp/rvalue-ref-casts.exp: New file.
7279 * gdb.cp/rvalue-ref-overload.cc: New file.
7280 * gdb.cp/rvalue-ref-overload.exp: New file.
7281 * gdb.cp/rvalue-ref-params.cc: New file.
7282 * gdb.cp/rvalue-ref-params.exp: New file.
7283 * gdb.cp/rvalue-ref-sizeof.cc: New file.
7284 * gdb.cp/rvalue-ref-sizeof.exp: New file.
7285 * gdb.cp/rvalue-ref-types.cc: New file.
7286 * gdb.cp/rvalue-ref-types.exp: New file.
7287 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
7288 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
7289
7290 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
7291
7292 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
7293 New procedure.
7294
7295 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
7296
7297 * lib/mi-support.exp (mi_gdb_test): Add additional message
7298 for unexpected output.
7299
7300 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
7301
7302 * gdb.base/examine-backward.c (Barrier): New character array
7303 constant, to ensure that TestStrings is preceded by a string
7304 terminator.
7305
7306 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7307
7308 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
7309 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
7310 and implicit pointer into such a location.
7311
7312 2017-03-16 Doug Evans <dje@google.com>
7313
7314 * gdb.python/py-lazy-string (pointer): Really add new typedef.
7315
7316 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
7317
7318 * gdb.cp/m-static.exp: Fix expectation for prototype of
7319 test5.single_constructor and single_constructor::single_constructor.
7320
7321 2017-03-16 Doug Evans <dje@google.com>
7322
7323 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
7324 * gdb.guile/scm-lazy-string.c: New file.
7325 * gdb.guile/scm-value.exp: Move lazy string tests to ...
7326 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
7327 for pointer, array, typedef lazy strings.
7328
7329 2017-03-16 Doug Evans <dje@google.com>
7330
7331 PR python/17728, python/18439, python/18779
7332 * gdb.python/py-value.c (main) Delete locals sptr, sn.
7333 * gdb.python/py-lazy-string.c (pointer): New typedef.
7334 (main): New locals ptr, array, typedef_ptr.
7335 * gdb.python/py-value.exp: Move lazy string tests to ...
7336 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
7337 array, typedef lazy strings.
7338
7339 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
7340
7341 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
7342 Add optional 'test' parameter.
7343
7344 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
7345
7346 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
7347 Skip for versions of DejaGnu < 1.5.
7348
7349 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
7350
7351 * lib/gdb.exp (dejagnu_version): New proc.
7352 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
7353 Use dejagnu_version.
7354
7355 2017-03-10 Keith Seitz <keiths@redhat.com>
7356
7357 PR c++/8128
7358 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
7359 type from destructor regexps.
7360 Add a branch which actually passes the test.
7361 Adjust "ptype t5i" test names.
7362
7363 2017-03-08 Pedro Alves <palves@redhat.com>
7364
7365 * gdb.base/step-over-exit.exp: Add explicit test message.
7366
7367 2017-03-08 Pedro Alves <palves@redhat.com>
7368
7369 PR gdb/18360
7370 * gdb.threads/interrupt-while-step-over.c: New file.
7371 * gdb.threads/interrupt-while-step-over.exp: New file.
7372
7373 2017-03-08 Pedro Alves <palves@redhat.com>
7374
7375 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
7376 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
7377
7378 2017-03-08 Pedro Alves <palves@redhat.com>
7379
7380 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
7381 PKRU as not supported as a PASS.
7382
7383 2017-03-08 Pedro Alves <palves@redhat.com>
7384
7385 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
7386 prefix instead of $binfile1/$binfile2.
7387 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
7388 in test message.
7389 * gdb.python/py-completion.exp: Use "load python file" as test
7390 messages instead of unstable path names.
7391
7392 2017-03-08 Pedro Alves <palves@redhat.com>
7393 Jan Kratochvil <jan.kratochvil@redhat.com>
7394
7395 PR cli/21218
7396 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
7397 New proc.
7398 (top level): Call it.
7399
7400 2017-03-08 Pedro Alves <palves@redhat.com>
7401
7402 PR tui/21216
7403 * gdb.tui/tui-nl-filtered-output.exp: New file.
7404
7405 2017-03-08 Pedro Alves <palves@redhat.com>
7406
7407 * gdb.base/completion.exp: Move TUI completion tests to ...
7408 * gdb.tui/completion.exp: ... this new file.
7409
7410 2017-03-08 Pedro Alves <palves@redhat.com>
7411
7412 * gdb.base/tui-disasm-long-lines.c,
7413 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
7414 gdb.base/tui-layout.exp: Move to ...
7415 * gdb.tui/: ... this new directory.
7416
7417 2017-03-07 Pedro Alves <palves@redhat.com>
7418
7419 * gdb.base/tui-layout.c: New file.
7420 * gdb.base/tui-layout.exp: New file.
7421
7422 2017-03-07 Pedro Alves <palves@redhat.com>
7423
7424 * gdb.base/tui-layout.c: Rename to ...
7425 * gdb.base/tui-disasm-long-lines.c: ... this.
7426 * gdb.base/tui-layout.exp: Rename to ...
7427 * gdb.base/tui-disasm-long-lines.exp: ... this.
7428
7429 2017-03-07 Pedro Alves <palves@redhat.com>
7430
7431 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
7432
7433 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
7434
7435 * i386-mpx-call.c: New file.
7436 * i386-mpx-call.exp: New file.
7437
7438 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
7439
7440 * gdb.arch/powerpc-power.exp: Delete test.
7441 * gdb.arch/powerpc-power.s: Likewise.
7442 * gdb.disasm/disassembler-options.exp: New test.
7443 * gdb.arch/powerpc-altivec.exp: Likewise.
7444 * gdb.arch/powerpc-altivec.s: Likewise.
7445 * gdb.arch/powerpc-altivec2.exp: Likewise.
7446 * gdb.arch/powerpc-altivec2.s: Likewise.
7447 * gdb.arch/powerpc-altivec3.exp: Likewise.
7448 * gdb.arch/powerpc-altivec3.s: Likewise.
7449 * gdb.arch/powerpc-power7.exp: Likewise.
7450 * gdb.arch/powerpc-power7.s: Likewise.
7451 * gdb.arch/powerpc-power8.exp: Likewise.
7452 * gdb.arch/powerpc-power8.s: Likewise.
7453 * gdb.arch/powerpc-power9.exp: Likewise.
7454 * gdb.arch/powerpc-power9.s: Likewise.
7455 * gdb.arch/powerpc-vsx.exp: Likewise.
7456 * gdb.arch/powerpc-vsx.s: Likewise.
7457 * gdb.arch/powerpc-vsx2.exp: Likewise.
7458 * gdb.arch/powerpc-vsx2.s: Likewise.
7459 * gdb.arch/powerpc-vsx3.exp: Likewise.
7460 * gdb.arch/powerpc-vsx3.s: Likewise.
7461 * gdb.arch/arm-disassembler-options.exp: Likewise.
7462 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
7463 * gdb.arch/s390-disassembler-options.exp: Likewise.
7464
7465 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
7466
7467 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
7468 (check_supported_features): ... this. Changed return type to void.
7469 (supports_rdseed): New static global.
7470 (rdseed): Check supports_rdseed.
7471 (initialize): Call check_supported_features.
7472
7473 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7474
7475 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
7476 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
7477 and lqarx/stqcx.
7478 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
7479 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
7480
7481 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7482
7483 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
7484 uppercase.
7485
7486 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7487
7488 * gdb.dwarf2/formdata16.c: New file.
7489 * gdb.dwarf2/formdata16.exp: New file.
7490 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
7491
7492 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7493
7494 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
7495 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
7496 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
7497 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
7498 DW_AT_GNU_*.
7499
7500 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7501
7502 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
7503
7504 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
7505
7506 PR gdb/21164
7507 * gdb.base/maint.exp: Add testcases for when the commands do
7508 not have arguments.
7509
7510 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
7511
7512 * gdb.cp/chained-calls.exp: Use p instead of P.
7513
7514 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
7515
7516 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
7517 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
7518
7519 2017-02-14 Tom Tromey <tom@tromey.com>
7520
7521 PR python/13598:
7522 * gdb.python/py-events.exp: Add before_prompt event tests.
7523
7524 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7525
7526 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
7527
7528 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
7529
7530 * gdb.linespec/explicit.c (my_unique_function_name): New function.
7531 (main): Call my_unique_function_name.
7532 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
7533 completion of patterns with a single match.
7534 Add missing -re switches to gdb_test_multiple calls.
7535
7536 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
7537
7538 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
7539 return if core file is not recognized.
7540
7541 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
7542
7543 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
7544 and extra UIs.
7545
7546 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
7547
7548 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
7549 proc_with_prefix.
7550
7551 2017-02-10 Tom Tromey <tom@tromey.com>
7552
7553 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
7554
7555 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
7556
7557 PR gdb/21122
7558 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
7559
7560 2017-02-08 Jerome Guitton <guitton@adacore.com>
7561
7562 * gdb.base/define.exp: Add test for command abbreviations
7563 in define.
7564
7565 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
7566
7567 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
7568 * gdb.reverse/insn-reverse-x86.c: New file.
7569
7570 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
7571
7572 PR tdep/20936
7573 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
7574
7575 2017-02-03 Tom Tromey <tom@tromey.com>
7576
7577 PR rust/21097:
7578 * gdb.rust/simple.exp: Add new tests.
7579
7580 2017-02-02 Pedro Alves <palves@redhat.com>
7581
7582 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
7583 tests.
7584
7585 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
7586
7587 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
7588 taking a 2-byte value out of a 4-byte DWARF implicit value on
7589 big-endian targets.
7590 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
7591 logic. Add test cases for DW_OP_implicit.
7592
7593 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7594
7595 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
7596
7597 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7598
7599 * gdb.btrace/enable.exp: Call gdb_exit before
7600 skip_gdbserver_tests.
7601
7602 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7603
7604 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
7605 GDBFLAGS.
7606
7607 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7608
7609 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
7610 the test is skipped.
7611 * gdb.btrace/data.exp: Likewise.
7612 * gdb.btrace/delta.exp: Likewise.
7613 * gdb.btrace/dlopen.exp: Likewise.
7614 * gdb.btrace/enable-running.exp: Likewise.
7615 * gdb.btrace/enable.exp: Likewise.
7616 * gdb.btrace/exception.exp: Likewise.
7617 * gdb.btrace/function_call_history.exp: Likewise.
7618 * gdb.btrace/gcore.exp: Likewise.
7619 * gdb.btrace/instruction_history.exp: Likewise.
7620 * gdb.btrace/multi-thread-step.exp: Likewise.
7621 * gdb.btrace/nohist.exp: Likewise.
7622 * gdb.btrace/non-stop.exp: Likewise.
7623 * gdb.btrace/reconnect.exp: Likewise.
7624 * gdb.btrace/record_goto-step.exp: Likewise.
7625 * gdb.btrace/record_goto.exp: Likewise.
7626 * gdb.btrace/rn-dl-bind.exp: Likewise.
7627 * gdb.btrace/segv.exp: Likewise.
7628 * gdb.btrace/step.exp: Likewise.
7629 * gdb.btrace/stepi.exp: Likewise.
7630 * gdb.btrace/tailcall-only.exp: Likewise.
7631 * gdb.btrace/tailcall.exp: Likewise.
7632 * gdb.btrace/tsx.exp: Likewise.
7633 * gdb.btrace/unknown_functions.exp: Likewise.
7634 * gdb.btrace/vdso.exp: Likewise.
7635
7636 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7637
7638 * gdb.btrace/enable-running.c: New.
7639 * gdb.btrace/enable-running.exp: New.
7640
7641 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
7642
7643 * gdb.arch/amd64-gs_base.c: New file.
7644 * gdb.arch/amd64-gs_base.exp: New file.
7645
7646 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
7647
7648 * lib/memory.exp: Remove spurious empty newlines.
7649
7650 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
7651
7652 * gdb.python/py-bad-printers.exp: Load python file using "source".
7653 * gdb.python/py-events.exp: Likewise.
7654 * gdb.python/py-evsignal.exp: Likewise.
7655 * gdb.python/py-evthreads.exp: Likewise.
7656 * gdb.python/py-frame-args.exp: Likewise.
7657 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
7658 * gdb.python/py-framefilter-mi.exp: Likewise.
7659 * gdb.python/py-framefilter.exp: Likewise.
7660 * gdb.python/py-mi.exp: Likewise.
7661 * gdb.python/py-pp-maint.exp: Likewise.
7662 * gdb.python/py-pp-registration.exp: Likewise.
7663 * gdb.python/py-prettyprint.exp: Likewise.
7664 (run_lang_tests): Likewise.
7665 * gdb.python/py-typeprint.exp: Likewise.
7666
7667 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
7668
7669 * lib/memory.exp: New file.
7670 * lib/gdb.exp: Load memory.exp.
7671 * gdb.base/memattr.exp (delete_memory): Move proc to
7672 lib/memory.exp and rename to delete_memory_regions.
7673 Replace delete_memory with delete_memory_regions.
7674 Cleanup memory regions before tests.
7675 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
7676 before tests.
7677
7678 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
7679
7680 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
7681 files.
7682 (initialize): New function conditionally defined.
7683 (testcases): Move within conditional block.
7684 (main): Call initialize.
7685 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
7686 of gdb.reverse/insn-reverse.c.
7687 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
7688 gdb.reverse/insn-reverse.c.
7689
7690 2017-01-26 Yao Qi <yao.qi@linaro.org>
7691
7692 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
7693 disassemble on address 0.
7694
7695 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
7696 Yao Qi <yao.qi@linaro.org>
7697
7698 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
7699 * gdb.dwarf2/implptr-64bit.S: Remove.
7700 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
7701 variables in caller's context. Add DW_OP_implicit_value.
7702
7703 2017-01-25 Yao Qi <yao.qi@linaro.org>
7704
7705 * lib/dwarf.exp (Dwarf::_location): Handle
7706 DW_OP_GNU_implicit_pointer with proper size.
7707
7708 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
7709
7710 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
7711 and add untested calls.
7712
7713 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
7714
7715 * gdb.python/python.exp: Check line number against what GDB thinks
7716 the line number is for func1.
7717
7718 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
7719
7720 * gdb.dlang/debug-expr.exp: New file.
7721
7722 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
7723
7724 Fix test names for the following files:
7725
7726 * gdb.ada/exec_changed.exp
7727 * gdb.ada/info_types.exp
7728 * gdb.arch/aarch64-atomic-inst.exp
7729 * gdb.arch/aarch64-fp.exp
7730 * gdb.arch/altivec-abi.exp
7731 * gdb.arch/altivec-regs.exp
7732 * gdb.arch/amd64-byte.exp
7733 * gdb.arch/amd64-disp-step.exp
7734 * gdb.arch/amd64-dword.exp
7735 * gdb.arch/amd64-entry-value-inline.exp
7736 * gdb.arch/amd64-entry-value-param.exp
7737 * gdb.arch/amd64-entry-value-paramref.exp
7738 * gdb.arch/amd64-entry-value.exp
7739 * gdb.arch/amd64-i386-address.exp
7740 * gdb.arch/amd64-invalid-stack-middle.exp
7741 * gdb.arch/amd64-invalid-stack-top.exp
7742 * gdb.arch/amd64-optimout-repeat.exp
7743 * gdb.arch/amd64-prologue-skip.exp
7744 * gdb.arch/amd64-prologue-xmm.exp
7745 * gdb.arch/amd64-stap-special-operands.exp
7746 * gdb.arch/amd64-stap-wrong-subexp.exp
7747 * gdb.arch/amd64-tailcall-cxx.exp
7748 * gdb.arch/amd64-tailcall-noret.exp
7749 * gdb.arch/amd64-tailcall-ret.exp
7750 * gdb.arch/amd64-tailcall-self.exp
7751 * gdb.arch/amd64-word.exp
7752 * gdb.arch/arm-bl-branch-dest.exp
7753 * gdb.arch/arm-disp-step.exp
7754 * gdb.arch/arm-neon.exp
7755 * gdb.arch/arm-single-step-kernel-helper.exp
7756 * gdb.arch/avr-flash-qualifier.exp
7757 * gdb.arch/disp-step-insn-reloc.exp
7758 * gdb.arch/e500-abi.exp
7759 * gdb.arch/e500-regs.exp
7760 * gdb.arch/ftrace-insn-reloc.exp
7761 * gdb.arch/i386-avx512.exp
7762 * gdb.arch/i386-bp_permanent.exp
7763 * gdb.arch/i386-byte.exp
7764 * gdb.arch/i386-cfi-notcurrent.exp
7765 * gdb.arch/i386-disp-step.exp
7766 * gdb.arch/i386-dr3-watch.exp
7767 * gdb.arch/i386-float.exp
7768 * gdb.arch/i386-gnu-cfi.exp
7769 * gdb.arch/i386-mpx-map.exp
7770 * gdb.arch/i386-mpx-sigsegv.exp
7771 * gdb.arch/i386-mpx-simple_segv.exp
7772 * gdb.arch/i386-mpx.exp
7773 * gdb.arch/i386-permbkpt.exp
7774 * gdb.arch/i386-prologue.exp
7775 * gdb.arch/i386-signal.exp
7776 * gdb.arch/i386-size-overlap.exp
7777 * gdb.arch/i386-unwind.exp
7778 * gdb.arch/i386-word.exp
7779 * gdb.arch/mips-fcr.exp
7780 * gdb.arch/powerpc-d128-regs.exp
7781 * gdb.arch/powerpc-stackless.exp
7782 * gdb.arch/ppc64-atomic-inst.exp
7783 * gdb.arch/s390-stackless.exp
7784 * gdb.arch/s390-tdbregs.exp
7785 * gdb.arch/s390-vregs.exp
7786 * gdb.arch/sparc-sysstep.exp
7787 * gdb.arch/thumb-bx-pc.exp
7788 * gdb.arch/thumb-singlestep.exp
7789 * gdb.arch/thumb2-it.exp
7790 * gdb.arch/vsx-regs.exp
7791 * gdb.asm/asm-source.exp
7792 * gdb.base/a2-run.exp
7793 * gdb.base/advance.exp
7794 * gdb.base/all-bin.exp
7795 * gdb.base/anon.exp
7796 * gdb.base/args.exp
7797 * gdb.base/arithmet.exp
7798 * gdb.base/async-shell.exp
7799 * gdb.base/async.exp
7800 * gdb.base/attach-pie-noexec.exp
7801 * gdb.base/attach-twice.exp
7802 * gdb.base/auto-load.exp
7803 * gdb.base/bang.exp
7804 * gdb.base/bitfields.exp
7805 * gdb.base/break-always.exp
7806 * gdb.base/break-caller-line.exp
7807 * gdb.base/break-entry.exp
7808 * gdb.base/break-inline.exp
7809 * gdb.base/break-on-linker-gcd-function.exp
7810 * gdb.base/break-probes.exp
7811 * gdb.base/break.exp
7812 * gdb.base/breakpoint-shadow.exp
7813 * gdb.base/call-ar-st.exp
7814 * gdb.base/call-sc.exp
7815 * gdb.base/call-signal-resume.exp
7816 * gdb.base/call-strs.exp
7817 * gdb.base/callfuncs.exp
7818 * gdb.base/catch-fork-static.exp
7819 * gdb.base/catch-gdb-caused-signals.exp
7820 * gdb.base/catch-load.exp
7821 * gdb.base/catch-signal-fork.exp
7822 * gdb.base/catch-signal.exp
7823 * gdb.base/catch-syscall.exp
7824 * gdb.base/charset.exp
7825 * gdb.base/checkpoint.exp
7826 * gdb.base/chng-syms.exp
7827 * gdb.base/code-expr.exp
7828 * gdb.base/code_elim.exp
7829 * gdb.base/commands.exp
7830 * gdb.base/completion.exp
7831 * gdb.base/complex.exp
7832 * gdb.base/cond-expr.exp
7833 * gdb.base/condbreak.exp
7834 * gdb.base/consecutive.exp
7835 * gdb.base/continue-all-already-running.exp
7836 * gdb.base/coredump-filter.exp
7837 * gdb.base/corefile.exp
7838 * gdb.base/dbx.exp
7839 * gdb.base/debug-expr.exp
7840 * gdb.base/define.exp
7841 * gdb.base/del.exp
7842 * gdb.base/disabled-location.exp
7843 * gdb.base/disasm-end-cu.exp
7844 * gdb.base/disasm-optim.exp
7845 * gdb.base/display.exp
7846 * gdb.base/duplicate-bp.exp
7847 * gdb.base/ena-dis-br.exp
7848 * gdb.base/ending-run.exp
7849 * gdb.base/enumval.exp
7850 * gdb.base/environ.exp
7851 * gdb.base/eu-strip-infcall.exp
7852 * gdb.base/eval-avoid-side-effects.exp
7853 * gdb.base/eval-skip.exp
7854 * gdb.base/exitsignal.exp
7855 * gdb.base/expand-psymtabs.exp
7856 * gdb.base/filesym.exp
7857 * gdb.base/find-unmapped.exp
7858 * gdb.base/finish.exp
7859 * gdb.base/float.exp
7860 * gdb.base/foll-exec-mode.exp
7861 * gdb.base/foll-exec.exp
7862 * gdb.base/foll-fork.exp
7863 * gdb.base/fortran-sym-case.exp
7864 * gdb.base/freebpcmd.exp
7865 * gdb.base/func-ptr.exp
7866 * gdb.base/func-ptrs.exp
7867 * gdb.base/funcargs.exp
7868 * gdb.base/gcore-buffer-overflow.exp
7869 * gdb.base/gcore-relro-pie.exp
7870 * gdb.base/gcore-relro.exp
7871 * gdb.base/gcore.exp
7872 * gdb.base/gdb1090.exp
7873 * gdb.base/gdb11530.exp
7874 * gdb.base/gdb11531.exp
7875 * gdb.base/gdb1821.exp
7876 * gdb.base/gdbindex-stabs.exp
7877 * gdb.base/gdbvars.exp
7878 * gdb.base/hbreak.exp
7879 * gdb.base/hbreak2.exp
7880 * gdb.base/included.exp
7881 * gdb.base/infcall-input.exp
7882 * gdb.base/inferior-died.exp
7883 * gdb.base/infnan.exp
7884 * gdb.base/info-macros.exp
7885 * gdb.base/info-os.exp
7886 * gdb.base/info-proc.exp
7887 * gdb.base/info-shared.exp
7888 * gdb.base/info-target.exp
7889 * gdb.base/infoline.exp
7890 * gdb.base/interp.exp
7891 * gdb.base/interrupt.exp
7892 * gdb.base/jit-reader.exp
7893 * gdb.base/jit-simple.exp
7894 * gdb.base/kill-after-signal.exp
7895 * gdb.base/kill-detach-inferiors-cmd.exp
7896 * gdb.base/label.exp
7897 * gdb.base/langs.exp
7898 * gdb.base/ldbl_e308.exp
7899 * gdb.base/line-symtabs.exp
7900 * gdb.base/linespecs.exp
7901 * gdb.base/list.exp
7902 * gdb.base/long_long.exp
7903 * gdb.base/longest-types.exp
7904 * gdb.base/maint.exp
7905 * gdb.base/max-value-size.exp
7906 * gdb.base/memattr.exp
7907 * gdb.base/mips_pro.exp
7908 * gdb.base/morestack.exp
7909 * gdb.base/moribund-step.exp
7910 * gdb.base/multi-forks.exp
7911 * gdb.base/nested-addr.exp
7912 * gdb.base/nextoverexit.exp
7913 * gdb.base/noreturn-finish.exp
7914 * gdb.base/noreturn-return.exp
7915 * gdb.base/nostdlib.exp
7916 * gdb.base/offsets.exp
7917 * gdb.base/opaque.exp
7918 * gdb.base/pc-fp.exp
7919 * gdb.base/permissions.exp
7920 * gdb.base/print-symbol-loading.exp
7921 * gdb.base/prologue-include.exp
7922 * gdb.base/psymtab.exp
7923 * gdb.base/ptype.exp
7924 * gdb.base/random-signal.exp
7925 * gdb.base/randomize.exp
7926 * gdb.base/range-stepping.exp
7927 * gdb.base/readline-ask.exp
7928 * gdb.base/recpar.exp
7929 * gdb.base/recurse.exp
7930 * gdb.base/relational.exp
7931 * gdb.base/restore.exp
7932 * gdb.base/return-nodebug.exp
7933 * gdb.base/return.exp
7934 * gdb.base/run-after-attach.exp
7935 * gdb.base/save-bp.exp
7936 * gdb.base/scope.exp
7937 * gdb.base/sect-cmd.exp
7938 * gdb.base/set-lang-auto.exp
7939 * gdb.base/set-noassign.exp
7940 * gdb.base/setvar.exp
7941 * gdb.base/sigall.exp
7942 * gdb.base/sigbpt.exp
7943 * gdb.base/siginfo-addr.exp
7944 * gdb.base/siginfo-infcall.exp
7945 * gdb.base/siginfo-obj.exp
7946 * gdb.base/siginfo.exp
7947 * gdb.base/signals-state-child.exp
7948 * gdb.base/signest.exp
7949 * gdb.base/sigstep.exp
7950 * gdb.base/sizeof.exp
7951 * gdb.base/skip.exp
7952 * gdb.base/solib-corrupted.exp
7953 * gdb.base/solib-nodir.exp
7954 * gdb.base/solib-search.exp
7955 * gdb.base/stack-checking.exp
7956 * gdb.base/stale-infcall.exp
7957 * gdb.base/stap-probe.exp
7958 * gdb.base/start.exp
7959 * gdb.base/step-break.exp
7960 * gdb.base/step-bt.exp
7961 * gdb.base/step-line.exp
7962 * gdb.base/step-over-exit.exp
7963 * gdb.base/step-over-syscall.exp
7964 * gdb.base/step-resume-infcall.exp
7965 * gdb.base/step-test.exp
7966 * gdb.base/store.exp
7967 * gdb.base/structs3.exp
7968 * gdb.base/sym-file.exp
7969 * gdb.base/symbol-without-target_section.exp
7970 * gdb.base/term.exp
7971 * gdb.base/testenv.exp
7972 * gdb.base/ui-redirect.exp
7973 * gdb.base/until.exp
7974 * gdb.base/unwindonsignal.exp
7975 * gdb.base/value-double-free.exp
7976 * gdb.base/vla-datatypes.exp
7977 * gdb.base/vla-ptr.exp
7978 * gdb.base/vla-sideeffect.exp
7979 * gdb.base/volatile.exp
7980 * gdb.base/watch-cond-infcall.exp
7981 * gdb.base/watch-cond.exp
7982 * gdb.base/watch-non-mem.exp
7983 * gdb.base/watch-read.exp
7984 * gdb.base/watch-vfork.exp
7985 * gdb.base/watchpoint-cond-gone.exp
7986 * gdb.base/watchpoint-delete.exp
7987 * gdb.base/watchpoint-hw-hit-once.exp
7988 * gdb.base/watchpoint-hw.exp
7989 * gdb.base/watchpoint-stops-at-right-insn.exp
7990 * gdb.base/watchpoints.exp
7991 * gdb.base/wchar.exp
7992 * gdb.base/whatis-exp.exp
7993 * gdb.btrace/buffer-size.exp
7994 * gdb.btrace/data.exp
7995 * gdb.btrace/delta.exp
7996 * gdb.btrace/dlopen.exp
7997 * gdb.btrace/enable.exp
7998 * gdb.btrace/exception.exp
7999 * gdb.btrace/function_call_history.exp
8000 * gdb.btrace/gcore.exp
8001 * gdb.btrace/instruction_history.exp
8002 * gdb.btrace/nohist.exp
8003 * gdb.btrace/reconnect.exp
8004 * gdb.btrace/record_goto-step.exp
8005 * gdb.btrace/record_goto.exp
8006 * gdb.btrace/rn-dl-bind.exp
8007 * gdb.btrace/segv.exp
8008 * gdb.btrace/step.exp
8009 * gdb.btrace/stepi.exp
8010 * gdb.btrace/tailcall-only.exp
8011 * gdb.btrace/tailcall.exp
8012 * gdb.btrace/tsx.exp
8013 * gdb.btrace/unknown_functions.exp
8014 * gdb.btrace/vdso.exp
8015 * gdb.compile/compile-ifunc.exp
8016 * gdb.compile/compile-ops.exp
8017 * gdb.compile/compile-print.exp
8018 * gdb.compile/compile-setjmp.exp
8019 * gdb.cp/abstract-origin.exp
8020 * gdb.cp/ambiguous.exp
8021 * gdb.cp/annota2.exp
8022 * gdb.cp/annota3.exp
8023 * gdb.cp/anon-ns.exp
8024 * gdb.cp/anon-struct.exp
8025 * gdb.cp/anon-union.exp
8026 * gdb.cp/arg-reference.exp
8027 * gdb.cp/baseenum.exp
8028 * gdb.cp/bool.exp
8029 * gdb.cp/breakpoint.exp
8030 * gdb.cp/bs15503.exp
8031 * gdb.cp/call-c.exp
8032 * gdb.cp/casts.exp
8033 * gdb.cp/chained-calls.exp
8034 * gdb.cp/class2.exp
8035 * gdb.cp/classes.exp
8036 * gdb.cp/cmpd-minsyms.exp
8037 * gdb.cp/converts.exp
8038 * gdb.cp/cp-relocate.exp
8039 * gdb.cp/cpcompletion.exp
8040 * gdb.cp/cpexprs.exp
8041 * gdb.cp/cplabel.exp
8042 * gdb.cp/cplusfuncs.exp
8043 * gdb.cp/cpsizeof.exp
8044 * gdb.cp/ctti.exp
8045 * gdb.cp/derivation.exp
8046 * gdb.cp/destrprint.exp
8047 * gdb.cp/dispcxx.exp
8048 * gdb.cp/enum-class.exp
8049 * gdb.cp/exception.exp
8050 * gdb.cp/exceptprint.exp
8051 * gdb.cp/expand-psymtabs-cxx.exp
8052 * gdb.cp/expand-sals.exp
8053 * gdb.cp/extern-c.exp
8054 * gdb.cp/filename.exp
8055 * gdb.cp/formatted-ref.exp
8056 * gdb.cp/fpointer.exp
8057 * gdb.cp/gdb1355.exp
8058 * gdb.cp/gdb2495.exp
8059 * gdb.cp/hang.exp
8060 * gdb.cp/impl-this.exp
8061 * gdb.cp/infcall-dlopen.exp
8062 * gdb.cp/inherit.exp
8063 * gdb.cp/iostream.exp
8064 * gdb.cp/koenig.exp
8065 * gdb.cp/local.exp
8066 * gdb.cp/m-data.exp
8067 * gdb.cp/m-static.exp
8068 * gdb.cp/mb-ctor.exp
8069 * gdb.cp/mb-inline.exp
8070 * gdb.cp/mb-templates.exp
8071 * gdb.cp/member-name.exp
8072 * gdb.cp/member-ptr.exp
8073 * gdb.cp/meth-typedefs.exp
8074 * gdb.cp/method.exp
8075 * gdb.cp/method2.exp
8076 * gdb.cp/minsym-fallback.exp
8077 * gdb.cp/misc.exp
8078 * gdb.cp/namelessclass.exp
8079 * gdb.cp/namespace-enum.exp
8080 * gdb.cp/namespace-nested-import.exp
8081 * gdb.cp/namespace.exp
8082 * gdb.cp/nextoverthrow.exp
8083 * gdb.cp/no-dmgl-verbose.exp
8084 * gdb.cp/non-trivial-retval.exp
8085 * gdb.cp/noparam.exp
8086 * gdb.cp/nsdecl.exp
8087 * gdb.cp/nsimport.exp
8088 * gdb.cp/nsnested.exp
8089 * gdb.cp/nsnoimports.exp
8090 * gdb.cp/nsrecurs.exp
8091 * gdb.cp/nsstress.exp
8092 * gdb.cp/nsusing.exp
8093 * gdb.cp/operator.exp
8094 * gdb.cp/oranking.exp
8095 * gdb.cp/overload-const.exp
8096 * gdb.cp/overload.exp
8097 * gdb.cp/ovldbreak.exp
8098 * gdb.cp/ovsrch.exp
8099 * gdb.cp/paren-type.exp
8100 * gdb.cp/parse-lang.exp
8101 * gdb.cp/pass-by-ref.exp
8102 * gdb.cp/pr-1023.exp
8103 * gdb.cp/pr-1210.exp
8104 * gdb.cp/pr-574.exp
8105 * gdb.cp/pr10687.exp
8106 * gdb.cp/pr12028.exp
8107 * gdb.cp/pr17132.exp
8108 * gdb.cp/pr17494.exp
8109 * gdb.cp/pr9067.exp
8110 * gdb.cp/pr9167.exp
8111 * gdb.cp/pr9631.exp
8112 * gdb.cp/printmethod.exp
8113 * gdb.cp/psmang.exp
8114 * gdb.cp/psymtab-parameter.exp
8115 * gdb.cp/ptype-cv-cp.exp
8116 * gdb.cp/ptype-flags.exp
8117 * gdb.cp/re-set-overloaded.exp
8118 * gdb.cp/ref-types.exp
8119 * gdb.cp/rtti.exp
8120 * gdb.cp/scope-err.exp
8121 * gdb.cp/shadow.exp
8122 * gdb.cp/smartp.exp
8123 * gdb.cp/static-method.exp
8124 * gdb.cp/static-print-quit.exp
8125 * gdb.cp/temargs.exp
8126 * gdb.cp/templates.exp
8127 * gdb.cp/try_catch.exp
8128 * gdb.cp/typedef-operator.exp
8129 * gdb.cp/typeid.exp
8130 * gdb.cp/userdef.exp
8131 * gdb.cp/using-crash.exp
8132 * gdb.cp/var-tag.exp
8133 * gdb.cp/virtbase.exp
8134 * gdb.cp/virtfunc.exp
8135 * gdb.cp/virtfunc2.exp
8136 * gdb.cp/vla-cxx.exp
8137 * gdb.disasm/t01_mov.exp
8138 * gdb.disasm/t02_mova.exp
8139 * gdb.disasm/t03_add.exp
8140 * gdb.disasm/t04_sub.exp
8141 * gdb.disasm/t05_cmp.exp
8142 * gdb.disasm/t06_ari2.exp
8143 * gdb.disasm/t07_ari3.exp
8144 * gdb.disasm/t08_or.exp
8145 * gdb.disasm/t09_xor.exp
8146 * gdb.disasm/t10_and.exp
8147 * gdb.disasm/t11_logs.exp
8148 * gdb.disasm/t12_bit.exp
8149 * gdb.disasm/t13_otr.exp
8150 * gdb.dlang/circular.exp
8151 * gdb.dwarf2/arr-stride.exp
8152 * gdb.dwarf2/arr-subrange.exp
8153 * gdb.dwarf2/atomic-type.exp
8154 * gdb.dwarf2/bad-regnum.exp
8155 * gdb.dwarf2/bitfield-parent-optimized-out.exp
8156 * gdb.dwarf2/callframecfa.exp
8157 * gdb.dwarf2/clztest.exp
8158 * gdb.dwarf2/corrupt.exp
8159 * gdb.dwarf2/data-loc.exp
8160 * gdb.dwarf2/dup-psym.exp
8161 * gdb.dwarf2/dw2-anon-mptr.exp
8162 * gdb.dwarf2/dw2-anonymous-func.exp
8163 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
8164 * gdb.dwarf2/dw2-bad-unresolved.exp
8165 * gdb.dwarf2/dw2-basic.exp
8166 * gdb.dwarf2/dw2-canonicalize-type.exp
8167 * gdb.dwarf2/dw2-case-insensitive.exp
8168 * gdb.dwarf2/dw2-common-block.exp
8169 * gdb.dwarf2/dw2-compdir-oldgcc.exp
8170 * gdb.dwarf2/dw2-compressed.exp
8171 * gdb.dwarf2/dw2-const.exp
8172 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
8173 * gdb.dwarf2/dw2-cu-size.exp
8174 * gdb.dwarf2/dw2-dup-frame.exp
8175 * gdb.dwarf2/dw2-entry-value.exp
8176 * gdb.dwarf2/dw2-icycle.exp
8177 * gdb.dwarf2/dw2-ifort-parameter.exp
8178 * gdb.dwarf2/dw2-inline-break.exp
8179 * gdb.dwarf2/dw2-inline-param.exp
8180 * gdb.dwarf2/dw2-intercu.exp
8181 * gdb.dwarf2/dw2-intermix.exp
8182 * gdb.dwarf2/dw2-lexical-block-bare.exp
8183 * gdb.dwarf2/dw2-linkage-name-trust.exp
8184 * gdb.dwarf2/dw2-minsym-in-cu.exp
8185 * gdb.dwarf2/dw2-noloc.exp
8186 * gdb.dwarf2/dw2-op-call.exp
8187 * gdb.dwarf2/dw2-op-out-param.exp
8188 * gdb.dwarf2/dw2-opt-structptr.exp
8189 * gdb.dwarf2/dw2-param-error.exp
8190 * gdb.dwarf2/dw2-producer.exp
8191 * gdb.dwarf2/dw2-ranges-base.exp
8192 * gdb.dwarf2/dw2-ref-missing-frame.exp
8193 * gdb.dwarf2/dw2-reg-undefined.exp
8194 * gdb.dwarf2/dw2-regno-invalid.exp
8195 * gdb.dwarf2/dw2-restore.exp
8196 * gdb.dwarf2/dw2-restrict.exp
8197 * gdb.dwarf2/dw2-single-line-discriminators.exp
8198 * gdb.dwarf2/dw2-strp.exp
8199 * gdb.dwarf2/dw2-undefined-ret-addr.exp
8200 * gdb.dwarf2/dw2-unresolved.exp
8201 * gdb.dwarf2/dw2-var-zero-addr.exp
8202 * gdb.dwarf2/dw4-sig-types.exp
8203 * gdb.dwarf2/dwz.exp
8204 * gdb.dwarf2/dynarr-ptr.exp
8205 * gdb.dwarf2/enum-type.exp
8206 * gdb.dwarf2/gdb-index.exp
8207 * gdb.dwarf2/implptr-64bit.exp
8208 * gdb.dwarf2/implptr-optimized-out.exp
8209 * gdb.dwarf2/implptr.exp
8210 * gdb.dwarf2/implref-array.exp
8211 * gdb.dwarf2/implref-const.exp
8212 * gdb.dwarf2/implref-global.exp
8213 * gdb.dwarf2/implref-struct.exp
8214 * gdb.dwarf2/mac-fileno.exp
8215 * gdb.dwarf2/main-subprogram.exp
8216 * gdb.dwarf2/member-ptr-forwardref.exp
8217 * gdb.dwarf2/method-ptr.exp
8218 * gdb.dwarf2/missing-sig-type.exp
8219 * gdb.dwarf2/nonvar-access.exp
8220 * gdb.dwarf2/opaque-type-lookup.exp
8221 * gdb.dwarf2/pieces-optimized-out.exp
8222 * gdb.dwarf2/pieces.exp
8223 * gdb.dwarf2/pr10770.exp
8224 * gdb.dwarf2/pr13961.exp
8225 * gdb.dwarf2/staticvirtual.exp
8226 * gdb.dwarf2/subrange.exp
8227 * gdb.dwarf2/symtab-producer.exp
8228 * gdb.dwarf2/trace-crash.exp
8229 * gdb.dwarf2/typeddwarf.exp
8230 * gdb.dwarf2/valop.exp
8231 * gdb.dwarf2/watch-notconst.exp
8232 * gdb.fortran/array-element.exp
8233 * gdb.fortran/charset.exp
8234 * gdb.fortran/common-block.exp
8235 * gdb.fortran/complex.exp
8236 * gdb.fortran/derived-type-function.exp
8237 * gdb.fortran/derived-type.exp
8238 * gdb.fortran/logical.exp
8239 * gdb.fortran/module.exp
8240 * gdb.fortran/multi-dim.exp
8241 * gdb.fortran/nested-funcs.exp
8242 * gdb.fortran/print-formatted.exp
8243 * gdb.fortran/subarray.exp
8244 * gdb.fortran/vla-alloc-assoc.exp
8245 * gdb.fortran/vla-datatypes.exp
8246 * gdb.fortran/vla-history.exp
8247 * gdb.fortran/vla-ptr-info.exp
8248 * gdb.fortran/vla-ptype-sub.exp
8249 * gdb.fortran/vla-ptype.exp
8250 * gdb.fortran/vla-sizeof.exp
8251 * gdb.fortran/vla-type.exp
8252 * gdb.fortran/vla-value-sub-arbitrary.exp
8253 * gdb.fortran/vla-value-sub-finish.exp
8254 * gdb.fortran/vla-value-sub.exp
8255 * gdb.fortran/vla-value.exp
8256 * gdb.fortran/whatis_type.exp
8257 * gdb.go/chan.exp
8258 * gdb.go/handcall.exp
8259 * gdb.go/hello.exp
8260 * gdb.go/integers.exp
8261 * gdb.go/methods.exp
8262 * gdb.go/package.exp
8263 * gdb.go/strings.exp
8264 * gdb.go/types.exp
8265 * gdb.go/unsafe.exp
8266 * gdb.guile/scm-arch.exp
8267 * gdb.guile/scm-block.exp
8268 * gdb.guile/scm-breakpoint.exp
8269 * gdb.guile/scm-cmd.exp
8270 * gdb.guile/scm-disasm.exp
8271 * gdb.guile/scm-equal.exp
8272 * gdb.guile/scm-frame-args.exp
8273 * gdb.guile/scm-frame-inline.exp
8274 * gdb.guile/scm-frame.exp
8275 * gdb.guile/scm-iterator.exp
8276 * gdb.guile/scm-math.exp
8277 * gdb.guile/scm-objfile.exp
8278 * gdb.guile/scm-ports.exp
8279 * gdb.guile/scm-symbol.exp
8280 * gdb.guile/scm-symtab.exp
8281 * gdb.guile/scm-value-cc.exp
8282 * gdb.guile/types-module.exp
8283 * gdb.linespec/break-ask.exp
8284 * gdb.linespec/cpexplicit.exp
8285 * gdb.linespec/explicit.exp
8286 * gdb.linespec/keywords.exp
8287 * gdb.linespec/linespec.exp
8288 * gdb.linespec/ls-dollar.exp
8289 * gdb.linespec/ls-errs.exp
8290 * gdb.linespec/skip-two.exp
8291 * gdb.linespec/thread.exp
8292 * gdb.mi/mi-async.exp
8293 * gdb.mi/mi-basics.exp
8294 * gdb.mi/mi-break.exp
8295 * gdb.mi/mi-catch-load.exp
8296 * gdb.mi/mi-cli.exp
8297 * gdb.mi/mi-cmd-param-changed.exp
8298 * gdb.mi/mi-console.exp
8299 * gdb.mi/mi-detach.exp
8300 * gdb.mi/mi-disassemble.exp
8301 * gdb.mi/mi-eval.exp
8302 * gdb.mi/mi-file-transfer.exp
8303 * gdb.mi/mi-file.exp
8304 * gdb.mi/mi-fill-memory.exp
8305 * gdb.mi/mi-inheritance-syntax-error.exp
8306 * gdb.mi/mi-linespec-err-cp.exp
8307 * gdb.mi/mi-logging.exp
8308 * gdb.mi/mi-memory-changed.exp
8309 * gdb.mi/mi-read-memory.exp
8310 * gdb.mi/mi-record-changed.exp
8311 * gdb.mi/mi-reg-undefined.exp
8312 * gdb.mi/mi-regs.exp
8313 * gdb.mi/mi-return.exp
8314 * gdb.mi/mi-reverse.exp
8315 * gdb.mi/mi-simplerun.exp
8316 * gdb.mi/mi-solib.exp
8317 * gdb.mi/mi-stack.exp
8318 * gdb.mi/mi-stepi.exp
8319 * gdb.mi/mi-syn-frame.exp
8320 * gdb.mi/mi-until.exp
8321 * gdb.mi/mi-var-block.exp
8322 * gdb.mi/mi-var-child.exp
8323 * gdb.mi/mi-var-cmd.exp
8324 * gdb.mi/mi-var-cp.exp
8325 * gdb.mi/mi-var-display.exp
8326 * gdb.mi/mi-var-invalidate.exp
8327 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
8328 * gdb.mi/mi-vla-fortran.exp
8329 * gdb.mi/mi-watch.exp
8330 * gdb.mi/mi2-var-child.exp
8331 * gdb.mi/user-selected-context-sync.exp
8332 * gdb.modula2/unbounded-array.exp
8333 * gdb.multi/dummy-frame-restore.exp
8334 * gdb.multi/multi-arch-exec.exp
8335 * gdb.multi/multi-arch.exp
8336 * gdb.multi/tids.exp
8337 * gdb.multi/watchpoint-multi.exp
8338 * gdb.opencl/callfuncs.exp
8339 * gdb.opencl/convs_casts.exp
8340 * gdb.opencl/datatypes.exp
8341 * gdb.opencl/operators.exp
8342 * gdb.opencl/vec_comps.exp
8343 * gdb.opt/clobbered-registers-O2.exp
8344 * gdb.opt/inline-break.exp
8345 * gdb.opt/inline-bt.exp
8346 * gdb.opt/inline-cmds.exp
8347 * gdb.opt/inline-locals.exp
8348 * gdb.pascal/case-insensitive-symbols.exp
8349 * gdb.pascal/floats.exp
8350 * gdb.pascal/gdb11492.exp
8351 * gdb.python/lib-types.exp
8352 * gdb.python/py-arch.exp
8353 * gdb.python/py-as-string.exp
8354 * gdb.python/py-bad-printers.exp
8355 * gdb.python/py-block.exp
8356 * gdb.python/py-breakpoint-create-fail.exp
8357 * gdb.python/py-breakpoint.exp
8358 * gdb.python/py-caller-is.exp
8359 * gdb.python/py-cmd.exp
8360 * gdb.python/py-explore-cc.exp
8361 * gdb.python/py-explore.exp
8362 * gdb.python/py-finish-breakpoint.exp
8363 * gdb.python/py-finish-breakpoint2.exp
8364 * gdb.python/py-frame-args.exp
8365 * gdb.python/py-frame-inline.exp
8366 * gdb.python/py-frame.exp
8367 * gdb.python/py-framefilter-mi.exp
8368 * gdb.python/py-infthread.exp
8369 * gdb.python/py-lazy-string.exp
8370 * gdb.python/py-linetable.exp
8371 * gdb.python/py-mi-events.exp
8372 * gdb.python/py-mi-objfile.exp
8373 * gdb.python/py-mi.exp
8374 * gdb.python/py-objfile.exp
8375 * gdb.python/py-pp-integral.exp
8376 * gdb.python/py-pp-maint.exp
8377 * gdb.python/py-pp-re-notag.exp
8378 * gdb.python/py-pp-registration.exp
8379 * gdb.python/py-recurse-unwind.exp
8380 * gdb.python/py-strfns.exp
8381 * gdb.python/py-symbol.exp
8382 * gdb.python/py-symtab.exp
8383 * gdb.python/py-sync-interp.exp
8384 * gdb.python/py-typeprint.exp
8385 * gdb.python/py-unwind-maint.exp
8386 * gdb.python/py-unwind.exp
8387 * gdb.python/py-value-cc.exp
8388 * gdb.python/py-xmethods.exp
8389 * gdb.reverse/amd64-tailcall-reverse.exp
8390 * gdb.reverse/break-precsave.exp
8391 * gdb.reverse/break-reverse.exp
8392 * gdb.reverse/consecutive-precsave.exp
8393 * gdb.reverse/consecutive-reverse.exp
8394 * gdb.reverse/finish-precsave.exp
8395 * gdb.reverse/finish-reverse-bkpt.exp
8396 * gdb.reverse/finish-reverse.exp
8397 * gdb.reverse/fstatat-reverse.exp
8398 * gdb.reverse/getresuid-reverse.exp
8399 * gdb.reverse/i386-precsave.exp
8400 * gdb.reverse/i386-reverse.exp
8401 * gdb.reverse/i386-sse-reverse.exp
8402 * gdb.reverse/i387-env-reverse.exp
8403 * gdb.reverse/i387-stack-reverse.exp
8404 * gdb.reverse/insn-reverse.exp
8405 * gdb.reverse/machinestate-precsave.exp
8406 * gdb.reverse/machinestate.exp
8407 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8408 * gdb.reverse/pipe-reverse.exp
8409 * gdb.reverse/readv-reverse.exp
8410 * gdb.reverse/recvmsg-reverse.exp
8411 * gdb.reverse/rerun-prec.exp
8412 * gdb.reverse/s390-mvcle.exp
8413 * gdb.reverse/step-precsave.exp
8414 * gdb.reverse/step-reverse.exp
8415 * gdb.reverse/time-reverse.exp
8416 * gdb.reverse/until-precsave.exp
8417 * gdb.reverse/until-reverse.exp
8418 * gdb.reverse/waitpid-reverse.exp
8419 * gdb.reverse/watch-precsave.exp
8420 * gdb.reverse/watch-reverse.exp
8421 * gdb.rust/generics.exp
8422 * gdb.rust/methods.exp
8423 * gdb.rust/modules.exp
8424 * gdb.rust/simple.exp
8425 * gdb.server/connect-with-no-symbol-file.exp
8426 * gdb.server/ext-attach.exp
8427 * gdb.server/ext-restart.exp
8428 * gdb.server/ext-wrapper.exp
8429 * gdb.server/file-transfer.exp
8430 * gdb.server/server-exec-info.exp
8431 * gdb.server/server-kill.exp
8432 * gdb.server/server-mon.exp
8433 * gdb.server/wrapper.exp
8434 * gdb.stabs/exclfwd.exp
8435 * gdb.stabs/gdb11479.exp
8436 * gdb.threads/clone-new-thread-event.exp
8437 * gdb.threads/corethreads.exp
8438 * gdb.threads/current-lwp-dead.exp
8439 * gdb.threads/dlopen-libpthread.exp
8440 * gdb.threads/gcore-thread.exp
8441 * gdb.threads/sigstep-threads.exp
8442 * gdb.threads/watchpoint-fork.exp
8443 * gdb.trace/actions-changed.exp
8444 * gdb.trace/backtrace.exp
8445 * gdb.trace/change-loc.exp
8446 * gdb.trace/circ.exp
8447 * gdb.trace/collection.exp
8448 * gdb.trace/disconnected-tracing.exp
8449 * gdb.trace/ftrace.exp
8450 * gdb.trace/mi-trace-frame-collected.exp
8451 * gdb.trace/mi-trace-unavailable.exp
8452 * gdb.trace/mi-traceframe-changed.exp
8453 * gdb.trace/mi-tsv-changed.exp
8454 * gdb.trace/no-attach-trace.exp
8455 * gdb.trace/passc-dyn.exp
8456 * gdb.trace/qtro.exp
8457 * gdb.trace/range-stepping.exp
8458 * gdb.trace/read-memory.exp
8459 * gdb.trace/save-trace.exp
8460 * gdb.trace/signal.exp
8461 * gdb.trace/status-stop.exp
8462 * gdb.trace/tfile.exp
8463 * gdb.trace/trace-break.exp
8464 * gdb.trace/trace-buffer-size.exp
8465 * gdb.trace/trace-condition.exp
8466 * gdb.trace/tracefile-pseudo-reg.exp
8467 * gdb.trace/tstatus.exp
8468 * gdb.trace/unavailable.exp
8469 * gdb.trace/while-dyn.exp
8470 * gdb.trace/while-stepping.exp
8471
8472 2016-12-22 Doug Evans <xdje42@gmail.com>
8473
8474 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
8475 and msymbols.
8476
8477 2016-12-19 Yao Qi <yao.qi@linaro.org>
8478
8479 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
8480 (test_with_self): Don't call do_steps_and_nexts, and remove
8481 code about stepping into xmalloc.
8482
8483 2016-12-09 Yao Qi <yao.qi@linaro.org>
8484
8485 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
8486
8487 2016-12-09 Yao Qi <yao.qi@linaro.org>
8488
8489 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
8490
8491 2016-12-09 Pedro Alves <palves@redhat.com>
8492
8493 * gdb.base/all-architectures-0.exp: New file.
8494 * gdb.base/all-architectures-1.exp: New file.
8495 * gdb.base/all-architectures-2.exp: New file.
8496 * gdb.base/all-architectures-3.exp: New file.
8497 * gdb.base/all-architectures-4.exp: New file.
8498 * gdb.base/all-architectures-5.exp: New file.
8499 * gdb.base/all-architectures-6.exp: New file.
8500 * gdb.base/all-architectures-7.exp: New file.
8501 * gdb.base/all-architectures.exp.in: New file.
8502
8503 2016-12-09 Yao Qi <yao.qi@linaro.org>
8504
8505 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
8506
8507 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
8508
8509 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
8510 possible.
8511 Remove useless pattern-matching code.
8512
8513 2016-12-02 Pedro Alves <palves@redhat.com>
8514
8515 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
8516 procedure.
8517 (top level): Call it.
8518
8519 2016-12-02 Pedro Alves <palves@redhat.com>
8520
8521 * gdb.base/commands.exp (user_defined_command_args_stack_test):
8522 New procedure.
8523 (top level): Call it.
8524
8525 2016-12-02 Pedro Alves <palves@redhat.com>
8526
8527 PR cli/20559
8528 * gdb.base/commands.exp (user_defined_command_args_eval): New
8529 procedure.
8530 (top level): Call it.
8531
8532 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
8533
8534 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
8535 timeout handling.
8536
8537 2016-12-02 Tom Tromey <tom@tromey.com>
8538
8539 * gdb.dwarf2/main-subprogram.c: New file.
8540 * gdb.dwarf2/main-subprogram.exp: New file.
8541
8542 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8543
8544 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
8545 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
8546 gdb_test_no_output for a couple of cases.
8547 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
8548
8549 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8550
8551 Fix test names and standardize compilation error messages throughout
8552 the following files:
8553
8554 * gdb.ada/start.exp
8555 * gdb.arch/alpha-step.exp
8556 * gdb.arch/e500-prologue.exp
8557 * gdb.arch/ftrace-insn-reloc.exp
8558 * gdb.arch/gdb1291.exp
8559 * gdb.arch/gdb1431.exp
8560 * gdb.arch/gdb1558.exp
8561 * gdb.arch/i386-dr3-watch.exp
8562 * gdb.arch/i386-sse-stack-align.exp
8563 * gdb.arch/ia64-breakpoint-shadow.exp
8564 * gdb.arch/pa-nullify.exp
8565 * gdb.arch/powerpc-aix-prologue.exp
8566 * gdb.arch/thumb-bx-pc.exp
8567 * gdb.base/annota1.exp
8568 * gdb.base/annota3.exp
8569 * gdb.base/arrayidx.exp
8570 * gdb.base/assign.exp
8571 * gdb.base/attach.exp
8572 * gdb.base/auxv.exp
8573 * gdb.base/bang.exp
8574 * gdb.base/bfp-test.exp
8575 * gdb.base/bigcore.exp
8576 * gdb.base/bitfields2.exp
8577 * gdb.base/break-fun-addr.exp
8578 * gdb.base/break-probes.exp
8579 * gdb.base/call-rt-st.exp
8580 * gdb.base/callexit.exp
8581 * gdb.base/catch-fork-kill.exp
8582 * gdb.base/charset.exp
8583 * gdb.base/checkpoint.exp
8584 * gdb.base/comprdebug.exp
8585 * gdb.base/constvars.exp
8586 * gdb.base/coredump-filter.exp
8587 * gdb.base/cursal.exp
8588 * gdb.base/cvexpr.exp
8589 * gdb.base/detach.exp
8590 * gdb.base/display.exp
8591 * gdb.base/dmsym.exp
8592 * gdb.base/dprintf-pending.exp
8593 * gdb.base/dso2dso.exp
8594 * gdb.base/dtrace-probe.exp
8595 * gdb.base/dump.exp
8596 * gdb.base/enum_cond.exp
8597 * gdb.base/exe-lock.exp
8598 * gdb.base/exec-invalid-sysroot.exp
8599 * gdb.base/execl-update-breakpoints.exp
8600 * gdb.base/exprs.exp
8601 * gdb.base/fileio.exp
8602 * gdb.base/find.exp
8603 * gdb.base/finish.exp
8604 * gdb.base/fixsection.exp
8605 * gdb.base/foll-vfork.exp
8606 * gdb.base/frame-args.exp
8607 * gdb.base/gcore.exp
8608 * gdb.base/gdb1250.exp
8609 * gdb.base/global-var-nested-by-dso.exp
8610 * gdb.base/gnu-ifunc.exp
8611 * gdb.base/hashline1.exp
8612 * gdb.base/hashline2.exp
8613 * gdb.base/hashline3.exp
8614 * gdb.base/hbreak-in-shr-unsupported.exp
8615 * gdb.base/huge.exp
8616 * gdb.base/infcall-input.exp
8617 * gdb.base/info-fun.exp
8618 * gdb.base/info-shared.exp
8619 * gdb.base/jit-simple.exp
8620 * gdb.base/jit-so.exp
8621 * gdb.base/jit.exp
8622 * gdb.base/jump.exp
8623 * gdb.base/label.exp
8624 * gdb.base/lineinc.exp
8625 * gdb.base/logical.exp
8626 * gdb.base/longjmp.exp
8627 * gdb.base/macscp.exp
8628 * gdb.base/miscexprs.exp
8629 * gdb.base/new-ui-echo.exp
8630 * gdb.base/new-ui-pending-input.exp
8631 * gdb.base/new-ui.exp
8632 * gdb.base/nodebug.exp
8633 * gdb.base/nofield.exp
8634 * gdb.base/offsets.exp
8635 * gdb.base/overlays.exp
8636 * gdb.base/pending.exp
8637 * gdb.base/pointers.exp
8638 * gdb.base/pr11022.exp
8639 * gdb.base/printcmds.exp
8640 * gdb.base/prologue.exp
8641 * gdb.base/ptr-typedef.exp
8642 * gdb.base/realname-expand.exp
8643 * gdb.base/relativedebug.exp
8644 * gdb.base/relocate.exp
8645 * gdb.base/remote.exp
8646 * gdb.base/reread.exp
8647 * gdb.base/return2.exp
8648 * gdb.base/savedregs.exp
8649 * gdb.base/sep.exp
8650 * gdb.base/sepdebug.exp
8651 * gdb.base/sepsymtab.exp
8652 * gdb.base/set-inferior-tty.exp
8653 * gdb.base/setshow.exp
8654 * gdb.base/shlib-call.exp
8655 * gdb.base/sigaltstack.exp
8656 * gdb.base/siginfo-addr.exp
8657 * gdb.base/signals.exp
8658 * gdb.base/signull.exp
8659 * gdb.base/sigrepeat.exp
8660 * gdb.base/so-impl-ld.exp
8661 * gdb.base/solib-display.exp
8662 * gdb.base/solib-overlap.exp
8663 * gdb.base/solib-search.exp
8664 * gdb.base/solib-symbol.exp
8665 * gdb.base/structs.exp
8666 * gdb.base/structs2.exp
8667 * gdb.base/symtab-search-order.exp
8668 * gdb.base/twice.exp
8669 * gdb.base/unload.exp
8670 * gdb.base/varargs.exp
8671 * gdb.base/watchpoint-solib.exp
8672 * gdb.base/watchpoint.exp
8673 * gdb.base/whatis.exp
8674 * gdb.base/wrong_frame_bt_full.exp
8675 * gdb.btrace/dlopen.exp
8676 * gdb.cell/ea-standalone.exp
8677 * gdb.cell/ea-test.exp
8678 * gdb.cp/dispcxx.exp
8679 * gdb.cp/gdb2384.exp
8680 * gdb.cp/method2.exp
8681 * gdb.cp/nextoverthrow.exp
8682 * gdb.cp/pr10728.exp
8683 * gdb.disasm/am33.exp
8684 * gdb.disasm/h8300s.exp
8685 * gdb.disasm/mn10300.exp
8686 * gdb.disasm/sh3.exp
8687 * gdb.dwarf2/dw2-dir-file-name.exp
8688 * gdb.fortran/complex.exp
8689 * gdb.fortran/library-module.exp
8690 * gdb.guile/scm-pretty-print.exp
8691 * gdb.guile/scm-symbol.exp
8692 * gdb.guile/scm-type.exp
8693 * gdb.guile/scm-value.exp
8694 * gdb.linespec/linespec.exp
8695 * gdb.mi/gdb701.exp
8696 * gdb.mi/gdb792.exp
8697 * gdb.mi/mi-breakpoint-changed.exp
8698 * gdb.mi/mi-dprintf-pending.exp
8699 * gdb.mi/mi-dprintf.exp
8700 * gdb.mi/mi-exit-code.exp
8701 * gdb.mi/mi-pending.exp
8702 * gdb.mi/mi-solib.exp
8703 * gdb.mi/new-ui-mi-sync.exp
8704 * gdb.mi/pr11022.exp
8705 * gdb.mi/user-selected-context-sync.exp
8706 * gdb.opt/solib-intra-step.exp
8707 * gdb.python/py-events.exp
8708 * gdb.python/py-finish-breakpoint.exp
8709 * gdb.python/py-mi.exp
8710 * gdb.python/py-prettyprint.exp
8711 * gdb.python/py-shared.exp
8712 * gdb.python/py-symbol.exp
8713 * gdb.python/py-template.exp
8714 * gdb.python/py-type.exp
8715 * gdb.python/py-value.exp
8716 * gdb.reverse/solib-precsave.exp
8717 * gdb.reverse/solib-reverse.exp
8718 * gdb.server/solib-list.exp
8719 * gdb.stabs/weird.exp
8720 * gdb.threads/reconnect-signal.exp
8721 * gdb.threads/stepi-random-signal.exp
8722 * gdb.trace/actions.exp
8723 * gdb.trace/ax.exp
8724 * gdb.trace/backtrace.exp
8725 * gdb.trace/change-loc.exp
8726 * gdb.trace/deltrace.exp
8727 * gdb.trace/ftrace-lock.exp
8728 * gdb.trace/ftrace.exp
8729 * gdb.trace/infotrace.exp
8730 * gdb.trace/mi-tracepoint-changed.exp
8731 * gdb.trace/packetlen.exp
8732 * gdb.trace/passcount.exp
8733 * gdb.trace/pending.exp
8734 * gdb.trace/range-stepping.exp
8735 * gdb.trace/report.exp
8736 * gdb.trace/stap-trace.exp
8737 * gdb.trace/tfind.exp
8738 * gdb.trace/trace-break.exp
8739 * gdb.trace/trace-condition.exp
8740 * gdb.trace/trace-enable-disable.exp
8741 * gdb.trace/trace-mt.exp
8742 * gdb.trace/tracecmd.exp
8743 * gdb.trace/tspeed.exp
8744 * gdb.trace/tsv.exp
8745 * lib/perftest.exp
8746
8747 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8748
8749 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
8750 with gdb_test_no_output.
8751 Use command as test name.
8752
8753 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8754
8755 Fix test names starting with uppercase throughout the files.
8756
8757 * gdb.ada/assign_1.exp
8758 * gdb.ada/boolean_expr.exp
8759 * gdb.base/arrayidx.exp
8760 * gdb.base/del.exp
8761 * gdb.base/gcore-buffer-overflow.exp
8762 * gdb.base/testenv.exp
8763 * gdb.compile/compile.exp
8764 * gdb.python/py-framefilter-invalidarg.exp
8765 * gdb.python/py-framefilter.exp
8766
8767 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8768
8769 Fix test names starting with uppercase throughout the files.
8770
8771 * gdb.ada/array_return.exp
8772 * gdb.ada/expr_delims.exp
8773 * gdb.ada/mi_dyn_arr.exp
8774 * gdb.ada/mi_interface.exp
8775 * gdb.ada/mi_var_array.exp
8776 * gdb.ada/watch_arg.exp
8777 * gdb.arch/alpha-step.exp
8778 * gdb.arch/altivec-regs.exp
8779 * gdb.arch/e500-regs.exp
8780 * gdb.arch/powerpc-d128-regs.exp
8781 * gdb.base/arrayidx.exp
8782 * gdb.base/break.exp
8783 * gdb.base/checkpoint.exp
8784 * gdb.base/debug-expr.exp
8785 * gdb.base/dmsym.exp
8786 * gdb.base/radix.exp
8787 * gdb.base/sepdebug.exp
8788 * gdb.base/testenv.exp
8789 * gdb.base/watch_thread_num.exp
8790 * gdb.base/watchpoint-cond-gone.exp
8791 * gdb.cell/break.exp
8792 * gdb.cell/ea-cache.exp
8793 * gdb.compile/compile.exp
8794 * gdb.cp/gdb2495.exp
8795 * gdb.gdb/selftest.exp
8796 * gdb.gdb/xfullpath.exp
8797 * gdb.go/hello.exp
8798 * gdb.go/integers.exp
8799 * gdb.objc/basicclass.exp
8800 * gdb.pascal/hello.exp
8801 * gdb.pascal/integers.exp
8802 * gdb.python/py-breakpoint.exp
8803 * gdb.python/py-cmd.exp
8804 * gdb.python/py-linetable.exp
8805 * gdb.python/py-xmethods.exp
8806 * gdb.python/python.exp
8807 * gdb.reverse/consecutive-precsave.exp
8808 * gdb.reverse/finish-precsave.exp
8809 * gdb.reverse/i386-precsave.exp
8810 * gdb.reverse/machinestate-precsave.exp
8811 * gdb.reverse/sigall-precsave.exp
8812 * gdb.reverse/solib-precsave.exp
8813 * gdb.reverse/step-precsave.exp
8814 * gdb.reverse/until-precsave.exp
8815 * gdb.reverse/watch-precsave.exp
8816 * gdb.threads/leader-exit.exp
8817 * gdb.threads/pthreads.exp
8818 * gdb.threads/wp-replication.exp
8819 * gdb.trace/actions.exp
8820 * gdb.trace/mi-tsv-changed.exp
8821 * gdb.trace/tsv.exp
8822
8823 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8824
8825 Fix test names starting with uppercase throughout the files.
8826
8827 * gdb.arch/i386-bp_permanent.exp
8828 * gdb.arch/i386-gnu-cfi.exp
8829 * gdb.base/disasm-end-cu.exp
8830 * gdb.base/macscp.exp
8831 * gdb.base/pending.exp
8832 * gdb.base/watch_thread_num.exp
8833 * gdb.cp/exception.exp
8834 * gdb.cp/gdb2495.exp
8835 * gdb.cp/local.exp
8836 * gdb.python/py-evsignal.exp
8837 * gdb.python/python.exp
8838 * gdb.trace/tracecmd.exp
8839
8840 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8841
8842 Fix test names starting with uppercase throughout the files.
8843
8844 * gdb.base/charset.exp
8845 * gdb.base/eval.exp
8846 * gdb.base/multi-forks.exp
8847 * gdb.guile/scm-progspace.exp
8848 * gdb.opencl/datatypes.exp
8849 * gdb.python/py-block.exp
8850 * gdb.python/py-function.exp
8851 * gdb.python/py-symbol.exp
8852 * gdb.python/py-symtab.exp
8853 * gdb.python/py-xmethods.exp
8854 * gdb.reverse/break-precsave.exp
8855 * gdb.reverse/break-reverse.exp
8856 * gdb.reverse/consecutive-precsave.exp
8857 * gdb.reverse/consecutive-reverse.exp
8858 * gdb.reverse/finish-precsave.exp
8859 * gdb.reverse/finish-reverse-bkpt.exp
8860 * gdb.reverse/finish-reverse.exp
8861 * gdb.reverse/fstatat-reverse.exp
8862 * gdb.reverse/getresuid-reverse.exp
8863 * gdb.reverse/i386-precsave.exp
8864 * gdb.reverse/i386-reverse.exp
8865 * gdb.reverse/i386-sse-reverse.exp
8866 * gdb.reverse/i387-stack-reverse.exp
8867 * gdb.reverse/insn-reverse.exp
8868 * gdb.reverse/machinestate-precsave.exp
8869 * gdb.reverse/machinestate.exp
8870 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8871 * gdb.reverse/pipe-reverse.exp
8872 * gdb.reverse/readv-reverse.exp
8873 * gdb.reverse/recvmsg-reverse.exp
8874 * gdb.reverse/rerun-prec.exp
8875 * gdb.reverse/s390-mvcle.exp
8876 * gdb.reverse/sigall-precsave.exp
8877 * gdb.reverse/sigall-reverse.exp
8878 * gdb.reverse/solib-precsave.exp
8879 * gdb.reverse/solib-reverse.exp
8880 * gdb.reverse/step-precsave.exp
8881 * gdb.reverse/step-reverse.exp
8882 * gdb.reverse/time-reverse.exp
8883 * gdb.reverse/until-precsave.exp
8884 * gdb.reverse/until-reverse.exp
8885 * gdb.reverse/waitpid-reverse.exp
8886 * gdb.reverse/watch-precsave.exp
8887 * gdb.reverse/watch-reverse.exp
8888
8889 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8890
8891 Fix test names starting with uppercase throughout the files.
8892
8893 * gdb.arch/i386-mpx-simple_segv.exp
8894 * gdb.arch/i386-mpx.exp
8895 * gdb.arch/i386-permbkpt.exp
8896 * gdb.arch/pa-nullify.exp
8897 * gdb.arch/powerpc-d128-regs.exp
8898 * gdb.arch/vsx-regs.exp
8899 * gdb.base/bfp-test.exp
8900 * gdb.base/break.exp
8901 * gdb.base/breakpoint-shadow.exp
8902 * gdb.base/callfuncs.exp
8903 * gdb.base/charset.exp
8904 * gdb.base/commands.exp
8905 * gdb.base/completion.exp
8906 * gdb.base/dfp-test.exp
8907 * gdb.base/echo.exp
8908 * gdb.base/ending-run.exp
8909 * gdb.base/eval.exp
8910 * gdb.base/expand-psymtabs.exp
8911 * gdb.base/float128.exp
8912 * gdb.base/floatn.exp
8913 * gdb.base/foll-exec-mode.exp
8914 * gdb.base/gdb1056.exp
8915 * gdb.base/gdb11531.exp
8916 * gdb.base/kill-after-signal.exp
8917 * gdb.base/multi-forks.exp
8918 * gdb.base/overlays.exp
8919 * gdb.base/pending.exp
8920 * gdb.base/sepdebug.exp
8921 * gdb.base/testenv.exp
8922 * gdb.base/valgrind-db-attach.exp
8923 * gdb.base/watch_thread_num.exp
8924 * gdb.base/watchpoint-cond-gone.exp
8925 * gdb.base/watchpoint.exp
8926 * gdb.base/watchpoints.exp
8927 * gdb.cp/arg-reference.exp
8928 * gdb.cp/baseenum.exp
8929 * gdb.cp/operator.exp
8930 * gdb.cp/shadow.exp
8931 * gdb.dwarf2/dw2-op-out-param.exp
8932 * gdb.dwarf2/dw2-reg-undefined.exp
8933 * gdb.go/chan.exp
8934 * gdb.go/hello.exp
8935 * gdb.go/integers.exp
8936 * gdb.go/methods.exp
8937 * gdb.go/package.exp
8938 * gdb.guile/scm-parameter.exp
8939 * gdb.guile/scm-progspace.exp
8940 * gdb.guile/scm-value.exp
8941 * gdb.mi/mi-pending.exp
8942 * gdb.mi/user-selected-context-sync.exp
8943 * gdb.multi/multi-attach.exp
8944 * gdb.multi/tids.exp
8945 * gdb.opt/clobbered-registers-O2.exp
8946 * gdb.pascal/floats.exp
8947 * gdb.pascal/integers.exp
8948 * gdb.python/py-block.exp
8949 * gdb.python/py-events.exp
8950 * gdb.python/py-parameter.exp
8951 * gdb.python/py-symbol.exp
8952 * gdb.python/py-symtab.exp
8953 * gdb.python/py-type.exp
8954 * gdb.python/py-value.exp
8955 * gdb.python/py-xmethods.exp
8956 * gdb.python/python.exp
8957 * gdb.reverse/break-precsave.exp
8958 * gdb.reverse/consecutive-precsave.exp
8959 * gdb.reverse/finish-precsave.exp
8960 * gdb.reverse/i386-precsave.exp
8961 * gdb.reverse/machinestate-precsave.exp
8962 * gdb.reverse/sigall-precsave.exp
8963 * gdb.reverse/solib-precsave.exp
8964 * gdb.reverse/step-precsave.exp
8965 * gdb.reverse/until-precsave.exp
8966 * gdb.reverse/watch-precsave.exp
8967 * gdb.server/ext-attach.exp
8968 * gdb.server/ext-restart.exp
8969 * gdb.server/ext-run.exp
8970 * gdb.server/ext-wrapper.exp
8971 * gdb.stabs/gdb11479.exp
8972 * gdb.stabs/weird.exp
8973 * gdb.threads/attach-many-short-lived-threads.exp
8974 * gdb.threads/kill.exp
8975 * gdb.threads/watchpoint-fork.exp
8976
8977 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8978
8979 Fix test names starting with uppercase throughout all the files below.
8980
8981 * gdb.ada/array_return.exp
8982 * gdb.ada/catch_ex.exp
8983 * gdb.ada/info_exc.exp
8984 * gdb.ada/mi_catch_ex.exp
8985 * gdb.ada/mi_dyn_arr.exp
8986 * gdb.ada/mi_ex_cond.exp
8987 * gdb.ada/mi_exc_info.exp
8988 * gdb.ada/mi_interface.exp
8989 * gdb.ada/mi_task_arg.exp
8990 * gdb.ada/mi_task_info.exp
8991 * gdb.ada/mi_var_array.exp
8992 * gdb.arch/alpha-step.exp
8993 * gdb.arch/amd64-disp-step.exp
8994 * gdb.arch/arm-disp-step.exp
8995 * gdb.arch/disp-step-insn-reloc.exp
8996 * gdb.arch/e500-prologue.exp
8997 * gdb.arch/ftrace-insn-reloc.exp
8998 * gdb.arch/gdb1558.exp
8999 * gdb.arch/i386-bp_permanent.exp
9000 * gdb.arch/i386-disp-step.exp
9001 * gdb.arch/i386-float.exp
9002 * gdb.arch/i386-gnu-cfi.exp
9003 * gdb.arch/ia64-breakpoint-shadow.exp
9004 * gdb.arch/mips16-thunks.exp
9005 * gdb.arch/pa-nullify.exp
9006 * gdb.arch/powerpc-aix-prologue.exp
9007 * gdb.arch/powerpc-power.exp
9008 * gdb.arch/ppc-dfp.exp
9009 * gdb.arch/s390-tdbregs.exp
9010 * gdb.arch/spu-info.exp
9011 * gdb.arch/spu-ls.exp
9012 * gdb.arch/thumb-bx-pc.exp
9013 * gdb.base/advance.exp
9014 * gdb.base/annota-input-while-running.exp
9015 * gdb.base/arrayidx.exp
9016 * gdb.base/asmlabel.exp
9017 * gdb.base/async.exp
9018 * gdb.base/attach-wait-input.exp
9019 * gdb.base/auto-connect-native-target.exp
9020 * gdb.base/batch-preserve-term-settings.exp
9021 * gdb.base/bfp-test.exp
9022 * gdb.base/bigcore.exp
9023 * gdb.base/bp-permanent.exp
9024 * gdb.base/break-always.exp
9025 * gdb.base/break-fun-addr.exp
9026 * gdb.base/break-idempotent.exp
9027 * gdb.base/break-main-file-remove-fail.exp
9028 * gdb.base/break-probes.exp
9029 * gdb.base/break-unload-file.exp
9030 * gdb.base/break.exp
9031 * gdb.base/call-ar-st.exp
9032 * gdb.base/call-rt-st.exp
9033 * gdb.base/call-sc.exp
9034 * gdb.base/call-signal-resume.exp
9035 * gdb.base/call-strs.exp
9036 * gdb.base/callexit.exp
9037 * gdb.base/callfuncs.exp
9038 * gdb.base/catch-gdb-caused-signals.exp
9039 * gdb.base/catch-signal-siginfo-cond.exp
9040 * gdb.base/catch-syscall.exp
9041 * gdb.base/compare-sections.exp
9042 * gdb.base/cond-eval-mode.exp
9043 * gdb.base/condbreak-call-false.exp
9044 * gdb.base/consecutive-step-over.exp
9045 * gdb.base/cursal.exp
9046 * gdb.base/disabled-location.exp
9047 * gdb.base/disasm-end-cu.exp
9048 * gdb.base/display.exp
9049 * gdb.base/double-prompt-target-event-error.exp
9050 * gdb.base/dprintf-bp-same-addr.exp
9051 * gdb.base/dprintf-detach.exp
9052 * gdb.base/dprintf-next.exp
9053 * gdb.base/dprintf-non-stop.exp
9054 * gdb.base/dprintf-pending.exp
9055 * gdb.base/dso2dso.exp
9056 * gdb.base/ending-run.exp
9057 * gdb.base/enum_cond.exp
9058 * gdb.base/examine-backward.exp
9059 * gdb.base/exe-lock.exp
9060 * gdb.base/exec-invalid-sysroot.exp
9061 * gdb.base/execl-update-breakpoints.exp
9062 * gdb.base/execution-termios.exp
9063 * gdb.base/fileio.exp
9064 * gdb.base/fixsection.exp
9065 * gdb.base/foll-exec-mode.exp
9066 * gdb.base/foll-exec.exp
9067 * gdb.base/fork-running-state.exp
9068 * gdb.base/frame-args.exp
9069 * gdb.base/fullpath-expand.exp
9070 * gdb.base/func-ptr.exp
9071 * gdb.base/gcore-relro-pie.exp
9072 * gdb.base/gdb1090.exp
9073 * gdb.base/gdb1555.exp
9074 * gdb.base/global-var-nested-by-dso.exp
9075 * gdb.base/gnu-ifunc.exp
9076 * gdb.base/hbreak-in-shr-unsupported.exp
9077 * gdb.base/hbreak-unmapped.exp
9078 * gdb.base/hook-stop.exp
9079 * gdb.base/infcall-input.exp
9080 * gdb.base/info-fun.exp
9081 * gdb.base/info-shared.exp
9082 * gdb.base/interrupt-noterm.exp
9083 * gdb.base/jit-so.exp
9084 * gdb.base/jit.exp
9085 * gdb.base/line-symtabs.exp
9086 * gdb.base/list.exp
9087 * gdb.base/longjmp.exp
9088 * gdb.base/macscp.exp
9089 * gdb.base/max-value-size.exp
9090 * gdb.base/nodebug.exp
9091 * gdb.base/nofield.exp
9092 * gdb.base/overlays.exp
9093 * gdb.base/paginate-after-ctrl-c-running.exp
9094 * gdb.base/paginate-bg-execution.exp
9095 * gdb.base/paginate-inferior-exit.exp
9096 * gdb.base/pending.exp
9097 * gdb.base/pr11022.exp
9098 * gdb.base/printcmds.exp
9099 * gdb.base/ptr-typedef.exp
9100 * gdb.base/ptype.exp
9101 * gdb.base/randomize.exp
9102 * gdb.base/range-stepping.exp
9103 * gdb.base/realname-expand.exp
9104 * gdb.base/relativedebug.exp
9105 * gdb.base/remote.exp
9106 * gdb.base/savedregs.exp
9107 * gdb.base/sepdebug.exp
9108 * gdb.base/set-noassign.exp
9109 * gdb.base/shlib-call.exp
9110 * gdb.base/shreloc.exp
9111 * gdb.base/sigaltstack.exp
9112 * gdb.base/sigbpt.exp
9113 * gdb.base/siginfo-addr.exp
9114 * gdb.base/siginfo-obj.exp
9115 * gdb.base/siginfo-thread.exp
9116 * gdb.base/signest.exp
9117 * gdb.base/signull.exp
9118 * gdb.base/sigrepeat.exp
9119 * gdb.base/skip.exp
9120 * gdb.base/so-impl-ld.exp
9121 * gdb.base/solib-corrupted.exp
9122 * gdb.base/solib-disc.exp
9123 * gdb.base/solib-display.exp
9124 * gdb.base/solib-overlap.exp
9125 * gdb.base/solib-search.exp
9126 * gdb.base/solib-symbol.exp
9127 * gdb.base/source-execution.exp
9128 * gdb.base/sss-bp-on-user-bp-2.exp
9129 * gdb.base/sss-bp-on-user-bp.exp
9130 * gdb.base/stack-checking.exp
9131 * gdb.base/stale-infcall.exp
9132 * gdb.base/step-break.exp
9133 * gdb.base/step-line.exp
9134 * gdb.base/step-over-exit.exp
9135 * gdb.base/step-test.exp
9136 * gdb.base/structs.exp
9137 * gdb.base/sym-file.exp
9138 * gdb.base/symtab-search-order.exp
9139 * gdb.base/term.exp
9140 * gdb.base/type-opaque.exp
9141 * gdb.base/unload.exp
9142 * gdb.base/until-nodebug.exp
9143 * gdb.base/until.exp
9144 * gdb.base/unwindonsignal.exp
9145 * gdb.base/watch-cond.exp
9146 * gdb.base/watch-non-mem.exp
9147 * gdb.base/watch_thread_num.exp
9148 * gdb.base/watchpoint-reuse-slot.exp
9149 * gdb.base/watchpoint-solib.exp
9150 * gdb.base/watchpoint.exp
9151 * gdb.btrace/dlopen.exp
9152 * gdb.cell/arch.exp
9153 * gdb.cell/break.exp
9154 * gdb.cell/bt.exp
9155 * gdb.cell/core.exp
9156 * gdb.cell/data.exp
9157 * gdb.cell/dwarfaddr.exp
9158 * gdb.cell/ea-cache.exp
9159 * gdb.cell/ea-standalone.exp
9160 * gdb.cell/ea-test.exp
9161 * gdb.cell/f-regs.exp
9162 * gdb.cell/fork.exp
9163 * gdb.cell/gcore.exp
9164 * gdb.cell/mem-access.exp
9165 * gdb.cell/ptype.exp
9166 * gdb.cell/registers.exp
9167 * gdb.cell/sizeof.exp
9168 * gdb.cell/solib-symbol.exp
9169 * gdb.cell/solib.exp
9170 * gdb.compile/compile-tls.exp
9171 * gdb.cp/exception.exp
9172 * gdb.cp/gdb2495.exp
9173 * gdb.cp/local.exp
9174 * gdb.cp/mb-inline.exp
9175 * gdb.cp/mb-templates.exp
9176 * gdb.cp/pr10687.exp
9177 * gdb.cp/pr9167.exp
9178 * gdb.cp/scope-err.exp
9179 * gdb.cp/templates.exp
9180 * gdb.cp/virtfunc.exp
9181 * gdb.dwarf2/dw2-dir-file-name.exp
9182 * gdb.dwarf2/dw2-single-line-discriminators.exp
9183 * gdb.fortran/complex.exp
9184 * gdb.fortran/library-module.exp
9185 * gdb.guile/guile.exp
9186 * gdb.guile/scm-cmd.exp
9187 * gdb.guile/scm-frame-inline.exp
9188 * gdb.guile/scm-objfile.exp
9189 * gdb.guile/scm-pretty-print.exp
9190 * gdb.guile/scm-symbol.exp
9191 * gdb.guile/scm-type.exp
9192 * gdb.guile/scm-value.exp
9193 * gdb.linespec/keywords.exp
9194 * gdb.linespec/ls-errs.exp
9195 * gdb.linespec/macro-relative.exp
9196 * gdb.linespec/thread.exp
9197 * gdb.mi/mi-breakpoint-changed.exp
9198 * gdb.mi/mi-dprintf-pending.exp
9199 * gdb.mi/mi-fullname-deleted.exp
9200 * gdb.mi/mi-logging.exp
9201 * gdb.mi/mi-pending.exp
9202 * gdb.mi/mi-solib.exp
9203 * gdb.mi/new-ui-mi-sync.exp
9204 * gdb.mi/user-selected-context-sync.exp
9205 * gdb.multi/dummy-frame-restore.exp
9206 * gdb.multi/multi-arch-exec.exp
9207 * gdb.multi/remove-inferiors.exp
9208 * gdb.multi/watchpoint-multi-exit.exp
9209 * gdb.opt/solib-intra-step.exp
9210 * gdb.perf/backtrace.exp
9211 * gdb.perf/single-step.exp
9212 * gdb.perf/skip-command.exp
9213 * gdb.perf/skip-prologue.exp
9214 * gdb.perf/solib.exp
9215 * gdb.python/lib-types.exp
9216 * gdb.python/py-as-string.exp
9217 * gdb.python/py-bad-printers.exp
9218 * gdb.python/py-block.exp
9219 * gdb.python/py-breakpoint.exp
9220 * gdb.python/py-cmd.exp
9221 * gdb.python/py-events.exp
9222 * gdb.python/py-evthreads.exp
9223 * gdb.python/py-finish-breakpoint.exp
9224 * gdb.python/py-finish-breakpoint2.exp
9225 * gdb.python/py-frame-inline.exp
9226 * gdb.python/py-frame.exp
9227 * gdb.python/py-inferior.exp
9228 * gdb.python/py-infthread.exp
9229 * gdb.python/py-mi.exp
9230 * gdb.python/py-objfile.exp
9231 * gdb.python/py-pp-maint.exp
9232 * gdb.python/py-pp-registration.exp
9233 * gdb.python/py-prettyprint.exp
9234 * gdb.python/py-recurse-unwind.exp
9235 * gdb.python/py-shared.exp
9236 * gdb.python/py-symbol.exp
9237 * gdb.python/py-symtab.exp
9238 * gdb.python/py-template.exp
9239 * gdb.python/py-type.exp
9240 * gdb.python/py-unwind-maint.exp
9241 * gdb.python/py-unwind.exp
9242 * gdb.python/py-value.exp
9243 * gdb.python/python.exp
9244 * gdb.reverse/finish-reverse-bkpt.exp
9245 * gdb.reverse/insn-reverse.exp
9246 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9247 * gdb.reverse/solib-precsave.exp
9248 * gdb.reverse/solib-reverse.exp
9249 * gdb.stabs/gdb11479.exp
9250 * gdb.stabs/weird.exp
9251 * gdb.threads/fork-child-threads.exp
9252 * gdb.threads/fork-plus-threads.exp
9253 * gdb.threads/fork-thread-pending.exp
9254 * gdb.threads/forking-threads-plus-breakpoint.exp
9255 * gdb.threads/hand-call-in-threads.exp
9256 * gdb.threads/interrupted-hand-call.exp
9257 * gdb.threads/linux-dp.exp
9258 * gdb.threads/local-watch-wrong-thread.exp
9259 * gdb.threads/next-while-other-thread-longjmps.exp
9260 * gdb.threads/non-ldr-exit.exp
9261 * gdb.threads/pending-step.exp
9262 * gdb.threads/print-threads.exp
9263 * gdb.threads/process-dies-while-detaching.exp
9264 * gdb.threads/process-dies-while-handling-bp.exp
9265 * gdb.threads/pthreads.exp
9266 * gdb.threads/queue-signal.exp
9267 * gdb.threads/reconnect-signal.exp
9268 * gdb.threads/signal-command-handle-nopass.exp
9269 * gdb.threads/signal-command-multiple-signals-pending.exp
9270 * gdb.threads/signal-delivered-right-thread.exp
9271 * gdb.threads/signal-sigtrap.exp
9272 * gdb.threads/sigthread.exp
9273 * gdb.threads/staticthreads.exp
9274 * gdb.threads/stepi-random-signal.exp
9275 * gdb.threads/thread-unwindonsignal.exp
9276 * gdb.threads/thread_check.exp
9277 * gdb.threads/thread_events.exp
9278 * gdb.threads/tid-reuse.exp
9279 * gdb.threads/tls-nodebug.exp
9280 * gdb.threads/tls-shared.exp
9281 * gdb.threads/tls-so_extern.exp
9282 * gdb.threads/tls.exp
9283 * gdb.threads/wp-replication.exp
9284 * gdb.trace/actions-changed.exp
9285 * gdb.trace/actions.exp
9286 * gdb.trace/backtrace.exp
9287 * gdb.trace/change-loc.exp
9288 * gdb.trace/collection.exp
9289 * gdb.trace/deltrace.exp
9290 * gdb.trace/disconnected-tracing.exp
9291 * gdb.trace/entry-values.exp
9292 * gdb.trace/ftrace-lock.exp
9293 * gdb.trace/ftrace.exp
9294 * gdb.trace/infotrace.exp
9295 * gdb.trace/mi-trace-frame-collected.exp
9296 * gdb.trace/mi-trace-unavailable.exp
9297 * gdb.trace/mi-traceframe-changed.exp
9298 * gdb.trace/mi-tracepoint-changed.exp
9299 * gdb.trace/mi-tsv-changed.exp
9300 * gdb.trace/no-attach-trace.exp
9301 * gdb.trace/packetlen.exp
9302 * gdb.trace/passc-dyn.exp
9303 * gdb.trace/passcount.exp
9304 * gdb.trace/pending.exp
9305 * gdb.trace/pr16508.exp
9306 * gdb.trace/qtro.exp
9307 * gdb.trace/range-stepping.exp
9308 * gdb.trace/read-memory.exp
9309 * gdb.trace/report.exp
9310 * gdb.trace/save-trace.exp
9311 * gdb.trace/signal.exp
9312 * gdb.trace/stap-trace.exp
9313 * gdb.trace/status-stop.exp
9314 * gdb.trace/strace.exp
9315 * gdb.trace/tfile.exp
9316 * gdb.trace/tfind.exp
9317 * gdb.trace/trace-break.exp
9318 * gdb.trace/trace-condition.exp
9319 * gdb.trace/trace-enable-disable.exp
9320 * gdb.trace/trace-mt.exp
9321 * gdb.trace/tracecmd.exp
9322 * gdb.trace/tracefile-pseudo-reg.exp
9323 * gdb.trace/tspeed.exp
9324 * gdb.trace/tstatus.exp
9325 * gdb.trace/tsv.exp
9326 * gdb.trace/unavailable.exp
9327 * gdb.trace/while-dyn.exp
9328 * gdb.trace/while-stepping.exp
9329 * lib/gdb-guile.exp
9330 * lib/gdb.exp
9331 * lib/mi-support.exp
9332 * lib/pascal.exp
9333 * lib/perftest.exp
9334 * lib/prelink-support.exp
9335 * lib/selftest-support.exp
9336
9337 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
9338
9339 * Makefile.in: Include disable-implicit-rules.mk.
9340
9341 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9342
9343 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
9344 non-byte-aligned bit fields.
9345
9346 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9347
9348 PR gdb/12616
9349 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
9350 respects the DW_AT_data_bit_offset attribute.
9351
9352 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
9353
9354 * gdb.base/default.exp: Fix output of "set language".
9355
9356 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
9357
9358 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
9359 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
9360 make.
9361 * configure.ac: Remove checks for the make program.
9362 * configure: Re-generate.
9363
9364 2016-11-16 Kevin Buettner <kevinb@redhat.com>
9365
9366 * gdb.python/py-recurse-unwind.c (main): Add loop.
9367 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
9368 to read_register() and gdb.parse_and_eval(). Make each code
9369 call a separate case that can be individually tested.
9370 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
9371 proc. Call cont_and_backtrace for each of the code paths that
9372 we want to test in the unwinder.
9373
9374 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
9375
9376 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
9377 the definition of struct S.
9378
9379 2016-11-11 Catherine Moore <clm@codesourcery.com>
9380
9381 * gdb.base/dump.exp: Identify verilog format dump tests as such.
9382
9383 2016-11-09 Pedro Alves <palves@redhat.com>
9384
9385 * gdb.base/commands.exp (runto_or_return): New procedure.
9386 (gdbvar_simple_if_test, gdbvar_simple_while_test)
9387 (gdbvar_complex_if_while_test, progvar_simple_if_test)
9388 (progvar_simple_while_test, progvar_complex_if_while_test)
9389 (if_while_breakpoint_command_test)
9390 (infrun_breakpoint_command_test, breakpoint_command_test)
9391 (user_defined_command_test, watchpoint_command_test)
9392 (test_command_prompt_position, redefine_hook_test)
9393 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
9394 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
9395 multi_line_input and multi_line. Remove gdb_expect and
9396 gdb_stop_suppressing_tests uses.
9397 * lib/gdb.exp (valnum_re): New global.
9398 (multi_line_input): New procedure.
9399
9400 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
9401
9402 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
9403 Remove.
9404 (test_setup): Define with proc_with_prefix.
9405 (test_cli_inferior): Likewise.
9406 (test_cli_thread): Likewise.
9407 (test_cli_frame): Likewise.
9408 (test_cli_select_frame): Likewise.
9409 (test_cli_up_down): Likewise.
9410 (test_mi_thread_select): Likewise.
9411 (test_mi_stack_select_frame): Likewise.
9412 (test_cli_in_mi_inferior): Likewise.
9413 (test_cli_in_mi_thread): Likewise.
9414 (test_cli_in_mi_frame): Likewise.
9415 (top level): Do not use with_test_prefix_procname.
9416
9417 2016-11-09 Pedro Alves <palves@redhat.com>
9418
9419 * gdb.base/commands.exp (gdbvar_simple_if_test)
9420 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
9421 (progvar_simple_if_test, progvar_simple_while_test)
9422 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
9423 (infrun_breakpoint_command_test, breakpoint_command_test)
9424 (user_defined_command_test, watchpoint_command_test)
9425 (test_command_prompt_position, deprecated_command_test)
9426 (bp_deleted_in_command, temporary_breakpoint_commands)
9427 (stray_arg0_test, source_file_with_indented_comment)
9428 (recursive_source_test, if_commands_test)
9429 (error_clears_commands_left, redefine_hook_test)
9430 (redefine_backtrace_test): Use proc_with_prefix.
9431 * lib/gdb.exp (proc_with_prefix): New proc.
9432
9433 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
9434
9435 * gdb.base/tui-layout.c: New file.
9436 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
9437 disassembly window contains very long lines.
9438
9439 2016-11-08 Tom Tromey <tom@tromey.com>
9440
9441 * gdb.python/py-value.exp (test_value_creation): Make "long" test
9442 depend on Python 2.
9443
9444 2016-11-08 Tom Tromey <tom@tromey.com>
9445
9446 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
9447 New method.
9448
9449 2016-10-29 Manish Goregaokar <manish@mozilla.com>
9450
9451 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
9452
9453 2016-10-27 Manish Goregaokar <manish@mozilla.com>
9454
9455 * gdb.rust/simple.rs: Add test for univariant enums without
9456 discriminants and for encoded struct-like enums.
9457
9458 2016-10-28 Pedro Alves <palves@redhat.com>
9459
9460 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
9461 gdb_test_multiple, tighten regexps and match symtabs and line
9462 tables incrementally.
9463
9464 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
9465
9466 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
9467 general.
9468
9469 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
9470
9471 * gdb.base/exec-invalid-sysroot.exp: New file.
9472
9473 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9474
9475 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
9476
9477 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9478
9479 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
9480
9481 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
9482
9483 * gdb.base/killed-outside.exp: Remove $options from a call to
9484 `prepare_for_testing'.
9485
9486 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9487
9488 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
9489 Change test message.
9490
9491 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9492
9493 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
9494 Update comment.
9495
9496 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9497
9498 * gdb.trace/mi-trace-save.exp: New file.
9499
9500 2016-10-13 Yao Qi <yao.qi@linaro.org>
9501
9502 * gdb.base/code_elim.exp (get_var_address): Remove.
9503 * gdb.base/relocate.exp: Likewise.
9504 * gdb.base/shreloc.exp: Likewise.
9505 * lib/gdb.exp (get_var_address): New.
9506
9507 2016-10-13 Yao Qi <yao.qi@linaro.org>
9508
9509 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
9510 floating point tests if $skip_float_test is false.
9511
9512 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
9513
9514 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
9515 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
9516 argc values.
9517 Add 1 to argc so we guarantee distinct initial/modified argc values.
9518
9519 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9520
9521 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
9522
9523 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9524
9525 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
9526 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
9527 * gdb.arch/vsx-regs.exp: Likewise.
9528
9529 2016-10-07 Yao Qi <yao.qi@linaro.org>
9530
9531 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
9532
9533 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
9534
9535 * gdb.python/python.exp: Test decode_line("*0").
9536
9537 2016-10-06 Doug Evans <dje@google.com>
9538
9539 * gdb.python/py-value.exp (test_value_creation): Add test for large
9540 unsigned 64-bit value.
9541
9542 2016-10-06 Tom Tromey <tom@tromey.com>
9543
9544 * gdb.compile/compile.exp: Change java tests to rust.
9545 * gdb.base/setshow.exp: Change java tests to rust.
9546 * gdb.base/default.exp: Remove java from language list.
9547 * README (Examples): Update language example.
9548 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
9549 test.
9550 * lib/gdb.exp (skip_java_tests): Remove.
9551 * lib/java.exp: Remove.
9552 * gdb.java: Remove.
9553
9554 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
9555
9556 * gdb.arch/mips-fcr.exp: New test.
9557 * gdb.arch/mips-fcr.c: Source for the new test.
9558
9559 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
9560
9561 * gdb.base/solib-disc.exp: Use `standard_output_file'
9562 throughout.
9563
9564 2016-10-06 Pedro Alves <palves@redhat.com>
9565
9566 * gdb.base/jit-simple-dl.c: New file.
9567 * gdb.base/jit-simple-jit.c: New file, factored out from ...
9568 * gdb.base/jit-simple.c: ... this.
9569 * gdb.base/jit-simple.exp (jit_run): Delete.
9570 (build_jit): New proc.
9571 (jit_test_reread): Recompile either the main program or the shared
9572 library, depending on what is being tested. Skip changing address
9573 if caller wants to. Compare before/after addresses. If testing
9574 standalone, explicitly load the binary. Test "maint info
9575 breakpoints".
9576 (top level): Add "standalone vs shared lib" and "change address"
9577 vs "same address" axes.
9578
9579 2016-10-06 Pedro Alves <palves@redhat.com>
9580
9581 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
9582 call.
9583 (jit_run): Delete.
9584 (jit_test_reread): Use with_test_prefix. Reload the main binary
9585 explicitly. Compare the before/after addresses of the JIT
9586 descriptor.
9587
9588 2016-08-15 Doug Evans <dje@google.com>
9589
9590 * gdb.xml/extra-regs.xml: Update, end field now required, default type
9591 for single bitfields is bool.
9592 * gdb.xml/tdesc-regs.exp: Ditto.
9593
9594 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9595
9596 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
9597
9598 2016-10-05 Yao Qi <yao.qi@linaro.org>
9599
9600 * lib/gdb.exp (support_complex_tests): Return zero if
9601 gdb_skip_float_test return true.
9602
9603 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
9604 Simon Marchi <simon.marchi@ericsson.com>
9605
9606 PR gdb/20487
9607 * gdb.mi/user-selected-context-sync.exp: New file.
9608 * gdb.mi/user-selected-context-sync.c: New file.
9609
9610 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
9611 Simon Marchi <simon.marchi@ericsson.com>
9612
9613 PR gdb/20487
9614 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
9615 =thread-select-event check.
9616
9617 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
9618
9619 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
9620 the compulsory L operand changes.
9621 * gdb.arch/powerpc-power.s: Likewise.
9622
9623 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9624
9625 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
9626 * gdb.base/jit-attach-pie.c: New file.
9627 * gdb.base/jit-attach-pie.exp: New file.
9628
9629 2016-09-28 Pedro Alves <palves@redhat.com>
9630
9631 * gdb.base/infcall-input.c: New file.
9632 * gdb.base/infcall-input.exp: New file.
9633
9634 2016-09-22 Yao Qi <yao.qi@linaro.org>
9635
9636 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
9637 (gdb_exit): Rename it to ...
9638 (gdbserver_gdb_exit): ... Close GDBserver.
9639 (gdb_exit): New proc, call gdbserver_gdb_exit.
9640 (mi_gdb_exit): Likewise.
9641
9642 2016-09-22 Yao Qi <yao.qi@linaro.org>
9643
9644 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
9645 path.
9646 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
9647 Remove duplication.
9648
9649 2016-09-22 Yao Qi <yao.qi@linaro.org>
9650
9651 * lib/gdbserver-support.exp: Check the existence of
9652 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
9653
9654 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
9655
9656 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
9657
9658 2016-09-21 Tom Tromey <tom@tromey.com>
9659
9660 PR gdb/20604:
9661 * gdb.base/quit.exp: New file.
9662
9663 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
9664
9665 * .gitignore: New file.
9666
9667 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
9668
9669 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
9670 throughout.
9671
9672 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9673
9674 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
9675
9676 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9677
9678 * gdb.cp/casts.cc (decltype): Move it ...
9679 (main): ... with its call to ...
9680 * gdb.cp/casts03.cc: ... a new file.
9681 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
9682
9683 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9684
9685 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
9686
9687 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
9688
9689 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
9690 and sync up the test with tests in gas/testsuite/gas/ppc.
9691 * gdb.arch/powerpc-power.exp: Likewise.
9692
9693 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9694
9695 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
9696
9697 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
9698 Jan Kratochvil <jan.kratochvil@redhat.com>
9699
9700 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
9701 make m1's definition to be different from m2's. Use 'dummy' as an
9702 argument for probe 'two'.
9703
9704 2016-09-10 Jon Beniston <jon@beniston.com>
9705
9706 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
9707 for sim target.
9708
9709 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
9710
9711 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
9712 variable declaration.
9713 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
9714 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
9715 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
9716 received HWCAP as its argument.
9717
9718 2016-09-06 Pedro Alves <palves@redhat.com>
9719
9720 * gdb.base/new-ui-pending-input.c: New file.
9721 * gdb.base/new-ui-pending-input.exp: New file.
9722 * gdb.exp (clear_gdb_spawn_id): New procedure.
9723 (with_spawn_id): Check whether gdb_spawn_id exists before
9724 referencing it. If gdb_spawn_id didn't exist on entry, clear it
9725 on exit.
9726
9727 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
9728
9729 * gdb.base/float128.c: New file.
9730 * gdb.base/float128.exp: Likewise.
9731 * gdb.base/floatn.c: Likewise.
9732 * gdb.base/floatn.exp: Likewise.
9733
9734 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
9735
9736 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
9737
9738 2016-09-05 Pedro Alves <palves@redhat.com>
9739
9740 PR backtrace/19927
9741 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
9742 unwinders are immediately called as side effect of "source" or
9743 "disable unwinder" commands.
9744 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
9745
9746 2016-09-02 Yao Qi <yao.qi@linaro.org>
9747
9748 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
9749 is true and $type is "float" or "double".
9750
9751 2016-09-02 Yao Qi <yao.qi@linaro.org>
9752
9753 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
9754 true.
9755 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
9756 * gdb.base/call-rt-st.exp: Likewise.
9757 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
9758 return value instead of gdb,skip_float_test.
9759 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
9760 (do_function_calls): Use its return value instead of
9761 gdb,skip_float_test.
9762 * gdb.base/finish.exp: Likewise.
9763 * gdb.base/funcargs.exp: Likewise.
9764 * gdb.base/return.exp: Likewise.
9765 * gdb.base/return2.exp: Likewise.
9766 * gdb.base/varargs.exp: Likewise.
9767 * lib/gdb.exp (gdb_skip_float_test): Change it to
9768 gdb_caching_proc. Detect the broken ptrace on arm-linux.
9769
9770 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
9771
9772 * gdb.multi/tids.exp: Test "thread apply all".
9773
9774 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9775
9776 * gdb.base/default.exp (tty): Remove.
9777
9778 2016-08-24 Kevin Buettner <kevinb@redhat.com>
9779
9780 * gdb.python/py-recurse-unwind.c: New file.
9781 * gdb.python/py-recurse-unwind.py: New file.
9782 * gdb.python/py-recurse-unwind.exp: New file.
9783
9784 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
9785
9786 * gdb.base/set-inferior-tty.exp: New file.
9787 * gdb.base/set-inferior-tty.c: New file.
9788
9789 2016-08-23 Pedro Alves <palves@redhat.com>
9790
9791 PR gdb/20494
9792 * gdb.base/new-ui-echo.c: New file.
9793 * gdb.base/new-ui-echo.exp: New file.
9794
9795 2016-08-23 Yao Qi <yao.qi@linaro.org>
9796
9797 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
9798 gdbserver_spawn.
9799 * gdb.server/connect-without-multi-process.exp (do_test):
9800 Likewise.
9801
9802 2016-08-23 Yao Qi <yao.qi@linaro.org>
9803
9804 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
9805 standalone_txt. Delete gdb_txt and standalone_txt on host
9806 and target. Spawn the binary on target. Copy files from
9807 target to host.
9808
9809 2016-08-22 Pedro Alves <palves@redhat.com>
9810
9811 PR gdb/20505
9812 * gdb.base/vdso-warning.exp: Test core dumps too. Use
9813 with_test_prefix. Factor out bits to ...
9814 (test_no_vdso): ... this new procedure.
9815
9816 2016-08-19 Carl Love <cel@us.ibm.com>
9817
9818 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
9819 maintaining separate logic for constructing the output path.
9820 * gdb.arch/powerpc-d128-regs.exp: Likewise.
9821 * gdb.arch/ppc-dfp.exp: Likewise.
9822 * gdb.arch/ppc-fp.exp: Likewise.
9823 * gdb.arch/vsx-regs.exp: Likewise.
9824 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
9825 binprefix for generating the additional binary files.
9826
9827 2016-08-19 Pedro Alves <palves@redhat.com>
9828
9829 * gdb.trace/mi-trace-frame-collected.exp
9830 (test_trace_frame_collected): On x32, expect two registers.
9831
9832 2016-08-18 Carl Love <cel@us.ibm.com>
9833
9834 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
9835 and sync up the test with tests in gas/testsuite/gas/ppc.
9836 * gdb.arch/powerpc-power.exp: Likewise.
9837
9838 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
9839
9840 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
9841 expected error message.
9842
9843 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
9844
9845 * gdb.multi/remove-inferiors.exp: New file.
9846 * gdb.multi/remove-inferiors.c: New file.
9847
9848 2016-08-12 Yao Qi <yao.qi@linaro.org>
9849
9850 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
9851 argument list.
9852
9853 2016-08-10 Pedro Alves <palves@redhat.com>
9854
9855 PR gdb/19187
9856 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
9857 setup_kfails.
9858
9859 2016-08-09 Pedro Alves <palves@redhat.com>
9860 Simon Marchi <simon.marchi@ericsson.com>
9861
9862 PR gdb/20418
9863 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
9864 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
9865
9866 2016-08-09 Pedro Alves <palves@redhat.com>
9867
9868 PR mi/20431
9869 * gdb.mi/mi-cmd-error.exp: New file.
9870
9871 2016-08-09 Pedro Alves <palves@redhat.com>
9872
9873 PR gdb/18653
9874 * gdb.base/signals-state-child.c: New file.
9875 * gdb.base/signals-state-child.exp: New file.
9876 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
9877
9878 2016-08-09 Pedro Alves <palves@redhat.com>
9879
9880 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
9881
9882 2016-08-03 Tom Tromey <tom@tromey.com>
9883
9884 PR python/18565:
9885 * gdb.python/py-frame-inline.exp: Add Frame.function test.
9886
9887 2016-08-01 Yao Qi <yao.qi@linaro.org>
9888
9889 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
9890 variable mode to "multi-process" if $multi_process is 1, otherwise
9891 set it to "single-process".
9892
9893 2016-08-01 Yao Qi <yao.qi@linaro.org>
9894
9895 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
9896 * gdb.cp/cpexprs.exp: Likewise.
9897 * gdb.cp/m-static.exp: Likewise.
9898
9899 2016-07-26 Tom Tromey <tom@tromey.com>
9900
9901 PR python/20190:
9902 * gdb.threads/tls.exp (check_thread_local): Add python symbol
9903 test.
9904
9905 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
9906
9907 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
9908 selecting assembly source files.
9909 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
9910 assembly source files.
9911 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
9912 assembly source files.
9913 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
9914 selecting assembly source files.
9915
9916 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
9917
9918 * gdb.base/new-ui.exp (do_test_invalid_args): New
9919 procedure.
9920
9921 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
9922
9923 * gdb.btrace/reconnect.c: New file.
9924 * gdb.btrace/reconnect.exp: New file.
9925
9926 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
9927
9928 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
9929 to test_catch_syscall_group.
9930 (test_catch_syscall_group): New.
9931
9932 2016-07-21 Tom Tromey <tom@tromey.com>
9933
9934 * gdb.rust/simple.rs (main): Use empty struct expression.
9935 * gdb.rust/simple.exp: Add tests for empty struct expression.
9936
9937 2016-07-21 Yao Qi <yao.qi@linaro.org>
9938
9939 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
9940 if gdb_skip_xml_test is true on some targets.
9941
9942 2016-07-21 Yao Qi <yao.qi@linaro.org>
9943
9944 * gdb.server/solib-list.exp: Unset last_loaded_file.
9945
9946 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9947
9948 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
9949 "step into captured_main (args)".
9950
9951 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9952
9953 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
9954
9955 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9956
9957 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
9958
9959 2016-07-19 Pedro Alves <palves@redhat.com>
9960
9961 * gdb.opt/inline-break.exp: Remove optimize=-O2.
9962 * gdb.opt/inline-bt.exp: Likewise.
9963 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
9964 additional_flags=-Winline.
9965 * gdb.opt/inline-locals.exp: Likewise.
9966 * gdb.opt/inline-markers.c (ATTR): Define.
9967 (inlined_fn): Use it.
9968
9969 2016-07-19 Yao Qi <yao.qi@linaro.org>
9970
9971 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
9972 (test_with_self): Remove some code. Remove argument executable.
9973 (top-level): Use do_self_tests.
9974
9975 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
9976 Don Breazeal <donb@codesourcery.com>
9977
9978 * gdb.base/maint.exp: Escape paths used in regular expressions.
9979 * gdb.stabs/weird.exp: Likewise.
9980
9981 2016-07-13 Tom Tromey <tom@tromey.com>
9982
9983 PR python/15620, PR python/18620:
9984 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
9985 (test_bkpt_events): New procs.
9986
9987 2016-07-13 Tom Tromey <tom@tromey.com>
9988
9989 PR python/17698:
9990 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
9991 test.
9992 (test_watchpoints): Likewise.
9993 (test_bkpt_pending): New proc.
9994
9995 2016-07-13 Tom Tromey <tom@tromey.com>
9996
9997 PR cli/18053:
9998 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
9999 completion test.
10000
10001 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10002
10003 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
10004 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
10005 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
10006 f_label.
10007 (g): Rename g_end_lbl to g_label.
10008 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
10009 low_pc and high_pc.
10010 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
10011
10012 2016-07-12 Tom Tromey <tom@tromey.com>
10013
10014 PR python/19293:
10015 * gdb.python/py-unwind-maint.exp: Update tests.
10016
10017 2016-07-12 Yao Qi <yao.qi@linaro.org>
10018
10019 * lib/selftest-support.exp (selftest_setup): Match the output
10020 when captured_main is inlined.
10021
10022 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
10023
10024 * gdb.fortran/derived-types.exp (result_line, result_line_2):
10025 New variables.
10026 (print this%a, print this%b, print this): New tests.
10027 * gdb.fortran/derived-types.f90 (this): New object and
10028 initialization.
10029
10030 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
10031
10032 * gdb.ada/arraydim.exp: Remove extra directory level in build
10033 directory.
10034
10035 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
10036
10037 * lib/ada.exp: Remove extra directory level in build directory.
10038 * gdb.ada/cond_lang.exp: Likewise.
10039 * gdb.ada/exec_changed.exp: Likewise.
10040 * gdb.ada/lang_switch.exp: Likewise.
10041
10042 2016-07-06 Manish Goregaokar <manish@mozilla.com>
10043
10044 * simple.rs: Add test for raw pointer subscripting.
10045 * simple.exp: Add test expectations.
10046
10047 2016-07-05 Yao Qi <yao.qi@linaro.org>
10048
10049 * gdb.mi/mi-reverse.exp: Match =record-started output.
10050
10051 2016-07-01 Pedro Alves <palves@redhat.com>
10052
10053 * gdb.base/jit-reader.exp (info_registers_current_frame): New
10054 procedure.
10055 (jit_reader_test): Test the jit reader's unwinder.
10056 * gdb.base/jithost.c (jit_function_00_code): New global.
10057 (main): Use memcpy to fill in the mmapped code, instead of poking
10058 bytes manually here.
10059 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
10060 value.
10061 (read_debug_info): Save the function's range.
10062 (read_sp): New function.
10063 (unwind_frame): Use it. Also unwind RBP.
10064 (get_frame_id): Use read_sp.
10065 (gdb_init_reader): Use calloc instead of malloc.
10066 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
10067 parameter. Use gdb_test_multiple.
10068
10069 2016-07-01 Pedro Alves <palves@redhat.com>
10070 Antoine Tremblay <antoine.tremblay@ericsson.com>
10071
10072 * gdb.threads/process-dies-while-detaching.c: New file.
10073 * gdb.threads/process-dies-while-detaching.exp: New file.
10074
10075 2016-07-01 Pedro Alves <palves@redhat.com>
10076
10077 * gdb.multi/watchpoint-multi-exit.c: New file.
10078 * gdb.multi/watchpoint-multi-exit.exp: New file.
10079
10080 2016-06-30 Pedro Alves <palves@redhat.com>
10081
10082 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
10083 unset inferior_spawn_id.
10084
10085 2016-06-30 Pedro Alves <palves@redhat.com>
10086
10087 * lib/mi-support.exp (default_mi_gdb_start): Declare global
10088 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
10089
10090 2016-06-29 Yao Qi <yao.qi@linaro.org>
10091
10092 * gdb.base/return.c: Add copyright header.
10093
10094 2016-06-29 Tom Tromey <tom@tromey.com>
10095
10096 PR python/20129:
10097 * gdb.python/py-framefilter.exp: Add tests for setting priority
10098 and disabling of non-existent frame filter.
10099
10100 2016-06-29 Yao Qi <yao.qi@linaro.org>
10101
10102 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
10103 0x0f07ff.
10104
10105 2016-06-28 Yao Qi <yao.qi@linaro.org>
10106
10107 * gdb.base/catch-syscall.exp: Remove check on isnative and target
10108 triplets. Start gdb, execute catch syscall, and continue. Check
10109 gdb's output to determine catch syscall is supported.
10110
10111 2016-06-27 Manish Goregaokar <manish@mozilla.com>
10112
10113 * gdb.rust/simple.rs: Add test for returning unit in a function.
10114 * gdb.rust/simple.exp: Add expectation for functions returning
10115 unit.
10116
10117 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
10118
10119 * gdb.python/py-breakpoint-create-fail.c,
10120 gdb.python/py-breakpoint-create-fail.exp,
10121 gdb.python/py-breakpoint-create-fail.py: New testcase.
10122
10123 2016-06-25 Manish Goregaokar <manish@mozilla.com>
10124
10125 PR gdb/20239
10126 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
10127 * gdb.rust/simple.exp: Add test expectations for new NonZero
10128 tests.
10129
10130 2016-06-24 David Taylor <dtaylor@emc.com>
10131
10132 * gdb.base/offsets.exp: New file.
10133 * gdb.base/offsets.c: New file.
10134
10135 2016-06-23 Tom Tromey <tom@tromey.com>
10136
10137 PR gdb/16483:
10138 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
10139 before any filters are loaded.
10140
10141 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
10142
10143 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
10144 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
10145 structs.
10146 * gdb.fortran/derived-type-function.exp: New file.
10147 * gdb.fortran/derived-type-function.f90: New file.
10148
10149
10150 2016-06-21 Pedro Alves <palves@redhat.com>
10151
10152 * gdb.base/new-ui.exp: New file.
10153 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
10154 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
10155 (with_spawn_id): New procedure.
10156
10157 2016-06-21 Pedro Alves <palves@redhat.com>
10158
10159 * gdb.mi/mi-exec-run.exp: New file.
10160
10161 2016-06-21 Pedro Alves <palves@redhat.com>
10162
10163 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
10164 breakpoint command's output on the main UI.
10165 (test_break): New procedure, factored out from calls in the top
10166 level.
10167 (top level): Use foreach_with_prefix to test MI as main UI and as
10168 separate UI.
10169
10170 2016-06-21 Pedro Alves <palves@redhat.com>
10171
10172 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
10173 (test_awatch_creation_and_listing)
10174 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
10175 Remove 'type' parameter.
10176 (test_watchpoint_all): New parameter mi_mode. Remove
10177 with_test_prefix.
10178 (top level): Use foreach_with_prefix, and add main/separate UI MI
10179 testing axis.
10180
10181 2016-06-21 Pedro Alves <palves@redhat.com>
10182
10183 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
10184 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
10185 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
10186 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
10187 (gdb_main_spawn_id, mi_spawn_id): Declare and
10188 comment.
10189 (mi_create_inferior_pty): New procedure,
10190 factored out from default_mi_gdb_start.
10191 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
10192 procedures.
10193 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
10194 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
10195 Use mi_create_inferior_pty.
10196 (mi_gdb_start): Use eval to pass down args list.
10197
10198 2016-06-21 Pedro Alves <palves@redhat.com>
10199
10200 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
10201 * gdb.opt/inline-cmds.exp: Add MI tests.
10202
10203 2016-06-21 Pedro Alves <palves@redhat.com>
10204
10205 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
10206
10207 2016-06-21 Pedro Alves <palves@redhat.com>
10208
10209 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
10210 (top level): Use it instead of mi_execute_to.
10211
10212 2016-06-21 Pedro Alves <palves@redhat.com>
10213
10214 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
10215 (cont_handler_str): New.
10216 (signal_stop_handler): Set stop_handler_str instead of printing to
10217 stdout.
10218 (continue_handler): Set cont_handler_str instead of printing to
10219 stdout.
10220 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
10221 mi_send_resuming_command. Print stop_handler_str and
10222 cont_handler_str instead of expecting the python events print
10223 directly.
10224
10225 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
10226
10227 * gdb.base/jit-reader.exp: New file.
10228 * gdb.base/jithost.c: New file.
10229 * gdb.base/jithost.h: New file.
10230 * gdb.base/jitreader.c : New file.
10231 * gdb.base/jit-protocol.h: New file.
10232
10233 2016-06-17 Yao Qi <yao.qi@linaro.org>
10234
10235 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
10236 parameters follow_fork and detach_on_fork. Set follow-fork-mode
10237 and detach-on-fork. Adjust tests.
10238 (top level): Invoke break_cond_on_syscall with combinations of
10239 syscall, follow-fork-mode and detach-on-fork.
10240
10241 2016-06-17 Yao Qi <yao.qi@linaro.org>
10242
10243 * gdb.base/step-over-exit.c: New.
10244 * gdb.base/step-over-exit.exp: New.
10245
10246 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
10247
10248 * gdb.base/float.exp: Add target check for nds32*-*-*.
10249 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
10250
10251 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
10252
10253 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
10254 for unsupported target features.
10255 * gdb.base/call-rt-st.exp: Likewise.
10256 * gdb.base/call-sc.exp: Likewise.
10257 * gdb.base/call-signal-resume.exp: Likewise.
10258 * gdb.base/call-strs.exp: Likewise.
10259 * gdb.base/callexit.exp: Likewise.
10260 * gdb.base/callfuncs.exp: Likewise.
10261 * gdb.base/nodebug.exp: Likewise.
10262 * gdb.base/printcmds.exp: Likewise.
10263 * gdb.base/ptype.exp: Likewise.
10264 * gdb.base/structs.exp: Likewise.
10265 * gdb.base/unwindonsignal.exp: Likewise.
10266 * gdb.cp/gdb2495.exp: Likewise.
10267 * gdb.cp/templates.exp: Likewise.
10268 * gdb.cp/virtfunc.exp: Likewise.
10269 * gdb.threads/hand-call-in-threads.exp: Likewise.
10270 * gdb.threads/interrupted-hand-call.exp: Likewise.
10271 * gdb.threads/thread-unwindonsignal.exp: Likewise.
10272
10273 2016-06-10 Tom Tromey <tom@tromey.com>
10274
10275 PR rust/20110:
10276 * gdb.rust/expr.exp: Add test for integer constant larger than
10277 i32.
10278
10279 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
10280
10281 * gdb.fortran/nested-funcs.exp: New.
10282 * gdb.fortran/nested-funcs.f90: New.
10283
10284 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
10285
10286 * gdb.base/examine-backward.c: New file.
10287 * gdb.base/examine-backward.exp: New file.
10288
10289 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
10290
10291 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
10292 matching.
10293
10294 2016-06-02 Tom Tromey <tom@tromey.com>
10295
10296 PR python/18984:
10297 * gdb.python/py-shared.exp: Add solib_name test.
10298
10299 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
10300
10301 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
10302
10303 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
10304
10305 PR c++/19893
10306 * gdb.dwarf2/implref.exp: Rename to...
10307 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
10308 * gdb.dwarf2/implref-array.c: New file.
10309 * gdb.dwarf2/implref-array.exp: Likewise.
10310 * gdb.dwarf2/implref-global.c: Likewise.
10311 * gdb.dwarf2/implref-global.exp: Likewise.
10312 * gdb.dwarf2/implref-struct.c: Likewise.
10313 * gdb.dwarf2/implref-struct.exp: Likewise.
10314
10315 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10316
10317 * gdb.trace/trace-condition.exp: Add 64bit tests.
10318
10319 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10320
10321 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
10322 bits types.
10323 (main): Adapt to 8 to 64 bits types.
10324 * gdb.trace/trace-condition.exp: Add new tests.
10325
10326 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10327
10328 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
10329
10330 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10331
10332 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
10333 Move condition tests...
10334 * gdb.trace/trace-condition.exp: Here.
10335
10336 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10337
10338 * gdb.trace/trace-condition.exp: Add counter-case tests.
10339
10340 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
10341
10342 PR c++/15231
10343 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
10344 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
10345
10346 2016-05-27 Pedro Alves <palves@redhat.com>
10347
10348 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
10349 New procedure.
10350 (top level): Call it, and bail out of DejaGnu is known to be bad.
10351
10352 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
10353
10354 * gdb.base/whatis.c: Extend the test case.
10355 * gdb.base/whatis.exp: Add additional tests.
10356
10357 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10358
10359 * gdb.fortran/type.f90: Add pointer variable.
10360 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
10361
10362 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10363
10364 * gdb.fortran/vla-type.exp: Fix testcase name.
10365
10366 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10367
10368 * gdb.fortran/vla-type.exp: Access elements in nested structs.
10369
10370 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10371
10372 * gdb.fortran/type.f90: Add nested structures.
10373 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
10374 * gdb.fortran/derived-type.exp: Adapt expected output.
10375 * gdb.fortran/vla-type.exp: Adapt expected output.
10376
10377 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10378
10379 * gdb.fortran/whatis_type.exp: Adapt expected output.
10380
10381 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10382
10383 * gdb.fortran/print_type.exp: Fix expected output.
10384 * gdb.fortran/whatis_type.exp: Fix expected output.
10385
10386 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10387
10388 * gdb.fortran/whatis_type.exp: Use multi_line.
10389
10390 2016-05-24 Tom Tromey <tom@tromey.com>
10391
10392 PR python/17386:
10393 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
10394 use value as an index.
10395
10396 2016-05-23 Tom Tromey <tom@tromey.com>
10397
10398 PR python/17981:
10399 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
10400 no-breakpoint case.
10401
10402 2016-05-24 Pedro Alves <palves@redhat.com>
10403
10404 PR gdb/19828
10405 * gdb.threads/clone-attach-detach.c: New file.
10406 * gdb.threads/clone-attach-detach.exp: New file.
10407
10408 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
10409
10410 * gdb.base/annota-input-while-running.exp: Fix syntax error.
10411
10412 2016-05-23 Tom Tromey <tom@tromey.com>
10413
10414 PR python/19438, PR python/18393:
10415 * gdb.python/py-progspace.exp: Add "dir" test.
10416 * gdb.python/py-objfile.exp: Add "dir" test.
10417
10418 2016-05-23 Yao Qi <yao.qi@linaro.org>
10419
10420 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
10421 * gdb.arch/thumb2-it.exp: Likewise.
10422
10423 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
10424
10425 * gdb.mi/mi-threads-interrupt.c: New file.
10426 * gdb.mi/mi-threads-interrupt.exp: New file.
10427
10428 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
10429
10430 PR gdb/18077
10431 * gdb.mi/mi-async-run.exp: New file.
10432 * gdb.mi/mi-async-run.c: New file.
10433
10434 2016-05-17 Tom Tromey <tom@tromey.com>
10435 Manish Goregaokar <manishsmail@gmail.com>
10436
10437 * lib/rust-support.exp: New file.
10438 * lib/gdb.exp (skip_rust_tests): New proc.
10439 (build_executable_from_specs): Handle rust.
10440 * lib/future.exp (gdb_find_rustc): New proc.
10441 (gdb_default_target_compile): Handle rust.
10442 * gdb.rust/expr.exp: New file.
10443 * gdb.rust/generics.exp: New file.
10444 * gdb.rust/generics.rs: New file.
10445 * gdb.rust/methods.exp: New file.
10446 * gdb.rust/methods.rs: New file.
10447 * gdb.rust/modules.exp: New file.
10448 * gdb.rust/modules.rs: New file.
10449 * gdb.rust/simple.exp: New file.
10450 * gdb.rust/simple.rs: New file.
10451
10452 2016-05-17 Tom Tromey <tom@tromey.com>
10453
10454 * gdb.base/default.exp (set language): Add rust.
10455
10456 2016-05-17 Tom Tromey <tom@tromey.com>
10457
10458 * gdb.gdb/unittest.exp: New file.
10459
10460 2016-05-16 Yao Qi <yao.qi@linaro.org>
10461
10462 * gdb.base/batch-preserve-term-settings.exp: Remove variable
10463 shell_prompt. Update shell_prompt_re.
10464
10465 2016-05-12 Doug Evans <dje@google.com>
10466
10467 PR symtab/19999
10468 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
10469 $options when building executable.
10470 * gdb.dwarf2/fission-loclists-pie.S: New file.
10471 * gdb.dwarf2/fission-loclists-pie.exp: New file.
10472
10473 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
10474
10475 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
10476 of [is_remote target],
10477
10478 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
10479
10480 * lib/gdb.exp (use_gdb_stub): New procedure.
10481
10482 2016-05-03 Yunlian Jiang <yunlian@google.com>
10483 Doug Evans <dje@google.com>
10484
10485 PR symtab/19914
10486 * gdb.dwarf2/dwp-sepdebug.c: New file.
10487 * gdb.dwarf2/dwp-sepdebug.exp: New file.
10488
10489 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
10490
10491 * gdb.base/detach.exp: Remove is_remote check.
10492
10493 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
10494
10495 * gdb.base/annota-input-while-running.exp: Don't check for
10496 [is_remote target]. Enable annotations after running to main.
10497 Remove unused "set test..." line.
10498
10499 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
10500
10501 * gdb.trace/trace-enable-disable.exp: New file.
10502 * gdb.trace/trace-enable-disable.c: New file.
10503
10504 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
10505
10506 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
10507 use it in info sharedlibrary test.
10508 * gdb.trace/ftrace-lock.exp: Likewise.
10509 * gdb.trace/ftrace.exp: Likewise.
10510 * gdb.trace/range-stepping.exp: Likewise.
10511 * gdb.trace/trace-break.exp: Likewise.
10512 * gdb.trace/trace-condition.exp: Likewise.
10513 * gdb.trace/trace-mt.exp: Likewise.
10514
10515 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
10516
10517 * lib/gdb.exp (gdb_load_shlibs): Rename to...
10518 (gdb_load_shlib): ... this.
10519 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
10520 gdb_load_shlib.
10521 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
10522 * gdb.base/ctxobj.exp: Likewise.
10523 * gdb.base/dprintf-pending.exp: Likewise.
10524 * gdb.base/dso2dso.exp: Likewise.
10525 * gdb.base/fixsection.exp: Likewise.
10526 * gdb.base/gcore-relro.exp: Likewise.
10527 * gdb.base/gdb1555.exp: Likewise.
10528 * gdb.base/global-var-nested-by-dso.exp: Likewise.
10529 * gdb.base/gnu-ifunc.exp: Likewise.
10530 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
10531 * gdb.base/jit-so.exp (one_jit_test): Likewise.
10532 * gdb.base/pending.exp: Likewise.
10533 * gdb.base/print-file-var.exp: Likewise.
10534 * gdb.base/print-symbol-loading.exp: Likewise.
10535 * gdb.base/shlib-call.exp: Likewise.
10536 * gdb.base/shreloc.exp: Likewise.
10537 * gdb.base/so-impl-ld.exp: Likewise.
10538 * gdb.base/solib-disc.exp: Likewise.
10539 * gdb.base/solib-nodir.exp: Likewise.
10540 * gdb.base/solib-overlap.exp: Likewise.
10541 * gdb.base/solib-symbol.exp: Likewise.
10542 * gdb.base/solib-weak.exp (do_test): Likewise.
10543 * gdb.base/sym-file.exp: Likewise.
10544 * gdb.base/symtab-search-order.exp: Likewise.
10545 * gdb.base/type-opaque.exp: Likewise.
10546 * gdb.base/unload.exp: Likewise.
10547 * gdb.base/watchpoint-solib.exp: Likewise.
10548 * gdb.compile/compile.exp: Likewise.
10549 * gdb.cp/gdb2384.exp: Likewise.
10550 * gdb.cp/infcall-dlopen.exp: Likewise.
10551 * gdb.cp/re-set-overloaded.exp: Likewise.
10552 * gdb.fortran/library-module.exp: Likewise.
10553 * gdb.opt/solib-intra-step.exp: Likewise.
10554 * gdb.python/py-finish-breakpoint.exp: Likewise.
10555 * gdb.python/py-shared.exp: Likewise.
10556 * gdb.reverse/solib-precsave.exp: Likewise.
10557 * gdb.reverse/solib-reverse.exp: Likewise.
10558 * gdb.server/solib-list.exp: Likewise.
10559 * gdb.threads/dlopen-libpthread.exp: Likewise.
10560 * gdb.threads/tls-shared.exp: Likewise.
10561 * gdb.threads/tls-so_extern.exp: Likewise.
10562 * gdb.trace/change-loc.exp: Likewise.
10563 * gdb.trace/ftrace-lock.exp: Likewise.
10564 * gdb.trace/ftrace.exp: Likewise.
10565 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
10566 * gdb.trace/pending.exp: Likewise.
10567 * gdb.trace/range-stepping.exp: Likewise.
10568 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
10569 (strace_info_marker): Likewise.
10570 (strace_probe_marker): Likewise.
10571 (strace_trace_on_same_addr): Likewise.
10572 (strace_trace_on_diff_addr): Likewise.
10573 * gdb.trace/trace-break.exp: Likewise.
10574 * gdb.trace/trace-condition.exp: Likewise.
10575 * gdb.trace/trace-mt.exp: Likewise.
10576
10577 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
10578
10579 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
10580 result of gdb_remote_download.
10581 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
10582 * gdb.base/dso2dso.exp: Likewise.
10583 * gdb.base/global-var-nested-by-dso.exp: Likewise.
10584 * gdb.base/print-file-var.exp: Likewise.
10585 * gdb.base/shlib-call.exp: Likewise.
10586 * gdb.base/shreloc.exp: Likewise.
10587 * gdb.base/solib-overlap.exp: Likewise.
10588 * gdb.base/solib-weak.exp (do_test): Likewise.
10589 * gdb.base/unload.exp: Likewise.
10590
10591 2016-04-27 Yao Qi <yao.qi@linaro.org>
10592
10593 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
10594 exists.
10595
10596 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10597
10598 * vla-type.exp: Print structure from toplevel.
10599
10600 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10601
10602 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
10603 of dynamic types.
10604 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
10605 of dynamic types.
10606
10607 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10608
10609 * gdb.fortran/vla-type.f90: New file.
10610 * gdb.fortran/vla-type.exp: New file.
10611
10612 2016-04-25 Yao Qi <yao.qi@linaro.org>
10613
10614 * gdb.base/branch-to-self.c: New file.
10615 * gdb.base/branch-to-self.exp: New file.
10616
10617 2016-04-22 Yao Qi <yao.qi@linaro.org>
10618
10619 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
10620 more after $hex.
10621
10622 2016-04-22 Yao Qi <yao.qi@linaro.org>
10623
10624 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
10625 * gdb.base/annota3.exp: Likewise.
10626
10627 2016-04-22 Yao Qi <yao.qi@linaro.org>
10628
10629 * gdb.reverse/step-precsave.exp: Do one step and test program
10630 stops in "callee" and do multiple steps until program goes out
10631 of "callee".
10632 * gdb.reverse/step-reverse.exp: Likewise.
10633
10634 2016-04-22 Yao Qi <yao.qi@linaro.org>
10635
10636 * gdb.trace/signal.exp: Also pass if
10637 $tracepoint_hits($i) > $iterations.
10638
10639 2016-04-22 Yao Qi <yao.qi@linaro.org>
10640
10641 * gdb.trace/signal.c: New file.
10642 * gdb.trace/signal.exp: New file.
10643
10644 2016-04-19 Doug Evans <xdje42@gmail.com>
10645
10646 * gdb.base/bad-file.exp: New file.
10647
10648 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
10649
10650 * gdb.dwarf2/implref.exp: New file.
10651
10652 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
10653
10654 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
10655 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
10656 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
10657 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
10658 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
10659 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
10660 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
10661 * lib/fortran.exp (fortran_int4): New procedure.
10662 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
10663 (fortran_logical4): Likewise.
10664
10665 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
10666
10667 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
10668
10669 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
10670
10671 * lib/compiler.c: Add Intel specific preprocessor macros.
10672 * lib/compiler.cc: Likewise.
10673
10674 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
10675
10676 * gdb.server/connect-with-no-symbol-file.c: New file.
10677 * gdb.server/connect-with-no-symbol-file.exp: New file.
10678
10679 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
10680
10681 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
10682
10683 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
10684
10685 * boards/gdbserver-base.exp (${board}_download): Copy source file to
10686 standard output directory.
10687
10688 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
10689
10690 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
10691
10692 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
10693
10694 * gdb.btrace/instruction_history.c (loop): Add declaration.
10695
10696 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
10697
10698 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
10699
10700 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
10701
10702 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
10703 parentheses to print.
10704 (continue_handler): Likewise.
10705
10706 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
10707
10708 * gdb.server/solib-list.exp: Remove is_remote check.
10709 Pass shlib= to gdb_compile. Don't link shared library with
10710 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
10711 Run binary filename through "readlink -f" on the target.
10712
10713 2016-04-08 Pedro Alves <palves@redhat.com>
10714
10715 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
10716 interpreter filename as argument to gdbserver_spawn.
10717 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
10718 Return empty if $last_loaded_file does not exist.
10719
10720 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10721
10722 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
10723 * gdb.base/jit-main.c: Use exit after usage.
10724
10725 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10726
10727 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
10728 GDBHISTSIZE prior to the tests.
10729 * gdb.base/gdbinit-history.exp: Likewise.
10730
10731 2016-04-07 Pedro Alves <palves@redhat.com>
10732
10733 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
10734 instead of build_executable. Use gdb_load_shlibs.
10735
10736 2016-04-07 Yao Qi <yao.qi@linaro.org>
10737
10738 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
10739 Execute "si" command.
10740
10741 2016-04-07 Yao Qi <yao.qi@linaro.org>
10742
10743 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
10744 number instead of the comments on some line.
10745
10746 2016-04-06 Don Breazeal <donb@codesourcery.com>
10747
10748 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
10749 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
10750
10751 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
10752
10753 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
10754 standard_output_file. Remove unused binfile variable.
10755
10756 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
10757
10758 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
10759 * gdb.python/py-mi-objfile.exp: Match "list main" output
10760 in console format.
10761
10762 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
10763
10764 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
10765 absolute.
10766
10767 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
10768
10769 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
10770 absolute.
10771 * gdb.trace/ftrace.exp: Likewise.
10772 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
10773 targets as well.
10774 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
10775 (gdb_load_shlibs): Copy libraries to test directory when testing
10776 natively. Only set solib-search-path if testing remotely.
10777 * lib/mi-support.exp (mi_load_shlibs): Likewise.
10778
10779 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
10780
10781 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
10782 gdb_download. Use it even if the target is not remote.
10783 * gdb.base/jit.exp (compile_jit_test): Likewise.
10784 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
10785 output directory if the destination board is local, otherwise use
10786 the standard remote_download from DejaGnu.
10787 (gdb_download): Remove.
10788 (gdb_load_shlibs): Use gdb_remote_download instead of
10789 gdb_download.
10790 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
10791 Use gdb_remote_download instead of gdb_download. Use it even if
10792 the target is not remote.
10793 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
10794 instead of gdb_download.
10795
10796 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
10797
10798 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
10799 (test_insert_delete_modify): Call mi_load_shlibs before trying to
10800 run.
10801
10802 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
10803
10804 PR gdb/19820
10805 * gdb.base/printcmds.exp: Add artificial arrays tests.
10806
10807 2016-03-31 Pedro Alves <palves@redhat.com>
10808
10809 PR gdb/19858
10810 * gdb.base/jit-main.c: Include unistd.h.
10811 (ATTACH): Define to 0 if not already defined.
10812 (wait_for_gdb, mypid): New globals.
10813 (WAIT_FOR_GDB): New macro.
10814 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
10815 some breakpoint locations.
10816 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
10817 New procedures.
10818 (one_jit_test): Add REATTACH parameter, and handle it. Use
10819 continue_to_test_location.
10820 (top level): Test attach, and adjusts calls to one_jit_test.
10821
10822 2016-03-31 Pedro Alves <palves@redhat.com>
10823
10824 PR gdb/19858
10825 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
10826 BINSUFFIX parameter, and handle it.
10827 (top level): Adjust calls compile_jit_test.
10828
10829 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
10830
10831 PR python/19743
10832 * gdb.python/py-mi-events-gdb.py: New file.
10833 * gdb.python/py-mi-events.c: New file.
10834 * gdb.python/py-mi-events.exp: New file.
10835
10836 2016-03-30 Yao Qi <yao.qi@linaro.org>
10837
10838 * gdb.reverse/until-precsave.exp: Match function name only.
10839 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
10840 Move malloc to a condition block.
10841 * gdb.reverse/until-reverse.exp: Match function name only.
10842
10843 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
10844
10845 * gdb.trace/ftrace.exp: Set arg0exp for s390.
10846 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
10847 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
10848 variable for GPR 0 instead of assuming it is register 0.
10849 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
10850 * lib/trace-support.exp: Add s390 registers.
10851
10852 2016-03-29 Yao Qi <yao.qi@linaro.org>
10853
10854 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
10855
10856 2016-03-24 Yao Qi <yao.qi@linaro.org>
10857
10858 * gdb.reverse/break-reverse.exp: Add quotation mark in the
10859 test message.
10860
10861 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10862
10863 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
10864 maintaining separate logic for constructing the output path.
10865
10866 2016-03-16 Don Breazeal <donb@codesourcery.com>
10867
10868 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
10869 Retry fork and waitpid on interrupted system call errors.
10870 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10871 Use with_timeout_factor to increase timeout by factor of 10.
10872
10873 2016-03-15 Don Breazeal <donb@codesourcery.com>
10874
10875 * gdb.cp/scope-err.cc: New test program.
10876 * gdb.cp/scope-err.exp: New test script.
10877 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
10878 lines and "set breakpoint here" comment.
10879 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
10880 Fixed some whitespace and format issues.
10881 * gdb.mi/mi-linespec-err-cp.cc: New test program.
10882 * gdb.mi/mi-linespec-err-cp.exp: New test script.
10883
10884 2016-03-15 Doug Evans <dje@google.com>
10885
10886 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
10887 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
10888 All callers updated. Add tests for enums, mixed flags register.
10889
10890 2016-03-15 Doug Evans <dje@google.com>
10891
10892 * gdb.base/skip.c (main): Call test_skip_file_and_function.
10893 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
10894
10895 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
10896
10897 * gdb.base/default.exp: Add $_as_string to the list of expected
10898 convenience functions.
10899
10900 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
10901
10902 * gdb.base/maint.exp: New tests for 'maint info line-table'.
10903
10904 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
10905
10906 * gdb.python/py-as-string.exp: New file.
10907 * gdb.python/py-as-string.c: New file.
10908
10909 2016-03-09 Pedro Alves <palves@redhat.com>
10910
10911 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
10912 signal" -> "Thread NN received signal" output change.
10913 * gdb.threads/ia64-sigill.exp: Likewise.
10914 * gdb.threads/linux-dp.exp: Likewise.
10915 * gdb.threads/manythreads.exp: Likewise.
10916 * gdb.threads/pending-step.exp: Likewise.
10917 * gdb.threads/print-threads.exp: Likewise.
10918 * gdb.threads/sigstep-threads.exp: Likewise.
10919 * gdb.threads/staticthreads.exp: Likewise.
10920 * gdb.threads/tls.exp: Likewise.
10921
10922 2016-03-09 Pedro Alves <palves@redhat.com>
10923
10924 * gdb.base/command-line-input.exp: New file.
10925
10926 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10927
10928 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
10929 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
10930 * gdb.trace/pending.exp: Accept leading dot before function name.
10931 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
10932 * lib/trace-support.exp: Set registers for ppc.
10933
10934 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10935
10936 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
10937 use it for disassembly; accept .main in addition to main in backtrace.
10938
10939 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
10940 Marcin Kościelnicki <koriakin@0x04.net>
10941
10942 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
10943 (gdb_recursion_test_ptr): New global variable.
10944 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
10945 gdb_recursion_test.
10946 (gdb_c_test): Ditto.
10947
10948 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10949
10950 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
10951 ordering.
10952
10953 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10954
10955 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
10956 (bar): Add bar_start_lbl label.
10957 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
10958 of foo/bar for emitting DWARF and tracing.
10959
10960 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
10961
10962 * analyze-racy-logs.py: Set executable bit.
10963
10964 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
10965
10966 * Makefile.in (DEFAULT_RACY_ITER): New variable.
10967 (CHECK_TARGET_TMP): Likewise.
10968 (check-single-racy): New rule.
10969 (check-parallel-racy): Likewise.
10970 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
10971 (do-check-parallel-racy): New rule.
10972 (check-racy/%.exp): Likewise.
10973 * README (Racy testcases): New section.
10974 * analyze-racy-logs.py: New file.
10975
10976 2016-03-03 Doug Evans <dje@google.com>
10977
10978 * gdb.base/skip.exp: Use with_test_prefix.
10979
10980 2016-03-03 Yao Qi <yao.qi@linaro.org>
10981
10982 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
10983 Invoke step_over_syscall "clone" and break_cond_on_syscall
10984 "clone".
10985 * gdb.base/step-over-clone.c: New file.
10986
10987 2016-03-03 Yao Qi <yao.qi@linaro.org>
10988
10989 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
10990 code format.
10991
10992 2016-03-03 Yao Qi <yao.qi@linaro.org>
10993
10994 * gdb.base/disp-step-fork.c: Rename to ...
10995 * gdb.base/step-over-fork.c: ... it. New file.
10996 * gdb.base/disp-step-vfork.c: Rename to ...
10997 * gdb.base/step-over-vfork.c: ... it. New file.
10998 * gdb.base/disp-step-syscall.exp: Rename to ...
10999 * gdb.base/step-over-syscall.exp: ... it. New file.
11000 (disp_step_cross_syscall): Rename to ...
11001 (step_over_syscall): ... it.
11002
11003 2016-03-03 Yao Qi <yao.qi@linaro.org>
11004
11005 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
11006 If target supports condition evaluation on target, invoke
11007 break_cond_on_syscall for fork and vfork.
11008
11009 2016-03-03 Yao Qi <yao.qi@linaro.org>
11010
11011 * gdb.base/disp-step-syscall.exp: Don't invoke
11012 support_displaced_stepping.
11013 (disp_step_cross_syscall): Test with displaced stepping off and
11014 on if supported.
11015
11016 2016-03-03 Yao Qi <yao.qi@linaro.org>
11017
11018 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
11019 proc.
11020 (setup): New proc.
11021 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
11022 and setup.
11023
11024 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11025
11026 * gdb.fortran/vla-history.exp: Remove breakpoint.
11027
11028 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11029
11030 * gdb.fortran/vla-history.exp: Lookup array elements and printing
11031 exceeds timeout.
11032
11033 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11034
11035 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
11036 breakpoint.
11037
11038 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11039
11040 * gdb.mi/vla.f90: Nullify pointer after declaration.
11041
11042 2016-03-01 Pedro Alves <palves@redhat.com>
11043
11044 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
11045
11046 2016-03-01 Pedro Alves <palves@redhat.com>
11047
11048 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
11049 before anything else.
11050 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
11051 _GNU_SOURCE here.
11052 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
11053 before anything else.
11054 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
11055
11056 2016-03-01 Pedro Alves <palves@redhat.com>
11057
11058 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
11059
11060 2016-03-01 Yao Qi <yao.qi@linaro.org>
11061
11062 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
11063 prepare_for_testing.
11064
11065 2016-03-01 Yao Qi <yao.qi@linaro.org>
11066
11067 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
11068
11069 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
11070
11071 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
11072 manually constructing the output path.
11073
11074 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
11075
11076 * gdb.arch/s390-stackless.S: New.
11077 * gdb.arch/s390-stackless.exp: New.
11078
11079 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
11080
11081 * gdb.dlang/circular.c: New file.
11082 * gdb.dlang/circular.exp: New file.
11083
11084 2016-02-26 Yao Qi <yao.qi@linaro.org>
11085
11086 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
11087 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
11088 (testcases): Update.
11089
11090 2016-02-26 Yao Qi <yao.qi@linaro.org>
11091
11092 * gdb.reverse/aarch64.c: Rename to ...
11093 * gdb.reverse/insn-reverse.c: ... it.
11094 * gdb.reverse/aarch64.exp: Rename to ...
11095 * gdb.reverse/insn-reverse.exp: ... it.
11096
11097 2016-02-26 Yao Qi <yao.qi@linaro.org>
11098
11099 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
11100 (testcase_ftype): New.
11101 (testcases): New array.
11102 (n_testcases): New.
11103 (main): Call each element in testcases.
11104 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
11105 (read_testcase): New.
11106 Do the tests in a loop.
11107
11108 2016-02-25 Yao Qi <yao.qi@linaro.org>
11109
11110 * gdb.base/branches.c: Remove.
11111
11112 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
11113
11114 PR gdb/13808
11115 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
11116
11117 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
11118
11119 * gdb.trace/ftrace.exp: Remove unnecessary target check.
11120
11121 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
11122
11123 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
11124 change x86_64 call_insn to 'callq'.
11125
11126 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
11127
11128 * gdb.trace/tfile-avx.c: Move to...
11129 * gdb.trace/tracefile-pseudo-reg.c: Here.
11130 * gdb.trace/tfile-avx.exp: Move to...
11131 * gdb.trace/tracefile-pseudo-reg.exp: Here.
11132
11133 2016-02-24 Gary Benson <gbenson@redhat.com>
11134
11135 * gdb.base/attach-pie-noexec.exp: Do not expect an error
11136 message on attach.
11137
11138 2016-02-23 Doug Evans <dje@google.com>
11139
11140 * gdb.base/skip.c (test_skip): New function.
11141 (end_test_skip_file_and_function): New function.
11142 (test_skip_file_and_function): New function.
11143 * gdb.base/skip1.c (test_skip): New function.
11144 (skip1_test_skip_file_and_function): New function.
11145 * gdb.base/skip.exp: Add tests for new skip options.
11146 * gdb.base/skip-solib.exp: Update expected output.
11147 * gdb.perf/skip-command.cc: New file.
11148 * gdb.perf/skip-command.exp: New file.
11149 * gdb.perf/skip-command.py: New file.
11150
11151 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
11152
11153 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
11154 info registers pattern.
11155
11156 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
11157
11158 * lib/future.exp: Add D support.
11159 (gdb_find_gdc): New proc.
11160 (gdb_default_target_compile): Add D support.
11161
11162 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
11163
11164 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
11165 user+system time.
11166 (trace_speed_test): Determine the iteration count for a time
11167 between 15..30 seconds.
11168
11169 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
11170
11171 * gdb.arch/i386-mpx-sigsegv.c: New file.
11172 * gdb.arch/i386-mpx-sigsegv.exp: New file.
11173 * gdb.arch/i386-mpx-simple_segv.c: New file.
11174 * gdb.arch/i386-mpx-simple_segv.exp: New file.
11175
11176 2016-02-18 Yao Qi <yao.qi@linaro.org>
11177
11178 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
11179 Don't call setup_kfail.
11180
11181 2016-02-18 Yao Qi <yao.qi@linaro.org>
11182
11183 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
11184 Set "set breakpoint condition-evaluation" per $cond_bp_target.
11185
11186 2016-02-16 Doug Evans <dje@google.com>
11187
11188 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
11189 * gdb.base/skip1.c: Ditto.
11190 * gdb.base/skip.exp: Whitespace cleanup.
11191
11192 2016-02-16 Don Breazeal <donb@codesourcery.com>
11193
11194 PR remote/19496
11195 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
11196 Remove kfail for PR remote/19496.
11197
11198 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
11199
11200 * lib/gdb.exp (standard_temp_file): Return a path specific to
11201 the runtest invocation.
11202
11203 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
11204
11205 * gdb.trace/save-trace.exp: Change relative path to be in the
11206 standard output directory.
11207
11208 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11209
11210 * gdb.arch/i386-prologue.c: Add missing prototypes.
11211
11212 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11213
11214 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
11215 * gdb.arch/i386-prologue.exp: Likewise.
11216 * gdb.arch/i386-size.exp: Likewise.
11217
11218 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
11219
11220 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
11221 define object file path.
11222 * gdb.btrace/gcore.exp: Use standard_output_file to define core
11223 file path.
11224 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
11225 standard_output_file to define binfile.
11226
11227 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11228
11229 Fix compatibility with recent gfortran-5.3.1.
11230 * gdb.fortran/vla-history.exp (print vla1 allocated)
11231 (print vla2 allocated, print $2, print $3): Remove
11232 (print $4): Rename to ...
11233 (print $2): ... here.
11234 (print $9): Rename to ...
11235 (print $5): ... here.
11236 (print $10): Rename to ...
11237 (print $6): ... here.
11238 * gdb.fortran/vla.f90: Add pvla initialization.
11239
11240 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11241
11242 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
11243 New test.
11244 * gdb.fortran/vla-value-sub.exp: Likewise.
11245
11246 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
11247
11248 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
11249
11250 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
11251
11252 * i386-biarch-core.exp: Define corefile using
11253 standard_output_file.
11254
11255 2016-02-12 Yao Qi <yao.qi@linaro.org>
11256
11257 * gdb.arch/arm-single-step-kernel-helper.c: New.
11258 * gdb.arch/arm-single-step-kernel-helper.exp: New.
11259
11260 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
11261
11262 * gdb.btrace/tailcall-only.exp: New.
11263 * gdb.btrace/tailcall-only.c: New.
11264 * gdb.btrace/x86_64-tailcall-only.S: New.
11265 * gdb.btrace/i686-tailcall-only.S: New.
11266
11267 2016-02-11 Pedro Alves <palves@redhat.com>
11268
11269 * README (Parallel testing): Add missing double quotes.
11270
11271 2016-02-11 Pedro Alves <palves@redhat.com>
11272
11273 * README (Parallel testing): New section.
11274 (GDB_PARALLEL): Rewrite.
11275 (FORCE_PARALLEL): Document.
11276
11277 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
11278
11279 * gdb.trace/tfile-avx.c: New test.
11280 * gdb.trace/tfile-avx.exp: New test.
11281
11282 2016-02-09 Keith Seitz <keiths@redhat.com>
11283
11284 PR breakpoints/19546
11285 * gdb.base/infcall-exec.c: New file.
11286 * gdb.base/infcall-exec2.c: New file.
11287 * gdb.base/infcall-exec.exp: New file.
11288
11289 2016-02-09 Keith Seitz <keiths@redhat.com>
11290
11291 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
11292 (toplevel): Call test_bkpt_address.
11293
11294 2016-02-09 Keith Seitz <keiths@redhat.com>
11295
11296 PR python/19506
11297 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
11298 (toplevel): Call test_bkpt_address.
11299
11300 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
11301
11302 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
11303 to AC_OUTPUT.
11304 * configure: Regenerate.
11305
11306 2016-02-09 Pedro Alves <palves@redhat.com>
11307
11308 PR breakpoints/19548
11309 * gdb.base/execl-update-breakpoints.c (some_function): New
11310 function.
11311 (main): Call it.
11312 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
11313 Tighten expected GDB output.
11314
11315 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
11316
11317 * Makefile.in (ALL_SUBDIRS): Remove.
11318 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
11319 (distclean maintainer-clean realclean): Likewise.
11320 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
11321 * configure: Regenerate.
11322 * gdb.ada/Makefile.in: Delete.
11323 * gdb.arch/Makefile.in: Likewise.
11324 * gdb.asm/Makefile.in: Likewise.
11325 * gdb.base/Makefile.in: Likewise.
11326 * gdb.btrace/Makefile.in: Likewise.
11327 * gdb.cell/Makefile.in: Likewise.
11328 * gdb.compile/Makefile.in: Likewise.
11329 * gdb.cp/Makefile.in: Likewise.
11330 * gdb.disasm/Makefile.in: Likewise.
11331 * gdb.dlang/Makefile.in: Likewise.
11332 * gdb.dwarf2/Makefile.in: Likewise.
11333 * gdb.fortran/Makefile.in: Likewise.
11334 * gdb.gdb/Makefile.in: Likewise.
11335 * gdb.go/Makefile.in: Likewise.
11336 * gdb.guile/Makefile.in: Likewise.
11337 * gdb.java/Makefile.in: Likewise.
11338 * gdb.linespec/Makefile.in: Likewise.
11339 * gdb.mi/Makefile.in: Likewise.
11340 * gdb.modula2/Makefile.in: Likewise.
11341 * gdb.multi/Makefile.in: Likewise.
11342 * gdb.objc/Makefile.in: Likewise.
11343 * gdb.opencl/Makefile.in: Likewise.
11344 * gdb.opt/Makefile.in: Likewise.
11345 * gdb.pascal/Makefile.in: Likewise.
11346 * gdb.perf/Makefile.in: Likewise.
11347 * gdb.python/Makefile.in: Likewise.
11348 * gdb.reverse/Makefile.in: Likewise.
11349 * gdb.server/Makefile.in: Likewise.
11350 * gdb.stabs/Makefile.in: Likewise.
11351 * gdb.threads/Makefile.in: Likewise.
11352 * gdb.trace/Makefile.in: Likewise.
11353 * gdb.xml/Makefile.in: Likewise.
11354 * lib/gdb.exp (make_gdb_parallel_path): Add check for
11355 GDB_PARALLEL.
11356 (standard_output_file): Remove check for GDB_PARALLEL, always
11357 return path in outputs/$subdir/$testname.
11358
11359 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
11360
11361 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
11362 (site.exp): Assign abs_srcdir to tcl's srcdir.
11363
11364 2016-02-04 Yao Qi <yao.qi@linaro.org>
11365
11366 * gdb.base/foll-exec-mode.c: Include limits.h.
11367 (main): Add parameters argc and argv. Get directory from
11368 argv[0].
11369 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
11370 compilation.
11371 * gdb.base/foll-exec.c: Include limits.h.
11372 (main): Add parameters argc and argv.
11373 Get directory from argv[0].
11374 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
11375 Adjust tests on the number of lines as source code changed.
11376 * gdb.base/foll-vfork-exit.c: Include limits.h.
11377 (main): Add one line of statement before vfork.
11378 * gdb.base/foll-vfork.c: Include limits.h and string.h.
11379 (main): Add parameters argc and argv. Get directory from
11380 argv[0].
11381 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
11382 (setup_gdb): Set tbreak to skip some source lines.
11383 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
11384 (main): Add parameters argc and argv. Get directory from
11385 argv[0].
11386 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
11387 compilation.
11388 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
11389 (main): Add parameters argc and argv. Get directory from
11390 argv[0].
11391 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
11392 compilation.
11393
11394 2016-02-01 Doug Evans <dje@google.com>
11395
11396 * gdb.base/skip.exp: Clean up multiple references to same test name.
11397
11398 2016-02-01 Pedro Alves <palves@redhat.com>
11399
11400 PR remote/19496
11401 * gdb.threads/forking-threads-plus-breakpoint.exp
11402 (displaced_stepping_supported): New global.
11403 (probe_displaced_stepping_support): New procedure.
11404 (do_test): Add 'displaced' parameter, and use it.
11405 (top level): Check for displaced stepping support. Add displaced
11406 stepping on/off testing axis.
11407
11408 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
11409
11410 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
11411 pointer. Don't perform further tests on the unassociated pointer
11412 if the first test fails.
11413
11414 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
11415
11416 * gdb.base/max-value-size.c: New file.
11417 * gdb.base/max-value-size.exp: New file.
11418 * gdb.base/huge.exp: Disable max-value-size for this test.
11419
11420 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
11421
11422 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
11423
11424 2016-01-28 Yao Qi <yao.qi@linaro.org>
11425
11426 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
11427
11428 2016-01-25 Pedro Alves <palves@redhat.com>
11429
11430 PR threads/19461
11431 * gdb.base/fork-running-state.c: New file.
11432 * gdb.base/fork-running-state.exp: New file.
11433
11434 2016-01-25 Pedro Alves <palves@redhat.com>
11435
11436 PR gdb/19494
11437 * gdb.base/catch-fork-kill.c: New file.
11438 * gdb.base/catch-fork-kill.exp: New file.
11439
11440 2016-01-25 Pedro Alves <palves@redhat.com>
11441
11442 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
11443 Delete, moved to lib/gdb.exp.
11444 * gdb.threads/forking-threads-plus-breakpoint.exp
11445 (foreach_with_prefix): Likewise.
11446 * gdb.threads/process-dies-while-handling-bp.exp
11447 (foreach_with_prefix): Likewise.
11448 * lib/gdb.exp (foreach_with_prefix): New procedure.
11449
11450 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
11451
11452 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
11453 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
11454
11455 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
11456
11457 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
11458 endian targets.
11459
11460 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11461 Pedro Alves <palves@redhat.com>
11462
11463 Fix testsuite compatibility with Guile.
11464 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
11465 number.
11466
11467 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11468
11469 Fix testsuite compatibility with Guile.
11470 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
11471 (thread 1): New test for backtrace through signal handler.
11472
11473 2016-01-22 Yao Qi <yao.qi@linaro.org>
11474
11475 PR testsuite/19491
11476 * gdb.base/multi-forks.c: Include
11477 ../lib/unbuffer_output.c
11478 (main): Call gdb_unbuffer_output.
11479
11480 2016-01-21 Doug Evans <dje@google.com>
11481
11482 * lib/ada.exp (gdb_compile_ada): Fix typo.
11483
11484 2016-01-21 Joel Brobecker <brobecker@adacore.com>
11485
11486 * gdb.base/break-fun-addr.exp: New file.
11487 * gdb.base/break-fun-addr1.c: New file.
11488 * gdb.base/break-fun-addr2.c: New file.
11489
11490 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
11491
11492 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
11493 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
11494 enum flag values.
11495
11496 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
11497
11498 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
11499 when GDB can not set the vector return value. Add more comments
11500 for clarification.
11501
11502 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
11503
11504 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
11505 command.
11506
11507 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11508
11509 * Makefile.in (DO_RUNTEST): Add --status and update usages.
11510
11511 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11512
11513 * Makefile.in (check-single): Pass --status to runtest.
11514 (check/%.exp): Likewise.
11515
11516 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11517
11518 * Makefile.in (check-parallel): Propagate return code from make
11519 do-check-parallel.
11520
11521 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
11522
11523 * gdb.trace/ftrace.exp: Fix expected message on continue.
11524 * gdb.trace/pending.exp: Fix expected message on continue.
11525 * gdb.trace/trace-break.exp: Fix expected message on continue.
11526
11527 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
11528
11529 * lib/gdb.exp (gdb_test): Remove unused global references.
11530
11531 2016-01-18 Pedro Alves <palves@redhat.com>
11532
11533 * gdb.base/async-shell.exp: Adjust expected output.
11534 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
11535 * gdb.base/siginfo-thread.exp: Adjust expected output.
11536 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
11537 * gdb.java/jnpe.exp: Adjust expected output.
11538 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
11539 * gdb.threads/continue-pending-status.exp: Adjust expected output.
11540 * gdb.threads/leader-exit.exp: Adjust expected output.
11541 * gdb.threads/manythreads.exp: Adjust expected output.
11542 * gdb.threads/pthreads.exp: Adjust expected output.
11543 * gdb.threads/schedlock.exp: Adjust expected output.
11544 * gdb.threads/siginfo-threads.exp: Adjust expected output.
11545 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
11546 expected output.
11547 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
11548 output.
11549 * gdb.threads/sigthread.exp: Adjust expected output.
11550 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
11551
11552 2016-01-18 Yao Qi <yao.qi@linaro.org>
11553
11554 * gdb.guile/scm-section-script.c: Replace @progbits with
11555 %progbits.
11556 * gdb.python/py-section-script.c: Likewise.
11557
11558 2016-01-15 Pedro Alves <palves@redhat.com>
11559
11560 * gdb.multi/tids.exp: Test star wildcard ranges.
11561
11562 2016-01-15 Pedro Alves <palves@redhat.com>
11563
11564 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
11565 command from "thread apply" invocation.
11566 (thr_apply_info_thr_invalid): Default the expected output to the
11567 input tid list.
11568 (top level): Add tests that use convenience variables. Add tests
11569 for "thread apply" with a valid TID list, but missing the command.
11570
11571 2016-01-13 Pedro Alves <palves@redhat.com>
11572
11573 * gdb.base/default.exp: Expect $_gthread as well.
11574 * gdb.multi/tids.exp: Test $_gthread.
11575 * gdb.threads/thread-specific.exp: Test $_gthread.
11576
11577 2016-01-13 Pedro Alves <palves@redhat.com>
11578
11579 * gdb.multi/tids.exp: Test "info threads -gid".
11580
11581 2016-01-13 Pedro Alves <palves@redhat.com>
11582
11583 * gdb.multi/tids.exp: Test InferiorThread.global_num and
11584 Breakpoint.thread.
11585 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
11586
11587 2016-01-07 Pedro Alves <palves@redhat.com>
11588
11589 * gdb.base/break.exp: Adjust to output changes.
11590 * gdb.base/hbreak2.exp: Likewise.
11591 * gdb.base/sepdebug.exp: Likewise.
11592 * gdb.base/watch_thread_num.exp: Likewise.
11593 * gdb.linespec/keywords.exp: Likewise.
11594 * gdb.multi/info-threads.exp: Likewise.
11595 * gdb.threads/thread-find.exp: Likewise.
11596 * gdb.multi/tids.c: New file.
11597 * gdb.multi/tids.exp: New file.
11598
11599 2016-01-13 Pedro Alves <palves@redhat.com>
11600
11601 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
11602
11603 2016-01-13 Pedro Alves <palves@redhat.com>
11604
11605 * gdb.base/default.exp: Expect $_inferior as well.
11606 * gdb.multi/base.exp: Test $_inferior.
11607
11608 2016-01-13 Pedro Alves <palves@redhat.com>
11609
11610 PR breakpoints/19388
11611 * gdb.base/catch-signal-siginfo-cond.c: New file.
11612 * gdb.base/catch-signal-siginfo-cond.exp: New file.
11613
11614 2016-01-12 Josh Stone <jistone@redhat.com>
11615 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11616
11617 * gdb.base/catch-syscall.c (do_execve): New variable.
11618 (main): Conditionally trigger an execve.
11619 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
11620 (test_catch_syscall_execve): New, check entry/return across execve.
11621 (do_syscall_tests): Call test_catch_syscall_execve.
11622
11623 2016-01-12 Pedro Alves <palves@redhat.com>
11624
11625 * gdb.base/random-signal.exp (do_test): New procedure, with body
11626 of testcase moved in.
11627
11628 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11629 Pedro Alves <palves@redhat.com>
11630
11631 * gdb.base/funcargs.exp (finish from indirectly called function):
11632 Reintroduce the case for 'First'.
11633
11634 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11635 Pedro Alves <palves@redhat.com>
11636
11637 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
11638 (tcatch_vfork_then_child_follow_exec)
11639 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
11640 identification.
11641
11642 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11643
11644 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
11645 and repeats to unlimited.
11646 * gdb.python/py-value.exp: Likewise.
11647 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
11648 and repeats to unlimited.
11649
11650 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11651
11652 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
11653 and reordering the functions.
11654 * gdb.multi/hangout.c: Likewise.
11655 * gdb.multi/hello.c: Likewise.
11656
11657 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
11658
11659 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
11660 absolute.
11661 (SingleStatisticTestResult.report): Use dict.keys instead of
11662 dict.iterkeys.
11663
11664 2016-01-06 Pedro Alves <palves@redhat.com>
11665
11666 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
11667
11668 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
11669
11670 * gdb.btrace/dlopen.exp: New.
11671 * gdb.btrace/dlopen.c: New.
11672 * gdb.btrace/dlopen-dso.c: New.
11673
11674 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
11675
11676 * lib/gdb.exp (gdb_test): Update comments to clarify that the
11677 PATTERN argument is optional.
11678
11679 2015-12-24 Joel Brobecker <brobecker@adacore.com>
11680
11681 * lib/ada.exp (target_compile_ada_from_dir): New function.
11682 (gdb_compile_ada): Reimplement avoiding the use of project files.
11683 * gdb.ada/gnat_ada.gpr: Delete.
11684 * gdb.ada/cond_lang.exp: Adjust test to make path before
11685 filename optional.
11686 * gdb.ada/small_reg_param.exp: Likewise.
11687
11688 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
11689
11690 * gdb.base/foll-vork.exp: Remove HP-UX special case.
11691
11692 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
11693
11694 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
11695 case.
11696
11697 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
11698
11699 * gdb.base/break.exp: Remove dead code.
11700 * gdb.base/sepdebug.exp: Likewise.
11701
11702 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
11703
11704 * gdb.asm/asm-source.exp: Remove HP-UX references.
11705 * gdb.base/annota1.exp: Likewise.
11706 * gdb.base/annota3.exp: Likewise.
11707 * gdb.base/attach.exp: Likewise.
11708 * gdb.base/bigcore.exp: Likewise.
11709 * gdb.base/break.exp: Likewise.
11710 * gdb.base/call-ar-st.exp: Likewise.
11711 * gdb.base/callfuncs.exp: Likewise.
11712 * gdb.base/catch-fork-static.exp: Likewise.
11713 * gdb.base/display.exp: Likewise.
11714 * gdb.base/foll-exec-mode.exp: Likewise.
11715 * gdb.base/foll-exec.exp: Likewise.
11716 * gdb.base/foll-fork.exp: Likewise.
11717 * gdb.base/foll-vfork.exp: Likewise.
11718 * gdb.base/funcargs.exp: Likewise.
11719 * gdb.base/hbreak2.exp: Likewise.
11720 * gdb.base/inferior-died.exp: Likewise.
11721 * gdb.base/interrupt.exp: Likewise.
11722 * gdb.base/multi-forks.exp: Likewise.
11723 * gdb.base/nodebug.exp: Likewise.
11724 * gdb.base/sepdebug.exp: Likewise.
11725 * gdb.base/solib1.c: Likewise.
11726 * gdb.base/step-test.exp: Likewise.
11727 * gdb.mi/non-stop.c: Likewise.
11728 * gdb.mi/pthreads.c: Likewise.
11729 * gdb.multi/bkpt-multi-exec.ex: Likewise.
11730 * gdb.threads/pthreads.c: Likewise.
11731 * gdb.threads/staticthreads.exp: Likewise.
11732 * lib/future.exp: Likewise.
11733 * lib/gdb.exp: Likewise.
11734 * gdb.base/so-indr-cl.c: Remove.
11735 * gdb.base/so-indr-cl.exp: Likewise.
11736 * gdb.base/solib.c: Likewise.
11737 * gdb.base/solib.exp: Likewise.
11738 * gdb.base/solib2.c: Likewise.
11739
11740 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
11741
11742 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
11743 * gdb.base/call-ar-st.exp: Likewise.
11744 * gdb.base/callfuncs.exp: Likewise.
11745 * gdb.base/condbreak.exp: Likewise.
11746 * gdb.base/constvars.exp: Likewise.
11747 * gdb.base/hbreak2.exp: Likewise.
11748 * gdb.base/langs.exp: Likewise.
11749 * gdb.base/list.exp: Likewise.
11750 * gdb.base/long_long.exp: Likewise.
11751 * gdb.base/ptype.exp: Likewise.
11752 * gdb.base/scope.exp: Likewise.
11753 * gdb.base/signals.exp: Likewise.
11754 * gdb.base/so-impl-ld.exp: Likewise.
11755 * gdb.base/varargs.exp: Likewise.
11756 * gdb.base/volatile.exp: Likewise.
11757 * gdb.base/whatis.exp: Likewise.
11758 * gdb.cp/cplusfuncs.exp: Likewise.
11759 * gdb.cp/inherit.exp: Likewise.
11760 * gdb.cp/local.exp: Likewise.
11761 * gdb.cp/member-ptr.exp: Likewise.
11762 * gdb.cp/method.exp: Likewise.
11763 * gdb.cp/overload.exp: Likewise.
11764 * gdb.cp/templates.exp: Likewise.
11765 * gdb.stabs/weird.exp: Likewise.
11766 * lib/compiler.c: Likewise.
11767 * lib/compiler.cc: Likewise.
11768 * lib/cp-support.exp: Likewise.
11769 * lib/gdb.exp: Likewise.
11770
11771 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
11772
11773 * configure.ac: Remove HP-UX case.
11774 * configure: Regenerate.
11775
11776 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
11777
11778 * lib/gdb.exp (gdb_compile): Add function doc.
11779
11780 2015-12-17 Pedro Alves <palves@redhat.com>
11781
11782 PR threads/19354
11783 * gdb.multi/info-threads.exp: New file.
11784
11785 2015-12-15 Yao Qi <yao.qi@linaro.org>
11786
11787 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
11788 is aarch64*-*-*.
11789
11790 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11791
11792 * gdb.base/history-duplicates.exp: Skip if no readline support.
11793
11794 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11795
11796 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
11797
11798 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11799
11800 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
11801
11802 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11803
11804 * gdb.base/completion.exp: Skip tests that interrupt GDB with
11805 ctrl-C if nointerrupts target property is set.
11806 * gdb.base/double-prompt-target-event-error.exp: Likewise.
11807 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
11808 * gdb.base/paginate-bg-execution.exp: Likewise.
11809 * gdb.base/paginate-execution-startup.exp: Likewise.
11810 * gdb.base/random-signal.exp: Likewise.
11811 * gdb.base/range-stepping.exp: Likewise.
11812 * gdb.cp/annota2.exp: Likewise.
11813 * gdb.cp/annota3.exp: Likewise.
11814 * gdb.gdb/selftest.exp: Likewise.
11815 * gdb.threads/continue-pending-status.exp: Likewise.
11816 * gdb.threads/leader-exit.exp: Likewise.
11817 * gdb.threads/manythreads.exp: Likewise.
11818 * gdb.threads/pthreads.exp: Likewise.
11819 * gdb.threads/schedlock.exp: Likewise.
11820 * gdb.threads/sigthread.exp: Likewise.
11821
11822 2015-12-11 Don Breazeal <donb@codesourcery.com>
11823
11824 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
11825 remote.
11826 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
11827 * gdb.base/foll-exec.exp (main): Enable for target remote.
11828 * gdb.base/foll-fork.exp (main): Likewise.
11829 * gdb.base/foll-vfork.exp (main): Likewise.
11830 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
11831 (proc continue_to_exit_bp_loc): Use clean_restart.
11832 * gdb.base/pie-execl.exp (main): Disable for target remote.
11833 * gdb.base/watch-vfork.exp (main): Enable for target remote.
11834 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
11835 * gdb.threads/execl.exp (main): Likewise.
11836 * gdb.threads/fork-child-threads.exp (main): Likewise.
11837 * gdb.threads/fork-plus-threads.exp (main): Disable for target
11838 remote.
11839 * gdb.threads/fork-thread-pending.exp (main): Enable for target
11840 remote.
11841 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
11842 pid.tid style ptids, instead of just tid.
11843 * gdb.threads/thread-execl.exp (main): Enable for target remote.
11844 * gdb.threads/watchpoint-fork.exp (main): Likewise.
11845 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
11846 ptids, instead of just tid.
11847
11848 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11849
11850 * gdb.base/list.exp (test_list_forward): Add end of file error
11851 test.
11852 (test_repeat_list_command): Add end of file error test.
11853 (test_list_backwards): Add beginning of file error test.
11854
11855 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11856
11857 * gdb.base/list.exp (test_list_invalid_args): New function,
11858 defined, and called.
11859
11860 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11861
11862 * gdb.base/list.exp (test_list): Make test names unique.
11863
11864 2015-12-11 Yao Qi <yao.qi@linaro.org>
11865
11866 * gdb.base/coremaker2.c: Remove.
11867
11868 2015-12-10 Pedro Alves <palves@redhat.com>
11869
11870 * gdb.multi/base.exp: Remove stale "spaces" references.
11871
11872 2015-12-10 Pedro Alves <palves@redhat.com>
11873
11874 * gdb.multi/base.exp: Don't use nowarnings.
11875 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
11876 * gdb.multi/hangout.c: Include stdio.h.
11877 * gdb.multi/hello.c: Include stdlib.h.
11878 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
11879 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
11880 * gdb.multi/multi-arch.exp: Don't use nowarnings.
11881
11882 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
11883
11884 * gdb.dwarf2/dw2-ranges-base.c: New file.
11885 * gdb.dwarf2/dw2-ranges-base.exp: New file.
11886 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
11887 support additional line table, and debug ranges generation.
11888 (Dwarf::ranges): New function, generate .debug_ranges.
11889 (Dwarf::lines): Support generating simple line table programs.
11890 (Dwarf::assemble): Initialise new namespace variables.
11891
11892 2015-12-09 Kevin Buettner <kevinb@redhat.com>
11893
11894 * gdb.base/async.exp (proc test_background): Add case for
11895 asynchronous execution not supported.
11896
11897 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
11898
11899 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
11900 format and change test names to make them unique.
11901
11902 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
11903 Pedro Alves <pedro@redhat.com>
11904
11905 PR gdb/18702
11906 Add checking of floatformats setup on x86_64 hosts.
11907 * gdb.arch/i386-float.S (main): Load bigval and smallval.
11908 (smallval, bigval): New labels/constants.
11909 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
11910 float" after loading bigval and smallval.
11911
11912 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
11913
11914 * gdb.ada/fun_overload_menu.exp: New testcase.
11915 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
11916
11917 2015-12-04 Josh Stone <jistone@redhat.com>
11918
11919 * gdb.base/catch-fork-static.exp: New.
11920
11921 2015-12-03 Yao Qi <yao.qi@linaro.org>
11922
11923 * gdb.base/sizeof.c: Don't include stdio.h and
11924 ../lib/unbuffer_output.c.
11925 (main): New variable 'size' and 'value'. Remove printf and
11926 gdb_unbuffer_output. Assign return value to size and value.
11927 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
11928 at the beginning.
11929 (check_sizeof): Check the result by printing variable 'size'.
11930 (check_valueof): Check the result by printing variable 'value'.
11931
11932 2015-12-01 Yao Qi <yao.qi@linaro.org>
11933
11934 * gdb.base/disp-step-syscall.exp: Define syscall instruction
11935 for aarch64*-*-linux* target.
11936
11937 2015-11-30 Pedro Alves <palves@redhat.com>
11938
11939 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
11940
11941 2015-11-30 Pedro Alves <palves@redhat.com>
11942
11943 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
11944 Handle non-stop mode vCont replies.
11945
11946 2015-11-30 Pedro Alves <palves@redhat.com>
11947
11948 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
11949 prepare_for_testing. Start gdb with "set non-stop on" appended to
11950 GDBFLAGS. Lax expected stop output.
11951
11952 2015-11-27 Yao Qi <yao.qi@linaro.org>
11953
11954 * gdb.arch/arm-neon.exp: New.
11955 * gdb.arch/arm-neon.c: New.
11956
11957 2015-11-27 Yao Qi <yao.qi@linaro.org>
11958
11959 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
11960
11961 2015-11-27 Yao Qi <yao.qi@linaro.org>
11962
11963 * gdb.cp/annota2.exp: Allow multiple occurrences of the
11964 frames-invalid annotation.
11965
11966 2015-11-27 Yao Qi <yao.qi@linaro.org>
11967
11968 * gdb.cp/annota2.exp: Use ${frames_invalid}.
11969
11970 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
11971
11972 * gdb.threads/names.exp: New file.
11973 * gdb.threads/names.c: New file.
11974 * README: Mention gdb,no_thread_names.
11975
11976 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
11977
11978 PR 19297
11979 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
11980 support" error.
11981
11982 2015-11-24 Pedro Alves <palves@redhat.com>
11983
11984 PR 17539
11985 * gdb.base/display.exp: Expect displays to be sorted in ascending
11986 order. Use multi_line.
11987 * gdb.base/solib-display.exp: Likewise.
11988
11989 2015-11-24 Pedro Alves <palves@redhat.com>
11990
11991 PR 17539
11992 * gdb.base/display.exp: Expect displays to be sorted in ascending
11993 order. Use multi_line.
11994 * gdb.base/solib-display.exp: Likewise.
11995
11996 2015-11-24 Pedro Alves <palves@redhat.com>
11997
11998 PR 17539
11999 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
12000 threads in ascending order.
12001 * gdb.base/foll-fork.exp: Likewise.
12002 * gdb.base/foll-vfork.exp: Likewise.
12003 * gdb.base/multi-forks.exp: Likewise.
12004 * gdb.mi/mi-nonstop.exp: Likewise.
12005 * gdb.mi/mi-nsintrall.exp: Likewise.
12006 * gdb.multi/base.exp: Likewise.
12007 * gdb.multi/multi-arch.exp: Likewise.
12008 * gdb.python/py-inferior.exp: Likewise.
12009 * gdb.threads/break-while-running.exp: Likewise.
12010 * gdb.threads/execl.exp: Likewise.
12011 * gdb.threads/gcore-thread.exp: Likewise.
12012 * gdb.threads/info-threads-cur-sal.exp: Likewise.
12013 * gdb.threads/kill.exp: Likewise.
12014 * gdb.threads/linux-dp.exp: Likewise.
12015 * gdb.threads/multiple-step-overs.exp: Likewise.
12016 * gdb.threads/next-bp-other-thread.exp: Likewise.
12017 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
12018 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
12019 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
12020 * gdb.threads/thread-find.exp: Likewise.
12021 * gdb.threads/tls.exp: Likewise.
12022 * lib/mi-support.exp (mi_reverse_list): Delete.
12023 (mi_check_thread_states): No longer reverse list.
12024
12025 2015-11-24 Pedro Alves <palves@redhat.com>
12026
12027 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
12028 use lowercase.
12029
12030 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
12031
12032 * gdb.trace/actions.c: Include trace-common.h.
12033 (main): Add a location for a fast tracepoint.
12034 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
12035 the normal tracepoints.
12036 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
12037
12038 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
12039
12040 * save-trace.exp: Factor out code to these...
12041 (gdb_save_tracepoints): New.
12042 (gdb_load_tracepoints): New.
12043 (do_save_load_test): New.
12044
12045 2015-11-23 Kevin Buettner <kevinb@redhat.com>
12046
12047 * gdb.base/asmlabel.exp: New test.
12048 * gdb.base/asmlabel.c: New test case.
12049
12050 2015-11-23 Joel Brobecker <brobecker@adacore.com>
12051
12052 * gdb.base/wrong_frame_bt_full-main.c: New file.
12053 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
12054 * gdb.base/wrong_frame_bt_full.exp: New file.
12055
12056 2015-11-23 Joel Brobecker <brobecker@adacore.com>
12057
12058 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
12059
12060 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
12061
12062 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
12063 pstate register when comparing registers values in
12064 sparc64-*-linux-gnu targets to avoid spurious differences.
12065
12066 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
12067
12068 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
12069
12070 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
12071
12072 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
12073 as type argument to gdb_compile.
12074 * gdb.base/nested-subp2.exp: Likewise.
12075 * gdb.base/nested-subp3.exp: Likewise.
12076
12077 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
12078
12079 * lib/dwarf.exp (_note): Fix left shift of negative value.
12080 * gdb.trace/trace-condition.exp: Likewise.
12081
12082 2015-11-13 Yao Qi <yao.qi@linaro.org>
12083
12084 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
12085 comments about d10v.
12086 (test_scalar_returns): Likewise.
12087 * gdb.base/d10v.ld: Remove.
12088 * gdb.base/overlays.exp: Remove the target triplet checking for
12089 d10v-*-*.
12090 * gdb.base/structs.exp (test_struct_returns): Remove the
12091 comments about d10v.
12092 (test_struct_calls): Likewise.
12093
12094 2015-11-13 Yao Qi <yao.qi@linaro.org>
12095
12096 * gdb.base/gnu_vector.exp: Check the return value by "p res".
12097 * gdb.base/gnu_vector.c: Don't include stdio.h.
12098 (main): Don't print res and call add_some_intvecs.
12099
12100 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
12101
12102 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
12103 macro.
12104 (func5): Removed.
12105 (func4): Use FAST_TRACEPOINT_LABEL.
12106 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
12107 macro.
12108 (func): Removed.
12109 (thread_function): Use FAST_TRACEPOINT_LABEL.
12110 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
12111 (func): Remove.
12112 (marker): Use FAST_TRACEPOINT_LABEL.
12113 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
12114 (pendfunc1): Remove.
12115 (pendfunc): Use FAST_TRACEPOINT_LABEL.
12116 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
12117 (foo): Remove.
12118 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
12119 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
12120 macro.
12121 (func): Remove.
12122 (marker): Use FAST_TRACEPOINT_LABEL.
12123 * gdb.trace/trace-common.h: New header.
12124 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
12125 macro.
12126 (func): Remove.
12127 (marker): Use FAST_TRACEPOINT_LABEL.
12128 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
12129 (func): Remove.
12130 (thread_function): Use FAST_TRACEPOINT_LABEL.
12131
12132 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
12133
12134 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
12135 in front.
12136 * gdb.trace/change-loc.exp: Use global pcreg definition.
12137 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
12138 * gdb.trace/entry-values.exp: Use global spreg definition, add $
12139 in front.
12140 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
12141 * gdb.trace/pending.exp: Likewise.
12142 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
12143 * gdb.trace/trace-break.exp: Likewise.
12144 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
12145 in front.
12146 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
12147 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
12148 in front.
12149 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
12150
12151 2015-11-09 Joel Brobecker <brobecker@adacore.com>
12152
12153 * gdb.ada/fin_fun_out: New testcase.
12154
12155 2015-11-07 Kevin Buettner <kevinb@redhat.com>
12156
12157 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
12158 value associated with DW_AT_byte_size.
12159 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
12160 constants for DW_AT_byte_size, DW_AT_lower_bound, and
12161 DW_AT_upper_bound.
12162
12163 2015-11-07 Kevin Buettner <kevinb@redhat.com>
12164
12165 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
12166 (gdb_target_symbol_prefix_flags): Define in terms of _asm
12167 version.
12168 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
12169 gdb.dwarf2/dw2-canonicalize-type.exp,
12170 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
12171 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
12172 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
12173 provided by gdb_target_symbol_prefix_flags_asm.
12174 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
12175 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
12176 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
12177 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
12178 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
12179 macros where needed). Use this macro for symbols which require
12180 the prefix provided by SYMBOL_PREFIX.
12181
12182 2015-11-05 Kevin Buettner <kevinb@redhat.com>
12183
12184 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
12185 New procs.
12186 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
12187 representing expressions, of more than one list element.
12188 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
12189 to prepend linker symbol prefix to f.
12190 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
12191 table_1 and table_2.
12192 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
12193 Likewise, for f and g.
12194 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
12195 for ptr.
12196 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
12197 for main.
12198 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
12199 table_1_ptr and table_2_ptr.
12200
12201 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12202 Joel Brobecker <brobecker@adacore.com>
12203
12204 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
12205
12206 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
12207
12208 * gdb.reverse/s390-mvcle.c: New test.
12209 * gdb.reverse/s390-mvcle.exp: New file.
12210 * lib/gdb.exp: Enable reverse tests on s390*-linux.
12211
12212 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
12213
12214 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
12215
12216 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
12217
12218 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
12219 reaching marker2.
12220 * gdb.reverse/getresuid-reverse.exp: Likewise.
12221 * gdb.reverse/pipe-reverse.exp: Likewise.
12222 * gdb.reverse/readv-reverse.exp: Likewise.
12223 * gdb.reverse/recvmsg-reverse.exp: Likewise.
12224 * gdb.reverse/time-reverse.exp: Likewise.
12225 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
12226
12227 2015-10-30 Yao Qi <yao.qi@linaro.org>
12228
12229 * gdb.threads/wp-replication.c (watch_count_done): Remove.
12230 (empty_cycle): Remove.
12231 (main): Don't call empty_cycle. Don't use watch_count_done.
12232 * gdb.threads/wp-replication.exp: Don't set breakpoint on
12233 empty_cycle. Rewrite the code counting HW watchpoints.
12234
12235 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
12236
12237 * gdb.reverse/fstatat-reverse.c: New test.
12238 * gdb.reverse/fstatat-reverse.exp: New file.
12239 * gdb.reverse/getresuid-reverse.c: New test.
12240 * gdb.reverse/getresuid-reverse.exp: New file.
12241 * gdb.reverse/pipe-reverse.c: New test.
12242 * gdb.reverse/pipe-reverse.exp: New file.
12243 * gdb.reverse/readv-reverse.c: New test.
12244 * gdb.reverse/readv-reverse.exp: New file.
12245 * gdb.reverse/recvmsg-reverse.c: New test.
12246 * gdb.reverse/recvmsg-reverse.exp: New file.
12247 * gdb.reverse/time-reverse.c: New test.
12248 * gdb.reverse/time-reverse.exp: New file.
12249 * gdb.reverse/waitpid-reverse.c: New test.
12250 * gdb.reverse/waitpid-reverse.exp: New file.
12251
12252 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
12253
12254 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
12255
12256 2015-10-26 Doug Evans <dje@google.com>
12257
12258 PR symtab/17391
12259 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
12260 * gdb.dwarf2/bad-regnum.c: New file.
12261 * gdb.dwarf2/bad-regnum.exp: New file.
12262
12263 2015-10-26 Doug Evans <dje@google.com>
12264
12265 PR python/18938
12266 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
12267 file.
12268
12269 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12270
12271 * gdb.compile/compile.exp (compile code globalvar): Update expectation
12272 for a change by "Mention language in compile error message".
12273
12274 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
12275
12276 PR python/18073
12277 * gdb.python/py-type.c (C::a_method): New.
12278 (C::a_const_method): New.
12279 (C::a_static_method): New.
12280 (a_function): New.
12281 * gdb.python/py-type.exp (test_fields): Test getting fields
12282 from function and method.
12283
12284 2015-10-21 Keven Boell <keven.boell@intel.com>
12285
12286 * gdb.fortran/vla-alloc-assoc.exp: New file.
12287 * gdb.fortran/vla-datatypes.exp: New file.
12288 * gdb.fortran/vla-datatypes.f90: New file.
12289 * gdb.fortran/vla-history.exp: New file.
12290 * gdb.fortran/vla-ptype-sub.exp: New file.
12291 * gdb.fortran/vla-ptype.exp: New file.
12292 * gdb.fortran/vla-sizeof.exp: New file.
12293 * gdb.fortran/vla-sub.f90: New file.
12294 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
12295 * gdb.fortran/vla-value-sub-finish.exp: New file.
12296 * gdb.fortran/vla-value-sub.exp: New file.
12297 * gdb.fortran/vla-value.exp: New file.
12298 * gdb.fortran/vla-ptr-info.exp: New file.
12299 * gdb.mi/mi-vla-fortran.exp: New file.
12300 * gdb.mi/vla.f90: New file.
12301
12302 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
12303
12304 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
12305 of hardwired timeout value.
12306
12307 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12308 Pedro Alves <palves@redhat.com>
12309
12310 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
12311 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
12312
12313 2015-10-19 Josh Stone <jistone@redhat.com>
12314
12315 * gdb.base/catch-syscall.c: Include <sched.h>.
12316 (unknown_syscall): New variable.
12317 (main): Trigger a vfork and an unknown syscall.
12318 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
12319 (unknown_syscall_number): Likewise.
12320 (check_call_to_syscall): Accept an optional syscall pattern.
12321 (check_return_from_syscall): Likewise.
12322 (check_continue): Likewise.
12323 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
12324 (test_catch_syscall_skipping_return): New test toggling off 'catch
12325 syscall' to step over the syscall return, then toggling back on.
12326 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
12327 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
12328 (do_syscall_tests): Call test_catch_syscall_without_args and
12329 test_catch_syscall_mid_vfork.
12330 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
12331 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
12332
12333 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
12334
12335 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
12336 print g_vE): Add new pass patterns.
12337 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
12338 print various symbol names for vptr fields.
12339
12340 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
12341
12342 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
12343 results.
12344
12345 2015-10-12 Yao Qi <yao.qi@linaro.org>
12346
12347 * gdb.arch/disp-step-insn-reloc.exp: New test case.
12348
12349 2015-10-12 Yao Qi <yao.qi@linaro.org>
12350
12351 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
12352 is aarch64*-*-linux*.
12353
12354 2015-10-12 Yao Qi <yao.qi@linaro.org>
12355
12356 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
12357 (can_relocate_bcond_true): ... it.
12358 (can_relocate_bcond_false): New function.
12359 (foo): Likewise.
12360 (can_relocate_bl): Likewise.
12361 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
12362 can_relocate_bl.
12363
12364 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
12365
12366 * gdb.base/nested-addr.c: New file.
12367 * gdb.base/nested-addr.exp: New testcase.
12368
12369 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
12370
12371 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
12372 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
12373 its output. Ignore the output of "record goto begin" and instead
12374 check that GDB is replaying.
12375
12376 2015-10-09 Pedro Alves <palves@redhat.com>
12377
12378 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
12379 (top level): Use it in the run with no args test.
12380
12381 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
12382
12383 * gdb.dlang/properties.exp: New file.
12384
12385 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
12386
12387 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
12388 whether or not address 0x1000 is mapped on the target.
12389
12390 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
12391
12392 * gdb.python/py-type.exp: Do not run tests if binaries fail to
12393 build.
12394
12395 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
12396
12397 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
12398 instruction-history test.
12399
12400 2015-09-28 Doug Evans <dje@google.com>
12401
12402 * gdb.base/gcore.c (array_func): Add reference to static_array.
12403
12404 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
12405
12406 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
12407 source line.
12408
12409 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
12410
12411 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
12412 short or char as base type.
12413
12414 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
12415
12416 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
12417 to allow any size enum.
12418
12419 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
12420
12421 * gdb.ada/array_ptr_renaming.exp: New testcase.
12422 * gdb.ada/array_ptr_renaming/foo.adb: New file.
12423 * gdb.ada/array_ptr_renaming/pack.ads: New file.
12424
12425 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12426
12427 * gdb.trace/ftrace-lock.c: New file.
12428 * gdb.trace/ftrace-lock.exp: New file.
12429
12430 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12431
12432 * gdb.arch/insn-reloc.c: New file.
12433 * gdb.arch/ftrace-insn-reloc.exp: New file.
12434
12435 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12436
12437 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
12438 instruction.
12439 * gdb.trace/pendshr1.c (pendfunc): Likewise.
12440 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
12441 * gdb.trace/range-stepping.c: Likewise.
12442 * gdb.trace/trace-break.c: Likewise.
12443 * gdb.trace/trace-mt.c (thread_function): Likewise.
12444 * gdb.trace/ftrace.c (marker): Likewise.
12445 * gdb.trace/trace-condition.c (marker): Likewise.
12446 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
12447 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
12448 is_aarch64_target.
12449
12450 2015-09-18 Doug Evans <xdje42@gmail.com>
12451
12452 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
12453 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
12454
12455 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12456
12457 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
12458 the breakpoint.
12459
12460 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12461
12462 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
12463 the pending breakpoint. Remove timeout override for "Run till
12464 MI pending breakpoint on pendfunc3 on thread 2" test.
12465
12466 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12467
12468 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
12469 filename pattern.
12470
12471 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12472
12473 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
12474 in breakpoint filename pattern.
12475
12476 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12477
12478 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
12479
12480 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12481
12482 * gdb.linespec/explicit.exp: Check for readline support for
12483 tab-completion tests. Fix obvious typo.
12484
12485 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
12486
12487 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
12488 and replay.
12489
12490 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
12491
12492 * gdb.btrace/non-stop.c: New.
12493 * gdb.btrace/non-stop.exp: New.
12494
12495 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
12496 Yao Qi <yao.qi@linaro.org>
12497
12498 * gdb.trace/trace-condition.c: New file.
12499 * gdb.trace/trace-condition.exp: New file.
12500
12501 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
12502
12503 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
12504 for testing bytecode compilation.
12505
12506 2015-09-16 Pedro Alves <palves@redhat.com>
12507 Sandra Loosemore <sandra@codesourcery.com>
12508
12509 * gdb.threads/non-stop-fair-events.c (timeout): New global.
12510 (SECONDS): Redefine.
12511 (main): Call pthread_kill and alarm early.
12512 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
12513 support.
12514 (test): If the target can't hardware step and doesn't support
12515 displaced stepping, increase the timeout.
12516
12517 2015-09-16 Pedro Alves <palves@redhat.com>
12518
12519 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
12520 (enable_debug): New procedures.
12521 (test): Use them. Bail out if waiting for threads fails.
12522 (top level): Bail out if a test fails.
12523
12524 2015-09-16 Yao Qi <yao.qi@linaro.org>
12525
12526 * gdb.asm/asm-source.exp: Set asm-arch for
12527 aarch64*-*-* target.
12528 * gdb.asm/aarch64.inc: New file.
12529
12530 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
12531
12532 * gdb.ada/array_of_variable_length.exp: New testcase.
12533 * gdb.ada/array_of_variable_length/foo.adb: New file.
12534 * gdb.ada/array_of_variable_length/pck.adb: New file.
12535 * gdb.ada/array_of_variable_length/pck.ads: New file.
12536
12537 2015-09-15 Doug Evans <dje@google.com>
12538
12539 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
12540 of function static local variable.
12541
12542 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12543
12544 * gdb.threads/tls-so_extern.exp: New test file.
12545 * gdb.threads/tls-so_extern.c: New test file.
12546 * gdb.threads/tls-so_extern_main.c: New test file.
12547
12548 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12549
12550 * gdb.opt/solib-intra-step-lib.c: New file.
12551 * gdb.opt/solib-intra-step-main.c: New file.
12552 * gdb.opt/solib-intra-step.exp: New file.
12553
12554 2015-09-15 Pedro Alves <palves@redhat.com>
12555
12556 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
12557 gdb_continue_to_breakpoint instead of gdb_test_multiple.
12558
12559 2015-09-14 Pedro Alves <palves@redhat.com>
12560
12561 * gdb.base/hook-stop-continue.c: Delete.
12562 * gdb.base/hook-stop-continue.exp: Delete.
12563 * gdb.base/hook-stop-frame.c: Delete.
12564 * gdb.base/hook-stop-frame.exp: Delete.
12565 * gdb.base/hook-stop.c: New file.
12566 * gdb.base/hook-stop.exp: New file.
12567
12568 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
12569
12570 * gdb.ada/access_to_packed_array.exp: New testcase.
12571 * gdb.ada/access_to_packed_array/foo.adb: New file.
12572 * gdb.ada/access_to_packed_array/pack.adb: New file.
12573 * gdb.ada/access_to_packed_array/pack.ads: New file.
12574
12575 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
12576
12577 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
12578 buffer size test.
12579
12580 2015-09-11 Don Breazeal <donb@codesourcery.com>
12581
12582 * gdb.base/foll-exec.c: Add copyright header. Fix
12583 formatting issues.
12584 * gdb.base/foll-exec.exp (zap_session): Delete proc.
12585 (do_exec_tests): Use clean_restart in place of zap_session,
12586 and for test initialization. Fix formatting issues. Use
12587 fail in place of perror.
12588 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
12589 an expect statement to match an expression with output from
12590 the program under debug.
12591 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
12592 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
12593 * gdb.threads/non-ldr-exc-2.exp: Likewise.
12594 * gdb.threads/non-ldr-exc-3.exp: Likewise.
12595 * gdb.threads/non-ldr-exc-4.exp: Likewise.
12596
12597 2015-09-09 Doug Evans <dje@google.com>
12598
12599 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
12600
12601 2015-09-09 Doug Evans <dje@google.com>
12602
12603 * gdb.base/pie-execl.exp: Fix result test of build_executable.
12604
12605 2015-09-09 Doug Evans <dje@google.com>
12606
12607 * gdb.base/savedregs.exp: Fix typo.
12608
12609 2015-09-09 Pedro Alves <palves@redhat.com>
12610
12611 * gdb.mi/mi-cli.exp: Add CLI finish tests.
12612
12613 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
12614
12615 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
12616 command actually switches threads. Give up on remaining
12617 tests if target fails to stop at breakpoint.
12618
12619 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
12620
12621 * gdb.ada/funcall_char.exp: New testcase.
12622 * gdb.ada/funcall_char/foo.adb: New file.
12623
12624 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
12625
12626 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
12627 expected outputs. Add two testcases for completing ambiguous
12628 functions.
12629 * gdb.ada/complete/aux_pck.adb: New file.
12630 * gdb.ada/complete/aux_pck.ads: New file.
12631 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
12632 Ambiguous_Func functions.
12633 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
12634 * gdb.ada/complete/pck.adb: Likewise.
12635
12636 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
12637
12638 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
12639 failures to run the test program under GDB.
12640
12641 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
12642
12643 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
12644 to C.
12645
12646 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
12647
12648 * gdb.base/run-after-attach.exp: New test file.
12649 * gdb.base/run-after-attach.c: New test file.
12650
12651 2015-08-26 Don Breazeal <donb@codesourcery.com>
12652
12653 * gdb.base/foll-exec-2.c: New test program.
12654 * gdb.base/foll-exec-2.exp: New test.
12655
12656 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
12657
12658 * gdb.base/nested-subp1.exp: New file.
12659 * gdb.base/nested-subp1.c: New file.
12660 * gdb.base/nested-subp2.exp: New file.
12661 * gdb.base/nested-subp2.c: New file.
12662 * gdb.base/nested-subp3.exp: New file.
12663 * gdb.base/nested-subp3.c: New file.
12664
12665 2015-08-24 Pedro Alves <palves@redhat.com>
12666
12667 * gdb.server/connect-without-multi-process.c: New file.
12668 * gdb.server/connect-without-multi-process.exp: New file.
12669
12670 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
12671
12672 * gdb.opt/inline-markers.c: Make z int.
12673
12674 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
12675
12676 * gdb.opt/inline-markers.c: Make z volatile.
12677
12678 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
12679
12680 * gdb.opt/inline-bt.c: New volatile global z.
12681 * gdb.opt/inline-cmds.c: Likewise.
12682 * gdb.opt/inline-locals.c: Likewise.
12683 * gdb.opt/inline-markers.c: New extern global z.
12684 (marker): Use z.
12685 (inline_fn): Likewise.
12686
12687 2015-08-24 Pedro Alves <palves@redhat.com>
12688
12689 * config/m32r-stub.exp: Remove file.
12690 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
12691 * gdb.base/call-rt-st.exp: Likewise.
12692 * gdb.base/call-strs.exp: Likewise.
12693 * gdb.base/default.exp: Remove references to h8300-*-hms and
12694 *-*-udi*.
12695 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
12696
12697 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12698
12699 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
12700 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
12701 and "return" use KFAIL when GDB can not read/write the vector
12702 return value.
12703
12704 2015-08-21 Gary Benson <gbenson@redhat.com>
12705
12706 * gdb.trace/pending.exp: Cope with remote transfer warnings.
12707
12708 2015-08-20 Pedro Alves <palves@redhat.com>
12709
12710 * gdb.server/solib-list.exp: No longer expect an interior stop in
12711 non-stop mode.
12712
12713 2015-08-20 Pedro Alves <palves@redhat.com>
12714
12715 * gdb.server/connect-stopped-target.c: New file.
12716 * gdb.server/connect-stopped-target.exp: New file.
12717
12718 2015-08-20 Pedro Alves <palves@redhat.com>
12719
12720 * gdb.dwarf2/comp-unit-lang.exp: New file.
12721 * gdb.dwarf2/comp-unit-lang.c: New file.
12722
12723 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
12724
12725 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
12726 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
12727
12728 2015-08-19 Kevin Buettner <kevinb@redhat.com>
12729
12730 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
12731 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
12732
12733 2015-08-18 Doug Evans <dje@google.com>
12734 Adrian Sendroiu <adrian.sendroiu@freescale.com>
12735
12736 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
12737 skip_python_tests. New arg prompt_regexp.
12738 (skip_python_tests): New function.
12739 * lib/mi-support.exp (mi_skip_python_tests): New function.
12740 * gdb.python/py-mi-objfile-gdb.py: New file.
12741 * gdb.python/py-mi-objfile.c: New file.
12742 * gdb.python/py-mi-objfile.exp: New file.
12743
12744 2015-08-17 Keith Seitz <keiths@redhat.com>
12745
12746 * gdb.linespec/explicit.exp: Move strace test from here ...
12747 * gdb.trace/strace.exp: ... to here.
12748
12749 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
12750
12751 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
12752 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
12753
12754 2015-08-14 Doug Evans <xdje42@gmail.com>
12755
12756 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
12757 inferior before selecting a new file.
12758
12759 2015-08-14 Doug Evans <xdje42@gmail.com>
12760
12761 * gdb.mi/mi-disassemble.exp: Update.
12762 * gdb.base/disasm-optim.S: New file.
12763 * gdb.base/disasm-optim.c: New file.
12764 * gdb.base/disasm-optim.h: New file.
12765 * gdb.base/disasm-optim.exp: New file.
12766
12767 2015-08-14 Keith Seitz <keiths@redhat.com>
12768
12769 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
12770 "evaluated-by".
12771
12772 2015-08-13 Joel Brobecker <brobecker@adacore.com>
12773
12774 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
12775
12776 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
12777
12778 * gdb.ada/fun_renaming.exp: New testcase.
12779 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
12780 * gdb.ada/fun_renaming/pack.adb: New file.
12781 * gdb.ada/fun_renaming/pack.ads: New file.
12782
12783 2015-08-12 Keith Seitz <keiths@redhat.com>
12784
12785 * gdb.base/dso2dso.exp: Pass basename of source file in call to
12786 gdb_get_line_number.
12787
12788 2015-08-12 Joel Brobecker <brobecker@adacore.com>
12789
12790 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
12791 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
12792 gdb.base/dso2dso.exp: New files.
12793
12794 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
12795 Pedro Alves <palves@redhat.com>
12796 Keith Seitz <keiths@redhat.com>
12797
12798 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
12799 GDBFLAGS.
12800
12801 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
12802
12803 * gdb.base/gdbhistsize-history.exp
12804 (test_histsize_history_setting): Use save_vars.
12805 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12806 Use save_vars.
12807 (test_no_truncation_of_unlimited_history_file): Use save_vars.
12808 * gdb.base/readline.exp: Use save_vars.
12809
12810 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
12811
12812 * lib/gdb.exp (save_vars): New proc.
12813
12814 2015-08-11 Keith Seitz <keiths@redhat.com>
12815
12816 * gdb.base/help.exp: Update help_breakpoint_text.
12817
12818 2015-08-11 Keith Seitz <keiths@redhat.com>
12819
12820 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
12821 (at toplevel): Call test_explicit_breakpoints.
12822 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
12823 breakpoints.
12824 * lib/mi-support.exp (mi_make_breakpoint): Add support for
12825 breakpoint conditions, "-cond".
12826
12827 2015-08-11 Keith Seitz <keiths@redhat.com>
12828
12829 * gdb.linespec/3explicit.c: New file.
12830 * gdb.linespec/cpexplicit.cc: New file.
12831 * gdb.linespec/cpexplicit.exp: New file.
12832 * gdb.linespec/explicit.c: New file.
12833 * gdb.linespec/explicit.exp: New file.
12834 * gdb.linespec/explicit2.c: New file.
12835 * gdb.linespec/ls-errs.exp: Add explicit location tests.
12836 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
12837 before using in the matching pattern.
12838 Clarify that `prefix' is a regular expression.
12839
12840 2015-08-11 Keith Seitz <keiths@redhat.com>
12841
12842 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
12843 test.
12844 Add tests for missing ",FMT" and ",".
12845
12846 2015-08-10 Doug Evans <dje@google.com>
12847 Keith Seitz <keiths@redhat.com>
12848
12849 PR gdb/17960
12850 * gdb.base/completion.exp: Add location completer tests.
12851
12852 2015-08-07 Pedro Alves <palves@redhat.com>
12853
12854 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
12855 tests here.
12856 (top level): Run do_test with and without displaced stepping.
12857
12858 2015-08-07 Pedro Alves <palves@redhat.com>
12859
12860 * gdb.base/valgrind-disp-step.c: New file.
12861 * gdb.base/valgrind-disp-step.exp: New file.
12862
12863 2015-08-07 Pedro Alves <palves@redhat.com>
12864
12865 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
12866 Delete function.
12867 (main): Add alarm. Run an infinite loop instead of calling
12868 wait_threads.
12869 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
12870 comment.
12871 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
12872 Delete function.
12873 (main): Add alarm. Run an infinite loop instead of calling
12874 wait_threads.
12875 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
12876 comment.
12877
12878 2015-08-07 Pedro Alves <palves@redhat.com>
12879
12880 * gdb.base/checkpoint-ns.exp: New file.
12881 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
12882 standard_testfile.
12883
12884 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
12885
12886 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
12887 * gdb.btrace/instruction_history.exp: Update.
12888 * gdb.btrace/tsx.exp: New.
12889 * gdb.btrace/tsx.c: New.
12890
12891 2015-08-06 Pedro Alves <palves@redhat.com>
12892
12893 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
12894 increase timeout.
12895 * gdb.reverse/until-precsave.exp: Bump timeouts.
12896
12897 2015-08-06 Pedro Alves <palves@redhat.com>
12898
12899 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
12900
12901 2015-08-06 Pedro Alves <palves@redhat.com>
12902
12903 PR gdb/18749
12904 * gdb.threads/process-dies-while-handling-bp.c: New file.
12905 * gdb.threads/process-dies-while-handling-bp.exp: New file.
12906
12907 2015-08-06 Pedro Alves <palves@redhat.com>
12908
12909 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
12910 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
12911
12912 2015-08-05 Pedro Alves <palves@redhat.com>
12913
12914 * gdb.threads/next-while-other-thread-longjmps.c: New file.
12915 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
12916
12917 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
12918
12919 * gdb.base/bp-permanent.exp: Report test as unsupported if
12920 the target cannot stop at the permanent breakpoint.
12921
12922 2015-08-03 Doug Evans <dje@google.com>
12923
12924 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
12925 10000.
12926
12927 2015-08-03 Doug Evans <dje@google.com>
12928
12929 * Makefile.in (workers/%.worker, build-perf): New rule.
12930 (GDB_PERFTEST_MODE): New variable.
12931 (check-perf): Use it.
12932 (clean): Clean up gdb.perf parallel build subdirs.
12933 * lib/build-piece.exp: New file.
12934 * lib/gdb.exp (make_gdb_parallel_path): New function
12935 (standard_output_file, standard_temp_file): Call it.
12936 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12937 of $GDB_PARALLEL.
12938 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
12939
12940 2015-08-03 Doug Evans <dje@google.com>
12941
12942 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
12943 (LOG_FILE_NAME): New global.
12944 (TextReporter.__init__): Initialize self.txt_sum.
12945 (TextReporter.report): Add support for multiple data-points.
12946 Move report to perftest.sum, put raw data in perftest.log.
12947 (TextReporter.start): Open sum and log files.
12948 (TextReporter.end): Close sum and log files.
12949 * gdb.perf/lib/perftest/testresult.py
12950 (SingleStatisticTestResult.record): Handle multiple data-points.
12951
12952 2015-07-31 Pedro Alves <palves@redhat.com>
12953
12954 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
12955 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12956 kill_wait_spawned_process instead of explicit "kill -9".
12957 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
12958 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12959 kill_wait_spawned_process.
12960 * gdb.base/attach-twice.exp: Likewise.
12961 * gdb.base/attach.exp: Likewise.
12962 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
12963 gdb_test_multiple.
12964 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
12965 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12966 kill_wait_spawned_process.
12967 * gdb.base/valgrind-infcall.exp: Likewise.
12968 * gdb.multi/multi-attach.exp: Likewise.
12969 * gdb.python/py-prompt.exp: Likewise.
12970 * gdb.python/py-sync-interp.exp: Likewise.
12971 * gdb.server/ext-attach.exp: Likewise.
12972 * gdb.threads/attach-into-signal.exp (corefunc): Use
12973 spawn_wait_for_attach, spawn_id_get_pid and
12974 kill_wait_spawned_process.
12975 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
12976 spawn_wait_for_attach returning a spawn id instead of a pid. Use
12977 spawn_id_get_pid and kill_wait_spawned_process.
12978 * gdb.threads/attach-stopped.exp (corefunc): Use
12979 spawn_wait_for_attach, spawn_id_get_pid and
12980 kill_wait_spawned_process.
12981 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
12982 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12983 kill_wait_spawned_process instead of explicit "kill -9".
12984 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
12985 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
12986 (spawn_wait_for_attach): Use spawn instead of exec to spawn
12987 processes. Don't map cygwin/windows pids here. Now returns a
12988 spawn id list.
12989
12990 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12991
12992 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
12993 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
12994 correct patch.
12995
12996 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12997
12998 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
12999
13000 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
13001
13002 Reapply:
13003 2014-05-21 Mark Wielaard <mjw@redhat.com>
13004
13005 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
13006
13007 2015-07-30 Pedro Alves <palves@redhat.com>
13008
13009 * linux-low.c (handle_extended_wait): Set the child's last
13010 reported status to TARGET_WAITKIND_STOPPED.
13011
13012 2015-07-30 Pedro Alves <palves@redhat.com>
13013
13014 PR threads/18600
13015 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
13016 only shows inferior 1.
13017
13018 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
13019 Pedro Alves <palves@redhat.com>
13020
13021 PR threads/18600
13022 * gdb.threads/fork-plus-threads.c: New file.
13023 * gdb.threads/fork-plus-threads.exp: New file.
13024
13025 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13026
13027 * gdb.base/batch-preserve-term-settings.exp
13028 (test_terminal_settings_preserved_after_cli_exit): Use
13029 send_quit_command.
13030
13031 2015-07-29 Pedro Alves <palves@redhat.com>
13032 Don Breazeal <donb@codesourcery.com>
13033
13034 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
13035 output from both inferior_spawn_id and gdb_spawn_id.
13036
13037 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
13038
13039 * gdb.threads/attach-into-signal.exp (corefunc): Use
13040 with_test_prefix on nested loops, uniquefying the test messages.
13041
13042 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
13043
13044 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
13045 commit.
13046
13047 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13048
13049 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
13050 New proc.
13051 (test_terminal_settings_preserved_after_sigterm): New test.
13052
13053 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13054
13055 * gdb.base/batch-preserve-term-settings.exp
13056 (test_terminal_settings_preserved_after_cli_exit): New test.
13057
13058 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13059
13060 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
13061 manipulation of saved_gdbflags.
13062 (test_terminal_settings_preserved): Remove global declaration of
13063 the unused variable pagination_prompt. Remove manipulation of
13064 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
13065 GDBFLAGS.
13066
13067 2015-07-29 Pedro Alves <palves@redhat.com>
13068
13069 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
13070
13071 2015-07-29 Pedro Alves <palves@redhat.com>
13072
13073 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
13074 at the top.
13075
13076 2015-07-29 Pedro Alves <palves@redhat.com>
13077
13078 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
13079 (main): Call gdb_unbuffer_output.
13080 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
13081 (main): Call gdb_unbuffer_output.
13082 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
13083 (main): Call gdb_unbuffer_output.
13084 * gdb.base/call-strs.exp: Adjust to step over the
13085 gdb_unbuffer_output call.
13086 * gdb.base/catch-gdb-caused-signals.c: Include
13087 "../lib/unbuffer_output.c".
13088 (main): Call gdb_unbuffer_output.
13089 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
13090 (main): Call gdb_unbuffer_output.
13091 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
13092 (main): Call gdb_unbuffer_output.
13093 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
13094 (main): Call gdb_unbuffer_output.
13095 * gdb.base/shlib-call.exp: Adjust to step over the
13096 gdb_unbuffer_output call.
13097 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
13098 (main): Call gdb_unbuffer_output.
13099 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
13100 (main): Call gdb_unbuffer_output.
13101 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
13102 (main): Rename to ...
13103 (test): ... this.
13104 (main): Reimplement.
13105 * gdb.base/varargs.exp: Run to test instead of to main.
13106 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
13107 (main): Call gdb_unbuffer_output.
13108
13109 2015-07-29 Pedro Alves <palves@redhat.com>
13110
13111 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
13112 factore out from mi_continue_dprintf. For call-style dprintfs,
13113 expect dprintf output out of $inferior_spawn_id.
13114 (mi_continue_dprintf): Use mi_expect_dprintf.
13115 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
13116 (main): Call gdb_unbuffer_output.
13117
13118 2015-07-29 Pedro Alves <palves@redhat.com>
13119
13120 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
13121 (default_mi_gdb_start): Set inferior_spawn_id instead of
13122 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
13123 gdb_spawn_id.
13124 (mi_gdb_test): Always expect inferior output from both
13125 $inferior_spawn_id and $gdb_spawn_id.
13126
13127 2015-07-29 Pedro Alves <palves@redhat.com>
13128
13129 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
13130 send_inferior and $inferior_spawn_id.
13131
13132 2015-07-29 Pedro Alves <palves@redhat.com>
13133
13134 * gdb.gdb/complaints.exp (test_initial_complaints)
13135 (test_serial_complaints, test_short_complaints): Use
13136 gdb_test_stdio.
13137 (test_empty_complaint): Handle $inferior_spawn_id !=
13138 $gdb_spawn_id.
13139
13140 2015-07-29 Pedro Alves <palves@redhat.com>
13141
13142 * gdb.base/varargs.exp: Use gdb_test_stdio.
13143
13144 2015-07-29 Pedro Alves <palves@redhat.com>
13145
13146 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
13147
13148 2015-07-29 Pedro Alves <palves@redhat.com>
13149
13150 * gdb.base/ending-run.exp: Use gdb_test_stdio.
13151
13152 2015-07-29 Pedro Alves <palves@redhat.com>
13153
13154 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
13155 parameter into two new parameters, "inf_result" and "gdb_result".
13156 Expect inferior output and gdb output from $inferior_spawn_id and
13157 $gdb_spawn_id, respectively. Adjust all callers.
13158
13159 2015-07-29 Pedro Alves <palves@redhat.com>
13160
13161 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
13162 of gdb_test_sequence.
13163
13164 2015-07-29 Pedro Alves <palves@redhat.com>
13165
13166 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
13167 (saw_spurious_output): Expect inferior output from
13168 $inferior_spawn_id. Use gdb_test_stdio.
13169
13170 2015-07-29 Pedro Alves <palves@redhat.com>
13171
13172 * gdb.base/dprintf.exp: Use standard_testfile. Change
13173 prepare_for_testing call.
13174 (srcfile): Don't set.
13175 (restart): New procedure.
13176 (test_dprintf): New procecure, use to continue over dprintfs.
13177 (test_call, test_agent): New procedures, tests moved here.
13178 Restart gdb and recreate dprintfs. Adjust expected output.
13179
13180 2015-07-29 Pedro Alves <palves@redhat.com>
13181
13182 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
13183
13184 2015-07-29 Pedro Alves <palves@redhat.com>
13185
13186 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
13187
13188 2015-07-29 Pedro Alves <palves@redhat.com>
13189
13190 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
13191 gdb_test_stdio.
13192
13193 2015-07-29 Pedro Alves <palves@redhat.com>
13194
13195 * lib/gdb.exp (gdb_test_stdio): New procedure.
13196
13197 2015-07-29 Pedro Alves <palves@redhat.com>
13198
13199 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
13200
13201 2015-07-29 Pedro Alves <palves@redhat.com>
13202
13203 * gdb.base/call-signal-resume.exp: Remove check for
13204 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
13205 * gdb.base/unwindonsignal.exp: Likewise.
13206 * gdb.base/call-signals.c (gen_signal): Remove printf call.
13207 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
13208
13209 2015-07-29 Pedro Alves <palves@redhat.com>
13210
13211 * gdb.base/siginfo-addr.c (pass): New function.
13212 (handler): Call it iff si_addr is correct.
13213 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
13214 Set a breakpoint at "pass" and continue to it.
13215
13216 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
13217
13218 * gdb.python/py-objfile.exp: Make some tests have unique names.
13219 * gdb.python/py-pp-registration.exp: Likewise.
13220
13221 2015-07-28 Pedro Alves <palves@redhat.com>
13222
13223 * gdb.server/server-exec-info.exp: Issue a "disconnect".
13224
13225 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
13226
13227 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
13228
13229 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
13230
13231 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
13232
13233 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
13234
13235 * gdb.base/gdb-sigterm-2.exp: New test.
13236
13237 2015-07-25 Doug Evans <xdje42@gmail.com>
13238
13239 Revert:
13240 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
13241 (workers/%.worker, build-perf): New rule.
13242 (GDB_PERFTEST_MODE): New variable.
13243 (check-perf): Use it.
13244 (clean): Clean up gdb.perf parallel build subdirs.
13245 * lib/build-piece.exp: New file.
13246 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
13247 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
13248 name.
13249 (standard_temp_file): Ditto.
13250 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
13251 of $GDB_PARALLEL.
13252
13253 2015-07-24 Doug Evans <dje@google.com>
13254
13255 * gdb.perf/lib/perftest/utils.py: New file.
13256 * gdb.perf/gm-hello.cc: New file.
13257 * gdb.perf/gm-pervasive-typedef.cc: New file.
13258 * gdb.perf/gm-pervasive-typedef.h: New file.
13259 * gdb.perf/gm-std.cc: New file.
13260 * gdb.perf/gm-std.h: New file.
13261 * gdb.perf/gm-use-cerr.cc: New file.
13262 * gdb.perf/gm-utils.h: New file.
13263 * gdb.perf/gmonster-null-lookup.py: New file.
13264 * gdb.perf/gmonster-pervasive-typedef.py: New file.
13265 * gdb.perf/gmonster-print-cerr.py: New file.
13266 * gdb.perf/gmonster-ptype-string.py: New file.
13267 * gdb.perf/gmonster-runto-main.py: New file.
13268 * gdb.perf/gmonster-select-file.py: New file.
13269 * gdb.perf/gmonster1-null-lookup.exp: New file.
13270 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
13271 * gdb.perf/gmonster1-print-cerr.exp: New file.
13272 * gdb.perf/gmonster1-ptype-string.exp: New file.
13273 * gdb.perf/gmonster1-runto-main.exp: New file.
13274 * gdb.perf/gmonster1-select-file.exp: New file.
13275 * gdb.perf/gmonster1.cc: New file.
13276 * gdb.perf/gmonster1.exp: New file.
13277 * gdb.perf/gmonster2-null-lookup.exp: New file.
13278 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
13279 * gdb.perf/gmonster2-print-cerr.exp: New file.
13280 * gdb.perf/gmonster2-ptype-string.exp: New file.
13281 * gdb.perf/gmonster2-runto-main.exp: New file.
13282 * gdb.perf/gmonster2-select-file.exp: New file.
13283 * gdb.perf/gmonster2.cc: New file.
13284 * gdb.perf/gmonster2.exp: New file.
13285
13286 2015-07-24 Doug Evans <dje@google.com>
13287
13288 * gdb.perf/README: New file.
13289 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
13290 * lib/gen-perf-test.exp: New file.
13291
13292 2015-07-24 Doug Evans <dje@google.com>
13293
13294 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
13295 (PerfTest::startup): New function.
13296 (PerfTest::run): Return result of calling body.
13297 (PerfTest::assemble): Rewrite.
13298 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
13299 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
13300 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
13301 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
13302 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
13303
13304 2015-07-24 Doug Evans <dje@google.com>
13305
13306 * lib/gdb.exp (clean_restart): Make executable optional.
13307
13308 2015-07-24 Doug Evans <dje@google.com>
13309
13310 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
13311 compiler_info references.
13312 * gdb.cp/temargs.exp: Ditto.
13313 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
13314 (get_compiler_info): Early exit if already computed. Set compiler_info
13315 to "unknown" if there was a problem.
13316 (test_compiler_info): Add function comment. Call get_compiler_info.
13317
13318 2015-07-24 Doug Evans <dje@google.com>
13319
13320 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
13321 (workers/%.worker, build-perf): New rule.
13322 (GDB_PERFTEST_MODE): New variable.
13323 (check-perf): Use it.
13324 (clean): Clean up gdb.perf parallel build subdirs.
13325 * lib/build-piece.exp: New file.
13326 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
13327 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
13328 name.
13329 (standard_temp_file): Ditto.
13330 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
13331 of $GDB_PARALLEL.
13332
13333 2015-07-24 Doug Evans <dje@google.com>
13334
13335 * lib/future.exp (gdb_default_target_compile): New option
13336 "early_flags".
13337 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
13338 --as-needed.
13339
13340 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
13341
13342 * gdb.base/catch-syscall.exp: Call gdb_exit before
13343 gdb_skip_xml_test.
13344
13345 2015-07-24 Pedro Alves <palves@redhat.com>
13346
13347 * gdb.python/py-events.exp: Accept output between the stop event
13348 and the prompt.
13349 * gdb.python/py-evsignal.exp: Likewise.
13350 * gdb.python/py-evthreads.exp: Likewise.
13351
13352 2015-07-24 Pedro Alves <palves@redhat.com>
13353
13354 PR gdb/18717
13355 * gdb.threads/non-ldr-exit.c: New file.
13356 * gdb.threads/non-ldr-exit.exp: New file.
13357
13358 2015-07-24 Yao Qi <yao.qi@linaro.org>
13359
13360 * gdb.server/ext-wrapper.exp: Test --wrapper option when
13361 restarting process.
13362
13363 2015-07-24 Yao Qi <yao.qi@linaro.org>
13364
13365 * gdb.server/ext-restart.exp: New file.
13366
13367 2015-07-24 Yao Qi <yao.qi@linaro.org>
13368
13369 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
13370 argument options.
13371 * gdb.server/ext-wrapper.exp: New file.
13372
13373 2015-07-23 Doug Evans <dje@google.com>
13374
13375 * gdb.dwarf2/dw2-dummy-cu.S: New file.
13376 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
13377
13378 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
13379
13380 * gdb.ada/var_arr_typedef.exp: New testcase.
13381 * gdb.ada/var_arr_typedef/pack.adb: New file.
13382 * gdb.ada/var_arr_typedef/pack.ads: New file.
13383 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
13384
13385 2015-07-20 Joel Brobecker <brobecker@adacore.com>
13386
13387 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
13388
13389 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13390
13391 * gdb.arch/i386-biarch-core.exp: Replace istarget
13392 by "complete set gnutarget". Remove expectation for the "core-file"
13393 command.
13394
13395 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13396
13397 Revert the previous commit:
13398 Tests for validate symbol file using build-id.
13399
13400 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
13401
13402 Tests for validate symbol file using build-id.
13403 * gdb.base/solib-mismatch-lib.c: New file.
13404 * gdb.base/solib-mismatch-libmod.c: New file.
13405 * gdb.base/solib-mismatch.c: New file.
13406 * gdb.base/solib-mismatch.exp: New file.
13407
13408 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
13409
13410 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
13411 nios2-*-linux*.
13412 * gdb.base/sigbpt.exp (stepi_out): Likewise.
13413 * gdb.base/siginfo.exp: Likewise.
13414 * gdb.base/sigstep.exp (advance, advancei): Likewise.
13415
13416 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
13417
13418 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
13419 Move it to ...
13420 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
13421 ... here.
13422 * gdb.trace/range-stepping.exp: Check that the target supports
13423 range stepping.
13424
13425 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13426
13427 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
13428
13429 2015-07-14 Pedro Alves <palves@redhat.com>
13430
13431 * gdb.base/killed-outside.exp: New file.
13432 * gdb.base/killed-outside.c: New file.
13433
13434 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
13435
13436 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
13437 (n at main): New.
13438 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
13439
13440 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
13441
13442 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
13443 infcall tests instead of setting up for KFAIL.
13444
13445 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
13446
13447 * gdb.btrace/record_goto-step.exp: New.
13448
13449 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13450
13451 PR compile/18484
13452 * gdb.compile/compile.c (struct struct_type): Add volatile to
13453 selffield's type.
13454 * gdb.compile/compile.exp
13455 (compile code struct_object.selffield = &struct_object): Skip further
13456 struct_object tests if this one xfails.
13457
13458 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
13459
13460 PR exp/18617
13461 * gdb.trace/ax.exp: Add test.
13462
13463 2015-07-07 Yao Qi <yao.qi@linaro.org>
13464
13465 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
13466 instead of istarget "aarch64*-*-*".
13467 * gdb.arch/aarch64-fp.exp: Likewise.
13468 * gdb.base/float.exp: Likewise.
13469 * gdb.reverse/aarch64.exp: Likewise.
13470 * lib/gdb.exp (is_aarch64_target): New proc.
13471
13472 2015-07-07 Yao Qi <yao.qi@linaro.org>
13473
13474 * lib/gdb.exp (is_aarch32_target): New proc.
13475 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
13476 instead of "istarget "arm*-*-*"".
13477 * gdb.arch/arm-disp-step.exp: Likewise.
13478 * gdb.arch/thumb-bx-pc.exp: Likewise.
13479 * gdb.arch/thumb-prologue.exp: Likewise.
13480 * gdb.arch/thumb-singlestep.exp: Likewise.
13481 * gdb.base/disp-step-syscall.exp: Likewise.
13482 * gdb.base/float.exp: Likewise.
13483
13484 2015-07-07 Yao Qi <yao.qi@linaro.org>
13485
13486 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
13487 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
13488
13489 2015-07-07 Yao Qi <yao.qi@linaro.org>
13490
13491 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
13492 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
13493 if it exists.
13494 * gdb.multi/multi-arch.exp: Likewise.
13495
13496 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
13497
13498 * gdb.python/py-lazy-string.exp: Add missing parentheses to
13499 print.
13500
13501 2015-07-07 Yao Qi <yao.qi@linaro.org>
13502
13503 * gdb.arch/thumb-singlestep.exp: Do one more single step.
13504
13505 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
13506
13507 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
13508 '[' and ']' characters.
13509
13510 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
13511
13512 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
13513
13514 2015-06-29 Pedro Alves <palves@redhat.com>
13515
13516 PR threads/18127
13517 * gdb.threads/hand-call-new-thread.c: New file.
13518 * gdb.threads/hand-call-new-thread.c: New file.
13519
13520 2015-06-26 Keith Seitz <keiths@redhat.com>
13521 Doug Evans <dje@google.com>
13522
13523 PR 16253
13524 * gdb.cp/var-tag-2.cc: New file.
13525 * gdb.cp/var-tag-3.cc: New file.
13526 * gdb.cp/var-tag-4.cc: New file.
13527 * gdb.cp/var-tag.cc: New file.
13528 * gdb.cp/var-tag.exp: New file.
13529
13530 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
13531
13532 * gdb.base/history-duplicates.exp: New test.
13533
13534 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
13535
13536 * gdb.base/completion.exp: Test the completion of the "focus"
13537 command.
13538
13539 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13540
13541 * gdb.arch/amd64-prologue-skip.S: New file.
13542 * gdb.arch/amd64-prologue-skip.exp: New file.
13543
13544 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
13545
13546 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
13547 is_address_zero_readable check.
13548
13549 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
13550
13551 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
13552 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
13553
13554 2015-06-24 Yao Qi <yao.qi@linaro.org>
13555
13556 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
13557 linux targets.
13558
13559 2015-06-24 Yao Qi <yao.qi@linaro.org>
13560
13561 * lib/gdb.exp (supports_get_siginfo_type): New proc.
13562 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
13563 * gdb.base/siginfo-thread.exp: Likewise.
13564
13565 2015-06-22 Yao Qi <yao.qi@linaro.org>
13566
13567 * boards/remote-gdbserver-on-localhost.exp: Add comments.
13568
13569 2015-06-22 Yao Qi <yao.qi@linaro.org>
13570
13571 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
13572 aarch64*-*-*.
13573 (skip_hw_watchpoint_tests): Likewise.
13574
13575 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
13576
13577 * gdb.base/gdbinit-history.exp: Test the interaction between
13578 setting GDBHISTSIZE and setting the history size via .gdbinit.
13579
13580 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13581
13582 PR gdb/16999
13583 * gdb.base/gdbhistsize-history.exp: New test.
13584
13585 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13586
13587 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
13588 with GDBHISTSIZE.
13589 * gdb.base/readline.exp: Likewise.
13590
13591 2015-06-17 Yao Qi <yao.qi@linaro.org>
13592
13593 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
13594 line.
13595
13596 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13597
13598 * gdb.base/gdbinit-history.exp: Add test case to check that
13599 an unlimited history file does not get truncated on exit.
13600
13601 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13602
13603 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
13604 (VECTOR): New macro. Use it...
13605 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
13606 ...for these typedefs.
13607 (int8, char1, int1, double1): New typedefs.
13608 (struct just_int2, struct two_int2): New structures.
13609 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
13610 (add_structvecs, add_singlevecs): New functions.
13611 (main): Call add_some_intvecs twice.
13612 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
13613 the compile and exit upon failure. Try compiling for the "native"
13614 architecture. Test inferior function calls with vector arguments
13615 and vector return value handling with "finish" and "return".
13616
13617 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
13618
13619 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
13620 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
13621 PE file.
13622 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
13623
13624 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
13625
13626 PR breakpoints/16465
13627 * gdb.mi/mi-dprintf-pending.c: New file.
13628 * gdb.mi/mi-dprintf-pending.exp: New test.
13629 * gdb.mi/mi-dprintf-pendshr.c: New file.
13630
13631 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13632 Mircea Gherzan <mircea.gherzan@intel.com>
13633
13634 * gdb.arch/i386-mpx-map.c: New file.
13635 * gdb.arch/i386-mpx-map.exp: New File.
13636
13637 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13638
13639 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
13640 * gdb.arch/i386-mpx.exp: Indentation fixed.
13641
13642 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13643
13644 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
13645 function and improved indentation.
13646 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
13647 gdb_test_multiple. Added additional tests to skip the test.
13648
13649 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13650
13651 * gdb.arch/i386-avx512.c: Change path in include file.
13652 * gdb.arch/i386-avx512.exp: Change include dir path
13653 compilation flag.
13654 * gdb.arch/i386-mpx.c: Change path in include file.
13655 * gdb.arch/i386-mpx.exp: Change include dir path compilation
13656 flag.
13657
13658 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
13659
13660 * gdb.compile/compile-print.exp (compile print *vararray@3)
13661 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
13662
13663 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13664
13665 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
13666 (do not keep jit in memory): ... this.
13667 (expect 5): Change it to ...
13668 (expect no 5): ... this.
13669
13670 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
13671
13672 PR gdb/15564
13673 * gdb.mi/mi-detach.exp: New file.
13674
13675 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13676
13677 PR symtab/18392
13678 * gdb.arch/amd64-tailcall-self.S: New file.
13679 * gdb.arch/amd64-tailcall-self.c: New file.
13680 * gdb.arch/amd64-tailcall-self.exp: New file.
13681
13682 2015-05-28 Don Breazeal <donb@codesourcery.com>
13683
13684 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
13685 tests for remote targets by checking is_target_gdbserver.
13686
13687 2015-05-27 Doug Evans <dje@google.com>
13688
13689 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
13690 * gdb.dwarf2/opaque-type-lookup.c: New file.
13691 * gdb.dwarf2/opaque-type-lookup.exp: New file.
13692
13693 2015-05-26 Doug Evans <dje@google.com>
13694
13695 * gdb.cp/iostream.cc: New file.
13696 * gdb.cp/iostream.exp: New file.
13697
13698 2015-05-26 Doug Evans <dje@google.com>
13699
13700 * gdb.dwarf2/dw2-op-call.exp: Update.
13701 * gdb.dwarf2/dw4-sig-types.exp: Update.
13702 * gdb.dwarf2/implptr.exp: Update.
13703 * gdb.mi/mi-cmd-param-changed.exp: Update.
13704
13705 2015-05-26 Doug Evans <dje@google.com>
13706
13707 * gdb.python/py-lazy-string.c: New file.
13708 * gdb.python/py-lazy-string.exp: New file.
13709 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
13710 (main): Update. Add estring3.
13711 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
13712 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
13713
13714 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
13715 Yao Qi <yao.qi@linaro.org>
13716
13717 * gdb.reverse/aarch64.c: New.
13718 * gdb.reverse/aarch64.exp: New.
13719
13720 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
13721
13722 * lib/gdb.exp (supports_process_record): Return true for
13723 aarch64*-linux*.
13724 (supports_reverse): Likewise.
13725
13726 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
13727
13728 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13729 Use with_test_prefix.
13730
13731 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
13732
13733 * gdb.base/completion.exp: Add test for completion of layout
13734 names.
13735
13736 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
13737
13738 * lib/gdb.exp (skip_tui_tests): New proc.
13739 * gdb.base/tui-layout.exp: Check skip_tui_tests.
13740
13741 2015-05-19 Pedro Alves <palves@redhat.com>
13742
13743 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13744 Save the whole env array instead of just HOME. Unset HISTSIZE in
13745 the environment while testing. Restore whole environment
13746 afterwards.
13747
13748 2015-05-16 Doug Evans <xdje42@gmail.com>
13749
13750 * gdb.guile/scm-ports.c: New file.
13751 * gdb.guile/scm-ports.exp: Add memory port tests.
13752
13753 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13754
13755 * gdb.compile/compile-print.c: New file.
13756 * gdb.compile/compile-print.exp: New file.
13757
13758 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13759
13760 * gdb.compile/compile-ops.exp: Cast param to void.
13761 * gdb.compile/compile.exp: Complete type for _gdb_expr.
13762 (compile code struct_object.selffield = &struct_object): Add xfail.
13763
13764 2015-05-15 Joel Brobecker <brobecker@adacore.com>
13765
13766 * gdb.ada/arr_enum_with_gap: New testcase.
13767
13768 2015-05-15 Joel Brobecker <brobecker@adacore.com>
13769
13770 * gdb.ada/byte_packed_arr: New testcase.
13771
13772 2015-05-15 Joel Brobecker <brobecker@adacore.com>
13773
13774 * gdb.ada/pckd_neg: New testcase.
13775
13776 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
13777
13778 PR gdb/17820
13779 * gdb.base/gdbinit-history.exp: New test.
13780 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
13781 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
13782
13783 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
13784
13785 * gdb.python/py-xmethods.cc: Enhance test case.
13786 * gdb.python/py-xmethods.exp: New tests.
13787 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
13788 function.
13789 (B_indexoper): Likewise.
13790 (global_dm_list) : Add new xmethod worker functions.
13791
13792 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
13793
13794 * gdb.base/coredump-filter.exp: Correctly unset
13795 "coredump_var_addr" array.
13796
13797 2015-05-08 Pedro Alves <palves@redhat.com>
13798
13799 * gdb.server/non-existing-program.exp: Unset spawn_id.
13800
13801 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
13802
13803 PR python/18291
13804 * gdb.python/py-xmethods.exp: Add tests.
13805
13806 2015-05-08 Yao Qi <yao.qi@linaro.org>
13807
13808 PR gdb/18208
13809 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
13810 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
13811 function set_coredump_filter, and remove remote_exec call.
13812 Remove argument ipid. Callers update.
13813 (top level): Don't get inferior's PID.
13814
13815 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
13816
13817 * gdb.base/watch_thread_num.exp: Skip test on targets without
13818 access watchpoints.
13819
13820 2015-05-06 Pedro Alves <palves@redhat.com>
13821
13822 PR server/18081
13823 * gdb.server/non-existing-program.exp: New file.
13824
13825 2015-05-05 Joel Brobecker <brobecker@adacore.com>
13826
13827 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
13828
13829 2015-05-05 Joel Brobecker <brobecker@adacore.com>
13830
13831 * gdb.ada/out_of_line_in_inlined: New testcase.
13832
13833 2015-05-05 Joel Brobecker <brobecker@adacore.com>
13834
13835 * gdb.ada/var_rec_arr: New testcase.
13836
13837 2015-04-30 Yao Qi <yao.qi@linaro.org>
13838
13839 * gdb.base/break-idempotent.exp: If
13840 skip_hw_watchpoint_multi_tests returns true, skip the tests
13841 on "rwatch" and "awatch".
13842
13843 2015-04-30 Yao Qi <yao.qi@linaro.org>
13844
13845 * gdb.base/relativedebug.exp: Invoke gdb command
13846 "info sharedlibrary", and if libc.so doesn't have debug info,
13847 skip the test.
13848
13849 2015-04-29 Doug Evans <dje@google.com>
13850
13851 * gdb.python/py-xmethods.exp: Add ptype tests.
13852 * gdb.python/py-xmethods.py (E_method_char_worker): Add
13853 get_result_type method.
13854
13855 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
13856
13857 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
13858 the target does not support hardware watchpoints.
13859
13860 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
13861
13862 * gdb.base/break-always.exp: Abort testing if writing to memory
13863 causes an error.
13864
13865 2015-04-28 Doug Evans <dje@google.com>
13866
13867 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
13868 * gdb.python/py-pp-registration.exp: ... here. New file.
13869 * gdb.python/py-pp-registration.c: New file.
13870 * gdb.python/py-pp-registration.py: New file.
13871
13872 2015-04-28 Doug Evans <dje@google.com>
13873
13874 * gdb.python/py-bad-printers.c: New file.
13875 * gdb.python/py-bad-printers.py: New file.
13876 * gdb.python/py-bad-printers.exp: New file.
13877
13878 2015-04-28 Sasha Smundak <asmundak@google.com>
13879
13880 * gdb.python/py-type.exp: New test.
13881
13882 2015-04-28 Andy Wingo <wingo@igalia.com>
13883
13884 * gdb.python/py-parameter.exp:
13885 * gdb.guile/scm-parameter.exp: Escape the path that we are
13886 matching against, as it might contain characters that are special
13887 to regular expressions.
13888
13889 2015-04-27 Joel Brobecker <brobecker@adacore.com>
13890
13891 * gdb.ada/rec_comp: New testcase.
13892
13893 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
13894
13895 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
13896 before using it.
13897
13898 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
13899
13900 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
13901 new tests for verilog output.
13902
13903 2015-04-24 Yao Qi <yao.qi@linaro.org>
13904
13905 * boards/remote-gdbserver-on-localhost.exp: New file.
13906
13907 2015-04-23 Pedro Alves <palves@redhat.com>
13908
13909 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
13910 $inferior_spawn_id instead of $inferior_spawn_id directly. On
13911 "end of file", remove $inferior_spawn_id from the indirect list.
13912
13913 2015-04-23 Pedro Alves <palves@redhat.com>
13914
13915 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
13916
13917 2015-04-23 Pedro Alves <palves@redhat.com>
13918
13919 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
13920 on $any_spawn_id instead of only on $gdb_spawn_id.
13921
13922 2015-04-21 Pierre Muller <muller@sourceware.org>
13923
13924 PR pascal/17815
13925 * lib/pascal.exp (gpc_compile): Add new option "class".
13926 (fpc_compile): Likewise.
13927 * gdb.pascal/case-insensitive-symbols.pas: New file.
13928 * gdb.pascal/case-insensitive-symbols.exp: New file.
13929
13930 2015-04-20 Gary Benson <gbenson@redhat.com>
13931
13932 * gdb.base/attach.exp: Fix three extended remote failures.
13933
13934 2015-04-17 Gary Benson <gbenson@redhat.com>
13935
13936 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
13937 the main executable over the remote protocol.
13938
13939 2015-04-16 Pedro Alves <palves@redhat.com>
13940
13941 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
13942 a new gdbserver if gdbserver_reconnect_p is set.
13943
13944 2015-04-16 Pedro Alves <palves@redhat.com>
13945
13946 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
13947 is set, don't exit gdbserver.
13948
13949 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13950
13951 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
13952 appropriate .insn, such that an older assembler can be used.
13953 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
13954 the z/Architecture instruction set on 31-bit targets as well.
13955
13956 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13957
13958 * gdb.go/handcall.exp: Remove all logic related to the first
13959 breakpoint and rely on go_runto_main instead.
13960 * gdb.go/strings.exp: Likewise.
13961 * gdb.go/unsafe.exp: Likewise.
13962 * gdb.go/hello.exp: Likewise. Also rename the remaining
13963 breakpoint marker to "breakpoint 1".
13964 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
13965 * gdb.go/strings.go: Likewise.
13966 * gdb.go/unsafe.go: Likewise.
13967 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
13968 "set breakpoint 2 here" and rename the remaining breakpoint marker
13969 to "breakpoint 1".
13970
13971 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
13972
13973 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
13974 if itertools.imap is not present.
13975 * gdb.python/py-objfile.exp: Add parentheses.
13976 * gdb.python/py-type.exp: Same.
13977 * gdb.python/py-unwind-maint.py: Same.
13978
13979 2015-04-15 Yao Qi <yao.qi@linaro.org>
13980
13981 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
13982 of ":$ptr_size" and set its form explicitly.
13983
13984 2015-04-15 Pedro Alves <palves@redhat.com>
13985 Yao Qi <yao.qi@linaro.org>
13986
13987 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
13988 timeout by factor of 4.
13989 (test_regular_watch): Likewise.
13990 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
13991 * gdb.reverse/sigall-reverse.exp: Likewise.
13992 * gdb.reverse/until-precsave.exp: Likewise.
13993 * lib/gdb.exp (with_timeout_factor): New proc.
13994 (gdb_expect): Move some code to ...
13995 (get_largest_timeout): ... here. New procedure.
13996
13997 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
13998
13999 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
14000
14001 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
14002
14003 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
14004 to write to the .text section.
14005
14006 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
14007
14008 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
14009 Handle the case of targets that do not provide PID information.
14010
14011 2015-04-13 Yao Qi <yao.qi@linaro.org>
14012
14013 * lib/gdbserver-support.exp (gdb_exit): Catch exception
14014 and use expect instead of gdb_expect.
14015
14016 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
14017
14018 * gdb.base/coredump-filter.exp: Rename variable "addr" to
14019 "coredump_var_addr" to avoid naming conflict with other testcases.
14020
14021 2015-04-10 Pedro Alves <palves@redhat.com>
14022
14023 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
14024 gdb_test_sequence and gdb_assert.
14025
14026 2015-04-10 Pedro Alves <palves@redhat.com>
14027
14028 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
14029 test messages that don't include the breakpoint address.
14030
14031 2015-04-10 Yao Qi <yao.qi@linaro.org>
14032
14033 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
14034 false for some offset and width combinations which aren't
14035 supported by linux kernel.
14036
14037 2015-04-10 Pedro Alves <palves@redhat.com>
14038
14039 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
14040 procedure, factored out from ...
14041 (top level): ... here. Add "set displaced-stepping" testing axis.
14042 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
14043 parameter "displaced". Use it.
14044 (top level): Use foreach and add "set displaced-stepping" testing
14045 axis.
14046
14047 2015-04-10 Pedro Alves <palves@redhat.com>
14048
14049 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
14050 Remove comment.
14051 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
14052 both the address of the instruction that triggers the watchpoint
14053 and the address of the instruction immediately after, and use
14054 those addresses for the test. Fix comment.
14055
14056 2015-04-10 Pedro Alves <palves@redhat.com>
14057
14058 * gdb.base/sigstep.exp (breakpoint_to_handler)
14059 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
14060 Test "backtrace" in handler.
14061 (breakpoint_over_handler): New parameter 'displaced'. Use it.
14062 (top level): Add new "displaced" test axis to
14063 breakpoint_to_handler, breakpoint_to_handler_entry and
14064 breakpoint_over_handler.
14065
14066 2015-04-10 Pedro Alves <palves@redhat.com>
14067
14068 PR gdb/18216
14069 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
14070
14071 2015-04-10 Yao Qi <yao.qi@linaro.org>
14072
14073 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
14074 (test_add_rn_pc): New function.
14075 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
14076 (top level): Invoke test_add_rn_pc.
14077
14078 2015-04-10 Pedro Alves <palves@redhat.com>
14079
14080 PR gdb/13858
14081 * gdb.base/step-over-no-symbols.exp: New file.
14082
14083 2015-04-09 Andy Wingo <wingo@igalia.com>
14084
14085 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
14086 after the Python tests.
14087
14088 2015-04-08 Keith Seitz <keiths@redhat.com>
14089
14090 PR python/16699
14091 * gdb.python/py-completion.exp: New tests for completion.
14092 * gdb.python/py-completion.py (CompleteLimit1): New class.
14093 (CompleteLimit2): Likewise.
14094 (CompleteLimit3): Likewise.
14095 (CompleteLimit4): Likewise.
14096 (CompleteLimit5): Likewise.
14097 (CompleteLimit6): Likewise.
14098 (CompleteLimit7): Likewise.
14099
14100 2015-04-08 Pedro Alves <palves@redhat.com>
14101
14102 PR gdb/18214
14103 PR gdb/18216
14104 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
14105 function.
14106 (main): Install it as SIGUSR1 handler.
14107 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
14108 parameter. Always use "setup" as prefix. Toggle "set
14109 displaced-stepping" off/on depending on global. Don't switch to
14110 thread 1 here.
14111 (top level): Add displaced stepping "off/on" test axis. Update
14112 "setup" calls. Wrap each subtest with with_test_prefix. Test
14113 continuing with a queued signal in each thread.
14114
14115 2015-04-08 Pedro Alves <palves@redhat.com>
14116
14117 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
14118 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
14119 gdb_breakpoint instead of gdb_test that doesn't expect anything.
14120 Return early if running to main fails.
14121 * gdb.trace/while-stepping.exp: Likewise.
14122
14123 2015-04-07 Pedro Alves <palves@redhat.com>
14124
14125 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
14126 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
14127 interact with inferior program.
14128
14129 2015-04-07 Pedro Alves <palves@redhat.com>
14130
14131 * lib/gdb.exp (inferior_spawn_id): New global.
14132 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
14133 spawn id after processing the user code.
14134 (default_gdb_start): Set inferior_spawn_id.
14135 (send_inferior): New procedure.
14136 * lib/gdbserver-support.exp (gdbserver_start): Set
14137 inferior_spawn_id.
14138 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
14139
14140 2015-04-07 Pedro Alves <palves@redhat.com>
14141
14142 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
14143 * lib/gdbserver-support.exp (gdbserver_start): Make
14144 $server_spawn_id global.
14145 (gdbserver_start): Don't wait for gdbserver's spawn id with
14146 expect_background.
14147 (close_gdbserver): New procedure.
14148 (gdb_exit): Rename the default version and reimplement.
14149
14150 2015-04-07 Pedro Alves <palves@redhat.com>
14151
14152 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
14153 append the substituted item, not the original item.
14154
14155 2015-04-07 Pedro Alves <palves@redhat.com>
14156
14157 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
14158 gdb_expect.
14159
14160 2015-04-07 Pedro Alves <palves@redhat.com>
14161
14162 * gdb.base/interrupt.exp: Don't handle the case of the inferior
14163 output appearing once only.
14164
14165 2015-04-07 Pedro Alves <palves@redhat.com>
14166
14167 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
14168 that doesn't expect anything. Return early if running to main
14169 fails.
14170
14171 2015-04-07 Yao Qi <yao.qi@linaro.org>
14172
14173 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
14174 (child_function): Call alarm.
14175 (main): Move call to alarm into the loop.
14176 * gdb.threads/non-stop-fair-events.exp: Build program with
14177 -DTIMEOUT=$timeout.
14178
14179 2015-04-06 Doug Evans <xdje42@gmail.com>
14180
14181 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
14182 Fix dest parameter to board_info.
14183 (fpc_compile): Ditto.
14184 (gdb_compile_pascal): Rename dest arg to destfile.
14185
14186 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
14187
14188 * gdb.ada/funcall_ref.exp: New file.
14189 * gdb.ada/funcall_ref/foo.adb: New file.
14190
14191 2015-04-02 Yao Qi <yao.qi@linaro.org>
14192
14193 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
14194 is remote.
14195
14196 2015-04-02 Gary Benson <gbenson@redhat.com>
14197
14198 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
14199
14200 2015-04-01 Sasha Smundak <asmundak@google.com>
14201
14202 * gdb.python/py-unwind-maint.c: New file.
14203 * gdb.python/py-unwind-maint.exp: New test.
14204 * gdb.python/py-unwind-maint.py: New file.
14205 * gdb.python/py-unwind.c: New file.
14206 * gdb.python/py-unwind.exp: New test.
14207 * gdb.python/py-unwind.py: New test.
14208
14209 2015-04-01 Pedro Alves <palves@redhat.com>
14210
14211 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
14212 to fail instead of non-existent $test.
14213
14214 2015-04-01 Pedro Alves <palves@redhat.com>
14215
14216 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
14217 GDBFLAGS if not empty.
14218
14219 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
14220
14221 * gdb.ada/complete.exp: Remove "multi_line".
14222 * gdb.ada/info_exc.exp: Remove "multi_line".
14223 * gdb.ada/packed_tagged.exp: Remove "multi_line".
14224 * gdb.ada/ptype_field.exp: Remove "multi_line".
14225 * gdb.ada/sym_print_name.exp: Remove "multi_line".
14226 * gdb.ada/tagged.exp: Remove "multi_line".
14227 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
14228 [multi_line ...]
14229 * gdb.btrace/delta.exp: Likewise.
14230 * gdb.btrace/exception.exp: Likewise.
14231 * gdb.btrace/function_call_history.exp: Likewise.
14232 * gdb.btrace/instruction_history.exp: Likewise.
14233 * gdb.btrace/nohist.exp: Likewise.
14234 * gdb.btrace/record_goto.exp: Likewise.
14235 * gdb.btrace/segv.exp: Likewise.
14236 * gdb.btrace/stepi.exp: Likewise.
14237 * gdb.btrace/tailcall.exp: Likewise.
14238 * gdb.btrace/unknown_functions.exp: Likewise.
14239 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
14240 * lib/gdb.exp: Add the "multi_line" helper.
14241
14242 2015-04-01 Pedro Alves <palves@redhat.com>
14243
14244 * gdb.threads/tid-reuse.c: New file.
14245 * gdb.threads/tid-reuse.exp: New file.
14246
14247 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
14248
14249 PR corefiles/16092
14250 * gdb.base/coredump-filter.c: New file.
14251 * gdb.base/coredump-filter.exp: Likewise.
14252
14253 2015-03-27 Petr Machata <pmachata@redhat.com>
14254
14255 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
14256 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
14257 (Dwarf::assemble): Initialize them.
14258 (Dwarf::lines): New function.
14259
14260 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
14261
14262 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
14263 SYMBOL_PREFIX for x86_64-*-cygwin.
14264
14265 2015-03-26 Andy Wingo <wingo@igalia.com>
14266
14267 PR symtab/18148
14268 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
14269 const_value but not a location.
14270 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
14271 location defined in non-main CUs are visible.
14272
14273 2015-03-26 Yao Qi <yao.qi@linaro.org>
14274
14275 PR testsuite/18139
14276 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
14277 Add a line number entry for the same line.
14278 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
14279 Add a line number entry for the same line.
14280
14281 2015-03-26 Yao Qi <yao.qi@linaro.org>
14282
14283 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
14284 .int 0.
14285 (func): Likewise. Add .Lfunc_1 label.
14286 Use .Lfunc_1 label.
14287 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
14288 .int 0.
14289 (func): Likewise.
14290 Use .Lfunc_1 label.
14291
14292 2015-03-26 Yao Qi <yao.qi@linaro.org>
14293
14294 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
14295 Call gdb_compile instead to compile each .s files without debug
14296 information.
14297
14298 2015-03-26 Yao Qi <yao.qi@linaro.org>
14299
14300 * gdb.base/savedregs.exp (process_saved_regs): Make
14301 "Saved registers:" optional in the pattern.
14302
14303 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
14304
14305 * gdb.btrace/next.exp: Merged into step.exp.
14306 * gdb.btrace/finish.exp: Merged into step.exp.
14307 * gdb.btrace/nexti.exp: Merged into stepi.exp.
14308 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
14309 "record goto" and checking the exact replay position.
14310 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
14311 check for "Recording format" in "info record" output.
14312 * gdb.btrace/record_goto.exp: Choose test file based on target.
14313 * gdb.btrace/x86-record_goto.S: Renamed into ...
14314 * gdb.btrace/x86_64-record_goto.S: ... this.
14315 * gdb.btrace/i686-record_goto.S: New.
14316 * gdb.btrace/x86-tailcall.S: Renamed into ...
14317 * gdb.btrace/x86_64-tailcall.S: ... this.
14318 * gdb.btrace/i686-tailcall.S: New.
14319 * gdb.btrace/x86-tailcall.c: Renamed into ...
14320 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
14321 separate statements. Update test.
14322 * gdb.btrace/delta.exp: Use record_goto.c as test file.
14323 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
14324 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
14325 * gdb.btrace/tailcall.exp: Choose test file based on target.
14326 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
14327
14328 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
14329
14330 * gdb.btrace/exception.exp: Increase BTS buffer size.
14331
14332 2015-03-24 Pedro Alves <palves@redhat.com>
14333
14334 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
14335
14336 2015-03-24 Pedro Alves <palves@redhat.com>
14337
14338 * gdb.threads/schedlock.exp (test_step): No longer expect that
14339 "set scheduler-locking step" with "next" over a function call runs
14340 threads unlocked.
14341
14342 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
14343
14344 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
14345
14346 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
14347
14348 PR breakpoints/16466
14349 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
14350 * gdb.mi/mi-pending.c (thread_func): New function.
14351 (int main): Add threading support required.
14352 * gdb.mi/mi-pending.exp: Add tests for this issue.
14353 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
14354 (pendfunc2): Remove stdio dependency.
14355 * gdb.mi/mi-pendshr2.c: New file.
14356
14357 2015-03-23 Keith Seitz <keiths@redhat.com>
14358
14359 * gdb.linespec/keywords.c: New file.
14360 * gdb.linespec/keywords.exp: New file.
14361
14362 2015-03-23 Keith Seitz <keiths@redhat.com>
14363
14364 PR gdb/18021
14365 * gdb.dwarf2/staticvirtual.exp: New test.
14366
14367 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14368
14369 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
14370 * README: Remove HP-UX and gdb.hp.
14371 (configuration):
14372 * configure: Regenerate.
14373 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
14374 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
14375 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
14376 gdb.hp/gdb.defects/Makefile.
14377 * gdb.hp/Makefile.in: File deleted.
14378 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
14379 * gdb.hp/gdb.aCC/optimize.c: File deleted.
14380 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
14381 * gdb.hp/gdb.aCC/run.c: File deleted.
14382 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
14383 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
14384 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
14385 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
14386 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
14387 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
14388 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
14389 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
14390 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
14391 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
14392 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
14393 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
14394 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
14395 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
14396 * gdb.hp/gdb.base-hp/reg.s: File deleted.
14397 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
14398 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
14399 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
14400 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
14401 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
14402 * gdb.hp/gdb.compat/Makefile.in: File deleted.
14403 * gdb.hp/gdb.compat/average.c: File deleted.
14404 * gdb.hp/gdb.compat/sum.c: File deleted.
14405 * gdb.hp/gdb.compat/xdb.c: File deleted.
14406 * gdb.hp/gdb.compat/xdb0.c: File deleted.
14407 * gdb.hp/gdb.compat/xdb0.h: File deleted.
14408 * gdb.hp/gdb.compat/xdb1.c: File deleted.
14409 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
14410 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
14411 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
14412 * gdb.hp/gdb.defects/Makefile.in: File deleted.
14413 * gdb.hp/gdb.defects/bs14602.c: File deleted.
14414 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
14415 * gdb.hp/gdb.defects/solib-d.c: File deleted.
14416 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
14417 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
14418 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
14419 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
14420 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
14421 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
14422 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
14423 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
14424 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
14425 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
14426 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
14427 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
14428 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
14429 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
14430 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
14431 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
14432 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
14433 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
14434 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
14435 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
14436 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
14437 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
14438 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
14439 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
14440 * gdb.hp/tools/odump: File deleted.
14441
14442 2015-03-19 Pedro Alves <palves@redhat.com>
14443
14444 * gdb.threads/continue-pending-status.exp (saw_thread_2)
14445 (saw_thread_3): New globals.
14446 (top level): Increment them when an event for the corresponding
14447 thread is seen.
14448 (no thread starvation): New test.
14449
14450 2015-03-19 Pedro Alves <palves@redhat.com>
14451
14452 * gdb.threads/continue-pending-status.c: New file.
14453 * gdb.threads/continue-pending-status.exp: New file.
14454
14455 2015-03-18 Pedro Alves <palves@redhat.com>
14456
14457 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
14458 Use gdb_is_target_remote instead of is_remote. Use
14459 gdb_test_multiple instead of gdb_expect. Exit early if
14460 gdb_test_multiple hits its internal matches. Tighten stepi tests
14461 expected output. Fail on exit with any signal, instead of just
14462 SIGILL.
14463
14464 2015-03-18 Yao Qi <yao.qi@linaro.org>
14465
14466 PR tdep/18107
14467 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
14468 variable.
14469 * gdb.base/catch-syscall.exp: Don't skip it on
14470 aarch64*-*-linux* target. Remove elements in all_syscalls.
14471 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
14472 target.
14473 (setup_all_syscalls): New proc.
14474
14475 2015-03-16 Yao Qi <yao.qi@linaro.org>
14476
14477 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
14478 (top level): Skip tests if valid_addr_p returns false for
14479 $cmd1 or $cmd2.
14480
14481 2015-03-11 Andy Wingo <wingo@igalia.com>
14482
14483 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
14484
14485 2015-03-11 Yao Qi <yao.qi@linaro.org>
14486
14487 * gdb.base/catch-syscall.exp: Fix typo in comments.
14488
14489 2015-03-11 Yao Qi <yao.qi@linaro.org>
14490
14491 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
14492
14493 2015-03-09 Pedro Alves <palves@redhat.com>
14494
14495 * dg-extract-results.py: Delete.
14496
14497 2015-03-09 Pedro Alves <palves@redhat.com>
14498
14499 Merge dg-extract-results.sh from GCC upstream (r218843).
14500
14501 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
14502 * dg-extract-results.sh: Use --text with grep to avoid issues with
14503 binary files. Fall back to cat -v, if that doesn't work.
14504
14505 2015-03-05 Pedro Alves <palves@redhat.com>
14506
14507 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
14508
14509 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
14510
14511 * lib/mi-support.exp (mi_expect_interrupt): Accept
14512 alternative event for when in all-stop mode.
14513
14514 2015-03-04 Pedro Alves <palves@redhat.com>
14515
14516 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
14517
14518 2015-03-04 Mark Kettenis <kettenis@gnu.org>
14519
14520 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
14521
14522 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
14523
14524 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
14525 regexps for GDB's current line display, accept a hex address
14526 preceding the line number.
14527
14528 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
14529
14530 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
14531 the 'arch1' variable for "s390*-linux*" targets.
14532
14533 2015-03-04 Pedro Alves <palves@redhat.com>
14534
14535 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
14536 (main): Pass missing retval argument to pthread_join call.
14537
14538 2015-03-02 Pedro Alves <palves@redhat.com>
14539
14540 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
14541 (top level): Call do_test with non-stop as well.
14542
14543 2015-03-02 Pedro Alves <palves@redhat.com>
14544
14545 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
14546 -1.
14547
14548 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
14549
14550 * gdb.arch/s390-vregs.exp: New test.
14551 * gdb.arch/s390-vregs.S: New file.
14552
14553 2015-02-27 Pedro Alves <palves@redhat.com>
14554
14555 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
14556 call to catch_command_errors.
14557 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
14558 catch_command_errors.
14559
14560 2015-02-27 Pedro Alves <palves@redhat.com>
14561
14562 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
14563 "true" for boolean result.
14564 * gdb.gdb/selftest.exp (test_with_self): Also accept full
14565 prototype of main.
14566
14567 2015-02-27 Pedro Alves <palves@redhat.com>
14568
14569 * lib/unbuffer_output.c: New file.
14570 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
14571 (main): Call gdb_unbuffer_output.
14572
14573 2015-02-27 Yao Qi <yao.qi@linaro.org>
14574
14575 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
14576 target.
14577
14578 2015-02-26 Doug Evans <dje@google.com>
14579
14580 * gdb.cp/class2.cc (Dbase, D): New classes.
14581 (main): New local delta.
14582 * gdb.cp/class2.exp: Test printing delta.
14583 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
14584 (dynbar): New global.
14585 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
14586
14587 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14588
14589 * gdb.compile/compile-ifunc.c: New file.
14590 * gdb.compile/compile-ifunc.exp: New file.
14591
14592 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
14593
14594 * gdb.base/structs.exp: Check for correct struct on finish.
14595
14596 2015-02-26 Yao Qi <yao.qi@linaro.org>
14597
14598 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
14599 is zero.
14600
14601 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14602
14603 * gdb.arch/cordic.ko.bz2: New file.
14604 * gdb.arch/cordic.ko.debug.bz2: New file.
14605 * gdb.arch/ppc64-symtab-cordic.exp: New file.
14606
14607 2015-02-25 Yao Qi <yao.qi@linaro.org>
14608
14609 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
14610 aarch64*-*-* target.
14611
14612 2015-02-23 Pedro Alves <palves@redhat.com>
14613
14614 * lib/gdb.exp (delete_breakpoints): Rewrite using
14615 gdb_test_multiple.
14616
14617 2015-02-23 Pedro Alves <palves@redhat.com>
14618
14619 * gdb.base/info-os.c: Include stdlib.h.
14620
14621 2015-02-22 Doug Evans <xdje42@gmail.com>
14622
14623 PR symtab/17855
14624 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
14625 is read after symbols have been re-read.
14626 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
14627 * gdb.ada/exec_changed/second.adb (Second): Ditto.
14628
14629 2015-02-21 Doug Evans <dje@google.com>
14630
14631 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
14632
14633 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14634
14635 PR corefiles/17808
14636 * gdb.arch/i386-biarch-core.core.bz2: New file.
14637 * gdb.arch/i386-biarch-core.exp: New file.
14638
14639 2015-02-21 Pedro Alves <palves@redhat.com>
14640
14641 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
14642 runto_main fails.
14643
14644 2015-02-20 Pedro Alves <palves@redhat.com>
14645
14646 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
14647 info probes.
14648
14649 2015-02-20 Pedro Alves <palves@redhat.com>
14650
14651 * gdb.threads/multi-create-ns-info-thr.exp: New file.
14652
14653 2015-02-20 Pedro Alves <palves@redhat.com>
14654
14655 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
14656 clean_restart before gdb_target_supports_trace.
14657
14658 2015-02-20 Pedro Alves <palves@redhat.com>
14659
14660 PR threads/18006
14661 * gdb.threads/clone-thread_db.c: New file.
14662 * gdb.threads/clone-thread_db.exp: New file.
14663
14664 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
14665
14666 PR breakpoints/16812
14667 * gdb.base/catch-gdb-caused-signals.c: New file.
14668 * gdb.base/catch-gdb-caused-signals.exp: New file.
14669
14670 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
14671
14672 * configure: Regenerated.
14673 * configure.ac: Use GDB_AC_TRANSFORM.
14674 * aclocal.m4: sinclude ../transform.m4.
14675
14676 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
14677
14678 * lib/dtrace.exp: New file.
14679 * gdb.base/dtrace-probe.exp: Likewise.
14680 * gdb.base/dtrace-probe.d: Likewise.
14681 * gdb.base/dtrace-probe.c: Likewise.
14682 * lib/pdtrace.in: Likewise.
14683 * configure.ac: Output variables with the transformed names of
14684 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
14685 * configure: Regenerated.
14686
14687 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
14688
14689 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
14690 expected message when trying to access $_probe_* convenience
14691 variables while not on a probe.
14692
14693 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14694
14695 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
14696
14697 2015-02-11 Pedro Alves <pedro@codesourcery.com>
14698
14699 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
14700 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
14701
14702 2015-02-10 Doug Evans <xdje42@gmail.com>
14703
14704 * lib/gdb.exp (gdb_load): Always return a result.
14705
14706 2015-02-10 Pedro Alves <palves@redhat.com>
14707
14708 * gdb.threads/signal-sigtrap.c: New file.
14709 * gdb.threads/signal-sigtrap.exp: New file.
14710
14711 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
14712
14713 * gdb.trace/no-attach-trace.c: New file.
14714 * gdb.trace/no-attach-trace.exp: New file.
14715
14716 2015-02-09 Mark Wielaard <mjw@redhat.com>
14717
14718 * gdb.dwarf2/atomic.c: New file.
14719 * gdb.dwarf2/atomic-type.exp: Likewise.
14720
14721 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14722
14723 * gdb.btrace/buffer-size.exp: Update "info record" output.
14724 * gdb.btrace/delta.exp: Update "info record" output.
14725 * gdb.btrace/enable.exp: Update "info record" output.
14726 * gdb.btrace/finish.exp: Update "info record" output.
14727 * gdb.btrace/instruction_history.exp: Update "info record" output.
14728 * gdb.btrace/next.exp: Update "info record" output.
14729 * gdb.btrace/nexti.exp: Update "info record" output.
14730 * gdb.btrace/step.exp: Update "info record" output.
14731 * gdb.btrace/stepi.exp: Update "info record" output.
14732 * gdb.btrace/nohist.exp: Update "info record" output.
14733
14734 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14735
14736 * gdb.btrace/buffer-size: New.
14737
14738 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14739
14740 * gdb.btrace/delta.exp: Update "info record" output.
14741 * gdb.btrace/enable.exp: Update "info record" output.
14742 * gdb.btrace/finish.exp: Update "info record" output.
14743 * gdb.btrace/instruction_history.exp: Update "info record" output.
14744 * gdb.btrace/next.exp: Update "info record" output.
14745 * gdb.btrace/nexti.exp: Update "info record" output.
14746 * gdb.btrace/step.exp: Update "info record" output.
14747 * gdb.btrace/stepi.exp: Update "info record" output.
14748 * gdb.btrace/nohist.exp: Update "info record" output.
14749
14750 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
14751
14752 PR gdb/15678
14753 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
14754
14755 2015-02-06 Pedro Alves <palves@redhat.com>
14756
14757 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
14758 macro.
14759 (seconds_left, again): New globals.
14760 (main): Wait seconds_left in a 1-second sleep loop instead of
14761 sleeping 180 seconds. If 'again' is set, reset the seconds
14762 counter.
14763 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
14764 'again' in the inferior before detaching. Print the seconds left.
14765 (options): New global.
14766 (top level): Build program with -DTIMEOUT=$timeout.
14767
14768 2015-02-06 Pedro Alves <palves@redhat.com>
14769
14770 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
14771 determine how many seconds to pass to 'alarm'.
14772 * gdb.base/gdb-sigterm.exp (top level): Build program with
14773 -DTIMEOUT=$timeout.
14774 (do_test): Return success/failure indication. Add more verbose
14775 logging. Don't fail if 200 single steps are seen. Instead, fail
14776 when the test times out.
14777 (passes): New global.
14778 (top level): Break the testing loop if testing fails on any
14779 iteration. Use gdb_assert.
14780
14781 2015-02-04 Don Breazeal <donb@codesourcery.com>
14782
14783 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
14784 and initialize them.
14785 (ipc_cleanup): New function.
14786 (main): Don't declare shmid, semid, and msqid. Add a call to
14787 atexit so that we call ipc_cleanup on exit.
14788
14789 2015-02-04 Pedro Alves <palves@redhat.com>
14790
14791 * boards/native-extended-gdbserver.exp: Remove any target variant
14792 specifications from the board name before clearing the isremote
14793 flag from board_info.
14794
14795 2015-01-31 Doug Evans <xdje42@gmail.com>
14796
14797 * gdb.base/maint.exp <maint print type argc>: Update expected output.
14798
14799 2015-01-31 Gary Benson <gbenson@redhat.com>
14800
14801 * gdb.base/completion.exp: Disable completion limiting for
14802 existing tests. Add new tests to check completion limiting.
14803 * gdb.linespec/ls-errs.exp: Disable completion limiting.
14804
14805 2015-01-31 Doug Evans <xdje42@gmail.com>
14806
14807 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
14808
14809 2015-01-31 Doug Evans <xdje42@gmail.com>
14810
14811 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
14812 entries. Duplicate file section script entries.
14813 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
14814 inlined entries. Add test for safe-path rejection.
14815 * gdb.python/py-section-script.c: Add duplicate inlined section script
14816 entries. Duplicate file section script entries.
14817 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
14818 inlined entries. Add test for safe-path rejection.
14819
14820 2015-01-29 Joel Brobecker <brobecker@adacore.com>
14821
14822 * gdb.ada/disc_arr_bound: New testcase.
14823
14824 2015-01-29 Joel Brobecker <brobecker@adacore.com>
14825
14826 * gdb.ada/mi_var_array: New testcase.
14827
14828 2015-01-27 Doug Evans <dje@google.com>
14829
14830 * gdb.python/py-objfile.exp: Add tests for objfile.username.
14831 Add test for objfile.filename, objfile.username after objfile
14832 has been unloaded.
14833
14834 2015-01-26 Joel Brobecker <brobecker@adacore.com>
14835
14836 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
14837 the second test to print the name attribute of value
14838 returned by the call to gdb.lookup_type, and adjust
14839 the expected output accordingly.
14840
14841 2015-01-25 Mark Wielaard <mjw@redhat.com>
14842
14843 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
14844 * gdb.base/disp-step-fork.c: Include unistd.h.
14845 * gdb.base/siginfo-obj.c: Include stdio.h.
14846 * gdb.base/siginfo-thread.c: Likewise.
14847 * gdb.mi/non-stop.c: Include unistd.h.
14848 * gdb.mi/nsthrexec.c: Include stdio.h.
14849 * gdb.mi/pthreads.c: Include unistd.h.
14850 * gdb.modula2/unbounded1.c (main): Declare returns int.
14851 * gdb.reverse/consecutive-reverse.c: Likewise.
14852 * gdb.threads/create-fail.c: Include unistd.h.
14853 * gdb.threads/killed.c: Likewise.
14854 * gdb.threads/linux-dp.c: Likewise.
14855 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
14856 * gdb.threads/non-ldr-exc-2.c: Likewise.
14857 * gdb.threads/non-ldr-exc-3.c: Likewise.
14858 * gdb.threads/non-ldr-exc-4.c: Likewise.
14859 * gdb.threads/pthreads.c: Include unistd.h.
14860 (main): Declare returns int.
14861 * gdb.threads/tls-main.c (foo): New declaration.
14862 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
14863
14864 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
14865
14866 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
14867 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
14868
14869 2015-01-15 Mark Wielaard <mjw@redhat.com>
14870
14871 * gdb.base/noreturn-return.c: New file.
14872 * gdb.base/noreturn-return.exp: New file.
14873 * gdb.base/noreturn-finish.c: New file.
14874 * gdb.base/noreturn-finish.exp: New file.
14875
14876 2015-01-23 Pedro Alves <palves@redhat.com>
14877
14878 * gdb.threads/continue-pending-after-query.c: New file.
14879 * gdb.threads/continue-pending-after-query.exp: New file.
14880
14881 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
14882 Simon Marchi <simon.marchi@ericsson.com>
14883
14884 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
14885 * gdb.base/valgrind-db-attach.exp: Same.
14886 * gdb.base/valgrind-infcall.exp: Same.
14887 * lib/mi-support.exp (default_mi_gdb_start): Same.
14888 * lib/prompt.exp (default_prompt_gdb_start): Same.
14889 * lib/gdb.exp (default_gdb_spawn): Same.
14890 (gdb_interact): New.
14891
14892
14893 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14894
14895 * gdb.compile/compile.exp (pointer to jit function): New test.
14896
14897 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
14898
14899 * lib/gdb.exp (supports_process_record): Return true for
14900 powerpc*-*-linux*.
14901 (supports_reverse): Likewise.
14902
14903 2015-01-15 Don Breazeal <donb@codesourcery.com>
14904
14905 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
14906 instead of checking whether the target board is remote and
14907 use spawn_wait_for_attach instead of exec/sleep.
14908 * gdb.base/attach-twice.exp: Likewise.
14909
14910 2015-01-15 Joel Brobecker <brobecker@adacore.com>
14911
14912 * gdb.ada/var_arr_attrs: New testcase.
14913
14914 2015-01-14 Pedro Alves <palves@redhat.com>
14915 Joel Brobecker <brobecker@adacore.com>
14916
14917 PR gdb/17525
14918 * gdb.base/bp-cmds-execution-x-script.c: New file.
14919 * gdb.base/bp-cmds-execution-x-script.exp: New file.
14920 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
14921
14922 2015-01-14 Pedro Alves <palves@redhat.com>
14923
14924 PR cli/17828
14925 * gdb.base/batch-preserve-term-settings.c: New file.
14926 * gdb.base/batch-preserve-term-settings.exp: New file.
14927
14928 2015-01-13 Doug Evans <dje@google.com>
14929
14930 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
14931 binary.
14932
14933 2015-01-13 Joel Brobecker <brobecker@adacore.com>
14934
14935 * Makefile.in (clean mostlyclean): Do not delete *.py.
14936
14937 2015-01-13 Joel Brobecker <brobecker@adacore.com>
14938
14939 * gdb.python/py-lookup-type.exp: New file.
14940
14941 2015-01-12 Pedro Alves <palves@redhat.com>
14942
14943 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
14944 restore GDBFLAGS before returning.
14945
14946 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14947
14948 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
14949 is_amd64_regs_target and is_x86_like_target.
14950
14951 2015-01-11 Doug Evans <xdje42@gmail.com>
14952
14953 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
14954 is given without an explicit form.
14955 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
14956 attributes.
14957 * gdb.dwarf/corrupt.exp: Ditto.
14958 * gdb.dwarf2/enum-type.exp: Ditto.
14959 * gdb.trace/entry-values.exp: Ditto.
14960 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
14961
14962 2015-01-11 Doug Evans <xdje42@gmail.com>
14963
14964 PR gdb/15830
14965 * gdb.base/maint.exp: Remove references to "maint demangle".
14966 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
14967 Add tests for explicitly specifying language to demangle.
14968 * gdb.dlang/demangle.exp: Ditto.
14969
14970 2015-01-09 Pedro Alves <palves@redhat.com>
14971
14972 * gdb.threads/non-stop-fair-events.c: New file.
14973 * gdb.threads/non-stop-fair-events.exp: New file.
14974
14975 2015-01-09 Pedro Alves <palves@redhat.com>
14976
14977 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
14978 the global scope. Set a breakpoint after all threads are started
14979 rather than stepping over two source lines. Expect the prompt.
14980 * gdb.base/watch_thread_num.c (threads_started_barrier): New
14981 global.
14982 (NUM): Now 15.
14983 (main): Use threads_started_barrier to wait for all threads to
14984 start. Main thread no longer calls thread_function. Exit after
14985 180 seconds.
14986 (loop): New function.
14987 (thread_function): Wait on threads_started_barrier barrier. Call
14988 'loop' at each iteration.
14989 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
14990 threads have started, instead of hardcoding number of "next"
14991 steps. Use an access watchpoint instead of a write watchpoint.
14992
14993 2015-01-09 Pedro Alves <palves@redhat.com>
14994
14995 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
14996 (thread_func): Wait on barrier.
14997 (main): Wait for all threads to start before stopping GDB.
14998 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
14999 global.
15000 (thread1_func, thread2_func): Wait on barrier.
15001 (main): Wait for all threads to start before stopping GDB.
15002 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
15003 New global.
15004 (thread1_func, thread2_func): Wait on barrier.
15005 (main): Wait for all threads to start before stopping GDB.
15006
15007 2015-01-09 Pedro Alves <palves@redhat.com>
15008
15009 * gdb.threads/attach-many-short-lived-threads.c: New file.
15010 * gdb.threads/attach-many-short-lived-threads.exp: New file.
15011
15012 2014-01-09 Pedro Alves <palves@redhat.com>
15013
15014 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
15015 instead of to thread 2.
15016 * gdb.threads/signal-command-multiple-signals-pending.c (main):
15017 Add barrier around each pthread_create call instead of around all
15018 calls.
15019 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
15020 Set a break on thread_function and have the child threads hit it
15021 one at at a time.
15022
15023 2015-01-09 Pedro Alves <palves@redhat.com>
15024
15025 * lib/gdb.exp (can_spawn_for_attach): New procedure.
15026 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
15027 false.
15028 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
15029 checking whether the target board is remote.
15030 * gdb.multi/multi-attach.exp: Likewise.
15031 * gdb.python/py-sync-interp.exp: Likewise.
15032 * gdb.server/ext-attach.exp: Likewise.
15033 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
15034 tests that need to attach, instead of checking whether the target
15035 board is remote at the top of the file.
15036
15037 2015-01-08 Yao Qi <yao@codesourcery.com>
15038
15039 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
15040
15041 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15042
15043 Fix testcase compilation.
15044 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
15045
15046 2015-01-06 Joel Brobecker <brobecker@adacore.com>
15047
15048 * gdb.python/py-type.exp: Add a couple test about empty
15049 array creation, and negative-length array creation.
15050
15051 2015-01-02 Doug Evans <xdje42@gmail.com>
15052
15053 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
15054
15055 2015-01-02 Doug Evans <dje@google.com>
15056
15057 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
15058
15059 2014-12-29 Yao Qi <yao@codesourcery.com>
15060
15061 * gdb.trace/entry-values.exp: Update comments. Rename variable
15062 bar_call_foo to returned_from_foo.
15063
15064 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
15065
15066 PR gdb/17394
15067 * gdb.linespec/break-asm-file.c: New file.
15068 * gdb.linespec/break-asm-file.exp: New file.
15069 * gdb.linespec/break-asm-file0.s: New file.
15070 * gdb.linespec/break-asm-file1.s: New file.
15071
15072 2014-12-18 Nigel Stephens <nigel@mips.com>
15073 Maciej W. Rozycki <macro@codesourcery.com>
15074
15075 * gdb.base/float.exp: Handle the new output from "info float" on
15076 MIPS targets.
15077
15078 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
15079
15080 Fix MinGW compilation.
15081 * gdb.compile/compile-ops.exp: Update untested message if
15082 !skip_compile_feature_tests.
15083 * gdb.compile/compile-setjmp.exp: Likewise.
15084 * gdb.compile/compile-tls.exp: Likewise.
15085 * gdb.compile/compile.exp: Likewise.
15086 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
15087 supported on this host".
15088
15089 2014-12-16 Doug Evans <xdje42@gmail.com>
15090
15091 * boards/stabs.exp: New file.
15092
15093 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
15094
15095 * gdb.base/completion.exp: Adjust to format changes of "maint
15096 print user-registers".
15097
15098 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
15099
15100 PR server/17457
15101 * gdb.arch/aarch64-fp.c: New file.
15102 * gdb.arch/aarch64-fp.exp: New file.
15103
15104 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
15105
15106 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
15107 r210637, r210913, r211666, r215400, r215817).
15108
15109 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
15110 * dg-extract-results.py: New file.
15111 * dg-extract-results.sh: Use it if the environment seems
15112 suitable.
15113
15114 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
15115
15116 * dg-extract-results.py (parse_run): Handle warnings that
15117 are printed before a test harness is run.
15118
15119 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
15120
15121 * dg-extract-results.py (Named): Remove __cmp__ method.
15122 (output_variation): Use a key to sort variation.harnesses.
15123
15124 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
15125
15126 * dg-extract-results.py: For Python 3, force sys.stdout to
15127 handle surrogate escape sequences.
15128 (safe_open): New function.
15129 (output_segment, main): Use it.
15130
15131 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
15132
15133 * dg-extract-results.py (Prog.result_re): Include options
15134 in test name.
15135
15136 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
15137
15138 * dg-extract-results.py (output_variation): Always sort if
15139 do_sum.
15140
15141 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
15142
15143 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
15144 as long as we get pagination notifications.
15145
15146 2014-12-15 Jason Merrill <jason@redhat.com>
15147
15148 * Makefile.in (check-gdb.%): Restore.
15149 * README: Mention it.
15150
15151 2014-12-13 Joel Brobecker <brobecker@adacore.com>
15152
15153 * gdb.ada/str_uninit: New testcase.
15154
15155 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15156
15157 PR symtab/17642
15158 * gdb.base/vla-stub-define.c: New file.
15159 * gdb.base/vla-stub.c: New file.
15160 * gdb.base/vla-stub.exp: New file.
15161
15162 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
15163 Jan Kratochvil <jan.kratochvil@redhat.com>
15164 Tom Tromey <tromey@redhat.com>
15165
15166 * configure.ac: Add gdb.compile/.
15167 * configure: Regenerate.
15168 * gdb.compile/Makefile.in: New file.
15169 * gdb.compile/compile-ops.exp: New file.
15170 * gdb.compile/compile-ops.c: New file.
15171 * gdb.compile/compile-tls.c: New file.
15172 * gdb.compile/compile-tls.exp: New file.
15173 * gdb.compile/compile-constvar.S: New file.
15174 * gdb.compile/compile-constvar.c: New file.
15175 * gdb.compile/compile-mod.c: New file.
15176 * gdb.compile/compile-nodebug.c: New file.
15177 * gdb.compile/compile-setjmp-mod.c: New file.
15178 * gdb.compile/compile-setjmp.c: New file.
15179 * gdb.compile/compile-setjmp.exp: New file.
15180 * gdb.compile/compile-shlib.c: New file.
15181 * gdb.compile/compile.c: New file.
15182 * gdb.compile/compile.exp: New file.
15183 * lib/gdb.exp (skip_compile_feature_tests): New proc.
15184
15185 2014-12-12 Tom Tromey <tromey@redhat.com>
15186
15187 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
15188 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
15189
15190 2014-12-12 Doug Evans <dje@google.com>
15191
15192 * lib/gdb-python.exp (get_python_valueof): New function.
15193 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
15194
15195 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15196
15197 * gdb.base/completion.exp: Add test for completion of "info
15198 registers ".
15199
15200 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
15201
15202 * gdb.base/func-ptrs.c: New file.
15203 * gdb.base/func-ptrs.exp: New file.
15204
15205 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
15206
15207 PR breakpoints/17012
15208 * gdb.base/dprintf-detach.c: New file.
15209 * gdb.base/dprintf-detach.exp: New file.
15210
15211 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
15212
15213 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
15214 * lib/gdb.exp (target_is_gdbserver): New procedure.
15215
15216 2014-12-08 Doug Evans <dje@google.com>
15217
15218 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
15219
15220 2014-12-05 Yao Qi <yao@codesourcery.com>
15221
15222 * gdb.guile/scm-error.exp: Remove the third argument to
15223 gdb_remote_download.
15224 * gdb.guile/scm-frame-args.exp: Likewise.
15225 * gdb.guile/scm-section-script.exp: Likewise.
15226
15227 2014-12-05 Yao Qi <yao@codesourcery.com>
15228
15229 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
15230
15231 2014-12-04 Doug Evans <dje@google.com>
15232
15233 * gdb.python/py-objfile.exp: Add tests for
15234 objfile.add_separate_debug_file.
15235
15236 2014-12-04 Doug Evans <dje@google.com>
15237
15238 * lib/gdb.exp (get_build_id): New function.
15239 (build_id_debug_filename_get): Rewrite to use it.
15240 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
15241
15242 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
15243
15244 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
15245 `method(long)', not just 0x0.
15246 * gdb.cp/nsalias.exp: Align code labels to 4.
15247 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
15248 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
15249 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
15250 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
15251 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
15252 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
15253
15254 2014-12-02 Doug Evans <dje@google.com>
15255
15256 PR symtab/17602
15257 * gdb.cp/anon-ns.cc: Move guts of this file to ...
15258 * gdb.cp/anon-ns2.cc: ... here. New file.
15259 * gdb.cp/anon-ns.exp: Update.
15260
15261 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
15262
15263 * gdb.python/py-events.py (inferior_call_handler): New.
15264 (register_changed_handler, memory_changed_handler): New.
15265 (test_events.invoke): Register new handlers.
15266 * gdb.python/py-events.exp: Add tests for inferior call,
15267 memory_changed and register_changed events.
15268
15269 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
15270
15271 * gdb.base/execl-update-breakpoints.exp: Specify the link address
15272 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
15273 if the linker doesn't understand this.
15274
15275 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
15276
15277 * gdb.python/python.exp: Change expected reply to help().
15278
15279 2014-12-01 Yao Qi <yao@codesourcery.com>
15280
15281 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
15282 AC_CONFIG_SUBDIRS(gdb.gdbtk).
15283 * configure: Re-generated.
15284
15285 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
15286
15287 * gdb.cp/chained-calls.cc: New file.
15288 * gdb.cp/chained-calls.exp: New file.
15289 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
15290
15291 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
15292
15293 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
15294 * gdb.dwarf2/symtab-producer.exp: Same.
15295 * gdb.gdb/python-interrupts.exp: Same.
15296 * gdb.gdb/python-selftest.exp: Same.
15297 * gdb.python/py-linetable.exp: Same.
15298 * gdb.python/py-type.exp: Same.
15299 * gdb.python/py-value-cc.exp: Same.
15300 * gdb.python/py-value.exp: Same.
15301
15302 2014-11-28 Yao Qi <yao@codesourcery.com>
15303
15304 * gdb.base/break-probes.exp: Match library name prefixed with
15305 sysroot.
15306
15307 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
15308
15309 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
15310 test expected output. Add parentheses for the call to print.
15311 Remove L suffix from integers.
15312
15313 2014-11-26 Doug Evans <dje@google.com>
15314
15315 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
15316
15317 2014-11-22 Yao Qi <yao@codesourcery.com>
15318
15319 * gdb.trace/entry-values.c: Remove asms.
15320 (foo): Add foo_label.
15321 (bar): Add bar_label.
15322 * gdb.trace/entry-values.exp: Remove code computing foo's
15323 length and bar's length.
15324 (Dwarf::assemble): Invoke function_range for bar and use
15325 MACRO_AT_func for foo.
15326
15327 2014-11-22 Yao Qi <yao@codesourcery.com>
15328
15329 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
15330 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
15331 Use .Lgcc43_procstart instead of gcc43.
15332
15333 2014-11-21 Joel Brobecker <brobecker@adacore.com>
15334
15335 * gdb.ada/n_arr_bound: New testcase.
15336
15337 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
15338
15339 PR breakpoints/10737
15340 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
15341 test_catch_syscall_multi_arch.
15342 (test_catch_syscall_multi_arch): New function.
15343
15344 2014-11-20 Doug Evans <xdje42@gmail.com>
15345
15346 * gdb.base/maint.exp: Update expected output.
15347
15348 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
15349
15350 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
15351 4-byte instruction on S390.
15352
15353 2014-11-19 Joel Brobecker <brobecker@adacore.com>
15354
15355 * gdb.ada/arr_arr: New testcase.
15356
15357 2014-11-19 Joel Brobecker <brobecker@adacore.com>
15358
15359 * gdb.ada/pkd_arr_elem: New Testcase.
15360
15361 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
15362
15363 * gdb.reverse/break-precsave: Expect completion message for
15364 core file reads.
15365 * gdb.reverse/consecutive-precsave.exp: Likewise.
15366 * gdb.reverse/finish-precsave.exp: Likewise.
15367 * gdb.reverse/i386-precsave.exp: Likewise.
15368 * gdb.reverse/machinestate-precsave.exp: Likewise.
15369 * gdb.reverse/sigall-precsave.exp: Likewise.
15370 * gdb.reverse/solib-precsave.exp: Likewise.
15371 * gdb.reverse/step-precsave.exp: Likewise.
15372 * gdb.reverse/until-precsave.exp: Likewise.
15373 * gdb.reverse/watch-precsave.exp: Likewise.
15374
15375 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15376
15377 * gdb.base/bp-permanent.c: Include unistd.h.
15378 * gdb.python/py-framefilter-mi.c (main): Add return type.
15379 * gdb.python/py-framefilter.c (main): Likewise.
15380 * gdb.trace/actions-changed.c (main): Likewise.
15381
15382 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15383
15384 * gdb.mi/until.c: Add eye-catchers.
15385 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
15386 line numbers.
15387
15388 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15389
15390 * gdb.base/condbreak.exp: Drop references to removed non-prototype
15391 function header variants in break1.c.
15392 * gdb.base/ena-dis-br.exp: Likewise.
15393 * gdb.base/hbreak2.exp: Likewise.
15394 * gdb.reverse/until-precsave.exp: Drop references to removed
15395 non-prototype function header variants in ur1.c.
15396 * gdb.reverse/until-reverse.exp: Likewise.
15397
15398 2014-11-17 Petr Machata <pmachata@redhat.com>
15399
15400 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
15401 ${_cu_offset_size} bytes abbrev offset.
15402
15403 2014-11-15 Doug Evans <xdje42@gmail.com>
15404
15405 PR symtab/17559
15406 * gdb.base/line-symtabs.exp: New file.
15407 * gdb.base/line-symtabs.c: New file.
15408 * gdb.base/line-symtabs.h: New file.
15409
15410 2014-11-14 Yao Qi <yao@codesourcery.com>
15411
15412 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
15413 (func): Add label func_label.
15414 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
15415 Replace low_pc and high_pc with MACRO_AT_range.
15416 Replace name, low_pc and high_pc with MACRO_AT_func.
15417
15418 2014-11-14 Yao Qi <yao@codesourcery.com>
15419
15420 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
15421 Replace name, low_pc and high_pc with MACRO_AT_func.
15422
15423 2014-11-14 Yao Qi <yao@codesourcery.com>
15424
15425 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
15426 produce debug information.
15427 * gdb.dwarf2/implptr-optimized-out.S: Removed.
15428
15429 2014-11-14 Yao Qi <yao@codesourcery.com>
15430
15431 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
15432 object and get function length.
15433 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
15434 with MACRO_AT_func.
15435 (top-level): Replace gdb_compile and clean_restart with
15436 prepare_for_testing.
15437 * gdb.dwarf2/main.c (main): Add label main_label.
15438
15439 2014-11-14 Yao Qi <yao@codesourcery.com>
15440
15441 * lib/dwarf.exp (function_range): New procedure.
15442 (Dwarf::_handle_macro_at_func): New procedure.
15443 (Dwarf::_handle_macro_at_range): New procedure.
15444 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
15445
15446 2014-11-14 Yao Qi <yao@codesourcery.com>
15447
15448 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
15449 (_handle_attribute): New procedure.
15450
15451 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15452
15453 * gdb.ada/cond_lang/foo.c (callme): Add return type.
15454 * gdb.base/call-sc.c (zed): Likewise.
15455 * gdb.base/checkpoint.c (main): Likewise.
15456 * gdb.base/dump.c (main): Likewise.
15457 * gdb.base/gcore.c (main): Likewise.
15458 * gdb.base/huge.c (main): Likewise.
15459 * gdb.base/multi-forks.c (main): Likewise.
15460 * gdb.base/pr10179-a.c (main): Likewise.
15461 * gdb.base/savedregs.c (main): Likewise.
15462 * gdb.base/sigaltstack.c (main): Likewise.
15463 * gdb.base/siginfo.c (main): Likewise.
15464 * gdb.base/structs.c (zed): Likewise.
15465 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
15466 * gdb.mi/mi-syn-frame.c (main): Likewise.
15467 * gdb.mi/until.c (foo, main): Likewise.
15468 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
15469 * gdb.base/solib-weak.c (foo): Declare.
15470 * gdb.base/attach-twice.c: Include stdio.h.
15471 * gdb.base/weaklib1.c: Likewise.
15472 * gdb.base/weaklib2.c: Likewise.
15473 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
15474 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
15475 unistd.h.
15476 * gdb.base/attach-pie-misread.c: Include stdlib.h.
15477 * gdb.mi/mi-exit-code.c: Likewise.
15478 * gdb.base/break-interp-lib.c: Include string.h.
15479 * gdb.base/coremaker.c: Likewise.
15480 * gdb.base/testenv.c: Likewise.
15481 * gdb.python/py-finish-breakpoint.c: Likewise.
15482 * gdb.base/inferior-died.c: Include sys/wait.h.
15483 * gdb.base/fileio.c: Include time.h.
15484 * gdb.base/async-shell.c: Include unistd.h.
15485 * gdb.base/dprintf-non-stop.c: Likewise.
15486 * gdb.base/info-os.c: Likewise.
15487 * gdb.mi/mi-console.c: Likewise.
15488 * gdb.mi/watch-nonstop.c: Likewise.
15489 * gdb.python/py-events.c: Likewise.
15490 * gdb.base/async.c (baz): Move up before its invocation.
15491 * gdb.base/code_elim2.c (my_global_func): Likewise.
15492 * gdb.base/skip-solib-lib.c (multiply): Likewise.
15493 * gdb.base/advance.c (func2): Likewise.
15494
15495 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15496
15497 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
15498 variant.
15499 * gdb.base/annota3.c: Likewise.
15500 * gdb.base/async.c: Likewise.
15501 * gdb.base/average.c: Likewise.
15502 * gdb.base/call-ar-st.c: Likewise.
15503 * gdb.base/call-rt-st.c: Likewise.
15504 * gdb.base/call-sc.c: Likewise.
15505 * gdb.base/call-strs.c: Likewise.
15506 * gdb.base/ending-run.c: Likewise.
15507 * gdb.base/execd-prog.c: Likewise.
15508 * gdb.base/exprs.c: Likewise.
15509 * gdb.base/foll-exec.c: Likewise.
15510 * gdb.base/foll-fork.c: Likewise.
15511 * gdb.base/foll-vfork.c: Likewise.
15512 * gdb.base/funcargs.c: Likewise.
15513 * gdb.base/gcore.c: Likewise.
15514 * gdb.base/jump.c: Likewise.
15515 * gdb.base/langs0.c: Likewise.
15516 * gdb.base/langs1.c: Likewise.
15517 * gdb.base/langs2.c: Likewise.
15518 * gdb.base/mips_pro.c: Likewise.
15519 * gdb.base/nodebug.c: Likewise.
15520 * gdb.base/opaque0.c: Likewise.
15521 * gdb.base/opaque1.c: Likewise.
15522 * gdb.base/recurse.c: Likewise.
15523 * gdb.base/run.c: Likewise.
15524 * gdb.base/scope0.c: Likewise.
15525 * gdb.base/scope1.c: Likewise.
15526 * gdb.base/setshow.c: Likewise.
15527 * gdb.base/setvar.c: Likewise.
15528 * gdb.base/shmain.c: Likewise.
15529 * gdb.base/shr1.c: Likewise.
15530 * gdb.base/shr2.c: Likewise.
15531 * gdb.base/sigall.c: Likewise.
15532 * gdb.base/signals.c: Likewise.
15533 * gdb.base/so-indr-cl.c: Likewise.
15534 * gdb.base/solib2.c: Likewise.
15535 * gdb.base/structs.c: Likewise.
15536 * gdb.base/sum.c: Likewise.
15537 * gdb.base/vforked-prog.c: Likewise.
15538 * gdb.base/watchpoint.c: Likewise.
15539 * gdb.reverse/shr2.c: Likewise.
15540 * gdb.reverse/until-reverse.c: Likewise.
15541 * gdb.reverse/ur1.c: Likewise.
15542 * gdb.reverse/watch-reverse.c: Likewise.
15543
15544 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15545
15546 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
15547 variant.
15548 * gdb.base/sepdebug.exp: Drop references to removed code.
15549
15550 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15551
15552 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
15553 variant. Preserve original line numbering.
15554 * gdb.base/list1.c: Likewise.
15555
15556 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15557
15558 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
15559 variant.
15560 * gdb.base/break1.c: Likewise.
15561 * gdb.base/break.exp: Drop references to removed code.
15562
15563 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15564
15565 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
15566 variant.
15567
15568 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15569
15570 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
15571
15572 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15573
15574 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
15575 logic into perform_all_tests() and invoke it with and without
15576 function header prototypes.
15577 (do_function_calls): Remove conditional XFAIL for PR 5318.
15578 (rerun_and_prepare): Remove duplicate code.
15579 (perform_all_tests): New. Main logic moved here.
15580
15581 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15582
15583 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
15584 code guarded by #ifdef NO_PROTOTYPES.
15585 (t_double_many_args): Likewise.
15586 (DEF_FUNC_MANY_ARGS_1): Likewise.
15587 (DEF_FUNC_VALUES_1): Likewise.
15588 (t_structs_ldc): Renamed from t_structs_fc in conditional code
15589 guarded by #ifdef PROTOTYPES.
15590
15591 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15592
15593 * gdb.mi/mi-console.c: Add eye-catcher.
15594 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
15595 instead of literal line number.
15596
15597 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15598
15599 * gdb.base/shr2.c: Add eye-catcher.
15600 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
15601 line number.
15602
15603 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15604
15605 * gdb.base/jump.c: Add eye-catchers.
15606 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
15607 numbers.
15608
15609 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15610
15611 * gdb.base/execd-prog.c: Add eye-catchers.
15612 * gdb.base/foll-exec.c: Likewise.
15613 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
15614 line numbers.
15615
15616 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15617
15618 * gdb.base/ending-run.c: Add eye-catchers.
15619 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
15620 literal line numbers.
15621
15622 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15623
15624 * gdb.base/call-rt-st.c: Add eye-catchers.
15625 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
15626 literal line numbers.
15627
15628 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15629
15630 * gdb.base/call-ar-st.c: Add eye-catchers.
15631 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
15632 literal line numbers.
15633
15634 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15635
15636 * gdb.base/average.c: Add eye-catchers.
15637 * gdb.base/sum.c: Likewise.
15638 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
15639 regexps dynamically.
15640
15641 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15642
15643 * gdb.base/solib1.c: Add eye-catchers.
15644 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
15645 literal line numbers.
15646
15647 2014-11-12 Pedro Alves <palves@redhat.com>
15648
15649 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
15650 leader has exited.
15651
15652 2014-11-12 Pedro Alves <palves@redhat.com>
15653
15654 * gdb.arch/i386-bp_permanent.c: New file.
15655 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
15656 (srcfile): Set to i386-bp_permanent.c.
15657 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
15658 that stepi does not execute the 'leave' instruction, instead of
15659 testing it does execute.
15660 * gdb.base/bp-permanent.c: New file.
15661 * gdb.base/bp-permanent.exp: New file.
15662
15663 2014-11-10 Doug Evans <xdje42@gmail.com>
15664
15665 PR symtab/17564
15666 * gdb.base/symtab-search-order.exp: New file.
15667 * gdb.base/symtab-search-order.c: New file.
15668 * gdb.base/symtab-search-order-1.c: New file.
15669 * gdb.base/symtab-search-order-shlib-1.c: New file.
15670
15671 2014-11-07 Pedro Alves <palves@redhat.com>
15672
15673 PR gdb/17511
15674 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
15675 i?86-*-linux*.
15676
15677 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
15678
15679 PR c++/17494
15680 * gdb.cp/pr17494.cc: New file.
15681 * gdb.cp/pr17494.exp: New file.
15682
15683 2014-11-02 Yao Qi <yao@codesourcery.com>
15684
15685 * gdb.python/python.exp: Get working directory and match the
15686 output of "set extended-prompt \\w " with it.
15687
15688 2014-10-30 Doug Evans <dje@google.com>
15689
15690 * gdb.python/py-objfile.exp: Add tests for setting random attributes
15691 in objfiles.
15692 * gdb.python/py-progspace.exp: Add tests for setting random attributes
15693 in progspaces.
15694
15695 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
15696
15697 * gdb.base/fullpath-expand.exp: Skip for a remote host.
15698 * gdb.base/realname-expand.exp: Likewise.
15699 * gdb.linespec/macro-relative.exp: Likewise.
15700
15701 2014-10-29 Pedro Alves <palves@redhat.com>
15702
15703 PR gdb/17408
15704 * gdb.threads/schedlock.c (some_function): New function.
15705 (call_function): New global.
15706 (MAYBE_CALL_SOME_FUNCTION): New macro.
15707 (thread_function): Call it.
15708 * gdb.threads/schedlock.exp (get_args): Add description parameter,
15709 and use it instead of a global counter. Adjust all callers.
15710 (get_current_thread): Use "find current thread" for test message
15711 here rather than having all callers pass down the same string.
15712 (goto_loop): New procedure, factored out from ...
15713 (my_continue): ... this.
15714 (step_ten_loops): Change parameter from test message to command to
15715 use. Adjust.
15716 (list_count): Delete global.
15717 (check_result): New procedure, factored out from duplicate top
15718 level code.
15719 (continue tests): Wrap in with_test_prefix.
15720 (test_step): New procedure, factored out from duplicate top level
15721 code.
15722 (top level): Test "step" in combination with all scheduler-locking
15723 modes. Test "next" in combination with all scheduler-locking
15724 modes, and in combination with stepping over a function call or
15725 not.
15726 * gdb.threads/next-bp-other-thread.c: New file.
15727 * gdb.threads/next-bp-other-thread.exp: New file.
15728
15729 2014-10-29 Pedro Alves <palves@redhat.com>
15730
15731 PR python/17372
15732 * gdb.python/python.exp: Test a multi-line command that spawns
15733 interactive Python.
15734 * gdb.base/multi-line-starts-subshell.exp: New file.
15735
15736 2014-10-29 Yao Qi <yao@codesourcery.com>
15737
15738 * gdb.base/fileio.exp: Make directories on host.
15739
15740 2014-10-29 Yao Qi <yao@codesourcery.com>
15741
15742 * gdb.base/fileio.c (test_write): Close the file.
15743
15744 2014-10-28 Pedro Alves <palves@redhat.com>
15745
15746 PR gdb/12623
15747 * gdb.base/sigstep.c (no_handler): New global.
15748 (main): If 'no_handler is true, set the signal handlers to
15749 SIG_IGN.
15750 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
15751 with_sw_watch and no_handler parameters. Handle them.
15752 (top level) <stepping over handler when stopped at a breakpoint
15753 test>: Add a test axis for testing with a software watchpoint, and
15754 another for testing with the signal handler set to SIG_IGN.
15755 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
15756 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
15757
15758 2014-10-28 Pedro Alves <palves@redhat.com>
15759
15760 PR gdb/17511
15761 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
15762 * gdb.base/sigstep.exp (other_handler_location): New global.
15763 (advance): Support stepping into the signal handler, and running
15764 commands while in the handler.
15765 (in_handler_map): New global.
15766 (top level): In the advance test, add combinations for getting
15767 into the handler with stepping commands, and for running commands
15768 in the handler. Add comment descripting the advancei tests.
15769
15770 2014-10-28 Pedro Alves <palves@redhat.com>
15771
15772 * gdb.base/sigstep.exp: Use build_executable instead of
15773 prepare_for_testing.
15774 (top level): Move code that starts GDB, runs to main and creates a
15775 display to ...
15776 (restart): ... this new procedure.
15777 (top level): Move backtrace from signal handler test to ...
15778 (validate_backtrace): ... this new procedure.
15779 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
15780 with_test_prefix. Always restart GDB.
15781 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
15782 with_test_prefix. Always restart GDB. No need to delete
15783 breakpoints after the test.
15784 (test_skip_handler): Remove prefix parameter.
15785 (skip_over_handler, breakpoint_to_handler)
15786 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
15787 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
15788 restart GDB. No need to delete breakpoints after the test.
15789 (top level): Use foreach to call the test procedures with
15790 different commands.
15791
15792 2014-10-28 Pedro Alves <palves@redhat.com>
15793
15794 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
15795 instead of GNATS numbers.
15796 * gdb.base/sigbpt.exp: Likewise.
15797 * gdb.base/siginfo.exp: Likewise.
15798 * gdb.base/sigstep.exp: Likewise.
15799
15800 2014-10-27 Pedro Alves <palves@redhat.com>
15801
15802 * gdb.base/sigstep.c (dummy): New global.
15803 (main): Issue a couple writes to the new global.
15804 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
15805 procedures.
15806 (skip_over_handler): Use test_skip_handler.
15807 (top level): Call skip_over_handler for stepi and nexti too.
15808 (breakpoint_over_handler): Use test_skip_handler.
15809 (top level): Call breakpoint_over_handler for stepi and nexti too.
15810
15811 2014-10-27 Yao Qi <yao@codesourcery.com>
15812
15813 * gdb.trace/tfile.c (adjust_function_address)
15814 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
15815 function descriptor.
15816
15817 2014-10-24 Don Breazeal <donb@codesourcery.com>
15818
15819 * gdb.base/foll-fork.exp (test_follow_fork,
15820 catch_fork_child_follow): Check for updated fork messages emitted
15821 from infrun.c.
15822 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
15823 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
15824 vfork_and_exec_child_follow_through_step): Check for updated vfork
15825 messages emitted from infrun.c.
15826
15827 2014-10-24 Pedro Alves <palves@redhat.com>
15828
15829 * gdb.base/corefile.exp: Remove references to ultrix.
15830 * gdb.base/interrupt.exp: Likewise.
15831 * gdb.base/whatis.exp: Likewise.
15832 * gdb.gdb/selftest.exp: Likewise.
15833 * gdb.threads/manythreads.exp: Likewise.
15834 * gdb.threads/print-threads.exp: Likewise.
15835 * gdb.threads/pthreads.exp:: Likewise.
15836 * gdb.threads/schedlock.exp: Likewise.
15837
15838 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
15839
15840 * gdb.cp/non-trivial-retval.cc: Add a test case.
15841 * gdb.cp/non-trivial-retval.exp: Add a test.
15842
15843 2014-10-20 Yao Qi <yao@codesourcery.com>
15844
15845 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
15846 * gdb.python/py-objfile-script-gdb.py: New file.
15847 * gdb.python/py-objfile-script.exp: Update reference to
15848 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
15849 of remote_download. Remove the dest file.
15850
15851 2014-10-20 Yao Qi <yao@codesourcery.com>
15852
15853 * gdb.base/checkpoint.exp: Don't remove file copied on host.
15854 * gdb.base/step-line.exp: Likewise.
15855 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15856 * gdb.dwarf2/dw2-basic.exp: Likewise.
15857 * gdb.dwarf2/dw2-compressed.exp: Likewise.
15858 * gdb.dwarf2/dw2-filename.exp: Likewise.
15859 * gdb.dwarf2/dw2-intercu.exp: Likewise.
15860 * gdb.dwarf2/dw2-intermix.exp: Likewise.
15861 * gdb.dwarf2/dw2-producer.exp: Likewise.
15862 * gdb.dwarf2/mac-fileno.exp: Likewise.
15863 * gdb.python/py-frame-args.exp: Likewise.
15864 * gdb.python/py-framefilter.exp: Likewise.
15865 * gdb.python/py-mi.exp: Likewise.
15866 * gdb.python/py-objfile-script.exp: Likewise
15867 * gdb.python/py-pp-integral.exp: Likewise.
15868 * gdb.python/py-pp-re-notag.exp: Likewise.
15869 * gdb.python/py-prettyprint.exp: Likewise.
15870 * gdb.python/py-section-script.exp: Likewise.
15871 * gdb.python/py-typeprint.exp: Likewise.
15872 * gdb.python/py-xmethods.exp: Likewise.
15873 * gdb.stabs/weird.exp: Likewise.
15874 * gdb.xml/tdesc-regs.exp: Likewise.
15875
15876 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
15877
15878 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
15879 (out_cu): Use addr_len for the size of addresses.
15880 (out_line): Likewise. Size DW_LNE_set_address instruction
15881 according to addr_len.
15882 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
15883 (FUNC): Add START_INSNS to definition.
15884
15885 2014-10-18 Yao Qi <yao@codesourcery.com>
15886
15887 * gdb.base/argv0-symlink.exp: Check argv[0] value if
15888 gdb_has_argv0 return true.
15889 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
15890 check [target_info exists noargs], check [gdb_has_argv0]
15891 instead.
15892 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
15893 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
15894 procedures.
15895
15896 2014-10-17 Doug Evans <dje@google.com>
15897
15898 * gdb.python/py-events.exp: Update expected output for clear_objfiles
15899 event.
15900 * gdb.python/py-events.py: Add clear_objfiles event.
15901
15902 2014-10-17 Doug Evans <dje@google.com>
15903
15904 * gdb.python/py-objfile.exp: Test progspace attribute.
15905
15906 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
15907
15908 * gdb.guile/scm-breakpoint.exp: Do not assume any
15909 directory separators when matching source file paths.
15910 * gdb.python/py-breakpoint.exp: Likewise.
15911 * gdb.reverse/break-precsave.exp: Likewise.
15912 * gdb.reverse/break-reverse.exp: Likewise.
15913 * gdb.reverse/consecutive-precsave.exp: Likewise.
15914 * gdb.reverse/finish-precsave.exp: Likewise.
15915 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
15916 * gdb.reverse/finish-reverse.exp: Likewise.
15917 * gdb.reverse/i386-precsave.exp: Likewise.
15918 * gdb.reverse/i387-env-reverse.exp: Likewise.
15919 * gdb.reverse/i387-stack-reverse.exp: Likewise.
15920 * gdb.reverse/machinestate-precsave.exp: Likewise.
15921 * gdb.reverse/machinestate.exp: Likewise.
15922 * gdb.reverse/sigall-precsave.exp: Likewise.
15923 * gdb.reverse/solib-precsave.exp: Likewise.
15924 * gdb.reverse/step-precsave.exp: Likewise.
15925 * gdb.reverse/until-precsave.exp: Likewise.
15926 * gdb.reverse/watch-precsave.exp: Likewise.
15927 * gdb.reverse/watch-reverse.exp: Likewise.
15928
15929 2014-10-17 Yao Qi <yao@codesourcery.com>
15930
15931 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
15932 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
15933
15934 2014-10-17 Pedro Alves <palves@redhat.com>
15935
15936 PR gdb/17471
15937 * gdb.base/bg-execution-repeat.c: New file.
15938 * gdb.base/bg-execution-repeat.exp: New file.
15939
15940 2014-10-17 Pedro Alves <palves@redhat.com>
15941
15942 PR gdb/17300
15943 * gdb.base/continue-all-already-running.c: New file.
15944 * gdb.base/continue-all-already-running.exp: New file.
15945
15946 2014-10-17 Pedro Alves <palves@redhat.com>
15947
15948 PR gdb/17472
15949 * gdb.base/annota-input-while-running.c: New file.
15950 * gdb.base/annota-input-while-running.exp: New file.
15951
15952 2014-10-17 Pedro Alves <palves@redhat.com>
15953
15954 * gdb.base/callfuncs.exp: emove references to osf.
15955 * gdb.base/sigall.exp: Likewise.
15956 * gdb.gdb/selftest.exp: Likewise.
15957 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
15958 * gdb.mi/non-stop.c: Likewise.
15959 * gdb.mi/pthreads.c: Likewise.
15960 * gdb.reverse/sigall-precsave.exp: Likewise.
15961 * gdb.reverse/sigall-reverse.exp: Likewise.
15962 * gdb.threads/pthreads.c: Likewise.
15963 * gdb.threads/pthreads.exp: Likewise.
15964
15965 2014-10-17 Yao Qi <yao@codesourcery.com>
15966
15967 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
15968 check 'target_info exists noargs'.
15969 (test_command_prompt_position): Likewise.
15970 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
15971 Remove "set args".
15972 (progvar_simple_while_test): Likewise.
15973 (progvar_complex_if_while_test): Likewise.
15974 (if_while_breakpoint_command_test): Likewise.
15975 (infrun_breakpoint_command_test): Likewise.
15976 (breakpoint_command_test): Likewise.
15977 (watchpoint_command_test): Likewise.
15978 (bp_deleted_in_command_test): Likewise.
15979 (temporary_breakpoint_commands): Likewise.
15980
15981 2014-10-16 Yao Qi <yao@codesourcery.com>
15982
15983 * gdb.base/remotetimeout.exp: Remove noargs checking.
15984
15985 2014-10-15 Pedro Alves <palves@redhat.com>
15986
15987 PR breakpoints/9649
15988 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
15989 * gdb.base/breakpoint-in-ro-region.exp
15990 (probe_target_hardware_step): New procedure.
15991 (top level): Probe hardware stepping and hardware breakpoint
15992 support. Test stepping through a read-only region, with both
15993 "breakpoint auto-hw" on and off and both "always-inserted" on and
15994 off.
15995
15996 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
15997
15998 * gdb.dlang/demangle.exp: Update for demangling changes.
15999
16000 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
16001
16002 * gdb.cp/non-trivial-retval.cc: Add new test cases.
16003 * gdb.cp/non-trivial-retval.exp: Add new tests.
16004
16005 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
16006
16007 PR c++/13403
16008 PR c++/15154
16009 * gdb.cp/non-trivial-retval.cc: New file.
16010 * gdb.cp/non-trivial-retval.exp: New file.
16011
16012 2014-10-15 Yao Qi <yao@codesourcery.com>
16013
16014 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
16015 remote host.
16016
16017 2014-10-15 Yao Qi <yao@codesourcery.com>
16018
16019 * gdb.python/py-symbol.exp: Match file base name if host is
16020 remote, otherwise match file name with dir name.
16021 * gdb.python/py-symtab.exp: Likewise.
16022 * gdb.python/python.exp: Likewise.
16023
16024 2014-10-15 Yao Qi <yao@codesourcery.com>
16025
16026 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
16027 pattern.
16028 * gdb.python/py-symtab.exp: Likewise.
16029 * gdb.python/python.exp: Remove trailing ".*". Fix typo
16030 locationn.
16031
16032 2014-10-14 Joel Brobecker <brobecker@adacore.com>
16033
16034 * gdb.ada/addr_arith: New testcase.
16035
16036 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
16037
16038 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
16039 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
16040 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
16041 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
16042
16043 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
16044
16045 * gdb.arch/stap-eval-lang-ada.S: Likewise.
16046 * gdb.arch/stap-eval-lang-ada.c: Likewise.
16047 * gdb.arch/stap-eval-lang-ada.exp: New file.
16048
16049 2014-10-14 Yao Qi <yao@codesourcery.com>
16050
16051 * gdb.mi/mi-var-child.c (nothing1): New function.
16052 (nothing2): New function.
16053 (do_children_tests): Set function pointers by nothing1 and
16054 nothing2.
16055 * gdb.mi/mi-var-child.exp: Step over new added statements.
16056 Update test to match the new output.
16057 * gdb.mi/var-cmd.c (nothing1): New function.
16058 (nothing2): New function.
16059 (do_children_tests): Set function pointers by nothing1 and
16060 nothing2.
16061 * gdb.mi/mi-var-display.exp: Update test to match output.
16062 Step to the line specified by $line_dct_nothing.
16063 Increase the number of lines to step.
16064
16065 2014-10-14 Yao Qi <yao@codesourcery.com>
16066
16067 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
16068 tests.
16069 * gdb.mi/mi2-var-child.exp: Likewise.
16070
16071 2014-10-13 Doug Evans <dje@google.com>
16072
16073 * gdb.python/py-objfile.exp: Change name of file name test.
16074
16075 2014-10-13 Doug Evans <dje@google.com>
16076
16077 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
16078 from the start of the CU.
16079
16080 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16081 Yao Qi <yao@codesourcery.com>
16082
16083 Fix "save breakpoints" for "catch" command.
16084 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
16085 Remove -nonewline. Match also the added "main" line.
16086
16087 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16088
16089 Fix "save breakpoints" for "disable $bpnum" command.
16090 * gdb.base/save-bp.c (main): Add label.
16091 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
16092
16093 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16094
16095 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
16096
16097 2014-10-11 Yao Qi <yao@codesourcery.com>
16098
16099 * gdb.server/server-kill.exp: Execute command
16100 "set remote trace-status-packet on" before "tstatus".
16101
16102 2014-10-11 Yao Qi <yao@codesourcery.com>
16103
16104 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
16105 (main): Call getppid.
16106 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
16107 and continue to it. Read variable "server_pid".
16108
16109 2014-10-11 Yao Qi <yao@codesourcery.com>
16110
16111 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
16112
16113 2014-10-11 Yao Qi <yao@codesourcery.com>
16114
16115 * gdb.threads/thread-find.exp: Don't execute command
16116 "info threads".
16117 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
16118 * gdb.threads/linux-dp.exp: Don't check the condition
16119 $threads_created equals to zero.
16120
16121 2014-10-10 Pedro Alves <palves@redhat.com>
16122
16123 * gdb.base/bigcore.exp: Remove references to IRIX.
16124 * gdb.base/funcargs.exp: Likewise.
16125 * gdb.base/interrupt.exp: Likewise.
16126 * gdb.base/mips_pro.exp: Likewise.
16127 * gdb.base/nodebug.exp: Likewise.
16128 * gdb.base/setvar.exp: Likewise.
16129 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
16130
16131 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
16132 Pedro Alves <palves@redhat.com>
16133
16134 PR symtab/14466
16135 * gdb.base/vdso-warning.c: New file.
16136 * gdb.base/vdso-warning.exp: New file.
16137
16138 2014-10-02 Doug Evans <dje@google.com>
16139
16140 * gdb.base/structs.c (main): Don't run forever.
16141
16142 2014-10-02 Pedro Alves <palves@redhat.com>
16143
16144 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
16145 (top level) <stop threads 1, stop threads 2>: Use it.
16146
16147 2014-10-02 Pedro Alves <palves@redhat.com>
16148
16149 * gdb.threads/break-while-running.exp (test): Add new
16150 'update_thread_list' argument. Skip "info threads" if false.
16151 (top level): Add new 'update_thread_list' axis.
16152
16153 2014-10-02 Pedro Alves <palves@redhat.com>
16154
16155 PR breakpoints/17431
16156 * gdb.base/execl-update-breakpoints.c: New file.
16157 * gdb.base/execl-update-breakpoints.exp: New file.
16158
16159 2014-10-01 Pedro Alves <palves@redhat.com>
16160
16161 * gdb.base/breakpoint-in-ro-region.c: New file.
16162 * gdb.base/breakpoint-in-ro-region.exp: New file.
16163
16164 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
16165
16166 * gdb.mi/mi-exit-code.exp: New file.
16167 * gdb.mi/mi-exit-code.c: New file.
16168
16169 2014-09-30 Yao Qi <yao@codesourcery.com>
16170
16171 * lib/prelink-support.exp (build_executable_own_libs): Error if
16172 the target isn't native.
16173
16174 2014-09-30 Yao Qi <yao@codesourcery.com>
16175
16176 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
16177 false.
16178
16179 2014-09-22 Pedro Alves <palves@redhat.com>
16180
16181 * gdb.threads/break-while-running.exp: New file.
16182 * gdb.threads/break-while-running.c: New file.
16183
16184 2014-09-19 Yao Qi <yao@codesourcery.com>
16185
16186 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
16187 Invoke test. Restart GDB with --readnow and invoke test again.
16188
16189 2014-09-19 Yao Qi <yao@codesourcery.com>
16190
16191 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
16192 proc set_breakpoint_on_gcd_function. Invoke
16193 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
16194 invoke set_breakpoint_on_gcd_function again.
16195
16196 2014-09-18 Doug Evans <dje@google.com>
16197
16198 * gdb.dwarf2/symtab-producer.exp: New file.
16199
16200 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
16201
16202 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
16203 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
16204 * gdb.base/global-var-nested-by-dso.c: Likewise.
16205 * gdb.base/global-var-nested-by-dso.exp: Likewise.
16206
16207 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
16208 Pedro Alves <palves@redhat.com>
16209
16210 * gdb.base/watch-bitfields.exp: Pass string other than test file
16211 name to prepare_for_testing.
16212 (watch): New procedure.
16213 (expect_watchpoint): Use with_test_prefix.
16214 (top level): Factor out tests to ...
16215 (test_watch_location, test_regular_watch): ... these new
16216 procedures, and use with_test_prefix and gdb_continue_to_end.
16217
16218 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
16219
16220 PR breakpoints/12526
16221 * gdb.base/watch-bitfields.exp: New file.
16222 * gdb.base/watch-bitfields.c: New file.
16223
16224 2014-09-16 Pedro Alves <palves@redhat.com>
16225
16226 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
16227 software and hardware addresses, not software address against
16228 itself.
16229
16230 2014-09-16 Pedro Alves <palves@redhat.com>
16231
16232 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
16233 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
16234
16235 2014-09-16 Pedro Alves <palves@redhat.com>
16236
16237 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
16238 files.
16239 * gdb.base/a2-run.exp: Remove all code guarded by istarget
16240 "*-*-vxworks*" throughout.
16241 * gdb.base/break.exp: Likewise.
16242 * gdb.base/default.exp: Likewise.
16243 * gdb.base/scope.exp: Likewise.
16244 * gdb.base/sepdebug.exp: Likewise.
16245 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
16246 throughout.
16247 * gdb.base/run.c: Likewise.
16248 * gdb.base/sepdebug.c: Likewise.
16249 * gdb.hp/gdb.aCC/run.c: Likewise.
16250 * gdb.reverse/until-reverse.c: Likewise.
16251 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
16252
16253 2014-09-16 Yao Qi <yao@codesourcery.com>
16254
16255 * boards/local-remote-host-native.exp: New file.
16256
16257 2014-09-14 Doug Evans <xdje42@gmail.com>
16258
16259 * gdb.threads/queue-signal.c (thread_count): New variable.
16260 (thread_count_mutex, thread_count_condvar): New variables.
16261 (incr_thread_count, wait_all_threads_running): New functions.
16262 (main): Wait for all threads to be in their thread functions.
16263
16264 2014-09-13 Doug Evans <xdje42@gmail.com>
16265
16266 * gdb.threads/queue-signal.c: New file.
16267 * gdb.threads/queue-signal.exp: New file.
16268
16269 2014-09-13 Doug Evans <xdje42@gmail.com>
16270
16271 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
16272 be consistent with what default_gdb_init uses.
16273 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
16274 the plain text of the prompt. Add some logging printfs.
16275 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
16276
16277 2014-09-12 Pedro Alves <palves@redhat.com>
16278
16279 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
16280 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
16281 * gdb.arch/i386-size-overlap.exp: Likewise.
16282 * gdb.arch/i386-size.exp: Likewise.
16283 * gdb.arch/i386-unwind.exp: Likewise.
16284 * gdb.base/a2-run.exp: Likewise.
16285 * gdb.base/break.exp: Likewise.
16286 * gdb.base/charset.exp: Likewise.
16287 * gdb.base/chng-syms.exp: Likewise.
16288 * gdb.base/commands.exp: Likewise.
16289 * gdb.base/dbx.exp: Likewise.
16290 * gdb.base/find.exp: Likewise.
16291 * gdb.base/funcargs.exp: Likewise.
16292 * gdb.base/jit-simple.exp: Likewise.
16293 * gdb.base/reread.exp: Likewise.
16294 * gdb.base/sepdebug.exp: Likewise.
16295 * gdb.base/step-bt.exp: Likewise.
16296 * gdb.cp/mb-inline.exp: Likewise.
16297 * gdb.cp/mb-templates.exp: Likewise.
16298 * gdb.objc/basicclass.exp: Likewise.
16299 * gdb.threads/killed.exp: Likewise.
16300
16301 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16302
16303 PR tdep/17379
16304 * gdb.arch/powerpc-stackless.S: New file.
16305 * gdb.arch/powerpc-stackless.exp: New file.
16306
16307 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16308
16309 * gdb.base/attach.c: Include unistd.h.
16310 (main): Call alarm. Add label postloop.
16311 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
16312 gdb_breakpoint, gdb_continue_to_breakpoint.
16313 (test_command_line_attach_run): Kill ${testpid} in one exit path.
16314
16315 2014-09-11 Pedro Alves <palves@redhat.com>
16316
16317 PR gdb/17347
16318 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
16319 * gdb.base/attach.exp (test_command_line_attach_run): New
16320 procedure.
16321 (top level): Call it.
16322
16323 2014-09-11 Pedro Alves <palves@redhat.com>
16324
16325 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
16326 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
16327 (do_command_attach_tests): Use spawn_wait_for_attach.
16328 * gdb.base/solib-overlap.exp: Likewise.
16329 * gdb.multi/multi-attach.exp: Likewise.
16330 * gdb.python/py-prompt.exp: Likewise.
16331 * gdb.python/py-sync-interp.exp: Likewise.
16332 * gdb.server/ext-attach.exp: Likewise.
16333
16334 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
16335
16336 * gdb.fortran/array-element.exp: Remove unexpected "continue"
16337 command in testcase. Simplify testcase.
16338
16339 2014-09-10 Joel Brobecker <brobecker@adacore.com>
16340
16341 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
16342
16343 2014-09-10 Joel Brobecker <brobecker@adacore.com>
16344
16345 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
16346
16347 2014-09-10 Joel Brobecker <brobecker@adacore.com>
16348
16349 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
16350
16351 2014-09-10 Joel Brobecker <brobecker@adacore.com>
16352
16353 * gdb.dwarf2/dynarr-ptr.c: New file.
16354 * gdb.dwarf2/dynarr-ptr.exp: New file.
16355
16356 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16357
16358 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
16359 of 30 rather than hardcoding 120 for a slow test case. Take the
16360 `gdb,timeout' target setting into account for this calculation.
16361 Don't extend the timeout for the test cases that don't need it.
16362
16363 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16364
16365 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
16366 a factor of 2 for a slow test case. Take the `gdb,timeout'
16367 target setting into account for this calculation.
16368 * gdb.reverse/until-precsave.exp: Increase the timeout by
16369 a factor of 15 and 3 respectively rather than adding 120
16370 for a pair of slow test cases. Take the `gdb,timeout'
16371 target setting into account for this calculation.
16372
16373 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16374
16375 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
16376 timeout, don't pass one down to gdb_expect.
16377 (gdb_expect): Rework timeout selection.
16378
16379 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16380
16381 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
16382 exception on timeout.
16383 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
16384 (gdbserver_start_extended): Catch any `gdbserver_start' error
16385 exceptions.
16386 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
16387 * lib/mi-support.exp (mi_gdb_target_load): Catch any
16388 `gdbserver_gdb_load' error exceptions.
16389
16390 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16391
16392 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
16393 120 on waiting for the TCP socket to open.
16394
16395 2014-09-09 Doug Evans <xdje42@gmail.com>
16396
16397 * gdb.base/default.exp (show_conv_list): Add _caller_is,
16398 _caller_matches, _any_caller_is, _any_caller_matches.
16399
16400 2014-09-09 Doug Evans <xdje42@gmail.com>
16401
16402 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
16403
16404 2014-09-09 Yao Qi <yao@codesourcery.com>
16405
16406 * gdb.mi/mi-var-display.exp: Set print symbol off.
16407
16408 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
16409
16410 PR gdb/17035
16411 * gdb.base/commands.exp: Add tests to verify user-defined
16412 commands with empty bodies.
16413 * gdb.python/py-cmd.exp: Test that we don't show user-defined
16414 python commands in `show user command`.
16415 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
16416 scheme commands in `show user command`.
16417
16418 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16419
16420 PR python/17355
16421 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
16422 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
16423 * gdb.python/py-framefilter-invalidarg.exp: New file.
16424 * gdb.python/py-framefilter-invalidarg.py: New file.
16425
16426 2014-09-06 Doug Evans <xdje42@gmail.com>
16427
16428 PR 15276
16429 * gdb.python/py-caller-is.c: New file.
16430 * gdb.python/py-caller-is.exp: New file.
16431
16432 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
16433
16434 PR gdb/17235
16435 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
16436 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
16437
16438 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
16439
16440 PR fortran/17237
16441 * gdb.fortran/print-formatted.exp: New file.
16442 * gdb.fortran/print-formatted.f90: Likewise.
16443
16444 2014-09-03 Sasha Smundak <asmundak@google.com>
16445
16446 * gdb.python/py-frame.exp: Test Frame.read_register.
16447
16448 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
16449
16450 PR python/16699
16451 * gdb.python/py-completion.exp: New file.
16452 * gdb.python/py-completion.py: Likewise.
16453
16454 2014-08-28 Doug Evans <dje@google.com>
16455
16456 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
16457 eax,etc. are live with values set by gdb and thus the compiler can't
16458 use them.
16459 * gdb.arch/i386-pseudo.c (main): Ditto.
16460
16461 2014-08-27 Doug Evans <dje@google.com>
16462
16463 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
16464
16465 2014-08-25 Doug Evans <dje@google.com>
16466
16467 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
16468 (main): Ditto.
16469
16470 2014-08-25 Doug Evans <dje@google.com>
16471
16472 * gdb.threads/thread-execl.exp: #include <stdio.h>.
16473
16474 2014-08-24 Yao Qi <yao@codesourcery.com>
16475
16476 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
16477 symbol off.
16478 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
16479
16480 2014-08-22 Doug Evans <dje@google.com>
16481
16482 PR 17276
16483 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
16484 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
16485 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
16486
16487 2014-08-22 Yao Qi <yao@codesourcery.com>
16488
16489 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
16490 * gdb.python/py-finish-breakpoint2.exp: Likewise.
16491 * gdb.python/python.exp: Likewise. Use .py file on the host
16492 instead of the build.
16493
16494 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16495
16496 * gdb.threads/gcore-stale-thread.c: New file.
16497 * gdb.threads/gcore-stale-thread.exp: New file.
16498
16499 2014-08-21 Pedro Alves <palves@redhat.com>
16500
16501 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
16502 * gdb.base/gcore-relro-pie.exp: Likewise.
16503 * gdb.base/gcore-relro.exp: Likewise.
16504 * gdb.base/gcore.exp: Likewise.
16505 * gdb.base/print-symbol-loading.exp: Likewise.
16506 * gdb.threads/gcore-thread.exp: Likewise.
16507 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
16508
16509 2014-08-20 Pedro Alves <palves@redhat.com>
16510 Jan Kratochvil <jan.kratochvil@redhat.com>
16511
16512 * Makefile.in (EXTRA_RULES, CC): New variables, get from
16513 configure.
16514 (EXPECT): Handle READ1 being set.
16515 (all): Depend on EXTRA_RULES.
16516 (check-read1, expect-read1, read1.so, read1): New rules.
16517 * README (Testsuite Parameters): Document the READ1 make variable.
16518 (Race detection): New section.
16519 * configure: Regenerate.
16520 * configure.ac: If build==host==target, and running under a
16521 GNU/glibc system, add read1 to the extra Makefile rules.
16522 (EXTRA_RULES): AC_SUBST it.
16523 * lib/read1.c: New file.
16524
16525 2014-08-20 Joel Brobecker <brobecker@adacore.com>
16526
16527 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
16528 the handling of variables declared as a typedef to an array
16529 which a DW_AT_data_location attribute.
16530
16531 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
16532 Pedro Alves <palves@redhat.com>
16533
16534 PR symtab/14604
16535 PR symtab/14605
16536 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
16537 gdb_test.
16538
16539 2014-08-19 Pedro Alves <palves@redhat.com>
16540
16541 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
16542
16543 2014-08-19 Yao Qi <yao@codesourcery.com>
16544
16545 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
16546 right line.
16547
16548 2014-08-18 David Blaikie <dblaikie@gmail.com>
16549
16550 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
16551
16552 2014-08-18 Joel Brobecker <brobecker@adacore.com>
16553
16554 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
16555 attribute in array range.
16556
16557 2014-08-18 Joel Brobecker <brobecker@adacore.com>
16558
16559 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
16560
16561 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
16562
16563 PR c++/17132
16564 * gdb.cp/pr17132.cc: New file.
16565 * gdb.cp/pr17132.exp: New file.
16566
16567 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
16568
16569 * gdb.python/py-xmethods.py (A_getarrayind)
16570 (E_method_char_worker.__call__, E_method_int_worker.__call__):
16571 Use 'print' with function call syntax.
16572 (E_method_matcher.match): Fix tab vs space indentation mixup.
16573
16574 2014-08-15 Yao Qi <yao@codesourcery.com>
16575
16576 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
16577 false.
16578
16579 2014-08-15 Yao Qi <yao@codesourcery.com>
16580
16581 * gdb.cp/casts.exp: Set print symbol off.
16582 * gdb.cp/class2.exp: Likewise.
16583 * gdb.cp/overload.exp: Likewise.
16584 * gdb.cp/templates.exp: Likewise.
16585
16586 2014-08-11 Doug Evans <dje@google.com>
16587
16588 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
16589 (test_load_shlib): Update.
16590
16591 2014-08-09 Yao Qi <yao@codesourcery.com>
16592
16593 * gdb.base/display.exp: Invoke is_address_zero_readable.
16594 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
16595 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
16596 * gdb.base/hbreak-unmapped.exp: Return if
16597 is_address_zero_readable returns true.
16598 * gdb.base/signest.exp: Likewise.
16599 * gdb.base/signull.exp: Likewise.
16600 * gdb.base/sigbpt.exp: Likewise.
16601 * gdb.guile/scm-disasm.exp: Do the test if
16602 is_address_zero_readable returns false.
16603 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
16604 * gdb.python/py-arch.exp: Likewise.
16605 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
16606 * lib/gdb.exp (is_address_zero_readable): New proc.
16607
16608 2014-08-09 Yao Qi <yao@codesourcery.com>
16609
16610 PR testsuite/13443
16611 * gdb.mi/mi-var-display.exp: Make test messages unique.
16612
16613 2014-08-04 Tom Tromey <tromey@redhat.com>
16614
16615 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
16616 target 0".
16617
16618 2014-08-04 Tom Tromey <tromey@redhat.com>
16619
16620 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
16621 "target_resume".
16622
16623 2014-08-01 Joel Brobecker <brobecker@adacore.com>
16624
16625 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
16626 inner_vla_struct_object_size.
16627 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
16628 as xfail.
16629
16630 2014-07-30 Pedro Alves <palves@redhat.com>
16631
16632 * gdb.threads/signal-command-handle-nopass.exp (test): Add
16633 comment.
16634
16635 2014-07-29 Yao Qi <yao@codesourcery.com>
16636
16637 PR gdb/17206
16638 * gdb.base/until-nodebug.exp: New.
16639
16640 2014-07-28 Doug Evans <xdje42@gmail.com>
16641
16642 PR guile/17203
16643 * gdb.guile/scm-parameter.exp: Add tests for trying to create
16644 previously existing parameter, and previously ambiguously spelled
16645 parameter.
16646
16647 2014-07-28 Will Newton <will.newton@linaro.org>
16648
16649 * gdb.base/varargs.exp: Remove KFAILs for ARM.
16650
16651 2014-07-26 Ludovic Courtès <ludo@gnu.org>
16652 Doug Evans <xdje42@gmail.com>
16653
16654 PR guile/17146
16655 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
16656
16657 2014-07-25 Pedro Alves <palves@redhat.com>
16658
16659 * gdb.threads/signal-command-handle-nopass.c: New file.
16660 * gdb.threads/signal-command-handle-nopass.exp: New file.
16661 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
16662 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
16663 * gdb.threads/signal-delivered-right-thread.c: New file.
16664 * gdb.threads/signal-delivered-right-thread.exp: New file.
16665
16666 2014-07-25 Pedro Alves <palves@redhat.com>
16667
16668 * gdb.base/double-prompt-target-event-error.exp
16669 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
16670 match.
16671 (cancel_pagination_in_target_event): Rework double prompt
16672 detection.
16673 * gdb.base/paginate-after-ctrl-c-running.exp
16674 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
16675 <return>' match.
16676 * gdb.base/paginate-bg-execution.exp
16677 (test_bg_execution_pagination_return)
16678 (test_bg_execution_pagination_cancel): Remove '-notransfer
16679 <return>' matches.
16680 * gdb.base/paginate-execution-startup.exp
16681 (test_fg_execution_pagination_return)
16682 (test_fg_execution_pagination_cancel): Remove '-notransfer
16683 <return>' matches.
16684 * gdb.base/paginate-inferior-exit.exp
16685 (test_paginate_inferior_exited): Remove '-notransfer <return>'
16686 match.
16687 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
16688 * lib/gdb.exp (pagination_prompt): Run text through
16689 string_to_regexp.
16690 (gdb_test_multiple): Match $pagination_prompt instead of
16691 "<return>".
16692 (string_to_regexp): Move to lib/gdb-utils.exp.
16693
16694 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16695
16696 * gdb.arch/amd64-entry-value-paramref.S: New file.
16697 * gdb.arch/amd64-entry-value-paramref.cc: New file.
16698 * gdb.arch/amd64-entry-value-paramref.exp: New file.
16699 * gdb.arch/amd64-optimout-repeat.S: New file.
16700 * gdb.arch/amd64-optimout-repeat.c: New file.
16701 * gdb.arch/amd64-optimout-repeat.exp: New file.
16702
16703 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16704
16705 PR gdb/17170
16706 * gdb.base/statistics.exp: New file.
16707
16708 2014-07-17 Doug Evans <dje@google.com>
16709
16710 PR gdb/17170
16711 * gdb.base/maint.exp: Update testing of per-command stats.
16712
16713 2014-07-16 Pedro Alves <palves@redhat.com>
16714
16715 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
16716 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
16717 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
16718 (tfile_write_buf): New functions.
16719 (add_memory_block): Rewrite using the above.
16720 (adjust_function_address): New function.
16721 (FUNCTION_ADDRESS): New macro.
16722 (write_basic_trace_file): Remove short_x local, and use
16723 tfile_write_16. Change type of func_addr local to unsigned long
16724 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
16725 here. Cast argument of add_memory_block to char pointer.
16726 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
16727 (main): Remove parameters.
16728 * gdb.trace/tfile.exp: Remove nowarnings.
16729
16730 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
16731
16732 * gdb.base/debug-expr.exp: Test string evaluation with
16733 "debug expression" on.
16734
16735 2014-07-15 Pedro Alves <palves@redhat.com>
16736
16737 * gdb.base/reread.exp: Use clean_restart.
16738
16739 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
16740
16741 * gdb.arch/avr-flash-qualifer.c: New.
16742 * gdb.arch/avr-flash-qualifer.exp: New.
16743
16744 2014-07-14 Pedro Alves <palves@redhat.com>
16745
16746 * gdb.base/paginate-after-ctrl-c-running.c: New file.
16747 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
16748
16749 2014-07-14 Pedro Alves <palves@redhat.com>
16750
16751 * gdb.base/double-prompt-target-event-error.c: New file.
16752 * gdb.base/double-prompt-target-event-error.exp: New file.
16753
16754 2014-07-14 Pedro Alves <palves@redhat.com>
16755
16756 PR gdb/17072
16757 * gdb.base/paginate-inferior-exit.c: New file.
16758 * gdb.base/paginate-inferior-exit.exp: New file.
16759
16760 2014-07-14 Pedro Alves <palves@redhat.com>
16761
16762 PR gdb/17072
16763 * gdb.base/paginate-bg-execution.c: New file.
16764 * gdb.base/paginate-bg-execution.exp: New file.
16765
16766 2014-07-14 Pedro Alves <palves@redhat.com>
16767
16768 PR gdb/17072
16769 * gdb.base/paginate-execution-startup.c: New file.
16770 * gdb.base/paginate-execution-startup.exp: New file.
16771 * lib/gdb.exp (pagination_prompt): New global.
16772 (default_gdb_spawn): New procedure, factored out from
16773 default_gdb_spawn.
16774 (default_gdb_start): Adjust to call default_gdb_spawn.
16775 (gdb_spawn): New procedure.
16776
16777 2014-07-14 Pedro Alves <palves@redhat.com>
16778
16779 * lib/gdb.exp (gdb_assert): New procedure.
16780 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
16781
16782 2014-07-14 Pedro Alves <palves@redhat.com>
16783
16784 * gdb.base/execution-termios.c: New file.
16785 * gdb.base/execution-termios.exp: New file.
16786
16787 2014-07-14 Tom Tromey <tromey@redhat.com>
16788
16789 * gdb.cp/vla-cxx.cc: New file.
16790 * gdb.cp/vla-cxx.exp: New file.
16791
16792 2014-07-14 Tom Tromey <tromey@redhat.com>
16793
16794 * gdb.reverse/rerun-prec.c: New file.
16795 * gdb.reverse/rerun-prec.exp: New file.
16796
16797 2014-07-12 Maciej W. Rozycki <macro@mips.com>
16798 Maciej W. Rozycki <macro@codesourcery.com>
16799
16800 * lib/gdb-utils.exp: New file.
16801 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
16802 inline `gdb_init_command' processing.
16803 (gdb_start_cmd): Likewise.
16804 * lib/mi-support.exp (mi_run_cmd): Likewise.
16805 * README: Document `gdb_init_command' and `gdb_init_commands'.
16806
16807 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16808
16809 Fix false FAIL running under a very long directory name.
16810 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
16811 and "set print elements 10000". Twice.
16812
16813 2014-07-11 Yao Qi <yao@codesourcery.com>
16814
16815 * gdb.base/exprs.exp: "set print symbol off".
16816
16817 2014-07-11 Pedro Alves <palves@redhat.com>
16818
16819 * gdb.threads/kill.c: New file.
16820 * gdb.threads/kill.exp: New file.
16821
16822 2014-07-10 Yao Qi <yao@codesourcery.com>
16823
16824 * gdb.trace/tfile.c (write_basic_trace_file)
16825 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
16826 address written to trace file.
16827
16828 2014-07-09 Pedro Alves <palves@redhat.com>
16829
16830 * gdb.base/attach-wait-input.exp: New file.
16831 * gdb.base/attach-wait-input.c: New file.
16832
16833 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
16834
16835 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
16836 setting up test structures.
16837 (main): Call new test function.
16838 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
16839 test function, continue into test function and walk test
16840 structures.
16841
16842 2014-07-02 Yao Qi <yao@codesourcery.com>
16843
16844 * gdb.trace/entry-values.c: Define labels 'foo_start' and
16845 'bar_start' at the beginning of functions 'foo' and 'bar'
16846 respectively.
16847 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
16848 instead of 'foo' and 'bar'.
16849
16850 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
16851
16852 * gdb.btrace/segv.exp: New.
16853 * gdb.btrace/segv.c: New.
16854
16855 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
16856
16857 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
16858 instruction.
16859
16860 2014-06-30 Mark Wielaard <mjw@redhat.com>
16861
16862 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
16863 vulture, vilify, villar): New volatile array constants.
16864 (vindictive, vegetation): New const volatile array constants.
16865 * gdb.base/volatile.exp: Test volatile and const volatile array
16866 types.
16867
16868 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
16869
16870 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
16871 target lacks support for awatch, rwatch, or hbreak.
16872
16873 2014-06-27 Yao Qi <yao@codesourcery.com>
16874
16875 * gdb.multi/dummy-frame-restore.exp: New.
16876 * gdb.multi/dummy-frame-restore.c: New.
16877
16878 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
16879
16880 * gdb.btrace/gcore.exp: New.
16881
16882 2014-06-23 Pedro Alves <palves@redhat.com>
16883
16884 * gdb.base/watchpoint-reuse-slot.c: New file.
16885 * gdb.base/watchpoint-reuse-slot.exp: New file.
16886
16887 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
16888
16889 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
16890 progspace's filename in 'info', 'enable' and 'disable' command
16891 tests.
16892
16893 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
16894
16895 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
16896 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
16897 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
16898
16899 2014-06-20 Gary Benson <gbenson@redhat.com>
16900
16901 * gdb.arch/i386-avx.exp: Fix include file location.
16902 * gdb.arch/i386-sse.exp: Likewise.
16903
16904 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
16905
16906 * gdb.dlang/expression.exp: New file.
16907
16908 2014-06-19 Pedro Alves <palves@redhat.com>
16909
16910 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
16911 out from ...
16912 (top level): ... here. Iterate running tests under different
16913 scheduler-locking settings.
16914
16915 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
16916
16917 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
16918 to DW_FORM_addr and use non-zero addresses.
16919
16920 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
16921
16922 PR gdb/17017
16923 * gdb.python/py-xmethods.cc: Add global function call counters and
16924 increment them in their respective functions. Remove "cout"
16925 statements.
16926 * gdb.python/py-xmethods.exp: Make tests check the global function
16927 call counters instead of depending on inferior IO.
16928
16929 2014-06-18 Don Breazeal <donb@codesourcery.com>
16930
16931 * gdb.base/foll-fork.exp (default_fork_parent_follow):
16932 Deleted procedure.
16933 (explicit_fork_parent_follow): Deleted procedure.
16934 (explicit_fork_child_follow): Deleted procedure.
16935 (test_follow_fork): New procedure.
16936 (do_fork_tests): Replace calls to deleted procedures with
16937 calls to test_follow_fork and reset GDB for subsequent
16938 procedure calls.
16939
16940 2014-06-17 Yao Qi <yao@codesourcery.com>
16941
16942 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
16943 CP1252.
16944
16945 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
16946
16947 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
16948 Initialize ptr and S explicitly.
16949 (skip_type_update_when_not_use_rtti_test): Likewise.
16950
16951 2014-06-16 Keith Seitz <keiths@redhat.com>
16952
16953 PR mi/15863
16954 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
16955 the inferior is started.
16956
16957 2014-06-16 Pedro Alves <palves@redhat.com>
16958
16959 * gdb.base/break-main-file-remove-fail.c: New file.
16960 * gdb.base/break-main-file-remove-fail.exp: New file.
16961 * gdb.base/break-unload-file.exp: Use build_executable instead of
16962 prepare_for_testing.
16963 (test_break): New parameter "initial_load". Handle it.
16964 (top level): Add initial_load cmdline/file axis.
16965
16966 2014-06-12 Tom Tromey <tromey@redhat.com>
16967
16968 * gdb.base/completion.exp: Don't use directory name in test.
16969
16970 2014-06-09 Gary Benson <gbenson@redhat.com>
16971
16972 * gdb.base/sigall.c [Functions to send signals]: Reorder to
16973 separate the always-available ANSI-standard signals from the
16974 signals that require checking.
16975 (main): Likewise.
16976 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
16977 Likewise.
16978 (main): Likewise.
16979
16980 2014-06-07 Keith Seitz <keiths@redhat.com>
16981
16982 Revert:
16983 PR c++/16253
16984 * gdb.cp/var-tag.cc: New file.
16985 * gdb.cp/var-tag.exp: New file.
16986 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
16987 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
16988 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
16989 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
16990
16991 2014-06-06 Doug Evans <xdje42@gmail.com>
16992
16993 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
16994
16995 2014-06-06 Pedro Alves <palves@redhat.com>
16996
16997 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
16998 in target debug output instead of looking at RSP packets,
16999 disabling the test on any target that uses hardware stepping.
17000 Update comments.
17001
17002 2014-06-06 Pedro Alves <palves@redhat.com>
17003
17004 * gdb.base/break-unload-file.exp: Fix typo.
17005
17006 2014-06-06 Yao Qi <yao@codesourcery.com>
17007
17008 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
17009 from "jit_function" to "^jit_function".
17010
17011 2014-06-06 Yao Qi <yao@codesourcery.com>
17012
17013 * gdb.base/async.c (foo): Add one statement.
17014 * gdb.base/async.exp: Get the next instruction address and
17015 match the output of "nexti" by instruction address. Match
17016 the hex address in the output of "finish".
17017
17018 2014-06-06 Gary Benson <gbenson@redhat.com>
17019
17020 * gdb.base/call-signals.c: Remove preprocessor conditionals
17021 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
17022 SIGSEGV and SIGTERM.
17023 * gdb.base/sigall.c: Likewise.
17024 * gdb.base/unwindonsignal.c: Likewise.
17025 * gdb.reverse/sigall-reverse.c: Likewise.
17026
17027 2014-06-06 Yao Qi <yao@codesourcery.com>
17028
17029 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
17030 readable, skip the test.
17031
17032 2014-06-06 Yao Qi <yao@codesourcery.com>
17033
17034 * gdb.threads/staticthreads.c (thread_function): Move the line
17035 setting breakpoint on forward.
17036 * gdb.threads/staticthreads.exp: Update comments.
17037
17038 2014-06-05 Ludovic Courtès <ludo@gnu.org>
17039
17040 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
17041 "history-append! type error".
17042
17043 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
17044
17045 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
17046 erroneous dprintf expected input.
17047
17048 2014-06-04 Doug Evans <xdje42@gmail.com>
17049
17050 * gdb.guile/scm-generics.exp: Delete.
17051
17052 2014-06-04 Doug Evans <xdje42@gmail.com>
17053
17054 * gdb.guile/scm-breakpoint.exp: Update.
17055 Add tests for breakpoint registration.
17056
17057 2014-06-04 Tom Tromey <tromey@redhat.com>
17058
17059 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
17060 VLA-in-union.
17061 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
17062 inner_vla_struct, vla_union types. Initialize objects of those
17063 types and compute their sizes.
17064
17065 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
17066 Hui Zhu <hui@codesourcery.com>
17067
17068 * gdb.base/fileio.exp: Add test for shell not available as well as
17069 available.
17070 * gdb.base/fileio.c (test_system): Check for shell twice.
17071
17072 2014-06-04 Yao Qi <yao@codesourcery.com>
17073
17074 * gdb.base/auto-connect-native-target.exp: Remove redundant
17075 space from the regexp pattern.
17076
17077 2014-06-04 Yao Qi <yao@codesourcery.com>
17078
17079 * gdb.base/default.exp: Replace "child" with "native" in
17080 regexp pattern.
17081
17082 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
17083
17084 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
17085 * gdb.python/py-xmethods.exp: New tests to test xmethods.
17086 * gdb.python/py-xmethods.py: Python script supporting the
17087 new testcase and tests.
17088
17089 2014-06-03 Joel Brobecker <brobecker@adacore.com>
17090 Pedro Alves <palves@redhat.com>
17091
17092 PR breakpoints/17000
17093 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
17094 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
17095
17096 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
17097
17098 * gdb.base/subst.exp: Add tests to verify partial path matching
17099 output.
17100
17101 2014-06-03 Pedro Alves <palves@redhat.com>
17102
17103 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
17104 target that doesn't use software single-stepping.
17105
17106 2014-06-03 Pedro Alves <palves@redhat.com>
17107
17108 PR breakpoints/17000
17109 * gdb.base/sss-bp-on-user-bp-2.c: New file.
17110 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
17111
17112 2014-06-02 Doug Evans <xdje42@gmail.com>
17113
17114 * gdb.guile/scm-parameter.exp: New file.
17115
17116 2014-06-02 Doug Evans <xdje42@gmail.com>
17117
17118 * gdb.guile/scm-cmd.c: New file.
17119 * gdb.guile/scm-cmd.exp: New file.
17120
17121 2014-06-02 Doug Evans <xdje42@gmail.com>
17122
17123 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
17124 pretty-printer lookup.
17125 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
17126 (make-pp_s-printer): Call it.
17127 (make-pretty-printer-from-dict): New function.
17128 (lookup-pretty-printer-maker-from-dict): New function.
17129 (*pretty-printer*): Simplify.
17130 (make-objfile-pp_s-printer): New function.
17131 (install-objfile-pretty-printers!): New function.
17132 (make-progspace-pp_s-printer): New function.
17133 (install-progspace-pretty-printers!): New function.
17134 * gdb.guile/scm-progspace.c: New file.
17135 * gdb.guile/scm-progspace.exp: New file.
17136
17137 2014-06-02 Pedro Alves <palves@redhat.com>
17138
17139 * gdb.base/dprintf-bp-same-addr.c: New file.
17140 * gdb.base/dprintf-bp-same-addr.exp: New file.
17141
17142 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17143
17144 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
17145 * gdb.arch/powerpc-power.s: Likewise.
17146
17147 2014-06-02 Joel Brobecker <brobecker@adacore.com>
17148
17149 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
17150
17151 2014-06-01 Yao Qi <yao@codesourcery.com>
17152
17153 * gdb.base/watchpoint.exp (test_watch_location): Check null
17154 pointer can be dereferenced. If not, do the test, otherwise
17155 skip it.
17156
17157 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
17158
17159 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
17160 results.
17161 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
17162
17163 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
17164
17165 * gdb.arch/amd64-invalid-stack-middle.S: New file.
17166 * gdb.arch/amd64-invalid-stack-middle.c: New file.
17167 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
17168 * gdb.arch/amd64-invalid-stack-top.c: New file.
17169 * gdb.arch/amd64-invalid-stack-top.exp: New file.
17170
17171 2014-05-30 Pedro Alves <palves@redhat.com>
17172
17173 PR breakpoints/17000
17174 * gdb.base/sss-bp-on-user-bp.c: New file.
17175 * gdb.base/sss-bp-on-user-bp.exp: New file.
17176
17177 2014-05-30 David Blaikie <dblaikie@gmail.com>
17178
17179 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
17180 gnu_inline semantics via attribute.
17181 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
17182 source explicitly specifies the required semantics.
17183
17184 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
17185
17186 * gdb.reverse/sigall-reverse.exp: Fix a typo.
17187
17188 2014-05-29 Pedro Alves <palves@redhat.com>
17189 Tom Tromey <tromey@redhat.com>
17190
17191 * gdb.base/async-shell.exp: Don't enable target-async.
17192 * gdb.base/async.exp
17193 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
17194 parameter. Adjust.
17195 (top level): Don't test with "target-async".
17196 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
17197 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
17198 * gdb.base/inferior-died.exp: Don't enable target-async.
17199 * gdb.base/interrupt-noterm.exp: Likewise.
17200 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
17201 * gdb.mi/mi-nonstop-exit.exp: Likewise.
17202 * gdb.mi/mi-nonstop.exp: Likewise.
17203 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
17204 * gdb.mi/mi-nsintrall.exp: Likewise.
17205 * gdb.mi/mi-nsmoribund.exp: Likewise.
17206 * gdb.mi/mi-nsthrexec.exp: Likewise.
17207 * gdb.mi/mi-watch-nonstop.exp: Likewise.
17208 * gdb.multi/watchpoint-multi.exp: Adjust comment.
17209 * gdb.python/py-evsignal.exp: Don't enable target-async.
17210 * gdb.python/py-evthreads.exp: Likewise.
17211 * gdb.python/py-prompt.exp: Likewise.
17212 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
17213 * gdb.server/solib-list.exp: Don't enable target-async.
17214 * gdb.threads/thread-specific-bp.exp: Likewise.
17215 * lib/mi-support.exp: Adjust to use mi-async.
17216
17217 2014-05-29 Pedro Alves <palves@redhat.com>
17218
17219 PR gdb/13860
17220 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
17221 reason, even in sync mode.
17222
17223 2014-05-29 Pedro Alves <palves@redhat.com>
17224 Hui Zhu <hui@codesourcery.com>
17225
17226 PR PR15693
17227 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
17228 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
17229 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
17230 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
17231
17232 2014-05-28 Joel Brobecker <brobecker@adacore.com>
17233
17234 * config/monitor.exp (gdb_target_monitor): Replace use of
17235 "set remotebaud" by "set serial baud".
17236
17237 2014-05-26 Andy Wingo <wingo@igalia.com>
17238
17239 * gdb.guile/scm-breakpoint.exp:
17240 * gdb.guile/scm-gsmob.exp: Update to use plain old object
17241 properties instead of gdb-object-properties.
17242
17243 2014-05-26 Yao Qi <yao@codesourcery.com>
17244
17245 * gdb.server/no-thread-db.exp: Specify source file name
17246 explicitly when setting a breakpoint.
17247
17248 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17249
17250 * gdb.btrace/vdso.c: New.
17251 * gdb.btrace/vdso.exp: New.
17252
17253 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17254
17255 * gdb.base/gcore.exp (capture_command_output): Move ...
17256 * lib/gdb.exp (capture_command_output): ... here.
17257
17258 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17259
17260 * gdb.btrace/data.exp: Test memory access during btrace replay.
17261
17262 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
17263
17264 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
17265
17266 2014-05-21 Pedro Alves <palves@redhat.com>
17267
17268 PR gdb/13860
17269 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
17270 (top level): Test that output related to execution commands is
17271 sent to the console with CLI commands, but not with MI commands.
17272 Test that breakpoint events are always mirrored to the console.
17273 Also expect the new source line to be output after a "next" in
17274 async mode too. Make it a pass/fail test.
17275 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
17276 output.
17277 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
17278
17279 2014-05-21 Pedro Alves <palves@redhat.com>
17280
17281 * gdb.base/list.exp (build_pattern, test_list): New procedures.
17282 Use them to test variations of "list" after reaching a breakpoint.
17283 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
17284 Test "list" with listsize 10 after reaching a breakpoint.
17285 * gdb.python/python.exp (decode_line current location line
17286 number): Adjust expected line number.
17287
17288 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
17289
17290 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
17291 behavior for $args, pass it directly to "run".
17292
17293 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
17294
17295 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
17296 30000 to 65536.
17297
17298 2014-05-21 Pedro Alves <palves@redhat.com>
17299
17300 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
17301 auto-connect-native-target off".
17302 * gdb.base/auto-connect-native-target.c: New file.
17303 * gdb.base/auto-connect-native-target.exp: New file.
17304
17305 2014-05-21 Pedro Alves <palves@redhat.com>
17306
17307 * gdb.base/default.exp: Test "target native" instead of "target
17308 child".
17309
17310 2014-05-21 Mark Wielaard <mjw@redhat.com>
17311
17312 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
17313
17314 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17315
17316 Fix TLS access for -static -pthread.
17317 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
17318 <HAVE_TLS> (thread_function, main): Initialize it.
17319 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
17320 Add clean_restart.
17321 <$have_tls != "">: Check TLSVAR.
17322
17323 2014-05-21 Pedro Alves <palves@redhat.com>
17324
17325 * gdb.base/dcache-line-read-error.c: New.
17326 * gdb.base/dcache-line-read-error.exp: New.
17327
17328 2014-05-20 Pedro Alves <palves@redhat.com>
17329
17330 * gdb.base/compare-sections.c: New file.
17331 * gdb.base/compare-sections.exp: New file.
17332
17333 2014-05-20 Pedro Alves <palves@redhat.com>
17334
17335 * gdb.base/break-idempotent.c: New file.
17336 * gdb.base/break-idempotent.exp: New file.
17337
17338 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
17339
17340 * gdb.btrace/nohist.exp: New.
17341
17342 2014-05-20 Yao Qi <yao@codesourcery.com>
17343
17344 * lib/gdb.exp (gdb_init): Set timeout if test file is under
17345 gdb.reverse directory and gdb_reverse_timeout exists in board
17346 setting.
17347 * README: Document gdb_reverse_timeout.
17348
17349 2014-05-20 Yao Qi <yao@codesourcery.com>
17350
17351 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
17352 'test_file_name'. Treat args as a string instead of a list.
17353 (gdb_init): Rename argument 'args' by 'test_file_name'.
17354
17355 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
17356
17357 * gdb.arch/powerpc-power.exp: New file.
17358 * gdb.arch/powerpc-power.s: New file.
17359
17360 2014-05-16 Doug Evans <dje@google.com>
17361
17362 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
17363 * gdb.base/completion.exp: Check that all expected files exist
17364 before doing file completion.
17365
17366 2014-05-16 Doug Evans <dje@google.com>
17367
17368 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
17369 Update.
17370 (do_syscall_tests_without_xml): Update.
17371
17372 2014-05-16 Pedro Alves <palves@redhat.com>
17373
17374 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
17375 instead of "unknown output after running".
17376
17377 2014-05-16 Yao Qi <yao@codesourcery.com>
17378
17379 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
17380 file1.txt from host at the end.
17381 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17382
17383 2014-05-15 Doug Evans <dje@google.com>
17384
17385 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
17386 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
17387 loading file. Add test for TU lookup.
17388
17389 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
17390
17391 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
17392 calling "-exec-arguments" or "set args" before running the
17393 inferior.
17394
17395 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
17396
17397 * lib/mi-support.exp (mi_expect_stop): Expect message for
17398 inferiors that exit with non-zero exit code.
17399
17400 2014-05-14 Yao Qi <yao@codesourcery.com>
17401
17402 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
17403 match absolute path on remote host.
17404 (test_file_list_exec_source_files): Remove "/" from the
17405 pattern.
17406
17407 2014-05-14 Yao Qi <yao@codesourcery.com>
17408
17409 * boards/local-remote-host-notty.exp (${board}_file): New
17410 proc.
17411
17412 2014-05-07 Kyle McMartin <kyle@redhat.com>
17413
17414 Pushed by Joel Brobecker <brobecker@adacore.com>.
17415 * gdb.arch/aarch64-atomic-inst.c: New file.
17416 * gdb.arch/aarch64-atomic-inst.exp: New file.
17417
17418 2014-05-07 Yao Qi <yao@codesourcery.com>
17419
17420 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
17421 in current context" too.
17422
17423 2014-05-05 Keith Seitz <keiths@redhat.com>
17424
17425 * gdb.linespec/ls-dollar.exp: Add test for linespec
17426 file:convenience_variable.
17427
17428 2014-05-05 Yao Qi <yao@codesourcery.com>
17429
17430 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
17431 traceframes into tfile and ctf trace files. Read data from
17432 trace file and test collected data.
17433 (gdb_collect_locals_test): Likewise.
17434 (gdb_unavailable_registers_test): Likewise.
17435 (gdb_unavailable_floats): Likewise.
17436 (gdb_collect_globals_test): Likewise.
17437 (top-level): Append "ctf" to trace_file_targets if GDB
17438 supports.
17439
17440 2014-05-05 Yao Qi <yao@codesourcery.com>
17441
17442 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
17443 code to ...
17444 (gdb_collect_args_test_1): ... it. New proc.
17445 (gdb_collect_locals_test): Move some code to ...
17446 (gdb_collect_locals_test_1): ... it. New proc.
17447 (gdb_unavailable_registers_test): Move some code to ...
17448 (gdb_unavailable_registers_test_1): ... it. New proc.
17449 (gdb_unavailable_floats): Move some code to ...
17450 (gdb_unavailable_floats_1): ... it. New proc.
17451
17452 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
17453
17454 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
17455 probes to test for bitness recognition.
17456 * gdb.arch/amd64-stap-optional-prefix.exp
17457 (test_probe_value_without_reg): New procedure.
17458 Add code to test for different kinds of bitness.
17459
17460 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
17461
17462 PR breakpoints/16889
17463 * gdb.arch/amd64-stap-optional-prefix.S: New file.
17464 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
17465
17466 2014-05-01 Pedro Alves <palves@redhat.com>
17467
17468 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
17469 gdb_file_cmd if no file is specified.
17470 * boards/native-extended-gdbserver.exp (gdb_load): Use the
17471 last_loaded_file to set the remote exec-file.
17472
17473 2014-05-01 Pedro Alves <palves@redhat.com>
17474
17475 * boards/local-remote-host.exp: New file.
17476
17477 2014-05-01 Pedro Alves <palves@redhat.com>
17478
17479 * boards/local-remote-host.exp: Rename to ...
17480 * boards/local-remote-host-notty.exp: ... this.
17481
17482 2014-04-28 Joel Brobecker <brobecker@adacore.com>
17483
17484 * gdb.ada/dyn_arrayidx: New testcase.
17485
17486 2014-04-26 Yao Qi <yao@codesourcery.com>
17487
17488 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
17489 and compute the length of function main. Save it in
17490 $main_length.
17491 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
17492 (top-level): Use gdb_compile to compile objects into
17493 executable and restart GDB. Remove invocation to
17494 prepare_for_testing.
17495
17496 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
17497 Pedro Alves <palves@redhat.com>
17498
17499 PR server/16255
17500 * gdb.multi/multi-attach.c: New file.
17501 * gdb.multi/multi-attach.exp: New file.
17502
17503 2014-04-25 Pedro Alves <palves@redhat.com>
17504
17505 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
17506 user.
17507 (top level): Test that "set remote conditional-breakpoints-packet
17508 off" works as intended.
17509 * gdb.base/dprintf.exp: Test that "set remote
17510 breakpoint-commands-packet off" works as intended.
17511 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
17512 New function.
17513 (top level): Call it.
17514 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
17515 remote fast-tracepoints-packet off" works as intended.
17516 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
17517 * lib/gdb.exp (gdb_is_target_remote): ... here.
17518
17519 2014-04-24 David Blaikie <dblaikie@gmail.com>
17520
17521 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
17522 ensure clang would not discard them.
17523 * gdb.base/gdbvars.c: Ditto.
17524 * gdb.base/memattr.c: Ditto.
17525 * gdb.base/whatis.c: Ditto.
17526 * gdb.python/py-prettyprint.c: Ditto.
17527 * gdb.trace/actions.c: Ditto.
17528 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
17529 ensure clang would not discard it.
17530
17531 2014-04-24 David Blaikie <dblaikie@gmail.com>
17532
17533 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
17534 clang to emit the full definition of type required by the test
17535 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
17536
17537 2014-04-24 David Blaikie <dblaikie@gmail.com>
17538
17539 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
17540 coax Clang into emitting the definition of the type.
17541 * gdb.cp/pr10728-x.h (y): Ditto.
17542 * gdb.cp/pr10728-y.cc (y): Ditto.
17543
17544 2014-04-24 David Blaikie <dblaikie@gmail.com>
17545
17546 * gdb.base/label.exp: XFAIL label related tests under Clang.
17547 * gdb.cp/cplabel.exp: Ditto.
17548 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
17549 under Clang those using labels.
17550
17551 2014-04-25 Yao Qi <yao@codesourcery.com>
17552
17553 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
17554 double_label.
17555 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
17556 partial_label and double_label.
17557
17558 2014-04-24 David Blaikie <dblaikie@gmail.com>
17559
17560 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
17561
17562 2014-04-24 David Blaikie <dblaikie@gmail.com>
17563
17564 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
17565 of the function to work across GCC and Clang.
17566 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
17567 pointer types (const void ** const V void **).
17568
17569 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
17570 Walfred Tedeschi <walfred.tedeschi@intel.com>
17571
17572 * Makefile.in (EXECUTABLES): Added i386-avx512.
17573 * gdb.arch/i386-avx512.c: New file.
17574 * gdb.arch/i386-avx512.exp: Likewise.
17575
17576 2014-04-23 Keith Seitz <keiths@redhat.com>
17577
17578 * lib/mi-support.exp (mi_list_breakpoints): Delete.
17579 (mi_make_breakpoint_table): New procedure.
17580 (mi_create_breakpoint): Use mi_make_breakpoint
17581 and return the result.
17582 (mi_make_breakpoint): New procedure.
17583 (mi_build_kv_pairs): New procedure.
17584
17585 * gdb.mi/mi-break.exp: Remove unused globals,
17586 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
17587 All callers updated.
17588 * gdb.mi/mi-dprintf.exp: Use variable to track command
17589 number.
17590 Update all callers of mi_create_breakpoint and use
17591 mi_make_breakpoint_table.
17592 Remove any unused global variables.
17593 * gdb.mi/mi-nonstop.exp: Likewise.
17594 * gdb.mi/mi-nsintrall.exp: Likewise.
17595 * gdb.mi/mi-nsmoribund.exp: Likewise.
17596 * gdb.mi/mi-nsthrexec.exp: Likewise.
17597 * gdb.mi/mi-reverse.exp: Likewise.
17598 * gdb.mi/mi-simplerun.exp: Likewise.
17599 * gdb.mi/mi-stepn.exp: Likewise.
17600 * gdb.mi/mi-syn-frame.exp: Likewise.
17601 * gdb.mi/mi-until.exp: Likewise.
17602 * gdb.mi/mi-var-cp.exp: Likewise.
17603 * gdb.mi/mi-var-display.exp: Likewise.
17604 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
17605 * gdb.mi/mi2-var-child.exp: Likewise.
17606 * gdb.mi/mi-vla-c99.exp: Likewise.
17607 * lib/mi-support.exp: Likewise.
17608
17609 From Ian Lance Taylor <iant@cygnus.com>:
17610 * lib/gdb.exp (parse_args): New procedure.
17611
17612 2014-04-23 Pedro Alves <palves@redhat.com>
17613
17614 * gdb.base/break-unload-file.c: New file.
17615 * gdb.base/break-unload-file.exp: New file.
17616 * gdb.base/sym-file-lib.c (baz): New function.
17617 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
17618 field.
17619 (load): Store the segment's mapped size.
17620 (unload): New function.
17621 (unload_shlib): New function.
17622 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
17623 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
17624 set a breakpoint at baz, and call it.
17625 * gdb.base/sym-file.exp: New tests for stale breakpoint
17626 instructions.
17627
17628 2014-04-23 Pedro Alves <palves@redhat.com>
17629
17630 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
17631 * gdb.base/hbreak-in-shr-unsupported.c: New file.
17632 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
17633 * gdb.base/hbreak-unmapped.c: New file.
17634 * gdb.base/hbreak-unmapped.exp: New file.
17635 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
17636 * lib/gdb.exp (gdb_is_target_remote): ... here.
17637
17638 2014-04-22 Pedro Alves <palves@redhat.com>
17639
17640 * gdb.base/consecutive-step-over.c: New file.
17641 * gdb.base/consecutive-step-over.exp: New file.
17642
17643 2014-04-22 Pedro Alves <palves@redhat.com>
17644
17645 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
17646 instead of send_gdb/gdb_expect.
17647
17648 2014-04-22 Yao Qi <yao@codesourcery.com>
17649
17650 * lib/trace-support.exp (generate_tracefile): New procedure.
17651 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
17652 return 0.
17653 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
17654 if generate_tracefile returns 1.
17655
17656 2014-04-18 Tom Tromey <palves@redhat.com>
17657 Pedro alves <tromey@redhat.com>
17658
17659 PR backtrace/15558
17660 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
17661 with a backtrace limit.
17662 * gdb.python/py-frame-inline.exp: Test running to an inline
17663 function with a backtrace limit, and printing the newest frame.
17664 * gdb.python/py-frame-inline.c (main): Call f.
17665
17666 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
17667
17668 * gdb.java/jnpe.exp: Drop srcdir from untested path.
17669
17670 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
17671
17672 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
17673 Drop prefix from unsupported source file path.
17674
17675 2014-04-17 Yao Qi <yao@codesourcery.com>
17676
17677 * lib/gdb.exp (with_target_charset): New proc.
17678 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
17679 with_target_charset.
17680 (test_print_strings): Likewise.
17681 (test_repeat_bytes): Likewise.
17682 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
17683 for some tests.
17684
17685 2014-04-16 Keith Seitz <keiths@redhat.com>
17686
17687 PR gdb/15827
17688 * gdb.dwarf2/corrupt.c: New file.
17689 * gdb.dwarf2/corrupt.exp: New file.
17690
17691 2014-04-16 Keith Seitz <keiths@redhat.com>
17692
17693 PR c++/16597
17694 * gdb.cp/namelessclass.cc: New file.
17695 * gdb.cp/namelessclass.exp: New file.
17696 * gdb.cp/namelessclass.S: New file.
17697
17698 2014-04-16 Doug Evans <dje@google.com>
17699
17700 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
17701 Add comment.
17702 (gdbserver_default_get_comm_port): New function.
17703 (gdbserver_start): Check if board file provided
17704 "gdbserver,get_comm_port" and use it if so.
17705 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
17706 (gdb,socketport): Set to "stdio".
17707 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
17708 (stdio_gdbserver_template): Delete.
17709 (${board}_get_remote_address): Update.
17710 (${board}_build_remote_cmd): Delete.
17711 (${board}_get_comm_port): New function.
17712 (${board}_spawn): Update.
17713 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
17714 Delete.
17715 (${board}_get_remote_address): Update.
17716 (${board}_get_comm_port): New function.
17717
17718 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
17719
17720 * gdb.base/memattr.exp: Improve regexps to handle memory regions
17721 appearing in any order.
17722
17723 2014-04-15 Doug Evans <dje@google.com>
17724
17725 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
17726 uninitialized value of "description".
17727
17728 2014-04-15 Keith Seitz <keiths@redhat.com>
17729
17730 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
17731 Remove unused globals.
17732 (test_running_the_program): Likewise.
17733 (test_controlled_execution): Likewise.
17734 (test_controlling_breakpoints): Likewise.
17735 (test_program_termination): Likewise.
17736
17737 2014-04-15 Keith Seitz <keiths@redhat.com>
17738
17739 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
17740 unused globals.
17741 (test_rbreak_creation_and_listing): Likewise.
17742 (test_ignore_count): Likewise.
17743 (test_error): Likewise.
17744
17745 2014-04-15 Pedro Alves <palves@redhat.com>
17746
17747 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
17748 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
17749 sym-file-loader.c.
17750 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
17751 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
17752 to sym-file-loader.c.
17753 (struct library): Forward declare.
17754 (load_shlib, lookup_function): Change prototypes.
17755 (find_shstrtab, find_strtab, find_shdr, find_symtab)
17756 (translate_offset): Remove declarations.
17757 (get_text_addr): New declaration.
17758 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
17759 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
17760 sym-file-loader.h.
17761 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
17762 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
17763 here from sym-file-loader.h.
17764 (struct library): New structure.
17765 (load_shlib, lookup_function): Change prototypes and adjust to
17766 work with a struct library.
17767 (find_shstrtab, find_strtab, find_shdr, find_symtab)
17768 (translate_offset): Make static.
17769 (get_text_addr): New function.
17770 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
17771
17772 2014-04-15 Pedro Alves <palves@redhat.com>
17773
17774 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
17775
17776 2014-04-15 Pedro Alves <palves@redhat.com>
17777
17778 * gdb.base/sym-file-loader.c: Include <limits.h>.
17779 (SELF_LINK): New define.
17780 (get_origin): New function.
17781 (load_shlib): Use it.
17782 * gdb.base/sym-file.exp: Don't early return if the target is
17783 remote. Use runto_main, and issue fail is that fails. Use
17784 gdb_load_shlibs.
17785 (shlib_name): Delete.
17786 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
17787
17788 2014-04-15 Pedro Alves <palves@redhat.com>
17789
17790 * gdb.base/sym-file.exp: Remove regex characters from test
17791 message. Don't refer to breakpoint numbers in test messages.
17792
17793 2014-04-14 Keith Seitz <keiths@redhat.com>
17794
17795 PR c++/16253
17796 * gdb.cp/var-tag.cc: New file.
17797 * gdb.cp/var-tag.exp: New file.
17798 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
17799 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
17800 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
17801 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
17802
17803 2014-04-14 Tom Tromey <tromey@redhat.com>
17804
17805 * gdb.cp/classes.exp (test_enums): Handle underlying type.
17806 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
17807 type.
17808 * gdb.cp/enum-class.exp: New file.
17809 * gdb.cp/enum-class.cc: New file.
17810
17811 2014-04-14 Tom Tromey <tromey@redhat.com>
17812
17813 * gdb.dwarf2/enum-type.exp: New file.
17814
17815 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17816
17817 * gdb.mi/mi-vla-c99.exp: New file.
17818 * gdb.mi/vla.c: New file.
17819
17820 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17821
17822 * gdb.base/vla-datatypes.c: New file.
17823 * gdb.base/vla-datatypes.exp: New file.
17824
17825 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17826
17827 * gdb.base/vla-ptr.c: New file.
17828 * gdb.base/vla-ptr.exp: New file.
17829
17830 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17831
17832 * gdb.dwarf2/count.exp: New file.
17833
17834 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17835
17836 * gdb.base/vla-sideeffect.c: New file.
17837 * gdb.base/vla-sideeffect.exp: New file.
17838
17839 2014-04-14 David Blaikie <dblaikie@gmail.com>
17840
17841 * gdb.mi/non-stop.c: Add return value for non-void function return
17842 statement.
17843 * gdb.threads/staticthreads.c: Ditto.
17844
17845 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
17846 Doug Evans <xdje42@gmail.com>
17847
17848 * gdb.guile/scm-value.c: Improve test case.
17849 * gdb.guile/scm-value.exp: Add new test.
17850
17851 2014-04-11 David Blaikie <dblaikie@gmail.com>
17852
17853 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
17854 override Clang's default.
17855
17856 2014-04-11 Joel Brobecker <brobecker@adacore.com>
17857
17858 Revert the following changes (regressions):
17859
17860 * gdb.base/vla-sideeffect.c: New file.
17861 * gdb.base/vla-sideeffect.exp: New file.
17862
17863 * gdb.dwarf2/count.exp: New file.
17864
17865 * gdb.base/vla-multi.c: New file.
17866 * gdb.base/vla-multi.exp: New file.
17867
17868 * gdb.base/vla-ptr.c: New file.
17869 * gdb.base/vla-ptr.exp: New file.
17870
17871 * gdb.base/vla-datatypes.c: New file.
17872 * gdb.base/vla-datatypes.exp: New file.
17873
17874 * gdb.mi/mi-vla-c99.exp: New file.
17875 * gdb.mi/vla.c: New file.
17876
17877 2014-04-11 Keith Seitz <keiths@redhat.com>
17878
17879 PR c++/16675
17880 * gdb.cp/cpsizeof.exp: New file.
17881 * gdb.cp/cpsizeof.cc: New file.
17882
17883 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17884
17885 * gdb.mi/mi-vla-c99.exp: New file.
17886 * gdb.mi/vla.c: New file.
17887
17888 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17889
17890 * gdb.base/vla-datatypes.c: New file.
17891 * gdb.base/vla-datatypes.exp: New file.
17892
17893 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17894
17895 * gdb.base/vla-ptr.c: New file.
17896 * gdb.base/vla-ptr.exp: New file.
17897
17898 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17899
17900 * gdb.base/vla-multi.c: New file.
17901 * gdb.base/vla-multi.exp: New file.
17902
17903 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17904
17905 * gdb.dwarf2/count.exp: New file.
17906
17907 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17908
17909 * gdb.base/vla-sideeffect.c: New file.
17910 * gdb.base/vla-sideeffect.exp: New file.
17911
17912 2014-04-11 Yao Qi <yao@codesourcery.com>
17913
17914 * gdb.base/completion.exp: Check file exists before running tests
17915 on file completion.
17916
17917 2014-04-10 Pedro Alves <palves@redhat.com>
17918
17919 * gdb.base/cond-eval-mode.c: New file.
17920 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
17921 prepare_for_testing to build the new file. Check result of
17922 runto_main.
17923 (test_break, test_watch): New procedures.
17924 (top level): Use them.
17925
17926 2014-04-08 Pierre Muller <muller@sourceware.org>
17927
17928 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
17929 Ctrl-V use for mingw hosts.
17930
17931 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
17932
17933 * gdb.python/py-value.c: Improve test case.
17934 * gdb.python/py-value.exp: Add new test.
17935
17936 2014-04-07 David Blaikie <dblaikie@gmail.com>
17937
17938 * lib/compiler.c: Identify the clang compiler.
17939 * lib/compiler.cc: Ditto.
17940
17941 2014-04-03 Yao Qi <yao@codesourcery.com>
17942
17943 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
17944
17945 2014-04-01 Anton Blanchard <anton@samba.org>
17946
17947 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
17948 messages unique.
17949
17950 2014-04-01 Anton Blanchard <anton@samba.org>
17951
17952 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
17953 prepare_for_testing.
17954
17955 2014-04-01 Anton Blanchard <anton@samba.org>
17956
17957 * gdb.arch/ppc64-atomic-inst.c: Remove.
17958 * gdb.arch/ppc64-atomic-inst.S: New file.
17959 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
17960
17961 2014-03-31 Doug Evans <dje@google.com>
17962
17963 * gdb.base/print-symbol-loading-lib.c: New file.
17964 * gdb.base/print-symbol-loading-main.c: New file.
17965 * gdb.base/print-symbol-loading.exp: New file.
17966
17967 2014-03-31 Yao Qi <yao@codesourcery.com>
17968
17969 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
17970
17971 2014-03-28 Joel Brobecker <brobecker@adacore.com>
17972
17973 * gdb.ada/mi_dyn_arr: New testcase.
17974
17975 2014-03-27 Doug Evans <dje@google.com>
17976
17977 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
17978
17979 2014-03-27 Yao Qi <yao@codesourcery.com>
17980
17981 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
17982 if target is nios2-*-*.
17983
17984 2014-03-26 Yao Qi <yao@codesourcery.com>
17985
17986 * lib/gdb.exp (readline_is_used): New proc.
17987 * gdb.base/completion.exp: Move tests on command complete up.
17988 Skip the rest of tests if readline is not used.
17989 * gdb.ada/complete.exp: Skp the test if readline is not
17990 used.
17991 * gdb.base/filesym.exp: Likewise.
17992 * gdb.base/macscp.exp: Likewise.
17993 * gdb.base/readline-ask.exp: Likewise.
17994 * gdb.base/readline.exp: Likewise.
17995 * gdb.python/py-cmd.exp: Likewise.
17996 * gdb.trace/tfile.exp: Likewise.
17997
17998 2014-03-26 Yao Qi <yao@codesourcery.com>
17999
18000 * gdb.base/macscp.exp: Fix code format issues.
18001
18002 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
18003
18004 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
18005 * gdb.asm/powerpc64le.inc: New file.
18006
18007 2014-03-25 Pedro Alves <palves@redhat.com>
18008 Doug Evans <dje@google.com>
18009
18010 * gdb.base/source-execution.c: New file.
18011 * gdb.base/source-execution.exp: New file.
18012 * gdb.base/source-execution.gdb: New file.
18013
18014 2014-03-24 Doug Evans <dje@google.com>
18015
18016 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
18017 using fission.
18018
18019 2014-03-24 Hui Zhu <hui@codesourcery.com>
18020 Pedro Alves <palves@redhat.com>
18021
18022 PR breakpoints/16101
18023 * gdb.base/dprintf.exp: Use unsupported rather than changing the
18024 test pass/fail messages. Detect missing support for dprintf when
18025 breakpoints are actually inserted.
18026 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
18027 breakpoints are actually inserted.
18028 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
18029 fails.
18030
18031 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
18032
18033 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
18034
18035 2014-03-22 Doug Evans <xdje42@gmail.com>
18036
18037 * gdb.python/python.exp (python not supported): Verify multi-line
18038 python command issues an error.
18039 * gdb.guile/guile.exp (guile not supported): Verify multi-line
18040 guile command issues an error.
18041
18042 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
18043
18044 * gdb.threads/thread-specific.exp: Handle the lack of usable
18045 $this_breakpoint and $this_thread.
18046
18047 2014-03-21 Hui Zhu <hui@codesourcery.com>
18048
18049 * gdb.base/attach.exp (do_command_attach_tests): New.
18050
18051 2014-03-20 Tom Tromey <tromey@redhat.com>
18052 Pedro Alves <palves@redhat.com>
18053
18054 PR cli/15718
18055 * gdb.base/condbreak-call-false.c: New file.
18056 * gdb.base/condbreak-call-false.exp: New file.
18057
18058 2014-03-20 Pedro Alves <palves@redhat.com>
18059
18060 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
18061 Delete.
18062 (block_signals, unblock_signals): Delete.
18063 (child_function_2, main): Remove references to deleted variable
18064 and functions.
18065
18066 2014-03-20 Pedro Alves <palves@redhat.com>
18067
18068 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
18069 Use pthread_kill to signal thread 2.
18070 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
18071 Adjust to make the test send itself a signal rather than using the
18072 host's "kill" command.
18073
18074 2014-03-20 Pedro Alves <palves@redhat.com>
18075
18076 * gdb.threads/multiple-step-overs.c: New file.
18077 * gdb.threads/multiple-step-overs.exp: New file.
18078 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
18079 Adjust expected infrun debug output.
18080
18081 2014-03-20 Pedro Alves <palves@redhat.com>
18082
18083 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
18084 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
18085
18086 2014-03-20 Pedro Alves <palves@redhat.com>
18087
18088 PR breakpoints/7143
18089 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
18090 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
18091 of gdb_test_multiple.
18092 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
18093 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
18094
18095 2014-03-20 Pedro Alves <palves@redhat.com>
18096
18097 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
18098 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
18099
18100 2014-03-19 Pedro Alves <palves@redhat.com>
18101
18102 * gdb.base/async.exp: Remove early return.
18103
18104 2014-03-19 Pedro Alves <palves@redhat.com>
18105
18106 * gdb.base/async.exp (step& tests): Pass explicit test messages.
18107
18108 2014-03-19 Pedro Alves <palves@redhat.com>
18109
18110 * gdb.base/async.exp (test_background): Expect \r\n after
18111 "completed." in the fail pattern.
18112
18113 2014-03-19 Pedro Alves <palves@redhat.com>
18114
18115 * gdb.base/async.exp (test_background): New procedure.
18116 Use it for all background execution command tests.
18117
18118 2014-03-19 Pedro Alves <palves@redhat.com>
18119
18120 * gdb.base/async.exp: Use prepare_for_testing.
18121
18122 2014-03-19 Pedro Alves <palves@redhat.com>
18123
18124 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
18125 the same line.
18126
18127 2014-03-19 Pedro Alves <palves@redhat.com>
18128
18129 * gdb.base/async.c (main): Add "jump here" and "until here" line
18130 marker comments.
18131 * gdb.base/async.exp (jump_here): New global.
18132 (jump& test): Use it.
18133 (until_here): New global.
18134 (until& test): Use it.
18135
18136 2014-03-19 Pedro Alves <palves@redhat.com>
18137
18138 * gdb.base/async.exp: Don't frob gdb_protocol.
18139
18140 2014-03-18 Doug Evans <xdje42@gmail.com>
18141
18142 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
18143 Fix spelling of exec-done-display.
18144
18145 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
18146
18147 PR gdb/15358
18148 * gdb.base/gdb-sigterm.c: New file.
18149 * gdb.base/gdb-sigterm.exp: New file.
18150
18151 2014-03-18 Pedro Alves <palves@redhat.com>
18152
18153 PR gdb/13860
18154 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
18155 * lib/mi-support.exp (mi_expect_stop): Add special handling for
18156 solib-event.
18157
18158 2014-03-17 Joel Brobecker <brobecker@adacore.com>
18159
18160 * gdb.ada/pckd_arr_ren: New testcase.
18161
18162 2014-03-13 Doug Evans <xdje42@gmail.com>
18163
18164 PR guile/16612
18165 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
18166 collect after discarding symbols.
18167
18168 2014-03-13 Ludovic Courtès <ludo@gnu.org>
18169 Doug Evans <xdje42@gmail.com>
18170
18171 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
18172 to history survives a gc.
18173
18174 2014-03-13 Pedro Alves <palves@redhat.com>
18175
18176 * gdb.base/default.exp: Don't test "target procfs".
18177
18178 2014-03-13 Pedro Alves <palves@redhat.com>
18179
18180 * gdb.base/default.exp: Update "target child" and "target procfs"
18181 tests to not expect "Unix".
18182
18183 2014-03-12 Tom Tromey <tromey@redhat.com>
18184
18185 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
18186 New procs. Add target-async tests.
18187 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
18188 Add target-async tests.
18189
18190 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18191
18192 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
18193 'func_start' and 'func_end' for the beginning and end of the
18194 function code, respectively.
18195 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
18196 'func_end' instead of 'func' and 'main'.
18197
18198 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18199
18200 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
18201 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
18202 generate the debug info assembler source.
18203
18204 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18205
18206 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
18207 * gdb.dwarf2/arr-subrange.exp: Likewise.
18208 * gdb.dwarf2/dwz.exp: Likewise.
18209 * gdb.dwarf2/method-ptr.exp: Likewise.
18210 * gdb.dwarf2/missing-sig-type.exp: Likewise.
18211 * gdb.dwarf2/subrange.exp: Likewise.
18212 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
18213 * gdb.dwarf2/implptrpiece.exp: Likewise.
18214 * gdb.dwarf2/nostaticblock.exp: Likewise.
18215
18216 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18217
18218 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
18219 directory to absolute path name arguments.
18220
18221 2014-03-10 Joel Brobecker <brobecker@adacore.com>
18222
18223 * gdb.ada/tagged_access: New testcase.
18224
18225 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
18226
18227 * gdb.btrace/data.exp: Update expected output.
18228
18229 2014-03-06 Yao Qi <yao@codesourcery.com>
18230
18231 * gdb.trace/pr16508.exp: New file.
18232
18233 2014-03-05 Pedro Alves <palves@redhat.com>
18234
18235 PR gdb/16575
18236 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
18237 procedure.
18238 (top level): Adjust to use it. Add tests that exercise breakpoint
18239 interaction with the code-cache.
18240
18241 2014-02-26 Ludovic Courtès <ludo@gnu.org>
18242
18243 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
18244 test for 'history-append!'.
18245
18246 2014-02-26 Joel Brobecker <brobecker@adacore.com>
18247
18248 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
18249 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
18250 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
18251 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
18252 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
18253 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
18254
18255 2014-02-26 Joel Brobecker <brobecker@adacore.com>
18256
18257 * testsuite/gdb.python/py-pp-re-notag.c: New file.
18258 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
18259 * testsuite/gdb.python/py-pp-re-notag.p: New file.
18260
18261 2014-02-26 Joel Brobecker <brobecker@adacore.com>
18262
18263 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
18264
18265 2014-02-26 Joel Brobecker <brobecker@adacore.com>
18266
18267 * gdb.dwarf2/arr-stride.c: New file.
18268 * gdb.dwarf2/arr-stride.exp: New file.
18269
18270 2014-02-26 Pedro Alves <palves@redhat.com>
18271
18272 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
18273 that won't ever trigger. Make sure that GDB reports the correct
18274 breakpoint that caused the stop.
18275
18276 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18277
18278 PR gdb/16626
18279 * gdb.base/auto-load-script: New file.
18280 * gdb.base/auto-load.c: New file.
18281 * gdb.base/auto-load.exp: New file.
18282
18283 PR gdb/16626
18284 * gdb.base/auto-load.exp: Fix out-of-srctree run.
18285
18286 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18287
18288 Fix dw2-icycle.exp -fsanitize=address GDB crash.
18289 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
18290
18291 2014-02-24 Doug Evans <dje@google.com>
18292
18293 * lib/gdb.exp (run_on_host): Log error output if program fails.
18294
18295 2014-02-21 Pedro Alves <palves@redhat.com>
18296
18297 * gdb.threads/step-after-sr-lock.c: Rename to ...
18298 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
18299 * gdb.threads/step-after-sr-lock.exp: Rename to ...
18300 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
18301 ... this.
18302
18303 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
18304
18305 PR tdep/16397
18306 * gdb.arch/amd64-stap-special-operands.exp: New file.
18307 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
18308 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
18309 * gdb.arch/amd64-stap-triplet.S: Likewise.
18310 * gdb.arch/amd64-stap-triplet.c: Likewise.
18311
18312 2014-02-20 Joel Brobecker <brobecker@adacore.com>
18313
18314 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
18315 in .section pseudo-op.
18316
18317 2014-02-20 lin zuojian <manjian2006@gmail.com>
18318 Joel Brobecker <brobecker@adacore.com>
18319 Doug Evans <xdje42@gmail.com>
18320
18321 PR symtab/16581
18322 * gdb.dwarf2/dw2-icycle.S: New file.
18323 * gdb.dwarf2/dw2-icycle.c: New file.
18324 * gdb.dwarf2/dw2-icycle.exp: New file.
18325
18326 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
18327
18328 * gdb.python/py-value-cc.cc: Improve test case to enable testing
18329 operations on gdb.Value objects.
18330 * gdb.python/py-value-cc.exp: Add new test to test operations on
18331 gdb.Value objects.
18332
18333 2014-02-18 Doug Evans <dje@google.com>
18334
18335 * Makefile.in (TESTS): New variable.
18336 (expanded_tests, expanded_tests_or_none): New variables
18337 (check-single): Pass $(expanded_tests_or_none) to runtest.
18338 (check-parallel): Only run tests in $(TESTS) if non-empty.
18339 (check/no-matching-tests-found): New rule.
18340 * README: Document TESTS makefile variable.
18341
18342 2014-02-18 Doug Evans <dje@google.com>
18343
18344 * Makefile.in (check-parallel): rm -rf outputs temp.
18345
18346 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
18347
18348 Fix "ERROR: no fileid for" in the testsuite.
18349 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
18350
18351 2014-02-12 Doug Evans <dje@google.com>
18352
18353 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
18354 (MISCELLANEOUS): New variable.
18355 (clean): rm -rf $(MISCELLANEOUS).
18356 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
18357 dwp live in the same directory as symlinks, with each symlink pointed
18358 to a differently named file in a different directory.
18359
18360 2014-02-11 Doug Evans <dje@google.com>
18361
18362 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
18363 of Tcl file commands.
18364
18365 2014-02-10 Mark Kettenis <kettenis@gnu.org>
18366
18367 * gdb.threads/step-after-sr-lock.exp: Avoid executing
18368 "kill -SIGUSR1 -1".
18369
18370 2014-02-10 Joel Brobecker <brobecker@adacore.com>
18371
18372 * gdb.ada/tick_length_array_enum_idx: New testcase.
18373
18374 2014-02-10 Doug Evans <xdje42@gmail.com>
18375
18376 * configure.ac (AC_OUTPUT): Add gdb.guile.
18377 * configure: Regenerate.
18378 * lib/gdb-guile.exp: New file.
18379 * lib/gdb.exp (get_target_charset): New function.
18380 * gdb.base/help.exp: Update expected output from "apropos apropos".
18381 * gdb.guile/Makefile.in: New file.
18382 * gdb.guile/guile.exp: New file.
18383 * gdb.guile/scm-arch.c: New file.
18384 * gdb.guile/scm-arch.exp: New file.
18385 * gdb.guile/scm-block.c: New file.
18386 * gdb.guile/scm-block.exp: New file.
18387 * gdb.guile/scm-breakpoint.c: New file.
18388 * gdb.guile/scm-breakpoint.exp: New file.
18389 * gdb.guile/scm-disasm.c: New file.
18390 * gdb.guile/scm-disasm.exp: New file.
18391 * gdb.guile/scm-equal.c: New file.
18392 * gdb.guile/scm-equal.exp: New file.
18393 * gdb.guile/scm-error.exp: New file.
18394 * gdb.guile/scm-error.scm: New file.
18395 * gdb.guile/scm-frame-args.c: New file.
18396 * gdb.guile/scm-frame-args.exp: New file.
18397 * gdb.guile/scm-frame-args.scm: New file.
18398 * gdb.guile/scm-frame-inline.c: New file.
18399 * gdb.guile/scm-frame-inline.exp: New file.
18400 * gdb.guile/scm-frame.c: New file.
18401 * gdb.guile/scm-frame.exp: New file.
18402 * gdb.guile/scm-generics.exp: New file.
18403 * gdb.guile/scm-gsmob.exp: New file.
18404 * gdb.guile/scm-iterator.c: New file.
18405 * gdb.guile/scm-iterator.exp: New file.
18406 * gdb.guile/scm-math.c: New file.
18407 * gdb.guile/scm-math.exp: New file.
18408 * gdb.guile/scm-objfile-script-gdb.in: New file.
18409 * gdb.guile/scm-objfile-script.c: New file.
18410 * gdb.guile/scm-objfile-script.exp: New file.
18411 * gdb.guile/scm-objfile.c: New file.
18412 * gdb.guile/scm-objfile.exp: New file.
18413 * gdb.guile/scm-ports.exp: New file.
18414 * gdb.guile/scm-pretty-print.c: New file.
18415 * gdb.guile/scm-pretty-print.exp: New file.
18416 * gdb.guile/scm-pretty-print.scm: New file.
18417 * gdb.guile/scm-section-script.c: New file.
18418 * gdb.guile/scm-section-script.exp: New file.
18419 * gdb.guile/scm-section-script.scm: New file.
18420 * gdb.guile/scm-symbol.c: New file.
18421 * gdb.guile/scm-symbol.exp: New file.
18422 * gdb.guile/scm-symtab-2.c: New file.
18423 * gdb.guile/scm-symtab.c: New file.
18424 * gdb.guile/scm-symtab.exp: New file.
18425 * gdb.guile/scm-type.c: New file.
18426 * gdb.guile/scm-type.exp: New file.
18427 * gdb.guile/scm-value-cc.cc: New file.
18428 * gdb.guile/scm-value-cc.exp: New file.
18429 * gdb.guile/scm-value.c: New file.
18430 * gdb.guile/scm-value.exp: New file.
18431 * gdb.guile/source2.scm: New file.
18432 * gdb.guile/types-module.cc: New file.
18433 * gdb.guile/types-module.exp: New file.
18434
18435 2014-02-10 Yao Qi <yao@codesourcery.com>
18436
18437 PR testsuite/16543
18438 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
18439 * configure: Regenerated.
18440 * Makefile.in: New file.
18441
18442 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
18443
18444 * gdb.python/py-framefilter.exp: Fix typo.
18445
18446 2014-02-08 Yao Qi <yao@codesourcery.com>
18447
18448 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
18449 that no =breakpoint-modified is emitted when breakpoints are
18450 modified through MI commands.
18451
18452 2014-02-07 Pedro Alves <pedro@codesourcery.com>
18453 Pedro Alves <palves@redhat.com>
18454
18455 * gdb.threads/step-after-sr-lock.c: New file.
18456 * gdb.threads/step-after-sr-lock.exp: New file.
18457
18458 2014-02-07 Pedro Alves <palves@redhat.com>
18459
18460 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
18461
18462 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
18463
18464 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
18465 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
18466
18467 2014-02-06 Doug Evans <xdje42@gmail.com>
18468
18469 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
18470 output.
18471
18472 * gdb.gdb/python-interrupts.exp: New file.
18473
18474 2014-02-05 Yao Qi <yao@codesourcery.com>
18475
18476 * gdb.trace/report.exp (use_collected_data): Test the output
18477 of "info threads" and "info inferiors".
18478
18479 2014-02-05 Yao Qi <yao@codesourcery.com>
18480
18481 Revert this patch:
18482
18483 2013-05-24 Yao Qi <yao@codesourcery.com>
18484
18485 * gdb.trace/tfile.exp: Test inferior and thread.
18486
18487 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18488
18489 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
18490 on a function.
18491 * gdb.base/step-bt.c: Call hello via function pointer to make
18492 sure its first instruction is executed on powerpc64le-linux.
18493
18494 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18495
18496 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
18497
18498 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18499
18500 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
18501 of the test patterns for use on little-endian systems.
18502
18503 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18504
18505 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
18506 (decimal_vector): Fix for little-endian.
18507
18508 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
18509
18510 * gdb.arch/sparc-sysstep.exp: New file.
18511 * gdb.arch/sparc-sysstep.c: Likewise.
18512
18513 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
18514
18515 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18516
18517 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
18518
18519 2014-01-23 Tom Tromey <tromey@redhat.com>
18520
18521 * gdb.ada/array_char_idx: New testcase.
18522
18523 2014-01-23 Tom Tromey <tromey@redhat.com>
18524
18525 PR python/16487:
18526 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
18527 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
18528 classes.
18529
18530 2014-01-23 Tom Tromey <tromey@redhat.com>
18531
18532 PR python/16491:
18533 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
18534 string from an inferior frame.
18535 * gdb.python/py-framefilter-mi.exp: Update.
18536
18537 2014-01-22 Doug Evans <dje@google.com>
18538
18539 * gdb.server/server-mon.exp: Add tests for "set debug-format".
18540
18541 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18542
18543 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
18544
18545 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18546
18547 * gdb.trace/entry-values.exp: Remove excess space character from
18548 regex patterns. Handle s390 call instruction.
18549
18550 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18551
18552 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
18553 define "*_start" label. Make "name" static.
18554 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
18555 ${name} by references to ${name}_start.
18556
18557 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18558
18559 * gdb.base/info-macros.exp: Remove "debug" from the compile
18560 options.
18561
18562 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18563
18564 * gdb.dlang/demangle.exp: New file.
18565
18566 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18567
18568 * gdb.dlang/primitive-types.exp: New file.
18569
18570 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18571
18572 * configure.ac: Create gdb.dlang/Makefile.
18573 * configure: Regenerate.
18574 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
18575 * gdb.dlang/Makefile.in: New file.
18576 * lib/d-support.exp: New file.
18577 * lib/gdb.exp (skip_d_tests): New proc.
18578
18579 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18580
18581 * gdb.btrace/delta.exp: Check reverse stepi.
18582 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
18583 * gdb.btrace/finish.exp: New.
18584 * gdb.btrace/next.exp: New.
18585 * gdb.btrace/nexti.exp: New.
18586 * gdb.btrace/record_goto.c: Add comments.
18587 * gdb.btrace/step.exp: New.
18588 * gdb.btrace/stepi.exp: New.
18589 * gdb.btrace/multi-thread-step.c: New.
18590 * gdb.btrace/multi-thread-step.exp: New.
18591 * gdb.btrace/rn-dl-bind.c: New.
18592 * gdb.btrace/rn-dl-bind.exp: New.
18593 * gdb.btrace/data.c: New.
18594 * gdb.btrace/data.exp: New.
18595 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
18596
18597 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18598
18599 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
18600 * gdb.btrace/exception.exp: Update.
18601 * gdb.btrace/instruction_history.exp: Update.
18602 * gdb.btrace/record_goto.exp: Update.
18603 * gdb.btrace/tailcall.exp: Update.
18604 * gdb.btrace/unknown_functions.exp: Update.
18605 * gdb.btrace/delta.exp: New.
18606
18607 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18608
18609 * gdb.btrace/record_goto.exp: Add backtrace test.
18610 * gdb.btrace/tailcall.exp: Add backtrace test.
18611
18612 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18613
18614 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
18615 * gdb.btrace/record_goto.c: New.
18616 * gdb.btrace/record_goto.exp: New.
18617 * gdb.btrace/x86-record_goto.S: New.
18618
18619 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18620
18621 * gdb.btrace/function_call_history.exp: Update tests.
18622 * gdb.btrace/instruction_history.exp: Update tests.
18623
18624 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18625
18626 * gdb.btrace/function_call_history.exp: Fix expected field
18627 order for "record function-call-history".
18628 Add new tests for "record function-call-history /c".
18629 * gdb.btrace/exception.cc: New.
18630 * gdb.btrace/exception.exp: New.
18631 * gdb.btrace/tailcall.exp: New.
18632 * gdb.btrace/x86-tailcall.S: New.
18633 * gdb.btrace/x86-tailcall.c: New.
18634 * gdb.btrace/unknown_functions.c: New.
18635 * gdb.btrace/unknown_functions.exp: New.
18636 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
18637
18638 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18639
18640 * gdb.btrace/instruction_history.exp: Update.
18641 * gdb.btrace/function_call_history.exp: Update.
18642
18643 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18644
18645 * gdb.btrace/function_call_history.exp: Fix expected function
18646 trace.
18647 * gdb.btrace/instruction_history.exp: Initialize traced.
18648 Remove traced_functions.
18649
18650 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18651
18652 * gdb.btrace/function_call_history.exp: Update
18653 * gdb.btrace/instruction_history.exp: Update.
18654
18655 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18656
18657 * gdb.btrace/enable.exp: Update expected text.
18658
18659 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
18660
18661 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
18662 bytes.
18663
18664 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
18665
18666 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
18667
18668 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
18669
18670 * lib/gdb.exp (supports_process_record): Return true for
18671 arm*-linux*. (supports_reverse): Likewise.
18672
18673 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
18674
18675 PR python/15464
18676 PR python/16113
18677 * gdb.python/py-type.c: Enhance test case.
18678 * gdb.python/py-value-cc.cc: Likewise
18679 * gdb.python/py-type.exp: Add new tests.
18680 * gdb.python/py-value-cc.exp: Likewise
18681
18682 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
18683 Pedro Alves <palves@redhat.com>
18684
18685 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
18686 Make "name" extern.
18687 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
18688 references to ${name}_start by references to ${name}.
18689
18690 2014-01-10 Joel Brobecker <brobecker@adacore.com>
18691
18692 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
18693
18694 2014-01-10 Joel Brobecker <brobecker@adacore.com>
18695
18696 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
18697
18698 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
18699 Pedro Alves <palves@redhat.com>
18700
18701 * gdb.mi/mi-info-os.exp: Connect to the target with
18702 mi_gdb_target_load.
18703
18704 2014-01-08 Pedro Alves <palves@redhat.com>
18705
18706 * gdb.threads/reconnect-signal.c: New file.
18707 * gdb.threads/reconnect-signal.exp: New file.
18708
18709 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
18710
18711 * gdb.base/source-dir.exp: New file.
18712
18713 2014-01-07 Joel Brobecker <brobecker@adacore.com>
18714
18715 * gdb.ada/mi_interface: New testcase.
18716
18717 2014-01-07 Joel Brobecker <brobecker@adacore.com>
18718
18719 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
18720 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
18721 gdb.ada/pp-rec-component/pck.ads: New files.
18722
18723 2014-01-07 Joel Brobecker <brobecker@adacore.com>
18724
18725 * gdb.python/py-pp-integral.c: New file.
18726 * gdb.python/py-pp-integral.py: New file.
18727 * gdb.python/py-pp-integral.exp: New file.
18728
18729 For older changes see ChangeLog-1993-2013.
18730 \f
18731 ;; Local Variables:
18732 ;; mode: change-log
18733 ;; left-margin: 8
18734 ;; fill-column: 74
18735 ;; version-control: never
18736 ;; End:
18737
18738 Copyright 2014-2020 Free Software Foundation, Inc.
18739 Copying and distribution of this file, with or without modification,
18740 are permitted provided the copyright notice and this notice are preserved.
This page took 0.463568 seconds and 4 git commands to generate.