]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
NOCF_PROTECTION_CFLAGS: Replace nopie with available
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
f32682ea
TV
12020-04-02 Tom de Vries <tdevries@suse.de>
2
3 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
4 (gdbserver_gdb_exit): ... here. Add timeout warning.
5 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
6 (connect_target_extended_remote): Append new server_spawn_id to
7 server_spawn_ids.
8 (cleanup): New proc.
9 (setup, <toplevel>): Call cleanup.
10
d3214198
TV
112020-04-02 Tom de Vries <tdevries@suse.de>
12
13 * gdb.base/main-psymtab.exp: New file.
14
cc77ed24
TV
152020-04-02 Tom de Vries <tdevries@suse.de>
16
17 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
18
3638a098
TT
192020-04-01 Tom Tromey <tom@tromey.com>
20
21 * gdb.base/complex-parts.exp: Add type tests.
22
c34e8714
TT
232020-04-01 Tom Tromey <tom@tromey.com>
24
25 * gdb.base/complex-parts.exp: Add arithmetic tests.
26
981c08ce
TT
272020-04-01 Tom Tromey <tom@tromey.com>
28
29 * gdb.compile/compile.exp: Update.
30 * gdb.compile/compile-cplus.exp: Update.
31 * gdb.base/varargs.exp: Update.
32 * gdb.base/floatn.exp: Update.
33 * gdb.base/endianity.exp: Update.
34 * gdb.base/callfuncs.exp (do_function_calls): Update.
35 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
36 (complex_float_integral_args): Update.
37 * gdb.base/complex.exp: Update.
38 * gdb.base/complex-parts.exp: Update.
39
3d1cfd43
TT
402020-04-01 Tom Tromey <tromey@adacore.com>
41
42 * gdb.rust/union.rs: New file.
43 * gdb.rust/union.exp: New file.
44 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
45 (main): Update.
46 * gdb.rust/simple.exp: Move union tests to union.exp.
47
e033dfa9
TT
482020-04-01 Tom Tromey <tromey@adacore.com>
49
50 * gdb.rust/simple.rs (main): Remove "y0".
51
53cccef1
TBA
522020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
53
54 * gdb.multi/stop-all-on-exit.c: New test.
55 * gdb.multi/stop-all-on-exit.exp: New file.
56
60e22c1e
HD
572020-04-01 Hannes Domani <ssbssa@yahoo.de>
58
59 PR gdb/24789
60 * gdb.cp/misc.cc: Add integer reference variable.
61 * gdb.cp/misc.exp: Add test.
62
e139a727
TBA
632020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
64
65 * gdb.server/stop-reply-no-thread.exp: Enhance the test
66 scenario to cover execution until the end and also the case
67
16b0db75
TV
682020-03-31 Tom de Vries <tdevries@suse.de>
69
70 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
71 c. Use "maint info symtabs" to check symtab expansion.
72
c0502da6
TV
732020-03-30 Tom de Vries <tdevries@suse.de>
74
75 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
76 unsupported.
77 (verify_psymtab_expanded): Move ...
78 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
79 test.
80 (readnow): New proc.
81
5935fd15
AB
822020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
83
84 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
85 with $hex.
86
1773be9e
TT
872020-03-20 Tom Tromey <tromey@adacore.com>
88
89 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
90
70304be9
TT
912020-03-20 Tom Tromey <tromey@adacore.com>
92
93 * gdb.ada/sub_variant/subv.adb: New file.
94 * gdb.ada/sub_variant.exp: New file.
95
0dd7b8f7
TV
962020-03-20 Tom de Vries <tdevries@suse.de>
97
98 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
99 first break fails.
100 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
101
cada5fc9
AB
1022020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
103
104 * gdb.server/exit-multiple-threads.c: New file.
105 * gdb.server/exit-multiple-threads.exp: New file.
106
6b8c53f2
AB
1072020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
108
109 * gdb.fortran/mixed-lang-stack.c: New file.
110 * gdb.fortran/mixed-lang-stack.cpp: New file.
111 * gdb.fortran/mixed-lang-stack.exp: New file.
112 * gdb.fortran/mixed-lang-stack.f90: New file.
113
19a2740f
AB
1142020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
115
116 * gdb.linespec/cp-completion-aliases.cc: New file.
117 * gdb.linespec/cp-completion-aliases.exp: New file.
118
d8c8b848
TV
1192020-03-19 Tom de Vries <tdevries@suse.de>
120
121 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
122 more precise.
123
a9933ccf
TV
1242020-03-18 Tom de Vries <tdevries@suse.de>
125
126 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
127 * gdb.dwarf2/break-inline-psymtab.c: New test.
128 * gdb.dwarf2/break-inline-psymtab.exp: New file.
129
2f89101f
TV
1302020-03-16 Tom de Vries <tdevries@suse.de>
131
132 * lib/cache.exp (gdb_do_cache): Add and handle local variables
133 cache_verify and cache_verify_proc.
134
6b9374f1
TV
1352020-03-15 Tom de Vries <tdevries@suse.de>
136
137 * gdb.server/solib-list.exp: Handle
138 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
139
eaeaf44c
TV
1402020-03-15 Tom de Vries <tdevries@suse.de>
141
142 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
143 objfiles".
144
3293bbaf
TT
1452020-03-14 Tom Tromey <tom@tromey.com>
146
147 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
148
ab44624c
TV
1492020-03-14 Tom de Vries <tdevries@suse.de>
150
151 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
152
54c43825
TV
1532020-03-14 Tom de Vries <tdevries@suse.de>
154
155 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
156 result in line-by-line fashion.
157
2ac70237
TV
1582020-03-14 Tom de Vries <tdevries@suse.de>
159
160 * lib/gdb.exp (supports_statement_frontiers): New proc.
161 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
162
09546b56
TV
1632020-03-14 Tom de Vries <tdevries@suse.de>
164
165 * gdb.base/printcmds.exp: Add missing quoting for "print
166 teststring2".
167
a1f6a07c
TT
1682020-03-13 Tom Tromey <tom@tromey.com>
169
170 * gdb.base/printcmds.exp (test_print_strings): Add regression
171 test.
172 * gdb.base/printcmds.c (charptr): New typedef.
173 (teststring2): New global.
174
1b83d09c
AB
1752020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
176
177 * gdb.base/break-interp.exp: Use the tail of the filename, not the
178 full path in the test name.
179 (test_ld): Add some with_test_prefix blocks to make test names
180 unique.
181
2d61316c
TV
1822020-03-13 Tom de Vries <tdevries@suse.de>
183
184 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
185
2e9145ac
TV
1862020-03-13 Tom de Vries <tdevries@suse.de>
187
188 * gdb.mi/mi-sym-info.exp: Make matching more precise.
189
96c7f873
TV
1902020-03-13 Tom de Vries <tdevries@suse.de>
191
192 PR symtab/25646
193 * gdb.dwarf2/imported-unit.exp: Add test.
194
49ba92c0
TV
1952020-03-13 Tom de Vries <tdevries@suse.de>
196
197 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
198 (var1, var2): New variable.
199 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
200 matching symbols.
201
301b21e0
TV
2022020-03-13 Tom de Vries <tdevries@suse.de>
203
204 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
205 (Term::command): Use prompt prefix.
206 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
207 * gdb.tui/tui-layout-asm-short-prog.exp: Use
208 command_no_prompt_prefix instead of prefix.
209 * gdb.tui/tui-layout-asm.exp: Same.
210
3f512721
SM
2112020-03-12 Simon Marchi <simon.marchi@efficios.com>
212
213 * gdb.base/break-interp.exp: Use foreach_with_prefix.
214
40310f30
SM
2152020-03-12 Simon Marchi <simon.marchi@efficios.com>
216
217 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
218 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
219 on" while stepping over the test instruction, match printed
220 message.
221
09252140
TV
2222020-03-12 Tom de Vries <tdevries@suse.de>
223
224 * gdb.base/info-types.exp: Use exp_continue during matching of output
225 of "info types".
226
14e9c72c
TV
2272020-03-12 Tom de Vries <tdevries@suse.de>
228
229 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
230
e515d67e
TV
2312020-03-12 Tom de Vries <tdevries@suse.de>
232
233 * gdb.fortran/module.exp: Use exp_continue during matching of output
234 of "info variable -n".
235
307eafd8
TV
2362020-03-12 Tom de Vries <tdevries@suse.de>
237
238 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
239 gdb.dwarf2/dw2-ranges-base.c.
240
9a2de3fc
TV
2412020-03-12 Tom de Vries <tdevries@suse.de>
242
243 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
244 in presence of GLIBC debuginfo.
245
3217502e
TV
2462020-03-12 Tom de Vries <tdevries@suse.de>
247
248 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
249 $core.
250
1281424c
TV
2512020-03-12 Tom de Vries <tdevries@suse.de>
252
253 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
254 more precise.
255
038b97fc
SM
2562020-03-11 Simon Marchi <simon.marchi@efficios.com>
257
258 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
259 from Unix to Windows path.
260
5308d1e7
TV
2612020-03-11 Tom de Vries <tdevries@suse.de>
262
263 * gdb.ada/minsyms.exp: Set language to ada.
264
f870f78f
TV
2652020-03-11 Tom de Vries <tdevries@suse.de>
266
267 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
268
5a13315d
TV
2692020-03-11 Tom de Vries <tdevries@suse.de>
270
271 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
272
976862ed
TT
2732020-03-11 Tom Tromey <tromey@adacore.com>
274
275 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
276
7462c383
TV
2772020-03-11 Tom de Vries <tdevries@suse.de>
278
279 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
280
1c6c46a0
TV
2812020-03-11 Tom de Vries <tdevries@suse.de>
282
283 * gdb.base/break-interp.exp: Limit verbose scope.
284
44f41bb7
TV
2852020-03-11 Tom de Vries <tdevries@suse.de>
286
287 * gdb.fortran/logical.f90: Define variable with character type.
288 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
289
b76f3a42
TV
2902020-03-11 Tom de Vries <tdevries@suse.de>
291
292 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
293
1c33af77
TV
2942020-03-11 Tom de Vries <tdevries@suse.de>
295
296 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
297 symtabs.
298
8c95582d
AB
2992020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
300 Bernd Edlinger <bernd.edlinger@hotmail.de>
301
302 * gdb.cp/step-and-next-inline.cc: New file.
303 * gdb.cp/step-and-next-inline.exp: New file.
304 * gdb.cp/step-and-next-inline.h: New file.
305 * gdb.dwarf2/dw2-is-stmt.c: New file.
306 * gdb.dwarf2/dw2-is-stmt.exp: New file.
307 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
308 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
309 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
310
cecf8547
AB
3112020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
312
313 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
314 is-stmt flag in the line table.
315
0ba678c9
TV
3162020-03-09 Tom de Vries <tdevries@suse.de>
317
318 * lib/gdb.exp (cached_file): Create cache dir.
319
72fbdf83
TV
3202020-03-07 Tom de Vries <tdevries@suse.de>
321
322 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
323 * gdb.cp/rvalue-ref-params.exp: Same.
324
436b5e99
TV
3252020-03-06 Tom de Vries <tdevries@suse.de>
326
327 * lib/gdb.exp (tentative_rename, cached_file): New proc.
328 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
329
09f2921c
TV
3302020-03-06 Tom de Vries <tdevries@suse.de>
331
332 * README: Fix "the the".
333 * gdb.base/dprintf.exp: Same.
334
50a3cc5d
TV
3352020-03-05 Tom de Vries <tdevries@suse.de>
336
337 * gdb.base/maint.exp: Update "main print statistics" expected output.
338
0a709cba
AKS
3392020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
340
341 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
342 (fortran_int8): Likewise.
343 (fortran_real4): Likewise.
344 (fortran_real8): Likewise.
345 (fortran_complex4): Likewise.
346 (fortran_logical4): Likewise.
347 (fortran_character1): Likewise.
348
5e5d66b6
AB
3492020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
350
351 * gdb.fortran/logical.exp: Add tests that any non-zero value is
352 printed as true.
353
7b973adc
SDJ
3542020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
355
356 * gdb.base/printcmds.exp: Add test to verify printf of a
357 variable holding an address.
358
478e490a
TV
3592020-03-03 Tom de Vries <tdevries@suse.de>
360
361 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
362
1ef44e86
TV
3632020-03-03 Tom de Vries <tdevries@suse.de>
364
365 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
366 gdb_test_multiple call.
367
b98cc2cf
TV
3682020-03-03 Tom de Vries <tdevries@suse.de>
369
370 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
371 gdb_test_multiple calls.
372
63e163f2
AB
3732020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
374
375 * gdb.base/default.exp: Remove test of 'set history filename'.
376 * gdb.base/gdbinit-history.exp: Add tests for setting the history
377 filename to the empty string.
378 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
379 and GDBHISTSIZE.
380
24ed6739
AB
3812020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
382
383 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
384 disabled.
385
590003dc
TV
3862020-03-02 Pedro Alves <palves@redhat.com>
387 Tom de Vries <tdevries@suse.de>
388
389 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
390 -prompt prefix, before user_code argument. Add -lbl option likewise.
391 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
392 (gdb_is_target_1): Add -prompt prefix and move to before user_code
393 argument.
394 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
395 have "\r\n" at start-of-line, instead of at end-of-line.
396
f5e46084
SM
3972020-02-28 Simon Marchi <simon.marchi@efficios.com>
398
399 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
400 libinproctrace.so.
401
f7a7000d
LM
4022020-02-28 Luis Machado <luis.machado@linaro.org>
403
404 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
405 to "p/x".
406
718e0816
LM
4072020-02-28 Luis Machado <luis.machado@linaro.org>
408
409 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
410 asm/ptrace.h and error.h.
411
13c3a74a
TV
4122020-02-28 Tom de Vries <tdevries@suse.de>
413
414 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
415 (struct wrapper, do_something, mundane/symada__cS): Move ...
416 * gdb.base/c-linkage-name-2.c: ... here. New source file.
417 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
418 Update "print symada__cS before partial symtab expansion" regexp.
419 Update breakpoint location. Flush symbol cache after expansion.
420
85d2d5bb
LM
4212020-02-28 Luis Machado <luis.machado@linaro.org>
422
423 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
424
3608f86c
TV
4252020-02-27 Tom de Vries <tdevries@suse.de>
426
427 * config/sid.exp: Remove unused globals.
428 * gdb.base/attach.exp: Same.
429 * gdb.base/catch-load.exp: Same.
430 * gdb.base/dbx.exp: Same.
431 * lib/gdb.exp: Same.
432 * lib/mi-support.exp: Same.
433 * lib/prompt.exp: Same.
434
c8d4f6df
TV
4352020-02-27 Tom de Vries <tdevries@suse.de>
436
437 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
438 not set.
439
0d79cdc4
AM
4402020-02-26 Aaron Merey <amerey@redhat.com>
441
442 * gdb.debuginfod: New directory for debuginfod tests.
443 * gdb.debuginfod/main.c: New test file.
444 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
445
0dce4280
TV
4462020-02-26 Tom de Vries <tdevries@suse.de>
447
448 PR gdb/25603
449 * gdb.base/persistent-lang.cc: New test.
450 * gdb.base/persistent-lang.exp: New file.
451
9e80cfa1
AB
4522020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
453
454 * gdb.fortran/derived-type-striding.exp: Add a new test.
455 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
456 new test.
457
2078dbb2
AB
4582020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
459
460 * gdb.base/cached-source-file.exp: Avoid source file paths in test
461 names.
462
70d49700
TV
4632020-02-25 Tom de Vries <tdevries@suse.de>
464
465 PR go/18926
466 * gdb.go/methods.exp: Remove gcc/93866 xfail.
467
a88ef40d
TV
4682020-02-24 Tom de Vries <tdevries@suse.de>
469
470 PR gdb/25592
471 * gdb.base/info-locals-unused-static-var.c: New test.
472 * gdb.base/info-locals-unused-static-var.exp: New file.
473
01b1af32
TT
4742020-02-22 Tom Tromey <tom@tromey.com>
475
476 * gdb.python/tui-window.exp: New file.
477 * gdb.python/tui-window.py: New file.
478
7c043ba6
TT
4792020-02-22 Tom Tromey <tom@tromey.com>
480
481 PR tui/17850:
482 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
483 tests.
484
c22fef7e
TT
4852020-02-22 Tom Tromey <tom@tromey.com>
486
487 * gdb.tui/new-layout.exp: Add sub-layout tests.
488
ee325b61
TT
4892020-02-22 Tom Tromey <tom@tromey.com>
490
491 * gdb.tui/new-layout.exp: New file.
492
3f0cbb04
TT
4932020-02-22 Tom Tromey <tom@tromey.com>
494
495 * gdb.rust/rust-style.rs: New file.
496 * gdb.rust/rust-style.exp: New file.
497 * gdb.base/style.exp: Test structure printing.
498 * gdb.base/style.c (struct some_struct): New type.
499 (enum etype): New type.
500 (struct_value): New global.
501
75525152
TV
5022020-02-21 Tom de Vries <tdevries@suse.de>
503
504 PR go/18926
505 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
506 Remove blanket xfails. Use message argument for gdb_breakpoint.
507 Make continuing to breakpoint test conditional on setting breakpoint.
508 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
509 DW_AT_name attribute. Add xfail for GCC PR93866.
510
bd360d30
AB
5112020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
512
513 * gdb.dwarf2/cpp-linkage-name.c: New file.
514 * gdb.dwarf2/cpp-linkage-name.exp: New file.
515
c7adb09f 5162020-02-21 Shahab Vahedi <shahab@synopsys.com>
24ac169a
SV
517
518 * lib/gdb.exp (gdb_wrapper_init): Reset
519 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
520 not exist.
521
a9c79803
TV
5222020-02-20 Tom de Vries <tdevries@suse.de>
523
524 PR go/17018
525 * gdb.go/hello.exp: Copy ...
526 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
527 print of st to print value of global definition. Add xfail for GCC
528 PR93844.
529 * gdb.go/hello.exp: Remove printing of st before definition.
530 * gdb.go/hello.go: Copy ...
531 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
532 to st.
533 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
534
d7445728
TV
5352020-02-20 Tom de Vries <tdevries@suse.de>
536
537 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
538 (gdb_simple_compile): Handle compile_flags go by using .go extension
539 for source file.
540 * gdb.go/chan.exp: Use support_go_compile.
541 * gdb.go/handcall.exp: Same.
542 * gdb.go/hello.exp: Same.
543 * gdb.go/integers.exp: Same.
544 * gdb.go/max-depth.exp: Same.
545 * gdb.go/methods.exp: Same.
546 * gdb.go/package.exp: Same.
547 * gdb.go/strings.exp: Same.
548 * gdb.go/types.exp: Same.
549 * gdb.go/unsafe.exp: Same.
550
c9c41e6d
TV
5512020-02-19 Tom de Vries <tdevries@suse.de>
552
553 * gdb.python/lib-types.exp: Make xfail more strict.
554
f20ff837
TV
5552020-02-19 Tom de Vries <tdevries@suse.de>
556
557 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
558
08410482
DE
5592020-02-19 Doug Evans <dje@google.com>
560
561 PR rust/25535
562 * gdb.rust/simple.exp: Add test.
563 * gdb.rust/simple.rs: Add test.
564
623563f7
TV
5652020-02-19 Tom de Vries <tdevries@suse.de>
566
567 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
568 output line-by-line.
569
d3308cfd
TV
5702020-02-19 Tom de Vries <tdevries@suse.de>
571
572 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
573
86cbc5dc
TV
5742020-02-19 Tom de Vries <tdevries@suse.de>
575
576 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
577 prelink.
578
9db2b96b
TV
5792020-02-19 Tom de Vries <tdevries@suse.de>
580
581 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
582 (gdb_do_cache): Use gdb_do_cache_wrap.
583 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
584
89e2fdc5
TV
5852020-02-19 Tom de Vries <tdevries@suse.de>
586
587 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
588 gdb_compile option.
589
373d7ac0
SM
5902020-02-18 Simon Marchi <simon.marchi@efficios.com>
591
592 * gdb.base/printcmds.exp (test_print_enums): Update expected
593 output.
594
b29a2df0
SM
5952020-02-18 Simon Marchi <simon.marchi@efficios.com>
596
597 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
598 for "unknown".
599
6740f0cc
SM
6002020-02-18 Simon Marchi <simon.marchi@efficios.com>
601
602 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
603 enumerator.
604
edd45eb0
SM
6052020-02-18 Simon Marchi <simon.marchi@efficios.com>
606
607 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
608 FE_, add FE_NONE.
609 (three): Update.
610 (enum flag_enum_without_zero): New enum.
611 (flag_enum_without_zero): New variable.
612 (enum not_flag_enum): New enum.
613 (three_not_flag): New variable.
614 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
615 (test_print_enums): Add more tests for printing flag enums.
616
d4295de4
TV
6172020-02-18 Tom de Vries <tdevries@suse.de>
618
619 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
620 (gdb_compile_ada): ... here.
621 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
622 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
623
f251f505
TT
6242020-02-14 Tom Tromey <tom@tromey.com>
625
626 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
627 build directory.
628 * boards/gdbserver-base.exp: Update path to gdbserver.
629
8f432634
TV
6302020-02-13 Tom de Vries <tdevries@suse.de>
631
632 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
633
92b6eaf7
TV
6342020-02-13 Tom de Vries <tdevries@suse.de>
635
636 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
637 are missing.
638
f3b0f7fe
TV
6392020-02-13 Tom de Vries <tdevries@suse.de>
640
641 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
642 call.
643
f6be8713
SDJ
6442020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
645
646 PR tui/25126
647 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
648 * gdb.base/cached-source-file.c: New file.
649 * gdb.base/cached-source-file.exp: New file.
650
b2770d5e
TV
6512020-02-11 Tom de Vries <tdevries@suse.de>
652
653 PR testsuite/25488
654 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
655
44f6938e
TV
6562020-02-10 Tom de Vries <tdevries@suse.de>
657
658 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
659
5f0e2eb7
MR
6602020-02-10 Maciej W. Rozycki <macro@wdc.com>
661
662 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
663 and $after_addr are both integers before making a comparison.
664
46ce2b6f
TV
6652020-02-09 Tom de Vries <tdevries@suse.de>
666
667 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
668 command output and paste it into gdb.log. If any, paste catch message
669 to gdb.log.
670
5abbbe1d
TT
6712020-02-07 Tom Tromey <tromey@adacore.com>
672
673 PR breakpoints/24915:
674 * gdb.base/annotate-symlink.exp: Use setup_xfail.
675
1d5d29e7
SV
6762020-02-06 Shahab Vahedi <shahab@synopsys.com>
677
678 * gdb.tui/tui-missing-src.exp: Add the "missing source
679 file" test for the TUI.
680
b0999b9b
AB
6812020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
682
683 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
684 including a port number in the output.
685
c3b149eb
AKS
6862020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
687
688 * lib/fortran.exp (fortran_int4): Handle clang.
689 (fortran_int8): Likewise.
690 (fortran_real4): Likewise.
691 (fortran_real8): Likewise.
692 (fortran_complex4): Likewise.
693 (fortran_logical4): Likewise.
694 (fortran_character1): Likewise.
695
f8dcc90b
TV
6962020-02-04 Tom de Vries <tdevries@suse.de>
697
698 * README (Race detection): Add note.
699
f90ac7c2
TV
7002020-02-04 Tom de Vries <tdevries@suse.de>
701
702 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
703
780636ae
TV
7042020-02-04 Tom de Vries <tdevries@suse.de>
705
706 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
707
5d2e1193
RA
7082020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
709
710 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
711 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
712 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
713 blttar, bnetarl.
714 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
715 binary for blttar, bnetarl.
716 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
717 wait instruction. Delete ldmx test.
718 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
719
e409c542
AKS
7202020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
721
722 * gdb.fortran/array-bounds-high.exp: New file.
723 * gdb.fortran/array-bounds-high.f90: New file.
724
b0029748
LD
7252020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
726
727 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
728 Replace #include of <sys/fcntl.h> by <fcntl.h>.
729
195a8287
TV
7302020-02-01 Tom de Vries <tdevries@suse.de>
731
732 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
733
42330a68
AB
7342020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
735
736 PR tui/9765
737 * gdb.tui/tui-layout-asm-short-prog.S: New file.
738 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
739
b62a8028
LM
7402020-01-29 Luis Machado <luis.machado@linaro.org>
741
742 * gdb.arch/aarch64-brk-patterns.c: New source file.
743 * gdb.arch/aarch64-brk-patterns.exp: New test.
744
5f440116
TBA
7452020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
746
747 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
748 GCC/Clang version.
749 * gdb.cp/pass-by-ref.exp: Ditto.
750
ee2a6fc6
TV
7512020-01-29 Tom de Vries <tdevries@suse.de>
752
753 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
754 * gdb.threads/watchpoint-fork-mt.c: Same.
755 * gdb.threads/watchpoint-fork-parent.c: Same.
756 * gdb.threads/watchpoint-fork-st.c: Same.
757 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
758
16b10d6e
LM
7592020-01-27 Luis Machado <luis.machado@linaro.org>
760
761 * gdb.base/step-over-syscall.exp (setup): Check if we're already
762 sitting at a syscall instruction when we hit the syscall function's
763 breakpoint.
764 Check PC against one obtained with the x command.
765 Validate syscall number.
766 (step_over_syscall): Don't continue to the syscall instruction if
767 we're already there.
768
b1468492
PW
7692020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
770
771 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
772
7ffa82e1
AB
7732020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
774
775 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
776 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
777
3d92a3e3
AB
7782020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
779
780 * gdb.dwarf2/dw2-inline-stepping.c: New file.
781 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
782
94a72be7
AB
7832020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
784
785 * gdb.base/maint.exp: Update line table parsing test.
786 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
787
53af73bf
PA
7882020-01-24 Pedro Alves <palves@redhat.com>
789
790 PR gdb/25410
791 * gdb.multi/multi-re-run-1.c: New.
792 * gdb.multi/multi-re-run-2.c: New.
793 * gdb.multi/multi-re-run.exp: New.
794
1ba1ac88
AB
7952020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
796
797 PR gdb/23718
798 * gdb.server/server-kill-python.exp: New file.
799
f3364a6d
AB
8002020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
801
802 * gdb.server/multi-ui-errors.c: New file.
803 * gdb.server/multi-ui-errors.exp: New file.
804
733d0a67
AB
8052020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
806
807 PR tui/9765
808 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
809
4f13c1c0
TT
8102020-01-19 Tom Tromey <tom@tromey.com>
811
812 * gdb.tui/main.exp: Add check for plain "file".
813
40c94099
CB
8142020-01-16 Christian Biesinger <cbiesinger@google.com>
815
816 * lib/gdb.exp: Fix spelling error (seperatelly).
817
ff47f4f0
TT
8182020-01-14 Tom Tromey <tom@tromey.com>
819
820 PR symtab/12535:
821 * gdb.python/python.exp: Test decode_line with empty string
822 argument.
823
717c684d
BE
8242020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
825
826 * gdb.base/skip-inline.exp: Extend test.
827
44e4c775
AB
8282020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
829
830 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
831 * gdb.dwarf2/dw2-bad-elf.c: New file.
832 * gdb.dwarf2/dw2-bad-elf.exp: New file.
833
d93c6db7
AB
8342020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
835
836 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
837 _line_saw_file.
838
9a6d629c
AB
8392020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
840
841 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
842 border.
843
d9ebdab7
TBA
8442020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
845
846 * gdb.multi/multi-target.exp (setup): Factor out "info
847 connections" and "info inferiors" tests to ...
848 (test_info_inferiors): ... this new procedure.
849 (top level): Run new "info-inferiors" tests.
850
f3c469b9
PA
8512020-01-10 Pedro Alves <palves@redhat.com>
852
853 * gdb.server/bkpt-other-inferior.exp: New file.
854
121b3efd
PA
8552020-01-10 Pedro Alves <palves@redhat.com>
856
857 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
858 of "add-inferior".
859 * gdb.base/quit-live.exp: Likewise.
860 * gdb.base/remote-exec-file.exp: Likewise.
861 * gdb.guile/scm-progspace.exp: Likewise.
862 * gdb.linespec/linespec.exp: Likewise.
863 * gdb.mi/new-ui-mi-sync.exp: Likewise.
864 * gdb.mi/user-selected-context-sync.exp: Likewise.
865 * gdb.multi/multi-target.exp (setup): Add "info connection" and
866 "info inferiors" tests.
867 * gdb.multi/remove-inferiors.exp: Adjust expected output of
868 "add-inferior".
869 * gdb.multi/watchpoint-multi.exp: Likewise.
870 * gdb.python/py-inferior.exp: Likewise.
871 * gdb.server/extended-remote-restart.exp: Likewise.
872 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
873 "info inferiors".
874 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
875 * gdb.trace/report.exp: Likewise.
876
1dadb1dd
PA
8772020-01-10 Pedro Alves <palves@redhat.com>
878
879 * gdb.multi/multi-target.c: New file.
880 * gdb.multi/multi-target.exp: New file.
881 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
882 mode requested, but remote does not support non-stop".
883
78f2c40a
PA
8842020-01-10 Pedro Alves <palves@redhat.com>
885
886 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
887 disconnect before reconnecting.
888
e7af6c70
TBA
8892020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
890 Pedro Alves <palves@redhat.com>
891
892 * gdb.server/connect-without-multi-process.exp: Also test
893 continuing to end.
894
acdf84a6
PA
8952020-01-10 Pedro Alves <palves@redhat.com>
896
897 * gdb.base/remote-exec-file.exp: New file.
898
873657b9
PA
8992020-01-10 Pedro Alves <palves@redhat.com>
900
901 * gdb.base/fork-running-state.exp (do_test): Adjust expected
902 output.
903 * gdb.threads/async.c: New.
904 * gdb.threads/async.exp: New.
905 * gdb.multi/tids-gid-reset.c: New.
906 * gdb.multi/tids-gid-reset.exp: New.
907
7f0ae84c
GB
9082020-01-10 George Barrett <bob@bob131.so>
909
910 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
911 to help in finding the image relocation offset.
912 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
913 options in arguments.
914 (stap_test_no_debuginfo): Likewise.
915 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
916 test variants.
917 (stap_test): Add null semaphore relocation test.
918
47e9d49d
GB
9192020-01-10 George Barrett <bob@bob131.so>
920
921 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
922 * gdb.base/stap-probe.exp: Likewise.
923 (stap_test): Pass argument as an additional flag.
924 (stap_test_no_debuginfo): Likewise.
925 (stap_test): Check `info probes stap' output for semaphore
926 addresses if the test binary is supposed to have them.
927
f5a7c406
AB
9282020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
929
930 * gdb.tui/basic.exp: Add more scrolling tests.
931
9ae6bf64
TT
9322020-01-09 Tom Tromey <tom@tromey.com>
933
934 PR tui/18932:
935 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
936 meangingful value.
937 (Term::command, Term::resize): Update.
938 * gdb.tui/basic.exp: Add scrolling test.
939
b2efe70c
AB
9402020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
941
942 * gdb.tui/tui-layout-asm.exp: New file.
943
3804da7e
AB
9442020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
945
946 * lib/tuiterm.exp (Term::check_box_contents): New proc.
947
b40aa28f
AB
9482020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
949
950 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
951 (Term::enter_tui): Use Term::prepare_for_tui.
952
63ffd7c9
AB
9532020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
954
955 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
956 called.
957
3be966f6
AB
9582020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
959
960 * gdb.base/skip.exp: Fix race condition in test.
961
153d79c4
AB
9622020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
963
964 * gdb.base/backtrace.c: New file.
965 * gdb.base/backtrace.exp: New file.
966
f2302a34
AB
9672020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
968
969 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
970
6ec1d75e
PW
9712020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
972
973 * gdb.base/style.exp: Test that warnings are styled.
974
c296cbe6
BE
9752019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
976
977 * gdb.base/line65535.exp: New file.
978 * gdb.base/line65535.c: New file.
979
b28a729d
SM
9802019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
981
982 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
983 * lib/gnat_debug_info_test.adb: New file.
984 * gdb.ada/ptype_tagged_param.exp: Use
985 gnat_runtime_has_debug_info, expect a different output if
986 runtime does not have debug info.
987
7f2d7a0d
SM
9882019-12-20 Simon Marchi <simon.marchi@efficios.com>
989
990 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
991 (another) quote in test name.
992
f3bce483
SM
9932019-12-20 Simon Marchi <simon.marchi@efficios.com>
994
995 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
996 Add quote in test name.
997
c855a912
TBA
9982019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
999
1000 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
1001 directory instead.
1002 * gdb.cp/pass-by-ref.exp: Extend with more cases.
1003 * gdb.cp/pass-by-ref-2.cc: New file.
1004 * gdb.cp/pass-by-ref-2.exp: New file.
1005
fc9d2d72
TT
10062019-12-20 Tom Tromey <tom@tromey.com>
1007
1008 * gdb.tui/list-before.exp: New file.
1009
77b97e00
TT
10102019-12-20 Tom Tromey <tom@tromey.com>
1011
1012 * gdb.tui/list.exp: Check for source on initial listing.
1013
f69656d0
TT
10142019-12-11 Tom Tromey <tromey@adacore.com>
1015
1016 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
1017 Add crlf test.
1018
99a55965
SM
10192019-12-18 Simon Marchi <simon.marchi@efficios.com>
1020
1021 * gdb.base/default.exp: Update value of $_gdb_major.
1022
5024637f
BE
10232019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
1024
1025 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
1026
b63634be
BE
10272019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
1028
1029 * gdb.base/skip.exp: Whitespace fix.
1030
45d73523
BE
10312019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
1032
1033 * gdb.base/skip-inline.c: New file.
1034 * gdb.base/skip-inline.exp: New file.
1035
d043f8c8
SM
10362019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
1037
1038 * gdb.base/jit-reader.exp (jit_reader_test): Rename
1039 jit_function_00 to jit_function_stack_mangle.
1040 * gdb.base/jithost.c (jit_function_t): Rename to...
1041 (jit_function_stack_mangle_t): ... this.
1042 (jit_function_add_t): New typedef.
1043 (jit_function_00_code): Rename to...
1044 (jit_function_stack_mangle_code): ... this, make static.
1045 (jit_function_add_code): New.
1046 (main): Generate "add" function and call it. Adjust to changes
1047 in jithost_abi.
1048 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
1049 (struct jithost_abi) <begin, end>: Remove fields.
1050 <object, function_stack_mangle, function_add>: New fields.
1051 * gdb.base/jitreader.c (struct reader_state) <code_begin,
1052 code_end>: Remove fields.
1053 <func_stack_mangle>: New field.
1054 (read_debug_info): Adjust to renaming, create block for "add"
1055 function.
1056 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
1057
873de05c
TT
10582019-12-11 Tom Tromey <tom@tromey.com>
1059
1060 * gdb.tui/resize.exp: Fix regexp.
1061 * gdb.tui/regs.exp: Fix regexps.
1062 * gdb.tui/main.exp: Fix regexp.
1063
3d979945
TT
10642019-12-11 Tom Tromey <tom@tromey.com>
1065
1066 * gdb.tui/resize.exp: Update.
1067 * gdb.tui/empty.exp (layouts): Update.
1068
2192a9d3
TT
10692019-12-11 Tom Tromey <tom@tromey.com>
1070
1071 * gdb.tui/regs.exp: Update.
1072 * gdb.tui/empty.exp (layouts): Update.
1073 * gdb.tui/basic.exp: Update.
1074 * lib/tuiterm.exp (_check_box): Don't check bottom border.
1075
d8edc8b7
PW
10762019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1077
1078 * gdb.base/options.exp: Add -raw-values in the print completion list.
1079 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
1080
4c12d936
KB
10812019-12-10 Kevin Buettner <kevinb@redhat.com>
1082
1083 * gdb.threads/omp-par-scope.c: New file.
1084 * gdb/threads/omp-par-scope.exp: New file.
1085
26b911fb
KB
10862019-12-10 Kevin Buettner <kevinb@redhat.com>
1087
bb47f919
KB
1088 * lib/gdb.exp (support_nested_function_tests): New proc.
1089
10902019-12-10 Kevin Buettner <kevinb@redhat.com>
1091
1092 * lib/gdb.exp (gdb_compile_openmp): New proc.
1093 (build_executable_from_specs): Add an "openmp" option.
1094 (gdb_compile_pthreads): Add non-executable case.
26b911fb 1095
6c71eb7d
TT
10962019-12-10 Tom Tromey <tromey@adacore.com>
1097
1098 * gdb.ada/unchecked_union.exp: New file.
1099 * gdb.ada/unchecked_union/pck.adb: New file.
1100 * gdb.ada/unchecked_union/pck.ads: New file.
1101 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
1102 * gdb-utils.exp (string_to_regexp): Also quote "?".
1103
bac7c5cf
GB
11042019-12-10 George Barrett <bob@bob131.so>
1105
1106 Test scripted probe breakpoints.
1107 * gdb.guile/scm-breakpoint.c (main): Add probe point.
1108 * gdb.python/py-breakpoint.c (main): Likewise.
1109 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
1110 specifier test.
1111 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
1112
330f1d38
TBA
11132019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1114
1115 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
1116 an rvalue parameter.
1117 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
1118 parameter.
1119
b43315e2
AB
11202019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
1121
1122 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
1123 modules.
1124
54f73dad
AB
11252019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
1126
1127 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
1128 broken version of GCC.
1129
d57cbee9
AB
11302019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
1131
1132 * gdb.fortran/info-modules.exp: Rewrite to make use of new
1133 sym-info-cmds library.
1134 * gdb.fortran/info-types.exp: Likewise.
1135 * lib/sym-info-cmds.exp: New file.
1136
c14aab8c
TV
11372019-12-08 Tom de Vries <tdevries@suse.de>
1138
1139 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
1140
aa2d5a42
KS
11412019-12-07 Keith Seitz <keiths@redhat.com>
1142
1143 * gdb.base/corefile-buildid-shlib-shr.c: New file.
1144 * gdb.base/corefile-buildid-shlib.c: New file.
1145 * gdb.base/corefile-buildid.c: New file.
1146 * gdb.base/corefile-buildid.exp: New file.
1147
93e55f0a
TV
11482019-12-06 Tom de Vries <tdevries@suse.de>
1149
1150 * gdb.dwarf2/varval.exp: Add decl before def test.
1151
c7d12402
TBA
11522019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1153
1154 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
1155
06acc08f
TBA
11562019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1157
1158 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
1159 CV and reference conversion for overload resolution.
1160 * gdb.cp/rvalue-ref-overload.exp: Test it.
1161
e0fad1ea
PW
11622019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1163
1164 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
1165 * gdb.base/frameapply.exp: Test faas without command.
1166
8d70a9f0
AB
11672019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1168
1169 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
1170 Fortran tests.
1171 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
1172 order.
1173
36c8fb93
AB
11742019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1175
1176 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
1177 casting to type with no kind specified.
1178 (test_basic_parsing_of_type_kinds): Additional tests for types
1179 with no kind specified, and add tests for single/double
1180 precision/complex types.
1181
4139ff00
TT
11822019-12-04 Tom Tromey <tromey@adacore.com>
1183
1184 * gdb.base/endianity.c (struct other) <x>: New field.
1185 (main): Initialize it.
1186 * gdb.base/endianity.exp: Update.
1187
a05cf17a
TT
11882019-12-04 Tom Tromey <tromey@adacore.com>
1189
1190 * gdb.ada/scalar_storage/storage.adb: New file.
1191 * gdb.ada/scalar_storage/pck.adb: New file.
1192 * gdb.ada/scalar_storage/pck.ads: New file.
1193 * gdb.ada/scalar_storage.exp: New file.
1194
103a685e
TT
11952019-12-04 Tom Tromey <tromey@adacore.com>
1196
1197 * gdb.base/endianity.c (struct otherendian) <f>: New field.
1198 (main): Initialize it.
1199 * gdb.base/endianity.exp: Update.
1200
c2512106
AB
12012019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1202
1203 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
1204
293b38d6
AB
12052019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1206
1207 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
1208 -symbol-info-module-functions and -symbol-info-module-variables.
1209
216a7e6b
AB
12102019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
1211
1212 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
1213
5bbd8269
AB
12142019-12-01 Richard Bunt <richard.bunt@arm.com>
1215 Andrew Burgess <andrew.burgess@embecosm.com>
1216
1217 * gdb.fortran/derived-type-striding.exp: New file.
1218 * gdb.fortran/derived-type-striding.f90: New file.
1219 * gdb.fortran/array-slices.exp: New file.
1220 * gdb.fortran/array-slices.f90: New file.
1221
be09caf1
PW
12222019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1223
1224 * gdb.base/define.exp: Test . in command names.
1225 * gdb.base/setshow.exp: Update test, as . is now part of
1226 command name.
1227
643c0cbe
PW
12282019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1229
1230 * gdb.base/define-prefix.exp: New file.
1231
dcdec678
AB
12322019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
1233
1234 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
1235 compile.
1236 (skip_btrace_pt_tests): Likewise.
1237
640ab947
AB
12382019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
1239
1240 * gdb.fortran/info-modules.exp: Compile source files in correct
1241 order.
1242
d22670f0
KB
12432019-11-27 Kevin Buettner <kevinb@redhat.com>
1244
1245 * gdb.dwarf2/imported-unit.exp: New file.
1246 * gdb.dwarf2/imported-unit.c: New file.
1247
db5960b4
AB
12482019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
1249
1250 * gdb.mi/mi-fortran-modules-2.f90: New file.
1251 * gdb.mi/mi-fortran-modules.exp: New file.
1252 * gdb.mi/mi-fortran-modules.f90: New file.
1253
7dc42066
AB
12542019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
1255
1256 * gdb.mi/mi-sym-info-1.c: New file.
1257 * gdb.mi/mi-sym-info-2.c: New file.
1258 * gdb.mi/mi-sym-info.exp: New file.
1259
0dfeecca
TT
12602019-11-22 Tom Tromey <tromey@adacore.com>
1261
1262 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
1263 * gdb.ada/tasks/foo.adb: Add another stopping location.
1264
34877895
PJ
12652019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
1266
1267 * gdb.base/endianity.c: New test.
1268 * gdb.base/endianity.exp: New file.
1269
2e84f897
LD
12702019-11-21 Lukas Durfina <ldurfina@tachyum.com>
1271
1272 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
1273
65d1cd5f
TV
12742019-11-21 Tom de Vries <tdevries@suse.de>
1275
1276 PR gdb/24956
1277 * gdb.base/ui-redirect.exp: Test output of user-defined command.
1278
4f22c3f4
SDJ
12792019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
1280
1281 * gdb.python/py-progspace.exp: Add missing parentheses on some
1282 'print' commands.
1283
9f6ad286
TT
12842019-11-19 Tom Tromey <tom@tromey.com>
1285
1286 * gdb.tui/winheight.exp: New file.
1287
0b8dbf3f
AB
12882019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1289
1290 * gdb.base/ctf-whatis.c: Delete.
1291 * gdb.base/ctf-whatis.exp: Delete.
1292 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
1293
f833b7a7
AB
12942019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1295
1296 * gdb.base/ctf-cvexpr.exp: Delete.
1297 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
1298
30d0a636
AB
12992019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1300
1301 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
1302 the compiler. Clean up header comment a little.
1303 * gdb.base/ctf-ptype.exp: Likewise.
1304 * gdb.base/ctf-whatis.exp: Likewise.
1305 * lib/gdb.exp (skip_ctf_tests): New proc.
1306
494409bb
SDJ
13072019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
1308
1309 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
1310 * gdb.tui/corefile-run.exp: New file.
1311
55708e99
TT
13122019-11-14 Tom Tromey <tromey@adacore.com>
1313
1314 * gdb.base/gdbvars.exp (test_convenience_variables): Add
1315 regression tests.
1316
45e42163
TT
13172019-11-12 Tom Tromey <tom@tromey.com>
1318
1319 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
1320 after any command. Expect prompt after WAIT_FOR is seen.
1321 (enter_tui): Enable resize messages.
1322 (command): Expect command in output.
1323 (get_line): Avoid error when cursor appears to be off-screen.
1324 (dump_screen): Include screen size in title.
1325 (_do_resize): New proc, from "resize".
1326 (resize): Rewrite. Do resize in two steps.
1327 * gdb.tui/empty.exp (layouts): Fix entries.
1328 (check_boxes): Remove xfail.
1329 (check_text): Dump screen on failure.
1330
086baaf1
AB
13312019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1332
1333 * gdb.python/py-symbol.exp: Add test for
1334 gdb.lookup_static_symbols.
1335
09ff83af
AB
13362019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1337
1338 * gdb.python/py-symbol.c: Declare and call function from new
1339 py-symbol-2.c file.
1340 * gdb.python/py-symbol.exp: Compile both source files, and add new
1341 tests for gdb.lookup_static_symbol.
1342 * gdb.python/py-symbol-2.c: New file.
1343
11af934b
TV
13442019-11-02 Tom de Vries <tdevries@suse.de>
1345
1346 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
1347 * gdb.base/anon.exp: Same.
1348 * gdb.base/auto-connect-native-target.exp: Same.
1349 * gdb.base/call-ar-st.exp: Same.
1350 * gdb.base/catch-syscall.exp: Same.
1351 * gdb.base/commands.exp: Same.
1352 * gdb.base/default.exp: Same.
1353 * gdb.base/display.exp: Same.
1354 * gdb.base/float.exp: Same.
1355 * gdb.base/foll-fork.exp: Same.
1356 * gdb.base/help.exp: Same.
1357 * gdb.base/info-macros.exp: Same.
1358 * gdb.base/info-proc.exp: Same.
1359 * gdb.base/info-target.exp: Same.
1360 * gdb.base/long_long.exp: Same.
1361 * gdb.base/macscp.exp: Same.
1362 * gdb.base/memattr.exp: Same.
1363 * gdb.base/nofield.exp: Same.
1364 * gdb.base/pointers.exp: Same.
1365 * gdb.base/printcmds.exp: Same.
1366 * gdb.base/ptype.exp: Same.
1367 * gdb.base/restore.exp: Same.
1368 * gdb.base/return.exp: Same.
1369 * gdb.base/scope.exp: Same.
1370 * gdb.base/set-noassign.exp: Same.
1371 * gdb.base/setshow.exp: Same.
1372 * gdb.base/shlib-call.exp: Same.
1373 * gdb.base/signals.exp: Same.
1374 * gdb.base/sigstep.exp: Same.
1375 * gdb.base/skip.exp: Same.
1376 * gdb.base/solib-symbol.exp: Same.
1377 * gdb.base/stap-probe.exp: Same.
1378 * gdb.base/step-line.exp: Same.
1379 * gdb.base/step-test.exp: Same.
1380 * gdb.base/style.exp: Same.
1381 * gdb.base/varargs.exp: Same.
1382 * gdb.base/vla-datatypes.exp: Same.
1383 * gdb.base/vla-ptr.exp: Same.
1384 * gdb.base/vla-sideeffect.exp: Same.
1385 * gdb.base/volatile.exp: Same.
1386 * gdb.base/watch-cond-infcall.exp: Same.
1387 * gdb.base/watchpoint.exp: Same.
1388
e96ec2ba
TV
13892019-11-02 Tom de Vries <tdevries@suse.de>
1390
1391 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
1392 * gdb.cp/cpexprs.exp: Same.
1393 * gdb.cp/except-multi-location.exp: Same.
1394 * gdb.cp/exceptprint.exp: Same.
1395 * gdb.cp/gdb2384.exp: Same.
1396 * gdb.cp/inherit.exp: Same.
1397 * gdb.cp/m-static.exp: Same.
1398 * gdb.cp/meth-typedefs.exp: Same.
1399 * gdb.cp/misc.exp: Same.
1400 * gdb.cp/namespace.exp: Same.
1401 * gdb.cp/non-trivial-retval.exp: Same.
1402 * gdb.cp/overload.exp: Same.
1403 * gdb.cp/pr17132.exp: Same.
1404 * gdb.cp/re-set-overloaded.exp: Same.
1405 * gdb.cp/rvalue-ref-types.exp: Same.
1406 * gdb.cp/templates.exp: Same.
1407
bd5766ec
LM
14082019-11-01 Luis Machado <luis.machado@linaro.org>
1409
1410 PR gdb/25124
1411
1412 * gdb.arch/pr25124.S: New file.
1413 * gdb.arch/pr25124.exp: New file.
1414
165f8965
AB
14152019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1416
1417 * gdb.fortran/info-modules.exp: Update expected results, and add
1418 additional tests for 'info module functinos', and 'info module
1419 variables'.
1420 * gdb.fortran/info-types.exp: Update expected results.
1421 * gdb.fortran/info-types.f90: Extend testcase with additional
1422 module variables and functions.
1423
59c35742
AB
14242019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1425
1426 * gdb.fortran/info-modules.exp: New file.
1427 * gdb.fortran/info-types.exp: Build with new file.
1428 * gdb.fortran/info-types.f90: Include and use new module.
1429 * gdb.fortran/info-types-2.f90: New file.
1430
f3fb2519
PW
14312019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1432
1433 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
1434 * gdb.base/settings.exp: Test all settings types using
1435 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
1436 that now verifies that the value of "maint show" is the same as
1437 returned by the settings functions. Test the type of the
1438 maintenance settings.
1439 * gdb.base/default.exp: Update show_conv_list.
1440
d1e36019
TV
14412019-10-31 Tom de Vries <tdevries@suse.de>
1442
1443 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
1444 gdb_test.
1445 * gdb.arch/amd64-disp-step.exp: Same.
1446 * gdb.asm/asm-source.exp: Same.
1447 * gdb.btrace/buffer-size.exp: Same.
1448 * gdb.btrace/cpu.exp: Same.
1449 * gdb.btrace/enable.exp: Same.
1450 * gdb.dwarf2/count.exp: Same.
1451 * gdb.dwarf2/dw2-ranges-func.exp: Same.
1452 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
1453 * gdb.fortran/vla-datatypes.exp: Same.
1454 * gdb.fortran/vla-history.exp: Same.
1455 * gdb.fortran/vla-ptype.exp: Same.
1456 * gdb.fortran/vla-value.exp: Same.
1457 * gdb.fortran/whatis_type.exp: Same.
1458 * gdb.guile/guile.exp: Same.
1459 * gdb.multi/tids.exp: Same.
1460 * gdb.python/py-finish-breakpoint.exp: Same.
1461 * gdb.python/py-framefilter.exp: Same.
1462 * gdb.python/py-pp-registration.exp: Same.
1463 * gdb.python/py-xmethods.exp: Same.
1464 * gdb.python/python.exp: Same.
1465 * gdb.server/connect-with-no-symbol-file.exp: Same.
1466 * gdb.server/no-thread-db.exp: Same.
1467 * gdb.server/run-without-local-binary.exp: Same.
1468 * gdb.stabs/weird.exp: Same.
1469 * gdb.threads/attach-many-short-lived-threads.exp: Same.
1470 * gdb.threads/thread-find.exp: Same.
1471 * gdb.threads/tls-shared.exp: Same.
1472 * gdb.threads/tls.exp: Same.
1473 * gdb.threads/wp-replication.exp: Same.
1474 * gdb.trace/ax.exp: Same.
1475 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
1476
3d11e68e
TV
14772019-10-31 Tom de Vries <tdevries@suse.de>
1478
1479 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
1480 * gdb.ada/array_subscript_addr.exp: Same.
1481 * gdb.ada/arrayidx.exp: Same.
1482 * gdb.ada/arrayparam.exp: Same.
1483 * gdb.ada/arrayptr.exp: Same.
1484 * gdb.ada/boolean_expr.exp: Same.
1485 * gdb.ada/call_pn.exp: Same.
1486 * gdb.ada/complete.exp: Same.
1487 * gdb.ada/fixed_cmp.exp: Same.
1488 * gdb.ada/fun_addr.exp: Same.
1489 * gdb.ada/funcall_param.exp: Same.
1490 * gdb.ada/interface.exp: Same.
1491 * gdb.ada/mod_from_name.exp: Same.
1492 * gdb.ada/null_array.exp: Same.
1493 * gdb.ada/packed_array.exp: Same.
1494 * gdb.ada/packed_tagged.exp: Same.
1495 * gdb.ada/print_chars.exp: Same.
1496 * gdb.ada/print_pc.exp: Same.
1497 * gdb.ada/ptype_arith_binop.exp: Same.
1498 * gdb.ada/ptype_field.exp: Same.
1499 * gdb.ada/ptype_tagged_param.exp: Same.
1500 * gdb.ada/rec_return.exp: Same.
1501 * gdb.ada/ref_tick_size.exp: Same.
1502 * gdb.ada/str_ref_cmp.exp: Same.
1503 * gdb.ada/taft_type.exp: Same.
1504 * gdb.ada/tagged.exp: Same.
1505 * gdb.ada/type_coercion.exp: Same.
1506 * gdb.ada/uninitialized_vars.exp: Same.
1507
60b6ede8
TV
15082019-10-30 Tom de Vries <tdevries@suse.de>
1509
1510 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
1511
30baf67b
TV
15122019-10-26 Tom de Vries <tdevries@suse.de>
1513
1514 * gdb.base/bigcore.c: Fix typos in comments.
1515 * gdb.base/ctf-ptype.c: Same.
1516 * gdb.base/long_long.c: Same.
1517 * gdb.dwarf2/dw2-op-out-param.S: Same.
1518 * gdb.python/py-evthreads.c: Same.
1519 * gdb.reverse/i387-stack-reverse.c: Same.
1520 * gdb.trace/tfile.c: Same.
1521 * lib/compiler.c: Same.
1522 * lib/compiler.cc: Same.
1523
158da0d1
TV
15242019-10-25 Tom de Vries <tdevries@suse.de>
1525
1526 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
1527 gdb_test_multiple calls.
1528 * gdb.reverse/sigall-reverse.exp: Same.
1529 * gdb.reverse/solib-precsave.exp: Same.
1530 * gdb.reverse/solib-reverse.exp: Same.
1531 * gdb.reverse/until-precsave.exp: Same.
1532 * gdb.reverse/until-reverse.exp: Same.
1533
4ccdfbec
TV
15342019-10-24 Tom de Vries <tdevries@suse.de>
1535
1536 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
1537 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
1538 kfail using -wrap pattern flag and convenience variable
1539 gdb_test_name.
1540
33d569b7
AB
15412019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
1542
1543 * gdb.python/py-progspace.exp: Add tests for the
1544 Progspace.block_for_pc method.
1545
4d0b984b
TT
15462019-10-23 Tom Tromey <tom@tromey.com>
1547
1548 * configure: Rebuild.
1549 * aclocal.m4: Use m4_include, not sinclude.
1550
94cb3754
TV
15512019-10-21 Tom de Vries <tdevries@suse.de>
1552
1553 * gdb.base/infcall-nested-structs.c: Add
1554 __attribute__((noinline,noclone)) to all functions.
1555 (call_all): Add missing variable initialization. Simplify return value.
1556 (breakpt): Increment volatile variable, to prevent call from being
1557 optimized out.
1558 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
1559
062f1fc1
TV
15602019-10-17 Tom de Vries <tdevries@suse.de>
1561
1562 * gdb.fortran/module.exp: Allow info variables to print info for files
1563 other than module.f90.
1564
0b54364d
AB
15652019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
1566
1567 * gdb.fortran/module.exp: Extend with 'info variables' test.
1568
7ff5fae7
AB
15692019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
1570
1571 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
1572 F77_FOR_TARGET.
1573
d10eccaa
TV
15742019-10-16 Tom de Vries <tdevries@suse.de>
1575
1576 PR tdep/25096
1577 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
1578
745ff14e
TV
15792019-10-16 Tom de Vries <tdevries@suse.de>
1580
1581 PR tdep/24104
1582 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
1583 Add KFAIL for PR tdep/25096.
1584
03e1ab94
TV
15852019-10-16 Tom de Vries <tdevries@suse.de>
1586
1587 PR testsuite/25059
1588 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
1589
b17fcc10
TV
15902019-10-16 Tom de Vries <tdevries@suse.de>
1591
1592 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
1593 as signed.
1594
9223170f
SM
15952019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
1596
1597 * gdb.mi/list-thread-groups-available.exp: Read entries one by
1598 one instead of increasing timeout.
1599
d6e76313
TV
16002019-10-13 Tom de Vries <tdevries@suse.de>
1601
1602 PR record/25038
1603 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
1604 * gdb.reverse/sigall-reverse.exp: Same.
1605 * gdb.reverse/solib-precsave.exp: Same.
1606 * gdb.reverse/solib-reverse.exp: Same.
1607 * gdb.reverse/step-precsave.exp: Same.
1608 * gdb.reverse/until-precsave.exp: Same.
1609 * gdb.reverse/until-reverse.exp: Same.
1610 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
1611
6dfc0041
AA
16122019-10-10 Andreas Arnez <arnez@linux.ibm.com>
1613
1614 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
1615 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
1616 (cmp_struct_05_01, cmp_struct_static_02_01)
1617 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
1618 comparisons.
1619
abcf2cc8
TV
16202019-10-10 Tom de Vries <tdevries@suse.de>
1621
1622 PR testsuite/24888
1623 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
1624 gnatlink.
1625
a50faaf6
TV
16262019-10-09 Tom de Vries <tdevries@suse.de>
1627
1628 PR testsuite/25048
1629 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
1630
60ff3cd7
AB
16312019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
1632
1633 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
1634 exceptions due to missing debug information.
1635
dfee8566
TV
16362019-10-07 Tom de Vries <tdevries@suse.de>
1637
1638 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
1639
3d63690a
AB
16402019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
1641
1642 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
1643 * gdb.base/annota1.exp: Update to use gdb_test_name.
1644
30d1f018
WP
16452019-10-07 Weimin Pan <weimin.pan@oracle.com>
1646
1647 * gdb.base/ctf-whatis.exp: New file.
1648 * gdb.base/ctf-whatis.c: New file.
1649 * gdb.base/ctf-ptype.exp: New file.
1650 * gdb.base/ctf-ptype.c: New file.
1651 * gdb.base/ctf-constvars.exp: New file.
1652 * gdb.base/ctf-constvars.c: New file.
1653 * gdb.base/ctf-cvexpr.exp: New file.
1654
4dbbb47c
TV
16552019-10-04 Tom de Vries <tdevries@suse.de>
1656
1657 * gdb.cp/local-static.c (main): Move declaration of int i out of the
1658 for loop.
1659
77c2dba3
TT
16602019-10-03 Tom Tromey <tom@tromey.com>
1661
1662 PR rust/24976:
1663 * gdb.rust/simple.rs (Union2): New type.
1664 (main): Use Union2.
1665 * gdb.rust/simple.exp: Add test.
1666
179aed7f
AB
16672019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1668
1669 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
1670 nested function prefix.
1671
0a4b0913
AB
16722019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
1673 Richard Bunt <richard.bunt@arm.com>
1674 Andrew Burgess <andrew.burgess@embecosm.com>
1675
1676 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
1677 nested functions.
1678 * gdb.fortran/nested-funcs.f90: Update expected results.
1679 * gdb.fortran/nested-funcs-2.exp: New file.
1680 * gdb.fortran/nested-funcs-2.f90: New file.
1681
082cce05
AB
16822019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1683
1684 * gdb.python/py-parameter.exp: Make test names unique.
1685 * gdb.python/py-template.exp: Likewise.
1686 * gdb.python/py-value.exp: Likewise.
1687
2b74ba5a
AB
16882019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1689
1690 * gdb.base/break-interp.exp: Reduce test name duplication.
1691 * gdb.base/call-sc.exp: Likewise.
1692 * gdb.base/callfuncs.exp: Likewise.
1693 * gdb.base/charset.exp: Likewise.
1694 * gdb.base/dump.exp: Likewise.
1695 * gdb.base/ena-dis-br.exp: Likewise.
1696 * gdb.base/relational.exp: Likewise.
1697 * gdb.base/step-over-syscall.exp: Likewise.
1698 * gdb.base/structs.exp: Likewise.
1699
58eb20d5
AB
17002019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1701
1702 * gdb.linespec/explicit.exp: Make test names unique.
1703 * gdb.linespec/ls-errs.exp: Likewise.
1704
4d421147
AB
17052019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1706
1707 * gdb.reverse/break-precsave.exp: Make test names unique.
1708 * gdb.reverse/break-reverse.exp: Likewise.
1709 * gdb.reverse/finish-precsave.exp: Likewise.
1710 * gdb.reverse/finish-reverse.exp: Likewise.
1711 * gdb.reverse/machinestate-precsave.exp: Likewise.
1712 * gdb.reverse/machinestate.exp: Likewise.
1713 * gdb.reverse/readv-reverse.exp: Likewise.
1714 * gdb.reverse/recvmsg-reverse.exp: Likewise.
1715 * gdb.reverse/sigall-precsave.exp: Likewise.
1716 * gdb.reverse/sigall-reverse.exp: Likewise.
1717 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
1718 * gdb.reverse/watch-precsave.exp: Likewise.
1719 * gdb.reverse/watch-reverse.exp: Likewise.
1720
d8c06f22
AB
17212019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1722
1723 * gdb.threads/stop-with-handle.c: New file.
1724 * gdb.threads/stop-with-handle.exp: New file.
1725
3a56ed86
TV
17262019-10-03 Tom de Vries <tdevries@suse.de>
1727
1728 PR testsuite/25059
1729 * gdb.base/list-missing-source.exp: Allowing the "Compilation
1730 directory" line to be missing.
1731
42275044
TV
17322019-10-03 Tom de Vries <tdevries@suse.de>
1733
1734 PR testsuite/25059
1735 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
1736 type optional.
1737
9ef62df0
AA
17382019-10-02 Andreas Arnez <arnez@linux.ibm.com>
1739
1740 * gdb.python/py-format-string.c (string.h): New include.
1741 (main): Fill a_struct_with_union.the_union.an_int with bytes of
1742 the same value, for endianness-independence.
1743 * gdb.python/py-format-string.exp (default_regexp_dict)
1744 (test_pretty_structs, test_format): Adjust expected output to the
1745 changed initialization.
1746
37f6a7f4
TT
17472019-10-02 Tom Tromey <tromey@adacore.com>
1748
1749 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
1750
1d58d6a2
PA
17512019-10-02 Pedro Alves <palves@redhat.com>
1752 Andrew Burgess <andrew.burgess@embecosm.com>
1753
1754 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
1755 "print-file-var.h".
1756 (this_version_id) Use ATTRIBUTE_VISIBILITY.
1757 (get_version_1): Print this_version_id and its address.
1758 Add extern "C" wrappers around interface functions.
1759 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
1760 "print-file-var.h".
1761 (this_version_id) Use ATTRIBUTE_VISIBILITY.
1762 (get_version_2): Print this_version_id and its address.
1763 Add extern "C" wrappers around interface functions.
1764 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
1765 <stddef.h> and "print-file-var.h".
1766 Add extern "C" wrappers around interface functions.
1767 [VERSION_ID_MAIN] (this_version_id): Define.
1768 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
1769 * gdb.base/print-file-var.h: Add some #defines to simplify setting
1770 up extern "C" blocks.
1771 * gdb.base/print-file-var.exp (test): New, factored out from top
1772 level.
1773 (top level): Test all combinations of attribute hidden or not,
1774 dlopen or not, and this_version_id symbol in main file or not.
1775 Compile tests as both C++ and C, make test names unique.
1776
d770d56f
TT
17772019-10-01 Tom Tromey <tom@tromey.com>
1778
1779 * gdb.base/style.exp: Test "show logging filename".
1780
7f6aba03
TT
17812019-10-01 Tom Tromey <tom@tromey.com>
1782
1783 * lib/gdb-utils.exp (style): Handle "metadata" argument.
1784 * gdb.base/style.exp: Add metadata style test.
1785
14309bb6
TT
17862019-10-01 Tom Tromey <tom@tromey.com>
1787
1788 * gdb.base/style.exp: Test "pwd".
1789
2a3c1174
PA
17902019-10-01 Tom Tromey <tom@tromey.com>
1791
1792 * gdb.base/style.exp: Update tests.
1793
53d666ec
AA
17942019-10-01 Andreas Arnez <arnez@linux.ibm.com>
1795
1796 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
1797 'six' to unsigned.
1798 (s1): Initialize fields 'four' and 'six' instead of 'three' and
1799 'five'. Use an all-ones bit pattern for each.
1800 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
1801 to its changed values.
1802
4a56a520
TT
18032019-09-30 Tom Tromey <tromey@adacore.com>
1804
1805 * gdb.rust/traits.rs: Disable all warnings.
1806
0df0352a
TV
18072019-09-29 Tom de Vries <tdevries@suse.de>
1808
1809 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
1810
73d9a918
TV
18112019-09-29 Tom de Vries <tdevries@suse.de>
1812
1813 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
1814
060b3ab4
TV
18152019-09-27 Tom de Vries <tdevries@suse.de>
1816
1817 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
1818
68f7d34d
TV
18192019-09-27 Tom de Vries <tdevries@suse.de>
1820
1821 PR record/23188
1822 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
1823
5d63b30a
TT
18242019-09-26 Tom Tromey <tromey@adacore.com>
1825
1826 * gdb.ada/py_taft.exp: New file.
1827 * gdb.ada/py_taft/main.adb: New file.
1828 * gdb.ada/py_taft/pkg.adb: New file.
1829 * gdb.ada/py_taft/pkg.ads: New file.
1830
3d435220
TV
18312019-09-24 Tom de Vries <tdevries@suse.de>
1832
1833 PR gdb/24598
1834 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
1835
77d03678
TV
18362019-09-22 Tom de Vries <tdevries@suse.de>
1837
1838 * gdb.base/restore.exp: Allow register variables to be optimized out at
1839 -O0.
1840
abf516c6
UW
18412019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
1842
1843 * gdb.arch/spu-info.exp: Remove file.
1844 * gdb.arch/spu-info.c: Remove file.
1845 * gdb.arch/spu-ls.exp: Remove file.
1846 * gdb.arch/spu-ls.c: Remove file.
1847
1848 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
1849 * gdb.asm/spu.inc: Remove file.
1850
1851 * gdb.base/dump.exp: Remove support for spu*-*-*.
1852 * gdb.base/stack-checking.exp: Likewise.
1853 * gdb.base/overlays.exp: Likewise.
1854 * gdb.base/ovlymgr.c: Likewise.
1855 * gdb.base/spu.ld: Remove file.
1856
1857 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
1858 * gdb.cp/cpexprs.exp: Likewise.
1859 * gdb.cp/exception.exp: Likewise.
1860 * gdb.cp/gdb2495.exp: Likewise.
1861 * gdb.cp/mb-templates.exp: Likewise.
1862 * gdb.cp/pr9167.exp: Likewise.
1863 * gdb.cp/userdef.exp: Likewise.
1864
1865 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
1866
1867 * gdb.cell: Remove directory.
1868 * lib/cell.exp: Remove file.
1869
e452e88f
TV
18702019-09-19 Tom de Vries <tdevries@suse.de>
1871
1872 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
1873
8a625130
TV
18742019-09-19 Tom de Vries <tdevries@suse.de>
1875
1876 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
1877
81dc3ab5
TV
18782019-09-19 Tom de Vries <tdevries@suse.de>
1879
1880 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
1881 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
1882 (gdb_target_cmd): ... here.
1883 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
1884 value 2.
1885
b078f3ac
AB
18862019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
1887
1888 * gdb.base/source-dir.exp: Avoid having directory names in test
1889 names.
1890
f1b620e9
MG
18912019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
1892
1893 * gdb.base/source-dir.exp: Add extra test for mapped compilation
1894 directory.
1895
67f3ed6a
AB
18962019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
1897
1898 * gdb.base/list-missing-source.exp: New file.
1899
d1b70248
TV
19002019-09-14 Tom de Vries <tdevries@suse.de>
1901
1902 PR teststuite/24599
1903 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
1904 * lib/ada.exp (gnatmake_version_at_least): New proc.
1905
5fabdcd6
AB
19062019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1907
1908 * gdb.base/maint.exp: Use exec_has_index_section.
1909
aa17805f
AB
19102019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1911
1912 * gdb.base/maint.exp: Add test for 'maint info sections'.
1913
25e5c209
TV
19142019-09-12 Tom de Vries <tdevries@suse.de>
1915
1916 * gdb.base/store.exp: Allow register variables to be optimized out at
1917 -O0.
1918
4993045d
PW
19192019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1920
1921 * gdb.ada/rdv_wait.exp: Update to new task names.
1922 * gdb.base/task_switch_in_core.exp: Likewise.
1923 * gdb.base/info_sources_base.c: Likewise.
1924
8a516164
TT
19252019-09-10 Tom Tromey <tromey@adacore.com>
1926
1927 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
1928
aa391654
TT
19292019-09-10 Tom Tromey <tromey@adacore.com>
1930
1931 * gdb.ada/dgopt.exp: New file.
1932 * gdb.ada/dgopt/x.adb: New file.
1933
8634b462
TT
19342019-09-08 Tom Tromey <tom@tromey.com>
1935
1936 * gdb.tui/resize.exp: Remove setup_xfail.
1937 * gdb.tui/regs.exp: Remove setup_xfail.
1938 * gdb.tui/basic.exp: Remove setup_xfail.
1939
736b0f76
DB
19402019-09-06 David Blaikie <dblaikie@gmail.com>
1941
1942 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
1943 * gdb.cp/cplabel.exp: Ditto.
1944 * gdb.linespec/ls-errs.exp: Ditto.
1945
30331a6c
TV
19462019-09-05 Tom de Vries <tdevries@suse.de>
1947
1948 * lib/gdb.exp (cmp_file_string): New proc.
1949 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
1950 runto_main. Verify save breakpoints output.
1951
98b0ebab
PW
19522019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1953
1954 * gdb.base/info-var.exp: Test info variables without running
1955 to main, to avoid expect's buffer overflow.
1956
4e962e74
TT
19572019-09-03 Tom Tromey <tromey@adacore.com>
1958
1959 * gdb.ada/bias.exp: New file.
1960 * gdb.ada/bias/bias.adb: New file.
1961 * gdb.ada/print_chars.exp: Add regression test.
1962 * gdb.ada/print_chars/foo.adb (My_Character): New type.
1963 (MC): New variable.
1964
2ea1a07a
SL
19652019-08-29 Sandra Loosemore <sandra@codesourcery.com>
1966
1967 * gdb.base/argv0-symlink.exp: Run only on native target
1968 and local host.
1969
8077c50d
TV
19702019-08-29 Tom de Vries <tdevries@suse.de>
1971
1972 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
1973 diverse debug info.
1974 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
1975
48352473
TV
19762019-08-28 Tom de Vries <tdevries@suse.de>
1977
1978 * gdb.base/info-var.exp: Allow info variables to print info for files
1979 other than info-var-f1.c and info-var-f2.c.
1980
d8f27c60
AB
19812019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
1982
1983 * gdb.fortran/info-types.exp: Add module.
1984 * gdb.fortran/info-types.f90: Update expected results.
1985
1f20c35e
AB
19862019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
1987
1988 * gdb.fortran/info-types.exp: New file.
1989 * gdb.fortran/info-types.f90: New file.
1990 * lib/fortran.exp (fortran_character1): New proc.
1991
4acfdd20
AB
19922019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
1993
1994 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
1995 functions'. Reindent as needed.
1996 * gdb.base/info-var-f1.c: New file.
1997 * gdb.base/info-var-f2.c: New file.
1998 * gdb.base/info-var.exp: New file.
1999 * gdb.base/info-var.h: New file.
2000
5c31b358
TV
20012019-08-26 Tom de Vries <tdevries@suse.de>
2002
2003 PR c++/24852
2004 * gdb.cp/no-libstdcxx-probe.exp: New test.
2005
b694989f
TV
20062019-08-26 Tom de Vries <tdevries@suse.de>
2007
2008 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
2009 * tests need to be skipped.
2010 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
2011 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
2012 mi_skip_libstdcxx_probe_tests.
2013
d9c4ba53
SDJ
20142019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
2015
2016 * gdb.python/py-xmethods.exp: Use raw strings when passing
2017 arguments to SimpleXMethodMatcher.
2018
395fad09
TV
20192019-08-22 Tom de Vries <tdevries@suse.de>
2020
2021 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
2022 more informative.
2023
26c957f1
PA
20242019-08-21 Pedro Alves <palves@redhat.com>
2025
2026 * gdb.base/with.exp: Test "with" with no arguments.
2027
61f80d5d
TV
20282019-08-21 Tom de Vries <tdevries@suse.de>
2029
2030 * gdb.base/gdb-caching-proc.exp: Sort files.
2031
d7a11d13
TV
20322019-08-20 Tom de Vries <tdevries@suse.de>
2033
2034 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
2035 compilation.
2036
34dafe9f
TV
20372019-08-16 Tom de Vries <tdevries@suse.de>
2038
2039 * gdb.base/compare-sections.exp ("after run to main"): Allow
2040 mismatched read-only sections for PIE executables.
2041
398fdd60
TT
20422019-08-16 Tom Tromey <tom@tromey.com>
2043
2044 * lib/tuiterm.exp (_csi_Z): New proc.
2045 * gdb.tui/basic.exp: Update window positions.
2046 * gdb.tui/empty.exp: Update window positions.
2047
d8f9e51c
SL
20482019-08-15 Sandra Loosemore <sandra@codesourcery.com>
2049
2050 * gdb.base/examine-backward.exp: Correct regexp for
2051 "examine 3 bytes backward from ${address_zero}".
2052
3df505f6
TT
20532019-08-15 Tom Tromey <tom@tromey.com>
2054
2055 * gdb.tui/empty.exp: Enable resizing tests.
2056
272560b5
TT
20572019-08-15 Tom Tromey <tromey@adacore.com>
2058
2059 * gdb.ada/char_enum.exp: Add regression tests.
2060 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
2061 and '0'.
2062 (Char, Gchar): Update.
2063 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
2064
08235187
CB
20652019-08-15 Christian Biesinger <cbiesinger@google.com>
2066
2067 * gdb.python/python.exp: Expect a leading underscore on
2068 GdbOutput{,Error}File.
2069
22a2ab04
SL
20702019-08-15 Sandra Loosemore <sandra@codesourcery.com>
2071
2072 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
2073 Windows host.
2074
835b995b
SL
20752019-08-15 Sandra Loosemore <sandra@codesourcery.com>
2076
2077 * gdb.base/batch-preserve-term-settings.exp
2078 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
2079
97dd8e07
CB
20802019-08-15 Christian Biesinger <cbiesinger@google.com>
2081
2082 * lib/gdb.exp: When running on a mingw target, replace
2083 /x/ with x:/.
2084
75faf5c4
AH
20852019-08-14 Alan Hayward <alan.hayward@arm.com>
2086
2087 * gdb.arch/aarch64-prologue.c: New test.
2088 * gdb.arch/aarch64-prologue.exp: New file.
2089
abc6c00f
TV
20902019-08-13 Tom de Vries <tdevries@suse.de>
2091
2092 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
2093 Thread.
2094
74c2c1f4
SL
20952019-08-13 Sandra Loosemore <sandra@codesourcery.com>
2096
2097 * gdb.python/py-completion.exp: Download the .py file to the host
2098 and use its host pathname. Conditionalize tests that use
2099 tab completion and manipulate files on the build machine.
2100 * gdb.python/py-events.exp: Download the .py file to the host
2101 and use its host pathname.
2102 * gdb.python/py-evsignal.exp: Likewise.
2103 * gdb.python/py-evthreads.exp: Likewise.
2104 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
2105 pathname syntax.
2106 * gdb.python/py-framefilter.exp: Download the .py file to the right
2107 place on the host. Match Windows pathname syntax.
2108 * gdb.python/py-mi-var-info-path-expression.exp: Download the
2109 .py file to the host and use its host pathname.
2110 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
2111 * gdb.python/py-objfile.exp: Expect a host pathname, not a
2112 build pathname. Skip symlink test on Windows host. Add missing
2113 newline at end of file.
2114 * gdb.python/py-pp-maint.exp: Download the .py file to the host
2115 and use its host pathname.
2116 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
2117 * gdb.python/py-section-script.exp: Use host location of binfile
2118 on safe-path. Use correct path separator on Windows host.
2119 Reorder alternatives in gdb_test_multiple to prevent matching
2120 the wrong alternative on success.
2121 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
2122
ca2589f3
PP
21232019-08-12 Patrick Palka <patrick@parcs.ath.cx>
2124
2125 * gdb.gdb/selftest.exp (test_with_self): Update test to now
2126 expect the GDB inferior to no longer immediately stop after
2127 being resumed with "signal SIGINT".
2128
020a839d
SL
21292019-08-09 Sandra Loosemore <sandra@codesourcery.com>
2130
2131 * gdb.linespec/break-ask.exp: Generalize regexps to match
2132 Windows pathnames too.
2133
128d6509
TV
21342019-08-08 Tom de Vries <tdevries@suse.de>
2135
2136 PR testsuite/24862
2137 * lib/tuiterm.exp (_accept): Fix CSI regexp.
2138
590042fc
PW
21392019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2140
2141 * gdb.base/style.exp: Update tests for help doc new invariants.
2142 * gdb.base/help.exp: Likewise.
2143
046bebe1
TT
21442019-08-06 Tom Tromey <tom@tromey.com>
2145
2146 * gdb.base/style.exp: Add disassemble test.
2147 * gdb.base/style.c (some_called_function): New function.
2148 (main): Use it.
2149
0b27c27d
CB
21502019-08-05 Christian Biesinger <cbiesinger@google.com>
2151
2152 * gdb.python/py-block.exp: Test dictionary access on blocks.
2153
580f1034
SM
21542019-08-05 Simon Marchi <simon.marchi@efficios.com>
2155
2156 PR gdb/24863
2157 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
2158 -list-thread-groups --available test when running under
2159 check-read1.
2160
d86bd7cb
TV
21612019-08-05 Tom de Vries <tdevries@suse.de>
2162
2163 PR testsuite/24863
2164 * lib/gdb.exp (with_read1_timeout_factor): New proc.
2165 * gdb.base/help.exp: Use with_read1_timeout_factor.
2166 * gdb.base/info-macros.exp: Same.
2167 * gdb.cp/nested-types.exp: Same.
2168
a80cf5d8
TV
21692019-08-05 Tom de Vries <tdevries@suse.de>
2170
2171 * lib/gdb.exp (version_at_least): Factor out of ...
2172 (tcl_version_at_least): ... here.
2173 (gdb_compile): Fail if pie results in non-PIE executable.
2174 (readelf_version, readelf_prints_pie): New proc.
2175 (exec_is_pie): Return -1 if unknown.
2176
d0962838
TV
21772019-08-05 Tom de Vries <tdevries@suse.de>
2178
2179 * lib/gdb.exp (tcl_version_at_least): Fix typo.
2180
2252ff3d
SL
21812019-08-04 Sandra Loosemore <sandra@codesourcery.com>
2182
2183 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
2184
26655f53
SL
21852019-08-04 Sandra Loosemore <sandra@codesourcery.com>
2186
2187 * lib/completion-support.exp (test_gdb_complete_none): Skip
2188 tab completion tests if no readline support.
2189 (test_gdb_complete_unique_re): Likewise.
2190 (test_gdb_complete_multiple): Likewise.
2191
db4dc13e
PW
21922019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2193
2194 * gdb.base/info_sources.exp: New file.
2195 * gdb.base/info_sources.c: New file.
2196 * gdb.base/info_sources_base.c: New file.
2197
0eba165a
PFC
21982019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2199
2200 * gdb.base/batch-exit-status.exp: Call test_exit_status with
2201 prefix argument.
2202 (test_exit_status): Add prefix argument.
2203
59bd512b
TV
22042019-08-01 Tom de Vries <tdevries@suse.de>
2205
2206 PR testsuite/24863
2207 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
2208 calling exp_continue for new thread and thread exited messages.
2209
2a3ad588
TV
22102019-08-01 Tom de Vries <tdevries@suse.de>
2211
2212 PR testsuite/24863
2213 * gdb.base/structs.exp: Fix check-read1 timeout using
2214 gdb_test_sequence.
2215 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
2216
117eb594
TV
22172019-08-01 Tom de Vries <tdevries@suse.de>
2218
2219 PR testsuite/24863
2220 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
2221 line.
2222
ed591340
TV
22232019-08-01 Tom de Vries <tdevries@suse.de>
2224
2225 PR testsuite/24863
2226 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
2227
aa3b6533
TT
22282019-07-30 Tom Tromey <tromey@adacore.com>
2229
2230 * gdb.ada/display_nested.exp: New file.
2231 * gdb.ada/display_nested/foo.adb: New file.
2232 * gdb.ada/display_nested/pack.adb: New file.
2233 * gdb.ada/display_nested/pack.ads: New file.
2234
2906593f
CB
22352019-07-30 Christian Biesinger <cbiesinger@google.com>
2236
2237 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
2238 namespace.
2239 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
2240
0f575925
TV
22412019-07-30 Tom de Vries <tdevries@suse.de>
2242
2243 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
2244 instead.
2245
b13057d9
TV
22462019-07-30 Tom de Vries <tdevries@suse.de>
2247
2248 PR testsuite/24834
2249 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
2250 (exec_is_pie): New proc.
2251
5c4dde85
CB
22522019-07-29 Christian Biesinger <cbiesinger@google.com>
2253
2254 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
2255
c620ed88
CB
22562019-07-29 Christian Biesinger <cbiesinger@google.com>
2257
2258 * gdb.python/py-objfile.c: Add global and static vars.
2259 * gdb.python/py-objfile.exp: Test new functions Objfile.
2260 lookup_global_symbol and lookup_static_symbol.
2261
3d235706
TT
22622019-07-29 Tom Tromey <tom@tromey.com>
2263
2264 * lib/tuiterm.exp (Term::_csi_@): New proc.
2265 (Term::_csi_X): Don't move cursor.
2266
c7e4c0a6
PW
22672019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2268
2269 * gdb.base/options.exp: Update backtrace - completion to
2270 new option -frame-info.
2271 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
2272 Test new 'set print frame-info'. Test backtrace -frame-info
2273 overriding 'set print frame-info'.
2274 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
2275 Test new 'set print frame-info'.
2276 Verify consistency of backtrace with and without filters, with and
2277 without -no-filters.
2278 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
2279 default.
2280
de28a3b7
TV
22812019-07-29 Tom de Vries <tdevries@suse.de>
2282
2283 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
2284 no arguments".
2285
507dd60e
TV
22862019-07-29 Tom de Vries <tdevries@suse.de>
2287
2288 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
2289 is a substring of the first for "complete non-unique file name".
2290
5beafce9
TV
22912019-07-29 Tom de Vries <tdevries@suse.de>
2292
2293 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
2294 with ".*".
2295
2d274232
TV
22962019-07-29 Tom de Vries <tdevries@suse.de>
2297
2298 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
2299 Pass prompt_regexp parameter to gdb_test_multiple calls.
2300
9197cd8b
TV
23012019-07-29 Tom de Vries <tdevries@suse.de>
2302
2303 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
2304 print registers" regexps.
2305
b528dae0
TV
23062019-07-29 Tom de Vries <tdevries@suse.de>
2307
2308 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
2309
d17725d7
TV
23102019-07-29 Tom de Vries <tdevries@suse.de>
2311
2312 PR gdb/24855
2313 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
2314 (skip_python_tests_prompt): Add prompt_regexp argument to
2315 gdb_test_multiple calls.
2316
52b75bf1
TT
23172019-07-27 Tom Tromey <tom@tromey.com>
2318
2319 * gdb.tui/main.exp: New file.
2320
2b1d00c2
TT
23212019-07-27 Tom Tromey <tom@tromey.com>
2322
2323 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
2324 optional.
2325 * gdb.tui/empty.exp: New file.
2326
ded631d5
TT
23272019-07-27 Tom Tromey <tom@tromey.com>
2328
2329 * lib/tuiterm.exp (spawn): New proc.
2330 (Term::resize): New proc.
2331 * gdb.tui/resize.exp: New file.
2332
58ac439d
TT
23332019-07-27 Tom Tromey <tom@tromey.com>
2334
2335 * gdb.tui/list.exp: New file.
2336
fe1f56ee
TT
23372019-07-27 Tom Tromey <tom@tromey.com>
2338
2339 * gdb.tui/regs.exp: New file.
2340
f790b310
TT
23412019-07-27 Tom Tromey <tom@tromey.com>
2342
2343 * gdb.tui/basic.exp: Add "layout split" test.
2344
d95fc6ee
TT
23452019-07-27 Tom Tromey <tom@tromey.com>
2346
2347 * gdb.tui/basic.exp: Add "layout asm" test.
2348
c3786b3a
TT
23492019-07-27 Tom Tromey <tom@tromey.com>
2350
2351 * lib/tuiterm.exp: New file.
2352 * gdb.tui/basic.exp: New file.
2353
98a617f8
KB
23542019-07-27 Kevin Buettner <kevinb@redhat.com>
2355
2356 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
2357 Enable tests associated with this flag. Adjust regex
2358 referencing "foo_low" to now refer to "foo_cold" instead.
2359
5c076da4
KB
23602019-07-27 Kevin Buettner <kevinb@redhat.com>
2361
2362 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
2363 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
2364 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
2365 foo_cold. Revise comments to match.
2366 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
2367 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
2368 were wrapped into this proc; Call do_test in loop from outermost
2369 level.
2370 (foo_low): Rename all occurrences to "foo_cold".
2371 (backtrace from baz): New test.
2372 (x2/i foo_cold): New test.
2373 (info line *foo_cold): New test.
2374
1512d3b7
TV
23752019-07-26 Tom de Vries <tdevries@suse.de>
2376
2377 * gdb.arch/i386-pkru.exp: Fix unterminated string.
2378
297989a1
TV
23792019-07-25 Tom de Vries <tdevries@suse.de>
2380
2381 PR testsuite/24830
2382 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
2383 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
2384 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
2385 (skip_libstdcxx_probe_tests): ... here.
2386 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
2387
b3b965fb
TV
23882019-07-24 Tom de Vries <tdevries@suse.de>
2389
2390 PR testsuite/24807
2391 * gdb.objc/basicclass.m: Include stdio.h.
2392 * gdb.objc/nondebug.m: Same.
2393 * gdb.objc/objcdecode.m: Same.
2394
4625b4d0
TV
23952019-07-24 Tom de Vries <tdevries@suse.de>
2396
2397 PR testsuite/24612
2398 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
2399 additional_flags.
2400
024a5840
TV
24012019-07-24 Tom de Vries <tdevries@suse.de>
2402
2403 PR testsuite/24831
2404 * gdb.multi/tids.exp: Update error messages for info threads.
2405
c76ddaa3
TV
24062019-07-24 Tom de Vries <tdevries@suse.de>
2407
2408 * gdb.base/info-types.exp: Allow info types to print info for more than
2409 one file.
2410
9a618ef6
TV
24112019-07-23 Tom de Vries <tdevries@suse.de>
2412
2413 PR testsuite/24842
2414 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
2415 gdb_spawn_with_cmdline_opts.
2416
40eadf04
SP
24172019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
2418
2419 * gdb.arch/arm-cmse-sgstubs.c: New test.
2420 * gdb.arch/arm-cmse-sgstubs.exp: New file.
2421
5ba29434
TV
24222019-07-23 Tom de Vries <tdevries@suse.de>
2423
2424 PR testsuite/24711
2425 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
2426 issuing next command.
2427
a8e9d247
AB
24282019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
2429
2430 * gdb.ada/info_auto_lang.exp: Update expected results.
2431 * gdb.base/info-types.c: Add additional types to check.
2432 * gdb.base/info-types.exp: Update expected results.
2433
eb86c5e2
AB
24342019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
2435
2436 * gdb.base/info-types.c: New file.
2437 * gdb.base/info-types.exp: New file.
2438
01e175fe
AB
24392019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
2440
2441 * gdb.arch/riscv-bp-infcall.c: New file.
2442 * gdb.arch/riscv-bp-infcall.exp: New file.
2443
6b78c3f8
AB
24442019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
2445
2446 PR breakpoints/24541
2447 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
2448
da738167
TV
24492019-07-14 Tom de Vries <tdevries@suse.de>
2450
2451 PR testsuite/24760
2452 * gdb.objc/basicclass.exp: Fix unterminated string.
2453
0d4e84ed
AB
24542019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
2455 Andrew Burgess <andrew.burgess@embecosm.com>
2456
2457 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
2458 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
2459 negative bounds.
2460 * gdb.fortran/vla-value.exp: Print elements of an array with
2461 negative bounds.
2462 * gdb.fortran/vla.f90: Setup an array with negative bounds for
2463 testing.
2464
021d8588
AB
24652019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
2466
2467 * gdb.base/options.exp (expect_string): Dequote strings in
2468 results.
2469 (test-string): Test strings with different quoting and reindent.
2470
f06f1252
TT
24712019-07-10 Tom Tromey <tromey@adacore.com>
2472
2473 * gdb.ada/mi_ex_cond.exp: Update expected results.
2474 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
2475 * gdb.ada/mi_catch_ex.exp: Update expected results.
2476 * gdb.ada/mi_catch_assert.exp: Update expected results.
2477 * gdb.ada/catch_ex.exp (catch_exception_info)
2478 (catch_exception_entry, catch_assert_entry)
2479 (catch_unhandled_entry): Update.
2480 * gdb.ada/catch_assert_if.exp: Update expected results.
2481
b863685d
RB
24822019-07-10 Richard Bunt <richard.bunt@arm.com>
2483 Stephen Roberts <stephen.roberts@arm.com>
2484
2485 * gdb.base/define.exp: Restore original prompt.
2486
cb1e4e32
PA
24872019-07-09 Pedro Alves <palves@redhat.com>
2488
2489 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
2490 breakpoints" output.
2491 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
2492 * gdb.python/py-breakpoint.exp: No longer expect that "catch
2493 throw" creates breakpoint.
2494 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
2495 'type="catchpoint"'.
2496
b58a68fe
PA
24972019-07-09 Pedro Alves <palves@redhat.com>
2498
2499 PR c++/15468
2500 * gdb.cp/except-multi-location-lib.cc: New.
2501 * gdb.cp/except-multi-location-main.cc: New.
2502 * gdb.cp/except-multi-location.exp: New.
2503
0826779b
PW
25042019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
2505
2506 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
2507 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
2508 argument and update callers.
2509
5b0e2db4
AB
25102019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2511
2512 * gdb.arch/amd64-break-on-asm-line.S: New file.
2513 * gdb.arch/amd64-break-on-asm-line.exp: New file.
2514
1f6f6e21
PW
25152019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2516
2517 * gdb.base/printcmds.exp: Test printing C string and
2518 C wide string convenience vars without transiting via the inferior.
2519 Also make test names unique.
2520
ea142fbf
AH
25212019-07-08 Alan Hayward <alan.hayward@arm.com>
2522
5862c886 2523 PR breakpoints/25011
ea142fbf
AH
2524 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
2525
213fd9fa
PA
25262019-07-04 Pedro Alves <palves@redhat.com>
2527
2528 * lib/gdb.exp (foreach_with_prefix): Don't return early if
2529 body returned ok(0), break(3) or continue(4).
2530 * gdb.testsuite/foreach_with_prefix.exp: New file.
2531
2b40fda7
AH
25322019-07-04 Alan Hayward <alan.hayward@arm.com>
2533
2534 * gdb.server/unittest.exp: Allow 0 unit tests to run.
2535
a26c8de0
PA
25362019-07-03 Pedro Alves <palves@redhat.com>
2537
2538 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
2539 "return -code".
2540
5f4ba3e7
PA
25412019-07-03 Pedro Alves <palves@redhat.com>
2542
2543 PR cli/24732
2544 * gdb.base/shell.exp: Load completion-support.exp.
2545 Adjust expected error output. Add completion tests.
2546
a994424f
PA
25472019-07-03 Pedro Alves <palves@redhat.com>
2548
2549 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
2550 string_to_regexp.
2551
3d9be6f5
PA
25522019-07-03 Pedro Alves <palves@redhat.com>
2553
2554 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
2555 (expect_integer): Adjust to expect "-string".
2556 (expect_string): New.
2557 (all_options): Expect "-string".
2558 (test-flag, test-boolean): Adjust to expect "-string".
2559 (test-string): New proc.
2560 (top level): Call it.
2561
41fc454c
PA
25622019-07-03 Pedro Alves <palves@redhat.com>
2563
2564 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
2565 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
2566 the expected output in the success.
2567
b2b2a215
PA
25682019-07-03 Pedro Alves <palves@redhat.com>
2569
2570 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
2571 Split one gdb_test_multiple call in two to avoid a race.
2572
fdbc9870
PA
25732019-07-03 Pedro Alves <palves@redhat.com>
2574
2575 * gdb.base/with.c: New file.
2576 * gdb.base/with.exp: New file.
2577
c6ac8931
PA
25782019-07-03 Pedro Alves <palves@redhat.com>
2579
2580 * gdb.base/settings.exp: Replace all references to "maint
2581 test-settings set" with references to "maint set test-settings",
2582 and all references to "maint test-settings show" with references
2583 to "maint show test-settings".
2584
970f9d09
PA
25852019-07-03 Pedro Alves <palves@redhat.com>
2586
2587 * gdb.base/settings.exp (test-string): Adjust expected out when
2588 testing "maint test-settings show filename"
2589
54d66006
PA
25902019-07-02 Pedro Alves <palves@redhat.com>
2591
2592 * gdb.base/options.exp (test-info-threads): New procedure.
2593 (top level): Call it.
2594
10d06d82
TT
25952019-06-28 Tom Tromey <tromey@adacore.com>
2596
2597 * gdb.dwarf2/ada-linkage-name.c: New file.
2598 * gdb.dwarf2/ada-linkage-name.exp: New file.
2599
3d507ff2
TT
26002019-06-27 Tom Tromey <tromey@adacore.com>
2601
d039f014 2602 PR c++/20020:
3d507ff2
TT
2603 * gdb.cp/constexpr-field.exp: Use setup_xfail.
2604
8af58ffe
TV
26052019-06-26 Tom de Vries <tdevries@suse.de>
2606
2607 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
2608
22e21752
TV
26092019-06-26 Tom de Vries <tdevries@suse.de>
2610
2611 * gdb.base/index-cache.exp: Add back missing debug option.
2612
b65b566c
PW
26132019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2614
2615 * gdb.base/alias.exp: Test non matching/non existing prefixes.
2616
5c2c8c69
TV
26172019-06-25 Tom de Vries <tdevries@suse.de>
2618
2619 PR testsuite/24727
2620 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
2621
164e3873
TV
26222019-06-24 Tom de Vries <tdevries@suse.de>
2623
2624 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
2625
824eacee
TV
26262019-06-24 Tom de Vries <tdevries@suse.de>
2627
2628 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
2629 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
2630 * gdb.trace/unavailable-dwarf-piece.exp: Same.
2631
385b97d3
TV
26322019-06-24 Tom de Vries <tdevries@suse.de>
2633
2634 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
2635
c596f180
TV
26362019-06-21 Tom de Vries <tdevries@suse.de>
2637
2638 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
2639
b13a7d03
TV
26402019-06-21 Tom de Vries <tdevries@suse.de>
2641
2642 PR testsuite/24518
2643 PR ada/24713
2644 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
2645 index.
2646
899277ae
TT
26472019-06-19 Tom Tromey <tromey@adacore.com>
2648
2649 * gdb.ada/length_cond.exp: Add intro comment.
2650
680e1bee
TT
26512019-06-19 Tom Tromey <tromey@adacore.com>
2652
2653 * gdb.ada/length_cond.exp: New file.
2654 * gdb.ada/length_cond/length_cond.adb: New file.
2655 * gdb.ada/length_cond/pck.adb: New file.
2656 * gdb.ada/length_cond/pck.ads: New file.
2657
0ed4690a
TV
26582019-06-18 Tom de Vries <tdevries@suse.de>
2659
2660 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
2661
d20ed5fd
TT
26622019-06-18 Tom Tromey <tromey@adacore.com>
2663
2664 * gdb.base/list0.h: Add comment explaining control character.
2665
86e04673
TV
26662019-06-18 Tom de Vries <tdevries@suse.de>
2667
2668 * boards/fission.exp: Break up long debug_flags line.
2669
c4973306
SM
26702019-06-16 Tom de Vries <tdevries@suse.de>
2671
2672 PR gdb/24445
2673 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
2674 generated index.
2675
93cb9841
AB
26762019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
2677
2678 PR gdb/24686
2679 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
2680 improve detection of bug gdb/24541.
2681
399aaebd
SM
26822019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
2683
2684 PR gdb/24669
2685 * gdb.base/index-cache.exp (uses_readnow,
2686 expecting_index_cache_use): Define global variable.
2687 (test_cache_enabled_miss, test_cache_enabled_hit): Use
2688 expecting_index_cache_use.
2689
584a927c
AB
26902019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
2691 Andrew Burgess <andrew.burgess@embecosm.com>
2692
2693 * gdb.fortran/pointers.f90: New file.
2694 * gdb.fortran/print_type.exp: New file.
2695 * gdb.fortran/vla-ptype.exp: Adapt expected results.
2696 * gdb.fortran/vla-type.exp: Likewise.
2697 * gdb.fortran/vla-value.exp: Likewise.
2698 * gdb.mi/mi-vla-fortran.exp: Likewise.
2699
30056ea0
AB
27002019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2701
2702 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
2703 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
2704 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
2705 as a stop reason.
2706
ec8e2b6d
AB
27072019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2708
2709 * gdb.base/annota1.exp: Update expected results.
2710 * gdb.cp/annota2.exp: Likewise.
2711 * gdb.cp/annota3.exp: Likewise.
2712
09e4c4e1
AB
27132019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2714
2715 * gdb.base/style-logging.exp: Remove path from test name.
2716
0735b091
TT
27172019-06-14 Tom Tromey <tromey@adacore.com>
2718
2719 PR gdb/24502:
2720 * gdb.base/style-logging.exp: New file.
2721
f5686554
TT
27222019-06-14 Tom Tromey <tromey@adacore.com>
2723
2724 * gdb.base/symfile-warn.exp: New file.
2725 * gdb.base/symfile-warn.c: New file.
2726
a0c1ffed
TT
27272019-06-14 Tom Tromey <tromey@adacore.com>
2728
2729 * gdb.base/annotate-symlink.exp: New file.
2730
f411722c
TT
27312019-06-14 Tom Tromey <tromey@adacore.com>
2732
2733 * gdb.ada/set_wstr.exp: Add reassignment test.
2734
4268ec18
TT
27352019-06-14 Tom Tromey <tromey@adacore.com>
2736
2737 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
2738 'unchecked_access and 'unrestricted_access as well.
2739
9a9e394b
TT
27402019-06-14 Tom Tromey <tromey@adacore.com>
2741
2742 PR ada/24539:
2743 * gdb.ada/vla.exp: Update tests.
2744 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
2745 pragma.
2746
4c048731
PA
27472019-06-13 Pedro Alves <palves@redhat.com>
2748
2749 * gdb.base/settings.exp (test-integer): Test junk after
2750 "unlimited".
2751
6665660a
PA
27522019-06-13 Pedro Alves <palves@redhat.com>
2753
2754 * gdb.base/options.exp (test-thread-apply): New.
2755 (top level): Call it.
2756
5d707134
PA
27572019-06-13 Pedro Alves <palves@redhat.com>
2758
2759 * gdb.base/options.exp (test-frame-apply): New.
2760 (top level): Test print commands with different "frame apply"
2761 prefixes.
2762
e2a689da
PA
27632019-06-13 Pedro Alves <palves@redhat.com>
2764
e79be6e5 2765 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
e2a689da
PA
2766 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
2767 'max_completions' parameter and handle it.
2768 (test_gdb_completion_offers_commands): New.
2769
90a1ef87
PA
27702019-06-13 Pedro Alves <palves@redhat.com>
2771
2772 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
2773
d4c16835
PA
27742019-06-13 Pedro Alves <palves@redhat.com>
2775
2776 * gdb.base/options.exp (test-backtrace): New.
2777 (top level): Call it.
2778
2daf894e
PA
27792019-06-13 Pedro Alves <palves@redhat.com>
2780
2781 * gdb.guile/scm-frame-args.exp: Use "set print
2782 raw-frame-arguments" instead of "set print raw frame-arguments".
2783 * gdb.python/py-frame-args.exp: Likewise.
2784
e6ed716c
PA
27852019-06-13 Pedro Alves <palves@redhat.com>
2786
2787 * gdb.compile/compile.exp: Adjust expected output to option
2788 processing changes.
2789
7d8062de
PA
27902019-06-13 Pedro Alves <palves@redhat.com>
2791
2792 * gdb.base/options.exp: Build executable.
2793 (test-print): New procedure.
2794 (top level): Call it, once for "print" and another for "compile
2795 print".
2796
9d0faba9
PA
27972019-06-13 Pedro Alves <palves@redhat.com>
2798
2799 * gdb.base/options.c: New file.
2800 * gdb.base/options.exp: New file.
2801
dee7b4c8
PA
28022019-06-13 Pedro Alves <palves@redhat.com>
2803
2804 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
2805 that "o" is ambiguous.
2806
dca0f6c0
PA
28072019-06-13 Pedro Alves <palves@redhat.com>
2808
2809 * gdb.base/settings.c: New file.
2810 * gdb.base/settings.exp: New file.
2811
ccf46844
PA
28122019-06-13 Pedro Alves <palves@redhat.com>
2813
2814 * gdb.base/completion.exp: Fix comment typo.
2815
b9a3f842
PA
28162019-06-13 Pedro Alves <palves@redhat.com>
2817
2818 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
2819 foo --1" test.
2820
d106773e
PA
28212019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
2822
2823 * gdb.fortran/block-data.f: New.
2824 * gdb.fortran/block-data.exp: New.
2825
fea82da0
TV
28262019-06-11 Tom de Vries <tdevries@suse.de>
2827
2828 PR testsuite/24521
2829 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
2830 message.
2831
8c2e74f1
TV
28322019-06-11 Tom de Vries <tdevries@suse.de>
2833
2834 PR testsuite/24521
2835 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
2836
b49851c8
TV
28372019-06-11 Tom de Vries <tdevries@suse.de>
2838
2839 * boards/readnow.exp: New file.
2840
a7067863
AB
28412019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
2842
2843 * gdb.fortran/vla-sizeof.exp: Update expected results.
2844
1a3da2cd
AB
28452019-06-06 Amos Bird <amosbird@gmail.com>
2846
2847 * gdb.base/annota1.exp (thread_switch): Add test for
2848 thread-exited annotation.
2849
3847a7bf
TT
28502019-06-06 Tom Tromey <tromey@adacore.com>
2851
2852 * gdb.base/maint.exp: Expect command started/finished output.
2853
0088ba59
AB
28542019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
2855
2856 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
2857 comment.
2858 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
2859
312617a3
AB
28602019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
2861
2862 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
2863 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
2864 * gdb.arch/riscv-unwind-long-insn.c: New file.
2865 * gdb.arch/riscv-unwind-long-insn.exp: New file.
2866
e1f2e1a2
CB
28672019-06-04 Christian Biesinger <cbiesinger@google.com>
2868
d3238f7d 2869 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 2870
206584bd
PW
28712019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2872
2873 * lib/gdb.exp (help_list_trailer): New regexp variable
2874 factorizing the help trailer message.
2875 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
2876 arg to allow to better factorize various tests.
2877 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
2878 (test_prefix_command_help): Use help_list_trailer.
2879 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
2880 * gdb.guile/scm-cmd.exp: Likewise.
2881 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
2882 * gdb.base/help.exp: Use test_user_defined_class_help.
2883 * gdb.base/style.exp: Add tests for styling of help and apropos.
2884 * lib/gdb-utils.exp (style): Add title and highlight styles.
2885
708dc93e
PW
28862019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2887
2888 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
2889 $_shell_exitsignal.
2890 * gdb.base/default.exp: Update for new convenience variables.
2891
f49055a5
TT
28922019-05-29 Tom Tromey <tromey@adacore.com>
2893
2894 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
2895 to "break complete ada" test case's regexp.
2896
4330d61d
TT
28972019-05-29 Tom Tromey <tromey@adacore.com>
2898
2899 PR c++/20020:
2900 * gdb.cp/constexpr-field.exp: New file.
2901 * gdb.cp/constexpr-field.cc: New file.
2902
000439d5
TT
29032019-05-29 Tom Tromey <tromey@adacore.com>
2904
2905 * gdb.base/finish.exp (finish_no_print): New proc.
2906 (finish_tests): Call it.
2907
5a01c34c
TV
29082019-05-24 Tom de Vries <tdevries@suse.de>
2909
2910 * gdb.dwarf2/gdb-add-index.exp: New file.
2911
18125b16
TT
29122019-05-22 Tom Tromey <tromey@adacore.com>
2913
2914 * gdb.base/info-shared.exp (check_info_shared): Use "style".
2915 * gdb.base/style.exp: Use "style".
2916 * lib/gdb-utils.exp (style): New proc.
2917
af1a8d03
TV
29182019-05-22 Tom de Vries <tdevries@suse.de>
2919
2920 * gdb.base/align.exp: Require c++11.
2921
e7fe496b
TV
29222019-05-22 Tom de Vries <tdevries@suse.de>
2923
2924 PR testsuite/24586
2925 * gdb.python/py-mi-var-info-path-expression.exp: Call
2926 mi_skip_python_tests to check if python is supported.
2927
8fca4da0
AH
29282019-05-22 Alan Hayward <alan.hayward@arm.com>
2929
2930 * gdb.arch/aarch64-pauth.c: New test.
2931 * gdb.arch/aarch64-pauth.exp: New file.
2932
b7060614
AH
29332019-05-22 Alan Hayward <alan.hayward@arm.com>
2934
2935 * README (Re-running Tests Outside The Testsuite): New section.
2936
669d0468
TV
29372019-05-21 Tom de Vries <tdevries@suse.de>
2938
2939 * gdb.arch/amd64-eval.exp: Require c++11.
2940 * gdb.base/max-depth.exp: Same.
2941 * gdb.compile/compile-cplus-array-decay.exp: Same.
2942 * gdb.cp/meth-typedefs.exp: Same.
2943 * gdb.cp/subtypes.exp: Same.
2944 * gdb.cp/temargs.exp: Same.
2945
ce3ebcaa
AH
29462019-05-21 Alan Hayward <alan.hayward@arm.com>
2947
2948 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
2949
34d11c68
AB
29502019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
2951
2952 PR gdb/18644
2953 * gdb.fortran/complex.exp: Remove setup_kfail calls.
2954 * gdb.fortran/printing-types.exp: Add new test.
2955 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
2956 testing.
2957 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
2958 setup_kfail call.
2959
87781e84
AH
29602019-05-17 Alan Hayward <alan.hayward@arm.com>
2961
2962 * README (Running the Testsuite): Change example.
2963 (Testsuite Parameters): Remove TRANSCRIPT.
2964 * lib/gdb.exp: Remove TRANSCRIPT check.
2965
b420b89e
AH
29662019-05-17 Alan Hayward <alan.hayward@arm.com>
2967
2968 * README (Testsuite Parameters): Add replay logging to
2969 GDBSERVER_DEBUG.
2970 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
2971 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
2972 as a comma separated list.
2973 (gdb_debug_init): Override procedure.
2974
408e9b8b
AH
29752019-05-17 Alan Hayward <alan.hayward@arm.com>
2976
2977 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
2978 (gdb_write_cmd_file): New procedure.
2979 * lib/gdbserver-support.exp (gdbserver_start): Call
2980 gdbserver_write_cmd_file.
2981 (gdbserver_write_cmd_file): New procedure.
2982
f9e2e39d
AH
29832019-05-17 Alan Hayward <alan.hayward@arm.com>
2984
2985 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
2986 (delete_breakpoints): Likewise.
2987 (gdb_run_cmd): Likewise.
2988 (gdb_start_cmd): Likewise.
2989 (gdb_starti_cmd): Likewise.
2990 (gdb_internal_error_resync): Likewise.
2991 (gdb_test_multiple): Likewise.
2992 (gdb_reinitialize_dir): Likewise.
2993 (default_gdb_exit): Likewise.
2994 (gdb_file_cmd): Mark kill as optional.
2995 (default_gdb_start): Call gdb_stdin_log_init.
2996 (send_gdb): Call gdb_stdin_log_write.
2997 (rerun_to_main): Mark Y as an answer.
2998 (gdb_stdin_log_init): New function.
2999 (gdb_stdin_log_write): Likewise.
3000
81f47ac2
AH
30012019-05-17 Alan Hayward <alan.hayward@arm.com>
3002
3003 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
3004 * gdb.base/debug-expr.exp: Likewise.
3005 * gdb.base/foll-fork.exp: Likewise.
3006 * gdb.base/foll-vfork.exp: Likewise.
3007 * gdb.base/fork-print-inferior-events.exp: Likewise.
3008 * gdb.base/gdb-sigterm.exp: Likewise.
3009 * gdb.base/gdbinit-history.exp: Likewise.
3010 * gdb.base/osabi.exp: Likewise.
3011 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
3012 * gdb.base/ui-redirect.exp: Likewise.
3013 * gdb.gdb/unittest.exp: Likewise.
3014 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
3015 * gdb.mi/mi-watch.exp: Likewise.
3016 * gdb.mi/new-ui-mi-sync.exp: Likewise.
3017 * gdb.mi/user-selected-context-sync.exp: Likewise.
3018 * gdb.python/python.exp: Disable debug test when debugging.
3019 * gdb.threads/check-libthread-db.exp: Disable when debugging.
3020 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
3021 Likewise.
3022 * gdb.threads/stepi-random-signal.exp: Likewise.
3023
29b52314
AH
30242019-05-17 Alan Hayward <alan.hayward@arm.com>
3025
3026 * Makefile.in: Pass through GDB_DEBUG.
3027 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
3028 (gdb,debug): Add board setting.
3029 * lib/gdb.exp (default_gdb_start): Start debugging.
3030 (gdb_debug_enabled): New procedure.
3031 (gdb_debug_init): Likewise.
29b52314
AH
3032
30332019-05-17 Alan Hayward <alan.hayward@arm.com>
e79be6e5 3034
29b52314
AH
3035 * Makefile.in: Pass through GDB_DEBUG.
3036 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
3037 (gdb,debug): Add board setting.
3038 * lib/gdb.exp (default_gdb_start): Start debugging.
3039 (gdb_debug_enabled): New procedure.
3040 (gdb_debug_init): Likewise.
29b52314 3041
ca1285d1
AH
30422019-05-17 Alan Hayward <alan.hayward@arm.com>
3043
3044 * gdb.base/ui-redirect.exp: Add debug redirect tests.
3045
f3a09c80
AH
30462019-05-17 Alan Hayward <alan.hayward@arm.com>
3047
3048 * gdb.base/ui-redirect.exp: Test redirection.
3049
26648588
JV
30502019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
3051
3052 * gdb.mi/mi-complete.exp: New file.
3053 * gdb.mi/mi-complete.cc: Likewise.
3054
14237686
AB
30552019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
3056
3057 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
3058 indexed and sliced arrays, and pointers to arrays.
3059
e7bd7fba
TT
30602019-05-14 Tom Tromey <tromey@adacore.com>
3061
3062 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
3063 styling test.
3064
2764128d
TV
30652019-05-14 Tom de Vries <tdevries@suse.de>
3066
3067 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
3068 selection entry encoding.
3069
71bed2db
TT
30702019-05-10 Tom Tromey <tromey@adacore.com>
3071
3072 * gdb.ada/info_exc.exp: Add "complete" test.
3073
63b667ad
TV
30742019-05-09 Tom de Vries <tdevries@suse.de>
3075
3076 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
3077 CU-relative.
3078
9cfd2b89
TV
30792019-05-09 Tom de Vries <tdevries@suse.de>
3080
3081 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
3082 CU-relative.
3083
2228ef77
XR
30842019-05-08 Joel Brobecker <brobecker@adacore.com>
3085
3086 * gdb.ada/frame_arg_lang.exp: New testcase.
3087 * gdb.ada/frame_arg_lang/bla.adb: New file.
3088 * gdb.ada/frame_arg_lang/pck.ads: New file.
3089 * gdb.ada/frame_arg_lang/pck.adb: New file.
3090 * gdb.ada/frame_arg_lang/foo.c: New file.
3091
80e55b13
TT
30922019-05-08 Tom Tromey <tromey@adacore.com>
3093
3094 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
3095
9d3421af
TT
30962019-05-08 Tom Tromey <tromey@adacore.com>
3097
3098 * gdb.base/ptype-offsets.exp: Update tests.
3099
844333e2
TT
31002019-05-08 Tom Tromey <tromey@adacore.com>
3101
3102 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
3103 cases.
3104 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
3105 "short".
3106
988915ee
TT
31072019-05-08 Tom Tromey <tromey@adacore.com>
3108
3109 * gdb.ada/vla.exp: New file.
3110 * gdb.ada/vla/vla.adb: New file.
3111
7bd55dac
TV
31122019-05-07 Tom de Vries <tdevries@suse.de>
3113
3114 * gdb.base/index-cache.exp (ls_host): Fix return statement.
3115
75f06e9d
TV
31162019-05-07 Tom de Vries <tdevries@suse.de>
3117
3118 PR testsuite/24522
3119 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
3120 section.
3121
77e7aaa4
TV
31222019-05-07 Tom de Vries <tdevries@suse.de>
3123
3124 PR testsuite/24522
3125 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
3126 .debug_aranges section.
3127
456ba0fa
TV
31282019-05-07 Tom de Vries <tdevries@suse.de>
3129
3130 PR testsuite/24159
3131 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
3132
5a56d6a6
TV
31332019-05-06 Tom de Vries <tdevries@suse.de>
3134
3135 * lib/gdb.exp (exec_has_index_section): New proc.
3136 * gdb.base/index-cache.exp: Handle case that binfile contains an index
3137 section.
3138
9d6d4be8
TV
31392019-05-04 Tom de Vries <tdevries@suse.de>
3140
3141 * boards/cc-with-debug-names.exp: New file.
3142
222a8d25
TT
31432019-05-03 Tom Tromey <tromey@adacore.com>
3144
3145 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
3146 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
3147 * gdb.ada/char_enum.exp: Add test.
3148
0fdfd794
TV
31492019-05-03 Tom de Vries <tdevries@suse.de>
3150
3151 * boards/cc-with-gdb-index.exp: New file.
3152
80062eb9
AB
31532019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
3154
3155 * gdb.rust/simple.exp: Add new test case.
3156 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
3157 (main): Initialise an instance of the new struct.
3158
4504bbde
TT
31592019-05-01 Tom Tromey <tromey@adacore.com>
3160
3161 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
3162 record.
3163 (NPR): New variable.
3164 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
3165 test.
3166
d48e62f4
TT
31672019-05-01 Tom Tromey <tromey@adacore.com>
3168
3169 * gdb.ada/packed_array_assign.exp: Add packed assignment
3170 regression test.
3171
f59f30f5
TV
31722019-05-01 Tom de Vries <tdevries@suse.de>
3173
3174 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
3175
b70bfc54
TV
31762019-05-01 Tom de Vries <tdevries@suse.de>
3177
3178 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
3179
15f18d14
AT
31802019-04-30 Ali Tamur <tamur@google.com>
3181
3182 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
3183
2ff0a947
TT
31842019-04-30 Tom Tromey <tromey@adacore.com>
3185
3186 * lib/ada.exp (find_ada_tool): New proc.
3187 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
3188 * gdb.ada/catch_ex_std.exp: New file.
3189 * gdb.ada/catch_ex_std/foo.adb: New file.
3190 * gdb.ada/catch_ex_std/some_package.adb: New file.
3191 * gdb.ada/catch_ex_std/some_package.ads: New file.
3192
a776957c
TT
31932019-04-30 Tom Tromey <tromey@adacore.com>
3194
3195 PR c++/24470:
3196 * gdb.cp/temargs.cc: Add test code from PR.
3197
bc68014d
AB
31982019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3199
3200 * gdb.fortran/vla-datatypes.exp: Update expected results.
3201 * gdb.fortran/vla-ptype.exp: Likewise.
3202 * gdb.fortran/vla-type.exp: Likewise.
3203 * gdb.fortran/vla-value.exp: Likewise.
3204
f1fdc960
AB
32052019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3206
3207 * gdb.fortran/ptr-indentation.exp: Update expected results.
3208 * gdb.fortran/ptype-on-functions.exp: Likewise.
3209 * gdb.fortran/vla-ptr-info.exp: Likewise.
3210 * gdb.fortran/vla-value.exp: Likewise.
3211
bf7a4de1
AB
32122019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3213
3214 * gdb.fortran/ptype-on-functions.exp: New file.
3215 * gdb.fortran/ptype-on-functions.f90: New file.
3216
bbe75b9d
AB
32172019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3218
3219 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
3220 case void string.
3221
1db455a7
AB
32222019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3223
3224 * gdb.fortran/complex.exp: Expand.
3225 * gdb.fortran/complex.f: Renamed to...
3226 * gdb.fortran/complex.f90: ...this, and extended to add more
3227 complex values.
3228
b6d03bb2
AB
32292019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3230
3231 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
3232 MODULO, CMPLX.
3233
2e62ab40
AB
32342019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
3235 Richard Bunt <richard.bunt@arm.com>
3236
3237 * gdb.base/max-depth.c: New file.
3238 * gdb.base/max-depth.exp: New file.
3239 * gdb.python/py-nested-maps.c: New file.
3240 * gdb.python/py-nested-maps.exp: New file.
3241 * gdb.python/py-nested-maps.py: New file.
3242 * gdb.python/py-format-string.exp (test_max_depth): New proc.
3243 (test_all_common): Call test_max_depth.
3244 * gdb.fortran/max-depth.exp: New file.
3245 * gdb.fortran/max-depth.f90: New file.
3246 * gdb.go/max-depth.exp: New file.
3247 * gdb.go/max-depth.go: New file.
3248 * gdb.modula2/max-depth.exp: New file.
3249 * gdb.modula2/max-depth.c: New file.
3250 * lib/gdb.exp (get_print_expr_at_depths): New proc.
3251
d2b584a5
TV
32522019-04-29 Tom de Vries <tdevries@suse.de>
3253
3254 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
3255
136afab8
PW
32562019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3257
3258 * gdb.base/callexit.exp: Test may-call-functions off.
3259
725cbb63
KS
32602019-04-25 Keith Seitz <keiths@redhat.com>
3261
3262 PR c++/24367
3263 * gdb.cp/meth-typedefs.cc (incomplete_struct)
3264 (another_incomplete_struct, test_incomplete): New definitions.
3265 (main): Use new definitions.
3266 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
3267 functions.
3268
701adfb0
PA
32692019-04-25 Ali Tamur <tamur@google.com>
3270
3271 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
3272
82433e3e
SDJ
32732019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
3274
3275 PR corefiles/11608
3276 PR corefiles/18187
3277 * gdb.base/coredump-filter-build-id.exp: New file.
3278
dd06d4d6
AH
32792019-04-25 Alan Hayward <alan.hayward@arm.com>
3280
e79be6e5
SM
3281 * Makefile.in: Pass through GDBSERVER_DEBUG.
3282 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
3283 (gdbserver,debug): Add board setting.
3284 * gdb.trace/tspeed.exp: Skip when debugging.
3285 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
3286 * lib/gdbserver-support.exp: Likewise
dd06d4d6 3287
1670072e
TT
32882019-04-24 Tom Tromey <tromey@adacore.com>
3289
3290 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
3291 Rust.
3292
a59240a4
TT
32932019-04-24 Tom Tromey <tromey@adacore.com>
3294
3295 * gdb.arch/amd64-eval.exp: Test bitfield return.
3296 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
3297 (class Foo) <return_bitfields>: New method.
3298 (main): Call it.
3299
b907456c
AB
33002019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
3301
3302 * gdb.cp/many-args.cc: New file.
3303 * gdb.cp/many-args.exp: New file.
3304
5c565afd
TV
33052019-04-23 Tom de Vries <tdevries@suse.de>
3306
3307 PR gdb/24433
3308 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
3309
ba22ff86
AH
33102019-04-23 Alan Hayward <alan.hayward@arm.com>
3311
3312 * gdb.trace/backtrace.exp: Use nopie flag.
3313 * gdb.trace/circ.exp: Likewise.
3314 * gdb.trace/collection.exp: Likewise.
3315 * gdb.trace/ftrace.exp: Likewise.
3316 * gdb.trace/mi-trace-unavailable.exp: Likewise.
3317 * gdb.trace/mi-traceframe-changed.exp: Likewise.
3318 * gdb.trace/qtro.exp: Likewise.
3319 * gdb.trace/read-memory.exp: Likewise.
3320 * gdb.trace/report.exp: Likewise.
3321 * gdb.trace/tfile.exp: Likewise.
3322 * gdb.trace/tfind.exp: Likewise.
3323 * gdb.trace/unavailable.exp: Likewise.
3324
7905fc35
PA
33252019-04-22 Pedro Alves <palves@redhat.com>
3326
3327 * gdb.base/solib-probes-nosharedlibrary.c,
3328 gdb.base/solib-probes-nosharedlibrary.exp: New files.
3329
8ecb59f8
TT
33302019-04-19 Tom Tromey <tromey@adacore.com>
3331
3332 * gdb.ada/ptype_union.c: New file.
3333 * gdb.ada/ptype_union.exp: New file.
3334
62160ec9
TT
33352019-04-19 Tom Tromey <tromey@adacore.com>
3336
3337 PR symtab/24423:
3338 * gdb.base/list0.h (foo): Add a control-l character.
3339
36cd4ba5
TV
33402019-04-18 Tom de Vries <tdevries@suse.de>
3341
3342 PR gdb/24433
3343 * boards/local-board.exp: Set sysroot to "".
3344
b73715df
TV
33452019-04-18 Tom de Vries <tdevries@suse.de>
3346 Pedro Alves <palves@redhat.com>
3347
3348 PR gdb/24454
3349 * gdb.threads/vfork-follow-child-exec.c: New file.
3350 * gdb.threads/vfork-follow-child-exec.exp: New file.
3351 * gdb.threads/vfork-follow-child-exit.c: New file.
3352 * gdb.threads/vfork-follow-child-exit.exp: New file.
3353
4aa866af
LS
33542019-04-15 Leszek Swirski <leszeks@google.com>
3355
3356 * gdb.arch/amd64-eval.cc: New file.
3357 * gdb.arch/amd64-eval.exp: New file.
3358
e5a1a79a
AH
33592019-04-11 Alan Hayward <alan.hayward@arm.com>
3360
3361 * gdb.server/sysroot.c: New test.
3362 * gdb.server/sysroot.exp: New file.
3363 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
3364 matching param.
3365
41077b66
AB
33662019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
3367
3368 * gdb.base/align.exp: Extend test to cover structures containing
3369 only static fields.
3370
c30391f8
TV
33712019-04-11 Tom de Vries <tdevries@suse.de>
3372
3373 * boards/cc-with-dwz-m.exp: New file.
3374 * boards/cc-with-dwz.exp: New file.
3375 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
3376
e242fd12
SM
33772019-04-09 Simon Marchi <simon.marchi@efficios.com>
3378
3379 * gdb.base/start-cpp.exp: New file.
3380 * gdb.base/start-cpp.cc: New file.
3381
2b0c8b01
KB
33822019-04-08 Kevin Buettner <kevinb@redhat.com>
3383
3384 * gdb.python/py-thrhandle.exp: Adjust tests to call
3385 thread_from_handle instead of thread_from_thread_handle.
3386
947210e5
KB
33872019-04-08 Kevin Buettner <kevinb@redhat.com>
3388
3389 * gdb.python/py-thrhandle.exp: Add tests for
3390 gdb.InferiorThread.handle.
3391
d7df6549
AB
33922019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
3393
3394 * gdb.python/py-function.exp: Check calling helper function from
3395 all languages.
3396 * lib/gdb.exp (gdb_supported_languages): New proc.
3397
8bdc1658
AB
33982019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
3399
3400 * gdb.base/complex-parts.c: New file.
3401 * gdb.base/complex-parts.exp: New file.
3402
05caa1d2
TT
34032019-04-01 Tom Tromey <tromey@adacore.com>
3404
3405 PR symtab/23331:
3406 * gdb.dwarf2/dw2-ranges-main.c: New file.
3407 * gdb.dwarf2/dw2-ranges-psym.c: New file.
3408 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
3409
7734102d
EZ
34102019-03-30 Simon Marchi <simark@simark.ca>
3411
3412 * gdb.base/default.exp: Add values for $_gdb_major and
3413 $_gdb_minor.
3414
188e1fa9
TT
34152019-03-29 Tom Tromey <tromey@adacore.com>
3416
3417 * gdb.base/help.exp: Tighten apropos regexp.
3418
2880242d
KS
34192019-03-29 Keith Seitz <keiths@redhat.com>
3420
3421 * gdb.fortran/array-bounds.exp: New file.
3422 * gdb.fortran/array-bounds.f90: New file.
3423
077cad8e
PW
34242019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3425
3426 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
3427
80047cfc
PW
34282019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3429
3430 * gdb.multi/hello.c (main): Increase alarm timer.
3431
f489207e
SL
34322019-03-28 Sandra Loosemore <sandra@codesourcery.com>
3433
3434 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
3435 factor when no hardware watchpoint support.
3436
c92df149
AH
34372019-03-28 Alan Hayward <alan.hayward@arm.com>
3438 Pedro Alves <palves@redhat.com>
3439
3440 * boards/local-board.exp: set sysroot to /.
3441
933aebfa
AH
34422019-03-27 Alan Hayward <alan.hayward@arm.com>
3443
3444 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
3445 in child.
3446
9f9aa852
AB
34472019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3448
3449 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
3450 field.
3451 (make_container): Initialise new field.
3452 * gdb.python/py-prettyprint.exp: Add new tests.
3453 * gdb.python/py-prettyprint.py (class ContainerPrinter)
3454 <display_hint>: New method.
3455
3714a195
AB
34562019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3457
3458 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
3459 gdb_continue_to_breakpoint more throughout this test.
3460 (run_lang_tests) Supply unique test names, and use
3461 gdb_test_no_output.
3462
18c77628
AB
34632019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3464
3465 * gdb.base/finish-pretty.exp: Update expected results.
3466 * gdb.base/pretty-print.c: New file.
3467 * gdb.base/pretty-print.exp: New file.
3468
9a93502f
PA
34692019-03-25 Pedro Alves <palves@redhat.com>
3470
3471 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
3472 move comments outside list. Append '-i "" eof' section.
3473
968aa7ae
AH
34742019-03-22 Alan Hayward <alan.hayward@arm.com>
3475
34a7f2a4 3476 PR testsuite/25016
968aa7ae
AH
3477 * README: Add pie options.
3478 * gdb.base/break-interp.exp: Ensure pie is disabled.
3479 * gdb.base/dump.exp: Likewise.
3480 * lib/gdb.exp (gdb_compile): Add pie option.
3481
4c7d57e7
TT
34822019-03-19 Tom Tromey <tromey@adacore.com>
3483
3484 * gdb.mi/mi2-cli-display.c: New file.
3485 * gdb.mi/mi2-cli-display.exp: New file.
3486
bff8c71f
TT
34872019-03-18 Joel Brobecker <brobecker@adacore.com>
3488 Tom Tromey <tromey@adacore.com>
3489
3490 * gdb.ada/ptype_array/pck.adb: New file.
3491 * gdb.ada/ptype_array/pck.ads: New file.
3492 * gdb.ada/ptype_array/foo.adb: New file.
3493 * gdb.ada/ptype_array.exp: New file.
3494
d085f989
TT
34952019-03-14 Tom Tromey <tromey@adacore.com>
3496
3497 * gdb.base/style.exp: Add "set style sources" test.
3498
b4be1b06
SM
34992019-03-13 Simon Marchi <simon.marchi@ericsson.com>
3500
3501 * mi-breakpoint-location-ena-dis.exp: Rename to ...
3502 * mi-breakpoint-multiple-locations.exp: ... this.
3503 (make_breakpoints_pattern): New proc.
3504 (do_test): Add mi_version parameter, test -break-insert,
3505 -break-info and =breakpoint-created.
3506
7cde5fc2
AB
35072019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
3508
3509 * config/default.exp: Remove 'load_lib gdb.exp'.
3510 * config/monitor.exp: Likewise.
3511 * config/sid.exp: Likewise.
3512 * config/sim.exp: Likewise.
3513 * config/slite.exp: Likewise.
3514 * config/unix.exp: Likewise.
3515 * gdb.base/default.exp: Remove unhelpful comment.
3516
efbecbc1
AB
35172019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3518
3519 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
3520
0841c79a
AB
35212019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3522
3523 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
3524
4a270568
AB
35252019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3526
3527 * gdb.fortran/type-kinds.exp: Update expected results.
3528
067630bd
AB
35292019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3530
3531 * gdb.fortran/type-kinds.exp: Test new integer type kind.
3532
3be47f7a
AB
35332019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3534
3535 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
3536 function.
3537 (test_basic_parsing_of_type_kinds): Expand types tested.
3538 (test_parsing_invalid_type_kinds): New function.
3539
4d00f5d8
AB
35402019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3541
3542 * gdb.fortran/intrinsics.exp: New file.
3543 * gdb.fortran/intrinsics.f90: New file.
3544 * gdb.fortran/type-kinds.exp: New file.
3545
c8f91604
AB
35462019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3547
3548 * gdb.fortran/dot-ops.exp: New file.
3549
dd9f2c76
AB
35502019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3551
3552 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
3553 Check upper and lower case logical literals.
3554
84ec9724
AB
35552019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3556
3557 * gdb.fortran/types.exp (test_float_literal_types_accepted):
3558 Remove duplicate tests.
3559
c3734e09
AH
35602019-03-06 Alan Hayward <alan.hayward@arm.com>
3561
3562 * lib/gdb.exp (builtin_cd): rename of cd.
3563 (cd): Override builtin.
3564
aa3cfbda
RB
35652019-03-06 Richard Bunt <richard.bunt@arm.com>
3566
3567 * gdb.fortran/function-calls.exp: New file.
3568 * gdb.fortran/function-calls.f90: New test.
3569
7b63ad86
RB
35702019-03-04 Richard Bunt <richard.bunt@arm.com>
3571
3572 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
3573 on user program standard output.
3574 * gdb.fortran/short-circuit-argument-list.f90: Record function
3575 calls.
3576
01abb042
AH
35772019-02-28 Alan Hayward <alan.hayward@arm.com>
3578
c3734e09
AH
3579 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
3580 failure.
01abb042 3581
92137da0
RO
35822019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3583
3584 PR gdb/8527
3585 * gdb.base/interrupt-daemon-attach.c,
3586 gdb.base/interrupt-daemon-attach.exp: New test.
3587
5862844d
PA
35882019-02-27 Pedro Alves <palves@redhat.com>
3589
3590 * gdb.base/page.exp: Add tests for "set width/height -1".
3591
8ed25214
PA
35922019-02-27 Pedro Alves <palves@redhat.com>
3593
3594 * gdb.base/page.exp: Add tests for "set/show width/height" with
3595 "infinite" values.
3596
6c28e44a
TT
35972019-02-27 Tom Tromey <tromey@adacore.com>
3598
3599 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
3600 2.4.
3601 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
3602 workaround.
3603
bf9a735e
AB
36042019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
3605
3606 * gdb.base/align.exp: Extend to compile in both C and C++, and add
3607 tests for structs with static members.
3608
8791793c
TT
36092019-02-26 Tom Tromey <tromey@adacore.com>
3610
3611 * gdb.python/py-value.exp (test_value_from_buffer): Check for
3612 ValueError, not TypeError.
3613
bc2a507e
KB
36142019-02-26 Kevin Buettner <kevinb@redhat.com>
3615
3616 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
3617 call from main program.
3618
e0e7d3bd
JB
36192019-02-23 Joel Brobecker <brobecker@adacore.com>
3620
3621 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
3622 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
3623 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
3624 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
3625 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
3626
9600246d
KS
36272019-02-22 Keith Seitz <keiths@redhat.com>
3628
3629 PR symtab/23853
3630 * gdb.base/symlink-sourcefile.c: New file.
3631 * gdb.base/symlink-sourcefile.exp: New file.
3632
0c95f9ed
TT
36332019-02-20 Tom Tromey <tom@tromey.com>
3634
3635 * gdb.base/info_qt.exp: Update.
3636
6caa91b6
SM
36372019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
3638
3639 * gdb.base/source.exp: Move "error in sourced script" code to
3640 the end.
3641 * gdb.base/source-error.gdb: Move contents to
3642 source-error-1.gdb. Add new code to source source-error-1.gdb.
3643 * gdb.base/source-error-1.gdb: New file, from previous
3644 source-error.gdb.
3645
6506371f
TT
36462019-02-17 Tom Tromey <tom@tromey.com>
3647
3648 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
3649 for macro styling.
3650 * gdb.base/style.c (SOME_MACRO): New macro.
3651
a0087920
TT
36522019-02-17 Tom Tromey <tom@tromey.com>
3653
3654 * gdb.base/style.exp: Add line-wrapping tests.
3655 * gdb.base/page.exp: Add test for quitting during pagination.
3656
a2cd4f14
JB
36572019-02-17 Joel Brobecker <brobecker@adacore.com>
3658
3659 * gdb.ada/big_packed_array: New testcase.
3660 * gdb.ada/homonym.exp: Fix incorrect expected output for
3661 "break <homonym__get_value>" test.
3662
9d70ffbc
WP
36632019-02-13 Weimin Pan <weimin.pan@oracle.com>
3664
3665 PR breakpoints/21870
3666 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
3667 and prepare_for_testing. Add comment.
3668 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
3669 redundant cleanup call. Clean up comment.
3670
01c7ae81
WP
36712019-02-12 Weimin Pan <weimin.pan@oracle.com>
3672
3673 PR breakpoints/21870
3674 * gdb.arch/aarch64-dbreg-contents.exp: New file.
3675 * gdb.arch/aarch64-dbreg-contents.c: New file.
3676
aff29d1c
JB
36772019-02-10 Joel Brobecker <brobecker@adacore.com>
3678
3679 * gdb.ada/mi_ref_changeable: New testcase.
3680
df0da8a2
AH
36812019-02-07 Alan Hayward <alan.hayward@arm.com>
3682
3683 * gdb.base/attach.exp: Add double attach test.
3684
bd447abb
SM
36852019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
3686
3687 * lib/gdb.exp (default_gdb_start): Don't match pagination
3688 prompt.
3689 (gdb_init): Set stty_init.
3690
1dbc40b9
TT
36912019-01-27 Tom Tromey <tom@tromey.com>
3692
3693 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
3694 skip_python_tests.
3695
353229bf
AH
36962019-01-24 Alan Hayward <alan.hayward@arm.com>
3697
3698 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
3699 New structure.
3700 (struct struct_static_02_02): Likewise.
3701 (struct struct_static_02_03): Likewise.
3702 (struct struct_static_02_04): Likewise.
3703 (struct struct_static_04_01): Likewise.
3704 (struct struct_static_04_02): Likewise.
3705 (struct struct_static_04_03): Likewise.
3706 (struct struct_static_04_04): Likewise.
3707 (struct struct_static_06_01): Likewise.
3708 (struct struct_static_06_02): Likewise.
3709 (struct struct_static_06_03): Likewise.
3710 (struct struct_static_06_04): Likewise.
3711 (cmp_struct_static_02_01): Likewise.
3712 (cmp_struct_static_02_02): Likewise.
3713 (cmp_struct_static_02_03): Likewise.
3714 (cmp_struct_static_02_04): Likewise.
3715 (cmp_struct_static_04_01): Likewise.
3716 (cmp_struct_static_04_02): Likewise.
3717 (cmp_struct_static_04_03): Likewise.
3718 (cmp_struct_static_04_04): Likewise.
3719 (cmp_struct_static_06_01): Likewise.
3720 (cmp_struct_static_06_02): Likewise.
3721 (cmp_struct_static_06_03): Likewise.
3722 (cmp_struct_static_06_04): Likewise.
3723 (call_all): Test new structs.
3724 * gdb.base/infcall-nested-structs.exp: Likewise.
3725
73021deb
AH
37262019-01-21 Alan Hayward <alan.hayward@arm.com>
3727 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
3728
fc65c7db
AH
37292019-01-21 Alan Hayward <alan.hayward@arm.com>
3730 * gdb.base/stack-protector.c: New test.
3731 * gdb.base/stack-protector.exp: New file.
3732 * gdb.cp/ovldbreak.exp: Only allow a single break line.
3733 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
3734 option.
3735 (gdb_compile): Remove stack protector for GCC and prevent
3736 recursion.
3737
c24bdb02
KS
37382019-01-16 Keith Seitz <keiths@redhat.com>
3739
3740 PR gdb/23773
3741 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
3742
6f072a10
PFC
37432019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3744
3745 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
3746 aliases.
3747 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
3748 tests.
3749 * gdb.arch/powerpc-vector-regs.c: New file.
3750 * gdb.arch/powerpc-vector-regs.exp: New file.
3751
a7b8d682
PFC
37522019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3753
3754 * gdb.arch/altivec-regs.exp: Fix the list passed to
3755 gdb_expect_list when testing "info vector".
3756
6eb6fb67
AB
37572019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
3758
3759 * gdb.base/style.exp: Don't include path in testname.
3760
b56f80d8
KS
37612019-01-10 Keith Seitz <keiths@redhat.com>
3762
3763 PR gdb/23712
3764 PR symtab/23010
3765 * gdb.dwarf2/multidictionary.exp: New file.
3766
041be526
SM
37672019-01-09 Simon Marchi <simon.marchi@ericsson.com>
3768
3769 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
3770 (test_gnuv3_style_demangling): ... this.
3771 (test_lucid_style_demangling): Remove.
3772 (test_arm_style_demangling): Remove.
3773 (test_hp_style_demangling): Remove.
3774 (do_tests): Remove calls to the above.
3775
d820d0c3
AB
37762019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3777
3778 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
3779 case.
3780
f097f5ad
TT
37812019-01-06 Tom Tromey <tom@tromey.com>
3782
3783 PR gdb/28155:
3784 * gdb.dwarf2/typedef-void-finish.exp: New file.
3785
2cd8cc0b
TT
37862018-12-28 Tom Tromey <tom@tromey.com>
3787 Simon Marchi <simark@simark.ca>
3788
3789 * gdb.base/jit-exec.exp: New file.
3790 * gdb.base/jit-exec.c: New file.
3791 * gdb.base/jit-execd.c: New file.
3792
35fb8261
TT
37932018-12-28 Tom Tromey <tom@tromey.com>
3794
3795 * gdb.base/style.exp: Update test to check for address styling.
3796
47fd17cd
TT
37972018-12-28 Tom Tromey <tom@tromey.com>
3798
3799 * gdb.base/style.exp: Add test for styling of "Reading symbols"
3800 message.
3801
d47032b7
TT
38022018-12-28 Tom Tromey <tom@tromey.com>
3803
3804 * gdb.base/style.exp: Add test for version number styling.
3805
af79b68d
TT
38062018-12-28 Tom Tromey <tom@tromey.com>
3807
3808 * gdb.base/style.exp: Add test for print_address_symbolic.
3809
0bb296cb
TT
38102018-12-28 Tom Tromey <tom@tromey.com>
3811
3812 * gdb.base/style.exp: Add test for breakpoint setting.
3813
80ae2043
TT
38142018-12-28 Tom Tromey <tom@tromey.com>
3815
3816 * gdb.base/style.exp: Add test for variable names.
3817
cbe56571
TT
38182018-12-28 Tom Tromey <tom@tromey.com>
3819
3820 * gdb.base/style.exp: New file.
3821 * gdb.base/style.c: New file.
3822
9162a27c
TT
38232018-12-28 Tom Tromey <tom@tromey.com>
3824
3825 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
3826 "dumb".
3827 * gdb.base/readline.exp (operate_and_get_next): Save and restore
3828 the TERM environment variable.
3829
bc543c90
TT
38302018-12-27 Tom Tromey <tom@tromey.com>
3831
3832 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
3833 pagination test.
3834
6f0ffe50
AB
38352018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
3836
3837 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
3838 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
3839
b5a1e557
PW
38402018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3841
3842 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
3843 Filename a.adb changed to bp_fun_addr.adb.
3844 gdb.ada/bp_fun_addr.exp: Update test accordingly.
3845
6e8b1ab2
JV
38462018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
3847
3848 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
3849 non-PIE executables.
3850 * README: Mention the gdb,nopie_flag board setting.
3851 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
3852 non-PIE executable.
3853 * gdb.arch/amd64-entry-value.exp: Likewise.
3854 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
3855 * gdb.arch/i386-float.exp: Likewise.
3856 * gdb.arch/i386-signal.exp: Likewise.
3857 * gdb.mi/mi-reg-undefined.exp: Likewise.
3858
d00a27c5
PM
38592018-12-21 Paul Marechal <paul.marechal@ericsson.com>
3860
3861 PR gdb/23974
3862 * gdb.base/info-os.exp: Check return for unknown "info os" type.
3863
161d081c
PW
38642018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3865
3866 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
3867 Update order of results accordingly.
3868
b001de23
AB
38692018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
3870
3871 * gdb.base/annota1.exp: Update a test regexp.
3872
99e1a184
AB
38732018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
3874
3875 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
3876
7a81c1e2
PW
38772018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3878
3879 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
3880 (reuse_time): Initialize to REUSE_TIME_CAP.
3881 (check_rc): New function.
3882 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
3883 Check pthread_create rc.
3884 (spawner_thread_func): Check pthread_create and pthread_join rc.
3885
73e8dc90
PA
38862018-12-08 Pedro Alves <palves@redhat.com>
3887
3888 * gdb.base/list.exp (test_forward_search): Rename to ...
3889 (test_forward_reverse_search): ... this. Also test reverse-search
3890 and the forward-search alias.
3891
13f2ed32
AB
38922018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
3893
3894 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
3895 local timeout variable before return, and remove all local timeout
3896 variable entirely.
3897 (gdb_load): Likewise.
3898
64d27cfc
TV
38992018-12-01 Tom de Vries <tdevries@suse.de>
3900
3901 * gdb.base/gdb-caching-proc.exp: New file.
3902
f63c03b4
SDJ
39032018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
3904
3905 * Makefile.in (TIMESTAMP): New variable.
3906 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
3907 command.
3908 (check-single-racy): Likewise.
3909 (check/%.exp): Likewise.
3910 (check-racy/%.exp): Likewise.
3911 (workers/%.worker): Likewise.
3912 (build-perf): Likewise.
3913 (check-perf): Likewise.
3914 * README: Describe new "TS" and "TS_FORMAT" variables.
3915 * print-ts.py: New file.
3916
1c97054b
BF
39172018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
3918
3919 PR python/23714
3920 * gdb.python/python.exp: Test command repetition after
3921 gdb.execute.
3922
1871a62d
AB
39232018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
3924
3925 * gdb.opt/inline-break.exp: Add test that info breakpoint output
3926 is correctly aligned.
3927
fb5e1ed9
PW
39282018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3929
3930 * gdb.ada/info_auto_lang.exp: New testcase.
3931 * gdb.ada/info_auto_lang/global_pack.ads: New file.
3932 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
3933 * gdb.ada/info_auto_lang/some_c.c: New file.
3934
43d397ca
PW
39352018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3936
3937 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
3938 FUNC_lang language syntax.
3939
beddd671
PW
39402018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3941
3942 * gdb.base/info_minsym.c: New file.
3943 * gdb.base/info_minsym.exp: New file.
3944
73fc52c4
TT
39452018-11-19 Tom Tromey <tom@tromey.com>
3946
3947 PR rust/23625:
3948 * gdb.rust/simple.exp: Add ptype test. Update expected output.
3949 * gdb.rust/expr.exp: Update expected output. Change one test.
3950
994b876a
TT
39512018-11-19 Tom Tromey <tom@tromey.com>
3952
3953 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
3954
6769f276
PA
39552018-11-19 Pedro Alves <palves@redhat.com>
3956
3957 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
3958 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
3959 see the expected warning.
3960
38a72da0
AH
39612018-11-16 Alan Hayward <alan.hayward@arm.com>
3962
3963 PR gdb/22736:
3964 * gdb.cp/infcall-nodebug-lib.c: New test.
3965 * gdb.cp/infcall-nodebug-main.c: New test.
3966 * gdb.cp/infcall-nodebug.exp: New file.
3967
53a89d6e
SM
39682018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
3969
3970 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
3971 completer tests.
3972
9325300d
TV
39732018-11-09 Tom de Vries <tdevries@suse.de>
3974
3975 * gdb.base/msym-lang.c: New test.
3976 * gdb.base/msym-lang.exp: New file.
3977 * gdb.base/msym-lang-main.c: New test.
3978
20f0d60d
TT
39792018-11-08 Tom Tromey <tom@tromey.com>
3980
3981 PR gdb/23555:
3982 PR gdb/23838:
3983 * gdb.base/warning.exp: New file.
3984
b5420128
JB
39852018-11-08 Jan Beulich <jbeulich@suse.com>
3986
3987 * testsuite/gdb.arch/i386-avx512.c,
3988 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
3989
cd115d61
AB
39902018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
3991
3992 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
3993 point hardware.
3994
35ee2dc2
AB
39952018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
3996
3997 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
3998 * gdb.dwarf2/missing-type-name.exp: New file.
3999
31aceee8
TV
40002018-11-06 Tom de Vries <tdevries@suse.de>
4001
4002 * gdb.base/many-headers.c: New test.
4003 * gdb.base/many-headers.exp: New file.
4004
109be305
JW
40052018-11-06 Jim Wilson <jimw@sifive.com>
4006
4007 * gdb.base/code_elim.exp: For riscv, set additional_flags
4008 to include -msmall-data-limit=0.
4009
e2b7af72
JB
40102018-11-01 Joel Brobecker <brobecker@adacore.com>
4011
4012 * gdb.ada/watch_minus_l: New testcase.
4013
cdcda965
SM
40142018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
4015
4016 * gdb.arch/aix-sighandle.c: New file.
4017 * gdb.arch/aix-sighandle.exp: New file.
4018
92dcebf3
AB
40192018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
4020
4021 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
4022 registers being unions.
4023
68b9ac18
TV
40242018-10-31 Tom de Vries <tdevries@suse.de>
4025
4026 * lib/valgrind.exp: New file.
4027 (vgdb_start, vgdb_stop): New procs, factored out of ...
4028 * gdb.base/valgrind-bt.exp: ... here, ...
4029 * gdb.base/valgrind-disp-step.exp: ... here and ...
4030 * gdb.base/valgrind-infcall.exp: ... here.
4031
1443936e
TV
40322018-10-31 Tom de Vries <tdevries@suse.de>
4033
4034 * lib/gdb.exp (get_valueof): Don't output read value in test name.
4035
eb77c9df
AB
40362018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
4037
4038 * gdb.dwarf2/void-type.c: New file.
4039 * gdb.dwarf2/void-type.exp: New file.
4040
82b5e646
PW
40412018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4042
4043 * gdb.base/info_qt.c: New file.
4044 * gdb.base/info_qt.exp: New file.
4045
8d619c01
EBM
40462018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4047
4048 * gdb.arch/powerpc-htm-regs.c: New file.
4049 * gdb.arch/powerpc-htm-regs.exp: New file.
4050
f2cf6173
EBM
40512018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4052
4053 * gdb.arch/powerpc-tar.c: New file.
4054 * gdb.arch/powerpc-tar.exp: New file.
4055
7ca18ed6
EBM
40562018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4057
4058 * gdb.arch/powerpc-ppr-dscr.c: New file.
4059 * gdb.arch/powerpc-ppr-dscr.exp: New file.
4060
bfcc0eba
TV
40612018-10-25 Tom de Vries <tdevries@suse.de>
4062
4063 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
4064
fe1a5cad
TV
40652018-10-24 Tom de Vries <tdevries@suse.de>
4066
4067 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
4068 longer exists error.
4069
a76dc3b7
TV
40702018-10-24 Tom de Vries <tdevries@suse.de>
4071
4072 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
4073
4df46df7
TV
40742018-10-24 Tom de Vries <tdevries@suse.de>
4075
4076 * gdb.base/valgrind-db-attach.exp: Handle removed support for
4077 --db-attach in valgrind.
4078
0dbfcfff
AB
40792018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
4080
4081 * gdb.arch/riscv-reg-aliases.c: New file.
4082 * gdb.arch/riscv-reg-aliases.exp: New file.
4083
b04480b1
AH
40842018-10-19 Alan Hayward <alan.hayward@arm.com>
4085
4086 * gdb.python/py-cmd.exp: Check for gdb_prompt.
4087
2c6ac8d7
AH
40882018-10-19 Alan Hayward <alan.hayward@arm.com>
4089
4090 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
4091
2bc69f25
AH
40922018-10-19 Alan Hayward <alan.hayward@arm.com>
4093
4094 * gdb.cp/ovldbreak.exp: Fix regexps.
4095
1f1ae3a3
AH
40962018-10-19 Alan Hayward <alan.hayward@arm.com>
4097
4098 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
4099
94c18618
SDJ
41002018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
4101
4102 PR cli/23785
4103 * gdb.base/restore.exp: New test to check if "restore" with an
4104 invalid file doesn't segfault.
4105
812cd6eb
TV
41062018-10-18 Tom de Vries <tdevries@suse.de>
4107
4108 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
4109 * gdb.ada/excep_handle.exp: Same.
4110 * gdb.ada/mi_string_access.exp: Same.
4111 * gdb.ada/mi_var_union.exp: Same.
4112 * gdb.arch/arc-analyze-prologue.exp: Same.
4113 * gdb.arch/arc-decode-insn.exp: Same.
4114 * gdb.base/readnever.exp: Same.
4115 * gdb.fortran/printing-types.exp: Same.
4116 * gdb.guile/scm-lazy-string.exp: Same.
4117
c4b90788
TV
41182018-10-16 Tom de Vries <tdevries@suse.de>
4119
4120 PR gdb/23730
4121 * gdb.base/catch-follow-exec.c: Add copyright notice.
4122 * gdb.base/catch-follow-exec.exp: Rewrite to use
4123 gdb_spawn_with_cmdline_opts. Require gdb-native.
4124
8bca2978
SL
41252018-10-12 Sandra Loosemore <sandra@codesourcery.com>
4126
4127 * gdb.trace/actions-changed.exp: Check for arch support.
4128 * gdb.trace/actions.exp: Likewise.
4129 * gdb.trace/ax.exp: Likewise.
4130 * gdb.trace/backtrace.exp: Likewise.
4131 * gdb.trace/change-loc.exp: Likewise.
4132 * gdb.trace/deltrace.exp: Likewise.
4133 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
4134 * gdb.trace/ftrace.exp: Likewise.
4135 * gdb.trace/infotrace.exp: Check for arch support.
4136 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
4137 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
4138 * gdb.trace/mi-tsv-changed.exp: Likewise.
4139 * gdb.trace/packetlen.exp: Likewise.
4140 * gdb.trace/passc-dyn.exp: Likewise.
4141 * gdb.trace/passcount.exp: Likewise.
4142 * gdb.trace/pending.exp: Likewise.
4143 * gdb.trace/range-stepping.exp: Check for shlib support.
4144 * gdb.trace/report.exp: Check for arch support.
4145 * gdb.trace/save-trace.exp: Likewise.
4146 * gdb.trace/signal.exp: Check for signal support.
4147 * gdb.trace/tfind.exp: Check for arch support.
4148 * gdb.trace/trace-break.exp: Check for arch and shlib support.
4149 * gdb.trace/trace-common.h: Add comment.
4150 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
4151 * gdb.trace/trace-enable-disable.exp: Likewise.
4152 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
4153 * gdb.trace/tracecmd.exp: Check for arch support.
4154 * gdb.trace/tspeed.exp: Check for shlib and target support.
4155 * gdb.trace/tstatus.exp: Check for arch support.
4156 * gdb.trace/tsv.exp: Likewise.
4157 * gdb.trace/while-dyn.exp: Likewise.
4158 * gdb.trace/while-stepping.exp: Likewise.
4159 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
4160
f9c49bff
SM
41612018-10-12 Simon Marchi <simon.marchi@ericsson.com>
4162
4163 * gdb.trace/tspeed.exp: Remove nowarnings.
4164 (prepare_for_trace_test): Declare "global ipalib".
4165 * gdb.trace/tspeed.c: Include unistd.h.
4166 (main): Remove superfluous printf argument.
4167
d4330bde
SL
41682018-10-11 Sandra Loosemore <sandra@codesourcery.com>
4169
4170 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
4171 directory prefix on the filename.
4172
8ecfd7bd
SDJ
41732018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
4174
4175 * gdb.gdb/unittest.exp: Update expected message informing that
4176 selftests have been disabled.
4177 * gdb.server/unittest.exp: Likewise.
4178
58bbcd02
TV
41792018-10-09 Tom de Vries <tdevries@suse.de>
4180
4181 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
4182 with runto_main.
4183
9f6b697b
WP
41842018-10-08 Weimin Pan <weimin.pan@oracle.com>
4185
4186 PR c++/16841
4187 * gdb.cp/virtbase2.cc: New file.
4188 * gdb.cp/virtbase2.exp: New file.
4189
add5ded5
TT
41902018-10-06 Tom Tromey <tom@tromey.com>
4191
4192 PR python/19399:
4193 * gdb.python/py-inferior.exp: Add architecture test.
4194
f9e48344
TT
41952018-10-06 Tom Tromey <tom@tromey.com>
4196
4197 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
4198 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
4199
2a8be203
TT
42002018-10-06 Tom Tromey <tom@tromey.com>
4201
4202 * gdb.python/py-breakpoint.exp (check_last_event): Check location
4203 of a "throw" catchpoint.
4204
e04caa70
SDJ
42052018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
4206
4207 * gdb.base/info-proc.exp: Update string expected from "help info
4208 proc".
4209
5ca8c39f
TT
42102018-10-04 Tom Tromey <tom@tromey.com>
4211
4212 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
4213 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
4214 (test_initial_complaints, test_empty_complaints): Update.
4215 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
4216
3453e7e4
TT
42172018-10-04 Tom Tromey <tom@tromey.com>
4218
4219 PR cli/19551:
4220 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
4221 * lib/gdb.exp (gdb_file_cmd): Update.
4222 * gdb.stabs/weird.exp (print_weird_var): Update.
4223 * gdb.server/solib-list.exp: Update.
4224 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
4225 * gdb.mi/mi-cli.exp: Update.
4226 * gdb.linespec/linespec.exp: Update.
4227 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
4228 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
4229 * gdb.cp/cp-relocate.exp: Update.
4230 * gdb.base/sym-file.exp: Update.
4231 * gdb.base/relocate.exp: Update.
4232 * gdb.base/readnever.exp: Update.
4233 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
4234 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
4235 * gdb.base/dbx.exp (gdb_file_cmd): Update.
4236 * gdb.base/code_elim.exp: Update.
4237 * gdb.base/break-unload-file.exp (test_break): Update.
4238 * gdb.base/break-interp.exp (test_attach_gdb): Update.
4239 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
4240 Update.
4241 * gdb.base/attach.exp (do_attach_tests): Update.
4242 * gdb.base/sepdebug.exp: Update.
4243 * gdb.python/py-section-script.exp: Update.
4244
6afcf761
TT
42452018-10-04 Tom Tromey <tom@tromey.com>
4246
4247 PR cli/22234:
4248 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
4249 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
4250 output.
4251
fef1b293
TT
42522018-10-04 Tom Tromey <tom@tromey.com>
4253
4254 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
4255 set width and height to 0.
4256 (test_command_line_attach_run): Use -quiet.
4257
ca98345e
SL
42582018-10-03 Sandra Loosemore <sandra@codesourcery.com>
4259
4260 * lib/gdb.exp (skip_ifunc_tests): New.
4261 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
4262 other compile failures.
4263 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
4264
ff34e6ae
SM
42652018-10-01 Simon Marchi <simon.marchi@ericsson.com>
4266
4267 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
4268 is_amd64_regs_target.
4269
6bb8890e
AH
42702018-10-01 Alan Hayward <alan.hayward@arm.com>
4271
4272 * gdb.arch/aarch64-sighandler-regs.c: New test.
4273 * gdb.arch/aarch64-sighandler-regs.exp: New file.
4274 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
4275
224d30d3
MM
42762018-10-01 Markus Metzger <markus.t.metzger@intel.com>
4277
4278 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
4279 assembly.
4280
f67ffa6a
AB
42812018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
4282
4283 * gdb.base/frame-selection.exp: New file.
4284 * gdb.base/frame-selection.c: New file.
4285
9fc3183f
AH
42862018-09-27 Alan Hayward <alan.hayward@arm.com>
4287
4288 * gdb.threads/check-libthread-db.c (thread_routine): Use a
4289 pthread barrier.
4290 (main): Likewise.
4291
d354055e
AB
42922018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
4293
4294 * gdb.base/large-frame-1.c: New file.
4295 * gdb.base/large-frame-2.c: New file.
4296 * gdb.base/large-frame.exp: New file.
4297 * gdb.base/large-frame.h: New file.
4298
db727370
JL
42992018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
4300
4301 PR gdb/20948
4302 * gdb.base/write_mem.exp: New test.
4303 * gdb.base/write_mem.c: Likewise.
4304
ae778caf
TT
43052018-09-23 Tom Tromey <tom@tromey.com>
4306
4307 PR python/18852:
4308 * gdb.python/py-parameter.exp: Add test for parameter that throws
4309 on "set".
4310
fd3ba736
TT
43112018-09-23 Tom Tromey <tom@tromey.com>
4312
4313 PR python/17284:
4314 * gdb.python/py-template.exp (test_template_arg): Add test for
4315 negative template argument number.
4316
39a24317
TT
43172018-09-23 Tom Tromey <tom@tromey.com>
4318
4319 PR python/14062:
4320 * gdb.python/python.exp: Add test for post_event error.
4321
f5769a2c
TT
43222018-09-23 Tom Tromey <tom@tromey.com>
4323
4324 PR python/18170:
4325 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
4326 convert pointers to int and long.
4327
1c1e54f6
TT
43282018-09-23 Tom Tromey <tom@tromey.com>
4329
4330 PR python/20126:
4331 * gdb.python/py-value.exp (test_value_numeric_ops): Add
4332 signed-ness conversion tests.
4333
fb4fa946
TT
43342018-09-23 Tom Tromey <tom@tromey.com>
4335
4336 PR python/18352;
4337 * gdb.python/py-value.exp (test_float_conversion): New proc.
4338 Use it.
4339
a466edac
HAQ
43402018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
4341
4342 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
4343
4ee9b0c5
SL
43442018-09-18 Sandra Loosemore <sandra@codesourcery.com>
4345
4346 * gdb.base/complete-empty.exp: Skip tab-completion tests if
4347 no readline.
4348 * gdb.base/utf8-identifiers.exp: Likewise.
4349 * gdb.cp/cpcompletion.exp: Likewise.
4350 * gdb.linespec/cpcompletion.exp: Likewise.
4351 * gdb.linespec/cpls-abi-tag.exp: Likewise.
4352 * gdb.linespec/cpls-ops.exp: Likewise.
4353
23be8da7
RB
43542018-09-19 Richard Bunt <richard.bunt@arm.com>
4355 Chris January <chris.january@arm.com>
4356
4357 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
4358 * gdb.fortran/short-circuit-argument-list.exp: New file.
4359 * gdb.fortran/short-circuit-argument-list.f90: New test.
4360
5031d0ae
SDJ
43612018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4362
4363 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
4364 "arch=" keyword when executing "-stack-list-frames".
4365
b4c0d1a4
SDJ
43662018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4367
4368 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
4369 "arch=" keyword when executing "-stack-list-frames".
4370
7a6d2b45
SDJ
43712018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4372
4373 * gdb.ada/complete.exp: Expect for "@" when doing "complete
4374 break ada".
4375
8588b356
SM
43762018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
4377
4378 PR python/23669
4379 * gdb.python/python.exp: Test gdb.execute("show commands").
4380
65e65158
TT
43812018-09-16 Tom Tromey <tom@tromey.com>
4382
4383 * gdb.base/new-ui.exp (do_execution_tests): Update.
4384 * gdb.base/dbx.exp (test_breakpoints): Update.
4385
bf326452
AH
43862018-09-14 Alan Hayward <alan.hayward@arm.com>
4387
4388 * lib/gdb.exp (gdb_simple_compile): Add proc.
4389 (is_elf_target): Use gdb_simple_compile.
4390 (skip_altivec_tests): Likewise.
4391 (skip_vsx_tests): Likewise.
4392 (skip_tsx_tests): Likewise.
4393 (skip_btrace_tests): Likewise.
4394 (skip_btrace_pt_tests): Likewise.
4395 (gdb_can_simple_compile): Likewise.
4396 (gdb_has_argv0): Likewise.
4397 (gdb_target_symbol_prefix): Likewise.
4398 (target_supports_scheduler_locking): Likewise.
4399
2361b0fb
TT
44002018-09-13 Tom Tromey <tom@tromey.com>
4401
4402 * Makefile.in (TAGS): Recognize proc_with_prefix and
4403 gdb_caching_proc.
4404
0ae1a321
SM
44052018-09-13 Simon Marchi <simon.marchi@ericsson.com>
4406
4407 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
4408 method.
4409
a40bf0c2
SM
44102018-09-13 Simon Marchi <simon.marchi@ericsson.com>
4411
4412 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
4413 and a few other Inferior properties when the Inferior is no
4414 longer valid.
4415
4a3fe98f
TT
44162018-09-13 Tom Tromey <tom@tromey.com>
4417
4418 PR rust/23650:
4419 * gdb.rust/simple.exp: Add test for enum field access error.
4420
098b2108
TT
44212018-09-13 Tom Tromey <tom@tromey.com>
4422
4423 PR rust/23626:
4424 * gdb.rust/simple.rs (EmptyEnum): New type.
4425 (main): Use it.
4426 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
4427
1256af7d
SM
44282018-09-13 Simon Marchi <simon.marchi@ericsson.com>
4429
4430 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
4431 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
4432 * gdb.python/py-symtab.exp: Update test printing an objfile.
4433
4aa8e6c2
SM
44342018-09-12 Simon Marchi <simon.marchi@ericsson.com>
4435
4436 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
4437 object.
4438
c221b2f7
AH
44392018-09-12 Alan Hayward <alan.hayward@arm.com>
4440
4441 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
4442 (support_complex_tests): Use gdb_can_simple_compile.
4443 (is_ilp32_target): Likewise.
4444 (is_lp64_target): Likewise.
4445 (is_64_target): Likewise.
4446 (is_amd64_regs_target): Likewise.
4447 (is_aarch32_target): Likewise.
4448 (gdb_int128_helper): Likewise.
4449
6f1107b5
JK
44502018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4451
4452 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
4453
1f5d1570
JG
44542018-09-10 Jerome Guitton <guitton@adacore.com>
4455
4456 * gdb.ada/same_component_name: Add test for case of tagged record
4457 with variable-length fields.
4458
cc330e39
XR
44592018-09-10 Xavier Roirand <roirand@adacore.com>
4460
4461 * gdb.ada/access_to_unbounded_array.exp: New testcase.
4462 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
4463 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
4464 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
4465
b9c50e9a
XR
44662018-09-10 Xavier Roirand <roirand@adacore.com>
4467
4468 * gdb.ada/mi_string_access.exp: New testcase.
4469 * gdb.ada/mi_string_access/bar.adb: New file.
4470 * gdb.ada/mi_string_access/pck.adb: New file.
4471 * gdb.ada/mi_string_access/pck.asd: New file.
4472
2963898f
XR
44732018-09-10 Xavier Roirand <roirand@adacore.com>
4474
4475 * gdb.ada/mi_var_union.exp: New testcase.
4476 * gdb.ada/mi_var_union/bar.adb: New file.
4477 * gdb.ada/mi_var_union/pck.adb: New file.
4478 * gdb.ada/mi_var_union/pck.asd: New file.
4479
1aac008f
TT
44802018-09-08 Tom Tromey <tom@tromey.com>
4481
4482 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
4483
332cf4c9
TT
44842018-09-08 Tom Tromey <tom@tromey.com>
4485
4486 PR python/16047:
4487 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
4488 (register_pretty_printers): Register new printer.
4489 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
4490 test.
4491 * gdb.python/py-prettyprint.c (int_type3): New typedef.
4492 (an_int_type3): New global.
4493
424da6cf
JB
44942018-09-08 Joel Brobecker <brobecker@adacore.com>
4495
4496 * gdb.ada/expr_with_funcall: New testcase.
4497
2a62dfa9
JB
44982018-09-08 Joel Brobecker <brobecker@adacore.com>
4499
4500 * gdb.ada/packed_array_assign: New testcase.
4501
96b6697f
AB
45022018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
4503
4504 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
4505 names, and add test prefixes to make test names unique.
4506
e4a62c65
TV
45072018-09-05 Tom de Vries <tdevries@suse.de>
4508
4509 * gdb.dwarf2/varval.exp: Add test.
4510
dd083ee2
GB
45112018-09-04 Gary Benson <gbenson@redhat.com>
4512
4513 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
4514 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
4515
aef9346c
TT
45162018-08-31 Tom Tromey <tom@tromey.com>
4517
4518 * gdb.rust/simple.rs: Rename second variable "v".
4519
c67f2e15
AB
45202018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
4521
4522 * gdb.base/funcargs.c (use_a): New function.
4523 (recurse): Call use_a.
4524
078a0207
KS
45252018-08-29 Keith Seitz <keiths@redhat.com>
4526
4527 * gdb.compile/compile-cplus-anonymous.cc: New file.
4528 * gdb.compile/compile-cplus-anonymous.exp: New file.
4529 * gdb.compile/compile-cplus-array-decay.cc: New file.
4530 * gdb.compile/compile-cplus-array-decay.exp: New file.
4531 * gdb.compile/compile-cplus-inherit.cc: New file.
4532 * gdb.compile/compile-cplus-inherit.exp: New file.
4533 * gdb.compile/compile-cplus-member.cc: New file.
4534 * gdb.compile/compile-cplus-member.exp: New file.
4535 * gdb.compile/compile-cplus-method.cc: New file.
4536 * gdb.compile/compile-cplus-method.exp: New file.
4537 * gdb.compile/compile-cplus-mod.c: "New" file.
4538 * gdb.compile/compile-cplus-namespace.cc: New file.
4539 * gdb.compile/compile-cplus-namespace.exp: New file.
4540 * gdb.compile/compile-cplus-nested.cc: New file.
4541 * gdb.compile/compile-cplus-nested.exp: New file.
4542 * gdb.compile/compile-cplus-print.c: "New" file.
4543 * gdb.compile/compile-cplus-print.exp: "New" file.
4544 * gdb.compile/compile-cplus-virtual.cc: New file.
4545 * gdb.compile/compile-cplus-virtual.exp: New file.
4546 * gdb.compile/compile-cplus.c: "New" file.
4547 * gdb.compile/compile-cplus.exp: "New" file.
4548 * lib/compile-support.exp: New file.
4549
b0f492b9
GB
45502018-08-16 Gary Benson <gbenson@redhat.com>
4551
4552 PR gdb/13000:
4553 * gdb.base/batch-exit-status.exp: New file.
4554 * gdb.base/batch-exit-status.good-commands: Likewise.
4555 * gdb.base/batch-exit-status.bad-commands: Likewise.
4556
36eb4c5f
AH
45572018-08-29 Alan Hayward <alan.hayward@arm.com>
4558
4559 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
4560 (struct struct02): Likewise.
4561 (struct struct03): Likewise.
4562 (struct struct04): Likewise.
4563 (struct struct_01_01): New struct.
4564 (struct struct_01_02): Likewise.
4565 (struct struct_01_03): Likewise.
4566 (struct struct_01_04): Likewise.
4567 (struct struct_02_01): Likewise.
4568 (struct struct_02_02): Likewise.
4569 (struct struct_02_03): Likewise.
4570 (struct struct_02_04): Likewise.
4571 (struct struct_04_01): Likewise.
4572 (struct struct_04_02): Likewise.
4573 (struct struct_04_03): Likewise.
4574 (struct struct_04_04): Likewise.
4575 (struct struct_05_01): Likewise.
4576 (struct struct_05_02): Likewise.
4577 (struct struct_05_03): Likewise.
4578 (struct struct_05_04): Likewise.
4579 (cmp_struct01): Remove function.
4580 (cmp_struct02): Likewise.
4581 (cmp_struct03): Likewise.
4582 (cmp_struct04): Likewise.
4583 (cmp_struct_01_01): Add Function.
4584 (cmp_struct_01_02): Likewise.
4585 (cmp_struct_01_03): Likewise.
4586 (cmp_struct_01_04): Likewise.
4587 (cmp_struct_02_01): Likewise.
4588 (cmp_struct_02_02): Likewise.
4589 (cmp_struct_02_03): Likewise.
4590 (cmp_struct_02_04): Likewise.
4591 (cmp_struct_04_01): Likewise.
4592 (cmp_struct_04_02): Likewise.
4593 (cmp_struct_04_03): Likewise.
4594 (cmp_struct_04_04): Likewise.
4595 (cmp_struct_05_01): Likewise.
4596 (cmp_struct_05_02): Likewise.
4597 (cmp_struct_05_03): Likewise.
4598 (cmp_struct_05_04): Likewise.
4599 (call_all): Add new structs.
4600 * gdb.base/infcall-nested-structs.exp: Likewise.
4601
3bf9c013
JV
46022018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
4603
4604 * gdb.python/py-framefilter-mi.exp: Update regexp to
4605 check for "arch" field in frame output.
4606
450d1e88
KB
46072018-08-23 Kevin Buettner <kevinb@redhat.com>
4608
4609 * gdb.dwarf2/dw2-ranges-func.c: New file.
4610 * gdb.dwarf2/dw2-ranges-func.exp: New file.
4611
ae739fe7
SM
46122018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
4613
4614 * gdb.base/term.exp: Compare terminal settings with values from
4615 the inferior.
4616 * gdb.base/term.c: Get and set terminal settings.
4617
6d52907e
JV
46182018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
4619
4620 * lib/mi-support.exp (mi_expect_stop): Update regexp to
4621 accommodate new "arch" field in frame output.
4622 * gdb.mi/mi-return.exp: Likewise.
4623 * gdb.mi/mi-stack.exp: Likewise.
4624 * gdb.mi/mi-syn-frame.exp: Likewise.
4625 * gdb.mi/user-selected-context-sync.exp: Likewise.
4626
be2d111a
MS
46272018-08-19 Michael Spang <spang@google.com>
4628
4629 PR gdb/11786
4630 * gdb.base/gcore-tls-pie.c: New file.
4631 * gdb.base/gcore-tls-pie.exp: New file.
4632
ae3a7c47
KB
46332018-08-18 Kevin Buettner <kevinb@redhat.com>
4634
4635 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
4636 * gdb.dwarf2/varval.c: New file.
4637 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 4638
2ecae92e
AH
46392018-08-17 Alan Hayward <alan.hayward@arm.com>
4640
4641 PR gdb/18931
4642 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
4643
c1854f1d
KS
46442018-08-16 Keith Seitz <keiths@redhat.com>
4645
4646 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
4647 tests expected to pass.
4648
26fb3983
JV
46492018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
4650
4651 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
4652 -data-disassemble -a.
4653 (test_disassembly_bogus_args): Likewise.
4654
67943c00
AB
46552018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
4656
4657 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
4658
5ff2bbae
AB
46592018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
4660
4661 * gdb.base/vla-optimized-out.exp: Add new test.
4662
e5bbcd0f
AB
46632018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
4664
4665 * gdb.base/vla-optimized-out-o3.exp: Delete.
4666 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
4667 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
4668 deleted tests.
4669
9d4a934c
AB
46702018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
4671
4672 PR gdb/18050:
4673 * gdb.server/extended-remote-restart.c: New file.
4674 * gdb.server/extended-remote-restart.exp: New file.
4675
045cf012
SM
46762018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
4677
4678 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
4679 "set variable index = 42".
4680
87d6a7aa
SM
46812018-08-07 Simon Marchi <simon.marchi@ericsson.com>
4682
4683 * boards/index-cache-gdb.exp: New file.
4684 * gdb.dwarf2/index-cache.exp: New file.
4685 * gdb.dwarf2/index-cache.c: New file.
4686 * gdb.base/maint.exp: Check if we are using the index cache.
4687
96d68bd4
RO
46882018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4689
4690 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
4691 MAKEFLAGS.
4692
5a699617
RO
46932018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4694
4695 * dg-extract-results.sh: Move to toplevel contrib.
4696 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
4697 * Makefile.in (check-parallel-racy): Likewise.
4698
5bd18990
AB
46992018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
4700
4701 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
4702 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
4703 tests if the target supports scheduler locking.
4704
3fbbcf47
TV
47052018-08-04 Tom de Vries <tdevries@suse.de>
4706
4707 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
4708
3e1d3d8c
TT
47092018-08-02 Tom Tromey <tom@tromey.com>
4710
4711 PR symtab/16842.
4712 * gdb.cp/temargs.exp: Test "info address" of a template
4713 parameter.
4714
5abe0f0c
JV
47152018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
4716
4717 * gdb.python/py-mi-var-info-path-expression.c: New file.
4718 * gdb.python/py-mi-var-info-path-expression.py: New file.
4719 * gdb.python/py-mi-var-info-path-expression.exp: New file.
4720
fb66cde8
SDJ
47212018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
4722
4723 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
4724 error after "cannot resolve name" string.
4725
c708f4d2
AB
47262018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
4727
4728 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
4729 started.
4730 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
4731
37cc0cae
TV
47322018-07-28 Tom de Vries <tdevries@suse.de>
4733
4734 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
4735
63b4ecf7
TV
47362018-07-26 Tom de Vries <tdevries@suse.de>
4737
4738 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
4739
3c3bb058
AB
47402018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
4741
4742 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
4743 is visible.
4744
9e7f3bbb
TV
47452018-07-26 Tom de Vries <tdevries@suse.de>
4746
4747 PR breakpoints/23366
4748 * gdb.base/catch-follow-exec.c: New test.
4749 * gdb.base/catch-follow-exec.exp: New file.
4750
16f808ec
TV
47512018-07-25 Tom de Vries <tdevries@suse.de>
4752
4753 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
4754 vla-optimized-out.c.
4755
d7154a8d
JV
47562018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
4757
4758 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
4759 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
4760
232a0032
TV
47612018-07-20 Tom de Vries <tdevries@suse.de>
4762
4763 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
4764 NOCLONE macro.
4765 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
4766
fbb1d502
TV
47672018-07-19 Tom de Vries <tdevries@suse.de>
4768
4769 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
4770 regular expression.
4771
42dc7699
TV
47722018-07-18 Tom de Vries <tdevries@suse.de>
4773
4774 * gdb.base/vla-optimized-out.c: New test.
4775 * gdb.base/vla-optimized-out.exp: New file.
4776
7f1f7e23
SDJ
47772018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
4778
4779 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
4780 message "No address associated with hostname" when gdbserver
4781 cannot resolve the hostname.
4782
5759ebb3
PW
47832018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4784
4785 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
4786 Add some test prefixes to make tests unique.
4787
3606ccab
PW
47882018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4789
4790 * gdb.base/frameapply.c: New file.
4791 * gdb.base/frameapply.exp: New file.
4792
529c08b2
PW
47932018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4794
4795 * gdb.base/skip.exp: Update expected error message.
4796
c7ab0aef
SDJ
47972018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
4798 Jan Kratochvil <jan.kratochvil@redhat.com>
4799 Paul Fertser <fercerpav@gmail.com>
4800 Tsutomu Seki <sekiriki@gmail.com>
4801
4802 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
4803 parameter.
4804 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
4805 by default.
4806 * boards/native-gdbserver.exp: Likewise.
4807 * gdb.server/run-without-local-binary.exp: Improve regexp used
4808 for detecting when a remote debugging connection succeeds.
4809 * gdb.server/server-connect.exp: New file.
4810 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
4811 Do not prefix the port number with ":".
4812 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
4813 support for detecting and using it. Add '$debughost_gdbserver'
4814 to the list of arguments used to start gdbserver. Handle case
4815 when gdbserver cannot resolve a network name.
4816
16ff70dd
SDJ
48172018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
4818
4819 PR c++/23373
4820 * gdb.base/ptype-offsets.cc (struct static_member): New
4821 struct.
4822 (main) <stmember>: New variable.
4823 * gdb.base/ptype-offsets.exp: Add test for printing a struct
4824 with a static member in it.
4825
3541979f
AB
48262018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
4827
4828 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
4829 watchpoints enabled and disabled.
4830
c8ad9b9a
AB
48312018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4832
4833 * gdb.base/examine-backward.exp: Still run tests around address
4834 0x0, even if address 0x0 is not readable. Update the pattern for
4835 matching address 0x0 in expected output.
4836
e0e5e971
AB
48372018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4838
4839 * gdb.base/share-env-with-gdbserver.c (main): Add call to
4840 malloc/free.
4841
1ea5da02
TV
48422018-07-04 Tom de Vries <tdevries@suse.de>
4843
4844 * gdb.dwarf2/dw2-error.exp: Update expected error message.
4845
471b9d15
MR
48462018-07-02 Maciej W. Rozycki <macro@mips.com>
4847
4848 PR tdep/8282
4849 * gdb.arch/mips-disassembler-options.exp: New test.
4850 * gdb.arch/mips-disassembler-options.s: New test source.
4851
75acb486
PA
48522018-06-29 Pedro Alves <palves@redhat.com>
4853
4854 * gdb.threads/names.exp: Adjust expected "info threads" output.
4855
cd2bb709
PA
48562018-06-29 Pedro Alves <palves@redhat.com>
4857
4858 * gdb.opt/inline-break.exp (line number, address): Add "info
4859 break" tests.
4860
991ff292
PA
48612018-06-29 Pedro Alves <palves@redhat.com>
4862
4863 * gdb.opt/inline-break.c (func1): Add "break here" marker.
4864 * gdb.opt/inline-break.exp: Test setting breakpoints by line
4865 number and address and running to them.
4866
356819b6 48672018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
4868
4869 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
4870
2512d7ef
JK
48712018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4872
4873 * lib/compiler.c: Remove executable permission flag.
4874
be1b6474
RB
48752018-06-28 Richard Bunt <richard.bunt@arm.com>
4876
4877 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
4878 code.
4879 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
4880
291f9a96
PT
48812018-06-28 Petr Tesarik <ptesarik@suse.cz>
4882
4883 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
4884
ed6dfe51
PT
48852018-06-28 Petr Tesarik <ptesarik@suse.cz>
4886
4887 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
4888 address argument is omitted.
4889
d4d429d5
PT
48902018-06-28 Petr Tesarik <ptesarik@suse.cz>
4891
4892 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
4893
7ab6656f
OJ
48942018-06-27 Omair Javaid <omair.javaid@linaro.org>
4895
4896 PR gdb/21695
4897 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
4898 * gdb.base/infoline-reloc-main-from-zero.c: New file.
4899
a33ccfc7
TT
49002018-06-26 Tom Tromey <tom@tromey.com>
4901
4902 PR rust/22574:
4903 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
4904 * gdb.rust/simple.rs (struct SimpleLayout): New.
4905
6d72d289
SM
49062018-06-22 Simon Marchi <simon.marchi@ericsson.com>
4907
4908 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
4909 "info registers" output.
4910
8363f9d5
RB
49112018-06-21 Richard Bunt <richard.bunt@arm.com>
4912
4913 * gdb.base/watchpoint-hw-attach.c: New test.
4914 * gdb.base/watchpoint-hw-attach.exp: New file.
4915
f00674fe
SM
49162018-06-20 Simon Marchi <simon.marchi@ericsson.com>
4917
4918 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
4919 through /bin/sh.
4920 * boards/dwarf4-gdb-index.exp: Likewise.
4921 * boards/fission-dwp.exp: Likewise.
4922
1d554008
UW
49232018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
4924
4925 * gdb.base/float128.exp: Add comment and improved fail message
4926 to the failure case of "print large128" test.
4927
d0ac1c44
SM
49282018-06-19 Simon Marchi <simon.marchi@ericsson.com>
4929
4930 * configure.ac: Remove AC_PREREQ.
4931 * configure: Re-generate.
4932
61b04dd0
PA
49332018-06-19 Pedro Alves <palves@redhat.com>
4934
4935 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
4936 (func_extern_caller): New.
4937 (main): Call func_extern_caller.
4938 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
4939 logic change.
4940
f63b508a
SM
49412018-06-18 Weimin Pan <weimin.pan@oracle.com>
4942
4943 PR gdb/16841
4944 * gdb.cp/typedef-base.cc: New file.
4945 * gdb.cp/typedef-base.exp: New file.
4946
0fe3a558
TV
49472018-06-18 Tom de Vries <tdevries@suse.de>
4948
4949 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
4950
7010835a
AB
49512018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
4952 Richard Bunt <Richard.Bunt@arm.com>
4953
4954 * gdb.threads/attach-slow-waitpid.c: New file.
4955 * gdb.threads/attach-slow-waitpid.exp: New file.
4956 * gdb.threads/slow-waitpid.c: New file.
4957
14897d65
PA
49582018-06-14 Pedro Alves <palves@redhat.com>
4959
4960 * gdb.base/fork-running-state.c: Include <errno.h>.
4961 (exit_if_relative_exits): New.
4962 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
4963 exits.
4964 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
4965 child exits.
4966
5d9a0608
TV
49672018-06-14 Tom de Vries <tdevries@suse.de>
4968
4969 PR cli/22573
4970 * gdb.base/finish-pretty.c: New test.
4971 * gdb.base/finish-pretty.exp: New file.
4972
11ae5818
PA
49732018-06-14 Pedro Alves <palves@redhat.com>
4974
4975 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
4976 gdb's expected startup output.
4977
1d39de44
PA
49782018-06-14 Pedro Alves <palves@redhat.com>
4979
4980 * lib/selftest-support.exp (selftest_setup): Remove inlined
4981 function handling.
4982
70ee0000
TV
49832018-06-14 Tom de Vries <tdevries@suse.de>
4984
4985 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
4986 matching of breakpoint printing.
4987
11f4b608
TV
49882018-06-13 Tom de Vries <tdevries@suse.de>
4989
4990 PR testsuite/23269
4991 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
4992 (fork_child): ... here, and ...
4993 (fork_parent): ... here.
4994
49952018-06-12 Tom de Vries <tdevries@suse.de>
4996
4997 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
4998
9516f85a
AB
49992018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
5000 Stephen Roberts <stephen.roberts@arm.com>
5001
5002 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
5003 rewrite test to describe action performed, rather than possible
5004 failure.
5005
5045b3d7
GB
50062018-06-08 Gary Benson <gbenson@redhat.com>
5007
5008 * gdb.threads/check-libthread-db.exp: New file.
5009 * gdb.threads/check-libthread-db.c: Likewise.
5010
c61b06a1
TT
50112018-06-05 Tom Tromey <tom@tromey.com>
5012
5013 * gdb.base/default.exp: Update expected "show version" output.
5014
eb6af809
TT
50152018-06-05 Tom Tromey <tom@tromey.com>
5016
5017 PR cli/12326:
5018 * gdb.cp/static-print-quit.exp: Update.
5019 * lib/gdb.exp (pagination_prompt): Update.
5020 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
5021 * gdb.python/python.exp: Update.
5022
178d6a63
JB
50232018-06-04 Joel Brobecker <brobecker@adacore.com>
5024
5025 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
5026
8e817061
JB
50272018-06-01 Joel Brobecker <brobecker@adacore.com>
5028
5029 * gdb.ada/bp_fun_addr: New testcase.
5030
e86ca25f
TT
50312018-06-01 Tom Tromey <tom@tromey.com>
5032
5033 * gdb.xml/tdesc-regs.exp (load_description): Update expected
5034 results.
5035 * gdb.dwarf2/method-ptr.exp: Set language to C++.
5036 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
5037 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
5038 * gdb.base/maint.exp (maint_pass_if): Update.
5039
4b2dfa9d
MR
50402018-05-31 Maciej W. Rozycki <macro@mips.com>
5041
5042 * gdb.base/endian.exp: New test.
5043 * gdb.base/endian.c: New test source.
5044
45f25d6c
AB
50452018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
5046
5047 PR gdb/23203
5048 * gdb.base/bt-selected-frame.c: New file.
5049 * gdb.base/bt-selected-frame.exp: New file.
5050 * lib/gdb.exp (get_current_frame_number): New function.
5051
d9f6d7f8
MR
50522018-05-24 Maciej W. Rozycki <macro@mips.com>
5053 Pedro Alves <palves@redhat.com>
5054
5055 * gdb.threads/tls-core.c: Include <stdlib.h>
5056 (thread_proc): Call `abort'.
5057 * gdb.threads/tls-core.exp: Generate a core with core_find too.
5058 (tls_core_test): New procedure, bits factored out from ...
5059 (top level): ... here. Test both native cores and gcore cores.
5060
ff1cf532
TT
50612018-05-23 Tom Tromey <tom@tromey.com>
5062
5063 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
5064
b98664d3
TT
50652018-05-23 Tom Tromey <tom@tromey.com>
5066
5067 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
5068 symfile_complaints.
5069 (test_short_complaints): Likewise.
5070 (test_empty_complaints): Likewise.
5071 (test_initial_complaints): Update.
5072
4e9668d0
TT
50732018-05-23 Tom Tromey <tom@tromey.com>
5074
5075 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
5076
43ba33c7
TT
50772018-05-23 Tom Tromey <tom@tromey.com>
5078
5079 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
5080 (test_short_complaints): Update.
5081
035522c0
PA
50822018-05-22 Pedro Alves <palves@redhat.com>
5083
5084 * gdb.base/remote.exp: Only gdb_start after compiling the
5085 testcase. Issue "disconnect" before testing "set remote" command
5086 defaults. Issue clean_restart before running to main.
5087
cc0be08f
PA
50882018-05-22 Pedro Alves <palves@redhat.com>
5089
5090 * gdb.base/remote.exp: Adjust expected output of "show remote
5091 memory-write-packet-size". Add tests for "set remote
5092 memory-write-packet-size 0" and "set remote
5093 memory-write-packet-size fixed/limit".
5094
b1b60145
PA
50952018-05-22 Pedro Alves <palves@redhat.com>
5096
5097 PR gdb/22973
5098 * gdb.base/utf8-identifiers.c: New file.
5099 * gdb.base/utf8-identifiers.exp: New file.
5100
0ec848ad
PFC
51012018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
5102
5103 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
5104
2c3305f6
PFC
51052018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
5106
5107 * gdb.arch/powerpc-vsx-gcore.exp: New file.
5108
ce1e8424
TT
51092018-05-18 Tom Tromey <tom@tromey.com>
5110
5111 * gdb.base/ptype-offsets.exp: Update.
5112
ddfe970e
KS
51132018-05-17 Keith Seitz <keiths@redhat.com>
5114
5115 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
5116 in expected breakpoint stop locations.
5117 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
5118 move to proper scope to test variable values.
5119 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
5120 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
5121 New functions.
5122 (main): Call not_inline_func3.
5123 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
5124 inline_func1, inline_func2, and inline_func3. Test that when each
5125 breakpoint is hit, GDB properly reports both the stop location
5126 and the backtrace. Repeat tests for temporary breakpoints.
5127
0726fcc6
MR
51282018-05-15 Maciej W. Rozycki <macro@mips.com>
5129
5130 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
5131 rather then trying to access it in determining whether the PID
5132 of `gdbserver' could have been retrieved.
5133
8ee22052
AB
51342018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
5135
5136 * gdb.arch/amd64-init-x87-values.S: New file.
5137 * gdb.arch/amd64-init-x87-values.exp: New file.
5138
7785df48
JK
51392018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5140
5141 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
5142
56bcdbea
TT
51432018-05-04 Tom Tromey <tom@tromey.com>
5144
5145 PR python/22730:
5146 * gdb.python/python.exp: Test multi-line execute.
5147
a913fffb
TT
51482018-05-04 Tom Tromey <tom@tromey.com>
5149
5150 PR python/22731:
5151 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
5152
7a2c85f2
TT
51532018-05-04 Tom Tromey <tom@tromey.com>
5154
5155 PR gdb/11750:
5156 * gdb.base/define.exp: Test defining a user command inside a user
5157 command.
5158 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
5159
a3b60e45
JK
51602018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5161 Pedro Alves <palves@redhat.com>
5162
5163 PR breakpoints/19806 and support for PR external/20207.
5164 * gdb.base/watchpoint-unaligned.c: New file.
5165 * gdb.base/watchpoint-unaligned.exp: New file.
5166
45fe4a03
AB
51672018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
5168
5169 * gdb.base/maint.exp: Make test names unique, use
5170 test_prefix_command_help to test 'help maint info', and remove
5171 repeated test of 'help maint'.
5172
9be2ae8f
TT
51732018-05-04 Tom Tromey <tom@tromey.com>
5174
5175 PR gdb/22619:
5176 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
5177 behavior.
5178
11859c31
AB
51792018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
5180
5181 * gdb.base/maint.exp: Process output from 'maint print registers'
5182 line at a time.
5183
089a9490
AB
51842018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
5185
5186 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
5187 timeout.
5188
9b0797e2
AB
51892018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
5190
5191 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
5192 filter pattern.
5193
f6ac5f3d
PA
51942018-05-02 Pedro Alves <palves@redhat.com>
5195
5196 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
5197 to_log_command renames.
5198 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
5199
77d3c63b
TT
52002018-05-02 Tom Tromey <tom@tromey.com>
5201
5202 * gdb.python/py-parameter.exp: Set test message.
5203
0489430a
TT
52042018-05-02 Tom Tromey <tom@tromey.com>
5205
5206 PR python/20084:
5207 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
5208 PARAM_ZUINTEGER_UNLIMITED tests.
5209
1632f8ba
DR
52102018-04-28 Dan Robertson <danlrobertson89@gmail.com>
5211
5212 PR rust/23124
5213 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
5214 when casting.
5215
6d7bb824
TT
52162018-04-30 Tom Tromey <tom@tromey.com>
5217
5218 * gdb.python/py-type.exp: Check align attribute.
5219 * gdb.python/py-type.c: New "aligncheck" global.
5220
007e1530
TT
52212018-04-30 Tom Tromey <tom@tromey.com>
5222
5223 PR exp/17095:
5224 * gdb.dwarf2/dw2-align.exp: New file.
5225 * gdb.cp/align.exp: New file.
5226 * gdb.base/align.exp: New file.
5227 * lib/gdb.exp (gdb_int128_helper): New proc.
5228 (has_int128_c, has_int128_cxx): New caching procs.
5229
6873858b
TT
52302018-04-27 Tom Tromey <tom@tromey.com>
5231
5232 PR rust/22545:
5233 * gdb.rust/simple.exp: Add inclusive range tests.
5234
79188d8d
PA
52352018-04-26 Pedro Alves <palves@redhat.com>
5236
5237 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
5238 ifunc breakpoint locations correctly of ifunc breakpoints set
5239 while the program resolves the ifunc.
5240
c7075ad5
PA
52412018-04-26 Pedro Alves <palves@redhat.com>
5242
5243 * gdb.base/gnu-ifunc-final.c: New file.
5244 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
5245 * gdb.base/gnu-ifunc.exp (executable): Delete.
5246 (staticexecutable): Adjust.
5247 (lib_opts, exec_opts): Delete.
5248 (make_binsuffix, build, set-break): New procedures.
5249 (misc_tests): New, with tests factored out from the top level.
5250 (top level): Test different combinations of ifunc resolver name,
5251 resolver with and with debug info, and ifunc target with and
5252 without debug info. Wrap static tests with with_target_prefix.
5253
8388016d
PA
52542018-04-26 Pedro Alves <palves@redhat.com>
5255
5256 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
5257 return type" warnings.
5258
249b5733
PA
52592018-04-25 Pedro Alves <palves@redhat.com>
5260
5261 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
5262 killed".
5263 * gdb.base/kill-after-signal.exp: Likewise.
5264 * gdb.threads/kill.exp: Likewise.
5265
f67c0c91
SDJ
52662018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5267 Sergio Durigan Junior <sergiodj@redhat.com>
5268 Pedro Alves <palves@redhat.com>
5269
5270 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
5271 regexps to expect for '[Inferior ... detached]' as well.
5272 * gdb.base/attach.exp: Likewise.
5273 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
5274 "gdb_continue_to_end".
5275 (test_catch_syscall_with_wrong_args): Likewise.
5276 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
5277 ']'. Don't set 'verbose' on.
5278 * gdb.base/foll-vfork.exp: Likewise.
5279 * gdb.base/fork-print-inferior-events.c: New file.
5280 * gdb.base/fork-print-inferior-events.exp: New file.
5281 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
5282 '[Inferior ... has been killed]' message.
5283 * gdb.base/kill-after-signal.exp: Likewise.
5284 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
5285 detach message.
5286 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
5287 message.
5288 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
5289 regexps to expect for '[Inferior ... detached]' as well.
5290 * gdb.threads/process-dies-while-detaching.exp: Likewise.
5291
0a8ddac4
SM
52922018-04-24 Simon Marchi <simon.marchi@ericsson.com>
5293
5294 PR gdb/23104
5295 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
5296
701adfb0
PA
52972018-04-22 Rajendra SY <rajendra.sy@gmail.com>
5298
5299 PR gdb/23095
5300 * gdb.base/break-probes.exp: Pass shlib_load to
5301 prepare_for_testing. Set normal_bp to r_debug_state if target is
5302 bsd.
5303
d27d16bf
RB
53042018-04-19 Richard Bunt <richard.bunt@arm.com>
5305
5306 * gdb.threads/multiple-successive-infcall.c: New test.
5307 * gdb.threads/multiple-successive-infcall.exp: New file.
5308
a037790e
TT
53092018-04-17 Tom Tromey <tom@tromey.com>
5310
5311 * gdb.rust/simple.rs (Union): New type.
5312 (main): New local "u".
5313 * gdb.rust/simple.exp (test_one_slice): Add new test case.
5314
e3a91079
AA
53152018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5316
5317 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
5318 number information in output of "whereis" command.
5319 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
5320
b744723f
AA
53212018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5322
5323 * gdb.ada/info_types.exp: Adjust expected output to the line
5324 numbers now printed by "info var/func/type".
5325 * gdb.base/completion.exp: Likewise.
5326 * gdb.base/included.exp: Likewise.
5327 * gdb.cp/cp-relocate.exp: Likewise.
5328 * gdb.cp/cplusfuncs.exp: Likewise.
5329 * gdb.cp/namespace.exp: Likewise.
5330 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
5331
4a4495d6
MM
53322018-04-13 Markus Metzger <markus.t.metzger@intel.com>
5333
5334 * gdb.btrace/cpu.exp: New.
5335
1d509aa6
MM
53362018-04-13 Markus Metzger <markus.t.metzger@intel.com>
5337
5338 * gdb.base/step-indirect-call-thunk.exp: New.
5339 * gdb.base/step-indirect-call-thunk.c: New.
5340 * gdb.reverse/step-indirect-call-thunk.exp: New.
5341 * gdb.reverse/step-indirect-call-thunk.c: New.
5342
6295b6da
SM
53432018-04-11 Simon Marchi <simon.marchi@ericsson.com>
5344
5345 * gdb.base/pie-fork.c: New file.
5346 * gdb.base/pie-fork.exp: New file.
5347
50146e70
TT
53482018-04-11 Tom Tromey <tom@tromey.com>
5349
5350 * gdb.rust/simple.exp: Add test for ".." struct initializer.
5351
f50d8a2e
PA
53522018-04-10 Pedro Alves <palves@redhat.com>
5353
5354 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
5355 exits. Instead loop running forever.
5356 (fork_parent): Run forever too.
5357
a0be7a36
SM
53582018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
5359
5360 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
5361 mi_continue_to_line.
5362 * gdb.mi/mi-stack.c (callee4): Add comment.
5363
9b73db36
SM
53642018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
5365
5366 * gdb.mi/mi-stack.exp: Fix indentation.
5367
c912f608
SM
53682018-04-07 Simon Marchi <simon.marchi@ericsson.com>
5369
5370 PR gdb/22979
5371 * gdb.arch/amd64-osabi.exp: New file.
5372
26540402
SM
53732018-04-07 Simon Marchi <simon.marchi@ericsson.com>
5374
5375 PR gdb/22980
5376 * gdb.base/osabi.exp: New file.
5377
121ad66c 53782018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
5379
5380 * gdb.cp/static-typedef-print.exp: New file.
5381 * gdb.cp/static-typedef-print.cc: New file.
5382
3fcded8f
JB
53832018-03-27 Joel Brobecker <brobecker@adacore.com>
5384
5385 * gdb.ada/varsize_limit: New testcase.
5386
59cc4834
JB
53872018-03-27 Joel Brobecker <brobecker@adacore.com>
5388
5389 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
5390
5391 * gdb.ada/notcplusplus: New testcase.
5392
5393 * gdb.base/c-linkage-name.c: New file.
5394 * gdb.base/c-linkage-name.exp: New testcase.
5395
4ca59a9f
TT
53962018-03-26 Tom Tromey <tom@tromey.com>
5397
5398 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
5399 * gdb.python/py-framefilter.py (name_error): New global.
5400 (ErrorInName.function): Use name_error.
5401
978d6c75
TT
54022018-03-26 Tom Tromey <tom@tromey.com>
5403
5404 PR backtrace/15582:
5405 * gdb.python/py-framefilter.exp: Add "bt hide" test.
5406
b7fee5a3
KS
54072018-03-23 Keith Seitz <keiths@redhat.com>
5408
5409 PR c++/22968
5410 * gdb.cp/subtypes.exp: New file.
5411 * gdb.cp/subtypes.h: New file.
5412 * gdb.cp/subtypes.cc: New file.
5413 * gdb.cp/subtypes-2.cc: New file.
5414
376be529
AB
54152018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
5416
5417 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
5418 (done): Call '_exit' not 'exit' to avoid atexit handlers.
5419 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
5420 -nostartfiles when compiling the test. Confirm that all registers
5421 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
5422
066cfa98
AB
54232018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
5424
5425 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
5426 option, syntax was wrong anyway.
5427 * gdb.arch/arm-disp-step.exp: Likewise.
5428 * gdb.arch/sparc64-regs.exp: Likewise.
5429 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
5430 option, syntax was wrong anyway, switch to use
5431 prepare_for_testing.
5432 * gdb.arch/i386-disp-step.exp: Likewise.
5433
079670b9
AA
54342018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
5435
5436 * gdb.ada/exec_changed.exp: Replace "target_info exists
5437 use_gdb_stub" by "use_gdb_stub".
5438 * gdb.ada/start.exp: Likewise.
5439 * gdb.base/async-shell.exp: Likewise.
5440 * gdb.base/attach-pie-misread.exp: Likewise.
5441 * gdb.base/attach-wait-input.exp: Likewise.
5442 * gdb.base/break-entry.exp: Likewise.
5443 * gdb.base/break-interp.exp: Likewise.
5444 * gdb.base/dprintf-detach.exp: Likewise.
5445 * gdb.base/nostdlib.exp: Likewise.
5446 * gdb.base/solib-nodir.exp: Likewise.
5447 * gdb.base/statistics.exp: Likewise.
5448 * gdb.base/testenv.exp: Likewise.
5449 * gdb.mi/mi-exec-run.exp: Likewise.
5450 * gdb.mi/mi-start.exp: Likewise.
5451 * gdb.multi/dummy-frame-restore.exp: Likewise.
5452 * gdb.multi/multi-arch-exec.exp: Likewise.
5453 * gdb.multi/multi-arch.exp: Likewise.
5454 * gdb.multi/tids.exp: Likewise.
5455 * gdb.multi/watchpoint-multi.exp: Likewise.
5456 * gdb.python/py-events.exp: Likewise.
5457 * gdb.threads/attach-into-signal.exp: Likewise.
5458 * gdb.threads/attach-stopped.exp: Likewise.
5459 * gdb.threads/threadapply.exp: Likewise.
5460 * lib/selftest-support.exp: Likewise.
5461
26d6cec4
AA
54622018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
5463
5464 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
5465
4ee89e90
SR
54662018-03-20 Stephen Roberts <stephen.roberts@arm.com>
5467
5468 * gdb.perf/template-breakpoints.cc: New file.
5469 * gdb.perf/template-breakpoints.exp: New file.
5470 * gdb.perf/template-breakpoints.py: New file.
5471
92630041
TT
54722018-03-19 Tom Tromey <tom@tromey.com>
5473
5474 * gdb.rust/simple.rs (main): Add local variables field1, field2,
5475 y0.
5476 * gdb.rust/simple.exp: Test bare identifier form of struct
5477 initializer.
5478
76727919
TT
54792018-03-19 Tom Tromey <tom@tromey.com>
5480
5481 * gdb.gdb/observer.exp: Remove.
5482
194ed413
AA
54832018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5484
5485 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
5486 "qualified" option when setting breakpoints.
5487 * gdb.trace/backtrace.exp: Likewise.
5488 * gdb.trace/circ.exp: Likewise.
5489 * gdb.trace/collection.exp: Likewise.
5490 * gdb.trace/disconnected-tracing.exp: Likewise.
5491 * gdb.trace/ftrace-lock.exp: Likewise.
5492 * gdb.trace/ftrace.exp: Likewise.
5493 * gdb.trace/infotrace.exp: Likewise.
5494 * gdb.trace/packetlen.exp: Likewise.
5495 * gdb.trace/passc-dyn.exp: Likewise.
5496 * gdb.trace/qtro.exp: Likewise.
5497 * gdb.trace/read-memory.exp: Likewise.
5498 * gdb.trace/report.exp: Likewise.
5499 * gdb.trace/signal.exp: Likewise.
5500 * gdb.trace/status-stop.exp: Likewise.
5501 * gdb.trace/strace.exp: Likewise.
5502 * gdb.trace/tfind.exp: Likewise.
5503 * gdb.trace/trace-break.exp: Likewise.
5504 * gdb.trace/trace-condition.exp: Likewise.
5505 * gdb.trace/trace-mt.exp: Likewise.
5506 * gdb.trace/tstatus.exp: Likewise.
5507 * gdb.trace/tsv.exp: Likewise.
5508 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
5509 * gdb.trace/unavailable.exp: Likewise.
5510 * gdb.trace/while-dyn.exp: Likewise.
5511
8b067d2c
AA
55122018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5513
5514 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
5515 that libinproctrace is copied to the target.
5516
3ae9ce5d
TT
55172018-03-14 Tom Tromey <tom@tromey.com>
5518
5519 PR cli/14977:
5520 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
5521 a null pointer.
5522 * gdb.base/wchar.exp: Likewise.
5523
b8c2339b
TT
55242018-03-14 Tom Tromey <tom@tromey.com>
5525
5526 PR cli/19918:
5527 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
5528 flag.
5529
4872dc46
SM
55302018-03-08 Simon Marchi <simon.marchi@ericsson.com>
5531
5532 PR gdb/22841
5533 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
5534 "target" to remote_exec.
5535
e4fe3756
SM
55362018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
5537
5538 PR gdb/22841
5539 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
5540 ${board}_upload): Remove.
5541
e95a97d4
AA
55422018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
5543
5544 * gdb.cp/watch-cp.cc: New test.
5545 * gdb.cp/watch-cp.exp: New file.
5546
dbbb1059
AB
55472018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5548
5549 * gdb.base/infcall-nested-structs.exp: New file.
5550 * gdb.base/infcall-nested-structs.c: New file.
5551 * gdb.base/float.exp: Add riscv support.
5552
ecc054c0
TP
55532018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
5554
5555 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
5556 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
5557
25e3c82c
SDJ
55582018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
5559
5560 * gdb.server/abspath.exp: New file.
5561 * lib/gdb.exp (with_cwd): New procedure.
5562
3083294d
SM
55632018-02-28 Simon Marchi <simon.marchi@ericsson.com>
5564
5565 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
5566 use it.
5567 (gdb_is_target_remote_prompt): New proc.
5568 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
5569 (gdb_is_target_native): Pass prompt parameter to
5570 gdb_is_target_1.
5571
3275ef47
SM
55722018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
5573
5574 * gdb.base/load-command.c: New file.
5575 * gdb.base/load-command.exp: New file.
5576 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
5577 (gdb_is_target_1): ...this, and generalize for other targets
5578 than just remote.
5579 (gdb_is_target_remote): Use gdb_is_target_1.
5580 (gdb_is_target_native): use gdb_is_target_1.
5581
6893c19a
TT
55822018-02-26 Tom Tromey <tom@tromey.com>
5583
5584 PR python/16497:
5585 * gdb.python/py-framefilter.exp: Update test.
5586
2ddeaf8a
TT
55872018-02-26 Tom Tromey <tom@tromey.com>
5588
5589 * gdb.dwarf2/variant.c: New file.
5590 * gdb.dwarf2/variant.exp: New file.
5591
c9317f21
TT
55922018-02-26 Tom Tromey <tom@tromey.com>
5593
5594 * gdb.rust/simple.exp: Accept more possible results in enum test.
5595
6f6d0c26
SM
55962018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
5597
5598 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
5599 parentheses.
5600
11b03145
MR
56012018-02-23 Maciej W. Rozycki <macro@mips.com>
5602
5603 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
5604 name of a variable: $actual_linejj -> $actual_line.
5605
54a27fe5
JB
56062018-02-21 John Baldwin <jhb@FreeBSD.org>
5607
5608 * gdb.arch/amd64-i386-address.exp: Fix a typo.
5609
de65820c
MM
56102018-02-20 Markus Metzger <markus.t.metzger@intel.com>
5611
5612 * gdb.btrace/buffer-size.exp: Do not force BTS.
5613
980548fd
PA
56142018-02-14 Pedro Alves <palves@redhat.com>
5615
5616 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
5617 getting a "Quit".
5618
c4e12631
MM
56192018-02-09 Markus Metzger <markus.t.metzger@intel.com>
5620
5621 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
5622 Fix test name.
5623
c2e0e465
SM
56242018-02-07 Simon Marchi <simon.marchi@ericsson.com>
5625
5626 * gdb.cp/m-static.exp: Check type of optimized out static
5627 member.
5628
f7216783
AB
56292018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
5630
5631 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
5632 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
5633
0625771b
LS
56342018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
5635 Leszek Swirski <leszeks@google.com>
5636
5637 * gdb.python/py-prettyprint.c
5638 (struct to_string_returns_value_inner,
5639 struct to_string_returns_value_wrapper): New.
5640 (main): Add tsrvw variable.
5641 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
5642 ToStringReturnsValueWrapper): New classes.
5643 (register_pretty_printers): Register new pretty-printers.
5644 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
5645 recursive pretty printer.
5646 * gdb.python/py-mi.exp: Likewise.
5647
59498c30
LS
56482018-02-01 Leszek Swirski <leszeks@google.com>
5649
5650 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
5651 functions with the same name as an include file are parsed
5652 correctly.
5653
d4d38844
YQ
56542018-02-01 Yao Qi <yao.qi@linaro.org>
5655
5656 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
5657 "\[^\r\n\]*".
5658
07e5f5cf
NP
56592018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
5660
5661 * gdb.arch/powerpc-prologue-frame.s: New file.
5662 * gdb.arch/powerpc-prologue-frame.c: Likewise.
5663 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
5664
929b5ad4
JB
56652018-01-31 Joel Brobecker <brobecker@adacore.com>
5666
5667 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
5668
e671cd59
PA
56692018-01-30 Pedro Alves <palves@redhat.com>
5670
5671 PR gdb/13211
5672 * gdb.base/interrupt-daemon.c: New.
5673 * gdb.base/interrupt-daemon.exp: New.
5674 * gdb.multi/multi-term-settings.c: New.
5675 * gdb.multi/multi-term-settings.exp: New.
5676
fc413dc4
JB
56772018-01-30 Joel Brobecker <brobecker@adacore.com>
5678
5679 * gdb.base/break.exp: Save the location where the breakpoint
5680 on break.c:47 was actually inserted when debugging the version
5681 compiled at -O2 and use it in the expected output of the "info
5682 break" test performed soon after.
5683
5c319bb2
PA
56842018-01-22 Pedro Alves <palves@redhat.com>
5685 Sergio Durigan Junior <sergiodj@redhat.com>
5686
5687 * gdb.base/whatis.exp: Add tests for 'set print object on' +
5688 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
5689
a9e40818
JB
56902018-01-22 Joel Brobecker <brobecker@adacore.com>
5691
5692 * gdb.base/break-include.c, gdb.base/break-include.inc,
5693 gdb.base/break-include.exp: New files.
5694 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
5695 line number now being the actual line number where the breakpoint
5696 was inserted.
5697 * gdb.mi/mi-break.exp: Likewise.
5698 * gdb.mi/mi-reverse.exp: Likewise.
5699 * gdb.mi/mi-simplerun.exp: Ditto.
5700
e707fc44
AB
57012018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
5702
5703 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
5704 varobj.
5705 * gdb.mi/mi-var-create-rtti.exp: Likewise.
5706
ae451627
AB
57072018-01-21 Don Breazeal <donb@codesourcery.com>
5708 Andrew Burgess <andrew.burgess@embecosm.com>
5709
5710 * gdb.mi/basics.c: Add new global.
5711 * gdb.mi/mi-frame-regs.exp: New file.
5712 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
5713 case.
5714
b1b189e0
AB
57152018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
5716
5717 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
5718 non-parameter, and on an unknown symbol.
5719
fcfcc376
TT
57202018-01-19 Tom Tromey <tom@tromey.com>
5721
5722 * gdb.rust/modules.rs (TWENTY_THREE): New global.
5723 * gdb.rust/modules.exp: Add ::-qualified lookup test.
5724
634c1c31
AA
57252018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5726
5727 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
5728 setrlimit and chdir to int.
5729
d6ad07fd
AA
57302018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5731
5732 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
5733 function.
5734 (my_tend): Likewise.
5735 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
5736 rationale of avoiding FP- and vector instructions.
5737
adf8243b
RK
57382018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
5739
5740 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
5741 "info reg" with "\[ \t\]*".
5742 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
5743 "\[ \t\]+".
5744 * gdb.arch/s390-multiarch.exp: Ditto.
5745 * gdb.base/pc-fp.exp: Ditto.
5746 * gdb.reverse/i386-precsave.exp: Ditto.
5747 * gdb.reverse/i386-reverse.exp: Ditto.
5748 * gdb.reverse/i387-env-reverse.exp: Ditto.
5749 * gdb.reverse/i387-stack-reverse.exp: Ditto.
5750
dcc06925
AA
57512018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
5752
5753 * lib/gdb.exp (gdb_compile): Re-enable use of
5754 universal_compile_options for languages other than Rust.
5755
25d4fd80
AA
57562018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
5757
5758 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
5759
ee7f689e 57602018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
5761
5762 PR gdb/16577
5763 * gdb.base/solib-vanish.exp: New.
5764 * gdb.base/solib-vanish-main.c: New.
5765 * gdb.base/solib-vanish-lib1.c: New.
5766 * gdb.base/solib-vanish-lib2.c: New.
5767
d8447b6b
YQ
57682018-01-17 Yao Qi <yao.qi@linaro.org>
5769
5770 * gdb.compile/compile.exp: Match the address printed for
5771 frame in the output of command "bt".
5772
86d6a90c
TT
57732018-01-15 Tom Tromey <tom@tromey.com>
5774
5775 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
5776 compute sp_reg.
5777
cbcdb1aa
AB
57782018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
5779
5780 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
5781 to prepare.
5782 (prepare): Return 0 on error, 1 on success.
5783
eea61984
PA
57842018-01-12 Pedro Alves <palves@redhat.com>
5785
5786 * gdb.base/continue-after-aborted-step-over.c: New.
5787 * gdb.base/continue-after-aborted-step-over.exp: New.
5788
6181e9c2
SM
57892018-01-11 Simon Marchi <simon.marchi@ericsson.com>
5790
5791 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
5792 options when not creating an executable.
5793
3cada740
PA
57942018-01-11 Pedro Alves <palves@redhat.com>
5795
5796 PR remote/22597
5797 * gdb.server/stop-reply-no-thread.c: New file.
5798 * gdb.server/stop-reply-no-thread.exp: New file.
5799
c63d3e8d
PA
58002018-01-10 Pedro Alves <palves@redhat.com>
5801
5802 PR gdb/22670
5803 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
5804 functions too. Test setting breakpoints and printing C functions
5805 with no debug info too.
5806 * gdb.ada/bp_c_mixed_case/qux.c: New file.
5807
d4c2a405
PA
58082018-01-10 Pedro Alves <palves@redhat.com>
5809
5810 PR gdb/22670
5811 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
5812 a fail.
5813
8825213e
PA
58142018-01-10 Pedro Alves <palves@redhat.com>
5815
5816 PR gdb/22670
5817 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
5818
605fd3c6
YQ
58192018-01-08 Simon Marchi <simon.marchi@ericsson.com>
5820
5821 * gdb.server/unittest.exp: Match the output in non-development
5822 mode.
5823
1e5ded6c
YQ
58242018-01-08 Simon Marchi <simon.marchi@ericsson.com>
5825
5826 * gdb.gdb/unittest.exp: Match output in non-development mode.
5827
30066b0b
JB
58282018-01-08 Joel Brobecker <brobecker@adacore.com>
5829
5830 * gdb.ada/access_tagged_param.exp: Relax expected output
5831 for value of "ObjL" in "continue" to pck.inspect breakpoint
5832 test.
5833
04bafb1e
XR
58342018-01-08 Joel Brobecker <brobecker@adacore.com>
5835
9f86398b
JB
5836 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
5837 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 5838
e379cee6
PA
58392018-01-05 Pedro Alves <palves@redhat.com>
5840
5841 PR gdb/18653
5842 * gdb.base/libsegfault.exp: New.
5843
de63c46b
PA
58442018-01-05 Joel Brobecker <brobecker@adacore.com>
5845
5846 PR gdb/22670
5847 * gdb.ada/access_tagged_param.exp: New file.
5848 * gdb.ada/access_tagged_param/foo.adb: New file.
5849
f98fc17b
PA
58502018-01-05 Pedro Alves <palves@redhat.com>
5851
5852 PR gdb/22670
5853 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
5854 exercise lower case too, and to exercise both full matching and
5855 wild matching.
5856
342f8240
JB
58572018-01-05 Joel Brobecker <brobecker@adacore.com>
5858
5859 * gdb.ada/rename_subscript_param: New testcase.
5860
7150d33c
JG
58612018-01-05 Jerome Guitton <guitton@adacore.com>
5862
5863 * gdb.ada/arr_acc_idx_w_gap: New testcase.
5864
cc0e770c
JB
58652018-01-05 Joel Brobecker <brobecker@adacore.com>
5866
5867 * gdb.ada/convvar_comp: New testcase.
5868
672a41aa 58692018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
5870
5871 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
5872 (My_Table): New global variable.
5873 * testsuite/gdb.ada/array_char_idx.exp: Add test.
5874
7365ec2f
JB
58752018-01-04 Joel Brobecker <brobecker@adacore.com>
5876
5877 PR gdb/22670
5878 * gdb.ada/maint_with_ada: New testcase.
5879
289483b6
JB
58802018-01-04 Joel Brobecker <brobecker@adacore.com>
5881
5882 PR gdb/22670
5883 * gdb.ada/bp_c_mixed_case: New testcase.
5884
344420da
JB
58852018-01-04 Joel Brobecker <brobecker@adacore.com>
5886
5887 PR gdb/22670
5888 * gdb.ada/complete.exp: Add "complete break ada" test.
5889
66fc87a0
JB
58902018-01-04 Joel Brobecker <brobecker@adacore.com>
5891
5892 PR gdb/22670
5893 * gdb.ada/info_addr_mixed_case: New testcase.
5894
9f757bf7
XR
58952018-01-03 Xavier Roirand <roirand@adacore.com>
5896
5897 * gdb.ada/excep_handle.exp: New testcase.
5898 * gdb.ada/excep_handle/foo.adb: New file.
5899 * gdb.ada/excep_handle/pck.ads: New file.
5900
bd570f80
JB
59012018-01-03 Joel Brobecker <brobecker@adacore.com>
5902
5903 * gdb.base/step-line.c: Add extra empty line in copyright header.
5904 * gdb.base/step-line.inp: Likewise.
5905
9fe561ab
JB
59062018-01-02 Joel Brobecker <brobecker@adacore.com>
5907
5908 * gdb.ada/dyn_stride.exp: Add slice test.
5909
a405673c
JB
59102018-01-02 Joel Brobecker <brobecker@adacore.com>
5911
5912 * gdb.ada/dyn_stride: New testcase.
5913
cef0f868
SH
59142017-12-27 Stafford Horne <shorne@gmail.com>
5915
5916 * gdb.xml/extra-regs.xml: Add example foo reggroup.
5917 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
5918
b67d92b0
SH
59192017-12-27 Stafford Horne <shorne@gmail.com>
5920
5921 * gdb.base/reggroups.c: New file.
5922 * gdb.base/reggroups.exp: New file.
5923
eccab96d
JB
59242017-12-18 Joel Brobecker <brobecker@adacore.com>
5925
5926 * gdb.dwarf2/ada-valprint-error.c: New file.
5927 * gdb.dwarf2/ada-valprint-error.exp: New file.
5928
0e2da9f0
JB
59292017-12-18 Joel Brobecker <brobecker@adacore.com>
5930
5931 * gdb.ada/assign_arr: New testcase.
5932
cb923fcc
XR
59332017-12-18 Xavier Roirand <roirand@adacore.com>
5934
5935 * gdb.ada/funcall_ptr: New testcase.
5936
7c161838
SDJ
59372017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
5938
5939 PR cli/16224
5940 * gdb.base/ptype-offsets.cc: New file.
5941 * gdb.base/ptype-offsets.exp: New file.
5942
1af17fd9
YQ
59432017-12-15 Yao Qi <yao.qi@linaro.org>
5944
5945 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
5946 if XML is disabled.
5947
828d5846
XR
59482017-12-15 Xavier Roirand <roirand@adacore.com>
5949
5950 * gdb.ada/same_component_name: New testcase.
5951
79e8fcaa
JB
59522017-12-14 Joel Brobecker <brobecker@adacore.com>
5953
5954 * gdb.ada/str_binop_equal: New testcase.
5955
e05fa6f9
JB
59562017-12-14 Joel Brobecker <brobecker@adacore.com>
5957
5958 * gdb.ada/task_switch_in_core: New testcase.
5959
b89641ba
SM
59602017-12-13 Simon Marchi <simon.marchi@ericsson.com>
5961
5962 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
5963 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
5964 call test_bkpt_qualified.
5965 (test_bkpt_qualified): New proc.
5966
6892d2e4
PA
59672017-12-13 Pedro Alves <palves@redhat.com>
5968
5969 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
5970 Tighten regexp by matching with an anchor.
5971
a22ecf70
PA
59722017-12-13 Pedro Alves <palves@redhat.com>
5973
5974 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
5975 ("expression with namespace"): New set of tests.
5976 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
5977 (Nested::Test_NS::qux): New.
5978 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
5979 defaults to 'start_quote_char' and 'end_quote_char' parameters.
5980
9937536c
JB
59812017-12-13 Joel Brobecker <brobecker@adacore.com>
5982
5983 * gdb.base/server-del-break.c: New file.
5984 * gdb.base/server-del-break.exp: New file.
5985
fe49c6f5
SH
59862017-12-12 Stafford Horne <shorne@gmail.com>
5987
5988 * gdb.xml/tdesc-regs.exp: Add or1k support.
5989
c3d18620
SH
59902017-12-12 Stafford Horne <shorne@gmail.com>
5991
5992 * gdb.base/bp-permanent.c: Define nop of or1k.
5993
c5f9cfc8
JB
59942017-12-11 Joel Brobecker <brobecker@adacore.com>
5995
5996 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
5997 output with components being reordered.
5998
a9c135fc
JB
59992017-12-11 Joel Brobecker <brobecker@adacore.com>
6000
6001 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
6002 output with components being reordered.
6003
927aa2e7
JK
60042017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6005 Pedro Alves <palves@redhat.com>
6006
6007 * gdb.base/maint.exp (check for .gdb_index): Check also for
6008 .debug_names.
6009 * gdb.dlang/watch-loc.c (.debug_aranges): New.
6010 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
6011 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
6012 (.gdb_index used after symbol reloading): Support also .debug_names.
6013 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
6014
f17d9474
YQ
60152017-12-08 Yao Qi <yao.qi@linaro.org>
6016
6017 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
6018 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
6019
a0de8c21
YQ
60202017-12-08 Yao Qi <yao.qi@linaro.org>
6021
6022 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
6023 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
6024
a738ea1d
YQ
60252017-12-08 Yao Qi <yao.qi@linaro.org>
6026
6027 * gdb.arch/aarch64-tagged-pointer.c: New file.
6028 * gdb.arch/aarch64-tagged-pointer.exp: New file.
6029
1cd9a73b
SDJ
60302017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
6031
6032 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
6033 "int".
6034
fa6eb693
KS
60352017-12-07 Keith Seitz <keiths@redhat.com>
6036
6037 PR breakpoints/22569
6038 * gdb.linespec/ls-errs.exp: Change expected result of "break
6039 -source this file has spaces.c -line 3".
6040 Check that an explicit source file followed by whitespace is
6041 identified as an invalid explicit location.
6042
883fd55a
KS
60432017-12-07 Keith Seitz <keiths@redhat.com>
6044
6045 * gdb.cp/nested-types.cc: New file.
6046 * gdb.cp/nested-types.exp: New file.
6047 * lib/cp-support.exp: Load data-structures.exp library.
6048 (debug_cp_test_ptype_class): New global.
6049 (cp_ptype_class_verbose, next_line): New procedures.
6050 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
6051 Add and document new return value.
6052 Switch the list of lines to a queue.
6053 Add support for new `type' key for nested type definitions.
6054 Add debugging/troubleshooting messages.
6055 * lib/data-structures.exp: New file.
6056
ec72db3e
SM
60572017-12-07 Simon Marchi <simon.marchi@ericsson.com>
6058
6059 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
6060 with proc_with_prefix, don't use with_test_prefix.
6061
99598d71
TT
60622017-12-07 Tom Tromey <tom@tromey.com>
6063
6064 * gdb.base/break.exp: Add test for empty "commands".
6065
a8806230
YQ
60662017-12-07 Yao Qi <yao.qi@linaro.org>
6067
6068 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
6069 malloc and catch syscall.
6070
824cc835
PM
60712017-12-07 Phil Muldoon <pmuldoon@redhat.com>
6072
e79be6e5 6073 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
824cc835
PM
6074 tests for explicit locations.
6075
7cc244de
PA
60762017-12-06 Pedro Alves <palves@redhat.com>
6077
6078 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
6079 force-disabling XML descriptions.
6080
50a1fdd5
PA
60812017-12-04 Pedro Alves <palves@redhat.com>
6082
6083 PR gdb/22499
6084 * gdb.arch/amd64-disp-step-avx.S: New file.
6085 * gdb.arch/amd64-disp-step-avx.exp: New file.
6086
f0fb2488
PA
60872017-12-03 Pedro Alves <palves@redhat.com>
6088
6089 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
6090 and <string.h>.
6091 (parent_function): Print distinct messages when waitpid fails, or
6092 the child exits with a signal, or the child exits for an unhandled
6093 reason.
6094 * gdb.threads/process-dies-while-detaching.exp
6095 (detach_and_expect_exit): New 'inf_output_re' parameter and use
6096 it. Wait for both inferior output and GDB's prompt. Use an
6097 indirect spawn id list.
6098 (do_detach): New parameter 'child_exit'. Use it to compute
6099 expected inferior output.
6100 (test_detach, test_detach_watch, test_detach_killed_outside):
6101 Adjust to pass down the expected child exit kind.
6102
97cbe998
SDJ
61032017-12-01 Joel Brobecker <brobecker@adacore.com>
6104 Sergio Durigan Junior <sergiodj@redhat.com>
6105 Pedro Alves <palves@redhat.com>
6106
6107 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
6108
40fc416f
SDJ
61092017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
6110
6111 * gdb.base/relocate.exp: Add tests to guarantee that arguments
6112 to 'symbol-file' and 'add-symbol-file' can be
6113 position-independent.
6114
1cc75e92
YQ
61152017-12-01 Yao Qi <yao.qi@linaro.org>
6116
6117 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
6118 the URL in copyright header.
6119 * gdb.arch/aarch64-fp.exp: Likewise.
6120 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
6121 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
6122 * gdb.base/expand-psymtabs.exp: Likewise.
6123 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
6124 * gdb.fortran/common-block.exp: Likewise.
6125 * gdb.fortran/common-block.f90: Likewise.
6126 * gdb.fortran/logical.exp: Likewise.
6127 * gdb.fortran/vla-datatypes.f90: Likewise.
6128 * gdb.fortran/vla-sub.f90: Likewise.
6129
875fb7a7
JB
61302017-11-30 Joel Brobecker <brobecker@adacore.com>
6131
6132 * gdb.ada/repeat_dyn: New testcase.
6133
6f14765f
UW
61342017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
6135
6136 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
6137 Update for changed thread numbering.
6138 * gdb.cell/bt.exp: Update for changed GDB output.
6139
f1af7b94
SM
61402017-11-30 Simon Marchi <simon.marchi@ericsson.com>
6141
6142 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
6143 setting isremote by hand.
6144 * boards/dwarf4-gdb-index.exp: Likewise.
6145 * boards/fission.exp: Likewise.
6146 * boards/stabs.exp: Likewise.
6147
e3919f3e
PA
61482017-11-30 Pedro Alves <palves@redhat.com>
6149
6150 * gdb.linespec/cpls-ops.exp
6151 (check_explicit_skips_function_argument): Extract the underlying
6152 type of size_t instead of hardcoding it.
6153
bd69330d
PA
61542017-11-29 Pedro Alves <palves@redhat.com>
6155
6156 PR c++/19436
6157 * gdb.linespec/cpls-abi-tag.cc: New file.
6158 * gdb.linespec/cpls-abi-tag.exp: New file.
6159
a20714ff
PA
61602017-11-29 Pedro Alves <palves@redhat.com>
6161
6162 * gdb.base/langs.exp: Use -qualified.
6163 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
6164 it.
6165 * gdb.cp/namespace.exp: Use -qualified.
6166 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
6167 (overload-3, template-overload, template-ret-type, const-overload)
6168 (const-overload-quoted, anon-ns, ambiguous-prefix): New
6169 procedures.
6170 (test_driver): Call them.
6171 * gdb.cp/save-bp-qualified.cc: New.
6172 * gdb.cp/save-bp-qualified.exp: New.
6173 * gdb.linespec/explicit.exp: Test -qualified.
6174 * lib/completion-support.exp (completion::explicit_opts_list): Add
6175 "-qualified".
6176 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
6177
f6f1d339
PM
61782017-11-29 Phil Muldoon <pmuldoon@redhat.com>
6179
6180 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
6181
02ca603a
TT
61822017-11-29 Tom Tromey <tom@tromey.com>
6183
6184 * gdb.base/relocate.exp: Update invalid argument test.
6185 Add new tests for invalid arguments.
6186
ed6c0bfb
TP
61872017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
6188
6189 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
6190 Return 0 as a long.
6191 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
6192
f106e10e
TP
61932017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
6194
6195 * gdb.cp/breakpoint.cc (bar): Set return type to void.
6196 * gdb.cp/psymtab-parameter.cc (func): Likewise.
6197 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
6198 func ().
6199 * gdb.cp/shadow.cc (B.func): Return 0.
6200
10329bb2
JB
62012017-11-27 Joel Brobecker <brobecker@adacore.com>
6202
6203 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
6204 expected output in gdb_expect call to allow the exception
6205 message to be present as well. Fix syntax confusion to avoid
6206 TCL thinking that exception_name is an array.
6207
617cd4bc
UW
62082017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
6209
6210 * gdb.arch/spu-info.c: Include <unistd.h>.
6211 (do_signal_test): Fix broken calls to write.
6212 * gdb.arch/spu-info.exp: Use prepare_for_testing.
6213 Fix checks for empty mailboxes. Update signal tests for corrected
6214 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
6215 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
6216 * gdb.cell/arch.exp: Use standard_output_file.
6217 * gdb.cell/break.exp: Likewise.
6218 * gdb.cell/bt.exp: Likewise.
6219 * gdb.cell/core.exp: Likewise.
6220 * gdb.cell/dwarfaddr.exp: Likewise.
6221 * gdb.cell/ea-cache.exp: Likewise.
6222 * gdb.cell/ea-standalone.exp: Likewise.
6223 * gdb.cell/f-regs.exp: Likewise.
6224 * gdb.cell/fork.exp: Likewise.
6225 * gdb.cell/gcore.exp: Likewise.
6226 * gdb.cell/mem-access.exp: Likewise.
6227 * gdb.cell/ptype.exp: Likewise.
6228 * gdb.cell/registers.exp: Likewise.
6229 * gdb.cell/sizeof.exp: Likewise.
6230 * gdb.cell/solib-symbol.exp: Likewise.
6231 * gdb.cell/solib.exp: Likewise.
617cd4bc 6232
a81aaca0
PA
62332017-11-25 Pedro Alves <palves@redhat.com>
6234
6235 * gdb.base/complete-empty.exp: New file.
6236 * gdb.base/completion.exp: Adjust.
6237
6a3c6ee4
PA
62382017-11-25 Pedro Alves <palves@redhat.com>
6239
6240 * gdb.linespec/cpls-ops.cc: New file.
6241 * gdb.linespec/cpls-ops.exp: New file.
6242 * lib/completion-support.exp (test_complete_prefix_range_re): New,
6243 factored out from ...
6244 (test_complete_prefix_range): ... this.
6245
8955eb2d
PA
62462017-11-24 Pedro Alves <palves@redhat.com>
6247
6248 * gdb.linespec/cpcompletion.exp: New file.
6249 * gdb.linespec/cpls-hyphen.cc: New file.
6250 * gdb.linespec/cpls.cc: New file.
6251 * gdb.linespec/cpls2.cc: New file.
6252 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
6253 test to use test_gdb_complete_unique. Add label completion,
6254 keyword completion and explicit location completion tests.
6255 * lib/completion-support.exp: New file.
6256
e547c119
JB
62572017-11-24 Joel Brobecker <brobecker@adacore.com>
6258
6259 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
6260 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
6261 when hitting an exception catchpoint.
6262
7c3c1aa8
YQ
62632017-11-22 Yao Qi <yao.qi@linaro.org>
6264
6265 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
6266
41bd68f5
SM
62672017-11-22 Simon Marchi <simon.marchi@ericsson.com>
6268
6269 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
6270 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
6271 * gdb.dwarf2/info-locals-optimized-out.c: New file.
6272
1daad298
YQ
62732017-11-22 Yao Qi <yao.qi@linaro.org>
6274
6275 * gdb.base/info-os.exp: Pass pthreads.
6276 * gdb.multi/multi-attach.exp: Likewise.
6277
88465e87
YQ
62782017-11-22 Yao Qi <yao.qi@linaro.org>
6279
6280 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
6281 compiler.
6282
dc196b23
YQ
62832017-11-22 Yao Qi <yao.qi@linaro.org>
6284
6285 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
6286 * gdb.base/break-interp.exp: Likewise.
6287 * gdb.base/jit-attach-pie.exp: Likewise.
6288
2400729e
UW
62892017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
6290
6291 * gdb.base/float128.c (large128): New variable.
6292 * gdb.base/float128.exp: Add test to print largest __float128 value.
6293
7a26362d
UW
62942017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
6295
6296 * gdb.arch/vsx-regs.exp: Update register content checks.
6297
ed0f4273
UW
62982017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
6299
6300 * gdb.arch/ppc-longdouble.exp: New file.
6301 * gdb.arch/ppc-longdouble.c: Likewise.
6302
a25d69c6
PA
63032017-11-21 Pedro Alves <palves@redhat.com>
6304
6305 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
6306
73fcf641
PA
63072017-11-20 Pedro Alves <palves@redhat.com>
6308
6309 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
6310 (long_double_typedef): New typedefs.
6311 Use DEF on double and long double.
6312 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
6313 cases.
6314 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
6315 and 'long_double_ptr_same_size' locals. Use them to decide
6316 whether cast from array/function to float is valid/invalid.
6317
71a3c369
TT
63182017-11-17 Tom Tromey <tom@tromey.com>
6319
6320 * gdb.rust/traits.rs: New file.
6321 * gdb.rust/traits.exp: New file.
6322
ced9779b
JB
63232017-11-17 Joel Brobecker <brobecker@adacore.com>
6324
6325 * gdb.ada/minsyms: New testcase.
6326
a0922d80
PA
63272017-11-16 Pedro Alves <palves@redhat.com>
6328
6329 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
6330 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
6331
ea04e54c
PA
63322017-11-16 Pedro Alves <palves@redhat.com>
6333
6334 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
6335 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
6336
e849ea89
PA
63372017-11-16 Pedro Alves <palves@redhat.com>
6338
6339 * gdb.server/reconnect-ctrl-c.c: New file.
6340 * gdb.server/reconnect-ctrl-c.exp: New file.
6341
d8ae99a7
PM
63422017-11-16 Phil Muldoon <pmuldoon@redhat.com>
6343
6344 * gdb.python/py-rbreak.exp: New file.
6345 * gdb.python/py-rbreak.c: New file.
6346 * gdb.python/py-rbreak-func2.c: New file.
6347
968a13f8
PA
63482017-11-16 Pedro Alves <palves@redhat.com>
6349
6350 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
6351 pattern.
6352 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
6353 GDB.
6354
71774bc9
SM
63552017-11-15 Simon Marchi <simon.marchi@ericsson.com>
6356
6357 * gdb.tui/completionn.exp (test_tab_completion): Add space in
6358 regex.
6359
ddbb44cf
SM
63602017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
6361
6362 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
6363 test names.
6364
584a564f
PA
63652017-11-09 Pedro Alves <palves@redhat.com>
6366
6367 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
6368 factored out from ...
6369 (top level): ... here, and adjusted to avoid expecting beyond the
6370 prompt in a single gdb_test_multiple.
6371
5ed7a928
PA
63722017-11-09 Pedro Alves <palves@redhat.com>
6373
6374 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
6375 output.
6376 * gdb.server/ext-attach.exp ("kill" test): Likewise.
6377 * gdb.server/ext-restart.exp ("kill" test): Likewise.
6378 * gdb.server/ext-run.exp ("kill" test): Likewise.
6379 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
6380
a60e0738
PA
63812017-11-09 Pedro Alves <palves@redhat.com>
6382
6383 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
6384 match till end of line.
6385
2c88253f
PA
63862017-11-09 Pedro Alves <palves@redhat.com>
6387
6388 * gdb.base/memattr.exp: Tighten regexes to match the end line.
6389
c7a38517
PA
63902017-11-09 Pedro Alves <palves@redhat.com>
6391
6392 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
6393 New procedures, factored out from ...
6394 (top level): ... here, and adjusted to avoid expecting beyond the
6395 prompt in one go.
6396
f29f4b6b
PA
63972017-11-09 Pedro Alves <palves@redhat.com>
6398
6399 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
6400 output. Fix '?' match.
6401
286acbb5
JB
64022017-11-08 Joel Brobecker <brobecker@adacore.com>
6403
6404 * gdb.ada/scoped_watch: New testcase.
6405 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
6406 which is actually correct.
6407 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
6408 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
6409
62d7ae92
PA
64102017-11-08 Pedro Alves <palves@redhat.com>
6411
6412 * gdb.gdb/complaints.exp (test_initial_complaints)
6413 (test_serial_complaints, test_short_complaints): Call
6414 complaint_internal instead of complaint.
6415
280ca31f
DT
64162017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
6417
6418 * gdb.threads/tls-core.c: New file.
6419 * gdb.threads/tls-core.exp: Likewise.
6420
b5ec771e
PA
64212017-11-08 Pedro Alves <palves@redhat.com>
6422
6423 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
6424 (p Exported_Capitalized): New test.
6425 (p exported_capitalized): New test.
6426
a02b41a7
PA
64272017-11-07 Pedro Alves <palves@redhat.com>
6428
6429 * gdb.cp/ena-dis-br-range.exp: Add more tests.
6430
95e95a6d
PA
64312017-11-07 Pedro Alves <palves@redhat.com>
6432
6433 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
6434 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
6435 (disable_invalid, disable_inverted, disable_negative): New
6436 procedures.
6437 ("bad numbers"): New set of tests.
6438
cee62dbd
PA
64392017-11-07 Pedro Alves <palves@redhat.com>
6440
6441 * gdb.cp/ena-dis-br-range.exp: Add tests.
6442
cc638e86
PA
64432017-11-07 Pedro Alves <palves@redhat.com>
6444
6445 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
6446
d0fe4701
XR
64472017-11-07 Xavier Roirand <roirand@adacore.com>
6448 Pedro Alves <palves@redhat.com>
6449
6450 * gdb.base/ena-dis-br.exp: Add reference to
6451 gdb.cp/ena-dis-br-range.exp.
6452 * gdb.cp/ena-dis-br-range.exp: New file.
6453 * gdb.cp/ena-dis-br-range.cc: New file.
6454
46f67f80
PA
64552017-11-06 Pedro Alves <palves@redhat.com>
6456
6457 * gdb.base/attach-non-pgrp-leader.c: New.
6458 * gdb.base/attach-non-pgrp-leader.exp: New.
6459
726e1356
PA
64602017-11-06 Pedro Alves <palves@redhat.com>
6461
6462 * configure.ac: No longer check for termio.h and sgtty.h.
6463 * configure: Regenerate.
6464 * remote-utils.c: Include termios.h instead of gdb_termios.h.
6465 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
6466 Remove termio and sgtty code.
6467
50ab6ace
YQ
64682017-11-03 Yao Qi <yao.qi@linaro.org>
6469
6470 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
6471 in GDB is disabled.
6472
8e68731c
YQ
64732017-11-03 Yao Qi <yao.qi@linaro.org>
6474
6475 * gdb.python/py-thrhandle.exp: Skip it if python is not
6476 enabled.
6477
3a87ae65
SM
64782017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
6479
6480 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
6481 as a breakpoint command.
6482
484d8d36
MD
64832017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
6484
6485 PR python/21213
6486 * gdb.python/py-infthread.exp: Test calling
6487 InferiorThread.inferior () multiple times in a row.
6488
4a27f119
KS
64892017-10-27 Keith Seitz <keiths@redhat.com>
6490
6491 * gdb.opt/inline-break.exp (break_info_1): New procedure.
6492 Test "info break" for every inlined function breakpoint.
6493
bb11dd58
YQ
64942017-10-27 Yao Qi <yao.qi@linaro.org>
6495
6496 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
6497
a43f3893
PF
64982017-10-26 Patrick Frants <osscontribute@gmail.com>
6499
6500 * gdb.cp/classes.exp (test_static_members): Test printing
6501 Outer::instance.
6502 * gdb.cp/classes.c (struct Inner, struct Outer): New.
6503 (Inner::instance, Outer::instance): New.
6504
792ccf00
PA
65052017-10-24 Pedro Alves <palves@redhat.com>
6506
6507 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
6508 extra console" test in two stages.
6509
eb2bfbad
PA
65102017-10-24 Pedro Alves <palves@redhat.com>
6511
6512 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
6513
1f75a651
PA
65142017-10-24 Pedro Alves <palves@redhat.com>
6515
6516 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
6517 loop.
6518
779990d9
PA
65192017-10-24 Pedro Alves <palves@redhat.com>
6520
6521 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
6522 $attempt" and "stoppedtry $stoppedtry" test prefixes.
6523
ad9b8f5d
PA
65242017-10-24 Pedro Alves <palves@redhat.com>
6525
6526 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
6527 parameter and handle it. Don't output read value in test name.
6528
fee6da6e
PA
65292017-10-24 Pedro Alves <palves@redhat.com>
6530
6531 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
6532 custom test name.
6533
10389c2c
PA
65342017-10-24 Pedro Alves <palves@redhat.com>
6535
6536 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
6537 include the unstable output directory name in the test's name.
6538 (initial_setup_simple) <'set args'>: Use custom test name.
6539
a80e65a9
PA
65402017-10-24 Pedro Alves <palves@redhat.com>
6541
6542 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
6543 with explicit test name.
6544
15763a09
PA
65452017-10-20 Pedro Alves <palves@redhat.com>
6546
6547 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
6548 'wait -i'. Use gdb_assert and remote_close.
6549
49a4ce2e
AB
65502017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
6551
6552 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
6553 number from variable rather than hard-coded.
6554
a75868f5
PA
65552017-10-19 Pedro Alves <palves@redhat.com>
6556
6557 * gdb.base/long-inferior-output.c: New file.
6558 * gdb.base/long-inferior-output.exp: New file.
6559
c8ba13ad
KS
65602017-11-18 Keith Seitz <keiths@redhat.com>
6561
6562 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
6563 method.
6564 (main): Call it.
6565 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
6566 Add additional user-defined conversion operator tests.
6567
b27de576
PA
65682017-10-17 Pedro Alves <palves@redhat.com>
6569
6570 * boards/native-stdio-gdbserver.exp: Load "local-board".
6571
8484c955
PA
65722017-10-17 Pedro Alves <palves@redhat.com>
6573
6574 * gdb.base/quit-live.c: New file.
6575 * gdb.base/quit-live.exp: New file.
6576
83d5a34d
KS
65772017-10-16 Keith Seitz <keiths@redhat.com>
6578
6579 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
6580 (class_with_protected_typedef, class_with_private_typedef)
6581 (struct_with_public_typedef, struct_with_protected_typedef)
6582 (struct_with_private_typedef): New classes/structs.
6583 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
6584 typedefs and access specifiers.
6585
739b3f1d
PA
65862017-10-16 Pedro Alves <palves@redhat.com>
6587 Simon Marchi <simon.marchi@polymtl.ca>
6588
6589 * README (Local vs Remote vs Native): New section.
6590 * boards/local-board.exp: New file, with bits factored out from
6591 ...
6592 * boards/native-extended-gdbserver.exp: ... here. Load
6593 "local-board".
6594 * boards/native-gdbserver.exp: Load "local-board".
6595 (${board}_spawn, ${board}_exec): Delete.
6596 * boards/native-stdio-gdbserver.exp: Most contents factored out to
6597 ...
6598 * boards/stdio-gdbserver-base.exp: ... this new file.
6599 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
6600 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
6601 procedure.
6602 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
6603 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
6604 stdio_gdbserver_command.
6605 (${board}_get_remote_address, ${board}_get_comm_port)
6606 (${board}_download, ${board}_upload): Delete.
6607 (get_target_remote_pipe_cmd): New.
6608
fe68b953
SM
66092017-10-16 Simon Marchi <simon.marchi@ericsson.com>
6610
6611 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
6612 test_bkpt_deletion, test_bkpt_cond_and_cmds,
6613 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
6614 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
6615 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
6616 remove with_test_prefix.
6617
300b6685
PA
66182017-10-13 Pedro Alves <palves@redhat.com>
6619
6620 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
6621 * gdb.base/annota1.exp: Use it instead of is_remote.
6622 * gdb.base/annota3.exp: Use it instead of is_remote.
6623 * gdb.cp/annota2.exp: Use it instead of is_remote.
6624 * gdb.cp/annota3.exp: Use it instead of is_remote.
6625 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
6626
50500caf
PA
66272017-10-13 Pedro Alves <palves@redhat.com>
6628
6629 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
6630 (test_num_test_vars, run_and_count_vars, find_env)
6631 (test_set_unset_env, test_inherit_env_var): New procedures.
6632 (top level): Use them.
6633
dad0c6d2
PA
66342017-10-13 Pedro Alves <palves@redhat.com>
6635
6636 * lib/selftest-support.exp (selftest_setup): Extend comments, and
6637 also skip on stub-like targets.
6638
8b0553c1
PA
66392017-10-13 Pedro Alves <palves@redhat.com>
6640
6641 PR gdb/22293
6642 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
6643 (top level): Move some tests to ...
6644 (test_not_found): ... this new procedure.
6645 (top level): Call it.
6646
7594f623
PA
66472017-10-13 Pedro Alves <palves@redhat.com>
6648
6649 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
6650 expect different "info terminal" output if testing with a
6651 non-native target.
6652
ebe3b402
PA
66532017-10-13 Pedro Alves <palves@redhat.com>
6654 Simon Marchi <simon.marchi@polymtl.ca>
6655
6656 PR python/12966
6657 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
6658
42f1b161
PA
66592017-10-13 Pedro Alves <palves@redhat.com>
6660
6661 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
6662 already.
6663
8d6ef72b
PA
66642017-10-13 Pedro Alves <palves@redhat.com>
6665
6666 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
6667 is_remote.
6668
d7bcd5b8
PA
66692017-10-13 Pedro Alves <palves@redhat.com>
6670
6671 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
6672 is_remote.
6673
df479dc6
PA
66742017-10-13 Pedro Alves <palves@redhat.com>
6675
6676 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
6677 is set.
6678 (corefile_test_attach): Likewise. Check can_spawn_for_attach
6679 instead of is_remote.
6680
23fb630a
PA
66812017-10-13 Pedro Alves <palves@redhat.com>
6682
6683 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
6684 (top level): Add comment.
6685
cc77b1dc
PA
66862017-10-13 Pedro Alves <palves@redhat.com>
6687
6688 * gdb.base/remote.exp (top level): Fix comment typo and add
6689 missing return.
6690
27c9e813
PA
66912017-10-13 Pedro Alves <palves@redhat.com>
6692 Simon Marchi <simon.marchi@polymtl.ca>
6693
6694 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
6695 calls and add comments. Skip test if use_gdb_stub is set.
6696 (top level): Use "set cwd" command instead of "cd" command.
6697
5e830d98
PA
66982017-10-13 Pedro Alves <palves@redhat.com>
6699
6700 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
6701 is_remote target check.
6702
f5ca0032
PA
67032017-10-13 Pedro Alves <palves@redhat.com>
6704
6705 * gdb.base/scope.exp: Use build_executable + clean_restart +
6706 gdb_file_cmd instead of prepare_for_testing and no longer skip
6707 "before run" tests on is_remote target boards. Update comments.
6708 * boards/native-extended-gdbserver.exp
6709 (extended_gdbserver_load_last_file): New, factored out from ...
6710 (gdb_load): ... this. Move further below and add comment.
6711 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
6712
8aed1c0d
PA
67132017-10-12 Pedro Alves <palves@redhat.com>
6714
6715 * gdb.base/attach.exp: Remove references to gdb64.
6716 * gdb.base/dbx.exp: Remove references to gdb64.
6717
cfa34c87
SM
67182017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
6719 Pedro Alves <palves@redhat.com>
6720
6721 * gdb.base/label.exp: Remove is_remote target check.
6722
9192b7de
PA
67232017-10-12 Pedro Alves <palves@redhat.com>
6724
6725 * gdb.base/auvx.exp (coredir): Update comment.
6726 (top level) <core_works>: Use "set cwd" command instead of "cd"
6727 command.
6728
6bf0052d
PA
67292017-10-12 Pedro Alves <palves@redhat.com>
6730 Simon Marchi <simon.marchi@polymtl.ca>
6731
6732 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
6733 target boards.
6734
e48ef82d
PA
67352017-10-12 Pedro Alves <palves@redhat.com>
6736 Simon Marchi <simon.marchi@polymtl.ca>
6737
6738 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
6739 Instead skip if there's any gdb_protocol set.
6740
8d7aea57
SM
67412017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
6742 Pedro Alves <palves@redhat.com>
6743
6744 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
6745
30440677
PA
67462017-10-12 Pedro Alves <palves@redhat.com>
6747 Simon Marchi <simon.marchi@polymtl.ca>
6748
6749 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
6750 instead of on dejagnu remote boards.
6751
4e04f045 67522017-10-12 Pedro Alves <palves@redhat.com>
175654b9 6753 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
6754
6755 * gdb.base/inferior-died.exp: Remove is_remote and isnative
6756 checks. Use build_executable + clean_restart instead of
6757 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
6758 of enabling non-stop after starting gdb.
6759
871a186e
PA
67602017-10-12 Pedro Alves <palves@redhat.com>
6761
6762 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
6763 * gdb.threads/non-ldr-exc-2.exp: Ditto.
6764 * gdb.threads/non-ldr-exc-3.exp: Ditto.
6765 * gdb.threads/non-ldr-exc-4.exp: Ditto.
6766
56d704da
AK
67672017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
6768
6769 * gdb.arch/arc-tdesc-cpu.exp: New file.
6770 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
6771
2f20e312
SM
67722017-10-10 Simon Marchi <simon.marchi@ericsson.com>
6773
6774 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
6775
65630365
PA
67762017-10-10 Pedro Alves <palves@redhat.com>
6777
6778 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
6779 expect CLI output.
6780
bf469271
PA
67812017-10-10 Pedro Alves <palves@redhat.com>
6782
6783 * lib/selftest-support.exp (selftest_setup): Update for
6784 captured_command_loop's prototype change.
6785
777a42f1
PA
67862017-10-09 Pedro Alves <palves@redhat.com>
6787
6788 Test both arch1=>arch2 and arch2=>arch1.
6789
6790 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
6791 (srcfile2, binfile2, march1, march2): Remove globals. Largely
6792 factored out to...
6793 (append_arch1_options, append_arch2_options, append_arch_options)
6794 (build_executables): New procedures.
6795 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
6796 local.
6797 (top level): Add new 'first_arch' testing axis.
6798
cbd2b4e3
PA
67992017-10-09 Pedro Alves <palves@redhat.com>
6800
6801 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
6802 (barrier): New.
6803 (thread_start, all_started): New functions.
6804 (main): Spawn new thread and wait until it is scheduled.
6805 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
6806 option.
6807 (do_test): Add 'selected_thread' parameter. Run to all_started
6808 instead of main. Explicitly set the breakpoint at main. Switch
6809 to the SELECTED_THREAD thread.
6810 (top level): Test handling the exec event with either the main
6811 thread or the second thread selected.
6812
5c9e4427
PA
68132017-10-09 Pedro Alves <palves@redhat.com>
6814
6815 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
6816 logic. Move STOP marker after the value checks.
6817 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
6818 regexp.
6819
b3b7c423
SL
68202017-10-06 Sandra Loosemore <sandra@codesourcery.com>
6821
6822 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
6823
3b4b2f16
UW
68242017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
6825
6826 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
6827 integer-to-dfp conversion.
6828 * gdb.base/dfp-test.exp: Likewise.
6829
5cd63fda
PA
68302017-10-04 Pedro Alves <palves@redhat.com>
6831
6832 * gdb.multi/hangout.c: Include <unistd.h>.
6833 (hangout_loop): New function.
6834 (main): Call alarm. Call hangout_loop in a loop.
6835 * gdb.multi/hello.c: Include <unistd.h>.
6836 (hello_loop): New function.
6837 (main): Call alarm. Call hangout_loop in a loop.
6838 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
6839 inferior with the other selected.
6840
4c71c105
SM
68412017-10-04 Simon Marchi <simon.marchi@ericsson.com>
6842
6843 * gdb.mi/list-thread-groups-available.exp: New file.
6844 * gdb.mi/list-thread-groups-available.c: New file.
6845
bc3b087d
SDJ
68462017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
6847
6848 * gdb.base/set-cwd.exp: Make it available on
6849 native-extended-gdbserver.
6850
d092c5a2
SDJ
68512017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
6852
6853 * gdb.base/set-cwd.c: New file.
6854 * gdb.base/set-cwd.exp: Likewise.
6855
45320ffa
TT
68562017-10-02 Tom Tromey <tom@tromey.com>
6857
6858 PR rust/22236:
6859 * gdb.rust/simple.rs (main): New variable "fslice".
6860 * gdb.rust/simple.exp: Add slice tests. Update string tests.
6861
b3e3859b
TT
68622017-10-02 Tom Tromey <tom@tromey.com>
6863
6864 * gdb.rust/simple.exp: Test ptype of a slice.
6865
01af5e0d
TT
68662017-10-02 Tom Tromey <tom@tromey.com>
6867
6868 * gdb.rust/simple.exp: Test index of slice.
6869
a9bbfbd8
TT
68702017-09-27 Tom Tromey <tom@tromey.com>
6871
6872 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
6873
df8899e5
TP
68742017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
6875 Pedro Alves <palves@redhat.com>
6876
6877 * gdb.base/compare-sections.exp (get value of read-only section): Read
6878 as unsigned value.
6879 (corrupt read-only section): Likewise and don't set written if patching
6880 failed.
6881
757bf54b
KB
68822017-09-21 Kevin Buettner <kevinb@redhat.com>
6883
6884 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
6885 files.
6886
06871ae8
PA
68872017-09-20 Pedro Alves <palves@redhat.com>
6888
6889 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
6890 symbol names in gdb's output.
6891 * gdb.cp/overload.exp ("list all overloads"): Likewise.
6892
e5f25bc5
PA
68932017-09-20 Pedro Alves <palves@redhat.com>
6894
6895 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
6896 Rename to ...
6897 (test_list_ambiguous_symbol): ... this and add a symbol name
6898 parameter. Adjust.
6899 (test_list_ambiguous_function): Reimplement on top of
6900 test_list_ambiguous_symbol and also test listing ambiguous
6901 variables.
6902 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
6903 (ambiguous_fun): ... this.
6904 (ambiguous_var): New.
6905 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
6906 (ambiguous_fun): ... this.
6907 (ambiguous_var): New.
6908
4e5a4f58
JB
69092017-09-19 John Baldwin <jhb@FreeBSD.org>
6910
6911 * gdb.base/starti.c: New file.
6912 * gdb.base/starti.exp: New file.
6913 * lib/gdb.exp (gdb_starti_cmd): New procedure.
6914
26e53f3e
PA
69152017-09-14 Pedro Alves <palves@redhat.com>
6916
6917 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
6918 (top level): Use it instead of runto.
6919
cb791d59
TT
69202017-09-11 Tom Tromey <tom@tromey.com>
6921
6922 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
6923
7c96f8c1
TT
69242017-09-11 Tom Tromey <tom@tromey.com>
6925
6926 * gdb.python/py-infthread.exp: Add tests for new_thread event.
6927 * gdb.python/py-inferior.exp: Add tests for new inferior events.
6928
469412dd
CW
69292017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
6930
6931 * gdb.fortran/printing-types.exp: New file.
6932 * gdb.fortran/printing-types.exp: New file.
6933
e0f86435
BH
69342017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
6935
6936 * gdb.fortran/vla-ptype.exp: Fix typos.
6937 * gdb.fortran/vla-value.exp: Same.
6938
9e9af4be
BH
69392017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
6940
6941 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
6942 * gdb.mi/mi-var-child-f.exp: Likewise.
6943 * gdb.mi/mi-vla-fortran.exp: Likewise.
6944
a5ad232b 69452017-09-08 Frank Penczek <frank.penczek@intel.com>
e79be6e5
SM
6946 Christoph Weinmann <christoph.t.weinmann@intel.com>
6947 Bernhard Heckel <bernhard.heckel@intel.com>
a5ad232b
FP
6948
6949 * gdb.fortran/ptr-indentation.f90: New file.
6950 * gdb.fortran/ptr-indentation.exp: New file.
6951
5aec60eb
TT
69522017-09-05 Tom Tromey <tom@tromey.com>
6953
6954 PR gdb/22010:
6955 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
6956
8f8f8152
TP
69572017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
6958
6959 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
6960
fbd1b771
JK
69612017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6962
6963 * gdb.threads/tls-nodebug-pie.c: New file.
6964 * gdb.threads/tls-nodebug-pie.exp: New file.
6965
5eb5f850
TT
69662017-09-05 Tom Tromey <tom@tromey.com>
6967
6968 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
6969 for rust.
6970
ae780a21
SM
69712017-09-05 Simon Marchi <simon.marchi@ericsson.com>
6972
6973 * gdb.multi/multi-arch-exec.exp: Test with different
6974 "follow-exec-mode" settings.
6975 (do_test): New procedure.
6976
3693fdb3
PA
69772017-09-04 Pedro Alves <palves@redhat.com>
6978
6979 * gdb.base/func-static.c (S::method const, S::method volatile)
6980 (S::method volatile const): New methods.
6981 (c_s, v_s, cv_s): New instances.
6982 (main): Call method() on them.
6983 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
6984 (cannot_resolve): New procedure.
6985 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
6986 print-quote-unquoted columns.
6987 (do_test): Test printing each scope too.
6988
e68cb8e0
PA
69892017-09-04 Pedro Alves <palves@redhat.com>
6990
6991 * gdb.base/local-static.exp: Also test with
6992 class::method::variable wholly quoted.
6993 * gdb.cp/m-static.exp (class::method::variable): Remove test.
6994
858be34c
PA
69952017-09-04 Pedro Alves <palves@redhat.com>
6996
6997 * gdb.base/local-static.c: New.
6998 * gdb.base/local-static.cc: New.
6999 * gdb.base/local-static.exp: New.
7000
46a4882b
PA
70012017-09-04 Pedro Alves <palves@redhat.com>
7002
7003 * gdb.asm/asm-source.exp: Add casts to int.
7004 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
7005 (dataglobal64_1, dataglobal64_2): New globals.
7006 * gdb.base/nodebug.exp: Test different expressions involving the
7007 new globals, with print, whatis and ptype. Add casts to int.
7008 * gdb.base/solib-display.exp: Add casts to int.
7009 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
7010 * gdb.cp/m-static.exp: Add cast to int.
7011 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
7012 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
7013 tls variable with no debug info without a cast. Test with a cast
7014 to int too.
7015 * gdb.trace/entry-values.exp: Add casts.
7016
2c5a2be1
PA
70172017-09-04 Pedro Alves <palves@redhat.com>
7018
7019 * gdb.base/nodebug.exp: Test that ptype's error about functions
7020 with unknown return type includes the function name too.
7021
7022349d
PA
70222017-09-04 Pedro Alves <palves@redhat.com>
7023
7024 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
7025 return type of munmap in infcall.
7026 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
7027 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
7028 type of ftell in infcall.
7029 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
7030 type of getpid in infcall.
7031 * gdb.base/infcall-exec.exp: Cast return type of execlp in
7032 infcall.
7033 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
7034 Bail on failure to extract the pid.
7035 * gdb.base/nodebug.c: #include <stdint.h>.
7036 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
7037 New functions.
7038 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
7039 Change expected output of print/whatis/ptype with functions with
7040 no debug info. Test all supported languages. Call
7041 test_call_promotion.
7042 * gdb.compile/compile.exp: Adjust expected output to expect
7043 warning.
7044 * gdb.threads/siginfo-threads.exp: Likewise.
7045
54990598
PA
70462017-09-04 Pedro Alves <palves@redhat.com>
7047
7048 * gdb.base/callfuncs.exp (do_function_calls): New parameter
7049 "prototypes". Test calling float functions via prototyped and
7050 unprototyped function pointers.
7051 (perform_all_tests): New parameter "prototypes". Pass it down.
7052 (top level): Pass down "prototypes" parameter to
7053 perform_all_tests.
7054
34d16ea2
SM
70552017-09-04 Simon Marchi <simon.marchi@ericsson.com>
7056
7057 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
7058 Test with nested loops.
7059
9521ecda
SM
70602017-09-04 Simon Marchi <simon.marchi@ericsson.com>
7061
7062 * gdb.base/commands.exp: Call the new procedures.
7063 (loop_break_test, loop_continue_test): New procedures.
7064
80a65e9b
SM
70652017-09-04 Simon Marchi <simon.marchi@ericsson.com>
7066
7067 * gdb.base/commands.exp: Call new procedure.
7068 (define_if_without_arg_test): New procedure.
7069
e439fa14
PA
70702017-09-04 Pedro Alves <palves@redhat.com>
7071
7072 * gdb.base/list-ambiguous.exp: New file.
7073 * gdb.base/list-ambiguous0.c: New file.
7074 * gdb.base/list-ambiguous1.c: New file.
7075 * gdb.base/list.exp (test_list_range): Adjust expected output.
7076
0a2dde4a
SDJ
70772017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
7078
7079 * gdb.base/share-env-with-gdbserver.c: New file.
7080 * gdb.base/share-env-with-gdbserver.exp: Likewise.
7081
5e89eb3a
SM
70822017-08-28 Simon Marchi <simon.marchi@ericsson.com>
7083
7084 * gdb.base/commands.exp (gdbvar_simple_if_test,
7085 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
7086 progvar_simple_if_test, progvar_simple_while_test,
7087 progvar_complex_if_while_test, user_defined_command_test,
7088 user_defined_command_args_eval,
7089 user_defined_command_args_stack_test,
7090 user_defined_command_manyargs_test, bp_deleted_in_command_test,
7091 temporary_breakpoint_commands,
7092 gdb_test_no_prompt, redefine_hook_test,
7093 redefine_backtrace_test): Remove "global gdb_prompt".
7094
fd437cbc
SM
70952017-08-28 Simon Marchi <simon.marchi@ericsson.com>
7096
7097 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
7098 New proc, call it from toplevel.
7099
87215ad1
SDJ
71002017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
7101
7102 PR remote/21852
7103 * gdb.server/normal.c: New file, copied from gdb.base.
7104 * gdb.server/run-without-local-binary.exp: New file.
7105
58afddc6
WP
71062017-08-07 Weimin Pan <weimin.pan@oracle.com>
7107
7108 * gdb.arch/sparc64-adi.exp: New file.
7109 * gdb.arch/sparc64-adi.c: New file.
7110
5277199a
PA
71112017-08-22 Pedro Alves <palves@redhat.com>
7112
7113 * gdb.cp/overload.exp (line_range_pattern): New procedure.
7114 (top level): Add "list all overloads" tests.
7115
14278e1f
TT
71162017-08-22 Tom Tromey <tom@tromey.com>
7117
7118 * gdb.gdb/xfullpath.exp: Remove.
7119
bf223d3e
PA
71202017-08-21 Pedro Alves <palves@redhat.com>
7121
7122 PR gdb/19487
7123 * gdb.base/symbol-alias.c: New.
7124 * gdb.base/symbol-alias2.c: New.
7125 * gdb.base/symbol-alias.exp: New.
7126
c973d0aa
PA
71272017-08-21 Pedro Alves <palves@redhat.com>
7128
7129 * gdb.base/dfp-test.c
7130 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
7131 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
7132 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
7133 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
7134 * gdb.base/whatis-ptype-typedefs.c: New.
7135 * gdb.base/whatis-ptype-typedefs.exp: New.
7136 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
7137 (an_int, an_int_type, an_int_type2): New globals.
7138 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
7139 involving typedefs and cast expressions.
7140 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
7141 (lookup_typedefs_function): New.
7142 (typedefs_pretty_printers_dict): New.
7143 (top level): Register lookup_typedefs_function in
7144 gdb.pretty_printers.
7145
6d580b63
YQ
71462017-08-18 Yao Qi <yao.qi@linaro.org>
7147
7148 * gdb.server/unittest.exp: New.
7149
206726fb
SDJ
71502017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
7151
7152 PR gdb/21954
7153 * gdb.base/environ.exp: Add test to check if 'unset environment'
7154 works.
7155
bf0ec4c2
AA
71562017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7157
7158 * lib/gdb.exp (universal_compile_options): New caching proc.
7159 (gdb_compile): Suppress GCC's coloring of messages.
7160
d6382fff
TT
71612017-08-14 Tom Tromey <tom@tromey.com>
7162
7163 PR gdb/21675:
7164 * gdb.base/printcmds.exp (test_radices): New function.
7165 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
7166 * gdb.base/sizeof.exp (check_valueof): Use p/d.
7167 * lib/gdb.exp (get_integer_valueof): Use p/d.
7168
c2c2dd9f
SM
71692017-08-12 Simon Marchi <simon.marchi@ericsson.com>
7170
7171 * lib/gdb.exp (get_valueof): Don't capture end-of-line
7172 characters.
7173
fdffd6f4
TT
71742017-08-05 Tom Tromey <tom@tromey.com>
7175
7176 * gdb.rust/simple.exp: Allow String to appear in a different
7177 namespace.
7178
27d41eac
YQ
71792017-07-26 Yao Qi <yao.qi@linaro.org>
7180
7181 * gdb.gdb/unittest.exp: Invoke command
7182 "maintenance check xml-descriptions".
7183
031ed05d
AA
71842017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7185
7186 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
7187 calling context.
7188 (hex128): Drop erroneous calculation of parameters.
7189
dcd27ddf
SM
71902017-07-22 Simon Marchi <simon.marchi@ericsson.com>
7191
7192 * gdb.python/py-unwind.exp: Disable stack protection when
7193 building test file.
7194
47e77640
PA
71952017-07-20 Pedro Alves <palves@redhat.com>
7196
7197 * gdb.base/default.exp (set language): Adjust expected output.
7198
62d2a18a
PA
71992017-07-20 Pedro Alves <palves@redhat.com>
7200
7201 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
7202 (test_minsym): ... this, and make static.
7203 (get_pck__foo__bar__minsym): Rename to ...
7204 (get_test_minsym): ... this.
7205 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
7206 symbol names and comments.
7207 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
7208 (get_test_minsym): ... this.
7209 (pck__foo__bar__minsym__2): Rename to ...
7210 (test_minsym): ... this.
7211 (main): Adjust.
7212
c45ec17c
PA
72132017-07-17 Pedro Alves <palves@redhat.com>
7214
7215 * gdb.base/completion.exp: Adjust expected output.
7216 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
7217 the completer works.
7218
c6756f62
PA
72192017-07-17 Pedro Alves <palves@redhat.com>
7220
7221 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
7222
5bd68487
AB
72232017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
7224
7225 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
7226
8880f2a9
TT
72272017-07-14 Tom Tromey <tom@tromey.com>
7228
7229 PR rust/21764:
7230 * gdb.rust/simple.exp: Add tests.
7231
65547233
TT
72322017-07-14 Tom Tromey <tom@tromey.com>
7233
7234 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
7235
8f14146e
PA
72362017-07-14 Pedro Alves <palves@redhat.com>
7237
7238 * gdb.linespec/base/one/thefile.cc (z1): New function.
7239 * gdb.linespec/base/two/thefile.cc (z2): New function.
7240 * gdb.linespec/linespec.exp: Add tests.
7241
b4365d02
AB
72422017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
7243
7244 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
7245 to mi_create_breakpoint.
7246
5d2cbaa5
AB
72472017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
7248
7249 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
7250 mi_create_breakpoint.
7251
11cb5716
IB
72522017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
7253
7254 * gdb.dlang/demangle.exp: Update for demangling changes.
7255
03278692
TT
72562017-07-09 Tom Tromey <tom@tromey.com>
7257
7258 * gdb.dwarf2/shortpiece.exp: New file.
7259
33c5cd75
DB
72602017-07-06 David Blaikie <dblaikie@gmail.com>
7261
7262 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
7263 built from fissiont-multi-cu{1,2}.c.
7264 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
7265 except putting 'main' and 'func' in separate CUs in the same DWO file.
7266 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
7267 test.
7268 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
7269 test.
7270
8455d262
PA
72712017-07-06 Pedro Alves <palves@redhat.com>
7272
7273 * gdb.python/py-unwind.exp: Test flushregs.
7274
dc4bde35
SDJ
72752017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
7276
7277 PR cli/21688
7278 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
7279 tests for alias commands and trailing whitespace.
7280
51ed89aa
SDJ
72812017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
7282
7283 PR cli/21688
7284 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
7285 procedure. Call it.
7286
eb17d413
PA
72872017-06-29 Pedro Alves <palves@redhat.com>
7288
7289 * gdb.base/printcmds.exp: Add tests.
7290
41664b45
DG
72912017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
7292
7293 PR gdb/21337
7294 * gdb.base/reread-readsym.exp: New file.
7295 * gdb.base/reread-readsym.c: New file.
7296
75312ae3
KB
72972017-06-21 Kevin Buettner <kevinb@redhat.com>
7298
7299 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
7300 subpattern.
7301
66953522
PB
73022017-06-19 Peter Bergner <bergner@vnet.ibm.com>
7303
7304 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
7305 extended mnemonic.
7306 * gdb.arch/powerpc-power9.s: Likewise.
7307
5524b525
AA
73082017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7309
7310 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
7311 on 32-bit x86 targets. Exploit is_*_target macros where
7312 appropriate.
7313
03c8af18
AA
73142017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7315
7316 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
7317 register pieces.
7318
3bf31011
AA
73192017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7320
7321 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
7322 located in one or more DWARF pieces.
7323
805acca0
AA
73242017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7325
7326 * lib/gdb.exp (get_endianness): New proc.
7327 * gdb.arch/aarch64-fp.exp: Use it.
7328 * gdb.arch/altivec-regs.exp: Likewise.
7329 * gdb.arch/e500-regs.exp: Likewise.
7330 * gdb.arch/vsx-regs.exp: Likewise.
7331 * gdb.base/dump.exp: Likewise.
7332 * gdb.base/funcargs.exp: Likewise.
7333 * gdb.base/gnu_vector.exp: Likewise.
7334 * gdb.dwarf2/formdata16.exp: Likewise.
7335 * gdb.dwarf2/implptrpiece.exp: Likewise.
7336 * gdb.dwarf2/nonvar-access.exp: Likewise.
7337 * gdb.python/py-inferior.exp: Likewise.
7338 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
7339
e9352324
AA
73402017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7341
7342 PR gdb/21226
7343 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
7344 stack value pieces are taken from the LSB end.
7345
d5d1163e
AA
73462017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7347
7348 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
7349 variable at nonzero offset.
7350
0567c986
AA
73512017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7352
7353 * gdb.dwarf2/var-access.c: New file.
7354 * gdb.dwarf2/var-access.exp: New test.
7355 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
7356
973e9aab
TT
73572017-06-12 Tom Tromey <tom@tromey.com>
7358
7359 * gdb.dwarf2/formdata16.exp: Add tests.
7360
d9109c80
TT
73612017-06-12 Tom Tromey <tom@tromey.com>
7362
7363 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
7364
30a25466
TT
73652017-06-12 Tom Tromey <tom@tromey.com>
7366
7367 PR exp/16225:
7368 * gdb.reverse/i386-sse-reverse.exp: Update tests.
7369 * gdb.arch/vsx-regs.exp: Update tests.
7370 * gdb.arch/s390-vregs.exp (hex128): New proc.
7371 Update test.
7372 * gdb.arch/altivec-regs.exp: Update tests.
7373
aefd8b33
SDJ
73742017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
7375
7376 * gdb.base/startup-with-shell.c: New file.
7377 * gdb.base/startup-with-shell.exp: Likewise.
7378
2090129c
SDJ
73792017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
7380
7381 * gdb.server/non-existing-program.exp: Update regex in order to
7382 reflect the fact that gdbserver is now using fork_inferior (with a
7383 shell) to startup the inferior.
7384
8e86a419
SM
73852017-05-30 Simon Marchi <simon.marchi@ericsson.com>
7386
7387 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
7388 support function calls from GDB.
7389
e6cf65f2
TT
73902017-05-21 Tom Tromey <tom@tromey.com>
7391
7392 PR rust/21466:
7393 * gdb.rust/unsized.exp: New file.
7394 * gdb.rust/unsized.rs: New file.
7395
43cc5389
TT
73962017-05-19 Tom Tromey <tom@tromey.com>
7397
7398 PR rust/21484:
7399 * gdb.rust/watch.exp: New file.
7400 * gdb.rust/watch.rs: New file.
7401
ec8df234
TT
74022017-05-18 Tom Tromey <tom@tromey.com>
7403
7404 * gdb.rust/simple.exp: Allow Box to be qualified.
7405
3e3e7fae
TP
74062017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
7407
7408 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
7409
59cc050d
PA
74102017-05-18 Pedro Alves <palves@redhat.com>
7411
7412 * gdb.base/fileio.c (test_write, test_read, test_close)
7413 (test_fstat): Don't print 'ret' in the fail path.
7414
c8f6abd1
PA
74152017-05-18 Pedro Alves <palves@redhat.com>
7416
7417 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
7418 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
7419 (test_system, test_rename, test_unlink, test_time): Change
7420 prototypes.
7421 * gdb.base/fileio.exp (stop_msg): Adjust.
7422
d2a03b77
PA
74232017-05-18 Pedro Alves <palves@redhat.com>
7424
7425 * gdb.base/fileio.c (null_str): New global.
7426 (test_stat): Use it.
7427 * gdb.base/fileio.exp: Remove nowarnings.
7428
0d5c6999
YQ
74292017-05-17 Yao Qi <yao.qi@linaro.org>
7430
7431 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
7432
21873064
YQ
74332017-05-17 Simon Marchi <simon.marchi@ericsson.com>
7434
7435 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
7436 argument command.
7437 (top-level): Invoke test_set_inferior_tty.
7438
d512d31c
PA
74392017-05-04 Pedro Alves <palves@redhat.com>
7440
7441 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
7442 Add parens to print call for Python 3.
7443
90cef2ed
KS
74442017-05-03 Keith Seitz <keiths@redhat.com>
7445
7446 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
7447 (main): Call it.
7448
14f819c8
TW
74492017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7450
7451 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
7452 to prev and next.
7453
913aeadd
TW
74542017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7455
7456 * gdb.python/py-record-btrace.exp: Remove test for
7457 gdb.BtraceInstruction.error.
7458
a3be24ad
TW
74592017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7460
7461 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
7462
ae20e79a
TW
74632017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7464
7465 * gdb.python/py-record-btrace-threads.c: New file.
7466 * gdb.python/py-record-btrace-threads.exp: New file.
7467
45ce1b47
SDJ
74682017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
7469
7470 PR testsuite/8595
7471 * gdb.base/environ.exp: Make test available in all architectures.
7472 Move bits related to "info program" testing to
7473 gdb.base/info-program.exp. Rewrite tests to use the two new
7474 procedures mentione below.
7475 (test_set_show_env_var) New procedure.
7476 (test_set_show_env_var_equal): Likewise.
7477 * gdb.base/info-program.exp: New file.
7478
e15c3eb4
KS
74792017-04-27 Keith Seitz <keiths@redhat.com>
7480
7481 * gdb.cp/oranking.cc (test15): New function.
7482 (main): Call test15 and declare additional variables for testing.
7483 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
7484 "p foo101('abc')" tests.
7485 Add tests for cv qualifier overloads.
7486 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
7487 "lvalue reference overload" test.
7488 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
7489 "print value of f1 on Child&& in f2" test.
7490
3a3fd0fd
PA
74912017-04-19 Pedro Alves <palves@redhat.com>
7492
7493 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
7494 procedure.
7495 (top level): Call it.
7496 * lib/gdb.exp (gdb_define_cmd): New procedure.
7497
53375380
PA
74982017-04-12 Pedro Alves <palves@redhat.com>
7499
7500 PR gdb/21323
7501 * gdb.cp/wide_char_types.c: Include <wchar.h>.
7502 (wchar): New global.
7503 * gdb.cp/wide_char_types.exp (wide_char_types_program)
7504 (do_test_wide_char, wide_char_types_no_program, top level): Add
7505 wchar_t testing.
7506
53e710ac
PA
75072017-04-12 Pedro Alves <palves@redhat.com>
7508
7509 PR c++/21323
7510 * gdb.cp/wide_char_types.c: New file.
7511 * gdb.cp/wide_char_types.exp: New file.
7512
0ad9d8c7
SDJ
75132017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
7514
7515 PR gdb/21352
7516 * gdb.trace/tsv.exp: Add test for "tsave -r".
7517
b1b45502
IB
75182017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
7519
7520 * gdb.dlang/watch-loc.c: New file.
7521 * gdb.dlang/watch-loc.exp: New file.
7522
ec13808e
JK
75232017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7524
7525 * gdb.python/py-section-script.exp (sepdebug): New testcases.
7526
fe5f7374
AK
75272017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
7528
7529 * gdb.arch/arc-analyze-prologue.S: New file.
7530 * gdb.arch/arc-analyze-prologue.exp: Likewise.
7531
eea78757
AK
75322017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
7533
7534 * gdb.arch/arc-decode-insn.S: New file.
7535 * gdb.arch/arc-decode-insn.exp: Likewise.
7536
5badf10a
IR
75372017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
7538
7539 PR tdep/20928
7540 * gdb.arch/sparc64-regs.exp: New file.
7541 * gdb.arch/sparc64-regs.S: Likewise.
7542
cee59b3f
TW
75432017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
7544
7545 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
7546 and memory view on Python 3.
7547
c0f55cc6
AV
75482017-03-20 Artemiy Volkov <artemiyv@acm.org>
7549 Keith Seitz <keiths@redhat.com>
7550
7551 PR gdb/14441
7552 * gdb.cp/demangle.exp: Add rvalue reference tests.
7553 * gdb.cp/rvalue-ref-casts.cc: New file.
7554 * gdb.cp/rvalue-ref-casts.exp: New file.
7555 * gdb.cp/rvalue-ref-overload.cc: New file.
7556 * gdb.cp/rvalue-ref-overload.exp: New file.
7557 * gdb.cp/rvalue-ref-params.cc: New file.
7558 * gdb.cp/rvalue-ref-params.exp: New file.
7559 * gdb.cp/rvalue-ref-sizeof.cc: New file.
7560 * gdb.cp/rvalue-ref-sizeof.exp: New file.
7561 * gdb.cp/rvalue-ref-types.cc: New file.
7562 * gdb.cp/rvalue-ref-types.exp: New file.
7563 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
7564 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
7565
51457a05
MAL
75662017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
7567
7568 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
7569 New procedure.
7570
5b291c04
MAL
75712017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
7572
7573 * lib/mi-support.exp (mi_gdb_test): Add additional message
7574 for unexpected output.
7575
59a56148
AA
75762017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
7577
7578 * gdb.base/examine-backward.c (Barrier): New character array
7579 constant, to ensure that TestStrings is preceded by a string
7580 terminator.
7581
7942e96e
AA
75822017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7583
7584 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
7585 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
7586 and implicit pointer into such a location.
7587
6ebac3fb
DE
75882017-03-16 Doug Evans <dje@google.com>
7589
7590 * gdb.python/py-lazy-string (pointer): Really add new typedef.
7591
ec3b243d
TP
75922017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
7593
7594 * gdb.cp/m-static.exp: Fix expectation for prototype of
7595 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
7596
75972017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
7598
7599 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
7600 * gdb.guile/scm-lazy-string.c: New file.
7601 * gdb.guile/scm-value.exp: Move lazy string tests to ...
7602 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
7603 for pointer, array, typedef lazy strings.
7604
2cc36e25 76052017-03-16 Doug Evans <dje@google.com>
34b43320
DE
7606
7607 PR python/17728, python/18439, python/18779
7608 * gdb.python/py-value.c (main) Delete locals sptr, sn.
7609 * gdb.python/py-lazy-string.c (pointer): New typedef.
7610 (main): New locals ptr, array, typedef_ptr.
7611 * gdb.python/py-value.exp: Move lazy string tests to ...
7612 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
7613 array, typedef lazy strings.
ec3b243d 7614
0efcde63
AK
76152017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
7616
7617 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
7618 Add optional 'test' parameter.
7619
7978d7c3
SM
76202017-03-13 Simon Marchi <simon.marchi@ericsson.com>
7621
7622 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
7623 Skip for versions of DejaGnu < 1.5.
7624
896c0c1e
SM
76252017-03-13 Simon Marchi <simon.marchi@ericsson.com>
7626
7627 * lib/gdb.exp (dejagnu_version): New proc.
7628 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
7629 Use dejagnu_version.
7630
5f4d1085
KS
76312017-03-10 Keith Seitz <keiths@redhat.com>
7632
7633 PR c++/8128
7634 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
7635 type from destructor regexps.
7636 Add a branch which actually passes the test.
7637 Adjust "ptype t5i" test names.
7638
1de05205
PA
76392017-03-08 Pedro Alves <palves@redhat.com>
7640
7641 * gdb.base/step-over-exit.exp: Add explicit test message.
7642
c65d6b55
PA
76432017-03-08 Pedro Alves <palves@redhat.com>
7644
7645 PR gdb/18360
7646 * gdb.threads/interrupt-while-step-over.c: New file.
7647 * gdb.threads/interrupt-while-step-over.exp: New file.
7648
2e86a283
PA
76492017-03-08 Pedro Alves <palves@redhat.com>
7650
7651 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
7652 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
7653
25dcbff6
PA
76542017-03-08 Pedro Alves <palves@redhat.com>
7655
7656 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
7657 PKRU as not supported as a PASS.
7658
dc9366eb
PA
76592017-03-08 Pedro Alves <palves@redhat.com>
7660
7661 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
7662 prefix instead of $binfile1/$binfile2.
7663 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
7664 in test message.
7665 * gdb.python/py-completion.exp: Use "load python file" as test
7666 messages instead of unstable path names.
7667
6e5d74e7
PA
76682017-03-08 Pedro Alves <palves@redhat.com>
7669 Jan Kratochvil <jan.kratochvil@redhat.com>
7670
7671 PR cli/21218
7672 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
7673 New proc.
7674 (top level): Call it.
7675
9753a2f6
PA
76762017-03-08 Pedro Alves <palves@redhat.com>
7677
7678 PR tui/21216
7679 * gdb.tui/tui-nl-filtered-output.exp: New file.
7680
1a4dd9dd
PA
76812017-03-08 Pedro Alves <palves@redhat.com>
7682
7683 * gdb.base/completion.exp: Move TUI completion tests to ...
7684 * gdb.tui/completion.exp: ... this new file.
7685
7cbbff33
PA
76862017-03-08 Pedro Alves <palves@redhat.com>
7687
7688 * gdb.base/tui-disasm-long-lines.c,
7689 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
7690 gdb.base/tui-layout.exp: Move to ...
7691 * gdb.tui/: ... this new directory.
7692
5f6fd321
PA
76932017-03-07 Pedro Alves <palves@redhat.com>
7694
7695 * gdb.base/tui-layout.c: New file.
7696 * gdb.base/tui-layout.exp: New file.
7697
44959fa8
PA
76982017-03-07 Pedro Alves <palves@redhat.com>
7699
7700 * gdb.base/tui-layout.c: Rename to ...
7701 * gdb.base/tui-disasm-long-lines.c: ... this.
7702 * gdb.base/tui-layout.exp: Rename to ...
7703 * gdb.base/tui-disasm-long-lines.exp: ... this.
7704
f8c4e718
PA
77052017-03-07 Pedro Alves <palves@redhat.com>
7706
7707 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
7708
6dbb839a 77092017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
7710
7711 * i386-mpx-call.c: New file.
7712 * i386-mpx-call.exp: New file.
7713
65b48a81
PB
77142017-02-28 Peter Bergner <bergner@vnet.ibm.com>
7715
7716 * gdb.arch/powerpc-power.exp: Delete test.
7717 * gdb.arch/powerpc-power.s: Likewise.
7718 * gdb.disasm/disassembler-options.exp: New test.
7719 * gdb.arch/powerpc-altivec.exp: Likewise.
7720 * gdb.arch/powerpc-altivec.s: Likewise.
7721 * gdb.arch/powerpc-altivec2.exp: Likewise.
7722 * gdb.arch/powerpc-altivec2.s: Likewise.
7723 * gdb.arch/powerpc-altivec3.exp: Likewise.
7724 * gdb.arch/powerpc-altivec3.s: Likewise.
7725 * gdb.arch/powerpc-power7.exp: Likewise.
7726 * gdb.arch/powerpc-power7.s: Likewise.
7727 * gdb.arch/powerpc-power8.exp: Likewise.
7728 * gdb.arch/powerpc-power8.s: Likewise.
7729 * gdb.arch/powerpc-power9.exp: Likewise.
7730 * gdb.arch/powerpc-power9.s: Likewise.
7731 * gdb.arch/powerpc-vsx.exp: Likewise.
7732 * gdb.arch/powerpc-vsx.s: Likewise.
7733 * gdb.arch/powerpc-vsx2.exp: Likewise.
7734 * gdb.arch/powerpc-vsx2.s: Likewise.
7735 * gdb.arch/powerpc-vsx3.exp: Likewise.
7736 * gdb.arch/powerpc-vsx3.s: Likewise.
7737 * gdb.arch/arm-disassembler-options.exp: Likewise.
7738 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
7739 * gdb.arch/s390-disassembler-options.exp: Likewise.
7740
17cd4947
LM
77412017-02-23 Luis Machado <lgustavo@codesourcery.com>
7742
7743 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
7744 (check_supported_features): ... this. Changed return type to void.
7745 (supports_rdseed): New static global.
7746 (rdseed): Check supports_rdseed.
7747 (initialize): Call check_supported_features.
7748
2039d74e
EBM
77492017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7750
7751 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
7752 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
7753 and lqarx/stqcx.
7754 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
7755 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
7756
a51d7ecf
EBM
77572017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7758
7759 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
7760 uppercase.
7761
0224619f
JK
77622017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7763
7764 * gdb.dwarf2/formdata16.c: New file.
7765 * gdb.dwarf2/formdata16.exp: New file.
7766 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
7767
216f72a1
JK
77682017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7769
7770 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
7771 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
7772 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
7773 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
7774 DW_AT_GNU_*.
7775
43988095
JK
77762017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7777
7778 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
7779
99e8a4f9
SDJ
77802017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
7781
7782 PR gdb/21164
7783 * gdb.base/maint.exp: Add testcases for when the commands do
7784 not have arguments.
7785
b58a8c0c
TP
77862017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
7787
7788 * gdb.cp/chained-calls.exp: Use p instead of P.
7789
4e746bb6
TW
77902017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
7791
7792 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
7793 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
7794
3f77c769
TT
77952017-02-14 Tom Tromey <tom@tromey.com>
7796
7797 PR python/13598:
7798 * gdb.python/py-events.exp: Add before_prompt event tests.
7799
075beec0
AA
78002017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7801
7802 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
7803
bf5f525c
LM
78042017-02-13 Luis Machado <lgustavo@codesourcery.com>
7805
7806 * gdb.linespec/explicit.c (my_unique_function_name): New function.
7807 (main): Call my_unique_function_name.
7808 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
7809 completion of patterns with a single match.
7810 Add missing -re switches to gdb_test_multiple calls.
7811
13a66184
LM
78122017-02-13 Luis Machado <lgustavo@codesourcery.com>
7813
7814 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
7815 return if core file is not recognized.
7816
26a06916
SM
78172017-02-10 Simon Marchi <simon.marchi@ericsson.com>
7818
7819 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
7820 and extra UIs.
7821
b761ca9e
SM
78222017-02-10 Simon Marchi <simon.marchi@ericsson.com>
7823
7824 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
7825 proc_with_prefix.
7826
b964bee0
TT
78272017-02-10 Tom Tromey <tom@tromey.com>
7828
7829 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
7830
18da0c51
MG
78312017-02-10 Martin Galvan <martingalvan@sourceware.org>
7832
7833 PR gdb/21122
7834 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
7835
604c4576
JG
78362017-02-08 Jerome Guitton <guitton@adacore.com>
7837
7838 * gdb.base/define.exp: Add test for command abbreviations
7839 in define.
7840
20b477a7
LM
78412017-02-06 Luis Machado <lgustavo@codesourcery.com>
7842
7843 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
7844 * gdb.reverse/insn-reverse-x86.c: New file.
7845
3f7b46f2
IR
78462017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
7847
7848 PR tdep/20936
7849 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
7850
f0fd41c1
TT
78512017-02-03 Tom Tromey <tom@tromey.com>
7852
7853 PR rust/21097:
7854 * gdb.rust/simple.exp: Add new tests.
7855
5be5dbf0
PA
78562017-02-02 Pedro Alves <palves@redhat.com>
7857
7858 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
7859 tests.
7860
7346ef59
AA
78612017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
7862
7863 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
7864 taking a 2-byte value out of a 4-byte DWARF implicit value on
7865 big-endian targets.
7866 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
7867 logic. Add test cases for DW_OP_implicit.
7868
787f0025
MM
78692017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7870
7871 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
7872
68777c29
MM
78732017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7874
7875 * gdb.btrace/enable.exp: Call gdb_exit before
7876 skip_gdbserver_tests.
7877
0a1c7e28
MM
78782017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7879
7880 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
7881 GDBFLAGS.
7882
b5ac99b0
MM
78832017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7884
7885 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
7886 the test is skipped.
7887 * gdb.btrace/data.exp: Likewise.
7888 * gdb.btrace/delta.exp: Likewise.
7889 * gdb.btrace/dlopen.exp: Likewise.
7890 * gdb.btrace/enable-running.exp: Likewise.
7891 * gdb.btrace/enable.exp: Likewise.
7892 * gdb.btrace/exception.exp: Likewise.
7893 * gdb.btrace/function_call_history.exp: Likewise.
7894 * gdb.btrace/gcore.exp: Likewise.
7895 * gdb.btrace/instruction_history.exp: Likewise.
7896 * gdb.btrace/multi-thread-step.exp: Likewise.
7897 * gdb.btrace/nohist.exp: Likewise.
7898 * gdb.btrace/non-stop.exp: Likewise.
7899 * gdb.btrace/reconnect.exp: Likewise.
7900 * gdb.btrace/record_goto-step.exp: Likewise.
7901 * gdb.btrace/record_goto.exp: Likewise.
7902 * gdb.btrace/rn-dl-bind.exp: Likewise.
7903 * gdb.btrace/segv.exp: Likewise.
7904 * gdb.btrace/step.exp: Likewise.
7905 * gdb.btrace/stepi.exp: Likewise.
7906 * gdb.btrace/tailcall-only.exp: Likewise.
7907 * gdb.btrace/tailcall.exp: Likewise.
7908 * gdb.btrace/tsx.exp: Likewise.
7909 * gdb.btrace/unknown_functions.exp: Likewise.
7910 * gdb.btrace/vdso.exp: Likewise.
7911
cd4007e4
MM
79122017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7913
7914 * gdb.btrace/enable-running.c: New.
7915 * gdb.btrace/enable-running.exp: New.
7916
2735833d
WT
79172017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
7918
7919 * gdb.arch/amd64-gs_base.c: New file.
7920 * gdb.arch/amd64-gs_base.exp: New file.
7921
b51e1e94
LM
79222017-01-26 Luis Machado <lgustavo@codesourcery.com>
7923
7924 * lib/memory.exp: Remove spurious empty newlines.
7925
72ca0410
SM
79262017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
7927
7928 * gdb.python/py-bad-printers.exp: Load python file using "source".
7929 * gdb.python/py-events.exp: Likewise.
7930 * gdb.python/py-evsignal.exp: Likewise.
7931 * gdb.python/py-evthreads.exp: Likewise.
7932 * gdb.python/py-frame-args.exp: Likewise.
7933 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
7934 * gdb.python/py-framefilter-mi.exp: Likewise.
7935 * gdb.python/py-framefilter.exp: Likewise.
7936 * gdb.python/py-mi.exp: Likewise.
7937 * gdb.python/py-pp-maint.exp: Likewise.
7938 * gdb.python/py-pp-registration.exp: Likewise.
7939 * gdb.python/py-prettyprint.exp: Likewise.
7940 (run_lang_tests): Likewise.
7941 * gdb.python/py-typeprint.exp: Likewise.
7942
e309aa65
LM
79432017-01-26 Luis Machado <lgustavo@codesourcery.com>
7944
7945 * lib/memory.exp: New file.
7946 * lib/gdb.exp: Load memory.exp.
7947 * gdb.base/memattr.exp (delete_memory): Move proc to
7948 lib/memory.exp and rename to delete_memory_regions.
7949 Replace delete_memory with delete_memory_regions.
7950 Cleanup memory regions before tests.
7951 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
7952 before tests.
7953
515aff23
LM
79542017-01-26 Luis Machado <lgustavo@codesourcery.com>
7955
7956 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
7957 files.
7958 (initialize): New function conditionally defined.
7959 (testcases): Move within conditional block.
7960 (main): Call initialize.
7961 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
7962 of gdb.reverse/insn-reverse.c.
7963 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
7964 gdb.reverse/insn-reverse.c.
7965
d8b49cf0
YQ
79662017-01-26 Yao Qi <yao.qi@linaro.org>
7967
7968 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
7969 disassemble on address 0.
7970
f13a9a0c
YQ
79712017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
7972 Yao Qi <yao.qi@linaro.org>
7973
7974 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
7975 * gdb.dwarf2/implptr-64bit.S: Remove.
7976 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
7977 variables in caller's context. Add DW_OP_implicit_value.
7978
5ac95241
YQ
79792017-01-25 Yao Qi <yao.qi@linaro.org>
7980
7981 * lib/dwarf.exp (Dwarf::_location): Handle
7982 DW_OP_GNU_implicit_pointer with proper size.
7983
23e82930
LM
79842017-01-20 Luis Machado <lgustavo@codesourcery.com>
7985
7986 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
7987 and add untested calls.
7988
d334ae25
LM
79892017-01-20 Luis Machado <lgustavo@codesourcery.com>
7990
7991 * gdb.python/python.exp: Check line number against what GDB thinks
7992 the line number is for func1.
7993
f5e6296e
IB
79942017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
7995
7996 * gdb.dlang/debug-expr.exp: New file.
7997
5b362f04
LM
79982016-12-23 Luis Machado <lgustavo@codesourcery.com>
7999
8000 Fix test names for the following files:
8001
8002 * gdb.ada/exec_changed.exp
8003 * gdb.ada/info_types.exp
8004 * gdb.arch/aarch64-atomic-inst.exp
8005 * gdb.arch/aarch64-fp.exp
8006 * gdb.arch/altivec-abi.exp
8007 * gdb.arch/altivec-regs.exp
8008 * gdb.arch/amd64-byte.exp
8009 * gdb.arch/amd64-disp-step.exp
8010 * gdb.arch/amd64-dword.exp
8011 * gdb.arch/amd64-entry-value-inline.exp
8012 * gdb.arch/amd64-entry-value-param.exp
8013 * gdb.arch/amd64-entry-value-paramref.exp
8014 * gdb.arch/amd64-entry-value.exp
8015 * gdb.arch/amd64-i386-address.exp
8016 * gdb.arch/amd64-invalid-stack-middle.exp
8017 * gdb.arch/amd64-invalid-stack-top.exp
8018 * gdb.arch/amd64-optimout-repeat.exp
8019 * gdb.arch/amd64-prologue-skip.exp
8020 * gdb.arch/amd64-prologue-xmm.exp
8021 * gdb.arch/amd64-stap-special-operands.exp
8022 * gdb.arch/amd64-stap-wrong-subexp.exp
8023 * gdb.arch/amd64-tailcall-cxx.exp
8024 * gdb.arch/amd64-tailcall-noret.exp
8025 * gdb.arch/amd64-tailcall-ret.exp
8026 * gdb.arch/amd64-tailcall-self.exp
8027 * gdb.arch/amd64-word.exp
8028 * gdb.arch/arm-bl-branch-dest.exp
8029 * gdb.arch/arm-disp-step.exp
8030 * gdb.arch/arm-neon.exp
8031 * gdb.arch/arm-single-step-kernel-helper.exp
8032 * gdb.arch/avr-flash-qualifier.exp
8033 * gdb.arch/disp-step-insn-reloc.exp
8034 * gdb.arch/e500-abi.exp
8035 * gdb.arch/e500-regs.exp
8036 * gdb.arch/ftrace-insn-reloc.exp
8037 * gdb.arch/i386-avx512.exp
8038 * gdb.arch/i386-bp_permanent.exp
8039 * gdb.arch/i386-byte.exp
8040 * gdb.arch/i386-cfi-notcurrent.exp
8041 * gdb.arch/i386-disp-step.exp
8042 * gdb.arch/i386-dr3-watch.exp
8043 * gdb.arch/i386-float.exp
8044 * gdb.arch/i386-gnu-cfi.exp
8045 * gdb.arch/i386-mpx-map.exp
8046 * gdb.arch/i386-mpx-sigsegv.exp
8047 * gdb.arch/i386-mpx-simple_segv.exp
8048 * gdb.arch/i386-mpx.exp
8049 * gdb.arch/i386-permbkpt.exp
8050 * gdb.arch/i386-prologue.exp
8051 * gdb.arch/i386-signal.exp
8052 * gdb.arch/i386-size-overlap.exp
8053 * gdb.arch/i386-unwind.exp
8054 * gdb.arch/i386-word.exp
8055 * gdb.arch/mips-fcr.exp
8056 * gdb.arch/powerpc-d128-regs.exp
8057 * gdb.arch/powerpc-stackless.exp
8058 * gdb.arch/ppc64-atomic-inst.exp
8059 * gdb.arch/s390-stackless.exp
8060 * gdb.arch/s390-tdbregs.exp
8061 * gdb.arch/s390-vregs.exp
8062 * gdb.arch/sparc-sysstep.exp
8063 * gdb.arch/thumb-bx-pc.exp
8064 * gdb.arch/thumb-singlestep.exp
8065 * gdb.arch/thumb2-it.exp
8066 * gdb.arch/vsx-regs.exp
8067 * gdb.asm/asm-source.exp
8068 * gdb.base/a2-run.exp
8069 * gdb.base/advance.exp
8070 * gdb.base/all-bin.exp
8071 * gdb.base/anon.exp
8072 * gdb.base/args.exp
8073 * gdb.base/arithmet.exp
8074 * gdb.base/async-shell.exp
8075 * gdb.base/async.exp
8076 * gdb.base/attach-pie-noexec.exp
8077 * gdb.base/attach-twice.exp
8078 * gdb.base/auto-load.exp
8079 * gdb.base/bang.exp
8080 * gdb.base/bitfields.exp
8081 * gdb.base/break-always.exp
8082 * gdb.base/break-caller-line.exp
8083 * gdb.base/break-entry.exp
8084 * gdb.base/break-inline.exp
8085 * gdb.base/break-on-linker-gcd-function.exp
8086 * gdb.base/break-probes.exp
8087 * gdb.base/break.exp
8088 * gdb.base/breakpoint-shadow.exp
8089 * gdb.base/call-ar-st.exp
8090 * gdb.base/call-sc.exp
8091 * gdb.base/call-signal-resume.exp
8092 * gdb.base/call-strs.exp
8093 * gdb.base/callfuncs.exp
8094 * gdb.base/catch-fork-static.exp
8095 * gdb.base/catch-gdb-caused-signals.exp
8096 * gdb.base/catch-load.exp
8097 * gdb.base/catch-signal-fork.exp
8098 * gdb.base/catch-signal.exp
8099 * gdb.base/catch-syscall.exp
8100 * gdb.base/charset.exp
8101 * gdb.base/checkpoint.exp
8102 * gdb.base/chng-syms.exp
8103 * gdb.base/code-expr.exp
8104 * gdb.base/code_elim.exp
8105 * gdb.base/commands.exp
8106 * gdb.base/completion.exp
8107 * gdb.base/complex.exp
8108 * gdb.base/cond-expr.exp
8109 * gdb.base/condbreak.exp
8110 * gdb.base/consecutive.exp
8111 * gdb.base/continue-all-already-running.exp
8112 * gdb.base/coredump-filter.exp
8113 * gdb.base/corefile.exp
8114 * gdb.base/dbx.exp
8115 * gdb.base/debug-expr.exp
8116 * gdb.base/define.exp
8117 * gdb.base/del.exp
8118 * gdb.base/disabled-location.exp
8119 * gdb.base/disasm-end-cu.exp
8120 * gdb.base/disasm-optim.exp
8121 * gdb.base/display.exp
8122 * gdb.base/duplicate-bp.exp
8123 * gdb.base/ena-dis-br.exp
8124 * gdb.base/ending-run.exp
8125 * gdb.base/enumval.exp
8126 * gdb.base/environ.exp
8127 * gdb.base/eu-strip-infcall.exp
8128 * gdb.base/eval-avoid-side-effects.exp
8129 * gdb.base/eval-skip.exp
8130 * gdb.base/exitsignal.exp
8131 * gdb.base/expand-psymtabs.exp
8132 * gdb.base/filesym.exp
8133 * gdb.base/find-unmapped.exp
8134 * gdb.base/finish.exp
8135 * gdb.base/float.exp
8136 * gdb.base/foll-exec-mode.exp
8137 * gdb.base/foll-exec.exp
8138 * gdb.base/foll-fork.exp
8139 * gdb.base/fortran-sym-case.exp
8140 * gdb.base/freebpcmd.exp
8141 * gdb.base/func-ptr.exp
8142 * gdb.base/func-ptrs.exp
8143 * gdb.base/funcargs.exp
8144 * gdb.base/gcore-buffer-overflow.exp
8145 * gdb.base/gcore-relro-pie.exp
8146 * gdb.base/gcore-relro.exp
8147 * gdb.base/gcore.exp
8148 * gdb.base/gdb1090.exp
8149 * gdb.base/gdb11530.exp
8150 * gdb.base/gdb11531.exp
8151 * gdb.base/gdb1821.exp
8152 * gdb.base/gdbindex-stabs.exp
8153 * gdb.base/gdbvars.exp
8154 * gdb.base/hbreak.exp
8155 * gdb.base/hbreak2.exp
8156 * gdb.base/included.exp
8157 * gdb.base/infcall-input.exp
8158 * gdb.base/inferior-died.exp
8159 * gdb.base/infnan.exp
8160 * gdb.base/info-macros.exp
8161 * gdb.base/info-os.exp
8162 * gdb.base/info-proc.exp
8163 * gdb.base/info-shared.exp
8164 * gdb.base/info-target.exp
8165 * gdb.base/infoline.exp
8166 * gdb.base/interp.exp
8167 * gdb.base/interrupt.exp
8168 * gdb.base/jit-reader.exp
8169 * gdb.base/jit-simple.exp
8170 * gdb.base/kill-after-signal.exp
8171 * gdb.base/kill-detach-inferiors-cmd.exp
8172 * gdb.base/label.exp
8173 * gdb.base/langs.exp
8174 * gdb.base/ldbl_e308.exp
8175 * gdb.base/line-symtabs.exp
8176 * gdb.base/linespecs.exp
8177 * gdb.base/list.exp
8178 * gdb.base/long_long.exp
8179 * gdb.base/longest-types.exp
8180 * gdb.base/maint.exp
8181 * gdb.base/max-value-size.exp
8182 * gdb.base/memattr.exp
8183 * gdb.base/mips_pro.exp
8184 * gdb.base/morestack.exp
8185 * gdb.base/moribund-step.exp
8186 * gdb.base/multi-forks.exp
8187 * gdb.base/nested-addr.exp
8188 * gdb.base/nextoverexit.exp
8189 * gdb.base/noreturn-finish.exp
8190 * gdb.base/noreturn-return.exp
8191 * gdb.base/nostdlib.exp
8192 * gdb.base/offsets.exp
8193 * gdb.base/opaque.exp
8194 * gdb.base/pc-fp.exp
8195 * gdb.base/permissions.exp
8196 * gdb.base/print-symbol-loading.exp
8197 * gdb.base/prologue-include.exp
8198 * gdb.base/psymtab.exp
8199 * gdb.base/ptype.exp
8200 * gdb.base/random-signal.exp
8201 * gdb.base/randomize.exp
8202 * gdb.base/range-stepping.exp
8203 * gdb.base/readline-ask.exp
8204 * gdb.base/recpar.exp
8205 * gdb.base/recurse.exp
8206 * gdb.base/relational.exp
8207 * gdb.base/restore.exp
8208 * gdb.base/return-nodebug.exp
8209 * gdb.base/return.exp
8210 * gdb.base/run-after-attach.exp
8211 * gdb.base/save-bp.exp
8212 * gdb.base/scope.exp
8213 * gdb.base/sect-cmd.exp
8214 * gdb.base/set-lang-auto.exp
8215 * gdb.base/set-noassign.exp
8216 * gdb.base/setvar.exp
8217 * gdb.base/sigall.exp
8218 * gdb.base/sigbpt.exp
8219 * gdb.base/siginfo-addr.exp
8220 * gdb.base/siginfo-infcall.exp
8221 * gdb.base/siginfo-obj.exp
8222 * gdb.base/siginfo.exp
8223 * gdb.base/signals-state-child.exp
8224 * gdb.base/signest.exp
8225 * gdb.base/sigstep.exp
8226 * gdb.base/sizeof.exp
8227 * gdb.base/skip.exp
8228 * gdb.base/solib-corrupted.exp
8229 * gdb.base/solib-nodir.exp
8230 * gdb.base/solib-search.exp
8231 * gdb.base/stack-checking.exp
8232 * gdb.base/stale-infcall.exp
8233 * gdb.base/stap-probe.exp
8234 * gdb.base/start.exp
8235 * gdb.base/step-break.exp
8236 * gdb.base/step-bt.exp
8237 * gdb.base/step-line.exp
8238 * gdb.base/step-over-exit.exp
8239 * gdb.base/step-over-syscall.exp
8240 * gdb.base/step-resume-infcall.exp
8241 * gdb.base/step-test.exp
8242 * gdb.base/store.exp
8243 * gdb.base/structs3.exp
8244 * gdb.base/sym-file.exp
8245 * gdb.base/symbol-without-target_section.exp
8246 * gdb.base/term.exp
8247 * gdb.base/testenv.exp
8248 * gdb.base/ui-redirect.exp
8249 * gdb.base/until.exp
8250 * gdb.base/unwindonsignal.exp
8251 * gdb.base/value-double-free.exp
8252 * gdb.base/vla-datatypes.exp
8253 * gdb.base/vla-ptr.exp
8254 * gdb.base/vla-sideeffect.exp
8255 * gdb.base/volatile.exp
8256 * gdb.base/watch-cond-infcall.exp
8257 * gdb.base/watch-cond.exp
8258 * gdb.base/watch-non-mem.exp
8259 * gdb.base/watch-read.exp
8260 * gdb.base/watch-vfork.exp
8261 * gdb.base/watchpoint-cond-gone.exp
8262 * gdb.base/watchpoint-delete.exp
8263 * gdb.base/watchpoint-hw-hit-once.exp
8264 * gdb.base/watchpoint-hw.exp
8265 * gdb.base/watchpoint-stops-at-right-insn.exp
8266 * gdb.base/watchpoints.exp
8267 * gdb.base/wchar.exp
8268 * gdb.base/whatis-exp.exp
8269 * gdb.btrace/buffer-size.exp
8270 * gdb.btrace/data.exp
8271 * gdb.btrace/delta.exp
8272 * gdb.btrace/dlopen.exp
8273 * gdb.btrace/enable.exp
8274 * gdb.btrace/exception.exp
8275 * gdb.btrace/function_call_history.exp
8276 * gdb.btrace/gcore.exp
8277 * gdb.btrace/instruction_history.exp
8278 * gdb.btrace/nohist.exp
8279 * gdb.btrace/reconnect.exp
8280 * gdb.btrace/record_goto-step.exp
8281 * gdb.btrace/record_goto.exp
8282 * gdb.btrace/rn-dl-bind.exp
8283 * gdb.btrace/segv.exp
8284 * gdb.btrace/step.exp
8285 * gdb.btrace/stepi.exp
8286 * gdb.btrace/tailcall-only.exp
8287 * gdb.btrace/tailcall.exp
8288 * gdb.btrace/tsx.exp
8289 * gdb.btrace/unknown_functions.exp
8290 * gdb.btrace/vdso.exp
8291 * gdb.compile/compile-ifunc.exp
8292 * gdb.compile/compile-ops.exp
8293 * gdb.compile/compile-print.exp
8294 * gdb.compile/compile-setjmp.exp
8295 * gdb.cp/abstract-origin.exp
8296 * gdb.cp/ambiguous.exp
8297 * gdb.cp/annota2.exp
8298 * gdb.cp/annota3.exp
8299 * gdb.cp/anon-ns.exp
8300 * gdb.cp/anon-struct.exp
8301 * gdb.cp/anon-union.exp
8302 * gdb.cp/arg-reference.exp
8303 * gdb.cp/baseenum.exp
8304 * gdb.cp/bool.exp
8305 * gdb.cp/breakpoint.exp
8306 * gdb.cp/bs15503.exp
8307 * gdb.cp/call-c.exp
8308 * gdb.cp/casts.exp
8309 * gdb.cp/chained-calls.exp
8310 * gdb.cp/class2.exp
8311 * gdb.cp/classes.exp
8312 * gdb.cp/cmpd-minsyms.exp
8313 * gdb.cp/converts.exp
8314 * gdb.cp/cp-relocate.exp
8315 * gdb.cp/cpcompletion.exp
8316 * gdb.cp/cpexprs.exp
8317 * gdb.cp/cplabel.exp
8318 * gdb.cp/cplusfuncs.exp
8319 * gdb.cp/cpsizeof.exp
8320 * gdb.cp/ctti.exp
8321 * gdb.cp/derivation.exp
8322 * gdb.cp/destrprint.exp
8323 * gdb.cp/dispcxx.exp
8324 * gdb.cp/enum-class.exp
8325 * gdb.cp/exception.exp
8326 * gdb.cp/exceptprint.exp
8327 * gdb.cp/expand-psymtabs-cxx.exp
8328 * gdb.cp/expand-sals.exp
8329 * gdb.cp/extern-c.exp
8330 * gdb.cp/filename.exp
8331 * gdb.cp/formatted-ref.exp
8332 * gdb.cp/fpointer.exp
8333 * gdb.cp/gdb1355.exp
8334 * gdb.cp/gdb2495.exp
8335 * gdb.cp/hang.exp
8336 * gdb.cp/impl-this.exp
8337 * gdb.cp/infcall-dlopen.exp
8338 * gdb.cp/inherit.exp
8339 * gdb.cp/iostream.exp
8340 * gdb.cp/koenig.exp
8341 * gdb.cp/local.exp
8342 * gdb.cp/m-data.exp
8343 * gdb.cp/m-static.exp
8344 * gdb.cp/mb-ctor.exp
8345 * gdb.cp/mb-inline.exp
8346 * gdb.cp/mb-templates.exp
8347 * gdb.cp/member-name.exp
8348 * gdb.cp/member-ptr.exp
8349 * gdb.cp/meth-typedefs.exp
8350 * gdb.cp/method.exp
8351 * gdb.cp/method2.exp
8352 * gdb.cp/minsym-fallback.exp
8353 * gdb.cp/misc.exp
8354 * gdb.cp/namelessclass.exp
8355 * gdb.cp/namespace-enum.exp
8356 * gdb.cp/namespace-nested-import.exp
8357 * gdb.cp/namespace.exp
8358 * gdb.cp/nextoverthrow.exp
8359 * gdb.cp/no-dmgl-verbose.exp
8360 * gdb.cp/non-trivial-retval.exp
8361 * gdb.cp/noparam.exp
8362 * gdb.cp/nsdecl.exp
8363 * gdb.cp/nsimport.exp
8364 * gdb.cp/nsnested.exp
8365 * gdb.cp/nsnoimports.exp
8366 * gdb.cp/nsrecurs.exp
8367 * gdb.cp/nsstress.exp
8368 * gdb.cp/nsusing.exp
8369 * gdb.cp/operator.exp
8370 * gdb.cp/oranking.exp
8371 * gdb.cp/overload-const.exp
8372 * gdb.cp/overload.exp
8373 * gdb.cp/ovldbreak.exp
8374 * gdb.cp/ovsrch.exp
8375 * gdb.cp/paren-type.exp
8376 * gdb.cp/parse-lang.exp
8377 * gdb.cp/pass-by-ref.exp
8378 * gdb.cp/pr-1023.exp
8379 * gdb.cp/pr-1210.exp
8380 * gdb.cp/pr-574.exp
8381 * gdb.cp/pr10687.exp
8382 * gdb.cp/pr12028.exp
8383 * gdb.cp/pr17132.exp
8384 * gdb.cp/pr17494.exp
8385 * gdb.cp/pr9067.exp
8386 * gdb.cp/pr9167.exp
8387 * gdb.cp/pr9631.exp
8388 * gdb.cp/printmethod.exp
8389 * gdb.cp/psmang.exp
8390 * gdb.cp/psymtab-parameter.exp
8391 * gdb.cp/ptype-cv-cp.exp
8392 * gdb.cp/ptype-flags.exp
8393 * gdb.cp/re-set-overloaded.exp
8394 * gdb.cp/ref-types.exp
8395 * gdb.cp/rtti.exp
8396 * gdb.cp/scope-err.exp
8397 * gdb.cp/shadow.exp
8398 * gdb.cp/smartp.exp
8399 * gdb.cp/static-method.exp
8400 * gdb.cp/static-print-quit.exp
8401 * gdb.cp/temargs.exp
8402 * gdb.cp/templates.exp
8403 * gdb.cp/try_catch.exp
8404 * gdb.cp/typedef-operator.exp
8405 * gdb.cp/typeid.exp
8406 * gdb.cp/userdef.exp
8407 * gdb.cp/using-crash.exp
8408 * gdb.cp/var-tag.exp
8409 * gdb.cp/virtbase.exp
8410 * gdb.cp/virtfunc.exp
8411 * gdb.cp/virtfunc2.exp
8412 * gdb.cp/vla-cxx.exp
8413 * gdb.disasm/t01_mov.exp
8414 * gdb.disasm/t02_mova.exp
8415 * gdb.disasm/t03_add.exp
8416 * gdb.disasm/t04_sub.exp
8417 * gdb.disasm/t05_cmp.exp
8418 * gdb.disasm/t06_ari2.exp
8419 * gdb.disasm/t07_ari3.exp
8420 * gdb.disasm/t08_or.exp
8421 * gdb.disasm/t09_xor.exp
8422 * gdb.disasm/t10_and.exp
8423 * gdb.disasm/t11_logs.exp
8424 * gdb.disasm/t12_bit.exp
8425 * gdb.disasm/t13_otr.exp
8426 * gdb.dlang/circular.exp
8427 * gdb.dwarf2/arr-stride.exp
8428 * gdb.dwarf2/arr-subrange.exp
8429 * gdb.dwarf2/atomic-type.exp
8430 * gdb.dwarf2/bad-regnum.exp
8431 * gdb.dwarf2/bitfield-parent-optimized-out.exp
8432 * gdb.dwarf2/callframecfa.exp
8433 * gdb.dwarf2/clztest.exp
8434 * gdb.dwarf2/corrupt.exp
8435 * gdb.dwarf2/data-loc.exp
8436 * gdb.dwarf2/dup-psym.exp
8437 * gdb.dwarf2/dw2-anon-mptr.exp
8438 * gdb.dwarf2/dw2-anonymous-func.exp
8439 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
8440 * gdb.dwarf2/dw2-bad-unresolved.exp
8441 * gdb.dwarf2/dw2-basic.exp
8442 * gdb.dwarf2/dw2-canonicalize-type.exp
8443 * gdb.dwarf2/dw2-case-insensitive.exp
8444 * gdb.dwarf2/dw2-common-block.exp
8445 * gdb.dwarf2/dw2-compdir-oldgcc.exp
8446 * gdb.dwarf2/dw2-compressed.exp
8447 * gdb.dwarf2/dw2-const.exp
8448 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
8449 * gdb.dwarf2/dw2-cu-size.exp
8450 * gdb.dwarf2/dw2-dup-frame.exp
8451 * gdb.dwarf2/dw2-entry-value.exp
8452 * gdb.dwarf2/dw2-icycle.exp
8453 * gdb.dwarf2/dw2-ifort-parameter.exp
8454 * gdb.dwarf2/dw2-inline-break.exp
8455 * gdb.dwarf2/dw2-inline-param.exp
8456 * gdb.dwarf2/dw2-intercu.exp
8457 * gdb.dwarf2/dw2-intermix.exp
8458 * gdb.dwarf2/dw2-lexical-block-bare.exp
8459 * gdb.dwarf2/dw2-linkage-name-trust.exp
8460 * gdb.dwarf2/dw2-minsym-in-cu.exp
8461 * gdb.dwarf2/dw2-noloc.exp
8462 * gdb.dwarf2/dw2-op-call.exp
8463 * gdb.dwarf2/dw2-op-out-param.exp
8464 * gdb.dwarf2/dw2-opt-structptr.exp
8465 * gdb.dwarf2/dw2-param-error.exp
8466 * gdb.dwarf2/dw2-producer.exp
8467 * gdb.dwarf2/dw2-ranges-base.exp
8468 * gdb.dwarf2/dw2-ref-missing-frame.exp
8469 * gdb.dwarf2/dw2-reg-undefined.exp
8470 * gdb.dwarf2/dw2-regno-invalid.exp
8471 * gdb.dwarf2/dw2-restore.exp
8472 * gdb.dwarf2/dw2-restrict.exp
8473 * gdb.dwarf2/dw2-single-line-discriminators.exp
8474 * gdb.dwarf2/dw2-strp.exp
8475 * gdb.dwarf2/dw2-undefined-ret-addr.exp
8476 * gdb.dwarf2/dw2-unresolved.exp
8477 * gdb.dwarf2/dw2-var-zero-addr.exp
8478 * gdb.dwarf2/dw4-sig-types.exp
8479 * gdb.dwarf2/dwz.exp
8480 * gdb.dwarf2/dynarr-ptr.exp
8481 * gdb.dwarf2/enum-type.exp
8482 * gdb.dwarf2/gdb-index.exp
8483 * gdb.dwarf2/implptr-64bit.exp
8484 * gdb.dwarf2/implptr-optimized-out.exp
8485 * gdb.dwarf2/implptr.exp
8486 * gdb.dwarf2/implref-array.exp
8487 * gdb.dwarf2/implref-const.exp
8488 * gdb.dwarf2/implref-global.exp
8489 * gdb.dwarf2/implref-struct.exp
8490 * gdb.dwarf2/mac-fileno.exp
8491 * gdb.dwarf2/main-subprogram.exp
8492 * gdb.dwarf2/member-ptr-forwardref.exp
8493 * gdb.dwarf2/method-ptr.exp
8494 * gdb.dwarf2/missing-sig-type.exp
8495 * gdb.dwarf2/nonvar-access.exp
8496 * gdb.dwarf2/opaque-type-lookup.exp
8497 * gdb.dwarf2/pieces-optimized-out.exp
8498 * gdb.dwarf2/pieces.exp
8499 * gdb.dwarf2/pr10770.exp
8500 * gdb.dwarf2/pr13961.exp
8501 * gdb.dwarf2/staticvirtual.exp
8502 * gdb.dwarf2/subrange.exp
8503 * gdb.dwarf2/symtab-producer.exp
8504 * gdb.dwarf2/trace-crash.exp
8505 * gdb.dwarf2/typeddwarf.exp
8506 * gdb.dwarf2/valop.exp
8507 * gdb.dwarf2/watch-notconst.exp
8508 * gdb.fortran/array-element.exp
8509 * gdb.fortran/charset.exp
8510 * gdb.fortran/common-block.exp
8511 * gdb.fortran/complex.exp
8512 * gdb.fortran/derived-type-function.exp
8513 * gdb.fortran/derived-type.exp
8514 * gdb.fortran/logical.exp
8515 * gdb.fortran/module.exp
8516 * gdb.fortran/multi-dim.exp
8517 * gdb.fortran/nested-funcs.exp
8518 * gdb.fortran/print-formatted.exp
8519 * gdb.fortran/subarray.exp
8520 * gdb.fortran/vla-alloc-assoc.exp
8521 * gdb.fortran/vla-datatypes.exp
8522 * gdb.fortran/vla-history.exp
8523 * gdb.fortran/vla-ptr-info.exp
8524 * gdb.fortran/vla-ptype-sub.exp
8525 * gdb.fortran/vla-ptype.exp
8526 * gdb.fortran/vla-sizeof.exp
8527 * gdb.fortran/vla-type.exp
8528 * gdb.fortran/vla-value-sub-arbitrary.exp
8529 * gdb.fortran/vla-value-sub-finish.exp
8530 * gdb.fortran/vla-value-sub.exp
8531 * gdb.fortran/vla-value.exp
8532 * gdb.fortran/whatis_type.exp
8533 * gdb.go/chan.exp
8534 * gdb.go/handcall.exp
8535 * gdb.go/hello.exp
8536 * gdb.go/integers.exp
8537 * gdb.go/methods.exp
8538 * gdb.go/package.exp
8539 * gdb.go/strings.exp
8540 * gdb.go/types.exp
8541 * gdb.go/unsafe.exp
8542 * gdb.guile/scm-arch.exp
8543 * gdb.guile/scm-block.exp
8544 * gdb.guile/scm-breakpoint.exp
8545 * gdb.guile/scm-cmd.exp
8546 * gdb.guile/scm-disasm.exp
8547 * gdb.guile/scm-equal.exp
8548 * gdb.guile/scm-frame-args.exp
8549 * gdb.guile/scm-frame-inline.exp
8550 * gdb.guile/scm-frame.exp
8551 * gdb.guile/scm-iterator.exp
8552 * gdb.guile/scm-math.exp
8553 * gdb.guile/scm-objfile.exp
8554 * gdb.guile/scm-ports.exp
8555 * gdb.guile/scm-symbol.exp
8556 * gdb.guile/scm-symtab.exp
8557 * gdb.guile/scm-value-cc.exp
8558 * gdb.guile/types-module.exp
8559 * gdb.linespec/break-ask.exp
8560 * gdb.linespec/cpexplicit.exp
8561 * gdb.linespec/explicit.exp
8562 * gdb.linespec/keywords.exp
8563 * gdb.linespec/linespec.exp
8564 * gdb.linespec/ls-dollar.exp
8565 * gdb.linespec/ls-errs.exp
8566 * gdb.linespec/skip-two.exp
8567 * gdb.linespec/thread.exp
8568 * gdb.mi/mi-async.exp
8569 * gdb.mi/mi-basics.exp
8570 * gdb.mi/mi-break.exp
8571 * gdb.mi/mi-catch-load.exp
8572 * gdb.mi/mi-cli.exp
8573 * gdb.mi/mi-cmd-param-changed.exp
8574 * gdb.mi/mi-console.exp
8575 * gdb.mi/mi-detach.exp
8576 * gdb.mi/mi-disassemble.exp
8577 * gdb.mi/mi-eval.exp
8578 * gdb.mi/mi-file-transfer.exp
8579 * gdb.mi/mi-file.exp
8580 * gdb.mi/mi-fill-memory.exp
8581 * gdb.mi/mi-inheritance-syntax-error.exp
8582 * gdb.mi/mi-linespec-err-cp.exp
8583 * gdb.mi/mi-logging.exp
8584 * gdb.mi/mi-memory-changed.exp
8585 * gdb.mi/mi-read-memory.exp
8586 * gdb.mi/mi-record-changed.exp
8587 * gdb.mi/mi-reg-undefined.exp
8588 * gdb.mi/mi-regs.exp
8589 * gdb.mi/mi-return.exp
8590 * gdb.mi/mi-reverse.exp
8591 * gdb.mi/mi-simplerun.exp
8592 * gdb.mi/mi-solib.exp
8593 * gdb.mi/mi-stack.exp
8594 * gdb.mi/mi-stepi.exp
8595 * gdb.mi/mi-syn-frame.exp
8596 * gdb.mi/mi-until.exp
8597 * gdb.mi/mi-var-block.exp
8598 * gdb.mi/mi-var-child.exp
8599 * gdb.mi/mi-var-cmd.exp
8600 * gdb.mi/mi-var-cp.exp
8601 * gdb.mi/mi-var-display.exp
8602 * gdb.mi/mi-var-invalidate.exp
8603 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
8604 * gdb.mi/mi-vla-fortran.exp
8605 * gdb.mi/mi-watch.exp
8606 * gdb.mi/mi2-var-child.exp
8607 * gdb.mi/user-selected-context-sync.exp
8608 * gdb.modula2/unbounded-array.exp
8609 * gdb.multi/dummy-frame-restore.exp
8610 * gdb.multi/multi-arch-exec.exp
8611 * gdb.multi/multi-arch.exp
8612 * gdb.multi/tids.exp
8613 * gdb.multi/watchpoint-multi.exp
8614 * gdb.opencl/callfuncs.exp
8615 * gdb.opencl/convs_casts.exp
8616 * gdb.opencl/datatypes.exp
8617 * gdb.opencl/operators.exp
8618 * gdb.opencl/vec_comps.exp
8619 * gdb.opt/clobbered-registers-O2.exp
8620 * gdb.opt/inline-break.exp
8621 * gdb.opt/inline-bt.exp
8622 * gdb.opt/inline-cmds.exp
8623 * gdb.opt/inline-locals.exp
8624 * gdb.pascal/case-insensitive-symbols.exp
8625 * gdb.pascal/floats.exp
8626 * gdb.pascal/gdb11492.exp
8627 * gdb.python/lib-types.exp
8628 * gdb.python/py-arch.exp
8629 * gdb.python/py-as-string.exp
8630 * gdb.python/py-bad-printers.exp
8631 * gdb.python/py-block.exp
8632 * gdb.python/py-breakpoint-create-fail.exp
8633 * gdb.python/py-breakpoint.exp
8634 * gdb.python/py-caller-is.exp
8635 * gdb.python/py-cmd.exp
8636 * gdb.python/py-explore-cc.exp
8637 * gdb.python/py-explore.exp
8638 * gdb.python/py-finish-breakpoint.exp
8639 * gdb.python/py-finish-breakpoint2.exp
8640 * gdb.python/py-frame-args.exp
8641 * gdb.python/py-frame-inline.exp
8642 * gdb.python/py-frame.exp
8643 * gdb.python/py-framefilter-mi.exp
8644 * gdb.python/py-infthread.exp
8645 * gdb.python/py-lazy-string.exp
8646 * gdb.python/py-linetable.exp
8647 * gdb.python/py-mi-events.exp
8648 * gdb.python/py-mi-objfile.exp
8649 * gdb.python/py-mi.exp
8650 * gdb.python/py-objfile.exp
8651 * gdb.python/py-pp-integral.exp
8652 * gdb.python/py-pp-maint.exp
8653 * gdb.python/py-pp-re-notag.exp
8654 * gdb.python/py-pp-registration.exp
8655 * gdb.python/py-recurse-unwind.exp
8656 * gdb.python/py-strfns.exp
8657 * gdb.python/py-symbol.exp
8658 * gdb.python/py-symtab.exp
8659 * gdb.python/py-sync-interp.exp
8660 * gdb.python/py-typeprint.exp
8661 * gdb.python/py-unwind-maint.exp
8662 * gdb.python/py-unwind.exp
8663 * gdb.python/py-value-cc.exp
8664 * gdb.python/py-xmethods.exp
8665 * gdb.reverse/amd64-tailcall-reverse.exp
8666 * gdb.reverse/break-precsave.exp
8667 * gdb.reverse/break-reverse.exp
8668 * gdb.reverse/consecutive-precsave.exp
8669 * gdb.reverse/consecutive-reverse.exp
8670 * gdb.reverse/finish-precsave.exp
8671 * gdb.reverse/finish-reverse-bkpt.exp
8672 * gdb.reverse/finish-reverse.exp
8673 * gdb.reverse/fstatat-reverse.exp
8674 * gdb.reverse/getresuid-reverse.exp
8675 * gdb.reverse/i386-precsave.exp
8676 * gdb.reverse/i386-reverse.exp
8677 * gdb.reverse/i386-sse-reverse.exp
8678 * gdb.reverse/i387-env-reverse.exp
8679 * gdb.reverse/i387-stack-reverse.exp
8680 * gdb.reverse/insn-reverse.exp
8681 * gdb.reverse/machinestate-precsave.exp
8682 * gdb.reverse/machinestate.exp
8683 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8684 * gdb.reverse/pipe-reverse.exp
8685 * gdb.reverse/readv-reverse.exp
8686 * gdb.reverse/recvmsg-reverse.exp
8687 * gdb.reverse/rerun-prec.exp
8688 * gdb.reverse/s390-mvcle.exp
8689 * gdb.reverse/step-precsave.exp
8690 * gdb.reverse/step-reverse.exp
8691 * gdb.reverse/time-reverse.exp
8692 * gdb.reverse/until-precsave.exp
8693 * gdb.reverse/until-reverse.exp
8694 * gdb.reverse/waitpid-reverse.exp
8695 * gdb.reverse/watch-precsave.exp
8696 * gdb.reverse/watch-reverse.exp
8697 * gdb.rust/generics.exp
8698 * gdb.rust/methods.exp
8699 * gdb.rust/modules.exp
8700 * gdb.rust/simple.exp
8701 * gdb.server/connect-with-no-symbol-file.exp
8702 * gdb.server/ext-attach.exp
8703 * gdb.server/ext-restart.exp
8704 * gdb.server/ext-wrapper.exp
8705 * gdb.server/file-transfer.exp
8706 * gdb.server/server-exec-info.exp
8707 * gdb.server/server-kill.exp
8708 * gdb.server/server-mon.exp
8709 * gdb.server/wrapper.exp
8710 * gdb.stabs/exclfwd.exp
8711 * gdb.stabs/gdb11479.exp
8712 * gdb.threads/clone-new-thread-event.exp
8713 * gdb.threads/corethreads.exp
8714 * gdb.threads/current-lwp-dead.exp
8715 * gdb.threads/dlopen-libpthread.exp
8716 * gdb.threads/gcore-thread.exp
8717 * gdb.threads/sigstep-threads.exp
8718 * gdb.threads/watchpoint-fork.exp
8719 * gdb.trace/actions-changed.exp
8720 * gdb.trace/backtrace.exp
8721 * gdb.trace/change-loc.exp
8722 * gdb.trace/circ.exp
8723 * gdb.trace/collection.exp
8724 * gdb.trace/disconnected-tracing.exp
8725 * gdb.trace/ftrace.exp
8726 * gdb.trace/mi-trace-frame-collected.exp
8727 * gdb.trace/mi-trace-unavailable.exp
8728 * gdb.trace/mi-traceframe-changed.exp
8729 * gdb.trace/mi-tsv-changed.exp
8730 * gdb.trace/no-attach-trace.exp
8731 * gdb.trace/passc-dyn.exp
8732 * gdb.trace/qtro.exp
8733 * gdb.trace/range-stepping.exp
8734 * gdb.trace/read-memory.exp
8735 * gdb.trace/save-trace.exp
8736 * gdb.trace/signal.exp
8737 * gdb.trace/status-stop.exp
8738 * gdb.trace/tfile.exp
8739 * gdb.trace/trace-break.exp
8740 * gdb.trace/trace-buffer-size.exp
8741 * gdb.trace/trace-condition.exp
8742 * gdb.trace/tracefile-pseudo-reg.exp
8743 * gdb.trace/tstatus.exp
8744 * gdb.trace/unavailable.exp
8745 * gdb.trace/while-dyn.exp
8746 * gdb.trace/while-stepping.exp
8747
34c41c68
DE
87482016-12-22 Doug Evans <xdje42@gmail.com>
8749
8750 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
8751 and msymbols.
8752
16e69324
YQ
87532016-12-19 Yao Qi <yao.qi@linaro.org>
8754
8755 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
8756 (test_with_self): Don't call do_steps_and_nexts, and remove
8757 code about stepping into xmalloc.
8758
f94f411b
YQ
87592016-12-09 Yao Qi <yao.qi@linaro.org>
8760
8761 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
8762
87632016-12-09 Yao Qi <yao.qi@linaro.org>
8764
8765 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
8766
f1b5deee
PA
87672016-12-09 Pedro Alves <palves@redhat.com>
8768
8769 * gdb.base/all-architectures-0.exp: New file.
8770 * gdb.base/all-architectures-1.exp: New file.
8771 * gdb.base/all-architectures-2.exp: New file.
8772 * gdb.base/all-architectures-3.exp: New file.
8773 * gdb.base/all-architectures-4.exp: New file.
8774 * gdb.base/all-architectures-5.exp: New file.
8775 * gdb.base/all-architectures-6.exp: New file.
8776 * gdb.base/all-architectures-7.exp: New file.
8777 * gdb.base/all-architectures.exp.in: New file.
8778
364ca42e
YQ
87792016-12-09 Yao Qi <yao.qi@linaro.org>
8780
8781 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
8782
107c2d62
LM
87832016-12-02 Luis Machado <lgustavo@codesourcery.com>
8784
8785 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
8786 possible.
8787 Remove useless pattern-matching code.
8788
df3ee9ca
PA
87892016-12-02 Pedro Alves <palves@redhat.com>
8790
8791 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
8792 procedure.
8793 (top level): Call it.
8794
ec835369
PA
87952016-12-02 Pedro Alves <palves@redhat.com>
8796
8797 * gdb.base/commands.exp (user_defined_command_args_stack_test):
8798 New procedure.
8799 (top level): Call it.
8800
01770bbd
PA
88012016-12-02 Pedro Alves <palves@redhat.com>
8802
8803 PR cli/20559
8804 * gdb.base/commands.exp (user_defined_command_args_eval): New
8805 procedure.
8806 (top level): Call it.
8807
008459ea
LM
88082016-12-02 Luis Machado <lgustavo@codesourcery.com>
8809
8810 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
8811 timeout handling.
8812
0c1b455e
TT
88132016-12-02 Tom Tromey <tom@tromey.com>
8814
8815 * gdb.dwarf2/main-subprogram.c: New file.
8816 * gdb.dwarf2/main-subprogram.exp: New file.
8817
018572b8
LM
88182016-12-01 Luis Machado <lgustavo@codesourcery.com>
8819
8820 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
8821 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
8822 gdb_test_no_output for a couple of cases.
8823 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
8824
84c93cd5
LM
88252016-12-01 Luis Machado <lgustavo@codesourcery.com>
8826
8827 Fix test names and standardize compilation error messages throughout
8828 the following files:
8829
8830 * gdb.ada/start.exp
8831 * gdb.arch/alpha-step.exp
8832 * gdb.arch/e500-prologue.exp
8833 * gdb.arch/ftrace-insn-reloc.exp
8834 * gdb.arch/gdb1291.exp
8835 * gdb.arch/gdb1431.exp
8836 * gdb.arch/gdb1558.exp
8837 * gdb.arch/i386-dr3-watch.exp
8838 * gdb.arch/i386-sse-stack-align.exp
8839 * gdb.arch/ia64-breakpoint-shadow.exp
8840 * gdb.arch/pa-nullify.exp
8841 * gdb.arch/powerpc-aix-prologue.exp
8842 * gdb.arch/thumb-bx-pc.exp
8843 * gdb.base/annota1.exp
8844 * gdb.base/annota3.exp
8845 * gdb.base/arrayidx.exp
8846 * gdb.base/assign.exp
8847 * gdb.base/attach.exp
8848 * gdb.base/auxv.exp
8849 * gdb.base/bang.exp
8850 * gdb.base/bfp-test.exp
8851 * gdb.base/bigcore.exp
8852 * gdb.base/bitfields2.exp
8853 * gdb.base/break-fun-addr.exp
8854 * gdb.base/break-probes.exp
8855 * gdb.base/call-rt-st.exp
8856 * gdb.base/callexit.exp
8857 * gdb.base/catch-fork-kill.exp
8858 * gdb.base/charset.exp
8859 * gdb.base/checkpoint.exp
8860 * gdb.base/comprdebug.exp
8861 * gdb.base/constvars.exp
8862 * gdb.base/coredump-filter.exp
8863 * gdb.base/cursal.exp
8864 * gdb.base/cvexpr.exp
8865 * gdb.base/detach.exp
8866 * gdb.base/display.exp
8867 * gdb.base/dmsym.exp
8868 * gdb.base/dprintf-pending.exp
8869 * gdb.base/dso2dso.exp
8870 * gdb.base/dtrace-probe.exp
8871 * gdb.base/dump.exp
8872 * gdb.base/enum_cond.exp
8873 * gdb.base/exe-lock.exp
8874 * gdb.base/exec-invalid-sysroot.exp
8875 * gdb.base/execl-update-breakpoints.exp
8876 * gdb.base/exprs.exp
8877 * gdb.base/fileio.exp
8878 * gdb.base/find.exp
8879 * gdb.base/finish.exp
8880 * gdb.base/fixsection.exp
8881 * gdb.base/foll-vfork.exp
8882 * gdb.base/frame-args.exp
8883 * gdb.base/gcore.exp
8884 * gdb.base/gdb1250.exp
8885 * gdb.base/global-var-nested-by-dso.exp
8886 * gdb.base/gnu-ifunc.exp
8887 * gdb.base/hashline1.exp
8888 * gdb.base/hashline2.exp
8889 * gdb.base/hashline3.exp
8890 * gdb.base/hbreak-in-shr-unsupported.exp
8891 * gdb.base/huge.exp
8892 * gdb.base/infcall-input.exp
8893 * gdb.base/info-fun.exp
8894 * gdb.base/info-shared.exp
8895 * gdb.base/jit-simple.exp
8896 * gdb.base/jit-so.exp
8897 * gdb.base/jit.exp
8898 * gdb.base/jump.exp
8899 * gdb.base/label.exp
8900 * gdb.base/lineinc.exp
8901 * gdb.base/logical.exp
8902 * gdb.base/longjmp.exp
8903 * gdb.base/macscp.exp
8904 * gdb.base/miscexprs.exp
8905 * gdb.base/new-ui-echo.exp
8906 * gdb.base/new-ui-pending-input.exp
8907 * gdb.base/new-ui.exp
8908 * gdb.base/nodebug.exp
8909 * gdb.base/nofield.exp
8910 * gdb.base/offsets.exp
8911 * gdb.base/overlays.exp
8912 * gdb.base/pending.exp
8913 * gdb.base/pointers.exp
8914 * gdb.base/pr11022.exp
8915 * gdb.base/printcmds.exp
8916 * gdb.base/prologue.exp
8917 * gdb.base/ptr-typedef.exp
8918 * gdb.base/realname-expand.exp
8919 * gdb.base/relativedebug.exp
8920 * gdb.base/relocate.exp
8921 * gdb.base/remote.exp
8922 * gdb.base/reread.exp
8923 * gdb.base/return2.exp
8924 * gdb.base/savedregs.exp
8925 * gdb.base/sep.exp
8926 * gdb.base/sepdebug.exp
8927 * gdb.base/sepsymtab.exp
8928 * gdb.base/set-inferior-tty.exp
8929 * gdb.base/setshow.exp
8930 * gdb.base/shlib-call.exp
8931 * gdb.base/sigaltstack.exp
8932 * gdb.base/siginfo-addr.exp
8933 * gdb.base/signals.exp
8934 * gdb.base/signull.exp
8935 * gdb.base/sigrepeat.exp
8936 * gdb.base/so-impl-ld.exp
8937 * gdb.base/solib-display.exp
8938 * gdb.base/solib-overlap.exp
8939 * gdb.base/solib-search.exp
8940 * gdb.base/solib-symbol.exp
8941 * gdb.base/structs.exp
8942 * gdb.base/structs2.exp
8943 * gdb.base/symtab-search-order.exp
8944 * gdb.base/twice.exp
8945 * gdb.base/unload.exp
8946 * gdb.base/varargs.exp
8947 * gdb.base/watchpoint-solib.exp
8948 * gdb.base/watchpoint.exp
8949 * gdb.base/whatis.exp
8950 * gdb.base/wrong_frame_bt_full.exp
8951 * gdb.btrace/dlopen.exp
8952 * gdb.cell/ea-standalone.exp
8953 * gdb.cell/ea-test.exp
8954 * gdb.cp/dispcxx.exp
8955 * gdb.cp/gdb2384.exp
8956 * gdb.cp/method2.exp
8957 * gdb.cp/nextoverthrow.exp
8958 * gdb.cp/pr10728.exp
8959 * gdb.disasm/am33.exp
8960 * gdb.disasm/h8300s.exp
8961 * gdb.disasm/mn10300.exp
8962 * gdb.disasm/sh3.exp
8963 * gdb.dwarf2/dw2-dir-file-name.exp
8964 * gdb.fortran/complex.exp
8965 * gdb.fortran/library-module.exp
8966 * gdb.guile/scm-pretty-print.exp
8967 * gdb.guile/scm-symbol.exp
8968 * gdb.guile/scm-type.exp
8969 * gdb.guile/scm-value.exp
8970 * gdb.linespec/linespec.exp
8971 * gdb.mi/gdb701.exp
8972 * gdb.mi/gdb792.exp
8973 * gdb.mi/mi-breakpoint-changed.exp
8974 * gdb.mi/mi-dprintf-pending.exp
8975 * gdb.mi/mi-dprintf.exp
8976 * gdb.mi/mi-exit-code.exp
8977 * gdb.mi/mi-pending.exp
8978 * gdb.mi/mi-solib.exp
8979 * gdb.mi/new-ui-mi-sync.exp
8980 * gdb.mi/pr11022.exp
8981 * gdb.mi/user-selected-context-sync.exp
8982 * gdb.opt/solib-intra-step.exp
8983 * gdb.python/py-events.exp
8984 * gdb.python/py-finish-breakpoint.exp
8985 * gdb.python/py-mi.exp
8986 * gdb.python/py-prettyprint.exp
8987 * gdb.python/py-shared.exp
8988 * gdb.python/py-symbol.exp
8989 * gdb.python/py-template.exp
8990 * gdb.python/py-type.exp
8991 * gdb.python/py-value.exp
8992 * gdb.reverse/solib-precsave.exp
8993 * gdb.reverse/solib-reverse.exp
8994 * gdb.server/solib-list.exp
8995 * gdb.stabs/weird.exp
8996 * gdb.threads/reconnect-signal.exp
8997 * gdb.threads/stepi-random-signal.exp
8998 * gdb.trace/actions.exp
8999 * gdb.trace/ax.exp
9000 * gdb.trace/backtrace.exp
9001 * gdb.trace/change-loc.exp
9002 * gdb.trace/deltrace.exp
9003 * gdb.trace/ftrace-lock.exp
9004 * gdb.trace/ftrace.exp
9005 * gdb.trace/infotrace.exp
9006 * gdb.trace/mi-tracepoint-changed.exp
9007 * gdb.trace/packetlen.exp
9008 * gdb.trace/passcount.exp
9009 * gdb.trace/pending.exp
9010 * gdb.trace/range-stepping.exp
9011 * gdb.trace/report.exp
9012 * gdb.trace/stap-trace.exp
9013 * gdb.trace/tfind.exp
9014 * gdb.trace/trace-break.exp
9015 * gdb.trace/trace-condition.exp
9016 * gdb.trace/trace-enable-disable.exp
9017 * gdb.trace/trace-mt.exp
9018 * gdb.trace/tracecmd.exp
9019 * gdb.trace/tspeed.exp
9020 * gdb.trace/tsv.exp
9021 * lib/perftest.exp
9022
fb9feb35
LM
90232016-12-01 Luis Machado <lgustavo@codesourcery.com>
9024
9025 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
9026 with gdb_test_no_output.
9027 Use command as test name.
9028
cd2ddb6c
LM
90292016-12-01 Luis Machado <lgustavo@codesourcery.com>
9030
9031 Fix test names starting with uppercase throughout the files.
9032
9033 * gdb.ada/assign_1.exp
9034 * gdb.ada/boolean_expr.exp
9035 * gdb.base/arrayidx.exp
9036 * gdb.base/del.exp
9037 * gdb.base/gcore-buffer-overflow.exp
9038 * gdb.base/testenv.exp
9039 * gdb.compile/compile.exp
9040 * gdb.python/py-framefilter-invalidarg.exp
9041 * gdb.python/py-framefilter.exp
9042
bb95117e
LM
90432016-12-01 Luis Machado <lgustavo@codesourcery.com>
9044
9045 Fix test names starting with uppercase throughout the files.
9046
9047 * gdb.ada/array_return.exp
9048 * gdb.ada/expr_delims.exp
9049 * gdb.ada/mi_dyn_arr.exp
9050 * gdb.ada/mi_interface.exp
9051 * gdb.ada/mi_var_array.exp
9052 * gdb.ada/watch_arg.exp
9053 * gdb.arch/alpha-step.exp
9054 * gdb.arch/altivec-regs.exp
9055 * gdb.arch/e500-regs.exp
9056 * gdb.arch/powerpc-d128-regs.exp
9057 * gdb.base/arrayidx.exp
9058 * gdb.base/break.exp
9059 * gdb.base/checkpoint.exp
9060 * gdb.base/debug-expr.exp
9061 * gdb.base/dmsym.exp
9062 * gdb.base/radix.exp
9063 * gdb.base/sepdebug.exp
9064 * gdb.base/testenv.exp
9065 * gdb.base/watch_thread_num.exp
9066 * gdb.base/watchpoint-cond-gone.exp
9067 * gdb.cell/break.exp
9068 * gdb.cell/ea-cache.exp
9069 * gdb.compile/compile.exp
9070 * gdb.cp/gdb2495.exp
9071 * gdb.gdb/selftest.exp
9072 * gdb.gdb/xfullpath.exp
9073 * gdb.go/hello.exp
9074 * gdb.go/integers.exp
9075 * gdb.objc/basicclass.exp
9076 * gdb.pascal/hello.exp
9077 * gdb.pascal/integers.exp
9078 * gdb.python/py-breakpoint.exp
9079 * gdb.python/py-cmd.exp
9080 * gdb.python/py-linetable.exp
9081 * gdb.python/py-xmethods.exp
9082 * gdb.python/python.exp
9083 * gdb.reverse/consecutive-precsave.exp
9084 * gdb.reverse/finish-precsave.exp
9085 * gdb.reverse/i386-precsave.exp
9086 * gdb.reverse/machinestate-precsave.exp
9087 * gdb.reverse/sigall-precsave.exp
9088 * gdb.reverse/solib-precsave.exp
9089 * gdb.reverse/step-precsave.exp
9090 * gdb.reverse/until-precsave.exp
9091 * gdb.reverse/watch-precsave.exp
9092 * gdb.threads/leader-exit.exp
9093 * gdb.threads/pthreads.exp
9094 * gdb.threads/wp-replication.exp
9095 * gdb.trace/actions.exp
9096 * gdb.trace/mi-tsv-changed.exp
9097 * gdb.trace/tsv.exp
9098
de97fdd4
LM
90992016-12-01 Luis Machado <lgustavo@codesourcery.com>
9100
9101 Fix test names starting with uppercase throughout the files.
9102
9103 * gdb.arch/i386-bp_permanent.exp
9104 * gdb.arch/i386-gnu-cfi.exp
9105 * gdb.base/disasm-end-cu.exp
9106 * gdb.base/macscp.exp
9107 * gdb.base/pending.exp
9108 * gdb.base/watch_thread_num.exp
9109 * gdb.cp/exception.exp
9110 * gdb.cp/gdb2495.exp
9111 * gdb.cp/local.exp
9112 * gdb.python/py-evsignal.exp
9113 * gdb.python/python.exp
9114 * gdb.trace/tracecmd.exp
9115
9f058c10
LM
91162016-12-01 Luis Machado <lgustavo@codesourcery.com>
9117
9118 Fix test names starting with uppercase throughout the files.
9119
9120 * gdb.base/charset.exp
9121 * gdb.base/eval.exp
9122 * gdb.base/multi-forks.exp
9123 * gdb.guile/scm-progspace.exp
9124 * gdb.opencl/datatypes.exp
9125 * gdb.python/py-block.exp
9126 * gdb.python/py-function.exp
9127 * gdb.python/py-symbol.exp
9128 * gdb.python/py-symtab.exp
9129 * gdb.python/py-xmethods.exp
9130 * gdb.reverse/break-precsave.exp
9131 * gdb.reverse/break-reverse.exp
9132 * gdb.reverse/consecutive-precsave.exp
9133 * gdb.reverse/consecutive-reverse.exp
9134 * gdb.reverse/finish-precsave.exp
9135 * gdb.reverse/finish-reverse-bkpt.exp
9136 * gdb.reverse/finish-reverse.exp
9137 * gdb.reverse/fstatat-reverse.exp
9138 * gdb.reverse/getresuid-reverse.exp
9139 * gdb.reverse/i386-precsave.exp
9140 * gdb.reverse/i386-reverse.exp
9141 * gdb.reverse/i386-sse-reverse.exp
9142 * gdb.reverse/i387-stack-reverse.exp
9143 * gdb.reverse/insn-reverse.exp
9144 * gdb.reverse/machinestate-precsave.exp
9145 * gdb.reverse/machinestate.exp
9146 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9147 * gdb.reverse/pipe-reverse.exp
9148 * gdb.reverse/readv-reverse.exp
9149 * gdb.reverse/recvmsg-reverse.exp
9150 * gdb.reverse/rerun-prec.exp
9151 * gdb.reverse/s390-mvcle.exp
9152 * gdb.reverse/sigall-precsave.exp
9153 * gdb.reverse/sigall-reverse.exp
9154 * gdb.reverse/solib-precsave.exp
9155 * gdb.reverse/solib-reverse.exp
9156 * gdb.reverse/step-precsave.exp
9157 * gdb.reverse/step-reverse.exp
9158 * gdb.reverse/time-reverse.exp
9159 * gdb.reverse/until-precsave.exp
9160 * gdb.reverse/until-reverse.exp
9161 * gdb.reverse/waitpid-reverse.exp
9162 * gdb.reverse/watch-precsave.exp
9163 * gdb.reverse/watch-reverse.exp
9164
cdc7edd7
LM
91652016-12-01 Luis Machado <lgustavo@codesourcery.com>
9166
9167 Fix test names starting with uppercase throughout the files.
9168
9169 * gdb.arch/i386-mpx-simple_segv.exp
9170 * gdb.arch/i386-mpx.exp
9171 * gdb.arch/i386-permbkpt.exp
9172 * gdb.arch/pa-nullify.exp
9173 * gdb.arch/powerpc-d128-regs.exp
9174 * gdb.arch/vsx-regs.exp
9175 * gdb.base/bfp-test.exp
9176 * gdb.base/break.exp
9177 * gdb.base/breakpoint-shadow.exp
9178 * gdb.base/callfuncs.exp
9179 * gdb.base/charset.exp
9180 * gdb.base/commands.exp
9181 * gdb.base/completion.exp
9182 * gdb.base/dfp-test.exp
9183 * gdb.base/echo.exp
9184 * gdb.base/ending-run.exp
9185 * gdb.base/eval.exp
9186 * gdb.base/expand-psymtabs.exp
9187 * gdb.base/float128.exp
9188 * gdb.base/floatn.exp
9189 * gdb.base/foll-exec-mode.exp
9190 * gdb.base/gdb1056.exp
9191 * gdb.base/gdb11531.exp
9192 * gdb.base/kill-after-signal.exp
9193 * gdb.base/multi-forks.exp
9194 * gdb.base/overlays.exp
9195 * gdb.base/pending.exp
9196 * gdb.base/sepdebug.exp
9197 * gdb.base/testenv.exp
9198 * gdb.base/valgrind-db-attach.exp
9199 * gdb.base/watch_thread_num.exp
9200 * gdb.base/watchpoint-cond-gone.exp
9201 * gdb.base/watchpoint.exp
9202 * gdb.base/watchpoints.exp
9203 * gdb.cp/arg-reference.exp
9204 * gdb.cp/baseenum.exp
9205 * gdb.cp/operator.exp
9206 * gdb.cp/shadow.exp
9207 * gdb.dwarf2/dw2-op-out-param.exp
9208 * gdb.dwarf2/dw2-reg-undefined.exp
9209 * gdb.go/chan.exp
9210 * gdb.go/hello.exp
9211 * gdb.go/integers.exp
9212 * gdb.go/methods.exp
9213 * gdb.go/package.exp
9214 * gdb.guile/scm-parameter.exp
9215 * gdb.guile/scm-progspace.exp
9216 * gdb.guile/scm-value.exp
9217 * gdb.mi/mi-pending.exp
9218 * gdb.mi/user-selected-context-sync.exp
9219 * gdb.multi/multi-attach.exp
9220 * gdb.multi/tids.exp
9221 * gdb.opt/clobbered-registers-O2.exp
9222 * gdb.pascal/floats.exp
9223 * gdb.pascal/integers.exp
9224 * gdb.python/py-block.exp
9225 * gdb.python/py-events.exp
9226 * gdb.python/py-parameter.exp
9227 * gdb.python/py-symbol.exp
9228 * gdb.python/py-symtab.exp
9229 * gdb.python/py-type.exp
9230 * gdb.python/py-value.exp
9231 * gdb.python/py-xmethods.exp
9232 * gdb.python/python.exp
9233 * gdb.reverse/break-precsave.exp
9234 * gdb.reverse/consecutive-precsave.exp
9235 * gdb.reverse/finish-precsave.exp
9236 * gdb.reverse/i386-precsave.exp
9237 * gdb.reverse/machinestate-precsave.exp
9238 * gdb.reverse/sigall-precsave.exp
9239 * gdb.reverse/solib-precsave.exp
9240 * gdb.reverse/step-precsave.exp
9241 * gdb.reverse/until-precsave.exp
9242 * gdb.reverse/watch-precsave.exp
9243 * gdb.server/ext-attach.exp
9244 * gdb.server/ext-restart.exp
9245 * gdb.server/ext-run.exp
9246 * gdb.server/ext-wrapper.exp
9247 * gdb.stabs/gdb11479.exp
9248 * gdb.stabs/weird.exp
9249 * gdb.threads/attach-many-short-lived-threads.exp
9250 * gdb.threads/kill.exp
9251 * gdb.threads/watchpoint-fork.exp
9252
bc6c7af4
LM
92532016-12-01 Luis Machado <lgustavo@codesourcery.com>
9254
9255 Fix test names starting with uppercase throughout all the files below.
9256
9257 * gdb.ada/array_return.exp
9258 * gdb.ada/catch_ex.exp
9259 * gdb.ada/info_exc.exp
9260 * gdb.ada/mi_catch_ex.exp
9261 * gdb.ada/mi_dyn_arr.exp
9262 * gdb.ada/mi_ex_cond.exp
9263 * gdb.ada/mi_exc_info.exp
9264 * gdb.ada/mi_interface.exp
9265 * gdb.ada/mi_task_arg.exp
9266 * gdb.ada/mi_task_info.exp
9267 * gdb.ada/mi_var_array.exp
9268 * gdb.arch/alpha-step.exp
9269 * gdb.arch/amd64-disp-step.exp
9270 * gdb.arch/arm-disp-step.exp
9271 * gdb.arch/disp-step-insn-reloc.exp
9272 * gdb.arch/e500-prologue.exp
9273 * gdb.arch/ftrace-insn-reloc.exp
9274 * gdb.arch/gdb1558.exp
9275 * gdb.arch/i386-bp_permanent.exp
9276 * gdb.arch/i386-disp-step.exp
9277 * gdb.arch/i386-float.exp
9278 * gdb.arch/i386-gnu-cfi.exp
9279 * gdb.arch/ia64-breakpoint-shadow.exp
9280 * gdb.arch/mips16-thunks.exp
9281 * gdb.arch/pa-nullify.exp
9282 * gdb.arch/powerpc-aix-prologue.exp
9283 * gdb.arch/powerpc-power.exp
9284 * gdb.arch/ppc-dfp.exp
9285 * gdb.arch/s390-tdbregs.exp
9286 * gdb.arch/spu-info.exp
9287 * gdb.arch/spu-ls.exp
9288 * gdb.arch/thumb-bx-pc.exp
9289 * gdb.base/advance.exp
9290 * gdb.base/annota-input-while-running.exp
9291 * gdb.base/arrayidx.exp
9292 * gdb.base/asmlabel.exp
9293 * gdb.base/async.exp
9294 * gdb.base/attach-wait-input.exp
9295 * gdb.base/auto-connect-native-target.exp
9296 * gdb.base/batch-preserve-term-settings.exp
9297 * gdb.base/bfp-test.exp
9298 * gdb.base/bigcore.exp
9299 * gdb.base/bp-permanent.exp
9300 * gdb.base/break-always.exp
9301 * gdb.base/break-fun-addr.exp
9302 * gdb.base/break-idempotent.exp
9303 * gdb.base/break-main-file-remove-fail.exp
9304 * gdb.base/break-probes.exp
9305 * gdb.base/break-unload-file.exp
9306 * gdb.base/break.exp
9307 * gdb.base/call-ar-st.exp
9308 * gdb.base/call-rt-st.exp
9309 * gdb.base/call-sc.exp
9310 * gdb.base/call-signal-resume.exp
9311 * gdb.base/call-strs.exp
9312 * gdb.base/callexit.exp
9313 * gdb.base/callfuncs.exp
9314 * gdb.base/catch-gdb-caused-signals.exp
9315 * gdb.base/catch-signal-siginfo-cond.exp
9316 * gdb.base/catch-syscall.exp
9317 * gdb.base/compare-sections.exp
9318 * gdb.base/cond-eval-mode.exp
9319 * gdb.base/condbreak-call-false.exp
9320 * gdb.base/consecutive-step-over.exp
9321 * gdb.base/cursal.exp
9322 * gdb.base/disabled-location.exp
9323 * gdb.base/disasm-end-cu.exp
9324 * gdb.base/display.exp
9325 * gdb.base/double-prompt-target-event-error.exp
9326 * gdb.base/dprintf-bp-same-addr.exp
9327 * gdb.base/dprintf-detach.exp
9328 * gdb.base/dprintf-next.exp
9329 * gdb.base/dprintf-non-stop.exp
9330 * gdb.base/dprintf-pending.exp
9331 * gdb.base/dso2dso.exp
9332 * gdb.base/ending-run.exp
9333 * gdb.base/enum_cond.exp
9334 * gdb.base/examine-backward.exp
9335 * gdb.base/exe-lock.exp
9336 * gdb.base/exec-invalid-sysroot.exp
9337 * gdb.base/execl-update-breakpoints.exp
9338 * gdb.base/execution-termios.exp
9339 * gdb.base/fileio.exp
9340 * gdb.base/fixsection.exp
9341 * gdb.base/foll-exec-mode.exp
9342 * gdb.base/foll-exec.exp
9343 * gdb.base/fork-running-state.exp
9344 * gdb.base/frame-args.exp
9345 * gdb.base/fullpath-expand.exp
9346 * gdb.base/func-ptr.exp
9347 * gdb.base/gcore-relro-pie.exp
9348 * gdb.base/gdb1090.exp
9349 * gdb.base/gdb1555.exp
9350 * gdb.base/global-var-nested-by-dso.exp
9351 * gdb.base/gnu-ifunc.exp
9352 * gdb.base/hbreak-in-shr-unsupported.exp
9353 * gdb.base/hbreak-unmapped.exp
9354 * gdb.base/hook-stop.exp
9355 * gdb.base/infcall-input.exp
9356 * gdb.base/info-fun.exp
9357 * gdb.base/info-shared.exp
9358 * gdb.base/interrupt-noterm.exp
9359 * gdb.base/jit-so.exp
9360 * gdb.base/jit.exp
9361 * gdb.base/line-symtabs.exp
9362 * gdb.base/list.exp
9363 * gdb.base/longjmp.exp
9364 * gdb.base/macscp.exp
9365 * gdb.base/max-value-size.exp
9366 * gdb.base/nodebug.exp
9367 * gdb.base/nofield.exp
9368 * gdb.base/overlays.exp
9369 * gdb.base/paginate-after-ctrl-c-running.exp
9370 * gdb.base/paginate-bg-execution.exp
9371 * gdb.base/paginate-inferior-exit.exp
9372 * gdb.base/pending.exp
9373 * gdb.base/pr11022.exp
9374 * gdb.base/printcmds.exp
9375 * gdb.base/ptr-typedef.exp
9376 * gdb.base/ptype.exp
9377 * gdb.base/randomize.exp
9378 * gdb.base/range-stepping.exp
9379 * gdb.base/realname-expand.exp
9380 * gdb.base/relativedebug.exp
9381 * gdb.base/remote.exp
9382 * gdb.base/savedregs.exp
9383 * gdb.base/sepdebug.exp
9384 * gdb.base/set-noassign.exp
9385 * gdb.base/shlib-call.exp
9386 * gdb.base/shreloc.exp
9387 * gdb.base/sigaltstack.exp
9388 * gdb.base/sigbpt.exp
9389 * gdb.base/siginfo-addr.exp
9390 * gdb.base/siginfo-obj.exp
9391 * gdb.base/siginfo-thread.exp
9392 * gdb.base/signest.exp
9393 * gdb.base/signull.exp
9394 * gdb.base/sigrepeat.exp
9395 * gdb.base/skip.exp
9396 * gdb.base/so-impl-ld.exp
9397 * gdb.base/solib-corrupted.exp
9398 * gdb.base/solib-disc.exp
9399 * gdb.base/solib-display.exp
9400 * gdb.base/solib-overlap.exp
9401 * gdb.base/solib-search.exp
9402 * gdb.base/solib-symbol.exp
9403 * gdb.base/source-execution.exp
9404 * gdb.base/sss-bp-on-user-bp-2.exp
9405 * gdb.base/sss-bp-on-user-bp.exp
9406 * gdb.base/stack-checking.exp
9407 * gdb.base/stale-infcall.exp
9408 * gdb.base/step-break.exp
9409 * gdb.base/step-line.exp
9410 * gdb.base/step-over-exit.exp
9411 * gdb.base/step-test.exp
9412 * gdb.base/structs.exp
9413 * gdb.base/sym-file.exp
9414 * gdb.base/symtab-search-order.exp
9415 * gdb.base/term.exp
9416 * gdb.base/type-opaque.exp
9417 * gdb.base/unload.exp
9418 * gdb.base/until-nodebug.exp
9419 * gdb.base/until.exp
9420 * gdb.base/unwindonsignal.exp
9421 * gdb.base/watch-cond.exp
9422 * gdb.base/watch-non-mem.exp
9423 * gdb.base/watch_thread_num.exp
9424 * gdb.base/watchpoint-reuse-slot.exp
9425 * gdb.base/watchpoint-solib.exp
9426 * gdb.base/watchpoint.exp
9427 * gdb.btrace/dlopen.exp
9428 * gdb.cell/arch.exp
9429 * gdb.cell/break.exp
9430 * gdb.cell/bt.exp
9431 * gdb.cell/core.exp
9432 * gdb.cell/data.exp
9433 * gdb.cell/dwarfaddr.exp
9434 * gdb.cell/ea-cache.exp
9435 * gdb.cell/ea-standalone.exp
9436 * gdb.cell/ea-test.exp
9437 * gdb.cell/f-regs.exp
9438 * gdb.cell/fork.exp
9439 * gdb.cell/gcore.exp
9440 * gdb.cell/mem-access.exp
9441 * gdb.cell/ptype.exp
9442 * gdb.cell/registers.exp
9443 * gdb.cell/sizeof.exp
9444 * gdb.cell/solib-symbol.exp
9445 * gdb.cell/solib.exp
9446 * gdb.compile/compile-tls.exp
9447 * gdb.cp/exception.exp
9448 * gdb.cp/gdb2495.exp
9449 * gdb.cp/local.exp
9450 * gdb.cp/mb-inline.exp
9451 * gdb.cp/mb-templates.exp
9452 * gdb.cp/pr10687.exp
9453 * gdb.cp/pr9167.exp
9454 * gdb.cp/scope-err.exp
9455 * gdb.cp/templates.exp
9456 * gdb.cp/virtfunc.exp
9457 * gdb.dwarf2/dw2-dir-file-name.exp
9458 * gdb.dwarf2/dw2-single-line-discriminators.exp
9459 * gdb.fortran/complex.exp
9460 * gdb.fortran/library-module.exp
9461 * gdb.guile/guile.exp
9462 * gdb.guile/scm-cmd.exp
9463 * gdb.guile/scm-frame-inline.exp
9464 * gdb.guile/scm-objfile.exp
9465 * gdb.guile/scm-pretty-print.exp
9466 * gdb.guile/scm-symbol.exp
9467 * gdb.guile/scm-type.exp
9468 * gdb.guile/scm-value.exp
9469 * gdb.linespec/keywords.exp
9470 * gdb.linespec/ls-errs.exp
9471 * gdb.linespec/macro-relative.exp
9472 * gdb.linespec/thread.exp
9473 * gdb.mi/mi-breakpoint-changed.exp
9474 * gdb.mi/mi-dprintf-pending.exp
9475 * gdb.mi/mi-fullname-deleted.exp
9476 * gdb.mi/mi-logging.exp
9477 * gdb.mi/mi-pending.exp
9478 * gdb.mi/mi-solib.exp
9479 * gdb.mi/new-ui-mi-sync.exp
9480 * gdb.mi/user-selected-context-sync.exp
9481 * gdb.multi/dummy-frame-restore.exp
9482 * gdb.multi/multi-arch-exec.exp
9483 * gdb.multi/remove-inferiors.exp
9484 * gdb.multi/watchpoint-multi-exit.exp
9485 * gdb.opt/solib-intra-step.exp
9486 * gdb.perf/backtrace.exp
9487 * gdb.perf/single-step.exp
9488 * gdb.perf/skip-command.exp
9489 * gdb.perf/skip-prologue.exp
9490 * gdb.perf/solib.exp
9491 * gdb.python/lib-types.exp
9492 * gdb.python/py-as-string.exp
9493 * gdb.python/py-bad-printers.exp
9494 * gdb.python/py-block.exp
9495 * gdb.python/py-breakpoint.exp
9496 * gdb.python/py-cmd.exp
9497 * gdb.python/py-events.exp
9498 * gdb.python/py-evthreads.exp
9499 * gdb.python/py-finish-breakpoint.exp
9500 * gdb.python/py-finish-breakpoint2.exp
9501 * gdb.python/py-frame-inline.exp
9502 * gdb.python/py-frame.exp
9503 * gdb.python/py-inferior.exp
9504 * gdb.python/py-infthread.exp
9505 * gdb.python/py-mi.exp
9506 * gdb.python/py-objfile.exp
9507 * gdb.python/py-pp-maint.exp
9508 * gdb.python/py-pp-registration.exp
9509 * gdb.python/py-prettyprint.exp
9510 * gdb.python/py-recurse-unwind.exp
9511 * gdb.python/py-shared.exp
9512 * gdb.python/py-symbol.exp
9513 * gdb.python/py-symtab.exp
9514 * gdb.python/py-template.exp
9515 * gdb.python/py-type.exp
9516 * gdb.python/py-unwind-maint.exp
9517 * gdb.python/py-unwind.exp
9518 * gdb.python/py-value.exp
9519 * gdb.python/python.exp
9520 * gdb.reverse/finish-reverse-bkpt.exp
9521 * gdb.reverse/insn-reverse.exp
9522 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9523 * gdb.reverse/solib-precsave.exp
9524 * gdb.reverse/solib-reverse.exp
9525 * gdb.stabs/gdb11479.exp
9526 * gdb.stabs/weird.exp
9527 * gdb.threads/fork-child-threads.exp
9528 * gdb.threads/fork-plus-threads.exp
9529 * gdb.threads/fork-thread-pending.exp
9530 * gdb.threads/forking-threads-plus-breakpoint.exp
9531 * gdb.threads/hand-call-in-threads.exp
9532 * gdb.threads/interrupted-hand-call.exp
9533 * gdb.threads/linux-dp.exp
9534 * gdb.threads/local-watch-wrong-thread.exp
9535 * gdb.threads/next-while-other-thread-longjmps.exp
9536 * gdb.threads/non-ldr-exit.exp
9537 * gdb.threads/pending-step.exp
9538 * gdb.threads/print-threads.exp
9539 * gdb.threads/process-dies-while-detaching.exp
9540 * gdb.threads/process-dies-while-handling-bp.exp
9541 * gdb.threads/pthreads.exp
9542 * gdb.threads/queue-signal.exp
9543 * gdb.threads/reconnect-signal.exp
9544 * gdb.threads/signal-command-handle-nopass.exp
9545 * gdb.threads/signal-command-multiple-signals-pending.exp
9546 * gdb.threads/signal-delivered-right-thread.exp
9547 * gdb.threads/signal-sigtrap.exp
9548 * gdb.threads/sigthread.exp
9549 * gdb.threads/staticthreads.exp
9550 * gdb.threads/stepi-random-signal.exp
9551 * gdb.threads/thread-unwindonsignal.exp
9552 * gdb.threads/thread_check.exp
9553 * gdb.threads/thread_events.exp
9554 * gdb.threads/tid-reuse.exp
9555 * gdb.threads/tls-nodebug.exp
9556 * gdb.threads/tls-shared.exp
9557 * gdb.threads/tls-so_extern.exp
9558 * gdb.threads/tls.exp
9559 * gdb.threads/wp-replication.exp
9560 * gdb.trace/actions-changed.exp
9561 * gdb.trace/actions.exp
9562 * gdb.trace/backtrace.exp
9563 * gdb.trace/change-loc.exp
9564 * gdb.trace/collection.exp
9565 * gdb.trace/deltrace.exp
9566 * gdb.trace/disconnected-tracing.exp
9567 * gdb.trace/entry-values.exp
9568 * gdb.trace/ftrace-lock.exp
9569 * gdb.trace/ftrace.exp
9570 * gdb.trace/infotrace.exp
9571 * gdb.trace/mi-trace-frame-collected.exp
9572 * gdb.trace/mi-trace-unavailable.exp
9573 * gdb.trace/mi-traceframe-changed.exp
9574 * gdb.trace/mi-tracepoint-changed.exp
9575 * gdb.trace/mi-tsv-changed.exp
9576 * gdb.trace/no-attach-trace.exp
9577 * gdb.trace/packetlen.exp
9578 * gdb.trace/passc-dyn.exp
9579 * gdb.trace/passcount.exp
9580 * gdb.trace/pending.exp
9581 * gdb.trace/pr16508.exp
9582 * gdb.trace/qtro.exp
9583 * gdb.trace/range-stepping.exp
9584 * gdb.trace/read-memory.exp
9585 * gdb.trace/report.exp
9586 * gdb.trace/save-trace.exp
9587 * gdb.trace/signal.exp
9588 * gdb.trace/stap-trace.exp
9589 * gdb.trace/status-stop.exp
9590 * gdb.trace/strace.exp
9591 * gdb.trace/tfile.exp
9592 * gdb.trace/tfind.exp
9593 * gdb.trace/trace-break.exp
9594 * gdb.trace/trace-condition.exp
9595 * gdb.trace/trace-enable-disable.exp
9596 * gdb.trace/trace-mt.exp
9597 * gdb.trace/tracecmd.exp
9598 * gdb.trace/tracefile-pseudo-reg.exp
9599 * gdb.trace/tspeed.exp
9600 * gdb.trace/tstatus.exp
9601 * gdb.trace/tsv.exp
9602 * gdb.trace/unavailable.exp
9603 * gdb.trace/while-dyn.exp
9604 * gdb.trace/while-stepping.exp
9605 * lib/gdb-guile.exp
9606 * lib/gdb.exp
9607 * lib/mi-support.exp
9608 * lib/pascal.exp
9609 * lib/perftest.exp
9610 * lib/prelink-support.exp
9611 * lib/selftest-support.exp
9612
ad02e4fe
SM
96132016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
9614
9615 * Makefile.in: Include disable-implicit-rules.mk.
9616
22347e55
AA
96172016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9618
9619 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
9620 non-byte-aligned bit fields.
9621
da5b30da
AA
96222016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9623
9624 PR gdb/12616
9625 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
9626 respects the DW_AT_data_bit_offset attribute.
9627
b593ecca
SM
96282016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
9629
9630 * gdb.base/default.exp: Fix output of "set language".
9631
3b165252
SM
96322016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
9633
9634 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
9635 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
9636 make.
9637 * configure.ac: Remove checks for the make program.
9638 * configure: Re-generate.
9639
1a2f3d7f
KB
96402016-11-16 Kevin Buettner <kevinb@redhat.com>
9641
9642 * gdb.python/py-recurse-unwind.c (main): Add loop.
9643 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
9644 to read_register() and gdb.parse_and_eval(). Make each code
9645 call a separate case that can be individually tested.
9646 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
9647 proc. Call cont_and_backtrace for each of the code paths that
9648 we want to test in the unwinder.
9649
b7f38fda
AA
96502016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
9651
9652 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
9653 the definition of struct S.
9654
1f8db343
CM
96552016-11-11 Catherine Moore <clm@codesourcery.com>
9656
9657 * gdb.base/dump.exp: Identify verilog format dump tests as such.
9658
fad0c9fb
PA
96592016-11-09 Pedro Alves <palves@redhat.com>
9660
9661 * gdb.base/commands.exp (runto_or_return): New procedure.
9662 (gdbvar_simple_if_test, gdbvar_simple_while_test)
9663 (gdbvar_complex_if_while_test, progvar_simple_if_test)
9664 (progvar_simple_while_test, progvar_complex_if_while_test)
9665 (if_while_breakpoint_command_test)
9666 (infrun_breakpoint_command_test, breakpoint_command_test)
9667 (user_defined_command_test, watchpoint_command_test)
9668 (test_command_prompt_position, redefine_hook_test)
9669 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
9670 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
9671 multi_line_input and multi_line. Remove gdb_expect and
9672 gdb_stop_suppressing_tests uses.
9673 * lib/gdb.exp (valnum_re): New global.
9674 (multi_line_input): New procedure.
9675
8354c62c
SM
96762016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
9677
9678 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
9679 Remove.
9680 (test_setup): Define with proc_with_prefix.
9681 (test_cli_inferior): Likewise.
9682 (test_cli_thread): Likewise.
9683 (test_cli_frame): Likewise.
9684 (test_cli_select_frame): Likewise.
9685 (test_cli_up_down): Likewise.
9686 (test_mi_thread_select): Likewise.
9687 (test_mi_stack_select_frame): Likewise.
9688 (test_cli_in_mi_inferior): Likewise.
9689 (test_cli_in_mi_thread): Likewise.
9690 (test_cli_in_mi_frame): Likewise.
9691 (top level): Do not use with_test_prefix_procname.
9692
64f367a2
PA
96932016-11-09 Pedro Alves <palves@redhat.com>
9694
9695 * gdb.base/commands.exp (gdbvar_simple_if_test)
9696 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
9697 (progvar_simple_if_test, progvar_simple_while_test)
9698 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
9699 (infrun_breakpoint_command_test, breakpoint_command_test)
9700 (user_defined_command_test, watchpoint_command_test)
9701 (test_command_prompt_position, deprecated_command_test)
9702 (bp_deleted_in_command, temporary_breakpoint_commands)
9703 (stray_arg0_test, source_file_with_indented_comment)
9704 (recursive_source_test, if_commands_test)
9705 (error_clears_commands_left, redefine_hook_test)
9706 (redefine_backtrace_test): Use proc_with_prefix.
9707 * lib/gdb.exp (proc_with_prefix): New proc.
9708
0bb65f1e
AA
97092016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
9710
9711 * gdb.base/tui-layout.c: New file.
9712 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
9713 disassembly window contains very long lines.
9714
7353f247
TT
97152016-11-08 Tom Tromey <tom@tromey.com>
9716
9717 * gdb.python/py-value.exp (test_value_creation): Make "long" test
9718 depend on Python 2.
9719
30a7bb83
TT
97202016-11-08 Tom Tromey <tom@tromey.com>
9721
9722 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
9723 New method.
9724
cdf5a07c
MG
97252016-10-29 Manish Goregaokar <manish@mozilla.com>
9726
2806dc7e 9727 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 9728
51a789c3
MG
97292016-10-27 Manish Goregaokar <manish@mozilla.com>
9730
2806dc7e
PA
9731 * gdb.rust/simple.rs: Add test for univariant enums without
9732 discriminants and for encoded struct-like enums.
51a789c3 9733
f610ab6d
PA
97342016-10-28 Pedro Alves <palves@redhat.com>
9735
9736 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
9737 gdb_test_multiple, tighten regexps and match symtabs and line
9738 tables incrementally.
9739
b129b0ca
LM
97402016-10-28 Luis Machado <lgustavo@codesourcery.com>
9741
9742 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
9743 general.
9744
ecf45d2c
SL
97452016-10-25 Luis Machado <lgustavo@codesourcery.com>
9746
9747 * gdb.base/exec-invalid-sysroot.exp: New file.
9748
b8d38ee4
JK
97492016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9750
9751 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
9752
f90fd8c2
JK
97532016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9754
9755 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
9756
2d2476aa
MR
97572016-10-19 Maciej W. Rozycki <macro@imgtec.com>
9758
2806dc7e
PA
9759 * gdb.base/killed-outside.exp: Remove $options from a call to
9760 `prepare_for_testing'.
2d2476aa 9761
e42b25a0
SM
97622016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9763
9764 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
9765 Change test message.
9766
3ccdb432
SM
97672016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9768
9769 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
9770 Update comment.
9771
5bad3170
SM
97722016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9773
9774 * gdb.trace/mi-trace-save.exp: New file.
9775
5ad9dba7
YQ
97762016-10-13 Yao Qi <yao.qi@linaro.org>
9777
9778 * gdb.base/code_elim.exp (get_var_address): Remove.
9779 * gdb.base/relocate.exp: Likewise.
9780 * gdb.base/shreloc.exp: Likewise.
9781 * lib/gdb.exp (get_var_address): New.
9782
62df7e21
YQ
97832016-10-13 Yao Qi <yao.qi@linaro.org>
9784
9785 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
9786 floating point tests if $skip_float_test is false.
9787
4dac951e
LM
97882016-10-12 Luis Machado <lgustavo@codesourcery.com>
9789
9790 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
9791 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
9792 argc values.
9793 Add 1 to argc so we guarantee distinct initial/modified argc values.
9794
8f1a8fc4
JK
97952016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9796
9797 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
9798
16c85b5d
JK
97992016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9800
9801 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
9802 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
9803 * gdb.arch/vsx-regs.exp: Likewise.
9804
1d0e042a
YQ
98052016-10-07 Yao Qi <yao.qi@linaro.org>
9806
9807 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
9808
68dadef5
MM
98092016-10-07 Markus Metzger <markus.t.metzger@intel.com>
9810
9811 * gdb.python/python.exp: Test decode_line("*0").
9812
33fa2c6e
DE
98132016-10-06 Doug Evans <dje@google.com>
9814
9815 * gdb.python/py-value.exp (test_value_creation): Add test for large
9816 unsigned 64-bit value.
9817
9c37b5ae
TT
98182016-10-06 Tom Tromey <tom@tromey.com>
9819
9820 * gdb.compile/compile.exp: Change java tests to rust.
9821 * gdb.base/setshow.exp: Change java tests to rust.
9822 * gdb.base/default.exp: Remove java from language list.
9823 * README (Examples): Update language example.
9824 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
9825 test.
9826 * lib/gdb.exp (skip_java_tests): Remove.
9827 * lib/java.exp: Remove.
9828 * gdb.java: Remove.
9829
78b86327
MR
98302016-10-06 Maciej W. Rozycki <macro@imgtec.com>
9831
9832 * gdb.arch/mips-fcr.exp: New test.
9833 * gdb.arch/mips-fcr.c: Source for the new test.
9834
7470adbb
MR
98352016-10-06 Maciej W. Rozycki <macro@imgtec.com>
9836
9837 * gdb.base/solib-disc.exp: Use `standard_output_file'
9838 throughout.
9839
4a556533
PA
98402016-10-06 Pedro Alves <palves@redhat.com>
9841
9842 * gdb.base/jit-simple-dl.c: New file.
9843 * gdb.base/jit-simple-jit.c: New file, factored out from ...
9844 * gdb.base/jit-simple.c: ... this.
9845 * gdb.base/jit-simple.exp (jit_run): Delete.
9846 (build_jit): New proc.
9847 (jit_test_reread): Recompile either the main program or the shared
9848 library, depending on what is being tested. Skip changing address
9849 if caller wants to. Compare before/after addresses. If testing
9850 standalone, explicitly load the binary. Test "maint info
9851 breakpoints".
9852 (top level): Add "standalone vs shared lib" and "change address"
9853 vs "same address" axes.
9854
5a122fbc
PA
98552016-10-06 Pedro Alves <palves@redhat.com>
9856
9857 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
9858 call.
9859 (jit_run): Delete.
9860 (jit_test_reread): Use with_test_prefix. Reload the main binary
9861 explicitly. Compare the before/after addresses of the JIT
9862 descriptor.
9863
ee8da4b8
DE
98642016-08-15 Doug Evans <dje@google.com>
9865
9866 * gdb.xml/extra-regs.xml: Update, end field now required, default type
9867 for single bitfields is bool.
9868 * gdb.xml/tdesc-regs.exp: Ditto.
9869
f389f6fe
JK
98702016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9871
9872 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
9873
fdebf1a4
YQ
98742016-10-05 Yao Qi <yao.qi@linaro.org>
9875
9876 * lib/gdb.exp (support_complex_tests): Return zero if
9877 gdb_skip_float_test return true.
9878
9c36d954 98792016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 9880 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
9881
9882 PR gdb/20487
9883 * gdb.mi/user-selected-context-sync.exp: New file.
9884 * gdb.mi/user-selected-context-sync.c: New file.
9885
4034d0ff 98862016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 9887 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
9888
9889 PR gdb/20487
9890 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
9891 =thread-select-event check.
9892
a4297203
PB
98932016-09-29 Peter Bergner <bergner@vnet.ibm.com>
9894
9895 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
9896 the compulsory L operand changes.
9897 * gdb.arch/powerpc-power.s: Likewise.
9898
bb805577
JK
98992016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9900
9901 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
9902 * gdb.base/jit-attach-pie.c: New file.
9903 * gdb.base/jit-attach-pie.exp: New file.
9904
6d61dee5
PA
99052016-09-28 Pedro Alves <palves@redhat.com>
9906
9907 * gdb.base/infcall-input.c: New file.
9908 * gdb.base/infcall-input.exp: New file.
9909
f73842fc
YQ
99102016-09-22 Yao Qi <yao.qi@linaro.org>
9911
9912 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
9913 (gdb_exit): Rename it to ...
9914 (gdbserver_gdb_exit): ... Close GDBserver.
9915 (gdb_exit): New proc, call gdbserver_gdb_exit.
9916 (mi_gdb_exit): Likewise.
9917
90681dab
YQ
99182016-09-22 Yao Qi <yao.qi@linaro.org>
9919
9920 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
9921 path.
9922 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
9923 Remove duplication.
9924
9c211fd8
YQ
99252016-09-22 Yao Qi <yao.qi@linaro.org>
9926
9927 * lib/gdbserver-support.exp: Check the existence of
9928 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
9929
ad0a504f
AK
99302016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
9931
9932 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
9933
36cf1806
TT
99342016-09-21 Tom Tromey <tom@tromey.com>
9935
9936 PR gdb/20604:
9937 * gdb.base/quit.exp: New file.
9938
74172ecf
SM
99392016-09-21 Simon Marchi <simon.marchi@ericsson.com>
9940
9941 * .gitignore: New file.
9942
3d0ec882
MR
99432016-09-21 Maciej W. Rozycki <macro@imgtec.com>
9944
9945 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
9946 throughout.
9947
8193adea
AA
99482016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9949
9950 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
9951
d41a5c09
JK
99522016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9953
9954 * gdb.cp/casts.cc (decltype): Move it ...
9955 (main): ... with its call to ...
9956 * gdb.cp/casts03.cc: ... a new file.
9957 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
9958
d2dfe700
JK
99592016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9960
9961 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
9962
e2a92b16
PB
99632016-09-15 Peter Bergner <bergner@vnet.ibm.com>
9964
9965 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
9966 and sync up the test with tests in gas/testsuite/gas/ppc.
9967 * gdb.arch/powerpc-power.exp: Likewise.
9968
49b4de64
JK
99692016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9970
9971 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
9972
2c29df25
SDJ
99732016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
9974 Jan Kratochvil <jan.kratochvil@redhat.com>
9975
9976 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
9977 make m1's definition to be different from m2's. Use 'dummy' as an
9978 argument for probe 'two'.
9979
cc3c2846
JB
99802016-09-10 Jon Beniston <jon@beniston.com>
9981
9982 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
9983 for sim target.
9984
e1b2624a
AA
99852016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
9986
9987 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
9988 variable declaration.
9989 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
9990 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
9991 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
9992 received HWCAP as its argument.
9993
4295e285
PA
99942016-09-06 Pedro Alves <palves@redhat.com>
9995
9996 * gdb.base/new-ui-pending-input.c: New file.
9997 * gdb.base/new-ui-pending-input.exp: New file.
9998 * gdb.exp (clear_gdb_spawn_id): New procedure.
9999 (with_spawn_id): Check whether gdb_spawn_id exists before
10000 referencing it. If gdb_spawn_id didn't exist on entry, clear it
10001 on exit.
10002
00d5215e
UW
100032016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
10004
10005 * gdb.base/float128.c: New file.
10006 * gdb.base/float128.exp: Likewise.
10007 * gdb.base/floatn.c: Likewise.
10008 * gdb.base/floatn.exp: Likewise.
10009
a9ff5f12
UW
100102016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
10011
10012 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
10013
f245535c
PA
100142016-09-05 Pedro Alves <palves@redhat.com>
10015
10016 PR backtrace/19927
10017 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
10018 unwinders are immediately called as side effect of "source" or
10019 "disable unwinder" commands.
10020 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
10021
ae9cf263
YQ
100222016-09-02 Yao Qi <yao.qi@linaro.org>
10023
10024 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
10025 is true and $type is "float" or "double".
10026
27aba047
YQ
100272016-09-02 Yao Qi <yao.qi@linaro.org>
10028
10029 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
10030 true.
10031 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
10032 * gdb.base/call-rt-st.exp: Likewise.
10033 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
10034 return value instead of gdb,skip_float_test.
10035 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
10036 (do_function_calls): Use its return value instead of
10037 gdb,skip_float_test.
10038 * gdb.base/finish.exp: Likewise.
10039 * gdb.base/funcargs.exp: Likewise.
10040 * gdb.base/return.exp: Likewise.
10041 * gdb.base/return2.exp: Likewise.
10042 * gdb.base/varargs.exp: Likewise.
10043 * lib/gdb.exp (gdb_skip_float_test): Change it to
10044 gdb_caching_proc. Detect the broken ptrace on arm-linux.
10045
5af962df
AA
100462016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
10047
10048 * gdb.multi/tids.exp: Test "thread apply all".
10049
7fac6910
JK
100502016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10051
10052 * gdb.base/default.exp (tty): Remove.
10053
bb1fe4ac
KB
100542016-08-24 Kevin Buettner <kevinb@redhat.com>
10055
2806dc7e
PA
10056 * gdb.python/py-recurse-unwind.c: New file.
10057 * gdb.python/py-recurse-unwind.py: New file.
10058 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 10059
0a1ddfa6
SM
100602016-08-24 Simon Marchi <simon.marchi@ericsson.com>
10061
10062 * gdb.base/set-inferior-tty.exp: New file.
10063 * gdb.base/set-inferior-tty.c: New file.
10064
d9de1fe3
PA
100652016-08-23 Pedro Alves <palves@redhat.com>
10066
10067 PR gdb/20494
10068 * gdb.base/new-ui-echo.c: New file.
10069 * gdb.base/new-ui-echo.exp: New file.
10070
e9d9abd7
YQ
100712016-08-23 Yao Qi <yao.qi@linaro.org>
10072
10073 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
10074 gdbserver_spawn.
10075 * gdb.server/connect-without-multi-process.exp (do_test):
10076 Likewise.
10077
3589529e
YQ
100782016-08-23 Yao Qi <yao.qi@linaro.org>
10079
10080 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
10081 standalone_txt. Delete gdb_txt and standalone_txt on host
10082 and target. Spawn the binary on target. Copy files from
10083 target to host.
10084
6bb90213
PA
100852016-08-22 Pedro Alves <palves@redhat.com>
10086
10087 PR gdb/20505
10088 * gdb.base/vdso-warning.exp: Test core dumps too. Use
10089 with_test_prefix. Factor out bits to ...
10090 (test_no_vdso): ... this new procedure.
10091
20c2c024
CL
100922016-08-19 Carl Love <cel@us.ibm.com>
10093
10094 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
10095 maintaining separate logic for constructing the output path.
10096 * gdb.arch/powerpc-d128-regs.exp: Likewise.
10097 * gdb.arch/ppc-dfp.exp: Likewise.
10098 * gdb.arch/ppc-fp.exp: Likewise.
10099 * gdb.arch/vsx-regs.exp: Likewise.
10100 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
10101 binprefix for generating the additional binary files.
10102
0646e07d
PA
101032016-08-19 Pedro Alves <palves@redhat.com>
10104
10105 * gdb.trace/mi-trace-frame-collected.exp
10106 (test_trace_frame_collected): On x32, expect two registers.
10107
46da9242
CL
101082016-08-18 Carl Love <cel@us.ibm.com>
10109
10110 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
10111 and sync up the test with tests in gas/testsuite/gas/ppc.
10112 * gdb.arch/powerpc-power.exp: Likewise.
10113
eb2332d7
SM
101142016-08-17 Simon Marchi <simon.marchi@ericsson.com>
10115
10116 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
10117 expected error message.
10118
63c61e04
SM
101192016-08-17 Simon Marchi <simon.marchi@ericsson.com>
10120
10121 * gdb.multi/remove-inferiors.exp: New file.
10122 * gdb.multi/remove-inferiors.c: New file.
10123
7b17065f
YQ
101242016-08-12 Yao Qi <yao.qi@linaro.org>
10125
10126 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
10127 argument list.
10128
01d3dedf
PA
101292016-08-10 Pedro Alves <palves@redhat.com>
10130
10131 PR gdb/19187
10132 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
10133 setup_kfails.
10134
3eb7562a
PA
101352016-08-09 Pedro Alves <palves@redhat.com>
10136 Simon Marchi <simon.marchi@ericsson.com>
10137
10138 PR gdb/20418
10139 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
10140 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
10141
80614914
PA
101422016-08-09 Pedro Alves <palves@redhat.com>
10143
10144 PR mi/20431
10145 * gdb.mi/mi-cmd-error.exp: New file.
10146
f348d89a
PA
101472016-08-09 Pedro Alves <palves@redhat.com>
10148
10149 PR gdb/18653
10150 * gdb.base/signals-state-child.c: New file.
10151 * gdb.base/signals-state-child.exp: New file.
10152 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
10153
e5ca03b4
PA
101542016-08-09 Pedro Alves <palves@redhat.com>
10155
10156 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
10157
282a0691
TT
101582016-08-03 Tom Tromey <tom@tromey.com>
10159
10160 PR python/18565:
10161 * gdb.python/py-frame-inline.exp: Add Frame.function test.
10162
41bfcd63
YQ
101632016-08-01 Yao Qi <yao.qi@linaro.org>
10164
10165 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
10166 variable mode to "multi-process" if $multi_process is 1, otherwise
10167 set it to "single-process".
10168
e3465b24
YQ
101692016-08-01 Yao Qi <yao.qi@linaro.org>
10170
10171 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
10172 * gdb.cp/cpexprs.exp: Likewise.
10173 * gdb.cp/m-static.exp: Likewise.
10174
0b31a4bc
TT
101752016-07-26 Tom Tromey <tom@tromey.com>
10176
10177 PR python/20190:
10178 * gdb.threads/tls.exp (check_thread_local): Add python symbol
10179 test.
10180
e0461dbb
MM
101812016-07-26 Markus Metzger <markus.t.metzger@intel.com>
10182
10183 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
10184 selecting assembly source files.
10185 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
10186 assembly source files.
10187 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
10188 assembly source files.
10189 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
10190 selecting assembly source files.
10191
8194e927
SM
101922016-07-25 Simon Marchi <simon.marchi@ericsson.com>
10193
10194 * gdb.base/new-ui.exp (do_test_invalid_args): New
10195 procedure.
10196
c0272db5
TW
101972016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
10198
10199 * gdb.btrace/reconnect.c: New file.
10200 * gdb.btrace/reconnect.exp: New file.
10201
e3487908
GKB
102022016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
10203
10204 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
10205 to test_catch_syscall_group.
10206 (test_catch_syscall_group): New.
10207
12df5c00
TT
102082016-07-21 Tom Tromey <tom@tromey.com>
10209
10210 * gdb.rust/simple.rs (main): Use empty struct expression.
10211 * gdb.rust/simple.exp: Add tests for empty struct expression.
10212
bae62ee2
YQ
102132016-07-21 Yao Qi <yao.qi@linaro.org>
10214
10215 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
10216 if gdb_skip_xml_test is true on some targets.
10217
b1b53fb3
YQ
102182016-07-21 Yao Qi <yao.qi@linaro.org>
10219
10220 * gdb.server/solib-list.exp: Unset last_loaded_file.
10221
027d97f8
JK
102222016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10223
10224 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
10225 "step into captured_main (args)".
10226
7674d381
JK
102272016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10228
10229 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
10230
72b5d099
JK
102312016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10232
10233 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
10234
1f960ced
PA
102352016-07-19 Pedro Alves <palves@redhat.com>
10236
10237 * gdb.opt/inline-break.exp: Remove optimize=-O2.
10238 * gdb.opt/inline-bt.exp: Likewise.
10239 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
10240 additional_flags=-Winline.
10241 * gdb.opt/inline-locals.exp: Likewise.
10242 * gdb.opt/inline-markers.c (ATTR): Define.
10243 (inlined_fn): Use it.
10244
f25827c1
YQ
102452016-07-19 Yao Qi <yao.qi@linaro.org>
10246
10247 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
10248 (test_with_self): Remove some code. Remove argument executable.
10249 (top-level): Use do_self_tests.
10250
37539ebe
DB
102512016-07-15 Zachary Welch <zwelch@codesourcery.com>
10252 Don Breazeal <donb@codesourcery.com>
10253
10254 * gdb.base/maint.exp: Escape paths used in regular expressions.
10255 * gdb.stabs/weird.exp: Likewise.
10256
dac790e1
TT
102572016-07-13 Tom Tromey <tom@tromey.com>
10258
10259 PR python/15620, PR python/18620:
10260 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
10261 (test_bkpt_events): New procs.
10262
93daf339
TT
102632016-07-13 Tom Tromey <tom@tromey.com>
10264
10265 PR python/17698:
10266 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
10267 test.
10268 (test_watchpoints): Likewise.
10269 (test_bkpt_pending): New proc.
10270
6571a381
TT
102712016-07-13 Tom Tromey <tom@tromey.com>
10272
10273 PR cli/18053:
10274 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
10275 completion test.
10276
e8732474
JK
102772016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10278
10279 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
10280 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
10281 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
10282 f_label.
10283 (g): Rename g_end_lbl to g_label.
10284 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
10285 low_pc and high_pc.
10286 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
10287
e0f3fd7c
TT
102882016-07-12 Tom Tromey <tom@tromey.com>
10289
10290 PR python/19293:
10291 * gdb.python/py-unwind-maint.exp: Update tests.
10292
3cfe46b6
YQ
102932016-07-12 Yao Qi <yao.qi@linaro.org>
10294
10295 * lib/selftest-support.exp (selftest_setup): Match the output
10296 when captured_main is inlined.
10297
4f19a0e6
WT
102982016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
10299
10300 * gdb.fortran/derived-types.exp (result_line, result_line_2):
10301 New variables.
10302 (print this%a, print this%b, print this): New tests.
10303 * gdb.fortran/derived-types.f90 (this): New object and
10304 initialization.
10305
986cf455
SM
103062016-07-06 Simon Marchi <simon.marchi@ericsson.com>
10307
10308 * gdb.ada/arraydim.exp: Remove extra directory level in build
10309 directory.
10310
f0464b23
SM
103112016-07-06 Simon Marchi <simon.marchi@ericsson.com>
10312
10313 * lib/ada.exp: Remove extra directory level in build directory.
10314 * gdb.ada/cond_lang.exp: Likewise.
10315 * gdb.ada/exec_changed.exp: Likewise.
10316 * gdb.ada/lang_switch.exp: Likewise.
10317
42d94011
MG
103182016-07-06 Manish Goregaokar <manish@mozilla.com>
10319
2806dc7e
PA
10320 * simple.rs: Add test for raw pointer subscripting.
10321 * simple.exp: Add test expectations.
42d94011 10322
647c264c
YQ
103232016-07-05 Yao Qi <yao.qi@linaro.org>
10324
10325 * gdb.mi/mi-reverse.exp: Match =record-started output.
10326
20aa2c60
PA
103272016-07-01 Pedro Alves <palves@redhat.com>
10328
10329 * gdb.base/jit-reader.exp (info_registers_current_frame): New
10330 procedure.
10331 (jit_reader_test): Test the jit reader's unwinder.
10332 * gdb.base/jithost.c (jit_function_00_code): New global.
10333 (main): Use memcpy to fill in the mmapped code, instead of poking
10334 bytes manually here.
10335 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
10336 value.
10337 (read_debug_info): Save the function's range.
10338 (read_sp): New function.
10339 (unwind_frame): Use it. Also unwind RBP.
10340 (get_frame_id): Use read_sp.
10341 (gdb_init_reader): Use calloc instead of malloc.
10342 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
10343 parameter. Use gdb_test_multiple.
10344
ced2dffb
PA
103452016-07-01 Pedro Alves <palves@redhat.com>
10346 Antoine Tremblay <antoine.tremblay@ericsson.com>
10347
10348 * gdb.threads/process-dies-while-detaching.c: New file.
10349 * gdb.threads/process-dies-while-detaching.exp: New file.
10350
63000888
PA
103512016-07-01 Pedro Alves <palves@redhat.com>
10352
10353 * gdb.multi/watchpoint-multi-exit.c: New file.
10354 * gdb.multi/watchpoint-multi-exit.exp: New file.
10355
038d4868
PA
103562016-06-30 Pedro Alves <palves@redhat.com>
10357
10358 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
10359 unset inferior_spawn_id.
10360
994e9c83
PA
103612016-06-30 Pedro Alves <palves@redhat.com>
10362
10363 * lib/mi-support.exp (default_mi_gdb_start): Declare global
10364 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
10365
e5653468
YQ
103662016-06-29 Yao Qi <yao.qi@linaro.org>
10367
10368 * gdb.base/return.c: Add copyright header.
10369
803b47e5
TT
103702016-06-29 Tom Tromey <tom@tromey.com>
10371
10372 PR python/20129:
10373 * gdb.python/py-framefilter.exp: Add tests for setting priority
10374 and disabling of non-existent frame filter.
10375
28244707
YQ
103762016-06-29 Yao Qi <yao.qi@linaro.org>
10377
10378 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
10379 0x0f07ff.
10380
a31d2f06
YQ
103812016-06-28 Yao Qi <yao.qi@linaro.org>
10382
10383 * gdb.base/catch-syscall.exp: Remove check on isnative and target
10384 triplets. Start gdb, execute catch syscall, and continue. Check
10385 gdb's output to determine catch syscall is supported.
10386
921d8f54
MG
103872016-06-27 Manish Goregaokar <manish@mozilla.com>
10388
25d49b86
PA
10389 * gdb.rust/simple.rs: Add test for returning unit in a function.
10390 * gdb.rust/simple.exp: Add expectation for functions returning
10391 unit.
921d8f54 10392
f4952523
PMR
103932016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
10394
10395 * gdb.python/py-breakpoint-create-fail.c,
10396 gdb.python/py-breakpoint-create-fail.exp,
10397 gdb.python/py-breakpoint-create-fail.py: New testcase.
10398
fccb08f8
MG
103992016-06-25 Manish Goregaokar <manish@mozilla.com>
10400
10401 PR gdb/20239
10402 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
10403 * gdb.rust/simple.exp: Add test expectations for new NonZero
10404 tests.
fccb08f8 10405
6b850546
DT
104062016-06-24 David Taylor <dtaylor@emc.com>
10407
10408 * gdb.base/offsets.exp: New file.
10409 * gdb.base/offsets.c: New file.
10410
17621150
TT
104112016-06-23 Tom Tromey <tom@tromey.com>
10412
10413 PR gdb/16483:
10414 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
10415 before any filters are loaded.
10416
04d59df6
WT
104172016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
10418
10419 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
10420 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
10421 structs.
10422 * gdb.fortran/derived-type-function.exp: New file.
10423 * gdb.fortran/derived-type-function.f90: New file.
10424
10425
ac69f786
PA
104262016-06-21 Pedro Alves <palves@redhat.com>
10427
10428 * gdb.base/new-ui.exp: New file.
10429 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
10430 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
10431 (with_spawn_id): New procedure.
10432
49940788
PA
104332016-06-21 Pedro Alves <palves@redhat.com>
10434
10435 * gdb.mi/mi-exec-run.exp: New file.
10436
ef274d26
PA
104372016-06-21 Pedro Alves <palves@redhat.com>
10438
10439 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
10440 breakpoint command's output on the main UI.
10441 (test_break): New procedure, factored out from calls in the top
10442 level.
10443 (top level): Use foreach_with_prefix to test MI as main UI and as
10444 separate UI.
10445
468afe6c
PA
104462016-06-21 Pedro Alves <palves@redhat.com>
10447
10448 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
10449 (test_awatch_creation_and_listing)
10450 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
10451 Remove 'type' parameter.
10452 (test_watchpoint_all): New parameter mi_mode. Remove
10453 with_test_prefix.
10454 (top level): Use foreach_with_prefix, and add main/separate UI MI
10455 testing axis.
10456
51f77c37
PA
104572016-06-21 Pedro Alves <palves@redhat.com>
10458
10459 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
10460 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
10461 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
10462 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
10463 (gdb_main_spawn_id, mi_spawn_id): Declare and
10464 comment.
10465 (mi_create_inferior_pty): New procedure,
10466 factored out from default_mi_gdb_start.
10467 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
10468 procedures.
10469 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
10470 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
10471 Use mi_create_inferior_pty.
10472 (mi_gdb_start): Use eval to pass down args list.
10473
8980e177
PA
104742016-06-21 Pedro Alves <palves@redhat.com>
10475
10476 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
10477 * gdb.opt/inline-cmds.exp: Add MI tests.
10478
f38d3ad1
PA
104792016-06-21 Pedro Alves <palves@redhat.com>
10480
10481 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
10482
45db7c09
PA
104832016-06-21 Pedro Alves <palves@redhat.com>
10484
10485 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
10486 (top level): Use it instead of mi_execute_to.
10487
5a069ab3
PA
104882016-06-21 Pedro Alves <palves@redhat.com>
10489
10490 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
10491 (cont_handler_str): New.
10492 (signal_stop_handler): Set stop_handler_str instead of printing to
10493 stdout.
10494 (continue_handler): Set cont_handler_str instead of printing to
10495 stdout.
10496 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
10497 mi_send_resuming_command. Print stop_handler_str and
10498 cont_handler_str instead of expecting the python events print
10499 directly.
10500
2838cc1d
SD
105012016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
10502
10503 * gdb.base/jit-reader.exp: New file.
10504 * gdb.base/jithost.c: New file.
10505 * gdb.base/jithost.h: New file.
10506 * gdb.base/jitreader.c : New file.
10507 * gdb.base/jit-protocol.h: New file.
10508
21a77091
YQ
105092016-06-17 Yao Qi <yao.qi@linaro.org>
10510
10511 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
10512 parameters follow_fork and detach_on_fork. Set follow-fork-mode
10513 and detach-on-fork. Adjust tests.
10514 (top level): Invoke break_cond_on_syscall with combinations of
10515 syscall, follow-fork-mode and detach-on-fork.
10516
f50bf8e5
YQ
105172016-06-17 Yao Qi <yao.qi@linaro.org>
10518
10519 * gdb.base/step-over-exit.c: New.
10520 * gdb.base/step-over-exit.exp: New.
10521
a28d8e50
YTL
105222016-06-17 Yan-Ting Lin <currygt52@gmail.com>
10523
10524 * gdb.base/float.exp: Add target check for nds32*-*-*.
10525 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
10526
cad8e26d
AB
105272016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
10528
10529 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
10530 for unsupported target features.
10531 * gdb.base/call-rt-st.exp: Likewise.
10532 * gdb.base/call-sc.exp: Likewise.
10533 * gdb.base/call-signal-resume.exp: Likewise.
10534 * gdb.base/call-strs.exp: Likewise.
10535 * gdb.base/callexit.exp: Likewise.
10536 * gdb.base/callfuncs.exp: Likewise.
10537 * gdb.base/nodebug.exp: Likewise.
10538 * gdb.base/printcmds.exp: Likewise.
10539 * gdb.base/ptype.exp: Likewise.
10540 * gdb.base/structs.exp: Likewise.
10541 * gdb.base/unwindonsignal.exp: Likewise.
10542 * gdb.cp/gdb2495.exp: Likewise.
10543 * gdb.cp/templates.exp: Likewise.
10544 * gdb.cp/virtfunc.exp: Likewise.
10545 * gdb.threads/hand-call-in-threads.exp: Likewise.
10546 * gdb.threads/interrupted-hand-call.exp: Likewise.
10547 * gdb.threads/thread-unwindonsignal.exp: Likewise.
10548
347dc102
TT
105492016-06-10 Tom Tromey <tom@tromey.com>
10550
10551 PR rust/20110:
10552 * gdb.rust/expr.exp: Add test for integer constant larger than
10553 i32.
10554
5e13cf25
BH
105552016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
10556
10557 * gdb.fortran/nested-funcs.exp: New.
10558 * gdb.fortran/nested-funcs.f90: New.
10559
bb556f1f
TK
105602016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
10561
10562 * gdb.base/examine-backward.c: New file.
10563 * gdb.base/examine-backward.exp: New file.
10564
38b022b4
SM
105652016-06-06 Simon Marchi <simon.marchi@ericsson.com>
10566
10567 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
10568 matching.
10569
1b40ec05
TT
105702016-06-02 Tom Tromey <tom@tromey.com>
10571
10572 PR python/18984:
10573 * gdb.python/py-shared.exp: Add solib_name test.
10574
193bd378
SM
105752016-06-02 Simon Marchi <simon.marchi@ericsson.com>
10576
10577 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
10578
3326303b
MG
105792016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
10580
10581 PR c++/19893
10582 * gdb.dwarf2/implref.exp: Rename to...
10583 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
10584 * gdb.dwarf2/implref-array.c: New file.
10585 * gdb.dwarf2/implref-array.exp: Likewise.
10586 * gdb.dwarf2/implref-global.c: Likewise.
10587 * gdb.dwarf2/implref-global.exp: Likewise.
10588 * gdb.dwarf2/implref-struct.c: Likewise.
10589 * gdb.dwarf2/implref-struct.exp: Likewise.
10590
825c8ef2
AT
105912016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10592
10593 * gdb.trace/trace-condition.exp: Add 64bit tests.
10594
2320162a
AT
105952016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10596
10597 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
10598 bits types.
10599 (main): Adapt to 8 to 64 bits types.
10600 * gdb.trace/trace-condition.exp: Add new tests.
10601
a7818233
AT
106022016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10603
10604 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
10605
0d336466
AT
106062016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10607
10608 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
10609 Move condition tests...
10610 * gdb.trace/trace-condition.exp: Here.
10611
7faeb45a
AT
106122016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10613
10614 * gdb.trace/trace-condition.exp: Add counter-case tests.
10615
e385593e
JK
106162016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
10617
10618 PR c++/15231
10619 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
10620 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
10621
744608cc
PA
106222016-05-27 Pedro Alves <palves@redhat.com>
10623
10624 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
10625 New procedure.
10626 (top level): Call it, and bail out of DejaGnu is known to be bad.
10627
ac775bf4
AB
106282016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
10629
10630 * gdb.base/whatis.c: Extend the test case.
10631 * gdb.base/whatis.exp: Add additional tests.
10632
2bbad2ea
BH
106332016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10634
10635* gdb.fortran/type.f90: Add pointer variable.
10636* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
10637
8b70175d
BH
106382016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10639
10640 * gdb.fortran/vla-type.exp: Fix testcase name.
10641
86d8a848
BH
106422016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10643
10644 * gdb.fortran/vla-type.exp: Access elements in nested structs.
10645
e188eb36
BH
106462016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10647
10648 * gdb.fortran/type.f90: Add nested structures.
10649 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
10650 * gdb.fortran/derived-type.exp: Adapt expected output.
10651 * gdb.fortran/vla-type.exp: Adapt expected output.
10652
9b2db1fd
BH
106532016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10654
10655 * gdb.fortran/whatis_type.exp: Adapt expected output.
10656
72b17055
BH
106572016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10658
10659 * gdb.fortran/print_type.exp: Fix expected output.
10660 * gdb.fortran/whatis_type.exp: Fix expected output.
10661
3cd81d8d
BH
106622016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10663
10664 * gdb.fortran/whatis_type.exp: Use multi_line.
10665
ddae9462
TT
106662016-05-24 Tom Tromey <tom@tromey.com>
10667
10668 PR python/17386:
10669 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
10670 use value as an index.
10671
1957f6b8
TT
106722016-05-23 Tom Tromey <tom@tromey.com>
10673
10674 PR python/17981:
10675 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
10676 no-breakpoint case.
10677
026a9174
PA
106782016-05-24 Pedro Alves <palves@redhat.com>
10679
10680 PR gdb/19828
10681 * gdb.threads/clone-attach-detach.c: New file.
10682 * gdb.threads/clone-attach-detach.exp: New file.
10683
e70a7231
FR
106842016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
10685
10686 * gdb.base/annota-input-while-running.exp: Fix syntax error.
10687
0f6ed0e0
TT
106882016-05-23 Tom Tromey <tom@tromey.com>
10689
10690 PR python/19438, PR python/18393:
10691 * gdb.python/py-progspace.exp: Add "dir" test.
10692 * gdb.python/py-objfile.exp: Add "dir" test.
10693
ffd19d61
YQ
106942016-05-23 Yao Qi <yao.qi@linaro.org>
10695
10696 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
10697 * gdb.arch/thumb2-it.exp: Likewise.
10698
9e8f9b05
SM
106992016-05-18 Simon Marchi <simon.marchi@ericsson.com>
10700
10701 * gdb.mi/mi-threads-interrupt.c: New file.
10702 * gdb.mi/mi-threads-interrupt.exp: New file.
10703
61c6156d
SM
107042016-05-17 Simon Marchi <simon.marchi@ericsson.com>
10705
10706 PR gdb/18077
10707 * gdb.mi/mi-async-run.exp: New file.
10708 * gdb.mi/mi-async-run.c: New file.
10709
67218854
TT
107102016-05-17 Tom Tromey <tom@tromey.com>
10711 Manish Goregaokar <manishsmail@gmail.com>
10712
10713 * lib/rust-support.exp: New file.
10714 * lib/gdb.exp (skip_rust_tests): New proc.
10715 (build_executable_from_specs): Handle rust.
10716 * lib/future.exp (gdb_find_rustc): New proc.
10717 (gdb_default_target_compile): Handle rust.
10718 * gdb.rust/expr.exp: New file.
10719 * gdb.rust/generics.exp: New file.
10720 * gdb.rust/generics.rs: New file.
10721 * gdb.rust/methods.exp: New file.
10722 * gdb.rust/methods.rs: New file.
10723 * gdb.rust/modules.exp: New file.
10724 * gdb.rust/modules.rs: New file.
10725 * gdb.rust/simple.exp: New file.
10726 * gdb.rust/simple.rs: New file.
10727
c44af4eb
TT
107282016-05-17 Tom Tromey <tom@tromey.com>
10729
10730 * gdb.base/default.exp (set language): Add rust.
10731
dcd1f979
TT
107322016-05-17 Tom Tromey <tom@tromey.com>
10733
10734 * gdb.gdb/unittest.exp: New file.
10735
155b7f57
YQ
107362016-05-16 Yao Qi <yao.qi@linaro.org>
10737
10738 * gdb.base/batch-preserve-term-settings.exp: Remove variable
10739 shell_prompt. Update shell_prompt_re.
10740
8ddd5a6c
DE
107412016-05-12 Doug Evans <dje@google.com>
10742
10743 PR symtab/19999
10744 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
10745 $options when building executable.
10746 * gdb.dwarf2/fission-loclists-pie.S: New file.
10747 * gdb.dwarf2/fission-loclists-pie.exp: New file.
10748
02e370d9
SM
107492016-05-04 Simon Marchi <simon.marchi@ericsson.com>
10750
10751 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
10752 of [is_remote target],
10753
8929ad8b
SM
107542016-05-04 Simon Marchi <simon.marchi@ericsson.com>
10755
10756 * lib/gdb.exp (use_gdb_stub): New procedure.
10757
6c447423
DE
107582016-05-03 Yunlian Jiang <yunlian@google.com>
10759 Doug Evans <dje@google.com>
10760
10761 PR symtab/19914
10762 * gdb.dwarf2/dwp-sepdebug.c: New file.
10763 * gdb.dwarf2/dwp-sepdebug.exp: New file.
10764
444e826c
SM
107652016-05-02 Simon Marchi <simon.marchi@ericsson.com>
10766
10767 * gdb.base/detach.exp: Remove is_remote check.
10768
740feeaa
SM
107692016-05-02 Simon Marchi <simon.marchi@ericsson.com>
10770
10771 * gdb.base/annota-input-while-running.exp: Don't check for
10772 [is_remote target]. Enable annotations after running to main.
10773 Remove unused "set test..." line.
10774
9080ac9d
SM
107752016-04-28 Simon Marchi <simon.marchi@ericsson.com>
10776
10777 * gdb.trace/trace-enable-disable.exp: New file.
10778 * gdb.trace/trace-enable-disable.c: New file.
10779
952ebca5
SM
107802016-04-28 Simon Marchi <simon.marchi@ericsson.com>
10781
10782 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
10783 use it in info sharedlibrary test.
10784 * gdb.trace/ftrace-lock.exp: Likewise.
10785 * gdb.trace/ftrace.exp: Likewise.
10786 * gdb.trace/range-stepping.exp: Likewise.
10787 * gdb.trace/trace-break.exp: Likewise.
10788 * gdb.trace/trace-condition.exp: Likewise.
10789 * gdb.trace/trace-mt.exp: Likewise.
10790
d9019901
SM
107912016-04-27 Simon Marchi <simon.marchi@ericsson.com>
10792
10793 * lib/gdb.exp (gdb_load_shlibs): Rename to...
10794 (gdb_load_shlib): ... this.
10795 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
10796 gdb_load_shlib.
10797 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
10798 * gdb.base/ctxobj.exp: Likewise.
10799 * gdb.base/dprintf-pending.exp: Likewise.
10800 * gdb.base/dso2dso.exp: Likewise.
10801 * gdb.base/fixsection.exp: Likewise.
10802 * gdb.base/gcore-relro.exp: Likewise.
10803 * gdb.base/gdb1555.exp: Likewise.
10804 * gdb.base/global-var-nested-by-dso.exp: Likewise.
10805 * gdb.base/gnu-ifunc.exp: Likewise.
10806 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
10807 * gdb.base/jit-so.exp (one_jit_test): Likewise.
10808 * gdb.base/pending.exp: Likewise.
10809 * gdb.base/print-file-var.exp: Likewise.
10810 * gdb.base/print-symbol-loading.exp: Likewise.
10811 * gdb.base/shlib-call.exp: Likewise.
10812 * gdb.base/shreloc.exp: Likewise.
10813 * gdb.base/so-impl-ld.exp: Likewise.
10814 * gdb.base/solib-disc.exp: Likewise.
10815 * gdb.base/solib-nodir.exp: Likewise.
10816 * gdb.base/solib-overlap.exp: Likewise.
10817 * gdb.base/solib-symbol.exp: Likewise.
10818 * gdb.base/solib-weak.exp (do_test): Likewise.
10819 * gdb.base/sym-file.exp: Likewise.
10820 * gdb.base/symtab-search-order.exp: Likewise.
10821 * gdb.base/type-opaque.exp: Likewise.
10822 * gdb.base/unload.exp: Likewise.
10823 * gdb.base/watchpoint-solib.exp: Likewise.
10824 * gdb.compile/compile.exp: Likewise.
10825 * gdb.cp/gdb2384.exp: Likewise.
10826 * gdb.cp/infcall-dlopen.exp: Likewise.
10827 * gdb.cp/re-set-overloaded.exp: Likewise.
10828 * gdb.fortran/library-module.exp: Likewise.
10829 * gdb.opt/solib-intra-step.exp: Likewise.
10830 * gdb.python/py-finish-breakpoint.exp: Likewise.
10831 * gdb.python/py-shared.exp: Likewise.
10832 * gdb.reverse/solib-precsave.exp: Likewise.
10833 * gdb.reverse/solib-reverse.exp: Likewise.
10834 * gdb.server/solib-list.exp: Likewise.
10835 * gdb.threads/dlopen-libpthread.exp: Likewise.
10836 * gdb.threads/tls-shared.exp: Likewise.
10837 * gdb.threads/tls-so_extern.exp: Likewise.
10838 * gdb.trace/change-loc.exp: Likewise.
10839 * gdb.trace/ftrace-lock.exp: Likewise.
10840 * gdb.trace/ftrace.exp: Likewise.
10841 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
10842 * gdb.trace/pending.exp: Likewise.
10843 * gdb.trace/range-stepping.exp: Likewise.
10844 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
10845 (strace_info_marker): Likewise.
10846 (strace_probe_marker): Likewise.
10847 (strace_trace_on_same_addr): Likewise.
10848 (strace_trace_on_diff_addr): Likewise.
10849 * gdb.trace/trace-break.exp: Likewise.
10850 * gdb.trace/trace-condition.exp: Likewise.
10851 * gdb.trace/trace-mt.exp: Likewise.
10852
fca4cfd9
SM
108532016-04-27 Simon Marchi <simon.marchi@ericsson.com>
10854
10855 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
10856 result of gdb_remote_download.
10857 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
10858 * gdb.base/dso2dso.exp: Likewise.
10859 * gdb.base/global-var-nested-by-dso.exp: Likewise.
10860 * gdb.base/print-file-var.exp: Likewise.
10861 * gdb.base/shlib-call.exp: Likewise.
10862 * gdb.base/shreloc.exp: Likewise.
10863 * gdb.base/solib-overlap.exp: Likewise.
10864 * gdb.base/solib-weak.exp (do_test): Likewise.
10865 * gdb.base/unload.exp: Likewise.
10866
11cf4ffb
YQ
108672016-04-27 Yao Qi <yao.qi@linaro.org>
10868
10869 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
10870 exists.
10871
3e2e34f8
KB
108722016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10873
10874 * vla-type.exp: Print structure from toplevel.
10875
8f07e298
BH
108762016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10877
10878 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
10879 of dynamic types.
10880 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
10881 of dynamic types.
10882
9920b434
BH
108832016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10884
10885 * gdb.fortran/vla-type.f90: New file.
10886 * gdb.fortran/vla-type.exp: New file.
10887
f3abeff5
YQ
108882016-04-25 Yao Qi <yao.qi@linaro.org>
10889
10890 * gdb.base/branch-to-self.c: New file.
10891 * gdb.base/branch-to-self.exp: New file.
10892
0a5d52f0
YQ
108932016-04-22 Yao Qi <yao.qi@linaro.org>
10894
10895 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
10896 more after $hex.
10897
495346f6
YQ
108982016-04-22 Yao Qi <yao.qi@linaro.org>
10899
10900 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
10901 * gdb.base/annota3.exp: Likewise.
10902
4a7e075c
YQ
109032016-04-22 Yao Qi <yao.qi@linaro.org>
10904
10905 * gdb.reverse/step-precsave.exp: Do one step and test program
10906 stops in "callee" and do multiple steps until program goes out
10907 of "callee".
10908 * gdb.reverse/step-reverse.exp: Likewise.
10909
5b061e98
YQ
109102016-04-22 Yao Qi <yao.qi@linaro.org>
10911
10912 * gdb.trace/signal.exp: Also pass if
10913 $tracepoint_hits($i) > $iterations.
10914
5c5dc57f
YQ
109152016-04-22 Yao Qi <yao.qi@linaro.org>
10916
10917 * gdb.trace/signal.c: New file.
10918 * gdb.trace/signal.exp: New file.
10919
a55411b9
DE
109202016-04-19 Doug Evans <xdje42@gmail.com>
10921
10922 * gdb.base/bad-file.exp: New file.
10923
a22df60a
MG
109242016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
10925
10926 * gdb.dwarf2/implref.exp: New file.
10927
0c13f7e5
BH
109282016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
10929
10930 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
10931 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
10932 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
10933 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
10934 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
10935 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
10936 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
10937 * lib/fortran.exp (fortran_int4): New procedure.
10938 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
10939 (fortran_logical4): Likewise.
10940
9b9b09e9
BH
109412016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
10942
10943 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
10944
a14d1f4d
BH
109452016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
10946
10947 * lib/compiler.c: Add Intel specific preprocessor macros.
10948 * lib/compiler.cc: Likewise.
25d49b86 10949
7d49b1d0
LM
109502016-04-13 Luis Machado <lgustavo@codesourcery.com>
10951
10952 * gdb.server/connect-with-no-symbol-file.c: New file.
10953 * gdb.server/connect-with-no-symbol-file.exp: New file.
10954
8392fa22
SM
109552016-04-13 Simon Marchi <simon.marchi@ericsson.com>
10956
10957 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
10958
8c4c4aeb
SM
109592016-04-13 Simon Marchi <simon.marchi@ericsson.com>
10960
10961 * boards/gdbserver-base.exp (${board}_download): Copy source file to
10962 standard output directory.
10963
45e3745e
AT
109642016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
10965
10966 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
10967
e26b7e41
MM
109682016-04-13 Markus Metzger <markus.t.metzger@intel.com>
10969
10970 * gdb.btrace/instruction_history.c (loop): Add declaration.
10971
8ce09462
AT
109722016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
10973
10974 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
10975
2e88a1ea
SM
109762016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
10977
10978 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
10979 parentheses to print.
10980 (continue_handler): Likewise.
10981
f48e22e3
SM
109822016-04-08 Simon Marchi <simon.marchi@ericsson.com>
10983
10984 * gdb.server/solib-list.exp: Remove is_remote check.
10985 Pass shlib= to gdb_compile. Don't link shared library with
10986 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
10987 Run binary filename through "readlink -f" on the target.
10988
096be756
PA
109892016-04-08 Pedro Alves <palves@redhat.com>
10990
10991 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
10992 interpreter filename as argument to gdbserver_spawn.
10993 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
10994 Return empty if $last_loaded_file does not exist.
10995
06500533
JK
109962016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10997
10998 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
10999 * gdb.base/jit-main.c: Use exit after usage.
11000
2d35e871
JK
110012016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11002
11003 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
11004 GDBHISTSIZE prior to the tests.
11005 * gdb.base/gdbinit-history.exp: Likewise.
11006
110072016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
11008
11009 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
11010 instead of build_executable. Use gdb_load_shlibs.
11011
c8064e7e
YQ
110122016-04-07 Yao Qi <yao.qi@linaro.org>
11013
11014 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
11015 Execute "si" command.
11016
bde47561
YQ
110172016-04-07 Yao Qi <yao.qi@linaro.org>
11018
11019 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
11020 number instead of the comments on some line.
11021
b16f8a3b
DB
110222016-04-06 Don Breazeal <donb@codesourcery.com>
11023
11024 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
11025 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
11026
c2f901df
SM
110272016-04-06 Simon Marchi <simon.marchi@ericsson.com>
11028
11029 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
11030 standard_output_file. Remove unused binfile variable.
11031
ac17fda0
CU
110322016-04-05 Catalin Udma <catalin.udma@freescale.com>
11033
11034 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
11035 * gdb.python/py-mi-objfile.exp: Match "list main" output
11036 in console format.
11037
03a8c4df
SM
110382016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
11039
11040 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
11041 absolute.
11042
6e774b13
SM
110432016-04-05 Simon Marchi <simon.marchi@ericsson.com>
11044
11045 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
11046 absolute.
11047 * gdb.trace/ftrace.exp: Likewise.
11048 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
11049 targets as well.
11050 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
11051 (gdb_load_shlibs): Copy libraries to test directory when testing
11052 natively. Only set solib-search-path if testing remotely.
11053 * lib/mi-support.exp (mi_load_shlibs): Likewise.
11054
7817ea46
SM
110552016-04-05 Simon Marchi <simon.marchi@ericsson.com>
11056
11057 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
11058 gdb_download. Use it even if the target is not remote.
11059 * gdb.base/jit.exp (compile_jit_test): Likewise.
11060 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
11061 output directory if the destination board is local, otherwise use
11062 the standard remote_download from DejaGnu.
11063 (gdb_download): Remove.
11064 (gdb_load_shlibs): Use gdb_remote_download instead of
11065 gdb_download.
11066 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
11067 Use gdb_remote_download instead of gdb_download. Use it even if
11068 the target is not remote.
11069 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
11070 instead of gdb_download.
11071
7beb7f68
SM
110722016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
11073
11074 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
11075 (test_insert_delete_modify): Call mi_load_shlibs before trying to
11076 run.
11077
cc63428a
AV
110782016-04-01 Artemiy Volkov <artemiyv@acm.org>
11079
11080 PR gdb/19820
11081 * gdb.base/printcmds.exp: Add artificial arrays tests.
11082
64cdf930
PA
110832016-03-31 Pedro Alves <palves@redhat.com>
11084
11085 PR gdb/19858
11086 * gdb.base/jit-main.c: Include unistd.h.
11087 (ATTACH): Define to 0 if not already defined.
11088 (wait_for_gdb, mypid): New globals.
11089 (WAIT_FOR_GDB): New macro.
11090 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
11091 some breakpoint locations.
11092 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
11093 New procedures.
11094 (one_jit_test): Add REATTACH parameter, and handle it. Use
11095 continue_to_test_location.
11096 (top level): Test attach, and adjusts calls to one_jit_test.
11097
40dea8cb
PA
110982016-03-31 Pedro Alves <palves@redhat.com>
11099
11100 PR gdb/19858
11101 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
11102 BINSUFFIX parameter, and handle it.
11103 (top level): Adjust calls compile_jit_test.
11104
e7ea3ec7
CU
111052016-03-31 Catalin Udma <catalin.udma@freescale.com>
11106
11107 PR python/19743
11108 * gdb.python/py-mi-events-gdb.py: New file.
11109 * gdb.python/py-mi-events.c: New file.
11110 * gdb.python/py-mi-events.exp: New file.
11111
e6359af3
YQ
111122016-03-30 Yao Qi <yao.qi@linaro.org>
11113
11114 * gdb.reverse/until-precsave.exp: Match function name only.
11115 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
11116 Move malloc to a condition block.
11117 * gdb.reverse/until-reverse.exp: Match function name only.
11118
a4105d04
MK
111192016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
11120
11121 * gdb.trace/ftrace.exp: Set arg0exp for s390.
11122 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
11123 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
11124 variable for GPR 0 instead of assuming it is register 0.
11125 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
11126 * lib/trace-support.exp: Add s390 registers.
11127
bfa6adb9
YQ
111282016-03-29 Yao Qi <yao.qi@linaro.org>
11129
11130 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
11131
1e6697ea
YQ
111322016-03-24 Yao Qi <yao.qi@linaro.org>
11133
11134 * gdb.reverse/break-reverse.exp: Add quotation mark in the
11135 test message.
11136
64bcd522
AA
111372016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11138
11139 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
11140 maintaining separate logic for constructing the output path.
11141
7868401b
DB
111422016-03-16 Don Breazeal <donb@codesourcery.com>
11143
11144 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
11145 Retry fork and waitpid on interrupted system call errors.
11146 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
11147 Use with_timeout_factor to increase timeout by factor of 10.
11148
1cafadb4
DB
111492016-03-15 Don Breazeal <donb@codesourcery.com>
11150
11151 * gdb.cp/scope-err.cc: New test program.
11152 * gdb.cp/scope-err.exp: New test script.
11153 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
11154 lines and "set breakpoint here" comment.
11155 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
11156 Fixed some whitespace and format issues.
11157 * gdb.mi/mi-linespec-err-cp.cc: New test program.
11158 * gdb.mi/mi-linespec-err-cp.exp: New test script.
11159
81516450
DE
111602016-03-15 Doug Evans <dje@google.com>
11161
11162 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
11163 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
11164 All callers updated. Add tests for enums, mixed flags register.
11165
aa52b601
DE
111662016-03-15 Doug Evans <dje@google.com>
11167
11168 * gdb.base/skip.c (main): Call test_skip_file_and_function.
11169 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
11170
fa4ff313
SM
111712016-03-14 Simon Marchi <simon.marchi@ericsson.com>
11172
11173 * gdb.base/default.exp: Add $_as_string to the list of expected
11174 convenience functions.
11175
f2403c39
AB
111762016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
11177
11178 * gdb.base/maint.exp: New tests for 'maint info line-table'.
11179
f2f3ccb9
SM
111802016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
11181
11182 * gdb.python/py-as-string.exp: New file.
11183 * gdb.python/py-as-string.c: New file.
11184
00dbd492
PA
111852016-03-09 Pedro Alves <palves@redhat.com>
11186
11187 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
11188 signal" -> "Thread NN received signal" output change.
11189 * gdb.threads/ia64-sigill.exp: Likewise.
11190 * gdb.threads/linux-dp.exp: Likewise.
11191 * gdb.threads/manythreads.exp: Likewise.
11192 * gdb.threads/pending-step.exp: Likewise.
11193 * gdb.threads/print-threads.exp: Likewise.
11194 * gdb.threads/sigstep-threads.exp: Likewise.
11195 * gdb.threads/staticthreads.exp: Likewise.
11196 * gdb.threads/tls.exp: Likewise.
11197
1e6697ea
YQ
111982016-03-09 Pedro Alves <palves@redhat.com>
11199
11200 * gdb.base/command-line-input.exp: New file.
11201
b04fd3be
MK
112022016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11203
11204 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
11205 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
11206 * gdb.trace/pending.exp: Accept leading dot before function name.
11207 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
11208 * lib/trace-support.exp: Set registers for ppc.
11209
98fa59e9
MK
112102016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11211
11212 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
11213 use it for disassembly; accept .main in addition to main in backtrace.
11214
f77198c8
MK
112152016-03-09 Wei-cheng Wang <cole945@gmail.com>
11216 Marcin Kościelnicki <koriakin@0x04.net>
11217
11218 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
11219 (gdb_recursion_test_ptr): New global variable.
11220 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
11221 gdb_recursion_test.
11222 (gdb_c_test): Ditto.
11223
ba84e0da
MK
112242016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11225
11226 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
11227 ordering.
11228
4366d36e
MK
112292016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11230
11231 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
11232 (bar): Add bar_start_lbl label.
11233 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
11234 of foo/bar for emitting DWARF and tracing.
11235
5eb264df
SDJ
112362016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
11237
11238 * analyze-racy-logs.py: Set executable bit.
11239
fb6a751f
SDJ
112402016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
11241
11242 * Makefile.in (DEFAULT_RACY_ITER): New variable.
11243 (CHECK_TARGET_TMP): Likewise.
11244 (check-single-racy): New rule.
11245 (check-parallel-racy): Likewise.
11246 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
11247 (do-check-parallel-racy): New rule.
11248 (check-racy/%.exp): Likewise.
11249 * README (Racy testcases): New section.
11250 * analyze-racy-logs.py: New file.
11251
bdf7e230
DE
112522016-03-03 Doug Evans <dje@google.com>
11253
11254 * gdb.base/skip.exp: Use with_test_prefix.
11255
4719d415
YQ
112562016-03-03 Yao Qi <yao.qi@linaro.org>
11257
11258 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
11259 Invoke step_over_syscall "clone" and break_cond_on_syscall
11260 "clone".
11261 * gdb.base/step-over-clone.c: New file.
11262
ea507862
YQ
112632016-03-03 Yao Qi <yao.qi@linaro.org>
11264
11265 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
11266 code format.
11267
8fc8cbda
YQ
112682016-03-03 Yao Qi <yao.qi@linaro.org>
11269
11270 * gdb.base/disp-step-fork.c: Rename to ...
11271 * gdb.base/step-over-fork.c: ... it. New file.
11272 * gdb.base/disp-step-vfork.c: Rename to ...
11273 * gdb.base/step-over-vfork.c: ... it. New file.
11274 * gdb.base/disp-step-syscall.exp: Rename to ...
11275 * gdb.base/step-over-syscall.exp: ... it. New file.
11276 (disp_step_cross_syscall): Rename to ...
11277 (step_over_syscall): ... it.
11278
92fa70b0
YQ
112792016-03-03 Yao Qi <yao.qi@linaro.org>
11280
11281 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
11282 If target supports condition evaluation on target, invoke
11283 break_cond_on_syscall for fork and vfork.
11284
e197ad3c
YQ
112852016-03-03 Yao Qi <yao.qi@linaro.org>
11286
11287 * gdb.base/disp-step-syscall.exp: Don't invoke
11288 support_displaced_stepping.
11289 (disp_step_cross_syscall): Test with displaced stepping off and
11290 on if supported.
11291
0b47da9f
YQ
112922016-03-03 Yao Qi <yao.qi@linaro.org>
11293
11294 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
11295 proc.
11296 (setup): New proc.
11297 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
11298 and setup.
11299
065ab6dc
BH
113002016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11301
11302 * gdb.fortran/vla-history.exp: Remove breakpoint.
11303
07e448ad 113042016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11305
25d49b86
PA
11306 * gdb.fortran/vla-history.exp: Lookup array elements and printing
11307 exceeds timeout.
07e448ad 11308
9ac2d526 113092016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11310
25d49b86
PA
11311 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
11312 breakpoint.
9ac2d526 11313
17807369
BH
113142016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11315
11316 * gdb.mi/vla.f90: Nullify pointer after declaration.
11317
86e501af
PA
113182016-03-01 Pedro Alves <palves@redhat.com>
11319
11320 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
11321
1e903e32
PA
113222016-03-01 Pedro Alves <palves@redhat.com>
11323
11324 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
11325 before anything else.
11326 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
11327 _GNU_SOURCE here.
11328 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
11329 before anything else.
11330 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
11331
6ccb54e2
PA
113322016-03-01 Pedro Alves <palves@redhat.com>
11333
11334 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
11335
30ca9da1
YQ
113362016-03-01 Yao Qi <yao.qi@linaro.org>
11337
11338 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
11339 prepare_for_testing.
11340
dc856b38
YQ
113412016-03-01 Yao Qi <yao.qi@linaro.org>
11342
11343 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
11344
4a932159
AA
113452016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
11346
11347 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
11348 manually constructing the output path.
11349
f2489477
AA
113502016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
11351
11352 * gdb.arch/s390-stackless.S: New.
11353 * gdb.arch/s390-stackless.exp: New.
11354
38899f16
IB
113552016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
11356
11357 * gdb.dlang/circular.c: New file.
11358 * gdb.dlang/circular.exp: New file.
11359
9fde51ed
YQ
113602016-02-26 Yao Qi <yao.qi@linaro.org>
11361
11362 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
11363 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
11364 (testcases): Update.
11365
ce90fefe
YQ
113662016-02-26 Yao Qi <yao.qi@linaro.org>
11367
11368 * gdb.reverse/aarch64.c: Rename to ...
11369 * gdb.reverse/insn-reverse.c: ... it.
11370 * gdb.reverse/aarch64.exp: Rename to ...
11371 * gdb.reverse/insn-reverse.exp: ... it.
11372
3263bceb
YQ
113732016-02-26 Yao Qi <yao.qi@linaro.org>
11374
11375 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
11376 (testcase_ftype): New.
11377 (testcases): New array.
11378 (n_testcases): New.
11379 (main): Call each element in testcases.
11380 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
11381 (read_testcase): New.
11382 Do the tests in a loop.
11383
6cb59ff1
YQ
113842016-02-25 Yao Qi <yao.qi@linaro.org>
11385
11386 * gdb.base/branches.c: Remove.
11387
ae91f625
MK
113882016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
11389
11390 PR gdb/13808
11391 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
11392
678b48b7
MK
113932016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
11394
11395 * gdb.trace/ftrace.exp: Remove unnecessary target check.
11396
7337a6f2
MK
113972016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
11398
11399 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
11400 change x86_64 call_insn to 'callq'.
11401
861ca91f
AT
114022016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
11403
11404 * gdb.trace/tfile-avx.c: Move to...
11405 * gdb.trace/tracefile-pseudo-reg.c: Here.
11406 * gdb.trace/tfile-avx.exp: Move to...
11407 * gdb.trace/tracefile-pseudo-reg.exp: Here.
11408
bf74e428
GB
114092016-02-24 Gary Benson <gbenson@redhat.com>
11410
11411 * gdb.base/attach-pie-noexec.exp: Do not expect an error
11412 message on attach.
11413
cce0e923
DE
114142016-02-23 Doug Evans <dje@google.com>
11415
11416 * gdb.base/skip.c (test_skip): New function.
11417 (end_test_skip_file_and_function): New function.
11418 (test_skip_file_and_function): New function.
11419 * gdb.base/skip1.c (test_skip): New function.
11420 (skip1_test_skip_file_and_function): New function.
11421 * gdb.base/skip.exp: Add tests for new skip options.
11422 * gdb.base/skip-solib.exp: Update expected output.
11423 * gdb.perf/skip-command.cc: New file.
11424 * gdb.perf/skip-command.exp: New file.
11425 * gdb.perf/skip-command.py: New file.
11426
4000e47e
MK
114272016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
11428
11429 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
11430 info registers pattern.
11431
24f75ead
IB
114322016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
11433
11434 * lib/future.exp: Add D support.
11435 (gdb_find_gdc): New proc.
11436 (gdb_default_target_compile): Add D support.
11437
fbb7bcbe
WW
114382016-02-18 Wei-cheng Wang <cole945@gmail.com>
11439
11440 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
11441 user+system time.
11442 (trace_speed_test): Determine the iteration count for a time
11443 between 15..30 seconds.
11444
012b3a21
WT
114452016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
11446
11447 * gdb.arch/i386-mpx-sigsegv.c: New file.
11448 * gdb.arch/i386-mpx-sigsegv.exp: New file.
11449 * gdb.arch/i386-mpx-simple_segv.c: New file.
11450 * gdb.arch/i386-mpx-simple_segv.exp: New file.
11451
2d5189bd
YQ
114522016-02-18 Yao Qi <yao.qi@linaro.org>
11453
11454 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
11455 Don't call setup_kfail.
11456
40fb20d0
YQ
114572016-02-18 Yao Qi <yao.qi@linaro.org>
11458
11459 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
11460 Set "set breakpoint condition-evaluation" per $cond_bp_target.
11461
21b1f8d2
DE
114622016-02-16 Doug Evans <dje@google.com>
11463
11464 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
11465 * gdb.base/skip1.c: Ditto.
11466 * gdb.base/skip.exp: Whitespace cleanup.
11467
4041ed77
DB
114682016-02-16 Don Breazeal <donb@codesourcery.com>
11469
11470 PR remote/19496
11471 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
11472 Remove kfail for PR remote/19496.
11473
c4ef31bf
SM
114742016-02-16 Simon Marchi <simon.marchi@ericsson.com>
11475
11476 * lib/gdb.exp (standard_temp_file): Return a path specific to
11477 the runtest invocation.
11478
266b65b3
SM
114792016-02-16 Simon Marchi <simon.marchi@ericsson.com>
11480
11481 * gdb.trace/save-trace.exp: Change relative path to be in the
11482 standard output directory.
11483
a7a0a6a9
JK
114842016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11485
11486 * gdb.arch/i386-prologue.c: Add missing prototypes.
11487
c99dbb42
JK
114882016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11489
11490 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
11491 * gdb.arch/i386-prologue.exp: Likewise.
11492 * gdb.arch/i386-size.exp: Likewise.
11493
aa480355
SM
114942016-02-15 Simon Marchi <simon.marchi@ericsson.com>
11495
11496 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
11497 define object file path.
11498 * gdb.btrace/gcore.exp: Use standard_output_file to define core
11499 file path.
11500 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
11501 standard_output_file to define binfile.
11502
ba881f50
JK
115032016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11504
11505 Fix compatibility with recent gfortran-5.3.1.
11506 * gdb.fortran/vla-history.exp (print vla1 allocated)
11507 (print vla2 allocated, print $2, print $3): Remove
11508 (print $4): Rename to ...
11509 (print $2): ... here.
11510 (print $9): Rename to ...
11511 (print $5): ... here.
11512 (print $10): Rename to ...
11513 (print $6): ... here.
11514 * gdb.fortran/vla.f90: Add pvla initialization.
11515
e9fb005c
JK
115162016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11517
11518 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
11519 New test.
11520 * gdb.fortran/vla-value-sub.exp: Likewise.
11521
e44e00ff
MK
115222016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
11523
11524 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
11525
97e94151
SM
115262016-02-12 Simon Marchi <simon.marchi@ericsson.com>
11527
11528 * i386-biarch-core.exp: Define corefile using
11529 standard_output_file.
11530
01113bc1
YQ
115312016-02-12 Yao Qi <yao.qi@linaro.org>
11532
11533 * gdb.arch/arm-single-step-kernel-helper.c: New.
11534 * gdb.arch/arm-single-step-kernel-helper.exp: New.
11535
33b4777c
MM
115362016-02-12 Markus Metzger <markus.t.metzger@intel.com>
11537
11538 * gdb.btrace/tailcall-only.exp: New.
11539 * gdb.btrace/tailcall-only.c: New.
11540 * gdb.btrace/x86_64-tailcall-only.S: New.
11541 * gdb.btrace/i686-tailcall-only.S: New.
11542
acc23c11
PA
115432016-02-11 Pedro Alves <palves@redhat.com>
11544
11545 * README (Parallel testing): Add missing double quotes.
11546
e352bf0a
PA
115472016-02-11 Pedro Alves <palves@redhat.com>
11548
11549 * README (Parallel testing): New section.
11550 (GDB_PARALLEL): Rewrite.
11551 (FORCE_PARALLEL): Document.
11552
9f5fed78
MK
115532016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
11554
11555 * gdb.trace/tfile-avx.c: New test.
11556 * gdb.trace/tfile-avx.exp: New test.
11557
9ef9e6a6
KS
115582016-02-09 Keith Seitz <keiths@redhat.com>
11559
11560 PR breakpoints/19546
11561 * gdb.base/infcall-exec.c: New file.
11562 * gdb.base/infcall-exec2.c: New file.
11563 * gdb.base/infcall-exec.exp: New file.
11564
a96e36da
KS
115652016-02-09 Keith Seitz <keiths@redhat.com>
11566
11567 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
11568 (toplevel): Call test_bkpt_address.
11569
9f61929f
KS
115702016-02-09 Keith Seitz <keiths@redhat.com>
11571
11572 PR python/19506
11573 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
11574 (toplevel): Call test_bkpt_address.
11575
1e94266c
SM
115762016-02-09 Simon Marchi <simon.marchi@ericsson.com>
11577
11578 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
11579 to AC_OUTPUT.
11580 * configure: Regenerate.
11581
2a7f3dff
PA
115822016-02-09 Pedro Alves <palves@redhat.com>
11583
11584 PR breakpoints/19548
11585 * gdb.base/execl-update-breakpoints.c (some_function): New
11586 function.
11587 (main): Call it.
11588 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
11589 Tighten expected GDB output.
11590
2151ccc5
SM
115912016-02-08 Simon Marchi <simon.marchi@ericsson.com>
11592
11593 * Makefile.in (ALL_SUBDIRS): Remove.
11594 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
11595 (distclean maintainer-clean realclean): Likewise.
11596 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
11597 * configure: Regenerate.
11598 * gdb.ada/Makefile.in: Delete.
11599 * gdb.arch/Makefile.in: Likewise.
11600 * gdb.asm/Makefile.in: Likewise.
11601 * gdb.base/Makefile.in: Likewise.
11602 * gdb.btrace/Makefile.in: Likewise.
11603 * gdb.cell/Makefile.in: Likewise.
11604 * gdb.compile/Makefile.in: Likewise.
11605 * gdb.cp/Makefile.in: Likewise.
11606 * gdb.disasm/Makefile.in: Likewise.
11607 * gdb.dlang/Makefile.in: Likewise.
11608 * gdb.dwarf2/Makefile.in: Likewise.
11609 * gdb.fortran/Makefile.in: Likewise.
11610 * gdb.gdb/Makefile.in: Likewise.
11611 * gdb.go/Makefile.in: Likewise.
11612 * gdb.guile/Makefile.in: Likewise.
11613 * gdb.java/Makefile.in: Likewise.
11614 * gdb.linespec/Makefile.in: Likewise.
11615 * gdb.mi/Makefile.in: Likewise.
11616 * gdb.modula2/Makefile.in: Likewise.
11617 * gdb.multi/Makefile.in: Likewise.
11618 * gdb.objc/Makefile.in: Likewise.
11619 * gdb.opencl/Makefile.in: Likewise.
11620 * gdb.opt/Makefile.in: Likewise.
11621 * gdb.pascal/Makefile.in: Likewise.
11622 * gdb.perf/Makefile.in: Likewise.
11623 * gdb.python/Makefile.in: Likewise.
11624 * gdb.reverse/Makefile.in: Likewise.
11625 * gdb.server/Makefile.in: Likewise.
11626 * gdb.stabs/Makefile.in: Likewise.
11627 * gdb.threads/Makefile.in: Likewise.
11628 * gdb.trace/Makefile.in: Likewise.
11629 * gdb.xml/Makefile.in: Likewise.
11630 * lib/gdb.exp (make_gdb_parallel_path): Add check for
11631 GDB_PARALLEL.
11632 (standard_output_file): Remove check for GDB_PARALLEL, always
11633 return path in outputs/$subdir/$testname.
11634
437277d4
SM
116352016-02-08 Simon Marchi <simon.marchi@ericsson.com>
11636
11637 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
11638 (site.exp): Assign abs_srcdir to tcl's srcdir.
11639
31d913c7
YQ
116402016-02-04 Yao Qi <yao.qi@linaro.org>
11641
11642 * gdb.base/foll-exec-mode.c: Include limits.h.
11643 (main): Add parameters argc and argv. Get directory from
11644 argv[0].
11645 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
11646 compilation.
11647 * gdb.base/foll-exec.c: Include limits.h.
11648 (main): Add parameters argc and argv.
11649 Get directory from argv[0].
11650 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
11651 Adjust tests on the number of lines as source code changed.
11652 * gdb.base/foll-vfork-exit.c: Include limits.h.
11653 (main): Add one line of statement before vfork.
11654 * gdb.base/foll-vfork.c: Include limits.h and string.h.
11655 (main): Add parameters argc and argv. Get directory from
11656 argv[0].
11657 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
11658 (setup_gdb): Set tbreak to skip some source lines.
11659 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
11660 (main): Add parameters argc and argv. Get directory from
11661 argv[0].
11662 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
11663 compilation.
11664 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
11665 (main): Add parameters argc and argv. Get directory from
11666 argv[0].
11667 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
11668 compilation.
11669
9482b9fb
DE
116702016-02-01 Doug Evans <dje@google.com>
11671
11672 * gdb.base/skip.exp: Clean up multiple references to same test name.
11673
6b2e4f10
PA
116742016-02-01 Pedro Alves <palves@redhat.com>
11675
ccb6afd6 11676 PR remote/19496
6b2e4f10
PA
11677 * gdb.threads/forking-threads-plus-breakpoint.exp
11678 (displaced_stepping_supported): New global.
11679 (probe_displaced_stepping_support): New procedure.
11680 (do_test): Add 'displaced' parameter, and use it.
11681 (top level): Check for displaced stepping support. Add displaced
11682 stepping on/off testing axis.
11683
37a8db1a
AB
116842016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
11685
11686 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
11687 pointer. Don't perform further tests on the unassociated pointer
11688 if the first test fails.
11689
5fdf6324
AB
116902016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
11691
11692 * gdb.base/max-value-size.c: New file.
11693 * gdb.base/max-value-size.exp: New file.
11694 * gdb.base/huge.exp: Disable max-value-size for this test.
11695
935c6144
IB
116962016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
11697
11698 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
11699
7fe8399d
YQ
117002016-01-28 Yao Qi <yao.qi@linaro.org>
11701
11702 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
11703
a2077e25
PA
117042016-01-25 Pedro Alves <palves@redhat.com>
11705
11706 PR threads/19461
11707 * gdb.base/fork-running-state.c: New file.
11708 * gdb.base/fork-running-state.exp: New file.
11709
1d2736d4
PA
117102016-01-25 Pedro Alves <palves@redhat.com>
11711
11712 PR gdb/19494
11713 * gdb.base/catch-fork-kill.c: New file.
11714 * gdb.base/catch-fork-kill.exp: New file.
11715
f1da4b11
PA
117162016-01-25 Pedro Alves <palves@redhat.com>
11717
11718 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
11719 Delete, moved to lib/gdb.exp.
11720 * gdb.threads/forking-threads-plus-breakpoint.exp
11721 (foreach_with_prefix): Likewise.
11722 * gdb.threads/process-dies-while-handling-bp.exp
11723 (foreach_with_prefix): Likewise.
11724 * lib/gdb.exp (foreach_with_prefix): New procedure.
11725
45f38546
MK
117262016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
11727
11728 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
11729 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
11730
dc29a1ce
MK
117312016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
11732
11733 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
11734 endian targets.
11735
092127d7
JK
117362016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11737 Pedro Alves <palves@redhat.com>
11738
11739 Fix testsuite compatibility with Guile.
11740 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
11741 number.
11742
31d765d3
JK
117432016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11744
11745 Fix testsuite compatibility with Guile.
11746 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
11747 (thread 1): New test for backtrace through signal handler.
11748
1ac78c04
YQ
117492016-01-22 Yao Qi <yao.qi@linaro.org>
11750
11751 PR testsuite/19491
11752 * gdb.base/multi-forks.c: Include
11753 ../lib/unbuffer_output.c
11754 (main): Call gdb_unbuffer_output.
11755
4f5946a8
DE
117562016-01-21 Doug Evans <dje@google.com>
11757
11758 * lib/ada.exp (gdb_compile_ada): Fix typo.
11759
305e13e6
JB
117602016-01-21 Joel Brobecker <brobecker@adacore.com>
11761
11762 * gdb.base/break-fun-addr.exp: New file.
11763 * gdb.base/break-fun-addr1.c: New file.
11764 * gdb.base/break-fun-addr2.c: New file.
11765
5f5dfff6
SM
117662016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
11767
11768 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
11769 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
11770 enum flag values.
11771
fd356fa2
AA
117722016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
11773
11774 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
11775 when GDB can not set the vector return value. Add more comments
11776 for clarification.
11777
9df22175
AT
117782016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
11779
11780 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
11781 command.
11782
41d1845e
SM
117832016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11784
11785 * Makefile.in (DO_RUNTEST): Add --status and update usages.
11786
01ac6840
SM
117872016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11788
11789 * Makefile.in (check-single): Pass --status to runtest.
11790 (check/%.exp): Likewise.
11791
117922016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11793
11794 * Makefile.in (check-parallel): Propagate return code from make
11795 do-check-parallel.
11796
bd0a71fa
MK
117972016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
11798
11799 * gdb.trace/ftrace.exp: Fix expected message on continue.
11800 * gdb.trace/pending.exp: Fix expected message on continue.
11801 * gdb.trace/trace-break.exp: Fix expected message on continue.
11802
8bcbad33
SM
118032016-01-18 Simon Marchi <simon.marchi@ericsson.com>
11804
11805 * lib/gdb.exp (gdb_test): Remove unused global references.
11806
f303dbd6
PA
118072016-01-18 Pedro Alves <palves@redhat.com>
11808
11809 * gdb.base/async-shell.exp: Adjust expected output.
11810 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
11811 * gdb.base/siginfo-thread.exp: Adjust expected output.
11812 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
11813 * gdb.java/jnpe.exp: Adjust expected output.
11814 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
11815 * gdb.threads/continue-pending-status.exp: Adjust expected output.
11816 * gdb.threads/leader-exit.exp: Adjust expected output.
11817 * gdb.threads/manythreads.exp: Adjust expected output.
11818 * gdb.threads/pthreads.exp: Adjust expected output.
11819 * gdb.threads/schedlock.exp: Adjust expected output.
11820 * gdb.threads/siginfo-threads.exp: Adjust expected output.
11821 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
11822 expected output.
11823 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
11824 output.
11825 * gdb.threads/sigthread.exp: Adjust expected output.
11826 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
11827
b2789696
YQ
118282016-01-18 Yao Qi <yao.qi@linaro.org>
11829
11830 * gdb.guile/scm-section-script.c: Replace @progbits with
11831 %progbits.
11832 * gdb.python/py-section-script.c: Likewise.
11833
71ef29a8
PA
118342016-01-15 Pedro Alves <palves@redhat.com>
11835
11836 * gdb.multi/tids.exp: Test star wildcard ranges.
11837
3f5b7598
PA
118382016-01-15 Pedro Alves <palves@redhat.com>
11839
11840 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
11841 command from "thread apply" invocation.
11842 (thr_apply_info_thr_invalid): Default the expected output to the
11843 input tid list.
11844 (top level): Add tests that use convenience variables. Add tests
11845 for "thread apply" with a valid TID list, but missing the command.
11846
663f6d42
PA
118472016-01-13 Pedro Alves <palves@redhat.com>
11848
11849 * gdb.base/default.exp: Expect $_gthread as well.
11850 * gdb.multi/tids.exp: Test $_gthread.
11851 * gdb.threads/thread-specific.exp: Test $_gthread.
11852
c84f6bbf
PA
118532016-01-13 Pedro Alves <palves@redhat.com>
11854
11855 * gdb.multi/tids.exp: Test "info threads -gid".
11856
22a02324
PA
118572016-01-13 Pedro Alves <palves@redhat.com>
11858
11859 * gdb.multi/tids.exp: Test InferiorThread.global_num and
11860 Breakpoint.thread.
11861 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
11862
5d5658a1
PA
118632016-01-07 Pedro Alves <palves@redhat.com>
11864
11865 * gdb.base/break.exp: Adjust to output changes.
11866 * gdb.base/hbreak2.exp: Likewise.
11867 * gdb.base/sepdebug.exp: Likewise.
11868 * gdb.base/watch_thread_num.exp: Likewise.
11869 * gdb.linespec/keywords.exp: Likewise.
11870 * gdb.multi/info-threads.exp: Likewise.
11871 * gdb.threads/thread-find.exp: Likewise.
11872 * gdb.multi/tids.c: New file.
11873 * gdb.multi/tids.exp: New file.
11874
84654457
PA
118752016-01-13 Pedro Alves <palves@redhat.com>
11876
11877 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
11878
e3940304
PA
118792016-01-13 Pedro Alves <palves@redhat.com>
11880
11881 * gdb.base/default.exp: Expect $_inferior as well.
11882 * gdb.multi/base.exp: Test $_inferior.
11883
a911d87a
PA
118842016-01-13 Pedro Alves <palves@redhat.com>
11885
11886 PR breakpoints/19388
11887 * gdb.base/catch-signal-siginfo-cond.c: New file.
11888 * gdb.base/catch-signal-siginfo-cond.exp: New file.
11889
82075af2
JS
118902016-01-12 Josh Stone <jistone@redhat.com>
11891 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11892
11893 * gdb.base/catch-syscall.c (do_execve): New variable.
11894 (main): Conditionally trigger an execve.
11895 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
11896 (test_catch_syscall_execve): New, check entry/return across execve.
11897 (do_syscall_tests): Call test_catch_syscall_execve.
11898
e46eeedd
PA
118992016-01-12 Pedro Alves <palves@redhat.com>
11900
11901 * gdb.base/random-signal.exp (do_test): New procedure, with body
11902 of testcase moved in.
11903
01d8c27e
JK
119042016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11905 Pedro Alves <palves@redhat.com>
11906
11907 * gdb.base/funcargs.exp (finish from indirectly called function):
11908 Reintroduce the case for 'First'.
11909
9a706302
JK
119102016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11911 Pedro Alves <palves@redhat.com>
11912
11913 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
11914 (tcatch_vfork_then_child_follow_exec)
11915 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
11916 identification.
11917
c0ecb95f
JK
119182016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11919
11920 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
11921 and repeats to unlimited.
11922 * gdb.python/py-value.exp: Likewise.
11923 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
11924 and repeats to unlimited.
11925
6cfc1fcb
JK
119262016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11927
11928 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
11929 and reordering the functions.
11930 * gdb.multi/hangout.c: Likewise.
11931 * gdb.multi/hello.c: Likewise.
11932
582a1b00
SM
119332016-01-08 Simon Marchi <simon.marchi@ericsson.com>
11934
11935 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
11936 absolute.
11937 (SingleStatisticTestResult.report): Use dict.keys instead of
11938 dict.iterkeys.
11939
79bc59cb
PA
119402016-01-06 Pedro Alves <palves@redhat.com>
11941
11942 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
11943
43368e1d
MM
119442016-01-04 Markus Metzger <markus.t.metzger@intel.com>
11945
11946 * gdb.btrace/dlopen.exp: New.
11947 * gdb.btrace/dlopen.c: New.
11948 * gdb.btrace/dlopen-dso.c: New.
11949
79fad5b8
SL
119502015-12-25 Sandra Loosemore <sandra@codesourcery.com>
11951
11952 * lib/gdb.exp (gdb_test): Update comments to clarify that the
11953 PATTERN argument is optional.
11954
ab8314b3
JB
119552015-12-24 Joel Brobecker <brobecker@adacore.com>
11956
11957 * lib/ada.exp (target_compile_ada_from_dir): New function.
11958 (gdb_compile_ada): Reimplement avoiding the use of project files.
11959 * gdb.ada/gnat_ada.gpr: Delete.
11960 * gdb.ada/cond_lang.exp: Adjust test to make path before
11961 filename optional.
11962 * gdb.ada/small_reg_param.exp: Likewise.
11963
fe33faff
SM
119642015-12-22 Simon Marchi <simon.marchi@ericsson.com>
11965
11966 * gdb.base/foll-vork.exp: Remove HP-UX special case.
11967
6d265cb4
TP
119682015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
11969
11970 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
11971 case.
11972
10125099
SM
119732015-12-21 Simon Marchi <simon.marchi@ericsson.com>
11974
11975 * gdb.base/break.exp: Remove dead code.
11976 * gdb.base/sepdebug.exp: Likewise.
11977
3ca22649
SM
119782015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
11979
11980 * gdb.asm/asm-source.exp: Remove HP-UX references.
11981 * gdb.base/annota1.exp: Likewise.
11982 * gdb.base/annota3.exp: Likewise.
11983 * gdb.base/attach.exp: Likewise.
11984 * gdb.base/bigcore.exp: Likewise.
11985 * gdb.base/break.exp: Likewise.
11986 * gdb.base/call-ar-st.exp: Likewise.
11987 * gdb.base/callfuncs.exp: Likewise.
11988 * gdb.base/catch-fork-static.exp: Likewise.
11989 * gdb.base/display.exp: Likewise.
11990 * gdb.base/foll-exec-mode.exp: Likewise.
11991 * gdb.base/foll-exec.exp: Likewise.
11992 * gdb.base/foll-fork.exp: Likewise.
11993 * gdb.base/foll-vfork.exp: Likewise.
11994 * gdb.base/funcargs.exp: Likewise.
11995 * gdb.base/hbreak2.exp: Likewise.
11996 * gdb.base/inferior-died.exp: Likewise.
11997 * gdb.base/interrupt.exp: Likewise.
11998 * gdb.base/multi-forks.exp: Likewise.
11999 * gdb.base/nodebug.exp: Likewise.
12000 * gdb.base/sepdebug.exp: Likewise.
12001 * gdb.base/solib1.c: Likewise.
12002 * gdb.base/step-test.exp: Likewise.
12003 * gdb.mi/non-stop.c: Likewise.
12004 * gdb.mi/pthreads.c: Likewise.
12005 * gdb.multi/bkpt-multi-exec.ex: Likewise.
12006 * gdb.threads/pthreads.c: Likewise.
12007 * gdb.threads/staticthreads.exp: Likewise.
12008 * lib/future.exp: Likewise.
12009 * lib/gdb.exp: Likewise.
12010 * gdb.base/so-indr-cl.c: Remove.
12011 * gdb.base/so-indr-cl.exp: Likewise.
12012 * gdb.base/solib.c: Likewise.
12013 * gdb.base/solib.exp: Likewise.
12014 * gdb.base/solib2.c: Likewise.
12015
b6304613
SM
120162015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
12017
12018 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
12019 * gdb.base/call-ar-st.exp: Likewise.
12020 * gdb.base/callfuncs.exp: Likewise.
12021 * gdb.base/condbreak.exp: Likewise.
12022 * gdb.base/constvars.exp: Likewise.
12023 * gdb.base/hbreak2.exp: Likewise.
12024 * gdb.base/langs.exp: Likewise.
12025 * gdb.base/list.exp: Likewise.
12026 * gdb.base/long_long.exp: Likewise.
12027 * gdb.base/ptype.exp: Likewise.
12028 * gdb.base/scope.exp: Likewise.
12029 * gdb.base/signals.exp: Likewise.
12030 * gdb.base/so-impl-ld.exp: Likewise.
12031 * gdb.base/varargs.exp: Likewise.
12032 * gdb.base/volatile.exp: Likewise.
12033 * gdb.base/whatis.exp: Likewise.
12034 * gdb.cp/cplusfuncs.exp: Likewise.
12035 * gdb.cp/inherit.exp: Likewise.
12036 * gdb.cp/local.exp: Likewise.
12037 * gdb.cp/member-ptr.exp: Likewise.
12038 * gdb.cp/method.exp: Likewise.
12039 * gdb.cp/overload.exp: Likewise.
12040 * gdb.cp/templates.exp: Likewise.
12041 * gdb.stabs/weird.exp: Likewise.
12042 * lib/compiler.c: Likewise.
12043 * lib/compiler.cc: Likewise.
12044 * lib/cp-support.exp: Likewise.
12045 * lib/gdb.exp: Likewise.
12046
bf401b07
SM
120472015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
12048
12049 * configure.ac: Remove HP-UX case.
12050 * configure: Regenerate.
12051
aff9c0f8
SM
120522015-12-18 Simon Marchi <simon.marchi@ericsson.com>
12053
12054 * lib/gdb.exp (gdb_compile): Add function doc.
12055
a6904d5a
PA
120562015-12-17 Pedro Alves <palves@redhat.com>
12057
12058 PR threads/19354
12059 * gdb.multi/info-threads.exp: New file.
12060
a22279dd
YQ
120612015-12-15 Yao Qi <yao.qi@linaro.org>
12062
12063 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
12064 is aarch64*-*-*.
12065
0588c796
SL
120662015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12067
12068 * gdb.base/history-duplicates.exp: Skip if no readline support.
12069
5d978e17
SL
120702015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12071
12072 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
12073
7e763b86
SL
120742015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12075
12076 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
12077
87a3a92c
SL
120782015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12079
12080 * gdb.base/completion.exp: Skip tests that interrupt GDB with
12081 ctrl-C if nointerrupts target property is set.
12082 * gdb.base/double-prompt-target-event-error.exp: Likewise.
12083 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
12084 * gdb.base/paginate-bg-execution.exp: Likewise.
12085 * gdb.base/paginate-execution-startup.exp: Likewise.
12086 * gdb.base/random-signal.exp: Likewise.
12087 * gdb.base/range-stepping.exp: Likewise.
12088 * gdb.cp/annota2.exp: Likewise.
12089 * gdb.cp/annota3.exp: Likewise.
12090 * gdb.gdb/selftest.exp: Likewise.
12091 * gdb.threads/continue-pending-status.exp: Likewise.
12092 * gdb.threads/leader-exit.exp: Likewise.
12093 * gdb.threads/manythreads.exp: Likewise.
12094 * gdb.threads/pthreads.exp: Likewise.
12095 * gdb.threads/schedlock.exp: Likewise.
12096 * gdb.threads/sigthread.exp: Likewise.
12097
a8f077dc
DB
120982015-12-11 Don Breazeal <donb@codesourcery.com>
12099
12100 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
12101 remote.
12102 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
12103 * gdb.base/foll-exec.exp (main): Enable for target remote.
12104 * gdb.base/foll-fork.exp (main): Likewise.
12105 * gdb.base/foll-vfork.exp (main): Likewise.
12106 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
12107 (proc continue_to_exit_bp_loc): Use clean_restart.
12108 * gdb.base/pie-execl.exp (main): Disable for target remote.
12109 * gdb.base/watch-vfork.exp (main): Enable for target remote.
12110 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
12111 * gdb.threads/execl.exp (main): Likewise.
12112 * gdb.threads/fork-child-threads.exp (main): Likewise.
12113 * gdb.threads/fork-plus-threads.exp (main): Disable for target
12114 remote.
12115 * gdb.threads/fork-thread-pending.exp (main): Enable for target
12116 remote.
12117 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
12118 pid.tid style ptids, instead of just tid.
12119 * gdb.threads/thread-execl.exp (main): Enable for target remote.
12120 * gdb.threads/watchpoint-fork.exp (main): Likewise.
12121 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
12122 ptids, instead of just tid.
12123
3b2464a8
AB
121242015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
12125
12126 * gdb.base/list.exp (test_list_forward): Add end of file error
12127 test.
12128 (test_repeat_list_command): Add end of file error test.
12129 (test_list_backwards): Add beginning of file error test.
12130
a0def019
AB
121312015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
12132
12133 * gdb.base/list.exp (test_list_invalid_args): New function,
12134 defined, and called.
12135
5c000dff
AB
121362015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
12137
12138 * gdb.base/list.exp (test_list): Make test names unique.
12139
f1637ebe
YQ
121402015-12-11 Yao Qi <yao.qi@linaro.org>
12141
12142 * gdb.base/coremaker2.c: Remove.
12143
36d6fc0a
PA
121442015-12-10 Pedro Alves <palves@redhat.com>
12145
12146 * gdb.multi/base.exp: Remove stale "spaces" references.
12147
762f7747
PA
121482015-12-10 Pedro Alves <palves@redhat.com>
12149
12150 * gdb.multi/base.exp: Don't use nowarnings.
12151 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
12152 * gdb.multi/hangout.c: Include stdio.h.
12153 * gdb.multi/hello.c: Include stdlib.h.
12154 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
12155 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
12156 * gdb.multi/multi-arch.exp: Don't use nowarnings.
12157
28d2bfb9
AB
121582015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
12159
12160 * gdb.dwarf2/dw2-ranges-base.c: New file.
12161 * gdb.dwarf2/dw2-ranges-base.exp: New file.
12162 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
12163 support additional line table, and debug ranges generation.
12164 (Dwarf::ranges): New function, generate .debug_ranges.
12165 (Dwarf::lines): Support generating simple line table programs.
12166 (Dwarf::assemble): Initialise new namespace variables.
12167
5fc2beac
KB
121682015-12-09 Kevin Buettner <kevinb@redhat.com>
12169
12170 * gdb.base/async.exp (proc test_background): Add case for
12171 asynchronous execution not supported.
12172
1c35a88f
LM
121732015-12-09 Luis Machado <lgustavo@codesourcery.com>
12174
12175 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
12176 format and change test names to make them unique.
12177
b593e3d9
RK
121782015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
12179 Pedro Alves <pedro@redhat.com>
12180
12181 PR gdb/18702
12182 Add checking of floatformats setup on x86_64 hosts.
12183 * gdb.arch/i386-float.S (main): Load bigval and smallval.
12184 (smallval, bigval): New labels/constants.
12185 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
12186 float" after loading bigval and smallval.
12187
d72413e6
PMR
121882015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
12189
12190 * gdb.ada/fun_overload_menu.exp: New testcase.
12191 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
12192
ece66d65
JS
121932015-12-04 Josh Stone <jistone@redhat.com>
12194
12195 * gdb.base/catch-fork-static.exp: New.
12196
41d0efca
YQ
121972015-12-03 Yao Qi <yao.qi@linaro.org>
12198
12199 * gdb.base/sizeof.c: Don't include stdio.h and
12200 ../lib/unbuffer_output.c.
12201 (main): New variable 'size' and 'value'. Remove printf and
12202 gdb_unbuffer_output. Assign return value to size and value.
12203 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
12204 at the beginning.
12205 (check_sizeof): Check the result by printing variable 'size'.
12206 (check_valueof): Check the result by printing variable 'value'.
12207
99fd02d9
YQ
122082015-12-01 Yao Qi <yao.qi@linaro.org>
12209
12210 * gdb.base/disp-step-syscall.exp: Define syscall instruction
12211 for aarch64*-*-linux* target.
12212
f2faf941
PA
122132015-11-30 Pedro Alves <palves@redhat.com>
12214
12215 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
12216
04bf20c5
PA
122172015-11-30 Pedro Alves <palves@redhat.com>
12218
12219 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
12220 Handle non-stop mode vCont replies.
12221
09df4675
PA
122222015-11-30 Pedro Alves <palves@redhat.com>
12223
12224 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
12225 prepare_for_testing. Start gdb with "set non-stop on" appended to
12226 GDBFLAGS. Lax expected stop output.
12227
58b584af
YQ
122282015-11-27 Yao Qi <yao.qi@linaro.org>
12229
12230 * gdb.arch/arm-neon.exp: New.
12231 * gdb.arch/arm-neon.c: New.
12232
dfcb77a8
YQ
122332015-11-27 Yao Qi <yao.qi@linaro.org>
12234
12235 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
12236
88e8ec1b
YQ
122372015-11-27 Yao Qi <yao.qi@linaro.org>
12238
12239 * gdb.cp/annota2.exp: Allow multiple occurrences of the
12240 frames-invalid annotation.
12241
bfde72c2
YQ
122422015-11-27 Yao Qi <yao.qi@linaro.org>
12243
12244 * gdb.cp/annota2.exp: Use ${frames_invalid}.
12245
f6512a69
SM
122462015-11-26 Simon Marchi <simon.marchi@ericsson.com>
12247
12248 * gdb.threads/names.exp: New file.
12249 * gdb.threads/names.c: New file.
12250 * README: Mention gdb,no_thread_names.
12251
46a3515b
MM
122522015-11-26 Markus Metzger <markus.t.metzger@intel.com>
12253
12254 PR 19297
12255 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
12256 support" error.
12257
62147a22
PA
122582015-11-24 Pedro Alves <palves@redhat.com>
12259
12260 PR 17539
12261 * gdb.base/display.exp: Expect displays to be sorted in ascending
12262 order. Use multi_line.
12263 * gdb.base/solib-display.exp: Likewise.
12264
2f341b6e
PA
122652015-11-24 Pedro Alves <palves@redhat.com>
12266
12267 PR 17539
25d49b86
PA
12268 * gdb.base/display.exp: Expect displays to be sorted in ascending
12269 order. Use multi_line.
12270 * gdb.base/solib-display.exp: Likewise.
2f341b6e 12271
7e0aa6aa
PA
122722015-11-24 Pedro Alves <palves@redhat.com>
12273
12274 PR 17539
12275 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
12276 threads in ascending order.
12277 * gdb.base/foll-fork.exp: Likewise.
12278 * gdb.base/foll-vfork.exp: Likewise.
12279 * gdb.base/multi-forks.exp: Likewise.
12280 * gdb.mi/mi-nonstop.exp: Likewise.
12281 * gdb.mi/mi-nsintrall.exp: Likewise.
12282 * gdb.multi/base.exp: Likewise.
12283 * gdb.multi/multi-arch.exp: Likewise.
12284 * gdb.python/py-inferior.exp: Likewise.
12285 * gdb.threads/break-while-running.exp: Likewise.
12286 * gdb.threads/execl.exp: Likewise.
12287 * gdb.threads/gcore-thread.exp: Likewise.
12288 * gdb.threads/info-threads-cur-sal.exp: Likewise.
12289 * gdb.threads/kill.exp: Likewise.
12290 * gdb.threads/linux-dp.exp: Likewise.
12291 * gdb.threads/multiple-step-overs.exp: Likewise.
12292 * gdb.threads/next-bp-other-thread.exp: Likewise.
12293 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
12294 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
12295 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
12296 * gdb.threads/thread-find.exp: Likewise.
12297 * gdb.threads/tls.exp: Likewise.
12298 * lib/mi-support.exp (mi_reverse_list): Delete.
12299 (mi_check_thread_states): No longer reverse list.
12300
2cc57ad8
PA
123012015-11-24 Pedro Alves <palves@redhat.com>
12302
12303 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
12304 use lowercase.
12305
c93e8391
SM
123062015-11-23 Simon Marchi <simon.marchi@ericsson.com>
12307
12308 * gdb.trace/actions.c: Include trace-common.h.
12309 (main): Add a location for a fast tracepoint.
12310 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
12311 the normal tracepoints.
12312 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
12313
045ccf91
SM
123142015-11-23 Simon Marchi <simon.marchi@ericsson.com>
12315
12316 * save-trace.exp: Factor out code to these...
12317 (gdb_save_tracepoints): New.
12318 (gdb_load_tracepoints): New.
12319 (do_save_load_test): New.
12320
5506f9f6
KB
123212015-11-23 Kevin Buettner <kevinb@redhat.com>
12322
12323 * gdb.base/asmlabel.exp: New test.
12324 * gdb.base/asmlabel.c: New test case.
12325
16c3b12f
JB
123262015-11-23 Joel Brobecker <brobecker@adacore.com>
12327
12328 * gdb.base/wrong_frame_bt_full-main.c: New file.
12329 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
12330 * gdb.base/wrong_frame_bt_full.exp: New file.
12331
155bfbd3
JB
123322015-11-23 Joel Brobecker <brobecker@adacore.com>
12333
12334 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
12335
bb097445
JM
123362015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
12337
206853a0 12338 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
12339 pstate register when comparing registers values in
12340 sparc64-*-linux-gnu targets to avoid spurious differences.
12341
9c88ed8f
JM
123422015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
12343
206853a0 12344 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 12345
96161e25
SL
123462015-11-19 Sandra Loosemore <sandra@codesourcery.com>
12347
12348 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
12349 as type argument to gdb_compile.
12350 * gdb.base/nested-subp2.exp: Likewise.
12351 * gdb.base/nested-subp3.exp: Likewise.
12352
340c2830
DV
123532015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
12354
12355 * lib/dwarf.exp (_note): Fix left shift of negative value.
12356 * gdb.trace/trace-condition.exp: Likewise.
12357
c1862d0f
YQ
123582015-11-13 Yao Qi <yao.qi@linaro.org>
12359
12360 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
12361 comments about d10v.
12362 (test_scalar_returns): Likewise.
12363 * gdb.base/d10v.ld: Remove.
12364 * gdb.base/overlays.exp: Remove the target triplet checking for
12365 d10v-*-*.
12366 * gdb.base/structs.exp (test_struct_returns): Remove the
12367 comments about d10v.
12368 (test_struct_calls): Likewise.
12369
77ae9c19
YQ
123702015-11-13 Yao Qi <yao.qi@linaro.org>
12371
12372 * gdb.base/gnu_vector.exp: Check the return value by "p res".
12373 * gdb.base/gnu_vector.c: Don't include stdio.h.
12374 (main): Don't print res and call add_some_intvecs.
12375
430e004e
MK
123762015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
12377
12378 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
12379 macro.
12380 (func5): Removed.
12381 (func4): Use FAST_TRACEPOINT_LABEL.
12382 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
12383 macro.
12384 (func): Removed.
12385 (thread_function): Use FAST_TRACEPOINT_LABEL.
12386 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
12387 (func): Remove.
12388 (marker): Use FAST_TRACEPOINT_LABEL.
12389 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
12390 (pendfunc1): Remove.
12391 (pendfunc): Use FAST_TRACEPOINT_LABEL.
12392 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
12393 (foo): Remove.
12394 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
12395 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
12396 macro.
12397 (func): Remove.
12398 (marker): Use FAST_TRACEPOINT_LABEL.
12399 * gdb.trace/trace-common.h: New header.
12400 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
12401 macro.
12402 (func): Remove.
12403 (marker): Use FAST_TRACEPOINT_LABEL.
12404 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
12405 (func): Remove.
12406 (thread_function): Use FAST_TRACEPOINT_LABEL.
12407
6e7675a7
MK
124082015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
12409
12410 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
12411 in front.
12412 * gdb.trace/change-loc.exp: Use global pcreg definition.
12413 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
12414 * gdb.trace/entry-values.exp: Use global spreg definition, add $
12415 in front.
12416 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
12417 * gdb.trace/pending.exp: Likewise.
12418 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
12419 * gdb.trace/trace-break.exp: Likewise.
12420 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
12421 in front.
12422 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
12423 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
12424 in front.
12425 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
12426
dddc0e16
JB
124272015-11-09 Joel Brobecker <brobecker@adacore.com>
12428
12429 * gdb.ada/fin_fun_out: New testcase.
12430
c6f0b406
KB
124312015-11-07 Kevin Buettner <kevinb@redhat.com>
12432
12433 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
12434 value associated with DW_AT_byte_size.
12435 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
12436 constants for DW_AT_byte_size, DW_AT_lower_bound, and
12437 DW_AT_upper_bound.
12438
f01dcfd9
KB
124392015-11-07 Kevin Buettner <kevinb@redhat.com>
12440
12441 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
12442 (gdb_target_symbol_prefix_flags): Define in terms of _asm
12443 version.
12444 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
12445 gdb.dwarf2/dw2-canonicalize-type.exp,
12446 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
12447 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
12448 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
12449 provided by gdb_target_symbol_prefix_flags_asm.
12450 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
12451 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
12452 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
12453 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
12454 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
12455 macros where needed). Use this macro for symbols which require
12456 the prefix provided by SYMBOL_PREFIX.
12457
2223449a
KB
124582015-11-05 Kevin Buettner <kevinb@redhat.com>
12459
12460 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
12461 New procs.
12462 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
12463 representing expressions, of more than one list element.
12464 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
12465 to prepend linker symbol prefix to f.
12466 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
12467 table_1 and table_2.
12468 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
12469 Likewise, for f and g.
12470 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
12471 for ptr.
12472 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
12473 for main.
12474 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
12475 table_1_ptr and table_2_ptr.
12476
6f2f1a3a
JK
124772015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12478 Joel Brobecker <brobecker@adacore.com>
12479
12480 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
12481
566c56c9
MK
124822015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
12483
12484 * gdb.reverse/s390-mvcle.c: New test.
12485 * gdb.reverse/s390-mvcle.exp: New file.
12486 * lib/gdb.exp: Enable reverse tests on s390*-linux.
12487
d5f0636b
MK
124882015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
12489
12490 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
12491
7ad8b86c
MK
124922015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
12493
12494 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
12495 reaching marker2.
12496 * gdb.reverse/getresuid-reverse.exp: Likewise.
12497 * gdb.reverse/pipe-reverse.exp: Likewise.
12498 * gdb.reverse/readv-reverse.exp: Likewise.
12499 * gdb.reverse/recvmsg-reverse.exp: Likewise.
12500 * gdb.reverse/time-reverse.exp: Likewise.
12501 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
12502
4081c0f1
YQ
125032015-10-30 Yao Qi <yao.qi@linaro.org>
12504
12505 * gdb.threads/wp-replication.c (watch_count_done): Remove.
12506 (empty_cycle): Remove.
12507 (main): Don't call empty_cycle. Don't use watch_count_done.
12508 * gdb.threads/wp-replication.exp: Don't set breakpoint on
12509 empty_cycle. Rewrite the code counting HW watchpoints.
12510
452b4ba5
MK
125112015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
12512
12513 * gdb.reverse/fstatat-reverse.c: New test.
12514 * gdb.reverse/fstatat-reverse.exp: New file.
12515 * gdb.reverse/getresuid-reverse.c: New test.
12516 * gdb.reverse/getresuid-reverse.exp: New file.
12517 * gdb.reverse/pipe-reverse.c: New test.
12518 * gdb.reverse/pipe-reverse.exp: New file.
12519 * gdb.reverse/readv-reverse.c: New test.
12520 * gdb.reverse/readv-reverse.exp: New file.
12521 * gdb.reverse/recvmsg-reverse.c: New test.
12522 * gdb.reverse/recvmsg-reverse.exp: New file.
12523 * gdb.reverse/time-reverse.c: New test.
12524 * gdb.reverse/time-reverse.exp: New file.
12525 * gdb.reverse/waitpid-reverse.c: New test.
12526 * gdb.reverse/waitpid-reverse.exp: New file.
12527
5e2e7507
JK
125282015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
12529
12530 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
12531
0fde2c53
DE
125322015-10-26 Doug Evans <dje@google.com>
12533
12534 PR symtab/17391
12535 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
12536 * gdb.dwarf2/bad-regnum.c: New file.
12537 * gdb.dwarf2/bad-regnum.exp: New file.
12538
1a70ae97
DE
125392015-10-26 Doug Evans <dje@google.com>
12540
12541 PR python/18938
12542 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
12543 file.
12544
27dc26ab
JK
125452015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12546
12547 * gdb.compile/compile.exp (compile code globalvar): Update expectation
12548 for a change by "Mention language in compile error message".
12549
bed91f4d
SM
125502015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
12551
12552 PR python/18073
12553 * gdb.python/py-type.c (C::a_method): New.
12554 (C::a_const_method): New.
12555 (C::a_static_method): New.
12556 (a_function): New.
12557 * gdb.python/py-type.exp (test_fields): Test getting fields
12558 from function and method.
12559
3f2f83dd
KB
125602015-10-21 Keven Boell <keven.boell@intel.com>
12561
12562 * gdb.fortran/vla-alloc-assoc.exp: New file.
12563 * gdb.fortran/vla-datatypes.exp: New file.
12564 * gdb.fortran/vla-datatypes.f90: New file.
12565 * gdb.fortran/vla-history.exp: New file.
12566 * gdb.fortran/vla-ptype-sub.exp: New file.
12567 * gdb.fortran/vla-ptype.exp: New file.
12568 * gdb.fortran/vla-sizeof.exp: New file.
12569 * gdb.fortran/vla-sub.f90: New file.
12570 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
12571 * gdb.fortran/vla-value-sub-finish.exp: New file.
12572 * gdb.fortran/vla-value-sub.exp: New file.
12573 * gdb.fortran/vla-value.exp: New file.
12574 * gdb.fortran/vla-ptr-info.exp: New file.
12575 * gdb.mi/mi-vla-fortran.exp: New file.
12576 * gdb.mi/vla.f90: New file.
12577
27145d50
SL
125782015-10-21 Sandra Loosemore <sandra@codesourcery.com>
12579
12580 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
12581 of hardwired timeout value.
12582
5f3ff4f8
JK
125832015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12584 Pedro Alves <palves@redhat.com>
12585
12586 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
12587 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
12588
bfd09d20
JS
125892015-10-19 Josh Stone <jistone@redhat.com>
12590
12591 * gdb.base/catch-syscall.c: Include <sched.h>.
12592 (unknown_syscall): New variable.
12593 (main): Trigger a vfork and an unknown syscall.
12594 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
12595 (unknown_syscall_number): Likewise.
12596 (check_call_to_syscall): Accept an optional syscall pattern.
12597 (check_return_from_syscall): Likewise.
12598 (check_continue): Likewise.
12599 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
12600 (test_catch_syscall_skipping_return): New test toggling off 'catch
12601 syscall' to step over the syscall return, then toggling back on.
12602 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
12603 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
12604 (do_syscall_tests): Call test_catch_syscall_without_args and
12605 test_catch_syscall_mid_vfork.
12606 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
12607 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
12608
b32b93c6
AS
126092015-10-19 Andrew Stubbs <ams@codesourcery.com>
12610
12611 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
12612 print g_vE): Add new pass patterns.
12613 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
12614 print various symbol names for vptr fields.
12615
9d622bda
AB
126162015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
12617
12618 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
12619 results.
12620
0fd8ac1c
YQ
126212015-10-12 Yao Qi <yao.qi@linaro.org>
12622
12623 * gdb.arch/disp-step-insn-reloc.exp: New test case.
12624
34240514
YQ
126252015-10-12 Yao Qi <yao.qi@linaro.org>
12626
12627 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
12628 is aarch64*-*-linux*.
12629
8240f442
YQ
126302015-10-12 Yao Qi <yao.qi@linaro.org>
12631
12632 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
12633 (can_relocate_bcond_true): ... it.
12634 (can_relocate_bcond_false): New function.
12635 (foo): Likewise.
12636 (can_relocate_bl): Likewise.
12637 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
12638 can_relocate_bl.
12639
2520f728
PMR
126402015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
12641
12642 * gdb.base/nested-addr.c: New file.
12643 * gdb.base/nested-addr.exp: New testcase.
12644
abcef95a
MM
126452015-10-09 Markus Metzger <markus.t.metzger@intel.com>
12646
12647 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
12648 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
12649 its output. Ignore the output of "record goto begin" and instead
12650 check that GDB is replaying.
12651
145e3ddb
PA
126522015-10-09 Pedro Alves <palves@redhat.com>
12653
12654 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
12655 (top level): Use it in the run with no args test.
12656
d5d8c4e1
IB
126572015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
12658
12659 * gdb.dlang/properties.exp: New file.
12660
06e635ef
SL
126612015-10-02 Sandra Loosemore <sandra@codesourcery.com>
12662
12663 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
12664 whether or not address 0x1000 is mapped on the target.
12665
e019fd1d
SM
126662015-09-30 Simon Marchi <simon.marchi@ericsson.com>
12667
12668 * gdb.python/py-type.exp: Do not run tests if binaries fail to
12669 build.
12670
77ba2a67
MM
126712015-09-30 Markus Metzger <markus.t.metzger@intel.com>
12672
12673 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
12674 instruction-history test.
12675
c60eb31f
DE
126762015-09-28 Doug Evans <dje@google.com>
12677
12678 * gdb.base/gcore.c (array_func): Add reference to static_array.
12679
9a3c8263
SM
126802015-09-25 Simon Marchi <simon.marchi@ericsson.com>
12681
12682 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
12683 source line.
12684
9720e656
SL
126852015-09-24 Sandra Loosemore <sandra@codesourcery.com>
12686
12687 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
12688 short or char as base type.
12689
938d3bf2
SL
126902015-09-23 Sandra Loosemore <sandra@codesourcery.com>
12691
12692 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
12693 to allow any size enum.
12694
e6c2c623
PMR
126952015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
12696
12697 * gdb.ada/array_ptr_renaming.exp: New testcase.
12698 * gdb.ada/array_ptr_renaming/foo.adb: New file.
12699 * gdb.ada/array_ptr_renaming/pack.ads: New file.
12700
06da0f77
PL
127012015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12702
12703 * gdb.trace/ftrace-lock.c: New file.
12704 * gdb.trace/ftrace-lock.exp: New file.
12705
4f51c22a
PL
127062015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12707
12708 * gdb.arch/insn-reloc.c: New file.
12709 * gdb.arch/ftrace-insn-reloc.exp: New file.
12710
7041adf4
PL
127112015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12712
12713 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
12714 instruction.
12715 * gdb.trace/pendshr1.c (pendfunc): Likewise.
12716 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
12717 * gdb.trace/range-stepping.c: Likewise.
12718 * gdb.trace/trace-break.c: Likewise.
12719 * gdb.trace/trace-mt.c (thread_function): Likewise.
12720 * gdb.trace/ftrace.c (marker): Likewise.
12721 * gdb.trace/trace-condition.c (marker): Likewise.
12722 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
12723 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
12724 is_aarch64_target.
12725
015d2e7e
DE
127262015-09-18 Doug Evans <xdje42@gmail.com>
12727
12728 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
12729 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
12730
26b188a2
SL
127312015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12732
12733 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
12734 the breakpoint.
12735
79dc332b
SL
127362015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12737
12738 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
12739 the pending breakpoint. Remove timeout override for "Run till
12740 MI pending breakpoint on pendfunc3 on thread 2" test.
12741
f57929f2
SL
127422015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12743
12744 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
12745 filename pattern.
12746
3f469b17
SL
127472015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12748
12749 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
12750 in breakpoint filename pattern.
12751
515b89b3
SL
127522015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12753
7800dbe4
SL
12754 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
12755
127562015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12757
515b89b3
SL
12758 * gdb.linespec/explicit.exp: Check for readline support for
12759 tab-completion tests. Fix obvious typo.
12760
d2939ba2
MM
127612015-09-18 Markus Metzger <markus.t.metzger@intel.com>
12762
12763 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
12764 and replay.
12765
cbb55fa7
MM
127662015-09-18 Markus Metzger <markus.t.metzger@intel.com>
12767
12768 * gdb.btrace/non-stop.c: New.
12769 * gdb.btrace/non-stop.exp: New.
12770
43691ca1
PL
127712015-09-17 Pierre Langlois <pierre.langlois@arm.com>
12772 Yao Qi <yao.qi@linaro.org>
12773
12774 * gdb.trace/trace-condition.c: New file.
12775 * gdb.trace/trace-condition.exp: New file.
12776
d78908cf
WW
127772015-09-16 Wei-cheng Wang <cole945@gmail.com>
12778
12779 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
12780 for testing bytecode compilation.
12781
1ed415e2
PA
127822015-09-16 Pedro Alves <palves@redhat.com>
12783 Sandra Loosemore <sandra@codesourcery.com>
12784
12785 * gdb.threads/non-stop-fair-events.c (timeout): New global.
12786 (SECONDS): Redefine.
12787 (main): Call pthread_kill and alarm early.
12788 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
12789 support.
12790 (test): If the target can't hardware step and doesn't support
12791 displaced stepping, increase the timeout.
12792
d136eff5
PA
127932015-09-16 Pedro Alves <palves@redhat.com>
12794
12795 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
12796 (enable_debug): New procedures.
12797 (test): Use them. Bail out if waiting for threads fails.
12798 (top level): Bail out if a test fails.
12799
991f019c
YQ
128002015-09-16 Yao Qi <yao.qi@linaro.org>
12801
12802 * gdb.asm/asm-source.exp: Set asm-arch for
12803 aarch64*-*-* target.
12804 * gdb.asm/aarch64.inc: New file.
12805
bfca584f
PMR
128062015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
12807
12808 * gdb.ada/array_of_variable_length.exp: New testcase.
12809 * gdb.ada/array_of_variable_length/foo.adb: New file.
12810 * gdb.ada/array_of_variable_length/pck.adb: New file.
12811 * gdb.ada/array_of_variable_length/pck.ads: New file.
12812
b326e587
DE
128132015-09-15 Doug Evans <dje@google.com>
12814
12815 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
12816 of function static local variable.
12817
5382cfab
PW
128182015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12819
12820 * gdb.threads/tls-so_extern.exp: New test file.
12821 * gdb.threads/tls-so_extern.c: New test file.
12822 * gdb.threads/tls-so_extern_main.c: New test file.
12823
141c5cc4
JK
128242015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12825
12826 * gdb.opt/solib-intra-step-lib.c: New file.
12827 * gdb.opt/solib-intra-step-main.c: New file.
12828 * gdb.opt/solib-intra-step.exp: New file.
12829
d15dcecd
PA
128302015-09-15 Pedro Alves <palves@redhat.com>
12831
12832 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
12833 gdb_continue_to_breakpoint instead of gdb_test_multiple.
12834
4c2f2a79
PA
128352015-09-14 Pedro Alves <palves@redhat.com>
12836
12837 * gdb.base/hook-stop-continue.c: Delete.
12838 * gdb.base/hook-stop-continue.exp: Delete.
12839 * gdb.base/hook-stop-frame.c: Delete.
12840 * gdb.base/hook-stop-frame.exp: Delete.
12841 * gdb.base/hook-stop.c: New file.
12842 * gdb.base/hook-stop.exp: New file.
12843
919e6dbe
PMR
128442015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
12845
12846 * gdb.ada/access_to_packed_array.exp: New testcase.
12847 * gdb.ada/access_to_packed_array/foo.adb: New file.
12848 * gdb.ada/access_to_packed_array/pack.adb: New file.
12849 * gdb.ada/access_to_packed_array/pack.ads: New file.
12850
157280a4
MM
128512015-09-14 Markus Metzger <markus.t.metzger@intel.com>
12852
12853 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
12854 buffer size test.
12855
2fd33e94
DB
128562015-09-11 Don Breazeal <donb@codesourcery.com>
12857
12858 * gdb.base/foll-exec.c: Add copyright header. Fix
12859 formatting issues.
12860 * gdb.base/foll-exec.exp (zap_session): Delete proc.
12861 (do_exec_tests): Use clean_restart in place of zap_session,
12862 and for test initialization. Fix formatting issues. Use
12863 fail in place of perror.
12864 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
12865 an expect statement to match an expression with output from
12866 the program under debug.
12867 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
12868 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
12869 * gdb.threads/non-ldr-exc-2.exp: Likewise.
12870 * gdb.threads/non-ldr-exc-3.exp: Likewise.
12871 * gdb.threads/non-ldr-exc-4.exp: Likewise.
12872
e70b6e8e
DE
128732015-09-09 Doug Evans <dje@google.com>
12874
12875 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
12876
7a551a51
DE
128772015-09-09 Doug Evans <dje@google.com>
12878
12879 * gdb.base/pie-execl.exp: Fix result test of build_executable.
12880
4c666f84
DE
128812015-09-09 Doug Evans <dje@google.com>
12882
12883 * gdb.base/savedregs.exp: Fix typo.
12884
243a9253
PA
128852015-09-09 Pedro Alves <palves@redhat.com>
12886
12887 * gdb.mi/mi-cli.exp: Add CLI finish tests.
12888
c0fa8fbd
SL
128892015-09-08 Sandra Loosemore <sandra@codesourcery.com>
12890
12891 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
12892 command actually switches threads. Give up on remaining
12893 tests if target fails to stop at breakpoint.
12894
cd7c1778
PMR
128952015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
12896
12897 * gdb.ada/funcall_char.exp: New testcase.
12898 * gdb.ada/funcall_char/foo.adb: New file.
12899
dc5c8746
PMR
129002015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
12901
12902 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
12903 expected outputs. Add two testcases for completing ambiguous
12904 functions.
12905 * gdb.ada/complete/aux_pck.adb: New file.
12906 * gdb.ada/complete/aux_pck.ads: New file.
12907 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
12908 Ambiguous_Func functions.
12909 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
12910 * gdb.ada/complete/pck.adb: Likewise.
12911
4e83a1e7
UW
129122015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
12913
12914 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
12915 failures to run the test program under GDB.
12916
8ce74153
LM
129172015-08-26 Luis Machado <lgustavo@codesourcery.com>
12918
12919 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
12920 to C.
12921
e9756d52
PP
129222015-08-26 Patrick Palka <patrick@parcs.ath.cx>
12923
12924 * gdb.base/run-after-attach.exp: New test file.
12925 * gdb.base/run-after-attach.c: New test file.
12926
8d37573b
DB
129272015-08-26 Don Breazeal <donb@codesourcery.com>
12928
12929 * gdb.base/foll-exec-2.c: New test program.
12930 * gdb.base/foll-exec-2.exp: New test.
12931
63e43d3a
PMR
129322015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
12933
12934 * gdb.base/nested-subp1.exp: New file.
12935 * gdb.base/nested-subp1.c: New file.
12936 * gdb.base/nested-subp2.exp: New file.
12937 * gdb.base/nested-subp2.c: New file.
12938 * gdb.base/nested-subp3.exp: New file.
12939 * gdb.base/nested-subp3.c: New file.
12940
3d40fbb5
PA
129412015-08-24 Pedro Alves <palves@redhat.com>
12942
12943 * gdb.server/connect-without-multi-process.c: New file.
12944 * gdb.server/connect-without-multi-process.exp: New file.
12945
4422ac93
LM
129462015-08-24 Luis Machado <lgustavo@codesourcery.com>
12947
12948 * gdb.opt/inline-markers.c: Make z int.
12949
91dddb86
LM
129502015-08-24 Luis Machado <lgustavo@codesourcery.com>
12951
12952 * gdb.opt/inline-markers.c: Make z volatile.
12953
a48847ee
LM
129542015-08-24 Luis Machado <lgustavo@codesourcery.com>
12955
12956 * gdb.opt/inline-bt.c: New volatile global z.
12957 * gdb.opt/inline-cmds.c: Likewise.
12958 * gdb.opt/inline-locals.c: Likewise.
12959 * gdb.opt/inline-markers.c: New extern global z.
12960 (marker): Use z.
12961 (inline_fn): Likewise.
12962
0ebbc52b
PA
129632015-08-24 Pedro Alves <palves@redhat.com>
12964
12965 * config/m32r-stub.exp: Remove file.
12966 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
12967 * gdb.base/call-rt-st.exp: Likewise.
12968 * gdb.base/call-strs.exp: Likewise.
12969 * gdb.base/default.exp: Remove references to h8300-*-hms and
12970 *-*-udi*.
12971 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
12972
77c365df
AA
129732015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12974
12975 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
12976 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
12977 and "return" use KFAIL when GDB can not read/write the vector
12978 return value.
12979
4313b8c0
GB
129802015-08-21 Gary Benson <gbenson@redhat.com>
12981
12982 * gdb.trace/pending.exp: Cope with remote transfer warnings.
12983
0e433b32
PA
129842015-08-20 Pedro Alves <palves@redhat.com>
12985
12986 * gdb.server/solib-list.exp: No longer expect an interior stop in
12987 non-stop mode.
12988
221e1a37
PA
129892015-08-20 Pedro Alves <palves@redhat.com>
12990
12991 * gdb.server/connect-stopped-target.c: New file.
12992 * gdb.server/connect-stopped-target.exp: New file.
12993
40e3ad0e
PA
129942015-08-20 Pedro Alves <palves@redhat.com>
12995
12996 * gdb.dwarf2/comp-unit-lang.exp: New file.
12997 * gdb.dwarf2/comp-unit-lang.c: New file.
12998
af39b327
PMR
129992015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
13000
13001 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
13002 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
13003
7d45c7c3 130042015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 13005
7d45c7c3
KB
13006 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
13007 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
13008
4d6cceb4
DE
130092015-08-18 Doug Evans <dje@google.com>
13010 Adrian Sendroiu <adrian.sendroiu@freescale.com>
13011
13012 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
13013 skip_python_tests. New arg prompt_regexp.
13014 (skip_python_tests): New function.
13015 * lib/mi-support.exp (mi_skip_python_tests): New function.
13016 * gdb.python/py-mi-objfile-gdb.py: New file.
13017 * gdb.python/py-mi-objfile.c: New file.
13018 * gdb.python/py-mi-objfile.exp: New file.
13019
ad89c2aa
KS
130202015-08-17 Keith Seitz <keiths@redhat.com>
13021
13022 * gdb.linespec/explicit.exp: Move strace test from here ...
13023 * gdb.trace/strace.exp: ... to here.
13024
e3ae3c43
PP
130252015-08-15 Patrick Palka <patrick@parcs.ath.cx>
13026
13027 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
13028 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
13029
604b2636
DE
130302015-08-14 Doug Evans <xdje42@gmail.com>
13031
13032 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
13033 inferior before selecting a new file.
13034
6ff0ba5f
DE
130352015-08-14 Doug Evans <xdje42@gmail.com>
13036
13037 * gdb.mi/mi-disassemble.exp: Update.
13038 * gdb.base/disasm-optim.S: New file.
13039 * gdb.base/disasm-optim.c: New file.
13040 * gdb.base/disasm-optim.h: New file.
13041 * gdb.base/disasm-optim.exp: New file.
13042
9ca98f92
KS
130432015-08-14 Keith Seitz <keiths@redhat.com>
13044
13045 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
13046 "evaluated-by".
13047
52bbc560
JB
130482015-08-13 Joel Brobecker <brobecker@adacore.com>
13049
13050 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
13051
5d8c3ed3
PMR
130522015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
13053
13054 * gdb.ada/fun_renaming.exp: New testcase.
13055 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
13056 * gdb.ada/fun_renaming/pack.adb: New file.
13057 * gdb.ada/fun_renaming/pack.ads: New file.
13058
ea8812bc
KS
130592015-08-12 Keith Seitz <keiths@redhat.com>
13060
13061 * gdb.base/dso2dso.exp: Pass basename of source file in call to
13062 gdb_get_line_number.
13063
4dafcdeb
JB
130642015-08-12 Joel Brobecker <brobecker@adacore.com>
13065
13066 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
13067 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
13068 gdb.base/dso2dso.exp: New files.
13069
5ba32597
SDJ
130702015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
13071 Pedro Alves <palves@redhat.com>
13072 Keith Seitz <keiths@redhat.com>
13073
13074 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
13075 GDBFLAGS.
13076
b6dafabf
PP
130772015-08-12 Patrick Palka <patrick@parcs.ath.cx>
13078
13079 * gdb.base/gdbhistsize-history.exp
13080 (test_histsize_history_setting): Use save_vars.
13081 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13082 Use save_vars.
13083 (test_no_truncation_of_unlimited_history_file): Use save_vars.
13084 * gdb.base/readline.exp: Use save_vars.
13085
abe8e607
PP
130862015-08-12 Patrick Palka <patrick@parcs.ath.cx>
13087
13088 * lib/gdb.exp (save_vars): New proc.
13089
629500fa
KS
130902015-08-11 Keith Seitz <keiths@redhat.com>
13091
13092 * gdb.base/help.exp: Update help_breakpoint_text.
13093
eb8c4e2e
KS
130942015-08-11 Keith Seitz <keiths@redhat.com>
13095
13096 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
13097 (at toplevel): Call test_explicit_breakpoints.
13098 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
13099 breakpoints.
13100 * lib/mi-support.exp (mi_make_breakpoint): Add support for
13101 breakpoint conditions, "-cond".
13102
87f0e720
KS
131032015-08-11 Keith Seitz <keiths@redhat.com>
13104
13105 * gdb.linespec/3explicit.c: New file.
13106 * gdb.linespec/cpexplicit.cc: New file.
13107 * gdb.linespec/cpexplicit.exp: New file.
13108 * gdb.linespec/explicit.c: New file.
13109 * gdb.linespec/explicit.exp: New file.
13110 * gdb.linespec/explicit2.c: New file.
13111 * gdb.linespec/ls-errs.exp: Add explicit location tests.
13112 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
13113 before using in the matching pattern.
13114 Clarify that `prefix' is a regular expression.
13115
f00aae0f
KS
131162015-08-11 Keith Seitz <keiths@redhat.com>
13117
13118 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
13119 test.
13120 Add tests for missing ",FMT" and ",".
13121
e27852be
DE
131222015-08-10 Doug Evans <dje@google.com>
13123 Keith Seitz <keiths@redhat.com>
13124
13125 PR gdb/17960
13126 * gdb.base/completion.exp: Add location completer tests.
13127
7f03bd92
PA
131282015-08-07 Pedro Alves <palves@redhat.com>
13129
13130 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
13131 tests here.
13132 (top level): Run do_test with and without displaced stepping.
13133
3fc8eb30
PA
131342015-08-07 Pedro Alves <palves@redhat.com>
13135
13136 * gdb.base/valgrind-disp-step.c: New file.
13137 * gdb.base/valgrind-disp-step.exp: New file.
13138
d4569d7b
PA
131392015-08-07 Pedro Alves <palves@redhat.com>
13140
13141 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
13142 Delete function.
13143 (main): Add alarm. Run an infinite loop instead of calling
13144 wait_threads.
13145 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
13146 comment.
13147 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
13148 Delete function.
13149 (main): Add alarm. Run an infinite loop instead of calling
13150 wait_threads.
13151 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
13152 comment.
13153
e1316e60
PA
131542015-08-07 Pedro Alves <palves@redhat.com>
13155
13156 * gdb.base/checkpoint-ns.exp: New file.
13157 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
13158 standard_testfile.
13159
da8c46d2
MM
131602015-08-07 Markus Metzger <markus.t.metzger@intel.com>
13161
13162 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
13163 * gdb.btrace/instruction_history.exp: Update.
13164 * gdb.btrace/tsx.exp: New.
13165 * gdb.btrace/tsx.c: New.
13166
de1c2c52
PA
131672015-08-06 Pedro Alves <palves@redhat.com>
13168
13169 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
13170 increase timeout.
13171 * gdb.reverse/until-precsave.exp: Bump timeouts.
13172
782e0bf4
PA
131732015-08-06 Pedro Alves <palves@redhat.com>
13174
13175 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
13176
83e97ed0
PA
131772015-08-06 Pedro Alves <palves@redhat.com>
13178
13179 PR gdb/18749
13180 * gdb.threads/process-dies-while-handling-bp.c: New file.
13181 * gdb.threads/process-dies-while-handling-bp.exp: New file.
13182
863d01bd
PA
131832015-08-06 Pedro Alves <palves@redhat.com>
13184
13185 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
13186 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
13187
0a39bb32
PA
131882015-08-05 Pedro Alves <palves@redhat.com>
13189
13190 * gdb.threads/next-while-other-thread-longjmps.c: New file.
13191 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
13192
ee2d2b10
SL
131932015-08-03 Sandra Loosemore <sandra@codesourcery.com>
13194
13195 * gdb.base/bp-permanent.exp: Report test as unsupported if
13196 the target cannot stop at the permanent breakpoint.
13197
4e1bdb00
DE
131982015-08-03 Doug Evans <dje@google.com>
13199
13200 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
13201 10000.
13202
3d338901
DE
132032015-08-03 Doug Evans <dje@google.com>
13204
13205 * Makefile.in (workers/%.worker, build-perf): New rule.
13206 (GDB_PERFTEST_MODE): New variable.
13207 (check-perf): Use it.
13208 (clean): Clean up gdb.perf parallel build subdirs.
13209 * lib/build-piece.exp: New file.
13210 * lib/gdb.exp (make_gdb_parallel_path): New function
13211 (standard_output_file, standard_temp_file): Call it.
13212 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
13213 of $GDB_PARALLEL.
13214 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
13215
af061d3e
DE
132162015-08-03 Doug Evans <dje@google.com>
13217
8e1afc81 13218 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
13219 (LOG_FILE_NAME): New global.
13220 (TextReporter.__init__): Initialize self.txt_sum.
13221 (TextReporter.report): Add support for multiple data-points.
13222 Move report to perftest.sum, put raw data in perftest.log.
13223 (TextReporter.start): Open sum and log files.
13224 (TextReporter.end): Close sum and log files.
8e1afc81
DE
13225 * gdb.perf/lib/perftest/testresult.py
13226 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 13227
2c8c5d37
PA
132282015-07-31 Pedro Alves <palves@redhat.com>
13229
13230 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
13231 Use spawn_id_get_pid. Wait for spawn id after eof. Use
13232 kill_wait_spawned_process instead of explicit "kill -9".
13233 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
13234 returning a spawn id instead of a pid. Use spawn_id_get_pid and
13235 kill_wait_spawned_process.
13236 * gdb.base/attach-twice.exp: Likewise.
13237 * gdb.base/attach.exp: Likewise.
13238 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
13239 gdb_test_multiple.
13240 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
13241 returning a spawn id instead of a pid. Use spawn_id_get_pid and
13242 kill_wait_spawned_process.
13243 * gdb.base/valgrind-infcall.exp: Likewise.
13244 * gdb.multi/multi-attach.exp: Likewise.
13245 * gdb.python/py-prompt.exp: Likewise.
13246 * gdb.python/py-sync-interp.exp: Likewise.
13247 * gdb.server/ext-attach.exp: Likewise.
13248 * gdb.threads/attach-into-signal.exp (corefunc): Use
13249 spawn_wait_for_attach, spawn_id_get_pid and
13250 kill_wait_spawned_process.
13251 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
13252 spawn_wait_for_attach returning a spawn id instead of a pid. Use
13253 spawn_id_get_pid and kill_wait_spawned_process.
13254 * gdb.threads/attach-stopped.exp (corefunc): Use
13255 spawn_wait_for_attach, spawn_id_get_pid and
13256 kill_wait_spawned_process.
13257 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
13258 Use spawn_id_get_pid. Wait for spawn id after eof. Use
13259 kill_wait_spawned_process instead of explicit "kill -9".
13260 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
13261 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
13262 (spawn_wait_for_attach): Use spawn instead of exec to spawn
13263 processes. Don't map cygwin/windows pids here. Now returns a
13264 spawn id list.
13265
032a0fca
SL
132662015-07-30 Sandra Loosemore <sandra@codesourcery.com>
13267
13268 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
13269 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
13270 correct patch.
13271
61a934ca
SL
132722015-07-30 Sandra Loosemore <sandra@codesourcery.com>
13273
13274 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
13275
4bc4d428
SL
132762015-07-30 Sandra Loosemore <sandra@codesourcery.com>
13277
13278 Reapply:
13279 2014-05-21 Mark Wielaard <mjw@redhat.com>
13280
13281 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
13282
998d452a
PA
132832015-07-30 Pedro Alves <palves@redhat.com>
13284
13285 * linux-low.c (handle_extended_wait): Set the child's last
13286 reported status to TARGET_WAITKIND_STOPPED.
13287
69dde7dc
PA
132882015-07-30 Pedro Alves <palves@redhat.com>
13289
13290 PR threads/18600
13291 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
13292 only shows inferior 1.
13293
4dd63d48
PA
132942015-07-30 Simon Marchi <simon.marchi@ericsson.com>
13295 Pedro Alves <palves@redhat.com>
13296
13297 PR threads/18600
13298 * gdb.threads/fork-plus-threads.c: New file.
13299 * gdb.threads/fork-plus-threads.exp: New file.
13300
d618e4c5
PP
133012015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13302
13303 * gdb.base/batch-preserve-term-settings.exp
13304 (test_terminal_settings_preserved_after_cli_exit): Use
13305 send_quit_command.
13306
1eef6428
PA
133072015-07-29 Pedro Alves <palves@redhat.com>
13308 Don Breazeal <donb@codesourcery.com>
13309
13310 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
13311 output from both inferior_spawn_id and gdb_spawn_id.
13312
7da5b897
SDJ
133132015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
13314
13315 * gdb.threads/attach-into-signal.exp (corefunc): Use
13316 with_test_prefix on nested loops, uniquefying the test messages.
13317
dac804df
SDJ
133182015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
13319
13320 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
13321 commit.
13322
06265e53
PP
133232015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13324
13325 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
13326 New proc.
13327 (test_terminal_settings_preserved_after_sigterm): New test.
13328
18206ca3
PP
133292015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13330
13331 * gdb.base/batch-preserve-term-settings.exp
13332 (test_terminal_settings_preserved_after_cli_exit): New test.
13333
90074d11
PP
133342015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13335
13336 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
13337 manipulation of saved_gdbflags.
13338 (test_terminal_settings_preserved): Remove global declaration of
13339 the unused variable pagination_prompt. Remove manipulation of
13340 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
13341 GDBFLAGS.
13342
eb1a7902
PA
133432015-07-29 Pedro Alves <palves@redhat.com>
13344
13345 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
13346
8b75dd3b
PA
133472015-07-29 Pedro Alves <palves@redhat.com>
13348
13349 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
13350 at the top.
13351
dedad4e3
PA
133522015-07-29 Pedro Alves <palves@redhat.com>
13353
13354 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
13355 (main): Call gdb_unbuffer_output.
13356 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
13357 (main): Call gdb_unbuffer_output.
13358 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
13359 (main): Call gdb_unbuffer_output.
13360 * gdb.base/call-strs.exp: Adjust to step over the
13361 gdb_unbuffer_output call.
13362 * gdb.base/catch-gdb-caused-signals.c: Include
13363 "../lib/unbuffer_output.c".
13364 (main): Call gdb_unbuffer_output.
13365 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
13366 (main): Call gdb_unbuffer_output.
13367 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
13368 (main): Call gdb_unbuffer_output.
13369 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
13370 (main): Call gdb_unbuffer_output.
13371 * gdb.base/shlib-call.exp: Adjust to step over the
13372 gdb_unbuffer_output call.
13373 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
13374 (main): Call gdb_unbuffer_output.
13375 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
13376 (main): Call gdb_unbuffer_output.
13377 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
13378 (main): Rename to ...
13379 (test): ... this.
13380 (main): Reimplement.
13381 * gdb.base/varargs.exp: Run to test instead of to main.
13382 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
13383 (main): Call gdb_unbuffer_output.
13384
58789a91
PA
133852015-07-29 Pedro Alves <palves@redhat.com>
13386
13387 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
13388 factore out from mi_continue_dprintf. For call-style dprintfs,
13389 expect dprintf output out of $inferior_spawn_id.
13390 (mi_continue_dprintf): Use mi_expect_dprintf.
13391 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
13392 (main): Call gdb_unbuffer_output.
13393
e8376742
PA
133942015-07-29 Pedro Alves <palves@redhat.com>
13395
13396 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
13397 (default_mi_gdb_start): Set inferior_spawn_id instead of
13398 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
13399 gdb_spawn_id.
13400 (mi_gdb_test): Always expect inferior output from both
13401 $inferior_spawn_id and $gdb_spawn_id.
13402
08280010
PA
134032015-07-29 Pedro Alves <palves@redhat.com>
13404
13405 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
13406 send_inferior and $inferior_spawn_id.
13407
4d30e432
PA
134082015-07-29 Pedro Alves <palves@redhat.com>
13409
13410 * gdb.gdb/complaints.exp (test_initial_complaints)
13411 (test_serial_complaints, test_short_complaints): Use
13412 gdb_test_stdio.
13413 (test_empty_complaint): Handle $inferior_spawn_id !=
13414 $gdb_spawn_id.
13415
0d30a335
PA
134162015-07-29 Pedro Alves <palves@redhat.com>
13417
13418 * gdb.base/varargs.exp: Use gdb_test_stdio.
13419
39413b29
PA
134202015-07-29 Pedro Alves <palves@redhat.com>
13421
13422 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
13423
7cb000a9
PA
134242015-07-29 Pedro Alves <palves@redhat.com>
13425
13426 * gdb.base/ending-run.exp: Use gdb_test_stdio.
13427
d7b8ac82
PA
134282015-07-29 Pedro Alves <palves@redhat.com>
13429
13430 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
13431 parameter into two new parameters, "inf_result" and "gdb_result".
13432 Expect inferior output and gdb output from $inferior_spawn_id and
13433 $gdb_spawn_id, respectively. Adjust all callers.
13434
789c3a0c
PA
134352015-07-29 Pedro Alves <palves@redhat.com>
13436
13437 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
13438 of gdb_test_sequence.
13439
77e760c3
PA
134402015-07-29 Pedro Alves <palves@redhat.com>
13441
13442 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
13443 (saw_spurious_output): Expect inferior output from
13444 $inferior_spawn_id. Use gdb_test_stdio.
13445
8396d2cd
PA
134462015-07-29 Pedro Alves <palves@redhat.com>
13447
13448 * gdb.base/dprintf.exp: Use standard_testfile. Change
13449 prepare_for_testing call.
13450 (srcfile): Don't set.
13451 (restart): New procedure.
13452 (test_dprintf): New procecure, use to continue over dprintfs.
13453 (test_call, test_agent): New procedures, tests moved here.
13454 Restart gdb and recreate dprintfs. Adjust expected output.
13455
2051d61f
PA
134562015-07-29 Pedro Alves <palves@redhat.com>
13457
13458 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
13459
452397af
PA
134602015-07-29 Pedro Alves <palves@redhat.com>
13461
13462 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
13463
8aed9555
PA
134642015-07-29 Pedro Alves <palves@redhat.com>
13465
13466 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
13467 gdb_test_stdio.
13468
188a61b4
PA
134692015-07-29 Pedro Alves <palves@redhat.com>
13470
13471 * lib/gdb.exp (gdb_test_stdio): New procedure.
13472
12264a45
PA
134732015-07-29 Pedro Alves <palves@redhat.com>
13474
13475 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
13476
23ffc893
PA
134772015-07-29 Pedro Alves <palves@redhat.com>
13478
13479 * gdb.base/call-signal-resume.exp: Remove check for
13480 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
13481 * gdb.base/unwindonsignal.exp: Likewise.
13482 * gdb.base/call-signals.c (gen_signal): Remove printf call.
13483 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
13484
65566918
PA
134852015-07-29 Pedro Alves <palves@redhat.com>
13486
13487 * gdb.base/siginfo-addr.c (pass): New function.
13488 (handler): Call it iff si_addr is correct.
13489 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
13490 Set a breakpoint at "pass" and continue to it.
13491
d60a9221
SDJ
134922015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
13493
13494 * gdb.python/py-objfile.exp: Make some tests have unique names.
13495 * gdb.python/py-pp-registration.exp: Likewise.
13496
bde40b8f
PA
134972015-07-28 Pedro Alves <palves@redhat.com>
13498
13499 * gdb.server/server-exec-info.exp: Issue a "disconnect".
13500
13e1dec8
SM
135012015-07-27 Simon Marchi <simon.marchi@ericsson.com>
13502
13503 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
13504
da33c9a7
SM
135052015-07-27 Simon Marchi <simon.marchi@ericsson.com>
13506
13507 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
13508
077836f7
PP
135092015-07-27 Patrick Palka <patrick@parcs.ath.cx>
13510
13511 * gdb.base/gdb-sigterm-2.exp: New test.
13512
b8cc7b2e
DE
135132015-07-25 Doug Evans <xdje42@gmail.com>
13514
13515 Revert:
13516 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
13517 (workers/%.worker, build-perf): New rule.
13518 (GDB_PERFTEST_MODE): New variable.
13519 (check-perf): Use it.
13520 (clean): Clean up gdb.perf parallel build subdirs.
13521 * lib/build-piece.exp: New file.
13522 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
13523 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
13524 name.
13525 (standard_temp_file): Ditto.
13526 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
13527 of $GDB_PARALLEL.
13528
c8bd4544
DE
135292015-07-24 Doug Evans <dje@google.com>
13530
13531 * gdb.perf/lib/perftest/utils.py: New file.
13532 * gdb.perf/gm-hello.cc: New file.
13533 * gdb.perf/gm-pervasive-typedef.cc: New file.
13534 * gdb.perf/gm-pervasive-typedef.h: New file.
13535 * gdb.perf/gm-std.cc: New file.
13536 * gdb.perf/gm-std.h: New file.
13537 * gdb.perf/gm-use-cerr.cc: New file.
13538 * gdb.perf/gm-utils.h: New file.
13539 * gdb.perf/gmonster-null-lookup.py: New file.
13540 * gdb.perf/gmonster-pervasive-typedef.py: New file.
13541 * gdb.perf/gmonster-print-cerr.py: New file.
13542 * gdb.perf/gmonster-ptype-string.py: New file.
13543 * gdb.perf/gmonster-runto-main.py: New file.
13544 * gdb.perf/gmonster-select-file.py: New file.
13545 * gdb.perf/gmonster1-null-lookup.exp: New file.
13546 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
13547 * gdb.perf/gmonster1-print-cerr.exp: New file.
13548 * gdb.perf/gmonster1-ptype-string.exp: New file.
13549 * gdb.perf/gmonster1-runto-main.exp: New file.
13550 * gdb.perf/gmonster1-select-file.exp: New file.
13551 * gdb.perf/gmonster1.cc: New file.
13552 * gdb.perf/gmonster1.exp: New file.
13553 * gdb.perf/gmonster2-null-lookup.exp: New file.
13554 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
13555 * gdb.perf/gmonster2-print-cerr.exp: New file.
13556 * gdb.perf/gmonster2-ptype-string.exp: New file.
13557 * gdb.perf/gmonster2-runto-main.exp: New file.
13558 * gdb.perf/gmonster2-select-file.exp: New file.
13559 * gdb.perf/gmonster2.cc: New file.
13560 * gdb.perf/gmonster2.exp: New file.
13561
6eab34f3
DE
135622015-07-24 Doug Evans <dje@google.com>
13563
13564 * gdb.perf/README: New file.
13565 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
13566 * lib/gen-perf-test.exp: New file.
13567
63738bfd
DE
135682015-07-24 Doug Evans <dje@google.com>
13569
13570 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
13571 (PerfTest::startup): New function.
13572 (PerfTest::run): Return result of calling body.
13573 (PerfTest::assemble): Rewrite.
13574 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
13575 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
13576 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
13577 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
13578 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
13579
7b606f95
DE
135802015-07-24 Doug Evans <dje@google.com>
13581
13582 * lib/gdb.exp (clean_restart): Make executable optional.
13583
a97b16b8
DE
135842015-07-24 Doug Evans <dje@google.com>
13585
13586 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
13587 compiler_info references.
13588 * gdb.cp/temargs.exp: Ditto.
13589 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
13590 (get_compiler_info): Early exit if already computed. Set compiler_info
13591 to "unknown" if there was a problem.
13592 (test_compiler_info): Add function comment. Call get_compiler_info.
13593
35baa57f
DE
135942015-07-24 Doug Evans <dje@google.com>
13595
13596 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
13597 (workers/%.worker, build-perf): New rule.
13598 (GDB_PERFTEST_MODE): New variable.
13599 (check-perf): Use it.
13600 (clean): Clean up gdb.perf parallel build subdirs.
13601 * lib/build-piece.exp: New file.
13602 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
13603 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
13604 name.
13605 (standard_temp_file): Ditto.
13606 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
13607 of $GDB_PARALLEL.
13608
6ebea266
DE
136092015-07-24 Doug Evans <dje@google.com>
13610
13611 * lib/future.exp (gdb_default_target_compile): New option
13612 "early_flags".
13613 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
13614 --as-needed.
13615
1e76a7e9
SDJ
136162015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
13617
13618 * gdb.base/catch-syscall.exp: Call gdb_exit before
13619 gdb_skip_xml_test.
13620
5068630a
PA
136212015-07-24 Pedro Alves <palves@redhat.com>
13622
13623 * gdb.python/py-events.exp: Accept output between the stop event
13624 and the prompt.
13625 * gdb.python/py-evsignal.exp: Likewise.
13626 * gdb.python/py-evthreads.exp: Likewise.
13627
77598427
PA
136282015-07-24 Pedro Alves <palves@redhat.com>
13629
13630 PR gdb/18717
13631 * gdb.threads/non-ldr-exit.c: New file.
13632 * gdb.threads/non-ldr-exit.exp: New file.
13633
11e6c98f
YQ
136342015-07-24 Yao Qi <yao.qi@linaro.org>
13635
13636 * gdb.server/ext-wrapper.exp: Test --wrapper option when
13637 restarting process.
13638
51aee833
YQ
136392015-07-24 Yao Qi <yao.qi@linaro.org>
13640
13641 * gdb.server/ext-restart.exp: New file.
13642
8cfe207c
YQ
136432015-07-24 Yao Qi <yao.qi@linaro.org>
13644
13645 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
13646 argument options.
13647 * gdb.server/ext-wrapper.exp: New file.
13648
cc12ce38
DE
136492015-07-23 Doug Evans <dje@google.com>
13650
13651 * gdb.dwarf2/dw2-dummy-cu.S: New file.
13652 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
13653
d0d84780
PMR
136542015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
13655
13656 * gdb.ada/var_arr_typedef.exp: New testcase.
13657 * gdb.ada/var_arr_typedef/pack.adb: New file.
13658 * gdb.ada/var_arr_typedef/pack.ads: New file.
13659 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
13660
8b558f79
JB
136612015-07-20 Joel Brobecker <brobecker@adacore.com>
13662
13663 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
13664
775a3298
JK
136652015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13666
13667 * gdb.arch/i386-biarch-core.exp: Replace istarget
13668 by "complete set gnutarget". Remove expectation for the "core-file"
13669 command.
13670
db1ff28b
JK
136712015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13672
13673 Revert the previous commit:
13674 Tests for validate symbol file using build-id.
13675
0a94970d
JK
136762015-07-15 Aleksandar Ristovski <aristovski@qnx.com
13677
13678 Tests for validate symbol file using build-id.
13679 * gdb.base/solib-mismatch-lib.c: New file.
13680 * gdb.base/solib-mismatch-libmod.c: New file.
13681 * gdb.base/solib-mismatch.c: New file.
13682 * gdb.base/solib-mismatch.exp: New file.
13683
03346981
SL
136842015-07-15 Sandra Loosemore <sandra@codesourcery.com>
13685
13686 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
13687 nios2-*-linux*.
13688 * gdb.base/sigbpt.exp (stepi_out): Likewise.
13689 * gdb.base/siginfo.exp: Likewise.
13690 * gdb.base/sigstep.exp (advance, advancei): Likewise.
13691
42422cc7
PL
136922015-07-15 Pierre Langlois <pierre.langlois@arm.com>
13693
13694 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
13695 Move it to ...
13696 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
13697 ... here.
13698 * gdb.trace/range-stepping.exp: Check that the target supports
13699 range stepping.
13700
cfa68bae
JK
137012015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13702
13703 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
13704
8ffdba26
PA
137052015-07-14 Pedro Alves <palves@redhat.com>
13706
13707 * gdb.base/killed-outside.exp: New file.
13708 * gdb.base/killed-outside.c: New file.
13709
218a5a11
JK
137102015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
13711
13712 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
13713 (n at main): New.
13714 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
13715
e03ed3c6
AA
137162015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
13717
13718 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
13719 infcall tests instead of setting up for KFAIL.
13720
485668e5
MM
137212015-07-10 Markus Metzger <markus.t.metzger@intel.com>
13722
13723 * gdb.btrace/record_goto-step.exp: New.
13724
08464196
JK
137252015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13726
13727 PR compile/18484
13728 * gdb.compile/compile.c (struct struct_type): Add volatile to
13729 selffield's type.
13730 * gdb.compile/compile.exp
13731 (compile code struct_object.selffield = &struct_object): Skip further
13732 struct_object tests if this one xfails.
13733
bcf5c1d9
RC
137342015-07-08 Robert O'Callahan <robert@ocallahan.org>
13735
13736 PR exp/18617
13737 * gdb.trace/ax.exp: Add test.
13738
4931af25
YQ
137392015-07-07 Yao Qi <yao.qi@linaro.org>
13740
13741 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
13742 instead of istarget "aarch64*-*-*".
13743 * gdb.arch/aarch64-fp.exp: Likewise.
13744 * gdb.base/float.exp: Likewise.
13745 * gdb.reverse/aarch64.exp: Likewise.
13746 * lib/gdb.exp (is_aarch64_target): New proc.
13747
9fcf688e
YQ
137482015-07-07 Yao Qi <yao.qi@linaro.org>
13749
13750 * lib/gdb.exp (is_aarch32_target): New proc.
13751 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
13752 instead of "istarget "arm*-*-*"".
13753 * gdb.arch/arm-disp-step.exp: Likewise.
13754 * gdb.arch/thumb-bx-pc.exp: Likewise.
13755 * gdb.arch/thumb-prologue.exp: Likewise.
13756 * gdb.arch/thumb-singlestep.exp: Likewise.
13757 * gdb.base/disp-step-syscall.exp: Likewise.
13758 * gdb.base/float.exp: Likewise.
13759
fbd8d50d
YQ
137602015-07-07 Yao Qi <yao.qi@linaro.org>
13761
13762 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
13763 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
13764
71be1fdc
YQ
137652015-07-07 Yao Qi <yao.qi@linaro.org>
13766
13767 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
13768 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
13769 if it exists.
13770 * gdb.multi/multi-arch.exp: Likewise.
13771
3e221d36
SM
137722015-07-07 Simon Marchi <simon.marchi@ericsson.com>
13773
13774 * gdb.python/py-lazy-string.exp: Add missing parentheses to
13775 print.
13776
d441430b
YQ
137772015-07-07 Yao Qi <yao.qi@linaro.org>
13778
13779 * gdb.arch/thumb-singlestep.exp: Do one more single step.
13780
06f810bd
MG
137812015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
13782
13783 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
13784 '[' and ']' characters.
13785
5e61e7c0
IB
137862015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
13787
13788 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
13789
28bf096c
PA
137902015-06-29 Pedro Alves <palves@redhat.com>
13791
13792 PR threads/18127
13793 * gdb.threads/hand-call-new-thread.c: New file.
13794 * gdb.threads/hand-call-new-thread.c: New file.
13795
ee93cd5e
KS
137962015-06-26 Keith Seitz <keiths@redhat.com>
13797 Doug Evans <dje@google.com>
13798
13799 PR 16253
13800 * gdb.cp/var-tag-2.cc: New file.
13801 * gdb.cp/var-tag-3.cc: New file.
13802 * gdb.cp/var-tag-4.cc: New file.
13803 * gdb.cp/var-tag.cc: New file.
13804 * gdb.cp/var-tag.exp: New file.
13805
fc637f04
PP
138062015-06-26 Patrick Palka <patrick@parcs.ath.cx>
13807
13808 * gdb.base/history-duplicates.exp: New test.
13809
2e52ae68
PP
138102015-06-26 Patrick Palka <patrick@parcs.ath.cx>
13811
13812 * gdb.base/completion.exp: Test the completion of the "focus"
13813 command.
13814
6e22494e
JK
138152015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13816
13817 * gdb.arch/amd64-prologue-skip.S: New file.
13818 * gdb.arch/amd64-prologue-skip.exp: New file.
13819
bf7b9cd9
SM
138202015-06-25 Simon Marchi <simon.marchi@ericsson.com>
13821
13822 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
13823 is_address_zero_readable check.
13824
201e8dfd
PB
138252015-06-24 Peter Bergner <bergner@vnet.ibm.com>
13826
13827 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
13828 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
13829
5cd867b4
YQ
138302015-06-24 Yao Qi <yao.qi@linaro.org>
13831
13832 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
13833 linux targets.
13834
4d7be007
YQ
138352015-06-24 Yao Qi <yao.qi@linaro.org>
13836
13837 * lib/gdb.exp (supports_get_siginfo_type): New proc.
13838 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
13839 * gdb.base/siginfo-thread.exp: Likewise.
13840
07fcd301
YQ
138412015-06-22 Yao Qi <yao.qi@linaro.org>
13842
13843 * boards/remote-gdbserver-on-localhost.exp: Add comments.
13844
52042a00
YQ
138452015-06-22 Yao Qi <yao.qi@linaro.org>
13846
13847 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
13848 aarch64*-*-*.
13849 (skip_hw_watchpoint_tests): Likewise.
13850
74bd41ce
PP
138512015-06-18 Patrick Palka <patrick@parcs.ath.cx>
13852
13853 * gdb.base/gdbinit-history.exp: Test the interaction between
13854 setting GDBHISTSIZE and setting the history size via .gdbinit.
13855
bc460514
PP
138562015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13857
13858 PR gdb/16999
13859 * gdb.base/gdbhistsize-history.exp: New test.
13860
b58c513b
PP
138612015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13862
13863 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
13864 with GDBHISTSIZE.
13865 * gdb.base/readline.exp: Likewise.
13866
92046791
YQ
138672015-06-17 Yao Qi <yao.qi@linaro.org>
13868
13869 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
13870 line.
13871
2093d2d3
PP
138722015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13873
13874 * gdb.base/gdbinit-history.exp: Add test case to check that
13875 an unlimited history file does not get truncated on exit.
13876
e6c693af
AA
138772015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13878
13879 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
13880 (VECTOR): New macro. Use it...
13881 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
13882 ...for these typedefs.
13883 (int8, char1, int1, double1): New typedefs.
13884 (struct just_int2, struct two_int2): New structures.
13885 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
13886 (add_structvecs, add_singlevecs): New functions.
13887 (main): Call add_some_intvecs twice.
13888 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
13889 the compile and exit upon failure. Try compiling for the "native"
13890 architecture. Test inferior function calls with vector arguments
13891 and vector return value handling with "finish" and "return".
13892
c74f7d1c
JT
138932015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
13894
13895 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
13896 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
13897 PE file.
13898 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
13899
98aa42ee
AT
139002015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
13901
13902 PR breakpoints/16465
13903 * gdb.mi/mi-dprintf-pending.c: New file.
13904 * gdb.mi/mi-dprintf-pending.exp: New test.
13905 * gdb.mi/mi-dprintf-pendshr.c: New file.
13906
7d73c23c 139072015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 13908 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
13909
13910 * gdb.arch/i386-mpx-map.c: New file.
13911 * gdb.arch/i386-mpx-map.exp: New File.
13912
139132015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13914
13915 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
13916 * gdb.arch/i386-mpx.exp: Indentation fixed.
13917
139182015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13919
13920 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
13921 function and improved indentation.
13922 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
13923 gdb_test_multiple. Added additional tests to skip the test.
13924
139252015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13926
13927 * gdb.arch/i386-avx512.c: Change path in include file.
13928 * gdb.arch/i386-avx512.exp: Change include dir path
13929 compilation flag.
13930 * gdb.arch/i386-mpx.c: Change path in include file.
13931 * gdb.arch/i386-mpx.exp: Change include dir path compilation
13932 flag.
13933
d5eba19a
JK
139342015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
13935
13936 * gdb.compile/compile-print.exp (compile print *vararray@3)
13937 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
13938
7f361056
JK
139392015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13940
13941 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
13942 (do not keep jit in memory): ... this.
13943 (expect 5): Change it to ...
13944 (expect no 5): ... this.
13945
3b462ec2
SM
139462015-06-02 Simon Marchi <simon.marchi@ericsson.com>
13947
13948 PR gdb/15564
13949 * gdb.mi/mi-detach.exp: New file.
13950
e0619de6
JK
139512015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13952
13953 PR symtab/18392
13954 * gdb.arch/amd64-tailcall-self.S: New file.
13955 * gdb.arch/amd64-tailcall-self.c: New file.
13956 * gdb.arch/amd64-tailcall-self.exp: New file.
13957
e970cb34
DB
139582015-05-28 Don Breazeal <donb@codesourcery.com>
13959
13960 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
13961 tests for remote targets by checking is_target_gdbserver.
13962
b2e2f908
DE
139632015-05-27 Doug Evans <dje@google.com>
13964
13965 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
13966 * gdb.dwarf2/opaque-type-lookup.c: New file.
13967 * gdb.dwarf2/opaque-type-lookup.exp: New file.
13968
82c7be31
DE
139692015-05-26 Doug Evans <dje@google.com>
13970
13971 * gdb.cp/iostream.cc: New file.
13972 * gdb.cp/iostream.exp: New file.
13973
b4f54984
DE
139742015-05-26 Doug Evans <dje@google.com>
13975
13976 * gdb.dwarf2/dw2-op-call.exp: Update.
13977 * gdb.dwarf2/dw4-sig-types.exp: Update.
13978 * gdb.dwarf2/implptr.exp: Update.
13979 * gdb.mi/mi-cmd-param-changed.exp: Update.
13980
4ea6efe9
DE
139812015-05-26 Doug Evans <dje@google.com>
13982
13983 * gdb.python/py-lazy-string.c: New file.
13984 * gdb.python/py-lazy-string.exp: New file.
13985 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
13986 (main): Update. Add estring3.
13987 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
13988 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
13989
f6bb7db3
YQ
139902015-05-26 Omair Javaid <omair.javaid@linaro.org>
13991 Yao Qi <yao.qi@linaro.org>
13992
13993 * gdb.reverse/aarch64.c: New.
13994 * gdb.reverse/aarch64.exp: New.
13995
a81bfbd0
OJ
139962015-05-26 Omair Javaid <omair.javaid@linaro.org>
13997
25d49b86
PA
13998 * lib/gdb.exp (supports_process_record): Return true for
13999 aarch64*-linux*.
a81bfbd0
OJ
14000 (supports_reverse): Likewise.
14001
158bf1b4
PP
140022015-05-22 Patrick Palka <patrick@parcs.ath.cx>
14003
14004 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14005 Use with_test_prefix.
14006
a0145030
AB
140072015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
14008
14009 * gdb.base/completion.exp: Add test for completion of layout
14010 names.
14011
ebe3b578
AB
140122015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
14013
14014 * lib/gdb.exp (skip_tui_tests): New proc.
14015 * gdb.base/tui-layout.exp: Check skip_tui_tests.
14016
84204ed7
PA
140172015-05-19 Pedro Alves <palves@redhat.com>
14018
14019 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14020 Save the whole env array instead of just HOME. Unset HISTSIZE in
14021 the environment while testing. Restore whole environment
14022 afterwards.
14023
37442ce1
DE
140242015-05-16 Doug Evans <xdje42@gmail.com>
14025
14026 * gdb.guile/scm-ports.c: New file.
14027 * gdb.guile/scm-ports.exp: Add memory port tests.
14028
36de76f9
JK
140292015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14030
14031 * gdb.compile/compile-print.c: New file.
14032 * gdb.compile/compile-print.exp: New file.
14033
3a9558c4
JK
140342015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14035
14036 * gdb.compile/compile-ops.exp: Cast param to void.
14037 * gdb.compile/compile.exp: Complete type for _gdb_expr.
14038 (compile code struct_object.selffield = &struct_object): Add xfail.
14039
aa715135
JG
140402015-05-15 Joel Brobecker <brobecker@adacore.com>
14041
14042 * gdb.ada/arr_enum_with_gap: New testcase.
14043
931e5bc3
JG
140442015-05-15 Joel Brobecker <brobecker@adacore.com>
14045
14046 * gdb.ada/byte_packed_arr: New testcase.
14047
9cd4d857
JB
140482015-05-15 Joel Brobecker <brobecker@adacore.com>
14049
14050 * gdb.ada/pckd_neg: New testcase.
14051
ebfd00d2
PP
140522015-05-13 Patrick Palka <patrick@parcs.ath.cx>
14053
14054 PR gdb/17820
14055 * gdb.base/gdbinit-history.exp: New test.
14056 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
14057 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
14058
4c082a81
SC
140592015-05-09 Siva Chandra Reddy <sivachandra@google.com>
14060
14061 * gdb.python/py-xmethods.cc: Enhance test case.
14062 * gdb.python/py-xmethods.exp: New tests.
14063 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
14064 function.
14065 (B_indexoper): Likewise.
14066 (global_dm_list) : Add new xmethod worker functions.
14067
f7797074
SDJ
140682015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
14069
14070 * gdb.base/coredump-filter.exp: Correctly unset
14071 "coredump_var_addr" array.
14072
a4674e4e
PA
140732015-05-08 Pedro Alves <palves@redhat.com>
14074
14075 * gdb.server/non-existing-program.exp: Unset spawn_id.
14076
df2eb078
SC
140772015-05-08 Siva Chandra Reddy <sivachandra@google.com>
14078
14079 PR python/18291
14080 * gdb.python/py-xmethods.exp: Add tests.
14081
422349a3
YQ
140822015-05-08 Yao Qi <yao.qi@linaro.org>
14083
14084 PR gdb/18208
14085 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
14086 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
14087 function set_coredump_filter, and remove remote_exec call.
14088 Remove argument ipid. Callers update.
14089 (top level): Don't get inferior's PID.
14090
63fc80ce
AA
140912015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
14092
14093 * gdb.base/watch_thread_num.exp: Skip test on targets without
14094 access watchpoints.
14095
80ad801e
PA
140962015-05-06 Pedro Alves <palves@redhat.com>
14097
14098 PR server/18081
14099 * gdb.server/non-existing-program.exp: New file.
14100
0fa7fe50
JB
141012015-05-05 Joel Brobecker <brobecker@adacore.com>
14102
14103 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
14104
3ea89b92
PMR
141052015-05-05 Joel Brobecker <brobecker@adacore.com>
14106
14107 * gdb.ada/out_of_line_in_inlined: New testcase.
14108
87b8eff0
JB
141092015-05-05 Joel Brobecker <brobecker@adacore.com>
14110
14111 * gdb.ada/var_rec_arr: New testcase.
14112
5fccc635
YQ
141132015-04-30 Yao Qi <yao.qi@linaro.org>
14114
14115 * gdb.base/break-idempotent.exp: If
14116 skip_hw_watchpoint_multi_tests returns true, skip the tests
14117 on "rwatch" and "awatch".
14118
42d38f42
YQ
141192015-04-30 Yao Qi <yao.qi@linaro.org>
14120
14121 * gdb.base/relativedebug.exp: Invoke gdb command
14122 "info sharedlibrary", and if libc.so doesn't have debug info,
14123 skip the test.
14124
2ce1cdbf
DE
141252015-04-29 Doug Evans <dje@google.com>
14126
14127 * gdb.python/py-xmethods.exp: Add ptype tests.
14128 * gdb.python/py-xmethods.py (E_method_char_worker): Add
14129 get_result_type method.
14130
f24a38c5
LM
141312015-04-29 Luis Machado <lgustavo@codesourcery.com>
14132
14133 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
14134 the target does not support hardware watchpoints.
14135
ecbf2b3c
LM
141362015-04-29 Luis Machado <lgustavo@codesourcery.com>
14137
14138 * gdb.base/break-always.exp: Abort testing if writing to memory
14139 causes an error.
14140
34f5f757
DE
141412015-04-28 Doug Evans <dje@google.com>
14142
14143 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
14144 * gdb.python/py-pp-registration.exp: ... here. New file.
14145 * gdb.python/py-pp-registration.c: New file.
14146 * gdb.python/py-pp-registration.py: New file.
14147
69b4374a
DE
141482015-04-28 Doug Evans <dje@google.com>
14149
14150 * gdb.python/py-bad-printers.c: New file.
14151 * gdb.python/py-bad-printers.py: New file.
14152 * gdb.python/py-bad-printers.exp: New file.
14153
59fb7612
SS
141542015-04-28 Sasha Smundak <asmundak@google.com>
14155
14156 * gdb.python/py-type.exp: New test.
14157
2631b16a
AW
141582015-04-28 Andy Wingo <wingo@igalia.com>
14159
14160 * gdb.python/py-parameter.exp:
14161 * gdb.guile/scm-parameter.exp: Escape the path that we are
14162 matching against, as it might contain characters that are special
14163 to regular expressions.
14164
460efde1
JB
141652015-04-27 Joel Brobecker <brobecker@adacore.com>
14166
14167 * gdb.ada/rec_comp: New testcase.
14168
2d369d8e
SDJ
141692015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
14170
14171 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
14172 before using it.
14173
cf75d6c3
AB
141742015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
14175
14176 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
14177 new tests for verilog output.
14178
8dbe7ca5
YQ
141792015-04-24 Yao Qi <yao.qi@linaro.org>
14180
14181 * boards/remote-gdbserver-on-localhost.exp: New file.
14182
4ef9fb2f
PA
141832015-04-23 Pedro Alves <palves@redhat.com>
14184
14185 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
14186 $inferior_spawn_id instead of $inferior_spawn_id directly. On
14187 "end of file", remove $inferior_spawn_id from the indirect list.
14188
0a803169
PA
141892015-04-23 Pedro Alves <palves@redhat.com>
14190
14191 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
14192
749ef8f8
PA
141932015-04-23 Pedro Alves <palves@redhat.com>
14194
14195 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
14196 on $any_spawn_id instead of only on $gdb_spawn_id.
14197
8aae4344
PM
141982015-04-21 Pierre Muller <muller@sourceware.org>
14199
14200 PR pascal/17815
14201 * lib/pascal.exp (gpc_compile): Add new option "class".
14202 (fpc_compile): Likewise.
14203 * gdb.pascal/case-insensitive-symbols.pas: New file.
14204 * gdb.pascal/case-insensitive-symbols.exp: New file.
14205
1586c8fb
GB
142062015-04-20 Gary Benson <gbenson@redhat.com>
14207
14208 * gdb.base/attach.exp: Fix three extended remote failures.
14209
1b6e6f5c
GB
142102015-04-17 Gary Benson <gbenson@redhat.com>
14211
14212 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
14213 the main executable over the remote protocol.
14214
e797481d
PA
142152015-04-16 Pedro Alves <palves@redhat.com>
14216
14217 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
14218 a new gdbserver if gdbserver_reconnect_p is set.
14219
1ca99c42
PA
142202015-04-16 Pedro Alves <palves@redhat.com>
14221
14222 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
14223 is set, don't exit gdbserver.
14224
af9fd6f8
AA
142252015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
14226
14227 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
14228 appropriate .insn, such that an older assembler can be used.
14229 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
14230 the z/Architecture instruction set on 31-bit targets as well.
14231
04ff1e61
AA
142322015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
14233
14234 * gdb.go/handcall.exp: Remove all logic related to the first
14235 breakpoint and rely on go_runto_main instead.
14236 * gdb.go/strings.exp: Likewise.
14237 * gdb.go/unsafe.exp: Likewise.
14238 * gdb.go/hello.exp: Likewise. Also rename the remaining
14239 breakpoint marker to "breakpoint 1".
14240 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
14241 * gdb.go/strings.go: Likewise.
14242 * gdb.go/unsafe.go: Likewise.
14243 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
14244 "set breakpoint 2 here" and rename the remaining breakpoint marker
14245 to "breakpoint 1".
14246
40d2f8d6
SM
142472015-04-15 Simon Marchi <simon.marchi@ericsson.com>
14248
14249 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
14250 if itertools.imap is not present.
14251 * gdb.python/py-objfile.exp: Add parentheses.
14252 * gdb.python/py-type.exp: Same.
14253 * gdb.python/py-unwind-maint.py: Same.
14254
8cbc97c6
YQ
142552015-04-15 Yao Qi <yao.qi@linaro.org>
14256
14257 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
14258 of ":$ptr_size" and set its form explicitly.
14259
45fd756c
YQ
142602015-04-15 Pedro Alves <palves@redhat.com>
14261 Yao Qi <yao.qi@linaro.org>
14262
14263 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
14264 timeout by factor of 4.
14265 (test_regular_watch): Likewise.
14266 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
14267 * gdb.reverse/sigall-reverse.exp: Likewise.
14268 * gdb.reverse/until-precsave.exp: Likewise.
14269 * lib/gdb.exp (with_timeout_factor): New proc.
14270 (gdb_expect): Move some code to ...
14271 (get_largest_timeout): ... here. New procedure.
14272
9e811bc3
LM
142732015-04-14 Luis Machado <lgustavo@codesourcery.com>
14274
14275 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
14276
0ff6fcb2
LM
142772015-04-13 Luis Machado <lgustavo@codesourcery.com>
14278
14279 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
14280 to write to the .text section.
14281
7578d5f7
LM
142822015-04-13 Luis Machado <lgustavo@codesourcery.com>
14283
14284 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
14285 Handle the case of targets that do not provide PID information.
14286
2efe15c4
YQ
142872015-04-13 Yao Qi <yao.qi@linaro.org>
14288
14289 * lib/gdbserver-support.exp (gdb_exit): Catch exception
14290 and use expect instead of gdb_expect.
14291
8cd8f2f8
SDJ
142922015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
14293
14294 * gdb.base/coredump-filter.exp: Rename variable "addr" to
14295 "coredump_var_addr" to avoid naming conflict with other testcases.
14296
9ee41772
PA
142972015-04-10 Pedro Alves <palves@redhat.com>
14298
14299 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
14300 gdb_test_sequence and gdb_assert.
14301
07473109
PA
143022015-04-10 Pedro Alves <palves@redhat.com>
14303
14304 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
14305 test messages that don't include the breakpoint address.
14306
de3db44c
YQ
143072015-04-10 Yao Qi <yao.qi@linaro.org>
14308
14309 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
14310 false for some offset and width combinations which aren't
14311 supported by linux kernel.
14312
c79d856c
PA
143132015-04-10 Pedro Alves <palves@redhat.com>
14314
14315 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
14316 procedure, factored out from ...
14317 (top level): ... here. Add "set displaced-stepping" testing axis.
14318 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
14319 parameter "displaced". Use it.
14320 (top level): Use foreach and add "set displaced-stepping" testing
14321 axis.
14322
ebc90b50
PA
143232015-04-10 Pedro Alves <palves@redhat.com>
14324
14325 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
14326 Remove comment.
14327 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
14328 both the address of the instruction that triggers the watchpoint
14329 and the address of the instruction immediately after, and use
14330 those addresses for the test. Fix comment.
14331
8f572e5c
PA
143322015-04-10 Pedro Alves <palves@redhat.com>
14333
14334 * gdb.base/sigstep.exp (breakpoint_to_handler)
14335 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
14336 Test "backtrace" in handler.
14337 (breakpoint_over_handler): New parameter 'displaced'. Use it.
14338 (top level): Add new "displaced" test axis to
14339 breakpoint_to_handler, breakpoint_to_handler_entry and
14340 breakpoint_over_handler.
14341
8d707a12
PA
143422015-04-10 Pedro Alves <palves@redhat.com>
14343
14344 PR gdb/18216
14345 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
14346
ef713951
YQ
143472015-04-10 Yao Qi <yao.qi@linaro.org>
14348
14349 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
14350 (test_add_rn_pc): New function.
14351 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
14352 (top level): Invoke test_add_rn_pc.
14353
906d60cf
PA
143542015-04-10 Pedro Alves <palves@redhat.com>
14355
14356 PR gdb/13858
14357 * gdb.base/step-over-no-symbols.exp: New file.
14358
f2983cc3
AW
143592015-04-09 Andy Wingo <wingo@igalia.com>
14360
14361 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
14362 after the Python tests.
14363
6d62641c
SDJ
143642015-04-08 Keith Seitz <keiths@redhat.com>
14365
14366 PR python/16699
14367 * gdb.python/py-completion.exp: New tests for completion.
14368 * gdb.python/py-completion.py (CompleteLimit1): New class.
14369 (CompleteLimit2): Likewise.
14370 (CompleteLimit3): Likewise.
14371 (CompleteLimit4): Likewise.
14372 (CompleteLimit5): Likewise.
14373 (CompleteLimit6): Likewise.
14374 (CompleteLimit7): Likewise.
14375
f3770638
PA
143762015-04-08 Pedro Alves <palves@redhat.com>
14377
14378 PR gdb/18214
14379 PR gdb/18216
14380 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
14381 function.
14382 (main): Install it as SIGUSR1 handler.
14383 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
14384 parameter. Always use "setup" as prefix. Toggle "set
14385 displaced-stepping" off/on depending on global. Don't switch to
14386 thread 1 here.
14387 (top level): Add displaced stepping "off/on" test axis. Update
14388 "setup" calls. Wrap each subtest with with_test_prefix. Test
14389 continuing with a queued signal in each thread.
14390
4496bed7
PA
143912015-04-08 Pedro Alves <palves@redhat.com>
14392
14393 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
14394 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
14395 gdb_breakpoint instead of gdb_test that doesn't expect anything.
14396 Return early if running to main fails.
14397 * gdb.trace/while-stepping.exp: Likewise.
14398
b97fde92
PA
143992015-04-07 Pedro Alves <palves@redhat.com>
14400
14401 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
14402 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
14403 interact with inferior program.
14404
f71c18e7
PA
144052015-04-07 Pedro Alves <palves@redhat.com>
14406
14407 * lib/gdb.exp (inferior_spawn_id): New global.
14408 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
14409 spawn id after processing the user code.
14410 (default_gdb_start): Set inferior_spawn_id.
14411 (send_inferior): New procedure.
14412 * lib/gdbserver-support.exp (gdbserver_start): Set
14413 inferior_spawn_id.
14414 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
14415
6423214f
PA
144162015-04-07 Pedro Alves <palves@redhat.com>
14417
14418 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
14419 * lib/gdbserver-support.exp (gdbserver_start): Make
14420 $server_spawn_id global.
14421 (gdbserver_start): Don't wait for gdbserver's spawn id with
14422 expect_background.
14423 (close_gdbserver): New procedure.
14424 (gdb_exit): Rename the default version and reimplement.
14425
71c0ee8c
PA
144262015-04-07 Pedro Alves <palves@redhat.com>
14427
72f4393d 14428 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
14429 append the substituted item, not the original item.
14430
203bc29b
PA
144312015-04-07 Pedro Alves <palves@redhat.com>
14432
14433 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
14434 gdb_expect.
14435
508a3ddf
PA
144362015-04-07 Pedro Alves <palves@redhat.com>
14437
14438 * gdb.base/interrupt.exp: Don't handle the case of the inferior
14439 output appearing once only.
14440
9f6dbe2b
PA
144412015-04-07 Pedro Alves <palves@redhat.com>
14442
14443 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
14444 that doesn't expect anything. Return early if running to main
14445 fails.
14446
337532fa
YQ
144472015-04-07 Yao Qi <yao.qi@linaro.org>
14448
14449 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
14450 (child_function): Call alarm.
14451 (main): Move call to alarm into the loop.
14452 * gdb.threads/non-stop-fair-events.exp: Build program with
14453 -DTIMEOUT=$timeout.
14454
01b622d4
DE
144552015-04-06 Doug Evans <xdje42@gmail.com>
14456
14457 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
14458 Fix dest parameter to board_info.
14459 (fpc_compile): Ditto.
14460 (gdb_compile_pascal): Rename dest arg to destfile.
14461
961f4160
PMR
144622015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
14463
14464 * gdb.ada/funcall_ref.exp: New file.
14465 * gdb.ada/funcall_ref/foo.adb: New file.
14466
cafda597
YQ
144672015-04-02 Yao Qi <yao.qi@linaro.org>
14468
14469 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
14470 is remote.
14471
fed040c6
GB
144722015-04-02 Gary Benson <gbenson@redhat.com>
14473
14474 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
14475
d11916aa
SS
144762015-04-01 Sasha Smundak <asmundak@google.com>
14477
14478 * gdb.python/py-unwind-maint.c: New file.
14479 * gdb.python/py-unwind-maint.exp: New test.
14480 * gdb.python/py-unwind-maint.py: New file.
14481 * gdb.python/py-unwind.c: New file.
14482 * gdb.python/py-unwind.exp: New test.
14483 * gdb.python/py-unwind.py: New test.
14484
a1471180
PA
144852015-04-01 Pedro Alves <palves@redhat.com>
14486
14487 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
14488 to fail instead of non-existent $test.
14489
0bbeccb1
PA
144902015-04-01 Pedro Alves <palves@redhat.com>
14491
14492 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
14493 GDBFLAGS if not empty.
14494
3c724c8c
PMR
144952015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
14496
14497 * gdb.ada/complete.exp: Remove "multi_line".
14498 * gdb.ada/info_exc.exp: Remove "multi_line".
14499 * gdb.ada/packed_tagged.exp: Remove "multi_line".
14500 * gdb.ada/ptype_field.exp: Remove "multi_line".
14501 * gdb.ada/sym_print_name.exp: Remove "multi_line".
14502 * gdb.ada/tagged.exp: Remove "multi_line".
14503 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
14504 [multi_line ...]
14505 * gdb.btrace/delta.exp: Likewise.
14506 * gdb.btrace/exception.exp: Likewise.
14507 * gdb.btrace/function_call_history.exp: Likewise.
14508 * gdb.btrace/instruction_history.exp: Likewise.
14509 * gdb.btrace/nohist.exp: Likewise.
14510 * gdb.btrace/record_goto.exp: Likewise.
14511 * gdb.btrace/segv.exp: Likewise.
14512 * gdb.btrace/stepi.exp: Likewise.
14513 * gdb.btrace/tailcall.exp: Likewise.
14514 * gdb.btrace/unknown_functions.exp: Likewise.
14515 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
14516 * lib/gdb.exp: Add the "multi_line" helper.
14517
4eec2deb
PA
145182015-04-01 Pedro Alves <palves@redhat.com>
14519
14520 * gdb.threads/tid-reuse.c: New file.
14521 * gdb.threads/tid-reuse.exp: New file.
14522
df8411da
SDJ
145232015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
14524
14525 PR corefiles/16092
14526 * gdb.base/coredump-filter.c: New file.
14527 * gdb.base/coredump-filter.exp: Likewise.
14528
6ef37366
PM
145292015-03-27 Petr Machata <pmachata@redhat.com>
14530
14531 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
14532 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
14533 (Dwarf::assemble): Initialize them.
14534 (Dwarf::lines): New function.
14535
7ec911b0
JT
145362015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
14537
14538 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
14539 SYMBOL_PREFIX for x86_64-*-cygwin.
14540
ff908ebf
AW
145412015-03-26 Andy Wingo <wingo@igalia.com>
14542
14543 PR symtab/18148
14544 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
14545 const_value but not a location.
14546 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
14547 location defined in non-main CUs are visible.
14548
6d5f0679
YQ
145492015-03-26 Yao Qi <yao.qi@linaro.org>
14550
14551 PR testsuite/18139
14552 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
14553 Add a line number entry for the same line.
14554 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
14555 Add a line number entry for the same line.
14556
2898689b
YQ
145572015-03-26 Yao Qi <yao.qi@linaro.org>
14558
14559 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
14560 .int 0.
14561 (func): Likewise. Add .Lfunc_1 label.
14562 Use .Lfunc_1 label.
14563 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
14564 .int 0.
14565 (func): Likewise.
14566 Use .Lfunc_1 label.
14567
85180498
YQ
145682015-03-26 Yao Qi <yao.qi@linaro.org>
14569
14570 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
14571 Call gdb_compile instead to compile each .s files without debug
14572 information.
14573
8aa08a8d
YQ
145742015-03-26 Yao Qi <yao.qi@linaro.org>
14575
14576 * gdb.base/savedregs.exp (process_saved_regs): Make
14577 "Saved registers:" optional in the pattern.
14578
66849923
MM
145792015-03-25 Markus Metzger <markus.t.metzger@intel.com>
14580
14581 * gdb.btrace/next.exp: Merged into step.exp.
14582 * gdb.btrace/finish.exp: Merged into step.exp.
14583 * gdb.btrace/nexti.exp: Merged into stepi.exp.
14584 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
14585 "record goto" and checking the exact replay position.
14586 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
14587 check for "Recording format" in "info record" output.
14588 * gdb.btrace/record_goto.exp: Choose test file based on target.
14589 * gdb.btrace/x86-record_goto.S: Renamed into ...
14590 * gdb.btrace/x86_64-record_goto.S: ... this.
14591 * gdb.btrace/i686-record_goto.S: New.
14592 * gdb.btrace/x86-tailcall.S: Renamed into ...
14593 * gdb.btrace/x86_64-tailcall.S: ... this.
14594 * gdb.btrace/i686-tailcall.S: New.
14595 * gdb.btrace/x86-tailcall.c: Renamed into ...
14596 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
14597 separate statements. Update test.
14598 * gdb.btrace/delta.exp: Use record_goto.c as test file.
14599 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
14600 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
14601 * gdb.btrace/tailcall.exp: Choose test file based on target.
14602 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
14603
11cc1b74
MM
146042015-03-25 Markus Metzger <markus.t.metzger@intel.com>
14605
14606 * gdb.btrace/exception.exp: Increase BTS buffer size.
14607
a25d8bf9
PA
146082015-03-24 Pedro Alves <palves@redhat.com>
14609
14610 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
14611
856e7dd6
PA
146122015-03-24 Pedro Alves <palves@redhat.com>
14613
14614 * gdb.threads/schedlock.exp (test_step): No longer expect that
14615 "set scheduler-locking step" with "next" over a function call runs
14616 threads unlocked.
14617
ad235a41
AT
146182015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
14619
14620 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
14621
15630549
AT
146222015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
14623
14624 PR breakpoints/16466
14625 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
14626 * gdb.mi/mi-pending.c (thread_func): New function.
14627 (int main): Add threading support required.
14628 * gdb.mi/mi-pending.exp: Add tests for this issue.
14629 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
14630 (pendfunc2): Remove stdio dependency.
14631 * gdb.mi/mi-pendshr2.c: New file.
14632
693dca06
KS
146332015-03-23 Keith Seitz <keiths@redhat.com>
14634
14635 * gdb.linespec/keywords.c: New file.
14636 * gdb.linespec/keywords.exp: New file.
14637
7e993ebf
KS
146382015-03-23 Keith Seitz <keiths@redhat.com>
14639
14640 PR gdb/18021
14641 * gdb.dwarf2/staticvirtual.exp: New test.
14642
bc23328c
JK
146432015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14644
14645 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
14646 * README: Remove HP-UX and gdb.hp.
14647 (configuration):
14648 * configure: Regenerate.
14649 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
14650 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
14651 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
14652 gdb.hp/gdb.defects/Makefile.
14653 * gdb.hp/Makefile.in: File deleted.
14654 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
14655 * gdb.hp/gdb.aCC/optimize.c: File deleted.
14656 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
14657 * gdb.hp/gdb.aCC/run.c: File deleted.
14658 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
14659 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
14660 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
14661 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
14662 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
14663 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
14664 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
14665 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
14666 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
14667 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
14668 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
14669 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
14670 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
14671 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
14672 * gdb.hp/gdb.base-hp/reg.s: File deleted.
14673 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
14674 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
14675 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
14676 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
14677 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
14678 * gdb.hp/gdb.compat/Makefile.in: File deleted.
14679 * gdb.hp/gdb.compat/average.c: File deleted.
14680 * gdb.hp/gdb.compat/sum.c: File deleted.
14681 * gdb.hp/gdb.compat/xdb.c: File deleted.
14682 * gdb.hp/gdb.compat/xdb0.c: File deleted.
14683 * gdb.hp/gdb.compat/xdb0.h: File deleted.
14684 * gdb.hp/gdb.compat/xdb1.c: File deleted.
14685 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
14686 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
14687 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
14688 * gdb.hp/gdb.defects/Makefile.in: File deleted.
14689 * gdb.hp/gdb.defects/bs14602.c: File deleted.
14690 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
14691 * gdb.hp/gdb.defects/solib-d.c: File deleted.
14692 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
14693 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
14694 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
14695 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
14696 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
14697 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
14698 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
14699 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
14700 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
14701 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
14702 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
14703 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
14704 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
14705 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
14706 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
14707 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
14708 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
14709 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
14710 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
14711 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
14712 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
14713 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
14714 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
14715 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
14716 * gdb.hp/tools/odump: File deleted.
14717
8bf3b159
PA
147182015-03-19 Pedro Alves <palves@redhat.com>
14719
14720 * gdb.threads/continue-pending-status.exp (saw_thread_2)
14721 (saw_thread_3): New globals.
14722 (top level): Increment them when an event for the corresponding
14723 thread is seen.
14724 (no thread starvation): New test.
14725
eb54c8bf
PA
147262015-03-19 Pedro Alves <palves@redhat.com>
14727
14728 * gdb.threads/continue-pending-status.c: New file.
14729 * gdb.threads/continue-pending-status.exp: New file.
14730
32d2e5d6
PA
147312015-03-18 Pedro Alves <palves@redhat.com>
14732
14733 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
14734 Use gdb_is_target_remote instead of is_remote. Use
14735 gdb_test_multiple instead of gdb_expect. Exit early if
14736 gdb_test_multiple hits its internal matches. Tighten stepi tests
14737 expected output. Fail on exit with any signal, instead of just
14738 SIGILL.
14739
f68f11b7
YQ
147402015-03-18 Yao Qi <yao.qi@linaro.org>
14741
14742 PR tdep/18107
14743 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
14744 variable.
14745 * gdb.base/catch-syscall.exp: Don't skip it on
14746 aarch64*-*-linux* target. Remove elements in all_syscalls.
14747 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
14748 target.
14749 (setup_all_syscalls): New proc.
14750
ca5fd19b
YQ
147512015-03-16 Yao Qi <yao.qi@linaro.org>
14752
14753 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
14754 (top level): Skip tests if valid_addr_p returns false for
14755 $cmd1 or $cmd2.
14756
85642ba0
AW
147572015-03-11 Andy Wingo <wingo@igalia.com>
14758
14759 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
14760
e03f9645
YQ
147612015-03-11 Yao Qi <yao.qi@linaro.org>
14762
14763 * gdb.base/catch-syscall.exp: Fix typo in comments.
14764
5d0962b2
YQ
147652015-03-11 Yao Qi <yao.qi@linaro.org>
14766
14767 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
14768
b2df3cef
PA
147692015-03-09 Pedro Alves <palves@redhat.com>
14770
14771 * dg-extract-results.py: Delete.
14772
ef878e53
PA
147732015-03-09 Pedro Alves <palves@redhat.com>
14774
14775 Merge dg-extract-results.sh from GCC upstream (r218843).
14776
14777 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
14778 * dg-extract-results.sh: Use --text with grep to avoid issues with
14779 binary files. Fall back to cat -v, if that doesn't work.
14780
9494d219
PA
147812015-03-05 Pedro Alves <palves@redhat.com>
14782
14783 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
14784
a8d9763a
SM
147852015-03-04 Simon Marchi <simon.marchi@ericsson.com>
14786
14787 * lib/mi-support.exp (mi_expect_interrupt): Accept
14788 alternative event for when in all-stop mode.
14789
be9957b8
PA
147902015-03-04 Pedro Alves <palves@redhat.com>
14791
14792 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
14793
d57be0f4 147942015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
14795
14796 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
14797
c214c7cf
AA
147982015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
14799
14800 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
14801 regexps for GDB's current line display, accept a hex address
14802 preceding the line number.
14803
6d74a497
AA
148042015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
14805
14806 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
14807 the 'arch1' variable for "s390*-linux*" targets.
14808
511aee7c
PA
148092015-03-04 Pedro Alves <palves@redhat.com>
14810
14811 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
14812 (main): Pass missing retval argument to pthread_join call.
14813
95e50b27
PA
148142015-03-02 Pedro Alves <palves@redhat.com>
14815
14816 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
14817 (top level): Call do_test with non-stop as well.
14818
28054d69
PA
148192015-03-02 Pedro Alves <palves@redhat.com>
14820
14821 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
14822 -1.
14823
4fa5d7b4
AA
148242015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
14825
14826 * gdb.arch/s390-vregs.exp: New test.
14827 * gdb.arch/s390-vregs.S: New file.
14828
97c18565
PA
148292015-02-27 Pedro Alves <palves@redhat.com>
14830
14831 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
14832 call to catch_command_errors.
14833 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
14834 catch_command_errors.
14835
a37bfa30
PA
148362015-02-27 Pedro Alves <palves@redhat.com>
14837
14838 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
14839 "true" for boolean result.
14840 * gdb.gdb/selftest.exp (test_with_self): Also accept full
14841 prototype of main.
14842
6f98576f
PA
148432015-02-27 Pedro Alves <palves@redhat.com>
14844
14845 * lib/unbuffer_output.c: New file.
14846 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
14847 (main): Call gdb_unbuffer_output.
14848
eba5ab56
YQ
148492015-02-27 Yao Qi <yao.qi@linaro.org>
14850
14851 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
14852 target.
14853
0def5aaa
DE
148542015-02-26 Doug Evans <dje@google.com>
14855
14856 * gdb.cp/class2.cc (Dbase, D): New classes.
14857 (main): New local delta.
14858 * gdb.cp/class2.exp: Test printing delta.
14859 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
14860 (dynbar): New global.
14861 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
14862
081a1c2c
JK
148632015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14864
14865 * gdb.compile/compile-ifunc.c: New file.
14866 * gdb.compile/compile-ifunc.exp: New file.
14867
2f41223f
AT
148682015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
14869
14870 * gdb.base/structs.exp: Check for correct struct on finish.
14871
03eddd80
YQ
148722015-02-26 Yao Qi <yao.qi@linaro.org>
14873
14874 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
14875 is zero.
14876
80c57053
JK
148772015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14878
14879 * gdb.arch/cordic.ko.bz2: New file.
14880 * gdb.arch/cordic.ko.debug.bz2: New file.
14881 * gdb.arch/ppc64-symtab-cordic.exp: New file.
14882
21613c12
YQ
148832015-02-25 Yao Qi <yao.qi@linaro.org>
14884
14885 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
14886 aarch64*-*-* target.
14887
d8b901ed
PA
148882015-02-23 Pedro Alves <palves@redhat.com>
14889
14890 * lib/gdb.exp (delete_breakpoints): Rewrite using
14891 gdb_test_multiple.
14892
e5b85ead
PA
148932015-02-23 Pedro Alves <palves@redhat.com>
14894
14895 * gdb.base/info-os.c: Include stdlib.h.
14896
85c3a371
DE
148972015-02-22 Doug Evans <xdje42@gmail.com>
14898
14899 PR symtab/17855
14900 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
14901 is read after symbols have been re-read.
14902 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
14903 * gdb.ada/exec_changed/second.adb (Second): Ditto.
14904
96553a0c
DE
149052015-02-21 Doug Evans <dje@google.com>
14906
14907 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
14908
97a0c697
JK
149092015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14910
14911 PR corefiles/17808
14912 * gdb.arch/i386-biarch-core.core.bz2: New file.
14913 * gdb.arch/i386-biarch-core.exp: New file.
14914
a47cd6e9
PA
149152015-02-21 Pedro Alves <palves@redhat.com>
14916
14917 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
14918 runto_main fails.
14919
c5facdc4
PA
149202015-02-20 Pedro Alves <palves@redhat.com>
14921
14922 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
14923 info probes.
14924
2db9a427
PA
149252015-02-20 Pedro Alves <palves@redhat.com>
14926
14927 * gdb.threads/multi-create-ns-info-thr.exp: New file.
14928
60fb7e9e
PA
149292015-02-20 Pedro Alves <palves@redhat.com>
14930
14931 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
14932 clean_restart before gdb_target_supports_trace.
14933
5c5019c2
PA
149342015-02-20 Pedro Alves <palves@redhat.com>
14935
14936 PR threads/18006
14937 * gdb.threads/clone-thread_db.c: New file.
14938 * gdb.threads/clone-thread_db.exp: New file.
14939
c9587f88
AT
149402015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
14941
14942 PR breakpoints/16812
14943 * gdb.base/catch-gdb-caused-signals.c: New file.
14944 * gdb.base/catch-gdb-caused-signals.exp: New file.
14945
f6a88844
JM
149462015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
14947
14948 * configure: Regenerated.
14949 * configure.ac: Use GDB_AC_TRANSFORM.
14950 * aclocal.m4: sinclude ../transform.m4.
14951
497c491b
JM
149522015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
14953
14954 * lib/dtrace.exp: New file.
14955 * gdb.base/dtrace-probe.exp: Likewise.
14956 * gdb.base/dtrace-probe.d: Likewise.
14957 * gdb.base/dtrace-probe.c: Likewise.
14958 * lib/pdtrace.in: Likewise.
14959 * configure.ac: Output variables with the transformed names of
14960 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
14961 * configure: Regenerated.
14962
03e98035
JM
149632015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
14964
14965 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
14966 expected message when trying to access $_probe_* convenience
14967 variables while not on a probe.
14968
63cc30e9
JK
149692015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14970
14971 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
14972
0703599a
PA
149732015-02-11 Pedro Alves <pedro@codesourcery.com>
14974
14975 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
14976 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
14977
7e60a48e
DE
149782015-02-10 Doug Evans <xdje42@gmail.com>
14979
14980 * lib/gdb.exp (gdb_load): Always return a result.
14981
01b088bc
PA
149822015-02-10 Pedro Alves <palves@redhat.com>
14983
14984 * gdb.threads/signal-sigtrap.c: New file.
14985 * gdb.threads/signal-sigtrap.exp: New file.
14986
b05ec7a5
AT
149872015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
14988
14989 * gdb.trace/no-attach-trace.c: New file.
14990 * gdb.trace/no-attach-trace.exp: New file.
14991
a2c2acaf
MW
149922015-02-09 Mark Wielaard <mjw@redhat.com>
14993
14994 * gdb.dwarf2/atomic.c: New file.
14995 * gdb.dwarf2/atomic-type.exp: Likewise.
14996
31fd9caa
MM
149972015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14998
14999 * gdb.btrace/buffer-size.exp: Update "info record" output.
15000 * gdb.btrace/delta.exp: Update "info record" output.
15001 * gdb.btrace/enable.exp: Update "info record" output.
15002 * gdb.btrace/finish.exp: Update "info record" output.
15003 * gdb.btrace/instruction_history.exp: Update "info record" output.
15004 * gdb.btrace/next.exp: Update "info record" output.
15005 * gdb.btrace/nexti.exp: Update "info record" output.
15006 * gdb.btrace/step.exp: Update "info record" output.
15007 * gdb.btrace/stepi.exp: Update "info record" output.
15008 * gdb.btrace/nohist.exp: Update "info record" output.
15009
d33501a5
MM
150102015-02-09 Markus Metzger <markus.t.metzger@intel.com>
15011
15012 * gdb.btrace/buffer-size: New.
15013
f4abbc16
MM
150142015-02-09 Markus Metzger <markus.t.metzger@intel.com>
15015
15016 * gdb.btrace/delta.exp: Update "info record" output.
15017 * gdb.btrace/enable.exp: Update "info record" output.
15018 * gdb.btrace/finish.exp: Update "info record" output.
15019 * gdb.btrace/instruction_history.exp: Update "info record" output.
15020 * gdb.btrace/next.exp: Update "info record" output.
15021 * gdb.btrace/nexti.exp: Update "info record" output.
15022 * gdb.btrace/step.exp: Update "info record" output.
15023 * gdb.btrace/stepi.exp: Update "info record" output.
15024 * gdb.btrace/nohist.exp: Update "info record" output.
15025
b9d61307
SM
150262015-02-06 Simon Marchi <simon.marchi@ericsson.com>
15027
15028 PR gdb/15678
15029 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
15030
e584fdbc
PA
150312015-02-06 Pedro Alves <palves@redhat.com>
15032
15033 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
15034 macro.
15035 (seconds_left, again): New globals.
15036 (main): Wait seconds_left in a 1-second sleep loop instead of
15037 sleeping 180 seconds. If 'again' is set, reset the seconds
15038 counter.
15039 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
15040 'again' in the inferior before detaching. Print the seconds left.
15041 (options): New global.
15042 (top level): Build program with -DTIMEOUT=$timeout.
15043
77f41761
PA
150442015-02-06 Pedro Alves <palves@redhat.com>
15045
15046 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
15047 determine how many seconds to pass to 'alarm'.
15048 * gdb.base/gdb-sigterm.exp (top level): Build program with
15049 -DTIMEOUT=$timeout.
15050 (do_test): Return success/failure indication. Add more verbose
15051 logging. Don't fail if 200 single steps are seen. Instead, fail
15052 when the test times out.
15053 (passes): New global.
15054 (top level): Break the testing loop if testing fails on any
15055 iteration. Use gdb_assert.
15056
b9394193
DB
150572015-02-04 Don Breazeal <donb@codesourcery.com>
15058
15059 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
15060 and initialize them.
15061 (ipc_cleanup): New function.
15062 (main): Don't declare shmid, semid, and msqid. Add a call to
15063 atexit so that we call ipc_cleanup on exit.
15064
42d9e528
PA
150652015-02-04 Pedro Alves <palves@redhat.com>
15066
15067 * boards/native-extended-gdbserver.exp: Remove any target variant
15068 specifications from the board name before clearing the isremote
15069 flag from board_info.
15070
ae6ae975
DE
150712015-01-31 Doug Evans <xdje42@gmail.com>
15072
15073 * gdb.base/maint.exp <maint print type argc>: Update expected output.
15074
cfb069a8
GB
150752015-01-31 Gary Benson <gbenson@redhat.com>
15076
15077 * gdb.base/completion.exp: Disable completion limiting for
15078 existing tests. Add new tests to check completion limiting.
15079 * gdb.linespec/ls-errs.exp: Disable completion limiting.
15080
5dd31d79
DE
150812015-01-31 Doug Evans <xdje42@gmail.com>
15082
15083 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
15084
9f050062
DE
150852015-01-31 Doug Evans <xdje42@gmail.com>
15086
15087 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
15088 entries. Duplicate file section script entries.
15089 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
15090 inlined entries. Add test for safe-path rejection.
15091 * gdb.python/py-section-script.c: Add duplicate inlined section script
15092 entries. Duplicate file section script entries.
15093 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
15094 inlined entries. Add test for safe-path rejection.
15095
df25ebbd
JB
150962015-01-29 Joel Brobecker <brobecker@adacore.com>
15097
15098 * gdb.ada/disc_arr_bound: New testcase.
15099
4a0ca9ec
JB
151002015-01-29 Joel Brobecker <brobecker@adacore.com>
15101
15102 * gdb.ada/mi_var_array: New testcase.
15103
3a8b707a
DE
151042015-01-27 Doug Evans <dje@google.com>
15105
15106 * gdb.python/py-objfile.exp: Add tests for objfile.username.
15107 Add test for objfile.filename, objfile.username after objfile
15108 has been unloaded.
15109
f8313f6e
JB
151102015-01-26 Joel Brobecker <brobecker@adacore.com>
15111
15112 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
15113 the second test to print the name attribute of value
15114 returned by the call to gdb.lookup_type, and adjust
15115 the expected output accordingly.
15116
37bc665e
MW
151172015-01-25 Mark Wielaard <mjw@redhat.com>
15118
15119 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
15120 * gdb.base/disp-step-fork.c: Include unistd.h.
15121 * gdb.base/siginfo-obj.c: Include stdio.h.
15122 * gdb.base/siginfo-thread.c: Likewise.
15123 * gdb.mi/non-stop.c: Include unistd.h.
15124 * gdb.mi/nsthrexec.c: Include stdio.h.
15125 * gdb.mi/pthreads.c: Include unistd.h.
15126 * gdb.modula2/unbounded1.c (main): Declare returns int.
15127 * gdb.reverse/consecutive-reverse.c: Likewise.
15128 * gdb.threads/create-fail.c: Include unistd.h.
15129 * gdb.threads/killed.c: Likewise.
15130 * gdb.threads/linux-dp.c: Likewise.
15131 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
15132 * gdb.threads/non-ldr-exc-2.c: Likewise.
15133 * gdb.threads/non-ldr-exc-3.c: Likewise.
15134 * gdb.threads/non-ldr-exc-4.c: Likewise.
15135 * gdb.threads/pthreads.c: Include unistd.h.
15136 (main): Declare returns int.
15137 * gdb.threads/tls-main.c (foo): New declaration.
15138 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
15139
f7e5394d
SM
151402015-01-23 Simon Marchi <simon.marchi@ericsson.com>
15141
15142 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
15143 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
15144
743649fd
MW
151452015-01-15 Mark Wielaard <mjw@redhat.com>
15146
15147 * gdb.base/noreturn-return.c: New file.
15148 * gdb.base/noreturn-return.exp: New file.
15149 * gdb.base/noreturn-finish.c: New file.
15150 * gdb.base/noreturn-finish.exp: New file.
15151
198297aa
PA
151522015-01-23 Pedro Alves <palves@redhat.com>
15153
15154 * gdb.threads/continue-pending-after-query.c: New file.
15155 * gdb.threads/continue-pending-after-query.exp: New file.
15156
717cf30c
AG
151572015-01-22 Anders Granlund <anders.granlund@ericsson.com>
15158 Simon Marchi <simon.marchi@ericsson.com>
15159
15160 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
15161 * gdb.base/valgrind-db-attach.exp: Same.
15162 * gdb.base/valgrind-infcall.exp: Same.
15163 * lib/mi-support.exp (default_mi_gdb_start): Same.
15164 * lib/prompt.exp (default_prompt_gdb_start): Same.
15165 * lib/gdb.exp (default_gdb_spawn): Same.
15166 (gdb_interact): New.
15167
15168
4b62a76e
JK
151692015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15170
15171 * gdb.compile/compile.exp (pointer to jit function): New test.
15172
b4cdae6f
WW
151732015-01-17 Wei-cheng Wang <cole945@gmail.com>
15174
15175 * lib/gdb.exp (supports_process_record): Return true for
15176 powerpc*-*-linux*.
15177 (supports_reverse): Likewise.
15178
d221e7ef
DB
151792015-01-15 Don Breazeal <donb@codesourcery.com>
15180
15181 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
15182 instead of checking whether the target board is remote and
15183 use spawn_wait_for_attach instead of exec/sleep.
15184 * gdb.base/attach-twice.exp: Likewise.
15185
bafffb51
JB
151862015-01-15 Joel Brobecker <brobecker@adacore.com>
15187
15188 * gdb.ada/var_arr_attrs: New testcase.
15189
5589af0e
PA
151902015-01-14 Pedro Alves <palves@redhat.com>
15191 Joel Brobecker <brobecker@adacore.com>
15192
15193 PR gdb/17525
15194 * gdb.base/bp-cmds-execution-x-script.c: New file.
15195 * gdb.base/bp-cmds-execution-x-script.exp: New file.
15196 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
15197
6c400b59
PA
151982015-01-14 Pedro Alves <palves@redhat.com>
15199
15200 PR cli/17828
15201 * gdb.base/batch-preserve-term-settings.c: New file.
15202 * gdb.base/batch-preserve-term-settings.exp: New file.
15203
e02c96a7
DE
152042015-01-13 Doug Evans <dje@google.com>
15205
15206 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
15207 binary.
15208
576fd14c
JB
152092015-01-13 Joel Brobecker <brobecker@adacore.com>
15210
15211 * Makefile.in (clean mostlyclean): Do not delete *.py.
15212
04dccad0
JB
152132015-01-13 Joel Brobecker <brobecker@adacore.com>
15214
15215 * gdb.python/py-lookup-type.exp: New file.
15216
3d230f71
PA
152172015-01-12 Pedro Alves <palves@redhat.com>
15218
15219 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
15220 restore GDBFLAGS before returning.
15221
7e67715d
JK
152222015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15223
15224 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
15225 is_amd64_regs_target and is_x86_like_target.
15226
f2e0d4b4
DE
152272015-01-11 Doug Evans <xdje42@gmail.com>
15228
15229 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
15230 is given without an explicit form.
15231 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
15232 attributes.
15233 * gdb.dwarf/corrupt.exp: Ditto.
15234 * gdb.dwarf2/enum-type.exp: Ditto.
15235 * gdb.trace/entry-values.exp: Ditto.
15236 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
15237
439250fb
DE
152382015-01-11 Doug Evans <xdje42@gmail.com>
15239
15240 PR gdb/15830
15241 * gdb.base/maint.exp: Remove references to "maint demangle".
15242 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
15243 Add tests for explicitly specifying language to demangle.
15244 * gdb.dlang/demangle.exp: Ditto.
15245
ede9f622
PA
152462015-01-09 Pedro Alves <palves@redhat.com>
15247
15248 * gdb.threads/non-stop-fair-events.c: New file.
15249 * gdb.threads/non-stop-fair-events.exp: New file.
15250
a7b796db
PA
152512015-01-09 Pedro Alves <palves@redhat.com>
15252
15253 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
15254 the global scope. Set a breakpoint after all threads are started
15255 rather than stepping over two source lines. Expect the prompt.
15256 * gdb.base/watch_thread_num.c (threads_started_barrier): New
15257 global.
15258 (NUM): Now 15.
15259 (main): Use threads_started_barrier to wait for all threads to
15260 start. Main thread no longer calls thread_function. Exit after
15261 180 seconds.
15262 (loop): New function.
15263 (thread_function): Wait on threads_started_barrier barrier. Call
15264 'loop' at each iteration.
15265 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
15266 threads have started, instead of hardcoding number of "next"
15267 steps. Use an access watchpoint instead of a write watchpoint.
15268
9665ffdd
PA
152692015-01-09 Pedro Alves <palves@redhat.com>
15270
15271 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
15272 (thread_func): Wait on barrier.
15273 (main): Wait for all threads to start before stopping GDB.
15274 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
15275 global.
15276 (thread1_func, thread2_func): Wait on barrier.
15277 (main): Wait for all threads to start before stopping GDB.
15278 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
15279 New global.
15280 (thread1_func, thread2_func): Wait on barrier.
15281 (main): Wait for all threads to start before stopping GDB.
15282
c945a99f
PA
152832015-01-09 Pedro Alves <palves@redhat.com>
15284
15285 * gdb.threads/attach-many-short-lived-threads.c: New file.
15286 * gdb.threads/attach-many-short-lived-threads.exp: New file.
15287
c1a747c1
PA
152882014-01-09 Pedro Alves <palves@redhat.com>
15289
15290 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
15291 instead of to thread 2.
15292 * gdb.threads/signal-command-multiple-signals-pending.c (main):
15293 Add barrier around each pthread_create call instead of around all
15294 calls.
15295 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
15296 Set a break on thread_function and have the child threads hit it
15297 one at at a time.
15298
60b3033e
PA
152992015-01-09 Pedro Alves <palves@redhat.com>
15300
15301 * lib/gdb.exp (can_spawn_for_attach): New procedure.
15302 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
15303 false.
15304 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
15305 checking whether the target board is remote.
15306 * gdb.multi/multi-attach.exp: Likewise.
15307 * gdb.python/py-sync-interp.exp: Likewise.
15308 * gdb.server/ext-attach.exp: Likewise.
15309 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
15310 tests that need to attach, instead of checking whether the target
15311 board is remote at the top of the file.
15312
acc018ac
YQ
153132015-01-08 Yao Qi <yao@codesourcery.com>
15314
15315 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
15316
50a18af8
JK
153172015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15318
15319 Fix testcase compilation.
15320 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
15321
8503d6e1
JB
153222015-01-06 Joel Brobecker <brobecker@adacore.com>
15323
15324 * gdb.python/py-type.exp: Add a couple test about empty
15325 array creation, and negative-length array creation.
15326
cc73dbcc
DE
153272015-01-02 Doug Evans <xdje42@gmail.com>
15328
15329 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
15330
0300bbc7
DE
153312015-01-02 Doug Evans <dje@google.com>
15332
15333 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
15334
9d85a0ec
YQ
153352014-12-29 Yao Qi <yao@codesourcery.com>
15336
15337 * gdb.trace/entry-values.exp: Update comments. Rename variable
15338 bar_call_foo to returned_from_foo.
15339
87186c6a
MMN
153402014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
15341
15342 PR gdb/17394
15343 * gdb.linespec/break-asm-file.c: New file.
15344 * gdb.linespec/break-asm-file.exp: New file.
15345 * gdb.linespec/break-asm-file0.s: New file.
15346 * gdb.linespec/break-asm-file1.s: New file.
15347
1bab7383
YQ
153482014-12-18 Nigel Stephens <nigel@mips.com>
15349 Maciej W. Rozycki <macro@codesourcery.com>
15350
15351 * gdb.base/float.exp: Handle the new output from "info float" on
15352 MIPS targets.
15353
1bc1068a
JK
153542014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
15355
15356 Fix MinGW compilation.
15357 * gdb.compile/compile-ops.exp: Update untested message if
15358 !skip_compile_feature_tests.
15359 * gdb.compile/compile-setjmp.exp: Likewise.
15360 * gdb.compile/compile-tls.exp: Likewise.
15361 * gdb.compile/compile.exp: Likewise.
15362 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
15363 supported on this host".
15364
b6615d10
DE
153652014-12-16 Doug Evans <xdje42@gmail.com>
15366
15367 * boards/stabs.exp: New file.
15368
25dda427
AA
153692014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
15370
15371 * gdb.base/completion.exp: Adjust to format changes of "maint
15372 print user-registers".
15373
bf330350
CU
153742014-12-16 Catalin Udma <catalin.udma@freescale.com>
15375
15376 PR server/17457
15377 * gdb.arch/aarch64-fp.c: New file.
15378 * gdb.arch/aarch64-fp.exp: New file.
15379
395cf596
SDJ
153802014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
15381
15382 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
15383 r210637, r210913, r211666, r215400, r215817).
15384
15385 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
15386 * dg-extract-results.py: New file.
15387 * dg-extract-results.sh: Use it if the environment seems
15388 suitable.
15389
15390 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
15391
15392 * dg-extract-results.py (parse_run): Handle warnings that
15393 are printed before a test harness is run.
15394
15395 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
15396
15397 * dg-extract-results.py (Named): Remove __cmp__ method.
15398 (output_variation): Use a key to sort variation.harnesses.
15399
15400 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
15401
15402 * dg-extract-results.py: For Python 3, force sys.stdout to
15403 handle surrogate escape sequences.
15404 (safe_open): New function.
15405 (output_segment, main): Use it.
15406
15407 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
15408
15409 * dg-extract-results.py (Prog.result_re): Include options
15410 in test name.
15411
15412 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
15413
15414 * dg-extract-results.py (output_variation): Always sort if
15415 do_sum.
15416
e882ef3c
SM
154172014-12-15 Simon Marchi <simon.marchi@ericsson.com>
15418
15419 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
15420 as long as we get pagination notifications.
15421
4992aa20
JM
154222014-12-15 Jason Merrill <jason@redhat.com>
15423
15424 * Makefile.in (check-gdb.%): Restore.
15425 * README: Mention it.
15426
c1b5a1a6
JB
154272014-12-13 Joel Brobecker <brobecker@adacore.com>
15428
15429 * gdb.ada/str_uninit: New testcase.
15430
5537b577
JK
154312014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15432
15433 PR symtab/17642
15434 * gdb.base/vla-stub-define.c: New file.
15435 * gdb.base/vla-stub.c: New file.
15436 * gdb.base/vla-stub.exp: New file.
15437
bb2ec1b3
TT
154382014-12-12 Phil Muldoon <pmuldoon@redhat.com>
15439 Jan Kratochvil <jan.kratochvil@redhat.com>
15440 Tom Tromey <tromey@redhat.com>
15441
15442 * configure.ac: Add gdb.compile/.
15443 * configure: Regenerate.
15444 * gdb.compile/Makefile.in: New file.
15445 * gdb.compile/compile-ops.exp: New file.
15446 * gdb.compile/compile-ops.c: New file.
15447 * gdb.compile/compile-tls.c: New file.
15448 * gdb.compile/compile-tls.exp: New file.
15449 * gdb.compile/compile-constvar.S: New file.
15450 * gdb.compile/compile-constvar.c: New file.
15451 * gdb.compile/compile-mod.c: New file.
15452 * gdb.compile/compile-nodebug.c: New file.
15453 * gdb.compile/compile-setjmp-mod.c: New file.
15454 * gdb.compile/compile-setjmp.c: New file.
15455 * gdb.compile/compile-setjmp.exp: New file.
15456 * gdb.compile/compile-shlib.c: New file.
15457 * gdb.compile/compile.c: New file.
15458 * gdb.compile/compile.exp: New file.
15459 * lib/gdb.exp (skip_compile_feature_tests): New proc.
15460
4ff709eb
TT
154612014-12-12 Tom Tromey <tromey@redhat.com>
15462
15463 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
15464 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
15465
6dddd6a5
DE
154662014-12-12 Doug Evans <dje@google.com>
15467
15468 * lib/gdb-python.exp (get_python_valueof): New function.
15469 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
15470
71c24708
AA
154712014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15472
15473 * gdb.base/completion.exp: Add test for completion of "info
15474 registers ".
15475
3e29f34a
MR
154762014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
15477
15478 * gdb.base/func-ptrs.c: New file.
15479 * gdb.base/func-ptrs.exp: New file.
15480
fc126975
SM
154812014-12-10 Simon Marchi <simon.marchi@ericsson.com>
15482
15483 PR breakpoints/17012
15484 * gdb.base/dprintf-detach.c: New file.
15485 * gdb.base/dprintf-detach.exp: New file.
15486
0a46d518
SM
154872014-12-10 Simon Marchi <simon.marchi@ericsson.com>
15488
15489 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
15490 * lib/gdb.exp (target_is_gdbserver): New procedure.
15491
a0be3e44
DE
154922014-12-08 Doug Evans <dje@google.com>
15493
15494 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
15495
df1b803a
YQ
154962014-12-05 Yao Qi <yao@codesourcery.com>
15497
15498 * gdb.guile/scm-error.exp: Remove the third argument to
15499 gdb_remote_download.
15500 * gdb.guile/scm-frame-args.exp: Likewise.
15501 * gdb.guile/scm-section-script.exp: Likewise.
15502
ddb9f679
YQ
155032014-12-05 Yao Qi <yao@codesourcery.com>
15504
15505 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
15506
86e4ed39
DE
155072014-12-04 Doug Evans <dje@google.com>
15508
15509 * gdb.python/py-objfile.exp: Add tests for
15510 objfile.add_separate_debug_file.
15511
7c50a931
DE
155122014-12-04 Doug Evans <dje@google.com>
15513
15514 * lib/gdb.exp (get_build_id): New function.
15515 (build_id_debug_filename_get): Rewrite to use it.
15516 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
15517
621661e3
MR
155182014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
15519
15520 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
15521 `method(long)', not just 0x0.
15522 * gdb.cp/nsalias.exp: Align code labels to 4.
15523 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
15524 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
15525 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
15526 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
15527 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
15528 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
15529
29f0c3b7
DE
155302014-12-02 Doug Evans <dje@google.com>
15531
e1e061e7 15532 PR symtab/17602
29f0c3b7 15533 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 15534 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
15535 * gdb.cp/anon-ns.exp: Update.
15536
162078c8
NB
155372014-12-02 Nick Bull <nicholaspbull@gmail.com>
15538
15539 * gdb.python/py-events.py (inferior_call_handler): New.
15540 (register_changed_handler, memory_changed_handler): New.
15541 (test_events.invoke): Register new handlers.
15542 * gdb.python/py-events.exp: Add tests for inferior call,
15543 memory_changed and register_changed events.
15544
fdb09caf
AA
155452014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
15546
15547 * gdb.base/execl-update-breakpoints.exp: Specify the link address
15548 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
15549 if the linker doesn't understand this.
15550
55cfb2c4
SM
155512014-12-01 Simon Marchi <simon.marchi@ericsson.com>
15552
15553 * gdb.python/python.exp: Change expected reply to help().
15554
9e8cd6df
YQ
155552014-12-01 Yao Qi <yao@codesourcery.com>
15556
15557 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
15558 AC_CONFIG_SUBDIRS(gdb.gdbtk).
15559 * configure: Re-generated.
15560
6c659fc2
SC
155612014-11-28 Siva Chandra Reddy <sivachandra@google.com>
15562
15563 * gdb.cp/chained-calls.cc: New file.
15564 * gdb.cp/chained-calls.exp: New file.
15565 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
15566
d7fc3181
SM
155672014-11-28 Simon Marchi <simon.marchi@ericsson.com>
15568
15569 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
15570 * gdb.dwarf2/symtab-producer.exp: Same.
15571 * gdb.gdb/python-interrupts.exp: Same.
15572 * gdb.gdb/python-selftest.exp: Same.
15573 * gdb.python/py-linetable.exp: Same.
15574 * gdb.python/py-type.exp: Same.
15575 * gdb.python/py-value-cc.exp: Same.
15576 * gdb.python/py-value.exp: Same.
15577
10e79639
YQ
155782014-11-28 Yao Qi <yao@codesourcery.com>
15579
15580 * gdb.base/break-probes.exp: Match library name prefixed with
15581 sysroot.
15582
f28a0564
SM
155832014-11-27 Simon Marchi <simon.marchi@ericsson.com>
15584
15585 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
15586 test expected output. Add parentheses for the call to print.
15587 Remove L suffix from integers.
15588
3fe1ce1d
DE
155892014-11-26 Doug Evans <dje@google.com>
15590
15591 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
15592
84429e27
YQ
155932014-11-22 Yao Qi <yao@codesourcery.com>
15594
15595 * gdb.trace/entry-values.c: Remove asms.
15596 (foo): Add foo_label.
15597 (bar): Add bar_label.
15598 * gdb.trace/entry-values.exp: Remove code computing foo's
15599 length and bar's length.
15600 (Dwarf::assemble): Invoke function_range for bar and use
15601 MACRO_AT_func for foo.
15602
26741859
YQ
156032014-11-22 Yao Qi <yao@codesourcery.com>
15604
15605 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
15606 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
15607 Use .Lgcc43_procstart instead of gcc43.
15608
45e44d27
JB
156092014-11-21 Joel Brobecker <brobecker@adacore.com>
15610
15611 * gdb.ada/n_arr_bound: New testcase.
15612
458c8db8
SDJ
156132014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
15614
15615 PR breakpoints/10737
15616 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
15617 test_catch_syscall_multi_arch.
15618 (test_catch_syscall_multi_arch): New function.
15619
43f3e411
DE
156202014-11-20 Doug Evans <xdje42@gmail.com>
15621
15622 * gdb.base/maint.exp: Update expected output.
15623
0d7b2549
AA
156242014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
15625
15626 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
15627 4-byte instruction on S390.
15628
8908fca5
JB
156292014-11-19 Joel Brobecker <brobecker@adacore.com>
15630
15631 * gdb.ada/arr_arr: New testcase.
15632
4a46959e
JB
156332014-11-19 Joel Brobecker <brobecker@adacore.com>
15634
15635 * gdb.ada/pkd_arr_elem: New Testcase.
15636
470e2f4e
LM
156372014-11-18 Luis Machado <lgustavo@codesourcery.com>
15638
15639 * gdb.reverse/break-precsave: Expect completion message for
15640 core file reads.
15641 * gdb.reverse/consecutive-precsave.exp: Likewise.
15642 * gdb.reverse/finish-precsave.exp: Likewise.
15643 * gdb.reverse/i386-precsave.exp: Likewise.
15644 * gdb.reverse/machinestate-precsave.exp: Likewise.
15645 * gdb.reverse/sigall-precsave.exp: Likewise.
15646 * gdb.reverse/solib-precsave.exp: Likewise.
15647 * gdb.reverse/step-precsave.exp: Likewise.
15648 * gdb.reverse/until-precsave.exp: Likewise.
15649 * gdb.reverse/watch-precsave.exp: Likewise.
15650
a267f3ad
AA
156512014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15652
15653 * gdb.base/bp-permanent.c: Include unistd.h.
15654 * gdb.python/py-framefilter-mi.c (main): Add return type.
15655 * gdb.python/py-framefilter.c (main): Likewise.
15656 * gdb.trace/actions-changed.c (main): Likewise.
15657
12084a9a
AA
156582014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15659
15660 * gdb.mi/until.c: Add eye-catchers.
15661 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
15662 line numbers.
15663
dc7e1a77
AA
156642014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15665
15666 * gdb.base/condbreak.exp: Drop references to removed non-prototype
15667 function header variants in break1.c.
15668 * gdb.base/ena-dis-br.exp: Likewise.
15669 * gdb.base/hbreak2.exp: Likewise.
15670 * gdb.reverse/until-precsave.exp: Drop references to removed
15671 non-prototype function header variants in ur1.c.
15672 * gdb.reverse/until-reverse.exp: Likewise.
15673
41c77605
PM
156742014-11-17 Petr Machata <pmachata@redhat.com>
15675
15676 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
15677 ${_cu_offset_size} bytes abbrev offset.
15678
34248c3a
DE
156792014-11-15 Doug Evans <xdje42@gmail.com>
15680
15681 PR symtab/17559
15682 * gdb.base/line-symtabs.exp: New file.
15683 * gdb.base/line-symtabs.c: New file.
15684 * gdb.base/line-symtabs.h: New file.
15685
646da059
YQ
156862014-11-14 Yao Qi <yao@codesourcery.com>
15687
15688 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
15689 (func): Add label func_label.
15690 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
15691 Replace low_pc and high_pc with MACRO_AT_range.
15692 Replace name, low_pc and high_pc with MACRO_AT_func.
15693
9301ebe6
YQ
156942014-11-14 Yao Qi <yao@codesourcery.com>
15695
15696 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
15697 Replace name, low_pc and high_pc with MACRO_AT_func.
15698
f166b542
YQ
156992014-11-14 Yao Qi <yao@codesourcery.com>
15700
15701 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
15702 produce debug information.
15703 * gdb.dwarf2/implptr-optimized-out.S: Removed.
15704
0f6e71e3
YQ
157052014-11-14 Yao Qi <yao@codesourcery.com>
15706
15707 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
15708 object and get function length.
15709 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
15710 with MACRO_AT_func.
15711 (top-level): Replace gdb_compile and clean_restart with
15712 prepare_for_testing.
15713 * gdb.dwarf2/main.c (main): Add label main_label.
15714
876c4df9
YQ
157152014-11-14 Yao Qi <yao@codesourcery.com>
15716
15717 * lib/dwarf.exp (function_range): New procedure.
15718 (Dwarf::_handle_macro_at_func): New procedure.
15719 (Dwarf::_handle_macro_at_range): New procedure.
15720 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
15721
02ad9cf1
YQ
157222014-11-14 Yao Qi <yao@codesourcery.com>
15723
15724 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
15725 (_handle_attribute): New procedure.
15726
a59add0c
AA
157272014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15728
15729 * gdb.ada/cond_lang/foo.c (callme): Add return type.
15730 * gdb.base/call-sc.c (zed): Likewise.
15731 * gdb.base/checkpoint.c (main): Likewise.
15732 * gdb.base/dump.c (main): Likewise.
15733 * gdb.base/gcore.c (main): Likewise.
15734 * gdb.base/huge.c (main): Likewise.
15735 * gdb.base/multi-forks.c (main): Likewise.
15736 * gdb.base/pr10179-a.c (main): Likewise.
15737 * gdb.base/savedregs.c (main): Likewise.
15738 * gdb.base/sigaltstack.c (main): Likewise.
15739 * gdb.base/siginfo.c (main): Likewise.
15740 * gdb.base/structs.c (zed): Likewise.
15741 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
15742 * gdb.mi/mi-syn-frame.c (main): Likewise.
15743 * gdb.mi/until.c (foo, main): Likewise.
15744 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
15745 * gdb.base/solib-weak.c (foo): Declare.
15746 * gdb.base/attach-twice.c: Include stdio.h.
15747 * gdb.base/weaklib1.c: Likewise.
15748 * gdb.base/weaklib2.c: Likewise.
15749 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
15750 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
15751 unistd.h.
15752 * gdb.base/attach-pie-misread.c: Include stdlib.h.
15753 * gdb.mi/mi-exit-code.c: Likewise.
15754 * gdb.base/break-interp-lib.c: Include string.h.
15755 * gdb.base/coremaker.c: Likewise.
15756 * gdb.base/testenv.c: Likewise.
15757 * gdb.python/py-finish-breakpoint.c: Likewise.
15758 * gdb.base/inferior-died.c: Include sys/wait.h.
15759 * gdb.base/fileio.c: Include time.h.
15760 * gdb.base/async-shell.c: Include unistd.h.
15761 * gdb.base/dprintf-non-stop.c: Likewise.
15762 * gdb.base/info-os.c: Likewise.
15763 * gdb.mi/mi-console.c: Likewise.
15764 * gdb.mi/watch-nonstop.c: Likewise.
15765 * gdb.python/py-events.c: Likewise.
15766 * gdb.base/async.c (baz): Move up before its invocation.
15767 * gdb.base/code_elim2.c (my_global_func): Likewise.
15768 * gdb.base/skip-solib-lib.c (multiply): Likewise.
15769 * gdb.base/advance.c (func2): Likewise.
15770
3b5d5997
AA
157712014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15772
15773 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
15774 variant.
15775 * gdb.base/annota3.c: Likewise.
15776 * gdb.base/async.c: Likewise.
15777 * gdb.base/average.c: Likewise.
15778 * gdb.base/call-ar-st.c: Likewise.
15779 * gdb.base/call-rt-st.c: Likewise.
15780 * gdb.base/call-sc.c: Likewise.
15781 * gdb.base/call-strs.c: Likewise.
15782 * gdb.base/ending-run.c: Likewise.
15783 * gdb.base/execd-prog.c: Likewise.
15784 * gdb.base/exprs.c: Likewise.
15785 * gdb.base/foll-exec.c: Likewise.
15786 * gdb.base/foll-fork.c: Likewise.
15787 * gdb.base/foll-vfork.c: Likewise.
15788 * gdb.base/funcargs.c: Likewise.
15789 * gdb.base/gcore.c: Likewise.
15790 * gdb.base/jump.c: Likewise.
15791 * gdb.base/langs0.c: Likewise.
15792 * gdb.base/langs1.c: Likewise.
15793 * gdb.base/langs2.c: Likewise.
15794 * gdb.base/mips_pro.c: Likewise.
15795 * gdb.base/nodebug.c: Likewise.
15796 * gdb.base/opaque0.c: Likewise.
15797 * gdb.base/opaque1.c: Likewise.
15798 * gdb.base/recurse.c: Likewise.
15799 * gdb.base/run.c: Likewise.
15800 * gdb.base/scope0.c: Likewise.
15801 * gdb.base/scope1.c: Likewise.
15802 * gdb.base/setshow.c: Likewise.
15803 * gdb.base/setvar.c: Likewise.
15804 * gdb.base/shmain.c: Likewise.
15805 * gdb.base/shr1.c: Likewise.
15806 * gdb.base/shr2.c: Likewise.
15807 * gdb.base/sigall.c: Likewise.
15808 * gdb.base/signals.c: Likewise.
15809 * gdb.base/so-indr-cl.c: Likewise.
15810 * gdb.base/solib2.c: Likewise.
15811 * gdb.base/structs.c: Likewise.
15812 * gdb.base/sum.c: Likewise.
15813 * gdb.base/vforked-prog.c: Likewise.
15814 * gdb.base/watchpoint.c: Likewise.
15815 * gdb.reverse/shr2.c: Likewise.
15816 * gdb.reverse/until-reverse.c: Likewise.
15817 * gdb.reverse/ur1.c: Likewise.
15818 * gdb.reverse/watch-reverse.c: Likewise.
15819
066a77c5
AA
158202014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15821
15822 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
15823 variant.
15824 * gdb.base/sepdebug.exp: Drop references to removed code.
15825
4f204ea5
AA
158262014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15827
15828 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
15829 variant. Preserve original line numbering.
15830 * gdb.base/list1.c: Likewise.
15831
3b377a3a
AA
158322014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15833
15834 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
15835 variant.
15836 * gdb.base/break1.c: Likewise.
15837 * gdb.base/break.exp: Drop references to removed code.
15838
e444df73
AA
158392014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15840
15841 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
15842 variant.
15843
8008f2a7
AA
158442014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15845
15846 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
15847
a5a06887
AA
158482014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15849
15850 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
15851 logic into perform_all_tests() and invoke it with and without
15852 function header prototypes.
15853 (do_function_calls): Remove conditional XFAIL for PR 5318.
15854 (rerun_and_prepare): Remove duplicate code.
15855 (perform_all_tests): New. Main logic moved here.
15856
44dba9b9
AA
158572014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15858
15859 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
15860 code guarded by #ifdef NO_PROTOTYPES.
15861 (t_double_many_args): Likewise.
15862 (DEF_FUNC_MANY_ARGS_1): Likewise.
15863 (DEF_FUNC_VALUES_1): Likewise.
15864 (t_structs_ldc): Renamed from t_structs_fc in conditional code
15865 guarded by #ifdef PROTOTYPES.
15866
d1fbcd56
AA
158672014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15868
15869 * gdb.mi/mi-console.c: Add eye-catcher.
15870 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
15871 instead of literal line number.
15872
b0e59b8f
AA
158732014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15874
15875 * gdb.base/shr2.c: Add eye-catcher.
15876 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
15877 line number.
15878
78f98cca
AA
158792014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15880
15881 * gdb.base/jump.c: Add eye-catchers.
15882 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
15883 numbers.
15884
58fa2af0
AA
158852014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15886
15887 * gdb.base/execd-prog.c: Add eye-catchers.
15888 * gdb.base/foll-exec.c: Likewise.
15889 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
15890 line numbers.
15891
04e5059b
AA
158922014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15893
15894 * gdb.base/ending-run.c: Add eye-catchers.
15895 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
15896 literal line numbers.
15897
dbfdb174
AA
158982014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15899
15900 * gdb.base/call-rt-st.c: Add eye-catchers.
15901 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
15902 literal line numbers.
15903
888a2ade
AA
159042014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15905
15906 * gdb.base/call-ar-st.c: Add eye-catchers.
15907 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
15908 literal line numbers.
15909
6acc2dde
AA
159102014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15911
15912 * gdb.base/average.c: Add eye-catchers.
15913 * gdb.base/sum.c: Likewise.
15914 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
15915 regexps dynamically.
15916
9ecfcd1d
AA
159172014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15918
15919 * gdb.base/solib1.c: Add eye-catchers.
15920 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
15921 literal line numbers.
15922
78708b7c
PA
159232014-11-12 Pedro Alves <palves@redhat.com>
15924
15925 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
15926 leader has exited.
15927
af48d08f
PA
159282014-11-12 Pedro Alves <palves@redhat.com>
15929
15930 * gdb.arch/i386-bp_permanent.c: New file.
15931 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
15932 (srcfile): Set to i386-bp_permanent.c.
15933 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
15934 that stepi does not execute the 'leave' instruction, instead of
15935 testing it does execute.
15936 * gdb.base/bp-permanent.c: New file.
15937 * gdb.base/bp-permanent.exp: New file.
15938
af3768e9
DE
159392014-11-10 Doug Evans <xdje42@gmail.com>
15940
15941 PR symtab/17564
15942 * gdb.base/symtab-search-order.exp: New file.
15943 * gdb.base/symtab-search-order.c: New file.
15944 * gdb.base/symtab-search-order-1.c: New file.
15945 * gdb.base/symtab-search-order-shlib-1.c: New file.
15946
9de00a4a
PA
159472014-11-07 Pedro Alves <palves@redhat.com>
15948
15949 PR gdb/17511
15950 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
15951 i?86-*-linux*.
15952
e0f52461
SC
159532014-11-03 Siva Chandra Reddy <sivachandra@google.com>
15954
15955 PR c++/17494
15956 * gdb.cp/pr17494.cc: New file.
15957 * gdb.cp/pr17494.exp: New file.
15958
6ce8c980
YQ
159592014-11-02 Yao Qi <yao@codesourcery.com>
15960
15961 * gdb.python/python.exp: Get working directory and match the
15962 output of "set extended-prompt \\w " with it.
15963
02be9a71
DE
159642014-10-30 Doug Evans <dje@google.com>
15965
15966 * gdb.python/py-objfile.exp: Add tests for setting random attributes
15967 in objfiles.
15968 * gdb.python/py-progspace.exp: Add tests for setting random attributes
15969 in progspaces.
15970
3bdff46b
LM
159712014-10-30 Janis Johnson <janisjo@codesourcery.com>
15972
15973 * gdb.base/fullpath-expand.exp: Skip for a remote host.
15974 * gdb.base/realname-expand.exp: Likewise.
15975 * gdb.linespec/macro-relative.exp: Likewise.
15976
ab917dfb
PA
159772014-10-29 Pedro Alves <palves@redhat.com>
15978
15979 PR gdb/17408
15980 * gdb.threads/schedlock.c (some_function): New function.
15981 (call_function): New global.
15982 (MAYBE_CALL_SOME_FUNCTION): New macro.
15983 (thread_function): Call it.
15984 * gdb.threads/schedlock.exp (get_args): Add description parameter,
15985 and use it instead of a global counter. Adjust all callers.
15986 (get_current_thread): Use "find current thread" for test message
15987 here rather than having all callers pass down the same string.
15988 (goto_loop): New procedure, factored out from ...
15989 (my_continue): ... this.
15990 (step_ten_loops): Change parameter from test message to command to
15991 use. Adjust.
15992 (list_count): Delete global.
15993 (check_result): New procedure, factored out from duplicate top
15994 level code.
15995 (continue tests): Wrap in with_test_prefix.
15996 (test_step): New procedure, factored out from duplicate top level
15997 code.
15998 (top level): Test "step" in combination with all scheduler-locking
15999 modes. Test "next" in combination with all scheduler-locking
16000 modes, and in combination with stepping over a function call or
16001 not.
16002 * gdb.threads/next-bp-other-thread.c: New file.
16003 * gdb.threads/next-bp-other-thread.exp: New file.
16004
d3d4baed
PA
160052014-10-29 Pedro Alves <palves@redhat.com>
16006
16007 PR python/17372
16008 * gdb.python/python.exp: Test a multi-line command that spawns
16009 interactive Python.
16010 * gdb.base/multi-line-starts-subshell.exp: New file.
16011
563e8d85
YQ
160122014-10-29 Yao Qi <yao@codesourcery.com>
16013
16014 * gdb.base/fileio.exp: Make directories on host.
16015
0ea4d52e
YQ
160162014-10-29 Yao Qi <yao@codesourcery.com>
16017
16018 * gdb.base/fileio.c (test_write): Close the file.
16019
7f5ef605
PA
160202014-10-28 Pedro Alves <palves@redhat.com>
16021
16022 PR gdb/12623
16023 * gdb.base/sigstep.c (no_handler): New global.
16024 (main): If 'no_handler is true, set the signal handlers to
16025 SIG_IGN.
16026 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
16027 with_sw_watch and no_handler parameters. Handle them.
16028 (top level) <stepping over handler when stopped at a breakpoint
16029 test>: Add a test axis for testing with a software watchpoint, and
16030 another for testing with the signal handler set to SIG_IGN.
16031 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
16032 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
16033
abbdbd03
PA
160342014-10-28 Pedro Alves <palves@redhat.com>
16035
16036 PR gdb/17511
16037 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
16038 * gdb.base/sigstep.exp (other_handler_location): New global.
16039 (advance): Support stepping into the signal handler, and running
16040 commands while in the handler.
16041 (in_handler_map): New global.
16042 (top level): In the advance test, add combinations for getting
16043 into the handler with stepping commands, and for running commands
16044 in the handler. Add comment descripting the advancei tests.
16045
1df4399f
PA
160462014-10-28 Pedro Alves <palves@redhat.com>
16047
16048 * gdb.base/sigstep.exp: Use build_executable instead of
16049 prepare_for_testing.
16050 (top level): Move code that starts GDB, runs to main and creates a
16051 display to ...
16052 (restart): ... this new procedure.
16053 (top level): Move backtrace from signal handler test to ...
16054 (validate_backtrace): ... this new procedure.
16055 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
16056 with_test_prefix. Always restart GDB.
16057 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
16058 with_test_prefix. Always restart GDB. No need to delete
16059 breakpoints after the test.
16060 (test_skip_handler): Remove prefix parameter.
16061 (skip_over_handler, breakpoint_to_handler)
16062 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
16063 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
16064 restart GDB. No need to delete breakpoints after the test.
16065 (top level): Use foreach to call the test procedures with
16066 different commands.
16067
a5b6e449
PA
160682014-10-28 Pedro Alves <palves@redhat.com>
16069
16070 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
16071 instead of GNATS numbers.
16072 * gdb.base/sigbpt.exp: Likewise.
16073 * gdb.base/siginfo.exp: Likewise.
16074 * gdb.base/sigstep.exp: Likewise.
16075
e5f8a7cc
PA
160762014-10-27 Pedro Alves <palves@redhat.com>
16077
16078 * gdb.base/sigstep.c (dummy): New global.
16079 (main): Issue a couple writes to the new global.
16080 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
16081 procedures.
16082 (skip_over_handler): Use test_skip_handler.
16083 (top level): Call skip_over_handler for stepi and nexti too.
16084 (breakpoint_over_handler): Use test_skip_handler.
16085 (top level): Call breakpoint_over_handler for stepi and nexti too.
16086
763905a3
YQ
160872014-10-27 Yao Qi <yao@codesourcery.com>
16088
16089 * gdb.trace/tfile.c (adjust_function_address)
16090 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
16091 function descriptor.
16092
6f259a23
DB
160932014-10-24 Don Breazeal <donb@codesourcery.com>
16094
16095 * gdb.base/foll-fork.exp (test_follow_fork,
16096 catch_fork_child_follow): Check for updated fork messages emitted
16097 from infrun.c.
16098 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
16099 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
16100 vfork_and_exec_child_follow_through_step): Check for updated vfork
16101 messages emitted from infrun.c.
16102
09dd9a69
PA
161032014-10-24 Pedro Alves <palves@redhat.com>
16104
16105 * gdb.base/corefile.exp: Remove references to ultrix.
16106 * gdb.base/interrupt.exp: Likewise.
16107 * gdb.base/whatis.exp: Likewise.
16108 * gdb.gdb/selftest.exp: Likewise.
16109 * gdb.threads/manythreads.exp: Likewise.
16110 * gdb.threads/print-threads.exp: Likewise.
16111 * gdb.threads/pthreads.exp:: Likewise.
16112 * gdb.threads/schedlock.exp: Likewise.
16113
3433cfa5
SC
161142014-10-24 Siva Chandra Reddy <sivachandra@google.com>
16115
16116 * gdb.cp/non-trivial-retval.cc: Add a test case.
16117 * gdb.cp/non-trivial-retval.exp: Add a test.
16118
092f880b
YQ
161192014-10-20 Yao Qi <yao@codesourcery.com>
16120
16121 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
16122 * gdb.python/py-objfile-script-gdb.py: New file.
16123 * gdb.python/py-objfile-script.exp: Update reference to
16124 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
16125 of remote_download. Remove the dest file.
16126
acbdb7f3
YQ
161272014-10-20 Yao Qi <yao@codesourcery.com>
16128
16129 * gdb.base/checkpoint.exp: Don't remove file copied on host.
16130 * gdb.base/step-line.exp: Likewise.
16131 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
16132 * gdb.dwarf2/dw2-basic.exp: Likewise.
16133 * gdb.dwarf2/dw2-compressed.exp: Likewise.
16134 * gdb.dwarf2/dw2-filename.exp: Likewise.
16135 * gdb.dwarf2/dw2-intercu.exp: Likewise.
16136 * gdb.dwarf2/dw2-intermix.exp: Likewise.
16137 * gdb.dwarf2/dw2-producer.exp: Likewise.
16138 * gdb.dwarf2/mac-fileno.exp: Likewise.
16139 * gdb.python/py-frame-args.exp: Likewise.
16140 * gdb.python/py-framefilter.exp: Likewise.
16141 * gdb.python/py-mi.exp: Likewise.
16142 * gdb.python/py-objfile-script.exp: Likewise
16143 * gdb.python/py-pp-integral.exp: Likewise.
16144 * gdb.python/py-pp-re-notag.exp: Likewise.
16145 * gdb.python/py-prettyprint.exp: Likewise.
16146 * gdb.python/py-section-script.exp: Likewise.
16147 * gdb.python/py-typeprint.exp: Likewise.
16148 * gdb.python/py-xmethods.exp: Likewise.
16149 * gdb.stabs/weird.exp: Likewise.
16150 * gdb.xml/tdesc-regs.exp: Likewise.
16151
bd286a29
KCY
161522014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
16153
16154 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
16155 (out_cu): Use addr_len for the size of addresses.
16156 (out_line): Likewise. Size DW_LNE_set_address instruction
16157 according to addr_len.
16158 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
16159 (FUNC): Add START_INSNS to definition.
16160
673dc4a0
YQ
161612014-10-18 Yao Qi <yao@codesourcery.com>
16162
16163 * gdb.base/argv0-symlink.exp: Check argv[0] value if
16164 gdb_has_argv0 return true.
16165 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
16166 check [target_info exists noargs], check [gdb_has_argv0]
16167 instead.
16168 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
16169 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
16170 procedures.
16171
4ffbba72
DE
161722014-10-17 Doug Evans <dje@google.com>
16173
16174 * gdb.python/py-events.exp: Update expected output for clear_objfiles
16175 event.
16176 * gdb.python/py-events.py: Add clear_objfiles event.
16177
d096d8c1
DE
161782014-10-17 Doug Evans <dje@google.com>
16179
16180 * gdb.python/py-objfile.exp: Test progspace attribute.
16181
a80db015
LM
161822014-10-17 Luis Machado <lgustavo@codesourcery.com>
16183
16184 * gdb.guile/scm-breakpoint.exp: Do not assume any
16185 directory separators when matching source file paths.
16186 * gdb.python/py-breakpoint.exp: Likewise.
16187 * gdb.reverse/break-precsave.exp: Likewise.
16188 * gdb.reverse/break-reverse.exp: Likewise.
16189 * gdb.reverse/consecutive-precsave.exp: Likewise.
16190 * gdb.reverse/finish-precsave.exp: Likewise.
16191 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
16192 * gdb.reverse/finish-reverse.exp: Likewise.
16193 * gdb.reverse/i386-precsave.exp: Likewise.
16194 * gdb.reverse/i387-env-reverse.exp: Likewise.
16195 * gdb.reverse/i387-stack-reverse.exp: Likewise.
16196 * gdb.reverse/machinestate-precsave.exp: Likewise.
16197 * gdb.reverse/machinestate.exp: Likewise.
16198 * gdb.reverse/sigall-precsave.exp: Likewise.
16199 * gdb.reverse/solib-precsave.exp: Likewise.
16200 * gdb.reverse/step-precsave.exp: Likewise.
16201 * gdb.reverse/until-precsave.exp: Likewise.
16202 * gdb.reverse/watch-precsave.exp: Likewise.
16203 * gdb.reverse/watch-reverse.exp: Likewise.
16204
b22089ab
YQ
162052014-10-17 Yao Qi <yao@codesourcery.com>
16206
16207 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
16208 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
16209
6c4486e6
PA
162102014-10-17 Pedro Alves <palves@redhat.com>
16211
16212 PR gdb/17471
16213 * gdb.base/bg-execution-repeat.c: New file.
16214 * gdb.base/bg-execution-repeat.exp: New file.
16215
0ff33695
PA
162162014-10-17 Pedro Alves <palves@redhat.com>
16217
16218 PR gdb/17300
16219 * gdb.base/continue-all-already-running.c: New file.
16220 * gdb.base/continue-all-already-running.exp: New file.
16221
6fdebc3d
PA
162222014-10-17 Pedro Alves <palves@redhat.com>
16223
16224 PR gdb/17472
16225 * gdb.base/annota-input-while-running.c: New file.
16226 * gdb.base/annota-input-while-running.exp: New file.
16227
32a8097b
PA
162282014-10-17 Pedro Alves <palves@redhat.com>
16229
16230 * gdb.base/callfuncs.exp: emove references to osf.
16231 * gdb.base/sigall.exp: Likewise.
16232 * gdb.gdb/selftest.exp: Likewise.
16233 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
16234 * gdb.mi/non-stop.c: Likewise.
16235 * gdb.mi/pthreads.c: Likewise.
16236 * gdb.reverse/sigall-precsave.exp: Likewise.
16237 * gdb.reverse/sigall-reverse.exp: Likewise.
16238 * gdb.threads/pthreads.c: Likewise.
16239 * gdb.threads/pthreads.exp: Likewise.
16240
7a3517ff
YQ
162412014-10-17 Yao Qi <yao@codesourcery.com>
16242
16243 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
16244 check 'target_info exists noargs'.
16245 (test_command_prompt_position): Likewise.
16246 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
16247 Remove "set args".
16248 (progvar_simple_while_test): Likewise.
16249 (progvar_complex_if_while_test): Likewise.
16250 (if_while_breakpoint_command_test): Likewise.
16251 (infrun_breakpoint_command_test): Likewise.
16252 (breakpoint_command_test): Likewise.
16253 (watchpoint_command_test): Likewise.
16254 (bp_deleted_in_command_test): Likewise.
16255 (temporary_breakpoint_commands): Likewise.
16256
bb99c472
YQ
162572014-10-16 Yao Qi <yao@codesourcery.com>
16258
16259 * gdb.base/remotetimeout.exp: Remove noargs checking.
16260
7c16b83e
PA
162612014-10-15 Pedro Alves <palves@redhat.com>
16262
16263 PR breakpoints/9649
16264 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
16265 * gdb.base/breakpoint-in-ro-region.exp
16266 (probe_target_hardware_step): New procedure.
16267 (top level): Probe hardware stepping and hardware breakpoint
16268 support. Test stepping through a read-only region, with both
16269 "breakpoint auto-hw" on and off and both "always-inserted" on and
16270 off.
16271
35a49624
IB
162722014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
16273
16274 * gdb.dlang/demangle.exp: Update for demangling changes.
16275
2d1c107c
SC
162762014-10-15 Siva Chandra Reddy <sivachandra@google.com>
16277
16278 * gdb.cp/non-trivial-retval.cc: Add new test cases.
16279 * gdb.cp/non-trivial-retval.exp: Add new tests.
16280
778811d5
SC
162812014-10-15 Siva Chandra Reddy <sivachandra@google.com>
16282
16283 PR c++/13403
16284 PR c++/15154
16285 * gdb.cp/non-trivial-retval.cc: New file.
16286 * gdb.cp/non-trivial-retval.exp: New file.
16287
10c5f0a8
YQ
162882014-10-15 Yao Qi <yao@codesourcery.com>
16289
16290 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
16291 remote host.
16292
65d7b369
YQ
162932014-10-15 Yao Qi <yao@codesourcery.com>
16294
16295 * gdb.python/py-symbol.exp: Match file base name if host is
16296 remote, otherwise match file name with dir name.
16297 * gdb.python/py-symtab.exp: Likewise.
16298 * gdb.python/python.exp: Likewise.
16299
46dc1394
YQ
163002014-10-15 Yao Qi <yao@codesourcery.com>
16301
16302 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
16303 pattern.
16304 * gdb.python/py-symtab.exp: Likewise.
16305 * gdb.python/python.exp: Remove trailing ".*". Fix typo
16306 locationn.
16307
c40cc657
JB
163082014-10-14 Joel Brobecker <brobecker@adacore.com>
16309
16310 * gdb.ada/addr_arith: New testcase.
16311
2abf49e1
MR
163122014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
16313
16314 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
16315 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
16316 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
16317 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
16318
f7088df3
SDJ
163192014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
16320
16321 * gdb.arch/stap-eval-lang-ada.S: Likewise.
16322 * gdb.arch/stap-eval-lang-ada.c: Likewise.
16323 * gdb.arch/stap-eval-lang-ada.exp: New file.
16324
4dc06805
YQ
163252014-10-14 Yao Qi <yao@codesourcery.com>
16326
16327 * gdb.mi/mi-var-child.c (nothing1): New function.
16328 (nothing2): New function.
16329 (do_children_tests): Set function pointers by nothing1 and
16330 nothing2.
16331 * gdb.mi/mi-var-child.exp: Step over new added statements.
16332 Update test to match the new output.
16333 * gdb.mi/var-cmd.c (nothing1): New function.
16334 (nothing2): New function.
16335 (do_children_tests): Set function pointers by nothing1 and
16336 nothing2.
16337 * gdb.mi/mi-var-display.exp: Update test to match output.
16338 Step to the line specified by $line_dct_nothing.
16339 Increase the number of lines to step.
16340
46a93de2
YQ
163412014-10-14 Yao Qi <yao@codesourcery.com>
16342
16343 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
16344 tests.
16345 * gdb.mi/mi2-var-child.exp: Likewise.
16346
14ea52ee
DE
163472014-10-13 Doug Evans <dje@google.com>
16348
16349 * gdb.python/py-objfile.exp: Change name of file name test.
16350
e5c6e92b
DE
163512014-10-13 Doug Evans <dje@google.com>
16352
16353 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
16354 from the start of the CU.
16355
c780cc2f
JK
163562014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16357 Yao Qi <yao@codesourcery.com>
16358
16359 Fix "save breakpoints" for "catch" command.
16360 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
16361 Remove -nonewline. Match also the added "main" line.
16362
99894e11
JK
163632014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16364
16365 Fix "save breakpoints" for "disable $bpnum" command.
16366 * gdb.base/save-bp.c (main): Add label.
16367 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
16368
6e1ac5a3
JK
163692014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16370
16371 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
16372
754dd2b0
YQ
163732014-10-11 Yao Qi <yao@codesourcery.com>
16374
16375 * gdb.server/server-kill.exp: Execute command
16376 "set remote trace-status-packet on" before "tstatus".
16377
f90183d7
YQ
163782014-10-11 Yao Qi <yao@codesourcery.com>
16379
16380 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
16381 (main): Call getppid.
16382 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
16383 and continue to it. Read variable "server_pid".
16384
bf40a607
YQ
163852014-10-11 Yao Qi <yao@codesourcery.com>
16386
16387 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
16388
052ca370
YQ
163892014-10-11 Yao Qi <yao@codesourcery.com>
16390
16391 * gdb.threads/thread-find.exp: Don't execute command
16392 "info threads".
16393 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
16394 * gdb.threads/linux-dp.exp: Don't check the condition
16395 $threads_created equals to zero.
16396
3831839c
PA
163972014-10-10 Pedro Alves <palves@redhat.com>
16398
16399 * gdb.base/bigcore.exp: Remove references to IRIX.
16400 * gdb.base/funcargs.exp: Likewise.
16401 * gdb.base/interrupt.exp: Likewise.
16402 * gdb.base/mips_pro.exp: Likewise.
16403 * gdb.base/nodebug.exp: Likewise.
16404 * gdb.base/setvar.exp: Likewise.
16405 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
16406
8b9a549d
PA
164072014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
16408 Pedro Alves <palves@redhat.com>
16409
16410 PR symtab/14466
16411 * gdb.base/vdso-warning.c: New file.
16412 * gdb.base/vdso-warning.exp: New file.
16413
d48ba5e8
DE
164142014-10-02 Doug Evans <dje@google.com>
16415
16416 * gdb.base/structs.c (main): Don't run forever.
16417
2278c276
PA
164182014-10-02 Pedro Alves <palves@redhat.com>
16419
16420 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
16421 (top level) <stop threads 1, stop threads 2>: Use it.
16422
b57bacec
PA
164232014-10-02 Pedro Alves <palves@redhat.com>
16424
16425 * gdb.threads/break-while-running.exp (test): Add new
16426 'update_thread_list' argument. Skip "info threads" if false.
16427 (top level): Add new 'update_thread_list' axis.
16428
13fd3ff3
PA
164292014-10-02 Pedro Alves <palves@redhat.com>
16430
16431 PR breakpoints/17431
16432 * gdb.base/execl-update-breakpoints.c: New file.
16433 * gdb.base/execl-update-breakpoints.exp: New file.
16434
0fec99e8
PA
164352014-10-01 Pedro Alves <palves@redhat.com>
16436
16437 * gdb.base/breakpoint-in-ro-region.c: New file.
16438 * gdb.base/breakpoint-in-ro-region.exp: New file.
16439
2ddf4301
SM
164402014-10-01 Simon Marchi <simon.marchi@ericsson.com>
16441
16442 * gdb.mi/mi-exit-code.exp: New file.
16443 * gdb.mi/mi-exit-code.c: New file.
16444
6a5f3f43
YQ
164452014-09-30 Yao Qi <yao@codesourcery.com>
16446
16447 * lib/prelink-support.exp (build_executable_own_libs): Error if
16448 the target isn't native.
16449
345bcc73
YQ
164502014-09-30 Yao Qi <yao@codesourcery.com>
16451
16452 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
16453 false.
16454
a25a5a45
PA
164552014-09-22 Pedro Alves <palves@redhat.com>
16456
16457 * gdb.threads/break-while-running.exp: New file.
16458 * gdb.threads/break-while-running.c: New file.
16459
00ba3162
YQ
164602014-09-19 Yao Qi <yao@codesourcery.com>
16461
16462 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
16463 Invoke test. Restart GDB with --readnow and invoke test again.
16464
c3b7b696
YQ
164652014-09-19 Yao Qi <yao@codesourcery.com>
16466
16467 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
16468 proc set_breakpoint_on_gcd_function. Invoke
16469 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
16470 invoke set_breakpoint_on_gcd_function again.
16471
2b4fd423
DE
164722014-09-18 Doug Evans <dje@google.com>
16473
16474 * gdb.dwarf2/symtab-producer.exp: New file.
16475
a5947601
SDJ
164762014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
16477
16478 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
16479 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
16480 * gdb.base/global-var-nested-by-dso.c: Likewise.
16481 * gdb.base/global-var-nested-by-dso.exp: Likewise.
16482
91c19059
SDJ
164832014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
16484 Pedro Alves <palves@redhat.com>
16485
16486 * gdb.base/watch-bitfields.exp: Pass string other than test file
16487 name to prepare_for_testing.
16488 (watch): New procedure.
16489 (expect_watchpoint): Use with_test_prefix.
16490 (top level): Factor out tests to ...
16491 (test_watch_location, test_regular_watch): ... these new
16492 procedures, and use with_test_prefix and gdb_continue_to_end.
16493
bb9d5f81
PP
164942014-09-16 Patrick Palka <patrick@parcs.ath.cx>
16495
16496 PR breakpoints/12526
16497 * gdb.base/watch-bitfields.exp: New file.
16498 * gdb.base/watch-bitfields.c: New file.
16499
635856f5
PA
165002014-09-16 Pedro Alves <palves@redhat.com>
16501
16502 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
16503 software and hardware addresses, not software address against
16504 itself.
16505
7280ceea
PA
165062014-09-16 Pedro Alves <palves@redhat.com>
16507
16508 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
16509 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
16510
428b16bd
PA
165112014-09-16 Pedro Alves <palves@redhat.com>
16512
16513 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
16514 files.
16515 * gdb.base/a2-run.exp: Remove all code guarded by istarget
16516 "*-*-vxworks*" throughout.
16517 * gdb.base/break.exp: Likewise.
16518 * gdb.base/default.exp: Likewise.
16519 * gdb.base/scope.exp: Likewise.
16520 * gdb.base/sepdebug.exp: Likewise.
16521 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
16522 throughout.
16523 * gdb.base/run.c: Likewise.
16524 * gdb.base/sepdebug.c: Likewise.
16525 * gdb.hp/gdb.aCC/run.c: Likewise.
16526 * gdb.reverse/until-reverse.c: Likewise.
16527 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
16528
666d413c
YQ
165292014-09-16 Yao Qi <yao@codesourcery.com>
16530
16531 * boards/local-remote-host-native.exp: New file.
16532
57cbd724
DE
165332014-09-14 Doug Evans <xdje42@gmail.com>
16534
16535 * gdb.threads/queue-signal.c (thread_count): New variable.
16536 (thread_count_mutex, thread_count_condvar): New variables.
16537 (incr_thread_count, wait_all_threads_running): New functions.
16538 (main): Wait for all threads to be in their thread functions.
16539
81219e53
DE
165402014-09-13 Doug Evans <xdje42@gmail.com>
16541
16542 * gdb.threads/queue-signal.c: New file.
16543 * gdb.threads/queue-signal.exp: New file.
16544
3714cea7
DE
165452014-09-13 Doug Evans <xdje42@gmail.com>
16546
16547 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
16548 be consistent with what default_gdb_init uses.
16549 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
16550 the plain text of the prompt. Add some logging printfs.
16551 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
16552
fa43b1d7
PA
165532014-09-12 Pedro Alves <palves@redhat.com>
16554
16555 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
16556 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
16557 * gdb.arch/i386-size-overlap.exp: Likewise.
16558 * gdb.arch/i386-size.exp: Likewise.
16559 * gdb.arch/i386-unwind.exp: Likewise.
16560 * gdb.base/a2-run.exp: Likewise.
16561 * gdb.base/break.exp: Likewise.
16562 * gdb.base/charset.exp: Likewise.
16563 * gdb.base/chng-syms.exp: Likewise.
16564 * gdb.base/commands.exp: Likewise.
16565 * gdb.base/dbx.exp: Likewise.
16566 * gdb.base/find.exp: Likewise.
16567 * gdb.base/funcargs.exp: Likewise.
16568 * gdb.base/jit-simple.exp: Likewise.
16569 * gdb.base/reread.exp: Likewise.
16570 * gdb.base/sepdebug.exp: Likewise.
16571 * gdb.base/step-bt.exp: Likewise.
16572 * gdb.cp/mb-inline.exp: Likewise.
16573 * gdb.cp/mb-templates.exp: Likewise.
16574 * gdb.objc/basicclass.exp: Likewise.
16575 * gdb.threads/killed.exp: Likewise.
16576
9d9bf2df
EBM
165772014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16578
16579 PR tdep/17379
16580 * gdb.arch/powerpc-stackless.S: New file.
16581 * gdb.arch/powerpc-stackless.exp: New file.
16582
1cf2f1b0
JK
165832014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16584
16585 * gdb.base/attach.c: Include unistd.h.
16586 (main): Call alarm. Add label postloop.
16587 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
16588 gdb_breakpoint, gdb_continue_to_breakpoint.
16589 (test_command_line_attach_run): Kill ${testpid} in one exit path.
16590
98880d46
PA
165912014-09-11 Pedro Alves <palves@redhat.com>
16592
16593 PR gdb/17347
16594 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
16595 * gdb.base/attach.exp (test_command_line_attach_run): New
16596 procedure.
16597 (top level): Call it.
16598
4c92ff2c
PA
165992014-09-11 Pedro Alves <palves@redhat.com>
16600
16601 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
16602 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
16603 (do_command_attach_tests): Use spawn_wait_for_attach.
16604 * gdb.base/solib-overlap.exp: Likewise.
16605 * gdb.multi/multi-attach.exp: Likewise.
16606 * gdb.python/py-prompt.exp: Likewise.
16607 * gdb.python/py-sync-interp.exp: Likewise.
16608 * gdb.server/ext-attach.exp: Likewise.
16609
3adc1a7d
GKB
166102014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
16611
16612 * gdb.fortran/array-element.exp: Remove unexpected "continue"
16613 command in testcase. Simplify testcase.
16614
96334934
JB
166152014-09-10 Joel Brobecker <brobecker@adacore.com>
16616
16617 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
16618
eb479039
JB
166192014-09-10 Joel Brobecker <brobecker@adacore.com>
16620
16621 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
16622
deede10c
JB
166232014-09-10 Joel Brobecker <brobecker@adacore.com>
16624
16625 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
16626
7828a5f5
JB
166272014-09-10 Joel Brobecker <brobecker@adacore.com>
16628
16629 * gdb.dwarf2/dynarr-ptr.c: New file.
16630 * gdb.dwarf2/dynarr-ptr.exp: New file.
16631
33aeebcf
MR
166322014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16633
16634 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
16635 of 30 rather than hardcoding 120 for a slow test case. Take the
16636 `gdb,timeout' target setting into account for this calculation.
16637 Don't extend the timeout for the test cases that don't need it.
16638
7b415901
MR
166392014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16640
16641 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
16642 a factor of 2 for a slow test case. Take the `gdb,timeout'
16643 target setting into account for this calculation.
16644 * gdb.reverse/until-precsave.exp: Increase the timeout by
16645 a factor of 15 and 3 respectively rather than adding 120
16646 for a pair of slow test cases. Take the `gdb,timeout'
16647 target setting into account for this calculation.
16648
4a40f85a
MR
166492014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16650
16651 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
16652 timeout, don't pass one down to gdb_expect.
16653 (gdb_expect): Rework timeout selection.
16654
09635af7
MR
166552014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16656
16657 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
16658 exception on timeout.
16659 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
16660 (gdbserver_start_extended): Catch any `gdbserver_start' error
16661 exceptions.
16662 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
16663 * lib/mi-support.exp (mi_gdb_target_load): Catch any
16664 `gdbserver_gdb_load' error exceptions.
16665
2bdd10b7
MR
166662014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16667
16668 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
16669 120 on waiting for the TCP socket to open.
16670
316935f0
DE
166712014-09-09 Doug Evans <xdje42@gmail.com>
16672
16673 * gdb.base/default.exp (show_conv_list): Add _caller_is,
16674 _caller_matches, _any_caller_is, _any_caller_matches.
16675
83740597
DE
166762014-09-09 Doug Evans <xdje42@gmail.com>
16677
16678 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
16679
4c122fc3
YQ
166802014-09-09 Yao Qi <yao@codesourcery.com>
16681
16682 * gdb.mi/mi-var-display.exp: Set print symbol off.
16683
a9f116cb
GKB
166842014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
16685
16686 PR gdb/17035
16687 * gdb.base/commands.exp: Add tests to verify user-defined
16688 commands with empty bodies.
16689 * gdb.python/py-cmd.exp: Test that we don't show user-defined
16690 python commands in `show user command`.
16691 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
16692 scheme commands in `show user command`.
16693
c75bd3a2
JK
166942014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16695
16696 PR python/17355
16697 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
16698 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
16699 * gdb.python/py-framefilter-invalidarg.exp: New file.
16700 * gdb.python/py-framefilter-invalidarg.py: New file.
16701
faa42425
DE
167022014-09-06 Doug Evans <xdje42@gmail.com>
16703
16704 PR 15276
16705 * gdb.python/py-caller-is.c: New file.
16706 * gdb.python/py-caller-is.exp: New file.
16707
474ca4f6
SDJ
167082014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
16709
16710 PR gdb/17235
16711 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
16712 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
16713
eb0b0463
SDJ
167142014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
16715
16716 PR fortran/17237
16717 * gdb.fortran/print-formatted.exp: New file.
16718 * gdb.fortran/print-formatted.f90: Likewise.
16719
5f3b99cf
SS
167202014-09-03 Sasha Smundak <asmundak@google.com>
16721
16722 * gdb.python/py-frame.exp: Test Frame.read_register.
16723
7d793aa9
SDJ
167242014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
16725
16726 PR python/16699
16727 * gdb.python/py-completion.exp: New file.
16728 * gdb.python/py-completion.py: Likewise.
16729
fb0576e9
DE
167302014-08-28 Doug Evans <dje@google.com>
16731
16732 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
16733 eax,etc. are live with values set by gdb and thus the compiler can't
16734 use them.
16735 * gdb.arch/i386-pseudo.c (main): Ditto.
16736
ee92b0dd
DE
167372014-08-27 Doug Evans <dje@google.com>
16738
16739 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
16740
6649db35
DE
167412014-08-25 Doug Evans <dje@google.com>
16742
16743 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
16744 (main): Ditto.
16745
564b7600
DE
167462014-08-25 Doug Evans <dje@google.com>
16747
16748 * gdb.threads/thread-execl.exp: #include <stdio.h>.
16749
3881fb67
YQ
167502014-08-24 Yao Qi <yao@codesourcery.com>
16751
16752 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
16753 symbol off.
16754 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
16755
a05a36a5
DE
167562014-08-22 Doug Evans <dje@google.com>
16757
16758 PR 17276
16759 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
16760 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
16761 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
16762
7c343b48
YQ
167632014-08-22 Yao Qi <yao@codesourcery.com>
16764
16765 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
16766 * gdb.python/py-finish-breakpoint2.exp: Likewise.
16767 * gdb.python/python.exp: Likewise. Use .py file on the host
16768 instead of the build.
16769
22fd09ae
JK
167702014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16771
16772 * gdb.threads/gcore-stale-thread.c: New file.
16773 * gdb.threads/gcore-stale-thread.exp: New file.
16774
a8454a7c
PA
167752014-08-21 Pedro Alves <palves@redhat.com>
16776
16777 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
16778 * gdb.base/gcore-relro-pie.exp: Likewise.
16779 * gdb.base/gcore-relro.exp: Likewise.
16780 * gdb.base/gcore.exp: Likewise.
16781 * gdb.base/print-symbol-loading.exp: Likewise.
16782 * gdb.threads/gcore-thread.exp: Likewise.
16783 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
16784
2a31c623
PA
167852014-08-20 Pedro Alves <palves@redhat.com>
16786 Jan Kratochvil <jan.kratochvil@redhat.com>
16787
16788 * Makefile.in (EXTRA_RULES, CC): New variables, get from
16789 configure.
16790 (EXPECT): Handle READ1 being set.
16791 (all): Depend on EXTRA_RULES.
16792 (check-read1, expect-read1, read1.so, read1): New rules.
16793 * README (Testsuite Parameters): Document the READ1 make variable.
16794 (Race detection): New section.
16795 * configure: Regenerate.
16796 * configure.ac: If build==host==target, and running under a
16797 GNU/glibc system, add read1 to the extra Makefile rules.
16798 (EXTRA_RULES): AC_SUBST it.
16799 * lib/read1.c: New file.
16800
d36430db
JB
168012014-08-20 Joel Brobecker <brobecker@adacore.com>
16802
16803 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
16804 the handling of variables declared as a typedef to an array
16805 which a DW_AT_data_location attribute.
16806
9a0dc9e3
PA
168072014-08-19 Andrew Burgess <aburgess@broadcom.com>
16808 Pedro Alves <palves@redhat.com>
16809
16810 PR symtab/14604
16811 PR symtab/14605
16812 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
16813 gdb_test.
16814
0718a8da
PA
168152014-08-19 Pedro Alves <palves@redhat.com>
16816
16817 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
16818
13b448cd
YQ
168192014-08-19 Yao Qi <yao@codesourcery.com>
16820
16821 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
16822 right line.
16823
1cbf5077
DB
168242014-08-18 David Blaikie <dblaikie@gmail.com>
16825
16826 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
16827
bf0fae19
JB
168282014-08-18 Joel Brobecker <brobecker@adacore.com>
16829
16830 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
16831 attribute in array range.
16832
3c8c5dcc
JB
168332014-08-18 Joel Brobecker <brobecker@adacore.com>
16834
16835 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
16836
e66d4446
SC
168372014-08-15 Siva Chandra Reddy <sivachandra@google.com>
16838
16839 PR c++/17132
16840 * gdb.cp/pr17132.cc: New file.
16841 * gdb.cp/pr17132.exp: New file.
16842
940df408
SC
168432014-08-15 Siva Chandra Reddy <sivachandra@google.com>
16844
16845 * gdb.python/py-xmethods.py (A_getarrayind)
16846 (E_method_char_worker.__call__, E_method_int_worker.__call__):
16847 Use 'print' with function call syntax.
16848 (E_method_matcher.match): Fix tab vs space indentation mixup.
16849
ebcc6c3a
YQ
168502014-08-15 Yao Qi <yao@codesourcery.com>
16851
16852 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
16853 false.
16854
775e0f04
YQ
168552014-08-15 Yao Qi <yao@codesourcery.com>
16856
16857 * gdb.cp/casts.exp: Set print symbol off.
16858 * gdb.cp/class2.exp: Likewise.
16859 * gdb.cp/overload.exp: Likewise.
16860 * gdb.cp/templates.exp: Likewise.
16861
d769e349
DE
168622014-08-11 Doug Evans <dje@google.com>
16863
16864 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
16865 (test_load_shlib): Update.
16866
20c6f1e1
YQ
168672014-08-09 Yao Qi <yao@codesourcery.com>
16868
16869 * gdb.base/display.exp: Invoke is_address_zero_readable.
16870 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
16871 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
16872 * gdb.base/hbreak-unmapped.exp: Return if
16873 is_address_zero_readable returns true.
16874 * gdb.base/signest.exp: Likewise.
16875 * gdb.base/signull.exp: Likewise.
16876 * gdb.base/sigbpt.exp: Likewise.
16877 * gdb.guile/scm-disasm.exp: Do the test if
16878 is_address_zero_readable returns false.
16879 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
16880 * gdb.python/py-arch.exp: Likewise.
16881 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
16882 * lib/gdb.exp (is_address_zero_readable): New proc.
16883
5792e8e3
YQ
168842014-08-09 Yao Qi <yao@codesourcery.com>
16885
16886 PR testsuite/13443
16887 * gdb.mi/mi-var-display.exp: Make test messages unique.
16888
3cecbbbe
TT
168892014-08-04 Tom Tromey <tromey@redhat.com>
16890
16891 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
16892 target 0".
16893
00b51ff5
TT
168942014-08-04 Tom Tromey <tromey@redhat.com>
16895
16896 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
16897 "target_resume".
16898
6908c509
JB
168992014-08-01 Joel Brobecker <brobecker@adacore.com>
16900
16901 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
16902 inner_vla_struct_object_size.
16903 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
16904 as xfail.
16905
cc6563d2
PA
169062014-07-30 Pedro Alves <palves@redhat.com>
16907
16908 * gdb.threads/signal-command-handle-nopass.exp (test): Add
16909 comment.
16910
7e09a223
YQ
169112014-07-29 Yao Qi <yao@codesourcery.com>
16912
16913 PR gdb/17206
16914 * gdb.base/until-nodebug.exp: New.
16915
7ebdbe92
DE
169162014-07-28 Doug Evans <xdje42@gmail.com>
16917
16918 PR guile/17203
16919 * gdb.guile/scm-parameter.exp: Add tests for trying to create
16920 previously existing parameter, and previously ambiguously spelled
16921 parameter.
16922
fdb1adc6
WN
169232014-07-28 Will Newton <will.newton@linaro.org>
16924
16925 * gdb.base/varargs.exp: Remove KFAILs for ARM.
16926
186fcde0
DE
169272014-07-26 Ludovic Courtès <ludo@gnu.org>
16928 Doug Evans <xdje42@gmail.com>
16929
16930 PR guile/17146
16931 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
16932
70509625
PA
169332014-07-25 Pedro Alves <palves@redhat.com>
16934
16935 * gdb.threads/signal-command-handle-nopass.c: New file.
16936 * gdb.threads/signal-command-handle-nopass.exp: New file.
16937 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
16938 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
16939 * gdb.threads/signal-delivered-right-thread.c: New file.
16940 * gdb.threads/signal-delivered-right-thread.exp: New file.
16941
c3f814a1
PA
169422014-07-25 Pedro Alves <palves@redhat.com>
16943
16944 * gdb.base/double-prompt-target-event-error.exp
16945 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
16946 match.
16947 (cancel_pagination_in_target_event): Rework double prompt
16948 detection.
16949 * gdb.base/paginate-after-ctrl-c-running.exp
16950 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
16951 <return>' match.
16952 * gdb.base/paginate-bg-execution.exp
16953 (test_bg_execution_pagination_return)
16954 (test_bg_execution_pagination_cancel): Remove '-notransfer
16955 <return>' matches.
16956 * gdb.base/paginate-execution-startup.exp
16957 (test_fg_execution_pagination_return)
16958 (test_fg_execution_pagination_cancel): Remove '-notransfer
16959 <return>' matches.
16960 * gdb.base/paginate-inferior-exit.exp
16961 (test_paginate_inferior_exited): Remove '-notransfer <return>'
16962 match.
16963 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
16964 * lib/gdb.exp (pagination_prompt): Run text through
16965 string_to_regexp.
16966 (gdb_test_multiple): Match $pagination_prompt instead of
16967 "<return>".
16968 (string_to_regexp): Move to lib/gdb-utils.exp.
16969
e214cf6c
JK
169702014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16971
16972 * gdb.arch/amd64-entry-value-paramref.S: New file.
16973 * gdb.arch/amd64-entry-value-paramref.cc: New file.
16974 * gdb.arch/amd64-entry-value-paramref.exp: New file.
16975 * gdb.arch/amd64-optimout-repeat.S: New file.
16976 * gdb.arch/amd64-optimout-repeat.c: New file.
16977 * gdb.arch/amd64-optimout-repeat.exp: New file.
16978
17d0c5c8
JK
169792014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16980
16981 PR gdb/17170
16982 * gdb.base/statistics.exp: New file.
16983
b8b8facf
DE
169842014-07-17 Doug Evans <dje@google.com>
16985
74b49205 16986 PR gdb/17170
b8b8facf
DE
16987 * gdb.base/maint.exp: Update testing of per-command stats.
16988
1b5d0ab3
PA
169892014-07-16 Pedro Alves <palves@redhat.com>
16990
16991 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
16992 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
16993 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
16994 (tfile_write_buf): New functions.
16995 (add_memory_block): Rewrite using the above.
16996 (adjust_function_address): New function.
16997 (FUNCTION_ADDRESS): New macro.
16998 (write_basic_trace_file): Remove short_x local, and use
16999 tfile_write_16. Change type of func_addr local to unsigned long
17000 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
17001 here. Cast argument of add_memory_block to char pointer.
17002 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
17003 (main): Remove parameters.
17004 * gdb.trace/tfile.exp: Remove nowarnings.
17005
4d974e88
SM
170062014-07-15 Simon Marchi <simon.marchi@ericsson.com>
17007
17008 * gdb.base/debug-expr.exp: Test string evaluation with
17009 "debug expression" on.
17010
41e99568
PA
170112014-07-15 Pedro Alves <palves@redhat.com>
17012
17013 * gdb.base/reread.exp: Use clean_restart.
17014
487d9753
PL
170152014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
17016
17017 * gdb.arch/avr-flash-qualifer.c: New.
17018 * gdb.arch/avr-flash-qualifer.exp: New.
17019
cc1c52ad
PA
170202014-07-14 Pedro Alves <palves@redhat.com>
17021
17022 * gdb.base/paginate-after-ctrl-c-running.c: New file.
17023 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
17024
1e973570
PA
170252014-07-14 Pedro Alves <palves@redhat.com>
17026
17027 * gdb.base/double-prompt-target-event-error.c: New file.
17028 * gdb.base/double-prompt-target-event-error.exp: New file.
17029
93d6eb10
PA
170302014-07-14 Pedro Alves <palves@redhat.com>
17031
17032 PR gdb/17072
17033 * gdb.base/paginate-inferior-exit.c: New file.
17034 * gdb.base/paginate-inferior-exit.exp: New file.
17035
0017922d
PA
170362014-07-14 Pedro Alves <palves@redhat.com>
17037
17038 PR gdb/17072
17039 * gdb.base/paginate-bg-execution.c: New file.
17040 * gdb.base/paginate-bg-execution.exp: New file.
17041
94696ad3
PA
170422014-07-14 Pedro Alves <palves@redhat.com>
17043
17044 PR gdb/17072
17045 * gdb.base/paginate-execution-startup.c: New file.
17046 * gdb.base/paginate-execution-startup.exp: New file.
17047 * lib/gdb.exp (pagination_prompt): New global.
17048 (default_gdb_spawn): New procedure, factored out from
17049 default_gdb_spawn.
17050 (default_gdb_start): Adjust to call default_gdb_spawn.
17051 (gdb_spawn): New procedure.
17052
bd293940
PA
170532014-07-14 Pedro Alves <palves@redhat.com>
17054
17055 * lib/gdb.exp (gdb_assert): New procedure.
17056 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
17057
c933f875
PA
170582014-07-14 Pedro Alves <palves@redhat.com>
17059
17060 * gdb.base/execution-termios.c: New file.
17061 * gdb.base/execution-termios.exp: New file.
17062
d98b7a16
TT
170632014-07-14 Tom Tromey <tromey@redhat.com>
17064
17065 * gdb.cp/vla-cxx.cc: New file.
17066 * gdb.cp/vla-cxx.exp: New file.
17067
548740d6
TT
170682014-07-14 Tom Tromey <tromey@redhat.com>
17069
17070 * gdb.reverse/rerun-prec.c: New file.
17071 * gdb.reverse/rerun-prec.exp: New file.
17072
a25eb028
MR
170732014-07-12 Maciej W. Rozycki <macro@mips.com>
17074 Maciej W. Rozycki <macro@codesourcery.com>
17075
17076 * lib/gdb-utils.exp: New file.
17077 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
17078 inline `gdb_init_command' processing.
17079 (gdb_start_cmd): Likewise.
17080 * lib/mi-support.exp (mi_run_cmd): Likewise.
17081 * README: Document `gdb_init_command' and `gdb_init_commands'.
17082
218c2655
JK
170832014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17084
17085 Fix false FAIL running under a very long directory name.
17086 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
17087 and "set print elements 10000". Twice.
17088
5401fde3
YQ
170892014-07-11 Yao Qi <yao@codesourcery.com>
17090
17091 * gdb.base/exprs.exp: "set print symbol off".
17092
e76126e8
PA
170932014-07-11 Pedro Alves <palves@redhat.com>
17094
17095 * gdb.threads/kill.c: New file.
17096 * gdb.threads/kill.exp: New file.
17097
2d6f0de6
YQ
170982014-07-10 Yao Qi <yao@codesourcery.com>
17099
17100 * gdb.trace/tfile.c (write_basic_trace_file)
17101 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
17102 address written to trace file.
17103
7180e04a
PA
171042014-07-09 Pedro Alves <palves@redhat.com>
17105
17106 * gdb.base/attach-wait-input.exp: New file.
17107 * gdb.base/attach-wait-input.c: New file.
17108
9a9a7608
AB
171092014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
17110
17111 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
17112 setting up test structures.
17113 (main): Call new test function.
17114 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
17115 test function, continue into test function and walk test
17116 structures.
17117
161ac41e
YQ
171182014-07-02 Yao Qi <yao@codesourcery.com>
17119
17120 * gdb.trace/entry-values.c: Define labels 'foo_start' and
17121 'bar_start' at the beginning of functions 'foo' and 'bar'
17122 respectively.
17123 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
17124 instead of 'foo' and 'bar'.
17125
1f267ae3
MM
171262014-07-08 Markus Metzger <markus.t.metzger@intel.com>
17127
17128 * gdb.btrace/segv.exp: New.
17129 * gdb.btrace/segv.c: New.
17130
2b239efb
LM
171312014-07-02 Luis Machado <lgustavo@codesourcery.com>
17132
17133 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
17134 instruction.
17135
cf363f18
MW
171362014-06-30 Mark Wielaard <mjw@redhat.com>
17137
17138 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
17139 vulture, vilify, villar): New volatile array constants.
17140 (vindictive, vegetation): New const volatile array constants.
17141 * gdb.base/volatile.exp: Test volatile and const volatile array
17142 types.
17143
aebf9d24
AA
171442014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
17145
17146 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
17147 target lacks support for awatch, rwatch, or hbreak.
17148
b67a2c6f
YQ
171492014-06-27 Yao Qi <yao@codesourcery.com>
17150
17151 * gdb.multi/dummy-frame-restore.exp: New.
17152 * gdb.multi/dummy-frame-restore.c: New.
17153
aef92902
MM
171542014-06-25 Markus Metzger <markus.t.metzger@intel.com>
17155
17156 * gdb.btrace/gcore.exp: New.
17157
8e9db26e
PA
171582014-06-23 Pedro Alves <palves@redhat.com>
17159
17160 * gdb.base/watchpoint-reuse-slot.c: New file.
17161 * gdb.base/watchpoint-reuse-slot.exp: New file.
17162
70afc5b7
SC
171632014-06-23 Siva Chandra Reddy <sivachandra@google.com>
17164
17165 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
17166 progspace's filename in 'info', 'enable' and 'disable' command
17167 tests.
17168
b972bd9c
JK
171692014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
17170
17171 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
17172 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
17173 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
17174
125f8a3d
GB
171752014-06-20 Gary Benson <gbenson@redhat.com>
17176
17177 * gdb.arch/i386-avx.exp: Fix include file location.
17178 * gdb.arch/i386-sse.exp: Likewise.
17179
3ed9baed
IB
171802014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
17181
17182 * gdb.dlang/expression.exp: New file.
17183
034f788c
PA
171842014-06-19 Pedro Alves <palves@redhat.com>
17185
17186 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
17187 out from ...
17188 (top level): ... here. Iterate running tests under different
17189 scheduler-locking settings.
17190
45371d0c
LM
171912014-06-18 Luis Machado <lgustavo@codesourcery.com>
17192
17193 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
17194 to DW_FORM_addr and use non-zero addresses.
17195
5d376983
SC
171962014-06-18 Siva Chandra Reddy <sivachandra@google.com>
17197
17198 PR gdb/17017
17199 * gdb.python/py-xmethods.cc: Add global function call counters and
17200 increment them in their respective functions. Remove "cout"
17201 statements.
17202 * gdb.python/py-xmethods.exp: Make tests check the global function
17203 call counters instead of depending on inferior IO.
17204
a1aa2221
LM
172052014-06-18 Don Breazeal <donb@codesourcery.com>
17206
17207 * gdb.base/foll-fork.exp (default_fork_parent_follow):
17208 Deleted procedure.
17209 (explicit_fork_parent_follow): Deleted procedure.
17210 (explicit_fork_child_follow): Deleted procedure.
17211 (test_follow_fork): New procedure.
17212 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 17213 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
17214 procedure calls.
17215
0fc05997
YQ
172162014-06-17 Yao Qi <yao@codesourcery.com>
17217
17218 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
17219 CP1252.
17220
70795c52
LM
172212014-06-17 Luis Machado <lgustavo@codesourcery.com>
17222
17223 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
17224 Initialize ptr and S explicitly.
17225 (skip_type_update_when_not_use_rtti_test): Likewise.
17226
6be47f0c
KS
172272014-06-16 Keith Seitz <keiths@redhat.com>
17228
17229 PR mi/15863
17230 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
17231 the inferior is started.
17232
d03de421
PA
172332014-06-16 Pedro Alves <palves@redhat.com>
17234
17235 * gdb.base/break-main-file-remove-fail.c: New file.
17236 * gdb.base/break-main-file-remove-fail.exp: New file.
17237 * gdb.base/break-unload-file.exp: Use build_executable instead of
17238 prepare_for_testing.
17239 (test_break): New parameter "initial_load". Handle it.
17240 (top level): Add initial_load cmdline/file axis.
17241
f9579b99
TT
172422014-06-12 Tom Tromey <tromey@redhat.com>
17243
17244 * gdb.base/completion.exp: Don't use directory name in test.
17245
3657956b
GB
172462014-06-09 Gary Benson <gbenson@redhat.com>
17247
17248 * gdb.base/sigall.c [Functions to send signals]: Reorder to
17249 separate the always-available ANSI-standard signals from the
17250 signals that require checking.
17251 (main): Likewise.
17252 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
17253 Likewise.
17254 (main): Likewise.
17255
4186eb54
KS
172562014-06-07 Keith Seitz <keiths@redhat.com>
17257
17258 Revert:
17259 PR c++/16253
17260 * gdb.cp/var-tag.cc: New file.
17261 * gdb.cp/var-tag.exp: New file.
17262 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
17263 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
17264 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
17265 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
17266
25326a28 172672014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
17268
17269 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
17270
829155c9
PA
172712014-06-06 Pedro Alves <palves@redhat.com>
17272
17273 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
17274 in target debug output instead of looking at RSP packets,
17275 disabling the test on any target that uses hardware stepping.
17276 Update comments.
17277
61c8d22e
PA
172782014-06-06 Pedro Alves <palves@redhat.com>
17279
17280 * gdb.base/break-unload-file.exp: Fix typo.
17281
d9a47287
YQ
172822014-06-06 Yao Qi <yao@codesourcery.com>
17283
17284 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
17285 from "jit_function" to "^jit_function".
17286
e5e01dbf
YQ
172872014-06-06 Yao Qi <yao@codesourcery.com>
17288
17289 * gdb.base/async.c (foo): Add one statement.
17290 * gdb.base/async.exp: Get the next instruction address and
17291 match the output of "nexti" by instruction address. Match
17292 the hex address in the output of "finish".
17293
73ba372c
GB
172942014-06-06 Gary Benson <gbenson@redhat.com>
17295
17296 * gdb.base/call-signals.c: Remove preprocessor conditionals
17297 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
17298 SIGSEGV and SIGTERM.
17299 * gdb.base/sigall.c: Likewise.
17300 * gdb.base/unwindonsignal.c: Likewise.
17301 * gdb.reverse/sigall-reverse.c: Likewise.
17302
831517df
YQ
173032014-06-06 Yao Qi <yao@codesourcery.com>
17304
17305 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
17306 readable, skip the test.
17307
b8b91e98
YQ
173082014-06-06 Yao Qi <yao@codesourcery.com>
17309
17310 * gdb.threads/staticthreads.c (thread_function): Move the line
17311 setting breakpoint on forward.
17312 * gdb.threads/staticthreads.exp: Update comments.
17313
fb934770
LC
173142014-06-05 Ludovic Courtès <ludo@gnu.org>
17315
17316 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
17317 "history-append! type error".
17318
6ef284bd
SM
173192014-06-05 Simon Marchi <simon.marchi@ericsson.com>
17320
17321 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
17322 erroneous dprintf expected input.
17323
a872e241
DE
173242014-06-04 Doug Evans <xdje42@gmail.com>
17325
17326 * gdb.guile/scm-generics.exp: Delete.
17327
16f691fb
DE
173282014-06-04 Doug Evans <xdje42@gmail.com>
17329
17330 * gdb.guile/scm-breakpoint.exp: Update.
17331 Add tests for breakpoint registration.
17332
012370f6
TT
173332014-06-04 Tom Tromey <tromey@redhat.com>
17334
17335 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
17336 VLA-in-union.
17337 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
17338 inner_vla_struct, vla_union types. Initialize objects of those
17339 types and compute their sizes.
17340
9f5a4cef
HZ
173412014-06-04 Nathan Sidwell <nathan@codesourcery.com>
17342 Hui Zhu <hui@codesourcery.com>
17343
17344 * gdb.base/fileio.exp: Add test for shell not available as well as
17345 available.
17346 * gdb.base/fileio.c (test_system): Check for shell twice.
17347
90a45c4d
YQ
173482014-06-04 Yao Qi <yao@codesourcery.com>
17349
17350 * gdb.base/auto-connect-native-target.exp: Remove redundant
17351 space from the regexp pattern.
17352
70017e41
YQ
173532014-06-04 Yao Qi <yao@codesourcery.com>
17354
17355 * gdb.base/default.exp: Replace "child" with "native" in
17356 regexp pattern.
17357
883964a7
SC
173582014-06-03 Siva Chandra Reddy <sivachandra@google.com>
17359
17360 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
17361 * gdb.python/py-xmethods.exp: New tests to test xmethods.
17362 * gdb.python/py-xmethods.py: Python script supporting the
17363 new testcase and tests.
17364
ef370185
JB
173652014-06-03 Joel Brobecker <brobecker@adacore.com>
17366 Pedro Alves <palves@redhat.com>
17367
17368 PR breakpoints/17000
17369 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
17370 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
17371
1e2ccb61
BM
173722014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
17373
17374 * gdb.base/subst.exp: Add tests to verify partial path matching
17375 output.
17376
c6ec5ab2
PA
173772014-06-03 Pedro Alves <palves@redhat.com>
17378
17379 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
17380 target that doesn't use software single-stepping.
17381
835c559f
PA
173822014-06-03 Pedro Alves <palves@redhat.com>
17383
17384 PR breakpoints/17000
17385 * gdb.base/sss-bp-on-user-bp-2.c: New file.
17386 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
17387
06eb1586
DE
173882014-06-02 Doug Evans <xdje42@gmail.com>
17389
17390 * gdb.guile/scm-parameter.exp: New file.
17391
e698b8c4
DE
173922014-06-02 Doug Evans <xdje42@gmail.com>
17393
17394 * gdb.guile/scm-cmd.c: New file.
17395 * gdb.guile/scm-cmd.exp: New file.
17396
ded03782
DE
173972014-06-02 Doug Evans <xdje42@gmail.com>
17398
17399 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
17400 pretty-printer lookup.
17401 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
17402 (make-pp_s-printer): Call it.
17403 (make-pretty-printer-from-dict): New function.
17404 (lookup-pretty-printer-maker-from-dict): New function.
17405 (*pretty-printer*): Simplify.
17406 (make-objfile-pp_s-printer): New function.
17407 (install-objfile-pretty-printers!): New function.
17408 (make-progspace-pp_s-printer): New function.
17409 (install-progspace-pretty-printers!): New function.
17410 * gdb.guile/scm-progspace.c: New file.
17411 * gdb.guile/scm-progspace.exp: New file.
17412
41fac0cf
PA
174132014-06-02 Pedro Alves <palves@redhat.com>
17414
17415 * gdb.base/dprintf-bp-same-addr.c: New file.
17416 * gdb.base/dprintf-bp-same-addr.exp: New file.
17417
96ae5695
EBM
174182014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17419
17420 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
17421 * gdb.arch/powerpc-power.s: Likewise.
17422
da02b3a8
JB
174232014-06-02 Joel Brobecker <brobecker@adacore.com>
17424
17425 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
17426
c72b2e7b
YQ
174272014-06-01 Yao Qi <yao@codesourcery.com>
17428
17429 * gdb.base/watchpoint.exp (test_watch_location): Check null
17430 pointer can be dereferenced. If not, do the test, otherwise
17431 skip it.
17432
53e8a631
AB
174332014-05-30 Andrew Burgess <aburgess@broadcom.com>
17434
17435 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
17436 results.
17437 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
17438
938f0e2f
AB
174392014-05-30 Andrew Burgess <aburgess@broadcom.com>
17440
17441 * gdb.arch/amd64-invalid-stack-middle.S: New file.
17442 * gdb.arch/amd64-invalid-stack-middle.c: New file.
17443 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
17444 * gdb.arch/amd64-invalid-stack-top.c: New file.
17445 * gdb.arch/amd64-invalid-stack-top.exp: New file.
17446
9ba6657a
PA
174472014-05-30 Pedro Alves <palves@redhat.com>
17448
17449 PR breakpoints/17000
17450 * gdb.base/sss-bp-on-user-bp.c: New file.
17451 * gdb.base/sss-bp-on-user-bp.exp: New file.
17452
522c09bf
DB
174532014-05-30 David Blaikie <dblaikie@gmail.com>
17454
17455 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
17456 gnu_inline semantics via attribute.
17457 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
17458 source explicitly specifies the required semantics.
17459
bf4ef81e
MR
174602014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
17461
17462 * gdb.reverse/sigall-reverse.exp: Fix a typo.
17463
329ea579
PA
174642014-05-29 Pedro Alves <palves@redhat.com>
17465 Tom Tromey <tromey@redhat.com>
17466
17467 * gdb.base/async-shell.exp: Don't enable target-async.
17468 * gdb.base/async.exp
17469 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
17470 parameter. Adjust.
17471 (top level): Don't test with "target-async".
17472 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
17473 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
17474 * gdb.base/inferior-died.exp: Don't enable target-async.
17475 * gdb.base/interrupt-noterm.exp: Likewise.
17476 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
17477 * gdb.mi/mi-nonstop-exit.exp: Likewise.
17478 * gdb.mi/mi-nonstop.exp: Likewise.
17479 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
17480 * gdb.mi/mi-nsintrall.exp: Likewise.
17481 * gdb.mi/mi-nsmoribund.exp: Likewise.
17482 * gdb.mi/mi-nsthrexec.exp: Likewise.
17483 * gdb.mi/mi-watch-nonstop.exp: Likewise.
17484 * gdb.multi/watchpoint-multi.exp: Adjust comment.
17485 * gdb.python/py-evsignal.exp: Don't enable target-async.
17486 * gdb.python/py-evthreads.exp: Likewise.
17487 * gdb.python/py-prompt.exp: Likewise.
17488 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
17489 * gdb.server/solib-list.exp: Don't enable target-async.
17490 * gdb.threads/thread-specific-bp.exp: Likewise.
17491 * lib/mi-support.exp: Adjust to use mi-async.
17492
fd664c91
PA
174932014-05-29 Pedro Alves <palves@redhat.com>
17494
17495 PR gdb/13860
17496 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
17497 reason, even in sync mode.
17498
251bde03
PA
174992014-05-29 Pedro Alves <palves@redhat.com>
17500 Hui Zhu <hui@codesourcery.com>
17501
17502 PR PR15693
17503 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
17504 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
17505 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
17506 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
17507
7f3c0343
JB
175082014-05-28 Joel Brobecker <brobecker@adacore.com>
17509
17510 * config/monitor.exp (gdb_target_monitor): Replace use of
17511 "set remotebaud" by "set serial baud".
17512
b2715b27
AW
175132014-05-26 Andy Wingo <wingo@igalia.com>
17514
17515 * gdb.guile/scm-breakpoint.exp:
17516 * gdb.guile/scm-gsmob.exp: Update to use plain old object
17517 properties instead of gdb-object-properties.
17518
498a4489
YQ
175192014-05-26 Yao Qi <yao@codesourcery.com>
17520
17521 * gdb.server/no-thread-db.exp: Specify source file name
17522 explicitly when setting a breakpoint.
17523
589fdceb
MM
175242014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17525
17526 * gdb.btrace/vdso.c: New.
17527 * gdb.btrace/vdso.exp: New.
17528
e9089e05
MM
175292014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17530
17531 * gdb.base/gcore.exp (capture_command_output): Move ...
17532 * lib/gdb.exp (capture_command_output): ... here.
17533
67b5c0c1
MM
175342014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17535
17536 * gdb.btrace/data.exp: Test memory access during btrace replay.
17537
a2199296
SM
175382014-05-22 Simon Marchi <simon.marchi@ericsson.com>
17539
17540 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
17541
17b2616c
PA
175422014-05-21 Pedro Alves <palves@redhat.com>
17543
17544 PR gdb/13860
17545 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
17546 (top level): Test that output related to execution commands is
17547 sent to the console with CLI commands, but not with MI commands.
17548 Test that breakpoint events are always mirrored to the console.
17549 Also expect the new source line to be output after a "next" in
17550 async mode too. Make it a pass/fail test.
17551 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
17552 output.
17553 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
17554
5166082f
PA
175552014-05-21 Pedro Alves <palves@redhat.com>
17556
17557 * gdb.base/list.exp (build_pattern, test_list): New procedures.
17558 Use them to test variations of "list" after reaching a breakpoint.
17559 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
17560 Test "list" with listsize 10 after reaching a breakpoint.
17561 * gdb.python/python.exp (decode_line current location line
17562 number): Adjust expected line number.
17563
2f25d70f
SM
175642014-05-21 Simon Marchi <simon.marchi@ericsson.com>
17565
17566 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
17567 behavior for $args, pass it directly to "run".
17568
ff604a67
MR
175692014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
17570
17571 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
17572 30000 to 65536.
17573
6a3cb8e8
PA
175742014-05-21 Pedro Alves <palves@redhat.com>
17575
17576 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
17577 auto-connect-native-target off".
17578 * gdb.base/auto-connect-native-target.c: New file.
17579 * gdb.base/auto-connect-native-target.exp: New file.
17580
4ebfc96e
PA
175812014-05-21 Pedro Alves <palves@redhat.com>
17582
17583 * gdb.base/default.exp: Test "target native" instead of "target
17584 child".
17585
36d46afb
MW
175862014-05-21 Mark Wielaard <mjw@redhat.com>
17587
17588 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
17589
5876f503
JK
175902014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17591
17592 Fix TLS access for -static -pthread.
17593 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
17594 <HAVE_TLS> (thread_function, main): Initialize it.
17595 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
17596 Add clean_restart.
17597 <$have_tls != "">: Check TLSVAR.
17598
0256a6ac
PA
175992014-05-21 Pedro Alves <palves@redhat.com>
17600
17601 * gdb.base/dcache-line-read-error.c: New.
17602 * gdb.base/dcache-line-read-error.exp: New.
17603
936d2992
PA
176042014-05-20 Pedro Alves <palves@redhat.com>
17605
17606 * gdb.base/compare-sections.c: New file.
17607 * gdb.base/compare-sections.exp: New file.
17608
802e8e6d
PA
176092014-05-20 Pedro Alves <palves@redhat.com>
17610
17611 * gdb.base/break-idempotent.c: New file.
17612 * gdb.base/break-idempotent.exp: New file.
17613
e59fa00f
MM
176142014-05-20 Markus Metzger <markus.t.metzger@intel.com>
17615
17616 * gdb.btrace/nohist.exp: New.
17617
8b696e31
YQ
176182014-05-20 Yao Qi <yao@codesourcery.com>
17619
17620 * lib/gdb.exp (gdb_init): Set timeout if test file is under
17621 gdb.reverse directory and gdb_reverse_timeout exists in board
17622 setting.
17623 * README: Document gdb_reverse_timeout.
17624
73c9764f
YQ
176252014-05-20 Yao Qi <yao@codesourcery.com>
17626
17627 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
17628 'test_file_name'. Treat args as a string instead of a list.
17629 (gdb_init): Rename argument 'args' by 'test_file_name'.
17630
f1f4348a
JK
176312014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
17632
17633 * gdb.arch/powerpc-power.exp: New file.
17634 * gdb.arch/powerpc-power.s: New file.
17635
0dbe70ce
DE
176362014-05-16 Doug Evans <dje@google.com>
17637
17638 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
17639 * gdb.base/completion.exp: Check that all expected files exist
17640 before doing file completion.
0dbe70ce 17641
8d551b02
DE
176422014-05-16 Doug Evans <dje@google.com>
17643
17644 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
17645 Update.
17646 (do_syscall_tests_without_xml): Update.
17647
73eb7709
PA
176482014-05-16 Pedro Alves <palves@redhat.com>
17649
17650 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
17651 instead of "unknown output after running".
17652
3fae92fc
YQ
176532014-05-16 Yao Qi <yao@codesourcery.com>
17654
17655 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
17656 file1.txt from host at the end.
17657 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17658
c2b2ccc5
DE
176592014-05-15 Doug Evans <dje@google.com>
17660
17661 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
17662 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
17663 loading file. Add test for TU lookup.
17664
8c217a4b
SM
176652014-05-15 Simon Marchi <simon.marchi@ericsson.com>
17666
17667 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
17668 calling "-exec-arguments" or "set args" before running the
17669 inferior.
17670
3deb39c6
SM
176712014-05-15 Simon Marchi <simon.marchi@ericsson.com>
17672
17673 * lib/mi-support.exp (mi_expect_stop): Expect message for
17674 inferiors that exit with non-zero exit code.
17675
71a79f8c
YQ
176762014-05-14 Yao Qi <yao@codesourcery.com>
17677
17678 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
17679 match absolute path on remote host.
17680 (test_file_list_exec_source_files): Remove "/" from the
17681 pattern.
17682
f23fcd46
YQ
176832014-05-14 Yao Qi <yao@codesourcery.com>
17684
17685 * boards/local-remote-host-notty.exp (${board}_file): New
17686 proc.
17687
9404b58f
KM
176882014-05-07 Kyle McMartin <kyle@redhat.com>
17689
17690 Pushed by Joel Brobecker <brobecker@adacore.com>.
17691 * gdb.arch/aarch64-atomic-inst.c: New file.
17692 * gdb.arch/aarch64-atomic-inst.exp: New file.
17693
5e45f04c
YQ
176942014-05-07 Yao Qi <yao@codesourcery.com>
17695
17696 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
17697 in current context" too.
17698
c888a17d
KS
176992014-05-05 Keith Seitz <keiths@redhat.com>
17700
17701 * gdb.linespec/ls-dollar.exp: Add test for linespec
17702 file:convenience_variable.
17703
290a839c
YQ
177042014-05-05 Yao Qi <yao@codesourcery.com>
17705
17706 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
17707 traceframes into tfile and ctf trace files. Read data from
17708 trace file and test collected data.
17709 (gdb_collect_locals_test): Likewise.
17710 (gdb_unavailable_registers_test): Likewise.
17711 (gdb_unavailable_floats): Likewise.
17712 (gdb_collect_globals_test): Likewise.
17713 (top-level): Append "ctf" to trace_file_targets if GDB
17714 supports.
17715
b5262cd0
YQ
177162014-05-05 Yao Qi <yao@codesourcery.com>
17717
17718 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
17719 code to ...
17720 (gdb_collect_args_test_1): ... it. New proc.
17721 (gdb_collect_locals_test): Move some code to ...
17722 (gdb_collect_locals_test_1): ... it. New proc.
17723 (gdb_unavailable_registers_test): Move some code to ...
17724 (gdb_unavailable_registers_test_1): ... it. New proc.
17725 (gdb_unavailable_floats): Move some code to ...
17726 (gdb_unavailable_floats_1): ... it. New proc.
17727
30a1e6cc
SDJ
177282014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
17729
17730 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
17731 probes to test for bitness recognition.
17732 * gdb.arch/amd64-stap-optional-prefix.exp
17733 (test_probe_value_without_reg): New procedure.
17734 Add code to test for different kinds of bitness.
17735
f33da99a
SDJ
177362014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
17737
17738 PR breakpoints/16889
17739 * gdb.arch/amd64-stap-optional-prefix.S: New file.
17740 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
17741
5b80f00d
PA
177422014-05-01 Pedro Alves <palves@redhat.com>
17743
17744 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
17745 gdb_file_cmd if no file is specified.
17746 * boards/native-extended-gdbserver.exp (gdb_load): Use the
17747 last_loaded_file to set the remote exec-file.
17748
f8c2a73c
PA
177492014-05-01 Pedro Alves <palves@redhat.com>
17750
17751 * boards/local-remote-host.exp: New file.
17752
be6e8ac7
PA
177532014-05-01 Pedro Alves <palves@redhat.com>
17754
17755 * boards/local-remote-host.exp: Rename to ...
17756 * boards/local-remote-host-notty.exp: ... this.
17757
cac0dc8f
JB
177582014-04-28 Joel Brobecker <brobecker@adacore.com>
17759
17760 * gdb.ada/dyn_arrayidx: New testcase.
17761
9730e6cc
YQ
177622014-04-26 Yao Qi <yao@codesourcery.com>
17763
17764 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
17765 and compute the length of function main. Save it in
17766 $main_length.
17767 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
17768 (top-level): Use gdb_compile to compile objects into
17769 executable and restart GDB. Remove invocation to
17770 prepare_for_testing.
17771
7ae1a6a6
PA
177722014-04-25 Simon Marchi <simon.marchi@ericsson.com>
17773 Pedro Alves <palves@redhat.com>
17774
17775 PR server/16255
17776 * gdb.multi/multi-attach.c: New file.
17777 * gdb.multi/multi-attach.exp: New file.
17778
4082afcc
PA
177792014-04-25 Pedro Alves <palves@redhat.com>
17780
17781 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
17782 user.
17783 (top level): Test that "set remote conditional-breakpoints-packet
17784 off" works as intended.
17785 * gdb.base/dprintf.exp: Test that "set remote
17786 breakpoint-commands-packet off" works as intended.
17787 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
17788 New function.
17789 (top level): Call it.
17790 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
17791 remote fast-tracepoints-packet off" works as intended.
17792 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
17793 * lib/gdb.exp (gdb_is_target_remote): ... here.
17794
2abc3f8d
DB
177952014-04-24 David Blaikie <dblaikie@gmail.com>
17796
17797 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
17798 ensure clang would not discard them.
17799 * gdb.base/gdbvars.c: Ditto.
17800 * gdb.base/memattr.c: Ditto.
17801 * gdb.base/whatis.c: Ditto.
17802 * gdb.python/py-prettyprint.c: Ditto.
17803 * gdb.trace/actions.c: Ditto.
17804 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
17805 ensure clang would not discard it.
17806
bfd39632
DB
178072014-04-24 David Blaikie <dblaikie@gmail.com>
17808
17809 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
17810 clang to emit the full definition of type required by the test
17811 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
17812
22842ff6
DB
178132014-04-24 David Blaikie <dblaikie@gmail.com>
17814
17815 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
17816 coax Clang into emitting the definition of the type.
17817 * gdb.cp/pr10728-x.h (y): Ditto.
17818 * gdb.cp/pr10728-y.cc (y): Ditto.
17819
c2e827ad
DB
178202014-04-24 David Blaikie <dblaikie@gmail.com>
17821
17822 * gdb.base/label.exp: XFAIL label related tests under Clang.
17823 * gdb.cp/cplabel.exp: Ditto.
17824 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
17825 under Clang those using labels.
17826
4c2d33e7
YQ
178272014-04-25 Yao Qi <yao@codesourcery.com>
17828
17829 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
17830 double_label.
17831 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
17832 partial_label and double_label.
17833
56083b99
DB
178342014-04-24 David Blaikie <dblaikie@gmail.com>
17835
17836 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
17837
25d4e99d
DB
178382014-04-24 David Blaikie <dblaikie@gmail.com>
17839
17840 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
17841 of the function to work across GCC and Clang.
17842 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
17843 pointer types (const void ** const V void **).
17844
01f9f808
MS
178452014-04-24 Michael Sturm <michael.sturm@mintel.com>
17846 Walfred Tedeschi <walfred.tedeschi@intel.com>
17847
17848 * Makefile.in (EXECUTABLES): Added i386-avx512.
17849 * gdb.arch/i386-avx512.c: New file.
17850 * gdb.arch/i386-avx512.exp: Likewise.
17851
4b48d439
KS
178522014-04-23 Keith Seitz <keiths@redhat.com>
17853
17854 * lib/mi-support.exp (mi_list_breakpoints): Delete.
17855 (mi_make_breakpoint_table): New procedure.
17856 (mi_create_breakpoint): Use mi_make_breakpoint
17857 and return the result.
17858 (mi_make_breakpoint): New procedure.
17859 (mi_build_kv_pairs): New procedure.
17860
17861 * gdb.mi/mi-break.exp: Remove unused globals,
17862 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
17863 All callers updated.
17864 * gdb.mi/mi-dprintf.exp: Use variable to track command
17865 number.
17866 Update all callers of mi_create_breakpoint and use
17867 mi_make_breakpoint_table.
17868 Remove any unused global variables.
17869 * gdb.mi/mi-nonstop.exp: Likewise.
17870 * gdb.mi/mi-nsintrall.exp: Likewise.
17871 * gdb.mi/mi-nsmoribund.exp: Likewise.
17872 * gdb.mi/mi-nsthrexec.exp: Likewise.
17873 * gdb.mi/mi-reverse.exp: Likewise.
17874 * gdb.mi/mi-simplerun.exp: Likewise.
17875 * gdb.mi/mi-stepn.exp: Likewise.
17876 * gdb.mi/mi-syn-frame.exp: Likewise.
17877 * gdb.mi/mi-until.exp: Likewise.
17878 * gdb.mi/mi-var-cp.exp: Likewise.
17879 * gdb.mi/mi-var-display.exp: Likewise.
17880 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
17881 * gdb.mi/mi2-var-child.exp: Likewise.
17882 * gdb.mi/mi-vla-c99.exp: Likewise.
17883 * lib/mi-support.exp: Likewise.
17884
17885 From Ian Lance Taylor <iant@cygnus.com>:
17886 * lib/gdb.exp (parse_args): New procedure.
17887
08351840
PA
178882014-04-23 Pedro Alves <palves@redhat.com>
17889
17890 * gdb.base/break-unload-file.c: New file.
17891 * gdb.base/break-unload-file.exp: New file.
17892 * gdb.base/sym-file-lib.c (baz): New function.
17893 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
17894 field.
17895 (load): Store the segment's mapped size.
17896 (unload): New function.
17897 (unload_shlib): New function.
17898 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
17899 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
17900 set a breakpoint at baz, and call it.
17901 * gdb.base/sym-file.exp: New tests for stale breakpoint
17902 instructions.
17903
076855f9
PA
179042014-04-23 Pedro Alves <palves@redhat.com>
17905
17906 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
17907 * gdb.base/hbreak-in-shr-unsupported.c: New file.
17908 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
17909 * gdb.base/hbreak-unmapped.c: New file.
17910 * gdb.base/hbreak-unmapped.exp: New file.
17911 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
17912 * lib/gdb.exp (gdb_is_target_remote): ... here.
17913
483805cf
PA
179142014-04-22 Pedro Alves <palves@redhat.com>
17915
17916 * gdb.base/consecutive-step-over.c: New file.
17917 * gdb.base/consecutive-step-over.exp: New file.
17918
06d97543
PA
179192014-04-22 Pedro Alves <palves@redhat.com>
17920
17921 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
17922 instead of send_gdb/gdb_expect.
17923
b4429ea2
YQ
179242014-04-22 Yao Qi <yao@codesourcery.com>
17925
17926 * lib/trace-support.exp (generate_tracefile): New procedure.
17927 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
17928 return 0.
17929 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
17930 if generate_tracefile returns 1.
17931
51d48146
PA
179322014-04-18 Tom Tromey <palves@redhat.com>
17933 Pedro alves <tromey@redhat.com>
17934
17935 PR backtrace/15558
17936 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
17937 with a backtrace limit.
17938 * gdb.python/py-frame-inline.exp: Test running to an inline
17939 function with a backtrace limit, and printing the newest frame.
17940 * gdb.python/py-frame-inline.c (main): Call f.
17941
bd1dce5f
MS
179422014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
17943
17944 * gdb.java/jnpe.exp: Drop srcdir from untested path.
17945
40d1a503
MS
179462014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
17947
17948 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
17949 Drop prefix from unsupported source file path.
17950
389b98f7
YQ
179512014-04-17 Yao Qi <yao@codesourcery.com>
17952
17953 * lib/gdb.exp (with_target_charset): New proc.
17954 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
17955 with_target_charset.
17956 (test_print_strings): Likewise.
17957 (test_repeat_bytes): Likewise.
17958 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
17959 for some tests.
17960
22869d73
KS
179612014-04-16 Keith Seitz <keiths@redhat.com>
17962
17963 PR gdb/15827
17964 * gdb.dwarf2/corrupt.c: New file.
17965 * gdb.dwarf2/corrupt.exp: New file.
17966
c4f87ca6
KS
179672014-04-16 Keith Seitz <keiths@redhat.com>
17968
17969 PR c++/16597
17970 * gdb.cp/namelessclass.cc: New file.
17971 * gdb.cp/namelessclass.exp: New file.
17972 * gdb.cp/namelessclass.S: New file.
17973
ab19de87
DE
179742014-04-16 Doug Evans <dje@google.com>
17975
17976 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
17977 Add comment.
17978 (gdbserver_default_get_comm_port): New function.
17979 (gdbserver_start): Check if board file provided
17980 "gdbserver,get_comm_port" and use it if so.
17981 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
17982 (gdb,socketport): Set to "stdio".
17983 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
17984 (stdio_gdbserver_template): Delete.
17985 (${board}_get_remote_address): Update.
17986 (${board}_build_remote_cmd): Delete.
17987 (${board}_get_comm_port): New function.
17988 (${board}_spawn): Update.
17989 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
17990 Delete.
17991 (${board}_get_remote_address): Update.
17992 (${board}_get_comm_port): New function.
17993
fc98a809
AB
179942014-04-16 Andrew Burgess <aburgess@broadcom.com>
17995
17996 * gdb.base/memattr.exp: Improve regexps to handle memory regions
17997 appearing in any order.
17998
87fd9e6e
DE
179992014-04-15 Doug Evans <dje@google.com>
18000
18001 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
18002 uninitialized value of "description".
18003
099fc3ea
KS
180042014-04-15 Keith Seitz <keiths@redhat.com>
18005
18006 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
18007 Remove unused globals.
18008 (test_running_the_program): Likewise.
18009 (test_controlled_execution): Likewise.
18010 (test_controlling_breakpoints): Likewise.
18011 (test_program_termination): Likewise.
18012
5da151d4
KS
180132014-04-15 Keith Seitz <keiths@redhat.com>
18014
18015 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
18016 unused globals.
18017 (test_rbreak_creation_and_listing): Likewise.
18018 (test_ignore_count): Likewise.
18019 (test_error): Likewise.
18020
35e5d2f0
PA
180212014-04-15 Pedro Alves <palves@redhat.com>
18022
18023 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
18024 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
18025 sym-file-loader.c.
18026 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
18027 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
18028 to sym-file-loader.c.
18029 (struct library): Forward declare.
18030 (load_shlib, lookup_function): Change prototypes.
18031 (find_shstrtab, find_strtab, find_shdr, find_symtab)
18032 (translate_offset): Remove declarations.
18033 (get_text_addr): New declaration.
18034 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
18035 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
18036 sym-file-loader.h.
18037 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
18038 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
18039 here from sym-file-loader.h.
18040 (struct library): New structure.
18041 (load_shlib, lookup_function): Change prototypes and adjust to
18042 work with a struct library.
18043 (find_shstrtab, find_strtab, find_shdr, find_symtab)
18044 (translate_offset): Make static.
18045 (get_text_addr): New function.
18046 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
18047
eb4c1710
PA
180482014-04-15 Pedro Alves <palves@redhat.com>
18049
18050 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
18051
2d1baf52
PA
180522014-04-15 Pedro Alves <palves@redhat.com>
18053
18054 * gdb.base/sym-file-loader.c: Include <limits.h>.
18055 (SELF_LINK): New define.
18056 (get_origin): New function.
18057 (load_shlib): Use it.
18058 * gdb.base/sym-file.exp: Don't early return if the target is
18059 remote. Use runto_main, and issue fail is that fails. Use
18060 gdb_load_shlibs.
18061 (shlib_name): Delete.
18062 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
18063
7dd6df01
PA
180642014-04-15 Pedro Alves <palves@redhat.com>
18065
18066 * gdb.base/sym-file.exp: Remove regex characters from test
18067 message. Don't refer to breakpoint numbers in test messages.
18068
b50c8614
KS
180692014-04-14 Keith Seitz <keiths@redhat.com>
18070
18071 PR c++/16253
18072 * gdb.cp/var-tag.cc: New file.
18073 * gdb.cp/var-tag.exp: New file.
18074 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
18075 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
18076 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
18077 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
18078
3d567982
TT
180792014-04-14 Tom Tromey <tromey@redhat.com>
18080
18081 * gdb.cp/classes.exp (test_enums): Handle underlying type.
18082 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
18083 type.
18084 * gdb.cp/enum-class.exp: New file.
18085 * gdb.cp/enum-class.cc: New file.
18086
0626fc76
TT
180872014-04-14 Tom Tromey <tromey@redhat.com>
18088
18089 * gdb.dwarf2/enum-type.exp: New file.
18090
dca325b3
SA
180912014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18092
18093 * gdb.mi/mi-vla-c99.exp: New file.
18094 * gdb.mi/vla.c: New file.
18095
5854b38a
SA
180962014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18097
18098 * gdb.base/vla-datatypes.c: New file.
18099 * gdb.base/vla-datatypes.exp: New file.
18100
463bb957
SA
181012014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18102
18103 * gdb.base/vla-ptr.c: New file.
18104 * gdb.base/vla-ptr.exp: New file.
18105
3dd170be
SA
181062014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18107
18108 * gdb.dwarf2/count.exp: New file.
18109
5ecaaa66
SA
181102014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18111
18112 * gdb.base/vla-sideeffect.c: New file.
18113 * gdb.base/vla-sideeffect.exp: New file.
18114
41f1ada5
DB
181152014-04-14 David Blaikie <dblaikie@gmail.com>
18116
18117 * gdb.mi/non-stop.c: Add return value for non-void function return
18118 statement.
18119 * gdb.threads/staticthreads.c: Ditto.
18120
0be03e84
DE
181212014-04-12 Siva Chandra Reddy <sivachandra@google.com>
18122 Doug Evans <xdje42@gmail.com>
18123
18124 * gdb.guile/scm-value.c: Improve test case.
18125 * gdb.guile/scm-value.exp: Add new test.
18126
f180a1fb
DB
181272014-04-11 David Blaikie <dblaikie@gmail.com>
18128
18129 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
18130 override Clang's default.
18131
6b662e19
JB
181322014-04-11 Joel Brobecker <brobecker@adacore.com>
18133
18134 Revert the following changes (regressions):
18135
18136 * gdb.base/vla-sideeffect.c: New file.
18137 * gdb.base/vla-sideeffect.exp: New file.
18138
18139 * gdb.dwarf2/count.exp: New file.
18140
18141 * gdb.base/vla-multi.c: New file.
18142 * gdb.base/vla-multi.exp: New file.
18143
18144 * gdb.base/vla-ptr.c: New file.
18145 * gdb.base/vla-ptr.exp: New file.
18146
18147 * gdb.base/vla-datatypes.c: New file.
18148 * gdb.base/vla-datatypes.exp: New file.
18149
18150 * gdb.mi/mi-vla-c99.exp: New file.
18151 * gdb.mi/vla.c: New file.
18152
245a5f0b
KS
181532014-04-11 Keith Seitz <keiths@redhat.com>
18154
18155 PR c++/16675
18156 * gdb.cp/cpsizeof.exp: New file.
18157 * gdb.cp/cpsizeof.cc: New file.
18158
58a84dcf
SA
181592014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18160
191a8a90
JB
18161 * gdb.mi/mi-vla-c99.exp: New file.
18162 * gdb.mi/vla.c: New file.
58a84dcf 18163
c8655f75
SA
181642014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18165
18166 * gdb.base/vla-datatypes.c: New file.
18167 * gdb.base/vla-datatypes.exp: New file.
18168
024e13b4
SA
181692014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18170
18171 * gdb.base/vla-ptr.c: New file.
18172 * gdb.base/vla-ptr.exp: New file.
18173
1a237e0e
SA
181742014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18175
18176 * gdb.base/vla-multi.c: New file.
18177 * gdb.base/vla-multi.exp: New file.
18178
504f3432
SA
181792014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18180
18181 * gdb.dwarf2/count.exp: New file.
18182
3bce8237
SA
181832014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18184
191a8a90
JB
18185 * gdb.base/vla-sideeffect.c: New file.
18186 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 18187
322f9c21
YQ
181882014-04-11 Yao Qi <yao@codesourcery.com>
18189
18190 * gdb.base/completion.exp: Check file exists before running tests
18191 on file completion.
18192
d708bcd1
PA
181932014-04-10 Pedro Alves <palves@redhat.com>
18194
18195 * gdb.base/cond-eval-mode.c: New file.
18196 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
18197 prepare_for_testing to build the new file. Check result of
18198 runto_main.
18199 (test_break, test_watch): New procedures.
18200 (top level): Use them.
18201
ae1d2761
PM
182022014-04-08 Pierre Muller <muller@sourceware.org>
18203
18204 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
18205 Ctrl-V use for mingw hosts.
18206
7af389b8
SC
182072014-04-07 Siva Chandra Reddy <sivachandra@google.com>
18208
18209 * gdb.python/py-value.c: Improve test case.
18210 * gdb.python/py-value.exp: Add new test.
18211
5e703181
DE
182122014-04-07 David Blaikie <dblaikie@gmail.com>
18213
18214 * lib/compiler.c: Identify the clang compiler.
18215 * lib/compiler.cc: Ditto.
18216
9810b410
YQ
182172014-04-03 Yao Qi <yao@codesourcery.com>
18218
18219 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
18220
98d1b8dc
AB
182212014-04-01 Anton Blanchard <anton@samba.org>
18222
18223 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
18224 messages unique.
18225
3114cea1
AB
182262014-04-01 Anton Blanchard <anton@samba.org>
18227
18228 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
18229 prepare_for_testing.
18230
62f7182c
AB
182312014-04-01 Anton Blanchard <anton@samba.org>
18232
18233 * gdb.arch/ppc64-atomic-inst.c: Remove.
18234 * gdb.arch/ppc64-atomic-inst.S: New file.
18235 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
18236
770e7fc7
DE
182372014-03-31 Doug Evans <dje@google.com>
18238
18239 * gdb.base/print-symbol-loading-lib.c: New file.
18240 * gdb.base/print-symbol-loading-main.c: New file.
18241 * gdb.base/print-symbol-loading.exp: New file.
18242
46e2bafa
YQ
182432014-03-31 Yao Qi <yao@codesourcery.com>
18244
18245 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
18246
8776cfe9
JB
182472014-03-28 Joel Brobecker <brobecker@adacore.com>
18248
18249 * gdb.ada/mi_dyn_arr: New testcase.
18250
5d1ef361
DE
182512014-03-27 Doug Evans <dje@google.com>
18252
18253 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
18254
b5bee914
YQ
182552014-03-27 Yao Qi <yao@codesourcery.com>
18256
18257 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
18258 if target is nios2-*-*.
18259
0d4d0e77
YQ
182602014-03-26 Yao Qi <yao@codesourcery.com>
18261
18262 * lib/gdb.exp (readline_is_used): New proc.
18263 * gdb.base/completion.exp: Move tests on command complete up.
18264 Skip the rest of tests if readline is not used.
18265 * gdb.ada/complete.exp: Skp the test if readline is not
18266 used.
18267 * gdb.base/filesym.exp: Likewise.
18268 * gdb.base/macscp.exp: Likewise.
18269 * gdb.base/readline-ask.exp: Likewise.
18270 * gdb.base/readline.exp: Likewise.
18271 * gdb.python/py-cmd.exp: Likewise.
18272 * gdb.trace/tfile.exp: Likewise.
18273
29361eee
YQ
182742014-03-26 Yao Qi <yao@codesourcery.com>
18275
18276 * gdb.base/macscp.exp: Fix code format issues.
18277
bc9a5525
UW
182782014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
18279
18280 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
18281 * gdb.asm/powerpc64le.inc: New file.
18282
d3839ede
PA
182832014-03-25 Pedro Alves <palves@redhat.com>
18284 Doug Evans <dje@google.com>
18285
18286 * gdb.base/source-execution.c: New file.
18287 * gdb.base/source-execution.exp: New file.
18288 * gdb.base/source-execution.gdb: New file.
18289
01672a57
DE
182902014-03-24 Doug Evans <dje@google.com>
18291
18292 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
18293 using fission.
18294
88bbeca9
HZ
182952014-03-24 Hui Zhu <hui@codesourcery.com>
18296 Pedro Alves <palves@redhat.com>
18297
18298 PR breakpoints/16101
18299 * gdb.base/dprintf.exp: Use unsupported rather than changing the
18300 test pass/fail messages. Detect missing support for dprintf when
18301 breakpoints are actually inserted.
18302 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
18303 breakpoints are actually inserted.
18304 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
18305 fails.
18306
d2348791
JK
183072014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
18308
18309 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
18310
feef67ab
DE
183112014-03-22 Doug Evans <xdje42@gmail.com>
18312
18313 * gdb.python/python.exp (python not supported): Verify multi-line
18314 python command issues an error.
25d743f9 18315 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 18316 guile command issues an error.
feef67ab 18317
ecebef6a
MR
183182014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
18319
18320 * gdb.threads/thread-specific.exp: Handle the lack of usable
18321 $this_breakpoint and $this_thread.
18322
ccdd1909
HZ
183232014-03-21 Hui Zhu <hui@codesourcery.com>
18324
18325 * gdb.base/attach.exp (do_command_attach_tests): New.
18326
beb460e8
PA
183272014-03-20 Tom Tromey <tromey@redhat.com>
18328 Pedro Alves <palves@redhat.com>
18329
18330 PR cli/15718
18331 * gdb.base/condbreak-call-false.c: New file.
18332 * gdb.base/condbreak-call-false.exp: New file.
18333
40acf43a
PA
183342014-03-20 Pedro Alves <palves@redhat.com>
18335
18336 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
18337 Delete.
18338 (block_signals, unblock_signals): Delete.
18339 (child_function_2, main): Remove references to deleted variable
18340 and functions.
18341
9f5e1e02
PA
183422014-03-20 Pedro Alves <palves@redhat.com>
18343
18344 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
18345 Use pthread_kill to signal thread 2.
18346 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
18347 Adjust to make the test send itself a signal rather than using the
18348 host's "kill" command.
18349
99619bea
PA
183502014-03-20 Pedro Alves <palves@redhat.com>
18351
18352 * gdb.threads/multiple-step-overs.c: New file.
18353 * gdb.threads/multiple-step-overs.exp: New file.
18354 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
18355 Adjust expected infrun debug output.
18356
2adfaa28
PA
183572014-03-20 Pedro Alves <palves@redhat.com>
18358
18359 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
18360 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
18361
31e77af2
PA
183622014-03-20 Pedro Alves <palves@redhat.com>
18363
18364 PR breakpoints/7143
18365 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
18366 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
18367 of gdb_test_multiple.
18368 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
18369 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
18370
b9f437de
PA
183712014-03-20 Pedro Alves <palves@redhat.com>
18372
18373 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
18374 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
18375
05adc73e
PA
183762014-03-19 Pedro Alves <palves@redhat.com>
18377
18378 * gdb.base/async.exp: Remove early return.
18379
6048b950
PA
183802014-03-19 Pedro Alves <palves@redhat.com>
18381
18382 * gdb.base/async.exp (step& tests): Pass explicit test messages.
18383
8bcfb00a
PA
183842014-03-19 Pedro Alves <palves@redhat.com>
18385
18386 * gdb.base/async.exp (test_background): Expect \r\n after
18387 "completed." in the fail pattern.
18388
884e37dc
PA
183892014-03-19 Pedro Alves <palves@redhat.com>
18390
18391 * gdb.base/async.exp (test_background): New procedure.
18392 Use it for all background execution command tests.
18393
148e57e2
PA
183942014-03-19 Pedro Alves <palves@redhat.com>
18395
18396 * gdb.base/async.exp: Use prepare_for_testing.
18397
f48088c7
PA
183982014-03-19 Pedro Alves <palves@redhat.com>
18399
18400 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
18401 the same line.
18402
e2f6c966
PA
184032014-03-19 Pedro Alves <palves@redhat.com>
18404
18405 * gdb.base/async.c (main): Add "jump here" and "until here" line
18406 marker comments.
18407 * gdb.base/async.exp (jump_here): New global.
18408 (jump& test): Use it.
18409 (until_here): New global.
18410 (until& test): Use it.
18411
c30568d4
PA
184122014-03-19 Pedro Alves <palves@redhat.com>
18413
18414 * gdb.base/async.exp: Don't frob gdb_protocol.
18415
0172b6a7
DE
184162014-03-18 Doug Evans <xdje42@gmail.com>
18417
18418 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
18419 Fix spelling of exec-done-display.
18420
06c868a8
JK
184212014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
18422
18423 PR gdb/15358
18424 * gdb.base/gdb-sigterm.c: New file.
18425 * gdb.base/gdb-sigterm.exp: New file.
18426
0c7e1a46
PA
184272014-03-18 Pedro Alves <palves@redhat.com>
18428
18429 PR gdb/13860
18430 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
18431 * lib/mi-support.exp (mi_expect_stop): Add special handling for
18432 solib-event.
18433
f7c77d93
JB
184342014-03-17 Joel Brobecker <brobecker@adacore.com>
18435
18436 * gdb.ada/pckd_arr_ren: New testcase.
18437
5a1e8c7a
DE
184382014-03-13 Doug Evans <xdje42@gmail.com>
18439
18440 PR guile/16612
18441 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
18442 collect after discarding symbols.
18443
350e1a76
DE
184442014-03-13 Ludovic Courtès <ludo@gnu.org>
18445 Doug Evans <xdje42@gmail.com>
18446
18447 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
18448 to history survives a gc.
18449
a69900ae
PA
184502014-03-13 Pedro Alves <palves@redhat.com>
18451
18452 * gdb.base/default.exp: Don't test "target procfs".
18453
5db9f0bd
PA
184542014-03-13 Pedro Alves <palves@redhat.com>
18455
18456 * gdb.base/default.exp: Update "target child" and "target procfs"
18457 tests to not expect "Unix".
18458
b3ccfe11
TT
184592014-03-12 Tom Tromey <tromey@redhat.com>
18460
18461 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
18462 New procs. Add target-async tests.
18463 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
18464 Add target-async tests.
18465
646f4417
AA
184662014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18467
18468 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
18469 'func_start' and 'func_end' for the beginning and end of the
18470 function code, respectively.
18471 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
18472 'func_end' instead of 'func' and 'main'.
18473
288c211f
AA
184742014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18475
18476 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
18477 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
18478 generate the debug info assembler source.
18479
e0c0f156
AA
184802014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18481
18482 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
18483 * gdb.dwarf2/arr-subrange.exp: Likewise.
18484 * gdb.dwarf2/dwz.exp: Likewise.
18485 * gdb.dwarf2/method-ptr.exp: Likewise.
18486 * gdb.dwarf2/missing-sig-type.exp: Likewise.
18487 * gdb.dwarf2/subrange.exp: Likewise.
18488 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
18489 * gdb.dwarf2/implptrpiece.exp: Likewise.
18490 * gdb.dwarf2/nostaticblock.exp: Likewise.
18491
0e5c4555
AA
184922014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18493
18494 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
18495 directory to absolute path name arguments.
18496
5ec18f2b
JG
184972014-03-10 Joel Brobecker <brobecker@adacore.com>
18498
18499 * gdb.ada/tagged_access: New testcase.
18500
847fc4f2
MM
185012014-03-07 Markus Metzger <markus.t.metzger@intel.com>
18502
18503 * gdb.btrace/data.exp: Update expected output.
18504
cc3da688
YQ
185052014-03-06 Yao Qi <yao@codesourcery.com>
18506
18507 * gdb.trace/pr16508.exp: New file.
18508
0f26cec1
PA
185092014-03-05 Pedro Alves <palves@redhat.com>
18510
18511 PR gdb/16575
18512 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
18513 procedure.
18514 (top level): Adjust to use it. Add tests that exercise breakpoint
18515 interaction with the code-cache.
18516
7a5a839f
LC
185172014-02-26 Ludovic Courtès <ludo@gnu.org>
18518
18519 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
18520 test for 'history-append!'.
18521
31aa7e4e
JB
185222014-02-26 Joel Brobecker <brobecker@adacore.com>
18523
18524 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
18525 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
18526 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
18527 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
18528 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
18529 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
18530
1b588015
JB
185312014-02-26 Joel Brobecker <brobecker@adacore.com>
18532
18533 * testsuite/gdb.python/py-pp-re-notag.c: New file.
18534 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
18535 * testsuite/gdb.python/py-pp-re-notag.p: New file.
18536
55426c9d
JB
185372014-02-26 Joel Brobecker <brobecker@adacore.com>
18538
18539 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
18540
dc53a7ad
JB
185412014-02-26 Joel Brobecker <brobecker@adacore.com>
18542
18543 * gdb.dwarf2/arr-stride.c: New file.
18544 * gdb.dwarf2/arr-stride.exp: New file.
18545
12ab52e9
PA
185462014-02-26 Pedro Alves <palves@redhat.com>
18547
18548 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
18549 that won't ever trigger. Make sure that GDB reports the correct
18550 breakpoint that caused the stop.
18551
849c862e
JK
185522014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18553
18554 PR gdb/16626
18555 * gdb.base/auto-load-script: New file.
18556 * gdb.base/auto-load.c: New file.
18557 * gdb.base/auto-load.exp: New file.
18558
71b7d793
JK
18559 PR gdb/16626
18560 * gdb.base/auto-load.exp: Fix out-of-srctree run.
18561
e2f0d509
JK
185622014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18563
18564 Fix dw2-icycle.exp -fsanitize=address GDB crash.
18565 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
18566
50cc37c8
DE
185672014-02-24 Doug Evans <dje@google.com>
18568
18569 * lib/gdb.exp (run_on_host): Log error output if program fails.
18570
ea4758f2
PA
185712014-02-21 Pedro Alves <palves@redhat.com>
18572
18573 * gdb.threads/step-after-sr-lock.c: Rename to ...
18574 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
18575 * gdb.threads/step-after-sr-lock.exp: Rename to ...
18576 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
18577 ... this.
18578
d7b30f67
SDJ
185792014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
18580
18581 PR tdep/16397
18582 * gdb.arch/amd64-stap-special-operands.exp: New file.
18583 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
18584 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
18585 * gdb.arch/amd64-stap-triplet.S: Likewise.
18586 * gdb.arch/amd64-stap-triplet.c: Likewise.
18587
83deb43f
JB
185882014-02-20 Joel Brobecker <brobecker@adacore.com>
18589
18590 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
18591 in .section pseudo-op.
18592
adde2bff
DE
185932014-02-20 lin zuojian <manjian2006@gmail.com>
18594 Joel Brobecker <brobecker@adacore.com>
18595 Doug Evans <xdje42@gmail.com>
18596
18597 PR symtab/16581
18598 * gdb.dwarf2/dw2-icycle.S: New file.
18599 * gdb.dwarf2/dw2-icycle.c: New file.
18600 * gdb.dwarf2/dw2-icycle.exp: New file.
18601
f7bd0f78
SC
186022014-02-19 Siva Chandra Reddy <sivachandra@google.com>
18603
18604 * gdb.python/py-value-cc.cc: Improve test case to enable testing
18605 operations on gdb.Value objects.
18606 * gdb.python/py-value-cc.exp: Add new test to test operations on
18607 gdb.Value objects.
18608
c17ef0d5
DE
186092014-02-18 Doug Evans <dje@google.com>
18610
18611 * Makefile.in (TESTS): New variable.
18612 (expanded_tests, expanded_tests_or_none): New variables
18613 (check-single): Pass $(expanded_tests_or_none) to runtest.
18614 (check-parallel): Only run tests in $(TESTS) if non-empty.
18615 (check/no-matching-tests-found): New rule.
18616 * README: Document TESTS makefile variable.
18617
5dd3176f
DE
186182014-02-18 Doug Evans <dje@google.com>
18619
18620 * Makefile.in (check-parallel): rm -rf outputs temp.
18621
0b10be4f
JK
186222014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
18623
18624 Fix "ERROR: no fileid for" in the testsuite.
18625 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
18626
85f224e7
DE
186272014-02-12 Doug Evans <dje@google.com>
18628
18629 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
18630 (MISCELLANEOUS): New variable.
18631 (clean): rm -rf $(MISCELLANEOUS).
18632 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
18633 dwp live in the same directory as symlinks, with each symlink pointed
18634 to a differently named file in a different directory.
18635
149b30ff
DE
186362014-02-11 Doug Evans <dje@google.com>
18637
18638 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
18639 of Tcl file commands.
18640
1dfdac32
MK
186412014-02-10 Mark Kettenis <kettenis@gnu.org>
18642
18643 * gdb.threads/step-after-sr-lock.exp: Avoid executing
18644 "kill -SIGUSR1 -1".
18645
aa4fb036
JB
186462014-02-10 Joel Brobecker <brobecker@adacore.com>
18647
18648 * gdb.ada/tick_length_array_enum_idx: New testcase.
18649
ed3ef339
DE
186502014-02-10 Doug Evans <xdje42@gmail.com>
18651
18652 * configure.ac (AC_OUTPUT): Add gdb.guile.
18653 * configure: Regenerate.
18654 * lib/gdb-guile.exp: New file.
18655 * lib/gdb.exp (get_target_charset): New function.
18656 * gdb.base/help.exp: Update expected output from "apropos apropos".
18657 * gdb.guile/Makefile.in: New file.
18658 * gdb.guile/guile.exp: New file.
18659 * gdb.guile/scm-arch.c: New file.
18660 * gdb.guile/scm-arch.exp: New file.
18661 * gdb.guile/scm-block.c: New file.
18662 * gdb.guile/scm-block.exp: New file.
18663 * gdb.guile/scm-breakpoint.c: New file.
18664 * gdb.guile/scm-breakpoint.exp: New file.
18665 * gdb.guile/scm-disasm.c: New file.
18666 * gdb.guile/scm-disasm.exp: New file.
18667 * gdb.guile/scm-equal.c: New file.
18668 * gdb.guile/scm-equal.exp: New file.
18669 * gdb.guile/scm-error.exp: New file.
18670 * gdb.guile/scm-error.scm: New file.
18671 * gdb.guile/scm-frame-args.c: New file.
18672 * gdb.guile/scm-frame-args.exp: New file.
18673 * gdb.guile/scm-frame-args.scm: New file.
18674 * gdb.guile/scm-frame-inline.c: New file.
18675 * gdb.guile/scm-frame-inline.exp: New file.
18676 * gdb.guile/scm-frame.c: New file.
18677 * gdb.guile/scm-frame.exp: New file.
18678 * gdb.guile/scm-generics.exp: New file.
18679 * gdb.guile/scm-gsmob.exp: New file.
18680 * gdb.guile/scm-iterator.c: New file.
18681 * gdb.guile/scm-iterator.exp: New file.
18682 * gdb.guile/scm-math.c: New file.
18683 * gdb.guile/scm-math.exp: New file.
18684 * gdb.guile/scm-objfile-script-gdb.in: New file.
18685 * gdb.guile/scm-objfile-script.c: New file.
18686 * gdb.guile/scm-objfile-script.exp: New file.
18687 * gdb.guile/scm-objfile.c: New file.
18688 * gdb.guile/scm-objfile.exp: New file.
18689 * gdb.guile/scm-ports.exp: New file.
18690 * gdb.guile/scm-pretty-print.c: New file.
18691 * gdb.guile/scm-pretty-print.exp: New file.
18692 * gdb.guile/scm-pretty-print.scm: New file.
18693 * gdb.guile/scm-section-script.c: New file.
18694 * gdb.guile/scm-section-script.exp: New file.
18695 * gdb.guile/scm-section-script.scm: New file.
18696 * gdb.guile/scm-symbol.c: New file.
18697 * gdb.guile/scm-symbol.exp: New file.
18698 * gdb.guile/scm-symtab-2.c: New file.
18699 * gdb.guile/scm-symtab.c: New file.
18700 * gdb.guile/scm-symtab.exp: New file.
18701 * gdb.guile/scm-type.c: New file.
18702 * gdb.guile/scm-type.exp: New file.
18703 * gdb.guile/scm-value-cc.cc: New file.
18704 * gdb.guile/scm-value-cc.exp: New file.
18705 * gdb.guile/scm-value.c: New file.
18706 * gdb.guile/scm-value.exp: New file.
18707 * gdb.guile/source2.scm: New file.
18708 * gdb.guile/types-module.cc: New file.
18709 * gdb.guile/types-module.exp: New file.
18710
7026a7c1
YQ
187112014-02-10 Yao Qi <yao@codesourcery.com>
18712
18713 PR testsuite/16543
18714 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
18715 * configure: Regenerated.
18716 * Makefile.in: New file.
18717
6c466447
AS
187182014-02-08 Andreas Schwab <schwab@linux-m68k.org>
18719
18720 * gdb.python/py-framefilter.exp: Fix typo.
18721
6e854735
YQ
187222014-02-08 Yao Qi <yao@codesourcery.com>
18723
18724 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
18725 that no =breakpoint-modified is emitted when breakpoints are
18726 modified through MI commands.
18727
d137e6dc
PA
187282014-02-07 Pedro Alves <pedro@codesourcery.com>
18729 Pedro Alves <palves@redhat.com>
18730
18731 * gdb.threads/step-after-sr-lock.c: New file.
18732 * gdb.threads/step-after-sr-lock.exp: New file.
18733
b5ee5a50
PA
187342014-02-07 Pedro Alves <palves@redhat.com>
18735
18736 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
18737
3c77faf3
JK
187382014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
18739
18740 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
18741 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
18742
6dddc817
DE
187432014-02-06 Doug Evans <xdje42@gmail.com>
18744
18745 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
18746 output.
18747
18748 * gdb.gdb/python-interrupts.exp: New file.
18749
de7b2893
YQ
187502014-02-05 Yao Qi <yao@codesourcery.com>
18751
18752 * gdb.trace/report.exp (use_collected_data): Test the output
18753 of "info threads" and "info inferiors".
18754
66d032ac
YQ
187552014-02-05 Yao Qi <yao@codesourcery.com>
18756
18757 Revert this patch:
18758
18759 2013-05-24 Yao Qi <yao@codesourcery.com>
18760
18761 * gdb.trace/tfile.exp: Test inferior and thread.
18762
591a12a1
UW
187632014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18764
18765 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
18766 on a function.
18767 * gdb.base/step-bt.c: Call hello via function pointer to make
18768 sure its first instruction is executed on powerpc64le-linux.
18769
0ff3e01f
UW
187702014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18771
18772 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
18773
084ee545
UW
187742014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18775
18776 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
18777 of the test patterns for use on little-endian systems.
18778
6ed14ff3
UW
187792014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18780
18781 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
18782 (decimal_vector): Fix for little-endian.
18783
401e27fd
JM
187842014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
18785
18786 * gdb.arch/sparc-sysstep.exp: New file.
18787 * gdb.arch/sparc-sysstep.c: Likewise.
18788
18789 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
18790
8b924729
EBM
187912014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18792
18793 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
18794
fb151210
JB
187952014-01-23 Tom Tromey <tromey@redhat.com>
18796
18797 * gdb.ada/array_char_idx: New testcase.
18798
0740f8d8
TT
187992014-01-23 Tom Tromey <tromey@redhat.com>
18800
18801 PR python/16487:
18802 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
18803 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
18804 classes.
18805
21909fa1
TT
188062014-01-23 Tom Tromey <tromey@redhat.com>
18807
18808 PR python/16491:
18809 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
18810 string from an inferior frame.
18811 * gdb.python/py-framefilter-mi.exp: Update.
18812
87ce2a04
DE
188132014-01-22 Doug Evans <dje@google.com>
18814
18815 * gdb.server/server-mon.exp: Add tests for "set debug-format".
18816
237b092b
AA
188172014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18818
18819 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
18820
d674a709
AA
188212014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18822
18823 * gdb.trace/entry-values.exp: Remove excess space character from
18824 regex patterns. Handle s390 call instruction.
18825
20fa3390
AA
188262014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18827
18828 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
18829 define "*_start" label. Make "name" static.
18830 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
18831 ${name} by references to ${name}_start.
18832
78466714
AA
188332014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18834
18835 * gdb.base/info-macros.exp: Remove "debug" from the compile
18836 options.
18837
ec9f644a
IB
188382014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18839
18840 * gdb.dlang/demangle.exp: New file.
18841
94b1b47e
IB
188422014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18843
18844 * gdb.dlang/primitive-types.exp: New file.
18845
7f420862
IB
188462014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18847
18848 * configure.ac: Create gdb.dlang/Makefile.
18849 * configure: Regenerate.
18850 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
18851 * gdb.dlang/Makefile.in: New file.
18852 * lib/d-support.exp: New file.
18853 * lib/gdb.exp (skip_d_tests): New proc.
18854
52834460
MM
188552014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18856
18857 * gdb.btrace/delta.exp: Check reverse stepi.
18858 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
18859 * gdb.btrace/finish.exp: New.
18860 * gdb.btrace/next.exp: New.
18861 * gdb.btrace/nexti.exp: New.
18862 * gdb.btrace/record_goto.c: Add comments.
18863 * gdb.btrace/step.exp: New.
18864 * gdb.btrace/stepi.exp: New.
18865 * gdb.btrace/multi-thread-step.c: New.
18866 * gdb.btrace/multi-thread-step.exp: New.
18867 * gdb.btrace/rn-dl-bind.c: New.
18868 * gdb.btrace/rn-dl-bind.exp: New.
18869 * gdb.btrace/data.c: New.
18870 * gdb.btrace/data.exp: New.
18871 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
18872
6e07b1d2
MM
188732014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18874
18875 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
18876 * gdb.btrace/exception.exp: Update.
18877 * gdb.btrace/instruction_history.exp: Update.
18878 * gdb.btrace/record_goto.exp: Update.
18879 * gdb.btrace/tailcall.exp: Update.
18880 * gdb.btrace/unknown_functions.exp: Update.
18881 * gdb.btrace/delta.exp: New.
18882
0b722aec
MM
188832014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18884
18885 * gdb.btrace/record_goto.exp: Add backtrace test.
18886 * gdb.btrace/tailcall.exp: Add backtrace test.
18887
066ce621
MM
188882014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18889
18890 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
18891 * gdb.btrace/record_goto.c: New.
18892 * gdb.btrace/record_goto.exp: New.
18893 * gdb.btrace/x86-record_goto.S: New.
18894
0688d04e
MM
188952014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18896
18897 * gdb.btrace/function_call_history.exp: Update tests.
18898 * gdb.btrace/instruction_history.exp: Update tests.
18899
8710b709
MM
189002014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18901
18902 * gdb.btrace/function_call_history.exp: Fix expected field
18903 order for "record function-call-history".
18904 Add new tests for "record function-call-history /c".
18905 * gdb.btrace/exception.cc: New.
18906 * gdb.btrace/exception.exp: New.
18907 * gdb.btrace/tailcall.exp: New.
18908 * gdb.btrace/x86-tailcall.S: New.
18909 * gdb.btrace/x86-tailcall.c: New.
18910 * gdb.btrace/unknown_functions.c: New.
18911 * gdb.btrace/unknown_functions.exp: New.
18912 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
18913
5de9129b
MM
189142014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18915
18916 * gdb.btrace/instruction_history.exp: Update.
18917 * gdb.btrace/function_call_history.exp: Update.
18918
23a7fe75
MM
189192014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18920
18921 * gdb.btrace/function_call_history.exp: Fix expected function
18922 trace.
18923 * gdb.btrace/instruction_history.exp: Initialize traced.
18924 Remove traced_functions.
18925
724c7dd8
MM
189262014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18927
18928 * gdb.btrace/function_call_history.exp: Update
18929 * gdb.btrace/instruction_history.exp: Update.
18930
6d78d93b
MM
189312014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18932
18933 * gdb.btrace/enable.exp: Update expected text.
18934
93a360cc
OJ
189352014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
18936
18937 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
18938 bytes.
18939
3772b53f
MR
189402014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
18941
18942 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
18943
596662fa
OJ
189442014-01-15 Omair Javaid <omair.javaid@linaro.org>
18945
18946 * lib/gdb.exp (supports_process_record): Return true for
18947 arm*-linux*. (supports_reverse): Likewise.
18948
b5b08fb4
SC
189492014-01-13 Siva Chandra Reddy <sivachandra@google.com>
18950
18951 PR python/15464
18952 PR python/16113
18953 * gdb.python/py-type.c: Enhance test case.
18954 * gdb.python/py-value-cc.cc: Likewise
18955 * gdb.python/py-type.exp: Add new tests.
18956 * gdb.python/py-value-cc.exp: Likewise
18957
52d7fb13
AA
189582014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
18959 Pedro Alves <palves@redhat.com>
18960
18961 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
18962 Make "name" extern.
18963 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
18964 references to ${name}_start by references to ${name}.
18965
a2cd8cfe
JB
189662014-01-10 Joel Brobecker <brobecker@adacore.com>
18967
18968 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
18969
4e23fced
JB
189702014-01-10 Joel Brobecker <brobecker@adacore.com>
18971
18972 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
18973
c6a9e42c
PA
189742014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
18975 Pedro Alves <palves@redhat.com>
18976
18977 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 18978 mi_gdb_target_load.
c6a9e42c 18979
b7ea362b
PA
189802014-01-08 Pedro Alves <palves@redhat.com>
18981
18982 * gdb.threads/reconnect-signal.c: New file.
18983 * gdb.threads/reconnect-signal.exp: New file.
18984
5e3f4fab
EBM
189852014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
18986
18987 * gdb.base/source-dir.exp: New file.
18988
79301218
JB
189892014-01-07 Joel Brobecker <brobecker@adacore.com>
18990
18991 * gdb.ada/mi_interface: New testcase.
18992
8e355c5d
JB
189932014-01-07 Joel Brobecker <brobecker@adacore.com>
18994
18995 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
18996 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
18997 gdb.ada/pp-rec-component/pck.ads: New files.
18998
c0d48811
JB
189992014-01-07 Joel Brobecker <brobecker@adacore.com>
19000
19001 * gdb.python/py-pp-integral.c: New file.
19002 * gdb.python/py-pp-integral.py: New file.
19003 * gdb.python/py-pp-integral.exp: New file.
19004
17b609c3 19005For older changes see ChangeLog-1993-2013.
c906108c 19006\f
8d8cb839
EZ
19007;; Local Variables:
19008;; mode: change-log
19009;; left-margin: 8
19010;; fill-column: 74
19011;; version-control: never
19012;; End:
902f2ccb 19013
b811d2c2 19014 Copyright 2014-2020 Free Software Foundation, Inc.
902f2ccb
MC
19015 Copying and distribution of this file, with or without modification,
19016 are permitted provided the copyright notice and this notice are preserved.