[gdb/testsuite] Set language in gdb.ada/minsym.exp
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2020-03-11 Tom de Vries <tdevries@suse.de>
2
3 * gdb.ada/minsyms.exp: Set language to ada.
4
5 2020-03-11 Tom de Vries <tdevries@suse.de>
6
7 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
8
9 2020-03-11 Tom de Vries <tdevries@suse.de>
10
11 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
12
13 2020-03-11 Tom Tromey <tromey@adacore.com>
14
15 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
16
17 2020-03-11 Tom de Vries <tdevries@suse.de>
18
19 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
20
21 2020-03-11 Tom de Vries <tdevries@suse.de>
22
23 * gdb.base/break-interp.exp: Limit verbose scope.
24
25 2020-03-11 Tom de Vries <tdevries@suse.de>
26
27 * gdb.fortran/logical.f90: Define variable with character type.
28 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
29
30 2020-03-11 Tom de Vries <tdevries@suse.de>
31
32 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
33
34 2020-03-11 Tom de Vries <tdevries@suse.de>
35
36 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
37 symtabs.
38
39 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
40 Bernd Edlinger <bernd.edlinger@hotmail.de>
41
42 * gdb.cp/step-and-next-inline.cc: New file.
43 * gdb.cp/step-and-next-inline.exp: New file.
44 * gdb.cp/step-and-next-inline.h: New file.
45 * gdb.dwarf2/dw2-is-stmt.c: New file.
46 * gdb.dwarf2/dw2-is-stmt.exp: New file.
47 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
48 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
49 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
50
51 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
52
53 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
54 is-stmt flag in the line table.
55
56 2020-03-09 Tom de Vries <tdevries@suse.de>
57
58 * lib/gdb.exp (cached_file): Create cache dir.
59
60 2020-03-07 Tom de Vries <tdevries@suse.de>
61
62 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
63 * gdb.cp/rvalue-ref-params.exp: Same.
64
65 2020-03-06 Tom de Vries <tdevries@suse.de>
66
67 * lib/gdb.exp (tentative_rename, cached_file): New proc.
68 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
69
70 2020-03-06 Tom de Vries <tdevries@suse.de>
71
72 * README: Fix "the the".
73 * gdb.base/dprintf.exp: Same.
74
75 2020-03-05 Tom de Vries <tdevries@suse.de>
76
77 * gdb.base/maint.exp: Update "main print statistics" expected output.
78
79 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
80
81 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
82 (fortran_int8): Likewise.
83 (fortran_real4): Likewise.
84 (fortran_real8): Likewise.
85 (fortran_complex4): Likewise.
86 (fortran_logical4): Likewise.
87 (fortran_character1): Likewise.
88
89 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
90
91 * gdb.fortran/logical.exp: Add tests that any non-zero value is
92 printed as true.
93
94 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
95
96 * gdb.base/printcmds.exp: Add test to verify printf of a
97 variable holding an address.
98
99 2020-03-03 Tom de Vries <tdevries@suse.de>
100
101 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
102
103 2020-03-03 Tom de Vries <tdevries@suse.de>
104
105 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
106 gdb_test_multiple call.
107
108 2020-03-03 Tom de Vries <tdevries@suse.de>
109
110 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
111 gdb_test_multiple calls.
112
113 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
114
115 * gdb.base/default.exp: Remove test of 'set history filename'.
116 * gdb.base/gdbinit-history.exp: Add tests for setting the history
117 filename to the empty string.
118 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
119 and GDBHISTSIZE.
120
121 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
122
123 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
124 disabled.
125
126 2020-03-02 Pedro Alves <palves@redhat.com>
127 Tom de Vries <tdevries@suse.de>
128
129 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
130 -prompt prefix, before user_code argument. Add -lbl option likewise.
131 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
132 (gdb_is_target_1): Add -prompt prefix and move to before user_code
133 argument.
134 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
135 have "\r\n" at start-of-line, instead of at end-of-line.
136
137 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
138
139 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
140 libinproctrace.so.
141
142 2020-02-28 Luis Machado <luis.machado@linaro.org>
143
144 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
145 to "p/x".
146
147 2020-02-28 Luis Machado <luis.machado@linaro.org>
148
149 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
150 asm/ptrace.h and error.h.
151
152 2020-02-28 Tom de Vries <tdevries@suse.de>
153
154 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
155 (struct wrapper, do_something, mundane/symada__cS): Move ...
156 * gdb.base/c-linkage-name-2.c: ... here. New source file.
157 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
158 Update "print symada__cS before partial symtab expansion" regexp.
159 Update breakpoint location. Flush symbol cache after expansion.
160
161 2020-02-28 Luis Machado <luis.machado@linaro.org>
162
163 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
164
165 2020-02-27 Tom de Vries <tdevries@suse.de>
166
167 * config/sid.exp: Remove unused globals.
168 * gdb.base/attach.exp: Same.
169 * gdb.base/catch-load.exp: Same.
170 * gdb.base/dbx.exp: Same.
171 * lib/gdb.exp: Same.
172 * lib/mi-support.exp: Same.
173 * lib/prompt.exp: Same.
174
175 2020-02-27 Tom de Vries <tdevries@suse.de>
176
177 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
178 not set.
179
180 2020-02-26 Aaron Merey <amerey@redhat.com>
181
182 * gdb.debuginfod: New directory for debuginfod tests.
183 * gdb.debuginfod/main.c: New test file.
184 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
185
186 2020-02-26 Tom de Vries <tdevries@suse.de>
187
188 PR gdb/25603
189 * gdb.base/persistent-lang.cc: New test.
190 * gdb.base/persistent-lang.exp: New file.
191
192 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
193
194 * gdb.fortran/derived-type-striding.exp: Add a new test.
195 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
196 new test.
197
198 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
199
200 * gdb.base/cached-source-file.exp: Avoid source file paths in test
201 names.
202
203 2020-02-25 Tom de Vries <tdevries@suse.de>
204
205 PR go/18926
206 * gdb.go/methods.exp: Remove gcc/93866 xfail.
207
208 2020-02-24 Tom de Vries <tdevries@suse.de>
209
210 PR gdb/25592
211 * gdb.base/info-locals-unused-static-var.c: New test.
212 * gdb.base/info-locals-unused-static-var.exp: New file.
213
214 2020-02-22 Tom Tromey <tom@tromey.com>
215
216 * gdb.python/tui-window.exp: New file.
217 * gdb.python/tui-window.py: New file.
218
219 2020-02-22 Tom Tromey <tom@tromey.com>
220
221 PR tui/17850:
222 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
223 tests.
224
225 2020-02-22 Tom Tromey <tom@tromey.com>
226
227 * gdb.tui/new-layout.exp: Add sub-layout tests.
228
229 2020-02-22 Tom Tromey <tom@tromey.com>
230
231 * gdb.tui/new-layout.exp: New file.
232
233 2020-02-22 Tom Tromey <tom@tromey.com>
234
235 * gdb.rust/rust-style.rs: New file.
236 * gdb.rust/rust-style.exp: New file.
237 * gdb.base/style.exp: Test structure printing.
238 * gdb.base/style.c (struct some_struct): New type.
239 (enum etype): New type.
240 (struct_value): New global.
241
242 2020-02-21 Tom de Vries <tdevries@suse.de>
243
244 PR go/18926
245 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
246 Remove blanket xfails. Use message argument for gdb_breakpoint.
247 Make continuing to breakpoint test conditional on setting breakpoint.
248 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
249 DW_AT_name attribute. Add xfail for GCC PR93866.
250
251 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
252
253 * gdb.dwarf2/cpp-linkage-name.c: New file.
254 * gdb.dwarf2/cpp-linkage-name.exp: New file.
255
256 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
257
258 * lib/gdb.exp (gdb_wrapper_init): Reset
259 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
260 not exist.
261
262 2020-02-20 Tom de Vries <tdevries@suse.de>
263
264 PR go/17018
265 * gdb.go/hello.exp: Copy ...
266 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
267 print of st to print value of global definition. Add xfail for GCC
268 PR93844.
269 * gdb.go/hello.exp: Remove printing of st before definition.
270 * gdb.go/hello.go: Copy ...
271 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
272 to st.
273 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
274
275 2020-02-20 Tom de Vries <tdevries@suse.de>
276
277 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
278 (gdb_simple_compile): Handle compile_flags go by using .go extension
279 for source file.
280 * gdb.go/chan.exp: Use support_go_compile.
281 * gdb.go/handcall.exp: Same.
282 * gdb.go/hello.exp: Same.
283 * gdb.go/integers.exp: Same.
284 * gdb.go/max-depth.exp: Same.
285 * gdb.go/methods.exp: Same.
286 * gdb.go/package.exp: Same.
287 * gdb.go/strings.exp: Same.
288 * gdb.go/types.exp: Same.
289 * gdb.go/unsafe.exp: Same.
290
291 2020-02-19 Tom de Vries <tdevries@suse.de>
292
293 * gdb.python/lib-types.exp: Make xfail more strict.
294
295 2020-02-19 Tom de Vries <tdevries@suse.de>
296
297 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
298
299 2020-02-19 Doug Evans <dje@google.com>
300
301 PR rust/25535
302 * gdb.rust/simple.exp: Add test.
303 * gdb.rust/simple.rs: Add test.
304
305 2020-02-19 Tom de Vries <tdevries@suse.de>
306
307 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
308 output line-by-line.
309
310 2020-02-19 Tom de Vries <tdevries@suse.de>
311
312 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
313
314 2020-02-19 Tom de Vries <tdevries@suse.de>
315
316 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
317 prelink.
318
319 2020-02-19 Tom de Vries <tdevries@suse.de>
320
321 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
322 (gdb_do_cache): Use gdb_do_cache_wrap.
323 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
324
325 2020-02-19 Tom de Vries <tdevries@suse.de>
326
327 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
328 gdb_compile option.
329
330 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
331
332 * gdb.base/printcmds.exp (test_print_enums): Update expected
333 output.
334
335 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
336
337 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
338 for "unknown".
339
340 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
341
342 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
343 enumerator.
344
345 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
346
347 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
348 FE_, add FE_NONE.
349 (three): Update.
350 (enum flag_enum_without_zero): New enum.
351 (flag_enum_without_zero): New variable.
352 (enum not_flag_enum): New enum.
353 (three_not_flag): New variable.
354 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
355 (test_print_enums): Add more tests for printing flag enums.
356
357 2020-02-18 Tom de Vries <tdevries@suse.de>
358
359 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
360 (gdb_compile_ada): ... here.
361 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
362 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
363
364 2020-02-14 Tom Tromey <tom@tromey.com>
365
366 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
367 build directory.
368 * boards/gdbserver-base.exp: Update path to gdbserver.
369
370 2020-02-13 Tom de Vries <tdevries@suse.de>
371
372 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
373
374 2020-02-13 Tom de Vries <tdevries@suse.de>
375
376 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
377 are missing.
378
379 2020-02-13 Tom de Vries <tdevries@suse.de>
380
381 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
382 call.
383
384 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
385
386 PR tui/25126
387 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
388 * gdb.base/cached-source-file.c: New file.
389 * gdb.base/cached-source-file.exp: New file.
390
391 2020-02-11 Tom de Vries <tdevries@suse.de>
392
393 PR testsuite/25488
394 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
395
396 2020-02-10 Tom de Vries <tdevries@suse.de>
397
398 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
399
400 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
401
402 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
403 and $after_addr are both integers before making a comparison.
404
405 2020-02-09 Tom de Vries <tdevries@suse.de>
406
407 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
408 command output and paste it into gdb.log. If any, paste catch message
409 to gdb.log.
410
411 2020-02-07 Tom Tromey <tromey@adacore.com>
412
413 PR breakpoints/24915:
414 * gdb.base/annotate-symlink.exp: Use setup_xfail.
415
416 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
417
418 * gdb.tui/tui-missing-src.exp: Add the "missing source
419 file" test for the TUI.
420
421 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
422
423 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
424 including a port number in the output.
425
426 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
427
428 * lib/fortran.exp (fortran_int4): Handle clang.
429 (fortran_int8): Likewise.
430 (fortran_real4): Likewise.
431 (fortran_real8): Likewise.
432 (fortran_complex4): Likewise.
433 (fortran_logical4): Likewise.
434 (fortran_character1): Likewise.
435
436 2020-02-04 Tom de Vries <tdevries@suse.de>
437
438 * README (Race detection): Add note.
439
440 2020-02-04 Tom de Vries <tdevries@suse.de>
441
442 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
443
444 2020-02-04 Tom de Vries <tdevries@suse.de>
445
446 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
447
448 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
449
450 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
451 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
452 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
453 blttar, bnetarl.
454 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
455 binary for blttar, bnetarl.
456 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
457 wait instruction. Delete ldmx test.
458 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
459
460 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
461
462 * gdb.fortran/array-bounds-high.exp: New file.
463 * gdb.fortran/array-bounds-high.f90: New file.
464
465 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
466
467 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
468 Replace #include of <sys/fcntl.h> by <fcntl.h>.
469
470 2020-02-01 Tom de Vries <tdevries@suse.de>
471
472 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
473
474 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
475
476 PR tui/9765
477 * gdb.tui/tui-layout-asm-short-prog.S: New file.
478 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
479
480 2020-01-29 Luis Machado <luis.machado@linaro.org>
481
482 * gdb.arch/aarch64-brk-patterns.c: New source file.
483 * gdb.arch/aarch64-brk-patterns.exp: New test.
484
485 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
486
487 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
488 GCC/Clang version.
489 * gdb.cp/pass-by-ref.exp: Ditto.
490
491 2020-01-29 Tom de Vries <tdevries@suse.de>
492
493 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
494 * gdb.threads/watchpoint-fork-mt.c: Same.
495 * gdb.threads/watchpoint-fork-parent.c: Same.
496 * gdb.threads/watchpoint-fork-st.c: Same.
497 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
498
499 2020-01-27 Luis Machado <luis.machado@linaro.org>
500
501 * gdb.base/step-over-syscall.exp (setup): Check if we're already
502 sitting at a syscall instruction when we hit the syscall function's
503 breakpoint.
504 Check PC against one obtained with the x command.
505 Validate syscall number.
506 (step_over_syscall): Don't continue to the syscall instruction if
507 we're already there.
508
509 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
510
511 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
512
513 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
514
515 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
516 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
517
518 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
519
520 * gdb.dwarf2/dw2-inline-stepping.c: New file.
521 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
522
523 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
524
525 * gdb.base/maint.exp: Update line table parsing test.
526 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
527
528 2020-01-24 Pedro Alves <palves@redhat.com>
529
530 PR gdb/25410
531 * gdb.multi/multi-re-run-1.c: New.
532 * gdb.multi/multi-re-run-2.c: New.
533 * gdb.multi/multi-re-run.exp: New.
534
535 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
536
537 PR gdb/23718
538 * gdb.server/server-kill-python.exp: New file.
539
540 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
541
542 * gdb.server/multi-ui-errors.c: New file.
543 * gdb.server/multi-ui-errors.exp: New file.
544
545 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
546
547 PR tui/9765
548 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
549
550 2020-01-19 Tom Tromey <tom@tromey.com>
551
552 * gdb.tui/main.exp: Add check for plain "file".
553
554 2020-01-16 Christian Biesinger <cbiesinger@google.com>
555
556 * lib/gdb.exp: Fix spelling error (seperatelly).
557
558 2020-01-14 Tom Tromey <tom@tromey.com>
559
560 PR symtab/12535:
561 * gdb.python/python.exp: Test decode_line with empty string
562 argument.
563
564 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
565
566 * gdb.base/skip-inline.exp: Extend test.
567
568 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
569
570 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
571 * gdb.dwarf2/dw2-bad-elf.c: New file.
572 * gdb.dwarf2/dw2-bad-elf.exp: New file.
573
574 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
575
576 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
577 _line_saw_file.
578
579 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
580
581 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
582 border.
583
584 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
585
586 * gdb.multi/multi-target.exp (setup): Factor out "info
587 connections" and "info inferiors" tests to ...
588 (test_info_inferiors): ... this new procedure.
589 (top level): Run new "info-inferiors" tests.
590
591 2020-01-10 Pedro Alves <palves@redhat.com>
592
593 * gdb.server/bkpt-other-inferior.exp: New file.
594
595 2020-01-10 Pedro Alves <palves@redhat.com>
596
597 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
598 of "add-inferior".
599 * gdb.base/quit-live.exp: Likewise.
600 * gdb.base/remote-exec-file.exp: Likewise.
601 * gdb.guile/scm-progspace.exp: Likewise.
602 * gdb.linespec/linespec.exp: Likewise.
603 * gdb.mi/new-ui-mi-sync.exp: Likewise.
604 * gdb.mi/user-selected-context-sync.exp: Likewise.
605 * gdb.multi/multi-target.exp (setup): Add "info connection" and
606 "info inferiors" tests.
607 * gdb.multi/remove-inferiors.exp: Adjust expected output of
608 "add-inferior".
609 * gdb.multi/watchpoint-multi.exp: Likewise.
610 * gdb.python/py-inferior.exp: Likewise.
611 * gdb.server/extended-remote-restart.exp: Likewise.
612 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
613 "info inferiors".
614 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
615 * gdb.trace/report.exp: Likewise.
616
617 2020-01-10 Pedro Alves <palves@redhat.com>
618
619 * gdb.multi/multi-target.c: New file.
620 * gdb.multi/multi-target.exp: New file.
621 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
622 mode requested, but remote does not support non-stop".
623
624 2020-01-10 Pedro Alves <palves@redhat.com>
625
626 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
627 disconnect before reconnecting.
628
629 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
630 Pedro Alves <palves@redhat.com>
631
632 * gdb.server/connect-without-multi-process.exp: Also test
633 continuing to end.
634
635 2020-01-10 Pedro Alves <palves@redhat.com>
636
637 * gdb.base/remote-exec-file.exp: New file.
638
639 2020-01-10 Pedro Alves <palves@redhat.com>
640
641 * gdb.base/fork-running-state.exp (do_test): Adjust expected
642 output.
643 * gdb.threads/async.c: New.
644 * gdb.threads/async.exp: New.
645 * gdb.multi/tids-gid-reset.c: New.
646 * gdb.multi/tids-gid-reset.exp: New.
647
648 2020-01-10 George Barrett <bob@bob131.so>
649
650 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
651 to help in finding the image relocation offset.
652 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
653 options in arguments.
654 (stap_test_no_debuginfo): Likewise.
655 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
656 test variants.
657 (stap_test): Add null semaphore relocation test.
658
659 2020-01-10 George Barrett <bob@bob131.so>
660
661 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
662 * gdb.base/stap-probe.exp: Likewise.
663 (stap_test): Pass argument as an additional flag.
664 (stap_test_no_debuginfo): Likewise.
665 (stap_test): Check `info probes stap' output for semaphore
666 addresses if the test binary is supposed to have them.
667
668 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
669
670 * gdb.tui/basic.exp: Add more scrolling tests.
671
672 2020-01-09 Tom Tromey <tom@tromey.com>
673
674 PR tui/18932:
675 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
676 meangingful value.
677 (Term::command, Term::resize): Update.
678 * gdb.tui/basic.exp: Add scrolling test.
679
680 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
681
682 * gdb.tui/tui-layout-asm.exp: New file.
683
684 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
685
686 * lib/tuiterm.exp (Term::check_box_contents): New proc.
687
688 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
689
690 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
691 (Term::enter_tui): Use Term::prepare_for_tui.
692
693 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
694
695 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
696 called.
697
698 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
699
700 * gdb.base/skip.exp: Fix race condition in test.
701
702 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
703
704 * gdb.base/backtrace.c: New file.
705 * gdb.base/backtrace.exp: New file.
706
707 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
708
709 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
710
711 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
712
713 * gdb.base/style.exp: Test that warnings are styled.
714
715 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
716
717 * gdb.base/line65535.exp: New file.
718 * gdb.base/line65535.c: New file.
719
720 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
721
722 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
723 * lib/gnat_debug_info_test.adb: New file.
724 * gdb.ada/ptype_tagged_param.exp: Use
725 gnat_runtime_has_debug_info, expect a different output if
726 runtime does not have debug info.
727
728 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
729
730 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
731 (another) quote in test name.
732
733 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
734
735 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
736 Add quote in test name.
737
738 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
739
740 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
741 directory instead.
742 * gdb.cp/pass-by-ref.exp: Extend with more cases.
743 * gdb.cp/pass-by-ref-2.cc: New file.
744 * gdb.cp/pass-by-ref-2.exp: New file.
745
746 2019-12-20 Tom Tromey <tom@tromey.com>
747
748 * gdb.tui/list-before.exp: New file.
749
750 2019-12-20 Tom Tromey <tom@tromey.com>
751
752 * gdb.tui/list.exp: Check for source on initial listing.
753
754 2019-12-11 Tom Tromey <tromey@adacore.com>
755
756 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
757 Add crlf test.
758
759 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
760
761 * gdb.base/default.exp: Update value of $_gdb_major.
762
763 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
764
765 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
766
767 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
768
769 * gdb.base/skip.exp: Whitespace fix.
770
771 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
772
773 * gdb.base/skip-inline.c: New file.
774 * gdb.base/skip-inline.exp: New file.
775
776 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
777
778 * gdb.base/jit-reader.exp (jit_reader_test): Rename
779 jit_function_00 to jit_function_stack_mangle.
780 * gdb.base/jithost.c (jit_function_t): Rename to...
781 (jit_function_stack_mangle_t): ... this.
782 (jit_function_add_t): New typedef.
783 (jit_function_00_code): Rename to...
784 (jit_function_stack_mangle_code): ... this, make static.
785 (jit_function_add_code): New.
786 (main): Generate "add" function and call it. Adjust to changes
787 in jithost_abi.
788 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
789 (struct jithost_abi) <begin, end>: Remove fields.
790 <object, function_stack_mangle, function_add>: New fields.
791 * gdb.base/jitreader.c (struct reader_state) <code_begin,
792 code_end>: Remove fields.
793 <func_stack_mangle>: New field.
794 (read_debug_info): Adjust to renaming, create block for "add"
795 function.
796 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
797
798 2019-12-11 Tom Tromey <tom@tromey.com>
799
800 * gdb.tui/resize.exp: Fix regexp.
801 * gdb.tui/regs.exp: Fix regexps.
802 * gdb.tui/main.exp: Fix regexp.
803
804 2019-12-11 Tom Tromey <tom@tromey.com>
805
806 * gdb.tui/resize.exp: Update.
807 * gdb.tui/empty.exp (layouts): Update.
808
809 2019-12-11 Tom Tromey <tom@tromey.com>
810
811 * gdb.tui/regs.exp: Update.
812 * gdb.tui/empty.exp (layouts): Update.
813 * gdb.tui/basic.exp: Update.
814 * lib/tuiterm.exp (_check_box): Don't check bottom border.
815
816 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
817
818 * gdb.base/options.exp: Add -raw-values in the print completion list.
819 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
820
821 2019-12-10 Kevin Buettner <kevinb@redhat.com>
822
823 * gdb.threads/omp-par-scope.c: New file.
824 * gdb/threads/omp-par-scope.exp: New file.
825
826 2019-12-10 Kevin Buettner <kevinb@redhat.com>
827
828 * lib/gdb.exp (support_nested_function_tests): New proc.
829
830 2019-12-10 Kevin Buettner <kevinb@redhat.com>
831
832 * lib/gdb.exp (gdb_compile_openmp): New proc.
833 (build_executable_from_specs): Add an "openmp" option.
834 (gdb_compile_pthreads): Add non-executable case.
835
836 2019-12-10 Tom Tromey <tromey@adacore.com>
837
838 * gdb.ada/unchecked_union.exp: New file.
839 * gdb.ada/unchecked_union/pck.adb: New file.
840 * gdb.ada/unchecked_union/pck.ads: New file.
841 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
842 * gdb-utils.exp (string_to_regexp): Also quote "?".
843
844 2019-12-10 George Barrett <bob@bob131.so>
845
846 Test scripted probe breakpoints.
847 * gdb.guile/scm-breakpoint.c (main): Add probe point.
848 * gdb.python/py-breakpoint.c (main): Likewise.
849 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
850 specifier test.
851 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
852
853 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
854
855 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
856 an rvalue parameter.
857 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
858 parameter.
859
860 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
861
862 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
863 modules.
864
865 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
866
867 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
868 broken version of GCC.
869
870 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
871
872 * gdb.fortran/info-modules.exp: Rewrite to make use of new
873 sym-info-cmds library.
874 * gdb.fortran/info-types.exp: Likewise.
875 * lib/sym-info-cmds.exp: New file.
876
877 2019-12-08 Tom de Vries <tdevries@suse.de>
878
879 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
880
881 2019-12-07 Keith Seitz <keiths@redhat.com>
882
883 * gdb.base/corefile-buildid-shlib-shr.c: New file.
884 * gdb.base/corefile-buildid-shlib.c: New file.
885 * gdb.base/corefile-buildid.c: New file.
886 * gdb.base/corefile-buildid.exp: New file.
887
888 2019-12-06 Tom de Vries <tdevries@suse.de>
889
890 * gdb.dwarf2/varval.exp: Add decl before def test.
891
892 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
893
894 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
895
896 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
897
898 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
899 CV and reference conversion for overload resolution.
900 * gdb.cp/rvalue-ref-overload.exp: Test it.
901
902 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
903
904 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
905 * gdb.base/frameapply.exp: Test faas without command.
906
907 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
908
909 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
910 Fortran tests.
911 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
912 order.
913
914 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
915
916 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
917 casting to type with no kind specified.
918 (test_basic_parsing_of_type_kinds): Additional tests for types
919 with no kind specified, and add tests for single/double
920 precision/complex types.
921
922 2019-12-04 Tom Tromey <tromey@adacore.com>
923
924 * gdb.base/endianity.c (struct other) <x>: New field.
925 (main): Initialize it.
926 * gdb.base/endianity.exp: Update.
927
928 2019-12-04 Tom Tromey <tromey@adacore.com>
929
930 * gdb.ada/scalar_storage/storage.adb: New file.
931 * gdb.ada/scalar_storage/pck.adb: New file.
932 * gdb.ada/scalar_storage/pck.ads: New file.
933 * gdb.ada/scalar_storage.exp: New file.
934
935 2019-12-04 Tom Tromey <tromey@adacore.com>
936
937 * gdb.base/endianity.c (struct otherendian) <f>: New field.
938 (main): Initialize it.
939 * gdb.base/endianity.exp: Update.
940
941 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
942
943 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
944
945 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
946
947 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
948 -symbol-info-module-functions and -symbol-info-module-variables.
949
950 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
951
952 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
953
954 2019-12-01 Richard Bunt <richard.bunt@arm.com>
955 Andrew Burgess <andrew.burgess@embecosm.com>
956
957 * gdb.fortran/derived-type-striding.exp: New file.
958 * gdb.fortran/derived-type-striding.f90: New file.
959 * gdb.fortran/array-slices.exp: New file.
960 * gdb.fortran/array-slices.f90: New file.
961
962 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
963
964 * gdb.base/define.exp: Test . in command names.
965 * gdb.base/setshow.exp: Update test, as . is now part of
966 command name.
967
968 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
969
970 * gdb.base/define-prefix.exp: New file.
971
972 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
973
974 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
975 compile.
976 (skip_btrace_pt_tests): Likewise.
977
978 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
979
980 * gdb.fortran/info-modules.exp: Compile source files in correct
981 order.
982
983 2019-11-27 Kevin Buettner <kevinb@redhat.com>
984
985 * gdb.dwarf2/imported-unit.exp: New file.
986 * gdb.dwarf2/imported-unit.c: New file.
987
988 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
989
990 * gdb.mi/mi-fortran-modules-2.f90: New file.
991 * gdb.mi/mi-fortran-modules.exp: New file.
992 * gdb.mi/mi-fortran-modules.f90: New file.
993
994 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
995
996 * gdb.mi/mi-sym-info-1.c: New file.
997 * gdb.mi/mi-sym-info-2.c: New file.
998 * gdb.mi/mi-sym-info.exp: New file.
999
1000 2019-11-22 Tom Tromey <tromey@adacore.com>
1001
1002 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
1003 * gdb.ada/tasks/foo.adb: Add another stopping location.
1004
1005 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
1006
1007 * gdb.base/endianity.c: New test.
1008 * gdb.base/endianity.exp: New file.
1009
1010 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
1011
1012 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
1013
1014 2019-11-21 Tom de Vries <tdevries@suse.de>
1015
1016 PR gdb/24956
1017 * gdb.base/ui-redirect.exp: Test output of user-defined command.
1018
1019 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
1020
1021 * gdb.python/py-progspace.exp: Add missing parentheses on some
1022 'print' commands.
1023
1024 2019-11-19 Tom Tromey <tom@tromey.com>
1025
1026 * gdb.tui/winheight.exp: New file.
1027
1028 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1029
1030 * gdb.base/ctf-whatis.c: Delete.
1031 * gdb.base/ctf-whatis.exp: Delete.
1032 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
1033
1034 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1035
1036 * gdb.base/ctf-cvexpr.exp: Delete.
1037 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
1038
1039 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1040
1041 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
1042 the compiler. Clean up header comment a little.
1043 * gdb.base/ctf-ptype.exp: Likewise.
1044 * gdb.base/ctf-whatis.exp: Likewise.
1045 * lib/gdb.exp (skip_ctf_tests): New proc.
1046
1047 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
1048
1049 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
1050 * gdb.tui/corefile-run.exp: New file.
1051
1052 2019-11-14 Tom Tromey <tromey@adacore.com>
1053
1054 * gdb.base/gdbvars.exp (test_convenience_variables): Add
1055 regression tests.
1056
1057 2019-11-12 Tom Tromey <tom@tromey.com>
1058
1059 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
1060 after any command. Expect prompt after WAIT_FOR is seen.
1061 (enter_tui): Enable resize messages.
1062 (command): Expect command in output.
1063 (get_line): Avoid error when cursor appears to be off-screen.
1064 (dump_screen): Include screen size in title.
1065 (_do_resize): New proc, from "resize".
1066 (resize): Rewrite. Do resize in two steps.
1067 * gdb.tui/empty.exp (layouts): Fix entries.
1068 (check_boxes): Remove xfail.
1069 (check_text): Dump screen on failure.
1070
1071 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1072
1073 * gdb.python/py-symbol.exp: Add test for
1074 gdb.lookup_static_symbols.
1075
1076 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1077
1078 * gdb.python/py-symbol.c: Declare and call function from new
1079 py-symbol-2.c file.
1080 * gdb.python/py-symbol.exp: Compile both source files, and add new
1081 tests for gdb.lookup_static_symbol.
1082 * gdb.python/py-symbol-2.c: New file.
1083
1084 2019-11-02 Tom de Vries <tdevries@suse.de>
1085
1086 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
1087 * gdb.base/anon.exp: Same.
1088 * gdb.base/auto-connect-native-target.exp: Same.
1089 * gdb.base/call-ar-st.exp: Same.
1090 * gdb.base/catch-syscall.exp: Same.
1091 * gdb.base/commands.exp: Same.
1092 * gdb.base/default.exp: Same.
1093 * gdb.base/display.exp: Same.
1094 * gdb.base/float.exp: Same.
1095 * gdb.base/foll-fork.exp: Same.
1096 * gdb.base/help.exp: Same.
1097 * gdb.base/info-macros.exp: Same.
1098 * gdb.base/info-proc.exp: Same.
1099 * gdb.base/info-target.exp: Same.
1100 * gdb.base/long_long.exp: Same.
1101 * gdb.base/macscp.exp: Same.
1102 * gdb.base/memattr.exp: Same.
1103 * gdb.base/nofield.exp: Same.
1104 * gdb.base/pointers.exp: Same.
1105 * gdb.base/printcmds.exp: Same.
1106 * gdb.base/ptype.exp: Same.
1107 * gdb.base/restore.exp: Same.
1108 * gdb.base/return.exp: Same.
1109 * gdb.base/scope.exp: Same.
1110 * gdb.base/set-noassign.exp: Same.
1111 * gdb.base/setshow.exp: Same.
1112 * gdb.base/shlib-call.exp: Same.
1113 * gdb.base/signals.exp: Same.
1114 * gdb.base/sigstep.exp: Same.
1115 * gdb.base/skip.exp: Same.
1116 * gdb.base/solib-symbol.exp: Same.
1117 * gdb.base/stap-probe.exp: Same.
1118 * gdb.base/step-line.exp: Same.
1119 * gdb.base/step-test.exp: Same.
1120 * gdb.base/style.exp: Same.
1121 * gdb.base/varargs.exp: Same.
1122 * gdb.base/vla-datatypes.exp: Same.
1123 * gdb.base/vla-ptr.exp: Same.
1124 * gdb.base/vla-sideeffect.exp: Same.
1125 * gdb.base/volatile.exp: Same.
1126 * gdb.base/watch-cond-infcall.exp: Same.
1127 * gdb.base/watchpoint.exp: Same.
1128
1129 2019-11-02 Tom de Vries <tdevries@suse.de>
1130
1131 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
1132 * gdb.cp/cpexprs.exp: Same.
1133 * gdb.cp/except-multi-location.exp: Same.
1134 * gdb.cp/exceptprint.exp: Same.
1135 * gdb.cp/gdb2384.exp: Same.
1136 * gdb.cp/inherit.exp: Same.
1137 * gdb.cp/m-static.exp: Same.
1138 * gdb.cp/meth-typedefs.exp: Same.
1139 * gdb.cp/misc.exp: Same.
1140 * gdb.cp/namespace.exp: Same.
1141 * gdb.cp/non-trivial-retval.exp: Same.
1142 * gdb.cp/overload.exp: Same.
1143 * gdb.cp/pr17132.exp: Same.
1144 * gdb.cp/re-set-overloaded.exp: Same.
1145 * gdb.cp/rvalue-ref-types.exp: Same.
1146 * gdb.cp/templates.exp: Same.
1147
1148 2019-11-01 Luis Machado <luis.machado@linaro.org>
1149
1150 PR gdb/25124
1151
1152 * gdb.arch/pr25124.S: New file.
1153 * gdb.arch/pr25124.exp: New file.
1154
1155 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1156
1157 * gdb.fortran/info-modules.exp: Update expected results, and add
1158 additional tests for 'info module functinos', and 'info module
1159 variables'.
1160 * gdb.fortran/info-types.exp: Update expected results.
1161 * gdb.fortran/info-types.f90: Extend testcase with additional
1162 module variables and functions.
1163
1164 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1165
1166 * gdb.fortran/info-modules.exp: New file.
1167 * gdb.fortran/info-types.exp: Build with new file.
1168 * gdb.fortran/info-types.f90: Include and use new module.
1169 * gdb.fortran/info-types-2.f90: New file.
1170
1171 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1172
1173 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
1174 * gdb.base/settings.exp: Test all settings types using
1175 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
1176 that now verifies that the value of "maint show" is the same as
1177 returned by the settings functions. Test the type of the
1178 maintenance settings.
1179 * gdb.base/default.exp: Update show_conv_list.
1180
1181 2019-10-31 Tom de Vries <tdevries@suse.de>
1182
1183 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
1184 gdb_test.
1185 * gdb.arch/amd64-disp-step.exp: Same.
1186 * gdb.asm/asm-source.exp: Same.
1187 * gdb.btrace/buffer-size.exp: Same.
1188 * gdb.btrace/cpu.exp: Same.
1189 * gdb.btrace/enable.exp: Same.
1190 * gdb.dwarf2/count.exp: Same.
1191 * gdb.dwarf2/dw2-ranges-func.exp: Same.
1192 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
1193 * gdb.fortran/vla-datatypes.exp: Same.
1194 * gdb.fortran/vla-history.exp: Same.
1195 * gdb.fortran/vla-ptype.exp: Same.
1196 * gdb.fortran/vla-value.exp: Same.
1197 * gdb.fortran/whatis_type.exp: Same.
1198 * gdb.guile/guile.exp: Same.
1199 * gdb.multi/tids.exp: Same.
1200 * gdb.python/py-finish-breakpoint.exp: Same.
1201 * gdb.python/py-framefilter.exp: Same.
1202 * gdb.python/py-pp-registration.exp: Same.
1203 * gdb.python/py-xmethods.exp: Same.
1204 * gdb.python/python.exp: Same.
1205 * gdb.server/connect-with-no-symbol-file.exp: Same.
1206 * gdb.server/no-thread-db.exp: Same.
1207 * gdb.server/run-without-local-binary.exp: Same.
1208 * gdb.stabs/weird.exp: Same.
1209 * gdb.threads/attach-many-short-lived-threads.exp: Same.
1210 * gdb.threads/thread-find.exp: Same.
1211 * gdb.threads/tls-shared.exp: Same.
1212 * gdb.threads/tls.exp: Same.
1213 * gdb.threads/wp-replication.exp: Same.
1214 * gdb.trace/ax.exp: Same.
1215 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
1216
1217 2019-10-31 Tom de Vries <tdevries@suse.de>
1218
1219 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
1220 * gdb.ada/array_subscript_addr.exp: Same.
1221 * gdb.ada/arrayidx.exp: Same.
1222 * gdb.ada/arrayparam.exp: Same.
1223 * gdb.ada/arrayptr.exp: Same.
1224 * gdb.ada/boolean_expr.exp: Same.
1225 * gdb.ada/call_pn.exp: Same.
1226 * gdb.ada/complete.exp: Same.
1227 * gdb.ada/fixed_cmp.exp: Same.
1228 * gdb.ada/fun_addr.exp: Same.
1229 * gdb.ada/funcall_param.exp: Same.
1230 * gdb.ada/interface.exp: Same.
1231 * gdb.ada/mod_from_name.exp: Same.
1232 * gdb.ada/null_array.exp: Same.
1233 * gdb.ada/packed_array.exp: Same.
1234 * gdb.ada/packed_tagged.exp: Same.
1235 * gdb.ada/print_chars.exp: Same.
1236 * gdb.ada/print_pc.exp: Same.
1237 * gdb.ada/ptype_arith_binop.exp: Same.
1238 * gdb.ada/ptype_field.exp: Same.
1239 * gdb.ada/ptype_tagged_param.exp: Same.
1240 * gdb.ada/rec_return.exp: Same.
1241 * gdb.ada/ref_tick_size.exp: Same.
1242 * gdb.ada/str_ref_cmp.exp: Same.
1243 * gdb.ada/taft_type.exp: Same.
1244 * gdb.ada/tagged.exp: Same.
1245 * gdb.ada/type_coercion.exp: Same.
1246 * gdb.ada/uninitialized_vars.exp: Same.
1247
1248 2019-10-30 Tom de Vries <tdevries@suse.de>
1249
1250 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
1251
1252 2019-10-26 Tom de Vries <tdevries@suse.de>
1253
1254 * gdb.base/bigcore.c: Fix typos in comments.
1255 * gdb.base/ctf-ptype.c: Same.
1256 * gdb.base/long_long.c: Same.
1257 * gdb.dwarf2/dw2-op-out-param.S: Same.
1258 * gdb.python/py-evthreads.c: Same.
1259 * gdb.reverse/i387-stack-reverse.c: Same.
1260 * gdb.trace/tfile.c: Same.
1261 * lib/compiler.c: Same.
1262 * lib/compiler.cc: Same.
1263
1264 2019-10-25 Tom de Vries <tdevries@suse.de>
1265
1266 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
1267 gdb_test_multiple calls.
1268 * gdb.reverse/sigall-reverse.exp: Same.
1269 * gdb.reverse/solib-precsave.exp: Same.
1270 * gdb.reverse/solib-reverse.exp: Same.
1271 * gdb.reverse/until-precsave.exp: Same.
1272 * gdb.reverse/until-reverse.exp: Same.
1273
1274 2019-10-24 Tom de Vries <tdevries@suse.de>
1275
1276 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
1277 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
1278 kfail using -wrap pattern flag and convenience variable
1279 gdb_test_name.
1280
1281 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
1282
1283 * gdb.python/py-progspace.exp: Add tests for the
1284 Progspace.block_for_pc method.
1285
1286 2019-10-23 Tom Tromey <tom@tromey.com>
1287
1288 * configure: Rebuild.
1289 * aclocal.m4: Use m4_include, not sinclude.
1290
1291 2019-10-21 Tom de Vries <tdevries@suse.de>
1292
1293 * gdb.base/infcall-nested-structs.c: Add
1294 __attribute__((noinline,noclone)) to all functions.
1295 (call_all): Add missing variable initialization. Simplify return value.
1296 (breakpt): Increment volatile variable, to prevent call from being
1297 optimized out.
1298 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
1299
1300 2019-10-17 Tom de Vries <tdevries@suse.de>
1301
1302 * gdb.fortran/module.exp: Allow info variables to print info for files
1303 other than module.f90.
1304
1305 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
1306
1307 * gdb.fortran/module.exp: Extend with 'info variables' test.
1308
1309 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
1310
1311 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
1312 F77_FOR_TARGET.
1313
1314 2019-10-16 Tom de Vries <tdevries@suse.de>
1315
1316 PR tdep/25096
1317 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
1318
1319 2019-10-16 Tom de Vries <tdevries@suse.de>
1320
1321 PR tdep/24104
1322 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
1323 Add KFAIL for PR tdep/25096.
1324
1325 2019-10-16 Tom de Vries <tdevries@suse.de>
1326
1327 PR testsuite/25059
1328 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
1329
1330 2019-10-16 Tom de Vries <tdevries@suse.de>
1331
1332 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
1333 as signed.
1334
1335 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
1336
1337 * gdb.mi/list-thread-groups-available.exp: Read entries one by
1338 one instead of increasing timeout.
1339
1340 2019-10-13 Tom de Vries <tdevries@suse.de>
1341
1342 PR record/25038
1343 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
1344 * gdb.reverse/sigall-reverse.exp: Same.
1345 * gdb.reverse/solib-precsave.exp: Same.
1346 * gdb.reverse/solib-reverse.exp: Same.
1347 * gdb.reverse/step-precsave.exp: Same.
1348 * gdb.reverse/until-precsave.exp: Same.
1349 * gdb.reverse/until-reverse.exp: Same.
1350 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
1351
1352 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
1353
1354 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
1355 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
1356 (cmp_struct_05_01, cmp_struct_static_02_01)
1357 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
1358 comparisons.
1359
1360 2019-10-10 Tom de Vries <tdevries@suse.de>
1361
1362 PR testsuite/24888
1363 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
1364 gnatlink.
1365
1366 2019-10-09 Tom de Vries <tdevries@suse.de>
1367
1368 PR testsuite/25048
1369 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
1370
1371 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
1372
1373 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
1374 exceptions due to missing debug information.
1375
1376 2019-10-07 Tom de Vries <tdevries@suse.de>
1377
1378 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
1379
1380 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
1381
1382 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
1383 * gdb.base/annota1.exp: Update to use gdb_test_name.
1384
1385 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
1386
1387 * gdb.base/ctf-whatis.exp: New file.
1388 * gdb.base/ctf-whatis.c: New file.
1389 * gdb.base/ctf-ptype.exp: New file.
1390 * gdb.base/ctf-ptype.c: New file.
1391 * gdb.base/ctf-constvars.exp: New file.
1392 * gdb.base/ctf-constvars.c: New file.
1393 * gdb.base/ctf-cvexpr.exp: New file.
1394
1395 2019-10-04 Tom de Vries <tdevries@suse.de>
1396
1397 * gdb.cp/local-static.c (main): Move declaration of int i out of the
1398 for loop.
1399
1400 2019-10-03 Tom Tromey <tom@tromey.com>
1401
1402 PR rust/24976:
1403 * gdb.rust/simple.rs (Union2): New type.
1404 (main): Use Union2.
1405 * gdb.rust/simple.exp: Add test.
1406
1407 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1408
1409 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
1410 nested function prefix.
1411
1412 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
1413 Richard Bunt <richard.bunt@arm.com>
1414 Andrew Burgess <andrew.burgess@embecosm.com>
1415
1416 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
1417 nested functions.
1418 * gdb.fortran/nested-funcs.f90: Update expected results.
1419 * gdb.fortran/nested-funcs-2.exp: New file.
1420 * gdb.fortran/nested-funcs-2.f90: New file.
1421
1422 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1423
1424 * gdb.python/py-parameter.exp: Make test names unique.
1425 * gdb.python/py-template.exp: Likewise.
1426 * gdb.python/py-value.exp: Likewise.
1427
1428 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1429
1430 * gdb.base/break-interp.exp: Reduce test name duplication.
1431 * gdb.base/call-sc.exp: Likewise.
1432 * gdb.base/callfuncs.exp: Likewise.
1433 * gdb.base/charset.exp: Likewise.
1434 * gdb.base/dump.exp: Likewise.
1435 * gdb.base/ena-dis-br.exp: Likewise.
1436 * gdb.base/relational.exp: Likewise.
1437 * gdb.base/step-over-syscall.exp: Likewise.
1438 * gdb.base/structs.exp: Likewise.
1439
1440 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1441
1442 * gdb.linespec/explicit.exp: Make test names unique.
1443 * gdb.linespec/ls-errs.exp: Likewise.
1444
1445 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1446
1447 * gdb.reverse/break-precsave.exp: Make test names unique.
1448 * gdb.reverse/break-reverse.exp: Likewise.
1449 * gdb.reverse/finish-precsave.exp: Likewise.
1450 * gdb.reverse/finish-reverse.exp: Likewise.
1451 * gdb.reverse/machinestate-precsave.exp: Likewise.
1452 * gdb.reverse/machinestate.exp: Likewise.
1453 * gdb.reverse/readv-reverse.exp: Likewise.
1454 * gdb.reverse/recvmsg-reverse.exp: Likewise.
1455 * gdb.reverse/sigall-precsave.exp: Likewise.
1456 * gdb.reverse/sigall-reverse.exp: Likewise.
1457 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
1458 * gdb.reverse/watch-precsave.exp: Likewise.
1459 * gdb.reverse/watch-reverse.exp: Likewise.
1460
1461 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1462
1463 * gdb.threads/stop-with-handle.c: New file.
1464 * gdb.threads/stop-with-handle.exp: New file.
1465
1466 2019-10-03 Tom de Vries <tdevries@suse.de>
1467
1468 PR testsuite/25059
1469 * gdb.base/list-missing-source.exp: Allowing the "Compilation
1470 directory" line to be missing.
1471
1472 2019-10-03 Tom de Vries <tdevries@suse.de>
1473
1474 PR testsuite/25059
1475 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
1476 type optional.
1477
1478 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
1479
1480 * gdb.python/py-format-string.c (string.h): New include.
1481 (main): Fill a_struct_with_union.the_union.an_int with bytes of
1482 the same value, for endianness-independence.
1483 * gdb.python/py-format-string.exp (default_regexp_dict)
1484 (test_pretty_structs, test_format): Adjust expected output to the
1485 changed initialization.
1486
1487 2019-10-02 Tom Tromey <tromey@adacore.com>
1488
1489 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
1490
1491 2019-10-02 Pedro Alves <palves@redhat.com>
1492 Andrew Burgess <andrew.burgess@embecosm.com>
1493
1494 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
1495 "print-file-var.h".
1496 (this_version_id) Use ATTRIBUTE_VISIBILITY.
1497 (get_version_1): Print this_version_id and its address.
1498 Add extern "C" wrappers around interface functions.
1499 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
1500 "print-file-var.h".
1501 (this_version_id) Use ATTRIBUTE_VISIBILITY.
1502 (get_version_2): Print this_version_id and its address.
1503 Add extern "C" wrappers around interface functions.
1504 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
1505 <stddef.h> and "print-file-var.h".
1506 Add extern "C" wrappers around interface functions.
1507 [VERSION_ID_MAIN] (this_version_id): Define.
1508 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
1509 * gdb.base/print-file-var.h: Add some #defines to simplify setting
1510 up extern "C" blocks.
1511 * gdb.base/print-file-var.exp (test): New, factored out from top
1512 level.
1513 (top level): Test all combinations of attribute hidden or not,
1514 dlopen or not, and this_version_id symbol in main file or not.
1515 Compile tests as both C++ and C, make test names unique.
1516
1517 2019-10-01 Tom Tromey <tom@tromey.com>
1518
1519 * gdb.base/style.exp: Test "show logging filename".
1520
1521 2019-10-01 Tom Tromey <tom@tromey.com>
1522
1523 * lib/gdb-utils.exp (style): Handle "metadata" argument.
1524 * gdb.base/style.exp: Add metadata style test.
1525
1526 2019-10-01 Tom Tromey <tom@tromey.com>
1527
1528 * gdb.base/style.exp: Test "pwd".
1529
1530 2019-10-01 Tom Tromey <tom@tromey.com>
1531
1532 * gdb.base/style.exp: Update tests.
1533
1534 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
1535
1536 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
1537 'six' to unsigned.
1538 (s1): Initialize fields 'four' and 'six' instead of 'three' and
1539 'five'. Use an all-ones bit pattern for each.
1540 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
1541 to its changed values.
1542
1543 2019-09-30 Tom Tromey <tromey@adacore.com>
1544
1545 * gdb.rust/traits.rs: Disable all warnings.
1546
1547 2019-09-29 Tom de Vries <tdevries@suse.de>
1548
1549 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
1550
1551 2019-09-29 Tom de Vries <tdevries@suse.de>
1552
1553 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
1554
1555 2019-09-27 Tom de Vries <tdevries@suse.de>
1556
1557 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
1558
1559 2019-09-27 Tom de Vries <tdevries@suse.de>
1560
1561 PR record/23188
1562 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
1563
1564 2019-09-26 Tom Tromey <tromey@adacore.com>
1565
1566 * gdb.ada/py_taft.exp: New file.
1567 * gdb.ada/py_taft/main.adb: New file.
1568 * gdb.ada/py_taft/pkg.adb: New file.
1569 * gdb.ada/py_taft/pkg.ads: New file.
1570
1571 2019-09-24 Tom de Vries <tdevries@suse.de>
1572
1573 PR gdb/24598
1574 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
1575
1576 2019-09-22 Tom de Vries <tdevries@suse.de>
1577
1578 * gdb.base/restore.exp: Allow register variables to be optimized out at
1579 -O0.
1580
1581 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
1582
1583 * gdb.arch/spu-info.exp: Remove file.
1584 * gdb.arch/spu-info.c: Remove file.
1585 * gdb.arch/spu-ls.exp: Remove file.
1586 * gdb.arch/spu-ls.c: Remove file.
1587
1588 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
1589 * gdb.asm/spu.inc: Remove file.
1590
1591 * gdb.base/dump.exp: Remove support for spu*-*-*.
1592 * gdb.base/stack-checking.exp: Likewise.
1593 * gdb.base/overlays.exp: Likewise.
1594 * gdb.base/ovlymgr.c: Likewise.
1595 * gdb.base/spu.ld: Remove file.
1596
1597 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
1598 * gdb.cp/cpexprs.exp: Likewise.
1599 * gdb.cp/exception.exp: Likewise.
1600 * gdb.cp/gdb2495.exp: Likewise.
1601 * gdb.cp/mb-templates.exp: Likewise.
1602 * gdb.cp/pr9167.exp: Likewise.
1603 * gdb.cp/userdef.exp: Likewise.
1604
1605 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
1606
1607 * gdb.cell: Remove directory.
1608 * lib/cell.exp: Remove file.
1609
1610 2019-09-19 Tom de Vries <tdevries@suse.de>
1611
1612 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
1613
1614 2019-09-19 Tom de Vries <tdevries@suse.de>
1615
1616 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
1617
1618 2019-09-19 Tom de Vries <tdevries@suse.de>
1619
1620 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
1621 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
1622 (gdb_target_cmd): ... here.
1623 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
1624 value 2.
1625
1626 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
1627
1628 * gdb.base/source-dir.exp: Avoid having directory names in test
1629 names.
1630
1631 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
1632
1633 * gdb.base/source-dir.exp: Add extra test for mapped compilation
1634 directory.
1635
1636 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
1637
1638 * gdb.base/list-missing-source.exp: New file.
1639
1640 2019-09-14 Tom de Vries <tdevries@suse.de>
1641
1642 PR teststuite/24599
1643 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
1644 * lib/ada.exp (gnatmake_version_at_least): New proc.
1645
1646 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1647
1648 * gdb.base/maint.exp: Use exec_has_index_section.
1649
1650 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1651
1652 * gdb.base/maint.exp: Add test for 'maint info sections'.
1653
1654 2019-09-12 Tom de Vries <tdevries@suse.de>
1655
1656 * gdb.base/store.exp: Allow register variables to be optimized out at
1657 -O0.
1658
1659 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1660
1661 * gdb.ada/rdv_wait.exp: Update to new task names.
1662 * gdb.base/task_switch_in_core.exp: Likewise.
1663 * gdb.base/info_sources_base.c: Likewise.
1664
1665 2019-09-10 Tom Tromey <tromey@adacore.com>
1666
1667 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
1668
1669 2019-09-10 Tom Tromey <tromey@adacore.com>
1670
1671 * gdb.ada/dgopt.exp: New file.
1672 * gdb.ada/dgopt/x.adb: New file.
1673
1674 2019-09-08 Tom Tromey <tom@tromey.com>
1675
1676 * gdb.tui/resize.exp: Remove setup_xfail.
1677 * gdb.tui/regs.exp: Remove setup_xfail.
1678 * gdb.tui/basic.exp: Remove setup_xfail.
1679
1680 2019-09-06 David Blaikie <dblaikie@gmail.com>
1681
1682 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
1683 * gdb.cp/cplabel.exp: Ditto.
1684 * gdb.linespec/ls-errs.exp: Ditto.
1685
1686 2019-09-05 Tom de Vries <tdevries@suse.de>
1687
1688 * lib/gdb.exp (cmp_file_string): New proc.
1689 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
1690 runto_main. Verify save breakpoints output.
1691
1692 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1693
1694 * gdb.base/info-var.exp: Test info variables without running
1695 to main, to avoid expect's buffer overflow.
1696
1697 2019-09-03 Tom Tromey <tromey@adacore.com>
1698
1699 * gdb.ada/bias.exp: New file.
1700 * gdb.ada/bias/bias.adb: New file.
1701 * gdb.ada/print_chars.exp: Add regression test.
1702 * gdb.ada/print_chars/foo.adb (My_Character): New type.
1703 (MC): New variable.
1704
1705 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
1706
1707 * gdb.base/argv0-symlink.exp: Run only on native target
1708 and local host.
1709
1710 2019-08-29 Tom de Vries <tdevries@suse.de>
1711
1712 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
1713 diverse debug info.
1714 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
1715
1716 2019-08-28 Tom de Vries <tdevries@suse.de>
1717
1718 * gdb.base/info-var.exp: Allow info variables to print info for files
1719 other than info-var-f1.c and info-var-f2.c.
1720
1721 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
1722
1723 * gdb.fortran/info-types.exp: Add module.
1724 * gdb.fortran/info-types.f90: Update expected results.
1725
1726 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
1727
1728 * gdb.fortran/info-types.exp: New file.
1729 * gdb.fortran/info-types.f90: New file.
1730 * lib/fortran.exp (fortran_character1): New proc.
1731
1732 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
1733
1734 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
1735 functions'. Reindent as needed.
1736 * gdb.base/info-var-f1.c: New file.
1737 * gdb.base/info-var-f2.c: New file.
1738 * gdb.base/info-var.exp: New file.
1739 * gdb.base/info-var.h: New file.
1740
1741 2019-08-26 Tom de Vries <tdevries@suse.de>
1742
1743 PR c++/24852
1744 * gdb.cp/no-libstdcxx-probe.exp: New test.
1745
1746 2019-08-26 Tom de Vries <tdevries@suse.de>
1747
1748 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
1749 * tests need to be skipped.
1750 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
1751 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
1752 mi_skip_libstdcxx_probe_tests.
1753
1754 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
1755
1756 * gdb.python/py-xmethods.exp: Use raw strings when passing
1757 arguments to SimpleXMethodMatcher.
1758
1759 2019-08-22 Tom de Vries <tdevries@suse.de>
1760
1761 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
1762 more informative.
1763
1764 2019-08-21 Pedro Alves <palves@redhat.com>
1765
1766 * gdb.base/with.exp: Test "with" with no arguments.
1767
1768 2019-08-21 Tom de Vries <tdevries@suse.de>
1769
1770 * gdb.base/gdb-caching-proc.exp: Sort files.
1771
1772 2019-08-20 Tom de Vries <tdevries@suse.de>
1773
1774 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
1775 compilation.
1776
1777 2019-08-16 Tom de Vries <tdevries@suse.de>
1778
1779 * gdb.base/compare-sections.exp ("after run to main"): Allow
1780 mismatched read-only sections for PIE executables.
1781
1782 2019-08-16 Tom Tromey <tom@tromey.com>
1783
1784 * lib/tuiterm.exp (_csi_Z): New proc.
1785 * gdb.tui/basic.exp: Update window positions.
1786 * gdb.tui/empty.exp: Update window positions.
1787
1788 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1789
1790 * gdb.base/examine-backward.exp: Correct regexp for
1791 "examine 3 bytes backward from ${address_zero}".
1792
1793 2019-08-15 Tom Tromey <tom@tromey.com>
1794
1795 * gdb.tui/empty.exp: Enable resizing tests.
1796
1797 2019-08-15 Tom Tromey <tromey@adacore.com>
1798
1799 * gdb.ada/char_enum.exp: Add regression tests.
1800 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
1801 and '0'.
1802 (Char, Gchar): Update.
1803 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
1804
1805 2019-08-15 Christian Biesinger <cbiesinger@google.com>
1806
1807 * gdb.python/python.exp: Expect a leading underscore on
1808 GdbOutput{,Error}File.
1809
1810 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1811
1812 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
1813 Windows host.
1814
1815 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1816
1817 * gdb.base/batch-preserve-term-settings.exp
1818 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
1819
1820 2019-08-15 Christian Biesinger <cbiesinger@google.com>
1821
1822 * lib/gdb.exp: When running on a mingw target, replace
1823 /x/ with x:/.
1824
1825 2019-08-14 Alan Hayward <alan.hayward@arm.com>
1826
1827 * gdb.arch/aarch64-prologue.c: New test.
1828 * gdb.arch/aarch64-prologue.exp: New file.
1829
1830 2019-08-13 Tom de Vries <tdevries@suse.de>
1831
1832 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
1833 Thread.
1834
1835 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
1836
1837 * gdb.python/py-completion.exp: Download the .py file to the host
1838 and use its host pathname. Conditionalize tests that use
1839 tab completion and manipulate files on the build machine.
1840 * gdb.python/py-events.exp: Download the .py file to the host
1841 and use its host pathname.
1842 * gdb.python/py-evsignal.exp: Likewise.
1843 * gdb.python/py-evthreads.exp: Likewise.
1844 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
1845 pathname syntax.
1846 * gdb.python/py-framefilter.exp: Download the .py file to the right
1847 place on the host. Match Windows pathname syntax.
1848 * gdb.python/py-mi-var-info-path-expression.exp: Download the
1849 .py file to the host and use its host pathname.
1850 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
1851 * gdb.python/py-objfile.exp: Expect a host pathname, not a
1852 build pathname. Skip symlink test on Windows host. Add missing
1853 newline at end of file.
1854 * gdb.python/py-pp-maint.exp: Download the .py file to the host
1855 and use its host pathname.
1856 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
1857 * gdb.python/py-section-script.exp: Use host location of binfile
1858 on safe-path. Use correct path separator on Windows host.
1859 Reorder alternatives in gdb_test_multiple to prevent matching
1860 the wrong alternative on success.
1861 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
1862
1863 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
1864
1865 * gdb.gdb/selftest.exp (test_with_self): Update test to now
1866 expect the GDB inferior to no longer immediately stop after
1867 being resumed with "signal SIGINT".
1868
1869 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
1870
1871 * gdb.linespec/break-ask.exp: Generalize regexps to match
1872 Windows pathnames too.
1873
1874 2019-08-08 Tom de Vries <tdevries@suse.de>
1875
1876 PR testsuite/24862
1877 * lib/tuiterm.exp (_accept): Fix CSI regexp.
1878
1879 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1880
1881 * gdb.base/style.exp: Update tests for help doc new invariants.
1882 * gdb.base/help.exp: Likewise.
1883
1884 2019-08-06 Tom Tromey <tom@tromey.com>
1885
1886 * gdb.base/style.exp: Add disassemble test.
1887 * gdb.base/style.c (some_called_function): New function.
1888 (main): Use it.
1889
1890 2019-08-05 Christian Biesinger <cbiesinger@google.com>
1891
1892 * gdb.python/py-block.exp: Test dictionary access on blocks.
1893
1894 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
1895
1896 PR gdb/24863
1897 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
1898 -list-thread-groups --available test when running under
1899 check-read1.
1900
1901 2019-08-05 Tom de Vries <tdevries@suse.de>
1902
1903 PR testsuite/24863
1904 * lib/gdb.exp (with_read1_timeout_factor): New proc.
1905 * gdb.base/help.exp: Use with_read1_timeout_factor.
1906 * gdb.base/info-macros.exp: Same.
1907 * gdb.cp/nested-types.exp: Same.
1908
1909 2019-08-05 Tom de Vries <tdevries@suse.de>
1910
1911 * lib/gdb.exp (version_at_least): Factor out of ...
1912 (tcl_version_at_least): ... here.
1913 (gdb_compile): Fail if pie results in non-PIE executable.
1914 (readelf_version, readelf_prints_pie): New proc.
1915 (exec_is_pie): Return -1 if unknown.
1916
1917 2019-08-05 Tom de Vries <tdevries@suse.de>
1918
1919 * lib/gdb.exp (tcl_version_at_least): Fix typo.
1920
1921 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
1922
1923 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
1924
1925 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
1926
1927 * lib/completion-support.exp (test_gdb_complete_none): Skip
1928 tab completion tests if no readline support.
1929 (test_gdb_complete_unique_re): Likewise.
1930 (test_gdb_complete_multiple): Likewise.
1931
1932 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1933
1934 * gdb.base/info_sources.exp: New file.
1935 * gdb.base/info_sources.c: New file.
1936 * gdb.base/info_sources_base.c: New file.
1937
1938 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1939
1940 * gdb.base/batch-exit-status.exp: Call test_exit_status with
1941 prefix argument.
1942 (test_exit_status): Add prefix argument.
1943
1944 2019-08-01 Tom de Vries <tdevries@suse.de>
1945
1946 PR testsuite/24863
1947 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
1948 calling exp_continue for new thread and thread exited messages.
1949
1950 2019-08-01 Tom de Vries <tdevries@suse.de>
1951
1952 PR testsuite/24863
1953 * gdb.base/structs.exp: Fix check-read1 timeout using
1954 gdb_test_sequence.
1955 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
1956
1957 2019-08-01 Tom de Vries <tdevries@suse.de>
1958
1959 PR testsuite/24863
1960 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
1961 line.
1962
1963 2019-08-01 Tom de Vries <tdevries@suse.de>
1964
1965 PR testsuite/24863
1966 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
1967
1968 2019-07-30 Tom Tromey <tromey@adacore.com>
1969
1970 * gdb.ada/display_nested.exp: New file.
1971 * gdb.ada/display_nested/foo.adb: New file.
1972 * gdb.ada/display_nested/pack.adb: New file.
1973 * gdb.ada/display_nested/pack.ads: New file.
1974
1975 2019-07-30 Christian Biesinger <cbiesinger@google.com>
1976
1977 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
1978 namespace.
1979 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
1980
1981 2019-07-30 Tom de Vries <tdevries@suse.de>
1982
1983 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
1984 instead.
1985
1986 2019-07-30 Tom de Vries <tdevries@suse.de>
1987
1988 PR testsuite/24834
1989 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
1990 (exec_is_pie): New proc.
1991
1992 2019-07-29 Christian Biesinger <cbiesinger@google.com>
1993
1994 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
1995
1996 2019-07-29 Christian Biesinger <cbiesinger@google.com>
1997
1998 * gdb.python/py-objfile.c: Add global and static vars.
1999 * gdb.python/py-objfile.exp: Test new functions Objfile.
2000 lookup_global_symbol and lookup_static_symbol.
2001
2002 2019-07-29 Tom Tromey <tom@tromey.com>
2003
2004 * lib/tuiterm.exp (Term::_csi_@): New proc.
2005 (Term::_csi_X): Don't move cursor.
2006
2007 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2008
2009 * gdb.base/options.exp: Update backtrace - completion to
2010 new option -frame-info.
2011 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
2012 Test new 'set print frame-info'. Test backtrace -frame-info
2013 overriding 'set print frame-info'.
2014 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
2015 Test new 'set print frame-info'.
2016 Verify consistency of backtrace with and without filters, with and
2017 without -no-filters.
2018 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
2019 default.
2020
2021 2019-07-29 Tom de Vries <tdevries@suse.de>
2022
2023 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
2024 no arguments".
2025
2026 2019-07-29 Tom de Vries <tdevries@suse.de>
2027
2028 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
2029 is a substring of the first for "complete non-unique file name".
2030
2031 2019-07-29 Tom de Vries <tdevries@suse.de>
2032
2033 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
2034 with ".*".
2035
2036 2019-07-29 Tom de Vries <tdevries@suse.de>
2037
2038 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
2039 Pass prompt_regexp parameter to gdb_test_multiple calls.
2040
2041 2019-07-29 Tom de Vries <tdevries@suse.de>
2042
2043 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
2044 print registers" regexps.
2045
2046 2019-07-29 Tom de Vries <tdevries@suse.de>
2047
2048 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
2049
2050 2019-07-29 Tom de Vries <tdevries@suse.de>
2051
2052 PR gdb/24855
2053 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
2054 (skip_python_tests_prompt): Add prompt_regexp argument to
2055 gdb_test_multiple calls.
2056
2057 2019-07-27 Tom Tromey <tom@tromey.com>
2058
2059 * gdb.tui/main.exp: New file.
2060
2061 2019-07-27 Tom Tromey <tom@tromey.com>
2062
2063 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
2064 optional.
2065 * gdb.tui/empty.exp: New file.
2066
2067 2019-07-27 Tom Tromey <tom@tromey.com>
2068
2069 * lib/tuiterm.exp (spawn): New proc.
2070 (Term::resize): New proc.
2071 * gdb.tui/resize.exp: New file.
2072
2073 2019-07-27 Tom Tromey <tom@tromey.com>
2074
2075 * gdb.tui/list.exp: New file.
2076
2077 2019-07-27 Tom Tromey <tom@tromey.com>
2078
2079 * gdb.tui/regs.exp: New file.
2080
2081 2019-07-27 Tom Tromey <tom@tromey.com>
2082
2083 * gdb.tui/basic.exp: Add "layout split" test.
2084
2085 2019-07-27 Tom Tromey <tom@tromey.com>
2086
2087 * gdb.tui/basic.exp: Add "layout asm" test.
2088
2089 2019-07-27 Tom Tromey <tom@tromey.com>
2090
2091 * lib/tuiterm.exp: New file.
2092 * gdb.tui/basic.exp: New file.
2093
2094 2019-07-27 Kevin Buettner <kevinb@redhat.com>
2095
2096 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
2097 Enable tests associated with this flag. Adjust regex
2098 referencing "foo_low" to now refer to "foo_cold" instead.
2099
2100 2019-07-27 Kevin Buettner <kevinb@redhat.com>
2101
2102 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
2103 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
2104 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
2105 foo_cold. Revise comments to match.
2106 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
2107 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
2108 were wrapped into this proc; Call do_test in loop from outermost
2109 level.
2110 (foo_low): Rename all occurrences to "foo_cold".
2111 (backtrace from baz): New test.
2112 (x2/i foo_cold): New test.
2113 (info line *foo_cold): New test.
2114
2115 2019-07-26 Tom de Vries <tdevries@suse.de>
2116
2117 * gdb.arch/i386-pkru.exp: Fix unterminated string.
2118
2119 2019-07-25 Tom de Vries <tdevries@suse.de>
2120
2121 PR testsuite/24830
2122 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
2123 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
2124 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
2125 (skip_libstdcxx_probe_tests): ... here.
2126 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
2127
2128 2019-07-24 Tom de Vries <tdevries@suse.de>
2129
2130 PR testsuite/24807
2131 * gdb.objc/basicclass.m: Include stdio.h.
2132 * gdb.objc/nondebug.m: Same.
2133 * gdb.objc/objcdecode.m: Same.
2134
2135 2019-07-24 Tom de Vries <tdevries@suse.de>
2136
2137 PR testsuite/24612
2138 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
2139 additional_flags.
2140
2141 2019-07-24 Tom de Vries <tdevries@suse.de>
2142
2143 PR testsuite/24831
2144 * gdb.multi/tids.exp: Update error messages for info threads.
2145
2146 2019-07-24 Tom de Vries <tdevries@suse.de>
2147
2148 * gdb.base/info-types.exp: Allow info types to print info for more than
2149 one file.
2150
2151 2019-07-23 Tom de Vries <tdevries@suse.de>
2152
2153 PR testsuite/24842
2154 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
2155 gdb_spawn_with_cmdline_opts.
2156
2157 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
2158
2159 * gdb.arch/arm-cmse-sgstubs.c: New test.
2160 * gdb.arch/arm-cmse-sgstubs.exp: New file.
2161
2162 2019-07-23 Tom de Vries <tdevries@suse.de>
2163
2164 PR testsuite/24711
2165 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
2166 issuing next command.
2167
2168 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
2169
2170 * gdb.ada/info_auto_lang.exp: Update expected results.
2171 * gdb.base/info-types.c: Add additional types to check.
2172 * gdb.base/info-types.exp: Update expected results.
2173
2174 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
2175
2176 * gdb.base/info-types.c: New file.
2177 * gdb.base/info-types.exp: New file.
2178
2179 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
2180
2181 * gdb.arch/riscv-bp-infcall.c: New file.
2182 * gdb.arch/riscv-bp-infcall.exp: New file.
2183
2184 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
2185
2186 PR breakpoints/24541
2187 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
2188
2189 2019-07-14 Tom de Vries <tdevries@suse.de>
2190
2191 PR testsuite/24760
2192 * gdb.objc/basicclass.exp: Fix unterminated string.
2193
2194 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
2195 Andrew Burgess <andrew.burgess@embecosm.com>
2196
2197 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
2198 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
2199 negative bounds.
2200 * gdb.fortran/vla-value.exp: Print elements of an array with
2201 negative bounds.
2202 * gdb.fortran/vla.f90: Setup an array with negative bounds for
2203 testing.
2204
2205 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
2206
2207 * gdb.base/options.exp (expect_string): Dequote strings in
2208 results.
2209 (test-string): Test strings with different quoting and reindent.
2210
2211 2019-07-10 Tom Tromey <tromey@adacore.com>
2212
2213 * gdb.ada/mi_ex_cond.exp: Update expected results.
2214 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
2215 * gdb.ada/mi_catch_ex.exp: Update expected results.
2216 * gdb.ada/mi_catch_assert.exp: Update expected results.
2217 * gdb.ada/catch_ex.exp (catch_exception_info)
2218 (catch_exception_entry, catch_assert_entry)
2219 (catch_unhandled_entry): Update.
2220 * gdb.ada/catch_assert_if.exp: Update expected results.
2221
2222 2019-07-10 Richard Bunt <richard.bunt@arm.com>
2223 Stephen Roberts <stephen.roberts@arm.com>
2224
2225 * gdb.base/define.exp: Restore original prompt.
2226
2227 2019-07-09 Pedro Alves <palves@redhat.com>
2228
2229 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
2230 breakpoints" output.
2231 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
2232 * gdb.python/py-breakpoint.exp: No longer expect that "catch
2233 throw" creates breakpoint.
2234 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
2235 'type="catchpoint"'.
2236
2237 2019-07-09 Pedro Alves <palves@redhat.com>
2238
2239 PR c++/15468
2240 * gdb.cp/except-multi-location-lib.cc: New.
2241 * gdb.cp/except-multi-location-main.cc: New.
2242 * gdb.cp/except-multi-location.exp: New.
2243
2244 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
2245
2246 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
2247 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
2248 argument and update callers.
2249
2250 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2251
2252 * gdb.arch/amd64-break-on-asm-line.S: New file.
2253 * gdb.arch/amd64-break-on-asm-line.exp: New file.
2254
2255 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2256
2257 * gdb.base/printcmds.exp: Test printing C string and
2258 C wide string convenience vars without transiting via the inferior.
2259 Also make test names unique.
2260
2261 2019-07-08 Alan Hayward <alan.hayward@arm.com>
2262
2263 PR breakpoints/25011
2264 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
2265
2266 2019-07-04 Pedro Alves <palves@redhat.com>
2267
2268 * lib/gdb.exp (foreach_with_prefix): Don't return early if
2269 body returned ok(0), break(3) or continue(4).
2270 * gdb.testsuite/foreach_with_prefix.exp: New file.
2271
2272 2019-07-04 Alan Hayward <alan.hayward@arm.com>
2273
2274 * gdb.server/unittest.exp: Allow 0 unit tests to run.
2275
2276 2019-07-03 Pedro Alves <palves@redhat.com>
2277
2278 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
2279 "return -code".
2280
2281 2019-07-03 Pedro Alves <palves@redhat.com>
2282
2283 PR cli/24732
2284 * gdb.base/shell.exp: Load completion-support.exp.
2285 Adjust expected error output. Add completion tests.
2286
2287 2019-07-03 Pedro Alves <palves@redhat.com>
2288
2289 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
2290 string_to_regexp.
2291
2292 2019-07-03 Pedro Alves <palves@redhat.com>
2293
2294 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
2295 (expect_integer): Adjust to expect "-string".
2296 (expect_string): New.
2297 (all_options): Expect "-string".
2298 (test-flag, test-boolean): Adjust to expect "-string".
2299 (test-string): New proc.
2300 (top level): Call it.
2301
2302 2019-07-03 Pedro Alves <palves@redhat.com>
2303
2304 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
2305 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
2306 the expected output in the success.
2307
2308 2019-07-03 Pedro Alves <palves@redhat.com>
2309
2310 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
2311 Split one gdb_test_multiple call in two to avoid a race.
2312
2313 2019-07-03 Pedro Alves <palves@redhat.com>
2314
2315 * gdb.base/with.c: New file.
2316 * gdb.base/with.exp: New file.
2317
2318 2019-07-03 Pedro Alves <palves@redhat.com>
2319
2320 * gdb.base/settings.exp: Replace all references to "maint
2321 test-settings set" with references to "maint set test-settings",
2322 and all references to "maint test-settings show" with references
2323 to "maint show test-settings".
2324
2325 2019-07-03 Pedro Alves <palves@redhat.com>
2326
2327 * gdb.base/settings.exp (test-string): Adjust expected out when
2328 testing "maint test-settings show filename"
2329
2330 2019-07-02 Pedro Alves <palves@redhat.com>
2331
2332 * gdb.base/options.exp (test-info-threads): New procedure.
2333 (top level): Call it.
2334
2335 2019-06-28 Tom Tromey <tromey@adacore.com>
2336
2337 * gdb.dwarf2/ada-linkage-name.c: New file.
2338 * gdb.dwarf2/ada-linkage-name.exp: New file.
2339
2340 2019-06-27 Tom Tromey <tromey@adacore.com>
2341
2342 PR c++/20020:
2343 * gdb.cp/constexpr-field.exp: Use setup_xfail.
2344
2345 2019-06-26 Tom de Vries <tdevries@suse.de>
2346
2347 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
2348
2349 2019-06-26 Tom de Vries <tdevries@suse.de>
2350
2351 * gdb.base/index-cache.exp: Add back missing debug option.
2352
2353 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2354
2355 * gdb.base/alias.exp: Test non matching/non existing prefixes.
2356
2357 2019-06-25 Tom de Vries <tdevries@suse.de>
2358
2359 PR testsuite/24727
2360 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
2361
2362 2019-06-24 Tom de Vries <tdevries@suse.de>
2363
2364 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
2365
2366 2019-06-24 Tom de Vries <tdevries@suse.de>
2367
2368 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
2369 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
2370 * gdb.trace/unavailable-dwarf-piece.exp: Same.
2371
2372 2019-06-24 Tom de Vries <tdevries@suse.de>
2373
2374 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
2375
2376 2019-06-21 Tom de Vries <tdevries@suse.de>
2377
2378 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
2379
2380 2019-06-21 Tom de Vries <tdevries@suse.de>
2381
2382 PR testsuite/24518
2383 PR ada/24713
2384 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
2385 index.
2386
2387 2019-06-19 Tom Tromey <tromey@adacore.com>
2388
2389 * gdb.ada/length_cond.exp: Add intro comment.
2390
2391 2019-06-19 Tom Tromey <tromey@adacore.com>
2392
2393 * gdb.ada/length_cond.exp: New file.
2394 * gdb.ada/length_cond/length_cond.adb: New file.
2395 * gdb.ada/length_cond/pck.adb: New file.
2396 * gdb.ada/length_cond/pck.ads: New file.
2397
2398 2019-06-18 Tom de Vries <tdevries@suse.de>
2399
2400 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
2401
2402 2019-06-18 Tom Tromey <tromey@adacore.com>
2403
2404 * gdb.base/list0.h: Add comment explaining control character.
2405
2406 2019-06-18 Tom de Vries <tdevries@suse.de>
2407
2408 * boards/fission.exp: Break up long debug_flags line.
2409
2410 2019-06-16 Tom de Vries <tdevries@suse.de>
2411
2412 PR gdb/24445
2413 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
2414 generated index.
2415
2416 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
2417
2418 PR gdb/24686
2419 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
2420 improve detection of bug gdb/24541.
2421
2422 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
2423
2424 PR gdb/24669
2425 * gdb.base/index-cache.exp (uses_readnow,
2426 expecting_index_cache_use): Define global variable.
2427 (test_cache_enabled_miss, test_cache_enabled_hit): Use
2428 expecting_index_cache_use.
2429
2430 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
2431 Andrew Burgess <andrew.burgess@embecosm.com>
2432
2433 * gdb.fortran/pointers.f90: New file.
2434 * gdb.fortran/print_type.exp: New file.
2435 * gdb.fortran/vla-ptype.exp: Adapt expected results.
2436 * gdb.fortran/vla-type.exp: Likewise.
2437 * gdb.fortran/vla-value.exp: Likewise.
2438 * gdb.mi/mi-vla-fortran.exp: Likewise.
2439
2440 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2441
2442 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
2443 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
2444 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
2445 as a stop reason.
2446
2447 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2448
2449 * gdb.base/annota1.exp: Update expected results.
2450 * gdb.cp/annota2.exp: Likewise.
2451 * gdb.cp/annota3.exp: Likewise.
2452
2453 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2454
2455 * gdb.base/style-logging.exp: Remove path from test name.
2456
2457 2019-06-14 Tom Tromey <tromey@adacore.com>
2458
2459 PR gdb/24502:
2460 * gdb.base/style-logging.exp: New file.
2461
2462 2019-06-14 Tom Tromey <tromey@adacore.com>
2463
2464 * gdb.base/symfile-warn.exp: New file.
2465 * gdb.base/symfile-warn.c: New file.
2466
2467 2019-06-14 Tom Tromey <tromey@adacore.com>
2468
2469 * gdb.base/annotate-symlink.exp: New file.
2470
2471 2019-06-14 Tom Tromey <tromey@adacore.com>
2472
2473 * gdb.ada/set_wstr.exp: Add reassignment test.
2474
2475 2019-06-14 Tom Tromey <tromey@adacore.com>
2476
2477 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
2478 'unchecked_access and 'unrestricted_access as well.
2479
2480 2019-06-14 Tom Tromey <tromey@adacore.com>
2481
2482 PR ada/24539:
2483 * gdb.ada/vla.exp: Update tests.
2484 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
2485 pragma.
2486
2487 2019-06-13 Pedro Alves <palves@redhat.com>
2488
2489 * gdb.base/settings.exp (test-integer): Test junk after
2490 "unlimited".
2491
2492 2019-06-13 Pedro Alves <palves@redhat.com>
2493
2494 * gdb.base/options.exp (test-thread-apply): New.
2495 (top level): Call it.
2496
2497 2019-06-13 Pedro Alves <palves@redhat.com>
2498
2499 * gdb.base/options.exp (test-frame-apply): New.
2500 (top level): Test print commands with different "frame apply"
2501 prefixes.
2502
2503 2019-06-13 Pedro Alves <palves@redhat.com>
2504
2505 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
2506 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
2507 'max_completions' parameter and handle it.
2508 (test_gdb_completion_offers_commands): New.
2509
2510 2019-06-13 Pedro Alves <palves@redhat.com>
2511
2512 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
2513
2514 2019-06-13 Pedro Alves <palves@redhat.com>
2515
2516 * gdb.base/options.exp (test-backtrace): New.
2517 (top level): Call it.
2518
2519 2019-06-13 Pedro Alves <palves@redhat.com>
2520
2521 * gdb.guile/scm-frame-args.exp: Use "set print
2522 raw-frame-arguments" instead of "set print raw frame-arguments".
2523 * gdb.python/py-frame-args.exp: Likewise.
2524
2525 2019-06-13 Pedro Alves <palves@redhat.com>
2526
2527 * gdb.compile/compile.exp: Adjust expected output to option
2528 processing changes.
2529
2530 2019-06-13 Pedro Alves <palves@redhat.com>
2531
2532 * gdb.base/options.exp: Build executable.
2533 (test-print): New procedure.
2534 (top level): Call it, once for "print" and another for "compile
2535 print".
2536
2537 2019-06-13 Pedro Alves <palves@redhat.com>
2538
2539 * gdb.base/options.c: New file.
2540 * gdb.base/options.exp: New file.
2541
2542 2019-06-13 Pedro Alves <palves@redhat.com>
2543
2544 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
2545 that "o" is ambiguous.
2546
2547 2019-06-13 Pedro Alves <palves@redhat.com>
2548
2549 * gdb.base/settings.c: New file.
2550 * gdb.base/settings.exp: New file.
2551
2552 2019-06-13 Pedro Alves <palves@redhat.com>
2553
2554 * gdb.base/completion.exp: Fix comment typo.
2555
2556 2019-06-13 Pedro Alves <palves@redhat.com>
2557
2558 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
2559 foo --1" test.
2560
2561 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
2562
2563 * gdb.fortran/block-data.f: New.
2564 * gdb.fortran/block-data.exp: New.
2565
2566 2019-06-11 Tom de Vries <tdevries@suse.de>
2567
2568 PR testsuite/24521
2569 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
2570 message.
2571
2572 2019-06-11 Tom de Vries <tdevries@suse.de>
2573
2574 PR testsuite/24521
2575 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
2576
2577 2019-06-11 Tom de Vries <tdevries@suse.de>
2578
2579 * boards/readnow.exp: New file.
2580
2581 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
2582
2583 * gdb.fortran/vla-sizeof.exp: Update expected results.
2584
2585 2019-06-06 Amos Bird <amosbird@gmail.com>
2586
2587 * gdb.base/annota1.exp (thread_switch): Add test for
2588 thread-exited annotation.
2589
2590 2019-06-06 Tom Tromey <tromey@adacore.com>
2591
2592 * gdb.base/maint.exp: Expect command started/finished output.
2593
2594 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
2595
2596 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
2597 comment.
2598 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
2599
2600 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
2601
2602 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
2603 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
2604 * gdb.arch/riscv-unwind-long-insn.c: New file.
2605 * gdb.arch/riscv-unwind-long-insn.exp: New file.
2606
2607 2019-06-04 Christian Biesinger <cbiesinger@google.com>
2608
2609 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
2610
2611 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2612
2613 * lib/gdb.exp (help_list_trailer): New regexp variable
2614 factorizing the help trailer message.
2615 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
2616 arg to allow to better factorize various tests.
2617 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
2618 (test_prefix_command_help): Use help_list_trailer.
2619 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
2620 * gdb.guile/scm-cmd.exp: Likewise.
2621 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
2622 * gdb.base/help.exp: Use test_user_defined_class_help.
2623 * gdb.base/style.exp: Add tests for styling of help and apropos.
2624 * lib/gdb-utils.exp (style): Add title and highlight styles.
2625
2626 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2627
2628 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
2629 $_shell_exitsignal.
2630 * gdb.base/default.exp: Update for new convenience variables.
2631
2632 2019-05-29 Tom Tromey <tromey@adacore.com>
2633
2634 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
2635 to "break complete ada" test case's regexp.
2636
2637 2019-05-29 Tom Tromey <tromey@adacore.com>
2638
2639 PR c++/20020:
2640 * gdb.cp/constexpr-field.exp: New file.
2641 * gdb.cp/constexpr-field.cc: New file.
2642
2643 2019-05-29 Tom Tromey <tromey@adacore.com>
2644
2645 * gdb.base/finish.exp (finish_no_print): New proc.
2646 (finish_tests): Call it.
2647
2648 2019-05-24 Tom de Vries <tdevries@suse.de>
2649
2650 * gdb.dwarf2/gdb-add-index.exp: New file.
2651
2652 2019-05-22 Tom Tromey <tromey@adacore.com>
2653
2654 * gdb.base/info-shared.exp (check_info_shared): Use "style".
2655 * gdb.base/style.exp: Use "style".
2656 * lib/gdb-utils.exp (style): New proc.
2657
2658 2019-05-22 Tom de Vries <tdevries@suse.de>
2659
2660 * gdb.base/align.exp: Require c++11.
2661
2662 2019-05-22 Tom de Vries <tdevries@suse.de>
2663
2664 PR testsuite/24586
2665 * gdb.python/py-mi-var-info-path-expression.exp: Call
2666 mi_skip_python_tests to check if python is supported.
2667
2668 2019-05-22 Alan Hayward <alan.hayward@arm.com>
2669
2670 * gdb.arch/aarch64-pauth.c: New test.
2671 * gdb.arch/aarch64-pauth.exp: New file.
2672
2673 2019-05-22 Alan Hayward <alan.hayward@arm.com>
2674
2675 * README (Re-running Tests Outside The Testsuite): New section.
2676
2677 2019-05-21 Tom de Vries <tdevries@suse.de>
2678
2679 * gdb.arch/amd64-eval.exp: Require c++11.
2680 * gdb.base/max-depth.exp: Same.
2681 * gdb.compile/compile-cplus-array-decay.exp: Same.
2682 * gdb.cp/meth-typedefs.exp: Same.
2683 * gdb.cp/subtypes.exp: Same.
2684 * gdb.cp/temargs.exp: Same.
2685
2686 2019-05-21 Alan Hayward <alan.hayward@arm.com>
2687
2688 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
2689
2690 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
2691
2692 PR gdb/18644
2693 * gdb.fortran/complex.exp: Remove setup_kfail calls.
2694 * gdb.fortran/printing-types.exp: Add new test.
2695 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
2696 testing.
2697 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
2698 setup_kfail call.
2699
2700 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2701
2702 * README (Running the Testsuite): Change example.
2703 (Testsuite Parameters): Remove TRANSCRIPT.
2704 * lib/gdb.exp: Remove TRANSCRIPT check.
2705
2706 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2707
2708 * README (Testsuite Parameters): Add replay logging to
2709 GDBSERVER_DEBUG.
2710 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
2711 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
2712 as a comma separated list.
2713 (gdb_debug_init): Override procedure.
2714
2715 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2716
2717 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
2718 (gdb_write_cmd_file): New procedure.
2719 * lib/gdbserver-support.exp (gdbserver_start): Call
2720 gdbserver_write_cmd_file.
2721 (gdbserver_write_cmd_file): New procedure.
2722
2723 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2724
2725 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
2726 (delete_breakpoints): Likewise.
2727 (gdb_run_cmd): Likewise.
2728 (gdb_start_cmd): Likewise.
2729 (gdb_starti_cmd): Likewise.
2730 (gdb_internal_error_resync): Likewise.
2731 (gdb_test_multiple): Likewise.
2732 (gdb_reinitialize_dir): Likewise.
2733 (default_gdb_exit): Likewise.
2734 (gdb_file_cmd): Mark kill as optional.
2735 (default_gdb_start): Call gdb_stdin_log_init.
2736 (send_gdb): Call gdb_stdin_log_write.
2737 (rerun_to_main): Mark Y as an answer.
2738 (gdb_stdin_log_init): New function.
2739 (gdb_stdin_log_write): Likewise.
2740
2741 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2742
2743 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
2744 * gdb.base/debug-expr.exp: Likewise.
2745 * gdb.base/foll-fork.exp: Likewise.
2746 * gdb.base/foll-vfork.exp: Likewise.
2747 * gdb.base/fork-print-inferior-events.exp: Likewise.
2748 * gdb.base/gdb-sigterm.exp: Likewise.
2749 * gdb.base/gdbinit-history.exp: Likewise.
2750 * gdb.base/osabi.exp: Likewise.
2751 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
2752 * gdb.base/ui-redirect.exp: Likewise.
2753 * gdb.gdb/unittest.exp: Likewise.
2754 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
2755 * gdb.mi/mi-watch.exp: Likewise.
2756 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2757 * gdb.mi/user-selected-context-sync.exp: Likewise.
2758 * gdb.python/python.exp: Disable debug test when debugging.
2759 * gdb.threads/check-libthread-db.exp: Disable when debugging.
2760 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
2761 Likewise.
2762 * gdb.threads/stepi-random-signal.exp: Likewise.
2763
2764 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2765
2766 * Makefile.in: Pass through GDB_DEBUG.
2767 * README (Testsuite Parameters): Add GDB_DEBUG.
2768 (gdb,debug): Add board setting.
2769 * lib/gdb.exp (default_gdb_start): Start debugging.
2770 (gdb_debug_enabled): New procedure.
2771 (gdb_debug_init): Likewise.
2772
2773 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2774
2775 * Makefile.in: Pass through GDB_DEBUG.
2776 * README (Testsuite Parameters): Add GDB_DEBUG.
2777 (gdb,debug): Add board setting.
2778 * lib/gdb.exp (default_gdb_start): Start debugging.
2779 (gdb_debug_enabled): New procedure.
2780 (gdb_debug_init): Likewise.
2781
2782 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2783
2784 * gdb.base/ui-redirect.exp: Add debug redirect tests.
2785
2786 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2787
2788 * gdb.base/ui-redirect.exp: Test redirection.
2789
2790 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
2791
2792 * gdb.mi/mi-complete.exp: New file.
2793 * gdb.mi/mi-complete.cc: Likewise.
2794
2795 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
2796
2797 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
2798 indexed and sliced arrays, and pointers to arrays.
2799
2800 2019-05-14 Tom Tromey <tromey@adacore.com>
2801
2802 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
2803 styling test.
2804
2805 2019-05-14 Tom de Vries <tdevries@suse.de>
2806
2807 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
2808 selection entry encoding.
2809
2810 2019-05-10 Tom Tromey <tromey@adacore.com>
2811
2812 * gdb.ada/info_exc.exp: Add "complete" test.
2813
2814 2019-05-09 Tom de Vries <tdevries@suse.de>
2815
2816 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
2817 CU-relative.
2818
2819 2019-05-09 Tom de Vries <tdevries@suse.de>
2820
2821 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
2822 CU-relative.
2823
2824 2019-05-08 Joel Brobecker <brobecker@adacore.com>
2825
2826 * gdb.ada/frame_arg_lang.exp: New testcase.
2827 * gdb.ada/frame_arg_lang/bla.adb: New file.
2828 * gdb.ada/frame_arg_lang/pck.ads: New file.
2829 * gdb.ada/frame_arg_lang/pck.adb: New file.
2830 * gdb.ada/frame_arg_lang/foo.c: New file.
2831
2832 2019-05-08 Tom Tromey <tromey@adacore.com>
2833
2834 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
2835
2836 2019-05-08 Tom Tromey <tromey@adacore.com>
2837
2838 * gdb.base/ptype-offsets.exp: Update tests.
2839
2840 2019-05-08 Tom Tromey <tromey@adacore.com>
2841
2842 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
2843 cases.
2844 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
2845 "short".
2846
2847 2019-05-08 Tom Tromey <tromey@adacore.com>
2848
2849 * gdb.ada/vla.exp: New file.
2850 * gdb.ada/vla/vla.adb: New file.
2851
2852 2019-05-07 Tom de Vries <tdevries@suse.de>
2853
2854 * gdb.base/index-cache.exp (ls_host): Fix return statement.
2855
2856 2019-05-07 Tom de Vries <tdevries@suse.de>
2857
2858 PR testsuite/24522
2859 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
2860 section.
2861
2862 2019-05-07 Tom de Vries <tdevries@suse.de>
2863
2864 PR testsuite/24522
2865 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
2866 .debug_aranges section.
2867
2868 2019-05-07 Tom de Vries <tdevries@suse.de>
2869
2870 PR testsuite/24159
2871 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
2872
2873 2019-05-06 Tom de Vries <tdevries@suse.de>
2874
2875 * lib/gdb.exp (exec_has_index_section): New proc.
2876 * gdb.base/index-cache.exp: Handle case that binfile contains an index
2877 section.
2878
2879 2019-05-04 Tom de Vries <tdevries@suse.de>
2880
2881 * boards/cc-with-debug-names.exp: New file.
2882
2883 2019-05-03 Tom Tromey <tromey@adacore.com>
2884
2885 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
2886 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
2887 * gdb.ada/char_enum.exp: Add test.
2888
2889 2019-05-03 Tom de Vries <tdevries@suse.de>
2890
2891 * boards/cc-with-gdb-index.exp: New file.
2892
2893 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
2894
2895 * gdb.rust/simple.exp: Add new test case.
2896 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
2897 (main): Initialise an instance of the new struct.
2898
2899 2019-05-01 Tom Tromey <tromey@adacore.com>
2900
2901 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
2902 record.
2903 (NPR): New variable.
2904 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
2905 test.
2906
2907 2019-05-01 Tom Tromey <tromey@adacore.com>
2908
2909 * gdb.ada/packed_array_assign.exp: Add packed assignment
2910 regression test.
2911
2912 2019-05-01 Tom de Vries <tdevries@suse.de>
2913
2914 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
2915
2916 2019-05-01 Tom de Vries <tdevries@suse.de>
2917
2918 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
2919
2920 2019-04-30 Ali Tamur <tamur@google.com>
2921
2922 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
2923
2924 2019-04-30 Tom Tromey <tromey@adacore.com>
2925
2926 * lib/ada.exp (find_ada_tool): New proc.
2927 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
2928 * gdb.ada/catch_ex_std.exp: New file.
2929 * gdb.ada/catch_ex_std/foo.adb: New file.
2930 * gdb.ada/catch_ex_std/some_package.adb: New file.
2931 * gdb.ada/catch_ex_std/some_package.ads: New file.
2932
2933 2019-04-30 Tom Tromey <tromey@adacore.com>
2934
2935 PR c++/24470:
2936 * gdb.cp/temargs.cc: Add test code from PR.
2937
2938 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2939
2940 * gdb.fortran/vla-datatypes.exp: Update expected results.
2941 * gdb.fortran/vla-ptype.exp: Likewise.
2942 * gdb.fortran/vla-type.exp: Likewise.
2943 * gdb.fortran/vla-value.exp: Likewise.
2944
2945 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2946
2947 * gdb.fortran/ptr-indentation.exp: Update expected results.
2948 * gdb.fortran/ptype-on-functions.exp: Likewise.
2949 * gdb.fortran/vla-ptr-info.exp: Likewise.
2950 * gdb.fortran/vla-value.exp: Likewise.
2951
2952 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2953
2954 * gdb.fortran/ptype-on-functions.exp: New file.
2955 * gdb.fortran/ptype-on-functions.f90: New file.
2956
2957 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2958
2959 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
2960 case void string.
2961
2962 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2963
2964 * gdb.fortran/complex.exp: Expand.
2965 * gdb.fortran/complex.f: Renamed to...
2966 * gdb.fortran/complex.f90: ...this, and extended to add more
2967 complex values.
2968
2969 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2970
2971 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
2972 MODULO, CMPLX.
2973
2974 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
2975 Richard Bunt <richard.bunt@arm.com>
2976
2977 * gdb.base/max-depth.c: New file.
2978 * gdb.base/max-depth.exp: New file.
2979 * gdb.python/py-nested-maps.c: New file.
2980 * gdb.python/py-nested-maps.exp: New file.
2981 * gdb.python/py-nested-maps.py: New file.
2982 * gdb.python/py-format-string.exp (test_max_depth): New proc.
2983 (test_all_common): Call test_max_depth.
2984 * gdb.fortran/max-depth.exp: New file.
2985 * gdb.fortran/max-depth.f90: New file.
2986 * gdb.go/max-depth.exp: New file.
2987 * gdb.go/max-depth.go: New file.
2988 * gdb.modula2/max-depth.exp: New file.
2989 * gdb.modula2/max-depth.c: New file.
2990 * lib/gdb.exp (get_print_expr_at_depths): New proc.
2991
2992 2019-04-29 Tom de Vries <tdevries@suse.de>
2993
2994 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
2995
2996 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2997
2998 * gdb.base/callexit.exp: Test may-call-functions off.
2999
3000 2019-04-25 Keith Seitz <keiths@redhat.com>
3001
3002 PR c++/24367
3003 * gdb.cp/meth-typedefs.cc (incomplete_struct)
3004 (another_incomplete_struct, test_incomplete): New definitions.
3005 (main): Use new definitions.
3006 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
3007 functions.
3008
3009 2019-04-25 Ali Tamur <tamur@google.com>
3010
3011 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
3012
3013 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
3014
3015 PR corefiles/11608
3016 PR corefiles/18187
3017 * gdb.base/coredump-filter-build-id.exp: New file.
3018
3019 2019-04-25 Alan Hayward <alan.hayward@arm.com>
3020
3021 * Makefile.in: Pass through GDBSERVER_DEBUG.
3022 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
3023 (gdbserver,debug): Add board setting.
3024 * gdb.trace/tspeed.exp: Skip when debugging.
3025 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
3026 * lib/gdbserver-support.exp: Likewise
3027
3028 2019-04-24 Tom Tromey <tromey@adacore.com>
3029
3030 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
3031 Rust.
3032
3033 2019-04-24 Tom Tromey <tromey@adacore.com>
3034
3035 * gdb.arch/amd64-eval.exp: Test bitfield return.
3036 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
3037 (class Foo) <return_bitfields>: New method.
3038 (main): Call it.
3039
3040 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
3041
3042 * gdb.cp/many-args.cc: New file.
3043 * gdb.cp/many-args.exp: New file.
3044
3045 2019-04-23 Tom de Vries <tdevries@suse.de>
3046
3047 PR gdb/24433
3048 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
3049
3050 2019-04-23 Alan Hayward <alan.hayward@arm.com>
3051
3052 * gdb.trace/backtrace.exp: Use nopie flag.
3053 * gdb.trace/circ.exp: Likewise.
3054 * gdb.trace/collection.exp: Likewise.
3055 * gdb.trace/ftrace.exp: Likewise.
3056 * gdb.trace/mi-trace-unavailable.exp: Likewise.
3057 * gdb.trace/mi-traceframe-changed.exp: Likewise.
3058 * gdb.trace/qtro.exp: Likewise.
3059 * gdb.trace/read-memory.exp: Likewise.
3060 * gdb.trace/report.exp: Likewise.
3061 * gdb.trace/tfile.exp: Likewise.
3062 * gdb.trace/tfind.exp: Likewise.
3063 * gdb.trace/unavailable.exp: Likewise.
3064
3065 2019-04-22 Pedro Alves <palves@redhat.com>
3066
3067 * gdb.base/solib-probes-nosharedlibrary.c,
3068 gdb.base/solib-probes-nosharedlibrary.exp: New files.
3069
3070 2019-04-19 Tom Tromey <tromey@adacore.com>
3071
3072 * gdb.ada/ptype_union.c: New file.
3073 * gdb.ada/ptype_union.exp: New file.
3074
3075 2019-04-19 Tom Tromey <tromey@adacore.com>
3076
3077 PR symtab/24423:
3078 * gdb.base/list0.h (foo): Add a control-l character.
3079
3080 2019-04-18 Tom de Vries <tdevries@suse.de>
3081
3082 PR gdb/24433
3083 * boards/local-board.exp: Set sysroot to "".
3084
3085 2019-04-18 Tom de Vries <tdevries@suse.de>
3086 Pedro Alves <palves@redhat.com>
3087
3088 PR gdb/24454
3089 * gdb.threads/vfork-follow-child-exec.c: New file.
3090 * gdb.threads/vfork-follow-child-exec.exp: New file.
3091 * gdb.threads/vfork-follow-child-exit.c: New file.
3092 * gdb.threads/vfork-follow-child-exit.exp: New file.
3093
3094 2019-04-15 Leszek Swirski <leszeks@google.com>
3095
3096 * gdb.arch/amd64-eval.cc: New file.
3097 * gdb.arch/amd64-eval.exp: New file.
3098
3099 2019-04-11 Alan Hayward <alan.hayward@arm.com>
3100
3101 * gdb.server/sysroot.c: New test.
3102 * gdb.server/sysroot.exp: New file.
3103 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
3104 matching param.
3105
3106 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
3107
3108 * gdb.base/align.exp: Extend test to cover structures containing
3109 only static fields.
3110
3111 2019-04-11 Tom de Vries <tdevries@suse.de>
3112
3113 * boards/cc-with-dwz-m.exp: New file.
3114 * boards/cc-with-dwz.exp: New file.
3115 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
3116
3117 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
3118
3119 * gdb.base/start-cpp.exp: New file.
3120 * gdb.base/start-cpp.cc: New file.
3121
3122 2019-04-08 Kevin Buettner <kevinb@redhat.com>
3123
3124 * gdb.python/py-thrhandle.exp: Adjust tests to call
3125 thread_from_handle instead of thread_from_thread_handle.
3126
3127 2019-04-08 Kevin Buettner <kevinb@redhat.com>
3128
3129 * gdb.python/py-thrhandle.exp: Add tests for
3130 gdb.InferiorThread.handle.
3131
3132 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
3133
3134 * gdb.python/py-function.exp: Check calling helper function from
3135 all languages.
3136 * lib/gdb.exp (gdb_supported_languages): New proc.
3137
3138 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
3139
3140 * gdb.base/complex-parts.c: New file.
3141 * gdb.base/complex-parts.exp: New file.
3142
3143 2019-04-01 Tom Tromey <tromey@adacore.com>
3144
3145 PR symtab/23331:
3146 * gdb.dwarf2/dw2-ranges-main.c: New file.
3147 * gdb.dwarf2/dw2-ranges-psym.c: New file.
3148 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
3149
3150 2019-03-30 Simon Marchi <simark@simark.ca>
3151
3152 * gdb.base/default.exp: Add values for $_gdb_major and
3153 $_gdb_minor.
3154
3155 2019-03-29 Tom Tromey <tromey@adacore.com>
3156
3157 * gdb.base/help.exp: Tighten apropos regexp.
3158
3159 2019-03-29 Keith Seitz <keiths@redhat.com>
3160
3161 * gdb.fortran/array-bounds.exp: New file.
3162 * gdb.fortran/array-bounds.f90: New file.
3163
3164 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3165
3166 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
3167
3168 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3169
3170 * gdb.multi/hello.c (main): Increase alarm timer.
3171
3172 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
3173
3174 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
3175 factor when no hardware watchpoint support.
3176
3177 2019-03-28 Alan Hayward <alan.hayward@arm.com>
3178 Pedro Alves <palves@redhat.com>
3179
3180 * boards/local-board.exp: set sysroot to /.
3181
3182 2019-03-27 Alan Hayward <alan.hayward@arm.com>
3183
3184 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
3185 in child.
3186
3187 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3188
3189 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
3190 field.
3191 (make_container): Initialise new field.
3192 * gdb.python/py-prettyprint.exp: Add new tests.
3193 * gdb.python/py-prettyprint.py (class ContainerPrinter)
3194 <display_hint>: New method.
3195
3196 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3197
3198 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
3199 gdb_continue_to_breakpoint more throughout this test.
3200 (run_lang_tests) Supply unique test names, and use
3201 gdb_test_no_output.
3202
3203 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3204
3205 * gdb.base/finish-pretty.exp: Update expected results.
3206 * gdb.base/pretty-print.c: New file.
3207 * gdb.base/pretty-print.exp: New file.
3208
3209 2019-03-25 Pedro Alves <palves@redhat.com>
3210
3211 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
3212 move comments outside list. Append '-i "" eof' section.
3213
3214 2019-03-22 Alan Hayward <alan.hayward@arm.com>
3215
3216 PR testsuite/25016
3217 * README: Add pie options.
3218 * gdb.base/break-interp.exp: Ensure pie is disabled.
3219 * gdb.base/dump.exp: Likewise.
3220 * lib/gdb.exp (gdb_compile): Add pie option.
3221
3222 2019-03-19 Tom Tromey <tromey@adacore.com>
3223
3224 * gdb.mi/mi2-cli-display.c: New file.
3225 * gdb.mi/mi2-cli-display.exp: New file.
3226
3227 2019-03-18 Joel Brobecker <brobecker@adacore.com>
3228 Tom Tromey <tromey@adacore.com>
3229
3230 * gdb.ada/ptype_array/pck.adb: New file.
3231 * gdb.ada/ptype_array/pck.ads: New file.
3232 * gdb.ada/ptype_array/foo.adb: New file.
3233 * gdb.ada/ptype_array.exp: New file.
3234
3235 2019-03-14 Tom Tromey <tromey@adacore.com>
3236
3237 * gdb.base/style.exp: Add "set style sources" test.
3238
3239 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
3240
3241 * mi-breakpoint-location-ena-dis.exp: Rename to ...
3242 * mi-breakpoint-multiple-locations.exp: ... this.
3243 (make_breakpoints_pattern): New proc.
3244 (do_test): Add mi_version parameter, test -break-insert,
3245 -break-info and =breakpoint-created.
3246
3247 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
3248
3249 * config/default.exp: Remove 'load_lib gdb.exp'.
3250 * config/monitor.exp: Likewise.
3251 * config/sid.exp: Likewise.
3252 * config/sim.exp: Likewise.
3253 * config/slite.exp: Likewise.
3254 * config/unix.exp: Likewise.
3255 * gdb.base/default.exp: Remove unhelpful comment.
3256
3257 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3258
3259 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
3260
3261 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3262
3263 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
3264
3265 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3266
3267 * gdb.fortran/type-kinds.exp: Update expected results.
3268
3269 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3270
3271 * gdb.fortran/type-kinds.exp: Test new integer type kind.
3272
3273 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3274
3275 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
3276 function.
3277 (test_basic_parsing_of_type_kinds): Expand types tested.
3278 (test_parsing_invalid_type_kinds): New function.
3279
3280 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3281
3282 * gdb.fortran/intrinsics.exp: New file.
3283 * gdb.fortran/intrinsics.f90: New file.
3284 * gdb.fortran/type-kinds.exp: New file.
3285
3286 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3287
3288 * gdb.fortran/dot-ops.exp: New file.
3289
3290 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3291
3292 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
3293 Check upper and lower case logical literals.
3294
3295 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3296
3297 * gdb.fortran/types.exp (test_float_literal_types_accepted):
3298 Remove duplicate tests.
3299
3300 2019-03-06 Alan Hayward <alan.hayward@arm.com>
3301
3302 * lib/gdb.exp (builtin_cd): rename of cd.
3303 (cd): Override builtin.
3304
3305 2019-03-06 Richard Bunt <richard.bunt@arm.com>
3306
3307 * gdb.fortran/function-calls.exp: New file.
3308 * gdb.fortran/function-calls.f90: New test.
3309
3310 2019-03-04 Richard Bunt <richard.bunt@arm.com>
3311
3312 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
3313 on user program standard output.
3314 * gdb.fortran/short-circuit-argument-list.f90: Record function
3315 calls.
3316
3317 2019-02-28 Alan Hayward <alan.hayward@arm.com>
3318
3319 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
3320 failure.
3321
3322 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3323
3324 PR gdb/8527
3325 * gdb.base/interrupt-daemon-attach.c,
3326 gdb.base/interrupt-daemon-attach.exp: New test.
3327
3328 2019-02-27 Pedro Alves <palves@redhat.com>
3329
3330 * gdb.base/page.exp: Add tests for "set width/height -1".
3331
3332 2019-02-27 Pedro Alves <palves@redhat.com>
3333
3334 * gdb.base/page.exp: Add tests for "set/show width/height" with
3335 "infinite" values.
3336
3337 2019-02-27 Tom Tromey <tromey@adacore.com>
3338
3339 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
3340 2.4.
3341 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
3342 workaround.
3343
3344 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
3345
3346 * gdb.base/align.exp: Extend to compile in both C and C++, and add
3347 tests for structs with static members.
3348
3349 2019-02-26 Tom Tromey <tromey@adacore.com>
3350
3351 * gdb.python/py-value.exp (test_value_from_buffer): Check for
3352 ValueError, not TypeError.
3353
3354 2019-02-26 Kevin Buettner <kevinb@redhat.com>
3355
3356 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
3357 call from main program.
3358
3359 2019-02-23 Joel Brobecker <brobecker@adacore.com>
3360
3361 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
3362 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
3363 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
3364 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
3365 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
3366
3367 2019-02-22 Keith Seitz <keiths@redhat.com>
3368
3369 PR symtab/23853
3370 * gdb.base/symlink-sourcefile.c: New file.
3371 * gdb.base/symlink-sourcefile.exp: New file.
3372
3373 2019-02-20 Tom Tromey <tom@tromey.com>
3374
3375 * gdb.base/info_qt.exp: Update.
3376
3377 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
3378
3379 * gdb.base/source.exp: Move "error in sourced script" code to
3380 the end.
3381 * gdb.base/source-error.gdb: Move contents to
3382 source-error-1.gdb. Add new code to source source-error-1.gdb.
3383 * gdb.base/source-error-1.gdb: New file, from previous
3384 source-error.gdb.
3385
3386 2019-02-17 Tom Tromey <tom@tromey.com>
3387
3388 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
3389 for macro styling.
3390 * gdb.base/style.c (SOME_MACRO): New macro.
3391
3392 2019-02-17 Tom Tromey <tom@tromey.com>
3393
3394 * gdb.base/style.exp: Add line-wrapping tests.
3395 * gdb.base/page.exp: Add test for quitting during pagination.
3396
3397 2019-02-17 Joel Brobecker <brobecker@adacore.com>
3398
3399 * gdb.ada/big_packed_array: New testcase.
3400 * gdb.ada/homonym.exp: Fix incorrect expected output for
3401 "break <homonym__get_value>" test.
3402
3403 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
3404
3405 PR breakpoints/21870
3406 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
3407 and prepare_for_testing. Add comment.
3408 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
3409 redundant cleanup call. Clean up comment.
3410
3411 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
3412
3413 PR breakpoints/21870
3414 * gdb.arch/aarch64-dbreg-contents.exp: New file.
3415 * gdb.arch/aarch64-dbreg-contents.c: New file.
3416
3417 2019-02-10 Joel Brobecker <brobecker@adacore.com>
3418
3419 * gdb.ada/mi_ref_changeable: New testcase.
3420
3421 2019-02-07 Alan Hayward <alan.hayward@arm.com>
3422
3423 * gdb.base/attach.exp: Add double attach test.
3424
3425 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
3426
3427 * lib/gdb.exp (default_gdb_start): Don't match pagination
3428 prompt.
3429 (gdb_init): Set stty_init.
3430
3431 2019-01-27 Tom Tromey <tom@tromey.com>
3432
3433 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
3434 skip_python_tests.
3435
3436 2019-01-24 Alan Hayward <alan.hayward@arm.com>
3437
3438 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
3439 New structure.
3440 (struct struct_static_02_02): Likewise.
3441 (struct struct_static_02_03): Likewise.
3442 (struct struct_static_02_04): Likewise.
3443 (struct struct_static_04_01): Likewise.
3444 (struct struct_static_04_02): Likewise.
3445 (struct struct_static_04_03): Likewise.
3446 (struct struct_static_04_04): Likewise.
3447 (struct struct_static_06_01): Likewise.
3448 (struct struct_static_06_02): Likewise.
3449 (struct struct_static_06_03): Likewise.
3450 (struct struct_static_06_04): Likewise.
3451 (cmp_struct_static_02_01): Likewise.
3452 (cmp_struct_static_02_02): Likewise.
3453 (cmp_struct_static_02_03): Likewise.
3454 (cmp_struct_static_02_04): Likewise.
3455 (cmp_struct_static_04_01): Likewise.
3456 (cmp_struct_static_04_02): Likewise.
3457 (cmp_struct_static_04_03): Likewise.
3458 (cmp_struct_static_04_04): Likewise.
3459 (cmp_struct_static_06_01): Likewise.
3460 (cmp_struct_static_06_02): Likewise.
3461 (cmp_struct_static_06_03): Likewise.
3462 (cmp_struct_static_06_04): Likewise.
3463 (call_all): Test new structs.
3464 * gdb.base/infcall-nested-structs.exp: Likewise.
3465
3466 2019-01-21 Alan Hayward <alan.hayward@arm.com>
3467 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
3468
3469 2019-01-21 Alan Hayward <alan.hayward@arm.com>
3470 * gdb.base/stack-protector.c: New test.
3471 * gdb.base/stack-protector.exp: New file.
3472 * gdb.cp/ovldbreak.exp: Only allow a single break line.
3473 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
3474 option.
3475 (gdb_compile): Remove stack protector for GCC and prevent
3476 recursion.
3477
3478 2019-01-16 Keith Seitz <keiths@redhat.com>
3479
3480 PR gdb/23773
3481 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
3482
3483 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3484
3485 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
3486 aliases.
3487 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
3488 tests.
3489 * gdb.arch/powerpc-vector-regs.c: New file.
3490 * gdb.arch/powerpc-vector-regs.exp: New file.
3491
3492 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3493
3494 * gdb.arch/altivec-regs.exp: Fix the list passed to
3495 gdb_expect_list when testing "info vector".
3496
3497 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
3498
3499 * gdb.base/style.exp: Don't include path in testname.
3500
3501 2019-01-10 Keith Seitz <keiths@redhat.com>
3502
3503 PR gdb/23712
3504 PR symtab/23010
3505 * gdb.dwarf2/multidictionary.exp: New file.
3506
3507 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
3508
3509 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
3510 (test_gnuv3_style_demangling): ... this.
3511 (test_lucid_style_demangling): Remove.
3512 (test_arm_style_demangling): Remove.
3513 (test_hp_style_demangling): Remove.
3514 (do_tests): Remove calls to the above.
3515
3516 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3517
3518 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
3519 case.
3520
3521 2019-01-06 Tom Tromey <tom@tromey.com>
3522
3523 PR gdb/28155:
3524 * gdb.dwarf2/typedef-void-finish.exp: New file.
3525
3526 2018-12-28 Tom Tromey <tom@tromey.com>
3527 Simon Marchi <simark@simark.ca>
3528
3529 * gdb.base/jit-exec.exp: New file.
3530 * gdb.base/jit-exec.c: New file.
3531 * gdb.base/jit-execd.c: New file.
3532
3533 2018-12-28 Tom Tromey <tom@tromey.com>
3534
3535 * gdb.base/style.exp: Update test to check for address styling.
3536
3537 2018-12-28 Tom Tromey <tom@tromey.com>
3538
3539 * gdb.base/style.exp: Add test for styling of "Reading symbols"
3540 message.
3541
3542 2018-12-28 Tom Tromey <tom@tromey.com>
3543
3544 * gdb.base/style.exp: Add test for version number styling.
3545
3546 2018-12-28 Tom Tromey <tom@tromey.com>
3547
3548 * gdb.base/style.exp: Add test for print_address_symbolic.
3549
3550 2018-12-28 Tom Tromey <tom@tromey.com>
3551
3552 * gdb.base/style.exp: Add test for breakpoint setting.
3553
3554 2018-12-28 Tom Tromey <tom@tromey.com>
3555
3556 * gdb.base/style.exp: Add test for variable names.
3557
3558 2018-12-28 Tom Tromey <tom@tromey.com>
3559
3560 * gdb.base/style.exp: New file.
3561 * gdb.base/style.c: New file.
3562
3563 2018-12-28 Tom Tromey <tom@tromey.com>
3564
3565 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
3566 "dumb".
3567 * gdb.base/readline.exp (operate_and_get_next): Save and restore
3568 the TERM environment variable.
3569
3570 2018-12-27 Tom Tromey <tom@tromey.com>
3571
3572 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
3573 pagination test.
3574
3575 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
3576
3577 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
3578 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
3579
3580 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3581
3582 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
3583 Filename a.adb changed to bp_fun_addr.adb.
3584 gdb.ada/bp_fun_addr.exp: Update test accordingly.
3585
3586 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
3587
3588 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
3589 non-PIE executables.
3590 * README: Mention the gdb,nopie_flag board setting.
3591 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
3592 non-PIE executable.
3593 * gdb.arch/amd64-entry-value.exp: Likewise.
3594 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
3595 * gdb.arch/i386-float.exp: Likewise.
3596 * gdb.arch/i386-signal.exp: Likewise.
3597 * gdb.mi/mi-reg-undefined.exp: Likewise.
3598
3599 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
3600
3601 PR gdb/23974
3602 * gdb.base/info-os.exp: Check return for unknown "info os" type.
3603
3604 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3605
3606 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
3607 Update order of results accordingly.
3608
3609 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
3610
3611 * gdb.base/annota1.exp: Update a test regexp.
3612
3613 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
3614
3615 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
3616
3617 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3618
3619 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
3620 (reuse_time): Initialize to REUSE_TIME_CAP.
3621 (check_rc): New function.
3622 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
3623 Check pthread_create rc.
3624 (spawner_thread_func): Check pthread_create and pthread_join rc.
3625
3626 2018-12-08 Pedro Alves <palves@redhat.com>
3627
3628 * gdb.base/list.exp (test_forward_search): Rename to ...
3629 (test_forward_reverse_search): ... this. Also test reverse-search
3630 and the forward-search alias.
3631
3632 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
3633
3634 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
3635 local timeout variable before return, and remove all local timeout
3636 variable entirely.
3637 (gdb_load): Likewise.
3638
3639 2018-12-01 Tom de Vries <tdevries@suse.de>
3640
3641 * gdb.base/gdb-caching-proc.exp: New file.
3642
3643 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
3644
3645 * Makefile.in (TIMESTAMP): New variable.
3646 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
3647 command.
3648 (check-single-racy): Likewise.
3649 (check/%.exp): Likewise.
3650 (check-racy/%.exp): Likewise.
3651 (workers/%.worker): Likewise.
3652 (build-perf): Likewise.
3653 (check-perf): Likewise.
3654 * README: Describe new "TS" and "TS_FORMAT" variables.
3655 * print-ts.py: New file.
3656
3657 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
3658
3659 PR python/23714
3660 * gdb.python/python.exp: Test command repetition after
3661 gdb.execute.
3662
3663 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
3664
3665 * gdb.opt/inline-break.exp: Add test that info breakpoint output
3666 is correctly aligned.
3667
3668 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3669
3670 * gdb.ada/info_auto_lang.exp: New testcase.
3671 * gdb.ada/info_auto_lang/global_pack.ads: New file.
3672 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
3673 * gdb.ada/info_auto_lang/some_c.c: New file.
3674
3675 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3676
3677 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
3678 FUNC_lang language syntax.
3679
3680 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3681
3682 * gdb.base/info_minsym.c: New file.
3683 * gdb.base/info_minsym.exp: New file.
3684
3685 2018-11-19 Tom Tromey <tom@tromey.com>
3686
3687 PR rust/23625:
3688 * gdb.rust/simple.exp: Add ptype test. Update expected output.
3689 * gdb.rust/expr.exp: Update expected output. Change one test.
3690
3691 2018-11-19 Tom Tromey <tom@tromey.com>
3692
3693 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
3694
3695 2018-11-19 Pedro Alves <palves@redhat.com>
3696
3697 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
3698 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
3699 see the expected warning.
3700
3701 2018-11-16 Alan Hayward <alan.hayward@arm.com>
3702
3703 PR gdb/22736:
3704 * gdb.cp/infcall-nodebug-lib.c: New test.
3705 * gdb.cp/infcall-nodebug-main.c: New test.
3706 * gdb.cp/infcall-nodebug.exp: New file.
3707
3708 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
3709
3710 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
3711 completer tests.
3712
3713 2018-11-09 Tom de Vries <tdevries@suse.de>
3714
3715 * gdb.base/msym-lang.c: New test.
3716 * gdb.base/msym-lang.exp: New file.
3717 * gdb.base/msym-lang-main.c: New test.
3718
3719 2018-11-08 Tom Tromey <tom@tromey.com>
3720
3721 PR gdb/23555:
3722 PR gdb/23838:
3723 * gdb.base/warning.exp: New file.
3724
3725 2018-11-08 Jan Beulich <jbeulich@suse.com>
3726
3727 * testsuite/gdb.arch/i386-avx512.c,
3728 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
3729
3730 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
3731
3732 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
3733 point hardware.
3734
3735 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
3736
3737 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
3738 * gdb.dwarf2/missing-type-name.exp: New file.
3739
3740 2018-11-06 Tom de Vries <tdevries@suse.de>
3741
3742 * gdb.base/many-headers.c: New test.
3743 * gdb.base/many-headers.exp: New file.
3744
3745 2018-11-06 Jim Wilson <jimw@sifive.com>
3746
3747 * gdb.base/code_elim.exp: For riscv, set additional_flags
3748 to include -msmall-data-limit=0.
3749
3750 2018-11-01 Joel Brobecker <brobecker@adacore.com>
3751
3752 * gdb.ada/watch_minus_l: New testcase.
3753
3754 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
3755
3756 * gdb.arch/aix-sighandle.c: New file.
3757 * gdb.arch/aix-sighandle.exp: New file.
3758
3759 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3760
3761 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
3762 registers being unions.
3763
3764 2018-10-31 Tom de Vries <tdevries@suse.de>
3765
3766 * lib/valgrind.exp: New file.
3767 (vgdb_start, vgdb_stop): New procs, factored out of ...
3768 * gdb.base/valgrind-bt.exp: ... here, ...
3769 * gdb.base/valgrind-disp-step.exp: ... here and ...
3770 * gdb.base/valgrind-infcall.exp: ... here.
3771
3772 2018-10-31 Tom de Vries <tdevries@suse.de>
3773
3774 * lib/gdb.exp (get_valueof): Don't output read value in test name.
3775
3776 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3777
3778 * gdb.dwarf2/void-type.c: New file.
3779 * gdb.dwarf2/void-type.exp: New file.
3780
3781 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3782
3783 * gdb.base/info_qt.c: New file.
3784 * gdb.base/info_qt.exp: New file.
3785
3786 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3787
3788 * gdb.arch/powerpc-htm-regs.c: New file.
3789 * gdb.arch/powerpc-htm-regs.exp: New file.
3790
3791 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3792
3793 * gdb.arch/powerpc-tar.c: New file.
3794 * gdb.arch/powerpc-tar.exp: New file.
3795
3796 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3797
3798 * gdb.arch/powerpc-ppr-dscr.c: New file.
3799 * gdb.arch/powerpc-ppr-dscr.exp: New file.
3800
3801 2018-10-25 Tom de Vries <tdevries@suse.de>
3802
3803 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
3804
3805 2018-10-24 Tom de Vries <tdevries@suse.de>
3806
3807 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
3808 longer exists error.
3809
3810 2018-10-24 Tom de Vries <tdevries@suse.de>
3811
3812 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
3813
3814 2018-10-24 Tom de Vries <tdevries@suse.de>
3815
3816 * gdb.base/valgrind-db-attach.exp: Handle removed support for
3817 --db-attach in valgrind.
3818
3819 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
3820
3821 * gdb.arch/riscv-reg-aliases.c: New file.
3822 * gdb.arch/riscv-reg-aliases.exp: New file.
3823
3824 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3825
3826 * gdb.python/py-cmd.exp: Check for gdb_prompt.
3827
3828 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3829
3830 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
3831
3832 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3833
3834 * gdb.cp/ovldbreak.exp: Fix regexps.
3835
3836 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3837
3838 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
3839
3840 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
3841
3842 PR cli/23785
3843 * gdb.base/restore.exp: New test to check if "restore" with an
3844 invalid file doesn't segfault.
3845
3846 2018-10-18 Tom de Vries <tdevries@suse.de>
3847
3848 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
3849 * gdb.ada/excep_handle.exp: Same.
3850 * gdb.ada/mi_string_access.exp: Same.
3851 * gdb.ada/mi_var_union.exp: Same.
3852 * gdb.arch/arc-analyze-prologue.exp: Same.
3853 * gdb.arch/arc-decode-insn.exp: Same.
3854 * gdb.base/readnever.exp: Same.
3855 * gdb.fortran/printing-types.exp: Same.
3856 * gdb.guile/scm-lazy-string.exp: Same.
3857
3858 2018-10-16 Tom de Vries <tdevries@suse.de>
3859
3860 PR gdb/23730
3861 * gdb.base/catch-follow-exec.c: Add copyright notice.
3862 * gdb.base/catch-follow-exec.exp: Rewrite to use
3863 gdb_spawn_with_cmdline_opts. Require gdb-native.
3864
3865 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
3866
3867 * gdb.trace/actions-changed.exp: Check for arch support.
3868 * gdb.trace/actions.exp: Likewise.
3869 * gdb.trace/ax.exp: Likewise.
3870 * gdb.trace/backtrace.exp: Likewise.
3871 * gdb.trace/change-loc.exp: Likewise.
3872 * gdb.trace/deltrace.exp: Likewise.
3873 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
3874 * gdb.trace/ftrace.exp: Likewise.
3875 * gdb.trace/infotrace.exp: Check for arch support.
3876 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
3877 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
3878 * gdb.trace/mi-tsv-changed.exp: Likewise.
3879 * gdb.trace/packetlen.exp: Likewise.
3880 * gdb.trace/passc-dyn.exp: Likewise.
3881 * gdb.trace/passcount.exp: Likewise.
3882 * gdb.trace/pending.exp: Likewise.
3883 * gdb.trace/range-stepping.exp: Check for shlib support.
3884 * gdb.trace/report.exp: Check for arch support.
3885 * gdb.trace/save-trace.exp: Likewise.
3886 * gdb.trace/signal.exp: Check for signal support.
3887 * gdb.trace/tfind.exp: Check for arch support.
3888 * gdb.trace/trace-break.exp: Check for arch and shlib support.
3889 * gdb.trace/trace-common.h: Add comment.
3890 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
3891 * gdb.trace/trace-enable-disable.exp: Likewise.
3892 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
3893 * gdb.trace/tracecmd.exp: Check for arch support.
3894 * gdb.trace/tspeed.exp: Check for shlib and target support.
3895 * gdb.trace/tstatus.exp: Check for arch support.
3896 * gdb.trace/tsv.exp: Likewise.
3897 * gdb.trace/while-dyn.exp: Likewise.
3898 * gdb.trace/while-stepping.exp: Likewise.
3899 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
3900
3901 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
3902
3903 * gdb.trace/tspeed.exp: Remove nowarnings.
3904 (prepare_for_trace_test): Declare "global ipalib".
3905 * gdb.trace/tspeed.c: Include unistd.h.
3906 (main): Remove superfluous printf argument.
3907
3908 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
3909
3910 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
3911 directory prefix on the filename.
3912
3913 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
3914
3915 * gdb.gdb/unittest.exp: Update expected message informing that
3916 selftests have been disabled.
3917 * gdb.server/unittest.exp: Likewise.
3918
3919 2018-10-09 Tom de Vries <tdevries@suse.de>
3920
3921 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
3922 with runto_main.
3923
3924 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
3925
3926 PR c++/16841
3927 * gdb.cp/virtbase2.cc: New file.
3928 * gdb.cp/virtbase2.exp: New file.
3929
3930 2018-10-06 Tom Tromey <tom@tromey.com>
3931
3932 PR python/19399:
3933 * gdb.python/py-inferior.exp: Add architecture test.
3934
3935 2018-10-06 Tom Tromey <tom@tromey.com>
3936
3937 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
3938 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
3939
3940 2018-10-06 Tom Tromey <tom@tromey.com>
3941
3942 * gdb.python/py-breakpoint.exp (check_last_event): Check location
3943 of a "throw" catchpoint.
3944
3945 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
3946
3947 * gdb.base/info-proc.exp: Update string expected from "help info
3948 proc".
3949
3950 2018-10-04 Tom Tromey <tom@tromey.com>
3951
3952 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
3953 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
3954 (test_initial_complaints, test_empty_complaints): Update.
3955 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3956
3957 2018-10-04 Tom Tromey <tom@tromey.com>
3958
3959 PR cli/19551:
3960 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
3961 * lib/gdb.exp (gdb_file_cmd): Update.
3962 * gdb.stabs/weird.exp (print_weird_var): Update.
3963 * gdb.server/solib-list.exp: Update.
3964 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
3965 * gdb.mi/mi-cli.exp: Update.
3966 * gdb.linespec/linespec.exp: Update.
3967 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3968 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
3969 * gdb.cp/cp-relocate.exp: Update.
3970 * gdb.base/sym-file.exp: Update.
3971 * gdb.base/relocate.exp: Update.
3972 * gdb.base/readnever.exp: Update.
3973 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
3974 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
3975 * gdb.base/dbx.exp (gdb_file_cmd): Update.
3976 * gdb.base/code_elim.exp: Update.
3977 * gdb.base/break-unload-file.exp (test_break): Update.
3978 * gdb.base/break-interp.exp (test_attach_gdb): Update.
3979 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
3980 Update.
3981 * gdb.base/attach.exp (do_attach_tests): Update.
3982 * gdb.base/sepdebug.exp: Update.
3983 * gdb.python/py-section-script.exp: Update.
3984
3985 2018-10-04 Tom Tromey <tom@tromey.com>
3986
3987 PR cli/22234:
3988 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
3989 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
3990 output.
3991
3992 2018-10-04 Tom Tromey <tom@tromey.com>
3993
3994 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
3995 set width and height to 0.
3996 (test_command_line_attach_run): Use -quiet.
3997
3998 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
3999
4000 * lib/gdb.exp (skip_ifunc_tests): New.
4001 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
4002 other compile failures.
4003 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
4004
4005 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
4006
4007 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
4008 is_amd64_regs_target.
4009
4010 2018-10-01 Alan Hayward <alan.hayward@arm.com>
4011
4012 * gdb.arch/aarch64-sighandler-regs.c: New test.
4013 * gdb.arch/aarch64-sighandler-regs.exp: New file.
4014 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
4015
4016 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
4017
4018 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
4019 assembly.
4020
4021 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
4022
4023 * gdb.base/frame-selection.exp: New file.
4024 * gdb.base/frame-selection.c: New file.
4025
4026 2018-09-27 Alan Hayward <alan.hayward@arm.com>
4027
4028 * gdb.threads/check-libthread-db.c (thread_routine): Use a
4029 pthread barrier.
4030 (main): Likewise.
4031
4032 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
4033
4034 * gdb.base/large-frame-1.c: New file.
4035 * gdb.base/large-frame-2.c: New file.
4036 * gdb.base/large-frame.exp: New file.
4037 * gdb.base/large-frame.h: New file.
4038
4039 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
4040
4041 PR gdb/20948
4042 * gdb.base/write_mem.exp: New test.
4043 * gdb.base/write_mem.c: Likewise.
4044
4045 2018-09-23 Tom Tromey <tom@tromey.com>
4046
4047 PR python/18852:
4048 * gdb.python/py-parameter.exp: Add test for parameter that throws
4049 on "set".
4050
4051 2018-09-23 Tom Tromey <tom@tromey.com>
4052
4053 PR python/17284:
4054 * gdb.python/py-template.exp (test_template_arg): Add test for
4055 negative template argument number.
4056
4057 2018-09-23 Tom Tromey <tom@tromey.com>
4058
4059 PR python/14062:
4060 * gdb.python/python.exp: Add test for post_event error.
4061
4062 2018-09-23 Tom Tromey <tom@tromey.com>
4063
4064 PR python/18170:
4065 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
4066 convert pointers to int and long.
4067
4068 2018-09-23 Tom Tromey <tom@tromey.com>
4069
4070 PR python/20126:
4071 * gdb.python/py-value.exp (test_value_numeric_ops): Add
4072 signed-ness conversion tests.
4073
4074 2018-09-23 Tom Tromey <tom@tromey.com>
4075
4076 PR python/18352;
4077 * gdb.python/py-value.exp (test_float_conversion): New proc.
4078 Use it.
4079
4080 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
4081
4082 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
4083
4084 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
4085
4086 * gdb.base/complete-empty.exp: Skip tab-completion tests if
4087 no readline.
4088 * gdb.base/utf8-identifiers.exp: Likewise.
4089 * gdb.cp/cpcompletion.exp: Likewise.
4090 * gdb.linespec/cpcompletion.exp: Likewise.
4091 * gdb.linespec/cpls-abi-tag.exp: Likewise.
4092 * gdb.linespec/cpls-ops.exp: Likewise.
4093
4094 2018-09-19 Richard Bunt <richard.bunt@arm.com>
4095 Chris January <chris.january@arm.com>
4096
4097 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
4098 * gdb.fortran/short-circuit-argument-list.exp: New file.
4099 * gdb.fortran/short-circuit-argument-list.f90: New test.
4100
4101 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4102
4103 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
4104 "arch=" keyword when executing "-stack-list-frames".
4105
4106 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4107
4108 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
4109 "arch=" keyword when executing "-stack-list-frames".
4110
4111 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4112
4113 * gdb.ada/complete.exp: Expect for "@" when doing "complete
4114 break ada".
4115
4116 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
4117
4118 PR python/23669
4119 * gdb.python/python.exp: Test gdb.execute("show commands").
4120
4121 2018-09-16 Tom Tromey <tom@tromey.com>
4122
4123 * gdb.base/new-ui.exp (do_execution_tests): Update.
4124 * gdb.base/dbx.exp (test_breakpoints): Update.
4125
4126 2018-09-14 Alan Hayward <alan.hayward@arm.com>
4127
4128 * lib/gdb.exp (gdb_simple_compile): Add proc.
4129 (is_elf_target): Use gdb_simple_compile.
4130 (skip_altivec_tests): Likewise.
4131 (skip_vsx_tests): Likewise.
4132 (skip_tsx_tests): Likewise.
4133 (skip_btrace_tests): Likewise.
4134 (skip_btrace_pt_tests): Likewise.
4135 (gdb_can_simple_compile): Likewise.
4136 (gdb_has_argv0): Likewise.
4137 (gdb_target_symbol_prefix): Likewise.
4138 (target_supports_scheduler_locking): Likewise.
4139
4140 2018-09-13 Tom Tromey <tom@tromey.com>
4141
4142 * Makefile.in (TAGS): Recognize proc_with_prefix and
4143 gdb_caching_proc.
4144
4145 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
4146
4147 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
4148 method.
4149
4150 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
4151
4152 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
4153 and a few other Inferior properties when the Inferior is no
4154 longer valid.
4155
4156 2018-09-13 Tom Tromey <tom@tromey.com>
4157
4158 PR rust/23650:
4159 * gdb.rust/simple.exp: Add test for enum field access error.
4160
4161 2018-09-13 Tom Tromey <tom@tromey.com>
4162
4163 PR rust/23626:
4164 * gdb.rust/simple.rs (EmptyEnum): New type.
4165 (main): Use it.
4166 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
4167
4168 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
4169
4170 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
4171 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
4172 * gdb.python/py-symtab.exp: Update test printing an objfile.
4173
4174 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
4175
4176 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
4177 object.
4178
4179 2018-09-12 Alan Hayward <alan.hayward@arm.com>
4180
4181 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
4182 (support_complex_tests): Use gdb_can_simple_compile.
4183 (is_ilp32_target): Likewise.
4184 (is_lp64_target): Likewise.
4185 (is_64_target): Likewise.
4186 (is_amd64_regs_target): Likewise.
4187 (is_aarch32_target): Likewise.
4188 (gdb_int128_helper): Likewise.
4189
4190 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4191
4192 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
4193
4194 2018-09-10 Jerome Guitton <guitton@adacore.com>
4195
4196 * gdb.ada/same_component_name: Add test for case of tagged record
4197 with variable-length fields.
4198
4199 2018-09-10 Xavier Roirand <roirand@adacore.com>
4200
4201 * gdb.ada/access_to_unbounded_array.exp: New testcase.
4202 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
4203 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
4204 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
4205
4206 2018-09-10 Xavier Roirand <roirand@adacore.com>
4207
4208 * gdb.ada/mi_string_access.exp: New testcase.
4209 * gdb.ada/mi_string_access/bar.adb: New file.
4210 * gdb.ada/mi_string_access/pck.adb: New file.
4211 * gdb.ada/mi_string_access/pck.asd: New file.
4212
4213 2018-09-10 Xavier Roirand <roirand@adacore.com>
4214
4215 * gdb.ada/mi_var_union.exp: New testcase.
4216 * gdb.ada/mi_var_union/bar.adb: New file.
4217 * gdb.ada/mi_var_union/pck.adb: New file.
4218 * gdb.ada/mi_var_union/pck.asd: New file.
4219
4220 2018-09-08 Tom Tromey <tom@tromey.com>
4221
4222 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
4223
4224 2018-09-08 Tom Tromey <tom@tromey.com>
4225
4226 PR python/16047:
4227 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
4228 (register_pretty_printers): Register new printer.
4229 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
4230 test.
4231 * gdb.python/py-prettyprint.c (int_type3): New typedef.
4232 (an_int_type3): New global.
4233
4234 2018-09-08 Joel Brobecker <brobecker@adacore.com>
4235
4236 * gdb.ada/expr_with_funcall: New testcase.
4237
4238 2018-09-08 Joel Brobecker <brobecker@adacore.com>
4239
4240 * gdb.ada/packed_array_assign: New testcase.
4241
4242 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
4243
4244 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
4245 names, and add test prefixes to make test names unique.
4246
4247 2018-09-05 Tom de Vries <tdevries@suse.de>
4248
4249 * gdb.dwarf2/varval.exp: Add test.
4250
4251 2018-09-04 Gary Benson <gbenson@redhat.com>
4252
4253 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
4254 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
4255
4256 2018-08-31 Tom Tromey <tom@tromey.com>
4257
4258 * gdb.rust/simple.rs: Rename second variable "v".
4259
4260 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
4261
4262 * gdb.base/funcargs.c (use_a): New function.
4263 (recurse): Call use_a.
4264
4265 2018-08-29 Keith Seitz <keiths@redhat.com>
4266
4267 * gdb.compile/compile-cplus-anonymous.cc: New file.
4268 * gdb.compile/compile-cplus-anonymous.exp: New file.
4269 * gdb.compile/compile-cplus-array-decay.cc: New file.
4270 * gdb.compile/compile-cplus-array-decay.exp: New file.
4271 * gdb.compile/compile-cplus-inherit.cc: New file.
4272 * gdb.compile/compile-cplus-inherit.exp: New file.
4273 * gdb.compile/compile-cplus-member.cc: New file.
4274 * gdb.compile/compile-cplus-member.exp: New file.
4275 * gdb.compile/compile-cplus-method.cc: New file.
4276 * gdb.compile/compile-cplus-method.exp: New file.
4277 * gdb.compile/compile-cplus-mod.c: "New" file.
4278 * gdb.compile/compile-cplus-namespace.cc: New file.
4279 * gdb.compile/compile-cplus-namespace.exp: New file.
4280 * gdb.compile/compile-cplus-nested.cc: New file.
4281 * gdb.compile/compile-cplus-nested.exp: New file.
4282 * gdb.compile/compile-cplus-print.c: "New" file.
4283 * gdb.compile/compile-cplus-print.exp: "New" file.
4284 * gdb.compile/compile-cplus-virtual.cc: New file.
4285 * gdb.compile/compile-cplus-virtual.exp: New file.
4286 * gdb.compile/compile-cplus.c: "New" file.
4287 * gdb.compile/compile-cplus.exp: "New" file.
4288 * lib/compile-support.exp: New file.
4289
4290 2018-08-16 Gary Benson <gbenson@redhat.com>
4291
4292 PR gdb/13000:
4293 * gdb.base/batch-exit-status.exp: New file.
4294 * gdb.base/batch-exit-status.good-commands: Likewise.
4295 * gdb.base/batch-exit-status.bad-commands: Likewise.
4296
4297 2018-08-29 Alan Hayward <alan.hayward@arm.com>
4298
4299 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
4300 (struct struct02): Likewise.
4301 (struct struct03): Likewise.
4302 (struct struct04): Likewise.
4303 (struct struct_01_01): New struct.
4304 (struct struct_01_02): Likewise.
4305 (struct struct_01_03): Likewise.
4306 (struct struct_01_04): Likewise.
4307 (struct struct_02_01): Likewise.
4308 (struct struct_02_02): Likewise.
4309 (struct struct_02_03): Likewise.
4310 (struct struct_02_04): Likewise.
4311 (struct struct_04_01): Likewise.
4312 (struct struct_04_02): Likewise.
4313 (struct struct_04_03): Likewise.
4314 (struct struct_04_04): Likewise.
4315 (struct struct_05_01): Likewise.
4316 (struct struct_05_02): Likewise.
4317 (struct struct_05_03): Likewise.
4318 (struct struct_05_04): Likewise.
4319 (cmp_struct01): Remove function.
4320 (cmp_struct02): Likewise.
4321 (cmp_struct03): Likewise.
4322 (cmp_struct04): Likewise.
4323 (cmp_struct_01_01): Add Function.
4324 (cmp_struct_01_02): Likewise.
4325 (cmp_struct_01_03): Likewise.
4326 (cmp_struct_01_04): Likewise.
4327 (cmp_struct_02_01): Likewise.
4328 (cmp_struct_02_02): Likewise.
4329 (cmp_struct_02_03): Likewise.
4330 (cmp_struct_02_04): Likewise.
4331 (cmp_struct_04_01): Likewise.
4332 (cmp_struct_04_02): Likewise.
4333 (cmp_struct_04_03): Likewise.
4334 (cmp_struct_04_04): Likewise.
4335 (cmp_struct_05_01): Likewise.
4336 (cmp_struct_05_02): Likewise.
4337 (cmp_struct_05_03): Likewise.
4338 (cmp_struct_05_04): Likewise.
4339 (call_all): Add new structs.
4340 * gdb.base/infcall-nested-structs.exp: Likewise.
4341
4342 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
4343
4344 * gdb.python/py-framefilter-mi.exp: Update regexp to
4345 check for "arch" field in frame output.
4346
4347 2018-08-23 Kevin Buettner <kevinb@redhat.com>
4348
4349 * gdb.dwarf2/dw2-ranges-func.c: New file.
4350 * gdb.dwarf2/dw2-ranges-func.exp: New file.
4351
4352 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
4353
4354 * gdb.base/term.exp: Compare terminal settings with values from
4355 the inferior.
4356 * gdb.base/term.c: Get and set terminal settings.
4357
4358 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
4359
4360 * lib/mi-support.exp (mi_expect_stop): Update regexp to
4361 accommodate new "arch" field in frame output.
4362 * gdb.mi/mi-return.exp: Likewise.
4363 * gdb.mi/mi-stack.exp: Likewise.
4364 * gdb.mi/mi-syn-frame.exp: Likewise.
4365 * gdb.mi/user-selected-context-sync.exp: Likewise.
4366
4367 2018-08-19 Michael Spang <spang@google.com>
4368
4369 PR gdb/11786
4370 * gdb.base/gcore-tls-pie.c: New file.
4371 * gdb.base/gcore-tls-pie.exp: New file.
4372
4373 2018-08-18 Kevin Buettner <kevinb@redhat.com>
4374
4375 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
4376 * gdb.dwarf2/varval.c: New file.
4377 * gdb.dwarf2/varval.exp: New file.
4378
4379 2018-08-17 Alan Hayward <alan.hayward@arm.com>
4380
4381 PR gdb/18931
4382 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
4383
4384 2018-08-16 Keith Seitz <keiths@redhat.com>
4385
4386 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
4387 tests expected to pass.
4388
4389 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
4390
4391 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
4392 -data-disassemble -a.
4393 (test_disassembly_bogus_args): Likewise.
4394
4395 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
4396
4397 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
4398
4399 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
4400
4401 * gdb.base/vla-optimized-out.exp: Add new test.
4402
4403 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
4404
4405 * gdb.base/vla-optimized-out-o3.exp: Delete.
4406 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
4407 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
4408 deleted tests.
4409
4410 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
4411
4412 PR gdb/18050:
4413 * gdb.server/extended-remote-restart.c: New file.
4414 * gdb.server/extended-remote-restart.exp: New file.
4415
4416 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
4417
4418 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
4419 "set variable index = 42".
4420
4421 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
4422
4423 * boards/index-cache-gdb.exp: New file.
4424 * gdb.dwarf2/index-cache.exp: New file.
4425 * gdb.dwarf2/index-cache.c: New file.
4426 * gdb.base/maint.exp: Check if we are using the index cache.
4427
4428 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4429
4430 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
4431 MAKEFLAGS.
4432
4433 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4434
4435 * dg-extract-results.sh: Move to toplevel contrib.
4436 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
4437 * Makefile.in (check-parallel-racy): Likewise.
4438
4439 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
4440
4441 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
4442 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
4443 tests if the target supports scheduler locking.
4444
4445 2018-08-04 Tom de Vries <tdevries@suse.de>
4446
4447 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
4448
4449 2018-08-02 Tom Tromey <tom@tromey.com>
4450
4451 PR symtab/16842.
4452 * gdb.cp/temargs.exp: Test "info address" of a template
4453 parameter.
4454
4455 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
4456
4457 * gdb.python/py-mi-var-info-path-expression.c: New file.
4458 * gdb.python/py-mi-var-info-path-expression.py: New file.
4459 * gdb.python/py-mi-var-info-path-expression.exp: New file.
4460
4461 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
4462
4463 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
4464 error after "cannot resolve name" string.
4465
4466 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
4467
4468 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
4469 started.
4470 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
4471
4472 2018-07-28 Tom de Vries <tdevries@suse.de>
4473
4474 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
4475
4476 2018-07-26 Tom de Vries <tdevries@suse.de>
4477
4478 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
4479
4480 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
4481
4482 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
4483 is visible.
4484
4485 2018-07-26 Tom de Vries <tdevries@suse.de>
4486
4487 PR breakpoints/23366
4488 * gdb.base/catch-follow-exec.c: New test.
4489 * gdb.base/catch-follow-exec.exp: New file.
4490
4491 2018-07-25 Tom de Vries <tdevries@suse.de>
4492
4493 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
4494 vla-optimized-out.c.
4495
4496 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
4497
4498 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
4499 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
4500
4501 2018-07-20 Tom de Vries <tdevries@suse.de>
4502
4503 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
4504 NOCLONE macro.
4505 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
4506
4507 2018-07-19 Tom de Vries <tdevries@suse.de>
4508
4509 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
4510 regular expression.
4511
4512 2018-07-18 Tom de Vries <tdevries@suse.de>
4513
4514 * gdb.base/vla-optimized-out.c: New test.
4515 * gdb.base/vla-optimized-out.exp: New file.
4516
4517 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
4518
4519 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
4520 message "No address associated with hostname" when gdbserver
4521 cannot resolve the hostname.
4522
4523 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4524
4525 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
4526 Add some test prefixes to make tests unique.
4527
4528 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4529
4530 * gdb.base/frameapply.c: New file.
4531 * gdb.base/frameapply.exp: New file.
4532
4533 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4534
4535 * gdb.base/skip.exp: Update expected error message.
4536
4537 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
4538 Jan Kratochvil <jan.kratochvil@redhat.com>
4539 Paul Fertser <fercerpav@gmail.com>
4540 Tsutomu Seki <sekiriki@gmail.com>
4541
4542 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
4543 parameter.
4544 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
4545 by default.
4546 * boards/native-gdbserver.exp: Likewise.
4547 * gdb.server/run-without-local-binary.exp: Improve regexp used
4548 for detecting when a remote debugging connection succeeds.
4549 * gdb.server/server-connect.exp: New file.
4550 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
4551 Do not prefix the port number with ":".
4552 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
4553 support for detecting and using it. Add '$debughost_gdbserver'
4554 to the list of arguments used to start gdbserver. Handle case
4555 when gdbserver cannot resolve a network name.
4556
4557 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
4558
4559 PR c++/23373
4560 * gdb.base/ptype-offsets.cc (struct static_member): New
4561 struct.
4562 (main) <stmember>: New variable.
4563 * gdb.base/ptype-offsets.exp: Add test for printing a struct
4564 with a static member in it.
4565
4566 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
4567
4568 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
4569 watchpoints enabled and disabled.
4570
4571 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4572
4573 * gdb.base/examine-backward.exp: Still run tests around address
4574 0x0, even if address 0x0 is not readable. Update the pattern for
4575 matching address 0x0 in expected output.
4576
4577 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4578
4579 * gdb.base/share-env-with-gdbserver.c (main): Add call to
4580 malloc/free.
4581
4582 2018-07-04 Tom de Vries <tdevries@suse.de>
4583
4584 * gdb.dwarf2/dw2-error.exp: Update expected error message.
4585
4586 2018-07-02 Maciej W. Rozycki <macro@mips.com>
4587
4588 PR tdep/8282
4589 * gdb.arch/mips-disassembler-options.exp: New test.
4590 * gdb.arch/mips-disassembler-options.s: New test source.
4591
4592 2018-06-29 Pedro Alves <palves@redhat.com>
4593
4594 * gdb.threads/names.exp: Adjust expected "info threads" output.
4595
4596 2018-06-29 Pedro Alves <palves@redhat.com>
4597
4598 * gdb.opt/inline-break.exp (line number, address): Add "info
4599 break" tests.
4600
4601 2018-06-29 Pedro Alves <palves@redhat.com>
4602
4603 * gdb.opt/inline-break.c (func1): Add "break here" marker.
4604 * gdb.opt/inline-break.exp: Test setting breakpoints by line
4605 number and address and running to them.
4606
4607 2018-06-29 Richard Bunt <richard.bunt@arm.com>
4608
4609 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
4610
4611 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4612
4613 * lib/compiler.c: Remove executable permission flag.
4614
4615 2018-06-28 Richard Bunt <richard.bunt@arm.com>
4616
4617 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
4618 code.
4619 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
4620
4621 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
4622
4623 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
4624
4625 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
4626
4627 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
4628 address argument is omitted.
4629
4630 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
4631
4632 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
4633
4634 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
4635
4636 PR gdb/21695
4637 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
4638 * gdb.base/infoline-reloc-main-from-zero.c: New file.
4639
4640 2018-06-26 Tom Tromey <tom@tromey.com>
4641
4642 PR rust/22574:
4643 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
4644 * gdb.rust/simple.rs (struct SimpleLayout): New.
4645
4646 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
4647
4648 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
4649 "info registers" output.
4650
4651 2018-06-21 Richard Bunt <richard.bunt@arm.com>
4652
4653 * gdb.base/watchpoint-hw-attach.c: New test.
4654 * gdb.base/watchpoint-hw-attach.exp: New file.
4655
4656 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
4657
4658 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
4659 through /bin/sh.
4660 * boards/dwarf4-gdb-index.exp: Likewise.
4661 * boards/fission-dwp.exp: Likewise.
4662
4663 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
4664
4665 * gdb.base/float128.exp: Add comment and improved fail message
4666 to the failure case of "print large128" test.
4667
4668 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
4669
4670 * configure.ac: Remove AC_PREREQ.
4671 * configure: Re-generate.
4672
4673 2018-06-19 Pedro Alves <palves@redhat.com>
4674
4675 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
4676 (func_extern_caller): New.
4677 (main): Call func_extern_caller.
4678 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
4679 logic change.
4680
4681 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
4682
4683 PR gdb/16841
4684 * gdb.cp/typedef-base.cc: New file.
4685 * gdb.cp/typedef-base.exp: New file.
4686
4687 2018-06-18 Tom de Vries <tdevries@suse.de>
4688
4689 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
4690
4691 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
4692 Richard Bunt <Richard.Bunt@arm.com>
4693
4694 * gdb.threads/attach-slow-waitpid.c: New file.
4695 * gdb.threads/attach-slow-waitpid.exp: New file.
4696 * gdb.threads/slow-waitpid.c: New file.
4697
4698 2018-06-14 Pedro Alves <palves@redhat.com>
4699
4700 * gdb.base/fork-running-state.c: Include <errno.h>.
4701 (exit_if_relative_exits): New.
4702 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
4703 exits.
4704 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
4705 child exits.
4706
4707 2018-06-14 Tom de Vries <tdevries@suse.de>
4708
4709 PR cli/22573
4710 * gdb.base/finish-pretty.c: New test.
4711 * gdb.base/finish-pretty.exp: New file.
4712
4713 2018-06-14 Pedro Alves <palves@redhat.com>
4714
4715 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
4716 gdb's expected startup output.
4717
4718 2018-06-14 Pedro Alves <palves@redhat.com>
4719
4720 * lib/selftest-support.exp (selftest_setup): Remove inlined
4721 function handling.
4722
4723 2018-06-14 Tom de Vries <tdevries@suse.de>
4724
4725 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
4726 matching of breakpoint printing.
4727
4728 2018-06-13 Tom de Vries <tdevries@suse.de>
4729
4730 PR testsuite/23269
4731 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
4732 (fork_child): ... here, and ...
4733 (fork_parent): ... here.
4734
4735 2018-06-12 Tom de Vries <tdevries@suse.de>
4736
4737 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
4738
4739 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
4740 Stephen Roberts <stephen.roberts@arm.com>
4741
4742 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
4743 rewrite test to describe action performed, rather than possible
4744 failure.
4745
4746 2018-06-08 Gary Benson <gbenson@redhat.com>
4747
4748 * gdb.threads/check-libthread-db.exp: New file.
4749 * gdb.threads/check-libthread-db.c: Likewise.
4750
4751 2018-06-05 Tom Tromey <tom@tromey.com>
4752
4753 * gdb.base/default.exp: Update expected "show version" output.
4754
4755 2018-06-05 Tom Tromey <tom@tromey.com>
4756
4757 PR cli/12326:
4758 * gdb.cp/static-print-quit.exp: Update.
4759 * lib/gdb.exp (pagination_prompt): Update.
4760 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
4761 * gdb.python/python.exp: Update.
4762
4763 2018-06-04 Joel Brobecker <brobecker@adacore.com>
4764
4765 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
4766
4767 2018-06-01 Joel Brobecker <brobecker@adacore.com>
4768
4769 * gdb.ada/bp_fun_addr: New testcase.
4770
4771 2018-06-01 Tom Tromey <tom@tromey.com>
4772
4773 * gdb.xml/tdesc-regs.exp (load_description): Update expected
4774 results.
4775 * gdb.dwarf2/method-ptr.exp: Set language to C++.
4776 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
4777 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
4778 * gdb.base/maint.exp (maint_pass_if): Update.
4779
4780 2018-05-31 Maciej W. Rozycki <macro@mips.com>
4781
4782 * gdb.base/endian.exp: New test.
4783 * gdb.base/endian.c: New test source.
4784
4785 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
4786
4787 PR gdb/23203
4788 * gdb.base/bt-selected-frame.c: New file.
4789 * gdb.base/bt-selected-frame.exp: New file.
4790 * lib/gdb.exp (get_current_frame_number): New function.
4791
4792 2018-05-24 Maciej W. Rozycki <macro@mips.com>
4793 Pedro Alves <palves@redhat.com>
4794
4795 * gdb.threads/tls-core.c: Include <stdlib.h>
4796 (thread_proc): Call `abort'.
4797 * gdb.threads/tls-core.exp: Generate a core with core_find too.
4798 (tls_core_test): New procedure, bits factored out from ...
4799 (top level): ... here. Test both native cores and gcore cores.
4800
4801 2018-05-23 Tom Tromey <tom@tromey.com>
4802
4803 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
4804
4805 2018-05-23 Tom Tromey <tom@tromey.com>
4806
4807 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
4808 symfile_complaints.
4809 (test_short_complaints): Likewise.
4810 (test_empty_complaints): Likewise.
4811 (test_initial_complaints): Update.
4812
4813 2018-05-23 Tom Tromey <tom@tromey.com>
4814
4815 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
4816
4817 2018-05-23 Tom Tromey <tom@tromey.com>
4818
4819 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
4820 (test_short_complaints): Update.
4821
4822 2018-05-22 Pedro Alves <palves@redhat.com>
4823
4824 * gdb.base/remote.exp: Only gdb_start after compiling the
4825 testcase. Issue "disconnect" before testing "set remote" command
4826 defaults. Issue clean_restart before running to main.
4827
4828 2018-05-22 Pedro Alves <palves@redhat.com>
4829
4830 * gdb.base/remote.exp: Adjust expected output of "show remote
4831 memory-write-packet-size". Add tests for "set remote
4832 memory-write-packet-size 0" and "set remote
4833 memory-write-packet-size fixed/limit".
4834
4835 2018-05-22 Pedro Alves <palves@redhat.com>
4836
4837 PR gdb/22973
4838 * gdb.base/utf8-identifiers.c: New file.
4839 * gdb.base/utf8-identifiers.exp: New file.
4840
4841 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
4842
4843 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
4844
4845 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
4846
4847 * gdb.arch/powerpc-vsx-gcore.exp: New file.
4848
4849 2018-05-18 Tom Tromey <tom@tromey.com>
4850
4851 * gdb.base/ptype-offsets.exp: Update.
4852
4853 2018-05-17 Keith Seitz <keiths@redhat.com>
4854
4855 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
4856 in expected breakpoint stop locations.
4857 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
4858 move to proper scope to test variable values.
4859 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
4860 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
4861 New functions.
4862 (main): Call not_inline_func3.
4863 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
4864 inline_func1, inline_func2, and inline_func3. Test that when each
4865 breakpoint is hit, GDB properly reports both the stop location
4866 and the backtrace. Repeat tests for temporary breakpoints.
4867
4868 2018-05-15 Maciej W. Rozycki <macro@mips.com>
4869
4870 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
4871 rather then trying to access it in determining whether the PID
4872 of `gdbserver' could have been retrieved.
4873
4874 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
4875
4876 * gdb.arch/amd64-init-x87-values.S: New file.
4877 * gdb.arch/amd64-init-x87-values.exp: New file.
4878
4879 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4880
4881 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
4882
4883 2018-05-04 Tom Tromey <tom@tromey.com>
4884
4885 PR python/22730:
4886 * gdb.python/python.exp: Test multi-line execute.
4887
4888 2018-05-04 Tom Tromey <tom@tromey.com>
4889
4890 PR python/22731:
4891 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
4892
4893 2018-05-04 Tom Tromey <tom@tromey.com>
4894
4895 PR gdb/11750:
4896 * gdb.base/define.exp: Test defining a user command inside a user
4897 command.
4898 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
4899
4900 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4901 Pedro Alves <palves@redhat.com>
4902
4903 PR breakpoints/19806 and support for PR external/20207.
4904 * gdb.base/watchpoint-unaligned.c: New file.
4905 * gdb.base/watchpoint-unaligned.exp: New file.
4906
4907 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4908
4909 * gdb.base/maint.exp: Make test names unique, use
4910 test_prefix_command_help to test 'help maint info', and remove
4911 repeated test of 'help maint'.
4912
4913 2018-05-04 Tom Tromey <tom@tromey.com>
4914
4915 PR gdb/22619:
4916 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
4917 behavior.
4918
4919 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4920
4921 * gdb.base/maint.exp: Process output from 'maint print registers'
4922 line at a time.
4923
4924 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4925
4926 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
4927 timeout.
4928
4929 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
4930
4931 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
4932 filter pattern.
4933
4934 2018-05-02 Pedro Alves <palves@redhat.com>
4935
4936 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
4937 to_log_command renames.
4938 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4939
4940 2018-05-02 Tom Tromey <tom@tromey.com>
4941
4942 * gdb.python/py-parameter.exp: Set test message.
4943
4944 2018-05-02 Tom Tromey <tom@tromey.com>
4945
4946 PR python/20084:
4947 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
4948 PARAM_ZUINTEGER_UNLIMITED tests.
4949
4950 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
4951
4952 PR rust/23124
4953 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
4954 when casting.
4955
4956 2018-04-30 Tom Tromey <tom@tromey.com>
4957
4958 * gdb.python/py-type.exp: Check align attribute.
4959 * gdb.python/py-type.c: New "aligncheck" global.
4960
4961 2018-04-30 Tom Tromey <tom@tromey.com>
4962
4963 PR exp/17095:
4964 * gdb.dwarf2/dw2-align.exp: New file.
4965 * gdb.cp/align.exp: New file.
4966 * gdb.base/align.exp: New file.
4967 * lib/gdb.exp (gdb_int128_helper): New proc.
4968 (has_int128_c, has_int128_cxx): New caching procs.
4969
4970 2018-04-27 Tom Tromey <tom@tromey.com>
4971
4972 PR rust/22545:
4973 * gdb.rust/simple.exp: Add inclusive range tests.
4974
4975 2018-04-26 Pedro Alves <palves@redhat.com>
4976
4977 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
4978 ifunc breakpoint locations correctly of ifunc breakpoints set
4979 while the program resolves the ifunc.
4980
4981 2018-04-26 Pedro Alves <palves@redhat.com>
4982
4983 * gdb.base/gnu-ifunc-final.c: New file.
4984 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
4985 * gdb.base/gnu-ifunc.exp (executable): Delete.
4986 (staticexecutable): Adjust.
4987 (lib_opts, exec_opts): Delete.
4988 (make_binsuffix, build, set-break): New procedures.
4989 (misc_tests): New, with tests factored out from the top level.
4990 (top level): Test different combinations of ifunc resolver name,
4991 resolver with and with debug info, and ifunc target with and
4992 without debug info. Wrap static tests with with_target_prefix.
4993
4994 2018-04-26 Pedro Alves <palves@redhat.com>
4995
4996 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
4997 return type" warnings.
4998
4999 2018-04-25 Pedro Alves <palves@redhat.com>
5000
5001 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
5002 killed".
5003 * gdb.base/kill-after-signal.exp: Likewise.
5004 * gdb.threads/kill.exp: Likewise.
5005
5006 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5007 Sergio Durigan Junior <sergiodj@redhat.com>
5008 Pedro Alves <palves@redhat.com>
5009
5010 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
5011 regexps to expect for '[Inferior ... detached]' as well.
5012 * gdb.base/attach.exp: Likewise.
5013 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
5014 "gdb_continue_to_end".
5015 (test_catch_syscall_with_wrong_args): Likewise.
5016 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
5017 ']'. Don't set 'verbose' on.
5018 * gdb.base/foll-vfork.exp: Likewise.
5019 * gdb.base/fork-print-inferior-events.c: New file.
5020 * gdb.base/fork-print-inferior-events.exp: New file.
5021 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
5022 '[Inferior ... has been killed]' message.
5023 * gdb.base/kill-after-signal.exp: Likewise.
5024 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
5025 detach message.
5026 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
5027 message.
5028 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
5029 regexps to expect for '[Inferior ... detached]' as well.
5030 * gdb.threads/process-dies-while-detaching.exp: Likewise.
5031
5032 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
5033
5034 PR gdb/23104
5035 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
5036
5037 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
5038
5039 PR gdb/23095
5040 * gdb.base/break-probes.exp: Pass shlib_load to
5041 prepare_for_testing. Set normal_bp to r_debug_state if target is
5042 bsd.
5043
5044 2018-04-19 Richard Bunt <richard.bunt@arm.com>
5045
5046 * gdb.threads/multiple-successive-infcall.c: New test.
5047 * gdb.threads/multiple-successive-infcall.exp: New file.
5048
5049 2018-04-17 Tom Tromey <tom@tromey.com>
5050
5051 * gdb.rust/simple.rs (Union): New type.
5052 (main): New local "u".
5053 * gdb.rust/simple.exp (test_one_slice): Add new test case.
5054
5055 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5056
5057 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
5058 number information in output of "whereis" command.
5059 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
5060
5061 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5062
5063 * gdb.ada/info_types.exp: Adjust expected output to the line
5064 numbers now printed by "info var/func/type".
5065 * gdb.base/completion.exp: Likewise.
5066 * gdb.base/included.exp: Likewise.
5067 * gdb.cp/cp-relocate.exp: Likewise.
5068 * gdb.cp/cplusfuncs.exp: Likewise.
5069 * gdb.cp/namespace.exp: Likewise.
5070 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
5071
5072 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
5073
5074 * gdb.btrace/cpu.exp: New.
5075
5076 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
5077
5078 * gdb.base/step-indirect-call-thunk.exp: New.
5079 * gdb.base/step-indirect-call-thunk.c: New.
5080 * gdb.reverse/step-indirect-call-thunk.exp: New.
5081 * gdb.reverse/step-indirect-call-thunk.c: New.
5082
5083 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
5084
5085 * gdb.base/pie-fork.c: New file.
5086 * gdb.base/pie-fork.exp: New file.
5087
5088 2018-04-11 Tom Tromey <tom@tromey.com>
5089
5090 * gdb.rust/simple.exp: Add test for ".." struct initializer.
5091
5092 2018-04-10 Pedro Alves <palves@redhat.com>
5093
5094 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
5095 exits. Instead loop running forever.
5096 (fork_parent): Run forever too.
5097
5098 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
5099
5100 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
5101 mi_continue_to_line.
5102 * gdb.mi/mi-stack.c (callee4): Add comment.
5103
5104 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
5105
5106 * gdb.mi/mi-stack.exp: Fix indentation.
5107
5108 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
5109
5110 PR gdb/22979
5111 * gdb.arch/amd64-osabi.exp: New file.
5112
5113 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
5114
5115 PR gdb/22980
5116 * gdb.base/osabi.exp: New file.
5117
5118 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
5119
5120 * gdb.cp/static-typedef-print.exp: New file.
5121 * gdb.cp/static-typedef-print.cc: New file.
5122
5123 2018-03-27 Joel Brobecker <brobecker@adacore.com>
5124
5125 * gdb.ada/varsize_limit: New testcase.
5126
5127 2018-03-27 Joel Brobecker <brobecker@adacore.com>
5128
5129 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
5130
5131 * gdb.ada/notcplusplus: New testcase.
5132
5133 * gdb.base/c-linkage-name.c: New file.
5134 * gdb.base/c-linkage-name.exp: New testcase.
5135
5136 2018-03-26 Tom Tromey <tom@tromey.com>
5137
5138 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
5139 * gdb.python/py-framefilter.py (name_error): New global.
5140 (ErrorInName.function): Use name_error.
5141
5142 2018-03-26 Tom Tromey <tom@tromey.com>
5143
5144 PR backtrace/15582:
5145 * gdb.python/py-framefilter.exp: Add "bt hide" test.
5146
5147 2018-03-23 Keith Seitz <keiths@redhat.com>
5148
5149 PR c++/22968
5150 * gdb.cp/subtypes.exp: New file.
5151 * gdb.cp/subtypes.h: New file.
5152 * gdb.cp/subtypes.cc: New file.
5153 * gdb.cp/subtypes-2.cc: New file.
5154
5155 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
5156
5157 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
5158 (done): Call '_exit' not 'exit' to avoid atexit handlers.
5159 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
5160 -nostartfiles when compiling the test. Confirm that all registers
5161 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
5162
5163 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
5164
5165 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
5166 option, syntax was wrong anyway.
5167 * gdb.arch/arm-disp-step.exp: Likewise.
5168 * gdb.arch/sparc64-regs.exp: Likewise.
5169 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
5170 option, syntax was wrong anyway, switch to use
5171 prepare_for_testing.
5172 * gdb.arch/i386-disp-step.exp: Likewise.
5173
5174 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
5175
5176 * gdb.ada/exec_changed.exp: Replace "target_info exists
5177 use_gdb_stub" by "use_gdb_stub".
5178 * gdb.ada/start.exp: Likewise.
5179 * gdb.base/async-shell.exp: Likewise.
5180 * gdb.base/attach-pie-misread.exp: Likewise.
5181 * gdb.base/attach-wait-input.exp: Likewise.
5182 * gdb.base/break-entry.exp: Likewise.
5183 * gdb.base/break-interp.exp: Likewise.
5184 * gdb.base/dprintf-detach.exp: Likewise.
5185 * gdb.base/nostdlib.exp: Likewise.
5186 * gdb.base/solib-nodir.exp: Likewise.
5187 * gdb.base/statistics.exp: Likewise.
5188 * gdb.base/testenv.exp: Likewise.
5189 * gdb.mi/mi-exec-run.exp: Likewise.
5190 * gdb.mi/mi-start.exp: Likewise.
5191 * gdb.multi/dummy-frame-restore.exp: Likewise.
5192 * gdb.multi/multi-arch-exec.exp: Likewise.
5193 * gdb.multi/multi-arch.exp: Likewise.
5194 * gdb.multi/tids.exp: Likewise.
5195 * gdb.multi/watchpoint-multi.exp: Likewise.
5196 * gdb.python/py-events.exp: Likewise.
5197 * gdb.threads/attach-into-signal.exp: Likewise.
5198 * gdb.threads/attach-stopped.exp: Likewise.
5199 * gdb.threads/threadapply.exp: Likewise.
5200 * lib/selftest-support.exp: Likewise.
5201
5202 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
5203
5204 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
5205
5206 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
5207
5208 * gdb.perf/template-breakpoints.cc: New file.
5209 * gdb.perf/template-breakpoints.exp: New file.
5210 * gdb.perf/template-breakpoints.py: New file.
5211
5212 2018-03-19 Tom Tromey <tom@tromey.com>
5213
5214 * gdb.rust/simple.rs (main): Add local variables field1, field2,
5215 y0.
5216 * gdb.rust/simple.exp: Test bare identifier form of struct
5217 initializer.
5218
5219 2018-03-19 Tom Tromey <tom@tromey.com>
5220
5221 * gdb.gdb/observer.exp: Remove.
5222
5223 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5224
5225 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
5226 "qualified" option when setting breakpoints.
5227 * gdb.trace/backtrace.exp: Likewise.
5228 * gdb.trace/circ.exp: Likewise.
5229 * gdb.trace/collection.exp: Likewise.
5230 * gdb.trace/disconnected-tracing.exp: Likewise.
5231 * gdb.trace/ftrace-lock.exp: Likewise.
5232 * gdb.trace/ftrace.exp: Likewise.
5233 * gdb.trace/infotrace.exp: Likewise.
5234 * gdb.trace/packetlen.exp: Likewise.
5235 * gdb.trace/passc-dyn.exp: Likewise.
5236 * gdb.trace/qtro.exp: Likewise.
5237 * gdb.trace/read-memory.exp: Likewise.
5238 * gdb.trace/report.exp: Likewise.
5239 * gdb.trace/signal.exp: Likewise.
5240 * gdb.trace/status-stop.exp: Likewise.
5241 * gdb.trace/strace.exp: Likewise.
5242 * gdb.trace/tfind.exp: Likewise.
5243 * gdb.trace/trace-break.exp: Likewise.
5244 * gdb.trace/trace-condition.exp: Likewise.
5245 * gdb.trace/trace-mt.exp: Likewise.
5246 * gdb.trace/tstatus.exp: Likewise.
5247 * gdb.trace/tsv.exp: Likewise.
5248 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
5249 * gdb.trace/unavailable.exp: Likewise.
5250 * gdb.trace/while-dyn.exp: Likewise.
5251
5252 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5253
5254 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
5255 that libinproctrace is copied to the target.
5256
5257 2018-03-14 Tom Tromey <tom@tromey.com>
5258
5259 PR cli/14977:
5260 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
5261 a null pointer.
5262 * gdb.base/wchar.exp: Likewise.
5263
5264 2018-03-14 Tom Tromey <tom@tromey.com>
5265
5266 PR cli/19918:
5267 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
5268 flag.
5269
5270 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
5271
5272 PR gdb/22841
5273 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
5274 "target" to remote_exec.
5275
5276 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
5277
5278 PR gdb/22841
5279 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
5280 ${board}_upload): Remove.
5281
5282 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
5283
5284 * gdb.cp/watch-cp.cc: New test.
5285 * gdb.cp/watch-cp.exp: New file.
5286
5287 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5288
5289 * gdb.base/infcall-nested-structs.exp: New file.
5290 * gdb.base/infcall-nested-structs.c: New file.
5291 * gdb.base/float.exp: Add riscv support.
5292
5293 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
5294
5295 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
5296 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
5297
5298 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
5299
5300 * gdb.server/abspath.exp: New file.
5301 * lib/gdb.exp (with_cwd): New procedure.
5302
5303 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
5304
5305 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
5306 use it.
5307 (gdb_is_target_remote_prompt): New proc.
5308 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
5309 (gdb_is_target_native): Pass prompt parameter to
5310 gdb_is_target_1.
5311
5312 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
5313
5314 * gdb.base/load-command.c: New file.
5315 * gdb.base/load-command.exp: New file.
5316 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
5317 (gdb_is_target_1): ...this, and generalize for other targets
5318 than just remote.
5319 (gdb_is_target_remote): Use gdb_is_target_1.
5320 (gdb_is_target_native): use gdb_is_target_1.
5321
5322 2018-02-26 Tom Tromey <tom@tromey.com>
5323
5324 PR python/16497:
5325 * gdb.python/py-framefilter.exp: Update test.
5326
5327 2018-02-26 Tom Tromey <tom@tromey.com>
5328
5329 * gdb.dwarf2/variant.c: New file.
5330 * gdb.dwarf2/variant.exp: New file.
5331
5332 2018-02-26 Tom Tromey <tom@tromey.com>
5333
5334 * gdb.rust/simple.exp: Accept more possible results in enum test.
5335
5336 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
5337
5338 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
5339 parentheses.
5340
5341 2018-02-23 Maciej W. Rozycki <macro@mips.com>
5342
5343 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
5344 name of a variable: $actual_linejj -> $actual_line.
5345
5346 2018-02-21 John Baldwin <jhb@FreeBSD.org>
5347
5348 * gdb.arch/amd64-i386-address.exp: Fix a typo.
5349
5350 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
5351
5352 * gdb.btrace/buffer-size.exp: Do not force BTS.
5353
5354 2018-02-14 Pedro Alves <palves@redhat.com>
5355
5356 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
5357 getting a "Quit".
5358
5359 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
5360
5361 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
5362 Fix test name.
5363
5364 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
5365
5366 * gdb.cp/m-static.exp: Check type of optimized out static
5367 member.
5368
5369 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
5370
5371 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
5372 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
5373
5374 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
5375 Leszek Swirski <leszeks@google.com>
5376
5377 * gdb.python/py-prettyprint.c
5378 (struct to_string_returns_value_inner,
5379 struct to_string_returns_value_wrapper): New.
5380 (main): Add tsrvw variable.
5381 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
5382 ToStringReturnsValueWrapper): New classes.
5383 (register_pretty_printers): Register new pretty-printers.
5384 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
5385 recursive pretty printer.
5386 * gdb.python/py-mi.exp: Likewise.
5387
5388 2018-02-01 Leszek Swirski <leszeks@google.com>
5389
5390 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
5391 functions with the same name as an include file are parsed
5392 correctly.
5393
5394 2018-02-01 Yao Qi <yao.qi@linaro.org>
5395
5396 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
5397 "\[^\r\n\]*".
5398
5399 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
5400
5401 * gdb.arch/powerpc-prologue-frame.s: New file.
5402 * gdb.arch/powerpc-prologue-frame.c: Likewise.
5403 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
5404
5405 2018-01-31 Joel Brobecker <brobecker@adacore.com>
5406
5407 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
5408
5409 2018-01-30 Pedro Alves <palves@redhat.com>
5410
5411 PR gdb/13211
5412 * gdb.base/interrupt-daemon.c: New.
5413 * gdb.base/interrupt-daemon.exp: New.
5414 * gdb.multi/multi-term-settings.c: New.
5415 * gdb.multi/multi-term-settings.exp: New.
5416
5417 2018-01-30 Joel Brobecker <brobecker@adacore.com>
5418
5419 * gdb.base/break.exp: Save the location where the breakpoint
5420 on break.c:47 was actually inserted when debugging the version
5421 compiled at -O2 and use it in the expected output of the "info
5422 break" test performed soon after.
5423
5424 2018-01-22 Pedro Alves <palves@redhat.com>
5425 Sergio Durigan Junior <sergiodj@redhat.com>
5426
5427 * gdb.base/whatis.exp: Add tests for 'set print object on' +
5428 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
5429
5430 2018-01-22 Joel Brobecker <brobecker@adacore.com>
5431
5432 * gdb.base/break-include.c, gdb.base/break-include.inc,
5433 gdb.base/break-include.exp: New files.
5434 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
5435 line number now being the actual line number where the breakpoint
5436 was inserted.
5437 * gdb.mi/mi-break.exp: Likewise.
5438 * gdb.mi/mi-reverse.exp: Likewise.
5439 * gdb.mi/mi-simplerun.exp: Ditto.
5440
5441 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
5442
5443 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
5444 varobj.
5445 * gdb.mi/mi-var-create-rtti.exp: Likewise.
5446
5447 2018-01-21 Don Breazeal <donb@codesourcery.com>
5448 Andrew Burgess <andrew.burgess@embecosm.com>
5449
5450 * gdb.mi/basics.c: Add new global.
5451 * gdb.mi/mi-frame-regs.exp: New file.
5452 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
5453 case.
5454
5455 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
5456
5457 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
5458 non-parameter, and on an unknown symbol.
5459
5460 2018-01-19 Tom Tromey <tom@tromey.com>
5461
5462 * gdb.rust/modules.rs (TWENTY_THREE): New global.
5463 * gdb.rust/modules.exp: Add ::-qualified lookup test.
5464
5465 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5466
5467 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
5468 setrlimit and chdir to int.
5469
5470 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5471
5472 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
5473 function.
5474 (my_tend): Likewise.
5475 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
5476 rationale of avoiding FP- and vector instructions.
5477
5478 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
5479
5480 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
5481 "info reg" with "\[ \t\]*".
5482 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
5483 "\[ \t\]+".
5484 * gdb.arch/s390-multiarch.exp: Ditto.
5485 * gdb.base/pc-fp.exp: Ditto.
5486 * gdb.reverse/i386-precsave.exp: Ditto.
5487 * gdb.reverse/i386-reverse.exp: Ditto.
5488 * gdb.reverse/i387-env-reverse.exp: Ditto.
5489 * gdb.reverse/i387-stack-reverse.exp: Ditto.
5490
5491 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
5492
5493 * lib/gdb.exp (gdb_compile): Re-enable use of
5494 universal_compile_options for languages other than Rust.
5495
5496 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
5497
5498 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
5499
5500 2018-01-17 Mike Gulick <mgulick@mathworks.com>
5501
5502 PR gdb/16577
5503 * gdb.base/solib-vanish.exp: New.
5504 * gdb.base/solib-vanish-main.c: New.
5505 * gdb.base/solib-vanish-lib1.c: New.
5506 * gdb.base/solib-vanish-lib2.c: New.
5507
5508 2018-01-17 Yao Qi <yao.qi@linaro.org>
5509
5510 * gdb.compile/compile.exp: Match the address printed for
5511 frame in the output of command "bt".
5512
5513 2018-01-15 Tom Tromey <tom@tromey.com>
5514
5515 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
5516 compute sp_reg.
5517
5518 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
5519
5520 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
5521 to prepare.
5522 (prepare): Return 0 on error, 1 on success.
5523
5524 2018-01-12 Pedro Alves <palves@redhat.com>
5525
5526 * gdb.base/continue-after-aborted-step-over.c: New.
5527 * gdb.base/continue-after-aborted-step-over.exp: New.
5528
5529 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
5530
5531 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
5532 options when not creating an executable.
5533
5534 2018-01-11 Pedro Alves <palves@redhat.com>
5535
5536 PR remote/22597
5537 * gdb.server/stop-reply-no-thread.c: New file.
5538 * gdb.server/stop-reply-no-thread.exp: New file.
5539
5540 2018-01-10 Pedro Alves <palves@redhat.com>
5541
5542 PR gdb/22670
5543 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
5544 functions too. Test setting breakpoints and printing C functions
5545 with no debug info too.
5546 * gdb.ada/bp_c_mixed_case/qux.c: New file.
5547
5548 2018-01-10 Pedro Alves <palves@redhat.com>
5549
5550 PR gdb/22670
5551 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
5552 a fail.
5553
5554 2018-01-10 Pedro Alves <palves@redhat.com>
5555
5556 PR gdb/22670
5557 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
5558
5559 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
5560
5561 * gdb.server/unittest.exp: Match the output in non-development
5562 mode.
5563
5564 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
5565
5566 * gdb.gdb/unittest.exp: Match output in non-development mode.
5567
5568 2018-01-08 Joel Brobecker <brobecker@adacore.com>
5569
5570 * gdb.ada/access_tagged_param.exp: Relax expected output
5571 for value of "ObjL" in "continue" to pck.inspect breakpoint
5572 test.
5573
5574 2018-01-08 Joel Brobecker <brobecker@adacore.com>
5575
5576 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
5577 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
5578
5579 2018-01-05 Pedro Alves <palves@redhat.com>
5580
5581 PR gdb/18653
5582 * gdb.base/libsegfault.exp: New.
5583
5584 2018-01-05 Joel Brobecker <brobecker@adacore.com>
5585
5586 PR gdb/22670
5587 * gdb.ada/access_tagged_param.exp: New file.
5588 * gdb.ada/access_tagged_param/foo.adb: New file.
5589
5590 2018-01-05 Pedro Alves <palves@redhat.com>
5591
5592 PR gdb/22670
5593 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
5594 exercise lower case too, and to exercise both full matching and
5595 wild matching.
5596
5597 2018-01-05 Joel Brobecker <brobecker@adacore.com>
5598
5599 * gdb.ada/rename_subscript_param: New testcase.
5600
5601 2018-01-05 Jerome Guitton <guitton@adacore.com>
5602
5603 * gdb.ada/arr_acc_idx_w_gap: New testcase.
5604
5605 2018-01-05 Joel Brobecker <brobecker@adacore.com>
5606
5607 * gdb.ada/convvar_comp: New testcase.
5608
5609 2018-01-05 Xavier Roirand <roirand@adacore.com>
5610
5611 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
5612 (My_Table): New global variable.
5613 * testsuite/gdb.ada/array_char_idx.exp: Add test.
5614
5615 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5616
5617 PR gdb/22670
5618 * gdb.ada/maint_with_ada: New testcase.
5619
5620 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5621
5622 PR gdb/22670
5623 * gdb.ada/bp_c_mixed_case: New testcase.
5624
5625 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5626
5627 PR gdb/22670
5628 * gdb.ada/complete.exp: Add "complete break ada" test.
5629
5630 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5631
5632 PR gdb/22670
5633 * gdb.ada/info_addr_mixed_case: New testcase.
5634
5635 2018-01-03 Xavier Roirand <roirand@adacore.com>
5636
5637 * gdb.ada/excep_handle.exp: New testcase.
5638 * gdb.ada/excep_handle/foo.adb: New file.
5639 * gdb.ada/excep_handle/pck.ads: New file.
5640
5641 2018-01-03 Joel Brobecker <brobecker@adacore.com>
5642
5643 * gdb.base/step-line.c: Add extra empty line in copyright header.
5644 * gdb.base/step-line.inp: Likewise.
5645
5646 2018-01-02 Joel Brobecker <brobecker@adacore.com>
5647
5648 * gdb.ada/dyn_stride.exp: Add slice test.
5649
5650 2018-01-02 Joel Brobecker <brobecker@adacore.com>
5651
5652 * gdb.ada/dyn_stride: New testcase.
5653
5654 2017-12-27 Stafford Horne <shorne@gmail.com>
5655
5656 * gdb.xml/extra-regs.xml: Add example foo reggroup.
5657 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
5658
5659 2017-12-27 Stafford Horne <shorne@gmail.com>
5660
5661 * gdb.base/reggroups.c: New file.
5662 * gdb.base/reggroups.exp: New file.
5663
5664 2017-12-18 Joel Brobecker <brobecker@adacore.com>
5665
5666 * gdb.dwarf2/ada-valprint-error.c: New file.
5667 * gdb.dwarf2/ada-valprint-error.exp: New file.
5668
5669 2017-12-18 Joel Brobecker <brobecker@adacore.com>
5670
5671 * gdb.ada/assign_arr: New testcase.
5672
5673 2017-12-18 Xavier Roirand <roirand@adacore.com>
5674
5675 * gdb.ada/funcall_ptr: New testcase.
5676
5677 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
5678
5679 PR cli/16224
5680 * gdb.base/ptype-offsets.cc: New file.
5681 * gdb.base/ptype-offsets.exp: New file.
5682
5683 2017-12-15 Yao Qi <yao.qi@linaro.org>
5684
5685 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
5686 if XML is disabled.
5687
5688 2017-12-15 Xavier Roirand <roirand@adacore.com>
5689
5690 * gdb.ada/same_component_name: New testcase.
5691
5692 2017-12-14 Joel Brobecker <brobecker@adacore.com>
5693
5694 * gdb.ada/str_binop_equal: New testcase.
5695
5696 2017-12-14 Joel Brobecker <brobecker@adacore.com>
5697
5698 * gdb.ada/task_switch_in_core: New testcase.
5699
5700 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
5701
5702 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
5703 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
5704 call test_bkpt_qualified.
5705 (test_bkpt_qualified): New proc.
5706
5707 2017-12-13 Pedro Alves <palves@redhat.com>
5708
5709 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
5710 Tighten regexp by matching with an anchor.
5711
5712 2017-12-13 Pedro Alves <palves@redhat.com>
5713
5714 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
5715 ("expression with namespace"): New set of tests.
5716 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
5717 (Nested::Test_NS::qux): New.
5718 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
5719 defaults to 'start_quote_char' and 'end_quote_char' parameters.
5720
5721 2017-12-13 Joel Brobecker <brobecker@adacore.com>
5722
5723 * gdb.base/server-del-break.c: New file.
5724 * gdb.base/server-del-break.exp: New file.
5725
5726 2017-12-12 Stafford Horne <shorne@gmail.com>
5727
5728 * gdb.xml/tdesc-regs.exp: Add or1k support.
5729
5730 2017-12-12 Stafford Horne <shorne@gmail.com>
5731
5732 * gdb.base/bp-permanent.c: Define nop of or1k.
5733
5734 2017-12-11 Joel Brobecker <brobecker@adacore.com>
5735
5736 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
5737 output with components being reordered.
5738
5739 2017-12-11 Joel Brobecker <brobecker@adacore.com>
5740
5741 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
5742 output with components being reordered.
5743
5744 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5745 Pedro Alves <palves@redhat.com>
5746
5747 * gdb.base/maint.exp (check for .gdb_index): Check also for
5748 .debug_names.
5749 * gdb.dlang/watch-loc.c (.debug_aranges): New.
5750 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
5751 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
5752 (.gdb_index used after symbol reloading): Support also .debug_names.
5753 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
5754
5755 2017-12-08 Yao Qi <yao.qi@linaro.org>
5756
5757 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
5758 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
5759
5760 2017-12-08 Yao Qi <yao.qi@linaro.org>
5761
5762 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
5763 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
5764
5765 2017-12-08 Yao Qi <yao.qi@linaro.org>
5766
5767 * gdb.arch/aarch64-tagged-pointer.c: New file.
5768 * gdb.arch/aarch64-tagged-pointer.exp: New file.
5769
5770 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
5771
5772 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
5773 "int".
5774
5775 2017-12-07 Keith Seitz <keiths@redhat.com>
5776
5777 PR breakpoints/22569
5778 * gdb.linespec/ls-errs.exp: Change expected result of "break
5779 -source this file has spaces.c -line 3".
5780 Check that an explicit source file followed by whitespace is
5781 identified as an invalid explicit location.
5782
5783 2017-12-07 Keith Seitz <keiths@redhat.com>
5784
5785 * gdb.cp/nested-types.cc: New file.
5786 * gdb.cp/nested-types.exp: New file.
5787 * lib/cp-support.exp: Load data-structures.exp library.
5788 (debug_cp_test_ptype_class): New global.
5789 (cp_ptype_class_verbose, next_line): New procedures.
5790 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
5791 Add and document new return value.
5792 Switch the list of lines to a queue.
5793 Add support for new `type' key for nested type definitions.
5794 Add debugging/troubleshooting messages.
5795 * lib/data-structures.exp: New file.
5796
5797 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
5798
5799 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
5800 with proc_with_prefix, don't use with_test_prefix.
5801
5802 2017-12-07 Tom Tromey <tom@tromey.com>
5803
5804 * gdb.base/break.exp: Add test for empty "commands".
5805
5806 2017-12-07 Yao Qi <yao.qi@linaro.org>
5807
5808 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
5809 malloc and catch syscall.
5810
5811 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
5812
5813 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
5814 tests for explicit locations.
5815
5816 2017-12-06 Pedro Alves <palves@redhat.com>
5817
5818 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
5819 force-disabling XML descriptions.
5820
5821 2017-12-04 Pedro Alves <palves@redhat.com>
5822
5823 PR gdb/22499
5824 * gdb.arch/amd64-disp-step-avx.S: New file.
5825 * gdb.arch/amd64-disp-step-avx.exp: New file.
5826
5827 2017-12-03 Pedro Alves <palves@redhat.com>
5828
5829 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
5830 and <string.h>.
5831 (parent_function): Print distinct messages when waitpid fails, or
5832 the child exits with a signal, or the child exits for an unhandled
5833 reason.
5834 * gdb.threads/process-dies-while-detaching.exp
5835 (detach_and_expect_exit): New 'inf_output_re' parameter and use
5836 it. Wait for both inferior output and GDB's prompt. Use an
5837 indirect spawn id list.
5838 (do_detach): New parameter 'child_exit'. Use it to compute
5839 expected inferior output.
5840 (test_detach, test_detach_watch, test_detach_killed_outside):
5841 Adjust to pass down the expected child exit kind.
5842
5843 2017-12-01 Joel Brobecker <brobecker@adacore.com>
5844 Sergio Durigan Junior <sergiodj@redhat.com>
5845 Pedro Alves <palves@redhat.com>
5846
5847 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
5848
5849 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
5850
5851 * gdb.base/relocate.exp: Add tests to guarantee that arguments
5852 to 'symbol-file' and 'add-symbol-file' can be
5853 position-independent.
5854
5855 2017-12-01 Yao Qi <yao.qi@linaro.org>
5856
5857 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
5858 the URL in copyright header.
5859 * gdb.arch/aarch64-fp.exp: Likewise.
5860 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
5861 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
5862 * gdb.base/expand-psymtabs.exp: Likewise.
5863 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
5864 * gdb.fortran/common-block.exp: Likewise.
5865 * gdb.fortran/common-block.f90: Likewise.
5866 * gdb.fortran/logical.exp: Likewise.
5867 * gdb.fortran/vla-datatypes.f90: Likewise.
5868 * gdb.fortran/vla-sub.f90: Likewise.
5869
5870 2017-11-30 Joel Brobecker <brobecker@adacore.com>
5871
5872 * gdb.ada/repeat_dyn: New testcase.
5873
5874 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
5875
5876 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
5877 Update for changed thread numbering.
5878 * gdb.cell/bt.exp: Update for changed GDB output.
5879
5880 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
5881
5882 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
5883 setting isremote by hand.
5884 * boards/dwarf4-gdb-index.exp: Likewise.
5885 * boards/fission.exp: Likewise.
5886 * boards/stabs.exp: Likewise.
5887
5888 2017-11-30 Pedro Alves <palves@redhat.com>
5889
5890 * gdb.linespec/cpls-ops.exp
5891 (check_explicit_skips_function_argument): Extract the underlying
5892 type of size_t instead of hardcoding it.
5893
5894 2017-11-29 Pedro Alves <palves@redhat.com>
5895
5896 PR c++/19436
5897 * gdb.linespec/cpls-abi-tag.cc: New file.
5898 * gdb.linespec/cpls-abi-tag.exp: New file.
5899
5900 2017-11-29 Pedro Alves <palves@redhat.com>
5901
5902 * gdb.base/langs.exp: Use -qualified.
5903 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
5904 it.
5905 * gdb.cp/namespace.exp: Use -qualified.
5906 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
5907 (overload-3, template-overload, template-ret-type, const-overload)
5908 (const-overload-quoted, anon-ns, ambiguous-prefix): New
5909 procedures.
5910 (test_driver): Call them.
5911 * gdb.cp/save-bp-qualified.cc: New.
5912 * gdb.cp/save-bp-qualified.exp: New.
5913 * gdb.linespec/explicit.exp: Test -qualified.
5914 * lib/completion-support.exp (completion::explicit_opts_list): Add
5915 "-qualified".
5916 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
5917
5918 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
5919
5920 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
5921
5922 2017-11-29 Tom Tromey <tom@tromey.com>
5923
5924 * gdb.base/relocate.exp: Update invalid argument test.
5925 Add new tests for invalid arguments.
5926
5927 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
5928
5929 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
5930 Return 0 as a long.
5931 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
5932
5933 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
5934
5935 * gdb.cp/breakpoint.cc (bar): Set return type to void.
5936 * gdb.cp/psymtab-parameter.cc (func): Likewise.
5937 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
5938 func ().
5939 * gdb.cp/shadow.cc (B.func): Return 0.
5940
5941 2017-11-27 Joel Brobecker <brobecker@adacore.com>
5942
5943 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
5944 expected output in gdb_expect call to allow the exception
5945 message to be present as well. Fix syntax confusion to avoid
5946 TCL thinking that exception_name is an array.
5947
5948 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
5949
5950 * gdb.arch/spu-info.c: Include <unistd.h>.
5951 (do_signal_test): Fix broken calls to write.
5952 * gdb.arch/spu-info.exp: Use prepare_for_testing.
5953 Fix checks for empty mailboxes. Update signal tests for corrected
5954 do_signal_test routine. Allow nonzero event status.
5955 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
5956 * gdb.cell/arch.exp: Use standard_output_file.
5957 * gdb.cell/break.exp: Likewise.
5958 * gdb.cell/bt.exp: Likewise.
5959 * gdb.cell/core.exp: Likewise.
5960 * gdb.cell/dwarfaddr.exp: Likewise.
5961 * gdb.cell/ea-cache.exp: Likewise.
5962 * gdb.cell/ea-standalone.exp: Likewise.
5963 * gdb.cell/f-regs.exp: Likewise.
5964 * gdb.cell/fork.exp: Likewise.
5965 * gdb.cell/gcore.exp: Likewise.
5966 * gdb.cell/mem-access.exp: Likewise.
5967 * gdb.cell/ptype.exp: Likewise.
5968 * gdb.cell/registers.exp: Likewise.
5969 * gdb.cell/sizeof.exp: Likewise.
5970 * gdb.cell/solib-symbol.exp: Likewise.
5971 * gdb.cell/solib.exp: Likewise.
5972
5973 2017-11-25 Pedro Alves <palves@redhat.com>
5974
5975 * gdb.base/complete-empty.exp: New file.
5976 * gdb.base/completion.exp: Adjust.
5977
5978 2017-11-25 Pedro Alves <palves@redhat.com>
5979
5980 * gdb.linespec/cpls-ops.cc: New file.
5981 * gdb.linespec/cpls-ops.exp: New file.
5982 * lib/completion-support.exp (test_complete_prefix_range_re): New,
5983 factored out from ...
5984 (test_complete_prefix_range): ... this.
5985
5986 2017-11-24 Pedro Alves <palves@redhat.com>
5987
5988 * gdb.linespec/cpcompletion.exp: New file.
5989 * gdb.linespec/cpls-hyphen.cc: New file.
5990 * gdb.linespec/cpls.cc: New file.
5991 * gdb.linespec/cpls2.cc: New file.
5992 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
5993 test to use test_gdb_complete_unique. Add label completion,
5994 keyword completion and explicit location completion tests.
5995 * lib/completion-support.exp: New file.
5996
5997 2017-11-24 Joel Brobecker <brobecker@adacore.com>
5998
5999 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
6000 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
6001 when hitting an exception catchpoint.
6002
6003 2017-11-22 Yao Qi <yao.qi@linaro.org>
6004
6005 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
6006
6007 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
6008
6009 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
6010 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
6011 * gdb.dwarf2/info-locals-optimized-out.c: New file.
6012
6013 2017-11-22 Yao Qi <yao.qi@linaro.org>
6014
6015 * gdb.base/info-os.exp: Pass pthreads.
6016 * gdb.multi/multi-attach.exp: Likewise.
6017
6018 2017-11-22 Yao Qi <yao.qi@linaro.org>
6019
6020 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
6021 compiler.
6022
6023 2017-11-22 Yao Qi <yao.qi@linaro.org>
6024
6025 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
6026 * gdb.base/break-interp.exp: Likewise.
6027 * gdb.base/jit-attach-pie.exp: Likewise.
6028
6029 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
6030
6031 * gdb.base/float128.c (large128): New variable.
6032 * gdb.base/float128.exp: Add test to print largest __float128 value.
6033
6034 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
6035
6036 * gdb.arch/vsx-regs.exp: Update register content checks.
6037
6038 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
6039
6040 * gdb.arch/ppc-longdouble.exp: New file.
6041 * gdb.arch/ppc-longdouble.c: Likewise.
6042
6043 2017-11-21 Pedro Alves <palves@redhat.com>
6044
6045 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
6046
6047 2017-11-20 Pedro Alves <palves@redhat.com>
6048
6049 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
6050 (long_double_typedef): New typedefs.
6051 Use DEF on double and long double.
6052 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
6053 cases.
6054 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
6055 and 'long_double_ptr_same_size' locals. Use them to decide
6056 whether cast from array/function to float is valid/invalid.
6057
6058 2017-11-17 Tom Tromey <tom@tromey.com>
6059
6060 * gdb.rust/traits.rs: New file.
6061 * gdb.rust/traits.exp: New file.
6062
6063 2017-11-17 Joel Brobecker <brobecker@adacore.com>
6064
6065 * gdb.ada/minsyms: New testcase.
6066
6067 2017-11-16 Pedro Alves <palves@redhat.com>
6068
6069 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
6070 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
6071
6072 2017-11-16 Pedro Alves <palves@redhat.com>
6073
6074 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
6075 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
6076
6077 2017-11-16 Pedro Alves <palves@redhat.com>
6078
6079 * gdb.server/reconnect-ctrl-c.c: New file.
6080 * gdb.server/reconnect-ctrl-c.exp: New file.
6081
6082 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
6083
6084 * gdb.python/py-rbreak.exp: New file.
6085 * gdb.python/py-rbreak.c: New file.
6086 * gdb.python/py-rbreak-func2.c: New file.
6087
6088 2017-11-16 Pedro Alves <palves@redhat.com>
6089
6090 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
6091 pattern.
6092 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
6093 GDB.
6094
6095 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
6096
6097 * gdb.tui/completionn.exp (test_tab_completion): Add space in
6098 regex.
6099
6100 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
6101
6102 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
6103 test names.
6104
6105 2017-11-09 Pedro Alves <palves@redhat.com>
6106
6107 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
6108 factored out from ...
6109 (top level): ... here, and adjusted to avoid expecting beyond the
6110 prompt in a single gdb_test_multiple.
6111
6112 2017-11-09 Pedro Alves <palves@redhat.com>
6113
6114 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
6115 output.
6116 * gdb.server/ext-attach.exp ("kill" test): Likewise.
6117 * gdb.server/ext-restart.exp ("kill" test): Likewise.
6118 * gdb.server/ext-run.exp ("kill" test): Likewise.
6119 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
6120
6121 2017-11-09 Pedro Alves <palves@redhat.com>
6122
6123 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
6124 match till end of line.
6125
6126 2017-11-09 Pedro Alves <palves@redhat.com>
6127
6128 * gdb.base/memattr.exp: Tighten regexes to match the end line.
6129
6130 2017-11-09 Pedro Alves <palves@redhat.com>
6131
6132 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
6133 New procedures, factored out from ...
6134 (top level): ... here, and adjusted to avoid expecting beyond the
6135 prompt in one go.
6136
6137 2017-11-09 Pedro Alves <palves@redhat.com>
6138
6139 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
6140 output. Fix '?' match.
6141
6142 2017-11-08 Joel Brobecker <brobecker@adacore.com>
6143
6144 * gdb.ada/scoped_watch: New testcase.
6145 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
6146 which is actually correct.
6147 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
6148 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
6149
6150 2017-11-08 Pedro Alves <palves@redhat.com>
6151
6152 * gdb.gdb/complaints.exp (test_initial_complaints)
6153 (test_serial_complaints, test_short_complaints): Call
6154 complaint_internal instead of complaint.
6155
6156 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
6157
6158 * gdb.threads/tls-core.c: New file.
6159 * gdb.threads/tls-core.exp: Likewise.
6160
6161 2017-11-08 Pedro Alves <palves@redhat.com>
6162
6163 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
6164 (p Exported_Capitalized): New test.
6165 (p exported_capitalized): New test.
6166
6167 2017-11-07 Pedro Alves <palves@redhat.com>
6168
6169 * gdb.cp/ena-dis-br-range.exp: Add more tests.
6170
6171 2017-11-07 Pedro Alves <palves@redhat.com>
6172
6173 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
6174 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
6175 (disable_invalid, disable_inverted, disable_negative): New
6176 procedures.
6177 ("bad numbers"): New set of tests.
6178
6179 2017-11-07 Pedro Alves <palves@redhat.com>
6180
6181 * gdb.cp/ena-dis-br-range.exp: Add tests.
6182
6183 2017-11-07 Pedro Alves <palves@redhat.com>
6184
6185 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
6186
6187 2017-11-07 Xavier Roirand <roirand@adacore.com>
6188 Pedro Alves <palves@redhat.com>
6189
6190 * gdb.base/ena-dis-br.exp: Add reference to
6191 gdb.cp/ena-dis-br-range.exp.
6192 * gdb.cp/ena-dis-br-range.exp: New file.
6193 * gdb.cp/ena-dis-br-range.cc: New file.
6194
6195 2017-11-06 Pedro Alves <palves@redhat.com>
6196
6197 * gdb.base/attach-non-pgrp-leader.c: New.
6198 * gdb.base/attach-non-pgrp-leader.exp: New.
6199
6200 2017-11-06 Pedro Alves <palves@redhat.com>
6201
6202 * configure.ac: No longer check for termio.h and sgtty.h.
6203 * configure: Regenerate.
6204 * remote-utils.c: Include termios.h instead of gdb_termios.h.
6205 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
6206 Remove termio and sgtty code.
6207
6208 2017-11-03 Yao Qi <yao.qi@linaro.org>
6209
6210 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
6211 in GDB is disabled.
6212
6213 2017-11-03 Yao Qi <yao.qi@linaro.org>
6214
6215 * gdb.python/py-thrhandle.exp: Skip it if python is not
6216 enabled.
6217
6218 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
6219
6220 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
6221 as a breakpoint command.
6222
6223 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
6224
6225 PR python/21213
6226 * gdb.python/py-infthread.exp: Test calling
6227 InferiorThread.inferior () multiple times in a row.
6228
6229 2017-10-27 Keith Seitz <keiths@redhat.com>
6230
6231 * gdb.opt/inline-break.exp (break_info_1): New procedure.
6232 Test "info break" for every inlined function breakpoint.
6233
6234 2017-10-27 Yao Qi <yao.qi@linaro.org>
6235
6236 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
6237
6238 2017-10-26 Patrick Frants <osscontribute@gmail.com>
6239
6240 * gdb.cp/classes.exp (test_static_members): Test printing
6241 Outer::instance.
6242 * gdb.cp/classes.c (struct Inner, struct Outer): New.
6243 (Inner::instance, Outer::instance): New.
6244
6245 2017-10-24 Pedro Alves <palves@redhat.com>
6246
6247 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
6248 extra console" test in two stages.
6249
6250 2017-10-24 Pedro Alves <palves@redhat.com>
6251
6252 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
6253
6254 2017-10-24 Pedro Alves <palves@redhat.com>
6255
6256 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
6257 loop.
6258
6259 2017-10-24 Pedro Alves <palves@redhat.com>
6260
6261 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
6262 $attempt" and "stoppedtry $stoppedtry" test prefixes.
6263
6264 2017-10-24 Pedro Alves <palves@redhat.com>
6265
6266 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
6267 parameter and handle it. Don't output read value in test name.
6268
6269 2017-10-24 Pedro Alves <palves@redhat.com>
6270
6271 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
6272 custom test name.
6273
6274 2017-10-24 Pedro Alves <palves@redhat.com>
6275
6276 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
6277 include the unstable output directory name in the test's name.
6278 (initial_setup_simple) <'set args'>: Use custom test name.
6279
6280 2017-10-24 Pedro Alves <palves@redhat.com>
6281
6282 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
6283 with explicit test name.
6284
6285 2017-10-20 Pedro Alves <palves@redhat.com>
6286
6287 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
6288 'wait -i'. Use gdb_assert and remote_close.
6289
6290 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
6291
6292 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
6293 number from variable rather than hard-coded.
6294
6295 2017-10-19 Pedro Alves <palves@redhat.com>
6296
6297 * gdb.base/long-inferior-output.c: New file.
6298 * gdb.base/long-inferior-output.exp: New file.
6299
6300 2017-11-18 Keith Seitz <keiths@redhat.com>
6301
6302 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
6303 method.
6304 (main): Call it.
6305 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
6306 Add additional user-defined conversion operator tests.
6307
6308 2017-10-17 Pedro Alves <palves@redhat.com>
6309
6310 * boards/native-stdio-gdbserver.exp: Load "local-board".
6311
6312 2017-10-17 Pedro Alves <palves@redhat.com>
6313
6314 * gdb.base/quit-live.c: New file.
6315 * gdb.base/quit-live.exp: New file.
6316
6317 2017-10-16 Keith Seitz <keiths@redhat.com>
6318
6319 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
6320 (class_with_protected_typedef, class_with_private_typedef)
6321 (struct_with_public_typedef, struct_with_protected_typedef)
6322 (struct_with_private_typedef): New classes/structs.
6323 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
6324 typedefs and access specifiers.
6325
6326 2017-10-16 Pedro Alves <palves@redhat.com>
6327 Simon Marchi <simon.marchi@polymtl.ca>
6328
6329 * README (Local vs Remote vs Native): New section.
6330 * boards/local-board.exp: New file, with bits factored out from
6331 ...
6332 * boards/native-extended-gdbserver.exp: ... here. Load
6333 "local-board".
6334 * boards/native-gdbserver.exp: Load "local-board".
6335 (${board}_spawn, ${board}_exec): Delete.
6336 * boards/native-stdio-gdbserver.exp: Most contents factored out to
6337 ...
6338 * boards/stdio-gdbserver-base.exp: ... this new file.
6339 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
6340 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
6341 procedure.
6342 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
6343 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
6344 stdio_gdbserver_command.
6345 (${board}_get_remote_address, ${board}_get_comm_port)
6346 (${board}_download, ${board}_upload): Delete.
6347 (get_target_remote_pipe_cmd): New.
6348
6349 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
6350
6351 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
6352 test_bkpt_deletion, test_bkpt_cond_and_cmds,
6353 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
6354 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
6355 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
6356 remove with_test_prefix.
6357
6358 2017-10-13 Pedro Alves <palves@redhat.com>
6359
6360 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
6361 * gdb.base/annota1.exp: Use it instead of is_remote.
6362 * gdb.base/annota3.exp: Use it instead of is_remote.
6363 * gdb.cp/annota2.exp: Use it instead of is_remote.
6364 * gdb.cp/annota3.exp: Use it instead of is_remote.
6365 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
6366
6367 2017-10-13 Pedro Alves <palves@redhat.com>
6368
6369 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
6370 (test_num_test_vars, run_and_count_vars, find_env)
6371 (test_set_unset_env, test_inherit_env_var): New procedures.
6372 (top level): Use them.
6373
6374 2017-10-13 Pedro Alves <palves@redhat.com>
6375
6376 * lib/selftest-support.exp (selftest_setup): Extend comments, and
6377 also skip on stub-like targets.
6378
6379 2017-10-13 Pedro Alves <palves@redhat.com>
6380
6381 PR gdb/22293
6382 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
6383 (top level): Move some tests to ...
6384 (test_not_found): ... this new procedure.
6385 (top level): Call it.
6386
6387 2017-10-13 Pedro Alves <palves@redhat.com>
6388
6389 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
6390 expect different "info terminal" output if testing with a
6391 non-native target.
6392
6393 2017-10-13 Pedro Alves <palves@redhat.com>
6394 Simon Marchi <simon.marchi@polymtl.ca>
6395
6396 PR python/12966
6397 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
6398
6399 2017-10-13 Pedro Alves <palves@redhat.com>
6400
6401 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
6402 already.
6403
6404 2017-10-13 Pedro Alves <palves@redhat.com>
6405
6406 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
6407 is_remote.
6408
6409 2017-10-13 Pedro Alves <palves@redhat.com>
6410
6411 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
6412 is_remote.
6413
6414 2017-10-13 Pedro Alves <palves@redhat.com>
6415
6416 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
6417 is set.
6418 (corefile_test_attach): Likewise. Check can_spawn_for_attach
6419 instead of is_remote.
6420
6421 2017-10-13 Pedro Alves <palves@redhat.com>
6422
6423 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
6424 (top level): Add comment.
6425
6426 2017-10-13 Pedro Alves <palves@redhat.com>
6427
6428 * gdb.base/remote.exp (top level): Fix comment typo and add
6429 missing return.
6430
6431 2017-10-13 Pedro Alves <palves@redhat.com>
6432 Simon Marchi <simon.marchi@polymtl.ca>
6433
6434 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
6435 calls and add comments. Skip test if use_gdb_stub is set.
6436 (top level): Use "set cwd" command instead of "cd" command.
6437
6438 2017-10-13 Pedro Alves <palves@redhat.com>
6439
6440 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
6441 is_remote target check.
6442
6443 2017-10-13 Pedro Alves <palves@redhat.com>
6444
6445 * gdb.base/scope.exp: Use build_executable + clean_restart +
6446 gdb_file_cmd instead of prepare_for_testing and no longer skip
6447 "before run" tests on is_remote target boards. Update comments.
6448 * boards/native-extended-gdbserver.exp
6449 (extended_gdbserver_load_last_file): New, factored out from ...
6450 (gdb_load): ... this. Move further below and add comment.
6451 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
6452
6453 2017-10-12 Pedro Alves <palves@redhat.com>
6454
6455 * gdb.base/attach.exp: Remove references to gdb64.
6456 * gdb.base/dbx.exp: Remove references to gdb64.
6457
6458 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
6459 Pedro Alves <palves@redhat.com>
6460
6461 * gdb.base/label.exp: Remove is_remote target check.
6462
6463 2017-10-12 Pedro Alves <palves@redhat.com>
6464
6465 * gdb.base/auvx.exp (coredir): Update comment.
6466 (top level) <core_works>: Use "set cwd" command instead of "cd"
6467 command.
6468
6469 2017-10-12 Pedro Alves <palves@redhat.com>
6470 Simon Marchi <simon.marchi@polymtl.ca>
6471
6472 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
6473 target boards.
6474
6475 2017-10-12 Pedro Alves <palves@redhat.com>
6476 Simon Marchi <simon.marchi@polymtl.ca>
6477
6478 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
6479 Instead skip if there's any gdb_protocol set.
6480
6481 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
6482 Pedro Alves <palves@redhat.com>
6483
6484 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
6485
6486 2017-10-12 Pedro Alves <palves@redhat.com>
6487 Simon Marchi <simon.marchi@polymtl.ca>
6488
6489 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
6490 instead of on dejagnu remote boards.
6491
6492 2017-10-12 Pedro Alves <palves@redhat.com>
6493 Simon Marchi <simon.marchi@polymtl.ca>
6494
6495 * gdb.base/inferior-died.exp: Remove is_remote and isnative
6496 checks. Use build_executable + clean_restart instead of
6497 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
6498 of enabling non-stop after starting gdb.
6499
6500 2017-10-12 Pedro Alves <palves@redhat.com>
6501
6502 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
6503 * gdb.threads/non-ldr-exc-2.exp: Ditto.
6504 * gdb.threads/non-ldr-exc-3.exp: Ditto.
6505 * gdb.threads/non-ldr-exc-4.exp: Ditto.
6506
6507 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
6508
6509 * gdb.arch/arc-tdesc-cpu.exp: New file.
6510 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
6511
6512 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
6513
6514 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
6515
6516 2017-10-10 Pedro Alves <palves@redhat.com>
6517
6518 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
6519 expect CLI output.
6520
6521 2017-10-10 Pedro Alves <palves@redhat.com>
6522
6523 * lib/selftest-support.exp (selftest_setup): Update for
6524 captured_command_loop's prototype change.
6525
6526 2017-10-09 Pedro Alves <palves@redhat.com>
6527
6528 Test both arch1=>arch2 and arch2=>arch1.
6529
6530 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
6531 (srcfile2, binfile2, march1, march2): Remove globals. Largely
6532 factored out to...
6533 (append_arch1_options, append_arch2_options, append_arch_options)
6534 (build_executables): New procedures.
6535 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
6536 local.
6537 (top level): Add new 'first_arch' testing axis.
6538
6539 2017-10-09 Pedro Alves <palves@redhat.com>
6540
6541 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
6542 (barrier): New.
6543 (thread_start, all_started): New functions.
6544 (main): Spawn new thread and wait until it is scheduled.
6545 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
6546 option.
6547 (do_test): Add 'selected_thread' parameter. Run to all_started
6548 instead of main. Explicitly set the breakpoint at main. Switch
6549 to the SELECTED_THREAD thread.
6550 (top level): Test handling the exec event with either the main
6551 thread or the second thread selected.
6552
6553 2017-10-09 Pedro Alves <palves@redhat.com>
6554
6555 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
6556 logic. Move STOP marker after the value checks.
6557 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
6558 regexp.
6559
6560 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
6561
6562 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
6563
6564 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
6565
6566 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
6567 integer-to-dfp conversion.
6568 * gdb.base/dfp-test.exp: Likewise.
6569
6570 2017-10-04 Pedro Alves <palves@redhat.com>
6571
6572 * gdb.multi/hangout.c: Include <unistd.h>.
6573 (hangout_loop): New function.
6574 (main): Call alarm. Call hangout_loop in a loop.
6575 * gdb.multi/hello.c: Include <unistd.h>.
6576 (hello_loop): New function.
6577 (main): Call alarm. Call hangout_loop in a loop.
6578 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
6579 inferior with the other selected.
6580
6581 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
6582
6583 * gdb.mi/list-thread-groups-available.exp: New file.
6584 * gdb.mi/list-thread-groups-available.c: New file.
6585
6586 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
6587
6588 * gdb.base/set-cwd.exp: Make it available on
6589 native-extended-gdbserver.
6590
6591 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
6592
6593 * gdb.base/set-cwd.c: New file.
6594 * gdb.base/set-cwd.exp: Likewise.
6595
6596 2017-10-02 Tom Tromey <tom@tromey.com>
6597
6598 PR rust/22236:
6599 * gdb.rust/simple.rs (main): New variable "fslice".
6600 * gdb.rust/simple.exp: Add slice tests. Update string tests.
6601
6602 2017-10-02 Tom Tromey <tom@tromey.com>
6603
6604 * gdb.rust/simple.exp: Test ptype of a slice.
6605
6606 2017-10-02 Tom Tromey <tom@tromey.com>
6607
6608 * gdb.rust/simple.exp: Test index of slice.
6609
6610 2017-09-27 Tom Tromey <tom@tromey.com>
6611
6612 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
6613
6614 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
6615 Pedro Alves <palves@redhat.com>
6616
6617 * gdb.base/compare-sections.exp (get value of read-only section): Read
6618 as unsigned value.
6619 (corrupt read-only section): Likewise and don't set written if patching
6620 failed.
6621
6622 2017-09-21 Kevin Buettner <kevinb@redhat.com>
6623
6624 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
6625 files.
6626
6627 2017-09-20 Pedro Alves <palves@redhat.com>
6628
6629 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
6630 symbol names in gdb's output.
6631 * gdb.cp/overload.exp ("list all overloads"): Likewise.
6632
6633 2017-09-20 Pedro Alves <palves@redhat.com>
6634
6635 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
6636 Rename to ...
6637 (test_list_ambiguous_symbol): ... this and add a symbol name
6638 parameter. Adjust.
6639 (test_list_ambiguous_function): Reimplement on top of
6640 test_list_ambiguous_symbol and also test listing ambiguous
6641 variables.
6642 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
6643 (ambiguous_fun): ... this.
6644 (ambiguous_var): New.
6645 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
6646 (ambiguous_fun): ... this.
6647 (ambiguous_var): New.
6648
6649 2017-09-19 John Baldwin <jhb@FreeBSD.org>
6650
6651 * gdb.base/starti.c: New file.
6652 * gdb.base/starti.exp: New file.
6653 * lib/gdb.exp (gdb_starti_cmd): New procedure.
6654
6655 2017-09-14 Pedro Alves <palves@redhat.com>
6656
6657 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
6658 (top level): Use it instead of runto.
6659
6660 2017-09-11 Tom Tromey <tom@tromey.com>
6661
6662 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
6663
6664 2017-09-11 Tom Tromey <tom@tromey.com>
6665
6666 * gdb.python/py-infthread.exp: Add tests for new_thread event.
6667 * gdb.python/py-inferior.exp: Add tests for new inferior events.
6668
6669 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
6670
6671 * gdb.fortran/printing-types.exp: New file.
6672 * gdb.fortran/printing-types.exp: New file.
6673
6674 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
6675
6676 * gdb.fortran/vla-ptype.exp: Fix typos.
6677 * gdb.fortran/vla-value.exp: Same.
6678
6679 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
6680
6681 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
6682 * gdb.mi/mi-var-child-f.exp: Likewise.
6683 * gdb.mi/mi-vla-fortran.exp: Likewise.
6684
6685 2017-09-08 Frank Penczek <frank.penczek@intel.com>
6686 Christoph Weinmann <christoph.t.weinmann@intel.com>
6687 Bernhard Heckel <bernhard.heckel@intel.com>
6688
6689 * gdb.fortran/ptr-indentation.f90: New file.
6690 * gdb.fortran/ptr-indentation.exp: New file.
6691
6692 2017-09-05 Tom Tromey <tom@tromey.com>
6693
6694 PR gdb/22010:
6695 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
6696
6697 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
6698
6699 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
6700
6701 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6702
6703 * gdb.threads/tls-nodebug-pie.c: New file.
6704 * gdb.threads/tls-nodebug-pie.exp: New file.
6705
6706 2017-09-05 Tom Tromey <tom@tromey.com>
6707
6708 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
6709 for rust.
6710
6711 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
6712
6713 * gdb.multi/multi-arch-exec.exp: Test with different
6714 "follow-exec-mode" settings.
6715 (do_test): New procedure.
6716
6717 2017-09-04 Pedro Alves <palves@redhat.com>
6718
6719 * gdb.base/func-static.c (S::method const, S::method volatile)
6720 (S::method volatile const): New methods.
6721 (c_s, v_s, cv_s): New instances.
6722 (main): Call method() on them.
6723 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
6724 (cannot_resolve): New procedure.
6725 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
6726 print-quote-unquoted columns.
6727 (do_test): Test printing each scope too.
6728
6729 2017-09-04 Pedro Alves <palves@redhat.com>
6730
6731 * gdb.base/local-static.exp: Also test with
6732 class::method::variable wholly quoted.
6733 * gdb.cp/m-static.exp (class::method::variable): Remove test.
6734
6735 2017-09-04 Pedro Alves <palves@redhat.com>
6736
6737 * gdb.base/local-static.c: New.
6738 * gdb.base/local-static.cc: New.
6739 * gdb.base/local-static.exp: New.
6740
6741 2017-09-04 Pedro Alves <palves@redhat.com>
6742
6743 * gdb.asm/asm-source.exp: Add casts to int.
6744 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
6745 (dataglobal64_1, dataglobal64_2): New globals.
6746 * gdb.base/nodebug.exp: Test different expressions involving the
6747 new globals, with print, whatis and ptype. Add casts to int.
6748 * gdb.base/solib-display.exp: Add casts to int.
6749 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
6750 * gdb.cp/m-static.exp: Add cast to int.
6751 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
6752 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
6753 tls variable with no debug info without a cast. Test with a cast
6754 to int too.
6755 * gdb.trace/entry-values.exp: Add casts.
6756
6757 2017-09-04 Pedro Alves <palves@redhat.com>
6758
6759 * gdb.base/nodebug.exp: Test that ptype's error about functions
6760 with unknown return type includes the function name too.
6761
6762 2017-09-04 Pedro Alves <palves@redhat.com>
6763
6764 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
6765 return type of munmap in infcall.
6766 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
6767 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
6768 type of ftell in infcall.
6769 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
6770 type of getpid in infcall.
6771 * gdb.base/infcall-exec.exp: Cast return type of execlp in
6772 infcall.
6773 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
6774 Bail on failure to extract the pid.
6775 * gdb.base/nodebug.c: #include <stdint.h>.
6776 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
6777 New functions.
6778 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
6779 Change expected output of print/whatis/ptype with functions with
6780 no debug info. Test all supported languages. Call
6781 test_call_promotion.
6782 * gdb.compile/compile.exp: Adjust expected output to expect
6783 warning.
6784 * gdb.threads/siginfo-threads.exp: Likewise.
6785
6786 2017-09-04 Pedro Alves <palves@redhat.com>
6787
6788 * gdb.base/callfuncs.exp (do_function_calls): New parameter
6789 "prototypes". Test calling float functions via prototyped and
6790 unprototyped function pointers.
6791 (perform_all_tests): New parameter "prototypes". Pass it down.
6792 (top level): Pass down "prototypes" parameter to
6793 perform_all_tests.
6794
6795 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6796
6797 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
6798 Test with nested loops.
6799
6800 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6801
6802 * gdb.base/commands.exp: Call the new procedures.
6803 (loop_break_test, loop_continue_test): New procedures.
6804
6805 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6806
6807 * gdb.base/commands.exp: Call new procedure.
6808 (define_if_without_arg_test): New procedure.
6809
6810 2017-09-04 Pedro Alves <palves@redhat.com>
6811
6812 * gdb.base/list-ambiguous.exp: New file.
6813 * gdb.base/list-ambiguous0.c: New file.
6814 * gdb.base/list-ambiguous1.c: New file.
6815 * gdb.base/list.exp (test_list_range): Adjust expected output.
6816
6817 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
6818
6819 * gdb.base/share-env-with-gdbserver.c: New file.
6820 * gdb.base/share-env-with-gdbserver.exp: Likewise.
6821
6822 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
6823
6824 * gdb.base/commands.exp (gdbvar_simple_if_test,
6825 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
6826 progvar_simple_if_test, progvar_simple_while_test,
6827 progvar_complex_if_while_test, user_defined_command_test,
6828 user_defined_command_args_eval,
6829 user_defined_command_args_stack_test,
6830 user_defined_command_manyargs_test, bp_deleted_in_command_test,
6831 temporary_breakpoint_commands,
6832 gdb_test_no_prompt, redefine_hook_test,
6833 redefine_backtrace_test): Remove "global gdb_prompt".
6834
6835 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
6836
6837 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
6838 New proc, call it from toplevel.
6839
6840 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
6841
6842 PR remote/21852
6843 * gdb.server/normal.c: New file, copied from gdb.base.
6844 * gdb.server/run-without-local-binary.exp: New file.
6845
6846 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
6847
6848 * gdb.arch/sparc64-adi.exp: New file.
6849 * gdb.arch/sparc64-adi.c: New file.
6850
6851 2017-08-22 Pedro Alves <palves@redhat.com>
6852
6853 * gdb.cp/overload.exp (line_range_pattern): New procedure.
6854 (top level): Add "list all overloads" tests.
6855
6856 2017-08-22 Tom Tromey <tom@tromey.com>
6857
6858 * gdb.gdb/xfullpath.exp: Remove.
6859
6860 2017-08-21 Pedro Alves <palves@redhat.com>
6861
6862 PR gdb/19487
6863 * gdb.base/symbol-alias.c: New.
6864 * gdb.base/symbol-alias2.c: New.
6865 * gdb.base/symbol-alias.exp: New.
6866
6867 2017-08-21 Pedro Alves <palves@redhat.com>
6868
6869 * gdb.base/dfp-test.c
6870 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
6871 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
6872 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
6873 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
6874 * gdb.base/whatis-ptype-typedefs.c: New.
6875 * gdb.base/whatis-ptype-typedefs.exp: New.
6876 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
6877 (an_int, an_int_type, an_int_type2): New globals.
6878 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
6879 involving typedefs and cast expressions.
6880 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
6881 (lookup_typedefs_function): New.
6882 (typedefs_pretty_printers_dict): New.
6883 (top level): Register lookup_typedefs_function in
6884 gdb.pretty_printers.
6885
6886 2017-08-18 Yao Qi <yao.qi@linaro.org>
6887
6888 * gdb.server/unittest.exp: New.
6889
6890 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
6891
6892 PR gdb/21954
6893 * gdb.base/environ.exp: Add test to check if 'unset environment'
6894 works.
6895
6896 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6897
6898 * lib/gdb.exp (universal_compile_options): New caching proc.
6899 (gdb_compile): Suppress GCC's coloring of messages.
6900
6901 2017-08-14 Tom Tromey <tom@tromey.com>
6902
6903 PR gdb/21675:
6904 * gdb.base/printcmds.exp (test_radices): New function.
6905 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
6906 * gdb.base/sizeof.exp (check_valueof): Use p/d.
6907 * lib/gdb.exp (get_integer_valueof): Use p/d.
6908
6909 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
6910
6911 * lib/gdb.exp (get_valueof): Don't capture end-of-line
6912 characters.
6913
6914 2017-08-05 Tom Tromey <tom@tromey.com>
6915
6916 * gdb.rust/simple.exp: Allow String to appear in a different
6917 namespace.
6918
6919 2017-07-26 Yao Qi <yao.qi@linaro.org>
6920
6921 * gdb.gdb/unittest.exp: Invoke command
6922 "maintenance check xml-descriptions".
6923
6924 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6925
6926 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
6927 calling context.
6928 (hex128): Drop erroneous calculation of parameters.
6929
6930 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
6931
6932 * gdb.python/py-unwind.exp: Disable stack protection when
6933 building test file.
6934
6935 2017-07-20 Pedro Alves <palves@redhat.com>
6936
6937 * gdb.base/default.exp (set language): Adjust expected output.
6938
6939 2017-07-20 Pedro Alves <palves@redhat.com>
6940
6941 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
6942 (test_minsym): ... this, and make static.
6943 (get_pck__foo__bar__minsym): Rename to ...
6944 (get_test_minsym): ... this.
6945 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
6946 symbol names and comments.
6947 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
6948 (get_test_minsym): ... this.
6949 (pck__foo__bar__minsym__2): Rename to ...
6950 (test_minsym): ... this.
6951 (main): Adjust.
6952
6953 2017-07-17 Pedro Alves <palves@redhat.com>
6954
6955 * gdb.base/completion.exp: Adjust expected output.
6956 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
6957 the completer works.
6958
6959 2017-07-17 Pedro Alves <palves@redhat.com>
6960
6961 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
6962
6963 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
6964
6965 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
6966
6967 2017-07-14 Tom Tromey <tom@tromey.com>
6968
6969 PR rust/21764:
6970 * gdb.rust/simple.exp: Add tests.
6971
6972 2017-07-14 Tom Tromey <tom@tromey.com>
6973
6974 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
6975
6976 2017-07-14 Pedro Alves <palves@redhat.com>
6977
6978 * gdb.linespec/base/one/thefile.cc (z1): New function.
6979 * gdb.linespec/base/two/thefile.cc (z2): New function.
6980 * gdb.linespec/linespec.exp: Add tests.
6981
6982 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6983
6984 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
6985 to mi_create_breakpoint.
6986
6987 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6988
6989 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
6990 mi_create_breakpoint.
6991
6992 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
6993
6994 * gdb.dlang/demangle.exp: Update for demangling changes.
6995
6996 2017-07-09 Tom Tromey <tom@tromey.com>
6997
6998 * gdb.dwarf2/shortpiece.exp: New file.
6999
7000 2017-07-06 David Blaikie <dblaikie@gmail.com>
7001
7002 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
7003 built from fissiont-multi-cu{1,2}.c.
7004 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
7005 except putting 'main' and 'func' in separate CUs in the same DWO file.
7006 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
7007 test.
7008 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
7009 test.
7010
7011 2017-07-06 Pedro Alves <palves@redhat.com>
7012
7013 * gdb.python/py-unwind.exp: Test flushregs.
7014
7015 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
7016
7017 PR cli/21688
7018 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
7019 tests for alias commands and trailing whitespace.
7020
7021 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
7022
7023 PR cli/21688
7024 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
7025 procedure. Call it.
7026
7027 2017-06-29 Pedro Alves <palves@redhat.com>
7028
7029 * gdb.base/printcmds.exp: Add tests.
7030
7031 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
7032
7033 PR gdb/21337
7034 * gdb.base/reread-readsym.exp: New file.
7035 * gdb.base/reread-readsym.c: New file.
7036
7037 2017-06-21 Kevin Buettner <kevinb@redhat.com>
7038
7039 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
7040 subpattern.
7041
7042 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
7043
7044 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
7045 extended mnemonic.
7046 * gdb.arch/powerpc-power9.s: Likewise.
7047
7048 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7049
7050 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
7051 on 32-bit x86 targets. Exploit is_*_target macros where
7052 appropriate.
7053
7054 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7055
7056 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
7057 register pieces.
7058
7059 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7060
7061 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
7062 located in one or more DWARF pieces.
7063
7064 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7065
7066 * lib/gdb.exp (get_endianness): New proc.
7067 * gdb.arch/aarch64-fp.exp: Use it.
7068 * gdb.arch/altivec-regs.exp: Likewise.
7069 * gdb.arch/e500-regs.exp: Likewise.
7070 * gdb.arch/vsx-regs.exp: Likewise.
7071 * gdb.base/dump.exp: Likewise.
7072 * gdb.base/funcargs.exp: Likewise.
7073 * gdb.base/gnu_vector.exp: Likewise.
7074 * gdb.dwarf2/formdata16.exp: Likewise.
7075 * gdb.dwarf2/implptrpiece.exp: Likewise.
7076 * gdb.dwarf2/nonvar-access.exp: Likewise.
7077 * gdb.python/py-inferior.exp: Likewise.
7078 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
7079
7080 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7081
7082 PR gdb/21226
7083 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
7084 stack value pieces are taken from the LSB end.
7085
7086 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7087
7088 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
7089 variable at nonzero offset.
7090
7091 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7092
7093 * gdb.dwarf2/var-access.c: New file.
7094 * gdb.dwarf2/var-access.exp: New test.
7095 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
7096
7097 2017-06-12 Tom Tromey <tom@tromey.com>
7098
7099 * gdb.dwarf2/formdata16.exp: Add tests.
7100
7101 2017-06-12 Tom Tromey <tom@tromey.com>
7102
7103 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
7104
7105 2017-06-12 Tom Tromey <tom@tromey.com>
7106
7107 PR exp/16225:
7108 * gdb.reverse/i386-sse-reverse.exp: Update tests.
7109 * gdb.arch/vsx-regs.exp: Update tests.
7110 * gdb.arch/s390-vregs.exp (hex128): New proc.
7111 Update test.
7112 * gdb.arch/altivec-regs.exp: Update tests.
7113
7114 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
7115
7116 * gdb.base/startup-with-shell.c: New file.
7117 * gdb.base/startup-with-shell.exp: Likewise.
7118
7119 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
7120
7121 * gdb.server/non-existing-program.exp: Update regex in order to
7122 reflect the fact that gdbserver is now using fork_inferior (with a
7123 shell) to startup the inferior.
7124
7125 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
7126
7127 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
7128 support function calls from GDB.
7129
7130 2017-05-21 Tom Tromey <tom@tromey.com>
7131
7132 PR rust/21466:
7133 * gdb.rust/unsized.exp: New file.
7134 * gdb.rust/unsized.rs: New file.
7135
7136 2017-05-19 Tom Tromey <tom@tromey.com>
7137
7138 PR rust/21484:
7139 * gdb.rust/watch.exp: New file.
7140 * gdb.rust/watch.rs: New file.
7141
7142 2017-05-18 Tom Tromey <tom@tromey.com>
7143
7144 * gdb.rust/simple.exp: Allow Box to be qualified.
7145
7146 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
7147
7148 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
7149
7150 2017-05-18 Pedro Alves <palves@redhat.com>
7151
7152 * gdb.base/fileio.c (test_write, test_read, test_close)
7153 (test_fstat): Don't print 'ret' in the fail path.
7154
7155 2017-05-18 Pedro Alves <palves@redhat.com>
7156
7157 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
7158 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
7159 (test_system, test_rename, test_unlink, test_time): Change
7160 prototypes.
7161 * gdb.base/fileio.exp (stop_msg): Adjust.
7162
7163 2017-05-18 Pedro Alves <palves@redhat.com>
7164
7165 * gdb.base/fileio.c (null_str): New global.
7166 (test_stat): Use it.
7167 * gdb.base/fileio.exp: Remove nowarnings.
7168
7169 2017-05-17 Yao Qi <yao.qi@linaro.org>
7170
7171 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
7172
7173 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
7174
7175 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
7176 argument command.
7177 (top-level): Invoke test_set_inferior_tty.
7178
7179 2017-05-04 Pedro Alves <palves@redhat.com>
7180
7181 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
7182 Add parens to print call for Python 3.
7183
7184 2017-05-03 Keith Seitz <keiths@redhat.com>
7185
7186 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
7187 (main): Call it.
7188
7189 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7190
7191 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
7192 to prev and next.
7193
7194 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7195
7196 * gdb.python/py-record-btrace.exp: Remove test for
7197 gdb.BtraceInstruction.error.
7198
7199 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7200
7201 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
7202
7203 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7204
7205 * gdb.python/py-record-btrace-threads.c: New file.
7206 * gdb.python/py-record-btrace-threads.exp: New file.
7207
7208 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
7209
7210 PR testsuite/8595
7211 * gdb.base/environ.exp: Make test available in all architectures.
7212 Move bits related to "info program" testing to
7213 gdb.base/info-program.exp. Rewrite tests to use the two new
7214 procedures mentione below.
7215 (test_set_show_env_var) New procedure.
7216 (test_set_show_env_var_equal): Likewise.
7217 * gdb.base/info-program.exp: New file.
7218
7219 2017-04-27 Keith Seitz <keiths@redhat.com>
7220
7221 * gdb.cp/oranking.cc (test15): New function.
7222 (main): Call test15 and declare additional variables for testing.
7223 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
7224 "p foo101('abc')" tests.
7225 Add tests for cv qualifier overloads.
7226 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
7227 "lvalue reference overload" test.
7228 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
7229 "print value of f1 on Child&& in f2" test.
7230
7231 2017-04-19 Pedro Alves <palves@redhat.com>
7232
7233 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
7234 procedure.
7235 (top level): Call it.
7236 * lib/gdb.exp (gdb_define_cmd): New procedure.
7237
7238 2017-04-12 Pedro Alves <palves@redhat.com>
7239
7240 PR gdb/21323
7241 * gdb.cp/wide_char_types.c: Include <wchar.h>.
7242 (wchar): New global.
7243 * gdb.cp/wide_char_types.exp (wide_char_types_program)
7244 (do_test_wide_char, wide_char_types_no_program, top level): Add
7245 wchar_t testing.
7246
7247 2017-04-12 Pedro Alves <palves@redhat.com>
7248
7249 PR c++/21323
7250 * gdb.cp/wide_char_types.c: New file.
7251 * gdb.cp/wide_char_types.exp: New file.
7252
7253 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
7254
7255 PR gdb/21352
7256 * gdb.trace/tsv.exp: Add test for "tsave -r".
7257
7258 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
7259
7260 * gdb.dlang/watch-loc.c: New file.
7261 * gdb.dlang/watch-loc.exp: New file.
7262
7263 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7264
7265 * gdb.python/py-section-script.exp (sepdebug): New testcases.
7266
7267 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
7268
7269 * gdb.arch/arc-analyze-prologue.S: New file.
7270 * gdb.arch/arc-analyze-prologue.exp: Likewise.
7271
7272 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
7273
7274 * gdb.arch/arc-decode-insn.S: New file.
7275 * gdb.arch/arc-decode-insn.exp: Likewise.
7276
7277 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
7278
7279 PR tdep/20928
7280 * gdb.arch/sparc64-regs.exp: New file.
7281 * gdb.arch/sparc64-regs.S: Likewise.
7282
7283 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
7284
7285 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
7286 and memory view on Python 3.
7287
7288 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
7289 Keith Seitz <keiths@redhat.com>
7290
7291 PR gdb/14441
7292 * gdb.cp/demangle.exp: Add rvalue reference tests.
7293 * gdb.cp/rvalue-ref-casts.cc: New file.
7294 * gdb.cp/rvalue-ref-casts.exp: New file.
7295 * gdb.cp/rvalue-ref-overload.cc: New file.
7296 * gdb.cp/rvalue-ref-overload.exp: New file.
7297 * gdb.cp/rvalue-ref-params.cc: New file.
7298 * gdb.cp/rvalue-ref-params.exp: New file.
7299 * gdb.cp/rvalue-ref-sizeof.cc: New file.
7300 * gdb.cp/rvalue-ref-sizeof.exp: New file.
7301 * gdb.cp/rvalue-ref-types.cc: New file.
7302 * gdb.cp/rvalue-ref-types.exp: New file.
7303 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
7304 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
7305
7306 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
7307
7308 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
7309 New procedure.
7310
7311 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
7312
7313 * lib/mi-support.exp (mi_gdb_test): Add additional message
7314 for unexpected output.
7315
7316 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
7317
7318 * gdb.base/examine-backward.c (Barrier): New character array
7319 constant, to ensure that TestStrings is preceded by a string
7320 terminator.
7321
7322 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7323
7324 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
7325 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
7326 and implicit pointer into such a location.
7327
7328 2017-03-16 Doug Evans <dje@google.com>
7329
7330 * gdb.python/py-lazy-string (pointer): Really add new typedef.
7331
7332 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
7333
7334 * gdb.cp/m-static.exp: Fix expectation for prototype of
7335 test5.single_constructor and single_constructor::single_constructor.
7336
7337 2017-03-16 Doug Evans <dje@google.com>
7338
7339 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
7340 * gdb.guile/scm-lazy-string.c: New file.
7341 * gdb.guile/scm-value.exp: Move lazy string tests to ...
7342 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
7343 for pointer, array, typedef lazy strings.
7344
7345 2017-03-16 Doug Evans <dje@google.com>
7346
7347 PR python/17728, python/18439, python/18779
7348 * gdb.python/py-value.c (main) Delete locals sptr, sn.
7349 * gdb.python/py-lazy-string.c (pointer): New typedef.
7350 (main): New locals ptr, array, typedef_ptr.
7351 * gdb.python/py-value.exp: Move lazy string tests to ...
7352 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
7353 array, typedef lazy strings.
7354
7355 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
7356
7357 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
7358 Add optional 'test' parameter.
7359
7360 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
7361
7362 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
7363 Skip for versions of DejaGnu < 1.5.
7364
7365 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
7366
7367 * lib/gdb.exp (dejagnu_version): New proc.
7368 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
7369 Use dejagnu_version.
7370
7371 2017-03-10 Keith Seitz <keiths@redhat.com>
7372
7373 PR c++/8128
7374 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
7375 type from destructor regexps.
7376 Add a branch which actually passes the test.
7377 Adjust "ptype t5i" test names.
7378
7379 2017-03-08 Pedro Alves <palves@redhat.com>
7380
7381 * gdb.base/step-over-exit.exp: Add explicit test message.
7382
7383 2017-03-08 Pedro Alves <palves@redhat.com>
7384
7385 PR gdb/18360
7386 * gdb.threads/interrupt-while-step-over.c: New file.
7387 * gdb.threads/interrupt-while-step-over.exp: New file.
7388
7389 2017-03-08 Pedro Alves <palves@redhat.com>
7390
7391 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
7392 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
7393
7394 2017-03-08 Pedro Alves <palves@redhat.com>
7395
7396 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
7397 PKRU as not supported as a PASS.
7398
7399 2017-03-08 Pedro Alves <palves@redhat.com>
7400
7401 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
7402 prefix instead of $binfile1/$binfile2.
7403 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
7404 in test message.
7405 * gdb.python/py-completion.exp: Use "load python file" as test
7406 messages instead of unstable path names.
7407
7408 2017-03-08 Pedro Alves <palves@redhat.com>
7409 Jan Kratochvil <jan.kratochvil@redhat.com>
7410
7411 PR cli/21218
7412 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
7413 New proc.
7414 (top level): Call it.
7415
7416 2017-03-08 Pedro Alves <palves@redhat.com>
7417
7418 PR tui/21216
7419 * gdb.tui/tui-nl-filtered-output.exp: New file.
7420
7421 2017-03-08 Pedro Alves <palves@redhat.com>
7422
7423 * gdb.base/completion.exp: Move TUI completion tests to ...
7424 * gdb.tui/completion.exp: ... this new file.
7425
7426 2017-03-08 Pedro Alves <palves@redhat.com>
7427
7428 * gdb.base/tui-disasm-long-lines.c,
7429 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
7430 gdb.base/tui-layout.exp: Move to ...
7431 * gdb.tui/: ... this new directory.
7432
7433 2017-03-07 Pedro Alves <palves@redhat.com>
7434
7435 * gdb.base/tui-layout.c: New file.
7436 * gdb.base/tui-layout.exp: New file.
7437
7438 2017-03-07 Pedro Alves <palves@redhat.com>
7439
7440 * gdb.base/tui-layout.c: Rename to ...
7441 * gdb.base/tui-disasm-long-lines.c: ... this.
7442 * gdb.base/tui-layout.exp: Rename to ...
7443 * gdb.base/tui-disasm-long-lines.exp: ... this.
7444
7445 2017-03-07 Pedro Alves <palves@redhat.com>
7446
7447 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
7448
7449 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
7450
7451 * i386-mpx-call.c: New file.
7452 * i386-mpx-call.exp: New file.
7453
7454 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
7455
7456 * gdb.arch/powerpc-power.exp: Delete test.
7457 * gdb.arch/powerpc-power.s: Likewise.
7458 * gdb.disasm/disassembler-options.exp: New test.
7459 * gdb.arch/powerpc-altivec.exp: Likewise.
7460 * gdb.arch/powerpc-altivec.s: Likewise.
7461 * gdb.arch/powerpc-altivec2.exp: Likewise.
7462 * gdb.arch/powerpc-altivec2.s: Likewise.
7463 * gdb.arch/powerpc-altivec3.exp: Likewise.
7464 * gdb.arch/powerpc-altivec3.s: Likewise.
7465 * gdb.arch/powerpc-power7.exp: Likewise.
7466 * gdb.arch/powerpc-power7.s: Likewise.
7467 * gdb.arch/powerpc-power8.exp: Likewise.
7468 * gdb.arch/powerpc-power8.s: Likewise.
7469 * gdb.arch/powerpc-power9.exp: Likewise.
7470 * gdb.arch/powerpc-power9.s: Likewise.
7471 * gdb.arch/powerpc-vsx.exp: Likewise.
7472 * gdb.arch/powerpc-vsx.s: Likewise.
7473 * gdb.arch/powerpc-vsx2.exp: Likewise.
7474 * gdb.arch/powerpc-vsx2.s: Likewise.
7475 * gdb.arch/powerpc-vsx3.exp: Likewise.
7476 * gdb.arch/powerpc-vsx3.s: Likewise.
7477 * gdb.arch/arm-disassembler-options.exp: Likewise.
7478 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
7479 * gdb.arch/s390-disassembler-options.exp: Likewise.
7480
7481 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
7482
7483 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
7484 (check_supported_features): ... this. Changed return type to void.
7485 (supports_rdseed): New static global.
7486 (rdseed): Check supports_rdseed.
7487 (initialize): Call check_supported_features.
7488
7489 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7490
7491 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
7492 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
7493 and lqarx/stqcx.
7494 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
7495 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
7496
7497 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7498
7499 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
7500 uppercase.
7501
7502 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7503
7504 * gdb.dwarf2/formdata16.c: New file.
7505 * gdb.dwarf2/formdata16.exp: New file.
7506 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
7507
7508 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7509
7510 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
7511 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
7512 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
7513 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
7514 DW_AT_GNU_*.
7515
7516 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7517
7518 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
7519
7520 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
7521
7522 PR gdb/21164
7523 * gdb.base/maint.exp: Add testcases for when the commands do
7524 not have arguments.
7525
7526 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
7527
7528 * gdb.cp/chained-calls.exp: Use p instead of P.
7529
7530 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
7531
7532 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
7533 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
7534
7535 2017-02-14 Tom Tromey <tom@tromey.com>
7536
7537 PR python/13598:
7538 * gdb.python/py-events.exp: Add before_prompt event tests.
7539
7540 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7541
7542 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
7543
7544 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
7545
7546 * gdb.linespec/explicit.c (my_unique_function_name): New function.
7547 (main): Call my_unique_function_name.
7548 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
7549 completion of patterns with a single match.
7550 Add missing -re switches to gdb_test_multiple calls.
7551
7552 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
7553
7554 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
7555 return if core file is not recognized.
7556
7557 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
7558
7559 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
7560 and extra UIs.
7561
7562 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
7563
7564 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
7565 proc_with_prefix.
7566
7567 2017-02-10 Tom Tromey <tom@tromey.com>
7568
7569 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
7570
7571 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
7572
7573 PR gdb/21122
7574 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
7575
7576 2017-02-08 Jerome Guitton <guitton@adacore.com>
7577
7578 * gdb.base/define.exp: Add test for command abbreviations
7579 in define.
7580
7581 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
7582
7583 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
7584 * gdb.reverse/insn-reverse-x86.c: New file.
7585
7586 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
7587
7588 PR tdep/20936
7589 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
7590
7591 2017-02-03 Tom Tromey <tom@tromey.com>
7592
7593 PR rust/21097:
7594 * gdb.rust/simple.exp: Add new tests.
7595
7596 2017-02-02 Pedro Alves <palves@redhat.com>
7597
7598 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
7599 tests.
7600
7601 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
7602
7603 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
7604 taking a 2-byte value out of a 4-byte DWARF implicit value on
7605 big-endian targets.
7606 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
7607 logic. Add test cases for DW_OP_implicit.
7608
7609 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7610
7611 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
7612
7613 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7614
7615 * gdb.btrace/enable.exp: Call gdb_exit before
7616 skip_gdbserver_tests.
7617
7618 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7619
7620 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
7621 GDBFLAGS.
7622
7623 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7624
7625 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
7626 the test is skipped.
7627 * gdb.btrace/data.exp: Likewise.
7628 * gdb.btrace/delta.exp: Likewise.
7629 * gdb.btrace/dlopen.exp: Likewise.
7630 * gdb.btrace/enable-running.exp: Likewise.
7631 * gdb.btrace/enable.exp: Likewise.
7632 * gdb.btrace/exception.exp: Likewise.
7633 * gdb.btrace/function_call_history.exp: Likewise.
7634 * gdb.btrace/gcore.exp: Likewise.
7635 * gdb.btrace/instruction_history.exp: Likewise.
7636 * gdb.btrace/multi-thread-step.exp: Likewise.
7637 * gdb.btrace/nohist.exp: Likewise.
7638 * gdb.btrace/non-stop.exp: Likewise.
7639 * gdb.btrace/reconnect.exp: Likewise.
7640 * gdb.btrace/record_goto-step.exp: Likewise.
7641 * gdb.btrace/record_goto.exp: Likewise.
7642 * gdb.btrace/rn-dl-bind.exp: Likewise.
7643 * gdb.btrace/segv.exp: Likewise.
7644 * gdb.btrace/step.exp: Likewise.
7645 * gdb.btrace/stepi.exp: Likewise.
7646 * gdb.btrace/tailcall-only.exp: Likewise.
7647 * gdb.btrace/tailcall.exp: Likewise.
7648 * gdb.btrace/tsx.exp: Likewise.
7649 * gdb.btrace/unknown_functions.exp: Likewise.
7650 * gdb.btrace/vdso.exp: Likewise.
7651
7652 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7653
7654 * gdb.btrace/enable-running.c: New.
7655 * gdb.btrace/enable-running.exp: New.
7656
7657 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
7658
7659 * gdb.arch/amd64-gs_base.c: New file.
7660 * gdb.arch/amd64-gs_base.exp: New file.
7661
7662 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
7663
7664 * lib/memory.exp: Remove spurious empty newlines.
7665
7666 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
7667
7668 * gdb.python/py-bad-printers.exp: Load python file using "source".
7669 * gdb.python/py-events.exp: Likewise.
7670 * gdb.python/py-evsignal.exp: Likewise.
7671 * gdb.python/py-evthreads.exp: Likewise.
7672 * gdb.python/py-frame-args.exp: Likewise.
7673 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
7674 * gdb.python/py-framefilter-mi.exp: Likewise.
7675 * gdb.python/py-framefilter.exp: Likewise.
7676 * gdb.python/py-mi.exp: Likewise.
7677 * gdb.python/py-pp-maint.exp: Likewise.
7678 * gdb.python/py-pp-registration.exp: Likewise.
7679 * gdb.python/py-prettyprint.exp: Likewise.
7680 (run_lang_tests): Likewise.
7681 * gdb.python/py-typeprint.exp: Likewise.
7682
7683 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
7684
7685 * lib/memory.exp: New file.
7686 * lib/gdb.exp: Load memory.exp.
7687 * gdb.base/memattr.exp (delete_memory): Move proc to
7688 lib/memory.exp and rename to delete_memory_regions.
7689 Replace delete_memory with delete_memory_regions.
7690 Cleanup memory regions before tests.
7691 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
7692 before tests.
7693
7694 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
7695
7696 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
7697 files.
7698 (initialize): New function conditionally defined.
7699 (testcases): Move within conditional block.
7700 (main): Call initialize.
7701 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
7702 of gdb.reverse/insn-reverse.c.
7703 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
7704 gdb.reverse/insn-reverse.c.
7705
7706 2017-01-26 Yao Qi <yao.qi@linaro.org>
7707
7708 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
7709 disassemble on address 0.
7710
7711 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
7712 Yao Qi <yao.qi@linaro.org>
7713
7714 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
7715 * gdb.dwarf2/implptr-64bit.S: Remove.
7716 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
7717 variables in caller's context. Add DW_OP_implicit_value.
7718
7719 2017-01-25 Yao Qi <yao.qi@linaro.org>
7720
7721 * lib/dwarf.exp (Dwarf::_location): Handle
7722 DW_OP_GNU_implicit_pointer with proper size.
7723
7724 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
7725
7726 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
7727 and add untested calls.
7728
7729 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
7730
7731 * gdb.python/python.exp: Check line number against what GDB thinks
7732 the line number is for func1.
7733
7734 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
7735
7736 * gdb.dlang/debug-expr.exp: New file.
7737
7738 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
7739
7740 Fix test names for the following files:
7741
7742 * gdb.ada/exec_changed.exp
7743 * gdb.ada/info_types.exp
7744 * gdb.arch/aarch64-atomic-inst.exp
7745 * gdb.arch/aarch64-fp.exp
7746 * gdb.arch/altivec-abi.exp
7747 * gdb.arch/altivec-regs.exp
7748 * gdb.arch/amd64-byte.exp
7749 * gdb.arch/amd64-disp-step.exp
7750 * gdb.arch/amd64-dword.exp
7751 * gdb.arch/amd64-entry-value-inline.exp
7752 * gdb.arch/amd64-entry-value-param.exp
7753 * gdb.arch/amd64-entry-value-paramref.exp
7754 * gdb.arch/amd64-entry-value.exp
7755 * gdb.arch/amd64-i386-address.exp
7756 * gdb.arch/amd64-invalid-stack-middle.exp
7757 * gdb.arch/amd64-invalid-stack-top.exp
7758 * gdb.arch/amd64-optimout-repeat.exp
7759 * gdb.arch/amd64-prologue-skip.exp
7760 * gdb.arch/amd64-prologue-xmm.exp
7761 * gdb.arch/amd64-stap-special-operands.exp
7762 * gdb.arch/amd64-stap-wrong-subexp.exp
7763 * gdb.arch/amd64-tailcall-cxx.exp
7764 * gdb.arch/amd64-tailcall-noret.exp
7765 * gdb.arch/amd64-tailcall-ret.exp
7766 * gdb.arch/amd64-tailcall-self.exp
7767 * gdb.arch/amd64-word.exp
7768 * gdb.arch/arm-bl-branch-dest.exp
7769 * gdb.arch/arm-disp-step.exp
7770 * gdb.arch/arm-neon.exp
7771 * gdb.arch/arm-single-step-kernel-helper.exp
7772 * gdb.arch/avr-flash-qualifier.exp
7773 * gdb.arch/disp-step-insn-reloc.exp
7774 * gdb.arch/e500-abi.exp
7775 * gdb.arch/e500-regs.exp
7776 * gdb.arch/ftrace-insn-reloc.exp
7777 * gdb.arch/i386-avx512.exp
7778 * gdb.arch/i386-bp_permanent.exp
7779 * gdb.arch/i386-byte.exp
7780 * gdb.arch/i386-cfi-notcurrent.exp
7781 * gdb.arch/i386-disp-step.exp
7782 * gdb.arch/i386-dr3-watch.exp
7783 * gdb.arch/i386-float.exp
7784 * gdb.arch/i386-gnu-cfi.exp
7785 * gdb.arch/i386-mpx-map.exp
7786 * gdb.arch/i386-mpx-sigsegv.exp
7787 * gdb.arch/i386-mpx-simple_segv.exp
7788 * gdb.arch/i386-mpx.exp
7789 * gdb.arch/i386-permbkpt.exp
7790 * gdb.arch/i386-prologue.exp
7791 * gdb.arch/i386-signal.exp
7792 * gdb.arch/i386-size-overlap.exp
7793 * gdb.arch/i386-unwind.exp
7794 * gdb.arch/i386-word.exp
7795 * gdb.arch/mips-fcr.exp
7796 * gdb.arch/powerpc-d128-regs.exp
7797 * gdb.arch/powerpc-stackless.exp
7798 * gdb.arch/ppc64-atomic-inst.exp
7799 * gdb.arch/s390-stackless.exp
7800 * gdb.arch/s390-tdbregs.exp
7801 * gdb.arch/s390-vregs.exp
7802 * gdb.arch/sparc-sysstep.exp
7803 * gdb.arch/thumb-bx-pc.exp
7804 * gdb.arch/thumb-singlestep.exp
7805 * gdb.arch/thumb2-it.exp
7806 * gdb.arch/vsx-regs.exp
7807 * gdb.asm/asm-source.exp
7808 * gdb.base/a2-run.exp
7809 * gdb.base/advance.exp
7810 * gdb.base/all-bin.exp
7811 * gdb.base/anon.exp
7812 * gdb.base/args.exp
7813 * gdb.base/arithmet.exp
7814 * gdb.base/async-shell.exp
7815 * gdb.base/async.exp
7816 * gdb.base/attach-pie-noexec.exp
7817 * gdb.base/attach-twice.exp
7818 * gdb.base/auto-load.exp
7819 * gdb.base/bang.exp
7820 * gdb.base/bitfields.exp
7821 * gdb.base/break-always.exp
7822 * gdb.base/break-caller-line.exp
7823 * gdb.base/break-entry.exp
7824 * gdb.base/break-inline.exp
7825 * gdb.base/break-on-linker-gcd-function.exp
7826 * gdb.base/break-probes.exp
7827 * gdb.base/break.exp
7828 * gdb.base/breakpoint-shadow.exp
7829 * gdb.base/call-ar-st.exp
7830 * gdb.base/call-sc.exp
7831 * gdb.base/call-signal-resume.exp
7832 * gdb.base/call-strs.exp
7833 * gdb.base/callfuncs.exp
7834 * gdb.base/catch-fork-static.exp
7835 * gdb.base/catch-gdb-caused-signals.exp
7836 * gdb.base/catch-load.exp
7837 * gdb.base/catch-signal-fork.exp
7838 * gdb.base/catch-signal.exp
7839 * gdb.base/catch-syscall.exp
7840 * gdb.base/charset.exp
7841 * gdb.base/checkpoint.exp
7842 * gdb.base/chng-syms.exp
7843 * gdb.base/code-expr.exp
7844 * gdb.base/code_elim.exp
7845 * gdb.base/commands.exp
7846 * gdb.base/completion.exp
7847 * gdb.base/complex.exp
7848 * gdb.base/cond-expr.exp
7849 * gdb.base/condbreak.exp
7850 * gdb.base/consecutive.exp
7851 * gdb.base/continue-all-already-running.exp
7852 * gdb.base/coredump-filter.exp
7853 * gdb.base/corefile.exp
7854 * gdb.base/dbx.exp
7855 * gdb.base/debug-expr.exp
7856 * gdb.base/define.exp
7857 * gdb.base/del.exp
7858 * gdb.base/disabled-location.exp
7859 * gdb.base/disasm-end-cu.exp
7860 * gdb.base/disasm-optim.exp
7861 * gdb.base/display.exp
7862 * gdb.base/duplicate-bp.exp
7863 * gdb.base/ena-dis-br.exp
7864 * gdb.base/ending-run.exp
7865 * gdb.base/enumval.exp
7866 * gdb.base/environ.exp
7867 * gdb.base/eu-strip-infcall.exp
7868 * gdb.base/eval-avoid-side-effects.exp
7869 * gdb.base/eval-skip.exp
7870 * gdb.base/exitsignal.exp
7871 * gdb.base/expand-psymtabs.exp
7872 * gdb.base/filesym.exp
7873 * gdb.base/find-unmapped.exp
7874 * gdb.base/finish.exp
7875 * gdb.base/float.exp
7876 * gdb.base/foll-exec-mode.exp
7877 * gdb.base/foll-exec.exp
7878 * gdb.base/foll-fork.exp
7879 * gdb.base/fortran-sym-case.exp
7880 * gdb.base/freebpcmd.exp
7881 * gdb.base/func-ptr.exp
7882 * gdb.base/func-ptrs.exp
7883 * gdb.base/funcargs.exp
7884 * gdb.base/gcore-buffer-overflow.exp
7885 * gdb.base/gcore-relro-pie.exp
7886 * gdb.base/gcore-relro.exp
7887 * gdb.base/gcore.exp
7888 * gdb.base/gdb1090.exp
7889 * gdb.base/gdb11530.exp
7890 * gdb.base/gdb11531.exp
7891 * gdb.base/gdb1821.exp
7892 * gdb.base/gdbindex-stabs.exp
7893 * gdb.base/gdbvars.exp
7894 * gdb.base/hbreak.exp
7895 * gdb.base/hbreak2.exp
7896 * gdb.base/included.exp
7897 * gdb.base/infcall-input.exp
7898 * gdb.base/inferior-died.exp
7899 * gdb.base/infnan.exp
7900 * gdb.base/info-macros.exp
7901 * gdb.base/info-os.exp
7902 * gdb.base/info-proc.exp
7903 * gdb.base/info-shared.exp
7904 * gdb.base/info-target.exp
7905 * gdb.base/infoline.exp
7906 * gdb.base/interp.exp
7907 * gdb.base/interrupt.exp
7908 * gdb.base/jit-reader.exp
7909 * gdb.base/jit-simple.exp
7910 * gdb.base/kill-after-signal.exp
7911 * gdb.base/kill-detach-inferiors-cmd.exp
7912 * gdb.base/label.exp
7913 * gdb.base/langs.exp
7914 * gdb.base/ldbl_e308.exp
7915 * gdb.base/line-symtabs.exp
7916 * gdb.base/linespecs.exp
7917 * gdb.base/list.exp
7918 * gdb.base/long_long.exp
7919 * gdb.base/longest-types.exp
7920 * gdb.base/maint.exp
7921 * gdb.base/max-value-size.exp
7922 * gdb.base/memattr.exp
7923 * gdb.base/mips_pro.exp
7924 * gdb.base/morestack.exp
7925 * gdb.base/moribund-step.exp
7926 * gdb.base/multi-forks.exp
7927 * gdb.base/nested-addr.exp
7928 * gdb.base/nextoverexit.exp
7929 * gdb.base/noreturn-finish.exp
7930 * gdb.base/noreturn-return.exp
7931 * gdb.base/nostdlib.exp
7932 * gdb.base/offsets.exp
7933 * gdb.base/opaque.exp
7934 * gdb.base/pc-fp.exp
7935 * gdb.base/permissions.exp
7936 * gdb.base/print-symbol-loading.exp
7937 * gdb.base/prologue-include.exp
7938 * gdb.base/psymtab.exp
7939 * gdb.base/ptype.exp
7940 * gdb.base/random-signal.exp
7941 * gdb.base/randomize.exp
7942 * gdb.base/range-stepping.exp
7943 * gdb.base/readline-ask.exp
7944 * gdb.base/recpar.exp
7945 * gdb.base/recurse.exp
7946 * gdb.base/relational.exp
7947 * gdb.base/restore.exp
7948 * gdb.base/return-nodebug.exp
7949 * gdb.base/return.exp
7950 * gdb.base/run-after-attach.exp
7951 * gdb.base/save-bp.exp
7952 * gdb.base/scope.exp
7953 * gdb.base/sect-cmd.exp
7954 * gdb.base/set-lang-auto.exp
7955 * gdb.base/set-noassign.exp
7956 * gdb.base/setvar.exp
7957 * gdb.base/sigall.exp
7958 * gdb.base/sigbpt.exp
7959 * gdb.base/siginfo-addr.exp
7960 * gdb.base/siginfo-infcall.exp
7961 * gdb.base/siginfo-obj.exp
7962 * gdb.base/siginfo.exp
7963 * gdb.base/signals-state-child.exp
7964 * gdb.base/signest.exp
7965 * gdb.base/sigstep.exp
7966 * gdb.base/sizeof.exp
7967 * gdb.base/skip.exp
7968 * gdb.base/solib-corrupted.exp
7969 * gdb.base/solib-nodir.exp
7970 * gdb.base/solib-search.exp
7971 * gdb.base/stack-checking.exp
7972 * gdb.base/stale-infcall.exp
7973 * gdb.base/stap-probe.exp
7974 * gdb.base/start.exp
7975 * gdb.base/step-break.exp
7976 * gdb.base/step-bt.exp
7977 * gdb.base/step-line.exp
7978 * gdb.base/step-over-exit.exp
7979 * gdb.base/step-over-syscall.exp
7980 * gdb.base/step-resume-infcall.exp
7981 * gdb.base/step-test.exp
7982 * gdb.base/store.exp
7983 * gdb.base/structs3.exp
7984 * gdb.base/sym-file.exp
7985 * gdb.base/symbol-without-target_section.exp
7986 * gdb.base/term.exp
7987 * gdb.base/testenv.exp
7988 * gdb.base/ui-redirect.exp
7989 * gdb.base/until.exp
7990 * gdb.base/unwindonsignal.exp
7991 * gdb.base/value-double-free.exp
7992 * gdb.base/vla-datatypes.exp
7993 * gdb.base/vla-ptr.exp
7994 * gdb.base/vla-sideeffect.exp
7995 * gdb.base/volatile.exp
7996 * gdb.base/watch-cond-infcall.exp
7997 * gdb.base/watch-cond.exp
7998 * gdb.base/watch-non-mem.exp
7999 * gdb.base/watch-read.exp
8000 * gdb.base/watch-vfork.exp
8001 * gdb.base/watchpoint-cond-gone.exp
8002 * gdb.base/watchpoint-delete.exp
8003 * gdb.base/watchpoint-hw-hit-once.exp
8004 * gdb.base/watchpoint-hw.exp
8005 * gdb.base/watchpoint-stops-at-right-insn.exp
8006 * gdb.base/watchpoints.exp
8007 * gdb.base/wchar.exp
8008 * gdb.base/whatis-exp.exp
8009 * gdb.btrace/buffer-size.exp
8010 * gdb.btrace/data.exp
8011 * gdb.btrace/delta.exp
8012 * gdb.btrace/dlopen.exp
8013 * gdb.btrace/enable.exp
8014 * gdb.btrace/exception.exp
8015 * gdb.btrace/function_call_history.exp
8016 * gdb.btrace/gcore.exp
8017 * gdb.btrace/instruction_history.exp
8018 * gdb.btrace/nohist.exp
8019 * gdb.btrace/reconnect.exp
8020 * gdb.btrace/record_goto-step.exp
8021 * gdb.btrace/record_goto.exp
8022 * gdb.btrace/rn-dl-bind.exp
8023 * gdb.btrace/segv.exp
8024 * gdb.btrace/step.exp
8025 * gdb.btrace/stepi.exp
8026 * gdb.btrace/tailcall-only.exp
8027 * gdb.btrace/tailcall.exp
8028 * gdb.btrace/tsx.exp
8029 * gdb.btrace/unknown_functions.exp
8030 * gdb.btrace/vdso.exp
8031 * gdb.compile/compile-ifunc.exp
8032 * gdb.compile/compile-ops.exp
8033 * gdb.compile/compile-print.exp
8034 * gdb.compile/compile-setjmp.exp
8035 * gdb.cp/abstract-origin.exp
8036 * gdb.cp/ambiguous.exp
8037 * gdb.cp/annota2.exp
8038 * gdb.cp/annota3.exp
8039 * gdb.cp/anon-ns.exp
8040 * gdb.cp/anon-struct.exp
8041 * gdb.cp/anon-union.exp
8042 * gdb.cp/arg-reference.exp
8043 * gdb.cp/baseenum.exp
8044 * gdb.cp/bool.exp
8045 * gdb.cp/breakpoint.exp
8046 * gdb.cp/bs15503.exp
8047 * gdb.cp/call-c.exp
8048 * gdb.cp/casts.exp
8049 * gdb.cp/chained-calls.exp
8050 * gdb.cp/class2.exp
8051 * gdb.cp/classes.exp
8052 * gdb.cp/cmpd-minsyms.exp
8053 * gdb.cp/converts.exp
8054 * gdb.cp/cp-relocate.exp
8055 * gdb.cp/cpcompletion.exp
8056 * gdb.cp/cpexprs.exp
8057 * gdb.cp/cplabel.exp
8058 * gdb.cp/cplusfuncs.exp
8059 * gdb.cp/cpsizeof.exp
8060 * gdb.cp/ctti.exp
8061 * gdb.cp/derivation.exp
8062 * gdb.cp/destrprint.exp
8063 * gdb.cp/dispcxx.exp
8064 * gdb.cp/enum-class.exp
8065 * gdb.cp/exception.exp
8066 * gdb.cp/exceptprint.exp
8067 * gdb.cp/expand-psymtabs-cxx.exp
8068 * gdb.cp/expand-sals.exp
8069 * gdb.cp/extern-c.exp
8070 * gdb.cp/filename.exp
8071 * gdb.cp/formatted-ref.exp
8072 * gdb.cp/fpointer.exp
8073 * gdb.cp/gdb1355.exp
8074 * gdb.cp/gdb2495.exp
8075 * gdb.cp/hang.exp
8076 * gdb.cp/impl-this.exp
8077 * gdb.cp/infcall-dlopen.exp
8078 * gdb.cp/inherit.exp
8079 * gdb.cp/iostream.exp
8080 * gdb.cp/koenig.exp
8081 * gdb.cp/local.exp
8082 * gdb.cp/m-data.exp
8083 * gdb.cp/m-static.exp
8084 * gdb.cp/mb-ctor.exp
8085 * gdb.cp/mb-inline.exp
8086 * gdb.cp/mb-templates.exp
8087 * gdb.cp/member-name.exp
8088 * gdb.cp/member-ptr.exp
8089 * gdb.cp/meth-typedefs.exp
8090 * gdb.cp/method.exp
8091 * gdb.cp/method2.exp
8092 * gdb.cp/minsym-fallback.exp
8093 * gdb.cp/misc.exp
8094 * gdb.cp/namelessclass.exp
8095 * gdb.cp/namespace-enum.exp
8096 * gdb.cp/namespace-nested-import.exp
8097 * gdb.cp/namespace.exp
8098 * gdb.cp/nextoverthrow.exp
8099 * gdb.cp/no-dmgl-verbose.exp
8100 * gdb.cp/non-trivial-retval.exp
8101 * gdb.cp/noparam.exp
8102 * gdb.cp/nsdecl.exp
8103 * gdb.cp/nsimport.exp
8104 * gdb.cp/nsnested.exp
8105 * gdb.cp/nsnoimports.exp
8106 * gdb.cp/nsrecurs.exp
8107 * gdb.cp/nsstress.exp
8108 * gdb.cp/nsusing.exp
8109 * gdb.cp/operator.exp
8110 * gdb.cp/oranking.exp
8111 * gdb.cp/overload-const.exp
8112 * gdb.cp/overload.exp
8113 * gdb.cp/ovldbreak.exp
8114 * gdb.cp/ovsrch.exp
8115 * gdb.cp/paren-type.exp
8116 * gdb.cp/parse-lang.exp
8117 * gdb.cp/pass-by-ref.exp
8118 * gdb.cp/pr-1023.exp
8119 * gdb.cp/pr-1210.exp
8120 * gdb.cp/pr-574.exp
8121 * gdb.cp/pr10687.exp
8122 * gdb.cp/pr12028.exp
8123 * gdb.cp/pr17132.exp
8124 * gdb.cp/pr17494.exp
8125 * gdb.cp/pr9067.exp
8126 * gdb.cp/pr9167.exp
8127 * gdb.cp/pr9631.exp
8128 * gdb.cp/printmethod.exp
8129 * gdb.cp/psmang.exp
8130 * gdb.cp/psymtab-parameter.exp
8131 * gdb.cp/ptype-cv-cp.exp
8132 * gdb.cp/ptype-flags.exp
8133 * gdb.cp/re-set-overloaded.exp
8134 * gdb.cp/ref-types.exp
8135 * gdb.cp/rtti.exp
8136 * gdb.cp/scope-err.exp
8137 * gdb.cp/shadow.exp
8138 * gdb.cp/smartp.exp
8139 * gdb.cp/static-method.exp
8140 * gdb.cp/static-print-quit.exp
8141 * gdb.cp/temargs.exp
8142 * gdb.cp/templates.exp
8143 * gdb.cp/try_catch.exp
8144 * gdb.cp/typedef-operator.exp
8145 * gdb.cp/typeid.exp
8146 * gdb.cp/userdef.exp
8147 * gdb.cp/using-crash.exp
8148 * gdb.cp/var-tag.exp
8149 * gdb.cp/virtbase.exp
8150 * gdb.cp/virtfunc.exp
8151 * gdb.cp/virtfunc2.exp
8152 * gdb.cp/vla-cxx.exp
8153 * gdb.disasm/t01_mov.exp
8154 * gdb.disasm/t02_mova.exp
8155 * gdb.disasm/t03_add.exp
8156 * gdb.disasm/t04_sub.exp
8157 * gdb.disasm/t05_cmp.exp
8158 * gdb.disasm/t06_ari2.exp
8159 * gdb.disasm/t07_ari3.exp
8160 * gdb.disasm/t08_or.exp
8161 * gdb.disasm/t09_xor.exp
8162 * gdb.disasm/t10_and.exp
8163 * gdb.disasm/t11_logs.exp
8164 * gdb.disasm/t12_bit.exp
8165 * gdb.disasm/t13_otr.exp
8166 * gdb.dlang/circular.exp
8167 * gdb.dwarf2/arr-stride.exp
8168 * gdb.dwarf2/arr-subrange.exp
8169 * gdb.dwarf2/atomic-type.exp
8170 * gdb.dwarf2/bad-regnum.exp
8171 * gdb.dwarf2/bitfield-parent-optimized-out.exp
8172 * gdb.dwarf2/callframecfa.exp
8173 * gdb.dwarf2/clztest.exp
8174 * gdb.dwarf2/corrupt.exp
8175 * gdb.dwarf2/data-loc.exp
8176 * gdb.dwarf2/dup-psym.exp
8177 * gdb.dwarf2/dw2-anon-mptr.exp
8178 * gdb.dwarf2/dw2-anonymous-func.exp
8179 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
8180 * gdb.dwarf2/dw2-bad-unresolved.exp
8181 * gdb.dwarf2/dw2-basic.exp
8182 * gdb.dwarf2/dw2-canonicalize-type.exp
8183 * gdb.dwarf2/dw2-case-insensitive.exp
8184 * gdb.dwarf2/dw2-common-block.exp
8185 * gdb.dwarf2/dw2-compdir-oldgcc.exp
8186 * gdb.dwarf2/dw2-compressed.exp
8187 * gdb.dwarf2/dw2-const.exp
8188 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
8189 * gdb.dwarf2/dw2-cu-size.exp
8190 * gdb.dwarf2/dw2-dup-frame.exp
8191 * gdb.dwarf2/dw2-entry-value.exp
8192 * gdb.dwarf2/dw2-icycle.exp
8193 * gdb.dwarf2/dw2-ifort-parameter.exp
8194 * gdb.dwarf2/dw2-inline-break.exp
8195 * gdb.dwarf2/dw2-inline-param.exp
8196 * gdb.dwarf2/dw2-intercu.exp
8197 * gdb.dwarf2/dw2-intermix.exp
8198 * gdb.dwarf2/dw2-lexical-block-bare.exp
8199 * gdb.dwarf2/dw2-linkage-name-trust.exp
8200 * gdb.dwarf2/dw2-minsym-in-cu.exp
8201 * gdb.dwarf2/dw2-noloc.exp
8202 * gdb.dwarf2/dw2-op-call.exp
8203 * gdb.dwarf2/dw2-op-out-param.exp
8204 * gdb.dwarf2/dw2-opt-structptr.exp
8205 * gdb.dwarf2/dw2-param-error.exp
8206 * gdb.dwarf2/dw2-producer.exp
8207 * gdb.dwarf2/dw2-ranges-base.exp
8208 * gdb.dwarf2/dw2-ref-missing-frame.exp
8209 * gdb.dwarf2/dw2-reg-undefined.exp
8210 * gdb.dwarf2/dw2-regno-invalid.exp
8211 * gdb.dwarf2/dw2-restore.exp
8212 * gdb.dwarf2/dw2-restrict.exp
8213 * gdb.dwarf2/dw2-single-line-discriminators.exp
8214 * gdb.dwarf2/dw2-strp.exp
8215 * gdb.dwarf2/dw2-undefined-ret-addr.exp
8216 * gdb.dwarf2/dw2-unresolved.exp
8217 * gdb.dwarf2/dw2-var-zero-addr.exp
8218 * gdb.dwarf2/dw4-sig-types.exp
8219 * gdb.dwarf2/dwz.exp
8220 * gdb.dwarf2/dynarr-ptr.exp
8221 * gdb.dwarf2/enum-type.exp
8222 * gdb.dwarf2/gdb-index.exp
8223 * gdb.dwarf2/implptr-64bit.exp
8224 * gdb.dwarf2/implptr-optimized-out.exp
8225 * gdb.dwarf2/implptr.exp
8226 * gdb.dwarf2/implref-array.exp
8227 * gdb.dwarf2/implref-const.exp
8228 * gdb.dwarf2/implref-global.exp
8229 * gdb.dwarf2/implref-struct.exp
8230 * gdb.dwarf2/mac-fileno.exp
8231 * gdb.dwarf2/main-subprogram.exp
8232 * gdb.dwarf2/member-ptr-forwardref.exp
8233 * gdb.dwarf2/method-ptr.exp
8234 * gdb.dwarf2/missing-sig-type.exp
8235 * gdb.dwarf2/nonvar-access.exp
8236 * gdb.dwarf2/opaque-type-lookup.exp
8237 * gdb.dwarf2/pieces-optimized-out.exp
8238 * gdb.dwarf2/pieces.exp
8239 * gdb.dwarf2/pr10770.exp
8240 * gdb.dwarf2/pr13961.exp
8241 * gdb.dwarf2/staticvirtual.exp
8242 * gdb.dwarf2/subrange.exp
8243 * gdb.dwarf2/symtab-producer.exp
8244 * gdb.dwarf2/trace-crash.exp
8245 * gdb.dwarf2/typeddwarf.exp
8246 * gdb.dwarf2/valop.exp
8247 * gdb.dwarf2/watch-notconst.exp
8248 * gdb.fortran/array-element.exp
8249 * gdb.fortran/charset.exp
8250 * gdb.fortran/common-block.exp
8251 * gdb.fortran/complex.exp
8252 * gdb.fortran/derived-type-function.exp
8253 * gdb.fortran/derived-type.exp
8254 * gdb.fortran/logical.exp
8255 * gdb.fortran/module.exp
8256 * gdb.fortran/multi-dim.exp
8257 * gdb.fortran/nested-funcs.exp
8258 * gdb.fortran/print-formatted.exp
8259 * gdb.fortran/subarray.exp
8260 * gdb.fortran/vla-alloc-assoc.exp
8261 * gdb.fortran/vla-datatypes.exp
8262 * gdb.fortran/vla-history.exp
8263 * gdb.fortran/vla-ptr-info.exp
8264 * gdb.fortran/vla-ptype-sub.exp
8265 * gdb.fortran/vla-ptype.exp
8266 * gdb.fortran/vla-sizeof.exp
8267 * gdb.fortran/vla-type.exp
8268 * gdb.fortran/vla-value-sub-arbitrary.exp
8269 * gdb.fortran/vla-value-sub-finish.exp
8270 * gdb.fortran/vla-value-sub.exp
8271 * gdb.fortran/vla-value.exp
8272 * gdb.fortran/whatis_type.exp
8273 * gdb.go/chan.exp
8274 * gdb.go/handcall.exp
8275 * gdb.go/hello.exp
8276 * gdb.go/integers.exp
8277 * gdb.go/methods.exp
8278 * gdb.go/package.exp
8279 * gdb.go/strings.exp
8280 * gdb.go/types.exp
8281 * gdb.go/unsafe.exp
8282 * gdb.guile/scm-arch.exp
8283 * gdb.guile/scm-block.exp
8284 * gdb.guile/scm-breakpoint.exp
8285 * gdb.guile/scm-cmd.exp
8286 * gdb.guile/scm-disasm.exp
8287 * gdb.guile/scm-equal.exp
8288 * gdb.guile/scm-frame-args.exp
8289 * gdb.guile/scm-frame-inline.exp
8290 * gdb.guile/scm-frame.exp
8291 * gdb.guile/scm-iterator.exp
8292 * gdb.guile/scm-math.exp
8293 * gdb.guile/scm-objfile.exp
8294 * gdb.guile/scm-ports.exp
8295 * gdb.guile/scm-symbol.exp
8296 * gdb.guile/scm-symtab.exp
8297 * gdb.guile/scm-value-cc.exp
8298 * gdb.guile/types-module.exp
8299 * gdb.linespec/break-ask.exp
8300 * gdb.linespec/cpexplicit.exp
8301 * gdb.linespec/explicit.exp
8302 * gdb.linespec/keywords.exp
8303 * gdb.linespec/linespec.exp
8304 * gdb.linespec/ls-dollar.exp
8305 * gdb.linespec/ls-errs.exp
8306 * gdb.linespec/skip-two.exp
8307 * gdb.linespec/thread.exp
8308 * gdb.mi/mi-async.exp
8309 * gdb.mi/mi-basics.exp
8310 * gdb.mi/mi-break.exp
8311 * gdb.mi/mi-catch-load.exp
8312 * gdb.mi/mi-cli.exp
8313 * gdb.mi/mi-cmd-param-changed.exp
8314 * gdb.mi/mi-console.exp
8315 * gdb.mi/mi-detach.exp
8316 * gdb.mi/mi-disassemble.exp
8317 * gdb.mi/mi-eval.exp
8318 * gdb.mi/mi-file-transfer.exp
8319 * gdb.mi/mi-file.exp
8320 * gdb.mi/mi-fill-memory.exp
8321 * gdb.mi/mi-inheritance-syntax-error.exp
8322 * gdb.mi/mi-linespec-err-cp.exp
8323 * gdb.mi/mi-logging.exp
8324 * gdb.mi/mi-memory-changed.exp
8325 * gdb.mi/mi-read-memory.exp
8326 * gdb.mi/mi-record-changed.exp
8327 * gdb.mi/mi-reg-undefined.exp
8328 * gdb.mi/mi-regs.exp
8329 * gdb.mi/mi-return.exp
8330 * gdb.mi/mi-reverse.exp
8331 * gdb.mi/mi-simplerun.exp
8332 * gdb.mi/mi-solib.exp
8333 * gdb.mi/mi-stack.exp
8334 * gdb.mi/mi-stepi.exp
8335 * gdb.mi/mi-syn-frame.exp
8336 * gdb.mi/mi-until.exp
8337 * gdb.mi/mi-var-block.exp
8338 * gdb.mi/mi-var-child.exp
8339 * gdb.mi/mi-var-cmd.exp
8340 * gdb.mi/mi-var-cp.exp
8341 * gdb.mi/mi-var-display.exp
8342 * gdb.mi/mi-var-invalidate.exp
8343 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
8344 * gdb.mi/mi-vla-fortran.exp
8345 * gdb.mi/mi-watch.exp
8346 * gdb.mi/mi2-var-child.exp
8347 * gdb.mi/user-selected-context-sync.exp
8348 * gdb.modula2/unbounded-array.exp
8349 * gdb.multi/dummy-frame-restore.exp
8350 * gdb.multi/multi-arch-exec.exp
8351 * gdb.multi/multi-arch.exp
8352 * gdb.multi/tids.exp
8353 * gdb.multi/watchpoint-multi.exp
8354 * gdb.opencl/callfuncs.exp
8355 * gdb.opencl/convs_casts.exp
8356 * gdb.opencl/datatypes.exp
8357 * gdb.opencl/operators.exp
8358 * gdb.opencl/vec_comps.exp
8359 * gdb.opt/clobbered-registers-O2.exp
8360 * gdb.opt/inline-break.exp
8361 * gdb.opt/inline-bt.exp
8362 * gdb.opt/inline-cmds.exp
8363 * gdb.opt/inline-locals.exp
8364 * gdb.pascal/case-insensitive-symbols.exp
8365 * gdb.pascal/floats.exp
8366 * gdb.pascal/gdb11492.exp
8367 * gdb.python/lib-types.exp
8368 * gdb.python/py-arch.exp
8369 * gdb.python/py-as-string.exp
8370 * gdb.python/py-bad-printers.exp
8371 * gdb.python/py-block.exp
8372 * gdb.python/py-breakpoint-create-fail.exp
8373 * gdb.python/py-breakpoint.exp
8374 * gdb.python/py-caller-is.exp
8375 * gdb.python/py-cmd.exp
8376 * gdb.python/py-explore-cc.exp
8377 * gdb.python/py-explore.exp
8378 * gdb.python/py-finish-breakpoint.exp
8379 * gdb.python/py-finish-breakpoint2.exp
8380 * gdb.python/py-frame-args.exp
8381 * gdb.python/py-frame-inline.exp
8382 * gdb.python/py-frame.exp
8383 * gdb.python/py-framefilter-mi.exp
8384 * gdb.python/py-infthread.exp
8385 * gdb.python/py-lazy-string.exp
8386 * gdb.python/py-linetable.exp
8387 * gdb.python/py-mi-events.exp
8388 * gdb.python/py-mi-objfile.exp
8389 * gdb.python/py-mi.exp
8390 * gdb.python/py-objfile.exp
8391 * gdb.python/py-pp-integral.exp
8392 * gdb.python/py-pp-maint.exp
8393 * gdb.python/py-pp-re-notag.exp
8394 * gdb.python/py-pp-registration.exp
8395 * gdb.python/py-recurse-unwind.exp
8396 * gdb.python/py-strfns.exp
8397 * gdb.python/py-symbol.exp
8398 * gdb.python/py-symtab.exp
8399 * gdb.python/py-sync-interp.exp
8400 * gdb.python/py-typeprint.exp
8401 * gdb.python/py-unwind-maint.exp
8402 * gdb.python/py-unwind.exp
8403 * gdb.python/py-value-cc.exp
8404 * gdb.python/py-xmethods.exp
8405 * gdb.reverse/amd64-tailcall-reverse.exp
8406 * gdb.reverse/break-precsave.exp
8407 * gdb.reverse/break-reverse.exp
8408 * gdb.reverse/consecutive-precsave.exp
8409 * gdb.reverse/consecutive-reverse.exp
8410 * gdb.reverse/finish-precsave.exp
8411 * gdb.reverse/finish-reverse-bkpt.exp
8412 * gdb.reverse/finish-reverse.exp
8413 * gdb.reverse/fstatat-reverse.exp
8414 * gdb.reverse/getresuid-reverse.exp
8415 * gdb.reverse/i386-precsave.exp
8416 * gdb.reverse/i386-reverse.exp
8417 * gdb.reverse/i386-sse-reverse.exp
8418 * gdb.reverse/i387-env-reverse.exp
8419 * gdb.reverse/i387-stack-reverse.exp
8420 * gdb.reverse/insn-reverse.exp
8421 * gdb.reverse/machinestate-precsave.exp
8422 * gdb.reverse/machinestate.exp
8423 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8424 * gdb.reverse/pipe-reverse.exp
8425 * gdb.reverse/readv-reverse.exp
8426 * gdb.reverse/recvmsg-reverse.exp
8427 * gdb.reverse/rerun-prec.exp
8428 * gdb.reverse/s390-mvcle.exp
8429 * gdb.reverse/step-precsave.exp
8430 * gdb.reverse/step-reverse.exp
8431 * gdb.reverse/time-reverse.exp
8432 * gdb.reverse/until-precsave.exp
8433 * gdb.reverse/until-reverse.exp
8434 * gdb.reverse/waitpid-reverse.exp
8435 * gdb.reverse/watch-precsave.exp
8436 * gdb.reverse/watch-reverse.exp
8437 * gdb.rust/generics.exp
8438 * gdb.rust/methods.exp
8439 * gdb.rust/modules.exp
8440 * gdb.rust/simple.exp
8441 * gdb.server/connect-with-no-symbol-file.exp
8442 * gdb.server/ext-attach.exp
8443 * gdb.server/ext-restart.exp
8444 * gdb.server/ext-wrapper.exp
8445 * gdb.server/file-transfer.exp
8446 * gdb.server/server-exec-info.exp
8447 * gdb.server/server-kill.exp
8448 * gdb.server/server-mon.exp
8449 * gdb.server/wrapper.exp
8450 * gdb.stabs/exclfwd.exp
8451 * gdb.stabs/gdb11479.exp
8452 * gdb.threads/clone-new-thread-event.exp
8453 * gdb.threads/corethreads.exp
8454 * gdb.threads/current-lwp-dead.exp
8455 * gdb.threads/dlopen-libpthread.exp
8456 * gdb.threads/gcore-thread.exp
8457 * gdb.threads/sigstep-threads.exp
8458 * gdb.threads/watchpoint-fork.exp
8459 * gdb.trace/actions-changed.exp
8460 * gdb.trace/backtrace.exp
8461 * gdb.trace/change-loc.exp
8462 * gdb.trace/circ.exp
8463 * gdb.trace/collection.exp
8464 * gdb.trace/disconnected-tracing.exp
8465 * gdb.trace/ftrace.exp
8466 * gdb.trace/mi-trace-frame-collected.exp
8467 * gdb.trace/mi-trace-unavailable.exp
8468 * gdb.trace/mi-traceframe-changed.exp
8469 * gdb.trace/mi-tsv-changed.exp
8470 * gdb.trace/no-attach-trace.exp
8471 * gdb.trace/passc-dyn.exp
8472 * gdb.trace/qtro.exp
8473 * gdb.trace/range-stepping.exp
8474 * gdb.trace/read-memory.exp
8475 * gdb.trace/save-trace.exp
8476 * gdb.trace/signal.exp
8477 * gdb.trace/status-stop.exp
8478 * gdb.trace/tfile.exp
8479 * gdb.trace/trace-break.exp
8480 * gdb.trace/trace-buffer-size.exp
8481 * gdb.trace/trace-condition.exp
8482 * gdb.trace/tracefile-pseudo-reg.exp
8483 * gdb.trace/tstatus.exp
8484 * gdb.trace/unavailable.exp
8485 * gdb.trace/while-dyn.exp
8486 * gdb.trace/while-stepping.exp
8487
8488 2016-12-22 Doug Evans <xdje42@gmail.com>
8489
8490 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
8491 and msymbols.
8492
8493 2016-12-19 Yao Qi <yao.qi@linaro.org>
8494
8495 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
8496 (test_with_self): Don't call do_steps_and_nexts, and remove
8497 code about stepping into xmalloc.
8498
8499 2016-12-09 Yao Qi <yao.qi@linaro.org>
8500
8501 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
8502
8503 2016-12-09 Yao Qi <yao.qi@linaro.org>
8504
8505 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
8506
8507 2016-12-09 Pedro Alves <palves@redhat.com>
8508
8509 * gdb.base/all-architectures-0.exp: New file.
8510 * gdb.base/all-architectures-1.exp: New file.
8511 * gdb.base/all-architectures-2.exp: New file.
8512 * gdb.base/all-architectures-3.exp: New file.
8513 * gdb.base/all-architectures-4.exp: New file.
8514 * gdb.base/all-architectures-5.exp: New file.
8515 * gdb.base/all-architectures-6.exp: New file.
8516 * gdb.base/all-architectures-7.exp: New file.
8517 * gdb.base/all-architectures.exp.in: New file.
8518
8519 2016-12-09 Yao Qi <yao.qi@linaro.org>
8520
8521 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
8522
8523 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
8524
8525 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
8526 possible.
8527 Remove useless pattern-matching code.
8528
8529 2016-12-02 Pedro Alves <palves@redhat.com>
8530
8531 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
8532 procedure.
8533 (top level): Call it.
8534
8535 2016-12-02 Pedro Alves <palves@redhat.com>
8536
8537 * gdb.base/commands.exp (user_defined_command_args_stack_test):
8538 New procedure.
8539 (top level): Call it.
8540
8541 2016-12-02 Pedro Alves <palves@redhat.com>
8542
8543 PR cli/20559
8544 * gdb.base/commands.exp (user_defined_command_args_eval): New
8545 procedure.
8546 (top level): Call it.
8547
8548 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
8549
8550 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
8551 timeout handling.
8552
8553 2016-12-02 Tom Tromey <tom@tromey.com>
8554
8555 * gdb.dwarf2/main-subprogram.c: New file.
8556 * gdb.dwarf2/main-subprogram.exp: New file.
8557
8558 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8559
8560 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
8561 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
8562 gdb_test_no_output for a couple of cases.
8563 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
8564
8565 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8566
8567 Fix test names and standardize compilation error messages throughout
8568 the following files:
8569
8570 * gdb.ada/start.exp
8571 * gdb.arch/alpha-step.exp
8572 * gdb.arch/e500-prologue.exp
8573 * gdb.arch/ftrace-insn-reloc.exp
8574 * gdb.arch/gdb1291.exp
8575 * gdb.arch/gdb1431.exp
8576 * gdb.arch/gdb1558.exp
8577 * gdb.arch/i386-dr3-watch.exp
8578 * gdb.arch/i386-sse-stack-align.exp
8579 * gdb.arch/ia64-breakpoint-shadow.exp
8580 * gdb.arch/pa-nullify.exp
8581 * gdb.arch/powerpc-aix-prologue.exp
8582 * gdb.arch/thumb-bx-pc.exp
8583 * gdb.base/annota1.exp
8584 * gdb.base/annota3.exp
8585 * gdb.base/arrayidx.exp
8586 * gdb.base/assign.exp
8587 * gdb.base/attach.exp
8588 * gdb.base/auxv.exp
8589 * gdb.base/bang.exp
8590 * gdb.base/bfp-test.exp
8591 * gdb.base/bigcore.exp
8592 * gdb.base/bitfields2.exp
8593 * gdb.base/break-fun-addr.exp
8594 * gdb.base/break-probes.exp
8595 * gdb.base/call-rt-st.exp
8596 * gdb.base/callexit.exp
8597 * gdb.base/catch-fork-kill.exp
8598 * gdb.base/charset.exp
8599 * gdb.base/checkpoint.exp
8600 * gdb.base/comprdebug.exp
8601 * gdb.base/constvars.exp
8602 * gdb.base/coredump-filter.exp
8603 * gdb.base/cursal.exp
8604 * gdb.base/cvexpr.exp
8605 * gdb.base/detach.exp
8606 * gdb.base/display.exp
8607 * gdb.base/dmsym.exp
8608 * gdb.base/dprintf-pending.exp
8609 * gdb.base/dso2dso.exp
8610 * gdb.base/dtrace-probe.exp
8611 * gdb.base/dump.exp
8612 * gdb.base/enum_cond.exp
8613 * gdb.base/exe-lock.exp
8614 * gdb.base/exec-invalid-sysroot.exp
8615 * gdb.base/execl-update-breakpoints.exp
8616 * gdb.base/exprs.exp
8617 * gdb.base/fileio.exp
8618 * gdb.base/find.exp
8619 * gdb.base/finish.exp
8620 * gdb.base/fixsection.exp
8621 * gdb.base/foll-vfork.exp
8622 * gdb.base/frame-args.exp
8623 * gdb.base/gcore.exp
8624 * gdb.base/gdb1250.exp
8625 * gdb.base/global-var-nested-by-dso.exp
8626 * gdb.base/gnu-ifunc.exp
8627 * gdb.base/hashline1.exp
8628 * gdb.base/hashline2.exp
8629 * gdb.base/hashline3.exp
8630 * gdb.base/hbreak-in-shr-unsupported.exp
8631 * gdb.base/huge.exp
8632 * gdb.base/infcall-input.exp
8633 * gdb.base/info-fun.exp
8634 * gdb.base/info-shared.exp
8635 * gdb.base/jit-simple.exp
8636 * gdb.base/jit-so.exp
8637 * gdb.base/jit.exp
8638 * gdb.base/jump.exp
8639 * gdb.base/label.exp
8640 * gdb.base/lineinc.exp
8641 * gdb.base/logical.exp
8642 * gdb.base/longjmp.exp
8643 * gdb.base/macscp.exp
8644 * gdb.base/miscexprs.exp
8645 * gdb.base/new-ui-echo.exp
8646 * gdb.base/new-ui-pending-input.exp
8647 * gdb.base/new-ui.exp
8648 * gdb.base/nodebug.exp
8649 * gdb.base/nofield.exp
8650 * gdb.base/offsets.exp
8651 * gdb.base/overlays.exp
8652 * gdb.base/pending.exp
8653 * gdb.base/pointers.exp
8654 * gdb.base/pr11022.exp
8655 * gdb.base/printcmds.exp
8656 * gdb.base/prologue.exp
8657 * gdb.base/ptr-typedef.exp
8658 * gdb.base/realname-expand.exp
8659 * gdb.base/relativedebug.exp
8660 * gdb.base/relocate.exp
8661 * gdb.base/remote.exp
8662 * gdb.base/reread.exp
8663 * gdb.base/return2.exp
8664 * gdb.base/savedregs.exp
8665 * gdb.base/sep.exp
8666 * gdb.base/sepdebug.exp
8667 * gdb.base/sepsymtab.exp
8668 * gdb.base/set-inferior-tty.exp
8669 * gdb.base/setshow.exp
8670 * gdb.base/shlib-call.exp
8671 * gdb.base/sigaltstack.exp
8672 * gdb.base/siginfo-addr.exp
8673 * gdb.base/signals.exp
8674 * gdb.base/signull.exp
8675 * gdb.base/sigrepeat.exp
8676 * gdb.base/so-impl-ld.exp
8677 * gdb.base/solib-display.exp
8678 * gdb.base/solib-overlap.exp
8679 * gdb.base/solib-search.exp
8680 * gdb.base/solib-symbol.exp
8681 * gdb.base/structs.exp
8682 * gdb.base/structs2.exp
8683 * gdb.base/symtab-search-order.exp
8684 * gdb.base/twice.exp
8685 * gdb.base/unload.exp
8686 * gdb.base/varargs.exp
8687 * gdb.base/watchpoint-solib.exp
8688 * gdb.base/watchpoint.exp
8689 * gdb.base/whatis.exp
8690 * gdb.base/wrong_frame_bt_full.exp
8691 * gdb.btrace/dlopen.exp
8692 * gdb.cell/ea-standalone.exp
8693 * gdb.cell/ea-test.exp
8694 * gdb.cp/dispcxx.exp
8695 * gdb.cp/gdb2384.exp
8696 * gdb.cp/method2.exp
8697 * gdb.cp/nextoverthrow.exp
8698 * gdb.cp/pr10728.exp
8699 * gdb.disasm/am33.exp
8700 * gdb.disasm/h8300s.exp
8701 * gdb.disasm/mn10300.exp
8702 * gdb.disasm/sh3.exp
8703 * gdb.dwarf2/dw2-dir-file-name.exp
8704 * gdb.fortran/complex.exp
8705 * gdb.fortran/library-module.exp
8706 * gdb.guile/scm-pretty-print.exp
8707 * gdb.guile/scm-symbol.exp
8708 * gdb.guile/scm-type.exp
8709 * gdb.guile/scm-value.exp
8710 * gdb.linespec/linespec.exp
8711 * gdb.mi/gdb701.exp
8712 * gdb.mi/gdb792.exp
8713 * gdb.mi/mi-breakpoint-changed.exp
8714 * gdb.mi/mi-dprintf-pending.exp
8715 * gdb.mi/mi-dprintf.exp
8716 * gdb.mi/mi-exit-code.exp
8717 * gdb.mi/mi-pending.exp
8718 * gdb.mi/mi-solib.exp
8719 * gdb.mi/new-ui-mi-sync.exp
8720 * gdb.mi/pr11022.exp
8721 * gdb.mi/user-selected-context-sync.exp
8722 * gdb.opt/solib-intra-step.exp
8723 * gdb.python/py-events.exp
8724 * gdb.python/py-finish-breakpoint.exp
8725 * gdb.python/py-mi.exp
8726 * gdb.python/py-prettyprint.exp
8727 * gdb.python/py-shared.exp
8728 * gdb.python/py-symbol.exp
8729 * gdb.python/py-template.exp
8730 * gdb.python/py-type.exp
8731 * gdb.python/py-value.exp
8732 * gdb.reverse/solib-precsave.exp
8733 * gdb.reverse/solib-reverse.exp
8734 * gdb.server/solib-list.exp
8735 * gdb.stabs/weird.exp
8736 * gdb.threads/reconnect-signal.exp
8737 * gdb.threads/stepi-random-signal.exp
8738 * gdb.trace/actions.exp
8739 * gdb.trace/ax.exp
8740 * gdb.trace/backtrace.exp
8741 * gdb.trace/change-loc.exp
8742 * gdb.trace/deltrace.exp
8743 * gdb.trace/ftrace-lock.exp
8744 * gdb.trace/ftrace.exp
8745 * gdb.trace/infotrace.exp
8746 * gdb.trace/mi-tracepoint-changed.exp
8747 * gdb.trace/packetlen.exp
8748 * gdb.trace/passcount.exp
8749 * gdb.trace/pending.exp
8750 * gdb.trace/range-stepping.exp
8751 * gdb.trace/report.exp
8752 * gdb.trace/stap-trace.exp
8753 * gdb.trace/tfind.exp
8754 * gdb.trace/trace-break.exp
8755 * gdb.trace/trace-condition.exp
8756 * gdb.trace/trace-enable-disable.exp
8757 * gdb.trace/trace-mt.exp
8758 * gdb.trace/tracecmd.exp
8759 * gdb.trace/tspeed.exp
8760 * gdb.trace/tsv.exp
8761 * lib/perftest.exp
8762
8763 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8764
8765 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
8766 with gdb_test_no_output.
8767 Use command as test name.
8768
8769 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8770
8771 Fix test names starting with uppercase throughout the files.
8772
8773 * gdb.ada/assign_1.exp
8774 * gdb.ada/boolean_expr.exp
8775 * gdb.base/arrayidx.exp
8776 * gdb.base/del.exp
8777 * gdb.base/gcore-buffer-overflow.exp
8778 * gdb.base/testenv.exp
8779 * gdb.compile/compile.exp
8780 * gdb.python/py-framefilter-invalidarg.exp
8781 * gdb.python/py-framefilter.exp
8782
8783 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8784
8785 Fix test names starting with uppercase throughout the files.
8786
8787 * gdb.ada/array_return.exp
8788 * gdb.ada/expr_delims.exp
8789 * gdb.ada/mi_dyn_arr.exp
8790 * gdb.ada/mi_interface.exp
8791 * gdb.ada/mi_var_array.exp
8792 * gdb.ada/watch_arg.exp
8793 * gdb.arch/alpha-step.exp
8794 * gdb.arch/altivec-regs.exp
8795 * gdb.arch/e500-regs.exp
8796 * gdb.arch/powerpc-d128-regs.exp
8797 * gdb.base/arrayidx.exp
8798 * gdb.base/break.exp
8799 * gdb.base/checkpoint.exp
8800 * gdb.base/debug-expr.exp
8801 * gdb.base/dmsym.exp
8802 * gdb.base/radix.exp
8803 * gdb.base/sepdebug.exp
8804 * gdb.base/testenv.exp
8805 * gdb.base/watch_thread_num.exp
8806 * gdb.base/watchpoint-cond-gone.exp
8807 * gdb.cell/break.exp
8808 * gdb.cell/ea-cache.exp
8809 * gdb.compile/compile.exp
8810 * gdb.cp/gdb2495.exp
8811 * gdb.gdb/selftest.exp
8812 * gdb.gdb/xfullpath.exp
8813 * gdb.go/hello.exp
8814 * gdb.go/integers.exp
8815 * gdb.objc/basicclass.exp
8816 * gdb.pascal/hello.exp
8817 * gdb.pascal/integers.exp
8818 * gdb.python/py-breakpoint.exp
8819 * gdb.python/py-cmd.exp
8820 * gdb.python/py-linetable.exp
8821 * gdb.python/py-xmethods.exp
8822 * gdb.python/python.exp
8823 * gdb.reverse/consecutive-precsave.exp
8824 * gdb.reverse/finish-precsave.exp
8825 * gdb.reverse/i386-precsave.exp
8826 * gdb.reverse/machinestate-precsave.exp
8827 * gdb.reverse/sigall-precsave.exp
8828 * gdb.reverse/solib-precsave.exp
8829 * gdb.reverse/step-precsave.exp
8830 * gdb.reverse/until-precsave.exp
8831 * gdb.reverse/watch-precsave.exp
8832 * gdb.threads/leader-exit.exp
8833 * gdb.threads/pthreads.exp
8834 * gdb.threads/wp-replication.exp
8835 * gdb.trace/actions.exp
8836 * gdb.trace/mi-tsv-changed.exp
8837 * gdb.trace/tsv.exp
8838
8839 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8840
8841 Fix test names starting with uppercase throughout the files.
8842
8843 * gdb.arch/i386-bp_permanent.exp
8844 * gdb.arch/i386-gnu-cfi.exp
8845 * gdb.base/disasm-end-cu.exp
8846 * gdb.base/macscp.exp
8847 * gdb.base/pending.exp
8848 * gdb.base/watch_thread_num.exp
8849 * gdb.cp/exception.exp
8850 * gdb.cp/gdb2495.exp
8851 * gdb.cp/local.exp
8852 * gdb.python/py-evsignal.exp
8853 * gdb.python/python.exp
8854 * gdb.trace/tracecmd.exp
8855
8856 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8857
8858 Fix test names starting with uppercase throughout the files.
8859
8860 * gdb.base/charset.exp
8861 * gdb.base/eval.exp
8862 * gdb.base/multi-forks.exp
8863 * gdb.guile/scm-progspace.exp
8864 * gdb.opencl/datatypes.exp
8865 * gdb.python/py-block.exp
8866 * gdb.python/py-function.exp
8867 * gdb.python/py-symbol.exp
8868 * gdb.python/py-symtab.exp
8869 * gdb.python/py-xmethods.exp
8870 * gdb.reverse/break-precsave.exp
8871 * gdb.reverse/break-reverse.exp
8872 * gdb.reverse/consecutive-precsave.exp
8873 * gdb.reverse/consecutive-reverse.exp
8874 * gdb.reverse/finish-precsave.exp
8875 * gdb.reverse/finish-reverse-bkpt.exp
8876 * gdb.reverse/finish-reverse.exp
8877 * gdb.reverse/fstatat-reverse.exp
8878 * gdb.reverse/getresuid-reverse.exp
8879 * gdb.reverse/i386-precsave.exp
8880 * gdb.reverse/i386-reverse.exp
8881 * gdb.reverse/i386-sse-reverse.exp
8882 * gdb.reverse/i387-stack-reverse.exp
8883 * gdb.reverse/insn-reverse.exp
8884 * gdb.reverse/machinestate-precsave.exp
8885 * gdb.reverse/machinestate.exp
8886 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8887 * gdb.reverse/pipe-reverse.exp
8888 * gdb.reverse/readv-reverse.exp
8889 * gdb.reverse/recvmsg-reverse.exp
8890 * gdb.reverse/rerun-prec.exp
8891 * gdb.reverse/s390-mvcle.exp
8892 * gdb.reverse/sigall-precsave.exp
8893 * gdb.reverse/sigall-reverse.exp
8894 * gdb.reverse/solib-precsave.exp
8895 * gdb.reverse/solib-reverse.exp
8896 * gdb.reverse/step-precsave.exp
8897 * gdb.reverse/step-reverse.exp
8898 * gdb.reverse/time-reverse.exp
8899 * gdb.reverse/until-precsave.exp
8900 * gdb.reverse/until-reverse.exp
8901 * gdb.reverse/waitpid-reverse.exp
8902 * gdb.reverse/watch-precsave.exp
8903 * gdb.reverse/watch-reverse.exp
8904
8905 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8906
8907 Fix test names starting with uppercase throughout the files.
8908
8909 * gdb.arch/i386-mpx-simple_segv.exp
8910 * gdb.arch/i386-mpx.exp
8911 * gdb.arch/i386-permbkpt.exp
8912 * gdb.arch/pa-nullify.exp
8913 * gdb.arch/powerpc-d128-regs.exp
8914 * gdb.arch/vsx-regs.exp
8915 * gdb.base/bfp-test.exp
8916 * gdb.base/break.exp
8917 * gdb.base/breakpoint-shadow.exp
8918 * gdb.base/callfuncs.exp
8919 * gdb.base/charset.exp
8920 * gdb.base/commands.exp
8921 * gdb.base/completion.exp
8922 * gdb.base/dfp-test.exp
8923 * gdb.base/echo.exp
8924 * gdb.base/ending-run.exp
8925 * gdb.base/eval.exp
8926 * gdb.base/expand-psymtabs.exp
8927 * gdb.base/float128.exp
8928 * gdb.base/floatn.exp
8929 * gdb.base/foll-exec-mode.exp
8930 * gdb.base/gdb1056.exp
8931 * gdb.base/gdb11531.exp
8932 * gdb.base/kill-after-signal.exp
8933 * gdb.base/multi-forks.exp
8934 * gdb.base/overlays.exp
8935 * gdb.base/pending.exp
8936 * gdb.base/sepdebug.exp
8937 * gdb.base/testenv.exp
8938 * gdb.base/valgrind-db-attach.exp
8939 * gdb.base/watch_thread_num.exp
8940 * gdb.base/watchpoint-cond-gone.exp
8941 * gdb.base/watchpoint.exp
8942 * gdb.base/watchpoints.exp
8943 * gdb.cp/arg-reference.exp
8944 * gdb.cp/baseenum.exp
8945 * gdb.cp/operator.exp
8946 * gdb.cp/shadow.exp
8947 * gdb.dwarf2/dw2-op-out-param.exp
8948 * gdb.dwarf2/dw2-reg-undefined.exp
8949 * gdb.go/chan.exp
8950 * gdb.go/hello.exp
8951 * gdb.go/integers.exp
8952 * gdb.go/methods.exp
8953 * gdb.go/package.exp
8954 * gdb.guile/scm-parameter.exp
8955 * gdb.guile/scm-progspace.exp
8956 * gdb.guile/scm-value.exp
8957 * gdb.mi/mi-pending.exp
8958 * gdb.mi/user-selected-context-sync.exp
8959 * gdb.multi/multi-attach.exp
8960 * gdb.multi/tids.exp
8961 * gdb.opt/clobbered-registers-O2.exp
8962 * gdb.pascal/floats.exp
8963 * gdb.pascal/integers.exp
8964 * gdb.python/py-block.exp
8965 * gdb.python/py-events.exp
8966 * gdb.python/py-parameter.exp
8967 * gdb.python/py-symbol.exp
8968 * gdb.python/py-symtab.exp
8969 * gdb.python/py-type.exp
8970 * gdb.python/py-value.exp
8971 * gdb.python/py-xmethods.exp
8972 * gdb.python/python.exp
8973 * gdb.reverse/break-precsave.exp
8974 * gdb.reverse/consecutive-precsave.exp
8975 * gdb.reverse/finish-precsave.exp
8976 * gdb.reverse/i386-precsave.exp
8977 * gdb.reverse/machinestate-precsave.exp
8978 * gdb.reverse/sigall-precsave.exp
8979 * gdb.reverse/solib-precsave.exp
8980 * gdb.reverse/step-precsave.exp
8981 * gdb.reverse/until-precsave.exp
8982 * gdb.reverse/watch-precsave.exp
8983 * gdb.server/ext-attach.exp
8984 * gdb.server/ext-restart.exp
8985 * gdb.server/ext-run.exp
8986 * gdb.server/ext-wrapper.exp
8987 * gdb.stabs/gdb11479.exp
8988 * gdb.stabs/weird.exp
8989 * gdb.threads/attach-many-short-lived-threads.exp
8990 * gdb.threads/kill.exp
8991 * gdb.threads/watchpoint-fork.exp
8992
8993 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8994
8995 Fix test names starting with uppercase throughout all the files below.
8996
8997 * gdb.ada/array_return.exp
8998 * gdb.ada/catch_ex.exp
8999 * gdb.ada/info_exc.exp
9000 * gdb.ada/mi_catch_ex.exp
9001 * gdb.ada/mi_dyn_arr.exp
9002 * gdb.ada/mi_ex_cond.exp
9003 * gdb.ada/mi_exc_info.exp
9004 * gdb.ada/mi_interface.exp
9005 * gdb.ada/mi_task_arg.exp
9006 * gdb.ada/mi_task_info.exp
9007 * gdb.ada/mi_var_array.exp
9008 * gdb.arch/alpha-step.exp
9009 * gdb.arch/amd64-disp-step.exp
9010 * gdb.arch/arm-disp-step.exp
9011 * gdb.arch/disp-step-insn-reloc.exp
9012 * gdb.arch/e500-prologue.exp
9013 * gdb.arch/ftrace-insn-reloc.exp
9014 * gdb.arch/gdb1558.exp
9015 * gdb.arch/i386-bp_permanent.exp
9016 * gdb.arch/i386-disp-step.exp
9017 * gdb.arch/i386-float.exp
9018 * gdb.arch/i386-gnu-cfi.exp
9019 * gdb.arch/ia64-breakpoint-shadow.exp
9020 * gdb.arch/mips16-thunks.exp
9021 * gdb.arch/pa-nullify.exp
9022 * gdb.arch/powerpc-aix-prologue.exp
9023 * gdb.arch/powerpc-power.exp
9024 * gdb.arch/ppc-dfp.exp
9025 * gdb.arch/s390-tdbregs.exp
9026 * gdb.arch/spu-info.exp
9027 * gdb.arch/spu-ls.exp
9028 * gdb.arch/thumb-bx-pc.exp
9029 * gdb.base/advance.exp
9030 * gdb.base/annota-input-while-running.exp
9031 * gdb.base/arrayidx.exp
9032 * gdb.base/asmlabel.exp
9033 * gdb.base/async.exp
9034 * gdb.base/attach-wait-input.exp
9035 * gdb.base/auto-connect-native-target.exp
9036 * gdb.base/batch-preserve-term-settings.exp
9037 * gdb.base/bfp-test.exp
9038 * gdb.base/bigcore.exp
9039 * gdb.base/bp-permanent.exp
9040 * gdb.base/break-always.exp
9041 * gdb.base/break-fun-addr.exp
9042 * gdb.base/break-idempotent.exp
9043 * gdb.base/break-main-file-remove-fail.exp
9044 * gdb.base/break-probes.exp
9045 * gdb.base/break-unload-file.exp
9046 * gdb.base/break.exp
9047 * gdb.base/call-ar-st.exp
9048 * gdb.base/call-rt-st.exp
9049 * gdb.base/call-sc.exp
9050 * gdb.base/call-signal-resume.exp
9051 * gdb.base/call-strs.exp
9052 * gdb.base/callexit.exp
9053 * gdb.base/callfuncs.exp
9054 * gdb.base/catch-gdb-caused-signals.exp
9055 * gdb.base/catch-signal-siginfo-cond.exp
9056 * gdb.base/catch-syscall.exp
9057 * gdb.base/compare-sections.exp
9058 * gdb.base/cond-eval-mode.exp
9059 * gdb.base/condbreak-call-false.exp
9060 * gdb.base/consecutive-step-over.exp
9061 * gdb.base/cursal.exp
9062 * gdb.base/disabled-location.exp
9063 * gdb.base/disasm-end-cu.exp
9064 * gdb.base/display.exp
9065 * gdb.base/double-prompt-target-event-error.exp
9066 * gdb.base/dprintf-bp-same-addr.exp
9067 * gdb.base/dprintf-detach.exp
9068 * gdb.base/dprintf-next.exp
9069 * gdb.base/dprintf-non-stop.exp
9070 * gdb.base/dprintf-pending.exp
9071 * gdb.base/dso2dso.exp
9072 * gdb.base/ending-run.exp
9073 * gdb.base/enum_cond.exp
9074 * gdb.base/examine-backward.exp
9075 * gdb.base/exe-lock.exp
9076 * gdb.base/exec-invalid-sysroot.exp
9077 * gdb.base/execl-update-breakpoints.exp
9078 * gdb.base/execution-termios.exp
9079 * gdb.base/fileio.exp
9080 * gdb.base/fixsection.exp
9081 * gdb.base/foll-exec-mode.exp
9082 * gdb.base/foll-exec.exp
9083 * gdb.base/fork-running-state.exp
9084 * gdb.base/frame-args.exp
9085 * gdb.base/fullpath-expand.exp
9086 * gdb.base/func-ptr.exp
9087 * gdb.base/gcore-relro-pie.exp
9088 * gdb.base/gdb1090.exp
9089 * gdb.base/gdb1555.exp
9090 * gdb.base/global-var-nested-by-dso.exp
9091 * gdb.base/gnu-ifunc.exp
9092 * gdb.base/hbreak-in-shr-unsupported.exp
9093 * gdb.base/hbreak-unmapped.exp
9094 * gdb.base/hook-stop.exp
9095 * gdb.base/infcall-input.exp
9096 * gdb.base/info-fun.exp
9097 * gdb.base/info-shared.exp
9098 * gdb.base/interrupt-noterm.exp
9099 * gdb.base/jit-so.exp
9100 * gdb.base/jit.exp
9101 * gdb.base/line-symtabs.exp
9102 * gdb.base/list.exp
9103 * gdb.base/longjmp.exp
9104 * gdb.base/macscp.exp
9105 * gdb.base/max-value-size.exp
9106 * gdb.base/nodebug.exp
9107 * gdb.base/nofield.exp
9108 * gdb.base/overlays.exp
9109 * gdb.base/paginate-after-ctrl-c-running.exp
9110 * gdb.base/paginate-bg-execution.exp
9111 * gdb.base/paginate-inferior-exit.exp
9112 * gdb.base/pending.exp
9113 * gdb.base/pr11022.exp
9114 * gdb.base/printcmds.exp
9115 * gdb.base/ptr-typedef.exp
9116 * gdb.base/ptype.exp
9117 * gdb.base/randomize.exp
9118 * gdb.base/range-stepping.exp
9119 * gdb.base/realname-expand.exp
9120 * gdb.base/relativedebug.exp
9121 * gdb.base/remote.exp
9122 * gdb.base/savedregs.exp
9123 * gdb.base/sepdebug.exp
9124 * gdb.base/set-noassign.exp
9125 * gdb.base/shlib-call.exp
9126 * gdb.base/shreloc.exp
9127 * gdb.base/sigaltstack.exp
9128 * gdb.base/sigbpt.exp
9129 * gdb.base/siginfo-addr.exp
9130 * gdb.base/siginfo-obj.exp
9131 * gdb.base/siginfo-thread.exp
9132 * gdb.base/signest.exp
9133 * gdb.base/signull.exp
9134 * gdb.base/sigrepeat.exp
9135 * gdb.base/skip.exp
9136 * gdb.base/so-impl-ld.exp
9137 * gdb.base/solib-corrupted.exp
9138 * gdb.base/solib-disc.exp
9139 * gdb.base/solib-display.exp
9140 * gdb.base/solib-overlap.exp
9141 * gdb.base/solib-search.exp
9142 * gdb.base/solib-symbol.exp
9143 * gdb.base/source-execution.exp
9144 * gdb.base/sss-bp-on-user-bp-2.exp
9145 * gdb.base/sss-bp-on-user-bp.exp
9146 * gdb.base/stack-checking.exp
9147 * gdb.base/stale-infcall.exp
9148 * gdb.base/step-break.exp
9149 * gdb.base/step-line.exp
9150 * gdb.base/step-over-exit.exp
9151 * gdb.base/step-test.exp
9152 * gdb.base/structs.exp
9153 * gdb.base/sym-file.exp
9154 * gdb.base/symtab-search-order.exp
9155 * gdb.base/term.exp
9156 * gdb.base/type-opaque.exp
9157 * gdb.base/unload.exp
9158 * gdb.base/until-nodebug.exp
9159 * gdb.base/until.exp
9160 * gdb.base/unwindonsignal.exp
9161 * gdb.base/watch-cond.exp
9162 * gdb.base/watch-non-mem.exp
9163 * gdb.base/watch_thread_num.exp
9164 * gdb.base/watchpoint-reuse-slot.exp
9165 * gdb.base/watchpoint-solib.exp
9166 * gdb.base/watchpoint.exp
9167 * gdb.btrace/dlopen.exp
9168 * gdb.cell/arch.exp
9169 * gdb.cell/break.exp
9170 * gdb.cell/bt.exp
9171 * gdb.cell/core.exp
9172 * gdb.cell/data.exp
9173 * gdb.cell/dwarfaddr.exp
9174 * gdb.cell/ea-cache.exp
9175 * gdb.cell/ea-standalone.exp
9176 * gdb.cell/ea-test.exp
9177 * gdb.cell/f-regs.exp
9178 * gdb.cell/fork.exp
9179 * gdb.cell/gcore.exp
9180 * gdb.cell/mem-access.exp
9181 * gdb.cell/ptype.exp
9182 * gdb.cell/registers.exp
9183 * gdb.cell/sizeof.exp
9184 * gdb.cell/solib-symbol.exp
9185 * gdb.cell/solib.exp
9186 * gdb.compile/compile-tls.exp
9187 * gdb.cp/exception.exp
9188 * gdb.cp/gdb2495.exp
9189 * gdb.cp/local.exp
9190 * gdb.cp/mb-inline.exp
9191 * gdb.cp/mb-templates.exp
9192 * gdb.cp/pr10687.exp
9193 * gdb.cp/pr9167.exp
9194 * gdb.cp/scope-err.exp
9195 * gdb.cp/templates.exp
9196 * gdb.cp/virtfunc.exp
9197 * gdb.dwarf2/dw2-dir-file-name.exp
9198 * gdb.dwarf2/dw2-single-line-discriminators.exp
9199 * gdb.fortran/complex.exp
9200 * gdb.fortran/library-module.exp
9201 * gdb.guile/guile.exp
9202 * gdb.guile/scm-cmd.exp
9203 * gdb.guile/scm-frame-inline.exp
9204 * gdb.guile/scm-objfile.exp
9205 * gdb.guile/scm-pretty-print.exp
9206 * gdb.guile/scm-symbol.exp
9207 * gdb.guile/scm-type.exp
9208 * gdb.guile/scm-value.exp
9209 * gdb.linespec/keywords.exp
9210 * gdb.linespec/ls-errs.exp
9211 * gdb.linespec/macro-relative.exp
9212 * gdb.linespec/thread.exp
9213 * gdb.mi/mi-breakpoint-changed.exp
9214 * gdb.mi/mi-dprintf-pending.exp
9215 * gdb.mi/mi-fullname-deleted.exp
9216 * gdb.mi/mi-logging.exp
9217 * gdb.mi/mi-pending.exp
9218 * gdb.mi/mi-solib.exp
9219 * gdb.mi/new-ui-mi-sync.exp
9220 * gdb.mi/user-selected-context-sync.exp
9221 * gdb.multi/dummy-frame-restore.exp
9222 * gdb.multi/multi-arch-exec.exp
9223 * gdb.multi/remove-inferiors.exp
9224 * gdb.multi/watchpoint-multi-exit.exp
9225 * gdb.opt/solib-intra-step.exp
9226 * gdb.perf/backtrace.exp
9227 * gdb.perf/single-step.exp
9228 * gdb.perf/skip-command.exp
9229 * gdb.perf/skip-prologue.exp
9230 * gdb.perf/solib.exp
9231 * gdb.python/lib-types.exp
9232 * gdb.python/py-as-string.exp
9233 * gdb.python/py-bad-printers.exp
9234 * gdb.python/py-block.exp
9235 * gdb.python/py-breakpoint.exp
9236 * gdb.python/py-cmd.exp
9237 * gdb.python/py-events.exp
9238 * gdb.python/py-evthreads.exp
9239 * gdb.python/py-finish-breakpoint.exp
9240 * gdb.python/py-finish-breakpoint2.exp
9241 * gdb.python/py-frame-inline.exp
9242 * gdb.python/py-frame.exp
9243 * gdb.python/py-inferior.exp
9244 * gdb.python/py-infthread.exp
9245 * gdb.python/py-mi.exp
9246 * gdb.python/py-objfile.exp
9247 * gdb.python/py-pp-maint.exp
9248 * gdb.python/py-pp-registration.exp
9249 * gdb.python/py-prettyprint.exp
9250 * gdb.python/py-recurse-unwind.exp
9251 * gdb.python/py-shared.exp
9252 * gdb.python/py-symbol.exp
9253 * gdb.python/py-symtab.exp
9254 * gdb.python/py-template.exp
9255 * gdb.python/py-type.exp
9256 * gdb.python/py-unwind-maint.exp
9257 * gdb.python/py-unwind.exp
9258 * gdb.python/py-value.exp
9259 * gdb.python/python.exp
9260 * gdb.reverse/finish-reverse-bkpt.exp
9261 * gdb.reverse/insn-reverse.exp
9262 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9263 * gdb.reverse/solib-precsave.exp
9264 * gdb.reverse/solib-reverse.exp
9265 * gdb.stabs/gdb11479.exp
9266 * gdb.stabs/weird.exp
9267 * gdb.threads/fork-child-threads.exp
9268 * gdb.threads/fork-plus-threads.exp
9269 * gdb.threads/fork-thread-pending.exp
9270 * gdb.threads/forking-threads-plus-breakpoint.exp
9271 * gdb.threads/hand-call-in-threads.exp
9272 * gdb.threads/interrupted-hand-call.exp
9273 * gdb.threads/linux-dp.exp
9274 * gdb.threads/local-watch-wrong-thread.exp
9275 * gdb.threads/next-while-other-thread-longjmps.exp
9276 * gdb.threads/non-ldr-exit.exp
9277 * gdb.threads/pending-step.exp
9278 * gdb.threads/print-threads.exp
9279 * gdb.threads/process-dies-while-detaching.exp
9280 * gdb.threads/process-dies-while-handling-bp.exp
9281 * gdb.threads/pthreads.exp
9282 * gdb.threads/queue-signal.exp
9283 * gdb.threads/reconnect-signal.exp
9284 * gdb.threads/signal-command-handle-nopass.exp
9285 * gdb.threads/signal-command-multiple-signals-pending.exp
9286 * gdb.threads/signal-delivered-right-thread.exp
9287 * gdb.threads/signal-sigtrap.exp
9288 * gdb.threads/sigthread.exp
9289 * gdb.threads/staticthreads.exp
9290 * gdb.threads/stepi-random-signal.exp
9291 * gdb.threads/thread-unwindonsignal.exp
9292 * gdb.threads/thread_check.exp
9293 * gdb.threads/thread_events.exp
9294 * gdb.threads/tid-reuse.exp
9295 * gdb.threads/tls-nodebug.exp
9296 * gdb.threads/tls-shared.exp
9297 * gdb.threads/tls-so_extern.exp
9298 * gdb.threads/tls.exp
9299 * gdb.threads/wp-replication.exp
9300 * gdb.trace/actions-changed.exp
9301 * gdb.trace/actions.exp
9302 * gdb.trace/backtrace.exp
9303 * gdb.trace/change-loc.exp
9304 * gdb.trace/collection.exp
9305 * gdb.trace/deltrace.exp
9306 * gdb.trace/disconnected-tracing.exp
9307 * gdb.trace/entry-values.exp
9308 * gdb.trace/ftrace-lock.exp
9309 * gdb.trace/ftrace.exp
9310 * gdb.trace/infotrace.exp
9311 * gdb.trace/mi-trace-frame-collected.exp
9312 * gdb.trace/mi-trace-unavailable.exp
9313 * gdb.trace/mi-traceframe-changed.exp
9314 * gdb.trace/mi-tracepoint-changed.exp
9315 * gdb.trace/mi-tsv-changed.exp
9316 * gdb.trace/no-attach-trace.exp
9317 * gdb.trace/packetlen.exp
9318 * gdb.trace/passc-dyn.exp
9319 * gdb.trace/passcount.exp
9320 * gdb.trace/pending.exp
9321 * gdb.trace/pr16508.exp
9322 * gdb.trace/qtro.exp
9323 * gdb.trace/range-stepping.exp
9324 * gdb.trace/read-memory.exp
9325 * gdb.trace/report.exp
9326 * gdb.trace/save-trace.exp
9327 * gdb.trace/signal.exp
9328 * gdb.trace/stap-trace.exp
9329 * gdb.trace/status-stop.exp
9330 * gdb.trace/strace.exp
9331 * gdb.trace/tfile.exp
9332 * gdb.trace/tfind.exp
9333 * gdb.trace/trace-break.exp
9334 * gdb.trace/trace-condition.exp
9335 * gdb.trace/trace-enable-disable.exp
9336 * gdb.trace/trace-mt.exp
9337 * gdb.trace/tracecmd.exp
9338 * gdb.trace/tracefile-pseudo-reg.exp
9339 * gdb.trace/tspeed.exp
9340 * gdb.trace/tstatus.exp
9341 * gdb.trace/tsv.exp
9342 * gdb.trace/unavailable.exp
9343 * gdb.trace/while-dyn.exp
9344 * gdb.trace/while-stepping.exp
9345 * lib/gdb-guile.exp
9346 * lib/gdb.exp
9347 * lib/mi-support.exp
9348 * lib/pascal.exp
9349 * lib/perftest.exp
9350 * lib/prelink-support.exp
9351 * lib/selftest-support.exp
9352
9353 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
9354
9355 * Makefile.in: Include disable-implicit-rules.mk.
9356
9357 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9358
9359 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
9360 non-byte-aligned bit fields.
9361
9362 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9363
9364 PR gdb/12616
9365 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
9366 respects the DW_AT_data_bit_offset attribute.
9367
9368 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
9369
9370 * gdb.base/default.exp: Fix output of "set language".
9371
9372 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
9373
9374 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
9375 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
9376 make.
9377 * configure.ac: Remove checks for the make program.
9378 * configure: Re-generate.
9379
9380 2016-11-16 Kevin Buettner <kevinb@redhat.com>
9381
9382 * gdb.python/py-recurse-unwind.c (main): Add loop.
9383 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
9384 to read_register() and gdb.parse_and_eval(). Make each code
9385 call a separate case that can be individually tested.
9386 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
9387 proc. Call cont_and_backtrace for each of the code paths that
9388 we want to test in the unwinder.
9389
9390 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
9391
9392 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
9393 the definition of struct S.
9394
9395 2016-11-11 Catherine Moore <clm@codesourcery.com>
9396
9397 * gdb.base/dump.exp: Identify verilog format dump tests as such.
9398
9399 2016-11-09 Pedro Alves <palves@redhat.com>
9400
9401 * gdb.base/commands.exp (runto_or_return): New procedure.
9402 (gdbvar_simple_if_test, gdbvar_simple_while_test)
9403 (gdbvar_complex_if_while_test, progvar_simple_if_test)
9404 (progvar_simple_while_test, progvar_complex_if_while_test)
9405 (if_while_breakpoint_command_test)
9406 (infrun_breakpoint_command_test, breakpoint_command_test)
9407 (user_defined_command_test, watchpoint_command_test)
9408 (test_command_prompt_position, redefine_hook_test)
9409 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
9410 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
9411 multi_line_input and multi_line. Remove gdb_expect and
9412 gdb_stop_suppressing_tests uses.
9413 * lib/gdb.exp (valnum_re): New global.
9414 (multi_line_input): New procedure.
9415
9416 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
9417
9418 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
9419 Remove.
9420 (test_setup): Define with proc_with_prefix.
9421 (test_cli_inferior): Likewise.
9422 (test_cli_thread): Likewise.
9423 (test_cli_frame): Likewise.
9424 (test_cli_select_frame): Likewise.
9425 (test_cli_up_down): Likewise.
9426 (test_mi_thread_select): Likewise.
9427 (test_mi_stack_select_frame): Likewise.
9428 (test_cli_in_mi_inferior): Likewise.
9429 (test_cli_in_mi_thread): Likewise.
9430 (test_cli_in_mi_frame): Likewise.
9431 (top level): Do not use with_test_prefix_procname.
9432
9433 2016-11-09 Pedro Alves <palves@redhat.com>
9434
9435 * gdb.base/commands.exp (gdbvar_simple_if_test)
9436 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
9437 (progvar_simple_if_test, progvar_simple_while_test)
9438 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
9439 (infrun_breakpoint_command_test, breakpoint_command_test)
9440 (user_defined_command_test, watchpoint_command_test)
9441 (test_command_prompt_position, deprecated_command_test)
9442 (bp_deleted_in_command, temporary_breakpoint_commands)
9443 (stray_arg0_test, source_file_with_indented_comment)
9444 (recursive_source_test, if_commands_test)
9445 (error_clears_commands_left, redefine_hook_test)
9446 (redefine_backtrace_test): Use proc_with_prefix.
9447 * lib/gdb.exp (proc_with_prefix): New proc.
9448
9449 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
9450
9451 * gdb.base/tui-layout.c: New file.
9452 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
9453 disassembly window contains very long lines.
9454
9455 2016-11-08 Tom Tromey <tom@tromey.com>
9456
9457 * gdb.python/py-value.exp (test_value_creation): Make "long" test
9458 depend on Python 2.
9459
9460 2016-11-08 Tom Tromey <tom@tromey.com>
9461
9462 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
9463 New method.
9464
9465 2016-10-29 Manish Goregaokar <manish@mozilla.com>
9466
9467 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
9468
9469 2016-10-27 Manish Goregaokar <manish@mozilla.com>
9470
9471 * gdb.rust/simple.rs: Add test for univariant enums without
9472 discriminants and for encoded struct-like enums.
9473
9474 2016-10-28 Pedro Alves <palves@redhat.com>
9475
9476 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
9477 gdb_test_multiple, tighten regexps and match symtabs and line
9478 tables incrementally.
9479
9480 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
9481
9482 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
9483 general.
9484
9485 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
9486
9487 * gdb.base/exec-invalid-sysroot.exp: New file.
9488
9489 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9490
9491 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
9492
9493 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9494
9495 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
9496
9497 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
9498
9499 * gdb.base/killed-outside.exp: Remove $options from a call to
9500 `prepare_for_testing'.
9501
9502 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9503
9504 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
9505 Change test message.
9506
9507 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9508
9509 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
9510 Update comment.
9511
9512 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9513
9514 * gdb.trace/mi-trace-save.exp: New file.
9515
9516 2016-10-13 Yao Qi <yao.qi@linaro.org>
9517
9518 * gdb.base/code_elim.exp (get_var_address): Remove.
9519 * gdb.base/relocate.exp: Likewise.
9520 * gdb.base/shreloc.exp: Likewise.
9521 * lib/gdb.exp (get_var_address): New.
9522
9523 2016-10-13 Yao Qi <yao.qi@linaro.org>
9524
9525 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
9526 floating point tests if $skip_float_test is false.
9527
9528 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
9529
9530 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
9531 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
9532 argc values.
9533 Add 1 to argc so we guarantee distinct initial/modified argc values.
9534
9535 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9536
9537 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
9538
9539 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9540
9541 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
9542 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
9543 * gdb.arch/vsx-regs.exp: Likewise.
9544
9545 2016-10-07 Yao Qi <yao.qi@linaro.org>
9546
9547 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
9548
9549 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
9550
9551 * gdb.python/python.exp: Test decode_line("*0").
9552
9553 2016-10-06 Doug Evans <dje@google.com>
9554
9555 * gdb.python/py-value.exp (test_value_creation): Add test for large
9556 unsigned 64-bit value.
9557
9558 2016-10-06 Tom Tromey <tom@tromey.com>
9559
9560 * gdb.compile/compile.exp: Change java tests to rust.
9561 * gdb.base/setshow.exp: Change java tests to rust.
9562 * gdb.base/default.exp: Remove java from language list.
9563 * README (Examples): Update language example.
9564 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
9565 test.
9566 * lib/gdb.exp (skip_java_tests): Remove.
9567 * lib/java.exp: Remove.
9568 * gdb.java: Remove.
9569
9570 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
9571
9572 * gdb.arch/mips-fcr.exp: New test.
9573 * gdb.arch/mips-fcr.c: Source for the new test.
9574
9575 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
9576
9577 * gdb.base/solib-disc.exp: Use `standard_output_file'
9578 throughout.
9579
9580 2016-10-06 Pedro Alves <palves@redhat.com>
9581
9582 * gdb.base/jit-simple-dl.c: New file.
9583 * gdb.base/jit-simple-jit.c: New file, factored out from ...
9584 * gdb.base/jit-simple.c: ... this.
9585 * gdb.base/jit-simple.exp (jit_run): Delete.
9586 (build_jit): New proc.
9587 (jit_test_reread): Recompile either the main program or the shared
9588 library, depending on what is being tested. Skip changing address
9589 if caller wants to. Compare before/after addresses. If testing
9590 standalone, explicitly load the binary. Test "maint info
9591 breakpoints".
9592 (top level): Add "standalone vs shared lib" and "change address"
9593 vs "same address" axes.
9594
9595 2016-10-06 Pedro Alves <palves@redhat.com>
9596
9597 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
9598 call.
9599 (jit_run): Delete.
9600 (jit_test_reread): Use with_test_prefix. Reload the main binary
9601 explicitly. Compare the before/after addresses of the JIT
9602 descriptor.
9603
9604 2016-08-15 Doug Evans <dje@google.com>
9605
9606 * gdb.xml/extra-regs.xml: Update, end field now required, default type
9607 for single bitfields is bool.
9608 * gdb.xml/tdesc-regs.exp: Ditto.
9609
9610 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9611
9612 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
9613
9614 2016-10-05 Yao Qi <yao.qi@linaro.org>
9615
9616 * lib/gdb.exp (support_complex_tests): Return zero if
9617 gdb_skip_float_test return true.
9618
9619 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
9620 Simon Marchi <simon.marchi@ericsson.com>
9621
9622 PR gdb/20487
9623 * gdb.mi/user-selected-context-sync.exp: New file.
9624 * gdb.mi/user-selected-context-sync.c: New file.
9625
9626 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
9627 Simon Marchi <simon.marchi@ericsson.com>
9628
9629 PR gdb/20487
9630 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
9631 =thread-select-event check.
9632
9633 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
9634
9635 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
9636 the compulsory L operand changes.
9637 * gdb.arch/powerpc-power.s: Likewise.
9638
9639 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9640
9641 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
9642 * gdb.base/jit-attach-pie.c: New file.
9643 * gdb.base/jit-attach-pie.exp: New file.
9644
9645 2016-09-28 Pedro Alves <palves@redhat.com>
9646
9647 * gdb.base/infcall-input.c: New file.
9648 * gdb.base/infcall-input.exp: New file.
9649
9650 2016-09-22 Yao Qi <yao.qi@linaro.org>
9651
9652 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
9653 (gdb_exit): Rename it to ...
9654 (gdbserver_gdb_exit): ... Close GDBserver.
9655 (gdb_exit): New proc, call gdbserver_gdb_exit.
9656 (mi_gdb_exit): Likewise.
9657
9658 2016-09-22 Yao Qi <yao.qi@linaro.org>
9659
9660 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
9661 path.
9662 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
9663 Remove duplication.
9664
9665 2016-09-22 Yao Qi <yao.qi@linaro.org>
9666
9667 * lib/gdbserver-support.exp: Check the existence of
9668 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
9669
9670 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
9671
9672 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
9673
9674 2016-09-21 Tom Tromey <tom@tromey.com>
9675
9676 PR gdb/20604:
9677 * gdb.base/quit.exp: New file.
9678
9679 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
9680
9681 * .gitignore: New file.
9682
9683 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
9684
9685 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
9686 throughout.
9687
9688 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9689
9690 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
9691
9692 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9693
9694 * gdb.cp/casts.cc (decltype): Move it ...
9695 (main): ... with its call to ...
9696 * gdb.cp/casts03.cc: ... a new file.
9697 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
9698
9699 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9700
9701 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
9702
9703 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
9704
9705 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
9706 and sync up the test with tests in gas/testsuite/gas/ppc.
9707 * gdb.arch/powerpc-power.exp: Likewise.
9708
9709 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9710
9711 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
9712
9713 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
9714 Jan Kratochvil <jan.kratochvil@redhat.com>
9715
9716 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
9717 make m1's definition to be different from m2's. Use 'dummy' as an
9718 argument for probe 'two'.
9719
9720 2016-09-10 Jon Beniston <jon@beniston.com>
9721
9722 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
9723 for sim target.
9724
9725 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
9726
9727 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
9728 variable declaration.
9729 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
9730 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
9731 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
9732 received HWCAP as its argument.
9733
9734 2016-09-06 Pedro Alves <palves@redhat.com>
9735
9736 * gdb.base/new-ui-pending-input.c: New file.
9737 * gdb.base/new-ui-pending-input.exp: New file.
9738 * gdb.exp (clear_gdb_spawn_id): New procedure.
9739 (with_spawn_id): Check whether gdb_spawn_id exists before
9740 referencing it. If gdb_spawn_id didn't exist on entry, clear it
9741 on exit.
9742
9743 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
9744
9745 * gdb.base/float128.c: New file.
9746 * gdb.base/float128.exp: Likewise.
9747 * gdb.base/floatn.c: Likewise.
9748 * gdb.base/floatn.exp: Likewise.
9749
9750 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
9751
9752 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
9753
9754 2016-09-05 Pedro Alves <palves@redhat.com>
9755
9756 PR backtrace/19927
9757 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
9758 unwinders are immediately called as side effect of "source" or
9759 "disable unwinder" commands.
9760 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
9761
9762 2016-09-02 Yao Qi <yao.qi@linaro.org>
9763
9764 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
9765 is true and $type is "float" or "double".
9766
9767 2016-09-02 Yao Qi <yao.qi@linaro.org>
9768
9769 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
9770 true.
9771 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
9772 * gdb.base/call-rt-st.exp: Likewise.
9773 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
9774 return value instead of gdb,skip_float_test.
9775 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
9776 (do_function_calls): Use its return value instead of
9777 gdb,skip_float_test.
9778 * gdb.base/finish.exp: Likewise.
9779 * gdb.base/funcargs.exp: Likewise.
9780 * gdb.base/return.exp: Likewise.
9781 * gdb.base/return2.exp: Likewise.
9782 * gdb.base/varargs.exp: Likewise.
9783 * lib/gdb.exp (gdb_skip_float_test): Change it to
9784 gdb_caching_proc. Detect the broken ptrace on arm-linux.
9785
9786 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
9787
9788 * gdb.multi/tids.exp: Test "thread apply all".
9789
9790 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9791
9792 * gdb.base/default.exp (tty): Remove.
9793
9794 2016-08-24 Kevin Buettner <kevinb@redhat.com>
9795
9796 * gdb.python/py-recurse-unwind.c: New file.
9797 * gdb.python/py-recurse-unwind.py: New file.
9798 * gdb.python/py-recurse-unwind.exp: New file.
9799
9800 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
9801
9802 * gdb.base/set-inferior-tty.exp: New file.
9803 * gdb.base/set-inferior-tty.c: New file.
9804
9805 2016-08-23 Pedro Alves <palves@redhat.com>
9806
9807 PR gdb/20494
9808 * gdb.base/new-ui-echo.c: New file.
9809 * gdb.base/new-ui-echo.exp: New file.
9810
9811 2016-08-23 Yao Qi <yao.qi@linaro.org>
9812
9813 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
9814 gdbserver_spawn.
9815 * gdb.server/connect-without-multi-process.exp (do_test):
9816 Likewise.
9817
9818 2016-08-23 Yao Qi <yao.qi@linaro.org>
9819
9820 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
9821 standalone_txt. Delete gdb_txt and standalone_txt on host
9822 and target. Spawn the binary on target. Copy files from
9823 target to host.
9824
9825 2016-08-22 Pedro Alves <palves@redhat.com>
9826
9827 PR gdb/20505
9828 * gdb.base/vdso-warning.exp: Test core dumps too. Use
9829 with_test_prefix. Factor out bits to ...
9830 (test_no_vdso): ... this new procedure.
9831
9832 2016-08-19 Carl Love <cel@us.ibm.com>
9833
9834 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
9835 maintaining separate logic for constructing the output path.
9836 * gdb.arch/powerpc-d128-regs.exp: Likewise.
9837 * gdb.arch/ppc-dfp.exp: Likewise.
9838 * gdb.arch/ppc-fp.exp: Likewise.
9839 * gdb.arch/vsx-regs.exp: Likewise.
9840 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
9841 binprefix for generating the additional binary files.
9842
9843 2016-08-19 Pedro Alves <palves@redhat.com>
9844
9845 * gdb.trace/mi-trace-frame-collected.exp
9846 (test_trace_frame_collected): On x32, expect two registers.
9847
9848 2016-08-18 Carl Love <cel@us.ibm.com>
9849
9850 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
9851 and sync up the test with tests in gas/testsuite/gas/ppc.
9852 * gdb.arch/powerpc-power.exp: Likewise.
9853
9854 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
9855
9856 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
9857 expected error message.
9858
9859 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
9860
9861 * gdb.multi/remove-inferiors.exp: New file.
9862 * gdb.multi/remove-inferiors.c: New file.
9863
9864 2016-08-12 Yao Qi <yao.qi@linaro.org>
9865
9866 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
9867 argument list.
9868
9869 2016-08-10 Pedro Alves <palves@redhat.com>
9870
9871 PR gdb/19187
9872 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
9873 setup_kfails.
9874
9875 2016-08-09 Pedro Alves <palves@redhat.com>
9876 Simon Marchi <simon.marchi@ericsson.com>
9877
9878 PR gdb/20418
9879 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
9880 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
9881
9882 2016-08-09 Pedro Alves <palves@redhat.com>
9883
9884 PR mi/20431
9885 * gdb.mi/mi-cmd-error.exp: New file.
9886
9887 2016-08-09 Pedro Alves <palves@redhat.com>
9888
9889 PR gdb/18653
9890 * gdb.base/signals-state-child.c: New file.
9891 * gdb.base/signals-state-child.exp: New file.
9892 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
9893
9894 2016-08-09 Pedro Alves <palves@redhat.com>
9895
9896 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
9897
9898 2016-08-03 Tom Tromey <tom@tromey.com>
9899
9900 PR python/18565:
9901 * gdb.python/py-frame-inline.exp: Add Frame.function test.
9902
9903 2016-08-01 Yao Qi <yao.qi@linaro.org>
9904
9905 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
9906 variable mode to "multi-process" if $multi_process is 1, otherwise
9907 set it to "single-process".
9908
9909 2016-08-01 Yao Qi <yao.qi@linaro.org>
9910
9911 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
9912 * gdb.cp/cpexprs.exp: Likewise.
9913 * gdb.cp/m-static.exp: Likewise.
9914
9915 2016-07-26 Tom Tromey <tom@tromey.com>
9916
9917 PR python/20190:
9918 * gdb.threads/tls.exp (check_thread_local): Add python symbol
9919 test.
9920
9921 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
9922
9923 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
9924 selecting assembly source files.
9925 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
9926 assembly source files.
9927 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
9928 assembly source files.
9929 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
9930 selecting assembly source files.
9931
9932 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
9933
9934 * gdb.base/new-ui.exp (do_test_invalid_args): New
9935 procedure.
9936
9937 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
9938
9939 * gdb.btrace/reconnect.c: New file.
9940 * gdb.btrace/reconnect.exp: New file.
9941
9942 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
9943
9944 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
9945 to test_catch_syscall_group.
9946 (test_catch_syscall_group): New.
9947
9948 2016-07-21 Tom Tromey <tom@tromey.com>
9949
9950 * gdb.rust/simple.rs (main): Use empty struct expression.
9951 * gdb.rust/simple.exp: Add tests for empty struct expression.
9952
9953 2016-07-21 Yao Qi <yao.qi@linaro.org>
9954
9955 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
9956 if gdb_skip_xml_test is true on some targets.
9957
9958 2016-07-21 Yao Qi <yao.qi@linaro.org>
9959
9960 * gdb.server/solib-list.exp: Unset last_loaded_file.
9961
9962 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9963
9964 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
9965 "step into captured_main (args)".
9966
9967 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9968
9969 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
9970
9971 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9972
9973 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
9974
9975 2016-07-19 Pedro Alves <palves@redhat.com>
9976
9977 * gdb.opt/inline-break.exp: Remove optimize=-O2.
9978 * gdb.opt/inline-bt.exp: Likewise.
9979 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
9980 additional_flags=-Winline.
9981 * gdb.opt/inline-locals.exp: Likewise.
9982 * gdb.opt/inline-markers.c (ATTR): Define.
9983 (inlined_fn): Use it.
9984
9985 2016-07-19 Yao Qi <yao.qi@linaro.org>
9986
9987 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
9988 (test_with_self): Remove some code. Remove argument executable.
9989 (top-level): Use do_self_tests.
9990
9991 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
9992 Don Breazeal <donb@codesourcery.com>
9993
9994 * gdb.base/maint.exp: Escape paths used in regular expressions.
9995 * gdb.stabs/weird.exp: Likewise.
9996
9997 2016-07-13 Tom Tromey <tom@tromey.com>
9998
9999 PR python/15620, PR python/18620:
10000 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
10001 (test_bkpt_events): New procs.
10002
10003 2016-07-13 Tom Tromey <tom@tromey.com>
10004
10005 PR python/17698:
10006 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
10007 test.
10008 (test_watchpoints): Likewise.
10009 (test_bkpt_pending): New proc.
10010
10011 2016-07-13 Tom Tromey <tom@tromey.com>
10012
10013 PR cli/18053:
10014 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
10015 completion test.
10016
10017 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10018
10019 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
10020 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
10021 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
10022 f_label.
10023 (g): Rename g_end_lbl to g_label.
10024 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
10025 low_pc and high_pc.
10026 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
10027
10028 2016-07-12 Tom Tromey <tom@tromey.com>
10029
10030 PR python/19293:
10031 * gdb.python/py-unwind-maint.exp: Update tests.
10032
10033 2016-07-12 Yao Qi <yao.qi@linaro.org>
10034
10035 * lib/selftest-support.exp (selftest_setup): Match the output
10036 when captured_main is inlined.
10037
10038 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
10039
10040 * gdb.fortran/derived-types.exp (result_line, result_line_2):
10041 New variables.
10042 (print this%a, print this%b, print this): New tests.
10043 * gdb.fortran/derived-types.f90 (this): New object and
10044 initialization.
10045
10046 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
10047
10048 * gdb.ada/arraydim.exp: Remove extra directory level in build
10049 directory.
10050
10051 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
10052
10053 * lib/ada.exp: Remove extra directory level in build directory.
10054 * gdb.ada/cond_lang.exp: Likewise.
10055 * gdb.ada/exec_changed.exp: Likewise.
10056 * gdb.ada/lang_switch.exp: Likewise.
10057
10058 2016-07-06 Manish Goregaokar <manish@mozilla.com>
10059
10060 * simple.rs: Add test for raw pointer subscripting.
10061 * simple.exp: Add test expectations.
10062
10063 2016-07-05 Yao Qi <yao.qi@linaro.org>
10064
10065 * gdb.mi/mi-reverse.exp: Match =record-started output.
10066
10067 2016-07-01 Pedro Alves <palves@redhat.com>
10068
10069 * gdb.base/jit-reader.exp (info_registers_current_frame): New
10070 procedure.
10071 (jit_reader_test): Test the jit reader's unwinder.
10072 * gdb.base/jithost.c (jit_function_00_code): New global.
10073 (main): Use memcpy to fill in the mmapped code, instead of poking
10074 bytes manually here.
10075 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
10076 value.
10077 (read_debug_info): Save the function's range.
10078 (read_sp): New function.
10079 (unwind_frame): Use it. Also unwind RBP.
10080 (get_frame_id): Use read_sp.
10081 (gdb_init_reader): Use calloc instead of malloc.
10082 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
10083 parameter. Use gdb_test_multiple.
10084
10085 2016-07-01 Pedro Alves <palves@redhat.com>
10086 Antoine Tremblay <antoine.tremblay@ericsson.com>
10087
10088 * gdb.threads/process-dies-while-detaching.c: New file.
10089 * gdb.threads/process-dies-while-detaching.exp: New file.
10090
10091 2016-07-01 Pedro Alves <palves@redhat.com>
10092
10093 * gdb.multi/watchpoint-multi-exit.c: New file.
10094 * gdb.multi/watchpoint-multi-exit.exp: New file.
10095
10096 2016-06-30 Pedro Alves <palves@redhat.com>
10097
10098 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
10099 unset inferior_spawn_id.
10100
10101 2016-06-30 Pedro Alves <palves@redhat.com>
10102
10103 * lib/mi-support.exp (default_mi_gdb_start): Declare global
10104 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
10105
10106 2016-06-29 Yao Qi <yao.qi@linaro.org>
10107
10108 * gdb.base/return.c: Add copyright header.
10109
10110 2016-06-29 Tom Tromey <tom@tromey.com>
10111
10112 PR python/20129:
10113 * gdb.python/py-framefilter.exp: Add tests for setting priority
10114 and disabling of non-existent frame filter.
10115
10116 2016-06-29 Yao Qi <yao.qi@linaro.org>
10117
10118 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
10119 0x0f07ff.
10120
10121 2016-06-28 Yao Qi <yao.qi@linaro.org>
10122
10123 * gdb.base/catch-syscall.exp: Remove check on isnative and target
10124 triplets. Start gdb, execute catch syscall, and continue. Check
10125 gdb's output to determine catch syscall is supported.
10126
10127 2016-06-27 Manish Goregaokar <manish@mozilla.com>
10128
10129 * gdb.rust/simple.rs: Add test for returning unit in a function.
10130 * gdb.rust/simple.exp: Add expectation for functions returning
10131 unit.
10132
10133 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
10134
10135 * gdb.python/py-breakpoint-create-fail.c,
10136 gdb.python/py-breakpoint-create-fail.exp,
10137 gdb.python/py-breakpoint-create-fail.py: New testcase.
10138
10139 2016-06-25 Manish Goregaokar <manish@mozilla.com>
10140
10141 PR gdb/20239
10142 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
10143 * gdb.rust/simple.exp: Add test expectations for new NonZero
10144 tests.
10145
10146 2016-06-24 David Taylor <dtaylor@emc.com>
10147
10148 * gdb.base/offsets.exp: New file.
10149 * gdb.base/offsets.c: New file.
10150
10151 2016-06-23 Tom Tromey <tom@tromey.com>
10152
10153 PR gdb/16483:
10154 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
10155 before any filters are loaded.
10156
10157 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
10158
10159 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
10160 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
10161 structs.
10162 * gdb.fortran/derived-type-function.exp: New file.
10163 * gdb.fortran/derived-type-function.f90: New file.
10164
10165
10166 2016-06-21 Pedro Alves <palves@redhat.com>
10167
10168 * gdb.base/new-ui.exp: New file.
10169 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
10170 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
10171 (with_spawn_id): New procedure.
10172
10173 2016-06-21 Pedro Alves <palves@redhat.com>
10174
10175 * gdb.mi/mi-exec-run.exp: New file.
10176
10177 2016-06-21 Pedro Alves <palves@redhat.com>
10178
10179 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
10180 breakpoint command's output on the main UI.
10181 (test_break): New procedure, factored out from calls in the top
10182 level.
10183 (top level): Use foreach_with_prefix to test MI as main UI and as
10184 separate UI.
10185
10186 2016-06-21 Pedro Alves <palves@redhat.com>
10187
10188 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
10189 (test_awatch_creation_and_listing)
10190 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
10191 Remove 'type' parameter.
10192 (test_watchpoint_all): New parameter mi_mode. Remove
10193 with_test_prefix.
10194 (top level): Use foreach_with_prefix, and add main/separate UI MI
10195 testing axis.
10196
10197 2016-06-21 Pedro Alves <palves@redhat.com>
10198
10199 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
10200 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
10201 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
10202 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
10203 (gdb_main_spawn_id, mi_spawn_id): Declare and
10204 comment.
10205 (mi_create_inferior_pty): New procedure,
10206 factored out from default_mi_gdb_start.
10207 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
10208 procedures.
10209 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
10210 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
10211 Use mi_create_inferior_pty.
10212 (mi_gdb_start): Use eval to pass down args list.
10213
10214 2016-06-21 Pedro Alves <palves@redhat.com>
10215
10216 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
10217 * gdb.opt/inline-cmds.exp: Add MI tests.
10218
10219 2016-06-21 Pedro Alves <palves@redhat.com>
10220
10221 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
10222
10223 2016-06-21 Pedro Alves <palves@redhat.com>
10224
10225 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
10226 (top level): Use it instead of mi_execute_to.
10227
10228 2016-06-21 Pedro Alves <palves@redhat.com>
10229
10230 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
10231 (cont_handler_str): New.
10232 (signal_stop_handler): Set stop_handler_str instead of printing to
10233 stdout.
10234 (continue_handler): Set cont_handler_str instead of printing to
10235 stdout.
10236 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
10237 mi_send_resuming_command. Print stop_handler_str and
10238 cont_handler_str instead of expecting the python events print
10239 directly.
10240
10241 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
10242
10243 * gdb.base/jit-reader.exp: New file.
10244 * gdb.base/jithost.c: New file.
10245 * gdb.base/jithost.h: New file.
10246 * gdb.base/jitreader.c : New file.
10247 * gdb.base/jit-protocol.h: New file.
10248
10249 2016-06-17 Yao Qi <yao.qi@linaro.org>
10250
10251 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
10252 parameters follow_fork and detach_on_fork. Set follow-fork-mode
10253 and detach-on-fork. Adjust tests.
10254 (top level): Invoke break_cond_on_syscall with combinations of
10255 syscall, follow-fork-mode and detach-on-fork.
10256
10257 2016-06-17 Yao Qi <yao.qi@linaro.org>
10258
10259 * gdb.base/step-over-exit.c: New.
10260 * gdb.base/step-over-exit.exp: New.
10261
10262 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
10263
10264 * gdb.base/float.exp: Add target check for nds32*-*-*.
10265 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
10266
10267 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
10268
10269 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
10270 for unsupported target features.
10271 * gdb.base/call-rt-st.exp: Likewise.
10272 * gdb.base/call-sc.exp: Likewise.
10273 * gdb.base/call-signal-resume.exp: Likewise.
10274 * gdb.base/call-strs.exp: Likewise.
10275 * gdb.base/callexit.exp: Likewise.
10276 * gdb.base/callfuncs.exp: Likewise.
10277 * gdb.base/nodebug.exp: Likewise.
10278 * gdb.base/printcmds.exp: Likewise.
10279 * gdb.base/ptype.exp: Likewise.
10280 * gdb.base/structs.exp: Likewise.
10281 * gdb.base/unwindonsignal.exp: Likewise.
10282 * gdb.cp/gdb2495.exp: Likewise.
10283 * gdb.cp/templates.exp: Likewise.
10284 * gdb.cp/virtfunc.exp: Likewise.
10285 * gdb.threads/hand-call-in-threads.exp: Likewise.
10286 * gdb.threads/interrupted-hand-call.exp: Likewise.
10287 * gdb.threads/thread-unwindonsignal.exp: Likewise.
10288
10289 2016-06-10 Tom Tromey <tom@tromey.com>
10290
10291 PR rust/20110:
10292 * gdb.rust/expr.exp: Add test for integer constant larger than
10293 i32.
10294
10295 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
10296
10297 * gdb.fortran/nested-funcs.exp: New.
10298 * gdb.fortran/nested-funcs.f90: New.
10299
10300 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
10301
10302 * gdb.base/examine-backward.c: New file.
10303 * gdb.base/examine-backward.exp: New file.
10304
10305 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
10306
10307 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
10308 matching.
10309
10310 2016-06-02 Tom Tromey <tom@tromey.com>
10311
10312 PR python/18984:
10313 * gdb.python/py-shared.exp: Add solib_name test.
10314
10315 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
10316
10317 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
10318
10319 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
10320
10321 PR c++/19893
10322 * gdb.dwarf2/implref.exp: Rename to...
10323 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
10324 * gdb.dwarf2/implref-array.c: New file.
10325 * gdb.dwarf2/implref-array.exp: Likewise.
10326 * gdb.dwarf2/implref-global.c: Likewise.
10327 * gdb.dwarf2/implref-global.exp: Likewise.
10328 * gdb.dwarf2/implref-struct.c: Likewise.
10329 * gdb.dwarf2/implref-struct.exp: Likewise.
10330
10331 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10332
10333 * gdb.trace/trace-condition.exp: Add 64bit tests.
10334
10335 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10336
10337 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
10338 bits types.
10339 (main): Adapt to 8 to 64 bits types.
10340 * gdb.trace/trace-condition.exp: Add new tests.
10341
10342 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10343
10344 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
10345
10346 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10347
10348 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
10349 Move condition tests...
10350 * gdb.trace/trace-condition.exp: Here.
10351
10352 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10353
10354 * gdb.trace/trace-condition.exp: Add counter-case tests.
10355
10356 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
10357
10358 PR c++/15231
10359 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
10360 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
10361
10362 2016-05-27 Pedro Alves <palves@redhat.com>
10363
10364 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
10365 New procedure.
10366 (top level): Call it, and bail out of DejaGnu is known to be bad.
10367
10368 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
10369
10370 * gdb.base/whatis.c: Extend the test case.
10371 * gdb.base/whatis.exp: Add additional tests.
10372
10373 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10374
10375 * gdb.fortran/type.f90: Add pointer variable.
10376 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
10377
10378 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10379
10380 * gdb.fortran/vla-type.exp: Fix testcase name.
10381
10382 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10383
10384 * gdb.fortran/vla-type.exp: Access elements in nested structs.
10385
10386 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10387
10388 * gdb.fortran/type.f90: Add nested structures.
10389 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
10390 * gdb.fortran/derived-type.exp: Adapt expected output.
10391 * gdb.fortran/vla-type.exp: Adapt expected output.
10392
10393 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10394
10395 * gdb.fortran/whatis_type.exp: Adapt expected output.
10396
10397 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10398
10399 * gdb.fortran/print_type.exp: Fix expected output.
10400 * gdb.fortran/whatis_type.exp: Fix expected output.
10401
10402 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10403
10404 * gdb.fortran/whatis_type.exp: Use multi_line.
10405
10406 2016-05-24 Tom Tromey <tom@tromey.com>
10407
10408 PR python/17386:
10409 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
10410 use value as an index.
10411
10412 2016-05-23 Tom Tromey <tom@tromey.com>
10413
10414 PR python/17981:
10415 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
10416 no-breakpoint case.
10417
10418 2016-05-24 Pedro Alves <palves@redhat.com>
10419
10420 PR gdb/19828
10421 * gdb.threads/clone-attach-detach.c: New file.
10422 * gdb.threads/clone-attach-detach.exp: New file.
10423
10424 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
10425
10426 * gdb.base/annota-input-while-running.exp: Fix syntax error.
10427
10428 2016-05-23 Tom Tromey <tom@tromey.com>
10429
10430 PR python/19438, PR python/18393:
10431 * gdb.python/py-progspace.exp: Add "dir" test.
10432 * gdb.python/py-objfile.exp: Add "dir" test.
10433
10434 2016-05-23 Yao Qi <yao.qi@linaro.org>
10435
10436 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
10437 * gdb.arch/thumb2-it.exp: Likewise.
10438
10439 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
10440
10441 * gdb.mi/mi-threads-interrupt.c: New file.
10442 * gdb.mi/mi-threads-interrupt.exp: New file.
10443
10444 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
10445
10446 PR gdb/18077
10447 * gdb.mi/mi-async-run.exp: New file.
10448 * gdb.mi/mi-async-run.c: New file.
10449
10450 2016-05-17 Tom Tromey <tom@tromey.com>
10451 Manish Goregaokar <manishsmail@gmail.com>
10452
10453 * lib/rust-support.exp: New file.
10454 * lib/gdb.exp (skip_rust_tests): New proc.
10455 (build_executable_from_specs): Handle rust.
10456 * lib/future.exp (gdb_find_rustc): New proc.
10457 (gdb_default_target_compile): Handle rust.
10458 * gdb.rust/expr.exp: New file.
10459 * gdb.rust/generics.exp: New file.
10460 * gdb.rust/generics.rs: New file.
10461 * gdb.rust/methods.exp: New file.
10462 * gdb.rust/methods.rs: New file.
10463 * gdb.rust/modules.exp: New file.
10464 * gdb.rust/modules.rs: New file.
10465 * gdb.rust/simple.exp: New file.
10466 * gdb.rust/simple.rs: New file.
10467
10468 2016-05-17 Tom Tromey <tom@tromey.com>
10469
10470 * gdb.base/default.exp (set language): Add rust.
10471
10472 2016-05-17 Tom Tromey <tom@tromey.com>
10473
10474 * gdb.gdb/unittest.exp: New file.
10475
10476 2016-05-16 Yao Qi <yao.qi@linaro.org>
10477
10478 * gdb.base/batch-preserve-term-settings.exp: Remove variable
10479 shell_prompt. Update shell_prompt_re.
10480
10481 2016-05-12 Doug Evans <dje@google.com>
10482
10483 PR symtab/19999
10484 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
10485 $options when building executable.
10486 * gdb.dwarf2/fission-loclists-pie.S: New file.
10487 * gdb.dwarf2/fission-loclists-pie.exp: New file.
10488
10489 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
10490
10491 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
10492 of [is_remote target],
10493
10494 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
10495
10496 * lib/gdb.exp (use_gdb_stub): New procedure.
10497
10498 2016-05-03 Yunlian Jiang <yunlian@google.com>
10499 Doug Evans <dje@google.com>
10500
10501 PR symtab/19914
10502 * gdb.dwarf2/dwp-sepdebug.c: New file.
10503 * gdb.dwarf2/dwp-sepdebug.exp: New file.
10504
10505 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
10506
10507 * gdb.base/detach.exp: Remove is_remote check.
10508
10509 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
10510
10511 * gdb.base/annota-input-while-running.exp: Don't check for
10512 [is_remote target]. Enable annotations after running to main.
10513 Remove unused "set test..." line.
10514
10515 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
10516
10517 * gdb.trace/trace-enable-disable.exp: New file.
10518 * gdb.trace/trace-enable-disable.c: New file.
10519
10520 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
10521
10522 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
10523 use it in info sharedlibrary test.
10524 * gdb.trace/ftrace-lock.exp: Likewise.
10525 * gdb.trace/ftrace.exp: Likewise.
10526 * gdb.trace/range-stepping.exp: Likewise.
10527 * gdb.trace/trace-break.exp: Likewise.
10528 * gdb.trace/trace-condition.exp: Likewise.
10529 * gdb.trace/trace-mt.exp: Likewise.
10530
10531 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
10532
10533 * lib/gdb.exp (gdb_load_shlibs): Rename to...
10534 (gdb_load_shlib): ... this.
10535 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
10536 gdb_load_shlib.
10537 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
10538 * gdb.base/ctxobj.exp: Likewise.
10539 * gdb.base/dprintf-pending.exp: Likewise.
10540 * gdb.base/dso2dso.exp: Likewise.
10541 * gdb.base/fixsection.exp: Likewise.
10542 * gdb.base/gcore-relro.exp: Likewise.
10543 * gdb.base/gdb1555.exp: Likewise.
10544 * gdb.base/global-var-nested-by-dso.exp: Likewise.
10545 * gdb.base/gnu-ifunc.exp: Likewise.
10546 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
10547 * gdb.base/jit-so.exp (one_jit_test): Likewise.
10548 * gdb.base/pending.exp: Likewise.
10549 * gdb.base/print-file-var.exp: Likewise.
10550 * gdb.base/print-symbol-loading.exp: Likewise.
10551 * gdb.base/shlib-call.exp: Likewise.
10552 * gdb.base/shreloc.exp: Likewise.
10553 * gdb.base/so-impl-ld.exp: Likewise.
10554 * gdb.base/solib-disc.exp: Likewise.
10555 * gdb.base/solib-nodir.exp: Likewise.
10556 * gdb.base/solib-overlap.exp: Likewise.
10557 * gdb.base/solib-symbol.exp: Likewise.
10558 * gdb.base/solib-weak.exp (do_test): Likewise.
10559 * gdb.base/sym-file.exp: Likewise.
10560 * gdb.base/symtab-search-order.exp: Likewise.
10561 * gdb.base/type-opaque.exp: Likewise.
10562 * gdb.base/unload.exp: Likewise.
10563 * gdb.base/watchpoint-solib.exp: Likewise.
10564 * gdb.compile/compile.exp: Likewise.
10565 * gdb.cp/gdb2384.exp: Likewise.
10566 * gdb.cp/infcall-dlopen.exp: Likewise.
10567 * gdb.cp/re-set-overloaded.exp: Likewise.
10568 * gdb.fortran/library-module.exp: Likewise.
10569 * gdb.opt/solib-intra-step.exp: Likewise.
10570 * gdb.python/py-finish-breakpoint.exp: Likewise.
10571 * gdb.python/py-shared.exp: Likewise.
10572 * gdb.reverse/solib-precsave.exp: Likewise.
10573 * gdb.reverse/solib-reverse.exp: Likewise.
10574 * gdb.server/solib-list.exp: Likewise.
10575 * gdb.threads/dlopen-libpthread.exp: Likewise.
10576 * gdb.threads/tls-shared.exp: Likewise.
10577 * gdb.threads/tls-so_extern.exp: Likewise.
10578 * gdb.trace/change-loc.exp: Likewise.
10579 * gdb.trace/ftrace-lock.exp: Likewise.
10580 * gdb.trace/ftrace.exp: Likewise.
10581 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
10582 * gdb.trace/pending.exp: Likewise.
10583 * gdb.trace/range-stepping.exp: Likewise.
10584 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
10585 (strace_info_marker): Likewise.
10586 (strace_probe_marker): Likewise.
10587 (strace_trace_on_same_addr): Likewise.
10588 (strace_trace_on_diff_addr): Likewise.
10589 * gdb.trace/trace-break.exp: Likewise.
10590 * gdb.trace/trace-condition.exp: Likewise.
10591 * gdb.trace/trace-mt.exp: Likewise.
10592
10593 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
10594
10595 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
10596 result of gdb_remote_download.
10597 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
10598 * gdb.base/dso2dso.exp: Likewise.
10599 * gdb.base/global-var-nested-by-dso.exp: Likewise.
10600 * gdb.base/print-file-var.exp: Likewise.
10601 * gdb.base/shlib-call.exp: Likewise.
10602 * gdb.base/shreloc.exp: Likewise.
10603 * gdb.base/solib-overlap.exp: Likewise.
10604 * gdb.base/solib-weak.exp (do_test): Likewise.
10605 * gdb.base/unload.exp: Likewise.
10606
10607 2016-04-27 Yao Qi <yao.qi@linaro.org>
10608
10609 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
10610 exists.
10611
10612 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10613
10614 * vla-type.exp: Print structure from toplevel.
10615
10616 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10617
10618 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
10619 of dynamic types.
10620 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
10621 of dynamic types.
10622
10623 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10624
10625 * gdb.fortran/vla-type.f90: New file.
10626 * gdb.fortran/vla-type.exp: New file.
10627
10628 2016-04-25 Yao Qi <yao.qi@linaro.org>
10629
10630 * gdb.base/branch-to-self.c: New file.
10631 * gdb.base/branch-to-self.exp: New file.
10632
10633 2016-04-22 Yao Qi <yao.qi@linaro.org>
10634
10635 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
10636 more after $hex.
10637
10638 2016-04-22 Yao Qi <yao.qi@linaro.org>
10639
10640 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
10641 * gdb.base/annota3.exp: Likewise.
10642
10643 2016-04-22 Yao Qi <yao.qi@linaro.org>
10644
10645 * gdb.reverse/step-precsave.exp: Do one step and test program
10646 stops in "callee" and do multiple steps until program goes out
10647 of "callee".
10648 * gdb.reverse/step-reverse.exp: Likewise.
10649
10650 2016-04-22 Yao Qi <yao.qi@linaro.org>
10651
10652 * gdb.trace/signal.exp: Also pass if
10653 $tracepoint_hits($i) > $iterations.
10654
10655 2016-04-22 Yao Qi <yao.qi@linaro.org>
10656
10657 * gdb.trace/signal.c: New file.
10658 * gdb.trace/signal.exp: New file.
10659
10660 2016-04-19 Doug Evans <xdje42@gmail.com>
10661
10662 * gdb.base/bad-file.exp: New file.
10663
10664 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
10665
10666 * gdb.dwarf2/implref.exp: New file.
10667
10668 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
10669
10670 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
10671 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
10672 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
10673 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
10674 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
10675 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
10676 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
10677 * lib/fortran.exp (fortran_int4): New procedure.
10678 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
10679 (fortran_logical4): Likewise.
10680
10681 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
10682
10683 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
10684
10685 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
10686
10687 * lib/compiler.c: Add Intel specific preprocessor macros.
10688 * lib/compiler.cc: Likewise.
10689
10690 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
10691
10692 * gdb.server/connect-with-no-symbol-file.c: New file.
10693 * gdb.server/connect-with-no-symbol-file.exp: New file.
10694
10695 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
10696
10697 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
10698
10699 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
10700
10701 * boards/gdbserver-base.exp (${board}_download): Copy source file to
10702 standard output directory.
10703
10704 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
10705
10706 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
10707
10708 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
10709
10710 * gdb.btrace/instruction_history.c (loop): Add declaration.
10711
10712 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
10713
10714 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
10715
10716 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
10717
10718 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
10719 parentheses to print.
10720 (continue_handler): Likewise.
10721
10722 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
10723
10724 * gdb.server/solib-list.exp: Remove is_remote check.
10725 Pass shlib= to gdb_compile. Don't link shared library with
10726 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
10727 Run binary filename through "readlink -f" on the target.
10728
10729 2016-04-08 Pedro Alves <palves@redhat.com>
10730
10731 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
10732 interpreter filename as argument to gdbserver_spawn.
10733 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
10734 Return empty if $last_loaded_file does not exist.
10735
10736 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10737
10738 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
10739 * gdb.base/jit-main.c: Use exit after usage.
10740
10741 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10742
10743 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
10744 GDBHISTSIZE prior to the tests.
10745 * gdb.base/gdbinit-history.exp: Likewise.
10746
10747 2016-04-07 Pedro Alves <palves@redhat.com>
10748
10749 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
10750 instead of build_executable. Use gdb_load_shlibs.
10751
10752 2016-04-07 Yao Qi <yao.qi@linaro.org>
10753
10754 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
10755 Execute "si" command.
10756
10757 2016-04-07 Yao Qi <yao.qi@linaro.org>
10758
10759 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
10760 number instead of the comments on some line.
10761
10762 2016-04-06 Don Breazeal <donb@codesourcery.com>
10763
10764 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
10765 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
10766
10767 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
10768
10769 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
10770 standard_output_file. Remove unused binfile variable.
10771
10772 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
10773
10774 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
10775 * gdb.python/py-mi-objfile.exp: Match "list main" output
10776 in console format.
10777
10778 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
10779
10780 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
10781 absolute.
10782
10783 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
10784
10785 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
10786 absolute.
10787 * gdb.trace/ftrace.exp: Likewise.
10788 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
10789 targets as well.
10790 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
10791 (gdb_load_shlibs): Copy libraries to test directory when testing
10792 natively. Only set solib-search-path if testing remotely.
10793 * lib/mi-support.exp (mi_load_shlibs): Likewise.
10794
10795 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
10796
10797 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
10798 gdb_download. Use it even if the target is not remote.
10799 * gdb.base/jit.exp (compile_jit_test): Likewise.
10800 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
10801 output directory if the destination board is local, otherwise use
10802 the standard remote_download from DejaGnu.
10803 (gdb_download): Remove.
10804 (gdb_load_shlibs): Use gdb_remote_download instead of
10805 gdb_download.
10806 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
10807 Use gdb_remote_download instead of gdb_download. Use it even if
10808 the target is not remote.
10809 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
10810 instead of gdb_download.
10811
10812 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
10813
10814 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
10815 (test_insert_delete_modify): Call mi_load_shlibs before trying to
10816 run.
10817
10818 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
10819
10820 PR gdb/19820
10821 * gdb.base/printcmds.exp: Add artificial arrays tests.
10822
10823 2016-03-31 Pedro Alves <palves@redhat.com>
10824
10825 PR gdb/19858
10826 * gdb.base/jit-main.c: Include unistd.h.
10827 (ATTACH): Define to 0 if not already defined.
10828 (wait_for_gdb, mypid): New globals.
10829 (WAIT_FOR_GDB): New macro.
10830 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
10831 some breakpoint locations.
10832 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
10833 New procedures.
10834 (one_jit_test): Add REATTACH parameter, and handle it. Use
10835 continue_to_test_location.
10836 (top level): Test attach, and adjusts calls to one_jit_test.
10837
10838 2016-03-31 Pedro Alves <palves@redhat.com>
10839
10840 PR gdb/19858
10841 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
10842 BINSUFFIX parameter, and handle it.
10843 (top level): Adjust calls compile_jit_test.
10844
10845 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
10846
10847 PR python/19743
10848 * gdb.python/py-mi-events-gdb.py: New file.
10849 * gdb.python/py-mi-events.c: New file.
10850 * gdb.python/py-mi-events.exp: New file.
10851
10852 2016-03-30 Yao Qi <yao.qi@linaro.org>
10853
10854 * gdb.reverse/until-precsave.exp: Match function name only.
10855 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
10856 Move malloc to a condition block.
10857 * gdb.reverse/until-reverse.exp: Match function name only.
10858
10859 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
10860
10861 * gdb.trace/ftrace.exp: Set arg0exp for s390.
10862 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
10863 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
10864 variable for GPR 0 instead of assuming it is register 0.
10865 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
10866 * lib/trace-support.exp: Add s390 registers.
10867
10868 2016-03-29 Yao Qi <yao.qi@linaro.org>
10869
10870 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
10871
10872 2016-03-24 Yao Qi <yao.qi@linaro.org>
10873
10874 * gdb.reverse/break-reverse.exp: Add quotation mark in the
10875 test message.
10876
10877 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10878
10879 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
10880 maintaining separate logic for constructing the output path.
10881
10882 2016-03-16 Don Breazeal <donb@codesourcery.com>
10883
10884 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
10885 Retry fork and waitpid on interrupted system call errors.
10886 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10887 Use with_timeout_factor to increase timeout by factor of 10.
10888
10889 2016-03-15 Don Breazeal <donb@codesourcery.com>
10890
10891 * gdb.cp/scope-err.cc: New test program.
10892 * gdb.cp/scope-err.exp: New test script.
10893 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
10894 lines and "set breakpoint here" comment.
10895 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
10896 Fixed some whitespace and format issues.
10897 * gdb.mi/mi-linespec-err-cp.cc: New test program.
10898 * gdb.mi/mi-linespec-err-cp.exp: New test script.
10899
10900 2016-03-15 Doug Evans <dje@google.com>
10901
10902 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
10903 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
10904 All callers updated. Add tests for enums, mixed flags register.
10905
10906 2016-03-15 Doug Evans <dje@google.com>
10907
10908 * gdb.base/skip.c (main): Call test_skip_file_and_function.
10909 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
10910
10911 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
10912
10913 * gdb.base/default.exp: Add $_as_string to the list of expected
10914 convenience functions.
10915
10916 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
10917
10918 * gdb.base/maint.exp: New tests for 'maint info line-table'.
10919
10920 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
10921
10922 * gdb.python/py-as-string.exp: New file.
10923 * gdb.python/py-as-string.c: New file.
10924
10925 2016-03-09 Pedro Alves <palves@redhat.com>
10926
10927 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
10928 signal" -> "Thread NN received signal" output change.
10929 * gdb.threads/ia64-sigill.exp: Likewise.
10930 * gdb.threads/linux-dp.exp: Likewise.
10931 * gdb.threads/manythreads.exp: Likewise.
10932 * gdb.threads/pending-step.exp: Likewise.
10933 * gdb.threads/print-threads.exp: Likewise.
10934 * gdb.threads/sigstep-threads.exp: Likewise.
10935 * gdb.threads/staticthreads.exp: Likewise.
10936 * gdb.threads/tls.exp: Likewise.
10937
10938 2016-03-09 Pedro Alves <palves@redhat.com>
10939
10940 * gdb.base/command-line-input.exp: New file.
10941
10942 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10943
10944 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
10945 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
10946 * gdb.trace/pending.exp: Accept leading dot before function name.
10947 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
10948 * lib/trace-support.exp: Set registers for ppc.
10949
10950 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10951
10952 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
10953 use it for disassembly; accept .main in addition to main in backtrace.
10954
10955 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
10956 Marcin Kościelnicki <koriakin@0x04.net>
10957
10958 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
10959 (gdb_recursion_test_ptr): New global variable.
10960 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
10961 gdb_recursion_test.
10962 (gdb_c_test): Ditto.
10963
10964 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10965
10966 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
10967 ordering.
10968
10969 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10970
10971 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
10972 (bar): Add bar_start_lbl label.
10973 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
10974 of foo/bar for emitting DWARF and tracing.
10975
10976 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
10977
10978 * analyze-racy-logs.py: Set executable bit.
10979
10980 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
10981
10982 * Makefile.in (DEFAULT_RACY_ITER): New variable.
10983 (CHECK_TARGET_TMP): Likewise.
10984 (check-single-racy): New rule.
10985 (check-parallel-racy): Likewise.
10986 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
10987 (do-check-parallel-racy): New rule.
10988 (check-racy/%.exp): Likewise.
10989 * README (Racy testcases): New section.
10990 * analyze-racy-logs.py: New file.
10991
10992 2016-03-03 Doug Evans <dje@google.com>
10993
10994 * gdb.base/skip.exp: Use with_test_prefix.
10995
10996 2016-03-03 Yao Qi <yao.qi@linaro.org>
10997
10998 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
10999 Invoke step_over_syscall "clone" and break_cond_on_syscall
11000 "clone".
11001 * gdb.base/step-over-clone.c: New file.
11002
11003 2016-03-03 Yao Qi <yao.qi@linaro.org>
11004
11005 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
11006 code format.
11007
11008 2016-03-03 Yao Qi <yao.qi@linaro.org>
11009
11010 * gdb.base/disp-step-fork.c: Rename to ...
11011 * gdb.base/step-over-fork.c: ... it. New file.
11012 * gdb.base/disp-step-vfork.c: Rename to ...
11013 * gdb.base/step-over-vfork.c: ... it. New file.
11014 * gdb.base/disp-step-syscall.exp: Rename to ...
11015 * gdb.base/step-over-syscall.exp: ... it. New file.
11016 (disp_step_cross_syscall): Rename to ...
11017 (step_over_syscall): ... it.
11018
11019 2016-03-03 Yao Qi <yao.qi@linaro.org>
11020
11021 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
11022 If target supports condition evaluation on target, invoke
11023 break_cond_on_syscall for fork and vfork.
11024
11025 2016-03-03 Yao Qi <yao.qi@linaro.org>
11026
11027 * gdb.base/disp-step-syscall.exp: Don't invoke
11028 support_displaced_stepping.
11029 (disp_step_cross_syscall): Test with displaced stepping off and
11030 on if supported.
11031
11032 2016-03-03 Yao Qi <yao.qi@linaro.org>
11033
11034 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
11035 proc.
11036 (setup): New proc.
11037 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
11038 and setup.
11039
11040 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11041
11042 * gdb.fortran/vla-history.exp: Remove breakpoint.
11043
11044 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11045
11046 * gdb.fortran/vla-history.exp: Lookup array elements and printing
11047 exceeds timeout.
11048
11049 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11050
11051 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
11052 breakpoint.
11053
11054 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11055
11056 * gdb.mi/vla.f90: Nullify pointer after declaration.
11057
11058 2016-03-01 Pedro Alves <palves@redhat.com>
11059
11060 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
11061
11062 2016-03-01 Pedro Alves <palves@redhat.com>
11063
11064 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
11065 before anything else.
11066 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
11067 _GNU_SOURCE here.
11068 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
11069 before anything else.
11070 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
11071
11072 2016-03-01 Pedro Alves <palves@redhat.com>
11073
11074 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
11075
11076 2016-03-01 Yao Qi <yao.qi@linaro.org>
11077
11078 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
11079 prepare_for_testing.
11080
11081 2016-03-01 Yao Qi <yao.qi@linaro.org>
11082
11083 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
11084
11085 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
11086
11087 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
11088 manually constructing the output path.
11089
11090 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
11091
11092 * gdb.arch/s390-stackless.S: New.
11093 * gdb.arch/s390-stackless.exp: New.
11094
11095 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
11096
11097 * gdb.dlang/circular.c: New file.
11098 * gdb.dlang/circular.exp: New file.
11099
11100 2016-02-26 Yao Qi <yao.qi@linaro.org>
11101
11102 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
11103 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
11104 (testcases): Update.
11105
11106 2016-02-26 Yao Qi <yao.qi@linaro.org>
11107
11108 * gdb.reverse/aarch64.c: Rename to ...
11109 * gdb.reverse/insn-reverse.c: ... it.
11110 * gdb.reverse/aarch64.exp: Rename to ...
11111 * gdb.reverse/insn-reverse.exp: ... it.
11112
11113 2016-02-26 Yao Qi <yao.qi@linaro.org>
11114
11115 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
11116 (testcase_ftype): New.
11117 (testcases): New array.
11118 (n_testcases): New.
11119 (main): Call each element in testcases.
11120 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
11121 (read_testcase): New.
11122 Do the tests in a loop.
11123
11124 2016-02-25 Yao Qi <yao.qi@linaro.org>
11125
11126 * gdb.base/branches.c: Remove.
11127
11128 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
11129
11130 PR gdb/13808
11131 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
11132
11133 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
11134
11135 * gdb.trace/ftrace.exp: Remove unnecessary target check.
11136
11137 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
11138
11139 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
11140 change x86_64 call_insn to 'callq'.
11141
11142 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
11143
11144 * gdb.trace/tfile-avx.c: Move to...
11145 * gdb.trace/tracefile-pseudo-reg.c: Here.
11146 * gdb.trace/tfile-avx.exp: Move to...
11147 * gdb.trace/tracefile-pseudo-reg.exp: Here.
11148
11149 2016-02-24 Gary Benson <gbenson@redhat.com>
11150
11151 * gdb.base/attach-pie-noexec.exp: Do not expect an error
11152 message on attach.
11153
11154 2016-02-23 Doug Evans <dje@google.com>
11155
11156 * gdb.base/skip.c (test_skip): New function.
11157 (end_test_skip_file_and_function): New function.
11158 (test_skip_file_and_function): New function.
11159 * gdb.base/skip1.c (test_skip): New function.
11160 (skip1_test_skip_file_and_function): New function.
11161 * gdb.base/skip.exp: Add tests for new skip options.
11162 * gdb.base/skip-solib.exp: Update expected output.
11163 * gdb.perf/skip-command.cc: New file.
11164 * gdb.perf/skip-command.exp: New file.
11165 * gdb.perf/skip-command.py: New file.
11166
11167 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
11168
11169 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
11170 info registers pattern.
11171
11172 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
11173
11174 * lib/future.exp: Add D support.
11175 (gdb_find_gdc): New proc.
11176 (gdb_default_target_compile): Add D support.
11177
11178 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
11179
11180 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
11181 user+system time.
11182 (trace_speed_test): Determine the iteration count for a time
11183 between 15..30 seconds.
11184
11185 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
11186
11187 * gdb.arch/i386-mpx-sigsegv.c: New file.
11188 * gdb.arch/i386-mpx-sigsegv.exp: New file.
11189 * gdb.arch/i386-mpx-simple_segv.c: New file.
11190 * gdb.arch/i386-mpx-simple_segv.exp: New file.
11191
11192 2016-02-18 Yao Qi <yao.qi@linaro.org>
11193
11194 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
11195 Don't call setup_kfail.
11196
11197 2016-02-18 Yao Qi <yao.qi@linaro.org>
11198
11199 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
11200 Set "set breakpoint condition-evaluation" per $cond_bp_target.
11201
11202 2016-02-16 Doug Evans <dje@google.com>
11203
11204 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
11205 * gdb.base/skip1.c: Ditto.
11206 * gdb.base/skip.exp: Whitespace cleanup.
11207
11208 2016-02-16 Don Breazeal <donb@codesourcery.com>
11209
11210 PR remote/19496
11211 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
11212 Remove kfail for PR remote/19496.
11213
11214 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
11215
11216 * lib/gdb.exp (standard_temp_file): Return a path specific to
11217 the runtest invocation.
11218
11219 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
11220
11221 * gdb.trace/save-trace.exp: Change relative path to be in the
11222 standard output directory.
11223
11224 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11225
11226 * gdb.arch/i386-prologue.c: Add missing prototypes.
11227
11228 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11229
11230 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
11231 * gdb.arch/i386-prologue.exp: Likewise.
11232 * gdb.arch/i386-size.exp: Likewise.
11233
11234 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
11235
11236 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
11237 define object file path.
11238 * gdb.btrace/gcore.exp: Use standard_output_file to define core
11239 file path.
11240 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
11241 standard_output_file to define binfile.
11242
11243 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11244
11245 Fix compatibility with recent gfortran-5.3.1.
11246 * gdb.fortran/vla-history.exp (print vla1 allocated)
11247 (print vla2 allocated, print $2, print $3): Remove
11248 (print $4): Rename to ...
11249 (print $2): ... here.
11250 (print $9): Rename to ...
11251 (print $5): ... here.
11252 (print $10): Rename to ...
11253 (print $6): ... here.
11254 * gdb.fortran/vla.f90: Add pvla initialization.
11255
11256 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11257
11258 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
11259 New test.
11260 * gdb.fortran/vla-value-sub.exp: Likewise.
11261
11262 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
11263
11264 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
11265
11266 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
11267
11268 * i386-biarch-core.exp: Define corefile using
11269 standard_output_file.
11270
11271 2016-02-12 Yao Qi <yao.qi@linaro.org>
11272
11273 * gdb.arch/arm-single-step-kernel-helper.c: New.
11274 * gdb.arch/arm-single-step-kernel-helper.exp: New.
11275
11276 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
11277
11278 * gdb.btrace/tailcall-only.exp: New.
11279 * gdb.btrace/tailcall-only.c: New.
11280 * gdb.btrace/x86_64-tailcall-only.S: New.
11281 * gdb.btrace/i686-tailcall-only.S: New.
11282
11283 2016-02-11 Pedro Alves <palves@redhat.com>
11284
11285 * README (Parallel testing): Add missing double quotes.
11286
11287 2016-02-11 Pedro Alves <palves@redhat.com>
11288
11289 * README (Parallel testing): New section.
11290 (GDB_PARALLEL): Rewrite.
11291 (FORCE_PARALLEL): Document.
11292
11293 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
11294
11295 * gdb.trace/tfile-avx.c: New test.
11296 * gdb.trace/tfile-avx.exp: New test.
11297
11298 2016-02-09 Keith Seitz <keiths@redhat.com>
11299
11300 PR breakpoints/19546
11301 * gdb.base/infcall-exec.c: New file.
11302 * gdb.base/infcall-exec2.c: New file.
11303 * gdb.base/infcall-exec.exp: New file.
11304
11305 2016-02-09 Keith Seitz <keiths@redhat.com>
11306
11307 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
11308 (toplevel): Call test_bkpt_address.
11309
11310 2016-02-09 Keith Seitz <keiths@redhat.com>
11311
11312 PR python/19506
11313 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
11314 (toplevel): Call test_bkpt_address.
11315
11316 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
11317
11318 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
11319 to AC_OUTPUT.
11320 * configure: Regenerate.
11321
11322 2016-02-09 Pedro Alves <palves@redhat.com>
11323
11324 PR breakpoints/19548
11325 * gdb.base/execl-update-breakpoints.c (some_function): New
11326 function.
11327 (main): Call it.
11328 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
11329 Tighten expected GDB output.
11330
11331 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
11332
11333 * Makefile.in (ALL_SUBDIRS): Remove.
11334 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
11335 (distclean maintainer-clean realclean): Likewise.
11336 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
11337 * configure: Regenerate.
11338 * gdb.ada/Makefile.in: Delete.
11339 * gdb.arch/Makefile.in: Likewise.
11340 * gdb.asm/Makefile.in: Likewise.
11341 * gdb.base/Makefile.in: Likewise.
11342 * gdb.btrace/Makefile.in: Likewise.
11343 * gdb.cell/Makefile.in: Likewise.
11344 * gdb.compile/Makefile.in: Likewise.
11345 * gdb.cp/Makefile.in: Likewise.
11346 * gdb.disasm/Makefile.in: Likewise.
11347 * gdb.dlang/Makefile.in: Likewise.
11348 * gdb.dwarf2/Makefile.in: Likewise.
11349 * gdb.fortran/Makefile.in: Likewise.
11350 * gdb.gdb/Makefile.in: Likewise.
11351 * gdb.go/Makefile.in: Likewise.
11352 * gdb.guile/Makefile.in: Likewise.
11353 * gdb.java/Makefile.in: Likewise.
11354 * gdb.linespec/Makefile.in: Likewise.
11355 * gdb.mi/Makefile.in: Likewise.
11356 * gdb.modula2/Makefile.in: Likewise.
11357 * gdb.multi/Makefile.in: Likewise.
11358 * gdb.objc/Makefile.in: Likewise.
11359 * gdb.opencl/Makefile.in: Likewise.
11360 * gdb.opt/Makefile.in: Likewise.
11361 * gdb.pascal/Makefile.in: Likewise.
11362 * gdb.perf/Makefile.in: Likewise.
11363 * gdb.python/Makefile.in: Likewise.
11364 * gdb.reverse/Makefile.in: Likewise.
11365 * gdb.server/Makefile.in: Likewise.
11366 * gdb.stabs/Makefile.in: Likewise.
11367 * gdb.threads/Makefile.in: Likewise.
11368 * gdb.trace/Makefile.in: Likewise.
11369 * gdb.xml/Makefile.in: Likewise.
11370 * lib/gdb.exp (make_gdb_parallel_path): Add check for
11371 GDB_PARALLEL.
11372 (standard_output_file): Remove check for GDB_PARALLEL, always
11373 return path in outputs/$subdir/$testname.
11374
11375 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
11376
11377 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
11378 (site.exp): Assign abs_srcdir to tcl's srcdir.
11379
11380 2016-02-04 Yao Qi <yao.qi@linaro.org>
11381
11382 * gdb.base/foll-exec-mode.c: Include limits.h.
11383 (main): Add parameters argc and argv. Get directory from
11384 argv[0].
11385 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
11386 compilation.
11387 * gdb.base/foll-exec.c: Include limits.h.
11388 (main): Add parameters argc and argv.
11389 Get directory from argv[0].
11390 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
11391 Adjust tests on the number of lines as source code changed.
11392 * gdb.base/foll-vfork-exit.c: Include limits.h.
11393 (main): Add one line of statement before vfork.
11394 * gdb.base/foll-vfork.c: Include limits.h and string.h.
11395 (main): Add parameters argc and argv. Get directory from
11396 argv[0].
11397 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
11398 (setup_gdb): Set tbreak to skip some source lines.
11399 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
11400 (main): Add parameters argc and argv. Get directory from
11401 argv[0].
11402 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
11403 compilation.
11404 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
11405 (main): Add parameters argc and argv. Get directory from
11406 argv[0].
11407 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
11408 compilation.
11409
11410 2016-02-01 Doug Evans <dje@google.com>
11411
11412 * gdb.base/skip.exp: Clean up multiple references to same test name.
11413
11414 2016-02-01 Pedro Alves <palves@redhat.com>
11415
11416 PR remote/19496
11417 * gdb.threads/forking-threads-plus-breakpoint.exp
11418 (displaced_stepping_supported): New global.
11419 (probe_displaced_stepping_support): New procedure.
11420 (do_test): Add 'displaced' parameter, and use it.
11421 (top level): Check for displaced stepping support. Add displaced
11422 stepping on/off testing axis.
11423
11424 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
11425
11426 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
11427 pointer. Don't perform further tests on the unassociated pointer
11428 if the first test fails.
11429
11430 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
11431
11432 * gdb.base/max-value-size.c: New file.
11433 * gdb.base/max-value-size.exp: New file.
11434 * gdb.base/huge.exp: Disable max-value-size for this test.
11435
11436 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
11437
11438 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
11439
11440 2016-01-28 Yao Qi <yao.qi@linaro.org>
11441
11442 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
11443
11444 2016-01-25 Pedro Alves <palves@redhat.com>
11445
11446 PR threads/19461
11447 * gdb.base/fork-running-state.c: New file.
11448 * gdb.base/fork-running-state.exp: New file.
11449
11450 2016-01-25 Pedro Alves <palves@redhat.com>
11451
11452 PR gdb/19494
11453 * gdb.base/catch-fork-kill.c: New file.
11454 * gdb.base/catch-fork-kill.exp: New file.
11455
11456 2016-01-25 Pedro Alves <palves@redhat.com>
11457
11458 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
11459 Delete, moved to lib/gdb.exp.
11460 * gdb.threads/forking-threads-plus-breakpoint.exp
11461 (foreach_with_prefix): Likewise.
11462 * gdb.threads/process-dies-while-handling-bp.exp
11463 (foreach_with_prefix): Likewise.
11464 * lib/gdb.exp (foreach_with_prefix): New procedure.
11465
11466 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
11467
11468 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
11469 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
11470
11471 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
11472
11473 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
11474 endian targets.
11475
11476 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11477 Pedro Alves <palves@redhat.com>
11478
11479 Fix testsuite compatibility with Guile.
11480 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
11481 number.
11482
11483 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11484
11485 Fix testsuite compatibility with Guile.
11486 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
11487 (thread 1): New test for backtrace through signal handler.
11488
11489 2016-01-22 Yao Qi <yao.qi@linaro.org>
11490
11491 PR testsuite/19491
11492 * gdb.base/multi-forks.c: Include
11493 ../lib/unbuffer_output.c
11494 (main): Call gdb_unbuffer_output.
11495
11496 2016-01-21 Doug Evans <dje@google.com>
11497
11498 * lib/ada.exp (gdb_compile_ada): Fix typo.
11499
11500 2016-01-21 Joel Brobecker <brobecker@adacore.com>
11501
11502 * gdb.base/break-fun-addr.exp: New file.
11503 * gdb.base/break-fun-addr1.c: New file.
11504 * gdb.base/break-fun-addr2.c: New file.
11505
11506 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
11507
11508 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
11509 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
11510 enum flag values.
11511
11512 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
11513
11514 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
11515 when GDB can not set the vector return value. Add more comments
11516 for clarification.
11517
11518 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
11519
11520 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
11521 command.
11522
11523 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11524
11525 * Makefile.in (DO_RUNTEST): Add --status and update usages.
11526
11527 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11528
11529 * Makefile.in (check-single): Pass --status to runtest.
11530 (check/%.exp): Likewise.
11531
11532 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11533
11534 * Makefile.in (check-parallel): Propagate return code from make
11535 do-check-parallel.
11536
11537 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
11538
11539 * gdb.trace/ftrace.exp: Fix expected message on continue.
11540 * gdb.trace/pending.exp: Fix expected message on continue.
11541 * gdb.trace/trace-break.exp: Fix expected message on continue.
11542
11543 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
11544
11545 * lib/gdb.exp (gdb_test): Remove unused global references.
11546
11547 2016-01-18 Pedro Alves <palves@redhat.com>
11548
11549 * gdb.base/async-shell.exp: Adjust expected output.
11550 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
11551 * gdb.base/siginfo-thread.exp: Adjust expected output.
11552 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
11553 * gdb.java/jnpe.exp: Adjust expected output.
11554 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
11555 * gdb.threads/continue-pending-status.exp: Adjust expected output.
11556 * gdb.threads/leader-exit.exp: Adjust expected output.
11557 * gdb.threads/manythreads.exp: Adjust expected output.
11558 * gdb.threads/pthreads.exp: Adjust expected output.
11559 * gdb.threads/schedlock.exp: Adjust expected output.
11560 * gdb.threads/siginfo-threads.exp: Adjust expected output.
11561 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
11562 expected output.
11563 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
11564 output.
11565 * gdb.threads/sigthread.exp: Adjust expected output.
11566 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
11567
11568 2016-01-18 Yao Qi <yao.qi@linaro.org>
11569
11570 * gdb.guile/scm-section-script.c: Replace @progbits with
11571 %progbits.
11572 * gdb.python/py-section-script.c: Likewise.
11573
11574 2016-01-15 Pedro Alves <palves@redhat.com>
11575
11576 * gdb.multi/tids.exp: Test star wildcard ranges.
11577
11578 2016-01-15 Pedro Alves <palves@redhat.com>
11579
11580 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
11581 command from "thread apply" invocation.
11582 (thr_apply_info_thr_invalid): Default the expected output to the
11583 input tid list.
11584 (top level): Add tests that use convenience variables. Add tests
11585 for "thread apply" with a valid TID list, but missing the command.
11586
11587 2016-01-13 Pedro Alves <palves@redhat.com>
11588
11589 * gdb.base/default.exp: Expect $_gthread as well.
11590 * gdb.multi/tids.exp: Test $_gthread.
11591 * gdb.threads/thread-specific.exp: Test $_gthread.
11592
11593 2016-01-13 Pedro Alves <palves@redhat.com>
11594
11595 * gdb.multi/tids.exp: Test "info threads -gid".
11596
11597 2016-01-13 Pedro Alves <palves@redhat.com>
11598
11599 * gdb.multi/tids.exp: Test InferiorThread.global_num and
11600 Breakpoint.thread.
11601 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
11602
11603 2016-01-07 Pedro Alves <palves@redhat.com>
11604
11605 * gdb.base/break.exp: Adjust to output changes.
11606 * gdb.base/hbreak2.exp: Likewise.
11607 * gdb.base/sepdebug.exp: Likewise.
11608 * gdb.base/watch_thread_num.exp: Likewise.
11609 * gdb.linespec/keywords.exp: Likewise.
11610 * gdb.multi/info-threads.exp: Likewise.
11611 * gdb.threads/thread-find.exp: Likewise.
11612 * gdb.multi/tids.c: New file.
11613 * gdb.multi/tids.exp: New file.
11614
11615 2016-01-13 Pedro Alves <palves@redhat.com>
11616
11617 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
11618
11619 2016-01-13 Pedro Alves <palves@redhat.com>
11620
11621 * gdb.base/default.exp: Expect $_inferior as well.
11622 * gdb.multi/base.exp: Test $_inferior.
11623
11624 2016-01-13 Pedro Alves <palves@redhat.com>
11625
11626 PR breakpoints/19388
11627 * gdb.base/catch-signal-siginfo-cond.c: New file.
11628 * gdb.base/catch-signal-siginfo-cond.exp: New file.
11629
11630 2016-01-12 Josh Stone <jistone@redhat.com>
11631 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11632
11633 * gdb.base/catch-syscall.c (do_execve): New variable.
11634 (main): Conditionally trigger an execve.
11635 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
11636 (test_catch_syscall_execve): New, check entry/return across execve.
11637 (do_syscall_tests): Call test_catch_syscall_execve.
11638
11639 2016-01-12 Pedro Alves <palves@redhat.com>
11640
11641 * gdb.base/random-signal.exp (do_test): New procedure, with body
11642 of testcase moved in.
11643
11644 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11645 Pedro Alves <palves@redhat.com>
11646
11647 * gdb.base/funcargs.exp (finish from indirectly called function):
11648 Reintroduce the case for 'First'.
11649
11650 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11651 Pedro Alves <palves@redhat.com>
11652
11653 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
11654 (tcatch_vfork_then_child_follow_exec)
11655 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
11656 identification.
11657
11658 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11659
11660 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
11661 and repeats to unlimited.
11662 * gdb.python/py-value.exp: Likewise.
11663 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
11664 and repeats to unlimited.
11665
11666 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11667
11668 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
11669 and reordering the functions.
11670 * gdb.multi/hangout.c: Likewise.
11671 * gdb.multi/hello.c: Likewise.
11672
11673 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
11674
11675 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
11676 absolute.
11677 (SingleStatisticTestResult.report): Use dict.keys instead of
11678 dict.iterkeys.
11679
11680 2016-01-06 Pedro Alves <palves@redhat.com>
11681
11682 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
11683
11684 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
11685
11686 * gdb.btrace/dlopen.exp: New.
11687 * gdb.btrace/dlopen.c: New.
11688 * gdb.btrace/dlopen-dso.c: New.
11689
11690 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
11691
11692 * lib/gdb.exp (gdb_test): Update comments to clarify that the
11693 PATTERN argument is optional.
11694
11695 2015-12-24 Joel Brobecker <brobecker@adacore.com>
11696
11697 * lib/ada.exp (target_compile_ada_from_dir): New function.
11698 (gdb_compile_ada): Reimplement avoiding the use of project files.
11699 * gdb.ada/gnat_ada.gpr: Delete.
11700 * gdb.ada/cond_lang.exp: Adjust test to make path before
11701 filename optional.
11702 * gdb.ada/small_reg_param.exp: Likewise.
11703
11704 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
11705
11706 * gdb.base/foll-vork.exp: Remove HP-UX special case.
11707
11708 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
11709
11710 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
11711 case.
11712
11713 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
11714
11715 * gdb.base/break.exp: Remove dead code.
11716 * gdb.base/sepdebug.exp: Likewise.
11717
11718 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
11719
11720 * gdb.asm/asm-source.exp: Remove HP-UX references.
11721 * gdb.base/annota1.exp: Likewise.
11722 * gdb.base/annota3.exp: Likewise.
11723 * gdb.base/attach.exp: Likewise.
11724 * gdb.base/bigcore.exp: Likewise.
11725 * gdb.base/break.exp: Likewise.
11726 * gdb.base/call-ar-st.exp: Likewise.
11727 * gdb.base/callfuncs.exp: Likewise.
11728 * gdb.base/catch-fork-static.exp: Likewise.
11729 * gdb.base/display.exp: Likewise.
11730 * gdb.base/foll-exec-mode.exp: Likewise.
11731 * gdb.base/foll-exec.exp: Likewise.
11732 * gdb.base/foll-fork.exp: Likewise.
11733 * gdb.base/foll-vfork.exp: Likewise.
11734 * gdb.base/funcargs.exp: Likewise.
11735 * gdb.base/hbreak2.exp: Likewise.
11736 * gdb.base/inferior-died.exp: Likewise.
11737 * gdb.base/interrupt.exp: Likewise.
11738 * gdb.base/multi-forks.exp: Likewise.
11739 * gdb.base/nodebug.exp: Likewise.
11740 * gdb.base/sepdebug.exp: Likewise.
11741 * gdb.base/solib1.c: Likewise.
11742 * gdb.base/step-test.exp: Likewise.
11743 * gdb.mi/non-stop.c: Likewise.
11744 * gdb.mi/pthreads.c: Likewise.
11745 * gdb.multi/bkpt-multi-exec.ex: Likewise.
11746 * gdb.threads/pthreads.c: Likewise.
11747 * gdb.threads/staticthreads.exp: Likewise.
11748 * lib/future.exp: Likewise.
11749 * lib/gdb.exp: Likewise.
11750 * gdb.base/so-indr-cl.c: Remove.
11751 * gdb.base/so-indr-cl.exp: Likewise.
11752 * gdb.base/solib.c: Likewise.
11753 * gdb.base/solib.exp: Likewise.
11754 * gdb.base/solib2.c: Likewise.
11755
11756 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
11757
11758 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
11759 * gdb.base/call-ar-st.exp: Likewise.
11760 * gdb.base/callfuncs.exp: Likewise.
11761 * gdb.base/condbreak.exp: Likewise.
11762 * gdb.base/constvars.exp: Likewise.
11763 * gdb.base/hbreak2.exp: Likewise.
11764 * gdb.base/langs.exp: Likewise.
11765 * gdb.base/list.exp: Likewise.
11766 * gdb.base/long_long.exp: Likewise.
11767 * gdb.base/ptype.exp: Likewise.
11768 * gdb.base/scope.exp: Likewise.
11769 * gdb.base/signals.exp: Likewise.
11770 * gdb.base/so-impl-ld.exp: Likewise.
11771 * gdb.base/varargs.exp: Likewise.
11772 * gdb.base/volatile.exp: Likewise.
11773 * gdb.base/whatis.exp: Likewise.
11774 * gdb.cp/cplusfuncs.exp: Likewise.
11775 * gdb.cp/inherit.exp: Likewise.
11776 * gdb.cp/local.exp: Likewise.
11777 * gdb.cp/member-ptr.exp: Likewise.
11778 * gdb.cp/method.exp: Likewise.
11779 * gdb.cp/overload.exp: Likewise.
11780 * gdb.cp/templates.exp: Likewise.
11781 * gdb.stabs/weird.exp: Likewise.
11782 * lib/compiler.c: Likewise.
11783 * lib/compiler.cc: Likewise.
11784 * lib/cp-support.exp: Likewise.
11785 * lib/gdb.exp: Likewise.
11786
11787 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
11788
11789 * configure.ac: Remove HP-UX case.
11790 * configure: Regenerate.
11791
11792 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
11793
11794 * lib/gdb.exp (gdb_compile): Add function doc.
11795
11796 2015-12-17 Pedro Alves <palves@redhat.com>
11797
11798 PR threads/19354
11799 * gdb.multi/info-threads.exp: New file.
11800
11801 2015-12-15 Yao Qi <yao.qi@linaro.org>
11802
11803 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
11804 is aarch64*-*-*.
11805
11806 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11807
11808 * gdb.base/history-duplicates.exp: Skip if no readline support.
11809
11810 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11811
11812 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
11813
11814 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11815
11816 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
11817
11818 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11819
11820 * gdb.base/completion.exp: Skip tests that interrupt GDB with
11821 ctrl-C if nointerrupts target property is set.
11822 * gdb.base/double-prompt-target-event-error.exp: Likewise.
11823 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
11824 * gdb.base/paginate-bg-execution.exp: Likewise.
11825 * gdb.base/paginate-execution-startup.exp: Likewise.
11826 * gdb.base/random-signal.exp: Likewise.
11827 * gdb.base/range-stepping.exp: Likewise.
11828 * gdb.cp/annota2.exp: Likewise.
11829 * gdb.cp/annota3.exp: Likewise.
11830 * gdb.gdb/selftest.exp: Likewise.
11831 * gdb.threads/continue-pending-status.exp: Likewise.
11832 * gdb.threads/leader-exit.exp: Likewise.
11833 * gdb.threads/manythreads.exp: Likewise.
11834 * gdb.threads/pthreads.exp: Likewise.
11835 * gdb.threads/schedlock.exp: Likewise.
11836 * gdb.threads/sigthread.exp: Likewise.
11837
11838 2015-12-11 Don Breazeal <donb@codesourcery.com>
11839
11840 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
11841 remote.
11842 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
11843 * gdb.base/foll-exec.exp (main): Enable for target remote.
11844 * gdb.base/foll-fork.exp (main): Likewise.
11845 * gdb.base/foll-vfork.exp (main): Likewise.
11846 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
11847 (proc continue_to_exit_bp_loc): Use clean_restart.
11848 * gdb.base/pie-execl.exp (main): Disable for target remote.
11849 * gdb.base/watch-vfork.exp (main): Enable for target remote.
11850 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
11851 * gdb.threads/execl.exp (main): Likewise.
11852 * gdb.threads/fork-child-threads.exp (main): Likewise.
11853 * gdb.threads/fork-plus-threads.exp (main): Disable for target
11854 remote.
11855 * gdb.threads/fork-thread-pending.exp (main): Enable for target
11856 remote.
11857 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
11858 pid.tid style ptids, instead of just tid.
11859 * gdb.threads/thread-execl.exp (main): Enable for target remote.
11860 * gdb.threads/watchpoint-fork.exp (main): Likewise.
11861 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
11862 ptids, instead of just tid.
11863
11864 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11865
11866 * gdb.base/list.exp (test_list_forward): Add end of file error
11867 test.
11868 (test_repeat_list_command): Add end of file error test.
11869 (test_list_backwards): Add beginning of file error test.
11870
11871 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11872
11873 * gdb.base/list.exp (test_list_invalid_args): New function,
11874 defined, and called.
11875
11876 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11877
11878 * gdb.base/list.exp (test_list): Make test names unique.
11879
11880 2015-12-11 Yao Qi <yao.qi@linaro.org>
11881
11882 * gdb.base/coremaker2.c: Remove.
11883
11884 2015-12-10 Pedro Alves <palves@redhat.com>
11885
11886 * gdb.multi/base.exp: Remove stale "spaces" references.
11887
11888 2015-12-10 Pedro Alves <palves@redhat.com>
11889
11890 * gdb.multi/base.exp: Don't use nowarnings.
11891 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
11892 * gdb.multi/hangout.c: Include stdio.h.
11893 * gdb.multi/hello.c: Include stdlib.h.
11894 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
11895 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
11896 * gdb.multi/multi-arch.exp: Don't use nowarnings.
11897
11898 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
11899
11900 * gdb.dwarf2/dw2-ranges-base.c: New file.
11901 * gdb.dwarf2/dw2-ranges-base.exp: New file.
11902 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
11903 support additional line table, and debug ranges generation.
11904 (Dwarf::ranges): New function, generate .debug_ranges.
11905 (Dwarf::lines): Support generating simple line table programs.
11906 (Dwarf::assemble): Initialise new namespace variables.
11907
11908 2015-12-09 Kevin Buettner <kevinb@redhat.com>
11909
11910 * gdb.base/async.exp (proc test_background): Add case for
11911 asynchronous execution not supported.
11912
11913 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
11914
11915 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
11916 format and change test names to make them unique.
11917
11918 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
11919 Pedro Alves <pedro@redhat.com>
11920
11921 PR gdb/18702
11922 Add checking of floatformats setup on x86_64 hosts.
11923 * gdb.arch/i386-float.S (main): Load bigval and smallval.
11924 (smallval, bigval): New labels/constants.
11925 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
11926 float" after loading bigval and smallval.
11927
11928 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
11929
11930 * gdb.ada/fun_overload_menu.exp: New testcase.
11931 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
11932
11933 2015-12-04 Josh Stone <jistone@redhat.com>
11934
11935 * gdb.base/catch-fork-static.exp: New.
11936
11937 2015-12-03 Yao Qi <yao.qi@linaro.org>
11938
11939 * gdb.base/sizeof.c: Don't include stdio.h and
11940 ../lib/unbuffer_output.c.
11941 (main): New variable 'size' and 'value'. Remove printf and
11942 gdb_unbuffer_output. Assign return value to size and value.
11943 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
11944 at the beginning.
11945 (check_sizeof): Check the result by printing variable 'size'.
11946 (check_valueof): Check the result by printing variable 'value'.
11947
11948 2015-12-01 Yao Qi <yao.qi@linaro.org>
11949
11950 * gdb.base/disp-step-syscall.exp: Define syscall instruction
11951 for aarch64*-*-linux* target.
11952
11953 2015-11-30 Pedro Alves <palves@redhat.com>
11954
11955 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
11956
11957 2015-11-30 Pedro Alves <palves@redhat.com>
11958
11959 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
11960 Handle non-stop mode vCont replies.
11961
11962 2015-11-30 Pedro Alves <palves@redhat.com>
11963
11964 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
11965 prepare_for_testing. Start gdb with "set non-stop on" appended to
11966 GDBFLAGS. Lax expected stop output.
11967
11968 2015-11-27 Yao Qi <yao.qi@linaro.org>
11969
11970 * gdb.arch/arm-neon.exp: New.
11971 * gdb.arch/arm-neon.c: New.
11972
11973 2015-11-27 Yao Qi <yao.qi@linaro.org>
11974
11975 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
11976
11977 2015-11-27 Yao Qi <yao.qi@linaro.org>
11978
11979 * gdb.cp/annota2.exp: Allow multiple occurrences of the
11980 frames-invalid annotation.
11981
11982 2015-11-27 Yao Qi <yao.qi@linaro.org>
11983
11984 * gdb.cp/annota2.exp: Use ${frames_invalid}.
11985
11986 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
11987
11988 * gdb.threads/names.exp: New file.
11989 * gdb.threads/names.c: New file.
11990 * README: Mention gdb,no_thread_names.
11991
11992 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
11993
11994 PR 19297
11995 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
11996 support" error.
11997
11998 2015-11-24 Pedro Alves <palves@redhat.com>
11999
12000 PR 17539
12001 * gdb.base/display.exp: Expect displays to be sorted in ascending
12002 order. Use multi_line.
12003 * gdb.base/solib-display.exp: Likewise.
12004
12005 2015-11-24 Pedro Alves <palves@redhat.com>
12006
12007 PR 17539
12008 * gdb.base/display.exp: Expect displays to be sorted in ascending
12009 order. Use multi_line.
12010 * gdb.base/solib-display.exp: Likewise.
12011
12012 2015-11-24 Pedro Alves <palves@redhat.com>
12013
12014 PR 17539
12015 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
12016 threads in ascending order.
12017 * gdb.base/foll-fork.exp: Likewise.
12018 * gdb.base/foll-vfork.exp: Likewise.
12019 * gdb.base/multi-forks.exp: Likewise.
12020 * gdb.mi/mi-nonstop.exp: Likewise.
12021 * gdb.mi/mi-nsintrall.exp: Likewise.
12022 * gdb.multi/base.exp: Likewise.
12023 * gdb.multi/multi-arch.exp: Likewise.
12024 * gdb.python/py-inferior.exp: Likewise.
12025 * gdb.threads/break-while-running.exp: Likewise.
12026 * gdb.threads/execl.exp: Likewise.
12027 * gdb.threads/gcore-thread.exp: Likewise.
12028 * gdb.threads/info-threads-cur-sal.exp: Likewise.
12029 * gdb.threads/kill.exp: Likewise.
12030 * gdb.threads/linux-dp.exp: Likewise.
12031 * gdb.threads/multiple-step-overs.exp: Likewise.
12032 * gdb.threads/next-bp-other-thread.exp: Likewise.
12033 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
12034 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
12035 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
12036 * gdb.threads/thread-find.exp: Likewise.
12037 * gdb.threads/tls.exp: Likewise.
12038 * lib/mi-support.exp (mi_reverse_list): Delete.
12039 (mi_check_thread_states): No longer reverse list.
12040
12041 2015-11-24 Pedro Alves <palves@redhat.com>
12042
12043 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
12044 use lowercase.
12045
12046 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
12047
12048 * gdb.trace/actions.c: Include trace-common.h.
12049 (main): Add a location for a fast tracepoint.
12050 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
12051 the normal tracepoints.
12052 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
12053
12054 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
12055
12056 * save-trace.exp: Factor out code to these...
12057 (gdb_save_tracepoints): New.
12058 (gdb_load_tracepoints): New.
12059 (do_save_load_test): New.
12060
12061 2015-11-23 Kevin Buettner <kevinb@redhat.com>
12062
12063 * gdb.base/asmlabel.exp: New test.
12064 * gdb.base/asmlabel.c: New test case.
12065
12066 2015-11-23 Joel Brobecker <brobecker@adacore.com>
12067
12068 * gdb.base/wrong_frame_bt_full-main.c: New file.
12069 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
12070 * gdb.base/wrong_frame_bt_full.exp: New file.
12071
12072 2015-11-23 Joel Brobecker <brobecker@adacore.com>
12073
12074 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
12075
12076 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
12077
12078 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
12079 pstate register when comparing registers values in
12080 sparc64-*-linux-gnu targets to avoid spurious differences.
12081
12082 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
12083
12084 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
12085
12086 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
12087
12088 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
12089 as type argument to gdb_compile.
12090 * gdb.base/nested-subp2.exp: Likewise.
12091 * gdb.base/nested-subp3.exp: Likewise.
12092
12093 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
12094
12095 * lib/dwarf.exp (_note): Fix left shift of negative value.
12096 * gdb.trace/trace-condition.exp: Likewise.
12097
12098 2015-11-13 Yao Qi <yao.qi@linaro.org>
12099
12100 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
12101 comments about d10v.
12102 (test_scalar_returns): Likewise.
12103 * gdb.base/d10v.ld: Remove.
12104 * gdb.base/overlays.exp: Remove the target triplet checking for
12105 d10v-*-*.
12106 * gdb.base/structs.exp (test_struct_returns): Remove the
12107 comments about d10v.
12108 (test_struct_calls): Likewise.
12109
12110 2015-11-13 Yao Qi <yao.qi@linaro.org>
12111
12112 * gdb.base/gnu_vector.exp: Check the return value by "p res".
12113 * gdb.base/gnu_vector.c: Don't include stdio.h.
12114 (main): Don't print res and call add_some_intvecs.
12115
12116 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
12117
12118 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
12119 macro.
12120 (func5): Removed.
12121 (func4): Use FAST_TRACEPOINT_LABEL.
12122 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
12123 macro.
12124 (func): Removed.
12125 (thread_function): Use FAST_TRACEPOINT_LABEL.
12126 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
12127 (func): Remove.
12128 (marker): Use FAST_TRACEPOINT_LABEL.
12129 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
12130 (pendfunc1): Remove.
12131 (pendfunc): Use FAST_TRACEPOINT_LABEL.
12132 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
12133 (foo): Remove.
12134 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
12135 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
12136 macro.
12137 (func): Remove.
12138 (marker): Use FAST_TRACEPOINT_LABEL.
12139 * gdb.trace/trace-common.h: New header.
12140 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
12141 macro.
12142 (func): Remove.
12143 (marker): Use FAST_TRACEPOINT_LABEL.
12144 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
12145 (func): Remove.
12146 (thread_function): Use FAST_TRACEPOINT_LABEL.
12147
12148 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
12149
12150 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
12151 in front.
12152 * gdb.trace/change-loc.exp: Use global pcreg definition.
12153 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
12154 * gdb.trace/entry-values.exp: Use global spreg definition, add $
12155 in front.
12156 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
12157 * gdb.trace/pending.exp: Likewise.
12158 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
12159 * gdb.trace/trace-break.exp: Likewise.
12160 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
12161 in front.
12162 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
12163 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
12164 in front.
12165 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
12166
12167 2015-11-09 Joel Brobecker <brobecker@adacore.com>
12168
12169 * gdb.ada/fin_fun_out: New testcase.
12170
12171 2015-11-07 Kevin Buettner <kevinb@redhat.com>
12172
12173 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
12174 value associated with DW_AT_byte_size.
12175 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
12176 constants for DW_AT_byte_size, DW_AT_lower_bound, and
12177 DW_AT_upper_bound.
12178
12179 2015-11-07 Kevin Buettner <kevinb@redhat.com>
12180
12181 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
12182 (gdb_target_symbol_prefix_flags): Define in terms of _asm
12183 version.
12184 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
12185 gdb.dwarf2/dw2-canonicalize-type.exp,
12186 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
12187 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
12188 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
12189 provided by gdb_target_symbol_prefix_flags_asm.
12190 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
12191 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
12192 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
12193 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
12194 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
12195 macros where needed). Use this macro for symbols which require
12196 the prefix provided by SYMBOL_PREFIX.
12197
12198 2015-11-05 Kevin Buettner <kevinb@redhat.com>
12199
12200 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
12201 New procs.
12202 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
12203 representing expressions, of more than one list element.
12204 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
12205 to prepend linker symbol prefix to f.
12206 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
12207 table_1 and table_2.
12208 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
12209 Likewise, for f and g.
12210 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
12211 for ptr.
12212 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
12213 for main.
12214 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
12215 table_1_ptr and table_2_ptr.
12216
12217 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12218 Joel Brobecker <brobecker@adacore.com>
12219
12220 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
12221
12222 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
12223
12224 * gdb.reverse/s390-mvcle.c: New test.
12225 * gdb.reverse/s390-mvcle.exp: New file.
12226 * lib/gdb.exp: Enable reverse tests on s390*-linux.
12227
12228 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
12229
12230 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
12231
12232 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
12233
12234 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
12235 reaching marker2.
12236 * gdb.reverse/getresuid-reverse.exp: Likewise.
12237 * gdb.reverse/pipe-reverse.exp: Likewise.
12238 * gdb.reverse/readv-reverse.exp: Likewise.
12239 * gdb.reverse/recvmsg-reverse.exp: Likewise.
12240 * gdb.reverse/time-reverse.exp: Likewise.
12241 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
12242
12243 2015-10-30 Yao Qi <yao.qi@linaro.org>
12244
12245 * gdb.threads/wp-replication.c (watch_count_done): Remove.
12246 (empty_cycle): Remove.
12247 (main): Don't call empty_cycle. Don't use watch_count_done.
12248 * gdb.threads/wp-replication.exp: Don't set breakpoint on
12249 empty_cycle. Rewrite the code counting HW watchpoints.
12250
12251 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
12252
12253 * gdb.reverse/fstatat-reverse.c: New test.
12254 * gdb.reverse/fstatat-reverse.exp: New file.
12255 * gdb.reverse/getresuid-reverse.c: New test.
12256 * gdb.reverse/getresuid-reverse.exp: New file.
12257 * gdb.reverse/pipe-reverse.c: New test.
12258 * gdb.reverse/pipe-reverse.exp: New file.
12259 * gdb.reverse/readv-reverse.c: New test.
12260 * gdb.reverse/readv-reverse.exp: New file.
12261 * gdb.reverse/recvmsg-reverse.c: New test.
12262 * gdb.reverse/recvmsg-reverse.exp: New file.
12263 * gdb.reverse/time-reverse.c: New test.
12264 * gdb.reverse/time-reverse.exp: New file.
12265 * gdb.reverse/waitpid-reverse.c: New test.
12266 * gdb.reverse/waitpid-reverse.exp: New file.
12267
12268 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
12269
12270 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
12271
12272 2015-10-26 Doug Evans <dje@google.com>
12273
12274 PR symtab/17391
12275 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
12276 * gdb.dwarf2/bad-regnum.c: New file.
12277 * gdb.dwarf2/bad-regnum.exp: New file.
12278
12279 2015-10-26 Doug Evans <dje@google.com>
12280
12281 PR python/18938
12282 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
12283 file.
12284
12285 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12286
12287 * gdb.compile/compile.exp (compile code globalvar): Update expectation
12288 for a change by "Mention language in compile error message".
12289
12290 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
12291
12292 PR python/18073
12293 * gdb.python/py-type.c (C::a_method): New.
12294 (C::a_const_method): New.
12295 (C::a_static_method): New.
12296 (a_function): New.
12297 * gdb.python/py-type.exp (test_fields): Test getting fields
12298 from function and method.
12299
12300 2015-10-21 Keven Boell <keven.boell@intel.com>
12301
12302 * gdb.fortran/vla-alloc-assoc.exp: New file.
12303 * gdb.fortran/vla-datatypes.exp: New file.
12304 * gdb.fortran/vla-datatypes.f90: New file.
12305 * gdb.fortran/vla-history.exp: New file.
12306 * gdb.fortran/vla-ptype-sub.exp: New file.
12307 * gdb.fortran/vla-ptype.exp: New file.
12308 * gdb.fortran/vla-sizeof.exp: New file.
12309 * gdb.fortran/vla-sub.f90: New file.
12310 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
12311 * gdb.fortran/vla-value-sub-finish.exp: New file.
12312 * gdb.fortran/vla-value-sub.exp: New file.
12313 * gdb.fortran/vla-value.exp: New file.
12314 * gdb.fortran/vla-ptr-info.exp: New file.
12315 * gdb.mi/mi-vla-fortran.exp: New file.
12316 * gdb.mi/vla.f90: New file.
12317
12318 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
12319
12320 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
12321 of hardwired timeout value.
12322
12323 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12324 Pedro Alves <palves@redhat.com>
12325
12326 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
12327 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
12328
12329 2015-10-19 Josh Stone <jistone@redhat.com>
12330
12331 * gdb.base/catch-syscall.c: Include <sched.h>.
12332 (unknown_syscall): New variable.
12333 (main): Trigger a vfork and an unknown syscall.
12334 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
12335 (unknown_syscall_number): Likewise.
12336 (check_call_to_syscall): Accept an optional syscall pattern.
12337 (check_return_from_syscall): Likewise.
12338 (check_continue): Likewise.
12339 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
12340 (test_catch_syscall_skipping_return): New test toggling off 'catch
12341 syscall' to step over the syscall return, then toggling back on.
12342 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
12343 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
12344 (do_syscall_tests): Call test_catch_syscall_without_args and
12345 test_catch_syscall_mid_vfork.
12346 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
12347 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
12348
12349 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
12350
12351 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
12352 print g_vE): Add new pass patterns.
12353 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
12354 print various symbol names for vptr fields.
12355
12356 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
12357
12358 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
12359 results.
12360
12361 2015-10-12 Yao Qi <yao.qi@linaro.org>
12362
12363 * gdb.arch/disp-step-insn-reloc.exp: New test case.
12364
12365 2015-10-12 Yao Qi <yao.qi@linaro.org>
12366
12367 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
12368 is aarch64*-*-linux*.
12369
12370 2015-10-12 Yao Qi <yao.qi@linaro.org>
12371
12372 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
12373 (can_relocate_bcond_true): ... it.
12374 (can_relocate_bcond_false): New function.
12375 (foo): Likewise.
12376 (can_relocate_bl): Likewise.
12377 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
12378 can_relocate_bl.
12379
12380 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
12381
12382 * gdb.base/nested-addr.c: New file.
12383 * gdb.base/nested-addr.exp: New testcase.
12384
12385 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
12386
12387 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
12388 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
12389 its output. Ignore the output of "record goto begin" and instead
12390 check that GDB is replaying.
12391
12392 2015-10-09 Pedro Alves <palves@redhat.com>
12393
12394 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
12395 (top level): Use it in the run with no args test.
12396
12397 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
12398
12399 * gdb.dlang/properties.exp: New file.
12400
12401 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
12402
12403 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
12404 whether or not address 0x1000 is mapped on the target.
12405
12406 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
12407
12408 * gdb.python/py-type.exp: Do not run tests if binaries fail to
12409 build.
12410
12411 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
12412
12413 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
12414 instruction-history test.
12415
12416 2015-09-28 Doug Evans <dje@google.com>
12417
12418 * gdb.base/gcore.c (array_func): Add reference to static_array.
12419
12420 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
12421
12422 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
12423 source line.
12424
12425 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
12426
12427 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
12428 short or char as base type.
12429
12430 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
12431
12432 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
12433 to allow any size enum.
12434
12435 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
12436
12437 * gdb.ada/array_ptr_renaming.exp: New testcase.
12438 * gdb.ada/array_ptr_renaming/foo.adb: New file.
12439 * gdb.ada/array_ptr_renaming/pack.ads: New file.
12440
12441 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12442
12443 * gdb.trace/ftrace-lock.c: New file.
12444 * gdb.trace/ftrace-lock.exp: New file.
12445
12446 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12447
12448 * gdb.arch/insn-reloc.c: New file.
12449 * gdb.arch/ftrace-insn-reloc.exp: New file.
12450
12451 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12452
12453 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
12454 instruction.
12455 * gdb.trace/pendshr1.c (pendfunc): Likewise.
12456 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
12457 * gdb.trace/range-stepping.c: Likewise.
12458 * gdb.trace/trace-break.c: Likewise.
12459 * gdb.trace/trace-mt.c (thread_function): Likewise.
12460 * gdb.trace/ftrace.c (marker): Likewise.
12461 * gdb.trace/trace-condition.c (marker): Likewise.
12462 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
12463 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
12464 is_aarch64_target.
12465
12466 2015-09-18 Doug Evans <xdje42@gmail.com>
12467
12468 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
12469 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
12470
12471 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12472
12473 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
12474 the breakpoint.
12475
12476 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12477
12478 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
12479 the pending breakpoint. Remove timeout override for "Run till
12480 MI pending breakpoint on pendfunc3 on thread 2" test.
12481
12482 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12483
12484 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
12485 filename pattern.
12486
12487 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12488
12489 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
12490 in breakpoint filename pattern.
12491
12492 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12493
12494 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
12495
12496 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12497
12498 * gdb.linespec/explicit.exp: Check for readline support for
12499 tab-completion tests. Fix obvious typo.
12500
12501 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
12502
12503 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
12504 and replay.
12505
12506 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
12507
12508 * gdb.btrace/non-stop.c: New.
12509 * gdb.btrace/non-stop.exp: New.
12510
12511 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
12512 Yao Qi <yao.qi@linaro.org>
12513
12514 * gdb.trace/trace-condition.c: New file.
12515 * gdb.trace/trace-condition.exp: New file.
12516
12517 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
12518
12519 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
12520 for testing bytecode compilation.
12521
12522 2015-09-16 Pedro Alves <palves@redhat.com>
12523 Sandra Loosemore <sandra@codesourcery.com>
12524
12525 * gdb.threads/non-stop-fair-events.c (timeout): New global.
12526 (SECONDS): Redefine.
12527 (main): Call pthread_kill and alarm early.
12528 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
12529 support.
12530 (test): If the target can't hardware step and doesn't support
12531 displaced stepping, increase the timeout.
12532
12533 2015-09-16 Pedro Alves <palves@redhat.com>
12534
12535 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
12536 (enable_debug): New procedures.
12537 (test): Use them. Bail out if waiting for threads fails.
12538 (top level): Bail out if a test fails.
12539
12540 2015-09-16 Yao Qi <yao.qi@linaro.org>
12541
12542 * gdb.asm/asm-source.exp: Set asm-arch for
12543 aarch64*-*-* target.
12544 * gdb.asm/aarch64.inc: New file.
12545
12546 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
12547
12548 * gdb.ada/array_of_variable_length.exp: New testcase.
12549 * gdb.ada/array_of_variable_length/foo.adb: New file.
12550 * gdb.ada/array_of_variable_length/pck.adb: New file.
12551 * gdb.ada/array_of_variable_length/pck.ads: New file.
12552
12553 2015-09-15 Doug Evans <dje@google.com>
12554
12555 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
12556 of function static local variable.
12557
12558 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12559
12560 * gdb.threads/tls-so_extern.exp: New test file.
12561 * gdb.threads/tls-so_extern.c: New test file.
12562 * gdb.threads/tls-so_extern_main.c: New test file.
12563
12564 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12565
12566 * gdb.opt/solib-intra-step-lib.c: New file.
12567 * gdb.opt/solib-intra-step-main.c: New file.
12568 * gdb.opt/solib-intra-step.exp: New file.
12569
12570 2015-09-15 Pedro Alves <palves@redhat.com>
12571
12572 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
12573 gdb_continue_to_breakpoint instead of gdb_test_multiple.
12574
12575 2015-09-14 Pedro Alves <palves@redhat.com>
12576
12577 * gdb.base/hook-stop-continue.c: Delete.
12578 * gdb.base/hook-stop-continue.exp: Delete.
12579 * gdb.base/hook-stop-frame.c: Delete.
12580 * gdb.base/hook-stop-frame.exp: Delete.
12581 * gdb.base/hook-stop.c: New file.
12582 * gdb.base/hook-stop.exp: New file.
12583
12584 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
12585
12586 * gdb.ada/access_to_packed_array.exp: New testcase.
12587 * gdb.ada/access_to_packed_array/foo.adb: New file.
12588 * gdb.ada/access_to_packed_array/pack.adb: New file.
12589 * gdb.ada/access_to_packed_array/pack.ads: New file.
12590
12591 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
12592
12593 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
12594 buffer size test.
12595
12596 2015-09-11 Don Breazeal <donb@codesourcery.com>
12597
12598 * gdb.base/foll-exec.c: Add copyright header. Fix
12599 formatting issues.
12600 * gdb.base/foll-exec.exp (zap_session): Delete proc.
12601 (do_exec_tests): Use clean_restart in place of zap_session,
12602 and for test initialization. Fix formatting issues. Use
12603 fail in place of perror.
12604 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
12605 an expect statement to match an expression with output from
12606 the program under debug.
12607 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
12608 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
12609 * gdb.threads/non-ldr-exc-2.exp: Likewise.
12610 * gdb.threads/non-ldr-exc-3.exp: Likewise.
12611 * gdb.threads/non-ldr-exc-4.exp: Likewise.
12612
12613 2015-09-09 Doug Evans <dje@google.com>
12614
12615 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
12616
12617 2015-09-09 Doug Evans <dje@google.com>
12618
12619 * gdb.base/pie-execl.exp: Fix result test of build_executable.
12620
12621 2015-09-09 Doug Evans <dje@google.com>
12622
12623 * gdb.base/savedregs.exp: Fix typo.
12624
12625 2015-09-09 Pedro Alves <palves@redhat.com>
12626
12627 * gdb.mi/mi-cli.exp: Add CLI finish tests.
12628
12629 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
12630
12631 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
12632 command actually switches threads. Give up on remaining
12633 tests if target fails to stop at breakpoint.
12634
12635 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
12636
12637 * gdb.ada/funcall_char.exp: New testcase.
12638 * gdb.ada/funcall_char/foo.adb: New file.
12639
12640 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
12641
12642 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
12643 expected outputs. Add two testcases for completing ambiguous
12644 functions.
12645 * gdb.ada/complete/aux_pck.adb: New file.
12646 * gdb.ada/complete/aux_pck.ads: New file.
12647 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
12648 Ambiguous_Func functions.
12649 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
12650 * gdb.ada/complete/pck.adb: Likewise.
12651
12652 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
12653
12654 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
12655 failures to run the test program under GDB.
12656
12657 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
12658
12659 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
12660 to C.
12661
12662 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
12663
12664 * gdb.base/run-after-attach.exp: New test file.
12665 * gdb.base/run-after-attach.c: New test file.
12666
12667 2015-08-26 Don Breazeal <donb@codesourcery.com>
12668
12669 * gdb.base/foll-exec-2.c: New test program.
12670 * gdb.base/foll-exec-2.exp: New test.
12671
12672 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
12673
12674 * gdb.base/nested-subp1.exp: New file.
12675 * gdb.base/nested-subp1.c: New file.
12676 * gdb.base/nested-subp2.exp: New file.
12677 * gdb.base/nested-subp2.c: New file.
12678 * gdb.base/nested-subp3.exp: New file.
12679 * gdb.base/nested-subp3.c: New file.
12680
12681 2015-08-24 Pedro Alves <palves@redhat.com>
12682
12683 * gdb.server/connect-without-multi-process.c: New file.
12684 * gdb.server/connect-without-multi-process.exp: New file.
12685
12686 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
12687
12688 * gdb.opt/inline-markers.c: Make z int.
12689
12690 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
12691
12692 * gdb.opt/inline-markers.c: Make z volatile.
12693
12694 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
12695
12696 * gdb.opt/inline-bt.c: New volatile global z.
12697 * gdb.opt/inline-cmds.c: Likewise.
12698 * gdb.opt/inline-locals.c: Likewise.
12699 * gdb.opt/inline-markers.c: New extern global z.
12700 (marker): Use z.
12701 (inline_fn): Likewise.
12702
12703 2015-08-24 Pedro Alves <palves@redhat.com>
12704
12705 * config/m32r-stub.exp: Remove file.
12706 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
12707 * gdb.base/call-rt-st.exp: Likewise.
12708 * gdb.base/call-strs.exp: Likewise.
12709 * gdb.base/default.exp: Remove references to h8300-*-hms and
12710 *-*-udi*.
12711 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
12712
12713 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12714
12715 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
12716 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
12717 and "return" use KFAIL when GDB can not read/write the vector
12718 return value.
12719
12720 2015-08-21 Gary Benson <gbenson@redhat.com>
12721
12722 * gdb.trace/pending.exp: Cope with remote transfer warnings.
12723
12724 2015-08-20 Pedro Alves <palves@redhat.com>
12725
12726 * gdb.server/solib-list.exp: No longer expect an interior stop in
12727 non-stop mode.
12728
12729 2015-08-20 Pedro Alves <palves@redhat.com>
12730
12731 * gdb.server/connect-stopped-target.c: New file.
12732 * gdb.server/connect-stopped-target.exp: New file.
12733
12734 2015-08-20 Pedro Alves <palves@redhat.com>
12735
12736 * gdb.dwarf2/comp-unit-lang.exp: New file.
12737 * gdb.dwarf2/comp-unit-lang.c: New file.
12738
12739 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
12740
12741 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
12742 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
12743
12744 2015-08-19 Kevin Buettner <kevinb@redhat.com>
12745
12746 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
12747 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
12748
12749 2015-08-18 Doug Evans <dje@google.com>
12750 Adrian Sendroiu <adrian.sendroiu@freescale.com>
12751
12752 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
12753 skip_python_tests. New arg prompt_regexp.
12754 (skip_python_tests): New function.
12755 * lib/mi-support.exp (mi_skip_python_tests): New function.
12756 * gdb.python/py-mi-objfile-gdb.py: New file.
12757 * gdb.python/py-mi-objfile.c: New file.
12758 * gdb.python/py-mi-objfile.exp: New file.
12759
12760 2015-08-17 Keith Seitz <keiths@redhat.com>
12761
12762 * gdb.linespec/explicit.exp: Move strace test from here ...
12763 * gdb.trace/strace.exp: ... to here.
12764
12765 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
12766
12767 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
12768 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
12769
12770 2015-08-14 Doug Evans <xdje42@gmail.com>
12771
12772 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
12773 inferior before selecting a new file.
12774
12775 2015-08-14 Doug Evans <xdje42@gmail.com>
12776
12777 * gdb.mi/mi-disassemble.exp: Update.
12778 * gdb.base/disasm-optim.S: New file.
12779 * gdb.base/disasm-optim.c: New file.
12780 * gdb.base/disasm-optim.h: New file.
12781 * gdb.base/disasm-optim.exp: New file.
12782
12783 2015-08-14 Keith Seitz <keiths@redhat.com>
12784
12785 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
12786 "evaluated-by".
12787
12788 2015-08-13 Joel Brobecker <brobecker@adacore.com>
12789
12790 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
12791
12792 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
12793
12794 * gdb.ada/fun_renaming.exp: New testcase.
12795 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
12796 * gdb.ada/fun_renaming/pack.adb: New file.
12797 * gdb.ada/fun_renaming/pack.ads: New file.
12798
12799 2015-08-12 Keith Seitz <keiths@redhat.com>
12800
12801 * gdb.base/dso2dso.exp: Pass basename of source file in call to
12802 gdb_get_line_number.
12803
12804 2015-08-12 Joel Brobecker <brobecker@adacore.com>
12805
12806 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
12807 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
12808 gdb.base/dso2dso.exp: New files.
12809
12810 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
12811 Pedro Alves <palves@redhat.com>
12812 Keith Seitz <keiths@redhat.com>
12813
12814 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
12815 GDBFLAGS.
12816
12817 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
12818
12819 * gdb.base/gdbhistsize-history.exp
12820 (test_histsize_history_setting): Use save_vars.
12821 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12822 Use save_vars.
12823 (test_no_truncation_of_unlimited_history_file): Use save_vars.
12824 * gdb.base/readline.exp: Use save_vars.
12825
12826 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
12827
12828 * lib/gdb.exp (save_vars): New proc.
12829
12830 2015-08-11 Keith Seitz <keiths@redhat.com>
12831
12832 * gdb.base/help.exp: Update help_breakpoint_text.
12833
12834 2015-08-11 Keith Seitz <keiths@redhat.com>
12835
12836 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
12837 (at toplevel): Call test_explicit_breakpoints.
12838 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
12839 breakpoints.
12840 * lib/mi-support.exp (mi_make_breakpoint): Add support for
12841 breakpoint conditions, "-cond".
12842
12843 2015-08-11 Keith Seitz <keiths@redhat.com>
12844
12845 * gdb.linespec/3explicit.c: New file.
12846 * gdb.linespec/cpexplicit.cc: New file.
12847 * gdb.linespec/cpexplicit.exp: New file.
12848 * gdb.linespec/explicit.c: New file.
12849 * gdb.linespec/explicit.exp: New file.
12850 * gdb.linespec/explicit2.c: New file.
12851 * gdb.linespec/ls-errs.exp: Add explicit location tests.
12852 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
12853 before using in the matching pattern.
12854 Clarify that `prefix' is a regular expression.
12855
12856 2015-08-11 Keith Seitz <keiths@redhat.com>
12857
12858 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
12859 test.
12860 Add tests for missing ",FMT" and ",".
12861
12862 2015-08-10 Doug Evans <dje@google.com>
12863 Keith Seitz <keiths@redhat.com>
12864
12865 PR gdb/17960
12866 * gdb.base/completion.exp: Add location completer tests.
12867
12868 2015-08-07 Pedro Alves <palves@redhat.com>
12869
12870 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
12871 tests here.
12872 (top level): Run do_test with and without displaced stepping.
12873
12874 2015-08-07 Pedro Alves <palves@redhat.com>
12875
12876 * gdb.base/valgrind-disp-step.c: New file.
12877 * gdb.base/valgrind-disp-step.exp: New file.
12878
12879 2015-08-07 Pedro Alves <palves@redhat.com>
12880
12881 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
12882 Delete function.
12883 (main): Add alarm. Run an infinite loop instead of calling
12884 wait_threads.
12885 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
12886 comment.
12887 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
12888 Delete function.
12889 (main): Add alarm. Run an infinite loop instead of calling
12890 wait_threads.
12891 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
12892 comment.
12893
12894 2015-08-07 Pedro Alves <palves@redhat.com>
12895
12896 * gdb.base/checkpoint-ns.exp: New file.
12897 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
12898 standard_testfile.
12899
12900 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
12901
12902 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
12903 * gdb.btrace/instruction_history.exp: Update.
12904 * gdb.btrace/tsx.exp: New.
12905 * gdb.btrace/tsx.c: New.
12906
12907 2015-08-06 Pedro Alves <palves@redhat.com>
12908
12909 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
12910 increase timeout.
12911 * gdb.reverse/until-precsave.exp: Bump timeouts.
12912
12913 2015-08-06 Pedro Alves <palves@redhat.com>
12914
12915 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
12916
12917 2015-08-06 Pedro Alves <palves@redhat.com>
12918
12919 PR gdb/18749
12920 * gdb.threads/process-dies-while-handling-bp.c: New file.
12921 * gdb.threads/process-dies-while-handling-bp.exp: New file.
12922
12923 2015-08-06 Pedro Alves <palves@redhat.com>
12924
12925 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
12926 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
12927
12928 2015-08-05 Pedro Alves <palves@redhat.com>
12929
12930 * gdb.threads/next-while-other-thread-longjmps.c: New file.
12931 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
12932
12933 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
12934
12935 * gdb.base/bp-permanent.exp: Report test as unsupported if
12936 the target cannot stop at the permanent breakpoint.
12937
12938 2015-08-03 Doug Evans <dje@google.com>
12939
12940 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
12941 10000.
12942
12943 2015-08-03 Doug Evans <dje@google.com>
12944
12945 * Makefile.in (workers/%.worker, build-perf): New rule.
12946 (GDB_PERFTEST_MODE): New variable.
12947 (check-perf): Use it.
12948 (clean): Clean up gdb.perf parallel build subdirs.
12949 * lib/build-piece.exp: New file.
12950 * lib/gdb.exp (make_gdb_parallel_path): New function
12951 (standard_output_file, standard_temp_file): Call it.
12952 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12953 of $GDB_PARALLEL.
12954 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
12955
12956 2015-08-03 Doug Evans <dje@google.com>
12957
12958 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
12959 (LOG_FILE_NAME): New global.
12960 (TextReporter.__init__): Initialize self.txt_sum.
12961 (TextReporter.report): Add support for multiple data-points.
12962 Move report to perftest.sum, put raw data in perftest.log.
12963 (TextReporter.start): Open sum and log files.
12964 (TextReporter.end): Close sum and log files.
12965 * gdb.perf/lib/perftest/testresult.py
12966 (SingleStatisticTestResult.record): Handle multiple data-points.
12967
12968 2015-07-31 Pedro Alves <palves@redhat.com>
12969
12970 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
12971 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12972 kill_wait_spawned_process instead of explicit "kill -9".
12973 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
12974 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12975 kill_wait_spawned_process.
12976 * gdb.base/attach-twice.exp: Likewise.
12977 * gdb.base/attach.exp: Likewise.
12978 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
12979 gdb_test_multiple.
12980 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
12981 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12982 kill_wait_spawned_process.
12983 * gdb.base/valgrind-infcall.exp: Likewise.
12984 * gdb.multi/multi-attach.exp: Likewise.
12985 * gdb.python/py-prompt.exp: Likewise.
12986 * gdb.python/py-sync-interp.exp: Likewise.
12987 * gdb.server/ext-attach.exp: Likewise.
12988 * gdb.threads/attach-into-signal.exp (corefunc): Use
12989 spawn_wait_for_attach, spawn_id_get_pid and
12990 kill_wait_spawned_process.
12991 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
12992 spawn_wait_for_attach returning a spawn id instead of a pid. Use
12993 spawn_id_get_pid and kill_wait_spawned_process.
12994 * gdb.threads/attach-stopped.exp (corefunc): Use
12995 spawn_wait_for_attach, spawn_id_get_pid and
12996 kill_wait_spawned_process.
12997 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
12998 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12999 kill_wait_spawned_process instead of explicit "kill -9".
13000 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
13001 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
13002 (spawn_wait_for_attach): Use spawn instead of exec to spawn
13003 processes. Don't map cygwin/windows pids here. Now returns a
13004 spawn id list.
13005
13006 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
13007
13008 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
13009 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
13010 correct patch.
13011
13012 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
13013
13014 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
13015
13016 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
13017
13018 Reapply:
13019 2014-05-21 Mark Wielaard <mjw@redhat.com>
13020
13021 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
13022
13023 2015-07-30 Pedro Alves <palves@redhat.com>
13024
13025 * linux-low.c (handle_extended_wait): Set the child's last
13026 reported status to TARGET_WAITKIND_STOPPED.
13027
13028 2015-07-30 Pedro Alves <palves@redhat.com>
13029
13030 PR threads/18600
13031 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
13032 only shows inferior 1.
13033
13034 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
13035 Pedro Alves <palves@redhat.com>
13036
13037 PR threads/18600
13038 * gdb.threads/fork-plus-threads.c: New file.
13039 * gdb.threads/fork-plus-threads.exp: New file.
13040
13041 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13042
13043 * gdb.base/batch-preserve-term-settings.exp
13044 (test_terminal_settings_preserved_after_cli_exit): Use
13045 send_quit_command.
13046
13047 2015-07-29 Pedro Alves <palves@redhat.com>
13048 Don Breazeal <donb@codesourcery.com>
13049
13050 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
13051 output from both inferior_spawn_id and gdb_spawn_id.
13052
13053 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
13054
13055 * gdb.threads/attach-into-signal.exp (corefunc): Use
13056 with_test_prefix on nested loops, uniquefying the test messages.
13057
13058 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
13059
13060 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
13061 commit.
13062
13063 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13064
13065 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
13066 New proc.
13067 (test_terminal_settings_preserved_after_sigterm): New test.
13068
13069 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13070
13071 * gdb.base/batch-preserve-term-settings.exp
13072 (test_terminal_settings_preserved_after_cli_exit): New test.
13073
13074 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13075
13076 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
13077 manipulation of saved_gdbflags.
13078 (test_terminal_settings_preserved): Remove global declaration of
13079 the unused variable pagination_prompt. Remove manipulation of
13080 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
13081 GDBFLAGS.
13082
13083 2015-07-29 Pedro Alves <palves@redhat.com>
13084
13085 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
13086
13087 2015-07-29 Pedro Alves <palves@redhat.com>
13088
13089 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
13090 at the top.
13091
13092 2015-07-29 Pedro Alves <palves@redhat.com>
13093
13094 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
13095 (main): Call gdb_unbuffer_output.
13096 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
13097 (main): Call gdb_unbuffer_output.
13098 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
13099 (main): Call gdb_unbuffer_output.
13100 * gdb.base/call-strs.exp: Adjust to step over the
13101 gdb_unbuffer_output call.
13102 * gdb.base/catch-gdb-caused-signals.c: Include
13103 "../lib/unbuffer_output.c".
13104 (main): Call gdb_unbuffer_output.
13105 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
13106 (main): Call gdb_unbuffer_output.
13107 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
13108 (main): Call gdb_unbuffer_output.
13109 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
13110 (main): Call gdb_unbuffer_output.
13111 * gdb.base/shlib-call.exp: Adjust to step over the
13112 gdb_unbuffer_output call.
13113 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
13114 (main): Call gdb_unbuffer_output.
13115 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
13116 (main): Call gdb_unbuffer_output.
13117 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
13118 (main): Rename to ...
13119 (test): ... this.
13120 (main): Reimplement.
13121 * gdb.base/varargs.exp: Run to test instead of to main.
13122 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
13123 (main): Call gdb_unbuffer_output.
13124
13125 2015-07-29 Pedro Alves <palves@redhat.com>
13126
13127 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
13128 factore out from mi_continue_dprintf. For call-style dprintfs,
13129 expect dprintf output out of $inferior_spawn_id.
13130 (mi_continue_dprintf): Use mi_expect_dprintf.
13131 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
13132 (main): Call gdb_unbuffer_output.
13133
13134 2015-07-29 Pedro Alves <palves@redhat.com>
13135
13136 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
13137 (default_mi_gdb_start): Set inferior_spawn_id instead of
13138 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
13139 gdb_spawn_id.
13140 (mi_gdb_test): Always expect inferior output from both
13141 $inferior_spawn_id and $gdb_spawn_id.
13142
13143 2015-07-29 Pedro Alves <palves@redhat.com>
13144
13145 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
13146 send_inferior and $inferior_spawn_id.
13147
13148 2015-07-29 Pedro Alves <palves@redhat.com>
13149
13150 * gdb.gdb/complaints.exp (test_initial_complaints)
13151 (test_serial_complaints, test_short_complaints): Use
13152 gdb_test_stdio.
13153 (test_empty_complaint): Handle $inferior_spawn_id !=
13154 $gdb_spawn_id.
13155
13156 2015-07-29 Pedro Alves <palves@redhat.com>
13157
13158 * gdb.base/varargs.exp: Use gdb_test_stdio.
13159
13160 2015-07-29 Pedro Alves <palves@redhat.com>
13161
13162 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
13163
13164 2015-07-29 Pedro Alves <palves@redhat.com>
13165
13166 * gdb.base/ending-run.exp: Use gdb_test_stdio.
13167
13168 2015-07-29 Pedro Alves <palves@redhat.com>
13169
13170 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
13171 parameter into two new parameters, "inf_result" and "gdb_result".
13172 Expect inferior output and gdb output from $inferior_spawn_id and
13173 $gdb_spawn_id, respectively. Adjust all callers.
13174
13175 2015-07-29 Pedro Alves <palves@redhat.com>
13176
13177 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
13178 of gdb_test_sequence.
13179
13180 2015-07-29 Pedro Alves <palves@redhat.com>
13181
13182 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
13183 (saw_spurious_output): Expect inferior output from
13184 $inferior_spawn_id. Use gdb_test_stdio.
13185
13186 2015-07-29 Pedro Alves <palves@redhat.com>
13187
13188 * gdb.base/dprintf.exp: Use standard_testfile. Change
13189 prepare_for_testing call.
13190 (srcfile): Don't set.
13191 (restart): New procedure.
13192 (test_dprintf): New procecure, use to continue over dprintfs.
13193 (test_call, test_agent): New procedures, tests moved here.
13194 Restart gdb and recreate dprintfs. Adjust expected output.
13195
13196 2015-07-29 Pedro Alves <palves@redhat.com>
13197
13198 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
13199
13200 2015-07-29 Pedro Alves <palves@redhat.com>
13201
13202 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
13203
13204 2015-07-29 Pedro Alves <palves@redhat.com>
13205
13206 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
13207 gdb_test_stdio.
13208
13209 2015-07-29 Pedro Alves <palves@redhat.com>
13210
13211 * lib/gdb.exp (gdb_test_stdio): New procedure.
13212
13213 2015-07-29 Pedro Alves <palves@redhat.com>
13214
13215 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
13216
13217 2015-07-29 Pedro Alves <palves@redhat.com>
13218
13219 * gdb.base/call-signal-resume.exp: Remove check for
13220 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
13221 * gdb.base/unwindonsignal.exp: Likewise.
13222 * gdb.base/call-signals.c (gen_signal): Remove printf call.
13223 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
13224
13225 2015-07-29 Pedro Alves <palves@redhat.com>
13226
13227 * gdb.base/siginfo-addr.c (pass): New function.
13228 (handler): Call it iff si_addr is correct.
13229 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
13230 Set a breakpoint at "pass" and continue to it.
13231
13232 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
13233
13234 * gdb.python/py-objfile.exp: Make some tests have unique names.
13235 * gdb.python/py-pp-registration.exp: Likewise.
13236
13237 2015-07-28 Pedro Alves <palves@redhat.com>
13238
13239 * gdb.server/server-exec-info.exp: Issue a "disconnect".
13240
13241 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
13242
13243 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
13244
13245 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
13246
13247 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
13248
13249 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
13250
13251 * gdb.base/gdb-sigterm-2.exp: New test.
13252
13253 2015-07-25 Doug Evans <xdje42@gmail.com>
13254
13255 Revert:
13256 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
13257 (workers/%.worker, build-perf): New rule.
13258 (GDB_PERFTEST_MODE): New variable.
13259 (check-perf): Use it.
13260 (clean): Clean up gdb.perf parallel build subdirs.
13261 * lib/build-piece.exp: New file.
13262 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
13263 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
13264 name.
13265 (standard_temp_file): Ditto.
13266 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
13267 of $GDB_PARALLEL.
13268
13269 2015-07-24 Doug Evans <dje@google.com>
13270
13271 * gdb.perf/lib/perftest/utils.py: New file.
13272 * gdb.perf/gm-hello.cc: New file.
13273 * gdb.perf/gm-pervasive-typedef.cc: New file.
13274 * gdb.perf/gm-pervasive-typedef.h: New file.
13275 * gdb.perf/gm-std.cc: New file.
13276 * gdb.perf/gm-std.h: New file.
13277 * gdb.perf/gm-use-cerr.cc: New file.
13278 * gdb.perf/gm-utils.h: New file.
13279 * gdb.perf/gmonster-null-lookup.py: New file.
13280 * gdb.perf/gmonster-pervasive-typedef.py: New file.
13281 * gdb.perf/gmonster-print-cerr.py: New file.
13282 * gdb.perf/gmonster-ptype-string.py: New file.
13283 * gdb.perf/gmonster-runto-main.py: New file.
13284 * gdb.perf/gmonster-select-file.py: New file.
13285 * gdb.perf/gmonster1-null-lookup.exp: New file.
13286 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
13287 * gdb.perf/gmonster1-print-cerr.exp: New file.
13288 * gdb.perf/gmonster1-ptype-string.exp: New file.
13289 * gdb.perf/gmonster1-runto-main.exp: New file.
13290 * gdb.perf/gmonster1-select-file.exp: New file.
13291 * gdb.perf/gmonster1.cc: New file.
13292 * gdb.perf/gmonster1.exp: New file.
13293 * gdb.perf/gmonster2-null-lookup.exp: New file.
13294 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
13295 * gdb.perf/gmonster2-print-cerr.exp: New file.
13296 * gdb.perf/gmonster2-ptype-string.exp: New file.
13297 * gdb.perf/gmonster2-runto-main.exp: New file.
13298 * gdb.perf/gmonster2-select-file.exp: New file.
13299 * gdb.perf/gmonster2.cc: New file.
13300 * gdb.perf/gmonster2.exp: New file.
13301
13302 2015-07-24 Doug Evans <dje@google.com>
13303
13304 * gdb.perf/README: New file.
13305 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
13306 * lib/gen-perf-test.exp: New file.
13307
13308 2015-07-24 Doug Evans <dje@google.com>
13309
13310 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
13311 (PerfTest::startup): New function.
13312 (PerfTest::run): Return result of calling body.
13313 (PerfTest::assemble): Rewrite.
13314 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
13315 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
13316 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
13317 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
13318 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
13319
13320 2015-07-24 Doug Evans <dje@google.com>
13321
13322 * lib/gdb.exp (clean_restart): Make executable optional.
13323
13324 2015-07-24 Doug Evans <dje@google.com>
13325
13326 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
13327 compiler_info references.
13328 * gdb.cp/temargs.exp: Ditto.
13329 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
13330 (get_compiler_info): Early exit if already computed. Set compiler_info
13331 to "unknown" if there was a problem.
13332 (test_compiler_info): Add function comment. Call get_compiler_info.
13333
13334 2015-07-24 Doug Evans <dje@google.com>
13335
13336 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
13337 (workers/%.worker, build-perf): New rule.
13338 (GDB_PERFTEST_MODE): New variable.
13339 (check-perf): Use it.
13340 (clean): Clean up gdb.perf parallel build subdirs.
13341 * lib/build-piece.exp: New file.
13342 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
13343 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
13344 name.
13345 (standard_temp_file): Ditto.
13346 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
13347 of $GDB_PARALLEL.
13348
13349 2015-07-24 Doug Evans <dje@google.com>
13350
13351 * lib/future.exp (gdb_default_target_compile): New option
13352 "early_flags".
13353 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
13354 --as-needed.
13355
13356 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
13357
13358 * gdb.base/catch-syscall.exp: Call gdb_exit before
13359 gdb_skip_xml_test.
13360
13361 2015-07-24 Pedro Alves <palves@redhat.com>
13362
13363 * gdb.python/py-events.exp: Accept output between the stop event
13364 and the prompt.
13365 * gdb.python/py-evsignal.exp: Likewise.
13366 * gdb.python/py-evthreads.exp: Likewise.
13367
13368 2015-07-24 Pedro Alves <palves@redhat.com>
13369
13370 PR gdb/18717
13371 * gdb.threads/non-ldr-exit.c: New file.
13372 * gdb.threads/non-ldr-exit.exp: New file.
13373
13374 2015-07-24 Yao Qi <yao.qi@linaro.org>
13375
13376 * gdb.server/ext-wrapper.exp: Test --wrapper option when
13377 restarting process.
13378
13379 2015-07-24 Yao Qi <yao.qi@linaro.org>
13380
13381 * gdb.server/ext-restart.exp: New file.
13382
13383 2015-07-24 Yao Qi <yao.qi@linaro.org>
13384
13385 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
13386 argument options.
13387 * gdb.server/ext-wrapper.exp: New file.
13388
13389 2015-07-23 Doug Evans <dje@google.com>
13390
13391 * gdb.dwarf2/dw2-dummy-cu.S: New file.
13392 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
13393
13394 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
13395
13396 * gdb.ada/var_arr_typedef.exp: New testcase.
13397 * gdb.ada/var_arr_typedef/pack.adb: New file.
13398 * gdb.ada/var_arr_typedef/pack.ads: New file.
13399 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
13400
13401 2015-07-20 Joel Brobecker <brobecker@adacore.com>
13402
13403 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
13404
13405 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13406
13407 * gdb.arch/i386-biarch-core.exp: Replace istarget
13408 by "complete set gnutarget". Remove expectation for the "core-file"
13409 command.
13410
13411 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13412
13413 Revert the previous commit:
13414 Tests for validate symbol file using build-id.
13415
13416 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
13417
13418 Tests for validate symbol file using build-id.
13419 * gdb.base/solib-mismatch-lib.c: New file.
13420 * gdb.base/solib-mismatch-libmod.c: New file.
13421 * gdb.base/solib-mismatch.c: New file.
13422 * gdb.base/solib-mismatch.exp: New file.
13423
13424 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
13425
13426 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
13427 nios2-*-linux*.
13428 * gdb.base/sigbpt.exp (stepi_out): Likewise.
13429 * gdb.base/siginfo.exp: Likewise.
13430 * gdb.base/sigstep.exp (advance, advancei): Likewise.
13431
13432 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
13433
13434 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
13435 Move it to ...
13436 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
13437 ... here.
13438 * gdb.trace/range-stepping.exp: Check that the target supports
13439 range stepping.
13440
13441 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13442
13443 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
13444
13445 2015-07-14 Pedro Alves <palves@redhat.com>
13446
13447 * gdb.base/killed-outside.exp: New file.
13448 * gdb.base/killed-outside.c: New file.
13449
13450 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
13451
13452 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
13453 (n at main): New.
13454 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
13455
13456 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
13457
13458 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
13459 infcall tests instead of setting up for KFAIL.
13460
13461 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
13462
13463 * gdb.btrace/record_goto-step.exp: New.
13464
13465 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13466
13467 PR compile/18484
13468 * gdb.compile/compile.c (struct struct_type): Add volatile to
13469 selffield's type.
13470 * gdb.compile/compile.exp
13471 (compile code struct_object.selffield = &struct_object): Skip further
13472 struct_object tests if this one xfails.
13473
13474 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
13475
13476 PR exp/18617
13477 * gdb.trace/ax.exp: Add test.
13478
13479 2015-07-07 Yao Qi <yao.qi@linaro.org>
13480
13481 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
13482 instead of istarget "aarch64*-*-*".
13483 * gdb.arch/aarch64-fp.exp: Likewise.
13484 * gdb.base/float.exp: Likewise.
13485 * gdb.reverse/aarch64.exp: Likewise.
13486 * lib/gdb.exp (is_aarch64_target): New proc.
13487
13488 2015-07-07 Yao Qi <yao.qi@linaro.org>
13489
13490 * lib/gdb.exp (is_aarch32_target): New proc.
13491 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
13492 instead of "istarget "arm*-*-*"".
13493 * gdb.arch/arm-disp-step.exp: Likewise.
13494 * gdb.arch/thumb-bx-pc.exp: Likewise.
13495 * gdb.arch/thumb-prologue.exp: Likewise.
13496 * gdb.arch/thumb-singlestep.exp: Likewise.
13497 * gdb.base/disp-step-syscall.exp: Likewise.
13498 * gdb.base/float.exp: Likewise.
13499
13500 2015-07-07 Yao Qi <yao.qi@linaro.org>
13501
13502 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
13503 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
13504
13505 2015-07-07 Yao Qi <yao.qi@linaro.org>
13506
13507 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
13508 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
13509 if it exists.
13510 * gdb.multi/multi-arch.exp: Likewise.
13511
13512 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
13513
13514 * gdb.python/py-lazy-string.exp: Add missing parentheses to
13515 print.
13516
13517 2015-07-07 Yao Qi <yao.qi@linaro.org>
13518
13519 * gdb.arch/thumb-singlestep.exp: Do one more single step.
13520
13521 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
13522
13523 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
13524 '[' and ']' characters.
13525
13526 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
13527
13528 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
13529
13530 2015-06-29 Pedro Alves <palves@redhat.com>
13531
13532 PR threads/18127
13533 * gdb.threads/hand-call-new-thread.c: New file.
13534 * gdb.threads/hand-call-new-thread.c: New file.
13535
13536 2015-06-26 Keith Seitz <keiths@redhat.com>
13537 Doug Evans <dje@google.com>
13538
13539 PR 16253
13540 * gdb.cp/var-tag-2.cc: New file.
13541 * gdb.cp/var-tag-3.cc: New file.
13542 * gdb.cp/var-tag-4.cc: New file.
13543 * gdb.cp/var-tag.cc: New file.
13544 * gdb.cp/var-tag.exp: New file.
13545
13546 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
13547
13548 * gdb.base/history-duplicates.exp: New test.
13549
13550 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
13551
13552 * gdb.base/completion.exp: Test the completion of the "focus"
13553 command.
13554
13555 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13556
13557 * gdb.arch/amd64-prologue-skip.S: New file.
13558 * gdb.arch/amd64-prologue-skip.exp: New file.
13559
13560 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
13561
13562 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
13563 is_address_zero_readable check.
13564
13565 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
13566
13567 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
13568 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
13569
13570 2015-06-24 Yao Qi <yao.qi@linaro.org>
13571
13572 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
13573 linux targets.
13574
13575 2015-06-24 Yao Qi <yao.qi@linaro.org>
13576
13577 * lib/gdb.exp (supports_get_siginfo_type): New proc.
13578 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
13579 * gdb.base/siginfo-thread.exp: Likewise.
13580
13581 2015-06-22 Yao Qi <yao.qi@linaro.org>
13582
13583 * boards/remote-gdbserver-on-localhost.exp: Add comments.
13584
13585 2015-06-22 Yao Qi <yao.qi@linaro.org>
13586
13587 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
13588 aarch64*-*-*.
13589 (skip_hw_watchpoint_tests): Likewise.
13590
13591 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
13592
13593 * gdb.base/gdbinit-history.exp: Test the interaction between
13594 setting GDBHISTSIZE and setting the history size via .gdbinit.
13595
13596 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13597
13598 PR gdb/16999
13599 * gdb.base/gdbhistsize-history.exp: New test.
13600
13601 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13602
13603 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
13604 with GDBHISTSIZE.
13605 * gdb.base/readline.exp: Likewise.
13606
13607 2015-06-17 Yao Qi <yao.qi@linaro.org>
13608
13609 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
13610 line.
13611
13612 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13613
13614 * gdb.base/gdbinit-history.exp: Add test case to check that
13615 an unlimited history file does not get truncated on exit.
13616
13617 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13618
13619 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
13620 (VECTOR): New macro. Use it...
13621 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
13622 ...for these typedefs.
13623 (int8, char1, int1, double1): New typedefs.
13624 (struct just_int2, struct two_int2): New structures.
13625 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
13626 (add_structvecs, add_singlevecs): New functions.
13627 (main): Call add_some_intvecs twice.
13628 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
13629 the compile and exit upon failure. Try compiling for the "native"
13630 architecture. Test inferior function calls with vector arguments
13631 and vector return value handling with "finish" and "return".
13632
13633 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
13634
13635 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
13636 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
13637 PE file.
13638 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
13639
13640 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
13641
13642 PR breakpoints/16465
13643 * gdb.mi/mi-dprintf-pending.c: New file.
13644 * gdb.mi/mi-dprintf-pending.exp: New test.
13645 * gdb.mi/mi-dprintf-pendshr.c: New file.
13646
13647 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13648 Mircea Gherzan <mircea.gherzan@intel.com>
13649
13650 * gdb.arch/i386-mpx-map.c: New file.
13651 * gdb.arch/i386-mpx-map.exp: New File.
13652
13653 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13654
13655 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
13656 * gdb.arch/i386-mpx.exp: Indentation fixed.
13657
13658 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13659
13660 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
13661 function and improved indentation.
13662 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
13663 gdb_test_multiple. Added additional tests to skip the test.
13664
13665 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13666
13667 * gdb.arch/i386-avx512.c: Change path in include file.
13668 * gdb.arch/i386-avx512.exp: Change include dir path
13669 compilation flag.
13670 * gdb.arch/i386-mpx.c: Change path in include file.
13671 * gdb.arch/i386-mpx.exp: Change include dir path compilation
13672 flag.
13673
13674 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
13675
13676 * gdb.compile/compile-print.exp (compile print *vararray@3)
13677 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
13678
13679 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13680
13681 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
13682 (do not keep jit in memory): ... this.
13683 (expect 5): Change it to ...
13684 (expect no 5): ... this.
13685
13686 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
13687
13688 PR gdb/15564
13689 * gdb.mi/mi-detach.exp: New file.
13690
13691 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13692
13693 PR symtab/18392
13694 * gdb.arch/amd64-tailcall-self.S: New file.
13695 * gdb.arch/amd64-tailcall-self.c: New file.
13696 * gdb.arch/amd64-tailcall-self.exp: New file.
13697
13698 2015-05-28 Don Breazeal <donb@codesourcery.com>
13699
13700 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
13701 tests for remote targets by checking is_target_gdbserver.
13702
13703 2015-05-27 Doug Evans <dje@google.com>
13704
13705 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
13706 * gdb.dwarf2/opaque-type-lookup.c: New file.
13707 * gdb.dwarf2/opaque-type-lookup.exp: New file.
13708
13709 2015-05-26 Doug Evans <dje@google.com>
13710
13711 * gdb.cp/iostream.cc: New file.
13712 * gdb.cp/iostream.exp: New file.
13713
13714 2015-05-26 Doug Evans <dje@google.com>
13715
13716 * gdb.dwarf2/dw2-op-call.exp: Update.
13717 * gdb.dwarf2/dw4-sig-types.exp: Update.
13718 * gdb.dwarf2/implptr.exp: Update.
13719 * gdb.mi/mi-cmd-param-changed.exp: Update.
13720
13721 2015-05-26 Doug Evans <dje@google.com>
13722
13723 * gdb.python/py-lazy-string.c: New file.
13724 * gdb.python/py-lazy-string.exp: New file.
13725 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
13726 (main): Update. Add estring3.
13727 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
13728 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
13729
13730 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
13731 Yao Qi <yao.qi@linaro.org>
13732
13733 * gdb.reverse/aarch64.c: New.
13734 * gdb.reverse/aarch64.exp: New.
13735
13736 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
13737
13738 * lib/gdb.exp (supports_process_record): Return true for
13739 aarch64*-linux*.
13740 (supports_reverse): Likewise.
13741
13742 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
13743
13744 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13745 Use with_test_prefix.
13746
13747 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
13748
13749 * gdb.base/completion.exp: Add test for completion of layout
13750 names.
13751
13752 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
13753
13754 * lib/gdb.exp (skip_tui_tests): New proc.
13755 * gdb.base/tui-layout.exp: Check skip_tui_tests.
13756
13757 2015-05-19 Pedro Alves <palves@redhat.com>
13758
13759 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13760 Save the whole env array instead of just HOME. Unset HISTSIZE in
13761 the environment while testing. Restore whole environment
13762 afterwards.
13763
13764 2015-05-16 Doug Evans <xdje42@gmail.com>
13765
13766 * gdb.guile/scm-ports.c: New file.
13767 * gdb.guile/scm-ports.exp: Add memory port tests.
13768
13769 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13770
13771 * gdb.compile/compile-print.c: New file.
13772 * gdb.compile/compile-print.exp: New file.
13773
13774 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13775
13776 * gdb.compile/compile-ops.exp: Cast param to void.
13777 * gdb.compile/compile.exp: Complete type for _gdb_expr.
13778 (compile code struct_object.selffield = &struct_object): Add xfail.
13779
13780 2015-05-15 Joel Brobecker <brobecker@adacore.com>
13781
13782 * gdb.ada/arr_enum_with_gap: New testcase.
13783
13784 2015-05-15 Joel Brobecker <brobecker@adacore.com>
13785
13786 * gdb.ada/byte_packed_arr: New testcase.
13787
13788 2015-05-15 Joel Brobecker <brobecker@adacore.com>
13789
13790 * gdb.ada/pckd_neg: New testcase.
13791
13792 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
13793
13794 PR gdb/17820
13795 * gdb.base/gdbinit-history.exp: New test.
13796 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
13797 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
13798
13799 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
13800
13801 * gdb.python/py-xmethods.cc: Enhance test case.
13802 * gdb.python/py-xmethods.exp: New tests.
13803 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
13804 function.
13805 (B_indexoper): Likewise.
13806 (global_dm_list) : Add new xmethod worker functions.
13807
13808 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
13809
13810 * gdb.base/coredump-filter.exp: Correctly unset
13811 "coredump_var_addr" array.
13812
13813 2015-05-08 Pedro Alves <palves@redhat.com>
13814
13815 * gdb.server/non-existing-program.exp: Unset spawn_id.
13816
13817 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
13818
13819 PR python/18291
13820 * gdb.python/py-xmethods.exp: Add tests.
13821
13822 2015-05-08 Yao Qi <yao.qi@linaro.org>
13823
13824 PR gdb/18208
13825 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
13826 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
13827 function set_coredump_filter, and remove remote_exec call.
13828 Remove argument ipid. Callers update.
13829 (top level): Don't get inferior's PID.
13830
13831 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
13832
13833 * gdb.base/watch_thread_num.exp: Skip test on targets without
13834 access watchpoints.
13835
13836 2015-05-06 Pedro Alves <palves@redhat.com>
13837
13838 PR server/18081
13839 * gdb.server/non-existing-program.exp: New file.
13840
13841 2015-05-05 Joel Brobecker <brobecker@adacore.com>
13842
13843 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
13844
13845 2015-05-05 Joel Brobecker <brobecker@adacore.com>
13846
13847 * gdb.ada/out_of_line_in_inlined: New testcase.
13848
13849 2015-05-05 Joel Brobecker <brobecker@adacore.com>
13850
13851 * gdb.ada/var_rec_arr: New testcase.
13852
13853 2015-04-30 Yao Qi <yao.qi@linaro.org>
13854
13855 * gdb.base/break-idempotent.exp: If
13856 skip_hw_watchpoint_multi_tests returns true, skip the tests
13857 on "rwatch" and "awatch".
13858
13859 2015-04-30 Yao Qi <yao.qi@linaro.org>
13860
13861 * gdb.base/relativedebug.exp: Invoke gdb command
13862 "info sharedlibrary", and if libc.so doesn't have debug info,
13863 skip the test.
13864
13865 2015-04-29 Doug Evans <dje@google.com>
13866
13867 * gdb.python/py-xmethods.exp: Add ptype tests.
13868 * gdb.python/py-xmethods.py (E_method_char_worker): Add
13869 get_result_type method.
13870
13871 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
13872
13873 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
13874 the target does not support hardware watchpoints.
13875
13876 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
13877
13878 * gdb.base/break-always.exp: Abort testing if writing to memory
13879 causes an error.
13880
13881 2015-04-28 Doug Evans <dje@google.com>
13882
13883 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
13884 * gdb.python/py-pp-registration.exp: ... here. New file.
13885 * gdb.python/py-pp-registration.c: New file.
13886 * gdb.python/py-pp-registration.py: New file.
13887
13888 2015-04-28 Doug Evans <dje@google.com>
13889
13890 * gdb.python/py-bad-printers.c: New file.
13891 * gdb.python/py-bad-printers.py: New file.
13892 * gdb.python/py-bad-printers.exp: New file.
13893
13894 2015-04-28 Sasha Smundak <asmundak@google.com>
13895
13896 * gdb.python/py-type.exp: New test.
13897
13898 2015-04-28 Andy Wingo <wingo@igalia.com>
13899
13900 * gdb.python/py-parameter.exp:
13901 * gdb.guile/scm-parameter.exp: Escape the path that we are
13902 matching against, as it might contain characters that are special
13903 to regular expressions.
13904
13905 2015-04-27 Joel Brobecker <brobecker@adacore.com>
13906
13907 * gdb.ada/rec_comp: New testcase.
13908
13909 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
13910
13911 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
13912 before using it.
13913
13914 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
13915
13916 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
13917 new tests for verilog output.
13918
13919 2015-04-24 Yao Qi <yao.qi@linaro.org>
13920
13921 * boards/remote-gdbserver-on-localhost.exp: New file.
13922
13923 2015-04-23 Pedro Alves <palves@redhat.com>
13924
13925 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
13926 $inferior_spawn_id instead of $inferior_spawn_id directly. On
13927 "end of file", remove $inferior_spawn_id from the indirect list.
13928
13929 2015-04-23 Pedro Alves <palves@redhat.com>
13930
13931 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
13932
13933 2015-04-23 Pedro Alves <palves@redhat.com>
13934
13935 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
13936 on $any_spawn_id instead of only on $gdb_spawn_id.
13937
13938 2015-04-21 Pierre Muller <muller@sourceware.org>
13939
13940 PR pascal/17815
13941 * lib/pascal.exp (gpc_compile): Add new option "class".
13942 (fpc_compile): Likewise.
13943 * gdb.pascal/case-insensitive-symbols.pas: New file.
13944 * gdb.pascal/case-insensitive-symbols.exp: New file.
13945
13946 2015-04-20 Gary Benson <gbenson@redhat.com>
13947
13948 * gdb.base/attach.exp: Fix three extended remote failures.
13949
13950 2015-04-17 Gary Benson <gbenson@redhat.com>
13951
13952 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
13953 the main executable over the remote protocol.
13954
13955 2015-04-16 Pedro Alves <palves@redhat.com>
13956
13957 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
13958 a new gdbserver if gdbserver_reconnect_p is set.
13959
13960 2015-04-16 Pedro Alves <palves@redhat.com>
13961
13962 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
13963 is set, don't exit gdbserver.
13964
13965 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13966
13967 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
13968 appropriate .insn, such that an older assembler can be used.
13969 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
13970 the z/Architecture instruction set on 31-bit targets as well.
13971
13972 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13973
13974 * gdb.go/handcall.exp: Remove all logic related to the first
13975 breakpoint and rely on go_runto_main instead.
13976 * gdb.go/strings.exp: Likewise.
13977 * gdb.go/unsafe.exp: Likewise.
13978 * gdb.go/hello.exp: Likewise. Also rename the remaining
13979 breakpoint marker to "breakpoint 1".
13980 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
13981 * gdb.go/strings.go: Likewise.
13982 * gdb.go/unsafe.go: Likewise.
13983 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
13984 "set breakpoint 2 here" and rename the remaining breakpoint marker
13985 to "breakpoint 1".
13986
13987 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
13988
13989 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
13990 if itertools.imap is not present.
13991 * gdb.python/py-objfile.exp: Add parentheses.
13992 * gdb.python/py-type.exp: Same.
13993 * gdb.python/py-unwind-maint.py: Same.
13994
13995 2015-04-15 Yao Qi <yao.qi@linaro.org>
13996
13997 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
13998 of ":$ptr_size" and set its form explicitly.
13999
14000 2015-04-15 Pedro Alves <palves@redhat.com>
14001 Yao Qi <yao.qi@linaro.org>
14002
14003 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
14004 timeout by factor of 4.
14005 (test_regular_watch): Likewise.
14006 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
14007 * gdb.reverse/sigall-reverse.exp: Likewise.
14008 * gdb.reverse/until-precsave.exp: Likewise.
14009 * lib/gdb.exp (with_timeout_factor): New proc.
14010 (gdb_expect): Move some code to ...
14011 (get_largest_timeout): ... here. New procedure.
14012
14013 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
14014
14015 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
14016
14017 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
14018
14019 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
14020 to write to the .text section.
14021
14022 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
14023
14024 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
14025 Handle the case of targets that do not provide PID information.
14026
14027 2015-04-13 Yao Qi <yao.qi@linaro.org>
14028
14029 * lib/gdbserver-support.exp (gdb_exit): Catch exception
14030 and use expect instead of gdb_expect.
14031
14032 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
14033
14034 * gdb.base/coredump-filter.exp: Rename variable "addr" to
14035 "coredump_var_addr" to avoid naming conflict with other testcases.
14036
14037 2015-04-10 Pedro Alves <palves@redhat.com>
14038
14039 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
14040 gdb_test_sequence and gdb_assert.
14041
14042 2015-04-10 Pedro Alves <palves@redhat.com>
14043
14044 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
14045 test messages that don't include the breakpoint address.
14046
14047 2015-04-10 Yao Qi <yao.qi@linaro.org>
14048
14049 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
14050 false for some offset and width combinations which aren't
14051 supported by linux kernel.
14052
14053 2015-04-10 Pedro Alves <palves@redhat.com>
14054
14055 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
14056 procedure, factored out from ...
14057 (top level): ... here. Add "set displaced-stepping" testing axis.
14058 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
14059 parameter "displaced". Use it.
14060 (top level): Use foreach and add "set displaced-stepping" testing
14061 axis.
14062
14063 2015-04-10 Pedro Alves <palves@redhat.com>
14064
14065 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
14066 Remove comment.
14067 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
14068 both the address of the instruction that triggers the watchpoint
14069 and the address of the instruction immediately after, and use
14070 those addresses for the test. Fix comment.
14071
14072 2015-04-10 Pedro Alves <palves@redhat.com>
14073
14074 * gdb.base/sigstep.exp (breakpoint_to_handler)
14075 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
14076 Test "backtrace" in handler.
14077 (breakpoint_over_handler): New parameter 'displaced'. Use it.
14078 (top level): Add new "displaced" test axis to
14079 breakpoint_to_handler, breakpoint_to_handler_entry and
14080 breakpoint_over_handler.
14081
14082 2015-04-10 Pedro Alves <palves@redhat.com>
14083
14084 PR gdb/18216
14085 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
14086
14087 2015-04-10 Yao Qi <yao.qi@linaro.org>
14088
14089 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
14090 (test_add_rn_pc): New function.
14091 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
14092 (top level): Invoke test_add_rn_pc.
14093
14094 2015-04-10 Pedro Alves <palves@redhat.com>
14095
14096 PR gdb/13858
14097 * gdb.base/step-over-no-symbols.exp: New file.
14098
14099 2015-04-09 Andy Wingo <wingo@igalia.com>
14100
14101 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
14102 after the Python tests.
14103
14104 2015-04-08 Keith Seitz <keiths@redhat.com>
14105
14106 PR python/16699
14107 * gdb.python/py-completion.exp: New tests for completion.
14108 * gdb.python/py-completion.py (CompleteLimit1): New class.
14109 (CompleteLimit2): Likewise.
14110 (CompleteLimit3): Likewise.
14111 (CompleteLimit4): Likewise.
14112 (CompleteLimit5): Likewise.
14113 (CompleteLimit6): Likewise.
14114 (CompleteLimit7): Likewise.
14115
14116 2015-04-08 Pedro Alves <palves@redhat.com>
14117
14118 PR gdb/18214
14119 PR gdb/18216
14120 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
14121 function.
14122 (main): Install it as SIGUSR1 handler.
14123 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
14124 parameter. Always use "setup" as prefix. Toggle "set
14125 displaced-stepping" off/on depending on global. Don't switch to
14126 thread 1 here.
14127 (top level): Add displaced stepping "off/on" test axis. Update
14128 "setup" calls. Wrap each subtest with with_test_prefix. Test
14129 continuing with a queued signal in each thread.
14130
14131 2015-04-08 Pedro Alves <palves@redhat.com>
14132
14133 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
14134 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
14135 gdb_breakpoint instead of gdb_test that doesn't expect anything.
14136 Return early if running to main fails.
14137 * gdb.trace/while-stepping.exp: Likewise.
14138
14139 2015-04-07 Pedro Alves <palves@redhat.com>
14140
14141 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
14142 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
14143 interact with inferior program.
14144
14145 2015-04-07 Pedro Alves <palves@redhat.com>
14146
14147 * lib/gdb.exp (inferior_spawn_id): New global.
14148 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
14149 spawn id after processing the user code.
14150 (default_gdb_start): Set inferior_spawn_id.
14151 (send_inferior): New procedure.
14152 * lib/gdbserver-support.exp (gdbserver_start): Set
14153 inferior_spawn_id.
14154 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
14155
14156 2015-04-07 Pedro Alves <palves@redhat.com>
14157
14158 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
14159 * lib/gdbserver-support.exp (gdbserver_start): Make
14160 $server_spawn_id global.
14161 (gdbserver_start): Don't wait for gdbserver's spawn id with
14162 expect_background.
14163 (close_gdbserver): New procedure.
14164 (gdb_exit): Rename the default version and reimplement.
14165
14166 2015-04-07 Pedro Alves <palves@redhat.com>
14167
14168 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
14169 append the substituted item, not the original item.
14170
14171 2015-04-07 Pedro Alves <palves@redhat.com>
14172
14173 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
14174 gdb_expect.
14175
14176 2015-04-07 Pedro Alves <palves@redhat.com>
14177
14178 * gdb.base/interrupt.exp: Don't handle the case of the inferior
14179 output appearing once only.
14180
14181 2015-04-07 Pedro Alves <palves@redhat.com>
14182
14183 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
14184 that doesn't expect anything. Return early if running to main
14185 fails.
14186
14187 2015-04-07 Yao Qi <yao.qi@linaro.org>
14188
14189 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
14190 (child_function): Call alarm.
14191 (main): Move call to alarm into the loop.
14192 * gdb.threads/non-stop-fair-events.exp: Build program with
14193 -DTIMEOUT=$timeout.
14194
14195 2015-04-06 Doug Evans <xdje42@gmail.com>
14196
14197 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
14198 Fix dest parameter to board_info.
14199 (fpc_compile): Ditto.
14200 (gdb_compile_pascal): Rename dest arg to destfile.
14201
14202 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
14203
14204 * gdb.ada/funcall_ref.exp: New file.
14205 * gdb.ada/funcall_ref/foo.adb: New file.
14206
14207 2015-04-02 Yao Qi <yao.qi@linaro.org>
14208
14209 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
14210 is remote.
14211
14212 2015-04-02 Gary Benson <gbenson@redhat.com>
14213
14214 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
14215
14216 2015-04-01 Sasha Smundak <asmundak@google.com>
14217
14218 * gdb.python/py-unwind-maint.c: New file.
14219 * gdb.python/py-unwind-maint.exp: New test.
14220 * gdb.python/py-unwind-maint.py: New file.
14221 * gdb.python/py-unwind.c: New file.
14222 * gdb.python/py-unwind.exp: New test.
14223 * gdb.python/py-unwind.py: New test.
14224
14225 2015-04-01 Pedro Alves <palves@redhat.com>
14226
14227 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
14228 to fail instead of non-existent $test.
14229
14230 2015-04-01 Pedro Alves <palves@redhat.com>
14231
14232 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
14233 GDBFLAGS if not empty.
14234
14235 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
14236
14237 * gdb.ada/complete.exp: Remove "multi_line".
14238 * gdb.ada/info_exc.exp: Remove "multi_line".
14239 * gdb.ada/packed_tagged.exp: Remove "multi_line".
14240 * gdb.ada/ptype_field.exp: Remove "multi_line".
14241 * gdb.ada/sym_print_name.exp: Remove "multi_line".
14242 * gdb.ada/tagged.exp: Remove "multi_line".
14243 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
14244 [multi_line ...]
14245 * gdb.btrace/delta.exp: Likewise.
14246 * gdb.btrace/exception.exp: Likewise.
14247 * gdb.btrace/function_call_history.exp: Likewise.
14248 * gdb.btrace/instruction_history.exp: Likewise.
14249 * gdb.btrace/nohist.exp: Likewise.
14250 * gdb.btrace/record_goto.exp: Likewise.
14251 * gdb.btrace/segv.exp: Likewise.
14252 * gdb.btrace/stepi.exp: Likewise.
14253 * gdb.btrace/tailcall.exp: Likewise.
14254 * gdb.btrace/unknown_functions.exp: Likewise.
14255 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
14256 * lib/gdb.exp: Add the "multi_line" helper.
14257
14258 2015-04-01 Pedro Alves <palves@redhat.com>
14259
14260 * gdb.threads/tid-reuse.c: New file.
14261 * gdb.threads/tid-reuse.exp: New file.
14262
14263 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
14264
14265 PR corefiles/16092
14266 * gdb.base/coredump-filter.c: New file.
14267 * gdb.base/coredump-filter.exp: Likewise.
14268
14269 2015-03-27 Petr Machata <pmachata@redhat.com>
14270
14271 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
14272 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
14273 (Dwarf::assemble): Initialize them.
14274 (Dwarf::lines): New function.
14275
14276 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
14277
14278 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
14279 SYMBOL_PREFIX for x86_64-*-cygwin.
14280
14281 2015-03-26 Andy Wingo <wingo@igalia.com>
14282
14283 PR symtab/18148
14284 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
14285 const_value but not a location.
14286 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
14287 location defined in non-main CUs are visible.
14288
14289 2015-03-26 Yao Qi <yao.qi@linaro.org>
14290
14291 PR testsuite/18139
14292 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
14293 Add a line number entry for the same line.
14294 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
14295 Add a line number entry for the same line.
14296
14297 2015-03-26 Yao Qi <yao.qi@linaro.org>
14298
14299 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
14300 .int 0.
14301 (func): Likewise. Add .Lfunc_1 label.
14302 Use .Lfunc_1 label.
14303 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
14304 .int 0.
14305 (func): Likewise.
14306 Use .Lfunc_1 label.
14307
14308 2015-03-26 Yao Qi <yao.qi@linaro.org>
14309
14310 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
14311 Call gdb_compile instead to compile each .s files without debug
14312 information.
14313
14314 2015-03-26 Yao Qi <yao.qi@linaro.org>
14315
14316 * gdb.base/savedregs.exp (process_saved_regs): Make
14317 "Saved registers:" optional in the pattern.
14318
14319 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
14320
14321 * gdb.btrace/next.exp: Merged into step.exp.
14322 * gdb.btrace/finish.exp: Merged into step.exp.
14323 * gdb.btrace/nexti.exp: Merged into stepi.exp.
14324 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
14325 "record goto" and checking the exact replay position.
14326 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
14327 check for "Recording format" in "info record" output.
14328 * gdb.btrace/record_goto.exp: Choose test file based on target.
14329 * gdb.btrace/x86-record_goto.S: Renamed into ...
14330 * gdb.btrace/x86_64-record_goto.S: ... this.
14331 * gdb.btrace/i686-record_goto.S: New.
14332 * gdb.btrace/x86-tailcall.S: Renamed into ...
14333 * gdb.btrace/x86_64-tailcall.S: ... this.
14334 * gdb.btrace/i686-tailcall.S: New.
14335 * gdb.btrace/x86-tailcall.c: Renamed into ...
14336 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
14337 separate statements. Update test.
14338 * gdb.btrace/delta.exp: Use record_goto.c as test file.
14339 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
14340 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
14341 * gdb.btrace/tailcall.exp: Choose test file based on target.
14342 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
14343
14344 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
14345
14346 * gdb.btrace/exception.exp: Increase BTS buffer size.
14347
14348 2015-03-24 Pedro Alves <palves@redhat.com>
14349
14350 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
14351
14352 2015-03-24 Pedro Alves <palves@redhat.com>
14353
14354 * gdb.threads/schedlock.exp (test_step): No longer expect that
14355 "set scheduler-locking step" with "next" over a function call runs
14356 threads unlocked.
14357
14358 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
14359
14360 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
14361
14362 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
14363
14364 PR breakpoints/16466
14365 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
14366 * gdb.mi/mi-pending.c (thread_func): New function.
14367 (int main): Add threading support required.
14368 * gdb.mi/mi-pending.exp: Add tests for this issue.
14369 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
14370 (pendfunc2): Remove stdio dependency.
14371 * gdb.mi/mi-pendshr2.c: New file.
14372
14373 2015-03-23 Keith Seitz <keiths@redhat.com>
14374
14375 * gdb.linespec/keywords.c: New file.
14376 * gdb.linespec/keywords.exp: New file.
14377
14378 2015-03-23 Keith Seitz <keiths@redhat.com>
14379
14380 PR gdb/18021
14381 * gdb.dwarf2/staticvirtual.exp: New test.
14382
14383 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14384
14385 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
14386 * README: Remove HP-UX and gdb.hp.
14387 (configuration):
14388 * configure: Regenerate.
14389 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
14390 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
14391 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
14392 gdb.hp/gdb.defects/Makefile.
14393 * gdb.hp/Makefile.in: File deleted.
14394 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
14395 * gdb.hp/gdb.aCC/optimize.c: File deleted.
14396 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
14397 * gdb.hp/gdb.aCC/run.c: File deleted.
14398 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
14399 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
14400 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
14401 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
14402 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
14403 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
14404 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
14405 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
14406 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
14407 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
14408 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
14409 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
14410 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
14411 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
14412 * gdb.hp/gdb.base-hp/reg.s: File deleted.
14413 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
14414 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
14415 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
14416 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
14417 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
14418 * gdb.hp/gdb.compat/Makefile.in: File deleted.
14419 * gdb.hp/gdb.compat/average.c: File deleted.
14420 * gdb.hp/gdb.compat/sum.c: File deleted.
14421 * gdb.hp/gdb.compat/xdb.c: File deleted.
14422 * gdb.hp/gdb.compat/xdb0.c: File deleted.
14423 * gdb.hp/gdb.compat/xdb0.h: File deleted.
14424 * gdb.hp/gdb.compat/xdb1.c: File deleted.
14425 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
14426 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
14427 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
14428 * gdb.hp/gdb.defects/Makefile.in: File deleted.
14429 * gdb.hp/gdb.defects/bs14602.c: File deleted.
14430 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
14431 * gdb.hp/gdb.defects/solib-d.c: File deleted.
14432 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
14433 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
14434 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
14435 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
14436 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
14437 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
14438 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
14439 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
14440 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
14441 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
14442 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
14443 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
14444 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
14445 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
14446 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
14447 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
14448 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
14449 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
14450 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
14451 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
14452 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
14453 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
14454 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
14455 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
14456 * gdb.hp/tools/odump: File deleted.
14457
14458 2015-03-19 Pedro Alves <palves@redhat.com>
14459
14460 * gdb.threads/continue-pending-status.exp (saw_thread_2)
14461 (saw_thread_3): New globals.
14462 (top level): Increment them when an event for the corresponding
14463 thread is seen.
14464 (no thread starvation): New test.
14465
14466 2015-03-19 Pedro Alves <palves@redhat.com>
14467
14468 * gdb.threads/continue-pending-status.c: New file.
14469 * gdb.threads/continue-pending-status.exp: New file.
14470
14471 2015-03-18 Pedro Alves <palves@redhat.com>
14472
14473 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
14474 Use gdb_is_target_remote instead of is_remote. Use
14475 gdb_test_multiple instead of gdb_expect. Exit early if
14476 gdb_test_multiple hits its internal matches. Tighten stepi tests
14477 expected output. Fail on exit with any signal, instead of just
14478 SIGILL.
14479
14480 2015-03-18 Yao Qi <yao.qi@linaro.org>
14481
14482 PR tdep/18107
14483 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
14484 variable.
14485 * gdb.base/catch-syscall.exp: Don't skip it on
14486 aarch64*-*-linux* target. Remove elements in all_syscalls.
14487 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
14488 target.
14489 (setup_all_syscalls): New proc.
14490
14491 2015-03-16 Yao Qi <yao.qi@linaro.org>
14492
14493 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
14494 (top level): Skip tests if valid_addr_p returns false for
14495 $cmd1 or $cmd2.
14496
14497 2015-03-11 Andy Wingo <wingo@igalia.com>
14498
14499 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
14500
14501 2015-03-11 Yao Qi <yao.qi@linaro.org>
14502
14503 * gdb.base/catch-syscall.exp: Fix typo in comments.
14504
14505 2015-03-11 Yao Qi <yao.qi@linaro.org>
14506
14507 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
14508
14509 2015-03-09 Pedro Alves <palves@redhat.com>
14510
14511 * dg-extract-results.py: Delete.
14512
14513 2015-03-09 Pedro Alves <palves@redhat.com>
14514
14515 Merge dg-extract-results.sh from GCC upstream (r218843).
14516
14517 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
14518 * dg-extract-results.sh: Use --text with grep to avoid issues with
14519 binary files. Fall back to cat -v, if that doesn't work.
14520
14521 2015-03-05 Pedro Alves <palves@redhat.com>
14522
14523 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
14524
14525 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
14526
14527 * lib/mi-support.exp (mi_expect_interrupt): Accept
14528 alternative event for when in all-stop mode.
14529
14530 2015-03-04 Pedro Alves <palves@redhat.com>
14531
14532 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
14533
14534 2015-03-04 Mark Kettenis <kettenis@gnu.org>
14535
14536 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
14537
14538 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
14539
14540 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
14541 regexps for GDB's current line display, accept a hex address
14542 preceding the line number.
14543
14544 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
14545
14546 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
14547 the 'arch1' variable for "s390*-linux*" targets.
14548
14549 2015-03-04 Pedro Alves <palves@redhat.com>
14550
14551 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
14552 (main): Pass missing retval argument to pthread_join call.
14553
14554 2015-03-02 Pedro Alves <palves@redhat.com>
14555
14556 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
14557 (top level): Call do_test with non-stop as well.
14558
14559 2015-03-02 Pedro Alves <palves@redhat.com>
14560
14561 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
14562 -1.
14563
14564 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
14565
14566 * gdb.arch/s390-vregs.exp: New test.
14567 * gdb.arch/s390-vregs.S: New file.
14568
14569 2015-02-27 Pedro Alves <palves@redhat.com>
14570
14571 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
14572 call to catch_command_errors.
14573 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
14574 catch_command_errors.
14575
14576 2015-02-27 Pedro Alves <palves@redhat.com>
14577
14578 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
14579 "true" for boolean result.
14580 * gdb.gdb/selftest.exp (test_with_self): Also accept full
14581 prototype of main.
14582
14583 2015-02-27 Pedro Alves <palves@redhat.com>
14584
14585 * lib/unbuffer_output.c: New file.
14586 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
14587 (main): Call gdb_unbuffer_output.
14588
14589 2015-02-27 Yao Qi <yao.qi@linaro.org>
14590
14591 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
14592 target.
14593
14594 2015-02-26 Doug Evans <dje@google.com>
14595
14596 * gdb.cp/class2.cc (Dbase, D): New classes.
14597 (main): New local delta.
14598 * gdb.cp/class2.exp: Test printing delta.
14599 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
14600 (dynbar): New global.
14601 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
14602
14603 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14604
14605 * gdb.compile/compile-ifunc.c: New file.
14606 * gdb.compile/compile-ifunc.exp: New file.
14607
14608 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
14609
14610 * gdb.base/structs.exp: Check for correct struct on finish.
14611
14612 2015-02-26 Yao Qi <yao.qi@linaro.org>
14613
14614 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
14615 is zero.
14616
14617 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14618
14619 * gdb.arch/cordic.ko.bz2: New file.
14620 * gdb.arch/cordic.ko.debug.bz2: New file.
14621 * gdb.arch/ppc64-symtab-cordic.exp: New file.
14622
14623 2015-02-25 Yao Qi <yao.qi@linaro.org>
14624
14625 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
14626 aarch64*-*-* target.
14627
14628 2015-02-23 Pedro Alves <palves@redhat.com>
14629
14630 * lib/gdb.exp (delete_breakpoints): Rewrite using
14631 gdb_test_multiple.
14632
14633 2015-02-23 Pedro Alves <palves@redhat.com>
14634
14635 * gdb.base/info-os.c: Include stdlib.h.
14636
14637 2015-02-22 Doug Evans <xdje42@gmail.com>
14638
14639 PR symtab/17855
14640 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
14641 is read after symbols have been re-read.
14642 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
14643 * gdb.ada/exec_changed/second.adb (Second): Ditto.
14644
14645 2015-02-21 Doug Evans <dje@google.com>
14646
14647 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
14648
14649 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14650
14651 PR corefiles/17808
14652 * gdb.arch/i386-biarch-core.core.bz2: New file.
14653 * gdb.arch/i386-biarch-core.exp: New file.
14654
14655 2015-02-21 Pedro Alves <palves@redhat.com>
14656
14657 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
14658 runto_main fails.
14659
14660 2015-02-20 Pedro Alves <palves@redhat.com>
14661
14662 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
14663 info probes.
14664
14665 2015-02-20 Pedro Alves <palves@redhat.com>
14666
14667 * gdb.threads/multi-create-ns-info-thr.exp: New file.
14668
14669 2015-02-20 Pedro Alves <palves@redhat.com>
14670
14671 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
14672 clean_restart before gdb_target_supports_trace.
14673
14674 2015-02-20 Pedro Alves <palves@redhat.com>
14675
14676 PR threads/18006
14677 * gdb.threads/clone-thread_db.c: New file.
14678 * gdb.threads/clone-thread_db.exp: New file.
14679
14680 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
14681
14682 PR breakpoints/16812
14683 * gdb.base/catch-gdb-caused-signals.c: New file.
14684 * gdb.base/catch-gdb-caused-signals.exp: New file.
14685
14686 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
14687
14688 * configure: Regenerated.
14689 * configure.ac: Use GDB_AC_TRANSFORM.
14690 * aclocal.m4: sinclude ../transform.m4.
14691
14692 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
14693
14694 * lib/dtrace.exp: New file.
14695 * gdb.base/dtrace-probe.exp: Likewise.
14696 * gdb.base/dtrace-probe.d: Likewise.
14697 * gdb.base/dtrace-probe.c: Likewise.
14698 * lib/pdtrace.in: Likewise.
14699 * configure.ac: Output variables with the transformed names of
14700 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
14701 * configure: Regenerated.
14702
14703 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
14704
14705 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
14706 expected message when trying to access $_probe_* convenience
14707 variables while not on a probe.
14708
14709 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14710
14711 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
14712
14713 2015-02-11 Pedro Alves <pedro@codesourcery.com>
14714
14715 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
14716 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
14717
14718 2015-02-10 Doug Evans <xdje42@gmail.com>
14719
14720 * lib/gdb.exp (gdb_load): Always return a result.
14721
14722 2015-02-10 Pedro Alves <palves@redhat.com>
14723
14724 * gdb.threads/signal-sigtrap.c: New file.
14725 * gdb.threads/signal-sigtrap.exp: New file.
14726
14727 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
14728
14729 * gdb.trace/no-attach-trace.c: New file.
14730 * gdb.trace/no-attach-trace.exp: New file.
14731
14732 2015-02-09 Mark Wielaard <mjw@redhat.com>
14733
14734 * gdb.dwarf2/atomic.c: New file.
14735 * gdb.dwarf2/atomic-type.exp: Likewise.
14736
14737 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14738
14739 * gdb.btrace/buffer-size.exp: Update "info record" output.
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-09 Markus Metzger <markus.t.metzger@intel.com>
14751
14752 * gdb.btrace/buffer-size: New.
14753
14754 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14755
14756 * gdb.btrace/delta.exp: Update "info record" output.
14757 * gdb.btrace/enable.exp: Update "info record" output.
14758 * gdb.btrace/finish.exp: Update "info record" output.
14759 * gdb.btrace/instruction_history.exp: Update "info record" output.
14760 * gdb.btrace/next.exp: Update "info record" output.
14761 * gdb.btrace/nexti.exp: Update "info record" output.
14762 * gdb.btrace/step.exp: Update "info record" output.
14763 * gdb.btrace/stepi.exp: Update "info record" output.
14764 * gdb.btrace/nohist.exp: Update "info record" output.
14765
14766 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
14767
14768 PR gdb/15678
14769 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
14770
14771 2015-02-06 Pedro Alves <palves@redhat.com>
14772
14773 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
14774 macro.
14775 (seconds_left, again): New globals.
14776 (main): Wait seconds_left in a 1-second sleep loop instead of
14777 sleeping 180 seconds. If 'again' is set, reset the seconds
14778 counter.
14779 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
14780 'again' in the inferior before detaching. Print the seconds left.
14781 (options): New global.
14782 (top level): Build program with -DTIMEOUT=$timeout.
14783
14784 2015-02-06 Pedro Alves <palves@redhat.com>
14785
14786 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
14787 determine how many seconds to pass to 'alarm'.
14788 * gdb.base/gdb-sigterm.exp (top level): Build program with
14789 -DTIMEOUT=$timeout.
14790 (do_test): Return success/failure indication. Add more verbose
14791 logging. Don't fail if 200 single steps are seen. Instead, fail
14792 when the test times out.
14793 (passes): New global.
14794 (top level): Break the testing loop if testing fails on any
14795 iteration. Use gdb_assert.
14796
14797 2015-02-04 Don Breazeal <donb@codesourcery.com>
14798
14799 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
14800 and initialize them.
14801 (ipc_cleanup): New function.
14802 (main): Don't declare shmid, semid, and msqid. Add a call to
14803 atexit so that we call ipc_cleanup on exit.
14804
14805 2015-02-04 Pedro Alves <palves@redhat.com>
14806
14807 * boards/native-extended-gdbserver.exp: Remove any target variant
14808 specifications from the board name before clearing the isremote
14809 flag from board_info.
14810
14811 2015-01-31 Doug Evans <xdje42@gmail.com>
14812
14813 * gdb.base/maint.exp <maint print type argc>: Update expected output.
14814
14815 2015-01-31 Gary Benson <gbenson@redhat.com>
14816
14817 * gdb.base/completion.exp: Disable completion limiting for
14818 existing tests. Add new tests to check completion limiting.
14819 * gdb.linespec/ls-errs.exp: Disable completion limiting.
14820
14821 2015-01-31 Doug Evans <xdje42@gmail.com>
14822
14823 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
14824
14825 2015-01-31 Doug Evans <xdje42@gmail.com>
14826
14827 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
14828 entries. Duplicate file section script entries.
14829 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
14830 inlined entries. Add test for safe-path rejection.
14831 * gdb.python/py-section-script.c: Add duplicate inlined section script
14832 entries. Duplicate file section script entries.
14833 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
14834 inlined entries. Add test for safe-path rejection.
14835
14836 2015-01-29 Joel Brobecker <brobecker@adacore.com>
14837
14838 * gdb.ada/disc_arr_bound: New testcase.
14839
14840 2015-01-29 Joel Brobecker <brobecker@adacore.com>
14841
14842 * gdb.ada/mi_var_array: New testcase.
14843
14844 2015-01-27 Doug Evans <dje@google.com>
14845
14846 * gdb.python/py-objfile.exp: Add tests for objfile.username.
14847 Add test for objfile.filename, objfile.username after objfile
14848 has been unloaded.
14849
14850 2015-01-26 Joel Brobecker <brobecker@adacore.com>
14851
14852 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
14853 the second test to print the name attribute of value
14854 returned by the call to gdb.lookup_type, and adjust
14855 the expected output accordingly.
14856
14857 2015-01-25 Mark Wielaard <mjw@redhat.com>
14858
14859 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
14860 * gdb.base/disp-step-fork.c: Include unistd.h.
14861 * gdb.base/siginfo-obj.c: Include stdio.h.
14862 * gdb.base/siginfo-thread.c: Likewise.
14863 * gdb.mi/non-stop.c: Include unistd.h.
14864 * gdb.mi/nsthrexec.c: Include stdio.h.
14865 * gdb.mi/pthreads.c: Include unistd.h.
14866 * gdb.modula2/unbounded1.c (main): Declare returns int.
14867 * gdb.reverse/consecutive-reverse.c: Likewise.
14868 * gdb.threads/create-fail.c: Include unistd.h.
14869 * gdb.threads/killed.c: Likewise.
14870 * gdb.threads/linux-dp.c: Likewise.
14871 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
14872 * gdb.threads/non-ldr-exc-2.c: Likewise.
14873 * gdb.threads/non-ldr-exc-3.c: Likewise.
14874 * gdb.threads/non-ldr-exc-4.c: Likewise.
14875 * gdb.threads/pthreads.c: Include unistd.h.
14876 (main): Declare returns int.
14877 * gdb.threads/tls-main.c (foo): New declaration.
14878 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
14879
14880 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
14881
14882 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
14883 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
14884
14885 2015-01-15 Mark Wielaard <mjw@redhat.com>
14886
14887 * gdb.base/noreturn-return.c: New file.
14888 * gdb.base/noreturn-return.exp: New file.
14889 * gdb.base/noreturn-finish.c: New file.
14890 * gdb.base/noreturn-finish.exp: New file.
14891
14892 2015-01-23 Pedro Alves <palves@redhat.com>
14893
14894 * gdb.threads/continue-pending-after-query.c: New file.
14895 * gdb.threads/continue-pending-after-query.exp: New file.
14896
14897 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
14898 Simon Marchi <simon.marchi@ericsson.com>
14899
14900 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
14901 * gdb.base/valgrind-db-attach.exp: Same.
14902 * gdb.base/valgrind-infcall.exp: Same.
14903 * lib/mi-support.exp (default_mi_gdb_start): Same.
14904 * lib/prompt.exp (default_prompt_gdb_start): Same.
14905 * lib/gdb.exp (default_gdb_spawn): Same.
14906 (gdb_interact): New.
14907
14908
14909 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14910
14911 * gdb.compile/compile.exp (pointer to jit function): New test.
14912
14913 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
14914
14915 * lib/gdb.exp (supports_process_record): Return true for
14916 powerpc*-*-linux*.
14917 (supports_reverse): Likewise.
14918
14919 2015-01-15 Don Breazeal <donb@codesourcery.com>
14920
14921 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
14922 instead of checking whether the target board is remote and
14923 use spawn_wait_for_attach instead of exec/sleep.
14924 * gdb.base/attach-twice.exp: Likewise.
14925
14926 2015-01-15 Joel Brobecker <brobecker@adacore.com>
14927
14928 * gdb.ada/var_arr_attrs: New testcase.
14929
14930 2015-01-14 Pedro Alves <palves@redhat.com>
14931 Joel Brobecker <brobecker@adacore.com>
14932
14933 PR gdb/17525
14934 * gdb.base/bp-cmds-execution-x-script.c: New file.
14935 * gdb.base/bp-cmds-execution-x-script.exp: New file.
14936 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
14937
14938 2015-01-14 Pedro Alves <palves@redhat.com>
14939
14940 PR cli/17828
14941 * gdb.base/batch-preserve-term-settings.c: New file.
14942 * gdb.base/batch-preserve-term-settings.exp: New file.
14943
14944 2015-01-13 Doug Evans <dje@google.com>
14945
14946 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
14947 binary.
14948
14949 2015-01-13 Joel Brobecker <brobecker@adacore.com>
14950
14951 * Makefile.in (clean mostlyclean): Do not delete *.py.
14952
14953 2015-01-13 Joel Brobecker <brobecker@adacore.com>
14954
14955 * gdb.python/py-lookup-type.exp: New file.
14956
14957 2015-01-12 Pedro Alves <palves@redhat.com>
14958
14959 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
14960 restore GDBFLAGS before returning.
14961
14962 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14963
14964 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
14965 is_amd64_regs_target and is_x86_like_target.
14966
14967 2015-01-11 Doug Evans <xdje42@gmail.com>
14968
14969 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
14970 is given without an explicit form.
14971 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
14972 attributes.
14973 * gdb.dwarf/corrupt.exp: Ditto.
14974 * gdb.dwarf2/enum-type.exp: Ditto.
14975 * gdb.trace/entry-values.exp: Ditto.
14976 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
14977
14978 2015-01-11 Doug Evans <xdje42@gmail.com>
14979
14980 PR gdb/15830
14981 * gdb.base/maint.exp: Remove references to "maint demangle".
14982 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
14983 Add tests for explicitly specifying language to demangle.
14984 * gdb.dlang/demangle.exp: Ditto.
14985
14986 2015-01-09 Pedro Alves <palves@redhat.com>
14987
14988 * gdb.threads/non-stop-fair-events.c: New file.
14989 * gdb.threads/non-stop-fair-events.exp: New file.
14990
14991 2015-01-09 Pedro Alves <palves@redhat.com>
14992
14993 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
14994 the global scope. Set a breakpoint after all threads are started
14995 rather than stepping over two source lines. Expect the prompt.
14996 * gdb.base/watch_thread_num.c (threads_started_barrier): New
14997 global.
14998 (NUM): Now 15.
14999 (main): Use threads_started_barrier to wait for all threads to
15000 start. Main thread no longer calls thread_function. Exit after
15001 180 seconds.
15002 (loop): New function.
15003 (thread_function): Wait on threads_started_barrier barrier. Call
15004 'loop' at each iteration.
15005 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
15006 threads have started, instead of hardcoding number of "next"
15007 steps. Use an access watchpoint instead of a write watchpoint.
15008
15009 2015-01-09 Pedro Alves <palves@redhat.com>
15010
15011 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
15012 (thread_func): Wait on barrier.
15013 (main): Wait for all threads to start before stopping GDB.
15014 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
15015 global.
15016 (thread1_func, thread2_func): Wait on barrier.
15017 (main): Wait for all threads to start before stopping GDB.
15018 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
15019 New global.
15020 (thread1_func, thread2_func): Wait on barrier.
15021 (main): Wait for all threads to start before stopping GDB.
15022
15023 2015-01-09 Pedro Alves <palves@redhat.com>
15024
15025 * gdb.threads/attach-many-short-lived-threads.c: New file.
15026 * gdb.threads/attach-many-short-lived-threads.exp: New file.
15027
15028 2014-01-09 Pedro Alves <palves@redhat.com>
15029
15030 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
15031 instead of to thread 2.
15032 * gdb.threads/signal-command-multiple-signals-pending.c (main):
15033 Add barrier around each pthread_create call instead of around all
15034 calls.
15035 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
15036 Set a break on thread_function and have the child threads hit it
15037 one at at a time.
15038
15039 2015-01-09 Pedro Alves <palves@redhat.com>
15040
15041 * lib/gdb.exp (can_spawn_for_attach): New procedure.
15042 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
15043 false.
15044 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
15045 checking whether the target board is remote.
15046 * gdb.multi/multi-attach.exp: Likewise.
15047 * gdb.python/py-sync-interp.exp: Likewise.
15048 * gdb.server/ext-attach.exp: Likewise.
15049 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
15050 tests that need to attach, instead of checking whether the target
15051 board is remote at the top of the file.
15052
15053 2015-01-08 Yao Qi <yao@codesourcery.com>
15054
15055 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
15056
15057 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15058
15059 Fix testcase compilation.
15060 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
15061
15062 2015-01-06 Joel Brobecker <brobecker@adacore.com>
15063
15064 * gdb.python/py-type.exp: Add a couple test about empty
15065 array creation, and negative-length array creation.
15066
15067 2015-01-02 Doug Evans <xdje42@gmail.com>
15068
15069 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
15070
15071 2015-01-02 Doug Evans <dje@google.com>
15072
15073 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
15074
15075 2014-12-29 Yao Qi <yao@codesourcery.com>
15076
15077 * gdb.trace/entry-values.exp: Update comments. Rename variable
15078 bar_call_foo to returned_from_foo.
15079
15080 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
15081
15082 PR gdb/17394
15083 * gdb.linespec/break-asm-file.c: New file.
15084 * gdb.linespec/break-asm-file.exp: New file.
15085 * gdb.linespec/break-asm-file0.s: New file.
15086 * gdb.linespec/break-asm-file1.s: New file.
15087
15088 2014-12-18 Nigel Stephens <nigel@mips.com>
15089 Maciej W. Rozycki <macro@codesourcery.com>
15090
15091 * gdb.base/float.exp: Handle the new output from "info float" on
15092 MIPS targets.
15093
15094 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
15095
15096 Fix MinGW compilation.
15097 * gdb.compile/compile-ops.exp: Update untested message if
15098 !skip_compile_feature_tests.
15099 * gdb.compile/compile-setjmp.exp: Likewise.
15100 * gdb.compile/compile-tls.exp: Likewise.
15101 * gdb.compile/compile.exp: Likewise.
15102 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
15103 supported on this host".
15104
15105 2014-12-16 Doug Evans <xdje42@gmail.com>
15106
15107 * boards/stabs.exp: New file.
15108
15109 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
15110
15111 * gdb.base/completion.exp: Adjust to format changes of "maint
15112 print user-registers".
15113
15114 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
15115
15116 PR server/17457
15117 * gdb.arch/aarch64-fp.c: New file.
15118 * gdb.arch/aarch64-fp.exp: New file.
15119
15120 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
15121
15122 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
15123 r210637, r210913, r211666, r215400, r215817).
15124
15125 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
15126 * dg-extract-results.py: New file.
15127 * dg-extract-results.sh: Use it if the environment seems
15128 suitable.
15129
15130 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
15131
15132 * dg-extract-results.py (parse_run): Handle warnings that
15133 are printed before a test harness is run.
15134
15135 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
15136
15137 * dg-extract-results.py (Named): Remove __cmp__ method.
15138 (output_variation): Use a key to sort variation.harnesses.
15139
15140 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
15141
15142 * dg-extract-results.py: For Python 3, force sys.stdout to
15143 handle surrogate escape sequences.
15144 (safe_open): New function.
15145 (output_segment, main): Use it.
15146
15147 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
15148
15149 * dg-extract-results.py (Prog.result_re): Include options
15150 in test name.
15151
15152 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
15153
15154 * dg-extract-results.py (output_variation): Always sort if
15155 do_sum.
15156
15157 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
15158
15159 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
15160 as long as we get pagination notifications.
15161
15162 2014-12-15 Jason Merrill <jason@redhat.com>
15163
15164 * Makefile.in (check-gdb.%): Restore.
15165 * README: Mention it.
15166
15167 2014-12-13 Joel Brobecker <brobecker@adacore.com>
15168
15169 * gdb.ada/str_uninit: New testcase.
15170
15171 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15172
15173 PR symtab/17642
15174 * gdb.base/vla-stub-define.c: New file.
15175 * gdb.base/vla-stub.c: New file.
15176 * gdb.base/vla-stub.exp: New file.
15177
15178 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
15179 Jan Kratochvil <jan.kratochvil@redhat.com>
15180 Tom Tromey <tromey@redhat.com>
15181
15182 * configure.ac: Add gdb.compile/.
15183 * configure: Regenerate.
15184 * gdb.compile/Makefile.in: New file.
15185 * gdb.compile/compile-ops.exp: New file.
15186 * gdb.compile/compile-ops.c: New file.
15187 * gdb.compile/compile-tls.c: New file.
15188 * gdb.compile/compile-tls.exp: New file.
15189 * gdb.compile/compile-constvar.S: New file.
15190 * gdb.compile/compile-constvar.c: New file.
15191 * gdb.compile/compile-mod.c: New file.
15192 * gdb.compile/compile-nodebug.c: New file.
15193 * gdb.compile/compile-setjmp-mod.c: New file.
15194 * gdb.compile/compile-setjmp.c: New file.
15195 * gdb.compile/compile-setjmp.exp: New file.
15196 * gdb.compile/compile-shlib.c: New file.
15197 * gdb.compile/compile.c: New file.
15198 * gdb.compile/compile.exp: New file.
15199 * lib/gdb.exp (skip_compile_feature_tests): New proc.
15200
15201 2014-12-12 Tom Tromey <tromey@redhat.com>
15202
15203 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
15204 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
15205
15206 2014-12-12 Doug Evans <dje@google.com>
15207
15208 * lib/gdb-python.exp (get_python_valueof): New function.
15209 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
15210
15211 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15212
15213 * gdb.base/completion.exp: Add test for completion of "info
15214 registers ".
15215
15216 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
15217
15218 * gdb.base/func-ptrs.c: New file.
15219 * gdb.base/func-ptrs.exp: New file.
15220
15221 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
15222
15223 PR breakpoints/17012
15224 * gdb.base/dprintf-detach.c: New file.
15225 * gdb.base/dprintf-detach.exp: New file.
15226
15227 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
15228
15229 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
15230 * lib/gdb.exp (target_is_gdbserver): New procedure.
15231
15232 2014-12-08 Doug Evans <dje@google.com>
15233
15234 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
15235
15236 2014-12-05 Yao Qi <yao@codesourcery.com>
15237
15238 * gdb.guile/scm-error.exp: Remove the third argument to
15239 gdb_remote_download.
15240 * gdb.guile/scm-frame-args.exp: Likewise.
15241 * gdb.guile/scm-section-script.exp: Likewise.
15242
15243 2014-12-05 Yao Qi <yao@codesourcery.com>
15244
15245 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
15246
15247 2014-12-04 Doug Evans <dje@google.com>
15248
15249 * gdb.python/py-objfile.exp: Add tests for
15250 objfile.add_separate_debug_file.
15251
15252 2014-12-04 Doug Evans <dje@google.com>
15253
15254 * lib/gdb.exp (get_build_id): New function.
15255 (build_id_debug_filename_get): Rewrite to use it.
15256 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
15257
15258 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
15259
15260 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
15261 `method(long)', not just 0x0.
15262 * gdb.cp/nsalias.exp: Align code labels to 4.
15263 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
15264 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
15265 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
15266 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
15267 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
15268 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
15269
15270 2014-12-02 Doug Evans <dje@google.com>
15271
15272 PR symtab/17602
15273 * gdb.cp/anon-ns.cc: Move guts of this file to ...
15274 * gdb.cp/anon-ns2.cc: ... here. New file.
15275 * gdb.cp/anon-ns.exp: Update.
15276
15277 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
15278
15279 * gdb.python/py-events.py (inferior_call_handler): New.
15280 (register_changed_handler, memory_changed_handler): New.
15281 (test_events.invoke): Register new handlers.
15282 * gdb.python/py-events.exp: Add tests for inferior call,
15283 memory_changed and register_changed events.
15284
15285 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
15286
15287 * gdb.base/execl-update-breakpoints.exp: Specify the link address
15288 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
15289 if the linker doesn't understand this.
15290
15291 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
15292
15293 * gdb.python/python.exp: Change expected reply to help().
15294
15295 2014-12-01 Yao Qi <yao@codesourcery.com>
15296
15297 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
15298 AC_CONFIG_SUBDIRS(gdb.gdbtk).
15299 * configure: Re-generated.
15300
15301 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
15302
15303 * gdb.cp/chained-calls.cc: New file.
15304 * gdb.cp/chained-calls.exp: New file.
15305 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
15306
15307 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
15308
15309 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
15310 * gdb.dwarf2/symtab-producer.exp: Same.
15311 * gdb.gdb/python-interrupts.exp: Same.
15312 * gdb.gdb/python-selftest.exp: Same.
15313 * gdb.python/py-linetable.exp: Same.
15314 * gdb.python/py-type.exp: Same.
15315 * gdb.python/py-value-cc.exp: Same.
15316 * gdb.python/py-value.exp: Same.
15317
15318 2014-11-28 Yao Qi <yao@codesourcery.com>
15319
15320 * gdb.base/break-probes.exp: Match library name prefixed with
15321 sysroot.
15322
15323 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
15324
15325 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
15326 test expected output. Add parentheses for the call to print.
15327 Remove L suffix from integers.
15328
15329 2014-11-26 Doug Evans <dje@google.com>
15330
15331 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
15332
15333 2014-11-22 Yao Qi <yao@codesourcery.com>
15334
15335 * gdb.trace/entry-values.c: Remove asms.
15336 (foo): Add foo_label.
15337 (bar): Add bar_label.
15338 * gdb.trace/entry-values.exp: Remove code computing foo's
15339 length and bar's length.
15340 (Dwarf::assemble): Invoke function_range for bar and use
15341 MACRO_AT_func for foo.
15342
15343 2014-11-22 Yao Qi <yao@codesourcery.com>
15344
15345 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
15346 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
15347 Use .Lgcc43_procstart instead of gcc43.
15348
15349 2014-11-21 Joel Brobecker <brobecker@adacore.com>
15350
15351 * gdb.ada/n_arr_bound: New testcase.
15352
15353 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
15354
15355 PR breakpoints/10737
15356 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
15357 test_catch_syscall_multi_arch.
15358 (test_catch_syscall_multi_arch): New function.
15359
15360 2014-11-20 Doug Evans <xdje42@gmail.com>
15361
15362 * gdb.base/maint.exp: Update expected output.
15363
15364 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
15365
15366 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
15367 4-byte instruction on S390.
15368
15369 2014-11-19 Joel Brobecker <brobecker@adacore.com>
15370
15371 * gdb.ada/arr_arr: New testcase.
15372
15373 2014-11-19 Joel Brobecker <brobecker@adacore.com>
15374
15375 * gdb.ada/pkd_arr_elem: New Testcase.
15376
15377 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
15378
15379 * gdb.reverse/break-precsave: Expect completion message for
15380 core file reads.
15381 * gdb.reverse/consecutive-precsave.exp: Likewise.
15382 * gdb.reverse/finish-precsave.exp: Likewise.
15383 * gdb.reverse/i386-precsave.exp: Likewise.
15384 * gdb.reverse/machinestate-precsave.exp: Likewise.
15385 * gdb.reverse/sigall-precsave.exp: Likewise.
15386 * gdb.reverse/solib-precsave.exp: Likewise.
15387 * gdb.reverse/step-precsave.exp: Likewise.
15388 * gdb.reverse/until-precsave.exp: Likewise.
15389 * gdb.reverse/watch-precsave.exp: Likewise.
15390
15391 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15392
15393 * gdb.base/bp-permanent.c: Include unistd.h.
15394 * gdb.python/py-framefilter-mi.c (main): Add return type.
15395 * gdb.python/py-framefilter.c (main): Likewise.
15396 * gdb.trace/actions-changed.c (main): Likewise.
15397
15398 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15399
15400 * gdb.mi/until.c: Add eye-catchers.
15401 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
15402 line numbers.
15403
15404 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15405
15406 * gdb.base/condbreak.exp: Drop references to removed non-prototype
15407 function header variants in break1.c.
15408 * gdb.base/ena-dis-br.exp: Likewise.
15409 * gdb.base/hbreak2.exp: Likewise.
15410 * gdb.reverse/until-precsave.exp: Drop references to removed
15411 non-prototype function header variants in ur1.c.
15412 * gdb.reverse/until-reverse.exp: Likewise.
15413
15414 2014-11-17 Petr Machata <pmachata@redhat.com>
15415
15416 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
15417 ${_cu_offset_size} bytes abbrev offset.
15418
15419 2014-11-15 Doug Evans <xdje42@gmail.com>
15420
15421 PR symtab/17559
15422 * gdb.base/line-symtabs.exp: New file.
15423 * gdb.base/line-symtabs.c: New file.
15424 * gdb.base/line-symtabs.h: New file.
15425
15426 2014-11-14 Yao Qi <yao@codesourcery.com>
15427
15428 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
15429 (func): Add label func_label.
15430 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
15431 Replace low_pc and high_pc with MACRO_AT_range.
15432 Replace name, low_pc and high_pc with MACRO_AT_func.
15433
15434 2014-11-14 Yao Qi <yao@codesourcery.com>
15435
15436 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
15437 Replace name, low_pc and high_pc with MACRO_AT_func.
15438
15439 2014-11-14 Yao Qi <yao@codesourcery.com>
15440
15441 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
15442 produce debug information.
15443 * gdb.dwarf2/implptr-optimized-out.S: Removed.
15444
15445 2014-11-14 Yao Qi <yao@codesourcery.com>
15446
15447 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
15448 object and get function length.
15449 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
15450 with MACRO_AT_func.
15451 (top-level): Replace gdb_compile and clean_restart with
15452 prepare_for_testing.
15453 * gdb.dwarf2/main.c (main): Add label main_label.
15454
15455 2014-11-14 Yao Qi <yao@codesourcery.com>
15456
15457 * lib/dwarf.exp (function_range): New procedure.
15458 (Dwarf::_handle_macro_at_func): New procedure.
15459 (Dwarf::_handle_macro_at_range): New procedure.
15460 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
15461
15462 2014-11-14 Yao Qi <yao@codesourcery.com>
15463
15464 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
15465 (_handle_attribute): New procedure.
15466
15467 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15468
15469 * gdb.ada/cond_lang/foo.c (callme): Add return type.
15470 * gdb.base/call-sc.c (zed): Likewise.
15471 * gdb.base/checkpoint.c (main): Likewise.
15472 * gdb.base/dump.c (main): Likewise.
15473 * gdb.base/gcore.c (main): Likewise.
15474 * gdb.base/huge.c (main): Likewise.
15475 * gdb.base/multi-forks.c (main): Likewise.
15476 * gdb.base/pr10179-a.c (main): Likewise.
15477 * gdb.base/savedregs.c (main): Likewise.
15478 * gdb.base/sigaltstack.c (main): Likewise.
15479 * gdb.base/siginfo.c (main): Likewise.
15480 * gdb.base/structs.c (zed): Likewise.
15481 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
15482 * gdb.mi/mi-syn-frame.c (main): Likewise.
15483 * gdb.mi/until.c (foo, main): Likewise.
15484 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
15485 * gdb.base/solib-weak.c (foo): Declare.
15486 * gdb.base/attach-twice.c: Include stdio.h.
15487 * gdb.base/weaklib1.c: Likewise.
15488 * gdb.base/weaklib2.c: Likewise.
15489 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
15490 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
15491 unistd.h.
15492 * gdb.base/attach-pie-misread.c: Include stdlib.h.
15493 * gdb.mi/mi-exit-code.c: Likewise.
15494 * gdb.base/break-interp-lib.c: Include string.h.
15495 * gdb.base/coremaker.c: Likewise.
15496 * gdb.base/testenv.c: Likewise.
15497 * gdb.python/py-finish-breakpoint.c: Likewise.
15498 * gdb.base/inferior-died.c: Include sys/wait.h.
15499 * gdb.base/fileio.c: Include time.h.
15500 * gdb.base/async-shell.c: Include unistd.h.
15501 * gdb.base/dprintf-non-stop.c: Likewise.
15502 * gdb.base/info-os.c: Likewise.
15503 * gdb.mi/mi-console.c: Likewise.
15504 * gdb.mi/watch-nonstop.c: Likewise.
15505 * gdb.python/py-events.c: Likewise.
15506 * gdb.base/async.c (baz): Move up before its invocation.
15507 * gdb.base/code_elim2.c (my_global_func): Likewise.
15508 * gdb.base/skip-solib-lib.c (multiply): Likewise.
15509 * gdb.base/advance.c (func2): Likewise.
15510
15511 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15512
15513 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
15514 variant.
15515 * gdb.base/annota3.c: Likewise.
15516 * gdb.base/async.c: Likewise.
15517 * gdb.base/average.c: Likewise.
15518 * gdb.base/call-ar-st.c: Likewise.
15519 * gdb.base/call-rt-st.c: Likewise.
15520 * gdb.base/call-sc.c: Likewise.
15521 * gdb.base/call-strs.c: Likewise.
15522 * gdb.base/ending-run.c: Likewise.
15523 * gdb.base/execd-prog.c: Likewise.
15524 * gdb.base/exprs.c: Likewise.
15525 * gdb.base/foll-exec.c: Likewise.
15526 * gdb.base/foll-fork.c: Likewise.
15527 * gdb.base/foll-vfork.c: Likewise.
15528 * gdb.base/funcargs.c: Likewise.
15529 * gdb.base/gcore.c: Likewise.
15530 * gdb.base/jump.c: Likewise.
15531 * gdb.base/langs0.c: Likewise.
15532 * gdb.base/langs1.c: Likewise.
15533 * gdb.base/langs2.c: Likewise.
15534 * gdb.base/mips_pro.c: Likewise.
15535 * gdb.base/nodebug.c: Likewise.
15536 * gdb.base/opaque0.c: Likewise.
15537 * gdb.base/opaque1.c: Likewise.
15538 * gdb.base/recurse.c: Likewise.
15539 * gdb.base/run.c: Likewise.
15540 * gdb.base/scope0.c: Likewise.
15541 * gdb.base/scope1.c: Likewise.
15542 * gdb.base/setshow.c: Likewise.
15543 * gdb.base/setvar.c: Likewise.
15544 * gdb.base/shmain.c: Likewise.
15545 * gdb.base/shr1.c: Likewise.
15546 * gdb.base/shr2.c: Likewise.
15547 * gdb.base/sigall.c: Likewise.
15548 * gdb.base/signals.c: Likewise.
15549 * gdb.base/so-indr-cl.c: Likewise.
15550 * gdb.base/solib2.c: Likewise.
15551 * gdb.base/structs.c: Likewise.
15552 * gdb.base/sum.c: Likewise.
15553 * gdb.base/vforked-prog.c: Likewise.
15554 * gdb.base/watchpoint.c: Likewise.
15555 * gdb.reverse/shr2.c: Likewise.
15556 * gdb.reverse/until-reverse.c: Likewise.
15557 * gdb.reverse/ur1.c: Likewise.
15558 * gdb.reverse/watch-reverse.c: Likewise.
15559
15560 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15561
15562 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
15563 variant.
15564 * gdb.base/sepdebug.exp: Drop references to removed code.
15565
15566 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15567
15568 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
15569 variant. Preserve original line numbering.
15570 * gdb.base/list1.c: Likewise.
15571
15572 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15573
15574 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
15575 variant.
15576 * gdb.base/break1.c: Likewise.
15577 * gdb.base/break.exp: Drop references to removed code.
15578
15579 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15580
15581 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
15582 variant.
15583
15584 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15585
15586 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
15587
15588 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15589
15590 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
15591 logic into perform_all_tests() and invoke it with and without
15592 function header prototypes.
15593 (do_function_calls): Remove conditional XFAIL for PR 5318.
15594 (rerun_and_prepare): Remove duplicate code.
15595 (perform_all_tests): New. Main logic moved here.
15596
15597 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15598
15599 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
15600 code guarded by #ifdef NO_PROTOTYPES.
15601 (t_double_many_args): Likewise.
15602 (DEF_FUNC_MANY_ARGS_1): Likewise.
15603 (DEF_FUNC_VALUES_1): Likewise.
15604 (t_structs_ldc): Renamed from t_structs_fc in conditional code
15605 guarded by #ifdef PROTOTYPES.
15606
15607 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15608
15609 * gdb.mi/mi-console.c: Add eye-catcher.
15610 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
15611 instead of literal line number.
15612
15613 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15614
15615 * gdb.base/shr2.c: Add eye-catcher.
15616 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
15617 line number.
15618
15619 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15620
15621 * gdb.base/jump.c: Add eye-catchers.
15622 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
15623 numbers.
15624
15625 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15626
15627 * gdb.base/execd-prog.c: Add eye-catchers.
15628 * gdb.base/foll-exec.c: Likewise.
15629 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
15630 line numbers.
15631
15632 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15633
15634 * gdb.base/ending-run.c: Add eye-catchers.
15635 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
15636 literal line numbers.
15637
15638 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15639
15640 * gdb.base/call-rt-st.c: Add eye-catchers.
15641 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
15642 literal line numbers.
15643
15644 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15645
15646 * gdb.base/call-ar-st.c: Add eye-catchers.
15647 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
15648 literal line numbers.
15649
15650 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15651
15652 * gdb.base/average.c: Add eye-catchers.
15653 * gdb.base/sum.c: Likewise.
15654 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
15655 regexps dynamically.
15656
15657 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15658
15659 * gdb.base/solib1.c: Add eye-catchers.
15660 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
15661 literal line numbers.
15662
15663 2014-11-12 Pedro Alves <palves@redhat.com>
15664
15665 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
15666 leader has exited.
15667
15668 2014-11-12 Pedro Alves <palves@redhat.com>
15669
15670 * gdb.arch/i386-bp_permanent.c: New file.
15671 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
15672 (srcfile): Set to i386-bp_permanent.c.
15673 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
15674 that stepi does not execute the 'leave' instruction, instead of
15675 testing it does execute.
15676 * gdb.base/bp-permanent.c: New file.
15677 * gdb.base/bp-permanent.exp: New file.
15678
15679 2014-11-10 Doug Evans <xdje42@gmail.com>
15680
15681 PR symtab/17564
15682 * gdb.base/symtab-search-order.exp: New file.
15683 * gdb.base/symtab-search-order.c: New file.
15684 * gdb.base/symtab-search-order-1.c: New file.
15685 * gdb.base/symtab-search-order-shlib-1.c: New file.
15686
15687 2014-11-07 Pedro Alves <palves@redhat.com>
15688
15689 PR gdb/17511
15690 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
15691 i?86-*-linux*.
15692
15693 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
15694
15695 PR c++/17494
15696 * gdb.cp/pr17494.cc: New file.
15697 * gdb.cp/pr17494.exp: New file.
15698
15699 2014-11-02 Yao Qi <yao@codesourcery.com>
15700
15701 * gdb.python/python.exp: Get working directory and match the
15702 output of "set extended-prompt \\w " with it.
15703
15704 2014-10-30 Doug Evans <dje@google.com>
15705
15706 * gdb.python/py-objfile.exp: Add tests for setting random attributes
15707 in objfiles.
15708 * gdb.python/py-progspace.exp: Add tests for setting random attributes
15709 in progspaces.
15710
15711 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
15712
15713 * gdb.base/fullpath-expand.exp: Skip for a remote host.
15714 * gdb.base/realname-expand.exp: Likewise.
15715 * gdb.linespec/macro-relative.exp: Likewise.
15716
15717 2014-10-29 Pedro Alves <palves@redhat.com>
15718
15719 PR gdb/17408
15720 * gdb.threads/schedlock.c (some_function): New function.
15721 (call_function): New global.
15722 (MAYBE_CALL_SOME_FUNCTION): New macro.
15723 (thread_function): Call it.
15724 * gdb.threads/schedlock.exp (get_args): Add description parameter,
15725 and use it instead of a global counter. Adjust all callers.
15726 (get_current_thread): Use "find current thread" for test message
15727 here rather than having all callers pass down the same string.
15728 (goto_loop): New procedure, factored out from ...
15729 (my_continue): ... this.
15730 (step_ten_loops): Change parameter from test message to command to
15731 use. Adjust.
15732 (list_count): Delete global.
15733 (check_result): New procedure, factored out from duplicate top
15734 level code.
15735 (continue tests): Wrap in with_test_prefix.
15736 (test_step): New procedure, factored out from duplicate top level
15737 code.
15738 (top level): Test "step" in combination with all scheduler-locking
15739 modes. Test "next" in combination with all scheduler-locking
15740 modes, and in combination with stepping over a function call or
15741 not.
15742 * gdb.threads/next-bp-other-thread.c: New file.
15743 * gdb.threads/next-bp-other-thread.exp: New file.
15744
15745 2014-10-29 Pedro Alves <palves@redhat.com>
15746
15747 PR python/17372
15748 * gdb.python/python.exp: Test a multi-line command that spawns
15749 interactive Python.
15750 * gdb.base/multi-line-starts-subshell.exp: New file.
15751
15752 2014-10-29 Yao Qi <yao@codesourcery.com>
15753
15754 * gdb.base/fileio.exp: Make directories on host.
15755
15756 2014-10-29 Yao Qi <yao@codesourcery.com>
15757
15758 * gdb.base/fileio.c (test_write): Close the file.
15759
15760 2014-10-28 Pedro Alves <palves@redhat.com>
15761
15762 PR gdb/12623
15763 * gdb.base/sigstep.c (no_handler): New global.
15764 (main): If 'no_handler is true, set the signal handlers to
15765 SIG_IGN.
15766 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
15767 with_sw_watch and no_handler parameters. Handle them.
15768 (top level) <stepping over handler when stopped at a breakpoint
15769 test>: Add a test axis for testing with a software watchpoint, and
15770 another for testing with the signal handler set to SIG_IGN.
15771 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
15772 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
15773
15774 2014-10-28 Pedro Alves <palves@redhat.com>
15775
15776 PR gdb/17511
15777 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
15778 * gdb.base/sigstep.exp (other_handler_location): New global.
15779 (advance): Support stepping into the signal handler, and running
15780 commands while in the handler.
15781 (in_handler_map): New global.
15782 (top level): In the advance test, add combinations for getting
15783 into the handler with stepping commands, and for running commands
15784 in the handler. Add comment descripting the advancei tests.
15785
15786 2014-10-28 Pedro Alves <palves@redhat.com>
15787
15788 * gdb.base/sigstep.exp: Use build_executable instead of
15789 prepare_for_testing.
15790 (top level): Move code that starts GDB, runs to main and creates a
15791 display to ...
15792 (restart): ... this new procedure.
15793 (top level): Move backtrace from signal handler test to ...
15794 (validate_backtrace): ... this new procedure.
15795 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
15796 with_test_prefix. Always restart GDB.
15797 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
15798 with_test_prefix. Always restart GDB. No need to delete
15799 breakpoints after the test.
15800 (test_skip_handler): Remove prefix parameter.
15801 (skip_over_handler, breakpoint_to_handler)
15802 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
15803 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
15804 restart GDB. No need to delete breakpoints after the test.
15805 (top level): Use foreach to call the test procedures with
15806 different commands.
15807
15808 2014-10-28 Pedro Alves <palves@redhat.com>
15809
15810 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
15811 instead of GNATS numbers.
15812 * gdb.base/sigbpt.exp: Likewise.
15813 * gdb.base/siginfo.exp: Likewise.
15814 * gdb.base/sigstep.exp: Likewise.
15815
15816 2014-10-27 Pedro Alves <palves@redhat.com>
15817
15818 * gdb.base/sigstep.c (dummy): New global.
15819 (main): Issue a couple writes to the new global.
15820 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
15821 procedures.
15822 (skip_over_handler): Use test_skip_handler.
15823 (top level): Call skip_over_handler for stepi and nexti too.
15824 (breakpoint_over_handler): Use test_skip_handler.
15825 (top level): Call breakpoint_over_handler for stepi and nexti too.
15826
15827 2014-10-27 Yao Qi <yao@codesourcery.com>
15828
15829 * gdb.trace/tfile.c (adjust_function_address)
15830 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
15831 function descriptor.
15832
15833 2014-10-24 Don Breazeal <donb@codesourcery.com>
15834
15835 * gdb.base/foll-fork.exp (test_follow_fork,
15836 catch_fork_child_follow): Check for updated fork messages emitted
15837 from infrun.c.
15838 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
15839 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
15840 vfork_and_exec_child_follow_through_step): Check for updated vfork
15841 messages emitted from infrun.c.
15842
15843 2014-10-24 Pedro Alves <palves@redhat.com>
15844
15845 * gdb.base/corefile.exp: Remove references to ultrix.
15846 * gdb.base/interrupt.exp: Likewise.
15847 * gdb.base/whatis.exp: Likewise.
15848 * gdb.gdb/selftest.exp: Likewise.
15849 * gdb.threads/manythreads.exp: Likewise.
15850 * gdb.threads/print-threads.exp: Likewise.
15851 * gdb.threads/pthreads.exp:: Likewise.
15852 * gdb.threads/schedlock.exp: Likewise.
15853
15854 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
15855
15856 * gdb.cp/non-trivial-retval.cc: Add a test case.
15857 * gdb.cp/non-trivial-retval.exp: Add a test.
15858
15859 2014-10-20 Yao Qi <yao@codesourcery.com>
15860
15861 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
15862 * gdb.python/py-objfile-script-gdb.py: New file.
15863 * gdb.python/py-objfile-script.exp: Update reference to
15864 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
15865 of remote_download. Remove the dest file.
15866
15867 2014-10-20 Yao Qi <yao@codesourcery.com>
15868
15869 * gdb.base/checkpoint.exp: Don't remove file copied on host.
15870 * gdb.base/step-line.exp: Likewise.
15871 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15872 * gdb.dwarf2/dw2-basic.exp: Likewise.
15873 * gdb.dwarf2/dw2-compressed.exp: Likewise.
15874 * gdb.dwarf2/dw2-filename.exp: Likewise.
15875 * gdb.dwarf2/dw2-intercu.exp: Likewise.
15876 * gdb.dwarf2/dw2-intermix.exp: Likewise.
15877 * gdb.dwarf2/dw2-producer.exp: Likewise.
15878 * gdb.dwarf2/mac-fileno.exp: Likewise.
15879 * gdb.python/py-frame-args.exp: Likewise.
15880 * gdb.python/py-framefilter.exp: Likewise.
15881 * gdb.python/py-mi.exp: Likewise.
15882 * gdb.python/py-objfile-script.exp: Likewise
15883 * gdb.python/py-pp-integral.exp: Likewise.
15884 * gdb.python/py-pp-re-notag.exp: Likewise.
15885 * gdb.python/py-prettyprint.exp: Likewise.
15886 * gdb.python/py-section-script.exp: Likewise.
15887 * gdb.python/py-typeprint.exp: Likewise.
15888 * gdb.python/py-xmethods.exp: Likewise.
15889 * gdb.stabs/weird.exp: Likewise.
15890 * gdb.xml/tdesc-regs.exp: Likewise.
15891
15892 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
15893
15894 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
15895 (out_cu): Use addr_len for the size of addresses.
15896 (out_line): Likewise. Size DW_LNE_set_address instruction
15897 according to addr_len.
15898 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
15899 (FUNC): Add START_INSNS to definition.
15900
15901 2014-10-18 Yao Qi <yao@codesourcery.com>
15902
15903 * gdb.base/argv0-symlink.exp: Check argv[0] value if
15904 gdb_has_argv0 return true.
15905 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
15906 check [target_info exists noargs], check [gdb_has_argv0]
15907 instead.
15908 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
15909 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
15910 procedures.
15911
15912 2014-10-17 Doug Evans <dje@google.com>
15913
15914 * gdb.python/py-events.exp: Update expected output for clear_objfiles
15915 event.
15916 * gdb.python/py-events.py: Add clear_objfiles event.
15917
15918 2014-10-17 Doug Evans <dje@google.com>
15919
15920 * gdb.python/py-objfile.exp: Test progspace attribute.
15921
15922 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
15923
15924 * gdb.guile/scm-breakpoint.exp: Do not assume any
15925 directory separators when matching source file paths.
15926 * gdb.python/py-breakpoint.exp: Likewise.
15927 * gdb.reverse/break-precsave.exp: Likewise.
15928 * gdb.reverse/break-reverse.exp: Likewise.
15929 * gdb.reverse/consecutive-precsave.exp: Likewise.
15930 * gdb.reverse/finish-precsave.exp: Likewise.
15931 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
15932 * gdb.reverse/finish-reverse.exp: Likewise.
15933 * gdb.reverse/i386-precsave.exp: Likewise.
15934 * gdb.reverse/i387-env-reverse.exp: Likewise.
15935 * gdb.reverse/i387-stack-reverse.exp: Likewise.
15936 * gdb.reverse/machinestate-precsave.exp: Likewise.
15937 * gdb.reverse/machinestate.exp: Likewise.
15938 * gdb.reverse/sigall-precsave.exp: Likewise.
15939 * gdb.reverse/solib-precsave.exp: Likewise.
15940 * gdb.reverse/step-precsave.exp: Likewise.
15941 * gdb.reverse/until-precsave.exp: Likewise.
15942 * gdb.reverse/watch-precsave.exp: Likewise.
15943 * gdb.reverse/watch-reverse.exp: Likewise.
15944
15945 2014-10-17 Yao Qi <yao@codesourcery.com>
15946
15947 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
15948 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
15949
15950 2014-10-17 Pedro Alves <palves@redhat.com>
15951
15952 PR gdb/17471
15953 * gdb.base/bg-execution-repeat.c: New file.
15954 * gdb.base/bg-execution-repeat.exp: New file.
15955
15956 2014-10-17 Pedro Alves <palves@redhat.com>
15957
15958 PR gdb/17300
15959 * gdb.base/continue-all-already-running.c: New file.
15960 * gdb.base/continue-all-already-running.exp: New file.
15961
15962 2014-10-17 Pedro Alves <palves@redhat.com>
15963
15964 PR gdb/17472
15965 * gdb.base/annota-input-while-running.c: New file.
15966 * gdb.base/annota-input-while-running.exp: New file.
15967
15968 2014-10-17 Pedro Alves <palves@redhat.com>
15969
15970 * gdb.base/callfuncs.exp: emove references to osf.
15971 * gdb.base/sigall.exp: Likewise.
15972 * gdb.gdb/selftest.exp: Likewise.
15973 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
15974 * gdb.mi/non-stop.c: Likewise.
15975 * gdb.mi/pthreads.c: Likewise.
15976 * gdb.reverse/sigall-precsave.exp: Likewise.
15977 * gdb.reverse/sigall-reverse.exp: Likewise.
15978 * gdb.threads/pthreads.c: Likewise.
15979 * gdb.threads/pthreads.exp: Likewise.
15980
15981 2014-10-17 Yao Qi <yao@codesourcery.com>
15982
15983 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
15984 check 'target_info exists noargs'.
15985 (test_command_prompt_position): Likewise.
15986 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
15987 Remove "set args".
15988 (progvar_simple_while_test): Likewise.
15989 (progvar_complex_if_while_test): Likewise.
15990 (if_while_breakpoint_command_test): Likewise.
15991 (infrun_breakpoint_command_test): Likewise.
15992 (breakpoint_command_test): Likewise.
15993 (watchpoint_command_test): Likewise.
15994 (bp_deleted_in_command_test): Likewise.
15995 (temporary_breakpoint_commands): Likewise.
15996
15997 2014-10-16 Yao Qi <yao@codesourcery.com>
15998
15999 * gdb.base/remotetimeout.exp: Remove noargs checking.
16000
16001 2014-10-15 Pedro Alves <palves@redhat.com>
16002
16003 PR breakpoints/9649
16004 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
16005 * gdb.base/breakpoint-in-ro-region.exp
16006 (probe_target_hardware_step): New procedure.
16007 (top level): Probe hardware stepping and hardware breakpoint
16008 support. Test stepping through a read-only region, with both
16009 "breakpoint auto-hw" on and off and both "always-inserted" on and
16010 off.
16011
16012 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
16013
16014 * gdb.dlang/demangle.exp: Update for demangling changes.
16015
16016 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
16017
16018 * gdb.cp/non-trivial-retval.cc: Add new test cases.
16019 * gdb.cp/non-trivial-retval.exp: Add new tests.
16020
16021 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
16022
16023 PR c++/13403
16024 PR c++/15154
16025 * gdb.cp/non-trivial-retval.cc: New file.
16026 * gdb.cp/non-trivial-retval.exp: New file.
16027
16028 2014-10-15 Yao Qi <yao@codesourcery.com>
16029
16030 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
16031 remote host.
16032
16033 2014-10-15 Yao Qi <yao@codesourcery.com>
16034
16035 * gdb.python/py-symbol.exp: Match file base name if host is
16036 remote, otherwise match file name with dir name.
16037 * gdb.python/py-symtab.exp: Likewise.
16038 * gdb.python/python.exp: Likewise.
16039
16040 2014-10-15 Yao Qi <yao@codesourcery.com>
16041
16042 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
16043 pattern.
16044 * gdb.python/py-symtab.exp: Likewise.
16045 * gdb.python/python.exp: Remove trailing ".*". Fix typo
16046 locationn.
16047
16048 2014-10-14 Joel Brobecker <brobecker@adacore.com>
16049
16050 * gdb.ada/addr_arith: New testcase.
16051
16052 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
16053
16054 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
16055 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
16056 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
16057 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
16058
16059 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
16060
16061 * gdb.arch/stap-eval-lang-ada.S: Likewise.
16062 * gdb.arch/stap-eval-lang-ada.c: Likewise.
16063 * gdb.arch/stap-eval-lang-ada.exp: New file.
16064
16065 2014-10-14 Yao Qi <yao@codesourcery.com>
16066
16067 * gdb.mi/mi-var-child.c (nothing1): New function.
16068 (nothing2): New function.
16069 (do_children_tests): Set function pointers by nothing1 and
16070 nothing2.
16071 * gdb.mi/mi-var-child.exp: Step over new added statements.
16072 Update test to match the new output.
16073 * gdb.mi/var-cmd.c (nothing1): New function.
16074 (nothing2): New function.
16075 (do_children_tests): Set function pointers by nothing1 and
16076 nothing2.
16077 * gdb.mi/mi-var-display.exp: Update test to match output.
16078 Step to the line specified by $line_dct_nothing.
16079 Increase the number of lines to step.
16080
16081 2014-10-14 Yao Qi <yao@codesourcery.com>
16082
16083 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
16084 tests.
16085 * gdb.mi/mi2-var-child.exp: Likewise.
16086
16087 2014-10-13 Doug Evans <dje@google.com>
16088
16089 * gdb.python/py-objfile.exp: Change name of file name test.
16090
16091 2014-10-13 Doug Evans <dje@google.com>
16092
16093 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
16094 from the start of the CU.
16095
16096 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16097 Yao Qi <yao@codesourcery.com>
16098
16099 Fix "save breakpoints" for "catch" command.
16100 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
16101 Remove -nonewline. Match also the added "main" line.
16102
16103 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16104
16105 Fix "save breakpoints" for "disable $bpnum" command.
16106 * gdb.base/save-bp.c (main): Add label.
16107 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
16108
16109 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16110
16111 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
16112
16113 2014-10-11 Yao Qi <yao@codesourcery.com>
16114
16115 * gdb.server/server-kill.exp: Execute command
16116 "set remote trace-status-packet on" before "tstatus".
16117
16118 2014-10-11 Yao Qi <yao@codesourcery.com>
16119
16120 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
16121 (main): Call getppid.
16122 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
16123 and continue to it. Read variable "server_pid".
16124
16125 2014-10-11 Yao Qi <yao@codesourcery.com>
16126
16127 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
16128
16129 2014-10-11 Yao Qi <yao@codesourcery.com>
16130
16131 * gdb.threads/thread-find.exp: Don't execute command
16132 "info threads".
16133 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
16134 * gdb.threads/linux-dp.exp: Don't check the condition
16135 $threads_created equals to zero.
16136
16137 2014-10-10 Pedro Alves <palves@redhat.com>
16138
16139 * gdb.base/bigcore.exp: Remove references to IRIX.
16140 * gdb.base/funcargs.exp: Likewise.
16141 * gdb.base/interrupt.exp: Likewise.
16142 * gdb.base/mips_pro.exp: Likewise.
16143 * gdb.base/nodebug.exp: Likewise.
16144 * gdb.base/setvar.exp: Likewise.
16145 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
16146
16147 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
16148 Pedro Alves <palves@redhat.com>
16149
16150 PR symtab/14466
16151 * gdb.base/vdso-warning.c: New file.
16152 * gdb.base/vdso-warning.exp: New file.
16153
16154 2014-10-02 Doug Evans <dje@google.com>
16155
16156 * gdb.base/structs.c (main): Don't run forever.
16157
16158 2014-10-02 Pedro Alves <palves@redhat.com>
16159
16160 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
16161 (top level) <stop threads 1, stop threads 2>: Use it.
16162
16163 2014-10-02 Pedro Alves <palves@redhat.com>
16164
16165 * gdb.threads/break-while-running.exp (test): Add new
16166 'update_thread_list' argument. Skip "info threads" if false.
16167 (top level): Add new 'update_thread_list' axis.
16168
16169 2014-10-02 Pedro Alves <palves@redhat.com>
16170
16171 PR breakpoints/17431
16172 * gdb.base/execl-update-breakpoints.c: New file.
16173 * gdb.base/execl-update-breakpoints.exp: New file.
16174
16175 2014-10-01 Pedro Alves <palves@redhat.com>
16176
16177 * gdb.base/breakpoint-in-ro-region.c: New file.
16178 * gdb.base/breakpoint-in-ro-region.exp: New file.
16179
16180 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
16181
16182 * gdb.mi/mi-exit-code.exp: New file.
16183 * gdb.mi/mi-exit-code.c: New file.
16184
16185 2014-09-30 Yao Qi <yao@codesourcery.com>
16186
16187 * lib/prelink-support.exp (build_executable_own_libs): Error if
16188 the target isn't native.
16189
16190 2014-09-30 Yao Qi <yao@codesourcery.com>
16191
16192 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
16193 false.
16194
16195 2014-09-22 Pedro Alves <palves@redhat.com>
16196
16197 * gdb.threads/break-while-running.exp: New file.
16198 * gdb.threads/break-while-running.c: New file.
16199
16200 2014-09-19 Yao Qi <yao@codesourcery.com>
16201
16202 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
16203 Invoke test. Restart GDB with --readnow and invoke test again.
16204
16205 2014-09-19 Yao Qi <yao@codesourcery.com>
16206
16207 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
16208 proc set_breakpoint_on_gcd_function. Invoke
16209 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
16210 invoke set_breakpoint_on_gcd_function again.
16211
16212 2014-09-18 Doug Evans <dje@google.com>
16213
16214 * gdb.dwarf2/symtab-producer.exp: New file.
16215
16216 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
16217
16218 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
16219 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
16220 * gdb.base/global-var-nested-by-dso.c: Likewise.
16221 * gdb.base/global-var-nested-by-dso.exp: Likewise.
16222
16223 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
16224 Pedro Alves <palves@redhat.com>
16225
16226 * gdb.base/watch-bitfields.exp: Pass string other than test file
16227 name to prepare_for_testing.
16228 (watch): New procedure.
16229 (expect_watchpoint): Use with_test_prefix.
16230 (top level): Factor out tests to ...
16231 (test_watch_location, test_regular_watch): ... these new
16232 procedures, and use with_test_prefix and gdb_continue_to_end.
16233
16234 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
16235
16236 PR breakpoints/12526
16237 * gdb.base/watch-bitfields.exp: New file.
16238 * gdb.base/watch-bitfields.c: New file.
16239
16240 2014-09-16 Pedro Alves <palves@redhat.com>
16241
16242 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
16243 software and hardware addresses, not software address against
16244 itself.
16245
16246 2014-09-16 Pedro Alves <palves@redhat.com>
16247
16248 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
16249 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
16250
16251 2014-09-16 Pedro Alves <palves@redhat.com>
16252
16253 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
16254 files.
16255 * gdb.base/a2-run.exp: Remove all code guarded by istarget
16256 "*-*-vxworks*" throughout.
16257 * gdb.base/break.exp: Likewise.
16258 * gdb.base/default.exp: Likewise.
16259 * gdb.base/scope.exp: Likewise.
16260 * gdb.base/sepdebug.exp: Likewise.
16261 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
16262 throughout.
16263 * gdb.base/run.c: Likewise.
16264 * gdb.base/sepdebug.c: Likewise.
16265 * gdb.hp/gdb.aCC/run.c: Likewise.
16266 * gdb.reverse/until-reverse.c: Likewise.
16267 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
16268
16269 2014-09-16 Yao Qi <yao@codesourcery.com>
16270
16271 * boards/local-remote-host-native.exp: New file.
16272
16273 2014-09-14 Doug Evans <xdje42@gmail.com>
16274
16275 * gdb.threads/queue-signal.c (thread_count): New variable.
16276 (thread_count_mutex, thread_count_condvar): New variables.
16277 (incr_thread_count, wait_all_threads_running): New functions.
16278 (main): Wait for all threads to be in their thread functions.
16279
16280 2014-09-13 Doug Evans <xdje42@gmail.com>
16281
16282 * gdb.threads/queue-signal.c: New file.
16283 * gdb.threads/queue-signal.exp: New file.
16284
16285 2014-09-13 Doug Evans <xdje42@gmail.com>
16286
16287 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
16288 be consistent with what default_gdb_init uses.
16289 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
16290 the plain text of the prompt. Add some logging printfs.
16291 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
16292
16293 2014-09-12 Pedro Alves <palves@redhat.com>
16294
16295 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
16296 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
16297 * gdb.arch/i386-size-overlap.exp: Likewise.
16298 * gdb.arch/i386-size.exp: Likewise.
16299 * gdb.arch/i386-unwind.exp: Likewise.
16300 * gdb.base/a2-run.exp: Likewise.
16301 * gdb.base/break.exp: Likewise.
16302 * gdb.base/charset.exp: Likewise.
16303 * gdb.base/chng-syms.exp: Likewise.
16304 * gdb.base/commands.exp: Likewise.
16305 * gdb.base/dbx.exp: Likewise.
16306 * gdb.base/find.exp: Likewise.
16307 * gdb.base/funcargs.exp: Likewise.
16308 * gdb.base/jit-simple.exp: Likewise.
16309 * gdb.base/reread.exp: Likewise.
16310 * gdb.base/sepdebug.exp: Likewise.
16311 * gdb.base/step-bt.exp: Likewise.
16312 * gdb.cp/mb-inline.exp: Likewise.
16313 * gdb.cp/mb-templates.exp: Likewise.
16314 * gdb.objc/basicclass.exp: Likewise.
16315 * gdb.threads/killed.exp: Likewise.
16316
16317 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16318
16319 PR tdep/17379
16320 * gdb.arch/powerpc-stackless.S: New file.
16321 * gdb.arch/powerpc-stackless.exp: New file.
16322
16323 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16324
16325 * gdb.base/attach.c: Include unistd.h.
16326 (main): Call alarm. Add label postloop.
16327 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
16328 gdb_breakpoint, gdb_continue_to_breakpoint.
16329 (test_command_line_attach_run): Kill ${testpid} in one exit path.
16330
16331 2014-09-11 Pedro Alves <palves@redhat.com>
16332
16333 PR gdb/17347
16334 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
16335 * gdb.base/attach.exp (test_command_line_attach_run): New
16336 procedure.
16337 (top level): Call it.
16338
16339 2014-09-11 Pedro Alves <palves@redhat.com>
16340
16341 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
16342 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
16343 (do_command_attach_tests): Use spawn_wait_for_attach.
16344 * gdb.base/solib-overlap.exp: Likewise.
16345 * gdb.multi/multi-attach.exp: Likewise.
16346 * gdb.python/py-prompt.exp: Likewise.
16347 * gdb.python/py-sync-interp.exp: Likewise.
16348 * gdb.server/ext-attach.exp: Likewise.
16349
16350 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
16351
16352 * gdb.fortran/array-element.exp: Remove unexpected "continue"
16353 command in testcase. Simplify testcase.
16354
16355 2014-09-10 Joel Brobecker <brobecker@adacore.com>
16356
16357 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
16358
16359 2014-09-10 Joel Brobecker <brobecker@adacore.com>
16360
16361 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
16362
16363 2014-09-10 Joel Brobecker <brobecker@adacore.com>
16364
16365 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
16366
16367 2014-09-10 Joel Brobecker <brobecker@adacore.com>
16368
16369 * gdb.dwarf2/dynarr-ptr.c: New file.
16370 * gdb.dwarf2/dynarr-ptr.exp: New file.
16371
16372 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16373
16374 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
16375 of 30 rather than hardcoding 120 for a slow test case. Take the
16376 `gdb,timeout' target setting into account for this calculation.
16377 Don't extend the timeout for the test cases that don't need it.
16378
16379 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16380
16381 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
16382 a factor of 2 for a slow test case. Take the `gdb,timeout'
16383 target setting into account for this calculation.
16384 * gdb.reverse/until-precsave.exp: Increase the timeout by
16385 a factor of 15 and 3 respectively rather than adding 120
16386 for a pair of slow test cases. Take the `gdb,timeout'
16387 target setting into account for this calculation.
16388
16389 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16390
16391 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
16392 timeout, don't pass one down to gdb_expect.
16393 (gdb_expect): Rework timeout selection.
16394
16395 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16396
16397 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
16398 exception on timeout.
16399 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
16400 (gdbserver_start_extended): Catch any `gdbserver_start' error
16401 exceptions.
16402 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
16403 * lib/mi-support.exp (mi_gdb_target_load): Catch any
16404 `gdbserver_gdb_load' error exceptions.
16405
16406 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16407
16408 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
16409 120 on waiting for the TCP socket to open.
16410
16411 2014-09-09 Doug Evans <xdje42@gmail.com>
16412
16413 * gdb.base/default.exp (show_conv_list): Add _caller_is,
16414 _caller_matches, _any_caller_is, _any_caller_matches.
16415
16416 2014-09-09 Doug Evans <xdje42@gmail.com>
16417
16418 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
16419
16420 2014-09-09 Yao Qi <yao@codesourcery.com>
16421
16422 * gdb.mi/mi-var-display.exp: Set print symbol off.
16423
16424 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
16425
16426 PR gdb/17035
16427 * gdb.base/commands.exp: Add tests to verify user-defined
16428 commands with empty bodies.
16429 * gdb.python/py-cmd.exp: Test that we don't show user-defined
16430 python commands in `show user command`.
16431 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
16432 scheme commands in `show user command`.
16433
16434 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16435
16436 PR python/17355
16437 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
16438 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
16439 * gdb.python/py-framefilter-invalidarg.exp: New file.
16440 * gdb.python/py-framefilter-invalidarg.py: New file.
16441
16442 2014-09-06 Doug Evans <xdje42@gmail.com>
16443
16444 PR 15276
16445 * gdb.python/py-caller-is.c: New file.
16446 * gdb.python/py-caller-is.exp: New file.
16447
16448 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
16449
16450 PR gdb/17235
16451 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
16452 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
16453
16454 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
16455
16456 PR fortran/17237
16457 * gdb.fortran/print-formatted.exp: New file.
16458 * gdb.fortran/print-formatted.f90: Likewise.
16459
16460 2014-09-03 Sasha Smundak <asmundak@google.com>
16461
16462 * gdb.python/py-frame.exp: Test Frame.read_register.
16463
16464 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
16465
16466 PR python/16699
16467 * gdb.python/py-completion.exp: New file.
16468 * gdb.python/py-completion.py: Likewise.
16469
16470 2014-08-28 Doug Evans <dje@google.com>
16471
16472 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
16473 eax,etc. are live with values set by gdb and thus the compiler can't
16474 use them.
16475 * gdb.arch/i386-pseudo.c (main): Ditto.
16476
16477 2014-08-27 Doug Evans <dje@google.com>
16478
16479 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
16480
16481 2014-08-25 Doug Evans <dje@google.com>
16482
16483 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
16484 (main): Ditto.
16485
16486 2014-08-25 Doug Evans <dje@google.com>
16487
16488 * gdb.threads/thread-execl.exp: #include <stdio.h>.
16489
16490 2014-08-24 Yao Qi <yao@codesourcery.com>
16491
16492 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
16493 symbol off.
16494 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
16495
16496 2014-08-22 Doug Evans <dje@google.com>
16497
16498 PR 17276
16499 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
16500 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
16501 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
16502
16503 2014-08-22 Yao Qi <yao@codesourcery.com>
16504
16505 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
16506 * gdb.python/py-finish-breakpoint2.exp: Likewise.
16507 * gdb.python/python.exp: Likewise. Use .py file on the host
16508 instead of the build.
16509
16510 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16511
16512 * gdb.threads/gcore-stale-thread.c: New file.
16513 * gdb.threads/gcore-stale-thread.exp: New file.
16514
16515 2014-08-21 Pedro Alves <palves@redhat.com>
16516
16517 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
16518 * gdb.base/gcore-relro-pie.exp: Likewise.
16519 * gdb.base/gcore-relro.exp: Likewise.
16520 * gdb.base/gcore.exp: Likewise.
16521 * gdb.base/print-symbol-loading.exp: Likewise.
16522 * gdb.threads/gcore-thread.exp: Likewise.
16523 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
16524
16525 2014-08-20 Pedro Alves <palves@redhat.com>
16526 Jan Kratochvil <jan.kratochvil@redhat.com>
16527
16528 * Makefile.in (EXTRA_RULES, CC): New variables, get from
16529 configure.
16530 (EXPECT): Handle READ1 being set.
16531 (all): Depend on EXTRA_RULES.
16532 (check-read1, expect-read1, read1.so, read1): New rules.
16533 * README (Testsuite Parameters): Document the READ1 make variable.
16534 (Race detection): New section.
16535 * configure: Regenerate.
16536 * configure.ac: If build==host==target, and running under a
16537 GNU/glibc system, add read1 to the extra Makefile rules.
16538 (EXTRA_RULES): AC_SUBST it.
16539 * lib/read1.c: New file.
16540
16541 2014-08-20 Joel Brobecker <brobecker@adacore.com>
16542
16543 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
16544 the handling of variables declared as a typedef to an array
16545 which a DW_AT_data_location attribute.
16546
16547 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
16548 Pedro Alves <palves@redhat.com>
16549
16550 PR symtab/14604
16551 PR symtab/14605
16552 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
16553 gdb_test.
16554
16555 2014-08-19 Pedro Alves <palves@redhat.com>
16556
16557 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
16558
16559 2014-08-19 Yao Qi <yao@codesourcery.com>
16560
16561 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
16562 right line.
16563
16564 2014-08-18 David Blaikie <dblaikie@gmail.com>
16565
16566 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
16567
16568 2014-08-18 Joel Brobecker <brobecker@adacore.com>
16569
16570 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
16571 attribute in array range.
16572
16573 2014-08-18 Joel Brobecker <brobecker@adacore.com>
16574
16575 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
16576
16577 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
16578
16579 PR c++/17132
16580 * gdb.cp/pr17132.cc: New file.
16581 * gdb.cp/pr17132.exp: New file.
16582
16583 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
16584
16585 * gdb.python/py-xmethods.py (A_getarrayind)
16586 (E_method_char_worker.__call__, E_method_int_worker.__call__):
16587 Use 'print' with function call syntax.
16588 (E_method_matcher.match): Fix tab vs space indentation mixup.
16589
16590 2014-08-15 Yao Qi <yao@codesourcery.com>
16591
16592 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
16593 false.
16594
16595 2014-08-15 Yao Qi <yao@codesourcery.com>
16596
16597 * gdb.cp/casts.exp: Set print symbol off.
16598 * gdb.cp/class2.exp: Likewise.
16599 * gdb.cp/overload.exp: Likewise.
16600 * gdb.cp/templates.exp: Likewise.
16601
16602 2014-08-11 Doug Evans <dje@google.com>
16603
16604 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
16605 (test_load_shlib): Update.
16606
16607 2014-08-09 Yao Qi <yao@codesourcery.com>
16608
16609 * gdb.base/display.exp: Invoke is_address_zero_readable.
16610 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
16611 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
16612 * gdb.base/hbreak-unmapped.exp: Return if
16613 is_address_zero_readable returns true.
16614 * gdb.base/signest.exp: Likewise.
16615 * gdb.base/signull.exp: Likewise.
16616 * gdb.base/sigbpt.exp: Likewise.
16617 * gdb.guile/scm-disasm.exp: Do the test if
16618 is_address_zero_readable returns false.
16619 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
16620 * gdb.python/py-arch.exp: Likewise.
16621 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
16622 * lib/gdb.exp (is_address_zero_readable): New proc.
16623
16624 2014-08-09 Yao Qi <yao@codesourcery.com>
16625
16626 PR testsuite/13443
16627 * gdb.mi/mi-var-display.exp: Make test messages unique.
16628
16629 2014-08-04 Tom Tromey <tromey@redhat.com>
16630
16631 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
16632 target 0".
16633
16634 2014-08-04 Tom Tromey <tromey@redhat.com>
16635
16636 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
16637 "target_resume".
16638
16639 2014-08-01 Joel Brobecker <brobecker@adacore.com>
16640
16641 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
16642 inner_vla_struct_object_size.
16643 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
16644 as xfail.
16645
16646 2014-07-30 Pedro Alves <palves@redhat.com>
16647
16648 * gdb.threads/signal-command-handle-nopass.exp (test): Add
16649 comment.
16650
16651 2014-07-29 Yao Qi <yao@codesourcery.com>
16652
16653 PR gdb/17206
16654 * gdb.base/until-nodebug.exp: New.
16655
16656 2014-07-28 Doug Evans <xdje42@gmail.com>
16657
16658 PR guile/17203
16659 * gdb.guile/scm-parameter.exp: Add tests for trying to create
16660 previously existing parameter, and previously ambiguously spelled
16661 parameter.
16662
16663 2014-07-28 Will Newton <will.newton@linaro.org>
16664
16665 * gdb.base/varargs.exp: Remove KFAILs for ARM.
16666
16667 2014-07-26 Ludovic Courtès <ludo@gnu.org>
16668 Doug Evans <xdje42@gmail.com>
16669
16670 PR guile/17146
16671 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
16672
16673 2014-07-25 Pedro Alves <palves@redhat.com>
16674
16675 * gdb.threads/signal-command-handle-nopass.c: New file.
16676 * gdb.threads/signal-command-handle-nopass.exp: New file.
16677 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
16678 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
16679 * gdb.threads/signal-delivered-right-thread.c: New file.
16680 * gdb.threads/signal-delivered-right-thread.exp: New file.
16681
16682 2014-07-25 Pedro Alves <palves@redhat.com>
16683
16684 * gdb.base/double-prompt-target-event-error.exp
16685 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
16686 match.
16687 (cancel_pagination_in_target_event): Rework double prompt
16688 detection.
16689 * gdb.base/paginate-after-ctrl-c-running.exp
16690 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
16691 <return>' match.
16692 * gdb.base/paginate-bg-execution.exp
16693 (test_bg_execution_pagination_return)
16694 (test_bg_execution_pagination_cancel): Remove '-notransfer
16695 <return>' matches.
16696 * gdb.base/paginate-execution-startup.exp
16697 (test_fg_execution_pagination_return)
16698 (test_fg_execution_pagination_cancel): Remove '-notransfer
16699 <return>' matches.
16700 * gdb.base/paginate-inferior-exit.exp
16701 (test_paginate_inferior_exited): Remove '-notransfer <return>'
16702 match.
16703 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
16704 * lib/gdb.exp (pagination_prompt): Run text through
16705 string_to_regexp.
16706 (gdb_test_multiple): Match $pagination_prompt instead of
16707 "<return>".
16708 (string_to_regexp): Move to lib/gdb-utils.exp.
16709
16710 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16711
16712 * gdb.arch/amd64-entry-value-paramref.S: New file.
16713 * gdb.arch/amd64-entry-value-paramref.cc: New file.
16714 * gdb.arch/amd64-entry-value-paramref.exp: New file.
16715 * gdb.arch/amd64-optimout-repeat.S: New file.
16716 * gdb.arch/amd64-optimout-repeat.c: New file.
16717 * gdb.arch/amd64-optimout-repeat.exp: New file.
16718
16719 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16720
16721 PR gdb/17170
16722 * gdb.base/statistics.exp: New file.
16723
16724 2014-07-17 Doug Evans <dje@google.com>
16725
16726 PR gdb/17170
16727 * gdb.base/maint.exp: Update testing of per-command stats.
16728
16729 2014-07-16 Pedro Alves <palves@redhat.com>
16730
16731 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
16732 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
16733 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
16734 (tfile_write_buf): New functions.
16735 (add_memory_block): Rewrite using the above.
16736 (adjust_function_address): New function.
16737 (FUNCTION_ADDRESS): New macro.
16738 (write_basic_trace_file): Remove short_x local, and use
16739 tfile_write_16. Change type of func_addr local to unsigned long
16740 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
16741 here. Cast argument of add_memory_block to char pointer.
16742 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
16743 (main): Remove parameters.
16744 * gdb.trace/tfile.exp: Remove nowarnings.
16745
16746 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
16747
16748 * gdb.base/debug-expr.exp: Test string evaluation with
16749 "debug expression" on.
16750
16751 2014-07-15 Pedro Alves <palves@redhat.com>
16752
16753 * gdb.base/reread.exp: Use clean_restart.
16754
16755 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
16756
16757 * gdb.arch/avr-flash-qualifer.c: New.
16758 * gdb.arch/avr-flash-qualifer.exp: New.
16759
16760 2014-07-14 Pedro Alves <palves@redhat.com>
16761
16762 * gdb.base/paginate-after-ctrl-c-running.c: New file.
16763 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
16764
16765 2014-07-14 Pedro Alves <palves@redhat.com>
16766
16767 * gdb.base/double-prompt-target-event-error.c: New file.
16768 * gdb.base/double-prompt-target-event-error.exp: New file.
16769
16770 2014-07-14 Pedro Alves <palves@redhat.com>
16771
16772 PR gdb/17072
16773 * gdb.base/paginate-inferior-exit.c: New file.
16774 * gdb.base/paginate-inferior-exit.exp: New file.
16775
16776 2014-07-14 Pedro Alves <palves@redhat.com>
16777
16778 PR gdb/17072
16779 * gdb.base/paginate-bg-execution.c: New file.
16780 * gdb.base/paginate-bg-execution.exp: New file.
16781
16782 2014-07-14 Pedro Alves <palves@redhat.com>
16783
16784 PR gdb/17072
16785 * gdb.base/paginate-execution-startup.c: New file.
16786 * gdb.base/paginate-execution-startup.exp: New file.
16787 * lib/gdb.exp (pagination_prompt): New global.
16788 (default_gdb_spawn): New procedure, factored out from
16789 default_gdb_spawn.
16790 (default_gdb_start): Adjust to call default_gdb_spawn.
16791 (gdb_spawn): New procedure.
16792
16793 2014-07-14 Pedro Alves <palves@redhat.com>
16794
16795 * lib/gdb.exp (gdb_assert): New procedure.
16796 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
16797
16798 2014-07-14 Pedro Alves <palves@redhat.com>
16799
16800 * gdb.base/execution-termios.c: New file.
16801 * gdb.base/execution-termios.exp: New file.
16802
16803 2014-07-14 Tom Tromey <tromey@redhat.com>
16804
16805 * gdb.cp/vla-cxx.cc: New file.
16806 * gdb.cp/vla-cxx.exp: New file.
16807
16808 2014-07-14 Tom Tromey <tromey@redhat.com>
16809
16810 * gdb.reverse/rerun-prec.c: New file.
16811 * gdb.reverse/rerun-prec.exp: New file.
16812
16813 2014-07-12 Maciej W. Rozycki <macro@mips.com>
16814 Maciej W. Rozycki <macro@codesourcery.com>
16815
16816 * lib/gdb-utils.exp: New file.
16817 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
16818 inline `gdb_init_command' processing.
16819 (gdb_start_cmd): Likewise.
16820 * lib/mi-support.exp (mi_run_cmd): Likewise.
16821 * README: Document `gdb_init_command' and `gdb_init_commands'.
16822
16823 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16824
16825 Fix false FAIL running under a very long directory name.
16826 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
16827 and "set print elements 10000". Twice.
16828
16829 2014-07-11 Yao Qi <yao@codesourcery.com>
16830
16831 * gdb.base/exprs.exp: "set print symbol off".
16832
16833 2014-07-11 Pedro Alves <palves@redhat.com>
16834
16835 * gdb.threads/kill.c: New file.
16836 * gdb.threads/kill.exp: New file.
16837
16838 2014-07-10 Yao Qi <yao@codesourcery.com>
16839
16840 * gdb.trace/tfile.c (write_basic_trace_file)
16841 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
16842 address written to trace file.
16843
16844 2014-07-09 Pedro Alves <palves@redhat.com>
16845
16846 * gdb.base/attach-wait-input.exp: New file.
16847 * gdb.base/attach-wait-input.c: New file.
16848
16849 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
16850
16851 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
16852 setting up test structures.
16853 (main): Call new test function.
16854 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
16855 test function, continue into test function and walk test
16856 structures.
16857
16858 2014-07-02 Yao Qi <yao@codesourcery.com>
16859
16860 * gdb.trace/entry-values.c: Define labels 'foo_start' and
16861 'bar_start' at the beginning of functions 'foo' and 'bar'
16862 respectively.
16863 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
16864 instead of 'foo' and 'bar'.
16865
16866 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
16867
16868 * gdb.btrace/segv.exp: New.
16869 * gdb.btrace/segv.c: New.
16870
16871 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
16872
16873 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
16874 instruction.
16875
16876 2014-06-30 Mark Wielaard <mjw@redhat.com>
16877
16878 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
16879 vulture, vilify, villar): New volatile array constants.
16880 (vindictive, vegetation): New const volatile array constants.
16881 * gdb.base/volatile.exp: Test volatile and const volatile array
16882 types.
16883
16884 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
16885
16886 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
16887 target lacks support for awatch, rwatch, or hbreak.
16888
16889 2014-06-27 Yao Qi <yao@codesourcery.com>
16890
16891 * gdb.multi/dummy-frame-restore.exp: New.
16892 * gdb.multi/dummy-frame-restore.c: New.
16893
16894 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
16895
16896 * gdb.btrace/gcore.exp: New.
16897
16898 2014-06-23 Pedro Alves <palves@redhat.com>
16899
16900 * gdb.base/watchpoint-reuse-slot.c: New file.
16901 * gdb.base/watchpoint-reuse-slot.exp: New file.
16902
16903 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
16904
16905 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
16906 progspace's filename in 'info', 'enable' and 'disable' command
16907 tests.
16908
16909 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
16910
16911 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
16912 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
16913 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
16914
16915 2014-06-20 Gary Benson <gbenson@redhat.com>
16916
16917 * gdb.arch/i386-avx.exp: Fix include file location.
16918 * gdb.arch/i386-sse.exp: Likewise.
16919
16920 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
16921
16922 * gdb.dlang/expression.exp: New file.
16923
16924 2014-06-19 Pedro Alves <palves@redhat.com>
16925
16926 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
16927 out from ...
16928 (top level): ... here. Iterate running tests under different
16929 scheduler-locking settings.
16930
16931 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
16932
16933 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
16934 to DW_FORM_addr and use non-zero addresses.
16935
16936 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
16937
16938 PR gdb/17017
16939 * gdb.python/py-xmethods.cc: Add global function call counters and
16940 increment them in their respective functions. Remove "cout"
16941 statements.
16942 * gdb.python/py-xmethods.exp: Make tests check the global function
16943 call counters instead of depending on inferior IO.
16944
16945 2014-06-18 Don Breazeal <donb@codesourcery.com>
16946
16947 * gdb.base/foll-fork.exp (default_fork_parent_follow):
16948 Deleted procedure.
16949 (explicit_fork_parent_follow): Deleted procedure.
16950 (explicit_fork_child_follow): Deleted procedure.
16951 (test_follow_fork): New procedure.
16952 (do_fork_tests): Replace calls to deleted procedures with
16953 calls to test_follow_fork and reset GDB for subsequent
16954 procedure calls.
16955
16956 2014-06-17 Yao Qi <yao@codesourcery.com>
16957
16958 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
16959 CP1252.
16960
16961 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
16962
16963 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
16964 Initialize ptr and S explicitly.
16965 (skip_type_update_when_not_use_rtti_test): Likewise.
16966
16967 2014-06-16 Keith Seitz <keiths@redhat.com>
16968
16969 PR mi/15863
16970 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
16971 the inferior is started.
16972
16973 2014-06-16 Pedro Alves <palves@redhat.com>
16974
16975 * gdb.base/break-main-file-remove-fail.c: New file.
16976 * gdb.base/break-main-file-remove-fail.exp: New file.
16977 * gdb.base/break-unload-file.exp: Use build_executable instead of
16978 prepare_for_testing.
16979 (test_break): New parameter "initial_load". Handle it.
16980 (top level): Add initial_load cmdline/file axis.
16981
16982 2014-06-12 Tom Tromey <tromey@redhat.com>
16983
16984 * gdb.base/completion.exp: Don't use directory name in test.
16985
16986 2014-06-09 Gary Benson <gbenson@redhat.com>
16987
16988 * gdb.base/sigall.c [Functions to send signals]: Reorder to
16989 separate the always-available ANSI-standard signals from the
16990 signals that require checking.
16991 (main): Likewise.
16992 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
16993 Likewise.
16994 (main): Likewise.
16995
16996 2014-06-07 Keith Seitz <keiths@redhat.com>
16997
16998 Revert:
16999 PR c++/16253
17000 * gdb.cp/var-tag.cc: New file.
17001 * gdb.cp/var-tag.exp: New file.
17002 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
17003 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
17004 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
17005 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
17006
17007 2014-06-06 Doug Evans <xdje42@gmail.com>
17008
17009 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
17010
17011 2014-06-06 Pedro Alves <palves@redhat.com>
17012
17013 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
17014 in target debug output instead of looking at RSP packets,
17015 disabling the test on any target that uses hardware stepping.
17016 Update comments.
17017
17018 2014-06-06 Pedro Alves <palves@redhat.com>
17019
17020 * gdb.base/break-unload-file.exp: Fix typo.
17021
17022 2014-06-06 Yao Qi <yao@codesourcery.com>
17023
17024 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
17025 from "jit_function" to "^jit_function".
17026
17027 2014-06-06 Yao Qi <yao@codesourcery.com>
17028
17029 * gdb.base/async.c (foo): Add one statement.
17030 * gdb.base/async.exp: Get the next instruction address and
17031 match the output of "nexti" by instruction address. Match
17032 the hex address in the output of "finish".
17033
17034 2014-06-06 Gary Benson <gbenson@redhat.com>
17035
17036 * gdb.base/call-signals.c: Remove preprocessor conditionals
17037 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
17038 SIGSEGV and SIGTERM.
17039 * gdb.base/sigall.c: Likewise.
17040 * gdb.base/unwindonsignal.c: Likewise.
17041 * gdb.reverse/sigall-reverse.c: Likewise.
17042
17043 2014-06-06 Yao Qi <yao@codesourcery.com>
17044
17045 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
17046 readable, skip the test.
17047
17048 2014-06-06 Yao Qi <yao@codesourcery.com>
17049
17050 * gdb.threads/staticthreads.c (thread_function): Move the line
17051 setting breakpoint on forward.
17052 * gdb.threads/staticthreads.exp: Update comments.
17053
17054 2014-06-05 Ludovic Courtès <ludo@gnu.org>
17055
17056 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
17057 "history-append! type error".
17058
17059 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
17060
17061 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
17062 erroneous dprintf expected input.
17063
17064 2014-06-04 Doug Evans <xdje42@gmail.com>
17065
17066 * gdb.guile/scm-generics.exp: Delete.
17067
17068 2014-06-04 Doug Evans <xdje42@gmail.com>
17069
17070 * gdb.guile/scm-breakpoint.exp: Update.
17071 Add tests for breakpoint registration.
17072
17073 2014-06-04 Tom Tromey <tromey@redhat.com>
17074
17075 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
17076 VLA-in-union.
17077 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
17078 inner_vla_struct, vla_union types. Initialize objects of those
17079 types and compute their sizes.
17080
17081 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
17082 Hui Zhu <hui@codesourcery.com>
17083
17084 * gdb.base/fileio.exp: Add test for shell not available as well as
17085 available.
17086 * gdb.base/fileio.c (test_system): Check for shell twice.
17087
17088 2014-06-04 Yao Qi <yao@codesourcery.com>
17089
17090 * gdb.base/auto-connect-native-target.exp: Remove redundant
17091 space from the regexp pattern.
17092
17093 2014-06-04 Yao Qi <yao@codesourcery.com>
17094
17095 * gdb.base/default.exp: Replace "child" with "native" in
17096 regexp pattern.
17097
17098 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
17099
17100 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
17101 * gdb.python/py-xmethods.exp: New tests to test xmethods.
17102 * gdb.python/py-xmethods.py: Python script supporting the
17103 new testcase and tests.
17104
17105 2014-06-03 Joel Brobecker <brobecker@adacore.com>
17106 Pedro Alves <palves@redhat.com>
17107
17108 PR breakpoints/17000
17109 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
17110 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
17111
17112 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
17113
17114 * gdb.base/subst.exp: Add tests to verify partial path matching
17115 output.
17116
17117 2014-06-03 Pedro Alves <palves@redhat.com>
17118
17119 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
17120 target that doesn't use software single-stepping.
17121
17122 2014-06-03 Pedro Alves <palves@redhat.com>
17123
17124 PR breakpoints/17000
17125 * gdb.base/sss-bp-on-user-bp-2.c: New file.
17126 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
17127
17128 2014-06-02 Doug Evans <xdje42@gmail.com>
17129
17130 * gdb.guile/scm-parameter.exp: New file.
17131
17132 2014-06-02 Doug Evans <xdje42@gmail.com>
17133
17134 * gdb.guile/scm-cmd.c: New file.
17135 * gdb.guile/scm-cmd.exp: New file.
17136
17137 2014-06-02 Doug Evans <xdje42@gmail.com>
17138
17139 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
17140 pretty-printer lookup.
17141 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
17142 (make-pp_s-printer): Call it.
17143 (make-pretty-printer-from-dict): New function.
17144 (lookup-pretty-printer-maker-from-dict): New function.
17145 (*pretty-printer*): Simplify.
17146 (make-objfile-pp_s-printer): New function.
17147 (install-objfile-pretty-printers!): New function.
17148 (make-progspace-pp_s-printer): New function.
17149 (install-progspace-pretty-printers!): New function.
17150 * gdb.guile/scm-progspace.c: New file.
17151 * gdb.guile/scm-progspace.exp: New file.
17152
17153 2014-06-02 Pedro Alves <palves@redhat.com>
17154
17155 * gdb.base/dprintf-bp-same-addr.c: New file.
17156 * gdb.base/dprintf-bp-same-addr.exp: New file.
17157
17158 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17159
17160 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
17161 * gdb.arch/powerpc-power.s: Likewise.
17162
17163 2014-06-02 Joel Brobecker <brobecker@adacore.com>
17164
17165 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
17166
17167 2014-06-01 Yao Qi <yao@codesourcery.com>
17168
17169 * gdb.base/watchpoint.exp (test_watch_location): Check null
17170 pointer can be dereferenced. If not, do the test, otherwise
17171 skip it.
17172
17173 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
17174
17175 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
17176 results.
17177 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
17178
17179 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
17180
17181 * gdb.arch/amd64-invalid-stack-middle.S: New file.
17182 * gdb.arch/amd64-invalid-stack-middle.c: New file.
17183 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
17184 * gdb.arch/amd64-invalid-stack-top.c: New file.
17185 * gdb.arch/amd64-invalid-stack-top.exp: New file.
17186
17187 2014-05-30 Pedro Alves <palves@redhat.com>
17188
17189 PR breakpoints/17000
17190 * gdb.base/sss-bp-on-user-bp.c: New file.
17191 * gdb.base/sss-bp-on-user-bp.exp: New file.
17192
17193 2014-05-30 David Blaikie <dblaikie@gmail.com>
17194
17195 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
17196 gnu_inline semantics via attribute.
17197 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
17198 source explicitly specifies the required semantics.
17199
17200 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
17201
17202 * gdb.reverse/sigall-reverse.exp: Fix a typo.
17203
17204 2014-05-29 Pedro Alves <palves@redhat.com>
17205 Tom Tromey <tromey@redhat.com>
17206
17207 * gdb.base/async-shell.exp: Don't enable target-async.
17208 * gdb.base/async.exp
17209 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
17210 parameter. Adjust.
17211 (top level): Don't test with "target-async".
17212 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
17213 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
17214 * gdb.base/inferior-died.exp: Don't enable target-async.
17215 * gdb.base/interrupt-noterm.exp: Likewise.
17216 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
17217 * gdb.mi/mi-nonstop-exit.exp: Likewise.
17218 * gdb.mi/mi-nonstop.exp: Likewise.
17219 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
17220 * gdb.mi/mi-nsintrall.exp: Likewise.
17221 * gdb.mi/mi-nsmoribund.exp: Likewise.
17222 * gdb.mi/mi-nsthrexec.exp: Likewise.
17223 * gdb.mi/mi-watch-nonstop.exp: Likewise.
17224 * gdb.multi/watchpoint-multi.exp: Adjust comment.
17225 * gdb.python/py-evsignal.exp: Don't enable target-async.
17226 * gdb.python/py-evthreads.exp: Likewise.
17227 * gdb.python/py-prompt.exp: Likewise.
17228 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
17229 * gdb.server/solib-list.exp: Don't enable target-async.
17230 * gdb.threads/thread-specific-bp.exp: Likewise.
17231 * lib/mi-support.exp: Adjust to use mi-async.
17232
17233 2014-05-29 Pedro Alves <palves@redhat.com>
17234
17235 PR gdb/13860
17236 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
17237 reason, even in sync mode.
17238
17239 2014-05-29 Pedro Alves <palves@redhat.com>
17240 Hui Zhu <hui@codesourcery.com>
17241
17242 PR PR15693
17243 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
17244 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
17245 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
17246 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
17247
17248 2014-05-28 Joel Brobecker <brobecker@adacore.com>
17249
17250 * config/monitor.exp (gdb_target_monitor): Replace use of
17251 "set remotebaud" by "set serial baud".
17252
17253 2014-05-26 Andy Wingo <wingo@igalia.com>
17254
17255 * gdb.guile/scm-breakpoint.exp:
17256 * gdb.guile/scm-gsmob.exp: Update to use plain old object
17257 properties instead of gdb-object-properties.
17258
17259 2014-05-26 Yao Qi <yao@codesourcery.com>
17260
17261 * gdb.server/no-thread-db.exp: Specify source file name
17262 explicitly when setting a breakpoint.
17263
17264 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17265
17266 * gdb.btrace/vdso.c: New.
17267 * gdb.btrace/vdso.exp: New.
17268
17269 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17270
17271 * gdb.base/gcore.exp (capture_command_output): Move ...
17272 * lib/gdb.exp (capture_command_output): ... here.
17273
17274 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17275
17276 * gdb.btrace/data.exp: Test memory access during btrace replay.
17277
17278 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
17279
17280 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
17281
17282 2014-05-21 Pedro Alves <palves@redhat.com>
17283
17284 PR gdb/13860
17285 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
17286 (top level): Test that output related to execution commands is
17287 sent to the console with CLI commands, but not with MI commands.
17288 Test that breakpoint events are always mirrored to the console.
17289 Also expect the new source line to be output after a "next" in
17290 async mode too. Make it a pass/fail test.
17291 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
17292 output.
17293 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
17294
17295 2014-05-21 Pedro Alves <palves@redhat.com>
17296
17297 * gdb.base/list.exp (build_pattern, test_list): New procedures.
17298 Use them to test variations of "list" after reaching a breakpoint.
17299 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
17300 Test "list" with listsize 10 after reaching a breakpoint.
17301 * gdb.python/python.exp (decode_line current location line
17302 number): Adjust expected line number.
17303
17304 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
17305
17306 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
17307 behavior for $args, pass it directly to "run".
17308
17309 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
17310
17311 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
17312 30000 to 65536.
17313
17314 2014-05-21 Pedro Alves <palves@redhat.com>
17315
17316 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
17317 auto-connect-native-target off".
17318 * gdb.base/auto-connect-native-target.c: New file.
17319 * gdb.base/auto-connect-native-target.exp: New file.
17320
17321 2014-05-21 Pedro Alves <palves@redhat.com>
17322
17323 * gdb.base/default.exp: Test "target native" instead of "target
17324 child".
17325
17326 2014-05-21 Mark Wielaard <mjw@redhat.com>
17327
17328 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
17329
17330 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17331
17332 Fix TLS access for -static -pthread.
17333 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
17334 <HAVE_TLS> (thread_function, main): Initialize it.
17335 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
17336 Add clean_restart.
17337 <$have_tls != "">: Check TLSVAR.
17338
17339 2014-05-21 Pedro Alves <palves@redhat.com>
17340
17341 * gdb.base/dcache-line-read-error.c: New.
17342 * gdb.base/dcache-line-read-error.exp: New.
17343
17344 2014-05-20 Pedro Alves <palves@redhat.com>
17345
17346 * gdb.base/compare-sections.c: New file.
17347 * gdb.base/compare-sections.exp: New file.
17348
17349 2014-05-20 Pedro Alves <palves@redhat.com>
17350
17351 * gdb.base/break-idempotent.c: New file.
17352 * gdb.base/break-idempotent.exp: New file.
17353
17354 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
17355
17356 * gdb.btrace/nohist.exp: New.
17357
17358 2014-05-20 Yao Qi <yao@codesourcery.com>
17359
17360 * lib/gdb.exp (gdb_init): Set timeout if test file is under
17361 gdb.reverse directory and gdb_reverse_timeout exists in board
17362 setting.
17363 * README: Document gdb_reverse_timeout.
17364
17365 2014-05-20 Yao Qi <yao@codesourcery.com>
17366
17367 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
17368 'test_file_name'. Treat args as a string instead of a list.
17369 (gdb_init): Rename argument 'args' by 'test_file_name'.
17370
17371 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
17372
17373 * gdb.arch/powerpc-power.exp: New file.
17374 * gdb.arch/powerpc-power.s: New file.
17375
17376 2014-05-16 Doug Evans <dje@google.com>
17377
17378 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
17379 * gdb.base/completion.exp: Check that all expected files exist
17380 before doing file completion.
17381
17382 2014-05-16 Doug Evans <dje@google.com>
17383
17384 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
17385 Update.
17386 (do_syscall_tests_without_xml): Update.
17387
17388 2014-05-16 Pedro Alves <palves@redhat.com>
17389
17390 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
17391 instead of "unknown output after running".
17392
17393 2014-05-16 Yao Qi <yao@codesourcery.com>
17394
17395 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
17396 file1.txt from host at the end.
17397 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17398
17399 2014-05-15 Doug Evans <dje@google.com>
17400
17401 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
17402 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
17403 loading file. Add test for TU lookup.
17404
17405 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
17406
17407 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
17408 calling "-exec-arguments" or "set args" before running the
17409 inferior.
17410
17411 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
17412
17413 * lib/mi-support.exp (mi_expect_stop): Expect message for
17414 inferiors that exit with non-zero exit code.
17415
17416 2014-05-14 Yao Qi <yao@codesourcery.com>
17417
17418 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
17419 match absolute path on remote host.
17420 (test_file_list_exec_source_files): Remove "/" from the
17421 pattern.
17422
17423 2014-05-14 Yao Qi <yao@codesourcery.com>
17424
17425 * boards/local-remote-host-notty.exp (${board}_file): New
17426 proc.
17427
17428 2014-05-07 Kyle McMartin <kyle@redhat.com>
17429
17430 Pushed by Joel Brobecker <brobecker@adacore.com>.
17431 * gdb.arch/aarch64-atomic-inst.c: New file.
17432 * gdb.arch/aarch64-atomic-inst.exp: New file.
17433
17434 2014-05-07 Yao Qi <yao@codesourcery.com>
17435
17436 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
17437 in current context" too.
17438
17439 2014-05-05 Keith Seitz <keiths@redhat.com>
17440
17441 * gdb.linespec/ls-dollar.exp: Add test for linespec
17442 file:convenience_variable.
17443
17444 2014-05-05 Yao Qi <yao@codesourcery.com>
17445
17446 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
17447 traceframes into tfile and ctf trace files. Read data from
17448 trace file and test collected data.
17449 (gdb_collect_locals_test): Likewise.
17450 (gdb_unavailable_registers_test): Likewise.
17451 (gdb_unavailable_floats): Likewise.
17452 (gdb_collect_globals_test): Likewise.
17453 (top-level): Append "ctf" to trace_file_targets if GDB
17454 supports.
17455
17456 2014-05-05 Yao Qi <yao@codesourcery.com>
17457
17458 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
17459 code to ...
17460 (gdb_collect_args_test_1): ... it. New proc.
17461 (gdb_collect_locals_test): Move some code to ...
17462 (gdb_collect_locals_test_1): ... it. New proc.
17463 (gdb_unavailable_registers_test): Move some code to ...
17464 (gdb_unavailable_registers_test_1): ... it. New proc.
17465 (gdb_unavailable_floats): Move some code to ...
17466 (gdb_unavailable_floats_1): ... it. New proc.
17467
17468 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
17469
17470 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
17471 probes to test for bitness recognition.
17472 * gdb.arch/amd64-stap-optional-prefix.exp
17473 (test_probe_value_without_reg): New procedure.
17474 Add code to test for different kinds of bitness.
17475
17476 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
17477
17478 PR breakpoints/16889
17479 * gdb.arch/amd64-stap-optional-prefix.S: New file.
17480 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
17481
17482 2014-05-01 Pedro Alves <palves@redhat.com>
17483
17484 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
17485 gdb_file_cmd if no file is specified.
17486 * boards/native-extended-gdbserver.exp (gdb_load): Use the
17487 last_loaded_file to set the remote exec-file.
17488
17489 2014-05-01 Pedro Alves <palves@redhat.com>
17490
17491 * boards/local-remote-host.exp: New file.
17492
17493 2014-05-01 Pedro Alves <palves@redhat.com>
17494
17495 * boards/local-remote-host.exp: Rename to ...
17496 * boards/local-remote-host-notty.exp: ... this.
17497
17498 2014-04-28 Joel Brobecker <brobecker@adacore.com>
17499
17500 * gdb.ada/dyn_arrayidx: New testcase.
17501
17502 2014-04-26 Yao Qi <yao@codesourcery.com>
17503
17504 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
17505 and compute the length of function main. Save it in
17506 $main_length.
17507 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
17508 (top-level): Use gdb_compile to compile objects into
17509 executable and restart GDB. Remove invocation to
17510 prepare_for_testing.
17511
17512 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
17513 Pedro Alves <palves@redhat.com>
17514
17515 PR server/16255
17516 * gdb.multi/multi-attach.c: New file.
17517 * gdb.multi/multi-attach.exp: New file.
17518
17519 2014-04-25 Pedro Alves <palves@redhat.com>
17520
17521 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
17522 user.
17523 (top level): Test that "set remote conditional-breakpoints-packet
17524 off" works as intended.
17525 * gdb.base/dprintf.exp: Test that "set remote
17526 breakpoint-commands-packet off" works as intended.
17527 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
17528 New function.
17529 (top level): Call it.
17530 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
17531 remote fast-tracepoints-packet off" works as intended.
17532 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
17533 * lib/gdb.exp (gdb_is_target_remote): ... here.
17534
17535 2014-04-24 David Blaikie <dblaikie@gmail.com>
17536
17537 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
17538 ensure clang would not discard them.
17539 * gdb.base/gdbvars.c: Ditto.
17540 * gdb.base/memattr.c: Ditto.
17541 * gdb.base/whatis.c: Ditto.
17542 * gdb.python/py-prettyprint.c: Ditto.
17543 * gdb.trace/actions.c: Ditto.
17544 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
17545 ensure clang would not discard it.
17546
17547 2014-04-24 David Blaikie <dblaikie@gmail.com>
17548
17549 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
17550 clang to emit the full definition of type required by the test
17551 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
17552
17553 2014-04-24 David Blaikie <dblaikie@gmail.com>
17554
17555 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
17556 coax Clang into emitting the definition of the type.
17557 * gdb.cp/pr10728-x.h (y): Ditto.
17558 * gdb.cp/pr10728-y.cc (y): Ditto.
17559
17560 2014-04-24 David Blaikie <dblaikie@gmail.com>
17561
17562 * gdb.base/label.exp: XFAIL label related tests under Clang.
17563 * gdb.cp/cplabel.exp: Ditto.
17564 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
17565 under Clang those using labels.
17566
17567 2014-04-25 Yao Qi <yao@codesourcery.com>
17568
17569 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
17570 double_label.
17571 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
17572 partial_label and double_label.
17573
17574 2014-04-24 David Blaikie <dblaikie@gmail.com>
17575
17576 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
17577
17578 2014-04-24 David Blaikie <dblaikie@gmail.com>
17579
17580 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
17581 of the function to work across GCC and Clang.
17582 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
17583 pointer types (const void ** const V void **).
17584
17585 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
17586 Walfred Tedeschi <walfred.tedeschi@intel.com>
17587
17588 * Makefile.in (EXECUTABLES): Added i386-avx512.
17589 * gdb.arch/i386-avx512.c: New file.
17590 * gdb.arch/i386-avx512.exp: Likewise.
17591
17592 2014-04-23 Keith Seitz <keiths@redhat.com>
17593
17594 * lib/mi-support.exp (mi_list_breakpoints): Delete.
17595 (mi_make_breakpoint_table): New procedure.
17596 (mi_create_breakpoint): Use mi_make_breakpoint
17597 and return the result.
17598 (mi_make_breakpoint): New procedure.
17599 (mi_build_kv_pairs): New procedure.
17600
17601 * gdb.mi/mi-break.exp: Remove unused globals,
17602 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
17603 All callers updated.
17604 * gdb.mi/mi-dprintf.exp: Use variable to track command
17605 number.
17606 Update all callers of mi_create_breakpoint and use
17607 mi_make_breakpoint_table.
17608 Remove any unused global variables.
17609 * gdb.mi/mi-nonstop.exp: Likewise.
17610 * gdb.mi/mi-nsintrall.exp: Likewise.
17611 * gdb.mi/mi-nsmoribund.exp: Likewise.
17612 * gdb.mi/mi-nsthrexec.exp: Likewise.
17613 * gdb.mi/mi-reverse.exp: Likewise.
17614 * gdb.mi/mi-simplerun.exp: Likewise.
17615 * gdb.mi/mi-stepn.exp: Likewise.
17616 * gdb.mi/mi-syn-frame.exp: Likewise.
17617 * gdb.mi/mi-until.exp: Likewise.
17618 * gdb.mi/mi-var-cp.exp: Likewise.
17619 * gdb.mi/mi-var-display.exp: Likewise.
17620 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
17621 * gdb.mi/mi2-var-child.exp: Likewise.
17622 * gdb.mi/mi-vla-c99.exp: Likewise.
17623 * lib/mi-support.exp: Likewise.
17624
17625 From Ian Lance Taylor <iant@cygnus.com>:
17626 * lib/gdb.exp (parse_args): New procedure.
17627
17628 2014-04-23 Pedro Alves <palves@redhat.com>
17629
17630 * gdb.base/break-unload-file.c: New file.
17631 * gdb.base/break-unload-file.exp: New file.
17632 * gdb.base/sym-file-lib.c (baz): New function.
17633 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
17634 field.
17635 (load): Store the segment's mapped size.
17636 (unload): New function.
17637 (unload_shlib): New function.
17638 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
17639 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
17640 set a breakpoint at baz, and call it.
17641 * gdb.base/sym-file.exp: New tests for stale breakpoint
17642 instructions.
17643
17644 2014-04-23 Pedro Alves <palves@redhat.com>
17645
17646 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
17647 * gdb.base/hbreak-in-shr-unsupported.c: New file.
17648 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
17649 * gdb.base/hbreak-unmapped.c: New file.
17650 * gdb.base/hbreak-unmapped.exp: New file.
17651 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
17652 * lib/gdb.exp (gdb_is_target_remote): ... here.
17653
17654 2014-04-22 Pedro Alves <palves@redhat.com>
17655
17656 * gdb.base/consecutive-step-over.c: New file.
17657 * gdb.base/consecutive-step-over.exp: New file.
17658
17659 2014-04-22 Pedro Alves <palves@redhat.com>
17660
17661 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
17662 instead of send_gdb/gdb_expect.
17663
17664 2014-04-22 Yao Qi <yao@codesourcery.com>
17665
17666 * lib/trace-support.exp (generate_tracefile): New procedure.
17667 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
17668 return 0.
17669 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
17670 if generate_tracefile returns 1.
17671
17672 2014-04-18 Tom Tromey <palves@redhat.com>
17673 Pedro alves <tromey@redhat.com>
17674
17675 PR backtrace/15558
17676 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
17677 with a backtrace limit.
17678 * gdb.python/py-frame-inline.exp: Test running to an inline
17679 function with a backtrace limit, and printing the newest frame.
17680 * gdb.python/py-frame-inline.c (main): Call f.
17681
17682 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
17683
17684 * gdb.java/jnpe.exp: Drop srcdir from untested path.
17685
17686 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
17687
17688 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
17689 Drop prefix from unsupported source file path.
17690
17691 2014-04-17 Yao Qi <yao@codesourcery.com>
17692
17693 * lib/gdb.exp (with_target_charset): New proc.
17694 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
17695 with_target_charset.
17696 (test_print_strings): Likewise.
17697 (test_repeat_bytes): Likewise.
17698 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
17699 for some tests.
17700
17701 2014-04-16 Keith Seitz <keiths@redhat.com>
17702
17703 PR gdb/15827
17704 * gdb.dwarf2/corrupt.c: New file.
17705 * gdb.dwarf2/corrupt.exp: New file.
17706
17707 2014-04-16 Keith Seitz <keiths@redhat.com>
17708
17709 PR c++/16597
17710 * gdb.cp/namelessclass.cc: New file.
17711 * gdb.cp/namelessclass.exp: New file.
17712 * gdb.cp/namelessclass.S: New file.
17713
17714 2014-04-16 Doug Evans <dje@google.com>
17715
17716 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
17717 Add comment.
17718 (gdbserver_default_get_comm_port): New function.
17719 (gdbserver_start): Check if board file provided
17720 "gdbserver,get_comm_port" and use it if so.
17721 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
17722 (gdb,socketport): Set to "stdio".
17723 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
17724 (stdio_gdbserver_template): Delete.
17725 (${board}_get_remote_address): Update.
17726 (${board}_build_remote_cmd): Delete.
17727 (${board}_get_comm_port): New function.
17728 (${board}_spawn): Update.
17729 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
17730 Delete.
17731 (${board}_get_remote_address): Update.
17732 (${board}_get_comm_port): New function.
17733
17734 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
17735
17736 * gdb.base/memattr.exp: Improve regexps to handle memory regions
17737 appearing in any order.
17738
17739 2014-04-15 Doug Evans <dje@google.com>
17740
17741 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
17742 uninitialized value of "description".
17743
17744 2014-04-15 Keith Seitz <keiths@redhat.com>
17745
17746 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
17747 Remove unused globals.
17748 (test_running_the_program): Likewise.
17749 (test_controlled_execution): Likewise.
17750 (test_controlling_breakpoints): Likewise.
17751 (test_program_termination): Likewise.
17752
17753 2014-04-15 Keith Seitz <keiths@redhat.com>
17754
17755 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
17756 unused globals.
17757 (test_rbreak_creation_and_listing): Likewise.
17758 (test_ignore_count): Likewise.
17759 (test_error): Likewise.
17760
17761 2014-04-15 Pedro Alves <palves@redhat.com>
17762
17763 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
17764 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
17765 sym-file-loader.c.
17766 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
17767 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
17768 to sym-file-loader.c.
17769 (struct library): Forward declare.
17770 (load_shlib, lookup_function): Change prototypes.
17771 (find_shstrtab, find_strtab, find_shdr, find_symtab)
17772 (translate_offset): Remove declarations.
17773 (get_text_addr): New declaration.
17774 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
17775 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
17776 sym-file-loader.h.
17777 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
17778 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
17779 here from sym-file-loader.h.
17780 (struct library): New structure.
17781 (load_shlib, lookup_function): Change prototypes and adjust to
17782 work with a struct library.
17783 (find_shstrtab, find_strtab, find_shdr, find_symtab)
17784 (translate_offset): Make static.
17785 (get_text_addr): New function.
17786 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
17787
17788 2014-04-15 Pedro Alves <palves@redhat.com>
17789
17790 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
17791
17792 2014-04-15 Pedro Alves <palves@redhat.com>
17793
17794 * gdb.base/sym-file-loader.c: Include <limits.h>.
17795 (SELF_LINK): New define.
17796 (get_origin): New function.
17797 (load_shlib): Use it.
17798 * gdb.base/sym-file.exp: Don't early return if the target is
17799 remote. Use runto_main, and issue fail is that fails. Use
17800 gdb_load_shlibs.
17801 (shlib_name): Delete.
17802 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
17803
17804 2014-04-15 Pedro Alves <palves@redhat.com>
17805
17806 * gdb.base/sym-file.exp: Remove regex characters from test
17807 message. Don't refer to breakpoint numbers in test messages.
17808
17809 2014-04-14 Keith Seitz <keiths@redhat.com>
17810
17811 PR c++/16253
17812 * gdb.cp/var-tag.cc: New file.
17813 * gdb.cp/var-tag.exp: New file.
17814 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
17815 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
17816 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
17817 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
17818
17819 2014-04-14 Tom Tromey <tromey@redhat.com>
17820
17821 * gdb.cp/classes.exp (test_enums): Handle underlying type.
17822 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
17823 type.
17824 * gdb.cp/enum-class.exp: New file.
17825 * gdb.cp/enum-class.cc: New file.
17826
17827 2014-04-14 Tom Tromey <tromey@redhat.com>
17828
17829 * gdb.dwarf2/enum-type.exp: New file.
17830
17831 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17832
17833 * gdb.mi/mi-vla-c99.exp: New file.
17834 * gdb.mi/vla.c: New file.
17835
17836 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17837
17838 * gdb.base/vla-datatypes.c: New file.
17839 * gdb.base/vla-datatypes.exp: New file.
17840
17841 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17842
17843 * gdb.base/vla-ptr.c: New file.
17844 * gdb.base/vla-ptr.exp: New file.
17845
17846 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17847
17848 * gdb.dwarf2/count.exp: New file.
17849
17850 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17851
17852 * gdb.base/vla-sideeffect.c: New file.
17853 * gdb.base/vla-sideeffect.exp: New file.
17854
17855 2014-04-14 David Blaikie <dblaikie@gmail.com>
17856
17857 * gdb.mi/non-stop.c: Add return value for non-void function return
17858 statement.
17859 * gdb.threads/staticthreads.c: Ditto.
17860
17861 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
17862 Doug Evans <xdje42@gmail.com>
17863
17864 * gdb.guile/scm-value.c: Improve test case.
17865 * gdb.guile/scm-value.exp: Add new test.
17866
17867 2014-04-11 David Blaikie <dblaikie@gmail.com>
17868
17869 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
17870 override Clang's default.
17871
17872 2014-04-11 Joel Brobecker <brobecker@adacore.com>
17873
17874 Revert the following changes (regressions):
17875
17876 * gdb.base/vla-sideeffect.c: New file.
17877 * gdb.base/vla-sideeffect.exp: New file.
17878
17879 * gdb.dwarf2/count.exp: New file.
17880
17881 * gdb.base/vla-multi.c: New file.
17882 * gdb.base/vla-multi.exp: New file.
17883
17884 * gdb.base/vla-ptr.c: New file.
17885 * gdb.base/vla-ptr.exp: New file.
17886
17887 * gdb.base/vla-datatypes.c: New file.
17888 * gdb.base/vla-datatypes.exp: New file.
17889
17890 * gdb.mi/mi-vla-c99.exp: New file.
17891 * gdb.mi/vla.c: New file.
17892
17893 2014-04-11 Keith Seitz <keiths@redhat.com>
17894
17895 PR c++/16675
17896 * gdb.cp/cpsizeof.exp: New file.
17897 * gdb.cp/cpsizeof.cc: New file.
17898
17899 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17900
17901 * gdb.mi/mi-vla-c99.exp: New file.
17902 * gdb.mi/vla.c: New file.
17903
17904 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17905
17906 * gdb.base/vla-datatypes.c: New file.
17907 * gdb.base/vla-datatypes.exp: New file.
17908
17909 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17910
17911 * gdb.base/vla-ptr.c: New file.
17912 * gdb.base/vla-ptr.exp: New file.
17913
17914 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17915
17916 * gdb.base/vla-multi.c: New file.
17917 * gdb.base/vla-multi.exp: New file.
17918
17919 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17920
17921 * gdb.dwarf2/count.exp: New file.
17922
17923 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17924
17925 * gdb.base/vla-sideeffect.c: New file.
17926 * gdb.base/vla-sideeffect.exp: New file.
17927
17928 2014-04-11 Yao Qi <yao@codesourcery.com>
17929
17930 * gdb.base/completion.exp: Check file exists before running tests
17931 on file completion.
17932
17933 2014-04-10 Pedro Alves <palves@redhat.com>
17934
17935 * gdb.base/cond-eval-mode.c: New file.
17936 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
17937 prepare_for_testing to build the new file. Check result of
17938 runto_main.
17939 (test_break, test_watch): New procedures.
17940 (top level): Use them.
17941
17942 2014-04-08 Pierre Muller <muller@sourceware.org>
17943
17944 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
17945 Ctrl-V use for mingw hosts.
17946
17947 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
17948
17949 * gdb.python/py-value.c: Improve test case.
17950 * gdb.python/py-value.exp: Add new test.
17951
17952 2014-04-07 David Blaikie <dblaikie@gmail.com>
17953
17954 * lib/compiler.c: Identify the clang compiler.
17955 * lib/compiler.cc: Ditto.
17956
17957 2014-04-03 Yao Qi <yao@codesourcery.com>
17958
17959 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
17960
17961 2014-04-01 Anton Blanchard <anton@samba.org>
17962
17963 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
17964 messages unique.
17965
17966 2014-04-01 Anton Blanchard <anton@samba.org>
17967
17968 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
17969 prepare_for_testing.
17970
17971 2014-04-01 Anton Blanchard <anton@samba.org>
17972
17973 * gdb.arch/ppc64-atomic-inst.c: Remove.
17974 * gdb.arch/ppc64-atomic-inst.S: New file.
17975 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
17976
17977 2014-03-31 Doug Evans <dje@google.com>
17978
17979 * gdb.base/print-symbol-loading-lib.c: New file.
17980 * gdb.base/print-symbol-loading-main.c: New file.
17981 * gdb.base/print-symbol-loading.exp: New file.
17982
17983 2014-03-31 Yao Qi <yao@codesourcery.com>
17984
17985 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
17986
17987 2014-03-28 Joel Brobecker <brobecker@adacore.com>
17988
17989 * gdb.ada/mi_dyn_arr: New testcase.
17990
17991 2014-03-27 Doug Evans <dje@google.com>
17992
17993 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
17994
17995 2014-03-27 Yao Qi <yao@codesourcery.com>
17996
17997 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
17998 if target is nios2-*-*.
17999
18000 2014-03-26 Yao Qi <yao@codesourcery.com>
18001
18002 * lib/gdb.exp (readline_is_used): New proc.
18003 * gdb.base/completion.exp: Move tests on command complete up.
18004 Skip the rest of tests if readline is not used.
18005 * gdb.ada/complete.exp: Skp the test if readline is not
18006 used.
18007 * gdb.base/filesym.exp: Likewise.
18008 * gdb.base/macscp.exp: Likewise.
18009 * gdb.base/readline-ask.exp: Likewise.
18010 * gdb.base/readline.exp: Likewise.
18011 * gdb.python/py-cmd.exp: Likewise.
18012 * gdb.trace/tfile.exp: Likewise.
18013
18014 2014-03-26 Yao Qi <yao@codesourcery.com>
18015
18016 * gdb.base/macscp.exp: Fix code format issues.
18017
18018 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
18019
18020 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
18021 * gdb.asm/powerpc64le.inc: New file.
18022
18023 2014-03-25 Pedro Alves <palves@redhat.com>
18024 Doug Evans <dje@google.com>
18025
18026 * gdb.base/source-execution.c: New file.
18027 * gdb.base/source-execution.exp: New file.
18028 * gdb.base/source-execution.gdb: New file.
18029
18030 2014-03-24 Doug Evans <dje@google.com>
18031
18032 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
18033 using fission.
18034
18035 2014-03-24 Hui Zhu <hui@codesourcery.com>
18036 Pedro Alves <palves@redhat.com>
18037
18038 PR breakpoints/16101
18039 * gdb.base/dprintf.exp: Use unsupported rather than changing the
18040 test pass/fail messages. Detect missing support for dprintf when
18041 breakpoints are actually inserted.
18042 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
18043 breakpoints are actually inserted.
18044 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
18045 fails.
18046
18047 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
18048
18049 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
18050
18051 2014-03-22 Doug Evans <xdje42@gmail.com>
18052
18053 * gdb.python/python.exp (python not supported): Verify multi-line
18054 python command issues an error.
18055 * gdb.guile/guile.exp (guile not supported): Verify multi-line
18056 guile command issues an error.
18057
18058 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
18059
18060 * gdb.threads/thread-specific.exp: Handle the lack of usable
18061 $this_breakpoint and $this_thread.
18062
18063 2014-03-21 Hui Zhu <hui@codesourcery.com>
18064
18065 * gdb.base/attach.exp (do_command_attach_tests): New.
18066
18067 2014-03-20 Tom Tromey <tromey@redhat.com>
18068 Pedro Alves <palves@redhat.com>
18069
18070 PR cli/15718
18071 * gdb.base/condbreak-call-false.c: New file.
18072 * gdb.base/condbreak-call-false.exp: New file.
18073
18074 2014-03-20 Pedro Alves <palves@redhat.com>
18075
18076 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
18077 Delete.
18078 (block_signals, unblock_signals): Delete.
18079 (child_function_2, main): Remove references to deleted variable
18080 and functions.
18081
18082 2014-03-20 Pedro Alves <palves@redhat.com>
18083
18084 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
18085 Use pthread_kill to signal thread 2.
18086 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
18087 Adjust to make the test send itself a signal rather than using the
18088 host's "kill" command.
18089
18090 2014-03-20 Pedro Alves <palves@redhat.com>
18091
18092 * gdb.threads/multiple-step-overs.c: New file.
18093 * gdb.threads/multiple-step-overs.exp: New file.
18094 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
18095 Adjust expected infrun debug output.
18096
18097 2014-03-20 Pedro Alves <palves@redhat.com>
18098
18099 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
18100 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
18101
18102 2014-03-20 Pedro Alves <palves@redhat.com>
18103
18104 PR breakpoints/7143
18105 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
18106 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
18107 of gdb_test_multiple.
18108 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
18109 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
18110
18111 2014-03-20 Pedro Alves <palves@redhat.com>
18112
18113 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
18114 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
18115
18116 2014-03-19 Pedro Alves <palves@redhat.com>
18117
18118 * gdb.base/async.exp: Remove early return.
18119
18120 2014-03-19 Pedro Alves <palves@redhat.com>
18121
18122 * gdb.base/async.exp (step& tests): Pass explicit test messages.
18123
18124 2014-03-19 Pedro Alves <palves@redhat.com>
18125
18126 * gdb.base/async.exp (test_background): Expect \r\n after
18127 "completed." in the fail pattern.
18128
18129 2014-03-19 Pedro Alves <palves@redhat.com>
18130
18131 * gdb.base/async.exp (test_background): New procedure.
18132 Use it for all background execution command tests.
18133
18134 2014-03-19 Pedro Alves <palves@redhat.com>
18135
18136 * gdb.base/async.exp: Use prepare_for_testing.
18137
18138 2014-03-19 Pedro Alves <palves@redhat.com>
18139
18140 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
18141 the same line.
18142
18143 2014-03-19 Pedro Alves <palves@redhat.com>
18144
18145 * gdb.base/async.c (main): Add "jump here" and "until here" line
18146 marker comments.
18147 * gdb.base/async.exp (jump_here): New global.
18148 (jump& test): Use it.
18149 (until_here): New global.
18150 (until& test): Use it.
18151
18152 2014-03-19 Pedro Alves <palves@redhat.com>
18153
18154 * gdb.base/async.exp: Don't frob gdb_protocol.
18155
18156 2014-03-18 Doug Evans <xdje42@gmail.com>
18157
18158 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
18159 Fix spelling of exec-done-display.
18160
18161 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
18162
18163 PR gdb/15358
18164 * gdb.base/gdb-sigterm.c: New file.
18165 * gdb.base/gdb-sigterm.exp: New file.
18166
18167 2014-03-18 Pedro Alves <palves@redhat.com>
18168
18169 PR gdb/13860
18170 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
18171 * lib/mi-support.exp (mi_expect_stop): Add special handling for
18172 solib-event.
18173
18174 2014-03-17 Joel Brobecker <brobecker@adacore.com>
18175
18176 * gdb.ada/pckd_arr_ren: New testcase.
18177
18178 2014-03-13 Doug Evans <xdje42@gmail.com>
18179
18180 PR guile/16612
18181 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
18182 collect after discarding symbols.
18183
18184 2014-03-13 Ludovic Courtès <ludo@gnu.org>
18185 Doug Evans <xdje42@gmail.com>
18186
18187 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
18188 to history survives a gc.
18189
18190 2014-03-13 Pedro Alves <palves@redhat.com>
18191
18192 * gdb.base/default.exp: Don't test "target procfs".
18193
18194 2014-03-13 Pedro Alves <palves@redhat.com>
18195
18196 * gdb.base/default.exp: Update "target child" and "target procfs"
18197 tests to not expect "Unix".
18198
18199 2014-03-12 Tom Tromey <tromey@redhat.com>
18200
18201 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
18202 New procs. Add target-async tests.
18203 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
18204 Add target-async tests.
18205
18206 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18207
18208 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
18209 'func_start' and 'func_end' for the beginning and end of the
18210 function code, respectively.
18211 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
18212 'func_end' instead of 'func' and 'main'.
18213
18214 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18215
18216 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
18217 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
18218 generate the debug info assembler source.
18219
18220 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18221
18222 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
18223 * gdb.dwarf2/arr-subrange.exp: Likewise.
18224 * gdb.dwarf2/dwz.exp: Likewise.
18225 * gdb.dwarf2/method-ptr.exp: Likewise.
18226 * gdb.dwarf2/missing-sig-type.exp: Likewise.
18227 * gdb.dwarf2/subrange.exp: Likewise.
18228 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
18229 * gdb.dwarf2/implptrpiece.exp: Likewise.
18230 * gdb.dwarf2/nostaticblock.exp: Likewise.
18231
18232 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18233
18234 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
18235 directory to absolute path name arguments.
18236
18237 2014-03-10 Joel Brobecker <brobecker@adacore.com>
18238
18239 * gdb.ada/tagged_access: New testcase.
18240
18241 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
18242
18243 * gdb.btrace/data.exp: Update expected output.
18244
18245 2014-03-06 Yao Qi <yao@codesourcery.com>
18246
18247 * gdb.trace/pr16508.exp: New file.
18248
18249 2014-03-05 Pedro Alves <palves@redhat.com>
18250
18251 PR gdb/16575
18252 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
18253 procedure.
18254 (top level): Adjust to use it. Add tests that exercise breakpoint
18255 interaction with the code-cache.
18256
18257 2014-02-26 Ludovic Courtès <ludo@gnu.org>
18258
18259 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
18260 test for 'history-append!'.
18261
18262 2014-02-26 Joel Brobecker <brobecker@adacore.com>
18263
18264 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
18265 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
18266 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
18267 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
18268 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
18269 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
18270
18271 2014-02-26 Joel Brobecker <brobecker@adacore.com>
18272
18273 * testsuite/gdb.python/py-pp-re-notag.c: New file.
18274 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
18275 * testsuite/gdb.python/py-pp-re-notag.p: New file.
18276
18277 2014-02-26 Joel Brobecker <brobecker@adacore.com>
18278
18279 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
18280
18281 2014-02-26 Joel Brobecker <brobecker@adacore.com>
18282
18283 * gdb.dwarf2/arr-stride.c: New file.
18284 * gdb.dwarf2/arr-stride.exp: New file.
18285
18286 2014-02-26 Pedro Alves <palves@redhat.com>
18287
18288 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
18289 that won't ever trigger. Make sure that GDB reports the correct
18290 breakpoint that caused the stop.
18291
18292 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18293
18294 PR gdb/16626
18295 * gdb.base/auto-load-script: New file.
18296 * gdb.base/auto-load.c: New file.
18297 * gdb.base/auto-load.exp: New file.
18298
18299 PR gdb/16626
18300 * gdb.base/auto-load.exp: Fix out-of-srctree run.
18301
18302 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18303
18304 Fix dw2-icycle.exp -fsanitize=address GDB crash.
18305 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
18306
18307 2014-02-24 Doug Evans <dje@google.com>
18308
18309 * lib/gdb.exp (run_on_host): Log error output if program fails.
18310
18311 2014-02-21 Pedro Alves <palves@redhat.com>
18312
18313 * gdb.threads/step-after-sr-lock.c: Rename to ...
18314 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
18315 * gdb.threads/step-after-sr-lock.exp: Rename to ...
18316 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
18317 ... this.
18318
18319 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
18320
18321 PR tdep/16397
18322 * gdb.arch/amd64-stap-special-operands.exp: New file.
18323 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
18324 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
18325 * gdb.arch/amd64-stap-triplet.S: Likewise.
18326 * gdb.arch/amd64-stap-triplet.c: Likewise.
18327
18328 2014-02-20 Joel Brobecker <brobecker@adacore.com>
18329
18330 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
18331 in .section pseudo-op.
18332
18333 2014-02-20 lin zuojian <manjian2006@gmail.com>
18334 Joel Brobecker <brobecker@adacore.com>
18335 Doug Evans <xdje42@gmail.com>
18336
18337 PR symtab/16581
18338 * gdb.dwarf2/dw2-icycle.S: New file.
18339 * gdb.dwarf2/dw2-icycle.c: New file.
18340 * gdb.dwarf2/dw2-icycle.exp: New file.
18341
18342 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
18343
18344 * gdb.python/py-value-cc.cc: Improve test case to enable testing
18345 operations on gdb.Value objects.
18346 * gdb.python/py-value-cc.exp: Add new test to test operations on
18347 gdb.Value objects.
18348
18349 2014-02-18 Doug Evans <dje@google.com>
18350
18351 * Makefile.in (TESTS): New variable.
18352 (expanded_tests, expanded_tests_or_none): New variables
18353 (check-single): Pass $(expanded_tests_or_none) to runtest.
18354 (check-parallel): Only run tests in $(TESTS) if non-empty.
18355 (check/no-matching-tests-found): New rule.
18356 * README: Document TESTS makefile variable.
18357
18358 2014-02-18 Doug Evans <dje@google.com>
18359
18360 * Makefile.in (check-parallel): rm -rf outputs temp.
18361
18362 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
18363
18364 Fix "ERROR: no fileid for" in the testsuite.
18365 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
18366
18367 2014-02-12 Doug Evans <dje@google.com>
18368
18369 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
18370 (MISCELLANEOUS): New variable.
18371 (clean): rm -rf $(MISCELLANEOUS).
18372 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
18373 dwp live in the same directory as symlinks, with each symlink pointed
18374 to a differently named file in a different directory.
18375
18376 2014-02-11 Doug Evans <dje@google.com>
18377
18378 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
18379 of Tcl file commands.
18380
18381 2014-02-10 Mark Kettenis <kettenis@gnu.org>
18382
18383 * gdb.threads/step-after-sr-lock.exp: Avoid executing
18384 "kill -SIGUSR1 -1".
18385
18386 2014-02-10 Joel Brobecker <brobecker@adacore.com>
18387
18388 * gdb.ada/tick_length_array_enum_idx: New testcase.
18389
18390 2014-02-10 Doug Evans <xdje42@gmail.com>
18391
18392 * configure.ac (AC_OUTPUT): Add gdb.guile.
18393 * configure: Regenerate.
18394 * lib/gdb-guile.exp: New file.
18395 * lib/gdb.exp (get_target_charset): New function.
18396 * gdb.base/help.exp: Update expected output from "apropos apropos".
18397 * gdb.guile/Makefile.in: New file.
18398 * gdb.guile/guile.exp: New file.
18399 * gdb.guile/scm-arch.c: New file.
18400 * gdb.guile/scm-arch.exp: New file.
18401 * gdb.guile/scm-block.c: New file.
18402 * gdb.guile/scm-block.exp: New file.
18403 * gdb.guile/scm-breakpoint.c: New file.
18404 * gdb.guile/scm-breakpoint.exp: New file.
18405 * gdb.guile/scm-disasm.c: New file.
18406 * gdb.guile/scm-disasm.exp: New file.
18407 * gdb.guile/scm-equal.c: New file.
18408 * gdb.guile/scm-equal.exp: New file.
18409 * gdb.guile/scm-error.exp: New file.
18410 * gdb.guile/scm-error.scm: New file.
18411 * gdb.guile/scm-frame-args.c: New file.
18412 * gdb.guile/scm-frame-args.exp: New file.
18413 * gdb.guile/scm-frame-args.scm: New file.
18414 * gdb.guile/scm-frame-inline.c: New file.
18415 * gdb.guile/scm-frame-inline.exp: New file.
18416 * gdb.guile/scm-frame.c: New file.
18417 * gdb.guile/scm-frame.exp: New file.
18418 * gdb.guile/scm-generics.exp: New file.
18419 * gdb.guile/scm-gsmob.exp: New file.
18420 * gdb.guile/scm-iterator.c: New file.
18421 * gdb.guile/scm-iterator.exp: New file.
18422 * gdb.guile/scm-math.c: New file.
18423 * gdb.guile/scm-math.exp: New file.
18424 * gdb.guile/scm-objfile-script-gdb.in: New file.
18425 * gdb.guile/scm-objfile-script.c: New file.
18426 * gdb.guile/scm-objfile-script.exp: New file.
18427 * gdb.guile/scm-objfile.c: New file.
18428 * gdb.guile/scm-objfile.exp: New file.
18429 * gdb.guile/scm-ports.exp: New file.
18430 * gdb.guile/scm-pretty-print.c: New file.
18431 * gdb.guile/scm-pretty-print.exp: New file.
18432 * gdb.guile/scm-pretty-print.scm: New file.
18433 * gdb.guile/scm-section-script.c: New file.
18434 * gdb.guile/scm-section-script.exp: New file.
18435 * gdb.guile/scm-section-script.scm: New file.
18436 * gdb.guile/scm-symbol.c: New file.
18437 * gdb.guile/scm-symbol.exp: New file.
18438 * gdb.guile/scm-symtab-2.c: New file.
18439 * gdb.guile/scm-symtab.c: New file.
18440 * gdb.guile/scm-symtab.exp: New file.
18441 * gdb.guile/scm-type.c: New file.
18442 * gdb.guile/scm-type.exp: New file.
18443 * gdb.guile/scm-value-cc.cc: New file.
18444 * gdb.guile/scm-value-cc.exp: New file.
18445 * gdb.guile/scm-value.c: New file.
18446 * gdb.guile/scm-value.exp: New file.
18447 * gdb.guile/source2.scm: New file.
18448 * gdb.guile/types-module.cc: New file.
18449 * gdb.guile/types-module.exp: New file.
18450
18451 2014-02-10 Yao Qi <yao@codesourcery.com>
18452
18453 PR testsuite/16543
18454 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
18455 * configure: Regenerated.
18456 * Makefile.in: New file.
18457
18458 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
18459
18460 * gdb.python/py-framefilter.exp: Fix typo.
18461
18462 2014-02-08 Yao Qi <yao@codesourcery.com>
18463
18464 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
18465 that no =breakpoint-modified is emitted when breakpoints are
18466 modified through MI commands.
18467
18468 2014-02-07 Pedro Alves <pedro@codesourcery.com>
18469 Pedro Alves <palves@redhat.com>
18470
18471 * gdb.threads/step-after-sr-lock.c: New file.
18472 * gdb.threads/step-after-sr-lock.exp: New file.
18473
18474 2014-02-07 Pedro Alves <palves@redhat.com>
18475
18476 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
18477
18478 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
18479
18480 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
18481 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
18482
18483 2014-02-06 Doug Evans <xdje42@gmail.com>
18484
18485 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
18486 output.
18487
18488 * gdb.gdb/python-interrupts.exp: New file.
18489
18490 2014-02-05 Yao Qi <yao@codesourcery.com>
18491
18492 * gdb.trace/report.exp (use_collected_data): Test the output
18493 of "info threads" and "info inferiors".
18494
18495 2014-02-05 Yao Qi <yao@codesourcery.com>
18496
18497 Revert this patch:
18498
18499 2013-05-24 Yao Qi <yao@codesourcery.com>
18500
18501 * gdb.trace/tfile.exp: Test inferior and thread.
18502
18503 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18504
18505 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
18506 on a function.
18507 * gdb.base/step-bt.c: Call hello via function pointer to make
18508 sure its first instruction is executed on powerpc64le-linux.
18509
18510 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18511
18512 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
18513
18514 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18515
18516 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
18517 of the test patterns for use on little-endian systems.
18518
18519 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18520
18521 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
18522 (decimal_vector): Fix for little-endian.
18523
18524 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
18525
18526 * gdb.arch/sparc-sysstep.exp: New file.
18527 * gdb.arch/sparc-sysstep.c: Likewise.
18528
18529 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
18530
18531 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18532
18533 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
18534
18535 2014-01-23 Tom Tromey <tromey@redhat.com>
18536
18537 * gdb.ada/array_char_idx: New testcase.
18538
18539 2014-01-23 Tom Tromey <tromey@redhat.com>
18540
18541 PR python/16487:
18542 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
18543 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
18544 classes.
18545
18546 2014-01-23 Tom Tromey <tromey@redhat.com>
18547
18548 PR python/16491:
18549 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
18550 string from an inferior frame.
18551 * gdb.python/py-framefilter-mi.exp: Update.
18552
18553 2014-01-22 Doug Evans <dje@google.com>
18554
18555 * gdb.server/server-mon.exp: Add tests for "set debug-format".
18556
18557 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18558
18559 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
18560
18561 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18562
18563 * gdb.trace/entry-values.exp: Remove excess space character from
18564 regex patterns. Handle s390 call instruction.
18565
18566 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18567
18568 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
18569 define "*_start" label. Make "name" static.
18570 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
18571 ${name} by references to ${name}_start.
18572
18573 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18574
18575 * gdb.base/info-macros.exp: Remove "debug" from the compile
18576 options.
18577
18578 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18579
18580 * gdb.dlang/demangle.exp: New file.
18581
18582 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18583
18584 * gdb.dlang/primitive-types.exp: New file.
18585
18586 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18587
18588 * configure.ac: Create gdb.dlang/Makefile.
18589 * configure: Regenerate.
18590 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
18591 * gdb.dlang/Makefile.in: New file.
18592 * lib/d-support.exp: New file.
18593 * lib/gdb.exp (skip_d_tests): New proc.
18594
18595 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18596
18597 * gdb.btrace/delta.exp: Check reverse stepi.
18598 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
18599 * gdb.btrace/finish.exp: New.
18600 * gdb.btrace/next.exp: New.
18601 * gdb.btrace/nexti.exp: New.
18602 * gdb.btrace/record_goto.c: Add comments.
18603 * gdb.btrace/step.exp: New.
18604 * gdb.btrace/stepi.exp: New.
18605 * gdb.btrace/multi-thread-step.c: New.
18606 * gdb.btrace/multi-thread-step.exp: New.
18607 * gdb.btrace/rn-dl-bind.c: New.
18608 * gdb.btrace/rn-dl-bind.exp: New.
18609 * gdb.btrace/data.c: New.
18610 * gdb.btrace/data.exp: New.
18611 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
18612
18613 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18614
18615 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
18616 * gdb.btrace/exception.exp: Update.
18617 * gdb.btrace/instruction_history.exp: Update.
18618 * gdb.btrace/record_goto.exp: Update.
18619 * gdb.btrace/tailcall.exp: Update.
18620 * gdb.btrace/unknown_functions.exp: Update.
18621 * gdb.btrace/delta.exp: New.
18622
18623 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18624
18625 * gdb.btrace/record_goto.exp: Add backtrace test.
18626 * gdb.btrace/tailcall.exp: Add backtrace test.
18627
18628 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18629
18630 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
18631 * gdb.btrace/record_goto.c: New.
18632 * gdb.btrace/record_goto.exp: New.
18633 * gdb.btrace/x86-record_goto.S: New.
18634
18635 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18636
18637 * gdb.btrace/function_call_history.exp: Update tests.
18638 * gdb.btrace/instruction_history.exp: Update tests.
18639
18640 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18641
18642 * gdb.btrace/function_call_history.exp: Fix expected field
18643 order for "record function-call-history".
18644 Add new tests for "record function-call-history /c".
18645 * gdb.btrace/exception.cc: New.
18646 * gdb.btrace/exception.exp: New.
18647 * gdb.btrace/tailcall.exp: New.
18648 * gdb.btrace/x86-tailcall.S: New.
18649 * gdb.btrace/x86-tailcall.c: New.
18650 * gdb.btrace/unknown_functions.c: New.
18651 * gdb.btrace/unknown_functions.exp: New.
18652 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
18653
18654 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18655
18656 * gdb.btrace/instruction_history.exp: Update.
18657 * gdb.btrace/function_call_history.exp: Update.
18658
18659 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18660
18661 * gdb.btrace/function_call_history.exp: Fix expected function
18662 trace.
18663 * gdb.btrace/instruction_history.exp: Initialize traced.
18664 Remove traced_functions.
18665
18666 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18667
18668 * gdb.btrace/function_call_history.exp: Update
18669 * gdb.btrace/instruction_history.exp: Update.
18670
18671 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18672
18673 * gdb.btrace/enable.exp: Update expected text.
18674
18675 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
18676
18677 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
18678 bytes.
18679
18680 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
18681
18682 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
18683
18684 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
18685
18686 * lib/gdb.exp (supports_process_record): Return true for
18687 arm*-linux*. (supports_reverse): Likewise.
18688
18689 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
18690
18691 PR python/15464
18692 PR python/16113
18693 * gdb.python/py-type.c: Enhance test case.
18694 * gdb.python/py-value-cc.cc: Likewise
18695 * gdb.python/py-type.exp: Add new tests.
18696 * gdb.python/py-value-cc.exp: Likewise
18697
18698 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
18699 Pedro Alves <palves@redhat.com>
18700
18701 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
18702 Make "name" extern.
18703 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
18704 references to ${name}_start by references to ${name}.
18705
18706 2014-01-10 Joel Brobecker <brobecker@adacore.com>
18707
18708 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
18709
18710 2014-01-10 Joel Brobecker <brobecker@adacore.com>
18711
18712 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
18713
18714 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
18715 Pedro Alves <palves@redhat.com>
18716
18717 * gdb.mi/mi-info-os.exp: Connect to the target with
18718 mi_gdb_target_load.
18719
18720 2014-01-08 Pedro Alves <palves@redhat.com>
18721
18722 * gdb.threads/reconnect-signal.c: New file.
18723 * gdb.threads/reconnect-signal.exp: New file.
18724
18725 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
18726
18727 * gdb.base/source-dir.exp: New file.
18728
18729 2014-01-07 Joel Brobecker <brobecker@adacore.com>
18730
18731 * gdb.ada/mi_interface: New testcase.
18732
18733 2014-01-07 Joel Brobecker <brobecker@adacore.com>
18734
18735 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
18736 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
18737 gdb.ada/pp-rec-component/pck.ads: New files.
18738
18739 2014-01-07 Joel Brobecker <brobecker@adacore.com>
18740
18741 * gdb.python/py-pp-integral.c: New file.
18742 * gdb.python/py-pp-integral.py: New file.
18743 * gdb.python/py-pp-integral.exp: New file.
18744
18745 For older changes see ChangeLog-1993-2013.
18746 \f
18747 ;; Local Variables:
18748 ;; mode: change-log
18749 ;; left-margin: 8
18750 ;; fill-column: 74
18751 ;; version-control: never
18752 ;; End:
18753
18754 Copyright 2014-2020 Free Software Foundation, Inc.
18755 Copying and distribution of this file, with or without modification,
18756 are permitted provided the copyright notice and this notice are preserved.
This page took 0.427405 seconds and 4 git commands to generate.