]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
Add support for NetBSD threads in arm-nbsd-nat.c
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
2ac70237
TV
12020-03-14 Tom de Vries <tdevries@suse.de>
2
3 * lib/gdb.exp (supports_statement_frontiers): New proc.
4 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
5
09546b56
TV
62020-03-14 Tom de Vries <tdevries@suse.de>
7
8 * gdb.base/printcmds.exp: Add missing quoting for "print
9 teststring2".
10
a1f6a07c
TT
112020-03-13 Tom Tromey <tom@tromey.com>
12
13 * gdb.base/printcmds.exp (test_print_strings): Add regression
14 test.
15 * gdb.base/printcmds.c (charptr): New typedef.
16 (teststring2): New global.
17
1b83d09c
AB
182020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
19
20 * gdb.base/break-interp.exp: Use the tail of the filename, not the
21 full path in the test name.
22 (test_ld): Add some with_test_prefix blocks to make test names
23 unique.
24
2d61316c
TV
252020-03-13 Tom de Vries <tdevries@suse.de>
26
27 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
28
2e9145ac
TV
292020-03-13 Tom de Vries <tdevries@suse.de>
30
31 * gdb.mi/mi-sym-info.exp: Make matching more precise.
32
96c7f873
TV
332020-03-13 Tom de Vries <tdevries@suse.de>
34
35 PR symtab/25646
36 * gdb.dwarf2/imported-unit.exp: Add test.
37
49ba92c0
TV
382020-03-13 Tom de Vries <tdevries@suse.de>
39
40 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
41 (var1, var2): New variable.
42 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
43 matching symbols.
44
301b21e0
TV
452020-03-13 Tom de Vries <tdevries@suse.de>
46
47 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
48 (Term::command): Use prompt prefix.
49 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
50 * gdb.tui/tui-layout-asm-short-prog.exp: Use
51 command_no_prompt_prefix instead of prefix.
52 * gdb.tui/tui-layout-asm.exp: Same.
53
3f512721
SM
542020-03-12 Simon Marchi <simon.marchi@efficios.com>
55
56 * gdb.base/break-interp.exp: Use foreach_with_prefix.
57
40310f30
SM
582020-03-12 Simon Marchi <simon.marchi@efficios.com>
59
60 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
61 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
62 on" while stepping over the test instruction, match printed
63 message.
64
09252140
TV
652020-03-12 Tom de Vries <tdevries@suse.de>
66
67 * gdb.base/info-types.exp: Use exp_continue during matching of output
68 of "info types".
69
14e9c72c
TV
702020-03-12 Tom de Vries <tdevries@suse.de>
71
72 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
73
e515d67e
TV
742020-03-12 Tom de Vries <tdevries@suse.de>
75
76 * gdb.fortran/module.exp: Use exp_continue during matching of output
77 of "info variable -n".
78
307eafd8
TV
792020-03-12 Tom de Vries <tdevries@suse.de>
80
81 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
82 gdb.dwarf2/dw2-ranges-base.c.
83
9a2de3fc
TV
842020-03-12 Tom de Vries <tdevries@suse.de>
85
86 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
87 in presence of GLIBC debuginfo.
88
3217502e
TV
892020-03-12 Tom de Vries <tdevries@suse.de>
90
91 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
92 $core.
93
1281424c
TV
942020-03-12 Tom de Vries <tdevries@suse.de>
95
96 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
97 more precise.
98
038b97fc
SM
992020-03-11 Simon Marchi <simon.marchi@efficios.com>
100
101 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
102 from Unix to Windows path.
103
5308d1e7
TV
1042020-03-11 Tom de Vries <tdevries@suse.de>
105
106 * gdb.ada/minsyms.exp: Set language to ada.
107
f870f78f
TV
1082020-03-11 Tom de Vries <tdevries@suse.de>
109
110 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
111
5a13315d
TV
1122020-03-11 Tom de Vries <tdevries@suse.de>
113
114 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
115
976862ed
TT
1162020-03-11 Tom Tromey <tromey@adacore.com>
117
118 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
119
7462c383
TV
1202020-03-11 Tom de Vries <tdevries@suse.de>
121
122 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
123
1c6c46a0
TV
1242020-03-11 Tom de Vries <tdevries@suse.de>
125
126 * gdb.base/break-interp.exp: Limit verbose scope.
127
44f41bb7
TV
1282020-03-11 Tom de Vries <tdevries@suse.de>
129
130 * gdb.fortran/logical.f90: Define variable with character type.
131 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
132
b76f3a42
TV
1332020-03-11 Tom de Vries <tdevries@suse.de>
134
135 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
136
1c33af77
TV
1372020-03-11 Tom de Vries <tdevries@suse.de>
138
139 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
140 symtabs.
141
8c95582d
AB
1422020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
143 Bernd Edlinger <bernd.edlinger@hotmail.de>
144
145 * gdb.cp/step-and-next-inline.cc: New file.
146 * gdb.cp/step-and-next-inline.exp: New file.
147 * gdb.cp/step-and-next-inline.h: New file.
148 * gdb.dwarf2/dw2-is-stmt.c: New file.
149 * gdb.dwarf2/dw2-is-stmt.exp: New file.
150 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
151 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
152 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
153
cecf8547
AB
1542020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
155
156 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
157 is-stmt flag in the line table.
158
0ba678c9
TV
1592020-03-09 Tom de Vries <tdevries@suse.de>
160
161 * lib/gdb.exp (cached_file): Create cache dir.
162
72fbdf83
TV
1632020-03-07 Tom de Vries <tdevries@suse.de>
164
165 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
166 * gdb.cp/rvalue-ref-params.exp: Same.
167
436b5e99
TV
1682020-03-06 Tom de Vries <tdevries@suse.de>
169
170 * lib/gdb.exp (tentative_rename, cached_file): New proc.
171 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
172
09f2921c
TV
1732020-03-06 Tom de Vries <tdevries@suse.de>
174
175 * README: Fix "the the".
176 * gdb.base/dprintf.exp: Same.
177
50a3cc5d
TV
1782020-03-05 Tom de Vries <tdevries@suse.de>
179
180 * gdb.base/maint.exp: Update "main print statistics" expected output.
181
0a709cba
AKS
1822020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
183
184 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
185 (fortran_int8): Likewise.
186 (fortran_real4): Likewise.
187 (fortran_real8): Likewise.
188 (fortran_complex4): Likewise.
189 (fortran_logical4): Likewise.
190 (fortran_character1): Likewise.
191
5e5d66b6
AB
1922020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
193
194 * gdb.fortran/logical.exp: Add tests that any non-zero value is
195 printed as true.
196
7b973adc
SDJ
1972020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
198
199 * gdb.base/printcmds.exp: Add test to verify printf of a
200 variable holding an address.
201
478e490a
TV
2022020-03-03 Tom de Vries <tdevries@suse.de>
203
204 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
205
1ef44e86
TV
2062020-03-03 Tom de Vries <tdevries@suse.de>
207
208 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
209 gdb_test_multiple call.
210
b98cc2cf
TV
2112020-03-03 Tom de Vries <tdevries@suse.de>
212
213 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
214 gdb_test_multiple calls.
215
63e163f2
AB
2162020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
217
218 * gdb.base/default.exp: Remove test of 'set history filename'.
219 * gdb.base/gdbinit-history.exp: Add tests for setting the history
220 filename to the empty string.
221 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
222 and GDBHISTSIZE.
223
24ed6739
AB
2242020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
225
226 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
227 disabled.
228
590003dc
TV
2292020-03-02 Pedro Alves <palves@redhat.com>
230 Tom de Vries <tdevries@suse.de>
231
232 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
233 -prompt prefix, before user_code argument. Add -lbl option likewise.
234 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
235 (gdb_is_target_1): Add -prompt prefix and move to before user_code
236 argument.
237 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
238 have "\r\n" at start-of-line, instead of at end-of-line.
239
f5e46084
SM
2402020-02-28 Simon Marchi <simon.marchi@efficios.com>
241
242 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
243 libinproctrace.so.
244
f7a7000d
LM
2452020-02-28 Luis Machado <luis.machado@linaro.org>
246
247 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
248 to "p/x".
249
718e0816
LM
2502020-02-28 Luis Machado <luis.machado@linaro.org>
251
252 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
253 asm/ptrace.h and error.h.
254
13c3a74a
TV
2552020-02-28 Tom de Vries <tdevries@suse.de>
256
257 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
258 (struct wrapper, do_something, mundane/symada__cS): Move ...
259 * gdb.base/c-linkage-name-2.c: ... here. New source file.
260 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
261 Update "print symada__cS before partial symtab expansion" regexp.
262 Update breakpoint location. Flush symbol cache after expansion.
263
85d2d5bb
LM
2642020-02-28 Luis Machado <luis.machado@linaro.org>
265
266 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
267
3608f86c
TV
2682020-02-27 Tom de Vries <tdevries@suse.de>
269
270 * config/sid.exp: Remove unused globals.
271 * gdb.base/attach.exp: Same.
272 * gdb.base/catch-load.exp: Same.
273 * gdb.base/dbx.exp: Same.
274 * lib/gdb.exp: Same.
275 * lib/mi-support.exp: Same.
276 * lib/prompt.exp: Same.
277
c8d4f6df
TV
2782020-02-27 Tom de Vries <tdevries@suse.de>
279
280 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
281 not set.
282
0d79cdc4
AM
2832020-02-26 Aaron Merey <amerey@redhat.com>
284
285 * gdb.debuginfod: New directory for debuginfod tests.
286 * gdb.debuginfod/main.c: New test file.
287 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
288
0dce4280
TV
2892020-02-26 Tom de Vries <tdevries@suse.de>
290
291 PR gdb/25603
292 * gdb.base/persistent-lang.cc: New test.
293 * gdb.base/persistent-lang.exp: New file.
294
9e80cfa1
AB
2952020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
296
297 * gdb.fortran/derived-type-striding.exp: Add a new test.
298 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
299 new test.
300
2078dbb2
AB
3012020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
302
303 * gdb.base/cached-source-file.exp: Avoid source file paths in test
304 names.
305
70d49700
TV
3062020-02-25 Tom de Vries <tdevries@suse.de>
307
308 PR go/18926
309 * gdb.go/methods.exp: Remove gcc/93866 xfail.
310
a88ef40d
TV
3112020-02-24 Tom de Vries <tdevries@suse.de>
312
313 PR gdb/25592
314 * gdb.base/info-locals-unused-static-var.c: New test.
315 * gdb.base/info-locals-unused-static-var.exp: New file.
316
01b1af32
TT
3172020-02-22 Tom Tromey <tom@tromey.com>
318
319 * gdb.python/tui-window.exp: New file.
320 * gdb.python/tui-window.py: New file.
321
7c043ba6
TT
3222020-02-22 Tom Tromey <tom@tromey.com>
323
324 PR tui/17850:
325 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
326 tests.
327
c22fef7e
TT
3282020-02-22 Tom Tromey <tom@tromey.com>
329
330 * gdb.tui/new-layout.exp: Add sub-layout tests.
331
ee325b61
TT
3322020-02-22 Tom Tromey <tom@tromey.com>
333
334 * gdb.tui/new-layout.exp: New file.
335
3f0cbb04
TT
3362020-02-22 Tom Tromey <tom@tromey.com>
337
338 * gdb.rust/rust-style.rs: New file.
339 * gdb.rust/rust-style.exp: New file.
340 * gdb.base/style.exp: Test structure printing.
341 * gdb.base/style.c (struct some_struct): New type.
342 (enum etype): New type.
343 (struct_value): New global.
344
75525152
TV
3452020-02-21 Tom de Vries <tdevries@suse.de>
346
347 PR go/18926
348 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
349 Remove blanket xfails. Use message argument for gdb_breakpoint.
350 Make continuing to breakpoint test conditional on setting breakpoint.
351 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
352 DW_AT_name attribute. Add xfail for GCC PR93866.
353
bd360d30
AB
3542020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
355
356 * gdb.dwarf2/cpp-linkage-name.c: New file.
357 * gdb.dwarf2/cpp-linkage-name.exp: New file.
358
c7adb09f 3592020-02-21 Shahab Vahedi <shahab@synopsys.com>
24ac169a
SV
360
361 * lib/gdb.exp (gdb_wrapper_init): Reset
362 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
363 not exist.
364
a9c79803
TV
3652020-02-20 Tom de Vries <tdevries@suse.de>
366
367 PR go/17018
368 * gdb.go/hello.exp: Copy ...
369 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
370 print of st to print value of global definition. Add xfail for GCC
371 PR93844.
372 * gdb.go/hello.exp: Remove printing of st before definition.
373 * gdb.go/hello.go: Copy ...
374 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
375 to st.
376 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
377
d7445728
TV
3782020-02-20 Tom de Vries <tdevries@suse.de>
379
380 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
381 (gdb_simple_compile): Handle compile_flags go by using .go extension
382 for source file.
383 * gdb.go/chan.exp: Use support_go_compile.
384 * gdb.go/handcall.exp: Same.
385 * gdb.go/hello.exp: Same.
386 * gdb.go/integers.exp: Same.
387 * gdb.go/max-depth.exp: Same.
388 * gdb.go/methods.exp: Same.
389 * gdb.go/package.exp: Same.
390 * gdb.go/strings.exp: Same.
391 * gdb.go/types.exp: Same.
392 * gdb.go/unsafe.exp: Same.
393
c9c41e6d
TV
3942020-02-19 Tom de Vries <tdevries@suse.de>
395
396 * gdb.python/lib-types.exp: Make xfail more strict.
397
f20ff837
TV
3982020-02-19 Tom de Vries <tdevries@suse.de>
399
400 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
401
08410482
DE
4022020-02-19 Doug Evans <dje@google.com>
403
404 PR rust/25535
405 * gdb.rust/simple.exp: Add test.
406 * gdb.rust/simple.rs: Add test.
407
623563f7
TV
4082020-02-19 Tom de Vries <tdevries@suse.de>
409
410 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
411 output line-by-line.
412
d3308cfd
TV
4132020-02-19 Tom de Vries <tdevries@suse.de>
414
415 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
416
86cbc5dc
TV
4172020-02-19 Tom de Vries <tdevries@suse.de>
418
419 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
420 prelink.
421
9db2b96b
TV
4222020-02-19 Tom de Vries <tdevries@suse.de>
423
424 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
425 (gdb_do_cache): Use gdb_do_cache_wrap.
426 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
427
89e2fdc5
TV
4282020-02-19 Tom de Vries <tdevries@suse.de>
429
430 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
431 gdb_compile option.
432
373d7ac0
SM
4332020-02-18 Simon Marchi <simon.marchi@efficios.com>
434
435 * gdb.base/printcmds.exp (test_print_enums): Update expected
436 output.
437
b29a2df0
SM
4382020-02-18 Simon Marchi <simon.marchi@efficios.com>
439
440 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
441 for "unknown".
442
6740f0cc
SM
4432020-02-18 Simon Marchi <simon.marchi@efficios.com>
444
445 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
446 enumerator.
447
edd45eb0
SM
4482020-02-18 Simon Marchi <simon.marchi@efficios.com>
449
450 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
451 FE_, add FE_NONE.
452 (three): Update.
453 (enum flag_enum_without_zero): New enum.
454 (flag_enum_without_zero): New variable.
455 (enum not_flag_enum): New enum.
456 (three_not_flag): New variable.
457 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
458 (test_print_enums): Add more tests for printing flag enums.
459
d4295de4
TV
4602020-02-18 Tom de Vries <tdevries@suse.de>
461
462 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
463 (gdb_compile_ada): ... here.
464 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
465 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
466
f251f505
TT
4672020-02-14 Tom Tromey <tom@tromey.com>
468
469 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
470 build directory.
471 * boards/gdbserver-base.exp: Update path to gdbserver.
472
8f432634
TV
4732020-02-13 Tom de Vries <tdevries@suse.de>
474
475 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
476
92b6eaf7
TV
4772020-02-13 Tom de Vries <tdevries@suse.de>
478
479 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
480 are missing.
481
f3b0f7fe
TV
4822020-02-13 Tom de Vries <tdevries@suse.de>
483
484 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
485 call.
486
f6be8713
SDJ
4872020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
488
489 PR tui/25126
490 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
491 * gdb.base/cached-source-file.c: New file.
492 * gdb.base/cached-source-file.exp: New file.
493
b2770d5e
TV
4942020-02-11 Tom de Vries <tdevries@suse.de>
495
496 PR testsuite/25488
497 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
498
44f6938e
TV
4992020-02-10 Tom de Vries <tdevries@suse.de>
500
501 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
502
5f0e2eb7
MR
5032020-02-10 Maciej W. Rozycki <macro@wdc.com>
504
505 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
506 and $after_addr are both integers before making a comparison.
507
46ce2b6f
TV
5082020-02-09 Tom de Vries <tdevries@suse.de>
509
510 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
511 command output and paste it into gdb.log. If any, paste catch message
512 to gdb.log.
513
5abbbe1d
TT
5142020-02-07 Tom Tromey <tromey@adacore.com>
515
516 PR breakpoints/24915:
517 * gdb.base/annotate-symlink.exp: Use setup_xfail.
518
1d5d29e7
SV
5192020-02-06 Shahab Vahedi <shahab@synopsys.com>
520
521 * gdb.tui/tui-missing-src.exp: Add the "missing source
522 file" test for the TUI.
523
b0999b9b
AB
5242020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
525
526 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
527 including a port number in the output.
528
c3b149eb
AKS
5292020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
530
531 * lib/fortran.exp (fortran_int4): Handle clang.
532 (fortran_int8): Likewise.
533 (fortran_real4): Likewise.
534 (fortran_real8): Likewise.
535 (fortran_complex4): Likewise.
536 (fortran_logical4): Likewise.
537 (fortran_character1): Likewise.
538
f8dcc90b
TV
5392020-02-04 Tom de Vries <tdevries@suse.de>
540
541 * README (Race detection): Add note.
542
f90ac7c2
TV
5432020-02-04 Tom de Vries <tdevries@suse.de>
544
545 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
546
780636ae
TV
5472020-02-04 Tom de Vries <tdevries@suse.de>
548
549 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
550
5d2e1193
RA
5512020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
552
553 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
554 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
555 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
556 blttar, bnetarl.
557 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
558 binary for blttar, bnetarl.
559 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
560 wait instruction. Delete ldmx test.
561 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
562
e409c542
AKS
5632020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
564
565 * gdb.fortran/array-bounds-high.exp: New file.
566 * gdb.fortran/array-bounds-high.f90: New file.
567
b0029748
LD
5682020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
569
570 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
571 Replace #include of <sys/fcntl.h> by <fcntl.h>.
572
195a8287
TV
5732020-02-01 Tom de Vries <tdevries@suse.de>
574
575 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
576
42330a68
AB
5772020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
578
579 PR tui/9765
580 * gdb.tui/tui-layout-asm-short-prog.S: New file.
581 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
582
b62a8028
LM
5832020-01-29 Luis Machado <luis.machado@linaro.org>
584
585 * gdb.arch/aarch64-brk-patterns.c: New source file.
586 * gdb.arch/aarch64-brk-patterns.exp: New test.
587
5f440116
TBA
5882020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
589
590 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
591 GCC/Clang version.
592 * gdb.cp/pass-by-ref.exp: Ditto.
593
ee2a6fc6
TV
5942020-01-29 Tom de Vries <tdevries@suse.de>
595
596 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
597 * gdb.threads/watchpoint-fork-mt.c: Same.
598 * gdb.threads/watchpoint-fork-parent.c: Same.
599 * gdb.threads/watchpoint-fork-st.c: Same.
600 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
601
16b10d6e
LM
6022020-01-27 Luis Machado <luis.machado@linaro.org>
603
604 * gdb.base/step-over-syscall.exp (setup): Check if we're already
605 sitting at a syscall instruction when we hit the syscall function's
606 breakpoint.
607 Check PC against one obtained with the x command.
608 Validate syscall number.
609 (step_over_syscall): Don't continue to the syscall instruction if
610 we're already there.
611
b1468492
PW
6122020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
613
614 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
615
7ffa82e1
AB
6162020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
617
618 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
619 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
620
3d92a3e3
AB
6212020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
622
623 * gdb.dwarf2/dw2-inline-stepping.c: New file.
624 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
625
94a72be7
AB
6262020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
627
628 * gdb.base/maint.exp: Update line table parsing test.
629 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
630
53af73bf
PA
6312020-01-24 Pedro Alves <palves@redhat.com>
632
633 PR gdb/25410
634 * gdb.multi/multi-re-run-1.c: New.
635 * gdb.multi/multi-re-run-2.c: New.
636 * gdb.multi/multi-re-run.exp: New.
637
1ba1ac88
AB
6382020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
639
640 PR gdb/23718
641 * gdb.server/server-kill-python.exp: New file.
642
f3364a6d
AB
6432020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
644
645 * gdb.server/multi-ui-errors.c: New file.
646 * gdb.server/multi-ui-errors.exp: New file.
647
733d0a67
AB
6482020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
649
650 PR tui/9765
651 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
652
4f13c1c0
TT
6532020-01-19 Tom Tromey <tom@tromey.com>
654
655 * gdb.tui/main.exp: Add check for plain "file".
656
40c94099
CB
6572020-01-16 Christian Biesinger <cbiesinger@google.com>
658
659 * lib/gdb.exp: Fix spelling error (seperatelly).
660
ff47f4f0
TT
6612020-01-14 Tom Tromey <tom@tromey.com>
662
663 PR symtab/12535:
664 * gdb.python/python.exp: Test decode_line with empty string
665 argument.
666
717c684d
BE
6672020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
668
669 * gdb.base/skip-inline.exp: Extend test.
670
44e4c775
AB
6712020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
672
673 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
674 * gdb.dwarf2/dw2-bad-elf.c: New file.
675 * gdb.dwarf2/dw2-bad-elf.exp: New file.
676
d93c6db7
AB
6772020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
678
679 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
680 _line_saw_file.
681
9a6d629c
AB
6822020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
683
684 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
685 border.
686
d9ebdab7
TBA
6872020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
688
689 * gdb.multi/multi-target.exp (setup): Factor out "info
690 connections" and "info inferiors" tests to ...
691 (test_info_inferiors): ... this new procedure.
692 (top level): Run new "info-inferiors" tests.
693
f3c469b9
PA
6942020-01-10 Pedro Alves <palves@redhat.com>
695
696 * gdb.server/bkpt-other-inferior.exp: New file.
697
121b3efd
PA
6982020-01-10 Pedro Alves <palves@redhat.com>
699
700 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
701 of "add-inferior".
702 * gdb.base/quit-live.exp: Likewise.
703 * gdb.base/remote-exec-file.exp: Likewise.
704 * gdb.guile/scm-progspace.exp: Likewise.
705 * gdb.linespec/linespec.exp: Likewise.
706 * gdb.mi/new-ui-mi-sync.exp: Likewise.
707 * gdb.mi/user-selected-context-sync.exp: Likewise.
708 * gdb.multi/multi-target.exp (setup): Add "info connection" and
709 "info inferiors" tests.
710 * gdb.multi/remove-inferiors.exp: Adjust expected output of
711 "add-inferior".
712 * gdb.multi/watchpoint-multi.exp: Likewise.
713 * gdb.python/py-inferior.exp: Likewise.
714 * gdb.server/extended-remote-restart.exp: Likewise.
715 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
716 "info inferiors".
717 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
718 * gdb.trace/report.exp: Likewise.
719
1dadb1dd
PA
7202020-01-10 Pedro Alves <palves@redhat.com>
721
722 * gdb.multi/multi-target.c: New file.
723 * gdb.multi/multi-target.exp: New file.
724 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
725 mode requested, but remote does not support non-stop".
726
78f2c40a
PA
7272020-01-10 Pedro Alves <palves@redhat.com>
728
729 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
730 disconnect before reconnecting.
731
e7af6c70
TBA
7322020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
733 Pedro Alves <palves@redhat.com>
734
735 * gdb.server/connect-without-multi-process.exp: Also test
736 continuing to end.
737
acdf84a6
PA
7382020-01-10 Pedro Alves <palves@redhat.com>
739
740 * gdb.base/remote-exec-file.exp: New file.
741
873657b9
PA
7422020-01-10 Pedro Alves <palves@redhat.com>
743
744 * gdb.base/fork-running-state.exp (do_test): Adjust expected
745 output.
746 * gdb.threads/async.c: New.
747 * gdb.threads/async.exp: New.
748 * gdb.multi/tids-gid-reset.c: New.
749 * gdb.multi/tids-gid-reset.exp: New.
750
7f0ae84c
GB
7512020-01-10 George Barrett <bob@bob131.so>
752
753 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
754 to help in finding the image relocation offset.
755 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
756 options in arguments.
757 (stap_test_no_debuginfo): Likewise.
758 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
759 test variants.
760 (stap_test): Add null semaphore relocation test.
761
47e9d49d
GB
7622020-01-10 George Barrett <bob@bob131.so>
763
764 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
765 * gdb.base/stap-probe.exp: Likewise.
766 (stap_test): Pass argument as an additional flag.
767 (stap_test_no_debuginfo): Likewise.
768 (stap_test): Check `info probes stap' output for semaphore
769 addresses if the test binary is supposed to have them.
770
f5a7c406
AB
7712020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
772
773 * gdb.tui/basic.exp: Add more scrolling tests.
774
9ae6bf64
TT
7752020-01-09 Tom Tromey <tom@tromey.com>
776
777 PR tui/18932:
778 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
779 meangingful value.
780 (Term::command, Term::resize): Update.
781 * gdb.tui/basic.exp: Add scrolling test.
782
b2efe70c
AB
7832020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
784
785 * gdb.tui/tui-layout-asm.exp: New file.
786
3804da7e
AB
7872020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
788
789 * lib/tuiterm.exp (Term::check_box_contents): New proc.
790
b40aa28f
AB
7912020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
792
793 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
794 (Term::enter_tui): Use Term::prepare_for_tui.
795
63ffd7c9
AB
7962020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
797
798 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
799 called.
800
3be966f6
AB
8012020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
802
803 * gdb.base/skip.exp: Fix race condition in test.
804
153d79c4
AB
8052020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
806
807 * gdb.base/backtrace.c: New file.
808 * gdb.base/backtrace.exp: New file.
809
f2302a34
AB
8102020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
811
812 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
813
6ec1d75e
PW
8142020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
815
816 * gdb.base/style.exp: Test that warnings are styled.
817
c296cbe6
BE
8182019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
819
820 * gdb.base/line65535.exp: New file.
821 * gdb.base/line65535.c: New file.
822
b28a729d
SM
8232019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
824
825 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
826 * lib/gnat_debug_info_test.adb: New file.
827 * gdb.ada/ptype_tagged_param.exp: Use
828 gnat_runtime_has_debug_info, expect a different output if
829 runtime does not have debug info.
830
7f2d7a0d
SM
8312019-12-20 Simon Marchi <simon.marchi@efficios.com>
832
833 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
834 (another) quote in test name.
835
f3bce483
SM
8362019-12-20 Simon Marchi <simon.marchi@efficios.com>
837
838 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
839 Add quote in test name.
840
c855a912
TBA
8412019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
842
843 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
844 directory instead.
845 * gdb.cp/pass-by-ref.exp: Extend with more cases.
846 * gdb.cp/pass-by-ref-2.cc: New file.
847 * gdb.cp/pass-by-ref-2.exp: New file.
848
fc9d2d72
TT
8492019-12-20 Tom Tromey <tom@tromey.com>
850
851 * gdb.tui/list-before.exp: New file.
852
77b97e00
TT
8532019-12-20 Tom Tromey <tom@tromey.com>
854
855 * gdb.tui/list.exp: Check for source on initial listing.
856
f69656d0
TT
8572019-12-11 Tom Tromey <tromey@adacore.com>
858
859 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
860 Add crlf test.
861
99a55965
SM
8622019-12-18 Simon Marchi <simon.marchi@efficios.com>
863
864 * gdb.base/default.exp: Update value of $_gdb_major.
865
5024637f
BE
8662019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
867
868 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
869
b63634be
BE
8702019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
871
872 * gdb.base/skip.exp: Whitespace fix.
873
45d73523
BE
8742019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
875
876 * gdb.base/skip-inline.c: New file.
877 * gdb.base/skip-inline.exp: New file.
878
d043f8c8
SM
8792019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
880
881 * gdb.base/jit-reader.exp (jit_reader_test): Rename
882 jit_function_00 to jit_function_stack_mangle.
883 * gdb.base/jithost.c (jit_function_t): Rename to...
884 (jit_function_stack_mangle_t): ... this.
885 (jit_function_add_t): New typedef.
886 (jit_function_00_code): Rename to...
887 (jit_function_stack_mangle_code): ... this, make static.
888 (jit_function_add_code): New.
889 (main): Generate "add" function and call it. Adjust to changes
890 in jithost_abi.
891 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
892 (struct jithost_abi) <begin, end>: Remove fields.
893 <object, function_stack_mangle, function_add>: New fields.
894 * gdb.base/jitreader.c (struct reader_state) <code_begin,
895 code_end>: Remove fields.
896 <func_stack_mangle>: New field.
897 (read_debug_info): Adjust to renaming, create block for "add"
898 function.
899 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
900
873de05c
TT
9012019-12-11 Tom Tromey <tom@tromey.com>
902
903 * gdb.tui/resize.exp: Fix regexp.
904 * gdb.tui/regs.exp: Fix regexps.
905 * gdb.tui/main.exp: Fix regexp.
906
3d979945
TT
9072019-12-11 Tom Tromey <tom@tromey.com>
908
909 * gdb.tui/resize.exp: Update.
910 * gdb.tui/empty.exp (layouts): Update.
911
2192a9d3
TT
9122019-12-11 Tom Tromey <tom@tromey.com>
913
914 * gdb.tui/regs.exp: Update.
915 * gdb.tui/empty.exp (layouts): Update.
916 * gdb.tui/basic.exp: Update.
917 * lib/tuiterm.exp (_check_box): Don't check bottom border.
918
d8edc8b7
PW
9192019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
920
921 * gdb.base/options.exp: Add -raw-values in the print completion list.
922 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
923
4c12d936
KB
9242019-12-10 Kevin Buettner <kevinb@redhat.com>
925
926 * gdb.threads/omp-par-scope.c: New file.
927 * gdb/threads/omp-par-scope.exp: New file.
928
26b911fb
KB
9292019-12-10 Kevin Buettner <kevinb@redhat.com>
930
bb47f919
KB
931 * lib/gdb.exp (support_nested_function_tests): New proc.
932
9332019-12-10 Kevin Buettner <kevinb@redhat.com>
934
935 * lib/gdb.exp (gdb_compile_openmp): New proc.
936 (build_executable_from_specs): Add an "openmp" option.
937 (gdb_compile_pthreads): Add non-executable case.
26b911fb 938
6c71eb7d
TT
9392019-12-10 Tom Tromey <tromey@adacore.com>
940
941 * gdb.ada/unchecked_union.exp: New file.
942 * gdb.ada/unchecked_union/pck.adb: New file.
943 * gdb.ada/unchecked_union/pck.ads: New file.
944 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
945 * gdb-utils.exp (string_to_regexp): Also quote "?".
946
bac7c5cf
GB
9472019-12-10 George Barrett <bob@bob131.so>
948
949 Test scripted probe breakpoints.
950 * gdb.guile/scm-breakpoint.c (main): Add probe point.
951 * gdb.python/py-breakpoint.c (main): Likewise.
952 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
953 specifier test.
954 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
955
330f1d38
TBA
9562019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
957
958 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
959 an rvalue parameter.
960 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
961 parameter.
962
b43315e2
AB
9632019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
964
965 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
966 modules.
967
54f73dad
AB
9682019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
969
970 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
971 broken version of GCC.
972
d57cbee9
AB
9732019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
974
975 * gdb.fortran/info-modules.exp: Rewrite to make use of new
976 sym-info-cmds library.
977 * gdb.fortran/info-types.exp: Likewise.
978 * lib/sym-info-cmds.exp: New file.
979
c14aab8c
TV
9802019-12-08 Tom de Vries <tdevries@suse.de>
981
982 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
983
aa2d5a42
KS
9842019-12-07 Keith Seitz <keiths@redhat.com>
985
986 * gdb.base/corefile-buildid-shlib-shr.c: New file.
987 * gdb.base/corefile-buildid-shlib.c: New file.
988 * gdb.base/corefile-buildid.c: New file.
989 * gdb.base/corefile-buildid.exp: New file.
990
93e55f0a
TV
9912019-12-06 Tom de Vries <tdevries@suse.de>
992
993 * gdb.dwarf2/varval.exp: Add decl before def test.
994
c7d12402
TBA
9952019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
996
997 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
998
06acc08f
TBA
9992019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1000
1001 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
1002 CV and reference conversion for overload resolution.
1003 * gdb.cp/rvalue-ref-overload.exp: Test it.
1004
e0fad1ea
PW
10052019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1006
1007 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
1008 * gdb.base/frameapply.exp: Test faas without command.
1009
8d70a9f0
AB
10102019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1011
1012 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
1013 Fortran tests.
1014 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
1015 order.
1016
36c8fb93
AB
10172019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1018
1019 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
1020 casting to type with no kind specified.
1021 (test_basic_parsing_of_type_kinds): Additional tests for types
1022 with no kind specified, and add tests for single/double
1023 precision/complex types.
1024
4139ff00
TT
10252019-12-04 Tom Tromey <tromey@adacore.com>
1026
1027 * gdb.base/endianity.c (struct other) <x>: New field.
1028 (main): Initialize it.
1029 * gdb.base/endianity.exp: Update.
1030
a05cf17a
TT
10312019-12-04 Tom Tromey <tromey@adacore.com>
1032
1033 * gdb.ada/scalar_storage/storage.adb: New file.
1034 * gdb.ada/scalar_storage/pck.adb: New file.
1035 * gdb.ada/scalar_storage/pck.ads: New file.
1036 * gdb.ada/scalar_storage.exp: New file.
1037
103a685e
TT
10382019-12-04 Tom Tromey <tromey@adacore.com>
1039
1040 * gdb.base/endianity.c (struct otherendian) <f>: New field.
1041 (main): Initialize it.
1042 * gdb.base/endianity.exp: Update.
1043
c2512106
AB
10442019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1045
1046 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
1047
293b38d6
AB
10482019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1049
1050 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
1051 -symbol-info-module-functions and -symbol-info-module-variables.
1052
216a7e6b
AB
10532019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
1054
1055 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
1056
5bbd8269
AB
10572019-12-01 Richard Bunt <richard.bunt@arm.com>
1058 Andrew Burgess <andrew.burgess@embecosm.com>
1059
1060 * gdb.fortran/derived-type-striding.exp: New file.
1061 * gdb.fortran/derived-type-striding.f90: New file.
1062 * gdb.fortran/array-slices.exp: New file.
1063 * gdb.fortran/array-slices.f90: New file.
1064
be09caf1
PW
10652019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1066
1067 * gdb.base/define.exp: Test . in command names.
1068 * gdb.base/setshow.exp: Update test, as . is now part of
1069 command name.
1070
643c0cbe
PW
10712019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1072
1073 * gdb.base/define-prefix.exp: New file.
1074
dcdec678
AB
10752019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
1076
1077 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
1078 compile.
1079 (skip_btrace_pt_tests): Likewise.
1080
640ab947
AB
10812019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
1082
1083 * gdb.fortran/info-modules.exp: Compile source files in correct
1084 order.
1085
d22670f0
KB
10862019-11-27 Kevin Buettner <kevinb@redhat.com>
1087
1088 * gdb.dwarf2/imported-unit.exp: New file.
1089 * gdb.dwarf2/imported-unit.c: New file.
1090
db5960b4
AB
10912019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
1092
1093 * gdb.mi/mi-fortran-modules-2.f90: New file.
1094 * gdb.mi/mi-fortran-modules.exp: New file.
1095 * gdb.mi/mi-fortran-modules.f90: New file.
1096
7dc42066
AB
10972019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
1098
1099 * gdb.mi/mi-sym-info-1.c: New file.
1100 * gdb.mi/mi-sym-info-2.c: New file.
1101 * gdb.mi/mi-sym-info.exp: New file.
1102
0dfeecca
TT
11032019-11-22 Tom Tromey <tromey@adacore.com>
1104
1105 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
1106 * gdb.ada/tasks/foo.adb: Add another stopping location.
1107
34877895
PJ
11082019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
1109
1110 * gdb.base/endianity.c: New test.
1111 * gdb.base/endianity.exp: New file.
1112
2e84f897
LD
11132019-11-21 Lukas Durfina <ldurfina@tachyum.com>
1114
1115 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
1116
65d1cd5f
TV
11172019-11-21 Tom de Vries <tdevries@suse.de>
1118
1119 PR gdb/24956
1120 * gdb.base/ui-redirect.exp: Test output of user-defined command.
1121
4f22c3f4
SDJ
11222019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
1123
1124 * gdb.python/py-progspace.exp: Add missing parentheses on some
1125 'print' commands.
1126
9f6ad286
TT
11272019-11-19 Tom Tromey <tom@tromey.com>
1128
1129 * gdb.tui/winheight.exp: New file.
1130
0b8dbf3f
AB
11312019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1132
1133 * gdb.base/ctf-whatis.c: Delete.
1134 * gdb.base/ctf-whatis.exp: Delete.
1135 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
1136
f833b7a7
AB
11372019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1138
1139 * gdb.base/ctf-cvexpr.exp: Delete.
1140 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
1141
30d0a636
AB
11422019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1143
1144 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
1145 the compiler. Clean up header comment a little.
1146 * gdb.base/ctf-ptype.exp: Likewise.
1147 * gdb.base/ctf-whatis.exp: Likewise.
1148 * lib/gdb.exp (skip_ctf_tests): New proc.
1149
494409bb
SDJ
11502019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
1151
1152 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
1153 * gdb.tui/corefile-run.exp: New file.
1154
55708e99
TT
11552019-11-14 Tom Tromey <tromey@adacore.com>
1156
1157 * gdb.base/gdbvars.exp (test_convenience_variables): Add
1158 regression tests.
1159
45e42163
TT
11602019-11-12 Tom Tromey <tom@tromey.com>
1161
1162 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
1163 after any command. Expect prompt after WAIT_FOR is seen.
1164 (enter_tui): Enable resize messages.
1165 (command): Expect command in output.
1166 (get_line): Avoid error when cursor appears to be off-screen.
1167 (dump_screen): Include screen size in title.
1168 (_do_resize): New proc, from "resize".
1169 (resize): Rewrite. Do resize in two steps.
1170 * gdb.tui/empty.exp (layouts): Fix entries.
1171 (check_boxes): Remove xfail.
1172 (check_text): Dump screen on failure.
1173
086baaf1
AB
11742019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1175
1176 * gdb.python/py-symbol.exp: Add test for
1177 gdb.lookup_static_symbols.
1178
09ff83af
AB
11792019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1180
1181 * gdb.python/py-symbol.c: Declare and call function from new
1182 py-symbol-2.c file.
1183 * gdb.python/py-symbol.exp: Compile both source files, and add new
1184 tests for gdb.lookup_static_symbol.
1185 * gdb.python/py-symbol-2.c: New file.
1186
11af934b
TV
11872019-11-02 Tom de Vries <tdevries@suse.de>
1188
1189 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
1190 * gdb.base/anon.exp: Same.
1191 * gdb.base/auto-connect-native-target.exp: Same.
1192 * gdb.base/call-ar-st.exp: Same.
1193 * gdb.base/catch-syscall.exp: Same.
1194 * gdb.base/commands.exp: Same.
1195 * gdb.base/default.exp: Same.
1196 * gdb.base/display.exp: Same.
1197 * gdb.base/float.exp: Same.
1198 * gdb.base/foll-fork.exp: Same.
1199 * gdb.base/help.exp: Same.
1200 * gdb.base/info-macros.exp: Same.
1201 * gdb.base/info-proc.exp: Same.
1202 * gdb.base/info-target.exp: Same.
1203 * gdb.base/long_long.exp: Same.
1204 * gdb.base/macscp.exp: Same.
1205 * gdb.base/memattr.exp: Same.
1206 * gdb.base/nofield.exp: Same.
1207 * gdb.base/pointers.exp: Same.
1208 * gdb.base/printcmds.exp: Same.
1209 * gdb.base/ptype.exp: Same.
1210 * gdb.base/restore.exp: Same.
1211 * gdb.base/return.exp: Same.
1212 * gdb.base/scope.exp: Same.
1213 * gdb.base/set-noassign.exp: Same.
1214 * gdb.base/setshow.exp: Same.
1215 * gdb.base/shlib-call.exp: Same.
1216 * gdb.base/signals.exp: Same.
1217 * gdb.base/sigstep.exp: Same.
1218 * gdb.base/skip.exp: Same.
1219 * gdb.base/solib-symbol.exp: Same.
1220 * gdb.base/stap-probe.exp: Same.
1221 * gdb.base/step-line.exp: Same.
1222 * gdb.base/step-test.exp: Same.
1223 * gdb.base/style.exp: Same.
1224 * gdb.base/varargs.exp: Same.
1225 * gdb.base/vla-datatypes.exp: Same.
1226 * gdb.base/vla-ptr.exp: Same.
1227 * gdb.base/vla-sideeffect.exp: Same.
1228 * gdb.base/volatile.exp: Same.
1229 * gdb.base/watch-cond-infcall.exp: Same.
1230 * gdb.base/watchpoint.exp: Same.
1231
e96ec2ba
TV
12322019-11-02 Tom de Vries <tdevries@suse.de>
1233
1234 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
1235 * gdb.cp/cpexprs.exp: Same.
1236 * gdb.cp/except-multi-location.exp: Same.
1237 * gdb.cp/exceptprint.exp: Same.
1238 * gdb.cp/gdb2384.exp: Same.
1239 * gdb.cp/inherit.exp: Same.
1240 * gdb.cp/m-static.exp: Same.
1241 * gdb.cp/meth-typedefs.exp: Same.
1242 * gdb.cp/misc.exp: Same.
1243 * gdb.cp/namespace.exp: Same.
1244 * gdb.cp/non-trivial-retval.exp: Same.
1245 * gdb.cp/overload.exp: Same.
1246 * gdb.cp/pr17132.exp: Same.
1247 * gdb.cp/re-set-overloaded.exp: Same.
1248 * gdb.cp/rvalue-ref-types.exp: Same.
1249 * gdb.cp/templates.exp: Same.
1250
bd5766ec
LM
12512019-11-01 Luis Machado <luis.machado@linaro.org>
1252
1253 PR gdb/25124
1254
1255 * gdb.arch/pr25124.S: New file.
1256 * gdb.arch/pr25124.exp: New file.
1257
165f8965
AB
12582019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1259
1260 * gdb.fortran/info-modules.exp: Update expected results, and add
1261 additional tests for 'info module functinos', and 'info module
1262 variables'.
1263 * gdb.fortran/info-types.exp: Update expected results.
1264 * gdb.fortran/info-types.f90: Extend testcase with additional
1265 module variables and functions.
1266
59c35742
AB
12672019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1268
1269 * gdb.fortran/info-modules.exp: New file.
1270 * gdb.fortran/info-types.exp: Build with new file.
1271 * gdb.fortran/info-types.f90: Include and use new module.
1272 * gdb.fortran/info-types-2.f90: New file.
1273
f3fb2519
PW
12742019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1275
1276 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
1277 * gdb.base/settings.exp: Test all settings types using
1278 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
1279 that now verifies that the value of "maint show" is the same as
1280 returned by the settings functions. Test the type of the
1281 maintenance settings.
1282 * gdb.base/default.exp: Update show_conv_list.
1283
d1e36019
TV
12842019-10-31 Tom de Vries <tdevries@suse.de>
1285
1286 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
1287 gdb_test.
1288 * gdb.arch/amd64-disp-step.exp: Same.
1289 * gdb.asm/asm-source.exp: Same.
1290 * gdb.btrace/buffer-size.exp: Same.
1291 * gdb.btrace/cpu.exp: Same.
1292 * gdb.btrace/enable.exp: Same.
1293 * gdb.dwarf2/count.exp: Same.
1294 * gdb.dwarf2/dw2-ranges-func.exp: Same.
1295 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
1296 * gdb.fortran/vla-datatypes.exp: Same.
1297 * gdb.fortran/vla-history.exp: Same.
1298 * gdb.fortran/vla-ptype.exp: Same.
1299 * gdb.fortran/vla-value.exp: Same.
1300 * gdb.fortran/whatis_type.exp: Same.
1301 * gdb.guile/guile.exp: Same.
1302 * gdb.multi/tids.exp: Same.
1303 * gdb.python/py-finish-breakpoint.exp: Same.
1304 * gdb.python/py-framefilter.exp: Same.
1305 * gdb.python/py-pp-registration.exp: Same.
1306 * gdb.python/py-xmethods.exp: Same.
1307 * gdb.python/python.exp: Same.
1308 * gdb.server/connect-with-no-symbol-file.exp: Same.
1309 * gdb.server/no-thread-db.exp: Same.
1310 * gdb.server/run-without-local-binary.exp: Same.
1311 * gdb.stabs/weird.exp: Same.
1312 * gdb.threads/attach-many-short-lived-threads.exp: Same.
1313 * gdb.threads/thread-find.exp: Same.
1314 * gdb.threads/tls-shared.exp: Same.
1315 * gdb.threads/tls.exp: Same.
1316 * gdb.threads/wp-replication.exp: Same.
1317 * gdb.trace/ax.exp: Same.
1318 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
1319
3d11e68e
TV
13202019-10-31 Tom de Vries <tdevries@suse.de>
1321
1322 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
1323 * gdb.ada/array_subscript_addr.exp: Same.
1324 * gdb.ada/arrayidx.exp: Same.
1325 * gdb.ada/arrayparam.exp: Same.
1326 * gdb.ada/arrayptr.exp: Same.
1327 * gdb.ada/boolean_expr.exp: Same.
1328 * gdb.ada/call_pn.exp: Same.
1329 * gdb.ada/complete.exp: Same.
1330 * gdb.ada/fixed_cmp.exp: Same.
1331 * gdb.ada/fun_addr.exp: Same.
1332 * gdb.ada/funcall_param.exp: Same.
1333 * gdb.ada/interface.exp: Same.
1334 * gdb.ada/mod_from_name.exp: Same.
1335 * gdb.ada/null_array.exp: Same.
1336 * gdb.ada/packed_array.exp: Same.
1337 * gdb.ada/packed_tagged.exp: Same.
1338 * gdb.ada/print_chars.exp: Same.
1339 * gdb.ada/print_pc.exp: Same.
1340 * gdb.ada/ptype_arith_binop.exp: Same.
1341 * gdb.ada/ptype_field.exp: Same.
1342 * gdb.ada/ptype_tagged_param.exp: Same.
1343 * gdb.ada/rec_return.exp: Same.
1344 * gdb.ada/ref_tick_size.exp: Same.
1345 * gdb.ada/str_ref_cmp.exp: Same.
1346 * gdb.ada/taft_type.exp: Same.
1347 * gdb.ada/tagged.exp: Same.
1348 * gdb.ada/type_coercion.exp: Same.
1349 * gdb.ada/uninitialized_vars.exp: Same.
1350
60b6ede8
TV
13512019-10-30 Tom de Vries <tdevries@suse.de>
1352
1353 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
1354
30baf67b
TV
13552019-10-26 Tom de Vries <tdevries@suse.de>
1356
1357 * gdb.base/bigcore.c: Fix typos in comments.
1358 * gdb.base/ctf-ptype.c: Same.
1359 * gdb.base/long_long.c: Same.
1360 * gdb.dwarf2/dw2-op-out-param.S: Same.
1361 * gdb.python/py-evthreads.c: Same.
1362 * gdb.reverse/i387-stack-reverse.c: Same.
1363 * gdb.trace/tfile.c: Same.
1364 * lib/compiler.c: Same.
1365 * lib/compiler.cc: Same.
1366
158da0d1
TV
13672019-10-25 Tom de Vries <tdevries@suse.de>
1368
1369 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
1370 gdb_test_multiple calls.
1371 * gdb.reverse/sigall-reverse.exp: Same.
1372 * gdb.reverse/solib-precsave.exp: Same.
1373 * gdb.reverse/solib-reverse.exp: Same.
1374 * gdb.reverse/until-precsave.exp: Same.
1375 * gdb.reverse/until-reverse.exp: Same.
1376
4ccdfbec
TV
13772019-10-24 Tom de Vries <tdevries@suse.de>
1378
1379 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
1380 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
1381 kfail using -wrap pattern flag and convenience variable
1382 gdb_test_name.
1383
33d569b7
AB
13842019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
1385
1386 * gdb.python/py-progspace.exp: Add tests for the
1387 Progspace.block_for_pc method.
1388
4d0b984b
TT
13892019-10-23 Tom Tromey <tom@tromey.com>
1390
1391 * configure: Rebuild.
1392 * aclocal.m4: Use m4_include, not sinclude.
1393
94cb3754
TV
13942019-10-21 Tom de Vries <tdevries@suse.de>
1395
1396 * gdb.base/infcall-nested-structs.c: Add
1397 __attribute__((noinline,noclone)) to all functions.
1398 (call_all): Add missing variable initialization. Simplify return value.
1399 (breakpt): Increment volatile variable, to prevent call from being
1400 optimized out.
1401 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
1402
062f1fc1
TV
14032019-10-17 Tom de Vries <tdevries@suse.de>
1404
1405 * gdb.fortran/module.exp: Allow info variables to print info for files
1406 other than module.f90.
1407
0b54364d
AB
14082019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
1409
1410 * gdb.fortran/module.exp: Extend with 'info variables' test.
1411
7ff5fae7
AB
14122019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
1413
1414 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
1415 F77_FOR_TARGET.
1416
d10eccaa
TV
14172019-10-16 Tom de Vries <tdevries@suse.de>
1418
1419 PR tdep/25096
1420 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
1421
745ff14e
TV
14222019-10-16 Tom de Vries <tdevries@suse.de>
1423
1424 PR tdep/24104
1425 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
1426 Add KFAIL for PR tdep/25096.
1427
03e1ab94
TV
14282019-10-16 Tom de Vries <tdevries@suse.de>
1429
1430 PR testsuite/25059
1431 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
1432
b17fcc10
TV
14332019-10-16 Tom de Vries <tdevries@suse.de>
1434
1435 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
1436 as signed.
1437
9223170f
SM
14382019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
1439
1440 * gdb.mi/list-thread-groups-available.exp: Read entries one by
1441 one instead of increasing timeout.
1442
d6e76313
TV
14432019-10-13 Tom de Vries <tdevries@suse.de>
1444
1445 PR record/25038
1446 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
1447 * gdb.reverse/sigall-reverse.exp: Same.
1448 * gdb.reverse/solib-precsave.exp: Same.
1449 * gdb.reverse/solib-reverse.exp: Same.
1450 * gdb.reverse/step-precsave.exp: Same.
1451 * gdb.reverse/until-precsave.exp: Same.
1452 * gdb.reverse/until-reverse.exp: Same.
1453 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
1454
6dfc0041
AA
14552019-10-10 Andreas Arnez <arnez@linux.ibm.com>
1456
1457 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
1458 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
1459 (cmp_struct_05_01, cmp_struct_static_02_01)
1460 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
1461 comparisons.
1462
abcf2cc8
TV
14632019-10-10 Tom de Vries <tdevries@suse.de>
1464
1465 PR testsuite/24888
1466 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
1467 gnatlink.
1468
a50faaf6
TV
14692019-10-09 Tom de Vries <tdevries@suse.de>
1470
1471 PR testsuite/25048
1472 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
1473
60ff3cd7
AB
14742019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
1475
1476 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
1477 exceptions due to missing debug information.
1478
dfee8566
TV
14792019-10-07 Tom de Vries <tdevries@suse.de>
1480
1481 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
1482
3d63690a
AB
14832019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
1484
1485 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
1486 * gdb.base/annota1.exp: Update to use gdb_test_name.
1487
30d1f018
WP
14882019-10-07 Weimin Pan <weimin.pan@oracle.com>
1489
1490 * gdb.base/ctf-whatis.exp: New file.
1491 * gdb.base/ctf-whatis.c: New file.
1492 * gdb.base/ctf-ptype.exp: New file.
1493 * gdb.base/ctf-ptype.c: New file.
1494 * gdb.base/ctf-constvars.exp: New file.
1495 * gdb.base/ctf-constvars.c: New file.
1496 * gdb.base/ctf-cvexpr.exp: New file.
1497
4dbbb47c
TV
14982019-10-04 Tom de Vries <tdevries@suse.de>
1499
1500 * gdb.cp/local-static.c (main): Move declaration of int i out of the
1501 for loop.
1502
77c2dba3
TT
15032019-10-03 Tom Tromey <tom@tromey.com>
1504
1505 PR rust/24976:
1506 * gdb.rust/simple.rs (Union2): New type.
1507 (main): Use Union2.
1508 * gdb.rust/simple.exp: Add test.
1509
179aed7f
AB
15102019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1511
1512 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
1513 nested function prefix.
1514
0a4b0913
AB
15152019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
1516 Richard Bunt <richard.bunt@arm.com>
1517 Andrew Burgess <andrew.burgess@embecosm.com>
1518
1519 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
1520 nested functions.
1521 * gdb.fortran/nested-funcs.f90: Update expected results.
1522 * gdb.fortran/nested-funcs-2.exp: New file.
1523 * gdb.fortran/nested-funcs-2.f90: New file.
1524
082cce05
AB
15252019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1526
1527 * gdb.python/py-parameter.exp: Make test names unique.
1528 * gdb.python/py-template.exp: Likewise.
1529 * gdb.python/py-value.exp: Likewise.
1530
2b74ba5a
AB
15312019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1532
1533 * gdb.base/break-interp.exp: Reduce test name duplication.
1534 * gdb.base/call-sc.exp: Likewise.
1535 * gdb.base/callfuncs.exp: Likewise.
1536 * gdb.base/charset.exp: Likewise.
1537 * gdb.base/dump.exp: Likewise.
1538 * gdb.base/ena-dis-br.exp: Likewise.
1539 * gdb.base/relational.exp: Likewise.
1540 * gdb.base/step-over-syscall.exp: Likewise.
1541 * gdb.base/structs.exp: Likewise.
1542
58eb20d5
AB
15432019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1544
1545 * gdb.linespec/explicit.exp: Make test names unique.
1546 * gdb.linespec/ls-errs.exp: Likewise.
1547
4d421147
AB
15482019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1549
1550 * gdb.reverse/break-precsave.exp: Make test names unique.
1551 * gdb.reverse/break-reverse.exp: Likewise.
1552 * gdb.reverse/finish-precsave.exp: Likewise.
1553 * gdb.reverse/finish-reverse.exp: Likewise.
1554 * gdb.reverse/machinestate-precsave.exp: Likewise.
1555 * gdb.reverse/machinestate.exp: Likewise.
1556 * gdb.reverse/readv-reverse.exp: Likewise.
1557 * gdb.reverse/recvmsg-reverse.exp: Likewise.
1558 * gdb.reverse/sigall-precsave.exp: Likewise.
1559 * gdb.reverse/sigall-reverse.exp: Likewise.
1560 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
1561 * gdb.reverse/watch-precsave.exp: Likewise.
1562 * gdb.reverse/watch-reverse.exp: Likewise.
1563
d8c06f22
AB
15642019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1565
1566 * gdb.threads/stop-with-handle.c: New file.
1567 * gdb.threads/stop-with-handle.exp: New file.
1568
3a56ed86
TV
15692019-10-03 Tom de Vries <tdevries@suse.de>
1570
1571 PR testsuite/25059
1572 * gdb.base/list-missing-source.exp: Allowing the "Compilation
1573 directory" line to be missing.
1574
42275044
TV
15752019-10-03 Tom de Vries <tdevries@suse.de>
1576
1577 PR testsuite/25059
1578 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
1579 type optional.
1580
9ef62df0
AA
15812019-10-02 Andreas Arnez <arnez@linux.ibm.com>
1582
1583 * gdb.python/py-format-string.c (string.h): New include.
1584 (main): Fill a_struct_with_union.the_union.an_int with bytes of
1585 the same value, for endianness-independence.
1586 * gdb.python/py-format-string.exp (default_regexp_dict)
1587 (test_pretty_structs, test_format): Adjust expected output to the
1588 changed initialization.
1589
37f6a7f4
TT
15902019-10-02 Tom Tromey <tromey@adacore.com>
1591
1592 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
1593
1d58d6a2
PA
15942019-10-02 Pedro Alves <palves@redhat.com>
1595 Andrew Burgess <andrew.burgess@embecosm.com>
1596
1597 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
1598 "print-file-var.h".
1599 (this_version_id) Use ATTRIBUTE_VISIBILITY.
1600 (get_version_1): Print this_version_id and its address.
1601 Add extern "C" wrappers around interface functions.
1602 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
1603 "print-file-var.h".
1604 (this_version_id) Use ATTRIBUTE_VISIBILITY.
1605 (get_version_2): Print this_version_id and its address.
1606 Add extern "C" wrappers around interface functions.
1607 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
1608 <stddef.h> and "print-file-var.h".
1609 Add extern "C" wrappers around interface functions.
1610 [VERSION_ID_MAIN] (this_version_id): Define.
1611 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
1612 * gdb.base/print-file-var.h: Add some #defines to simplify setting
1613 up extern "C" blocks.
1614 * gdb.base/print-file-var.exp (test): New, factored out from top
1615 level.
1616 (top level): Test all combinations of attribute hidden or not,
1617 dlopen or not, and this_version_id symbol in main file or not.
1618 Compile tests as both C++ and C, make test names unique.
1619
d770d56f
TT
16202019-10-01 Tom Tromey <tom@tromey.com>
1621
1622 * gdb.base/style.exp: Test "show logging filename".
1623
7f6aba03
TT
16242019-10-01 Tom Tromey <tom@tromey.com>
1625
1626 * lib/gdb-utils.exp (style): Handle "metadata" argument.
1627 * gdb.base/style.exp: Add metadata style test.
1628
14309bb6
TT
16292019-10-01 Tom Tromey <tom@tromey.com>
1630
1631 * gdb.base/style.exp: Test "pwd".
1632
2a3c1174
PA
16332019-10-01 Tom Tromey <tom@tromey.com>
1634
1635 * gdb.base/style.exp: Update tests.
1636
53d666ec
AA
16372019-10-01 Andreas Arnez <arnez@linux.ibm.com>
1638
1639 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
1640 'six' to unsigned.
1641 (s1): Initialize fields 'four' and 'six' instead of 'three' and
1642 'five'. Use an all-ones bit pattern for each.
1643 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
1644 to its changed values.
1645
4a56a520
TT
16462019-09-30 Tom Tromey <tromey@adacore.com>
1647
1648 * gdb.rust/traits.rs: Disable all warnings.
1649
0df0352a
TV
16502019-09-29 Tom de Vries <tdevries@suse.de>
1651
1652 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
1653
73d9a918
TV
16542019-09-29 Tom de Vries <tdevries@suse.de>
1655
1656 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
1657
060b3ab4
TV
16582019-09-27 Tom de Vries <tdevries@suse.de>
1659
1660 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
1661
68f7d34d
TV
16622019-09-27 Tom de Vries <tdevries@suse.de>
1663
1664 PR record/23188
1665 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
1666
5d63b30a
TT
16672019-09-26 Tom Tromey <tromey@adacore.com>
1668
1669 * gdb.ada/py_taft.exp: New file.
1670 * gdb.ada/py_taft/main.adb: New file.
1671 * gdb.ada/py_taft/pkg.adb: New file.
1672 * gdb.ada/py_taft/pkg.ads: New file.
1673
3d435220
TV
16742019-09-24 Tom de Vries <tdevries@suse.de>
1675
1676 PR gdb/24598
1677 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
1678
77d03678
TV
16792019-09-22 Tom de Vries <tdevries@suse.de>
1680
1681 * gdb.base/restore.exp: Allow register variables to be optimized out at
1682 -O0.
1683
abf516c6
UW
16842019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
1685
1686 * gdb.arch/spu-info.exp: Remove file.
1687 * gdb.arch/spu-info.c: Remove file.
1688 * gdb.arch/spu-ls.exp: Remove file.
1689 * gdb.arch/spu-ls.c: Remove file.
1690
1691 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
1692 * gdb.asm/spu.inc: Remove file.
1693
1694 * gdb.base/dump.exp: Remove support for spu*-*-*.
1695 * gdb.base/stack-checking.exp: Likewise.
1696 * gdb.base/overlays.exp: Likewise.
1697 * gdb.base/ovlymgr.c: Likewise.
1698 * gdb.base/spu.ld: Remove file.
1699
1700 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
1701 * gdb.cp/cpexprs.exp: Likewise.
1702 * gdb.cp/exception.exp: Likewise.
1703 * gdb.cp/gdb2495.exp: Likewise.
1704 * gdb.cp/mb-templates.exp: Likewise.
1705 * gdb.cp/pr9167.exp: Likewise.
1706 * gdb.cp/userdef.exp: Likewise.
1707
1708 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
1709
1710 * gdb.cell: Remove directory.
1711 * lib/cell.exp: Remove file.
1712
e452e88f
TV
17132019-09-19 Tom de Vries <tdevries@suse.de>
1714
1715 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
1716
8a625130
TV
17172019-09-19 Tom de Vries <tdevries@suse.de>
1718
1719 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
1720
81dc3ab5
TV
17212019-09-19 Tom de Vries <tdevries@suse.de>
1722
1723 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
1724 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
1725 (gdb_target_cmd): ... here.
1726 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
1727 value 2.
1728
b078f3ac
AB
17292019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
1730
1731 * gdb.base/source-dir.exp: Avoid having directory names in test
1732 names.
1733
f1b620e9
MG
17342019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
1735
1736 * gdb.base/source-dir.exp: Add extra test for mapped compilation
1737 directory.
1738
67f3ed6a
AB
17392019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
1740
1741 * gdb.base/list-missing-source.exp: New file.
1742
d1b70248
TV
17432019-09-14 Tom de Vries <tdevries@suse.de>
1744
1745 PR teststuite/24599
1746 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
1747 * lib/ada.exp (gnatmake_version_at_least): New proc.
1748
5fabdcd6
AB
17492019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1750
1751 * gdb.base/maint.exp: Use exec_has_index_section.
1752
aa17805f
AB
17532019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1754
1755 * gdb.base/maint.exp: Add test for 'maint info sections'.
1756
25e5c209
TV
17572019-09-12 Tom de Vries <tdevries@suse.de>
1758
1759 * gdb.base/store.exp: Allow register variables to be optimized out at
1760 -O0.
1761
4993045d
PW
17622019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1763
1764 * gdb.ada/rdv_wait.exp: Update to new task names.
1765 * gdb.base/task_switch_in_core.exp: Likewise.
1766 * gdb.base/info_sources_base.c: Likewise.
1767
8a516164
TT
17682019-09-10 Tom Tromey <tromey@adacore.com>
1769
1770 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
1771
aa391654
TT
17722019-09-10 Tom Tromey <tromey@adacore.com>
1773
1774 * gdb.ada/dgopt.exp: New file.
1775 * gdb.ada/dgopt/x.adb: New file.
1776
8634b462
TT
17772019-09-08 Tom Tromey <tom@tromey.com>
1778
1779 * gdb.tui/resize.exp: Remove setup_xfail.
1780 * gdb.tui/regs.exp: Remove setup_xfail.
1781 * gdb.tui/basic.exp: Remove setup_xfail.
1782
736b0f76
DB
17832019-09-06 David Blaikie <dblaikie@gmail.com>
1784
1785 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
1786 * gdb.cp/cplabel.exp: Ditto.
1787 * gdb.linespec/ls-errs.exp: Ditto.
1788
30331a6c
TV
17892019-09-05 Tom de Vries <tdevries@suse.de>
1790
1791 * lib/gdb.exp (cmp_file_string): New proc.
1792 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
1793 runto_main. Verify save breakpoints output.
1794
98b0ebab
PW
17952019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1796
1797 * gdb.base/info-var.exp: Test info variables without running
1798 to main, to avoid expect's buffer overflow.
1799
4e962e74
TT
18002019-09-03 Tom Tromey <tromey@adacore.com>
1801
1802 * gdb.ada/bias.exp: New file.
1803 * gdb.ada/bias/bias.adb: New file.
1804 * gdb.ada/print_chars.exp: Add regression test.
1805 * gdb.ada/print_chars/foo.adb (My_Character): New type.
1806 (MC): New variable.
1807
2ea1a07a
SL
18082019-08-29 Sandra Loosemore <sandra@codesourcery.com>
1809
1810 * gdb.base/argv0-symlink.exp: Run only on native target
1811 and local host.
1812
8077c50d
TV
18132019-08-29 Tom de Vries <tdevries@suse.de>
1814
1815 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
1816 diverse debug info.
1817 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
1818
48352473
TV
18192019-08-28 Tom de Vries <tdevries@suse.de>
1820
1821 * gdb.base/info-var.exp: Allow info variables to print info for files
1822 other than info-var-f1.c and info-var-f2.c.
1823
d8f27c60
AB
18242019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
1825
1826 * gdb.fortran/info-types.exp: Add module.
1827 * gdb.fortran/info-types.f90: Update expected results.
1828
1f20c35e
AB
18292019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
1830
1831 * gdb.fortran/info-types.exp: New file.
1832 * gdb.fortran/info-types.f90: New file.
1833 * lib/fortran.exp (fortran_character1): New proc.
1834
4acfdd20
AB
18352019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
1836
1837 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
1838 functions'. Reindent as needed.
1839 * gdb.base/info-var-f1.c: New file.
1840 * gdb.base/info-var-f2.c: New file.
1841 * gdb.base/info-var.exp: New file.
1842 * gdb.base/info-var.h: New file.
1843
5c31b358
TV
18442019-08-26 Tom de Vries <tdevries@suse.de>
1845
1846 PR c++/24852
1847 * gdb.cp/no-libstdcxx-probe.exp: New test.
1848
b694989f
TV
18492019-08-26 Tom de Vries <tdevries@suse.de>
1850
1851 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
1852 * tests need to be skipped.
1853 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
1854 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
1855 mi_skip_libstdcxx_probe_tests.
1856
d9c4ba53
SDJ
18572019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
1858
1859 * gdb.python/py-xmethods.exp: Use raw strings when passing
1860 arguments to SimpleXMethodMatcher.
1861
395fad09
TV
18622019-08-22 Tom de Vries <tdevries@suse.de>
1863
1864 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
1865 more informative.
1866
26c957f1
PA
18672019-08-21 Pedro Alves <palves@redhat.com>
1868
1869 * gdb.base/with.exp: Test "with" with no arguments.
1870
61f80d5d
TV
18712019-08-21 Tom de Vries <tdevries@suse.de>
1872
1873 * gdb.base/gdb-caching-proc.exp: Sort files.
1874
d7a11d13
TV
18752019-08-20 Tom de Vries <tdevries@suse.de>
1876
1877 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
1878 compilation.
1879
34dafe9f
TV
18802019-08-16 Tom de Vries <tdevries@suse.de>
1881
1882 * gdb.base/compare-sections.exp ("after run to main"): Allow
1883 mismatched read-only sections for PIE executables.
1884
398fdd60
TT
18852019-08-16 Tom Tromey <tom@tromey.com>
1886
1887 * lib/tuiterm.exp (_csi_Z): New proc.
1888 * gdb.tui/basic.exp: Update window positions.
1889 * gdb.tui/empty.exp: Update window positions.
1890
d8f9e51c
SL
18912019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1892
1893 * gdb.base/examine-backward.exp: Correct regexp for
1894 "examine 3 bytes backward from ${address_zero}".
1895
3df505f6
TT
18962019-08-15 Tom Tromey <tom@tromey.com>
1897
1898 * gdb.tui/empty.exp: Enable resizing tests.
1899
272560b5
TT
19002019-08-15 Tom Tromey <tromey@adacore.com>
1901
1902 * gdb.ada/char_enum.exp: Add regression tests.
1903 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
1904 and '0'.
1905 (Char, Gchar): Update.
1906 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
1907
08235187
CB
19082019-08-15 Christian Biesinger <cbiesinger@google.com>
1909
1910 * gdb.python/python.exp: Expect a leading underscore on
1911 GdbOutput{,Error}File.
1912
22a2ab04
SL
19132019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1914
1915 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
1916 Windows host.
1917
835b995b
SL
19182019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1919
1920 * gdb.base/batch-preserve-term-settings.exp
1921 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
1922
97dd8e07
CB
19232019-08-15 Christian Biesinger <cbiesinger@google.com>
1924
1925 * lib/gdb.exp: When running on a mingw target, replace
1926 /x/ with x:/.
1927
75faf5c4
AH
19282019-08-14 Alan Hayward <alan.hayward@arm.com>
1929
1930 * gdb.arch/aarch64-prologue.c: New test.
1931 * gdb.arch/aarch64-prologue.exp: New file.
1932
abc6c00f
TV
19332019-08-13 Tom de Vries <tdevries@suse.de>
1934
1935 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
1936 Thread.
1937
74c2c1f4
SL
19382019-08-13 Sandra Loosemore <sandra@codesourcery.com>
1939
1940 * gdb.python/py-completion.exp: Download the .py file to the host
1941 and use its host pathname. Conditionalize tests that use
1942 tab completion and manipulate files on the build machine.
1943 * gdb.python/py-events.exp: Download the .py file to the host
1944 and use its host pathname.
1945 * gdb.python/py-evsignal.exp: Likewise.
1946 * gdb.python/py-evthreads.exp: Likewise.
1947 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
1948 pathname syntax.
1949 * gdb.python/py-framefilter.exp: Download the .py file to the right
1950 place on the host. Match Windows pathname syntax.
1951 * gdb.python/py-mi-var-info-path-expression.exp: Download the
1952 .py file to the host and use its host pathname.
1953 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
1954 * gdb.python/py-objfile.exp: Expect a host pathname, not a
1955 build pathname. Skip symlink test on Windows host. Add missing
1956 newline at end of file.
1957 * gdb.python/py-pp-maint.exp: Download the .py file to the host
1958 and use its host pathname.
1959 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
1960 * gdb.python/py-section-script.exp: Use host location of binfile
1961 on safe-path. Use correct path separator on Windows host.
1962 Reorder alternatives in gdb_test_multiple to prevent matching
1963 the wrong alternative on success.
1964 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
1965
ca2589f3
PP
19662019-08-12 Patrick Palka <patrick@parcs.ath.cx>
1967
1968 * gdb.gdb/selftest.exp (test_with_self): Update test to now
1969 expect the GDB inferior to no longer immediately stop after
1970 being resumed with "signal SIGINT".
1971
020a839d
SL
19722019-08-09 Sandra Loosemore <sandra@codesourcery.com>
1973
1974 * gdb.linespec/break-ask.exp: Generalize regexps to match
1975 Windows pathnames too.
1976
128d6509
TV
19772019-08-08 Tom de Vries <tdevries@suse.de>
1978
1979 PR testsuite/24862
1980 * lib/tuiterm.exp (_accept): Fix CSI regexp.
1981
590042fc
PW
19822019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1983
1984 * gdb.base/style.exp: Update tests for help doc new invariants.
1985 * gdb.base/help.exp: Likewise.
1986
046bebe1
TT
19872019-08-06 Tom Tromey <tom@tromey.com>
1988
1989 * gdb.base/style.exp: Add disassemble test.
1990 * gdb.base/style.c (some_called_function): New function.
1991 (main): Use it.
1992
0b27c27d
CB
19932019-08-05 Christian Biesinger <cbiesinger@google.com>
1994
1995 * gdb.python/py-block.exp: Test dictionary access on blocks.
1996
580f1034
SM
19972019-08-05 Simon Marchi <simon.marchi@efficios.com>
1998
1999 PR gdb/24863
2000 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
2001 -list-thread-groups --available test when running under
2002 check-read1.
2003
d86bd7cb
TV
20042019-08-05 Tom de Vries <tdevries@suse.de>
2005
2006 PR testsuite/24863
2007 * lib/gdb.exp (with_read1_timeout_factor): New proc.
2008 * gdb.base/help.exp: Use with_read1_timeout_factor.
2009 * gdb.base/info-macros.exp: Same.
2010 * gdb.cp/nested-types.exp: Same.
2011
a80cf5d8
TV
20122019-08-05 Tom de Vries <tdevries@suse.de>
2013
2014 * lib/gdb.exp (version_at_least): Factor out of ...
2015 (tcl_version_at_least): ... here.
2016 (gdb_compile): Fail if pie results in non-PIE executable.
2017 (readelf_version, readelf_prints_pie): New proc.
2018 (exec_is_pie): Return -1 if unknown.
2019
d0962838
TV
20202019-08-05 Tom de Vries <tdevries@suse.de>
2021
2022 * lib/gdb.exp (tcl_version_at_least): Fix typo.
2023
2252ff3d
SL
20242019-08-04 Sandra Loosemore <sandra@codesourcery.com>
2025
2026 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
2027
26655f53
SL
20282019-08-04 Sandra Loosemore <sandra@codesourcery.com>
2029
2030 * lib/completion-support.exp (test_gdb_complete_none): Skip
2031 tab completion tests if no readline support.
2032 (test_gdb_complete_unique_re): Likewise.
2033 (test_gdb_complete_multiple): Likewise.
2034
db4dc13e
PW
20352019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2036
2037 * gdb.base/info_sources.exp: New file.
2038 * gdb.base/info_sources.c: New file.
2039 * gdb.base/info_sources_base.c: New file.
2040
0eba165a
PFC
20412019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2042
2043 * gdb.base/batch-exit-status.exp: Call test_exit_status with
2044 prefix argument.
2045 (test_exit_status): Add prefix argument.
2046
59bd512b
TV
20472019-08-01 Tom de Vries <tdevries@suse.de>
2048
2049 PR testsuite/24863
2050 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
2051 calling exp_continue for new thread and thread exited messages.
2052
2a3ad588
TV
20532019-08-01 Tom de Vries <tdevries@suse.de>
2054
2055 PR testsuite/24863
2056 * gdb.base/structs.exp: Fix check-read1 timeout using
2057 gdb_test_sequence.
2058 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
2059
117eb594
TV
20602019-08-01 Tom de Vries <tdevries@suse.de>
2061
2062 PR testsuite/24863
2063 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
2064 line.
2065
ed591340
TV
20662019-08-01 Tom de Vries <tdevries@suse.de>
2067
2068 PR testsuite/24863
2069 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
2070
aa3b6533
TT
20712019-07-30 Tom Tromey <tromey@adacore.com>
2072
2073 * gdb.ada/display_nested.exp: New file.
2074 * gdb.ada/display_nested/foo.adb: New file.
2075 * gdb.ada/display_nested/pack.adb: New file.
2076 * gdb.ada/display_nested/pack.ads: New file.
2077
2906593f
CB
20782019-07-30 Christian Biesinger <cbiesinger@google.com>
2079
2080 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
2081 namespace.
2082 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
2083
0f575925
TV
20842019-07-30 Tom de Vries <tdevries@suse.de>
2085
2086 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
2087 instead.
2088
b13057d9
TV
20892019-07-30 Tom de Vries <tdevries@suse.de>
2090
2091 PR testsuite/24834
2092 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
2093 (exec_is_pie): New proc.
2094
5c4dde85
CB
20952019-07-29 Christian Biesinger <cbiesinger@google.com>
2096
2097 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
2098
c620ed88
CB
20992019-07-29 Christian Biesinger <cbiesinger@google.com>
2100
2101 * gdb.python/py-objfile.c: Add global and static vars.
2102 * gdb.python/py-objfile.exp: Test new functions Objfile.
2103 lookup_global_symbol and lookup_static_symbol.
2104
3d235706
TT
21052019-07-29 Tom Tromey <tom@tromey.com>
2106
2107 * lib/tuiterm.exp (Term::_csi_@): New proc.
2108 (Term::_csi_X): Don't move cursor.
2109
c7e4c0a6
PW
21102019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2111
2112 * gdb.base/options.exp: Update backtrace - completion to
2113 new option -frame-info.
2114 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
2115 Test new 'set print frame-info'. Test backtrace -frame-info
2116 overriding 'set print frame-info'.
2117 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
2118 Test new 'set print frame-info'.
2119 Verify consistency of backtrace with and without filters, with and
2120 without -no-filters.
2121 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
2122 default.
2123
de28a3b7
TV
21242019-07-29 Tom de Vries <tdevries@suse.de>
2125
2126 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
2127 no arguments".
2128
507dd60e
TV
21292019-07-29 Tom de Vries <tdevries@suse.de>
2130
2131 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
2132 is a substring of the first for "complete non-unique file name".
2133
5beafce9
TV
21342019-07-29 Tom de Vries <tdevries@suse.de>
2135
2136 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
2137 with ".*".
2138
2d274232
TV
21392019-07-29 Tom de Vries <tdevries@suse.de>
2140
2141 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
2142 Pass prompt_regexp parameter to gdb_test_multiple calls.
2143
9197cd8b
TV
21442019-07-29 Tom de Vries <tdevries@suse.de>
2145
2146 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
2147 print registers" regexps.
2148
b528dae0
TV
21492019-07-29 Tom de Vries <tdevries@suse.de>
2150
2151 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
2152
d17725d7
TV
21532019-07-29 Tom de Vries <tdevries@suse.de>
2154
2155 PR gdb/24855
2156 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
2157 (skip_python_tests_prompt): Add prompt_regexp argument to
2158 gdb_test_multiple calls.
2159
52b75bf1
TT
21602019-07-27 Tom Tromey <tom@tromey.com>
2161
2162 * gdb.tui/main.exp: New file.
2163
2b1d00c2
TT
21642019-07-27 Tom Tromey <tom@tromey.com>
2165
2166 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
2167 optional.
2168 * gdb.tui/empty.exp: New file.
2169
ded631d5
TT
21702019-07-27 Tom Tromey <tom@tromey.com>
2171
2172 * lib/tuiterm.exp (spawn): New proc.
2173 (Term::resize): New proc.
2174 * gdb.tui/resize.exp: New file.
2175
58ac439d
TT
21762019-07-27 Tom Tromey <tom@tromey.com>
2177
2178 * gdb.tui/list.exp: New file.
2179
fe1f56ee
TT
21802019-07-27 Tom Tromey <tom@tromey.com>
2181
2182 * gdb.tui/regs.exp: New file.
2183
f790b310
TT
21842019-07-27 Tom Tromey <tom@tromey.com>
2185
2186 * gdb.tui/basic.exp: Add "layout split" test.
2187
d95fc6ee
TT
21882019-07-27 Tom Tromey <tom@tromey.com>
2189
2190 * gdb.tui/basic.exp: Add "layout asm" test.
2191
c3786b3a
TT
21922019-07-27 Tom Tromey <tom@tromey.com>
2193
2194 * lib/tuiterm.exp: New file.
2195 * gdb.tui/basic.exp: New file.
2196
98a617f8
KB
21972019-07-27 Kevin Buettner <kevinb@redhat.com>
2198
2199 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
2200 Enable tests associated with this flag. Adjust regex
2201 referencing "foo_low" to now refer to "foo_cold" instead.
2202
5c076da4
KB
22032019-07-27 Kevin Buettner <kevinb@redhat.com>
2204
2205 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
2206 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
2207 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
2208 foo_cold. Revise comments to match.
2209 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
2210 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
2211 were wrapped into this proc; Call do_test in loop from outermost
2212 level.
2213 (foo_low): Rename all occurrences to "foo_cold".
2214 (backtrace from baz): New test.
2215 (x2/i foo_cold): New test.
2216 (info line *foo_cold): New test.
2217
1512d3b7
TV
22182019-07-26 Tom de Vries <tdevries@suse.de>
2219
2220 * gdb.arch/i386-pkru.exp: Fix unterminated string.
2221
297989a1
TV
22222019-07-25 Tom de Vries <tdevries@suse.de>
2223
2224 PR testsuite/24830
2225 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
2226 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
2227 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
2228 (skip_libstdcxx_probe_tests): ... here.
2229 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
2230
b3b965fb
TV
22312019-07-24 Tom de Vries <tdevries@suse.de>
2232
2233 PR testsuite/24807
2234 * gdb.objc/basicclass.m: Include stdio.h.
2235 * gdb.objc/nondebug.m: Same.
2236 * gdb.objc/objcdecode.m: Same.
2237
4625b4d0
TV
22382019-07-24 Tom de Vries <tdevries@suse.de>
2239
2240 PR testsuite/24612
2241 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
2242 additional_flags.
2243
024a5840
TV
22442019-07-24 Tom de Vries <tdevries@suse.de>
2245
2246 PR testsuite/24831
2247 * gdb.multi/tids.exp: Update error messages for info threads.
2248
c76ddaa3
TV
22492019-07-24 Tom de Vries <tdevries@suse.de>
2250
2251 * gdb.base/info-types.exp: Allow info types to print info for more than
2252 one file.
2253
9a618ef6
TV
22542019-07-23 Tom de Vries <tdevries@suse.de>
2255
2256 PR testsuite/24842
2257 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
2258 gdb_spawn_with_cmdline_opts.
2259
40eadf04
SP
22602019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
2261
2262 * gdb.arch/arm-cmse-sgstubs.c: New test.
2263 * gdb.arch/arm-cmse-sgstubs.exp: New file.
2264
5ba29434
TV
22652019-07-23 Tom de Vries <tdevries@suse.de>
2266
2267 PR testsuite/24711
2268 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
2269 issuing next command.
2270
a8e9d247
AB
22712019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
2272
2273 * gdb.ada/info_auto_lang.exp: Update expected results.
2274 * gdb.base/info-types.c: Add additional types to check.
2275 * gdb.base/info-types.exp: Update expected results.
2276
eb86c5e2
AB
22772019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
2278
2279 * gdb.base/info-types.c: New file.
2280 * gdb.base/info-types.exp: New file.
2281
01e175fe
AB
22822019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
2283
2284 * gdb.arch/riscv-bp-infcall.c: New file.
2285 * gdb.arch/riscv-bp-infcall.exp: New file.
2286
6b78c3f8
AB
22872019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
2288
2289 PR breakpoints/24541
2290 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
2291
da738167
TV
22922019-07-14 Tom de Vries <tdevries@suse.de>
2293
2294 PR testsuite/24760
2295 * gdb.objc/basicclass.exp: Fix unterminated string.
2296
0d4e84ed
AB
22972019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
2298 Andrew Burgess <andrew.burgess@embecosm.com>
2299
2300 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
2301 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
2302 negative bounds.
2303 * gdb.fortran/vla-value.exp: Print elements of an array with
2304 negative bounds.
2305 * gdb.fortran/vla.f90: Setup an array with negative bounds for
2306 testing.
2307
021d8588
AB
23082019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
2309
2310 * gdb.base/options.exp (expect_string): Dequote strings in
2311 results.
2312 (test-string): Test strings with different quoting and reindent.
2313
f06f1252
TT
23142019-07-10 Tom Tromey <tromey@adacore.com>
2315
2316 * gdb.ada/mi_ex_cond.exp: Update expected results.
2317 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
2318 * gdb.ada/mi_catch_ex.exp: Update expected results.
2319 * gdb.ada/mi_catch_assert.exp: Update expected results.
2320 * gdb.ada/catch_ex.exp (catch_exception_info)
2321 (catch_exception_entry, catch_assert_entry)
2322 (catch_unhandled_entry): Update.
2323 * gdb.ada/catch_assert_if.exp: Update expected results.
2324
b863685d
RB
23252019-07-10 Richard Bunt <richard.bunt@arm.com>
2326 Stephen Roberts <stephen.roberts@arm.com>
2327
2328 * gdb.base/define.exp: Restore original prompt.
2329
cb1e4e32
PA
23302019-07-09 Pedro Alves <palves@redhat.com>
2331
2332 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
2333 breakpoints" output.
2334 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
2335 * gdb.python/py-breakpoint.exp: No longer expect that "catch
2336 throw" creates breakpoint.
2337 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
2338 'type="catchpoint"'.
2339
b58a68fe
PA
23402019-07-09 Pedro Alves <palves@redhat.com>
2341
2342 PR c++/15468
2343 * gdb.cp/except-multi-location-lib.cc: New.
2344 * gdb.cp/except-multi-location-main.cc: New.
2345 * gdb.cp/except-multi-location.exp: New.
2346
0826779b
PW
23472019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
2348
2349 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
2350 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
2351 argument and update callers.
2352
5b0e2db4
AB
23532019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2354
2355 * gdb.arch/amd64-break-on-asm-line.S: New file.
2356 * gdb.arch/amd64-break-on-asm-line.exp: New file.
2357
1f6f6e21
PW
23582019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2359
2360 * gdb.base/printcmds.exp: Test printing C string and
2361 C wide string convenience vars without transiting via the inferior.
2362 Also make test names unique.
2363
ea142fbf
AH
23642019-07-08 Alan Hayward <alan.hayward@arm.com>
2365
5862c886 2366 PR breakpoints/25011
ea142fbf
AH
2367 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
2368
213fd9fa
PA
23692019-07-04 Pedro Alves <palves@redhat.com>
2370
2371 * lib/gdb.exp (foreach_with_prefix): Don't return early if
2372 body returned ok(0), break(3) or continue(4).
2373 * gdb.testsuite/foreach_with_prefix.exp: New file.
2374
2b40fda7
AH
23752019-07-04 Alan Hayward <alan.hayward@arm.com>
2376
2377 * gdb.server/unittest.exp: Allow 0 unit tests to run.
2378
a26c8de0
PA
23792019-07-03 Pedro Alves <palves@redhat.com>
2380
2381 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
2382 "return -code".
2383
5f4ba3e7
PA
23842019-07-03 Pedro Alves <palves@redhat.com>
2385
2386 PR cli/24732
2387 * gdb.base/shell.exp: Load completion-support.exp.
2388 Adjust expected error output. Add completion tests.
2389
a994424f
PA
23902019-07-03 Pedro Alves <palves@redhat.com>
2391
2392 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
2393 string_to_regexp.
2394
3d9be6f5
PA
23952019-07-03 Pedro Alves <palves@redhat.com>
2396
2397 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
2398 (expect_integer): Adjust to expect "-string".
2399 (expect_string): New.
2400 (all_options): Expect "-string".
2401 (test-flag, test-boolean): Adjust to expect "-string".
2402 (test-string): New proc.
2403 (top level): Call it.
2404
41fc454c
PA
24052019-07-03 Pedro Alves <palves@redhat.com>
2406
2407 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
2408 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
2409 the expected output in the success.
2410
b2b2a215
PA
24112019-07-03 Pedro Alves <palves@redhat.com>
2412
2413 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
2414 Split one gdb_test_multiple call in two to avoid a race.
2415
fdbc9870
PA
24162019-07-03 Pedro Alves <palves@redhat.com>
2417
2418 * gdb.base/with.c: New file.
2419 * gdb.base/with.exp: New file.
2420
c6ac8931
PA
24212019-07-03 Pedro Alves <palves@redhat.com>
2422
2423 * gdb.base/settings.exp: Replace all references to "maint
2424 test-settings set" with references to "maint set test-settings",
2425 and all references to "maint test-settings show" with references
2426 to "maint show test-settings".
2427
970f9d09
PA
24282019-07-03 Pedro Alves <palves@redhat.com>
2429
2430 * gdb.base/settings.exp (test-string): Adjust expected out when
2431 testing "maint test-settings show filename"
2432
54d66006
PA
24332019-07-02 Pedro Alves <palves@redhat.com>
2434
2435 * gdb.base/options.exp (test-info-threads): New procedure.
2436 (top level): Call it.
2437
10d06d82
TT
24382019-06-28 Tom Tromey <tromey@adacore.com>
2439
2440 * gdb.dwarf2/ada-linkage-name.c: New file.
2441 * gdb.dwarf2/ada-linkage-name.exp: New file.
2442
3d507ff2
TT
24432019-06-27 Tom Tromey <tromey@adacore.com>
2444
d039f014 2445 PR c++/20020:
3d507ff2
TT
2446 * gdb.cp/constexpr-field.exp: Use setup_xfail.
2447
8af58ffe
TV
24482019-06-26 Tom de Vries <tdevries@suse.de>
2449
2450 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
2451
22e21752
TV
24522019-06-26 Tom de Vries <tdevries@suse.de>
2453
2454 * gdb.base/index-cache.exp: Add back missing debug option.
2455
b65b566c
PW
24562019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2457
2458 * gdb.base/alias.exp: Test non matching/non existing prefixes.
2459
5c2c8c69
TV
24602019-06-25 Tom de Vries <tdevries@suse.de>
2461
2462 PR testsuite/24727
2463 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
2464
164e3873
TV
24652019-06-24 Tom de Vries <tdevries@suse.de>
2466
2467 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
2468
824eacee
TV
24692019-06-24 Tom de Vries <tdevries@suse.de>
2470
2471 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
2472 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
2473 * gdb.trace/unavailable-dwarf-piece.exp: Same.
2474
385b97d3
TV
24752019-06-24 Tom de Vries <tdevries@suse.de>
2476
2477 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
2478
c596f180
TV
24792019-06-21 Tom de Vries <tdevries@suse.de>
2480
2481 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
2482
b13a7d03
TV
24832019-06-21 Tom de Vries <tdevries@suse.de>
2484
2485 PR testsuite/24518
2486 PR ada/24713
2487 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
2488 index.
2489
899277ae
TT
24902019-06-19 Tom Tromey <tromey@adacore.com>
2491
2492 * gdb.ada/length_cond.exp: Add intro comment.
2493
680e1bee
TT
24942019-06-19 Tom Tromey <tromey@adacore.com>
2495
2496 * gdb.ada/length_cond.exp: New file.
2497 * gdb.ada/length_cond/length_cond.adb: New file.
2498 * gdb.ada/length_cond/pck.adb: New file.
2499 * gdb.ada/length_cond/pck.ads: New file.
2500
0ed4690a
TV
25012019-06-18 Tom de Vries <tdevries@suse.de>
2502
2503 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
2504
d20ed5fd
TT
25052019-06-18 Tom Tromey <tromey@adacore.com>
2506
2507 * gdb.base/list0.h: Add comment explaining control character.
2508
86e04673
TV
25092019-06-18 Tom de Vries <tdevries@suse.de>
2510
2511 * boards/fission.exp: Break up long debug_flags line.
2512
c4973306
SM
25132019-06-16 Tom de Vries <tdevries@suse.de>
2514
2515 PR gdb/24445
2516 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
2517 generated index.
2518
93cb9841
AB
25192019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
2520
2521 PR gdb/24686
2522 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
2523 improve detection of bug gdb/24541.
2524
399aaebd
SM
25252019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
2526
2527 PR gdb/24669
2528 * gdb.base/index-cache.exp (uses_readnow,
2529 expecting_index_cache_use): Define global variable.
2530 (test_cache_enabled_miss, test_cache_enabled_hit): Use
2531 expecting_index_cache_use.
2532
584a927c
AB
25332019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
2534 Andrew Burgess <andrew.burgess@embecosm.com>
2535
2536 * gdb.fortran/pointers.f90: New file.
2537 * gdb.fortran/print_type.exp: New file.
2538 * gdb.fortran/vla-ptype.exp: Adapt expected results.
2539 * gdb.fortran/vla-type.exp: Likewise.
2540 * gdb.fortran/vla-value.exp: Likewise.
2541 * gdb.mi/mi-vla-fortran.exp: Likewise.
2542
30056ea0
AB
25432019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2544
2545 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
2546 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
2547 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
2548 as a stop reason.
2549
ec8e2b6d
AB
25502019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2551
2552 * gdb.base/annota1.exp: Update expected results.
2553 * gdb.cp/annota2.exp: Likewise.
2554 * gdb.cp/annota3.exp: Likewise.
2555
09e4c4e1
AB
25562019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2557
2558 * gdb.base/style-logging.exp: Remove path from test name.
2559
0735b091
TT
25602019-06-14 Tom Tromey <tromey@adacore.com>
2561
2562 PR gdb/24502:
2563 * gdb.base/style-logging.exp: New file.
2564
f5686554
TT
25652019-06-14 Tom Tromey <tromey@adacore.com>
2566
2567 * gdb.base/symfile-warn.exp: New file.
2568 * gdb.base/symfile-warn.c: New file.
2569
a0c1ffed
TT
25702019-06-14 Tom Tromey <tromey@adacore.com>
2571
2572 * gdb.base/annotate-symlink.exp: New file.
2573
f411722c
TT
25742019-06-14 Tom Tromey <tromey@adacore.com>
2575
2576 * gdb.ada/set_wstr.exp: Add reassignment test.
2577
4268ec18
TT
25782019-06-14 Tom Tromey <tromey@adacore.com>
2579
2580 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
2581 'unchecked_access and 'unrestricted_access as well.
2582
9a9e394b
TT
25832019-06-14 Tom Tromey <tromey@adacore.com>
2584
2585 PR ada/24539:
2586 * gdb.ada/vla.exp: Update tests.
2587 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
2588 pragma.
2589
4c048731
PA
25902019-06-13 Pedro Alves <palves@redhat.com>
2591
2592 * gdb.base/settings.exp (test-integer): Test junk after
2593 "unlimited".
2594
6665660a
PA
25952019-06-13 Pedro Alves <palves@redhat.com>
2596
2597 * gdb.base/options.exp (test-thread-apply): New.
2598 (top level): Call it.
2599
5d707134
PA
26002019-06-13 Pedro Alves <palves@redhat.com>
2601
2602 * gdb.base/options.exp (test-frame-apply): New.
2603 (top level): Test print commands with different "frame apply"
2604 prefixes.
2605
e2a689da
PA
26062019-06-13 Pedro Alves <palves@redhat.com>
2607
e79be6e5 2608 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
e2a689da
PA
2609 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
2610 'max_completions' parameter and handle it.
2611 (test_gdb_completion_offers_commands): New.
2612
90a1ef87
PA
26132019-06-13 Pedro Alves <palves@redhat.com>
2614
2615 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
2616
d4c16835
PA
26172019-06-13 Pedro Alves <palves@redhat.com>
2618
2619 * gdb.base/options.exp (test-backtrace): New.
2620 (top level): Call it.
2621
2daf894e
PA
26222019-06-13 Pedro Alves <palves@redhat.com>
2623
2624 * gdb.guile/scm-frame-args.exp: Use "set print
2625 raw-frame-arguments" instead of "set print raw frame-arguments".
2626 * gdb.python/py-frame-args.exp: Likewise.
2627
e6ed716c
PA
26282019-06-13 Pedro Alves <palves@redhat.com>
2629
2630 * gdb.compile/compile.exp: Adjust expected output to option
2631 processing changes.
2632
7d8062de
PA
26332019-06-13 Pedro Alves <palves@redhat.com>
2634
2635 * gdb.base/options.exp: Build executable.
2636 (test-print): New procedure.
2637 (top level): Call it, once for "print" and another for "compile
2638 print".
2639
9d0faba9
PA
26402019-06-13 Pedro Alves <palves@redhat.com>
2641
2642 * gdb.base/options.c: New file.
2643 * gdb.base/options.exp: New file.
2644
dee7b4c8
PA
26452019-06-13 Pedro Alves <palves@redhat.com>
2646
2647 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
2648 that "o" is ambiguous.
2649
dca0f6c0
PA
26502019-06-13 Pedro Alves <palves@redhat.com>
2651
2652 * gdb.base/settings.c: New file.
2653 * gdb.base/settings.exp: New file.
2654
ccf46844
PA
26552019-06-13 Pedro Alves <palves@redhat.com>
2656
2657 * gdb.base/completion.exp: Fix comment typo.
2658
b9a3f842
PA
26592019-06-13 Pedro Alves <palves@redhat.com>
2660
2661 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
2662 foo --1" test.
2663
d106773e
PA
26642019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
2665
2666 * gdb.fortran/block-data.f: New.
2667 * gdb.fortran/block-data.exp: New.
2668
fea82da0
TV
26692019-06-11 Tom de Vries <tdevries@suse.de>
2670
2671 PR testsuite/24521
2672 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
2673 message.
2674
8c2e74f1
TV
26752019-06-11 Tom de Vries <tdevries@suse.de>
2676
2677 PR testsuite/24521
2678 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
2679
b49851c8
TV
26802019-06-11 Tom de Vries <tdevries@suse.de>
2681
2682 * boards/readnow.exp: New file.
2683
a7067863
AB
26842019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
2685
2686 * gdb.fortran/vla-sizeof.exp: Update expected results.
2687
1a3da2cd
AB
26882019-06-06 Amos Bird <amosbird@gmail.com>
2689
2690 * gdb.base/annota1.exp (thread_switch): Add test for
2691 thread-exited annotation.
2692
3847a7bf
TT
26932019-06-06 Tom Tromey <tromey@adacore.com>
2694
2695 * gdb.base/maint.exp: Expect command started/finished output.
2696
0088ba59
AB
26972019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
2698
2699 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
2700 comment.
2701 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
2702
312617a3
AB
27032019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
2704
2705 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
2706 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
2707 * gdb.arch/riscv-unwind-long-insn.c: New file.
2708 * gdb.arch/riscv-unwind-long-insn.exp: New file.
2709
e1f2e1a2
CB
27102019-06-04 Christian Biesinger <cbiesinger@google.com>
2711
d3238f7d 2712 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 2713
206584bd
PW
27142019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2715
2716 * lib/gdb.exp (help_list_trailer): New regexp variable
2717 factorizing the help trailer message.
2718 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
2719 arg to allow to better factorize various tests.
2720 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
2721 (test_prefix_command_help): Use help_list_trailer.
2722 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
2723 * gdb.guile/scm-cmd.exp: Likewise.
2724 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
2725 * gdb.base/help.exp: Use test_user_defined_class_help.
2726 * gdb.base/style.exp: Add tests for styling of help and apropos.
2727 * lib/gdb-utils.exp (style): Add title and highlight styles.
2728
708dc93e
PW
27292019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2730
2731 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
2732 $_shell_exitsignal.
2733 * gdb.base/default.exp: Update for new convenience variables.
2734
f49055a5
TT
27352019-05-29 Tom Tromey <tromey@adacore.com>
2736
2737 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
2738 to "break complete ada" test case's regexp.
2739
4330d61d
TT
27402019-05-29 Tom Tromey <tromey@adacore.com>
2741
2742 PR c++/20020:
2743 * gdb.cp/constexpr-field.exp: New file.
2744 * gdb.cp/constexpr-field.cc: New file.
2745
000439d5
TT
27462019-05-29 Tom Tromey <tromey@adacore.com>
2747
2748 * gdb.base/finish.exp (finish_no_print): New proc.
2749 (finish_tests): Call it.
2750
5a01c34c
TV
27512019-05-24 Tom de Vries <tdevries@suse.de>
2752
2753 * gdb.dwarf2/gdb-add-index.exp: New file.
2754
18125b16
TT
27552019-05-22 Tom Tromey <tromey@adacore.com>
2756
2757 * gdb.base/info-shared.exp (check_info_shared): Use "style".
2758 * gdb.base/style.exp: Use "style".
2759 * lib/gdb-utils.exp (style): New proc.
2760
af1a8d03
TV
27612019-05-22 Tom de Vries <tdevries@suse.de>
2762
2763 * gdb.base/align.exp: Require c++11.
2764
e7fe496b
TV
27652019-05-22 Tom de Vries <tdevries@suse.de>
2766
2767 PR testsuite/24586
2768 * gdb.python/py-mi-var-info-path-expression.exp: Call
2769 mi_skip_python_tests to check if python is supported.
2770
8fca4da0
AH
27712019-05-22 Alan Hayward <alan.hayward@arm.com>
2772
2773 * gdb.arch/aarch64-pauth.c: New test.
2774 * gdb.arch/aarch64-pauth.exp: New file.
2775
b7060614
AH
27762019-05-22 Alan Hayward <alan.hayward@arm.com>
2777
2778 * README (Re-running Tests Outside The Testsuite): New section.
2779
669d0468
TV
27802019-05-21 Tom de Vries <tdevries@suse.de>
2781
2782 * gdb.arch/amd64-eval.exp: Require c++11.
2783 * gdb.base/max-depth.exp: Same.
2784 * gdb.compile/compile-cplus-array-decay.exp: Same.
2785 * gdb.cp/meth-typedefs.exp: Same.
2786 * gdb.cp/subtypes.exp: Same.
2787 * gdb.cp/temargs.exp: Same.
2788
ce3ebcaa
AH
27892019-05-21 Alan Hayward <alan.hayward@arm.com>
2790
2791 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
2792
34d11c68
AB
27932019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
2794
2795 PR gdb/18644
2796 * gdb.fortran/complex.exp: Remove setup_kfail calls.
2797 * gdb.fortran/printing-types.exp: Add new test.
2798 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
2799 testing.
2800 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
2801 setup_kfail call.
2802
87781e84
AH
28032019-05-17 Alan Hayward <alan.hayward@arm.com>
2804
2805 * README (Running the Testsuite): Change example.
2806 (Testsuite Parameters): Remove TRANSCRIPT.
2807 * lib/gdb.exp: Remove TRANSCRIPT check.
2808
b420b89e
AH
28092019-05-17 Alan Hayward <alan.hayward@arm.com>
2810
2811 * README (Testsuite Parameters): Add replay logging to
2812 GDBSERVER_DEBUG.
2813 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
2814 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
2815 as a comma separated list.
2816 (gdb_debug_init): Override procedure.
2817
408e9b8b
AH
28182019-05-17 Alan Hayward <alan.hayward@arm.com>
2819
2820 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
2821 (gdb_write_cmd_file): New procedure.
2822 * lib/gdbserver-support.exp (gdbserver_start): Call
2823 gdbserver_write_cmd_file.
2824 (gdbserver_write_cmd_file): New procedure.
2825
f9e2e39d
AH
28262019-05-17 Alan Hayward <alan.hayward@arm.com>
2827
2828 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
2829 (delete_breakpoints): Likewise.
2830 (gdb_run_cmd): Likewise.
2831 (gdb_start_cmd): Likewise.
2832 (gdb_starti_cmd): Likewise.
2833 (gdb_internal_error_resync): Likewise.
2834 (gdb_test_multiple): Likewise.
2835 (gdb_reinitialize_dir): Likewise.
2836 (default_gdb_exit): Likewise.
2837 (gdb_file_cmd): Mark kill as optional.
2838 (default_gdb_start): Call gdb_stdin_log_init.
2839 (send_gdb): Call gdb_stdin_log_write.
2840 (rerun_to_main): Mark Y as an answer.
2841 (gdb_stdin_log_init): New function.
2842 (gdb_stdin_log_write): Likewise.
2843
81f47ac2
AH
28442019-05-17 Alan Hayward <alan.hayward@arm.com>
2845
2846 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
2847 * gdb.base/debug-expr.exp: Likewise.
2848 * gdb.base/foll-fork.exp: Likewise.
2849 * gdb.base/foll-vfork.exp: Likewise.
2850 * gdb.base/fork-print-inferior-events.exp: Likewise.
2851 * gdb.base/gdb-sigterm.exp: Likewise.
2852 * gdb.base/gdbinit-history.exp: Likewise.
2853 * gdb.base/osabi.exp: Likewise.
2854 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
2855 * gdb.base/ui-redirect.exp: Likewise.
2856 * gdb.gdb/unittest.exp: Likewise.
2857 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
2858 * gdb.mi/mi-watch.exp: Likewise.
2859 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2860 * gdb.mi/user-selected-context-sync.exp: Likewise.
2861 * gdb.python/python.exp: Disable debug test when debugging.
2862 * gdb.threads/check-libthread-db.exp: Disable when debugging.
2863 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
2864 Likewise.
2865 * gdb.threads/stepi-random-signal.exp: Likewise.
2866
29b52314
AH
28672019-05-17 Alan Hayward <alan.hayward@arm.com>
2868
2869 * Makefile.in: Pass through GDB_DEBUG.
2870 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
2871 (gdb,debug): Add board setting.
2872 * lib/gdb.exp (default_gdb_start): Start debugging.
2873 (gdb_debug_enabled): New procedure.
2874 (gdb_debug_init): Likewise.
29b52314
AH
2875
28762019-05-17 Alan Hayward <alan.hayward@arm.com>
e79be6e5 2877
29b52314
AH
2878 * Makefile.in: Pass through GDB_DEBUG.
2879 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
2880 (gdb,debug): Add board setting.
2881 * lib/gdb.exp (default_gdb_start): Start debugging.
2882 (gdb_debug_enabled): New procedure.
2883 (gdb_debug_init): Likewise.
29b52314 2884
ca1285d1
AH
28852019-05-17 Alan Hayward <alan.hayward@arm.com>
2886
2887 * gdb.base/ui-redirect.exp: Add debug redirect tests.
2888
f3a09c80
AH
28892019-05-17 Alan Hayward <alan.hayward@arm.com>
2890
2891 * gdb.base/ui-redirect.exp: Test redirection.
2892
26648588
JV
28932019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
2894
2895 * gdb.mi/mi-complete.exp: New file.
2896 * gdb.mi/mi-complete.cc: Likewise.
2897
14237686
AB
28982019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
2899
2900 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
2901 indexed and sliced arrays, and pointers to arrays.
2902
e7bd7fba
TT
29032019-05-14 Tom Tromey <tromey@adacore.com>
2904
2905 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
2906 styling test.
2907
2764128d
TV
29082019-05-14 Tom de Vries <tdevries@suse.de>
2909
2910 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
2911 selection entry encoding.
2912
71bed2db
TT
29132019-05-10 Tom Tromey <tromey@adacore.com>
2914
2915 * gdb.ada/info_exc.exp: Add "complete" test.
2916
63b667ad
TV
29172019-05-09 Tom de Vries <tdevries@suse.de>
2918
2919 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
2920 CU-relative.
2921
9cfd2b89
TV
29222019-05-09 Tom de Vries <tdevries@suse.de>
2923
2924 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
2925 CU-relative.
2926
2228ef77
XR
29272019-05-08 Joel Brobecker <brobecker@adacore.com>
2928
2929 * gdb.ada/frame_arg_lang.exp: New testcase.
2930 * gdb.ada/frame_arg_lang/bla.adb: New file.
2931 * gdb.ada/frame_arg_lang/pck.ads: New file.
2932 * gdb.ada/frame_arg_lang/pck.adb: New file.
2933 * gdb.ada/frame_arg_lang/foo.c: New file.
2934
80e55b13
TT
29352019-05-08 Tom Tromey <tromey@adacore.com>
2936
2937 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
2938
9d3421af
TT
29392019-05-08 Tom Tromey <tromey@adacore.com>
2940
2941 * gdb.base/ptype-offsets.exp: Update tests.
2942
844333e2
TT
29432019-05-08 Tom Tromey <tromey@adacore.com>
2944
2945 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
2946 cases.
2947 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
2948 "short".
2949
988915ee
TT
29502019-05-08 Tom Tromey <tromey@adacore.com>
2951
2952 * gdb.ada/vla.exp: New file.
2953 * gdb.ada/vla/vla.adb: New file.
2954
7bd55dac
TV
29552019-05-07 Tom de Vries <tdevries@suse.de>
2956
2957 * gdb.base/index-cache.exp (ls_host): Fix return statement.
2958
75f06e9d
TV
29592019-05-07 Tom de Vries <tdevries@suse.de>
2960
2961 PR testsuite/24522
2962 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
2963 section.
2964
77e7aaa4
TV
29652019-05-07 Tom de Vries <tdevries@suse.de>
2966
2967 PR testsuite/24522
2968 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
2969 .debug_aranges section.
2970
456ba0fa
TV
29712019-05-07 Tom de Vries <tdevries@suse.de>
2972
2973 PR testsuite/24159
2974 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
2975
5a56d6a6
TV
29762019-05-06 Tom de Vries <tdevries@suse.de>
2977
2978 * lib/gdb.exp (exec_has_index_section): New proc.
2979 * gdb.base/index-cache.exp: Handle case that binfile contains an index
2980 section.
2981
9d6d4be8
TV
29822019-05-04 Tom de Vries <tdevries@suse.de>
2983
2984 * boards/cc-with-debug-names.exp: New file.
2985
222a8d25
TT
29862019-05-03 Tom Tromey <tromey@adacore.com>
2987
2988 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
2989 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
2990 * gdb.ada/char_enum.exp: Add test.
2991
0fdfd794
TV
29922019-05-03 Tom de Vries <tdevries@suse.de>
2993
2994 * boards/cc-with-gdb-index.exp: New file.
2995
80062eb9
AB
29962019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
2997
2998 * gdb.rust/simple.exp: Add new test case.
2999 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
3000 (main): Initialise an instance of the new struct.
3001
4504bbde
TT
30022019-05-01 Tom Tromey <tromey@adacore.com>
3003
3004 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
3005 record.
3006 (NPR): New variable.
3007 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
3008 test.
3009
d48e62f4
TT
30102019-05-01 Tom Tromey <tromey@adacore.com>
3011
3012 * gdb.ada/packed_array_assign.exp: Add packed assignment
3013 regression test.
3014
f59f30f5
TV
30152019-05-01 Tom de Vries <tdevries@suse.de>
3016
3017 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
3018
b70bfc54
TV
30192019-05-01 Tom de Vries <tdevries@suse.de>
3020
3021 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
3022
15f18d14
AT
30232019-04-30 Ali Tamur <tamur@google.com>
3024
3025 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
3026
2ff0a947
TT
30272019-04-30 Tom Tromey <tromey@adacore.com>
3028
3029 * lib/ada.exp (find_ada_tool): New proc.
3030 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
3031 * gdb.ada/catch_ex_std.exp: New file.
3032 * gdb.ada/catch_ex_std/foo.adb: New file.
3033 * gdb.ada/catch_ex_std/some_package.adb: New file.
3034 * gdb.ada/catch_ex_std/some_package.ads: New file.
3035
a776957c
TT
30362019-04-30 Tom Tromey <tromey@adacore.com>
3037
3038 PR c++/24470:
3039 * gdb.cp/temargs.cc: Add test code from PR.
3040
bc68014d
AB
30412019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3042
3043 * gdb.fortran/vla-datatypes.exp: Update expected results.
3044 * gdb.fortran/vla-ptype.exp: Likewise.
3045 * gdb.fortran/vla-type.exp: Likewise.
3046 * gdb.fortran/vla-value.exp: Likewise.
3047
f1fdc960
AB
30482019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3049
3050 * gdb.fortran/ptr-indentation.exp: Update expected results.
3051 * gdb.fortran/ptype-on-functions.exp: Likewise.
3052 * gdb.fortran/vla-ptr-info.exp: Likewise.
3053 * gdb.fortran/vla-value.exp: Likewise.
3054
bf7a4de1
AB
30552019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3056
3057 * gdb.fortran/ptype-on-functions.exp: New file.
3058 * gdb.fortran/ptype-on-functions.f90: New file.
3059
bbe75b9d
AB
30602019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3061
3062 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
3063 case void string.
3064
1db455a7
AB
30652019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3066
3067 * gdb.fortran/complex.exp: Expand.
3068 * gdb.fortran/complex.f: Renamed to...
3069 * gdb.fortran/complex.f90: ...this, and extended to add more
3070 complex values.
3071
b6d03bb2
AB
30722019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3073
3074 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
3075 MODULO, CMPLX.
3076
2e62ab40
AB
30772019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
3078 Richard Bunt <richard.bunt@arm.com>
3079
3080 * gdb.base/max-depth.c: New file.
3081 * gdb.base/max-depth.exp: New file.
3082 * gdb.python/py-nested-maps.c: New file.
3083 * gdb.python/py-nested-maps.exp: New file.
3084 * gdb.python/py-nested-maps.py: New file.
3085 * gdb.python/py-format-string.exp (test_max_depth): New proc.
3086 (test_all_common): Call test_max_depth.
3087 * gdb.fortran/max-depth.exp: New file.
3088 * gdb.fortran/max-depth.f90: New file.
3089 * gdb.go/max-depth.exp: New file.
3090 * gdb.go/max-depth.go: New file.
3091 * gdb.modula2/max-depth.exp: New file.
3092 * gdb.modula2/max-depth.c: New file.
3093 * lib/gdb.exp (get_print_expr_at_depths): New proc.
3094
d2b584a5
TV
30952019-04-29 Tom de Vries <tdevries@suse.de>
3096
3097 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
3098
136afab8
PW
30992019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3100
3101 * gdb.base/callexit.exp: Test may-call-functions off.
3102
725cbb63
KS
31032019-04-25 Keith Seitz <keiths@redhat.com>
3104
3105 PR c++/24367
3106 * gdb.cp/meth-typedefs.cc (incomplete_struct)
3107 (another_incomplete_struct, test_incomplete): New definitions.
3108 (main): Use new definitions.
3109 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
3110 functions.
3111
701adfb0
PA
31122019-04-25 Ali Tamur <tamur@google.com>
3113
3114 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
3115
82433e3e
SDJ
31162019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
3117
3118 PR corefiles/11608
3119 PR corefiles/18187
3120 * gdb.base/coredump-filter-build-id.exp: New file.
3121
dd06d4d6
AH
31222019-04-25 Alan Hayward <alan.hayward@arm.com>
3123
e79be6e5
SM
3124 * Makefile.in: Pass through GDBSERVER_DEBUG.
3125 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
3126 (gdbserver,debug): Add board setting.
3127 * gdb.trace/tspeed.exp: Skip when debugging.
3128 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
3129 * lib/gdbserver-support.exp: Likewise
dd06d4d6 3130
1670072e
TT
31312019-04-24 Tom Tromey <tromey@adacore.com>
3132
3133 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
3134 Rust.
3135
a59240a4
TT
31362019-04-24 Tom Tromey <tromey@adacore.com>
3137
3138 * gdb.arch/amd64-eval.exp: Test bitfield return.
3139 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
3140 (class Foo) <return_bitfields>: New method.
3141 (main): Call it.
3142
b907456c
AB
31432019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
3144
3145 * gdb.cp/many-args.cc: New file.
3146 * gdb.cp/many-args.exp: New file.
3147
5c565afd
TV
31482019-04-23 Tom de Vries <tdevries@suse.de>
3149
3150 PR gdb/24433
3151 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
3152
ba22ff86
AH
31532019-04-23 Alan Hayward <alan.hayward@arm.com>
3154
3155 * gdb.trace/backtrace.exp: Use nopie flag.
3156 * gdb.trace/circ.exp: Likewise.
3157 * gdb.trace/collection.exp: Likewise.
3158 * gdb.trace/ftrace.exp: Likewise.
3159 * gdb.trace/mi-trace-unavailable.exp: Likewise.
3160 * gdb.trace/mi-traceframe-changed.exp: Likewise.
3161 * gdb.trace/qtro.exp: Likewise.
3162 * gdb.trace/read-memory.exp: Likewise.
3163 * gdb.trace/report.exp: Likewise.
3164 * gdb.trace/tfile.exp: Likewise.
3165 * gdb.trace/tfind.exp: Likewise.
3166 * gdb.trace/unavailable.exp: Likewise.
3167
7905fc35
PA
31682019-04-22 Pedro Alves <palves@redhat.com>
3169
3170 * gdb.base/solib-probes-nosharedlibrary.c,
3171 gdb.base/solib-probes-nosharedlibrary.exp: New files.
3172
8ecb59f8
TT
31732019-04-19 Tom Tromey <tromey@adacore.com>
3174
3175 * gdb.ada/ptype_union.c: New file.
3176 * gdb.ada/ptype_union.exp: New file.
3177
62160ec9
TT
31782019-04-19 Tom Tromey <tromey@adacore.com>
3179
3180 PR symtab/24423:
3181 * gdb.base/list0.h (foo): Add a control-l character.
3182
36cd4ba5
TV
31832019-04-18 Tom de Vries <tdevries@suse.de>
3184
3185 PR gdb/24433
3186 * boards/local-board.exp: Set sysroot to "".
3187
b73715df
TV
31882019-04-18 Tom de Vries <tdevries@suse.de>
3189 Pedro Alves <palves@redhat.com>
3190
3191 PR gdb/24454
3192 * gdb.threads/vfork-follow-child-exec.c: New file.
3193 * gdb.threads/vfork-follow-child-exec.exp: New file.
3194 * gdb.threads/vfork-follow-child-exit.c: New file.
3195 * gdb.threads/vfork-follow-child-exit.exp: New file.
3196
4aa866af
LS
31972019-04-15 Leszek Swirski <leszeks@google.com>
3198
3199 * gdb.arch/amd64-eval.cc: New file.
3200 * gdb.arch/amd64-eval.exp: New file.
3201
e5a1a79a
AH
32022019-04-11 Alan Hayward <alan.hayward@arm.com>
3203
3204 * gdb.server/sysroot.c: New test.
3205 * gdb.server/sysroot.exp: New file.
3206 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
3207 matching param.
3208
41077b66
AB
32092019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
3210
3211 * gdb.base/align.exp: Extend test to cover structures containing
3212 only static fields.
3213
c30391f8
TV
32142019-04-11 Tom de Vries <tdevries@suse.de>
3215
3216 * boards/cc-with-dwz-m.exp: New file.
3217 * boards/cc-with-dwz.exp: New file.
3218 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
3219
e242fd12
SM
32202019-04-09 Simon Marchi <simon.marchi@efficios.com>
3221
3222 * gdb.base/start-cpp.exp: New file.
3223 * gdb.base/start-cpp.cc: New file.
3224
2b0c8b01
KB
32252019-04-08 Kevin Buettner <kevinb@redhat.com>
3226
3227 * gdb.python/py-thrhandle.exp: Adjust tests to call
3228 thread_from_handle instead of thread_from_thread_handle.
3229
947210e5
KB
32302019-04-08 Kevin Buettner <kevinb@redhat.com>
3231
3232 * gdb.python/py-thrhandle.exp: Add tests for
3233 gdb.InferiorThread.handle.
3234
d7df6549
AB
32352019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
3236
3237 * gdb.python/py-function.exp: Check calling helper function from
3238 all languages.
3239 * lib/gdb.exp (gdb_supported_languages): New proc.
3240
8bdc1658
AB
32412019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
3242
3243 * gdb.base/complex-parts.c: New file.
3244 * gdb.base/complex-parts.exp: New file.
3245
05caa1d2
TT
32462019-04-01 Tom Tromey <tromey@adacore.com>
3247
3248 PR symtab/23331:
3249 * gdb.dwarf2/dw2-ranges-main.c: New file.
3250 * gdb.dwarf2/dw2-ranges-psym.c: New file.
3251 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
3252
7734102d
EZ
32532019-03-30 Simon Marchi <simark@simark.ca>
3254
3255 * gdb.base/default.exp: Add values for $_gdb_major and
3256 $_gdb_minor.
3257
188e1fa9
TT
32582019-03-29 Tom Tromey <tromey@adacore.com>
3259
3260 * gdb.base/help.exp: Tighten apropos regexp.
3261
2880242d
KS
32622019-03-29 Keith Seitz <keiths@redhat.com>
3263
3264 * gdb.fortran/array-bounds.exp: New file.
3265 * gdb.fortran/array-bounds.f90: New file.
3266
077cad8e
PW
32672019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3268
3269 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
3270
80047cfc
PW
32712019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3272
3273 * gdb.multi/hello.c (main): Increase alarm timer.
3274
f489207e
SL
32752019-03-28 Sandra Loosemore <sandra@codesourcery.com>
3276
3277 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
3278 factor when no hardware watchpoint support.
3279
c92df149
AH
32802019-03-28 Alan Hayward <alan.hayward@arm.com>
3281 Pedro Alves <palves@redhat.com>
3282
3283 * boards/local-board.exp: set sysroot to /.
3284
933aebfa
AH
32852019-03-27 Alan Hayward <alan.hayward@arm.com>
3286
3287 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
3288 in child.
3289
9f9aa852
AB
32902019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3291
3292 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
3293 field.
3294 (make_container): Initialise new field.
3295 * gdb.python/py-prettyprint.exp: Add new tests.
3296 * gdb.python/py-prettyprint.py (class ContainerPrinter)
3297 <display_hint>: New method.
3298
3714a195
AB
32992019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3300
3301 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
3302 gdb_continue_to_breakpoint more throughout this test.
3303 (run_lang_tests) Supply unique test names, and use
3304 gdb_test_no_output.
3305
18c77628
AB
33062019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3307
3308 * gdb.base/finish-pretty.exp: Update expected results.
3309 * gdb.base/pretty-print.c: New file.
3310 * gdb.base/pretty-print.exp: New file.
3311
9a93502f
PA
33122019-03-25 Pedro Alves <palves@redhat.com>
3313
3314 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
3315 move comments outside list. Append '-i "" eof' section.
3316
968aa7ae
AH
33172019-03-22 Alan Hayward <alan.hayward@arm.com>
3318
34a7f2a4 3319 PR testsuite/25016
968aa7ae
AH
3320 * README: Add pie options.
3321 * gdb.base/break-interp.exp: Ensure pie is disabled.
3322 * gdb.base/dump.exp: Likewise.
3323 * lib/gdb.exp (gdb_compile): Add pie option.
3324
4c7d57e7
TT
33252019-03-19 Tom Tromey <tromey@adacore.com>
3326
3327 * gdb.mi/mi2-cli-display.c: New file.
3328 * gdb.mi/mi2-cli-display.exp: New file.
3329
bff8c71f
TT
33302019-03-18 Joel Brobecker <brobecker@adacore.com>
3331 Tom Tromey <tromey@adacore.com>
3332
3333 * gdb.ada/ptype_array/pck.adb: New file.
3334 * gdb.ada/ptype_array/pck.ads: New file.
3335 * gdb.ada/ptype_array/foo.adb: New file.
3336 * gdb.ada/ptype_array.exp: New file.
3337
d085f989
TT
33382019-03-14 Tom Tromey <tromey@adacore.com>
3339
3340 * gdb.base/style.exp: Add "set style sources" test.
3341
b4be1b06
SM
33422019-03-13 Simon Marchi <simon.marchi@ericsson.com>
3343
3344 * mi-breakpoint-location-ena-dis.exp: Rename to ...
3345 * mi-breakpoint-multiple-locations.exp: ... this.
3346 (make_breakpoints_pattern): New proc.
3347 (do_test): Add mi_version parameter, test -break-insert,
3348 -break-info and =breakpoint-created.
3349
7cde5fc2
AB
33502019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
3351
3352 * config/default.exp: Remove 'load_lib gdb.exp'.
3353 * config/monitor.exp: Likewise.
3354 * config/sid.exp: Likewise.
3355 * config/sim.exp: Likewise.
3356 * config/slite.exp: Likewise.
3357 * config/unix.exp: Likewise.
3358 * gdb.base/default.exp: Remove unhelpful comment.
3359
efbecbc1
AB
33602019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3361
3362 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
3363
0841c79a
AB
33642019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3365
3366 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
3367
4a270568
AB
33682019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3369
3370 * gdb.fortran/type-kinds.exp: Update expected results.
3371
067630bd
AB
33722019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3373
3374 * gdb.fortran/type-kinds.exp: Test new integer type kind.
3375
3be47f7a
AB
33762019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3377
3378 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
3379 function.
3380 (test_basic_parsing_of_type_kinds): Expand types tested.
3381 (test_parsing_invalid_type_kinds): New function.
3382
4d00f5d8
AB
33832019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3384
3385 * gdb.fortran/intrinsics.exp: New file.
3386 * gdb.fortran/intrinsics.f90: New file.
3387 * gdb.fortran/type-kinds.exp: New file.
3388
c8f91604
AB
33892019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3390
3391 * gdb.fortran/dot-ops.exp: New file.
3392
dd9f2c76
AB
33932019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3394
3395 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
3396 Check upper and lower case logical literals.
3397
84ec9724
AB
33982019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3399
3400 * gdb.fortran/types.exp (test_float_literal_types_accepted):
3401 Remove duplicate tests.
3402
c3734e09
AH
34032019-03-06 Alan Hayward <alan.hayward@arm.com>
3404
3405 * lib/gdb.exp (builtin_cd): rename of cd.
3406 (cd): Override builtin.
3407
aa3cfbda
RB
34082019-03-06 Richard Bunt <richard.bunt@arm.com>
3409
3410 * gdb.fortran/function-calls.exp: New file.
3411 * gdb.fortran/function-calls.f90: New test.
3412
7b63ad86
RB
34132019-03-04 Richard Bunt <richard.bunt@arm.com>
3414
3415 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
3416 on user program standard output.
3417 * gdb.fortran/short-circuit-argument-list.f90: Record function
3418 calls.
3419
01abb042
AH
34202019-02-28 Alan Hayward <alan.hayward@arm.com>
3421
c3734e09
AH
3422 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
3423 failure.
01abb042 3424
92137da0
RO
34252019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3426
3427 PR gdb/8527
3428 * gdb.base/interrupt-daemon-attach.c,
3429 gdb.base/interrupt-daemon-attach.exp: New test.
3430
5862844d
PA
34312019-02-27 Pedro Alves <palves@redhat.com>
3432
3433 * gdb.base/page.exp: Add tests for "set width/height -1".
3434
8ed25214
PA
34352019-02-27 Pedro Alves <palves@redhat.com>
3436
3437 * gdb.base/page.exp: Add tests for "set/show width/height" with
3438 "infinite" values.
3439
6c28e44a
TT
34402019-02-27 Tom Tromey <tromey@adacore.com>
3441
3442 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
3443 2.4.
3444 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
3445 workaround.
3446
bf9a735e
AB
34472019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
3448
3449 * gdb.base/align.exp: Extend to compile in both C and C++, and add
3450 tests for structs with static members.
3451
8791793c
TT
34522019-02-26 Tom Tromey <tromey@adacore.com>
3453
3454 * gdb.python/py-value.exp (test_value_from_buffer): Check for
3455 ValueError, not TypeError.
3456
bc2a507e
KB
34572019-02-26 Kevin Buettner <kevinb@redhat.com>
3458
3459 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
3460 call from main program.
3461
e0e7d3bd
JB
34622019-02-23 Joel Brobecker <brobecker@adacore.com>
3463
3464 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
3465 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
3466 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
3467 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
3468 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
3469
9600246d
KS
34702019-02-22 Keith Seitz <keiths@redhat.com>
3471
3472 PR symtab/23853
3473 * gdb.base/symlink-sourcefile.c: New file.
3474 * gdb.base/symlink-sourcefile.exp: New file.
3475
0c95f9ed
TT
34762019-02-20 Tom Tromey <tom@tromey.com>
3477
3478 * gdb.base/info_qt.exp: Update.
3479
6caa91b6
SM
34802019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
3481
3482 * gdb.base/source.exp: Move "error in sourced script" code to
3483 the end.
3484 * gdb.base/source-error.gdb: Move contents to
3485 source-error-1.gdb. Add new code to source source-error-1.gdb.
3486 * gdb.base/source-error-1.gdb: New file, from previous
3487 source-error.gdb.
3488
6506371f
TT
34892019-02-17 Tom Tromey <tom@tromey.com>
3490
3491 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
3492 for macro styling.
3493 * gdb.base/style.c (SOME_MACRO): New macro.
3494
a0087920
TT
34952019-02-17 Tom Tromey <tom@tromey.com>
3496
3497 * gdb.base/style.exp: Add line-wrapping tests.
3498 * gdb.base/page.exp: Add test for quitting during pagination.
3499
a2cd4f14
JB
35002019-02-17 Joel Brobecker <brobecker@adacore.com>
3501
3502 * gdb.ada/big_packed_array: New testcase.
3503 * gdb.ada/homonym.exp: Fix incorrect expected output for
3504 "break <homonym__get_value>" test.
3505
9d70ffbc
WP
35062019-02-13 Weimin Pan <weimin.pan@oracle.com>
3507
3508 PR breakpoints/21870
3509 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
3510 and prepare_for_testing. Add comment.
3511 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
3512 redundant cleanup call. Clean up comment.
3513
01c7ae81
WP
35142019-02-12 Weimin Pan <weimin.pan@oracle.com>
3515
3516 PR breakpoints/21870
3517 * gdb.arch/aarch64-dbreg-contents.exp: New file.
3518 * gdb.arch/aarch64-dbreg-contents.c: New file.
3519
aff29d1c
JB
35202019-02-10 Joel Brobecker <brobecker@adacore.com>
3521
3522 * gdb.ada/mi_ref_changeable: New testcase.
3523
df0da8a2
AH
35242019-02-07 Alan Hayward <alan.hayward@arm.com>
3525
3526 * gdb.base/attach.exp: Add double attach test.
3527
bd447abb
SM
35282019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
3529
3530 * lib/gdb.exp (default_gdb_start): Don't match pagination
3531 prompt.
3532 (gdb_init): Set stty_init.
3533
1dbc40b9
TT
35342019-01-27 Tom Tromey <tom@tromey.com>
3535
3536 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
3537 skip_python_tests.
3538
353229bf
AH
35392019-01-24 Alan Hayward <alan.hayward@arm.com>
3540
3541 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
3542 New structure.
3543 (struct struct_static_02_02): Likewise.
3544 (struct struct_static_02_03): Likewise.
3545 (struct struct_static_02_04): Likewise.
3546 (struct struct_static_04_01): Likewise.
3547 (struct struct_static_04_02): Likewise.
3548 (struct struct_static_04_03): Likewise.
3549 (struct struct_static_04_04): Likewise.
3550 (struct struct_static_06_01): Likewise.
3551 (struct struct_static_06_02): Likewise.
3552 (struct struct_static_06_03): Likewise.
3553 (struct struct_static_06_04): Likewise.
3554 (cmp_struct_static_02_01): Likewise.
3555 (cmp_struct_static_02_02): Likewise.
3556 (cmp_struct_static_02_03): Likewise.
3557 (cmp_struct_static_02_04): Likewise.
3558 (cmp_struct_static_04_01): Likewise.
3559 (cmp_struct_static_04_02): Likewise.
3560 (cmp_struct_static_04_03): Likewise.
3561 (cmp_struct_static_04_04): Likewise.
3562 (cmp_struct_static_06_01): Likewise.
3563 (cmp_struct_static_06_02): Likewise.
3564 (cmp_struct_static_06_03): Likewise.
3565 (cmp_struct_static_06_04): Likewise.
3566 (call_all): Test new structs.
3567 * gdb.base/infcall-nested-structs.exp: Likewise.
3568
73021deb
AH
35692019-01-21 Alan Hayward <alan.hayward@arm.com>
3570 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
3571
fc65c7db
AH
35722019-01-21 Alan Hayward <alan.hayward@arm.com>
3573 * gdb.base/stack-protector.c: New test.
3574 * gdb.base/stack-protector.exp: New file.
3575 * gdb.cp/ovldbreak.exp: Only allow a single break line.
3576 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
3577 option.
3578 (gdb_compile): Remove stack protector for GCC and prevent
3579 recursion.
3580
c24bdb02
KS
35812019-01-16 Keith Seitz <keiths@redhat.com>
3582
3583 PR gdb/23773
3584 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
3585
6f072a10
PFC
35862019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3587
3588 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
3589 aliases.
3590 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
3591 tests.
3592 * gdb.arch/powerpc-vector-regs.c: New file.
3593 * gdb.arch/powerpc-vector-regs.exp: New file.
3594
a7b8d682
PFC
35952019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3596
3597 * gdb.arch/altivec-regs.exp: Fix the list passed to
3598 gdb_expect_list when testing "info vector".
3599
6eb6fb67
AB
36002019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
3601
3602 * gdb.base/style.exp: Don't include path in testname.
3603
b56f80d8
KS
36042019-01-10 Keith Seitz <keiths@redhat.com>
3605
3606 PR gdb/23712
3607 PR symtab/23010
3608 * gdb.dwarf2/multidictionary.exp: New file.
3609
041be526
SM
36102019-01-09 Simon Marchi <simon.marchi@ericsson.com>
3611
3612 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
3613 (test_gnuv3_style_demangling): ... this.
3614 (test_lucid_style_demangling): Remove.
3615 (test_arm_style_demangling): Remove.
3616 (test_hp_style_demangling): Remove.
3617 (do_tests): Remove calls to the above.
3618
d820d0c3
AB
36192019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3620
3621 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
3622 case.
3623
f097f5ad
TT
36242019-01-06 Tom Tromey <tom@tromey.com>
3625
3626 PR gdb/28155:
3627 * gdb.dwarf2/typedef-void-finish.exp: New file.
3628
2cd8cc0b
TT
36292018-12-28 Tom Tromey <tom@tromey.com>
3630 Simon Marchi <simark@simark.ca>
3631
3632 * gdb.base/jit-exec.exp: New file.
3633 * gdb.base/jit-exec.c: New file.
3634 * gdb.base/jit-execd.c: New file.
3635
35fb8261
TT
36362018-12-28 Tom Tromey <tom@tromey.com>
3637
3638 * gdb.base/style.exp: Update test to check for address styling.
3639
47fd17cd
TT
36402018-12-28 Tom Tromey <tom@tromey.com>
3641
3642 * gdb.base/style.exp: Add test for styling of "Reading symbols"
3643 message.
3644
d47032b7
TT
36452018-12-28 Tom Tromey <tom@tromey.com>
3646
3647 * gdb.base/style.exp: Add test for version number styling.
3648
af79b68d
TT
36492018-12-28 Tom Tromey <tom@tromey.com>
3650
3651 * gdb.base/style.exp: Add test for print_address_symbolic.
3652
0bb296cb
TT
36532018-12-28 Tom Tromey <tom@tromey.com>
3654
3655 * gdb.base/style.exp: Add test for breakpoint setting.
3656
80ae2043
TT
36572018-12-28 Tom Tromey <tom@tromey.com>
3658
3659 * gdb.base/style.exp: Add test for variable names.
3660
cbe56571
TT
36612018-12-28 Tom Tromey <tom@tromey.com>
3662
3663 * gdb.base/style.exp: New file.
3664 * gdb.base/style.c: New file.
3665
9162a27c
TT
36662018-12-28 Tom Tromey <tom@tromey.com>
3667
3668 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
3669 "dumb".
3670 * gdb.base/readline.exp (operate_and_get_next): Save and restore
3671 the TERM environment variable.
3672
bc543c90
TT
36732018-12-27 Tom Tromey <tom@tromey.com>
3674
3675 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
3676 pagination test.
3677
6f0ffe50
AB
36782018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
3679
3680 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
3681 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
3682
b5a1e557
PW
36832018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3684
3685 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
3686 Filename a.adb changed to bp_fun_addr.adb.
3687 gdb.ada/bp_fun_addr.exp: Update test accordingly.
3688
6e8b1ab2
JV
36892018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
3690
3691 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
3692 non-PIE executables.
3693 * README: Mention the gdb,nopie_flag board setting.
3694 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
3695 non-PIE executable.
3696 * gdb.arch/amd64-entry-value.exp: Likewise.
3697 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
3698 * gdb.arch/i386-float.exp: Likewise.
3699 * gdb.arch/i386-signal.exp: Likewise.
3700 * gdb.mi/mi-reg-undefined.exp: Likewise.
3701
d00a27c5
PM
37022018-12-21 Paul Marechal <paul.marechal@ericsson.com>
3703
3704 PR gdb/23974
3705 * gdb.base/info-os.exp: Check return for unknown "info os" type.
3706
161d081c
PW
37072018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3708
3709 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
3710 Update order of results accordingly.
3711
b001de23
AB
37122018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
3713
3714 * gdb.base/annota1.exp: Update a test regexp.
3715
99e1a184
AB
37162018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
3717
3718 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
3719
7a81c1e2
PW
37202018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3721
3722 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
3723 (reuse_time): Initialize to REUSE_TIME_CAP.
3724 (check_rc): New function.
3725 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
3726 Check pthread_create rc.
3727 (spawner_thread_func): Check pthread_create and pthread_join rc.
3728
73e8dc90
PA
37292018-12-08 Pedro Alves <palves@redhat.com>
3730
3731 * gdb.base/list.exp (test_forward_search): Rename to ...
3732 (test_forward_reverse_search): ... this. Also test reverse-search
3733 and the forward-search alias.
3734
13f2ed32
AB
37352018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
3736
3737 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
3738 local timeout variable before return, and remove all local timeout
3739 variable entirely.
3740 (gdb_load): Likewise.
3741
64d27cfc
TV
37422018-12-01 Tom de Vries <tdevries@suse.de>
3743
3744 * gdb.base/gdb-caching-proc.exp: New file.
3745
f63c03b4
SDJ
37462018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
3747
3748 * Makefile.in (TIMESTAMP): New variable.
3749 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
3750 command.
3751 (check-single-racy): Likewise.
3752 (check/%.exp): Likewise.
3753 (check-racy/%.exp): Likewise.
3754 (workers/%.worker): Likewise.
3755 (build-perf): Likewise.
3756 (check-perf): Likewise.
3757 * README: Describe new "TS" and "TS_FORMAT" variables.
3758 * print-ts.py: New file.
3759
1c97054b
BF
37602018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
3761
3762 PR python/23714
3763 * gdb.python/python.exp: Test command repetition after
3764 gdb.execute.
3765
1871a62d
AB
37662018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
3767
3768 * gdb.opt/inline-break.exp: Add test that info breakpoint output
3769 is correctly aligned.
3770
fb5e1ed9
PW
37712018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3772
3773 * gdb.ada/info_auto_lang.exp: New testcase.
3774 * gdb.ada/info_auto_lang/global_pack.ads: New file.
3775 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
3776 * gdb.ada/info_auto_lang/some_c.c: New file.
3777
43d397ca
PW
37782018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3779
3780 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
3781 FUNC_lang language syntax.
3782
beddd671
PW
37832018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3784
3785 * gdb.base/info_minsym.c: New file.
3786 * gdb.base/info_minsym.exp: New file.
3787
73fc52c4
TT
37882018-11-19 Tom Tromey <tom@tromey.com>
3789
3790 PR rust/23625:
3791 * gdb.rust/simple.exp: Add ptype test. Update expected output.
3792 * gdb.rust/expr.exp: Update expected output. Change one test.
3793
994b876a
TT
37942018-11-19 Tom Tromey <tom@tromey.com>
3795
3796 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
3797
6769f276
PA
37982018-11-19 Pedro Alves <palves@redhat.com>
3799
3800 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
3801 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
3802 see the expected warning.
3803
38a72da0
AH
38042018-11-16 Alan Hayward <alan.hayward@arm.com>
3805
3806 PR gdb/22736:
3807 * gdb.cp/infcall-nodebug-lib.c: New test.
3808 * gdb.cp/infcall-nodebug-main.c: New test.
3809 * gdb.cp/infcall-nodebug.exp: New file.
3810
53a89d6e
SM
38112018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
3812
3813 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
3814 completer tests.
3815
9325300d
TV
38162018-11-09 Tom de Vries <tdevries@suse.de>
3817
3818 * gdb.base/msym-lang.c: New test.
3819 * gdb.base/msym-lang.exp: New file.
3820 * gdb.base/msym-lang-main.c: New test.
3821
20f0d60d
TT
38222018-11-08 Tom Tromey <tom@tromey.com>
3823
3824 PR gdb/23555:
3825 PR gdb/23838:
3826 * gdb.base/warning.exp: New file.
3827
b5420128
JB
38282018-11-08 Jan Beulich <jbeulich@suse.com>
3829
3830 * testsuite/gdb.arch/i386-avx512.c,
3831 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
3832
cd115d61
AB
38332018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
3834
3835 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
3836 point hardware.
3837
35ee2dc2
AB
38382018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
3839
3840 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
3841 * gdb.dwarf2/missing-type-name.exp: New file.
3842
31aceee8
TV
38432018-11-06 Tom de Vries <tdevries@suse.de>
3844
3845 * gdb.base/many-headers.c: New test.
3846 * gdb.base/many-headers.exp: New file.
3847
109be305
JW
38482018-11-06 Jim Wilson <jimw@sifive.com>
3849
3850 * gdb.base/code_elim.exp: For riscv, set additional_flags
3851 to include -msmall-data-limit=0.
3852
e2b7af72
JB
38532018-11-01 Joel Brobecker <brobecker@adacore.com>
3854
3855 * gdb.ada/watch_minus_l: New testcase.
3856
cdcda965
SM
38572018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
3858
3859 * gdb.arch/aix-sighandle.c: New file.
3860 * gdb.arch/aix-sighandle.exp: New file.
3861
92dcebf3
AB
38622018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3863
3864 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
3865 registers being unions.
3866
68b9ac18
TV
38672018-10-31 Tom de Vries <tdevries@suse.de>
3868
3869 * lib/valgrind.exp: New file.
3870 (vgdb_start, vgdb_stop): New procs, factored out of ...
3871 * gdb.base/valgrind-bt.exp: ... here, ...
3872 * gdb.base/valgrind-disp-step.exp: ... here and ...
3873 * gdb.base/valgrind-infcall.exp: ... here.
3874
1443936e
TV
38752018-10-31 Tom de Vries <tdevries@suse.de>
3876
3877 * lib/gdb.exp (get_valueof): Don't output read value in test name.
3878
eb77c9df
AB
38792018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3880
3881 * gdb.dwarf2/void-type.c: New file.
3882 * gdb.dwarf2/void-type.exp: New file.
3883
82b5e646
PW
38842018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3885
3886 * gdb.base/info_qt.c: New file.
3887 * gdb.base/info_qt.exp: New file.
3888
8d619c01
EBM
38892018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3890
3891 * gdb.arch/powerpc-htm-regs.c: New file.
3892 * gdb.arch/powerpc-htm-regs.exp: New file.
3893
f2cf6173
EBM
38942018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3895
3896 * gdb.arch/powerpc-tar.c: New file.
3897 * gdb.arch/powerpc-tar.exp: New file.
3898
7ca18ed6
EBM
38992018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3900
3901 * gdb.arch/powerpc-ppr-dscr.c: New file.
3902 * gdb.arch/powerpc-ppr-dscr.exp: New file.
3903
bfcc0eba
TV
39042018-10-25 Tom de Vries <tdevries@suse.de>
3905
3906 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
3907
fe1a5cad
TV
39082018-10-24 Tom de Vries <tdevries@suse.de>
3909
3910 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
3911 longer exists error.
3912
a76dc3b7
TV
39132018-10-24 Tom de Vries <tdevries@suse.de>
3914
3915 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
3916
4df46df7
TV
39172018-10-24 Tom de Vries <tdevries@suse.de>
3918
3919 * gdb.base/valgrind-db-attach.exp: Handle removed support for
3920 --db-attach in valgrind.
3921
0dbfcfff
AB
39222018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
3923
3924 * gdb.arch/riscv-reg-aliases.c: New file.
3925 * gdb.arch/riscv-reg-aliases.exp: New file.
3926
b04480b1
AH
39272018-10-19 Alan Hayward <alan.hayward@arm.com>
3928
3929 * gdb.python/py-cmd.exp: Check for gdb_prompt.
3930
2c6ac8d7
AH
39312018-10-19 Alan Hayward <alan.hayward@arm.com>
3932
3933 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
3934
2bc69f25
AH
39352018-10-19 Alan Hayward <alan.hayward@arm.com>
3936
3937 * gdb.cp/ovldbreak.exp: Fix regexps.
3938
1f1ae3a3
AH
39392018-10-19 Alan Hayward <alan.hayward@arm.com>
3940
3941 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
3942
94c18618
SDJ
39432018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
3944
3945 PR cli/23785
3946 * gdb.base/restore.exp: New test to check if "restore" with an
3947 invalid file doesn't segfault.
3948
812cd6eb
TV
39492018-10-18 Tom de Vries <tdevries@suse.de>
3950
3951 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
3952 * gdb.ada/excep_handle.exp: Same.
3953 * gdb.ada/mi_string_access.exp: Same.
3954 * gdb.ada/mi_var_union.exp: Same.
3955 * gdb.arch/arc-analyze-prologue.exp: Same.
3956 * gdb.arch/arc-decode-insn.exp: Same.
3957 * gdb.base/readnever.exp: Same.
3958 * gdb.fortran/printing-types.exp: Same.
3959 * gdb.guile/scm-lazy-string.exp: Same.
3960
c4b90788
TV
39612018-10-16 Tom de Vries <tdevries@suse.de>
3962
3963 PR gdb/23730
3964 * gdb.base/catch-follow-exec.c: Add copyright notice.
3965 * gdb.base/catch-follow-exec.exp: Rewrite to use
3966 gdb_spawn_with_cmdline_opts. Require gdb-native.
3967
8bca2978
SL
39682018-10-12 Sandra Loosemore <sandra@codesourcery.com>
3969
3970 * gdb.trace/actions-changed.exp: Check for arch support.
3971 * gdb.trace/actions.exp: Likewise.
3972 * gdb.trace/ax.exp: Likewise.
3973 * gdb.trace/backtrace.exp: Likewise.
3974 * gdb.trace/change-loc.exp: Likewise.
3975 * gdb.trace/deltrace.exp: Likewise.
3976 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
3977 * gdb.trace/ftrace.exp: Likewise.
3978 * gdb.trace/infotrace.exp: Check for arch support.
3979 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
3980 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
3981 * gdb.trace/mi-tsv-changed.exp: Likewise.
3982 * gdb.trace/packetlen.exp: Likewise.
3983 * gdb.trace/passc-dyn.exp: Likewise.
3984 * gdb.trace/passcount.exp: Likewise.
3985 * gdb.trace/pending.exp: Likewise.
3986 * gdb.trace/range-stepping.exp: Check for shlib support.
3987 * gdb.trace/report.exp: Check for arch support.
3988 * gdb.trace/save-trace.exp: Likewise.
3989 * gdb.trace/signal.exp: Check for signal support.
3990 * gdb.trace/tfind.exp: Check for arch support.
3991 * gdb.trace/trace-break.exp: Check for arch and shlib support.
3992 * gdb.trace/trace-common.h: Add comment.
3993 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
3994 * gdb.trace/trace-enable-disable.exp: Likewise.
3995 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
3996 * gdb.trace/tracecmd.exp: Check for arch support.
3997 * gdb.trace/tspeed.exp: Check for shlib and target support.
3998 * gdb.trace/tstatus.exp: Check for arch support.
3999 * gdb.trace/tsv.exp: Likewise.
4000 * gdb.trace/while-dyn.exp: Likewise.
4001 * gdb.trace/while-stepping.exp: Likewise.
4002 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
4003
f9c49bff
SM
40042018-10-12 Simon Marchi <simon.marchi@ericsson.com>
4005
4006 * gdb.trace/tspeed.exp: Remove nowarnings.
4007 (prepare_for_trace_test): Declare "global ipalib".
4008 * gdb.trace/tspeed.c: Include unistd.h.
4009 (main): Remove superfluous printf argument.
4010
d4330bde
SL
40112018-10-11 Sandra Loosemore <sandra@codesourcery.com>
4012
4013 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
4014 directory prefix on the filename.
4015
8ecfd7bd
SDJ
40162018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
4017
4018 * gdb.gdb/unittest.exp: Update expected message informing that
4019 selftests have been disabled.
4020 * gdb.server/unittest.exp: Likewise.
4021
58bbcd02
TV
40222018-10-09 Tom de Vries <tdevries@suse.de>
4023
4024 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
4025 with runto_main.
4026
9f6b697b
WP
40272018-10-08 Weimin Pan <weimin.pan@oracle.com>
4028
4029 PR c++/16841
4030 * gdb.cp/virtbase2.cc: New file.
4031 * gdb.cp/virtbase2.exp: New file.
4032
add5ded5
TT
40332018-10-06 Tom Tromey <tom@tromey.com>
4034
4035 PR python/19399:
4036 * gdb.python/py-inferior.exp: Add architecture test.
4037
f9e48344
TT
40382018-10-06 Tom Tromey <tom@tromey.com>
4039
4040 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
4041 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
4042
2a8be203
TT
40432018-10-06 Tom Tromey <tom@tromey.com>
4044
4045 * gdb.python/py-breakpoint.exp (check_last_event): Check location
4046 of a "throw" catchpoint.
4047
e04caa70
SDJ
40482018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
4049
4050 * gdb.base/info-proc.exp: Update string expected from "help info
4051 proc".
4052
5ca8c39f
TT
40532018-10-04 Tom Tromey <tom@tromey.com>
4054
4055 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
4056 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
4057 (test_initial_complaints, test_empty_complaints): Update.
4058 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
4059
3453e7e4
TT
40602018-10-04 Tom Tromey <tom@tromey.com>
4061
4062 PR cli/19551:
4063 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
4064 * lib/gdb.exp (gdb_file_cmd): Update.
4065 * gdb.stabs/weird.exp (print_weird_var): Update.
4066 * gdb.server/solib-list.exp: Update.
4067 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
4068 * gdb.mi/mi-cli.exp: Update.
4069 * gdb.linespec/linespec.exp: Update.
4070 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
4071 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
4072 * gdb.cp/cp-relocate.exp: Update.
4073 * gdb.base/sym-file.exp: Update.
4074 * gdb.base/relocate.exp: Update.
4075 * gdb.base/readnever.exp: Update.
4076 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
4077 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
4078 * gdb.base/dbx.exp (gdb_file_cmd): Update.
4079 * gdb.base/code_elim.exp: Update.
4080 * gdb.base/break-unload-file.exp (test_break): Update.
4081 * gdb.base/break-interp.exp (test_attach_gdb): Update.
4082 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
4083 Update.
4084 * gdb.base/attach.exp (do_attach_tests): Update.
4085 * gdb.base/sepdebug.exp: Update.
4086 * gdb.python/py-section-script.exp: Update.
4087
6afcf761
TT
40882018-10-04 Tom Tromey <tom@tromey.com>
4089
4090 PR cli/22234:
4091 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
4092 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
4093 output.
4094
fef1b293
TT
40952018-10-04 Tom Tromey <tom@tromey.com>
4096
4097 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
4098 set width and height to 0.
4099 (test_command_line_attach_run): Use -quiet.
4100
ca98345e
SL
41012018-10-03 Sandra Loosemore <sandra@codesourcery.com>
4102
4103 * lib/gdb.exp (skip_ifunc_tests): New.
4104 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
4105 other compile failures.
4106 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
4107
ff34e6ae
SM
41082018-10-01 Simon Marchi <simon.marchi@ericsson.com>
4109
4110 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
4111 is_amd64_regs_target.
4112
6bb8890e
AH
41132018-10-01 Alan Hayward <alan.hayward@arm.com>
4114
4115 * gdb.arch/aarch64-sighandler-regs.c: New test.
4116 * gdb.arch/aarch64-sighandler-regs.exp: New file.
4117 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
4118
224d30d3
MM
41192018-10-01 Markus Metzger <markus.t.metzger@intel.com>
4120
4121 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
4122 assembly.
4123
f67ffa6a
AB
41242018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
4125
4126 * gdb.base/frame-selection.exp: New file.
4127 * gdb.base/frame-selection.c: New file.
4128
9fc3183f
AH
41292018-09-27 Alan Hayward <alan.hayward@arm.com>
4130
4131 * gdb.threads/check-libthread-db.c (thread_routine): Use a
4132 pthread barrier.
4133 (main): Likewise.
4134
d354055e
AB
41352018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
4136
4137 * gdb.base/large-frame-1.c: New file.
4138 * gdb.base/large-frame-2.c: New file.
4139 * gdb.base/large-frame.exp: New file.
4140 * gdb.base/large-frame.h: New file.
4141
db727370
JL
41422018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
4143
4144 PR gdb/20948
4145 * gdb.base/write_mem.exp: New test.
4146 * gdb.base/write_mem.c: Likewise.
4147
ae778caf
TT
41482018-09-23 Tom Tromey <tom@tromey.com>
4149
4150 PR python/18852:
4151 * gdb.python/py-parameter.exp: Add test for parameter that throws
4152 on "set".
4153
fd3ba736
TT
41542018-09-23 Tom Tromey <tom@tromey.com>
4155
4156 PR python/17284:
4157 * gdb.python/py-template.exp (test_template_arg): Add test for
4158 negative template argument number.
4159
39a24317
TT
41602018-09-23 Tom Tromey <tom@tromey.com>
4161
4162 PR python/14062:
4163 * gdb.python/python.exp: Add test for post_event error.
4164
f5769a2c
TT
41652018-09-23 Tom Tromey <tom@tromey.com>
4166
4167 PR python/18170:
4168 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
4169 convert pointers to int and long.
4170
1c1e54f6
TT
41712018-09-23 Tom Tromey <tom@tromey.com>
4172
4173 PR python/20126:
4174 * gdb.python/py-value.exp (test_value_numeric_ops): Add
4175 signed-ness conversion tests.
4176
fb4fa946
TT
41772018-09-23 Tom Tromey <tom@tromey.com>
4178
4179 PR python/18352;
4180 * gdb.python/py-value.exp (test_float_conversion): New proc.
4181 Use it.
4182
a466edac
HAQ
41832018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
4184
4185 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
4186
4ee9b0c5
SL
41872018-09-18 Sandra Loosemore <sandra@codesourcery.com>
4188
4189 * gdb.base/complete-empty.exp: Skip tab-completion tests if
4190 no readline.
4191 * gdb.base/utf8-identifiers.exp: Likewise.
4192 * gdb.cp/cpcompletion.exp: Likewise.
4193 * gdb.linespec/cpcompletion.exp: Likewise.
4194 * gdb.linespec/cpls-abi-tag.exp: Likewise.
4195 * gdb.linespec/cpls-ops.exp: Likewise.
4196
23be8da7
RB
41972018-09-19 Richard Bunt <richard.bunt@arm.com>
4198 Chris January <chris.january@arm.com>
4199
4200 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
4201 * gdb.fortran/short-circuit-argument-list.exp: New file.
4202 * gdb.fortran/short-circuit-argument-list.f90: New test.
4203
5031d0ae
SDJ
42042018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4205
4206 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
4207 "arch=" keyword when executing "-stack-list-frames".
4208
b4c0d1a4
SDJ
42092018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4210
4211 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
4212 "arch=" keyword when executing "-stack-list-frames".
4213
7a6d2b45
SDJ
42142018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4215
4216 * gdb.ada/complete.exp: Expect for "@" when doing "complete
4217 break ada".
4218
8588b356
SM
42192018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
4220
4221 PR python/23669
4222 * gdb.python/python.exp: Test gdb.execute("show commands").
4223
65e65158
TT
42242018-09-16 Tom Tromey <tom@tromey.com>
4225
4226 * gdb.base/new-ui.exp (do_execution_tests): Update.
4227 * gdb.base/dbx.exp (test_breakpoints): Update.
4228
bf326452
AH
42292018-09-14 Alan Hayward <alan.hayward@arm.com>
4230
4231 * lib/gdb.exp (gdb_simple_compile): Add proc.
4232 (is_elf_target): Use gdb_simple_compile.
4233 (skip_altivec_tests): Likewise.
4234 (skip_vsx_tests): Likewise.
4235 (skip_tsx_tests): Likewise.
4236 (skip_btrace_tests): Likewise.
4237 (skip_btrace_pt_tests): Likewise.
4238 (gdb_can_simple_compile): Likewise.
4239 (gdb_has_argv0): Likewise.
4240 (gdb_target_symbol_prefix): Likewise.
4241 (target_supports_scheduler_locking): Likewise.
4242
2361b0fb
TT
42432018-09-13 Tom Tromey <tom@tromey.com>
4244
4245 * Makefile.in (TAGS): Recognize proc_with_prefix and
4246 gdb_caching_proc.
4247
0ae1a321
SM
42482018-09-13 Simon Marchi <simon.marchi@ericsson.com>
4249
4250 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
4251 method.
4252
a40bf0c2
SM
42532018-09-13 Simon Marchi <simon.marchi@ericsson.com>
4254
4255 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
4256 and a few other Inferior properties when the Inferior is no
4257 longer valid.
4258
4a3fe98f
TT
42592018-09-13 Tom Tromey <tom@tromey.com>
4260
4261 PR rust/23650:
4262 * gdb.rust/simple.exp: Add test for enum field access error.
4263
098b2108
TT
42642018-09-13 Tom Tromey <tom@tromey.com>
4265
4266 PR rust/23626:
4267 * gdb.rust/simple.rs (EmptyEnum): New type.
4268 (main): Use it.
4269 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
4270
1256af7d
SM
42712018-09-13 Simon Marchi <simon.marchi@ericsson.com>
4272
4273 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
4274 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
4275 * gdb.python/py-symtab.exp: Update test printing an objfile.
4276
4aa8e6c2
SM
42772018-09-12 Simon Marchi <simon.marchi@ericsson.com>
4278
4279 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
4280 object.
4281
c221b2f7
AH
42822018-09-12 Alan Hayward <alan.hayward@arm.com>
4283
4284 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
4285 (support_complex_tests): Use gdb_can_simple_compile.
4286 (is_ilp32_target): Likewise.
4287 (is_lp64_target): Likewise.
4288 (is_64_target): Likewise.
4289 (is_amd64_regs_target): Likewise.
4290 (is_aarch32_target): Likewise.
4291 (gdb_int128_helper): Likewise.
4292
6f1107b5
JK
42932018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4294
4295 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
4296
1f5d1570
JG
42972018-09-10 Jerome Guitton <guitton@adacore.com>
4298
4299 * gdb.ada/same_component_name: Add test for case of tagged record
4300 with variable-length fields.
4301
cc330e39
XR
43022018-09-10 Xavier Roirand <roirand@adacore.com>
4303
4304 * gdb.ada/access_to_unbounded_array.exp: New testcase.
4305 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
4306 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
4307 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
4308
b9c50e9a
XR
43092018-09-10 Xavier Roirand <roirand@adacore.com>
4310
4311 * gdb.ada/mi_string_access.exp: New testcase.
4312 * gdb.ada/mi_string_access/bar.adb: New file.
4313 * gdb.ada/mi_string_access/pck.adb: New file.
4314 * gdb.ada/mi_string_access/pck.asd: New file.
4315
2963898f
XR
43162018-09-10 Xavier Roirand <roirand@adacore.com>
4317
4318 * gdb.ada/mi_var_union.exp: New testcase.
4319 * gdb.ada/mi_var_union/bar.adb: New file.
4320 * gdb.ada/mi_var_union/pck.adb: New file.
4321 * gdb.ada/mi_var_union/pck.asd: New file.
4322
1aac008f
TT
43232018-09-08 Tom Tromey <tom@tromey.com>
4324
4325 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
4326
332cf4c9
TT
43272018-09-08 Tom Tromey <tom@tromey.com>
4328
4329 PR python/16047:
4330 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
4331 (register_pretty_printers): Register new printer.
4332 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
4333 test.
4334 * gdb.python/py-prettyprint.c (int_type3): New typedef.
4335 (an_int_type3): New global.
4336
424da6cf
JB
43372018-09-08 Joel Brobecker <brobecker@adacore.com>
4338
4339 * gdb.ada/expr_with_funcall: New testcase.
4340
2a62dfa9
JB
43412018-09-08 Joel Brobecker <brobecker@adacore.com>
4342
4343 * gdb.ada/packed_array_assign: New testcase.
4344
96b6697f
AB
43452018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
4346
4347 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
4348 names, and add test prefixes to make test names unique.
4349
e4a62c65
TV
43502018-09-05 Tom de Vries <tdevries@suse.de>
4351
4352 * gdb.dwarf2/varval.exp: Add test.
4353
dd083ee2
GB
43542018-09-04 Gary Benson <gbenson@redhat.com>
4355
4356 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
4357 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
4358
aef9346c
TT
43592018-08-31 Tom Tromey <tom@tromey.com>
4360
4361 * gdb.rust/simple.rs: Rename second variable "v".
4362
c67f2e15
AB
43632018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
4364
4365 * gdb.base/funcargs.c (use_a): New function.
4366 (recurse): Call use_a.
4367
078a0207
KS
43682018-08-29 Keith Seitz <keiths@redhat.com>
4369
4370 * gdb.compile/compile-cplus-anonymous.cc: New file.
4371 * gdb.compile/compile-cplus-anonymous.exp: New file.
4372 * gdb.compile/compile-cplus-array-decay.cc: New file.
4373 * gdb.compile/compile-cplus-array-decay.exp: New file.
4374 * gdb.compile/compile-cplus-inherit.cc: New file.
4375 * gdb.compile/compile-cplus-inherit.exp: New file.
4376 * gdb.compile/compile-cplus-member.cc: New file.
4377 * gdb.compile/compile-cplus-member.exp: New file.
4378 * gdb.compile/compile-cplus-method.cc: New file.
4379 * gdb.compile/compile-cplus-method.exp: New file.
4380 * gdb.compile/compile-cplus-mod.c: "New" file.
4381 * gdb.compile/compile-cplus-namespace.cc: New file.
4382 * gdb.compile/compile-cplus-namespace.exp: New file.
4383 * gdb.compile/compile-cplus-nested.cc: New file.
4384 * gdb.compile/compile-cplus-nested.exp: New file.
4385 * gdb.compile/compile-cplus-print.c: "New" file.
4386 * gdb.compile/compile-cplus-print.exp: "New" file.
4387 * gdb.compile/compile-cplus-virtual.cc: New file.
4388 * gdb.compile/compile-cplus-virtual.exp: New file.
4389 * gdb.compile/compile-cplus.c: "New" file.
4390 * gdb.compile/compile-cplus.exp: "New" file.
4391 * lib/compile-support.exp: New file.
4392
b0f492b9
GB
43932018-08-16 Gary Benson <gbenson@redhat.com>
4394
4395 PR gdb/13000:
4396 * gdb.base/batch-exit-status.exp: New file.
4397 * gdb.base/batch-exit-status.good-commands: Likewise.
4398 * gdb.base/batch-exit-status.bad-commands: Likewise.
4399
36eb4c5f
AH
44002018-08-29 Alan Hayward <alan.hayward@arm.com>
4401
4402 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
4403 (struct struct02): Likewise.
4404 (struct struct03): Likewise.
4405 (struct struct04): Likewise.
4406 (struct struct_01_01): New struct.
4407 (struct struct_01_02): Likewise.
4408 (struct struct_01_03): Likewise.
4409 (struct struct_01_04): Likewise.
4410 (struct struct_02_01): Likewise.
4411 (struct struct_02_02): Likewise.
4412 (struct struct_02_03): Likewise.
4413 (struct struct_02_04): Likewise.
4414 (struct struct_04_01): Likewise.
4415 (struct struct_04_02): Likewise.
4416 (struct struct_04_03): Likewise.
4417 (struct struct_04_04): Likewise.
4418 (struct struct_05_01): Likewise.
4419 (struct struct_05_02): Likewise.
4420 (struct struct_05_03): Likewise.
4421 (struct struct_05_04): Likewise.
4422 (cmp_struct01): Remove function.
4423 (cmp_struct02): Likewise.
4424 (cmp_struct03): Likewise.
4425 (cmp_struct04): Likewise.
4426 (cmp_struct_01_01): Add Function.
4427 (cmp_struct_01_02): Likewise.
4428 (cmp_struct_01_03): Likewise.
4429 (cmp_struct_01_04): Likewise.
4430 (cmp_struct_02_01): Likewise.
4431 (cmp_struct_02_02): Likewise.
4432 (cmp_struct_02_03): Likewise.
4433 (cmp_struct_02_04): Likewise.
4434 (cmp_struct_04_01): Likewise.
4435 (cmp_struct_04_02): Likewise.
4436 (cmp_struct_04_03): Likewise.
4437 (cmp_struct_04_04): Likewise.
4438 (cmp_struct_05_01): Likewise.
4439 (cmp_struct_05_02): Likewise.
4440 (cmp_struct_05_03): Likewise.
4441 (cmp_struct_05_04): Likewise.
4442 (call_all): Add new structs.
4443 * gdb.base/infcall-nested-structs.exp: Likewise.
4444
3bf9c013
JV
44452018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
4446
4447 * gdb.python/py-framefilter-mi.exp: Update regexp to
4448 check for "arch" field in frame output.
4449
450d1e88
KB
44502018-08-23 Kevin Buettner <kevinb@redhat.com>
4451
4452 * gdb.dwarf2/dw2-ranges-func.c: New file.
4453 * gdb.dwarf2/dw2-ranges-func.exp: New file.
4454
ae739fe7
SM
44552018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
4456
4457 * gdb.base/term.exp: Compare terminal settings with values from
4458 the inferior.
4459 * gdb.base/term.c: Get and set terminal settings.
4460
6d52907e
JV
44612018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
4462
4463 * lib/mi-support.exp (mi_expect_stop): Update regexp to
4464 accommodate new "arch" field in frame output.
4465 * gdb.mi/mi-return.exp: Likewise.
4466 * gdb.mi/mi-stack.exp: Likewise.
4467 * gdb.mi/mi-syn-frame.exp: Likewise.
4468 * gdb.mi/user-selected-context-sync.exp: Likewise.
4469
be2d111a
MS
44702018-08-19 Michael Spang <spang@google.com>
4471
4472 PR gdb/11786
4473 * gdb.base/gcore-tls-pie.c: New file.
4474 * gdb.base/gcore-tls-pie.exp: New file.
4475
ae3a7c47
KB
44762018-08-18 Kevin Buettner <kevinb@redhat.com>
4477
4478 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
4479 * gdb.dwarf2/varval.c: New file.
4480 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 4481
2ecae92e
AH
44822018-08-17 Alan Hayward <alan.hayward@arm.com>
4483
4484 PR gdb/18931
4485 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
4486
c1854f1d
KS
44872018-08-16 Keith Seitz <keiths@redhat.com>
4488
4489 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
4490 tests expected to pass.
4491
26fb3983
JV
44922018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
4493
4494 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
4495 -data-disassemble -a.
4496 (test_disassembly_bogus_args): Likewise.
4497
67943c00
AB
44982018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
4499
4500 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
4501
5ff2bbae
AB
45022018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
4503
4504 * gdb.base/vla-optimized-out.exp: Add new test.
4505
e5bbcd0f
AB
45062018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
4507
4508 * gdb.base/vla-optimized-out-o3.exp: Delete.
4509 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
4510 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
4511 deleted tests.
4512
9d4a934c
AB
45132018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
4514
4515 PR gdb/18050:
4516 * gdb.server/extended-remote-restart.c: New file.
4517 * gdb.server/extended-remote-restart.exp: New file.
4518
045cf012
SM
45192018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
4520
4521 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
4522 "set variable index = 42".
4523
87d6a7aa
SM
45242018-08-07 Simon Marchi <simon.marchi@ericsson.com>
4525
4526 * boards/index-cache-gdb.exp: New file.
4527 * gdb.dwarf2/index-cache.exp: New file.
4528 * gdb.dwarf2/index-cache.c: New file.
4529 * gdb.base/maint.exp: Check if we are using the index cache.
4530
96d68bd4
RO
45312018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4532
4533 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
4534 MAKEFLAGS.
4535
5a699617
RO
45362018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4537
4538 * dg-extract-results.sh: Move to toplevel contrib.
4539 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
4540 * Makefile.in (check-parallel-racy): Likewise.
4541
5bd18990
AB
45422018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
4543
4544 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
4545 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
4546 tests if the target supports scheduler locking.
4547
3fbbcf47
TV
45482018-08-04 Tom de Vries <tdevries@suse.de>
4549
4550 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
4551
3e1d3d8c
TT
45522018-08-02 Tom Tromey <tom@tromey.com>
4553
4554 PR symtab/16842.
4555 * gdb.cp/temargs.exp: Test "info address" of a template
4556 parameter.
4557
5abe0f0c
JV
45582018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
4559
4560 * gdb.python/py-mi-var-info-path-expression.c: New file.
4561 * gdb.python/py-mi-var-info-path-expression.py: New file.
4562 * gdb.python/py-mi-var-info-path-expression.exp: New file.
4563
fb66cde8
SDJ
45642018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
4565
4566 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
4567 error after "cannot resolve name" string.
4568
c708f4d2
AB
45692018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
4570
4571 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
4572 started.
4573 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
4574
37cc0cae
TV
45752018-07-28 Tom de Vries <tdevries@suse.de>
4576
4577 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
4578
63b4ecf7
TV
45792018-07-26 Tom de Vries <tdevries@suse.de>
4580
4581 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
4582
3c3bb058
AB
45832018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
4584
4585 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
4586 is visible.
4587
9e7f3bbb
TV
45882018-07-26 Tom de Vries <tdevries@suse.de>
4589
4590 PR breakpoints/23366
4591 * gdb.base/catch-follow-exec.c: New test.
4592 * gdb.base/catch-follow-exec.exp: New file.
4593
16f808ec
TV
45942018-07-25 Tom de Vries <tdevries@suse.de>
4595
4596 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
4597 vla-optimized-out.c.
4598
d7154a8d
JV
45992018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
4600
4601 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
4602 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
4603
232a0032
TV
46042018-07-20 Tom de Vries <tdevries@suse.de>
4605
4606 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
4607 NOCLONE macro.
4608 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
4609
fbb1d502
TV
46102018-07-19 Tom de Vries <tdevries@suse.de>
4611
4612 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
4613 regular expression.
4614
42dc7699
TV
46152018-07-18 Tom de Vries <tdevries@suse.de>
4616
4617 * gdb.base/vla-optimized-out.c: New test.
4618 * gdb.base/vla-optimized-out.exp: New file.
4619
7f1f7e23
SDJ
46202018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
4621
4622 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
4623 message "No address associated with hostname" when gdbserver
4624 cannot resolve the hostname.
4625
5759ebb3
PW
46262018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4627
4628 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
4629 Add some test prefixes to make tests unique.
4630
3606ccab
PW
46312018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4632
4633 * gdb.base/frameapply.c: New file.
4634 * gdb.base/frameapply.exp: New file.
4635
529c08b2
PW
46362018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4637
4638 * gdb.base/skip.exp: Update expected error message.
4639
c7ab0aef
SDJ
46402018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
4641 Jan Kratochvil <jan.kratochvil@redhat.com>
4642 Paul Fertser <fercerpav@gmail.com>
4643 Tsutomu Seki <sekiriki@gmail.com>
4644
4645 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
4646 parameter.
4647 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
4648 by default.
4649 * boards/native-gdbserver.exp: Likewise.
4650 * gdb.server/run-without-local-binary.exp: Improve regexp used
4651 for detecting when a remote debugging connection succeeds.
4652 * gdb.server/server-connect.exp: New file.
4653 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
4654 Do not prefix the port number with ":".
4655 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
4656 support for detecting and using it. Add '$debughost_gdbserver'
4657 to the list of arguments used to start gdbserver. Handle case
4658 when gdbserver cannot resolve a network name.
4659
16ff70dd
SDJ
46602018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
4661
4662 PR c++/23373
4663 * gdb.base/ptype-offsets.cc (struct static_member): New
4664 struct.
4665 (main) <stmember>: New variable.
4666 * gdb.base/ptype-offsets.exp: Add test for printing a struct
4667 with a static member in it.
4668
3541979f
AB
46692018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
4670
4671 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
4672 watchpoints enabled and disabled.
4673
c8ad9b9a
AB
46742018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4675
4676 * gdb.base/examine-backward.exp: Still run tests around address
4677 0x0, even if address 0x0 is not readable. Update the pattern for
4678 matching address 0x0 in expected output.
4679
e0e5e971
AB
46802018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4681
4682 * gdb.base/share-env-with-gdbserver.c (main): Add call to
4683 malloc/free.
4684
1ea5da02
TV
46852018-07-04 Tom de Vries <tdevries@suse.de>
4686
4687 * gdb.dwarf2/dw2-error.exp: Update expected error message.
4688
471b9d15
MR
46892018-07-02 Maciej W. Rozycki <macro@mips.com>
4690
4691 PR tdep/8282
4692 * gdb.arch/mips-disassembler-options.exp: New test.
4693 * gdb.arch/mips-disassembler-options.s: New test source.
4694
75acb486
PA
46952018-06-29 Pedro Alves <palves@redhat.com>
4696
4697 * gdb.threads/names.exp: Adjust expected "info threads" output.
4698
cd2bb709
PA
46992018-06-29 Pedro Alves <palves@redhat.com>
4700
4701 * gdb.opt/inline-break.exp (line number, address): Add "info
4702 break" tests.
4703
991ff292
PA
47042018-06-29 Pedro Alves <palves@redhat.com>
4705
4706 * gdb.opt/inline-break.c (func1): Add "break here" marker.
4707 * gdb.opt/inline-break.exp: Test setting breakpoints by line
4708 number and address and running to them.
4709
356819b6 47102018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
4711
4712 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
4713
2512d7ef
JK
47142018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4715
4716 * lib/compiler.c: Remove executable permission flag.
4717
be1b6474
RB
47182018-06-28 Richard Bunt <richard.bunt@arm.com>
4719
4720 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
4721 code.
4722 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
4723
291f9a96
PT
47242018-06-28 Petr Tesarik <ptesarik@suse.cz>
4725
4726 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
4727
ed6dfe51
PT
47282018-06-28 Petr Tesarik <ptesarik@suse.cz>
4729
4730 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
4731 address argument is omitted.
4732
d4d429d5
PT
47332018-06-28 Petr Tesarik <ptesarik@suse.cz>
4734
4735 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
4736
7ab6656f
OJ
47372018-06-27 Omair Javaid <omair.javaid@linaro.org>
4738
4739 PR gdb/21695
4740 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
4741 * gdb.base/infoline-reloc-main-from-zero.c: New file.
4742
a33ccfc7
TT
47432018-06-26 Tom Tromey <tom@tromey.com>
4744
4745 PR rust/22574:
4746 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
4747 * gdb.rust/simple.rs (struct SimpleLayout): New.
4748
6d72d289
SM
47492018-06-22 Simon Marchi <simon.marchi@ericsson.com>
4750
4751 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
4752 "info registers" output.
4753
8363f9d5
RB
47542018-06-21 Richard Bunt <richard.bunt@arm.com>
4755
4756 * gdb.base/watchpoint-hw-attach.c: New test.
4757 * gdb.base/watchpoint-hw-attach.exp: New file.
4758
f00674fe
SM
47592018-06-20 Simon Marchi <simon.marchi@ericsson.com>
4760
4761 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
4762 through /bin/sh.
4763 * boards/dwarf4-gdb-index.exp: Likewise.
4764 * boards/fission-dwp.exp: Likewise.
4765
1d554008
UW
47662018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
4767
4768 * gdb.base/float128.exp: Add comment and improved fail message
4769 to the failure case of "print large128" test.
4770
d0ac1c44
SM
47712018-06-19 Simon Marchi <simon.marchi@ericsson.com>
4772
4773 * configure.ac: Remove AC_PREREQ.
4774 * configure: Re-generate.
4775
61b04dd0
PA
47762018-06-19 Pedro Alves <palves@redhat.com>
4777
4778 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
4779 (func_extern_caller): New.
4780 (main): Call func_extern_caller.
4781 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
4782 logic change.
4783
f63b508a
SM
47842018-06-18 Weimin Pan <weimin.pan@oracle.com>
4785
4786 PR gdb/16841
4787 * gdb.cp/typedef-base.cc: New file.
4788 * gdb.cp/typedef-base.exp: New file.
4789
0fe3a558
TV
47902018-06-18 Tom de Vries <tdevries@suse.de>
4791
4792 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
4793
7010835a
AB
47942018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
4795 Richard Bunt <Richard.Bunt@arm.com>
4796
4797 * gdb.threads/attach-slow-waitpid.c: New file.
4798 * gdb.threads/attach-slow-waitpid.exp: New file.
4799 * gdb.threads/slow-waitpid.c: New file.
4800
14897d65
PA
48012018-06-14 Pedro Alves <palves@redhat.com>
4802
4803 * gdb.base/fork-running-state.c: Include <errno.h>.
4804 (exit_if_relative_exits): New.
4805 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
4806 exits.
4807 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
4808 child exits.
4809
5d9a0608
TV
48102018-06-14 Tom de Vries <tdevries@suse.de>
4811
4812 PR cli/22573
4813 * gdb.base/finish-pretty.c: New test.
4814 * gdb.base/finish-pretty.exp: New file.
4815
11ae5818
PA
48162018-06-14 Pedro Alves <palves@redhat.com>
4817
4818 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
4819 gdb's expected startup output.
4820
1d39de44
PA
48212018-06-14 Pedro Alves <palves@redhat.com>
4822
4823 * lib/selftest-support.exp (selftest_setup): Remove inlined
4824 function handling.
4825
70ee0000
TV
48262018-06-14 Tom de Vries <tdevries@suse.de>
4827
4828 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
4829 matching of breakpoint printing.
4830
11f4b608
TV
48312018-06-13 Tom de Vries <tdevries@suse.de>
4832
4833 PR testsuite/23269
4834 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
4835 (fork_child): ... here, and ...
4836 (fork_parent): ... here.
4837
48382018-06-12 Tom de Vries <tdevries@suse.de>
4839
4840 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
4841
9516f85a
AB
48422018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
4843 Stephen Roberts <stephen.roberts@arm.com>
4844
4845 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
4846 rewrite test to describe action performed, rather than possible
4847 failure.
4848
5045b3d7
GB
48492018-06-08 Gary Benson <gbenson@redhat.com>
4850
4851 * gdb.threads/check-libthread-db.exp: New file.
4852 * gdb.threads/check-libthread-db.c: Likewise.
4853
c61b06a1
TT
48542018-06-05 Tom Tromey <tom@tromey.com>
4855
4856 * gdb.base/default.exp: Update expected "show version" output.
4857
eb6af809
TT
48582018-06-05 Tom Tromey <tom@tromey.com>
4859
4860 PR cli/12326:
4861 * gdb.cp/static-print-quit.exp: Update.
4862 * lib/gdb.exp (pagination_prompt): Update.
4863 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
4864 * gdb.python/python.exp: Update.
4865
178d6a63
JB
48662018-06-04 Joel Brobecker <brobecker@adacore.com>
4867
4868 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
4869
8e817061
JB
48702018-06-01 Joel Brobecker <brobecker@adacore.com>
4871
4872 * gdb.ada/bp_fun_addr: New testcase.
4873
e86ca25f
TT
48742018-06-01 Tom Tromey <tom@tromey.com>
4875
4876 * gdb.xml/tdesc-regs.exp (load_description): Update expected
4877 results.
4878 * gdb.dwarf2/method-ptr.exp: Set language to C++.
4879 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
4880 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
4881 * gdb.base/maint.exp (maint_pass_if): Update.
4882
4b2dfa9d
MR
48832018-05-31 Maciej W. Rozycki <macro@mips.com>
4884
4885 * gdb.base/endian.exp: New test.
4886 * gdb.base/endian.c: New test source.
4887
45f25d6c
AB
48882018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
4889
4890 PR gdb/23203
4891 * gdb.base/bt-selected-frame.c: New file.
4892 * gdb.base/bt-selected-frame.exp: New file.
4893 * lib/gdb.exp (get_current_frame_number): New function.
4894
d9f6d7f8
MR
48952018-05-24 Maciej W. Rozycki <macro@mips.com>
4896 Pedro Alves <palves@redhat.com>
4897
4898 * gdb.threads/tls-core.c: Include <stdlib.h>
4899 (thread_proc): Call `abort'.
4900 * gdb.threads/tls-core.exp: Generate a core with core_find too.
4901 (tls_core_test): New procedure, bits factored out from ...
4902 (top level): ... here. Test both native cores and gcore cores.
4903
ff1cf532
TT
49042018-05-23 Tom Tromey <tom@tromey.com>
4905
4906 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
4907
b98664d3
TT
49082018-05-23 Tom Tromey <tom@tromey.com>
4909
4910 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
4911 symfile_complaints.
4912 (test_short_complaints): Likewise.
4913 (test_empty_complaints): Likewise.
4914 (test_initial_complaints): Update.
4915
4e9668d0
TT
49162018-05-23 Tom Tromey <tom@tromey.com>
4917
4918 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
4919
43ba33c7
TT
49202018-05-23 Tom Tromey <tom@tromey.com>
4921
4922 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
4923 (test_short_complaints): Update.
4924
035522c0
PA
49252018-05-22 Pedro Alves <palves@redhat.com>
4926
4927 * gdb.base/remote.exp: Only gdb_start after compiling the
4928 testcase. Issue "disconnect" before testing "set remote" command
4929 defaults. Issue clean_restart before running to main.
4930
cc0be08f
PA
49312018-05-22 Pedro Alves <palves@redhat.com>
4932
4933 * gdb.base/remote.exp: Adjust expected output of "show remote
4934 memory-write-packet-size". Add tests for "set remote
4935 memory-write-packet-size 0" and "set remote
4936 memory-write-packet-size fixed/limit".
4937
b1b60145
PA
49382018-05-22 Pedro Alves <palves@redhat.com>
4939
4940 PR gdb/22973
4941 * gdb.base/utf8-identifiers.c: New file.
4942 * gdb.base/utf8-identifiers.exp: New file.
4943
0ec848ad
PFC
49442018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
4945
4946 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
4947
2c3305f6
PFC
49482018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
4949
4950 * gdb.arch/powerpc-vsx-gcore.exp: New file.
4951
ce1e8424
TT
49522018-05-18 Tom Tromey <tom@tromey.com>
4953
4954 * gdb.base/ptype-offsets.exp: Update.
4955
ddfe970e
KS
49562018-05-17 Keith Seitz <keiths@redhat.com>
4957
4958 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
4959 in expected breakpoint stop locations.
4960 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
4961 move to proper scope to test variable values.
4962 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
4963 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
4964 New functions.
4965 (main): Call not_inline_func3.
4966 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
4967 inline_func1, inline_func2, and inline_func3. Test that when each
4968 breakpoint is hit, GDB properly reports both the stop location
4969 and the backtrace. Repeat tests for temporary breakpoints.
4970
0726fcc6
MR
49712018-05-15 Maciej W. Rozycki <macro@mips.com>
4972
4973 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
4974 rather then trying to access it in determining whether the PID
4975 of `gdbserver' could have been retrieved.
4976
8ee22052
AB
49772018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
4978
4979 * gdb.arch/amd64-init-x87-values.S: New file.
4980 * gdb.arch/amd64-init-x87-values.exp: New file.
4981
7785df48
JK
49822018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4983
4984 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
4985
56bcdbea
TT
49862018-05-04 Tom Tromey <tom@tromey.com>
4987
4988 PR python/22730:
4989 * gdb.python/python.exp: Test multi-line execute.
4990
a913fffb
TT
49912018-05-04 Tom Tromey <tom@tromey.com>
4992
4993 PR python/22731:
4994 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
4995
7a2c85f2
TT
49962018-05-04 Tom Tromey <tom@tromey.com>
4997
4998 PR gdb/11750:
4999 * gdb.base/define.exp: Test defining a user command inside a user
5000 command.
5001 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
5002
a3b60e45
JK
50032018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5004 Pedro Alves <palves@redhat.com>
5005
5006 PR breakpoints/19806 and support for PR external/20207.
5007 * gdb.base/watchpoint-unaligned.c: New file.
5008 * gdb.base/watchpoint-unaligned.exp: New file.
5009
45fe4a03
AB
50102018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
5011
5012 * gdb.base/maint.exp: Make test names unique, use
5013 test_prefix_command_help to test 'help maint info', and remove
5014 repeated test of 'help maint'.
5015
9be2ae8f
TT
50162018-05-04 Tom Tromey <tom@tromey.com>
5017
5018 PR gdb/22619:
5019 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
5020 behavior.
5021
11859c31
AB
50222018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
5023
5024 * gdb.base/maint.exp: Process output from 'maint print registers'
5025 line at a time.
5026
089a9490
AB
50272018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
5028
5029 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
5030 timeout.
5031
9b0797e2
AB
50322018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
5033
5034 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
5035 filter pattern.
5036
f6ac5f3d
PA
50372018-05-02 Pedro Alves <palves@redhat.com>
5038
5039 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
5040 to_log_command renames.
5041 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
5042
77d3c63b
TT
50432018-05-02 Tom Tromey <tom@tromey.com>
5044
5045 * gdb.python/py-parameter.exp: Set test message.
5046
0489430a
TT
50472018-05-02 Tom Tromey <tom@tromey.com>
5048
5049 PR python/20084:
5050 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
5051 PARAM_ZUINTEGER_UNLIMITED tests.
5052
1632f8ba
DR
50532018-04-28 Dan Robertson <danlrobertson89@gmail.com>
5054
5055 PR rust/23124
5056 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
5057 when casting.
5058
6d7bb824
TT
50592018-04-30 Tom Tromey <tom@tromey.com>
5060
5061 * gdb.python/py-type.exp: Check align attribute.
5062 * gdb.python/py-type.c: New "aligncheck" global.
5063
007e1530
TT
50642018-04-30 Tom Tromey <tom@tromey.com>
5065
5066 PR exp/17095:
5067 * gdb.dwarf2/dw2-align.exp: New file.
5068 * gdb.cp/align.exp: New file.
5069 * gdb.base/align.exp: New file.
5070 * lib/gdb.exp (gdb_int128_helper): New proc.
5071 (has_int128_c, has_int128_cxx): New caching procs.
5072
6873858b
TT
50732018-04-27 Tom Tromey <tom@tromey.com>
5074
5075 PR rust/22545:
5076 * gdb.rust/simple.exp: Add inclusive range tests.
5077
79188d8d
PA
50782018-04-26 Pedro Alves <palves@redhat.com>
5079
5080 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
5081 ifunc breakpoint locations correctly of ifunc breakpoints set
5082 while the program resolves the ifunc.
5083
c7075ad5
PA
50842018-04-26 Pedro Alves <palves@redhat.com>
5085
5086 * gdb.base/gnu-ifunc-final.c: New file.
5087 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
5088 * gdb.base/gnu-ifunc.exp (executable): Delete.
5089 (staticexecutable): Adjust.
5090 (lib_opts, exec_opts): Delete.
5091 (make_binsuffix, build, set-break): New procedures.
5092 (misc_tests): New, with tests factored out from the top level.
5093 (top level): Test different combinations of ifunc resolver name,
5094 resolver with and with debug info, and ifunc target with and
5095 without debug info. Wrap static tests with with_target_prefix.
5096
8388016d
PA
50972018-04-26 Pedro Alves <palves@redhat.com>
5098
5099 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
5100 return type" warnings.
5101
249b5733
PA
51022018-04-25 Pedro Alves <palves@redhat.com>
5103
5104 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
5105 killed".
5106 * gdb.base/kill-after-signal.exp: Likewise.
5107 * gdb.threads/kill.exp: Likewise.
5108
f67c0c91
SDJ
51092018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5110 Sergio Durigan Junior <sergiodj@redhat.com>
5111 Pedro Alves <palves@redhat.com>
5112
5113 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
5114 regexps to expect for '[Inferior ... detached]' as well.
5115 * gdb.base/attach.exp: Likewise.
5116 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
5117 "gdb_continue_to_end".
5118 (test_catch_syscall_with_wrong_args): Likewise.
5119 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
5120 ']'. Don't set 'verbose' on.
5121 * gdb.base/foll-vfork.exp: Likewise.
5122 * gdb.base/fork-print-inferior-events.c: New file.
5123 * gdb.base/fork-print-inferior-events.exp: New file.
5124 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
5125 '[Inferior ... has been killed]' message.
5126 * gdb.base/kill-after-signal.exp: Likewise.
5127 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
5128 detach message.
5129 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
5130 message.
5131 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
5132 regexps to expect for '[Inferior ... detached]' as well.
5133 * gdb.threads/process-dies-while-detaching.exp: Likewise.
5134
0a8ddac4
SM
51352018-04-24 Simon Marchi <simon.marchi@ericsson.com>
5136
5137 PR gdb/23104
5138 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
5139
701adfb0
PA
51402018-04-22 Rajendra SY <rajendra.sy@gmail.com>
5141
5142 PR gdb/23095
5143 * gdb.base/break-probes.exp: Pass shlib_load to
5144 prepare_for_testing. Set normal_bp to r_debug_state if target is
5145 bsd.
5146
d27d16bf
RB
51472018-04-19 Richard Bunt <richard.bunt@arm.com>
5148
5149 * gdb.threads/multiple-successive-infcall.c: New test.
5150 * gdb.threads/multiple-successive-infcall.exp: New file.
5151
a037790e
TT
51522018-04-17 Tom Tromey <tom@tromey.com>
5153
5154 * gdb.rust/simple.rs (Union): New type.
5155 (main): New local "u".
5156 * gdb.rust/simple.exp (test_one_slice): Add new test case.
5157
e3a91079
AA
51582018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5159
5160 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
5161 number information in output of "whereis" command.
5162 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
5163
b744723f
AA
51642018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5165
5166 * gdb.ada/info_types.exp: Adjust expected output to the line
5167 numbers now printed by "info var/func/type".
5168 * gdb.base/completion.exp: Likewise.
5169 * gdb.base/included.exp: Likewise.
5170 * gdb.cp/cp-relocate.exp: Likewise.
5171 * gdb.cp/cplusfuncs.exp: Likewise.
5172 * gdb.cp/namespace.exp: Likewise.
5173 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
5174
4a4495d6
MM
51752018-04-13 Markus Metzger <markus.t.metzger@intel.com>
5176
5177 * gdb.btrace/cpu.exp: New.
5178
1d509aa6
MM
51792018-04-13 Markus Metzger <markus.t.metzger@intel.com>
5180
5181 * gdb.base/step-indirect-call-thunk.exp: New.
5182 * gdb.base/step-indirect-call-thunk.c: New.
5183 * gdb.reverse/step-indirect-call-thunk.exp: New.
5184 * gdb.reverse/step-indirect-call-thunk.c: New.
5185
6295b6da
SM
51862018-04-11 Simon Marchi <simon.marchi@ericsson.com>
5187
5188 * gdb.base/pie-fork.c: New file.
5189 * gdb.base/pie-fork.exp: New file.
5190
50146e70
TT
51912018-04-11 Tom Tromey <tom@tromey.com>
5192
5193 * gdb.rust/simple.exp: Add test for ".." struct initializer.
5194
f50d8a2e
PA
51952018-04-10 Pedro Alves <palves@redhat.com>
5196
5197 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
5198 exits. Instead loop running forever.
5199 (fork_parent): Run forever too.
5200
a0be7a36
SM
52012018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
5202
5203 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
5204 mi_continue_to_line.
5205 * gdb.mi/mi-stack.c (callee4): Add comment.
5206
9b73db36
SM
52072018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
5208
5209 * gdb.mi/mi-stack.exp: Fix indentation.
5210
c912f608
SM
52112018-04-07 Simon Marchi <simon.marchi@ericsson.com>
5212
5213 PR gdb/22979
5214 * gdb.arch/amd64-osabi.exp: New file.
5215
26540402
SM
52162018-04-07 Simon Marchi <simon.marchi@ericsson.com>
5217
5218 PR gdb/22980
5219 * gdb.base/osabi.exp: New file.
5220
121ad66c 52212018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
5222
5223 * gdb.cp/static-typedef-print.exp: New file.
5224 * gdb.cp/static-typedef-print.cc: New file.
5225
3fcded8f
JB
52262018-03-27 Joel Brobecker <brobecker@adacore.com>
5227
5228 * gdb.ada/varsize_limit: New testcase.
5229
59cc4834
JB
52302018-03-27 Joel Brobecker <brobecker@adacore.com>
5231
5232 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
5233
5234 * gdb.ada/notcplusplus: New testcase.
5235
5236 * gdb.base/c-linkage-name.c: New file.
5237 * gdb.base/c-linkage-name.exp: New testcase.
5238
4ca59a9f
TT
52392018-03-26 Tom Tromey <tom@tromey.com>
5240
5241 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
5242 * gdb.python/py-framefilter.py (name_error): New global.
5243 (ErrorInName.function): Use name_error.
5244
978d6c75
TT
52452018-03-26 Tom Tromey <tom@tromey.com>
5246
5247 PR backtrace/15582:
5248 * gdb.python/py-framefilter.exp: Add "bt hide" test.
5249
b7fee5a3
KS
52502018-03-23 Keith Seitz <keiths@redhat.com>
5251
5252 PR c++/22968
5253 * gdb.cp/subtypes.exp: New file.
5254 * gdb.cp/subtypes.h: New file.
5255 * gdb.cp/subtypes.cc: New file.
5256 * gdb.cp/subtypes-2.cc: New file.
5257
376be529
AB
52582018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
5259
5260 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
5261 (done): Call '_exit' not 'exit' to avoid atexit handlers.
5262 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
5263 -nostartfiles when compiling the test. Confirm that all registers
5264 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
5265
066cfa98
AB
52662018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
5267
5268 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
5269 option, syntax was wrong anyway.
5270 * gdb.arch/arm-disp-step.exp: Likewise.
5271 * gdb.arch/sparc64-regs.exp: Likewise.
5272 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
5273 option, syntax was wrong anyway, switch to use
5274 prepare_for_testing.
5275 * gdb.arch/i386-disp-step.exp: Likewise.
5276
079670b9
AA
52772018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
5278
5279 * gdb.ada/exec_changed.exp: Replace "target_info exists
5280 use_gdb_stub" by "use_gdb_stub".
5281 * gdb.ada/start.exp: Likewise.
5282 * gdb.base/async-shell.exp: Likewise.
5283 * gdb.base/attach-pie-misread.exp: Likewise.
5284 * gdb.base/attach-wait-input.exp: Likewise.
5285 * gdb.base/break-entry.exp: Likewise.
5286 * gdb.base/break-interp.exp: Likewise.
5287 * gdb.base/dprintf-detach.exp: Likewise.
5288 * gdb.base/nostdlib.exp: Likewise.
5289 * gdb.base/solib-nodir.exp: Likewise.
5290 * gdb.base/statistics.exp: Likewise.
5291 * gdb.base/testenv.exp: Likewise.
5292 * gdb.mi/mi-exec-run.exp: Likewise.
5293 * gdb.mi/mi-start.exp: Likewise.
5294 * gdb.multi/dummy-frame-restore.exp: Likewise.
5295 * gdb.multi/multi-arch-exec.exp: Likewise.
5296 * gdb.multi/multi-arch.exp: Likewise.
5297 * gdb.multi/tids.exp: Likewise.
5298 * gdb.multi/watchpoint-multi.exp: Likewise.
5299 * gdb.python/py-events.exp: Likewise.
5300 * gdb.threads/attach-into-signal.exp: Likewise.
5301 * gdb.threads/attach-stopped.exp: Likewise.
5302 * gdb.threads/threadapply.exp: Likewise.
5303 * lib/selftest-support.exp: Likewise.
5304
26d6cec4
AA
53052018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
5306
5307 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
5308
4ee89e90
SR
53092018-03-20 Stephen Roberts <stephen.roberts@arm.com>
5310
5311 * gdb.perf/template-breakpoints.cc: New file.
5312 * gdb.perf/template-breakpoints.exp: New file.
5313 * gdb.perf/template-breakpoints.py: New file.
5314
92630041
TT
53152018-03-19 Tom Tromey <tom@tromey.com>
5316
5317 * gdb.rust/simple.rs (main): Add local variables field1, field2,
5318 y0.
5319 * gdb.rust/simple.exp: Test bare identifier form of struct
5320 initializer.
5321
76727919
TT
53222018-03-19 Tom Tromey <tom@tromey.com>
5323
5324 * gdb.gdb/observer.exp: Remove.
5325
194ed413
AA
53262018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5327
5328 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
5329 "qualified" option when setting breakpoints.
5330 * gdb.trace/backtrace.exp: Likewise.
5331 * gdb.trace/circ.exp: Likewise.
5332 * gdb.trace/collection.exp: Likewise.
5333 * gdb.trace/disconnected-tracing.exp: Likewise.
5334 * gdb.trace/ftrace-lock.exp: Likewise.
5335 * gdb.trace/ftrace.exp: Likewise.
5336 * gdb.trace/infotrace.exp: Likewise.
5337 * gdb.trace/packetlen.exp: Likewise.
5338 * gdb.trace/passc-dyn.exp: Likewise.
5339 * gdb.trace/qtro.exp: Likewise.
5340 * gdb.trace/read-memory.exp: Likewise.
5341 * gdb.trace/report.exp: Likewise.
5342 * gdb.trace/signal.exp: Likewise.
5343 * gdb.trace/status-stop.exp: Likewise.
5344 * gdb.trace/strace.exp: Likewise.
5345 * gdb.trace/tfind.exp: Likewise.
5346 * gdb.trace/trace-break.exp: Likewise.
5347 * gdb.trace/trace-condition.exp: Likewise.
5348 * gdb.trace/trace-mt.exp: Likewise.
5349 * gdb.trace/tstatus.exp: Likewise.
5350 * gdb.trace/tsv.exp: Likewise.
5351 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
5352 * gdb.trace/unavailable.exp: Likewise.
5353 * gdb.trace/while-dyn.exp: Likewise.
5354
8b067d2c
AA
53552018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5356
5357 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
5358 that libinproctrace is copied to the target.
5359
3ae9ce5d
TT
53602018-03-14 Tom Tromey <tom@tromey.com>
5361
5362 PR cli/14977:
5363 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
5364 a null pointer.
5365 * gdb.base/wchar.exp: Likewise.
5366
b8c2339b
TT
53672018-03-14 Tom Tromey <tom@tromey.com>
5368
5369 PR cli/19918:
5370 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
5371 flag.
5372
4872dc46
SM
53732018-03-08 Simon Marchi <simon.marchi@ericsson.com>
5374
5375 PR gdb/22841
5376 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
5377 "target" to remote_exec.
5378
e4fe3756
SM
53792018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
5380
5381 PR gdb/22841
5382 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
5383 ${board}_upload): Remove.
5384
e95a97d4
AA
53852018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
5386
5387 * gdb.cp/watch-cp.cc: New test.
5388 * gdb.cp/watch-cp.exp: New file.
5389
dbbb1059
AB
53902018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5391
5392 * gdb.base/infcall-nested-structs.exp: New file.
5393 * gdb.base/infcall-nested-structs.c: New file.
5394 * gdb.base/float.exp: Add riscv support.
5395
ecc054c0
TP
53962018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
5397
5398 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
5399 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
5400
25e3c82c
SDJ
54012018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
5402
5403 * gdb.server/abspath.exp: New file.
5404 * lib/gdb.exp (with_cwd): New procedure.
5405
3083294d
SM
54062018-02-28 Simon Marchi <simon.marchi@ericsson.com>
5407
5408 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
5409 use it.
5410 (gdb_is_target_remote_prompt): New proc.
5411 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
5412 (gdb_is_target_native): Pass prompt parameter to
5413 gdb_is_target_1.
5414
3275ef47
SM
54152018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
5416
5417 * gdb.base/load-command.c: New file.
5418 * gdb.base/load-command.exp: New file.
5419 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
5420 (gdb_is_target_1): ...this, and generalize for other targets
5421 than just remote.
5422 (gdb_is_target_remote): Use gdb_is_target_1.
5423 (gdb_is_target_native): use gdb_is_target_1.
5424
6893c19a
TT
54252018-02-26 Tom Tromey <tom@tromey.com>
5426
5427 PR python/16497:
5428 * gdb.python/py-framefilter.exp: Update test.
5429
2ddeaf8a
TT
54302018-02-26 Tom Tromey <tom@tromey.com>
5431
5432 * gdb.dwarf2/variant.c: New file.
5433 * gdb.dwarf2/variant.exp: New file.
5434
c9317f21
TT
54352018-02-26 Tom Tromey <tom@tromey.com>
5436
5437 * gdb.rust/simple.exp: Accept more possible results in enum test.
5438
6f6d0c26
SM
54392018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
5440
5441 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
5442 parentheses.
5443
11b03145
MR
54442018-02-23 Maciej W. Rozycki <macro@mips.com>
5445
5446 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
5447 name of a variable: $actual_linejj -> $actual_line.
5448
54a27fe5
JB
54492018-02-21 John Baldwin <jhb@FreeBSD.org>
5450
5451 * gdb.arch/amd64-i386-address.exp: Fix a typo.
5452
de65820c
MM
54532018-02-20 Markus Metzger <markus.t.metzger@intel.com>
5454
5455 * gdb.btrace/buffer-size.exp: Do not force BTS.
5456
980548fd
PA
54572018-02-14 Pedro Alves <palves@redhat.com>
5458
5459 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
5460 getting a "Quit".
5461
c4e12631
MM
54622018-02-09 Markus Metzger <markus.t.metzger@intel.com>
5463
5464 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
5465 Fix test name.
5466
c2e0e465
SM
54672018-02-07 Simon Marchi <simon.marchi@ericsson.com>
5468
5469 * gdb.cp/m-static.exp: Check type of optimized out static
5470 member.
5471
f7216783
AB
54722018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
5473
5474 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
5475 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
5476
0625771b
LS
54772018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
5478 Leszek Swirski <leszeks@google.com>
5479
5480 * gdb.python/py-prettyprint.c
5481 (struct to_string_returns_value_inner,
5482 struct to_string_returns_value_wrapper): New.
5483 (main): Add tsrvw variable.
5484 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
5485 ToStringReturnsValueWrapper): New classes.
5486 (register_pretty_printers): Register new pretty-printers.
5487 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
5488 recursive pretty printer.
5489 * gdb.python/py-mi.exp: Likewise.
5490
59498c30
LS
54912018-02-01 Leszek Swirski <leszeks@google.com>
5492
5493 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
5494 functions with the same name as an include file are parsed
5495 correctly.
5496
d4d38844
YQ
54972018-02-01 Yao Qi <yao.qi@linaro.org>
5498
5499 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
5500 "\[^\r\n\]*".
5501
07e5f5cf
NP
55022018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
5503
5504 * gdb.arch/powerpc-prologue-frame.s: New file.
5505 * gdb.arch/powerpc-prologue-frame.c: Likewise.
5506 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
5507
929b5ad4
JB
55082018-01-31 Joel Brobecker <brobecker@adacore.com>
5509
5510 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
5511
e671cd59
PA
55122018-01-30 Pedro Alves <palves@redhat.com>
5513
5514 PR gdb/13211
5515 * gdb.base/interrupt-daemon.c: New.
5516 * gdb.base/interrupt-daemon.exp: New.
5517 * gdb.multi/multi-term-settings.c: New.
5518 * gdb.multi/multi-term-settings.exp: New.
5519
fc413dc4
JB
55202018-01-30 Joel Brobecker <brobecker@adacore.com>
5521
5522 * gdb.base/break.exp: Save the location where the breakpoint
5523 on break.c:47 was actually inserted when debugging the version
5524 compiled at -O2 and use it in the expected output of the "info
5525 break" test performed soon after.
5526
5c319bb2
PA
55272018-01-22 Pedro Alves <palves@redhat.com>
5528 Sergio Durigan Junior <sergiodj@redhat.com>
5529
5530 * gdb.base/whatis.exp: Add tests for 'set print object on' +
5531 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
5532
a9e40818
JB
55332018-01-22 Joel Brobecker <brobecker@adacore.com>
5534
5535 * gdb.base/break-include.c, gdb.base/break-include.inc,
5536 gdb.base/break-include.exp: New files.
5537 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
5538 line number now being the actual line number where the breakpoint
5539 was inserted.
5540 * gdb.mi/mi-break.exp: Likewise.
5541 * gdb.mi/mi-reverse.exp: Likewise.
5542 * gdb.mi/mi-simplerun.exp: Ditto.
5543
e707fc44
AB
55442018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
5545
5546 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
5547 varobj.
5548 * gdb.mi/mi-var-create-rtti.exp: Likewise.
5549
ae451627
AB
55502018-01-21 Don Breazeal <donb@codesourcery.com>
5551 Andrew Burgess <andrew.burgess@embecosm.com>
5552
5553 * gdb.mi/basics.c: Add new global.
5554 * gdb.mi/mi-frame-regs.exp: New file.
5555 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
5556 case.
5557
b1b189e0
AB
55582018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
5559
5560 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
5561 non-parameter, and on an unknown symbol.
5562
fcfcc376
TT
55632018-01-19 Tom Tromey <tom@tromey.com>
5564
5565 * gdb.rust/modules.rs (TWENTY_THREE): New global.
5566 * gdb.rust/modules.exp: Add ::-qualified lookup test.
5567
634c1c31
AA
55682018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5569
5570 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
5571 setrlimit and chdir to int.
5572
d6ad07fd
AA
55732018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5574
5575 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
5576 function.
5577 (my_tend): Likewise.
5578 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
5579 rationale of avoiding FP- and vector instructions.
5580
adf8243b
RK
55812018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
5582
5583 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
5584 "info reg" with "\[ \t\]*".
5585 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
5586 "\[ \t\]+".
5587 * gdb.arch/s390-multiarch.exp: Ditto.
5588 * gdb.base/pc-fp.exp: Ditto.
5589 * gdb.reverse/i386-precsave.exp: Ditto.
5590 * gdb.reverse/i386-reverse.exp: Ditto.
5591 * gdb.reverse/i387-env-reverse.exp: Ditto.
5592 * gdb.reverse/i387-stack-reverse.exp: Ditto.
5593
dcc06925
AA
55942018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
5595
5596 * lib/gdb.exp (gdb_compile): Re-enable use of
5597 universal_compile_options for languages other than Rust.
5598
25d4fd80
AA
55992018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
5600
5601 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
5602
ee7f689e 56032018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
5604
5605 PR gdb/16577
5606 * gdb.base/solib-vanish.exp: New.
5607 * gdb.base/solib-vanish-main.c: New.
5608 * gdb.base/solib-vanish-lib1.c: New.
5609 * gdb.base/solib-vanish-lib2.c: New.
5610
d8447b6b
YQ
56112018-01-17 Yao Qi <yao.qi@linaro.org>
5612
5613 * gdb.compile/compile.exp: Match the address printed for
5614 frame in the output of command "bt".
5615
86d6a90c
TT
56162018-01-15 Tom Tromey <tom@tromey.com>
5617
5618 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
5619 compute sp_reg.
5620
cbcdb1aa
AB
56212018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
5622
5623 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
5624 to prepare.
5625 (prepare): Return 0 on error, 1 on success.
5626
eea61984
PA
56272018-01-12 Pedro Alves <palves@redhat.com>
5628
5629 * gdb.base/continue-after-aborted-step-over.c: New.
5630 * gdb.base/continue-after-aborted-step-over.exp: New.
5631
6181e9c2
SM
56322018-01-11 Simon Marchi <simon.marchi@ericsson.com>
5633
5634 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
5635 options when not creating an executable.
5636
3cada740
PA
56372018-01-11 Pedro Alves <palves@redhat.com>
5638
5639 PR remote/22597
5640 * gdb.server/stop-reply-no-thread.c: New file.
5641 * gdb.server/stop-reply-no-thread.exp: New file.
5642
c63d3e8d
PA
56432018-01-10 Pedro Alves <palves@redhat.com>
5644
5645 PR gdb/22670
5646 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
5647 functions too. Test setting breakpoints and printing C functions
5648 with no debug info too.
5649 * gdb.ada/bp_c_mixed_case/qux.c: New file.
5650
d4c2a405
PA
56512018-01-10 Pedro Alves <palves@redhat.com>
5652
5653 PR gdb/22670
5654 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
5655 a fail.
5656
8825213e
PA
56572018-01-10 Pedro Alves <palves@redhat.com>
5658
5659 PR gdb/22670
5660 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
5661
605fd3c6
YQ
56622018-01-08 Simon Marchi <simon.marchi@ericsson.com>
5663
5664 * gdb.server/unittest.exp: Match the output in non-development
5665 mode.
5666
1e5ded6c
YQ
56672018-01-08 Simon Marchi <simon.marchi@ericsson.com>
5668
5669 * gdb.gdb/unittest.exp: Match output in non-development mode.
5670
30066b0b
JB
56712018-01-08 Joel Brobecker <brobecker@adacore.com>
5672
5673 * gdb.ada/access_tagged_param.exp: Relax expected output
5674 for value of "ObjL" in "continue" to pck.inspect breakpoint
5675 test.
5676
04bafb1e
XR
56772018-01-08 Joel Brobecker <brobecker@adacore.com>
5678
9f86398b
JB
5679 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
5680 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 5681
e379cee6
PA
56822018-01-05 Pedro Alves <palves@redhat.com>
5683
5684 PR gdb/18653
5685 * gdb.base/libsegfault.exp: New.
5686
de63c46b
PA
56872018-01-05 Joel Brobecker <brobecker@adacore.com>
5688
5689 PR gdb/22670
5690 * gdb.ada/access_tagged_param.exp: New file.
5691 * gdb.ada/access_tagged_param/foo.adb: New file.
5692
f98fc17b
PA
56932018-01-05 Pedro Alves <palves@redhat.com>
5694
5695 PR gdb/22670
5696 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
5697 exercise lower case too, and to exercise both full matching and
5698 wild matching.
5699
342f8240
JB
57002018-01-05 Joel Brobecker <brobecker@adacore.com>
5701
5702 * gdb.ada/rename_subscript_param: New testcase.
5703
7150d33c
JG
57042018-01-05 Jerome Guitton <guitton@adacore.com>
5705
5706 * gdb.ada/arr_acc_idx_w_gap: New testcase.
5707
cc0e770c
JB
57082018-01-05 Joel Brobecker <brobecker@adacore.com>
5709
5710 * gdb.ada/convvar_comp: New testcase.
5711
672a41aa 57122018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
5713
5714 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
5715 (My_Table): New global variable.
5716 * testsuite/gdb.ada/array_char_idx.exp: Add test.
5717
7365ec2f
JB
57182018-01-04 Joel Brobecker <brobecker@adacore.com>
5719
5720 PR gdb/22670
5721 * gdb.ada/maint_with_ada: New testcase.
5722
289483b6
JB
57232018-01-04 Joel Brobecker <brobecker@adacore.com>
5724
5725 PR gdb/22670
5726 * gdb.ada/bp_c_mixed_case: New testcase.
5727
344420da
JB
57282018-01-04 Joel Brobecker <brobecker@adacore.com>
5729
5730 PR gdb/22670
5731 * gdb.ada/complete.exp: Add "complete break ada" test.
5732
66fc87a0
JB
57332018-01-04 Joel Brobecker <brobecker@adacore.com>
5734
5735 PR gdb/22670
5736 * gdb.ada/info_addr_mixed_case: New testcase.
5737
9f757bf7
XR
57382018-01-03 Xavier Roirand <roirand@adacore.com>
5739
5740 * gdb.ada/excep_handle.exp: New testcase.
5741 * gdb.ada/excep_handle/foo.adb: New file.
5742 * gdb.ada/excep_handle/pck.ads: New file.
5743
bd570f80
JB
57442018-01-03 Joel Brobecker <brobecker@adacore.com>
5745
5746 * gdb.base/step-line.c: Add extra empty line in copyright header.
5747 * gdb.base/step-line.inp: Likewise.
5748
9fe561ab
JB
57492018-01-02 Joel Brobecker <brobecker@adacore.com>
5750
5751 * gdb.ada/dyn_stride.exp: Add slice test.
5752
a405673c
JB
57532018-01-02 Joel Brobecker <brobecker@adacore.com>
5754
5755 * gdb.ada/dyn_stride: New testcase.
5756
cef0f868
SH
57572017-12-27 Stafford Horne <shorne@gmail.com>
5758
5759 * gdb.xml/extra-regs.xml: Add example foo reggroup.
5760 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
5761
b67d92b0
SH
57622017-12-27 Stafford Horne <shorne@gmail.com>
5763
5764 * gdb.base/reggroups.c: New file.
5765 * gdb.base/reggroups.exp: New file.
5766
eccab96d
JB
57672017-12-18 Joel Brobecker <brobecker@adacore.com>
5768
5769 * gdb.dwarf2/ada-valprint-error.c: New file.
5770 * gdb.dwarf2/ada-valprint-error.exp: New file.
5771
0e2da9f0
JB
57722017-12-18 Joel Brobecker <brobecker@adacore.com>
5773
5774 * gdb.ada/assign_arr: New testcase.
5775
cb923fcc
XR
57762017-12-18 Xavier Roirand <roirand@adacore.com>
5777
5778 * gdb.ada/funcall_ptr: New testcase.
5779
7c161838
SDJ
57802017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
5781
5782 PR cli/16224
5783 * gdb.base/ptype-offsets.cc: New file.
5784 * gdb.base/ptype-offsets.exp: New file.
5785
1af17fd9
YQ
57862017-12-15 Yao Qi <yao.qi@linaro.org>
5787
5788 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
5789 if XML is disabled.
5790
828d5846
XR
57912017-12-15 Xavier Roirand <roirand@adacore.com>
5792
5793 * gdb.ada/same_component_name: New testcase.
5794
79e8fcaa
JB
57952017-12-14 Joel Brobecker <brobecker@adacore.com>
5796
5797 * gdb.ada/str_binop_equal: New testcase.
5798
e05fa6f9
JB
57992017-12-14 Joel Brobecker <brobecker@adacore.com>
5800
5801 * gdb.ada/task_switch_in_core: New testcase.
5802
b89641ba
SM
58032017-12-13 Simon Marchi <simon.marchi@ericsson.com>
5804
5805 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
5806 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
5807 call test_bkpt_qualified.
5808 (test_bkpt_qualified): New proc.
5809
6892d2e4
PA
58102017-12-13 Pedro Alves <palves@redhat.com>
5811
5812 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
5813 Tighten regexp by matching with an anchor.
5814
a22ecf70
PA
58152017-12-13 Pedro Alves <palves@redhat.com>
5816
5817 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
5818 ("expression with namespace"): New set of tests.
5819 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
5820 (Nested::Test_NS::qux): New.
5821 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
5822 defaults to 'start_quote_char' and 'end_quote_char' parameters.
5823
9937536c
JB
58242017-12-13 Joel Brobecker <brobecker@adacore.com>
5825
5826 * gdb.base/server-del-break.c: New file.
5827 * gdb.base/server-del-break.exp: New file.
5828
fe49c6f5
SH
58292017-12-12 Stafford Horne <shorne@gmail.com>
5830
5831 * gdb.xml/tdesc-regs.exp: Add or1k support.
5832
c3d18620
SH
58332017-12-12 Stafford Horne <shorne@gmail.com>
5834
5835 * gdb.base/bp-permanent.c: Define nop of or1k.
5836
c5f9cfc8
JB
58372017-12-11 Joel Brobecker <brobecker@adacore.com>
5838
5839 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
5840 output with components being reordered.
5841
a9c135fc
JB
58422017-12-11 Joel Brobecker <brobecker@adacore.com>
5843
5844 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
5845 output with components being reordered.
5846
927aa2e7
JK
58472017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5848 Pedro Alves <palves@redhat.com>
5849
5850 * gdb.base/maint.exp (check for .gdb_index): Check also for
5851 .debug_names.
5852 * gdb.dlang/watch-loc.c (.debug_aranges): New.
5853 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
5854 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
5855 (.gdb_index used after symbol reloading): Support also .debug_names.
5856 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
5857
f17d9474
YQ
58582017-12-08 Yao Qi <yao.qi@linaro.org>
5859
5860 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
5861 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
5862
a0de8c21
YQ
58632017-12-08 Yao Qi <yao.qi@linaro.org>
5864
5865 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
5866 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
5867
a738ea1d
YQ
58682017-12-08 Yao Qi <yao.qi@linaro.org>
5869
5870 * gdb.arch/aarch64-tagged-pointer.c: New file.
5871 * gdb.arch/aarch64-tagged-pointer.exp: New file.
5872
1cd9a73b
SDJ
58732017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
5874
5875 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
5876 "int".
5877
fa6eb693
KS
58782017-12-07 Keith Seitz <keiths@redhat.com>
5879
5880 PR breakpoints/22569
5881 * gdb.linespec/ls-errs.exp: Change expected result of "break
5882 -source this file has spaces.c -line 3".
5883 Check that an explicit source file followed by whitespace is
5884 identified as an invalid explicit location.
5885
883fd55a
KS
58862017-12-07 Keith Seitz <keiths@redhat.com>
5887
5888 * gdb.cp/nested-types.cc: New file.
5889 * gdb.cp/nested-types.exp: New file.
5890 * lib/cp-support.exp: Load data-structures.exp library.
5891 (debug_cp_test_ptype_class): New global.
5892 (cp_ptype_class_verbose, next_line): New procedures.
5893 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
5894 Add and document new return value.
5895 Switch the list of lines to a queue.
5896 Add support for new `type' key for nested type definitions.
5897 Add debugging/troubleshooting messages.
5898 * lib/data-structures.exp: New file.
5899
ec72db3e
SM
59002017-12-07 Simon Marchi <simon.marchi@ericsson.com>
5901
5902 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
5903 with proc_with_prefix, don't use with_test_prefix.
5904
99598d71
TT
59052017-12-07 Tom Tromey <tom@tromey.com>
5906
5907 * gdb.base/break.exp: Add test for empty "commands".
5908
a8806230
YQ
59092017-12-07 Yao Qi <yao.qi@linaro.org>
5910
5911 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
5912 malloc and catch syscall.
5913
824cc835
PM
59142017-12-07 Phil Muldoon <pmuldoon@redhat.com>
5915
e79be6e5 5916 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
824cc835
PM
5917 tests for explicit locations.
5918
7cc244de
PA
59192017-12-06 Pedro Alves <palves@redhat.com>
5920
5921 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
5922 force-disabling XML descriptions.
5923
50a1fdd5
PA
59242017-12-04 Pedro Alves <palves@redhat.com>
5925
5926 PR gdb/22499
5927 * gdb.arch/amd64-disp-step-avx.S: New file.
5928 * gdb.arch/amd64-disp-step-avx.exp: New file.
5929
f0fb2488
PA
59302017-12-03 Pedro Alves <palves@redhat.com>
5931
5932 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
5933 and <string.h>.
5934 (parent_function): Print distinct messages when waitpid fails, or
5935 the child exits with a signal, or the child exits for an unhandled
5936 reason.
5937 * gdb.threads/process-dies-while-detaching.exp
5938 (detach_and_expect_exit): New 'inf_output_re' parameter and use
5939 it. Wait for both inferior output and GDB's prompt. Use an
5940 indirect spawn id list.
5941 (do_detach): New parameter 'child_exit'. Use it to compute
5942 expected inferior output.
5943 (test_detach, test_detach_watch, test_detach_killed_outside):
5944 Adjust to pass down the expected child exit kind.
5945
97cbe998
SDJ
59462017-12-01 Joel Brobecker <brobecker@adacore.com>
5947 Sergio Durigan Junior <sergiodj@redhat.com>
5948 Pedro Alves <palves@redhat.com>
5949
5950 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
5951
40fc416f
SDJ
59522017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
5953
5954 * gdb.base/relocate.exp: Add tests to guarantee that arguments
5955 to 'symbol-file' and 'add-symbol-file' can be
5956 position-independent.
5957
1cc75e92
YQ
59582017-12-01 Yao Qi <yao.qi@linaro.org>
5959
5960 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
5961 the URL in copyright header.
5962 * gdb.arch/aarch64-fp.exp: Likewise.
5963 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
5964 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
5965 * gdb.base/expand-psymtabs.exp: Likewise.
5966 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
5967 * gdb.fortran/common-block.exp: Likewise.
5968 * gdb.fortran/common-block.f90: Likewise.
5969 * gdb.fortran/logical.exp: Likewise.
5970 * gdb.fortran/vla-datatypes.f90: Likewise.
5971 * gdb.fortran/vla-sub.f90: Likewise.
5972
875fb7a7
JB
59732017-11-30 Joel Brobecker <brobecker@adacore.com>
5974
5975 * gdb.ada/repeat_dyn: New testcase.
5976
6f14765f
UW
59772017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
5978
5979 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
5980 Update for changed thread numbering.
5981 * gdb.cell/bt.exp: Update for changed GDB output.
5982
f1af7b94
SM
59832017-11-30 Simon Marchi <simon.marchi@ericsson.com>
5984
5985 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
5986 setting isremote by hand.
5987 * boards/dwarf4-gdb-index.exp: Likewise.
5988 * boards/fission.exp: Likewise.
5989 * boards/stabs.exp: Likewise.
5990
e3919f3e
PA
59912017-11-30 Pedro Alves <palves@redhat.com>
5992
5993 * gdb.linespec/cpls-ops.exp
5994 (check_explicit_skips_function_argument): Extract the underlying
5995 type of size_t instead of hardcoding it.
5996
bd69330d
PA
59972017-11-29 Pedro Alves <palves@redhat.com>
5998
5999 PR c++/19436
6000 * gdb.linespec/cpls-abi-tag.cc: New file.
6001 * gdb.linespec/cpls-abi-tag.exp: New file.
6002
a20714ff
PA
60032017-11-29 Pedro Alves <palves@redhat.com>
6004
6005 * gdb.base/langs.exp: Use -qualified.
6006 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
6007 it.
6008 * gdb.cp/namespace.exp: Use -qualified.
6009 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
6010 (overload-3, template-overload, template-ret-type, const-overload)
6011 (const-overload-quoted, anon-ns, ambiguous-prefix): New
6012 procedures.
6013 (test_driver): Call them.
6014 * gdb.cp/save-bp-qualified.cc: New.
6015 * gdb.cp/save-bp-qualified.exp: New.
6016 * gdb.linespec/explicit.exp: Test -qualified.
6017 * lib/completion-support.exp (completion::explicit_opts_list): Add
6018 "-qualified".
6019 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
6020
f6f1d339
PM
60212017-11-29 Phil Muldoon <pmuldoon@redhat.com>
6022
6023 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
6024
02ca603a
TT
60252017-11-29 Tom Tromey <tom@tromey.com>
6026
6027 * gdb.base/relocate.exp: Update invalid argument test.
6028 Add new tests for invalid arguments.
6029
ed6c0bfb
TP
60302017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
6031
6032 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
6033 Return 0 as a long.
6034 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
6035
f106e10e
TP
60362017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
6037
6038 * gdb.cp/breakpoint.cc (bar): Set return type to void.
6039 * gdb.cp/psymtab-parameter.cc (func): Likewise.
6040 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
6041 func ().
6042 * gdb.cp/shadow.cc (B.func): Return 0.
6043
10329bb2
JB
60442017-11-27 Joel Brobecker <brobecker@adacore.com>
6045
6046 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
6047 expected output in gdb_expect call to allow the exception
6048 message to be present as well. Fix syntax confusion to avoid
6049 TCL thinking that exception_name is an array.
6050
617cd4bc
UW
60512017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
6052
6053 * gdb.arch/spu-info.c: Include <unistd.h>.
6054 (do_signal_test): Fix broken calls to write.
6055 * gdb.arch/spu-info.exp: Use prepare_for_testing.
6056 Fix checks for empty mailboxes. Update signal tests for corrected
6057 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
6058 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
6059 * gdb.cell/arch.exp: Use standard_output_file.
6060 * gdb.cell/break.exp: Likewise.
6061 * gdb.cell/bt.exp: Likewise.
6062 * gdb.cell/core.exp: Likewise.
6063 * gdb.cell/dwarfaddr.exp: Likewise.
6064 * gdb.cell/ea-cache.exp: Likewise.
6065 * gdb.cell/ea-standalone.exp: Likewise.
6066 * gdb.cell/f-regs.exp: Likewise.
6067 * gdb.cell/fork.exp: Likewise.
6068 * gdb.cell/gcore.exp: Likewise.
6069 * gdb.cell/mem-access.exp: Likewise.
6070 * gdb.cell/ptype.exp: Likewise.
6071 * gdb.cell/registers.exp: Likewise.
6072 * gdb.cell/sizeof.exp: Likewise.
6073 * gdb.cell/solib-symbol.exp: Likewise.
6074 * gdb.cell/solib.exp: Likewise.
617cd4bc 6075
a81aaca0
PA
60762017-11-25 Pedro Alves <palves@redhat.com>
6077
6078 * gdb.base/complete-empty.exp: New file.
6079 * gdb.base/completion.exp: Adjust.
6080
6a3c6ee4
PA
60812017-11-25 Pedro Alves <palves@redhat.com>
6082
6083 * gdb.linespec/cpls-ops.cc: New file.
6084 * gdb.linespec/cpls-ops.exp: New file.
6085 * lib/completion-support.exp (test_complete_prefix_range_re): New,
6086 factored out from ...
6087 (test_complete_prefix_range): ... this.
6088
8955eb2d
PA
60892017-11-24 Pedro Alves <palves@redhat.com>
6090
6091 * gdb.linespec/cpcompletion.exp: New file.
6092 * gdb.linespec/cpls-hyphen.cc: New file.
6093 * gdb.linespec/cpls.cc: New file.
6094 * gdb.linespec/cpls2.cc: New file.
6095 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
6096 test to use test_gdb_complete_unique. Add label completion,
6097 keyword completion and explicit location completion tests.
6098 * lib/completion-support.exp: New file.
6099
e547c119
JB
61002017-11-24 Joel Brobecker <brobecker@adacore.com>
6101
6102 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
6103 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
6104 when hitting an exception catchpoint.
6105
7c3c1aa8
YQ
61062017-11-22 Yao Qi <yao.qi@linaro.org>
6107
6108 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
6109
41bd68f5
SM
61102017-11-22 Simon Marchi <simon.marchi@ericsson.com>
6111
6112 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
6113 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
6114 * gdb.dwarf2/info-locals-optimized-out.c: New file.
6115
1daad298
YQ
61162017-11-22 Yao Qi <yao.qi@linaro.org>
6117
6118 * gdb.base/info-os.exp: Pass pthreads.
6119 * gdb.multi/multi-attach.exp: Likewise.
6120
88465e87
YQ
61212017-11-22 Yao Qi <yao.qi@linaro.org>
6122
6123 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
6124 compiler.
6125
dc196b23
YQ
61262017-11-22 Yao Qi <yao.qi@linaro.org>
6127
6128 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
6129 * gdb.base/break-interp.exp: Likewise.
6130 * gdb.base/jit-attach-pie.exp: Likewise.
6131
2400729e
UW
61322017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
6133
6134 * gdb.base/float128.c (large128): New variable.
6135 * gdb.base/float128.exp: Add test to print largest __float128 value.
6136
7a26362d
UW
61372017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
6138
6139 * gdb.arch/vsx-regs.exp: Update register content checks.
6140
ed0f4273
UW
61412017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
6142
6143 * gdb.arch/ppc-longdouble.exp: New file.
6144 * gdb.arch/ppc-longdouble.c: Likewise.
6145
a25d69c6
PA
61462017-11-21 Pedro Alves <palves@redhat.com>
6147
6148 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
6149
73fcf641
PA
61502017-11-20 Pedro Alves <palves@redhat.com>
6151
6152 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
6153 (long_double_typedef): New typedefs.
6154 Use DEF on double and long double.
6155 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
6156 cases.
6157 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
6158 and 'long_double_ptr_same_size' locals. Use them to decide
6159 whether cast from array/function to float is valid/invalid.
6160
71a3c369
TT
61612017-11-17 Tom Tromey <tom@tromey.com>
6162
6163 * gdb.rust/traits.rs: New file.
6164 * gdb.rust/traits.exp: New file.
6165
ced9779b
JB
61662017-11-17 Joel Brobecker <brobecker@adacore.com>
6167
6168 * gdb.ada/minsyms: New testcase.
6169
a0922d80
PA
61702017-11-16 Pedro Alves <palves@redhat.com>
6171
6172 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
6173 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
6174
ea04e54c
PA
61752017-11-16 Pedro Alves <palves@redhat.com>
6176
6177 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
6178 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
6179
e849ea89
PA
61802017-11-16 Pedro Alves <palves@redhat.com>
6181
6182 * gdb.server/reconnect-ctrl-c.c: New file.
6183 * gdb.server/reconnect-ctrl-c.exp: New file.
6184
d8ae99a7
PM
61852017-11-16 Phil Muldoon <pmuldoon@redhat.com>
6186
6187 * gdb.python/py-rbreak.exp: New file.
6188 * gdb.python/py-rbreak.c: New file.
6189 * gdb.python/py-rbreak-func2.c: New file.
6190
968a13f8
PA
61912017-11-16 Pedro Alves <palves@redhat.com>
6192
6193 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
6194 pattern.
6195 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
6196 GDB.
6197
71774bc9
SM
61982017-11-15 Simon Marchi <simon.marchi@ericsson.com>
6199
6200 * gdb.tui/completionn.exp (test_tab_completion): Add space in
6201 regex.
6202
ddbb44cf
SM
62032017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
6204
6205 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
6206 test names.
6207
584a564f
PA
62082017-11-09 Pedro Alves <palves@redhat.com>
6209
6210 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
6211 factored out from ...
6212 (top level): ... here, and adjusted to avoid expecting beyond the
6213 prompt in a single gdb_test_multiple.
6214
5ed7a928
PA
62152017-11-09 Pedro Alves <palves@redhat.com>
6216
6217 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
6218 output.
6219 * gdb.server/ext-attach.exp ("kill" test): Likewise.
6220 * gdb.server/ext-restart.exp ("kill" test): Likewise.
6221 * gdb.server/ext-run.exp ("kill" test): Likewise.
6222 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
6223
a60e0738
PA
62242017-11-09 Pedro Alves <palves@redhat.com>
6225
6226 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
6227 match till end of line.
6228
2c88253f
PA
62292017-11-09 Pedro Alves <palves@redhat.com>
6230
6231 * gdb.base/memattr.exp: Tighten regexes to match the end line.
6232
c7a38517
PA
62332017-11-09 Pedro Alves <palves@redhat.com>
6234
6235 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
6236 New procedures, factored out from ...
6237 (top level): ... here, and adjusted to avoid expecting beyond the
6238 prompt in one go.
6239
f29f4b6b
PA
62402017-11-09 Pedro Alves <palves@redhat.com>
6241
6242 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
6243 output. Fix '?' match.
6244
286acbb5
JB
62452017-11-08 Joel Brobecker <brobecker@adacore.com>
6246
6247 * gdb.ada/scoped_watch: New testcase.
6248 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
6249 which is actually correct.
6250 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
6251 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
6252
62d7ae92
PA
62532017-11-08 Pedro Alves <palves@redhat.com>
6254
6255 * gdb.gdb/complaints.exp (test_initial_complaints)
6256 (test_serial_complaints, test_short_complaints): Call
6257 complaint_internal instead of complaint.
6258
280ca31f
DT
62592017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
6260
6261 * gdb.threads/tls-core.c: New file.
6262 * gdb.threads/tls-core.exp: Likewise.
6263
b5ec771e
PA
62642017-11-08 Pedro Alves <palves@redhat.com>
6265
6266 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
6267 (p Exported_Capitalized): New test.
6268 (p exported_capitalized): New test.
6269
a02b41a7
PA
62702017-11-07 Pedro Alves <palves@redhat.com>
6271
6272 * gdb.cp/ena-dis-br-range.exp: Add more tests.
6273
95e95a6d
PA
62742017-11-07 Pedro Alves <palves@redhat.com>
6275
6276 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
6277 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
6278 (disable_invalid, disable_inverted, disable_negative): New
6279 procedures.
6280 ("bad numbers"): New set of tests.
6281
cee62dbd
PA
62822017-11-07 Pedro Alves <palves@redhat.com>
6283
6284 * gdb.cp/ena-dis-br-range.exp: Add tests.
6285
cc638e86
PA
62862017-11-07 Pedro Alves <palves@redhat.com>
6287
6288 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
6289
d0fe4701
XR
62902017-11-07 Xavier Roirand <roirand@adacore.com>
6291 Pedro Alves <palves@redhat.com>
6292
6293 * gdb.base/ena-dis-br.exp: Add reference to
6294 gdb.cp/ena-dis-br-range.exp.
6295 * gdb.cp/ena-dis-br-range.exp: New file.
6296 * gdb.cp/ena-dis-br-range.cc: New file.
6297
46f67f80
PA
62982017-11-06 Pedro Alves <palves@redhat.com>
6299
6300 * gdb.base/attach-non-pgrp-leader.c: New.
6301 * gdb.base/attach-non-pgrp-leader.exp: New.
6302
726e1356
PA
63032017-11-06 Pedro Alves <palves@redhat.com>
6304
6305 * configure.ac: No longer check for termio.h and sgtty.h.
6306 * configure: Regenerate.
6307 * remote-utils.c: Include termios.h instead of gdb_termios.h.
6308 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
6309 Remove termio and sgtty code.
6310
50ab6ace
YQ
63112017-11-03 Yao Qi <yao.qi@linaro.org>
6312
6313 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
6314 in GDB is disabled.
6315
8e68731c
YQ
63162017-11-03 Yao Qi <yao.qi@linaro.org>
6317
6318 * gdb.python/py-thrhandle.exp: Skip it if python is not
6319 enabled.
6320
3a87ae65
SM
63212017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
6322
6323 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
6324 as a breakpoint command.
6325
484d8d36
MD
63262017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
6327
6328 PR python/21213
6329 * gdb.python/py-infthread.exp: Test calling
6330 InferiorThread.inferior () multiple times in a row.
6331
4a27f119
KS
63322017-10-27 Keith Seitz <keiths@redhat.com>
6333
6334 * gdb.opt/inline-break.exp (break_info_1): New procedure.
6335 Test "info break" for every inlined function breakpoint.
6336
bb11dd58
YQ
63372017-10-27 Yao Qi <yao.qi@linaro.org>
6338
6339 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
6340
a43f3893
PF
63412017-10-26 Patrick Frants <osscontribute@gmail.com>
6342
6343 * gdb.cp/classes.exp (test_static_members): Test printing
6344 Outer::instance.
6345 * gdb.cp/classes.c (struct Inner, struct Outer): New.
6346 (Inner::instance, Outer::instance): New.
6347
792ccf00
PA
63482017-10-24 Pedro Alves <palves@redhat.com>
6349
6350 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
6351 extra console" test in two stages.
6352
eb2bfbad
PA
63532017-10-24 Pedro Alves <palves@redhat.com>
6354
6355 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
6356
1f75a651
PA
63572017-10-24 Pedro Alves <palves@redhat.com>
6358
6359 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
6360 loop.
6361
779990d9
PA
63622017-10-24 Pedro Alves <palves@redhat.com>
6363
6364 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
6365 $attempt" and "stoppedtry $stoppedtry" test prefixes.
6366
ad9b8f5d
PA
63672017-10-24 Pedro Alves <palves@redhat.com>
6368
6369 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
6370 parameter and handle it. Don't output read value in test name.
6371
fee6da6e
PA
63722017-10-24 Pedro Alves <palves@redhat.com>
6373
6374 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
6375 custom test name.
6376
10389c2c
PA
63772017-10-24 Pedro Alves <palves@redhat.com>
6378
6379 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
6380 include the unstable output directory name in the test's name.
6381 (initial_setup_simple) <'set args'>: Use custom test name.
6382
a80e65a9
PA
63832017-10-24 Pedro Alves <palves@redhat.com>
6384
6385 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
6386 with explicit test name.
6387
15763a09
PA
63882017-10-20 Pedro Alves <palves@redhat.com>
6389
6390 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
6391 'wait -i'. Use gdb_assert and remote_close.
6392
49a4ce2e
AB
63932017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
6394
6395 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
6396 number from variable rather than hard-coded.
6397
a75868f5
PA
63982017-10-19 Pedro Alves <palves@redhat.com>
6399
6400 * gdb.base/long-inferior-output.c: New file.
6401 * gdb.base/long-inferior-output.exp: New file.
6402
c8ba13ad
KS
64032017-11-18 Keith Seitz <keiths@redhat.com>
6404
6405 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
6406 method.
6407 (main): Call it.
6408 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
6409 Add additional user-defined conversion operator tests.
6410
b27de576
PA
64112017-10-17 Pedro Alves <palves@redhat.com>
6412
6413 * boards/native-stdio-gdbserver.exp: Load "local-board".
6414
8484c955
PA
64152017-10-17 Pedro Alves <palves@redhat.com>
6416
6417 * gdb.base/quit-live.c: New file.
6418 * gdb.base/quit-live.exp: New file.
6419
83d5a34d
KS
64202017-10-16 Keith Seitz <keiths@redhat.com>
6421
6422 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
6423 (class_with_protected_typedef, class_with_private_typedef)
6424 (struct_with_public_typedef, struct_with_protected_typedef)
6425 (struct_with_private_typedef): New classes/structs.
6426 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
6427 typedefs and access specifiers.
6428
739b3f1d
PA
64292017-10-16 Pedro Alves <palves@redhat.com>
6430 Simon Marchi <simon.marchi@polymtl.ca>
6431
6432 * README (Local vs Remote vs Native): New section.
6433 * boards/local-board.exp: New file, with bits factored out from
6434 ...
6435 * boards/native-extended-gdbserver.exp: ... here. Load
6436 "local-board".
6437 * boards/native-gdbserver.exp: Load "local-board".
6438 (${board}_spawn, ${board}_exec): Delete.
6439 * boards/native-stdio-gdbserver.exp: Most contents factored out to
6440 ...
6441 * boards/stdio-gdbserver-base.exp: ... this new file.
6442 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
6443 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
6444 procedure.
6445 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
6446 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
6447 stdio_gdbserver_command.
6448 (${board}_get_remote_address, ${board}_get_comm_port)
6449 (${board}_download, ${board}_upload): Delete.
6450 (get_target_remote_pipe_cmd): New.
6451
fe68b953
SM
64522017-10-16 Simon Marchi <simon.marchi@ericsson.com>
6453
6454 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
6455 test_bkpt_deletion, test_bkpt_cond_and_cmds,
6456 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
6457 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
6458 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
6459 remove with_test_prefix.
6460
300b6685
PA
64612017-10-13 Pedro Alves <palves@redhat.com>
6462
6463 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
6464 * gdb.base/annota1.exp: Use it instead of is_remote.
6465 * gdb.base/annota3.exp: Use it instead of is_remote.
6466 * gdb.cp/annota2.exp: Use it instead of is_remote.
6467 * gdb.cp/annota3.exp: Use it instead of is_remote.
6468 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
6469
50500caf
PA
64702017-10-13 Pedro Alves <palves@redhat.com>
6471
6472 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
6473 (test_num_test_vars, run_and_count_vars, find_env)
6474 (test_set_unset_env, test_inherit_env_var): New procedures.
6475 (top level): Use them.
6476
dad0c6d2
PA
64772017-10-13 Pedro Alves <palves@redhat.com>
6478
6479 * lib/selftest-support.exp (selftest_setup): Extend comments, and
6480 also skip on stub-like targets.
6481
8b0553c1
PA
64822017-10-13 Pedro Alves <palves@redhat.com>
6483
6484 PR gdb/22293
6485 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
6486 (top level): Move some tests to ...
6487 (test_not_found): ... this new procedure.
6488 (top level): Call it.
6489
7594f623
PA
64902017-10-13 Pedro Alves <palves@redhat.com>
6491
6492 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
6493 expect different "info terminal" output if testing with a
6494 non-native target.
6495
ebe3b402
PA
64962017-10-13 Pedro Alves <palves@redhat.com>
6497 Simon Marchi <simon.marchi@polymtl.ca>
6498
6499 PR python/12966
6500 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
6501
42f1b161
PA
65022017-10-13 Pedro Alves <palves@redhat.com>
6503
6504 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
6505 already.
6506
8d6ef72b
PA
65072017-10-13 Pedro Alves <palves@redhat.com>
6508
6509 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
6510 is_remote.
6511
d7bcd5b8
PA
65122017-10-13 Pedro Alves <palves@redhat.com>
6513
6514 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
6515 is_remote.
6516
df479dc6
PA
65172017-10-13 Pedro Alves <palves@redhat.com>
6518
6519 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
6520 is set.
6521 (corefile_test_attach): Likewise. Check can_spawn_for_attach
6522 instead of is_remote.
6523
23fb630a
PA
65242017-10-13 Pedro Alves <palves@redhat.com>
6525
6526 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
6527 (top level): Add comment.
6528
cc77b1dc
PA
65292017-10-13 Pedro Alves <palves@redhat.com>
6530
6531 * gdb.base/remote.exp (top level): Fix comment typo and add
6532 missing return.
6533
27c9e813
PA
65342017-10-13 Pedro Alves <palves@redhat.com>
6535 Simon Marchi <simon.marchi@polymtl.ca>
6536
6537 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
6538 calls and add comments. Skip test if use_gdb_stub is set.
6539 (top level): Use "set cwd" command instead of "cd" command.
6540
5e830d98
PA
65412017-10-13 Pedro Alves <palves@redhat.com>
6542
6543 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
6544 is_remote target check.
6545
f5ca0032
PA
65462017-10-13 Pedro Alves <palves@redhat.com>
6547
6548 * gdb.base/scope.exp: Use build_executable + clean_restart +
6549 gdb_file_cmd instead of prepare_for_testing and no longer skip
6550 "before run" tests on is_remote target boards. Update comments.
6551 * boards/native-extended-gdbserver.exp
6552 (extended_gdbserver_load_last_file): New, factored out from ...
6553 (gdb_load): ... this. Move further below and add comment.
6554 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
6555
8aed1c0d
PA
65562017-10-12 Pedro Alves <palves@redhat.com>
6557
6558 * gdb.base/attach.exp: Remove references to gdb64.
6559 * gdb.base/dbx.exp: Remove references to gdb64.
6560
cfa34c87
SM
65612017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
6562 Pedro Alves <palves@redhat.com>
6563
6564 * gdb.base/label.exp: Remove is_remote target check.
6565
9192b7de
PA
65662017-10-12 Pedro Alves <palves@redhat.com>
6567
6568 * gdb.base/auvx.exp (coredir): Update comment.
6569 (top level) <core_works>: Use "set cwd" command instead of "cd"
6570 command.
6571
6bf0052d
PA
65722017-10-12 Pedro Alves <palves@redhat.com>
6573 Simon Marchi <simon.marchi@polymtl.ca>
6574
6575 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
6576 target boards.
6577
e48ef82d
PA
65782017-10-12 Pedro Alves <palves@redhat.com>
6579 Simon Marchi <simon.marchi@polymtl.ca>
6580
6581 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
6582 Instead skip if there's any gdb_protocol set.
6583
8d7aea57
SM
65842017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
6585 Pedro Alves <palves@redhat.com>
6586
6587 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
6588
30440677
PA
65892017-10-12 Pedro Alves <palves@redhat.com>
6590 Simon Marchi <simon.marchi@polymtl.ca>
6591
6592 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
6593 instead of on dejagnu remote boards.
6594
4e04f045 65952017-10-12 Pedro Alves <palves@redhat.com>
175654b9 6596 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
6597
6598 * gdb.base/inferior-died.exp: Remove is_remote and isnative
6599 checks. Use build_executable + clean_restart instead of
6600 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
6601 of enabling non-stop after starting gdb.
6602
871a186e
PA
66032017-10-12 Pedro Alves <palves@redhat.com>
6604
6605 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
6606 * gdb.threads/non-ldr-exc-2.exp: Ditto.
6607 * gdb.threads/non-ldr-exc-3.exp: Ditto.
6608 * gdb.threads/non-ldr-exc-4.exp: Ditto.
6609
56d704da
AK
66102017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
6611
6612 * gdb.arch/arc-tdesc-cpu.exp: New file.
6613 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
6614
2f20e312
SM
66152017-10-10 Simon Marchi <simon.marchi@ericsson.com>
6616
6617 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
6618
65630365
PA
66192017-10-10 Pedro Alves <palves@redhat.com>
6620
6621 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
6622 expect CLI output.
6623
bf469271
PA
66242017-10-10 Pedro Alves <palves@redhat.com>
6625
6626 * lib/selftest-support.exp (selftest_setup): Update for
6627 captured_command_loop's prototype change.
6628
777a42f1
PA
66292017-10-09 Pedro Alves <palves@redhat.com>
6630
6631 Test both arch1=>arch2 and arch2=>arch1.
6632
6633 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
6634 (srcfile2, binfile2, march1, march2): Remove globals. Largely
6635 factored out to...
6636 (append_arch1_options, append_arch2_options, append_arch_options)
6637 (build_executables): New procedures.
6638 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
6639 local.
6640 (top level): Add new 'first_arch' testing axis.
6641
cbd2b4e3
PA
66422017-10-09 Pedro Alves <palves@redhat.com>
6643
6644 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
6645 (barrier): New.
6646 (thread_start, all_started): New functions.
6647 (main): Spawn new thread and wait until it is scheduled.
6648 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
6649 option.
6650 (do_test): Add 'selected_thread' parameter. Run to all_started
6651 instead of main. Explicitly set the breakpoint at main. Switch
6652 to the SELECTED_THREAD thread.
6653 (top level): Test handling the exec event with either the main
6654 thread or the second thread selected.
6655
5c9e4427
PA
66562017-10-09 Pedro Alves <palves@redhat.com>
6657
6658 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
6659 logic. Move STOP marker after the value checks.
6660 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
6661 regexp.
6662
b3b7c423
SL
66632017-10-06 Sandra Loosemore <sandra@codesourcery.com>
6664
6665 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
6666
3b4b2f16
UW
66672017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
6668
6669 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
6670 integer-to-dfp conversion.
6671 * gdb.base/dfp-test.exp: Likewise.
6672
5cd63fda
PA
66732017-10-04 Pedro Alves <palves@redhat.com>
6674
6675 * gdb.multi/hangout.c: Include <unistd.h>.
6676 (hangout_loop): New function.
6677 (main): Call alarm. Call hangout_loop in a loop.
6678 * gdb.multi/hello.c: Include <unistd.h>.
6679 (hello_loop): New function.
6680 (main): Call alarm. Call hangout_loop in a loop.
6681 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
6682 inferior with the other selected.
6683
4c71c105
SM
66842017-10-04 Simon Marchi <simon.marchi@ericsson.com>
6685
6686 * gdb.mi/list-thread-groups-available.exp: New file.
6687 * gdb.mi/list-thread-groups-available.c: New file.
6688
bc3b087d
SDJ
66892017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
6690
6691 * gdb.base/set-cwd.exp: Make it available on
6692 native-extended-gdbserver.
6693
d092c5a2
SDJ
66942017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
6695
6696 * gdb.base/set-cwd.c: New file.
6697 * gdb.base/set-cwd.exp: Likewise.
6698
45320ffa
TT
66992017-10-02 Tom Tromey <tom@tromey.com>
6700
6701 PR rust/22236:
6702 * gdb.rust/simple.rs (main): New variable "fslice".
6703 * gdb.rust/simple.exp: Add slice tests. Update string tests.
6704
b3e3859b
TT
67052017-10-02 Tom Tromey <tom@tromey.com>
6706
6707 * gdb.rust/simple.exp: Test ptype of a slice.
6708
01af5e0d
TT
67092017-10-02 Tom Tromey <tom@tromey.com>
6710
6711 * gdb.rust/simple.exp: Test index of slice.
6712
a9bbfbd8
TT
67132017-09-27 Tom Tromey <tom@tromey.com>
6714
6715 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
6716
df8899e5
TP
67172017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
6718 Pedro Alves <palves@redhat.com>
6719
6720 * gdb.base/compare-sections.exp (get value of read-only section): Read
6721 as unsigned value.
6722 (corrupt read-only section): Likewise and don't set written if patching
6723 failed.
6724
757bf54b
KB
67252017-09-21 Kevin Buettner <kevinb@redhat.com>
6726
6727 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
6728 files.
6729
06871ae8
PA
67302017-09-20 Pedro Alves <palves@redhat.com>
6731
6732 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
6733 symbol names in gdb's output.
6734 * gdb.cp/overload.exp ("list all overloads"): Likewise.
6735
e5f25bc5
PA
67362017-09-20 Pedro Alves <palves@redhat.com>
6737
6738 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
6739 Rename to ...
6740 (test_list_ambiguous_symbol): ... this and add a symbol name
6741 parameter. Adjust.
6742 (test_list_ambiguous_function): Reimplement on top of
6743 test_list_ambiguous_symbol and also test listing ambiguous
6744 variables.
6745 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
6746 (ambiguous_fun): ... this.
6747 (ambiguous_var): New.
6748 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
6749 (ambiguous_fun): ... this.
6750 (ambiguous_var): New.
6751
4e5a4f58
JB
67522017-09-19 John Baldwin <jhb@FreeBSD.org>
6753
6754 * gdb.base/starti.c: New file.
6755 * gdb.base/starti.exp: New file.
6756 * lib/gdb.exp (gdb_starti_cmd): New procedure.
6757
26e53f3e
PA
67582017-09-14 Pedro Alves <palves@redhat.com>
6759
6760 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
6761 (top level): Use it instead of runto.
6762
cb791d59
TT
67632017-09-11 Tom Tromey <tom@tromey.com>
6764
6765 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
6766
7c96f8c1
TT
67672017-09-11 Tom Tromey <tom@tromey.com>
6768
6769 * gdb.python/py-infthread.exp: Add tests for new_thread event.
6770 * gdb.python/py-inferior.exp: Add tests for new inferior events.
6771
469412dd
CW
67722017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
6773
6774 * gdb.fortran/printing-types.exp: New file.
6775 * gdb.fortran/printing-types.exp: New file.
6776
e0f86435
BH
67772017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
6778
6779 * gdb.fortran/vla-ptype.exp: Fix typos.
6780 * gdb.fortran/vla-value.exp: Same.
6781
9e9af4be
BH
67822017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
6783
6784 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
6785 * gdb.mi/mi-var-child-f.exp: Likewise.
6786 * gdb.mi/mi-vla-fortran.exp: Likewise.
6787
a5ad232b 67882017-09-08 Frank Penczek <frank.penczek@intel.com>
e79be6e5
SM
6789 Christoph Weinmann <christoph.t.weinmann@intel.com>
6790 Bernhard Heckel <bernhard.heckel@intel.com>
a5ad232b
FP
6791
6792 * gdb.fortran/ptr-indentation.f90: New file.
6793 * gdb.fortran/ptr-indentation.exp: New file.
6794
5aec60eb
TT
67952017-09-05 Tom Tromey <tom@tromey.com>
6796
6797 PR gdb/22010:
6798 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
6799
8f8f8152
TP
68002017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
6801
6802 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
6803
fbd1b771
JK
68042017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6805
6806 * gdb.threads/tls-nodebug-pie.c: New file.
6807 * gdb.threads/tls-nodebug-pie.exp: New file.
6808
5eb5f850
TT
68092017-09-05 Tom Tromey <tom@tromey.com>
6810
6811 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
6812 for rust.
6813
ae780a21
SM
68142017-09-05 Simon Marchi <simon.marchi@ericsson.com>
6815
6816 * gdb.multi/multi-arch-exec.exp: Test with different
6817 "follow-exec-mode" settings.
6818 (do_test): New procedure.
6819
3693fdb3
PA
68202017-09-04 Pedro Alves <palves@redhat.com>
6821
6822 * gdb.base/func-static.c (S::method const, S::method volatile)
6823 (S::method volatile const): New methods.
6824 (c_s, v_s, cv_s): New instances.
6825 (main): Call method() on them.
6826 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
6827 (cannot_resolve): New procedure.
6828 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
6829 print-quote-unquoted columns.
6830 (do_test): Test printing each scope too.
6831
e68cb8e0
PA
68322017-09-04 Pedro Alves <palves@redhat.com>
6833
6834 * gdb.base/local-static.exp: Also test with
6835 class::method::variable wholly quoted.
6836 * gdb.cp/m-static.exp (class::method::variable): Remove test.
6837
858be34c
PA
68382017-09-04 Pedro Alves <palves@redhat.com>
6839
6840 * gdb.base/local-static.c: New.
6841 * gdb.base/local-static.cc: New.
6842 * gdb.base/local-static.exp: New.
6843
46a4882b
PA
68442017-09-04 Pedro Alves <palves@redhat.com>
6845
6846 * gdb.asm/asm-source.exp: Add casts to int.
6847 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
6848 (dataglobal64_1, dataglobal64_2): New globals.
6849 * gdb.base/nodebug.exp: Test different expressions involving the
6850 new globals, with print, whatis and ptype. Add casts to int.
6851 * gdb.base/solib-display.exp: Add casts to int.
6852 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
6853 * gdb.cp/m-static.exp: Add cast to int.
6854 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
6855 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
6856 tls variable with no debug info without a cast. Test with a cast
6857 to int too.
6858 * gdb.trace/entry-values.exp: Add casts.
6859
2c5a2be1
PA
68602017-09-04 Pedro Alves <palves@redhat.com>
6861
6862 * gdb.base/nodebug.exp: Test that ptype's error about functions
6863 with unknown return type includes the function name too.
6864
7022349d
PA
68652017-09-04 Pedro Alves <palves@redhat.com>
6866
6867 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
6868 return type of munmap in infcall.
6869 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
6870 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
6871 type of ftell in infcall.
6872 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
6873 type of getpid in infcall.
6874 * gdb.base/infcall-exec.exp: Cast return type of execlp in
6875 infcall.
6876 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
6877 Bail on failure to extract the pid.
6878 * gdb.base/nodebug.c: #include <stdint.h>.
6879 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
6880 New functions.
6881 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
6882 Change expected output of print/whatis/ptype with functions with
6883 no debug info. Test all supported languages. Call
6884 test_call_promotion.
6885 * gdb.compile/compile.exp: Adjust expected output to expect
6886 warning.
6887 * gdb.threads/siginfo-threads.exp: Likewise.
6888
54990598
PA
68892017-09-04 Pedro Alves <palves@redhat.com>
6890
6891 * gdb.base/callfuncs.exp (do_function_calls): New parameter
6892 "prototypes". Test calling float functions via prototyped and
6893 unprototyped function pointers.
6894 (perform_all_tests): New parameter "prototypes". Pass it down.
6895 (top level): Pass down "prototypes" parameter to
6896 perform_all_tests.
6897
34d16ea2
SM
68982017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6899
6900 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
6901 Test with nested loops.
6902
9521ecda
SM
69032017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6904
6905 * gdb.base/commands.exp: Call the new procedures.
6906 (loop_break_test, loop_continue_test): New procedures.
6907
80a65e9b
SM
69082017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6909
6910 * gdb.base/commands.exp: Call new procedure.
6911 (define_if_without_arg_test): New procedure.
6912
e439fa14
PA
69132017-09-04 Pedro Alves <palves@redhat.com>
6914
6915 * gdb.base/list-ambiguous.exp: New file.
6916 * gdb.base/list-ambiguous0.c: New file.
6917 * gdb.base/list-ambiguous1.c: New file.
6918 * gdb.base/list.exp (test_list_range): Adjust expected output.
6919
0a2dde4a
SDJ
69202017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
6921
6922 * gdb.base/share-env-with-gdbserver.c: New file.
6923 * gdb.base/share-env-with-gdbserver.exp: Likewise.
6924
5e89eb3a
SM
69252017-08-28 Simon Marchi <simon.marchi@ericsson.com>
6926
6927 * gdb.base/commands.exp (gdbvar_simple_if_test,
6928 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
6929 progvar_simple_if_test, progvar_simple_while_test,
6930 progvar_complex_if_while_test, user_defined_command_test,
6931 user_defined_command_args_eval,
6932 user_defined_command_args_stack_test,
6933 user_defined_command_manyargs_test, bp_deleted_in_command_test,
6934 temporary_breakpoint_commands,
6935 gdb_test_no_prompt, redefine_hook_test,
6936 redefine_backtrace_test): Remove "global gdb_prompt".
6937
fd437cbc
SM
69382017-08-28 Simon Marchi <simon.marchi@ericsson.com>
6939
6940 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
6941 New proc, call it from toplevel.
6942
87215ad1
SDJ
69432017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
6944
6945 PR remote/21852
6946 * gdb.server/normal.c: New file, copied from gdb.base.
6947 * gdb.server/run-without-local-binary.exp: New file.
6948
58afddc6
WP
69492017-08-07 Weimin Pan <weimin.pan@oracle.com>
6950
6951 * gdb.arch/sparc64-adi.exp: New file.
6952 * gdb.arch/sparc64-adi.c: New file.
6953
5277199a
PA
69542017-08-22 Pedro Alves <palves@redhat.com>
6955
6956 * gdb.cp/overload.exp (line_range_pattern): New procedure.
6957 (top level): Add "list all overloads" tests.
6958
14278e1f
TT
69592017-08-22 Tom Tromey <tom@tromey.com>
6960
6961 * gdb.gdb/xfullpath.exp: Remove.
6962
bf223d3e
PA
69632017-08-21 Pedro Alves <palves@redhat.com>
6964
6965 PR gdb/19487
6966 * gdb.base/symbol-alias.c: New.
6967 * gdb.base/symbol-alias2.c: New.
6968 * gdb.base/symbol-alias.exp: New.
6969
c973d0aa
PA
69702017-08-21 Pedro Alves <palves@redhat.com>
6971
6972 * gdb.base/dfp-test.c
6973 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
6974 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
6975 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
6976 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
6977 * gdb.base/whatis-ptype-typedefs.c: New.
6978 * gdb.base/whatis-ptype-typedefs.exp: New.
6979 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
6980 (an_int, an_int_type, an_int_type2): New globals.
6981 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
6982 involving typedefs and cast expressions.
6983 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
6984 (lookup_typedefs_function): New.
6985 (typedefs_pretty_printers_dict): New.
6986 (top level): Register lookup_typedefs_function in
6987 gdb.pretty_printers.
6988
6d580b63
YQ
69892017-08-18 Yao Qi <yao.qi@linaro.org>
6990
6991 * gdb.server/unittest.exp: New.
6992
206726fb
SDJ
69932017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
6994
6995 PR gdb/21954
6996 * gdb.base/environ.exp: Add test to check if 'unset environment'
6997 works.
6998
bf0ec4c2
AA
69992017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7000
7001 * lib/gdb.exp (universal_compile_options): New caching proc.
7002 (gdb_compile): Suppress GCC's coloring of messages.
7003
d6382fff
TT
70042017-08-14 Tom Tromey <tom@tromey.com>
7005
7006 PR gdb/21675:
7007 * gdb.base/printcmds.exp (test_radices): New function.
7008 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
7009 * gdb.base/sizeof.exp (check_valueof): Use p/d.
7010 * lib/gdb.exp (get_integer_valueof): Use p/d.
7011
c2c2dd9f
SM
70122017-08-12 Simon Marchi <simon.marchi@ericsson.com>
7013
7014 * lib/gdb.exp (get_valueof): Don't capture end-of-line
7015 characters.
7016
fdffd6f4
TT
70172017-08-05 Tom Tromey <tom@tromey.com>
7018
7019 * gdb.rust/simple.exp: Allow String to appear in a different
7020 namespace.
7021
27d41eac
YQ
70222017-07-26 Yao Qi <yao.qi@linaro.org>
7023
7024 * gdb.gdb/unittest.exp: Invoke command
7025 "maintenance check xml-descriptions".
7026
031ed05d
AA
70272017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7028
7029 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
7030 calling context.
7031 (hex128): Drop erroneous calculation of parameters.
7032
dcd27ddf
SM
70332017-07-22 Simon Marchi <simon.marchi@ericsson.com>
7034
7035 * gdb.python/py-unwind.exp: Disable stack protection when
7036 building test file.
7037
47e77640
PA
70382017-07-20 Pedro Alves <palves@redhat.com>
7039
7040 * gdb.base/default.exp (set language): Adjust expected output.
7041
62d2a18a
PA
70422017-07-20 Pedro Alves <palves@redhat.com>
7043
7044 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
7045 (test_minsym): ... this, and make static.
7046 (get_pck__foo__bar__minsym): Rename to ...
7047 (get_test_minsym): ... this.
7048 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
7049 symbol names and comments.
7050 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
7051 (get_test_minsym): ... this.
7052 (pck__foo__bar__minsym__2): Rename to ...
7053 (test_minsym): ... this.
7054 (main): Adjust.
7055
c45ec17c
PA
70562017-07-17 Pedro Alves <palves@redhat.com>
7057
7058 * gdb.base/completion.exp: Adjust expected output.
7059 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
7060 the completer works.
7061
c6756f62
PA
70622017-07-17 Pedro Alves <palves@redhat.com>
7063
7064 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
7065
5bd68487
AB
70662017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
7067
7068 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
7069
8880f2a9
TT
70702017-07-14 Tom Tromey <tom@tromey.com>
7071
7072 PR rust/21764:
7073 * gdb.rust/simple.exp: Add tests.
7074
65547233
TT
70752017-07-14 Tom Tromey <tom@tromey.com>
7076
7077 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
7078
8f14146e
PA
70792017-07-14 Pedro Alves <palves@redhat.com>
7080
7081 * gdb.linespec/base/one/thefile.cc (z1): New function.
7082 * gdb.linespec/base/two/thefile.cc (z2): New function.
7083 * gdb.linespec/linespec.exp: Add tests.
7084
b4365d02
AB
70852017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
7086
7087 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
7088 to mi_create_breakpoint.
7089
5d2cbaa5
AB
70902017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
7091
7092 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
7093 mi_create_breakpoint.
7094
11cb5716
IB
70952017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
7096
7097 * gdb.dlang/demangle.exp: Update for demangling changes.
7098
03278692
TT
70992017-07-09 Tom Tromey <tom@tromey.com>
7100
7101 * gdb.dwarf2/shortpiece.exp: New file.
7102
33c5cd75
DB
71032017-07-06 David Blaikie <dblaikie@gmail.com>
7104
7105 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
7106 built from fissiont-multi-cu{1,2}.c.
7107 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
7108 except putting 'main' and 'func' in separate CUs in the same DWO file.
7109 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
7110 test.
7111 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
7112 test.
7113
8455d262
PA
71142017-07-06 Pedro Alves <palves@redhat.com>
7115
7116 * gdb.python/py-unwind.exp: Test flushregs.
7117
dc4bde35
SDJ
71182017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
7119
7120 PR cli/21688
7121 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
7122 tests for alias commands and trailing whitespace.
7123
51ed89aa
SDJ
71242017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
7125
7126 PR cli/21688
7127 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
7128 procedure. Call it.
7129
eb17d413
PA
71302017-06-29 Pedro Alves <palves@redhat.com>
7131
7132 * gdb.base/printcmds.exp: Add tests.
7133
41664b45
DG
71342017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
7135
7136 PR gdb/21337
7137 * gdb.base/reread-readsym.exp: New file.
7138 * gdb.base/reread-readsym.c: New file.
7139
75312ae3
KB
71402017-06-21 Kevin Buettner <kevinb@redhat.com>
7141
7142 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
7143 subpattern.
7144
66953522
PB
71452017-06-19 Peter Bergner <bergner@vnet.ibm.com>
7146
7147 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
7148 extended mnemonic.
7149 * gdb.arch/powerpc-power9.s: Likewise.
7150
5524b525
AA
71512017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7152
7153 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
7154 on 32-bit x86 targets. Exploit is_*_target macros where
7155 appropriate.
7156
03c8af18
AA
71572017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7158
7159 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
7160 register pieces.
7161
3bf31011
AA
71622017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7163
7164 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
7165 located in one or more DWARF pieces.
7166
805acca0
AA
71672017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7168
7169 * lib/gdb.exp (get_endianness): New proc.
7170 * gdb.arch/aarch64-fp.exp: Use it.
7171 * gdb.arch/altivec-regs.exp: Likewise.
7172 * gdb.arch/e500-regs.exp: Likewise.
7173 * gdb.arch/vsx-regs.exp: Likewise.
7174 * gdb.base/dump.exp: Likewise.
7175 * gdb.base/funcargs.exp: Likewise.
7176 * gdb.base/gnu_vector.exp: Likewise.
7177 * gdb.dwarf2/formdata16.exp: Likewise.
7178 * gdb.dwarf2/implptrpiece.exp: Likewise.
7179 * gdb.dwarf2/nonvar-access.exp: Likewise.
7180 * gdb.python/py-inferior.exp: Likewise.
7181 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
7182
e9352324
AA
71832017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7184
7185 PR gdb/21226
7186 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
7187 stack value pieces are taken from the LSB end.
7188
d5d1163e
AA
71892017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7190
7191 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
7192 variable at nonzero offset.
7193
0567c986
AA
71942017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7195
7196 * gdb.dwarf2/var-access.c: New file.
7197 * gdb.dwarf2/var-access.exp: New test.
7198 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
7199
973e9aab
TT
72002017-06-12 Tom Tromey <tom@tromey.com>
7201
7202 * gdb.dwarf2/formdata16.exp: Add tests.
7203
d9109c80
TT
72042017-06-12 Tom Tromey <tom@tromey.com>
7205
7206 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
7207
30a25466
TT
72082017-06-12 Tom Tromey <tom@tromey.com>
7209
7210 PR exp/16225:
7211 * gdb.reverse/i386-sse-reverse.exp: Update tests.
7212 * gdb.arch/vsx-regs.exp: Update tests.
7213 * gdb.arch/s390-vregs.exp (hex128): New proc.
7214 Update test.
7215 * gdb.arch/altivec-regs.exp: Update tests.
7216
aefd8b33
SDJ
72172017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
7218
7219 * gdb.base/startup-with-shell.c: New file.
7220 * gdb.base/startup-with-shell.exp: Likewise.
7221
2090129c
SDJ
72222017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
7223
7224 * gdb.server/non-existing-program.exp: Update regex in order to
7225 reflect the fact that gdbserver is now using fork_inferior (with a
7226 shell) to startup the inferior.
7227
8e86a419
SM
72282017-05-30 Simon Marchi <simon.marchi@ericsson.com>
7229
7230 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
7231 support function calls from GDB.
7232
e6cf65f2
TT
72332017-05-21 Tom Tromey <tom@tromey.com>
7234
7235 PR rust/21466:
7236 * gdb.rust/unsized.exp: New file.
7237 * gdb.rust/unsized.rs: New file.
7238
43cc5389
TT
72392017-05-19 Tom Tromey <tom@tromey.com>
7240
7241 PR rust/21484:
7242 * gdb.rust/watch.exp: New file.
7243 * gdb.rust/watch.rs: New file.
7244
ec8df234
TT
72452017-05-18 Tom Tromey <tom@tromey.com>
7246
7247 * gdb.rust/simple.exp: Allow Box to be qualified.
7248
3e3e7fae
TP
72492017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
7250
7251 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
7252
59cc050d
PA
72532017-05-18 Pedro Alves <palves@redhat.com>
7254
7255 * gdb.base/fileio.c (test_write, test_read, test_close)
7256 (test_fstat): Don't print 'ret' in the fail path.
7257
c8f6abd1
PA
72582017-05-18 Pedro Alves <palves@redhat.com>
7259
7260 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
7261 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
7262 (test_system, test_rename, test_unlink, test_time): Change
7263 prototypes.
7264 * gdb.base/fileio.exp (stop_msg): Adjust.
7265
d2a03b77
PA
72662017-05-18 Pedro Alves <palves@redhat.com>
7267
7268 * gdb.base/fileio.c (null_str): New global.
7269 (test_stat): Use it.
7270 * gdb.base/fileio.exp: Remove nowarnings.
7271
0d5c6999
YQ
72722017-05-17 Yao Qi <yao.qi@linaro.org>
7273
7274 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
7275
21873064
YQ
72762017-05-17 Simon Marchi <simon.marchi@ericsson.com>
7277
7278 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
7279 argument command.
7280 (top-level): Invoke test_set_inferior_tty.
7281
d512d31c
PA
72822017-05-04 Pedro Alves <palves@redhat.com>
7283
7284 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
7285 Add parens to print call for Python 3.
7286
90cef2ed
KS
72872017-05-03 Keith Seitz <keiths@redhat.com>
7288
7289 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
7290 (main): Call it.
7291
14f819c8
TW
72922017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7293
7294 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
7295 to prev and next.
7296
913aeadd
TW
72972017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7298
7299 * gdb.python/py-record-btrace.exp: Remove test for
7300 gdb.BtraceInstruction.error.
7301
a3be24ad
TW
73022017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7303
7304 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
7305
ae20e79a
TW
73062017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7307
7308 * gdb.python/py-record-btrace-threads.c: New file.
7309 * gdb.python/py-record-btrace-threads.exp: New file.
7310
45ce1b47
SDJ
73112017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
7312
7313 PR testsuite/8595
7314 * gdb.base/environ.exp: Make test available in all architectures.
7315 Move bits related to "info program" testing to
7316 gdb.base/info-program.exp. Rewrite tests to use the two new
7317 procedures mentione below.
7318 (test_set_show_env_var) New procedure.
7319 (test_set_show_env_var_equal): Likewise.
7320 * gdb.base/info-program.exp: New file.
7321
e15c3eb4
KS
73222017-04-27 Keith Seitz <keiths@redhat.com>
7323
7324 * gdb.cp/oranking.cc (test15): New function.
7325 (main): Call test15 and declare additional variables for testing.
7326 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
7327 "p foo101('abc')" tests.
7328 Add tests for cv qualifier overloads.
7329 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
7330 "lvalue reference overload" test.
7331 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
7332 "print value of f1 on Child&& in f2" test.
7333
3a3fd0fd
PA
73342017-04-19 Pedro Alves <palves@redhat.com>
7335
7336 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
7337 procedure.
7338 (top level): Call it.
7339 * lib/gdb.exp (gdb_define_cmd): New procedure.
7340
53375380
PA
73412017-04-12 Pedro Alves <palves@redhat.com>
7342
7343 PR gdb/21323
7344 * gdb.cp/wide_char_types.c: Include <wchar.h>.
7345 (wchar): New global.
7346 * gdb.cp/wide_char_types.exp (wide_char_types_program)
7347 (do_test_wide_char, wide_char_types_no_program, top level): Add
7348 wchar_t testing.
7349
53e710ac
PA
73502017-04-12 Pedro Alves <palves@redhat.com>
7351
7352 PR c++/21323
7353 * gdb.cp/wide_char_types.c: New file.
7354 * gdb.cp/wide_char_types.exp: New file.
7355
0ad9d8c7
SDJ
73562017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
7357
7358 PR gdb/21352
7359 * gdb.trace/tsv.exp: Add test for "tsave -r".
7360
b1b45502
IB
73612017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
7362
7363 * gdb.dlang/watch-loc.c: New file.
7364 * gdb.dlang/watch-loc.exp: New file.
7365
ec13808e
JK
73662017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7367
7368 * gdb.python/py-section-script.exp (sepdebug): New testcases.
7369
fe5f7374
AK
73702017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
7371
7372 * gdb.arch/arc-analyze-prologue.S: New file.
7373 * gdb.arch/arc-analyze-prologue.exp: Likewise.
7374
eea78757
AK
73752017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
7376
7377 * gdb.arch/arc-decode-insn.S: New file.
7378 * gdb.arch/arc-decode-insn.exp: Likewise.
7379
5badf10a
IR
73802017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
7381
7382 PR tdep/20928
7383 * gdb.arch/sparc64-regs.exp: New file.
7384 * gdb.arch/sparc64-regs.S: Likewise.
7385
cee59b3f
TW
73862017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
7387
7388 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
7389 and memory view on Python 3.
7390
c0f55cc6
AV
73912017-03-20 Artemiy Volkov <artemiyv@acm.org>
7392 Keith Seitz <keiths@redhat.com>
7393
7394 PR gdb/14441
7395 * gdb.cp/demangle.exp: Add rvalue reference tests.
7396 * gdb.cp/rvalue-ref-casts.cc: New file.
7397 * gdb.cp/rvalue-ref-casts.exp: New file.
7398 * gdb.cp/rvalue-ref-overload.cc: New file.
7399 * gdb.cp/rvalue-ref-overload.exp: New file.
7400 * gdb.cp/rvalue-ref-params.cc: New file.
7401 * gdb.cp/rvalue-ref-params.exp: New file.
7402 * gdb.cp/rvalue-ref-sizeof.cc: New file.
7403 * gdb.cp/rvalue-ref-sizeof.exp: New file.
7404 * gdb.cp/rvalue-ref-types.cc: New file.
7405 * gdb.cp/rvalue-ref-types.exp: New file.
7406 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
7407 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
7408
51457a05
MAL
74092017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
7410
7411 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
7412 New procedure.
7413
5b291c04
MAL
74142017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
7415
7416 * lib/mi-support.exp (mi_gdb_test): Add additional message
7417 for unexpected output.
7418
59a56148
AA
74192017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
7420
7421 * gdb.base/examine-backward.c (Barrier): New character array
7422 constant, to ensure that TestStrings is preceded by a string
7423 terminator.
7424
7942e96e
AA
74252017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7426
7427 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
7428 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
7429 and implicit pointer into such a location.
7430
6ebac3fb
DE
74312017-03-16 Doug Evans <dje@google.com>
7432
7433 * gdb.python/py-lazy-string (pointer): Really add new typedef.
7434
ec3b243d
TP
74352017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
7436
7437 * gdb.cp/m-static.exp: Fix expectation for prototype of
7438 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
7439
74402017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
7441
7442 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
7443 * gdb.guile/scm-lazy-string.c: New file.
7444 * gdb.guile/scm-value.exp: Move lazy string tests to ...
7445 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
7446 for pointer, array, typedef lazy strings.
7447
2cc36e25 74482017-03-16 Doug Evans <dje@google.com>
34b43320
DE
7449
7450 PR python/17728, python/18439, python/18779
7451 * gdb.python/py-value.c (main) Delete locals sptr, sn.
7452 * gdb.python/py-lazy-string.c (pointer): New typedef.
7453 (main): New locals ptr, array, typedef_ptr.
7454 * gdb.python/py-value.exp: Move lazy string tests to ...
7455 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
7456 array, typedef lazy strings.
ec3b243d 7457
0efcde63
AK
74582017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
7459
7460 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
7461 Add optional 'test' parameter.
7462
7978d7c3
SM
74632017-03-13 Simon Marchi <simon.marchi@ericsson.com>
7464
7465 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
7466 Skip for versions of DejaGnu < 1.5.
7467
896c0c1e
SM
74682017-03-13 Simon Marchi <simon.marchi@ericsson.com>
7469
7470 * lib/gdb.exp (dejagnu_version): New proc.
7471 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
7472 Use dejagnu_version.
7473
5f4d1085
KS
74742017-03-10 Keith Seitz <keiths@redhat.com>
7475
7476 PR c++/8128
7477 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
7478 type from destructor regexps.
7479 Add a branch which actually passes the test.
7480 Adjust "ptype t5i" test names.
7481
1de05205
PA
74822017-03-08 Pedro Alves <palves@redhat.com>
7483
7484 * gdb.base/step-over-exit.exp: Add explicit test message.
7485
c65d6b55
PA
74862017-03-08 Pedro Alves <palves@redhat.com>
7487
7488 PR gdb/18360
7489 * gdb.threads/interrupt-while-step-over.c: New file.
7490 * gdb.threads/interrupt-while-step-over.exp: New file.
7491
2e86a283
PA
74922017-03-08 Pedro Alves <palves@redhat.com>
7493
7494 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
7495 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
7496
25dcbff6
PA
74972017-03-08 Pedro Alves <palves@redhat.com>
7498
7499 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
7500 PKRU as not supported as a PASS.
7501
dc9366eb
PA
75022017-03-08 Pedro Alves <palves@redhat.com>
7503
7504 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
7505 prefix instead of $binfile1/$binfile2.
7506 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
7507 in test message.
7508 * gdb.python/py-completion.exp: Use "load python file" as test
7509 messages instead of unstable path names.
7510
6e5d74e7
PA
75112017-03-08 Pedro Alves <palves@redhat.com>
7512 Jan Kratochvil <jan.kratochvil@redhat.com>
7513
7514 PR cli/21218
7515 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
7516 New proc.
7517 (top level): Call it.
7518
9753a2f6
PA
75192017-03-08 Pedro Alves <palves@redhat.com>
7520
7521 PR tui/21216
7522 * gdb.tui/tui-nl-filtered-output.exp: New file.
7523
1a4dd9dd
PA
75242017-03-08 Pedro Alves <palves@redhat.com>
7525
7526 * gdb.base/completion.exp: Move TUI completion tests to ...
7527 * gdb.tui/completion.exp: ... this new file.
7528
7cbbff33
PA
75292017-03-08 Pedro Alves <palves@redhat.com>
7530
7531 * gdb.base/tui-disasm-long-lines.c,
7532 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
7533 gdb.base/tui-layout.exp: Move to ...
7534 * gdb.tui/: ... this new directory.
7535
5f6fd321
PA
75362017-03-07 Pedro Alves <palves@redhat.com>
7537
7538 * gdb.base/tui-layout.c: New file.
7539 * gdb.base/tui-layout.exp: New file.
7540
44959fa8
PA
75412017-03-07 Pedro Alves <palves@redhat.com>
7542
7543 * gdb.base/tui-layout.c: Rename to ...
7544 * gdb.base/tui-disasm-long-lines.c: ... this.
7545 * gdb.base/tui-layout.exp: Rename to ...
7546 * gdb.base/tui-disasm-long-lines.exp: ... this.
7547
f8c4e718
PA
75482017-03-07 Pedro Alves <palves@redhat.com>
7549
7550 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
7551
6dbb839a 75522017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
7553
7554 * i386-mpx-call.c: New file.
7555 * i386-mpx-call.exp: New file.
7556
65b48a81
PB
75572017-02-28 Peter Bergner <bergner@vnet.ibm.com>
7558
7559 * gdb.arch/powerpc-power.exp: Delete test.
7560 * gdb.arch/powerpc-power.s: Likewise.
7561 * gdb.disasm/disassembler-options.exp: New test.
7562 * gdb.arch/powerpc-altivec.exp: Likewise.
7563 * gdb.arch/powerpc-altivec.s: Likewise.
7564 * gdb.arch/powerpc-altivec2.exp: Likewise.
7565 * gdb.arch/powerpc-altivec2.s: Likewise.
7566 * gdb.arch/powerpc-altivec3.exp: Likewise.
7567 * gdb.arch/powerpc-altivec3.s: Likewise.
7568 * gdb.arch/powerpc-power7.exp: Likewise.
7569 * gdb.arch/powerpc-power7.s: Likewise.
7570 * gdb.arch/powerpc-power8.exp: Likewise.
7571 * gdb.arch/powerpc-power8.s: Likewise.
7572 * gdb.arch/powerpc-power9.exp: Likewise.
7573 * gdb.arch/powerpc-power9.s: Likewise.
7574 * gdb.arch/powerpc-vsx.exp: Likewise.
7575 * gdb.arch/powerpc-vsx.s: Likewise.
7576 * gdb.arch/powerpc-vsx2.exp: Likewise.
7577 * gdb.arch/powerpc-vsx2.s: Likewise.
7578 * gdb.arch/powerpc-vsx3.exp: Likewise.
7579 * gdb.arch/powerpc-vsx3.s: Likewise.
7580 * gdb.arch/arm-disassembler-options.exp: Likewise.
7581 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
7582 * gdb.arch/s390-disassembler-options.exp: Likewise.
7583
17cd4947
LM
75842017-02-23 Luis Machado <lgustavo@codesourcery.com>
7585
7586 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
7587 (check_supported_features): ... this. Changed return type to void.
7588 (supports_rdseed): New static global.
7589 (rdseed): Check supports_rdseed.
7590 (initialize): Call check_supported_features.
7591
2039d74e
EBM
75922017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7593
7594 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
7595 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
7596 and lqarx/stqcx.
7597 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
7598 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
7599
a51d7ecf
EBM
76002017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7601
7602 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
7603 uppercase.
7604
0224619f
JK
76052017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7606
7607 * gdb.dwarf2/formdata16.c: New file.
7608 * gdb.dwarf2/formdata16.exp: New file.
7609 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
7610
216f72a1
JK
76112017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7612
7613 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
7614 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
7615 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
7616 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
7617 DW_AT_GNU_*.
7618
43988095
JK
76192017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7620
7621 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
7622
99e8a4f9
SDJ
76232017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
7624
7625 PR gdb/21164
7626 * gdb.base/maint.exp: Add testcases for when the commands do
7627 not have arguments.
7628
b58a8c0c
TP
76292017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
7630
7631 * gdb.cp/chained-calls.exp: Use p instead of P.
7632
4e746bb6
TW
76332017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
7634
7635 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
7636 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
7637
3f77c769
TT
76382017-02-14 Tom Tromey <tom@tromey.com>
7639
7640 PR python/13598:
7641 * gdb.python/py-events.exp: Add before_prompt event tests.
7642
075beec0
AA
76432017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7644
7645 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
7646
bf5f525c
LM
76472017-02-13 Luis Machado <lgustavo@codesourcery.com>
7648
7649 * gdb.linespec/explicit.c (my_unique_function_name): New function.
7650 (main): Call my_unique_function_name.
7651 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
7652 completion of patterns with a single match.
7653 Add missing -re switches to gdb_test_multiple calls.
7654
13a66184
LM
76552017-02-13 Luis Machado <lgustavo@codesourcery.com>
7656
7657 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
7658 return if core file is not recognized.
7659
26a06916
SM
76602017-02-10 Simon Marchi <simon.marchi@ericsson.com>
7661
7662 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
7663 and extra UIs.
7664
b761ca9e
SM
76652017-02-10 Simon Marchi <simon.marchi@ericsson.com>
7666
7667 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
7668 proc_with_prefix.
7669
b964bee0
TT
76702017-02-10 Tom Tromey <tom@tromey.com>
7671
7672 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
7673
18da0c51
MG
76742017-02-10 Martin Galvan <martingalvan@sourceware.org>
7675
7676 PR gdb/21122
7677 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
7678
604c4576
JG
76792017-02-08 Jerome Guitton <guitton@adacore.com>
7680
7681 * gdb.base/define.exp: Add test for command abbreviations
7682 in define.
7683
20b477a7
LM
76842017-02-06 Luis Machado <lgustavo@codesourcery.com>
7685
7686 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
7687 * gdb.reverse/insn-reverse-x86.c: New file.
7688
3f7b46f2
IR
76892017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
7690
7691 PR tdep/20936
7692 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
7693
f0fd41c1
TT
76942017-02-03 Tom Tromey <tom@tromey.com>
7695
7696 PR rust/21097:
7697 * gdb.rust/simple.exp: Add new tests.
7698
5be5dbf0
PA
76992017-02-02 Pedro Alves <palves@redhat.com>
7700
7701 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
7702 tests.
7703
7346ef59
AA
77042017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
7705
7706 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
7707 taking a 2-byte value out of a 4-byte DWARF implicit value on
7708 big-endian targets.
7709 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
7710 logic. Add test cases for DW_OP_implicit.
7711
787f0025
MM
77122017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7713
7714 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
7715
68777c29
MM
77162017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7717
7718 * gdb.btrace/enable.exp: Call gdb_exit before
7719 skip_gdbserver_tests.
7720
0a1c7e28
MM
77212017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7722
7723 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
7724 GDBFLAGS.
7725
b5ac99b0
MM
77262017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7727
7728 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
7729 the test is skipped.
7730 * gdb.btrace/data.exp: Likewise.
7731 * gdb.btrace/delta.exp: Likewise.
7732 * gdb.btrace/dlopen.exp: Likewise.
7733 * gdb.btrace/enable-running.exp: Likewise.
7734 * gdb.btrace/enable.exp: Likewise.
7735 * gdb.btrace/exception.exp: Likewise.
7736 * gdb.btrace/function_call_history.exp: Likewise.
7737 * gdb.btrace/gcore.exp: Likewise.
7738 * gdb.btrace/instruction_history.exp: Likewise.
7739 * gdb.btrace/multi-thread-step.exp: Likewise.
7740 * gdb.btrace/nohist.exp: Likewise.
7741 * gdb.btrace/non-stop.exp: Likewise.
7742 * gdb.btrace/reconnect.exp: Likewise.
7743 * gdb.btrace/record_goto-step.exp: Likewise.
7744 * gdb.btrace/record_goto.exp: Likewise.
7745 * gdb.btrace/rn-dl-bind.exp: Likewise.
7746 * gdb.btrace/segv.exp: Likewise.
7747 * gdb.btrace/step.exp: Likewise.
7748 * gdb.btrace/stepi.exp: Likewise.
7749 * gdb.btrace/tailcall-only.exp: Likewise.
7750 * gdb.btrace/tailcall.exp: Likewise.
7751 * gdb.btrace/tsx.exp: Likewise.
7752 * gdb.btrace/unknown_functions.exp: Likewise.
7753 * gdb.btrace/vdso.exp: Likewise.
7754
cd4007e4
MM
77552017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7756
7757 * gdb.btrace/enable-running.c: New.
7758 * gdb.btrace/enable-running.exp: New.
7759
2735833d
WT
77602017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
7761
7762 * gdb.arch/amd64-gs_base.c: New file.
7763 * gdb.arch/amd64-gs_base.exp: New file.
7764
b51e1e94
LM
77652017-01-26 Luis Machado <lgustavo@codesourcery.com>
7766
7767 * lib/memory.exp: Remove spurious empty newlines.
7768
72ca0410
SM
77692017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
7770
7771 * gdb.python/py-bad-printers.exp: Load python file using "source".
7772 * gdb.python/py-events.exp: Likewise.
7773 * gdb.python/py-evsignal.exp: Likewise.
7774 * gdb.python/py-evthreads.exp: Likewise.
7775 * gdb.python/py-frame-args.exp: Likewise.
7776 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
7777 * gdb.python/py-framefilter-mi.exp: Likewise.
7778 * gdb.python/py-framefilter.exp: Likewise.
7779 * gdb.python/py-mi.exp: Likewise.
7780 * gdb.python/py-pp-maint.exp: Likewise.
7781 * gdb.python/py-pp-registration.exp: Likewise.
7782 * gdb.python/py-prettyprint.exp: Likewise.
7783 (run_lang_tests): Likewise.
7784 * gdb.python/py-typeprint.exp: Likewise.
7785
e309aa65
LM
77862017-01-26 Luis Machado <lgustavo@codesourcery.com>
7787
7788 * lib/memory.exp: New file.
7789 * lib/gdb.exp: Load memory.exp.
7790 * gdb.base/memattr.exp (delete_memory): Move proc to
7791 lib/memory.exp and rename to delete_memory_regions.
7792 Replace delete_memory with delete_memory_regions.
7793 Cleanup memory regions before tests.
7794 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
7795 before tests.
7796
515aff23
LM
77972017-01-26 Luis Machado <lgustavo@codesourcery.com>
7798
7799 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
7800 files.
7801 (initialize): New function conditionally defined.
7802 (testcases): Move within conditional block.
7803 (main): Call initialize.
7804 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
7805 of gdb.reverse/insn-reverse.c.
7806 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
7807 gdb.reverse/insn-reverse.c.
7808
d8b49cf0
YQ
78092017-01-26 Yao Qi <yao.qi@linaro.org>
7810
7811 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
7812 disassemble on address 0.
7813
f13a9a0c
YQ
78142017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
7815 Yao Qi <yao.qi@linaro.org>
7816
7817 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
7818 * gdb.dwarf2/implptr-64bit.S: Remove.
7819 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
7820 variables in caller's context. Add DW_OP_implicit_value.
7821
5ac95241
YQ
78222017-01-25 Yao Qi <yao.qi@linaro.org>
7823
7824 * lib/dwarf.exp (Dwarf::_location): Handle
7825 DW_OP_GNU_implicit_pointer with proper size.
7826
23e82930
LM
78272017-01-20 Luis Machado <lgustavo@codesourcery.com>
7828
7829 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
7830 and add untested calls.
7831
d334ae25
LM
78322017-01-20 Luis Machado <lgustavo@codesourcery.com>
7833
7834 * gdb.python/python.exp: Check line number against what GDB thinks
7835 the line number is for func1.
7836
f5e6296e
IB
78372017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
7838
7839 * gdb.dlang/debug-expr.exp: New file.
7840
5b362f04
LM
78412016-12-23 Luis Machado <lgustavo@codesourcery.com>
7842
7843 Fix test names for the following files:
7844
7845 * gdb.ada/exec_changed.exp
7846 * gdb.ada/info_types.exp
7847 * gdb.arch/aarch64-atomic-inst.exp
7848 * gdb.arch/aarch64-fp.exp
7849 * gdb.arch/altivec-abi.exp
7850 * gdb.arch/altivec-regs.exp
7851 * gdb.arch/amd64-byte.exp
7852 * gdb.arch/amd64-disp-step.exp
7853 * gdb.arch/amd64-dword.exp
7854 * gdb.arch/amd64-entry-value-inline.exp
7855 * gdb.arch/amd64-entry-value-param.exp
7856 * gdb.arch/amd64-entry-value-paramref.exp
7857 * gdb.arch/amd64-entry-value.exp
7858 * gdb.arch/amd64-i386-address.exp
7859 * gdb.arch/amd64-invalid-stack-middle.exp
7860 * gdb.arch/amd64-invalid-stack-top.exp
7861 * gdb.arch/amd64-optimout-repeat.exp
7862 * gdb.arch/amd64-prologue-skip.exp
7863 * gdb.arch/amd64-prologue-xmm.exp
7864 * gdb.arch/amd64-stap-special-operands.exp
7865 * gdb.arch/amd64-stap-wrong-subexp.exp
7866 * gdb.arch/amd64-tailcall-cxx.exp
7867 * gdb.arch/amd64-tailcall-noret.exp
7868 * gdb.arch/amd64-tailcall-ret.exp
7869 * gdb.arch/amd64-tailcall-self.exp
7870 * gdb.arch/amd64-word.exp
7871 * gdb.arch/arm-bl-branch-dest.exp
7872 * gdb.arch/arm-disp-step.exp
7873 * gdb.arch/arm-neon.exp
7874 * gdb.arch/arm-single-step-kernel-helper.exp
7875 * gdb.arch/avr-flash-qualifier.exp
7876 * gdb.arch/disp-step-insn-reloc.exp
7877 * gdb.arch/e500-abi.exp
7878 * gdb.arch/e500-regs.exp
7879 * gdb.arch/ftrace-insn-reloc.exp
7880 * gdb.arch/i386-avx512.exp
7881 * gdb.arch/i386-bp_permanent.exp
7882 * gdb.arch/i386-byte.exp
7883 * gdb.arch/i386-cfi-notcurrent.exp
7884 * gdb.arch/i386-disp-step.exp
7885 * gdb.arch/i386-dr3-watch.exp
7886 * gdb.arch/i386-float.exp
7887 * gdb.arch/i386-gnu-cfi.exp
7888 * gdb.arch/i386-mpx-map.exp
7889 * gdb.arch/i386-mpx-sigsegv.exp
7890 * gdb.arch/i386-mpx-simple_segv.exp
7891 * gdb.arch/i386-mpx.exp
7892 * gdb.arch/i386-permbkpt.exp
7893 * gdb.arch/i386-prologue.exp
7894 * gdb.arch/i386-signal.exp
7895 * gdb.arch/i386-size-overlap.exp
7896 * gdb.arch/i386-unwind.exp
7897 * gdb.arch/i386-word.exp
7898 * gdb.arch/mips-fcr.exp
7899 * gdb.arch/powerpc-d128-regs.exp
7900 * gdb.arch/powerpc-stackless.exp
7901 * gdb.arch/ppc64-atomic-inst.exp
7902 * gdb.arch/s390-stackless.exp
7903 * gdb.arch/s390-tdbregs.exp
7904 * gdb.arch/s390-vregs.exp
7905 * gdb.arch/sparc-sysstep.exp
7906 * gdb.arch/thumb-bx-pc.exp
7907 * gdb.arch/thumb-singlestep.exp
7908 * gdb.arch/thumb2-it.exp
7909 * gdb.arch/vsx-regs.exp
7910 * gdb.asm/asm-source.exp
7911 * gdb.base/a2-run.exp
7912 * gdb.base/advance.exp
7913 * gdb.base/all-bin.exp
7914 * gdb.base/anon.exp
7915 * gdb.base/args.exp
7916 * gdb.base/arithmet.exp
7917 * gdb.base/async-shell.exp
7918 * gdb.base/async.exp
7919 * gdb.base/attach-pie-noexec.exp
7920 * gdb.base/attach-twice.exp
7921 * gdb.base/auto-load.exp
7922 * gdb.base/bang.exp
7923 * gdb.base/bitfields.exp
7924 * gdb.base/break-always.exp
7925 * gdb.base/break-caller-line.exp
7926 * gdb.base/break-entry.exp
7927 * gdb.base/break-inline.exp
7928 * gdb.base/break-on-linker-gcd-function.exp
7929 * gdb.base/break-probes.exp
7930 * gdb.base/break.exp
7931 * gdb.base/breakpoint-shadow.exp
7932 * gdb.base/call-ar-st.exp
7933 * gdb.base/call-sc.exp
7934 * gdb.base/call-signal-resume.exp
7935 * gdb.base/call-strs.exp
7936 * gdb.base/callfuncs.exp
7937 * gdb.base/catch-fork-static.exp
7938 * gdb.base/catch-gdb-caused-signals.exp
7939 * gdb.base/catch-load.exp
7940 * gdb.base/catch-signal-fork.exp
7941 * gdb.base/catch-signal.exp
7942 * gdb.base/catch-syscall.exp
7943 * gdb.base/charset.exp
7944 * gdb.base/checkpoint.exp
7945 * gdb.base/chng-syms.exp
7946 * gdb.base/code-expr.exp
7947 * gdb.base/code_elim.exp
7948 * gdb.base/commands.exp
7949 * gdb.base/completion.exp
7950 * gdb.base/complex.exp
7951 * gdb.base/cond-expr.exp
7952 * gdb.base/condbreak.exp
7953 * gdb.base/consecutive.exp
7954 * gdb.base/continue-all-already-running.exp
7955 * gdb.base/coredump-filter.exp
7956 * gdb.base/corefile.exp
7957 * gdb.base/dbx.exp
7958 * gdb.base/debug-expr.exp
7959 * gdb.base/define.exp
7960 * gdb.base/del.exp
7961 * gdb.base/disabled-location.exp
7962 * gdb.base/disasm-end-cu.exp
7963 * gdb.base/disasm-optim.exp
7964 * gdb.base/display.exp
7965 * gdb.base/duplicate-bp.exp
7966 * gdb.base/ena-dis-br.exp
7967 * gdb.base/ending-run.exp
7968 * gdb.base/enumval.exp
7969 * gdb.base/environ.exp
7970 * gdb.base/eu-strip-infcall.exp
7971 * gdb.base/eval-avoid-side-effects.exp
7972 * gdb.base/eval-skip.exp
7973 * gdb.base/exitsignal.exp
7974 * gdb.base/expand-psymtabs.exp
7975 * gdb.base/filesym.exp
7976 * gdb.base/find-unmapped.exp
7977 * gdb.base/finish.exp
7978 * gdb.base/float.exp
7979 * gdb.base/foll-exec-mode.exp
7980 * gdb.base/foll-exec.exp
7981 * gdb.base/foll-fork.exp
7982 * gdb.base/fortran-sym-case.exp
7983 * gdb.base/freebpcmd.exp
7984 * gdb.base/func-ptr.exp
7985 * gdb.base/func-ptrs.exp
7986 * gdb.base/funcargs.exp
7987 * gdb.base/gcore-buffer-overflow.exp
7988 * gdb.base/gcore-relro-pie.exp
7989 * gdb.base/gcore-relro.exp
7990 * gdb.base/gcore.exp
7991 * gdb.base/gdb1090.exp
7992 * gdb.base/gdb11530.exp
7993 * gdb.base/gdb11531.exp
7994 * gdb.base/gdb1821.exp
7995 * gdb.base/gdbindex-stabs.exp
7996 * gdb.base/gdbvars.exp
7997 * gdb.base/hbreak.exp
7998 * gdb.base/hbreak2.exp
7999 * gdb.base/included.exp
8000 * gdb.base/infcall-input.exp
8001 * gdb.base/inferior-died.exp
8002 * gdb.base/infnan.exp
8003 * gdb.base/info-macros.exp
8004 * gdb.base/info-os.exp
8005 * gdb.base/info-proc.exp
8006 * gdb.base/info-shared.exp
8007 * gdb.base/info-target.exp
8008 * gdb.base/infoline.exp
8009 * gdb.base/interp.exp
8010 * gdb.base/interrupt.exp
8011 * gdb.base/jit-reader.exp
8012 * gdb.base/jit-simple.exp
8013 * gdb.base/kill-after-signal.exp
8014 * gdb.base/kill-detach-inferiors-cmd.exp
8015 * gdb.base/label.exp
8016 * gdb.base/langs.exp
8017 * gdb.base/ldbl_e308.exp
8018 * gdb.base/line-symtabs.exp
8019 * gdb.base/linespecs.exp
8020 * gdb.base/list.exp
8021 * gdb.base/long_long.exp
8022 * gdb.base/longest-types.exp
8023 * gdb.base/maint.exp
8024 * gdb.base/max-value-size.exp
8025 * gdb.base/memattr.exp
8026 * gdb.base/mips_pro.exp
8027 * gdb.base/morestack.exp
8028 * gdb.base/moribund-step.exp
8029 * gdb.base/multi-forks.exp
8030 * gdb.base/nested-addr.exp
8031 * gdb.base/nextoverexit.exp
8032 * gdb.base/noreturn-finish.exp
8033 * gdb.base/noreturn-return.exp
8034 * gdb.base/nostdlib.exp
8035 * gdb.base/offsets.exp
8036 * gdb.base/opaque.exp
8037 * gdb.base/pc-fp.exp
8038 * gdb.base/permissions.exp
8039 * gdb.base/print-symbol-loading.exp
8040 * gdb.base/prologue-include.exp
8041 * gdb.base/psymtab.exp
8042 * gdb.base/ptype.exp
8043 * gdb.base/random-signal.exp
8044 * gdb.base/randomize.exp
8045 * gdb.base/range-stepping.exp
8046 * gdb.base/readline-ask.exp
8047 * gdb.base/recpar.exp
8048 * gdb.base/recurse.exp
8049 * gdb.base/relational.exp
8050 * gdb.base/restore.exp
8051 * gdb.base/return-nodebug.exp
8052 * gdb.base/return.exp
8053 * gdb.base/run-after-attach.exp
8054 * gdb.base/save-bp.exp
8055 * gdb.base/scope.exp
8056 * gdb.base/sect-cmd.exp
8057 * gdb.base/set-lang-auto.exp
8058 * gdb.base/set-noassign.exp
8059 * gdb.base/setvar.exp
8060 * gdb.base/sigall.exp
8061 * gdb.base/sigbpt.exp
8062 * gdb.base/siginfo-addr.exp
8063 * gdb.base/siginfo-infcall.exp
8064 * gdb.base/siginfo-obj.exp
8065 * gdb.base/siginfo.exp
8066 * gdb.base/signals-state-child.exp
8067 * gdb.base/signest.exp
8068 * gdb.base/sigstep.exp
8069 * gdb.base/sizeof.exp
8070 * gdb.base/skip.exp
8071 * gdb.base/solib-corrupted.exp
8072 * gdb.base/solib-nodir.exp
8073 * gdb.base/solib-search.exp
8074 * gdb.base/stack-checking.exp
8075 * gdb.base/stale-infcall.exp
8076 * gdb.base/stap-probe.exp
8077 * gdb.base/start.exp
8078 * gdb.base/step-break.exp
8079 * gdb.base/step-bt.exp
8080 * gdb.base/step-line.exp
8081 * gdb.base/step-over-exit.exp
8082 * gdb.base/step-over-syscall.exp
8083 * gdb.base/step-resume-infcall.exp
8084 * gdb.base/step-test.exp
8085 * gdb.base/store.exp
8086 * gdb.base/structs3.exp
8087 * gdb.base/sym-file.exp
8088 * gdb.base/symbol-without-target_section.exp
8089 * gdb.base/term.exp
8090 * gdb.base/testenv.exp
8091 * gdb.base/ui-redirect.exp
8092 * gdb.base/until.exp
8093 * gdb.base/unwindonsignal.exp
8094 * gdb.base/value-double-free.exp
8095 * gdb.base/vla-datatypes.exp
8096 * gdb.base/vla-ptr.exp
8097 * gdb.base/vla-sideeffect.exp
8098 * gdb.base/volatile.exp
8099 * gdb.base/watch-cond-infcall.exp
8100 * gdb.base/watch-cond.exp
8101 * gdb.base/watch-non-mem.exp
8102 * gdb.base/watch-read.exp
8103 * gdb.base/watch-vfork.exp
8104 * gdb.base/watchpoint-cond-gone.exp
8105 * gdb.base/watchpoint-delete.exp
8106 * gdb.base/watchpoint-hw-hit-once.exp
8107 * gdb.base/watchpoint-hw.exp
8108 * gdb.base/watchpoint-stops-at-right-insn.exp
8109 * gdb.base/watchpoints.exp
8110 * gdb.base/wchar.exp
8111 * gdb.base/whatis-exp.exp
8112 * gdb.btrace/buffer-size.exp
8113 * gdb.btrace/data.exp
8114 * gdb.btrace/delta.exp
8115 * gdb.btrace/dlopen.exp
8116 * gdb.btrace/enable.exp
8117 * gdb.btrace/exception.exp
8118 * gdb.btrace/function_call_history.exp
8119 * gdb.btrace/gcore.exp
8120 * gdb.btrace/instruction_history.exp
8121 * gdb.btrace/nohist.exp
8122 * gdb.btrace/reconnect.exp
8123 * gdb.btrace/record_goto-step.exp
8124 * gdb.btrace/record_goto.exp
8125 * gdb.btrace/rn-dl-bind.exp
8126 * gdb.btrace/segv.exp
8127 * gdb.btrace/step.exp
8128 * gdb.btrace/stepi.exp
8129 * gdb.btrace/tailcall-only.exp
8130 * gdb.btrace/tailcall.exp
8131 * gdb.btrace/tsx.exp
8132 * gdb.btrace/unknown_functions.exp
8133 * gdb.btrace/vdso.exp
8134 * gdb.compile/compile-ifunc.exp
8135 * gdb.compile/compile-ops.exp
8136 * gdb.compile/compile-print.exp
8137 * gdb.compile/compile-setjmp.exp
8138 * gdb.cp/abstract-origin.exp
8139 * gdb.cp/ambiguous.exp
8140 * gdb.cp/annota2.exp
8141 * gdb.cp/annota3.exp
8142 * gdb.cp/anon-ns.exp
8143 * gdb.cp/anon-struct.exp
8144 * gdb.cp/anon-union.exp
8145 * gdb.cp/arg-reference.exp
8146 * gdb.cp/baseenum.exp
8147 * gdb.cp/bool.exp
8148 * gdb.cp/breakpoint.exp
8149 * gdb.cp/bs15503.exp
8150 * gdb.cp/call-c.exp
8151 * gdb.cp/casts.exp
8152 * gdb.cp/chained-calls.exp
8153 * gdb.cp/class2.exp
8154 * gdb.cp/classes.exp
8155 * gdb.cp/cmpd-minsyms.exp
8156 * gdb.cp/converts.exp
8157 * gdb.cp/cp-relocate.exp
8158 * gdb.cp/cpcompletion.exp
8159 * gdb.cp/cpexprs.exp
8160 * gdb.cp/cplabel.exp
8161 * gdb.cp/cplusfuncs.exp
8162 * gdb.cp/cpsizeof.exp
8163 * gdb.cp/ctti.exp
8164 * gdb.cp/derivation.exp
8165 * gdb.cp/destrprint.exp
8166 * gdb.cp/dispcxx.exp
8167 * gdb.cp/enum-class.exp
8168 * gdb.cp/exception.exp
8169 * gdb.cp/exceptprint.exp
8170 * gdb.cp/expand-psymtabs-cxx.exp
8171 * gdb.cp/expand-sals.exp
8172 * gdb.cp/extern-c.exp
8173 * gdb.cp/filename.exp
8174 * gdb.cp/formatted-ref.exp
8175 * gdb.cp/fpointer.exp
8176 * gdb.cp/gdb1355.exp
8177 * gdb.cp/gdb2495.exp
8178 * gdb.cp/hang.exp
8179 * gdb.cp/impl-this.exp
8180 * gdb.cp/infcall-dlopen.exp
8181 * gdb.cp/inherit.exp
8182 * gdb.cp/iostream.exp
8183 * gdb.cp/koenig.exp
8184 * gdb.cp/local.exp
8185 * gdb.cp/m-data.exp
8186 * gdb.cp/m-static.exp
8187 * gdb.cp/mb-ctor.exp
8188 * gdb.cp/mb-inline.exp
8189 * gdb.cp/mb-templates.exp
8190 * gdb.cp/member-name.exp
8191 * gdb.cp/member-ptr.exp
8192 * gdb.cp/meth-typedefs.exp
8193 * gdb.cp/method.exp
8194 * gdb.cp/method2.exp
8195 * gdb.cp/minsym-fallback.exp
8196 * gdb.cp/misc.exp
8197 * gdb.cp/namelessclass.exp
8198 * gdb.cp/namespace-enum.exp
8199 * gdb.cp/namespace-nested-import.exp
8200 * gdb.cp/namespace.exp
8201 * gdb.cp/nextoverthrow.exp
8202 * gdb.cp/no-dmgl-verbose.exp
8203 * gdb.cp/non-trivial-retval.exp
8204 * gdb.cp/noparam.exp
8205 * gdb.cp/nsdecl.exp
8206 * gdb.cp/nsimport.exp
8207 * gdb.cp/nsnested.exp
8208 * gdb.cp/nsnoimports.exp
8209 * gdb.cp/nsrecurs.exp
8210 * gdb.cp/nsstress.exp
8211 * gdb.cp/nsusing.exp
8212 * gdb.cp/operator.exp
8213 * gdb.cp/oranking.exp
8214 * gdb.cp/overload-const.exp
8215 * gdb.cp/overload.exp
8216 * gdb.cp/ovldbreak.exp
8217 * gdb.cp/ovsrch.exp
8218 * gdb.cp/paren-type.exp
8219 * gdb.cp/parse-lang.exp
8220 * gdb.cp/pass-by-ref.exp
8221 * gdb.cp/pr-1023.exp
8222 * gdb.cp/pr-1210.exp
8223 * gdb.cp/pr-574.exp
8224 * gdb.cp/pr10687.exp
8225 * gdb.cp/pr12028.exp
8226 * gdb.cp/pr17132.exp
8227 * gdb.cp/pr17494.exp
8228 * gdb.cp/pr9067.exp
8229 * gdb.cp/pr9167.exp
8230 * gdb.cp/pr9631.exp
8231 * gdb.cp/printmethod.exp
8232 * gdb.cp/psmang.exp
8233 * gdb.cp/psymtab-parameter.exp
8234 * gdb.cp/ptype-cv-cp.exp
8235 * gdb.cp/ptype-flags.exp
8236 * gdb.cp/re-set-overloaded.exp
8237 * gdb.cp/ref-types.exp
8238 * gdb.cp/rtti.exp
8239 * gdb.cp/scope-err.exp
8240 * gdb.cp/shadow.exp
8241 * gdb.cp/smartp.exp
8242 * gdb.cp/static-method.exp
8243 * gdb.cp/static-print-quit.exp
8244 * gdb.cp/temargs.exp
8245 * gdb.cp/templates.exp
8246 * gdb.cp/try_catch.exp
8247 * gdb.cp/typedef-operator.exp
8248 * gdb.cp/typeid.exp
8249 * gdb.cp/userdef.exp
8250 * gdb.cp/using-crash.exp
8251 * gdb.cp/var-tag.exp
8252 * gdb.cp/virtbase.exp
8253 * gdb.cp/virtfunc.exp
8254 * gdb.cp/virtfunc2.exp
8255 * gdb.cp/vla-cxx.exp
8256 * gdb.disasm/t01_mov.exp
8257 * gdb.disasm/t02_mova.exp
8258 * gdb.disasm/t03_add.exp
8259 * gdb.disasm/t04_sub.exp
8260 * gdb.disasm/t05_cmp.exp
8261 * gdb.disasm/t06_ari2.exp
8262 * gdb.disasm/t07_ari3.exp
8263 * gdb.disasm/t08_or.exp
8264 * gdb.disasm/t09_xor.exp
8265 * gdb.disasm/t10_and.exp
8266 * gdb.disasm/t11_logs.exp
8267 * gdb.disasm/t12_bit.exp
8268 * gdb.disasm/t13_otr.exp
8269 * gdb.dlang/circular.exp
8270 * gdb.dwarf2/arr-stride.exp
8271 * gdb.dwarf2/arr-subrange.exp
8272 * gdb.dwarf2/atomic-type.exp
8273 * gdb.dwarf2/bad-regnum.exp
8274 * gdb.dwarf2/bitfield-parent-optimized-out.exp
8275 * gdb.dwarf2/callframecfa.exp
8276 * gdb.dwarf2/clztest.exp
8277 * gdb.dwarf2/corrupt.exp
8278 * gdb.dwarf2/data-loc.exp
8279 * gdb.dwarf2/dup-psym.exp
8280 * gdb.dwarf2/dw2-anon-mptr.exp
8281 * gdb.dwarf2/dw2-anonymous-func.exp
8282 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
8283 * gdb.dwarf2/dw2-bad-unresolved.exp
8284 * gdb.dwarf2/dw2-basic.exp
8285 * gdb.dwarf2/dw2-canonicalize-type.exp
8286 * gdb.dwarf2/dw2-case-insensitive.exp
8287 * gdb.dwarf2/dw2-common-block.exp
8288 * gdb.dwarf2/dw2-compdir-oldgcc.exp
8289 * gdb.dwarf2/dw2-compressed.exp
8290 * gdb.dwarf2/dw2-const.exp
8291 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
8292 * gdb.dwarf2/dw2-cu-size.exp
8293 * gdb.dwarf2/dw2-dup-frame.exp
8294 * gdb.dwarf2/dw2-entry-value.exp
8295 * gdb.dwarf2/dw2-icycle.exp
8296 * gdb.dwarf2/dw2-ifort-parameter.exp
8297 * gdb.dwarf2/dw2-inline-break.exp
8298 * gdb.dwarf2/dw2-inline-param.exp
8299 * gdb.dwarf2/dw2-intercu.exp
8300 * gdb.dwarf2/dw2-intermix.exp
8301 * gdb.dwarf2/dw2-lexical-block-bare.exp
8302 * gdb.dwarf2/dw2-linkage-name-trust.exp
8303 * gdb.dwarf2/dw2-minsym-in-cu.exp
8304 * gdb.dwarf2/dw2-noloc.exp
8305 * gdb.dwarf2/dw2-op-call.exp
8306 * gdb.dwarf2/dw2-op-out-param.exp
8307 * gdb.dwarf2/dw2-opt-structptr.exp
8308 * gdb.dwarf2/dw2-param-error.exp
8309 * gdb.dwarf2/dw2-producer.exp
8310 * gdb.dwarf2/dw2-ranges-base.exp
8311 * gdb.dwarf2/dw2-ref-missing-frame.exp
8312 * gdb.dwarf2/dw2-reg-undefined.exp
8313 * gdb.dwarf2/dw2-regno-invalid.exp
8314 * gdb.dwarf2/dw2-restore.exp
8315 * gdb.dwarf2/dw2-restrict.exp
8316 * gdb.dwarf2/dw2-single-line-discriminators.exp
8317 * gdb.dwarf2/dw2-strp.exp
8318 * gdb.dwarf2/dw2-undefined-ret-addr.exp
8319 * gdb.dwarf2/dw2-unresolved.exp
8320 * gdb.dwarf2/dw2-var-zero-addr.exp
8321 * gdb.dwarf2/dw4-sig-types.exp
8322 * gdb.dwarf2/dwz.exp
8323 * gdb.dwarf2/dynarr-ptr.exp
8324 * gdb.dwarf2/enum-type.exp
8325 * gdb.dwarf2/gdb-index.exp
8326 * gdb.dwarf2/implptr-64bit.exp
8327 * gdb.dwarf2/implptr-optimized-out.exp
8328 * gdb.dwarf2/implptr.exp
8329 * gdb.dwarf2/implref-array.exp
8330 * gdb.dwarf2/implref-const.exp
8331 * gdb.dwarf2/implref-global.exp
8332 * gdb.dwarf2/implref-struct.exp
8333 * gdb.dwarf2/mac-fileno.exp
8334 * gdb.dwarf2/main-subprogram.exp
8335 * gdb.dwarf2/member-ptr-forwardref.exp
8336 * gdb.dwarf2/method-ptr.exp
8337 * gdb.dwarf2/missing-sig-type.exp
8338 * gdb.dwarf2/nonvar-access.exp
8339 * gdb.dwarf2/opaque-type-lookup.exp
8340 * gdb.dwarf2/pieces-optimized-out.exp
8341 * gdb.dwarf2/pieces.exp
8342 * gdb.dwarf2/pr10770.exp
8343 * gdb.dwarf2/pr13961.exp
8344 * gdb.dwarf2/staticvirtual.exp
8345 * gdb.dwarf2/subrange.exp
8346 * gdb.dwarf2/symtab-producer.exp
8347 * gdb.dwarf2/trace-crash.exp
8348 * gdb.dwarf2/typeddwarf.exp
8349 * gdb.dwarf2/valop.exp
8350 * gdb.dwarf2/watch-notconst.exp
8351 * gdb.fortran/array-element.exp
8352 * gdb.fortran/charset.exp
8353 * gdb.fortran/common-block.exp
8354 * gdb.fortran/complex.exp
8355 * gdb.fortran/derived-type-function.exp
8356 * gdb.fortran/derived-type.exp
8357 * gdb.fortran/logical.exp
8358 * gdb.fortran/module.exp
8359 * gdb.fortran/multi-dim.exp
8360 * gdb.fortran/nested-funcs.exp
8361 * gdb.fortran/print-formatted.exp
8362 * gdb.fortran/subarray.exp
8363 * gdb.fortran/vla-alloc-assoc.exp
8364 * gdb.fortran/vla-datatypes.exp
8365 * gdb.fortran/vla-history.exp
8366 * gdb.fortran/vla-ptr-info.exp
8367 * gdb.fortran/vla-ptype-sub.exp
8368 * gdb.fortran/vla-ptype.exp
8369 * gdb.fortran/vla-sizeof.exp
8370 * gdb.fortran/vla-type.exp
8371 * gdb.fortran/vla-value-sub-arbitrary.exp
8372 * gdb.fortran/vla-value-sub-finish.exp
8373 * gdb.fortran/vla-value-sub.exp
8374 * gdb.fortran/vla-value.exp
8375 * gdb.fortran/whatis_type.exp
8376 * gdb.go/chan.exp
8377 * gdb.go/handcall.exp
8378 * gdb.go/hello.exp
8379 * gdb.go/integers.exp
8380 * gdb.go/methods.exp
8381 * gdb.go/package.exp
8382 * gdb.go/strings.exp
8383 * gdb.go/types.exp
8384 * gdb.go/unsafe.exp
8385 * gdb.guile/scm-arch.exp
8386 * gdb.guile/scm-block.exp
8387 * gdb.guile/scm-breakpoint.exp
8388 * gdb.guile/scm-cmd.exp
8389 * gdb.guile/scm-disasm.exp
8390 * gdb.guile/scm-equal.exp
8391 * gdb.guile/scm-frame-args.exp
8392 * gdb.guile/scm-frame-inline.exp
8393 * gdb.guile/scm-frame.exp
8394 * gdb.guile/scm-iterator.exp
8395 * gdb.guile/scm-math.exp
8396 * gdb.guile/scm-objfile.exp
8397 * gdb.guile/scm-ports.exp
8398 * gdb.guile/scm-symbol.exp
8399 * gdb.guile/scm-symtab.exp
8400 * gdb.guile/scm-value-cc.exp
8401 * gdb.guile/types-module.exp
8402 * gdb.linespec/break-ask.exp
8403 * gdb.linespec/cpexplicit.exp
8404 * gdb.linespec/explicit.exp
8405 * gdb.linespec/keywords.exp
8406 * gdb.linespec/linespec.exp
8407 * gdb.linespec/ls-dollar.exp
8408 * gdb.linespec/ls-errs.exp
8409 * gdb.linespec/skip-two.exp
8410 * gdb.linespec/thread.exp
8411 * gdb.mi/mi-async.exp
8412 * gdb.mi/mi-basics.exp
8413 * gdb.mi/mi-break.exp
8414 * gdb.mi/mi-catch-load.exp
8415 * gdb.mi/mi-cli.exp
8416 * gdb.mi/mi-cmd-param-changed.exp
8417 * gdb.mi/mi-console.exp
8418 * gdb.mi/mi-detach.exp
8419 * gdb.mi/mi-disassemble.exp
8420 * gdb.mi/mi-eval.exp
8421 * gdb.mi/mi-file-transfer.exp
8422 * gdb.mi/mi-file.exp
8423 * gdb.mi/mi-fill-memory.exp
8424 * gdb.mi/mi-inheritance-syntax-error.exp
8425 * gdb.mi/mi-linespec-err-cp.exp
8426 * gdb.mi/mi-logging.exp
8427 * gdb.mi/mi-memory-changed.exp
8428 * gdb.mi/mi-read-memory.exp
8429 * gdb.mi/mi-record-changed.exp
8430 * gdb.mi/mi-reg-undefined.exp
8431 * gdb.mi/mi-regs.exp
8432 * gdb.mi/mi-return.exp
8433 * gdb.mi/mi-reverse.exp
8434 * gdb.mi/mi-simplerun.exp
8435 * gdb.mi/mi-solib.exp
8436 * gdb.mi/mi-stack.exp
8437 * gdb.mi/mi-stepi.exp
8438 * gdb.mi/mi-syn-frame.exp
8439 * gdb.mi/mi-until.exp
8440 * gdb.mi/mi-var-block.exp
8441 * gdb.mi/mi-var-child.exp
8442 * gdb.mi/mi-var-cmd.exp
8443 * gdb.mi/mi-var-cp.exp
8444 * gdb.mi/mi-var-display.exp
8445 * gdb.mi/mi-var-invalidate.exp
8446 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
8447 * gdb.mi/mi-vla-fortran.exp
8448 * gdb.mi/mi-watch.exp
8449 * gdb.mi/mi2-var-child.exp
8450 * gdb.mi/user-selected-context-sync.exp
8451 * gdb.modula2/unbounded-array.exp
8452 * gdb.multi/dummy-frame-restore.exp
8453 * gdb.multi/multi-arch-exec.exp
8454 * gdb.multi/multi-arch.exp
8455 * gdb.multi/tids.exp
8456 * gdb.multi/watchpoint-multi.exp
8457 * gdb.opencl/callfuncs.exp
8458 * gdb.opencl/convs_casts.exp
8459 * gdb.opencl/datatypes.exp
8460 * gdb.opencl/operators.exp
8461 * gdb.opencl/vec_comps.exp
8462 * gdb.opt/clobbered-registers-O2.exp
8463 * gdb.opt/inline-break.exp
8464 * gdb.opt/inline-bt.exp
8465 * gdb.opt/inline-cmds.exp
8466 * gdb.opt/inline-locals.exp
8467 * gdb.pascal/case-insensitive-symbols.exp
8468 * gdb.pascal/floats.exp
8469 * gdb.pascal/gdb11492.exp
8470 * gdb.python/lib-types.exp
8471 * gdb.python/py-arch.exp
8472 * gdb.python/py-as-string.exp
8473 * gdb.python/py-bad-printers.exp
8474 * gdb.python/py-block.exp
8475 * gdb.python/py-breakpoint-create-fail.exp
8476 * gdb.python/py-breakpoint.exp
8477 * gdb.python/py-caller-is.exp
8478 * gdb.python/py-cmd.exp
8479 * gdb.python/py-explore-cc.exp
8480 * gdb.python/py-explore.exp
8481 * gdb.python/py-finish-breakpoint.exp
8482 * gdb.python/py-finish-breakpoint2.exp
8483 * gdb.python/py-frame-args.exp
8484 * gdb.python/py-frame-inline.exp
8485 * gdb.python/py-frame.exp
8486 * gdb.python/py-framefilter-mi.exp
8487 * gdb.python/py-infthread.exp
8488 * gdb.python/py-lazy-string.exp
8489 * gdb.python/py-linetable.exp
8490 * gdb.python/py-mi-events.exp
8491 * gdb.python/py-mi-objfile.exp
8492 * gdb.python/py-mi.exp
8493 * gdb.python/py-objfile.exp
8494 * gdb.python/py-pp-integral.exp
8495 * gdb.python/py-pp-maint.exp
8496 * gdb.python/py-pp-re-notag.exp
8497 * gdb.python/py-pp-registration.exp
8498 * gdb.python/py-recurse-unwind.exp
8499 * gdb.python/py-strfns.exp
8500 * gdb.python/py-symbol.exp
8501 * gdb.python/py-symtab.exp
8502 * gdb.python/py-sync-interp.exp
8503 * gdb.python/py-typeprint.exp
8504 * gdb.python/py-unwind-maint.exp
8505 * gdb.python/py-unwind.exp
8506 * gdb.python/py-value-cc.exp
8507 * gdb.python/py-xmethods.exp
8508 * gdb.reverse/amd64-tailcall-reverse.exp
8509 * gdb.reverse/break-precsave.exp
8510 * gdb.reverse/break-reverse.exp
8511 * gdb.reverse/consecutive-precsave.exp
8512 * gdb.reverse/consecutive-reverse.exp
8513 * gdb.reverse/finish-precsave.exp
8514 * gdb.reverse/finish-reverse-bkpt.exp
8515 * gdb.reverse/finish-reverse.exp
8516 * gdb.reverse/fstatat-reverse.exp
8517 * gdb.reverse/getresuid-reverse.exp
8518 * gdb.reverse/i386-precsave.exp
8519 * gdb.reverse/i386-reverse.exp
8520 * gdb.reverse/i386-sse-reverse.exp
8521 * gdb.reverse/i387-env-reverse.exp
8522 * gdb.reverse/i387-stack-reverse.exp
8523 * gdb.reverse/insn-reverse.exp
8524 * gdb.reverse/machinestate-precsave.exp
8525 * gdb.reverse/machinestate.exp
8526 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8527 * gdb.reverse/pipe-reverse.exp
8528 * gdb.reverse/readv-reverse.exp
8529 * gdb.reverse/recvmsg-reverse.exp
8530 * gdb.reverse/rerun-prec.exp
8531 * gdb.reverse/s390-mvcle.exp
8532 * gdb.reverse/step-precsave.exp
8533 * gdb.reverse/step-reverse.exp
8534 * gdb.reverse/time-reverse.exp
8535 * gdb.reverse/until-precsave.exp
8536 * gdb.reverse/until-reverse.exp
8537 * gdb.reverse/waitpid-reverse.exp
8538 * gdb.reverse/watch-precsave.exp
8539 * gdb.reverse/watch-reverse.exp
8540 * gdb.rust/generics.exp
8541 * gdb.rust/methods.exp
8542 * gdb.rust/modules.exp
8543 * gdb.rust/simple.exp
8544 * gdb.server/connect-with-no-symbol-file.exp
8545 * gdb.server/ext-attach.exp
8546 * gdb.server/ext-restart.exp
8547 * gdb.server/ext-wrapper.exp
8548 * gdb.server/file-transfer.exp
8549 * gdb.server/server-exec-info.exp
8550 * gdb.server/server-kill.exp
8551 * gdb.server/server-mon.exp
8552 * gdb.server/wrapper.exp
8553 * gdb.stabs/exclfwd.exp
8554 * gdb.stabs/gdb11479.exp
8555 * gdb.threads/clone-new-thread-event.exp
8556 * gdb.threads/corethreads.exp
8557 * gdb.threads/current-lwp-dead.exp
8558 * gdb.threads/dlopen-libpthread.exp
8559 * gdb.threads/gcore-thread.exp
8560 * gdb.threads/sigstep-threads.exp
8561 * gdb.threads/watchpoint-fork.exp
8562 * gdb.trace/actions-changed.exp
8563 * gdb.trace/backtrace.exp
8564 * gdb.trace/change-loc.exp
8565 * gdb.trace/circ.exp
8566 * gdb.trace/collection.exp
8567 * gdb.trace/disconnected-tracing.exp
8568 * gdb.trace/ftrace.exp
8569 * gdb.trace/mi-trace-frame-collected.exp
8570 * gdb.trace/mi-trace-unavailable.exp
8571 * gdb.trace/mi-traceframe-changed.exp
8572 * gdb.trace/mi-tsv-changed.exp
8573 * gdb.trace/no-attach-trace.exp
8574 * gdb.trace/passc-dyn.exp
8575 * gdb.trace/qtro.exp
8576 * gdb.trace/range-stepping.exp
8577 * gdb.trace/read-memory.exp
8578 * gdb.trace/save-trace.exp
8579 * gdb.trace/signal.exp
8580 * gdb.trace/status-stop.exp
8581 * gdb.trace/tfile.exp
8582 * gdb.trace/trace-break.exp
8583 * gdb.trace/trace-buffer-size.exp
8584 * gdb.trace/trace-condition.exp
8585 * gdb.trace/tracefile-pseudo-reg.exp
8586 * gdb.trace/tstatus.exp
8587 * gdb.trace/unavailable.exp
8588 * gdb.trace/while-dyn.exp
8589 * gdb.trace/while-stepping.exp
8590
34c41c68
DE
85912016-12-22 Doug Evans <xdje42@gmail.com>
8592
8593 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
8594 and msymbols.
8595
16e69324
YQ
85962016-12-19 Yao Qi <yao.qi@linaro.org>
8597
8598 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
8599 (test_with_self): Don't call do_steps_and_nexts, and remove
8600 code about stepping into xmalloc.
8601
f94f411b
YQ
86022016-12-09 Yao Qi <yao.qi@linaro.org>
8603
8604 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
8605
86062016-12-09 Yao Qi <yao.qi@linaro.org>
8607
8608 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
8609
f1b5deee
PA
86102016-12-09 Pedro Alves <palves@redhat.com>
8611
8612 * gdb.base/all-architectures-0.exp: New file.
8613 * gdb.base/all-architectures-1.exp: New file.
8614 * gdb.base/all-architectures-2.exp: New file.
8615 * gdb.base/all-architectures-3.exp: New file.
8616 * gdb.base/all-architectures-4.exp: New file.
8617 * gdb.base/all-architectures-5.exp: New file.
8618 * gdb.base/all-architectures-6.exp: New file.
8619 * gdb.base/all-architectures-7.exp: New file.
8620 * gdb.base/all-architectures.exp.in: New file.
8621
364ca42e
YQ
86222016-12-09 Yao Qi <yao.qi@linaro.org>
8623
8624 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
8625
107c2d62
LM
86262016-12-02 Luis Machado <lgustavo@codesourcery.com>
8627
8628 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
8629 possible.
8630 Remove useless pattern-matching code.
8631
df3ee9ca
PA
86322016-12-02 Pedro Alves <palves@redhat.com>
8633
8634 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
8635 procedure.
8636 (top level): Call it.
8637
ec835369
PA
86382016-12-02 Pedro Alves <palves@redhat.com>
8639
8640 * gdb.base/commands.exp (user_defined_command_args_stack_test):
8641 New procedure.
8642 (top level): Call it.
8643
01770bbd
PA
86442016-12-02 Pedro Alves <palves@redhat.com>
8645
8646 PR cli/20559
8647 * gdb.base/commands.exp (user_defined_command_args_eval): New
8648 procedure.
8649 (top level): Call it.
8650
008459ea
LM
86512016-12-02 Luis Machado <lgustavo@codesourcery.com>
8652
8653 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
8654 timeout handling.
8655
0c1b455e
TT
86562016-12-02 Tom Tromey <tom@tromey.com>
8657
8658 * gdb.dwarf2/main-subprogram.c: New file.
8659 * gdb.dwarf2/main-subprogram.exp: New file.
8660
018572b8
LM
86612016-12-01 Luis Machado <lgustavo@codesourcery.com>
8662
8663 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
8664 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
8665 gdb_test_no_output for a couple of cases.
8666 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
8667
84c93cd5
LM
86682016-12-01 Luis Machado <lgustavo@codesourcery.com>
8669
8670 Fix test names and standardize compilation error messages throughout
8671 the following files:
8672
8673 * gdb.ada/start.exp
8674 * gdb.arch/alpha-step.exp
8675 * gdb.arch/e500-prologue.exp
8676 * gdb.arch/ftrace-insn-reloc.exp
8677 * gdb.arch/gdb1291.exp
8678 * gdb.arch/gdb1431.exp
8679 * gdb.arch/gdb1558.exp
8680 * gdb.arch/i386-dr3-watch.exp
8681 * gdb.arch/i386-sse-stack-align.exp
8682 * gdb.arch/ia64-breakpoint-shadow.exp
8683 * gdb.arch/pa-nullify.exp
8684 * gdb.arch/powerpc-aix-prologue.exp
8685 * gdb.arch/thumb-bx-pc.exp
8686 * gdb.base/annota1.exp
8687 * gdb.base/annota3.exp
8688 * gdb.base/arrayidx.exp
8689 * gdb.base/assign.exp
8690 * gdb.base/attach.exp
8691 * gdb.base/auxv.exp
8692 * gdb.base/bang.exp
8693 * gdb.base/bfp-test.exp
8694 * gdb.base/bigcore.exp
8695 * gdb.base/bitfields2.exp
8696 * gdb.base/break-fun-addr.exp
8697 * gdb.base/break-probes.exp
8698 * gdb.base/call-rt-st.exp
8699 * gdb.base/callexit.exp
8700 * gdb.base/catch-fork-kill.exp
8701 * gdb.base/charset.exp
8702 * gdb.base/checkpoint.exp
8703 * gdb.base/comprdebug.exp
8704 * gdb.base/constvars.exp
8705 * gdb.base/coredump-filter.exp
8706 * gdb.base/cursal.exp
8707 * gdb.base/cvexpr.exp
8708 * gdb.base/detach.exp
8709 * gdb.base/display.exp
8710 * gdb.base/dmsym.exp
8711 * gdb.base/dprintf-pending.exp
8712 * gdb.base/dso2dso.exp
8713 * gdb.base/dtrace-probe.exp
8714 * gdb.base/dump.exp
8715 * gdb.base/enum_cond.exp
8716 * gdb.base/exe-lock.exp
8717 * gdb.base/exec-invalid-sysroot.exp
8718 * gdb.base/execl-update-breakpoints.exp
8719 * gdb.base/exprs.exp
8720 * gdb.base/fileio.exp
8721 * gdb.base/find.exp
8722 * gdb.base/finish.exp
8723 * gdb.base/fixsection.exp
8724 * gdb.base/foll-vfork.exp
8725 * gdb.base/frame-args.exp
8726 * gdb.base/gcore.exp
8727 * gdb.base/gdb1250.exp
8728 * gdb.base/global-var-nested-by-dso.exp
8729 * gdb.base/gnu-ifunc.exp
8730 * gdb.base/hashline1.exp
8731 * gdb.base/hashline2.exp
8732 * gdb.base/hashline3.exp
8733 * gdb.base/hbreak-in-shr-unsupported.exp
8734 * gdb.base/huge.exp
8735 * gdb.base/infcall-input.exp
8736 * gdb.base/info-fun.exp
8737 * gdb.base/info-shared.exp
8738 * gdb.base/jit-simple.exp
8739 * gdb.base/jit-so.exp
8740 * gdb.base/jit.exp
8741 * gdb.base/jump.exp
8742 * gdb.base/label.exp
8743 * gdb.base/lineinc.exp
8744 * gdb.base/logical.exp
8745 * gdb.base/longjmp.exp
8746 * gdb.base/macscp.exp
8747 * gdb.base/miscexprs.exp
8748 * gdb.base/new-ui-echo.exp
8749 * gdb.base/new-ui-pending-input.exp
8750 * gdb.base/new-ui.exp
8751 * gdb.base/nodebug.exp
8752 * gdb.base/nofield.exp
8753 * gdb.base/offsets.exp
8754 * gdb.base/overlays.exp
8755 * gdb.base/pending.exp
8756 * gdb.base/pointers.exp
8757 * gdb.base/pr11022.exp
8758 * gdb.base/printcmds.exp
8759 * gdb.base/prologue.exp
8760 * gdb.base/ptr-typedef.exp
8761 * gdb.base/realname-expand.exp
8762 * gdb.base/relativedebug.exp
8763 * gdb.base/relocate.exp
8764 * gdb.base/remote.exp
8765 * gdb.base/reread.exp
8766 * gdb.base/return2.exp
8767 * gdb.base/savedregs.exp
8768 * gdb.base/sep.exp
8769 * gdb.base/sepdebug.exp
8770 * gdb.base/sepsymtab.exp
8771 * gdb.base/set-inferior-tty.exp
8772 * gdb.base/setshow.exp
8773 * gdb.base/shlib-call.exp
8774 * gdb.base/sigaltstack.exp
8775 * gdb.base/siginfo-addr.exp
8776 * gdb.base/signals.exp
8777 * gdb.base/signull.exp
8778 * gdb.base/sigrepeat.exp
8779 * gdb.base/so-impl-ld.exp
8780 * gdb.base/solib-display.exp
8781 * gdb.base/solib-overlap.exp
8782 * gdb.base/solib-search.exp
8783 * gdb.base/solib-symbol.exp
8784 * gdb.base/structs.exp
8785 * gdb.base/structs2.exp
8786 * gdb.base/symtab-search-order.exp
8787 * gdb.base/twice.exp
8788 * gdb.base/unload.exp
8789 * gdb.base/varargs.exp
8790 * gdb.base/watchpoint-solib.exp
8791 * gdb.base/watchpoint.exp
8792 * gdb.base/whatis.exp
8793 * gdb.base/wrong_frame_bt_full.exp
8794 * gdb.btrace/dlopen.exp
8795 * gdb.cell/ea-standalone.exp
8796 * gdb.cell/ea-test.exp
8797 * gdb.cp/dispcxx.exp
8798 * gdb.cp/gdb2384.exp
8799 * gdb.cp/method2.exp
8800 * gdb.cp/nextoverthrow.exp
8801 * gdb.cp/pr10728.exp
8802 * gdb.disasm/am33.exp
8803 * gdb.disasm/h8300s.exp
8804 * gdb.disasm/mn10300.exp
8805 * gdb.disasm/sh3.exp
8806 * gdb.dwarf2/dw2-dir-file-name.exp
8807 * gdb.fortran/complex.exp
8808 * gdb.fortran/library-module.exp
8809 * gdb.guile/scm-pretty-print.exp
8810 * gdb.guile/scm-symbol.exp
8811 * gdb.guile/scm-type.exp
8812 * gdb.guile/scm-value.exp
8813 * gdb.linespec/linespec.exp
8814 * gdb.mi/gdb701.exp
8815 * gdb.mi/gdb792.exp
8816 * gdb.mi/mi-breakpoint-changed.exp
8817 * gdb.mi/mi-dprintf-pending.exp
8818 * gdb.mi/mi-dprintf.exp
8819 * gdb.mi/mi-exit-code.exp
8820 * gdb.mi/mi-pending.exp
8821 * gdb.mi/mi-solib.exp
8822 * gdb.mi/new-ui-mi-sync.exp
8823 * gdb.mi/pr11022.exp
8824 * gdb.mi/user-selected-context-sync.exp
8825 * gdb.opt/solib-intra-step.exp
8826 * gdb.python/py-events.exp
8827 * gdb.python/py-finish-breakpoint.exp
8828 * gdb.python/py-mi.exp
8829 * gdb.python/py-prettyprint.exp
8830 * gdb.python/py-shared.exp
8831 * gdb.python/py-symbol.exp
8832 * gdb.python/py-template.exp
8833 * gdb.python/py-type.exp
8834 * gdb.python/py-value.exp
8835 * gdb.reverse/solib-precsave.exp
8836 * gdb.reverse/solib-reverse.exp
8837 * gdb.server/solib-list.exp
8838 * gdb.stabs/weird.exp
8839 * gdb.threads/reconnect-signal.exp
8840 * gdb.threads/stepi-random-signal.exp
8841 * gdb.trace/actions.exp
8842 * gdb.trace/ax.exp
8843 * gdb.trace/backtrace.exp
8844 * gdb.trace/change-loc.exp
8845 * gdb.trace/deltrace.exp
8846 * gdb.trace/ftrace-lock.exp
8847 * gdb.trace/ftrace.exp
8848 * gdb.trace/infotrace.exp
8849 * gdb.trace/mi-tracepoint-changed.exp
8850 * gdb.trace/packetlen.exp
8851 * gdb.trace/passcount.exp
8852 * gdb.trace/pending.exp
8853 * gdb.trace/range-stepping.exp
8854 * gdb.trace/report.exp
8855 * gdb.trace/stap-trace.exp
8856 * gdb.trace/tfind.exp
8857 * gdb.trace/trace-break.exp
8858 * gdb.trace/trace-condition.exp
8859 * gdb.trace/trace-enable-disable.exp
8860 * gdb.trace/trace-mt.exp
8861 * gdb.trace/tracecmd.exp
8862 * gdb.trace/tspeed.exp
8863 * gdb.trace/tsv.exp
8864 * lib/perftest.exp
8865
fb9feb35
LM
88662016-12-01 Luis Machado <lgustavo@codesourcery.com>
8867
8868 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
8869 with gdb_test_no_output.
8870 Use command as test name.
8871
cd2ddb6c
LM
88722016-12-01 Luis Machado <lgustavo@codesourcery.com>
8873
8874 Fix test names starting with uppercase throughout the files.
8875
8876 * gdb.ada/assign_1.exp
8877 * gdb.ada/boolean_expr.exp
8878 * gdb.base/arrayidx.exp
8879 * gdb.base/del.exp
8880 * gdb.base/gcore-buffer-overflow.exp
8881 * gdb.base/testenv.exp
8882 * gdb.compile/compile.exp
8883 * gdb.python/py-framefilter-invalidarg.exp
8884 * gdb.python/py-framefilter.exp
8885
bb95117e
LM
88862016-12-01 Luis Machado <lgustavo@codesourcery.com>
8887
8888 Fix test names starting with uppercase throughout the files.
8889
8890 * gdb.ada/array_return.exp
8891 * gdb.ada/expr_delims.exp
8892 * gdb.ada/mi_dyn_arr.exp
8893 * gdb.ada/mi_interface.exp
8894 * gdb.ada/mi_var_array.exp
8895 * gdb.ada/watch_arg.exp
8896 * gdb.arch/alpha-step.exp
8897 * gdb.arch/altivec-regs.exp
8898 * gdb.arch/e500-regs.exp
8899 * gdb.arch/powerpc-d128-regs.exp
8900 * gdb.base/arrayidx.exp
8901 * gdb.base/break.exp
8902 * gdb.base/checkpoint.exp
8903 * gdb.base/debug-expr.exp
8904 * gdb.base/dmsym.exp
8905 * gdb.base/radix.exp
8906 * gdb.base/sepdebug.exp
8907 * gdb.base/testenv.exp
8908 * gdb.base/watch_thread_num.exp
8909 * gdb.base/watchpoint-cond-gone.exp
8910 * gdb.cell/break.exp
8911 * gdb.cell/ea-cache.exp
8912 * gdb.compile/compile.exp
8913 * gdb.cp/gdb2495.exp
8914 * gdb.gdb/selftest.exp
8915 * gdb.gdb/xfullpath.exp
8916 * gdb.go/hello.exp
8917 * gdb.go/integers.exp
8918 * gdb.objc/basicclass.exp
8919 * gdb.pascal/hello.exp
8920 * gdb.pascal/integers.exp
8921 * gdb.python/py-breakpoint.exp
8922 * gdb.python/py-cmd.exp
8923 * gdb.python/py-linetable.exp
8924 * gdb.python/py-xmethods.exp
8925 * gdb.python/python.exp
8926 * gdb.reverse/consecutive-precsave.exp
8927 * gdb.reverse/finish-precsave.exp
8928 * gdb.reverse/i386-precsave.exp
8929 * gdb.reverse/machinestate-precsave.exp
8930 * gdb.reverse/sigall-precsave.exp
8931 * gdb.reverse/solib-precsave.exp
8932 * gdb.reverse/step-precsave.exp
8933 * gdb.reverse/until-precsave.exp
8934 * gdb.reverse/watch-precsave.exp
8935 * gdb.threads/leader-exit.exp
8936 * gdb.threads/pthreads.exp
8937 * gdb.threads/wp-replication.exp
8938 * gdb.trace/actions.exp
8939 * gdb.trace/mi-tsv-changed.exp
8940 * gdb.trace/tsv.exp
8941
de97fdd4
LM
89422016-12-01 Luis Machado <lgustavo@codesourcery.com>
8943
8944 Fix test names starting with uppercase throughout the files.
8945
8946 * gdb.arch/i386-bp_permanent.exp
8947 * gdb.arch/i386-gnu-cfi.exp
8948 * gdb.base/disasm-end-cu.exp
8949 * gdb.base/macscp.exp
8950 * gdb.base/pending.exp
8951 * gdb.base/watch_thread_num.exp
8952 * gdb.cp/exception.exp
8953 * gdb.cp/gdb2495.exp
8954 * gdb.cp/local.exp
8955 * gdb.python/py-evsignal.exp
8956 * gdb.python/python.exp
8957 * gdb.trace/tracecmd.exp
8958
9f058c10
LM
89592016-12-01 Luis Machado <lgustavo@codesourcery.com>
8960
8961 Fix test names starting with uppercase throughout the files.
8962
8963 * gdb.base/charset.exp
8964 * gdb.base/eval.exp
8965 * gdb.base/multi-forks.exp
8966 * gdb.guile/scm-progspace.exp
8967 * gdb.opencl/datatypes.exp
8968 * gdb.python/py-block.exp
8969 * gdb.python/py-function.exp
8970 * gdb.python/py-symbol.exp
8971 * gdb.python/py-symtab.exp
8972 * gdb.python/py-xmethods.exp
8973 * gdb.reverse/break-precsave.exp
8974 * gdb.reverse/break-reverse.exp
8975 * gdb.reverse/consecutive-precsave.exp
8976 * gdb.reverse/consecutive-reverse.exp
8977 * gdb.reverse/finish-precsave.exp
8978 * gdb.reverse/finish-reverse-bkpt.exp
8979 * gdb.reverse/finish-reverse.exp
8980 * gdb.reverse/fstatat-reverse.exp
8981 * gdb.reverse/getresuid-reverse.exp
8982 * gdb.reverse/i386-precsave.exp
8983 * gdb.reverse/i386-reverse.exp
8984 * gdb.reverse/i386-sse-reverse.exp
8985 * gdb.reverse/i387-stack-reverse.exp
8986 * gdb.reverse/insn-reverse.exp
8987 * gdb.reverse/machinestate-precsave.exp
8988 * gdb.reverse/machinestate.exp
8989 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8990 * gdb.reverse/pipe-reverse.exp
8991 * gdb.reverse/readv-reverse.exp
8992 * gdb.reverse/recvmsg-reverse.exp
8993 * gdb.reverse/rerun-prec.exp
8994 * gdb.reverse/s390-mvcle.exp
8995 * gdb.reverse/sigall-precsave.exp
8996 * gdb.reverse/sigall-reverse.exp
8997 * gdb.reverse/solib-precsave.exp
8998 * gdb.reverse/solib-reverse.exp
8999 * gdb.reverse/step-precsave.exp
9000 * gdb.reverse/step-reverse.exp
9001 * gdb.reverse/time-reverse.exp
9002 * gdb.reverse/until-precsave.exp
9003 * gdb.reverse/until-reverse.exp
9004 * gdb.reverse/waitpid-reverse.exp
9005 * gdb.reverse/watch-precsave.exp
9006 * gdb.reverse/watch-reverse.exp
9007
cdc7edd7
LM
90082016-12-01 Luis Machado <lgustavo@codesourcery.com>
9009
9010 Fix test names starting with uppercase throughout the files.
9011
9012 * gdb.arch/i386-mpx-simple_segv.exp
9013 * gdb.arch/i386-mpx.exp
9014 * gdb.arch/i386-permbkpt.exp
9015 * gdb.arch/pa-nullify.exp
9016 * gdb.arch/powerpc-d128-regs.exp
9017 * gdb.arch/vsx-regs.exp
9018 * gdb.base/bfp-test.exp
9019 * gdb.base/break.exp
9020 * gdb.base/breakpoint-shadow.exp
9021 * gdb.base/callfuncs.exp
9022 * gdb.base/charset.exp
9023 * gdb.base/commands.exp
9024 * gdb.base/completion.exp
9025 * gdb.base/dfp-test.exp
9026 * gdb.base/echo.exp
9027 * gdb.base/ending-run.exp
9028 * gdb.base/eval.exp
9029 * gdb.base/expand-psymtabs.exp
9030 * gdb.base/float128.exp
9031 * gdb.base/floatn.exp
9032 * gdb.base/foll-exec-mode.exp
9033 * gdb.base/gdb1056.exp
9034 * gdb.base/gdb11531.exp
9035 * gdb.base/kill-after-signal.exp
9036 * gdb.base/multi-forks.exp
9037 * gdb.base/overlays.exp
9038 * gdb.base/pending.exp
9039 * gdb.base/sepdebug.exp
9040 * gdb.base/testenv.exp
9041 * gdb.base/valgrind-db-attach.exp
9042 * gdb.base/watch_thread_num.exp
9043 * gdb.base/watchpoint-cond-gone.exp
9044 * gdb.base/watchpoint.exp
9045 * gdb.base/watchpoints.exp
9046 * gdb.cp/arg-reference.exp
9047 * gdb.cp/baseenum.exp
9048 * gdb.cp/operator.exp
9049 * gdb.cp/shadow.exp
9050 * gdb.dwarf2/dw2-op-out-param.exp
9051 * gdb.dwarf2/dw2-reg-undefined.exp
9052 * gdb.go/chan.exp
9053 * gdb.go/hello.exp
9054 * gdb.go/integers.exp
9055 * gdb.go/methods.exp
9056 * gdb.go/package.exp
9057 * gdb.guile/scm-parameter.exp
9058 * gdb.guile/scm-progspace.exp
9059 * gdb.guile/scm-value.exp
9060 * gdb.mi/mi-pending.exp
9061 * gdb.mi/user-selected-context-sync.exp
9062 * gdb.multi/multi-attach.exp
9063 * gdb.multi/tids.exp
9064 * gdb.opt/clobbered-registers-O2.exp
9065 * gdb.pascal/floats.exp
9066 * gdb.pascal/integers.exp
9067 * gdb.python/py-block.exp
9068 * gdb.python/py-events.exp
9069 * gdb.python/py-parameter.exp
9070 * gdb.python/py-symbol.exp
9071 * gdb.python/py-symtab.exp
9072 * gdb.python/py-type.exp
9073 * gdb.python/py-value.exp
9074 * gdb.python/py-xmethods.exp
9075 * gdb.python/python.exp
9076 * gdb.reverse/break-precsave.exp
9077 * gdb.reverse/consecutive-precsave.exp
9078 * gdb.reverse/finish-precsave.exp
9079 * gdb.reverse/i386-precsave.exp
9080 * gdb.reverse/machinestate-precsave.exp
9081 * gdb.reverse/sigall-precsave.exp
9082 * gdb.reverse/solib-precsave.exp
9083 * gdb.reverse/step-precsave.exp
9084 * gdb.reverse/until-precsave.exp
9085 * gdb.reverse/watch-precsave.exp
9086 * gdb.server/ext-attach.exp
9087 * gdb.server/ext-restart.exp
9088 * gdb.server/ext-run.exp
9089 * gdb.server/ext-wrapper.exp
9090 * gdb.stabs/gdb11479.exp
9091 * gdb.stabs/weird.exp
9092 * gdb.threads/attach-many-short-lived-threads.exp
9093 * gdb.threads/kill.exp
9094 * gdb.threads/watchpoint-fork.exp
9095
bc6c7af4
LM
90962016-12-01 Luis Machado <lgustavo@codesourcery.com>
9097
9098 Fix test names starting with uppercase throughout all the files below.
9099
9100 * gdb.ada/array_return.exp
9101 * gdb.ada/catch_ex.exp
9102 * gdb.ada/info_exc.exp
9103 * gdb.ada/mi_catch_ex.exp
9104 * gdb.ada/mi_dyn_arr.exp
9105 * gdb.ada/mi_ex_cond.exp
9106 * gdb.ada/mi_exc_info.exp
9107 * gdb.ada/mi_interface.exp
9108 * gdb.ada/mi_task_arg.exp
9109 * gdb.ada/mi_task_info.exp
9110 * gdb.ada/mi_var_array.exp
9111 * gdb.arch/alpha-step.exp
9112 * gdb.arch/amd64-disp-step.exp
9113 * gdb.arch/arm-disp-step.exp
9114 * gdb.arch/disp-step-insn-reloc.exp
9115 * gdb.arch/e500-prologue.exp
9116 * gdb.arch/ftrace-insn-reloc.exp
9117 * gdb.arch/gdb1558.exp
9118 * gdb.arch/i386-bp_permanent.exp
9119 * gdb.arch/i386-disp-step.exp
9120 * gdb.arch/i386-float.exp
9121 * gdb.arch/i386-gnu-cfi.exp
9122 * gdb.arch/ia64-breakpoint-shadow.exp
9123 * gdb.arch/mips16-thunks.exp
9124 * gdb.arch/pa-nullify.exp
9125 * gdb.arch/powerpc-aix-prologue.exp
9126 * gdb.arch/powerpc-power.exp
9127 * gdb.arch/ppc-dfp.exp
9128 * gdb.arch/s390-tdbregs.exp
9129 * gdb.arch/spu-info.exp
9130 * gdb.arch/spu-ls.exp
9131 * gdb.arch/thumb-bx-pc.exp
9132 * gdb.base/advance.exp
9133 * gdb.base/annota-input-while-running.exp
9134 * gdb.base/arrayidx.exp
9135 * gdb.base/asmlabel.exp
9136 * gdb.base/async.exp
9137 * gdb.base/attach-wait-input.exp
9138 * gdb.base/auto-connect-native-target.exp
9139 * gdb.base/batch-preserve-term-settings.exp
9140 * gdb.base/bfp-test.exp
9141 * gdb.base/bigcore.exp
9142 * gdb.base/bp-permanent.exp
9143 * gdb.base/break-always.exp
9144 * gdb.base/break-fun-addr.exp
9145 * gdb.base/break-idempotent.exp
9146 * gdb.base/break-main-file-remove-fail.exp
9147 * gdb.base/break-probes.exp
9148 * gdb.base/break-unload-file.exp
9149 * gdb.base/break.exp
9150 * gdb.base/call-ar-st.exp
9151 * gdb.base/call-rt-st.exp
9152 * gdb.base/call-sc.exp
9153 * gdb.base/call-signal-resume.exp
9154 * gdb.base/call-strs.exp
9155 * gdb.base/callexit.exp
9156 * gdb.base/callfuncs.exp
9157 * gdb.base/catch-gdb-caused-signals.exp
9158 * gdb.base/catch-signal-siginfo-cond.exp
9159 * gdb.base/catch-syscall.exp
9160 * gdb.base/compare-sections.exp
9161 * gdb.base/cond-eval-mode.exp
9162 * gdb.base/condbreak-call-false.exp
9163 * gdb.base/consecutive-step-over.exp
9164 * gdb.base/cursal.exp
9165 * gdb.base/disabled-location.exp
9166 * gdb.base/disasm-end-cu.exp
9167 * gdb.base/display.exp
9168 * gdb.base/double-prompt-target-event-error.exp
9169 * gdb.base/dprintf-bp-same-addr.exp
9170 * gdb.base/dprintf-detach.exp
9171 * gdb.base/dprintf-next.exp
9172 * gdb.base/dprintf-non-stop.exp
9173 * gdb.base/dprintf-pending.exp
9174 * gdb.base/dso2dso.exp
9175 * gdb.base/ending-run.exp
9176 * gdb.base/enum_cond.exp
9177 * gdb.base/examine-backward.exp
9178 * gdb.base/exe-lock.exp
9179 * gdb.base/exec-invalid-sysroot.exp
9180 * gdb.base/execl-update-breakpoints.exp
9181 * gdb.base/execution-termios.exp
9182 * gdb.base/fileio.exp
9183 * gdb.base/fixsection.exp
9184 * gdb.base/foll-exec-mode.exp
9185 * gdb.base/foll-exec.exp
9186 * gdb.base/fork-running-state.exp
9187 * gdb.base/frame-args.exp
9188 * gdb.base/fullpath-expand.exp
9189 * gdb.base/func-ptr.exp
9190 * gdb.base/gcore-relro-pie.exp
9191 * gdb.base/gdb1090.exp
9192 * gdb.base/gdb1555.exp
9193 * gdb.base/global-var-nested-by-dso.exp
9194 * gdb.base/gnu-ifunc.exp
9195 * gdb.base/hbreak-in-shr-unsupported.exp
9196 * gdb.base/hbreak-unmapped.exp
9197 * gdb.base/hook-stop.exp
9198 * gdb.base/infcall-input.exp
9199 * gdb.base/info-fun.exp
9200 * gdb.base/info-shared.exp
9201 * gdb.base/interrupt-noterm.exp
9202 * gdb.base/jit-so.exp
9203 * gdb.base/jit.exp
9204 * gdb.base/line-symtabs.exp
9205 * gdb.base/list.exp
9206 * gdb.base/longjmp.exp
9207 * gdb.base/macscp.exp
9208 * gdb.base/max-value-size.exp
9209 * gdb.base/nodebug.exp
9210 * gdb.base/nofield.exp
9211 * gdb.base/overlays.exp
9212 * gdb.base/paginate-after-ctrl-c-running.exp
9213 * gdb.base/paginate-bg-execution.exp
9214 * gdb.base/paginate-inferior-exit.exp
9215 * gdb.base/pending.exp
9216 * gdb.base/pr11022.exp
9217 * gdb.base/printcmds.exp
9218 * gdb.base/ptr-typedef.exp
9219 * gdb.base/ptype.exp
9220 * gdb.base/randomize.exp
9221 * gdb.base/range-stepping.exp
9222 * gdb.base/realname-expand.exp
9223 * gdb.base/relativedebug.exp
9224 * gdb.base/remote.exp
9225 * gdb.base/savedregs.exp
9226 * gdb.base/sepdebug.exp
9227 * gdb.base/set-noassign.exp
9228 * gdb.base/shlib-call.exp
9229 * gdb.base/shreloc.exp
9230 * gdb.base/sigaltstack.exp
9231 * gdb.base/sigbpt.exp
9232 * gdb.base/siginfo-addr.exp
9233 * gdb.base/siginfo-obj.exp
9234 * gdb.base/siginfo-thread.exp
9235 * gdb.base/signest.exp
9236 * gdb.base/signull.exp
9237 * gdb.base/sigrepeat.exp
9238 * gdb.base/skip.exp
9239 * gdb.base/so-impl-ld.exp
9240 * gdb.base/solib-corrupted.exp
9241 * gdb.base/solib-disc.exp
9242 * gdb.base/solib-display.exp
9243 * gdb.base/solib-overlap.exp
9244 * gdb.base/solib-search.exp
9245 * gdb.base/solib-symbol.exp
9246 * gdb.base/source-execution.exp
9247 * gdb.base/sss-bp-on-user-bp-2.exp
9248 * gdb.base/sss-bp-on-user-bp.exp
9249 * gdb.base/stack-checking.exp
9250 * gdb.base/stale-infcall.exp
9251 * gdb.base/step-break.exp
9252 * gdb.base/step-line.exp
9253 * gdb.base/step-over-exit.exp
9254 * gdb.base/step-test.exp
9255 * gdb.base/structs.exp
9256 * gdb.base/sym-file.exp
9257 * gdb.base/symtab-search-order.exp
9258 * gdb.base/term.exp
9259 * gdb.base/type-opaque.exp
9260 * gdb.base/unload.exp
9261 * gdb.base/until-nodebug.exp
9262 * gdb.base/until.exp
9263 * gdb.base/unwindonsignal.exp
9264 * gdb.base/watch-cond.exp
9265 * gdb.base/watch-non-mem.exp
9266 * gdb.base/watch_thread_num.exp
9267 * gdb.base/watchpoint-reuse-slot.exp
9268 * gdb.base/watchpoint-solib.exp
9269 * gdb.base/watchpoint.exp
9270 * gdb.btrace/dlopen.exp
9271 * gdb.cell/arch.exp
9272 * gdb.cell/break.exp
9273 * gdb.cell/bt.exp
9274 * gdb.cell/core.exp
9275 * gdb.cell/data.exp
9276 * gdb.cell/dwarfaddr.exp
9277 * gdb.cell/ea-cache.exp
9278 * gdb.cell/ea-standalone.exp
9279 * gdb.cell/ea-test.exp
9280 * gdb.cell/f-regs.exp
9281 * gdb.cell/fork.exp
9282 * gdb.cell/gcore.exp
9283 * gdb.cell/mem-access.exp
9284 * gdb.cell/ptype.exp
9285 * gdb.cell/registers.exp
9286 * gdb.cell/sizeof.exp
9287 * gdb.cell/solib-symbol.exp
9288 * gdb.cell/solib.exp
9289 * gdb.compile/compile-tls.exp
9290 * gdb.cp/exception.exp
9291 * gdb.cp/gdb2495.exp
9292 * gdb.cp/local.exp
9293 * gdb.cp/mb-inline.exp
9294 * gdb.cp/mb-templates.exp
9295 * gdb.cp/pr10687.exp
9296 * gdb.cp/pr9167.exp
9297 * gdb.cp/scope-err.exp
9298 * gdb.cp/templates.exp
9299 * gdb.cp/virtfunc.exp
9300 * gdb.dwarf2/dw2-dir-file-name.exp
9301 * gdb.dwarf2/dw2-single-line-discriminators.exp
9302 * gdb.fortran/complex.exp
9303 * gdb.fortran/library-module.exp
9304 * gdb.guile/guile.exp
9305 * gdb.guile/scm-cmd.exp
9306 * gdb.guile/scm-frame-inline.exp
9307 * gdb.guile/scm-objfile.exp
9308 * gdb.guile/scm-pretty-print.exp
9309 * gdb.guile/scm-symbol.exp
9310 * gdb.guile/scm-type.exp
9311 * gdb.guile/scm-value.exp
9312 * gdb.linespec/keywords.exp
9313 * gdb.linespec/ls-errs.exp
9314 * gdb.linespec/macro-relative.exp
9315 * gdb.linespec/thread.exp
9316 * gdb.mi/mi-breakpoint-changed.exp
9317 * gdb.mi/mi-dprintf-pending.exp
9318 * gdb.mi/mi-fullname-deleted.exp
9319 * gdb.mi/mi-logging.exp
9320 * gdb.mi/mi-pending.exp
9321 * gdb.mi/mi-solib.exp
9322 * gdb.mi/new-ui-mi-sync.exp
9323 * gdb.mi/user-selected-context-sync.exp
9324 * gdb.multi/dummy-frame-restore.exp
9325 * gdb.multi/multi-arch-exec.exp
9326 * gdb.multi/remove-inferiors.exp
9327 * gdb.multi/watchpoint-multi-exit.exp
9328 * gdb.opt/solib-intra-step.exp
9329 * gdb.perf/backtrace.exp
9330 * gdb.perf/single-step.exp
9331 * gdb.perf/skip-command.exp
9332 * gdb.perf/skip-prologue.exp
9333 * gdb.perf/solib.exp
9334 * gdb.python/lib-types.exp
9335 * gdb.python/py-as-string.exp
9336 * gdb.python/py-bad-printers.exp
9337 * gdb.python/py-block.exp
9338 * gdb.python/py-breakpoint.exp
9339 * gdb.python/py-cmd.exp
9340 * gdb.python/py-events.exp
9341 * gdb.python/py-evthreads.exp
9342 * gdb.python/py-finish-breakpoint.exp
9343 * gdb.python/py-finish-breakpoint2.exp
9344 * gdb.python/py-frame-inline.exp
9345 * gdb.python/py-frame.exp
9346 * gdb.python/py-inferior.exp
9347 * gdb.python/py-infthread.exp
9348 * gdb.python/py-mi.exp
9349 * gdb.python/py-objfile.exp
9350 * gdb.python/py-pp-maint.exp
9351 * gdb.python/py-pp-registration.exp
9352 * gdb.python/py-prettyprint.exp
9353 * gdb.python/py-recurse-unwind.exp
9354 * gdb.python/py-shared.exp
9355 * gdb.python/py-symbol.exp
9356 * gdb.python/py-symtab.exp
9357 * gdb.python/py-template.exp
9358 * gdb.python/py-type.exp
9359 * gdb.python/py-unwind-maint.exp
9360 * gdb.python/py-unwind.exp
9361 * gdb.python/py-value.exp
9362 * gdb.python/python.exp
9363 * gdb.reverse/finish-reverse-bkpt.exp
9364 * gdb.reverse/insn-reverse.exp
9365 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9366 * gdb.reverse/solib-precsave.exp
9367 * gdb.reverse/solib-reverse.exp
9368 * gdb.stabs/gdb11479.exp
9369 * gdb.stabs/weird.exp
9370 * gdb.threads/fork-child-threads.exp
9371 * gdb.threads/fork-plus-threads.exp
9372 * gdb.threads/fork-thread-pending.exp
9373 * gdb.threads/forking-threads-plus-breakpoint.exp
9374 * gdb.threads/hand-call-in-threads.exp
9375 * gdb.threads/interrupted-hand-call.exp
9376 * gdb.threads/linux-dp.exp
9377 * gdb.threads/local-watch-wrong-thread.exp
9378 * gdb.threads/next-while-other-thread-longjmps.exp
9379 * gdb.threads/non-ldr-exit.exp
9380 * gdb.threads/pending-step.exp
9381 * gdb.threads/print-threads.exp
9382 * gdb.threads/process-dies-while-detaching.exp
9383 * gdb.threads/process-dies-while-handling-bp.exp
9384 * gdb.threads/pthreads.exp
9385 * gdb.threads/queue-signal.exp
9386 * gdb.threads/reconnect-signal.exp
9387 * gdb.threads/signal-command-handle-nopass.exp
9388 * gdb.threads/signal-command-multiple-signals-pending.exp
9389 * gdb.threads/signal-delivered-right-thread.exp
9390 * gdb.threads/signal-sigtrap.exp
9391 * gdb.threads/sigthread.exp
9392 * gdb.threads/staticthreads.exp
9393 * gdb.threads/stepi-random-signal.exp
9394 * gdb.threads/thread-unwindonsignal.exp
9395 * gdb.threads/thread_check.exp
9396 * gdb.threads/thread_events.exp
9397 * gdb.threads/tid-reuse.exp
9398 * gdb.threads/tls-nodebug.exp
9399 * gdb.threads/tls-shared.exp
9400 * gdb.threads/tls-so_extern.exp
9401 * gdb.threads/tls.exp
9402 * gdb.threads/wp-replication.exp
9403 * gdb.trace/actions-changed.exp
9404 * gdb.trace/actions.exp
9405 * gdb.trace/backtrace.exp
9406 * gdb.trace/change-loc.exp
9407 * gdb.trace/collection.exp
9408 * gdb.trace/deltrace.exp
9409 * gdb.trace/disconnected-tracing.exp
9410 * gdb.trace/entry-values.exp
9411 * gdb.trace/ftrace-lock.exp
9412 * gdb.trace/ftrace.exp
9413 * gdb.trace/infotrace.exp
9414 * gdb.trace/mi-trace-frame-collected.exp
9415 * gdb.trace/mi-trace-unavailable.exp
9416 * gdb.trace/mi-traceframe-changed.exp
9417 * gdb.trace/mi-tracepoint-changed.exp
9418 * gdb.trace/mi-tsv-changed.exp
9419 * gdb.trace/no-attach-trace.exp
9420 * gdb.trace/packetlen.exp
9421 * gdb.trace/passc-dyn.exp
9422 * gdb.trace/passcount.exp
9423 * gdb.trace/pending.exp
9424 * gdb.trace/pr16508.exp
9425 * gdb.trace/qtro.exp
9426 * gdb.trace/range-stepping.exp
9427 * gdb.trace/read-memory.exp
9428 * gdb.trace/report.exp
9429 * gdb.trace/save-trace.exp
9430 * gdb.trace/signal.exp
9431 * gdb.trace/stap-trace.exp
9432 * gdb.trace/status-stop.exp
9433 * gdb.trace/strace.exp
9434 * gdb.trace/tfile.exp
9435 * gdb.trace/tfind.exp
9436 * gdb.trace/trace-break.exp
9437 * gdb.trace/trace-condition.exp
9438 * gdb.trace/trace-enable-disable.exp
9439 * gdb.trace/trace-mt.exp
9440 * gdb.trace/tracecmd.exp
9441 * gdb.trace/tracefile-pseudo-reg.exp
9442 * gdb.trace/tspeed.exp
9443 * gdb.trace/tstatus.exp
9444 * gdb.trace/tsv.exp
9445 * gdb.trace/unavailable.exp
9446 * gdb.trace/while-dyn.exp
9447 * gdb.trace/while-stepping.exp
9448 * lib/gdb-guile.exp
9449 * lib/gdb.exp
9450 * lib/mi-support.exp
9451 * lib/pascal.exp
9452 * lib/perftest.exp
9453 * lib/prelink-support.exp
9454 * lib/selftest-support.exp
9455
ad02e4fe
SM
94562016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
9457
9458 * Makefile.in: Include disable-implicit-rules.mk.
9459
22347e55
AA
94602016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9461
9462 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
9463 non-byte-aligned bit fields.
9464
da5b30da
AA
94652016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9466
9467 PR gdb/12616
9468 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
9469 respects the DW_AT_data_bit_offset attribute.
9470
b593ecca
SM
94712016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
9472
9473 * gdb.base/default.exp: Fix output of "set language".
9474
3b165252
SM
94752016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
9476
9477 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
9478 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
9479 make.
9480 * configure.ac: Remove checks for the make program.
9481 * configure: Re-generate.
9482
1a2f3d7f
KB
94832016-11-16 Kevin Buettner <kevinb@redhat.com>
9484
9485 * gdb.python/py-recurse-unwind.c (main): Add loop.
9486 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
9487 to read_register() and gdb.parse_and_eval(). Make each code
9488 call a separate case that can be individually tested.
9489 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
9490 proc. Call cont_and_backtrace for each of the code paths that
9491 we want to test in the unwinder.
9492
b7f38fda
AA
94932016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
9494
9495 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
9496 the definition of struct S.
9497
1f8db343
CM
94982016-11-11 Catherine Moore <clm@codesourcery.com>
9499
9500 * gdb.base/dump.exp: Identify verilog format dump tests as such.
9501
fad0c9fb
PA
95022016-11-09 Pedro Alves <palves@redhat.com>
9503
9504 * gdb.base/commands.exp (runto_or_return): New procedure.
9505 (gdbvar_simple_if_test, gdbvar_simple_while_test)
9506 (gdbvar_complex_if_while_test, progvar_simple_if_test)
9507 (progvar_simple_while_test, progvar_complex_if_while_test)
9508 (if_while_breakpoint_command_test)
9509 (infrun_breakpoint_command_test, breakpoint_command_test)
9510 (user_defined_command_test, watchpoint_command_test)
9511 (test_command_prompt_position, redefine_hook_test)
9512 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
9513 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
9514 multi_line_input and multi_line. Remove gdb_expect and
9515 gdb_stop_suppressing_tests uses.
9516 * lib/gdb.exp (valnum_re): New global.
9517 (multi_line_input): New procedure.
9518
8354c62c
SM
95192016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
9520
9521 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
9522 Remove.
9523 (test_setup): Define with proc_with_prefix.
9524 (test_cli_inferior): Likewise.
9525 (test_cli_thread): Likewise.
9526 (test_cli_frame): Likewise.
9527 (test_cli_select_frame): Likewise.
9528 (test_cli_up_down): Likewise.
9529 (test_mi_thread_select): Likewise.
9530 (test_mi_stack_select_frame): Likewise.
9531 (test_cli_in_mi_inferior): Likewise.
9532 (test_cli_in_mi_thread): Likewise.
9533 (test_cli_in_mi_frame): Likewise.
9534 (top level): Do not use with_test_prefix_procname.
9535
64f367a2
PA
95362016-11-09 Pedro Alves <palves@redhat.com>
9537
9538 * gdb.base/commands.exp (gdbvar_simple_if_test)
9539 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
9540 (progvar_simple_if_test, progvar_simple_while_test)
9541 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
9542 (infrun_breakpoint_command_test, breakpoint_command_test)
9543 (user_defined_command_test, watchpoint_command_test)
9544 (test_command_prompt_position, deprecated_command_test)
9545 (bp_deleted_in_command, temporary_breakpoint_commands)
9546 (stray_arg0_test, source_file_with_indented_comment)
9547 (recursive_source_test, if_commands_test)
9548 (error_clears_commands_left, redefine_hook_test)
9549 (redefine_backtrace_test): Use proc_with_prefix.
9550 * lib/gdb.exp (proc_with_prefix): New proc.
9551
0bb65f1e
AA
95522016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
9553
9554 * gdb.base/tui-layout.c: New file.
9555 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
9556 disassembly window contains very long lines.
9557
7353f247
TT
95582016-11-08 Tom Tromey <tom@tromey.com>
9559
9560 * gdb.python/py-value.exp (test_value_creation): Make "long" test
9561 depend on Python 2.
9562
30a7bb83
TT
95632016-11-08 Tom Tromey <tom@tromey.com>
9564
9565 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
9566 New method.
9567
cdf5a07c
MG
95682016-10-29 Manish Goregaokar <manish@mozilla.com>
9569
2806dc7e 9570 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 9571
51a789c3
MG
95722016-10-27 Manish Goregaokar <manish@mozilla.com>
9573
2806dc7e
PA
9574 * gdb.rust/simple.rs: Add test for univariant enums without
9575 discriminants and for encoded struct-like enums.
51a789c3 9576
f610ab6d
PA
95772016-10-28 Pedro Alves <palves@redhat.com>
9578
9579 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
9580 gdb_test_multiple, tighten regexps and match symtabs and line
9581 tables incrementally.
9582
b129b0ca
LM
95832016-10-28 Luis Machado <lgustavo@codesourcery.com>
9584
9585 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
9586 general.
9587
ecf45d2c
SL
95882016-10-25 Luis Machado <lgustavo@codesourcery.com>
9589
9590 * gdb.base/exec-invalid-sysroot.exp: New file.
9591
b8d38ee4
JK
95922016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9593
9594 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
9595
f90fd8c2
JK
95962016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9597
9598 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
9599
2d2476aa
MR
96002016-10-19 Maciej W. Rozycki <macro@imgtec.com>
9601
2806dc7e
PA
9602 * gdb.base/killed-outside.exp: Remove $options from a call to
9603 `prepare_for_testing'.
2d2476aa 9604
e42b25a0
SM
96052016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9606
9607 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
9608 Change test message.
9609
3ccdb432
SM
96102016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9611
9612 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
9613 Update comment.
9614
5bad3170
SM
96152016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9616
9617 * gdb.trace/mi-trace-save.exp: New file.
9618
5ad9dba7
YQ
96192016-10-13 Yao Qi <yao.qi@linaro.org>
9620
9621 * gdb.base/code_elim.exp (get_var_address): Remove.
9622 * gdb.base/relocate.exp: Likewise.
9623 * gdb.base/shreloc.exp: Likewise.
9624 * lib/gdb.exp (get_var_address): New.
9625
62df7e21
YQ
96262016-10-13 Yao Qi <yao.qi@linaro.org>
9627
9628 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
9629 floating point tests if $skip_float_test is false.
9630
4dac951e
LM
96312016-10-12 Luis Machado <lgustavo@codesourcery.com>
9632
9633 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
9634 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
9635 argc values.
9636 Add 1 to argc so we guarantee distinct initial/modified argc values.
9637
8f1a8fc4
JK
96382016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9639
9640 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
9641
16c85b5d
JK
96422016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9643
9644 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
9645 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
9646 * gdb.arch/vsx-regs.exp: Likewise.
9647
1d0e042a
YQ
96482016-10-07 Yao Qi <yao.qi@linaro.org>
9649
9650 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
9651
68dadef5
MM
96522016-10-07 Markus Metzger <markus.t.metzger@intel.com>
9653
9654 * gdb.python/python.exp: Test decode_line("*0").
9655
33fa2c6e
DE
96562016-10-06 Doug Evans <dje@google.com>
9657
9658 * gdb.python/py-value.exp (test_value_creation): Add test for large
9659 unsigned 64-bit value.
9660
9c37b5ae
TT
96612016-10-06 Tom Tromey <tom@tromey.com>
9662
9663 * gdb.compile/compile.exp: Change java tests to rust.
9664 * gdb.base/setshow.exp: Change java tests to rust.
9665 * gdb.base/default.exp: Remove java from language list.
9666 * README (Examples): Update language example.
9667 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
9668 test.
9669 * lib/gdb.exp (skip_java_tests): Remove.
9670 * lib/java.exp: Remove.
9671 * gdb.java: Remove.
9672
78b86327
MR
96732016-10-06 Maciej W. Rozycki <macro@imgtec.com>
9674
9675 * gdb.arch/mips-fcr.exp: New test.
9676 * gdb.arch/mips-fcr.c: Source for the new test.
9677
7470adbb
MR
96782016-10-06 Maciej W. Rozycki <macro@imgtec.com>
9679
9680 * gdb.base/solib-disc.exp: Use `standard_output_file'
9681 throughout.
9682
4a556533
PA
96832016-10-06 Pedro Alves <palves@redhat.com>
9684
9685 * gdb.base/jit-simple-dl.c: New file.
9686 * gdb.base/jit-simple-jit.c: New file, factored out from ...
9687 * gdb.base/jit-simple.c: ... this.
9688 * gdb.base/jit-simple.exp (jit_run): Delete.
9689 (build_jit): New proc.
9690 (jit_test_reread): Recompile either the main program or the shared
9691 library, depending on what is being tested. Skip changing address
9692 if caller wants to. Compare before/after addresses. If testing
9693 standalone, explicitly load the binary. Test "maint info
9694 breakpoints".
9695 (top level): Add "standalone vs shared lib" and "change address"
9696 vs "same address" axes.
9697
5a122fbc
PA
96982016-10-06 Pedro Alves <palves@redhat.com>
9699
9700 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
9701 call.
9702 (jit_run): Delete.
9703 (jit_test_reread): Use with_test_prefix. Reload the main binary
9704 explicitly. Compare the before/after addresses of the JIT
9705 descriptor.
9706
ee8da4b8
DE
97072016-08-15 Doug Evans <dje@google.com>
9708
9709 * gdb.xml/extra-regs.xml: Update, end field now required, default type
9710 for single bitfields is bool.
9711 * gdb.xml/tdesc-regs.exp: Ditto.
9712
f389f6fe
JK
97132016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9714
9715 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
9716
fdebf1a4
YQ
97172016-10-05 Yao Qi <yao.qi@linaro.org>
9718
9719 * lib/gdb.exp (support_complex_tests): Return zero if
9720 gdb_skip_float_test return true.
9721
9c36d954 97222016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 9723 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
9724
9725 PR gdb/20487
9726 * gdb.mi/user-selected-context-sync.exp: New file.
9727 * gdb.mi/user-selected-context-sync.c: New file.
9728
4034d0ff 97292016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 9730 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
9731
9732 PR gdb/20487
9733 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
9734 =thread-select-event check.
9735
a4297203
PB
97362016-09-29 Peter Bergner <bergner@vnet.ibm.com>
9737
9738 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
9739 the compulsory L operand changes.
9740 * gdb.arch/powerpc-power.s: Likewise.
9741
bb805577
JK
97422016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9743
9744 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
9745 * gdb.base/jit-attach-pie.c: New file.
9746 * gdb.base/jit-attach-pie.exp: New file.
9747
6d61dee5
PA
97482016-09-28 Pedro Alves <palves@redhat.com>
9749
9750 * gdb.base/infcall-input.c: New file.
9751 * gdb.base/infcall-input.exp: New file.
9752
f73842fc
YQ
97532016-09-22 Yao Qi <yao.qi@linaro.org>
9754
9755 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
9756 (gdb_exit): Rename it to ...
9757 (gdbserver_gdb_exit): ... Close GDBserver.
9758 (gdb_exit): New proc, call gdbserver_gdb_exit.
9759 (mi_gdb_exit): Likewise.
9760
90681dab
YQ
97612016-09-22 Yao Qi <yao.qi@linaro.org>
9762
9763 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
9764 path.
9765 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
9766 Remove duplication.
9767
9c211fd8
YQ
97682016-09-22 Yao Qi <yao.qi@linaro.org>
9769
9770 * lib/gdbserver-support.exp: Check the existence of
9771 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
9772
ad0a504f
AK
97732016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
9774
9775 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
9776
36cf1806
TT
97772016-09-21 Tom Tromey <tom@tromey.com>
9778
9779 PR gdb/20604:
9780 * gdb.base/quit.exp: New file.
9781
74172ecf
SM
97822016-09-21 Simon Marchi <simon.marchi@ericsson.com>
9783
9784 * .gitignore: New file.
9785
3d0ec882
MR
97862016-09-21 Maciej W. Rozycki <macro@imgtec.com>
9787
9788 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
9789 throughout.
9790
8193adea
AA
97912016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9792
9793 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
9794
d41a5c09
JK
97952016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9796
9797 * gdb.cp/casts.cc (decltype): Move it ...
9798 (main): ... with its call to ...
9799 * gdb.cp/casts03.cc: ... a new file.
9800 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
9801
d2dfe700
JK
98022016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9803
9804 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
9805
e2a92b16
PB
98062016-09-15 Peter Bergner <bergner@vnet.ibm.com>
9807
9808 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
9809 and sync up the test with tests in gas/testsuite/gas/ppc.
9810 * gdb.arch/powerpc-power.exp: Likewise.
9811
49b4de64
JK
98122016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9813
9814 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
9815
2c29df25
SDJ
98162016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
9817 Jan Kratochvil <jan.kratochvil@redhat.com>
9818
9819 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
9820 make m1's definition to be different from m2's. Use 'dummy' as an
9821 argument for probe 'two'.
9822
cc3c2846
JB
98232016-09-10 Jon Beniston <jon@beniston.com>
9824
9825 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
9826 for sim target.
9827
e1b2624a
AA
98282016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
9829
9830 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
9831 variable declaration.
9832 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
9833 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
9834 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
9835 received HWCAP as its argument.
9836
4295e285
PA
98372016-09-06 Pedro Alves <palves@redhat.com>
9838
9839 * gdb.base/new-ui-pending-input.c: New file.
9840 * gdb.base/new-ui-pending-input.exp: New file.
9841 * gdb.exp (clear_gdb_spawn_id): New procedure.
9842 (with_spawn_id): Check whether gdb_spawn_id exists before
9843 referencing it. If gdb_spawn_id didn't exist on entry, clear it
9844 on exit.
9845
00d5215e
UW
98462016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
9847
9848 * gdb.base/float128.c: New file.
9849 * gdb.base/float128.exp: Likewise.
9850 * gdb.base/floatn.c: Likewise.
9851 * gdb.base/floatn.exp: Likewise.
9852
a9ff5f12
UW
98532016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
9854
9855 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
9856
f245535c
PA
98572016-09-05 Pedro Alves <palves@redhat.com>
9858
9859 PR backtrace/19927
9860 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
9861 unwinders are immediately called as side effect of "source" or
9862 "disable unwinder" commands.
9863 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
9864
ae9cf263
YQ
98652016-09-02 Yao Qi <yao.qi@linaro.org>
9866
9867 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
9868 is true and $type is "float" or "double".
9869
27aba047
YQ
98702016-09-02 Yao Qi <yao.qi@linaro.org>
9871
9872 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
9873 true.
9874 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
9875 * gdb.base/call-rt-st.exp: Likewise.
9876 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
9877 return value instead of gdb,skip_float_test.
9878 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
9879 (do_function_calls): Use its return value instead of
9880 gdb,skip_float_test.
9881 * gdb.base/finish.exp: Likewise.
9882 * gdb.base/funcargs.exp: Likewise.
9883 * gdb.base/return.exp: Likewise.
9884 * gdb.base/return2.exp: Likewise.
9885 * gdb.base/varargs.exp: Likewise.
9886 * lib/gdb.exp (gdb_skip_float_test): Change it to
9887 gdb_caching_proc. Detect the broken ptrace on arm-linux.
9888
5af962df
AA
98892016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
9890
9891 * gdb.multi/tids.exp: Test "thread apply all".
9892
7fac6910
JK
98932016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9894
9895 * gdb.base/default.exp (tty): Remove.
9896
bb1fe4ac
KB
98972016-08-24 Kevin Buettner <kevinb@redhat.com>
9898
2806dc7e
PA
9899 * gdb.python/py-recurse-unwind.c: New file.
9900 * gdb.python/py-recurse-unwind.py: New file.
9901 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 9902
0a1ddfa6
SM
99032016-08-24 Simon Marchi <simon.marchi@ericsson.com>
9904
9905 * gdb.base/set-inferior-tty.exp: New file.
9906 * gdb.base/set-inferior-tty.c: New file.
9907
d9de1fe3
PA
99082016-08-23 Pedro Alves <palves@redhat.com>
9909
9910 PR gdb/20494
9911 * gdb.base/new-ui-echo.c: New file.
9912 * gdb.base/new-ui-echo.exp: New file.
9913
e9d9abd7
YQ
99142016-08-23 Yao Qi <yao.qi@linaro.org>
9915
9916 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
9917 gdbserver_spawn.
9918 * gdb.server/connect-without-multi-process.exp (do_test):
9919 Likewise.
9920
3589529e
YQ
99212016-08-23 Yao Qi <yao.qi@linaro.org>
9922
9923 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
9924 standalone_txt. Delete gdb_txt and standalone_txt on host
9925 and target. Spawn the binary on target. Copy files from
9926 target to host.
9927
6bb90213
PA
99282016-08-22 Pedro Alves <palves@redhat.com>
9929
9930 PR gdb/20505
9931 * gdb.base/vdso-warning.exp: Test core dumps too. Use
9932 with_test_prefix. Factor out bits to ...
9933 (test_no_vdso): ... this new procedure.
9934
20c2c024
CL
99352016-08-19 Carl Love <cel@us.ibm.com>
9936
9937 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
9938 maintaining separate logic for constructing the output path.
9939 * gdb.arch/powerpc-d128-regs.exp: Likewise.
9940 * gdb.arch/ppc-dfp.exp: Likewise.
9941 * gdb.arch/ppc-fp.exp: Likewise.
9942 * gdb.arch/vsx-regs.exp: Likewise.
9943 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
9944 binprefix for generating the additional binary files.
9945
0646e07d
PA
99462016-08-19 Pedro Alves <palves@redhat.com>
9947
9948 * gdb.trace/mi-trace-frame-collected.exp
9949 (test_trace_frame_collected): On x32, expect two registers.
9950
46da9242
CL
99512016-08-18 Carl Love <cel@us.ibm.com>
9952
9953 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
9954 and sync up the test with tests in gas/testsuite/gas/ppc.
9955 * gdb.arch/powerpc-power.exp: Likewise.
9956
eb2332d7
SM
99572016-08-17 Simon Marchi <simon.marchi@ericsson.com>
9958
9959 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
9960 expected error message.
9961
63c61e04
SM
99622016-08-17 Simon Marchi <simon.marchi@ericsson.com>
9963
9964 * gdb.multi/remove-inferiors.exp: New file.
9965 * gdb.multi/remove-inferiors.c: New file.
9966
7b17065f
YQ
99672016-08-12 Yao Qi <yao.qi@linaro.org>
9968
9969 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
9970 argument list.
9971
01d3dedf
PA
99722016-08-10 Pedro Alves <palves@redhat.com>
9973
9974 PR gdb/19187
9975 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
9976 setup_kfails.
9977
3eb7562a
PA
99782016-08-09 Pedro Alves <palves@redhat.com>
9979 Simon Marchi <simon.marchi@ericsson.com>
9980
9981 PR gdb/20418
9982 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
9983 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
9984
80614914
PA
99852016-08-09 Pedro Alves <palves@redhat.com>
9986
9987 PR mi/20431
9988 * gdb.mi/mi-cmd-error.exp: New file.
9989
f348d89a
PA
99902016-08-09 Pedro Alves <palves@redhat.com>
9991
9992 PR gdb/18653
9993 * gdb.base/signals-state-child.c: New file.
9994 * gdb.base/signals-state-child.exp: New file.
9995 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
9996
e5ca03b4
PA
99972016-08-09 Pedro Alves <palves@redhat.com>
9998
9999 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
10000
282a0691
TT
100012016-08-03 Tom Tromey <tom@tromey.com>
10002
10003 PR python/18565:
10004 * gdb.python/py-frame-inline.exp: Add Frame.function test.
10005
41bfcd63
YQ
100062016-08-01 Yao Qi <yao.qi@linaro.org>
10007
10008 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
10009 variable mode to "multi-process" if $multi_process is 1, otherwise
10010 set it to "single-process".
10011
e3465b24
YQ
100122016-08-01 Yao Qi <yao.qi@linaro.org>
10013
10014 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
10015 * gdb.cp/cpexprs.exp: Likewise.
10016 * gdb.cp/m-static.exp: Likewise.
10017
0b31a4bc
TT
100182016-07-26 Tom Tromey <tom@tromey.com>
10019
10020 PR python/20190:
10021 * gdb.threads/tls.exp (check_thread_local): Add python symbol
10022 test.
10023
e0461dbb
MM
100242016-07-26 Markus Metzger <markus.t.metzger@intel.com>
10025
10026 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
10027 selecting assembly source files.
10028 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
10029 assembly source files.
10030 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
10031 assembly source files.
10032 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
10033 selecting assembly source files.
10034
8194e927
SM
100352016-07-25 Simon Marchi <simon.marchi@ericsson.com>
10036
10037 * gdb.base/new-ui.exp (do_test_invalid_args): New
10038 procedure.
10039
c0272db5
TW
100402016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
10041
10042 * gdb.btrace/reconnect.c: New file.
10043 * gdb.btrace/reconnect.exp: New file.
10044
e3487908
GKB
100452016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
10046
10047 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
10048 to test_catch_syscall_group.
10049 (test_catch_syscall_group): New.
10050
12df5c00
TT
100512016-07-21 Tom Tromey <tom@tromey.com>
10052
10053 * gdb.rust/simple.rs (main): Use empty struct expression.
10054 * gdb.rust/simple.exp: Add tests for empty struct expression.
10055
bae62ee2
YQ
100562016-07-21 Yao Qi <yao.qi@linaro.org>
10057
10058 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
10059 if gdb_skip_xml_test is true on some targets.
10060
b1b53fb3
YQ
100612016-07-21 Yao Qi <yao.qi@linaro.org>
10062
10063 * gdb.server/solib-list.exp: Unset last_loaded_file.
10064
027d97f8
JK
100652016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10066
10067 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
10068 "step into captured_main (args)".
10069
7674d381
JK
100702016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10071
10072 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
10073
72b5d099
JK
100742016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10075
10076 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
10077
1f960ced
PA
100782016-07-19 Pedro Alves <palves@redhat.com>
10079
10080 * gdb.opt/inline-break.exp: Remove optimize=-O2.
10081 * gdb.opt/inline-bt.exp: Likewise.
10082 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
10083 additional_flags=-Winline.
10084 * gdb.opt/inline-locals.exp: Likewise.
10085 * gdb.opt/inline-markers.c (ATTR): Define.
10086 (inlined_fn): Use it.
10087
f25827c1
YQ
100882016-07-19 Yao Qi <yao.qi@linaro.org>
10089
10090 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
10091 (test_with_self): Remove some code. Remove argument executable.
10092 (top-level): Use do_self_tests.
10093
37539ebe
DB
100942016-07-15 Zachary Welch <zwelch@codesourcery.com>
10095 Don Breazeal <donb@codesourcery.com>
10096
10097 * gdb.base/maint.exp: Escape paths used in regular expressions.
10098 * gdb.stabs/weird.exp: Likewise.
10099
dac790e1
TT
101002016-07-13 Tom Tromey <tom@tromey.com>
10101
10102 PR python/15620, PR python/18620:
10103 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
10104 (test_bkpt_events): New procs.
10105
93daf339
TT
101062016-07-13 Tom Tromey <tom@tromey.com>
10107
10108 PR python/17698:
10109 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
10110 test.
10111 (test_watchpoints): Likewise.
10112 (test_bkpt_pending): New proc.
10113
6571a381
TT
101142016-07-13 Tom Tromey <tom@tromey.com>
10115
10116 PR cli/18053:
10117 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
10118 completion test.
10119
e8732474
JK
101202016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10121
10122 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
10123 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
10124 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
10125 f_label.
10126 (g): Rename g_end_lbl to g_label.
10127 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
10128 low_pc and high_pc.
10129 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
10130
e0f3fd7c
TT
101312016-07-12 Tom Tromey <tom@tromey.com>
10132
10133 PR python/19293:
10134 * gdb.python/py-unwind-maint.exp: Update tests.
10135
3cfe46b6
YQ
101362016-07-12 Yao Qi <yao.qi@linaro.org>
10137
10138 * lib/selftest-support.exp (selftest_setup): Match the output
10139 when captured_main is inlined.
10140
4f19a0e6
WT
101412016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
10142
10143 * gdb.fortran/derived-types.exp (result_line, result_line_2):
10144 New variables.
10145 (print this%a, print this%b, print this): New tests.
10146 * gdb.fortran/derived-types.f90 (this): New object and
10147 initialization.
10148
986cf455
SM
101492016-07-06 Simon Marchi <simon.marchi@ericsson.com>
10150
10151 * gdb.ada/arraydim.exp: Remove extra directory level in build
10152 directory.
10153
f0464b23
SM
101542016-07-06 Simon Marchi <simon.marchi@ericsson.com>
10155
10156 * lib/ada.exp: Remove extra directory level in build directory.
10157 * gdb.ada/cond_lang.exp: Likewise.
10158 * gdb.ada/exec_changed.exp: Likewise.
10159 * gdb.ada/lang_switch.exp: Likewise.
10160
42d94011
MG
101612016-07-06 Manish Goregaokar <manish@mozilla.com>
10162
2806dc7e
PA
10163 * simple.rs: Add test for raw pointer subscripting.
10164 * simple.exp: Add test expectations.
42d94011 10165
647c264c
YQ
101662016-07-05 Yao Qi <yao.qi@linaro.org>
10167
10168 * gdb.mi/mi-reverse.exp: Match =record-started output.
10169
20aa2c60
PA
101702016-07-01 Pedro Alves <palves@redhat.com>
10171
10172 * gdb.base/jit-reader.exp (info_registers_current_frame): New
10173 procedure.
10174 (jit_reader_test): Test the jit reader's unwinder.
10175 * gdb.base/jithost.c (jit_function_00_code): New global.
10176 (main): Use memcpy to fill in the mmapped code, instead of poking
10177 bytes manually here.
10178 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
10179 value.
10180 (read_debug_info): Save the function's range.
10181 (read_sp): New function.
10182 (unwind_frame): Use it. Also unwind RBP.
10183 (get_frame_id): Use read_sp.
10184 (gdb_init_reader): Use calloc instead of malloc.
10185 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
10186 parameter. Use gdb_test_multiple.
10187
ced2dffb
PA
101882016-07-01 Pedro Alves <palves@redhat.com>
10189 Antoine Tremblay <antoine.tremblay@ericsson.com>
10190
10191 * gdb.threads/process-dies-while-detaching.c: New file.
10192 * gdb.threads/process-dies-while-detaching.exp: New file.
10193
63000888
PA
101942016-07-01 Pedro Alves <palves@redhat.com>
10195
10196 * gdb.multi/watchpoint-multi-exit.c: New file.
10197 * gdb.multi/watchpoint-multi-exit.exp: New file.
10198
038d4868
PA
101992016-06-30 Pedro Alves <palves@redhat.com>
10200
10201 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
10202 unset inferior_spawn_id.
10203
994e9c83
PA
102042016-06-30 Pedro Alves <palves@redhat.com>
10205
10206 * lib/mi-support.exp (default_mi_gdb_start): Declare global
10207 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
10208
e5653468
YQ
102092016-06-29 Yao Qi <yao.qi@linaro.org>
10210
10211 * gdb.base/return.c: Add copyright header.
10212
803b47e5
TT
102132016-06-29 Tom Tromey <tom@tromey.com>
10214
10215 PR python/20129:
10216 * gdb.python/py-framefilter.exp: Add tests for setting priority
10217 and disabling of non-existent frame filter.
10218
28244707
YQ
102192016-06-29 Yao Qi <yao.qi@linaro.org>
10220
10221 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
10222 0x0f07ff.
10223
a31d2f06
YQ
102242016-06-28 Yao Qi <yao.qi@linaro.org>
10225
10226 * gdb.base/catch-syscall.exp: Remove check on isnative and target
10227 triplets. Start gdb, execute catch syscall, and continue. Check
10228 gdb's output to determine catch syscall is supported.
10229
921d8f54
MG
102302016-06-27 Manish Goregaokar <manish@mozilla.com>
10231
25d49b86
PA
10232 * gdb.rust/simple.rs: Add test for returning unit in a function.
10233 * gdb.rust/simple.exp: Add expectation for functions returning
10234 unit.
921d8f54 10235
f4952523
PMR
102362016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
10237
10238 * gdb.python/py-breakpoint-create-fail.c,
10239 gdb.python/py-breakpoint-create-fail.exp,
10240 gdb.python/py-breakpoint-create-fail.py: New testcase.
10241
fccb08f8
MG
102422016-06-25 Manish Goregaokar <manish@mozilla.com>
10243
10244 PR gdb/20239
10245 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
10246 * gdb.rust/simple.exp: Add test expectations for new NonZero
10247 tests.
fccb08f8 10248
6b850546
DT
102492016-06-24 David Taylor <dtaylor@emc.com>
10250
10251 * gdb.base/offsets.exp: New file.
10252 * gdb.base/offsets.c: New file.
10253
17621150
TT
102542016-06-23 Tom Tromey <tom@tromey.com>
10255
10256 PR gdb/16483:
10257 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
10258 before any filters are loaded.
10259
04d59df6
WT
102602016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
10261
10262 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
10263 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
10264 structs.
10265 * gdb.fortran/derived-type-function.exp: New file.
10266 * gdb.fortran/derived-type-function.f90: New file.
10267
10268
ac69f786
PA
102692016-06-21 Pedro Alves <palves@redhat.com>
10270
10271 * gdb.base/new-ui.exp: New file.
10272 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
10273 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
10274 (with_spawn_id): New procedure.
10275
49940788
PA
102762016-06-21 Pedro Alves <palves@redhat.com>
10277
10278 * gdb.mi/mi-exec-run.exp: New file.
10279
ef274d26
PA
102802016-06-21 Pedro Alves <palves@redhat.com>
10281
10282 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
10283 breakpoint command's output on the main UI.
10284 (test_break): New procedure, factored out from calls in the top
10285 level.
10286 (top level): Use foreach_with_prefix to test MI as main UI and as
10287 separate UI.
10288
468afe6c
PA
102892016-06-21 Pedro Alves <palves@redhat.com>
10290
10291 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
10292 (test_awatch_creation_and_listing)
10293 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
10294 Remove 'type' parameter.
10295 (test_watchpoint_all): New parameter mi_mode. Remove
10296 with_test_prefix.
10297 (top level): Use foreach_with_prefix, and add main/separate UI MI
10298 testing axis.
10299
51f77c37
PA
103002016-06-21 Pedro Alves <palves@redhat.com>
10301
10302 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
10303 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
10304 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
10305 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
10306 (gdb_main_spawn_id, mi_spawn_id): Declare and
10307 comment.
10308 (mi_create_inferior_pty): New procedure,
10309 factored out from default_mi_gdb_start.
10310 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
10311 procedures.
10312 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
10313 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
10314 Use mi_create_inferior_pty.
10315 (mi_gdb_start): Use eval to pass down args list.
10316
8980e177
PA
103172016-06-21 Pedro Alves <palves@redhat.com>
10318
10319 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
10320 * gdb.opt/inline-cmds.exp: Add MI tests.
10321
f38d3ad1
PA
103222016-06-21 Pedro Alves <palves@redhat.com>
10323
10324 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
10325
45db7c09
PA
103262016-06-21 Pedro Alves <palves@redhat.com>
10327
10328 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
10329 (top level): Use it instead of mi_execute_to.
10330
5a069ab3
PA
103312016-06-21 Pedro Alves <palves@redhat.com>
10332
10333 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
10334 (cont_handler_str): New.
10335 (signal_stop_handler): Set stop_handler_str instead of printing to
10336 stdout.
10337 (continue_handler): Set cont_handler_str instead of printing to
10338 stdout.
10339 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
10340 mi_send_resuming_command. Print stop_handler_str and
10341 cont_handler_str instead of expecting the python events print
10342 directly.
10343
2838cc1d
SD
103442016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
10345
10346 * gdb.base/jit-reader.exp: New file.
10347 * gdb.base/jithost.c: New file.
10348 * gdb.base/jithost.h: New file.
10349 * gdb.base/jitreader.c : New file.
10350 * gdb.base/jit-protocol.h: New file.
10351
21a77091
YQ
103522016-06-17 Yao Qi <yao.qi@linaro.org>
10353
10354 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
10355 parameters follow_fork and detach_on_fork. Set follow-fork-mode
10356 and detach-on-fork. Adjust tests.
10357 (top level): Invoke break_cond_on_syscall with combinations of
10358 syscall, follow-fork-mode and detach-on-fork.
10359
f50bf8e5
YQ
103602016-06-17 Yao Qi <yao.qi@linaro.org>
10361
10362 * gdb.base/step-over-exit.c: New.
10363 * gdb.base/step-over-exit.exp: New.
10364
a28d8e50
YTL
103652016-06-17 Yan-Ting Lin <currygt52@gmail.com>
10366
10367 * gdb.base/float.exp: Add target check for nds32*-*-*.
10368 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
10369
cad8e26d
AB
103702016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
10371
10372 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
10373 for unsupported target features.
10374 * gdb.base/call-rt-st.exp: Likewise.
10375 * gdb.base/call-sc.exp: Likewise.
10376 * gdb.base/call-signal-resume.exp: Likewise.
10377 * gdb.base/call-strs.exp: Likewise.
10378 * gdb.base/callexit.exp: Likewise.
10379 * gdb.base/callfuncs.exp: Likewise.
10380 * gdb.base/nodebug.exp: Likewise.
10381 * gdb.base/printcmds.exp: Likewise.
10382 * gdb.base/ptype.exp: Likewise.
10383 * gdb.base/structs.exp: Likewise.
10384 * gdb.base/unwindonsignal.exp: Likewise.
10385 * gdb.cp/gdb2495.exp: Likewise.
10386 * gdb.cp/templates.exp: Likewise.
10387 * gdb.cp/virtfunc.exp: Likewise.
10388 * gdb.threads/hand-call-in-threads.exp: Likewise.
10389 * gdb.threads/interrupted-hand-call.exp: Likewise.
10390 * gdb.threads/thread-unwindonsignal.exp: Likewise.
10391
347dc102
TT
103922016-06-10 Tom Tromey <tom@tromey.com>
10393
10394 PR rust/20110:
10395 * gdb.rust/expr.exp: Add test for integer constant larger than
10396 i32.
10397
5e13cf25
BH
103982016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
10399
10400 * gdb.fortran/nested-funcs.exp: New.
10401 * gdb.fortran/nested-funcs.f90: New.
10402
bb556f1f
TK
104032016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
10404
10405 * gdb.base/examine-backward.c: New file.
10406 * gdb.base/examine-backward.exp: New file.
10407
38b022b4
SM
104082016-06-06 Simon Marchi <simon.marchi@ericsson.com>
10409
10410 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
10411 matching.
10412
1b40ec05
TT
104132016-06-02 Tom Tromey <tom@tromey.com>
10414
10415 PR python/18984:
10416 * gdb.python/py-shared.exp: Add solib_name test.
10417
193bd378
SM
104182016-06-02 Simon Marchi <simon.marchi@ericsson.com>
10419
10420 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
10421
3326303b
MG
104222016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
10423
10424 PR c++/19893
10425 * gdb.dwarf2/implref.exp: Rename to...
10426 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
10427 * gdb.dwarf2/implref-array.c: New file.
10428 * gdb.dwarf2/implref-array.exp: Likewise.
10429 * gdb.dwarf2/implref-global.c: Likewise.
10430 * gdb.dwarf2/implref-global.exp: Likewise.
10431 * gdb.dwarf2/implref-struct.c: Likewise.
10432 * gdb.dwarf2/implref-struct.exp: Likewise.
10433
825c8ef2
AT
104342016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10435
10436 * gdb.trace/trace-condition.exp: Add 64bit tests.
10437
2320162a
AT
104382016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10439
10440 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
10441 bits types.
10442 (main): Adapt to 8 to 64 bits types.
10443 * gdb.trace/trace-condition.exp: Add new tests.
10444
a7818233
AT
104452016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10446
10447 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
10448
0d336466
AT
104492016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10450
10451 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
10452 Move condition tests...
10453 * gdb.trace/trace-condition.exp: Here.
10454
7faeb45a
AT
104552016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10456
10457 * gdb.trace/trace-condition.exp: Add counter-case tests.
10458
e385593e
JK
104592016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
10460
10461 PR c++/15231
10462 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
10463 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
10464
744608cc
PA
104652016-05-27 Pedro Alves <palves@redhat.com>
10466
10467 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
10468 New procedure.
10469 (top level): Call it, and bail out of DejaGnu is known to be bad.
10470
ac775bf4
AB
104712016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
10472
10473 * gdb.base/whatis.c: Extend the test case.
10474 * gdb.base/whatis.exp: Add additional tests.
10475
2bbad2ea
BH
104762016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10477
10478* gdb.fortran/type.f90: Add pointer variable.
10479* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
10480
8b70175d
BH
104812016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10482
10483 * gdb.fortran/vla-type.exp: Fix testcase name.
10484
86d8a848
BH
104852016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10486
10487 * gdb.fortran/vla-type.exp: Access elements in nested structs.
10488
e188eb36
BH
104892016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10490
10491 * gdb.fortran/type.f90: Add nested structures.
10492 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
10493 * gdb.fortran/derived-type.exp: Adapt expected output.
10494 * gdb.fortran/vla-type.exp: Adapt expected output.
10495
9b2db1fd
BH
104962016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10497
10498 * gdb.fortran/whatis_type.exp: Adapt expected output.
10499
72b17055
BH
105002016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10501
10502 * gdb.fortran/print_type.exp: Fix expected output.
10503 * gdb.fortran/whatis_type.exp: Fix expected output.
10504
3cd81d8d
BH
105052016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10506
10507 * gdb.fortran/whatis_type.exp: Use multi_line.
10508
ddae9462
TT
105092016-05-24 Tom Tromey <tom@tromey.com>
10510
10511 PR python/17386:
10512 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
10513 use value as an index.
10514
1957f6b8
TT
105152016-05-23 Tom Tromey <tom@tromey.com>
10516
10517 PR python/17981:
10518 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
10519 no-breakpoint case.
10520
026a9174
PA
105212016-05-24 Pedro Alves <palves@redhat.com>
10522
10523 PR gdb/19828
10524 * gdb.threads/clone-attach-detach.c: New file.
10525 * gdb.threads/clone-attach-detach.exp: New file.
10526
e70a7231
FR
105272016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
10528
10529 * gdb.base/annota-input-while-running.exp: Fix syntax error.
10530
0f6ed0e0
TT
105312016-05-23 Tom Tromey <tom@tromey.com>
10532
10533 PR python/19438, PR python/18393:
10534 * gdb.python/py-progspace.exp: Add "dir" test.
10535 * gdb.python/py-objfile.exp: Add "dir" test.
10536
ffd19d61
YQ
105372016-05-23 Yao Qi <yao.qi@linaro.org>
10538
10539 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
10540 * gdb.arch/thumb2-it.exp: Likewise.
10541
9e8f9b05
SM
105422016-05-18 Simon Marchi <simon.marchi@ericsson.com>
10543
10544 * gdb.mi/mi-threads-interrupt.c: New file.
10545 * gdb.mi/mi-threads-interrupt.exp: New file.
10546
61c6156d
SM
105472016-05-17 Simon Marchi <simon.marchi@ericsson.com>
10548
10549 PR gdb/18077
10550 * gdb.mi/mi-async-run.exp: New file.
10551 * gdb.mi/mi-async-run.c: New file.
10552
67218854
TT
105532016-05-17 Tom Tromey <tom@tromey.com>
10554 Manish Goregaokar <manishsmail@gmail.com>
10555
10556 * lib/rust-support.exp: New file.
10557 * lib/gdb.exp (skip_rust_tests): New proc.
10558 (build_executable_from_specs): Handle rust.
10559 * lib/future.exp (gdb_find_rustc): New proc.
10560 (gdb_default_target_compile): Handle rust.
10561 * gdb.rust/expr.exp: New file.
10562 * gdb.rust/generics.exp: New file.
10563 * gdb.rust/generics.rs: New file.
10564 * gdb.rust/methods.exp: New file.
10565 * gdb.rust/methods.rs: New file.
10566 * gdb.rust/modules.exp: New file.
10567 * gdb.rust/modules.rs: New file.
10568 * gdb.rust/simple.exp: New file.
10569 * gdb.rust/simple.rs: New file.
10570
c44af4eb
TT
105712016-05-17 Tom Tromey <tom@tromey.com>
10572
10573 * gdb.base/default.exp (set language): Add rust.
10574
dcd1f979
TT
105752016-05-17 Tom Tromey <tom@tromey.com>
10576
10577 * gdb.gdb/unittest.exp: New file.
10578
155b7f57
YQ
105792016-05-16 Yao Qi <yao.qi@linaro.org>
10580
10581 * gdb.base/batch-preserve-term-settings.exp: Remove variable
10582 shell_prompt. Update shell_prompt_re.
10583
8ddd5a6c
DE
105842016-05-12 Doug Evans <dje@google.com>
10585
10586 PR symtab/19999
10587 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
10588 $options when building executable.
10589 * gdb.dwarf2/fission-loclists-pie.S: New file.
10590 * gdb.dwarf2/fission-loclists-pie.exp: New file.
10591
02e370d9
SM
105922016-05-04 Simon Marchi <simon.marchi@ericsson.com>
10593
10594 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
10595 of [is_remote target],
10596
8929ad8b
SM
105972016-05-04 Simon Marchi <simon.marchi@ericsson.com>
10598
10599 * lib/gdb.exp (use_gdb_stub): New procedure.
10600
6c447423
DE
106012016-05-03 Yunlian Jiang <yunlian@google.com>
10602 Doug Evans <dje@google.com>
10603
10604 PR symtab/19914
10605 * gdb.dwarf2/dwp-sepdebug.c: New file.
10606 * gdb.dwarf2/dwp-sepdebug.exp: New file.
10607
444e826c
SM
106082016-05-02 Simon Marchi <simon.marchi@ericsson.com>
10609
10610 * gdb.base/detach.exp: Remove is_remote check.
10611
740feeaa
SM
106122016-05-02 Simon Marchi <simon.marchi@ericsson.com>
10613
10614 * gdb.base/annota-input-while-running.exp: Don't check for
10615 [is_remote target]. Enable annotations after running to main.
10616 Remove unused "set test..." line.
10617
9080ac9d
SM
106182016-04-28 Simon Marchi <simon.marchi@ericsson.com>
10619
10620 * gdb.trace/trace-enable-disable.exp: New file.
10621 * gdb.trace/trace-enable-disable.c: New file.
10622
952ebca5
SM
106232016-04-28 Simon Marchi <simon.marchi@ericsson.com>
10624
10625 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
10626 use it in info sharedlibrary test.
10627 * gdb.trace/ftrace-lock.exp: Likewise.
10628 * gdb.trace/ftrace.exp: Likewise.
10629 * gdb.trace/range-stepping.exp: Likewise.
10630 * gdb.trace/trace-break.exp: Likewise.
10631 * gdb.trace/trace-condition.exp: Likewise.
10632 * gdb.trace/trace-mt.exp: Likewise.
10633
d9019901
SM
106342016-04-27 Simon Marchi <simon.marchi@ericsson.com>
10635
10636 * lib/gdb.exp (gdb_load_shlibs): Rename to...
10637 (gdb_load_shlib): ... this.
10638 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
10639 gdb_load_shlib.
10640 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
10641 * gdb.base/ctxobj.exp: Likewise.
10642 * gdb.base/dprintf-pending.exp: Likewise.
10643 * gdb.base/dso2dso.exp: Likewise.
10644 * gdb.base/fixsection.exp: Likewise.
10645 * gdb.base/gcore-relro.exp: Likewise.
10646 * gdb.base/gdb1555.exp: Likewise.
10647 * gdb.base/global-var-nested-by-dso.exp: Likewise.
10648 * gdb.base/gnu-ifunc.exp: Likewise.
10649 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
10650 * gdb.base/jit-so.exp (one_jit_test): Likewise.
10651 * gdb.base/pending.exp: Likewise.
10652 * gdb.base/print-file-var.exp: Likewise.
10653 * gdb.base/print-symbol-loading.exp: Likewise.
10654 * gdb.base/shlib-call.exp: Likewise.
10655 * gdb.base/shreloc.exp: Likewise.
10656 * gdb.base/so-impl-ld.exp: Likewise.
10657 * gdb.base/solib-disc.exp: Likewise.
10658 * gdb.base/solib-nodir.exp: Likewise.
10659 * gdb.base/solib-overlap.exp: Likewise.
10660 * gdb.base/solib-symbol.exp: Likewise.
10661 * gdb.base/solib-weak.exp (do_test): Likewise.
10662 * gdb.base/sym-file.exp: Likewise.
10663 * gdb.base/symtab-search-order.exp: Likewise.
10664 * gdb.base/type-opaque.exp: Likewise.
10665 * gdb.base/unload.exp: Likewise.
10666 * gdb.base/watchpoint-solib.exp: Likewise.
10667 * gdb.compile/compile.exp: Likewise.
10668 * gdb.cp/gdb2384.exp: Likewise.
10669 * gdb.cp/infcall-dlopen.exp: Likewise.
10670 * gdb.cp/re-set-overloaded.exp: Likewise.
10671 * gdb.fortran/library-module.exp: Likewise.
10672 * gdb.opt/solib-intra-step.exp: Likewise.
10673 * gdb.python/py-finish-breakpoint.exp: Likewise.
10674 * gdb.python/py-shared.exp: Likewise.
10675 * gdb.reverse/solib-precsave.exp: Likewise.
10676 * gdb.reverse/solib-reverse.exp: Likewise.
10677 * gdb.server/solib-list.exp: Likewise.
10678 * gdb.threads/dlopen-libpthread.exp: Likewise.
10679 * gdb.threads/tls-shared.exp: Likewise.
10680 * gdb.threads/tls-so_extern.exp: Likewise.
10681 * gdb.trace/change-loc.exp: Likewise.
10682 * gdb.trace/ftrace-lock.exp: Likewise.
10683 * gdb.trace/ftrace.exp: Likewise.
10684 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
10685 * gdb.trace/pending.exp: Likewise.
10686 * gdb.trace/range-stepping.exp: Likewise.
10687 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
10688 (strace_info_marker): Likewise.
10689 (strace_probe_marker): Likewise.
10690 (strace_trace_on_same_addr): Likewise.
10691 (strace_trace_on_diff_addr): Likewise.
10692 * gdb.trace/trace-break.exp: Likewise.
10693 * gdb.trace/trace-condition.exp: Likewise.
10694 * gdb.trace/trace-mt.exp: Likewise.
10695
fca4cfd9
SM
106962016-04-27 Simon Marchi <simon.marchi@ericsson.com>
10697
10698 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
10699 result of gdb_remote_download.
10700 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
10701 * gdb.base/dso2dso.exp: Likewise.
10702 * gdb.base/global-var-nested-by-dso.exp: Likewise.
10703 * gdb.base/print-file-var.exp: Likewise.
10704 * gdb.base/shlib-call.exp: Likewise.
10705 * gdb.base/shreloc.exp: Likewise.
10706 * gdb.base/solib-overlap.exp: Likewise.
10707 * gdb.base/solib-weak.exp (do_test): Likewise.
10708 * gdb.base/unload.exp: Likewise.
10709
11cf4ffb
YQ
107102016-04-27 Yao Qi <yao.qi@linaro.org>
10711
10712 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
10713 exists.
10714
3e2e34f8
KB
107152016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10716
10717 * vla-type.exp: Print structure from toplevel.
10718
8f07e298
BH
107192016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10720
10721 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
10722 of dynamic types.
10723 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
10724 of dynamic types.
10725
9920b434
BH
107262016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10727
10728 * gdb.fortran/vla-type.f90: New file.
10729 * gdb.fortran/vla-type.exp: New file.
10730
f3abeff5
YQ
107312016-04-25 Yao Qi <yao.qi@linaro.org>
10732
10733 * gdb.base/branch-to-self.c: New file.
10734 * gdb.base/branch-to-self.exp: New file.
10735
0a5d52f0
YQ
107362016-04-22 Yao Qi <yao.qi@linaro.org>
10737
10738 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
10739 more after $hex.
10740
495346f6
YQ
107412016-04-22 Yao Qi <yao.qi@linaro.org>
10742
10743 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
10744 * gdb.base/annota3.exp: Likewise.
10745
4a7e075c
YQ
107462016-04-22 Yao Qi <yao.qi@linaro.org>
10747
10748 * gdb.reverse/step-precsave.exp: Do one step and test program
10749 stops in "callee" and do multiple steps until program goes out
10750 of "callee".
10751 * gdb.reverse/step-reverse.exp: Likewise.
10752
5b061e98
YQ
107532016-04-22 Yao Qi <yao.qi@linaro.org>
10754
10755 * gdb.trace/signal.exp: Also pass if
10756 $tracepoint_hits($i) > $iterations.
10757
5c5dc57f
YQ
107582016-04-22 Yao Qi <yao.qi@linaro.org>
10759
10760 * gdb.trace/signal.c: New file.
10761 * gdb.trace/signal.exp: New file.
10762
a55411b9
DE
107632016-04-19 Doug Evans <xdje42@gmail.com>
10764
10765 * gdb.base/bad-file.exp: New file.
10766
a22df60a
MG
107672016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
10768
10769 * gdb.dwarf2/implref.exp: New file.
10770
0c13f7e5
BH
107712016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
10772
10773 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
10774 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
10775 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
10776 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
10777 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
10778 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
10779 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
10780 * lib/fortran.exp (fortran_int4): New procedure.
10781 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
10782 (fortran_logical4): Likewise.
10783
9b9b09e9
BH
107842016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
10785
10786 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
10787
a14d1f4d
BH
107882016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
10789
10790 * lib/compiler.c: Add Intel specific preprocessor macros.
10791 * lib/compiler.cc: Likewise.
25d49b86 10792
7d49b1d0
LM
107932016-04-13 Luis Machado <lgustavo@codesourcery.com>
10794
10795 * gdb.server/connect-with-no-symbol-file.c: New file.
10796 * gdb.server/connect-with-no-symbol-file.exp: New file.
10797
8392fa22
SM
107982016-04-13 Simon Marchi <simon.marchi@ericsson.com>
10799
10800 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
10801
8c4c4aeb
SM
108022016-04-13 Simon Marchi <simon.marchi@ericsson.com>
10803
10804 * boards/gdbserver-base.exp (${board}_download): Copy source file to
10805 standard output directory.
10806
45e3745e
AT
108072016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
10808
10809 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
10810
e26b7e41
MM
108112016-04-13 Markus Metzger <markus.t.metzger@intel.com>
10812
10813 * gdb.btrace/instruction_history.c (loop): Add declaration.
10814
8ce09462
AT
108152016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
10816
10817 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
10818
2e88a1ea
SM
108192016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
10820
10821 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
10822 parentheses to print.
10823 (continue_handler): Likewise.
10824
f48e22e3
SM
108252016-04-08 Simon Marchi <simon.marchi@ericsson.com>
10826
10827 * gdb.server/solib-list.exp: Remove is_remote check.
10828 Pass shlib= to gdb_compile. Don't link shared library with
10829 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
10830 Run binary filename through "readlink -f" on the target.
10831
096be756
PA
108322016-04-08 Pedro Alves <palves@redhat.com>
10833
10834 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
10835 interpreter filename as argument to gdbserver_spawn.
10836 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
10837 Return empty if $last_loaded_file does not exist.
10838
06500533
JK
108392016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10840
10841 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
10842 * gdb.base/jit-main.c: Use exit after usage.
10843
2d35e871
JK
108442016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10845
10846 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
10847 GDBHISTSIZE prior to the tests.
10848 * gdb.base/gdbinit-history.exp: Likewise.
10849
108502016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
10851
10852 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
10853 instead of build_executable. Use gdb_load_shlibs.
10854
c8064e7e
YQ
108552016-04-07 Yao Qi <yao.qi@linaro.org>
10856
10857 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
10858 Execute "si" command.
10859
bde47561
YQ
108602016-04-07 Yao Qi <yao.qi@linaro.org>
10861
10862 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
10863 number instead of the comments on some line.
10864
b16f8a3b
DB
108652016-04-06 Don Breazeal <donb@codesourcery.com>
10866
10867 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
10868 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
10869
c2f901df
SM
108702016-04-06 Simon Marchi <simon.marchi@ericsson.com>
10871
10872 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
10873 standard_output_file. Remove unused binfile variable.
10874
ac17fda0
CU
108752016-04-05 Catalin Udma <catalin.udma@freescale.com>
10876
10877 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
10878 * gdb.python/py-mi-objfile.exp: Match "list main" output
10879 in console format.
10880
03a8c4df
SM
108812016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
10882
10883 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
10884 absolute.
10885
6e774b13
SM
108862016-04-05 Simon Marchi <simon.marchi@ericsson.com>
10887
10888 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
10889 absolute.
10890 * gdb.trace/ftrace.exp: Likewise.
10891 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
10892 targets as well.
10893 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
10894 (gdb_load_shlibs): Copy libraries to test directory when testing
10895 natively. Only set solib-search-path if testing remotely.
10896 * lib/mi-support.exp (mi_load_shlibs): Likewise.
10897
7817ea46
SM
108982016-04-05 Simon Marchi <simon.marchi@ericsson.com>
10899
10900 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
10901 gdb_download. Use it even if the target is not remote.
10902 * gdb.base/jit.exp (compile_jit_test): Likewise.
10903 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
10904 output directory if the destination board is local, otherwise use
10905 the standard remote_download from DejaGnu.
10906 (gdb_download): Remove.
10907 (gdb_load_shlibs): Use gdb_remote_download instead of
10908 gdb_download.
10909 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
10910 Use gdb_remote_download instead of gdb_download. Use it even if
10911 the target is not remote.
10912 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
10913 instead of gdb_download.
10914
7beb7f68
SM
109152016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
10916
10917 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
10918 (test_insert_delete_modify): Call mi_load_shlibs before trying to
10919 run.
10920
cc63428a
AV
109212016-04-01 Artemiy Volkov <artemiyv@acm.org>
10922
10923 PR gdb/19820
10924 * gdb.base/printcmds.exp: Add artificial arrays tests.
10925
64cdf930
PA
109262016-03-31 Pedro Alves <palves@redhat.com>
10927
10928 PR gdb/19858
10929 * gdb.base/jit-main.c: Include unistd.h.
10930 (ATTACH): Define to 0 if not already defined.
10931 (wait_for_gdb, mypid): New globals.
10932 (WAIT_FOR_GDB): New macro.
10933 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
10934 some breakpoint locations.
10935 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
10936 New procedures.
10937 (one_jit_test): Add REATTACH parameter, and handle it. Use
10938 continue_to_test_location.
10939 (top level): Test attach, and adjusts calls to one_jit_test.
10940
40dea8cb
PA
109412016-03-31 Pedro Alves <palves@redhat.com>
10942
10943 PR gdb/19858
10944 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
10945 BINSUFFIX parameter, and handle it.
10946 (top level): Adjust calls compile_jit_test.
10947
e7ea3ec7
CU
109482016-03-31 Catalin Udma <catalin.udma@freescale.com>
10949
10950 PR python/19743
10951 * gdb.python/py-mi-events-gdb.py: New file.
10952 * gdb.python/py-mi-events.c: New file.
10953 * gdb.python/py-mi-events.exp: New file.
10954
e6359af3
YQ
109552016-03-30 Yao Qi <yao.qi@linaro.org>
10956
10957 * gdb.reverse/until-precsave.exp: Match function name only.
10958 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
10959 Move malloc to a condition block.
10960 * gdb.reverse/until-reverse.exp: Match function name only.
10961
a4105d04
MK
109622016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
10963
10964 * gdb.trace/ftrace.exp: Set arg0exp for s390.
10965 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
10966 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
10967 variable for GPR 0 instead of assuming it is register 0.
10968 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
10969 * lib/trace-support.exp: Add s390 registers.
10970
bfa6adb9
YQ
109712016-03-29 Yao Qi <yao.qi@linaro.org>
10972
10973 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
10974
1e6697ea
YQ
109752016-03-24 Yao Qi <yao.qi@linaro.org>
10976
10977 * gdb.reverse/break-reverse.exp: Add quotation mark in the
10978 test message.
10979
64bcd522
AA
109802016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10981
10982 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
10983 maintaining separate logic for constructing the output path.
10984
7868401b
DB
109852016-03-16 Don Breazeal <donb@codesourcery.com>
10986
10987 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
10988 Retry fork and waitpid on interrupted system call errors.
10989 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10990 Use with_timeout_factor to increase timeout by factor of 10.
10991
1cafadb4
DB
109922016-03-15 Don Breazeal <donb@codesourcery.com>
10993
10994 * gdb.cp/scope-err.cc: New test program.
10995 * gdb.cp/scope-err.exp: New test script.
10996 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
10997 lines and "set breakpoint here" comment.
10998 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
10999 Fixed some whitespace and format issues.
11000 * gdb.mi/mi-linespec-err-cp.cc: New test program.
11001 * gdb.mi/mi-linespec-err-cp.exp: New test script.
11002
81516450
DE
110032016-03-15 Doug Evans <dje@google.com>
11004
11005 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
11006 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
11007 All callers updated. Add tests for enums, mixed flags register.
11008
aa52b601
DE
110092016-03-15 Doug Evans <dje@google.com>
11010
11011 * gdb.base/skip.c (main): Call test_skip_file_and_function.
11012 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
11013
fa4ff313
SM
110142016-03-14 Simon Marchi <simon.marchi@ericsson.com>
11015
11016 * gdb.base/default.exp: Add $_as_string to the list of expected
11017 convenience functions.
11018
f2403c39
AB
110192016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
11020
11021 * gdb.base/maint.exp: New tests for 'maint info line-table'.
11022
f2f3ccb9
SM
110232016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
11024
11025 * gdb.python/py-as-string.exp: New file.
11026 * gdb.python/py-as-string.c: New file.
11027
00dbd492
PA
110282016-03-09 Pedro Alves <palves@redhat.com>
11029
11030 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
11031 signal" -> "Thread NN received signal" output change.
11032 * gdb.threads/ia64-sigill.exp: Likewise.
11033 * gdb.threads/linux-dp.exp: Likewise.
11034 * gdb.threads/manythreads.exp: Likewise.
11035 * gdb.threads/pending-step.exp: Likewise.
11036 * gdb.threads/print-threads.exp: Likewise.
11037 * gdb.threads/sigstep-threads.exp: Likewise.
11038 * gdb.threads/staticthreads.exp: Likewise.
11039 * gdb.threads/tls.exp: Likewise.
11040
1e6697ea
YQ
110412016-03-09 Pedro Alves <palves@redhat.com>
11042
11043 * gdb.base/command-line-input.exp: New file.
11044
b04fd3be
MK
110452016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11046
11047 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
11048 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
11049 * gdb.trace/pending.exp: Accept leading dot before function name.
11050 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
11051 * lib/trace-support.exp: Set registers for ppc.
11052
98fa59e9
MK
110532016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11054
11055 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
11056 use it for disassembly; accept .main in addition to main in backtrace.
11057
f77198c8
MK
110582016-03-09 Wei-cheng Wang <cole945@gmail.com>
11059 Marcin Kościelnicki <koriakin@0x04.net>
11060
11061 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
11062 (gdb_recursion_test_ptr): New global variable.
11063 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
11064 gdb_recursion_test.
11065 (gdb_c_test): Ditto.
11066
ba84e0da
MK
110672016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11068
11069 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
11070 ordering.
11071
4366d36e
MK
110722016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11073
11074 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
11075 (bar): Add bar_start_lbl label.
11076 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
11077 of foo/bar for emitting DWARF and tracing.
11078
5eb264df
SDJ
110792016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
11080
11081 * analyze-racy-logs.py: Set executable bit.
11082
fb6a751f
SDJ
110832016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
11084
11085 * Makefile.in (DEFAULT_RACY_ITER): New variable.
11086 (CHECK_TARGET_TMP): Likewise.
11087 (check-single-racy): New rule.
11088 (check-parallel-racy): Likewise.
11089 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
11090 (do-check-parallel-racy): New rule.
11091 (check-racy/%.exp): Likewise.
11092 * README (Racy testcases): New section.
11093 * analyze-racy-logs.py: New file.
11094
bdf7e230
DE
110952016-03-03 Doug Evans <dje@google.com>
11096
11097 * gdb.base/skip.exp: Use with_test_prefix.
11098
4719d415
YQ
110992016-03-03 Yao Qi <yao.qi@linaro.org>
11100
11101 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
11102 Invoke step_over_syscall "clone" and break_cond_on_syscall
11103 "clone".
11104 * gdb.base/step-over-clone.c: New file.
11105
ea507862
YQ
111062016-03-03 Yao Qi <yao.qi@linaro.org>
11107
11108 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
11109 code format.
11110
8fc8cbda
YQ
111112016-03-03 Yao Qi <yao.qi@linaro.org>
11112
11113 * gdb.base/disp-step-fork.c: Rename to ...
11114 * gdb.base/step-over-fork.c: ... it. New file.
11115 * gdb.base/disp-step-vfork.c: Rename to ...
11116 * gdb.base/step-over-vfork.c: ... it. New file.
11117 * gdb.base/disp-step-syscall.exp: Rename to ...
11118 * gdb.base/step-over-syscall.exp: ... it. New file.
11119 (disp_step_cross_syscall): Rename to ...
11120 (step_over_syscall): ... it.
11121
92fa70b0
YQ
111222016-03-03 Yao Qi <yao.qi@linaro.org>
11123
11124 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
11125 If target supports condition evaluation on target, invoke
11126 break_cond_on_syscall for fork and vfork.
11127
e197ad3c
YQ
111282016-03-03 Yao Qi <yao.qi@linaro.org>
11129
11130 * gdb.base/disp-step-syscall.exp: Don't invoke
11131 support_displaced_stepping.
11132 (disp_step_cross_syscall): Test with displaced stepping off and
11133 on if supported.
11134
0b47da9f
YQ
111352016-03-03 Yao Qi <yao.qi@linaro.org>
11136
11137 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
11138 proc.
11139 (setup): New proc.
11140 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
11141 and setup.
11142
065ab6dc
BH
111432016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11144
11145 * gdb.fortran/vla-history.exp: Remove breakpoint.
11146
07e448ad 111472016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11148
25d49b86
PA
11149 * gdb.fortran/vla-history.exp: Lookup array elements and printing
11150 exceeds timeout.
07e448ad 11151
9ac2d526 111522016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11153
25d49b86
PA
11154 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
11155 breakpoint.
9ac2d526 11156
17807369
BH
111572016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11158
11159 * gdb.mi/vla.f90: Nullify pointer after declaration.
11160
86e501af
PA
111612016-03-01 Pedro Alves <palves@redhat.com>
11162
11163 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
11164
1e903e32
PA
111652016-03-01 Pedro Alves <palves@redhat.com>
11166
11167 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
11168 before anything else.
11169 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
11170 _GNU_SOURCE here.
11171 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
11172 before anything else.
11173 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
11174
6ccb54e2
PA
111752016-03-01 Pedro Alves <palves@redhat.com>
11176
11177 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
11178
30ca9da1
YQ
111792016-03-01 Yao Qi <yao.qi@linaro.org>
11180
11181 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
11182 prepare_for_testing.
11183
dc856b38
YQ
111842016-03-01 Yao Qi <yao.qi@linaro.org>
11185
11186 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
11187
4a932159
AA
111882016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
11189
11190 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
11191 manually constructing the output path.
11192
f2489477
AA
111932016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
11194
11195 * gdb.arch/s390-stackless.S: New.
11196 * gdb.arch/s390-stackless.exp: New.
11197
38899f16
IB
111982016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
11199
11200 * gdb.dlang/circular.c: New file.
11201 * gdb.dlang/circular.exp: New file.
11202
9fde51ed
YQ
112032016-02-26 Yao Qi <yao.qi@linaro.org>
11204
11205 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
11206 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
11207 (testcases): Update.
11208
ce90fefe
YQ
112092016-02-26 Yao Qi <yao.qi@linaro.org>
11210
11211 * gdb.reverse/aarch64.c: Rename to ...
11212 * gdb.reverse/insn-reverse.c: ... it.
11213 * gdb.reverse/aarch64.exp: Rename to ...
11214 * gdb.reverse/insn-reverse.exp: ... it.
11215
3263bceb
YQ
112162016-02-26 Yao Qi <yao.qi@linaro.org>
11217
11218 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
11219 (testcase_ftype): New.
11220 (testcases): New array.
11221 (n_testcases): New.
11222 (main): Call each element in testcases.
11223 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
11224 (read_testcase): New.
11225 Do the tests in a loop.
11226
6cb59ff1
YQ
112272016-02-25 Yao Qi <yao.qi@linaro.org>
11228
11229 * gdb.base/branches.c: Remove.
11230
ae91f625
MK
112312016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
11232
11233 PR gdb/13808
11234 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
11235
678b48b7
MK
112362016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
11237
11238 * gdb.trace/ftrace.exp: Remove unnecessary target check.
11239
7337a6f2
MK
112402016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
11241
11242 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
11243 change x86_64 call_insn to 'callq'.
11244
861ca91f
AT
112452016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
11246
11247 * gdb.trace/tfile-avx.c: Move to...
11248 * gdb.trace/tracefile-pseudo-reg.c: Here.
11249 * gdb.trace/tfile-avx.exp: Move to...
11250 * gdb.trace/tracefile-pseudo-reg.exp: Here.
11251
bf74e428
GB
112522016-02-24 Gary Benson <gbenson@redhat.com>
11253
11254 * gdb.base/attach-pie-noexec.exp: Do not expect an error
11255 message on attach.
11256
cce0e923
DE
112572016-02-23 Doug Evans <dje@google.com>
11258
11259 * gdb.base/skip.c (test_skip): New function.
11260 (end_test_skip_file_and_function): New function.
11261 (test_skip_file_and_function): New function.
11262 * gdb.base/skip1.c (test_skip): New function.
11263 (skip1_test_skip_file_and_function): New function.
11264 * gdb.base/skip.exp: Add tests for new skip options.
11265 * gdb.base/skip-solib.exp: Update expected output.
11266 * gdb.perf/skip-command.cc: New file.
11267 * gdb.perf/skip-command.exp: New file.
11268 * gdb.perf/skip-command.py: New file.
11269
4000e47e
MK
112702016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
11271
11272 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
11273 info registers pattern.
11274
24f75ead
IB
112752016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
11276
11277 * lib/future.exp: Add D support.
11278 (gdb_find_gdc): New proc.
11279 (gdb_default_target_compile): Add D support.
11280
fbb7bcbe
WW
112812016-02-18 Wei-cheng Wang <cole945@gmail.com>
11282
11283 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
11284 user+system time.
11285 (trace_speed_test): Determine the iteration count for a time
11286 between 15..30 seconds.
11287
012b3a21
WT
112882016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
11289
11290 * gdb.arch/i386-mpx-sigsegv.c: New file.
11291 * gdb.arch/i386-mpx-sigsegv.exp: New file.
11292 * gdb.arch/i386-mpx-simple_segv.c: New file.
11293 * gdb.arch/i386-mpx-simple_segv.exp: New file.
11294
2d5189bd
YQ
112952016-02-18 Yao Qi <yao.qi@linaro.org>
11296
11297 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
11298 Don't call setup_kfail.
11299
40fb20d0
YQ
113002016-02-18 Yao Qi <yao.qi@linaro.org>
11301
11302 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
11303 Set "set breakpoint condition-evaluation" per $cond_bp_target.
11304
21b1f8d2
DE
113052016-02-16 Doug Evans <dje@google.com>
11306
11307 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
11308 * gdb.base/skip1.c: Ditto.
11309 * gdb.base/skip.exp: Whitespace cleanup.
11310
4041ed77
DB
113112016-02-16 Don Breazeal <donb@codesourcery.com>
11312
11313 PR remote/19496
11314 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
11315 Remove kfail for PR remote/19496.
11316
c4ef31bf
SM
113172016-02-16 Simon Marchi <simon.marchi@ericsson.com>
11318
11319 * lib/gdb.exp (standard_temp_file): Return a path specific to
11320 the runtest invocation.
11321
266b65b3
SM
113222016-02-16 Simon Marchi <simon.marchi@ericsson.com>
11323
11324 * gdb.trace/save-trace.exp: Change relative path to be in the
11325 standard output directory.
11326
a7a0a6a9
JK
113272016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11328
11329 * gdb.arch/i386-prologue.c: Add missing prototypes.
11330
c99dbb42
JK
113312016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11332
11333 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
11334 * gdb.arch/i386-prologue.exp: Likewise.
11335 * gdb.arch/i386-size.exp: Likewise.
11336
aa480355
SM
113372016-02-15 Simon Marchi <simon.marchi@ericsson.com>
11338
11339 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
11340 define object file path.
11341 * gdb.btrace/gcore.exp: Use standard_output_file to define core
11342 file path.
11343 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
11344 standard_output_file to define binfile.
11345
ba881f50
JK
113462016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11347
11348 Fix compatibility with recent gfortran-5.3.1.
11349 * gdb.fortran/vla-history.exp (print vla1 allocated)
11350 (print vla2 allocated, print $2, print $3): Remove
11351 (print $4): Rename to ...
11352 (print $2): ... here.
11353 (print $9): Rename to ...
11354 (print $5): ... here.
11355 (print $10): Rename to ...
11356 (print $6): ... here.
11357 * gdb.fortran/vla.f90: Add pvla initialization.
11358
e9fb005c
JK
113592016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11360
11361 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
11362 New test.
11363 * gdb.fortran/vla-value-sub.exp: Likewise.
11364
e44e00ff
MK
113652016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
11366
11367 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
11368
97e94151
SM
113692016-02-12 Simon Marchi <simon.marchi@ericsson.com>
11370
11371 * i386-biarch-core.exp: Define corefile using
11372 standard_output_file.
11373
01113bc1
YQ
113742016-02-12 Yao Qi <yao.qi@linaro.org>
11375
11376 * gdb.arch/arm-single-step-kernel-helper.c: New.
11377 * gdb.arch/arm-single-step-kernel-helper.exp: New.
11378
33b4777c
MM
113792016-02-12 Markus Metzger <markus.t.metzger@intel.com>
11380
11381 * gdb.btrace/tailcall-only.exp: New.
11382 * gdb.btrace/tailcall-only.c: New.
11383 * gdb.btrace/x86_64-tailcall-only.S: New.
11384 * gdb.btrace/i686-tailcall-only.S: New.
11385
acc23c11
PA
113862016-02-11 Pedro Alves <palves@redhat.com>
11387
11388 * README (Parallel testing): Add missing double quotes.
11389
e352bf0a
PA
113902016-02-11 Pedro Alves <palves@redhat.com>
11391
11392 * README (Parallel testing): New section.
11393 (GDB_PARALLEL): Rewrite.
11394 (FORCE_PARALLEL): Document.
11395
9f5fed78
MK
113962016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
11397
11398 * gdb.trace/tfile-avx.c: New test.
11399 * gdb.trace/tfile-avx.exp: New test.
11400
9ef9e6a6
KS
114012016-02-09 Keith Seitz <keiths@redhat.com>
11402
11403 PR breakpoints/19546
11404 * gdb.base/infcall-exec.c: New file.
11405 * gdb.base/infcall-exec2.c: New file.
11406 * gdb.base/infcall-exec.exp: New file.
11407
a96e36da
KS
114082016-02-09 Keith Seitz <keiths@redhat.com>
11409
11410 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
11411 (toplevel): Call test_bkpt_address.
11412
9f61929f
KS
114132016-02-09 Keith Seitz <keiths@redhat.com>
11414
11415 PR python/19506
11416 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
11417 (toplevel): Call test_bkpt_address.
11418
1e94266c
SM
114192016-02-09 Simon Marchi <simon.marchi@ericsson.com>
11420
11421 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
11422 to AC_OUTPUT.
11423 * configure: Regenerate.
11424
2a7f3dff
PA
114252016-02-09 Pedro Alves <palves@redhat.com>
11426
11427 PR breakpoints/19548
11428 * gdb.base/execl-update-breakpoints.c (some_function): New
11429 function.
11430 (main): Call it.
11431 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
11432 Tighten expected GDB output.
11433
2151ccc5
SM
114342016-02-08 Simon Marchi <simon.marchi@ericsson.com>
11435
11436 * Makefile.in (ALL_SUBDIRS): Remove.
11437 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
11438 (distclean maintainer-clean realclean): Likewise.
11439 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
11440 * configure: Regenerate.
11441 * gdb.ada/Makefile.in: Delete.
11442 * gdb.arch/Makefile.in: Likewise.
11443 * gdb.asm/Makefile.in: Likewise.
11444 * gdb.base/Makefile.in: Likewise.
11445 * gdb.btrace/Makefile.in: Likewise.
11446 * gdb.cell/Makefile.in: Likewise.
11447 * gdb.compile/Makefile.in: Likewise.
11448 * gdb.cp/Makefile.in: Likewise.
11449 * gdb.disasm/Makefile.in: Likewise.
11450 * gdb.dlang/Makefile.in: Likewise.
11451 * gdb.dwarf2/Makefile.in: Likewise.
11452 * gdb.fortran/Makefile.in: Likewise.
11453 * gdb.gdb/Makefile.in: Likewise.
11454 * gdb.go/Makefile.in: Likewise.
11455 * gdb.guile/Makefile.in: Likewise.
11456 * gdb.java/Makefile.in: Likewise.
11457 * gdb.linespec/Makefile.in: Likewise.
11458 * gdb.mi/Makefile.in: Likewise.
11459 * gdb.modula2/Makefile.in: Likewise.
11460 * gdb.multi/Makefile.in: Likewise.
11461 * gdb.objc/Makefile.in: Likewise.
11462 * gdb.opencl/Makefile.in: Likewise.
11463 * gdb.opt/Makefile.in: Likewise.
11464 * gdb.pascal/Makefile.in: Likewise.
11465 * gdb.perf/Makefile.in: Likewise.
11466 * gdb.python/Makefile.in: Likewise.
11467 * gdb.reverse/Makefile.in: Likewise.
11468 * gdb.server/Makefile.in: Likewise.
11469 * gdb.stabs/Makefile.in: Likewise.
11470 * gdb.threads/Makefile.in: Likewise.
11471 * gdb.trace/Makefile.in: Likewise.
11472 * gdb.xml/Makefile.in: Likewise.
11473 * lib/gdb.exp (make_gdb_parallel_path): Add check for
11474 GDB_PARALLEL.
11475 (standard_output_file): Remove check for GDB_PARALLEL, always
11476 return path in outputs/$subdir/$testname.
11477
437277d4
SM
114782016-02-08 Simon Marchi <simon.marchi@ericsson.com>
11479
11480 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
11481 (site.exp): Assign abs_srcdir to tcl's srcdir.
11482
31d913c7
YQ
114832016-02-04 Yao Qi <yao.qi@linaro.org>
11484
11485 * gdb.base/foll-exec-mode.c: Include limits.h.
11486 (main): Add parameters argc and argv. Get directory from
11487 argv[0].
11488 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
11489 compilation.
11490 * gdb.base/foll-exec.c: Include limits.h.
11491 (main): Add parameters argc and argv.
11492 Get directory from argv[0].
11493 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
11494 Adjust tests on the number of lines as source code changed.
11495 * gdb.base/foll-vfork-exit.c: Include limits.h.
11496 (main): Add one line of statement before vfork.
11497 * gdb.base/foll-vfork.c: Include limits.h and string.h.
11498 (main): Add parameters argc and argv. Get directory from
11499 argv[0].
11500 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
11501 (setup_gdb): Set tbreak to skip some source lines.
11502 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
11503 (main): Add parameters argc and argv. Get directory from
11504 argv[0].
11505 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
11506 compilation.
11507 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
11508 (main): Add parameters argc and argv. Get directory from
11509 argv[0].
11510 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
11511 compilation.
11512
9482b9fb
DE
115132016-02-01 Doug Evans <dje@google.com>
11514
11515 * gdb.base/skip.exp: Clean up multiple references to same test name.
11516
6b2e4f10
PA
115172016-02-01 Pedro Alves <palves@redhat.com>
11518
ccb6afd6 11519 PR remote/19496
6b2e4f10
PA
11520 * gdb.threads/forking-threads-plus-breakpoint.exp
11521 (displaced_stepping_supported): New global.
11522 (probe_displaced_stepping_support): New procedure.
11523 (do_test): Add 'displaced' parameter, and use it.
11524 (top level): Check for displaced stepping support. Add displaced
11525 stepping on/off testing axis.
11526
37a8db1a
AB
115272016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
11528
11529 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
11530 pointer. Don't perform further tests on the unassociated pointer
11531 if the first test fails.
11532
5fdf6324
AB
115332016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
11534
11535 * gdb.base/max-value-size.c: New file.
11536 * gdb.base/max-value-size.exp: New file.
11537 * gdb.base/huge.exp: Disable max-value-size for this test.
11538
935c6144
IB
115392016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
11540
11541 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
11542
7fe8399d
YQ
115432016-01-28 Yao Qi <yao.qi@linaro.org>
11544
11545 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
11546
a2077e25
PA
115472016-01-25 Pedro Alves <palves@redhat.com>
11548
11549 PR threads/19461
11550 * gdb.base/fork-running-state.c: New file.
11551 * gdb.base/fork-running-state.exp: New file.
11552
1d2736d4
PA
115532016-01-25 Pedro Alves <palves@redhat.com>
11554
11555 PR gdb/19494
11556 * gdb.base/catch-fork-kill.c: New file.
11557 * gdb.base/catch-fork-kill.exp: New file.
11558
f1da4b11
PA
115592016-01-25 Pedro Alves <palves@redhat.com>
11560
11561 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
11562 Delete, moved to lib/gdb.exp.
11563 * gdb.threads/forking-threads-plus-breakpoint.exp
11564 (foreach_with_prefix): Likewise.
11565 * gdb.threads/process-dies-while-handling-bp.exp
11566 (foreach_with_prefix): Likewise.
11567 * lib/gdb.exp (foreach_with_prefix): New procedure.
11568
45f38546
MK
115692016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
11570
11571 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
11572 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
11573
dc29a1ce
MK
115742016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
11575
11576 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
11577 endian targets.
11578
092127d7
JK
115792016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11580 Pedro Alves <palves@redhat.com>
11581
11582 Fix testsuite compatibility with Guile.
11583 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
11584 number.
11585
31d765d3
JK
115862016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11587
11588 Fix testsuite compatibility with Guile.
11589 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
11590 (thread 1): New test for backtrace through signal handler.
11591
1ac78c04
YQ
115922016-01-22 Yao Qi <yao.qi@linaro.org>
11593
11594 PR testsuite/19491
11595 * gdb.base/multi-forks.c: Include
11596 ../lib/unbuffer_output.c
11597 (main): Call gdb_unbuffer_output.
11598
4f5946a8
DE
115992016-01-21 Doug Evans <dje@google.com>
11600
11601 * lib/ada.exp (gdb_compile_ada): Fix typo.
11602
305e13e6
JB
116032016-01-21 Joel Brobecker <brobecker@adacore.com>
11604
11605 * gdb.base/break-fun-addr.exp: New file.
11606 * gdb.base/break-fun-addr1.c: New file.
11607 * gdb.base/break-fun-addr2.c: New file.
11608
5f5dfff6
SM
116092016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
11610
11611 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
11612 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
11613 enum flag values.
11614
fd356fa2
AA
116152016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
11616
11617 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
11618 when GDB can not set the vector return value. Add more comments
11619 for clarification.
11620
9df22175
AT
116212016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
11622
11623 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
11624 command.
11625
41d1845e
SM
116262016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11627
11628 * Makefile.in (DO_RUNTEST): Add --status and update usages.
11629
01ac6840
SM
116302016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11631
11632 * Makefile.in (check-single): Pass --status to runtest.
11633 (check/%.exp): Likewise.
11634
116352016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11636
11637 * Makefile.in (check-parallel): Propagate return code from make
11638 do-check-parallel.
11639
bd0a71fa
MK
116402016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
11641
11642 * gdb.trace/ftrace.exp: Fix expected message on continue.
11643 * gdb.trace/pending.exp: Fix expected message on continue.
11644 * gdb.trace/trace-break.exp: Fix expected message on continue.
11645
8bcbad33
SM
116462016-01-18 Simon Marchi <simon.marchi@ericsson.com>
11647
11648 * lib/gdb.exp (gdb_test): Remove unused global references.
11649
f303dbd6
PA
116502016-01-18 Pedro Alves <palves@redhat.com>
11651
11652 * gdb.base/async-shell.exp: Adjust expected output.
11653 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
11654 * gdb.base/siginfo-thread.exp: Adjust expected output.
11655 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
11656 * gdb.java/jnpe.exp: Adjust expected output.
11657 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
11658 * gdb.threads/continue-pending-status.exp: Adjust expected output.
11659 * gdb.threads/leader-exit.exp: Adjust expected output.
11660 * gdb.threads/manythreads.exp: Adjust expected output.
11661 * gdb.threads/pthreads.exp: Adjust expected output.
11662 * gdb.threads/schedlock.exp: Adjust expected output.
11663 * gdb.threads/siginfo-threads.exp: Adjust expected output.
11664 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
11665 expected output.
11666 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
11667 output.
11668 * gdb.threads/sigthread.exp: Adjust expected output.
11669 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
11670
b2789696
YQ
116712016-01-18 Yao Qi <yao.qi@linaro.org>
11672
11673 * gdb.guile/scm-section-script.c: Replace @progbits with
11674 %progbits.
11675 * gdb.python/py-section-script.c: Likewise.
11676
71ef29a8
PA
116772016-01-15 Pedro Alves <palves@redhat.com>
11678
11679 * gdb.multi/tids.exp: Test star wildcard ranges.
11680
3f5b7598
PA
116812016-01-15 Pedro Alves <palves@redhat.com>
11682
11683 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
11684 command from "thread apply" invocation.
11685 (thr_apply_info_thr_invalid): Default the expected output to the
11686 input tid list.
11687 (top level): Add tests that use convenience variables. Add tests
11688 for "thread apply" with a valid TID list, but missing the command.
11689
663f6d42
PA
116902016-01-13 Pedro Alves <palves@redhat.com>
11691
11692 * gdb.base/default.exp: Expect $_gthread as well.
11693 * gdb.multi/tids.exp: Test $_gthread.
11694 * gdb.threads/thread-specific.exp: Test $_gthread.
11695
c84f6bbf
PA
116962016-01-13 Pedro Alves <palves@redhat.com>
11697
11698 * gdb.multi/tids.exp: Test "info threads -gid".
11699
22a02324
PA
117002016-01-13 Pedro Alves <palves@redhat.com>
11701
11702 * gdb.multi/tids.exp: Test InferiorThread.global_num and
11703 Breakpoint.thread.
11704 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
11705
5d5658a1
PA
117062016-01-07 Pedro Alves <palves@redhat.com>
11707
11708 * gdb.base/break.exp: Adjust to output changes.
11709 * gdb.base/hbreak2.exp: Likewise.
11710 * gdb.base/sepdebug.exp: Likewise.
11711 * gdb.base/watch_thread_num.exp: Likewise.
11712 * gdb.linespec/keywords.exp: Likewise.
11713 * gdb.multi/info-threads.exp: Likewise.
11714 * gdb.threads/thread-find.exp: Likewise.
11715 * gdb.multi/tids.c: New file.
11716 * gdb.multi/tids.exp: New file.
11717
84654457
PA
117182016-01-13 Pedro Alves <palves@redhat.com>
11719
11720 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
11721
e3940304
PA
117222016-01-13 Pedro Alves <palves@redhat.com>
11723
11724 * gdb.base/default.exp: Expect $_inferior as well.
11725 * gdb.multi/base.exp: Test $_inferior.
11726
a911d87a
PA
117272016-01-13 Pedro Alves <palves@redhat.com>
11728
11729 PR breakpoints/19388
11730 * gdb.base/catch-signal-siginfo-cond.c: New file.
11731 * gdb.base/catch-signal-siginfo-cond.exp: New file.
11732
82075af2
JS
117332016-01-12 Josh Stone <jistone@redhat.com>
11734 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11735
11736 * gdb.base/catch-syscall.c (do_execve): New variable.
11737 (main): Conditionally trigger an execve.
11738 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
11739 (test_catch_syscall_execve): New, check entry/return across execve.
11740 (do_syscall_tests): Call test_catch_syscall_execve.
11741
e46eeedd
PA
117422016-01-12 Pedro Alves <palves@redhat.com>
11743
11744 * gdb.base/random-signal.exp (do_test): New procedure, with body
11745 of testcase moved in.
11746
01d8c27e
JK
117472016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11748 Pedro Alves <palves@redhat.com>
11749
11750 * gdb.base/funcargs.exp (finish from indirectly called function):
11751 Reintroduce the case for 'First'.
11752
9a706302
JK
117532016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11754 Pedro Alves <palves@redhat.com>
11755
11756 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
11757 (tcatch_vfork_then_child_follow_exec)
11758 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
11759 identification.
11760
c0ecb95f
JK
117612016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11762
11763 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
11764 and repeats to unlimited.
11765 * gdb.python/py-value.exp: Likewise.
11766 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
11767 and repeats to unlimited.
11768
6cfc1fcb
JK
117692016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11770
11771 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
11772 and reordering the functions.
11773 * gdb.multi/hangout.c: Likewise.
11774 * gdb.multi/hello.c: Likewise.
11775
582a1b00
SM
117762016-01-08 Simon Marchi <simon.marchi@ericsson.com>
11777
11778 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
11779 absolute.
11780 (SingleStatisticTestResult.report): Use dict.keys instead of
11781 dict.iterkeys.
11782
79bc59cb
PA
117832016-01-06 Pedro Alves <palves@redhat.com>
11784
11785 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
11786
43368e1d
MM
117872016-01-04 Markus Metzger <markus.t.metzger@intel.com>
11788
11789 * gdb.btrace/dlopen.exp: New.
11790 * gdb.btrace/dlopen.c: New.
11791 * gdb.btrace/dlopen-dso.c: New.
11792
79fad5b8
SL
117932015-12-25 Sandra Loosemore <sandra@codesourcery.com>
11794
11795 * lib/gdb.exp (gdb_test): Update comments to clarify that the
11796 PATTERN argument is optional.
11797
ab8314b3
JB
117982015-12-24 Joel Brobecker <brobecker@adacore.com>
11799
11800 * lib/ada.exp (target_compile_ada_from_dir): New function.
11801 (gdb_compile_ada): Reimplement avoiding the use of project files.
11802 * gdb.ada/gnat_ada.gpr: Delete.
11803 * gdb.ada/cond_lang.exp: Adjust test to make path before
11804 filename optional.
11805 * gdb.ada/small_reg_param.exp: Likewise.
11806
fe33faff
SM
118072015-12-22 Simon Marchi <simon.marchi@ericsson.com>
11808
11809 * gdb.base/foll-vork.exp: Remove HP-UX special case.
11810
6d265cb4
TP
118112015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
11812
11813 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
11814 case.
11815
10125099
SM
118162015-12-21 Simon Marchi <simon.marchi@ericsson.com>
11817
11818 * gdb.base/break.exp: Remove dead code.
11819 * gdb.base/sepdebug.exp: Likewise.
11820
3ca22649
SM
118212015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
11822
11823 * gdb.asm/asm-source.exp: Remove HP-UX references.
11824 * gdb.base/annota1.exp: Likewise.
11825 * gdb.base/annota3.exp: Likewise.
11826 * gdb.base/attach.exp: Likewise.
11827 * gdb.base/bigcore.exp: Likewise.
11828 * gdb.base/break.exp: Likewise.
11829 * gdb.base/call-ar-st.exp: Likewise.
11830 * gdb.base/callfuncs.exp: Likewise.
11831 * gdb.base/catch-fork-static.exp: Likewise.
11832 * gdb.base/display.exp: Likewise.
11833 * gdb.base/foll-exec-mode.exp: Likewise.
11834 * gdb.base/foll-exec.exp: Likewise.
11835 * gdb.base/foll-fork.exp: Likewise.
11836 * gdb.base/foll-vfork.exp: Likewise.
11837 * gdb.base/funcargs.exp: Likewise.
11838 * gdb.base/hbreak2.exp: Likewise.
11839 * gdb.base/inferior-died.exp: Likewise.
11840 * gdb.base/interrupt.exp: Likewise.
11841 * gdb.base/multi-forks.exp: Likewise.
11842 * gdb.base/nodebug.exp: Likewise.
11843 * gdb.base/sepdebug.exp: Likewise.
11844 * gdb.base/solib1.c: Likewise.
11845 * gdb.base/step-test.exp: Likewise.
11846 * gdb.mi/non-stop.c: Likewise.
11847 * gdb.mi/pthreads.c: Likewise.
11848 * gdb.multi/bkpt-multi-exec.ex: Likewise.
11849 * gdb.threads/pthreads.c: Likewise.
11850 * gdb.threads/staticthreads.exp: Likewise.
11851 * lib/future.exp: Likewise.
11852 * lib/gdb.exp: Likewise.
11853 * gdb.base/so-indr-cl.c: Remove.
11854 * gdb.base/so-indr-cl.exp: Likewise.
11855 * gdb.base/solib.c: Likewise.
11856 * gdb.base/solib.exp: Likewise.
11857 * gdb.base/solib2.c: Likewise.
11858
b6304613
SM
118592015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
11860
11861 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
11862 * gdb.base/call-ar-st.exp: Likewise.
11863 * gdb.base/callfuncs.exp: Likewise.
11864 * gdb.base/condbreak.exp: Likewise.
11865 * gdb.base/constvars.exp: Likewise.
11866 * gdb.base/hbreak2.exp: Likewise.
11867 * gdb.base/langs.exp: Likewise.
11868 * gdb.base/list.exp: Likewise.
11869 * gdb.base/long_long.exp: Likewise.
11870 * gdb.base/ptype.exp: Likewise.
11871 * gdb.base/scope.exp: Likewise.
11872 * gdb.base/signals.exp: Likewise.
11873 * gdb.base/so-impl-ld.exp: Likewise.
11874 * gdb.base/varargs.exp: Likewise.
11875 * gdb.base/volatile.exp: Likewise.
11876 * gdb.base/whatis.exp: Likewise.
11877 * gdb.cp/cplusfuncs.exp: Likewise.
11878 * gdb.cp/inherit.exp: Likewise.
11879 * gdb.cp/local.exp: Likewise.
11880 * gdb.cp/member-ptr.exp: Likewise.
11881 * gdb.cp/method.exp: Likewise.
11882 * gdb.cp/overload.exp: Likewise.
11883 * gdb.cp/templates.exp: Likewise.
11884 * gdb.stabs/weird.exp: Likewise.
11885 * lib/compiler.c: Likewise.
11886 * lib/compiler.cc: Likewise.
11887 * lib/cp-support.exp: Likewise.
11888 * lib/gdb.exp: Likewise.
11889
bf401b07
SM
118902015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
11891
11892 * configure.ac: Remove HP-UX case.
11893 * configure: Regenerate.
11894
aff9c0f8
SM
118952015-12-18 Simon Marchi <simon.marchi@ericsson.com>
11896
11897 * lib/gdb.exp (gdb_compile): Add function doc.
11898
a6904d5a
PA
118992015-12-17 Pedro Alves <palves@redhat.com>
11900
11901 PR threads/19354
11902 * gdb.multi/info-threads.exp: New file.
11903
a22279dd
YQ
119042015-12-15 Yao Qi <yao.qi@linaro.org>
11905
11906 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
11907 is aarch64*-*-*.
11908
0588c796
SL
119092015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11910
11911 * gdb.base/history-duplicates.exp: Skip if no readline support.
11912
5d978e17
SL
119132015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11914
11915 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
11916
7e763b86
SL
119172015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11918
11919 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
11920
87a3a92c
SL
119212015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11922
11923 * gdb.base/completion.exp: Skip tests that interrupt GDB with
11924 ctrl-C if nointerrupts target property is set.
11925 * gdb.base/double-prompt-target-event-error.exp: Likewise.
11926 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
11927 * gdb.base/paginate-bg-execution.exp: Likewise.
11928 * gdb.base/paginate-execution-startup.exp: Likewise.
11929 * gdb.base/random-signal.exp: Likewise.
11930 * gdb.base/range-stepping.exp: Likewise.
11931 * gdb.cp/annota2.exp: Likewise.
11932 * gdb.cp/annota3.exp: Likewise.
11933 * gdb.gdb/selftest.exp: Likewise.
11934 * gdb.threads/continue-pending-status.exp: Likewise.
11935 * gdb.threads/leader-exit.exp: Likewise.
11936 * gdb.threads/manythreads.exp: Likewise.
11937 * gdb.threads/pthreads.exp: Likewise.
11938 * gdb.threads/schedlock.exp: Likewise.
11939 * gdb.threads/sigthread.exp: Likewise.
11940
a8f077dc
DB
119412015-12-11 Don Breazeal <donb@codesourcery.com>
11942
11943 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
11944 remote.
11945 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
11946 * gdb.base/foll-exec.exp (main): Enable for target remote.
11947 * gdb.base/foll-fork.exp (main): Likewise.
11948 * gdb.base/foll-vfork.exp (main): Likewise.
11949 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
11950 (proc continue_to_exit_bp_loc): Use clean_restart.
11951 * gdb.base/pie-execl.exp (main): Disable for target remote.
11952 * gdb.base/watch-vfork.exp (main): Enable for target remote.
11953 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
11954 * gdb.threads/execl.exp (main): Likewise.
11955 * gdb.threads/fork-child-threads.exp (main): Likewise.
11956 * gdb.threads/fork-plus-threads.exp (main): Disable for target
11957 remote.
11958 * gdb.threads/fork-thread-pending.exp (main): Enable for target
11959 remote.
11960 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
11961 pid.tid style ptids, instead of just tid.
11962 * gdb.threads/thread-execl.exp (main): Enable for target remote.
11963 * gdb.threads/watchpoint-fork.exp (main): Likewise.
11964 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
11965 ptids, instead of just tid.
11966
3b2464a8
AB
119672015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11968
11969 * gdb.base/list.exp (test_list_forward): Add end of file error
11970 test.
11971 (test_repeat_list_command): Add end of file error test.
11972 (test_list_backwards): Add beginning of file error test.
11973
a0def019
AB
119742015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11975
11976 * gdb.base/list.exp (test_list_invalid_args): New function,
11977 defined, and called.
11978
5c000dff
AB
119792015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11980
11981 * gdb.base/list.exp (test_list): Make test names unique.
11982
f1637ebe
YQ
119832015-12-11 Yao Qi <yao.qi@linaro.org>
11984
11985 * gdb.base/coremaker2.c: Remove.
11986
36d6fc0a
PA
119872015-12-10 Pedro Alves <palves@redhat.com>
11988
11989 * gdb.multi/base.exp: Remove stale "spaces" references.
11990
762f7747
PA
119912015-12-10 Pedro Alves <palves@redhat.com>
11992
11993 * gdb.multi/base.exp: Don't use nowarnings.
11994 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
11995 * gdb.multi/hangout.c: Include stdio.h.
11996 * gdb.multi/hello.c: Include stdlib.h.
11997 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
11998 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
11999 * gdb.multi/multi-arch.exp: Don't use nowarnings.
12000
28d2bfb9
AB
120012015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
12002
12003 * gdb.dwarf2/dw2-ranges-base.c: New file.
12004 * gdb.dwarf2/dw2-ranges-base.exp: New file.
12005 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
12006 support additional line table, and debug ranges generation.
12007 (Dwarf::ranges): New function, generate .debug_ranges.
12008 (Dwarf::lines): Support generating simple line table programs.
12009 (Dwarf::assemble): Initialise new namespace variables.
12010
5fc2beac
KB
120112015-12-09 Kevin Buettner <kevinb@redhat.com>
12012
12013 * gdb.base/async.exp (proc test_background): Add case for
12014 asynchronous execution not supported.
12015
1c35a88f
LM
120162015-12-09 Luis Machado <lgustavo@codesourcery.com>
12017
12018 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
12019 format and change test names to make them unique.
12020
b593e3d9
RK
120212015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
12022 Pedro Alves <pedro@redhat.com>
12023
12024 PR gdb/18702
12025 Add checking of floatformats setup on x86_64 hosts.
12026 * gdb.arch/i386-float.S (main): Load bigval and smallval.
12027 (smallval, bigval): New labels/constants.
12028 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
12029 float" after loading bigval and smallval.
12030
d72413e6
PMR
120312015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
12032
12033 * gdb.ada/fun_overload_menu.exp: New testcase.
12034 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
12035
ece66d65
JS
120362015-12-04 Josh Stone <jistone@redhat.com>
12037
12038 * gdb.base/catch-fork-static.exp: New.
12039
41d0efca
YQ
120402015-12-03 Yao Qi <yao.qi@linaro.org>
12041
12042 * gdb.base/sizeof.c: Don't include stdio.h and
12043 ../lib/unbuffer_output.c.
12044 (main): New variable 'size' and 'value'. Remove printf and
12045 gdb_unbuffer_output. Assign return value to size and value.
12046 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
12047 at the beginning.
12048 (check_sizeof): Check the result by printing variable 'size'.
12049 (check_valueof): Check the result by printing variable 'value'.
12050
99fd02d9
YQ
120512015-12-01 Yao Qi <yao.qi@linaro.org>
12052
12053 * gdb.base/disp-step-syscall.exp: Define syscall instruction
12054 for aarch64*-*-linux* target.
12055
f2faf941
PA
120562015-11-30 Pedro Alves <palves@redhat.com>
12057
12058 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
12059
04bf20c5
PA
120602015-11-30 Pedro Alves <palves@redhat.com>
12061
12062 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
12063 Handle non-stop mode vCont replies.
12064
09df4675
PA
120652015-11-30 Pedro Alves <palves@redhat.com>
12066
12067 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
12068 prepare_for_testing. Start gdb with "set non-stop on" appended to
12069 GDBFLAGS. Lax expected stop output.
12070
58b584af
YQ
120712015-11-27 Yao Qi <yao.qi@linaro.org>
12072
12073 * gdb.arch/arm-neon.exp: New.
12074 * gdb.arch/arm-neon.c: New.
12075
dfcb77a8
YQ
120762015-11-27 Yao Qi <yao.qi@linaro.org>
12077
12078 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
12079
88e8ec1b
YQ
120802015-11-27 Yao Qi <yao.qi@linaro.org>
12081
12082 * gdb.cp/annota2.exp: Allow multiple occurrences of the
12083 frames-invalid annotation.
12084
bfde72c2
YQ
120852015-11-27 Yao Qi <yao.qi@linaro.org>
12086
12087 * gdb.cp/annota2.exp: Use ${frames_invalid}.
12088
f6512a69
SM
120892015-11-26 Simon Marchi <simon.marchi@ericsson.com>
12090
12091 * gdb.threads/names.exp: New file.
12092 * gdb.threads/names.c: New file.
12093 * README: Mention gdb,no_thread_names.
12094
46a3515b
MM
120952015-11-26 Markus Metzger <markus.t.metzger@intel.com>
12096
12097 PR 19297
12098 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
12099 support" error.
12100
62147a22
PA
121012015-11-24 Pedro Alves <palves@redhat.com>
12102
12103 PR 17539
12104 * gdb.base/display.exp: Expect displays to be sorted in ascending
12105 order. Use multi_line.
12106 * gdb.base/solib-display.exp: Likewise.
12107
2f341b6e
PA
121082015-11-24 Pedro Alves <palves@redhat.com>
12109
12110 PR 17539
25d49b86
PA
12111 * gdb.base/display.exp: Expect displays to be sorted in ascending
12112 order. Use multi_line.
12113 * gdb.base/solib-display.exp: Likewise.
2f341b6e 12114
7e0aa6aa
PA
121152015-11-24 Pedro Alves <palves@redhat.com>
12116
12117 PR 17539
12118 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
12119 threads in ascending order.
12120 * gdb.base/foll-fork.exp: Likewise.
12121 * gdb.base/foll-vfork.exp: Likewise.
12122 * gdb.base/multi-forks.exp: Likewise.
12123 * gdb.mi/mi-nonstop.exp: Likewise.
12124 * gdb.mi/mi-nsintrall.exp: Likewise.
12125 * gdb.multi/base.exp: Likewise.
12126 * gdb.multi/multi-arch.exp: Likewise.
12127 * gdb.python/py-inferior.exp: Likewise.
12128 * gdb.threads/break-while-running.exp: Likewise.
12129 * gdb.threads/execl.exp: Likewise.
12130 * gdb.threads/gcore-thread.exp: Likewise.
12131 * gdb.threads/info-threads-cur-sal.exp: Likewise.
12132 * gdb.threads/kill.exp: Likewise.
12133 * gdb.threads/linux-dp.exp: Likewise.
12134 * gdb.threads/multiple-step-overs.exp: Likewise.
12135 * gdb.threads/next-bp-other-thread.exp: Likewise.
12136 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
12137 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
12138 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
12139 * gdb.threads/thread-find.exp: Likewise.
12140 * gdb.threads/tls.exp: Likewise.
12141 * lib/mi-support.exp (mi_reverse_list): Delete.
12142 (mi_check_thread_states): No longer reverse list.
12143
2cc57ad8
PA
121442015-11-24 Pedro Alves <palves@redhat.com>
12145
12146 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
12147 use lowercase.
12148
c93e8391
SM
121492015-11-23 Simon Marchi <simon.marchi@ericsson.com>
12150
12151 * gdb.trace/actions.c: Include trace-common.h.
12152 (main): Add a location for a fast tracepoint.
12153 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
12154 the normal tracepoints.
12155 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
12156
045ccf91
SM
121572015-11-23 Simon Marchi <simon.marchi@ericsson.com>
12158
12159 * save-trace.exp: Factor out code to these...
12160 (gdb_save_tracepoints): New.
12161 (gdb_load_tracepoints): New.
12162 (do_save_load_test): New.
12163
5506f9f6
KB
121642015-11-23 Kevin Buettner <kevinb@redhat.com>
12165
12166 * gdb.base/asmlabel.exp: New test.
12167 * gdb.base/asmlabel.c: New test case.
12168
16c3b12f
JB
121692015-11-23 Joel Brobecker <brobecker@adacore.com>
12170
12171 * gdb.base/wrong_frame_bt_full-main.c: New file.
12172 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
12173 * gdb.base/wrong_frame_bt_full.exp: New file.
12174
155bfbd3
JB
121752015-11-23 Joel Brobecker <brobecker@adacore.com>
12176
12177 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
12178
bb097445
JM
121792015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
12180
206853a0 12181 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
12182 pstate register when comparing registers values in
12183 sparc64-*-linux-gnu targets to avoid spurious differences.
12184
9c88ed8f
JM
121852015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
12186
206853a0 12187 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 12188
96161e25
SL
121892015-11-19 Sandra Loosemore <sandra@codesourcery.com>
12190
12191 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
12192 as type argument to gdb_compile.
12193 * gdb.base/nested-subp2.exp: Likewise.
12194 * gdb.base/nested-subp3.exp: Likewise.
12195
340c2830
DV
121962015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
12197
12198 * lib/dwarf.exp (_note): Fix left shift of negative value.
12199 * gdb.trace/trace-condition.exp: Likewise.
12200
c1862d0f
YQ
122012015-11-13 Yao Qi <yao.qi@linaro.org>
12202
12203 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
12204 comments about d10v.
12205 (test_scalar_returns): Likewise.
12206 * gdb.base/d10v.ld: Remove.
12207 * gdb.base/overlays.exp: Remove the target triplet checking for
12208 d10v-*-*.
12209 * gdb.base/structs.exp (test_struct_returns): Remove the
12210 comments about d10v.
12211 (test_struct_calls): Likewise.
12212
77ae9c19
YQ
122132015-11-13 Yao Qi <yao.qi@linaro.org>
12214
12215 * gdb.base/gnu_vector.exp: Check the return value by "p res".
12216 * gdb.base/gnu_vector.c: Don't include stdio.h.
12217 (main): Don't print res and call add_some_intvecs.
12218
430e004e
MK
122192015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
12220
12221 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
12222 macro.
12223 (func5): Removed.
12224 (func4): Use FAST_TRACEPOINT_LABEL.
12225 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
12226 macro.
12227 (func): Removed.
12228 (thread_function): Use FAST_TRACEPOINT_LABEL.
12229 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
12230 (func): Remove.
12231 (marker): Use FAST_TRACEPOINT_LABEL.
12232 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
12233 (pendfunc1): Remove.
12234 (pendfunc): Use FAST_TRACEPOINT_LABEL.
12235 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
12236 (foo): Remove.
12237 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
12238 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
12239 macro.
12240 (func): Remove.
12241 (marker): Use FAST_TRACEPOINT_LABEL.
12242 * gdb.trace/trace-common.h: New header.
12243 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
12244 macro.
12245 (func): Remove.
12246 (marker): Use FAST_TRACEPOINT_LABEL.
12247 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
12248 (func): Remove.
12249 (thread_function): Use FAST_TRACEPOINT_LABEL.
12250
6e7675a7
MK
122512015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
12252
12253 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
12254 in front.
12255 * gdb.trace/change-loc.exp: Use global pcreg definition.
12256 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
12257 * gdb.trace/entry-values.exp: Use global spreg definition, add $
12258 in front.
12259 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
12260 * gdb.trace/pending.exp: Likewise.
12261 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
12262 * gdb.trace/trace-break.exp: Likewise.
12263 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
12264 in front.
12265 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
12266 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
12267 in front.
12268 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
12269
dddc0e16
JB
122702015-11-09 Joel Brobecker <brobecker@adacore.com>
12271
12272 * gdb.ada/fin_fun_out: New testcase.
12273
c6f0b406
KB
122742015-11-07 Kevin Buettner <kevinb@redhat.com>
12275
12276 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
12277 value associated with DW_AT_byte_size.
12278 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
12279 constants for DW_AT_byte_size, DW_AT_lower_bound, and
12280 DW_AT_upper_bound.
12281
f01dcfd9
KB
122822015-11-07 Kevin Buettner <kevinb@redhat.com>
12283
12284 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
12285 (gdb_target_symbol_prefix_flags): Define in terms of _asm
12286 version.
12287 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
12288 gdb.dwarf2/dw2-canonicalize-type.exp,
12289 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
12290 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
12291 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
12292 provided by gdb_target_symbol_prefix_flags_asm.
12293 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
12294 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
12295 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
12296 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
12297 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
12298 macros where needed). Use this macro for symbols which require
12299 the prefix provided by SYMBOL_PREFIX.
12300
2223449a
KB
123012015-11-05 Kevin Buettner <kevinb@redhat.com>
12302
12303 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
12304 New procs.
12305 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
12306 representing expressions, of more than one list element.
12307 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
12308 to prepend linker symbol prefix to f.
12309 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
12310 table_1 and table_2.
12311 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
12312 Likewise, for f and g.
12313 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
12314 for ptr.
12315 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
12316 for main.
12317 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
12318 table_1_ptr and table_2_ptr.
12319
6f2f1a3a
JK
123202015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12321 Joel Brobecker <brobecker@adacore.com>
12322
12323 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
12324
566c56c9
MK
123252015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
12326
12327 * gdb.reverse/s390-mvcle.c: New test.
12328 * gdb.reverse/s390-mvcle.exp: New file.
12329 * lib/gdb.exp: Enable reverse tests on s390*-linux.
12330
d5f0636b
MK
123312015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
12332
12333 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
12334
7ad8b86c
MK
123352015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
12336
12337 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
12338 reaching marker2.
12339 * gdb.reverse/getresuid-reverse.exp: Likewise.
12340 * gdb.reverse/pipe-reverse.exp: Likewise.
12341 * gdb.reverse/readv-reverse.exp: Likewise.
12342 * gdb.reverse/recvmsg-reverse.exp: Likewise.
12343 * gdb.reverse/time-reverse.exp: Likewise.
12344 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
12345
4081c0f1
YQ
123462015-10-30 Yao Qi <yao.qi@linaro.org>
12347
12348 * gdb.threads/wp-replication.c (watch_count_done): Remove.
12349 (empty_cycle): Remove.
12350 (main): Don't call empty_cycle. Don't use watch_count_done.
12351 * gdb.threads/wp-replication.exp: Don't set breakpoint on
12352 empty_cycle. Rewrite the code counting HW watchpoints.
12353
452b4ba5
MK
123542015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
12355
12356 * gdb.reverse/fstatat-reverse.c: New test.
12357 * gdb.reverse/fstatat-reverse.exp: New file.
12358 * gdb.reverse/getresuid-reverse.c: New test.
12359 * gdb.reverse/getresuid-reverse.exp: New file.
12360 * gdb.reverse/pipe-reverse.c: New test.
12361 * gdb.reverse/pipe-reverse.exp: New file.
12362 * gdb.reverse/readv-reverse.c: New test.
12363 * gdb.reverse/readv-reverse.exp: New file.
12364 * gdb.reverse/recvmsg-reverse.c: New test.
12365 * gdb.reverse/recvmsg-reverse.exp: New file.
12366 * gdb.reverse/time-reverse.c: New test.
12367 * gdb.reverse/time-reverse.exp: New file.
12368 * gdb.reverse/waitpid-reverse.c: New test.
12369 * gdb.reverse/waitpid-reverse.exp: New file.
12370
5e2e7507
JK
123712015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
12372
12373 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
12374
0fde2c53
DE
123752015-10-26 Doug Evans <dje@google.com>
12376
12377 PR symtab/17391
12378 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
12379 * gdb.dwarf2/bad-regnum.c: New file.
12380 * gdb.dwarf2/bad-regnum.exp: New file.
12381
1a70ae97
DE
123822015-10-26 Doug Evans <dje@google.com>
12383
12384 PR python/18938
12385 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
12386 file.
12387
27dc26ab
JK
123882015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12389
12390 * gdb.compile/compile.exp (compile code globalvar): Update expectation
12391 for a change by "Mention language in compile error message".
12392
bed91f4d
SM
123932015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
12394
12395 PR python/18073
12396 * gdb.python/py-type.c (C::a_method): New.
12397 (C::a_const_method): New.
12398 (C::a_static_method): New.
12399 (a_function): New.
12400 * gdb.python/py-type.exp (test_fields): Test getting fields
12401 from function and method.
12402
3f2f83dd
KB
124032015-10-21 Keven Boell <keven.boell@intel.com>
12404
12405 * gdb.fortran/vla-alloc-assoc.exp: New file.
12406 * gdb.fortran/vla-datatypes.exp: New file.
12407 * gdb.fortran/vla-datatypes.f90: New file.
12408 * gdb.fortran/vla-history.exp: New file.
12409 * gdb.fortran/vla-ptype-sub.exp: New file.
12410 * gdb.fortran/vla-ptype.exp: New file.
12411 * gdb.fortran/vla-sizeof.exp: New file.
12412 * gdb.fortran/vla-sub.f90: New file.
12413 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
12414 * gdb.fortran/vla-value-sub-finish.exp: New file.
12415 * gdb.fortran/vla-value-sub.exp: New file.
12416 * gdb.fortran/vla-value.exp: New file.
12417 * gdb.fortran/vla-ptr-info.exp: New file.
12418 * gdb.mi/mi-vla-fortran.exp: New file.
12419 * gdb.mi/vla.f90: New file.
12420
27145d50
SL
124212015-10-21 Sandra Loosemore <sandra@codesourcery.com>
12422
12423 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
12424 of hardwired timeout value.
12425
5f3ff4f8
JK
124262015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12427 Pedro Alves <palves@redhat.com>
12428
12429 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
12430 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
12431
bfd09d20
JS
124322015-10-19 Josh Stone <jistone@redhat.com>
12433
12434 * gdb.base/catch-syscall.c: Include <sched.h>.
12435 (unknown_syscall): New variable.
12436 (main): Trigger a vfork and an unknown syscall.
12437 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
12438 (unknown_syscall_number): Likewise.
12439 (check_call_to_syscall): Accept an optional syscall pattern.
12440 (check_return_from_syscall): Likewise.
12441 (check_continue): Likewise.
12442 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
12443 (test_catch_syscall_skipping_return): New test toggling off 'catch
12444 syscall' to step over the syscall return, then toggling back on.
12445 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
12446 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
12447 (do_syscall_tests): Call test_catch_syscall_without_args and
12448 test_catch_syscall_mid_vfork.
12449 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
12450 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
12451
b32b93c6
AS
124522015-10-19 Andrew Stubbs <ams@codesourcery.com>
12453
12454 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
12455 print g_vE): Add new pass patterns.
12456 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
12457 print various symbol names for vptr fields.
12458
9d622bda
AB
124592015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
12460
12461 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
12462 results.
12463
0fd8ac1c
YQ
124642015-10-12 Yao Qi <yao.qi@linaro.org>
12465
12466 * gdb.arch/disp-step-insn-reloc.exp: New test case.
12467
34240514
YQ
124682015-10-12 Yao Qi <yao.qi@linaro.org>
12469
12470 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
12471 is aarch64*-*-linux*.
12472
8240f442
YQ
124732015-10-12 Yao Qi <yao.qi@linaro.org>
12474
12475 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
12476 (can_relocate_bcond_true): ... it.
12477 (can_relocate_bcond_false): New function.
12478 (foo): Likewise.
12479 (can_relocate_bl): Likewise.
12480 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
12481 can_relocate_bl.
12482
2520f728
PMR
124832015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
12484
12485 * gdb.base/nested-addr.c: New file.
12486 * gdb.base/nested-addr.exp: New testcase.
12487
abcef95a
MM
124882015-10-09 Markus Metzger <markus.t.metzger@intel.com>
12489
12490 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
12491 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
12492 its output. Ignore the output of "record goto begin" and instead
12493 check that GDB is replaying.
12494
145e3ddb
PA
124952015-10-09 Pedro Alves <palves@redhat.com>
12496
12497 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
12498 (top level): Use it in the run with no args test.
12499
d5d8c4e1
IB
125002015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
12501
12502 * gdb.dlang/properties.exp: New file.
12503
06e635ef
SL
125042015-10-02 Sandra Loosemore <sandra@codesourcery.com>
12505
12506 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
12507 whether or not address 0x1000 is mapped on the target.
12508
e019fd1d
SM
125092015-09-30 Simon Marchi <simon.marchi@ericsson.com>
12510
12511 * gdb.python/py-type.exp: Do not run tests if binaries fail to
12512 build.
12513
77ba2a67
MM
125142015-09-30 Markus Metzger <markus.t.metzger@intel.com>
12515
12516 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
12517 instruction-history test.
12518
c60eb31f
DE
125192015-09-28 Doug Evans <dje@google.com>
12520
12521 * gdb.base/gcore.c (array_func): Add reference to static_array.
12522
9a3c8263
SM
125232015-09-25 Simon Marchi <simon.marchi@ericsson.com>
12524
12525 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
12526 source line.
12527
9720e656
SL
125282015-09-24 Sandra Loosemore <sandra@codesourcery.com>
12529
12530 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
12531 short or char as base type.
12532
938d3bf2
SL
125332015-09-23 Sandra Loosemore <sandra@codesourcery.com>
12534
12535 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
12536 to allow any size enum.
12537
e6c2c623
PMR
125382015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
12539
12540 * gdb.ada/array_ptr_renaming.exp: New testcase.
12541 * gdb.ada/array_ptr_renaming/foo.adb: New file.
12542 * gdb.ada/array_ptr_renaming/pack.ads: New file.
12543
06da0f77
PL
125442015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12545
12546 * gdb.trace/ftrace-lock.c: New file.
12547 * gdb.trace/ftrace-lock.exp: New file.
12548
4f51c22a
PL
125492015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12550
12551 * gdb.arch/insn-reloc.c: New file.
12552 * gdb.arch/ftrace-insn-reloc.exp: New file.
12553
7041adf4
PL
125542015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12555
12556 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
12557 instruction.
12558 * gdb.trace/pendshr1.c (pendfunc): Likewise.
12559 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
12560 * gdb.trace/range-stepping.c: Likewise.
12561 * gdb.trace/trace-break.c: Likewise.
12562 * gdb.trace/trace-mt.c (thread_function): Likewise.
12563 * gdb.trace/ftrace.c (marker): Likewise.
12564 * gdb.trace/trace-condition.c (marker): Likewise.
12565 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
12566 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
12567 is_aarch64_target.
12568
015d2e7e
DE
125692015-09-18 Doug Evans <xdje42@gmail.com>
12570
12571 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
12572 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
12573
26b188a2
SL
125742015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12575
12576 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
12577 the breakpoint.
12578
79dc332b
SL
125792015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12580
12581 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
12582 the pending breakpoint. Remove timeout override for "Run till
12583 MI pending breakpoint on pendfunc3 on thread 2" test.
12584
f57929f2
SL
125852015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12586
12587 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
12588 filename pattern.
12589
3f469b17
SL
125902015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12591
12592 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
12593 in breakpoint filename pattern.
12594
515b89b3
SL
125952015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12596
7800dbe4
SL
12597 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
12598
125992015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12600
515b89b3
SL
12601 * gdb.linespec/explicit.exp: Check for readline support for
12602 tab-completion tests. Fix obvious typo.
12603
d2939ba2
MM
126042015-09-18 Markus Metzger <markus.t.metzger@intel.com>
12605
12606 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
12607 and replay.
12608
cbb55fa7
MM
126092015-09-18 Markus Metzger <markus.t.metzger@intel.com>
12610
12611 * gdb.btrace/non-stop.c: New.
12612 * gdb.btrace/non-stop.exp: New.
12613
43691ca1
PL
126142015-09-17 Pierre Langlois <pierre.langlois@arm.com>
12615 Yao Qi <yao.qi@linaro.org>
12616
12617 * gdb.trace/trace-condition.c: New file.
12618 * gdb.trace/trace-condition.exp: New file.
12619
d78908cf
WW
126202015-09-16 Wei-cheng Wang <cole945@gmail.com>
12621
12622 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
12623 for testing bytecode compilation.
12624
1ed415e2
PA
126252015-09-16 Pedro Alves <palves@redhat.com>
12626 Sandra Loosemore <sandra@codesourcery.com>
12627
12628 * gdb.threads/non-stop-fair-events.c (timeout): New global.
12629 (SECONDS): Redefine.
12630 (main): Call pthread_kill and alarm early.
12631 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
12632 support.
12633 (test): If the target can't hardware step and doesn't support
12634 displaced stepping, increase the timeout.
12635
d136eff5
PA
126362015-09-16 Pedro Alves <palves@redhat.com>
12637
12638 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
12639 (enable_debug): New procedures.
12640 (test): Use them. Bail out if waiting for threads fails.
12641 (top level): Bail out if a test fails.
12642
991f019c
YQ
126432015-09-16 Yao Qi <yao.qi@linaro.org>
12644
12645 * gdb.asm/asm-source.exp: Set asm-arch for
12646 aarch64*-*-* target.
12647 * gdb.asm/aarch64.inc: New file.
12648
bfca584f
PMR
126492015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
12650
12651 * gdb.ada/array_of_variable_length.exp: New testcase.
12652 * gdb.ada/array_of_variable_length/foo.adb: New file.
12653 * gdb.ada/array_of_variable_length/pck.adb: New file.
12654 * gdb.ada/array_of_variable_length/pck.ads: New file.
12655
b326e587
DE
126562015-09-15 Doug Evans <dje@google.com>
12657
12658 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
12659 of function static local variable.
12660
5382cfab
PW
126612015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12662
12663 * gdb.threads/tls-so_extern.exp: New test file.
12664 * gdb.threads/tls-so_extern.c: New test file.
12665 * gdb.threads/tls-so_extern_main.c: New test file.
12666
141c5cc4
JK
126672015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12668
12669 * gdb.opt/solib-intra-step-lib.c: New file.
12670 * gdb.opt/solib-intra-step-main.c: New file.
12671 * gdb.opt/solib-intra-step.exp: New file.
12672
d15dcecd
PA
126732015-09-15 Pedro Alves <palves@redhat.com>
12674
12675 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
12676 gdb_continue_to_breakpoint instead of gdb_test_multiple.
12677
4c2f2a79
PA
126782015-09-14 Pedro Alves <palves@redhat.com>
12679
12680 * gdb.base/hook-stop-continue.c: Delete.
12681 * gdb.base/hook-stop-continue.exp: Delete.
12682 * gdb.base/hook-stop-frame.c: Delete.
12683 * gdb.base/hook-stop-frame.exp: Delete.
12684 * gdb.base/hook-stop.c: New file.
12685 * gdb.base/hook-stop.exp: New file.
12686
919e6dbe
PMR
126872015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
12688
12689 * gdb.ada/access_to_packed_array.exp: New testcase.
12690 * gdb.ada/access_to_packed_array/foo.adb: New file.
12691 * gdb.ada/access_to_packed_array/pack.adb: New file.
12692 * gdb.ada/access_to_packed_array/pack.ads: New file.
12693
157280a4
MM
126942015-09-14 Markus Metzger <markus.t.metzger@intel.com>
12695
12696 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
12697 buffer size test.
12698
2fd33e94
DB
126992015-09-11 Don Breazeal <donb@codesourcery.com>
12700
12701 * gdb.base/foll-exec.c: Add copyright header. Fix
12702 formatting issues.
12703 * gdb.base/foll-exec.exp (zap_session): Delete proc.
12704 (do_exec_tests): Use clean_restart in place of zap_session,
12705 and for test initialization. Fix formatting issues. Use
12706 fail in place of perror.
12707 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
12708 an expect statement to match an expression with output from
12709 the program under debug.
12710 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
12711 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
12712 * gdb.threads/non-ldr-exc-2.exp: Likewise.
12713 * gdb.threads/non-ldr-exc-3.exp: Likewise.
12714 * gdb.threads/non-ldr-exc-4.exp: Likewise.
12715
e70b6e8e
DE
127162015-09-09 Doug Evans <dje@google.com>
12717
12718 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
12719
7a551a51
DE
127202015-09-09 Doug Evans <dje@google.com>
12721
12722 * gdb.base/pie-execl.exp: Fix result test of build_executable.
12723
4c666f84
DE
127242015-09-09 Doug Evans <dje@google.com>
12725
12726 * gdb.base/savedregs.exp: Fix typo.
12727
243a9253
PA
127282015-09-09 Pedro Alves <palves@redhat.com>
12729
12730 * gdb.mi/mi-cli.exp: Add CLI finish tests.
12731
c0fa8fbd
SL
127322015-09-08 Sandra Loosemore <sandra@codesourcery.com>
12733
12734 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
12735 command actually switches threads. Give up on remaining
12736 tests if target fails to stop at breakpoint.
12737
cd7c1778
PMR
127382015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
12739
12740 * gdb.ada/funcall_char.exp: New testcase.
12741 * gdb.ada/funcall_char/foo.adb: New file.
12742
dc5c8746
PMR
127432015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
12744
12745 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
12746 expected outputs. Add two testcases for completing ambiguous
12747 functions.
12748 * gdb.ada/complete/aux_pck.adb: New file.
12749 * gdb.ada/complete/aux_pck.ads: New file.
12750 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
12751 Ambiguous_Func functions.
12752 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
12753 * gdb.ada/complete/pck.adb: Likewise.
12754
4e83a1e7
UW
127552015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
12756
12757 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
12758 failures to run the test program under GDB.
12759
8ce74153
LM
127602015-08-26 Luis Machado <lgustavo@codesourcery.com>
12761
12762 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
12763 to C.
12764
e9756d52
PP
127652015-08-26 Patrick Palka <patrick@parcs.ath.cx>
12766
12767 * gdb.base/run-after-attach.exp: New test file.
12768 * gdb.base/run-after-attach.c: New test file.
12769
8d37573b
DB
127702015-08-26 Don Breazeal <donb@codesourcery.com>
12771
12772 * gdb.base/foll-exec-2.c: New test program.
12773 * gdb.base/foll-exec-2.exp: New test.
12774
63e43d3a
PMR
127752015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
12776
12777 * gdb.base/nested-subp1.exp: New file.
12778 * gdb.base/nested-subp1.c: New file.
12779 * gdb.base/nested-subp2.exp: New file.
12780 * gdb.base/nested-subp2.c: New file.
12781 * gdb.base/nested-subp3.exp: New file.
12782 * gdb.base/nested-subp3.c: New file.
12783
3d40fbb5
PA
127842015-08-24 Pedro Alves <palves@redhat.com>
12785
12786 * gdb.server/connect-without-multi-process.c: New file.
12787 * gdb.server/connect-without-multi-process.exp: New file.
12788
4422ac93
LM
127892015-08-24 Luis Machado <lgustavo@codesourcery.com>
12790
12791 * gdb.opt/inline-markers.c: Make z int.
12792
91dddb86
LM
127932015-08-24 Luis Machado <lgustavo@codesourcery.com>
12794
12795 * gdb.opt/inline-markers.c: Make z volatile.
12796
a48847ee
LM
127972015-08-24 Luis Machado <lgustavo@codesourcery.com>
12798
12799 * gdb.opt/inline-bt.c: New volatile global z.
12800 * gdb.opt/inline-cmds.c: Likewise.
12801 * gdb.opt/inline-locals.c: Likewise.
12802 * gdb.opt/inline-markers.c: New extern global z.
12803 (marker): Use z.
12804 (inline_fn): Likewise.
12805
0ebbc52b
PA
128062015-08-24 Pedro Alves <palves@redhat.com>
12807
12808 * config/m32r-stub.exp: Remove file.
12809 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
12810 * gdb.base/call-rt-st.exp: Likewise.
12811 * gdb.base/call-strs.exp: Likewise.
12812 * gdb.base/default.exp: Remove references to h8300-*-hms and
12813 *-*-udi*.
12814 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
12815
77c365df
AA
128162015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12817
12818 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
12819 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
12820 and "return" use KFAIL when GDB can not read/write the vector
12821 return value.
12822
4313b8c0
GB
128232015-08-21 Gary Benson <gbenson@redhat.com>
12824
12825 * gdb.trace/pending.exp: Cope with remote transfer warnings.
12826
0e433b32
PA
128272015-08-20 Pedro Alves <palves@redhat.com>
12828
12829 * gdb.server/solib-list.exp: No longer expect an interior stop in
12830 non-stop mode.
12831
221e1a37
PA
128322015-08-20 Pedro Alves <palves@redhat.com>
12833
12834 * gdb.server/connect-stopped-target.c: New file.
12835 * gdb.server/connect-stopped-target.exp: New file.
12836
40e3ad0e
PA
128372015-08-20 Pedro Alves <palves@redhat.com>
12838
12839 * gdb.dwarf2/comp-unit-lang.exp: New file.
12840 * gdb.dwarf2/comp-unit-lang.c: New file.
12841
af39b327
PMR
128422015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
12843
12844 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
12845 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
12846
7d45c7c3 128472015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 12848
7d45c7c3
KB
12849 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
12850 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
12851
4d6cceb4
DE
128522015-08-18 Doug Evans <dje@google.com>
12853 Adrian Sendroiu <adrian.sendroiu@freescale.com>
12854
12855 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
12856 skip_python_tests. New arg prompt_regexp.
12857 (skip_python_tests): New function.
12858 * lib/mi-support.exp (mi_skip_python_tests): New function.
12859 * gdb.python/py-mi-objfile-gdb.py: New file.
12860 * gdb.python/py-mi-objfile.c: New file.
12861 * gdb.python/py-mi-objfile.exp: New file.
12862
ad89c2aa
KS
128632015-08-17 Keith Seitz <keiths@redhat.com>
12864
12865 * gdb.linespec/explicit.exp: Move strace test from here ...
12866 * gdb.trace/strace.exp: ... to here.
12867
e3ae3c43
PP
128682015-08-15 Patrick Palka <patrick@parcs.ath.cx>
12869
12870 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
12871 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
12872
604b2636
DE
128732015-08-14 Doug Evans <xdje42@gmail.com>
12874
12875 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
12876 inferior before selecting a new file.
12877
6ff0ba5f
DE
128782015-08-14 Doug Evans <xdje42@gmail.com>
12879
12880 * gdb.mi/mi-disassemble.exp: Update.
12881 * gdb.base/disasm-optim.S: New file.
12882 * gdb.base/disasm-optim.c: New file.
12883 * gdb.base/disasm-optim.h: New file.
12884 * gdb.base/disasm-optim.exp: New file.
12885
9ca98f92
KS
128862015-08-14 Keith Seitz <keiths@redhat.com>
12887
12888 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
12889 "evaluated-by".
12890
52bbc560
JB
128912015-08-13 Joel Brobecker <brobecker@adacore.com>
12892
12893 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
12894
5d8c3ed3
PMR
128952015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
12896
12897 * gdb.ada/fun_renaming.exp: New testcase.
12898 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
12899 * gdb.ada/fun_renaming/pack.adb: New file.
12900 * gdb.ada/fun_renaming/pack.ads: New file.
12901
ea8812bc
KS
129022015-08-12 Keith Seitz <keiths@redhat.com>
12903
12904 * gdb.base/dso2dso.exp: Pass basename of source file in call to
12905 gdb_get_line_number.
12906
4dafcdeb
JB
129072015-08-12 Joel Brobecker <brobecker@adacore.com>
12908
12909 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
12910 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
12911 gdb.base/dso2dso.exp: New files.
12912
5ba32597
SDJ
129132015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
12914 Pedro Alves <palves@redhat.com>
12915 Keith Seitz <keiths@redhat.com>
12916
12917 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
12918 GDBFLAGS.
12919
b6dafabf
PP
129202015-08-12 Patrick Palka <patrick@parcs.ath.cx>
12921
12922 * gdb.base/gdbhistsize-history.exp
12923 (test_histsize_history_setting): Use save_vars.
12924 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12925 Use save_vars.
12926 (test_no_truncation_of_unlimited_history_file): Use save_vars.
12927 * gdb.base/readline.exp: Use save_vars.
12928
abe8e607
PP
129292015-08-12 Patrick Palka <patrick@parcs.ath.cx>
12930
12931 * lib/gdb.exp (save_vars): New proc.
12932
629500fa
KS
129332015-08-11 Keith Seitz <keiths@redhat.com>
12934
12935 * gdb.base/help.exp: Update help_breakpoint_text.
12936
eb8c4e2e
KS
129372015-08-11 Keith Seitz <keiths@redhat.com>
12938
12939 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
12940 (at toplevel): Call test_explicit_breakpoints.
12941 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
12942 breakpoints.
12943 * lib/mi-support.exp (mi_make_breakpoint): Add support for
12944 breakpoint conditions, "-cond".
12945
87f0e720
KS
129462015-08-11 Keith Seitz <keiths@redhat.com>
12947
12948 * gdb.linespec/3explicit.c: New file.
12949 * gdb.linespec/cpexplicit.cc: New file.
12950 * gdb.linespec/cpexplicit.exp: New file.
12951 * gdb.linespec/explicit.c: New file.
12952 * gdb.linespec/explicit.exp: New file.
12953 * gdb.linespec/explicit2.c: New file.
12954 * gdb.linespec/ls-errs.exp: Add explicit location tests.
12955 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
12956 before using in the matching pattern.
12957 Clarify that `prefix' is a regular expression.
12958
f00aae0f
KS
129592015-08-11 Keith Seitz <keiths@redhat.com>
12960
12961 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
12962 test.
12963 Add tests for missing ",FMT" and ",".
12964
e27852be
DE
129652015-08-10 Doug Evans <dje@google.com>
12966 Keith Seitz <keiths@redhat.com>
12967
12968 PR gdb/17960
12969 * gdb.base/completion.exp: Add location completer tests.
12970
7f03bd92
PA
129712015-08-07 Pedro Alves <palves@redhat.com>
12972
12973 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
12974 tests here.
12975 (top level): Run do_test with and without displaced stepping.
12976
3fc8eb30
PA
129772015-08-07 Pedro Alves <palves@redhat.com>
12978
12979 * gdb.base/valgrind-disp-step.c: New file.
12980 * gdb.base/valgrind-disp-step.exp: New file.
12981
d4569d7b
PA
129822015-08-07 Pedro Alves <palves@redhat.com>
12983
12984 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
12985 Delete function.
12986 (main): Add alarm. Run an infinite loop instead of calling
12987 wait_threads.
12988 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
12989 comment.
12990 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
12991 Delete function.
12992 (main): Add alarm. Run an infinite loop instead of calling
12993 wait_threads.
12994 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
12995 comment.
12996
e1316e60
PA
129972015-08-07 Pedro Alves <palves@redhat.com>
12998
12999 * gdb.base/checkpoint-ns.exp: New file.
13000 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
13001 standard_testfile.
13002
da8c46d2
MM
130032015-08-07 Markus Metzger <markus.t.metzger@intel.com>
13004
13005 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
13006 * gdb.btrace/instruction_history.exp: Update.
13007 * gdb.btrace/tsx.exp: New.
13008 * gdb.btrace/tsx.c: New.
13009
de1c2c52
PA
130102015-08-06 Pedro Alves <palves@redhat.com>
13011
13012 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
13013 increase timeout.
13014 * gdb.reverse/until-precsave.exp: Bump timeouts.
13015
782e0bf4
PA
130162015-08-06 Pedro Alves <palves@redhat.com>
13017
13018 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
13019
83e97ed0
PA
130202015-08-06 Pedro Alves <palves@redhat.com>
13021
13022 PR gdb/18749
13023 * gdb.threads/process-dies-while-handling-bp.c: New file.
13024 * gdb.threads/process-dies-while-handling-bp.exp: New file.
13025
863d01bd
PA
130262015-08-06 Pedro Alves <palves@redhat.com>
13027
13028 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
13029 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
13030
0a39bb32
PA
130312015-08-05 Pedro Alves <palves@redhat.com>
13032
13033 * gdb.threads/next-while-other-thread-longjmps.c: New file.
13034 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
13035
ee2d2b10
SL
130362015-08-03 Sandra Loosemore <sandra@codesourcery.com>
13037
13038 * gdb.base/bp-permanent.exp: Report test as unsupported if
13039 the target cannot stop at the permanent breakpoint.
13040
4e1bdb00
DE
130412015-08-03 Doug Evans <dje@google.com>
13042
13043 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
13044 10000.
13045
3d338901
DE
130462015-08-03 Doug Evans <dje@google.com>
13047
13048 * Makefile.in (workers/%.worker, build-perf): New rule.
13049 (GDB_PERFTEST_MODE): New variable.
13050 (check-perf): Use it.
13051 (clean): Clean up gdb.perf parallel build subdirs.
13052 * lib/build-piece.exp: New file.
13053 * lib/gdb.exp (make_gdb_parallel_path): New function
13054 (standard_output_file, standard_temp_file): Call it.
13055 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
13056 of $GDB_PARALLEL.
13057 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
13058
af061d3e
DE
130592015-08-03 Doug Evans <dje@google.com>
13060
8e1afc81 13061 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
13062 (LOG_FILE_NAME): New global.
13063 (TextReporter.__init__): Initialize self.txt_sum.
13064 (TextReporter.report): Add support for multiple data-points.
13065 Move report to perftest.sum, put raw data in perftest.log.
13066 (TextReporter.start): Open sum and log files.
13067 (TextReporter.end): Close sum and log files.
8e1afc81
DE
13068 * gdb.perf/lib/perftest/testresult.py
13069 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 13070
2c8c5d37
PA
130712015-07-31 Pedro Alves <palves@redhat.com>
13072
13073 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
13074 Use spawn_id_get_pid. Wait for spawn id after eof. Use
13075 kill_wait_spawned_process instead of explicit "kill -9".
13076 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
13077 returning a spawn id instead of a pid. Use spawn_id_get_pid and
13078 kill_wait_spawned_process.
13079 * gdb.base/attach-twice.exp: Likewise.
13080 * gdb.base/attach.exp: Likewise.
13081 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
13082 gdb_test_multiple.
13083 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
13084 returning a spawn id instead of a pid. Use spawn_id_get_pid and
13085 kill_wait_spawned_process.
13086 * gdb.base/valgrind-infcall.exp: Likewise.
13087 * gdb.multi/multi-attach.exp: Likewise.
13088 * gdb.python/py-prompt.exp: Likewise.
13089 * gdb.python/py-sync-interp.exp: Likewise.
13090 * gdb.server/ext-attach.exp: Likewise.
13091 * gdb.threads/attach-into-signal.exp (corefunc): Use
13092 spawn_wait_for_attach, spawn_id_get_pid and
13093 kill_wait_spawned_process.
13094 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
13095 spawn_wait_for_attach returning a spawn id instead of a pid. Use
13096 spawn_id_get_pid and kill_wait_spawned_process.
13097 * gdb.threads/attach-stopped.exp (corefunc): Use
13098 spawn_wait_for_attach, spawn_id_get_pid and
13099 kill_wait_spawned_process.
13100 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
13101 Use spawn_id_get_pid. Wait for spawn id after eof. Use
13102 kill_wait_spawned_process instead of explicit "kill -9".
13103 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
13104 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
13105 (spawn_wait_for_attach): Use spawn instead of exec to spawn
13106 processes. Don't map cygwin/windows pids here. Now returns a
13107 spawn id list.
13108
032a0fca
SL
131092015-07-30 Sandra Loosemore <sandra@codesourcery.com>
13110
13111 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
13112 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
13113 correct patch.
13114
61a934ca
SL
131152015-07-30 Sandra Loosemore <sandra@codesourcery.com>
13116
13117 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
13118
4bc4d428
SL
131192015-07-30 Sandra Loosemore <sandra@codesourcery.com>
13120
13121 Reapply:
13122 2014-05-21 Mark Wielaard <mjw@redhat.com>
13123
13124 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
13125
998d452a
PA
131262015-07-30 Pedro Alves <palves@redhat.com>
13127
13128 * linux-low.c (handle_extended_wait): Set the child's last
13129 reported status to TARGET_WAITKIND_STOPPED.
13130
69dde7dc
PA
131312015-07-30 Pedro Alves <palves@redhat.com>
13132
13133 PR threads/18600
13134 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
13135 only shows inferior 1.
13136
4dd63d48
PA
131372015-07-30 Simon Marchi <simon.marchi@ericsson.com>
13138 Pedro Alves <palves@redhat.com>
13139
13140 PR threads/18600
13141 * gdb.threads/fork-plus-threads.c: New file.
13142 * gdb.threads/fork-plus-threads.exp: New file.
13143
d618e4c5
PP
131442015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13145
13146 * gdb.base/batch-preserve-term-settings.exp
13147 (test_terminal_settings_preserved_after_cli_exit): Use
13148 send_quit_command.
13149
1eef6428
PA
131502015-07-29 Pedro Alves <palves@redhat.com>
13151 Don Breazeal <donb@codesourcery.com>
13152
13153 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
13154 output from both inferior_spawn_id and gdb_spawn_id.
13155
7da5b897
SDJ
131562015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
13157
13158 * gdb.threads/attach-into-signal.exp (corefunc): Use
13159 with_test_prefix on nested loops, uniquefying the test messages.
13160
dac804df
SDJ
131612015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
13162
13163 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
13164 commit.
13165
06265e53
PP
131662015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13167
13168 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
13169 New proc.
13170 (test_terminal_settings_preserved_after_sigterm): New test.
13171
18206ca3
PP
131722015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13173
13174 * gdb.base/batch-preserve-term-settings.exp
13175 (test_terminal_settings_preserved_after_cli_exit): New test.
13176
90074d11
PP
131772015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13178
13179 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
13180 manipulation of saved_gdbflags.
13181 (test_terminal_settings_preserved): Remove global declaration of
13182 the unused variable pagination_prompt. Remove manipulation of
13183 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
13184 GDBFLAGS.
13185
eb1a7902
PA
131862015-07-29 Pedro Alves <palves@redhat.com>
13187
13188 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
13189
8b75dd3b
PA
131902015-07-29 Pedro Alves <palves@redhat.com>
13191
13192 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
13193 at the top.
13194
dedad4e3
PA
131952015-07-29 Pedro Alves <palves@redhat.com>
13196
13197 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
13198 (main): Call gdb_unbuffer_output.
13199 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
13200 (main): Call gdb_unbuffer_output.
13201 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
13202 (main): Call gdb_unbuffer_output.
13203 * gdb.base/call-strs.exp: Adjust to step over the
13204 gdb_unbuffer_output call.
13205 * gdb.base/catch-gdb-caused-signals.c: Include
13206 "../lib/unbuffer_output.c".
13207 (main): Call gdb_unbuffer_output.
13208 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
13209 (main): Call gdb_unbuffer_output.
13210 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
13211 (main): Call gdb_unbuffer_output.
13212 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
13213 (main): Call gdb_unbuffer_output.
13214 * gdb.base/shlib-call.exp: Adjust to step over the
13215 gdb_unbuffer_output call.
13216 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
13217 (main): Call gdb_unbuffer_output.
13218 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
13219 (main): Call gdb_unbuffer_output.
13220 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
13221 (main): Rename to ...
13222 (test): ... this.
13223 (main): Reimplement.
13224 * gdb.base/varargs.exp: Run to test instead of to main.
13225 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
13226 (main): Call gdb_unbuffer_output.
13227
58789a91
PA
132282015-07-29 Pedro Alves <palves@redhat.com>
13229
13230 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
13231 factore out from mi_continue_dprintf. For call-style dprintfs,
13232 expect dprintf output out of $inferior_spawn_id.
13233 (mi_continue_dprintf): Use mi_expect_dprintf.
13234 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
13235 (main): Call gdb_unbuffer_output.
13236
e8376742
PA
132372015-07-29 Pedro Alves <palves@redhat.com>
13238
13239 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
13240 (default_mi_gdb_start): Set inferior_spawn_id instead of
13241 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
13242 gdb_spawn_id.
13243 (mi_gdb_test): Always expect inferior output from both
13244 $inferior_spawn_id and $gdb_spawn_id.
13245
08280010
PA
132462015-07-29 Pedro Alves <palves@redhat.com>
13247
13248 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
13249 send_inferior and $inferior_spawn_id.
13250
4d30e432
PA
132512015-07-29 Pedro Alves <palves@redhat.com>
13252
13253 * gdb.gdb/complaints.exp (test_initial_complaints)
13254 (test_serial_complaints, test_short_complaints): Use
13255 gdb_test_stdio.
13256 (test_empty_complaint): Handle $inferior_spawn_id !=
13257 $gdb_spawn_id.
13258
0d30a335
PA
132592015-07-29 Pedro Alves <palves@redhat.com>
13260
13261 * gdb.base/varargs.exp: Use gdb_test_stdio.
13262
39413b29
PA
132632015-07-29 Pedro Alves <palves@redhat.com>
13264
13265 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
13266
7cb000a9
PA
132672015-07-29 Pedro Alves <palves@redhat.com>
13268
13269 * gdb.base/ending-run.exp: Use gdb_test_stdio.
13270
d7b8ac82
PA
132712015-07-29 Pedro Alves <palves@redhat.com>
13272
13273 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
13274 parameter into two new parameters, "inf_result" and "gdb_result".
13275 Expect inferior output and gdb output from $inferior_spawn_id and
13276 $gdb_spawn_id, respectively. Adjust all callers.
13277
789c3a0c
PA
132782015-07-29 Pedro Alves <palves@redhat.com>
13279
13280 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
13281 of gdb_test_sequence.
13282
77e760c3
PA
132832015-07-29 Pedro Alves <palves@redhat.com>
13284
13285 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
13286 (saw_spurious_output): Expect inferior output from
13287 $inferior_spawn_id. Use gdb_test_stdio.
13288
8396d2cd
PA
132892015-07-29 Pedro Alves <palves@redhat.com>
13290
13291 * gdb.base/dprintf.exp: Use standard_testfile. Change
13292 prepare_for_testing call.
13293 (srcfile): Don't set.
13294 (restart): New procedure.
13295 (test_dprintf): New procecure, use to continue over dprintfs.
13296 (test_call, test_agent): New procedures, tests moved here.
13297 Restart gdb and recreate dprintfs. Adjust expected output.
13298
2051d61f
PA
132992015-07-29 Pedro Alves <palves@redhat.com>
13300
13301 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
13302
452397af
PA
133032015-07-29 Pedro Alves <palves@redhat.com>
13304
13305 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
13306
8aed9555
PA
133072015-07-29 Pedro Alves <palves@redhat.com>
13308
13309 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
13310 gdb_test_stdio.
13311
188a61b4
PA
133122015-07-29 Pedro Alves <palves@redhat.com>
13313
13314 * lib/gdb.exp (gdb_test_stdio): New procedure.
13315
12264a45
PA
133162015-07-29 Pedro Alves <palves@redhat.com>
13317
13318 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
13319
23ffc893
PA
133202015-07-29 Pedro Alves <palves@redhat.com>
13321
13322 * gdb.base/call-signal-resume.exp: Remove check for
13323 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
13324 * gdb.base/unwindonsignal.exp: Likewise.
13325 * gdb.base/call-signals.c (gen_signal): Remove printf call.
13326 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
13327
65566918
PA
133282015-07-29 Pedro Alves <palves@redhat.com>
13329
13330 * gdb.base/siginfo-addr.c (pass): New function.
13331 (handler): Call it iff si_addr is correct.
13332 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
13333 Set a breakpoint at "pass" and continue to it.
13334
d60a9221
SDJ
133352015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
13336
13337 * gdb.python/py-objfile.exp: Make some tests have unique names.
13338 * gdb.python/py-pp-registration.exp: Likewise.
13339
bde40b8f
PA
133402015-07-28 Pedro Alves <palves@redhat.com>
13341
13342 * gdb.server/server-exec-info.exp: Issue a "disconnect".
13343
13e1dec8
SM
133442015-07-27 Simon Marchi <simon.marchi@ericsson.com>
13345
13346 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
13347
da33c9a7
SM
133482015-07-27 Simon Marchi <simon.marchi@ericsson.com>
13349
13350 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
13351
077836f7
PP
133522015-07-27 Patrick Palka <patrick@parcs.ath.cx>
13353
13354 * gdb.base/gdb-sigterm-2.exp: New test.
13355
b8cc7b2e
DE
133562015-07-25 Doug Evans <xdje42@gmail.com>
13357
13358 Revert:
13359 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
13360 (workers/%.worker, build-perf): New rule.
13361 (GDB_PERFTEST_MODE): New variable.
13362 (check-perf): Use it.
13363 (clean): Clean up gdb.perf parallel build subdirs.
13364 * lib/build-piece.exp: New file.
13365 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
13366 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
13367 name.
13368 (standard_temp_file): Ditto.
13369 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
13370 of $GDB_PARALLEL.
13371
c8bd4544
DE
133722015-07-24 Doug Evans <dje@google.com>
13373
13374 * gdb.perf/lib/perftest/utils.py: New file.
13375 * gdb.perf/gm-hello.cc: New file.
13376 * gdb.perf/gm-pervasive-typedef.cc: New file.
13377 * gdb.perf/gm-pervasive-typedef.h: New file.
13378 * gdb.perf/gm-std.cc: New file.
13379 * gdb.perf/gm-std.h: New file.
13380 * gdb.perf/gm-use-cerr.cc: New file.
13381 * gdb.perf/gm-utils.h: New file.
13382 * gdb.perf/gmonster-null-lookup.py: New file.
13383 * gdb.perf/gmonster-pervasive-typedef.py: New file.
13384 * gdb.perf/gmonster-print-cerr.py: New file.
13385 * gdb.perf/gmonster-ptype-string.py: New file.
13386 * gdb.perf/gmonster-runto-main.py: New file.
13387 * gdb.perf/gmonster-select-file.py: New file.
13388 * gdb.perf/gmonster1-null-lookup.exp: New file.
13389 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
13390 * gdb.perf/gmonster1-print-cerr.exp: New file.
13391 * gdb.perf/gmonster1-ptype-string.exp: New file.
13392 * gdb.perf/gmonster1-runto-main.exp: New file.
13393 * gdb.perf/gmonster1-select-file.exp: New file.
13394 * gdb.perf/gmonster1.cc: New file.
13395 * gdb.perf/gmonster1.exp: New file.
13396 * gdb.perf/gmonster2-null-lookup.exp: New file.
13397 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
13398 * gdb.perf/gmonster2-print-cerr.exp: New file.
13399 * gdb.perf/gmonster2-ptype-string.exp: New file.
13400 * gdb.perf/gmonster2-runto-main.exp: New file.
13401 * gdb.perf/gmonster2-select-file.exp: New file.
13402 * gdb.perf/gmonster2.cc: New file.
13403 * gdb.perf/gmonster2.exp: New file.
13404
6eab34f3
DE
134052015-07-24 Doug Evans <dje@google.com>
13406
13407 * gdb.perf/README: New file.
13408 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
13409 * lib/gen-perf-test.exp: New file.
13410
63738bfd
DE
134112015-07-24 Doug Evans <dje@google.com>
13412
13413 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
13414 (PerfTest::startup): New function.
13415 (PerfTest::run): Return result of calling body.
13416 (PerfTest::assemble): Rewrite.
13417 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
13418 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
13419 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
13420 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
13421 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
13422
7b606f95
DE
134232015-07-24 Doug Evans <dje@google.com>
13424
13425 * lib/gdb.exp (clean_restart): Make executable optional.
13426
a97b16b8
DE
134272015-07-24 Doug Evans <dje@google.com>
13428
13429 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
13430 compiler_info references.
13431 * gdb.cp/temargs.exp: Ditto.
13432 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
13433 (get_compiler_info): Early exit if already computed. Set compiler_info
13434 to "unknown" if there was a problem.
13435 (test_compiler_info): Add function comment. Call get_compiler_info.
13436
35baa57f
DE
134372015-07-24 Doug Evans <dje@google.com>
13438
13439 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
13440 (workers/%.worker, build-perf): New rule.
13441 (GDB_PERFTEST_MODE): New variable.
13442 (check-perf): Use it.
13443 (clean): Clean up gdb.perf parallel build subdirs.
13444 * lib/build-piece.exp: New file.
13445 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
13446 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
13447 name.
13448 (standard_temp_file): Ditto.
13449 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
13450 of $GDB_PARALLEL.
13451
6ebea266
DE
134522015-07-24 Doug Evans <dje@google.com>
13453
13454 * lib/future.exp (gdb_default_target_compile): New option
13455 "early_flags".
13456 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
13457 --as-needed.
13458
1e76a7e9
SDJ
134592015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
13460
13461 * gdb.base/catch-syscall.exp: Call gdb_exit before
13462 gdb_skip_xml_test.
13463
5068630a
PA
134642015-07-24 Pedro Alves <palves@redhat.com>
13465
13466 * gdb.python/py-events.exp: Accept output between the stop event
13467 and the prompt.
13468 * gdb.python/py-evsignal.exp: Likewise.
13469 * gdb.python/py-evthreads.exp: Likewise.
13470
77598427
PA
134712015-07-24 Pedro Alves <palves@redhat.com>
13472
13473 PR gdb/18717
13474 * gdb.threads/non-ldr-exit.c: New file.
13475 * gdb.threads/non-ldr-exit.exp: New file.
13476
11e6c98f
YQ
134772015-07-24 Yao Qi <yao.qi@linaro.org>
13478
13479 * gdb.server/ext-wrapper.exp: Test --wrapper option when
13480 restarting process.
13481
51aee833
YQ
134822015-07-24 Yao Qi <yao.qi@linaro.org>
13483
13484 * gdb.server/ext-restart.exp: New file.
13485
8cfe207c
YQ
134862015-07-24 Yao Qi <yao.qi@linaro.org>
13487
13488 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
13489 argument options.
13490 * gdb.server/ext-wrapper.exp: New file.
13491
cc12ce38
DE
134922015-07-23 Doug Evans <dje@google.com>
13493
13494 * gdb.dwarf2/dw2-dummy-cu.S: New file.
13495 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
13496
d0d84780
PMR
134972015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
13498
13499 * gdb.ada/var_arr_typedef.exp: New testcase.
13500 * gdb.ada/var_arr_typedef/pack.adb: New file.
13501 * gdb.ada/var_arr_typedef/pack.ads: New file.
13502 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
13503
8b558f79
JB
135042015-07-20 Joel Brobecker <brobecker@adacore.com>
13505
13506 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
13507
775a3298
JK
135082015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13509
13510 * gdb.arch/i386-biarch-core.exp: Replace istarget
13511 by "complete set gnutarget". Remove expectation for the "core-file"
13512 command.
13513
db1ff28b
JK
135142015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13515
13516 Revert the previous commit:
13517 Tests for validate symbol file using build-id.
13518
0a94970d
JK
135192015-07-15 Aleksandar Ristovski <aristovski@qnx.com
13520
13521 Tests for validate symbol file using build-id.
13522 * gdb.base/solib-mismatch-lib.c: New file.
13523 * gdb.base/solib-mismatch-libmod.c: New file.
13524 * gdb.base/solib-mismatch.c: New file.
13525 * gdb.base/solib-mismatch.exp: New file.
13526
03346981
SL
135272015-07-15 Sandra Loosemore <sandra@codesourcery.com>
13528
13529 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
13530 nios2-*-linux*.
13531 * gdb.base/sigbpt.exp (stepi_out): Likewise.
13532 * gdb.base/siginfo.exp: Likewise.
13533 * gdb.base/sigstep.exp (advance, advancei): Likewise.
13534
42422cc7
PL
135352015-07-15 Pierre Langlois <pierre.langlois@arm.com>
13536
13537 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
13538 Move it to ...
13539 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
13540 ... here.
13541 * gdb.trace/range-stepping.exp: Check that the target supports
13542 range stepping.
13543
cfa68bae
JK
135442015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13545
13546 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
13547
8ffdba26
PA
135482015-07-14 Pedro Alves <palves@redhat.com>
13549
13550 * gdb.base/killed-outside.exp: New file.
13551 * gdb.base/killed-outside.c: New file.
13552
218a5a11
JK
135532015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
13554
13555 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
13556 (n at main): New.
13557 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
13558
e03ed3c6
AA
135592015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
13560
13561 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
13562 infcall tests instead of setting up for KFAIL.
13563
485668e5
MM
135642015-07-10 Markus Metzger <markus.t.metzger@intel.com>
13565
13566 * gdb.btrace/record_goto-step.exp: New.
13567
08464196
JK
135682015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13569
13570 PR compile/18484
13571 * gdb.compile/compile.c (struct struct_type): Add volatile to
13572 selffield's type.
13573 * gdb.compile/compile.exp
13574 (compile code struct_object.selffield = &struct_object): Skip further
13575 struct_object tests if this one xfails.
13576
bcf5c1d9
RC
135772015-07-08 Robert O'Callahan <robert@ocallahan.org>
13578
13579 PR exp/18617
13580 * gdb.trace/ax.exp: Add test.
13581
4931af25
YQ
135822015-07-07 Yao Qi <yao.qi@linaro.org>
13583
13584 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
13585 instead of istarget "aarch64*-*-*".
13586 * gdb.arch/aarch64-fp.exp: Likewise.
13587 * gdb.base/float.exp: Likewise.
13588 * gdb.reverse/aarch64.exp: Likewise.
13589 * lib/gdb.exp (is_aarch64_target): New proc.
13590
9fcf688e
YQ
135912015-07-07 Yao Qi <yao.qi@linaro.org>
13592
13593 * lib/gdb.exp (is_aarch32_target): New proc.
13594 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
13595 instead of "istarget "arm*-*-*"".
13596 * gdb.arch/arm-disp-step.exp: Likewise.
13597 * gdb.arch/thumb-bx-pc.exp: Likewise.
13598 * gdb.arch/thumb-prologue.exp: Likewise.
13599 * gdb.arch/thumb-singlestep.exp: Likewise.
13600 * gdb.base/disp-step-syscall.exp: Likewise.
13601 * gdb.base/float.exp: Likewise.
13602
fbd8d50d
YQ
136032015-07-07 Yao Qi <yao.qi@linaro.org>
13604
13605 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
13606 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
13607
71be1fdc
YQ
136082015-07-07 Yao Qi <yao.qi@linaro.org>
13609
13610 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
13611 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
13612 if it exists.
13613 * gdb.multi/multi-arch.exp: Likewise.
13614
3e221d36
SM
136152015-07-07 Simon Marchi <simon.marchi@ericsson.com>
13616
13617 * gdb.python/py-lazy-string.exp: Add missing parentheses to
13618 print.
13619
d441430b
YQ
136202015-07-07 Yao Qi <yao.qi@linaro.org>
13621
13622 * gdb.arch/thumb-singlestep.exp: Do one more single step.
13623
06f810bd
MG
136242015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
13625
13626 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
13627 '[' and ']' characters.
13628
5e61e7c0
IB
136292015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
13630
13631 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
13632
28bf096c
PA
136332015-06-29 Pedro Alves <palves@redhat.com>
13634
13635 PR threads/18127
13636 * gdb.threads/hand-call-new-thread.c: New file.
13637 * gdb.threads/hand-call-new-thread.c: New file.
13638
ee93cd5e
KS
136392015-06-26 Keith Seitz <keiths@redhat.com>
13640 Doug Evans <dje@google.com>
13641
13642 PR 16253
13643 * gdb.cp/var-tag-2.cc: New file.
13644 * gdb.cp/var-tag-3.cc: New file.
13645 * gdb.cp/var-tag-4.cc: New file.
13646 * gdb.cp/var-tag.cc: New file.
13647 * gdb.cp/var-tag.exp: New file.
13648
fc637f04
PP
136492015-06-26 Patrick Palka <patrick@parcs.ath.cx>
13650
13651 * gdb.base/history-duplicates.exp: New test.
13652
2e52ae68
PP
136532015-06-26 Patrick Palka <patrick@parcs.ath.cx>
13654
13655 * gdb.base/completion.exp: Test the completion of the "focus"
13656 command.
13657
6e22494e
JK
136582015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13659
13660 * gdb.arch/amd64-prologue-skip.S: New file.
13661 * gdb.arch/amd64-prologue-skip.exp: New file.
13662
bf7b9cd9
SM
136632015-06-25 Simon Marchi <simon.marchi@ericsson.com>
13664
13665 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
13666 is_address_zero_readable check.
13667
201e8dfd
PB
136682015-06-24 Peter Bergner <bergner@vnet.ibm.com>
13669
13670 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
13671 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
13672
5cd867b4
YQ
136732015-06-24 Yao Qi <yao.qi@linaro.org>
13674
13675 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
13676 linux targets.
13677
4d7be007
YQ
136782015-06-24 Yao Qi <yao.qi@linaro.org>
13679
13680 * lib/gdb.exp (supports_get_siginfo_type): New proc.
13681 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
13682 * gdb.base/siginfo-thread.exp: Likewise.
13683
07fcd301
YQ
136842015-06-22 Yao Qi <yao.qi@linaro.org>
13685
13686 * boards/remote-gdbserver-on-localhost.exp: Add comments.
13687
52042a00
YQ
136882015-06-22 Yao Qi <yao.qi@linaro.org>
13689
13690 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
13691 aarch64*-*-*.
13692 (skip_hw_watchpoint_tests): Likewise.
13693
74bd41ce
PP
136942015-06-18 Patrick Palka <patrick@parcs.ath.cx>
13695
13696 * gdb.base/gdbinit-history.exp: Test the interaction between
13697 setting GDBHISTSIZE and setting the history size via .gdbinit.
13698
bc460514
PP
136992015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13700
13701 PR gdb/16999
13702 * gdb.base/gdbhistsize-history.exp: New test.
13703
b58c513b
PP
137042015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13705
13706 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
13707 with GDBHISTSIZE.
13708 * gdb.base/readline.exp: Likewise.
13709
92046791
YQ
137102015-06-17 Yao Qi <yao.qi@linaro.org>
13711
13712 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
13713 line.
13714
2093d2d3
PP
137152015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13716
13717 * gdb.base/gdbinit-history.exp: Add test case to check that
13718 an unlimited history file does not get truncated on exit.
13719
e6c693af
AA
137202015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13721
13722 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
13723 (VECTOR): New macro. Use it...
13724 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
13725 ...for these typedefs.
13726 (int8, char1, int1, double1): New typedefs.
13727 (struct just_int2, struct two_int2): New structures.
13728 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
13729 (add_structvecs, add_singlevecs): New functions.
13730 (main): Call add_some_intvecs twice.
13731 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
13732 the compile and exit upon failure. Try compiling for the "native"
13733 architecture. Test inferior function calls with vector arguments
13734 and vector return value handling with "finish" and "return".
13735
c74f7d1c
JT
137362015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
13737
13738 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
13739 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
13740 PE file.
13741 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
13742
98aa42ee
AT
137432015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
13744
13745 PR breakpoints/16465
13746 * gdb.mi/mi-dprintf-pending.c: New file.
13747 * gdb.mi/mi-dprintf-pending.exp: New test.
13748 * gdb.mi/mi-dprintf-pendshr.c: New file.
13749
7d73c23c 137502015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 13751 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
13752
13753 * gdb.arch/i386-mpx-map.c: New file.
13754 * gdb.arch/i386-mpx-map.exp: New File.
13755
137562015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13757
13758 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
13759 * gdb.arch/i386-mpx.exp: Indentation fixed.
13760
137612015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13762
13763 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
13764 function and improved indentation.
13765 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
13766 gdb_test_multiple. Added additional tests to skip the test.
13767
137682015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13769
13770 * gdb.arch/i386-avx512.c: Change path in include file.
13771 * gdb.arch/i386-avx512.exp: Change include dir path
13772 compilation flag.
13773 * gdb.arch/i386-mpx.c: Change path in include file.
13774 * gdb.arch/i386-mpx.exp: Change include dir path compilation
13775 flag.
13776
d5eba19a
JK
137772015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
13778
13779 * gdb.compile/compile-print.exp (compile print *vararray@3)
13780 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
13781
7f361056
JK
137822015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13783
13784 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
13785 (do not keep jit in memory): ... this.
13786 (expect 5): Change it to ...
13787 (expect no 5): ... this.
13788
3b462ec2
SM
137892015-06-02 Simon Marchi <simon.marchi@ericsson.com>
13790
13791 PR gdb/15564
13792 * gdb.mi/mi-detach.exp: New file.
13793
e0619de6
JK
137942015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13795
13796 PR symtab/18392
13797 * gdb.arch/amd64-tailcall-self.S: New file.
13798 * gdb.arch/amd64-tailcall-self.c: New file.
13799 * gdb.arch/amd64-tailcall-self.exp: New file.
13800
e970cb34
DB
138012015-05-28 Don Breazeal <donb@codesourcery.com>
13802
13803 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
13804 tests for remote targets by checking is_target_gdbserver.
13805
b2e2f908
DE
138062015-05-27 Doug Evans <dje@google.com>
13807
13808 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
13809 * gdb.dwarf2/opaque-type-lookup.c: New file.
13810 * gdb.dwarf2/opaque-type-lookup.exp: New file.
13811
82c7be31
DE
138122015-05-26 Doug Evans <dje@google.com>
13813
13814 * gdb.cp/iostream.cc: New file.
13815 * gdb.cp/iostream.exp: New file.
13816
b4f54984
DE
138172015-05-26 Doug Evans <dje@google.com>
13818
13819 * gdb.dwarf2/dw2-op-call.exp: Update.
13820 * gdb.dwarf2/dw4-sig-types.exp: Update.
13821 * gdb.dwarf2/implptr.exp: Update.
13822 * gdb.mi/mi-cmd-param-changed.exp: Update.
13823
4ea6efe9
DE
138242015-05-26 Doug Evans <dje@google.com>
13825
13826 * gdb.python/py-lazy-string.c: New file.
13827 * gdb.python/py-lazy-string.exp: New file.
13828 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
13829 (main): Update. Add estring3.
13830 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
13831 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
13832
f6bb7db3
YQ
138332015-05-26 Omair Javaid <omair.javaid@linaro.org>
13834 Yao Qi <yao.qi@linaro.org>
13835
13836 * gdb.reverse/aarch64.c: New.
13837 * gdb.reverse/aarch64.exp: New.
13838
a81bfbd0
OJ
138392015-05-26 Omair Javaid <omair.javaid@linaro.org>
13840
25d49b86
PA
13841 * lib/gdb.exp (supports_process_record): Return true for
13842 aarch64*-linux*.
a81bfbd0
OJ
13843 (supports_reverse): Likewise.
13844
158bf1b4
PP
138452015-05-22 Patrick Palka <patrick@parcs.ath.cx>
13846
13847 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13848 Use with_test_prefix.
13849
a0145030
AB
138502015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
13851
13852 * gdb.base/completion.exp: Add test for completion of layout
13853 names.
13854
ebe3b578
AB
138552015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
13856
13857 * lib/gdb.exp (skip_tui_tests): New proc.
13858 * gdb.base/tui-layout.exp: Check skip_tui_tests.
13859
84204ed7
PA
138602015-05-19 Pedro Alves <palves@redhat.com>
13861
13862 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13863 Save the whole env array instead of just HOME. Unset HISTSIZE in
13864 the environment while testing. Restore whole environment
13865 afterwards.
13866
37442ce1
DE
138672015-05-16 Doug Evans <xdje42@gmail.com>
13868
13869 * gdb.guile/scm-ports.c: New file.
13870 * gdb.guile/scm-ports.exp: Add memory port tests.
13871
36de76f9
JK
138722015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13873
13874 * gdb.compile/compile-print.c: New file.
13875 * gdb.compile/compile-print.exp: New file.
13876
3a9558c4
JK
138772015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13878
13879 * gdb.compile/compile-ops.exp: Cast param to void.
13880 * gdb.compile/compile.exp: Complete type for _gdb_expr.
13881 (compile code struct_object.selffield = &struct_object): Add xfail.
13882
aa715135
JG
138832015-05-15 Joel Brobecker <brobecker@adacore.com>
13884
13885 * gdb.ada/arr_enum_with_gap: New testcase.
13886
931e5bc3
JG
138872015-05-15 Joel Brobecker <brobecker@adacore.com>
13888
13889 * gdb.ada/byte_packed_arr: New testcase.
13890
9cd4d857
JB
138912015-05-15 Joel Brobecker <brobecker@adacore.com>
13892
13893 * gdb.ada/pckd_neg: New testcase.
13894
ebfd00d2
PP
138952015-05-13 Patrick Palka <patrick@parcs.ath.cx>
13896
13897 PR gdb/17820
13898 * gdb.base/gdbinit-history.exp: New test.
13899 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
13900 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
13901
4c082a81
SC
139022015-05-09 Siva Chandra Reddy <sivachandra@google.com>
13903
13904 * gdb.python/py-xmethods.cc: Enhance test case.
13905 * gdb.python/py-xmethods.exp: New tests.
13906 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
13907 function.
13908 (B_indexoper): Likewise.
13909 (global_dm_list) : Add new xmethod worker functions.
13910
f7797074
SDJ
139112015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
13912
13913 * gdb.base/coredump-filter.exp: Correctly unset
13914 "coredump_var_addr" array.
13915
a4674e4e
PA
139162015-05-08 Pedro Alves <palves@redhat.com>
13917
13918 * gdb.server/non-existing-program.exp: Unset spawn_id.
13919
df2eb078
SC
139202015-05-08 Siva Chandra Reddy <sivachandra@google.com>
13921
13922 PR python/18291
13923 * gdb.python/py-xmethods.exp: Add tests.
13924
422349a3
YQ
139252015-05-08 Yao Qi <yao.qi@linaro.org>
13926
13927 PR gdb/18208
13928 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
13929 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
13930 function set_coredump_filter, and remove remote_exec call.
13931 Remove argument ipid. Callers update.
13932 (top level): Don't get inferior's PID.
13933
63fc80ce
AA
139342015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
13935
13936 * gdb.base/watch_thread_num.exp: Skip test on targets without
13937 access watchpoints.
13938
80ad801e
PA
139392015-05-06 Pedro Alves <palves@redhat.com>
13940
13941 PR server/18081
13942 * gdb.server/non-existing-program.exp: New file.
13943
0fa7fe50
JB
139442015-05-05 Joel Brobecker <brobecker@adacore.com>
13945
13946 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
13947
3ea89b92
PMR
139482015-05-05 Joel Brobecker <brobecker@adacore.com>
13949
13950 * gdb.ada/out_of_line_in_inlined: New testcase.
13951
87b8eff0
JB
139522015-05-05 Joel Brobecker <brobecker@adacore.com>
13953
13954 * gdb.ada/var_rec_arr: New testcase.
13955
5fccc635
YQ
139562015-04-30 Yao Qi <yao.qi@linaro.org>
13957
13958 * gdb.base/break-idempotent.exp: If
13959 skip_hw_watchpoint_multi_tests returns true, skip the tests
13960 on "rwatch" and "awatch".
13961
42d38f42
YQ
139622015-04-30 Yao Qi <yao.qi@linaro.org>
13963
13964 * gdb.base/relativedebug.exp: Invoke gdb command
13965 "info sharedlibrary", and if libc.so doesn't have debug info,
13966 skip the test.
13967
2ce1cdbf
DE
139682015-04-29 Doug Evans <dje@google.com>
13969
13970 * gdb.python/py-xmethods.exp: Add ptype tests.
13971 * gdb.python/py-xmethods.py (E_method_char_worker): Add
13972 get_result_type method.
13973
f24a38c5
LM
139742015-04-29 Luis Machado <lgustavo@codesourcery.com>
13975
13976 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
13977 the target does not support hardware watchpoints.
13978
ecbf2b3c
LM
139792015-04-29 Luis Machado <lgustavo@codesourcery.com>
13980
13981 * gdb.base/break-always.exp: Abort testing if writing to memory
13982 causes an error.
13983
34f5f757
DE
139842015-04-28 Doug Evans <dje@google.com>
13985
13986 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
13987 * gdb.python/py-pp-registration.exp: ... here. New file.
13988 * gdb.python/py-pp-registration.c: New file.
13989 * gdb.python/py-pp-registration.py: New file.
13990
69b4374a
DE
139912015-04-28 Doug Evans <dje@google.com>
13992
13993 * gdb.python/py-bad-printers.c: New file.
13994 * gdb.python/py-bad-printers.py: New file.
13995 * gdb.python/py-bad-printers.exp: New file.
13996
59fb7612
SS
139972015-04-28 Sasha Smundak <asmundak@google.com>
13998
13999 * gdb.python/py-type.exp: New test.
14000
2631b16a
AW
140012015-04-28 Andy Wingo <wingo@igalia.com>
14002
14003 * gdb.python/py-parameter.exp:
14004 * gdb.guile/scm-parameter.exp: Escape the path that we are
14005 matching against, as it might contain characters that are special
14006 to regular expressions.
14007
460efde1
JB
140082015-04-27 Joel Brobecker <brobecker@adacore.com>
14009
14010 * gdb.ada/rec_comp: New testcase.
14011
2d369d8e
SDJ
140122015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
14013
14014 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
14015 before using it.
14016
cf75d6c3
AB
140172015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
14018
14019 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
14020 new tests for verilog output.
14021
8dbe7ca5
YQ
140222015-04-24 Yao Qi <yao.qi@linaro.org>
14023
14024 * boards/remote-gdbserver-on-localhost.exp: New file.
14025
4ef9fb2f
PA
140262015-04-23 Pedro Alves <palves@redhat.com>
14027
14028 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
14029 $inferior_spawn_id instead of $inferior_spawn_id directly. On
14030 "end of file", remove $inferior_spawn_id from the indirect list.
14031
0a803169
PA
140322015-04-23 Pedro Alves <palves@redhat.com>
14033
14034 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
14035
749ef8f8
PA
140362015-04-23 Pedro Alves <palves@redhat.com>
14037
14038 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
14039 on $any_spawn_id instead of only on $gdb_spawn_id.
14040
8aae4344
PM
140412015-04-21 Pierre Muller <muller@sourceware.org>
14042
14043 PR pascal/17815
14044 * lib/pascal.exp (gpc_compile): Add new option "class".
14045 (fpc_compile): Likewise.
14046 * gdb.pascal/case-insensitive-symbols.pas: New file.
14047 * gdb.pascal/case-insensitive-symbols.exp: New file.
14048
1586c8fb
GB
140492015-04-20 Gary Benson <gbenson@redhat.com>
14050
14051 * gdb.base/attach.exp: Fix three extended remote failures.
14052
1b6e6f5c
GB
140532015-04-17 Gary Benson <gbenson@redhat.com>
14054
14055 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
14056 the main executable over the remote protocol.
14057
e797481d
PA
140582015-04-16 Pedro Alves <palves@redhat.com>
14059
14060 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
14061 a new gdbserver if gdbserver_reconnect_p is set.
14062
1ca99c42
PA
140632015-04-16 Pedro Alves <palves@redhat.com>
14064
14065 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
14066 is set, don't exit gdbserver.
14067
af9fd6f8
AA
140682015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
14069
14070 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
14071 appropriate .insn, such that an older assembler can be used.
14072 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
14073 the z/Architecture instruction set on 31-bit targets as well.
14074
04ff1e61
AA
140752015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
14076
14077 * gdb.go/handcall.exp: Remove all logic related to the first
14078 breakpoint and rely on go_runto_main instead.
14079 * gdb.go/strings.exp: Likewise.
14080 * gdb.go/unsafe.exp: Likewise.
14081 * gdb.go/hello.exp: Likewise. Also rename the remaining
14082 breakpoint marker to "breakpoint 1".
14083 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
14084 * gdb.go/strings.go: Likewise.
14085 * gdb.go/unsafe.go: Likewise.
14086 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
14087 "set breakpoint 2 here" and rename the remaining breakpoint marker
14088 to "breakpoint 1".
14089
40d2f8d6
SM
140902015-04-15 Simon Marchi <simon.marchi@ericsson.com>
14091
14092 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
14093 if itertools.imap is not present.
14094 * gdb.python/py-objfile.exp: Add parentheses.
14095 * gdb.python/py-type.exp: Same.
14096 * gdb.python/py-unwind-maint.py: Same.
14097
8cbc97c6
YQ
140982015-04-15 Yao Qi <yao.qi@linaro.org>
14099
14100 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
14101 of ":$ptr_size" and set its form explicitly.
14102
45fd756c
YQ
141032015-04-15 Pedro Alves <palves@redhat.com>
14104 Yao Qi <yao.qi@linaro.org>
14105
14106 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
14107 timeout by factor of 4.
14108 (test_regular_watch): Likewise.
14109 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
14110 * gdb.reverse/sigall-reverse.exp: Likewise.
14111 * gdb.reverse/until-precsave.exp: Likewise.
14112 * lib/gdb.exp (with_timeout_factor): New proc.
14113 (gdb_expect): Move some code to ...
14114 (get_largest_timeout): ... here. New procedure.
14115
9e811bc3
LM
141162015-04-14 Luis Machado <lgustavo@codesourcery.com>
14117
14118 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
14119
0ff6fcb2
LM
141202015-04-13 Luis Machado <lgustavo@codesourcery.com>
14121
14122 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
14123 to write to the .text section.
14124
7578d5f7
LM
141252015-04-13 Luis Machado <lgustavo@codesourcery.com>
14126
14127 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
14128 Handle the case of targets that do not provide PID information.
14129
2efe15c4
YQ
141302015-04-13 Yao Qi <yao.qi@linaro.org>
14131
14132 * lib/gdbserver-support.exp (gdb_exit): Catch exception
14133 and use expect instead of gdb_expect.
14134
8cd8f2f8
SDJ
141352015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
14136
14137 * gdb.base/coredump-filter.exp: Rename variable "addr" to
14138 "coredump_var_addr" to avoid naming conflict with other testcases.
14139
9ee41772
PA
141402015-04-10 Pedro Alves <palves@redhat.com>
14141
14142 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
14143 gdb_test_sequence and gdb_assert.
14144
07473109
PA
141452015-04-10 Pedro Alves <palves@redhat.com>
14146
14147 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
14148 test messages that don't include the breakpoint address.
14149
de3db44c
YQ
141502015-04-10 Yao Qi <yao.qi@linaro.org>
14151
14152 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
14153 false for some offset and width combinations which aren't
14154 supported by linux kernel.
14155
c79d856c
PA
141562015-04-10 Pedro Alves <palves@redhat.com>
14157
14158 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
14159 procedure, factored out from ...
14160 (top level): ... here. Add "set displaced-stepping" testing axis.
14161 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
14162 parameter "displaced". Use it.
14163 (top level): Use foreach and add "set displaced-stepping" testing
14164 axis.
14165
ebc90b50
PA
141662015-04-10 Pedro Alves <palves@redhat.com>
14167
14168 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
14169 Remove comment.
14170 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
14171 both the address of the instruction that triggers the watchpoint
14172 and the address of the instruction immediately after, and use
14173 those addresses for the test. Fix comment.
14174
8f572e5c
PA
141752015-04-10 Pedro Alves <palves@redhat.com>
14176
14177 * gdb.base/sigstep.exp (breakpoint_to_handler)
14178 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
14179 Test "backtrace" in handler.
14180 (breakpoint_over_handler): New parameter 'displaced'. Use it.
14181 (top level): Add new "displaced" test axis to
14182 breakpoint_to_handler, breakpoint_to_handler_entry and
14183 breakpoint_over_handler.
14184
8d707a12
PA
141852015-04-10 Pedro Alves <palves@redhat.com>
14186
14187 PR gdb/18216
14188 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
14189
ef713951
YQ
141902015-04-10 Yao Qi <yao.qi@linaro.org>
14191
14192 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
14193 (test_add_rn_pc): New function.
14194 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
14195 (top level): Invoke test_add_rn_pc.
14196
906d60cf
PA
141972015-04-10 Pedro Alves <palves@redhat.com>
14198
14199 PR gdb/13858
14200 * gdb.base/step-over-no-symbols.exp: New file.
14201
f2983cc3
AW
142022015-04-09 Andy Wingo <wingo@igalia.com>
14203
14204 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
14205 after the Python tests.
14206
6d62641c
SDJ
142072015-04-08 Keith Seitz <keiths@redhat.com>
14208
14209 PR python/16699
14210 * gdb.python/py-completion.exp: New tests for completion.
14211 * gdb.python/py-completion.py (CompleteLimit1): New class.
14212 (CompleteLimit2): Likewise.
14213 (CompleteLimit3): Likewise.
14214 (CompleteLimit4): Likewise.
14215 (CompleteLimit5): Likewise.
14216 (CompleteLimit6): Likewise.
14217 (CompleteLimit7): Likewise.
14218
f3770638
PA
142192015-04-08 Pedro Alves <palves@redhat.com>
14220
14221 PR gdb/18214
14222 PR gdb/18216
14223 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
14224 function.
14225 (main): Install it as SIGUSR1 handler.
14226 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
14227 parameter. Always use "setup" as prefix. Toggle "set
14228 displaced-stepping" off/on depending on global. Don't switch to
14229 thread 1 here.
14230 (top level): Add displaced stepping "off/on" test axis. Update
14231 "setup" calls. Wrap each subtest with with_test_prefix. Test
14232 continuing with a queued signal in each thread.
14233
4496bed7
PA
142342015-04-08 Pedro Alves <palves@redhat.com>
14235
14236 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
14237 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
14238 gdb_breakpoint instead of gdb_test that doesn't expect anything.
14239 Return early if running to main fails.
14240 * gdb.trace/while-stepping.exp: Likewise.
14241
b97fde92
PA
142422015-04-07 Pedro Alves <palves@redhat.com>
14243
14244 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
14245 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
14246 interact with inferior program.
14247
f71c18e7
PA
142482015-04-07 Pedro Alves <palves@redhat.com>
14249
14250 * lib/gdb.exp (inferior_spawn_id): New global.
14251 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
14252 spawn id after processing the user code.
14253 (default_gdb_start): Set inferior_spawn_id.
14254 (send_inferior): New procedure.
14255 * lib/gdbserver-support.exp (gdbserver_start): Set
14256 inferior_spawn_id.
14257 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
14258
6423214f
PA
142592015-04-07 Pedro Alves <palves@redhat.com>
14260
14261 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
14262 * lib/gdbserver-support.exp (gdbserver_start): Make
14263 $server_spawn_id global.
14264 (gdbserver_start): Don't wait for gdbserver's spawn id with
14265 expect_background.
14266 (close_gdbserver): New procedure.
14267 (gdb_exit): Rename the default version and reimplement.
14268
71c0ee8c
PA
142692015-04-07 Pedro Alves <palves@redhat.com>
14270
72f4393d 14271 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
14272 append the substituted item, not the original item.
14273
203bc29b
PA
142742015-04-07 Pedro Alves <palves@redhat.com>
14275
14276 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
14277 gdb_expect.
14278
508a3ddf
PA
142792015-04-07 Pedro Alves <palves@redhat.com>
14280
14281 * gdb.base/interrupt.exp: Don't handle the case of the inferior
14282 output appearing once only.
14283
9f6dbe2b
PA
142842015-04-07 Pedro Alves <palves@redhat.com>
14285
14286 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
14287 that doesn't expect anything. Return early if running to main
14288 fails.
14289
337532fa
YQ
142902015-04-07 Yao Qi <yao.qi@linaro.org>
14291
14292 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
14293 (child_function): Call alarm.
14294 (main): Move call to alarm into the loop.
14295 * gdb.threads/non-stop-fair-events.exp: Build program with
14296 -DTIMEOUT=$timeout.
14297
01b622d4
DE
142982015-04-06 Doug Evans <xdje42@gmail.com>
14299
14300 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
14301 Fix dest parameter to board_info.
14302 (fpc_compile): Ditto.
14303 (gdb_compile_pascal): Rename dest arg to destfile.
14304
961f4160
PMR
143052015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
14306
14307 * gdb.ada/funcall_ref.exp: New file.
14308 * gdb.ada/funcall_ref/foo.adb: New file.
14309
cafda597
YQ
143102015-04-02 Yao Qi <yao.qi@linaro.org>
14311
14312 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
14313 is remote.
14314
fed040c6
GB
143152015-04-02 Gary Benson <gbenson@redhat.com>
14316
14317 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
14318
d11916aa
SS
143192015-04-01 Sasha Smundak <asmundak@google.com>
14320
14321 * gdb.python/py-unwind-maint.c: New file.
14322 * gdb.python/py-unwind-maint.exp: New test.
14323 * gdb.python/py-unwind-maint.py: New file.
14324 * gdb.python/py-unwind.c: New file.
14325 * gdb.python/py-unwind.exp: New test.
14326 * gdb.python/py-unwind.py: New test.
14327
a1471180
PA
143282015-04-01 Pedro Alves <palves@redhat.com>
14329
14330 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
14331 to fail instead of non-existent $test.
14332
0bbeccb1
PA
143332015-04-01 Pedro Alves <palves@redhat.com>
14334
14335 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
14336 GDBFLAGS if not empty.
14337
3c724c8c
PMR
143382015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
14339
14340 * gdb.ada/complete.exp: Remove "multi_line".
14341 * gdb.ada/info_exc.exp: Remove "multi_line".
14342 * gdb.ada/packed_tagged.exp: Remove "multi_line".
14343 * gdb.ada/ptype_field.exp: Remove "multi_line".
14344 * gdb.ada/sym_print_name.exp: Remove "multi_line".
14345 * gdb.ada/tagged.exp: Remove "multi_line".
14346 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
14347 [multi_line ...]
14348 * gdb.btrace/delta.exp: Likewise.
14349 * gdb.btrace/exception.exp: Likewise.
14350 * gdb.btrace/function_call_history.exp: Likewise.
14351 * gdb.btrace/instruction_history.exp: Likewise.
14352 * gdb.btrace/nohist.exp: Likewise.
14353 * gdb.btrace/record_goto.exp: Likewise.
14354 * gdb.btrace/segv.exp: Likewise.
14355 * gdb.btrace/stepi.exp: Likewise.
14356 * gdb.btrace/tailcall.exp: Likewise.
14357 * gdb.btrace/unknown_functions.exp: Likewise.
14358 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
14359 * lib/gdb.exp: Add the "multi_line" helper.
14360
4eec2deb
PA
143612015-04-01 Pedro Alves <palves@redhat.com>
14362
14363 * gdb.threads/tid-reuse.c: New file.
14364 * gdb.threads/tid-reuse.exp: New file.
14365
df8411da
SDJ
143662015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
14367
14368 PR corefiles/16092
14369 * gdb.base/coredump-filter.c: New file.
14370 * gdb.base/coredump-filter.exp: Likewise.
14371
6ef37366
PM
143722015-03-27 Petr Machata <pmachata@redhat.com>
14373
14374 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
14375 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
14376 (Dwarf::assemble): Initialize them.
14377 (Dwarf::lines): New function.
14378
7ec911b0
JT
143792015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
14380
14381 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
14382 SYMBOL_PREFIX for x86_64-*-cygwin.
14383
ff908ebf
AW
143842015-03-26 Andy Wingo <wingo@igalia.com>
14385
14386 PR symtab/18148
14387 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
14388 const_value but not a location.
14389 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
14390 location defined in non-main CUs are visible.
14391
6d5f0679
YQ
143922015-03-26 Yao Qi <yao.qi@linaro.org>
14393
14394 PR testsuite/18139
14395 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
14396 Add a line number entry for the same line.
14397 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
14398 Add a line number entry for the same line.
14399
2898689b
YQ
144002015-03-26 Yao Qi <yao.qi@linaro.org>
14401
14402 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
14403 .int 0.
14404 (func): Likewise. Add .Lfunc_1 label.
14405 Use .Lfunc_1 label.
14406 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
14407 .int 0.
14408 (func): Likewise.
14409 Use .Lfunc_1 label.
14410
85180498
YQ
144112015-03-26 Yao Qi <yao.qi@linaro.org>
14412
14413 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
14414 Call gdb_compile instead to compile each .s files without debug
14415 information.
14416
8aa08a8d
YQ
144172015-03-26 Yao Qi <yao.qi@linaro.org>
14418
14419 * gdb.base/savedregs.exp (process_saved_regs): Make
14420 "Saved registers:" optional in the pattern.
14421
66849923
MM
144222015-03-25 Markus Metzger <markus.t.metzger@intel.com>
14423
14424 * gdb.btrace/next.exp: Merged into step.exp.
14425 * gdb.btrace/finish.exp: Merged into step.exp.
14426 * gdb.btrace/nexti.exp: Merged into stepi.exp.
14427 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
14428 "record goto" and checking the exact replay position.
14429 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
14430 check for "Recording format" in "info record" output.
14431 * gdb.btrace/record_goto.exp: Choose test file based on target.
14432 * gdb.btrace/x86-record_goto.S: Renamed into ...
14433 * gdb.btrace/x86_64-record_goto.S: ... this.
14434 * gdb.btrace/i686-record_goto.S: New.
14435 * gdb.btrace/x86-tailcall.S: Renamed into ...
14436 * gdb.btrace/x86_64-tailcall.S: ... this.
14437 * gdb.btrace/i686-tailcall.S: New.
14438 * gdb.btrace/x86-tailcall.c: Renamed into ...
14439 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
14440 separate statements. Update test.
14441 * gdb.btrace/delta.exp: Use record_goto.c as test file.
14442 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
14443 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
14444 * gdb.btrace/tailcall.exp: Choose test file based on target.
14445 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
14446
11cc1b74
MM
144472015-03-25 Markus Metzger <markus.t.metzger@intel.com>
14448
14449 * gdb.btrace/exception.exp: Increase BTS buffer size.
14450
a25d8bf9
PA
144512015-03-24 Pedro Alves <palves@redhat.com>
14452
14453 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
14454
856e7dd6
PA
144552015-03-24 Pedro Alves <palves@redhat.com>
14456
14457 * gdb.threads/schedlock.exp (test_step): No longer expect that
14458 "set scheduler-locking step" with "next" over a function call runs
14459 threads unlocked.
14460
ad235a41
AT
144612015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
14462
14463 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
14464
15630549
AT
144652015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
14466
14467 PR breakpoints/16466
14468 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
14469 * gdb.mi/mi-pending.c (thread_func): New function.
14470 (int main): Add threading support required.
14471 * gdb.mi/mi-pending.exp: Add tests for this issue.
14472 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
14473 (pendfunc2): Remove stdio dependency.
14474 * gdb.mi/mi-pendshr2.c: New file.
14475
693dca06
KS
144762015-03-23 Keith Seitz <keiths@redhat.com>
14477
14478 * gdb.linespec/keywords.c: New file.
14479 * gdb.linespec/keywords.exp: New file.
14480
7e993ebf
KS
144812015-03-23 Keith Seitz <keiths@redhat.com>
14482
14483 PR gdb/18021
14484 * gdb.dwarf2/staticvirtual.exp: New test.
14485
bc23328c
JK
144862015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14487
14488 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
14489 * README: Remove HP-UX and gdb.hp.
14490 (configuration):
14491 * configure: Regenerate.
14492 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
14493 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
14494 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
14495 gdb.hp/gdb.defects/Makefile.
14496 * gdb.hp/Makefile.in: File deleted.
14497 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
14498 * gdb.hp/gdb.aCC/optimize.c: File deleted.
14499 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
14500 * gdb.hp/gdb.aCC/run.c: File deleted.
14501 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
14502 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
14503 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
14504 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
14505 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
14506 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
14507 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
14508 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
14509 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
14510 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
14511 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
14512 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
14513 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
14514 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
14515 * gdb.hp/gdb.base-hp/reg.s: File deleted.
14516 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
14517 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
14518 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
14519 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
14520 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
14521 * gdb.hp/gdb.compat/Makefile.in: File deleted.
14522 * gdb.hp/gdb.compat/average.c: File deleted.
14523 * gdb.hp/gdb.compat/sum.c: File deleted.
14524 * gdb.hp/gdb.compat/xdb.c: File deleted.
14525 * gdb.hp/gdb.compat/xdb0.c: File deleted.
14526 * gdb.hp/gdb.compat/xdb0.h: File deleted.
14527 * gdb.hp/gdb.compat/xdb1.c: File deleted.
14528 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
14529 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
14530 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
14531 * gdb.hp/gdb.defects/Makefile.in: File deleted.
14532 * gdb.hp/gdb.defects/bs14602.c: File deleted.
14533 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
14534 * gdb.hp/gdb.defects/solib-d.c: File deleted.
14535 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
14536 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
14537 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
14538 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
14539 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
14540 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
14541 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
14542 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
14543 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
14544 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
14545 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
14546 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
14547 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
14548 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
14549 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
14550 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
14551 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
14552 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
14553 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
14554 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
14555 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
14556 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
14557 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
14558 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
14559 * gdb.hp/tools/odump: File deleted.
14560
8bf3b159
PA
145612015-03-19 Pedro Alves <palves@redhat.com>
14562
14563 * gdb.threads/continue-pending-status.exp (saw_thread_2)
14564 (saw_thread_3): New globals.
14565 (top level): Increment them when an event for the corresponding
14566 thread is seen.
14567 (no thread starvation): New test.
14568
eb54c8bf
PA
145692015-03-19 Pedro Alves <palves@redhat.com>
14570
14571 * gdb.threads/continue-pending-status.c: New file.
14572 * gdb.threads/continue-pending-status.exp: New file.
14573
32d2e5d6
PA
145742015-03-18 Pedro Alves <palves@redhat.com>
14575
14576 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
14577 Use gdb_is_target_remote instead of is_remote. Use
14578 gdb_test_multiple instead of gdb_expect. Exit early if
14579 gdb_test_multiple hits its internal matches. Tighten stepi tests
14580 expected output. Fail on exit with any signal, instead of just
14581 SIGILL.
14582
f68f11b7
YQ
145832015-03-18 Yao Qi <yao.qi@linaro.org>
14584
14585 PR tdep/18107
14586 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
14587 variable.
14588 * gdb.base/catch-syscall.exp: Don't skip it on
14589 aarch64*-*-linux* target. Remove elements in all_syscalls.
14590 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
14591 target.
14592 (setup_all_syscalls): New proc.
14593
ca5fd19b
YQ
145942015-03-16 Yao Qi <yao.qi@linaro.org>
14595
14596 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
14597 (top level): Skip tests if valid_addr_p returns false for
14598 $cmd1 or $cmd2.
14599
85642ba0
AW
146002015-03-11 Andy Wingo <wingo@igalia.com>
14601
14602 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
14603
e03f9645
YQ
146042015-03-11 Yao Qi <yao.qi@linaro.org>
14605
14606 * gdb.base/catch-syscall.exp: Fix typo in comments.
14607
5d0962b2
YQ
146082015-03-11 Yao Qi <yao.qi@linaro.org>
14609
14610 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
14611
b2df3cef
PA
146122015-03-09 Pedro Alves <palves@redhat.com>
14613
14614 * dg-extract-results.py: Delete.
14615
ef878e53
PA
146162015-03-09 Pedro Alves <palves@redhat.com>
14617
14618 Merge dg-extract-results.sh from GCC upstream (r218843).
14619
14620 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
14621 * dg-extract-results.sh: Use --text with grep to avoid issues with
14622 binary files. Fall back to cat -v, if that doesn't work.
14623
9494d219
PA
146242015-03-05 Pedro Alves <palves@redhat.com>
14625
14626 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
14627
a8d9763a
SM
146282015-03-04 Simon Marchi <simon.marchi@ericsson.com>
14629
14630 * lib/mi-support.exp (mi_expect_interrupt): Accept
14631 alternative event for when in all-stop mode.
14632
be9957b8
PA
146332015-03-04 Pedro Alves <palves@redhat.com>
14634
14635 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
14636
d57be0f4 146372015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
14638
14639 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
14640
c214c7cf
AA
146412015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
14642
14643 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
14644 regexps for GDB's current line display, accept a hex address
14645 preceding the line number.
14646
6d74a497
AA
146472015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
14648
14649 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
14650 the 'arch1' variable for "s390*-linux*" targets.
14651
511aee7c
PA
146522015-03-04 Pedro Alves <palves@redhat.com>
14653
14654 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
14655 (main): Pass missing retval argument to pthread_join call.
14656
95e50b27
PA
146572015-03-02 Pedro Alves <palves@redhat.com>
14658
14659 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
14660 (top level): Call do_test with non-stop as well.
14661
28054d69
PA
146622015-03-02 Pedro Alves <palves@redhat.com>
14663
14664 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
14665 -1.
14666
4fa5d7b4
AA
146672015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
14668
14669 * gdb.arch/s390-vregs.exp: New test.
14670 * gdb.arch/s390-vregs.S: New file.
14671
97c18565
PA
146722015-02-27 Pedro Alves <palves@redhat.com>
14673
14674 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
14675 call to catch_command_errors.
14676 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
14677 catch_command_errors.
14678
a37bfa30
PA
146792015-02-27 Pedro Alves <palves@redhat.com>
14680
14681 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
14682 "true" for boolean result.
14683 * gdb.gdb/selftest.exp (test_with_self): Also accept full
14684 prototype of main.
14685
6f98576f
PA
146862015-02-27 Pedro Alves <palves@redhat.com>
14687
14688 * lib/unbuffer_output.c: New file.
14689 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
14690 (main): Call gdb_unbuffer_output.
14691
eba5ab56
YQ
146922015-02-27 Yao Qi <yao.qi@linaro.org>
14693
14694 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
14695 target.
14696
0def5aaa
DE
146972015-02-26 Doug Evans <dje@google.com>
14698
14699 * gdb.cp/class2.cc (Dbase, D): New classes.
14700 (main): New local delta.
14701 * gdb.cp/class2.exp: Test printing delta.
14702 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
14703 (dynbar): New global.
14704 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
14705
081a1c2c
JK
147062015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14707
14708 * gdb.compile/compile-ifunc.c: New file.
14709 * gdb.compile/compile-ifunc.exp: New file.
14710
2f41223f
AT
147112015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
14712
14713 * gdb.base/structs.exp: Check for correct struct on finish.
14714
03eddd80
YQ
147152015-02-26 Yao Qi <yao.qi@linaro.org>
14716
14717 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
14718 is zero.
14719
80c57053
JK
147202015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14721
14722 * gdb.arch/cordic.ko.bz2: New file.
14723 * gdb.arch/cordic.ko.debug.bz2: New file.
14724 * gdb.arch/ppc64-symtab-cordic.exp: New file.
14725
21613c12
YQ
147262015-02-25 Yao Qi <yao.qi@linaro.org>
14727
14728 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
14729 aarch64*-*-* target.
14730
d8b901ed
PA
147312015-02-23 Pedro Alves <palves@redhat.com>
14732
14733 * lib/gdb.exp (delete_breakpoints): Rewrite using
14734 gdb_test_multiple.
14735
e5b85ead
PA
147362015-02-23 Pedro Alves <palves@redhat.com>
14737
14738 * gdb.base/info-os.c: Include stdlib.h.
14739
85c3a371
DE
147402015-02-22 Doug Evans <xdje42@gmail.com>
14741
14742 PR symtab/17855
14743 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
14744 is read after symbols have been re-read.
14745 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
14746 * gdb.ada/exec_changed/second.adb (Second): Ditto.
14747
96553a0c
DE
147482015-02-21 Doug Evans <dje@google.com>
14749
14750 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
14751
97a0c697
JK
147522015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14753
14754 PR corefiles/17808
14755 * gdb.arch/i386-biarch-core.core.bz2: New file.
14756 * gdb.arch/i386-biarch-core.exp: New file.
14757
a47cd6e9
PA
147582015-02-21 Pedro Alves <palves@redhat.com>
14759
14760 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
14761 runto_main fails.
14762
c5facdc4
PA
147632015-02-20 Pedro Alves <palves@redhat.com>
14764
14765 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
14766 info probes.
14767
2db9a427
PA
147682015-02-20 Pedro Alves <palves@redhat.com>
14769
14770 * gdb.threads/multi-create-ns-info-thr.exp: New file.
14771
60fb7e9e
PA
147722015-02-20 Pedro Alves <palves@redhat.com>
14773
14774 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
14775 clean_restart before gdb_target_supports_trace.
14776
5c5019c2
PA
147772015-02-20 Pedro Alves <palves@redhat.com>
14778
14779 PR threads/18006
14780 * gdb.threads/clone-thread_db.c: New file.
14781 * gdb.threads/clone-thread_db.exp: New file.
14782
c9587f88
AT
147832015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
14784
14785 PR breakpoints/16812
14786 * gdb.base/catch-gdb-caused-signals.c: New file.
14787 * gdb.base/catch-gdb-caused-signals.exp: New file.
14788
f6a88844
JM
147892015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
14790
14791 * configure: Regenerated.
14792 * configure.ac: Use GDB_AC_TRANSFORM.
14793 * aclocal.m4: sinclude ../transform.m4.
14794
497c491b
JM
147952015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
14796
14797 * lib/dtrace.exp: New file.
14798 * gdb.base/dtrace-probe.exp: Likewise.
14799 * gdb.base/dtrace-probe.d: Likewise.
14800 * gdb.base/dtrace-probe.c: Likewise.
14801 * lib/pdtrace.in: Likewise.
14802 * configure.ac: Output variables with the transformed names of
14803 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
14804 * configure: Regenerated.
14805
03e98035
JM
148062015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
14807
14808 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
14809 expected message when trying to access $_probe_* convenience
14810 variables while not on a probe.
14811
63cc30e9
JK
148122015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14813
14814 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
14815
0703599a
PA
148162015-02-11 Pedro Alves <pedro@codesourcery.com>
14817
14818 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
14819 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
14820
7e60a48e
DE
148212015-02-10 Doug Evans <xdje42@gmail.com>
14822
14823 * lib/gdb.exp (gdb_load): Always return a result.
14824
01b088bc
PA
148252015-02-10 Pedro Alves <palves@redhat.com>
14826
14827 * gdb.threads/signal-sigtrap.c: New file.
14828 * gdb.threads/signal-sigtrap.exp: New file.
14829
b05ec7a5
AT
148302015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
14831
14832 * gdb.trace/no-attach-trace.c: New file.
14833 * gdb.trace/no-attach-trace.exp: New file.
14834
a2c2acaf
MW
148352015-02-09 Mark Wielaard <mjw@redhat.com>
14836
14837 * gdb.dwarf2/atomic.c: New file.
14838 * gdb.dwarf2/atomic-type.exp: Likewise.
14839
31fd9caa
MM
148402015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14841
14842 * gdb.btrace/buffer-size.exp: Update "info record" output.
14843 * gdb.btrace/delta.exp: Update "info record" output.
14844 * gdb.btrace/enable.exp: Update "info record" output.
14845 * gdb.btrace/finish.exp: Update "info record" output.
14846 * gdb.btrace/instruction_history.exp: Update "info record" output.
14847 * gdb.btrace/next.exp: Update "info record" output.
14848 * gdb.btrace/nexti.exp: Update "info record" output.
14849 * gdb.btrace/step.exp: Update "info record" output.
14850 * gdb.btrace/stepi.exp: Update "info record" output.
14851 * gdb.btrace/nohist.exp: Update "info record" output.
14852
d33501a5
MM
148532015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14854
14855 * gdb.btrace/buffer-size: New.
14856
f4abbc16
MM
148572015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14858
14859 * gdb.btrace/delta.exp: Update "info record" output.
14860 * gdb.btrace/enable.exp: Update "info record" output.
14861 * gdb.btrace/finish.exp: Update "info record" output.
14862 * gdb.btrace/instruction_history.exp: Update "info record" output.
14863 * gdb.btrace/next.exp: Update "info record" output.
14864 * gdb.btrace/nexti.exp: Update "info record" output.
14865 * gdb.btrace/step.exp: Update "info record" output.
14866 * gdb.btrace/stepi.exp: Update "info record" output.
14867 * gdb.btrace/nohist.exp: Update "info record" output.
14868
b9d61307
SM
148692015-02-06 Simon Marchi <simon.marchi@ericsson.com>
14870
14871 PR gdb/15678
14872 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
14873
e584fdbc
PA
148742015-02-06 Pedro Alves <palves@redhat.com>
14875
14876 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
14877 macro.
14878 (seconds_left, again): New globals.
14879 (main): Wait seconds_left in a 1-second sleep loop instead of
14880 sleeping 180 seconds. If 'again' is set, reset the seconds
14881 counter.
14882 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
14883 'again' in the inferior before detaching. Print the seconds left.
14884 (options): New global.
14885 (top level): Build program with -DTIMEOUT=$timeout.
14886
77f41761
PA
148872015-02-06 Pedro Alves <palves@redhat.com>
14888
14889 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
14890 determine how many seconds to pass to 'alarm'.
14891 * gdb.base/gdb-sigterm.exp (top level): Build program with
14892 -DTIMEOUT=$timeout.
14893 (do_test): Return success/failure indication. Add more verbose
14894 logging. Don't fail if 200 single steps are seen. Instead, fail
14895 when the test times out.
14896 (passes): New global.
14897 (top level): Break the testing loop if testing fails on any
14898 iteration. Use gdb_assert.
14899
b9394193
DB
149002015-02-04 Don Breazeal <donb@codesourcery.com>
14901
14902 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
14903 and initialize them.
14904 (ipc_cleanup): New function.
14905 (main): Don't declare shmid, semid, and msqid. Add a call to
14906 atexit so that we call ipc_cleanup on exit.
14907
42d9e528
PA
149082015-02-04 Pedro Alves <palves@redhat.com>
14909
14910 * boards/native-extended-gdbserver.exp: Remove any target variant
14911 specifications from the board name before clearing the isremote
14912 flag from board_info.
14913
ae6ae975
DE
149142015-01-31 Doug Evans <xdje42@gmail.com>
14915
14916 * gdb.base/maint.exp <maint print type argc>: Update expected output.
14917
cfb069a8
GB
149182015-01-31 Gary Benson <gbenson@redhat.com>
14919
14920 * gdb.base/completion.exp: Disable completion limiting for
14921 existing tests. Add new tests to check completion limiting.
14922 * gdb.linespec/ls-errs.exp: Disable completion limiting.
14923
5dd31d79
DE
149242015-01-31 Doug Evans <xdje42@gmail.com>
14925
14926 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
14927
9f050062
DE
149282015-01-31 Doug Evans <xdje42@gmail.com>
14929
14930 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
14931 entries. Duplicate file section script entries.
14932 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
14933 inlined entries. Add test for safe-path rejection.
14934 * gdb.python/py-section-script.c: Add duplicate inlined section script
14935 entries. Duplicate file section script entries.
14936 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
14937 inlined entries. Add test for safe-path rejection.
14938
df25ebbd
JB
149392015-01-29 Joel Brobecker <brobecker@adacore.com>
14940
14941 * gdb.ada/disc_arr_bound: New testcase.
14942
4a0ca9ec
JB
149432015-01-29 Joel Brobecker <brobecker@adacore.com>
14944
14945 * gdb.ada/mi_var_array: New testcase.
14946
3a8b707a
DE
149472015-01-27 Doug Evans <dje@google.com>
14948
14949 * gdb.python/py-objfile.exp: Add tests for objfile.username.
14950 Add test for objfile.filename, objfile.username after objfile
14951 has been unloaded.
14952
f8313f6e
JB
149532015-01-26 Joel Brobecker <brobecker@adacore.com>
14954
14955 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
14956 the second test to print the name attribute of value
14957 returned by the call to gdb.lookup_type, and adjust
14958 the expected output accordingly.
14959
37bc665e
MW
149602015-01-25 Mark Wielaard <mjw@redhat.com>
14961
14962 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
14963 * gdb.base/disp-step-fork.c: Include unistd.h.
14964 * gdb.base/siginfo-obj.c: Include stdio.h.
14965 * gdb.base/siginfo-thread.c: Likewise.
14966 * gdb.mi/non-stop.c: Include unistd.h.
14967 * gdb.mi/nsthrexec.c: Include stdio.h.
14968 * gdb.mi/pthreads.c: Include unistd.h.
14969 * gdb.modula2/unbounded1.c (main): Declare returns int.
14970 * gdb.reverse/consecutive-reverse.c: Likewise.
14971 * gdb.threads/create-fail.c: Include unistd.h.
14972 * gdb.threads/killed.c: Likewise.
14973 * gdb.threads/linux-dp.c: Likewise.
14974 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
14975 * gdb.threads/non-ldr-exc-2.c: Likewise.
14976 * gdb.threads/non-ldr-exc-3.c: Likewise.
14977 * gdb.threads/non-ldr-exc-4.c: Likewise.
14978 * gdb.threads/pthreads.c: Include unistd.h.
14979 (main): Declare returns int.
14980 * gdb.threads/tls-main.c (foo): New declaration.
14981 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
14982
f7e5394d
SM
149832015-01-23 Simon Marchi <simon.marchi@ericsson.com>
14984
14985 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
14986 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
14987
743649fd
MW
149882015-01-15 Mark Wielaard <mjw@redhat.com>
14989
14990 * gdb.base/noreturn-return.c: New file.
14991 * gdb.base/noreturn-return.exp: New file.
14992 * gdb.base/noreturn-finish.c: New file.
14993 * gdb.base/noreturn-finish.exp: New file.
14994
198297aa
PA
149952015-01-23 Pedro Alves <palves@redhat.com>
14996
14997 * gdb.threads/continue-pending-after-query.c: New file.
14998 * gdb.threads/continue-pending-after-query.exp: New file.
14999
717cf30c
AG
150002015-01-22 Anders Granlund <anders.granlund@ericsson.com>
15001 Simon Marchi <simon.marchi@ericsson.com>
15002
15003 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
15004 * gdb.base/valgrind-db-attach.exp: Same.
15005 * gdb.base/valgrind-infcall.exp: Same.
15006 * lib/mi-support.exp (default_mi_gdb_start): Same.
15007 * lib/prompt.exp (default_prompt_gdb_start): Same.
15008 * lib/gdb.exp (default_gdb_spawn): Same.
15009 (gdb_interact): New.
15010
15011
4b62a76e
JK
150122015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15013
15014 * gdb.compile/compile.exp (pointer to jit function): New test.
15015
b4cdae6f
WW
150162015-01-17 Wei-cheng Wang <cole945@gmail.com>
15017
15018 * lib/gdb.exp (supports_process_record): Return true for
15019 powerpc*-*-linux*.
15020 (supports_reverse): Likewise.
15021
d221e7ef
DB
150222015-01-15 Don Breazeal <donb@codesourcery.com>
15023
15024 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
15025 instead of checking whether the target board is remote and
15026 use spawn_wait_for_attach instead of exec/sleep.
15027 * gdb.base/attach-twice.exp: Likewise.
15028
bafffb51
JB
150292015-01-15 Joel Brobecker <brobecker@adacore.com>
15030
15031 * gdb.ada/var_arr_attrs: New testcase.
15032
5589af0e
PA
150332015-01-14 Pedro Alves <palves@redhat.com>
15034 Joel Brobecker <brobecker@adacore.com>
15035
15036 PR gdb/17525
15037 * gdb.base/bp-cmds-execution-x-script.c: New file.
15038 * gdb.base/bp-cmds-execution-x-script.exp: New file.
15039 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
15040
6c400b59
PA
150412015-01-14 Pedro Alves <palves@redhat.com>
15042
15043 PR cli/17828
15044 * gdb.base/batch-preserve-term-settings.c: New file.
15045 * gdb.base/batch-preserve-term-settings.exp: New file.
15046
e02c96a7
DE
150472015-01-13 Doug Evans <dje@google.com>
15048
15049 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
15050 binary.
15051
576fd14c
JB
150522015-01-13 Joel Brobecker <brobecker@adacore.com>
15053
15054 * Makefile.in (clean mostlyclean): Do not delete *.py.
15055
04dccad0
JB
150562015-01-13 Joel Brobecker <brobecker@adacore.com>
15057
15058 * gdb.python/py-lookup-type.exp: New file.
15059
3d230f71
PA
150602015-01-12 Pedro Alves <palves@redhat.com>
15061
15062 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
15063 restore GDBFLAGS before returning.
15064
7e67715d
JK
150652015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15066
15067 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
15068 is_amd64_regs_target and is_x86_like_target.
15069
f2e0d4b4
DE
150702015-01-11 Doug Evans <xdje42@gmail.com>
15071
15072 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
15073 is given without an explicit form.
15074 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
15075 attributes.
15076 * gdb.dwarf/corrupt.exp: Ditto.
15077 * gdb.dwarf2/enum-type.exp: Ditto.
15078 * gdb.trace/entry-values.exp: Ditto.
15079 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
15080
439250fb
DE
150812015-01-11 Doug Evans <xdje42@gmail.com>
15082
15083 PR gdb/15830
15084 * gdb.base/maint.exp: Remove references to "maint demangle".
15085 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
15086 Add tests for explicitly specifying language to demangle.
15087 * gdb.dlang/demangle.exp: Ditto.
15088
ede9f622
PA
150892015-01-09 Pedro Alves <palves@redhat.com>
15090
15091 * gdb.threads/non-stop-fair-events.c: New file.
15092 * gdb.threads/non-stop-fair-events.exp: New file.
15093
a7b796db
PA
150942015-01-09 Pedro Alves <palves@redhat.com>
15095
15096 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
15097 the global scope. Set a breakpoint after all threads are started
15098 rather than stepping over two source lines. Expect the prompt.
15099 * gdb.base/watch_thread_num.c (threads_started_barrier): New
15100 global.
15101 (NUM): Now 15.
15102 (main): Use threads_started_barrier to wait for all threads to
15103 start. Main thread no longer calls thread_function. Exit after
15104 180 seconds.
15105 (loop): New function.
15106 (thread_function): Wait on threads_started_barrier barrier. Call
15107 'loop' at each iteration.
15108 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
15109 threads have started, instead of hardcoding number of "next"
15110 steps. Use an access watchpoint instead of a write watchpoint.
15111
9665ffdd
PA
151122015-01-09 Pedro Alves <palves@redhat.com>
15113
15114 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
15115 (thread_func): Wait on barrier.
15116 (main): Wait for all threads to start before stopping GDB.
15117 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
15118 global.
15119 (thread1_func, thread2_func): Wait on barrier.
15120 (main): Wait for all threads to start before stopping GDB.
15121 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
15122 New global.
15123 (thread1_func, thread2_func): Wait on barrier.
15124 (main): Wait for all threads to start before stopping GDB.
15125
c945a99f
PA
151262015-01-09 Pedro Alves <palves@redhat.com>
15127
15128 * gdb.threads/attach-many-short-lived-threads.c: New file.
15129 * gdb.threads/attach-many-short-lived-threads.exp: New file.
15130
c1a747c1
PA
151312014-01-09 Pedro Alves <palves@redhat.com>
15132
15133 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
15134 instead of to thread 2.
15135 * gdb.threads/signal-command-multiple-signals-pending.c (main):
15136 Add barrier around each pthread_create call instead of around all
15137 calls.
15138 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
15139 Set a break on thread_function and have the child threads hit it
15140 one at at a time.
15141
60b3033e
PA
151422015-01-09 Pedro Alves <palves@redhat.com>
15143
15144 * lib/gdb.exp (can_spawn_for_attach): New procedure.
15145 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
15146 false.
15147 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
15148 checking whether the target board is remote.
15149 * gdb.multi/multi-attach.exp: Likewise.
15150 * gdb.python/py-sync-interp.exp: Likewise.
15151 * gdb.server/ext-attach.exp: Likewise.
15152 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
15153 tests that need to attach, instead of checking whether the target
15154 board is remote at the top of the file.
15155
acc018ac
YQ
151562015-01-08 Yao Qi <yao@codesourcery.com>
15157
15158 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
15159
50a18af8
JK
151602015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15161
15162 Fix testcase compilation.
15163 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
15164
8503d6e1
JB
151652015-01-06 Joel Brobecker <brobecker@adacore.com>
15166
15167 * gdb.python/py-type.exp: Add a couple test about empty
15168 array creation, and negative-length array creation.
15169
cc73dbcc
DE
151702015-01-02 Doug Evans <xdje42@gmail.com>
15171
15172 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
15173
0300bbc7
DE
151742015-01-02 Doug Evans <dje@google.com>
15175
15176 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
15177
9d85a0ec
YQ
151782014-12-29 Yao Qi <yao@codesourcery.com>
15179
15180 * gdb.trace/entry-values.exp: Update comments. Rename variable
15181 bar_call_foo to returned_from_foo.
15182
87186c6a
MMN
151832014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
15184
15185 PR gdb/17394
15186 * gdb.linespec/break-asm-file.c: New file.
15187 * gdb.linespec/break-asm-file.exp: New file.
15188 * gdb.linespec/break-asm-file0.s: New file.
15189 * gdb.linespec/break-asm-file1.s: New file.
15190
1bab7383
YQ
151912014-12-18 Nigel Stephens <nigel@mips.com>
15192 Maciej W. Rozycki <macro@codesourcery.com>
15193
15194 * gdb.base/float.exp: Handle the new output from "info float" on
15195 MIPS targets.
15196
1bc1068a
JK
151972014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
15198
15199 Fix MinGW compilation.
15200 * gdb.compile/compile-ops.exp: Update untested message if
15201 !skip_compile_feature_tests.
15202 * gdb.compile/compile-setjmp.exp: Likewise.
15203 * gdb.compile/compile-tls.exp: Likewise.
15204 * gdb.compile/compile.exp: Likewise.
15205 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
15206 supported on this host".
15207
b6615d10
DE
152082014-12-16 Doug Evans <xdje42@gmail.com>
15209
15210 * boards/stabs.exp: New file.
15211
25dda427
AA
152122014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
15213
15214 * gdb.base/completion.exp: Adjust to format changes of "maint
15215 print user-registers".
15216
bf330350
CU
152172014-12-16 Catalin Udma <catalin.udma@freescale.com>
15218
15219 PR server/17457
15220 * gdb.arch/aarch64-fp.c: New file.
15221 * gdb.arch/aarch64-fp.exp: New file.
15222
395cf596
SDJ
152232014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
15224
15225 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
15226 r210637, r210913, r211666, r215400, r215817).
15227
15228 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
15229 * dg-extract-results.py: New file.
15230 * dg-extract-results.sh: Use it if the environment seems
15231 suitable.
15232
15233 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
15234
15235 * dg-extract-results.py (parse_run): Handle warnings that
15236 are printed before a test harness is run.
15237
15238 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
15239
15240 * dg-extract-results.py (Named): Remove __cmp__ method.
15241 (output_variation): Use a key to sort variation.harnesses.
15242
15243 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
15244
15245 * dg-extract-results.py: For Python 3, force sys.stdout to
15246 handle surrogate escape sequences.
15247 (safe_open): New function.
15248 (output_segment, main): Use it.
15249
15250 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
15251
15252 * dg-extract-results.py (Prog.result_re): Include options
15253 in test name.
15254
15255 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
15256
15257 * dg-extract-results.py (output_variation): Always sort if
15258 do_sum.
15259
e882ef3c
SM
152602014-12-15 Simon Marchi <simon.marchi@ericsson.com>
15261
15262 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
15263 as long as we get pagination notifications.
15264
4992aa20
JM
152652014-12-15 Jason Merrill <jason@redhat.com>
15266
15267 * Makefile.in (check-gdb.%): Restore.
15268 * README: Mention it.
15269
c1b5a1a6
JB
152702014-12-13 Joel Brobecker <brobecker@adacore.com>
15271
15272 * gdb.ada/str_uninit: New testcase.
15273
5537b577
JK
152742014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15275
15276 PR symtab/17642
15277 * gdb.base/vla-stub-define.c: New file.
15278 * gdb.base/vla-stub.c: New file.
15279 * gdb.base/vla-stub.exp: New file.
15280
bb2ec1b3
TT
152812014-12-12 Phil Muldoon <pmuldoon@redhat.com>
15282 Jan Kratochvil <jan.kratochvil@redhat.com>
15283 Tom Tromey <tromey@redhat.com>
15284
15285 * configure.ac: Add gdb.compile/.
15286 * configure: Regenerate.
15287 * gdb.compile/Makefile.in: New file.
15288 * gdb.compile/compile-ops.exp: New file.
15289 * gdb.compile/compile-ops.c: New file.
15290 * gdb.compile/compile-tls.c: New file.
15291 * gdb.compile/compile-tls.exp: New file.
15292 * gdb.compile/compile-constvar.S: New file.
15293 * gdb.compile/compile-constvar.c: New file.
15294 * gdb.compile/compile-mod.c: New file.
15295 * gdb.compile/compile-nodebug.c: New file.
15296 * gdb.compile/compile-setjmp-mod.c: New file.
15297 * gdb.compile/compile-setjmp.c: New file.
15298 * gdb.compile/compile-setjmp.exp: New file.
15299 * gdb.compile/compile-shlib.c: New file.
15300 * gdb.compile/compile.c: New file.
15301 * gdb.compile/compile.exp: New file.
15302 * lib/gdb.exp (skip_compile_feature_tests): New proc.
15303
4ff709eb
TT
153042014-12-12 Tom Tromey <tromey@redhat.com>
15305
15306 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
15307 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
15308
6dddd6a5
DE
153092014-12-12 Doug Evans <dje@google.com>
15310
15311 * lib/gdb-python.exp (get_python_valueof): New function.
15312 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
15313
71c24708
AA
153142014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15315
15316 * gdb.base/completion.exp: Add test for completion of "info
15317 registers ".
15318
3e29f34a
MR
153192014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
15320
15321 * gdb.base/func-ptrs.c: New file.
15322 * gdb.base/func-ptrs.exp: New file.
15323
fc126975
SM
153242014-12-10 Simon Marchi <simon.marchi@ericsson.com>
15325
15326 PR breakpoints/17012
15327 * gdb.base/dprintf-detach.c: New file.
15328 * gdb.base/dprintf-detach.exp: New file.
15329
0a46d518
SM
153302014-12-10 Simon Marchi <simon.marchi@ericsson.com>
15331
15332 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
15333 * lib/gdb.exp (target_is_gdbserver): New procedure.
15334
a0be3e44
DE
153352014-12-08 Doug Evans <dje@google.com>
15336
15337 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
15338
df1b803a
YQ
153392014-12-05 Yao Qi <yao@codesourcery.com>
15340
15341 * gdb.guile/scm-error.exp: Remove the third argument to
15342 gdb_remote_download.
15343 * gdb.guile/scm-frame-args.exp: Likewise.
15344 * gdb.guile/scm-section-script.exp: Likewise.
15345
ddb9f679
YQ
153462014-12-05 Yao Qi <yao@codesourcery.com>
15347
15348 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
15349
86e4ed39
DE
153502014-12-04 Doug Evans <dje@google.com>
15351
15352 * gdb.python/py-objfile.exp: Add tests for
15353 objfile.add_separate_debug_file.
15354
7c50a931
DE
153552014-12-04 Doug Evans <dje@google.com>
15356
15357 * lib/gdb.exp (get_build_id): New function.
15358 (build_id_debug_filename_get): Rewrite to use it.
15359 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
15360
621661e3
MR
153612014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
15362
15363 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
15364 `method(long)', not just 0x0.
15365 * gdb.cp/nsalias.exp: Align code labels to 4.
15366 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
15367 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
15368 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
15369 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
15370 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
15371 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
15372
29f0c3b7
DE
153732014-12-02 Doug Evans <dje@google.com>
15374
e1e061e7 15375 PR symtab/17602
29f0c3b7 15376 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 15377 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
15378 * gdb.cp/anon-ns.exp: Update.
15379
162078c8
NB
153802014-12-02 Nick Bull <nicholaspbull@gmail.com>
15381
15382 * gdb.python/py-events.py (inferior_call_handler): New.
15383 (register_changed_handler, memory_changed_handler): New.
15384 (test_events.invoke): Register new handlers.
15385 * gdb.python/py-events.exp: Add tests for inferior call,
15386 memory_changed and register_changed events.
15387
fdb09caf
AA
153882014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
15389
15390 * gdb.base/execl-update-breakpoints.exp: Specify the link address
15391 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
15392 if the linker doesn't understand this.
15393
55cfb2c4
SM
153942014-12-01 Simon Marchi <simon.marchi@ericsson.com>
15395
15396 * gdb.python/python.exp: Change expected reply to help().
15397
9e8cd6df
YQ
153982014-12-01 Yao Qi <yao@codesourcery.com>
15399
15400 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
15401 AC_CONFIG_SUBDIRS(gdb.gdbtk).
15402 * configure: Re-generated.
15403
6c659fc2
SC
154042014-11-28 Siva Chandra Reddy <sivachandra@google.com>
15405
15406 * gdb.cp/chained-calls.cc: New file.
15407 * gdb.cp/chained-calls.exp: New file.
15408 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
15409
d7fc3181
SM
154102014-11-28 Simon Marchi <simon.marchi@ericsson.com>
15411
15412 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
15413 * gdb.dwarf2/symtab-producer.exp: Same.
15414 * gdb.gdb/python-interrupts.exp: Same.
15415 * gdb.gdb/python-selftest.exp: Same.
15416 * gdb.python/py-linetable.exp: Same.
15417 * gdb.python/py-type.exp: Same.
15418 * gdb.python/py-value-cc.exp: Same.
15419 * gdb.python/py-value.exp: Same.
15420
10e79639
YQ
154212014-11-28 Yao Qi <yao@codesourcery.com>
15422
15423 * gdb.base/break-probes.exp: Match library name prefixed with
15424 sysroot.
15425
f28a0564
SM
154262014-11-27 Simon Marchi <simon.marchi@ericsson.com>
15427
15428 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
15429 test expected output. Add parentheses for the call to print.
15430 Remove L suffix from integers.
15431
3fe1ce1d
DE
154322014-11-26 Doug Evans <dje@google.com>
15433
15434 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
15435
84429e27
YQ
154362014-11-22 Yao Qi <yao@codesourcery.com>
15437
15438 * gdb.trace/entry-values.c: Remove asms.
15439 (foo): Add foo_label.
15440 (bar): Add bar_label.
15441 * gdb.trace/entry-values.exp: Remove code computing foo's
15442 length and bar's length.
15443 (Dwarf::assemble): Invoke function_range for bar and use
15444 MACRO_AT_func for foo.
15445
26741859
YQ
154462014-11-22 Yao Qi <yao@codesourcery.com>
15447
15448 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
15449 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
15450 Use .Lgcc43_procstart instead of gcc43.
15451
45e44d27
JB
154522014-11-21 Joel Brobecker <brobecker@adacore.com>
15453
15454 * gdb.ada/n_arr_bound: New testcase.
15455
458c8db8
SDJ
154562014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
15457
15458 PR breakpoints/10737
15459 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
15460 test_catch_syscall_multi_arch.
15461 (test_catch_syscall_multi_arch): New function.
15462
43f3e411
DE
154632014-11-20 Doug Evans <xdje42@gmail.com>
15464
15465 * gdb.base/maint.exp: Update expected output.
15466
0d7b2549
AA
154672014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
15468
15469 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
15470 4-byte instruction on S390.
15471
8908fca5
JB
154722014-11-19 Joel Brobecker <brobecker@adacore.com>
15473
15474 * gdb.ada/arr_arr: New testcase.
15475
4a46959e
JB
154762014-11-19 Joel Brobecker <brobecker@adacore.com>
15477
15478 * gdb.ada/pkd_arr_elem: New Testcase.
15479
470e2f4e
LM
154802014-11-18 Luis Machado <lgustavo@codesourcery.com>
15481
15482 * gdb.reverse/break-precsave: Expect completion message for
15483 core file reads.
15484 * gdb.reverse/consecutive-precsave.exp: Likewise.
15485 * gdb.reverse/finish-precsave.exp: Likewise.
15486 * gdb.reverse/i386-precsave.exp: Likewise.
15487 * gdb.reverse/machinestate-precsave.exp: Likewise.
15488 * gdb.reverse/sigall-precsave.exp: Likewise.
15489 * gdb.reverse/solib-precsave.exp: Likewise.
15490 * gdb.reverse/step-precsave.exp: Likewise.
15491 * gdb.reverse/until-precsave.exp: Likewise.
15492 * gdb.reverse/watch-precsave.exp: Likewise.
15493
a267f3ad
AA
154942014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15495
15496 * gdb.base/bp-permanent.c: Include unistd.h.
15497 * gdb.python/py-framefilter-mi.c (main): Add return type.
15498 * gdb.python/py-framefilter.c (main): Likewise.
15499 * gdb.trace/actions-changed.c (main): Likewise.
15500
12084a9a
AA
155012014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15502
15503 * gdb.mi/until.c: Add eye-catchers.
15504 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
15505 line numbers.
15506
dc7e1a77
AA
155072014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15508
15509 * gdb.base/condbreak.exp: Drop references to removed non-prototype
15510 function header variants in break1.c.
15511 * gdb.base/ena-dis-br.exp: Likewise.
15512 * gdb.base/hbreak2.exp: Likewise.
15513 * gdb.reverse/until-precsave.exp: Drop references to removed
15514 non-prototype function header variants in ur1.c.
15515 * gdb.reverse/until-reverse.exp: Likewise.
15516
41c77605
PM
155172014-11-17 Petr Machata <pmachata@redhat.com>
15518
15519 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
15520 ${_cu_offset_size} bytes abbrev offset.
15521
34248c3a
DE
155222014-11-15 Doug Evans <xdje42@gmail.com>
15523
15524 PR symtab/17559
15525 * gdb.base/line-symtabs.exp: New file.
15526 * gdb.base/line-symtabs.c: New file.
15527 * gdb.base/line-symtabs.h: New file.
15528
646da059
YQ
155292014-11-14 Yao Qi <yao@codesourcery.com>
15530
15531 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
15532 (func): Add label func_label.
15533 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
15534 Replace low_pc and high_pc with MACRO_AT_range.
15535 Replace name, low_pc and high_pc with MACRO_AT_func.
15536
9301ebe6
YQ
155372014-11-14 Yao Qi <yao@codesourcery.com>
15538
15539 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
15540 Replace name, low_pc and high_pc with MACRO_AT_func.
15541
f166b542
YQ
155422014-11-14 Yao Qi <yao@codesourcery.com>
15543
15544 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
15545 produce debug information.
15546 * gdb.dwarf2/implptr-optimized-out.S: Removed.
15547
0f6e71e3
YQ
155482014-11-14 Yao Qi <yao@codesourcery.com>
15549
15550 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
15551 object and get function length.
15552 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
15553 with MACRO_AT_func.
15554 (top-level): Replace gdb_compile and clean_restart with
15555 prepare_for_testing.
15556 * gdb.dwarf2/main.c (main): Add label main_label.
15557
876c4df9
YQ
155582014-11-14 Yao Qi <yao@codesourcery.com>
15559
15560 * lib/dwarf.exp (function_range): New procedure.
15561 (Dwarf::_handle_macro_at_func): New procedure.
15562 (Dwarf::_handle_macro_at_range): New procedure.
15563 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
15564
02ad9cf1
YQ
155652014-11-14 Yao Qi <yao@codesourcery.com>
15566
15567 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
15568 (_handle_attribute): New procedure.
15569
a59add0c
AA
155702014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15571
15572 * gdb.ada/cond_lang/foo.c (callme): Add return type.
15573 * gdb.base/call-sc.c (zed): Likewise.
15574 * gdb.base/checkpoint.c (main): Likewise.
15575 * gdb.base/dump.c (main): Likewise.
15576 * gdb.base/gcore.c (main): Likewise.
15577 * gdb.base/huge.c (main): Likewise.
15578 * gdb.base/multi-forks.c (main): Likewise.
15579 * gdb.base/pr10179-a.c (main): Likewise.
15580 * gdb.base/savedregs.c (main): Likewise.
15581 * gdb.base/sigaltstack.c (main): Likewise.
15582 * gdb.base/siginfo.c (main): Likewise.
15583 * gdb.base/structs.c (zed): Likewise.
15584 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
15585 * gdb.mi/mi-syn-frame.c (main): Likewise.
15586 * gdb.mi/until.c (foo, main): Likewise.
15587 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
15588 * gdb.base/solib-weak.c (foo): Declare.
15589 * gdb.base/attach-twice.c: Include stdio.h.
15590 * gdb.base/weaklib1.c: Likewise.
15591 * gdb.base/weaklib2.c: Likewise.
15592 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
15593 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
15594 unistd.h.
15595 * gdb.base/attach-pie-misread.c: Include stdlib.h.
15596 * gdb.mi/mi-exit-code.c: Likewise.
15597 * gdb.base/break-interp-lib.c: Include string.h.
15598 * gdb.base/coremaker.c: Likewise.
15599 * gdb.base/testenv.c: Likewise.
15600 * gdb.python/py-finish-breakpoint.c: Likewise.
15601 * gdb.base/inferior-died.c: Include sys/wait.h.
15602 * gdb.base/fileio.c: Include time.h.
15603 * gdb.base/async-shell.c: Include unistd.h.
15604 * gdb.base/dprintf-non-stop.c: Likewise.
15605 * gdb.base/info-os.c: Likewise.
15606 * gdb.mi/mi-console.c: Likewise.
15607 * gdb.mi/watch-nonstop.c: Likewise.
15608 * gdb.python/py-events.c: Likewise.
15609 * gdb.base/async.c (baz): Move up before its invocation.
15610 * gdb.base/code_elim2.c (my_global_func): Likewise.
15611 * gdb.base/skip-solib-lib.c (multiply): Likewise.
15612 * gdb.base/advance.c (func2): Likewise.
15613
3b5d5997
AA
156142014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15615
15616 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
15617 variant.
15618 * gdb.base/annota3.c: Likewise.
15619 * gdb.base/async.c: Likewise.
15620 * gdb.base/average.c: Likewise.
15621 * gdb.base/call-ar-st.c: Likewise.
15622 * gdb.base/call-rt-st.c: Likewise.
15623 * gdb.base/call-sc.c: Likewise.
15624 * gdb.base/call-strs.c: Likewise.
15625 * gdb.base/ending-run.c: Likewise.
15626 * gdb.base/execd-prog.c: Likewise.
15627 * gdb.base/exprs.c: Likewise.
15628 * gdb.base/foll-exec.c: Likewise.
15629 * gdb.base/foll-fork.c: Likewise.
15630 * gdb.base/foll-vfork.c: Likewise.
15631 * gdb.base/funcargs.c: Likewise.
15632 * gdb.base/gcore.c: Likewise.
15633 * gdb.base/jump.c: Likewise.
15634 * gdb.base/langs0.c: Likewise.
15635 * gdb.base/langs1.c: Likewise.
15636 * gdb.base/langs2.c: Likewise.
15637 * gdb.base/mips_pro.c: Likewise.
15638 * gdb.base/nodebug.c: Likewise.
15639 * gdb.base/opaque0.c: Likewise.
15640 * gdb.base/opaque1.c: Likewise.
15641 * gdb.base/recurse.c: Likewise.
15642 * gdb.base/run.c: Likewise.
15643 * gdb.base/scope0.c: Likewise.
15644 * gdb.base/scope1.c: Likewise.
15645 * gdb.base/setshow.c: Likewise.
15646 * gdb.base/setvar.c: Likewise.
15647 * gdb.base/shmain.c: Likewise.
15648 * gdb.base/shr1.c: Likewise.
15649 * gdb.base/shr2.c: Likewise.
15650 * gdb.base/sigall.c: Likewise.
15651 * gdb.base/signals.c: Likewise.
15652 * gdb.base/so-indr-cl.c: Likewise.
15653 * gdb.base/solib2.c: Likewise.
15654 * gdb.base/structs.c: Likewise.
15655 * gdb.base/sum.c: Likewise.
15656 * gdb.base/vforked-prog.c: Likewise.
15657 * gdb.base/watchpoint.c: Likewise.
15658 * gdb.reverse/shr2.c: Likewise.
15659 * gdb.reverse/until-reverse.c: Likewise.
15660 * gdb.reverse/ur1.c: Likewise.
15661 * gdb.reverse/watch-reverse.c: Likewise.
15662
066a77c5
AA
156632014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15664
15665 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
15666 variant.
15667 * gdb.base/sepdebug.exp: Drop references to removed code.
15668
4f204ea5
AA
156692014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15670
15671 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
15672 variant. Preserve original line numbering.
15673 * gdb.base/list1.c: Likewise.
15674
3b377a3a
AA
156752014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15676
15677 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
15678 variant.
15679 * gdb.base/break1.c: Likewise.
15680 * gdb.base/break.exp: Drop references to removed code.
15681
e444df73
AA
156822014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15683
15684 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
15685 variant.
15686
8008f2a7
AA
156872014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15688
15689 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
15690
a5a06887
AA
156912014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15692
15693 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
15694 logic into perform_all_tests() and invoke it with and without
15695 function header prototypes.
15696 (do_function_calls): Remove conditional XFAIL for PR 5318.
15697 (rerun_and_prepare): Remove duplicate code.
15698 (perform_all_tests): New. Main logic moved here.
15699
44dba9b9
AA
157002014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15701
15702 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
15703 code guarded by #ifdef NO_PROTOTYPES.
15704 (t_double_many_args): Likewise.
15705 (DEF_FUNC_MANY_ARGS_1): Likewise.
15706 (DEF_FUNC_VALUES_1): Likewise.
15707 (t_structs_ldc): Renamed from t_structs_fc in conditional code
15708 guarded by #ifdef PROTOTYPES.
15709
d1fbcd56
AA
157102014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15711
15712 * gdb.mi/mi-console.c: Add eye-catcher.
15713 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
15714 instead of literal line number.
15715
b0e59b8f
AA
157162014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15717
15718 * gdb.base/shr2.c: Add eye-catcher.
15719 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
15720 line number.
15721
78f98cca
AA
157222014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15723
15724 * gdb.base/jump.c: Add eye-catchers.
15725 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
15726 numbers.
15727
58fa2af0
AA
157282014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15729
15730 * gdb.base/execd-prog.c: Add eye-catchers.
15731 * gdb.base/foll-exec.c: Likewise.
15732 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
15733 line numbers.
15734
04e5059b
AA
157352014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15736
15737 * gdb.base/ending-run.c: Add eye-catchers.
15738 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
15739 literal line numbers.
15740
dbfdb174
AA
157412014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15742
15743 * gdb.base/call-rt-st.c: Add eye-catchers.
15744 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
15745 literal line numbers.
15746
888a2ade
AA
157472014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15748
15749 * gdb.base/call-ar-st.c: Add eye-catchers.
15750 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
15751 literal line numbers.
15752
6acc2dde
AA
157532014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15754
15755 * gdb.base/average.c: Add eye-catchers.
15756 * gdb.base/sum.c: Likewise.
15757 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
15758 regexps dynamically.
15759
9ecfcd1d
AA
157602014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15761
15762 * gdb.base/solib1.c: Add eye-catchers.
15763 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
15764 literal line numbers.
15765
78708b7c
PA
157662014-11-12 Pedro Alves <palves@redhat.com>
15767
15768 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
15769 leader has exited.
15770
af48d08f
PA
157712014-11-12 Pedro Alves <palves@redhat.com>
15772
15773 * gdb.arch/i386-bp_permanent.c: New file.
15774 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
15775 (srcfile): Set to i386-bp_permanent.c.
15776 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
15777 that stepi does not execute the 'leave' instruction, instead of
15778 testing it does execute.
15779 * gdb.base/bp-permanent.c: New file.
15780 * gdb.base/bp-permanent.exp: New file.
15781
af3768e9
DE
157822014-11-10 Doug Evans <xdje42@gmail.com>
15783
15784 PR symtab/17564
15785 * gdb.base/symtab-search-order.exp: New file.
15786 * gdb.base/symtab-search-order.c: New file.
15787 * gdb.base/symtab-search-order-1.c: New file.
15788 * gdb.base/symtab-search-order-shlib-1.c: New file.
15789
9de00a4a
PA
157902014-11-07 Pedro Alves <palves@redhat.com>
15791
15792 PR gdb/17511
15793 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
15794 i?86-*-linux*.
15795
e0f52461
SC
157962014-11-03 Siva Chandra Reddy <sivachandra@google.com>
15797
15798 PR c++/17494
15799 * gdb.cp/pr17494.cc: New file.
15800 * gdb.cp/pr17494.exp: New file.
15801
6ce8c980
YQ
158022014-11-02 Yao Qi <yao@codesourcery.com>
15803
15804 * gdb.python/python.exp: Get working directory and match the
15805 output of "set extended-prompt \\w " with it.
15806
02be9a71
DE
158072014-10-30 Doug Evans <dje@google.com>
15808
15809 * gdb.python/py-objfile.exp: Add tests for setting random attributes
15810 in objfiles.
15811 * gdb.python/py-progspace.exp: Add tests for setting random attributes
15812 in progspaces.
15813
3bdff46b
LM
158142014-10-30 Janis Johnson <janisjo@codesourcery.com>
15815
15816 * gdb.base/fullpath-expand.exp: Skip for a remote host.
15817 * gdb.base/realname-expand.exp: Likewise.
15818 * gdb.linespec/macro-relative.exp: Likewise.
15819
ab917dfb
PA
158202014-10-29 Pedro Alves <palves@redhat.com>
15821
15822 PR gdb/17408
15823 * gdb.threads/schedlock.c (some_function): New function.
15824 (call_function): New global.
15825 (MAYBE_CALL_SOME_FUNCTION): New macro.
15826 (thread_function): Call it.
15827 * gdb.threads/schedlock.exp (get_args): Add description parameter,
15828 and use it instead of a global counter. Adjust all callers.
15829 (get_current_thread): Use "find current thread" for test message
15830 here rather than having all callers pass down the same string.
15831 (goto_loop): New procedure, factored out from ...
15832 (my_continue): ... this.
15833 (step_ten_loops): Change parameter from test message to command to
15834 use. Adjust.
15835 (list_count): Delete global.
15836 (check_result): New procedure, factored out from duplicate top
15837 level code.
15838 (continue tests): Wrap in with_test_prefix.
15839 (test_step): New procedure, factored out from duplicate top level
15840 code.
15841 (top level): Test "step" in combination with all scheduler-locking
15842 modes. Test "next" in combination with all scheduler-locking
15843 modes, and in combination with stepping over a function call or
15844 not.
15845 * gdb.threads/next-bp-other-thread.c: New file.
15846 * gdb.threads/next-bp-other-thread.exp: New file.
15847
d3d4baed
PA
158482014-10-29 Pedro Alves <palves@redhat.com>
15849
15850 PR python/17372
15851 * gdb.python/python.exp: Test a multi-line command that spawns
15852 interactive Python.
15853 * gdb.base/multi-line-starts-subshell.exp: New file.
15854
563e8d85
YQ
158552014-10-29 Yao Qi <yao@codesourcery.com>
15856
15857 * gdb.base/fileio.exp: Make directories on host.
15858
0ea4d52e
YQ
158592014-10-29 Yao Qi <yao@codesourcery.com>
15860
15861 * gdb.base/fileio.c (test_write): Close the file.
15862
7f5ef605
PA
158632014-10-28 Pedro Alves <palves@redhat.com>
15864
15865 PR gdb/12623
15866 * gdb.base/sigstep.c (no_handler): New global.
15867 (main): If 'no_handler is true, set the signal handlers to
15868 SIG_IGN.
15869 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
15870 with_sw_watch and no_handler parameters. Handle them.
15871 (top level) <stepping over handler when stopped at a breakpoint
15872 test>: Add a test axis for testing with a software watchpoint, and
15873 another for testing with the signal handler set to SIG_IGN.
15874 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
15875 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
15876
abbdbd03
PA
158772014-10-28 Pedro Alves <palves@redhat.com>
15878
15879 PR gdb/17511
15880 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
15881 * gdb.base/sigstep.exp (other_handler_location): New global.
15882 (advance): Support stepping into the signal handler, and running
15883 commands while in the handler.
15884 (in_handler_map): New global.
15885 (top level): In the advance test, add combinations for getting
15886 into the handler with stepping commands, and for running commands
15887 in the handler. Add comment descripting the advancei tests.
15888
1df4399f
PA
158892014-10-28 Pedro Alves <palves@redhat.com>
15890
15891 * gdb.base/sigstep.exp: Use build_executable instead of
15892 prepare_for_testing.
15893 (top level): Move code that starts GDB, runs to main and creates a
15894 display to ...
15895 (restart): ... this new procedure.
15896 (top level): Move backtrace from signal handler test to ...
15897 (validate_backtrace): ... this new procedure.
15898 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
15899 with_test_prefix. Always restart GDB.
15900 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
15901 with_test_prefix. Always restart GDB. No need to delete
15902 breakpoints after the test.
15903 (test_skip_handler): Remove prefix parameter.
15904 (skip_over_handler, breakpoint_to_handler)
15905 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
15906 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
15907 restart GDB. No need to delete breakpoints after the test.
15908 (top level): Use foreach to call the test procedures with
15909 different commands.
15910
a5b6e449
PA
159112014-10-28 Pedro Alves <palves@redhat.com>
15912
15913 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
15914 instead of GNATS numbers.
15915 * gdb.base/sigbpt.exp: Likewise.
15916 * gdb.base/siginfo.exp: Likewise.
15917 * gdb.base/sigstep.exp: Likewise.
15918
e5f8a7cc
PA
159192014-10-27 Pedro Alves <palves@redhat.com>
15920
15921 * gdb.base/sigstep.c (dummy): New global.
15922 (main): Issue a couple writes to the new global.
15923 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
15924 procedures.
15925 (skip_over_handler): Use test_skip_handler.
15926 (top level): Call skip_over_handler for stepi and nexti too.
15927 (breakpoint_over_handler): Use test_skip_handler.
15928 (top level): Call breakpoint_over_handler for stepi and nexti too.
15929
763905a3
YQ
159302014-10-27 Yao Qi <yao@codesourcery.com>
15931
15932 * gdb.trace/tfile.c (adjust_function_address)
15933 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
15934 function descriptor.
15935
6f259a23
DB
159362014-10-24 Don Breazeal <donb@codesourcery.com>
15937
15938 * gdb.base/foll-fork.exp (test_follow_fork,
15939 catch_fork_child_follow): Check for updated fork messages emitted
15940 from infrun.c.
15941 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
15942 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
15943 vfork_and_exec_child_follow_through_step): Check for updated vfork
15944 messages emitted from infrun.c.
15945
09dd9a69
PA
159462014-10-24 Pedro Alves <palves@redhat.com>
15947
15948 * gdb.base/corefile.exp: Remove references to ultrix.
15949 * gdb.base/interrupt.exp: Likewise.
15950 * gdb.base/whatis.exp: Likewise.
15951 * gdb.gdb/selftest.exp: Likewise.
15952 * gdb.threads/manythreads.exp: Likewise.
15953 * gdb.threads/print-threads.exp: Likewise.
15954 * gdb.threads/pthreads.exp:: Likewise.
15955 * gdb.threads/schedlock.exp: Likewise.
15956
3433cfa5
SC
159572014-10-24 Siva Chandra Reddy <sivachandra@google.com>
15958
15959 * gdb.cp/non-trivial-retval.cc: Add a test case.
15960 * gdb.cp/non-trivial-retval.exp: Add a test.
15961
092f880b
YQ
159622014-10-20 Yao Qi <yao@codesourcery.com>
15963
15964 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
15965 * gdb.python/py-objfile-script-gdb.py: New file.
15966 * gdb.python/py-objfile-script.exp: Update reference to
15967 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
15968 of remote_download. Remove the dest file.
15969
acbdb7f3
YQ
159702014-10-20 Yao Qi <yao@codesourcery.com>
15971
15972 * gdb.base/checkpoint.exp: Don't remove file copied on host.
15973 * gdb.base/step-line.exp: Likewise.
15974 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15975 * gdb.dwarf2/dw2-basic.exp: Likewise.
15976 * gdb.dwarf2/dw2-compressed.exp: Likewise.
15977 * gdb.dwarf2/dw2-filename.exp: Likewise.
15978 * gdb.dwarf2/dw2-intercu.exp: Likewise.
15979 * gdb.dwarf2/dw2-intermix.exp: Likewise.
15980 * gdb.dwarf2/dw2-producer.exp: Likewise.
15981 * gdb.dwarf2/mac-fileno.exp: Likewise.
15982 * gdb.python/py-frame-args.exp: Likewise.
15983 * gdb.python/py-framefilter.exp: Likewise.
15984 * gdb.python/py-mi.exp: Likewise.
15985 * gdb.python/py-objfile-script.exp: Likewise
15986 * gdb.python/py-pp-integral.exp: Likewise.
15987 * gdb.python/py-pp-re-notag.exp: Likewise.
15988 * gdb.python/py-prettyprint.exp: Likewise.
15989 * gdb.python/py-section-script.exp: Likewise.
15990 * gdb.python/py-typeprint.exp: Likewise.
15991 * gdb.python/py-xmethods.exp: Likewise.
15992 * gdb.stabs/weird.exp: Likewise.
15993 * gdb.xml/tdesc-regs.exp: Likewise.
15994
bd286a29
KCY
159952014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
15996
15997 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
15998 (out_cu): Use addr_len for the size of addresses.
15999 (out_line): Likewise. Size DW_LNE_set_address instruction
16000 according to addr_len.
16001 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
16002 (FUNC): Add START_INSNS to definition.
16003
673dc4a0
YQ
160042014-10-18 Yao Qi <yao@codesourcery.com>
16005
16006 * gdb.base/argv0-symlink.exp: Check argv[0] value if
16007 gdb_has_argv0 return true.
16008 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
16009 check [target_info exists noargs], check [gdb_has_argv0]
16010 instead.
16011 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
16012 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
16013 procedures.
16014
4ffbba72
DE
160152014-10-17 Doug Evans <dje@google.com>
16016
16017 * gdb.python/py-events.exp: Update expected output for clear_objfiles
16018 event.
16019 * gdb.python/py-events.py: Add clear_objfiles event.
16020
d096d8c1
DE
160212014-10-17 Doug Evans <dje@google.com>
16022
16023 * gdb.python/py-objfile.exp: Test progspace attribute.
16024
a80db015
LM
160252014-10-17 Luis Machado <lgustavo@codesourcery.com>
16026
16027 * gdb.guile/scm-breakpoint.exp: Do not assume any
16028 directory separators when matching source file paths.
16029 * gdb.python/py-breakpoint.exp: Likewise.
16030 * gdb.reverse/break-precsave.exp: Likewise.
16031 * gdb.reverse/break-reverse.exp: Likewise.
16032 * gdb.reverse/consecutive-precsave.exp: Likewise.
16033 * gdb.reverse/finish-precsave.exp: Likewise.
16034 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
16035 * gdb.reverse/finish-reverse.exp: Likewise.
16036 * gdb.reverse/i386-precsave.exp: Likewise.
16037 * gdb.reverse/i387-env-reverse.exp: Likewise.
16038 * gdb.reverse/i387-stack-reverse.exp: Likewise.
16039 * gdb.reverse/machinestate-precsave.exp: Likewise.
16040 * gdb.reverse/machinestate.exp: Likewise.
16041 * gdb.reverse/sigall-precsave.exp: Likewise.
16042 * gdb.reverse/solib-precsave.exp: Likewise.
16043 * gdb.reverse/step-precsave.exp: Likewise.
16044 * gdb.reverse/until-precsave.exp: Likewise.
16045 * gdb.reverse/watch-precsave.exp: Likewise.
16046 * gdb.reverse/watch-reverse.exp: Likewise.
16047
b22089ab
YQ
160482014-10-17 Yao Qi <yao@codesourcery.com>
16049
16050 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
16051 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
16052
6c4486e6
PA
160532014-10-17 Pedro Alves <palves@redhat.com>
16054
16055 PR gdb/17471
16056 * gdb.base/bg-execution-repeat.c: New file.
16057 * gdb.base/bg-execution-repeat.exp: New file.
16058
0ff33695
PA
160592014-10-17 Pedro Alves <palves@redhat.com>
16060
16061 PR gdb/17300
16062 * gdb.base/continue-all-already-running.c: New file.
16063 * gdb.base/continue-all-already-running.exp: New file.
16064
6fdebc3d
PA
160652014-10-17 Pedro Alves <palves@redhat.com>
16066
16067 PR gdb/17472
16068 * gdb.base/annota-input-while-running.c: New file.
16069 * gdb.base/annota-input-while-running.exp: New file.
16070
32a8097b
PA
160712014-10-17 Pedro Alves <palves@redhat.com>
16072
16073 * gdb.base/callfuncs.exp: emove references to osf.
16074 * gdb.base/sigall.exp: Likewise.
16075 * gdb.gdb/selftest.exp: Likewise.
16076 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
16077 * gdb.mi/non-stop.c: Likewise.
16078 * gdb.mi/pthreads.c: Likewise.
16079 * gdb.reverse/sigall-precsave.exp: Likewise.
16080 * gdb.reverse/sigall-reverse.exp: Likewise.
16081 * gdb.threads/pthreads.c: Likewise.
16082 * gdb.threads/pthreads.exp: Likewise.
16083
7a3517ff
YQ
160842014-10-17 Yao Qi <yao@codesourcery.com>
16085
16086 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
16087 check 'target_info exists noargs'.
16088 (test_command_prompt_position): Likewise.
16089 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
16090 Remove "set args".
16091 (progvar_simple_while_test): Likewise.
16092 (progvar_complex_if_while_test): Likewise.
16093 (if_while_breakpoint_command_test): Likewise.
16094 (infrun_breakpoint_command_test): Likewise.
16095 (breakpoint_command_test): Likewise.
16096 (watchpoint_command_test): Likewise.
16097 (bp_deleted_in_command_test): Likewise.
16098 (temporary_breakpoint_commands): Likewise.
16099
bb99c472
YQ
161002014-10-16 Yao Qi <yao@codesourcery.com>
16101
16102 * gdb.base/remotetimeout.exp: Remove noargs checking.
16103
7c16b83e
PA
161042014-10-15 Pedro Alves <palves@redhat.com>
16105
16106 PR breakpoints/9649
16107 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
16108 * gdb.base/breakpoint-in-ro-region.exp
16109 (probe_target_hardware_step): New procedure.
16110 (top level): Probe hardware stepping and hardware breakpoint
16111 support. Test stepping through a read-only region, with both
16112 "breakpoint auto-hw" on and off and both "always-inserted" on and
16113 off.
16114
35a49624
IB
161152014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
16116
16117 * gdb.dlang/demangle.exp: Update for demangling changes.
16118
2d1c107c
SC
161192014-10-15 Siva Chandra Reddy <sivachandra@google.com>
16120
16121 * gdb.cp/non-trivial-retval.cc: Add new test cases.
16122 * gdb.cp/non-trivial-retval.exp: Add new tests.
16123
778811d5
SC
161242014-10-15 Siva Chandra Reddy <sivachandra@google.com>
16125
16126 PR c++/13403
16127 PR c++/15154
16128 * gdb.cp/non-trivial-retval.cc: New file.
16129 * gdb.cp/non-trivial-retval.exp: New file.
16130
10c5f0a8
YQ
161312014-10-15 Yao Qi <yao@codesourcery.com>
16132
16133 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
16134 remote host.
16135
65d7b369
YQ
161362014-10-15 Yao Qi <yao@codesourcery.com>
16137
16138 * gdb.python/py-symbol.exp: Match file base name if host is
16139 remote, otherwise match file name with dir name.
16140 * gdb.python/py-symtab.exp: Likewise.
16141 * gdb.python/python.exp: Likewise.
16142
46dc1394
YQ
161432014-10-15 Yao Qi <yao@codesourcery.com>
16144
16145 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
16146 pattern.
16147 * gdb.python/py-symtab.exp: Likewise.
16148 * gdb.python/python.exp: Remove trailing ".*". Fix typo
16149 locationn.
16150
c40cc657
JB
161512014-10-14 Joel Brobecker <brobecker@adacore.com>
16152
16153 * gdb.ada/addr_arith: New testcase.
16154
2abf49e1
MR
161552014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
16156
16157 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
16158 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
16159 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
16160 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
16161
f7088df3
SDJ
161622014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
16163
16164 * gdb.arch/stap-eval-lang-ada.S: Likewise.
16165 * gdb.arch/stap-eval-lang-ada.c: Likewise.
16166 * gdb.arch/stap-eval-lang-ada.exp: New file.
16167
4dc06805
YQ
161682014-10-14 Yao Qi <yao@codesourcery.com>
16169
16170 * gdb.mi/mi-var-child.c (nothing1): New function.
16171 (nothing2): New function.
16172 (do_children_tests): Set function pointers by nothing1 and
16173 nothing2.
16174 * gdb.mi/mi-var-child.exp: Step over new added statements.
16175 Update test to match the new output.
16176 * gdb.mi/var-cmd.c (nothing1): New function.
16177 (nothing2): New function.
16178 (do_children_tests): Set function pointers by nothing1 and
16179 nothing2.
16180 * gdb.mi/mi-var-display.exp: Update test to match output.
16181 Step to the line specified by $line_dct_nothing.
16182 Increase the number of lines to step.
16183
46a93de2
YQ
161842014-10-14 Yao Qi <yao@codesourcery.com>
16185
16186 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
16187 tests.
16188 * gdb.mi/mi2-var-child.exp: Likewise.
16189
14ea52ee
DE
161902014-10-13 Doug Evans <dje@google.com>
16191
16192 * gdb.python/py-objfile.exp: Change name of file name test.
16193
e5c6e92b
DE
161942014-10-13 Doug Evans <dje@google.com>
16195
16196 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
16197 from the start of the CU.
16198
c780cc2f
JK
161992014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16200 Yao Qi <yao@codesourcery.com>
16201
16202 Fix "save breakpoints" for "catch" command.
16203 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
16204 Remove -nonewline. Match also the added "main" line.
16205
99894e11
JK
162062014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16207
16208 Fix "save breakpoints" for "disable $bpnum" command.
16209 * gdb.base/save-bp.c (main): Add label.
16210 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
16211
6e1ac5a3
JK
162122014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16213
16214 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
16215
754dd2b0
YQ
162162014-10-11 Yao Qi <yao@codesourcery.com>
16217
16218 * gdb.server/server-kill.exp: Execute command
16219 "set remote trace-status-packet on" before "tstatus".
16220
f90183d7
YQ
162212014-10-11 Yao Qi <yao@codesourcery.com>
16222
16223 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
16224 (main): Call getppid.
16225 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
16226 and continue to it. Read variable "server_pid".
16227
bf40a607
YQ
162282014-10-11 Yao Qi <yao@codesourcery.com>
16229
16230 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
16231
052ca370
YQ
162322014-10-11 Yao Qi <yao@codesourcery.com>
16233
16234 * gdb.threads/thread-find.exp: Don't execute command
16235 "info threads".
16236 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
16237 * gdb.threads/linux-dp.exp: Don't check the condition
16238 $threads_created equals to zero.
16239
3831839c
PA
162402014-10-10 Pedro Alves <palves@redhat.com>
16241
16242 * gdb.base/bigcore.exp: Remove references to IRIX.
16243 * gdb.base/funcargs.exp: Likewise.
16244 * gdb.base/interrupt.exp: Likewise.
16245 * gdb.base/mips_pro.exp: Likewise.
16246 * gdb.base/nodebug.exp: Likewise.
16247 * gdb.base/setvar.exp: Likewise.
16248 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
16249
8b9a549d
PA
162502014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
16251 Pedro Alves <palves@redhat.com>
16252
16253 PR symtab/14466
16254 * gdb.base/vdso-warning.c: New file.
16255 * gdb.base/vdso-warning.exp: New file.
16256
d48ba5e8
DE
162572014-10-02 Doug Evans <dje@google.com>
16258
16259 * gdb.base/structs.c (main): Don't run forever.
16260
2278c276
PA
162612014-10-02 Pedro Alves <palves@redhat.com>
16262
16263 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
16264 (top level) <stop threads 1, stop threads 2>: Use it.
16265
b57bacec
PA
162662014-10-02 Pedro Alves <palves@redhat.com>
16267
16268 * gdb.threads/break-while-running.exp (test): Add new
16269 'update_thread_list' argument. Skip "info threads" if false.
16270 (top level): Add new 'update_thread_list' axis.
16271
13fd3ff3
PA
162722014-10-02 Pedro Alves <palves@redhat.com>
16273
16274 PR breakpoints/17431
16275 * gdb.base/execl-update-breakpoints.c: New file.
16276 * gdb.base/execl-update-breakpoints.exp: New file.
16277
0fec99e8
PA
162782014-10-01 Pedro Alves <palves@redhat.com>
16279
16280 * gdb.base/breakpoint-in-ro-region.c: New file.
16281 * gdb.base/breakpoint-in-ro-region.exp: New file.
16282
2ddf4301
SM
162832014-10-01 Simon Marchi <simon.marchi@ericsson.com>
16284
16285 * gdb.mi/mi-exit-code.exp: New file.
16286 * gdb.mi/mi-exit-code.c: New file.
16287
6a5f3f43
YQ
162882014-09-30 Yao Qi <yao@codesourcery.com>
16289
16290 * lib/prelink-support.exp (build_executable_own_libs): Error if
16291 the target isn't native.
16292
345bcc73
YQ
162932014-09-30 Yao Qi <yao@codesourcery.com>
16294
16295 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
16296 false.
16297
a25a5a45
PA
162982014-09-22 Pedro Alves <palves@redhat.com>
16299
16300 * gdb.threads/break-while-running.exp: New file.
16301 * gdb.threads/break-while-running.c: New file.
16302
00ba3162
YQ
163032014-09-19 Yao Qi <yao@codesourcery.com>
16304
16305 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
16306 Invoke test. Restart GDB with --readnow and invoke test again.
16307
c3b7b696
YQ
163082014-09-19 Yao Qi <yao@codesourcery.com>
16309
16310 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
16311 proc set_breakpoint_on_gcd_function. Invoke
16312 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
16313 invoke set_breakpoint_on_gcd_function again.
16314
2b4fd423
DE
163152014-09-18 Doug Evans <dje@google.com>
16316
16317 * gdb.dwarf2/symtab-producer.exp: New file.
16318
a5947601
SDJ
163192014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
16320
16321 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
16322 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
16323 * gdb.base/global-var-nested-by-dso.c: Likewise.
16324 * gdb.base/global-var-nested-by-dso.exp: Likewise.
16325
91c19059
SDJ
163262014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
16327 Pedro Alves <palves@redhat.com>
16328
16329 * gdb.base/watch-bitfields.exp: Pass string other than test file
16330 name to prepare_for_testing.
16331 (watch): New procedure.
16332 (expect_watchpoint): Use with_test_prefix.
16333 (top level): Factor out tests to ...
16334 (test_watch_location, test_regular_watch): ... these new
16335 procedures, and use with_test_prefix and gdb_continue_to_end.
16336
bb9d5f81
PP
163372014-09-16 Patrick Palka <patrick@parcs.ath.cx>
16338
16339 PR breakpoints/12526
16340 * gdb.base/watch-bitfields.exp: New file.
16341 * gdb.base/watch-bitfields.c: New file.
16342
635856f5
PA
163432014-09-16 Pedro Alves <palves@redhat.com>
16344
16345 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
16346 software and hardware addresses, not software address against
16347 itself.
16348
7280ceea
PA
163492014-09-16 Pedro Alves <palves@redhat.com>
16350
16351 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
16352 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
16353
428b16bd
PA
163542014-09-16 Pedro Alves <palves@redhat.com>
16355
16356 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
16357 files.
16358 * gdb.base/a2-run.exp: Remove all code guarded by istarget
16359 "*-*-vxworks*" throughout.
16360 * gdb.base/break.exp: Likewise.
16361 * gdb.base/default.exp: Likewise.
16362 * gdb.base/scope.exp: Likewise.
16363 * gdb.base/sepdebug.exp: Likewise.
16364 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
16365 throughout.
16366 * gdb.base/run.c: Likewise.
16367 * gdb.base/sepdebug.c: Likewise.
16368 * gdb.hp/gdb.aCC/run.c: Likewise.
16369 * gdb.reverse/until-reverse.c: Likewise.
16370 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
16371
666d413c
YQ
163722014-09-16 Yao Qi <yao@codesourcery.com>
16373
16374 * boards/local-remote-host-native.exp: New file.
16375
57cbd724
DE
163762014-09-14 Doug Evans <xdje42@gmail.com>
16377
16378 * gdb.threads/queue-signal.c (thread_count): New variable.
16379 (thread_count_mutex, thread_count_condvar): New variables.
16380 (incr_thread_count, wait_all_threads_running): New functions.
16381 (main): Wait for all threads to be in their thread functions.
16382
81219e53
DE
163832014-09-13 Doug Evans <xdje42@gmail.com>
16384
16385 * gdb.threads/queue-signal.c: New file.
16386 * gdb.threads/queue-signal.exp: New file.
16387
3714cea7
DE
163882014-09-13 Doug Evans <xdje42@gmail.com>
16389
16390 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
16391 be consistent with what default_gdb_init uses.
16392 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
16393 the plain text of the prompt. Add some logging printfs.
16394 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
16395
fa43b1d7
PA
163962014-09-12 Pedro Alves <palves@redhat.com>
16397
16398 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
16399 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
16400 * gdb.arch/i386-size-overlap.exp: Likewise.
16401 * gdb.arch/i386-size.exp: Likewise.
16402 * gdb.arch/i386-unwind.exp: Likewise.
16403 * gdb.base/a2-run.exp: Likewise.
16404 * gdb.base/break.exp: Likewise.
16405 * gdb.base/charset.exp: Likewise.
16406 * gdb.base/chng-syms.exp: Likewise.
16407 * gdb.base/commands.exp: Likewise.
16408 * gdb.base/dbx.exp: Likewise.
16409 * gdb.base/find.exp: Likewise.
16410 * gdb.base/funcargs.exp: Likewise.
16411 * gdb.base/jit-simple.exp: Likewise.
16412 * gdb.base/reread.exp: Likewise.
16413 * gdb.base/sepdebug.exp: Likewise.
16414 * gdb.base/step-bt.exp: Likewise.
16415 * gdb.cp/mb-inline.exp: Likewise.
16416 * gdb.cp/mb-templates.exp: Likewise.
16417 * gdb.objc/basicclass.exp: Likewise.
16418 * gdb.threads/killed.exp: Likewise.
16419
9d9bf2df
EBM
164202014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16421
16422 PR tdep/17379
16423 * gdb.arch/powerpc-stackless.S: New file.
16424 * gdb.arch/powerpc-stackless.exp: New file.
16425
1cf2f1b0
JK
164262014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16427
16428 * gdb.base/attach.c: Include unistd.h.
16429 (main): Call alarm. Add label postloop.
16430 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
16431 gdb_breakpoint, gdb_continue_to_breakpoint.
16432 (test_command_line_attach_run): Kill ${testpid} in one exit path.
16433
98880d46
PA
164342014-09-11 Pedro Alves <palves@redhat.com>
16435
16436 PR gdb/17347
16437 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
16438 * gdb.base/attach.exp (test_command_line_attach_run): New
16439 procedure.
16440 (top level): Call it.
16441
4c92ff2c
PA
164422014-09-11 Pedro Alves <palves@redhat.com>
16443
16444 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
16445 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
16446 (do_command_attach_tests): Use spawn_wait_for_attach.
16447 * gdb.base/solib-overlap.exp: Likewise.
16448 * gdb.multi/multi-attach.exp: Likewise.
16449 * gdb.python/py-prompt.exp: Likewise.
16450 * gdb.python/py-sync-interp.exp: Likewise.
16451 * gdb.server/ext-attach.exp: Likewise.
16452
3adc1a7d
GKB
164532014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
16454
16455 * gdb.fortran/array-element.exp: Remove unexpected "continue"
16456 command in testcase. Simplify testcase.
16457
96334934
JB
164582014-09-10 Joel Brobecker <brobecker@adacore.com>
16459
16460 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
16461
eb479039
JB
164622014-09-10 Joel Brobecker <brobecker@adacore.com>
16463
16464 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
16465
deede10c
JB
164662014-09-10 Joel Brobecker <brobecker@adacore.com>
16467
16468 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
16469
7828a5f5
JB
164702014-09-10 Joel Brobecker <brobecker@adacore.com>
16471
16472 * gdb.dwarf2/dynarr-ptr.c: New file.
16473 * gdb.dwarf2/dynarr-ptr.exp: New file.
16474
33aeebcf
MR
164752014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16476
16477 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
16478 of 30 rather than hardcoding 120 for a slow test case. Take the
16479 `gdb,timeout' target setting into account for this calculation.
16480 Don't extend the timeout for the test cases that don't need it.
16481
7b415901
MR
164822014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16483
16484 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
16485 a factor of 2 for a slow test case. Take the `gdb,timeout'
16486 target setting into account for this calculation.
16487 * gdb.reverse/until-precsave.exp: Increase the timeout by
16488 a factor of 15 and 3 respectively rather than adding 120
16489 for a pair of slow test cases. Take the `gdb,timeout'
16490 target setting into account for this calculation.
16491
4a40f85a
MR
164922014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16493
16494 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
16495 timeout, don't pass one down to gdb_expect.
16496 (gdb_expect): Rework timeout selection.
16497
09635af7
MR
164982014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16499
16500 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
16501 exception on timeout.
16502 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
16503 (gdbserver_start_extended): Catch any `gdbserver_start' error
16504 exceptions.
16505 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
16506 * lib/mi-support.exp (mi_gdb_target_load): Catch any
16507 `gdbserver_gdb_load' error exceptions.
16508
2bdd10b7
MR
165092014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16510
16511 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
16512 120 on waiting for the TCP socket to open.
16513
316935f0
DE
165142014-09-09 Doug Evans <xdje42@gmail.com>
16515
16516 * gdb.base/default.exp (show_conv_list): Add _caller_is,
16517 _caller_matches, _any_caller_is, _any_caller_matches.
16518
83740597
DE
165192014-09-09 Doug Evans <xdje42@gmail.com>
16520
16521 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
16522
4c122fc3
YQ
165232014-09-09 Yao Qi <yao@codesourcery.com>
16524
16525 * gdb.mi/mi-var-display.exp: Set print symbol off.
16526
a9f116cb
GKB
165272014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
16528
16529 PR gdb/17035
16530 * gdb.base/commands.exp: Add tests to verify user-defined
16531 commands with empty bodies.
16532 * gdb.python/py-cmd.exp: Test that we don't show user-defined
16533 python commands in `show user command`.
16534 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
16535 scheme commands in `show user command`.
16536
c75bd3a2
JK
165372014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16538
16539 PR python/17355
16540 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
16541 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
16542 * gdb.python/py-framefilter-invalidarg.exp: New file.
16543 * gdb.python/py-framefilter-invalidarg.py: New file.
16544
faa42425
DE
165452014-09-06 Doug Evans <xdje42@gmail.com>
16546
16547 PR 15276
16548 * gdb.python/py-caller-is.c: New file.
16549 * gdb.python/py-caller-is.exp: New file.
16550
474ca4f6
SDJ
165512014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
16552
16553 PR gdb/17235
16554 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
16555 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
16556
eb0b0463
SDJ
165572014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
16558
16559 PR fortran/17237
16560 * gdb.fortran/print-formatted.exp: New file.
16561 * gdb.fortran/print-formatted.f90: Likewise.
16562
5f3b99cf
SS
165632014-09-03 Sasha Smundak <asmundak@google.com>
16564
16565 * gdb.python/py-frame.exp: Test Frame.read_register.
16566
7d793aa9
SDJ
165672014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
16568
16569 PR python/16699
16570 * gdb.python/py-completion.exp: New file.
16571 * gdb.python/py-completion.py: Likewise.
16572
fb0576e9
DE
165732014-08-28 Doug Evans <dje@google.com>
16574
16575 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
16576 eax,etc. are live with values set by gdb and thus the compiler can't
16577 use them.
16578 * gdb.arch/i386-pseudo.c (main): Ditto.
16579
ee92b0dd
DE
165802014-08-27 Doug Evans <dje@google.com>
16581
16582 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
16583
6649db35
DE
165842014-08-25 Doug Evans <dje@google.com>
16585
16586 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
16587 (main): Ditto.
16588
564b7600
DE
165892014-08-25 Doug Evans <dje@google.com>
16590
16591 * gdb.threads/thread-execl.exp: #include <stdio.h>.
16592
3881fb67
YQ
165932014-08-24 Yao Qi <yao@codesourcery.com>
16594
16595 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
16596 symbol off.
16597 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
16598
a05a36a5
DE
165992014-08-22 Doug Evans <dje@google.com>
16600
16601 PR 17276
16602 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
16603 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
16604 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
16605
7c343b48
YQ
166062014-08-22 Yao Qi <yao@codesourcery.com>
16607
16608 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
16609 * gdb.python/py-finish-breakpoint2.exp: Likewise.
16610 * gdb.python/python.exp: Likewise. Use .py file on the host
16611 instead of the build.
16612
22fd09ae
JK
166132014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16614
16615 * gdb.threads/gcore-stale-thread.c: New file.
16616 * gdb.threads/gcore-stale-thread.exp: New file.
16617
a8454a7c
PA
166182014-08-21 Pedro Alves <palves@redhat.com>
16619
16620 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
16621 * gdb.base/gcore-relro-pie.exp: Likewise.
16622 * gdb.base/gcore-relro.exp: Likewise.
16623 * gdb.base/gcore.exp: Likewise.
16624 * gdb.base/print-symbol-loading.exp: Likewise.
16625 * gdb.threads/gcore-thread.exp: Likewise.
16626 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
16627
2a31c623
PA
166282014-08-20 Pedro Alves <palves@redhat.com>
16629 Jan Kratochvil <jan.kratochvil@redhat.com>
16630
16631 * Makefile.in (EXTRA_RULES, CC): New variables, get from
16632 configure.
16633 (EXPECT): Handle READ1 being set.
16634 (all): Depend on EXTRA_RULES.
16635 (check-read1, expect-read1, read1.so, read1): New rules.
16636 * README (Testsuite Parameters): Document the READ1 make variable.
16637 (Race detection): New section.
16638 * configure: Regenerate.
16639 * configure.ac: If build==host==target, and running under a
16640 GNU/glibc system, add read1 to the extra Makefile rules.
16641 (EXTRA_RULES): AC_SUBST it.
16642 * lib/read1.c: New file.
16643
d36430db
JB
166442014-08-20 Joel Brobecker <brobecker@adacore.com>
16645
16646 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
16647 the handling of variables declared as a typedef to an array
16648 which a DW_AT_data_location attribute.
16649
9a0dc9e3
PA
166502014-08-19 Andrew Burgess <aburgess@broadcom.com>
16651 Pedro Alves <palves@redhat.com>
16652
16653 PR symtab/14604
16654 PR symtab/14605
16655 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
16656 gdb_test.
16657
0718a8da
PA
166582014-08-19 Pedro Alves <palves@redhat.com>
16659
16660 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
16661
13b448cd
YQ
166622014-08-19 Yao Qi <yao@codesourcery.com>
16663
16664 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
16665 right line.
16666
1cbf5077
DB
166672014-08-18 David Blaikie <dblaikie@gmail.com>
16668
16669 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
16670
bf0fae19
JB
166712014-08-18 Joel Brobecker <brobecker@adacore.com>
16672
16673 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
16674 attribute in array range.
16675
3c8c5dcc
JB
166762014-08-18 Joel Brobecker <brobecker@adacore.com>
16677
16678 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
16679
e66d4446
SC
166802014-08-15 Siva Chandra Reddy <sivachandra@google.com>
16681
16682 PR c++/17132
16683 * gdb.cp/pr17132.cc: New file.
16684 * gdb.cp/pr17132.exp: New file.
16685
940df408
SC
166862014-08-15 Siva Chandra Reddy <sivachandra@google.com>
16687
16688 * gdb.python/py-xmethods.py (A_getarrayind)
16689 (E_method_char_worker.__call__, E_method_int_worker.__call__):
16690 Use 'print' with function call syntax.
16691 (E_method_matcher.match): Fix tab vs space indentation mixup.
16692
ebcc6c3a
YQ
166932014-08-15 Yao Qi <yao@codesourcery.com>
16694
16695 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
16696 false.
16697
775e0f04
YQ
166982014-08-15 Yao Qi <yao@codesourcery.com>
16699
16700 * gdb.cp/casts.exp: Set print symbol off.
16701 * gdb.cp/class2.exp: Likewise.
16702 * gdb.cp/overload.exp: Likewise.
16703 * gdb.cp/templates.exp: Likewise.
16704
d769e349
DE
167052014-08-11 Doug Evans <dje@google.com>
16706
16707 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
16708 (test_load_shlib): Update.
16709
20c6f1e1
YQ
167102014-08-09 Yao Qi <yao@codesourcery.com>
16711
16712 * gdb.base/display.exp: Invoke is_address_zero_readable.
16713 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
16714 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
16715 * gdb.base/hbreak-unmapped.exp: Return if
16716 is_address_zero_readable returns true.
16717 * gdb.base/signest.exp: Likewise.
16718 * gdb.base/signull.exp: Likewise.
16719 * gdb.base/sigbpt.exp: Likewise.
16720 * gdb.guile/scm-disasm.exp: Do the test if
16721 is_address_zero_readable returns false.
16722 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
16723 * gdb.python/py-arch.exp: Likewise.
16724 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
16725 * lib/gdb.exp (is_address_zero_readable): New proc.
16726
5792e8e3
YQ
167272014-08-09 Yao Qi <yao@codesourcery.com>
16728
16729 PR testsuite/13443
16730 * gdb.mi/mi-var-display.exp: Make test messages unique.
16731
3cecbbbe
TT
167322014-08-04 Tom Tromey <tromey@redhat.com>
16733
16734 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
16735 target 0".
16736
00b51ff5
TT
167372014-08-04 Tom Tromey <tromey@redhat.com>
16738
16739 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
16740 "target_resume".
16741
6908c509
JB
167422014-08-01 Joel Brobecker <brobecker@adacore.com>
16743
16744 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
16745 inner_vla_struct_object_size.
16746 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
16747 as xfail.
16748
cc6563d2
PA
167492014-07-30 Pedro Alves <palves@redhat.com>
16750
16751 * gdb.threads/signal-command-handle-nopass.exp (test): Add
16752 comment.
16753
7e09a223
YQ
167542014-07-29 Yao Qi <yao@codesourcery.com>
16755
16756 PR gdb/17206
16757 * gdb.base/until-nodebug.exp: New.
16758
7ebdbe92
DE
167592014-07-28 Doug Evans <xdje42@gmail.com>
16760
16761 PR guile/17203
16762 * gdb.guile/scm-parameter.exp: Add tests for trying to create
16763 previously existing parameter, and previously ambiguously spelled
16764 parameter.
16765
fdb1adc6
WN
167662014-07-28 Will Newton <will.newton@linaro.org>
16767
16768 * gdb.base/varargs.exp: Remove KFAILs for ARM.
16769
186fcde0
DE
167702014-07-26 Ludovic Courtès <ludo@gnu.org>
16771 Doug Evans <xdje42@gmail.com>
16772
16773 PR guile/17146
16774 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
16775
70509625
PA
167762014-07-25 Pedro Alves <palves@redhat.com>
16777
16778 * gdb.threads/signal-command-handle-nopass.c: New file.
16779 * gdb.threads/signal-command-handle-nopass.exp: New file.
16780 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
16781 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
16782 * gdb.threads/signal-delivered-right-thread.c: New file.
16783 * gdb.threads/signal-delivered-right-thread.exp: New file.
16784
c3f814a1
PA
167852014-07-25 Pedro Alves <palves@redhat.com>
16786
16787 * gdb.base/double-prompt-target-event-error.exp
16788 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
16789 match.
16790 (cancel_pagination_in_target_event): Rework double prompt
16791 detection.
16792 * gdb.base/paginate-after-ctrl-c-running.exp
16793 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
16794 <return>' match.
16795 * gdb.base/paginate-bg-execution.exp
16796 (test_bg_execution_pagination_return)
16797 (test_bg_execution_pagination_cancel): Remove '-notransfer
16798 <return>' matches.
16799 * gdb.base/paginate-execution-startup.exp
16800 (test_fg_execution_pagination_return)
16801 (test_fg_execution_pagination_cancel): Remove '-notransfer
16802 <return>' matches.
16803 * gdb.base/paginate-inferior-exit.exp
16804 (test_paginate_inferior_exited): Remove '-notransfer <return>'
16805 match.
16806 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
16807 * lib/gdb.exp (pagination_prompt): Run text through
16808 string_to_regexp.
16809 (gdb_test_multiple): Match $pagination_prompt instead of
16810 "<return>".
16811 (string_to_regexp): Move to lib/gdb-utils.exp.
16812
e214cf6c
JK
168132014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16814
16815 * gdb.arch/amd64-entry-value-paramref.S: New file.
16816 * gdb.arch/amd64-entry-value-paramref.cc: New file.
16817 * gdb.arch/amd64-entry-value-paramref.exp: New file.
16818 * gdb.arch/amd64-optimout-repeat.S: New file.
16819 * gdb.arch/amd64-optimout-repeat.c: New file.
16820 * gdb.arch/amd64-optimout-repeat.exp: New file.
16821
17d0c5c8
JK
168222014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16823
16824 PR gdb/17170
16825 * gdb.base/statistics.exp: New file.
16826
b8b8facf
DE
168272014-07-17 Doug Evans <dje@google.com>
16828
74b49205 16829 PR gdb/17170
b8b8facf
DE
16830 * gdb.base/maint.exp: Update testing of per-command stats.
16831
1b5d0ab3
PA
168322014-07-16 Pedro Alves <palves@redhat.com>
16833
16834 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
16835 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
16836 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
16837 (tfile_write_buf): New functions.
16838 (add_memory_block): Rewrite using the above.
16839 (adjust_function_address): New function.
16840 (FUNCTION_ADDRESS): New macro.
16841 (write_basic_trace_file): Remove short_x local, and use
16842 tfile_write_16. Change type of func_addr local to unsigned long
16843 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
16844 here. Cast argument of add_memory_block to char pointer.
16845 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
16846 (main): Remove parameters.
16847 * gdb.trace/tfile.exp: Remove nowarnings.
16848
4d974e88
SM
168492014-07-15 Simon Marchi <simon.marchi@ericsson.com>
16850
16851 * gdb.base/debug-expr.exp: Test string evaluation with
16852 "debug expression" on.
16853
41e99568
PA
168542014-07-15 Pedro Alves <palves@redhat.com>
16855
16856 * gdb.base/reread.exp: Use clean_restart.
16857
487d9753
PL
168582014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
16859
16860 * gdb.arch/avr-flash-qualifer.c: New.
16861 * gdb.arch/avr-flash-qualifer.exp: New.
16862
cc1c52ad
PA
168632014-07-14 Pedro Alves <palves@redhat.com>
16864
16865 * gdb.base/paginate-after-ctrl-c-running.c: New file.
16866 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
16867
1e973570
PA
168682014-07-14 Pedro Alves <palves@redhat.com>
16869
16870 * gdb.base/double-prompt-target-event-error.c: New file.
16871 * gdb.base/double-prompt-target-event-error.exp: New file.
16872
93d6eb10
PA
168732014-07-14 Pedro Alves <palves@redhat.com>
16874
16875 PR gdb/17072
16876 * gdb.base/paginate-inferior-exit.c: New file.
16877 * gdb.base/paginate-inferior-exit.exp: New file.
16878
0017922d
PA
168792014-07-14 Pedro Alves <palves@redhat.com>
16880
16881 PR gdb/17072
16882 * gdb.base/paginate-bg-execution.c: New file.
16883 * gdb.base/paginate-bg-execution.exp: New file.
16884
94696ad3
PA
168852014-07-14 Pedro Alves <palves@redhat.com>
16886
16887 PR gdb/17072
16888 * gdb.base/paginate-execution-startup.c: New file.
16889 * gdb.base/paginate-execution-startup.exp: New file.
16890 * lib/gdb.exp (pagination_prompt): New global.
16891 (default_gdb_spawn): New procedure, factored out from
16892 default_gdb_spawn.
16893 (default_gdb_start): Adjust to call default_gdb_spawn.
16894 (gdb_spawn): New procedure.
16895
bd293940
PA
168962014-07-14 Pedro Alves <palves@redhat.com>
16897
16898 * lib/gdb.exp (gdb_assert): New procedure.
16899 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
16900
c933f875
PA
169012014-07-14 Pedro Alves <palves@redhat.com>
16902
16903 * gdb.base/execution-termios.c: New file.
16904 * gdb.base/execution-termios.exp: New file.
16905
d98b7a16
TT
169062014-07-14 Tom Tromey <tromey@redhat.com>
16907
16908 * gdb.cp/vla-cxx.cc: New file.
16909 * gdb.cp/vla-cxx.exp: New file.
16910
548740d6
TT
169112014-07-14 Tom Tromey <tromey@redhat.com>
16912
16913 * gdb.reverse/rerun-prec.c: New file.
16914 * gdb.reverse/rerun-prec.exp: New file.
16915
a25eb028
MR
169162014-07-12 Maciej W. Rozycki <macro@mips.com>
16917 Maciej W. Rozycki <macro@codesourcery.com>
16918
16919 * lib/gdb-utils.exp: New file.
16920 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
16921 inline `gdb_init_command' processing.
16922 (gdb_start_cmd): Likewise.
16923 * lib/mi-support.exp (mi_run_cmd): Likewise.
16924 * README: Document `gdb_init_command' and `gdb_init_commands'.
16925
218c2655
JK
169262014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16927
16928 Fix false FAIL running under a very long directory name.
16929 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
16930 and "set print elements 10000". Twice.
16931
5401fde3
YQ
169322014-07-11 Yao Qi <yao@codesourcery.com>
16933
16934 * gdb.base/exprs.exp: "set print symbol off".
16935
e76126e8
PA
169362014-07-11 Pedro Alves <palves@redhat.com>
16937
16938 * gdb.threads/kill.c: New file.
16939 * gdb.threads/kill.exp: New file.
16940
2d6f0de6
YQ
169412014-07-10 Yao Qi <yao@codesourcery.com>
16942
16943 * gdb.trace/tfile.c (write_basic_trace_file)
16944 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
16945 address written to trace file.
16946
7180e04a
PA
169472014-07-09 Pedro Alves <palves@redhat.com>
16948
16949 * gdb.base/attach-wait-input.exp: New file.
16950 * gdb.base/attach-wait-input.c: New file.
16951
9a9a7608
AB
169522014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
16953
16954 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
16955 setting up test structures.
16956 (main): Call new test function.
16957 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
16958 test function, continue into test function and walk test
16959 structures.
16960
161ac41e
YQ
169612014-07-02 Yao Qi <yao@codesourcery.com>
16962
16963 * gdb.trace/entry-values.c: Define labels 'foo_start' and
16964 'bar_start' at the beginning of functions 'foo' and 'bar'
16965 respectively.
16966 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
16967 instead of 'foo' and 'bar'.
16968
1f267ae3
MM
169692014-07-08 Markus Metzger <markus.t.metzger@intel.com>
16970
16971 * gdb.btrace/segv.exp: New.
16972 * gdb.btrace/segv.c: New.
16973
2b239efb
LM
169742014-07-02 Luis Machado <lgustavo@codesourcery.com>
16975
16976 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
16977 instruction.
16978
cf363f18
MW
169792014-06-30 Mark Wielaard <mjw@redhat.com>
16980
16981 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
16982 vulture, vilify, villar): New volatile array constants.
16983 (vindictive, vegetation): New const volatile array constants.
16984 * gdb.base/volatile.exp: Test volatile and const volatile array
16985 types.
16986
aebf9d24
AA
169872014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
16988
16989 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
16990 target lacks support for awatch, rwatch, or hbreak.
16991
b67a2c6f
YQ
169922014-06-27 Yao Qi <yao@codesourcery.com>
16993
16994 * gdb.multi/dummy-frame-restore.exp: New.
16995 * gdb.multi/dummy-frame-restore.c: New.
16996
aef92902
MM
169972014-06-25 Markus Metzger <markus.t.metzger@intel.com>
16998
16999 * gdb.btrace/gcore.exp: New.
17000
8e9db26e
PA
170012014-06-23 Pedro Alves <palves@redhat.com>
17002
17003 * gdb.base/watchpoint-reuse-slot.c: New file.
17004 * gdb.base/watchpoint-reuse-slot.exp: New file.
17005
70afc5b7
SC
170062014-06-23 Siva Chandra Reddy <sivachandra@google.com>
17007
17008 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
17009 progspace's filename in 'info', 'enable' and 'disable' command
17010 tests.
17011
b972bd9c
JK
170122014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
17013
17014 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
17015 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
17016 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
17017
125f8a3d
GB
170182014-06-20 Gary Benson <gbenson@redhat.com>
17019
17020 * gdb.arch/i386-avx.exp: Fix include file location.
17021 * gdb.arch/i386-sse.exp: Likewise.
17022
3ed9baed
IB
170232014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
17024
17025 * gdb.dlang/expression.exp: New file.
17026
034f788c
PA
170272014-06-19 Pedro Alves <palves@redhat.com>
17028
17029 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
17030 out from ...
17031 (top level): ... here. Iterate running tests under different
17032 scheduler-locking settings.
17033
45371d0c
LM
170342014-06-18 Luis Machado <lgustavo@codesourcery.com>
17035
17036 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
17037 to DW_FORM_addr and use non-zero addresses.
17038
5d376983
SC
170392014-06-18 Siva Chandra Reddy <sivachandra@google.com>
17040
17041 PR gdb/17017
17042 * gdb.python/py-xmethods.cc: Add global function call counters and
17043 increment them in their respective functions. Remove "cout"
17044 statements.
17045 * gdb.python/py-xmethods.exp: Make tests check the global function
17046 call counters instead of depending on inferior IO.
17047
a1aa2221
LM
170482014-06-18 Don Breazeal <donb@codesourcery.com>
17049
17050 * gdb.base/foll-fork.exp (default_fork_parent_follow):
17051 Deleted procedure.
17052 (explicit_fork_parent_follow): Deleted procedure.
17053 (explicit_fork_child_follow): Deleted procedure.
17054 (test_follow_fork): New procedure.
17055 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 17056 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
17057 procedure calls.
17058
0fc05997
YQ
170592014-06-17 Yao Qi <yao@codesourcery.com>
17060
17061 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
17062 CP1252.
17063
70795c52
LM
170642014-06-17 Luis Machado <lgustavo@codesourcery.com>
17065
17066 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
17067 Initialize ptr and S explicitly.
17068 (skip_type_update_when_not_use_rtti_test): Likewise.
17069
6be47f0c
KS
170702014-06-16 Keith Seitz <keiths@redhat.com>
17071
17072 PR mi/15863
17073 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
17074 the inferior is started.
17075
d03de421
PA
170762014-06-16 Pedro Alves <palves@redhat.com>
17077
17078 * gdb.base/break-main-file-remove-fail.c: New file.
17079 * gdb.base/break-main-file-remove-fail.exp: New file.
17080 * gdb.base/break-unload-file.exp: Use build_executable instead of
17081 prepare_for_testing.
17082 (test_break): New parameter "initial_load". Handle it.
17083 (top level): Add initial_load cmdline/file axis.
17084
f9579b99
TT
170852014-06-12 Tom Tromey <tromey@redhat.com>
17086
17087 * gdb.base/completion.exp: Don't use directory name in test.
17088
3657956b
GB
170892014-06-09 Gary Benson <gbenson@redhat.com>
17090
17091 * gdb.base/sigall.c [Functions to send signals]: Reorder to
17092 separate the always-available ANSI-standard signals from the
17093 signals that require checking.
17094 (main): Likewise.
17095 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
17096 Likewise.
17097 (main): Likewise.
17098
4186eb54
KS
170992014-06-07 Keith Seitz <keiths@redhat.com>
17100
17101 Revert:
17102 PR c++/16253
17103 * gdb.cp/var-tag.cc: New file.
17104 * gdb.cp/var-tag.exp: New file.
17105 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
17106 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
17107 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
17108 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
17109
25326a28 171102014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
17111
17112 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
17113
829155c9
PA
171142014-06-06 Pedro Alves <palves@redhat.com>
17115
17116 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
17117 in target debug output instead of looking at RSP packets,
17118 disabling the test on any target that uses hardware stepping.
17119 Update comments.
17120
61c8d22e
PA
171212014-06-06 Pedro Alves <palves@redhat.com>
17122
17123 * gdb.base/break-unload-file.exp: Fix typo.
17124
d9a47287
YQ
171252014-06-06 Yao Qi <yao@codesourcery.com>
17126
17127 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
17128 from "jit_function" to "^jit_function".
17129
e5e01dbf
YQ
171302014-06-06 Yao Qi <yao@codesourcery.com>
17131
17132 * gdb.base/async.c (foo): Add one statement.
17133 * gdb.base/async.exp: Get the next instruction address and
17134 match the output of "nexti" by instruction address. Match
17135 the hex address in the output of "finish".
17136
73ba372c
GB
171372014-06-06 Gary Benson <gbenson@redhat.com>
17138
17139 * gdb.base/call-signals.c: Remove preprocessor conditionals
17140 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
17141 SIGSEGV and SIGTERM.
17142 * gdb.base/sigall.c: Likewise.
17143 * gdb.base/unwindonsignal.c: Likewise.
17144 * gdb.reverse/sigall-reverse.c: Likewise.
17145
831517df
YQ
171462014-06-06 Yao Qi <yao@codesourcery.com>
17147
17148 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
17149 readable, skip the test.
17150
b8b91e98
YQ
171512014-06-06 Yao Qi <yao@codesourcery.com>
17152
17153 * gdb.threads/staticthreads.c (thread_function): Move the line
17154 setting breakpoint on forward.
17155 * gdb.threads/staticthreads.exp: Update comments.
17156
fb934770
LC
171572014-06-05 Ludovic Courtès <ludo@gnu.org>
17158
17159 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
17160 "history-append! type error".
17161
6ef284bd
SM
171622014-06-05 Simon Marchi <simon.marchi@ericsson.com>
17163
17164 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
17165 erroneous dprintf expected input.
17166
a872e241
DE
171672014-06-04 Doug Evans <xdje42@gmail.com>
17168
17169 * gdb.guile/scm-generics.exp: Delete.
17170
16f691fb
DE
171712014-06-04 Doug Evans <xdje42@gmail.com>
17172
17173 * gdb.guile/scm-breakpoint.exp: Update.
17174 Add tests for breakpoint registration.
17175
012370f6
TT
171762014-06-04 Tom Tromey <tromey@redhat.com>
17177
17178 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
17179 VLA-in-union.
17180 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
17181 inner_vla_struct, vla_union types. Initialize objects of those
17182 types and compute their sizes.
17183
9f5a4cef
HZ
171842014-06-04 Nathan Sidwell <nathan@codesourcery.com>
17185 Hui Zhu <hui@codesourcery.com>
17186
17187 * gdb.base/fileio.exp: Add test for shell not available as well as
17188 available.
17189 * gdb.base/fileio.c (test_system): Check for shell twice.
17190
90a45c4d
YQ
171912014-06-04 Yao Qi <yao@codesourcery.com>
17192
17193 * gdb.base/auto-connect-native-target.exp: Remove redundant
17194 space from the regexp pattern.
17195
70017e41
YQ
171962014-06-04 Yao Qi <yao@codesourcery.com>
17197
17198 * gdb.base/default.exp: Replace "child" with "native" in
17199 regexp pattern.
17200
883964a7
SC
172012014-06-03 Siva Chandra Reddy <sivachandra@google.com>
17202
17203 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
17204 * gdb.python/py-xmethods.exp: New tests to test xmethods.
17205 * gdb.python/py-xmethods.py: Python script supporting the
17206 new testcase and tests.
17207
ef370185
JB
172082014-06-03 Joel Brobecker <brobecker@adacore.com>
17209 Pedro Alves <palves@redhat.com>
17210
17211 PR breakpoints/17000
17212 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
17213 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
17214
1e2ccb61
BM
172152014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
17216
17217 * gdb.base/subst.exp: Add tests to verify partial path matching
17218 output.
17219
c6ec5ab2
PA
172202014-06-03 Pedro Alves <palves@redhat.com>
17221
17222 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
17223 target that doesn't use software single-stepping.
17224
835c559f
PA
172252014-06-03 Pedro Alves <palves@redhat.com>
17226
17227 PR breakpoints/17000
17228 * gdb.base/sss-bp-on-user-bp-2.c: New file.
17229 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
17230
06eb1586
DE
172312014-06-02 Doug Evans <xdje42@gmail.com>
17232
17233 * gdb.guile/scm-parameter.exp: New file.
17234
e698b8c4
DE
172352014-06-02 Doug Evans <xdje42@gmail.com>
17236
17237 * gdb.guile/scm-cmd.c: New file.
17238 * gdb.guile/scm-cmd.exp: New file.
17239
ded03782
DE
172402014-06-02 Doug Evans <xdje42@gmail.com>
17241
17242 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
17243 pretty-printer lookup.
17244 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
17245 (make-pp_s-printer): Call it.
17246 (make-pretty-printer-from-dict): New function.
17247 (lookup-pretty-printer-maker-from-dict): New function.
17248 (*pretty-printer*): Simplify.
17249 (make-objfile-pp_s-printer): New function.
17250 (install-objfile-pretty-printers!): New function.
17251 (make-progspace-pp_s-printer): New function.
17252 (install-progspace-pretty-printers!): New function.
17253 * gdb.guile/scm-progspace.c: New file.
17254 * gdb.guile/scm-progspace.exp: New file.
17255
41fac0cf
PA
172562014-06-02 Pedro Alves <palves@redhat.com>
17257
17258 * gdb.base/dprintf-bp-same-addr.c: New file.
17259 * gdb.base/dprintf-bp-same-addr.exp: New file.
17260
96ae5695
EBM
172612014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17262
17263 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
17264 * gdb.arch/powerpc-power.s: Likewise.
17265
da02b3a8
JB
172662014-06-02 Joel Brobecker <brobecker@adacore.com>
17267
17268 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
17269
c72b2e7b
YQ
172702014-06-01 Yao Qi <yao@codesourcery.com>
17271
17272 * gdb.base/watchpoint.exp (test_watch_location): Check null
17273 pointer can be dereferenced. If not, do the test, otherwise
17274 skip it.
17275
53e8a631
AB
172762014-05-30 Andrew Burgess <aburgess@broadcom.com>
17277
17278 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
17279 results.
17280 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
17281
938f0e2f
AB
172822014-05-30 Andrew Burgess <aburgess@broadcom.com>
17283
17284 * gdb.arch/amd64-invalid-stack-middle.S: New file.
17285 * gdb.arch/amd64-invalid-stack-middle.c: New file.
17286 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
17287 * gdb.arch/amd64-invalid-stack-top.c: New file.
17288 * gdb.arch/amd64-invalid-stack-top.exp: New file.
17289
9ba6657a
PA
172902014-05-30 Pedro Alves <palves@redhat.com>
17291
17292 PR breakpoints/17000
17293 * gdb.base/sss-bp-on-user-bp.c: New file.
17294 * gdb.base/sss-bp-on-user-bp.exp: New file.
17295
522c09bf
DB
172962014-05-30 David Blaikie <dblaikie@gmail.com>
17297
17298 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
17299 gnu_inline semantics via attribute.
17300 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
17301 source explicitly specifies the required semantics.
17302
bf4ef81e
MR
173032014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
17304
17305 * gdb.reverse/sigall-reverse.exp: Fix a typo.
17306
329ea579
PA
173072014-05-29 Pedro Alves <palves@redhat.com>
17308 Tom Tromey <tromey@redhat.com>
17309
17310 * gdb.base/async-shell.exp: Don't enable target-async.
17311 * gdb.base/async.exp
17312 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
17313 parameter. Adjust.
17314 (top level): Don't test with "target-async".
17315 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
17316 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
17317 * gdb.base/inferior-died.exp: Don't enable target-async.
17318 * gdb.base/interrupt-noterm.exp: Likewise.
17319 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
17320 * gdb.mi/mi-nonstop-exit.exp: Likewise.
17321 * gdb.mi/mi-nonstop.exp: Likewise.
17322 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
17323 * gdb.mi/mi-nsintrall.exp: Likewise.
17324 * gdb.mi/mi-nsmoribund.exp: Likewise.
17325 * gdb.mi/mi-nsthrexec.exp: Likewise.
17326 * gdb.mi/mi-watch-nonstop.exp: Likewise.
17327 * gdb.multi/watchpoint-multi.exp: Adjust comment.
17328 * gdb.python/py-evsignal.exp: Don't enable target-async.
17329 * gdb.python/py-evthreads.exp: Likewise.
17330 * gdb.python/py-prompt.exp: Likewise.
17331 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
17332 * gdb.server/solib-list.exp: Don't enable target-async.
17333 * gdb.threads/thread-specific-bp.exp: Likewise.
17334 * lib/mi-support.exp: Adjust to use mi-async.
17335
fd664c91
PA
173362014-05-29 Pedro Alves <palves@redhat.com>
17337
17338 PR gdb/13860
17339 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
17340 reason, even in sync mode.
17341
251bde03
PA
173422014-05-29 Pedro Alves <palves@redhat.com>
17343 Hui Zhu <hui@codesourcery.com>
17344
17345 PR PR15693
17346 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
17347 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
17348 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
17349 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
17350
7f3c0343
JB
173512014-05-28 Joel Brobecker <brobecker@adacore.com>
17352
17353 * config/monitor.exp (gdb_target_monitor): Replace use of
17354 "set remotebaud" by "set serial baud".
17355
b2715b27
AW
173562014-05-26 Andy Wingo <wingo@igalia.com>
17357
17358 * gdb.guile/scm-breakpoint.exp:
17359 * gdb.guile/scm-gsmob.exp: Update to use plain old object
17360 properties instead of gdb-object-properties.
17361
498a4489
YQ
173622014-05-26 Yao Qi <yao@codesourcery.com>
17363
17364 * gdb.server/no-thread-db.exp: Specify source file name
17365 explicitly when setting a breakpoint.
17366
589fdceb
MM
173672014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17368
17369 * gdb.btrace/vdso.c: New.
17370 * gdb.btrace/vdso.exp: New.
17371
e9089e05
MM
173722014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17373
17374 * gdb.base/gcore.exp (capture_command_output): Move ...
17375 * lib/gdb.exp (capture_command_output): ... here.
17376
67b5c0c1
MM
173772014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17378
17379 * gdb.btrace/data.exp: Test memory access during btrace replay.
17380
a2199296
SM
173812014-05-22 Simon Marchi <simon.marchi@ericsson.com>
17382
17383 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
17384
17b2616c
PA
173852014-05-21 Pedro Alves <palves@redhat.com>
17386
17387 PR gdb/13860
17388 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
17389 (top level): Test that output related to execution commands is
17390 sent to the console with CLI commands, but not with MI commands.
17391 Test that breakpoint events are always mirrored to the console.
17392 Also expect the new source line to be output after a "next" in
17393 async mode too. Make it a pass/fail test.
17394 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
17395 output.
17396 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
17397
5166082f
PA
173982014-05-21 Pedro Alves <palves@redhat.com>
17399
17400 * gdb.base/list.exp (build_pattern, test_list): New procedures.
17401 Use them to test variations of "list" after reaching a breakpoint.
17402 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
17403 Test "list" with listsize 10 after reaching a breakpoint.
17404 * gdb.python/python.exp (decode_line current location line
17405 number): Adjust expected line number.
17406
2f25d70f
SM
174072014-05-21 Simon Marchi <simon.marchi@ericsson.com>
17408
17409 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
17410 behavior for $args, pass it directly to "run".
17411
ff604a67
MR
174122014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
17413
17414 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
17415 30000 to 65536.
17416
6a3cb8e8
PA
174172014-05-21 Pedro Alves <palves@redhat.com>
17418
17419 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
17420 auto-connect-native-target off".
17421 * gdb.base/auto-connect-native-target.c: New file.
17422 * gdb.base/auto-connect-native-target.exp: New file.
17423
4ebfc96e
PA
174242014-05-21 Pedro Alves <palves@redhat.com>
17425
17426 * gdb.base/default.exp: Test "target native" instead of "target
17427 child".
17428
36d46afb
MW
174292014-05-21 Mark Wielaard <mjw@redhat.com>
17430
17431 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
17432
5876f503
JK
174332014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17434
17435 Fix TLS access for -static -pthread.
17436 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
17437 <HAVE_TLS> (thread_function, main): Initialize it.
17438 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
17439 Add clean_restart.
17440 <$have_tls != "">: Check TLSVAR.
17441
0256a6ac
PA
174422014-05-21 Pedro Alves <palves@redhat.com>
17443
17444 * gdb.base/dcache-line-read-error.c: New.
17445 * gdb.base/dcache-line-read-error.exp: New.
17446
936d2992
PA
174472014-05-20 Pedro Alves <palves@redhat.com>
17448
17449 * gdb.base/compare-sections.c: New file.
17450 * gdb.base/compare-sections.exp: New file.
17451
802e8e6d
PA
174522014-05-20 Pedro Alves <palves@redhat.com>
17453
17454 * gdb.base/break-idempotent.c: New file.
17455 * gdb.base/break-idempotent.exp: New file.
17456
e59fa00f
MM
174572014-05-20 Markus Metzger <markus.t.metzger@intel.com>
17458
17459 * gdb.btrace/nohist.exp: New.
17460
8b696e31
YQ
174612014-05-20 Yao Qi <yao@codesourcery.com>
17462
17463 * lib/gdb.exp (gdb_init): Set timeout if test file is under
17464 gdb.reverse directory and gdb_reverse_timeout exists in board
17465 setting.
17466 * README: Document gdb_reverse_timeout.
17467
73c9764f
YQ
174682014-05-20 Yao Qi <yao@codesourcery.com>
17469
17470 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
17471 'test_file_name'. Treat args as a string instead of a list.
17472 (gdb_init): Rename argument 'args' by 'test_file_name'.
17473
f1f4348a
JK
174742014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
17475
17476 * gdb.arch/powerpc-power.exp: New file.
17477 * gdb.arch/powerpc-power.s: New file.
17478
0dbe70ce
DE
174792014-05-16 Doug Evans <dje@google.com>
17480
17481 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
17482 * gdb.base/completion.exp: Check that all expected files exist
17483 before doing file completion.
0dbe70ce 17484
8d551b02
DE
174852014-05-16 Doug Evans <dje@google.com>
17486
17487 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
17488 Update.
17489 (do_syscall_tests_without_xml): Update.
17490
73eb7709
PA
174912014-05-16 Pedro Alves <palves@redhat.com>
17492
17493 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
17494 instead of "unknown output after running".
17495
3fae92fc
YQ
174962014-05-16 Yao Qi <yao@codesourcery.com>
17497
17498 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
17499 file1.txt from host at the end.
17500 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17501
c2b2ccc5
DE
175022014-05-15 Doug Evans <dje@google.com>
17503
17504 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
17505 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
17506 loading file. Add test for TU lookup.
17507
8c217a4b
SM
175082014-05-15 Simon Marchi <simon.marchi@ericsson.com>
17509
17510 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
17511 calling "-exec-arguments" or "set args" before running the
17512 inferior.
17513
3deb39c6
SM
175142014-05-15 Simon Marchi <simon.marchi@ericsson.com>
17515
17516 * lib/mi-support.exp (mi_expect_stop): Expect message for
17517 inferiors that exit with non-zero exit code.
17518
71a79f8c
YQ
175192014-05-14 Yao Qi <yao@codesourcery.com>
17520
17521 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
17522 match absolute path on remote host.
17523 (test_file_list_exec_source_files): Remove "/" from the
17524 pattern.
17525
f23fcd46
YQ
175262014-05-14 Yao Qi <yao@codesourcery.com>
17527
17528 * boards/local-remote-host-notty.exp (${board}_file): New
17529 proc.
17530
9404b58f
KM
175312014-05-07 Kyle McMartin <kyle@redhat.com>
17532
17533 Pushed by Joel Brobecker <brobecker@adacore.com>.
17534 * gdb.arch/aarch64-atomic-inst.c: New file.
17535 * gdb.arch/aarch64-atomic-inst.exp: New file.
17536
5e45f04c
YQ
175372014-05-07 Yao Qi <yao@codesourcery.com>
17538
17539 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
17540 in current context" too.
17541
c888a17d
KS
175422014-05-05 Keith Seitz <keiths@redhat.com>
17543
17544 * gdb.linespec/ls-dollar.exp: Add test for linespec
17545 file:convenience_variable.
17546
290a839c
YQ
175472014-05-05 Yao Qi <yao@codesourcery.com>
17548
17549 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
17550 traceframes into tfile and ctf trace files. Read data from
17551 trace file and test collected data.
17552 (gdb_collect_locals_test): Likewise.
17553 (gdb_unavailable_registers_test): Likewise.
17554 (gdb_unavailable_floats): Likewise.
17555 (gdb_collect_globals_test): Likewise.
17556 (top-level): Append "ctf" to trace_file_targets if GDB
17557 supports.
17558
b5262cd0
YQ
175592014-05-05 Yao Qi <yao@codesourcery.com>
17560
17561 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
17562 code to ...
17563 (gdb_collect_args_test_1): ... it. New proc.
17564 (gdb_collect_locals_test): Move some code to ...
17565 (gdb_collect_locals_test_1): ... it. New proc.
17566 (gdb_unavailable_registers_test): Move some code to ...
17567 (gdb_unavailable_registers_test_1): ... it. New proc.
17568 (gdb_unavailable_floats): Move some code to ...
17569 (gdb_unavailable_floats_1): ... it. New proc.
17570
30a1e6cc
SDJ
175712014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
17572
17573 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
17574 probes to test for bitness recognition.
17575 * gdb.arch/amd64-stap-optional-prefix.exp
17576 (test_probe_value_without_reg): New procedure.
17577 Add code to test for different kinds of bitness.
17578
f33da99a
SDJ
175792014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
17580
17581 PR breakpoints/16889
17582 * gdb.arch/amd64-stap-optional-prefix.S: New file.
17583 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
17584
5b80f00d
PA
175852014-05-01 Pedro Alves <palves@redhat.com>
17586
17587 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
17588 gdb_file_cmd if no file is specified.
17589 * boards/native-extended-gdbserver.exp (gdb_load): Use the
17590 last_loaded_file to set the remote exec-file.
17591
f8c2a73c
PA
175922014-05-01 Pedro Alves <palves@redhat.com>
17593
17594 * boards/local-remote-host.exp: New file.
17595
be6e8ac7
PA
175962014-05-01 Pedro Alves <palves@redhat.com>
17597
17598 * boards/local-remote-host.exp: Rename to ...
17599 * boards/local-remote-host-notty.exp: ... this.
17600
cac0dc8f
JB
176012014-04-28 Joel Brobecker <brobecker@adacore.com>
17602
17603 * gdb.ada/dyn_arrayidx: New testcase.
17604
9730e6cc
YQ
176052014-04-26 Yao Qi <yao@codesourcery.com>
17606
17607 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
17608 and compute the length of function main. Save it in
17609 $main_length.
17610 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
17611 (top-level): Use gdb_compile to compile objects into
17612 executable and restart GDB. Remove invocation to
17613 prepare_for_testing.
17614
7ae1a6a6
PA
176152014-04-25 Simon Marchi <simon.marchi@ericsson.com>
17616 Pedro Alves <palves@redhat.com>
17617
17618 PR server/16255
17619 * gdb.multi/multi-attach.c: New file.
17620 * gdb.multi/multi-attach.exp: New file.
17621
4082afcc
PA
176222014-04-25 Pedro Alves <palves@redhat.com>
17623
17624 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
17625 user.
17626 (top level): Test that "set remote conditional-breakpoints-packet
17627 off" works as intended.
17628 * gdb.base/dprintf.exp: Test that "set remote
17629 breakpoint-commands-packet off" works as intended.
17630 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
17631 New function.
17632 (top level): Call it.
17633 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
17634 remote fast-tracepoints-packet off" works as intended.
17635 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
17636 * lib/gdb.exp (gdb_is_target_remote): ... here.
17637
2abc3f8d
DB
176382014-04-24 David Blaikie <dblaikie@gmail.com>
17639
17640 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
17641 ensure clang would not discard them.
17642 * gdb.base/gdbvars.c: Ditto.
17643 * gdb.base/memattr.c: Ditto.
17644 * gdb.base/whatis.c: Ditto.
17645 * gdb.python/py-prettyprint.c: Ditto.
17646 * gdb.trace/actions.c: Ditto.
17647 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
17648 ensure clang would not discard it.
17649
bfd39632
DB
176502014-04-24 David Blaikie <dblaikie@gmail.com>
17651
17652 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
17653 clang to emit the full definition of type required by the test
17654 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
17655
22842ff6
DB
176562014-04-24 David Blaikie <dblaikie@gmail.com>
17657
17658 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
17659 coax Clang into emitting the definition of the type.
17660 * gdb.cp/pr10728-x.h (y): Ditto.
17661 * gdb.cp/pr10728-y.cc (y): Ditto.
17662
c2e827ad
DB
176632014-04-24 David Blaikie <dblaikie@gmail.com>
17664
17665 * gdb.base/label.exp: XFAIL label related tests under Clang.
17666 * gdb.cp/cplabel.exp: Ditto.
17667 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
17668 under Clang those using labels.
17669
4c2d33e7
YQ
176702014-04-25 Yao Qi <yao@codesourcery.com>
17671
17672 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
17673 double_label.
17674 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
17675 partial_label and double_label.
17676
56083b99
DB
176772014-04-24 David Blaikie <dblaikie@gmail.com>
17678
17679 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
17680
25d4e99d
DB
176812014-04-24 David Blaikie <dblaikie@gmail.com>
17682
17683 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
17684 of the function to work across GCC and Clang.
17685 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
17686 pointer types (const void ** const V void **).
17687
01f9f808
MS
176882014-04-24 Michael Sturm <michael.sturm@mintel.com>
17689 Walfred Tedeschi <walfred.tedeschi@intel.com>
17690
17691 * Makefile.in (EXECUTABLES): Added i386-avx512.
17692 * gdb.arch/i386-avx512.c: New file.
17693 * gdb.arch/i386-avx512.exp: Likewise.
17694
4b48d439
KS
176952014-04-23 Keith Seitz <keiths@redhat.com>
17696
17697 * lib/mi-support.exp (mi_list_breakpoints): Delete.
17698 (mi_make_breakpoint_table): New procedure.
17699 (mi_create_breakpoint): Use mi_make_breakpoint
17700 and return the result.
17701 (mi_make_breakpoint): New procedure.
17702 (mi_build_kv_pairs): New procedure.
17703
17704 * gdb.mi/mi-break.exp: Remove unused globals,
17705 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
17706 All callers updated.
17707 * gdb.mi/mi-dprintf.exp: Use variable to track command
17708 number.
17709 Update all callers of mi_create_breakpoint and use
17710 mi_make_breakpoint_table.
17711 Remove any unused global variables.
17712 * gdb.mi/mi-nonstop.exp: Likewise.
17713 * gdb.mi/mi-nsintrall.exp: Likewise.
17714 * gdb.mi/mi-nsmoribund.exp: Likewise.
17715 * gdb.mi/mi-nsthrexec.exp: Likewise.
17716 * gdb.mi/mi-reverse.exp: Likewise.
17717 * gdb.mi/mi-simplerun.exp: Likewise.
17718 * gdb.mi/mi-stepn.exp: Likewise.
17719 * gdb.mi/mi-syn-frame.exp: Likewise.
17720 * gdb.mi/mi-until.exp: Likewise.
17721 * gdb.mi/mi-var-cp.exp: Likewise.
17722 * gdb.mi/mi-var-display.exp: Likewise.
17723 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
17724 * gdb.mi/mi2-var-child.exp: Likewise.
17725 * gdb.mi/mi-vla-c99.exp: Likewise.
17726 * lib/mi-support.exp: Likewise.
17727
17728 From Ian Lance Taylor <iant@cygnus.com>:
17729 * lib/gdb.exp (parse_args): New procedure.
17730
08351840
PA
177312014-04-23 Pedro Alves <palves@redhat.com>
17732
17733 * gdb.base/break-unload-file.c: New file.
17734 * gdb.base/break-unload-file.exp: New file.
17735 * gdb.base/sym-file-lib.c (baz): New function.
17736 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
17737 field.
17738 (load): Store the segment's mapped size.
17739 (unload): New function.
17740 (unload_shlib): New function.
17741 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
17742 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
17743 set a breakpoint at baz, and call it.
17744 * gdb.base/sym-file.exp: New tests for stale breakpoint
17745 instructions.
17746
076855f9
PA
177472014-04-23 Pedro Alves <palves@redhat.com>
17748
17749 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
17750 * gdb.base/hbreak-in-shr-unsupported.c: New file.
17751 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
17752 * gdb.base/hbreak-unmapped.c: New file.
17753 * gdb.base/hbreak-unmapped.exp: New file.
17754 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
17755 * lib/gdb.exp (gdb_is_target_remote): ... here.
17756
483805cf
PA
177572014-04-22 Pedro Alves <palves@redhat.com>
17758
17759 * gdb.base/consecutive-step-over.c: New file.
17760 * gdb.base/consecutive-step-over.exp: New file.
17761
06d97543
PA
177622014-04-22 Pedro Alves <palves@redhat.com>
17763
17764 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
17765 instead of send_gdb/gdb_expect.
17766
b4429ea2
YQ
177672014-04-22 Yao Qi <yao@codesourcery.com>
17768
17769 * lib/trace-support.exp (generate_tracefile): New procedure.
17770 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
17771 return 0.
17772 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
17773 if generate_tracefile returns 1.
17774
51d48146
PA
177752014-04-18 Tom Tromey <palves@redhat.com>
17776 Pedro alves <tromey@redhat.com>
17777
17778 PR backtrace/15558
17779 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
17780 with a backtrace limit.
17781 * gdb.python/py-frame-inline.exp: Test running to an inline
17782 function with a backtrace limit, and printing the newest frame.
17783 * gdb.python/py-frame-inline.c (main): Call f.
17784
bd1dce5f
MS
177852014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
17786
17787 * gdb.java/jnpe.exp: Drop srcdir from untested path.
17788
40d1a503
MS
177892014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
17790
17791 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
17792 Drop prefix from unsupported source file path.
17793
389b98f7
YQ
177942014-04-17 Yao Qi <yao@codesourcery.com>
17795
17796 * lib/gdb.exp (with_target_charset): New proc.
17797 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
17798 with_target_charset.
17799 (test_print_strings): Likewise.
17800 (test_repeat_bytes): Likewise.
17801 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
17802 for some tests.
17803
22869d73
KS
178042014-04-16 Keith Seitz <keiths@redhat.com>
17805
17806 PR gdb/15827
17807 * gdb.dwarf2/corrupt.c: New file.
17808 * gdb.dwarf2/corrupt.exp: New file.
17809
c4f87ca6
KS
178102014-04-16 Keith Seitz <keiths@redhat.com>
17811
17812 PR c++/16597
17813 * gdb.cp/namelessclass.cc: New file.
17814 * gdb.cp/namelessclass.exp: New file.
17815 * gdb.cp/namelessclass.S: New file.
17816
ab19de87
DE
178172014-04-16 Doug Evans <dje@google.com>
17818
17819 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
17820 Add comment.
17821 (gdbserver_default_get_comm_port): New function.
17822 (gdbserver_start): Check if board file provided
17823 "gdbserver,get_comm_port" and use it if so.
17824 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
17825 (gdb,socketport): Set to "stdio".
17826 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
17827 (stdio_gdbserver_template): Delete.
17828 (${board}_get_remote_address): Update.
17829 (${board}_build_remote_cmd): Delete.
17830 (${board}_get_comm_port): New function.
17831 (${board}_spawn): Update.
17832 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
17833 Delete.
17834 (${board}_get_remote_address): Update.
17835 (${board}_get_comm_port): New function.
17836
fc98a809
AB
178372014-04-16 Andrew Burgess <aburgess@broadcom.com>
17838
17839 * gdb.base/memattr.exp: Improve regexps to handle memory regions
17840 appearing in any order.
17841
87fd9e6e
DE
178422014-04-15 Doug Evans <dje@google.com>
17843
17844 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
17845 uninitialized value of "description".
17846
099fc3ea
KS
178472014-04-15 Keith Seitz <keiths@redhat.com>
17848
17849 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
17850 Remove unused globals.
17851 (test_running_the_program): Likewise.
17852 (test_controlled_execution): Likewise.
17853 (test_controlling_breakpoints): Likewise.
17854 (test_program_termination): Likewise.
17855
5da151d4
KS
178562014-04-15 Keith Seitz <keiths@redhat.com>
17857
17858 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
17859 unused globals.
17860 (test_rbreak_creation_and_listing): Likewise.
17861 (test_ignore_count): Likewise.
17862 (test_error): Likewise.
17863
35e5d2f0
PA
178642014-04-15 Pedro Alves <palves@redhat.com>
17865
17866 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
17867 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
17868 sym-file-loader.c.
17869 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
17870 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
17871 to sym-file-loader.c.
17872 (struct library): Forward declare.
17873 (load_shlib, lookup_function): Change prototypes.
17874 (find_shstrtab, find_strtab, find_shdr, find_symtab)
17875 (translate_offset): Remove declarations.
17876 (get_text_addr): New declaration.
17877 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
17878 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
17879 sym-file-loader.h.
17880 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
17881 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
17882 here from sym-file-loader.h.
17883 (struct library): New structure.
17884 (load_shlib, lookup_function): Change prototypes and adjust to
17885 work with a struct library.
17886 (find_shstrtab, find_strtab, find_shdr, find_symtab)
17887 (translate_offset): Make static.
17888 (get_text_addr): New function.
17889 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
17890
eb4c1710
PA
178912014-04-15 Pedro Alves <palves@redhat.com>
17892
17893 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
17894
2d1baf52
PA
178952014-04-15 Pedro Alves <palves@redhat.com>
17896
17897 * gdb.base/sym-file-loader.c: Include <limits.h>.
17898 (SELF_LINK): New define.
17899 (get_origin): New function.
17900 (load_shlib): Use it.
17901 * gdb.base/sym-file.exp: Don't early return if the target is
17902 remote. Use runto_main, and issue fail is that fails. Use
17903 gdb_load_shlibs.
17904 (shlib_name): Delete.
17905 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
17906
7dd6df01
PA
179072014-04-15 Pedro Alves <palves@redhat.com>
17908
17909 * gdb.base/sym-file.exp: Remove regex characters from test
17910 message. Don't refer to breakpoint numbers in test messages.
17911
b50c8614
KS
179122014-04-14 Keith Seitz <keiths@redhat.com>
17913
17914 PR c++/16253
17915 * gdb.cp/var-tag.cc: New file.
17916 * gdb.cp/var-tag.exp: New file.
17917 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
17918 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
17919 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
17920 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
17921
3d567982
TT
179222014-04-14 Tom Tromey <tromey@redhat.com>
17923
17924 * gdb.cp/classes.exp (test_enums): Handle underlying type.
17925 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
17926 type.
17927 * gdb.cp/enum-class.exp: New file.
17928 * gdb.cp/enum-class.cc: New file.
17929
0626fc76
TT
179302014-04-14 Tom Tromey <tromey@redhat.com>
17931
17932 * gdb.dwarf2/enum-type.exp: New file.
17933
dca325b3
SA
179342014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17935
17936 * gdb.mi/mi-vla-c99.exp: New file.
17937 * gdb.mi/vla.c: New file.
17938
5854b38a
SA
179392014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17940
17941 * gdb.base/vla-datatypes.c: New file.
17942 * gdb.base/vla-datatypes.exp: New file.
17943
463bb957
SA
179442014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17945
17946 * gdb.base/vla-ptr.c: New file.
17947 * gdb.base/vla-ptr.exp: New file.
17948
3dd170be
SA
179492014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17950
17951 * gdb.dwarf2/count.exp: New file.
17952
5ecaaa66
SA
179532014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17954
17955 * gdb.base/vla-sideeffect.c: New file.
17956 * gdb.base/vla-sideeffect.exp: New file.
17957
41f1ada5
DB
179582014-04-14 David Blaikie <dblaikie@gmail.com>
17959
17960 * gdb.mi/non-stop.c: Add return value for non-void function return
17961 statement.
17962 * gdb.threads/staticthreads.c: Ditto.
17963
0be03e84
DE
179642014-04-12 Siva Chandra Reddy <sivachandra@google.com>
17965 Doug Evans <xdje42@gmail.com>
17966
17967 * gdb.guile/scm-value.c: Improve test case.
17968 * gdb.guile/scm-value.exp: Add new test.
17969
f180a1fb
DB
179702014-04-11 David Blaikie <dblaikie@gmail.com>
17971
17972 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
17973 override Clang's default.
17974
6b662e19
JB
179752014-04-11 Joel Brobecker <brobecker@adacore.com>
17976
17977 Revert the following changes (regressions):
17978
17979 * gdb.base/vla-sideeffect.c: New file.
17980 * gdb.base/vla-sideeffect.exp: New file.
17981
17982 * gdb.dwarf2/count.exp: New file.
17983
17984 * gdb.base/vla-multi.c: New file.
17985 * gdb.base/vla-multi.exp: New file.
17986
17987 * gdb.base/vla-ptr.c: New file.
17988 * gdb.base/vla-ptr.exp: New file.
17989
17990 * gdb.base/vla-datatypes.c: New file.
17991 * gdb.base/vla-datatypes.exp: New file.
17992
17993 * gdb.mi/mi-vla-c99.exp: New file.
17994 * gdb.mi/vla.c: New file.
17995
245a5f0b
KS
179962014-04-11 Keith Seitz <keiths@redhat.com>
17997
17998 PR c++/16675
17999 * gdb.cp/cpsizeof.exp: New file.
18000 * gdb.cp/cpsizeof.cc: New file.
18001
58a84dcf
SA
180022014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18003
191a8a90
JB
18004 * gdb.mi/mi-vla-c99.exp: New file.
18005 * gdb.mi/vla.c: New file.
58a84dcf 18006
c8655f75
SA
180072014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18008
18009 * gdb.base/vla-datatypes.c: New file.
18010 * gdb.base/vla-datatypes.exp: New file.
18011
024e13b4
SA
180122014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18013
18014 * gdb.base/vla-ptr.c: New file.
18015 * gdb.base/vla-ptr.exp: New file.
18016
1a237e0e
SA
180172014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18018
18019 * gdb.base/vla-multi.c: New file.
18020 * gdb.base/vla-multi.exp: New file.
18021
504f3432
SA
180222014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18023
18024 * gdb.dwarf2/count.exp: New file.
18025
3bce8237
SA
180262014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18027
191a8a90
JB
18028 * gdb.base/vla-sideeffect.c: New file.
18029 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 18030
322f9c21
YQ
180312014-04-11 Yao Qi <yao@codesourcery.com>
18032
18033 * gdb.base/completion.exp: Check file exists before running tests
18034 on file completion.
18035
d708bcd1
PA
180362014-04-10 Pedro Alves <palves@redhat.com>
18037
18038 * gdb.base/cond-eval-mode.c: New file.
18039 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
18040 prepare_for_testing to build the new file. Check result of
18041 runto_main.
18042 (test_break, test_watch): New procedures.
18043 (top level): Use them.
18044
ae1d2761
PM
180452014-04-08 Pierre Muller <muller@sourceware.org>
18046
18047 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
18048 Ctrl-V use for mingw hosts.
18049
7af389b8
SC
180502014-04-07 Siva Chandra Reddy <sivachandra@google.com>
18051
18052 * gdb.python/py-value.c: Improve test case.
18053 * gdb.python/py-value.exp: Add new test.
18054
5e703181
DE
180552014-04-07 David Blaikie <dblaikie@gmail.com>
18056
18057 * lib/compiler.c: Identify the clang compiler.
18058 * lib/compiler.cc: Ditto.
18059
9810b410
YQ
180602014-04-03 Yao Qi <yao@codesourcery.com>
18061
18062 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
18063
98d1b8dc
AB
180642014-04-01 Anton Blanchard <anton@samba.org>
18065
18066 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
18067 messages unique.
18068
3114cea1
AB
180692014-04-01 Anton Blanchard <anton@samba.org>
18070
18071 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
18072 prepare_for_testing.
18073
62f7182c
AB
180742014-04-01 Anton Blanchard <anton@samba.org>
18075
18076 * gdb.arch/ppc64-atomic-inst.c: Remove.
18077 * gdb.arch/ppc64-atomic-inst.S: New file.
18078 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
18079
770e7fc7
DE
180802014-03-31 Doug Evans <dje@google.com>
18081
18082 * gdb.base/print-symbol-loading-lib.c: New file.
18083 * gdb.base/print-symbol-loading-main.c: New file.
18084 * gdb.base/print-symbol-loading.exp: New file.
18085
46e2bafa
YQ
180862014-03-31 Yao Qi <yao@codesourcery.com>
18087
18088 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
18089
8776cfe9
JB
180902014-03-28 Joel Brobecker <brobecker@adacore.com>
18091
18092 * gdb.ada/mi_dyn_arr: New testcase.
18093
5d1ef361
DE
180942014-03-27 Doug Evans <dje@google.com>
18095
18096 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
18097
b5bee914
YQ
180982014-03-27 Yao Qi <yao@codesourcery.com>
18099
18100 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
18101 if target is nios2-*-*.
18102
0d4d0e77
YQ
181032014-03-26 Yao Qi <yao@codesourcery.com>
18104
18105 * lib/gdb.exp (readline_is_used): New proc.
18106 * gdb.base/completion.exp: Move tests on command complete up.
18107 Skip the rest of tests if readline is not used.
18108 * gdb.ada/complete.exp: Skp the test if readline is not
18109 used.
18110 * gdb.base/filesym.exp: Likewise.
18111 * gdb.base/macscp.exp: Likewise.
18112 * gdb.base/readline-ask.exp: Likewise.
18113 * gdb.base/readline.exp: Likewise.
18114 * gdb.python/py-cmd.exp: Likewise.
18115 * gdb.trace/tfile.exp: Likewise.
18116
29361eee
YQ
181172014-03-26 Yao Qi <yao@codesourcery.com>
18118
18119 * gdb.base/macscp.exp: Fix code format issues.
18120
bc9a5525
UW
181212014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
18122
18123 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
18124 * gdb.asm/powerpc64le.inc: New file.
18125
d3839ede
PA
181262014-03-25 Pedro Alves <palves@redhat.com>
18127 Doug Evans <dje@google.com>
18128
18129 * gdb.base/source-execution.c: New file.
18130 * gdb.base/source-execution.exp: New file.
18131 * gdb.base/source-execution.gdb: New file.
18132
01672a57
DE
181332014-03-24 Doug Evans <dje@google.com>
18134
18135 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
18136 using fission.
18137
88bbeca9
HZ
181382014-03-24 Hui Zhu <hui@codesourcery.com>
18139 Pedro Alves <palves@redhat.com>
18140
18141 PR breakpoints/16101
18142 * gdb.base/dprintf.exp: Use unsupported rather than changing the
18143 test pass/fail messages. Detect missing support for dprintf when
18144 breakpoints are actually inserted.
18145 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
18146 breakpoints are actually inserted.
18147 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
18148 fails.
18149
d2348791
JK
181502014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
18151
18152 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
18153
feef67ab
DE
181542014-03-22 Doug Evans <xdje42@gmail.com>
18155
18156 * gdb.python/python.exp (python not supported): Verify multi-line
18157 python command issues an error.
25d743f9 18158 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 18159 guile command issues an error.
feef67ab 18160
ecebef6a
MR
181612014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
18162
18163 * gdb.threads/thread-specific.exp: Handle the lack of usable
18164 $this_breakpoint and $this_thread.
18165
ccdd1909
HZ
181662014-03-21 Hui Zhu <hui@codesourcery.com>
18167
18168 * gdb.base/attach.exp (do_command_attach_tests): New.
18169
beb460e8
PA
181702014-03-20 Tom Tromey <tromey@redhat.com>
18171 Pedro Alves <palves@redhat.com>
18172
18173 PR cli/15718
18174 * gdb.base/condbreak-call-false.c: New file.
18175 * gdb.base/condbreak-call-false.exp: New file.
18176
40acf43a
PA
181772014-03-20 Pedro Alves <palves@redhat.com>
18178
18179 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
18180 Delete.
18181 (block_signals, unblock_signals): Delete.
18182 (child_function_2, main): Remove references to deleted variable
18183 and functions.
18184
9f5e1e02
PA
181852014-03-20 Pedro Alves <palves@redhat.com>
18186
18187 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
18188 Use pthread_kill to signal thread 2.
18189 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
18190 Adjust to make the test send itself a signal rather than using the
18191 host's "kill" command.
18192
99619bea
PA
181932014-03-20 Pedro Alves <palves@redhat.com>
18194
18195 * gdb.threads/multiple-step-overs.c: New file.
18196 * gdb.threads/multiple-step-overs.exp: New file.
18197 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
18198 Adjust expected infrun debug output.
18199
2adfaa28
PA
182002014-03-20 Pedro Alves <palves@redhat.com>
18201
18202 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
18203 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
18204
31e77af2
PA
182052014-03-20 Pedro Alves <palves@redhat.com>
18206
18207 PR breakpoints/7143
18208 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
18209 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
18210 of gdb_test_multiple.
18211 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
18212 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
18213
b9f437de
PA
182142014-03-20 Pedro Alves <palves@redhat.com>
18215
18216 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
18217 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
18218
05adc73e
PA
182192014-03-19 Pedro Alves <palves@redhat.com>
18220
18221 * gdb.base/async.exp: Remove early return.
18222
6048b950
PA
182232014-03-19 Pedro Alves <palves@redhat.com>
18224
18225 * gdb.base/async.exp (step& tests): Pass explicit test messages.
18226
8bcfb00a
PA
182272014-03-19 Pedro Alves <palves@redhat.com>
18228
18229 * gdb.base/async.exp (test_background): Expect \r\n after
18230 "completed." in the fail pattern.
18231
884e37dc
PA
182322014-03-19 Pedro Alves <palves@redhat.com>
18233
18234 * gdb.base/async.exp (test_background): New procedure.
18235 Use it for all background execution command tests.
18236
148e57e2
PA
182372014-03-19 Pedro Alves <palves@redhat.com>
18238
18239 * gdb.base/async.exp: Use prepare_for_testing.
18240
f48088c7
PA
182412014-03-19 Pedro Alves <palves@redhat.com>
18242
18243 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
18244 the same line.
18245
e2f6c966
PA
182462014-03-19 Pedro Alves <palves@redhat.com>
18247
18248 * gdb.base/async.c (main): Add "jump here" and "until here" line
18249 marker comments.
18250 * gdb.base/async.exp (jump_here): New global.
18251 (jump& test): Use it.
18252 (until_here): New global.
18253 (until& test): Use it.
18254
c30568d4
PA
182552014-03-19 Pedro Alves <palves@redhat.com>
18256
18257 * gdb.base/async.exp: Don't frob gdb_protocol.
18258
0172b6a7
DE
182592014-03-18 Doug Evans <xdje42@gmail.com>
18260
18261 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
18262 Fix spelling of exec-done-display.
18263
06c868a8
JK
182642014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
18265
18266 PR gdb/15358
18267 * gdb.base/gdb-sigterm.c: New file.
18268 * gdb.base/gdb-sigterm.exp: New file.
18269
0c7e1a46
PA
182702014-03-18 Pedro Alves <palves@redhat.com>
18271
18272 PR gdb/13860
18273 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
18274 * lib/mi-support.exp (mi_expect_stop): Add special handling for
18275 solib-event.
18276
f7c77d93
JB
182772014-03-17 Joel Brobecker <brobecker@adacore.com>
18278
18279 * gdb.ada/pckd_arr_ren: New testcase.
18280
5a1e8c7a
DE
182812014-03-13 Doug Evans <xdje42@gmail.com>
18282
18283 PR guile/16612
18284 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
18285 collect after discarding symbols.
18286
350e1a76
DE
182872014-03-13 Ludovic Courtès <ludo@gnu.org>
18288 Doug Evans <xdje42@gmail.com>
18289
18290 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
18291 to history survives a gc.
18292
a69900ae
PA
182932014-03-13 Pedro Alves <palves@redhat.com>
18294
18295 * gdb.base/default.exp: Don't test "target procfs".
18296
5db9f0bd
PA
182972014-03-13 Pedro Alves <palves@redhat.com>
18298
18299 * gdb.base/default.exp: Update "target child" and "target procfs"
18300 tests to not expect "Unix".
18301
b3ccfe11
TT
183022014-03-12 Tom Tromey <tromey@redhat.com>
18303
18304 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
18305 New procs. Add target-async tests.
18306 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
18307 Add target-async tests.
18308
646f4417
AA
183092014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18310
18311 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
18312 'func_start' and 'func_end' for the beginning and end of the
18313 function code, respectively.
18314 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
18315 'func_end' instead of 'func' and 'main'.
18316
288c211f
AA
183172014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18318
18319 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
18320 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
18321 generate the debug info assembler source.
18322
e0c0f156
AA
183232014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18324
18325 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
18326 * gdb.dwarf2/arr-subrange.exp: Likewise.
18327 * gdb.dwarf2/dwz.exp: Likewise.
18328 * gdb.dwarf2/method-ptr.exp: Likewise.
18329 * gdb.dwarf2/missing-sig-type.exp: Likewise.
18330 * gdb.dwarf2/subrange.exp: Likewise.
18331 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
18332 * gdb.dwarf2/implptrpiece.exp: Likewise.
18333 * gdb.dwarf2/nostaticblock.exp: Likewise.
18334
0e5c4555
AA
183352014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18336
18337 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
18338 directory to absolute path name arguments.
18339
5ec18f2b
JG
183402014-03-10 Joel Brobecker <brobecker@adacore.com>
18341
18342 * gdb.ada/tagged_access: New testcase.
18343
847fc4f2
MM
183442014-03-07 Markus Metzger <markus.t.metzger@intel.com>
18345
18346 * gdb.btrace/data.exp: Update expected output.
18347
cc3da688
YQ
183482014-03-06 Yao Qi <yao@codesourcery.com>
18349
18350 * gdb.trace/pr16508.exp: New file.
18351
0f26cec1
PA
183522014-03-05 Pedro Alves <palves@redhat.com>
18353
18354 PR gdb/16575
18355 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
18356 procedure.
18357 (top level): Adjust to use it. Add tests that exercise breakpoint
18358 interaction with the code-cache.
18359
7a5a839f
LC
183602014-02-26 Ludovic Courtès <ludo@gnu.org>
18361
18362 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
18363 test for 'history-append!'.
18364
31aa7e4e
JB
183652014-02-26 Joel Brobecker <brobecker@adacore.com>
18366
18367 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
18368 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
18369 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
18370 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
18371 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
18372 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
18373
1b588015
JB
183742014-02-26 Joel Brobecker <brobecker@adacore.com>
18375
18376 * testsuite/gdb.python/py-pp-re-notag.c: New file.
18377 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
18378 * testsuite/gdb.python/py-pp-re-notag.p: New file.
18379
55426c9d
JB
183802014-02-26 Joel Brobecker <brobecker@adacore.com>
18381
18382 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
18383
dc53a7ad
JB
183842014-02-26 Joel Brobecker <brobecker@adacore.com>
18385
18386 * gdb.dwarf2/arr-stride.c: New file.
18387 * gdb.dwarf2/arr-stride.exp: New file.
18388
12ab52e9
PA
183892014-02-26 Pedro Alves <palves@redhat.com>
18390
18391 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
18392 that won't ever trigger. Make sure that GDB reports the correct
18393 breakpoint that caused the stop.
18394
849c862e
JK
183952014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18396
18397 PR gdb/16626
18398 * gdb.base/auto-load-script: New file.
18399 * gdb.base/auto-load.c: New file.
18400 * gdb.base/auto-load.exp: New file.
18401
71b7d793
JK
18402 PR gdb/16626
18403 * gdb.base/auto-load.exp: Fix out-of-srctree run.
18404
e2f0d509
JK
184052014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18406
18407 Fix dw2-icycle.exp -fsanitize=address GDB crash.
18408 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
18409
50cc37c8
DE
184102014-02-24 Doug Evans <dje@google.com>
18411
18412 * lib/gdb.exp (run_on_host): Log error output if program fails.
18413
ea4758f2
PA
184142014-02-21 Pedro Alves <palves@redhat.com>
18415
18416 * gdb.threads/step-after-sr-lock.c: Rename to ...
18417 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
18418 * gdb.threads/step-after-sr-lock.exp: Rename to ...
18419 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
18420 ... this.
18421
d7b30f67
SDJ
184222014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
18423
18424 PR tdep/16397
18425 * gdb.arch/amd64-stap-special-operands.exp: New file.
18426 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
18427 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
18428 * gdb.arch/amd64-stap-triplet.S: Likewise.
18429 * gdb.arch/amd64-stap-triplet.c: Likewise.
18430
83deb43f
JB
184312014-02-20 Joel Brobecker <brobecker@adacore.com>
18432
18433 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
18434 in .section pseudo-op.
18435
adde2bff
DE
184362014-02-20 lin zuojian <manjian2006@gmail.com>
18437 Joel Brobecker <brobecker@adacore.com>
18438 Doug Evans <xdje42@gmail.com>
18439
18440 PR symtab/16581
18441 * gdb.dwarf2/dw2-icycle.S: New file.
18442 * gdb.dwarf2/dw2-icycle.c: New file.
18443 * gdb.dwarf2/dw2-icycle.exp: New file.
18444
f7bd0f78
SC
184452014-02-19 Siva Chandra Reddy <sivachandra@google.com>
18446
18447 * gdb.python/py-value-cc.cc: Improve test case to enable testing
18448 operations on gdb.Value objects.
18449 * gdb.python/py-value-cc.exp: Add new test to test operations on
18450 gdb.Value objects.
18451
c17ef0d5
DE
184522014-02-18 Doug Evans <dje@google.com>
18453
18454 * Makefile.in (TESTS): New variable.
18455 (expanded_tests, expanded_tests_or_none): New variables
18456 (check-single): Pass $(expanded_tests_or_none) to runtest.
18457 (check-parallel): Only run tests in $(TESTS) if non-empty.
18458 (check/no-matching-tests-found): New rule.
18459 * README: Document TESTS makefile variable.
18460
5dd3176f
DE
184612014-02-18 Doug Evans <dje@google.com>
18462
18463 * Makefile.in (check-parallel): rm -rf outputs temp.
18464
0b10be4f
JK
184652014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
18466
18467 Fix "ERROR: no fileid for" in the testsuite.
18468 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
18469
85f224e7
DE
184702014-02-12 Doug Evans <dje@google.com>
18471
18472 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
18473 (MISCELLANEOUS): New variable.
18474 (clean): rm -rf $(MISCELLANEOUS).
18475 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
18476 dwp live in the same directory as symlinks, with each symlink pointed
18477 to a differently named file in a different directory.
18478
149b30ff
DE
184792014-02-11 Doug Evans <dje@google.com>
18480
18481 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
18482 of Tcl file commands.
18483
1dfdac32
MK
184842014-02-10 Mark Kettenis <kettenis@gnu.org>
18485
18486 * gdb.threads/step-after-sr-lock.exp: Avoid executing
18487 "kill -SIGUSR1 -1".
18488
aa4fb036
JB
184892014-02-10 Joel Brobecker <brobecker@adacore.com>
18490
18491 * gdb.ada/tick_length_array_enum_idx: New testcase.
18492
ed3ef339
DE
184932014-02-10 Doug Evans <xdje42@gmail.com>
18494
18495 * configure.ac (AC_OUTPUT): Add gdb.guile.
18496 * configure: Regenerate.
18497 * lib/gdb-guile.exp: New file.
18498 * lib/gdb.exp (get_target_charset): New function.
18499 * gdb.base/help.exp: Update expected output from "apropos apropos".
18500 * gdb.guile/Makefile.in: New file.
18501 * gdb.guile/guile.exp: New file.
18502 * gdb.guile/scm-arch.c: New file.
18503 * gdb.guile/scm-arch.exp: New file.
18504 * gdb.guile/scm-block.c: New file.
18505 * gdb.guile/scm-block.exp: New file.
18506 * gdb.guile/scm-breakpoint.c: New file.
18507 * gdb.guile/scm-breakpoint.exp: New file.
18508 * gdb.guile/scm-disasm.c: New file.
18509 * gdb.guile/scm-disasm.exp: New file.
18510 * gdb.guile/scm-equal.c: New file.
18511 * gdb.guile/scm-equal.exp: New file.
18512 * gdb.guile/scm-error.exp: New file.
18513 * gdb.guile/scm-error.scm: New file.
18514 * gdb.guile/scm-frame-args.c: New file.
18515 * gdb.guile/scm-frame-args.exp: New file.
18516 * gdb.guile/scm-frame-args.scm: New file.
18517 * gdb.guile/scm-frame-inline.c: New file.
18518 * gdb.guile/scm-frame-inline.exp: New file.
18519 * gdb.guile/scm-frame.c: New file.
18520 * gdb.guile/scm-frame.exp: New file.
18521 * gdb.guile/scm-generics.exp: New file.
18522 * gdb.guile/scm-gsmob.exp: New file.
18523 * gdb.guile/scm-iterator.c: New file.
18524 * gdb.guile/scm-iterator.exp: New file.
18525 * gdb.guile/scm-math.c: New file.
18526 * gdb.guile/scm-math.exp: New file.
18527 * gdb.guile/scm-objfile-script-gdb.in: New file.
18528 * gdb.guile/scm-objfile-script.c: New file.
18529 * gdb.guile/scm-objfile-script.exp: New file.
18530 * gdb.guile/scm-objfile.c: New file.
18531 * gdb.guile/scm-objfile.exp: New file.
18532 * gdb.guile/scm-ports.exp: New file.
18533 * gdb.guile/scm-pretty-print.c: New file.
18534 * gdb.guile/scm-pretty-print.exp: New file.
18535 * gdb.guile/scm-pretty-print.scm: New file.
18536 * gdb.guile/scm-section-script.c: New file.
18537 * gdb.guile/scm-section-script.exp: New file.
18538 * gdb.guile/scm-section-script.scm: New file.
18539 * gdb.guile/scm-symbol.c: New file.
18540 * gdb.guile/scm-symbol.exp: New file.
18541 * gdb.guile/scm-symtab-2.c: New file.
18542 * gdb.guile/scm-symtab.c: New file.
18543 * gdb.guile/scm-symtab.exp: New file.
18544 * gdb.guile/scm-type.c: New file.
18545 * gdb.guile/scm-type.exp: New file.
18546 * gdb.guile/scm-value-cc.cc: New file.
18547 * gdb.guile/scm-value-cc.exp: New file.
18548 * gdb.guile/scm-value.c: New file.
18549 * gdb.guile/scm-value.exp: New file.
18550 * gdb.guile/source2.scm: New file.
18551 * gdb.guile/types-module.cc: New file.
18552 * gdb.guile/types-module.exp: New file.
18553
7026a7c1
YQ
185542014-02-10 Yao Qi <yao@codesourcery.com>
18555
18556 PR testsuite/16543
18557 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
18558 * configure: Regenerated.
18559 * Makefile.in: New file.
18560
6c466447
AS
185612014-02-08 Andreas Schwab <schwab@linux-m68k.org>
18562
18563 * gdb.python/py-framefilter.exp: Fix typo.
18564
6e854735
YQ
185652014-02-08 Yao Qi <yao@codesourcery.com>
18566
18567 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
18568 that no =breakpoint-modified is emitted when breakpoints are
18569 modified through MI commands.
18570
d137e6dc
PA
185712014-02-07 Pedro Alves <pedro@codesourcery.com>
18572 Pedro Alves <palves@redhat.com>
18573
18574 * gdb.threads/step-after-sr-lock.c: New file.
18575 * gdb.threads/step-after-sr-lock.exp: New file.
18576
b5ee5a50
PA
185772014-02-07 Pedro Alves <palves@redhat.com>
18578
18579 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
18580
3c77faf3
JK
185812014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
18582
18583 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
18584 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
18585
6dddc817
DE
185862014-02-06 Doug Evans <xdje42@gmail.com>
18587
18588 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
18589 output.
18590
18591 * gdb.gdb/python-interrupts.exp: New file.
18592
de7b2893
YQ
185932014-02-05 Yao Qi <yao@codesourcery.com>
18594
18595 * gdb.trace/report.exp (use_collected_data): Test the output
18596 of "info threads" and "info inferiors".
18597
66d032ac
YQ
185982014-02-05 Yao Qi <yao@codesourcery.com>
18599
18600 Revert this patch:
18601
18602 2013-05-24 Yao Qi <yao@codesourcery.com>
18603
18604 * gdb.trace/tfile.exp: Test inferior and thread.
18605
591a12a1
UW
186062014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18607
18608 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
18609 on a function.
18610 * gdb.base/step-bt.c: Call hello via function pointer to make
18611 sure its first instruction is executed on powerpc64le-linux.
18612
0ff3e01f
UW
186132014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18614
18615 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
18616
084ee545
UW
186172014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18618
18619 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
18620 of the test patterns for use on little-endian systems.
18621
6ed14ff3
UW
186222014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18623
18624 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
18625 (decimal_vector): Fix for little-endian.
18626
401e27fd
JM
186272014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
18628
18629 * gdb.arch/sparc-sysstep.exp: New file.
18630 * gdb.arch/sparc-sysstep.c: Likewise.
18631
18632 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
18633
8b924729
EBM
186342014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18635
18636 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
18637
fb151210
JB
186382014-01-23 Tom Tromey <tromey@redhat.com>
18639
18640 * gdb.ada/array_char_idx: New testcase.
18641
0740f8d8
TT
186422014-01-23 Tom Tromey <tromey@redhat.com>
18643
18644 PR python/16487:
18645 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
18646 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
18647 classes.
18648
21909fa1
TT
186492014-01-23 Tom Tromey <tromey@redhat.com>
18650
18651 PR python/16491:
18652 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
18653 string from an inferior frame.
18654 * gdb.python/py-framefilter-mi.exp: Update.
18655
87ce2a04
DE
186562014-01-22 Doug Evans <dje@google.com>
18657
18658 * gdb.server/server-mon.exp: Add tests for "set debug-format".
18659
237b092b
AA
186602014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18661
18662 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
18663
d674a709
AA
186642014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18665
18666 * gdb.trace/entry-values.exp: Remove excess space character from
18667 regex patterns. Handle s390 call instruction.
18668
20fa3390
AA
186692014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18670
18671 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
18672 define "*_start" label. Make "name" static.
18673 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
18674 ${name} by references to ${name}_start.
18675
78466714
AA
186762014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18677
18678 * gdb.base/info-macros.exp: Remove "debug" from the compile
18679 options.
18680
ec9f644a
IB
186812014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18682
18683 * gdb.dlang/demangle.exp: New file.
18684
94b1b47e
IB
186852014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18686
18687 * gdb.dlang/primitive-types.exp: New file.
18688
7f420862
IB
186892014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18690
18691 * configure.ac: Create gdb.dlang/Makefile.
18692 * configure: Regenerate.
18693 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
18694 * gdb.dlang/Makefile.in: New file.
18695 * lib/d-support.exp: New file.
18696 * lib/gdb.exp (skip_d_tests): New proc.
18697
52834460
MM
186982014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18699
18700 * gdb.btrace/delta.exp: Check reverse stepi.
18701 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
18702 * gdb.btrace/finish.exp: New.
18703 * gdb.btrace/next.exp: New.
18704 * gdb.btrace/nexti.exp: New.
18705 * gdb.btrace/record_goto.c: Add comments.
18706 * gdb.btrace/step.exp: New.
18707 * gdb.btrace/stepi.exp: New.
18708 * gdb.btrace/multi-thread-step.c: New.
18709 * gdb.btrace/multi-thread-step.exp: New.
18710 * gdb.btrace/rn-dl-bind.c: New.
18711 * gdb.btrace/rn-dl-bind.exp: New.
18712 * gdb.btrace/data.c: New.
18713 * gdb.btrace/data.exp: New.
18714 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
18715
6e07b1d2
MM
187162014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18717
18718 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
18719 * gdb.btrace/exception.exp: Update.
18720 * gdb.btrace/instruction_history.exp: Update.
18721 * gdb.btrace/record_goto.exp: Update.
18722 * gdb.btrace/tailcall.exp: Update.
18723 * gdb.btrace/unknown_functions.exp: Update.
18724 * gdb.btrace/delta.exp: New.
18725
0b722aec
MM
187262014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18727
18728 * gdb.btrace/record_goto.exp: Add backtrace test.
18729 * gdb.btrace/tailcall.exp: Add backtrace test.
18730
066ce621
MM
187312014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18732
18733 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
18734 * gdb.btrace/record_goto.c: New.
18735 * gdb.btrace/record_goto.exp: New.
18736 * gdb.btrace/x86-record_goto.S: New.
18737
0688d04e
MM
187382014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18739
18740 * gdb.btrace/function_call_history.exp: Update tests.
18741 * gdb.btrace/instruction_history.exp: Update tests.
18742
8710b709
MM
187432014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18744
18745 * gdb.btrace/function_call_history.exp: Fix expected field
18746 order for "record function-call-history".
18747 Add new tests for "record function-call-history /c".
18748 * gdb.btrace/exception.cc: New.
18749 * gdb.btrace/exception.exp: New.
18750 * gdb.btrace/tailcall.exp: New.
18751 * gdb.btrace/x86-tailcall.S: New.
18752 * gdb.btrace/x86-tailcall.c: New.
18753 * gdb.btrace/unknown_functions.c: New.
18754 * gdb.btrace/unknown_functions.exp: New.
18755 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
18756
5de9129b
MM
187572014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18758
18759 * gdb.btrace/instruction_history.exp: Update.
18760 * gdb.btrace/function_call_history.exp: Update.
18761
23a7fe75
MM
187622014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18763
18764 * gdb.btrace/function_call_history.exp: Fix expected function
18765 trace.
18766 * gdb.btrace/instruction_history.exp: Initialize traced.
18767 Remove traced_functions.
18768
724c7dd8
MM
187692014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18770
18771 * gdb.btrace/function_call_history.exp: Update
18772 * gdb.btrace/instruction_history.exp: Update.
18773
6d78d93b
MM
187742014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18775
18776 * gdb.btrace/enable.exp: Update expected text.
18777
93a360cc
OJ
187782014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
18779
18780 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
18781 bytes.
18782
3772b53f
MR
187832014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
18784
18785 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
18786
596662fa
OJ
187872014-01-15 Omair Javaid <omair.javaid@linaro.org>
18788
18789 * lib/gdb.exp (supports_process_record): Return true for
18790 arm*-linux*. (supports_reverse): Likewise.
18791
b5b08fb4
SC
187922014-01-13 Siva Chandra Reddy <sivachandra@google.com>
18793
18794 PR python/15464
18795 PR python/16113
18796 * gdb.python/py-type.c: Enhance test case.
18797 * gdb.python/py-value-cc.cc: Likewise
18798 * gdb.python/py-type.exp: Add new tests.
18799 * gdb.python/py-value-cc.exp: Likewise
18800
52d7fb13
AA
188012014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
18802 Pedro Alves <palves@redhat.com>
18803
18804 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
18805 Make "name" extern.
18806 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
18807 references to ${name}_start by references to ${name}.
18808
a2cd8cfe
JB
188092014-01-10 Joel Brobecker <brobecker@adacore.com>
18810
18811 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
18812
4e23fced
JB
188132014-01-10 Joel Brobecker <brobecker@adacore.com>
18814
18815 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
18816
c6a9e42c
PA
188172014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
18818 Pedro Alves <palves@redhat.com>
18819
18820 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 18821 mi_gdb_target_load.
c6a9e42c 18822
b7ea362b
PA
188232014-01-08 Pedro Alves <palves@redhat.com>
18824
18825 * gdb.threads/reconnect-signal.c: New file.
18826 * gdb.threads/reconnect-signal.exp: New file.
18827
5e3f4fab
EBM
188282014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
18829
18830 * gdb.base/source-dir.exp: New file.
18831
79301218
JB
188322014-01-07 Joel Brobecker <brobecker@adacore.com>
18833
18834 * gdb.ada/mi_interface: New testcase.
18835
8e355c5d
JB
188362014-01-07 Joel Brobecker <brobecker@adacore.com>
18837
18838 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
18839 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
18840 gdb.ada/pp-rec-component/pck.ads: New files.
18841
c0d48811
JB
188422014-01-07 Joel Brobecker <brobecker@adacore.com>
18843
18844 * gdb.python/py-pp-integral.c: New file.
18845 * gdb.python/py-pp-integral.py: New file.
18846 * gdb.python/py-pp-integral.exp: New file.
18847
17b609c3 18848For older changes see ChangeLog-1993-2013.
c906108c 18849\f
8d8cb839
EZ
18850;; Local Variables:
18851;; mode: change-log
18852;; left-margin: 8
18853;; fill-column: 74
18854;; version-control: never
18855;; End:
902f2ccb 18856
b811d2c2 18857 Copyright 2014-2020 Free Software Foundation, Inc.
902f2ccb
MC
18858 Copying and distribution of this file, with or without modification,
18859 are permitted provided the copyright notice and this notice are preserved.