]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
PR25645, readelf segfault reading fuzzed alpha-vms binary
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
72fbdf83
TV
12020-03-07 Tom de Vries <tdevries@suse.de>
2
3 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
4 * gdb.cp/rvalue-ref-params.exp: Same.
5
436b5e99
TV
62020-03-06 Tom de Vries <tdevries@suse.de>
7
8 * lib/gdb.exp (tentative_rename, cached_file): New proc.
9 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
10
09f2921c
TV
112020-03-06 Tom de Vries <tdevries@suse.de>
12
13 * README: Fix "the the".
14 * gdb.base/dprintf.exp: Same.
15
50a3cc5d
TV
162020-03-05 Tom de Vries <tdevries@suse.de>
17
18 * gdb.base/maint.exp: Update "main print statistics" expected output.
19
0a709cba
AKS
202020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
21
22 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
23 (fortran_int8): Likewise.
24 (fortran_real4): Likewise.
25 (fortran_real8): Likewise.
26 (fortran_complex4): Likewise.
27 (fortran_logical4): Likewise.
28 (fortran_character1): Likewise.
29
5e5d66b6
AB
302020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
31
32 * gdb.fortran/logical.exp: Add tests that any non-zero value is
33 printed as true.
34
7b973adc
SDJ
352020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
36
37 * gdb.base/printcmds.exp: Add test to verify printf of a
38 variable holding an address.
39
478e490a
TV
402020-03-03 Tom de Vries <tdevries@suse.de>
41
42 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
43
1ef44e86
TV
442020-03-03 Tom de Vries <tdevries@suse.de>
45
46 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
47 gdb_test_multiple call.
48
b98cc2cf
TV
492020-03-03 Tom de Vries <tdevries@suse.de>
50
51 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
52 gdb_test_multiple calls.
53
63e163f2
AB
542020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
55
56 * gdb.base/default.exp: Remove test of 'set history filename'.
57 * gdb.base/gdbinit-history.exp: Add tests for setting the history
58 filename to the empty string.
59 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
60 and GDBHISTSIZE.
61
24ed6739
AB
622020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
63
64 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
65 disabled.
66
590003dc
TV
672020-03-02 Pedro Alves <palves@redhat.com>
68 Tom de Vries <tdevries@suse.de>
69
70 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
71 -prompt prefix, before user_code argument. Add -lbl option likewise.
72 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
73 (gdb_is_target_1): Add -prompt prefix and move to before user_code
74 argument.
75 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
76 have "\r\n" at start-of-line, instead of at end-of-line.
77
f5e46084
SM
782020-02-28 Simon Marchi <simon.marchi@efficios.com>
79
80 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
81 libinproctrace.so.
82
f7a7000d
LM
832020-02-28 Luis Machado <luis.machado@linaro.org>
84
85 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
86 to "p/x".
87
718e0816
LM
882020-02-28 Luis Machado <luis.machado@linaro.org>
89
90 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
91 asm/ptrace.h and error.h.
92
13c3a74a
TV
932020-02-28 Tom de Vries <tdevries@suse.de>
94
95 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
96 (struct wrapper, do_something, mundane/symada__cS): Move ...
97 * gdb.base/c-linkage-name-2.c: ... here. New source file.
98 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
99 Update "print symada__cS before partial symtab expansion" regexp.
100 Update breakpoint location. Flush symbol cache after expansion.
101
85d2d5bb
LM
1022020-02-28 Luis Machado <luis.machado@linaro.org>
103
104 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
105
3608f86c
TV
1062020-02-27 Tom de Vries <tdevries@suse.de>
107
108 * config/sid.exp: Remove unused globals.
109 * gdb.base/attach.exp: Same.
110 * gdb.base/catch-load.exp: Same.
111 * gdb.base/dbx.exp: Same.
112 * lib/gdb.exp: Same.
113 * lib/mi-support.exp: Same.
114 * lib/prompt.exp: Same.
115
c8d4f6df
TV
1162020-02-27 Tom de Vries <tdevries@suse.de>
117
118 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
119 not set.
120
0d79cdc4
AM
1212020-02-26 Aaron Merey <amerey@redhat.com>
122
123 * gdb.debuginfod: New directory for debuginfod tests.
124 * gdb.debuginfod/main.c: New test file.
125 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
126
0dce4280
TV
1272020-02-26 Tom de Vries <tdevries@suse.de>
128
129 PR gdb/25603
130 * gdb.base/persistent-lang.cc: New test.
131 * gdb.base/persistent-lang.exp: New file.
132
9e80cfa1
AB
1332020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
134
135 * gdb.fortran/derived-type-striding.exp: Add a new test.
136 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
137 new test.
138
2078dbb2
AB
1392020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
140
141 * gdb.base/cached-source-file.exp: Avoid source file paths in test
142 names.
143
70d49700
TV
1442020-02-25 Tom de Vries <tdevries@suse.de>
145
146 PR go/18926
147 * gdb.go/methods.exp: Remove gcc/93866 xfail.
148
a88ef40d
TV
1492020-02-24 Tom de Vries <tdevries@suse.de>
150
151 PR gdb/25592
152 * gdb.base/info-locals-unused-static-var.c: New test.
153 * gdb.base/info-locals-unused-static-var.exp: New file.
154
01b1af32
TT
1552020-02-22 Tom Tromey <tom@tromey.com>
156
157 * gdb.python/tui-window.exp: New file.
158 * gdb.python/tui-window.py: New file.
159
7c043ba6
TT
1602020-02-22 Tom Tromey <tom@tromey.com>
161
162 PR tui/17850:
163 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
164 tests.
165
c22fef7e
TT
1662020-02-22 Tom Tromey <tom@tromey.com>
167
168 * gdb.tui/new-layout.exp: Add sub-layout tests.
169
ee325b61
TT
1702020-02-22 Tom Tromey <tom@tromey.com>
171
172 * gdb.tui/new-layout.exp: New file.
173
3f0cbb04
TT
1742020-02-22 Tom Tromey <tom@tromey.com>
175
176 * gdb.rust/rust-style.rs: New file.
177 * gdb.rust/rust-style.exp: New file.
178 * gdb.base/style.exp: Test structure printing.
179 * gdb.base/style.c (struct some_struct): New type.
180 (enum etype): New type.
181 (struct_value): New global.
182
75525152
TV
1832020-02-21 Tom de Vries <tdevries@suse.de>
184
185 PR go/18926
186 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
187 Remove blanket xfails. Use message argument for gdb_breakpoint.
188 Make continuing to breakpoint test conditional on setting breakpoint.
189 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
190 DW_AT_name attribute. Add xfail for GCC PR93866.
191
bd360d30
AB
1922020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
193
194 * gdb.dwarf2/cpp-linkage-name.c: New file.
195 * gdb.dwarf2/cpp-linkage-name.exp: New file.
196
c7adb09f 1972020-02-21 Shahab Vahedi <shahab@synopsys.com>
24ac169a
SV
198
199 * lib/gdb.exp (gdb_wrapper_init): Reset
200 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
201 not exist.
202
a9c79803
TV
2032020-02-20 Tom de Vries <tdevries@suse.de>
204
205 PR go/17018
206 * gdb.go/hello.exp: Copy ...
207 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
208 print of st to print value of global definition. Add xfail for GCC
209 PR93844.
210 * gdb.go/hello.exp: Remove printing of st before definition.
211 * gdb.go/hello.go: Copy ...
212 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
213 to st.
214 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
215
d7445728
TV
2162020-02-20 Tom de Vries <tdevries@suse.de>
217
218 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
219 (gdb_simple_compile): Handle compile_flags go by using .go extension
220 for source file.
221 * gdb.go/chan.exp: Use support_go_compile.
222 * gdb.go/handcall.exp: Same.
223 * gdb.go/hello.exp: Same.
224 * gdb.go/integers.exp: Same.
225 * gdb.go/max-depth.exp: Same.
226 * gdb.go/methods.exp: Same.
227 * gdb.go/package.exp: Same.
228 * gdb.go/strings.exp: Same.
229 * gdb.go/types.exp: Same.
230 * gdb.go/unsafe.exp: Same.
231
c9c41e6d
TV
2322020-02-19 Tom de Vries <tdevries@suse.de>
233
234 * gdb.python/lib-types.exp: Make xfail more strict.
235
f20ff837
TV
2362020-02-19 Tom de Vries <tdevries@suse.de>
237
238 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
239
08410482
DE
2402020-02-19 Doug Evans <dje@google.com>
241
242 PR rust/25535
243 * gdb.rust/simple.exp: Add test.
244 * gdb.rust/simple.rs: Add test.
245
623563f7
TV
2462020-02-19 Tom de Vries <tdevries@suse.de>
247
248 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
249 output line-by-line.
250
d3308cfd
TV
2512020-02-19 Tom de Vries <tdevries@suse.de>
252
253 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
254
86cbc5dc
TV
2552020-02-19 Tom de Vries <tdevries@suse.de>
256
257 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
258 prelink.
259
9db2b96b
TV
2602020-02-19 Tom de Vries <tdevries@suse.de>
261
262 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
263 (gdb_do_cache): Use gdb_do_cache_wrap.
264 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
265
89e2fdc5
TV
2662020-02-19 Tom de Vries <tdevries@suse.de>
267
268 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
269 gdb_compile option.
270
373d7ac0
SM
2712020-02-18 Simon Marchi <simon.marchi@efficios.com>
272
273 * gdb.base/printcmds.exp (test_print_enums): Update expected
274 output.
275
b29a2df0
SM
2762020-02-18 Simon Marchi <simon.marchi@efficios.com>
277
278 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
279 for "unknown".
280
6740f0cc
SM
2812020-02-18 Simon Marchi <simon.marchi@efficios.com>
282
283 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
284 enumerator.
285
edd45eb0
SM
2862020-02-18 Simon Marchi <simon.marchi@efficios.com>
287
288 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
289 FE_, add FE_NONE.
290 (three): Update.
291 (enum flag_enum_without_zero): New enum.
292 (flag_enum_without_zero): New variable.
293 (enum not_flag_enum): New enum.
294 (three_not_flag): New variable.
295 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
296 (test_print_enums): Add more tests for printing flag enums.
297
d4295de4
TV
2982020-02-18 Tom de Vries <tdevries@suse.de>
299
300 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
301 (gdb_compile_ada): ... here.
302 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
303 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
304
f251f505
TT
3052020-02-14 Tom Tromey <tom@tromey.com>
306
307 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
308 build directory.
309 * boards/gdbserver-base.exp: Update path to gdbserver.
310
8f432634
TV
3112020-02-13 Tom de Vries <tdevries@suse.de>
312
313 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
314
92b6eaf7
TV
3152020-02-13 Tom de Vries <tdevries@suse.de>
316
317 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
318 are missing.
319
f3b0f7fe
TV
3202020-02-13 Tom de Vries <tdevries@suse.de>
321
322 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
323 call.
324
f6be8713
SDJ
3252020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
326
327 PR tui/25126
328 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
329 * gdb.base/cached-source-file.c: New file.
330 * gdb.base/cached-source-file.exp: New file.
331
b2770d5e
TV
3322020-02-11 Tom de Vries <tdevries@suse.de>
333
334 PR testsuite/25488
335 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
336
44f6938e
TV
3372020-02-10 Tom de Vries <tdevries@suse.de>
338
339 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
340
5f0e2eb7
MR
3412020-02-10 Maciej W. Rozycki <macro@wdc.com>
342
343 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
344 and $after_addr are both integers before making a comparison.
345
46ce2b6f
TV
3462020-02-09 Tom de Vries <tdevries@suse.de>
347
348 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
349 command output and paste it into gdb.log. If any, paste catch message
350 to gdb.log.
351
5abbbe1d
TT
3522020-02-07 Tom Tromey <tromey@adacore.com>
353
354 PR breakpoints/24915:
355 * gdb.base/annotate-symlink.exp: Use setup_xfail.
356
1d5d29e7
SV
3572020-02-06 Shahab Vahedi <shahab@synopsys.com>
358
359 * gdb.tui/tui-missing-src.exp: Add the "missing source
360 file" test for the TUI.
361
b0999b9b
AB
3622020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
363
364 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
365 including a port number in the output.
366
c3b149eb
AKS
3672020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
368
369 * lib/fortran.exp (fortran_int4): Handle clang.
370 (fortran_int8): Likewise.
371 (fortran_real4): Likewise.
372 (fortran_real8): Likewise.
373 (fortran_complex4): Likewise.
374 (fortran_logical4): Likewise.
375 (fortran_character1): Likewise.
376
f8dcc90b
TV
3772020-02-04 Tom de Vries <tdevries@suse.de>
378
379 * README (Race detection): Add note.
380
f90ac7c2
TV
3812020-02-04 Tom de Vries <tdevries@suse.de>
382
383 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
384
780636ae
TV
3852020-02-04 Tom de Vries <tdevries@suse.de>
386
387 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
388
5d2e1193
RA
3892020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
390
391 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
392 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
393 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
394 blttar, bnetarl.
395 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
396 binary for blttar, bnetarl.
397 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
398 wait instruction. Delete ldmx test.
399 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
400
e409c542
AKS
4012020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
402
403 * gdb.fortran/array-bounds-high.exp: New file.
404 * gdb.fortran/array-bounds-high.f90: New file.
405
b0029748
LD
4062020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
407
408 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
409 Replace #include of <sys/fcntl.h> by <fcntl.h>.
410
195a8287
TV
4112020-02-01 Tom de Vries <tdevries@suse.de>
412
413 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
414
42330a68
AB
4152020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
416
417 PR tui/9765
418 * gdb.tui/tui-layout-asm-short-prog.S: New file.
419 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
420
b62a8028
LM
4212020-01-29 Luis Machado <luis.machado@linaro.org>
422
423 * gdb.arch/aarch64-brk-patterns.c: New source file.
424 * gdb.arch/aarch64-brk-patterns.exp: New test.
425
5f440116
TBA
4262020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
427
428 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
429 GCC/Clang version.
430 * gdb.cp/pass-by-ref.exp: Ditto.
431
ee2a6fc6
TV
4322020-01-29 Tom de Vries <tdevries@suse.de>
433
434 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
435 * gdb.threads/watchpoint-fork-mt.c: Same.
436 * gdb.threads/watchpoint-fork-parent.c: Same.
437 * gdb.threads/watchpoint-fork-st.c: Same.
438 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
439
16b10d6e
LM
4402020-01-27 Luis Machado <luis.machado@linaro.org>
441
442 * gdb.base/step-over-syscall.exp (setup): Check if we're already
443 sitting at a syscall instruction when we hit the syscall function's
444 breakpoint.
445 Check PC against one obtained with the x command.
446 Validate syscall number.
447 (step_over_syscall): Don't continue to the syscall instruction if
448 we're already there.
449
b1468492
PW
4502020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
451
452 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
453
7ffa82e1
AB
4542020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
455
456 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
457 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
458
3d92a3e3
AB
4592020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
460
461 * gdb.dwarf2/dw2-inline-stepping.c: New file.
462 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
463
94a72be7
AB
4642020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
465
466 * gdb.base/maint.exp: Update line table parsing test.
467 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
468
53af73bf
PA
4692020-01-24 Pedro Alves <palves@redhat.com>
470
471 PR gdb/25410
472 * gdb.multi/multi-re-run-1.c: New.
473 * gdb.multi/multi-re-run-2.c: New.
474 * gdb.multi/multi-re-run.exp: New.
475
1ba1ac88
AB
4762020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
477
478 PR gdb/23718
479 * gdb.server/server-kill-python.exp: New file.
480
f3364a6d
AB
4812020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
482
483 * gdb.server/multi-ui-errors.c: New file.
484 * gdb.server/multi-ui-errors.exp: New file.
485
733d0a67
AB
4862020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
487
488 PR tui/9765
489 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
490
4f13c1c0
TT
4912020-01-19 Tom Tromey <tom@tromey.com>
492
493 * gdb.tui/main.exp: Add check for plain "file".
494
40c94099
CB
4952020-01-16 Christian Biesinger <cbiesinger@google.com>
496
497 * lib/gdb.exp: Fix spelling error (seperatelly).
498
ff47f4f0
TT
4992020-01-14 Tom Tromey <tom@tromey.com>
500
501 PR symtab/12535:
502 * gdb.python/python.exp: Test decode_line with empty string
503 argument.
504
717c684d
BE
5052020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
506
507 * gdb.base/skip-inline.exp: Extend test.
508
44e4c775
AB
5092020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
510
511 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
512 * gdb.dwarf2/dw2-bad-elf.c: New file.
513 * gdb.dwarf2/dw2-bad-elf.exp: New file.
514
d93c6db7
AB
5152020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
516
517 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
518 _line_saw_file.
519
9a6d629c
AB
5202020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
521
522 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
523 border.
524
d9ebdab7
TBA
5252020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
526
527 * gdb.multi/multi-target.exp (setup): Factor out "info
528 connections" and "info inferiors" tests to ...
529 (test_info_inferiors): ... this new procedure.
530 (top level): Run new "info-inferiors" tests.
531
f3c469b9
PA
5322020-01-10 Pedro Alves <palves@redhat.com>
533
534 * gdb.server/bkpt-other-inferior.exp: New file.
535
121b3efd
PA
5362020-01-10 Pedro Alves <palves@redhat.com>
537
538 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
539 of "add-inferior".
540 * gdb.base/quit-live.exp: Likewise.
541 * gdb.base/remote-exec-file.exp: Likewise.
542 * gdb.guile/scm-progspace.exp: Likewise.
543 * gdb.linespec/linespec.exp: Likewise.
544 * gdb.mi/new-ui-mi-sync.exp: Likewise.
545 * gdb.mi/user-selected-context-sync.exp: Likewise.
546 * gdb.multi/multi-target.exp (setup): Add "info connection" and
547 "info inferiors" tests.
548 * gdb.multi/remove-inferiors.exp: Adjust expected output of
549 "add-inferior".
550 * gdb.multi/watchpoint-multi.exp: Likewise.
551 * gdb.python/py-inferior.exp: Likewise.
552 * gdb.server/extended-remote-restart.exp: Likewise.
553 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
554 "info inferiors".
555 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
556 * gdb.trace/report.exp: Likewise.
557
1dadb1dd
PA
5582020-01-10 Pedro Alves <palves@redhat.com>
559
560 * gdb.multi/multi-target.c: New file.
561 * gdb.multi/multi-target.exp: New file.
562 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
563 mode requested, but remote does not support non-stop".
564
78f2c40a
PA
5652020-01-10 Pedro Alves <palves@redhat.com>
566
567 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
568 disconnect before reconnecting.
569
e7af6c70
TBA
5702020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
571 Pedro Alves <palves@redhat.com>
572
573 * gdb.server/connect-without-multi-process.exp: Also test
574 continuing to end.
575
acdf84a6
PA
5762020-01-10 Pedro Alves <palves@redhat.com>
577
578 * gdb.base/remote-exec-file.exp: New file.
579
873657b9
PA
5802020-01-10 Pedro Alves <palves@redhat.com>
581
582 * gdb.base/fork-running-state.exp (do_test): Adjust expected
583 output.
584 * gdb.threads/async.c: New.
585 * gdb.threads/async.exp: New.
586 * gdb.multi/tids-gid-reset.c: New.
587 * gdb.multi/tids-gid-reset.exp: New.
588
7f0ae84c
GB
5892020-01-10 George Barrett <bob@bob131.so>
590
591 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
592 to help in finding the image relocation offset.
593 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
594 options in arguments.
595 (stap_test_no_debuginfo): Likewise.
596 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
597 test variants.
598 (stap_test): Add null semaphore relocation test.
599
47e9d49d
GB
6002020-01-10 George Barrett <bob@bob131.so>
601
602 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
603 * gdb.base/stap-probe.exp: Likewise.
604 (stap_test): Pass argument as an additional flag.
605 (stap_test_no_debuginfo): Likewise.
606 (stap_test): Check `info probes stap' output for semaphore
607 addresses if the test binary is supposed to have them.
608
f5a7c406
AB
6092020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
610
611 * gdb.tui/basic.exp: Add more scrolling tests.
612
9ae6bf64
TT
6132020-01-09 Tom Tromey <tom@tromey.com>
614
615 PR tui/18932:
616 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
617 meangingful value.
618 (Term::command, Term::resize): Update.
619 * gdb.tui/basic.exp: Add scrolling test.
620
b2efe70c
AB
6212020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
622
623 * gdb.tui/tui-layout-asm.exp: New file.
624
3804da7e
AB
6252020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
626
627 * lib/tuiterm.exp (Term::check_box_contents): New proc.
628
b40aa28f
AB
6292020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
630
631 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
632 (Term::enter_tui): Use Term::prepare_for_tui.
633
63ffd7c9
AB
6342020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
635
636 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
637 called.
638
3be966f6
AB
6392020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
640
641 * gdb.base/skip.exp: Fix race condition in test.
642
153d79c4
AB
6432020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
644
645 * gdb.base/backtrace.c: New file.
646 * gdb.base/backtrace.exp: New file.
647
f2302a34
AB
6482020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
649
650 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
651
6ec1d75e
PW
6522020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
653
654 * gdb.base/style.exp: Test that warnings are styled.
655
c296cbe6
BE
6562019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
657
658 * gdb.base/line65535.exp: New file.
659 * gdb.base/line65535.c: New file.
660
b28a729d
SM
6612019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
662
663 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
664 * lib/gnat_debug_info_test.adb: New file.
665 * gdb.ada/ptype_tagged_param.exp: Use
666 gnat_runtime_has_debug_info, expect a different output if
667 runtime does not have debug info.
668
7f2d7a0d
SM
6692019-12-20 Simon Marchi <simon.marchi@efficios.com>
670
671 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
672 (another) quote in test name.
673
f3bce483
SM
6742019-12-20 Simon Marchi <simon.marchi@efficios.com>
675
676 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
677 Add quote in test name.
678
c855a912
TBA
6792019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
680
681 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
682 directory instead.
683 * gdb.cp/pass-by-ref.exp: Extend with more cases.
684 * gdb.cp/pass-by-ref-2.cc: New file.
685 * gdb.cp/pass-by-ref-2.exp: New file.
686
fc9d2d72
TT
6872019-12-20 Tom Tromey <tom@tromey.com>
688
689 * gdb.tui/list-before.exp: New file.
690
77b97e00
TT
6912019-12-20 Tom Tromey <tom@tromey.com>
692
693 * gdb.tui/list.exp: Check for source on initial listing.
694
f69656d0
TT
6952019-12-11 Tom Tromey <tromey@adacore.com>
696
697 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
698 Add crlf test.
699
99a55965
SM
7002019-12-18 Simon Marchi <simon.marchi@efficios.com>
701
702 * gdb.base/default.exp: Update value of $_gdb_major.
703
5024637f
BE
7042019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
705
706 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
707
b63634be
BE
7082019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
709
710 * gdb.base/skip.exp: Whitespace fix.
711
45d73523
BE
7122019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
713
714 * gdb.base/skip-inline.c: New file.
715 * gdb.base/skip-inline.exp: New file.
716
d043f8c8
SM
7172019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
718
719 * gdb.base/jit-reader.exp (jit_reader_test): Rename
720 jit_function_00 to jit_function_stack_mangle.
721 * gdb.base/jithost.c (jit_function_t): Rename to...
722 (jit_function_stack_mangle_t): ... this.
723 (jit_function_add_t): New typedef.
724 (jit_function_00_code): Rename to...
725 (jit_function_stack_mangle_code): ... this, make static.
726 (jit_function_add_code): New.
727 (main): Generate "add" function and call it. Adjust to changes
728 in jithost_abi.
729 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
730 (struct jithost_abi) <begin, end>: Remove fields.
731 <object, function_stack_mangle, function_add>: New fields.
732 * gdb.base/jitreader.c (struct reader_state) <code_begin,
733 code_end>: Remove fields.
734 <func_stack_mangle>: New field.
735 (read_debug_info): Adjust to renaming, create block for "add"
736 function.
737 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
738
873de05c
TT
7392019-12-11 Tom Tromey <tom@tromey.com>
740
741 * gdb.tui/resize.exp: Fix regexp.
742 * gdb.tui/regs.exp: Fix regexps.
743 * gdb.tui/main.exp: Fix regexp.
744
3d979945
TT
7452019-12-11 Tom Tromey <tom@tromey.com>
746
747 * gdb.tui/resize.exp: Update.
748 * gdb.tui/empty.exp (layouts): Update.
749
2192a9d3
TT
7502019-12-11 Tom Tromey <tom@tromey.com>
751
752 * gdb.tui/regs.exp: Update.
753 * gdb.tui/empty.exp (layouts): Update.
754 * gdb.tui/basic.exp: Update.
755 * lib/tuiterm.exp (_check_box): Don't check bottom border.
756
d8edc8b7
PW
7572019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
758
759 * gdb.base/options.exp: Add -raw-values in the print completion list.
760 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
761
4c12d936
KB
7622019-12-10 Kevin Buettner <kevinb@redhat.com>
763
764 * gdb.threads/omp-par-scope.c: New file.
765 * gdb/threads/omp-par-scope.exp: New file.
766
26b911fb
KB
7672019-12-10 Kevin Buettner <kevinb@redhat.com>
768
bb47f919
KB
769 * lib/gdb.exp (support_nested_function_tests): New proc.
770
7712019-12-10 Kevin Buettner <kevinb@redhat.com>
772
773 * lib/gdb.exp (gdb_compile_openmp): New proc.
774 (build_executable_from_specs): Add an "openmp" option.
775 (gdb_compile_pthreads): Add non-executable case.
26b911fb 776
6c71eb7d
TT
7772019-12-10 Tom Tromey <tromey@adacore.com>
778
779 * gdb.ada/unchecked_union.exp: New file.
780 * gdb.ada/unchecked_union/pck.adb: New file.
781 * gdb.ada/unchecked_union/pck.ads: New file.
782 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
783 * gdb-utils.exp (string_to_regexp): Also quote "?".
784
bac7c5cf
GB
7852019-12-10 George Barrett <bob@bob131.so>
786
787 Test scripted probe breakpoints.
788 * gdb.guile/scm-breakpoint.c (main): Add probe point.
789 * gdb.python/py-breakpoint.c (main): Likewise.
790 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
791 specifier test.
792 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
793
330f1d38
TBA
7942019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
795
796 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
797 an rvalue parameter.
798 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
799 parameter.
800
b43315e2
AB
8012019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
802
803 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
804 modules.
805
54f73dad
AB
8062019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
807
808 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
809 broken version of GCC.
810
d57cbee9
AB
8112019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
812
813 * gdb.fortran/info-modules.exp: Rewrite to make use of new
814 sym-info-cmds library.
815 * gdb.fortran/info-types.exp: Likewise.
816 * lib/sym-info-cmds.exp: New file.
817
c14aab8c
TV
8182019-12-08 Tom de Vries <tdevries@suse.de>
819
820 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
821
aa2d5a42
KS
8222019-12-07 Keith Seitz <keiths@redhat.com>
823
824 * gdb.base/corefile-buildid-shlib-shr.c: New file.
825 * gdb.base/corefile-buildid-shlib.c: New file.
826 * gdb.base/corefile-buildid.c: New file.
827 * gdb.base/corefile-buildid.exp: New file.
828
93e55f0a
TV
8292019-12-06 Tom de Vries <tdevries@suse.de>
830
831 * gdb.dwarf2/varval.exp: Add decl before def test.
832
c7d12402
TBA
8332019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
834
835 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
836
06acc08f
TBA
8372019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
838
839 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
840 CV and reference conversion for overload resolution.
841 * gdb.cp/rvalue-ref-overload.exp: Test it.
842
e0fad1ea
PW
8432019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
844
845 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
846 * gdb.base/frameapply.exp: Test faas without command.
847
8d70a9f0
AB
8482019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
849
850 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
851 Fortran tests.
852 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
853 order.
854
36c8fb93
AB
8552019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
856
857 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
858 casting to type with no kind specified.
859 (test_basic_parsing_of_type_kinds): Additional tests for types
860 with no kind specified, and add tests for single/double
861 precision/complex types.
862
4139ff00
TT
8632019-12-04 Tom Tromey <tromey@adacore.com>
864
865 * gdb.base/endianity.c (struct other) <x>: New field.
866 (main): Initialize it.
867 * gdb.base/endianity.exp: Update.
868
a05cf17a
TT
8692019-12-04 Tom Tromey <tromey@adacore.com>
870
871 * gdb.ada/scalar_storage/storage.adb: New file.
872 * gdb.ada/scalar_storage/pck.adb: New file.
873 * gdb.ada/scalar_storage/pck.ads: New file.
874 * gdb.ada/scalar_storage.exp: New file.
875
103a685e
TT
8762019-12-04 Tom Tromey <tromey@adacore.com>
877
878 * gdb.base/endianity.c (struct otherendian) <f>: New field.
879 (main): Initialize it.
880 * gdb.base/endianity.exp: Update.
881
c2512106
AB
8822019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
883
884 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
885
293b38d6
AB
8862019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
887
888 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
889 -symbol-info-module-functions and -symbol-info-module-variables.
890
216a7e6b
AB
8912019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
892
893 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
894
5bbd8269
AB
8952019-12-01 Richard Bunt <richard.bunt@arm.com>
896 Andrew Burgess <andrew.burgess@embecosm.com>
897
898 * gdb.fortran/derived-type-striding.exp: New file.
899 * gdb.fortran/derived-type-striding.f90: New file.
900 * gdb.fortran/array-slices.exp: New file.
901 * gdb.fortran/array-slices.f90: New file.
902
be09caf1
PW
9032019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
904
905 * gdb.base/define.exp: Test . in command names.
906 * gdb.base/setshow.exp: Update test, as . is now part of
907 command name.
908
643c0cbe
PW
9092019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
910
911 * gdb.base/define-prefix.exp: New file.
912
dcdec678
AB
9132019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
914
915 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
916 compile.
917 (skip_btrace_pt_tests): Likewise.
918
640ab947
AB
9192019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
920
921 * gdb.fortran/info-modules.exp: Compile source files in correct
922 order.
923
d22670f0
KB
9242019-11-27 Kevin Buettner <kevinb@redhat.com>
925
926 * gdb.dwarf2/imported-unit.exp: New file.
927 * gdb.dwarf2/imported-unit.c: New file.
928
db5960b4
AB
9292019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
930
931 * gdb.mi/mi-fortran-modules-2.f90: New file.
932 * gdb.mi/mi-fortran-modules.exp: New file.
933 * gdb.mi/mi-fortran-modules.f90: New file.
934
7dc42066
AB
9352019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
936
937 * gdb.mi/mi-sym-info-1.c: New file.
938 * gdb.mi/mi-sym-info-2.c: New file.
939 * gdb.mi/mi-sym-info.exp: New file.
940
0dfeecca
TT
9412019-11-22 Tom Tromey <tromey@adacore.com>
942
943 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
944 * gdb.ada/tasks/foo.adb: Add another stopping location.
945
34877895
PJ
9462019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
947
948 * gdb.base/endianity.c: New test.
949 * gdb.base/endianity.exp: New file.
950
2e84f897
LD
9512019-11-21 Lukas Durfina <ldurfina@tachyum.com>
952
953 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
954
65d1cd5f
TV
9552019-11-21 Tom de Vries <tdevries@suse.de>
956
957 PR gdb/24956
958 * gdb.base/ui-redirect.exp: Test output of user-defined command.
959
4f22c3f4
SDJ
9602019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
961
962 * gdb.python/py-progspace.exp: Add missing parentheses on some
963 'print' commands.
964
9f6ad286
TT
9652019-11-19 Tom Tromey <tom@tromey.com>
966
967 * gdb.tui/winheight.exp: New file.
968
0b8dbf3f
AB
9692019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
970
971 * gdb.base/ctf-whatis.c: Delete.
972 * gdb.base/ctf-whatis.exp: Delete.
973 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
974
f833b7a7
AB
9752019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
976
977 * gdb.base/ctf-cvexpr.exp: Delete.
978 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
979
30d0a636
AB
9802019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
981
982 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
983 the compiler. Clean up header comment a little.
984 * gdb.base/ctf-ptype.exp: Likewise.
985 * gdb.base/ctf-whatis.exp: Likewise.
986 * lib/gdb.exp (skip_ctf_tests): New proc.
987
494409bb
SDJ
9882019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
989
990 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
991 * gdb.tui/corefile-run.exp: New file.
992
55708e99
TT
9932019-11-14 Tom Tromey <tromey@adacore.com>
994
995 * gdb.base/gdbvars.exp (test_convenience_variables): Add
996 regression tests.
997
45e42163
TT
9982019-11-12 Tom Tromey <tom@tromey.com>
999
1000 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
1001 after any command. Expect prompt after WAIT_FOR is seen.
1002 (enter_tui): Enable resize messages.
1003 (command): Expect command in output.
1004 (get_line): Avoid error when cursor appears to be off-screen.
1005 (dump_screen): Include screen size in title.
1006 (_do_resize): New proc, from "resize".
1007 (resize): Rewrite. Do resize in two steps.
1008 * gdb.tui/empty.exp (layouts): Fix entries.
1009 (check_boxes): Remove xfail.
1010 (check_text): Dump screen on failure.
1011
086baaf1
AB
10122019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1013
1014 * gdb.python/py-symbol.exp: Add test for
1015 gdb.lookup_static_symbols.
1016
09ff83af
AB
10172019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1018
1019 * gdb.python/py-symbol.c: Declare and call function from new
1020 py-symbol-2.c file.
1021 * gdb.python/py-symbol.exp: Compile both source files, and add new
1022 tests for gdb.lookup_static_symbol.
1023 * gdb.python/py-symbol-2.c: New file.
1024
11af934b
TV
10252019-11-02 Tom de Vries <tdevries@suse.de>
1026
1027 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
1028 * gdb.base/anon.exp: Same.
1029 * gdb.base/auto-connect-native-target.exp: Same.
1030 * gdb.base/call-ar-st.exp: Same.
1031 * gdb.base/catch-syscall.exp: Same.
1032 * gdb.base/commands.exp: Same.
1033 * gdb.base/default.exp: Same.
1034 * gdb.base/display.exp: Same.
1035 * gdb.base/float.exp: Same.
1036 * gdb.base/foll-fork.exp: Same.
1037 * gdb.base/help.exp: Same.
1038 * gdb.base/info-macros.exp: Same.
1039 * gdb.base/info-proc.exp: Same.
1040 * gdb.base/info-target.exp: Same.
1041 * gdb.base/long_long.exp: Same.
1042 * gdb.base/macscp.exp: Same.
1043 * gdb.base/memattr.exp: Same.
1044 * gdb.base/nofield.exp: Same.
1045 * gdb.base/pointers.exp: Same.
1046 * gdb.base/printcmds.exp: Same.
1047 * gdb.base/ptype.exp: Same.
1048 * gdb.base/restore.exp: Same.
1049 * gdb.base/return.exp: Same.
1050 * gdb.base/scope.exp: Same.
1051 * gdb.base/set-noassign.exp: Same.
1052 * gdb.base/setshow.exp: Same.
1053 * gdb.base/shlib-call.exp: Same.
1054 * gdb.base/signals.exp: Same.
1055 * gdb.base/sigstep.exp: Same.
1056 * gdb.base/skip.exp: Same.
1057 * gdb.base/solib-symbol.exp: Same.
1058 * gdb.base/stap-probe.exp: Same.
1059 * gdb.base/step-line.exp: Same.
1060 * gdb.base/step-test.exp: Same.
1061 * gdb.base/style.exp: Same.
1062 * gdb.base/varargs.exp: Same.
1063 * gdb.base/vla-datatypes.exp: Same.
1064 * gdb.base/vla-ptr.exp: Same.
1065 * gdb.base/vla-sideeffect.exp: Same.
1066 * gdb.base/volatile.exp: Same.
1067 * gdb.base/watch-cond-infcall.exp: Same.
1068 * gdb.base/watchpoint.exp: Same.
1069
e96ec2ba
TV
10702019-11-02 Tom de Vries <tdevries@suse.de>
1071
1072 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
1073 * gdb.cp/cpexprs.exp: Same.
1074 * gdb.cp/except-multi-location.exp: Same.
1075 * gdb.cp/exceptprint.exp: Same.
1076 * gdb.cp/gdb2384.exp: Same.
1077 * gdb.cp/inherit.exp: Same.
1078 * gdb.cp/m-static.exp: Same.
1079 * gdb.cp/meth-typedefs.exp: Same.
1080 * gdb.cp/misc.exp: Same.
1081 * gdb.cp/namespace.exp: Same.
1082 * gdb.cp/non-trivial-retval.exp: Same.
1083 * gdb.cp/overload.exp: Same.
1084 * gdb.cp/pr17132.exp: Same.
1085 * gdb.cp/re-set-overloaded.exp: Same.
1086 * gdb.cp/rvalue-ref-types.exp: Same.
1087 * gdb.cp/templates.exp: Same.
1088
bd5766ec
LM
10892019-11-01 Luis Machado <luis.machado@linaro.org>
1090
1091 PR gdb/25124
1092
1093 * gdb.arch/pr25124.S: New file.
1094 * gdb.arch/pr25124.exp: New file.
1095
165f8965
AB
10962019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1097
1098 * gdb.fortran/info-modules.exp: Update expected results, and add
1099 additional tests for 'info module functinos', and 'info module
1100 variables'.
1101 * gdb.fortran/info-types.exp: Update expected results.
1102 * gdb.fortran/info-types.f90: Extend testcase with additional
1103 module variables and functions.
1104
59c35742
AB
11052019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1106
1107 * gdb.fortran/info-modules.exp: New file.
1108 * gdb.fortran/info-types.exp: Build with new file.
1109 * gdb.fortran/info-types.f90: Include and use new module.
1110 * gdb.fortran/info-types-2.f90: New file.
1111
f3fb2519
PW
11122019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1113
1114 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
1115 * gdb.base/settings.exp: Test all settings types using
1116 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
1117 that now verifies that the value of "maint show" is the same as
1118 returned by the settings functions. Test the type of the
1119 maintenance settings.
1120 * gdb.base/default.exp: Update show_conv_list.
1121
d1e36019
TV
11222019-10-31 Tom de Vries <tdevries@suse.de>
1123
1124 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
1125 gdb_test.
1126 * gdb.arch/amd64-disp-step.exp: Same.
1127 * gdb.asm/asm-source.exp: Same.
1128 * gdb.btrace/buffer-size.exp: Same.
1129 * gdb.btrace/cpu.exp: Same.
1130 * gdb.btrace/enable.exp: Same.
1131 * gdb.dwarf2/count.exp: Same.
1132 * gdb.dwarf2/dw2-ranges-func.exp: Same.
1133 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
1134 * gdb.fortran/vla-datatypes.exp: Same.
1135 * gdb.fortran/vla-history.exp: Same.
1136 * gdb.fortran/vla-ptype.exp: Same.
1137 * gdb.fortran/vla-value.exp: Same.
1138 * gdb.fortran/whatis_type.exp: Same.
1139 * gdb.guile/guile.exp: Same.
1140 * gdb.multi/tids.exp: Same.
1141 * gdb.python/py-finish-breakpoint.exp: Same.
1142 * gdb.python/py-framefilter.exp: Same.
1143 * gdb.python/py-pp-registration.exp: Same.
1144 * gdb.python/py-xmethods.exp: Same.
1145 * gdb.python/python.exp: Same.
1146 * gdb.server/connect-with-no-symbol-file.exp: Same.
1147 * gdb.server/no-thread-db.exp: Same.
1148 * gdb.server/run-without-local-binary.exp: Same.
1149 * gdb.stabs/weird.exp: Same.
1150 * gdb.threads/attach-many-short-lived-threads.exp: Same.
1151 * gdb.threads/thread-find.exp: Same.
1152 * gdb.threads/tls-shared.exp: Same.
1153 * gdb.threads/tls.exp: Same.
1154 * gdb.threads/wp-replication.exp: Same.
1155 * gdb.trace/ax.exp: Same.
1156 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
1157
3d11e68e
TV
11582019-10-31 Tom de Vries <tdevries@suse.de>
1159
1160 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
1161 * gdb.ada/array_subscript_addr.exp: Same.
1162 * gdb.ada/arrayidx.exp: Same.
1163 * gdb.ada/arrayparam.exp: Same.
1164 * gdb.ada/arrayptr.exp: Same.
1165 * gdb.ada/boolean_expr.exp: Same.
1166 * gdb.ada/call_pn.exp: Same.
1167 * gdb.ada/complete.exp: Same.
1168 * gdb.ada/fixed_cmp.exp: Same.
1169 * gdb.ada/fun_addr.exp: Same.
1170 * gdb.ada/funcall_param.exp: Same.
1171 * gdb.ada/interface.exp: Same.
1172 * gdb.ada/mod_from_name.exp: Same.
1173 * gdb.ada/null_array.exp: Same.
1174 * gdb.ada/packed_array.exp: Same.
1175 * gdb.ada/packed_tagged.exp: Same.
1176 * gdb.ada/print_chars.exp: Same.
1177 * gdb.ada/print_pc.exp: Same.
1178 * gdb.ada/ptype_arith_binop.exp: Same.
1179 * gdb.ada/ptype_field.exp: Same.
1180 * gdb.ada/ptype_tagged_param.exp: Same.
1181 * gdb.ada/rec_return.exp: Same.
1182 * gdb.ada/ref_tick_size.exp: Same.
1183 * gdb.ada/str_ref_cmp.exp: Same.
1184 * gdb.ada/taft_type.exp: Same.
1185 * gdb.ada/tagged.exp: Same.
1186 * gdb.ada/type_coercion.exp: Same.
1187 * gdb.ada/uninitialized_vars.exp: Same.
1188
60b6ede8
TV
11892019-10-30 Tom de Vries <tdevries@suse.de>
1190
1191 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
1192
30baf67b
TV
11932019-10-26 Tom de Vries <tdevries@suse.de>
1194
1195 * gdb.base/bigcore.c: Fix typos in comments.
1196 * gdb.base/ctf-ptype.c: Same.
1197 * gdb.base/long_long.c: Same.
1198 * gdb.dwarf2/dw2-op-out-param.S: Same.
1199 * gdb.python/py-evthreads.c: Same.
1200 * gdb.reverse/i387-stack-reverse.c: Same.
1201 * gdb.trace/tfile.c: Same.
1202 * lib/compiler.c: Same.
1203 * lib/compiler.cc: Same.
1204
158da0d1
TV
12052019-10-25 Tom de Vries <tdevries@suse.de>
1206
1207 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
1208 gdb_test_multiple calls.
1209 * gdb.reverse/sigall-reverse.exp: Same.
1210 * gdb.reverse/solib-precsave.exp: Same.
1211 * gdb.reverse/solib-reverse.exp: Same.
1212 * gdb.reverse/until-precsave.exp: Same.
1213 * gdb.reverse/until-reverse.exp: Same.
1214
4ccdfbec
TV
12152019-10-24 Tom de Vries <tdevries@suse.de>
1216
1217 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
1218 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
1219 kfail using -wrap pattern flag and convenience variable
1220 gdb_test_name.
1221
33d569b7
AB
12222019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
1223
1224 * gdb.python/py-progspace.exp: Add tests for the
1225 Progspace.block_for_pc method.
1226
4d0b984b
TT
12272019-10-23 Tom Tromey <tom@tromey.com>
1228
1229 * configure: Rebuild.
1230 * aclocal.m4: Use m4_include, not sinclude.
1231
94cb3754
TV
12322019-10-21 Tom de Vries <tdevries@suse.de>
1233
1234 * gdb.base/infcall-nested-structs.c: Add
1235 __attribute__((noinline,noclone)) to all functions.
1236 (call_all): Add missing variable initialization. Simplify return value.
1237 (breakpt): Increment volatile variable, to prevent call from being
1238 optimized out.
1239 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
1240
062f1fc1
TV
12412019-10-17 Tom de Vries <tdevries@suse.de>
1242
1243 * gdb.fortran/module.exp: Allow info variables to print info for files
1244 other than module.f90.
1245
0b54364d
AB
12462019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
1247
1248 * gdb.fortran/module.exp: Extend with 'info variables' test.
1249
7ff5fae7
AB
12502019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
1251
1252 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
1253 F77_FOR_TARGET.
1254
d10eccaa
TV
12552019-10-16 Tom de Vries <tdevries@suse.de>
1256
1257 PR tdep/25096
1258 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
1259
745ff14e
TV
12602019-10-16 Tom de Vries <tdevries@suse.de>
1261
1262 PR tdep/24104
1263 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
1264 Add KFAIL for PR tdep/25096.
1265
03e1ab94
TV
12662019-10-16 Tom de Vries <tdevries@suse.de>
1267
1268 PR testsuite/25059
1269 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
1270
b17fcc10
TV
12712019-10-16 Tom de Vries <tdevries@suse.de>
1272
1273 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
1274 as signed.
1275
9223170f
SM
12762019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
1277
1278 * gdb.mi/list-thread-groups-available.exp: Read entries one by
1279 one instead of increasing timeout.
1280
d6e76313
TV
12812019-10-13 Tom de Vries <tdevries@suse.de>
1282
1283 PR record/25038
1284 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
1285 * gdb.reverse/sigall-reverse.exp: Same.
1286 * gdb.reverse/solib-precsave.exp: Same.
1287 * gdb.reverse/solib-reverse.exp: Same.
1288 * gdb.reverse/step-precsave.exp: Same.
1289 * gdb.reverse/until-precsave.exp: Same.
1290 * gdb.reverse/until-reverse.exp: Same.
1291 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
1292
6dfc0041
AA
12932019-10-10 Andreas Arnez <arnez@linux.ibm.com>
1294
1295 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
1296 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
1297 (cmp_struct_05_01, cmp_struct_static_02_01)
1298 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
1299 comparisons.
1300
abcf2cc8
TV
13012019-10-10 Tom de Vries <tdevries@suse.de>
1302
1303 PR testsuite/24888
1304 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
1305 gnatlink.
1306
a50faaf6
TV
13072019-10-09 Tom de Vries <tdevries@suse.de>
1308
1309 PR testsuite/25048
1310 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
1311
60ff3cd7
AB
13122019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
1313
1314 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
1315 exceptions due to missing debug information.
1316
dfee8566
TV
13172019-10-07 Tom de Vries <tdevries@suse.de>
1318
1319 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
1320
3d63690a
AB
13212019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
1322
1323 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
1324 * gdb.base/annota1.exp: Update to use gdb_test_name.
1325
30d1f018
WP
13262019-10-07 Weimin Pan <weimin.pan@oracle.com>
1327
1328 * gdb.base/ctf-whatis.exp: New file.
1329 * gdb.base/ctf-whatis.c: New file.
1330 * gdb.base/ctf-ptype.exp: New file.
1331 * gdb.base/ctf-ptype.c: New file.
1332 * gdb.base/ctf-constvars.exp: New file.
1333 * gdb.base/ctf-constvars.c: New file.
1334 * gdb.base/ctf-cvexpr.exp: New file.
1335
4dbbb47c
TV
13362019-10-04 Tom de Vries <tdevries@suse.de>
1337
1338 * gdb.cp/local-static.c (main): Move declaration of int i out of the
1339 for loop.
1340
77c2dba3
TT
13412019-10-03 Tom Tromey <tom@tromey.com>
1342
1343 PR rust/24976:
1344 * gdb.rust/simple.rs (Union2): New type.
1345 (main): Use Union2.
1346 * gdb.rust/simple.exp: Add test.
1347
179aed7f
AB
13482019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1349
1350 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
1351 nested function prefix.
1352
0a4b0913
AB
13532019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
1354 Richard Bunt <richard.bunt@arm.com>
1355 Andrew Burgess <andrew.burgess@embecosm.com>
1356
1357 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
1358 nested functions.
1359 * gdb.fortran/nested-funcs.f90: Update expected results.
1360 * gdb.fortran/nested-funcs-2.exp: New file.
1361 * gdb.fortran/nested-funcs-2.f90: New file.
1362
082cce05
AB
13632019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1364
1365 * gdb.python/py-parameter.exp: Make test names unique.
1366 * gdb.python/py-template.exp: Likewise.
1367 * gdb.python/py-value.exp: Likewise.
1368
2b74ba5a
AB
13692019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1370
1371 * gdb.base/break-interp.exp: Reduce test name duplication.
1372 * gdb.base/call-sc.exp: Likewise.
1373 * gdb.base/callfuncs.exp: Likewise.
1374 * gdb.base/charset.exp: Likewise.
1375 * gdb.base/dump.exp: Likewise.
1376 * gdb.base/ena-dis-br.exp: Likewise.
1377 * gdb.base/relational.exp: Likewise.
1378 * gdb.base/step-over-syscall.exp: Likewise.
1379 * gdb.base/structs.exp: Likewise.
1380
58eb20d5
AB
13812019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1382
1383 * gdb.linespec/explicit.exp: Make test names unique.
1384 * gdb.linespec/ls-errs.exp: Likewise.
1385
4d421147
AB
13862019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1387
1388 * gdb.reverse/break-precsave.exp: Make test names unique.
1389 * gdb.reverse/break-reverse.exp: Likewise.
1390 * gdb.reverse/finish-precsave.exp: Likewise.
1391 * gdb.reverse/finish-reverse.exp: Likewise.
1392 * gdb.reverse/machinestate-precsave.exp: Likewise.
1393 * gdb.reverse/machinestate.exp: Likewise.
1394 * gdb.reverse/readv-reverse.exp: Likewise.
1395 * gdb.reverse/recvmsg-reverse.exp: Likewise.
1396 * gdb.reverse/sigall-precsave.exp: Likewise.
1397 * gdb.reverse/sigall-reverse.exp: Likewise.
1398 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
1399 * gdb.reverse/watch-precsave.exp: Likewise.
1400 * gdb.reverse/watch-reverse.exp: Likewise.
1401
d8c06f22
AB
14022019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1403
1404 * gdb.threads/stop-with-handle.c: New file.
1405 * gdb.threads/stop-with-handle.exp: New file.
1406
3a56ed86
TV
14072019-10-03 Tom de Vries <tdevries@suse.de>
1408
1409 PR testsuite/25059
1410 * gdb.base/list-missing-source.exp: Allowing the "Compilation
1411 directory" line to be missing.
1412
42275044
TV
14132019-10-03 Tom de Vries <tdevries@suse.de>
1414
1415 PR testsuite/25059
1416 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
1417 type optional.
1418
9ef62df0
AA
14192019-10-02 Andreas Arnez <arnez@linux.ibm.com>
1420
1421 * gdb.python/py-format-string.c (string.h): New include.
1422 (main): Fill a_struct_with_union.the_union.an_int with bytes of
1423 the same value, for endianness-independence.
1424 * gdb.python/py-format-string.exp (default_regexp_dict)
1425 (test_pretty_structs, test_format): Adjust expected output to the
1426 changed initialization.
1427
37f6a7f4
TT
14282019-10-02 Tom Tromey <tromey@adacore.com>
1429
1430 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
1431
1d58d6a2
PA
14322019-10-02 Pedro Alves <palves@redhat.com>
1433 Andrew Burgess <andrew.burgess@embecosm.com>
1434
1435 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
1436 "print-file-var.h".
1437 (this_version_id) Use ATTRIBUTE_VISIBILITY.
1438 (get_version_1): Print this_version_id and its address.
1439 Add extern "C" wrappers around interface functions.
1440 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
1441 "print-file-var.h".
1442 (this_version_id) Use ATTRIBUTE_VISIBILITY.
1443 (get_version_2): Print this_version_id and its address.
1444 Add extern "C" wrappers around interface functions.
1445 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
1446 <stddef.h> and "print-file-var.h".
1447 Add extern "C" wrappers around interface functions.
1448 [VERSION_ID_MAIN] (this_version_id): Define.
1449 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
1450 * gdb.base/print-file-var.h: Add some #defines to simplify setting
1451 up extern "C" blocks.
1452 * gdb.base/print-file-var.exp (test): New, factored out from top
1453 level.
1454 (top level): Test all combinations of attribute hidden or not,
1455 dlopen or not, and this_version_id symbol in main file or not.
1456 Compile tests as both C++ and C, make test names unique.
1457
d770d56f
TT
14582019-10-01 Tom Tromey <tom@tromey.com>
1459
1460 * gdb.base/style.exp: Test "show logging filename".
1461
7f6aba03
TT
14622019-10-01 Tom Tromey <tom@tromey.com>
1463
1464 * lib/gdb-utils.exp (style): Handle "metadata" argument.
1465 * gdb.base/style.exp: Add metadata style test.
1466
14309bb6
TT
14672019-10-01 Tom Tromey <tom@tromey.com>
1468
1469 * gdb.base/style.exp: Test "pwd".
1470
2a3c1174
PA
14712019-10-01 Tom Tromey <tom@tromey.com>
1472
1473 * gdb.base/style.exp: Update tests.
1474
53d666ec
AA
14752019-10-01 Andreas Arnez <arnez@linux.ibm.com>
1476
1477 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
1478 'six' to unsigned.
1479 (s1): Initialize fields 'four' and 'six' instead of 'three' and
1480 'five'. Use an all-ones bit pattern for each.
1481 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
1482 to its changed values.
1483
4a56a520
TT
14842019-09-30 Tom Tromey <tromey@adacore.com>
1485
1486 * gdb.rust/traits.rs: Disable all warnings.
1487
0df0352a
TV
14882019-09-29 Tom de Vries <tdevries@suse.de>
1489
1490 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
1491
73d9a918
TV
14922019-09-29 Tom de Vries <tdevries@suse.de>
1493
1494 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
1495
060b3ab4
TV
14962019-09-27 Tom de Vries <tdevries@suse.de>
1497
1498 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
1499
68f7d34d
TV
15002019-09-27 Tom de Vries <tdevries@suse.de>
1501
1502 PR record/23188
1503 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
1504
5d63b30a
TT
15052019-09-26 Tom Tromey <tromey@adacore.com>
1506
1507 * gdb.ada/py_taft.exp: New file.
1508 * gdb.ada/py_taft/main.adb: New file.
1509 * gdb.ada/py_taft/pkg.adb: New file.
1510 * gdb.ada/py_taft/pkg.ads: New file.
1511
3d435220
TV
15122019-09-24 Tom de Vries <tdevries@suse.de>
1513
1514 PR gdb/24598
1515 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
1516
77d03678
TV
15172019-09-22 Tom de Vries <tdevries@suse.de>
1518
1519 * gdb.base/restore.exp: Allow register variables to be optimized out at
1520 -O0.
1521
abf516c6
UW
15222019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
1523
1524 * gdb.arch/spu-info.exp: Remove file.
1525 * gdb.arch/spu-info.c: Remove file.
1526 * gdb.arch/spu-ls.exp: Remove file.
1527 * gdb.arch/spu-ls.c: Remove file.
1528
1529 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
1530 * gdb.asm/spu.inc: Remove file.
1531
1532 * gdb.base/dump.exp: Remove support for spu*-*-*.
1533 * gdb.base/stack-checking.exp: Likewise.
1534 * gdb.base/overlays.exp: Likewise.
1535 * gdb.base/ovlymgr.c: Likewise.
1536 * gdb.base/spu.ld: Remove file.
1537
1538 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
1539 * gdb.cp/cpexprs.exp: Likewise.
1540 * gdb.cp/exception.exp: Likewise.
1541 * gdb.cp/gdb2495.exp: Likewise.
1542 * gdb.cp/mb-templates.exp: Likewise.
1543 * gdb.cp/pr9167.exp: Likewise.
1544 * gdb.cp/userdef.exp: Likewise.
1545
1546 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
1547
1548 * gdb.cell: Remove directory.
1549 * lib/cell.exp: Remove file.
1550
e452e88f
TV
15512019-09-19 Tom de Vries <tdevries@suse.de>
1552
1553 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
1554
8a625130
TV
15552019-09-19 Tom de Vries <tdevries@suse.de>
1556
1557 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
1558
81dc3ab5
TV
15592019-09-19 Tom de Vries <tdevries@suse.de>
1560
1561 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
1562 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
1563 (gdb_target_cmd): ... here.
1564 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
1565 value 2.
1566
b078f3ac
AB
15672019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
1568
1569 * gdb.base/source-dir.exp: Avoid having directory names in test
1570 names.
1571
f1b620e9
MG
15722019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
1573
1574 * gdb.base/source-dir.exp: Add extra test for mapped compilation
1575 directory.
1576
67f3ed6a
AB
15772019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
1578
1579 * gdb.base/list-missing-source.exp: New file.
1580
d1b70248
TV
15812019-09-14 Tom de Vries <tdevries@suse.de>
1582
1583 PR teststuite/24599
1584 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
1585 * lib/ada.exp (gnatmake_version_at_least): New proc.
1586
5fabdcd6
AB
15872019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1588
1589 * gdb.base/maint.exp: Use exec_has_index_section.
1590
aa17805f
AB
15912019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1592
1593 * gdb.base/maint.exp: Add test for 'maint info sections'.
1594
25e5c209
TV
15952019-09-12 Tom de Vries <tdevries@suse.de>
1596
1597 * gdb.base/store.exp: Allow register variables to be optimized out at
1598 -O0.
1599
4993045d
PW
16002019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1601
1602 * gdb.ada/rdv_wait.exp: Update to new task names.
1603 * gdb.base/task_switch_in_core.exp: Likewise.
1604 * gdb.base/info_sources_base.c: Likewise.
1605
8a516164
TT
16062019-09-10 Tom Tromey <tromey@adacore.com>
1607
1608 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
1609
aa391654
TT
16102019-09-10 Tom Tromey <tromey@adacore.com>
1611
1612 * gdb.ada/dgopt.exp: New file.
1613 * gdb.ada/dgopt/x.adb: New file.
1614
8634b462
TT
16152019-09-08 Tom Tromey <tom@tromey.com>
1616
1617 * gdb.tui/resize.exp: Remove setup_xfail.
1618 * gdb.tui/regs.exp: Remove setup_xfail.
1619 * gdb.tui/basic.exp: Remove setup_xfail.
1620
736b0f76
DB
16212019-09-06 David Blaikie <dblaikie@gmail.com>
1622
1623 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
1624 * gdb.cp/cplabel.exp: Ditto.
1625 * gdb.linespec/ls-errs.exp: Ditto.
1626
30331a6c
TV
16272019-09-05 Tom de Vries <tdevries@suse.de>
1628
1629 * lib/gdb.exp (cmp_file_string): New proc.
1630 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
1631 runto_main. Verify save breakpoints output.
1632
98b0ebab
PW
16332019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1634
1635 * gdb.base/info-var.exp: Test info variables without running
1636 to main, to avoid expect's buffer overflow.
1637
4e962e74
TT
16382019-09-03 Tom Tromey <tromey@adacore.com>
1639
1640 * gdb.ada/bias.exp: New file.
1641 * gdb.ada/bias/bias.adb: New file.
1642 * gdb.ada/print_chars.exp: Add regression test.
1643 * gdb.ada/print_chars/foo.adb (My_Character): New type.
1644 (MC): New variable.
1645
2ea1a07a
SL
16462019-08-29 Sandra Loosemore <sandra@codesourcery.com>
1647
1648 * gdb.base/argv0-symlink.exp: Run only on native target
1649 and local host.
1650
8077c50d
TV
16512019-08-29 Tom de Vries <tdevries@suse.de>
1652
1653 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
1654 diverse debug info.
1655 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
1656
48352473
TV
16572019-08-28 Tom de Vries <tdevries@suse.de>
1658
1659 * gdb.base/info-var.exp: Allow info variables to print info for files
1660 other than info-var-f1.c and info-var-f2.c.
1661
d8f27c60
AB
16622019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
1663
1664 * gdb.fortran/info-types.exp: Add module.
1665 * gdb.fortran/info-types.f90: Update expected results.
1666
1f20c35e
AB
16672019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
1668
1669 * gdb.fortran/info-types.exp: New file.
1670 * gdb.fortran/info-types.f90: New file.
1671 * lib/fortran.exp (fortran_character1): New proc.
1672
4acfdd20
AB
16732019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
1674
1675 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
1676 functions'. Reindent as needed.
1677 * gdb.base/info-var-f1.c: New file.
1678 * gdb.base/info-var-f2.c: New file.
1679 * gdb.base/info-var.exp: New file.
1680 * gdb.base/info-var.h: New file.
1681
5c31b358
TV
16822019-08-26 Tom de Vries <tdevries@suse.de>
1683
1684 PR c++/24852
1685 * gdb.cp/no-libstdcxx-probe.exp: New test.
1686
b694989f
TV
16872019-08-26 Tom de Vries <tdevries@suse.de>
1688
1689 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
1690 * tests need to be skipped.
1691 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
1692 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
1693 mi_skip_libstdcxx_probe_tests.
1694
d9c4ba53
SDJ
16952019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
1696
1697 * gdb.python/py-xmethods.exp: Use raw strings when passing
1698 arguments to SimpleXMethodMatcher.
1699
395fad09
TV
17002019-08-22 Tom de Vries <tdevries@suse.de>
1701
1702 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
1703 more informative.
1704
26c957f1
PA
17052019-08-21 Pedro Alves <palves@redhat.com>
1706
1707 * gdb.base/with.exp: Test "with" with no arguments.
1708
61f80d5d
TV
17092019-08-21 Tom de Vries <tdevries@suse.de>
1710
1711 * gdb.base/gdb-caching-proc.exp: Sort files.
1712
d7a11d13
TV
17132019-08-20 Tom de Vries <tdevries@suse.de>
1714
1715 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
1716 compilation.
1717
34dafe9f
TV
17182019-08-16 Tom de Vries <tdevries@suse.de>
1719
1720 * gdb.base/compare-sections.exp ("after run to main"): Allow
1721 mismatched read-only sections for PIE executables.
1722
398fdd60
TT
17232019-08-16 Tom Tromey <tom@tromey.com>
1724
1725 * lib/tuiterm.exp (_csi_Z): New proc.
1726 * gdb.tui/basic.exp: Update window positions.
1727 * gdb.tui/empty.exp: Update window positions.
1728
d8f9e51c
SL
17292019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1730
1731 * gdb.base/examine-backward.exp: Correct regexp for
1732 "examine 3 bytes backward from ${address_zero}".
1733
3df505f6
TT
17342019-08-15 Tom Tromey <tom@tromey.com>
1735
1736 * gdb.tui/empty.exp: Enable resizing tests.
1737
272560b5
TT
17382019-08-15 Tom Tromey <tromey@adacore.com>
1739
1740 * gdb.ada/char_enum.exp: Add regression tests.
1741 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
1742 and '0'.
1743 (Char, Gchar): Update.
1744 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
1745
08235187
CB
17462019-08-15 Christian Biesinger <cbiesinger@google.com>
1747
1748 * gdb.python/python.exp: Expect a leading underscore on
1749 GdbOutput{,Error}File.
1750
22a2ab04
SL
17512019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1752
1753 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
1754 Windows host.
1755
835b995b
SL
17562019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1757
1758 * gdb.base/batch-preserve-term-settings.exp
1759 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
1760
97dd8e07
CB
17612019-08-15 Christian Biesinger <cbiesinger@google.com>
1762
1763 * lib/gdb.exp: When running on a mingw target, replace
1764 /x/ with x:/.
1765
75faf5c4
AH
17662019-08-14 Alan Hayward <alan.hayward@arm.com>
1767
1768 * gdb.arch/aarch64-prologue.c: New test.
1769 * gdb.arch/aarch64-prologue.exp: New file.
1770
abc6c00f
TV
17712019-08-13 Tom de Vries <tdevries@suse.de>
1772
1773 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
1774 Thread.
1775
74c2c1f4
SL
17762019-08-13 Sandra Loosemore <sandra@codesourcery.com>
1777
1778 * gdb.python/py-completion.exp: Download the .py file to the host
1779 and use its host pathname. Conditionalize tests that use
1780 tab completion and manipulate files on the build machine.
1781 * gdb.python/py-events.exp: Download the .py file to the host
1782 and use its host pathname.
1783 * gdb.python/py-evsignal.exp: Likewise.
1784 * gdb.python/py-evthreads.exp: Likewise.
1785 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
1786 pathname syntax.
1787 * gdb.python/py-framefilter.exp: Download the .py file to the right
1788 place on the host. Match Windows pathname syntax.
1789 * gdb.python/py-mi-var-info-path-expression.exp: Download the
1790 .py file to the host and use its host pathname.
1791 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
1792 * gdb.python/py-objfile.exp: Expect a host pathname, not a
1793 build pathname. Skip symlink test on Windows host. Add missing
1794 newline at end of file.
1795 * gdb.python/py-pp-maint.exp: Download the .py file to the host
1796 and use its host pathname.
1797 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
1798 * gdb.python/py-section-script.exp: Use host location of binfile
1799 on safe-path. Use correct path separator on Windows host.
1800 Reorder alternatives in gdb_test_multiple to prevent matching
1801 the wrong alternative on success.
1802 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
1803
ca2589f3
PP
18042019-08-12 Patrick Palka <patrick@parcs.ath.cx>
1805
1806 * gdb.gdb/selftest.exp (test_with_self): Update test to now
1807 expect the GDB inferior to no longer immediately stop after
1808 being resumed with "signal SIGINT".
1809
020a839d
SL
18102019-08-09 Sandra Loosemore <sandra@codesourcery.com>
1811
1812 * gdb.linespec/break-ask.exp: Generalize regexps to match
1813 Windows pathnames too.
1814
128d6509
TV
18152019-08-08 Tom de Vries <tdevries@suse.de>
1816
1817 PR testsuite/24862
1818 * lib/tuiterm.exp (_accept): Fix CSI regexp.
1819
590042fc
PW
18202019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1821
1822 * gdb.base/style.exp: Update tests for help doc new invariants.
1823 * gdb.base/help.exp: Likewise.
1824
046bebe1
TT
18252019-08-06 Tom Tromey <tom@tromey.com>
1826
1827 * gdb.base/style.exp: Add disassemble test.
1828 * gdb.base/style.c (some_called_function): New function.
1829 (main): Use it.
1830
0b27c27d
CB
18312019-08-05 Christian Biesinger <cbiesinger@google.com>
1832
1833 * gdb.python/py-block.exp: Test dictionary access on blocks.
1834
580f1034
SM
18352019-08-05 Simon Marchi <simon.marchi@efficios.com>
1836
1837 PR gdb/24863
1838 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
1839 -list-thread-groups --available test when running under
1840 check-read1.
1841
d86bd7cb
TV
18422019-08-05 Tom de Vries <tdevries@suse.de>
1843
1844 PR testsuite/24863
1845 * lib/gdb.exp (with_read1_timeout_factor): New proc.
1846 * gdb.base/help.exp: Use with_read1_timeout_factor.
1847 * gdb.base/info-macros.exp: Same.
1848 * gdb.cp/nested-types.exp: Same.
1849
a80cf5d8
TV
18502019-08-05 Tom de Vries <tdevries@suse.de>
1851
1852 * lib/gdb.exp (version_at_least): Factor out of ...
1853 (tcl_version_at_least): ... here.
1854 (gdb_compile): Fail if pie results in non-PIE executable.
1855 (readelf_version, readelf_prints_pie): New proc.
1856 (exec_is_pie): Return -1 if unknown.
1857
d0962838
TV
18582019-08-05 Tom de Vries <tdevries@suse.de>
1859
1860 * lib/gdb.exp (tcl_version_at_least): Fix typo.
1861
2252ff3d
SL
18622019-08-04 Sandra Loosemore <sandra@codesourcery.com>
1863
1864 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
1865
26655f53
SL
18662019-08-04 Sandra Loosemore <sandra@codesourcery.com>
1867
1868 * lib/completion-support.exp (test_gdb_complete_none): Skip
1869 tab completion tests if no readline support.
1870 (test_gdb_complete_unique_re): Likewise.
1871 (test_gdb_complete_multiple): Likewise.
1872
db4dc13e
PW
18732019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1874
1875 * gdb.base/info_sources.exp: New file.
1876 * gdb.base/info_sources.c: New file.
1877 * gdb.base/info_sources_base.c: New file.
1878
0eba165a
PFC
18792019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1880
1881 * gdb.base/batch-exit-status.exp: Call test_exit_status with
1882 prefix argument.
1883 (test_exit_status): Add prefix argument.
1884
59bd512b
TV
18852019-08-01 Tom de Vries <tdevries@suse.de>
1886
1887 PR testsuite/24863
1888 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
1889 calling exp_continue for new thread and thread exited messages.
1890
2a3ad588
TV
18912019-08-01 Tom de Vries <tdevries@suse.de>
1892
1893 PR testsuite/24863
1894 * gdb.base/structs.exp: Fix check-read1 timeout using
1895 gdb_test_sequence.
1896 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
1897
117eb594
TV
18982019-08-01 Tom de Vries <tdevries@suse.de>
1899
1900 PR testsuite/24863
1901 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
1902 line.
1903
ed591340
TV
19042019-08-01 Tom de Vries <tdevries@suse.de>
1905
1906 PR testsuite/24863
1907 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
1908
aa3b6533
TT
19092019-07-30 Tom Tromey <tromey@adacore.com>
1910
1911 * gdb.ada/display_nested.exp: New file.
1912 * gdb.ada/display_nested/foo.adb: New file.
1913 * gdb.ada/display_nested/pack.adb: New file.
1914 * gdb.ada/display_nested/pack.ads: New file.
1915
2906593f
CB
19162019-07-30 Christian Biesinger <cbiesinger@google.com>
1917
1918 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
1919 namespace.
1920 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
1921
0f575925
TV
19222019-07-30 Tom de Vries <tdevries@suse.de>
1923
1924 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
1925 instead.
1926
b13057d9
TV
19272019-07-30 Tom de Vries <tdevries@suse.de>
1928
1929 PR testsuite/24834
1930 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
1931 (exec_is_pie): New proc.
1932
5c4dde85
CB
19332019-07-29 Christian Biesinger <cbiesinger@google.com>
1934
1935 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
1936
c620ed88
CB
19372019-07-29 Christian Biesinger <cbiesinger@google.com>
1938
1939 * gdb.python/py-objfile.c: Add global and static vars.
1940 * gdb.python/py-objfile.exp: Test new functions Objfile.
1941 lookup_global_symbol and lookup_static_symbol.
1942
3d235706
TT
19432019-07-29 Tom Tromey <tom@tromey.com>
1944
1945 * lib/tuiterm.exp (Term::_csi_@): New proc.
1946 (Term::_csi_X): Don't move cursor.
1947
c7e4c0a6
PW
19482019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1949
1950 * gdb.base/options.exp: Update backtrace - completion to
1951 new option -frame-info.
1952 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
1953 Test new 'set print frame-info'. Test backtrace -frame-info
1954 overriding 'set print frame-info'.
1955 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
1956 Test new 'set print frame-info'.
1957 Verify consistency of backtrace with and without filters, with and
1958 without -no-filters.
1959 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
1960 default.
1961
de28a3b7
TV
19622019-07-29 Tom de Vries <tdevries@suse.de>
1963
1964 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
1965 no arguments".
1966
507dd60e
TV
19672019-07-29 Tom de Vries <tdevries@suse.de>
1968
1969 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
1970 is a substring of the first for "complete non-unique file name".
1971
5beafce9
TV
19722019-07-29 Tom de Vries <tdevries@suse.de>
1973
1974 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
1975 with ".*".
1976
2d274232
TV
19772019-07-29 Tom de Vries <tdevries@suse.de>
1978
1979 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
1980 Pass prompt_regexp parameter to gdb_test_multiple calls.
1981
9197cd8b
TV
19822019-07-29 Tom de Vries <tdevries@suse.de>
1983
1984 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
1985 print registers" regexps.
1986
b528dae0
TV
19872019-07-29 Tom de Vries <tdevries@suse.de>
1988
1989 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
1990
d17725d7
TV
19912019-07-29 Tom de Vries <tdevries@suse.de>
1992
1993 PR gdb/24855
1994 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
1995 (skip_python_tests_prompt): Add prompt_regexp argument to
1996 gdb_test_multiple calls.
1997
52b75bf1
TT
19982019-07-27 Tom Tromey <tom@tromey.com>
1999
2000 * gdb.tui/main.exp: New file.
2001
2b1d00c2
TT
20022019-07-27 Tom Tromey <tom@tromey.com>
2003
2004 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
2005 optional.
2006 * gdb.tui/empty.exp: New file.
2007
ded631d5
TT
20082019-07-27 Tom Tromey <tom@tromey.com>
2009
2010 * lib/tuiterm.exp (spawn): New proc.
2011 (Term::resize): New proc.
2012 * gdb.tui/resize.exp: New file.
2013
58ac439d
TT
20142019-07-27 Tom Tromey <tom@tromey.com>
2015
2016 * gdb.tui/list.exp: New file.
2017
fe1f56ee
TT
20182019-07-27 Tom Tromey <tom@tromey.com>
2019
2020 * gdb.tui/regs.exp: New file.
2021
f790b310
TT
20222019-07-27 Tom Tromey <tom@tromey.com>
2023
2024 * gdb.tui/basic.exp: Add "layout split" test.
2025
d95fc6ee
TT
20262019-07-27 Tom Tromey <tom@tromey.com>
2027
2028 * gdb.tui/basic.exp: Add "layout asm" test.
2029
c3786b3a
TT
20302019-07-27 Tom Tromey <tom@tromey.com>
2031
2032 * lib/tuiterm.exp: New file.
2033 * gdb.tui/basic.exp: New file.
2034
98a617f8
KB
20352019-07-27 Kevin Buettner <kevinb@redhat.com>
2036
2037 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
2038 Enable tests associated with this flag. Adjust regex
2039 referencing "foo_low" to now refer to "foo_cold" instead.
2040
5c076da4
KB
20412019-07-27 Kevin Buettner <kevinb@redhat.com>
2042
2043 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
2044 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
2045 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
2046 foo_cold. Revise comments to match.
2047 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
2048 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
2049 were wrapped into this proc; Call do_test in loop from outermost
2050 level.
2051 (foo_low): Rename all occurrences to "foo_cold".
2052 (backtrace from baz): New test.
2053 (x2/i foo_cold): New test.
2054 (info line *foo_cold): New test.
2055
1512d3b7
TV
20562019-07-26 Tom de Vries <tdevries@suse.de>
2057
2058 * gdb.arch/i386-pkru.exp: Fix unterminated string.
2059
297989a1
TV
20602019-07-25 Tom de Vries <tdevries@suse.de>
2061
2062 PR testsuite/24830
2063 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
2064 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
2065 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
2066 (skip_libstdcxx_probe_tests): ... here.
2067 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
2068
b3b965fb
TV
20692019-07-24 Tom de Vries <tdevries@suse.de>
2070
2071 PR testsuite/24807
2072 * gdb.objc/basicclass.m: Include stdio.h.
2073 * gdb.objc/nondebug.m: Same.
2074 * gdb.objc/objcdecode.m: Same.
2075
4625b4d0
TV
20762019-07-24 Tom de Vries <tdevries@suse.de>
2077
2078 PR testsuite/24612
2079 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
2080 additional_flags.
2081
024a5840
TV
20822019-07-24 Tom de Vries <tdevries@suse.de>
2083
2084 PR testsuite/24831
2085 * gdb.multi/tids.exp: Update error messages for info threads.
2086
c76ddaa3
TV
20872019-07-24 Tom de Vries <tdevries@suse.de>
2088
2089 * gdb.base/info-types.exp: Allow info types to print info for more than
2090 one file.
2091
9a618ef6
TV
20922019-07-23 Tom de Vries <tdevries@suse.de>
2093
2094 PR testsuite/24842
2095 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
2096 gdb_spawn_with_cmdline_opts.
2097
40eadf04
SP
20982019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
2099
2100 * gdb.arch/arm-cmse-sgstubs.c: New test.
2101 * gdb.arch/arm-cmse-sgstubs.exp: New file.
2102
5ba29434
TV
21032019-07-23 Tom de Vries <tdevries@suse.de>
2104
2105 PR testsuite/24711
2106 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
2107 issuing next command.
2108
a8e9d247
AB
21092019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
2110
2111 * gdb.ada/info_auto_lang.exp: Update expected results.
2112 * gdb.base/info-types.c: Add additional types to check.
2113 * gdb.base/info-types.exp: Update expected results.
2114
eb86c5e2
AB
21152019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
2116
2117 * gdb.base/info-types.c: New file.
2118 * gdb.base/info-types.exp: New file.
2119
01e175fe
AB
21202019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
2121
2122 * gdb.arch/riscv-bp-infcall.c: New file.
2123 * gdb.arch/riscv-bp-infcall.exp: New file.
2124
6b78c3f8
AB
21252019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
2126
2127 PR breakpoints/24541
2128 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
2129
da738167
TV
21302019-07-14 Tom de Vries <tdevries@suse.de>
2131
2132 PR testsuite/24760
2133 * gdb.objc/basicclass.exp: Fix unterminated string.
2134
0d4e84ed
AB
21352019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
2136 Andrew Burgess <andrew.burgess@embecosm.com>
2137
2138 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
2139 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
2140 negative bounds.
2141 * gdb.fortran/vla-value.exp: Print elements of an array with
2142 negative bounds.
2143 * gdb.fortran/vla.f90: Setup an array with negative bounds for
2144 testing.
2145
021d8588
AB
21462019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
2147
2148 * gdb.base/options.exp (expect_string): Dequote strings in
2149 results.
2150 (test-string): Test strings with different quoting and reindent.
2151
f06f1252
TT
21522019-07-10 Tom Tromey <tromey@adacore.com>
2153
2154 * gdb.ada/mi_ex_cond.exp: Update expected results.
2155 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
2156 * gdb.ada/mi_catch_ex.exp: Update expected results.
2157 * gdb.ada/mi_catch_assert.exp: Update expected results.
2158 * gdb.ada/catch_ex.exp (catch_exception_info)
2159 (catch_exception_entry, catch_assert_entry)
2160 (catch_unhandled_entry): Update.
2161 * gdb.ada/catch_assert_if.exp: Update expected results.
2162
b863685d
RB
21632019-07-10 Richard Bunt <richard.bunt@arm.com>
2164 Stephen Roberts <stephen.roberts@arm.com>
2165
2166 * gdb.base/define.exp: Restore original prompt.
2167
cb1e4e32
PA
21682019-07-09 Pedro Alves <palves@redhat.com>
2169
2170 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
2171 breakpoints" output.
2172 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
2173 * gdb.python/py-breakpoint.exp: No longer expect that "catch
2174 throw" creates breakpoint.
2175 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
2176 'type="catchpoint"'.
2177
b58a68fe
PA
21782019-07-09 Pedro Alves <palves@redhat.com>
2179
2180 PR c++/15468
2181 * gdb.cp/except-multi-location-lib.cc: New.
2182 * gdb.cp/except-multi-location-main.cc: New.
2183 * gdb.cp/except-multi-location.exp: New.
2184
0826779b
PW
21852019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
2186
2187 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
2188 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
2189 argument and update callers.
2190
5b0e2db4
AB
21912019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2192
2193 * gdb.arch/amd64-break-on-asm-line.S: New file.
2194 * gdb.arch/amd64-break-on-asm-line.exp: New file.
2195
1f6f6e21
PW
21962019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2197
2198 * gdb.base/printcmds.exp: Test printing C string and
2199 C wide string convenience vars without transiting via the inferior.
2200 Also make test names unique.
2201
ea142fbf
AH
22022019-07-08 Alan Hayward <alan.hayward@arm.com>
2203
5862c886 2204 PR breakpoints/25011
ea142fbf
AH
2205 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
2206
213fd9fa
PA
22072019-07-04 Pedro Alves <palves@redhat.com>
2208
2209 * lib/gdb.exp (foreach_with_prefix): Don't return early if
2210 body returned ok(0), break(3) or continue(4).
2211 * gdb.testsuite/foreach_with_prefix.exp: New file.
2212
2b40fda7
AH
22132019-07-04 Alan Hayward <alan.hayward@arm.com>
2214
2215 * gdb.server/unittest.exp: Allow 0 unit tests to run.
2216
a26c8de0
PA
22172019-07-03 Pedro Alves <palves@redhat.com>
2218
2219 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
2220 "return -code".
2221
5f4ba3e7
PA
22222019-07-03 Pedro Alves <palves@redhat.com>
2223
2224 PR cli/24732
2225 * gdb.base/shell.exp: Load completion-support.exp.
2226 Adjust expected error output. Add completion tests.
2227
a994424f
PA
22282019-07-03 Pedro Alves <palves@redhat.com>
2229
2230 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
2231 string_to_regexp.
2232
3d9be6f5
PA
22332019-07-03 Pedro Alves <palves@redhat.com>
2234
2235 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
2236 (expect_integer): Adjust to expect "-string".
2237 (expect_string): New.
2238 (all_options): Expect "-string".
2239 (test-flag, test-boolean): Adjust to expect "-string".
2240 (test-string): New proc.
2241 (top level): Call it.
2242
41fc454c
PA
22432019-07-03 Pedro Alves <palves@redhat.com>
2244
2245 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
2246 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
2247 the expected output in the success.
2248
b2b2a215
PA
22492019-07-03 Pedro Alves <palves@redhat.com>
2250
2251 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
2252 Split one gdb_test_multiple call in two to avoid a race.
2253
fdbc9870
PA
22542019-07-03 Pedro Alves <palves@redhat.com>
2255
2256 * gdb.base/with.c: New file.
2257 * gdb.base/with.exp: New file.
2258
c6ac8931
PA
22592019-07-03 Pedro Alves <palves@redhat.com>
2260
2261 * gdb.base/settings.exp: Replace all references to "maint
2262 test-settings set" with references to "maint set test-settings",
2263 and all references to "maint test-settings show" with references
2264 to "maint show test-settings".
2265
970f9d09
PA
22662019-07-03 Pedro Alves <palves@redhat.com>
2267
2268 * gdb.base/settings.exp (test-string): Adjust expected out when
2269 testing "maint test-settings show filename"
2270
54d66006
PA
22712019-07-02 Pedro Alves <palves@redhat.com>
2272
2273 * gdb.base/options.exp (test-info-threads): New procedure.
2274 (top level): Call it.
2275
10d06d82
TT
22762019-06-28 Tom Tromey <tromey@adacore.com>
2277
2278 * gdb.dwarf2/ada-linkage-name.c: New file.
2279 * gdb.dwarf2/ada-linkage-name.exp: New file.
2280
3d507ff2
TT
22812019-06-27 Tom Tromey <tromey@adacore.com>
2282
d039f014 2283 PR c++/20020:
3d507ff2
TT
2284 * gdb.cp/constexpr-field.exp: Use setup_xfail.
2285
8af58ffe
TV
22862019-06-26 Tom de Vries <tdevries@suse.de>
2287
2288 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
2289
22e21752
TV
22902019-06-26 Tom de Vries <tdevries@suse.de>
2291
2292 * gdb.base/index-cache.exp: Add back missing debug option.
2293
b65b566c
PW
22942019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2295
2296 * gdb.base/alias.exp: Test non matching/non existing prefixes.
2297
5c2c8c69
TV
22982019-06-25 Tom de Vries <tdevries@suse.de>
2299
2300 PR testsuite/24727
2301 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
2302
164e3873
TV
23032019-06-24 Tom de Vries <tdevries@suse.de>
2304
2305 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
2306
824eacee
TV
23072019-06-24 Tom de Vries <tdevries@suse.de>
2308
2309 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
2310 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
2311 * gdb.trace/unavailable-dwarf-piece.exp: Same.
2312
385b97d3
TV
23132019-06-24 Tom de Vries <tdevries@suse.de>
2314
2315 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
2316
c596f180
TV
23172019-06-21 Tom de Vries <tdevries@suse.de>
2318
2319 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
2320
b13a7d03
TV
23212019-06-21 Tom de Vries <tdevries@suse.de>
2322
2323 PR testsuite/24518
2324 PR ada/24713
2325 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
2326 index.
2327
899277ae
TT
23282019-06-19 Tom Tromey <tromey@adacore.com>
2329
2330 * gdb.ada/length_cond.exp: Add intro comment.
2331
680e1bee
TT
23322019-06-19 Tom Tromey <tromey@adacore.com>
2333
2334 * gdb.ada/length_cond.exp: New file.
2335 * gdb.ada/length_cond/length_cond.adb: New file.
2336 * gdb.ada/length_cond/pck.adb: New file.
2337 * gdb.ada/length_cond/pck.ads: New file.
2338
0ed4690a
TV
23392019-06-18 Tom de Vries <tdevries@suse.de>
2340
2341 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
2342
d20ed5fd
TT
23432019-06-18 Tom Tromey <tromey@adacore.com>
2344
2345 * gdb.base/list0.h: Add comment explaining control character.
2346
86e04673
TV
23472019-06-18 Tom de Vries <tdevries@suse.de>
2348
2349 * boards/fission.exp: Break up long debug_flags line.
2350
c4973306
SM
23512019-06-16 Tom de Vries <tdevries@suse.de>
2352
2353 PR gdb/24445
2354 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
2355 generated index.
2356
93cb9841
AB
23572019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
2358
2359 PR gdb/24686
2360 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
2361 improve detection of bug gdb/24541.
2362
399aaebd
SM
23632019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
2364
2365 PR gdb/24669
2366 * gdb.base/index-cache.exp (uses_readnow,
2367 expecting_index_cache_use): Define global variable.
2368 (test_cache_enabled_miss, test_cache_enabled_hit): Use
2369 expecting_index_cache_use.
2370
584a927c
AB
23712019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
2372 Andrew Burgess <andrew.burgess@embecosm.com>
2373
2374 * gdb.fortran/pointers.f90: New file.
2375 * gdb.fortran/print_type.exp: New file.
2376 * gdb.fortran/vla-ptype.exp: Adapt expected results.
2377 * gdb.fortran/vla-type.exp: Likewise.
2378 * gdb.fortran/vla-value.exp: Likewise.
2379 * gdb.mi/mi-vla-fortran.exp: Likewise.
2380
30056ea0
AB
23812019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2382
2383 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
2384 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
2385 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
2386 as a stop reason.
2387
ec8e2b6d
AB
23882019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2389
2390 * gdb.base/annota1.exp: Update expected results.
2391 * gdb.cp/annota2.exp: Likewise.
2392 * gdb.cp/annota3.exp: Likewise.
2393
09e4c4e1
AB
23942019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2395
2396 * gdb.base/style-logging.exp: Remove path from test name.
2397
0735b091
TT
23982019-06-14 Tom Tromey <tromey@adacore.com>
2399
2400 PR gdb/24502:
2401 * gdb.base/style-logging.exp: New file.
2402
f5686554
TT
24032019-06-14 Tom Tromey <tromey@adacore.com>
2404
2405 * gdb.base/symfile-warn.exp: New file.
2406 * gdb.base/symfile-warn.c: New file.
2407
a0c1ffed
TT
24082019-06-14 Tom Tromey <tromey@adacore.com>
2409
2410 * gdb.base/annotate-symlink.exp: New file.
2411
f411722c
TT
24122019-06-14 Tom Tromey <tromey@adacore.com>
2413
2414 * gdb.ada/set_wstr.exp: Add reassignment test.
2415
4268ec18
TT
24162019-06-14 Tom Tromey <tromey@adacore.com>
2417
2418 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
2419 'unchecked_access and 'unrestricted_access as well.
2420
9a9e394b
TT
24212019-06-14 Tom Tromey <tromey@adacore.com>
2422
2423 PR ada/24539:
2424 * gdb.ada/vla.exp: Update tests.
2425 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
2426 pragma.
2427
4c048731
PA
24282019-06-13 Pedro Alves <palves@redhat.com>
2429
2430 * gdb.base/settings.exp (test-integer): Test junk after
2431 "unlimited".
2432
6665660a
PA
24332019-06-13 Pedro Alves <palves@redhat.com>
2434
2435 * gdb.base/options.exp (test-thread-apply): New.
2436 (top level): Call it.
2437
5d707134
PA
24382019-06-13 Pedro Alves <palves@redhat.com>
2439
2440 * gdb.base/options.exp (test-frame-apply): New.
2441 (top level): Test print commands with different "frame apply"
2442 prefixes.
2443
e2a689da
PA
24442019-06-13 Pedro Alves <palves@redhat.com>
2445
e79be6e5 2446 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
e2a689da
PA
2447 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
2448 'max_completions' parameter and handle it.
2449 (test_gdb_completion_offers_commands): New.
2450
90a1ef87
PA
24512019-06-13 Pedro Alves <palves@redhat.com>
2452
2453 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
2454
d4c16835
PA
24552019-06-13 Pedro Alves <palves@redhat.com>
2456
2457 * gdb.base/options.exp (test-backtrace): New.
2458 (top level): Call it.
2459
2daf894e
PA
24602019-06-13 Pedro Alves <palves@redhat.com>
2461
2462 * gdb.guile/scm-frame-args.exp: Use "set print
2463 raw-frame-arguments" instead of "set print raw frame-arguments".
2464 * gdb.python/py-frame-args.exp: Likewise.
2465
e6ed716c
PA
24662019-06-13 Pedro Alves <palves@redhat.com>
2467
2468 * gdb.compile/compile.exp: Adjust expected output to option
2469 processing changes.
2470
7d8062de
PA
24712019-06-13 Pedro Alves <palves@redhat.com>
2472
2473 * gdb.base/options.exp: Build executable.
2474 (test-print): New procedure.
2475 (top level): Call it, once for "print" and another for "compile
2476 print".
2477
9d0faba9
PA
24782019-06-13 Pedro Alves <palves@redhat.com>
2479
2480 * gdb.base/options.c: New file.
2481 * gdb.base/options.exp: New file.
2482
dee7b4c8
PA
24832019-06-13 Pedro Alves <palves@redhat.com>
2484
2485 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
2486 that "o" is ambiguous.
2487
dca0f6c0
PA
24882019-06-13 Pedro Alves <palves@redhat.com>
2489
2490 * gdb.base/settings.c: New file.
2491 * gdb.base/settings.exp: New file.
2492
ccf46844
PA
24932019-06-13 Pedro Alves <palves@redhat.com>
2494
2495 * gdb.base/completion.exp: Fix comment typo.
2496
b9a3f842
PA
24972019-06-13 Pedro Alves <palves@redhat.com>
2498
2499 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
2500 foo --1" test.
2501
d106773e
PA
25022019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
2503
2504 * gdb.fortran/block-data.f: New.
2505 * gdb.fortran/block-data.exp: New.
2506
fea82da0
TV
25072019-06-11 Tom de Vries <tdevries@suse.de>
2508
2509 PR testsuite/24521
2510 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
2511 message.
2512
8c2e74f1
TV
25132019-06-11 Tom de Vries <tdevries@suse.de>
2514
2515 PR testsuite/24521
2516 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
2517
b49851c8
TV
25182019-06-11 Tom de Vries <tdevries@suse.de>
2519
2520 * boards/readnow.exp: New file.
2521
a7067863
AB
25222019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
2523
2524 * gdb.fortran/vla-sizeof.exp: Update expected results.
2525
1a3da2cd
AB
25262019-06-06 Amos Bird <amosbird@gmail.com>
2527
2528 * gdb.base/annota1.exp (thread_switch): Add test for
2529 thread-exited annotation.
2530
3847a7bf
TT
25312019-06-06 Tom Tromey <tromey@adacore.com>
2532
2533 * gdb.base/maint.exp: Expect command started/finished output.
2534
0088ba59
AB
25352019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
2536
2537 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
2538 comment.
2539 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
2540
312617a3
AB
25412019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
2542
2543 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
2544 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
2545 * gdb.arch/riscv-unwind-long-insn.c: New file.
2546 * gdb.arch/riscv-unwind-long-insn.exp: New file.
2547
e1f2e1a2
CB
25482019-06-04 Christian Biesinger <cbiesinger@google.com>
2549
d3238f7d 2550 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 2551
206584bd
PW
25522019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2553
2554 * lib/gdb.exp (help_list_trailer): New regexp variable
2555 factorizing the help trailer message.
2556 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
2557 arg to allow to better factorize various tests.
2558 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
2559 (test_prefix_command_help): Use help_list_trailer.
2560 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
2561 * gdb.guile/scm-cmd.exp: Likewise.
2562 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
2563 * gdb.base/help.exp: Use test_user_defined_class_help.
2564 * gdb.base/style.exp: Add tests for styling of help and apropos.
2565 * lib/gdb-utils.exp (style): Add title and highlight styles.
2566
708dc93e
PW
25672019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2568
2569 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
2570 $_shell_exitsignal.
2571 * gdb.base/default.exp: Update for new convenience variables.
2572
f49055a5
TT
25732019-05-29 Tom Tromey <tromey@adacore.com>
2574
2575 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
2576 to "break complete ada" test case's regexp.
2577
4330d61d
TT
25782019-05-29 Tom Tromey <tromey@adacore.com>
2579
2580 PR c++/20020:
2581 * gdb.cp/constexpr-field.exp: New file.
2582 * gdb.cp/constexpr-field.cc: New file.
2583
000439d5
TT
25842019-05-29 Tom Tromey <tromey@adacore.com>
2585
2586 * gdb.base/finish.exp (finish_no_print): New proc.
2587 (finish_tests): Call it.
2588
5a01c34c
TV
25892019-05-24 Tom de Vries <tdevries@suse.de>
2590
2591 * gdb.dwarf2/gdb-add-index.exp: New file.
2592
18125b16
TT
25932019-05-22 Tom Tromey <tromey@adacore.com>
2594
2595 * gdb.base/info-shared.exp (check_info_shared): Use "style".
2596 * gdb.base/style.exp: Use "style".
2597 * lib/gdb-utils.exp (style): New proc.
2598
af1a8d03
TV
25992019-05-22 Tom de Vries <tdevries@suse.de>
2600
2601 * gdb.base/align.exp: Require c++11.
2602
e7fe496b
TV
26032019-05-22 Tom de Vries <tdevries@suse.de>
2604
2605 PR testsuite/24586
2606 * gdb.python/py-mi-var-info-path-expression.exp: Call
2607 mi_skip_python_tests to check if python is supported.
2608
8fca4da0
AH
26092019-05-22 Alan Hayward <alan.hayward@arm.com>
2610
2611 * gdb.arch/aarch64-pauth.c: New test.
2612 * gdb.arch/aarch64-pauth.exp: New file.
2613
b7060614
AH
26142019-05-22 Alan Hayward <alan.hayward@arm.com>
2615
2616 * README (Re-running Tests Outside The Testsuite): New section.
2617
669d0468
TV
26182019-05-21 Tom de Vries <tdevries@suse.de>
2619
2620 * gdb.arch/amd64-eval.exp: Require c++11.
2621 * gdb.base/max-depth.exp: Same.
2622 * gdb.compile/compile-cplus-array-decay.exp: Same.
2623 * gdb.cp/meth-typedefs.exp: Same.
2624 * gdb.cp/subtypes.exp: Same.
2625 * gdb.cp/temargs.exp: Same.
2626
ce3ebcaa
AH
26272019-05-21 Alan Hayward <alan.hayward@arm.com>
2628
2629 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
2630
34d11c68
AB
26312019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
2632
2633 PR gdb/18644
2634 * gdb.fortran/complex.exp: Remove setup_kfail calls.
2635 * gdb.fortran/printing-types.exp: Add new test.
2636 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
2637 testing.
2638 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
2639 setup_kfail call.
2640
87781e84
AH
26412019-05-17 Alan Hayward <alan.hayward@arm.com>
2642
2643 * README (Running the Testsuite): Change example.
2644 (Testsuite Parameters): Remove TRANSCRIPT.
2645 * lib/gdb.exp: Remove TRANSCRIPT check.
2646
b420b89e
AH
26472019-05-17 Alan Hayward <alan.hayward@arm.com>
2648
2649 * README (Testsuite Parameters): Add replay logging to
2650 GDBSERVER_DEBUG.
2651 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
2652 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
2653 as a comma separated list.
2654 (gdb_debug_init): Override procedure.
2655
408e9b8b
AH
26562019-05-17 Alan Hayward <alan.hayward@arm.com>
2657
2658 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
2659 (gdb_write_cmd_file): New procedure.
2660 * lib/gdbserver-support.exp (gdbserver_start): Call
2661 gdbserver_write_cmd_file.
2662 (gdbserver_write_cmd_file): New procedure.
2663
f9e2e39d
AH
26642019-05-17 Alan Hayward <alan.hayward@arm.com>
2665
2666 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
2667 (delete_breakpoints): Likewise.
2668 (gdb_run_cmd): Likewise.
2669 (gdb_start_cmd): Likewise.
2670 (gdb_starti_cmd): Likewise.
2671 (gdb_internal_error_resync): Likewise.
2672 (gdb_test_multiple): Likewise.
2673 (gdb_reinitialize_dir): Likewise.
2674 (default_gdb_exit): Likewise.
2675 (gdb_file_cmd): Mark kill as optional.
2676 (default_gdb_start): Call gdb_stdin_log_init.
2677 (send_gdb): Call gdb_stdin_log_write.
2678 (rerun_to_main): Mark Y as an answer.
2679 (gdb_stdin_log_init): New function.
2680 (gdb_stdin_log_write): Likewise.
2681
81f47ac2
AH
26822019-05-17 Alan Hayward <alan.hayward@arm.com>
2683
2684 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
2685 * gdb.base/debug-expr.exp: Likewise.
2686 * gdb.base/foll-fork.exp: Likewise.
2687 * gdb.base/foll-vfork.exp: Likewise.
2688 * gdb.base/fork-print-inferior-events.exp: Likewise.
2689 * gdb.base/gdb-sigterm.exp: Likewise.
2690 * gdb.base/gdbinit-history.exp: Likewise.
2691 * gdb.base/osabi.exp: Likewise.
2692 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
2693 * gdb.base/ui-redirect.exp: Likewise.
2694 * gdb.gdb/unittest.exp: Likewise.
2695 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
2696 * gdb.mi/mi-watch.exp: Likewise.
2697 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2698 * gdb.mi/user-selected-context-sync.exp: Likewise.
2699 * gdb.python/python.exp: Disable debug test when debugging.
2700 * gdb.threads/check-libthread-db.exp: Disable when debugging.
2701 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
2702 Likewise.
2703 * gdb.threads/stepi-random-signal.exp: Likewise.
2704
29b52314
AH
27052019-05-17 Alan Hayward <alan.hayward@arm.com>
2706
2707 * Makefile.in: Pass through GDB_DEBUG.
2708 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
2709 (gdb,debug): Add board setting.
2710 * lib/gdb.exp (default_gdb_start): Start debugging.
2711 (gdb_debug_enabled): New procedure.
2712 (gdb_debug_init): Likewise.
29b52314
AH
2713
27142019-05-17 Alan Hayward <alan.hayward@arm.com>
e79be6e5 2715
29b52314
AH
2716 * Makefile.in: Pass through GDB_DEBUG.
2717 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
2718 (gdb,debug): Add board setting.
2719 * lib/gdb.exp (default_gdb_start): Start debugging.
2720 (gdb_debug_enabled): New procedure.
2721 (gdb_debug_init): Likewise.
29b52314 2722
ca1285d1
AH
27232019-05-17 Alan Hayward <alan.hayward@arm.com>
2724
2725 * gdb.base/ui-redirect.exp: Add debug redirect tests.
2726
f3a09c80
AH
27272019-05-17 Alan Hayward <alan.hayward@arm.com>
2728
2729 * gdb.base/ui-redirect.exp: Test redirection.
2730
26648588
JV
27312019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
2732
2733 * gdb.mi/mi-complete.exp: New file.
2734 * gdb.mi/mi-complete.cc: Likewise.
2735
14237686
AB
27362019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
2737
2738 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
2739 indexed and sliced arrays, and pointers to arrays.
2740
e7bd7fba
TT
27412019-05-14 Tom Tromey <tromey@adacore.com>
2742
2743 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
2744 styling test.
2745
2764128d
TV
27462019-05-14 Tom de Vries <tdevries@suse.de>
2747
2748 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
2749 selection entry encoding.
2750
71bed2db
TT
27512019-05-10 Tom Tromey <tromey@adacore.com>
2752
2753 * gdb.ada/info_exc.exp: Add "complete" test.
2754
63b667ad
TV
27552019-05-09 Tom de Vries <tdevries@suse.de>
2756
2757 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
2758 CU-relative.
2759
9cfd2b89
TV
27602019-05-09 Tom de Vries <tdevries@suse.de>
2761
2762 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
2763 CU-relative.
2764
2228ef77
XR
27652019-05-08 Joel Brobecker <brobecker@adacore.com>
2766
2767 * gdb.ada/frame_arg_lang.exp: New testcase.
2768 * gdb.ada/frame_arg_lang/bla.adb: New file.
2769 * gdb.ada/frame_arg_lang/pck.ads: New file.
2770 * gdb.ada/frame_arg_lang/pck.adb: New file.
2771 * gdb.ada/frame_arg_lang/foo.c: New file.
2772
80e55b13
TT
27732019-05-08 Tom Tromey <tromey@adacore.com>
2774
2775 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
2776
9d3421af
TT
27772019-05-08 Tom Tromey <tromey@adacore.com>
2778
2779 * gdb.base/ptype-offsets.exp: Update tests.
2780
844333e2
TT
27812019-05-08 Tom Tromey <tromey@adacore.com>
2782
2783 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
2784 cases.
2785 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
2786 "short".
2787
988915ee
TT
27882019-05-08 Tom Tromey <tromey@adacore.com>
2789
2790 * gdb.ada/vla.exp: New file.
2791 * gdb.ada/vla/vla.adb: New file.
2792
7bd55dac
TV
27932019-05-07 Tom de Vries <tdevries@suse.de>
2794
2795 * gdb.base/index-cache.exp (ls_host): Fix return statement.
2796
75f06e9d
TV
27972019-05-07 Tom de Vries <tdevries@suse.de>
2798
2799 PR testsuite/24522
2800 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
2801 section.
2802
77e7aaa4
TV
28032019-05-07 Tom de Vries <tdevries@suse.de>
2804
2805 PR testsuite/24522
2806 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
2807 .debug_aranges section.
2808
456ba0fa
TV
28092019-05-07 Tom de Vries <tdevries@suse.de>
2810
2811 PR testsuite/24159
2812 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
2813
5a56d6a6
TV
28142019-05-06 Tom de Vries <tdevries@suse.de>
2815
2816 * lib/gdb.exp (exec_has_index_section): New proc.
2817 * gdb.base/index-cache.exp: Handle case that binfile contains an index
2818 section.
2819
9d6d4be8
TV
28202019-05-04 Tom de Vries <tdevries@suse.de>
2821
2822 * boards/cc-with-debug-names.exp: New file.
2823
222a8d25
TT
28242019-05-03 Tom Tromey <tromey@adacore.com>
2825
2826 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
2827 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
2828 * gdb.ada/char_enum.exp: Add test.
2829
0fdfd794
TV
28302019-05-03 Tom de Vries <tdevries@suse.de>
2831
2832 * boards/cc-with-gdb-index.exp: New file.
2833
80062eb9
AB
28342019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
2835
2836 * gdb.rust/simple.exp: Add new test case.
2837 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
2838 (main): Initialise an instance of the new struct.
2839
4504bbde
TT
28402019-05-01 Tom Tromey <tromey@adacore.com>
2841
2842 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
2843 record.
2844 (NPR): New variable.
2845 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
2846 test.
2847
d48e62f4
TT
28482019-05-01 Tom Tromey <tromey@adacore.com>
2849
2850 * gdb.ada/packed_array_assign.exp: Add packed assignment
2851 regression test.
2852
f59f30f5
TV
28532019-05-01 Tom de Vries <tdevries@suse.de>
2854
2855 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
2856
b70bfc54
TV
28572019-05-01 Tom de Vries <tdevries@suse.de>
2858
2859 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
2860
15f18d14
AT
28612019-04-30 Ali Tamur <tamur@google.com>
2862
2863 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
2864
2ff0a947
TT
28652019-04-30 Tom Tromey <tromey@adacore.com>
2866
2867 * lib/ada.exp (find_ada_tool): New proc.
2868 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
2869 * gdb.ada/catch_ex_std.exp: New file.
2870 * gdb.ada/catch_ex_std/foo.adb: New file.
2871 * gdb.ada/catch_ex_std/some_package.adb: New file.
2872 * gdb.ada/catch_ex_std/some_package.ads: New file.
2873
a776957c
TT
28742019-04-30 Tom Tromey <tromey@adacore.com>
2875
2876 PR c++/24470:
2877 * gdb.cp/temargs.cc: Add test code from PR.
2878
bc68014d
AB
28792019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2880
2881 * gdb.fortran/vla-datatypes.exp: Update expected results.
2882 * gdb.fortran/vla-ptype.exp: Likewise.
2883 * gdb.fortran/vla-type.exp: Likewise.
2884 * gdb.fortran/vla-value.exp: Likewise.
2885
f1fdc960
AB
28862019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2887
2888 * gdb.fortran/ptr-indentation.exp: Update expected results.
2889 * gdb.fortran/ptype-on-functions.exp: Likewise.
2890 * gdb.fortran/vla-ptr-info.exp: Likewise.
2891 * gdb.fortran/vla-value.exp: Likewise.
2892
bf7a4de1
AB
28932019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2894
2895 * gdb.fortran/ptype-on-functions.exp: New file.
2896 * gdb.fortran/ptype-on-functions.f90: New file.
2897
bbe75b9d
AB
28982019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2899
2900 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
2901 case void string.
2902
1db455a7
AB
29032019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2904
2905 * gdb.fortran/complex.exp: Expand.
2906 * gdb.fortran/complex.f: Renamed to...
2907 * gdb.fortran/complex.f90: ...this, and extended to add more
2908 complex values.
2909
b6d03bb2
AB
29102019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2911
2912 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
2913 MODULO, CMPLX.
2914
2e62ab40
AB
29152019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
2916 Richard Bunt <richard.bunt@arm.com>
2917
2918 * gdb.base/max-depth.c: New file.
2919 * gdb.base/max-depth.exp: New file.
2920 * gdb.python/py-nested-maps.c: New file.
2921 * gdb.python/py-nested-maps.exp: New file.
2922 * gdb.python/py-nested-maps.py: New file.
2923 * gdb.python/py-format-string.exp (test_max_depth): New proc.
2924 (test_all_common): Call test_max_depth.
2925 * gdb.fortran/max-depth.exp: New file.
2926 * gdb.fortran/max-depth.f90: New file.
2927 * gdb.go/max-depth.exp: New file.
2928 * gdb.go/max-depth.go: New file.
2929 * gdb.modula2/max-depth.exp: New file.
2930 * gdb.modula2/max-depth.c: New file.
2931 * lib/gdb.exp (get_print_expr_at_depths): New proc.
2932
d2b584a5
TV
29332019-04-29 Tom de Vries <tdevries@suse.de>
2934
2935 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
2936
136afab8
PW
29372019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2938
2939 * gdb.base/callexit.exp: Test may-call-functions off.
2940
725cbb63
KS
29412019-04-25 Keith Seitz <keiths@redhat.com>
2942
2943 PR c++/24367
2944 * gdb.cp/meth-typedefs.cc (incomplete_struct)
2945 (another_incomplete_struct, test_incomplete): New definitions.
2946 (main): Use new definitions.
2947 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
2948 functions.
2949
701adfb0
PA
29502019-04-25 Ali Tamur <tamur@google.com>
2951
2952 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
2953
82433e3e
SDJ
29542019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
2955
2956 PR corefiles/11608
2957 PR corefiles/18187
2958 * gdb.base/coredump-filter-build-id.exp: New file.
2959
dd06d4d6
AH
29602019-04-25 Alan Hayward <alan.hayward@arm.com>
2961
e79be6e5
SM
2962 * Makefile.in: Pass through GDBSERVER_DEBUG.
2963 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
2964 (gdbserver,debug): Add board setting.
2965 * gdb.trace/tspeed.exp: Skip when debugging.
2966 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
2967 * lib/gdbserver-support.exp: Likewise
dd06d4d6 2968
1670072e
TT
29692019-04-24 Tom Tromey <tromey@adacore.com>
2970
2971 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
2972 Rust.
2973
a59240a4
TT
29742019-04-24 Tom Tromey <tromey@adacore.com>
2975
2976 * gdb.arch/amd64-eval.exp: Test bitfield return.
2977 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
2978 (class Foo) <return_bitfields>: New method.
2979 (main): Call it.
2980
b907456c
AB
29812019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
2982
2983 * gdb.cp/many-args.cc: New file.
2984 * gdb.cp/many-args.exp: New file.
2985
5c565afd
TV
29862019-04-23 Tom de Vries <tdevries@suse.de>
2987
2988 PR gdb/24433
2989 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
2990
ba22ff86
AH
29912019-04-23 Alan Hayward <alan.hayward@arm.com>
2992
2993 * gdb.trace/backtrace.exp: Use nopie flag.
2994 * gdb.trace/circ.exp: Likewise.
2995 * gdb.trace/collection.exp: Likewise.
2996 * gdb.trace/ftrace.exp: Likewise.
2997 * gdb.trace/mi-trace-unavailable.exp: Likewise.
2998 * gdb.trace/mi-traceframe-changed.exp: Likewise.
2999 * gdb.trace/qtro.exp: Likewise.
3000 * gdb.trace/read-memory.exp: Likewise.
3001 * gdb.trace/report.exp: Likewise.
3002 * gdb.trace/tfile.exp: Likewise.
3003 * gdb.trace/tfind.exp: Likewise.
3004 * gdb.trace/unavailable.exp: Likewise.
3005
7905fc35
PA
30062019-04-22 Pedro Alves <palves@redhat.com>
3007
3008 * gdb.base/solib-probes-nosharedlibrary.c,
3009 gdb.base/solib-probes-nosharedlibrary.exp: New files.
3010
8ecb59f8
TT
30112019-04-19 Tom Tromey <tromey@adacore.com>
3012
3013 * gdb.ada/ptype_union.c: New file.
3014 * gdb.ada/ptype_union.exp: New file.
3015
62160ec9
TT
30162019-04-19 Tom Tromey <tromey@adacore.com>
3017
3018 PR symtab/24423:
3019 * gdb.base/list0.h (foo): Add a control-l character.
3020
36cd4ba5
TV
30212019-04-18 Tom de Vries <tdevries@suse.de>
3022
3023 PR gdb/24433
3024 * boards/local-board.exp: Set sysroot to "".
3025
b73715df
TV
30262019-04-18 Tom de Vries <tdevries@suse.de>
3027 Pedro Alves <palves@redhat.com>
3028
3029 PR gdb/24454
3030 * gdb.threads/vfork-follow-child-exec.c: New file.
3031 * gdb.threads/vfork-follow-child-exec.exp: New file.
3032 * gdb.threads/vfork-follow-child-exit.c: New file.
3033 * gdb.threads/vfork-follow-child-exit.exp: New file.
3034
4aa866af
LS
30352019-04-15 Leszek Swirski <leszeks@google.com>
3036
3037 * gdb.arch/amd64-eval.cc: New file.
3038 * gdb.arch/amd64-eval.exp: New file.
3039
e5a1a79a
AH
30402019-04-11 Alan Hayward <alan.hayward@arm.com>
3041
3042 * gdb.server/sysroot.c: New test.
3043 * gdb.server/sysroot.exp: New file.
3044 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
3045 matching param.
3046
41077b66
AB
30472019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
3048
3049 * gdb.base/align.exp: Extend test to cover structures containing
3050 only static fields.
3051
c30391f8
TV
30522019-04-11 Tom de Vries <tdevries@suse.de>
3053
3054 * boards/cc-with-dwz-m.exp: New file.
3055 * boards/cc-with-dwz.exp: New file.
3056 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
3057
e242fd12
SM
30582019-04-09 Simon Marchi <simon.marchi@efficios.com>
3059
3060 * gdb.base/start-cpp.exp: New file.
3061 * gdb.base/start-cpp.cc: New file.
3062
2b0c8b01
KB
30632019-04-08 Kevin Buettner <kevinb@redhat.com>
3064
3065 * gdb.python/py-thrhandle.exp: Adjust tests to call
3066 thread_from_handle instead of thread_from_thread_handle.
3067
947210e5
KB
30682019-04-08 Kevin Buettner <kevinb@redhat.com>
3069
3070 * gdb.python/py-thrhandle.exp: Add tests for
3071 gdb.InferiorThread.handle.
3072
d7df6549
AB
30732019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
3074
3075 * gdb.python/py-function.exp: Check calling helper function from
3076 all languages.
3077 * lib/gdb.exp (gdb_supported_languages): New proc.
3078
8bdc1658
AB
30792019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
3080
3081 * gdb.base/complex-parts.c: New file.
3082 * gdb.base/complex-parts.exp: New file.
3083
05caa1d2
TT
30842019-04-01 Tom Tromey <tromey@adacore.com>
3085
3086 PR symtab/23331:
3087 * gdb.dwarf2/dw2-ranges-main.c: New file.
3088 * gdb.dwarf2/dw2-ranges-psym.c: New file.
3089 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
3090
7734102d
EZ
30912019-03-30 Simon Marchi <simark@simark.ca>
3092
3093 * gdb.base/default.exp: Add values for $_gdb_major and
3094 $_gdb_minor.
3095
188e1fa9
TT
30962019-03-29 Tom Tromey <tromey@adacore.com>
3097
3098 * gdb.base/help.exp: Tighten apropos regexp.
3099
2880242d
KS
31002019-03-29 Keith Seitz <keiths@redhat.com>
3101
3102 * gdb.fortran/array-bounds.exp: New file.
3103 * gdb.fortran/array-bounds.f90: New file.
3104
077cad8e
PW
31052019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3106
3107 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
3108
80047cfc
PW
31092019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3110
3111 * gdb.multi/hello.c (main): Increase alarm timer.
3112
f489207e
SL
31132019-03-28 Sandra Loosemore <sandra@codesourcery.com>
3114
3115 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
3116 factor when no hardware watchpoint support.
3117
c92df149
AH
31182019-03-28 Alan Hayward <alan.hayward@arm.com>
3119 Pedro Alves <palves@redhat.com>
3120
3121 * boards/local-board.exp: set sysroot to /.
3122
933aebfa
AH
31232019-03-27 Alan Hayward <alan.hayward@arm.com>
3124
3125 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
3126 in child.
3127
9f9aa852
AB
31282019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3129
3130 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
3131 field.
3132 (make_container): Initialise new field.
3133 * gdb.python/py-prettyprint.exp: Add new tests.
3134 * gdb.python/py-prettyprint.py (class ContainerPrinter)
3135 <display_hint>: New method.
3136
3714a195
AB
31372019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3138
3139 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
3140 gdb_continue_to_breakpoint more throughout this test.
3141 (run_lang_tests) Supply unique test names, and use
3142 gdb_test_no_output.
3143
18c77628
AB
31442019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3145
3146 * gdb.base/finish-pretty.exp: Update expected results.
3147 * gdb.base/pretty-print.c: New file.
3148 * gdb.base/pretty-print.exp: New file.
3149
9a93502f
PA
31502019-03-25 Pedro Alves <palves@redhat.com>
3151
3152 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
3153 move comments outside list. Append '-i "" eof' section.
3154
968aa7ae
AH
31552019-03-22 Alan Hayward <alan.hayward@arm.com>
3156
34a7f2a4 3157 PR testsuite/25016
968aa7ae
AH
3158 * README: Add pie options.
3159 * gdb.base/break-interp.exp: Ensure pie is disabled.
3160 * gdb.base/dump.exp: Likewise.
3161 * lib/gdb.exp (gdb_compile): Add pie option.
3162
4c7d57e7
TT
31632019-03-19 Tom Tromey <tromey@adacore.com>
3164
3165 * gdb.mi/mi2-cli-display.c: New file.
3166 * gdb.mi/mi2-cli-display.exp: New file.
3167
bff8c71f
TT
31682019-03-18 Joel Brobecker <brobecker@adacore.com>
3169 Tom Tromey <tromey@adacore.com>
3170
3171 * gdb.ada/ptype_array/pck.adb: New file.
3172 * gdb.ada/ptype_array/pck.ads: New file.
3173 * gdb.ada/ptype_array/foo.adb: New file.
3174 * gdb.ada/ptype_array.exp: New file.
3175
d085f989
TT
31762019-03-14 Tom Tromey <tromey@adacore.com>
3177
3178 * gdb.base/style.exp: Add "set style sources" test.
3179
b4be1b06
SM
31802019-03-13 Simon Marchi <simon.marchi@ericsson.com>
3181
3182 * mi-breakpoint-location-ena-dis.exp: Rename to ...
3183 * mi-breakpoint-multiple-locations.exp: ... this.
3184 (make_breakpoints_pattern): New proc.
3185 (do_test): Add mi_version parameter, test -break-insert,
3186 -break-info and =breakpoint-created.
3187
7cde5fc2
AB
31882019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
3189
3190 * config/default.exp: Remove 'load_lib gdb.exp'.
3191 * config/monitor.exp: Likewise.
3192 * config/sid.exp: Likewise.
3193 * config/sim.exp: Likewise.
3194 * config/slite.exp: Likewise.
3195 * config/unix.exp: Likewise.
3196 * gdb.base/default.exp: Remove unhelpful comment.
3197
efbecbc1
AB
31982019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3199
3200 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
3201
0841c79a
AB
32022019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3203
3204 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
3205
4a270568
AB
32062019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3207
3208 * gdb.fortran/type-kinds.exp: Update expected results.
3209
067630bd
AB
32102019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3211
3212 * gdb.fortran/type-kinds.exp: Test new integer type kind.
3213
3be47f7a
AB
32142019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3215
3216 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
3217 function.
3218 (test_basic_parsing_of_type_kinds): Expand types tested.
3219 (test_parsing_invalid_type_kinds): New function.
3220
4d00f5d8
AB
32212019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3222
3223 * gdb.fortran/intrinsics.exp: New file.
3224 * gdb.fortran/intrinsics.f90: New file.
3225 * gdb.fortran/type-kinds.exp: New file.
3226
c8f91604
AB
32272019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3228
3229 * gdb.fortran/dot-ops.exp: New file.
3230
dd9f2c76
AB
32312019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3232
3233 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
3234 Check upper and lower case logical literals.
3235
84ec9724
AB
32362019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3237
3238 * gdb.fortran/types.exp (test_float_literal_types_accepted):
3239 Remove duplicate tests.
3240
c3734e09
AH
32412019-03-06 Alan Hayward <alan.hayward@arm.com>
3242
3243 * lib/gdb.exp (builtin_cd): rename of cd.
3244 (cd): Override builtin.
3245
aa3cfbda
RB
32462019-03-06 Richard Bunt <richard.bunt@arm.com>
3247
3248 * gdb.fortran/function-calls.exp: New file.
3249 * gdb.fortran/function-calls.f90: New test.
3250
7b63ad86
RB
32512019-03-04 Richard Bunt <richard.bunt@arm.com>
3252
3253 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
3254 on user program standard output.
3255 * gdb.fortran/short-circuit-argument-list.f90: Record function
3256 calls.
3257
01abb042
AH
32582019-02-28 Alan Hayward <alan.hayward@arm.com>
3259
c3734e09
AH
3260 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
3261 failure.
01abb042 3262
92137da0
RO
32632019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3264
3265 PR gdb/8527
3266 * gdb.base/interrupt-daemon-attach.c,
3267 gdb.base/interrupt-daemon-attach.exp: New test.
3268
5862844d
PA
32692019-02-27 Pedro Alves <palves@redhat.com>
3270
3271 * gdb.base/page.exp: Add tests for "set width/height -1".
3272
8ed25214
PA
32732019-02-27 Pedro Alves <palves@redhat.com>
3274
3275 * gdb.base/page.exp: Add tests for "set/show width/height" with
3276 "infinite" values.
3277
6c28e44a
TT
32782019-02-27 Tom Tromey <tromey@adacore.com>
3279
3280 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
3281 2.4.
3282 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
3283 workaround.
3284
bf9a735e
AB
32852019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
3286
3287 * gdb.base/align.exp: Extend to compile in both C and C++, and add
3288 tests for structs with static members.
3289
8791793c
TT
32902019-02-26 Tom Tromey <tromey@adacore.com>
3291
3292 * gdb.python/py-value.exp (test_value_from_buffer): Check for
3293 ValueError, not TypeError.
3294
bc2a507e
KB
32952019-02-26 Kevin Buettner <kevinb@redhat.com>
3296
3297 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
3298 call from main program.
3299
e0e7d3bd
JB
33002019-02-23 Joel Brobecker <brobecker@adacore.com>
3301
3302 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
3303 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
3304 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
3305 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
3306 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
3307
9600246d
KS
33082019-02-22 Keith Seitz <keiths@redhat.com>
3309
3310 PR symtab/23853
3311 * gdb.base/symlink-sourcefile.c: New file.
3312 * gdb.base/symlink-sourcefile.exp: New file.
3313
0c95f9ed
TT
33142019-02-20 Tom Tromey <tom@tromey.com>
3315
3316 * gdb.base/info_qt.exp: Update.
3317
6caa91b6
SM
33182019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
3319
3320 * gdb.base/source.exp: Move "error in sourced script" code to
3321 the end.
3322 * gdb.base/source-error.gdb: Move contents to
3323 source-error-1.gdb. Add new code to source source-error-1.gdb.
3324 * gdb.base/source-error-1.gdb: New file, from previous
3325 source-error.gdb.
3326
6506371f
TT
33272019-02-17 Tom Tromey <tom@tromey.com>
3328
3329 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
3330 for macro styling.
3331 * gdb.base/style.c (SOME_MACRO): New macro.
3332
a0087920
TT
33332019-02-17 Tom Tromey <tom@tromey.com>
3334
3335 * gdb.base/style.exp: Add line-wrapping tests.
3336 * gdb.base/page.exp: Add test for quitting during pagination.
3337
a2cd4f14
JB
33382019-02-17 Joel Brobecker <brobecker@adacore.com>
3339
3340 * gdb.ada/big_packed_array: New testcase.
3341 * gdb.ada/homonym.exp: Fix incorrect expected output for
3342 "break <homonym__get_value>" test.
3343
9d70ffbc
WP
33442019-02-13 Weimin Pan <weimin.pan@oracle.com>
3345
3346 PR breakpoints/21870
3347 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
3348 and prepare_for_testing. Add comment.
3349 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
3350 redundant cleanup call. Clean up comment.
3351
01c7ae81
WP
33522019-02-12 Weimin Pan <weimin.pan@oracle.com>
3353
3354 PR breakpoints/21870
3355 * gdb.arch/aarch64-dbreg-contents.exp: New file.
3356 * gdb.arch/aarch64-dbreg-contents.c: New file.
3357
aff29d1c
JB
33582019-02-10 Joel Brobecker <brobecker@adacore.com>
3359
3360 * gdb.ada/mi_ref_changeable: New testcase.
3361
df0da8a2
AH
33622019-02-07 Alan Hayward <alan.hayward@arm.com>
3363
3364 * gdb.base/attach.exp: Add double attach test.
3365
bd447abb
SM
33662019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
3367
3368 * lib/gdb.exp (default_gdb_start): Don't match pagination
3369 prompt.
3370 (gdb_init): Set stty_init.
3371
1dbc40b9
TT
33722019-01-27 Tom Tromey <tom@tromey.com>
3373
3374 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
3375 skip_python_tests.
3376
353229bf
AH
33772019-01-24 Alan Hayward <alan.hayward@arm.com>
3378
3379 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
3380 New structure.
3381 (struct struct_static_02_02): Likewise.
3382 (struct struct_static_02_03): Likewise.
3383 (struct struct_static_02_04): Likewise.
3384 (struct struct_static_04_01): Likewise.
3385 (struct struct_static_04_02): Likewise.
3386 (struct struct_static_04_03): Likewise.
3387 (struct struct_static_04_04): Likewise.
3388 (struct struct_static_06_01): Likewise.
3389 (struct struct_static_06_02): Likewise.
3390 (struct struct_static_06_03): Likewise.
3391 (struct struct_static_06_04): Likewise.
3392 (cmp_struct_static_02_01): Likewise.
3393 (cmp_struct_static_02_02): Likewise.
3394 (cmp_struct_static_02_03): Likewise.
3395 (cmp_struct_static_02_04): Likewise.
3396 (cmp_struct_static_04_01): Likewise.
3397 (cmp_struct_static_04_02): Likewise.
3398 (cmp_struct_static_04_03): Likewise.
3399 (cmp_struct_static_04_04): Likewise.
3400 (cmp_struct_static_06_01): Likewise.
3401 (cmp_struct_static_06_02): Likewise.
3402 (cmp_struct_static_06_03): Likewise.
3403 (cmp_struct_static_06_04): Likewise.
3404 (call_all): Test new structs.
3405 * gdb.base/infcall-nested-structs.exp: Likewise.
3406
73021deb
AH
34072019-01-21 Alan Hayward <alan.hayward@arm.com>
3408 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
3409
fc65c7db
AH
34102019-01-21 Alan Hayward <alan.hayward@arm.com>
3411 * gdb.base/stack-protector.c: New test.
3412 * gdb.base/stack-protector.exp: New file.
3413 * gdb.cp/ovldbreak.exp: Only allow a single break line.
3414 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
3415 option.
3416 (gdb_compile): Remove stack protector for GCC and prevent
3417 recursion.
3418
c24bdb02
KS
34192019-01-16 Keith Seitz <keiths@redhat.com>
3420
3421 PR gdb/23773
3422 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
3423
6f072a10
PFC
34242019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3425
3426 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
3427 aliases.
3428 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
3429 tests.
3430 * gdb.arch/powerpc-vector-regs.c: New file.
3431 * gdb.arch/powerpc-vector-regs.exp: New file.
3432
a7b8d682
PFC
34332019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3434
3435 * gdb.arch/altivec-regs.exp: Fix the list passed to
3436 gdb_expect_list when testing "info vector".
3437
6eb6fb67
AB
34382019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
3439
3440 * gdb.base/style.exp: Don't include path in testname.
3441
b56f80d8
KS
34422019-01-10 Keith Seitz <keiths@redhat.com>
3443
3444 PR gdb/23712
3445 PR symtab/23010
3446 * gdb.dwarf2/multidictionary.exp: New file.
3447
041be526
SM
34482019-01-09 Simon Marchi <simon.marchi@ericsson.com>
3449
3450 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
3451 (test_gnuv3_style_demangling): ... this.
3452 (test_lucid_style_demangling): Remove.
3453 (test_arm_style_demangling): Remove.
3454 (test_hp_style_demangling): Remove.
3455 (do_tests): Remove calls to the above.
3456
d820d0c3
AB
34572019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3458
3459 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
3460 case.
3461
f097f5ad
TT
34622019-01-06 Tom Tromey <tom@tromey.com>
3463
3464 PR gdb/28155:
3465 * gdb.dwarf2/typedef-void-finish.exp: New file.
3466
2cd8cc0b
TT
34672018-12-28 Tom Tromey <tom@tromey.com>
3468 Simon Marchi <simark@simark.ca>
3469
3470 * gdb.base/jit-exec.exp: New file.
3471 * gdb.base/jit-exec.c: New file.
3472 * gdb.base/jit-execd.c: New file.
3473
35fb8261
TT
34742018-12-28 Tom Tromey <tom@tromey.com>
3475
3476 * gdb.base/style.exp: Update test to check for address styling.
3477
47fd17cd
TT
34782018-12-28 Tom Tromey <tom@tromey.com>
3479
3480 * gdb.base/style.exp: Add test for styling of "Reading symbols"
3481 message.
3482
d47032b7
TT
34832018-12-28 Tom Tromey <tom@tromey.com>
3484
3485 * gdb.base/style.exp: Add test for version number styling.
3486
af79b68d
TT
34872018-12-28 Tom Tromey <tom@tromey.com>
3488
3489 * gdb.base/style.exp: Add test for print_address_symbolic.
3490
0bb296cb
TT
34912018-12-28 Tom Tromey <tom@tromey.com>
3492
3493 * gdb.base/style.exp: Add test for breakpoint setting.
3494
80ae2043
TT
34952018-12-28 Tom Tromey <tom@tromey.com>
3496
3497 * gdb.base/style.exp: Add test for variable names.
3498
cbe56571
TT
34992018-12-28 Tom Tromey <tom@tromey.com>
3500
3501 * gdb.base/style.exp: New file.
3502 * gdb.base/style.c: New file.
3503
9162a27c
TT
35042018-12-28 Tom Tromey <tom@tromey.com>
3505
3506 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
3507 "dumb".
3508 * gdb.base/readline.exp (operate_and_get_next): Save and restore
3509 the TERM environment variable.
3510
bc543c90
TT
35112018-12-27 Tom Tromey <tom@tromey.com>
3512
3513 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
3514 pagination test.
3515
6f0ffe50
AB
35162018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
3517
3518 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
3519 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
3520
b5a1e557
PW
35212018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3522
3523 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
3524 Filename a.adb changed to bp_fun_addr.adb.
3525 gdb.ada/bp_fun_addr.exp: Update test accordingly.
3526
6e8b1ab2
JV
35272018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
3528
3529 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
3530 non-PIE executables.
3531 * README: Mention the gdb,nopie_flag board setting.
3532 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
3533 non-PIE executable.
3534 * gdb.arch/amd64-entry-value.exp: Likewise.
3535 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
3536 * gdb.arch/i386-float.exp: Likewise.
3537 * gdb.arch/i386-signal.exp: Likewise.
3538 * gdb.mi/mi-reg-undefined.exp: Likewise.
3539
d00a27c5
PM
35402018-12-21 Paul Marechal <paul.marechal@ericsson.com>
3541
3542 PR gdb/23974
3543 * gdb.base/info-os.exp: Check return for unknown "info os" type.
3544
161d081c
PW
35452018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3546
3547 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
3548 Update order of results accordingly.
3549
b001de23
AB
35502018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
3551
3552 * gdb.base/annota1.exp: Update a test regexp.
3553
99e1a184
AB
35542018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
3555
3556 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
3557
7a81c1e2
PW
35582018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3559
3560 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
3561 (reuse_time): Initialize to REUSE_TIME_CAP.
3562 (check_rc): New function.
3563 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
3564 Check pthread_create rc.
3565 (spawner_thread_func): Check pthread_create and pthread_join rc.
3566
73e8dc90
PA
35672018-12-08 Pedro Alves <palves@redhat.com>
3568
3569 * gdb.base/list.exp (test_forward_search): Rename to ...
3570 (test_forward_reverse_search): ... this. Also test reverse-search
3571 and the forward-search alias.
3572
13f2ed32
AB
35732018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
3574
3575 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
3576 local timeout variable before return, and remove all local timeout
3577 variable entirely.
3578 (gdb_load): Likewise.
3579
64d27cfc
TV
35802018-12-01 Tom de Vries <tdevries@suse.de>
3581
3582 * gdb.base/gdb-caching-proc.exp: New file.
3583
f63c03b4
SDJ
35842018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
3585
3586 * Makefile.in (TIMESTAMP): New variable.
3587 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
3588 command.
3589 (check-single-racy): Likewise.
3590 (check/%.exp): Likewise.
3591 (check-racy/%.exp): Likewise.
3592 (workers/%.worker): Likewise.
3593 (build-perf): Likewise.
3594 (check-perf): Likewise.
3595 * README: Describe new "TS" and "TS_FORMAT" variables.
3596 * print-ts.py: New file.
3597
1c97054b
BF
35982018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
3599
3600 PR python/23714
3601 * gdb.python/python.exp: Test command repetition after
3602 gdb.execute.
3603
1871a62d
AB
36042018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
3605
3606 * gdb.opt/inline-break.exp: Add test that info breakpoint output
3607 is correctly aligned.
3608
fb5e1ed9
PW
36092018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3610
3611 * gdb.ada/info_auto_lang.exp: New testcase.
3612 * gdb.ada/info_auto_lang/global_pack.ads: New file.
3613 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
3614 * gdb.ada/info_auto_lang/some_c.c: New file.
3615
43d397ca
PW
36162018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3617
3618 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
3619 FUNC_lang language syntax.
3620
beddd671
PW
36212018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3622
3623 * gdb.base/info_minsym.c: New file.
3624 * gdb.base/info_minsym.exp: New file.
3625
73fc52c4
TT
36262018-11-19 Tom Tromey <tom@tromey.com>
3627
3628 PR rust/23625:
3629 * gdb.rust/simple.exp: Add ptype test. Update expected output.
3630 * gdb.rust/expr.exp: Update expected output. Change one test.
3631
994b876a
TT
36322018-11-19 Tom Tromey <tom@tromey.com>
3633
3634 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
3635
6769f276
PA
36362018-11-19 Pedro Alves <palves@redhat.com>
3637
3638 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
3639 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
3640 see the expected warning.
3641
38a72da0
AH
36422018-11-16 Alan Hayward <alan.hayward@arm.com>
3643
3644 PR gdb/22736:
3645 * gdb.cp/infcall-nodebug-lib.c: New test.
3646 * gdb.cp/infcall-nodebug-main.c: New test.
3647 * gdb.cp/infcall-nodebug.exp: New file.
3648
53a89d6e
SM
36492018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
3650
3651 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
3652 completer tests.
3653
9325300d
TV
36542018-11-09 Tom de Vries <tdevries@suse.de>
3655
3656 * gdb.base/msym-lang.c: New test.
3657 * gdb.base/msym-lang.exp: New file.
3658 * gdb.base/msym-lang-main.c: New test.
3659
20f0d60d
TT
36602018-11-08 Tom Tromey <tom@tromey.com>
3661
3662 PR gdb/23555:
3663 PR gdb/23838:
3664 * gdb.base/warning.exp: New file.
3665
b5420128
JB
36662018-11-08 Jan Beulich <jbeulich@suse.com>
3667
3668 * testsuite/gdb.arch/i386-avx512.c,
3669 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
3670
cd115d61
AB
36712018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
3672
3673 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
3674 point hardware.
3675
35ee2dc2
AB
36762018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
3677
3678 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
3679 * gdb.dwarf2/missing-type-name.exp: New file.
3680
31aceee8
TV
36812018-11-06 Tom de Vries <tdevries@suse.de>
3682
3683 * gdb.base/many-headers.c: New test.
3684 * gdb.base/many-headers.exp: New file.
3685
109be305
JW
36862018-11-06 Jim Wilson <jimw@sifive.com>
3687
3688 * gdb.base/code_elim.exp: For riscv, set additional_flags
3689 to include -msmall-data-limit=0.
3690
e2b7af72
JB
36912018-11-01 Joel Brobecker <brobecker@adacore.com>
3692
3693 * gdb.ada/watch_minus_l: New testcase.
3694
cdcda965
SM
36952018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
3696
3697 * gdb.arch/aix-sighandle.c: New file.
3698 * gdb.arch/aix-sighandle.exp: New file.
3699
92dcebf3
AB
37002018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3701
3702 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
3703 registers being unions.
3704
68b9ac18
TV
37052018-10-31 Tom de Vries <tdevries@suse.de>
3706
3707 * lib/valgrind.exp: New file.
3708 (vgdb_start, vgdb_stop): New procs, factored out of ...
3709 * gdb.base/valgrind-bt.exp: ... here, ...
3710 * gdb.base/valgrind-disp-step.exp: ... here and ...
3711 * gdb.base/valgrind-infcall.exp: ... here.
3712
1443936e
TV
37132018-10-31 Tom de Vries <tdevries@suse.de>
3714
3715 * lib/gdb.exp (get_valueof): Don't output read value in test name.
3716
eb77c9df
AB
37172018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3718
3719 * gdb.dwarf2/void-type.c: New file.
3720 * gdb.dwarf2/void-type.exp: New file.
3721
82b5e646
PW
37222018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3723
3724 * gdb.base/info_qt.c: New file.
3725 * gdb.base/info_qt.exp: New file.
3726
8d619c01
EBM
37272018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3728
3729 * gdb.arch/powerpc-htm-regs.c: New file.
3730 * gdb.arch/powerpc-htm-regs.exp: New file.
3731
f2cf6173
EBM
37322018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3733
3734 * gdb.arch/powerpc-tar.c: New file.
3735 * gdb.arch/powerpc-tar.exp: New file.
3736
7ca18ed6
EBM
37372018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3738
3739 * gdb.arch/powerpc-ppr-dscr.c: New file.
3740 * gdb.arch/powerpc-ppr-dscr.exp: New file.
3741
bfcc0eba
TV
37422018-10-25 Tom de Vries <tdevries@suse.de>
3743
3744 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
3745
fe1a5cad
TV
37462018-10-24 Tom de Vries <tdevries@suse.de>
3747
3748 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
3749 longer exists error.
3750
a76dc3b7
TV
37512018-10-24 Tom de Vries <tdevries@suse.de>
3752
3753 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
3754
4df46df7
TV
37552018-10-24 Tom de Vries <tdevries@suse.de>
3756
3757 * gdb.base/valgrind-db-attach.exp: Handle removed support for
3758 --db-attach in valgrind.
3759
0dbfcfff
AB
37602018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
3761
3762 * gdb.arch/riscv-reg-aliases.c: New file.
3763 * gdb.arch/riscv-reg-aliases.exp: New file.
3764
b04480b1
AH
37652018-10-19 Alan Hayward <alan.hayward@arm.com>
3766
3767 * gdb.python/py-cmd.exp: Check for gdb_prompt.
3768
2c6ac8d7
AH
37692018-10-19 Alan Hayward <alan.hayward@arm.com>
3770
3771 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
3772
2bc69f25
AH
37732018-10-19 Alan Hayward <alan.hayward@arm.com>
3774
3775 * gdb.cp/ovldbreak.exp: Fix regexps.
3776
1f1ae3a3
AH
37772018-10-19 Alan Hayward <alan.hayward@arm.com>
3778
3779 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
3780
94c18618
SDJ
37812018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
3782
3783 PR cli/23785
3784 * gdb.base/restore.exp: New test to check if "restore" with an
3785 invalid file doesn't segfault.
3786
812cd6eb
TV
37872018-10-18 Tom de Vries <tdevries@suse.de>
3788
3789 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
3790 * gdb.ada/excep_handle.exp: Same.
3791 * gdb.ada/mi_string_access.exp: Same.
3792 * gdb.ada/mi_var_union.exp: Same.
3793 * gdb.arch/arc-analyze-prologue.exp: Same.
3794 * gdb.arch/arc-decode-insn.exp: Same.
3795 * gdb.base/readnever.exp: Same.
3796 * gdb.fortran/printing-types.exp: Same.
3797 * gdb.guile/scm-lazy-string.exp: Same.
3798
c4b90788
TV
37992018-10-16 Tom de Vries <tdevries@suse.de>
3800
3801 PR gdb/23730
3802 * gdb.base/catch-follow-exec.c: Add copyright notice.
3803 * gdb.base/catch-follow-exec.exp: Rewrite to use
3804 gdb_spawn_with_cmdline_opts. Require gdb-native.
3805
8bca2978
SL
38062018-10-12 Sandra Loosemore <sandra@codesourcery.com>
3807
3808 * gdb.trace/actions-changed.exp: Check for arch support.
3809 * gdb.trace/actions.exp: Likewise.
3810 * gdb.trace/ax.exp: Likewise.
3811 * gdb.trace/backtrace.exp: Likewise.
3812 * gdb.trace/change-loc.exp: Likewise.
3813 * gdb.trace/deltrace.exp: Likewise.
3814 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
3815 * gdb.trace/ftrace.exp: Likewise.
3816 * gdb.trace/infotrace.exp: Check for arch support.
3817 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
3818 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
3819 * gdb.trace/mi-tsv-changed.exp: Likewise.
3820 * gdb.trace/packetlen.exp: Likewise.
3821 * gdb.trace/passc-dyn.exp: Likewise.
3822 * gdb.trace/passcount.exp: Likewise.
3823 * gdb.trace/pending.exp: Likewise.
3824 * gdb.trace/range-stepping.exp: Check for shlib support.
3825 * gdb.trace/report.exp: Check for arch support.
3826 * gdb.trace/save-trace.exp: Likewise.
3827 * gdb.trace/signal.exp: Check for signal support.
3828 * gdb.trace/tfind.exp: Check for arch support.
3829 * gdb.trace/trace-break.exp: Check for arch and shlib support.
3830 * gdb.trace/trace-common.h: Add comment.
3831 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
3832 * gdb.trace/trace-enable-disable.exp: Likewise.
3833 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
3834 * gdb.trace/tracecmd.exp: Check for arch support.
3835 * gdb.trace/tspeed.exp: Check for shlib and target support.
3836 * gdb.trace/tstatus.exp: Check for arch support.
3837 * gdb.trace/tsv.exp: Likewise.
3838 * gdb.trace/while-dyn.exp: Likewise.
3839 * gdb.trace/while-stepping.exp: Likewise.
3840 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
3841
f9c49bff
SM
38422018-10-12 Simon Marchi <simon.marchi@ericsson.com>
3843
3844 * gdb.trace/tspeed.exp: Remove nowarnings.
3845 (prepare_for_trace_test): Declare "global ipalib".
3846 * gdb.trace/tspeed.c: Include unistd.h.
3847 (main): Remove superfluous printf argument.
3848
d4330bde
SL
38492018-10-11 Sandra Loosemore <sandra@codesourcery.com>
3850
3851 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
3852 directory prefix on the filename.
3853
8ecfd7bd
SDJ
38542018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
3855
3856 * gdb.gdb/unittest.exp: Update expected message informing that
3857 selftests have been disabled.
3858 * gdb.server/unittest.exp: Likewise.
3859
58bbcd02
TV
38602018-10-09 Tom de Vries <tdevries@suse.de>
3861
3862 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
3863 with runto_main.
3864
9f6b697b
WP
38652018-10-08 Weimin Pan <weimin.pan@oracle.com>
3866
3867 PR c++/16841
3868 * gdb.cp/virtbase2.cc: New file.
3869 * gdb.cp/virtbase2.exp: New file.
3870
add5ded5
TT
38712018-10-06 Tom Tromey <tom@tromey.com>
3872
3873 PR python/19399:
3874 * gdb.python/py-inferior.exp: Add architecture test.
3875
f9e48344
TT
38762018-10-06 Tom Tromey <tom@tromey.com>
3877
3878 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
3879 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
3880
2a8be203
TT
38812018-10-06 Tom Tromey <tom@tromey.com>
3882
3883 * gdb.python/py-breakpoint.exp (check_last_event): Check location
3884 of a "throw" catchpoint.
3885
e04caa70
SDJ
38862018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
3887
3888 * gdb.base/info-proc.exp: Update string expected from "help info
3889 proc".
3890
5ca8c39f
TT
38912018-10-04 Tom Tromey <tom@tromey.com>
3892
3893 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
3894 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
3895 (test_initial_complaints, test_empty_complaints): Update.
3896 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3897
3453e7e4
TT
38982018-10-04 Tom Tromey <tom@tromey.com>
3899
3900 PR cli/19551:
3901 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
3902 * lib/gdb.exp (gdb_file_cmd): Update.
3903 * gdb.stabs/weird.exp (print_weird_var): Update.
3904 * gdb.server/solib-list.exp: Update.
3905 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
3906 * gdb.mi/mi-cli.exp: Update.
3907 * gdb.linespec/linespec.exp: Update.
3908 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3909 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
3910 * gdb.cp/cp-relocate.exp: Update.
3911 * gdb.base/sym-file.exp: Update.
3912 * gdb.base/relocate.exp: Update.
3913 * gdb.base/readnever.exp: Update.
3914 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
3915 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
3916 * gdb.base/dbx.exp (gdb_file_cmd): Update.
3917 * gdb.base/code_elim.exp: Update.
3918 * gdb.base/break-unload-file.exp (test_break): Update.
3919 * gdb.base/break-interp.exp (test_attach_gdb): Update.
3920 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
3921 Update.
3922 * gdb.base/attach.exp (do_attach_tests): Update.
3923 * gdb.base/sepdebug.exp: Update.
3924 * gdb.python/py-section-script.exp: Update.
3925
6afcf761
TT
39262018-10-04 Tom Tromey <tom@tromey.com>
3927
3928 PR cli/22234:
3929 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
3930 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
3931 output.
3932
fef1b293
TT
39332018-10-04 Tom Tromey <tom@tromey.com>
3934
3935 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
3936 set width and height to 0.
3937 (test_command_line_attach_run): Use -quiet.
3938
ca98345e
SL
39392018-10-03 Sandra Loosemore <sandra@codesourcery.com>
3940
3941 * lib/gdb.exp (skip_ifunc_tests): New.
3942 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
3943 other compile failures.
3944 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
3945
ff34e6ae
SM
39462018-10-01 Simon Marchi <simon.marchi@ericsson.com>
3947
3948 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
3949 is_amd64_regs_target.
3950
6bb8890e
AH
39512018-10-01 Alan Hayward <alan.hayward@arm.com>
3952
3953 * gdb.arch/aarch64-sighandler-regs.c: New test.
3954 * gdb.arch/aarch64-sighandler-regs.exp: New file.
3955 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
3956
224d30d3
MM
39572018-10-01 Markus Metzger <markus.t.metzger@intel.com>
3958
3959 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
3960 assembly.
3961
f67ffa6a
AB
39622018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
3963
3964 * gdb.base/frame-selection.exp: New file.
3965 * gdb.base/frame-selection.c: New file.
3966
9fc3183f
AH
39672018-09-27 Alan Hayward <alan.hayward@arm.com>
3968
3969 * gdb.threads/check-libthread-db.c (thread_routine): Use a
3970 pthread barrier.
3971 (main): Likewise.
3972
d354055e
AB
39732018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
3974
3975 * gdb.base/large-frame-1.c: New file.
3976 * gdb.base/large-frame-2.c: New file.
3977 * gdb.base/large-frame.exp: New file.
3978 * gdb.base/large-frame.h: New file.
3979
db727370
JL
39802018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
3981
3982 PR gdb/20948
3983 * gdb.base/write_mem.exp: New test.
3984 * gdb.base/write_mem.c: Likewise.
3985
ae778caf
TT
39862018-09-23 Tom Tromey <tom@tromey.com>
3987
3988 PR python/18852:
3989 * gdb.python/py-parameter.exp: Add test for parameter that throws
3990 on "set".
3991
fd3ba736
TT
39922018-09-23 Tom Tromey <tom@tromey.com>
3993
3994 PR python/17284:
3995 * gdb.python/py-template.exp (test_template_arg): Add test for
3996 negative template argument number.
3997
39a24317
TT
39982018-09-23 Tom Tromey <tom@tromey.com>
3999
4000 PR python/14062:
4001 * gdb.python/python.exp: Add test for post_event error.
4002
f5769a2c
TT
40032018-09-23 Tom Tromey <tom@tromey.com>
4004
4005 PR python/18170:
4006 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
4007 convert pointers to int and long.
4008
1c1e54f6
TT
40092018-09-23 Tom Tromey <tom@tromey.com>
4010
4011 PR python/20126:
4012 * gdb.python/py-value.exp (test_value_numeric_ops): Add
4013 signed-ness conversion tests.
4014
fb4fa946
TT
40152018-09-23 Tom Tromey <tom@tromey.com>
4016
4017 PR python/18352;
4018 * gdb.python/py-value.exp (test_float_conversion): New proc.
4019 Use it.
4020
a466edac
HAQ
40212018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
4022
4023 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
4024
4ee9b0c5
SL
40252018-09-18 Sandra Loosemore <sandra@codesourcery.com>
4026
4027 * gdb.base/complete-empty.exp: Skip tab-completion tests if
4028 no readline.
4029 * gdb.base/utf8-identifiers.exp: Likewise.
4030 * gdb.cp/cpcompletion.exp: Likewise.
4031 * gdb.linespec/cpcompletion.exp: Likewise.
4032 * gdb.linespec/cpls-abi-tag.exp: Likewise.
4033 * gdb.linespec/cpls-ops.exp: Likewise.
4034
23be8da7
RB
40352018-09-19 Richard Bunt <richard.bunt@arm.com>
4036 Chris January <chris.january@arm.com>
4037
4038 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
4039 * gdb.fortran/short-circuit-argument-list.exp: New file.
4040 * gdb.fortran/short-circuit-argument-list.f90: New test.
4041
5031d0ae
SDJ
40422018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4043
4044 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
4045 "arch=" keyword when executing "-stack-list-frames".
4046
b4c0d1a4
SDJ
40472018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4048
4049 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
4050 "arch=" keyword when executing "-stack-list-frames".
4051
7a6d2b45
SDJ
40522018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4053
4054 * gdb.ada/complete.exp: Expect for "@" when doing "complete
4055 break ada".
4056
8588b356
SM
40572018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
4058
4059 PR python/23669
4060 * gdb.python/python.exp: Test gdb.execute("show commands").
4061
65e65158
TT
40622018-09-16 Tom Tromey <tom@tromey.com>
4063
4064 * gdb.base/new-ui.exp (do_execution_tests): Update.
4065 * gdb.base/dbx.exp (test_breakpoints): Update.
4066
bf326452
AH
40672018-09-14 Alan Hayward <alan.hayward@arm.com>
4068
4069 * lib/gdb.exp (gdb_simple_compile): Add proc.
4070 (is_elf_target): Use gdb_simple_compile.
4071 (skip_altivec_tests): Likewise.
4072 (skip_vsx_tests): Likewise.
4073 (skip_tsx_tests): Likewise.
4074 (skip_btrace_tests): Likewise.
4075 (skip_btrace_pt_tests): Likewise.
4076 (gdb_can_simple_compile): Likewise.
4077 (gdb_has_argv0): Likewise.
4078 (gdb_target_symbol_prefix): Likewise.
4079 (target_supports_scheduler_locking): Likewise.
4080
2361b0fb
TT
40812018-09-13 Tom Tromey <tom@tromey.com>
4082
4083 * Makefile.in (TAGS): Recognize proc_with_prefix and
4084 gdb_caching_proc.
4085
0ae1a321
SM
40862018-09-13 Simon Marchi <simon.marchi@ericsson.com>
4087
4088 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
4089 method.
4090
a40bf0c2
SM
40912018-09-13 Simon Marchi <simon.marchi@ericsson.com>
4092
4093 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
4094 and a few other Inferior properties when the Inferior is no
4095 longer valid.
4096
4a3fe98f
TT
40972018-09-13 Tom Tromey <tom@tromey.com>
4098
4099 PR rust/23650:
4100 * gdb.rust/simple.exp: Add test for enum field access error.
4101
098b2108
TT
41022018-09-13 Tom Tromey <tom@tromey.com>
4103
4104 PR rust/23626:
4105 * gdb.rust/simple.rs (EmptyEnum): New type.
4106 (main): Use it.
4107 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
4108
1256af7d
SM
41092018-09-13 Simon Marchi <simon.marchi@ericsson.com>
4110
4111 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
4112 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
4113 * gdb.python/py-symtab.exp: Update test printing an objfile.
4114
4aa8e6c2
SM
41152018-09-12 Simon Marchi <simon.marchi@ericsson.com>
4116
4117 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
4118 object.
4119
c221b2f7
AH
41202018-09-12 Alan Hayward <alan.hayward@arm.com>
4121
4122 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
4123 (support_complex_tests): Use gdb_can_simple_compile.
4124 (is_ilp32_target): Likewise.
4125 (is_lp64_target): Likewise.
4126 (is_64_target): Likewise.
4127 (is_amd64_regs_target): Likewise.
4128 (is_aarch32_target): Likewise.
4129 (gdb_int128_helper): Likewise.
4130
6f1107b5
JK
41312018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4132
4133 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
4134
1f5d1570
JG
41352018-09-10 Jerome Guitton <guitton@adacore.com>
4136
4137 * gdb.ada/same_component_name: Add test for case of tagged record
4138 with variable-length fields.
4139
cc330e39
XR
41402018-09-10 Xavier Roirand <roirand@adacore.com>
4141
4142 * gdb.ada/access_to_unbounded_array.exp: New testcase.
4143 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
4144 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
4145 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
4146
b9c50e9a
XR
41472018-09-10 Xavier Roirand <roirand@adacore.com>
4148
4149 * gdb.ada/mi_string_access.exp: New testcase.
4150 * gdb.ada/mi_string_access/bar.adb: New file.
4151 * gdb.ada/mi_string_access/pck.adb: New file.
4152 * gdb.ada/mi_string_access/pck.asd: New file.
4153
2963898f
XR
41542018-09-10 Xavier Roirand <roirand@adacore.com>
4155
4156 * gdb.ada/mi_var_union.exp: New testcase.
4157 * gdb.ada/mi_var_union/bar.adb: New file.
4158 * gdb.ada/mi_var_union/pck.adb: New file.
4159 * gdb.ada/mi_var_union/pck.asd: New file.
4160
1aac008f
TT
41612018-09-08 Tom Tromey <tom@tromey.com>
4162
4163 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
4164
332cf4c9
TT
41652018-09-08 Tom Tromey <tom@tromey.com>
4166
4167 PR python/16047:
4168 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
4169 (register_pretty_printers): Register new printer.
4170 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
4171 test.
4172 * gdb.python/py-prettyprint.c (int_type3): New typedef.
4173 (an_int_type3): New global.
4174
424da6cf
JB
41752018-09-08 Joel Brobecker <brobecker@adacore.com>
4176
4177 * gdb.ada/expr_with_funcall: New testcase.
4178
2a62dfa9
JB
41792018-09-08 Joel Brobecker <brobecker@adacore.com>
4180
4181 * gdb.ada/packed_array_assign: New testcase.
4182
96b6697f
AB
41832018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
4184
4185 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
4186 names, and add test prefixes to make test names unique.
4187
e4a62c65
TV
41882018-09-05 Tom de Vries <tdevries@suse.de>
4189
4190 * gdb.dwarf2/varval.exp: Add test.
4191
dd083ee2
GB
41922018-09-04 Gary Benson <gbenson@redhat.com>
4193
4194 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
4195 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
4196
aef9346c
TT
41972018-08-31 Tom Tromey <tom@tromey.com>
4198
4199 * gdb.rust/simple.rs: Rename second variable "v".
4200
c67f2e15
AB
42012018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
4202
4203 * gdb.base/funcargs.c (use_a): New function.
4204 (recurse): Call use_a.
4205
078a0207
KS
42062018-08-29 Keith Seitz <keiths@redhat.com>
4207
4208 * gdb.compile/compile-cplus-anonymous.cc: New file.
4209 * gdb.compile/compile-cplus-anonymous.exp: New file.
4210 * gdb.compile/compile-cplus-array-decay.cc: New file.
4211 * gdb.compile/compile-cplus-array-decay.exp: New file.
4212 * gdb.compile/compile-cplus-inherit.cc: New file.
4213 * gdb.compile/compile-cplus-inherit.exp: New file.
4214 * gdb.compile/compile-cplus-member.cc: New file.
4215 * gdb.compile/compile-cplus-member.exp: New file.
4216 * gdb.compile/compile-cplus-method.cc: New file.
4217 * gdb.compile/compile-cplus-method.exp: New file.
4218 * gdb.compile/compile-cplus-mod.c: "New" file.
4219 * gdb.compile/compile-cplus-namespace.cc: New file.
4220 * gdb.compile/compile-cplus-namespace.exp: New file.
4221 * gdb.compile/compile-cplus-nested.cc: New file.
4222 * gdb.compile/compile-cplus-nested.exp: New file.
4223 * gdb.compile/compile-cplus-print.c: "New" file.
4224 * gdb.compile/compile-cplus-print.exp: "New" file.
4225 * gdb.compile/compile-cplus-virtual.cc: New file.
4226 * gdb.compile/compile-cplus-virtual.exp: New file.
4227 * gdb.compile/compile-cplus.c: "New" file.
4228 * gdb.compile/compile-cplus.exp: "New" file.
4229 * lib/compile-support.exp: New file.
4230
b0f492b9
GB
42312018-08-16 Gary Benson <gbenson@redhat.com>
4232
4233 PR gdb/13000:
4234 * gdb.base/batch-exit-status.exp: New file.
4235 * gdb.base/batch-exit-status.good-commands: Likewise.
4236 * gdb.base/batch-exit-status.bad-commands: Likewise.
4237
36eb4c5f
AH
42382018-08-29 Alan Hayward <alan.hayward@arm.com>
4239
4240 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
4241 (struct struct02): Likewise.
4242 (struct struct03): Likewise.
4243 (struct struct04): Likewise.
4244 (struct struct_01_01): New struct.
4245 (struct struct_01_02): Likewise.
4246 (struct struct_01_03): Likewise.
4247 (struct struct_01_04): Likewise.
4248 (struct struct_02_01): Likewise.
4249 (struct struct_02_02): Likewise.
4250 (struct struct_02_03): Likewise.
4251 (struct struct_02_04): Likewise.
4252 (struct struct_04_01): Likewise.
4253 (struct struct_04_02): Likewise.
4254 (struct struct_04_03): Likewise.
4255 (struct struct_04_04): Likewise.
4256 (struct struct_05_01): Likewise.
4257 (struct struct_05_02): Likewise.
4258 (struct struct_05_03): Likewise.
4259 (struct struct_05_04): Likewise.
4260 (cmp_struct01): Remove function.
4261 (cmp_struct02): Likewise.
4262 (cmp_struct03): Likewise.
4263 (cmp_struct04): Likewise.
4264 (cmp_struct_01_01): Add Function.
4265 (cmp_struct_01_02): Likewise.
4266 (cmp_struct_01_03): Likewise.
4267 (cmp_struct_01_04): Likewise.
4268 (cmp_struct_02_01): Likewise.
4269 (cmp_struct_02_02): Likewise.
4270 (cmp_struct_02_03): Likewise.
4271 (cmp_struct_02_04): Likewise.
4272 (cmp_struct_04_01): Likewise.
4273 (cmp_struct_04_02): Likewise.
4274 (cmp_struct_04_03): Likewise.
4275 (cmp_struct_04_04): Likewise.
4276 (cmp_struct_05_01): Likewise.
4277 (cmp_struct_05_02): Likewise.
4278 (cmp_struct_05_03): Likewise.
4279 (cmp_struct_05_04): Likewise.
4280 (call_all): Add new structs.
4281 * gdb.base/infcall-nested-structs.exp: Likewise.
4282
3bf9c013
JV
42832018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
4284
4285 * gdb.python/py-framefilter-mi.exp: Update regexp to
4286 check for "arch" field in frame output.
4287
450d1e88
KB
42882018-08-23 Kevin Buettner <kevinb@redhat.com>
4289
4290 * gdb.dwarf2/dw2-ranges-func.c: New file.
4291 * gdb.dwarf2/dw2-ranges-func.exp: New file.
4292
ae739fe7
SM
42932018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
4294
4295 * gdb.base/term.exp: Compare terminal settings with values from
4296 the inferior.
4297 * gdb.base/term.c: Get and set terminal settings.
4298
6d52907e
JV
42992018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
4300
4301 * lib/mi-support.exp (mi_expect_stop): Update regexp to
4302 accommodate new "arch" field in frame output.
4303 * gdb.mi/mi-return.exp: Likewise.
4304 * gdb.mi/mi-stack.exp: Likewise.
4305 * gdb.mi/mi-syn-frame.exp: Likewise.
4306 * gdb.mi/user-selected-context-sync.exp: Likewise.
4307
be2d111a
MS
43082018-08-19 Michael Spang <spang@google.com>
4309
4310 PR gdb/11786
4311 * gdb.base/gcore-tls-pie.c: New file.
4312 * gdb.base/gcore-tls-pie.exp: New file.
4313
ae3a7c47
KB
43142018-08-18 Kevin Buettner <kevinb@redhat.com>
4315
4316 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
4317 * gdb.dwarf2/varval.c: New file.
4318 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 4319
2ecae92e
AH
43202018-08-17 Alan Hayward <alan.hayward@arm.com>
4321
4322 PR gdb/18931
4323 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
4324
c1854f1d
KS
43252018-08-16 Keith Seitz <keiths@redhat.com>
4326
4327 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
4328 tests expected to pass.
4329
26fb3983
JV
43302018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
4331
4332 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
4333 -data-disassemble -a.
4334 (test_disassembly_bogus_args): Likewise.
4335
67943c00
AB
43362018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
4337
4338 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
4339
5ff2bbae
AB
43402018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
4341
4342 * gdb.base/vla-optimized-out.exp: Add new test.
4343
e5bbcd0f
AB
43442018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
4345
4346 * gdb.base/vla-optimized-out-o3.exp: Delete.
4347 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
4348 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
4349 deleted tests.
4350
9d4a934c
AB
43512018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
4352
4353 PR gdb/18050:
4354 * gdb.server/extended-remote-restart.c: New file.
4355 * gdb.server/extended-remote-restart.exp: New file.
4356
045cf012
SM
43572018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
4358
4359 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
4360 "set variable index = 42".
4361
87d6a7aa
SM
43622018-08-07 Simon Marchi <simon.marchi@ericsson.com>
4363
4364 * boards/index-cache-gdb.exp: New file.
4365 * gdb.dwarf2/index-cache.exp: New file.
4366 * gdb.dwarf2/index-cache.c: New file.
4367 * gdb.base/maint.exp: Check if we are using the index cache.
4368
96d68bd4
RO
43692018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4370
4371 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
4372 MAKEFLAGS.
4373
5a699617
RO
43742018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4375
4376 * dg-extract-results.sh: Move to toplevel contrib.
4377 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
4378 * Makefile.in (check-parallel-racy): Likewise.
4379
5bd18990
AB
43802018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
4381
4382 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
4383 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
4384 tests if the target supports scheduler locking.
4385
3fbbcf47
TV
43862018-08-04 Tom de Vries <tdevries@suse.de>
4387
4388 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
4389
3e1d3d8c
TT
43902018-08-02 Tom Tromey <tom@tromey.com>
4391
4392 PR symtab/16842.
4393 * gdb.cp/temargs.exp: Test "info address" of a template
4394 parameter.
4395
5abe0f0c
JV
43962018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
4397
4398 * gdb.python/py-mi-var-info-path-expression.c: New file.
4399 * gdb.python/py-mi-var-info-path-expression.py: New file.
4400 * gdb.python/py-mi-var-info-path-expression.exp: New file.
4401
fb66cde8
SDJ
44022018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
4403
4404 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
4405 error after "cannot resolve name" string.
4406
c708f4d2
AB
44072018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
4408
4409 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
4410 started.
4411 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
4412
37cc0cae
TV
44132018-07-28 Tom de Vries <tdevries@suse.de>
4414
4415 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
4416
63b4ecf7
TV
44172018-07-26 Tom de Vries <tdevries@suse.de>
4418
4419 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
4420
3c3bb058
AB
44212018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
4422
4423 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
4424 is visible.
4425
9e7f3bbb
TV
44262018-07-26 Tom de Vries <tdevries@suse.de>
4427
4428 PR breakpoints/23366
4429 * gdb.base/catch-follow-exec.c: New test.
4430 * gdb.base/catch-follow-exec.exp: New file.
4431
16f808ec
TV
44322018-07-25 Tom de Vries <tdevries@suse.de>
4433
4434 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
4435 vla-optimized-out.c.
4436
d7154a8d
JV
44372018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
4438
4439 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
4440 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
4441
232a0032
TV
44422018-07-20 Tom de Vries <tdevries@suse.de>
4443
4444 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
4445 NOCLONE macro.
4446 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
4447
fbb1d502
TV
44482018-07-19 Tom de Vries <tdevries@suse.de>
4449
4450 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
4451 regular expression.
4452
42dc7699
TV
44532018-07-18 Tom de Vries <tdevries@suse.de>
4454
4455 * gdb.base/vla-optimized-out.c: New test.
4456 * gdb.base/vla-optimized-out.exp: New file.
4457
7f1f7e23
SDJ
44582018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
4459
4460 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
4461 message "No address associated with hostname" when gdbserver
4462 cannot resolve the hostname.
4463
5759ebb3
PW
44642018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4465
4466 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
4467 Add some test prefixes to make tests unique.
4468
3606ccab
PW
44692018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4470
4471 * gdb.base/frameapply.c: New file.
4472 * gdb.base/frameapply.exp: New file.
4473
529c08b2
PW
44742018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4475
4476 * gdb.base/skip.exp: Update expected error message.
4477
c7ab0aef
SDJ
44782018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
4479 Jan Kratochvil <jan.kratochvil@redhat.com>
4480 Paul Fertser <fercerpav@gmail.com>
4481 Tsutomu Seki <sekiriki@gmail.com>
4482
4483 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
4484 parameter.
4485 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
4486 by default.
4487 * boards/native-gdbserver.exp: Likewise.
4488 * gdb.server/run-without-local-binary.exp: Improve regexp used
4489 for detecting when a remote debugging connection succeeds.
4490 * gdb.server/server-connect.exp: New file.
4491 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
4492 Do not prefix the port number with ":".
4493 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
4494 support for detecting and using it. Add '$debughost_gdbserver'
4495 to the list of arguments used to start gdbserver. Handle case
4496 when gdbserver cannot resolve a network name.
4497
16ff70dd
SDJ
44982018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
4499
4500 PR c++/23373
4501 * gdb.base/ptype-offsets.cc (struct static_member): New
4502 struct.
4503 (main) <stmember>: New variable.
4504 * gdb.base/ptype-offsets.exp: Add test for printing a struct
4505 with a static member in it.
4506
3541979f
AB
45072018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
4508
4509 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
4510 watchpoints enabled and disabled.
4511
c8ad9b9a
AB
45122018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4513
4514 * gdb.base/examine-backward.exp: Still run tests around address
4515 0x0, even if address 0x0 is not readable. Update the pattern for
4516 matching address 0x0 in expected output.
4517
e0e5e971
AB
45182018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4519
4520 * gdb.base/share-env-with-gdbserver.c (main): Add call to
4521 malloc/free.
4522
1ea5da02
TV
45232018-07-04 Tom de Vries <tdevries@suse.de>
4524
4525 * gdb.dwarf2/dw2-error.exp: Update expected error message.
4526
471b9d15
MR
45272018-07-02 Maciej W. Rozycki <macro@mips.com>
4528
4529 PR tdep/8282
4530 * gdb.arch/mips-disassembler-options.exp: New test.
4531 * gdb.arch/mips-disassembler-options.s: New test source.
4532
75acb486
PA
45332018-06-29 Pedro Alves <palves@redhat.com>
4534
4535 * gdb.threads/names.exp: Adjust expected "info threads" output.
4536
cd2bb709
PA
45372018-06-29 Pedro Alves <palves@redhat.com>
4538
4539 * gdb.opt/inline-break.exp (line number, address): Add "info
4540 break" tests.
4541
991ff292
PA
45422018-06-29 Pedro Alves <palves@redhat.com>
4543
4544 * gdb.opt/inline-break.c (func1): Add "break here" marker.
4545 * gdb.opt/inline-break.exp: Test setting breakpoints by line
4546 number and address and running to them.
4547
356819b6 45482018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
4549
4550 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
4551
2512d7ef
JK
45522018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4553
4554 * lib/compiler.c: Remove executable permission flag.
4555
be1b6474
RB
45562018-06-28 Richard Bunt <richard.bunt@arm.com>
4557
4558 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
4559 code.
4560 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
4561
291f9a96
PT
45622018-06-28 Petr Tesarik <ptesarik@suse.cz>
4563
4564 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
4565
ed6dfe51
PT
45662018-06-28 Petr Tesarik <ptesarik@suse.cz>
4567
4568 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
4569 address argument is omitted.
4570
d4d429d5
PT
45712018-06-28 Petr Tesarik <ptesarik@suse.cz>
4572
4573 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
4574
7ab6656f
OJ
45752018-06-27 Omair Javaid <omair.javaid@linaro.org>
4576
4577 PR gdb/21695
4578 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
4579 * gdb.base/infoline-reloc-main-from-zero.c: New file.
4580
a33ccfc7
TT
45812018-06-26 Tom Tromey <tom@tromey.com>
4582
4583 PR rust/22574:
4584 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
4585 * gdb.rust/simple.rs (struct SimpleLayout): New.
4586
6d72d289
SM
45872018-06-22 Simon Marchi <simon.marchi@ericsson.com>
4588
4589 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
4590 "info registers" output.
4591
8363f9d5
RB
45922018-06-21 Richard Bunt <richard.bunt@arm.com>
4593
4594 * gdb.base/watchpoint-hw-attach.c: New test.
4595 * gdb.base/watchpoint-hw-attach.exp: New file.
4596
f00674fe
SM
45972018-06-20 Simon Marchi <simon.marchi@ericsson.com>
4598
4599 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
4600 through /bin/sh.
4601 * boards/dwarf4-gdb-index.exp: Likewise.
4602 * boards/fission-dwp.exp: Likewise.
4603
1d554008
UW
46042018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
4605
4606 * gdb.base/float128.exp: Add comment and improved fail message
4607 to the failure case of "print large128" test.
4608
d0ac1c44
SM
46092018-06-19 Simon Marchi <simon.marchi@ericsson.com>
4610
4611 * configure.ac: Remove AC_PREREQ.
4612 * configure: Re-generate.
4613
61b04dd0
PA
46142018-06-19 Pedro Alves <palves@redhat.com>
4615
4616 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
4617 (func_extern_caller): New.
4618 (main): Call func_extern_caller.
4619 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
4620 logic change.
4621
f63b508a
SM
46222018-06-18 Weimin Pan <weimin.pan@oracle.com>
4623
4624 PR gdb/16841
4625 * gdb.cp/typedef-base.cc: New file.
4626 * gdb.cp/typedef-base.exp: New file.
4627
0fe3a558
TV
46282018-06-18 Tom de Vries <tdevries@suse.de>
4629
4630 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
4631
7010835a
AB
46322018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
4633 Richard Bunt <Richard.Bunt@arm.com>
4634
4635 * gdb.threads/attach-slow-waitpid.c: New file.
4636 * gdb.threads/attach-slow-waitpid.exp: New file.
4637 * gdb.threads/slow-waitpid.c: New file.
4638
14897d65
PA
46392018-06-14 Pedro Alves <palves@redhat.com>
4640
4641 * gdb.base/fork-running-state.c: Include <errno.h>.
4642 (exit_if_relative_exits): New.
4643 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
4644 exits.
4645 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
4646 child exits.
4647
5d9a0608
TV
46482018-06-14 Tom de Vries <tdevries@suse.de>
4649
4650 PR cli/22573
4651 * gdb.base/finish-pretty.c: New test.
4652 * gdb.base/finish-pretty.exp: New file.
4653
11ae5818
PA
46542018-06-14 Pedro Alves <palves@redhat.com>
4655
4656 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
4657 gdb's expected startup output.
4658
1d39de44
PA
46592018-06-14 Pedro Alves <palves@redhat.com>
4660
4661 * lib/selftest-support.exp (selftest_setup): Remove inlined
4662 function handling.
4663
70ee0000
TV
46642018-06-14 Tom de Vries <tdevries@suse.de>
4665
4666 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
4667 matching of breakpoint printing.
4668
11f4b608
TV
46692018-06-13 Tom de Vries <tdevries@suse.de>
4670
4671 PR testsuite/23269
4672 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
4673 (fork_child): ... here, and ...
4674 (fork_parent): ... here.
4675
46762018-06-12 Tom de Vries <tdevries@suse.de>
4677
4678 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
4679
9516f85a
AB
46802018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
4681 Stephen Roberts <stephen.roberts@arm.com>
4682
4683 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
4684 rewrite test to describe action performed, rather than possible
4685 failure.
4686
5045b3d7
GB
46872018-06-08 Gary Benson <gbenson@redhat.com>
4688
4689 * gdb.threads/check-libthread-db.exp: New file.
4690 * gdb.threads/check-libthread-db.c: Likewise.
4691
c61b06a1
TT
46922018-06-05 Tom Tromey <tom@tromey.com>
4693
4694 * gdb.base/default.exp: Update expected "show version" output.
4695
eb6af809
TT
46962018-06-05 Tom Tromey <tom@tromey.com>
4697
4698 PR cli/12326:
4699 * gdb.cp/static-print-quit.exp: Update.
4700 * lib/gdb.exp (pagination_prompt): Update.
4701 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
4702 * gdb.python/python.exp: Update.
4703
178d6a63
JB
47042018-06-04 Joel Brobecker <brobecker@adacore.com>
4705
4706 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
4707
8e817061
JB
47082018-06-01 Joel Brobecker <brobecker@adacore.com>
4709
4710 * gdb.ada/bp_fun_addr: New testcase.
4711
e86ca25f
TT
47122018-06-01 Tom Tromey <tom@tromey.com>
4713
4714 * gdb.xml/tdesc-regs.exp (load_description): Update expected
4715 results.
4716 * gdb.dwarf2/method-ptr.exp: Set language to C++.
4717 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
4718 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
4719 * gdb.base/maint.exp (maint_pass_if): Update.
4720
4b2dfa9d
MR
47212018-05-31 Maciej W. Rozycki <macro@mips.com>
4722
4723 * gdb.base/endian.exp: New test.
4724 * gdb.base/endian.c: New test source.
4725
45f25d6c
AB
47262018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
4727
4728 PR gdb/23203
4729 * gdb.base/bt-selected-frame.c: New file.
4730 * gdb.base/bt-selected-frame.exp: New file.
4731 * lib/gdb.exp (get_current_frame_number): New function.
4732
d9f6d7f8
MR
47332018-05-24 Maciej W. Rozycki <macro@mips.com>
4734 Pedro Alves <palves@redhat.com>
4735
4736 * gdb.threads/tls-core.c: Include <stdlib.h>
4737 (thread_proc): Call `abort'.
4738 * gdb.threads/tls-core.exp: Generate a core with core_find too.
4739 (tls_core_test): New procedure, bits factored out from ...
4740 (top level): ... here. Test both native cores and gcore cores.
4741
ff1cf532
TT
47422018-05-23 Tom Tromey <tom@tromey.com>
4743
4744 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
4745
b98664d3
TT
47462018-05-23 Tom Tromey <tom@tromey.com>
4747
4748 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
4749 symfile_complaints.
4750 (test_short_complaints): Likewise.
4751 (test_empty_complaints): Likewise.
4752 (test_initial_complaints): Update.
4753
4e9668d0
TT
47542018-05-23 Tom Tromey <tom@tromey.com>
4755
4756 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
4757
43ba33c7
TT
47582018-05-23 Tom Tromey <tom@tromey.com>
4759
4760 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
4761 (test_short_complaints): Update.
4762
035522c0
PA
47632018-05-22 Pedro Alves <palves@redhat.com>
4764
4765 * gdb.base/remote.exp: Only gdb_start after compiling the
4766 testcase. Issue "disconnect" before testing "set remote" command
4767 defaults. Issue clean_restart before running to main.
4768
cc0be08f
PA
47692018-05-22 Pedro Alves <palves@redhat.com>
4770
4771 * gdb.base/remote.exp: Adjust expected output of "show remote
4772 memory-write-packet-size". Add tests for "set remote
4773 memory-write-packet-size 0" and "set remote
4774 memory-write-packet-size fixed/limit".
4775
b1b60145
PA
47762018-05-22 Pedro Alves <palves@redhat.com>
4777
4778 PR gdb/22973
4779 * gdb.base/utf8-identifiers.c: New file.
4780 * gdb.base/utf8-identifiers.exp: New file.
4781
0ec848ad
PFC
47822018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
4783
4784 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
4785
2c3305f6
PFC
47862018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
4787
4788 * gdb.arch/powerpc-vsx-gcore.exp: New file.
4789
ce1e8424
TT
47902018-05-18 Tom Tromey <tom@tromey.com>
4791
4792 * gdb.base/ptype-offsets.exp: Update.
4793
ddfe970e
KS
47942018-05-17 Keith Seitz <keiths@redhat.com>
4795
4796 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
4797 in expected breakpoint stop locations.
4798 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
4799 move to proper scope to test variable values.
4800 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
4801 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
4802 New functions.
4803 (main): Call not_inline_func3.
4804 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
4805 inline_func1, inline_func2, and inline_func3. Test that when each
4806 breakpoint is hit, GDB properly reports both the stop location
4807 and the backtrace. Repeat tests for temporary breakpoints.
4808
0726fcc6
MR
48092018-05-15 Maciej W. Rozycki <macro@mips.com>
4810
4811 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
4812 rather then trying to access it in determining whether the PID
4813 of `gdbserver' could have been retrieved.
4814
8ee22052
AB
48152018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
4816
4817 * gdb.arch/amd64-init-x87-values.S: New file.
4818 * gdb.arch/amd64-init-x87-values.exp: New file.
4819
7785df48
JK
48202018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4821
4822 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
4823
56bcdbea
TT
48242018-05-04 Tom Tromey <tom@tromey.com>
4825
4826 PR python/22730:
4827 * gdb.python/python.exp: Test multi-line execute.
4828
a913fffb
TT
48292018-05-04 Tom Tromey <tom@tromey.com>
4830
4831 PR python/22731:
4832 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
4833
7a2c85f2
TT
48342018-05-04 Tom Tromey <tom@tromey.com>
4835
4836 PR gdb/11750:
4837 * gdb.base/define.exp: Test defining a user command inside a user
4838 command.
4839 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
4840
a3b60e45
JK
48412018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4842 Pedro Alves <palves@redhat.com>
4843
4844 PR breakpoints/19806 and support for PR external/20207.
4845 * gdb.base/watchpoint-unaligned.c: New file.
4846 * gdb.base/watchpoint-unaligned.exp: New file.
4847
45fe4a03
AB
48482018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4849
4850 * gdb.base/maint.exp: Make test names unique, use
4851 test_prefix_command_help to test 'help maint info', and remove
4852 repeated test of 'help maint'.
4853
9be2ae8f
TT
48542018-05-04 Tom Tromey <tom@tromey.com>
4855
4856 PR gdb/22619:
4857 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
4858 behavior.
4859
11859c31
AB
48602018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4861
4862 * gdb.base/maint.exp: Process output from 'maint print registers'
4863 line at a time.
4864
089a9490
AB
48652018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4866
4867 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
4868 timeout.
4869
9b0797e2
AB
48702018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
4871
4872 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
4873 filter pattern.
4874
f6ac5f3d
PA
48752018-05-02 Pedro Alves <palves@redhat.com>
4876
4877 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
4878 to_log_command renames.
4879 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4880
77d3c63b
TT
48812018-05-02 Tom Tromey <tom@tromey.com>
4882
4883 * gdb.python/py-parameter.exp: Set test message.
4884
0489430a
TT
48852018-05-02 Tom Tromey <tom@tromey.com>
4886
4887 PR python/20084:
4888 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
4889 PARAM_ZUINTEGER_UNLIMITED tests.
4890
1632f8ba
DR
48912018-04-28 Dan Robertson <danlrobertson89@gmail.com>
4892
4893 PR rust/23124
4894 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
4895 when casting.
4896
6d7bb824
TT
48972018-04-30 Tom Tromey <tom@tromey.com>
4898
4899 * gdb.python/py-type.exp: Check align attribute.
4900 * gdb.python/py-type.c: New "aligncheck" global.
4901
007e1530
TT
49022018-04-30 Tom Tromey <tom@tromey.com>
4903
4904 PR exp/17095:
4905 * gdb.dwarf2/dw2-align.exp: New file.
4906 * gdb.cp/align.exp: New file.
4907 * gdb.base/align.exp: New file.
4908 * lib/gdb.exp (gdb_int128_helper): New proc.
4909 (has_int128_c, has_int128_cxx): New caching procs.
4910
6873858b
TT
49112018-04-27 Tom Tromey <tom@tromey.com>
4912
4913 PR rust/22545:
4914 * gdb.rust/simple.exp: Add inclusive range tests.
4915
79188d8d
PA
49162018-04-26 Pedro Alves <palves@redhat.com>
4917
4918 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
4919 ifunc breakpoint locations correctly of ifunc breakpoints set
4920 while the program resolves the ifunc.
4921
c7075ad5
PA
49222018-04-26 Pedro Alves <palves@redhat.com>
4923
4924 * gdb.base/gnu-ifunc-final.c: New file.
4925 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
4926 * gdb.base/gnu-ifunc.exp (executable): Delete.
4927 (staticexecutable): Adjust.
4928 (lib_opts, exec_opts): Delete.
4929 (make_binsuffix, build, set-break): New procedures.
4930 (misc_tests): New, with tests factored out from the top level.
4931 (top level): Test different combinations of ifunc resolver name,
4932 resolver with and with debug info, and ifunc target with and
4933 without debug info. Wrap static tests with with_target_prefix.
4934
8388016d
PA
49352018-04-26 Pedro Alves <palves@redhat.com>
4936
4937 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
4938 return type" warnings.
4939
249b5733
PA
49402018-04-25 Pedro Alves <palves@redhat.com>
4941
4942 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
4943 killed".
4944 * gdb.base/kill-after-signal.exp: Likewise.
4945 * gdb.threads/kill.exp: Likewise.
4946
f67c0c91
SDJ
49472018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4948 Sergio Durigan Junior <sergiodj@redhat.com>
4949 Pedro Alves <palves@redhat.com>
4950
4951 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
4952 regexps to expect for '[Inferior ... detached]' as well.
4953 * gdb.base/attach.exp: Likewise.
4954 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
4955 "gdb_continue_to_end".
4956 (test_catch_syscall_with_wrong_args): Likewise.
4957 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
4958 ']'. Don't set 'verbose' on.
4959 * gdb.base/foll-vfork.exp: Likewise.
4960 * gdb.base/fork-print-inferior-events.c: New file.
4961 * gdb.base/fork-print-inferior-events.exp: New file.
4962 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
4963 '[Inferior ... has been killed]' message.
4964 * gdb.base/kill-after-signal.exp: Likewise.
4965 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
4966 detach message.
4967 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
4968 message.
4969 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
4970 regexps to expect for '[Inferior ... detached]' as well.
4971 * gdb.threads/process-dies-while-detaching.exp: Likewise.
4972
0a8ddac4
SM
49732018-04-24 Simon Marchi <simon.marchi@ericsson.com>
4974
4975 PR gdb/23104
4976 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
4977
701adfb0
PA
49782018-04-22 Rajendra SY <rajendra.sy@gmail.com>
4979
4980 PR gdb/23095
4981 * gdb.base/break-probes.exp: Pass shlib_load to
4982 prepare_for_testing. Set normal_bp to r_debug_state if target is
4983 bsd.
4984
d27d16bf
RB
49852018-04-19 Richard Bunt <richard.bunt@arm.com>
4986
4987 * gdb.threads/multiple-successive-infcall.c: New test.
4988 * gdb.threads/multiple-successive-infcall.exp: New file.
4989
a037790e
TT
49902018-04-17 Tom Tromey <tom@tromey.com>
4991
4992 * gdb.rust/simple.rs (Union): New type.
4993 (main): New local "u".
4994 * gdb.rust/simple.exp (test_one_slice): Add new test case.
4995
e3a91079
AA
49962018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4997
4998 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
4999 number information in output of "whereis" command.
5000 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
5001
b744723f
AA
50022018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5003
5004 * gdb.ada/info_types.exp: Adjust expected output to the line
5005 numbers now printed by "info var/func/type".
5006 * gdb.base/completion.exp: Likewise.
5007 * gdb.base/included.exp: Likewise.
5008 * gdb.cp/cp-relocate.exp: Likewise.
5009 * gdb.cp/cplusfuncs.exp: Likewise.
5010 * gdb.cp/namespace.exp: Likewise.
5011 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
5012
4a4495d6
MM
50132018-04-13 Markus Metzger <markus.t.metzger@intel.com>
5014
5015 * gdb.btrace/cpu.exp: New.
5016
1d509aa6
MM
50172018-04-13 Markus Metzger <markus.t.metzger@intel.com>
5018
5019 * gdb.base/step-indirect-call-thunk.exp: New.
5020 * gdb.base/step-indirect-call-thunk.c: New.
5021 * gdb.reverse/step-indirect-call-thunk.exp: New.
5022 * gdb.reverse/step-indirect-call-thunk.c: New.
5023
6295b6da
SM
50242018-04-11 Simon Marchi <simon.marchi@ericsson.com>
5025
5026 * gdb.base/pie-fork.c: New file.
5027 * gdb.base/pie-fork.exp: New file.
5028
50146e70
TT
50292018-04-11 Tom Tromey <tom@tromey.com>
5030
5031 * gdb.rust/simple.exp: Add test for ".." struct initializer.
5032
f50d8a2e
PA
50332018-04-10 Pedro Alves <palves@redhat.com>
5034
5035 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
5036 exits. Instead loop running forever.
5037 (fork_parent): Run forever too.
5038
a0be7a36
SM
50392018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
5040
5041 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
5042 mi_continue_to_line.
5043 * gdb.mi/mi-stack.c (callee4): Add comment.
5044
9b73db36
SM
50452018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
5046
5047 * gdb.mi/mi-stack.exp: Fix indentation.
5048
c912f608
SM
50492018-04-07 Simon Marchi <simon.marchi@ericsson.com>
5050
5051 PR gdb/22979
5052 * gdb.arch/amd64-osabi.exp: New file.
5053
26540402
SM
50542018-04-07 Simon Marchi <simon.marchi@ericsson.com>
5055
5056 PR gdb/22980
5057 * gdb.base/osabi.exp: New file.
5058
121ad66c 50592018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
5060
5061 * gdb.cp/static-typedef-print.exp: New file.
5062 * gdb.cp/static-typedef-print.cc: New file.
5063
3fcded8f
JB
50642018-03-27 Joel Brobecker <brobecker@adacore.com>
5065
5066 * gdb.ada/varsize_limit: New testcase.
5067
59cc4834
JB
50682018-03-27 Joel Brobecker <brobecker@adacore.com>
5069
5070 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
5071
5072 * gdb.ada/notcplusplus: New testcase.
5073
5074 * gdb.base/c-linkage-name.c: New file.
5075 * gdb.base/c-linkage-name.exp: New testcase.
5076
4ca59a9f
TT
50772018-03-26 Tom Tromey <tom@tromey.com>
5078
5079 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
5080 * gdb.python/py-framefilter.py (name_error): New global.
5081 (ErrorInName.function): Use name_error.
5082
978d6c75
TT
50832018-03-26 Tom Tromey <tom@tromey.com>
5084
5085 PR backtrace/15582:
5086 * gdb.python/py-framefilter.exp: Add "bt hide" test.
5087
b7fee5a3
KS
50882018-03-23 Keith Seitz <keiths@redhat.com>
5089
5090 PR c++/22968
5091 * gdb.cp/subtypes.exp: New file.
5092 * gdb.cp/subtypes.h: New file.
5093 * gdb.cp/subtypes.cc: New file.
5094 * gdb.cp/subtypes-2.cc: New file.
5095
376be529
AB
50962018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
5097
5098 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
5099 (done): Call '_exit' not 'exit' to avoid atexit handlers.
5100 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
5101 -nostartfiles when compiling the test. Confirm that all registers
5102 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
5103
066cfa98
AB
51042018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
5105
5106 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
5107 option, syntax was wrong anyway.
5108 * gdb.arch/arm-disp-step.exp: Likewise.
5109 * gdb.arch/sparc64-regs.exp: Likewise.
5110 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
5111 option, syntax was wrong anyway, switch to use
5112 prepare_for_testing.
5113 * gdb.arch/i386-disp-step.exp: Likewise.
5114
079670b9
AA
51152018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
5116
5117 * gdb.ada/exec_changed.exp: Replace "target_info exists
5118 use_gdb_stub" by "use_gdb_stub".
5119 * gdb.ada/start.exp: Likewise.
5120 * gdb.base/async-shell.exp: Likewise.
5121 * gdb.base/attach-pie-misread.exp: Likewise.
5122 * gdb.base/attach-wait-input.exp: Likewise.
5123 * gdb.base/break-entry.exp: Likewise.
5124 * gdb.base/break-interp.exp: Likewise.
5125 * gdb.base/dprintf-detach.exp: Likewise.
5126 * gdb.base/nostdlib.exp: Likewise.
5127 * gdb.base/solib-nodir.exp: Likewise.
5128 * gdb.base/statistics.exp: Likewise.
5129 * gdb.base/testenv.exp: Likewise.
5130 * gdb.mi/mi-exec-run.exp: Likewise.
5131 * gdb.mi/mi-start.exp: Likewise.
5132 * gdb.multi/dummy-frame-restore.exp: Likewise.
5133 * gdb.multi/multi-arch-exec.exp: Likewise.
5134 * gdb.multi/multi-arch.exp: Likewise.
5135 * gdb.multi/tids.exp: Likewise.
5136 * gdb.multi/watchpoint-multi.exp: Likewise.
5137 * gdb.python/py-events.exp: Likewise.
5138 * gdb.threads/attach-into-signal.exp: Likewise.
5139 * gdb.threads/attach-stopped.exp: Likewise.
5140 * gdb.threads/threadapply.exp: Likewise.
5141 * lib/selftest-support.exp: Likewise.
5142
26d6cec4
AA
51432018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
5144
5145 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
5146
4ee89e90
SR
51472018-03-20 Stephen Roberts <stephen.roberts@arm.com>
5148
5149 * gdb.perf/template-breakpoints.cc: New file.
5150 * gdb.perf/template-breakpoints.exp: New file.
5151 * gdb.perf/template-breakpoints.py: New file.
5152
92630041
TT
51532018-03-19 Tom Tromey <tom@tromey.com>
5154
5155 * gdb.rust/simple.rs (main): Add local variables field1, field2,
5156 y0.
5157 * gdb.rust/simple.exp: Test bare identifier form of struct
5158 initializer.
5159
76727919
TT
51602018-03-19 Tom Tromey <tom@tromey.com>
5161
5162 * gdb.gdb/observer.exp: Remove.
5163
194ed413
AA
51642018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5165
5166 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
5167 "qualified" option when setting breakpoints.
5168 * gdb.trace/backtrace.exp: Likewise.
5169 * gdb.trace/circ.exp: Likewise.
5170 * gdb.trace/collection.exp: Likewise.
5171 * gdb.trace/disconnected-tracing.exp: Likewise.
5172 * gdb.trace/ftrace-lock.exp: Likewise.
5173 * gdb.trace/ftrace.exp: Likewise.
5174 * gdb.trace/infotrace.exp: Likewise.
5175 * gdb.trace/packetlen.exp: Likewise.
5176 * gdb.trace/passc-dyn.exp: Likewise.
5177 * gdb.trace/qtro.exp: Likewise.
5178 * gdb.trace/read-memory.exp: Likewise.
5179 * gdb.trace/report.exp: Likewise.
5180 * gdb.trace/signal.exp: Likewise.
5181 * gdb.trace/status-stop.exp: Likewise.
5182 * gdb.trace/strace.exp: Likewise.
5183 * gdb.trace/tfind.exp: Likewise.
5184 * gdb.trace/trace-break.exp: Likewise.
5185 * gdb.trace/trace-condition.exp: Likewise.
5186 * gdb.trace/trace-mt.exp: Likewise.
5187 * gdb.trace/tstatus.exp: Likewise.
5188 * gdb.trace/tsv.exp: Likewise.
5189 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
5190 * gdb.trace/unavailable.exp: Likewise.
5191 * gdb.trace/while-dyn.exp: Likewise.
5192
8b067d2c
AA
51932018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5194
5195 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
5196 that libinproctrace is copied to the target.
5197
3ae9ce5d
TT
51982018-03-14 Tom Tromey <tom@tromey.com>
5199
5200 PR cli/14977:
5201 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
5202 a null pointer.
5203 * gdb.base/wchar.exp: Likewise.
5204
b8c2339b
TT
52052018-03-14 Tom Tromey <tom@tromey.com>
5206
5207 PR cli/19918:
5208 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
5209 flag.
5210
4872dc46
SM
52112018-03-08 Simon Marchi <simon.marchi@ericsson.com>
5212
5213 PR gdb/22841
5214 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
5215 "target" to remote_exec.
5216
e4fe3756
SM
52172018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
5218
5219 PR gdb/22841
5220 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
5221 ${board}_upload): Remove.
5222
e95a97d4
AA
52232018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
5224
5225 * gdb.cp/watch-cp.cc: New test.
5226 * gdb.cp/watch-cp.exp: New file.
5227
dbbb1059
AB
52282018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5229
5230 * gdb.base/infcall-nested-structs.exp: New file.
5231 * gdb.base/infcall-nested-structs.c: New file.
5232 * gdb.base/float.exp: Add riscv support.
5233
ecc054c0
TP
52342018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
5235
5236 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
5237 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
5238
25e3c82c
SDJ
52392018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
5240
5241 * gdb.server/abspath.exp: New file.
5242 * lib/gdb.exp (with_cwd): New procedure.
5243
3083294d
SM
52442018-02-28 Simon Marchi <simon.marchi@ericsson.com>
5245
5246 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
5247 use it.
5248 (gdb_is_target_remote_prompt): New proc.
5249 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
5250 (gdb_is_target_native): Pass prompt parameter to
5251 gdb_is_target_1.
5252
3275ef47
SM
52532018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
5254
5255 * gdb.base/load-command.c: New file.
5256 * gdb.base/load-command.exp: New file.
5257 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
5258 (gdb_is_target_1): ...this, and generalize for other targets
5259 than just remote.
5260 (gdb_is_target_remote): Use gdb_is_target_1.
5261 (gdb_is_target_native): use gdb_is_target_1.
5262
6893c19a
TT
52632018-02-26 Tom Tromey <tom@tromey.com>
5264
5265 PR python/16497:
5266 * gdb.python/py-framefilter.exp: Update test.
5267
2ddeaf8a
TT
52682018-02-26 Tom Tromey <tom@tromey.com>
5269
5270 * gdb.dwarf2/variant.c: New file.
5271 * gdb.dwarf2/variant.exp: New file.
5272
c9317f21
TT
52732018-02-26 Tom Tromey <tom@tromey.com>
5274
5275 * gdb.rust/simple.exp: Accept more possible results in enum test.
5276
6f6d0c26
SM
52772018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
5278
5279 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
5280 parentheses.
5281
11b03145
MR
52822018-02-23 Maciej W. Rozycki <macro@mips.com>
5283
5284 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
5285 name of a variable: $actual_linejj -> $actual_line.
5286
54a27fe5
JB
52872018-02-21 John Baldwin <jhb@FreeBSD.org>
5288
5289 * gdb.arch/amd64-i386-address.exp: Fix a typo.
5290
de65820c
MM
52912018-02-20 Markus Metzger <markus.t.metzger@intel.com>
5292
5293 * gdb.btrace/buffer-size.exp: Do not force BTS.
5294
980548fd
PA
52952018-02-14 Pedro Alves <palves@redhat.com>
5296
5297 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
5298 getting a "Quit".
5299
c4e12631
MM
53002018-02-09 Markus Metzger <markus.t.metzger@intel.com>
5301
5302 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
5303 Fix test name.
5304
c2e0e465
SM
53052018-02-07 Simon Marchi <simon.marchi@ericsson.com>
5306
5307 * gdb.cp/m-static.exp: Check type of optimized out static
5308 member.
5309
f7216783
AB
53102018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
5311
5312 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
5313 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
5314
0625771b
LS
53152018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
5316 Leszek Swirski <leszeks@google.com>
5317
5318 * gdb.python/py-prettyprint.c
5319 (struct to_string_returns_value_inner,
5320 struct to_string_returns_value_wrapper): New.
5321 (main): Add tsrvw variable.
5322 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
5323 ToStringReturnsValueWrapper): New classes.
5324 (register_pretty_printers): Register new pretty-printers.
5325 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
5326 recursive pretty printer.
5327 * gdb.python/py-mi.exp: Likewise.
5328
59498c30
LS
53292018-02-01 Leszek Swirski <leszeks@google.com>
5330
5331 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
5332 functions with the same name as an include file are parsed
5333 correctly.
5334
d4d38844
YQ
53352018-02-01 Yao Qi <yao.qi@linaro.org>
5336
5337 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
5338 "\[^\r\n\]*".
5339
07e5f5cf
NP
53402018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
5341
5342 * gdb.arch/powerpc-prologue-frame.s: New file.
5343 * gdb.arch/powerpc-prologue-frame.c: Likewise.
5344 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
5345
929b5ad4
JB
53462018-01-31 Joel Brobecker <brobecker@adacore.com>
5347
5348 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
5349
e671cd59
PA
53502018-01-30 Pedro Alves <palves@redhat.com>
5351
5352 PR gdb/13211
5353 * gdb.base/interrupt-daemon.c: New.
5354 * gdb.base/interrupt-daemon.exp: New.
5355 * gdb.multi/multi-term-settings.c: New.
5356 * gdb.multi/multi-term-settings.exp: New.
5357
fc413dc4
JB
53582018-01-30 Joel Brobecker <brobecker@adacore.com>
5359
5360 * gdb.base/break.exp: Save the location where the breakpoint
5361 on break.c:47 was actually inserted when debugging the version
5362 compiled at -O2 and use it in the expected output of the "info
5363 break" test performed soon after.
5364
5c319bb2
PA
53652018-01-22 Pedro Alves <palves@redhat.com>
5366 Sergio Durigan Junior <sergiodj@redhat.com>
5367
5368 * gdb.base/whatis.exp: Add tests for 'set print object on' +
5369 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
5370
a9e40818
JB
53712018-01-22 Joel Brobecker <brobecker@adacore.com>
5372
5373 * gdb.base/break-include.c, gdb.base/break-include.inc,
5374 gdb.base/break-include.exp: New files.
5375 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
5376 line number now being the actual line number where the breakpoint
5377 was inserted.
5378 * gdb.mi/mi-break.exp: Likewise.
5379 * gdb.mi/mi-reverse.exp: Likewise.
5380 * gdb.mi/mi-simplerun.exp: Ditto.
5381
e707fc44
AB
53822018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
5383
5384 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
5385 varobj.
5386 * gdb.mi/mi-var-create-rtti.exp: Likewise.
5387
ae451627
AB
53882018-01-21 Don Breazeal <donb@codesourcery.com>
5389 Andrew Burgess <andrew.burgess@embecosm.com>
5390
5391 * gdb.mi/basics.c: Add new global.
5392 * gdb.mi/mi-frame-regs.exp: New file.
5393 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
5394 case.
5395
b1b189e0
AB
53962018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
5397
5398 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
5399 non-parameter, and on an unknown symbol.
5400
fcfcc376
TT
54012018-01-19 Tom Tromey <tom@tromey.com>
5402
5403 * gdb.rust/modules.rs (TWENTY_THREE): New global.
5404 * gdb.rust/modules.exp: Add ::-qualified lookup test.
5405
634c1c31
AA
54062018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5407
5408 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
5409 setrlimit and chdir to int.
5410
d6ad07fd
AA
54112018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5412
5413 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
5414 function.
5415 (my_tend): Likewise.
5416 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
5417 rationale of avoiding FP- and vector instructions.
5418
adf8243b
RK
54192018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
5420
5421 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
5422 "info reg" with "\[ \t\]*".
5423 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
5424 "\[ \t\]+".
5425 * gdb.arch/s390-multiarch.exp: Ditto.
5426 * gdb.base/pc-fp.exp: Ditto.
5427 * gdb.reverse/i386-precsave.exp: Ditto.
5428 * gdb.reverse/i386-reverse.exp: Ditto.
5429 * gdb.reverse/i387-env-reverse.exp: Ditto.
5430 * gdb.reverse/i387-stack-reverse.exp: Ditto.
5431
dcc06925
AA
54322018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
5433
5434 * lib/gdb.exp (gdb_compile): Re-enable use of
5435 universal_compile_options for languages other than Rust.
5436
25d4fd80
AA
54372018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
5438
5439 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
5440
ee7f689e 54412018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
5442
5443 PR gdb/16577
5444 * gdb.base/solib-vanish.exp: New.
5445 * gdb.base/solib-vanish-main.c: New.
5446 * gdb.base/solib-vanish-lib1.c: New.
5447 * gdb.base/solib-vanish-lib2.c: New.
5448
d8447b6b
YQ
54492018-01-17 Yao Qi <yao.qi@linaro.org>
5450
5451 * gdb.compile/compile.exp: Match the address printed for
5452 frame in the output of command "bt".
5453
86d6a90c
TT
54542018-01-15 Tom Tromey <tom@tromey.com>
5455
5456 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
5457 compute sp_reg.
5458
cbcdb1aa
AB
54592018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
5460
5461 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
5462 to prepare.
5463 (prepare): Return 0 on error, 1 on success.
5464
eea61984
PA
54652018-01-12 Pedro Alves <palves@redhat.com>
5466
5467 * gdb.base/continue-after-aborted-step-over.c: New.
5468 * gdb.base/continue-after-aborted-step-over.exp: New.
5469
6181e9c2
SM
54702018-01-11 Simon Marchi <simon.marchi@ericsson.com>
5471
5472 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
5473 options when not creating an executable.
5474
3cada740
PA
54752018-01-11 Pedro Alves <palves@redhat.com>
5476
5477 PR remote/22597
5478 * gdb.server/stop-reply-no-thread.c: New file.
5479 * gdb.server/stop-reply-no-thread.exp: New file.
5480
c63d3e8d
PA
54812018-01-10 Pedro Alves <palves@redhat.com>
5482
5483 PR gdb/22670
5484 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
5485 functions too. Test setting breakpoints and printing C functions
5486 with no debug info too.
5487 * gdb.ada/bp_c_mixed_case/qux.c: New file.
5488
d4c2a405
PA
54892018-01-10 Pedro Alves <palves@redhat.com>
5490
5491 PR gdb/22670
5492 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
5493 a fail.
5494
8825213e
PA
54952018-01-10 Pedro Alves <palves@redhat.com>
5496
5497 PR gdb/22670
5498 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
5499
605fd3c6
YQ
55002018-01-08 Simon Marchi <simon.marchi@ericsson.com>
5501
5502 * gdb.server/unittest.exp: Match the output in non-development
5503 mode.
5504
1e5ded6c
YQ
55052018-01-08 Simon Marchi <simon.marchi@ericsson.com>
5506
5507 * gdb.gdb/unittest.exp: Match output in non-development mode.
5508
30066b0b
JB
55092018-01-08 Joel Brobecker <brobecker@adacore.com>
5510
5511 * gdb.ada/access_tagged_param.exp: Relax expected output
5512 for value of "ObjL" in "continue" to pck.inspect breakpoint
5513 test.
5514
04bafb1e
XR
55152018-01-08 Joel Brobecker <brobecker@adacore.com>
5516
9f86398b
JB
5517 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
5518 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 5519
e379cee6
PA
55202018-01-05 Pedro Alves <palves@redhat.com>
5521
5522 PR gdb/18653
5523 * gdb.base/libsegfault.exp: New.
5524
de63c46b
PA
55252018-01-05 Joel Brobecker <brobecker@adacore.com>
5526
5527 PR gdb/22670
5528 * gdb.ada/access_tagged_param.exp: New file.
5529 * gdb.ada/access_tagged_param/foo.adb: New file.
5530
f98fc17b
PA
55312018-01-05 Pedro Alves <palves@redhat.com>
5532
5533 PR gdb/22670
5534 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
5535 exercise lower case too, and to exercise both full matching and
5536 wild matching.
5537
342f8240
JB
55382018-01-05 Joel Brobecker <brobecker@adacore.com>
5539
5540 * gdb.ada/rename_subscript_param: New testcase.
5541
7150d33c
JG
55422018-01-05 Jerome Guitton <guitton@adacore.com>
5543
5544 * gdb.ada/arr_acc_idx_w_gap: New testcase.
5545
cc0e770c
JB
55462018-01-05 Joel Brobecker <brobecker@adacore.com>
5547
5548 * gdb.ada/convvar_comp: New testcase.
5549
672a41aa 55502018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
5551
5552 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
5553 (My_Table): New global variable.
5554 * testsuite/gdb.ada/array_char_idx.exp: Add test.
5555
7365ec2f
JB
55562018-01-04 Joel Brobecker <brobecker@adacore.com>
5557
5558 PR gdb/22670
5559 * gdb.ada/maint_with_ada: New testcase.
5560
289483b6
JB
55612018-01-04 Joel Brobecker <brobecker@adacore.com>
5562
5563 PR gdb/22670
5564 * gdb.ada/bp_c_mixed_case: New testcase.
5565
344420da
JB
55662018-01-04 Joel Brobecker <brobecker@adacore.com>
5567
5568 PR gdb/22670
5569 * gdb.ada/complete.exp: Add "complete break ada" test.
5570
66fc87a0
JB
55712018-01-04 Joel Brobecker <brobecker@adacore.com>
5572
5573 PR gdb/22670
5574 * gdb.ada/info_addr_mixed_case: New testcase.
5575
9f757bf7
XR
55762018-01-03 Xavier Roirand <roirand@adacore.com>
5577
5578 * gdb.ada/excep_handle.exp: New testcase.
5579 * gdb.ada/excep_handle/foo.adb: New file.
5580 * gdb.ada/excep_handle/pck.ads: New file.
5581
bd570f80
JB
55822018-01-03 Joel Brobecker <brobecker@adacore.com>
5583
5584 * gdb.base/step-line.c: Add extra empty line in copyright header.
5585 * gdb.base/step-line.inp: Likewise.
5586
9fe561ab
JB
55872018-01-02 Joel Brobecker <brobecker@adacore.com>
5588
5589 * gdb.ada/dyn_stride.exp: Add slice test.
5590
a405673c
JB
55912018-01-02 Joel Brobecker <brobecker@adacore.com>
5592
5593 * gdb.ada/dyn_stride: New testcase.
5594
cef0f868
SH
55952017-12-27 Stafford Horne <shorne@gmail.com>
5596
5597 * gdb.xml/extra-regs.xml: Add example foo reggroup.
5598 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
5599
b67d92b0
SH
56002017-12-27 Stafford Horne <shorne@gmail.com>
5601
5602 * gdb.base/reggroups.c: New file.
5603 * gdb.base/reggroups.exp: New file.
5604
eccab96d
JB
56052017-12-18 Joel Brobecker <brobecker@adacore.com>
5606
5607 * gdb.dwarf2/ada-valprint-error.c: New file.
5608 * gdb.dwarf2/ada-valprint-error.exp: New file.
5609
0e2da9f0
JB
56102017-12-18 Joel Brobecker <brobecker@adacore.com>
5611
5612 * gdb.ada/assign_arr: New testcase.
5613
cb923fcc
XR
56142017-12-18 Xavier Roirand <roirand@adacore.com>
5615
5616 * gdb.ada/funcall_ptr: New testcase.
5617
7c161838
SDJ
56182017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
5619
5620 PR cli/16224
5621 * gdb.base/ptype-offsets.cc: New file.
5622 * gdb.base/ptype-offsets.exp: New file.
5623
1af17fd9
YQ
56242017-12-15 Yao Qi <yao.qi@linaro.org>
5625
5626 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
5627 if XML is disabled.
5628
828d5846
XR
56292017-12-15 Xavier Roirand <roirand@adacore.com>
5630
5631 * gdb.ada/same_component_name: New testcase.
5632
79e8fcaa
JB
56332017-12-14 Joel Brobecker <brobecker@adacore.com>
5634
5635 * gdb.ada/str_binop_equal: New testcase.
5636
e05fa6f9
JB
56372017-12-14 Joel Brobecker <brobecker@adacore.com>
5638
5639 * gdb.ada/task_switch_in_core: New testcase.
5640
b89641ba
SM
56412017-12-13 Simon Marchi <simon.marchi@ericsson.com>
5642
5643 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
5644 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
5645 call test_bkpt_qualified.
5646 (test_bkpt_qualified): New proc.
5647
6892d2e4
PA
56482017-12-13 Pedro Alves <palves@redhat.com>
5649
5650 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
5651 Tighten regexp by matching with an anchor.
5652
a22ecf70
PA
56532017-12-13 Pedro Alves <palves@redhat.com>
5654
5655 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
5656 ("expression with namespace"): New set of tests.
5657 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
5658 (Nested::Test_NS::qux): New.
5659 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
5660 defaults to 'start_quote_char' and 'end_quote_char' parameters.
5661
9937536c
JB
56622017-12-13 Joel Brobecker <brobecker@adacore.com>
5663
5664 * gdb.base/server-del-break.c: New file.
5665 * gdb.base/server-del-break.exp: New file.
5666
fe49c6f5
SH
56672017-12-12 Stafford Horne <shorne@gmail.com>
5668
5669 * gdb.xml/tdesc-regs.exp: Add or1k support.
5670
c3d18620
SH
56712017-12-12 Stafford Horne <shorne@gmail.com>
5672
5673 * gdb.base/bp-permanent.c: Define nop of or1k.
5674
c5f9cfc8
JB
56752017-12-11 Joel Brobecker <brobecker@adacore.com>
5676
5677 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
5678 output with components being reordered.
5679
a9c135fc
JB
56802017-12-11 Joel Brobecker <brobecker@adacore.com>
5681
5682 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
5683 output with components being reordered.
5684
927aa2e7
JK
56852017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5686 Pedro Alves <palves@redhat.com>
5687
5688 * gdb.base/maint.exp (check for .gdb_index): Check also for
5689 .debug_names.
5690 * gdb.dlang/watch-loc.c (.debug_aranges): New.
5691 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
5692 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
5693 (.gdb_index used after symbol reloading): Support also .debug_names.
5694 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
5695
f17d9474
YQ
56962017-12-08 Yao Qi <yao.qi@linaro.org>
5697
5698 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
5699 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
5700
a0de8c21
YQ
57012017-12-08 Yao Qi <yao.qi@linaro.org>
5702
5703 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
5704 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
5705
a738ea1d
YQ
57062017-12-08 Yao Qi <yao.qi@linaro.org>
5707
5708 * gdb.arch/aarch64-tagged-pointer.c: New file.
5709 * gdb.arch/aarch64-tagged-pointer.exp: New file.
5710
1cd9a73b
SDJ
57112017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
5712
5713 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
5714 "int".
5715
fa6eb693
KS
57162017-12-07 Keith Seitz <keiths@redhat.com>
5717
5718 PR breakpoints/22569
5719 * gdb.linespec/ls-errs.exp: Change expected result of "break
5720 -source this file has spaces.c -line 3".
5721 Check that an explicit source file followed by whitespace is
5722 identified as an invalid explicit location.
5723
883fd55a
KS
57242017-12-07 Keith Seitz <keiths@redhat.com>
5725
5726 * gdb.cp/nested-types.cc: New file.
5727 * gdb.cp/nested-types.exp: New file.
5728 * lib/cp-support.exp: Load data-structures.exp library.
5729 (debug_cp_test_ptype_class): New global.
5730 (cp_ptype_class_verbose, next_line): New procedures.
5731 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
5732 Add and document new return value.
5733 Switch the list of lines to a queue.
5734 Add support for new `type' key for nested type definitions.
5735 Add debugging/troubleshooting messages.
5736 * lib/data-structures.exp: New file.
5737
ec72db3e
SM
57382017-12-07 Simon Marchi <simon.marchi@ericsson.com>
5739
5740 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
5741 with proc_with_prefix, don't use with_test_prefix.
5742
99598d71
TT
57432017-12-07 Tom Tromey <tom@tromey.com>
5744
5745 * gdb.base/break.exp: Add test for empty "commands".
5746
a8806230
YQ
57472017-12-07 Yao Qi <yao.qi@linaro.org>
5748
5749 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
5750 malloc and catch syscall.
5751
824cc835
PM
57522017-12-07 Phil Muldoon <pmuldoon@redhat.com>
5753
e79be6e5 5754 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
824cc835
PM
5755 tests for explicit locations.
5756
7cc244de
PA
57572017-12-06 Pedro Alves <palves@redhat.com>
5758
5759 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
5760 force-disabling XML descriptions.
5761
50a1fdd5
PA
57622017-12-04 Pedro Alves <palves@redhat.com>
5763
5764 PR gdb/22499
5765 * gdb.arch/amd64-disp-step-avx.S: New file.
5766 * gdb.arch/amd64-disp-step-avx.exp: New file.
5767
f0fb2488
PA
57682017-12-03 Pedro Alves <palves@redhat.com>
5769
5770 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
5771 and <string.h>.
5772 (parent_function): Print distinct messages when waitpid fails, or
5773 the child exits with a signal, or the child exits for an unhandled
5774 reason.
5775 * gdb.threads/process-dies-while-detaching.exp
5776 (detach_and_expect_exit): New 'inf_output_re' parameter and use
5777 it. Wait for both inferior output and GDB's prompt. Use an
5778 indirect spawn id list.
5779 (do_detach): New parameter 'child_exit'. Use it to compute
5780 expected inferior output.
5781 (test_detach, test_detach_watch, test_detach_killed_outside):
5782 Adjust to pass down the expected child exit kind.
5783
97cbe998
SDJ
57842017-12-01 Joel Brobecker <brobecker@adacore.com>
5785 Sergio Durigan Junior <sergiodj@redhat.com>
5786 Pedro Alves <palves@redhat.com>
5787
5788 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
5789
40fc416f
SDJ
57902017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
5791
5792 * gdb.base/relocate.exp: Add tests to guarantee that arguments
5793 to 'symbol-file' and 'add-symbol-file' can be
5794 position-independent.
5795
1cc75e92
YQ
57962017-12-01 Yao Qi <yao.qi@linaro.org>
5797
5798 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
5799 the URL in copyright header.
5800 * gdb.arch/aarch64-fp.exp: Likewise.
5801 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
5802 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
5803 * gdb.base/expand-psymtabs.exp: Likewise.
5804 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
5805 * gdb.fortran/common-block.exp: Likewise.
5806 * gdb.fortran/common-block.f90: Likewise.
5807 * gdb.fortran/logical.exp: Likewise.
5808 * gdb.fortran/vla-datatypes.f90: Likewise.
5809 * gdb.fortran/vla-sub.f90: Likewise.
5810
875fb7a7
JB
58112017-11-30 Joel Brobecker <brobecker@adacore.com>
5812
5813 * gdb.ada/repeat_dyn: New testcase.
5814
6f14765f
UW
58152017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
5816
5817 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
5818 Update for changed thread numbering.
5819 * gdb.cell/bt.exp: Update for changed GDB output.
5820
f1af7b94
SM
58212017-11-30 Simon Marchi <simon.marchi@ericsson.com>
5822
5823 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
5824 setting isremote by hand.
5825 * boards/dwarf4-gdb-index.exp: Likewise.
5826 * boards/fission.exp: Likewise.
5827 * boards/stabs.exp: Likewise.
5828
e3919f3e
PA
58292017-11-30 Pedro Alves <palves@redhat.com>
5830
5831 * gdb.linespec/cpls-ops.exp
5832 (check_explicit_skips_function_argument): Extract the underlying
5833 type of size_t instead of hardcoding it.
5834
bd69330d
PA
58352017-11-29 Pedro Alves <palves@redhat.com>
5836
5837 PR c++/19436
5838 * gdb.linespec/cpls-abi-tag.cc: New file.
5839 * gdb.linespec/cpls-abi-tag.exp: New file.
5840
a20714ff
PA
58412017-11-29 Pedro Alves <palves@redhat.com>
5842
5843 * gdb.base/langs.exp: Use -qualified.
5844 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
5845 it.
5846 * gdb.cp/namespace.exp: Use -qualified.
5847 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
5848 (overload-3, template-overload, template-ret-type, const-overload)
5849 (const-overload-quoted, anon-ns, ambiguous-prefix): New
5850 procedures.
5851 (test_driver): Call them.
5852 * gdb.cp/save-bp-qualified.cc: New.
5853 * gdb.cp/save-bp-qualified.exp: New.
5854 * gdb.linespec/explicit.exp: Test -qualified.
5855 * lib/completion-support.exp (completion::explicit_opts_list): Add
5856 "-qualified".
5857 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
5858
f6f1d339
PM
58592017-11-29 Phil Muldoon <pmuldoon@redhat.com>
5860
5861 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
5862
02ca603a
TT
58632017-11-29 Tom Tromey <tom@tromey.com>
5864
5865 * gdb.base/relocate.exp: Update invalid argument test.
5866 Add new tests for invalid arguments.
5867
ed6c0bfb
TP
58682017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
5869
5870 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
5871 Return 0 as a long.
5872 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
5873
f106e10e
TP
58742017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
5875
5876 * gdb.cp/breakpoint.cc (bar): Set return type to void.
5877 * gdb.cp/psymtab-parameter.cc (func): Likewise.
5878 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
5879 func ().
5880 * gdb.cp/shadow.cc (B.func): Return 0.
5881
10329bb2
JB
58822017-11-27 Joel Brobecker <brobecker@adacore.com>
5883
5884 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
5885 expected output in gdb_expect call to allow the exception
5886 message to be present as well. Fix syntax confusion to avoid
5887 TCL thinking that exception_name is an array.
5888
617cd4bc
UW
58892017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
5890
5891 * gdb.arch/spu-info.c: Include <unistd.h>.
5892 (do_signal_test): Fix broken calls to write.
5893 * gdb.arch/spu-info.exp: Use prepare_for_testing.
5894 Fix checks for empty mailboxes. Update signal tests for corrected
5895 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
5896 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
5897 * gdb.cell/arch.exp: Use standard_output_file.
5898 * gdb.cell/break.exp: Likewise.
5899 * gdb.cell/bt.exp: Likewise.
5900 * gdb.cell/core.exp: Likewise.
5901 * gdb.cell/dwarfaddr.exp: Likewise.
5902 * gdb.cell/ea-cache.exp: Likewise.
5903 * gdb.cell/ea-standalone.exp: Likewise.
5904 * gdb.cell/f-regs.exp: Likewise.
5905 * gdb.cell/fork.exp: Likewise.
5906 * gdb.cell/gcore.exp: Likewise.
5907 * gdb.cell/mem-access.exp: Likewise.
5908 * gdb.cell/ptype.exp: Likewise.
5909 * gdb.cell/registers.exp: Likewise.
5910 * gdb.cell/sizeof.exp: Likewise.
5911 * gdb.cell/solib-symbol.exp: Likewise.
5912 * gdb.cell/solib.exp: Likewise.
617cd4bc 5913
a81aaca0
PA
59142017-11-25 Pedro Alves <palves@redhat.com>
5915
5916 * gdb.base/complete-empty.exp: New file.
5917 * gdb.base/completion.exp: Adjust.
5918
6a3c6ee4
PA
59192017-11-25 Pedro Alves <palves@redhat.com>
5920
5921 * gdb.linespec/cpls-ops.cc: New file.
5922 * gdb.linespec/cpls-ops.exp: New file.
5923 * lib/completion-support.exp (test_complete_prefix_range_re): New,
5924 factored out from ...
5925 (test_complete_prefix_range): ... this.
5926
8955eb2d
PA
59272017-11-24 Pedro Alves <palves@redhat.com>
5928
5929 * gdb.linespec/cpcompletion.exp: New file.
5930 * gdb.linespec/cpls-hyphen.cc: New file.
5931 * gdb.linespec/cpls.cc: New file.
5932 * gdb.linespec/cpls2.cc: New file.
5933 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
5934 test to use test_gdb_complete_unique. Add label completion,
5935 keyword completion and explicit location completion tests.
5936 * lib/completion-support.exp: New file.
5937
e547c119
JB
59382017-11-24 Joel Brobecker <brobecker@adacore.com>
5939
5940 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
5941 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
5942 when hitting an exception catchpoint.
5943
7c3c1aa8
YQ
59442017-11-22 Yao Qi <yao.qi@linaro.org>
5945
5946 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
5947
41bd68f5
SM
59482017-11-22 Simon Marchi <simon.marchi@ericsson.com>
5949
5950 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
5951 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
5952 * gdb.dwarf2/info-locals-optimized-out.c: New file.
5953
1daad298
YQ
59542017-11-22 Yao Qi <yao.qi@linaro.org>
5955
5956 * gdb.base/info-os.exp: Pass pthreads.
5957 * gdb.multi/multi-attach.exp: Likewise.
5958
88465e87
YQ
59592017-11-22 Yao Qi <yao.qi@linaro.org>
5960
5961 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
5962 compiler.
5963
dc196b23
YQ
59642017-11-22 Yao Qi <yao.qi@linaro.org>
5965
5966 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
5967 * gdb.base/break-interp.exp: Likewise.
5968 * gdb.base/jit-attach-pie.exp: Likewise.
5969
2400729e
UW
59702017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5971
5972 * gdb.base/float128.c (large128): New variable.
5973 * gdb.base/float128.exp: Add test to print largest __float128 value.
5974
7a26362d
UW
59752017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5976
5977 * gdb.arch/vsx-regs.exp: Update register content checks.
5978
ed0f4273
UW
59792017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
5980
5981 * gdb.arch/ppc-longdouble.exp: New file.
5982 * gdb.arch/ppc-longdouble.c: Likewise.
5983
a25d69c6
PA
59842017-11-21 Pedro Alves <palves@redhat.com>
5985
5986 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
5987
73fcf641
PA
59882017-11-20 Pedro Alves <palves@redhat.com>
5989
5990 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
5991 (long_double_typedef): New typedefs.
5992 Use DEF on double and long double.
5993 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
5994 cases.
5995 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
5996 and 'long_double_ptr_same_size' locals. Use them to decide
5997 whether cast from array/function to float is valid/invalid.
5998
71a3c369
TT
59992017-11-17 Tom Tromey <tom@tromey.com>
6000
6001 * gdb.rust/traits.rs: New file.
6002 * gdb.rust/traits.exp: New file.
6003
ced9779b
JB
60042017-11-17 Joel Brobecker <brobecker@adacore.com>
6005
6006 * gdb.ada/minsyms: New testcase.
6007
a0922d80
PA
60082017-11-16 Pedro Alves <palves@redhat.com>
6009
6010 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
6011 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
6012
ea04e54c
PA
60132017-11-16 Pedro Alves <palves@redhat.com>
6014
6015 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
6016 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
6017
e849ea89
PA
60182017-11-16 Pedro Alves <palves@redhat.com>
6019
6020 * gdb.server/reconnect-ctrl-c.c: New file.
6021 * gdb.server/reconnect-ctrl-c.exp: New file.
6022
d8ae99a7
PM
60232017-11-16 Phil Muldoon <pmuldoon@redhat.com>
6024
6025 * gdb.python/py-rbreak.exp: New file.
6026 * gdb.python/py-rbreak.c: New file.
6027 * gdb.python/py-rbreak-func2.c: New file.
6028
968a13f8
PA
60292017-11-16 Pedro Alves <palves@redhat.com>
6030
6031 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
6032 pattern.
6033 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
6034 GDB.
6035
71774bc9
SM
60362017-11-15 Simon Marchi <simon.marchi@ericsson.com>
6037
6038 * gdb.tui/completionn.exp (test_tab_completion): Add space in
6039 regex.
6040
ddbb44cf
SM
60412017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
6042
6043 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
6044 test names.
6045
584a564f
PA
60462017-11-09 Pedro Alves <palves@redhat.com>
6047
6048 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
6049 factored out from ...
6050 (top level): ... here, and adjusted to avoid expecting beyond the
6051 prompt in a single gdb_test_multiple.
6052
5ed7a928
PA
60532017-11-09 Pedro Alves <palves@redhat.com>
6054
6055 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
6056 output.
6057 * gdb.server/ext-attach.exp ("kill" test): Likewise.
6058 * gdb.server/ext-restart.exp ("kill" test): Likewise.
6059 * gdb.server/ext-run.exp ("kill" test): Likewise.
6060 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
6061
a60e0738
PA
60622017-11-09 Pedro Alves <palves@redhat.com>
6063
6064 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
6065 match till end of line.
6066
2c88253f
PA
60672017-11-09 Pedro Alves <palves@redhat.com>
6068
6069 * gdb.base/memattr.exp: Tighten regexes to match the end line.
6070
c7a38517
PA
60712017-11-09 Pedro Alves <palves@redhat.com>
6072
6073 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
6074 New procedures, factored out from ...
6075 (top level): ... here, and adjusted to avoid expecting beyond the
6076 prompt in one go.
6077
f29f4b6b
PA
60782017-11-09 Pedro Alves <palves@redhat.com>
6079
6080 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
6081 output. Fix '?' match.
6082
286acbb5
JB
60832017-11-08 Joel Brobecker <brobecker@adacore.com>
6084
6085 * gdb.ada/scoped_watch: New testcase.
6086 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
6087 which is actually correct.
6088 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
6089 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
6090
62d7ae92
PA
60912017-11-08 Pedro Alves <palves@redhat.com>
6092
6093 * gdb.gdb/complaints.exp (test_initial_complaints)
6094 (test_serial_complaints, test_short_complaints): Call
6095 complaint_internal instead of complaint.
6096
280ca31f
DT
60972017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
6098
6099 * gdb.threads/tls-core.c: New file.
6100 * gdb.threads/tls-core.exp: Likewise.
6101
b5ec771e
PA
61022017-11-08 Pedro Alves <palves@redhat.com>
6103
6104 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
6105 (p Exported_Capitalized): New test.
6106 (p exported_capitalized): New test.
6107
a02b41a7
PA
61082017-11-07 Pedro Alves <palves@redhat.com>
6109
6110 * gdb.cp/ena-dis-br-range.exp: Add more tests.
6111
95e95a6d
PA
61122017-11-07 Pedro Alves <palves@redhat.com>
6113
6114 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
6115 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
6116 (disable_invalid, disable_inverted, disable_negative): New
6117 procedures.
6118 ("bad numbers"): New set of tests.
6119
cee62dbd
PA
61202017-11-07 Pedro Alves <palves@redhat.com>
6121
6122 * gdb.cp/ena-dis-br-range.exp: Add tests.
6123
cc638e86
PA
61242017-11-07 Pedro Alves <palves@redhat.com>
6125
6126 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
6127
d0fe4701
XR
61282017-11-07 Xavier Roirand <roirand@adacore.com>
6129 Pedro Alves <palves@redhat.com>
6130
6131 * gdb.base/ena-dis-br.exp: Add reference to
6132 gdb.cp/ena-dis-br-range.exp.
6133 * gdb.cp/ena-dis-br-range.exp: New file.
6134 * gdb.cp/ena-dis-br-range.cc: New file.
6135
46f67f80
PA
61362017-11-06 Pedro Alves <palves@redhat.com>
6137
6138 * gdb.base/attach-non-pgrp-leader.c: New.
6139 * gdb.base/attach-non-pgrp-leader.exp: New.
6140
726e1356
PA
61412017-11-06 Pedro Alves <palves@redhat.com>
6142
6143 * configure.ac: No longer check for termio.h and sgtty.h.
6144 * configure: Regenerate.
6145 * remote-utils.c: Include termios.h instead of gdb_termios.h.
6146 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
6147 Remove termio and sgtty code.
6148
50ab6ace
YQ
61492017-11-03 Yao Qi <yao.qi@linaro.org>
6150
6151 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
6152 in GDB is disabled.
6153
8e68731c
YQ
61542017-11-03 Yao Qi <yao.qi@linaro.org>
6155
6156 * gdb.python/py-thrhandle.exp: Skip it if python is not
6157 enabled.
6158
3a87ae65
SM
61592017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
6160
6161 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
6162 as a breakpoint command.
6163
484d8d36
MD
61642017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
6165
6166 PR python/21213
6167 * gdb.python/py-infthread.exp: Test calling
6168 InferiorThread.inferior () multiple times in a row.
6169
4a27f119
KS
61702017-10-27 Keith Seitz <keiths@redhat.com>
6171
6172 * gdb.opt/inline-break.exp (break_info_1): New procedure.
6173 Test "info break" for every inlined function breakpoint.
6174
bb11dd58
YQ
61752017-10-27 Yao Qi <yao.qi@linaro.org>
6176
6177 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
6178
a43f3893
PF
61792017-10-26 Patrick Frants <osscontribute@gmail.com>
6180
6181 * gdb.cp/classes.exp (test_static_members): Test printing
6182 Outer::instance.
6183 * gdb.cp/classes.c (struct Inner, struct Outer): New.
6184 (Inner::instance, Outer::instance): New.
6185
792ccf00
PA
61862017-10-24 Pedro Alves <palves@redhat.com>
6187
6188 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
6189 extra console" test in two stages.
6190
eb2bfbad
PA
61912017-10-24 Pedro Alves <palves@redhat.com>
6192
6193 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
6194
1f75a651
PA
61952017-10-24 Pedro Alves <palves@redhat.com>
6196
6197 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
6198 loop.
6199
779990d9
PA
62002017-10-24 Pedro Alves <palves@redhat.com>
6201
6202 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
6203 $attempt" and "stoppedtry $stoppedtry" test prefixes.
6204
ad9b8f5d
PA
62052017-10-24 Pedro Alves <palves@redhat.com>
6206
6207 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
6208 parameter and handle it. Don't output read value in test name.
6209
fee6da6e
PA
62102017-10-24 Pedro Alves <palves@redhat.com>
6211
6212 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
6213 custom test name.
6214
10389c2c
PA
62152017-10-24 Pedro Alves <palves@redhat.com>
6216
6217 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
6218 include the unstable output directory name in the test's name.
6219 (initial_setup_simple) <'set args'>: Use custom test name.
6220
a80e65a9
PA
62212017-10-24 Pedro Alves <palves@redhat.com>
6222
6223 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
6224 with explicit test name.
6225
15763a09
PA
62262017-10-20 Pedro Alves <palves@redhat.com>
6227
6228 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
6229 'wait -i'. Use gdb_assert and remote_close.
6230
49a4ce2e
AB
62312017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
6232
6233 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
6234 number from variable rather than hard-coded.
6235
a75868f5
PA
62362017-10-19 Pedro Alves <palves@redhat.com>
6237
6238 * gdb.base/long-inferior-output.c: New file.
6239 * gdb.base/long-inferior-output.exp: New file.
6240
c8ba13ad
KS
62412017-11-18 Keith Seitz <keiths@redhat.com>
6242
6243 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
6244 method.
6245 (main): Call it.
6246 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
6247 Add additional user-defined conversion operator tests.
6248
b27de576
PA
62492017-10-17 Pedro Alves <palves@redhat.com>
6250
6251 * boards/native-stdio-gdbserver.exp: Load "local-board".
6252
8484c955
PA
62532017-10-17 Pedro Alves <palves@redhat.com>
6254
6255 * gdb.base/quit-live.c: New file.
6256 * gdb.base/quit-live.exp: New file.
6257
83d5a34d
KS
62582017-10-16 Keith Seitz <keiths@redhat.com>
6259
6260 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
6261 (class_with_protected_typedef, class_with_private_typedef)
6262 (struct_with_public_typedef, struct_with_protected_typedef)
6263 (struct_with_private_typedef): New classes/structs.
6264 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
6265 typedefs and access specifiers.
6266
739b3f1d
PA
62672017-10-16 Pedro Alves <palves@redhat.com>
6268 Simon Marchi <simon.marchi@polymtl.ca>
6269
6270 * README (Local vs Remote vs Native): New section.
6271 * boards/local-board.exp: New file, with bits factored out from
6272 ...
6273 * boards/native-extended-gdbserver.exp: ... here. Load
6274 "local-board".
6275 * boards/native-gdbserver.exp: Load "local-board".
6276 (${board}_spawn, ${board}_exec): Delete.
6277 * boards/native-stdio-gdbserver.exp: Most contents factored out to
6278 ...
6279 * boards/stdio-gdbserver-base.exp: ... this new file.
6280 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
6281 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
6282 procedure.
6283 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
6284 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
6285 stdio_gdbserver_command.
6286 (${board}_get_remote_address, ${board}_get_comm_port)
6287 (${board}_download, ${board}_upload): Delete.
6288 (get_target_remote_pipe_cmd): New.
6289
fe68b953
SM
62902017-10-16 Simon Marchi <simon.marchi@ericsson.com>
6291
6292 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
6293 test_bkpt_deletion, test_bkpt_cond_and_cmds,
6294 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
6295 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
6296 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
6297 remove with_test_prefix.
6298
300b6685
PA
62992017-10-13 Pedro Alves <palves@redhat.com>
6300
6301 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
6302 * gdb.base/annota1.exp: Use it instead of is_remote.
6303 * gdb.base/annota3.exp: Use it instead of is_remote.
6304 * gdb.cp/annota2.exp: Use it instead of is_remote.
6305 * gdb.cp/annota3.exp: Use it instead of is_remote.
6306 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
6307
50500caf
PA
63082017-10-13 Pedro Alves <palves@redhat.com>
6309
6310 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
6311 (test_num_test_vars, run_and_count_vars, find_env)
6312 (test_set_unset_env, test_inherit_env_var): New procedures.
6313 (top level): Use them.
6314
dad0c6d2
PA
63152017-10-13 Pedro Alves <palves@redhat.com>
6316
6317 * lib/selftest-support.exp (selftest_setup): Extend comments, and
6318 also skip on stub-like targets.
6319
8b0553c1
PA
63202017-10-13 Pedro Alves <palves@redhat.com>
6321
6322 PR gdb/22293
6323 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
6324 (top level): Move some tests to ...
6325 (test_not_found): ... this new procedure.
6326 (top level): Call it.
6327
7594f623
PA
63282017-10-13 Pedro Alves <palves@redhat.com>
6329
6330 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
6331 expect different "info terminal" output if testing with a
6332 non-native target.
6333
ebe3b402
PA
63342017-10-13 Pedro Alves <palves@redhat.com>
6335 Simon Marchi <simon.marchi@polymtl.ca>
6336
6337 PR python/12966
6338 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
6339
42f1b161
PA
63402017-10-13 Pedro Alves <palves@redhat.com>
6341
6342 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
6343 already.
6344
8d6ef72b
PA
63452017-10-13 Pedro Alves <palves@redhat.com>
6346
6347 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
6348 is_remote.
6349
d7bcd5b8
PA
63502017-10-13 Pedro Alves <palves@redhat.com>
6351
6352 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
6353 is_remote.
6354
df479dc6
PA
63552017-10-13 Pedro Alves <palves@redhat.com>
6356
6357 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
6358 is set.
6359 (corefile_test_attach): Likewise. Check can_spawn_for_attach
6360 instead of is_remote.
6361
23fb630a
PA
63622017-10-13 Pedro Alves <palves@redhat.com>
6363
6364 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
6365 (top level): Add comment.
6366
cc77b1dc
PA
63672017-10-13 Pedro Alves <palves@redhat.com>
6368
6369 * gdb.base/remote.exp (top level): Fix comment typo and add
6370 missing return.
6371
27c9e813
PA
63722017-10-13 Pedro Alves <palves@redhat.com>
6373 Simon Marchi <simon.marchi@polymtl.ca>
6374
6375 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
6376 calls and add comments. Skip test if use_gdb_stub is set.
6377 (top level): Use "set cwd" command instead of "cd" command.
6378
5e830d98
PA
63792017-10-13 Pedro Alves <palves@redhat.com>
6380
6381 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
6382 is_remote target check.
6383
f5ca0032
PA
63842017-10-13 Pedro Alves <palves@redhat.com>
6385
6386 * gdb.base/scope.exp: Use build_executable + clean_restart +
6387 gdb_file_cmd instead of prepare_for_testing and no longer skip
6388 "before run" tests on is_remote target boards. Update comments.
6389 * boards/native-extended-gdbserver.exp
6390 (extended_gdbserver_load_last_file): New, factored out from ...
6391 (gdb_load): ... this. Move further below and add comment.
6392 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
6393
8aed1c0d
PA
63942017-10-12 Pedro Alves <palves@redhat.com>
6395
6396 * gdb.base/attach.exp: Remove references to gdb64.
6397 * gdb.base/dbx.exp: Remove references to gdb64.
6398
cfa34c87
SM
63992017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
6400 Pedro Alves <palves@redhat.com>
6401
6402 * gdb.base/label.exp: Remove is_remote target check.
6403
9192b7de
PA
64042017-10-12 Pedro Alves <palves@redhat.com>
6405
6406 * gdb.base/auvx.exp (coredir): Update comment.
6407 (top level) <core_works>: Use "set cwd" command instead of "cd"
6408 command.
6409
6bf0052d
PA
64102017-10-12 Pedro Alves <palves@redhat.com>
6411 Simon Marchi <simon.marchi@polymtl.ca>
6412
6413 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
6414 target boards.
6415
e48ef82d
PA
64162017-10-12 Pedro Alves <palves@redhat.com>
6417 Simon Marchi <simon.marchi@polymtl.ca>
6418
6419 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
6420 Instead skip if there's any gdb_protocol set.
6421
8d7aea57
SM
64222017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
6423 Pedro Alves <palves@redhat.com>
6424
6425 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
6426
30440677
PA
64272017-10-12 Pedro Alves <palves@redhat.com>
6428 Simon Marchi <simon.marchi@polymtl.ca>
6429
6430 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
6431 instead of on dejagnu remote boards.
6432
4e04f045 64332017-10-12 Pedro Alves <palves@redhat.com>
175654b9 6434 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
6435
6436 * gdb.base/inferior-died.exp: Remove is_remote and isnative
6437 checks. Use build_executable + clean_restart instead of
6438 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
6439 of enabling non-stop after starting gdb.
6440
871a186e
PA
64412017-10-12 Pedro Alves <palves@redhat.com>
6442
6443 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
6444 * gdb.threads/non-ldr-exc-2.exp: Ditto.
6445 * gdb.threads/non-ldr-exc-3.exp: Ditto.
6446 * gdb.threads/non-ldr-exc-4.exp: Ditto.
6447
56d704da
AK
64482017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
6449
6450 * gdb.arch/arc-tdesc-cpu.exp: New file.
6451 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
6452
2f20e312
SM
64532017-10-10 Simon Marchi <simon.marchi@ericsson.com>
6454
6455 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
6456
65630365
PA
64572017-10-10 Pedro Alves <palves@redhat.com>
6458
6459 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
6460 expect CLI output.
6461
bf469271
PA
64622017-10-10 Pedro Alves <palves@redhat.com>
6463
6464 * lib/selftest-support.exp (selftest_setup): Update for
6465 captured_command_loop's prototype change.
6466
777a42f1
PA
64672017-10-09 Pedro Alves <palves@redhat.com>
6468
6469 Test both arch1=>arch2 and arch2=>arch1.
6470
6471 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
6472 (srcfile2, binfile2, march1, march2): Remove globals. Largely
6473 factored out to...
6474 (append_arch1_options, append_arch2_options, append_arch_options)
6475 (build_executables): New procedures.
6476 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
6477 local.
6478 (top level): Add new 'first_arch' testing axis.
6479
cbd2b4e3
PA
64802017-10-09 Pedro Alves <palves@redhat.com>
6481
6482 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
6483 (barrier): New.
6484 (thread_start, all_started): New functions.
6485 (main): Spawn new thread and wait until it is scheduled.
6486 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
6487 option.
6488 (do_test): Add 'selected_thread' parameter. Run to all_started
6489 instead of main. Explicitly set the breakpoint at main. Switch
6490 to the SELECTED_THREAD thread.
6491 (top level): Test handling the exec event with either the main
6492 thread or the second thread selected.
6493
5c9e4427
PA
64942017-10-09 Pedro Alves <palves@redhat.com>
6495
6496 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
6497 logic. Move STOP marker after the value checks.
6498 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
6499 regexp.
6500
b3b7c423
SL
65012017-10-06 Sandra Loosemore <sandra@codesourcery.com>
6502
6503 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
6504
3b4b2f16
UW
65052017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
6506
6507 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
6508 integer-to-dfp conversion.
6509 * gdb.base/dfp-test.exp: Likewise.
6510
5cd63fda
PA
65112017-10-04 Pedro Alves <palves@redhat.com>
6512
6513 * gdb.multi/hangout.c: Include <unistd.h>.
6514 (hangout_loop): New function.
6515 (main): Call alarm. Call hangout_loop in a loop.
6516 * gdb.multi/hello.c: Include <unistd.h>.
6517 (hello_loop): New function.
6518 (main): Call alarm. Call hangout_loop in a loop.
6519 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
6520 inferior with the other selected.
6521
4c71c105
SM
65222017-10-04 Simon Marchi <simon.marchi@ericsson.com>
6523
6524 * gdb.mi/list-thread-groups-available.exp: New file.
6525 * gdb.mi/list-thread-groups-available.c: New file.
6526
bc3b087d
SDJ
65272017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
6528
6529 * gdb.base/set-cwd.exp: Make it available on
6530 native-extended-gdbserver.
6531
d092c5a2
SDJ
65322017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
6533
6534 * gdb.base/set-cwd.c: New file.
6535 * gdb.base/set-cwd.exp: Likewise.
6536
45320ffa
TT
65372017-10-02 Tom Tromey <tom@tromey.com>
6538
6539 PR rust/22236:
6540 * gdb.rust/simple.rs (main): New variable "fslice".
6541 * gdb.rust/simple.exp: Add slice tests. Update string tests.
6542
b3e3859b
TT
65432017-10-02 Tom Tromey <tom@tromey.com>
6544
6545 * gdb.rust/simple.exp: Test ptype of a slice.
6546
01af5e0d
TT
65472017-10-02 Tom Tromey <tom@tromey.com>
6548
6549 * gdb.rust/simple.exp: Test index of slice.
6550
a9bbfbd8
TT
65512017-09-27 Tom Tromey <tom@tromey.com>
6552
6553 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
6554
df8899e5
TP
65552017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
6556 Pedro Alves <palves@redhat.com>
6557
6558 * gdb.base/compare-sections.exp (get value of read-only section): Read
6559 as unsigned value.
6560 (corrupt read-only section): Likewise and don't set written if patching
6561 failed.
6562
757bf54b
KB
65632017-09-21 Kevin Buettner <kevinb@redhat.com>
6564
6565 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
6566 files.
6567
06871ae8
PA
65682017-09-20 Pedro Alves <palves@redhat.com>
6569
6570 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
6571 symbol names in gdb's output.
6572 * gdb.cp/overload.exp ("list all overloads"): Likewise.
6573
e5f25bc5
PA
65742017-09-20 Pedro Alves <palves@redhat.com>
6575
6576 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
6577 Rename to ...
6578 (test_list_ambiguous_symbol): ... this and add a symbol name
6579 parameter. Adjust.
6580 (test_list_ambiguous_function): Reimplement on top of
6581 test_list_ambiguous_symbol and also test listing ambiguous
6582 variables.
6583 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
6584 (ambiguous_fun): ... this.
6585 (ambiguous_var): New.
6586 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
6587 (ambiguous_fun): ... this.
6588 (ambiguous_var): New.
6589
4e5a4f58
JB
65902017-09-19 John Baldwin <jhb@FreeBSD.org>
6591
6592 * gdb.base/starti.c: New file.
6593 * gdb.base/starti.exp: New file.
6594 * lib/gdb.exp (gdb_starti_cmd): New procedure.
6595
26e53f3e
PA
65962017-09-14 Pedro Alves <palves@redhat.com>
6597
6598 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
6599 (top level): Use it instead of runto.
6600
cb791d59
TT
66012017-09-11 Tom Tromey <tom@tromey.com>
6602
6603 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
6604
7c96f8c1
TT
66052017-09-11 Tom Tromey <tom@tromey.com>
6606
6607 * gdb.python/py-infthread.exp: Add tests for new_thread event.
6608 * gdb.python/py-inferior.exp: Add tests for new inferior events.
6609
469412dd
CW
66102017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
6611
6612 * gdb.fortran/printing-types.exp: New file.
6613 * gdb.fortran/printing-types.exp: New file.
6614
e0f86435
BH
66152017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
6616
6617 * gdb.fortran/vla-ptype.exp: Fix typos.
6618 * gdb.fortran/vla-value.exp: Same.
6619
9e9af4be
BH
66202017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
6621
6622 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
6623 * gdb.mi/mi-var-child-f.exp: Likewise.
6624 * gdb.mi/mi-vla-fortran.exp: Likewise.
6625
a5ad232b 66262017-09-08 Frank Penczek <frank.penczek@intel.com>
e79be6e5
SM
6627 Christoph Weinmann <christoph.t.weinmann@intel.com>
6628 Bernhard Heckel <bernhard.heckel@intel.com>
a5ad232b
FP
6629
6630 * gdb.fortran/ptr-indentation.f90: New file.
6631 * gdb.fortran/ptr-indentation.exp: New file.
6632
5aec60eb
TT
66332017-09-05 Tom Tromey <tom@tromey.com>
6634
6635 PR gdb/22010:
6636 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
6637
8f8f8152
TP
66382017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
6639
6640 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
6641
fbd1b771
JK
66422017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6643
6644 * gdb.threads/tls-nodebug-pie.c: New file.
6645 * gdb.threads/tls-nodebug-pie.exp: New file.
6646
5eb5f850
TT
66472017-09-05 Tom Tromey <tom@tromey.com>
6648
6649 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
6650 for rust.
6651
ae780a21
SM
66522017-09-05 Simon Marchi <simon.marchi@ericsson.com>
6653
6654 * gdb.multi/multi-arch-exec.exp: Test with different
6655 "follow-exec-mode" settings.
6656 (do_test): New procedure.
6657
3693fdb3
PA
66582017-09-04 Pedro Alves <palves@redhat.com>
6659
6660 * gdb.base/func-static.c (S::method const, S::method volatile)
6661 (S::method volatile const): New methods.
6662 (c_s, v_s, cv_s): New instances.
6663 (main): Call method() on them.
6664 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
6665 (cannot_resolve): New procedure.
6666 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
6667 print-quote-unquoted columns.
6668 (do_test): Test printing each scope too.
6669
e68cb8e0
PA
66702017-09-04 Pedro Alves <palves@redhat.com>
6671
6672 * gdb.base/local-static.exp: Also test with
6673 class::method::variable wholly quoted.
6674 * gdb.cp/m-static.exp (class::method::variable): Remove test.
6675
858be34c
PA
66762017-09-04 Pedro Alves <palves@redhat.com>
6677
6678 * gdb.base/local-static.c: New.
6679 * gdb.base/local-static.cc: New.
6680 * gdb.base/local-static.exp: New.
6681
46a4882b
PA
66822017-09-04 Pedro Alves <palves@redhat.com>
6683
6684 * gdb.asm/asm-source.exp: Add casts to int.
6685 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
6686 (dataglobal64_1, dataglobal64_2): New globals.
6687 * gdb.base/nodebug.exp: Test different expressions involving the
6688 new globals, with print, whatis and ptype. Add casts to int.
6689 * gdb.base/solib-display.exp: Add casts to int.
6690 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
6691 * gdb.cp/m-static.exp: Add cast to int.
6692 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
6693 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
6694 tls variable with no debug info without a cast. Test with a cast
6695 to int too.
6696 * gdb.trace/entry-values.exp: Add casts.
6697
2c5a2be1
PA
66982017-09-04 Pedro Alves <palves@redhat.com>
6699
6700 * gdb.base/nodebug.exp: Test that ptype's error about functions
6701 with unknown return type includes the function name too.
6702
7022349d
PA
67032017-09-04 Pedro Alves <palves@redhat.com>
6704
6705 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
6706 return type of munmap in infcall.
6707 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
6708 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
6709 type of ftell in infcall.
6710 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
6711 type of getpid in infcall.
6712 * gdb.base/infcall-exec.exp: Cast return type of execlp in
6713 infcall.
6714 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
6715 Bail on failure to extract the pid.
6716 * gdb.base/nodebug.c: #include <stdint.h>.
6717 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
6718 New functions.
6719 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
6720 Change expected output of print/whatis/ptype with functions with
6721 no debug info. Test all supported languages. Call
6722 test_call_promotion.
6723 * gdb.compile/compile.exp: Adjust expected output to expect
6724 warning.
6725 * gdb.threads/siginfo-threads.exp: Likewise.
6726
54990598
PA
67272017-09-04 Pedro Alves <palves@redhat.com>
6728
6729 * gdb.base/callfuncs.exp (do_function_calls): New parameter
6730 "prototypes". Test calling float functions via prototyped and
6731 unprototyped function pointers.
6732 (perform_all_tests): New parameter "prototypes". Pass it down.
6733 (top level): Pass down "prototypes" parameter to
6734 perform_all_tests.
6735
34d16ea2
SM
67362017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6737
6738 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
6739 Test with nested loops.
6740
9521ecda
SM
67412017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6742
6743 * gdb.base/commands.exp: Call the new procedures.
6744 (loop_break_test, loop_continue_test): New procedures.
6745
80a65e9b
SM
67462017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6747
6748 * gdb.base/commands.exp: Call new procedure.
6749 (define_if_without_arg_test): New procedure.
6750
e439fa14
PA
67512017-09-04 Pedro Alves <palves@redhat.com>
6752
6753 * gdb.base/list-ambiguous.exp: New file.
6754 * gdb.base/list-ambiguous0.c: New file.
6755 * gdb.base/list-ambiguous1.c: New file.
6756 * gdb.base/list.exp (test_list_range): Adjust expected output.
6757
0a2dde4a
SDJ
67582017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
6759
6760 * gdb.base/share-env-with-gdbserver.c: New file.
6761 * gdb.base/share-env-with-gdbserver.exp: Likewise.
6762
5e89eb3a
SM
67632017-08-28 Simon Marchi <simon.marchi@ericsson.com>
6764
6765 * gdb.base/commands.exp (gdbvar_simple_if_test,
6766 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
6767 progvar_simple_if_test, progvar_simple_while_test,
6768 progvar_complex_if_while_test, user_defined_command_test,
6769 user_defined_command_args_eval,
6770 user_defined_command_args_stack_test,
6771 user_defined_command_manyargs_test, bp_deleted_in_command_test,
6772 temporary_breakpoint_commands,
6773 gdb_test_no_prompt, redefine_hook_test,
6774 redefine_backtrace_test): Remove "global gdb_prompt".
6775
fd437cbc
SM
67762017-08-28 Simon Marchi <simon.marchi@ericsson.com>
6777
6778 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
6779 New proc, call it from toplevel.
6780
87215ad1
SDJ
67812017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
6782
6783 PR remote/21852
6784 * gdb.server/normal.c: New file, copied from gdb.base.
6785 * gdb.server/run-without-local-binary.exp: New file.
6786
58afddc6
WP
67872017-08-07 Weimin Pan <weimin.pan@oracle.com>
6788
6789 * gdb.arch/sparc64-adi.exp: New file.
6790 * gdb.arch/sparc64-adi.c: New file.
6791
5277199a
PA
67922017-08-22 Pedro Alves <palves@redhat.com>
6793
6794 * gdb.cp/overload.exp (line_range_pattern): New procedure.
6795 (top level): Add "list all overloads" tests.
6796
14278e1f
TT
67972017-08-22 Tom Tromey <tom@tromey.com>
6798
6799 * gdb.gdb/xfullpath.exp: Remove.
6800
bf223d3e
PA
68012017-08-21 Pedro Alves <palves@redhat.com>
6802
6803 PR gdb/19487
6804 * gdb.base/symbol-alias.c: New.
6805 * gdb.base/symbol-alias2.c: New.
6806 * gdb.base/symbol-alias.exp: New.
6807
c973d0aa
PA
68082017-08-21 Pedro Alves <palves@redhat.com>
6809
6810 * gdb.base/dfp-test.c
6811 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
6812 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
6813 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
6814 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
6815 * gdb.base/whatis-ptype-typedefs.c: New.
6816 * gdb.base/whatis-ptype-typedefs.exp: New.
6817 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
6818 (an_int, an_int_type, an_int_type2): New globals.
6819 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
6820 involving typedefs and cast expressions.
6821 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
6822 (lookup_typedefs_function): New.
6823 (typedefs_pretty_printers_dict): New.
6824 (top level): Register lookup_typedefs_function in
6825 gdb.pretty_printers.
6826
6d580b63
YQ
68272017-08-18 Yao Qi <yao.qi@linaro.org>
6828
6829 * gdb.server/unittest.exp: New.
6830
206726fb
SDJ
68312017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
6832
6833 PR gdb/21954
6834 * gdb.base/environ.exp: Add test to check if 'unset environment'
6835 works.
6836
bf0ec4c2
AA
68372017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6838
6839 * lib/gdb.exp (universal_compile_options): New caching proc.
6840 (gdb_compile): Suppress GCC's coloring of messages.
6841
d6382fff
TT
68422017-08-14 Tom Tromey <tom@tromey.com>
6843
6844 PR gdb/21675:
6845 * gdb.base/printcmds.exp (test_radices): New function.
6846 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
6847 * gdb.base/sizeof.exp (check_valueof): Use p/d.
6848 * lib/gdb.exp (get_integer_valueof): Use p/d.
6849
c2c2dd9f
SM
68502017-08-12 Simon Marchi <simon.marchi@ericsson.com>
6851
6852 * lib/gdb.exp (get_valueof): Don't capture end-of-line
6853 characters.
6854
fdffd6f4
TT
68552017-08-05 Tom Tromey <tom@tromey.com>
6856
6857 * gdb.rust/simple.exp: Allow String to appear in a different
6858 namespace.
6859
27d41eac
YQ
68602017-07-26 Yao Qi <yao.qi@linaro.org>
6861
6862 * gdb.gdb/unittest.exp: Invoke command
6863 "maintenance check xml-descriptions".
6864
031ed05d
AA
68652017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6866
6867 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
6868 calling context.
6869 (hex128): Drop erroneous calculation of parameters.
6870
dcd27ddf
SM
68712017-07-22 Simon Marchi <simon.marchi@ericsson.com>
6872
6873 * gdb.python/py-unwind.exp: Disable stack protection when
6874 building test file.
6875
47e77640
PA
68762017-07-20 Pedro Alves <palves@redhat.com>
6877
6878 * gdb.base/default.exp (set language): Adjust expected output.
6879
62d2a18a
PA
68802017-07-20 Pedro Alves <palves@redhat.com>
6881
6882 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
6883 (test_minsym): ... this, and make static.
6884 (get_pck__foo__bar__minsym): Rename to ...
6885 (get_test_minsym): ... this.
6886 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
6887 symbol names and comments.
6888 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
6889 (get_test_minsym): ... this.
6890 (pck__foo__bar__minsym__2): Rename to ...
6891 (test_minsym): ... this.
6892 (main): Adjust.
6893
c45ec17c
PA
68942017-07-17 Pedro Alves <palves@redhat.com>
6895
6896 * gdb.base/completion.exp: Adjust expected output.
6897 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
6898 the completer works.
6899
c6756f62
PA
69002017-07-17 Pedro Alves <palves@redhat.com>
6901
6902 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
6903
5bd68487
AB
69042017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
6905
6906 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
6907
8880f2a9
TT
69082017-07-14 Tom Tromey <tom@tromey.com>
6909
6910 PR rust/21764:
6911 * gdb.rust/simple.exp: Add tests.
6912
65547233
TT
69132017-07-14 Tom Tromey <tom@tromey.com>
6914
6915 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
6916
8f14146e
PA
69172017-07-14 Pedro Alves <palves@redhat.com>
6918
6919 * gdb.linespec/base/one/thefile.cc (z1): New function.
6920 * gdb.linespec/base/two/thefile.cc (z2): New function.
6921 * gdb.linespec/linespec.exp: Add tests.
6922
b4365d02
AB
69232017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6924
6925 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
6926 to mi_create_breakpoint.
6927
5d2cbaa5
AB
69282017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6929
6930 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
6931 mi_create_breakpoint.
6932
11cb5716
IB
69332017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
6934
6935 * gdb.dlang/demangle.exp: Update for demangling changes.
6936
03278692
TT
69372017-07-09 Tom Tromey <tom@tromey.com>
6938
6939 * gdb.dwarf2/shortpiece.exp: New file.
6940
33c5cd75
DB
69412017-07-06 David Blaikie <dblaikie@gmail.com>
6942
6943 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
6944 built from fissiont-multi-cu{1,2}.c.
6945 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
6946 except putting 'main' and 'func' in separate CUs in the same DWO file.
6947 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
6948 test.
6949 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
6950 test.
6951
8455d262
PA
69522017-07-06 Pedro Alves <palves@redhat.com>
6953
6954 * gdb.python/py-unwind.exp: Test flushregs.
6955
dc4bde35
SDJ
69562017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6957
6958 PR cli/21688
6959 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
6960 tests for alias commands and trailing whitespace.
6961
51ed89aa
SDJ
69622017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6963
6964 PR cli/21688
6965 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
6966 procedure. Call it.
6967
eb17d413
PA
69682017-06-29 Pedro Alves <palves@redhat.com>
6969
6970 * gdb.base/printcmds.exp: Add tests.
6971
41664b45
DG
69722017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
6973
6974 PR gdb/21337
6975 * gdb.base/reread-readsym.exp: New file.
6976 * gdb.base/reread-readsym.c: New file.
6977
75312ae3
KB
69782017-06-21 Kevin Buettner <kevinb@redhat.com>
6979
6980 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
6981 subpattern.
6982
66953522
PB
69832017-06-19 Peter Bergner <bergner@vnet.ibm.com>
6984
6985 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
6986 extended mnemonic.
6987 * gdb.arch/powerpc-power9.s: Likewise.
6988
5524b525
AA
69892017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6990
6991 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
6992 on 32-bit x86 targets. Exploit is_*_target macros where
6993 appropriate.
6994
03c8af18
AA
69952017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6996
6997 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
6998 register pieces.
6999
3bf31011
AA
70002017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7001
7002 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
7003 located in one or more DWARF pieces.
7004
805acca0
AA
70052017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7006
7007 * lib/gdb.exp (get_endianness): New proc.
7008 * gdb.arch/aarch64-fp.exp: Use it.
7009 * gdb.arch/altivec-regs.exp: Likewise.
7010 * gdb.arch/e500-regs.exp: Likewise.
7011 * gdb.arch/vsx-regs.exp: Likewise.
7012 * gdb.base/dump.exp: Likewise.
7013 * gdb.base/funcargs.exp: Likewise.
7014 * gdb.base/gnu_vector.exp: Likewise.
7015 * gdb.dwarf2/formdata16.exp: Likewise.
7016 * gdb.dwarf2/implptrpiece.exp: Likewise.
7017 * gdb.dwarf2/nonvar-access.exp: Likewise.
7018 * gdb.python/py-inferior.exp: Likewise.
7019 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
7020
e9352324
AA
70212017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7022
7023 PR gdb/21226
7024 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
7025 stack value pieces are taken from the LSB end.
7026
d5d1163e
AA
70272017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7028
7029 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
7030 variable at nonzero offset.
7031
0567c986
AA
70322017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7033
7034 * gdb.dwarf2/var-access.c: New file.
7035 * gdb.dwarf2/var-access.exp: New test.
7036 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
7037
973e9aab
TT
70382017-06-12 Tom Tromey <tom@tromey.com>
7039
7040 * gdb.dwarf2/formdata16.exp: Add tests.
7041
d9109c80
TT
70422017-06-12 Tom Tromey <tom@tromey.com>
7043
7044 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
7045
30a25466
TT
70462017-06-12 Tom Tromey <tom@tromey.com>
7047
7048 PR exp/16225:
7049 * gdb.reverse/i386-sse-reverse.exp: Update tests.
7050 * gdb.arch/vsx-regs.exp: Update tests.
7051 * gdb.arch/s390-vregs.exp (hex128): New proc.
7052 Update test.
7053 * gdb.arch/altivec-regs.exp: Update tests.
7054
aefd8b33
SDJ
70552017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
7056
7057 * gdb.base/startup-with-shell.c: New file.
7058 * gdb.base/startup-with-shell.exp: Likewise.
7059
2090129c
SDJ
70602017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
7061
7062 * gdb.server/non-existing-program.exp: Update regex in order to
7063 reflect the fact that gdbserver is now using fork_inferior (with a
7064 shell) to startup the inferior.
7065
8e86a419
SM
70662017-05-30 Simon Marchi <simon.marchi@ericsson.com>
7067
7068 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
7069 support function calls from GDB.
7070
e6cf65f2
TT
70712017-05-21 Tom Tromey <tom@tromey.com>
7072
7073 PR rust/21466:
7074 * gdb.rust/unsized.exp: New file.
7075 * gdb.rust/unsized.rs: New file.
7076
43cc5389
TT
70772017-05-19 Tom Tromey <tom@tromey.com>
7078
7079 PR rust/21484:
7080 * gdb.rust/watch.exp: New file.
7081 * gdb.rust/watch.rs: New file.
7082
ec8df234
TT
70832017-05-18 Tom Tromey <tom@tromey.com>
7084
7085 * gdb.rust/simple.exp: Allow Box to be qualified.
7086
3e3e7fae
TP
70872017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
7088
7089 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
7090
59cc050d
PA
70912017-05-18 Pedro Alves <palves@redhat.com>
7092
7093 * gdb.base/fileio.c (test_write, test_read, test_close)
7094 (test_fstat): Don't print 'ret' in the fail path.
7095
c8f6abd1
PA
70962017-05-18 Pedro Alves <palves@redhat.com>
7097
7098 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
7099 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
7100 (test_system, test_rename, test_unlink, test_time): Change
7101 prototypes.
7102 * gdb.base/fileio.exp (stop_msg): Adjust.
7103
d2a03b77
PA
71042017-05-18 Pedro Alves <palves@redhat.com>
7105
7106 * gdb.base/fileio.c (null_str): New global.
7107 (test_stat): Use it.
7108 * gdb.base/fileio.exp: Remove nowarnings.
7109
0d5c6999
YQ
71102017-05-17 Yao Qi <yao.qi@linaro.org>
7111
7112 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
7113
21873064
YQ
71142017-05-17 Simon Marchi <simon.marchi@ericsson.com>
7115
7116 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
7117 argument command.
7118 (top-level): Invoke test_set_inferior_tty.
7119
d512d31c
PA
71202017-05-04 Pedro Alves <palves@redhat.com>
7121
7122 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
7123 Add parens to print call for Python 3.
7124
90cef2ed
KS
71252017-05-03 Keith Seitz <keiths@redhat.com>
7126
7127 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
7128 (main): Call it.
7129
14f819c8
TW
71302017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7131
7132 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
7133 to prev and next.
7134
913aeadd
TW
71352017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7136
7137 * gdb.python/py-record-btrace.exp: Remove test for
7138 gdb.BtraceInstruction.error.
7139
a3be24ad
TW
71402017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7141
7142 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
7143
ae20e79a
TW
71442017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7145
7146 * gdb.python/py-record-btrace-threads.c: New file.
7147 * gdb.python/py-record-btrace-threads.exp: New file.
7148
45ce1b47
SDJ
71492017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
7150
7151 PR testsuite/8595
7152 * gdb.base/environ.exp: Make test available in all architectures.
7153 Move bits related to "info program" testing to
7154 gdb.base/info-program.exp. Rewrite tests to use the two new
7155 procedures mentione below.
7156 (test_set_show_env_var) New procedure.
7157 (test_set_show_env_var_equal): Likewise.
7158 * gdb.base/info-program.exp: New file.
7159
e15c3eb4
KS
71602017-04-27 Keith Seitz <keiths@redhat.com>
7161
7162 * gdb.cp/oranking.cc (test15): New function.
7163 (main): Call test15 and declare additional variables for testing.
7164 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
7165 "p foo101('abc')" tests.
7166 Add tests for cv qualifier overloads.
7167 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
7168 "lvalue reference overload" test.
7169 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
7170 "print value of f1 on Child&& in f2" test.
7171
3a3fd0fd
PA
71722017-04-19 Pedro Alves <palves@redhat.com>
7173
7174 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
7175 procedure.
7176 (top level): Call it.
7177 * lib/gdb.exp (gdb_define_cmd): New procedure.
7178
53375380
PA
71792017-04-12 Pedro Alves <palves@redhat.com>
7180
7181 PR gdb/21323
7182 * gdb.cp/wide_char_types.c: Include <wchar.h>.
7183 (wchar): New global.
7184 * gdb.cp/wide_char_types.exp (wide_char_types_program)
7185 (do_test_wide_char, wide_char_types_no_program, top level): Add
7186 wchar_t testing.
7187
53e710ac
PA
71882017-04-12 Pedro Alves <palves@redhat.com>
7189
7190 PR c++/21323
7191 * gdb.cp/wide_char_types.c: New file.
7192 * gdb.cp/wide_char_types.exp: New file.
7193
0ad9d8c7
SDJ
71942017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
7195
7196 PR gdb/21352
7197 * gdb.trace/tsv.exp: Add test for "tsave -r".
7198
b1b45502
IB
71992017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
7200
7201 * gdb.dlang/watch-loc.c: New file.
7202 * gdb.dlang/watch-loc.exp: New file.
7203
ec13808e
JK
72042017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7205
7206 * gdb.python/py-section-script.exp (sepdebug): New testcases.
7207
fe5f7374
AK
72082017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
7209
7210 * gdb.arch/arc-analyze-prologue.S: New file.
7211 * gdb.arch/arc-analyze-prologue.exp: Likewise.
7212
eea78757
AK
72132017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
7214
7215 * gdb.arch/arc-decode-insn.S: New file.
7216 * gdb.arch/arc-decode-insn.exp: Likewise.
7217
5badf10a
IR
72182017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
7219
7220 PR tdep/20928
7221 * gdb.arch/sparc64-regs.exp: New file.
7222 * gdb.arch/sparc64-regs.S: Likewise.
7223
cee59b3f
TW
72242017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
7225
7226 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
7227 and memory view on Python 3.
7228
c0f55cc6
AV
72292017-03-20 Artemiy Volkov <artemiyv@acm.org>
7230 Keith Seitz <keiths@redhat.com>
7231
7232 PR gdb/14441
7233 * gdb.cp/demangle.exp: Add rvalue reference tests.
7234 * gdb.cp/rvalue-ref-casts.cc: New file.
7235 * gdb.cp/rvalue-ref-casts.exp: New file.
7236 * gdb.cp/rvalue-ref-overload.cc: New file.
7237 * gdb.cp/rvalue-ref-overload.exp: New file.
7238 * gdb.cp/rvalue-ref-params.cc: New file.
7239 * gdb.cp/rvalue-ref-params.exp: New file.
7240 * gdb.cp/rvalue-ref-sizeof.cc: New file.
7241 * gdb.cp/rvalue-ref-sizeof.exp: New file.
7242 * gdb.cp/rvalue-ref-types.cc: New file.
7243 * gdb.cp/rvalue-ref-types.exp: New file.
7244 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
7245 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
7246
51457a05
MAL
72472017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
7248
7249 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
7250 New procedure.
7251
5b291c04
MAL
72522017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
7253
7254 * lib/mi-support.exp (mi_gdb_test): Add additional message
7255 for unexpected output.
7256
59a56148
AA
72572017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
7258
7259 * gdb.base/examine-backward.c (Barrier): New character array
7260 constant, to ensure that TestStrings is preceded by a string
7261 terminator.
7262
7942e96e
AA
72632017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7264
7265 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
7266 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
7267 and implicit pointer into such a location.
7268
6ebac3fb
DE
72692017-03-16 Doug Evans <dje@google.com>
7270
7271 * gdb.python/py-lazy-string (pointer): Really add new typedef.
7272
ec3b243d
TP
72732017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
7274
7275 * gdb.cp/m-static.exp: Fix expectation for prototype of
7276 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
7277
72782017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
7279
7280 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
7281 * gdb.guile/scm-lazy-string.c: New file.
7282 * gdb.guile/scm-value.exp: Move lazy string tests to ...
7283 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
7284 for pointer, array, typedef lazy strings.
7285
2cc36e25 72862017-03-16 Doug Evans <dje@google.com>
34b43320
DE
7287
7288 PR python/17728, python/18439, python/18779
7289 * gdb.python/py-value.c (main) Delete locals sptr, sn.
7290 * gdb.python/py-lazy-string.c (pointer): New typedef.
7291 (main): New locals ptr, array, typedef_ptr.
7292 * gdb.python/py-value.exp: Move lazy string tests to ...
7293 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
7294 array, typedef lazy strings.
ec3b243d 7295
0efcde63
AK
72962017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
7297
7298 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
7299 Add optional 'test' parameter.
7300
7978d7c3
SM
73012017-03-13 Simon Marchi <simon.marchi@ericsson.com>
7302
7303 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
7304 Skip for versions of DejaGnu < 1.5.
7305
896c0c1e
SM
73062017-03-13 Simon Marchi <simon.marchi@ericsson.com>
7307
7308 * lib/gdb.exp (dejagnu_version): New proc.
7309 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
7310 Use dejagnu_version.
7311
5f4d1085
KS
73122017-03-10 Keith Seitz <keiths@redhat.com>
7313
7314 PR c++/8128
7315 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
7316 type from destructor regexps.
7317 Add a branch which actually passes the test.
7318 Adjust "ptype t5i" test names.
7319
1de05205
PA
73202017-03-08 Pedro Alves <palves@redhat.com>
7321
7322 * gdb.base/step-over-exit.exp: Add explicit test message.
7323
c65d6b55
PA
73242017-03-08 Pedro Alves <palves@redhat.com>
7325
7326 PR gdb/18360
7327 * gdb.threads/interrupt-while-step-over.c: New file.
7328 * gdb.threads/interrupt-while-step-over.exp: New file.
7329
2e86a283
PA
73302017-03-08 Pedro Alves <palves@redhat.com>
7331
7332 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
7333 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
7334
25dcbff6
PA
73352017-03-08 Pedro Alves <palves@redhat.com>
7336
7337 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
7338 PKRU as not supported as a PASS.
7339
dc9366eb
PA
73402017-03-08 Pedro Alves <palves@redhat.com>
7341
7342 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
7343 prefix instead of $binfile1/$binfile2.
7344 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
7345 in test message.
7346 * gdb.python/py-completion.exp: Use "load python file" as test
7347 messages instead of unstable path names.
7348
6e5d74e7
PA
73492017-03-08 Pedro Alves <palves@redhat.com>
7350 Jan Kratochvil <jan.kratochvil@redhat.com>
7351
7352 PR cli/21218
7353 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
7354 New proc.
7355 (top level): Call it.
7356
9753a2f6
PA
73572017-03-08 Pedro Alves <palves@redhat.com>
7358
7359 PR tui/21216
7360 * gdb.tui/tui-nl-filtered-output.exp: New file.
7361
1a4dd9dd
PA
73622017-03-08 Pedro Alves <palves@redhat.com>
7363
7364 * gdb.base/completion.exp: Move TUI completion tests to ...
7365 * gdb.tui/completion.exp: ... this new file.
7366
7cbbff33
PA
73672017-03-08 Pedro Alves <palves@redhat.com>
7368
7369 * gdb.base/tui-disasm-long-lines.c,
7370 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
7371 gdb.base/tui-layout.exp: Move to ...
7372 * gdb.tui/: ... this new directory.
7373
5f6fd321
PA
73742017-03-07 Pedro Alves <palves@redhat.com>
7375
7376 * gdb.base/tui-layout.c: New file.
7377 * gdb.base/tui-layout.exp: New file.
7378
44959fa8
PA
73792017-03-07 Pedro Alves <palves@redhat.com>
7380
7381 * gdb.base/tui-layout.c: Rename to ...
7382 * gdb.base/tui-disasm-long-lines.c: ... this.
7383 * gdb.base/tui-layout.exp: Rename to ...
7384 * gdb.base/tui-disasm-long-lines.exp: ... this.
7385
f8c4e718
PA
73862017-03-07 Pedro Alves <palves@redhat.com>
7387
7388 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
7389
6dbb839a 73902017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
7391
7392 * i386-mpx-call.c: New file.
7393 * i386-mpx-call.exp: New file.
7394
65b48a81
PB
73952017-02-28 Peter Bergner <bergner@vnet.ibm.com>
7396
7397 * gdb.arch/powerpc-power.exp: Delete test.
7398 * gdb.arch/powerpc-power.s: Likewise.
7399 * gdb.disasm/disassembler-options.exp: New test.
7400 * gdb.arch/powerpc-altivec.exp: Likewise.
7401 * gdb.arch/powerpc-altivec.s: Likewise.
7402 * gdb.arch/powerpc-altivec2.exp: Likewise.
7403 * gdb.arch/powerpc-altivec2.s: Likewise.
7404 * gdb.arch/powerpc-altivec3.exp: Likewise.
7405 * gdb.arch/powerpc-altivec3.s: Likewise.
7406 * gdb.arch/powerpc-power7.exp: Likewise.
7407 * gdb.arch/powerpc-power7.s: Likewise.
7408 * gdb.arch/powerpc-power8.exp: Likewise.
7409 * gdb.arch/powerpc-power8.s: Likewise.
7410 * gdb.arch/powerpc-power9.exp: Likewise.
7411 * gdb.arch/powerpc-power9.s: Likewise.
7412 * gdb.arch/powerpc-vsx.exp: Likewise.
7413 * gdb.arch/powerpc-vsx.s: Likewise.
7414 * gdb.arch/powerpc-vsx2.exp: Likewise.
7415 * gdb.arch/powerpc-vsx2.s: Likewise.
7416 * gdb.arch/powerpc-vsx3.exp: Likewise.
7417 * gdb.arch/powerpc-vsx3.s: Likewise.
7418 * gdb.arch/arm-disassembler-options.exp: Likewise.
7419 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
7420 * gdb.arch/s390-disassembler-options.exp: Likewise.
7421
17cd4947
LM
74222017-02-23 Luis Machado <lgustavo@codesourcery.com>
7423
7424 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
7425 (check_supported_features): ... this. Changed return type to void.
7426 (supports_rdseed): New static global.
7427 (rdseed): Check supports_rdseed.
7428 (initialize): Call check_supported_features.
7429
2039d74e
EBM
74302017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7431
7432 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
7433 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
7434 and lqarx/stqcx.
7435 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
7436 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
7437
a51d7ecf
EBM
74382017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7439
7440 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
7441 uppercase.
7442
0224619f
JK
74432017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7444
7445 * gdb.dwarf2/formdata16.c: New file.
7446 * gdb.dwarf2/formdata16.exp: New file.
7447 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
7448
216f72a1
JK
74492017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7450
7451 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
7452 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
7453 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
7454 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
7455 DW_AT_GNU_*.
7456
43988095
JK
74572017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7458
7459 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
7460
99e8a4f9
SDJ
74612017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
7462
7463 PR gdb/21164
7464 * gdb.base/maint.exp: Add testcases for when the commands do
7465 not have arguments.
7466
b58a8c0c
TP
74672017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
7468
7469 * gdb.cp/chained-calls.exp: Use p instead of P.
7470
4e746bb6
TW
74712017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
7472
7473 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
7474 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
7475
3f77c769
TT
74762017-02-14 Tom Tromey <tom@tromey.com>
7477
7478 PR python/13598:
7479 * gdb.python/py-events.exp: Add before_prompt event tests.
7480
075beec0
AA
74812017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7482
7483 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
7484
bf5f525c
LM
74852017-02-13 Luis Machado <lgustavo@codesourcery.com>
7486
7487 * gdb.linespec/explicit.c (my_unique_function_name): New function.
7488 (main): Call my_unique_function_name.
7489 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
7490 completion of patterns with a single match.
7491 Add missing -re switches to gdb_test_multiple calls.
7492
13a66184
LM
74932017-02-13 Luis Machado <lgustavo@codesourcery.com>
7494
7495 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
7496 return if core file is not recognized.
7497
26a06916
SM
74982017-02-10 Simon Marchi <simon.marchi@ericsson.com>
7499
7500 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
7501 and extra UIs.
7502
b761ca9e
SM
75032017-02-10 Simon Marchi <simon.marchi@ericsson.com>
7504
7505 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
7506 proc_with_prefix.
7507
b964bee0
TT
75082017-02-10 Tom Tromey <tom@tromey.com>
7509
7510 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
7511
18da0c51
MG
75122017-02-10 Martin Galvan <martingalvan@sourceware.org>
7513
7514 PR gdb/21122
7515 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
7516
604c4576
JG
75172017-02-08 Jerome Guitton <guitton@adacore.com>
7518
7519 * gdb.base/define.exp: Add test for command abbreviations
7520 in define.
7521
20b477a7
LM
75222017-02-06 Luis Machado <lgustavo@codesourcery.com>
7523
7524 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
7525 * gdb.reverse/insn-reverse-x86.c: New file.
7526
3f7b46f2
IR
75272017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
7528
7529 PR tdep/20936
7530 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
7531
f0fd41c1
TT
75322017-02-03 Tom Tromey <tom@tromey.com>
7533
7534 PR rust/21097:
7535 * gdb.rust/simple.exp: Add new tests.
7536
5be5dbf0
PA
75372017-02-02 Pedro Alves <palves@redhat.com>
7538
7539 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
7540 tests.
7541
7346ef59
AA
75422017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
7543
7544 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
7545 taking a 2-byte value out of a 4-byte DWARF implicit value on
7546 big-endian targets.
7547 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
7548 logic. Add test cases for DW_OP_implicit.
7549
787f0025
MM
75502017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7551
7552 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
7553
68777c29
MM
75542017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7555
7556 * gdb.btrace/enable.exp: Call gdb_exit before
7557 skip_gdbserver_tests.
7558
0a1c7e28
MM
75592017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7560
7561 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
7562 GDBFLAGS.
7563
b5ac99b0
MM
75642017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7565
7566 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
7567 the test is skipped.
7568 * gdb.btrace/data.exp: Likewise.
7569 * gdb.btrace/delta.exp: Likewise.
7570 * gdb.btrace/dlopen.exp: Likewise.
7571 * gdb.btrace/enable-running.exp: Likewise.
7572 * gdb.btrace/enable.exp: Likewise.
7573 * gdb.btrace/exception.exp: Likewise.
7574 * gdb.btrace/function_call_history.exp: Likewise.
7575 * gdb.btrace/gcore.exp: Likewise.
7576 * gdb.btrace/instruction_history.exp: Likewise.
7577 * gdb.btrace/multi-thread-step.exp: Likewise.
7578 * gdb.btrace/nohist.exp: Likewise.
7579 * gdb.btrace/non-stop.exp: Likewise.
7580 * gdb.btrace/reconnect.exp: Likewise.
7581 * gdb.btrace/record_goto-step.exp: Likewise.
7582 * gdb.btrace/record_goto.exp: Likewise.
7583 * gdb.btrace/rn-dl-bind.exp: Likewise.
7584 * gdb.btrace/segv.exp: Likewise.
7585 * gdb.btrace/step.exp: Likewise.
7586 * gdb.btrace/stepi.exp: Likewise.
7587 * gdb.btrace/tailcall-only.exp: Likewise.
7588 * gdb.btrace/tailcall.exp: Likewise.
7589 * gdb.btrace/tsx.exp: Likewise.
7590 * gdb.btrace/unknown_functions.exp: Likewise.
7591 * gdb.btrace/vdso.exp: Likewise.
7592
cd4007e4
MM
75932017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7594
7595 * gdb.btrace/enable-running.c: New.
7596 * gdb.btrace/enable-running.exp: New.
7597
2735833d
WT
75982017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
7599
7600 * gdb.arch/amd64-gs_base.c: New file.
7601 * gdb.arch/amd64-gs_base.exp: New file.
7602
b51e1e94
LM
76032017-01-26 Luis Machado <lgustavo@codesourcery.com>
7604
7605 * lib/memory.exp: Remove spurious empty newlines.
7606
72ca0410
SM
76072017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
7608
7609 * gdb.python/py-bad-printers.exp: Load python file using "source".
7610 * gdb.python/py-events.exp: Likewise.
7611 * gdb.python/py-evsignal.exp: Likewise.
7612 * gdb.python/py-evthreads.exp: Likewise.
7613 * gdb.python/py-frame-args.exp: Likewise.
7614 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
7615 * gdb.python/py-framefilter-mi.exp: Likewise.
7616 * gdb.python/py-framefilter.exp: Likewise.
7617 * gdb.python/py-mi.exp: Likewise.
7618 * gdb.python/py-pp-maint.exp: Likewise.
7619 * gdb.python/py-pp-registration.exp: Likewise.
7620 * gdb.python/py-prettyprint.exp: Likewise.
7621 (run_lang_tests): Likewise.
7622 * gdb.python/py-typeprint.exp: Likewise.
7623
e309aa65
LM
76242017-01-26 Luis Machado <lgustavo@codesourcery.com>
7625
7626 * lib/memory.exp: New file.
7627 * lib/gdb.exp: Load memory.exp.
7628 * gdb.base/memattr.exp (delete_memory): Move proc to
7629 lib/memory.exp and rename to delete_memory_regions.
7630 Replace delete_memory with delete_memory_regions.
7631 Cleanup memory regions before tests.
7632 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
7633 before tests.
7634
515aff23
LM
76352017-01-26 Luis Machado <lgustavo@codesourcery.com>
7636
7637 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
7638 files.
7639 (initialize): New function conditionally defined.
7640 (testcases): Move within conditional block.
7641 (main): Call initialize.
7642 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
7643 of gdb.reverse/insn-reverse.c.
7644 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
7645 gdb.reverse/insn-reverse.c.
7646
d8b49cf0
YQ
76472017-01-26 Yao Qi <yao.qi@linaro.org>
7648
7649 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
7650 disassemble on address 0.
7651
f13a9a0c
YQ
76522017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
7653 Yao Qi <yao.qi@linaro.org>
7654
7655 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
7656 * gdb.dwarf2/implptr-64bit.S: Remove.
7657 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
7658 variables in caller's context. Add DW_OP_implicit_value.
7659
5ac95241
YQ
76602017-01-25 Yao Qi <yao.qi@linaro.org>
7661
7662 * lib/dwarf.exp (Dwarf::_location): Handle
7663 DW_OP_GNU_implicit_pointer with proper size.
7664
23e82930
LM
76652017-01-20 Luis Machado <lgustavo@codesourcery.com>
7666
7667 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
7668 and add untested calls.
7669
d334ae25
LM
76702017-01-20 Luis Machado <lgustavo@codesourcery.com>
7671
7672 * gdb.python/python.exp: Check line number against what GDB thinks
7673 the line number is for func1.
7674
f5e6296e
IB
76752017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
7676
7677 * gdb.dlang/debug-expr.exp: New file.
7678
5b362f04
LM
76792016-12-23 Luis Machado <lgustavo@codesourcery.com>
7680
7681 Fix test names for the following files:
7682
7683 * gdb.ada/exec_changed.exp
7684 * gdb.ada/info_types.exp
7685 * gdb.arch/aarch64-atomic-inst.exp
7686 * gdb.arch/aarch64-fp.exp
7687 * gdb.arch/altivec-abi.exp
7688 * gdb.arch/altivec-regs.exp
7689 * gdb.arch/amd64-byte.exp
7690 * gdb.arch/amd64-disp-step.exp
7691 * gdb.arch/amd64-dword.exp
7692 * gdb.arch/amd64-entry-value-inline.exp
7693 * gdb.arch/amd64-entry-value-param.exp
7694 * gdb.arch/amd64-entry-value-paramref.exp
7695 * gdb.arch/amd64-entry-value.exp
7696 * gdb.arch/amd64-i386-address.exp
7697 * gdb.arch/amd64-invalid-stack-middle.exp
7698 * gdb.arch/amd64-invalid-stack-top.exp
7699 * gdb.arch/amd64-optimout-repeat.exp
7700 * gdb.arch/amd64-prologue-skip.exp
7701 * gdb.arch/amd64-prologue-xmm.exp
7702 * gdb.arch/amd64-stap-special-operands.exp
7703 * gdb.arch/amd64-stap-wrong-subexp.exp
7704 * gdb.arch/amd64-tailcall-cxx.exp
7705 * gdb.arch/amd64-tailcall-noret.exp
7706 * gdb.arch/amd64-tailcall-ret.exp
7707 * gdb.arch/amd64-tailcall-self.exp
7708 * gdb.arch/amd64-word.exp
7709 * gdb.arch/arm-bl-branch-dest.exp
7710 * gdb.arch/arm-disp-step.exp
7711 * gdb.arch/arm-neon.exp
7712 * gdb.arch/arm-single-step-kernel-helper.exp
7713 * gdb.arch/avr-flash-qualifier.exp
7714 * gdb.arch/disp-step-insn-reloc.exp
7715 * gdb.arch/e500-abi.exp
7716 * gdb.arch/e500-regs.exp
7717 * gdb.arch/ftrace-insn-reloc.exp
7718 * gdb.arch/i386-avx512.exp
7719 * gdb.arch/i386-bp_permanent.exp
7720 * gdb.arch/i386-byte.exp
7721 * gdb.arch/i386-cfi-notcurrent.exp
7722 * gdb.arch/i386-disp-step.exp
7723 * gdb.arch/i386-dr3-watch.exp
7724 * gdb.arch/i386-float.exp
7725 * gdb.arch/i386-gnu-cfi.exp
7726 * gdb.arch/i386-mpx-map.exp
7727 * gdb.arch/i386-mpx-sigsegv.exp
7728 * gdb.arch/i386-mpx-simple_segv.exp
7729 * gdb.arch/i386-mpx.exp
7730 * gdb.arch/i386-permbkpt.exp
7731 * gdb.arch/i386-prologue.exp
7732 * gdb.arch/i386-signal.exp
7733 * gdb.arch/i386-size-overlap.exp
7734 * gdb.arch/i386-unwind.exp
7735 * gdb.arch/i386-word.exp
7736 * gdb.arch/mips-fcr.exp
7737 * gdb.arch/powerpc-d128-regs.exp
7738 * gdb.arch/powerpc-stackless.exp
7739 * gdb.arch/ppc64-atomic-inst.exp
7740 * gdb.arch/s390-stackless.exp
7741 * gdb.arch/s390-tdbregs.exp
7742 * gdb.arch/s390-vregs.exp
7743 * gdb.arch/sparc-sysstep.exp
7744 * gdb.arch/thumb-bx-pc.exp
7745 * gdb.arch/thumb-singlestep.exp
7746 * gdb.arch/thumb2-it.exp
7747 * gdb.arch/vsx-regs.exp
7748 * gdb.asm/asm-source.exp
7749 * gdb.base/a2-run.exp
7750 * gdb.base/advance.exp
7751 * gdb.base/all-bin.exp
7752 * gdb.base/anon.exp
7753 * gdb.base/args.exp
7754 * gdb.base/arithmet.exp
7755 * gdb.base/async-shell.exp
7756 * gdb.base/async.exp
7757 * gdb.base/attach-pie-noexec.exp
7758 * gdb.base/attach-twice.exp
7759 * gdb.base/auto-load.exp
7760 * gdb.base/bang.exp
7761 * gdb.base/bitfields.exp
7762 * gdb.base/break-always.exp
7763 * gdb.base/break-caller-line.exp
7764 * gdb.base/break-entry.exp
7765 * gdb.base/break-inline.exp
7766 * gdb.base/break-on-linker-gcd-function.exp
7767 * gdb.base/break-probes.exp
7768 * gdb.base/break.exp
7769 * gdb.base/breakpoint-shadow.exp
7770 * gdb.base/call-ar-st.exp
7771 * gdb.base/call-sc.exp
7772 * gdb.base/call-signal-resume.exp
7773 * gdb.base/call-strs.exp
7774 * gdb.base/callfuncs.exp
7775 * gdb.base/catch-fork-static.exp
7776 * gdb.base/catch-gdb-caused-signals.exp
7777 * gdb.base/catch-load.exp
7778 * gdb.base/catch-signal-fork.exp
7779 * gdb.base/catch-signal.exp
7780 * gdb.base/catch-syscall.exp
7781 * gdb.base/charset.exp
7782 * gdb.base/checkpoint.exp
7783 * gdb.base/chng-syms.exp
7784 * gdb.base/code-expr.exp
7785 * gdb.base/code_elim.exp
7786 * gdb.base/commands.exp
7787 * gdb.base/completion.exp
7788 * gdb.base/complex.exp
7789 * gdb.base/cond-expr.exp
7790 * gdb.base/condbreak.exp
7791 * gdb.base/consecutive.exp
7792 * gdb.base/continue-all-already-running.exp
7793 * gdb.base/coredump-filter.exp
7794 * gdb.base/corefile.exp
7795 * gdb.base/dbx.exp
7796 * gdb.base/debug-expr.exp
7797 * gdb.base/define.exp
7798 * gdb.base/del.exp
7799 * gdb.base/disabled-location.exp
7800 * gdb.base/disasm-end-cu.exp
7801 * gdb.base/disasm-optim.exp
7802 * gdb.base/display.exp
7803 * gdb.base/duplicate-bp.exp
7804 * gdb.base/ena-dis-br.exp
7805 * gdb.base/ending-run.exp
7806 * gdb.base/enumval.exp
7807 * gdb.base/environ.exp
7808 * gdb.base/eu-strip-infcall.exp
7809 * gdb.base/eval-avoid-side-effects.exp
7810 * gdb.base/eval-skip.exp
7811 * gdb.base/exitsignal.exp
7812 * gdb.base/expand-psymtabs.exp
7813 * gdb.base/filesym.exp
7814 * gdb.base/find-unmapped.exp
7815 * gdb.base/finish.exp
7816 * gdb.base/float.exp
7817 * gdb.base/foll-exec-mode.exp
7818 * gdb.base/foll-exec.exp
7819 * gdb.base/foll-fork.exp
7820 * gdb.base/fortran-sym-case.exp
7821 * gdb.base/freebpcmd.exp
7822 * gdb.base/func-ptr.exp
7823 * gdb.base/func-ptrs.exp
7824 * gdb.base/funcargs.exp
7825 * gdb.base/gcore-buffer-overflow.exp
7826 * gdb.base/gcore-relro-pie.exp
7827 * gdb.base/gcore-relro.exp
7828 * gdb.base/gcore.exp
7829 * gdb.base/gdb1090.exp
7830 * gdb.base/gdb11530.exp
7831 * gdb.base/gdb11531.exp
7832 * gdb.base/gdb1821.exp
7833 * gdb.base/gdbindex-stabs.exp
7834 * gdb.base/gdbvars.exp
7835 * gdb.base/hbreak.exp
7836 * gdb.base/hbreak2.exp
7837 * gdb.base/included.exp
7838 * gdb.base/infcall-input.exp
7839 * gdb.base/inferior-died.exp
7840 * gdb.base/infnan.exp
7841 * gdb.base/info-macros.exp
7842 * gdb.base/info-os.exp
7843 * gdb.base/info-proc.exp
7844 * gdb.base/info-shared.exp
7845 * gdb.base/info-target.exp
7846 * gdb.base/infoline.exp
7847 * gdb.base/interp.exp
7848 * gdb.base/interrupt.exp
7849 * gdb.base/jit-reader.exp
7850 * gdb.base/jit-simple.exp
7851 * gdb.base/kill-after-signal.exp
7852 * gdb.base/kill-detach-inferiors-cmd.exp
7853 * gdb.base/label.exp
7854 * gdb.base/langs.exp
7855 * gdb.base/ldbl_e308.exp
7856 * gdb.base/line-symtabs.exp
7857 * gdb.base/linespecs.exp
7858 * gdb.base/list.exp
7859 * gdb.base/long_long.exp
7860 * gdb.base/longest-types.exp
7861 * gdb.base/maint.exp
7862 * gdb.base/max-value-size.exp
7863 * gdb.base/memattr.exp
7864 * gdb.base/mips_pro.exp
7865 * gdb.base/morestack.exp
7866 * gdb.base/moribund-step.exp
7867 * gdb.base/multi-forks.exp
7868 * gdb.base/nested-addr.exp
7869 * gdb.base/nextoverexit.exp
7870 * gdb.base/noreturn-finish.exp
7871 * gdb.base/noreturn-return.exp
7872 * gdb.base/nostdlib.exp
7873 * gdb.base/offsets.exp
7874 * gdb.base/opaque.exp
7875 * gdb.base/pc-fp.exp
7876 * gdb.base/permissions.exp
7877 * gdb.base/print-symbol-loading.exp
7878 * gdb.base/prologue-include.exp
7879 * gdb.base/psymtab.exp
7880 * gdb.base/ptype.exp
7881 * gdb.base/random-signal.exp
7882 * gdb.base/randomize.exp
7883 * gdb.base/range-stepping.exp
7884 * gdb.base/readline-ask.exp
7885 * gdb.base/recpar.exp
7886 * gdb.base/recurse.exp
7887 * gdb.base/relational.exp
7888 * gdb.base/restore.exp
7889 * gdb.base/return-nodebug.exp
7890 * gdb.base/return.exp
7891 * gdb.base/run-after-attach.exp
7892 * gdb.base/save-bp.exp
7893 * gdb.base/scope.exp
7894 * gdb.base/sect-cmd.exp
7895 * gdb.base/set-lang-auto.exp
7896 * gdb.base/set-noassign.exp
7897 * gdb.base/setvar.exp
7898 * gdb.base/sigall.exp
7899 * gdb.base/sigbpt.exp
7900 * gdb.base/siginfo-addr.exp
7901 * gdb.base/siginfo-infcall.exp
7902 * gdb.base/siginfo-obj.exp
7903 * gdb.base/siginfo.exp
7904 * gdb.base/signals-state-child.exp
7905 * gdb.base/signest.exp
7906 * gdb.base/sigstep.exp
7907 * gdb.base/sizeof.exp
7908 * gdb.base/skip.exp
7909 * gdb.base/solib-corrupted.exp
7910 * gdb.base/solib-nodir.exp
7911 * gdb.base/solib-search.exp
7912 * gdb.base/stack-checking.exp
7913 * gdb.base/stale-infcall.exp
7914 * gdb.base/stap-probe.exp
7915 * gdb.base/start.exp
7916 * gdb.base/step-break.exp
7917 * gdb.base/step-bt.exp
7918 * gdb.base/step-line.exp
7919 * gdb.base/step-over-exit.exp
7920 * gdb.base/step-over-syscall.exp
7921 * gdb.base/step-resume-infcall.exp
7922 * gdb.base/step-test.exp
7923 * gdb.base/store.exp
7924 * gdb.base/structs3.exp
7925 * gdb.base/sym-file.exp
7926 * gdb.base/symbol-without-target_section.exp
7927 * gdb.base/term.exp
7928 * gdb.base/testenv.exp
7929 * gdb.base/ui-redirect.exp
7930 * gdb.base/until.exp
7931 * gdb.base/unwindonsignal.exp
7932 * gdb.base/value-double-free.exp
7933 * gdb.base/vla-datatypes.exp
7934 * gdb.base/vla-ptr.exp
7935 * gdb.base/vla-sideeffect.exp
7936 * gdb.base/volatile.exp
7937 * gdb.base/watch-cond-infcall.exp
7938 * gdb.base/watch-cond.exp
7939 * gdb.base/watch-non-mem.exp
7940 * gdb.base/watch-read.exp
7941 * gdb.base/watch-vfork.exp
7942 * gdb.base/watchpoint-cond-gone.exp
7943 * gdb.base/watchpoint-delete.exp
7944 * gdb.base/watchpoint-hw-hit-once.exp
7945 * gdb.base/watchpoint-hw.exp
7946 * gdb.base/watchpoint-stops-at-right-insn.exp
7947 * gdb.base/watchpoints.exp
7948 * gdb.base/wchar.exp
7949 * gdb.base/whatis-exp.exp
7950 * gdb.btrace/buffer-size.exp
7951 * gdb.btrace/data.exp
7952 * gdb.btrace/delta.exp
7953 * gdb.btrace/dlopen.exp
7954 * gdb.btrace/enable.exp
7955 * gdb.btrace/exception.exp
7956 * gdb.btrace/function_call_history.exp
7957 * gdb.btrace/gcore.exp
7958 * gdb.btrace/instruction_history.exp
7959 * gdb.btrace/nohist.exp
7960 * gdb.btrace/reconnect.exp
7961 * gdb.btrace/record_goto-step.exp
7962 * gdb.btrace/record_goto.exp
7963 * gdb.btrace/rn-dl-bind.exp
7964 * gdb.btrace/segv.exp
7965 * gdb.btrace/step.exp
7966 * gdb.btrace/stepi.exp
7967 * gdb.btrace/tailcall-only.exp
7968 * gdb.btrace/tailcall.exp
7969 * gdb.btrace/tsx.exp
7970 * gdb.btrace/unknown_functions.exp
7971 * gdb.btrace/vdso.exp
7972 * gdb.compile/compile-ifunc.exp
7973 * gdb.compile/compile-ops.exp
7974 * gdb.compile/compile-print.exp
7975 * gdb.compile/compile-setjmp.exp
7976 * gdb.cp/abstract-origin.exp
7977 * gdb.cp/ambiguous.exp
7978 * gdb.cp/annota2.exp
7979 * gdb.cp/annota3.exp
7980 * gdb.cp/anon-ns.exp
7981 * gdb.cp/anon-struct.exp
7982 * gdb.cp/anon-union.exp
7983 * gdb.cp/arg-reference.exp
7984 * gdb.cp/baseenum.exp
7985 * gdb.cp/bool.exp
7986 * gdb.cp/breakpoint.exp
7987 * gdb.cp/bs15503.exp
7988 * gdb.cp/call-c.exp
7989 * gdb.cp/casts.exp
7990 * gdb.cp/chained-calls.exp
7991 * gdb.cp/class2.exp
7992 * gdb.cp/classes.exp
7993 * gdb.cp/cmpd-minsyms.exp
7994 * gdb.cp/converts.exp
7995 * gdb.cp/cp-relocate.exp
7996 * gdb.cp/cpcompletion.exp
7997 * gdb.cp/cpexprs.exp
7998 * gdb.cp/cplabel.exp
7999 * gdb.cp/cplusfuncs.exp
8000 * gdb.cp/cpsizeof.exp
8001 * gdb.cp/ctti.exp
8002 * gdb.cp/derivation.exp
8003 * gdb.cp/destrprint.exp
8004 * gdb.cp/dispcxx.exp
8005 * gdb.cp/enum-class.exp
8006 * gdb.cp/exception.exp
8007 * gdb.cp/exceptprint.exp
8008 * gdb.cp/expand-psymtabs-cxx.exp
8009 * gdb.cp/expand-sals.exp
8010 * gdb.cp/extern-c.exp
8011 * gdb.cp/filename.exp
8012 * gdb.cp/formatted-ref.exp
8013 * gdb.cp/fpointer.exp
8014 * gdb.cp/gdb1355.exp
8015 * gdb.cp/gdb2495.exp
8016 * gdb.cp/hang.exp
8017 * gdb.cp/impl-this.exp
8018 * gdb.cp/infcall-dlopen.exp
8019 * gdb.cp/inherit.exp
8020 * gdb.cp/iostream.exp
8021 * gdb.cp/koenig.exp
8022 * gdb.cp/local.exp
8023 * gdb.cp/m-data.exp
8024 * gdb.cp/m-static.exp
8025 * gdb.cp/mb-ctor.exp
8026 * gdb.cp/mb-inline.exp
8027 * gdb.cp/mb-templates.exp
8028 * gdb.cp/member-name.exp
8029 * gdb.cp/member-ptr.exp
8030 * gdb.cp/meth-typedefs.exp
8031 * gdb.cp/method.exp
8032 * gdb.cp/method2.exp
8033 * gdb.cp/minsym-fallback.exp
8034 * gdb.cp/misc.exp
8035 * gdb.cp/namelessclass.exp
8036 * gdb.cp/namespace-enum.exp
8037 * gdb.cp/namespace-nested-import.exp
8038 * gdb.cp/namespace.exp
8039 * gdb.cp/nextoverthrow.exp
8040 * gdb.cp/no-dmgl-verbose.exp
8041 * gdb.cp/non-trivial-retval.exp
8042 * gdb.cp/noparam.exp
8043 * gdb.cp/nsdecl.exp
8044 * gdb.cp/nsimport.exp
8045 * gdb.cp/nsnested.exp
8046 * gdb.cp/nsnoimports.exp
8047 * gdb.cp/nsrecurs.exp
8048 * gdb.cp/nsstress.exp
8049 * gdb.cp/nsusing.exp
8050 * gdb.cp/operator.exp
8051 * gdb.cp/oranking.exp
8052 * gdb.cp/overload-const.exp
8053 * gdb.cp/overload.exp
8054 * gdb.cp/ovldbreak.exp
8055 * gdb.cp/ovsrch.exp
8056 * gdb.cp/paren-type.exp
8057 * gdb.cp/parse-lang.exp
8058 * gdb.cp/pass-by-ref.exp
8059 * gdb.cp/pr-1023.exp
8060 * gdb.cp/pr-1210.exp
8061 * gdb.cp/pr-574.exp
8062 * gdb.cp/pr10687.exp
8063 * gdb.cp/pr12028.exp
8064 * gdb.cp/pr17132.exp
8065 * gdb.cp/pr17494.exp
8066 * gdb.cp/pr9067.exp
8067 * gdb.cp/pr9167.exp
8068 * gdb.cp/pr9631.exp
8069 * gdb.cp/printmethod.exp
8070 * gdb.cp/psmang.exp
8071 * gdb.cp/psymtab-parameter.exp
8072 * gdb.cp/ptype-cv-cp.exp
8073 * gdb.cp/ptype-flags.exp
8074 * gdb.cp/re-set-overloaded.exp
8075 * gdb.cp/ref-types.exp
8076 * gdb.cp/rtti.exp
8077 * gdb.cp/scope-err.exp
8078 * gdb.cp/shadow.exp
8079 * gdb.cp/smartp.exp
8080 * gdb.cp/static-method.exp
8081 * gdb.cp/static-print-quit.exp
8082 * gdb.cp/temargs.exp
8083 * gdb.cp/templates.exp
8084 * gdb.cp/try_catch.exp
8085 * gdb.cp/typedef-operator.exp
8086 * gdb.cp/typeid.exp
8087 * gdb.cp/userdef.exp
8088 * gdb.cp/using-crash.exp
8089 * gdb.cp/var-tag.exp
8090 * gdb.cp/virtbase.exp
8091 * gdb.cp/virtfunc.exp
8092 * gdb.cp/virtfunc2.exp
8093 * gdb.cp/vla-cxx.exp
8094 * gdb.disasm/t01_mov.exp
8095 * gdb.disasm/t02_mova.exp
8096 * gdb.disasm/t03_add.exp
8097 * gdb.disasm/t04_sub.exp
8098 * gdb.disasm/t05_cmp.exp
8099 * gdb.disasm/t06_ari2.exp
8100 * gdb.disasm/t07_ari3.exp
8101 * gdb.disasm/t08_or.exp
8102 * gdb.disasm/t09_xor.exp
8103 * gdb.disasm/t10_and.exp
8104 * gdb.disasm/t11_logs.exp
8105 * gdb.disasm/t12_bit.exp
8106 * gdb.disasm/t13_otr.exp
8107 * gdb.dlang/circular.exp
8108 * gdb.dwarf2/arr-stride.exp
8109 * gdb.dwarf2/arr-subrange.exp
8110 * gdb.dwarf2/atomic-type.exp
8111 * gdb.dwarf2/bad-regnum.exp
8112 * gdb.dwarf2/bitfield-parent-optimized-out.exp
8113 * gdb.dwarf2/callframecfa.exp
8114 * gdb.dwarf2/clztest.exp
8115 * gdb.dwarf2/corrupt.exp
8116 * gdb.dwarf2/data-loc.exp
8117 * gdb.dwarf2/dup-psym.exp
8118 * gdb.dwarf2/dw2-anon-mptr.exp
8119 * gdb.dwarf2/dw2-anonymous-func.exp
8120 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
8121 * gdb.dwarf2/dw2-bad-unresolved.exp
8122 * gdb.dwarf2/dw2-basic.exp
8123 * gdb.dwarf2/dw2-canonicalize-type.exp
8124 * gdb.dwarf2/dw2-case-insensitive.exp
8125 * gdb.dwarf2/dw2-common-block.exp
8126 * gdb.dwarf2/dw2-compdir-oldgcc.exp
8127 * gdb.dwarf2/dw2-compressed.exp
8128 * gdb.dwarf2/dw2-const.exp
8129 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
8130 * gdb.dwarf2/dw2-cu-size.exp
8131 * gdb.dwarf2/dw2-dup-frame.exp
8132 * gdb.dwarf2/dw2-entry-value.exp
8133 * gdb.dwarf2/dw2-icycle.exp
8134 * gdb.dwarf2/dw2-ifort-parameter.exp
8135 * gdb.dwarf2/dw2-inline-break.exp
8136 * gdb.dwarf2/dw2-inline-param.exp
8137 * gdb.dwarf2/dw2-intercu.exp
8138 * gdb.dwarf2/dw2-intermix.exp
8139 * gdb.dwarf2/dw2-lexical-block-bare.exp
8140 * gdb.dwarf2/dw2-linkage-name-trust.exp
8141 * gdb.dwarf2/dw2-minsym-in-cu.exp
8142 * gdb.dwarf2/dw2-noloc.exp
8143 * gdb.dwarf2/dw2-op-call.exp
8144 * gdb.dwarf2/dw2-op-out-param.exp
8145 * gdb.dwarf2/dw2-opt-structptr.exp
8146 * gdb.dwarf2/dw2-param-error.exp
8147 * gdb.dwarf2/dw2-producer.exp
8148 * gdb.dwarf2/dw2-ranges-base.exp
8149 * gdb.dwarf2/dw2-ref-missing-frame.exp
8150 * gdb.dwarf2/dw2-reg-undefined.exp
8151 * gdb.dwarf2/dw2-regno-invalid.exp
8152 * gdb.dwarf2/dw2-restore.exp
8153 * gdb.dwarf2/dw2-restrict.exp
8154 * gdb.dwarf2/dw2-single-line-discriminators.exp
8155 * gdb.dwarf2/dw2-strp.exp
8156 * gdb.dwarf2/dw2-undefined-ret-addr.exp
8157 * gdb.dwarf2/dw2-unresolved.exp
8158 * gdb.dwarf2/dw2-var-zero-addr.exp
8159 * gdb.dwarf2/dw4-sig-types.exp
8160 * gdb.dwarf2/dwz.exp
8161 * gdb.dwarf2/dynarr-ptr.exp
8162 * gdb.dwarf2/enum-type.exp
8163 * gdb.dwarf2/gdb-index.exp
8164 * gdb.dwarf2/implptr-64bit.exp
8165 * gdb.dwarf2/implptr-optimized-out.exp
8166 * gdb.dwarf2/implptr.exp
8167 * gdb.dwarf2/implref-array.exp
8168 * gdb.dwarf2/implref-const.exp
8169 * gdb.dwarf2/implref-global.exp
8170 * gdb.dwarf2/implref-struct.exp
8171 * gdb.dwarf2/mac-fileno.exp
8172 * gdb.dwarf2/main-subprogram.exp
8173 * gdb.dwarf2/member-ptr-forwardref.exp
8174 * gdb.dwarf2/method-ptr.exp
8175 * gdb.dwarf2/missing-sig-type.exp
8176 * gdb.dwarf2/nonvar-access.exp
8177 * gdb.dwarf2/opaque-type-lookup.exp
8178 * gdb.dwarf2/pieces-optimized-out.exp
8179 * gdb.dwarf2/pieces.exp
8180 * gdb.dwarf2/pr10770.exp
8181 * gdb.dwarf2/pr13961.exp
8182 * gdb.dwarf2/staticvirtual.exp
8183 * gdb.dwarf2/subrange.exp
8184 * gdb.dwarf2/symtab-producer.exp
8185 * gdb.dwarf2/trace-crash.exp
8186 * gdb.dwarf2/typeddwarf.exp
8187 * gdb.dwarf2/valop.exp
8188 * gdb.dwarf2/watch-notconst.exp
8189 * gdb.fortran/array-element.exp
8190 * gdb.fortran/charset.exp
8191 * gdb.fortran/common-block.exp
8192 * gdb.fortran/complex.exp
8193 * gdb.fortran/derived-type-function.exp
8194 * gdb.fortran/derived-type.exp
8195 * gdb.fortran/logical.exp
8196 * gdb.fortran/module.exp
8197 * gdb.fortran/multi-dim.exp
8198 * gdb.fortran/nested-funcs.exp
8199 * gdb.fortran/print-formatted.exp
8200 * gdb.fortran/subarray.exp
8201 * gdb.fortran/vla-alloc-assoc.exp
8202 * gdb.fortran/vla-datatypes.exp
8203 * gdb.fortran/vla-history.exp
8204 * gdb.fortran/vla-ptr-info.exp
8205 * gdb.fortran/vla-ptype-sub.exp
8206 * gdb.fortran/vla-ptype.exp
8207 * gdb.fortran/vla-sizeof.exp
8208 * gdb.fortran/vla-type.exp
8209 * gdb.fortran/vla-value-sub-arbitrary.exp
8210 * gdb.fortran/vla-value-sub-finish.exp
8211 * gdb.fortran/vla-value-sub.exp
8212 * gdb.fortran/vla-value.exp
8213 * gdb.fortran/whatis_type.exp
8214 * gdb.go/chan.exp
8215 * gdb.go/handcall.exp
8216 * gdb.go/hello.exp
8217 * gdb.go/integers.exp
8218 * gdb.go/methods.exp
8219 * gdb.go/package.exp
8220 * gdb.go/strings.exp
8221 * gdb.go/types.exp
8222 * gdb.go/unsafe.exp
8223 * gdb.guile/scm-arch.exp
8224 * gdb.guile/scm-block.exp
8225 * gdb.guile/scm-breakpoint.exp
8226 * gdb.guile/scm-cmd.exp
8227 * gdb.guile/scm-disasm.exp
8228 * gdb.guile/scm-equal.exp
8229 * gdb.guile/scm-frame-args.exp
8230 * gdb.guile/scm-frame-inline.exp
8231 * gdb.guile/scm-frame.exp
8232 * gdb.guile/scm-iterator.exp
8233 * gdb.guile/scm-math.exp
8234 * gdb.guile/scm-objfile.exp
8235 * gdb.guile/scm-ports.exp
8236 * gdb.guile/scm-symbol.exp
8237 * gdb.guile/scm-symtab.exp
8238 * gdb.guile/scm-value-cc.exp
8239 * gdb.guile/types-module.exp
8240 * gdb.linespec/break-ask.exp
8241 * gdb.linespec/cpexplicit.exp
8242 * gdb.linespec/explicit.exp
8243 * gdb.linespec/keywords.exp
8244 * gdb.linespec/linespec.exp
8245 * gdb.linespec/ls-dollar.exp
8246 * gdb.linespec/ls-errs.exp
8247 * gdb.linespec/skip-two.exp
8248 * gdb.linespec/thread.exp
8249 * gdb.mi/mi-async.exp
8250 * gdb.mi/mi-basics.exp
8251 * gdb.mi/mi-break.exp
8252 * gdb.mi/mi-catch-load.exp
8253 * gdb.mi/mi-cli.exp
8254 * gdb.mi/mi-cmd-param-changed.exp
8255 * gdb.mi/mi-console.exp
8256 * gdb.mi/mi-detach.exp
8257 * gdb.mi/mi-disassemble.exp
8258 * gdb.mi/mi-eval.exp
8259 * gdb.mi/mi-file-transfer.exp
8260 * gdb.mi/mi-file.exp
8261 * gdb.mi/mi-fill-memory.exp
8262 * gdb.mi/mi-inheritance-syntax-error.exp
8263 * gdb.mi/mi-linespec-err-cp.exp
8264 * gdb.mi/mi-logging.exp
8265 * gdb.mi/mi-memory-changed.exp
8266 * gdb.mi/mi-read-memory.exp
8267 * gdb.mi/mi-record-changed.exp
8268 * gdb.mi/mi-reg-undefined.exp
8269 * gdb.mi/mi-regs.exp
8270 * gdb.mi/mi-return.exp
8271 * gdb.mi/mi-reverse.exp
8272 * gdb.mi/mi-simplerun.exp
8273 * gdb.mi/mi-solib.exp
8274 * gdb.mi/mi-stack.exp
8275 * gdb.mi/mi-stepi.exp
8276 * gdb.mi/mi-syn-frame.exp
8277 * gdb.mi/mi-until.exp
8278 * gdb.mi/mi-var-block.exp
8279 * gdb.mi/mi-var-child.exp
8280 * gdb.mi/mi-var-cmd.exp
8281 * gdb.mi/mi-var-cp.exp
8282 * gdb.mi/mi-var-display.exp
8283 * gdb.mi/mi-var-invalidate.exp
8284 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
8285 * gdb.mi/mi-vla-fortran.exp
8286 * gdb.mi/mi-watch.exp
8287 * gdb.mi/mi2-var-child.exp
8288 * gdb.mi/user-selected-context-sync.exp
8289 * gdb.modula2/unbounded-array.exp
8290 * gdb.multi/dummy-frame-restore.exp
8291 * gdb.multi/multi-arch-exec.exp
8292 * gdb.multi/multi-arch.exp
8293 * gdb.multi/tids.exp
8294 * gdb.multi/watchpoint-multi.exp
8295 * gdb.opencl/callfuncs.exp
8296 * gdb.opencl/convs_casts.exp
8297 * gdb.opencl/datatypes.exp
8298 * gdb.opencl/operators.exp
8299 * gdb.opencl/vec_comps.exp
8300 * gdb.opt/clobbered-registers-O2.exp
8301 * gdb.opt/inline-break.exp
8302 * gdb.opt/inline-bt.exp
8303 * gdb.opt/inline-cmds.exp
8304 * gdb.opt/inline-locals.exp
8305 * gdb.pascal/case-insensitive-symbols.exp
8306 * gdb.pascal/floats.exp
8307 * gdb.pascal/gdb11492.exp
8308 * gdb.python/lib-types.exp
8309 * gdb.python/py-arch.exp
8310 * gdb.python/py-as-string.exp
8311 * gdb.python/py-bad-printers.exp
8312 * gdb.python/py-block.exp
8313 * gdb.python/py-breakpoint-create-fail.exp
8314 * gdb.python/py-breakpoint.exp
8315 * gdb.python/py-caller-is.exp
8316 * gdb.python/py-cmd.exp
8317 * gdb.python/py-explore-cc.exp
8318 * gdb.python/py-explore.exp
8319 * gdb.python/py-finish-breakpoint.exp
8320 * gdb.python/py-finish-breakpoint2.exp
8321 * gdb.python/py-frame-args.exp
8322 * gdb.python/py-frame-inline.exp
8323 * gdb.python/py-frame.exp
8324 * gdb.python/py-framefilter-mi.exp
8325 * gdb.python/py-infthread.exp
8326 * gdb.python/py-lazy-string.exp
8327 * gdb.python/py-linetable.exp
8328 * gdb.python/py-mi-events.exp
8329 * gdb.python/py-mi-objfile.exp
8330 * gdb.python/py-mi.exp
8331 * gdb.python/py-objfile.exp
8332 * gdb.python/py-pp-integral.exp
8333 * gdb.python/py-pp-maint.exp
8334 * gdb.python/py-pp-re-notag.exp
8335 * gdb.python/py-pp-registration.exp
8336 * gdb.python/py-recurse-unwind.exp
8337 * gdb.python/py-strfns.exp
8338 * gdb.python/py-symbol.exp
8339 * gdb.python/py-symtab.exp
8340 * gdb.python/py-sync-interp.exp
8341 * gdb.python/py-typeprint.exp
8342 * gdb.python/py-unwind-maint.exp
8343 * gdb.python/py-unwind.exp
8344 * gdb.python/py-value-cc.exp
8345 * gdb.python/py-xmethods.exp
8346 * gdb.reverse/amd64-tailcall-reverse.exp
8347 * gdb.reverse/break-precsave.exp
8348 * gdb.reverse/break-reverse.exp
8349 * gdb.reverse/consecutive-precsave.exp
8350 * gdb.reverse/consecutive-reverse.exp
8351 * gdb.reverse/finish-precsave.exp
8352 * gdb.reverse/finish-reverse-bkpt.exp
8353 * gdb.reverse/finish-reverse.exp
8354 * gdb.reverse/fstatat-reverse.exp
8355 * gdb.reverse/getresuid-reverse.exp
8356 * gdb.reverse/i386-precsave.exp
8357 * gdb.reverse/i386-reverse.exp
8358 * gdb.reverse/i386-sse-reverse.exp
8359 * gdb.reverse/i387-env-reverse.exp
8360 * gdb.reverse/i387-stack-reverse.exp
8361 * gdb.reverse/insn-reverse.exp
8362 * gdb.reverse/machinestate-precsave.exp
8363 * gdb.reverse/machinestate.exp
8364 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8365 * gdb.reverse/pipe-reverse.exp
8366 * gdb.reverse/readv-reverse.exp
8367 * gdb.reverse/recvmsg-reverse.exp
8368 * gdb.reverse/rerun-prec.exp
8369 * gdb.reverse/s390-mvcle.exp
8370 * gdb.reverse/step-precsave.exp
8371 * gdb.reverse/step-reverse.exp
8372 * gdb.reverse/time-reverse.exp
8373 * gdb.reverse/until-precsave.exp
8374 * gdb.reverse/until-reverse.exp
8375 * gdb.reverse/waitpid-reverse.exp
8376 * gdb.reverse/watch-precsave.exp
8377 * gdb.reverse/watch-reverse.exp
8378 * gdb.rust/generics.exp
8379 * gdb.rust/methods.exp
8380 * gdb.rust/modules.exp
8381 * gdb.rust/simple.exp
8382 * gdb.server/connect-with-no-symbol-file.exp
8383 * gdb.server/ext-attach.exp
8384 * gdb.server/ext-restart.exp
8385 * gdb.server/ext-wrapper.exp
8386 * gdb.server/file-transfer.exp
8387 * gdb.server/server-exec-info.exp
8388 * gdb.server/server-kill.exp
8389 * gdb.server/server-mon.exp
8390 * gdb.server/wrapper.exp
8391 * gdb.stabs/exclfwd.exp
8392 * gdb.stabs/gdb11479.exp
8393 * gdb.threads/clone-new-thread-event.exp
8394 * gdb.threads/corethreads.exp
8395 * gdb.threads/current-lwp-dead.exp
8396 * gdb.threads/dlopen-libpthread.exp
8397 * gdb.threads/gcore-thread.exp
8398 * gdb.threads/sigstep-threads.exp
8399 * gdb.threads/watchpoint-fork.exp
8400 * gdb.trace/actions-changed.exp
8401 * gdb.trace/backtrace.exp
8402 * gdb.trace/change-loc.exp
8403 * gdb.trace/circ.exp
8404 * gdb.trace/collection.exp
8405 * gdb.trace/disconnected-tracing.exp
8406 * gdb.trace/ftrace.exp
8407 * gdb.trace/mi-trace-frame-collected.exp
8408 * gdb.trace/mi-trace-unavailable.exp
8409 * gdb.trace/mi-traceframe-changed.exp
8410 * gdb.trace/mi-tsv-changed.exp
8411 * gdb.trace/no-attach-trace.exp
8412 * gdb.trace/passc-dyn.exp
8413 * gdb.trace/qtro.exp
8414 * gdb.trace/range-stepping.exp
8415 * gdb.trace/read-memory.exp
8416 * gdb.trace/save-trace.exp
8417 * gdb.trace/signal.exp
8418 * gdb.trace/status-stop.exp
8419 * gdb.trace/tfile.exp
8420 * gdb.trace/trace-break.exp
8421 * gdb.trace/trace-buffer-size.exp
8422 * gdb.trace/trace-condition.exp
8423 * gdb.trace/tracefile-pseudo-reg.exp
8424 * gdb.trace/tstatus.exp
8425 * gdb.trace/unavailable.exp
8426 * gdb.trace/while-dyn.exp
8427 * gdb.trace/while-stepping.exp
8428
34c41c68
DE
84292016-12-22 Doug Evans <xdje42@gmail.com>
8430
8431 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
8432 and msymbols.
8433
16e69324
YQ
84342016-12-19 Yao Qi <yao.qi@linaro.org>
8435
8436 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
8437 (test_with_self): Don't call do_steps_and_nexts, and remove
8438 code about stepping into xmalloc.
8439
f94f411b
YQ
84402016-12-09 Yao Qi <yao.qi@linaro.org>
8441
8442 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
8443
84442016-12-09 Yao Qi <yao.qi@linaro.org>
8445
8446 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
8447
f1b5deee
PA
84482016-12-09 Pedro Alves <palves@redhat.com>
8449
8450 * gdb.base/all-architectures-0.exp: New file.
8451 * gdb.base/all-architectures-1.exp: New file.
8452 * gdb.base/all-architectures-2.exp: New file.
8453 * gdb.base/all-architectures-3.exp: New file.
8454 * gdb.base/all-architectures-4.exp: New file.
8455 * gdb.base/all-architectures-5.exp: New file.
8456 * gdb.base/all-architectures-6.exp: New file.
8457 * gdb.base/all-architectures-7.exp: New file.
8458 * gdb.base/all-architectures.exp.in: New file.
8459
364ca42e
YQ
84602016-12-09 Yao Qi <yao.qi@linaro.org>
8461
8462 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
8463
107c2d62
LM
84642016-12-02 Luis Machado <lgustavo@codesourcery.com>
8465
8466 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
8467 possible.
8468 Remove useless pattern-matching code.
8469
df3ee9ca
PA
84702016-12-02 Pedro Alves <palves@redhat.com>
8471
8472 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
8473 procedure.
8474 (top level): Call it.
8475
ec835369
PA
84762016-12-02 Pedro Alves <palves@redhat.com>
8477
8478 * gdb.base/commands.exp (user_defined_command_args_stack_test):
8479 New procedure.
8480 (top level): Call it.
8481
01770bbd
PA
84822016-12-02 Pedro Alves <palves@redhat.com>
8483
8484 PR cli/20559
8485 * gdb.base/commands.exp (user_defined_command_args_eval): New
8486 procedure.
8487 (top level): Call it.
8488
008459ea
LM
84892016-12-02 Luis Machado <lgustavo@codesourcery.com>
8490
8491 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
8492 timeout handling.
8493
0c1b455e
TT
84942016-12-02 Tom Tromey <tom@tromey.com>
8495
8496 * gdb.dwarf2/main-subprogram.c: New file.
8497 * gdb.dwarf2/main-subprogram.exp: New file.
8498
018572b8
LM
84992016-12-01 Luis Machado <lgustavo@codesourcery.com>
8500
8501 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
8502 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
8503 gdb_test_no_output for a couple of cases.
8504 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
8505
84c93cd5
LM
85062016-12-01 Luis Machado <lgustavo@codesourcery.com>
8507
8508 Fix test names and standardize compilation error messages throughout
8509 the following files:
8510
8511 * gdb.ada/start.exp
8512 * gdb.arch/alpha-step.exp
8513 * gdb.arch/e500-prologue.exp
8514 * gdb.arch/ftrace-insn-reloc.exp
8515 * gdb.arch/gdb1291.exp
8516 * gdb.arch/gdb1431.exp
8517 * gdb.arch/gdb1558.exp
8518 * gdb.arch/i386-dr3-watch.exp
8519 * gdb.arch/i386-sse-stack-align.exp
8520 * gdb.arch/ia64-breakpoint-shadow.exp
8521 * gdb.arch/pa-nullify.exp
8522 * gdb.arch/powerpc-aix-prologue.exp
8523 * gdb.arch/thumb-bx-pc.exp
8524 * gdb.base/annota1.exp
8525 * gdb.base/annota3.exp
8526 * gdb.base/arrayidx.exp
8527 * gdb.base/assign.exp
8528 * gdb.base/attach.exp
8529 * gdb.base/auxv.exp
8530 * gdb.base/bang.exp
8531 * gdb.base/bfp-test.exp
8532 * gdb.base/bigcore.exp
8533 * gdb.base/bitfields2.exp
8534 * gdb.base/break-fun-addr.exp
8535 * gdb.base/break-probes.exp
8536 * gdb.base/call-rt-st.exp
8537 * gdb.base/callexit.exp
8538 * gdb.base/catch-fork-kill.exp
8539 * gdb.base/charset.exp
8540 * gdb.base/checkpoint.exp
8541 * gdb.base/comprdebug.exp
8542 * gdb.base/constvars.exp
8543 * gdb.base/coredump-filter.exp
8544 * gdb.base/cursal.exp
8545 * gdb.base/cvexpr.exp
8546 * gdb.base/detach.exp
8547 * gdb.base/display.exp
8548 * gdb.base/dmsym.exp
8549 * gdb.base/dprintf-pending.exp
8550 * gdb.base/dso2dso.exp
8551 * gdb.base/dtrace-probe.exp
8552 * gdb.base/dump.exp
8553 * gdb.base/enum_cond.exp
8554 * gdb.base/exe-lock.exp
8555 * gdb.base/exec-invalid-sysroot.exp
8556 * gdb.base/execl-update-breakpoints.exp
8557 * gdb.base/exprs.exp
8558 * gdb.base/fileio.exp
8559 * gdb.base/find.exp
8560 * gdb.base/finish.exp
8561 * gdb.base/fixsection.exp
8562 * gdb.base/foll-vfork.exp
8563 * gdb.base/frame-args.exp
8564 * gdb.base/gcore.exp
8565 * gdb.base/gdb1250.exp
8566 * gdb.base/global-var-nested-by-dso.exp
8567 * gdb.base/gnu-ifunc.exp
8568 * gdb.base/hashline1.exp
8569 * gdb.base/hashline2.exp
8570 * gdb.base/hashline3.exp
8571 * gdb.base/hbreak-in-shr-unsupported.exp
8572 * gdb.base/huge.exp
8573 * gdb.base/infcall-input.exp
8574 * gdb.base/info-fun.exp
8575 * gdb.base/info-shared.exp
8576 * gdb.base/jit-simple.exp
8577 * gdb.base/jit-so.exp
8578 * gdb.base/jit.exp
8579 * gdb.base/jump.exp
8580 * gdb.base/label.exp
8581 * gdb.base/lineinc.exp
8582 * gdb.base/logical.exp
8583 * gdb.base/longjmp.exp
8584 * gdb.base/macscp.exp
8585 * gdb.base/miscexprs.exp
8586 * gdb.base/new-ui-echo.exp
8587 * gdb.base/new-ui-pending-input.exp
8588 * gdb.base/new-ui.exp
8589 * gdb.base/nodebug.exp
8590 * gdb.base/nofield.exp
8591 * gdb.base/offsets.exp
8592 * gdb.base/overlays.exp
8593 * gdb.base/pending.exp
8594 * gdb.base/pointers.exp
8595 * gdb.base/pr11022.exp
8596 * gdb.base/printcmds.exp
8597 * gdb.base/prologue.exp
8598 * gdb.base/ptr-typedef.exp
8599 * gdb.base/realname-expand.exp
8600 * gdb.base/relativedebug.exp
8601 * gdb.base/relocate.exp
8602 * gdb.base/remote.exp
8603 * gdb.base/reread.exp
8604 * gdb.base/return2.exp
8605 * gdb.base/savedregs.exp
8606 * gdb.base/sep.exp
8607 * gdb.base/sepdebug.exp
8608 * gdb.base/sepsymtab.exp
8609 * gdb.base/set-inferior-tty.exp
8610 * gdb.base/setshow.exp
8611 * gdb.base/shlib-call.exp
8612 * gdb.base/sigaltstack.exp
8613 * gdb.base/siginfo-addr.exp
8614 * gdb.base/signals.exp
8615 * gdb.base/signull.exp
8616 * gdb.base/sigrepeat.exp
8617 * gdb.base/so-impl-ld.exp
8618 * gdb.base/solib-display.exp
8619 * gdb.base/solib-overlap.exp
8620 * gdb.base/solib-search.exp
8621 * gdb.base/solib-symbol.exp
8622 * gdb.base/structs.exp
8623 * gdb.base/structs2.exp
8624 * gdb.base/symtab-search-order.exp
8625 * gdb.base/twice.exp
8626 * gdb.base/unload.exp
8627 * gdb.base/varargs.exp
8628 * gdb.base/watchpoint-solib.exp
8629 * gdb.base/watchpoint.exp
8630 * gdb.base/whatis.exp
8631 * gdb.base/wrong_frame_bt_full.exp
8632 * gdb.btrace/dlopen.exp
8633 * gdb.cell/ea-standalone.exp
8634 * gdb.cell/ea-test.exp
8635 * gdb.cp/dispcxx.exp
8636 * gdb.cp/gdb2384.exp
8637 * gdb.cp/method2.exp
8638 * gdb.cp/nextoverthrow.exp
8639 * gdb.cp/pr10728.exp
8640 * gdb.disasm/am33.exp
8641 * gdb.disasm/h8300s.exp
8642 * gdb.disasm/mn10300.exp
8643 * gdb.disasm/sh3.exp
8644 * gdb.dwarf2/dw2-dir-file-name.exp
8645 * gdb.fortran/complex.exp
8646 * gdb.fortran/library-module.exp
8647 * gdb.guile/scm-pretty-print.exp
8648 * gdb.guile/scm-symbol.exp
8649 * gdb.guile/scm-type.exp
8650 * gdb.guile/scm-value.exp
8651 * gdb.linespec/linespec.exp
8652 * gdb.mi/gdb701.exp
8653 * gdb.mi/gdb792.exp
8654 * gdb.mi/mi-breakpoint-changed.exp
8655 * gdb.mi/mi-dprintf-pending.exp
8656 * gdb.mi/mi-dprintf.exp
8657 * gdb.mi/mi-exit-code.exp
8658 * gdb.mi/mi-pending.exp
8659 * gdb.mi/mi-solib.exp
8660 * gdb.mi/new-ui-mi-sync.exp
8661 * gdb.mi/pr11022.exp
8662 * gdb.mi/user-selected-context-sync.exp
8663 * gdb.opt/solib-intra-step.exp
8664 * gdb.python/py-events.exp
8665 * gdb.python/py-finish-breakpoint.exp
8666 * gdb.python/py-mi.exp
8667 * gdb.python/py-prettyprint.exp
8668 * gdb.python/py-shared.exp
8669 * gdb.python/py-symbol.exp
8670 * gdb.python/py-template.exp
8671 * gdb.python/py-type.exp
8672 * gdb.python/py-value.exp
8673 * gdb.reverse/solib-precsave.exp
8674 * gdb.reverse/solib-reverse.exp
8675 * gdb.server/solib-list.exp
8676 * gdb.stabs/weird.exp
8677 * gdb.threads/reconnect-signal.exp
8678 * gdb.threads/stepi-random-signal.exp
8679 * gdb.trace/actions.exp
8680 * gdb.trace/ax.exp
8681 * gdb.trace/backtrace.exp
8682 * gdb.trace/change-loc.exp
8683 * gdb.trace/deltrace.exp
8684 * gdb.trace/ftrace-lock.exp
8685 * gdb.trace/ftrace.exp
8686 * gdb.trace/infotrace.exp
8687 * gdb.trace/mi-tracepoint-changed.exp
8688 * gdb.trace/packetlen.exp
8689 * gdb.trace/passcount.exp
8690 * gdb.trace/pending.exp
8691 * gdb.trace/range-stepping.exp
8692 * gdb.trace/report.exp
8693 * gdb.trace/stap-trace.exp
8694 * gdb.trace/tfind.exp
8695 * gdb.trace/trace-break.exp
8696 * gdb.trace/trace-condition.exp
8697 * gdb.trace/trace-enable-disable.exp
8698 * gdb.trace/trace-mt.exp
8699 * gdb.trace/tracecmd.exp
8700 * gdb.trace/tspeed.exp
8701 * gdb.trace/tsv.exp
8702 * lib/perftest.exp
8703
fb9feb35
LM
87042016-12-01 Luis Machado <lgustavo@codesourcery.com>
8705
8706 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
8707 with gdb_test_no_output.
8708 Use command as test name.
8709
cd2ddb6c
LM
87102016-12-01 Luis Machado <lgustavo@codesourcery.com>
8711
8712 Fix test names starting with uppercase throughout the files.
8713
8714 * gdb.ada/assign_1.exp
8715 * gdb.ada/boolean_expr.exp
8716 * gdb.base/arrayidx.exp
8717 * gdb.base/del.exp
8718 * gdb.base/gcore-buffer-overflow.exp
8719 * gdb.base/testenv.exp
8720 * gdb.compile/compile.exp
8721 * gdb.python/py-framefilter-invalidarg.exp
8722 * gdb.python/py-framefilter.exp
8723
bb95117e
LM
87242016-12-01 Luis Machado <lgustavo@codesourcery.com>
8725
8726 Fix test names starting with uppercase throughout the files.
8727
8728 * gdb.ada/array_return.exp
8729 * gdb.ada/expr_delims.exp
8730 * gdb.ada/mi_dyn_arr.exp
8731 * gdb.ada/mi_interface.exp
8732 * gdb.ada/mi_var_array.exp
8733 * gdb.ada/watch_arg.exp
8734 * gdb.arch/alpha-step.exp
8735 * gdb.arch/altivec-regs.exp
8736 * gdb.arch/e500-regs.exp
8737 * gdb.arch/powerpc-d128-regs.exp
8738 * gdb.base/arrayidx.exp
8739 * gdb.base/break.exp
8740 * gdb.base/checkpoint.exp
8741 * gdb.base/debug-expr.exp
8742 * gdb.base/dmsym.exp
8743 * gdb.base/radix.exp
8744 * gdb.base/sepdebug.exp
8745 * gdb.base/testenv.exp
8746 * gdb.base/watch_thread_num.exp
8747 * gdb.base/watchpoint-cond-gone.exp
8748 * gdb.cell/break.exp
8749 * gdb.cell/ea-cache.exp
8750 * gdb.compile/compile.exp
8751 * gdb.cp/gdb2495.exp
8752 * gdb.gdb/selftest.exp
8753 * gdb.gdb/xfullpath.exp
8754 * gdb.go/hello.exp
8755 * gdb.go/integers.exp
8756 * gdb.objc/basicclass.exp
8757 * gdb.pascal/hello.exp
8758 * gdb.pascal/integers.exp
8759 * gdb.python/py-breakpoint.exp
8760 * gdb.python/py-cmd.exp
8761 * gdb.python/py-linetable.exp
8762 * gdb.python/py-xmethods.exp
8763 * gdb.python/python.exp
8764 * gdb.reverse/consecutive-precsave.exp
8765 * gdb.reverse/finish-precsave.exp
8766 * gdb.reverse/i386-precsave.exp
8767 * gdb.reverse/machinestate-precsave.exp
8768 * gdb.reverse/sigall-precsave.exp
8769 * gdb.reverse/solib-precsave.exp
8770 * gdb.reverse/step-precsave.exp
8771 * gdb.reverse/until-precsave.exp
8772 * gdb.reverse/watch-precsave.exp
8773 * gdb.threads/leader-exit.exp
8774 * gdb.threads/pthreads.exp
8775 * gdb.threads/wp-replication.exp
8776 * gdb.trace/actions.exp
8777 * gdb.trace/mi-tsv-changed.exp
8778 * gdb.trace/tsv.exp
8779
de97fdd4
LM
87802016-12-01 Luis Machado <lgustavo@codesourcery.com>
8781
8782 Fix test names starting with uppercase throughout the files.
8783
8784 * gdb.arch/i386-bp_permanent.exp
8785 * gdb.arch/i386-gnu-cfi.exp
8786 * gdb.base/disasm-end-cu.exp
8787 * gdb.base/macscp.exp
8788 * gdb.base/pending.exp
8789 * gdb.base/watch_thread_num.exp
8790 * gdb.cp/exception.exp
8791 * gdb.cp/gdb2495.exp
8792 * gdb.cp/local.exp
8793 * gdb.python/py-evsignal.exp
8794 * gdb.python/python.exp
8795 * gdb.trace/tracecmd.exp
8796
9f058c10
LM
87972016-12-01 Luis Machado <lgustavo@codesourcery.com>
8798
8799 Fix test names starting with uppercase throughout the files.
8800
8801 * gdb.base/charset.exp
8802 * gdb.base/eval.exp
8803 * gdb.base/multi-forks.exp
8804 * gdb.guile/scm-progspace.exp
8805 * gdb.opencl/datatypes.exp
8806 * gdb.python/py-block.exp
8807 * gdb.python/py-function.exp
8808 * gdb.python/py-symbol.exp
8809 * gdb.python/py-symtab.exp
8810 * gdb.python/py-xmethods.exp
8811 * gdb.reverse/break-precsave.exp
8812 * gdb.reverse/break-reverse.exp
8813 * gdb.reverse/consecutive-precsave.exp
8814 * gdb.reverse/consecutive-reverse.exp
8815 * gdb.reverse/finish-precsave.exp
8816 * gdb.reverse/finish-reverse-bkpt.exp
8817 * gdb.reverse/finish-reverse.exp
8818 * gdb.reverse/fstatat-reverse.exp
8819 * gdb.reverse/getresuid-reverse.exp
8820 * gdb.reverse/i386-precsave.exp
8821 * gdb.reverse/i386-reverse.exp
8822 * gdb.reverse/i386-sse-reverse.exp
8823 * gdb.reverse/i387-stack-reverse.exp
8824 * gdb.reverse/insn-reverse.exp
8825 * gdb.reverse/machinestate-precsave.exp
8826 * gdb.reverse/machinestate.exp
8827 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8828 * gdb.reverse/pipe-reverse.exp
8829 * gdb.reverse/readv-reverse.exp
8830 * gdb.reverse/recvmsg-reverse.exp
8831 * gdb.reverse/rerun-prec.exp
8832 * gdb.reverse/s390-mvcle.exp
8833 * gdb.reverse/sigall-precsave.exp
8834 * gdb.reverse/sigall-reverse.exp
8835 * gdb.reverse/solib-precsave.exp
8836 * gdb.reverse/solib-reverse.exp
8837 * gdb.reverse/step-precsave.exp
8838 * gdb.reverse/step-reverse.exp
8839 * gdb.reverse/time-reverse.exp
8840 * gdb.reverse/until-precsave.exp
8841 * gdb.reverse/until-reverse.exp
8842 * gdb.reverse/waitpid-reverse.exp
8843 * gdb.reverse/watch-precsave.exp
8844 * gdb.reverse/watch-reverse.exp
8845
cdc7edd7
LM
88462016-12-01 Luis Machado <lgustavo@codesourcery.com>
8847
8848 Fix test names starting with uppercase throughout the files.
8849
8850 * gdb.arch/i386-mpx-simple_segv.exp
8851 * gdb.arch/i386-mpx.exp
8852 * gdb.arch/i386-permbkpt.exp
8853 * gdb.arch/pa-nullify.exp
8854 * gdb.arch/powerpc-d128-regs.exp
8855 * gdb.arch/vsx-regs.exp
8856 * gdb.base/bfp-test.exp
8857 * gdb.base/break.exp
8858 * gdb.base/breakpoint-shadow.exp
8859 * gdb.base/callfuncs.exp
8860 * gdb.base/charset.exp
8861 * gdb.base/commands.exp
8862 * gdb.base/completion.exp
8863 * gdb.base/dfp-test.exp
8864 * gdb.base/echo.exp
8865 * gdb.base/ending-run.exp
8866 * gdb.base/eval.exp
8867 * gdb.base/expand-psymtabs.exp
8868 * gdb.base/float128.exp
8869 * gdb.base/floatn.exp
8870 * gdb.base/foll-exec-mode.exp
8871 * gdb.base/gdb1056.exp
8872 * gdb.base/gdb11531.exp
8873 * gdb.base/kill-after-signal.exp
8874 * gdb.base/multi-forks.exp
8875 * gdb.base/overlays.exp
8876 * gdb.base/pending.exp
8877 * gdb.base/sepdebug.exp
8878 * gdb.base/testenv.exp
8879 * gdb.base/valgrind-db-attach.exp
8880 * gdb.base/watch_thread_num.exp
8881 * gdb.base/watchpoint-cond-gone.exp
8882 * gdb.base/watchpoint.exp
8883 * gdb.base/watchpoints.exp
8884 * gdb.cp/arg-reference.exp
8885 * gdb.cp/baseenum.exp
8886 * gdb.cp/operator.exp
8887 * gdb.cp/shadow.exp
8888 * gdb.dwarf2/dw2-op-out-param.exp
8889 * gdb.dwarf2/dw2-reg-undefined.exp
8890 * gdb.go/chan.exp
8891 * gdb.go/hello.exp
8892 * gdb.go/integers.exp
8893 * gdb.go/methods.exp
8894 * gdb.go/package.exp
8895 * gdb.guile/scm-parameter.exp
8896 * gdb.guile/scm-progspace.exp
8897 * gdb.guile/scm-value.exp
8898 * gdb.mi/mi-pending.exp
8899 * gdb.mi/user-selected-context-sync.exp
8900 * gdb.multi/multi-attach.exp
8901 * gdb.multi/tids.exp
8902 * gdb.opt/clobbered-registers-O2.exp
8903 * gdb.pascal/floats.exp
8904 * gdb.pascal/integers.exp
8905 * gdb.python/py-block.exp
8906 * gdb.python/py-events.exp
8907 * gdb.python/py-parameter.exp
8908 * gdb.python/py-symbol.exp
8909 * gdb.python/py-symtab.exp
8910 * gdb.python/py-type.exp
8911 * gdb.python/py-value.exp
8912 * gdb.python/py-xmethods.exp
8913 * gdb.python/python.exp
8914 * gdb.reverse/break-precsave.exp
8915 * gdb.reverse/consecutive-precsave.exp
8916 * gdb.reverse/finish-precsave.exp
8917 * gdb.reverse/i386-precsave.exp
8918 * gdb.reverse/machinestate-precsave.exp
8919 * gdb.reverse/sigall-precsave.exp
8920 * gdb.reverse/solib-precsave.exp
8921 * gdb.reverse/step-precsave.exp
8922 * gdb.reverse/until-precsave.exp
8923 * gdb.reverse/watch-precsave.exp
8924 * gdb.server/ext-attach.exp
8925 * gdb.server/ext-restart.exp
8926 * gdb.server/ext-run.exp
8927 * gdb.server/ext-wrapper.exp
8928 * gdb.stabs/gdb11479.exp
8929 * gdb.stabs/weird.exp
8930 * gdb.threads/attach-many-short-lived-threads.exp
8931 * gdb.threads/kill.exp
8932 * gdb.threads/watchpoint-fork.exp
8933
bc6c7af4
LM
89342016-12-01 Luis Machado <lgustavo@codesourcery.com>
8935
8936 Fix test names starting with uppercase throughout all the files below.
8937
8938 * gdb.ada/array_return.exp
8939 * gdb.ada/catch_ex.exp
8940 * gdb.ada/info_exc.exp
8941 * gdb.ada/mi_catch_ex.exp
8942 * gdb.ada/mi_dyn_arr.exp
8943 * gdb.ada/mi_ex_cond.exp
8944 * gdb.ada/mi_exc_info.exp
8945 * gdb.ada/mi_interface.exp
8946 * gdb.ada/mi_task_arg.exp
8947 * gdb.ada/mi_task_info.exp
8948 * gdb.ada/mi_var_array.exp
8949 * gdb.arch/alpha-step.exp
8950 * gdb.arch/amd64-disp-step.exp
8951 * gdb.arch/arm-disp-step.exp
8952 * gdb.arch/disp-step-insn-reloc.exp
8953 * gdb.arch/e500-prologue.exp
8954 * gdb.arch/ftrace-insn-reloc.exp
8955 * gdb.arch/gdb1558.exp
8956 * gdb.arch/i386-bp_permanent.exp
8957 * gdb.arch/i386-disp-step.exp
8958 * gdb.arch/i386-float.exp
8959 * gdb.arch/i386-gnu-cfi.exp
8960 * gdb.arch/ia64-breakpoint-shadow.exp
8961 * gdb.arch/mips16-thunks.exp
8962 * gdb.arch/pa-nullify.exp
8963 * gdb.arch/powerpc-aix-prologue.exp
8964 * gdb.arch/powerpc-power.exp
8965 * gdb.arch/ppc-dfp.exp
8966 * gdb.arch/s390-tdbregs.exp
8967 * gdb.arch/spu-info.exp
8968 * gdb.arch/spu-ls.exp
8969 * gdb.arch/thumb-bx-pc.exp
8970 * gdb.base/advance.exp
8971 * gdb.base/annota-input-while-running.exp
8972 * gdb.base/arrayidx.exp
8973 * gdb.base/asmlabel.exp
8974 * gdb.base/async.exp
8975 * gdb.base/attach-wait-input.exp
8976 * gdb.base/auto-connect-native-target.exp
8977 * gdb.base/batch-preserve-term-settings.exp
8978 * gdb.base/bfp-test.exp
8979 * gdb.base/bigcore.exp
8980 * gdb.base/bp-permanent.exp
8981 * gdb.base/break-always.exp
8982 * gdb.base/break-fun-addr.exp
8983 * gdb.base/break-idempotent.exp
8984 * gdb.base/break-main-file-remove-fail.exp
8985 * gdb.base/break-probes.exp
8986 * gdb.base/break-unload-file.exp
8987 * gdb.base/break.exp
8988 * gdb.base/call-ar-st.exp
8989 * gdb.base/call-rt-st.exp
8990 * gdb.base/call-sc.exp
8991 * gdb.base/call-signal-resume.exp
8992 * gdb.base/call-strs.exp
8993 * gdb.base/callexit.exp
8994 * gdb.base/callfuncs.exp
8995 * gdb.base/catch-gdb-caused-signals.exp
8996 * gdb.base/catch-signal-siginfo-cond.exp
8997 * gdb.base/catch-syscall.exp
8998 * gdb.base/compare-sections.exp
8999 * gdb.base/cond-eval-mode.exp
9000 * gdb.base/condbreak-call-false.exp
9001 * gdb.base/consecutive-step-over.exp
9002 * gdb.base/cursal.exp
9003 * gdb.base/disabled-location.exp
9004 * gdb.base/disasm-end-cu.exp
9005 * gdb.base/display.exp
9006 * gdb.base/double-prompt-target-event-error.exp
9007 * gdb.base/dprintf-bp-same-addr.exp
9008 * gdb.base/dprintf-detach.exp
9009 * gdb.base/dprintf-next.exp
9010 * gdb.base/dprintf-non-stop.exp
9011 * gdb.base/dprintf-pending.exp
9012 * gdb.base/dso2dso.exp
9013 * gdb.base/ending-run.exp
9014 * gdb.base/enum_cond.exp
9015 * gdb.base/examine-backward.exp
9016 * gdb.base/exe-lock.exp
9017 * gdb.base/exec-invalid-sysroot.exp
9018 * gdb.base/execl-update-breakpoints.exp
9019 * gdb.base/execution-termios.exp
9020 * gdb.base/fileio.exp
9021 * gdb.base/fixsection.exp
9022 * gdb.base/foll-exec-mode.exp
9023 * gdb.base/foll-exec.exp
9024 * gdb.base/fork-running-state.exp
9025 * gdb.base/frame-args.exp
9026 * gdb.base/fullpath-expand.exp
9027 * gdb.base/func-ptr.exp
9028 * gdb.base/gcore-relro-pie.exp
9029 * gdb.base/gdb1090.exp
9030 * gdb.base/gdb1555.exp
9031 * gdb.base/global-var-nested-by-dso.exp
9032 * gdb.base/gnu-ifunc.exp
9033 * gdb.base/hbreak-in-shr-unsupported.exp
9034 * gdb.base/hbreak-unmapped.exp
9035 * gdb.base/hook-stop.exp
9036 * gdb.base/infcall-input.exp
9037 * gdb.base/info-fun.exp
9038 * gdb.base/info-shared.exp
9039 * gdb.base/interrupt-noterm.exp
9040 * gdb.base/jit-so.exp
9041 * gdb.base/jit.exp
9042 * gdb.base/line-symtabs.exp
9043 * gdb.base/list.exp
9044 * gdb.base/longjmp.exp
9045 * gdb.base/macscp.exp
9046 * gdb.base/max-value-size.exp
9047 * gdb.base/nodebug.exp
9048 * gdb.base/nofield.exp
9049 * gdb.base/overlays.exp
9050 * gdb.base/paginate-after-ctrl-c-running.exp
9051 * gdb.base/paginate-bg-execution.exp
9052 * gdb.base/paginate-inferior-exit.exp
9053 * gdb.base/pending.exp
9054 * gdb.base/pr11022.exp
9055 * gdb.base/printcmds.exp
9056 * gdb.base/ptr-typedef.exp
9057 * gdb.base/ptype.exp
9058 * gdb.base/randomize.exp
9059 * gdb.base/range-stepping.exp
9060 * gdb.base/realname-expand.exp
9061 * gdb.base/relativedebug.exp
9062 * gdb.base/remote.exp
9063 * gdb.base/savedregs.exp
9064 * gdb.base/sepdebug.exp
9065 * gdb.base/set-noassign.exp
9066 * gdb.base/shlib-call.exp
9067 * gdb.base/shreloc.exp
9068 * gdb.base/sigaltstack.exp
9069 * gdb.base/sigbpt.exp
9070 * gdb.base/siginfo-addr.exp
9071 * gdb.base/siginfo-obj.exp
9072 * gdb.base/siginfo-thread.exp
9073 * gdb.base/signest.exp
9074 * gdb.base/signull.exp
9075 * gdb.base/sigrepeat.exp
9076 * gdb.base/skip.exp
9077 * gdb.base/so-impl-ld.exp
9078 * gdb.base/solib-corrupted.exp
9079 * gdb.base/solib-disc.exp
9080 * gdb.base/solib-display.exp
9081 * gdb.base/solib-overlap.exp
9082 * gdb.base/solib-search.exp
9083 * gdb.base/solib-symbol.exp
9084 * gdb.base/source-execution.exp
9085 * gdb.base/sss-bp-on-user-bp-2.exp
9086 * gdb.base/sss-bp-on-user-bp.exp
9087 * gdb.base/stack-checking.exp
9088 * gdb.base/stale-infcall.exp
9089 * gdb.base/step-break.exp
9090 * gdb.base/step-line.exp
9091 * gdb.base/step-over-exit.exp
9092 * gdb.base/step-test.exp
9093 * gdb.base/structs.exp
9094 * gdb.base/sym-file.exp
9095 * gdb.base/symtab-search-order.exp
9096 * gdb.base/term.exp
9097 * gdb.base/type-opaque.exp
9098 * gdb.base/unload.exp
9099 * gdb.base/until-nodebug.exp
9100 * gdb.base/until.exp
9101 * gdb.base/unwindonsignal.exp
9102 * gdb.base/watch-cond.exp
9103 * gdb.base/watch-non-mem.exp
9104 * gdb.base/watch_thread_num.exp
9105 * gdb.base/watchpoint-reuse-slot.exp
9106 * gdb.base/watchpoint-solib.exp
9107 * gdb.base/watchpoint.exp
9108 * gdb.btrace/dlopen.exp
9109 * gdb.cell/arch.exp
9110 * gdb.cell/break.exp
9111 * gdb.cell/bt.exp
9112 * gdb.cell/core.exp
9113 * gdb.cell/data.exp
9114 * gdb.cell/dwarfaddr.exp
9115 * gdb.cell/ea-cache.exp
9116 * gdb.cell/ea-standalone.exp
9117 * gdb.cell/ea-test.exp
9118 * gdb.cell/f-regs.exp
9119 * gdb.cell/fork.exp
9120 * gdb.cell/gcore.exp
9121 * gdb.cell/mem-access.exp
9122 * gdb.cell/ptype.exp
9123 * gdb.cell/registers.exp
9124 * gdb.cell/sizeof.exp
9125 * gdb.cell/solib-symbol.exp
9126 * gdb.cell/solib.exp
9127 * gdb.compile/compile-tls.exp
9128 * gdb.cp/exception.exp
9129 * gdb.cp/gdb2495.exp
9130 * gdb.cp/local.exp
9131 * gdb.cp/mb-inline.exp
9132 * gdb.cp/mb-templates.exp
9133 * gdb.cp/pr10687.exp
9134 * gdb.cp/pr9167.exp
9135 * gdb.cp/scope-err.exp
9136 * gdb.cp/templates.exp
9137 * gdb.cp/virtfunc.exp
9138 * gdb.dwarf2/dw2-dir-file-name.exp
9139 * gdb.dwarf2/dw2-single-line-discriminators.exp
9140 * gdb.fortran/complex.exp
9141 * gdb.fortran/library-module.exp
9142 * gdb.guile/guile.exp
9143 * gdb.guile/scm-cmd.exp
9144 * gdb.guile/scm-frame-inline.exp
9145 * gdb.guile/scm-objfile.exp
9146 * gdb.guile/scm-pretty-print.exp
9147 * gdb.guile/scm-symbol.exp
9148 * gdb.guile/scm-type.exp
9149 * gdb.guile/scm-value.exp
9150 * gdb.linespec/keywords.exp
9151 * gdb.linespec/ls-errs.exp
9152 * gdb.linespec/macro-relative.exp
9153 * gdb.linespec/thread.exp
9154 * gdb.mi/mi-breakpoint-changed.exp
9155 * gdb.mi/mi-dprintf-pending.exp
9156 * gdb.mi/mi-fullname-deleted.exp
9157 * gdb.mi/mi-logging.exp
9158 * gdb.mi/mi-pending.exp
9159 * gdb.mi/mi-solib.exp
9160 * gdb.mi/new-ui-mi-sync.exp
9161 * gdb.mi/user-selected-context-sync.exp
9162 * gdb.multi/dummy-frame-restore.exp
9163 * gdb.multi/multi-arch-exec.exp
9164 * gdb.multi/remove-inferiors.exp
9165 * gdb.multi/watchpoint-multi-exit.exp
9166 * gdb.opt/solib-intra-step.exp
9167 * gdb.perf/backtrace.exp
9168 * gdb.perf/single-step.exp
9169 * gdb.perf/skip-command.exp
9170 * gdb.perf/skip-prologue.exp
9171 * gdb.perf/solib.exp
9172 * gdb.python/lib-types.exp
9173 * gdb.python/py-as-string.exp
9174 * gdb.python/py-bad-printers.exp
9175 * gdb.python/py-block.exp
9176 * gdb.python/py-breakpoint.exp
9177 * gdb.python/py-cmd.exp
9178 * gdb.python/py-events.exp
9179 * gdb.python/py-evthreads.exp
9180 * gdb.python/py-finish-breakpoint.exp
9181 * gdb.python/py-finish-breakpoint2.exp
9182 * gdb.python/py-frame-inline.exp
9183 * gdb.python/py-frame.exp
9184 * gdb.python/py-inferior.exp
9185 * gdb.python/py-infthread.exp
9186 * gdb.python/py-mi.exp
9187 * gdb.python/py-objfile.exp
9188 * gdb.python/py-pp-maint.exp
9189 * gdb.python/py-pp-registration.exp
9190 * gdb.python/py-prettyprint.exp
9191 * gdb.python/py-recurse-unwind.exp
9192 * gdb.python/py-shared.exp
9193 * gdb.python/py-symbol.exp
9194 * gdb.python/py-symtab.exp
9195 * gdb.python/py-template.exp
9196 * gdb.python/py-type.exp
9197 * gdb.python/py-unwind-maint.exp
9198 * gdb.python/py-unwind.exp
9199 * gdb.python/py-value.exp
9200 * gdb.python/python.exp
9201 * gdb.reverse/finish-reverse-bkpt.exp
9202 * gdb.reverse/insn-reverse.exp
9203 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9204 * gdb.reverse/solib-precsave.exp
9205 * gdb.reverse/solib-reverse.exp
9206 * gdb.stabs/gdb11479.exp
9207 * gdb.stabs/weird.exp
9208 * gdb.threads/fork-child-threads.exp
9209 * gdb.threads/fork-plus-threads.exp
9210 * gdb.threads/fork-thread-pending.exp
9211 * gdb.threads/forking-threads-plus-breakpoint.exp
9212 * gdb.threads/hand-call-in-threads.exp
9213 * gdb.threads/interrupted-hand-call.exp
9214 * gdb.threads/linux-dp.exp
9215 * gdb.threads/local-watch-wrong-thread.exp
9216 * gdb.threads/next-while-other-thread-longjmps.exp
9217 * gdb.threads/non-ldr-exit.exp
9218 * gdb.threads/pending-step.exp
9219 * gdb.threads/print-threads.exp
9220 * gdb.threads/process-dies-while-detaching.exp
9221 * gdb.threads/process-dies-while-handling-bp.exp
9222 * gdb.threads/pthreads.exp
9223 * gdb.threads/queue-signal.exp
9224 * gdb.threads/reconnect-signal.exp
9225 * gdb.threads/signal-command-handle-nopass.exp
9226 * gdb.threads/signal-command-multiple-signals-pending.exp
9227 * gdb.threads/signal-delivered-right-thread.exp
9228 * gdb.threads/signal-sigtrap.exp
9229 * gdb.threads/sigthread.exp
9230 * gdb.threads/staticthreads.exp
9231 * gdb.threads/stepi-random-signal.exp
9232 * gdb.threads/thread-unwindonsignal.exp
9233 * gdb.threads/thread_check.exp
9234 * gdb.threads/thread_events.exp
9235 * gdb.threads/tid-reuse.exp
9236 * gdb.threads/tls-nodebug.exp
9237 * gdb.threads/tls-shared.exp
9238 * gdb.threads/tls-so_extern.exp
9239 * gdb.threads/tls.exp
9240 * gdb.threads/wp-replication.exp
9241 * gdb.trace/actions-changed.exp
9242 * gdb.trace/actions.exp
9243 * gdb.trace/backtrace.exp
9244 * gdb.trace/change-loc.exp
9245 * gdb.trace/collection.exp
9246 * gdb.trace/deltrace.exp
9247 * gdb.trace/disconnected-tracing.exp
9248 * gdb.trace/entry-values.exp
9249 * gdb.trace/ftrace-lock.exp
9250 * gdb.trace/ftrace.exp
9251 * gdb.trace/infotrace.exp
9252 * gdb.trace/mi-trace-frame-collected.exp
9253 * gdb.trace/mi-trace-unavailable.exp
9254 * gdb.trace/mi-traceframe-changed.exp
9255 * gdb.trace/mi-tracepoint-changed.exp
9256 * gdb.trace/mi-tsv-changed.exp
9257 * gdb.trace/no-attach-trace.exp
9258 * gdb.trace/packetlen.exp
9259 * gdb.trace/passc-dyn.exp
9260 * gdb.trace/passcount.exp
9261 * gdb.trace/pending.exp
9262 * gdb.trace/pr16508.exp
9263 * gdb.trace/qtro.exp
9264 * gdb.trace/range-stepping.exp
9265 * gdb.trace/read-memory.exp
9266 * gdb.trace/report.exp
9267 * gdb.trace/save-trace.exp
9268 * gdb.trace/signal.exp
9269 * gdb.trace/stap-trace.exp
9270 * gdb.trace/status-stop.exp
9271 * gdb.trace/strace.exp
9272 * gdb.trace/tfile.exp
9273 * gdb.trace/tfind.exp
9274 * gdb.trace/trace-break.exp
9275 * gdb.trace/trace-condition.exp
9276 * gdb.trace/trace-enable-disable.exp
9277 * gdb.trace/trace-mt.exp
9278 * gdb.trace/tracecmd.exp
9279 * gdb.trace/tracefile-pseudo-reg.exp
9280 * gdb.trace/tspeed.exp
9281 * gdb.trace/tstatus.exp
9282 * gdb.trace/tsv.exp
9283 * gdb.trace/unavailable.exp
9284 * gdb.trace/while-dyn.exp
9285 * gdb.trace/while-stepping.exp
9286 * lib/gdb-guile.exp
9287 * lib/gdb.exp
9288 * lib/mi-support.exp
9289 * lib/pascal.exp
9290 * lib/perftest.exp
9291 * lib/prelink-support.exp
9292 * lib/selftest-support.exp
9293
ad02e4fe
SM
92942016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
9295
9296 * Makefile.in: Include disable-implicit-rules.mk.
9297
22347e55
AA
92982016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9299
9300 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
9301 non-byte-aligned bit fields.
9302
da5b30da
AA
93032016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9304
9305 PR gdb/12616
9306 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
9307 respects the DW_AT_data_bit_offset attribute.
9308
b593ecca
SM
93092016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
9310
9311 * gdb.base/default.exp: Fix output of "set language".
9312
3b165252
SM
93132016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
9314
9315 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
9316 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
9317 make.
9318 * configure.ac: Remove checks for the make program.
9319 * configure: Re-generate.
9320
1a2f3d7f
KB
93212016-11-16 Kevin Buettner <kevinb@redhat.com>
9322
9323 * gdb.python/py-recurse-unwind.c (main): Add loop.
9324 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
9325 to read_register() and gdb.parse_and_eval(). Make each code
9326 call a separate case that can be individually tested.
9327 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
9328 proc. Call cont_and_backtrace for each of the code paths that
9329 we want to test in the unwinder.
9330
b7f38fda
AA
93312016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
9332
9333 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
9334 the definition of struct S.
9335
1f8db343
CM
93362016-11-11 Catherine Moore <clm@codesourcery.com>
9337
9338 * gdb.base/dump.exp: Identify verilog format dump tests as such.
9339
fad0c9fb
PA
93402016-11-09 Pedro Alves <palves@redhat.com>
9341
9342 * gdb.base/commands.exp (runto_or_return): New procedure.
9343 (gdbvar_simple_if_test, gdbvar_simple_while_test)
9344 (gdbvar_complex_if_while_test, progvar_simple_if_test)
9345 (progvar_simple_while_test, progvar_complex_if_while_test)
9346 (if_while_breakpoint_command_test)
9347 (infrun_breakpoint_command_test, breakpoint_command_test)
9348 (user_defined_command_test, watchpoint_command_test)
9349 (test_command_prompt_position, redefine_hook_test)
9350 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
9351 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
9352 multi_line_input and multi_line. Remove gdb_expect and
9353 gdb_stop_suppressing_tests uses.
9354 * lib/gdb.exp (valnum_re): New global.
9355 (multi_line_input): New procedure.
9356
8354c62c
SM
93572016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
9358
9359 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
9360 Remove.
9361 (test_setup): Define with proc_with_prefix.
9362 (test_cli_inferior): Likewise.
9363 (test_cli_thread): Likewise.
9364 (test_cli_frame): Likewise.
9365 (test_cli_select_frame): Likewise.
9366 (test_cli_up_down): Likewise.
9367 (test_mi_thread_select): Likewise.
9368 (test_mi_stack_select_frame): Likewise.
9369 (test_cli_in_mi_inferior): Likewise.
9370 (test_cli_in_mi_thread): Likewise.
9371 (test_cli_in_mi_frame): Likewise.
9372 (top level): Do not use with_test_prefix_procname.
9373
64f367a2
PA
93742016-11-09 Pedro Alves <palves@redhat.com>
9375
9376 * gdb.base/commands.exp (gdbvar_simple_if_test)
9377 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
9378 (progvar_simple_if_test, progvar_simple_while_test)
9379 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
9380 (infrun_breakpoint_command_test, breakpoint_command_test)
9381 (user_defined_command_test, watchpoint_command_test)
9382 (test_command_prompt_position, deprecated_command_test)
9383 (bp_deleted_in_command, temporary_breakpoint_commands)
9384 (stray_arg0_test, source_file_with_indented_comment)
9385 (recursive_source_test, if_commands_test)
9386 (error_clears_commands_left, redefine_hook_test)
9387 (redefine_backtrace_test): Use proc_with_prefix.
9388 * lib/gdb.exp (proc_with_prefix): New proc.
9389
0bb65f1e
AA
93902016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
9391
9392 * gdb.base/tui-layout.c: New file.
9393 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
9394 disassembly window contains very long lines.
9395
7353f247
TT
93962016-11-08 Tom Tromey <tom@tromey.com>
9397
9398 * gdb.python/py-value.exp (test_value_creation): Make "long" test
9399 depend on Python 2.
9400
30a7bb83
TT
94012016-11-08 Tom Tromey <tom@tromey.com>
9402
9403 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
9404 New method.
9405
cdf5a07c
MG
94062016-10-29 Manish Goregaokar <manish@mozilla.com>
9407
2806dc7e 9408 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 9409
51a789c3
MG
94102016-10-27 Manish Goregaokar <manish@mozilla.com>
9411
2806dc7e
PA
9412 * gdb.rust/simple.rs: Add test for univariant enums without
9413 discriminants and for encoded struct-like enums.
51a789c3 9414
f610ab6d
PA
94152016-10-28 Pedro Alves <palves@redhat.com>
9416
9417 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
9418 gdb_test_multiple, tighten regexps and match symtabs and line
9419 tables incrementally.
9420
b129b0ca
LM
94212016-10-28 Luis Machado <lgustavo@codesourcery.com>
9422
9423 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
9424 general.
9425
ecf45d2c
SL
94262016-10-25 Luis Machado <lgustavo@codesourcery.com>
9427
9428 * gdb.base/exec-invalid-sysroot.exp: New file.
9429
b8d38ee4
JK
94302016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9431
9432 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
9433
f90fd8c2
JK
94342016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9435
9436 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
9437
2d2476aa
MR
94382016-10-19 Maciej W. Rozycki <macro@imgtec.com>
9439
2806dc7e
PA
9440 * gdb.base/killed-outside.exp: Remove $options from a call to
9441 `prepare_for_testing'.
2d2476aa 9442
e42b25a0
SM
94432016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9444
9445 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
9446 Change test message.
9447
3ccdb432
SM
94482016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9449
9450 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
9451 Update comment.
9452
5bad3170
SM
94532016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9454
9455 * gdb.trace/mi-trace-save.exp: New file.
9456
5ad9dba7
YQ
94572016-10-13 Yao Qi <yao.qi@linaro.org>
9458
9459 * gdb.base/code_elim.exp (get_var_address): Remove.
9460 * gdb.base/relocate.exp: Likewise.
9461 * gdb.base/shreloc.exp: Likewise.
9462 * lib/gdb.exp (get_var_address): New.
9463
62df7e21
YQ
94642016-10-13 Yao Qi <yao.qi@linaro.org>
9465
9466 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
9467 floating point tests if $skip_float_test is false.
9468
4dac951e
LM
94692016-10-12 Luis Machado <lgustavo@codesourcery.com>
9470
9471 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
9472 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
9473 argc values.
9474 Add 1 to argc so we guarantee distinct initial/modified argc values.
9475
8f1a8fc4
JK
94762016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9477
9478 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
9479
16c85b5d
JK
94802016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9481
9482 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
9483 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
9484 * gdb.arch/vsx-regs.exp: Likewise.
9485
1d0e042a
YQ
94862016-10-07 Yao Qi <yao.qi@linaro.org>
9487
9488 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
9489
68dadef5
MM
94902016-10-07 Markus Metzger <markus.t.metzger@intel.com>
9491
9492 * gdb.python/python.exp: Test decode_line("*0").
9493
33fa2c6e
DE
94942016-10-06 Doug Evans <dje@google.com>
9495
9496 * gdb.python/py-value.exp (test_value_creation): Add test for large
9497 unsigned 64-bit value.
9498
9c37b5ae
TT
94992016-10-06 Tom Tromey <tom@tromey.com>
9500
9501 * gdb.compile/compile.exp: Change java tests to rust.
9502 * gdb.base/setshow.exp: Change java tests to rust.
9503 * gdb.base/default.exp: Remove java from language list.
9504 * README (Examples): Update language example.
9505 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
9506 test.
9507 * lib/gdb.exp (skip_java_tests): Remove.
9508 * lib/java.exp: Remove.
9509 * gdb.java: Remove.
9510
78b86327
MR
95112016-10-06 Maciej W. Rozycki <macro@imgtec.com>
9512
9513 * gdb.arch/mips-fcr.exp: New test.
9514 * gdb.arch/mips-fcr.c: Source for the new test.
9515
7470adbb
MR
95162016-10-06 Maciej W. Rozycki <macro@imgtec.com>
9517
9518 * gdb.base/solib-disc.exp: Use `standard_output_file'
9519 throughout.
9520
4a556533
PA
95212016-10-06 Pedro Alves <palves@redhat.com>
9522
9523 * gdb.base/jit-simple-dl.c: New file.
9524 * gdb.base/jit-simple-jit.c: New file, factored out from ...
9525 * gdb.base/jit-simple.c: ... this.
9526 * gdb.base/jit-simple.exp (jit_run): Delete.
9527 (build_jit): New proc.
9528 (jit_test_reread): Recompile either the main program or the shared
9529 library, depending on what is being tested. Skip changing address
9530 if caller wants to. Compare before/after addresses. If testing
9531 standalone, explicitly load the binary. Test "maint info
9532 breakpoints".
9533 (top level): Add "standalone vs shared lib" and "change address"
9534 vs "same address" axes.
9535
5a122fbc
PA
95362016-10-06 Pedro Alves <palves@redhat.com>
9537
9538 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
9539 call.
9540 (jit_run): Delete.
9541 (jit_test_reread): Use with_test_prefix. Reload the main binary
9542 explicitly. Compare the before/after addresses of the JIT
9543 descriptor.
9544
ee8da4b8
DE
95452016-08-15 Doug Evans <dje@google.com>
9546
9547 * gdb.xml/extra-regs.xml: Update, end field now required, default type
9548 for single bitfields is bool.
9549 * gdb.xml/tdesc-regs.exp: Ditto.
9550
f389f6fe
JK
95512016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9552
9553 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
9554
fdebf1a4
YQ
95552016-10-05 Yao Qi <yao.qi@linaro.org>
9556
9557 * lib/gdb.exp (support_complex_tests): Return zero if
9558 gdb_skip_float_test return true.
9559
9c36d954 95602016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 9561 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
9562
9563 PR gdb/20487
9564 * gdb.mi/user-selected-context-sync.exp: New file.
9565 * gdb.mi/user-selected-context-sync.c: New file.
9566
4034d0ff 95672016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 9568 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
9569
9570 PR gdb/20487
9571 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
9572 =thread-select-event check.
9573
a4297203
PB
95742016-09-29 Peter Bergner <bergner@vnet.ibm.com>
9575
9576 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
9577 the compulsory L operand changes.
9578 * gdb.arch/powerpc-power.s: Likewise.
9579
bb805577
JK
95802016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9581
9582 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
9583 * gdb.base/jit-attach-pie.c: New file.
9584 * gdb.base/jit-attach-pie.exp: New file.
9585
6d61dee5
PA
95862016-09-28 Pedro Alves <palves@redhat.com>
9587
9588 * gdb.base/infcall-input.c: New file.
9589 * gdb.base/infcall-input.exp: New file.
9590
f73842fc
YQ
95912016-09-22 Yao Qi <yao.qi@linaro.org>
9592
9593 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
9594 (gdb_exit): Rename it to ...
9595 (gdbserver_gdb_exit): ... Close GDBserver.
9596 (gdb_exit): New proc, call gdbserver_gdb_exit.
9597 (mi_gdb_exit): Likewise.
9598
90681dab
YQ
95992016-09-22 Yao Qi <yao.qi@linaro.org>
9600
9601 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
9602 path.
9603 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
9604 Remove duplication.
9605
9c211fd8
YQ
96062016-09-22 Yao Qi <yao.qi@linaro.org>
9607
9608 * lib/gdbserver-support.exp: Check the existence of
9609 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
9610
ad0a504f
AK
96112016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
9612
9613 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
9614
36cf1806
TT
96152016-09-21 Tom Tromey <tom@tromey.com>
9616
9617 PR gdb/20604:
9618 * gdb.base/quit.exp: New file.
9619
74172ecf
SM
96202016-09-21 Simon Marchi <simon.marchi@ericsson.com>
9621
9622 * .gitignore: New file.
9623
3d0ec882
MR
96242016-09-21 Maciej W. Rozycki <macro@imgtec.com>
9625
9626 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
9627 throughout.
9628
8193adea
AA
96292016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9630
9631 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
9632
d41a5c09
JK
96332016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9634
9635 * gdb.cp/casts.cc (decltype): Move it ...
9636 (main): ... with its call to ...
9637 * gdb.cp/casts03.cc: ... a new file.
9638 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
9639
d2dfe700
JK
96402016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9641
9642 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
9643
e2a92b16
PB
96442016-09-15 Peter Bergner <bergner@vnet.ibm.com>
9645
9646 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
9647 and sync up the test with tests in gas/testsuite/gas/ppc.
9648 * gdb.arch/powerpc-power.exp: Likewise.
9649
49b4de64
JK
96502016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9651
9652 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
9653
2c29df25
SDJ
96542016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
9655 Jan Kratochvil <jan.kratochvil@redhat.com>
9656
9657 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
9658 make m1's definition to be different from m2's. Use 'dummy' as an
9659 argument for probe 'two'.
9660
cc3c2846
JB
96612016-09-10 Jon Beniston <jon@beniston.com>
9662
9663 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
9664 for sim target.
9665
e1b2624a
AA
96662016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
9667
9668 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
9669 variable declaration.
9670 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
9671 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
9672 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
9673 received HWCAP as its argument.
9674
4295e285
PA
96752016-09-06 Pedro Alves <palves@redhat.com>
9676
9677 * gdb.base/new-ui-pending-input.c: New file.
9678 * gdb.base/new-ui-pending-input.exp: New file.
9679 * gdb.exp (clear_gdb_spawn_id): New procedure.
9680 (with_spawn_id): Check whether gdb_spawn_id exists before
9681 referencing it. If gdb_spawn_id didn't exist on entry, clear it
9682 on exit.
9683
00d5215e
UW
96842016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
9685
9686 * gdb.base/float128.c: New file.
9687 * gdb.base/float128.exp: Likewise.
9688 * gdb.base/floatn.c: Likewise.
9689 * gdb.base/floatn.exp: Likewise.
9690
a9ff5f12
UW
96912016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
9692
9693 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
9694
f245535c
PA
96952016-09-05 Pedro Alves <palves@redhat.com>
9696
9697 PR backtrace/19927
9698 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
9699 unwinders are immediately called as side effect of "source" or
9700 "disable unwinder" commands.
9701 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
9702
ae9cf263
YQ
97032016-09-02 Yao Qi <yao.qi@linaro.org>
9704
9705 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
9706 is true and $type is "float" or "double".
9707
27aba047
YQ
97082016-09-02 Yao Qi <yao.qi@linaro.org>
9709
9710 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
9711 true.
9712 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
9713 * gdb.base/call-rt-st.exp: Likewise.
9714 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
9715 return value instead of gdb,skip_float_test.
9716 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
9717 (do_function_calls): Use its return value instead of
9718 gdb,skip_float_test.
9719 * gdb.base/finish.exp: Likewise.
9720 * gdb.base/funcargs.exp: Likewise.
9721 * gdb.base/return.exp: Likewise.
9722 * gdb.base/return2.exp: Likewise.
9723 * gdb.base/varargs.exp: Likewise.
9724 * lib/gdb.exp (gdb_skip_float_test): Change it to
9725 gdb_caching_proc. Detect the broken ptrace on arm-linux.
9726
5af962df
AA
97272016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
9728
9729 * gdb.multi/tids.exp: Test "thread apply all".
9730
7fac6910
JK
97312016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9732
9733 * gdb.base/default.exp (tty): Remove.
9734
bb1fe4ac
KB
97352016-08-24 Kevin Buettner <kevinb@redhat.com>
9736
2806dc7e
PA
9737 * gdb.python/py-recurse-unwind.c: New file.
9738 * gdb.python/py-recurse-unwind.py: New file.
9739 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 9740
0a1ddfa6
SM
97412016-08-24 Simon Marchi <simon.marchi@ericsson.com>
9742
9743 * gdb.base/set-inferior-tty.exp: New file.
9744 * gdb.base/set-inferior-tty.c: New file.
9745
d9de1fe3
PA
97462016-08-23 Pedro Alves <palves@redhat.com>
9747
9748 PR gdb/20494
9749 * gdb.base/new-ui-echo.c: New file.
9750 * gdb.base/new-ui-echo.exp: New file.
9751
e9d9abd7
YQ
97522016-08-23 Yao Qi <yao.qi@linaro.org>
9753
9754 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
9755 gdbserver_spawn.
9756 * gdb.server/connect-without-multi-process.exp (do_test):
9757 Likewise.
9758
3589529e
YQ
97592016-08-23 Yao Qi <yao.qi@linaro.org>
9760
9761 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
9762 standalone_txt. Delete gdb_txt and standalone_txt on host
9763 and target. Spawn the binary on target. Copy files from
9764 target to host.
9765
6bb90213
PA
97662016-08-22 Pedro Alves <palves@redhat.com>
9767
9768 PR gdb/20505
9769 * gdb.base/vdso-warning.exp: Test core dumps too. Use
9770 with_test_prefix. Factor out bits to ...
9771 (test_no_vdso): ... this new procedure.
9772
20c2c024
CL
97732016-08-19 Carl Love <cel@us.ibm.com>
9774
9775 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
9776 maintaining separate logic for constructing the output path.
9777 * gdb.arch/powerpc-d128-regs.exp: Likewise.
9778 * gdb.arch/ppc-dfp.exp: Likewise.
9779 * gdb.arch/ppc-fp.exp: Likewise.
9780 * gdb.arch/vsx-regs.exp: Likewise.
9781 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
9782 binprefix for generating the additional binary files.
9783
0646e07d
PA
97842016-08-19 Pedro Alves <palves@redhat.com>
9785
9786 * gdb.trace/mi-trace-frame-collected.exp
9787 (test_trace_frame_collected): On x32, expect two registers.
9788
46da9242
CL
97892016-08-18 Carl Love <cel@us.ibm.com>
9790
9791 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
9792 and sync up the test with tests in gas/testsuite/gas/ppc.
9793 * gdb.arch/powerpc-power.exp: Likewise.
9794
eb2332d7
SM
97952016-08-17 Simon Marchi <simon.marchi@ericsson.com>
9796
9797 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
9798 expected error message.
9799
63c61e04
SM
98002016-08-17 Simon Marchi <simon.marchi@ericsson.com>
9801
9802 * gdb.multi/remove-inferiors.exp: New file.
9803 * gdb.multi/remove-inferiors.c: New file.
9804
7b17065f
YQ
98052016-08-12 Yao Qi <yao.qi@linaro.org>
9806
9807 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
9808 argument list.
9809
01d3dedf
PA
98102016-08-10 Pedro Alves <palves@redhat.com>
9811
9812 PR gdb/19187
9813 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
9814 setup_kfails.
9815
3eb7562a
PA
98162016-08-09 Pedro Alves <palves@redhat.com>
9817 Simon Marchi <simon.marchi@ericsson.com>
9818
9819 PR gdb/20418
9820 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
9821 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
9822
80614914
PA
98232016-08-09 Pedro Alves <palves@redhat.com>
9824
9825 PR mi/20431
9826 * gdb.mi/mi-cmd-error.exp: New file.
9827
f348d89a
PA
98282016-08-09 Pedro Alves <palves@redhat.com>
9829
9830 PR gdb/18653
9831 * gdb.base/signals-state-child.c: New file.
9832 * gdb.base/signals-state-child.exp: New file.
9833 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
9834
e5ca03b4
PA
98352016-08-09 Pedro Alves <palves@redhat.com>
9836
9837 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
9838
282a0691
TT
98392016-08-03 Tom Tromey <tom@tromey.com>
9840
9841 PR python/18565:
9842 * gdb.python/py-frame-inline.exp: Add Frame.function test.
9843
41bfcd63
YQ
98442016-08-01 Yao Qi <yao.qi@linaro.org>
9845
9846 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
9847 variable mode to "multi-process" if $multi_process is 1, otherwise
9848 set it to "single-process".
9849
e3465b24
YQ
98502016-08-01 Yao Qi <yao.qi@linaro.org>
9851
9852 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
9853 * gdb.cp/cpexprs.exp: Likewise.
9854 * gdb.cp/m-static.exp: Likewise.
9855
0b31a4bc
TT
98562016-07-26 Tom Tromey <tom@tromey.com>
9857
9858 PR python/20190:
9859 * gdb.threads/tls.exp (check_thread_local): Add python symbol
9860 test.
9861
e0461dbb
MM
98622016-07-26 Markus Metzger <markus.t.metzger@intel.com>
9863
9864 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
9865 selecting assembly source files.
9866 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
9867 assembly source files.
9868 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
9869 assembly source files.
9870 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
9871 selecting assembly source files.
9872
8194e927
SM
98732016-07-25 Simon Marchi <simon.marchi@ericsson.com>
9874
9875 * gdb.base/new-ui.exp (do_test_invalid_args): New
9876 procedure.
9877
c0272db5
TW
98782016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
9879
9880 * gdb.btrace/reconnect.c: New file.
9881 * gdb.btrace/reconnect.exp: New file.
9882
e3487908
GKB
98832016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
9884
9885 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
9886 to test_catch_syscall_group.
9887 (test_catch_syscall_group): New.
9888
12df5c00
TT
98892016-07-21 Tom Tromey <tom@tromey.com>
9890
9891 * gdb.rust/simple.rs (main): Use empty struct expression.
9892 * gdb.rust/simple.exp: Add tests for empty struct expression.
9893
bae62ee2
YQ
98942016-07-21 Yao Qi <yao.qi@linaro.org>
9895
9896 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
9897 if gdb_skip_xml_test is true on some targets.
9898
b1b53fb3
YQ
98992016-07-21 Yao Qi <yao.qi@linaro.org>
9900
9901 * gdb.server/solib-list.exp: Unset last_loaded_file.
9902
027d97f8
JK
99032016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9904
9905 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
9906 "step into captured_main (args)".
9907
7674d381
JK
99082016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9909
9910 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
9911
72b5d099
JK
99122016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9913
9914 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
9915
1f960ced
PA
99162016-07-19 Pedro Alves <palves@redhat.com>
9917
9918 * gdb.opt/inline-break.exp: Remove optimize=-O2.
9919 * gdb.opt/inline-bt.exp: Likewise.
9920 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
9921 additional_flags=-Winline.
9922 * gdb.opt/inline-locals.exp: Likewise.
9923 * gdb.opt/inline-markers.c (ATTR): Define.
9924 (inlined_fn): Use it.
9925
f25827c1
YQ
99262016-07-19 Yao Qi <yao.qi@linaro.org>
9927
9928 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
9929 (test_with_self): Remove some code. Remove argument executable.
9930 (top-level): Use do_self_tests.
9931
37539ebe
DB
99322016-07-15 Zachary Welch <zwelch@codesourcery.com>
9933 Don Breazeal <donb@codesourcery.com>
9934
9935 * gdb.base/maint.exp: Escape paths used in regular expressions.
9936 * gdb.stabs/weird.exp: Likewise.
9937
dac790e1
TT
99382016-07-13 Tom Tromey <tom@tromey.com>
9939
9940 PR python/15620, PR python/18620:
9941 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
9942 (test_bkpt_events): New procs.
9943
93daf339
TT
99442016-07-13 Tom Tromey <tom@tromey.com>
9945
9946 PR python/17698:
9947 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
9948 test.
9949 (test_watchpoints): Likewise.
9950 (test_bkpt_pending): New proc.
9951
6571a381
TT
99522016-07-13 Tom Tromey <tom@tromey.com>
9953
9954 PR cli/18053:
9955 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
9956 completion test.
9957
e8732474
JK
99582016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9959
9960 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
9961 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
9962 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
9963 f_label.
9964 (g): Rename g_end_lbl to g_label.
9965 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
9966 low_pc and high_pc.
9967 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
9968
e0f3fd7c
TT
99692016-07-12 Tom Tromey <tom@tromey.com>
9970
9971 PR python/19293:
9972 * gdb.python/py-unwind-maint.exp: Update tests.
9973
3cfe46b6
YQ
99742016-07-12 Yao Qi <yao.qi@linaro.org>
9975
9976 * lib/selftest-support.exp (selftest_setup): Match the output
9977 when captured_main is inlined.
9978
4f19a0e6
WT
99792016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
9980
9981 * gdb.fortran/derived-types.exp (result_line, result_line_2):
9982 New variables.
9983 (print this%a, print this%b, print this): New tests.
9984 * gdb.fortran/derived-types.f90 (this): New object and
9985 initialization.
9986
986cf455
SM
99872016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9988
9989 * gdb.ada/arraydim.exp: Remove extra directory level in build
9990 directory.
9991
f0464b23
SM
99922016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9993
9994 * lib/ada.exp: Remove extra directory level in build directory.
9995 * gdb.ada/cond_lang.exp: Likewise.
9996 * gdb.ada/exec_changed.exp: Likewise.
9997 * gdb.ada/lang_switch.exp: Likewise.
9998
42d94011
MG
99992016-07-06 Manish Goregaokar <manish@mozilla.com>
10000
2806dc7e
PA
10001 * simple.rs: Add test for raw pointer subscripting.
10002 * simple.exp: Add test expectations.
42d94011 10003
647c264c
YQ
100042016-07-05 Yao Qi <yao.qi@linaro.org>
10005
10006 * gdb.mi/mi-reverse.exp: Match =record-started output.
10007
20aa2c60
PA
100082016-07-01 Pedro Alves <palves@redhat.com>
10009
10010 * gdb.base/jit-reader.exp (info_registers_current_frame): New
10011 procedure.
10012 (jit_reader_test): Test the jit reader's unwinder.
10013 * gdb.base/jithost.c (jit_function_00_code): New global.
10014 (main): Use memcpy to fill in the mmapped code, instead of poking
10015 bytes manually here.
10016 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
10017 value.
10018 (read_debug_info): Save the function's range.
10019 (read_sp): New function.
10020 (unwind_frame): Use it. Also unwind RBP.
10021 (get_frame_id): Use read_sp.
10022 (gdb_init_reader): Use calloc instead of malloc.
10023 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
10024 parameter. Use gdb_test_multiple.
10025
ced2dffb
PA
100262016-07-01 Pedro Alves <palves@redhat.com>
10027 Antoine Tremblay <antoine.tremblay@ericsson.com>
10028
10029 * gdb.threads/process-dies-while-detaching.c: New file.
10030 * gdb.threads/process-dies-while-detaching.exp: New file.
10031
63000888
PA
100322016-07-01 Pedro Alves <palves@redhat.com>
10033
10034 * gdb.multi/watchpoint-multi-exit.c: New file.
10035 * gdb.multi/watchpoint-multi-exit.exp: New file.
10036
038d4868
PA
100372016-06-30 Pedro Alves <palves@redhat.com>
10038
10039 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
10040 unset inferior_spawn_id.
10041
994e9c83
PA
100422016-06-30 Pedro Alves <palves@redhat.com>
10043
10044 * lib/mi-support.exp (default_mi_gdb_start): Declare global
10045 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
10046
e5653468
YQ
100472016-06-29 Yao Qi <yao.qi@linaro.org>
10048
10049 * gdb.base/return.c: Add copyright header.
10050
803b47e5
TT
100512016-06-29 Tom Tromey <tom@tromey.com>
10052
10053 PR python/20129:
10054 * gdb.python/py-framefilter.exp: Add tests for setting priority
10055 and disabling of non-existent frame filter.
10056
28244707
YQ
100572016-06-29 Yao Qi <yao.qi@linaro.org>
10058
10059 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
10060 0x0f07ff.
10061
a31d2f06
YQ
100622016-06-28 Yao Qi <yao.qi@linaro.org>
10063
10064 * gdb.base/catch-syscall.exp: Remove check on isnative and target
10065 triplets. Start gdb, execute catch syscall, and continue. Check
10066 gdb's output to determine catch syscall is supported.
10067
921d8f54
MG
100682016-06-27 Manish Goregaokar <manish@mozilla.com>
10069
25d49b86
PA
10070 * gdb.rust/simple.rs: Add test for returning unit in a function.
10071 * gdb.rust/simple.exp: Add expectation for functions returning
10072 unit.
921d8f54 10073
f4952523
PMR
100742016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
10075
10076 * gdb.python/py-breakpoint-create-fail.c,
10077 gdb.python/py-breakpoint-create-fail.exp,
10078 gdb.python/py-breakpoint-create-fail.py: New testcase.
10079
fccb08f8
MG
100802016-06-25 Manish Goregaokar <manish@mozilla.com>
10081
10082 PR gdb/20239
10083 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
10084 * gdb.rust/simple.exp: Add test expectations for new NonZero
10085 tests.
fccb08f8 10086
6b850546
DT
100872016-06-24 David Taylor <dtaylor@emc.com>
10088
10089 * gdb.base/offsets.exp: New file.
10090 * gdb.base/offsets.c: New file.
10091
17621150
TT
100922016-06-23 Tom Tromey <tom@tromey.com>
10093
10094 PR gdb/16483:
10095 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
10096 before any filters are loaded.
10097
04d59df6
WT
100982016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
10099
10100 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
10101 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
10102 structs.
10103 * gdb.fortran/derived-type-function.exp: New file.
10104 * gdb.fortran/derived-type-function.f90: New file.
10105
10106
ac69f786
PA
101072016-06-21 Pedro Alves <palves@redhat.com>
10108
10109 * gdb.base/new-ui.exp: New file.
10110 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
10111 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
10112 (with_spawn_id): New procedure.
10113
49940788
PA
101142016-06-21 Pedro Alves <palves@redhat.com>
10115
10116 * gdb.mi/mi-exec-run.exp: New file.
10117
ef274d26
PA
101182016-06-21 Pedro Alves <palves@redhat.com>
10119
10120 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
10121 breakpoint command's output on the main UI.
10122 (test_break): New procedure, factored out from calls in the top
10123 level.
10124 (top level): Use foreach_with_prefix to test MI as main UI and as
10125 separate UI.
10126
468afe6c
PA
101272016-06-21 Pedro Alves <palves@redhat.com>
10128
10129 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
10130 (test_awatch_creation_and_listing)
10131 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
10132 Remove 'type' parameter.
10133 (test_watchpoint_all): New parameter mi_mode. Remove
10134 with_test_prefix.
10135 (top level): Use foreach_with_prefix, and add main/separate UI MI
10136 testing axis.
10137
51f77c37
PA
101382016-06-21 Pedro Alves <palves@redhat.com>
10139
10140 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
10141 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
10142 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
10143 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
10144 (gdb_main_spawn_id, mi_spawn_id): Declare and
10145 comment.
10146 (mi_create_inferior_pty): New procedure,
10147 factored out from default_mi_gdb_start.
10148 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
10149 procedures.
10150 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
10151 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
10152 Use mi_create_inferior_pty.
10153 (mi_gdb_start): Use eval to pass down args list.
10154
8980e177
PA
101552016-06-21 Pedro Alves <palves@redhat.com>
10156
10157 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
10158 * gdb.opt/inline-cmds.exp: Add MI tests.
10159
f38d3ad1
PA
101602016-06-21 Pedro Alves <palves@redhat.com>
10161
10162 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
10163
45db7c09
PA
101642016-06-21 Pedro Alves <palves@redhat.com>
10165
10166 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
10167 (top level): Use it instead of mi_execute_to.
10168
5a069ab3
PA
101692016-06-21 Pedro Alves <palves@redhat.com>
10170
10171 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
10172 (cont_handler_str): New.
10173 (signal_stop_handler): Set stop_handler_str instead of printing to
10174 stdout.
10175 (continue_handler): Set cont_handler_str instead of printing to
10176 stdout.
10177 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
10178 mi_send_resuming_command. Print stop_handler_str and
10179 cont_handler_str instead of expecting the python events print
10180 directly.
10181
2838cc1d
SD
101822016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
10183
10184 * gdb.base/jit-reader.exp: New file.
10185 * gdb.base/jithost.c: New file.
10186 * gdb.base/jithost.h: New file.
10187 * gdb.base/jitreader.c : New file.
10188 * gdb.base/jit-protocol.h: New file.
10189
21a77091
YQ
101902016-06-17 Yao Qi <yao.qi@linaro.org>
10191
10192 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
10193 parameters follow_fork and detach_on_fork. Set follow-fork-mode
10194 and detach-on-fork. Adjust tests.
10195 (top level): Invoke break_cond_on_syscall with combinations of
10196 syscall, follow-fork-mode and detach-on-fork.
10197
f50bf8e5
YQ
101982016-06-17 Yao Qi <yao.qi@linaro.org>
10199
10200 * gdb.base/step-over-exit.c: New.
10201 * gdb.base/step-over-exit.exp: New.
10202
a28d8e50
YTL
102032016-06-17 Yan-Ting Lin <currygt52@gmail.com>
10204
10205 * gdb.base/float.exp: Add target check for nds32*-*-*.
10206 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
10207
cad8e26d
AB
102082016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
10209
10210 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
10211 for unsupported target features.
10212 * gdb.base/call-rt-st.exp: Likewise.
10213 * gdb.base/call-sc.exp: Likewise.
10214 * gdb.base/call-signal-resume.exp: Likewise.
10215 * gdb.base/call-strs.exp: Likewise.
10216 * gdb.base/callexit.exp: Likewise.
10217 * gdb.base/callfuncs.exp: Likewise.
10218 * gdb.base/nodebug.exp: Likewise.
10219 * gdb.base/printcmds.exp: Likewise.
10220 * gdb.base/ptype.exp: Likewise.
10221 * gdb.base/structs.exp: Likewise.
10222 * gdb.base/unwindonsignal.exp: Likewise.
10223 * gdb.cp/gdb2495.exp: Likewise.
10224 * gdb.cp/templates.exp: Likewise.
10225 * gdb.cp/virtfunc.exp: Likewise.
10226 * gdb.threads/hand-call-in-threads.exp: Likewise.
10227 * gdb.threads/interrupted-hand-call.exp: Likewise.
10228 * gdb.threads/thread-unwindonsignal.exp: Likewise.
10229
347dc102
TT
102302016-06-10 Tom Tromey <tom@tromey.com>
10231
10232 PR rust/20110:
10233 * gdb.rust/expr.exp: Add test for integer constant larger than
10234 i32.
10235
5e13cf25
BH
102362016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
10237
10238 * gdb.fortran/nested-funcs.exp: New.
10239 * gdb.fortran/nested-funcs.f90: New.
10240
bb556f1f
TK
102412016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
10242
10243 * gdb.base/examine-backward.c: New file.
10244 * gdb.base/examine-backward.exp: New file.
10245
38b022b4
SM
102462016-06-06 Simon Marchi <simon.marchi@ericsson.com>
10247
10248 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
10249 matching.
10250
1b40ec05
TT
102512016-06-02 Tom Tromey <tom@tromey.com>
10252
10253 PR python/18984:
10254 * gdb.python/py-shared.exp: Add solib_name test.
10255
193bd378
SM
102562016-06-02 Simon Marchi <simon.marchi@ericsson.com>
10257
10258 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
10259
3326303b
MG
102602016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
10261
10262 PR c++/19893
10263 * gdb.dwarf2/implref.exp: Rename to...
10264 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
10265 * gdb.dwarf2/implref-array.c: New file.
10266 * gdb.dwarf2/implref-array.exp: Likewise.
10267 * gdb.dwarf2/implref-global.c: Likewise.
10268 * gdb.dwarf2/implref-global.exp: Likewise.
10269 * gdb.dwarf2/implref-struct.c: Likewise.
10270 * gdb.dwarf2/implref-struct.exp: Likewise.
10271
825c8ef2
AT
102722016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10273
10274 * gdb.trace/trace-condition.exp: Add 64bit tests.
10275
2320162a
AT
102762016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10277
10278 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
10279 bits types.
10280 (main): Adapt to 8 to 64 bits types.
10281 * gdb.trace/trace-condition.exp: Add new tests.
10282
a7818233
AT
102832016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10284
10285 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
10286
0d336466
AT
102872016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10288
10289 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
10290 Move condition tests...
10291 * gdb.trace/trace-condition.exp: Here.
10292
7faeb45a
AT
102932016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10294
10295 * gdb.trace/trace-condition.exp: Add counter-case tests.
10296
e385593e
JK
102972016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
10298
10299 PR c++/15231
10300 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
10301 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
10302
744608cc
PA
103032016-05-27 Pedro Alves <palves@redhat.com>
10304
10305 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
10306 New procedure.
10307 (top level): Call it, and bail out of DejaGnu is known to be bad.
10308
ac775bf4
AB
103092016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
10310
10311 * gdb.base/whatis.c: Extend the test case.
10312 * gdb.base/whatis.exp: Add additional tests.
10313
2bbad2ea
BH
103142016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10315
10316* gdb.fortran/type.f90: Add pointer variable.
10317* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
10318
8b70175d
BH
103192016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10320
10321 * gdb.fortran/vla-type.exp: Fix testcase name.
10322
86d8a848
BH
103232016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10324
10325 * gdb.fortran/vla-type.exp: Access elements in nested structs.
10326
e188eb36
BH
103272016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10328
10329 * gdb.fortran/type.f90: Add nested structures.
10330 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
10331 * gdb.fortran/derived-type.exp: Adapt expected output.
10332 * gdb.fortran/vla-type.exp: Adapt expected output.
10333
9b2db1fd
BH
103342016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10335
10336 * gdb.fortran/whatis_type.exp: Adapt expected output.
10337
72b17055
BH
103382016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10339
10340 * gdb.fortran/print_type.exp: Fix expected output.
10341 * gdb.fortran/whatis_type.exp: Fix expected output.
10342
3cd81d8d
BH
103432016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10344
10345 * gdb.fortran/whatis_type.exp: Use multi_line.
10346
ddae9462
TT
103472016-05-24 Tom Tromey <tom@tromey.com>
10348
10349 PR python/17386:
10350 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
10351 use value as an index.
10352
1957f6b8
TT
103532016-05-23 Tom Tromey <tom@tromey.com>
10354
10355 PR python/17981:
10356 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
10357 no-breakpoint case.
10358
026a9174
PA
103592016-05-24 Pedro Alves <palves@redhat.com>
10360
10361 PR gdb/19828
10362 * gdb.threads/clone-attach-detach.c: New file.
10363 * gdb.threads/clone-attach-detach.exp: New file.
10364
e70a7231
FR
103652016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
10366
10367 * gdb.base/annota-input-while-running.exp: Fix syntax error.
10368
0f6ed0e0
TT
103692016-05-23 Tom Tromey <tom@tromey.com>
10370
10371 PR python/19438, PR python/18393:
10372 * gdb.python/py-progspace.exp: Add "dir" test.
10373 * gdb.python/py-objfile.exp: Add "dir" test.
10374
ffd19d61
YQ
103752016-05-23 Yao Qi <yao.qi@linaro.org>
10376
10377 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
10378 * gdb.arch/thumb2-it.exp: Likewise.
10379
9e8f9b05
SM
103802016-05-18 Simon Marchi <simon.marchi@ericsson.com>
10381
10382 * gdb.mi/mi-threads-interrupt.c: New file.
10383 * gdb.mi/mi-threads-interrupt.exp: New file.
10384
61c6156d
SM
103852016-05-17 Simon Marchi <simon.marchi@ericsson.com>
10386
10387 PR gdb/18077
10388 * gdb.mi/mi-async-run.exp: New file.
10389 * gdb.mi/mi-async-run.c: New file.
10390
67218854
TT
103912016-05-17 Tom Tromey <tom@tromey.com>
10392 Manish Goregaokar <manishsmail@gmail.com>
10393
10394 * lib/rust-support.exp: New file.
10395 * lib/gdb.exp (skip_rust_tests): New proc.
10396 (build_executable_from_specs): Handle rust.
10397 * lib/future.exp (gdb_find_rustc): New proc.
10398 (gdb_default_target_compile): Handle rust.
10399 * gdb.rust/expr.exp: New file.
10400 * gdb.rust/generics.exp: New file.
10401 * gdb.rust/generics.rs: New file.
10402 * gdb.rust/methods.exp: New file.
10403 * gdb.rust/methods.rs: New file.
10404 * gdb.rust/modules.exp: New file.
10405 * gdb.rust/modules.rs: New file.
10406 * gdb.rust/simple.exp: New file.
10407 * gdb.rust/simple.rs: New file.
10408
c44af4eb
TT
104092016-05-17 Tom Tromey <tom@tromey.com>
10410
10411 * gdb.base/default.exp (set language): Add rust.
10412
dcd1f979
TT
104132016-05-17 Tom Tromey <tom@tromey.com>
10414
10415 * gdb.gdb/unittest.exp: New file.
10416
155b7f57
YQ
104172016-05-16 Yao Qi <yao.qi@linaro.org>
10418
10419 * gdb.base/batch-preserve-term-settings.exp: Remove variable
10420 shell_prompt. Update shell_prompt_re.
10421
8ddd5a6c
DE
104222016-05-12 Doug Evans <dje@google.com>
10423
10424 PR symtab/19999
10425 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
10426 $options when building executable.
10427 * gdb.dwarf2/fission-loclists-pie.S: New file.
10428 * gdb.dwarf2/fission-loclists-pie.exp: New file.
10429
02e370d9
SM
104302016-05-04 Simon Marchi <simon.marchi@ericsson.com>
10431
10432 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
10433 of [is_remote target],
10434
8929ad8b
SM
104352016-05-04 Simon Marchi <simon.marchi@ericsson.com>
10436
10437 * lib/gdb.exp (use_gdb_stub): New procedure.
10438
6c447423
DE
104392016-05-03 Yunlian Jiang <yunlian@google.com>
10440 Doug Evans <dje@google.com>
10441
10442 PR symtab/19914
10443 * gdb.dwarf2/dwp-sepdebug.c: New file.
10444 * gdb.dwarf2/dwp-sepdebug.exp: New file.
10445
444e826c
SM
104462016-05-02 Simon Marchi <simon.marchi@ericsson.com>
10447
10448 * gdb.base/detach.exp: Remove is_remote check.
10449
740feeaa
SM
104502016-05-02 Simon Marchi <simon.marchi@ericsson.com>
10451
10452 * gdb.base/annota-input-while-running.exp: Don't check for
10453 [is_remote target]. Enable annotations after running to main.
10454 Remove unused "set test..." line.
10455
9080ac9d
SM
104562016-04-28 Simon Marchi <simon.marchi@ericsson.com>
10457
10458 * gdb.trace/trace-enable-disable.exp: New file.
10459 * gdb.trace/trace-enable-disable.c: New file.
10460
952ebca5
SM
104612016-04-28 Simon Marchi <simon.marchi@ericsson.com>
10462
10463 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
10464 use it in info sharedlibrary test.
10465 * gdb.trace/ftrace-lock.exp: Likewise.
10466 * gdb.trace/ftrace.exp: Likewise.
10467 * gdb.trace/range-stepping.exp: Likewise.
10468 * gdb.trace/trace-break.exp: Likewise.
10469 * gdb.trace/trace-condition.exp: Likewise.
10470 * gdb.trace/trace-mt.exp: Likewise.
10471
d9019901
SM
104722016-04-27 Simon Marchi <simon.marchi@ericsson.com>
10473
10474 * lib/gdb.exp (gdb_load_shlibs): Rename to...
10475 (gdb_load_shlib): ... this.
10476 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
10477 gdb_load_shlib.
10478 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
10479 * gdb.base/ctxobj.exp: Likewise.
10480 * gdb.base/dprintf-pending.exp: Likewise.
10481 * gdb.base/dso2dso.exp: Likewise.
10482 * gdb.base/fixsection.exp: Likewise.
10483 * gdb.base/gcore-relro.exp: Likewise.
10484 * gdb.base/gdb1555.exp: Likewise.
10485 * gdb.base/global-var-nested-by-dso.exp: Likewise.
10486 * gdb.base/gnu-ifunc.exp: Likewise.
10487 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
10488 * gdb.base/jit-so.exp (one_jit_test): Likewise.
10489 * gdb.base/pending.exp: Likewise.
10490 * gdb.base/print-file-var.exp: Likewise.
10491 * gdb.base/print-symbol-loading.exp: Likewise.
10492 * gdb.base/shlib-call.exp: Likewise.
10493 * gdb.base/shreloc.exp: Likewise.
10494 * gdb.base/so-impl-ld.exp: Likewise.
10495 * gdb.base/solib-disc.exp: Likewise.
10496 * gdb.base/solib-nodir.exp: Likewise.
10497 * gdb.base/solib-overlap.exp: Likewise.
10498 * gdb.base/solib-symbol.exp: Likewise.
10499 * gdb.base/solib-weak.exp (do_test): Likewise.
10500 * gdb.base/sym-file.exp: Likewise.
10501 * gdb.base/symtab-search-order.exp: Likewise.
10502 * gdb.base/type-opaque.exp: Likewise.
10503 * gdb.base/unload.exp: Likewise.
10504 * gdb.base/watchpoint-solib.exp: Likewise.
10505 * gdb.compile/compile.exp: Likewise.
10506 * gdb.cp/gdb2384.exp: Likewise.
10507 * gdb.cp/infcall-dlopen.exp: Likewise.
10508 * gdb.cp/re-set-overloaded.exp: Likewise.
10509 * gdb.fortran/library-module.exp: Likewise.
10510 * gdb.opt/solib-intra-step.exp: Likewise.
10511 * gdb.python/py-finish-breakpoint.exp: Likewise.
10512 * gdb.python/py-shared.exp: Likewise.
10513 * gdb.reverse/solib-precsave.exp: Likewise.
10514 * gdb.reverse/solib-reverse.exp: Likewise.
10515 * gdb.server/solib-list.exp: Likewise.
10516 * gdb.threads/dlopen-libpthread.exp: Likewise.
10517 * gdb.threads/tls-shared.exp: Likewise.
10518 * gdb.threads/tls-so_extern.exp: Likewise.
10519 * gdb.trace/change-loc.exp: Likewise.
10520 * gdb.trace/ftrace-lock.exp: Likewise.
10521 * gdb.trace/ftrace.exp: Likewise.
10522 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
10523 * gdb.trace/pending.exp: Likewise.
10524 * gdb.trace/range-stepping.exp: Likewise.
10525 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
10526 (strace_info_marker): Likewise.
10527 (strace_probe_marker): Likewise.
10528 (strace_trace_on_same_addr): Likewise.
10529 (strace_trace_on_diff_addr): Likewise.
10530 * gdb.trace/trace-break.exp: Likewise.
10531 * gdb.trace/trace-condition.exp: Likewise.
10532 * gdb.trace/trace-mt.exp: Likewise.
10533
fca4cfd9
SM
105342016-04-27 Simon Marchi <simon.marchi@ericsson.com>
10535
10536 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
10537 result of gdb_remote_download.
10538 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
10539 * gdb.base/dso2dso.exp: Likewise.
10540 * gdb.base/global-var-nested-by-dso.exp: Likewise.
10541 * gdb.base/print-file-var.exp: Likewise.
10542 * gdb.base/shlib-call.exp: Likewise.
10543 * gdb.base/shreloc.exp: Likewise.
10544 * gdb.base/solib-overlap.exp: Likewise.
10545 * gdb.base/solib-weak.exp (do_test): Likewise.
10546 * gdb.base/unload.exp: Likewise.
10547
11cf4ffb
YQ
105482016-04-27 Yao Qi <yao.qi@linaro.org>
10549
10550 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
10551 exists.
10552
3e2e34f8
KB
105532016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10554
10555 * vla-type.exp: Print structure from toplevel.
10556
8f07e298
BH
105572016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10558
10559 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
10560 of dynamic types.
10561 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
10562 of dynamic types.
10563
9920b434
BH
105642016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10565
10566 * gdb.fortran/vla-type.f90: New file.
10567 * gdb.fortran/vla-type.exp: New file.
10568
f3abeff5
YQ
105692016-04-25 Yao Qi <yao.qi@linaro.org>
10570
10571 * gdb.base/branch-to-self.c: New file.
10572 * gdb.base/branch-to-self.exp: New file.
10573
0a5d52f0
YQ
105742016-04-22 Yao Qi <yao.qi@linaro.org>
10575
10576 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
10577 more after $hex.
10578
495346f6
YQ
105792016-04-22 Yao Qi <yao.qi@linaro.org>
10580
10581 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
10582 * gdb.base/annota3.exp: Likewise.
10583
4a7e075c
YQ
105842016-04-22 Yao Qi <yao.qi@linaro.org>
10585
10586 * gdb.reverse/step-precsave.exp: Do one step and test program
10587 stops in "callee" and do multiple steps until program goes out
10588 of "callee".
10589 * gdb.reverse/step-reverse.exp: Likewise.
10590
5b061e98
YQ
105912016-04-22 Yao Qi <yao.qi@linaro.org>
10592
10593 * gdb.trace/signal.exp: Also pass if
10594 $tracepoint_hits($i) > $iterations.
10595
5c5dc57f
YQ
105962016-04-22 Yao Qi <yao.qi@linaro.org>
10597
10598 * gdb.trace/signal.c: New file.
10599 * gdb.trace/signal.exp: New file.
10600
a55411b9
DE
106012016-04-19 Doug Evans <xdje42@gmail.com>
10602
10603 * gdb.base/bad-file.exp: New file.
10604
a22df60a
MG
106052016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
10606
10607 * gdb.dwarf2/implref.exp: New file.
10608
0c13f7e5
BH
106092016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
10610
10611 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
10612 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
10613 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
10614 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
10615 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
10616 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
10617 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
10618 * lib/fortran.exp (fortran_int4): New procedure.
10619 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
10620 (fortran_logical4): Likewise.
10621
9b9b09e9
BH
106222016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
10623
10624 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
10625
a14d1f4d
BH
106262016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
10627
10628 * lib/compiler.c: Add Intel specific preprocessor macros.
10629 * lib/compiler.cc: Likewise.
25d49b86 10630
7d49b1d0
LM
106312016-04-13 Luis Machado <lgustavo@codesourcery.com>
10632
10633 * gdb.server/connect-with-no-symbol-file.c: New file.
10634 * gdb.server/connect-with-no-symbol-file.exp: New file.
10635
8392fa22
SM
106362016-04-13 Simon Marchi <simon.marchi@ericsson.com>
10637
10638 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
10639
8c4c4aeb
SM
106402016-04-13 Simon Marchi <simon.marchi@ericsson.com>
10641
10642 * boards/gdbserver-base.exp (${board}_download): Copy source file to
10643 standard output directory.
10644
45e3745e
AT
106452016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
10646
10647 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
10648
e26b7e41
MM
106492016-04-13 Markus Metzger <markus.t.metzger@intel.com>
10650
10651 * gdb.btrace/instruction_history.c (loop): Add declaration.
10652
8ce09462
AT
106532016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
10654
10655 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
10656
2e88a1ea
SM
106572016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
10658
10659 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
10660 parentheses to print.
10661 (continue_handler): Likewise.
10662
f48e22e3
SM
106632016-04-08 Simon Marchi <simon.marchi@ericsson.com>
10664
10665 * gdb.server/solib-list.exp: Remove is_remote check.
10666 Pass shlib= to gdb_compile. Don't link shared library with
10667 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
10668 Run binary filename through "readlink -f" on the target.
10669
096be756
PA
106702016-04-08 Pedro Alves <palves@redhat.com>
10671
10672 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
10673 interpreter filename as argument to gdbserver_spawn.
10674 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
10675 Return empty if $last_loaded_file does not exist.
10676
06500533
JK
106772016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10678
10679 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
10680 * gdb.base/jit-main.c: Use exit after usage.
10681
2d35e871
JK
106822016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10683
10684 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
10685 GDBHISTSIZE prior to the tests.
10686 * gdb.base/gdbinit-history.exp: Likewise.
10687
106882016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
10689
10690 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
10691 instead of build_executable. Use gdb_load_shlibs.
10692
c8064e7e
YQ
106932016-04-07 Yao Qi <yao.qi@linaro.org>
10694
10695 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
10696 Execute "si" command.
10697
bde47561
YQ
106982016-04-07 Yao Qi <yao.qi@linaro.org>
10699
10700 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
10701 number instead of the comments on some line.
10702
b16f8a3b
DB
107032016-04-06 Don Breazeal <donb@codesourcery.com>
10704
10705 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
10706 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
10707
c2f901df
SM
107082016-04-06 Simon Marchi <simon.marchi@ericsson.com>
10709
10710 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
10711 standard_output_file. Remove unused binfile variable.
10712
ac17fda0
CU
107132016-04-05 Catalin Udma <catalin.udma@freescale.com>
10714
10715 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
10716 * gdb.python/py-mi-objfile.exp: Match "list main" output
10717 in console format.
10718
03a8c4df
SM
107192016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
10720
10721 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
10722 absolute.
10723
6e774b13
SM
107242016-04-05 Simon Marchi <simon.marchi@ericsson.com>
10725
10726 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
10727 absolute.
10728 * gdb.trace/ftrace.exp: Likewise.
10729 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
10730 targets as well.
10731 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
10732 (gdb_load_shlibs): Copy libraries to test directory when testing
10733 natively. Only set solib-search-path if testing remotely.
10734 * lib/mi-support.exp (mi_load_shlibs): Likewise.
10735
7817ea46
SM
107362016-04-05 Simon Marchi <simon.marchi@ericsson.com>
10737
10738 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
10739 gdb_download. Use it even if the target is not remote.
10740 * gdb.base/jit.exp (compile_jit_test): Likewise.
10741 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
10742 output directory if the destination board is local, otherwise use
10743 the standard remote_download from DejaGnu.
10744 (gdb_download): Remove.
10745 (gdb_load_shlibs): Use gdb_remote_download instead of
10746 gdb_download.
10747 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
10748 Use gdb_remote_download instead of gdb_download. Use it even if
10749 the target is not remote.
10750 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
10751 instead of gdb_download.
10752
7beb7f68
SM
107532016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
10754
10755 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
10756 (test_insert_delete_modify): Call mi_load_shlibs before trying to
10757 run.
10758
cc63428a
AV
107592016-04-01 Artemiy Volkov <artemiyv@acm.org>
10760
10761 PR gdb/19820
10762 * gdb.base/printcmds.exp: Add artificial arrays tests.
10763
64cdf930
PA
107642016-03-31 Pedro Alves <palves@redhat.com>
10765
10766 PR gdb/19858
10767 * gdb.base/jit-main.c: Include unistd.h.
10768 (ATTACH): Define to 0 if not already defined.
10769 (wait_for_gdb, mypid): New globals.
10770 (WAIT_FOR_GDB): New macro.
10771 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
10772 some breakpoint locations.
10773 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
10774 New procedures.
10775 (one_jit_test): Add REATTACH parameter, and handle it. Use
10776 continue_to_test_location.
10777 (top level): Test attach, and adjusts calls to one_jit_test.
10778
40dea8cb
PA
107792016-03-31 Pedro Alves <palves@redhat.com>
10780
10781 PR gdb/19858
10782 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
10783 BINSUFFIX parameter, and handle it.
10784 (top level): Adjust calls compile_jit_test.
10785
e7ea3ec7
CU
107862016-03-31 Catalin Udma <catalin.udma@freescale.com>
10787
10788 PR python/19743
10789 * gdb.python/py-mi-events-gdb.py: New file.
10790 * gdb.python/py-mi-events.c: New file.
10791 * gdb.python/py-mi-events.exp: New file.
10792
e6359af3
YQ
107932016-03-30 Yao Qi <yao.qi@linaro.org>
10794
10795 * gdb.reverse/until-precsave.exp: Match function name only.
10796 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
10797 Move malloc to a condition block.
10798 * gdb.reverse/until-reverse.exp: Match function name only.
10799
a4105d04
MK
108002016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
10801
10802 * gdb.trace/ftrace.exp: Set arg0exp for s390.
10803 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
10804 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
10805 variable for GPR 0 instead of assuming it is register 0.
10806 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
10807 * lib/trace-support.exp: Add s390 registers.
10808
bfa6adb9
YQ
108092016-03-29 Yao Qi <yao.qi@linaro.org>
10810
10811 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
10812
1e6697ea
YQ
108132016-03-24 Yao Qi <yao.qi@linaro.org>
10814
10815 * gdb.reverse/break-reverse.exp: Add quotation mark in the
10816 test message.
10817
64bcd522
AA
108182016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10819
10820 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
10821 maintaining separate logic for constructing the output path.
10822
7868401b
DB
108232016-03-16 Don Breazeal <donb@codesourcery.com>
10824
10825 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
10826 Retry fork and waitpid on interrupted system call errors.
10827 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10828 Use with_timeout_factor to increase timeout by factor of 10.
10829
1cafadb4
DB
108302016-03-15 Don Breazeal <donb@codesourcery.com>
10831
10832 * gdb.cp/scope-err.cc: New test program.
10833 * gdb.cp/scope-err.exp: New test script.
10834 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
10835 lines and "set breakpoint here" comment.
10836 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
10837 Fixed some whitespace and format issues.
10838 * gdb.mi/mi-linespec-err-cp.cc: New test program.
10839 * gdb.mi/mi-linespec-err-cp.exp: New test script.
10840
81516450
DE
108412016-03-15 Doug Evans <dje@google.com>
10842
10843 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
10844 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
10845 All callers updated. Add tests for enums, mixed flags register.
10846
aa52b601
DE
108472016-03-15 Doug Evans <dje@google.com>
10848
10849 * gdb.base/skip.c (main): Call test_skip_file_and_function.
10850 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
10851
fa4ff313
SM
108522016-03-14 Simon Marchi <simon.marchi@ericsson.com>
10853
10854 * gdb.base/default.exp: Add $_as_string to the list of expected
10855 convenience functions.
10856
f2403c39
AB
108572016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
10858
10859 * gdb.base/maint.exp: New tests for 'maint info line-table'.
10860
f2f3ccb9
SM
108612016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
10862
10863 * gdb.python/py-as-string.exp: New file.
10864 * gdb.python/py-as-string.c: New file.
10865
00dbd492
PA
108662016-03-09 Pedro Alves <palves@redhat.com>
10867
10868 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
10869 signal" -> "Thread NN received signal" output change.
10870 * gdb.threads/ia64-sigill.exp: Likewise.
10871 * gdb.threads/linux-dp.exp: Likewise.
10872 * gdb.threads/manythreads.exp: Likewise.
10873 * gdb.threads/pending-step.exp: Likewise.
10874 * gdb.threads/print-threads.exp: Likewise.
10875 * gdb.threads/sigstep-threads.exp: Likewise.
10876 * gdb.threads/staticthreads.exp: Likewise.
10877 * gdb.threads/tls.exp: Likewise.
10878
1e6697ea
YQ
108792016-03-09 Pedro Alves <palves@redhat.com>
10880
10881 * gdb.base/command-line-input.exp: New file.
10882
b04fd3be
MK
108832016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10884
10885 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
10886 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
10887 * gdb.trace/pending.exp: Accept leading dot before function name.
10888 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
10889 * lib/trace-support.exp: Set registers for ppc.
10890
98fa59e9
MK
108912016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10892
10893 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
10894 use it for disassembly; accept .main in addition to main in backtrace.
10895
f77198c8
MK
108962016-03-09 Wei-cheng Wang <cole945@gmail.com>
10897 Marcin Kościelnicki <koriakin@0x04.net>
10898
10899 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
10900 (gdb_recursion_test_ptr): New global variable.
10901 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
10902 gdb_recursion_test.
10903 (gdb_c_test): Ditto.
10904
ba84e0da
MK
109052016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10906
10907 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
10908 ordering.
10909
4366d36e
MK
109102016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10911
10912 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
10913 (bar): Add bar_start_lbl label.
10914 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
10915 of foo/bar for emitting DWARF and tracing.
10916
5eb264df
SDJ
109172016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
10918
10919 * analyze-racy-logs.py: Set executable bit.
10920
fb6a751f
SDJ
109212016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
10922
10923 * Makefile.in (DEFAULT_RACY_ITER): New variable.
10924 (CHECK_TARGET_TMP): Likewise.
10925 (check-single-racy): New rule.
10926 (check-parallel-racy): Likewise.
10927 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
10928 (do-check-parallel-racy): New rule.
10929 (check-racy/%.exp): Likewise.
10930 * README (Racy testcases): New section.
10931 * analyze-racy-logs.py: New file.
10932
bdf7e230
DE
109332016-03-03 Doug Evans <dje@google.com>
10934
10935 * gdb.base/skip.exp: Use with_test_prefix.
10936
4719d415
YQ
109372016-03-03 Yao Qi <yao.qi@linaro.org>
10938
10939 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
10940 Invoke step_over_syscall "clone" and break_cond_on_syscall
10941 "clone".
10942 * gdb.base/step-over-clone.c: New file.
10943
ea507862
YQ
109442016-03-03 Yao Qi <yao.qi@linaro.org>
10945
10946 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
10947 code format.
10948
8fc8cbda
YQ
109492016-03-03 Yao Qi <yao.qi@linaro.org>
10950
10951 * gdb.base/disp-step-fork.c: Rename to ...
10952 * gdb.base/step-over-fork.c: ... it. New file.
10953 * gdb.base/disp-step-vfork.c: Rename to ...
10954 * gdb.base/step-over-vfork.c: ... it. New file.
10955 * gdb.base/disp-step-syscall.exp: Rename to ...
10956 * gdb.base/step-over-syscall.exp: ... it. New file.
10957 (disp_step_cross_syscall): Rename to ...
10958 (step_over_syscall): ... it.
10959
92fa70b0
YQ
109602016-03-03 Yao Qi <yao.qi@linaro.org>
10961
10962 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
10963 If target supports condition evaluation on target, invoke
10964 break_cond_on_syscall for fork and vfork.
10965
e197ad3c
YQ
109662016-03-03 Yao Qi <yao.qi@linaro.org>
10967
10968 * gdb.base/disp-step-syscall.exp: Don't invoke
10969 support_displaced_stepping.
10970 (disp_step_cross_syscall): Test with displaced stepping off and
10971 on if supported.
10972
0b47da9f
YQ
109732016-03-03 Yao Qi <yao.qi@linaro.org>
10974
10975 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
10976 proc.
10977 (setup): New proc.
10978 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
10979 and setup.
10980
065ab6dc
BH
109812016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10982
10983 * gdb.fortran/vla-history.exp: Remove breakpoint.
10984
07e448ad 109852016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10986
25d49b86
PA
10987 * gdb.fortran/vla-history.exp: Lookup array elements and printing
10988 exceeds timeout.
07e448ad 10989
9ac2d526 109902016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10991
25d49b86
PA
10992 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
10993 breakpoint.
9ac2d526 10994
17807369
BH
109952016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10996
10997 * gdb.mi/vla.f90: Nullify pointer after declaration.
10998
86e501af
PA
109992016-03-01 Pedro Alves <palves@redhat.com>
11000
11001 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
11002
1e903e32
PA
110032016-03-01 Pedro Alves <palves@redhat.com>
11004
11005 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
11006 before anything else.
11007 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
11008 _GNU_SOURCE here.
11009 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
11010 before anything else.
11011 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
11012
6ccb54e2
PA
110132016-03-01 Pedro Alves <palves@redhat.com>
11014
11015 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
11016
30ca9da1
YQ
110172016-03-01 Yao Qi <yao.qi@linaro.org>
11018
11019 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
11020 prepare_for_testing.
11021
dc856b38
YQ
110222016-03-01 Yao Qi <yao.qi@linaro.org>
11023
11024 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
11025
4a932159
AA
110262016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
11027
11028 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
11029 manually constructing the output path.
11030
f2489477
AA
110312016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
11032
11033 * gdb.arch/s390-stackless.S: New.
11034 * gdb.arch/s390-stackless.exp: New.
11035
38899f16
IB
110362016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
11037
11038 * gdb.dlang/circular.c: New file.
11039 * gdb.dlang/circular.exp: New file.
11040
9fde51ed
YQ
110412016-02-26 Yao Qi <yao.qi@linaro.org>
11042
11043 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
11044 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
11045 (testcases): Update.
11046
ce90fefe
YQ
110472016-02-26 Yao Qi <yao.qi@linaro.org>
11048
11049 * gdb.reverse/aarch64.c: Rename to ...
11050 * gdb.reverse/insn-reverse.c: ... it.
11051 * gdb.reverse/aarch64.exp: Rename to ...
11052 * gdb.reverse/insn-reverse.exp: ... it.
11053
3263bceb
YQ
110542016-02-26 Yao Qi <yao.qi@linaro.org>
11055
11056 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
11057 (testcase_ftype): New.
11058 (testcases): New array.
11059 (n_testcases): New.
11060 (main): Call each element in testcases.
11061 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
11062 (read_testcase): New.
11063 Do the tests in a loop.
11064
6cb59ff1
YQ
110652016-02-25 Yao Qi <yao.qi@linaro.org>
11066
11067 * gdb.base/branches.c: Remove.
11068
ae91f625
MK
110692016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
11070
11071 PR gdb/13808
11072 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
11073
678b48b7
MK
110742016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
11075
11076 * gdb.trace/ftrace.exp: Remove unnecessary target check.
11077
7337a6f2
MK
110782016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
11079
11080 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
11081 change x86_64 call_insn to 'callq'.
11082
861ca91f
AT
110832016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
11084
11085 * gdb.trace/tfile-avx.c: Move to...
11086 * gdb.trace/tracefile-pseudo-reg.c: Here.
11087 * gdb.trace/tfile-avx.exp: Move to...
11088 * gdb.trace/tracefile-pseudo-reg.exp: Here.
11089
bf74e428
GB
110902016-02-24 Gary Benson <gbenson@redhat.com>
11091
11092 * gdb.base/attach-pie-noexec.exp: Do not expect an error
11093 message on attach.
11094
cce0e923
DE
110952016-02-23 Doug Evans <dje@google.com>
11096
11097 * gdb.base/skip.c (test_skip): New function.
11098 (end_test_skip_file_and_function): New function.
11099 (test_skip_file_and_function): New function.
11100 * gdb.base/skip1.c (test_skip): New function.
11101 (skip1_test_skip_file_and_function): New function.
11102 * gdb.base/skip.exp: Add tests for new skip options.
11103 * gdb.base/skip-solib.exp: Update expected output.
11104 * gdb.perf/skip-command.cc: New file.
11105 * gdb.perf/skip-command.exp: New file.
11106 * gdb.perf/skip-command.py: New file.
11107
4000e47e
MK
111082016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
11109
11110 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
11111 info registers pattern.
11112
24f75ead
IB
111132016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
11114
11115 * lib/future.exp: Add D support.
11116 (gdb_find_gdc): New proc.
11117 (gdb_default_target_compile): Add D support.
11118
fbb7bcbe
WW
111192016-02-18 Wei-cheng Wang <cole945@gmail.com>
11120
11121 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
11122 user+system time.
11123 (trace_speed_test): Determine the iteration count for a time
11124 between 15..30 seconds.
11125
012b3a21
WT
111262016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
11127
11128 * gdb.arch/i386-mpx-sigsegv.c: New file.
11129 * gdb.arch/i386-mpx-sigsegv.exp: New file.
11130 * gdb.arch/i386-mpx-simple_segv.c: New file.
11131 * gdb.arch/i386-mpx-simple_segv.exp: New file.
11132
2d5189bd
YQ
111332016-02-18 Yao Qi <yao.qi@linaro.org>
11134
11135 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
11136 Don't call setup_kfail.
11137
40fb20d0
YQ
111382016-02-18 Yao Qi <yao.qi@linaro.org>
11139
11140 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
11141 Set "set breakpoint condition-evaluation" per $cond_bp_target.
11142
21b1f8d2
DE
111432016-02-16 Doug Evans <dje@google.com>
11144
11145 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
11146 * gdb.base/skip1.c: Ditto.
11147 * gdb.base/skip.exp: Whitespace cleanup.
11148
4041ed77
DB
111492016-02-16 Don Breazeal <donb@codesourcery.com>
11150
11151 PR remote/19496
11152 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
11153 Remove kfail for PR remote/19496.
11154
c4ef31bf
SM
111552016-02-16 Simon Marchi <simon.marchi@ericsson.com>
11156
11157 * lib/gdb.exp (standard_temp_file): Return a path specific to
11158 the runtest invocation.
11159
266b65b3
SM
111602016-02-16 Simon Marchi <simon.marchi@ericsson.com>
11161
11162 * gdb.trace/save-trace.exp: Change relative path to be in the
11163 standard output directory.
11164
a7a0a6a9
JK
111652016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11166
11167 * gdb.arch/i386-prologue.c: Add missing prototypes.
11168
c99dbb42
JK
111692016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11170
11171 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
11172 * gdb.arch/i386-prologue.exp: Likewise.
11173 * gdb.arch/i386-size.exp: Likewise.
11174
aa480355
SM
111752016-02-15 Simon Marchi <simon.marchi@ericsson.com>
11176
11177 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
11178 define object file path.
11179 * gdb.btrace/gcore.exp: Use standard_output_file to define core
11180 file path.
11181 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
11182 standard_output_file to define binfile.
11183
ba881f50
JK
111842016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11185
11186 Fix compatibility with recent gfortran-5.3.1.
11187 * gdb.fortran/vla-history.exp (print vla1 allocated)
11188 (print vla2 allocated, print $2, print $3): Remove
11189 (print $4): Rename to ...
11190 (print $2): ... here.
11191 (print $9): Rename to ...
11192 (print $5): ... here.
11193 (print $10): Rename to ...
11194 (print $6): ... here.
11195 * gdb.fortran/vla.f90: Add pvla initialization.
11196
e9fb005c
JK
111972016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11198
11199 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
11200 New test.
11201 * gdb.fortran/vla-value-sub.exp: Likewise.
11202
e44e00ff
MK
112032016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
11204
11205 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
11206
97e94151
SM
112072016-02-12 Simon Marchi <simon.marchi@ericsson.com>
11208
11209 * i386-biarch-core.exp: Define corefile using
11210 standard_output_file.
11211
01113bc1
YQ
112122016-02-12 Yao Qi <yao.qi@linaro.org>
11213
11214 * gdb.arch/arm-single-step-kernel-helper.c: New.
11215 * gdb.arch/arm-single-step-kernel-helper.exp: New.
11216
33b4777c
MM
112172016-02-12 Markus Metzger <markus.t.metzger@intel.com>
11218
11219 * gdb.btrace/tailcall-only.exp: New.
11220 * gdb.btrace/tailcall-only.c: New.
11221 * gdb.btrace/x86_64-tailcall-only.S: New.
11222 * gdb.btrace/i686-tailcall-only.S: New.
11223
acc23c11
PA
112242016-02-11 Pedro Alves <palves@redhat.com>
11225
11226 * README (Parallel testing): Add missing double quotes.
11227
e352bf0a
PA
112282016-02-11 Pedro Alves <palves@redhat.com>
11229
11230 * README (Parallel testing): New section.
11231 (GDB_PARALLEL): Rewrite.
11232 (FORCE_PARALLEL): Document.
11233
9f5fed78
MK
112342016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
11235
11236 * gdb.trace/tfile-avx.c: New test.
11237 * gdb.trace/tfile-avx.exp: New test.
11238
9ef9e6a6
KS
112392016-02-09 Keith Seitz <keiths@redhat.com>
11240
11241 PR breakpoints/19546
11242 * gdb.base/infcall-exec.c: New file.
11243 * gdb.base/infcall-exec2.c: New file.
11244 * gdb.base/infcall-exec.exp: New file.
11245
a96e36da
KS
112462016-02-09 Keith Seitz <keiths@redhat.com>
11247
11248 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
11249 (toplevel): Call test_bkpt_address.
11250
9f61929f
KS
112512016-02-09 Keith Seitz <keiths@redhat.com>
11252
11253 PR python/19506
11254 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
11255 (toplevel): Call test_bkpt_address.
11256
1e94266c
SM
112572016-02-09 Simon Marchi <simon.marchi@ericsson.com>
11258
11259 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
11260 to AC_OUTPUT.
11261 * configure: Regenerate.
11262
2a7f3dff
PA
112632016-02-09 Pedro Alves <palves@redhat.com>
11264
11265 PR breakpoints/19548
11266 * gdb.base/execl-update-breakpoints.c (some_function): New
11267 function.
11268 (main): Call it.
11269 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
11270 Tighten expected GDB output.
11271
2151ccc5
SM
112722016-02-08 Simon Marchi <simon.marchi@ericsson.com>
11273
11274 * Makefile.in (ALL_SUBDIRS): Remove.
11275 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
11276 (distclean maintainer-clean realclean): Likewise.
11277 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
11278 * configure: Regenerate.
11279 * gdb.ada/Makefile.in: Delete.
11280 * gdb.arch/Makefile.in: Likewise.
11281 * gdb.asm/Makefile.in: Likewise.
11282 * gdb.base/Makefile.in: Likewise.
11283 * gdb.btrace/Makefile.in: Likewise.
11284 * gdb.cell/Makefile.in: Likewise.
11285 * gdb.compile/Makefile.in: Likewise.
11286 * gdb.cp/Makefile.in: Likewise.
11287 * gdb.disasm/Makefile.in: Likewise.
11288 * gdb.dlang/Makefile.in: Likewise.
11289 * gdb.dwarf2/Makefile.in: Likewise.
11290 * gdb.fortran/Makefile.in: Likewise.
11291 * gdb.gdb/Makefile.in: Likewise.
11292 * gdb.go/Makefile.in: Likewise.
11293 * gdb.guile/Makefile.in: Likewise.
11294 * gdb.java/Makefile.in: Likewise.
11295 * gdb.linespec/Makefile.in: Likewise.
11296 * gdb.mi/Makefile.in: Likewise.
11297 * gdb.modula2/Makefile.in: Likewise.
11298 * gdb.multi/Makefile.in: Likewise.
11299 * gdb.objc/Makefile.in: Likewise.
11300 * gdb.opencl/Makefile.in: Likewise.
11301 * gdb.opt/Makefile.in: Likewise.
11302 * gdb.pascal/Makefile.in: Likewise.
11303 * gdb.perf/Makefile.in: Likewise.
11304 * gdb.python/Makefile.in: Likewise.
11305 * gdb.reverse/Makefile.in: Likewise.
11306 * gdb.server/Makefile.in: Likewise.
11307 * gdb.stabs/Makefile.in: Likewise.
11308 * gdb.threads/Makefile.in: Likewise.
11309 * gdb.trace/Makefile.in: Likewise.
11310 * gdb.xml/Makefile.in: Likewise.
11311 * lib/gdb.exp (make_gdb_parallel_path): Add check for
11312 GDB_PARALLEL.
11313 (standard_output_file): Remove check for GDB_PARALLEL, always
11314 return path in outputs/$subdir/$testname.
11315
437277d4
SM
113162016-02-08 Simon Marchi <simon.marchi@ericsson.com>
11317
11318 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
11319 (site.exp): Assign abs_srcdir to tcl's srcdir.
11320
31d913c7
YQ
113212016-02-04 Yao Qi <yao.qi@linaro.org>
11322
11323 * gdb.base/foll-exec-mode.c: Include limits.h.
11324 (main): Add parameters argc and argv. Get directory from
11325 argv[0].
11326 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
11327 compilation.
11328 * gdb.base/foll-exec.c: Include limits.h.
11329 (main): Add parameters argc and argv.
11330 Get directory from argv[0].
11331 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
11332 Adjust tests on the number of lines as source code changed.
11333 * gdb.base/foll-vfork-exit.c: Include limits.h.
11334 (main): Add one line of statement before vfork.
11335 * gdb.base/foll-vfork.c: Include limits.h and string.h.
11336 (main): Add parameters argc and argv. Get directory from
11337 argv[0].
11338 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
11339 (setup_gdb): Set tbreak to skip some source lines.
11340 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
11341 (main): Add parameters argc and argv. Get directory from
11342 argv[0].
11343 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
11344 compilation.
11345 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
11346 (main): Add parameters argc and argv. Get directory from
11347 argv[0].
11348 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
11349 compilation.
11350
9482b9fb
DE
113512016-02-01 Doug Evans <dje@google.com>
11352
11353 * gdb.base/skip.exp: Clean up multiple references to same test name.
11354
6b2e4f10
PA
113552016-02-01 Pedro Alves <palves@redhat.com>
11356
ccb6afd6 11357 PR remote/19496
6b2e4f10
PA
11358 * gdb.threads/forking-threads-plus-breakpoint.exp
11359 (displaced_stepping_supported): New global.
11360 (probe_displaced_stepping_support): New procedure.
11361 (do_test): Add 'displaced' parameter, and use it.
11362 (top level): Check for displaced stepping support. Add displaced
11363 stepping on/off testing axis.
11364
37a8db1a
AB
113652016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
11366
11367 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
11368 pointer. Don't perform further tests on the unassociated pointer
11369 if the first test fails.
11370
5fdf6324
AB
113712016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
11372
11373 * gdb.base/max-value-size.c: New file.
11374 * gdb.base/max-value-size.exp: New file.
11375 * gdb.base/huge.exp: Disable max-value-size for this test.
11376
935c6144
IB
113772016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
11378
11379 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
11380
7fe8399d
YQ
113812016-01-28 Yao Qi <yao.qi@linaro.org>
11382
11383 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
11384
a2077e25
PA
113852016-01-25 Pedro Alves <palves@redhat.com>
11386
11387 PR threads/19461
11388 * gdb.base/fork-running-state.c: New file.
11389 * gdb.base/fork-running-state.exp: New file.
11390
1d2736d4
PA
113912016-01-25 Pedro Alves <palves@redhat.com>
11392
11393 PR gdb/19494
11394 * gdb.base/catch-fork-kill.c: New file.
11395 * gdb.base/catch-fork-kill.exp: New file.
11396
f1da4b11
PA
113972016-01-25 Pedro Alves <palves@redhat.com>
11398
11399 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
11400 Delete, moved to lib/gdb.exp.
11401 * gdb.threads/forking-threads-plus-breakpoint.exp
11402 (foreach_with_prefix): Likewise.
11403 * gdb.threads/process-dies-while-handling-bp.exp
11404 (foreach_with_prefix): Likewise.
11405 * lib/gdb.exp (foreach_with_prefix): New procedure.
11406
45f38546
MK
114072016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
11408
11409 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
11410 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
11411
dc29a1ce
MK
114122016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
11413
11414 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
11415 endian targets.
11416
092127d7
JK
114172016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11418 Pedro Alves <palves@redhat.com>
11419
11420 Fix testsuite compatibility with Guile.
11421 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
11422 number.
11423
31d765d3
JK
114242016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11425
11426 Fix testsuite compatibility with Guile.
11427 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
11428 (thread 1): New test for backtrace through signal handler.
11429
1ac78c04
YQ
114302016-01-22 Yao Qi <yao.qi@linaro.org>
11431
11432 PR testsuite/19491
11433 * gdb.base/multi-forks.c: Include
11434 ../lib/unbuffer_output.c
11435 (main): Call gdb_unbuffer_output.
11436
4f5946a8
DE
114372016-01-21 Doug Evans <dje@google.com>
11438
11439 * lib/ada.exp (gdb_compile_ada): Fix typo.
11440
305e13e6
JB
114412016-01-21 Joel Brobecker <brobecker@adacore.com>
11442
11443 * gdb.base/break-fun-addr.exp: New file.
11444 * gdb.base/break-fun-addr1.c: New file.
11445 * gdb.base/break-fun-addr2.c: New file.
11446
5f5dfff6
SM
114472016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
11448
11449 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
11450 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
11451 enum flag values.
11452
fd356fa2
AA
114532016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
11454
11455 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
11456 when GDB can not set the vector return value. Add more comments
11457 for clarification.
11458
9df22175
AT
114592016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
11460
11461 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
11462 command.
11463
41d1845e
SM
114642016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11465
11466 * Makefile.in (DO_RUNTEST): Add --status and update usages.
11467
01ac6840
SM
114682016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11469
11470 * Makefile.in (check-single): Pass --status to runtest.
11471 (check/%.exp): Likewise.
11472
114732016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11474
11475 * Makefile.in (check-parallel): Propagate return code from make
11476 do-check-parallel.
11477
bd0a71fa
MK
114782016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
11479
11480 * gdb.trace/ftrace.exp: Fix expected message on continue.
11481 * gdb.trace/pending.exp: Fix expected message on continue.
11482 * gdb.trace/trace-break.exp: Fix expected message on continue.
11483
8bcbad33
SM
114842016-01-18 Simon Marchi <simon.marchi@ericsson.com>
11485
11486 * lib/gdb.exp (gdb_test): Remove unused global references.
11487
f303dbd6
PA
114882016-01-18 Pedro Alves <palves@redhat.com>
11489
11490 * gdb.base/async-shell.exp: Adjust expected output.
11491 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
11492 * gdb.base/siginfo-thread.exp: Adjust expected output.
11493 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
11494 * gdb.java/jnpe.exp: Adjust expected output.
11495 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
11496 * gdb.threads/continue-pending-status.exp: Adjust expected output.
11497 * gdb.threads/leader-exit.exp: Adjust expected output.
11498 * gdb.threads/manythreads.exp: Adjust expected output.
11499 * gdb.threads/pthreads.exp: Adjust expected output.
11500 * gdb.threads/schedlock.exp: Adjust expected output.
11501 * gdb.threads/siginfo-threads.exp: Adjust expected output.
11502 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
11503 expected output.
11504 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
11505 output.
11506 * gdb.threads/sigthread.exp: Adjust expected output.
11507 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
11508
b2789696
YQ
115092016-01-18 Yao Qi <yao.qi@linaro.org>
11510
11511 * gdb.guile/scm-section-script.c: Replace @progbits with
11512 %progbits.
11513 * gdb.python/py-section-script.c: Likewise.
11514
71ef29a8
PA
115152016-01-15 Pedro Alves <palves@redhat.com>
11516
11517 * gdb.multi/tids.exp: Test star wildcard ranges.
11518
3f5b7598
PA
115192016-01-15 Pedro Alves <palves@redhat.com>
11520
11521 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
11522 command from "thread apply" invocation.
11523 (thr_apply_info_thr_invalid): Default the expected output to the
11524 input tid list.
11525 (top level): Add tests that use convenience variables. Add tests
11526 for "thread apply" with a valid TID list, but missing the command.
11527
663f6d42
PA
115282016-01-13 Pedro Alves <palves@redhat.com>
11529
11530 * gdb.base/default.exp: Expect $_gthread as well.
11531 * gdb.multi/tids.exp: Test $_gthread.
11532 * gdb.threads/thread-specific.exp: Test $_gthread.
11533
c84f6bbf
PA
115342016-01-13 Pedro Alves <palves@redhat.com>
11535
11536 * gdb.multi/tids.exp: Test "info threads -gid".
11537
22a02324
PA
115382016-01-13 Pedro Alves <palves@redhat.com>
11539
11540 * gdb.multi/tids.exp: Test InferiorThread.global_num and
11541 Breakpoint.thread.
11542 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
11543
5d5658a1
PA
115442016-01-07 Pedro Alves <palves@redhat.com>
11545
11546 * gdb.base/break.exp: Adjust to output changes.
11547 * gdb.base/hbreak2.exp: Likewise.
11548 * gdb.base/sepdebug.exp: Likewise.
11549 * gdb.base/watch_thread_num.exp: Likewise.
11550 * gdb.linespec/keywords.exp: Likewise.
11551 * gdb.multi/info-threads.exp: Likewise.
11552 * gdb.threads/thread-find.exp: Likewise.
11553 * gdb.multi/tids.c: New file.
11554 * gdb.multi/tids.exp: New file.
11555
84654457
PA
115562016-01-13 Pedro Alves <palves@redhat.com>
11557
11558 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
11559
e3940304
PA
115602016-01-13 Pedro Alves <palves@redhat.com>
11561
11562 * gdb.base/default.exp: Expect $_inferior as well.
11563 * gdb.multi/base.exp: Test $_inferior.
11564
a911d87a
PA
115652016-01-13 Pedro Alves <palves@redhat.com>
11566
11567 PR breakpoints/19388
11568 * gdb.base/catch-signal-siginfo-cond.c: New file.
11569 * gdb.base/catch-signal-siginfo-cond.exp: New file.
11570
82075af2
JS
115712016-01-12 Josh Stone <jistone@redhat.com>
11572 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11573
11574 * gdb.base/catch-syscall.c (do_execve): New variable.
11575 (main): Conditionally trigger an execve.
11576 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
11577 (test_catch_syscall_execve): New, check entry/return across execve.
11578 (do_syscall_tests): Call test_catch_syscall_execve.
11579
e46eeedd
PA
115802016-01-12 Pedro Alves <palves@redhat.com>
11581
11582 * gdb.base/random-signal.exp (do_test): New procedure, with body
11583 of testcase moved in.
11584
01d8c27e
JK
115852016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11586 Pedro Alves <palves@redhat.com>
11587
11588 * gdb.base/funcargs.exp (finish from indirectly called function):
11589 Reintroduce the case for 'First'.
11590
9a706302
JK
115912016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11592 Pedro Alves <palves@redhat.com>
11593
11594 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
11595 (tcatch_vfork_then_child_follow_exec)
11596 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
11597 identification.
11598
c0ecb95f
JK
115992016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11600
11601 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
11602 and repeats to unlimited.
11603 * gdb.python/py-value.exp: Likewise.
11604 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
11605 and repeats to unlimited.
11606
6cfc1fcb
JK
116072016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11608
11609 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
11610 and reordering the functions.
11611 * gdb.multi/hangout.c: Likewise.
11612 * gdb.multi/hello.c: Likewise.
11613
582a1b00
SM
116142016-01-08 Simon Marchi <simon.marchi@ericsson.com>
11615
11616 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
11617 absolute.
11618 (SingleStatisticTestResult.report): Use dict.keys instead of
11619 dict.iterkeys.
11620
79bc59cb
PA
116212016-01-06 Pedro Alves <palves@redhat.com>
11622
11623 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
11624
43368e1d
MM
116252016-01-04 Markus Metzger <markus.t.metzger@intel.com>
11626
11627 * gdb.btrace/dlopen.exp: New.
11628 * gdb.btrace/dlopen.c: New.
11629 * gdb.btrace/dlopen-dso.c: New.
11630
79fad5b8
SL
116312015-12-25 Sandra Loosemore <sandra@codesourcery.com>
11632
11633 * lib/gdb.exp (gdb_test): Update comments to clarify that the
11634 PATTERN argument is optional.
11635
ab8314b3
JB
116362015-12-24 Joel Brobecker <brobecker@adacore.com>
11637
11638 * lib/ada.exp (target_compile_ada_from_dir): New function.
11639 (gdb_compile_ada): Reimplement avoiding the use of project files.
11640 * gdb.ada/gnat_ada.gpr: Delete.
11641 * gdb.ada/cond_lang.exp: Adjust test to make path before
11642 filename optional.
11643 * gdb.ada/small_reg_param.exp: Likewise.
11644
fe33faff
SM
116452015-12-22 Simon Marchi <simon.marchi@ericsson.com>
11646
11647 * gdb.base/foll-vork.exp: Remove HP-UX special case.
11648
6d265cb4
TP
116492015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
11650
11651 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
11652 case.
11653
10125099
SM
116542015-12-21 Simon Marchi <simon.marchi@ericsson.com>
11655
11656 * gdb.base/break.exp: Remove dead code.
11657 * gdb.base/sepdebug.exp: Likewise.
11658
3ca22649
SM
116592015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
11660
11661 * gdb.asm/asm-source.exp: Remove HP-UX references.
11662 * gdb.base/annota1.exp: Likewise.
11663 * gdb.base/annota3.exp: Likewise.
11664 * gdb.base/attach.exp: Likewise.
11665 * gdb.base/bigcore.exp: Likewise.
11666 * gdb.base/break.exp: Likewise.
11667 * gdb.base/call-ar-st.exp: Likewise.
11668 * gdb.base/callfuncs.exp: Likewise.
11669 * gdb.base/catch-fork-static.exp: Likewise.
11670 * gdb.base/display.exp: Likewise.
11671 * gdb.base/foll-exec-mode.exp: Likewise.
11672 * gdb.base/foll-exec.exp: Likewise.
11673 * gdb.base/foll-fork.exp: Likewise.
11674 * gdb.base/foll-vfork.exp: Likewise.
11675 * gdb.base/funcargs.exp: Likewise.
11676 * gdb.base/hbreak2.exp: Likewise.
11677 * gdb.base/inferior-died.exp: Likewise.
11678 * gdb.base/interrupt.exp: Likewise.
11679 * gdb.base/multi-forks.exp: Likewise.
11680 * gdb.base/nodebug.exp: Likewise.
11681 * gdb.base/sepdebug.exp: Likewise.
11682 * gdb.base/solib1.c: Likewise.
11683 * gdb.base/step-test.exp: Likewise.
11684 * gdb.mi/non-stop.c: Likewise.
11685 * gdb.mi/pthreads.c: Likewise.
11686 * gdb.multi/bkpt-multi-exec.ex: Likewise.
11687 * gdb.threads/pthreads.c: Likewise.
11688 * gdb.threads/staticthreads.exp: Likewise.
11689 * lib/future.exp: Likewise.
11690 * lib/gdb.exp: Likewise.
11691 * gdb.base/so-indr-cl.c: Remove.
11692 * gdb.base/so-indr-cl.exp: Likewise.
11693 * gdb.base/solib.c: Likewise.
11694 * gdb.base/solib.exp: Likewise.
11695 * gdb.base/solib2.c: Likewise.
11696
b6304613
SM
116972015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
11698
11699 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
11700 * gdb.base/call-ar-st.exp: Likewise.
11701 * gdb.base/callfuncs.exp: Likewise.
11702 * gdb.base/condbreak.exp: Likewise.
11703 * gdb.base/constvars.exp: Likewise.
11704 * gdb.base/hbreak2.exp: Likewise.
11705 * gdb.base/langs.exp: Likewise.
11706 * gdb.base/list.exp: Likewise.
11707 * gdb.base/long_long.exp: Likewise.
11708 * gdb.base/ptype.exp: Likewise.
11709 * gdb.base/scope.exp: Likewise.
11710 * gdb.base/signals.exp: Likewise.
11711 * gdb.base/so-impl-ld.exp: Likewise.
11712 * gdb.base/varargs.exp: Likewise.
11713 * gdb.base/volatile.exp: Likewise.
11714 * gdb.base/whatis.exp: Likewise.
11715 * gdb.cp/cplusfuncs.exp: Likewise.
11716 * gdb.cp/inherit.exp: Likewise.
11717 * gdb.cp/local.exp: Likewise.
11718 * gdb.cp/member-ptr.exp: Likewise.
11719 * gdb.cp/method.exp: Likewise.
11720 * gdb.cp/overload.exp: Likewise.
11721 * gdb.cp/templates.exp: Likewise.
11722 * gdb.stabs/weird.exp: Likewise.
11723 * lib/compiler.c: Likewise.
11724 * lib/compiler.cc: Likewise.
11725 * lib/cp-support.exp: Likewise.
11726 * lib/gdb.exp: Likewise.
11727
bf401b07
SM
117282015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
11729
11730 * configure.ac: Remove HP-UX case.
11731 * configure: Regenerate.
11732
aff9c0f8
SM
117332015-12-18 Simon Marchi <simon.marchi@ericsson.com>
11734
11735 * lib/gdb.exp (gdb_compile): Add function doc.
11736
a6904d5a
PA
117372015-12-17 Pedro Alves <palves@redhat.com>
11738
11739 PR threads/19354
11740 * gdb.multi/info-threads.exp: New file.
11741
a22279dd
YQ
117422015-12-15 Yao Qi <yao.qi@linaro.org>
11743
11744 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
11745 is aarch64*-*-*.
11746
0588c796
SL
117472015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11748
11749 * gdb.base/history-duplicates.exp: Skip if no readline support.
11750
5d978e17
SL
117512015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11752
11753 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
11754
7e763b86
SL
117552015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11756
11757 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
11758
87a3a92c
SL
117592015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11760
11761 * gdb.base/completion.exp: Skip tests that interrupt GDB with
11762 ctrl-C if nointerrupts target property is set.
11763 * gdb.base/double-prompt-target-event-error.exp: Likewise.
11764 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
11765 * gdb.base/paginate-bg-execution.exp: Likewise.
11766 * gdb.base/paginate-execution-startup.exp: Likewise.
11767 * gdb.base/random-signal.exp: Likewise.
11768 * gdb.base/range-stepping.exp: Likewise.
11769 * gdb.cp/annota2.exp: Likewise.
11770 * gdb.cp/annota3.exp: Likewise.
11771 * gdb.gdb/selftest.exp: Likewise.
11772 * gdb.threads/continue-pending-status.exp: Likewise.
11773 * gdb.threads/leader-exit.exp: Likewise.
11774 * gdb.threads/manythreads.exp: Likewise.
11775 * gdb.threads/pthreads.exp: Likewise.
11776 * gdb.threads/schedlock.exp: Likewise.
11777 * gdb.threads/sigthread.exp: Likewise.
11778
a8f077dc
DB
117792015-12-11 Don Breazeal <donb@codesourcery.com>
11780
11781 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
11782 remote.
11783 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
11784 * gdb.base/foll-exec.exp (main): Enable for target remote.
11785 * gdb.base/foll-fork.exp (main): Likewise.
11786 * gdb.base/foll-vfork.exp (main): Likewise.
11787 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
11788 (proc continue_to_exit_bp_loc): Use clean_restart.
11789 * gdb.base/pie-execl.exp (main): Disable for target remote.
11790 * gdb.base/watch-vfork.exp (main): Enable for target remote.
11791 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
11792 * gdb.threads/execl.exp (main): Likewise.
11793 * gdb.threads/fork-child-threads.exp (main): Likewise.
11794 * gdb.threads/fork-plus-threads.exp (main): Disable for target
11795 remote.
11796 * gdb.threads/fork-thread-pending.exp (main): Enable for target
11797 remote.
11798 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
11799 pid.tid style ptids, instead of just tid.
11800 * gdb.threads/thread-execl.exp (main): Enable for target remote.
11801 * gdb.threads/watchpoint-fork.exp (main): Likewise.
11802 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
11803 ptids, instead of just tid.
11804
3b2464a8
AB
118052015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11806
11807 * gdb.base/list.exp (test_list_forward): Add end of file error
11808 test.
11809 (test_repeat_list_command): Add end of file error test.
11810 (test_list_backwards): Add beginning of file error test.
11811
a0def019
AB
118122015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11813
11814 * gdb.base/list.exp (test_list_invalid_args): New function,
11815 defined, and called.
11816
5c000dff
AB
118172015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11818
11819 * gdb.base/list.exp (test_list): Make test names unique.
11820
f1637ebe
YQ
118212015-12-11 Yao Qi <yao.qi@linaro.org>
11822
11823 * gdb.base/coremaker2.c: Remove.
11824
36d6fc0a
PA
118252015-12-10 Pedro Alves <palves@redhat.com>
11826
11827 * gdb.multi/base.exp: Remove stale "spaces" references.
11828
762f7747
PA
118292015-12-10 Pedro Alves <palves@redhat.com>
11830
11831 * gdb.multi/base.exp: Don't use nowarnings.
11832 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
11833 * gdb.multi/hangout.c: Include stdio.h.
11834 * gdb.multi/hello.c: Include stdlib.h.
11835 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
11836 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
11837 * gdb.multi/multi-arch.exp: Don't use nowarnings.
11838
28d2bfb9
AB
118392015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
11840
11841 * gdb.dwarf2/dw2-ranges-base.c: New file.
11842 * gdb.dwarf2/dw2-ranges-base.exp: New file.
11843 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
11844 support additional line table, and debug ranges generation.
11845 (Dwarf::ranges): New function, generate .debug_ranges.
11846 (Dwarf::lines): Support generating simple line table programs.
11847 (Dwarf::assemble): Initialise new namespace variables.
11848
5fc2beac
KB
118492015-12-09 Kevin Buettner <kevinb@redhat.com>
11850
11851 * gdb.base/async.exp (proc test_background): Add case for
11852 asynchronous execution not supported.
11853
1c35a88f
LM
118542015-12-09 Luis Machado <lgustavo@codesourcery.com>
11855
11856 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
11857 format and change test names to make them unique.
11858
b593e3d9
RK
118592015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
11860 Pedro Alves <pedro@redhat.com>
11861
11862 PR gdb/18702
11863 Add checking of floatformats setup on x86_64 hosts.
11864 * gdb.arch/i386-float.S (main): Load bigval and smallval.
11865 (smallval, bigval): New labels/constants.
11866 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
11867 float" after loading bigval and smallval.
11868
d72413e6
PMR
118692015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
11870
11871 * gdb.ada/fun_overload_menu.exp: New testcase.
11872 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
11873
ece66d65
JS
118742015-12-04 Josh Stone <jistone@redhat.com>
11875
11876 * gdb.base/catch-fork-static.exp: New.
11877
41d0efca
YQ
118782015-12-03 Yao Qi <yao.qi@linaro.org>
11879
11880 * gdb.base/sizeof.c: Don't include stdio.h and
11881 ../lib/unbuffer_output.c.
11882 (main): New variable 'size' and 'value'. Remove printf and
11883 gdb_unbuffer_output. Assign return value to size and value.
11884 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
11885 at the beginning.
11886 (check_sizeof): Check the result by printing variable 'size'.
11887 (check_valueof): Check the result by printing variable 'value'.
11888
99fd02d9
YQ
118892015-12-01 Yao Qi <yao.qi@linaro.org>
11890
11891 * gdb.base/disp-step-syscall.exp: Define syscall instruction
11892 for aarch64*-*-linux* target.
11893
f2faf941
PA
118942015-11-30 Pedro Alves <palves@redhat.com>
11895
11896 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
11897
04bf20c5
PA
118982015-11-30 Pedro Alves <palves@redhat.com>
11899
11900 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
11901 Handle non-stop mode vCont replies.
11902
09df4675
PA
119032015-11-30 Pedro Alves <palves@redhat.com>
11904
11905 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
11906 prepare_for_testing. Start gdb with "set non-stop on" appended to
11907 GDBFLAGS. Lax expected stop output.
11908
58b584af
YQ
119092015-11-27 Yao Qi <yao.qi@linaro.org>
11910
11911 * gdb.arch/arm-neon.exp: New.
11912 * gdb.arch/arm-neon.c: New.
11913
dfcb77a8
YQ
119142015-11-27 Yao Qi <yao.qi@linaro.org>
11915
11916 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
11917
88e8ec1b
YQ
119182015-11-27 Yao Qi <yao.qi@linaro.org>
11919
11920 * gdb.cp/annota2.exp: Allow multiple occurrences of the
11921 frames-invalid annotation.
11922
bfde72c2
YQ
119232015-11-27 Yao Qi <yao.qi@linaro.org>
11924
11925 * gdb.cp/annota2.exp: Use ${frames_invalid}.
11926
f6512a69
SM
119272015-11-26 Simon Marchi <simon.marchi@ericsson.com>
11928
11929 * gdb.threads/names.exp: New file.
11930 * gdb.threads/names.c: New file.
11931 * README: Mention gdb,no_thread_names.
11932
46a3515b
MM
119332015-11-26 Markus Metzger <markus.t.metzger@intel.com>
11934
11935 PR 19297
11936 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
11937 support" error.
11938
62147a22
PA
119392015-11-24 Pedro Alves <palves@redhat.com>
11940
11941 PR 17539
11942 * gdb.base/display.exp: Expect displays to be sorted in ascending
11943 order. Use multi_line.
11944 * gdb.base/solib-display.exp: Likewise.
11945
2f341b6e
PA
119462015-11-24 Pedro Alves <palves@redhat.com>
11947
11948 PR 17539
25d49b86
PA
11949 * gdb.base/display.exp: Expect displays to be sorted in ascending
11950 order. Use multi_line.
11951 * gdb.base/solib-display.exp: Likewise.
2f341b6e 11952
7e0aa6aa
PA
119532015-11-24 Pedro Alves <palves@redhat.com>
11954
11955 PR 17539
11956 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
11957 threads in ascending order.
11958 * gdb.base/foll-fork.exp: Likewise.
11959 * gdb.base/foll-vfork.exp: Likewise.
11960 * gdb.base/multi-forks.exp: Likewise.
11961 * gdb.mi/mi-nonstop.exp: Likewise.
11962 * gdb.mi/mi-nsintrall.exp: Likewise.
11963 * gdb.multi/base.exp: Likewise.
11964 * gdb.multi/multi-arch.exp: Likewise.
11965 * gdb.python/py-inferior.exp: Likewise.
11966 * gdb.threads/break-while-running.exp: Likewise.
11967 * gdb.threads/execl.exp: Likewise.
11968 * gdb.threads/gcore-thread.exp: Likewise.
11969 * gdb.threads/info-threads-cur-sal.exp: Likewise.
11970 * gdb.threads/kill.exp: Likewise.
11971 * gdb.threads/linux-dp.exp: Likewise.
11972 * gdb.threads/multiple-step-overs.exp: Likewise.
11973 * gdb.threads/next-bp-other-thread.exp: Likewise.
11974 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
11975 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
11976 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
11977 * gdb.threads/thread-find.exp: Likewise.
11978 * gdb.threads/tls.exp: Likewise.
11979 * lib/mi-support.exp (mi_reverse_list): Delete.
11980 (mi_check_thread_states): No longer reverse list.
11981
2cc57ad8
PA
119822015-11-24 Pedro Alves <palves@redhat.com>
11983
11984 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
11985 use lowercase.
11986
c93e8391
SM
119872015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11988
11989 * gdb.trace/actions.c: Include trace-common.h.
11990 (main): Add a location for a fast tracepoint.
11991 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
11992 the normal tracepoints.
11993 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
11994
045ccf91
SM
119952015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11996
11997 * save-trace.exp: Factor out code to these...
11998 (gdb_save_tracepoints): New.
11999 (gdb_load_tracepoints): New.
12000 (do_save_load_test): New.
12001
5506f9f6
KB
120022015-11-23 Kevin Buettner <kevinb@redhat.com>
12003
12004 * gdb.base/asmlabel.exp: New test.
12005 * gdb.base/asmlabel.c: New test case.
12006
16c3b12f
JB
120072015-11-23 Joel Brobecker <brobecker@adacore.com>
12008
12009 * gdb.base/wrong_frame_bt_full-main.c: New file.
12010 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
12011 * gdb.base/wrong_frame_bt_full.exp: New file.
12012
155bfbd3
JB
120132015-11-23 Joel Brobecker <brobecker@adacore.com>
12014
12015 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
12016
bb097445
JM
120172015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
12018
206853a0 12019 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
12020 pstate register when comparing registers values in
12021 sparc64-*-linux-gnu targets to avoid spurious differences.
12022
9c88ed8f
JM
120232015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
12024
206853a0 12025 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 12026
96161e25
SL
120272015-11-19 Sandra Loosemore <sandra@codesourcery.com>
12028
12029 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
12030 as type argument to gdb_compile.
12031 * gdb.base/nested-subp2.exp: Likewise.
12032 * gdb.base/nested-subp3.exp: Likewise.
12033
340c2830
DV
120342015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
12035
12036 * lib/dwarf.exp (_note): Fix left shift of negative value.
12037 * gdb.trace/trace-condition.exp: Likewise.
12038
c1862d0f
YQ
120392015-11-13 Yao Qi <yao.qi@linaro.org>
12040
12041 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
12042 comments about d10v.
12043 (test_scalar_returns): Likewise.
12044 * gdb.base/d10v.ld: Remove.
12045 * gdb.base/overlays.exp: Remove the target triplet checking for
12046 d10v-*-*.
12047 * gdb.base/structs.exp (test_struct_returns): Remove the
12048 comments about d10v.
12049 (test_struct_calls): Likewise.
12050
77ae9c19
YQ
120512015-11-13 Yao Qi <yao.qi@linaro.org>
12052
12053 * gdb.base/gnu_vector.exp: Check the return value by "p res".
12054 * gdb.base/gnu_vector.c: Don't include stdio.h.
12055 (main): Don't print res and call add_some_intvecs.
12056
430e004e
MK
120572015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
12058
12059 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
12060 macro.
12061 (func5): Removed.
12062 (func4): Use FAST_TRACEPOINT_LABEL.
12063 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
12064 macro.
12065 (func): Removed.
12066 (thread_function): Use FAST_TRACEPOINT_LABEL.
12067 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
12068 (func): Remove.
12069 (marker): Use FAST_TRACEPOINT_LABEL.
12070 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
12071 (pendfunc1): Remove.
12072 (pendfunc): Use FAST_TRACEPOINT_LABEL.
12073 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
12074 (foo): Remove.
12075 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
12076 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
12077 macro.
12078 (func): Remove.
12079 (marker): Use FAST_TRACEPOINT_LABEL.
12080 * gdb.trace/trace-common.h: New header.
12081 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
12082 macro.
12083 (func): Remove.
12084 (marker): Use FAST_TRACEPOINT_LABEL.
12085 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
12086 (func): Remove.
12087 (thread_function): Use FAST_TRACEPOINT_LABEL.
12088
6e7675a7
MK
120892015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
12090
12091 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
12092 in front.
12093 * gdb.trace/change-loc.exp: Use global pcreg definition.
12094 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
12095 * gdb.trace/entry-values.exp: Use global spreg definition, add $
12096 in front.
12097 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
12098 * gdb.trace/pending.exp: Likewise.
12099 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
12100 * gdb.trace/trace-break.exp: Likewise.
12101 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
12102 in front.
12103 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
12104 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
12105 in front.
12106 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
12107
dddc0e16
JB
121082015-11-09 Joel Brobecker <brobecker@adacore.com>
12109
12110 * gdb.ada/fin_fun_out: New testcase.
12111
c6f0b406
KB
121122015-11-07 Kevin Buettner <kevinb@redhat.com>
12113
12114 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
12115 value associated with DW_AT_byte_size.
12116 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
12117 constants for DW_AT_byte_size, DW_AT_lower_bound, and
12118 DW_AT_upper_bound.
12119
f01dcfd9
KB
121202015-11-07 Kevin Buettner <kevinb@redhat.com>
12121
12122 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
12123 (gdb_target_symbol_prefix_flags): Define in terms of _asm
12124 version.
12125 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
12126 gdb.dwarf2/dw2-canonicalize-type.exp,
12127 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
12128 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
12129 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
12130 provided by gdb_target_symbol_prefix_flags_asm.
12131 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
12132 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
12133 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
12134 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
12135 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
12136 macros where needed). Use this macro for symbols which require
12137 the prefix provided by SYMBOL_PREFIX.
12138
2223449a
KB
121392015-11-05 Kevin Buettner <kevinb@redhat.com>
12140
12141 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
12142 New procs.
12143 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
12144 representing expressions, of more than one list element.
12145 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
12146 to prepend linker symbol prefix to f.
12147 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
12148 table_1 and table_2.
12149 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
12150 Likewise, for f and g.
12151 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
12152 for ptr.
12153 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
12154 for main.
12155 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
12156 table_1_ptr and table_2_ptr.
12157
6f2f1a3a
JK
121582015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12159 Joel Brobecker <brobecker@adacore.com>
12160
12161 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
12162
566c56c9
MK
121632015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
12164
12165 * gdb.reverse/s390-mvcle.c: New test.
12166 * gdb.reverse/s390-mvcle.exp: New file.
12167 * lib/gdb.exp: Enable reverse tests on s390*-linux.
12168
d5f0636b
MK
121692015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
12170
12171 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
12172
7ad8b86c
MK
121732015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
12174
12175 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
12176 reaching marker2.
12177 * gdb.reverse/getresuid-reverse.exp: Likewise.
12178 * gdb.reverse/pipe-reverse.exp: Likewise.
12179 * gdb.reverse/readv-reverse.exp: Likewise.
12180 * gdb.reverse/recvmsg-reverse.exp: Likewise.
12181 * gdb.reverse/time-reverse.exp: Likewise.
12182 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
12183
4081c0f1
YQ
121842015-10-30 Yao Qi <yao.qi@linaro.org>
12185
12186 * gdb.threads/wp-replication.c (watch_count_done): Remove.
12187 (empty_cycle): Remove.
12188 (main): Don't call empty_cycle. Don't use watch_count_done.
12189 * gdb.threads/wp-replication.exp: Don't set breakpoint on
12190 empty_cycle. Rewrite the code counting HW watchpoints.
12191
452b4ba5
MK
121922015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
12193
12194 * gdb.reverse/fstatat-reverse.c: New test.
12195 * gdb.reverse/fstatat-reverse.exp: New file.
12196 * gdb.reverse/getresuid-reverse.c: New test.
12197 * gdb.reverse/getresuid-reverse.exp: New file.
12198 * gdb.reverse/pipe-reverse.c: New test.
12199 * gdb.reverse/pipe-reverse.exp: New file.
12200 * gdb.reverse/readv-reverse.c: New test.
12201 * gdb.reverse/readv-reverse.exp: New file.
12202 * gdb.reverse/recvmsg-reverse.c: New test.
12203 * gdb.reverse/recvmsg-reverse.exp: New file.
12204 * gdb.reverse/time-reverse.c: New test.
12205 * gdb.reverse/time-reverse.exp: New file.
12206 * gdb.reverse/waitpid-reverse.c: New test.
12207 * gdb.reverse/waitpid-reverse.exp: New file.
12208
5e2e7507
JK
122092015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
12210
12211 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
12212
0fde2c53
DE
122132015-10-26 Doug Evans <dje@google.com>
12214
12215 PR symtab/17391
12216 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
12217 * gdb.dwarf2/bad-regnum.c: New file.
12218 * gdb.dwarf2/bad-regnum.exp: New file.
12219
1a70ae97
DE
122202015-10-26 Doug Evans <dje@google.com>
12221
12222 PR python/18938
12223 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
12224 file.
12225
27dc26ab
JK
122262015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12227
12228 * gdb.compile/compile.exp (compile code globalvar): Update expectation
12229 for a change by "Mention language in compile error message".
12230
bed91f4d
SM
122312015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
12232
12233 PR python/18073
12234 * gdb.python/py-type.c (C::a_method): New.
12235 (C::a_const_method): New.
12236 (C::a_static_method): New.
12237 (a_function): New.
12238 * gdb.python/py-type.exp (test_fields): Test getting fields
12239 from function and method.
12240
3f2f83dd
KB
122412015-10-21 Keven Boell <keven.boell@intel.com>
12242
12243 * gdb.fortran/vla-alloc-assoc.exp: New file.
12244 * gdb.fortran/vla-datatypes.exp: New file.
12245 * gdb.fortran/vla-datatypes.f90: New file.
12246 * gdb.fortran/vla-history.exp: New file.
12247 * gdb.fortran/vla-ptype-sub.exp: New file.
12248 * gdb.fortran/vla-ptype.exp: New file.
12249 * gdb.fortran/vla-sizeof.exp: New file.
12250 * gdb.fortran/vla-sub.f90: New file.
12251 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
12252 * gdb.fortran/vla-value-sub-finish.exp: New file.
12253 * gdb.fortran/vla-value-sub.exp: New file.
12254 * gdb.fortran/vla-value.exp: New file.
12255 * gdb.fortran/vla-ptr-info.exp: New file.
12256 * gdb.mi/mi-vla-fortran.exp: New file.
12257 * gdb.mi/vla.f90: New file.
12258
27145d50
SL
122592015-10-21 Sandra Loosemore <sandra@codesourcery.com>
12260
12261 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
12262 of hardwired timeout value.
12263
5f3ff4f8
JK
122642015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12265 Pedro Alves <palves@redhat.com>
12266
12267 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
12268 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
12269
bfd09d20
JS
122702015-10-19 Josh Stone <jistone@redhat.com>
12271
12272 * gdb.base/catch-syscall.c: Include <sched.h>.
12273 (unknown_syscall): New variable.
12274 (main): Trigger a vfork and an unknown syscall.
12275 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
12276 (unknown_syscall_number): Likewise.
12277 (check_call_to_syscall): Accept an optional syscall pattern.
12278 (check_return_from_syscall): Likewise.
12279 (check_continue): Likewise.
12280 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
12281 (test_catch_syscall_skipping_return): New test toggling off 'catch
12282 syscall' to step over the syscall return, then toggling back on.
12283 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
12284 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
12285 (do_syscall_tests): Call test_catch_syscall_without_args and
12286 test_catch_syscall_mid_vfork.
12287 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
12288 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
12289
b32b93c6
AS
122902015-10-19 Andrew Stubbs <ams@codesourcery.com>
12291
12292 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
12293 print g_vE): Add new pass patterns.
12294 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
12295 print various symbol names for vptr fields.
12296
9d622bda
AB
122972015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
12298
12299 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
12300 results.
12301
0fd8ac1c
YQ
123022015-10-12 Yao Qi <yao.qi@linaro.org>
12303
12304 * gdb.arch/disp-step-insn-reloc.exp: New test case.
12305
34240514
YQ
123062015-10-12 Yao Qi <yao.qi@linaro.org>
12307
12308 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
12309 is aarch64*-*-linux*.
12310
8240f442
YQ
123112015-10-12 Yao Qi <yao.qi@linaro.org>
12312
12313 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
12314 (can_relocate_bcond_true): ... it.
12315 (can_relocate_bcond_false): New function.
12316 (foo): Likewise.
12317 (can_relocate_bl): Likewise.
12318 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
12319 can_relocate_bl.
12320
2520f728
PMR
123212015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
12322
12323 * gdb.base/nested-addr.c: New file.
12324 * gdb.base/nested-addr.exp: New testcase.
12325
abcef95a
MM
123262015-10-09 Markus Metzger <markus.t.metzger@intel.com>
12327
12328 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
12329 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
12330 its output. Ignore the output of "record goto begin" and instead
12331 check that GDB is replaying.
12332
145e3ddb
PA
123332015-10-09 Pedro Alves <palves@redhat.com>
12334
12335 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
12336 (top level): Use it in the run with no args test.
12337
d5d8c4e1
IB
123382015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
12339
12340 * gdb.dlang/properties.exp: New file.
12341
06e635ef
SL
123422015-10-02 Sandra Loosemore <sandra@codesourcery.com>
12343
12344 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
12345 whether or not address 0x1000 is mapped on the target.
12346
e019fd1d
SM
123472015-09-30 Simon Marchi <simon.marchi@ericsson.com>
12348
12349 * gdb.python/py-type.exp: Do not run tests if binaries fail to
12350 build.
12351
77ba2a67
MM
123522015-09-30 Markus Metzger <markus.t.metzger@intel.com>
12353
12354 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
12355 instruction-history test.
12356
c60eb31f
DE
123572015-09-28 Doug Evans <dje@google.com>
12358
12359 * gdb.base/gcore.c (array_func): Add reference to static_array.
12360
9a3c8263
SM
123612015-09-25 Simon Marchi <simon.marchi@ericsson.com>
12362
12363 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
12364 source line.
12365
9720e656
SL
123662015-09-24 Sandra Loosemore <sandra@codesourcery.com>
12367
12368 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
12369 short or char as base type.
12370
938d3bf2
SL
123712015-09-23 Sandra Loosemore <sandra@codesourcery.com>
12372
12373 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
12374 to allow any size enum.
12375
e6c2c623
PMR
123762015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
12377
12378 * gdb.ada/array_ptr_renaming.exp: New testcase.
12379 * gdb.ada/array_ptr_renaming/foo.adb: New file.
12380 * gdb.ada/array_ptr_renaming/pack.ads: New file.
12381
06da0f77
PL
123822015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12383
12384 * gdb.trace/ftrace-lock.c: New file.
12385 * gdb.trace/ftrace-lock.exp: New file.
12386
4f51c22a
PL
123872015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12388
12389 * gdb.arch/insn-reloc.c: New file.
12390 * gdb.arch/ftrace-insn-reloc.exp: New file.
12391
7041adf4
PL
123922015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12393
12394 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
12395 instruction.
12396 * gdb.trace/pendshr1.c (pendfunc): Likewise.
12397 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
12398 * gdb.trace/range-stepping.c: Likewise.
12399 * gdb.trace/trace-break.c: Likewise.
12400 * gdb.trace/trace-mt.c (thread_function): Likewise.
12401 * gdb.trace/ftrace.c (marker): Likewise.
12402 * gdb.trace/trace-condition.c (marker): Likewise.
12403 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
12404 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
12405 is_aarch64_target.
12406
015d2e7e
DE
124072015-09-18 Doug Evans <xdje42@gmail.com>
12408
12409 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
12410 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
12411
26b188a2
SL
124122015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12413
12414 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
12415 the breakpoint.
12416
79dc332b
SL
124172015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12418
12419 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
12420 the pending breakpoint. Remove timeout override for "Run till
12421 MI pending breakpoint on pendfunc3 on thread 2" test.
12422
f57929f2
SL
124232015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12424
12425 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
12426 filename pattern.
12427
3f469b17
SL
124282015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12429
12430 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
12431 in breakpoint filename pattern.
12432
515b89b3
SL
124332015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12434
7800dbe4
SL
12435 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
12436
124372015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12438
515b89b3
SL
12439 * gdb.linespec/explicit.exp: Check for readline support for
12440 tab-completion tests. Fix obvious typo.
12441
d2939ba2
MM
124422015-09-18 Markus Metzger <markus.t.metzger@intel.com>
12443
12444 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
12445 and replay.
12446
cbb55fa7
MM
124472015-09-18 Markus Metzger <markus.t.metzger@intel.com>
12448
12449 * gdb.btrace/non-stop.c: New.
12450 * gdb.btrace/non-stop.exp: New.
12451
43691ca1
PL
124522015-09-17 Pierre Langlois <pierre.langlois@arm.com>
12453 Yao Qi <yao.qi@linaro.org>
12454
12455 * gdb.trace/trace-condition.c: New file.
12456 * gdb.trace/trace-condition.exp: New file.
12457
d78908cf
WW
124582015-09-16 Wei-cheng Wang <cole945@gmail.com>
12459
12460 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
12461 for testing bytecode compilation.
12462
1ed415e2
PA
124632015-09-16 Pedro Alves <palves@redhat.com>
12464 Sandra Loosemore <sandra@codesourcery.com>
12465
12466 * gdb.threads/non-stop-fair-events.c (timeout): New global.
12467 (SECONDS): Redefine.
12468 (main): Call pthread_kill and alarm early.
12469 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
12470 support.
12471 (test): If the target can't hardware step and doesn't support
12472 displaced stepping, increase the timeout.
12473
d136eff5
PA
124742015-09-16 Pedro Alves <palves@redhat.com>
12475
12476 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
12477 (enable_debug): New procedures.
12478 (test): Use them. Bail out if waiting for threads fails.
12479 (top level): Bail out if a test fails.
12480
991f019c
YQ
124812015-09-16 Yao Qi <yao.qi@linaro.org>
12482
12483 * gdb.asm/asm-source.exp: Set asm-arch for
12484 aarch64*-*-* target.
12485 * gdb.asm/aarch64.inc: New file.
12486
bfca584f
PMR
124872015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
12488
12489 * gdb.ada/array_of_variable_length.exp: New testcase.
12490 * gdb.ada/array_of_variable_length/foo.adb: New file.
12491 * gdb.ada/array_of_variable_length/pck.adb: New file.
12492 * gdb.ada/array_of_variable_length/pck.ads: New file.
12493
b326e587
DE
124942015-09-15 Doug Evans <dje@google.com>
12495
12496 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
12497 of function static local variable.
12498
5382cfab
PW
124992015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12500
12501 * gdb.threads/tls-so_extern.exp: New test file.
12502 * gdb.threads/tls-so_extern.c: New test file.
12503 * gdb.threads/tls-so_extern_main.c: New test file.
12504
141c5cc4
JK
125052015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12506
12507 * gdb.opt/solib-intra-step-lib.c: New file.
12508 * gdb.opt/solib-intra-step-main.c: New file.
12509 * gdb.opt/solib-intra-step.exp: New file.
12510
d15dcecd
PA
125112015-09-15 Pedro Alves <palves@redhat.com>
12512
12513 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
12514 gdb_continue_to_breakpoint instead of gdb_test_multiple.
12515
4c2f2a79
PA
125162015-09-14 Pedro Alves <palves@redhat.com>
12517
12518 * gdb.base/hook-stop-continue.c: Delete.
12519 * gdb.base/hook-stop-continue.exp: Delete.
12520 * gdb.base/hook-stop-frame.c: Delete.
12521 * gdb.base/hook-stop-frame.exp: Delete.
12522 * gdb.base/hook-stop.c: New file.
12523 * gdb.base/hook-stop.exp: New file.
12524
919e6dbe
PMR
125252015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
12526
12527 * gdb.ada/access_to_packed_array.exp: New testcase.
12528 * gdb.ada/access_to_packed_array/foo.adb: New file.
12529 * gdb.ada/access_to_packed_array/pack.adb: New file.
12530 * gdb.ada/access_to_packed_array/pack.ads: New file.
12531
157280a4
MM
125322015-09-14 Markus Metzger <markus.t.metzger@intel.com>
12533
12534 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
12535 buffer size test.
12536
2fd33e94
DB
125372015-09-11 Don Breazeal <donb@codesourcery.com>
12538
12539 * gdb.base/foll-exec.c: Add copyright header. Fix
12540 formatting issues.
12541 * gdb.base/foll-exec.exp (zap_session): Delete proc.
12542 (do_exec_tests): Use clean_restart in place of zap_session,
12543 and for test initialization. Fix formatting issues. Use
12544 fail in place of perror.
12545 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
12546 an expect statement to match an expression with output from
12547 the program under debug.
12548 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
12549 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
12550 * gdb.threads/non-ldr-exc-2.exp: Likewise.
12551 * gdb.threads/non-ldr-exc-3.exp: Likewise.
12552 * gdb.threads/non-ldr-exc-4.exp: Likewise.
12553
e70b6e8e
DE
125542015-09-09 Doug Evans <dje@google.com>
12555
12556 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
12557
7a551a51
DE
125582015-09-09 Doug Evans <dje@google.com>
12559
12560 * gdb.base/pie-execl.exp: Fix result test of build_executable.
12561
4c666f84
DE
125622015-09-09 Doug Evans <dje@google.com>
12563
12564 * gdb.base/savedregs.exp: Fix typo.
12565
243a9253
PA
125662015-09-09 Pedro Alves <palves@redhat.com>
12567
12568 * gdb.mi/mi-cli.exp: Add CLI finish tests.
12569
c0fa8fbd
SL
125702015-09-08 Sandra Loosemore <sandra@codesourcery.com>
12571
12572 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
12573 command actually switches threads. Give up on remaining
12574 tests if target fails to stop at breakpoint.
12575
cd7c1778
PMR
125762015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
12577
12578 * gdb.ada/funcall_char.exp: New testcase.
12579 * gdb.ada/funcall_char/foo.adb: New file.
12580
dc5c8746
PMR
125812015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
12582
12583 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
12584 expected outputs. Add two testcases for completing ambiguous
12585 functions.
12586 * gdb.ada/complete/aux_pck.adb: New file.
12587 * gdb.ada/complete/aux_pck.ads: New file.
12588 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
12589 Ambiguous_Func functions.
12590 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
12591 * gdb.ada/complete/pck.adb: Likewise.
12592
4e83a1e7
UW
125932015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
12594
12595 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
12596 failures to run the test program under GDB.
12597
8ce74153
LM
125982015-08-26 Luis Machado <lgustavo@codesourcery.com>
12599
12600 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
12601 to C.
12602
e9756d52
PP
126032015-08-26 Patrick Palka <patrick@parcs.ath.cx>
12604
12605 * gdb.base/run-after-attach.exp: New test file.
12606 * gdb.base/run-after-attach.c: New test file.
12607
8d37573b
DB
126082015-08-26 Don Breazeal <donb@codesourcery.com>
12609
12610 * gdb.base/foll-exec-2.c: New test program.
12611 * gdb.base/foll-exec-2.exp: New test.
12612
63e43d3a
PMR
126132015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
12614
12615 * gdb.base/nested-subp1.exp: New file.
12616 * gdb.base/nested-subp1.c: New file.
12617 * gdb.base/nested-subp2.exp: New file.
12618 * gdb.base/nested-subp2.c: New file.
12619 * gdb.base/nested-subp3.exp: New file.
12620 * gdb.base/nested-subp3.c: New file.
12621
3d40fbb5
PA
126222015-08-24 Pedro Alves <palves@redhat.com>
12623
12624 * gdb.server/connect-without-multi-process.c: New file.
12625 * gdb.server/connect-without-multi-process.exp: New file.
12626
4422ac93
LM
126272015-08-24 Luis Machado <lgustavo@codesourcery.com>
12628
12629 * gdb.opt/inline-markers.c: Make z int.
12630
91dddb86
LM
126312015-08-24 Luis Machado <lgustavo@codesourcery.com>
12632
12633 * gdb.opt/inline-markers.c: Make z volatile.
12634
a48847ee
LM
126352015-08-24 Luis Machado <lgustavo@codesourcery.com>
12636
12637 * gdb.opt/inline-bt.c: New volatile global z.
12638 * gdb.opt/inline-cmds.c: Likewise.
12639 * gdb.opt/inline-locals.c: Likewise.
12640 * gdb.opt/inline-markers.c: New extern global z.
12641 (marker): Use z.
12642 (inline_fn): Likewise.
12643
0ebbc52b
PA
126442015-08-24 Pedro Alves <palves@redhat.com>
12645
12646 * config/m32r-stub.exp: Remove file.
12647 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
12648 * gdb.base/call-rt-st.exp: Likewise.
12649 * gdb.base/call-strs.exp: Likewise.
12650 * gdb.base/default.exp: Remove references to h8300-*-hms and
12651 *-*-udi*.
12652 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
12653
77c365df
AA
126542015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12655
12656 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
12657 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
12658 and "return" use KFAIL when GDB can not read/write the vector
12659 return value.
12660
4313b8c0
GB
126612015-08-21 Gary Benson <gbenson@redhat.com>
12662
12663 * gdb.trace/pending.exp: Cope with remote transfer warnings.
12664
0e433b32
PA
126652015-08-20 Pedro Alves <palves@redhat.com>
12666
12667 * gdb.server/solib-list.exp: No longer expect an interior stop in
12668 non-stop mode.
12669
221e1a37
PA
126702015-08-20 Pedro Alves <palves@redhat.com>
12671
12672 * gdb.server/connect-stopped-target.c: New file.
12673 * gdb.server/connect-stopped-target.exp: New file.
12674
40e3ad0e
PA
126752015-08-20 Pedro Alves <palves@redhat.com>
12676
12677 * gdb.dwarf2/comp-unit-lang.exp: New file.
12678 * gdb.dwarf2/comp-unit-lang.c: New file.
12679
af39b327
PMR
126802015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
12681
12682 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
12683 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
12684
7d45c7c3 126852015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 12686
7d45c7c3
KB
12687 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
12688 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
12689
4d6cceb4
DE
126902015-08-18 Doug Evans <dje@google.com>
12691 Adrian Sendroiu <adrian.sendroiu@freescale.com>
12692
12693 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
12694 skip_python_tests. New arg prompt_regexp.
12695 (skip_python_tests): New function.
12696 * lib/mi-support.exp (mi_skip_python_tests): New function.
12697 * gdb.python/py-mi-objfile-gdb.py: New file.
12698 * gdb.python/py-mi-objfile.c: New file.
12699 * gdb.python/py-mi-objfile.exp: New file.
12700
ad89c2aa
KS
127012015-08-17 Keith Seitz <keiths@redhat.com>
12702
12703 * gdb.linespec/explicit.exp: Move strace test from here ...
12704 * gdb.trace/strace.exp: ... to here.
12705
e3ae3c43
PP
127062015-08-15 Patrick Palka <patrick@parcs.ath.cx>
12707
12708 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
12709 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
12710
604b2636
DE
127112015-08-14 Doug Evans <xdje42@gmail.com>
12712
12713 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
12714 inferior before selecting a new file.
12715
6ff0ba5f
DE
127162015-08-14 Doug Evans <xdje42@gmail.com>
12717
12718 * gdb.mi/mi-disassemble.exp: Update.
12719 * gdb.base/disasm-optim.S: New file.
12720 * gdb.base/disasm-optim.c: New file.
12721 * gdb.base/disasm-optim.h: New file.
12722 * gdb.base/disasm-optim.exp: New file.
12723
9ca98f92
KS
127242015-08-14 Keith Seitz <keiths@redhat.com>
12725
12726 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
12727 "evaluated-by".
12728
52bbc560
JB
127292015-08-13 Joel Brobecker <brobecker@adacore.com>
12730
12731 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
12732
5d8c3ed3
PMR
127332015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
12734
12735 * gdb.ada/fun_renaming.exp: New testcase.
12736 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
12737 * gdb.ada/fun_renaming/pack.adb: New file.
12738 * gdb.ada/fun_renaming/pack.ads: New file.
12739
ea8812bc
KS
127402015-08-12 Keith Seitz <keiths@redhat.com>
12741
12742 * gdb.base/dso2dso.exp: Pass basename of source file in call to
12743 gdb_get_line_number.
12744
4dafcdeb
JB
127452015-08-12 Joel Brobecker <brobecker@adacore.com>
12746
12747 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
12748 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
12749 gdb.base/dso2dso.exp: New files.
12750
5ba32597
SDJ
127512015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
12752 Pedro Alves <palves@redhat.com>
12753 Keith Seitz <keiths@redhat.com>
12754
12755 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
12756 GDBFLAGS.
12757
b6dafabf
PP
127582015-08-12 Patrick Palka <patrick@parcs.ath.cx>
12759
12760 * gdb.base/gdbhistsize-history.exp
12761 (test_histsize_history_setting): Use save_vars.
12762 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12763 Use save_vars.
12764 (test_no_truncation_of_unlimited_history_file): Use save_vars.
12765 * gdb.base/readline.exp: Use save_vars.
12766
abe8e607
PP
127672015-08-12 Patrick Palka <patrick@parcs.ath.cx>
12768
12769 * lib/gdb.exp (save_vars): New proc.
12770
629500fa
KS
127712015-08-11 Keith Seitz <keiths@redhat.com>
12772
12773 * gdb.base/help.exp: Update help_breakpoint_text.
12774
eb8c4e2e
KS
127752015-08-11 Keith Seitz <keiths@redhat.com>
12776
12777 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
12778 (at toplevel): Call test_explicit_breakpoints.
12779 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
12780 breakpoints.
12781 * lib/mi-support.exp (mi_make_breakpoint): Add support for
12782 breakpoint conditions, "-cond".
12783
87f0e720
KS
127842015-08-11 Keith Seitz <keiths@redhat.com>
12785
12786 * gdb.linespec/3explicit.c: New file.
12787 * gdb.linespec/cpexplicit.cc: New file.
12788 * gdb.linespec/cpexplicit.exp: New file.
12789 * gdb.linespec/explicit.c: New file.
12790 * gdb.linespec/explicit.exp: New file.
12791 * gdb.linespec/explicit2.c: New file.
12792 * gdb.linespec/ls-errs.exp: Add explicit location tests.
12793 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
12794 before using in the matching pattern.
12795 Clarify that `prefix' is a regular expression.
12796
f00aae0f
KS
127972015-08-11 Keith Seitz <keiths@redhat.com>
12798
12799 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
12800 test.
12801 Add tests for missing ",FMT" and ",".
12802
e27852be
DE
128032015-08-10 Doug Evans <dje@google.com>
12804 Keith Seitz <keiths@redhat.com>
12805
12806 PR gdb/17960
12807 * gdb.base/completion.exp: Add location completer tests.
12808
7f03bd92
PA
128092015-08-07 Pedro Alves <palves@redhat.com>
12810
12811 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
12812 tests here.
12813 (top level): Run do_test with and without displaced stepping.
12814
3fc8eb30
PA
128152015-08-07 Pedro Alves <palves@redhat.com>
12816
12817 * gdb.base/valgrind-disp-step.c: New file.
12818 * gdb.base/valgrind-disp-step.exp: New file.
12819
d4569d7b
PA
128202015-08-07 Pedro Alves <palves@redhat.com>
12821
12822 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
12823 Delete function.
12824 (main): Add alarm. Run an infinite loop instead of calling
12825 wait_threads.
12826 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
12827 comment.
12828 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
12829 Delete function.
12830 (main): Add alarm. Run an infinite loop instead of calling
12831 wait_threads.
12832 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
12833 comment.
12834
e1316e60
PA
128352015-08-07 Pedro Alves <palves@redhat.com>
12836
12837 * gdb.base/checkpoint-ns.exp: New file.
12838 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
12839 standard_testfile.
12840
da8c46d2
MM
128412015-08-07 Markus Metzger <markus.t.metzger@intel.com>
12842
12843 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
12844 * gdb.btrace/instruction_history.exp: Update.
12845 * gdb.btrace/tsx.exp: New.
12846 * gdb.btrace/tsx.c: New.
12847
de1c2c52
PA
128482015-08-06 Pedro Alves <palves@redhat.com>
12849
12850 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
12851 increase timeout.
12852 * gdb.reverse/until-precsave.exp: Bump timeouts.
12853
782e0bf4
PA
128542015-08-06 Pedro Alves <palves@redhat.com>
12855
12856 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
12857
83e97ed0
PA
128582015-08-06 Pedro Alves <palves@redhat.com>
12859
12860 PR gdb/18749
12861 * gdb.threads/process-dies-while-handling-bp.c: New file.
12862 * gdb.threads/process-dies-while-handling-bp.exp: New file.
12863
863d01bd
PA
128642015-08-06 Pedro Alves <palves@redhat.com>
12865
12866 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
12867 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
12868
0a39bb32
PA
128692015-08-05 Pedro Alves <palves@redhat.com>
12870
12871 * gdb.threads/next-while-other-thread-longjmps.c: New file.
12872 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
12873
ee2d2b10
SL
128742015-08-03 Sandra Loosemore <sandra@codesourcery.com>
12875
12876 * gdb.base/bp-permanent.exp: Report test as unsupported if
12877 the target cannot stop at the permanent breakpoint.
12878
4e1bdb00
DE
128792015-08-03 Doug Evans <dje@google.com>
12880
12881 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
12882 10000.
12883
3d338901
DE
128842015-08-03 Doug Evans <dje@google.com>
12885
12886 * Makefile.in (workers/%.worker, build-perf): New rule.
12887 (GDB_PERFTEST_MODE): New variable.
12888 (check-perf): Use it.
12889 (clean): Clean up gdb.perf parallel build subdirs.
12890 * lib/build-piece.exp: New file.
12891 * lib/gdb.exp (make_gdb_parallel_path): New function
12892 (standard_output_file, standard_temp_file): Call it.
12893 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12894 of $GDB_PARALLEL.
12895 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
12896
af061d3e
DE
128972015-08-03 Doug Evans <dje@google.com>
12898
8e1afc81 12899 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
12900 (LOG_FILE_NAME): New global.
12901 (TextReporter.__init__): Initialize self.txt_sum.
12902 (TextReporter.report): Add support for multiple data-points.
12903 Move report to perftest.sum, put raw data in perftest.log.
12904 (TextReporter.start): Open sum and log files.
12905 (TextReporter.end): Close sum and log files.
8e1afc81
DE
12906 * gdb.perf/lib/perftest/testresult.py
12907 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 12908
2c8c5d37
PA
129092015-07-31 Pedro Alves <palves@redhat.com>
12910
12911 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
12912 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12913 kill_wait_spawned_process instead of explicit "kill -9".
12914 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
12915 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12916 kill_wait_spawned_process.
12917 * gdb.base/attach-twice.exp: Likewise.
12918 * gdb.base/attach.exp: Likewise.
12919 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
12920 gdb_test_multiple.
12921 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
12922 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12923 kill_wait_spawned_process.
12924 * gdb.base/valgrind-infcall.exp: Likewise.
12925 * gdb.multi/multi-attach.exp: Likewise.
12926 * gdb.python/py-prompt.exp: Likewise.
12927 * gdb.python/py-sync-interp.exp: Likewise.
12928 * gdb.server/ext-attach.exp: Likewise.
12929 * gdb.threads/attach-into-signal.exp (corefunc): Use
12930 spawn_wait_for_attach, spawn_id_get_pid and
12931 kill_wait_spawned_process.
12932 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
12933 spawn_wait_for_attach returning a spawn id instead of a pid. Use
12934 spawn_id_get_pid and kill_wait_spawned_process.
12935 * gdb.threads/attach-stopped.exp (corefunc): Use
12936 spawn_wait_for_attach, spawn_id_get_pid and
12937 kill_wait_spawned_process.
12938 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
12939 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12940 kill_wait_spawned_process instead of explicit "kill -9".
12941 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
12942 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
12943 (spawn_wait_for_attach): Use spawn instead of exec to spawn
12944 processes. Don't map cygwin/windows pids here. Now returns a
12945 spawn id list.
12946
032a0fca
SL
129472015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12948
12949 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
12950 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
12951 correct patch.
12952
61a934ca
SL
129532015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12954
12955 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
12956
4bc4d428
SL
129572015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12958
12959 Reapply:
12960 2014-05-21 Mark Wielaard <mjw@redhat.com>
12961
12962 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
12963
998d452a
PA
129642015-07-30 Pedro Alves <palves@redhat.com>
12965
12966 * linux-low.c (handle_extended_wait): Set the child's last
12967 reported status to TARGET_WAITKIND_STOPPED.
12968
69dde7dc
PA
129692015-07-30 Pedro Alves <palves@redhat.com>
12970
12971 PR threads/18600
12972 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
12973 only shows inferior 1.
12974
4dd63d48
PA
129752015-07-30 Simon Marchi <simon.marchi@ericsson.com>
12976 Pedro Alves <palves@redhat.com>
12977
12978 PR threads/18600
12979 * gdb.threads/fork-plus-threads.c: New file.
12980 * gdb.threads/fork-plus-threads.exp: New file.
12981
d618e4c5
PP
129822015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12983
12984 * gdb.base/batch-preserve-term-settings.exp
12985 (test_terminal_settings_preserved_after_cli_exit): Use
12986 send_quit_command.
12987
1eef6428
PA
129882015-07-29 Pedro Alves <palves@redhat.com>
12989 Don Breazeal <donb@codesourcery.com>
12990
12991 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
12992 output from both inferior_spawn_id and gdb_spawn_id.
12993
7da5b897
SDJ
129942015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12995
12996 * gdb.threads/attach-into-signal.exp (corefunc): Use
12997 with_test_prefix on nested loops, uniquefying the test messages.
12998
dac804df
SDJ
129992015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
13000
13001 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
13002 commit.
13003
06265e53
PP
130042015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13005
13006 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
13007 New proc.
13008 (test_terminal_settings_preserved_after_sigterm): New test.
13009
18206ca3
PP
130102015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13011
13012 * gdb.base/batch-preserve-term-settings.exp
13013 (test_terminal_settings_preserved_after_cli_exit): New test.
13014
90074d11
PP
130152015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13016
13017 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
13018 manipulation of saved_gdbflags.
13019 (test_terminal_settings_preserved): Remove global declaration of
13020 the unused variable pagination_prompt. Remove manipulation of
13021 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
13022 GDBFLAGS.
13023
eb1a7902
PA
130242015-07-29 Pedro Alves <palves@redhat.com>
13025
13026 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
13027
8b75dd3b
PA
130282015-07-29 Pedro Alves <palves@redhat.com>
13029
13030 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
13031 at the top.
13032
dedad4e3
PA
130332015-07-29 Pedro Alves <palves@redhat.com>
13034
13035 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
13036 (main): Call gdb_unbuffer_output.
13037 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
13038 (main): Call gdb_unbuffer_output.
13039 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
13040 (main): Call gdb_unbuffer_output.
13041 * gdb.base/call-strs.exp: Adjust to step over the
13042 gdb_unbuffer_output call.
13043 * gdb.base/catch-gdb-caused-signals.c: Include
13044 "../lib/unbuffer_output.c".
13045 (main): Call gdb_unbuffer_output.
13046 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
13047 (main): Call gdb_unbuffer_output.
13048 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
13049 (main): Call gdb_unbuffer_output.
13050 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
13051 (main): Call gdb_unbuffer_output.
13052 * gdb.base/shlib-call.exp: Adjust to step over the
13053 gdb_unbuffer_output call.
13054 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
13055 (main): Call gdb_unbuffer_output.
13056 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
13057 (main): Call gdb_unbuffer_output.
13058 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
13059 (main): Rename to ...
13060 (test): ... this.
13061 (main): Reimplement.
13062 * gdb.base/varargs.exp: Run to test instead of to main.
13063 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
13064 (main): Call gdb_unbuffer_output.
13065
58789a91
PA
130662015-07-29 Pedro Alves <palves@redhat.com>
13067
13068 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
13069 factore out from mi_continue_dprintf. For call-style dprintfs,
13070 expect dprintf output out of $inferior_spawn_id.
13071 (mi_continue_dprintf): Use mi_expect_dprintf.
13072 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
13073 (main): Call gdb_unbuffer_output.
13074
e8376742
PA
130752015-07-29 Pedro Alves <palves@redhat.com>
13076
13077 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
13078 (default_mi_gdb_start): Set inferior_spawn_id instead of
13079 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
13080 gdb_spawn_id.
13081 (mi_gdb_test): Always expect inferior output from both
13082 $inferior_spawn_id and $gdb_spawn_id.
13083
08280010
PA
130842015-07-29 Pedro Alves <palves@redhat.com>
13085
13086 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
13087 send_inferior and $inferior_spawn_id.
13088
4d30e432
PA
130892015-07-29 Pedro Alves <palves@redhat.com>
13090
13091 * gdb.gdb/complaints.exp (test_initial_complaints)
13092 (test_serial_complaints, test_short_complaints): Use
13093 gdb_test_stdio.
13094 (test_empty_complaint): Handle $inferior_spawn_id !=
13095 $gdb_spawn_id.
13096
0d30a335
PA
130972015-07-29 Pedro Alves <palves@redhat.com>
13098
13099 * gdb.base/varargs.exp: Use gdb_test_stdio.
13100
39413b29
PA
131012015-07-29 Pedro Alves <palves@redhat.com>
13102
13103 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
13104
7cb000a9
PA
131052015-07-29 Pedro Alves <palves@redhat.com>
13106
13107 * gdb.base/ending-run.exp: Use gdb_test_stdio.
13108
d7b8ac82
PA
131092015-07-29 Pedro Alves <palves@redhat.com>
13110
13111 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
13112 parameter into two new parameters, "inf_result" and "gdb_result".
13113 Expect inferior output and gdb output from $inferior_spawn_id and
13114 $gdb_spawn_id, respectively. Adjust all callers.
13115
789c3a0c
PA
131162015-07-29 Pedro Alves <palves@redhat.com>
13117
13118 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
13119 of gdb_test_sequence.
13120
77e760c3
PA
131212015-07-29 Pedro Alves <palves@redhat.com>
13122
13123 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
13124 (saw_spurious_output): Expect inferior output from
13125 $inferior_spawn_id. Use gdb_test_stdio.
13126
8396d2cd
PA
131272015-07-29 Pedro Alves <palves@redhat.com>
13128
13129 * gdb.base/dprintf.exp: Use standard_testfile. Change
13130 prepare_for_testing call.
13131 (srcfile): Don't set.
13132 (restart): New procedure.
13133 (test_dprintf): New procecure, use to continue over dprintfs.
13134 (test_call, test_agent): New procedures, tests moved here.
13135 Restart gdb and recreate dprintfs. Adjust expected output.
13136
2051d61f
PA
131372015-07-29 Pedro Alves <palves@redhat.com>
13138
13139 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
13140
452397af
PA
131412015-07-29 Pedro Alves <palves@redhat.com>
13142
13143 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
13144
8aed9555
PA
131452015-07-29 Pedro Alves <palves@redhat.com>
13146
13147 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
13148 gdb_test_stdio.
13149
188a61b4
PA
131502015-07-29 Pedro Alves <palves@redhat.com>
13151
13152 * lib/gdb.exp (gdb_test_stdio): New procedure.
13153
12264a45
PA
131542015-07-29 Pedro Alves <palves@redhat.com>
13155
13156 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
13157
23ffc893
PA
131582015-07-29 Pedro Alves <palves@redhat.com>
13159
13160 * gdb.base/call-signal-resume.exp: Remove check for
13161 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
13162 * gdb.base/unwindonsignal.exp: Likewise.
13163 * gdb.base/call-signals.c (gen_signal): Remove printf call.
13164 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
13165
65566918
PA
131662015-07-29 Pedro Alves <palves@redhat.com>
13167
13168 * gdb.base/siginfo-addr.c (pass): New function.
13169 (handler): Call it iff si_addr is correct.
13170 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
13171 Set a breakpoint at "pass" and continue to it.
13172
d60a9221
SDJ
131732015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
13174
13175 * gdb.python/py-objfile.exp: Make some tests have unique names.
13176 * gdb.python/py-pp-registration.exp: Likewise.
13177
bde40b8f
PA
131782015-07-28 Pedro Alves <palves@redhat.com>
13179
13180 * gdb.server/server-exec-info.exp: Issue a "disconnect".
13181
13e1dec8
SM
131822015-07-27 Simon Marchi <simon.marchi@ericsson.com>
13183
13184 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
13185
da33c9a7
SM
131862015-07-27 Simon Marchi <simon.marchi@ericsson.com>
13187
13188 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
13189
077836f7
PP
131902015-07-27 Patrick Palka <patrick@parcs.ath.cx>
13191
13192 * gdb.base/gdb-sigterm-2.exp: New test.
13193
b8cc7b2e
DE
131942015-07-25 Doug Evans <xdje42@gmail.com>
13195
13196 Revert:
13197 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
13198 (workers/%.worker, build-perf): New rule.
13199 (GDB_PERFTEST_MODE): New variable.
13200 (check-perf): Use it.
13201 (clean): Clean up gdb.perf parallel build subdirs.
13202 * lib/build-piece.exp: New file.
13203 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
13204 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
13205 name.
13206 (standard_temp_file): Ditto.
13207 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
13208 of $GDB_PARALLEL.
13209
c8bd4544
DE
132102015-07-24 Doug Evans <dje@google.com>
13211
13212 * gdb.perf/lib/perftest/utils.py: New file.
13213 * gdb.perf/gm-hello.cc: New file.
13214 * gdb.perf/gm-pervasive-typedef.cc: New file.
13215 * gdb.perf/gm-pervasive-typedef.h: New file.
13216 * gdb.perf/gm-std.cc: New file.
13217 * gdb.perf/gm-std.h: New file.
13218 * gdb.perf/gm-use-cerr.cc: New file.
13219 * gdb.perf/gm-utils.h: New file.
13220 * gdb.perf/gmonster-null-lookup.py: New file.
13221 * gdb.perf/gmonster-pervasive-typedef.py: New file.
13222 * gdb.perf/gmonster-print-cerr.py: New file.
13223 * gdb.perf/gmonster-ptype-string.py: New file.
13224 * gdb.perf/gmonster-runto-main.py: New file.
13225 * gdb.perf/gmonster-select-file.py: New file.
13226 * gdb.perf/gmonster1-null-lookup.exp: New file.
13227 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
13228 * gdb.perf/gmonster1-print-cerr.exp: New file.
13229 * gdb.perf/gmonster1-ptype-string.exp: New file.
13230 * gdb.perf/gmonster1-runto-main.exp: New file.
13231 * gdb.perf/gmonster1-select-file.exp: New file.
13232 * gdb.perf/gmonster1.cc: New file.
13233 * gdb.perf/gmonster1.exp: New file.
13234 * gdb.perf/gmonster2-null-lookup.exp: New file.
13235 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
13236 * gdb.perf/gmonster2-print-cerr.exp: New file.
13237 * gdb.perf/gmonster2-ptype-string.exp: New file.
13238 * gdb.perf/gmonster2-runto-main.exp: New file.
13239 * gdb.perf/gmonster2-select-file.exp: New file.
13240 * gdb.perf/gmonster2.cc: New file.
13241 * gdb.perf/gmonster2.exp: New file.
13242
6eab34f3
DE
132432015-07-24 Doug Evans <dje@google.com>
13244
13245 * gdb.perf/README: New file.
13246 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
13247 * lib/gen-perf-test.exp: New file.
13248
63738bfd
DE
132492015-07-24 Doug Evans <dje@google.com>
13250
13251 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
13252 (PerfTest::startup): New function.
13253 (PerfTest::run): Return result of calling body.
13254 (PerfTest::assemble): Rewrite.
13255 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
13256 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
13257 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
13258 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
13259 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
13260
7b606f95
DE
132612015-07-24 Doug Evans <dje@google.com>
13262
13263 * lib/gdb.exp (clean_restart): Make executable optional.
13264
a97b16b8
DE
132652015-07-24 Doug Evans <dje@google.com>
13266
13267 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
13268 compiler_info references.
13269 * gdb.cp/temargs.exp: Ditto.
13270 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
13271 (get_compiler_info): Early exit if already computed. Set compiler_info
13272 to "unknown" if there was a problem.
13273 (test_compiler_info): Add function comment. Call get_compiler_info.
13274
35baa57f
DE
132752015-07-24 Doug Evans <dje@google.com>
13276
13277 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
13278 (workers/%.worker, build-perf): New rule.
13279 (GDB_PERFTEST_MODE): New variable.
13280 (check-perf): Use it.
13281 (clean): Clean up gdb.perf parallel build subdirs.
13282 * lib/build-piece.exp: New file.
13283 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
13284 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
13285 name.
13286 (standard_temp_file): Ditto.
13287 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
13288 of $GDB_PARALLEL.
13289
6ebea266
DE
132902015-07-24 Doug Evans <dje@google.com>
13291
13292 * lib/future.exp (gdb_default_target_compile): New option
13293 "early_flags".
13294 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
13295 --as-needed.
13296
1e76a7e9
SDJ
132972015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
13298
13299 * gdb.base/catch-syscall.exp: Call gdb_exit before
13300 gdb_skip_xml_test.
13301
5068630a
PA
133022015-07-24 Pedro Alves <palves@redhat.com>
13303
13304 * gdb.python/py-events.exp: Accept output between the stop event
13305 and the prompt.
13306 * gdb.python/py-evsignal.exp: Likewise.
13307 * gdb.python/py-evthreads.exp: Likewise.
13308
77598427
PA
133092015-07-24 Pedro Alves <palves@redhat.com>
13310
13311 PR gdb/18717
13312 * gdb.threads/non-ldr-exit.c: New file.
13313 * gdb.threads/non-ldr-exit.exp: New file.
13314
11e6c98f
YQ
133152015-07-24 Yao Qi <yao.qi@linaro.org>
13316
13317 * gdb.server/ext-wrapper.exp: Test --wrapper option when
13318 restarting process.
13319
51aee833
YQ
133202015-07-24 Yao Qi <yao.qi@linaro.org>
13321
13322 * gdb.server/ext-restart.exp: New file.
13323
8cfe207c
YQ
133242015-07-24 Yao Qi <yao.qi@linaro.org>
13325
13326 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
13327 argument options.
13328 * gdb.server/ext-wrapper.exp: New file.
13329
cc12ce38
DE
133302015-07-23 Doug Evans <dje@google.com>
13331
13332 * gdb.dwarf2/dw2-dummy-cu.S: New file.
13333 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
13334
d0d84780
PMR
133352015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
13336
13337 * gdb.ada/var_arr_typedef.exp: New testcase.
13338 * gdb.ada/var_arr_typedef/pack.adb: New file.
13339 * gdb.ada/var_arr_typedef/pack.ads: New file.
13340 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
13341
8b558f79
JB
133422015-07-20 Joel Brobecker <brobecker@adacore.com>
13343
13344 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
13345
775a3298
JK
133462015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13347
13348 * gdb.arch/i386-biarch-core.exp: Replace istarget
13349 by "complete set gnutarget". Remove expectation for the "core-file"
13350 command.
13351
db1ff28b
JK
133522015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13353
13354 Revert the previous commit:
13355 Tests for validate symbol file using build-id.
13356
0a94970d
JK
133572015-07-15 Aleksandar Ristovski <aristovski@qnx.com
13358
13359 Tests for validate symbol file using build-id.
13360 * gdb.base/solib-mismatch-lib.c: New file.
13361 * gdb.base/solib-mismatch-libmod.c: New file.
13362 * gdb.base/solib-mismatch.c: New file.
13363 * gdb.base/solib-mismatch.exp: New file.
13364
03346981
SL
133652015-07-15 Sandra Loosemore <sandra@codesourcery.com>
13366
13367 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
13368 nios2-*-linux*.
13369 * gdb.base/sigbpt.exp (stepi_out): Likewise.
13370 * gdb.base/siginfo.exp: Likewise.
13371 * gdb.base/sigstep.exp (advance, advancei): Likewise.
13372
42422cc7
PL
133732015-07-15 Pierre Langlois <pierre.langlois@arm.com>
13374
13375 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
13376 Move it to ...
13377 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
13378 ... here.
13379 * gdb.trace/range-stepping.exp: Check that the target supports
13380 range stepping.
13381
cfa68bae
JK
133822015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13383
13384 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
13385
8ffdba26
PA
133862015-07-14 Pedro Alves <palves@redhat.com>
13387
13388 * gdb.base/killed-outside.exp: New file.
13389 * gdb.base/killed-outside.c: New file.
13390
218a5a11
JK
133912015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
13392
13393 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
13394 (n at main): New.
13395 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
13396
e03ed3c6
AA
133972015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
13398
13399 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
13400 infcall tests instead of setting up for KFAIL.
13401
485668e5
MM
134022015-07-10 Markus Metzger <markus.t.metzger@intel.com>
13403
13404 * gdb.btrace/record_goto-step.exp: New.
13405
08464196
JK
134062015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13407
13408 PR compile/18484
13409 * gdb.compile/compile.c (struct struct_type): Add volatile to
13410 selffield's type.
13411 * gdb.compile/compile.exp
13412 (compile code struct_object.selffield = &struct_object): Skip further
13413 struct_object tests if this one xfails.
13414
bcf5c1d9
RC
134152015-07-08 Robert O'Callahan <robert@ocallahan.org>
13416
13417 PR exp/18617
13418 * gdb.trace/ax.exp: Add test.
13419
4931af25
YQ
134202015-07-07 Yao Qi <yao.qi@linaro.org>
13421
13422 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
13423 instead of istarget "aarch64*-*-*".
13424 * gdb.arch/aarch64-fp.exp: Likewise.
13425 * gdb.base/float.exp: Likewise.
13426 * gdb.reverse/aarch64.exp: Likewise.
13427 * lib/gdb.exp (is_aarch64_target): New proc.
13428
9fcf688e
YQ
134292015-07-07 Yao Qi <yao.qi@linaro.org>
13430
13431 * lib/gdb.exp (is_aarch32_target): New proc.
13432 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
13433 instead of "istarget "arm*-*-*"".
13434 * gdb.arch/arm-disp-step.exp: Likewise.
13435 * gdb.arch/thumb-bx-pc.exp: Likewise.
13436 * gdb.arch/thumb-prologue.exp: Likewise.
13437 * gdb.arch/thumb-singlestep.exp: Likewise.
13438 * gdb.base/disp-step-syscall.exp: Likewise.
13439 * gdb.base/float.exp: Likewise.
13440
fbd8d50d
YQ
134412015-07-07 Yao Qi <yao.qi@linaro.org>
13442
13443 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
13444 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
13445
71be1fdc
YQ
134462015-07-07 Yao Qi <yao.qi@linaro.org>
13447
13448 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
13449 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
13450 if it exists.
13451 * gdb.multi/multi-arch.exp: Likewise.
13452
3e221d36
SM
134532015-07-07 Simon Marchi <simon.marchi@ericsson.com>
13454
13455 * gdb.python/py-lazy-string.exp: Add missing parentheses to
13456 print.
13457
d441430b
YQ
134582015-07-07 Yao Qi <yao.qi@linaro.org>
13459
13460 * gdb.arch/thumb-singlestep.exp: Do one more single step.
13461
06f810bd
MG
134622015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
13463
13464 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
13465 '[' and ']' characters.
13466
5e61e7c0
IB
134672015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
13468
13469 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
13470
28bf096c
PA
134712015-06-29 Pedro Alves <palves@redhat.com>
13472
13473 PR threads/18127
13474 * gdb.threads/hand-call-new-thread.c: New file.
13475 * gdb.threads/hand-call-new-thread.c: New file.
13476
ee93cd5e
KS
134772015-06-26 Keith Seitz <keiths@redhat.com>
13478 Doug Evans <dje@google.com>
13479
13480 PR 16253
13481 * gdb.cp/var-tag-2.cc: New file.
13482 * gdb.cp/var-tag-3.cc: New file.
13483 * gdb.cp/var-tag-4.cc: New file.
13484 * gdb.cp/var-tag.cc: New file.
13485 * gdb.cp/var-tag.exp: New file.
13486
fc637f04
PP
134872015-06-26 Patrick Palka <patrick@parcs.ath.cx>
13488
13489 * gdb.base/history-duplicates.exp: New test.
13490
2e52ae68
PP
134912015-06-26 Patrick Palka <patrick@parcs.ath.cx>
13492
13493 * gdb.base/completion.exp: Test the completion of the "focus"
13494 command.
13495
6e22494e
JK
134962015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13497
13498 * gdb.arch/amd64-prologue-skip.S: New file.
13499 * gdb.arch/amd64-prologue-skip.exp: New file.
13500
bf7b9cd9
SM
135012015-06-25 Simon Marchi <simon.marchi@ericsson.com>
13502
13503 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
13504 is_address_zero_readable check.
13505
201e8dfd
PB
135062015-06-24 Peter Bergner <bergner@vnet.ibm.com>
13507
13508 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
13509 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
13510
5cd867b4
YQ
135112015-06-24 Yao Qi <yao.qi@linaro.org>
13512
13513 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
13514 linux targets.
13515
4d7be007
YQ
135162015-06-24 Yao Qi <yao.qi@linaro.org>
13517
13518 * lib/gdb.exp (supports_get_siginfo_type): New proc.
13519 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
13520 * gdb.base/siginfo-thread.exp: Likewise.
13521
07fcd301
YQ
135222015-06-22 Yao Qi <yao.qi@linaro.org>
13523
13524 * boards/remote-gdbserver-on-localhost.exp: Add comments.
13525
52042a00
YQ
135262015-06-22 Yao Qi <yao.qi@linaro.org>
13527
13528 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
13529 aarch64*-*-*.
13530 (skip_hw_watchpoint_tests): Likewise.
13531
74bd41ce
PP
135322015-06-18 Patrick Palka <patrick@parcs.ath.cx>
13533
13534 * gdb.base/gdbinit-history.exp: Test the interaction between
13535 setting GDBHISTSIZE and setting the history size via .gdbinit.
13536
bc460514
PP
135372015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13538
13539 PR gdb/16999
13540 * gdb.base/gdbhistsize-history.exp: New test.
13541
b58c513b
PP
135422015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13543
13544 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
13545 with GDBHISTSIZE.
13546 * gdb.base/readline.exp: Likewise.
13547
92046791
YQ
135482015-06-17 Yao Qi <yao.qi@linaro.org>
13549
13550 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
13551 line.
13552
2093d2d3
PP
135532015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13554
13555 * gdb.base/gdbinit-history.exp: Add test case to check that
13556 an unlimited history file does not get truncated on exit.
13557
e6c693af
AA
135582015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13559
13560 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
13561 (VECTOR): New macro. Use it...
13562 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
13563 ...for these typedefs.
13564 (int8, char1, int1, double1): New typedefs.
13565 (struct just_int2, struct two_int2): New structures.
13566 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
13567 (add_structvecs, add_singlevecs): New functions.
13568 (main): Call add_some_intvecs twice.
13569 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
13570 the compile and exit upon failure. Try compiling for the "native"
13571 architecture. Test inferior function calls with vector arguments
13572 and vector return value handling with "finish" and "return".
13573
c74f7d1c
JT
135742015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
13575
13576 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
13577 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
13578 PE file.
13579 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
13580
98aa42ee
AT
135812015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
13582
13583 PR breakpoints/16465
13584 * gdb.mi/mi-dprintf-pending.c: New file.
13585 * gdb.mi/mi-dprintf-pending.exp: New test.
13586 * gdb.mi/mi-dprintf-pendshr.c: New file.
13587
7d73c23c 135882015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 13589 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
13590
13591 * gdb.arch/i386-mpx-map.c: New file.
13592 * gdb.arch/i386-mpx-map.exp: New File.
13593
135942015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13595
13596 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
13597 * gdb.arch/i386-mpx.exp: Indentation fixed.
13598
135992015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13600
13601 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
13602 function and improved indentation.
13603 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
13604 gdb_test_multiple. Added additional tests to skip the test.
13605
136062015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13607
13608 * gdb.arch/i386-avx512.c: Change path in include file.
13609 * gdb.arch/i386-avx512.exp: Change include dir path
13610 compilation flag.
13611 * gdb.arch/i386-mpx.c: Change path in include file.
13612 * gdb.arch/i386-mpx.exp: Change include dir path compilation
13613 flag.
13614
d5eba19a
JK
136152015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
13616
13617 * gdb.compile/compile-print.exp (compile print *vararray@3)
13618 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
13619
7f361056
JK
136202015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13621
13622 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
13623 (do not keep jit in memory): ... this.
13624 (expect 5): Change it to ...
13625 (expect no 5): ... this.
13626
3b462ec2
SM
136272015-06-02 Simon Marchi <simon.marchi@ericsson.com>
13628
13629 PR gdb/15564
13630 * gdb.mi/mi-detach.exp: New file.
13631
e0619de6
JK
136322015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13633
13634 PR symtab/18392
13635 * gdb.arch/amd64-tailcall-self.S: New file.
13636 * gdb.arch/amd64-tailcall-self.c: New file.
13637 * gdb.arch/amd64-tailcall-self.exp: New file.
13638
e970cb34
DB
136392015-05-28 Don Breazeal <donb@codesourcery.com>
13640
13641 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
13642 tests for remote targets by checking is_target_gdbserver.
13643
b2e2f908
DE
136442015-05-27 Doug Evans <dje@google.com>
13645
13646 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
13647 * gdb.dwarf2/opaque-type-lookup.c: New file.
13648 * gdb.dwarf2/opaque-type-lookup.exp: New file.
13649
82c7be31
DE
136502015-05-26 Doug Evans <dje@google.com>
13651
13652 * gdb.cp/iostream.cc: New file.
13653 * gdb.cp/iostream.exp: New file.
13654
b4f54984
DE
136552015-05-26 Doug Evans <dje@google.com>
13656
13657 * gdb.dwarf2/dw2-op-call.exp: Update.
13658 * gdb.dwarf2/dw4-sig-types.exp: Update.
13659 * gdb.dwarf2/implptr.exp: Update.
13660 * gdb.mi/mi-cmd-param-changed.exp: Update.
13661
4ea6efe9
DE
136622015-05-26 Doug Evans <dje@google.com>
13663
13664 * gdb.python/py-lazy-string.c: New file.
13665 * gdb.python/py-lazy-string.exp: New file.
13666 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
13667 (main): Update. Add estring3.
13668 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
13669 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
13670
f6bb7db3
YQ
136712015-05-26 Omair Javaid <omair.javaid@linaro.org>
13672 Yao Qi <yao.qi@linaro.org>
13673
13674 * gdb.reverse/aarch64.c: New.
13675 * gdb.reverse/aarch64.exp: New.
13676
a81bfbd0
OJ
136772015-05-26 Omair Javaid <omair.javaid@linaro.org>
13678
25d49b86
PA
13679 * lib/gdb.exp (supports_process_record): Return true for
13680 aarch64*-linux*.
a81bfbd0
OJ
13681 (supports_reverse): Likewise.
13682
158bf1b4
PP
136832015-05-22 Patrick Palka <patrick@parcs.ath.cx>
13684
13685 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13686 Use with_test_prefix.
13687
a0145030
AB
136882015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
13689
13690 * gdb.base/completion.exp: Add test for completion of layout
13691 names.
13692
ebe3b578
AB
136932015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
13694
13695 * lib/gdb.exp (skip_tui_tests): New proc.
13696 * gdb.base/tui-layout.exp: Check skip_tui_tests.
13697
84204ed7
PA
136982015-05-19 Pedro Alves <palves@redhat.com>
13699
13700 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13701 Save the whole env array instead of just HOME. Unset HISTSIZE in
13702 the environment while testing. Restore whole environment
13703 afterwards.
13704
37442ce1
DE
137052015-05-16 Doug Evans <xdje42@gmail.com>
13706
13707 * gdb.guile/scm-ports.c: New file.
13708 * gdb.guile/scm-ports.exp: Add memory port tests.
13709
36de76f9
JK
137102015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13711
13712 * gdb.compile/compile-print.c: New file.
13713 * gdb.compile/compile-print.exp: New file.
13714
3a9558c4
JK
137152015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13716
13717 * gdb.compile/compile-ops.exp: Cast param to void.
13718 * gdb.compile/compile.exp: Complete type for _gdb_expr.
13719 (compile code struct_object.selffield = &struct_object): Add xfail.
13720
aa715135
JG
137212015-05-15 Joel Brobecker <brobecker@adacore.com>
13722
13723 * gdb.ada/arr_enum_with_gap: New testcase.
13724
931e5bc3
JG
137252015-05-15 Joel Brobecker <brobecker@adacore.com>
13726
13727 * gdb.ada/byte_packed_arr: New testcase.
13728
9cd4d857
JB
137292015-05-15 Joel Brobecker <brobecker@adacore.com>
13730
13731 * gdb.ada/pckd_neg: New testcase.
13732
ebfd00d2
PP
137332015-05-13 Patrick Palka <patrick@parcs.ath.cx>
13734
13735 PR gdb/17820
13736 * gdb.base/gdbinit-history.exp: New test.
13737 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
13738 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
13739
4c082a81
SC
137402015-05-09 Siva Chandra Reddy <sivachandra@google.com>
13741
13742 * gdb.python/py-xmethods.cc: Enhance test case.
13743 * gdb.python/py-xmethods.exp: New tests.
13744 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
13745 function.
13746 (B_indexoper): Likewise.
13747 (global_dm_list) : Add new xmethod worker functions.
13748
f7797074
SDJ
137492015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
13750
13751 * gdb.base/coredump-filter.exp: Correctly unset
13752 "coredump_var_addr" array.
13753
a4674e4e
PA
137542015-05-08 Pedro Alves <palves@redhat.com>
13755
13756 * gdb.server/non-existing-program.exp: Unset spawn_id.
13757
df2eb078
SC
137582015-05-08 Siva Chandra Reddy <sivachandra@google.com>
13759
13760 PR python/18291
13761 * gdb.python/py-xmethods.exp: Add tests.
13762
422349a3
YQ
137632015-05-08 Yao Qi <yao.qi@linaro.org>
13764
13765 PR gdb/18208
13766 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
13767 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
13768 function set_coredump_filter, and remove remote_exec call.
13769 Remove argument ipid. Callers update.
13770 (top level): Don't get inferior's PID.
13771
63fc80ce
AA
137722015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
13773
13774 * gdb.base/watch_thread_num.exp: Skip test on targets without
13775 access watchpoints.
13776
80ad801e
PA
137772015-05-06 Pedro Alves <palves@redhat.com>
13778
13779 PR server/18081
13780 * gdb.server/non-existing-program.exp: New file.
13781
0fa7fe50
JB
137822015-05-05 Joel Brobecker <brobecker@adacore.com>
13783
13784 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
13785
3ea89b92
PMR
137862015-05-05 Joel Brobecker <brobecker@adacore.com>
13787
13788 * gdb.ada/out_of_line_in_inlined: New testcase.
13789
87b8eff0
JB
137902015-05-05 Joel Brobecker <brobecker@adacore.com>
13791
13792 * gdb.ada/var_rec_arr: New testcase.
13793
5fccc635
YQ
137942015-04-30 Yao Qi <yao.qi@linaro.org>
13795
13796 * gdb.base/break-idempotent.exp: If
13797 skip_hw_watchpoint_multi_tests returns true, skip the tests
13798 on "rwatch" and "awatch".
13799
42d38f42
YQ
138002015-04-30 Yao Qi <yao.qi@linaro.org>
13801
13802 * gdb.base/relativedebug.exp: Invoke gdb command
13803 "info sharedlibrary", and if libc.so doesn't have debug info,
13804 skip the test.
13805
2ce1cdbf
DE
138062015-04-29 Doug Evans <dje@google.com>
13807
13808 * gdb.python/py-xmethods.exp: Add ptype tests.
13809 * gdb.python/py-xmethods.py (E_method_char_worker): Add
13810 get_result_type method.
13811
f24a38c5
LM
138122015-04-29 Luis Machado <lgustavo@codesourcery.com>
13813
13814 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
13815 the target does not support hardware watchpoints.
13816
ecbf2b3c
LM
138172015-04-29 Luis Machado <lgustavo@codesourcery.com>
13818
13819 * gdb.base/break-always.exp: Abort testing if writing to memory
13820 causes an error.
13821
34f5f757
DE
138222015-04-28 Doug Evans <dje@google.com>
13823
13824 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
13825 * gdb.python/py-pp-registration.exp: ... here. New file.
13826 * gdb.python/py-pp-registration.c: New file.
13827 * gdb.python/py-pp-registration.py: New file.
13828
69b4374a
DE
138292015-04-28 Doug Evans <dje@google.com>
13830
13831 * gdb.python/py-bad-printers.c: New file.
13832 * gdb.python/py-bad-printers.py: New file.
13833 * gdb.python/py-bad-printers.exp: New file.
13834
59fb7612
SS
138352015-04-28 Sasha Smundak <asmundak@google.com>
13836
13837 * gdb.python/py-type.exp: New test.
13838
2631b16a
AW
138392015-04-28 Andy Wingo <wingo@igalia.com>
13840
13841 * gdb.python/py-parameter.exp:
13842 * gdb.guile/scm-parameter.exp: Escape the path that we are
13843 matching against, as it might contain characters that are special
13844 to regular expressions.
13845
460efde1
JB
138462015-04-27 Joel Brobecker <brobecker@adacore.com>
13847
13848 * gdb.ada/rec_comp: New testcase.
13849
2d369d8e
SDJ
138502015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
13851
13852 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
13853 before using it.
13854
cf75d6c3
AB
138552015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
13856
13857 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
13858 new tests for verilog output.
13859
8dbe7ca5
YQ
138602015-04-24 Yao Qi <yao.qi@linaro.org>
13861
13862 * boards/remote-gdbserver-on-localhost.exp: New file.
13863
4ef9fb2f
PA
138642015-04-23 Pedro Alves <palves@redhat.com>
13865
13866 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
13867 $inferior_spawn_id instead of $inferior_spawn_id directly. On
13868 "end of file", remove $inferior_spawn_id from the indirect list.
13869
0a803169
PA
138702015-04-23 Pedro Alves <palves@redhat.com>
13871
13872 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
13873
749ef8f8
PA
138742015-04-23 Pedro Alves <palves@redhat.com>
13875
13876 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
13877 on $any_spawn_id instead of only on $gdb_spawn_id.
13878
8aae4344
PM
138792015-04-21 Pierre Muller <muller@sourceware.org>
13880
13881 PR pascal/17815
13882 * lib/pascal.exp (gpc_compile): Add new option "class".
13883 (fpc_compile): Likewise.
13884 * gdb.pascal/case-insensitive-symbols.pas: New file.
13885 * gdb.pascal/case-insensitive-symbols.exp: New file.
13886
1586c8fb
GB
138872015-04-20 Gary Benson <gbenson@redhat.com>
13888
13889 * gdb.base/attach.exp: Fix three extended remote failures.
13890
1b6e6f5c
GB
138912015-04-17 Gary Benson <gbenson@redhat.com>
13892
13893 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
13894 the main executable over the remote protocol.
13895
e797481d
PA
138962015-04-16 Pedro Alves <palves@redhat.com>
13897
13898 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
13899 a new gdbserver if gdbserver_reconnect_p is set.
13900
1ca99c42
PA
139012015-04-16 Pedro Alves <palves@redhat.com>
13902
13903 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
13904 is set, don't exit gdbserver.
13905
af9fd6f8
AA
139062015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13907
13908 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
13909 appropriate .insn, such that an older assembler can be used.
13910 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
13911 the z/Architecture instruction set on 31-bit targets as well.
13912
04ff1e61
AA
139132015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13914
13915 * gdb.go/handcall.exp: Remove all logic related to the first
13916 breakpoint and rely on go_runto_main instead.
13917 * gdb.go/strings.exp: Likewise.
13918 * gdb.go/unsafe.exp: Likewise.
13919 * gdb.go/hello.exp: Likewise. Also rename the remaining
13920 breakpoint marker to "breakpoint 1".
13921 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
13922 * gdb.go/strings.go: Likewise.
13923 * gdb.go/unsafe.go: Likewise.
13924 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
13925 "set breakpoint 2 here" and rename the remaining breakpoint marker
13926 to "breakpoint 1".
13927
40d2f8d6
SM
139282015-04-15 Simon Marchi <simon.marchi@ericsson.com>
13929
13930 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
13931 if itertools.imap is not present.
13932 * gdb.python/py-objfile.exp: Add parentheses.
13933 * gdb.python/py-type.exp: Same.
13934 * gdb.python/py-unwind-maint.py: Same.
13935
8cbc97c6
YQ
139362015-04-15 Yao Qi <yao.qi@linaro.org>
13937
13938 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
13939 of ":$ptr_size" and set its form explicitly.
13940
45fd756c
YQ
139412015-04-15 Pedro Alves <palves@redhat.com>
13942 Yao Qi <yao.qi@linaro.org>
13943
13944 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
13945 timeout by factor of 4.
13946 (test_regular_watch): Likewise.
13947 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
13948 * gdb.reverse/sigall-reverse.exp: Likewise.
13949 * gdb.reverse/until-precsave.exp: Likewise.
13950 * lib/gdb.exp (with_timeout_factor): New proc.
13951 (gdb_expect): Move some code to ...
13952 (get_largest_timeout): ... here. New procedure.
13953
9e811bc3
LM
139542015-04-14 Luis Machado <lgustavo@codesourcery.com>
13955
13956 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
13957
0ff6fcb2
LM
139582015-04-13 Luis Machado <lgustavo@codesourcery.com>
13959
13960 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
13961 to write to the .text section.
13962
7578d5f7
LM
139632015-04-13 Luis Machado <lgustavo@codesourcery.com>
13964
13965 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
13966 Handle the case of targets that do not provide PID information.
13967
2efe15c4
YQ
139682015-04-13 Yao Qi <yao.qi@linaro.org>
13969
13970 * lib/gdbserver-support.exp (gdb_exit): Catch exception
13971 and use expect instead of gdb_expect.
13972
8cd8f2f8
SDJ
139732015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
13974
13975 * gdb.base/coredump-filter.exp: Rename variable "addr" to
13976 "coredump_var_addr" to avoid naming conflict with other testcases.
13977
9ee41772
PA
139782015-04-10 Pedro Alves <palves@redhat.com>
13979
13980 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
13981 gdb_test_sequence and gdb_assert.
13982
07473109
PA
139832015-04-10 Pedro Alves <palves@redhat.com>
13984
13985 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
13986 test messages that don't include the breakpoint address.
13987
de3db44c
YQ
139882015-04-10 Yao Qi <yao.qi@linaro.org>
13989
13990 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
13991 false for some offset and width combinations which aren't
13992 supported by linux kernel.
13993
c79d856c
PA
139942015-04-10 Pedro Alves <palves@redhat.com>
13995
13996 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
13997 procedure, factored out from ...
13998 (top level): ... here. Add "set displaced-stepping" testing axis.
13999 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
14000 parameter "displaced". Use it.
14001 (top level): Use foreach and add "set displaced-stepping" testing
14002 axis.
14003
ebc90b50
PA
140042015-04-10 Pedro Alves <palves@redhat.com>
14005
14006 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
14007 Remove comment.
14008 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
14009 both the address of the instruction that triggers the watchpoint
14010 and the address of the instruction immediately after, and use
14011 those addresses for the test. Fix comment.
14012
8f572e5c
PA
140132015-04-10 Pedro Alves <palves@redhat.com>
14014
14015 * gdb.base/sigstep.exp (breakpoint_to_handler)
14016 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
14017 Test "backtrace" in handler.
14018 (breakpoint_over_handler): New parameter 'displaced'. Use it.
14019 (top level): Add new "displaced" test axis to
14020 breakpoint_to_handler, breakpoint_to_handler_entry and
14021 breakpoint_over_handler.
14022
8d707a12
PA
140232015-04-10 Pedro Alves <palves@redhat.com>
14024
14025 PR gdb/18216
14026 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
14027
ef713951
YQ
140282015-04-10 Yao Qi <yao.qi@linaro.org>
14029
14030 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
14031 (test_add_rn_pc): New function.
14032 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
14033 (top level): Invoke test_add_rn_pc.
14034
906d60cf
PA
140352015-04-10 Pedro Alves <palves@redhat.com>
14036
14037 PR gdb/13858
14038 * gdb.base/step-over-no-symbols.exp: New file.
14039
f2983cc3
AW
140402015-04-09 Andy Wingo <wingo@igalia.com>
14041
14042 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
14043 after the Python tests.
14044
6d62641c
SDJ
140452015-04-08 Keith Seitz <keiths@redhat.com>
14046
14047 PR python/16699
14048 * gdb.python/py-completion.exp: New tests for completion.
14049 * gdb.python/py-completion.py (CompleteLimit1): New class.
14050 (CompleteLimit2): Likewise.
14051 (CompleteLimit3): Likewise.
14052 (CompleteLimit4): Likewise.
14053 (CompleteLimit5): Likewise.
14054 (CompleteLimit6): Likewise.
14055 (CompleteLimit7): Likewise.
14056
f3770638
PA
140572015-04-08 Pedro Alves <palves@redhat.com>
14058
14059 PR gdb/18214
14060 PR gdb/18216
14061 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
14062 function.
14063 (main): Install it as SIGUSR1 handler.
14064 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
14065 parameter. Always use "setup" as prefix. Toggle "set
14066 displaced-stepping" off/on depending on global. Don't switch to
14067 thread 1 here.
14068 (top level): Add displaced stepping "off/on" test axis. Update
14069 "setup" calls. Wrap each subtest with with_test_prefix. Test
14070 continuing with a queued signal in each thread.
14071
4496bed7
PA
140722015-04-08 Pedro Alves <palves@redhat.com>
14073
14074 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
14075 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
14076 gdb_breakpoint instead of gdb_test that doesn't expect anything.
14077 Return early if running to main fails.
14078 * gdb.trace/while-stepping.exp: Likewise.
14079
b97fde92
PA
140802015-04-07 Pedro Alves <palves@redhat.com>
14081
14082 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
14083 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
14084 interact with inferior program.
14085
f71c18e7
PA
140862015-04-07 Pedro Alves <palves@redhat.com>
14087
14088 * lib/gdb.exp (inferior_spawn_id): New global.
14089 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
14090 spawn id after processing the user code.
14091 (default_gdb_start): Set inferior_spawn_id.
14092 (send_inferior): New procedure.
14093 * lib/gdbserver-support.exp (gdbserver_start): Set
14094 inferior_spawn_id.
14095 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
14096
6423214f
PA
140972015-04-07 Pedro Alves <palves@redhat.com>
14098
14099 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
14100 * lib/gdbserver-support.exp (gdbserver_start): Make
14101 $server_spawn_id global.
14102 (gdbserver_start): Don't wait for gdbserver's spawn id with
14103 expect_background.
14104 (close_gdbserver): New procedure.
14105 (gdb_exit): Rename the default version and reimplement.
14106
71c0ee8c
PA
141072015-04-07 Pedro Alves <palves@redhat.com>
14108
72f4393d 14109 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
14110 append the substituted item, not the original item.
14111
203bc29b
PA
141122015-04-07 Pedro Alves <palves@redhat.com>
14113
14114 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
14115 gdb_expect.
14116
508a3ddf
PA
141172015-04-07 Pedro Alves <palves@redhat.com>
14118
14119 * gdb.base/interrupt.exp: Don't handle the case of the inferior
14120 output appearing once only.
14121
9f6dbe2b
PA
141222015-04-07 Pedro Alves <palves@redhat.com>
14123
14124 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
14125 that doesn't expect anything. Return early if running to main
14126 fails.
14127
337532fa
YQ
141282015-04-07 Yao Qi <yao.qi@linaro.org>
14129
14130 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
14131 (child_function): Call alarm.
14132 (main): Move call to alarm into the loop.
14133 * gdb.threads/non-stop-fair-events.exp: Build program with
14134 -DTIMEOUT=$timeout.
14135
01b622d4
DE
141362015-04-06 Doug Evans <xdje42@gmail.com>
14137
14138 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
14139 Fix dest parameter to board_info.
14140 (fpc_compile): Ditto.
14141 (gdb_compile_pascal): Rename dest arg to destfile.
14142
961f4160
PMR
141432015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
14144
14145 * gdb.ada/funcall_ref.exp: New file.
14146 * gdb.ada/funcall_ref/foo.adb: New file.
14147
cafda597
YQ
141482015-04-02 Yao Qi <yao.qi@linaro.org>
14149
14150 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
14151 is remote.
14152
fed040c6
GB
141532015-04-02 Gary Benson <gbenson@redhat.com>
14154
14155 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
14156
d11916aa
SS
141572015-04-01 Sasha Smundak <asmundak@google.com>
14158
14159 * gdb.python/py-unwind-maint.c: New file.
14160 * gdb.python/py-unwind-maint.exp: New test.
14161 * gdb.python/py-unwind-maint.py: New file.
14162 * gdb.python/py-unwind.c: New file.
14163 * gdb.python/py-unwind.exp: New test.
14164 * gdb.python/py-unwind.py: New test.
14165
a1471180
PA
141662015-04-01 Pedro Alves <palves@redhat.com>
14167
14168 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
14169 to fail instead of non-existent $test.
14170
0bbeccb1
PA
141712015-04-01 Pedro Alves <palves@redhat.com>
14172
14173 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
14174 GDBFLAGS if not empty.
14175
3c724c8c
PMR
141762015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
14177
14178 * gdb.ada/complete.exp: Remove "multi_line".
14179 * gdb.ada/info_exc.exp: Remove "multi_line".
14180 * gdb.ada/packed_tagged.exp: Remove "multi_line".
14181 * gdb.ada/ptype_field.exp: Remove "multi_line".
14182 * gdb.ada/sym_print_name.exp: Remove "multi_line".
14183 * gdb.ada/tagged.exp: Remove "multi_line".
14184 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
14185 [multi_line ...]
14186 * gdb.btrace/delta.exp: Likewise.
14187 * gdb.btrace/exception.exp: Likewise.
14188 * gdb.btrace/function_call_history.exp: Likewise.
14189 * gdb.btrace/instruction_history.exp: Likewise.
14190 * gdb.btrace/nohist.exp: Likewise.
14191 * gdb.btrace/record_goto.exp: Likewise.
14192 * gdb.btrace/segv.exp: Likewise.
14193 * gdb.btrace/stepi.exp: Likewise.
14194 * gdb.btrace/tailcall.exp: Likewise.
14195 * gdb.btrace/unknown_functions.exp: Likewise.
14196 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
14197 * lib/gdb.exp: Add the "multi_line" helper.
14198
4eec2deb
PA
141992015-04-01 Pedro Alves <palves@redhat.com>
14200
14201 * gdb.threads/tid-reuse.c: New file.
14202 * gdb.threads/tid-reuse.exp: New file.
14203
df8411da
SDJ
142042015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
14205
14206 PR corefiles/16092
14207 * gdb.base/coredump-filter.c: New file.
14208 * gdb.base/coredump-filter.exp: Likewise.
14209
6ef37366
PM
142102015-03-27 Petr Machata <pmachata@redhat.com>
14211
14212 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
14213 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
14214 (Dwarf::assemble): Initialize them.
14215 (Dwarf::lines): New function.
14216
7ec911b0
JT
142172015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
14218
14219 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
14220 SYMBOL_PREFIX for x86_64-*-cygwin.
14221
ff908ebf
AW
142222015-03-26 Andy Wingo <wingo@igalia.com>
14223
14224 PR symtab/18148
14225 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
14226 const_value but not a location.
14227 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
14228 location defined in non-main CUs are visible.
14229
6d5f0679
YQ
142302015-03-26 Yao Qi <yao.qi@linaro.org>
14231
14232 PR testsuite/18139
14233 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
14234 Add a line number entry for the same line.
14235 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
14236 Add a line number entry for the same line.
14237
2898689b
YQ
142382015-03-26 Yao Qi <yao.qi@linaro.org>
14239
14240 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
14241 .int 0.
14242 (func): Likewise. Add .Lfunc_1 label.
14243 Use .Lfunc_1 label.
14244 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
14245 .int 0.
14246 (func): Likewise.
14247 Use .Lfunc_1 label.
14248
85180498
YQ
142492015-03-26 Yao Qi <yao.qi@linaro.org>
14250
14251 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
14252 Call gdb_compile instead to compile each .s files without debug
14253 information.
14254
8aa08a8d
YQ
142552015-03-26 Yao Qi <yao.qi@linaro.org>
14256
14257 * gdb.base/savedregs.exp (process_saved_regs): Make
14258 "Saved registers:" optional in the pattern.
14259
66849923
MM
142602015-03-25 Markus Metzger <markus.t.metzger@intel.com>
14261
14262 * gdb.btrace/next.exp: Merged into step.exp.
14263 * gdb.btrace/finish.exp: Merged into step.exp.
14264 * gdb.btrace/nexti.exp: Merged into stepi.exp.
14265 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
14266 "record goto" and checking the exact replay position.
14267 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
14268 check for "Recording format" in "info record" output.
14269 * gdb.btrace/record_goto.exp: Choose test file based on target.
14270 * gdb.btrace/x86-record_goto.S: Renamed into ...
14271 * gdb.btrace/x86_64-record_goto.S: ... this.
14272 * gdb.btrace/i686-record_goto.S: New.
14273 * gdb.btrace/x86-tailcall.S: Renamed into ...
14274 * gdb.btrace/x86_64-tailcall.S: ... this.
14275 * gdb.btrace/i686-tailcall.S: New.
14276 * gdb.btrace/x86-tailcall.c: Renamed into ...
14277 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
14278 separate statements. Update test.
14279 * gdb.btrace/delta.exp: Use record_goto.c as test file.
14280 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
14281 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
14282 * gdb.btrace/tailcall.exp: Choose test file based on target.
14283 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
14284
11cc1b74
MM
142852015-03-25 Markus Metzger <markus.t.metzger@intel.com>
14286
14287 * gdb.btrace/exception.exp: Increase BTS buffer size.
14288
a25d8bf9
PA
142892015-03-24 Pedro Alves <palves@redhat.com>
14290
14291 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
14292
856e7dd6
PA
142932015-03-24 Pedro Alves <palves@redhat.com>
14294
14295 * gdb.threads/schedlock.exp (test_step): No longer expect that
14296 "set scheduler-locking step" with "next" over a function call runs
14297 threads unlocked.
14298
ad235a41
AT
142992015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
14300
14301 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
14302
15630549
AT
143032015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
14304
14305 PR breakpoints/16466
14306 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
14307 * gdb.mi/mi-pending.c (thread_func): New function.
14308 (int main): Add threading support required.
14309 * gdb.mi/mi-pending.exp: Add tests for this issue.
14310 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
14311 (pendfunc2): Remove stdio dependency.
14312 * gdb.mi/mi-pendshr2.c: New file.
14313
693dca06
KS
143142015-03-23 Keith Seitz <keiths@redhat.com>
14315
14316 * gdb.linespec/keywords.c: New file.
14317 * gdb.linespec/keywords.exp: New file.
14318
7e993ebf
KS
143192015-03-23 Keith Seitz <keiths@redhat.com>
14320
14321 PR gdb/18021
14322 * gdb.dwarf2/staticvirtual.exp: New test.
14323
bc23328c
JK
143242015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14325
14326 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
14327 * README: Remove HP-UX and gdb.hp.
14328 (configuration):
14329 * configure: Regenerate.
14330 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
14331 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
14332 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
14333 gdb.hp/gdb.defects/Makefile.
14334 * gdb.hp/Makefile.in: File deleted.
14335 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
14336 * gdb.hp/gdb.aCC/optimize.c: File deleted.
14337 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
14338 * gdb.hp/gdb.aCC/run.c: File deleted.
14339 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
14340 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
14341 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
14342 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
14343 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
14344 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
14345 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
14346 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
14347 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
14348 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
14349 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
14350 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
14351 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
14352 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
14353 * gdb.hp/gdb.base-hp/reg.s: File deleted.
14354 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
14355 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
14356 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
14357 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
14358 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
14359 * gdb.hp/gdb.compat/Makefile.in: File deleted.
14360 * gdb.hp/gdb.compat/average.c: File deleted.
14361 * gdb.hp/gdb.compat/sum.c: File deleted.
14362 * gdb.hp/gdb.compat/xdb.c: File deleted.
14363 * gdb.hp/gdb.compat/xdb0.c: File deleted.
14364 * gdb.hp/gdb.compat/xdb0.h: File deleted.
14365 * gdb.hp/gdb.compat/xdb1.c: File deleted.
14366 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
14367 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
14368 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
14369 * gdb.hp/gdb.defects/Makefile.in: File deleted.
14370 * gdb.hp/gdb.defects/bs14602.c: File deleted.
14371 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
14372 * gdb.hp/gdb.defects/solib-d.c: File deleted.
14373 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
14374 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
14375 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
14376 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
14377 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
14378 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
14379 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
14380 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
14381 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
14382 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
14383 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
14384 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
14385 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
14386 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
14387 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
14388 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
14389 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
14390 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
14391 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
14392 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
14393 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
14394 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
14395 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
14396 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
14397 * gdb.hp/tools/odump: File deleted.
14398
8bf3b159
PA
143992015-03-19 Pedro Alves <palves@redhat.com>
14400
14401 * gdb.threads/continue-pending-status.exp (saw_thread_2)
14402 (saw_thread_3): New globals.
14403 (top level): Increment them when an event for the corresponding
14404 thread is seen.
14405 (no thread starvation): New test.
14406
eb54c8bf
PA
144072015-03-19 Pedro Alves <palves@redhat.com>
14408
14409 * gdb.threads/continue-pending-status.c: New file.
14410 * gdb.threads/continue-pending-status.exp: New file.
14411
32d2e5d6
PA
144122015-03-18 Pedro Alves <palves@redhat.com>
14413
14414 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
14415 Use gdb_is_target_remote instead of is_remote. Use
14416 gdb_test_multiple instead of gdb_expect. Exit early if
14417 gdb_test_multiple hits its internal matches. Tighten stepi tests
14418 expected output. Fail on exit with any signal, instead of just
14419 SIGILL.
14420
f68f11b7
YQ
144212015-03-18 Yao Qi <yao.qi@linaro.org>
14422
14423 PR tdep/18107
14424 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
14425 variable.
14426 * gdb.base/catch-syscall.exp: Don't skip it on
14427 aarch64*-*-linux* target. Remove elements in all_syscalls.
14428 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
14429 target.
14430 (setup_all_syscalls): New proc.
14431
ca5fd19b
YQ
144322015-03-16 Yao Qi <yao.qi@linaro.org>
14433
14434 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
14435 (top level): Skip tests if valid_addr_p returns false for
14436 $cmd1 or $cmd2.
14437
85642ba0
AW
144382015-03-11 Andy Wingo <wingo@igalia.com>
14439
14440 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
14441
e03f9645
YQ
144422015-03-11 Yao Qi <yao.qi@linaro.org>
14443
14444 * gdb.base/catch-syscall.exp: Fix typo in comments.
14445
5d0962b2
YQ
144462015-03-11 Yao Qi <yao.qi@linaro.org>
14447
14448 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
14449
b2df3cef
PA
144502015-03-09 Pedro Alves <palves@redhat.com>
14451
14452 * dg-extract-results.py: Delete.
14453
ef878e53
PA
144542015-03-09 Pedro Alves <palves@redhat.com>
14455
14456 Merge dg-extract-results.sh from GCC upstream (r218843).
14457
14458 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
14459 * dg-extract-results.sh: Use --text with grep to avoid issues with
14460 binary files. Fall back to cat -v, if that doesn't work.
14461
9494d219
PA
144622015-03-05 Pedro Alves <palves@redhat.com>
14463
14464 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
14465
a8d9763a
SM
144662015-03-04 Simon Marchi <simon.marchi@ericsson.com>
14467
14468 * lib/mi-support.exp (mi_expect_interrupt): Accept
14469 alternative event for when in all-stop mode.
14470
be9957b8
PA
144712015-03-04 Pedro Alves <palves@redhat.com>
14472
14473 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
14474
d57be0f4 144752015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
14476
14477 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
14478
c214c7cf
AA
144792015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
14480
14481 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
14482 regexps for GDB's current line display, accept a hex address
14483 preceding the line number.
14484
6d74a497
AA
144852015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
14486
14487 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
14488 the 'arch1' variable for "s390*-linux*" targets.
14489
511aee7c
PA
144902015-03-04 Pedro Alves <palves@redhat.com>
14491
14492 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
14493 (main): Pass missing retval argument to pthread_join call.
14494
95e50b27
PA
144952015-03-02 Pedro Alves <palves@redhat.com>
14496
14497 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
14498 (top level): Call do_test with non-stop as well.
14499
28054d69
PA
145002015-03-02 Pedro Alves <palves@redhat.com>
14501
14502 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
14503 -1.
14504
4fa5d7b4
AA
145052015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
14506
14507 * gdb.arch/s390-vregs.exp: New test.
14508 * gdb.arch/s390-vregs.S: New file.
14509
97c18565
PA
145102015-02-27 Pedro Alves <palves@redhat.com>
14511
14512 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
14513 call to catch_command_errors.
14514 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
14515 catch_command_errors.
14516
a37bfa30
PA
145172015-02-27 Pedro Alves <palves@redhat.com>
14518
14519 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
14520 "true" for boolean result.
14521 * gdb.gdb/selftest.exp (test_with_self): Also accept full
14522 prototype of main.
14523
6f98576f
PA
145242015-02-27 Pedro Alves <palves@redhat.com>
14525
14526 * lib/unbuffer_output.c: New file.
14527 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
14528 (main): Call gdb_unbuffer_output.
14529
eba5ab56
YQ
145302015-02-27 Yao Qi <yao.qi@linaro.org>
14531
14532 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
14533 target.
14534
0def5aaa
DE
145352015-02-26 Doug Evans <dje@google.com>
14536
14537 * gdb.cp/class2.cc (Dbase, D): New classes.
14538 (main): New local delta.
14539 * gdb.cp/class2.exp: Test printing delta.
14540 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
14541 (dynbar): New global.
14542 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
14543
081a1c2c
JK
145442015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14545
14546 * gdb.compile/compile-ifunc.c: New file.
14547 * gdb.compile/compile-ifunc.exp: New file.
14548
2f41223f
AT
145492015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
14550
14551 * gdb.base/structs.exp: Check for correct struct on finish.
14552
03eddd80
YQ
145532015-02-26 Yao Qi <yao.qi@linaro.org>
14554
14555 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
14556 is zero.
14557
80c57053
JK
145582015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14559
14560 * gdb.arch/cordic.ko.bz2: New file.
14561 * gdb.arch/cordic.ko.debug.bz2: New file.
14562 * gdb.arch/ppc64-symtab-cordic.exp: New file.
14563
21613c12
YQ
145642015-02-25 Yao Qi <yao.qi@linaro.org>
14565
14566 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
14567 aarch64*-*-* target.
14568
d8b901ed
PA
145692015-02-23 Pedro Alves <palves@redhat.com>
14570
14571 * lib/gdb.exp (delete_breakpoints): Rewrite using
14572 gdb_test_multiple.
14573
e5b85ead
PA
145742015-02-23 Pedro Alves <palves@redhat.com>
14575
14576 * gdb.base/info-os.c: Include stdlib.h.
14577
85c3a371
DE
145782015-02-22 Doug Evans <xdje42@gmail.com>
14579
14580 PR symtab/17855
14581 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
14582 is read after symbols have been re-read.
14583 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
14584 * gdb.ada/exec_changed/second.adb (Second): Ditto.
14585
96553a0c
DE
145862015-02-21 Doug Evans <dje@google.com>
14587
14588 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
14589
97a0c697
JK
145902015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14591
14592 PR corefiles/17808
14593 * gdb.arch/i386-biarch-core.core.bz2: New file.
14594 * gdb.arch/i386-biarch-core.exp: New file.
14595
a47cd6e9
PA
145962015-02-21 Pedro Alves <palves@redhat.com>
14597
14598 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
14599 runto_main fails.
14600
c5facdc4
PA
146012015-02-20 Pedro Alves <palves@redhat.com>
14602
14603 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
14604 info probes.
14605
2db9a427
PA
146062015-02-20 Pedro Alves <palves@redhat.com>
14607
14608 * gdb.threads/multi-create-ns-info-thr.exp: New file.
14609
60fb7e9e
PA
146102015-02-20 Pedro Alves <palves@redhat.com>
14611
14612 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
14613 clean_restart before gdb_target_supports_trace.
14614
5c5019c2
PA
146152015-02-20 Pedro Alves <palves@redhat.com>
14616
14617 PR threads/18006
14618 * gdb.threads/clone-thread_db.c: New file.
14619 * gdb.threads/clone-thread_db.exp: New file.
14620
c9587f88
AT
146212015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
14622
14623 PR breakpoints/16812
14624 * gdb.base/catch-gdb-caused-signals.c: New file.
14625 * gdb.base/catch-gdb-caused-signals.exp: New file.
14626
f6a88844
JM
146272015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
14628
14629 * configure: Regenerated.
14630 * configure.ac: Use GDB_AC_TRANSFORM.
14631 * aclocal.m4: sinclude ../transform.m4.
14632
497c491b
JM
146332015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
14634
14635 * lib/dtrace.exp: New file.
14636 * gdb.base/dtrace-probe.exp: Likewise.
14637 * gdb.base/dtrace-probe.d: Likewise.
14638 * gdb.base/dtrace-probe.c: Likewise.
14639 * lib/pdtrace.in: Likewise.
14640 * configure.ac: Output variables with the transformed names of
14641 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
14642 * configure: Regenerated.
14643
03e98035
JM
146442015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
14645
14646 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
14647 expected message when trying to access $_probe_* convenience
14648 variables while not on a probe.
14649
63cc30e9
JK
146502015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14651
14652 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
14653
0703599a
PA
146542015-02-11 Pedro Alves <pedro@codesourcery.com>
14655
14656 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
14657 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
14658
7e60a48e
DE
146592015-02-10 Doug Evans <xdje42@gmail.com>
14660
14661 * lib/gdb.exp (gdb_load): Always return a result.
14662
01b088bc
PA
146632015-02-10 Pedro Alves <palves@redhat.com>
14664
14665 * gdb.threads/signal-sigtrap.c: New file.
14666 * gdb.threads/signal-sigtrap.exp: New file.
14667
b05ec7a5
AT
146682015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
14669
14670 * gdb.trace/no-attach-trace.c: New file.
14671 * gdb.trace/no-attach-trace.exp: New file.
14672
a2c2acaf
MW
146732015-02-09 Mark Wielaard <mjw@redhat.com>
14674
14675 * gdb.dwarf2/atomic.c: New file.
14676 * gdb.dwarf2/atomic-type.exp: Likewise.
14677
31fd9caa
MM
146782015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14679
14680 * gdb.btrace/buffer-size.exp: Update "info record" output.
14681 * gdb.btrace/delta.exp: Update "info record" output.
14682 * gdb.btrace/enable.exp: Update "info record" output.
14683 * gdb.btrace/finish.exp: Update "info record" output.
14684 * gdb.btrace/instruction_history.exp: Update "info record" output.
14685 * gdb.btrace/next.exp: Update "info record" output.
14686 * gdb.btrace/nexti.exp: Update "info record" output.
14687 * gdb.btrace/step.exp: Update "info record" output.
14688 * gdb.btrace/stepi.exp: Update "info record" output.
14689 * gdb.btrace/nohist.exp: Update "info record" output.
14690
d33501a5
MM
146912015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14692
14693 * gdb.btrace/buffer-size: New.
14694
f4abbc16
MM
146952015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14696
14697 * gdb.btrace/delta.exp: Update "info record" output.
14698 * gdb.btrace/enable.exp: Update "info record" output.
14699 * gdb.btrace/finish.exp: Update "info record" output.
14700 * gdb.btrace/instruction_history.exp: Update "info record" output.
14701 * gdb.btrace/next.exp: Update "info record" output.
14702 * gdb.btrace/nexti.exp: Update "info record" output.
14703 * gdb.btrace/step.exp: Update "info record" output.
14704 * gdb.btrace/stepi.exp: Update "info record" output.
14705 * gdb.btrace/nohist.exp: Update "info record" output.
14706
b9d61307
SM
147072015-02-06 Simon Marchi <simon.marchi@ericsson.com>
14708
14709 PR gdb/15678
14710 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
14711
e584fdbc
PA
147122015-02-06 Pedro Alves <palves@redhat.com>
14713
14714 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
14715 macro.
14716 (seconds_left, again): New globals.
14717 (main): Wait seconds_left in a 1-second sleep loop instead of
14718 sleeping 180 seconds. If 'again' is set, reset the seconds
14719 counter.
14720 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
14721 'again' in the inferior before detaching. Print the seconds left.
14722 (options): New global.
14723 (top level): Build program with -DTIMEOUT=$timeout.
14724
77f41761
PA
147252015-02-06 Pedro Alves <palves@redhat.com>
14726
14727 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
14728 determine how many seconds to pass to 'alarm'.
14729 * gdb.base/gdb-sigterm.exp (top level): Build program with
14730 -DTIMEOUT=$timeout.
14731 (do_test): Return success/failure indication. Add more verbose
14732 logging. Don't fail if 200 single steps are seen. Instead, fail
14733 when the test times out.
14734 (passes): New global.
14735 (top level): Break the testing loop if testing fails on any
14736 iteration. Use gdb_assert.
14737
b9394193
DB
147382015-02-04 Don Breazeal <donb@codesourcery.com>
14739
14740 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
14741 and initialize them.
14742 (ipc_cleanup): New function.
14743 (main): Don't declare shmid, semid, and msqid. Add a call to
14744 atexit so that we call ipc_cleanup on exit.
14745
42d9e528
PA
147462015-02-04 Pedro Alves <palves@redhat.com>
14747
14748 * boards/native-extended-gdbserver.exp: Remove any target variant
14749 specifications from the board name before clearing the isremote
14750 flag from board_info.
14751
ae6ae975
DE
147522015-01-31 Doug Evans <xdje42@gmail.com>
14753
14754 * gdb.base/maint.exp <maint print type argc>: Update expected output.
14755
cfb069a8
GB
147562015-01-31 Gary Benson <gbenson@redhat.com>
14757
14758 * gdb.base/completion.exp: Disable completion limiting for
14759 existing tests. Add new tests to check completion limiting.
14760 * gdb.linespec/ls-errs.exp: Disable completion limiting.
14761
5dd31d79
DE
147622015-01-31 Doug Evans <xdje42@gmail.com>
14763
14764 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
14765
9f050062
DE
147662015-01-31 Doug Evans <xdje42@gmail.com>
14767
14768 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
14769 entries. Duplicate file section script entries.
14770 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
14771 inlined entries. Add test for safe-path rejection.
14772 * gdb.python/py-section-script.c: Add duplicate inlined section script
14773 entries. Duplicate file section script entries.
14774 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
14775 inlined entries. Add test for safe-path rejection.
14776
df25ebbd
JB
147772015-01-29 Joel Brobecker <brobecker@adacore.com>
14778
14779 * gdb.ada/disc_arr_bound: New testcase.
14780
4a0ca9ec
JB
147812015-01-29 Joel Brobecker <brobecker@adacore.com>
14782
14783 * gdb.ada/mi_var_array: New testcase.
14784
3a8b707a
DE
147852015-01-27 Doug Evans <dje@google.com>
14786
14787 * gdb.python/py-objfile.exp: Add tests for objfile.username.
14788 Add test for objfile.filename, objfile.username after objfile
14789 has been unloaded.
14790
f8313f6e
JB
147912015-01-26 Joel Brobecker <brobecker@adacore.com>
14792
14793 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
14794 the second test to print the name attribute of value
14795 returned by the call to gdb.lookup_type, and adjust
14796 the expected output accordingly.
14797
37bc665e
MW
147982015-01-25 Mark Wielaard <mjw@redhat.com>
14799
14800 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
14801 * gdb.base/disp-step-fork.c: Include unistd.h.
14802 * gdb.base/siginfo-obj.c: Include stdio.h.
14803 * gdb.base/siginfo-thread.c: Likewise.
14804 * gdb.mi/non-stop.c: Include unistd.h.
14805 * gdb.mi/nsthrexec.c: Include stdio.h.
14806 * gdb.mi/pthreads.c: Include unistd.h.
14807 * gdb.modula2/unbounded1.c (main): Declare returns int.
14808 * gdb.reverse/consecutive-reverse.c: Likewise.
14809 * gdb.threads/create-fail.c: Include unistd.h.
14810 * gdb.threads/killed.c: Likewise.
14811 * gdb.threads/linux-dp.c: Likewise.
14812 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
14813 * gdb.threads/non-ldr-exc-2.c: Likewise.
14814 * gdb.threads/non-ldr-exc-3.c: Likewise.
14815 * gdb.threads/non-ldr-exc-4.c: Likewise.
14816 * gdb.threads/pthreads.c: Include unistd.h.
14817 (main): Declare returns int.
14818 * gdb.threads/tls-main.c (foo): New declaration.
14819 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
14820
f7e5394d
SM
148212015-01-23 Simon Marchi <simon.marchi@ericsson.com>
14822
14823 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
14824 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
14825
743649fd
MW
148262015-01-15 Mark Wielaard <mjw@redhat.com>
14827
14828 * gdb.base/noreturn-return.c: New file.
14829 * gdb.base/noreturn-return.exp: New file.
14830 * gdb.base/noreturn-finish.c: New file.
14831 * gdb.base/noreturn-finish.exp: New file.
14832
198297aa
PA
148332015-01-23 Pedro Alves <palves@redhat.com>
14834
14835 * gdb.threads/continue-pending-after-query.c: New file.
14836 * gdb.threads/continue-pending-after-query.exp: New file.
14837
717cf30c
AG
148382015-01-22 Anders Granlund <anders.granlund@ericsson.com>
14839 Simon Marchi <simon.marchi@ericsson.com>
14840
14841 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
14842 * gdb.base/valgrind-db-attach.exp: Same.
14843 * gdb.base/valgrind-infcall.exp: Same.
14844 * lib/mi-support.exp (default_mi_gdb_start): Same.
14845 * lib/prompt.exp (default_prompt_gdb_start): Same.
14846 * lib/gdb.exp (default_gdb_spawn): Same.
14847 (gdb_interact): New.
14848
14849
4b62a76e
JK
148502015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14851
14852 * gdb.compile/compile.exp (pointer to jit function): New test.
14853
b4cdae6f
WW
148542015-01-17 Wei-cheng Wang <cole945@gmail.com>
14855
14856 * lib/gdb.exp (supports_process_record): Return true for
14857 powerpc*-*-linux*.
14858 (supports_reverse): Likewise.
14859
d221e7ef
DB
148602015-01-15 Don Breazeal <donb@codesourcery.com>
14861
14862 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
14863 instead of checking whether the target board is remote and
14864 use spawn_wait_for_attach instead of exec/sleep.
14865 * gdb.base/attach-twice.exp: Likewise.
14866
bafffb51
JB
148672015-01-15 Joel Brobecker <brobecker@adacore.com>
14868
14869 * gdb.ada/var_arr_attrs: New testcase.
14870
5589af0e
PA
148712015-01-14 Pedro Alves <palves@redhat.com>
14872 Joel Brobecker <brobecker@adacore.com>
14873
14874 PR gdb/17525
14875 * gdb.base/bp-cmds-execution-x-script.c: New file.
14876 * gdb.base/bp-cmds-execution-x-script.exp: New file.
14877 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
14878
6c400b59
PA
148792015-01-14 Pedro Alves <palves@redhat.com>
14880
14881 PR cli/17828
14882 * gdb.base/batch-preserve-term-settings.c: New file.
14883 * gdb.base/batch-preserve-term-settings.exp: New file.
14884
e02c96a7
DE
148852015-01-13 Doug Evans <dje@google.com>
14886
14887 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
14888 binary.
14889
576fd14c
JB
148902015-01-13 Joel Brobecker <brobecker@adacore.com>
14891
14892 * Makefile.in (clean mostlyclean): Do not delete *.py.
14893
04dccad0
JB
148942015-01-13 Joel Brobecker <brobecker@adacore.com>
14895
14896 * gdb.python/py-lookup-type.exp: New file.
14897
3d230f71
PA
148982015-01-12 Pedro Alves <palves@redhat.com>
14899
14900 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
14901 restore GDBFLAGS before returning.
14902
7e67715d
JK
149032015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14904
14905 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
14906 is_amd64_regs_target and is_x86_like_target.
14907
f2e0d4b4
DE
149082015-01-11 Doug Evans <xdje42@gmail.com>
14909
14910 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
14911 is given without an explicit form.
14912 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
14913 attributes.
14914 * gdb.dwarf/corrupt.exp: Ditto.
14915 * gdb.dwarf2/enum-type.exp: Ditto.
14916 * gdb.trace/entry-values.exp: Ditto.
14917 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
14918
439250fb
DE
149192015-01-11 Doug Evans <xdje42@gmail.com>
14920
14921 PR gdb/15830
14922 * gdb.base/maint.exp: Remove references to "maint demangle".
14923 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
14924 Add tests for explicitly specifying language to demangle.
14925 * gdb.dlang/demangle.exp: Ditto.
14926
ede9f622
PA
149272015-01-09 Pedro Alves <palves@redhat.com>
14928
14929 * gdb.threads/non-stop-fair-events.c: New file.
14930 * gdb.threads/non-stop-fair-events.exp: New file.
14931
a7b796db
PA
149322015-01-09 Pedro Alves <palves@redhat.com>
14933
14934 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
14935 the global scope. Set a breakpoint after all threads are started
14936 rather than stepping over two source lines. Expect the prompt.
14937 * gdb.base/watch_thread_num.c (threads_started_barrier): New
14938 global.
14939 (NUM): Now 15.
14940 (main): Use threads_started_barrier to wait for all threads to
14941 start. Main thread no longer calls thread_function. Exit after
14942 180 seconds.
14943 (loop): New function.
14944 (thread_function): Wait on threads_started_barrier barrier. Call
14945 'loop' at each iteration.
14946 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
14947 threads have started, instead of hardcoding number of "next"
14948 steps. Use an access watchpoint instead of a write watchpoint.
14949
9665ffdd
PA
149502015-01-09 Pedro Alves <palves@redhat.com>
14951
14952 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
14953 (thread_func): Wait on barrier.
14954 (main): Wait for all threads to start before stopping GDB.
14955 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
14956 global.
14957 (thread1_func, thread2_func): Wait on barrier.
14958 (main): Wait for all threads to start before stopping GDB.
14959 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
14960 New global.
14961 (thread1_func, thread2_func): Wait on barrier.
14962 (main): Wait for all threads to start before stopping GDB.
14963
c945a99f
PA
149642015-01-09 Pedro Alves <palves@redhat.com>
14965
14966 * gdb.threads/attach-many-short-lived-threads.c: New file.
14967 * gdb.threads/attach-many-short-lived-threads.exp: New file.
14968
c1a747c1
PA
149692014-01-09 Pedro Alves <palves@redhat.com>
14970
14971 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
14972 instead of to thread 2.
14973 * gdb.threads/signal-command-multiple-signals-pending.c (main):
14974 Add barrier around each pthread_create call instead of around all
14975 calls.
14976 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
14977 Set a break on thread_function and have the child threads hit it
14978 one at at a time.
14979
60b3033e
PA
149802015-01-09 Pedro Alves <palves@redhat.com>
14981
14982 * lib/gdb.exp (can_spawn_for_attach): New procedure.
14983 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
14984 false.
14985 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
14986 checking whether the target board is remote.
14987 * gdb.multi/multi-attach.exp: Likewise.
14988 * gdb.python/py-sync-interp.exp: Likewise.
14989 * gdb.server/ext-attach.exp: Likewise.
14990 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
14991 tests that need to attach, instead of checking whether the target
14992 board is remote at the top of the file.
14993
acc018ac
YQ
149942015-01-08 Yao Qi <yao@codesourcery.com>
14995
14996 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
14997
50a18af8
JK
149982015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14999
15000 Fix testcase compilation.
15001 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
15002
8503d6e1
JB
150032015-01-06 Joel Brobecker <brobecker@adacore.com>
15004
15005 * gdb.python/py-type.exp: Add a couple test about empty
15006 array creation, and negative-length array creation.
15007
cc73dbcc
DE
150082015-01-02 Doug Evans <xdje42@gmail.com>
15009
15010 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
15011
0300bbc7
DE
150122015-01-02 Doug Evans <dje@google.com>
15013
15014 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
15015
9d85a0ec
YQ
150162014-12-29 Yao Qi <yao@codesourcery.com>
15017
15018 * gdb.trace/entry-values.exp: Update comments. Rename variable
15019 bar_call_foo to returned_from_foo.
15020
87186c6a
MMN
150212014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
15022
15023 PR gdb/17394
15024 * gdb.linespec/break-asm-file.c: New file.
15025 * gdb.linespec/break-asm-file.exp: New file.
15026 * gdb.linespec/break-asm-file0.s: New file.
15027 * gdb.linespec/break-asm-file1.s: New file.
15028
1bab7383
YQ
150292014-12-18 Nigel Stephens <nigel@mips.com>
15030 Maciej W. Rozycki <macro@codesourcery.com>
15031
15032 * gdb.base/float.exp: Handle the new output from "info float" on
15033 MIPS targets.
15034
1bc1068a
JK
150352014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
15036
15037 Fix MinGW compilation.
15038 * gdb.compile/compile-ops.exp: Update untested message if
15039 !skip_compile_feature_tests.
15040 * gdb.compile/compile-setjmp.exp: Likewise.
15041 * gdb.compile/compile-tls.exp: Likewise.
15042 * gdb.compile/compile.exp: Likewise.
15043 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
15044 supported on this host".
15045
b6615d10
DE
150462014-12-16 Doug Evans <xdje42@gmail.com>
15047
15048 * boards/stabs.exp: New file.
15049
25dda427
AA
150502014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
15051
15052 * gdb.base/completion.exp: Adjust to format changes of "maint
15053 print user-registers".
15054
bf330350
CU
150552014-12-16 Catalin Udma <catalin.udma@freescale.com>
15056
15057 PR server/17457
15058 * gdb.arch/aarch64-fp.c: New file.
15059 * gdb.arch/aarch64-fp.exp: New file.
15060
395cf596
SDJ
150612014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
15062
15063 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
15064 r210637, r210913, r211666, r215400, r215817).
15065
15066 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
15067 * dg-extract-results.py: New file.
15068 * dg-extract-results.sh: Use it if the environment seems
15069 suitable.
15070
15071 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
15072
15073 * dg-extract-results.py (parse_run): Handle warnings that
15074 are printed before a test harness is run.
15075
15076 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
15077
15078 * dg-extract-results.py (Named): Remove __cmp__ method.
15079 (output_variation): Use a key to sort variation.harnesses.
15080
15081 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
15082
15083 * dg-extract-results.py: For Python 3, force sys.stdout to
15084 handle surrogate escape sequences.
15085 (safe_open): New function.
15086 (output_segment, main): Use it.
15087
15088 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
15089
15090 * dg-extract-results.py (Prog.result_re): Include options
15091 in test name.
15092
15093 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
15094
15095 * dg-extract-results.py (output_variation): Always sort if
15096 do_sum.
15097
e882ef3c
SM
150982014-12-15 Simon Marchi <simon.marchi@ericsson.com>
15099
15100 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
15101 as long as we get pagination notifications.
15102
4992aa20
JM
151032014-12-15 Jason Merrill <jason@redhat.com>
15104
15105 * Makefile.in (check-gdb.%): Restore.
15106 * README: Mention it.
15107
c1b5a1a6
JB
151082014-12-13 Joel Brobecker <brobecker@adacore.com>
15109
15110 * gdb.ada/str_uninit: New testcase.
15111
5537b577
JK
151122014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15113
15114 PR symtab/17642
15115 * gdb.base/vla-stub-define.c: New file.
15116 * gdb.base/vla-stub.c: New file.
15117 * gdb.base/vla-stub.exp: New file.
15118
bb2ec1b3
TT
151192014-12-12 Phil Muldoon <pmuldoon@redhat.com>
15120 Jan Kratochvil <jan.kratochvil@redhat.com>
15121 Tom Tromey <tromey@redhat.com>
15122
15123 * configure.ac: Add gdb.compile/.
15124 * configure: Regenerate.
15125 * gdb.compile/Makefile.in: New file.
15126 * gdb.compile/compile-ops.exp: New file.
15127 * gdb.compile/compile-ops.c: New file.
15128 * gdb.compile/compile-tls.c: New file.
15129 * gdb.compile/compile-tls.exp: New file.
15130 * gdb.compile/compile-constvar.S: New file.
15131 * gdb.compile/compile-constvar.c: New file.
15132 * gdb.compile/compile-mod.c: New file.
15133 * gdb.compile/compile-nodebug.c: New file.
15134 * gdb.compile/compile-setjmp-mod.c: New file.
15135 * gdb.compile/compile-setjmp.c: New file.
15136 * gdb.compile/compile-setjmp.exp: New file.
15137 * gdb.compile/compile-shlib.c: New file.
15138 * gdb.compile/compile.c: New file.
15139 * gdb.compile/compile.exp: New file.
15140 * lib/gdb.exp (skip_compile_feature_tests): New proc.
15141
4ff709eb
TT
151422014-12-12 Tom Tromey <tromey@redhat.com>
15143
15144 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
15145 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
15146
6dddd6a5
DE
151472014-12-12 Doug Evans <dje@google.com>
15148
15149 * lib/gdb-python.exp (get_python_valueof): New function.
15150 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
15151
71c24708
AA
151522014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15153
15154 * gdb.base/completion.exp: Add test for completion of "info
15155 registers ".
15156
3e29f34a
MR
151572014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
15158
15159 * gdb.base/func-ptrs.c: New file.
15160 * gdb.base/func-ptrs.exp: New file.
15161
fc126975
SM
151622014-12-10 Simon Marchi <simon.marchi@ericsson.com>
15163
15164 PR breakpoints/17012
15165 * gdb.base/dprintf-detach.c: New file.
15166 * gdb.base/dprintf-detach.exp: New file.
15167
0a46d518
SM
151682014-12-10 Simon Marchi <simon.marchi@ericsson.com>
15169
15170 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
15171 * lib/gdb.exp (target_is_gdbserver): New procedure.
15172
a0be3e44
DE
151732014-12-08 Doug Evans <dje@google.com>
15174
15175 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
15176
df1b803a
YQ
151772014-12-05 Yao Qi <yao@codesourcery.com>
15178
15179 * gdb.guile/scm-error.exp: Remove the third argument to
15180 gdb_remote_download.
15181 * gdb.guile/scm-frame-args.exp: Likewise.
15182 * gdb.guile/scm-section-script.exp: Likewise.
15183
ddb9f679
YQ
151842014-12-05 Yao Qi <yao@codesourcery.com>
15185
15186 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
15187
86e4ed39
DE
151882014-12-04 Doug Evans <dje@google.com>
15189
15190 * gdb.python/py-objfile.exp: Add tests for
15191 objfile.add_separate_debug_file.
15192
7c50a931
DE
151932014-12-04 Doug Evans <dje@google.com>
15194
15195 * lib/gdb.exp (get_build_id): New function.
15196 (build_id_debug_filename_get): Rewrite to use it.
15197 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
15198
621661e3
MR
151992014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
15200
15201 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
15202 `method(long)', not just 0x0.
15203 * gdb.cp/nsalias.exp: Align code labels to 4.
15204 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
15205 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
15206 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
15207 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
15208 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
15209 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
15210
29f0c3b7
DE
152112014-12-02 Doug Evans <dje@google.com>
15212
e1e061e7 15213 PR symtab/17602
29f0c3b7 15214 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 15215 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
15216 * gdb.cp/anon-ns.exp: Update.
15217
162078c8
NB
152182014-12-02 Nick Bull <nicholaspbull@gmail.com>
15219
15220 * gdb.python/py-events.py (inferior_call_handler): New.
15221 (register_changed_handler, memory_changed_handler): New.
15222 (test_events.invoke): Register new handlers.
15223 * gdb.python/py-events.exp: Add tests for inferior call,
15224 memory_changed and register_changed events.
15225
fdb09caf
AA
152262014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
15227
15228 * gdb.base/execl-update-breakpoints.exp: Specify the link address
15229 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
15230 if the linker doesn't understand this.
15231
55cfb2c4
SM
152322014-12-01 Simon Marchi <simon.marchi@ericsson.com>
15233
15234 * gdb.python/python.exp: Change expected reply to help().
15235
9e8cd6df
YQ
152362014-12-01 Yao Qi <yao@codesourcery.com>
15237
15238 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
15239 AC_CONFIG_SUBDIRS(gdb.gdbtk).
15240 * configure: Re-generated.
15241
6c659fc2
SC
152422014-11-28 Siva Chandra Reddy <sivachandra@google.com>
15243
15244 * gdb.cp/chained-calls.cc: New file.
15245 * gdb.cp/chained-calls.exp: New file.
15246 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
15247
d7fc3181
SM
152482014-11-28 Simon Marchi <simon.marchi@ericsson.com>
15249
15250 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
15251 * gdb.dwarf2/symtab-producer.exp: Same.
15252 * gdb.gdb/python-interrupts.exp: Same.
15253 * gdb.gdb/python-selftest.exp: Same.
15254 * gdb.python/py-linetable.exp: Same.
15255 * gdb.python/py-type.exp: Same.
15256 * gdb.python/py-value-cc.exp: Same.
15257 * gdb.python/py-value.exp: Same.
15258
10e79639
YQ
152592014-11-28 Yao Qi <yao@codesourcery.com>
15260
15261 * gdb.base/break-probes.exp: Match library name prefixed with
15262 sysroot.
15263
f28a0564
SM
152642014-11-27 Simon Marchi <simon.marchi@ericsson.com>
15265
15266 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
15267 test expected output. Add parentheses for the call to print.
15268 Remove L suffix from integers.
15269
3fe1ce1d
DE
152702014-11-26 Doug Evans <dje@google.com>
15271
15272 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
15273
84429e27
YQ
152742014-11-22 Yao Qi <yao@codesourcery.com>
15275
15276 * gdb.trace/entry-values.c: Remove asms.
15277 (foo): Add foo_label.
15278 (bar): Add bar_label.
15279 * gdb.trace/entry-values.exp: Remove code computing foo's
15280 length and bar's length.
15281 (Dwarf::assemble): Invoke function_range for bar and use
15282 MACRO_AT_func for foo.
15283
26741859
YQ
152842014-11-22 Yao Qi <yao@codesourcery.com>
15285
15286 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
15287 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
15288 Use .Lgcc43_procstart instead of gcc43.
15289
45e44d27
JB
152902014-11-21 Joel Brobecker <brobecker@adacore.com>
15291
15292 * gdb.ada/n_arr_bound: New testcase.
15293
458c8db8
SDJ
152942014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
15295
15296 PR breakpoints/10737
15297 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
15298 test_catch_syscall_multi_arch.
15299 (test_catch_syscall_multi_arch): New function.
15300
43f3e411
DE
153012014-11-20 Doug Evans <xdje42@gmail.com>
15302
15303 * gdb.base/maint.exp: Update expected output.
15304
0d7b2549
AA
153052014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
15306
15307 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
15308 4-byte instruction on S390.
15309
8908fca5
JB
153102014-11-19 Joel Brobecker <brobecker@adacore.com>
15311
15312 * gdb.ada/arr_arr: New testcase.
15313
4a46959e
JB
153142014-11-19 Joel Brobecker <brobecker@adacore.com>
15315
15316 * gdb.ada/pkd_arr_elem: New Testcase.
15317
470e2f4e
LM
153182014-11-18 Luis Machado <lgustavo@codesourcery.com>
15319
15320 * gdb.reverse/break-precsave: Expect completion message for
15321 core file reads.
15322 * gdb.reverse/consecutive-precsave.exp: Likewise.
15323 * gdb.reverse/finish-precsave.exp: Likewise.
15324 * gdb.reverse/i386-precsave.exp: Likewise.
15325 * gdb.reverse/machinestate-precsave.exp: Likewise.
15326 * gdb.reverse/sigall-precsave.exp: Likewise.
15327 * gdb.reverse/solib-precsave.exp: Likewise.
15328 * gdb.reverse/step-precsave.exp: Likewise.
15329 * gdb.reverse/until-precsave.exp: Likewise.
15330 * gdb.reverse/watch-precsave.exp: Likewise.
15331
a267f3ad
AA
153322014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15333
15334 * gdb.base/bp-permanent.c: Include unistd.h.
15335 * gdb.python/py-framefilter-mi.c (main): Add return type.
15336 * gdb.python/py-framefilter.c (main): Likewise.
15337 * gdb.trace/actions-changed.c (main): Likewise.
15338
12084a9a
AA
153392014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15340
15341 * gdb.mi/until.c: Add eye-catchers.
15342 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
15343 line numbers.
15344
dc7e1a77
AA
153452014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15346
15347 * gdb.base/condbreak.exp: Drop references to removed non-prototype
15348 function header variants in break1.c.
15349 * gdb.base/ena-dis-br.exp: Likewise.
15350 * gdb.base/hbreak2.exp: Likewise.
15351 * gdb.reverse/until-precsave.exp: Drop references to removed
15352 non-prototype function header variants in ur1.c.
15353 * gdb.reverse/until-reverse.exp: Likewise.
15354
41c77605
PM
153552014-11-17 Petr Machata <pmachata@redhat.com>
15356
15357 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
15358 ${_cu_offset_size} bytes abbrev offset.
15359
34248c3a
DE
153602014-11-15 Doug Evans <xdje42@gmail.com>
15361
15362 PR symtab/17559
15363 * gdb.base/line-symtabs.exp: New file.
15364 * gdb.base/line-symtabs.c: New file.
15365 * gdb.base/line-symtabs.h: New file.
15366
646da059
YQ
153672014-11-14 Yao Qi <yao@codesourcery.com>
15368
15369 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
15370 (func): Add label func_label.
15371 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
15372 Replace low_pc and high_pc with MACRO_AT_range.
15373 Replace name, low_pc and high_pc with MACRO_AT_func.
15374
9301ebe6
YQ
153752014-11-14 Yao Qi <yao@codesourcery.com>
15376
15377 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
15378 Replace name, low_pc and high_pc with MACRO_AT_func.
15379
f166b542
YQ
153802014-11-14 Yao Qi <yao@codesourcery.com>
15381
15382 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
15383 produce debug information.
15384 * gdb.dwarf2/implptr-optimized-out.S: Removed.
15385
0f6e71e3
YQ
153862014-11-14 Yao Qi <yao@codesourcery.com>
15387
15388 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
15389 object and get function length.
15390 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
15391 with MACRO_AT_func.
15392 (top-level): Replace gdb_compile and clean_restart with
15393 prepare_for_testing.
15394 * gdb.dwarf2/main.c (main): Add label main_label.
15395
876c4df9
YQ
153962014-11-14 Yao Qi <yao@codesourcery.com>
15397
15398 * lib/dwarf.exp (function_range): New procedure.
15399 (Dwarf::_handle_macro_at_func): New procedure.
15400 (Dwarf::_handle_macro_at_range): New procedure.
15401 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
15402
02ad9cf1
YQ
154032014-11-14 Yao Qi <yao@codesourcery.com>
15404
15405 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
15406 (_handle_attribute): New procedure.
15407
a59add0c
AA
154082014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15409
15410 * gdb.ada/cond_lang/foo.c (callme): Add return type.
15411 * gdb.base/call-sc.c (zed): Likewise.
15412 * gdb.base/checkpoint.c (main): Likewise.
15413 * gdb.base/dump.c (main): Likewise.
15414 * gdb.base/gcore.c (main): Likewise.
15415 * gdb.base/huge.c (main): Likewise.
15416 * gdb.base/multi-forks.c (main): Likewise.
15417 * gdb.base/pr10179-a.c (main): Likewise.
15418 * gdb.base/savedregs.c (main): Likewise.
15419 * gdb.base/sigaltstack.c (main): Likewise.
15420 * gdb.base/siginfo.c (main): Likewise.
15421 * gdb.base/structs.c (zed): Likewise.
15422 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
15423 * gdb.mi/mi-syn-frame.c (main): Likewise.
15424 * gdb.mi/until.c (foo, main): Likewise.
15425 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
15426 * gdb.base/solib-weak.c (foo): Declare.
15427 * gdb.base/attach-twice.c: Include stdio.h.
15428 * gdb.base/weaklib1.c: Likewise.
15429 * gdb.base/weaklib2.c: Likewise.
15430 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
15431 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
15432 unistd.h.
15433 * gdb.base/attach-pie-misread.c: Include stdlib.h.
15434 * gdb.mi/mi-exit-code.c: Likewise.
15435 * gdb.base/break-interp-lib.c: Include string.h.
15436 * gdb.base/coremaker.c: Likewise.
15437 * gdb.base/testenv.c: Likewise.
15438 * gdb.python/py-finish-breakpoint.c: Likewise.
15439 * gdb.base/inferior-died.c: Include sys/wait.h.
15440 * gdb.base/fileio.c: Include time.h.
15441 * gdb.base/async-shell.c: Include unistd.h.
15442 * gdb.base/dprintf-non-stop.c: Likewise.
15443 * gdb.base/info-os.c: Likewise.
15444 * gdb.mi/mi-console.c: Likewise.
15445 * gdb.mi/watch-nonstop.c: Likewise.
15446 * gdb.python/py-events.c: Likewise.
15447 * gdb.base/async.c (baz): Move up before its invocation.
15448 * gdb.base/code_elim2.c (my_global_func): Likewise.
15449 * gdb.base/skip-solib-lib.c (multiply): Likewise.
15450 * gdb.base/advance.c (func2): Likewise.
15451
3b5d5997
AA
154522014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15453
15454 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
15455 variant.
15456 * gdb.base/annota3.c: Likewise.
15457 * gdb.base/async.c: Likewise.
15458 * gdb.base/average.c: Likewise.
15459 * gdb.base/call-ar-st.c: Likewise.
15460 * gdb.base/call-rt-st.c: Likewise.
15461 * gdb.base/call-sc.c: Likewise.
15462 * gdb.base/call-strs.c: Likewise.
15463 * gdb.base/ending-run.c: Likewise.
15464 * gdb.base/execd-prog.c: Likewise.
15465 * gdb.base/exprs.c: Likewise.
15466 * gdb.base/foll-exec.c: Likewise.
15467 * gdb.base/foll-fork.c: Likewise.
15468 * gdb.base/foll-vfork.c: Likewise.
15469 * gdb.base/funcargs.c: Likewise.
15470 * gdb.base/gcore.c: Likewise.
15471 * gdb.base/jump.c: Likewise.
15472 * gdb.base/langs0.c: Likewise.
15473 * gdb.base/langs1.c: Likewise.
15474 * gdb.base/langs2.c: Likewise.
15475 * gdb.base/mips_pro.c: Likewise.
15476 * gdb.base/nodebug.c: Likewise.
15477 * gdb.base/opaque0.c: Likewise.
15478 * gdb.base/opaque1.c: Likewise.
15479 * gdb.base/recurse.c: Likewise.
15480 * gdb.base/run.c: Likewise.
15481 * gdb.base/scope0.c: Likewise.
15482 * gdb.base/scope1.c: Likewise.
15483 * gdb.base/setshow.c: Likewise.
15484 * gdb.base/setvar.c: Likewise.
15485 * gdb.base/shmain.c: Likewise.
15486 * gdb.base/shr1.c: Likewise.
15487 * gdb.base/shr2.c: Likewise.
15488 * gdb.base/sigall.c: Likewise.
15489 * gdb.base/signals.c: Likewise.
15490 * gdb.base/so-indr-cl.c: Likewise.
15491 * gdb.base/solib2.c: Likewise.
15492 * gdb.base/structs.c: Likewise.
15493 * gdb.base/sum.c: Likewise.
15494 * gdb.base/vforked-prog.c: Likewise.
15495 * gdb.base/watchpoint.c: Likewise.
15496 * gdb.reverse/shr2.c: Likewise.
15497 * gdb.reverse/until-reverse.c: Likewise.
15498 * gdb.reverse/ur1.c: Likewise.
15499 * gdb.reverse/watch-reverse.c: Likewise.
15500
066a77c5
AA
155012014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15502
15503 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
15504 variant.
15505 * gdb.base/sepdebug.exp: Drop references to removed code.
15506
4f204ea5
AA
155072014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15508
15509 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
15510 variant. Preserve original line numbering.
15511 * gdb.base/list1.c: Likewise.
15512
3b377a3a
AA
155132014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15514
15515 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
15516 variant.
15517 * gdb.base/break1.c: Likewise.
15518 * gdb.base/break.exp: Drop references to removed code.
15519
e444df73
AA
155202014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15521
15522 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
15523 variant.
15524
8008f2a7
AA
155252014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15526
15527 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
15528
a5a06887
AA
155292014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15530
15531 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
15532 logic into perform_all_tests() and invoke it with and without
15533 function header prototypes.
15534 (do_function_calls): Remove conditional XFAIL for PR 5318.
15535 (rerun_and_prepare): Remove duplicate code.
15536 (perform_all_tests): New. Main logic moved here.
15537
44dba9b9
AA
155382014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15539
15540 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
15541 code guarded by #ifdef NO_PROTOTYPES.
15542 (t_double_many_args): Likewise.
15543 (DEF_FUNC_MANY_ARGS_1): Likewise.
15544 (DEF_FUNC_VALUES_1): Likewise.
15545 (t_structs_ldc): Renamed from t_structs_fc in conditional code
15546 guarded by #ifdef PROTOTYPES.
15547
d1fbcd56
AA
155482014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15549
15550 * gdb.mi/mi-console.c: Add eye-catcher.
15551 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
15552 instead of literal line number.
15553
b0e59b8f
AA
155542014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15555
15556 * gdb.base/shr2.c: Add eye-catcher.
15557 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
15558 line number.
15559
78f98cca
AA
155602014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15561
15562 * gdb.base/jump.c: Add eye-catchers.
15563 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
15564 numbers.
15565
58fa2af0
AA
155662014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15567
15568 * gdb.base/execd-prog.c: Add eye-catchers.
15569 * gdb.base/foll-exec.c: Likewise.
15570 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
15571 line numbers.
15572
04e5059b
AA
155732014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15574
15575 * gdb.base/ending-run.c: Add eye-catchers.
15576 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
15577 literal line numbers.
15578
dbfdb174
AA
155792014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15580
15581 * gdb.base/call-rt-st.c: Add eye-catchers.
15582 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
15583 literal line numbers.
15584
888a2ade
AA
155852014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15586
15587 * gdb.base/call-ar-st.c: Add eye-catchers.
15588 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
15589 literal line numbers.
15590
6acc2dde
AA
155912014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15592
15593 * gdb.base/average.c: Add eye-catchers.
15594 * gdb.base/sum.c: Likewise.
15595 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
15596 regexps dynamically.
15597
9ecfcd1d
AA
155982014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15599
15600 * gdb.base/solib1.c: Add eye-catchers.
15601 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
15602 literal line numbers.
15603
78708b7c
PA
156042014-11-12 Pedro Alves <palves@redhat.com>
15605
15606 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
15607 leader has exited.
15608
af48d08f
PA
156092014-11-12 Pedro Alves <palves@redhat.com>
15610
15611 * gdb.arch/i386-bp_permanent.c: New file.
15612 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
15613 (srcfile): Set to i386-bp_permanent.c.
15614 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
15615 that stepi does not execute the 'leave' instruction, instead of
15616 testing it does execute.
15617 * gdb.base/bp-permanent.c: New file.
15618 * gdb.base/bp-permanent.exp: New file.
15619
af3768e9
DE
156202014-11-10 Doug Evans <xdje42@gmail.com>
15621
15622 PR symtab/17564
15623 * gdb.base/symtab-search-order.exp: New file.
15624 * gdb.base/symtab-search-order.c: New file.
15625 * gdb.base/symtab-search-order-1.c: New file.
15626 * gdb.base/symtab-search-order-shlib-1.c: New file.
15627
9de00a4a
PA
156282014-11-07 Pedro Alves <palves@redhat.com>
15629
15630 PR gdb/17511
15631 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
15632 i?86-*-linux*.
15633
e0f52461
SC
156342014-11-03 Siva Chandra Reddy <sivachandra@google.com>
15635
15636 PR c++/17494
15637 * gdb.cp/pr17494.cc: New file.
15638 * gdb.cp/pr17494.exp: New file.
15639
6ce8c980
YQ
156402014-11-02 Yao Qi <yao@codesourcery.com>
15641
15642 * gdb.python/python.exp: Get working directory and match the
15643 output of "set extended-prompt \\w " with it.
15644
02be9a71
DE
156452014-10-30 Doug Evans <dje@google.com>
15646
15647 * gdb.python/py-objfile.exp: Add tests for setting random attributes
15648 in objfiles.
15649 * gdb.python/py-progspace.exp: Add tests for setting random attributes
15650 in progspaces.
15651
3bdff46b
LM
156522014-10-30 Janis Johnson <janisjo@codesourcery.com>
15653
15654 * gdb.base/fullpath-expand.exp: Skip for a remote host.
15655 * gdb.base/realname-expand.exp: Likewise.
15656 * gdb.linespec/macro-relative.exp: Likewise.
15657
ab917dfb
PA
156582014-10-29 Pedro Alves <palves@redhat.com>
15659
15660 PR gdb/17408
15661 * gdb.threads/schedlock.c (some_function): New function.
15662 (call_function): New global.
15663 (MAYBE_CALL_SOME_FUNCTION): New macro.
15664 (thread_function): Call it.
15665 * gdb.threads/schedlock.exp (get_args): Add description parameter,
15666 and use it instead of a global counter. Adjust all callers.
15667 (get_current_thread): Use "find current thread" for test message
15668 here rather than having all callers pass down the same string.
15669 (goto_loop): New procedure, factored out from ...
15670 (my_continue): ... this.
15671 (step_ten_loops): Change parameter from test message to command to
15672 use. Adjust.
15673 (list_count): Delete global.
15674 (check_result): New procedure, factored out from duplicate top
15675 level code.
15676 (continue tests): Wrap in with_test_prefix.
15677 (test_step): New procedure, factored out from duplicate top level
15678 code.
15679 (top level): Test "step" in combination with all scheduler-locking
15680 modes. Test "next" in combination with all scheduler-locking
15681 modes, and in combination with stepping over a function call or
15682 not.
15683 * gdb.threads/next-bp-other-thread.c: New file.
15684 * gdb.threads/next-bp-other-thread.exp: New file.
15685
d3d4baed
PA
156862014-10-29 Pedro Alves <palves@redhat.com>
15687
15688 PR python/17372
15689 * gdb.python/python.exp: Test a multi-line command that spawns
15690 interactive Python.
15691 * gdb.base/multi-line-starts-subshell.exp: New file.
15692
563e8d85
YQ
156932014-10-29 Yao Qi <yao@codesourcery.com>
15694
15695 * gdb.base/fileio.exp: Make directories on host.
15696
0ea4d52e
YQ
156972014-10-29 Yao Qi <yao@codesourcery.com>
15698
15699 * gdb.base/fileio.c (test_write): Close the file.
15700
7f5ef605
PA
157012014-10-28 Pedro Alves <palves@redhat.com>
15702
15703 PR gdb/12623
15704 * gdb.base/sigstep.c (no_handler): New global.
15705 (main): If 'no_handler is true, set the signal handlers to
15706 SIG_IGN.
15707 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
15708 with_sw_watch and no_handler parameters. Handle them.
15709 (top level) <stepping over handler when stopped at a breakpoint
15710 test>: Add a test axis for testing with a software watchpoint, and
15711 another for testing with the signal handler set to SIG_IGN.
15712 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
15713 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
15714
abbdbd03
PA
157152014-10-28 Pedro Alves <palves@redhat.com>
15716
15717 PR gdb/17511
15718 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
15719 * gdb.base/sigstep.exp (other_handler_location): New global.
15720 (advance): Support stepping into the signal handler, and running
15721 commands while in the handler.
15722 (in_handler_map): New global.
15723 (top level): In the advance test, add combinations for getting
15724 into the handler with stepping commands, and for running commands
15725 in the handler. Add comment descripting the advancei tests.
15726
1df4399f
PA
157272014-10-28 Pedro Alves <palves@redhat.com>
15728
15729 * gdb.base/sigstep.exp: Use build_executable instead of
15730 prepare_for_testing.
15731 (top level): Move code that starts GDB, runs to main and creates a
15732 display to ...
15733 (restart): ... this new procedure.
15734 (top level): Move backtrace from signal handler test to ...
15735 (validate_backtrace): ... this new procedure.
15736 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
15737 with_test_prefix. Always restart GDB.
15738 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
15739 with_test_prefix. Always restart GDB. No need to delete
15740 breakpoints after the test.
15741 (test_skip_handler): Remove prefix parameter.
15742 (skip_over_handler, breakpoint_to_handler)
15743 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
15744 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
15745 restart GDB. No need to delete breakpoints after the test.
15746 (top level): Use foreach to call the test procedures with
15747 different commands.
15748
a5b6e449
PA
157492014-10-28 Pedro Alves <palves@redhat.com>
15750
15751 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
15752 instead of GNATS numbers.
15753 * gdb.base/sigbpt.exp: Likewise.
15754 * gdb.base/siginfo.exp: Likewise.
15755 * gdb.base/sigstep.exp: Likewise.
15756
e5f8a7cc
PA
157572014-10-27 Pedro Alves <palves@redhat.com>
15758
15759 * gdb.base/sigstep.c (dummy): New global.
15760 (main): Issue a couple writes to the new global.
15761 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
15762 procedures.
15763 (skip_over_handler): Use test_skip_handler.
15764 (top level): Call skip_over_handler for stepi and nexti too.
15765 (breakpoint_over_handler): Use test_skip_handler.
15766 (top level): Call breakpoint_over_handler for stepi and nexti too.
15767
763905a3
YQ
157682014-10-27 Yao Qi <yao@codesourcery.com>
15769
15770 * gdb.trace/tfile.c (adjust_function_address)
15771 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
15772 function descriptor.
15773
6f259a23
DB
157742014-10-24 Don Breazeal <donb@codesourcery.com>
15775
15776 * gdb.base/foll-fork.exp (test_follow_fork,
15777 catch_fork_child_follow): Check for updated fork messages emitted
15778 from infrun.c.
15779 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
15780 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
15781 vfork_and_exec_child_follow_through_step): Check for updated vfork
15782 messages emitted from infrun.c.
15783
09dd9a69
PA
157842014-10-24 Pedro Alves <palves@redhat.com>
15785
15786 * gdb.base/corefile.exp: Remove references to ultrix.
15787 * gdb.base/interrupt.exp: Likewise.
15788 * gdb.base/whatis.exp: Likewise.
15789 * gdb.gdb/selftest.exp: Likewise.
15790 * gdb.threads/manythreads.exp: Likewise.
15791 * gdb.threads/print-threads.exp: Likewise.
15792 * gdb.threads/pthreads.exp:: Likewise.
15793 * gdb.threads/schedlock.exp: Likewise.
15794
3433cfa5
SC
157952014-10-24 Siva Chandra Reddy <sivachandra@google.com>
15796
15797 * gdb.cp/non-trivial-retval.cc: Add a test case.
15798 * gdb.cp/non-trivial-retval.exp: Add a test.
15799
092f880b
YQ
158002014-10-20 Yao Qi <yao@codesourcery.com>
15801
15802 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
15803 * gdb.python/py-objfile-script-gdb.py: New file.
15804 * gdb.python/py-objfile-script.exp: Update reference to
15805 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
15806 of remote_download. Remove the dest file.
15807
acbdb7f3
YQ
158082014-10-20 Yao Qi <yao@codesourcery.com>
15809
15810 * gdb.base/checkpoint.exp: Don't remove file copied on host.
15811 * gdb.base/step-line.exp: Likewise.
15812 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15813 * gdb.dwarf2/dw2-basic.exp: Likewise.
15814 * gdb.dwarf2/dw2-compressed.exp: Likewise.
15815 * gdb.dwarf2/dw2-filename.exp: Likewise.
15816 * gdb.dwarf2/dw2-intercu.exp: Likewise.
15817 * gdb.dwarf2/dw2-intermix.exp: Likewise.
15818 * gdb.dwarf2/dw2-producer.exp: Likewise.
15819 * gdb.dwarf2/mac-fileno.exp: Likewise.
15820 * gdb.python/py-frame-args.exp: Likewise.
15821 * gdb.python/py-framefilter.exp: Likewise.
15822 * gdb.python/py-mi.exp: Likewise.
15823 * gdb.python/py-objfile-script.exp: Likewise
15824 * gdb.python/py-pp-integral.exp: Likewise.
15825 * gdb.python/py-pp-re-notag.exp: Likewise.
15826 * gdb.python/py-prettyprint.exp: Likewise.
15827 * gdb.python/py-section-script.exp: Likewise.
15828 * gdb.python/py-typeprint.exp: Likewise.
15829 * gdb.python/py-xmethods.exp: Likewise.
15830 * gdb.stabs/weird.exp: Likewise.
15831 * gdb.xml/tdesc-regs.exp: Likewise.
15832
bd286a29
KCY
158332014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
15834
15835 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
15836 (out_cu): Use addr_len for the size of addresses.
15837 (out_line): Likewise. Size DW_LNE_set_address instruction
15838 according to addr_len.
15839 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
15840 (FUNC): Add START_INSNS to definition.
15841
673dc4a0
YQ
158422014-10-18 Yao Qi <yao@codesourcery.com>
15843
15844 * gdb.base/argv0-symlink.exp: Check argv[0] value if
15845 gdb_has_argv0 return true.
15846 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
15847 check [target_info exists noargs], check [gdb_has_argv0]
15848 instead.
15849 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
15850 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
15851 procedures.
15852
4ffbba72
DE
158532014-10-17 Doug Evans <dje@google.com>
15854
15855 * gdb.python/py-events.exp: Update expected output for clear_objfiles
15856 event.
15857 * gdb.python/py-events.py: Add clear_objfiles event.
15858
d096d8c1
DE
158592014-10-17 Doug Evans <dje@google.com>
15860
15861 * gdb.python/py-objfile.exp: Test progspace attribute.
15862
a80db015
LM
158632014-10-17 Luis Machado <lgustavo@codesourcery.com>
15864
15865 * gdb.guile/scm-breakpoint.exp: Do not assume any
15866 directory separators when matching source file paths.
15867 * gdb.python/py-breakpoint.exp: Likewise.
15868 * gdb.reverse/break-precsave.exp: Likewise.
15869 * gdb.reverse/break-reverse.exp: Likewise.
15870 * gdb.reverse/consecutive-precsave.exp: Likewise.
15871 * gdb.reverse/finish-precsave.exp: Likewise.
15872 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
15873 * gdb.reverse/finish-reverse.exp: Likewise.
15874 * gdb.reverse/i386-precsave.exp: Likewise.
15875 * gdb.reverse/i387-env-reverse.exp: Likewise.
15876 * gdb.reverse/i387-stack-reverse.exp: Likewise.
15877 * gdb.reverse/machinestate-precsave.exp: Likewise.
15878 * gdb.reverse/machinestate.exp: Likewise.
15879 * gdb.reverse/sigall-precsave.exp: Likewise.
15880 * gdb.reverse/solib-precsave.exp: Likewise.
15881 * gdb.reverse/step-precsave.exp: Likewise.
15882 * gdb.reverse/until-precsave.exp: Likewise.
15883 * gdb.reverse/watch-precsave.exp: Likewise.
15884 * gdb.reverse/watch-reverse.exp: Likewise.
15885
b22089ab
YQ
158862014-10-17 Yao Qi <yao@codesourcery.com>
15887
15888 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
15889 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
15890
6c4486e6
PA
158912014-10-17 Pedro Alves <palves@redhat.com>
15892
15893 PR gdb/17471
15894 * gdb.base/bg-execution-repeat.c: New file.
15895 * gdb.base/bg-execution-repeat.exp: New file.
15896
0ff33695
PA
158972014-10-17 Pedro Alves <palves@redhat.com>
15898
15899 PR gdb/17300
15900 * gdb.base/continue-all-already-running.c: New file.
15901 * gdb.base/continue-all-already-running.exp: New file.
15902
6fdebc3d
PA
159032014-10-17 Pedro Alves <palves@redhat.com>
15904
15905 PR gdb/17472
15906 * gdb.base/annota-input-while-running.c: New file.
15907 * gdb.base/annota-input-while-running.exp: New file.
15908
32a8097b
PA
159092014-10-17 Pedro Alves <palves@redhat.com>
15910
15911 * gdb.base/callfuncs.exp: emove references to osf.
15912 * gdb.base/sigall.exp: Likewise.
15913 * gdb.gdb/selftest.exp: Likewise.
15914 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
15915 * gdb.mi/non-stop.c: Likewise.
15916 * gdb.mi/pthreads.c: Likewise.
15917 * gdb.reverse/sigall-precsave.exp: Likewise.
15918 * gdb.reverse/sigall-reverse.exp: Likewise.
15919 * gdb.threads/pthreads.c: Likewise.
15920 * gdb.threads/pthreads.exp: Likewise.
15921
7a3517ff
YQ
159222014-10-17 Yao Qi <yao@codesourcery.com>
15923
15924 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
15925 check 'target_info exists noargs'.
15926 (test_command_prompt_position): Likewise.
15927 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
15928 Remove "set args".
15929 (progvar_simple_while_test): Likewise.
15930 (progvar_complex_if_while_test): Likewise.
15931 (if_while_breakpoint_command_test): Likewise.
15932 (infrun_breakpoint_command_test): Likewise.
15933 (breakpoint_command_test): Likewise.
15934 (watchpoint_command_test): Likewise.
15935 (bp_deleted_in_command_test): Likewise.
15936 (temporary_breakpoint_commands): Likewise.
15937
bb99c472
YQ
159382014-10-16 Yao Qi <yao@codesourcery.com>
15939
15940 * gdb.base/remotetimeout.exp: Remove noargs checking.
15941
7c16b83e
PA
159422014-10-15 Pedro Alves <palves@redhat.com>
15943
15944 PR breakpoints/9649
15945 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
15946 * gdb.base/breakpoint-in-ro-region.exp
15947 (probe_target_hardware_step): New procedure.
15948 (top level): Probe hardware stepping and hardware breakpoint
15949 support. Test stepping through a read-only region, with both
15950 "breakpoint auto-hw" on and off and both "always-inserted" on and
15951 off.
15952
35a49624
IB
159532014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
15954
15955 * gdb.dlang/demangle.exp: Update for demangling changes.
15956
2d1c107c
SC
159572014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15958
15959 * gdb.cp/non-trivial-retval.cc: Add new test cases.
15960 * gdb.cp/non-trivial-retval.exp: Add new tests.
15961
778811d5
SC
159622014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15963
15964 PR c++/13403
15965 PR c++/15154
15966 * gdb.cp/non-trivial-retval.cc: New file.
15967 * gdb.cp/non-trivial-retval.exp: New file.
15968
10c5f0a8
YQ
159692014-10-15 Yao Qi <yao@codesourcery.com>
15970
15971 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
15972 remote host.
15973
65d7b369
YQ
159742014-10-15 Yao Qi <yao@codesourcery.com>
15975
15976 * gdb.python/py-symbol.exp: Match file base name if host is
15977 remote, otherwise match file name with dir name.
15978 * gdb.python/py-symtab.exp: Likewise.
15979 * gdb.python/python.exp: Likewise.
15980
46dc1394
YQ
159812014-10-15 Yao Qi <yao@codesourcery.com>
15982
15983 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
15984 pattern.
15985 * gdb.python/py-symtab.exp: Likewise.
15986 * gdb.python/python.exp: Remove trailing ".*". Fix typo
15987 locationn.
15988
c40cc657
JB
159892014-10-14 Joel Brobecker <brobecker@adacore.com>
15990
15991 * gdb.ada/addr_arith: New testcase.
15992
2abf49e1
MR
159932014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
15994
15995 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
15996 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
15997 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
15998 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
15999
f7088df3
SDJ
160002014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
16001
16002 * gdb.arch/stap-eval-lang-ada.S: Likewise.
16003 * gdb.arch/stap-eval-lang-ada.c: Likewise.
16004 * gdb.arch/stap-eval-lang-ada.exp: New file.
16005
4dc06805
YQ
160062014-10-14 Yao Qi <yao@codesourcery.com>
16007
16008 * gdb.mi/mi-var-child.c (nothing1): New function.
16009 (nothing2): New function.
16010 (do_children_tests): Set function pointers by nothing1 and
16011 nothing2.
16012 * gdb.mi/mi-var-child.exp: Step over new added statements.
16013 Update test to match the new output.
16014 * gdb.mi/var-cmd.c (nothing1): New function.
16015 (nothing2): New function.
16016 (do_children_tests): Set function pointers by nothing1 and
16017 nothing2.
16018 * gdb.mi/mi-var-display.exp: Update test to match output.
16019 Step to the line specified by $line_dct_nothing.
16020 Increase the number of lines to step.
16021
46a93de2
YQ
160222014-10-14 Yao Qi <yao@codesourcery.com>
16023
16024 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
16025 tests.
16026 * gdb.mi/mi2-var-child.exp: Likewise.
16027
14ea52ee
DE
160282014-10-13 Doug Evans <dje@google.com>
16029
16030 * gdb.python/py-objfile.exp: Change name of file name test.
16031
e5c6e92b
DE
160322014-10-13 Doug Evans <dje@google.com>
16033
16034 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
16035 from the start of the CU.
16036
c780cc2f
JK
160372014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16038 Yao Qi <yao@codesourcery.com>
16039
16040 Fix "save breakpoints" for "catch" command.
16041 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
16042 Remove -nonewline. Match also the added "main" line.
16043
99894e11
JK
160442014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16045
16046 Fix "save breakpoints" for "disable $bpnum" command.
16047 * gdb.base/save-bp.c (main): Add label.
16048 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
16049
6e1ac5a3
JK
160502014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16051
16052 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
16053
754dd2b0
YQ
160542014-10-11 Yao Qi <yao@codesourcery.com>
16055
16056 * gdb.server/server-kill.exp: Execute command
16057 "set remote trace-status-packet on" before "tstatus".
16058
f90183d7
YQ
160592014-10-11 Yao Qi <yao@codesourcery.com>
16060
16061 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
16062 (main): Call getppid.
16063 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
16064 and continue to it. Read variable "server_pid".
16065
bf40a607
YQ
160662014-10-11 Yao Qi <yao@codesourcery.com>
16067
16068 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
16069
052ca370
YQ
160702014-10-11 Yao Qi <yao@codesourcery.com>
16071
16072 * gdb.threads/thread-find.exp: Don't execute command
16073 "info threads".
16074 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
16075 * gdb.threads/linux-dp.exp: Don't check the condition
16076 $threads_created equals to zero.
16077
3831839c
PA
160782014-10-10 Pedro Alves <palves@redhat.com>
16079
16080 * gdb.base/bigcore.exp: Remove references to IRIX.
16081 * gdb.base/funcargs.exp: Likewise.
16082 * gdb.base/interrupt.exp: Likewise.
16083 * gdb.base/mips_pro.exp: Likewise.
16084 * gdb.base/nodebug.exp: Likewise.
16085 * gdb.base/setvar.exp: Likewise.
16086 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
16087
8b9a549d
PA
160882014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
16089 Pedro Alves <palves@redhat.com>
16090
16091 PR symtab/14466
16092 * gdb.base/vdso-warning.c: New file.
16093 * gdb.base/vdso-warning.exp: New file.
16094
d48ba5e8
DE
160952014-10-02 Doug Evans <dje@google.com>
16096
16097 * gdb.base/structs.c (main): Don't run forever.
16098
2278c276
PA
160992014-10-02 Pedro Alves <palves@redhat.com>
16100
16101 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
16102 (top level) <stop threads 1, stop threads 2>: Use it.
16103
b57bacec
PA
161042014-10-02 Pedro Alves <palves@redhat.com>
16105
16106 * gdb.threads/break-while-running.exp (test): Add new
16107 'update_thread_list' argument. Skip "info threads" if false.
16108 (top level): Add new 'update_thread_list' axis.
16109
13fd3ff3
PA
161102014-10-02 Pedro Alves <palves@redhat.com>
16111
16112 PR breakpoints/17431
16113 * gdb.base/execl-update-breakpoints.c: New file.
16114 * gdb.base/execl-update-breakpoints.exp: New file.
16115
0fec99e8
PA
161162014-10-01 Pedro Alves <palves@redhat.com>
16117
16118 * gdb.base/breakpoint-in-ro-region.c: New file.
16119 * gdb.base/breakpoint-in-ro-region.exp: New file.
16120
2ddf4301
SM
161212014-10-01 Simon Marchi <simon.marchi@ericsson.com>
16122
16123 * gdb.mi/mi-exit-code.exp: New file.
16124 * gdb.mi/mi-exit-code.c: New file.
16125
6a5f3f43
YQ
161262014-09-30 Yao Qi <yao@codesourcery.com>
16127
16128 * lib/prelink-support.exp (build_executable_own_libs): Error if
16129 the target isn't native.
16130
345bcc73
YQ
161312014-09-30 Yao Qi <yao@codesourcery.com>
16132
16133 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
16134 false.
16135
a25a5a45
PA
161362014-09-22 Pedro Alves <palves@redhat.com>
16137
16138 * gdb.threads/break-while-running.exp: New file.
16139 * gdb.threads/break-while-running.c: New file.
16140
00ba3162
YQ
161412014-09-19 Yao Qi <yao@codesourcery.com>
16142
16143 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
16144 Invoke test. Restart GDB with --readnow and invoke test again.
16145
c3b7b696
YQ
161462014-09-19 Yao Qi <yao@codesourcery.com>
16147
16148 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
16149 proc set_breakpoint_on_gcd_function. Invoke
16150 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
16151 invoke set_breakpoint_on_gcd_function again.
16152
2b4fd423
DE
161532014-09-18 Doug Evans <dje@google.com>
16154
16155 * gdb.dwarf2/symtab-producer.exp: New file.
16156
a5947601
SDJ
161572014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
16158
16159 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
16160 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
16161 * gdb.base/global-var-nested-by-dso.c: Likewise.
16162 * gdb.base/global-var-nested-by-dso.exp: Likewise.
16163
91c19059
SDJ
161642014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
16165 Pedro Alves <palves@redhat.com>
16166
16167 * gdb.base/watch-bitfields.exp: Pass string other than test file
16168 name to prepare_for_testing.
16169 (watch): New procedure.
16170 (expect_watchpoint): Use with_test_prefix.
16171 (top level): Factor out tests to ...
16172 (test_watch_location, test_regular_watch): ... these new
16173 procedures, and use with_test_prefix and gdb_continue_to_end.
16174
bb9d5f81
PP
161752014-09-16 Patrick Palka <patrick@parcs.ath.cx>
16176
16177 PR breakpoints/12526
16178 * gdb.base/watch-bitfields.exp: New file.
16179 * gdb.base/watch-bitfields.c: New file.
16180
635856f5
PA
161812014-09-16 Pedro Alves <palves@redhat.com>
16182
16183 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
16184 software and hardware addresses, not software address against
16185 itself.
16186
7280ceea
PA
161872014-09-16 Pedro Alves <palves@redhat.com>
16188
16189 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
16190 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
16191
428b16bd
PA
161922014-09-16 Pedro Alves <palves@redhat.com>
16193
16194 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
16195 files.
16196 * gdb.base/a2-run.exp: Remove all code guarded by istarget
16197 "*-*-vxworks*" throughout.
16198 * gdb.base/break.exp: Likewise.
16199 * gdb.base/default.exp: Likewise.
16200 * gdb.base/scope.exp: Likewise.
16201 * gdb.base/sepdebug.exp: Likewise.
16202 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
16203 throughout.
16204 * gdb.base/run.c: Likewise.
16205 * gdb.base/sepdebug.c: Likewise.
16206 * gdb.hp/gdb.aCC/run.c: Likewise.
16207 * gdb.reverse/until-reverse.c: Likewise.
16208 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
16209
666d413c
YQ
162102014-09-16 Yao Qi <yao@codesourcery.com>
16211
16212 * boards/local-remote-host-native.exp: New file.
16213
57cbd724
DE
162142014-09-14 Doug Evans <xdje42@gmail.com>
16215
16216 * gdb.threads/queue-signal.c (thread_count): New variable.
16217 (thread_count_mutex, thread_count_condvar): New variables.
16218 (incr_thread_count, wait_all_threads_running): New functions.
16219 (main): Wait for all threads to be in their thread functions.
16220
81219e53
DE
162212014-09-13 Doug Evans <xdje42@gmail.com>
16222
16223 * gdb.threads/queue-signal.c: New file.
16224 * gdb.threads/queue-signal.exp: New file.
16225
3714cea7
DE
162262014-09-13 Doug Evans <xdje42@gmail.com>
16227
16228 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
16229 be consistent with what default_gdb_init uses.
16230 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
16231 the plain text of the prompt. Add some logging printfs.
16232 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
16233
fa43b1d7
PA
162342014-09-12 Pedro Alves <palves@redhat.com>
16235
16236 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
16237 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
16238 * gdb.arch/i386-size-overlap.exp: Likewise.
16239 * gdb.arch/i386-size.exp: Likewise.
16240 * gdb.arch/i386-unwind.exp: Likewise.
16241 * gdb.base/a2-run.exp: Likewise.
16242 * gdb.base/break.exp: Likewise.
16243 * gdb.base/charset.exp: Likewise.
16244 * gdb.base/chng-syms.exp: Likewise.
16245 * gdb.base/commands.exp: Likewise.
16246 * gdb.base/dbx.exp: Likewise.
16247 * gdb.base/find.exp: Likewise.
16248 * gdb.base/funcargs.exp: Likewise.
16249 * gdb.base/jit-simple.exp: Likewise.
16250 * gdb.base/reread.exp: Likewise.
16251 * gdb.base/sepdebug.exp: Likewise.
16252 * gdb.base/step-bt.exp: Likewise.
16253 * gdb.cp/mb-inline.exp: Likewise.
16254 * gdb.cp/mb-templates.exp: Likewise.
16255 * gdb.objc/basicclass.exp: Likewise.
16256 * gdb.threads/killed.exp: Likewise.
16257
9d9bf2df
EBM
162582014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16259
16260 PR tdep/17379
16261 * gdb.arch/powerpc-stackless.S: New file.
16262 * gdb.arch/powerpc-stackless.exp: New file.
16263
1cf2f1b0
JK
162642014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16265
16266 * gdb.base/attach.c: Include unistd.h.
16267 (main): Call alarm. Add label postloop.
16268 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
16269 gdb_breakpoint, gdb_continue_to_breakpoint.
16270 (test_command_line_attach_run): Kill ${testpid} in one exit path.
16271
98880d46
PA
162722014-09-11 Pedro Alves <palves@redhat.com>
16273
16274 PR gdb/17347
16275 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
16276 * gdb.base/attach.exp (test_command_line_attach_run): New
16277 procedure.
16278 (top level): Call it.
16279
4c92ff2c
PA
162802014-09-11 Pedro Alves <palves@redhat.com>
16281
16282 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
16283 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
16284 (do_command_attach_tests): Use spawn_wait_for_attach.
16285 * gdb.base/solib-overlap.exp: Likewise.
16286 * gdb.multi/multi-attach.exp: Likewise.
16287 * gdb.python/py-prompt.exp: Likewise.
16288 * gdb.python/py-sync-interp.exp: Likewise.
16289 * gdb.server/ext-attach.exp: Likewise.
16290
3adc1a7d
GKB
162912014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
16292
16293 * gdb.fortran/array-element.exp: Remove unexpected "continue"
16294 command in testcase. Simplify testcase.
16295
96334934
JB
162962014-09-10 Joel Brobecker <brobecker@adacore.com>
16297
16298 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
16299
eb479039
JB
163002014-09-10 Joel Brobecker <brobecker@adacore.com>
16301
16302 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
16303
deede10c
JB
163042014-09-10 Joel Brobecker <brobecker@adacore.com>
16305
16306 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
16307
7828a5f5
JB
163082014-09-10 Joel Brobecker <brobecker@adacore.com>
16309
16310 * gdb.dwarf2/dynarr-ptr.c: New file.
16311 * gdb.dwarf2/dynarr-ptr.exp: New file.
16312
33aeebcf
MR
163132014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16314
16315 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
16316 of 30 rather than hardcoding 120 for a slow test case. Take the
16317 `gdb,timeout' target setting into account for this calculation.
16318 Don't extend the timeout for the test cases that don't need it.
16319
7b415901
MR
163202014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16321
16322 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
16323 a factor of 2 for a slow test case. Take the `gdb,timeout'
16324 target setting into account for this calculation.
16325 * gdb.reverse/until-precsave.exp: Increase the timeout by
16326 a factor of 15 and 3 respectively rather than adding 120
16327 for a pair of slow test cases. Take the `gdb,timeout'
16328 target setting into account for this calculation.
16329
4a40f85a
MR
163302014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16331
16332 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
16333 timeout, don't pass one down to gdb_expect.
16334 (gdb_expect): Rework timeout selection.
16335
09635af7
MR
163362014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16337
16338 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
16339 exception on timeout.
16340 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
16341 (gdbserver_start_extended): Catch any `gdbserver_start' error
16342 exceptions.
16343 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
16344 * lib/mi-support.exp (mi_gdb_target_load): Catch any
16345 `gdbserver_gdb_load' error exceptions.
16346
2bdd10b7
MR
163472014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16348
16349 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
16350 120 on waiting for the TCP socket to open.
16351
316935f0
DE
163522014-09-09 Doug Evans <xdje42@gmail.com>
16353
16354 * gdb.base/default.exp (show_conv_list): Add _caller_is,
16355 _caller_matches, _any_caller_is, _any_caller_matches.
16356
83740597
DE
163572014-09-09 Doug Evans <xdje42@gmail.com>
16358
16359 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
16360
4c122fc3
YQ
163612014-09-09 Yao Qi <yao@codesourcery.com>
16362
16363 * gdb.mi/mi-var-display.exp: Set print symbol off.
16364
a9f116cb
GKB
163652014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
16366
16367 PR gdb/17035
16368 * gdb.base/commands.exp: Add tests to verify user-defined
16369 commands with empty bodies.
16370 * gdb.python/py-cmd.exp: Test that we don't show user-defined
16371 python commands in `show user command`.
16372 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
16373 scheme commands in `show user command`.
16374
c75bd3a2
JK
163752014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16376
16377 PR python/17355
16378 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
16379 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
16380 * gdb.python/py-framefilter-invalidarg.exp: New file.
16381 * gdb.python/py-framefilter-invalidarg.py: New file.
16382
faa42425
DE
163832014-09-06 Doug Evans <xdje42@gmail.com>
16384
16385 PR 15276
16386 * gdb.python/py-caller-is.c: New file.
16387 * gdb.python/py-caller-is.exp: New file.
16388
474ca4f6
SDJ
163892014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
16390
16391 PR gdb/17235
16392 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
16393 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
16394
eb0b0463
SDJ
163952014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
16396
16397 PR fortran/17237
16398 * gdb.fortran/print-formatted.exp: New file.
16399 * gdb.fortran/print-formatted.f90: Likewise.
16400
5f3b99cf
SS
164012014-09-03 Sasha Smundak <asmundak@google.com>
16402
16403 * gdb.python/py-frame.exp: Test Frame.read_register.
16404
7d793aa9
SDJ
164052014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
16406
16407 PR python/16699
16408 * gdb.python/py-completion.exp: New file.
16409 * gdb.python/py-completion.py: Likewise.
16410
fb0576e9
DE
164112014-08-28 Doug Evans <dje@google.com>
16412
16413 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
16414 eax,etc. are live with values set by gdb and thus the compiler can't
16415 use them.
16416 * gdb.arch/i386-pseudo.c (main): Ditto.
16417
ee92b0dd
DE
164182014-08-27 Doug Evans <dje@google.com>
16419
16420 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
16421
6649db35
DE
164222014-08-25 Doug Evans <dje@google.com>
16423
16424 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
16425 (main): Ditto.
16426
564b7600
DE
164272014-08-25 Doug Evans <dje@google.com>
16428
16429 * gdb.threads/thread-execl.exp: #include <stdio.h>.
16430
3881fb67
YQ
164312014-08-24 Yao Qi <yao@codesourcery.com>
16432
16433 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
16434 symbol off.
16435 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
16436
a05a36a5
DE
164372014-08-22 Doug Evans <dje@google.com>
16438
16439 PR 17276
16440 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
16441 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
16442 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
16443
7c343b48
YQ
164442014-08-22 Yao Qi <yao@codesourcery.com>
16445
16446 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
16447 * gdb.python/py-finish-breakpoint2.exp: Likewise.
16448 * gdb.python/python.exp: Likewise. Use .py file on the host
16449 instead of the build.
16450
22fd09ae
JK
164512014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16452
16453 * gdb.threads/gcore-stale-thread.c: New file.
16454 * gdb.threads/gcore-stale-thread.exp: New file.
16455
a8454a7c
PA
164562014-08-21 Pedro Alves <palves@redhat.com>
16457
16458 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
16459 * gdb.base/gcore-relro-pie.exp: Likewise.
16460 * gdb.base/gcore-relro.exp: Likewise.
16461 * gdb.base/gcore.exp: Likewise.
16462 * gdb.base/print-symbol-loading.exp: Likewise.
16463 * gdb.threads/gcore-thread.exp: Likewise.
16464 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
16465
2a31c623
PA
164662014-08-20 Pedro Alves <palves@redhat.com>
16467 Jan Kratochvil <jan.kratochvil@redhat.com>
16468
16469 * Makefile.in (EXTRA_RULES, CC): New variables, get from
16470 configure.
16471 (EXPECT): Handle READ1 being set.
16472 (all): Depend on EXTRA_RULES.
16473 (check-read1, expect-read1, read1.so, read1): New rules.
16474 * README (Testsuite Parameters): Document the READ1 make variable.
16475 (Race detection): New section.
16476 * configure: Regenerate.
16477 * configure.ac: If build==host==target, and running under a
16478 GNU/glibc system, add read1 to the extra Makefile rules.
16479 (EXTRA_RULES): AC_SUBST it.
16480 * lib/read1.c: New file.
16481
d36430db
JB
164822014-08-20 Joel Brobecker <brobecker@adacore.com>
16483
16484 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
16485 the handling of variables declared as a typedef to an array
16486 which a DW_AT_data_location attribute.
16487
9a0dc9e3
PA
164882014-08-19 Andrew Burgess <aburgess@broadcom.com>
16489 Pedro Alves <palves@redhat.com>
16490
16491 PR symtab/14604
16492 PR symtab/14605
16493 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
16494 gdb_test.
16495
0718a8da
PA
164962014-08-19 Pedro Alves <palves@redhat.com>
16497
16498 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
16499
13b448cd
YQ
165002014-08-19 Yao Qi <yao@codesourcery.com>
16501
16502 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
16503 right line.
16504
1cbf5077
DB
165052014-08-18 David Blaikie <dblaikie@gmail.com>
16506
16507 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
16508
bf0fae19
JB
165092014-08-18 Joel Brobecker <brobecker@adacore.com>
16510
16511 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
16512 attribute in array range.
16513
3c8c5dcc
JB
165142014-08-18 Joel Brobecker <brobecker@adacore.com>
16515
16516 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
16517
e66d4446
SC
165182014-08-15 Siva Chandra Reddy <sivachandra@google.com>
16519
16520 PR c++/17132
16521 * gdb.cp/pr17132.cc: New file.
16522 * gdb.cp/pr17132.exp: New file.
16523
940df408
SC
165242014-08-15 Siva Chandra Reddy <sivachandra@google.com>
16525
16526 * gdb.python/py-xmethods.py (A_getarrayind)
16527 (E_method_char_worker.__call__, E_method_int_worker.__call__):
16528 Use 'print' with function call syntax.
16529 (E_method_matcher.match): Fix tab vs space indentation mixup.
16530
ebcc6c3a
YQ
165312014-08-15 Yao Qi <yao@codesourcery.com>
16532
16533 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
16534 false.
16535
775e0f04
YQ
165362014-08-15 Yao Qi <yao@codesourcery.com>
16537
16538 * gdb.cp/casts.exp: Set print symbol off.
16539 * gdb.cp/class2.exp: Likewise.
16540 * gdb.cp/overload.exp: Likewise.
16541 * gdb.cp/templates.exp: Likewise.
16542
d769e349
DE
165432014-08-11 Doug Evans <dje@google.com>
16544
16545 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
16546 (test_load_shlib): Update.
16547
20c6f1e1
YQ
165482014-08-09 Yao Qi <yao@codesourcery.com>
16549
16550 * gdb.base/display.exp: Invoke is_address_zero_readable.
16551 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
16552 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
16553 * gdb.base/hbreak-unmapped.exp: Return if
16554 is_address_zero_readable returns true.
16555 * gdb.base/signest.exp: Likewise.
16556 * gdb.base/signull.exp: Likewise.
16557 * gdb.base/sigbpt.exp: Likewise.
16558 * gdb.guile/scm-disasm.exp: Do the test if
16559 is_address_zero_readable returns false.
16560 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
16561 * gdb.python/py-arch.exp: Likewise.
16562 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
16563 * lib/gdb.exp (is_address_zero_readable): New proc.
16564
5792e8e3
YQ
165652014-08-09 Yao Qi <yao@codesourcery.com>
16566
16567 PR testsuite/13443
16568 * gdb.mi/mi-var-display.exp: Make test messages unique.
16569
3cecbbbe
TT
165702014-08-04 Tom Tromey <tromey@redhat.com>
16571
16572 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
16573 target 0".
16574
00b51ff5
TT
165752014-08-04 Tom Tromey <tromey@redhat.com>
16576
16577 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
16578 "target_resume".
16579
6908c509
JB
165802014-08-01 Joel Brobecker <brobecker@adacore.com>
16581
16582 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
16583 inner_vla_struct_object_size.
16584 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
16585 as xfail.
16586
cc6563d2
PA
165872014-07-30 Pedro Alves <palves@redhat.com>
16588
16589 * gdb.threads/signal-command-handle-nopass.exp (test): Add
16590 comment.
16591
7e09a223
YQ
165922014-07-29 Yao Qi <yao@codesourcery.com>
16593
16594 PR gdb/17206
16595 * gdb.base/until-nodebug.exp: New.
16596
7ebdbe92
DE
165972014-07-28 Doug Evans <xdje42@gmail.com>
16598
16599 PR guile/17203
16600 * gdb.guile/scm-parameter.exp: Add tests for trying to create
16601 previously existing parameter, and previously ambiguously spelled
16602 parameter.
16603
fdb1adc6
WN
166042014-07-28 Will Newton <will.newton@linaro.org>
16605
16606 * gdb.base/varargs.exp: Remove KFAILs for ARM.
16607
186fcde0
DE
166082014-07-26 Ludovic Courtès <ludo@gnu.org>
16609 Doug Evans <xdje42@gmail.com>
16610
16611 PR guile/17146
16612 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
16613
70509625
PA
166142014-07-25 Pedro Alves <palves@redhat.com>
16615
16616 * gdb.threads/signal-command-handle-nopass.c: New file.
16617 * gdb.threads/signal-command-handle-nopass.exp: New file.
16618 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
16619 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
16620 * gdb.threads/signal-delivered-right-thread.c: New file.
16621 * gdb.threads/signal-delivered-right-thread.exp: New file.
16622
c3f814a1
PA
166232014-07-25 Pedro Alves <palves@redhat.com>
16624
16625 * gdb.base/double-prompt-target-event-error.exp
16626 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
16627 match.
16628 (cancel_pagination_in_target_event): Rework double prompt
16629 detection.
16630 * gdb.base/paginate-after-ctrl-c-running.exp
16631 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
16632 <return>' match.
16633 * gdb.base/paginate-bg-execution.exp
16634 (test_bg_execution_pagination_return)
16635 (test_bg_execution_pagination_cancel): Remove '-notransfer
16636 <return>' matches.
16637 * gdb.base/paginate-execution-startup.exp
16638 (test_fg_execution_pagination_return)
16639 (test_fg_execution_pagination_cancel): Remove '-notransfer
16640 <return>' matches.
16641 * gdb.base/paginate-inferior-exit.exp
16642 (test_paginate_inferior_exited): Remove '-notransfer <return>'
16643 match.
16644 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
16645 * lib/gdb.exp (pagination_prompt): Run text through
16646 string_to_regexp.
16647 (gdb_test_multiple): Match $pagination_prompt instead of
16648 "<return>".
16649 (string_to_regexp): Move to lib/gdb-utils.exp.
16650
e214cf6c
JK
166512014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16652
16653 * gdb.arch/amd64-entry-value-paramref.S: New file.
16654 * gdb.arch/amd64-entry-value-paramref.cc: New file.
16655 * gdb.arch/amd64-entry-value-paramref.exp: New file.
16656 * gdb.arch/amd64-optimout-repeat.S: New file.
16657 * gdb.arch/amd64-optimout-repeat.c: New file.
16658 * gdb.arch/amd64-optimout-repeat.exp: New file.
16659
17d0c5c8
JK
166602014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16661
16662 PR gdb/17170
16663 * gdb.base/statistics.exp: New file.
16664
b8b8facf
DE
166652014-07-17 Doug Evans <dje@google.com>
16666
74b49205 16667 PR gdb/17170
b8b8facf
DE
16668 * gdb.base/maint.exp: Update testing of per-command stats.
16669
1b5d0ab3
PA
166702014-07-16 Pedro Alves <palves@redhat.com>
16671
16672 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
16673 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
16674 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
16675 (tfile_write_buf): New functions.
16676 (add_memory_block): Rewrite using the above.
16677 (adjust_function_address): New function.
16678 (FUNCTION_ADDRESS): New macro.
16679 (write_basic_trace_file): Remove short_x local, and use
16680 tfile_write_16. Change type of func_addr local to unsigned long
16681 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
16682 here. Cast argument of add_memory_block to char pointer.
16683 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
16684 (main): Remove parameters.
16685 * gdb.trace/tfile.exp: Remove nowarnings.
16686
4d974e88
SM
166872014-07-15 Simon Marchi <simon.marchi@ericsson.com>
16688
16689 * gdb.base/debug-expr.exp: Test string evaluation with
16690 "debug expression" on.
16691
41e99568
PA
166922014-07-15 Pedro Alves <palves@redhat.com>
16693
16694 * gdb.base/reread.exp: Use clean_restart.
16695
487d9753
PL
166962014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
16697
16698 * gdb.arch/avr-flash-qualifer.c: New.
16699 * gdb.arch/avr-flash-qualifer.exp: New.
16700
cc1c52ad
PA
167012014-07-14 Pedro Alves <palves@redhat.com>
16702
16703 * gdb.base/paginate-after-ctrl-c-running.c: New file.
16704 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
16705
1e973570
PA
167062014-07-14 Pedro Alves <palves@redhat.com>
16707
16708 * gdb.base/double-prompt-target-event-error.c: New file.
16709 * gdb.base/double-prompt-target-event-error.exp: New file.
16710
93d6eb10
PA
167112014-07-14 Pedro Alves <palves@redhat.com>
16712
16713 PR gdb/17072
16714 * gdb.base/paginate-inferior-exit.c: New file.
16715 * gdb.base/paginate-inferior-exit.exp: New file.
16716
0017922d
PA
167172014-07-14 Pedro Alves <palves@redhat.com>
16718
16719 PR gdb/17072
16720 * gdb.base/paginate-bg-execution.c: New file.
16721 * gdb.base/paginate-bg-execution.exp: New file.
16722
94696ad3
PA
167232014-07-14 Pedro Alves <palves@redhat.com>
16724
16725 PR gdb/17072
16726 * gdb.base/paginate-execution-startup.c: New file.
16727 * gdb.base/paginate-execution-startup.exp: New file.
16728 * lib/gdb.exp (pagination_prompt): New global.
16729 (default_gdb_spawn): New procedure, factored out from
16730 default_gdb_spawn.
16731 (default_gdb_start): Adjust to call default_gdb_spawn.
16732 (gdb_spawn): New procedure.
16733
bd293940
PA
167342014-07-14 Pedro Alves <palves@redhat.com>
16735
16736 * lib/gdb.exp (gdb_assert): New procedure.
16737 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
16738
c933f875
PA
167392014-07-14 Pedro Alves <palves@redhat.com>
16740
16741 * gdb.base/execution-termios.c: New file.
16742 * gdb.base/execution-termios.exp: New file.
16743
d98b7a16
TT
167442014-07-14 Tom Tromey <tromey@redhat.com>
16745
16746 * gdb.cp/vla-cxx.cc: New file.
16747 * gdb.cp/vla-cxx.exp: New file.
16748
548740d6
TT
167492014-07-14 Tom Tromey <tromey@redhat.com>
16750
16751 * gdb.reverse/rerun-prec.c: New file.
16752 * gdb.reverse/rerun-prec.exp: New file.
16753
a25eb028
MR
167542014-07-12 Maciej W. Rozycki <macro@mips.com>
16755 Maciej W. Rozycki <macro@codesourcery.com>
16756
16757 * lib/gdb-utils.exp: New file.
16758 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
16759 inline `gdb_init_command' processing.
16760 (gdb_start_cmd): Likewise.
16761 * lib/mi-support.exp (mi_run_cmd): Likewise.
16762 * README: Document `gdb_init_command' and `gdb_init_commands'.
16763
218c2655
JK
167642014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16765
16766 Fix false FAIL running under a very long directory name.
16767 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
16768 and "set print elements 10000". Twice.
16769
5401fde3
YQ
167702014-07-11 Yao Qi <yao@codesourcery.com>
16771
16772 * gdb.base/exprs.exp: "set print symbol off".
16773
e76126e8
PA
167742014-07-11 Pedro Alves <palves@redhat.com>
16775
16776 * gdb.threads/kill.c: New file.
16777 * gdb.threads/kill.exp: New file.
16778
2d6f0de6
YQ
167792014-07-10 Yao Qi <yao@codesourcery.com>
16780
16781 * gdb.trace/tfile.c (write_basic_trace_file)
16782 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
16783 address written to trace file.
16784
7180e04a
PA
167852014-07-09 Pedro Alves <palves@redhat.com>
16786
16787 * gdb.base/attach-wait-input.exp: New file.
16788 * gdb.base/attach-wait-input.c: New file.
16789
9a9a7608
AB
167902014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
16791
16792 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
16793 setting up test structures.
16794 (main): Call new test function.
16795 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
16796 test function, continue into test function and walk test
16797 structures.
16798
161ac41e
YQ
167992014-07-02 Yao Qi <yao@codesourcery.com>
16800
16801 * gdb.trace/entry-values.c: Define labels 'foo_start' and
16802 'bar_start' at the beginning of functions 'foo' and 'bar'
16803 respectively.
16804 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
16805 instead of 'foo' and 'bar'.
16806
1f267ae3
MM
168072014-07-08 Markus Metzger <markus.t.metzger@intel.com>
16808
16809 * gdb.btrace/segv.exp: New.
16810 * gdb.btrace/segv.c: New.
16811
2b239efb
LM
168122014-07-02 Luis Machado <lgustavo@codesourcery.com>
16813
16814 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
16815 instruction.
16816
cf363f18
MW
168172014-06-30 Mark Wielaard <mjw@redhat.com>
16818
16819 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
16820 vulture, vilify, villar): New volatile array constants.
16821 (vindictive, vegetation): New const volatile array constants.
16822 * gdb.base/volatile.exp: Test volatile and const volatile array
16823 types.
16824
aebf9d24
AA
168252014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
16826
16827 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
16828 target lacks support for awatch, rwatch, or hbreak.
16829
b67a2c6f
YQ
168302014-06-27 Yao Qi <yao@codesourcery.com>
16831
16832 * gdb.multi/dummy-frame-restore.exp: New.
16833 * gdb.multi/dummy-frame-restore.c: New.
16834
aef92902
MM
168352014-06-25 Markus Metzger <markus.t.metzger@intel.com>
16836
16837 * gdb.btrace/gcore.exp: New.
16838
8e9db26e
PA
168392014-06-23 Pedro Alves <palves@redhat.com>
16840
16841 * gdb.base/watchpoint-reuse-slot.c: New file.
16842 * gdb.base/watchpoint-reuse-slot.exp: New file.
16843
70afc5b7
SC
168442014-06-23 Siva Chandra Reddy <sivachandra@google.com>
16845
16846 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
16847 progspace's filename in 'info', 'enable' and 'disable' command
16848 tests.
16849
b972bd9c
JK
168502014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
16851
16852 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
16853 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
16854 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
16855
125f8a3d
GB
168562014-06-20 Gary Benson <gbenson@redhat.com>
16857
16858 * gdb.arch/i386-avx.exp: Fix include file location.
16859 * gdb.arch/i386-sse.exp: Likewise.
16860
3ed9baed
IB
168612014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
16862
16863 * gdb.dlang/expression.exp: New file.
16864
034f788c
PA
168652014-06-19 Pedro Alves <palves@redhat.com>
16866
16867 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
16868 out from ...
16869 (top level): ... here. Iterate running tests under different
16870 scheduler-locking settings.
16871
45371d0c
LM
168722014-06-18 Luis Machado <lgustavo@codesourcery.com>
16873
16874 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
16875 to DW_FORM_addr and use non-zero addresses.
16876
5d376983
SC
168772014-06-18 Siva Chandra Reddy <sivachandra@google.com>
16878
16879 PR gdb/17017
16880 * gdb.python/py-xmethods.cc: Add global function call counters and
16881 increment them in their respective functions. Remove "cout"
16882 statements.
16883 * gdb.python/py-xmethods.exp: Make tests check the global function
16884 call counters instead of depending on inferior IO.
16885
a1aa2221
LM
168862014-06-18 Don Breazeal <donb@codesourcery.com>
16887
16888 * gdb.base/foll-fork.exp (default_fork_parent_follow):
16889 Deleted procedure.
16890 (explicit_fork_parent_follow): Deleted procedure.
16891 (explicit_fork_child_follow): Deleted procedure.
16892 (test_follow_fork): New procedure.
16893 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 16894 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
16895 procedure calls.
16896
0fc05997
YQ
168972014-06-17 Yao Qi <yao@codesourcery.com>
16898
16899 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
16900 CP1252.
16901
70795c52
LM
169022014-06-17 Luis Machado <lgustavo@codesourcery.com>
16903
16904 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
16905 Initialize ptr and S explicitly.
16906 (skip_type_update_when_not_use_rtti_test): Likewise.
16907
6be47f0c
KS
169082014-06-16 Keith Seitz <keiths@redhat.com>
16909
16910 PR mi/15863
16911 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
16912 the inferior is started.
16913
d03de421
PA
169142014-06-16 Pedro Alves <palves@redhat.com>
16915
16916 * gdb.base/break-main-file-remove-fail.c: New file.
16917 * gdb.base/break-main-file-remove-fail.exp: New file.
16918 * gdb.base/break-unload-file.exp: Use build_executable instead of
16919 prepare_for_testing.
16920 (test_break): New parameter "initial_load". Handle it.
16921 (top level): Add initial_load cmdline/file axis.
16922
f9579b99
TT
169232014-06-12 Tom Tromey <tromey@redhat.com>
16924
16925 * gdb.base/completion.exp: Don't use directory name in test.
16926
3657956b
GB
169272014-06-09 Gary Benson <gbenson@redhat.com>
16928
16929 * gdb.base/sigall.c [Functions to send signals]: Reorder to
16930 separate the always-available ANSI-standard signals from the
16931 signals that require checking.
16932 (main): Likewise.
16933 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
16934 Likewise.
16935 (main): Likewise.
16936
4186eb54
KS
169372014-06-07 Keith Seitz <keiths@redhat.com>
16938
16939 Revert:
16940 PR c++/16253
16941 * gdb.cp/var-tag.cc: New file.
16942 * gdb.cp/var-tag.exp: New file.
16943 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
16944 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
16945 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
16946 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
16947
25326a28 169482014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
16949
16950 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
16951
829155c9
PA
169522014-06-06 Pedro Alves <palves@redhat.com>
16953
16954 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
16955 in target debug output instead of looking at RSP packets,
16956 disabling the test on any target that uses hardware stepping.
16957 Update comments.
16958
61c8d22e
PA
169592014-06-06 Pedro Alves <palves@redhat.com>
16960
16961 * gdb.base/break-unload-file.exp: Fix typo.
16962
d9a47287
YQ
169632014-06-06 Yao Qi <yao@codesourcery.com>
16964
16965 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
16966 from "jit_function" to "^jit_function".
16967
e5e01dbf
YQ
169682014-06-06 Yao Qi <yao@codesourcery.com>
16969
16970 * gdb.base/async.c (foo): Add one statement.
16971 * gdb.base/async.exp: Get the next instruction address and
16972 match the output of "nexti" by instruction address. Match
16973 the hex address in the output of "finish".
16974
73ba372c
GB
169752014-06-06 Gary Benson <gbenson@redhat.com>
16976
16977 * gdb.base/call-signals.c: Remove preprocessor conditionals
16978 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
16979 SIGSEGV and SIGTERM.
16980 * gdb.base/sigall.c: Likewise.
16981 * gdb.base/unwindonsignal.c: Likewise.
16982 * gdb.reverse/sigall-reverse.c: Likewise.
16983
831517df
YQ
169842014-06-06 Yao Qi <yao@codesourcery.com>
16985
16986 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
16987 readable, skip the test.
16988
b8b91e98
YQ
169892014-06-06 Yao Qi <yao@codesourcery.com>
16990
16991 * gdb.threads/staticthreads.c (thread_function): Move the line
16992 setting breakpoint on forward.
16993 * gdb.threads/staticthreads.exp: Update comments.
16994
fb934770
LC
169952014-06-05 Ludovic Courtès <ludo@gnu.org>
16996
16997 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
16998 "history-append! type error".
16999
6ef284bd
SM
170002014-06-05 Simon Marchi <simon.marchi@ericsson.com>
17001
17002 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
17003 erroneous dprintf expected input.
17004
a872e241
DE
170052014-06-04 Doug Evans <xdje42@gmail.com>
17006
17007 * gdb.guile/scm-generics.exp: Delete.
17008
16f691fb
DE
170092014-06-04 Doug Evans <xdje42@gmail.com>
17010
17011 * gdb.guile/scm-breakpoint.exp: Update.
17012 Add tests for breakpoint registration.
17013
012370f6
TT
170142014-06-04 Tom Tromey <tromey@redhat.com>
17015
17016 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
17017 VLA-in-union.
17018 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
17019 inner_vla_struct, vla_union types. Initialize objects of those
17020 types and compute their sizes.
17021
9f5a4cef
HZ
170222014-06-04 Nathan Sidwell <nathan@codesourcery.com>
17023 Hui Zhu <hui@codesourcery.com>
17024
17025 * gdb.base/fileio.exp: Add test for shell not available as well as
17026 available.
17027 * gdb.base/fileio.c (test_system): Check for shell twice.
17028
90a45c4d
YQ
170292014-06-04 Yao Qi <yao@codesourcery.com>
17030
17031 * gdb.base/auto-connect-native-target.exp: Remove redundant
17032 space from the regexp pattern.
17033
70017e41
YQ
170342014-06-04 Yao Qi <yao@codesourcery.com>
17035
17036 * gdb.base/default.exp: Replace "child" with "native" in
17037 regexp pattern.
17038
883964a7
SC
170392014-06-03 Siva Chandra Reddy <sivachandra@google.com>
17040
17041 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
17042 * gdb.python/py-xmethods.exp: New tests to test xmethods.
17043 * gdb.python/py-xmethods.py: Python script supporting the
17044 new testcase and tests.
17045
ef370185
JB
170462014-06-03 Joel Brobecker <brobecker@adacore.com>
17047 Pedro Alves <palves@redhat.com>
17048
17049 PR breakpoints/17000
17050 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
17051 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
17052
1e2ccb61
BM
170532014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
17054
17055 * gdb.base/subst.exp: Add tests to verify partial path matching
17056 output.
17057
c6ec5ab2
PA
170582014-06-03 Pedro Alves <palves@redhat.com>
17059
17060 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
17061 target that doesn't use software single-stepping.
17062
835c559f
PA
170632014-06-03 Pedro Alves <palves@redhat.com>
17064
17065 PR breakpoints/17000
17066 * gdb.base/sss-bp-on-user-bp-2.c: New file.
17067 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
17068
06eb1586
DE
170692014-06-02 Doug Evans <xdje42@gmail.com>
17070
17071 * gdb.guile/scm-parameter.exp: New file.
17072
e698b8c4
DE
170732014-06-02 Doug Evans <xdje42@gmail.com>
17074
17075 * gdb.guile/scm-cmd.c: New file.
17076 * gdb.guile/scm-cmd.exp: New file.
17077
ded03782
DE
170782014-06-02 Doug Evans <xdje42@gmail.com>
17079
17080 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
17081 pretty-printer lookup.
17082 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
17083 (make-pp_s-printer): Call it.
17084 (make-pretty-printer-from-dict): New function.
17085 (lookup-pretty-printer-maker-from-dict): New function.
17086 (*pretty-printer*): Simplify.
17087 (make-objfile-pp_s-printer): New function.
17088 (install-objfile-pretty-printers!): New function.
17089 (make-progspace-pp_s-printer): New function.
17090 (install-progspace-pretty-printers!): New function.
17091 * gdb.guile/scm-progspace.c: New file.
17092 * gdb.guile/scm-progspace.exp: New file.
17093
41fac0cf
PA
170942014-06-02 Pedro Alves <palves@redhat.com>
17095
17096 * gdb.base/dprintf-bp-same-addr.c: New file.
17097 * gdb.base/dprintf-bp-same-addr.exp: New file.
17098
96ae5695
EBM
170992014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17100
17101 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
17102 * gdb.arch/powerpc-power.s: Likewise.
17103
da02b3a8
JB
171042014-06-02 Joel Brobecker <brobecker@adacore.com>
17105
17106 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
17107
c72b2e7b
YQ
171082014-06-01 Yao Qi <yao@codesourcery.com>
17109
17110 * gdb.base/watchpoint.exp (test_watch_location): Check null
17111 pointer can be dereferenced. If not, do the test, otherwise
17112 skip it.
17113
53e8a631
AB
171142014-05-30 Andrew Burgess <aburgess@broadcom.com>
17115
17116 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
17117 results.
17118 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
17119
938f0e2f
AB
171202014-05-30 Andrew Burgess <aburgess@broadcom.com>
17121
17122 * gdb.arch/amd64-invalid-stack-middle.S: New file.
17123 * gdb.arch/amd64-invalid-stack-middle.c: New file.
17124 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
17125 * gdb.arch/amd64-invalid-stack-top.c: New file.
17126 * gdb.arch/amd64-invalid-stack-top.exp: New file.
17127
9ba6657a
PA
171282014-05-30 Pedro Alves <palves@redhat.com>
17129
17130 PR breakpoints/17000
17131 * gdb.base/sss-bp-on-user-bp.c: New file.
17132 * gdb.base/sss-bp-on-user-bp.exp: New file.
17133
522c09bf
DB
171342014-05-30 David Blaikie <dblaikie@gmail.com>
17135
17136 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
17137 gnu_inline semantics via attribute.
17138 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
17139 source explicitly specifies the required semantics.
17140
bf4ef81e
MR
171412014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
17142
17143 * gdb.reverse/sigall-reverse.exp: Fix a typo.
17144
329ea579
PA
171452014-05-29 Pedro Alves <palves@redhat.com>
17146 Tom Tromey <tromey@redhat.com>
17147
17148 * gdb.base/async-shell.exp: Don't enable target-async.
17149 * gdb.base/async.exp
17150 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
17151 parameter. Adjust.
17152 (top level): Don't test with "target-async".
17153 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
17154 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
17155 * gdb.base/inferior-died.exp: Don't enable target-async.
17156 * gdb.base/interrupt-noterm.exp: Likewise.
17157 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
17158 * gdb.mi/mi-nonstop-exit.exp: Likewise.
17159 * gdb.mi/mi-nonstop.exp: Likewise.
17160 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
17161 * gdb.mi/mi-nsintrall.exp: Likewise.
17162 * gdb.mi/mi-nsmoribund.exp: Likewise.
17163 * gdb.mi/mi-nsthrexec.exp: Likewise.
17164 * gdb.mi/mi-watch-nonstop.exp: Likewise.
17165 * gdb.multi/watchpoint-multi.exp: Adjust comment.
17166 * gdb.python/py-evsignal.exp: Don't enable target-async.
17167 * gdb.python/py-evthreads.exp: Likewise.
17168 * gdb.python/py-prompt.exp: Likewise.
17169 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
17170 * gdb.server/solib-list.exp: Don't enable target-async.
17171 * gdb.threads/thread-specific-bp.exp: Likewise.
17172 * lib/mi-support.exp: Adjust to use mi-async.
17173
fd664c91
PA
171742014-05-29 Pedro Alves <palves@redhat.com>
17175
17176 PR gdb/13860
17177 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
17178 reason, even in sync mode.
17179
251bde03
PA
171802014-05-29 Pedro Alves <palves@redhat.com>
17181 Hui Zhu <hui@codesourcery.com>
17182
17183 PR PR15693
17184 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
17185 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
17186 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
17187 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
17188
7f3c0343
JB
171892014-05-28 Joel Brobecker <brobecker@adacore.com>
17190
17191 * config/monitor.exp (gdb_target_monitor): Replace use of
17192 "set remotebaud" by "set serial baud".
17193
b2715b27
AW
171942014-05-26 Andy Wingo <wingo@igalia.com>
17195
17196 * gdb.guile/scm-breakpoint.exp:
17197 * gdb.guile/scm-gsmob.exp: Update to use plain old object
17198 properties instead of gdb-object-properties.
17199
498a4489
YQ
172002014-05-26 Yao Qi <yao@codesourcery.com>
17201
17202 * gdb.server/no-thread-db.exp: Specify source file name
17203 explicitly when setting a breakpoint.
17204
589fdceb
MM
172052014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17206
17207 * gdb.btrace/vdso.c: New.
17208 * gdb.btrace/vdso.exp: New.
17209
e9089e05
MM
172102014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17211
17212 * gdb.base/gcore.exp (capture_command_output): Move ...
17213 * lib/gdb.exp (capture_command_output): ... here.
17214
67b5c0c1
MM
172152014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17216
17217 * gdb.btrace/data.exp: Test memory access during btrace replay.
17218
a2199296
SM
172192014-05-22 Simon Marchi <simon.marchi@ericsson.com>
17220
17221 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
17222
17b2616c
PA
172232014-05-21 Pedro Alves <palves@redhat.com>
17224
17225 PR gdb/13860
17226 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
17227 (top level): Test that output related to execution commands is
17228 sent to the console with CLI commands, but not with MI commands.
17229 Test that breakpoint events are always mirrored to the console.
17230 Also expect the new source line to be output after a "next" in
17231 async mode too. Make it a pass/fail test.
17232 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
17233 output.
17234 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
17235
5166082f
PA
172362014-05-21 Pedro Alves <palves@redhat.com>
17237
17238 * gdb.base/list.exp (build_pattern, test_list): New procedures.
17239 Use them to test variations of "list" after reaching a breakpoint.
17240 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
17241 Test "list" with listsize 10 after reaching a breakpoint.
17242 * gdb.python/python.exp (decode_line current location line
17243 number): Adjust expected line number.
17244
2f25d70f
SM
172452014-05-21 Simon Marchi <simon.marchi@ericsson.com>
17246
17247 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
17248 behavior for $args, pass it directly to "run".
17249
ff604a67
MR
172502014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
17251
17252 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
17253 30000 to 65536.
17254
6a3cb8e8
PA
172552014-05-21 Pedro Alves <palves@redhat.com>
17256
17257 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
17258 auto-connect-native-target off".
17259 * gdb.base/auto-connect-native-target.c: New file.
17260 * gdb.base/auto-connect-native-target.exp: New file.
17261
4ebfc96e
PA
172622014-05-21 Pedro Alves <palves@redhat.com>
17263
17264 * gdb.base/default.exp: Test "target native" instead of "target
17265 child".
17266
36d46afb
MW
172672014-05-21 Mark Wielaard <mjw@redhat.com>
17268
17269 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
17270
5876f503
JK
172712014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17272
17273 Fix TLS access for -static -pthread.
17274 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
17275 <HAVE_TLS> (thread_function, main): Initialize it.
17276 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
17277 Add clean_restart.
17278 <$have_tls != "">: Check TLSVAR.
17279
0256a6ac
PA
172802014-05-21 Pedro Alves <palves@redhat.com>
17281
17282 * gdb.base/dcache-line-read-error.c: New.
17283 * gdb.base/dcache-line-read-error.exp: New.
17284
936d2992
PA
172852014-05-20 Pedro Alves <palves@redhat.com>
17286
17287 * gdb.base/compare-sections.c: New file.
17288 * gdb.base/compare-sections.exp: New file.
17289
802e8e6d
PA
172902014-05-20 Pedro Alves <palves@redhat.com>
17291
17292 * gdb.base/break-idempotent.c: New file.
17293 * gdb.base/break-idempotent.exp: New file.
17294
e59fa00f
MM
172952014-05-20 Markus Metzger <markus.t.metzger@intel.com>
17296
17297 * gdb.btrace/nohist.exp: New.
17298
8b696e31
YQ
172992014-05-20 Yao Qi <yao@codesourcery.com>
17300
17301 * lib/gdb.exp (gdb_init): Set timeout if test file is under
17302 gdb.reverse directory and gdb_reverse_timeout exists in board
17303 setting.
17304 * README: Document gdb_reverse_timeout.
17305
73c9764f
YQ
173062014-05-20 Yao Qi <yao@codesourcery.com>
17307
17308 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
17309 'test_file_name'. Treat args as a string instead of a list.
17310 (gdb_init): Rename argument 'args' by 'test_file_name'.
17311
f1f4348a
JK
173122014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
17313
17314 * gdb.arch/powerpc-power.exp: New file.
17315 * gdb.arch/powerpc-power.s: New file.
17316
0dbe70ce
DE
173172014-05-16 Doug Evans <dje@google.com>
17318
17319 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
17320 * gdb.base/completion.exp: Check that all expected files exist
17321 before doing file completion.
0dbe70ce 17322
8d551b02
DE
173232014-05-16 Doug Evans <dje@google.com>
17324
17325 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
17326 Update.
17327 (do_syscall_tests_without_xml): Update.
17328
73eb7709
PA
173292014-05-16 Pedro Alves <palves@redhat.com>
17330
17331 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
17332 instead of "unknown output after running".
17333
3fae92fc
YQ
173342014-05-16 Yao Qi <yao@codesourcery.com>
17335
17336 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
17337 file1.txt from host at the end.
17338 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17339
c2b2ccc5
DE
173402014-05-15 Doug Evans <dje@google.com>
17341
17342 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
17343 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
17344 loading file. Add test for TU lookup.
17345
8c217a4b
SM
173462014-05-15 Simon Marchi <simon.marchi@ericsson.com>
17347
17348 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
17349 calling "-exec-arguments" or "set args" before running the
17350 inferior.
17351
3deb39c6
SM
173522014-05-15 Simon Marchi <simon.marchi@ericsson.com>
17353
17354 * lib/mi-support.exp (mi_expect_stop): Expect message for
17355 inferiors that exit with non-zero exit code.
17356
71a79f8c
YQ
173572014-05-14 Yao Qi <yao@codesourcery.com>
17358
17359 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
17360 match absolute path on remote host.
17361 (test_file_list_exec_source_files): Remove "/" from the
17362 pattern.
17363
f23fcd46
YQ
173642014-05-14 Yao Qi <yao@codesourcery.com>
17365
17366 * boards/local-remote-host-notty.exp (${board}_file): New
17367 proc.
17368
9404b58f
KM
173692014-05-07 Kyle McMartin <kyle@redhat.com>
17370
17371 Pushed by Joel Brobecker <brobecker@adacore.com>.
17372 * gdb.arch/aarch64-atomic-inst.c: New file.
17373 * gdb.arch/aarch64-atomic-inst.exp: New file.
17374
5e45f04c
YQ
173752014-05-07 Yao Qi <yao@codesourcery.com>
17376
17377 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
17378 in current context" too.
17379
c888a17d
KS
173802014-05-05 Keith Seitz <keiths@redhat.com>
17381
17382 * gdb.linespec/ls-dollar.exp: Add test for linespec
17383 file:convenience_variable.
17384
290a839c
YQ
173852014-05-05 Yao Qi <yao@codesourcery.com>
17386
17387 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
17388 traceframes into tfile and ctf trace files. Read data from
17389 trace file and test collected data.
17390 (gdb_collect_locals_test): Likewise.
17391 (gdb_unavailable_registers_test): Likewise.
17392 (gdb_unavailable_floats): Likewise.
17393 (gdb_collect_globals_test): Likewise.
17394 (top-level): Append "ctf" to trace_file_targets if GDB
17395 supports.
17396
b5262cd0
YQ
173972014-05-05 Yao Qi <yao@codesourcery.com>
17398
17399 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
17400 code to ...
17401 (gdb_collect_args_test_1): ... it. New proc.
17402 (gdb_collect_locals_test): Move some code to ...
17403 (gdb_collect_locals_test_1): ... it. New proc.
17404 (gdb_unavailable_registers_test): Move some code to ...
17405 (gdb_unavailable_registers_test_1): ... it. New proc.
17406 (gdb_unavailable_floats): Move some code to ...
17407 (gdb_unavailable_floats_1): ... it. New proc.
17408
30a1e6cc
SDJ
174092014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
17410
17411 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
17412 probes to test for bitness recognition.
17413 * gdb.arch/amd64-stap-optional-prefix.exp
17414 (test_probe_value_without_reg): New procedure.
17415 Add code to test for different kinds of bitness.
17416
f33da99a
SDJ
174172014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
17418
17419 PR breakpoints/16889
17420 * gdb.arch/amd64-stap-optional-prefix.S: New file.
17421 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
17422
5b80f00d
PA
174232014-05-01 Pedro Alves <palves@redhat.com>
17424
17425 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
17426 gdb_file_cmd if no file is specified.
17427 * boards/native-extended-gdbserver.exp (gdb_load): Use the
17428 last_loaded_file to set the remote exec-file.
17429
f8c2a73c
PA
174302014-05-01 Pedro Alves <palves@redhat.com>
17431
17432 * boards/local-remote-host.exp: New file.
17433
be6e8ac7
PA
174342014-05-01 Pedro Alves <palves@redhat.com>
17435
17436 * boards/local-remote-host.exp: Rename to ...
17437 * boards/local-remote-host-notty.exp: ... this.
17438
cac0dc8f
JB
174392014-04-28 Joel Brobecker <brobecker@adacore.com>
17440
17441 * gdb.ada/dyn_arrayidx: New testcase.
17442
9730e6cc
YQ
174432014-04-26 Yao Qi <yao@codesourcery.com>
17444
17445 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
17446 and compute the length of function main. Save it in
17447 $main_length.
17448 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
17449 (top-level): Use gdb_compile to compile objects into
17450 executable and restart GDB. Remove invocation to
17451 prepare_for_testing.
17452
7ae1a6a6
PA
174532014-04-25 Simon Marchi <simon.marchi@ericsson.com>
17454 Pedro Alves <palves@redhat.com>
17455
17456 PR server/16255
17457 * gdb.multi/multi-attach.c: New file.
17458 * gdb.multi/multi-attach.exp: New file.
17459
4082afcc
PA
174602014-04-25 Pedro Alves <palves@redhat.com>
17461
17462 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
17463 user.
17464 (top level): Test that "set remote conditional-breakpoints-packet
17465 off" works as intended.
17466 * gdb.base/dprintf.exp: Test that "set remote
17467 breakpoint-commands-packet off" works as intended.
17468 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
17469 New function.
17470 (top level): Call it.
17471 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
17472 remote fast-tracepoints-packet off" works as intended.
17473 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
17474 * lib/gdb.exp (gdb_is_target_remote): ... here.
17475
2abc3f8d
DB
174762014-04-24 David Blaikie <dblaikie@gmail.com>
17477
17478 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
17479 ensure clang would not discard them.
17480 * gdb.base/gdbvars.c: Ditto.
17481 * gdb.base/memattr.c: Ditto.
17482 * gdb.base/whatis.c: Ditto.
17483 * gdb.python/py-prettyprint.c: Ditto.
17484 * gdb.trace/actions.c: Ditto.
17485 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
17486 ensure clang would not discard it.
17487
bfd39632
DB
174882014-04-24 David Blaikie <dblaikie@gmail.com>
17489
17490 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
17491 clang to emit the full definition of type required by the test
17492 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
17493
22842ff6
DB
174942014-04-24 David Blaikie <dblaikie@gmail.com>
17495
17496 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
17497 coax Clang into emitting the definition of the type.
17498 * gdb.cp/pr10728-x.h (y): Ditto.
17499 * gdb.cp/pr10728-y.cc (y): Ditto.
17500
c2e827ad
DB
175012014-04-24 David Blaikie <dblaikie@gmail.com>
17502
17503 * gdb.base/label.exp: XFAIL label related tests under Clang.
17504 * gdb.cp/cplabel.exp: Ditto.
17505 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
17506 under Clang those using labels.
17507
4c2d33e7
YQ
175082014-04-25 Yao Qi <yao@codesourcery.com>
17509
17510 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
17511 double_label.
17512 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
17513 partial_label and double_label.
17514
56083b99
DB
175152014-04-24 David Blaikie <dblaikie@gmail.com>
17516
17517 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
17518
25d4e99d
DB
175192014-04-24 David Blaikie <dblaikie@gmail.com>
17520
17521 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
17522 of the function to work across GCC and Clang.
17523 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
17524 pointer types (const void ** const V void **).
17525
01f9f808
MS
175262014-04-24 Michael Sturm <michael.sturm@mintel.com>
17527 Walfred Tedeschi <walfred.tedeschi@intel.com>
17528
17529 * Makefile.in (EXECUTABLES): Added i386-avx512.
17530 * gdb.arch/i386-avx512.c: New file.
17531 * gdb.arch/i386-avx512.exp: Likewise.
17532
4b48d439
KS
175332014-04-23 Keith Seitz <keiths@redhat.com>
17534
17535 * lib/mi-support.exp (mi_list_breakpoints): Delete.
17536 (mi_make_breakpoint_table): New procedure.
17537 (mi_create_breakpoint): Use mi_make_breakpoint
17538 and return the result.
17539 (mi_make_breakpoint): New procedure.
17540 (mi_build_kv_pairs): New procedure.
17541
17542 * gdb.mi/mi-break.exp: Remove unused globals,
17543 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
17544 All callers updated.
17545 * gdb.mi/mi-dprintf.exp: Use variable to track command
17546 number.
17547 Update all callers of mi_create_breakpoint and use
17548 mi_make_breakpoint_table.
17549 Remove any unused global variables.
17550 * gdb.mi/mi-nonstop.exp: Likewise.
17551 * gdb.mi/mi-nsintrall.exp: Likewise.
17552 * gdb.mi/mi-nsmoribund.exp: Likewise.
17553 * gdb.mi/mi-nsthrexec.exp: Likewise.
17554 * gdb.mi/mi-reverse.exp: Likewise.
17555 * gdb.mi/mi-simplerun.exp: Likewise.
17556 * gdb.mi/mi-stepn.exp: Likewise.
17557 * gdb.mi/mi-syn-frame.exp: Likewise.
17558 * gdb.mi/mi-until.exp: Likewise.
17559 * gdb.mi/mi-var-cp.exp: Likewise.
17560 * gdb.mi/mi-var-display.exp: Likewise.
17561 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
17562 * gdb.mi/mi2-var-child.exp: Likewise.
17563 * gdb.mi/mi-vla-c99.exp: Likewise.
17564 * lib/mi-support.exp: Likewise.
17565
17566 From Ian Lance Taylor <iant@cygnus.com>:
17567 * lib/gdb.exp (parse_args): New procedure.
17568
08351840
PA
175692014-04-23 Pedro Alves <palves@redhat.com>
17570
17571 * gdb.base/break-unload-file.c: New file.
17572 * gdb.base/break-unload-file.exp: New file.
17573 * gdb.base/sym-file-lib.c (baz): New function.
17574 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
17575 field.
17576 (load): Store the segment's mapped size.
17577 (unload): New function.
17578 (unload_shlib): New function.
17579 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
17580 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
17581 set a breakpoint at baz, and call it.
17582 * gdb.base/sym-file.exp: New tests for stale breakpoint
17583 instructions.
17584
076855f9
PA
175852014-04-23 Pedro Alves <palves@redhat.com>
17586
17587 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
17588 * gdb.base/hbreak-in-shr-unsupported.c: New file.
17589 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
17590 * gdb.base/hbreak-unmapped.c: New file.
17591 * gdb.base/hbreak-unmapped.exp: New file.
17592 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
17593 * lib/gdb.exp (gdb_is_target_remote): ... here.
17594
483805cf
PA
175952014-04-22 Pedro Alves <palves@redhat.com>
17596
17597 * gdb.base/consecutive-step-over.c: New file.
17598 * gdb.base/consecutive-step-over.exp: New file.
17599
06d97543
PA
176002014-04-22 Pedro Alves <palves@redhat.com>
17601
17602 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
17603 instead of send_gdb/gdb_expect.
17604
b4429ea2
YQ
176052014-04-22 Yao Qi <yao@codesourcery.com>
17606
17607 * lib/trace-support.exp (generate_tracefile): New procedure.
17608 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
17609 return 0.
17610 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
17611 if generate_tracefile returns 1.
17612
51d48146
PA
176132014-04-18 Tom Tromey <palves@redhat.com>
17614 Pedro alves <tromey@redhat.com>
17615
17616 PR backtrace/15558
17617 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
17618 with a backtrace limit.
17619 * gdb.python/py-frame-inline.exp: Test running to an inline
17620 function with a backtrace limit, and printing the newest frame.
17621 * gdb.python/py-frame-inline.c (main): Call f.
17622
bd1dce5f
MS
176232014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
17624
17625 * gdb.java/jnpe.exp: Drop srcdir from untested path.
17626
40d1a503
MS
176272014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
17628
17629 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
17630 Drop prefix from unsupported source file path.
17631
389b98f7
YQ
176322014-04-17 Yao Qi <yao@codesourcery.com>
17633
17634 * lib/gdb.exp (with_target_charset): New proc.
17635 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
17636 with_target_charset.
17637 (test_print_strings): Likewise.
17638 (test_repeat_bytes): Likewise.
17639 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
17640 for some tests.
17641
22869d73
KS
176422014-04-16 Keith Seitz <keiths@redhat.com>
17643
17644 PR gdb/15827
17645 * gdb.dwarf2/corrupt.c: New file.
17646 * gdb.dwarf2/corrupt.exp: New file.
17647
c4f87ca6
KS
176482014-04-16 Keith Seitz <keiths@redhat.com>
17649
17650 PR c++/16597
17651 * gdb.cp/namelessclass.cc: New file.
17652 * gdb.cp/namelessclass.exp: New file.
17653 * gdb.cp/namelessclass.S: New file.
17654
ab19de87
DE
176552014-04-16 Doug Evans <dje@google.com>
17656
17657 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
17658 Add comment.
17659 (gdbserver_default_get_comm_port): New function.
17660 (gdbserver_start): Check if board file provided
17661 "gdbserver,get_comm_port" and use it if so.
17662 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
17663 (gdb,socketport): Set to "stdio".
17664 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
17665 (stdio_gdbserver_template): Delete.
17666 (${board}_get_remote_address): Update.
17667 (${board}_build_remote_cmd): Delete.
17668 (${board}_get_comm_port): New function.
17669 (${board}_spawn): Update.
17670 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
17671 Delete.
17672 (${board}_get_remote_address): Update.
17673 (${board}_get_comm_port): New function.
17674
fc98a809
AB
176752014-04-16 Andrew Burgess <aburgess@broadcom.com>
17676
17677 * gdb.base/memattr.exp: Improve regexps to handle memory regions
17678 appearing in any order.
17679
87fd9e6e
DE
176802014-04-15 Doug Evans <dje@google.com>
17681
17682 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
17683 uninitialized value of "description".
17684
099fc3ea
KS
176852014-04-15 Keith Seitz <keiths@redhat.com>
17686
17687 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
17688 Remove unused globals.
17689 (test_running_the_program): Likewise.
17690 (test_controlled_execution): Likewise.
17691 (test_controlling_breakpoints): Likewise.
17692 (test_program_termination): Likewise.
17693
5da151d4
KS
176942014-04-15 Keith Seitz <keiths@redhat.com>
17695
17696 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
17697 unused globals.
17698 (test_rbreak_creation_and_listing): Likewise.
17699 (test_ignore_count): Likewise.
17700 (test_error): Likewise.
17701
35e5d2f0
PA
177022014-04-15 Pedro Alves <palves@redhat.com>
17703
17704 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
17705 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
17706 sym-file-loader.c.
17707 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
17708 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
17709 to sym-file-loader.c.
17710 (struct library): Forward declare.
17711 (load_shlib, lookup_function): Change prototypes.
17712 (find_shstrtab, find_strtab, find_shdr, find_symtab)
17713 (translate_offset): Remove declarations.
17714 (get_text_addr): New declaration.
17715 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
17716 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
17717 sym-file-loader.h.
17718 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
17719 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
17720 here from sym-file-loader.h.
17721 (struct library): New structure.
17722 (load_shlib, lookup_function): Change prototypes and adjust to
17723 work with a struct library.
17724 (find_shstrtab, find_strtab, find_shdr, find_symtab)
17725 (translate_offset): Make static.
17726 (get_text_addr): New function.
17727 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
17728
eb4c1710
PA
177292014-04-15 Pedro Alves <palves@redhat.com>
17730
17731 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
17732
2d1baf52
PA
177332014-04-15 Pedro Alves <palves@redhat.com>
17734
17735 * gdb.base/sym-file-loader.c: Include <limits.h>.
17736 (SELF_LINK): New define.
17737 (get_origin): New function.
17738 (load_shlib): Use it.
17739 * gdb.base/sym-file.exp: Don't early return if the target is
17740 remote. Use runto_main, and issue fail is that fails. Use
17741 gdb_load_shlibs.
17742 (shlib_name): Delete.
17743 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
17744
7dd6df01
PA
177452014-04-15 Pedro Alves <palves@redhat.com>
17746
17747 * gdb.base/sym-file.exp: Remove regex characters from test
17748 message. Don't refer to breakpoint numbers in test messages.
17749
b50c8614
KS
177502014-04-14 Keith Seitz <keiths@redhat.com>
17751
17752 PR c++/16253
17753 * gdb.cp/var-tag.cc: New file.
17754 * gdb.cp/var-tag.exp: New file.
17755 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
17756 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
17757 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
17758 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
17759
3d567982
TT
177602014-04-14 Tom Tromey <tromey@redhat.com>
17761
17762 * gdb.cp/classes.exp (test_enums): Handle underlying type.
17763 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
17764 type.
17765 * gdb.cp/enum-class.exp: New file.
17766 * gdb.cp/enum-class.cc: New file.
17767
0626fc76
TT
177682014-04-14 Tom Tromey <tromey@redhat.com>
17769
17770 * gdb.dwarf2/enum-type.exp: New file.
17771
dca325b3
SA
177722014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17773
17774 * gdb.mi/mi-vla-c99.exp: New file.
17775 * gdb.mi/vla.c: New file.
17776
5854b38a
SA
177772014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17778
17779 * gdb.base/vla-datatypes.c: New file.
17780 * gdb.base/vla-datatypes.exp: New file.
17781
463bb957
SA
177822014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17783
17784 * gdb.base/vla-ptr.c: New file.
17785 * gdb.base/vla-ptr.exp: New file.
17786
3dd170be
SA
177872014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17788
17789 * gdb.dwarf2/count.exp: New file.
17790
5ecaaa66
SA
177912014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17792
17793 * gdb.base/vla-sideeffect.c: New file.
17794 * gdb.base/vla-sideeffect.exp: New file.
17795
41f1ada5
DB
177962014-04-14 David Blaikie <dblaikie@gmail.com>
17797
17798 * gdb.mi/non-stop.c: Add return value for non-void function return
17799 statement.
17800 * gdb.threads/staticthreads.c: Ditto.
17801
0be03e84
DE
178022014-04-12 Siva Chandra Reddy <sivachandra@google.com>
17803 Doug Evans <xdje42@gmail.com>
17804
17805 * gdb.guile/scm-value.c: Improve test case.
17806 * gdb.guile/scm-value.exp: Add new test.
17807
f180a1fb
DB
178082014-04-11 David Blaikie <dblaikie@gmail.com>
17809
17810 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
17811 override Clang's default.
17812
6b662e19
JB
178132014-04-11 Joel Brobecker <brobecker@adacore.com>
17814
17815 Revert the following changes (regressions):
17816
17817 * gdb.base/vla-sideeffect.c: New file.
17818 * gdb.base/vla-sideeffect.exp: New file.
17819
17820 * gdb.dwarf2/count.exp: New file.
17821
17822 * gdb.base/vla-multi.c: New file.
17823 * gdb.base/vla-multi.exp: New file.
17824
17825 * gdb.base/vla-ptr.c: New file.
17826 * gdb.base/vla-ptr.exp: New file.
17827
17828 * gdb.base/vla-datatypes.c: New file.
17829 * gdb.base/vla-datatypes.exp: New file.
17830
17831 * gdb.mi/mi-vla-c99.exp: New file.
17832 * gdb.mi/vla.c: New file.
17833
245a5f0b
KS
178342014-04-11 Keith Seitz <keiths@redhat.com>
17835
17836 PR c++/16675
17837 * gdb.cp/cpsizeof.exp: New file.
17838 * gdb.cp/cpsizeof.cc: New file.
17839
58a84dcf
SA
178402014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17841
191a8a90
JB
17842 * gdb.mi/mi-vla-c99.exp: New file.
17843 * gdb.mi/vla.c: New file.
58a84dcf 17844
c8655f75
SA
178452014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17846
17847 * gdb.base/vla-datatypes.c: New file.
17848 * gdb.base/vla-datatypes.exp: New file.
17849
024e13b4
SA
178502014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17851
17852 * gdb.base/vla-ptr.c: New file.
17853 * gdb.base/vla-ptr.exp: New file.
17854
1a237e0e
SA
178552014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17856
17857 * gdb.base/vla-multi.c: New file.
17858 * gdb.base/vla-multi.exp: New file.
17859
504f3432
SA
178602014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17861
17862 * gdb.dwarf2/count.exp: New file.
17863
3bce8237
SA
178642014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17865
191a8a90
JB
17866 * gdb.base/vla-sideeffect.c: New file.
17867 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 17868
322f9c21
YQ
178692014-04-11 Yao Qi <yao@codesourcery.com>
17870
17871 * gdb.base/completion.exp: Check file exists before running tests
17872 on file completion.
17873
d708bcd1
PA
178742014-04-10 Pedro Alves <palves@redhat.com>
17875
17876 * gdb.base/cond-eval-mode.c: New file.
17877 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
17878 prepare_for_testing to build the new file. Check result of
17879 runto_main.
17880 (test_break, test_watch): New procedures.
17881 (top level): Use them.
17882
ae1d2761
PM
178832014-04-08 Pierre Muller <muller@sourceware.org>
17884
17885 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
17886 Ctrl-V use for mingw hosts.
17887
7af389b8
SC
178882014-04-07 Siva Chandra Reddy <sivachandra@google.com>
17889
17890 * gdb.python/py-value.c: Improve test case.
17891 * gdb.python/py-value.exp: Add new test.
17892
5e703181
DE
178932014-04-07 David Blaikie <dblaikie@gmail.com>
17894
17895 * lib/compiler.c: Identify the clang compiler.
17896 * lib/compiler.cc: Ditto.
17897
9810b410
YQ
178982014-04-03 Yao Qi <yao@codesourcery.com>
17899
17900 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
17901
98d1b8dc
AB
179022014-04-01 Anton Blanchard <anton@samba.org>
17903
17904 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
17905 messages unique.
17906
3114cea1
AB
179072014-04-01 Anton Blanchard <anton@samba.org>
17908
17909 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
17910 prepare_for_testing.
17911
62f7182c
AB
179122014-04-01 Anton Blanchard <anton@samba.org>
17913
17914 * gdb.arch/ppc64-atomic-inst.c: Remove.
17915 * gdb.arch/ppc64-atomic-inst.S: New file.
17916 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
17917
770e7fc7
DE
179182014-03-31 Doug Evans <dje@google.com>
17919
17920 * gdb.base/print-symbol-loading-lib.c: New file.
17921 * gdb.base/print-symbol-loading-main.c: New file.
17922 * gdb.base/print-symbol-loading.exp: New file.
17923
46e2bafa
YQ
179242014-03-31 Yao Qi <yao@codesourcery.com>
17925
17926 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
17927
8776cfe9
JB
179282014-03-28 Joel Brobecker <brobecker@adacore.com>
17929
17930 * gdb.ada/mi_dyn_arr: New testcase.
17931
5d1ef361
DE
179322014-03-27 Doug Evans <dje@google.com>
17933
17934 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
17935
b5bee914
YQ
179362014-03-27 Yao Qi <yao@codesourcery.com>
17937
17938 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
17939 if target is nios2-*-*.
17940
0d4d0e77
YQ
179412014-03-26 Yao Qi <yao@codesourcery.com>
17942
17943 * lib/gdb.exp (readline_is_used): New proc.
17944 * gdb.base/completion.exp: Move tests on command complete up.
17945 Skip the rest of tests if readline is not used.
17946 * gdb.ada/complete.exp: Skp the test if readline is not
17947 used.
17948 * gdb.base/filesym.exp: Likewise.
17949 * gdb.base/macscp.exp: Likewise.
17950 * gdb.base/readline-ask.exp: Likewise.
17951 * gdb.base/readline.exp: Likewise.
17952 * gdb.python/py-cmd.exp: Likewise.
17953 * gdb.trace/tfile.exp: Likewise.
17954
29361eee
YQ
179552014-03-26 Yao Qi <yao@codesourcery.com>
17956
17957 * gdb.base/macscp.exp: Fix code format issues.
17958
bc9a5525
UW
179592014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
17960
17961 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
17962 * gdb.asm/powerpc64le.inc: New file.
17963
d3839ede
PA
179642014-03-25 Pedro Alves <palves@redhat.com>
17965 Doug Evans <dje@google.com>
17966
17967 * gdb.base/source-execution.c: New file.
17968 * gdb.base/source-execution.exp: New file.
17969 * gdb.base/source-execution.gdb: New file.
17970
01672a57
DE
179712014-03-24 Doug Evans <dje@google.com>
17972
17973 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
17974 using fission.
17975
88bbeca9
HZ
179762014-03-24 Hui Zhu <hui@codesourcery.com>
17977 Pedro Alves <palves@redhat.com>
17978
17979 PR breakpoints/16101
17980 * gdb.base/dprintf.exp: Use unsupported rather than changing the
17981 test pass/fail messages. Detect missing support for dprintf when
17982 breakpoints are actually inserted.
17983 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
17984 breakpoints are actually inserted.
17985 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
17986 fails.
17987
d2348791
JK
179882014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
17989
17990 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
17991
feef67ab
DE
179922014-03-22 Doug Evans <xdje42@gmail.com>
17993
17994 * gdb.python/python.exp (python not supported): Verify multi-line
17995 python command issues an error.
25d743f9 17996 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 17997 guile command issues an error.
feef67ab 17998
ecebef6a
MR
179992014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
18000
18001 * gdb.threads/thread-specific.exp: Handle the lack of usable
18002 $this_breakpoint and $this_thread.
18003
ccdd1909
HZ
180042014-03-21 Hui Zhu <hui@codesourcery.com>
18005
18006 * gdb.base/attach.exp (do_command_attach_tests): New.
18007
beb460e8
PA
180082014-03-20 Tom Tromey <tromey@redhat.com>
18009 Pedro Alves <palves@redhat.com>
18010
18011 PR cli/15718
18012 * gdb.base/condbreak-call-false.c: New file.
18013 * gdb.base/condbreak-call-false.exp: New file.
18014
40acf43a
PA
180152014-03-20 Pedro Alves <palves@redhat.com>
18016
18017 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
18018 Delete.
18019 (block_signals, unblock_signals): Delete.
18020 (child_function_2, main): Remove references to deleted variable
18021 and functions.
18022
9f5e1e02
PA
180232014-03-20 Pedro Alves <palves@redhat.com>
18024
18025 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
18026 Use pthread_kill to signal thread 2.
18027 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
18028 Adjust to make the test send itself a signal rather than using the
18029 host's "kill" command.
18030
99619bea
PA
180312014-03-20 Pedro Alves <palves@redhat.com>
18032
18033 * gdb.threads/multiple-step-overs.c: New file.
18034 * gdb.threads/multiple-step-overs.exp: New file.
18035 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
18036 Adjust expected infrun debug output.
18037
2adfaa28
PA
180382014-03-20 Pedro Alves <palves@redhat.com>
18039
18040 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
18041 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
18042
31e77af2
PA
180432014-03-20 Pedro Alves <palves@redhat.com>
18044
18045 PR breakpoints/7143
18046 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
18047 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
18048 of gdb_test_multiple.
18049 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
18050 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
18051
b9f437de
PA
180522014-03-20 Pedro Alves <palves@redhat.com>
18053
18054 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
18055 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
18056
05adc73e
PA
180572014-03-19 Pedro Alves <palves@redhat.com>
18058
18059 * gdb.base/async.exp: Remove early return.
18060
6048b950
PA
180612014-03-19 Pedro Alves <palves@redhat.com>
18062
18063 * gdb.base/async.exp (step& tests): Pass explicit test messages.
18064
8bcfb00a
PA
180652014-03-19 Pedro Alves <palves@redhat.com>
18066
18067 * gdb.base/async.exp (test_background): Expect \r\n after
18068 "completed." in the fail pattern.
18069
884e37dc
PA
180702014-03-19 Pedro Alves <palves@redhat.com>
18071
18072 * gdb.base/async.exp (test_background): New procedure.
18073 Use it for all background execution command tests.
18074
148e57e2
PA
180752014-03-19 Pedro Alves <palves@redhat.com>
18076
18077 * gdb.base/async.exp: Use prepare_for_testing.
18078
f48088c7
PA
180792014-03-19 Pedro Alves <palves@redhat.com>
18080
18081 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
18082 the same line.
18083
e2f6c966
PA
180842014-03-19 Pedro Alves <palves@redhat.com>
18085
18086 * gdb.base/async.c (main): Add "jump here" and "until here" line
18087 marker comments.
18088 * gdb.base/async.exp (jump_here): New global.
18089 (jump& test): Use it.
18090 (until_here): New global.
18091 (until& test): Use it.
18092
c30568d4
PA
180932014-03-19 Pedro Alves <palves@redhat.com>
18094
18095 * gdb.base/async.exp: Don't frob gdb_protocol.
18096
0172b6a7
DE
180972014-03-18 Doug Evans <xdje42@gmail.com>
18098
18099 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
18100 Fix spelling of exec-done-display.
18101
06c868a8
JK
181022014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
18103
18104 PR gdb/15358
18105 * gdb.base/gdb-sigterm.c: New file.
18106 * gdb.base/gdb-sigterm.exp: New file.
18107
0c7e1a46
PA
181082014-03-18 Pedro Alves <palves@redhat.com>
18109
18110 PR gdb/13860
18111 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
18112 * lib/mi-support.exp (mi_expect_stop): Add special handling for
18113 solib-event.
18114
f7c77d93
JB
181152014-03-17 Joel Brobecker <brobecker@adacore.com>
18116
18117 * gdb.ada/pckd_arr_ren: New testcase.
18118
5a1e8c7a
DE
181192014-03-13 Doug Evans <xdje42@gmail.com>
18120
18121 PR guile/16612
18122 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
18123 collect after discarding symbols.
18124
350e1a76
DE
181252014-03-13 Ludovic Courtès <ludo@gnu.org>
18126 Doug Evans <xdje42@gmail.com>
18127
18128 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
18129 to history survives a gc.
18130
a69900ae
PA
181312014-03-13 Pedro Alves <palves@redhat.com>
18132
18133 * gdb.base/default.exp: Don't test "target procfs".
18134
5db9f0bd
PA
181352014-03-13 Pedro Alves <palves@redhat.com>
18136
18137 * gdb.base/default.exp: Update "target child" and "target procfs"
18138 tests to not expect "Unix".
18139
b3ccfe11
TT
181402014-03-12 Tom Tromey <tromey@redhat.com>
18141
18142 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
18143 New procs. Add target-async tests.
18144 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
18145 Add target-async tests.
18146
646f4417
AA
181472014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18148
18149 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
18150 'func_start' and 'func_end' for the beginning and end of the
18151 function code, respectively.
18152 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
18153 'func_end' instead of 'func' and 'main'.
18154
288c211f
AA
181552014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18156
18157 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
18158 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
18159 generate the debug info assembler source.
18160
e0c0f156
AA
181612014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18162
18163 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
18164 * gdb.dwarf2/arr-subrange.exp: Likewise.
18165 * gdb.dwarf2/dwz.exp: Likewise.
18166 * gdb.dwarf2/method-ptr.exp: Likewise.
18167 * gdb.dwarf2/missing-sig-type.exp: Likewise.
18168 * gdb.dwarf2/subrange.exp: Likewise.
18169 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
18170 * gdb.dwarf2/implptrpiece.exp: Likewise.
18171 * gdb.dwarf2/nostaticblock.exp: Likewise.
18172
0e5c4555
AA
181732014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18174
18175 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
18176 directory to absolute path name arguments.
18177
5ec18f2b
JG
181782014-03-10 Joel Brobecker <brobecker@adacore.com>
18179
18180 * gdb.ada/tagged_access: New testcase.
18181
847fc4f2
MM
181822014-03-07 Markus Metzger <markus.t.metzger@intel.com>
18183
18184 * gdb.btrace/data.exp: Update expected output.
18185
cc3da688
YQ
181862014-03-06 Yao Qi <yao@codesourcery.com>
18187
18188 * gdb.trace/pr16508.exp: New file.
18189
0f26cec1
PA
181902014-03-05 Pedro Alves <palves@redhat.com>
18191
18192 PR gdb/16575
18193 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
18194 procedure.
18195 (top level): Adjust to use it. Add tests that exercise breakpoint
18196 interaction with the code-cache.
18197
7a5a839f
LC
181982014-02-26 Ludovic Courtès <ludo@gnu.org>
18199
18200 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
18201 test for 'history-append!'.
18202
31aa7e4e
JB
182032014-02-26 Joel Brobecker <brobecker@adacore.com>
18204
18205 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
18206 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
18207 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
18208 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
18209 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
18210 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
18211
1b588015
JB
182122014-02-26 Joel Brobecker <brobecker@adacore.com>
18213
18214 * testsuite/gdb.python/py-pp-re-notag.c: New file.
18215 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
18216 * testsuite/gdb.python/py-pp-re-notag.p: New file.
18217
55426c9d
JB
182182014-02-26 Joel Brobecker <brobecker@adacore.com>
18219
18220 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
18221
dc53a7ad
JB
182222014-02-26 Joel Brobecker <brobecker@adacore.com>
18223
18224 * gdb.dwarf2/arr-stride.c: New file.
18225 * gdb.dwarf2/arr-stride.exp: New file.
18226
12ab52e9
PA
182272014-02-26 Pedro Alves <palves@redhat.com>
18228
18229 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
18230 that won't ever trigger. Make sure that GDB reports the correct
18231 breakpoint that caused the stop.
18232
849c862e
JK
182332014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18234
18235 PR gdb/16626
18236 * gdb.base/auto-load-script: New file.
18237 * gdb.base/auto-load.c: New file.
18238 * gdb.base/auto-load.exp: New file.
18239
71b7d793
JK
18240 PR gdb/16626
18241 * gdb.base/auto-load.exp: Fix out-of-srctree run.
18242
e2f0d509
JK
182432014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18244
18245 Fix dw2-icycle.exp -fsanitize=address GDB crash.
18246 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
18247
50cc37c8
DE
182482014-02-24 Doug Evans <dje@google.com>
18249
18250 * lib/gdb.exp (run_on_host): Log error output if program fails.
18251
ea4758f2
PA
182522014-02-21 Pedro Alves <palves@redhat.com>
18253
18254 * gdb.threads/step-after-sr-lock.c: Rename to ...
18255 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
18256 * gdb.threads/step-after-sr-lock.exp: Rename to ...
18257 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
18258 ... this.
18259
d7b30f67
SDJ
182602014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
18261
18262 PR tdep/16397
18263 * gdb.arch/amd64-stap-special-operands.exp: New file.
18264 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
18265 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
18266 * gdb.arch/amd64-stap-triplet.S: Likewise.
18267 * gdb.arch/amd64-stap-triplet.c: Likewise.
18268
83deb43f
JB
182692014-02-20 Joel Brobecker <brobecker@adacore.com>
18270
18271 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
18272 in .section pseudo-op.
18273
adde2bff
DE
182742014-02-20 lin zuojian <manjian2006@gmail.com>
18275 Joel Brobecker <brobecker@adacore.com>
18276 Doug Evans <xdje42@gmail.com>
18277
18278 PR symtab/16581
18279 * gdb.dwarf2/dw2-icycle.S: New file.
18280 * gdb.dwarf2/dw2-icycle.c: New file.
18281 * gdb.dwarf2/dw2-icycle.exp: New file.
18282
f7bd0f78
SC
182832014-02-19 Siva Chandra Reddy <sivachandra@google.com>
18284
18285 * gdb.python/py-value-cc.cc: Improve test case to enable testing
18286 operations on gdb.Value objects.
18287 * gdb.python/py-value-cc.exp: Add new test to test operations on
18288 gdb.Value objects.
18289
c17ef0d5
DE
182902014-02-18 Doug Evans <dje@google.com>
18291
18292 * Makefile.in (TESTS): New variable.
18293 (expanded_tests, expanded_tests_or_none): New variables
18294 (check-single): Pass $(expanded_tests_or_none) to runtest.
18295 (check-parallel): Only run tests in $(TESTS) if non-empty.
18296 (check/no-matching-tests-found): New rule.
18297 * README: Document TESTS makefile variable.
18298
5dd3176f
DE
182992014-02-18 Doug Evans <dje@google.com>
18300
18301 * Makefile.in (check-parallel): rm -rf outputs temp.
18302
0b10be4f
JK
183032014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
18304
18305 Fix "ERROR: no fileid for" in the testsuite.
18306 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
18307
85f224e7
DE
183082014-02-12 Doug Evans <dje@google.com>
18309
18310 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
18311 (MISCELLANEOUS): New variable.
18312 (clean): rm -rf $(MISCELLANEOUS).
18313 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
18314 dwp live in the same directory as symlinks, with each symlink pointed
18315 to a differently named file in a different directory.
18316
149b30ff
DE
183172014-02-11 Doug Evans <dje@google.com>
18318
18319 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
18320 of Tcl file commands.
18321
1dfdac32
MK
183222014-02-10 Mark Kettenis <kettenis@gnu.org>
18323
18324 * gdb.threads/step-after-sr-lock.exp: Avoid executing
18325 "kill -SIGUSR1 -1".
18326
aa4fb036
JB
183272014-02-10 Joel Brobecker <brobecker@adacore.com>
18328
18329 * gdb.ada/tick_length_array_enum_idx: New testcase.
18330
ed3ef339
DE
183312014-02-10 Doug Evans <xdje42@gmail.com>
18332
18333 * configure.ac (AC_OUTPUT): Add gdb.guile.
18334 * configure: Regenerate.
18335 * lib/gdb-guile.exp: New file.
18336 * lib/gdb.exp (get_target_charset): New function.
18337 * gdb.base/help.exp: Update expected output from "apropos apropos".
18338 * gdb.guile/Makefile.in: New file.
18339 * gdb.guile/guile.exp: New file.
18340 * gdb.guile/scm-arch.c: New file.
18341 * gdb.guile/scm-arch.exp: New file.
18342 * gdb.guile/scm-block.c: New file.
18343 * gdb.guile/scm-block.exp: New file.
18344 * gdb.guile/scm-breakpoint.c: New file.
18345 * gdb.guile/scm-breakpoint.exp: New file.
18346 * gdb.guile/scm-disasm.c: New file.
18347 * gdb.guile/scm-disasm.exp: New file.
18348 * gdb.guile/scm-equal.c: New file.
18349 * gdb.guile/scm-equal.exp: New file.
18350 * gdb.guile/scm-error.exp: New file.
18351 * gdb.guile/scm-error.scm: New file.
18352 * gdb.guile/scm-frame-args.c: New file.
18353 * gdb.guile/scm-frame-args.exp: New file.
18354 * gdb.guile/scm-frame-args.scm: New file.
18355 * gdb.guile/scm-frame-inline.c: New file.
18356 * gdb.guile/scm-frame-inline.exp: New file.
18357 * gdb.guile/scm-frame.c: New file.
18358 * gdb.guile/scm-frame.exp: New file.
18359 * gdb.guile/scm-generics.exp: New file.
18360 * gdb.guile/scm-gsmob.exp: New file.
18361 * gdb.guile/scm-iterator.c: New file.
18362 * gdb.guile/scm-iterator.exp: New file.
18363 * gdb.guile/scm-math.c: New file.
18364 * gdb.guile/scm-math.exp: New file.
18365 * gdb.guile/scm-objfile-script-gdb.in: New file.
18366 * gdb.guile/scm-objfile-script.c: New file.
18367 * gdb.guile/scm-objfile-script.exp: New file.
18368 * gdb.guile/scm-objfile.c: New file.
18369 * gdb.guile/scm-objfile.exp: New file.
18370 * gdb.guile/scm-ports.exp: New file.
18371 * gdb.guile/scm-pretty-print.c: New file.
18372 * gdb.guile/scm-pretty-print.exp: New file.
18373 * gdb.guile/scm-pretty-print.scm: New file.
18374 * gdb.guile/scm-section-script.c: New file.
18375 * gdb.guile/scm-section-script.exp: New file.
18376 * gdb.guile/scm-section-script.scm: New file.
18377 * gdb.guile/scm-symbol.c: New file.
18378 * gdb.guile/scm-symbol.exp: New file.
18379 * gdb.guile/scm-symtab-2.c: New file.
18380 * gdb.guile/scm-symtab.c: New file.
18381 * gdb.guile/scm-symtab.exp: New file.
18382 * gdb.guile/scm-type.c: New file.
18383 * gdb.guile/scm-type.exp: New file.
18384 * gdb.guile/scm-value-cc.cc: New file.
18385 * gdb.guile/scm-value-cc.exp: New file.
18386 * gdb.guile/scm-value.c: New file.
18387 * gdb.guile/scm-value.exp: New file.
18388 * gdb.guile/source2.scm: New file.
18389 * gdb.guile/types-module.cc: New file.
18390 * gdb.guile/types-module.exp: New file.
18391
7026a7c1
YQ
183922014-02-10 Yao Qi <yao@codesourcery.com>
18393
18394 PR testsuite/16543
18395 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
18396 * configure: Regenerated.
18397 * Makefile.in: New file.
18398
6c466447
AS
183992014-02-08 Andreas Schwab <schwab@linux-m68k.org>
18400
18401 * gdb.python/py-framefilter.exp: Fix typo.
18402
6e854735
YQ
184032014-02-08 Yao Qi <yao@codesourcery.com>
18404
18405 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
18406 that no =breakpoint-modified is emitted when breakpoints are
18407 modified through MI commands.
18408
d137e6dc
PA
184092014-02-07 Pedro Alves <pedro@codesourcery.com>
18410 Pedro Alves <palves@redhat.com>
18411
18412 * gdb.threads/step-after-sr-lock.c: New file.
18413 * gdb.threads/step-after-sr-lock.exp: New file.
18414
b5ee5a50
PA
184152014-02-07 Pedro Alves <palves@redhat.com>
18416
18417 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
18418
3c77faf3
JK
184192014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
18420
18421 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
18422 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
18423
6dddc817
DE
184242014-02-06 Doug Evans <xdje42@gmail.com>
18425
18426 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
18427 output.
18428
18429 * gdb.gdb/python-interrupts.exp: New file.
18430
de7b2893
YQ
184312014-02-05 Yao Qi <yao@codesourcery.com>
18432
18433 * gdb.trace/report.exp (use_collected_data): Test the output
18434 of "info threads" and "info inferiors".
18435
66d032ac
YQ
184362014-02-05 Yao Qi <yao@codesourcery.com>
18437
18438 Revert this patch:
18439
18440 2013-05-24 Yao Qi <yao@codesourcery.com>
18441
18442 * gdb.trace/tfile.exp: Test inferior and thread.
18443
591a12a1
UW
184442014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18445
18446 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
18447 on a function.
18448 * gdb.base/step-bt.c: Call hello via function pointer to make
18449 sure its first instruction is executed on powerpc64le-linux.
18450
0ff3e01f
UW
184512014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18452
18453 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
18454
084ee545
UW
184552014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18456
18457 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
18458 of the test patterns for use on little-endian systems.
18459
6ed14ff3
UW
184602014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18461
18462 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
18463 (decimal_vector): Fix for little-endian.
18464
401e27fd
JM
184652014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
18466
18467 * gdb.arch/sparc-sysstep.exp: New file.
18468 * gdb.arch/sparc-sysstep.c: Likewise.
18469
18470 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
18471
8b924729
EBM
184722014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18473
18474 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
18475
fb151210
JB
184762014-01-23 Tom Tromey <tromey@redhat.com>
18477
18478 * gdb.ada/array_char_idx: New testcase.
18479
0740f8d8
TT
184802014-01-23 Tom Tromey <tromey@redhat.com>
18481
18482 PR python/16487:
18483 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
18484 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
18485 classes.
18486
21909fa1
TT
184872014-01-23 Tom Tromey <tromey@redhat.com>
18488
18489 PR python/16491:
18490 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
18491 string from an inferior frame.
18492 * gdb.python/py-framefilter-mi.exp: Update.
18493
87ce2a04
DE
184942014-01-22 Doug Evans <dje@google.com>
18495
18496 * gdb.server/server-mon.exp: Add tests for "set debug-format".
18497
237b092b
AA
184982014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18499
18500 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
18501
d674a709
AA
185022014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18503
18504 * gdb.trace/entry-values.exp: Remove excess space character from
18505 regex patterns. Handle s390 call instruction.
18506
20fa3390
AA
185072014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18508
18509 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
18510 define "*_start" label. Make "name" static.
18511 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
18512 ${name} by references to ${name}_start.
18513
78466714
AA
185142014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18515
18516 * gdb.base/info-macros.exp: Remove "debug" from the compile
18517 options.
18518
ec9f644a
IB
185192014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18520
18521 * gdb.dlang/demangle.exp: New file.
18522
94b1b47e
IB
185232014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18524
18525 * gdb.dlang/primitive-types.exp: New file.
18526
7f420862
IB
185272014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18528
18529 * configure.ac: Create gdb.dlang/Makefile.
18530 * configure: Regenerate.
18531 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
18532 * gdb.dlang/Makefile.in: New file.
18533 * lib/d-support.exp: New file.
18534 * lib/gdb.exp (skip_d_tests): New proc.
18535
52834460
MM
185362014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18537
18538 * gdb.btrace/delta.exp: Check reverse stepi.
18539 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
18540 * gdb.btrace/finish.exp: New.
18541 * gdb.btrace/next.exp: New.
18542 * gdb.btrace/nexti.exp: New.
18543 * gdb.btrace/record_goto.c: Add comments.
18544 * gdb.btrace/step.exp: New.
18545 * gdb.btrace/stepi.exp: New.
18546 * gdb.btrace/multi-thread-step.c: New.
18547 * gdb.btrace/multi-thread-step.exp: New.
18548 * gdb.btrace/rn-dl-bind.c: New.
18549 * gdb.btrace/rn-dl-bind.exp: New.
18550 * gdb.btrace/data.c: New.
18551 * gdb.btrace/data.exp: New.
18552 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
18553
6e07b1d2
MM
185542014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18555
18556 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
18557 * gdb.btrace/exception.exp: Update.
18558 * gdb.btrace/instruction_history.exp: Update.
18559 * gdb.btrace/record_goto.exp: Update.
18560 * gdb.btrace/tailcall.exp: Update.
18561 * gdb.btrace/unknown_functions.exp: Update.
18562 * gdb.btrace/delta.exp: New.
18563
0b722aec
MM
185642014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18565
18566 * gdb.btrace/record_goto.exp: Add backtrace test.
18567 * gdb.btrace/tailcall.exp: Add backtrace test.
18568
066ce621
MM
185692014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18570
18571 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
18572 * gdb.btrace/record_goto.c: New.
18573 * gdb.btrace/record_goto.exp: New.
18574 * gdb.btrace/x86-record_goto.S: New.
18575
0688d04e
MM
185762014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18577
18578 * gdb.btrace/function_call_history.exp: Update tests.
18579 * gdb.btrace/instruction_history.exp: Update tests.
18580
8710b709
MM
185812014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18582
18583 * gdb.btrace/function_call_history.exp: Fix expected field
18584 order for "record function-call-history".
18585 Add new tests for "record function-call-history /c".
18586 * gdb.btrace/exception.cc: New.
18587 * gdb.btrace/exception.exp: New.
18588 * gdb.btrace/tailcall.exp: New.
18589 * gdb.btrace/x86-tailcall.S: New.
18590 * gdb.btrace/x86-tailcall.c: New.
18591 * gdb.btrace/unknown_functions.c: New.
18592 * gdb.btrace/unknown_functions.exp: New.
18593 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
18594
5de9129b
MM
185952014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18596
18597 * gdb.btrace/instruction_history.exp: Update.
18598 * gdb.btrace/function_call_history.exp: Update.
18599
23a7fe75
MM
186002014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18601
18602 * gdb.btrace/function_call_history.exp: Fix expected function
18603 trace.
18604 * gdb.btrace/instruction_history.exp: Initialize traced.
18605 Remove traced_functions.
18606
724c7dd8
MM
186072014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18608
18609 * gdb.btrace/function_call_history.exp: Update
18610 * gdb.btrace/instruction_history.exp: Update.
18611
6d78d93b
MM
186122014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18613
18614 * gdb.btrace/enable.exp: Update expected text.
18615
93a360cc
OJ
186162014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
18617
18618 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
18619 bytes.
18620
3772b53f
MR
186212014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
18622
18623 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
18624
596662fa
OJ
186252014-01-15 Omair Javaid <omair.javaid@linaro.org>
18626
18627 * lib/gdb.exp (supports_process_record): Return true for
18628 arm*-linux*. (supports_reverse): Likewise.
18629
b5b08fb4
SC
186302014-01-13 Siva Chandra Reddy <sivachandra@google.com>
18631
18632 PR python/15464
18633 PR python/16113
18634 * gdb.python/py-type.c: Enhance test case.
18635 * gdb.python/py-value-cc.cc: Likewise
18636 * gdb.python/py-type.exp: Add new tests.
18637 * gdb.python/py-value-cc.exp: Likewise
18638
52d7fb13
AA
186392014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
18640 Pedro Alves <palves@redhat.com>
18641
18642 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
18643 Make "name" extern.
18644 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
18645 references to ${name}_start by references to ${name}.
18646
a2cd8cfe
JB
186472014-01-10 Joel Brobecker <brobecker@adacore.com>
18648
18649 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
18650
4e23fced
JB
186512014-01-10 Joel Brobecker <brobecker@adacore.com>
18652
18653 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
18654
c6a9e42c
PA
186552014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
18656 Pedro Alves <palves@redhat.com>
18657
18658 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 18659 mi_gdb_target_load.
c6a9e42c 18660
b7ea362b
PA
186612014-01-08 Pedro Alves <palves@redhat.com>
18662
18663 * gdb.threads/reconnect-signal.c: New file.
18664 * gdb.threads/reconnect-signal.exp: New file.
18665
5e3f4fab
EBM
186662014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
18667
18668 * gdb.base/source-dir.exp: New file.
18669
79301218
JB
186702014-01-07 Joel Brobecker <brobecker@adacore.com>
18671
18672 * gdb.ada/mi_interface: New testcase.
18673
8e355c5d
JB
186742014-01-07 Joel Brobecker <brobecker@adacore.com>
18675
18676 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
18677 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
18678 gdb.ada/pp-rec-component/pck.ads: New files.
18679
c0d48811
JB
186802014-01-07 Joel Brobecker <brobecker@adacore.com>
18681
18682 * gdb.python/py-pp-integral.c: New file.
18683 * gdb.python/py-pp-integral.py: New file.
18684 * gdb.python/py-pp-integral.exp: New file.
18685
17b609c3 18686For older changes see ChangeLog-1993-2013.
c906108c 18687\f
8d8cb839
EZ
18688;; Local Variables:
18689;; mode: change-log
18690;; left-margin: 8
18691;; fill-column: 74
18692;; version-control: never
18693;; End:
902f2ccb 18694
b811d2c2 18695 Copyright 2014-2020 Free Software Foundation, Inc.
902f2ccb
MC
18696 Copying and distribution of this file, with or without modification,
18697 are permitted provided the copyright notice and this notice are preserved.