Add accessors for members of complex numbers
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
3d1cfd43
TT
12020-04-01 Tom Tromey <tromey@adacore.com>
2
3 * gdb.rust/union.rs: New file.
4 * gdb.rust/union.exp: New file.
5 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
6 (main): Update.
7 * gdb.rust/simple.exp: Move union tests to union.exp.
8
e033dfa9
TT
92020-04-01 Tom Tromey <tromey@adacore.com>
10
11 * gdb.rust/simple.rs (main): Remove "y0".
12
53cccef1
TBA
132020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
14
15 * gdb.multi/stop-all-on-exit.c: New test.
16 * gdb.multi/stop-all-on-exit.exp: New file.
17
60e22c1e
HD
182020-04-01 Hannes Domani <ssbssa@yahoo.de>
19
20 PR gdb/24789
21 * gdb.cp/misc.cc: Add integer reference variable.
22 * gdb.cp/misc.exp: Add test.
23
e139a727
TBA
242020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
25
26 * gdb.server/stop-reply-no-thread.exp: Enhance the test
27 scenario to cover execution until the end and also the case
28
16b0db75
TV
292020-03-31 Tom de Vries <tdevries@suse.de>
30
31 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
32 c. Use "maint info symtabs" to check symtab expansion.
33
c0502da6
TV
342020-03-30 Tom de Vries <tdevries@suse.de>
35
36 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
37 unsupported.
38 (verify_psymtab_expanded): Move ...
39 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
40 test.
41 (readnow): New proc.
42
5935fd15
AB
432020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
44
45 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
46 with $hex.
47
1773be9e
TT
482020-03-20 Tom Tromey <tromey@adacore.com>
49
50 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
51
70304be9
TT
522020-03-20 Tom Tromey <tromey@adacore.com>
53
54 * gdb.ada/sub_variant/subv.adb: New file.
55 * gdb.ada/sub_variant.exp: New file.
56
0dd7b8f7
TV
572020-03-20 Tom de Vries <tdevries@suse.de>
58
59 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
60 first break fails.
61 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
62
cada5fc9
AB
632020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
64
65 * gdb.server/exit-multiple-threads.c: New file.
66 * gdb.server/exit-multiple-threads.exp: New file.
67
6b8c53f2
AB
682020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
69
70 * gdb.fortran/mixed-lang-stack.c: New file.
71 * gdb.fortran/mixed-lang-stack.cpp: New file.
72 * gdb.fortran/mixed-lang-stack.exp: New file.
73 * gdb.fortran/mixed-lang-stack.f90: New file.
74
19a2740f
AB
752020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
76
77 * gdb.linespec/cp-completion-aliases.cc: New file.
78 * gdb.linespec/cp-completion-aliases.exp: New file.
79
d8c8b848
TV
802020-03-19 Tom de Vries <tdevries@suse.de>
81
82 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
83 more precise.
84
a9933ccf
TV
852020-03-18 Tom de Vries <tdevries@suse.de>
86
87 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
88 * gdb.dwarf2/break-inline-psymtab.c: New test.
89 * gdb.dwarf2/break-inline-psymtab.exp: New file.
90
2f89101f
TV
912020-03-16 Tom de Vries <tdevries@suse.de>
92
93 * lib/cache.exp (gdb_do_cache): Add and handle local variables
94 cache_verify and cache_verify_proc.
95
6b9374f1
TV
962020-03-15 Tom de Vries <tdevries@suse.de>
97
98 * gdb.server/solib-list.exp: Handle
99 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
100
eaeaf44c
TV
1012020-03-15 Tom de Vries <tdevries@suse.de>
102
103 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
104 objfiles".
105
3293bbaf
TT
1062020-03-14 Tom Tromey <tom@tromey.com>
107
108 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
109
ab44624c
TV
1102020-03-14 Tom de Vries <tdevries@suse.de>
111
112 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
113
54c43825
TV
1142020-03-14 Tom de Vries <tdevries@suse.de>
115
116 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
117 result in line-by-line fashion.
118
2ac70237
TV
1192020-03-14 Tom de Vries <tdevries@suse.de>
120
121 * lib/gdb.exp (supports_statement_frontiers): New proc.
122 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
123
09546b56
TV
1242020-03-14 Tom de Vries <tdevries@suse.de>
125
126 * gdb.base/printcmds.exp: Add missing quoting for "print
127 teststring2".
128
a1f6a07c
TT
1292020-03-13 Tom Tromey <tom@tromey.com>
130
131 * gdb.base/printcmds.exp (test_print_strings): Add regression
132 test.
133 * gdb.base/printcmds.c (charptr): New typedef.
134 (teststring2): New global.
135
1b83d09c
AB
1362020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
137
138 * gdb.base/break-interp.exp: Use the tail of the filename, not the
139 full path in the test name.
140 (test_ld): Add some with_test_prefix blocks to make test names
141 unique.
142
2d61316c
TV
1432020-03-13 Tom de Vries <tdevries@suse.de>
144
145 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
146
2e9145ac
TV
1472020-03-13 Tom de Vries <tdevries@suse.de>
148
149 * gdb.mi/mi-sym-info.exp: Make matching more precise.
150
96c7f873
TV
1512020-03-13 Tom de Vries <tdevries@suse.de>
152
153 PR symtab/25646
154 * gdb.dwarf2/imported-unit.exp: Add test.
155
49ba92c0
TV
1562020-03-13 Tom de Vries <tdevries@suse.de>
157
158 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
159 (var1, var2): New variable.
160 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
161 matching symbols.
162
301b21e0
TV
1632020-03-13 Tom de Vries <tdevries@suse.de>
164
165 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
166 (Term::command): Use prompt prefix.
167 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
168 * gdb.tui/tui-layout-asm-short-prog.exp: Use
169 command_no_prompt_prefix instead of prefix.
170 * gdb.tui/tui-layout-asm.exp: Same.
171
3f512721
SM
1722020-03-12 Simon Marchi <simon.marchi@efficios.com>
173
174 * gdb.base/break-interp.exp: Use foreach_with_prefix.
175
40310f30
SM
1762020-03-12 Simon Marchi <simon.marchi@efficios.com>
177
178 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
179 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
180 on" while stepping over the test instruction, match printed
181 message.
182
09252140
TV
1832020-03-12 Tom de Vries <tdevries@suse.de>
184
185 * gdb.base/info-types.exp: Use exp_continue during matching of output
186 of "info types".
187
14e9c72c
TV
1882020-03-12 Tom de Vries <tdevries@suse.de>
189
190 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
191
e515d67e
TV
1922020-03-12 Tom de Vries <tdevries@suse.de>
193
194 * gdb.fortran/module.exp: Use exp_continue during matching of output
195 of "info variable -n".
196
307eafd8
TV
1972020-03-12 Tom de Vries <tdevries@suse.de>
198
199 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
200 gdb.dwarf2/dw2-ranges-base.c.
201
9a2de3fc
TV
2022020-03-12 Tom de Vries <tdevries@suse.de>
203
204 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
205 in presence of GLIBC debuginfo.
206
3217502e
TV
2072020-03-12 Tom de Vries <tdevries@suse.de>
208
209 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
210 $core.
211
1281424c
TV
2122020-03-12 Tom de Vries <tdevries@suse.de>
213
214 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
215 more precise.
216
038b97fc
SM
2172020-03-11 Simon Marchi <simon.marchi@efficios.com>
218
219 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
220 from Unix to Windows path.
221
5308d1e7
TV
2222020-03-11 Tom de Vries <tdevries@suse.de>
223
224 * gdb.ada/minsyms.exp: Set language to ada.
225
f870f78f
TV
2262020-03-11 Tom de Vries <tdevries@suse.de>
227
228 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
229
5a13315d
TV
2302020-03-11 Tom de Vries <tdevries@suse.de>
231
232 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
233
976862ed
TT
2342020-03-11 Tom Tromey <tromey@adacore.com>
235
236 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
237
7462c383
TV
2382020-03-11 Tom de Vries <tdevries@suse.de>
239
240 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
241
1c6c46a0
TV
2422020-03-11 Tom de Vries <tdevries@suse.de>
243
244 * gdb.base/break-interp.exp: Limit verbose scope.
245
44f41bb7
TV
2462020-03-11 Tom de Vries <tdevries@suse.de>
247
248 * gdb.fortran/logical.f90: Define variable with character type.
249 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
250
b76f3a42
TV
2512020-03-11 Tom de Vries <tdevries@suse.de>
252
253 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
254
1c33af77
TV
2552020-03-11 Tom de Vries <tdevries@suse.de>
256
257 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
258 symtabs.
259
8c95582d
AB
2602020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
261 Bernd Edlinger <bernd.edlinger@hotmail.de>
262
263 * gdb.cp/step-and-next-inline.cc: New file.
264 * gdb.cp/step-and-next-inline.exp: New file.
265 * gdb.cp/step-and-next-inline.h: New file.
266 * gdb.dwarf2/dw2-is-stmt.c: New file.
267 * gdb.dwarf2/dw2-is-stmt.exp: New file.
268 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
269 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
270 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
271
cecf8547
AB
2722020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
273
274 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
275 is-stmt flag in the line table.
276
0ba678c9
TV
2772020-03-09 Tom de Vries <tdevries@suse.de>
278
279 * lib/gdb.exp (cached_file): Create cache dir.
280
72fbdf83
TV
2812020-03-07 Tom de Vries <tdevries@suse.de>
282
283 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
284 * gdb.cp/rvalue-ref-params.exp: Same.
285
436b5e99
TV
2862020-03-06 Tom de Vries <tdevries@suse.de>
287
288 * lib/gdb.exp (tentative_rename, cached_file): New proc.
289 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
290
09f2921c
TV
2912020-03-06 Tom de Vries <tdevries@suse.de>
292
293 * README: Fix "the the".
294 * gdb.base/dprintf.exp: Same.
295
50a3cc5d
TV
2962020-03-05 Tom de Vries <tdevries@suse.de>
297
298 * gdb.base/maint.exp: Update "main print statistics" expected output.
299
0a709cba
AKS
3002020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
301
302 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
303 (fortran_int8): Likewise.
304 (fortran_real4): Likewise.
305 (fortran_real8): Likewise.
306 (fortran_complex4): Likewise.
307 (fortran_logical4): Likewise.
308 (fortran_character1): Likewise.
309
5e5d66b6
AB
3102020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
311
312 * gdb.fortran/logical.exp: Add tests that any non-zero value is
313 printed as true.
314
7b973adc
SDJ
3152020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
316
317 * gdb.base/printcmds.exp: Add test to verify printf of a
318 variable holding an address.
319
478e490a
TV
3202020-03-03 Tom de Vries <tdevries@suse.de>
321
322 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
323
1ef44e86
TV
3242020-03-03 Tom de Vries <tdevries@suse.de>
325
326 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
327 gdb_test_multiple call.
328
b98cc2cf
TV
3292020-03-03 Tom de Vries <tdevries@suse.de>
330
331 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
332 gdb_test_multiple calls.
333
63e163f2
AB
3342020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
335
336 * gdb.base/default.exp: Remove test of 'set history filename'.
337 * gdb.base/gdbinit-history.exp: Add tests for setting the history
338 filename to the empty string.
339 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
340 and GDBHISTSIZE.
341
24ed6739
AB
3422020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
343
344 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
345 disabled.
346
590003dc
TV
3472020-03-02 Pedro Alves <palves@redhat.com>
348 Tom de Vries <tdevries@suse.de>
349
350 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
351 -prompt prefix, before user_code argument. Add -lbl option likewise.
352 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
353 (gdb_is_target_1): Add -prompt prefix and move to before user_code
354 argument.
355 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
356 have "\r\n" at start-of-line, instead of at end-of-line.
357
f5e46084
SM
3582020-02-28 Simon Marchi <simon.marchi@efficios.com>
359
360 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
361 libinproctrace.so.
362
f7a7000d
LM
3632020-02-28 Luis Machado <luis.machado@linaro.org>
364
365 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
366 to "p/x".
367
718e0816
LM
3682020-02-28 Luis Machado <luis.machado@linaro.org>
369
370 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
371 asm/ptrace.h and error.h.
372
13c3a74a
TV
3732020-02-28 Tom de Vries <tdevries@suse.de>
374
375 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
376 (struct wrapper, do_something, mundane/symada__cS): Move ...
377 * gdb.base/c-linkage-name-2.c: ... here. New source file.
378 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
379 Update "print symada__cS before partial symtab expansion" regexp.
380 Update breakpoint location. Flush symbol cache after expansion.
381
85d2d5bb
LM
3822020-02-28 Luis Machado <luis.machado@linaro.org>
383
384 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
385
3608f86c
TV
3862020-02-27 Tom de Vries <tdevries@suse.de>
387
388 * config/sid.exp: Remove unused globals.
389 * gdb.base/attach.exp: Same.
390 * gdb.base/catch-load.exp: Same.
391 * gdb.base/dbx.exp: Same.
392 * lib/gdb.exp: Same.
393 * lib/mi-support.exp: Same.
394 * lib/prompt.exp: Same.
395
c8d4f6df
TV
3962020-02-27 Tom de Vries <tdevries@suse.de>
397
398 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
399 not set.
400
0d79cdc4
AM
4012020-02-26 Aaron Merey <amerey@redhat.com>
402
403 * gdb.debuginfod: New directory for debuginfod tests.
404 * gdb.debuginfod/main.c: New test file.
405 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
406
0dce4280
TV
4072020-02-26 Tom de Vries <tdevries@suse.de>
408
409 PR gdb/25603
410 * gdb.base/persistent-lang.cc: New test.
411 * gdb.base/persistent-lang.exp: New file.
412
9e80cfa1
AB
4132020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
414
415 * gdb.fortran/derived-type-striding.exp: Add a new test.
416 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
417 new test.
418
2078dbb2
AB
4192020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
420
421 * gdb.base/cached-source-file.exp: Avoid source file paths in test
422 names.
423
70d49700
TV
4242020-02-25 Tom de Vries <tdevries@suse.de>
425
426 PR go/18926
427 * gdb.go/methods.exp: Remove gcc/93866 xfail.
428
a88ef40d
TV
4292020-02-24 Tom de Vries <tdevries@suse.de>
430
431 PR gdb/25592
432 * gdb.base/info-locals-unused-static-var.c: New test.
433 * gdb.base/info-locals-unused-static-var.exp: New file.
434
01b1af32
TT
4352020-02-22 Tom Tromey <tom@tromey.com>
436
437 * gdb.python/tui-window.exp: New file.
438 * gdb.python/tui-window.py: New file.
439
7c043ba6
TT
4402020-02-22 Tom Tromey <tom@tromey.com>
441
442 PR tui/17850:
443 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
444 tests.
445
c22fef7e
TT
4462020-02-22 Tom Tromey <tom@tromey.com>
447
448 * gdb.tui/new-layout.exp: Add sub-layout tests.
449
ee325b61
TT
4502020-02-22 Tom Tromey <tom@tromey.com>
451
452 * gdb.tui/new-layout.exp: New file.
453
3f0cbb04
TT
4542020-02-22 Tom Tromey <tom@tromey.com>
455
456 * gdb.rust/rust-style.rs: New file.
457 * gdb.rust/rust-style.exp: New file.
458 * gdb.base/style.exp: Test structure printing.
459 * gdb.base/style.c (struct some_struct): New type.
460 (enum etype): New type.
461 (struct_value): New global.
462
75525152
TV
4632020-02-21 Tom de Vries <tdevries@suse.de>
464
465 PR go/18926
466 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
467 Remove blanket xfails. Use message argument for gdb_breakpoint.
468 Make continuing to breakpoint test conditional on setting breakpoint.
469 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
470 DW_AT_name attribute. Add xfail for GCC PR93866.
471
bd360d30
AB
4722020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
473
474 * gdb.dwarf2/cpp-linkage-name.c: New file.
475 * gdb.dwarf2/cpp-linkage-name.exp: New file.
476
c7adb09f 4772020-02-21 Shahab Vahedi <shahab@synopsys.com>
24ac169a
SV
478
479 * lib/gdb.exp (gdb_wrapper_init): Reset
480 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
481 not exist.
482
a9c79803
TV
4832020-02-20 Tom de Vries <tdevries@suse.de>
484
485 PR go/17018
486 * gdb.go/hello.exp: Copy ...
487 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
488 print of st to print value of global definition. Add xfail for GCC
489 PR93844.
490 * gdb.go/hello.exp: Remove printing of st before definition.
491 * gdb.go/hello.go: Copy ...
492 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
493 to st.
494 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
495
d7445728
TV
4962020-02-20 Tom de Vries <tdevries@suse.de>
497
498 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
499 (gdb_simple_compile): Handle compile_flags go by using .go extension
500 for source file.
501 * gdb.go/chan.exp: Use support_go_compile.
502 * gdb.go/handcall.exp: Same.
503 * gdb.go/hello.exp: Same.
504 * gdb.go/integers.exp: Same.
505 * gdb.go/max-depth.exp: Same.
506 * gdb.go/methods.exp: Same.
507 * gdb.go/package.exp: Same.
508 * gdb.go/strings.exp: Same.
509 * gdb.go/types.exp: Same.
510 * gdb.go/unsafe.exp: Same.
511
c9c41e6d
TV
5122020-02-19 Tom de Vries <tdevries@suse.de>
513
514 * gdb.python/lib-types.exp: Make xfail more strict.
515
f20ff837
TV
5162020-02-19 Tom de Vries <tdevries@suse.de>
517
518 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
519
08410482
DE
5202020-02-19 Doug Evans <dje@google.com>
521
522 PR rust/25535
523 * gdb.rust/simple.exp: Add test.
524 * gdb.rust/simple.rs: Add test.
525
623563f7
TV
5262020-02-19 Tom de Vries <tdevries@suse.de>
527
528 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
529 output line-by-line.
530
d3308cfd
TV
5312020-02-19 Tom de Vries <tdevries@suse.de>
532
533 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
534
86cbc5dc
TV
5352020-02-19 Tom de Vries <tdevries@suse.de>
536
537 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
538 prelink.
539
9db2b96b
TV
5402020-02-19 Tom de Vries <tdevries@suse.de>
541
542 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
543 (gdb_do_cache): Use gdb_do_cache_wrap.
544 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
545
89e2fdc5
TV
5462020-02-19 Tom de Vries <tdevries@suse.de>
547
548 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
549 gdb_compile option.
550
373d7ac0
SM
5512020-02-18 Simon Marchi <simon.marchi@efficios.com>
552
553 * gdb.base/printcmds.exp (test_print_enums): Update expected
554 output.
555
b29a2df0
SM
5562020-02-18 Simon Marchi <simon.marchi@efficios.com>
557
558 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
559 for "unknown".
560
6740f0cc
SM
5612020-02-18 Simon Marchi <simon.marchi@efficios.com>
562
563 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
564 enumerator.
565
edd45eb0
SM
5662020-02-18 Simon Marchi <simon.marchi@efficios.com>
567
568 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
569 FE_, add FE_NONE.
570 (three): Update.
571 (enum flag_enum_without_zero): New enum.
572 (flag_enum_without_zero): New variable.
573 (enum not_flag_enum): New enum.
574 (three_not_flag): New variable.
575 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
576 (test_print_enums): Add more tests for printing flag enums.
577
d4295de4
TV
5782020-02-18 Tom de Vries <tdevries@suse.de>
579
580 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
581 (gdb_compile_ada): ... here.
582 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
583 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
584
f251f505
TT
5852020-02-14 Tom Tromey <tom@tromey.com>
586
587 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
588 build directory.
589 * boards/gdbserver-base.exp: Update path to gdbserver.
590
8f432634
TV
5912020-02-13 Tom de Vries <tdevries@suse.de>
592
593 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
594
92b6eaf7
TV
5952020-02-13 Tom de Vries <tdevries@suse.de>
596
597 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
598 are missing.
599
f3b0f7fe
TV
6002020-02-13 Tom de Vries <tdevries@suse.de>
601
602 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
603 call.
604
f6be8713
SDJ
6052020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
606
607 PR tui/25126
608 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
609 * gdb.base/cached-source-file.c: New file.
610 * gdb.base/cached-source-file.exp: New file.
611
b2770d5e
TV
6122020-02-11 Tom de Vries <tdevries@suse.de>
613
614 PR testsuite/25488
615 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
616
44f6938e
TV
6172020-02-10 Tom de Vries <tdevries@suse.de>
618
619 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
620
5f0e2eb7
MR
6212020-02-10 Maciej W. Rozycki <macro@wdc.com>
622
623 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
624 and $after_addr are both integers before making a comparison.
625
46ce2b6f
TV
6262020-02-09 Tom de Vries <tdevries@suse.de>
627
628 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
629 command output and paste it into gdb.log. If any, paste catch message
630 to gdb.log.
631
5abbbe1d
TT
6322020-02-07 Tom Tromey <tromey@adacore.com>
633
634 PR breakpoints/24915:
635 * gdb.base/annotate-symlink.exp: Use setup_xfail.
636
1d5d29e7
SV
6372020-02-06 Shahab Vahedi <shahab@synopsys.com>
638
639 * gdb.tui/tui-missing-src.exp: Add the "missing source
640 file" test for the TUI.
641
b0999b9b
AB
6422020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
643
644 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
645 including a port number in the output.
646
c3b149eb
AKS
6472020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
648
649 * lib/fortran.exp (fortran_int4): Handle clang.
650 (fortran_int8): Likewise.
651 (fortran_real4): Likewise.
652 (fortran_real8): Likewise.
653 (fortran_complex4): Likewise.
654 (fortran_logical4): Likewise.
655 (fortran_character1): Likewise.
656
f8dcc90b
TV
6572020-02-04 Tom de Vries <tdevries@suse.de>
658
659 * README (Race detection): Add note.
660
f90ac7c2
TV
6612020-02-04 Tom de Vries <tdevries@suse.de>
662
663 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
664
780636ae
TV
6652020-02-04 Tom de Vries <tdevries@suse.de>
666
667 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
668
5d2e1193
RA
6692020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
670
671 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
672 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
673 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
674 blttar, bnetarl.
675 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
676 binary for blttar, bnetarl.
677 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
678 wait instruction. Delete ldmx test.
679 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
680
e409c542
AKS
6812020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
682
683 * gdb.fortran/array-bounds-high.exp: New file.
684 * gdb.fortran/array-bounds-high.f90: New file.
685
b0029748
LD
6862020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
687
688 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
689 Replace #include of <sys/fcntl.h> by <fcntl.h>.
690
195a8287
TV
6912020-02-01 Tom de Vries <tdevries@suse.de>
692
693 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
694
42330a68
AB
6952020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
696
697 PR tui/9765
698 * gdb.tui/tui-layout-asm-short-prog.S: New file.
699 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
700
b62a8028
LM
7012020-01-29 Luis Machado <luis.machado@linaro.org>
702
703 * gdb.arch/aarch64-brk-patterns.c: New source file.
704 * gdb.arch/aarch64-brk-patterns.exp: New test.
705
5f440116
TBA
7062020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
707
708 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
709 GCC/Clang version.
710 * gdb.cp/pass-by-ref.exp: Ditto.
711
ee2a6fc6
TV
7122020-01-29 Tom de Vries <tdevries@suse.de>
713
714 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
715 * gdb.threads/watchpoint-fork-mt.c: Same.
716 * gdb.threads/watchpoint-fork-parent.c: Same.
717 * gdb.threads/watchpoint-fork-st.c: Same.
718 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
719
16b10d6e
LM
7202020-01-27 Luis Machado <luis.machado@linaro.org>
721
722 * gdb.base/step-over-syscall.exp (setup): Check if we're already
723 sitting at a syscall instruction when we hit the syscall function's
724 breakpoint.
725 Check PC against one obtained with the x command.
726 Validate syscall number.
727 (step_over_syscall): Don't continue to the syscall instruction if
728 we're already there.
729
b1468492
PW
7302020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
731
732 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
733
7ffa82e1
AB
7342020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
735
736 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
737 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
738
3d92a3e3
AB
7392020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
740
741 * gdb.dwarf2/dw2-inline-stepping.c: New file.
742 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
743
94a72be7
AB
7442020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
745
746 * gdb.base/maint.exp: Update line table parsing test.
747 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
748
53af73bf
PA
7492020-01-24 Pedro Alves <palves@redhat.com>
750
751 PR gdb/25410
752 * gdb.multi/multi-re-run-1.c: New.
753 * gdb.multi/multi-re-run-2.c: New.
754 * gdb.multi/multi-re-run.exp: New.
755
1ba1ac88
AB
7562020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
757
758 PR gdb/23718
759 * gdb.server/server-kill-python.exp: New file.
760
f3364a6d
AB
7612020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
762
763 * gdb.server/multi-ui-errors.c: New file.
764 * gdb.server/multi-ui-errors.exp: New file.
765
733d0a67
AB
7662020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
767
768 PR tui/9765
769 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
770
4f13c1c0
TT
7712020-01-19 Tom Tromey <tom@tromey.com>
772
773 * gdb.tui/main.exp: Add check for plain "file".
774
40c94099
CB
7752020-01-16 Christian Biesinger <cbiesinger@google.com>
776
777 * lib/gdb.exp: Fix spelling error (seperatelly).
778
ff47f4f0
TT
7792020-01-14 Tom Tromey <tom@tromey.com>
780
781 PR symtab/12535:
782 * gdb.python/python.exp: Test decode_line with empty string
783 argument.
784
717c684d
BE
7852020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
786
787 * gdb.base/skip-inline.exp: Extend test.
788
44e4c775
AB
7892020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
790
791 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
792 * gdb.dwarf2/dw2-bad-elf.c: New file.
793 * gdb.dwarf2/dw2-bad-elf.exp: New file.
794
d93c6db7
AB
7952020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
796
797 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
798 _line_saw_file.
799
9a6d629c
AB
8002020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
801
802 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
803 border.
804
d9ebdab7
TBA
8052020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
806
807 * gdb.multi/multi-target.exp (setup): Factor out "info
808 connections" and "info inferiors" tests to ...
809 (test_info_inferiors): ... this new procedure.
810 (top level): Run new "info-inferiors" tests.
811
f3c469b9
PA
8122020-01-10 Pedro Alves <palves@redhat.com>
813
814 * gdb.server/bkpt-other-inferior.exp: New file.
815
121b3efd
PA
8162020-01-10 Pedro Alves <palves@redhat.com>
817
818 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
819 of "add-inferior".
820 * gdb.base/quit-live.exp: Likewise.
821 * gdb.base/remote-exec-file.exp: Likewise.
822 * gdb.guile/scm-progspace.exp: Likewise.
823 * gdb.linespec/linespec.exp: Likewise.
824 * gdb.mi/new-ui-mi-sync.exp: Likewise.
825 * gdb.mi/user-selected-context-sync.exp: Likewise.
826 * gdb.multi/multi-target.exp (setup): Add "info connection" and
827 "info inferiors" tests.
828 * gdb.multi/remove-inferiors.exp: Adjust expected output of
829 "add-inferior".
830 * gdb.multi/watchpoint-multi.exp: Likewise.
831 * gdb.python/py-inferior.exp: Likewise.
832 * gdb.server/extended-remote-restart.exp: Likewise.
833 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
834 "info inferiors".
835 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
836 * gdb.trace/report.exp: Likewise.
837
1dadb1dd
PA
8382020-01-10 Pedro Alves <palves@redhat.com>
839
840 * gdb.multi/multi-target.c: New file.
841 * gdb.multi/multi-target.exp: New file.
842 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
843 mode requested, but remote does not support non-stop".
844
78f2c40a
PA
8452020-01-10 Pedro Alves <palves@redhat.com>
846
847 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
848 disconnect before reconnecting.
849
e7af6c70
TBA
8502020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
851 Pedro Alves <palves@redhat.com>
852
853 * gdb.server/connect-without-multi-process.exp: Also test
854 continuing to end.
855
acdf84a6
PA
8562020-01-10 Pedro Alves <palves@redhat.com>
857
858 * gdb.base/remote-exec-file.exp: New file.
859
873657b9
PA
8602020-01-10 Pedro Alves <palves@redhat.com>
861
862 * gdb.base/fork-running-state.exp (do_test): Adjust expected
863 output.
864 * gdb.threads/async.c: New.
865 * gdb.threads/async.exp: New.
866 * gdb.multi/tids-gid-reset.c: New.
867 * gdb.multi/tids-gid-reset.exp: New.
868
7f0ae84c
GB
8692020-01-10 George Barrett <bob@bob131.so>
870
871 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
872 to help in finding the image relocation offset.
873 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
874 options in arguments.
875 (stap_test_no_debuginfo): Likewise.
876 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
877 test variants.
878 (stap_test): Add null semaphore relocation test.
879
47e9d49d
GB
8802020-01-10 George Barrett <bob@bob131.so>
881
882 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
883 * gdb.base/stap-probe.exp: Likewise.
884 (stap_test): Pass argument as an additional flag.
885 (stap_test_no_debuginfo): Likewise.
886 (stap_test): Check `info probes stap' output for semaphore
887 addresses if the test binary is supposed to have them.
888
f5a7c406
AB
8892020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
890
891 * gdb.tui/basic.exp: Add more scrolling tests.
892
9ae6bf64
TT
8932020-01-09 Tom Tromey <tom@tromey.com>
894
895 PR tui/18932:
896 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
897 meangingful value.
898 (Term::command, Term::resize): Update.
899 * gdb.tui/basic.exp: Add scrolling test.
900
b2efe70c
AB
9012020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
902
903 * gdb.tui/tui-layout-asm.exp: New file.
904
3804da7e
AB
9052020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
906
907 * lib/tuiterm.exp (Term::check_box_contents): New proc.
908
b40aa28f
AB
9092020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
910
911 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
912 (Term::enter_tui): Use Term::prepare_for_tui.
913
63ffd7c9
AB
9142020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
915
916 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
917 called.
918
3be966f6
AB
9192020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
920
921 * gdb.base/skip.exp: Fix race condition in test.
922
153d79c4
AB
9232020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
924
925 * gdb.base/backtrace.c: New file.
926 * gdb.base/backtrace.exp: New file.
927
f2302a34
AB
9282020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
929
930 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
931
6ec1d75e
PW
9322020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
933
934 * gdb.base/style.exp: Test that warnings are styled.
935
c296cbe6
BE
9362019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
937
938 * gdb.base/line65535.exp: New file.
939 * gdb.base/line65535.c: New file.
940
b28a729d
SM
9412019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
942
943 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
944 * lib/gnat_debug_info_test.adb: New file.
945 * gdb.ada/ptype_tagged_param.exp: Use
946 gnat_runtime_has_debug_info, expect a different output if
947 runtime does not have debug info.
948
7f2d7a0d
SM
9492019-12-20 Simon Marchi <simon.marchi@efficios.com>
950
951 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
952 (another) quote in test name.
953
f3bce483
SM
9542019-12-20 Simon Marchi <simon.marchi@efficios.com>
955
956 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
957 Add quote in test name.
958
c855a912
TBA
9592019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
960
961 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
962 directory instead.
963 * gdb.cp/pass-by-ref.exp: Extend with more cases.
964 * gdb.cp/pass-by-ref-2.cc: New file.
965 * gdb.cp/pass-by-ref-2.exp: New file.
966
fc9d2d72
TT
9672019-12-20 Tom Tromey <tom@tromey.com>
968
969 * gdb.tui/list-before.exp: New file.
970
77b97e00
TT
9712019-12-20 Tom Tromey <tom@tromey.com>
972
973 * gdb.tui/list.exp: Check for source on initial listing.
974
f69656d0
TT
9752019-12-11 Tom Tromey <tromey@adacore.com>
976
977 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
978 Add crlf test.
979
99a55965
SM
9802019-12-18 Simon Marchi <simon.marchi@efficios.com>
981
982 * gdb.base/default.exp: Update value of $_gdb_major.
983
5024637f
BE
9842019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
985
986 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
987
b63634be
BE
9882019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
989
990 * gdb.base/skip.exp: Whitespace fix.
991
45d73523
BE
9922019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
993
994 * gdb.base/skip-inline.c: New file.
995 * gdb.base/skip-inline.exp: New file.
996
d043f8c8
SM
9972019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
998
999 * gdb.base/jit-reader.exp (jit_reader_test): Rename
1000 jit_function_00 to jit_function_stack_mangle.
1001 * gdb.base/jithost.c (jit_function_t): Rename to...
1002 (jit_function_stack_mangle_t): ... this.
1003 (jit_function_add_t): New typedef.
1004 (jit_function_00_code): Rename to...
1005 (jit_function_stack_mangle_code): ... this, make static.
1006 (jit_function_add_code): New.
1007 (main): Generate "add" function and call it. Adjust to changes
1008 in jithost_abi.
1009 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
1010 (struct jithost_abi) <begin, end>: Remove fields.
1011 <object, function_stack_mangle, function_add>: New fields.
1012 * gdb.base/jitreader.c (struct reader_state) <code_begin,
1013 code_end>: Remove fields.
1014 <func_stack_mangle>: New field.
1015 (read_debug_info): Adjust to renaming, create block for "add"
1016 function.
1017 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
1018
873de05c
TT
10192019-12-11 Tom Tromey <tom@tromey.com>
1020
1021 * gdb.tui/resize.exp: Fix regexp.
1022 * gdb.tui/regs.exp: Fix regexps.
1023 * gdb.tui/main.exp: Fix regexp.
1024
3d979945
TT
10252019-12-11 Tom Tromey <tom@tromey.com>
1026
1027 * gdb.tui/resize.exp: Update.
1028 * gdb.tui/empty.exp (layouts): Update.
1029
2192a9d3
TT
10302019-12-11 Tom Tromey <tom@tromey.com>
1031
1032 * gdb.tui/regs.exp: Update.
1033 * gdb.tui/empty.exp (layouts): Update.
1034 * gdb.tui/basic.exp: Update.
1035 * lib/tuiterm.exp (_check_box): Don't check bottom border.
1036
d8edc8b7
PW
10372019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1038
1039 * gdb.base/options.exp: Add -raw-values in the print completion list.
1040 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
1041
4c12d936
KB
10422019-12-10 Kevin Buettner <kevinb@redhat.com>
1043
1044 * gdb.threads/omp-par-scope.c: New file.
1045 * gdb/threads/omp-par-scope.exp: New file.
1046
26b911fb
KB
10472019-12-10 Kevin Buettner <kevinb@redhat.com>
1048
bb47f919
KB
1049 * lib/gdb.exp (support_nested_function_tests): New proc.
1050
10512019-12-10 Kevin Buettner <kevinb@redhat.com>
1052
1053 * lib/gdb.exp (gdb_compile_openmp): New proc.
1054 (build_executable_from_specs): Add an "openmp" option.
1055 (gdb_compile_pthreads): Add non-executable case.
26b911fb 1056
6c71eb7d
TT
10572019-12-10 Tom Tromey <tromey@adacore.com>
1058
1059 * gdb.ada/unchecked_union.exp: New file.
1060 * gdb.ada/unchecked_union/pck.adb: New file.
1061 * gdb.ada/unchecked_union/pck.ads: New file.
1062 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
1063 * gdb-utils.exp (string_to_regexp): Also quote "?".
1064
bac7c5cf
GB
10652019-12-10 George Barrett <bob@bob131.so>
1066
1067 Test scripted probe breakpoints.
1068 * gdb.guile/scm-breakpoint.c (main): Add probe point.
1069 * gdb.python/py-breakpoint.c (main): Likewise.
1070 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
1071 specifier test.
1072 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
1073
330f1d38
TBA
10742019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1075
1076 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
1077 an rvalue parameter.
1078 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
1079 parameter.
1080
b43315e2
AB
10812019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
1082
1083 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
1084 modules.
1085
54f73dad
AB
10862019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
1087
1088 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
1089 broken version of GCC.
1090
d57cbee9
AB
10912019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
1092
1093 * gdb.fortran/info-modules.exp: Rewrite to make use of new
1094 sym-info-cmds library.
1095 * gdb.fortran/info-types.exp: Likewise.
1096 * lib/sym-info-cmds.exp: New file.
1097
c14aab8c
TV
10982019-12-08 Tom de Vries <tdevries@suse.de>
1099
1100 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
1101
aa2d5a42
KS
11022019-12-07 Keith Seitz <keiths@redhat.com>
1103
1104 * gdb.base/corefile-buildid-shlib-shr.c: New file.
1105 * gdb.base/corefile-buildid-shlib.c: New file.
1106 * gdb.base/corefile-buildid.c: New file.
1107 * gdb.base/corefile-buildid.exp: New file.
1108
93e55f0a
TV
11092019-12-06 Tom de Vries <tdevries@suse.de>
1110
1111 * gdb.dwarf2/varval.exp: Add decl before def test.
1112
c7d12402
TBA
11132019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1114
1115 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
1116
06acc08f
TBA
11172019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1118
1119 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
1120 CV and reference conversion for overload resolution.
1121 * gdb.cp/rvalue-ref-overload.exp: Test it.
1122
e0fad1ea
PW
11232019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1124
1125 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
1126 * gdb.base/frameapply.exp: Test faas without command.
1127
8d70a9f0
AB
11282019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1129
1130 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
1131 Fortran tests.
1132 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
1133 order.
1134
36c8fb93
AB
11352019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1136
1137 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
1138 casting to type with no kind specified.
1139 (test_basic_parsing_of_type_kinds): Additional tests for types
1140 with no kind specified, and add tests for single/double
1141 precision/complex types.
1142
4139ff00
TT
11432019-12-04 Tom Tromey <tromey@adacore.com>
1144
1145 * gdb.base/endianity.c (struct other) <x>: New field.
1146 (main): Initialize it.
1147 * gdb.base/endianity.exp: Update.
1148
a05cf17a
TT
11492019-12-04 Tom Tromey <tromey@adacore.com>
1150
1151 * gdb.ada/scalar_storage/storage.adb: New file.
1152 * gdb.ada/scalar_storage/pck.adb: New file.
1153 * gdb.ada/scalar_storage/pck.ads: New file.
1154 * gdb.ada/scalar_storage.exp: New file.
1155
103a685e
TT
11562019-12-04 Tom Tromey <tromey@adacore.com>
1157
1158 * gdb.base/endianity.c (struct otherendian) <f>: New field.
1159 (main): Initialize it.
1160 * gdb.base/endianity.exp: Update.
1161
c2512106
AB
11622019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1163
1164 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
1165
293b38d6
AB
11662019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1167
1168 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
1169 -symbol-info-module-functions and -symbol-info-module-variables.
1170
216a7e6b
AB
11712019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
1172
1173 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
1174
5bbd8269
AB
11752019-12-01 Richard Bunt <richard.bunt@arm.com>
1176 Andrew Burgess <andrew.burgess@embecosm.com>
1177
1178 * gdb.fortran/derived-type-striding.exp: New file.
1179 * gdb.fortran/derived-type-striding.f90: New file.
1180 * gdb.fortran/array-slices.exp: New file.
1181 * gdb.fortran/array-slices.f90: New file.
1182
be09caf1
PW
11832019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1184
1185 * gdb.base/define.exp: Test . in command names.
1186 * gdb.base/setshow.exp: Update test, as . is now part of
1187 command name.
1188
643c0cbe
PW
11892019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1190
1191 * gdb.base/define-prefix.exp: New file.
1192
dcdec678
AB
11932019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
1194
1195 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
1196 compile.
1197 (skip_btrace_pt_tests): Likewise.
1198
640ab947
AB
11992019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
1200
1201 * gdb.fortran/info-modules.exp: Compile source files in correct
1202 order.
1203
d22670f0
KB
12042019-11-27 Kevin Buettner <kevinb@redhat.com>
1205
1206 * gdb.dwarf2/imported-unit.exp: New file.
1207 * gdb.dwarf2/imported-unit.c: New file.
1208
db5960b4
AB
12092019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
1210
1211 * gdb.mi/mi-fortran-modules-2.f90: New file.
1212 * gdb.mi/mi-fortran-modules.exp: New file.
1213 * gdb.mi/mi-fortran-modules.f90: New file.
1214
7dc42066
AB
12152019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
1216
1217 * gdb.mi/mi-sym-info-1.c: New file.
1218 * gdb.mi/mi-sym-info-2.c: New file.
1219 * gdb.mi/mi-sym-info.exp: New file.
1220
0dfeecca
TT
12212019-11-22 Tom Tromey <tromey@adacore.com>
1222
1223 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
1224 * gdb.ada/tasks/foo.adb: Add another stopping location.
1225
34877895
PJ
12262019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
1227
1228 * gdb.base/endianity.c: New test.
1229 * gdb.base/endianity.exp: New file.
1230
2e84f897
LD
12312019-11-21 Lukas Durfina <ldurfina@tachyum.com>
1232
1233 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
1234
65d1cd5f
TV
12352019-11-21 Tom de Vries <tdevries@suse.de>
1236
1237 PR gdb/24956
1238 * gdb.base/ui-redirect.exp: Test output of user-defined command.
1239
4f22c3f4
SDJ
12402019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
1241
1242 * gdb.python/py-progspace.exp: Add missing parentheses on some
1243 'print' commands.
1244
9f6ad286
TT
12452019-11-19 Tom Tromey <tom@tromey.com>
1246
1247 * gdb.tui/winheight.exp: New file.
1248
0b8dbf3f
AB
12492019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1250
1251 * gdb.base/ctf-whatis.c: Delete.
1252 * gdb.base/ctf-whatis.exp: Delete.
1253 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
1254
f833b7a7
AB
12552019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1256
1257 * gdb.base/ctf-cvexpr.exp: Delete.
1258 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
1259
30d0a636
AB
12602019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1261
1262 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
1263 the compiler. Clean up header comment a little.
1264 * gdb.base/ctf-ptype.exp: Likewise.
1265 * gdb.base/ctf-whatis.exp: Likewise.
1266 * lib/gdb.exp (skip_ctf_tests): New proc.
1267
494409bb
SDJ
12682019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
1269
1270 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
1271 * gdb.tui/corefile-run.exp: New file.
1272
55708e99
TT
12732019-11-14 Tom Tromey <tromey@adacore.com>
1274
1275 * gdb.base/gdbvars.exp (test_convenience_variables): Add
1276 regression tests.
1277
45e42163
TT
12782019-11-12 Tom Tromey <tom@tromey.com>
1279
1280 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
1281 after any command. Expect prompt after WAIT_FOR is seen.
1282 (enter_tui): Enable resize messages.
1283 (command): Expect command in output.
1284 (get_line): Avoid error when cursor appears to be off-screen.
1285 (dump_screen): Include screen size in title.
1286 (_do_resize): New proc, from "resize".
1287 (resize): Rewrite. Do resize in two steps.
1288 * gdb.tui/empty.exp (layouts): Fix entries.
1289 (check_boxes): Remove xfail.
1290 (check_text): Dump screen on failure.
1291
086baaf1
AB
12922019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1293
1294 * gdb.python/py-symbol.exp: Add test for
1295 gdb.lookup_static_symbols.
1296
09ff83af
AB
12972019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1298
1299 * gdb.python/py-symbol.c: Declare and call function from new
1300 py-symbol-2.c file.
1301 * gdb.python/py-symbol.exp: Compile both source files, and add new
1302 tests for gdb.lookup_static_symbol.
1303 * gdb.python/py-symbol-2.c: New file.
1304
11af934b
TV
13052019-11-02 Tom de Vries <tdevries@suse.de>
1306
1307 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
1308 * gdb.base/anon.exp: Same.
1309 * gdb.base/auto-connect-native-target.exp: Same.
1310 * gdb.base/call-ar-st.exp: Same.
1311 * gdb.base/catch-syscall.exp: Same.
1312 * gdb.base/commands.exp: Same.
1313 * gdb.base/default.exp: Same.
1314 * gdb.base/display.exp: Same.
1315 * gdb.base/float.exp: Same.
1316 * gdb.base/foll-fork.exp: Same.
1317 * gdb.base/help.exp: Same.
1318 * gdb.base/info-macros.exp: Same.
1319 * gdb.base/info-proc.exp: Same.
1320 * gdb.base/info-target.exp: Same.
1321 * gdb.base/long_long.exp: Same.
1322 * gdb.base/macscp.exp: Same.
1323 * gdb.base/memattr.exp: Same.
1324 * gdb.base/nofield.exp: Same.
1325 * gdb.base/pointers.exp: Same.
1326 * gdb.base/printcmds.exp: Same.
1327 * gdb.base/ptype.exp: Same.
1328 * gdb.base/restore.exp: Same.
1329 * gdb.base/return.exp: Same.
1330 * gdb.base/scope.exp: Same.
1331 * gdb.base/set-noassign.exp: Same.
1332 * gdb.base/setshow.exp: Same.
1333 * gdb.base/shlib-call.exp: Same.
1334 * gdb.base/signals.exp: Same.
1335 * gdb.base/sigstep.exp: Same.
1336 * gdb.base/skip.exp: Same.
1337 * gdb.base/solib-symbol.exp: Same.
1338 * gdb.base/stap-probe.exp: Same.
1339 * gdb.base/step-line.exp: Same.
1340 * gdb.base/step-test.exp: Same.
1341 * gdb.base/style.exp: Same.
1342 * gdb.base/varargs.exp: Same.
1343 * gdb.base/vla-datatypes.exp: Same.
1344 * gdb.base/vla-ptr.exp: Same.
1345 * gdb.base/vla-sideeffect.exp: Same.
1346 * gdb.base/volatile.exp: Same.
1347 * gdb.base/watch-cond-infcall.exp: Same.
1348 * gdb.base/watchpoint.exp: Same.
1349
e96ec2ba
TV
13502019-11-02 Tom de Vries <tdevries@suse.de>
1351
1352 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
1353 * gdb.cp/cpexprs.exp: Same.
1354 * gdb.cp/except-multi-location.exp: Same.
1355 * gdb.cp/exceptprint.exp: Same.
1356 * gdb.cp/gdb2384.exp: Same.
1357 * gdb.cp/inherit.exp: Same.
1358 * gdb.cp/m-static.exp: Same.
1359 * gdb.cp/meth-typedefs.exp: Same.
1360 * gdb.cp/misc.exp: Same.
1361 * gdb.cp/namespace.exp: Same.
1362 * gdb.cp/non-trivial-retval.exp: Same.
1363 * gdb.cp/overload.exp: Same.
1364 * gdb.cp/pr17132.exp: Same.
1365 * gdb.cp/re-set-overloaded.exp: Same.
1366 * gdb.cp/rvalue-ref-types.exp: Same.
1367 * gdb.cp/templates.exp: Same.
1368
bd5766ec
LM
13692019-11-01 Luis Machado <luis.machado@linaro.org>
1370
1371 PR gdb/25124
1372
1373 * gdb.arch/pr25124.S: New file.
1374 * gdb.arch/pr25124.exp: New file.
1375
165f8965
AB
13762019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1377
1378 * gdb.fortran/info-modules.exp: Update expected results, and add
1379 additional tests for 'info module functinos', and 'info module
1380 variables'.
1381 * gdb.fortran/info-types.exp: Update expected results.
1382 * gdb.fortran/info-types.f90: Extend testcase with additional
1383 module variables and functions.
1384
59c35742
AB
13852019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1386
1387 * gdb.fortran/info-modules.exp: New file.
1388 * gdb.fortran/info-types.exp: Build with new file.
1389 * gdb.fortran/info-types.f90: Include and use new module.
1390 * gdb.fortran/info-types-2.f90: New file.
1391
f3fb2519
PW
13922019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1393
1394 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
1395 * gdb.base/settings.exp: Test all settings types using
1396 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
1397 that now verifies that the value of "maint show" is the same as
1398 returned by the settings functions. Test the type of the
1399 maintenance settings.
1400 * gdb.base/default.exp: Update show_conv_list.
1401
d1e36019
TV
14022019-10-31 Tom de Vries <tdevries@suse.de>
1403
1404 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
1405 gdb_test.
1406 * gdb.arch/amd64-disp-step.exp: Same.
1407 * gdb.asm/asm-source.exp: Same.
1408 * gdb.btrace/buffer-size.exp: Same.
1409 * gdb.btrace/cpu.exp: Same.
1410 * gdb.btrace/enable.exp: Same.
1411 * gdb.dwarf2/count.exp: Same.
1412 * gdb.dwarf2/dw2-ranges-func.exp: Same.
1413 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
1414 * gdb.fortran/vla-datatypes.exp: Same.
1415 * gdb.fortran/vla-history.exp: Same.
1416 * gdb.fortran/vla-ptype.exp: Same.
1417 * gdb.fortran/vla-value.exp: Same.
1418 * gdb.fortran/whatis_type.exp: Same.
1419 * gdb.guile/guile.exp: Same.
1420 * gdb.multi/tids.exp: Same.
1421 * gdb.python/py-finish-breakpoint.exp: Same.
1422 * gdb.python/py-framefilter.exp: Same.
1423 * gdb.python/py-pp-registration.exp: Same.
1424 * gdb.python/py-xmethods.exp: Same.
1425 * gdb.python/python.exp: Same.
1426 * gdb.server/connect-with-no-symbol-file.exp: Same.
1427 * gdb.server/no-thread-db.exp: Same.
1428 * gdb.server/run-without-local-binary.exp: Same.
1429 * gdb.stabs/weird.exp: Same.
1430 * gdb.threads/attach-many-short-lived-threads.exp: Same.
1431 * gdb.threads/thread-find.exp: Same.
1432 * gdb.threads/tls-shared.exp: Same.
1433 * gdb.threads/tls.exp: Same.
1434 * gdb.threads/wp-replication.exp: Same.
1435 * gdb.trace/ax.exp: Same.
1436 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
1437
3d11e68e
TV
14382019-10-31 Tom de Vries <tdevries@suse.de>
1439
1440 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
1441 * gdb.ada/array_subscript_addr.exp: Same.
1442 * gdb.ada/arrayidx.exp: Same.
1443 * gdb.ada/arrayparam.exp: Same.
1444 * gdb.ada/arrayptr.exp: Same.
1445 * gdb.ada/boolean_expr.exp: Same.
1446 * gdb.ada/call_pn.exp: Same.
1447 * gdb.ada/complete.exp: Same.
1448 * gdb.ada/fixed_cmp.exp: Same.
1449 * gdb.ada/fun_addr.exp: Same.
1450 * gdb.ada/funcall_param.exp: Same.
1451 * gdb.ada/interface.exp: Same.
1452 * gdb.ada/mod_from_name.exp: Same.
1453 * gdb.ada/null_array.exp: Same.
1454 * gdb.ada/packed_array.exp: Same.
1455 * gdb.ada/packed_tagged.exp: Same.
1456 * gdb.ada/print_chars.exp: Same.
1457 * gdb.ada/print_pc.exp: Same.
1458 * gdb.ada/ptype_arith_binop.exp: Same.
1459 * gdb.ada/ptype_field.exp: Same.
1460 * gdb.ada/ptype_tagged_param.exp: Same.
1461 * gdb.ada/rec_return.exp: Same.
1462 * gdb.ada/ref_tick_size.exp: Same.
1463 * gdb.ada/str_ref_cmp.exp: Same.
1464 * gdb.ada/taft_type.exp: Same.
1465 * gdb.ada/tagged.exp: Same.
1466 * gdb.ada/type_coercion.exp: Same.
1467 * gdb.ada/uninitialized_vars.exp: Same.
1468
60b6ede8
TV
14692019-10-30 Tom de Vries <tdevries@suse.de>
1470
1471 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
1472
30baf67b
TV
14732019-10-26 Tom de Vries <tdevries@suse.de>
1474
1475 * gdb.base/bigcore.c: Fix typos in comments.
1476 * gdb.base/ctf-ptype.c: Same.
1477 * gdb.base/long_long.c: Same.
1478 * gdb.dwarf2/dw2-op-out-param.S: Same.
1479 * gdb.python/py-evthreads.c: Same.
1480 * gdb.reverse/i387-stack-reverse.c: Same.
1481 * gdb.trace/tfile.c: Same.
1482 * lib/compiler.c: Same.
1483 * lib/compiler.cc: Same.
1484
158da0d1
TV
14852019-10-25 Tom de Vries <tdevries@suse.de>
1486
1487 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
1488 gdb_test_multiple calls.
1489 * gdb.reverse/sigall-reverse.exp: Same.
1490 * gdb.reverse/solib-precsave.exp: Same.
1491 * gdb.reverse/solib-reverse.exp: Same.
1492 * gdb.reverse/until-precsave.exp: Same.
1493 * gdb.reverse/until-reverse.exp: Same.
1494
4ccdfbec
TV
14952019-10-24 Tom de Vries <tdevries@suse.de>
1496
1497 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
1498 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
1499 kfail using -wrap pattern flag and convenience variable
1500 gdb_test_name.
1501
33d569b7
AB
15022019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
1503
1504 * gdb.python/py-progspace.exp: Add tests for the
1505 Progspace.block_for_pc method.
1506
4d0b984b
TT
15072019-10-23 Tom Tromey <tom@tromey.com>
1508
1509 * configure: Rebuild.
1510 * aclocal.m4: Use m4_include, not sinclude.
1511
94cb3754
TV
15122019-10-21 Tom de Vries <tdevries@suse.de>
1513
1514 * gdb.base/infcall-nested-structs.c: Add
1515 __attribute__((noinline,noclone)) to all functions.
1516 (call_all): Add missing variable initialization. Simplify return value.
1517 (breakpt): Increment volatile variable, to prevent call from being
1518 optimized out.
1519 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
1520
062f1fc1
TV
15212019-10-17 Tom de Vries <tdevries@suse.de>
1522
1523 * gdb.fortran/module.exp: Allow info variables to print info for files
1524 other than module.f90.
1525
0b54364d
AB
15262019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
1527
1528 * gdb.fortran/module.exp: Extend with 'info variables' test.
1529
7ff5fae7
AB
15302019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
1531
1532 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
1533 F77_FOR_TARGET.
1534
d10eccaa
TV
15352019-10-16 Tom de Vries <tdevries@suse.de>
1536
1537 PR tdep/25096
1538 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
1539
745ff14e
TV
15402019-10-16 Tom de Vries <tdevries@suse.de>
1541
1542 PR tdep/24104
1543 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
1544 Add KFAIL for PR tdep/25096.
1545
03e1ab94
TV
15462019-10-16 Tom de Vries <tdevries@suse.de>
1547
1548 PR testsuite/25059
1549 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
1550
b17fcc10
TV
15512019-10-16 Tom de Vries <tdevries@suse.de>
1552
1553 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
1554 as signed.
1555
9223170f
SM
15562019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
1557
1558 * gdb.mi/list-thread-groups-available.exp: Read entries one by
1559 one instead of increasing timeout.
1560
d6e76313
TV
15612019-10-13 Tom de Vries <tdevries@suse.de>
1562
1563 PR record/25038
1564 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
1565 * gdb.reverse/sigall-reverse.exp: Same.
1566 * gdb.reverse/solib-precsave.exp: Same.
1567 * gdb.reverse/solib-reverse.exp: Same.
1568 * gdb.reverse/step-precsave.exp: Same.
1569 * gdb.reverse/until-precsave.exp: Same.
1570 * gdb.reverse/until-reverse.exp: Same.
1571 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
1572
6dfc0041
AA
15732019-10-10 Andreas Arnez <arnez@linux.ibm.com>
1574
1575 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
1576 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
1577 (cmp_struct_05_01, cmp_struct_static_02_01)
1578 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
1579 comparisons.
1580
abcf2cc8
TV
15812019-10-10 Tom de Vries <tdevries@suse.de>
1582
1583 PR testsuite/24888
1584 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
1585 gnatlink.
1586
a50faaf6
TV
15872019-10-09 Tom de Vries <tdevries@suse.de>
1588
1589 PR testsuite/25048
1590 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
1591
60ff3cd7
AB
15922019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
1593
1594 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
1595 exceptions due to missing debug information.
1596
dfee8566
TV
15972019-10-07 Tom de Vries <tdevries@suse.de>
1598
1599 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
1600
3d63690a
AB
16012019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
1602
1603 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
1604 * gdb.base/annota1.exp: Update to use gdb_test_name.
1605
30d1f018
WP
16062019-10-07 Weimin Pan <weimin.pan@oracle.com>
1607
1608 * gdb.base/ctf-whatis.exp: New file.
1609 * gdb.base/ctf-whatis.c: New file.
1610 * gdb.base/ctf-ptype.exp: New file.
1611 * gdb.base/ctf-ptype.c: New file.
1612 * gdb.base/ctf-constvars.exp: New file.
1613 * gdb.base/ctf-constvars.c: New file.
1614 * gdb.base/ctf-cvexpr.exp: New file.
1615
4dbbb47c
TV
16162019-10-04 Tom de Vries <tdevries@suse.de>
1617
1618 * gdb.cp/local-static.c (main): Move declaration of int i out of the
1619 for loop.
1620
77c2dba3
TT
16212019-10-03 Tom Tromey <tom@tromey.com>
1622
1623 PR rust/24976:
1624 * gdb.rust/simple.rs (Union2): New type.
1625 (main): Use Union2.
1626 * gdb.rust/simple.exp: Add test.
1627
179aed7f
AB
16282019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1629
1630 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
1631 nested function prefix.
1632
0a4b0913
AB
16332019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
1634 Richard Bunt <richard.bunt@arm.com>
1635 Andrew Burgess <andrew.burgess@embecosm.com>
1636
1637 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
1638 nested functions.
1639 * gdb.fortran/nested-funcs.f90: Update expected results.
1640 * gdb.fortran/nested-funcs-2.exp: New file.
1641 * gdb.fortran/nested-funcs-2.f90: New file.
1642
082cce05
AB
16432019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1644
1645 * gdb.python/py-parameter.exp: Make test names unique.
1646 * gdb.python/py-template.exp: Likewise.
1647 * gdb.python/py-value.exp: Likewise.
1648
2b74ba5a
AB
16492019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1650
1651 * gdb.base/break-interp.exp: Reduce test name duplication.
1652 * gdb.base/call-sc.exp: Likewise.
1653 * gdb.base/callfuncs.exp: Likewise.
1654 * gdb.base/charset.exp: Likewise.
1655 * gdb.base/dump.exp: Likewise.
1656 * gdb.base/ena-dis-br.exp: Likewise.
1657 * gdb.base/relational.exp: Likewise.
1658 * gdb.base/step-over-syscall.exp: Likewise.
1659 * gdb.base/structs.exp: Likewise.
1660
58eb20d5
AB
16612019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1662
1663 * gdb.linespec/explicit.exp: Make test names unique.
1664 * gdb.linespec/ls-errs.exp: Likewise.
1665
4d421147
AB
16662019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1667
1668 * gdb.reverse/break-precsave.exp: Make test names unique.
1669 * gdb.reverse/break-reverse.exp: Likewise.
1670 * gdb.reverse/finish-precsave.exp: Likewise.
1671 * gdb.reverse/finish-reverse.exp: Likewise.
1672 * gdb.reverse/machinestate-precsave.exp: Likewise.
1673 * gdb.reverse/machinestate.exp: Likewise.
1674 * gdb.reverse/readv-reverse.exp: Likewise.
1675 * gdb.reverse/recvmsg-reverse.exp: Likewise.
1676 * gdb.reverse/sigall-precsave.exp: Likewise.
1677 * gdb.reverse/sigall-reverse.exp: Likewise.
1678 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
1679 * gdb.reverse/watch-precsave.exp: Likewise.
1680 * gdb.reverse/watch-reverse.exp: Likewise.
1681
d8c06f22
AB
16822019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1683
1684 * gdb.threads/stop-with-handle.c: New file.
1685 * gdb.threads/stop-with-handle.exp: New file.
1686
3a56ed86
TV
16872019-10-03 Tom de Vries <tdevries@suse.de>
1688
1689 PR testsuite/25059
1690 * gdb.base/list-missing-source.exp: Allowing the "Compilation
1691 directory" line to be missing.
1692
42275044
TV
16932019-10-03 Tom de Vries <tdevries@suse.de>
1694
1695 PR testsuite/25059
1696 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
1697 type optional.
1698
9ef62df0
AA
16992019-10-02 Andreas Arnez <arnez@linux.ibm.com>
1700
1701 * gdb.python/py-format-string.c (string.h): New include.
1702 (main): Fill a_struct_with_union.the_union.an_int with bytes of
1703 the same value, for endianness-independence.
1704 * gdb.python/py-format-string.exp (default_regexp_dict)
1705 (test_pretty_structs, test_format): Adjust expected output to the
1706 changed initialization.
1707
37f6a7f4
TT
17082019-10-02 Tom Tromey <tromey@adacore.com>
1709
1710 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
1711
1d58d6a2
PA
17122019-10-02 Pedro Alves <palves@redhat.com>
1713 Andrew Burgess <andrew.burgess@embecosm.com>
1714
1715 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
1716 "print-file-var.h".
1717 (this_version_id) Use ATTRIBUTE_VISIBILITY.
1718 (get_version_1): Print this_version_id and its address.
1719 Add extern "C" wrappers around interface functions.
1720 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
1721 "print-file-var.h".
1722 (this_version_id) Use ATTRIBUTE_VISIBILITY.
1723 (get_version_2): Print this_version_id and its address.
1724 Add extern "C" wrappers around interface functions.
1725 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
1726 <stddef.h> and "print-file-var.h".
1727 Add extern "C" wrappers around interface functions.
1728 [VERSION_ID_MAIN] (this_version_id): Define.
1729 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
1730 * gdb.base/print-file-var.h: Add some #defines to simplify setting
1731 up extern "C" blocks.
1732 * gdb.base/print-file-var.exp (test): New, factored out from top
1733 level.
1734 (top level): Test all combinations of attribute hidden or not,
1735 dlopen or not, and this_version_id symbol in main file or not.
1736 Compile tests as both C++ and C, make test names unique.
1737
d770d56f
TT
17382019-10-01 Tom Tromey <tom@tromey.com>
1739
1740 * gdb.base/style.exp: Test "show logging filename".
1741
7f6aba03
TT
17422019-10-01 Tom Tromey <tom@tromey.com>
1743
1744 * lib/gdb-utils.exp (style): Handle "metadata" argument.
1745 * gdb.base/style.exp: Add metadata style test.
1746
14309bb6
TT
17472019-10-01 Tom Tromey <tom@tromey.com>
1748
1749 * gdb.base/style.exp: Test "pwd".
1750
2a3c1174
PA
17512019-10-01 Tom Tromey <tom@tromey.com>
1752
1753 * gdb.base/style.exp: Update tests.
1754
53d666ec
AA
17552019-10-01 Andreas Arnez <arnez@linux.ibm.com>
1756
1757 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
1758 'six' to unsigned.
1759 (s1): Initialize fields 'four' and 'six' instead of 'three' and
1760 'five'. Use an all-ones bit pattern for each.
1761 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
1762 to its changed values.
1763
4a56a520
TT
17642019-09-30 Tom Tromey <tromey@adacore.com>
1765
1766 * gdb.rust/traits.rs: Disable all warnings.
1767
0df0352a
TV
17682019-09-29 Tom de Vries <tdevries@suse.de>
1769
1770 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
1771
73d9a918
TV
17722019-09-29 Tom de Vries <tdevries@suse.de>
1773
1774 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
1775
060b3ab4
TV
17762019-09-27 Tom de Vries <tdevries@suse.de>
1777
1778 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
1779
68f7d34d
TV
17802019-09-27 Tom de Vries <tdevries@suse.de>
1781
1782 PR record/23188
1783 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
1784
5d63b30a
TT
17852019-09-26 Tom Tromey <tromey@adacore.com>
1786
1787 * gdb.ada/py_taft.exp: New file.
1788 * gdb.ada/py_taft/main.adb: New file.
1789 * gdb.ada/py_taft/pkg.adb: New file.
1790 * gdb.ada/py_taft/pkg.ads: New file.
1791
3d435220
TV
17922019-09-24 Tom de Vries <tdevries@suse.de>
1793
1794 PR gdb/24598
1795 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
1796
77d03678
TV
17972019-09-22 Tom de Vries <tdevries@suse.de>
1798
1799 * gdb.base/restore.exp: Allow register variables to be optimized out at
1800 -O0.
1801
abf516c6
UW
18022019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
1803
1804 * gdb.arch/spu-info.exp: Remove file.
1805 * gdb.arch/spu-info.c: Remove file.
1806 * gdb.arch/spu-ls.exp: Remove file.
1807 * gdb.arch/spu-ls.c: Remove file.
1808
1809 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
1810 * gdb.asm/spu.inc: Remove file.
1811
1812 * gdb.base/dump.exp: Remove support for spu*-*-*.
1813 * gdb.base/stack-checking.exp: Likewise.
1814 * gdb.base/overlays.exp: Likewise.
1815 * gdb.base/ovlymgr.c: Likewise.
1816 * gdb.base/spu.ld: Remove file.
1817
1818 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
1819 * gdb.cp/cpexprs.exp: Likewise.
1820 * gdb.cp/exception.exp: Likewise.
1821 * gdb.cp/gdb2495.exp: Likewise.
1822 * gdb.cp/mb-templates.exp: Likewise.
1823 * gdb.cp/pr9167.exp: Likewise.
1824 * gdb.cp/userdef.exp: Likewise.
1825
1826 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
1827
1828 * gdb.cell: Remove directory.
1829 * lib/cell.exp: Remove file.
1830
e452e88f
TV
18312019-09-19 Tom de Vries <tdevries@suse.de>
1832
1833 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
1834
8a625130
TV
18352019-09-19 Tom de Vries <tdevries@suse.de>
1836
1837 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
1838
81dc3ab5
TV
18392019-09-19 Tom de Vries <tdevries@suse.de>
1840
1841 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
1842 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
1843 (gdb_target_cmd): ... here.
1844 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
1845 value 2.
1846
b078f3ac
AB
18472019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
1848
1849 * gdb.base/source-dir.exp: Avoid having directory names in test
1850 names.
1851
f1b620e9
MG
18522019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
1853
1854 * gdb.base/source-dir.exp: Add extra test for mapped compilation
1855 directory.
1856
67f3ed6a
AB
18572019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
1858
1859 * gdb.base/list-missing-source.exp: New file.
1860
d1b70248
TV
18612019-09-14 Tom de Vries <tdevries@suse.de>
1862
1863 PR teststuite/24599
1864 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
1865 * lib/ada.exp (gnatmake_version_at_least): New proc.
1866
5fabdcd6
AB
18672019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1868
1869 * gdb.base/maint.exp: Use exec_has_index_section.
1870
aa17805f
AB
18712019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1872
1873 * gdb.base/maint.exp: Add test for 'maint info sections'.
1874
25e5c209
TV
18752019-09-12 Tom de Vries <tdevries@suse.de>
1876
1877 * gdb.base/store.exp: Allow register variables to be optimized out at
1878 -O0.
1879
4993045d
PW
18802019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1881
1882 * gdb.ada/rdv_wait.exp: Update to new task names.
1883 * gdb.base/task_switch_in_core.exp: Likewise.
1884 * gdb.base/info_sources_base.c: Likewise.
1885
8a516164
TT
18862019-09-10 Tom Tromey <tromey@adacore.com>
1887
1888 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
1889
aa391654
TT
18902019-09-10 Tom Tromey <tromey@adacore.com>
1891
1892 * gdb.ada/dgopt.exp: New file.
1893 * gdb.ada/dgopt/x.adb: New file.
1894
8634b462
TT
18952019-09-08 Tom Tromey <tom@tromey.com>
1896
1897 * gdb.tui/resize.exp: Remove setup_xfail.
1898 * gdb.tui/regs.exp: Remove setup_xfail.
1899 * gdb.tui/basic.exp: Remove setup_xfail.
1900
736b0f76
DB
19012019-09-06 David Blaikie <dblaikie@gmail.com>
1902
1903 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
1904 * gdb.cp/cplabel.exp: Ditto.
1905 * gdb.linespec/ls-errs.exp: Ditto.
1906
30331a6c
TV
19072019-09-05 Tom de Vries <tdevries@suse.de>
1908
1909 * lib/gdb.exp (cmp_file_string): New proc.
1910 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
1911 runto_main. Verify save breakpoints output.
1912
98b0ebab
PW
19132019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1914
1915 * gdb.base/info-var.exp: Test info variables without running
1916 to main, to avoid expect's buffer overflow.
1917
4e962e74
TT
19182019-09-03 Tom Tromey <tromey@adacore.com>
1919
1920 * gdb.ada/bias.exp: New file.
1921 * gdb.ada/bias/bias.adb: New file.
1922 * gdb.ada/print_chars.exp: Add regression test.
1923 * gdb.ada/print_chars/foo.adb (My_Character): New type.
1924 (MC): New variable.
1925
2ea1a07a
SL
19262019-08-29 Sandra Loosemore <sandra@codesourcery.com>
1927
1928 * gdb.base/argv0-symlink.exp: Run only on native target
1929 and local host.
1930
8077c50d
TV
19312019-08-29 Tom de Vries <tdevries@suse.de>
1932
1933 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
1934 diverse debug info.
1935 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
1936
48352473
TV
19372019-08-28 Tom de Vries <tdevries@suse.de>
1938
1939 * gdb.base/info-var.exp: Allow info variables to print info for files
1940 other than info-var-f1.c and info-var-f2.c.
1941
d8f27c60
AB
19422019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
1943
1944 * gdb.fortran/info-types.exp: Add module.
1945 * gdb.fortran/info-types.f90: Update expected results.
1946
1f20c35e
AB
19472019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
1948
1949 * gdb.fortran/info-types.exp: New file.
1950 * gdb.fortran/info-types.f90: New file.
1951 * lib/fortran.exp (fortran_character1): New proc.
1952
4acfdd20
AB
19532019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
1954
1955 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
1956 functions'. Reindent as needed.
1957 * gdb.base/info-var-f1.c: New file.
1958 * gdb.base/info-var-f2.c: New file.
1959 * gdb.base/info-var.exp: New file.
1960 * gdb.base/info-var.h: New file.
1961
5c31b358
TV
19622019-08-26 Tom de Vries <tdevries@suse.de>
1963
1964 PR c++/24852
1965 * gdb.cp/no-libstdcxx-probe.exp: New test.
1966
b694989f
TV
19672019-08-26 Tom de Vries <tdevries@suse.de>
1968
1969 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
1970 * tests need to be skipped.
1971 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
1972 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
1973 mi_skip_libstdcxx_probe_tests.
1974
d9c4ba53
SDJ
19752019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
1976
1977 * gdb.python/py-xmethods.exp: Use raw strings when passing
1978 arguments to SimpleXMethodMatcher.
1979
395fad09
TV
19802019-08-22 Tom de Vries <tdevries@suse.de>
1981
1982 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
1983 more informative.
1984
26c957f1
PA
19852019-08-21 Pedro Alves <palves@redhat.com>
1986
1987 * gdb.base/with.exp: Test "with" with no arguments.
1988
61f80d5d
TV
19892019-08-21 Tom de Vries <tdevries@suse.de>
1990
1991 * gdb.base/gdb-caching-proc.exp: Sort files.
1992
d7a11d13
TV
19932019-08-20 Tom de Vries <tdevries@suse.de>
1994
1995 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
1996 compilation.
1997
34dafe9f
TV
19982019-08-16 Tom de Vries <tdevries@suse.de>
1999
2000 * gdb.base/compare-sections.exp ("after run to main"): Allow
2001 mismatched read-only sections for PIE executables.
2002
398fdd60
TT
20032019-08-16 Tom Tromey <tom@tromey.com>
2004
2005 * lib/tuiterm.exp (_csi_Z): New proc.
2006 * gdb.tui/basic.exp: Update window positions.
2007 * gdb.tui/empty.exp: Update window positions.
2008
d8f9e51c
SL
20092019-08-15 Sandra Loosemore <sandra@codesourcery.com>
2010
2011 * gdb.base/examine-backward.exp: Correct regexp for
2012 "examine 3 bytes backward from ${address_zero}".
2013
3df505f6
TT
20142019-08-15 Tom Tromey <tom@tromey.com>
2015
2016 * gdb.tui/empty.exp: Enable resizing tests.
2017
272560b5
TT
20182019-08-15 Tom Tromey <tromey@adacore.com>
2019
2020 * gdb.ada/char_enum.exp: Add regression tests.
2021 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
2022 and '0'.
2023 (Char, Gchar): Update.
2024 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
2025
08235187
CB
20262019-08-15 Christian Biesinger <cbiesinger@google.com>
2027
2028 * gdb.python/python.exp: Expect a leading underscore on
2029 GdbOutput{,Error}File.
2030
22a2ab04
SL
20312019-08-15 Sandra Loosemore <sandra@codesourcery.com>
2032
2033 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
2034 Windows host.
2035
835b995b
SL
20362019-08-15 Sandra Loosemore <sandra@codesourcery.com>
2037
2038 * gdb.base/batch-preserve-term-settings.exp
2039 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
2040
97dd8e07
CB
20412019-08-15 Christian Biesinger <cbiesinger@google.com>
2042
2043 * lib/gdb.exp: When running on a mingw target, replace
2044 /x/ with x:/.
2045
75faf5c4
AH
20462019-08-14 Alan Hayward <alan.hayward@arm.com>
2047
2048 * gdb.arch/aarch64-prologue.c: New test.
2049 * gdb.arch/aarch64-prologue.exp: New file.
2050
abc6c00f
TV
20512019-08-13 Tom de Vries <tdevries@suse.de>
2052
2053 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
2054 Thread.
2055
74c2c1f4
SL
20562019-08-13 Sandra Loosemore <sandra@codesourcery.com>
2057
2058 * gdb.python/py-completion.exp: Download the .py file to the host
2059 and use its host pathname. Conditionalize tests that use
2060 tab completion and manipulate files on the build machine.
2061 * gdb.python/py-events.exp: Download the .py file to the host
2062 and use its host pathname.
2063 * gdb.python/py-evsignal.exp: Likewise.
2064 * gdb.python/py-evthreads.exp: Likewise.
2065 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
2066 pathname syntax.
2067 * gdb.python/py-framefilter.exp: Download the .py file to the right
2068 place on the host. Match Windows pathname syntax.
2069 * gdb.python/py-mi-var-info-path-expression.exp: Download the
2070 .py file to the host and use its host pathname.
2071 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
2072 * gdb.python/py-objfile.exp: Expect a host pathname, not a
2073 build pathname. Skip symlink test on Windows host. Add missing
2074 newline at end of file.
2075 * gdb.python/py-pp-maint.exp: Download the .py file to the host
2076 and use its host pathname.
2077 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
2078 * gdb.python/py-section-script.exp: Use host location of binfile
2079 on safe-path. Use correct path separator on Windows host.
2080 Reorder alternatives in gdb_test_multiple to prevent matching
2081 the wrong alternative on success.
2082 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
2083
ca2589f3
PP
20842019-08-12 Patrick Palka <patrick@parcs.ath.cx>
2085
2086 * gdb.gdb/selftest.exp (test_with_self): Update test to now
2087 expect the GDB inferior to no longer immediately stop after
2088 being resumed with "signal SIGINT".
2089
020a839d
SL
20902019-08-09 Sandra Loosemore <sandra@codesourcery.com>
2091
2092 * gdb.linespec/break-ask.exp: Generalize regexps to match
2093 Windows pathnames too.
2094
128d6509
TV
20952019-08-08 Tom de Vries <tdevries@suse.de>
2096
2097 PR testsuite/24862
2098 * lib/tuiterm.exp (_accept): Fix CSI regexp.
2099
590042fc
PW
21002019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2101
2102 * gdb.base/style.exp: Update tests for help doc new invariants.
2103 * gdb.base/help.exp: Likewise.
2104
046bebe1
TT
21052019-08-06 Tom Tromey <tom@tromey.com>
2106
2107 * gdb.base/style.exp: Add disassemble test.
2108 * gdb.base/style.c (some_called_function): New function.
2109 (main): Use it.
2110
0b27c27d
CB
21112019-08-05 Christian Biesinger <cbiesinger@google.com>
2112
2113 * gdb.python/py-block.exp: Test dictionary access on blocks.
2114
580f1034
SM
21152019-08-05 Simon Marchi <simon.marchi@efficios.com>
2116
2117 PR gdb/24863
2118 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
2119 -list-thread-groups --available test when running under
2120 check-read1.
2121
d86bd7cb
TV
21222019-08-05 Tom de Vries <tdevries@suse.de>
2123
2124 PR testsuite/24863
2125 * lib/gdb.exp (with_read1_timeout_factor): New proc.
2126 * gdb.base/help.exp: Use with_read1_timeout_factor.
2127 * gdb.base/info-macros.exp: Same.
2128 * gdb.cp/nested-types.exp: Same.
2129
a80cf5d8
TV
21302019-08-05 Tom de Vries <tdevries@suse.de>
2131
2132 * lib/gdb.exp (version_at_least): Factor out of ...
2133 (tcl_version_at_least): ... here.
2134 (gdb_compile): Fail if pie results in non-PIE executable.
2135 (readelf_version, readelf_prints_pie): New proc.
2136 (exec_is_pie): Return -1 if unknown.
2137
d0962838
TV
21382019-08-05 Tom de Vries <tdevries@suse.de>
2139
2140 * lib/gdb.exp (tcl_version_at_least): Fix typo.
2141
2252ff3d
SL
21422019-08-04 Sandra Loosemore <sandra@codesourcery.com>
2143
2144 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
2145
26655f53
SL
21462019-08-04 Sandra Loosemore <sandra@codesourcery.com>
2147
2148 * lib/completion-support.exp (test_gdb_complete_none): Skip
2149 tab completion tests if no readline support.
2150 (test_gdb_complete_unique_re): Likewise.
2151 (test_gdb_complete_multiple): Likewise.
2152
db4dc13e
PW
21532019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2154
2155 * gdb.base/info_sources.exp: New file.
2156 * gdb.base/info_sources.c: New file.
2157 * gdb.base/info_sources_base.c: New file.
2158
0eba165a
PFC
21592019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2160
2161 * gdb.base/batch-exit-status.exp: Call test_exit_status with
2162 prefix argument.
2163 (test_exit_status): Add prefix argument.
2164
59bd512b
TV
21652019-08-01 Tom de Vries <tdevries@suse.de>
2166
2167 PR testsuite/24863
2168 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
2169 calling exp_continue for new thread and thread exited messages.
2170
2a3ad588
TV
21712019-08-01 Tom de Vries <tdevries@suse.de>
2172
2173 PR testsuite/24863
2174 * gdb.base/structs.exp: Fix check-read1 timeout using
2175 gdb_test_sequence.
2176 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
2177
117eb594
TV
21782019-08-01 Tom de Vries <tdevries@suse.de>
2179
2180 PR testsuite/24863
2181 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
2182 line.
2183
ed591340
TV
21842019-08-01 Tom de Vries <tdevries@suse.de>
2185
2186 PR testsuite/24863
2187 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
2188
aa3b6533
TT
21892019-07-30 Tom Tromey <tromey@adacore.com>
2190
2191 * gdb.ada/display_nested.exp: New file.
2192 * gdb.ada/display_nested/foo.adb: New file.
2193 * gdb.ada/display_nested/pack.adb: New file.
2194 * gdb.ada/display_nested/pack.ads: New file.
2195
2906593f
CB
21962019-07-30 Christian Biesinger <cbiesinger@google.com>
2197
2198 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
2199 namespace.
2200 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
2201
0f575925
TV
22022019-07-30 Tom de Vries <tdevries@suse.de>
2203
2204 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
2205 instead.
2206
b13057d9
TV
22072019-07-30 Tom de Vries <tdevries@suse.de>
2208
2209 PR testsuite/24834
2210 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
2211 (exec_is_pie): New proc.
2212
5c4dde85
CB
22132019-07-29 Christian Biesinger <cbiesinger@google.com>
2214
2215 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
2216
c620ed88
CB
22172019-07-29 Christian Biesinger <cbiesinger@google.com>
2218
2219 * gdb.python/py-objfile.c: Add global and static vars.
2220 * gdb.python/py-objfile.exp: Test new functions Objfile.
2221 lookup_global_symbol and lookup_static_symbol.
2222
3d235706
TT
22232019-07-29 Tom Tromey <tom@tromey.com>
2224
2225 * lib/tuiterm.exp (Term::_csi_@): New proc.
2226 (Term::_csi_X): Don't move cursor.
2227
c7e4c0a6
PW
22282019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2229
2230 * gdb.base/options.exp: Update backtrace - completion to
2231 new option -frame-info.
2232 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
2233 Test new 'set print frame-info'. Test backtrace -frame-info
2234 overriding 'set print frame-info'.
2235 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
2236 Test new 'set print frame-info'.
2237 Verify consistency of backtrace with and without filters, with and
2238 without -no-filters.
2239 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
2240 default.
2241
de28a3b7
TV
22422019-07-29 Tom de Vries <tdevries@suse.de>
2243
2244 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
2245 no arguments".
2246
507dd60e
TV
22472019-07-29 Tom de Vries <tdevries@suse.de>
2248
2249 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
2250 is a substring of the first for "complete non-unique file name".
2251
5beafce9
TV
22522019-07-29 Tom de Vries <tdevries@suse.de>
2253
2254 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
2255 with ".*".
2256
2d274232
TV
22572019-07-29 Tom de Vries <tdevries@suse.de>
2258
2259 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
2260 Pass prompt_regexp parameter to gdb_test_multiple calls.
2261
9197cd8b
TV
22622019-07-29 Tom de Vries <tdevries@suse.de>
2263
2264 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
2265 print registers" regexps.
2266
b528dae0
TV
22672019-07-29 Tom de Vries <tdevries@suse.de>
2268
2269 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
2270
d17725d7
TV
22712019-07-29 Tom de Vries <tdevries@suse.de>
2272
2273 PR gdb/24855
2274 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
2275 (skip_python_tests_prompt): Add prompt_regexp argument to
2276 gdb_test_multiple calls.
2277
52b75bf1
TT
22782019-07-27 Tom Tromey <tom@tromey.com>
2279
2280 * gdb.tui/main.exp: New file.
2281
2b1d00c2
TT
22822019-07-27 Tom Tromey <tom@tromey.com>
2283
2284 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
2285 optional.
2286 * gdb.tui/empty.exp: New file.
2287
ded631d5
TT
22882019-07-27 Tom Tromey <tom@tromey.com>
2289
2290 * lib/tuiterm.exp (spawn): New proc.
2291 (Term::resize): New proc.
2292 * gdb.tui/resize.exp: New file.
2293
58ac439d
TT
22942019-07-27 Tom Tromey <tom@tromey.com>
2295
2296 * gdb.tui/list.exp: New file.
2297
fe1f56ee
TT
22982019-07-27 Tom Tromey <tom@tromey.com>
2299
2300 * gdb.tui/regs.exp: New file.
2301
f790b310
TT
23022019-07-27 Tom Tromey <tom@tromey.com>
2303
2304 * gdb.tui/basic.exp: Add "layout split" test.
2305
d95fc6ee
TT
23062019-07-27 Tom Tromey <tom@tromey.com>
2307
2308 * gdb.tui/basic.exp: Add "layout asm" test.
2309
c3786b3a
TT
23102019-07-27 Tom Tromey <tom@tromey.com>
2311
2312 * lib/tuiterm.exp: New file.
2313 * gdb.tui/basic.exp: New file.
2314
98a617f8
KB
23152019-07-27 Kevin Buettner <kevinb@redhat.com>
2316
2317 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
2318 Enable tests associated with this flag. Adjust regex
2319 referencing "foo_low" to now refer to "foo_cold" instead.
2320
5c076da4
KB
23212019-07-27 Kevin Buettner <kevinb@redhat.com>
2322
2323 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
2324 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
2325 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
2326 foo_cold. Revise comments to match.
2327 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
2328 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
2329 were wrapped into this proc; Call do_test in loop from outermost
2330 level.
2331 (foo_low): Rename all occurrences to "foo_cold".
2332 (backtrace from baz): New test.
2333 (x2/i foo_cold): New test.
2334 (info line *foo_cold): New test.
2335
1512d3b7
TV
23362019-07-26 Tom de Vries <tdevries@suse.de>
2337
2338 * gdb.arch/i386-pkru.exp: Fix unterminated string.
2339
297989a1
TV
23402019-07-25 Tom de Vries <tdevries@suse.de>
2341
2342 PR testsuite/24830
2343 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
2344 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
2345 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
2346 (skip_libstdcxx_probe_tests): ... here.
2347 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
2348
b3b965fb
TV
23492019-07-24 Tom de Vries <tdevries@suse.de>
2350
2351 PR testsuite/24807
2352 * gdb.objc/basicclass.m: Include stdio.h.
2353 * gdb.objc/nondebug.m: Same.
2354 * gdb.objc/objcdecode.m: Same.
2355
4625b4d0
TV
23562019-07-24 Tom de Vries <tdevries@suse.de>
2357
2358 PR testsuite/24612
2359 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
2360 additional_flags.
2361
024a5840
TV
23622019-07-24 Tom de Vries <tdevries@suse.de>
2363
2364 PR testsuite/24831
2365 * gdb.multi/tids.exp: Update error messages for info threads.
2366
c76ddaa3
TV
23672019-07-24 Tom de Vries <tdevries@suse.de>
2368
2369 * gdb.base/info-types.exp: Allow info types to print info for more than
2370 one file.
2371
9a618ef6
TV
23722019-07-23 Tom de Vries <tdevries@suse.de>
2373
2374 PR testsuite/24842
2375 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
2376 gdb_spawn_with_cmdline_opts.
2377
40eadf04
SP
23782019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
2379
2380 * gdb.arch/arm-cmse-sgstubs.c: New test.
2381 * gdb.arch/arm-cmse-sgstubs.exp: New file.
2382
5ba29434
TV
23832019-07-23 Tom de Vries <tdevries@suse.de>
2384
2385 PR testsuite/24711
2386 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
2387 issuing next command.
2388
a8e9d247
AB
23892019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
2390
2391 * gdb.ada/info_auto_lang.exp: Update expected results.
2392 * gdb.base/info-types.c: Add additional types to check.
2393 * gdb.base/info-types.exp: Update expected results.
2394
eb86c5e2
AB
23952019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
2396
2397 * gdb.base/info-types.c: New file.
2398 * gdb.base/info-types.exp: New file.
2399
01e175fe
AB
24002019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
2401
2402 * gdb.arch/riscv-bp-infcall.c: New file.
2403 * gdb.arch/riscv-bp-infcall.exp: New file.
2404
6b78c3f8
AB
24052019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
2406
2407 PR breakpoints/24541
2408 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
2409
da738167
TV
24102019-07-14 Tom de Vries <tdevries@suse.de>
2411
2412 PR testsuite/24760
2413 * gdb.objc/basicclass.exp: Fix unterminated string.
2414
0d4e84ed
AB
24152019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
2416 Andrew Burgess <andrew.burgess@embecosm.com>
2417
2418 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
2419 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
2420 negative bounds.
2421 * gdb.fortran/vla-value.exp: Print elements of an array with
2422 negative bounds.
2423 * gdb.fortran/vla.f90: Setup an array with negative bounds for
2424 testing.
2425
021d8588
AB
24262019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
2427
2428 * gdb.base/options.exp (expect_string): Dequote strings in
2429 results.
2430 (test-string): Test strings with different quoting and reindent.
2431
f06f1252
TT
24322019-07-10 Tom Tromey <tromey@adacore.com>
2433
2434 * gdb.ada/mi_ex_cond.exp: Update expected results.
2435 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
2436 * gdb.ada/mi_catch_ex.exp: Update expected results.
2437 * gdb.ada/mi_catch_assert.exp: Update expected results.
2438 * gdb.ada/catch_ex.exp (catch_exception_info)
2439 (catch_exception_entry, catch_assert_entry)
2440 (catch_unhandled_entry): Update.
2441 * gdb.ada/catch_assert_if.exp: Update expected results.
2442
b863685d
RB
24432019-07-10 Richard Bunt <richard.bunt@arm.com>
2444 Stephen Roberts <stephen.roberts@arm.com>
2445
2446 * gdb.base/define.exp: Restore original prompt.
2447
cb1e4e32
PA
24482019-07-09 Pedro Alves <palves@redhat.com>
2449
2450 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
2451 breakpoints" output.
2452 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
2453 * gdb.python/py-breakpoint.exp: No longer expect that "catch
2454 throw" creates breakpoint.
2455 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
2456 'type="catchpoint"'.
2457
b58a68fe
PA
24582019-07-09 Pedro Alves <palves@redhat.com>
2459
2460 PR c++/15468
2461 * gdb.cp/except-multi-location-lib.cc: New.
2462 * gdb.cp/except-multi-location-main.cc: New.
2463 * gdb.cp/except-multi-location.exp: New.
2464
0826779b
PW
24652019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
2466
2467 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
2468 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
2469 argument and update callers.
2470
5b0e2db4
AB
24712019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2472
2473 * gdb.arch/amd64-break-on-asm-line.S: New file.
2474 * gdb.arch/amd64-break-on-asm-line.exp: New file.
2475
1f6f6e21
PW
24762019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2477
2478 * gdb.base/printcmds.exp: Test printing C string and
2479 C wide string convenience vars without transiting via the inferior.
2480 Also make test names unique.
2481
ea142fbf
AH
24822019-07-08 Alan Hayward <alan.hayward@arm.com>
2483
5862c886 2484 PR breakpoints/25011
ea142fbf
AH
2485 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
2486
213fd9fa
PA
24872019-07-04 Pedro Alves <palves@redhat.com>
2488
2489 * lib/gdb.exp (foreach_with_prefix): Don't return early if
2490 body returned ok(0), break(3) or continue(4).
2491 * gdb.testsuite/foreach_with_prefix.exp: New file.
2492
2b40fda7
AH
24932019-07-04 Alan Hayward <alan.hayward@arm.com>
2494
2495 * gdb.server/unittest.exp: Allow 0 unit tests to run.
2496
a26c8de0
PA
24972019-07-03 Pedro Alves <palves@redhat.com>
2498
2499 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
2500 "return -code".
2501
5f4ba3e7
PA
25022019-07-03 Pedro Alves <palves@redhat.com>
2503
2504 PR cli/24732
2505 * gdb.base/shell.exp: Load completion-support.exp.
2506 Adjust expected error output. Add completion tests.
2507
a994424f
PA
25082019-07-03 Pedro Alves <palves@redhat.com>
2509
2510 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
2511 string_to_regexp.
2512
3d9be6f5
PA
25132019-07-03 Pedro Alves <palves@redhat.com>
2514
2515 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
2516 (expect_integer): Adjust to expect "-string".
2517 (expect_string): New.
2518 (all_options): Expect "-string".
2519 (test-flag, test-boolean): Adjust to expect "-string".
2520 (test-string): New proc.
2521 (top level): Call it.
2522
41fc454c
PA
25232019-07-03 Pedro Alves <palves@redhat.com>
2524
2525 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
2526 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
2527 the expected output in the success.
2528
b2b2a215
PA
25292019-07-03 Pedro Alves <palves@redhat.com>
2530
2531 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
2532 Split one gdb_test_multiple call in two to avoid a race.
2533
fdbc9870
PA
25342019-07-03 Pedro Alves <palves@redhat.com>
2535
2536 * gdb.base/with.c: New file.
2537 * gdb.base/with.exp: New file.
2538
c6ac8931
PA
25392019-07-03 Pedro Alves <palves@redhat.com>
2540
2541 * gdb.base/settings.exp: Replace all references to "maint
2542 test-settings set" with references to "maint set test-settings",
2543 and all references to "maint test-settings show" with references
2544 to "maint show test-settings".
2545
970f9d09
PA
25462019-07-03 Pedro Alves <palves@redhat.com>
2547
2548 * gdb.base/settings.exp (test-string): Adjust expected out when
2549 testing "maint test-settings show filename"
2550
54d66006
PA
25512019-07-02 Pedro Alves <palves@redhat.com>
2552
2553 * gdb.base/options.exp (test-info-threads): New procedure.
2554 (top level): Call it.
2555
10d06d82
TT
25562019-06-28 Tom Tromey <tromey@adacore.com>
2557
2558 * gdb.dwarf2/ada-linkage-name.c: New file.
2559 * gdb.dwarf2/ada-linkage-name.exp: New file.
2560
3d507ff2
TT
25612019-06-27 Tom Tromey <tromey@adacore.com>
2562
d039f014 2563 PR c++/20020:
3d507ff2
TT
2564 * gdb.cp/constexpr-field.exp: Use setup_xfail.
2565
8af58ffe
TV
25662019-06-26 Tom de Vries <tdevries@suse.de>
2567
2568 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
2569
22e21752
TV
25702019-06-26 Tom de Vries <tdevries@suse.de>
2571
2572 * gdb.base/index-cache.exp: Add back missing debug option.
2573
b65b566c
PW
25742019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2575
2576 * gdb.base/alias.exp: Test non matching/non existing prefixes.
2577
5c2c8c69
TV
25782019-06-25 Tom de Vries <tdevries@suse.de>
2579
2580 PR testsuite/24727
2581 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
2582
164e3873
TV
25832019-06-24 Tom de Vries <tdevries@suse.de>
2584
2585 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
2586
824eacee
TV
25872019-06-24 Tom de Vries <tdevries@suse.de>
2588
2589 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
2590 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
2591 * gdb.trace/unavailable-dwarf-piece.exp: Same.
2592
385b97d3
TV
25932019-06-24 Tom de Vries <tdevries@suse.de>
2594
2595 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
2596
c596f180
TV
25972019-06-21 Tom de Vries <tdevries@suse.de>
2598
2599 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
2600
b13a7d03
TV
26012019-06-21 Tom de Vries <tdevries@suse.de>
2602
2603 PR testsuite/24518
2604 PR ada/24713
2605 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
2606 index.
2607
899277ae
TT
26082019-06-19 Tom Tromey <tromey@adacore.com>
2609
2610 * gdb.ada/length_cond.exp: Add intro comment.
2611
680e1bee
TT
26122019-06-19 Tom Tromey <tromey@adacore.com>
2613
2614 * gdb.ada/length_cond.exp: New file.
2615 * gdb.ada/length_cond/length_cond.adb: New file.
2616 * gdb.ada/length_cond/pck.adb: New file.
2617 * gdb.ada/length_cond/pck.ads: New file.
2618
0ed4690a
TV
26192019-06-18 Tom de Vries <tdevries@suse.de>
2620
2621 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
2622
d20ed5fd
TT
26232019-06-18 Tom Tromey <tromey@adacore.com>
2624
2625 * gdb.base/list0.h: Add comment explaining control character.
2626
86e04673
TV
26272019-06-18 Tom de Vries <tdevries@suse.de>
2628
2629 * boards/fission.exp: Break up long debug_flags line.
2630
c4973306
SM
26312019-06-16 Tom de Vries <tdevries@suse.de>
2632
2633 PR gdb/24445
2634 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
2635 generated index.
2636
93cb9841
AB
26372019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
2638
2639 PR gdb/24686
2640 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
2641 improve detection of bug gdb/24541.
2642
399aaebd
SM
26432019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
2644
2645 PR gdb/24669
2646 * gdb.base/index-cache.exp (uses_readnow,
2647 expecting_index_cache_use): Define global variable.
2648 (test_cache_enabled_miss, test_cache_enabled_hit): Use
2649 expecting_index_cache_use.
2650
584a927c
AB
26512019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
2652 Andrew Burgess <andrew.burgess@embecosm.com>
2653
2654 * gdb.fortran/pointers.f90: New file.
2655 * gdb.fortran/print_type.exp: New file.
2656 * gdb.fortran/vla-ptype.exp: Adapt expected results.
2657 * gdb.fortran/vla-type.exp: Likewise.
2658 * gdb.fortran/vla-value.exp: Likewise.
2659 * gdb.mi/mi-vla-fortran.exp: Likewise.
2660
30056ea0
AB
26612019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2662
2663 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
2664 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
2665 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
2666 as a stop reason.
2667
ec8e2b6d
AB
26682019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2669
2670 * gdb.base/annota1.exp: Update expected results.
2671 * gdb.cp/annota2.exp: Likewise.
2672 * gdb.cp/annota3.exp: Likewise.
2673
09e4c4e1
AB
26742019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2675
2676 * gdb.base/style-logging.exp: Remove path from test name.
2677
0735b091
TT
26782019-06-14 Tom Tromey <tromey@adacore.com>
2679
2680 PR gdb/24502:
2681 * gdb.base/style-logging.exp: New file.
2682
f5686554
TT
26832019-06-14 Tom Tromey <tromey@adacore.com>
2684
2685 * gdb.base/symfile-warn.exp: New file.
2686 * gdb.base/symfile-warn.c: New file.
2687
a0c1ffed
TT
26882019-06-14 Tom Tromey <tromey@adacore.com>
2689
2690 * gdb.base/annotate-symlink.exp: New file.
2691
f411722c
TT
26922019-06-14 Tom Tromey <tromey@adacore.com>
2693
2694 * gdb.ada/set_wstr.exp: Add reassignment test.
2695
4268ec18
TT
26962019-06-14 Tom Tromey <tromey@adacore.com>
2697
2698 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
2699 'unchecked_access and 'unrestricted_access as well.
2700
9a9e394b
TT
27012019-06-14 Tom Tromey <tromey@adacore.com>
2702
2703 PR ada/24539:
2704 * gdb.ada/vla.exp: Update tests.
2705 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
2706 pragma.
2707
4c048731
PA
27082019-06-13 Pedro Alves <palves@redhat.com>
2709
2710 * gdb.base/settings.exp (test-integer): Test junk after
2711 "unlimited".
2712
6665660a
PA
27132019-06-13 Pedro Alves <palves@redhat.com>
2714
2715 * gdb.base/options.exp (test-thread-apply): New.
2716 (top level): Call it.
2717
5d707134
PA
27182019-06-13 Pedro Alves <palves@redhat.com>
2719
2720 * gdb.base/options.exp (test-frame-apply): New.
2721 (top level): Test print commands with different "frame apply"
2722 prefixes.
2723
e2a689da
PA
27242019-06-13 Pedro Alves <palves@redhat.com>
2725
e79be6e5 2726 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
e2a689da
PA
2727 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
2728 'max_completions' parameter and handle it.
2729 (test_gdb_completion_offers_commands): New.
2730
90a1ef87
PA
27312019-06-13 Pedro Alves <palves@redhat.com>
2732
2733 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
2734
d4c16835
PA
27352019-06-13 Pedro Alves <palves@redhat.com>
2736
2737 * gdb.base/options.exp (test-backtrace): New.
2738 (top level): Call it.
2739
2daf894e
PA
27402019-06-13 Pedro Alves <palves@redhat.com>
2741
2742 * gdb.guile/scm-frame-args.exp: Use "set print
2743 raw-frame-arguments" instead of "set print raw frame-arguments".
2744 * gdb.python/py-frame-args.exp: Likewise.
2745
e6ed716c
PA
27462019-06-13 Pedro Alves <palves@redhat.com>
2747
2748 * gdb.compile/compile.exp: Adjust expected output to option
2749 processing changes.
2750
7d8062de
PA
27512019-06-13 Pedro Alves <palves@redhat.com>
2752
2753 * gdb.base/options.exp: Build executable.
2754 (test-print): New procedure.
2755 (top level): Call it, once for "print" and another for "compile
2756 print".
2757
9d0faba9
PA
27582019-06-13 Pedro Alves <palves@redhat.com>
2759
2760 * gdb.base/options.c: New file.
2761 * gdb.base/options.exp: New file.
2762
dee7b4c8
PA
27632019-06-13 Pedro Alves <palves@redhat.com>
2764
2765 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
2766 that "o" is ambiguous.
2767
dca0f6c0
PA
27682019-06-13 Pedro Alves <palves@redhat.com>
2769
2770 * gdb.base/settings.c: New file.
2771 * gdb.base/settings.exp: New file.
2772
ccf46844
PA
27732019-06-13 Pedro Alves <palves@redhat.com>
2774
2775 * gdb.base/completion.exp: Fix comment typo.
2776
b9a3f842
PA
27772019-06-13 Pedro Alves <palves@redhat.com>
2778
2779 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
2780 foo --1" test.
2781
d106773e
PA
27822019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
2783
2784 * gdb.fortran/block-data.f: New.
2785 * gdb.fortran/block-data.exp: New.
2786
fea82da0
TV
27872019-06-11 Tom de Vries <tdevries@suse.de>
2788
2789 PR testsuite/24521
2790 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
2791 message.
2792
8c2e74f1
TV
27932019-06-11 Tom de Vries <tdevries@suse.de>
2794
2795 PR testsuite/24521
2796 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
2797
b49851c8
TV
27982019-06-11 Tom de Vries <tdevries@suse.de>
2799
2800 * boards/readnow.exp: New file.
2801
a7067863
AB
28022019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
2803
2804 * gdb.fortran/vla-sizeof.exp: Update expected results.
2805
1a3da2cd
AB
28062019-06-06 Amos Bird <amosbird@gmail.com>
2807
2808 * gdb.base/annota1.exp (thread_switch): Add test for
2809 thread-exited annotation.
2810
3847a7bf
TT
28112019-06-06 Tom Tromey <tromey@adacore.com>
2812
2813 * gdb.base/maint.exp: Expect command started/finished output.
2814
0088ba59
AB
28152019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
2816
2817 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
2818 comment.
2819 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
2820
312617a3
AB
28212019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
2822
2823 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
2824 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
2825 * gdb.arch/riscv-unwind-long-insn.c: New file.
2826 * gdb.arch/riscv-unwind-long-insn.exp: New file.
2827
e1f2e1a2
CB
28282019-06-04 Christian Biesinger <cbiesinger@google.com>
2829
d3238f7d 2830 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 2831
206584bd
PW
28322019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2833
2834 * lib/gdb.exp (help_list_trailer): New regexp variable
2835 factorizing the help trailer message.
2836 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
2837 arg to allow to better factorize various tests.
2838 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
2839 (test_prefix_command_help): Use help_list_trailer.
2840 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
2841 * gdb.guile/scm-cmd.exp: Likewise.
2842 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
2843 * gdb.base/help.exp: Use test_user_defined_class_help.
2844 * gdb.base/style.exp: Add tests for styling of help and apropos.
2845 * lib/gdb-utils.exp (style): Add title and highlight styles.
2846
708dc93e
PW
28472019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2848
2849 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
2850 $_shell_exitsignal.
2851 * gdb.base/default.exp: Update for new convenience variables.
2852
f49055a5
TT
28532019-05-29 Tom Tromey <tromey@adacore.com>
2854
2855 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
2856 to "break complete ada" test case's regexp.
2857
4330d61d
TT
28582019-05-29 Tom Tromey <tromey@adacore.com>
2859
2860 PR c++/20020:
2861 * gdb.cp/constexpr-field.exp: New file.
2862 * gdb.cp/constexpr-field.cc: New file.
2863
000439d5
TT
28642019-05-29 Tom Tromey <tromey@adacore.com>
2865
2866 * gdb.base/finish.exp (finish_no_print): New proc.
2867 (finish_tests): Call it.
2868
5a01c34c
TV
28692019-05-24 Tom de Vries <tdevries@suse.de>
2870
2871 * gdb.dwarf2/gdb-add-index.exp: New file.
2872
18125b16
TT
28732019-05-22 Tom Tromey <tromey@adacore.com>
2874
2875 * gdb.base/info-shared.exp (check_info_shared): Use "style".
2876 * gdb.base/style.exp: Use "style".
2877 * lib/gdb-utils.exp (style): New proc.
2878
af1a8d03
TV
28792019-05-22 Tom de Vries <tdevries@suse.de>
2880
2881 * gdb.base/align.exp: Require c++11.
2882
e7fe496b
TV
28832019-05-22 Tom de Vries <tdevries@suse.de>
2884
2885 PR testsuite/24586
2886 * gdb.python/py-mi-var-info-path-expression.exp: Call
2887 mi_skip_python_tests to check if python is supported.
2888
8fca4da0
AH
28892019-05-22 Alan Hayward <alan.hayward@arm.com>
2890
2891 * gdb.arch/aarch64-pauth.c: New test.
2892 * gdb.arch/aarch64-pauth.exp: New file.
2893
b7060614
AH
28942019-05-22 Alan Hayward <alan.hayward@arm.com>
2895
2896 * README (Re-running Tests Outside The Testsuite): New section.
2897
669d0468
TV
28982019-05-21 Tom de Vries <tdevries@suse.de>
2899
2900 * gdb.arch/amd64-eval.exp: Require c++11.
2901 * gdb.base/max-depth.exp: Same.
2902 * gdb.compile/compile-cplus-array-decay.exp: Same.
2903 * gdb.cp/meth-typedefs.exp: Same.
2904 * gdb.cp/subtypes.exp: Same.
2905 * gdb.cp/temargs.exp: Same.
2906
ce3ebcaa
AH
29072019-05-21 Alan Hayward <alan.hayward@arm.com>
2908
2909 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
2910
34d11c68
AB
29112019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
2912
2913 PR gdb/18644
2914 * gdb.fortran/complex.exp: Remove setup_kfail calls.
2915 * gdb.fortran/printing-types.exp: Add new test.
2916 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
2917 testing.
2918 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
2919 setup_kfail call.
2920
87781e84
AH
29212019-05-17 Alan Hayward <alan.hayward@arm.com>
2922
2923 * README (Running the Testsuite): Change example.
2924 (Testsuite Parameters): Remove TRANSCRIPT.
2925 * lib/gdb.exp: Remove TRANSCRIPT check.
2926
b420b89e
AH
29272019-05-17 Alan Hayward <alan.hayward@arm.com>
2928
2929 * README (Testsuite Parameters): Add replay logging to
2930 GDBSERVER_DEBUG.
2931 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
2932 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
2933 as a comma separated list.
2934 (gdb_debug_init): Override procedure.
2935
408e9b8b
AH
29362019-05-17 Alan Hayward <alan.hayward@arm.com>
2937
2938 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
2939 (gdb_write_cmd_file): New procedure.
2940 * lib/gdbserver-support.exp (gdbserver_start): Call
2941 gdbserver_write_cmd_file.
2942 (gdbserver_write_cmd_file): New procedure.
2943
f9e2e39d
AH
29442019-05-17 Alan Hayward <alan.hayward@arm.com>
2945
2946 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
2947 (delete_breakpoints): Likewise.
2948 (gdb_run_cmd): Likewise.
2949 (gdb_start_cmd): Likewise.
2950 (gdb_starti_cmd): Likewise.
2951 (gdb_internal_error_resync): Likewise.
2952 (gdb_test_multiple): Likewise.
2953 (gdb_reinitialize_dir): Likewise.
2954 (default_gdb_exit): Likewise.
2955 (gdb_file_cmd): Mark kill as optional.
2956 (default_gdb_start): Call gdb_stdin_log_init.
2957 (send_gdb): Call gdb_stdin_log_write.
2958 (rerun_to_main): Mark Y as an answer.
2959 (gdb_stdin_log_init): New function.
2960 (gdb_stdin_log_write): Likewise.
2961
81f47ac2
AH
29622019-05-17 Alan Hayward <alan.hayward@arm.com>
2963
2964 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
2965 * gdb.base/debug-expr.exp: Likewise.
2966 * gdb.base/foll-fork.exp: Likewise.
2967 * gdb.base/foll-vfork.exp: Likewise.
2968 * gdb.base/fork-print-inferior-events.exp: Likewise.
2969 * gdb.base/gdb-sigterm.exp: Likewise.
2970 * gdb.base/gdbinit-history.exp: Likewise.
2971 * gdb.base/osabi.exp: Likewise.
2972 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
2973 * gdb.base/ui-redirect.exp: Likewise.
2974 * gdb.gdb/unittest.exp: Likewise.
2975 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
2976 * gdb.mi/mi-watch.exp: Likewise.
2977 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2978 * gdb.mi/user-selected-context-sync.exp: Likewise.
2979 * gdb.python/python.exp: Disable debug test when debugging.
2980 * gdb.threads/check-libthread-db.exp: Disable when debugging.
2981 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
2982 Likewise.
2983 * gdb.threads/stepi-random-signal.exp: Likewise.
2984
29b52314
AH
29852019-05-17 Alan Hayward <alan.hayward@arm.com>
2986
2987 * Makefile.in: Pass through GDB_DEBUG.
2988 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
2989 (gdb,debug): Add board setting.
2990 * lib/gdb.exp (default_gdb_start): Start debugging.
2991 (gdb_debug_enabled): New procedure.
2992 (gdb_debug_init): Likewise.
29b52314
AH
2993
29942019-05-17 Alan Hayward <alan.hayward@arm.com>
e79be6e5 2995
29b52314
AH
2996 * Makefile.in: Pass through GDB_DEBUG.
2997 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
2998 (gdb,debug): Add board setting.
2999 * lib/gdb.exp (default_gdb_start): Start debugging.
3000 (gdb_debug_enabled): New procedure.
3001 (gdb_debug_init): Likewise.
29b52314 3002
ca1285d1
AH
30032019-05-17 Alan Hayward <alan.hayward@arm.com>
3004
3005 * gdb.base/ui-redirect.exp: Add debug redirect tests.
3006
f3a09c80
AH
30072019-05-17 Alan Hayward <alan.hayward@arm.com>
3008
3009 * gdb.base/ui-redirect.exp: Test redirection.
3010
26648588
JV
30112019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
3012
3013 * gdb.mi/mi-complete.exp: New file.
3014 * gdb.mi/mi-complete.cc: Likewise.
3015
14237686
AB
30162019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
3017
3018 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
3019 indexed and sliced arrays, and pointers to arrays.
3020
e7bd7fba
TT
30212019-05-14 Tom Tromey <tromey@adacore.com>
3022
3023 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
3024 styling test.
3025
2764128d
TV
30262019-05-14 Tom de Vries <tdevries@suse.de>
3027
3028 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
3029 selection entry encoding.
3030
71bed2db
TT
30312019-05-10 Tom Tromey <tromey@adacore.com>
3032
3033 * gdb.ada/info_exc.exp: Add "complete" test.
3034
63b667ad
TV
30352019-05-09 Tom de Vries <tdevries@suse.de>
3036
3037 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
3038 CU-relative.
3039
9cfd2b89
TV
30402019-05-09 Tom de Vries <tdevries@suse.de>
3041
3042 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
3043 CU-relative.
3044
2228ef77
XR
30452019-05-08 Joel Brobecker <brobecker@adacore.com>
3046
3047 * gdb.ada/frame_arg_lang.exp: New testcase.
3048 * gdb.ada/frame_arg_lang/bla.adb: New file.
3049 * gdb.ada/frame_arg_lang/pck.ads: New file.
3050 * gdb.ada/frame_arg_lang/pck.adb: New file.
3051 * gdb.ada/frame_arg_lang/foo.c: New file.
3052
80e55b13
TT
30532019-05-08 Tom Tromey <tromey@adacore.com>
3054
3055 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
3056
9d3421af
TT
30572019-05-08 Tom Tromey <tromey@adacore.com>
3058
3059 * gdb.base/ptype-offsets.exp: Update tests.
3060
844333e2
TT
30612019-05-08 Tom Tromey <tromey@adacore.com>
3062
3063 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
3064 cases.
3065 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
3066 "short".
3067
988915ee
TT
30682019-05-08 Tom Tromey <tromey@adacore.com>
3069
3070 * gdb.ada/vla.exp: New file.
3071 * gdb.ada/vla/vla.adb: New file.
3072
7bd55dac
TV
30732019-05-07 Tom de Vries <tdevries@suse.de>
3074
3075 * gdb.base/index-cache.exp (ls_host): Fix return statement.
3076
75f06e9d
TV
30772019-05-07 Tom de Vries <tdevries@suse.de>
3078
3079 PR testsuite/24522
3080 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
3081 section.
3082
77e7aaa4
TV
30832019-05-07 Tom de Vries <tdevries@suse.de>
3084
3085 PR testsuite/24522
3086 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
3087 .debug_aranges section.
3088
456ba0fa
TV
30892019-05-07 Tom de Vries <tdevries@suse.de>
3090
3091 PR testsuite/24159
3092 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
3093
5a56d6a6
TV
30942019-05-06 Tom de Vries <tdevries@suse.de>
3095
3096 * lib/gdb.exp (exec_has_index_section): New proc.
3097 * gdb.base/index-cache.exp: Handle case that binfile contains an index
3098 section.
3099
9d6d4be8
TV
31002019-05-04 Tom de Vries <tdevries@suse.de>
3101
3102 * boards/cc-with-debug-names.exp: New file.
3103
222a8d25
TT
31042019-05-03 Tom Tromey <tromey@adacore.com>
3105
3106 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
3107 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
3108 * gdb.ada/char_enum.exp: Add test.
3109
0fdfd794
TV
31102019-05-03 Tom de Vries <tdevries@suse.de>
3111
3112 * boards/cc-with-gdb-index.exp: New file.
3113
80062eb9
AB
31142019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
3115
3116 * gdb.rust/simple.exp: Add new test case.
3117 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
3118 (main): Initialise an instance of the new struct.
3119
4504bbde
TT
31202019-05-01 Tom Tromey <tromey@adacore.com>
3121
3122 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
3123 record.
3124 (NPR): New variable.
3125 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
3126 test.
3127
d48e62f4
TT
31282019-05-01 Tom Tromey <tromey@adacore.com>
3129
3130 * gdb.ada/packed_array_assign.exp: Add packed assignment
3131 regression test.
3132
f59f30f5
TV
31332019-05-01 Tom de Vries <tdevries@suse.de>
3134
3135 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
3136
b70bfc54
TV
31372019-05-01 Tom de Vries <tdevries@suse.de>
3138
3139 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
3140
15f18d14
AT
31412019-04-30 Ali Tamur <tamur@google.com>
3142
3143 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
3144
2ff0a947
TT
31452019-04-30 Tom Tromey <tromey@adacore.com>
3146
3147 * lib/ada.exp (find_ada_tool): New proc.
3148 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
3149 * gdb.ada/catch_ex_std.exp: New file.
3150 * gdb.ada/catch_ex_std/foo.adb: New file.
3151 * gdb.ada/catch_ex_std/some_package.adb: New file.
3152 * gdb.ada/catch_ex_std/some_package.ads: New file.
3153
a776957c
TT
31542019-04-30 Tom Tromey <tromey@adacore.com>
3155
3156 PR c++/24470:
3157 * gdb.cp/temargs.cc: Add test code from PR.
3158
bc68014d
AB
31592019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3160
3161 * gdb.fortran/vla-datatypes.exp: Update expected results.
3162 * gdb.fortran/vla-ptype.exp: Likewise.
3163 * gdb.fortran/vla-type.exp: Likewise.
3164 * gdb.fortran/vla-value.exp: Likewise.
3165
f1fdc960
AB
31662019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3167
3168 * gdb.fortran/ptr-indentation.exp: Update expected results.
3169 * gdb.fortran/ptype-on-functions.exp: Likewise.
3170 * gdb.fortran/vla-ptr-info.exp: Likewise.
3171 * gdb.fortran/vla-value.exp: Likewise.
3172
bf7a4de1
AB
31732019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3174
3175 * gdb.fortran/ptype-on-functions.exp: New file.
3176 * gdb.fortran/ptype-on-functions.f90: New file.
3177
bbe75b9d
AB
31782019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3179
3180 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
3181 case void string.
3182
1db455a7
AB
31832019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3184
3185 * gdb.fortran/complex.exp: Expand.
3186 * gdb.fortran/complex.f: Renamed to...
3187 * gdb.fortran/complex.f90: ...this, and extended to add more
3188 complex values.
3189
b6d03bb2
AB
31902019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3191
3192 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
3193 MODULO, CMPLX.
3194
2e62ab40
AB
31952019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
3196 Richard Bunt <richard.bunt@arm.com>
3197
3198 * gdb.base/max-depth.c: New file.
3199 * gdb.base/max-depth.exp: New file.
3200 * gdb.python/py-nested-maps.c: New file.
3201 * gdb.python/py-nested-maps.exp: New file.
3202 * gdb.python/py-nested-maps.py: New file.
3203 * gdb.python/py-format-string.exp (test_max_depth): New proc.
3204 (test_all_common): Call test_max_depth.
3205 * gdb.fortran/max-depth.exp: New file.
3206 * gdb.fortran/max-depth.f90: New file.
3207 * gdb.go/max-depth.exp: New file.
3208 * gdb.go/max-depth.go: New file.
3209 * gdb.modula2/max-depth.exp: New file.
3210 * gdb.modula2/max-depth.c: New file.
3211 * lib/gdb.exp (get_print_expr_at_depths): New proc.
3212
d2b584a5
TV
32132019-04-29 Tom de Vries <tdevries@suse.de>
3214
3215 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
3216
136afab8
PW
32172019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3218
3219 * gdb.base/callexit.exp: Test may-call-functions off.
3220
725cbb63
KS
32212019-04-25 Keith Seitz <keiths@redhat.com>
3222
3223 PR c++/24367
3224 * gdb.cp/meth-typedefs.cc (incomplete_struct)
3225 (another_incomplete_struct, test_incomplete): New definitions.
3226 (main): Use new definitions.
3227 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
3228 functions.
3229
701adfb0
PA
32302019-04-25 Ali Tamur <tamur@google.com>
3231
3232 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
3233
82433e3e
SDJ
32342019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
3235
3236 PR corefiles/11608
3237 PR corefiles/18187
3238 * gdb.base/coredump-filter-build-id.exp: New file.
3239
dd06d4d6
AH
32402019-04-25 Alan Hayward <alan.hayward@arm.com>
3241
e79be6e5
SM
3242 * Makefile.in: Pass through GDBSERVER_DEBUG.
3243 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
3244 (gdbserver,debug): Add board setting.
3245 * gdb.trace/tspeed.exp: Skip when debugging.
3246 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
3247 * lib/gdbserver-support.exp: Likewise
dd06d4d6 3248
1670072e
TT
32492019-04-24 Tom Tromey <tromey@adacore.com>
3250
3251 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
3252 Rust.
3253
a59240a4
TT
32542019-04-24 Tom Tromey <tromey@adacore.com>
3255
3256 * gdb.arch/amd64-eval.exp: Test bitfield return.
3257 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
3258 (class Foo) <return_bitfields>: New method.
3259 (main): Call it.
3260
b907456c
AB
32612019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
3262
3263 * gdb.cp/many-args.cc: New file.
3264 * gdb.cp/many-args.exp: New file.
3265
5c565afd
TV
32662019-04-23 Tom de Vries <tdevries@suse.de>
3267
3268 PR gdb/24433
3269 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
3270
ba22ff86
AH
32712019-04-23 Alan Hayward <alan.hayward@arm.com>
3272
3273 * gdb.trace/backtrace.exp: Use nopie flag.
3274 * gdb.trace/circ.exp: Likewise.
3275 * gdb.trace/collection.exp: Likewise.
3276 * gdb.trace/ftrace.exp: Likewise.
3277 * gdb.trace/mi-trace-unavailable.exp: Likewise.
3278 * gdb.trace/mi-traceframe-changed.exp: Likewise.
3279 * gdb.trace/qtro.exp: Likewise.
3280 * gdb.trace/read-memory.exp: Likewise.
3281 * gdb.trace/report.exp: Likewise.
3282 * gdb.trace/tfile.exp: Likewise.
3283 * gdb.trace/tfind.exp: Likewise.
3284 * gdb.trace/unavailable.exp: Likewise.
3285
7905fc35
PA
32862019-04-22 Pedro Alves <palves@redhat.com>
3287
3288 * gdb.base/solib-probes-nosharedlibrary.c,
3289 gdb.base/solib-probes-nosharedlibrary.exp: New files.
3290
8ecb59f8
TT
32912019-04-19 Tom Tromey <tromey@adacore.com>
3292
3293 * gdb.ada/ptype_union.c: New file.
3294 * gdb.ada/ptype_union.exp: New file.
3295
62160ec9
TT
32962019-04-19 Tom Tromey <tromey@adacore.com>
3297
3298 PR symtab/24423:
3299 * gdb.base/list0.h (foo): Add a control-l character.
3300
36cd4ba5
TV
33012019-04-18 Tom de Vries <tdevries@suse.de>
3302
3303 PR gdb/24433
3304 * boards/local-board.exp: Set sysroot to "".
3305
b73715df
TV
33062019-04-18 Tom de Vries <tdevries@suse.de>
3307 Pedro Alves <palves@redhat.com>
3308
3309 PR gdb/24454
3310 * gdb.threads/vfork-follow-child-exec.c: New file.
3311 * gdb.threads/vfork-follow-child-exec.exp: New file.
3312 * gdb.threads/vfork-follow-child-exit.c: New file.
3313 * gdb.threads/vfork-follow-child-exit.exp: New file.
3314
4aa866af
LS
33152019-04-15 Leszek Swirski <leszeks@google.com>
3316
3317 * gdb.arch/amd64-eval.cc: New file.
3318 * gdb.arch/amd64-eval.exp: New file.
3319
e5a1a79a
AH
33202019-04-11 Alan Hayward <alan.hayward@arm.com>
3321
3322 * gdb.server/sysroot.c: New test.
3323 * gdb.server/sysroot.exp: New file.
3324 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
3325 matching param.
3326
41077b66
AB
33272019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
3328
3329 * gdb.base/align.exp: Extend test to cover structures containing
3330 only static fields.
3331
c30391f8
TV
33322019-04-11 Tom de Vries <tdevries@suse.de>
3333
3334 * boards/cc-with-dwz-m.exp: New file.
3335 * boards/cc-with-dwz.exp: New file.
3336 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
3337
e242fd12
SM
33382019-04-09 Simon Marchi <simon.marchi@efficios.com>
3339
3340 * gdb.base/start-cpp.exp: New file.
3341 * gdb.base/start-cpp.cc: New file.
3342
2b0c8b01
KB
33432019-04-08 Kevin Buettner <kevinb@redhat.com>
3344
3345 * gdb.python/py-thrhandle.exp: Adjust tests to call
3346 thread_from_handle instead of thread_from_thread_handle.
3347
947210e5
KB
33482019-04-08 Kevin Buettner <kevinb@redhat.com>
3349
3350 * gdb.python/py-thrhandle.exp: Add tests for
3351 gdb.InferiorThread.handle.
3352
d7df6549
AB
33532019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
3354
3355 * gdb.python/py-function.exp: Check calling helper function from
3356 all languages.
3357 * lib/gdb.exp (gdb_supported_languages): New proc.
3358
8bdc1658
AB
33592019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
3360
3361 * gdb.base/complex-parts.c: New file.
3362 * gdb.base/complex-parts.exp: New file.
3363
05caa1d2
TT
33642019-04-01 Tom Tromey <tromey@adacore.com>
3365
3366 PR symtab/23331:
3367 * gdb.dwarf2/dw2-ranges-main.c: New file.
3368 * gdb.dwarf2/dw2-ranges-psym.c: New file.
3369 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
3370
7734102d
EZ
33712019-03-30 Simon Marchi <simark@simark.ca>
3372
3373 * gdb.base/default.exp: Add values for $_gdb_major and
3374 $_gdb_minor.
3375
188e1fa9
TT
33762019-03-29 Tom Tromey <tromey@adacore.com>
3377
3378 * gdb.base/help.exp: Tighten apropos regexp.
3379
2880242d
KS
33802019-03-29 Keith Seitz <keiths@redhat.com>
3381
3382 * gdb.fortran/array-bounds.exp: New file.
3383 * gdb.fortran/array-bounds.f90: New file.
3384
077cad8e
PW
33852019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3386
3387 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
3388
80047cfc
PW
33892019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3390
3391 * gdb.multi/hello.c (main): Increase alarm timer.
3392
f489207e
SL
33932019-03-28 Sandra Loosemore <sandra@codesourcery.com>
3394
3395 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
3396 factor when no hardware watchpoint support.
3397
c92df149
AH
33982019-03-28 Alan Hayward <alan.hayward@arm.com>
3399 Pedro Alves <palves@redhat.com>
3400
3401 * boards/local-board.exp: set sysroot to /.
3402
933aebfa
AH
34032019-03-27 Alan Hayward <alan.hayward@arm.com>
3404
3405 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
3406 in child.
3407
9f9aa852
AB
34082019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3409
3410 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
3411 field.
3412 (make_container): Initialise new field.
3413 * gdb.python/py-prettyprint.exp: Add new tests.
3414 * gdb.python/py-prettyprint.py (class ContainerPrinter)
3415 <display_hint>: New method.
3416
3714a195
AB
34172019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3418
3419 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
3420 gdb_continue_to_breakpoint more throughout this test.
3421 (run_lang_tests) Supply unique test names, and use
3422 gdb_test_no_output.
3423
18c77628
AB
34242019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3425
3426 * gdb.base/finish-pretty.exp: Update expected results.
3427 * gdb.base/pretty-print.c: New file.
3428 * gdb.base/pretty-print.exp: New file.
3429
9a93502f
PA
34302019-03-25 Pedro Alves <palves@redhat.com>
3431
3432 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
3433 move comments outside list. Append '-i "" eof' section.
3434
968aa7ae
AH
34352019-03-22 Alan Hayward <alan.hayward@arm.com>
3436
34a7f2a4 3437 PR testsuite/25016
968aa7ae
AH
3438 * README: Add pie options.
3439 * gdb.base/break-interp.exp: Ensure pie is disabled.
3440 * gdb.base/dump.exp: Likewise.
3441 * lib/gdb.exp (gdb_compile): Add pie option.
3442
4c7d57e7
TT
34432019-03-19 Tom Tromey <tromey@adacore.com>
3444
3445 * gdb.mi/mi2-cli-display.c: New file.
3446 * gdb.mi/mi2-cli-display.exp: New file.
3447
bff8c71f
TT
34482019-03-18 Joel Brobecker <brobecker@adacore.com>
3449 Tom Tromey <tromey@adacore.com>
3450
3451 * gdb.ada/ptype_array/pck.adb: New file.
3452 * gdb.ada/ptype_array/pck.ads: New file.
3453 * gdb.ada/ptype_array/foo.adb: New file.
3454 * gdb.ada/ptype_array.exp: New file.
3455
d085f989
TT
34562019-03-14 Tom Tromey <tromey@adacore.com>
3457
3458 * gdb.base/style.exp: Add "set style sources" test.
3459
b4be1b06
SM
34602019-03-13 Simon Marchi <simon.marchi@ericsson.com>
3461
3462 * mi-breakpoint-location-ena-dis.exp: Rename to ...
3463 * mi-breakpoint-multiple-locations.exp: ... this.
3464 (make_breakpoints_pattern): New proc.
3465 (do_test): Add mi_version parameter, test -break-insert,
3466 -break-info and =breakpoint-created.
3467
7cde5fc2
AB
34682019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
3469
3470 * config/default.exp: Remove 'load_lib gdb.exp'.
3471 * config/monitor.exp: Likewise.
3472 * config/sid.exp: Likewise.
3473 * config/sim.exp: Likewise.
3474 * config/slite.exp: Likewise.
3475 * config/unix.exp: Likewise.
3476 * gdb.base/default.exp: Remove unhelpful comment.
3477
efbecbc1
AB
34782019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3479
3480 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
3481
0841c79a
AB
34822019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3483
3484 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
3485
4a270568
AB
34862019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3487
3488 * gdb.fortran/type-kinds.exp: Update expected results.
3489
067630bd
AB
34902019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3491
3492 * gdb.fortran/type-kinds.exp: Test new integer type kind.
3493
3be47f7a
AB
34942019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3495
3496 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
3497 function.
3498 (test_basic_parsing_of_type_kinds): Expand types tested.
3499 (test_parsing_invalid_type_kinds): New function.
3500
4d00f5d8
AB
35012019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3502
3503 * gdb.fortran/intrinsics.exp: New file.
3504 * gdb.fortran/intrinsics.f90: New file.
3505 * gdb.fortran/type-kinds.exp: New file.
3506
c8f91604
AB
35072019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3508
3509 * gdb.fortran/dot-ops.exp: New file.
3510
dd9f2c76
AB
35112019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3512
3513 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
3514 Check upper and lower case logical literals.
3515
84ec9724
AB
35162019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3517
3518 * gdb.fortran/types.exp (test_float_literal_types_accepted):
3519 Remove duplicate tests.
3520
c3734e09
AH
35212019-03-06 Alan Hayward <alan.hayward@arm.com>
3522
3523 * lib/gdb.exp (builtin_cd): rename of cd.
3524 (cd): Override builtin.
3525
aa3cfbda
RB
35262019-03-06 Richard Bunt <richard.bunt@arm.com>
3527
3528 * gdb.fortran/function-calls.exp: New file.
3529 * gdb.fortran/function-calls.f90: New test.
3530
7b63ad86
RB
35312019-03-04 Richard Bunt <richard.bunt@arm.com>
3532
3533 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
3534 on user program standard output.
3535 * gdb.fortran/short-circuit-argument-list.f90: Record function
3536 calls.
3537
01abb042
AH
35382019-02-28 Alan Hayward <alan.hayward@arm.com>
3539
c3734e09
AH
3540 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
3541 failure.
01abb042 3542
92137da0
RO
35432019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3544
3545 PR gdb/8527
3546 * gdb.base/interrupt-daemon-attach.c,
3547 gdb.base/interrupt-daemon-attach.exp: New test.
3548
5862844d
PA
35492019-02-27 Pedro Alves <palves@redhat.com>
3550
3551 * gdb.base/page.exp: Add tests for "set width/height -1".
3552
8ed25214
PA
35532019-02-27 Pedro Alves <palves@redhat.com>
3554
3555 * gdb.base/page.exp: Add tests for "set/show width/height" with
3556 "infinite" values.
3557
6c28e44a
TT
35582019-02-27 Tom Tromey <tromey@adacore.com>
3559
3560 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
3561 2.4.
3562 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
3563 workaround.
3564
bf9a735e
AB
35652019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
3566
3567 * gdb.base/align.exp: Extend to compile in both C and C++, and add
3568 tests for structs with static members.
3569
8791793c
TT
35702019-02-26 Tom Tromey <tromey@adacore.com>
3571
3572 * gdb.python/py-value.exp (test_value_from_buffer): Check for
3573 ValueError, not TypeError.
3574
bc2a507e
KB
35752019-02-26 Kevin Buettner <kevinb@redhat.com>
3576
3577 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
3578 call from main program.
3579
e0e7d3bd
JB
35802019-02-23 Joel Brobecker <brobecker@adacore.com>
3581
3582 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
3583 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
3584 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
3585 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
3586 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
3587
9600246d
KS
35882019-02-22 Keith Seitz <keiths@redhat.com>
3589
3590 PR symtab/23853
3591 * gdb.base/symlink-sourcefile.c: New file.
3592 * gdb.base/symlink-sourcefile.exp: New file.
3593
0c95f9ed
TT
35942019-02-20 Tom Tromey <tom@tromey.com>
3595
3596 * gdb.base/info_qt.exp: Update.
3597
6caa91b6
SM
35982019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
3599
3600 * gdb.base/source.exp: Move "error in sourced script" code to
3601 the end.
3602 * gdb.base/source-error.gdb: Move contents to
3603 source-error-1.gdb. Add new code to source source-error-1.gdb.
3604 * gdb.base/source-error-1.gdb: New file, from previous
3605 source-error.gdb.
3606
6506371f
TT
36072019-02-17 Tom Tromey <tom@tromey.com>
3608
3609 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
3610 for macro styling.
3611 * gdb.base/style.c (SOME_MACRO): New macro.
3612
a0087920
TT
36132019-02-17 Tom Tromey <tom@tromey.com>
3614
3615 * gdb.base/style.exp: Add line-wrapping tests.
3616 * gdb.base/page.exp: Add test for quitting during pagination.
3617
a2cd4f14
JB
36182019-02-17 Joel Brobecker <brobecker@adacore.com>
3619
3620 * gdb.ada/big_packed_array: New testcase.
3621 * gdb.ada/homonym.exp: Fix incorrect expected output for
3622 "break <homonym__get_value>" test.
3623
9d70ffbc
WP
36242019-02-13 Weimin Pan <weimin.pan@oracle.com>
3625
3626 PR breakpoints/21870
3627 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
3628 and prepare_for_testing. Add comment.
3629 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
3630 redundant cleanup call. Clean up comment.
3631
01c7ae81
WP
36322019-02-12 Weimin Pan <weimin.pan@oracle.com>
3633
3634 PR breakpoints/21870
3635 * gdb.arch/aarch64-dbreg-contents.exp: New file.
3636 * gdb.arch/aarch64-dbreg-contents.c: New file.
3637
aff29d1c
JB
36382019-02-10 Joel Brobecker <brobecker@adacore.com>
3639
3640 * gdb.ada/mi_ref_changeable: New testcase.
3641
df0da8a2
AH
36422019-02-07 Alan Hayward <alan.hayward@arm.com>
3643
3644 * gdb.base/attach.exp: Add double attach test.
3645
bd447abb
SM
36462019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
3647
3648 * lib/gdb.exp (default_gdb_start): Don't match pagination
3649 prompt.
3650 (gdb_init): Set stty_init.
3651
1dbc40b9
TT
36522019-01-27 Tom Tromey <tom@tromey.com>
3653
3654 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
3655 skip_python_tests.
3656
353229bf
AH
36572019-01-24 Alan Hayward <alan.hayward@arm.com>
3658
3659 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
3660 New structure.
3661 (struct struct_static_02_02): Likewise.
3662 (struct struct_static_02_03): Likewise.
3663 (struct struct_static_02_04): Likewise.
3664 (struct struct_static_04_01): Likewise.
3665 (struct struct_static_04_02): Likewise.
3666 (struct struct_static_04_03): Likewise.
3667 (struct struct_static_04_04): Likewise.
3668 (struct struct_static_06_01): Likewise.
3669 (struct struct_static_06_02): Likewise.
3670 (struct struct_static_06_03): Likewise.
3671 (struct struct_static_06_04): Likewise.
3672 (cmp_struct_static_02_01): Likewise.
3673 (cmp_struct_static_02_02): Likewise.
3674 (cmp_struct_static_02_03): Likewise.
3675 (cmp_struct_static_02_04): Likewise.
3676 (cmp_struct_static_04_01): Likewise.
3677 (cmp_struct_static_04_02): Likewise.
3678 (cmp_struct_static_04_03): Likewise.
3679 (cmp_struct_static_04_04): Likewise.
3680 (cmp_struct_static_06_01): Likewise.
3681 (cmp_struct_static_06_02): Likewise.
3682 (cmp_struct_static_06_03): Likewise.
3683 (cmp_struct_static_06_04): Likewise.
3684 (call_all): Test new structs.
3685 * gdb.base/infcall-nested-structs.exp: Likewise.
3686
73021deb
AH
36872019-01-21 Alan Hayward <alan.hayward@arm.com>
3688 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
3689
fc65c7db
AH
36902019-01-21 Alan Hayward <alan.hayward@arm.com>
3691 * gdb.base/stack-protector.c: New test.
3692 * gdb.base/stack-protector.exp: New file.
3693 * gdb.cp/ovldbreak.exp: Only allow a single break line.
3694 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
3695 option.
3696 (gdb_compile): Remove stack protector for GCC and prevent
3697 recursion.
3698
c24bdb02
KS
36992019-01-16 Keith Seitz <keiths@redhat.com>
3700
3701 PR gdb/23773
3702 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
3703
6f072a10
PFC
37042019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3705
3706 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
3707 aliases.
3708 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
3709 tests.
3710 * gdb.arch/powerpc-vector-regs.c: New file.
3711 * gdb.arch/powerpc-vector-regs.exp: New file.
3712
a7b8d682
PFC
37132019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3714
3715 * gdb.arch/altivec-regs.exp: Fix the list passed to
3716 gdb_expect_list when testing "info vector".
3717
6eb6fb67
AB
37182019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
3719
3720 * gdb.base/style.exp: Don't include path in testname.
3721
b56f80d8
KS
37222019-01-10 Keith Seitz <keiths@redhat.com>
3723
3724 PR gdb/23712
3725 PR symtab/23010
3726 * gdb.dwarf2/multidictionary.exp: New file.
3727
041be526
SM
37282019-01-09 Simon Marchi <simon.marchi@ericsson.com>
3729
3730 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
3731 (test_gnuv3_style_demangling): ... this.
3732 (test_lucid_style_demangling): Remove.
3733 (test_arm_style_demangling): Remove.
3734 (test_hp_style_demangling): Remove.
3735 (do_tests): Remove calls to the above.
3736
d820d0c3
AB
37372019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3738
3739 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
3740 case.
3741
f097f5ad
TT
37422019-01-06 Tom Tromey <tom@tromey.com>
3743
3744 PR gdb/28155:
3745 * gdb.dwarf2/typedef-void-finish.exp: New file.
3746
2cd8cc0b
TT
37472018-12-28 Tom Tromey <tom@tromey.com>
3748 Simon Marchi <simark@simark.ca>
3749
3750 * gdb.base/jit-exec.exp: New file.
3751 * gdb.base/jit-exec.c: New file.
3752 * gdb.base/jit-execd.c: New file.
3753
35fb8261
TT
37542018-12-28 Tom Tromey <tom@tromey.com>
3755
3756 * gdb.base/style.exp: Update test to check for address styling.
3757
47fd17cd
TT
37582018-12-28 Tom Tromey <tom@tromey.com>
3759
3760 * gdb.base/style.exp: Add test for styling of "Reading symbols"
3761 message.
3762
d47032b7
TT
37632018-12-28 Tom Tromey <tom@tromey.com>
3764
3765 * gdb.base/style.exp: Add test for version number styling.
3766
af79b68d
TT
37672018-12-28 Tom Tromey <tom@tromey.com>
3768
3769 * gdb.base/style.exp: Add test for print_address_symbolic.
3770
0bb296cb
TT
37712018-12-28 Tom Tromey <tom@tromey.com>
3772
3773 * gdb.base/style.exp: Add test for breakpoint setting.
3774
80ae2043
TT
37752018-12-28 Tom Tromey <tom@tromey.com>
3776
3777 * gdb.base/style.exp: Add test for variable names.
3778
cbe56571
TT
37792018-12-28 Tom Tromey <tom@tromey.com>
3780
3781 * gdb.base/style.exp: New file.
3782 * gdb.base/style.c: New file.
3783
9162a27c
TT
37842018-12-28 Tom Tromey <tom@tromey.com>
3785
3786 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
3787 "dumb".
3788 * gdb.base/readline.exp (operate_and_get_next): Save and restore
3789 the TERM environment variable.
3790
bc543c90
TT
37912018-12-27 Tom Tromey <tom@tromey.com>
3792
3793 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
3794 pagination test.
3795
6f0ffe50
AB
37962018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
3797
3798 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
3799 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
3800
b5a1e557
PW
38012018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3802
3803 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
3804 Filename a.adb changed to bp_fun_addr.adb.
3805 gdb.ada/bp_fun_addr.exp: Update test accordingly.
3806
6e8b1ab2
JV
38072018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
3808
3809 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
3810 non-PIE executables.
3811 * README: Mention the gdb,nopie_flag board setting.
3812 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
3813 non-PIE executable.
3814 * gdb.arch/amd64-entry-value.exp: Likewise.
3815 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
3816 * gdb.arch/i386-float.exp: Likewise.
3817 * gdb.arch/i386-signal.exp: Likewise.
3818 * gdb.mi/mi-reg-undefined.exp: Likewise.
3819
d00a27c5
PM
38202018-12-21 Paul Marechal <paul.marechal@ericsson.com>
3821
3822 PR gdb/23974
3823 * gdb.base/info-os.exp: Check return for unknown "info os" type.
3824
161d081c
PW
38252018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3826
3827 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
3828 Update order of results accordingly.
3829
b001de23
AB
38302018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
3831
3832 * gdb.base/annota1.exp: Update a test regexp.
3833
99e1a184
AB
38342018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
3835
3836 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
3837
7a81c1e2
PW
38382018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3839
3840 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
3841 (reuse_time): Initialize to REUSE_TIME_CAP.
3842 (check_rc): New function.
3843 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
3844 Check pthread_create rc.
3845 (spawner_thread_func): Check pthread_create and pthread_join rc.
3846
73e8dc90
PA
38472018-12-08 Pedro Alves <palves@redhat.com>
3848
3849 * gdb.base/list.exp (test_forward_search): Rename to ...
3850 (test_forward_reverse_search): ... this. Also test reverse-search
3851 and the forward-search alias.
3852
13f2ed32
AB
38532018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
3854
3855 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
3856 local timeout variable before return, and remove all local timeout
3857 variable entirely.
3858 (gdb_load): Likewise.
3859
64d27cfc
TV
38602018-12-01 Tom de Vries <tdevries@suse.de>
3861
3862 * gdb.base/gdb-caching-proc.exp: New file.
3863
f63c03b4
SDJ
38642018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
3865
3866 * Makefile.in (TIMESTAMP): New variable.
3867 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
3868 command.
3869 (check-single-racy): Likewise.
3870 (check/%.exp): Likewise.
3871 (check-racy/%.exp): Likewise.
3872 (workers/%.worker): Likewise.
3873 (build-perf): Likewise.
3874 (check-perf): Likewise.
3875 * README: Describe new "TS" and "TS_FORMAT" variables.
3876 * print-ts.py: New file.
3877
1c97054b
BF
38782018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
3879
3880 PR python/23714
3881 * gdb.python/python.exp: Test command repetition after
3882 gdb.execute.
3883
1871a62d
AB
38842018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
3885
3886 * gdb.opt/inline-break.exp: Add test that info breakpoint output
3887 is correctly aligned.
3888
fb5e1ed9
PW
38892018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3890
3891 * gdb.ada/info_auto_lang.exp: New testcase.
3892 * gdb.ada/info_auto_lang/global_pack.ads: New file.
3893 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
3894 * gdb.ada/info_auto_lang/some_c.c: New file.
3895
43d397ca
PW
38962018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3897
3898 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
3899 FUNC_lang language syntax.
3900
beddd671
PW
39012018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3902
3903 * gdb.base/info_minsym.c: New file.
3904 * gdb.base/info_minsym.exp: New file.
3905
73fc52c4
TT
39062018-11-19 Tom Tromey <tom@tromey.com>
3907
3908 PR rust/23625:
3909 * gdb.rust/simple.exp: Add ptype test. Update expected output.
3910 * gdb.rust/expr.exp: Update expected output. Change one test.
3911
994b876a
TT
39122018-11-19 Tom Tromey <tom@tromey.com>
3913
3914 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
3915
6769f276
PA
39162018-11-19 Pedro Alves <palves@redhat.com>
3917
3918 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
3919 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
3920 see the expected warning.
3921
38a72da0
AH
39222018-11-16 Alan Hayward <alan.hayward@arm.com>
3923
3924 PR gdb/22736:
3925 * gdb.cp/infcall-nodebug-lib.c: New test.
3926 * gdb.cp/infcall-nodebug-main.c: New test.
3927 * gdb.cp/infcall-nodebug.exp: New file.
3928
53a89d6e
SM
39292018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
3930
3931 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
3932 completer tests.
3933
9325300d
TV
39342018-11-09 Tom de Vries <tdevries@suse.de>
3935
3936 * gdb.base/msym-lang.c: New test.
3937 * gdb.base/msym-lang.exp: New file.
3938 * gdb.base/msym-lang-main.c: New test.
3939
20f0d60d
TT
39402018-11-08 Tom Tromey <tom@tromey.com>
3941
3942 PR gdb/23555:
3943 PR gdb/23838:
3944 * gdb.base/warning.exp: New file.
3945
b5420128
JB
39462018-11-08 Jan Beulich <jbeulich@suse.com>
3947
3948 * testsuite/gdb.arch/i386-avx512.c,
3949 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
3950
cd115d61
AB
39512018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
3952
3953 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
3954 point hardware.
3955
35ee2dc2
AB
39562018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
3957
3958 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
3959 * gdb.dwarf2/missing-type-name.exp: New file.
3960
31aceee8
TV
39612018-11-06 Tom de Vries <tdevries@suse.de>
3962
3963 * gdb.base/many-headers.c: New test.
3964 * gdb.base/many-headers.exp: New file.
3965
109be305
JW
39662018-11-06 Jim Wilson <jimw@sifive.com>
3967
3968 * gdb.base/code_elim.exp: For riscv, set additional_flags
3969 to include -msmall-data-limit=0.
3970
e2b7af72
JB
39712018-11-01 Joel Brobecker <brobecker@adacore.com>
3972
3973 * gdb.ada/watch_minus_l: New testcase.
3974
cdcda965
SM
39752018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
3976
3977 * gdb.arch/aix-sighandle.c: New file.
3978 * gdb.arch/aix-sighandle.exp: New file.
3979
92dcebf3
AB
39802018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3981
3982 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
3983 registers being unions.
3984
68b9ac18
TV
39852018-10-31 Tom de Vries <tdevries@suse.de>
3986
3987 * lib/valgrind.exp: New file.
3988 (vgdb_start, vgdb_stop): New procs, factored out of ...
3989 * gdb.base/valgrind-bt.exp: ... here, ...
3990 * gdb.base/valgrind-disp-step.exp: ... here and ...
3991 * gdb.base/valgrind-infcall.exp: ... here.
3992
1443936e
TV
39932018-10-31 Tom de Vries <tdevries@suse.de>
3994
3995 * lib/gdb.exp (get_valueof): Don't output read value in test name.
3996
eb77c9df
AB
39972018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3998
3999 * gdb.dwarf2/void-type.c: New file.
4000 * gdb.dwarf2/void-type.exp: New file.
4001
82b5e646
PW
40022018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4003
4004 * gdb.base/info_qt.c: New file.
4005 * gdb.base/info_qt.exp: New file.
4006
8d619c01
EBM
40072018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4008
4009 * gdb.arch/powerpc-htm-regs.c: New file.
4010 * gdb.arch/powerpc-htm-regs.exp: New file.
4011
f2cf6173
EBM
40122018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4013
4014 * gdb.arch/powerpc-tar.c: New file.
4015 * gdb.arch/powerpc-tar.exp: New file.
4016
7ca18ed6
EBM
40172018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4018
4019 * gdb.arch/powerpc-ppr-dscr.c: New file.
4020 * gdb.arch/powerpc-ppr-dscr.exp: New file.
4021
bfcc0eba
TV
40222018-10-25 Tom de Vries <tdevries@suse.de>
4023
4024 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
4025
fe1a5cad
TV
40262018-10-24 Tom de Vries <tdevries@suse.de>
4027
4028 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
4029 longer exists error.
4030
a76dc3b7
TV
40312018-10-24 Tom de Vries <tdevries@suse.de>
4032
4033 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
4034
4df46df7
TV
40352018-10-24 Tom de Vries <tdevries@suse.de>
4036
4037 * gdb.base/valgrind-db-attach.exp: Handle removed support for
4038 --db-attach in valgrind.
4039
0dbfcfff
AB
40402018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
4041
4042 * gdb.arch/riscv-reg-aliases.c: New file.
4043 * gdb.arch/riscv-reg-aliases.exp: New file.
4044
b04480b1
AH
40452018-10-19 Alan Hayward <alan.hayward@arm.com>
4046
4047 * gdb.python/py-cmd.exp: Check for gdb_prompt.
4048
2c6ac8d7
AH
40492018-10-19 Alan Hayward <alan.hayward@arm.com>
4050
4051 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
4052
2bc69f25
AH
40532018-10-19 Alan Hayward <alan.hayward@arm.com>
4054
4055 * gdb.cp/ovldbreak.exp: Fix regexps.
4056
1f1ae3a3
AH
40572018-10-19 Alan Hayward <alan.hayward@arm.com>
4058
4059 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
4060
94c18618
SDJ
40612018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
4062
4063 PR cli/23785
4064 * gdb.base/restore.exp: New test to check if "restore" with an
4065 invalid file doesn't segfault.
4066
812cd6eb
TV
40672018-10-18 Tom de Vries <tdevries@suse.de>
4068
4069 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
4070 * gdb.ada/excep_handle.exp: Same.
4071 * gdb.ada/mi_string_access.exp: Same.
4072 * gdb.ada/mi_var_union.exp: Same.
4073 * gdb.arch/arc-analyze-prologue.exp: Same.
4074 * gdb.arch/arc-decode-insn.exp: Same.
4075 * gdb.base/readnever.exp: Same.
4076 * gdb.fortran/printing-types.exp: Same.
4077 * gdb.guile/scm-lazy-string.exp: Same.
4078
c4b90788
TV
40792018-10-16 Tom de Vries <tdevries@suse.de>
4080
4081 PR gdb/23730
4082 * gdb.base/catch-follow-exec.c: Add copyright notice.
4083 * gdb.base/catch-follow-exec.exp: Rewrite to use
4084 gdb_spawn_with_cmdline_opts. Require gdb-native.
4085
8bca2978
SL
40862018-10-12 Sandra Loosemore <sandra@codesourcery.com>
4087
4088 * gdb.trace/actions-changed.exp: Check for arch support.
4089 * gdb.trace/actions.exp: Likewise.
4090 * gdb.trace/ax.exp: Likewise.
4091 * gdb.trace/backtrace.exp: Likewise.
4092 * gdb.trace/change-loc.exp: Likewise.
4093 * gdb.trace/deltrace.exp: Likewise.
4094 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
4095 * gdb.trace/ftrace.exp: Likewise.
4096 * gdb.trace/infotrace.exp: Check for arch support.
4097 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
4098 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
4099 * gdb.trace/mi-tsv-changed.exp: Likewise.
4100 * gdb.trace/packetlen.exp: Likewise.
4101 * gdb.trace/passc-dyn.exp: Likewise.
4102 * gdb.trace/passcount.exp: Likewise.
4103 * gdb.trace/pending.exp: Likewise.
4104 * gdb.trace/range-stepping.exp: Check for shlib support.
4105 * gdb.trace/report.exp: Check for arch support.
4106 * gdb.trace/save-trace.exp: Likewise.
4107 * gdb.trace/signal.exp: Check for signal support.
4108 * gdb.trace/tfind.exp: Check for arch support.
4109 * gdb.trace/trace-break.exp: Check for arch and shlib support.
4110 * gdb.trace/trace-common.h: Add comment.
4111 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
4112 * gdb.trace/trace-enable-disable.exp: Likewise.
4113 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
4114 * gdb.trace/tracecmd.exp: Check for arch support.
4115 * gdb.trace/tspeed.exp: Check for shlib and target support.
4116 * gdb.trace/tstatus.exp: Check for arch support.
4117 * gdb.trace/tsv.exp: Likewise.
4118 * gdb.trace/while-dyn.exp: Likewise.
4119 * gdb.trace/while-stepping.exp: Likewise.
4120 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
4121
f9c49bff
SM
41222018-10-12 Simon Marchi <simon.marchi@ericsson.com>
4123
4124 * gdb.trace/tspeed.exp: Remove nowarnings.
4125 (prepare_for_trace_test): Declare "global ipalib".
4126 * gdb.trace/tspeed.c: Include unistd.h.
4127 (main): Remove superfluous printf argument.
4128
d4330bde
SL
41292018-10-11 Sandra Loosemore <sandra@codesourcery.com>
4130
4131 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
4132 directory prefix on the filename.
4133
8ecfd7bd
SDJ
41342018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
4135
4136 * gdb.gdb/unittest.exp: Update expected message informing that
4137 selftests have been disabled.
4138 * gdb.server/unittest.exp: Likewise.
4139
58bbcd02
TV
41402018-10-09 Tom de Vries <tdevries@suse.de>
4141
4142 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
4143 with runto_main.
4144
9f6b697b
WP
41452018-10-08 Weimin Pan <weimin.pan@oracle.com>
4146
4147 PR c++/16841
4148 * gdb.cp/virtbase2.cc: New file.
4149 * gdb.cp/virtbase2.exp: New file.
4150
add5ded5
TT
41512018-10-06 Tom Tromey <tom@tromey.com>
4152
4153 PR python/19399:
4154 * gdb.python/py-inferior.exp: Add architecture test.
4155
f9e48344
TT
41562018-10-06 Tom Tromey <tom@tromey.com>
4157
4158 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
4159 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
4160
2a8be203
TT
41612018-10-06 Tom Tromey <tom@tromey.com>
4162
4163 * gdb.python/py-breakpoint.exp (check_last_event): Check location
4164 of a "throw" catchpoint.
4165
e04caa70
SDJ
41662018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
4167
4168 * gdb.base/info-proc.exp: Update string expected from "help info
4169 proc".
4170
5ca8c39f
TT
41712018-10-04 Tom Tromey <tom@tromey.com>
4172
4173 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
4174 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
4175 (test_initial_complaints, test_empty_complaints): Update.
4176 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
4177
3453e7e4
TT
41782018-10-04 Tom Tromey <tom@tromey.com>
4179
4180 PR cli/19551:
4181 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
4182 * lib/gdb.exp (gdb_file_cmd): Update.
4183 * gdb.stabs/weird.exp (print_weird_var): Update.
4184 * gdb.server/solib-list.exp: Update.
4185 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
4186 * gdb.mi/mi-cli.exp: Update.
4187 * gdb.linespec/linespec.exp: Update.
4188 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
4189 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
4190 * gdb.cp/cp-relocate.exp: Update.
4191 * gdb.base/sym-file.exp: Update.
4192 * gdb.base/relocate.exp: Update.
4193 * gdb.base/readnever.exp: Update.
4194 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
4195 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
4196 * gdb.base/dbx.exp (gdb_file_cmd): Update.
4197 * gdb.base/code_elim.exp: Update.
4198 * gdb.base/break-unload-file.exp (test_break): Update.
4199 * gdb.base/break-interp.exp (test_attach_gdb): Update.
4200 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
4201 Update.
4202 * gdb.base/attach.exp (do_attach_tests): Update.
4203 * gdb.base/sepdebug.exp: Update.
4204 * gdb.python/py-section-script.exp: Update.
4205
6afcf761
TT
42062018-10-04 Tom Tromey <tom@tromey.com>
4207
4208 PR cli/22234:
4209 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
4210 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
4211 output.
4212
fef1b293
TT
42132018-10-04 Tom Tromey <tom@tromey.com>
4214
4215 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
4216 set width and height to 0.
4217 (test_command_line_attach_run): Use -quiet.
4218
ca98345e
SL
42192018-10-03 Sandra Loosemore <sandra@codesourcery.com>
4220
4221 * lib/gdb.exp (skip_ifunc_tests): New.
4222 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
4223 other compile failures.
4224 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
4225
ff34e6ae
SM
42262018-10-01 Simon Marchi <simon.marchi@ericsson.com>
4227
4228 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
4229 is_amd64_regs_target.
4230
6bb8890e
AH
42312018-10-01 Alan Hayward <alan.hayward@arm.com>
4232
4233 * gdb.arch/aarch64-sighandler-regs.c: New test.
4234 * gdb.arch/aarch64-sighandler-regs.exp: New file.
4235 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
4236
224d30d3
MM
42372018-10-01 Markus Metzger <markus.t.metzger@intel.com>
4238
4239 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
4240 assembly.
4241
f67ffa6a
AB
42422018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
4243
4244 * gdb.base/frame-selection.exp: New file.
4245 * gdb.base/frame-selection.c: New file.
4246
9fc3183f
AH
42472018-09-27 Alan Hayward <alan.hayward@arm.com>
4248
4249 * gdb.threads/check-libthread-db.c (thread_routine): Use a
4250 pthread barrier.
4251 (main): Likewise.
4252
d354055e
AB
42532018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
4254
4255 * gdb.base/large-frame-1.c: New file.
4256 * gdb.base/large-frame-2.c: New file.
4257 * gdb.base/large-frame.exp: New file.
4258 * gdb.base/large-frame.h: New file.
4259
db727370
JL
42602018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
4261
4262 PR gdb/20948
4263 * gdb.base/write_mem.exp: New test.
4264 * gdb.base/write_mem.c: Likewise.
4265
ae778caf
TT
42662018-09-23 Tom Tromey <tom@tromey.com>
4267
4268 PR python/18852:
4269 * gdb.python/py-parameter.exp: Add test for parameter that throws
4270 on "set".
4271
fd3ba736
TT
42722018-09-23 Tom Tromey <tom@tromey.com>
4273
4274 PR python/17284:
4275 * gdb.python/py-template.exp (test_template_arg): Add test for
4276 negative template argument number.
4277
39a24317
TT
42782018-09-23 Tom Tromey <tom@tromey.com>
4279
4280 PR python/14062:
4281 * gdb.python/python.exp: Add test for post_event error.
4282
f5769a2c
TT
42832018-09-23 Tom Tromey <tom@tromey.com>
4284
4285 PR python/18170:
4286 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
4287 convert pointers to int and long.
4288
1c1e54f6
TT
42892018-09-23 Tom Tromey <tom@tromey.com>
4290
4291 PR python/20126:
4292 * gdb.python/py-value.exp (test_value_numeric_ops): Add
4293 signed-ness conversion tests.
4294
fb4fa946
TT
42952018-09-23 Tom Tromey <tom@tromey.com>
4296
4297 PR python/18352;
4298 * gdb.python/py-value.exp (test_float_conversion): New proc.
4299 Use it.
4300
a466edac
HAQ
43012018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
4302
4303 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
4304
4ee9b0c5
SL
43052018-09-18 Sandra Loosemore <sandra@codesourcery.com>
4306
4307 * gdb.base/complete-empty.exp: Skip tab-completion tests if
4308 no readline.
4309 * gdb.base/utf8-identifiers.exp: Likewise.
4310 * gdb.cp/cpcompletion.exp: Likewise.
4311 * gdb.linespec/cpcompletion.exp: Likewise.
4312 * gdb.linespec/cpls-abi-tag.exp: Likewise.
4313 * gdb.linespec/cpls-ops.exp: Likewise.
4314
23be8da7
RB
43152018-09-19 Richard Bunt <richard.bunt@arm.com>
4316 Chris January <chris.january@arm.com>
4317
4318 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
4319 * gdb.fortran/short-circuit-argument-list.exp: New file.
4320 * gdb.fortran/short-circuit-argument-list.f90: New test.
4321
5031d0ae
SDJ
43222018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4323
4324 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
4325 "arch=" keyword when executing "-stack-list-frames".
4326
b4c0d1a4
SDJ
43272018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4328
4329 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
4330 "arch=" keyword when executing "-stack-list-frames".
4331
7a6d2b45
SDJ
43322018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4333
4334 * gdb.ada/complete.exp: Expect for "@" when doing "complete
4335 break ada".
4336
8588b356
SM
43372018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
4338
4339 PR python/23669
4340 * gdb.python/python.exp: Test gdb.execute("show commands").
4341
65e65158
TT
43422018-09-16 Tom Tromey <tom@tromey.com>
4343
4344 * gdb.base/new-ui.exp (do_execution_tests): Update.
4345 * gdb.base/dbx.exp (test_breakpoints): Update.
4346
bf326452
AH
43472018-09-14 Alan Hayward <alan.hayward@arm.com>
4348
4349 * lib/gdb.exp (gdb_simple_compile): Add proc.
4350 (is_elf_target): Use gdb_simple_compile.
4351 (skip_altivec_tests): Likewise.
4352 (skip_vsx_tests): Likewise.
4353 (skip_tsx_tests): Likewise.
4354 (skip_btrace_tests): Likewise.
4355 (skip_btrace_pt_tests): Likewise.
4356 (gdb_can_simple_compile): Likewise.
4357 (gdb_has_argv0): Likewise.
4358 (gdb_target_symbol_prefix): Likewise.
4359 (target_supports_scheduler_locking): Likewise.
4360
2361b0fb
TT
43612018-09-13 Tom Tromey <tom@tromey.com>
4362
4363 * Makefile.in (TAGS): Recognize proc_with_prefix and
4364 gdb_caching_proc.
4365
0ae1a321
SM
43662018-09-13 Simon Marchi <simon.marchi@ericsson.com>
4367
4368 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
4369 method.
4370
a40bf0c2
SM
43712018-09-13 Simon Marchi <simon.marchi@ericsson.com>
4372
4373 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
4374 and a few other Inferior properties when the Inferior is no
4375 longer valid.
4376
4a3fe98f
TT
43772018-09-13 Tom Tromey <tom@tromey.com>
4378
4379 PR rust/23650:
4380 * gdb.rust/simple.exp: Add test for enum field access error.
4381
098b2108
TT
43822018-09-13 Tom Tromey <tom@tromey.com>
4383
4384 PR rust/23626:
4385 * gdb.rust/simple.rs (EmptyEnum): New type.
4386 (main): Use it.
4387 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
4388
1256af7d
SM
43892018-09-13 Simon Marchi <simon.marchi@ericsson.com>
4390
4391 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
4392 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
4393 * gdb.python/py-symtab.exp: Update test printing an objfile.
4394
4aa8e6c2
SM
43952018-09-12 Simon Marchi <simon.marchi@ericsson.com>
4396
4397 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
4398 object.
4399
c221b2f7
AH
44002018-09-12 Alan Hayward <alan.hayward@arm.com>
4401
4402 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
4403 (support_complex_tests): Use gdb_can_simple_compile.
4404 (is_ilp32_target): Likewise.
4405 (is_lp64_target): Likewise.
4406 (is_64_target): Likewise.
4407 (is_amd64_regs_target): Likewise.
4408 (is_aarch32_target): Likewise.
4409 (gdb_int128_helper): Likewise.
4410
6f1107b5
JK
44112018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4412
4413 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
4414
1f5d1570
JG
44152018-09-10 Jerome Guitton <guitton@adacore.com>
4416
4417 * gdb.ada/same_component_name: Add test for case of tagged record
4418 with variable-length fields.
4419
cc330e39
XR
44202018-09-10 Xavier Roirand <roirand@adacore.com>
4421
4422 * gdb.ada/access_to_unbounded_array.exp: New testcase.
4423 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
4424 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
4425 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
4426
b9c50e9a
XR
44272018-09-10 Xavier Roirand <roirand@adacore.com>
4428
4429 * gdb.ada/mi_string_access.exp: New testcase.
4430 * gdb.ada/mi_string_access/bar.adb: New file.
4431 * gdb.ada/mi_string_access/pck.adb: New file.
4432 * gdb.ada/mi_string_access/pck.asd: New file.
4433
2963898f
XR
44342018-09-10 Xavier Roirand <roirand@adacore.com>
4435
4436 * gdb.ada/mi_var_union.exp: New testcase.
4437 * gdb.ada/mi_var_union/bar.adb: New file.
4438 * gdb.ada/mi_var_union/pck.adb: New file.
4439 * gdb.ada/mi_var_union/pck.asd: New file.
4440
1aac008f
TT
44412018-09-08 Tom Tromey <tom@tromey.com>
4442
4443 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
4444
332cf4c9
TT
44452018-09-08 Tom Tromey <tom@tromey.com>
4446
4447 PR python/16047:
4448 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
4449 (register_pretty_printers): Register new printer.
4450 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
4451 test.
4452 * gdb.python/py-prettyprint.c (int_type3): New typedef.
4453 (an_int_type3): New global.
4454
424da6cf
JB
44552018-09-08 Joel Brobecker <brobecker@adacore.com>
4456
4457 * gdb.ada/expr_with_funcall: New testcase.
4458
2a62dfa9
JB
44592018-09-08 Joel Brobecker <brobecker@adacore.com>
4460
4461 * gdb.ada/packed_array_assign: New testcase.
4462
96b6697f
AB
44632018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
4464
4465 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
4466 names, and add test prefixes to make test names unique.
4467
e4a62c65
TV
44682018-09-05 Tom de Vries <tdevries@suse.de>
4469
4470 * gdb.dwarf2/varval.exp: Add test.
4471
dd083ee2
GB
44722018-09-04 Gary Benson <gbenson@redhat.com>
4473
4474 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
4475 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
4476
aef9346c
TT
44772018-08-31 Tom Tromey <tom@tromey.com>
4478
4479 * gdb.rust/simple.rs: Rename second variable "v".
4480
c67f2e15
AB
44812018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
4482
4483 * gdb.base/funcargs.c (use_a): New function.
4484 (recurse): Call use_a.
4485
078a0207
KS
44862018-08-29 Keith Seitz <keiths@redhat.com>
4487
4488 * gdb.compile/compile-cplus-anonymous.cc: New file.
4489 * gdb.compile/compile-cplus-anonymous.exp: New file.
4490 * gdb.compile/compile-cplus-array-decay.cc: New file.
4491 * gdb.compile/compile-cplus-array-decay.exp: New file.
4492 * gdb.compile/compile-cplus-inherit.cc: New file.
4493 * gdb.compile/compile-cplus-inherit.exp: New file.
4494 * gdb.compile/compile-cplus-member.cc: New file.
4495 * gdb.compile/compile-cplus-member.exp: New file.
4496 * gdb.compile/compile-cplus-method.cc: New file.
4497 * gdb.compile/compile-cplus-method.exp: New file.
4498 * gdb.compile/compile-cplus-mod.c: "New" file.
4499 * gdb.compile/compile-cplus-namespace.cc: New file.
4500 * gdb.compile/compile-cplus-namespace.exp: New file.
4501 * gdb.compile/compile-cplus-nested.cc: New file.
4502 * gdb.compile/compile-cplus-nested.exp: New file.
4503 * gdb.compile/compile-cplus-print.c: "New" file.
4504 * gdb.compile/compile-cplus-print.exp: "New" file.
4505 * gdb.compile/compile-cplus-virtual.cc: New file.
4506 * gdb.compile/compile-cplus-virtual.exp: New file.
4507 * gdb.compile/compile-cplus.c: "New" file.
4508 * gdb.compile/compile-cplus.exp: "New" file.
4509 * lib/compile-support.exp: New file.
4510
b0f492b9
GB
45112018-08-16 Gary Benson <gbenson@redhat.com>
4512
4513 PR gdb/13000:
4514 * gdb.base/batch-exit-status.exp: New file.
4515 * gdb.base/batch-exit-status.good-commands: Likewise.
4516 * gdb.base/batch-exit-status.bad-commands: Likewise.
4517
36eb4c5f
AH
45182018-08-29 Alan Hayward <alan.hayward@arm.com>
4519
4520 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
4521 (struct struct02): Likewise.
4522 (struct struct03): Likewise.
4523 (struct struct04): Likewise.
4524 (struct struct_01_01): New struct.
4525 (struct struct_01_02): Likewise.
4526 (struct struct_01_03): Likewise.
4527 (struct struct_01_04): Likewise.
4528 (struct struct_02_01): Likewise.
4529 (struct struct_02_02): Likewise.
4530 (struct struct_02_03): Likewise.
4531 (struct struct_02_04): Likewise.
4532 (struct struct_04_01): Likewise.
4533 (struct struct_04_02): Likewise.
4534 (struct struct_04_03): Likewise.
4535 (struct struct_04_04): Likewise.
4536 (struct struct_05_01): Likewise.
4537 (struct struct_05_02): Likewise.
4538 (struct struct_05_03): Likewise.
4539 (struct struct_05_04): Likewise.
4540 (cmp_struct01): Remove function.
4541 (cmp_struct02): Likewise.
4542 (cmp_struct03): Likewise.
4543 (cmp_struct04): Likewise.
4544 (cmp_struct_01_01): Add Function.
4545 (cmp_struct_01_02): Likewise.
4546 (cmp_struct_01_03): Likewise.
4547 (cmp_struct_01_04): Likewise.
4548 (cmp_struct_02_01): Likewise.
4549 (cmp_struct_02_02): Likewise.
4550 (cmp_struct_02_03): Likewise.
4551 (cmp_struct_02_04): Likewise.
4552 (cmp_struct_04_01): Likewise.
4553 (cmp_struct_04_02): Likewise.
4554 (cmp_struct_04_03): Likewise.
4555 (cmp_struct_04_04): Likewise.
4556 (cmp_struct_05_01): Likewise.
4557 (cmp_struct_05_02): Likewise.
4558 (cmp_struct_05_03): Likewise.
4559 (cmp_struct_05_04): Likewise.
4560 (call_all): Add new structs.
4561 * gdb.base/infcall-nested-structs.exp: Likewise.
4562
3bf9c013
JV
45632018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
4564
4565 * gdb.python/py-framefilter-mi.exp: Update regexp to
4566 check for "arch" field in frame output.
4567
450d1e88
KB
45682018-08-23 Kevin Buettner <kevinb@redhat.com>
4569
4570 * gdb.dwarf2/dw2-ranges-func.c: New file.
4571 * gdb.dwarf2/dw2-ranges-func.exp: New file.
4572
ae739fe7
SM
45732018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
4574
4575 * gdb.base/term.exp: Compare terminal settings with values from
4576 the inferior.
4577 * gdb.base/term.c: Get and set terminal settings.
4578
6d52907e
JV
45792018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
4580
4581 * lib/mi-support.exp (mi_expect_stop): Update regexp to
4582 accommodate new "arch" field in frame output.
4583 * gdb.mi/mi-return.exp: Likewise.
4584 * gdb.mi/mi-stack.exp: Likewise.
4585 * gdb.mi/mi-syn-frame.exp: Likewise.
4586 * gdb.mi/user-selected-context-sync.exp: Likewise.
4587
be2d111a
MS
45882018-08-19 Michael Spang <spang@google.com>
4589
4590 PR gdb/11786
4591 * gdb.base/gcore-tls-pie.c: New file.
4592 * gdb.base/gcore-tls-pie.exp: New file.
4593
ae3a7c47
KB
45942018-08-18 Kevin Buettner <kevinb@redhat.com>
4595
4596 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
4597 * gdb.dwarf2/varval.c: New file.
4598 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 4599
2ecae92e
AH
46002018-08-17 Alan Hayward <alan.hayward@arm.com>
4601
4602 PR gdb/18931
4603 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
4604
c1854f1d
KS
46052018-08-16 Keith Seitz <keiths@redhat.com>
4606
4607 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
4608 tests expected to pass.
4609
26fb3983
JV
46102018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
4611
4612 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
4613 -data-disassemble -a.
4614 (test_disassembly_bogus_args): Likewise.
4615
67943c00
AB
46162018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
4617
4618 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
4619
5ff2bbae
AB
46202018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
4621
4622 * gdb.base/vla-optimized-out.exp: Add new test.
4623
e5bbcd0f
AB
46242018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
4625
4626 * gdb.base/vla-optimized-out-o3.exp: Delete.
4627 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
4628 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
4629 deleted tests.
4630
9d4a934c
AB
46312018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
4632
4633 PR gdb/18050:
4634 * gdb.server/extended-remote-restart.c: New file.
4635 * gdb.server/extended-remote-restart.exp: New file.
4636
045cf012
SM
46372018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
4638
4639 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
4640 "set variable index = 42".
4641
87d6a7aa
SM
46422018-08-07 Simon Marchi <simon.marchi@ericsson.com>
4643
4644 * boards/index-cache-gdb.exp: New file.
4645 * gdb.dwarf2/index-cache.exp: New file.
4646 * gdb.dwarf2/index-cache.c: New file.
4647 * gdb.base/maint.exp: Check if we are using the index cache.
4648
96d68bd4
RO
46492018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4650
4651 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
4652 MAKEFLAGS.
4653
5a699617
RO
46542018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4655
4656 * dg-extract-results.sh: Move to toplevel contrib.
4657 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
4658 * Makefile.in (check-parallel-racy): Likewise.
4659
5bd18990
AB
46602018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
4661
4662 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
4663 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
4664 tests if the target supports scheduler locking.
4665
3fbbcf47
TV
46662018-08-04 Tom de Vries <tdevries@suse.de>
4667
4668 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
4669
3e1d3d8c
TT
46702018-08-02 Tom Tromey <tom@tromey.com>
4671
4672 PR symtab/16842.
4673 * gdb.cp/temargs.exp: Test "info address" of a template
4674 parameter.
4675
5abe0f0c
JV
46762018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
4677
4678 * gdb.python/py-mi-var-info-path-expression.c: New file.
4679 * gdb.python/py-mi-var-info-path-expression.py: New file.
4680 * gdb.python/py-mi-var-info-path-expression.exp: New file.
4681
fb66cde8
SDJ
46822018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
4683
4684 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
4685 error after "cannot resolve name" string.
4686
c708f4d2
AB
46872018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
4688
4689 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
4690 started.
4691 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
4692
37cc0cae
TV
46932018-07-28 Tom de Vries <tdevries@suse.de>
4694
4695 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
4696
63b4ecf7
TV
46972018-07-26 Tom de Vries <tdevries@suse.de>
4698
4699 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
4700
3c3bb058
AB
47012018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
4702
4703 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
4704 is visible.
4705
9e7f3bbb
TV
47062018-07-26 Tom de Vries <tdevries@suse.de>
4707
4708 PR breakpoints/23366
4709 * gdb.base/catch-follow-exec.c: New test.
4710 * gdb.base/catch-follow-exec.exp: New file.
4711
16f808ec
TV
47122018-07-25 Tom de Vries <tdevries@suse.de>
4713
4714 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
4715 vla-optimized-out.c.
4716
d7154a8d
JV
47172018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
4718
4719 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
4720 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
4721
232a0032
TV
47222018-07-20 Tom de Vries <tdevries@suse.de>
4723
4724 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
4725 NOCLONE macro.
4726 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
4727
fbb1d502
TV
47282018-07-19 Tom de Vries <tdevries@suse.de>
4729
4730 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
4731 regular expression.
4732
42dc7699
TV
47332018-07-18 Tom de Vries <tdevries@suse.de>
4734
4735 * gdb.base/vla-optimized-out.c: New test.
4736 * gdb.base/vla-optimized-out.exp: New file.
4737
7f1f7e23
SDJ
47382018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
4739
4740 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
4741 message "No address associated with hostname" when gdbserver
4742 cannot resolve the hostname.
4743
5759ebb3
PW
47442018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4745
4746 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
4747 Add some test prefixes to make tests unique.
4748
3606ccab
PW
47492018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4750
4751 * gdb.base/frameapply.c: New file.
4752 * gdb.base/frameapply.exp: New file.
4753
529c08b2
PW
47542018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4755
4756 * gdb.base/skip.exp: Update expected error message.
4757
c7ab0aef
SDJ
47582018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
4759 Jan Kratochvil <jan.kratochvil@redhat.com>
4760 Paul Fertser <fercerpav@gmail.com>
4761 Tsutomu Seki <sekiriki@gmail.com>
4762
4763 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
4764 parameter.
4765 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
4766 by default.
4767 * boards/native-gdbserver.exp: Likewise.
4768 * gdb.server/run-without-local-binary.exp: Improve regexp used
4769 for detecting when a remote debugging connection succeeds.
4770 * gdb.server/server-connect.exp: New file.
4771 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
4772 Do not prefix the port number with ":".
4773 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
4774 support for detecting and using it. Add '$debughost_gdbserver'
4775 to the list of arguments used to start gdbserver. Handle case
4776 when gdbserver cannot resolve a network name.
4777
16ff70dd
SDJ
47782018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
4779
4780 PR c++/23373
4781 * gdb.base/ptype-offsets.cc (struct static_member): New
4782 struct.
4783 (main) <stmember>: New variable.
4784 * gdb.base/ptype-offsets.exp: Add test for printing a struct
4785 with a static member in it.
4786
3541979f
AB
47872018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
4788
4789 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
4790 watchpoints enabled and disabled.
4791
c8ad9b9a
AB
47922018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4793
4794 * gdb.base/examine-backward.exp: Still run tests around address
4795 0x0, even if address 0x0 is not readable. Update the pattern for
4796 matching address 0x0 in expected output.
4797
e0e5e971
AB
47982018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4799
4800 * gdb.base/share-env-with-gdbserver.c (main): Add call to
4801 malloc/free.
4802
1ea5da02
TV
48032018-07-04 Tom de Vries <tdevries@suse.de>
4804
4805 * gdb.dwarf2/dw2-error.exp: Update expected error message.
4806
471b9d15
MR
48072018-07-02 Maciej W. Rozycki <macro@mips.com>
4808
4809 PR tdep/8282
4810 * gdb.arch/mips-disassembler-options.exp: New test.
4811 * gdb.arch/mips-disassembler-options.s: New test source.
4812
75acb486
PA
48132018-06-29 Pedro Alves <palves@redhat.com>
4814
4815 * gdb.threads/names.exp: Adjust expected "info threads" output.
4816
cd2bb709
PA
48172018-06-29 Pedro Alves <palves@redhat.com>
4818
4819 * gdb.opt/inline-break.exp (line number, address): Add "info
4820 break" tests.
4821
991ff292
PA
48222018-06-29 Pedro Alves <palves@redhat.com>
4823
4824 * gdb.opt/inline-break.c (func1): Add "break here" marker.
4825 * gdb.opt/inline-break.exp: Test setting breakpoints by line
4826 number and address and running to them.
4827
356819b6 48282018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
4829
4830 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
4831
2512d7ef
JK
48322018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4833
4834 * lib/compiler.c: Remove executable permission flag.
4835
be1b6474
RB
48362018-06-28 Richard Bunt <richard.bunt@arm.com>
4837
4838 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
4839 code.
4840 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
4841
291f9a96
PT
48422018-06-28 Petr Tesarik <ptesarik@suse.cz>
4843
4844 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
4845
ed6dfe51
PT
48462018-06-28 Petr Tesarik <ptesarik@suse.cz>
4847
4848 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
4849 address argument is omitted.
4850
d4d429d5
PT
48512018-06-28 Petr Tesarik <ptesarik@suse.cz>
4852
4853 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
4854
7ab6656f
OJ
48552018-06-27 Omair Javaid <omair.javaid@linaro.org>
4856
4857 PR gdb/21695
4858 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
4859 * gdb.base/infoline-reloc-main-from-zero.c: New file.
4860
a33ccfc7
TT
48612018-06-26 Tom Tromey <tom@tromey.com>
4862
4863 PR rust/22574:
4864 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
4865 * gdb.rust/simple.rs (struct SimpleLayout): New.
4866
6d72d289
SM
48672018-06-22 Simon Marchi <simon.marchi@ericsson.com>
4868
4869 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
4870 "info registers" output.
4871
8363f9d5
RB
48722018-06-21 Richard Bunt <richard.bunt@arm.com>
4873
4874 * gdb.base/watchpoint-hw-attach.c: New test.
4875 * gdb.base/watchpoint-hw-attach.exp: New file.
4876
f00674fe
SM
48772018-06-20 Simon Marchi <simon.marchi@ericsson.com>
4878
4879 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
4880 through /bin/sh.
4881 * boards/dwarf4-gdb-index.exp: Likewise.
4882 * boards/fission-dwp.exp: Likewise.
4883
1d554008
UW
48842018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
4885
4886 * gdb.base/float128.exp: Add comment and improved fail message
4887 to the failure case of "print large128" test.
4888
d0ac1c44
SM
48892018-06-19 Simon Marchi <simon.marchi@ericsson.com>
4890
4891 * configure.ac: Remove AC_PREREQ.
4892 * configure: Re-generate.
4893
61b04dd0
PA
48942018-06-19 Pedro Alves <palves@redhat.com>
4895
4896 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
4897 (func_extern_caller): New.
4898 (main): Call func_extern_caller.
4899 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
4900 logic change.
4901
f63b508a
SM
49022018-06-18 Weimin Pan <weimin.pan@oracle.com>
4903
4904 PR gdb/16841
4905 * gdb.cp/typedef-base.cc: New file.
4906 * gdb.cp/typedef-base.exp: New file.
4907
0fe3a558
TV
49082018-06-18 Tom de Vries <tdevries@suse.de>
4909
4910 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
4911
7010835a
AB
49122018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
4913 Richard Bunt <Richard.Bunt@arm.com>
4914
4915 * gdb.threads/attach-slow-waitpid.c: New file.
4916 * gdb.threads/attach-slow-waitpid.exp: New file.
4917 * gdb.threads/slow-waitpid.c: New file.
4918
14897d65
PA
49192018-06-14 Pedro Alves <palves@redhat.com>
4920
4921 * gdb.base/fork-running-state.c: Include <errno.h>.
4922 (exit_if_relative_exits): New.
4923 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
4924 exits.
4925 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
4926 child exits.
4927
5d9a0608
TV
49282018-06-14 Tom de Vries <tdevries@suse.de>
4929
4930 PR cli/22573
4931 * gdb.base/finish-pretty.c: New test.
4932 * gdb.base/finish-pretty.exp: New file.
4933
11ae5818
PA
49342018-06-14 Pedro Alves <palves@redhat.com>
4935
4936 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
4937 gdb's expected startup output.
4938
1d39de44
PA
49392018-06-14 Pedro Alves <palves@redhat.com>
4940
4941 * lib/selftest-support.exp (selftest_setup): Remove inlined
4942 function handling.
4943
70ee0000
TV
49442018-06-14 Tom de Vries <tdevries@suse.de>
4945
4946 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
4947 matching of breakpoint printing.
4948
11f4b608
TV
49492018-06-13 Tom de Vries <tdevries@suse.de>
4950
4951 PR testsuite/23269
4952 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
4953 (fork_child): ... here, and ...
4954 (fork_parent): ... here.
4955
49562018-06-12 Tom de Vries <tdevries@suse.de>
4957
4958 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
4959
9516f85a
AB
49602018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
4961 Stephen Roberts <stephen.roberts@arm.com>
4962
4963 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
4964 rewrite test to describe action performed, rather than possible
4965 failure.
4966
5045b3d7
GB
49672018-06-08 Gary Benson <gbenson@redhat.com>
4968
4969 * gdb.threads/check-libthread-db.exp: New file.
4970 * gdb.threads/check-libthread-db.c: Likewise.
4971
c61b06a1
TT
49722018-06-05 Tom Tromey <tom@tromey.com>
4973
4974 * gdb.base/default.exp: Update expected "show version" output.
4975
eb6af809
TT
49762018-06-05 Tom Tromey <tom@tromey.com>
4977
4978 PR cli/12326:
4979 * gdb.cp/static-print-quit.exp: Update.
4980 * lib/gdb.exp (pagination_prompt): Update.
4981 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
4982 * gdb.python/python.exp: Update.
4983
178d6a63
JB
49842018-06-04 Joel Brobecker <brobecker@adacore.com>
4985
4986 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
4987
8e817061
JB
49882018-06-01 Joel Brobecker <brobecker@adacore.com>
4989
4990 * gdb.ada/bp_fun_addr: New testcase.
4991
e86ca25f
TT
49922018-06-01 Tom Tromey <tom@tromey.com>
4993
4994 * gdb.xml/tdesc-regs.exp (load_description): Update expected
4995 results.
4996 * gdb.dwarf2/method-ptr.exp: Set language to C++.
4997 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
4998 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
4999 * gdb.base/maint.exp (maint_pass_if): Update.
5000
4b2dfa9d
MR
50012018-05-31 Maciej W. Rozycki <macro@mips.com>
5002
5003 * gdb.base/endian.exp: New test.
5004 * gdb.base/endian.c: New test source.
5005
45f25d6c
AB
50062018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
5007
5008 PR gdb/23203
5009 * gdb.base/bt-selected-frame.c: New file.
5010 * gdb.base/bt-selected-frame.exp: New file.
5011 * lib/gdb.exp (get_current_frame_number): New function.
5012
d9f6d7f8
MR
50132018-05-24 Maciej W. Rozycki <macro@mips.com>
5014 Pedro Alves <palves@redhat.com>
5015
5016 * gdb.threads/tls-core.c: Include <stdlib.h>
5017 (thread_proc): Call `abort'.
5018 * gdb.threads/tls-core.exp: Generate a core with core_find too.
5019 (tls_core_test): New procedure, bits factored out from ...
5020 (top level): ... here. Test both native cores and gcore cores.
5021
ff1cf532
TT
50222018-05-23 Tom Tromey <tom@tromey.com>
5023
5024 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
5025
b98664d3
TT
50262018-05-23 Tom Tromey <tom@tromey.com>
5027
5028 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
5029 symfile_complaints.
5030 (test_short_complaints): Likewise.
5031 (test_empty_complaints): Likewise.
5032 (test_initial_complaints): Update.
5033
4e9668d0
TT
50342018-05-23 Tom Tromey <tom@tromey.com>
5035
5036 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
5037
43ba33c7
TT
50382018-05-23 Tom Tromey <tom@tromey.com>
5039
5040 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
5041 (test_short_complaints): Update.
5042
035522c0
PA
50432018-05-22 Pedro Alves <palves@redhat.com>
5044
5045 * gdb.base/remote.exp: Only gdb_start after compiling the
5046 testcase. Issue "disconnect" before testing "set remote" command
5047 defaults. Issue clean_restart before running to main.
5048
cc0be08f
PA
50492018-05-22 Pedro Alves <palves@redhat.com>
5050
5051 * gdb.base/remote.exp: Adjust expected output of "show remote
5052 memory-write-packet-size". Add tests for "set remote
5053 memory-write-packet-size 0" and "set remote
5054 memory-write-packet-size fixed/limit".
5055
b1b60145
PA
50562018-05-22 Pedro Alves <palves@redhat.com>
5057
5058 PR gdb/22973
5059 * gdb.base/utf8-identifiers.c: New file.
5060 * gdb.base/utf8-identifiers.exp: New file.
5061
0ec848ad
PFC
50622018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
5063
5064 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
5065
2c3305f6
PFC
50662018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
5067
5068 * gdb.arch/powerpc-vsx-gcore.exp: New file.
5069
ce1e8424
TT
50702018-05-18 Tom Tromey <tom@tromey.com>
5071
5072 * gdb.base/ptype-offsets.exp: Update.
5073
ddfe970e
KS
50742018-05-17 Keith Seitz <keiths@redhat.com>
5075
5076 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
5077 in expected breakpoint stop locations.
5078 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
5079 move to proper scope to test variable values.
5080 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
5081 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
5082 New functions.
5083 (main): Call not_inline_func3.
5084 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
5085 inline_func1, inline_func2, and inline_func3. Test that when each
5086 breakpoint is hit, GDB properly reports both the stop location
5087 and the backtrace. Repeat tests for temporary breakpoints.
5088
0726fcc6
MR
50892018-05-15 Maciej W. Rozycki <macro@mips.com>
5090
5091 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
5092 rather then trying to access it in determining whether the PID
5093 of `gdbserver' could have been retrieved.
5094
8ee22052
AB
50952018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
5096
5097 * gdb.arch/amd64-init-x87-values.S: New file.
5098 * gdb.arch/amd64-init-x87-values.exp: New file.
5099
7785df48
JK
51002018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5101
5102 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
5103
56bcdbea
TT
51042018-05-04 Tom Tromey <tom@tromey.com>
5105
5106 PR python/22730:
5107 * gdb.python/python.exp: Test multi-line execute.
5108
a913fffb
TT
51092018-05-04 Tom Tromey <tom@tromey.com>
5110
5111 PR python/22731:
5112 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
5113
7a2c85f2
TT
51142018-05-04 Tom Tromey <tom@tromey.com>
5115
5116 PR gdb/11750:
5117 * gdb.base/define.exp: Test defining a user command inside a user
5118 command.
5119 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
5120
a3b60e45
JK
51212018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5122 Pedro Alves <palves@redhat.com>
5123
5124 PR breakpoints/19806 and support for PR external/20207.
5125 * gdb.base/watchpoint-unaligned.c: New file.
5126 * gdb.base/watchpoint-unaligned.exp: New file.
5127
45fe4a03
AB
51282018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
5129
5130 * gdb.base/maint.exp: Make test names unique, use
5131 test_prefix_command_help to test 'help maint info', and remove
5132 repeated test of 'help maint'.
5133
9be2ae8f
TT
51342018-05-04 Tom Tromey <tom@tromey.com>
5135
5136 PR gdb/22619:
5137 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
5138 behavior.
5139
11859c31
AB
51402018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
5141
5142 * gdb.base/maint.exp: Process output from 'maint print registers'
5143 line at a time.
5144
089a9490
AB
51452018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
5146
5147 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
5148 timeout.
5149
9b0797e2
AB
51502018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
5151
5152 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
5153 filter pattern.
5154
f6ac5f3d
PA
51552018-05-02 Pedro Alves <palves@redhat.com>
5156
5157 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
5158 to_log_command renames.
5159 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
5160
77d3c63b
TT
51612018-05-02 Tom Tromey <tom@tromey.com>
5162
5163 * gdb.python/py-parameter.exp: Set test message.
5164
0489430a
TT
51652018-05-02 Tom Tromey <tom@tromey.com>
5166
5167 PR python/20084:
5168 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
5169 PARAM_ZUINTEGER_UNLIMITED tests.
5170
1632f8ba
DR
51712018-04-28 Dan Robertson <danlrobertson89@gmail.com>
5172
5173 PR rust/23124
5174 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
5175 when casting.
5176
6d7bb824
TT
51772018-04-30 Tom Tromey <tom@tromey.com>
5178
5179 * gdb.python/py-type.exp: Check align attribute.
5180 * gdb.python/py-type.c: New "aligncheck" global.
5181
007e1530
TT
51822018-04-30 Tom Tromey <tom@tromey.com>
5183
5184 PR exp/17095:
5185 * gdb.dwarf2/dw2-align.exp: New file.
5186 * gdb.cp/align.exp: New file.
5187 * gdb.base/align.exp: New file.
5188 * lib/gdb.exp (gdb_int128_helper): New proc.
5189 (has_int128_c, has_int128_cxx): New caching procs.
5190
6873858b
TT
51912018-04-27 Tom Tromey <tom@tromey.com>
5192
5193 PR rust/22545:
5194 * gdb.rust/simple.exp: Add inclusive range tests.
5195
79188d8d
PA
51962018-04-26 Pedro Alves <palves@redhat.com>
5197
5198 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
5199 ifunc breakpoint locations correctly of ifunc breakpoints set
5200 while the program resolves the ifunc.
5201
c7075ad5
PA
52022018-04-26 Pedro Alves <palves@redhat.com>
5203
5204 * gdb.base/gnu-ifunc-final.c: New file.
5205 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
5206 * gdb.base/gnu-ifunc.exp (executable): Delete.
5207 (staticexecutable): Adjust.
5208 (lib_opts, exec_opts): Delete.
5209 (make_binsuffix, build, set-break): New procedures.
5210 (misc_tests): New, with tests factored out from the top level.
5211 (top level): Test different combinations of ifunc resolver name,
5212 resolver with and with debug info, and ifunc target with and
5213 without debug info. Wrap static tests with with_target_prefix.
5214
8388016d
PA
52152018-04-26 Pedro Alves <palves@redhat.com>
5216
5217 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
5218 return type" warnings.
5219
249b5733
PA
52202018-04-25 Pedro Alves <palves@redhat.com>
5221
5222 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
5223 killed".
5224 * gdb.base/kill-after-signal.exp: Likewise.
5225 * gdb.threads/kill.exp: Likewise.
5226
f67c0c91
SDJ
52272018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5228 Sergio Durigan Junior <sergiodj@redhat.com>
5229 Pedro Alves <palves@redhat.com>
5230
5231 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
5232 regexps to expect for '[Inferior ... detached]' as well.
5233 * gdb.base/attach.exp: Likewise.
5234 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
5235 "gdb_continue_to_end".
5236 (test_catch_syscall_with_wrong_args): Likewise.
5237 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
5238 ']'. Don't set 'verbose' on.
5239 * gdb.base/foll-vfork.exp: Likewise.
5240 * gdb.base/fork-print-inferior-events.c: New file.
5241 * gdb.base/fork-print-inferior-events.exp: New file.
5242 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
5243 '[Inferior ... has been killed]' message.
5244 * gdb.base/kill-after-signal.exp: Likewise.
5245 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
5246 detach message.
5247 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
5248 message.
5249 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
5250 regexps to expect for '[Inferior ... detached]' as well.
5251 * gdb.threads/process-dies-while-detaching.exp: Likewise.
5252
0a8ddac4
SM
52532018-04-24 Simon Marchi <simon.marchi@ericsson.com>
5254
5255 PR gdb/23104
5256 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
5257
701adfb0
PA
52582018-04-22 Rajendra SY <rajendra.sy@gmail.com>
5259
5260 PR gdb/23095
5261 * gdb.base/break-probes.exp: Pass shlib_load to
5262 prepare_for_testing. Set normal_bp to r_debug_state if target is
5263 bsd.
5264
d27d16bf
RB
52652018-04-19 Richard Bunt <richard.bunt@arm.com>
5266
5267 * gdb.threads/multiple-successive-infcall.c: New test.
5268 * gdb.threads/multiple-successive-infcall.exp: New file.
5269
a037790e
TT
52702018-04-17 Tom Tromey <tom@tromey.com>
5271
5272 * gdb.rust/simple.rs (Union): New type.
5273 (main): New local "u".
5274 * gdb.rust/simple.exp (test_one_slice): Add new test case.
5275
e3a91079
AA
52762018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5277
5278 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
5279 number information in output of "whereis" command.
5280 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
5281
b744723f
AA
52822018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5283
5284 * gdb.ada/info_types.exp: Adjust expected output to the line
5285 numbers now printed by "info var/func/type".
5286 * gdb.base/completion.exp: Likewise.
5287 * gdb.base/included.exp: Likewise.
5288 * gdb.cp/cp-relocate.exp: Likewise.
5289 * gdb.cp/cplusfuncs.exp: Likewise.
5290 * gdb.cp/namespace.exp: Likewise.
5291 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
5292
4a4495d6
MM
52932018-04-13 Markus Metzger <markus.t.metzger@intel.com>
5294
5295 * gdb.btrace/cpu.exp: New.
5296
1d509aa6
MM
52972018-04-13 Markus Metzger <markus.t.metzger@intel.com>
5298
5299 * gdb.base/step-indirect-call-thunk.exp: New.
5300 * gdb.base/step-indirect-call-thunk.c: New.
5301 * gdb.reverse/step-indirect-call-thunk.exp: New.
5302 * gdb.reverse/step-indirect-call-thunk.c: New.
5303
6295b6da
SM
53042018-04-11 Simon Marchi <simon.marchi@ericsson.com>
5305
5306 * gdb.base/pie-fork.c: New file.
5307 * gdb.base/pie-fork.exp: New file.
5308
50146e70
TT
53092018-04-11 Tom Tromey <tom@tromey.com>
5310
5311 * gdb.rust/simple.exp: Add test for ".." struct initializer.
5312
f50d8a2e
PA
53132018-04-10 Pedro Alves <palves@redhat.com>
5314
5315 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
5316 exits. Instead loop running forever.
5317 (fork_parent): Run forever too.
5318
a0be7a36
SM
53192018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
5320
5321 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
5322 mi_continue_to_line.
5323 * gdb.mi/mi-stack.c (callee4): Add comment.
5324
9b73db36
SM
53252018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
5326
5327 * gdb.mi/mi-stack.exp: Fix indentation.
5328
c912f608
SM
53292018-04-07 Simon Marchi <simon.marchi@ericsson.com>
5330
5331 PR gdb/22979
5332 * gdb.arch/amd64-osabi.exp: New file.
5333
26540402
SM
53342018-04-07 Simon Marchi <simon.marchi@ericsson.com>
5335
5336 PR gdb/22980
5337 * gdb.base/osabi.exp: New file.
5338
121ad66c 53392018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
5340
5341 * gdb.cp/static-typedef-print.exp: New file.
5342 * gdb.cp/static-typedef-print.cc: New file.
5343
3fcded8f
JB
53442018-03-27 Joel Brobecker <brobecker@adacore.com>
5345
5346 * gdb.ada/varsize_limit: New testcase.
5347
59cc4834
JB
53482018-03-27 Joel Brobecker <brobecker@adacore.com>
5349
5350 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
5351
5352 * gdb.ada/notcplusplus: New testcase.
5353
5354 * gdb.base/c-linkage-name.c: New file.
5355 * gdb.base/c-linkage-name.exp: New testcase.
5356
4ca59a9f
TT
53572018-03-26 Tom Tromey <tom@tromey.com>
5358
5359 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
5360 * gdb.python/py-framefilter.py (name_error): New global.
5361 (ErrorInName.function): Use name_error.
5362
978d6c75
TT
53632018-03-26 Tom Tromey <tom@tromey.com>
5364
5365 PR backtrace/15582:
5366 * gdb.python/py-framefilter.exp: Add "bt hide" test.
5367
b7fee5a3
KS
53682018-03-23 Keith Seitz <keiths@redhat.com>
5369
5370 PR c++/22968
5371 * gdb.cp/subtypes.exp: New file.
5372 * gdb.cp/subtypes.h: New file.
5373 * gdb.cp/subtypes.cc: New file.
5374 * gdb.cp/subtypes-2.cc: New file.
5375
376be529
AB
53762018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
5377
5378 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
5379 (done): Call '_exit' not 'exit' to avoid atexit handlers.
5380 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
5381 -nostartfiles when compiling the test. Confirm that all registers
5382 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
5383
066cfa98
AB
53842018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
5385
5386 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
5387 option, syntax was wrong anyway.
5388 * gdb.arch/arm-disp-step.exp: Likewise.
5389 * gdb.arch/sparc64-regs.exp: Likewise.
5390 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
5391 option, syntax was wrong anyway, switch to use
5392 prepare_for_testing.
5393 * gdb.arch/i386-disp-step.exp: Likewise.
5394
079670b9
AA
53952018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
5396
5397 * gdb.ada/exec_changed.exp: Replace "target_info exists
5398 use_gdb_stub" by "use_gdb_stub".
5399 * gdb.ada/start.exp: Likewise.
5400 * gdb.base/async-shell.exp: Likewise.
5401 * gdb.base/attach-pie-misread.exp: Likewise.
5402 * gdb.base/attach-wait-input.exp: Likewise.
5403 * gdb.base/break-entry.exp: Likewise.
5404 * gdb.base/break-interp.exp: Likewise.
5405 * gdb.base/dprintf-detach.exp: Likewise.
5406 * gdb.base/nostdlib.exp: Likewise.
5407 * gdb.base/solib-nodir.exp: Likewise.
5408 * gdb.base/statistics.exp: Likewise.
5409 * gdb.base/testenv.exp: Likewise.
5410 * gdb.mi/mi-exec-run.exp: Likewise.
5411 * gdb.mi/mi-start.exp: Likewise.
5412 * gdb.multi/dummy-frame-restore.exp: Likewise.
5413 * gdb.multi/multi-arch-exec.exp: Likewise.
5414 * gdb.multi/multi-arch.exp: Likewise.
5415 * gdb.multi/tids.exp: Likewise.
5416 * gdb.multi/watchpoint-multi.exp: Likewise.
5417 * gdb.python/py-events.exp: Likewise.
5418 * gdb.threads/attach-into-signal.exp: Likewise.
5419 * gdb.threads/attach-stopped.exp: Likewise.
5420 * gdb.threads/threadapply.exp: Likewise.
5421 * lib/selftest-support.exp: Likewise.
5422
26d6cec4
AA
54232018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
5424
5425 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
5426
4ee89e90
SR
54272018-03-20 Stephen Roberts <stephen.roberts@arm.com>
5428
5429 * gdb.perf/template-breakpoints.cc: New file.
5430 * gdb.perf/template-breakpoints.exp: New file.
5431 * gdb.perf/template-breakpoints.py: New file.
5432
92630041
TT
54332018-03-19 Tom Tromey <tom@tromey.com>
5434
5435 * gdb.rust/simple.rs (main): Add local variables field1, field2,
5436 y0.
5437 * gdb.rust/simple.exp: Test bare identifier form of struct
5438 initializer.
5439
76727919
TT
54402018-03-19 Tom Tromey <tom@tromey.com>
5441
5442 * gdb.gdb/observer.exp: Remove.
5443
194ed413
AA
54442018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5445
5446 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
5447 "qualified" option when setting breakpoints.
5448 * gdb.trace/backtrace.exp: Likewise.
5449 * gdb.trace/circ.exp: Likewise.
5450 * gdb.trace/collection.exp: Likewise.
5451 * gdb.trace/disconnected-tracing.exp: Likewise.
5452 * gdb.trace/ftrace-lock.exp: Likewise.
5453 * gdb.trace/ftrace.exp: Likewise.
5454 * gdb.trace/infotrace.exp: Likewise.
5455 * gdb.trace/packetlen.exp: Likewise.
5456 * gdb.trace/passc-dyn.exp: Likewise.
5457 * gdb.trace/qtro.exp: Likewise.
5458 * gdb.trace/read-memory.exp: Likewise.
5459 * gdb.trace/report.exp: Likewise.
5460 * gdb.trace/signal.exp: Likewise.
5461 * gdb.trace/status-stop.exp: Likewise.
5462 * gdb.trace/strace.exp: Likewise.
5463 * gdb.trace/tfind.exp: Likewise.
5464 * gdb.trace/trace-break.exp: Likewise.
5465 * gdb.trace/trace-condition.exp: Likewise.
5466 * gdb.trace/trace-mt.exp: Likewise.
5467 * gdb.trace/tstatus.exp: Likewise.
5468 * gdb.trace/tsv.exp: Likewise.
5469 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
5470 * gdb.trace/unavailable.exp: Likewise.
5471 * gdb.trace/while-dyn.exp: Likewise.
5472
8b067d2c
AA
54732018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5474
5475 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
5476 that libinproctrace is copied to the target.
5477
3ae9ce5d
TT
54782018-03-14 Tom Tromey <tom@tromey.com>
5479
5480 PR cli/14977:
5481 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
5482 a null pointer.
5483 * gdb.base/wchar.exp: Likewise.
5484
b8c2339b
TT
54852018-03-14 Tom Tromey <tom@tromey.com>
5486
5487 PR cli/19918:
5488 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
5489 flag.
5490
4872dc46
SM
54912018-03-08 Simon Marchi <simon.marchi@ericsson.com>
5492
5493 PR gdb/22841
5494 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
5495 "target" to remote_exec.
5496
e4fe3756
SM
54972018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
5498
5499 PR gdb/22841
5500 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
5501 ${board}_upload): Remove.
5502
e95a97d4
AA
55032018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
5504
5505 * gdb.cp/watch-cp.cc: New test.
5506 * gdb.cp/watch-cp.exp: New file.
5507
dbbb1059
AB
55082018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5509
5510 * gdb.base/infcall-nested-structs.exp: New file.
5511 * gdb.base/infcall-nested-structs.c: New file.
5512 * gdb.base/float.exp: Add riscv support.
5513
ecc054c0
TP
55142018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
5515
5516 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
5517 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
5518
25e3c82c
SDJ
55192018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
5520
5521 * gdb.server/abspath.exp: New file.
5522 * lib/gdb.exp (with_cwd): New procedure.
5523
3083294d
SM
55242018-02-28 Simon Marchi <simon.marchi@ericsson.com>
5525
5526 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
5527 use it.
5528 (gdb_is_target_remote_prompt): New proc.
5529 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
5530 (gdb_is_target_native): Pass prompt parameter to
5531 gdb_is_target_1.
5532
3275ef47
SM
55332018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
5534
5535 * gdb.base/load-command.c: New file.
5536 * gdb.base/load-command.exp: New file.
5537 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
5538 (gdb_is_target_1): ...this, and generalize for other targets
5539 than just remote.
5540 (gdb_is_target_remote): Use gdb_is_target_1.
5541 (gdb_is_target_native): use gdb_is_target_1.
5542
6893c19a
TT
55432018-02-26 Tom Tromey <tom@tromey.com>
5544
5545 PR python/16497:
5546 * gdb.python/py-framefilter.exp: Update test.
5547
2ddeaf8a
TT
55482018-02-26 Tom Tromey <tom@tromey.com>
5549
5550 * gdb.dwarf2/variant.c: New file.
5551 * gdb.dwarf2/variant.exp: New file.
5552
c9317f21
TT
55532018-02-26 Tom Tromey <tom@tromey.com>
5554
5555 * gdb.rust/simple.exp: Accept more possible results in enum test.
5556
6f6d0c26
SM
55572018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
5558
5559 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
5560 parentheses.
5561
11b03145
MR
55622018-02-23 Maciej W. Rozycki <macro@mips.com>
5563
5564 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
5565 name of a variable: $actual_linejj -> $actual_line.
5566
54a27fe5
JB
55672018-02-21 John Baldwin <jhb@FreeBSD.org>
5568
5569 * gdb.arch/amd64-i386-address.exp: Fix a typo.
5570
de65820c
MM
55712018-02-20 Markus Metzger <markus.t.metzger@intel.com>
5572
5573 * gdb.btrace/buffer-size.exp: Do not force BTS.
5574
980548fd
PA
55752018-02-14 Pedro Alves <palves@redhat.com>
5576
5577 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
5578 getting a "Quit".
5579
c4e12631
MM
55802018-02-09 Markus Metzger <markus.t.metzger@intel.com>
5581
5582 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
5583 Fix test name.
5584
c2e0e465
SM
55852018-02-07 Simon Marchi <simon.marchi@ericsson.com>
5586
5587 * gdb.cp/m-static.exp: Check type of optimized out static
5588 member.
5589
f7216783
AB
55902018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
5591
5592 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
5593 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
5594
0625771b
LS
55952018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
5596 Leszek Swirski <leszeks@google.com>
5597
5598 * gdb.python/py-prettyprint.c
5599 (struct to_string_returns_value_inner,
5600 struct to_string_returns_value_wrapper): New.
5601 (main): Add tsrvw variable.
5602 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
5603 ToStringReturnsValueWrapper): New classes.
5604 (register_pretty_printers): Register new pretty-printers.
5605 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
5606 recursive pretty printer.
5607 * gdb.python/py-mi.exp: Likewise.
5608
59498c30
LS
56092018-02-01 Leszek Swirski <leszeks@google.com>
5610
5611 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
5612 functions with the same name as an include file are parsed
5613 correctly.
5614
d4d38844
YQ
56152018-02-01 Yao Qi <yao.qi@linaro.org>
5616
5617 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
5618 "\[^\r\n\]*".
5619
07e5f5cf
NP
56202018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
5621
5622 * gdb.arch/powerpc-prologue-frame.s: New file.
5623 * gdb.arch/powerpc-prologue-frame.c: Likewise.
5624 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
5625
929b5ad4
JB
56262018-01-31 Joel Brobecker <brobecker@adacore.com>
5627
5628 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
5629
e671cd59
PA
56302018-01-30 Pedro Alves <palves@redhat.com>
5631
5632 PR gdb/13211
5633 * gdb.base/interrupt-daemon.c: New.
5634 * gdb.base/interrupt-daemon.exp: New.
5635 * gdb.multi/multi-term-settings.c: New.
5636 * gdb.multi/multi-term-settings.exp: New.
5637
fc413dc4
JB
56382018-01-30 Joel Brobecker <brobecker@adacore.com>
5639
5640 * gdb.base/break.exp: Save the location where the breakpoint
5641 on break.c:47 was actually inserted when debugging the version
5642 compiled at -O2 and use it in the expected output of the "info
5643 break" test performed soon after.
5644
5c319bb2
PA
56452018-01-22 Pedro Alves <palves@redhat.com>
5646 Sergio Durigan Junior <sergiodj@redhat.com>
5647
5648 * gdb.base/whatis.exp: Add tests for 'set print object on' +
5649 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
5650
a9e40818
JB
56512018-01-22 Joel Brobecker <brobecker@adacore.com>
5652
5653 * gdb.base/break-include.c, gdb.base/break-include.inc,
5654 gdb.base/break-include.exp: New files.
5655 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
5656 line number now being the actual line number where the breakpoint
5657 was inserted.
5658 * gdb.mi/mi-break.exp: Likewise.
5659 * gdb.mi/mi-reverse.exp: Likewise.
5660 * gdb.mi/mi-simplerun.exp: Ditto.
5661
e707fc44
AB
56622018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
5663
5664 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
5665 varobj.
5666 * gdb.mi/mi-var-create-rtti.exp: Likewise.
5667
ae451627
AB
56682018-01-21 Don Breazeal <donb@codesourcery.com>
5669 Andrew Burgess <andrew.burgess@embecosm.com>
5670
5671 * gdb.mi/basics.c: Add new global.
5672 * gdb.mi/mi-frame-regs.exp: New file.
5673 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
5674 case.
5675
b1b189e0
AB
56762018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
5677
5678 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
5679 non-parameter, and on an unknown symbol.
5680
fcfcc376
TT
56812018-01-19 Tom Tromey <tom@tromey.com>
5682
5683 * gdb.rust/modules.rs (TWENTY_THREE): New global.
5684 * gdb.rust/modules.exp: Add ::-qualified lookup test.
5685
634c1c31
AA
56862018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5687
5688 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
5689 setrlimit and chdir to int.
5690
d6ad07fd
AA
56912018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5692
5693 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
5694 function.
5695 (my_tend): Likewise.
5696 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
5697 rationale of avoiding FP- and vector instructions.
5698
adf8243b
RK
56992018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
5700
5701 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
5702 "info reg" with "\[ \t\]*".
5703 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
5704 "\[ \t\]+".
5705 * gdb.arch/s390-multiarch.exp: Ditto.
5706 * gdb.base/pc-fp.exp: Ditto.
5707 * gdb.reverse/i386-precsave.exp: Ditto.
5708 * gdb.reverse/i386-reverse.exp: Ditto.
5709 * gdb.reverse/i387-env-reverse.exp: Ditto.
5710 * gdb.reverse/i387-stack-reverse.exp: Ditto.
5711
dcc06925
AA
57122018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
5713
5714 * lib/gdb.exp (gdb_compile): Re-enable use of
5715 universal_compile_options for languages other than Rust.
5716
25d4fd80
AA
57172018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
5718
5719 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
5720
ee7f689e 57212018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
5722
5723 PR gdb/16577
5724 * gdb.base/solib-vanish.exp: New.
5725 * gdb.base/solib-vanish-main.c: New.
5726 * gdb.base/solib-vanish-lib1.c: New.
5727 * gdb.base/solib-vanish-lib2.c: New.
5728
d8447b6b
YQ
57292018-01-17 Yao Qi <yao.qi@linaro.org>
5730
5731 * gdb.compile/compile.exp: Match the address printed for
5732 frame in the output of command "bt".
5733
86d6a90c
TT
57342018-01-15 Tom Tromey <tom@tromey.com>
5735
5736 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
5737 compute sp_reg.
5738
cbcdb1aa
AB
57392018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
5740
5741 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
5742 to prepare.
5743 (prepare): Return 0 on error, 1 on success.
5744
eea61984
PA
57452018-01-12 Pedro Alves <palves@redhat.com>
5746
5747 * gdb.base/continue-after-aborted-step-over.c: New.
5748 * gdb.base/continue-after-aborted-step-over.exp: New.
5749
6181e9c2
SM
57502018-01-11 Simon Marchi <simon.marchi@ericsson.com>
5751
5752 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
5753 options when not creating an executable.
5754
3cada740
PA
57552018-01-11 Pedro Alves <palves@redhat.com>
5756
5757 PR remote/22597
5758 * gdb.server/stop-reply-no-thread.c: New file.
5759 * gdb.server/stop-reply-no-thread.exp: New file.
5760
c63d3e8d
PA
57612018-01-10 Pedro Alves <palves@redhat.com>
5762
5763 PR gdb/22670
5764 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
5765 functions too. Test setting breakpoints and printing C functions
5766 with no debug info too.
5767 * gdb.ada/bp_c_mixed_case/qux.c: New file.
5768
d4c2a405
PA
57692018-01-10 Pedro Alves <palves@redhat.com>
5770
5771 PR gdb/22670
5772 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
5773 a fail.
5774
8825213e
PA
57752018-01-10 Pedro Alves <palves@redhat.com>
5776
5777 PR gdb/22670
5778 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
5779
605fd3c6
YQ
57802018-01-08 Simon Marchi <simon.marchi@ericsson.com>
5781
5782 * gdb.server/unittest.exp: Match the output in non-development
5783 mode.
5784
1e5ded6c
YQ
57852018-01-08 Simon Marchi <simon.marchi@ericsson.com>
5786
5787 * gdb.gdb/unittest.exp: Match output in non-development mode.
5788
30066b0b
JB
57892018-01-08 Joel Brobecker <brobecker@adacore.com>
5790
5791 * gdb.ada/access_tagged_param.exp: Relax expected output
5792 for value of "ObjL" in "continue" to pck.inspect breakpoint
5793 test.
5794
04bafb1e
XR
57952018-01-08 Joel Brobecker <brobecker@adacore.com>
5796
9f86398b
JB
5797 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
5798 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 5799
e379cee6
PA
58002018-01-05 Pedro Alves <palves@redhat.com>
5801
5802 PR gdb/18653
5803 * gdb.base/libsegfault.exp: New.
5804
de63c46b
PA
58052018-01-05 Joel Brobecker <brobecker@adacore.com>
5806
5807 PR gdb/22670
5808 * gdb.ada/access_tagged_param.exp: New file.
5809 * gdb.ada/access_tagged_param/foo.adb: New file.
5810
f98fc17b
PA
58112018-01-05 Pedro Alves <palves@redhat.com>
5812
5813 PR gdb/22670
5814 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
5815 exercise lower case too, and to exercise both full matching and
5816 wild matching.
5817
342f8240
JB
58182018-01-05 Joel Brobecker <brobecker@adacore.com>
5819
5820 * gdb.ada/rename_subscript_param: New testcase.
5821
7150d33c
JG
58222018-01-05 Jerome Guitton <guitton@adacore.com>
5823
5824 * gdb.ada/arr_acc_idx_w_gap: New testcase.
5825
cc0e770c
JB
58262018-01-05 Joel Brobecker <brobecker@adacore.com>
5827
5828 * gdb.ada/convvar_comp: New testcase.
5829
672a41aa 58302018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
5831
5832 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
5833 (My_Table): New global variable.
5834 * testsuite/gdb.ada/array_char_idx.exp: Add test.
5835
7365ec2f
JB
58362018-01-04 Joel Brobecker <brobecker@adacore.com>
5837
5838 PR gdb/22670
5839 * gdb.ada/maint_with_ada: New testcase.
5840
289483b6
JB
58412018-01-04 Joel Brobecker <brobecker@adacore.com>
5842
5843 PR gdb/22670
5844 * gdb.ada/bp_c_mixed_case: New testcase.
5845
344420da
JB
58462018-01-04 Joel Brobecker <brobecker@adacore.com>
5847
5848 PR gdb/22670
5849 * gdb.ada/complete.exp: Add "complete break ada" test.
5850
66fc87a0
JB
58512018-01-04 Joel Brobecker <brobecker@adacore.com>
5852
5853 PR gdb/22670
5854 * gdb.ada/info_addr_mixed_case: New testcase.
5855
9f757bf7
XR
58562018-01-03 Xavier Roirand <roirand@adacore.com>
5857
5858 * gdb.ada/excep_handle.exp: New testcase.
5859 * gdb.ada/excep_handle/foo.adb: New file.
5860 * gdb.ada/excep_handle/pck.ads: New file.
5861
bd570f80
JB
58622018-01-03 Joel Brobecker <brobecker@adacore.com>
5863
5864 * gdb.base/step-line.c: Add extra empty line in copyright header.
5865 * gdb.base/step-line.inp: Likewise.
5866
9fe561ab
JB
58672018-01-02 Joel Brobecker <brobecker@adacore.com>
5868
5869 * gdb.ada/dyn_stride.exp: Add slice test.
5870
a405673c
JB
58712018-01-02 Joel Brobecker <brobecker@adacore.com>
5872
5873 * gdb.ada/dyn_stride: New testcase.
5874
cef0f868
SH
58752017-12-27 Stafford Horne <shorne@gmail.com>
5876
5877 * gdb.xml/extra-regs.xml: Add example foo reggroup.
5878 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
5879
b67d92b0
SH
58802017-12-27 Stafford Horne <shorne@gmail.com>
5881
5882 * gdb.base/reggroups.c: New file.
5883 * gdb.base/reggroups.exp: New file.
5884
eccab96d
JB
58852017-12-18 Joel Brobecker <brobecker@adacore.com>
5886
5887 * gdb.dwarf2/ada-valprint-error.c: New file.
5888 * gdb.dwarf2/ada-valprint-error.exp: New file.
5889
0e2da9f0
JB
58902017-12-18 Joel Brobecker <brobecker@adacore.com>
5891
5892 * gdb.ada/assign_arr: New testcase.
5893
cb923fcc
XR
58942017-12-18 Xavier Roirand <roirand@adacore.com>
5895
5896 * gdb.ada/funcall_ptr: New testcase.
5897
7c161838
SDJ
58982017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
5899
5900 PR cli/16224
5901 * gdb.base/ptype-offsets.cc: New file.
5902 * gdb.base/ptype-offsets.exp: New file.
5903
1af17fd9
YQ
59042017-12-15 Yao Qi <yao.qi@linaro.org>
5905
5906 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
5907 if XML is disabled.
5908
828d5846
XR
59092017-12-15 Xavier Roirand <roirand@adacore.com>
5910
5911 * gdb.ada/same_component_name: New testcase.
5912
79e8fcaa
JB
59132017-12-14 Joel Brobecker <brobecker@adacore.com>
5914
5915 * gdb.ada/str_binop_equal: New testcase.
5916
e05fa6f9
JB
59172017-12-14 Joel Brobecker <brobecker@adacore.com>
5918
5919 * gdb.ada/task_switch_in_core: New testcase.
5920
b89641ba
SM
59212017-12-13 Simon Marchi <simon.marchi@ericsson.com>
5922
5923 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
5924 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
5925 call test_bkpt_qualified.
5926 (test_bkpt_qualified): New proc.
5927
6892d2e4
PA
59282017-12-13 Pedro Alves <palves@redhat.com>
5929
5930 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
5931 Tighten regexp by matching with an anchor.
5932
a22ecf70
PA
59332017-12-13 Pedro Alves <palves@redhat.com>
5934
5935 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
5936 ("expression with namespace"): New set of tests.
5937 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
5938 (Nested::Test_NS::qux): New.
5939 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
5940 defaults to 'start_quote_char' and 'end_quote_char' parameters.
5941
9937536c
JB
59422017-12-13 Joel Brobecker <brobecker@adacore.com>
5943
5944 * gdb.base/server-del-break.c: New file.
5945 * gdb.base/server-del-break.exp: New file.
5946
fe49c6f5
SH
59472017-12-12 Stafford Horne <shorne@gmail.com>
5948
5949 * gdb.xml/tdesc-regs.exp: Add or1k support.
5950
c3d18620
SH
59512017-12-12 Stafford Horne <shorne@gmail.com>
5952
5953 * gdb.base/bp-permanent.c: Define nop of or1k.
5954
c5f9cfc8
JB
59552017-12-11 Joel Brobecker <brobecker@adacore.com>
5956
5957 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
5958 output with components being reordered.
5959
a9c135fc
JB
59602017-12-11 Joel Brobecker <brobecker@adacore.com>
5961
5962 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
5963 output with components being reordered.
5964
927aa2e7
JK
59652017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5966 Pedro Alves <palves@redhat.com>
5967
5968 * gdb.base/maint.exp (check for .gdb_index): Check also for
5969 .debug_names.
5970 * gdb.dlang/watch-loc.c (.debug_aranges): New.
5971 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
5972 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
5973 (.gdb_index used after symbol reloading): Support also .debug_names.
5974 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
5975
f17d9474
YQ
59762017-12-08 Yao Qi <yao.qi@linaro.org>
5977
5978 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
5979 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
5980
a0de8c21
YQ
59812017-12-08 Yao Qi <yao.qi@linaro.org>
5982
5983 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
5984 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
5985
a738ea1d
YQ
59862017-12-08 Yao Qi <yao.qi@linaro.org>
5987
5988 * gdb.arch/aarch64-tagged-pointer.c: New file.
5989 * gdb.arch/aarch64-tagged-pointer.exp: New file.
5990
1cd9a73b
SDJ
59912017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
5992
5993 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
5994 "int".
5995
fa6eb693
KS
59962017-12-07 Keith Seitz <keiths@redhat.com>
5997
5998 PR breakpoints/22569
5999 * gdb.linespec/ls-errs.exp: Change expected result of "break
6000 -source this file has spaces.c -line 3".
6001 Check that an explicit source file followed by whitespace is
6002 identified as an invalid explicit location.
6003
883fd55a
KS
60042017-12-07 Keith Seitz <keiths@redhat.com>
6005
6006 * gdb.cp/nested-types.cc: New file.
6007 * gdb.cp/nested-types.exp: New file.
6008 * lib/cp-support.exp: Load data-structures.exp library.
6009 (debug_cp_test_ptype_class): New global.
6010 (cp_ptype_class_verbose, next_line): New procedures.
6011 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
6012 Add and document new return value.
6013 Switch the list of lines to a queue.
6014 Add support for new `type' key for nested type definitions.
6015 Add debugging/troubleshooting messages.
6016 * lib/data-structures.exp: New file.
6017
ec72db3e
SM
60182017-12-07 Simon Marchi <simon.marchi@ericsson.com>
6019
6020 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
6021 with proc_with_prefix, don't use with_test_prefix.
6022
99598d71
TT
60232017-12-07 Tom Tromey <tom@tromey.com>
6024
6025 * gdb.base/break.exp: Add test for empty "commands".
6026
a8806230
YQ
60272017-12-07 Yao Qi <yao.qi@linaro.org>
6028
6029 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
6030 malloc and catch syscall.
6031
824cc835
PM
60322017-12-07 Phil Muldoon <pmuldoon@redhat.com>
6033
e79be6e5 6034 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
824cc835
PM
6035 tests for explicit locations.
6036
7cc244de
PA
60372017-12-06 Pedro Alves <palves@redhat.com>
6038
6039 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
6040 force-disabling XML descriptions.
6041
50a1fdd5
PA
60422017-12-04 Pedro Alves <palves@redhat.com>
6043
6044 PR gdb/22499
6045 * gdb.arch/amd64-disp-step-avx.S: New file.
6046 * gdb.arch/amd64-disp-step-avx.exp: New file.
6047
f0fb2488
PA
60482017-12-03 Pedro Alves <palves@redhat.com>
6049
6050 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
6051 and <string.h>.
6052 (parent_function): Print distinct messages when waitpid fails, or
6053 the child exits with a signal, or the child exits for an unhandled
6054 reason.
6055 * gdb.threads/process-dies-while-detaching.exp
6056 (detach_and_expect_exit): New 'inf_output_re' parameter and use
6057 it. Wait for both inferior output and GDB's prompt. Use an
6058 indirect spawn id list.
6059 (do_detach): New parameter 'child_exit'. Use it to compute
6060 expected inferior output.
6061 (test_detach, test_detach_watch, test_detach_killed_outside):
6062 Adjust to pass down the expected child exit kind.
6063
97cbe998
SDJ
60642017-12-01 Joel Brobecker <brobecker@adacore.com>
6065 Sergio Durigan Junior <sergiodj@redhat.com>
6066 Pedro Alves <palves@redhat.com>
6067
6068 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
6069
40fc416f
SDJ
60702017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
6071
6072 * gdb.base/relocate.exp: Add tests to guarantee that arguments
6073 to 'symbol-file' and 'add-symbol-file' can be
6074 position-independent.
6075
1cc75e92
YQ
60762017-12-01 Yao Qi <yao.qi@linaro.org>
6077
6078 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
6079 the URL in copyright header.
6080 * gdb.arch/aarch64-fp.exp: Likewise.
6081 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
6082 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
6083 * gdb.base/expand-psymtabs.exp: Likewise.
6084 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
6085 * gdb.fortran/common-block.exp: Likewise.
6086 * gdb.fortran/common-block.f90: Likewise.
6087 * gdb.fortran/logical.exp: Likewise.
6088 * gdb.fortran/vla-datatypes.f90: Likewise.
6089 * gdb.fortran/vla-sub.f90: Likewise.
6090
875fb7a7
JB
60912017-11-30 Joel Brobecker <brobecker@adacore.com>
6092
6093 * gdb.ada/repeat_dyn: New testcase.
6094
6f14765f
UW
60952017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
6096
6097 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
6098 Update for changed thread numbering.
6099 * gdb.cell/bt.exp: Update for changed GDB output.
6100
f1af7b94
SM
61012017-11-30 Simon Marchi <simon.marchi@ericsson.com>
6102
6103 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
6104 setting isremote by hand.
6105 * boards/dwarf4-gdb-index.exp: Likewise.
6106 * boards/fission.exp: Likewise.
6107 * boards/stabs.exp: Likewise.
6108
e3919f3e
PA
61092017-11-30 Pedro Alves <palves@redhat.com>
6110
6111 * gdb.linespec/cpls-ops.exp
6112 (check_explicit_skips_function_argument): Extract the underlying
6113 type of size_t instead of hardcoding it.
6114
bd69330d
PA
61152017-11-29 Pedro Alves <palves@redhat.com>
6116
6117 PR c++/19436
6118 * gdb.linespec/cpls-abi-tag.cc: New file.
6119 * gdb.linespec/cpls-abi-tag.exp: New file.
6120
a20714ff
PA
61212017-11-29 Pedro Alves <palves@redhat.com>
6122
6123 * gdb.base/langs.exp: Use -qualified.
6124 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
6125 it.
6126 * gdb.cp/namespace.exp: Use -qualified.
6127 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
6128 (overload-3, template-overload, template-ret-type, const-overload)
6129 (const-overload-quoted, anon-ns, ambiguous-prefix): New
6130 procedures.
6131 (test_driver): Call them.
6132 * gdb.cp/save-bp-qualified.cc: New.
6133 * gdb.cp/save-bp-qualified.exp: New.
6134 * gdb.linespec/explicit.exp: Test -qualified.
6135 * lib/completion-support.exp (completion::explicit_opts_list): Add
6136 "-qualified".
6137 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
6138
f6f1d339
PM
61392017-11-29 Phil Muldoon <pmuldoon@redhat.com>
6140
6141 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
6142
02ca603a
TT
61432017-11-29 Tom Tromey <tom@tromey.com>
6144
6145 * gdb.base/relocate.exp: Update invalid argument test.
6146 Add new tests for invalid arguments.
6147
ed6c0bfb
TP
61482017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
6149
6150 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
6151 Return 0 as a long.
6152 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
6153
f106e10e
TP
61542017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
6155
6156 * gdb.cp/breakpoint.cc (bar): Set return type to void.
6157 * gdb.cp/psymtab-parameter.cc (func): Likewise.
6158 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
6159 func ().
6160 * gdb.cp/shadow.cc (B.func): Return 0.
6161
10329bb2
JB
61622017-11-27 Joel Brobecker <brobecker@adacore.com>
6163
6164 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
6165 expected output in gdb_expect call to allow the exception
6166 message to be present as well. Fix syntax confusion to avoid
6167 TCL thinking that exception_name is an array.
6168
617cd4bc
UW
61692017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
6170
6171 * gdb.arch/spu-info.c: Include <unistd.h>.
6172 (do_signal_test): Fix broken calls to write.
6173 * gdb.arch/spu-info.exp: Use prepare_for_testing.
6174 Fix checks for empty mailboxes. Update signal tests for corrected
6175 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
6176 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
6177 * gdb.cell/arch.exp: Use standard_output_file.
6178 * gdb.cell/break.exp: Likewise.
6179 * gdb.cell/bt.exp: Likewise.
6180 * gdb.cell/core.exp: Likewise.
6181 * gdb.cell/dwarfaddr.exp: Likewise.
6182 * gdb.cell/ea-cache.exp: Likewise.
6183 * gdb.cell/ea-standalone.exp: Likewise.
6184 * gdb.cell/f-regs.exp: Likewise.
6185 * gdb.cell/fork.exp: Likewise.
6186 * gdb.cell/gcore.exp: Likewise.
6187 * gdb.cell/mem-access.exp: Likewise.
6188 * gdb.cell/ptype.exp: Likewise.
6189 * gdb.cell/registers.exp: Likewise.
6190 * gdb.cell/sizeof.exp: Likewise.
6191 * gdb.cell/solib-symbol.exp: Likewise.
6192 * gdb.cell/solib.exp: Likewise.
617cd4bc 6193
a81aaca0
PA
61942017-11-25 Pedro Alves <palves@redhat.com>
6195
6196 * gdb.base/complete-empty.exp: New file.
6197 * gdb.base/completion.exp: Adjust.
6198
6a3c6ee4
PA
61992017-11-25 Pedro Alves <palves@redhat.com>
6200
6201 * gdb.linespec/cpls-ops.cc: New file.
6202 * gdb.linespec/cpls-ops.exp: New file.
6203 * lib/completion-support.exp (test_complete_prefix_range_re): New,
6204 factored out from ...
6205 (test_complete_prefix_range): ... this.
6206
8955eb2d
PA
62072017-11-24 Pedro Alves <palves@redhat.com>
6208
6209 * gdb.linespec/cpcompletion.exp: New file.
6210 * gdb.linespec/cpls-hyphen.cc: New file.
6211 * gdb.linespec/cpls.cc: New file.
6212 * gdb.linespec/cpls2.cc: New file.
6213 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
6214 test to use test_gdb_complete_unique. Add label completion,
6215 keyword completion and explicit location completion tests.
6216 * lib/completion-support.exp: New file.
6217
e547c119
JB
62182017-11-24 Joel Brobecker <brobecker@adacore.com>
6219
6220 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
6221 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
6222 when hitting an exception catchpoint.
6223
7c3c1aa8
YQ
62242017-11-22 Yao Qi <yao.qi@linaro.org>
6225
6226 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
6227
41bd68f5
SM
62282017-11-22 Simon Marchi <simon.marchi@ericsson.com>
6229
6230 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
6231 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
6232 * gdb.dwarf2/info-locals-optimized-out.c: New file.
6233
1daad298
YQ
62342017-11-22 Yao Qi <yao.qi@linaro.org>
6235
6236 * gdb.base/info-os.exp: Pass pthreads.
6237 * gdb.multi/multi-attach.exp: Likewise.
6238
88465e87
YQ
62392017-11-22 Yao Qi <yao.qi@linaro.org>
6240
6241 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
6242 compiler.
6243
dc196b23
YQ
62442017-11-22 Yao Qi <yao.qi@linaro.org>
6245
6246 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
6247 * gdb.base/break-interp.exp: Likewise.
6248 * gdb.base/jit-attach-pie.exp: Likewise.
6249
2400729e
UW
62502017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
6251
6252 * gdb.base/float128.c (large128): New variable.
6253 * gdb.base/float128.exp: Add test to print largest __float128 value.
6254
7a26362d
UW
62552017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
6256
6257 * gdb.arch/vsx-regs.exp: Update register content checks.
6258
ed0f4273
UW
62592017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
6260
6261 * gdb.arch/ppc-longdouble.exp: New file.
6262 * gdb.arch/ppc-longdouble.c: Likewise.
6263
a25d69c6
PA
62642017-11-21 Pedro Alves <palves@redhat.com>
6265
6266 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
6267
73fcf641
PA
62682017-11-20 Pedro Alves <palves@redhat.com>
6269
6270 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
6271 (long_double_typedef): New typedefs.
6272 Use DEF on double and long double.
6273 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
6274 cases.
6275 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
6276 and 'long_double_ptr_same_size' locals. Use them to decide
6277 whether cast from array/function to float is valid/invalid.
6278
71a3c369
TT
62792017-11-17 Tom Tromey <tom@tromey.com>
6280
6281 * gdb.rust/traits.rs: New file.
6282 * gdb.rust/traits.exp: New file.
6283
ced9779b
JB
62842017-11-17 Joel Brobecker <brobecker@adacore.com>
6285
6286 * gdb.ada/minsyms: New testcase.
6287
a0922d80
PA
62882017-11-16 Pedro Alves <palves@redhat.com>
6289
6290 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
6291 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
6292
ea04e54c
PA
62932017-11-16 Pedro Alves <palves@redhat.com>
6294
6295 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
6296 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
6297
e849ea89
PA
62982017-11-16 Pedro Alves <palves@redhat.com>
6299
6300 * gdb.server/reconnect-ctrl-c.c: New file.
6301 * gdb.server/reconnect-ctrl-c.exp: New file.
6302
d8ae99a7
PM
63032017-11-16 Phil Muldoon <pmuldoon@redhat.com>
6304
6305 * gdb.python/py-rbreak.exp: New file.
6306 * gdb.python/py-rbreak.c: New file.
6307 * gdb.python/py-rbreak-func2.c: New file.
6308
968a13f8
PA
63092017-11-16 Pedro Alves <palves@redhat.com>
6310
6311 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
6312 pattern.
6313 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
6314 GDB.
6315
71774bc9
SM
63162017-11-15 Simon Marchi <simon.marchi@ericsson.com>
6317
6318 * gdb.tui/completionn.exp (test_tab_completion): Add space in
6319 regex.
6320
ddbb44cf
SM
63212017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
6322
6323 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
6324 test names.
6325
584a564f
PA
63262017-11-09 Pedro Alves <palves@redhat.com>
6327
6328 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
6329 factored out from ...
6330 (top level): ... here, and adjusted to avoid expecting beyond the
6331 prompt in a single gdb_test_multiple.
6332
5ed7a928
PA
63332017-11-09 Pedro Alves <palves@redhat.com>
6334
6335 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
6336 output.
6337 * gdb.server/ext-attach.exp ("kill" test): Likewise.
6338 * gdb.server/ext-restart.exp ("kill" test): Likewise.
6339 * gdb.server/ext-run.exp ("kill" test): Likewise.
6340 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
6341
a60e0738
PA
63422017-11-09 Pedro Alves <palves@redhat.com>
6343
6344 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
6345 match till end of line.
6346
2c88253f
PA
63472017-11-09 Pedro Alves <palves@redhat.com>
6348
6349 * gdb.base/memattr.exp: Tighten regexes to match the end line.
6350
c7a38517
PA
63512017-11-09 Pedro Alves <palves@redhat.com>
6352
6353 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
6354 New procedures, factored out from ...
6355 (top level): ... here, and adjusted to avoid expecting beyond the
6356 prompt in one go.
6357
f29f4b6b
PA
63582017-11-09 Pedro Alves <palves@redhat.com>
6359
6360 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
6361 output. Fix '?' match.
6362
286acbb5
JB
63632017-11-08 Joel Brobecker <brobecker@adacore.com>
6364
6365 * gdb.ada/scoped_watch: New testcase.
6366 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
6367 which is actually correct.
6368 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
6369 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
6370
62d7ae92
PA
63712017-11-08 Pedro Alves <palves@redhat.com>
6372
6373 * gdb.gdb/complaints.exp (test_initial_complaints)
6374 (test_serial_complaints, test_short_complaints): Call
6375 complaint_internal instead of complaint.
6376
280ca31f
DT
63772017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
6378
6379 * gdb.threads/tls-core.c: New file.
6380 * gdb.threads/tls-core.exp: Likewise.
6381
b5ec771e
PA
63822017-11-08 Pedro Alves <palves@redhat.com>
6383
6384 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
6385 (p Exported_Capitalized): New test.
6386 (p exported_capitalized): New test.
6387
a02b41a7
PA
63882017-11-07 Pedro Alves <palves@redhat.com>
6389
6390 * gdb.cp/ena-dis-br-range.exp: Add more tests.
6391
95e95a6d
PA
63922017-11-07 Pedro Alves <palves@redhat.com>
6393
6394 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
6395 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
6396 (disable_invalid, disable_inverted, disable_negative): New
6397 procedures.
6398 ("bad numbers"): New set of tests.
6399
cee62dbd
PA
64002017-11-07 Pedro Alves <palves@redhat.com>
6401
6402 * gdb.cp/ena-dis-br-range.exp: Add tests.
6403
cc638e86
PA
64042017-11-07 Pedro Alves <palves@redhat.com>
6405
6406 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
6407
d0fe4701
XR
64082017-11-07 Xavier Roirand <roirand@adacore.com>
6409 Pedro Alves <palves@redhat.com>
6410
6411 * gdb.base/ena-dis-br.exp: Add reference to
6412 gdb.cp/ena-dis-br-range.exp.
6413 * gdb.cp/ena-dis-br-range.exp: New file.
6414 * gdb.cp/ena-dis-br-range.cc: New file.
6415
46f67f80
PA
64162017-11-06 Pedro Alves <palves@redhat.com>
6417
6418 * gdb.base/attach-non-pgrp-leader.c: New.
6419 * gdb.base/attach-non-pgrp-leader.exp: New.
6420
726e1356
PA
64212017-11-06 Pedro Alves <palves@redhat.com>
6422
6423 * configure.ac: No longer check for termio.h and sgtty.h.
6424 * configure: Regenerate.
6425 * remote-utils.c: Include termios.h instead of gdb_termios.h.
6426 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
6427 Remove termio and sgtty code.
6428
50ab6ace
YQ
64292017-11-03 Yao Qi <yao.qi@linaro.org>
6430
6431 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
6432 in GDB is disabled.
6433
8e68731c
YQ
64342017-11-03 Yao Qi <yao.qi@linaro.org>
6435
6436 * gdb.python/py-thrhandle.exp: Skip it if python is not
6437 enabled.
6438
3a87ae65
SM
64392017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
6440
6441 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
6442 as a breakpoint command.
6443
484d8d36
MD
64442017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
6445
6446 PR python/21213
6447 * gdb.python/py-infthread.exp: Test calling
6448 InferiorThread.inferior () multiple times in a row.
6449
4a27f119
KS
64502017-10-27 Keith Seitz <keiths@redhat.com>
6451
6452 * gdb.opt/inline-break.exp (break_info_1): New procedure.
6453 Test "info break" for every inlined function breakpoint.
6454
bb11dd58
YQ
64552017-10-27 Yao Qi <yao.qi@linaro.org>
6456
6457 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
6458
a43f3893
PF
64592017-10-26 Patrick Frants <osscontribute@gmail.com>
6460
6461 * gdb.cp/classes.exp (test_static_members): Test printing
6462 Outer::instance.
6463 * gdb.cp/classes.c (struct Inner, struct Outer): New.
6464 (Inner::instance, Outer::instance): New.
6465
792ccf00
PA
64662017-10-24 Pedro Alves <palves@redhat.com>
6467
6468 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
6469 extra console" test in two stages.
6470
eb2bfbad
PA
64712017-10-24 Pedro Alves <palves@redhat.com>
6472
6473 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
6474
1f75a651
PA
64752017-10-24 Pedro Alves <palves@redhat.com>
6476
6477 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
6478 loop.
6479
779990d9
PA
64802017-10-24 Pedro Alves <palves@redhat.com>
6481
6482 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
6483 $attempt" and "stoppedtry $stoppedtry" test prefixes.
6484
ad9b8f5d
PA
64852017-10-24 Pedro Alves <palves@redhat.com>
6486
6487 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
6488 parameter and handle it. Don't output read value in test name.
6489
fee6da6e
PA
64902017-10-24 Pedro Alves <palves@redhat.com>
6491
6492 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
6493 custom test name.
6494
10389c2c
PA
64952017-10-24 Pedro Alves <palves@redhat.com>
6496
6497 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
6498 include the unstable output directory name in the test's name.
6499 (initial_setup_simple) <'set args'>: Use custom test name.
6500
a80e65a9
PA
65012017-10-24 Pedro Alves <palves@redhat.com>
6502
6503 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
6504 with explicit test name.
6505
15763a09
PA
65062017-10-20 Pedro Alves <palves@redhat.com>
6507
6508 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
6509 'wait -i'. Use gdb_assert and remote_close.
6510
49a4ce2e
AB
65112017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
6512
6513 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
6514 number from variable rather than hard-coded.
6515
a75868f5
PA
65162017-10-19 Pedro Alves <palves@redhat.com>
6517
6518 * gdb.base/long-inferior-output.c: New file.
6519 * gdb.base/long-inferior-output.exp: New file.
6520
c8ba13ad
KS
65212017-11-18 Keith Seitz <keiths@redhat.com>
6522
6523 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
6524 method.
6525 (main): Call it.
6526 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
6527 Add additional user-defined conversion operator tests.
6528
b27de576
PA
65292017-10-17 Pedro Alves <palves@redhat.com>
6530
6531 * boards/native-stdio-gdbserver.exp: Load "local-board".
6532
8484c955
PA
65332017-10-17 Pedro Alves <palves@redhat.com>
6534
6535 * gdb.base/quit-live.c: New file.
6536 * gdb.base/quit-live.exp: New file.
6537
83d5a34d
KS
65382017-10-16 Keith Seitz <keiths@redhat.com>
6539
6540 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
6541 (class_with_protected_typedef, class_with_private_typedef)
6542 (struct_with_public_typedef, struct_with_protected_typedef)
6543 (struct_with_private_typedef): New classes/structs.
6544 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
6545 typedefs and access specifiers.
6546
739b3f1d
PA
65472017-10-16 Pedro Alves <palves@redhat.com>
6548 Simon Marchi <simon.marchi@polymtl.ca>
6549
6550 * README (Local vs Remote vs Native): New section.
6551 * boards/local-board.exp: New file, with bits factored out from
6552 ...
6553 * boards/native-extended-gdbserver.exp: ... here. Load
6554 "local-board".
6555 * boards/native-gdbserver.exp: Load "local-board".
6556 (${board}_spawn, ${board}_exec): Delete.
6557 * boards/native-stdio-gdbserver.exp: Most contents factored out to
6558 ...
6559 * boards/stdio-gdbserver-base.exp: ... this new file.
6560 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
6561 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
6562 procedure.
6563 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
6564 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
6565 stdio_gdbserver_command.
6566 (${board}_get_remote_address, ${board}_get_comm_port)
6567 (${board}_download, ${board}_upload): Delete.
6568 (get_target_remote_pipe_cmd): New.
6569
fe68b953
SM
65702017-10-16 Simon Marchi <simon.marchi@ericsson.com>
6571
6572 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
6573 test_bkpt_deletion, test_bkpt_cond_and_cmds,
6574 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
6575 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
6576 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
6577 remove with_test_prefix.
6578
300b6685
PA
65792017-10-13 Pedro Alves <palves@redhat.com>
6580
6581 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
6582 * gdb.base/annota1.exp: Use it instead of is_remote.
6583 * gdb.base/annota3.exp: Use it instead of is_remote.
6584 * gdb.cp/annota2.exp: Use it instead of is_remote.
6585 * gdb.cp/annota3.exp: Use it instead of is_remote.
6586 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
6587
50500caf
PA
65882017-10-13 Pedro Alves <palves@redhat.com>
6589
6590 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
6591 (test_num_test_vars, run_and_count_vars, find_env)
6592 (test_set_unset_env, test_inherit_env_var): New procedures.
6593 (top level): Use them.
6594
dad0c6d2
PA
65952017-10-13 Pedro Alves <palves@redhat.com>
6596
6597 * lib/selftest-support.exp (selftest_setup): Extend comments, and
6598 also skip on stub-like targets.
6599
8b0553c1
PA
66002017-10-13 Pedro Alves <palves@redhat.com>
6601
6602 PR gdb/22293
6603 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
6604 (top level): Move some tests to ...
6605 (test_not_found): ... this new procedure.
6606 (top level): Call it.
6607
7594f623
PA
66082017-10-13 Pedro Alves <palves@redhat.com>
6609
6610 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
6611 expect different "info terminal" output if testing with a
6612 non-native target.
6613
ebe3b402
PA
66142017-10-13 Pedro Alves <palves@redhat.com>
6615 Simon Marchi <simon.marchi@polymtl.ca>
6616
6617 PR python/12966
6618 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
6619
42f1b161
PA
66202017-10-13 Pedro Alves <palves@redhat.com>
6621
6622 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
6623 already.
6624
8d6ef72b
PA
66252017-10-13 Pedro Alves <palves@redhat.com>
6626
6627 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
6628 is_remote.
6629
d7bcd5b8
PA
66302017-10-13 Pedro Alves <palves@redhat.com>
6631
6632 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
6633 is_remote.
6634
df479dc6
PA
66352017-10-13 Pedro Alves <palves@redhat.com>
6636
6637 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
6638 is set.
6639 (corefile_test_attach): Likewise. Check can_spawn_for_attach
6640 instead of is_remote.
6641
23fb630a
PA
66422017-10-13 Pedro Alves <palves@redhat.com>
6643
6644 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
6645 (top level): Add comment.
6646
cc77b1dc
PA
66472017-10-13 Pedro Alves <palves@redhat.com>
6648
6649 * gdb.base/remote.exp (top level): Fix comment typo and add
6650 missing return.
6651
27c9e813
PA
66522017-10-13 Pedro Alves <palves@redhat.com>
6653 Simon Marchi <simon.marchi@polymtl.ca>
6654
6655 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
6656 calls and add comments. Skip test if use_gdb_stub is set.
6657 (top level): Use "set cwd" command instead of "cd" command.
6658
5e830d98
PA
66592017-10-13 Pedro Alves <palves@redhat.com>
6660
6661 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
6662 is_remote target check.
6663
f5ca0032
PA
66642017-10-13 Pedro Alves <palves@redhat.com>
6665
6666 * gdb.base/scope.exp: Use build_executable + clean_restart +
6667 gdb_file_cmd instead of prepare_for_testing and no longer skip
6668 "before run" tests on is_remote target boards. Update comments.
6669 * boards/native-extended-gdbserver.exp
6670 (extended_gdbserver_load_last_file): New, factored out from ...
6671 (gdb_load): ... this. Move further below and add comment.
6672 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
6673
8aed1c0d
PA
66742017-10-12 Pedro Alves <palves@redhat.com>
6675
6676 * gdb.base/attach.exp: Remove references to gdb64.
6677 * gdb.base/dbx.exp: Remove references to gdb64.
6678
cfa34c87
SM
66792017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
6680 Pedro Alves <palves@redhat.com>
6681
6682 * gdb.base/label.exp: Remove is_remote target check.
6683
9192b7de
PA
66842017-10-12 Pedro Alves <palves@redhat.com>
6685
6686 * gdb.base/auvx.exp (coredir): Update comment.
6687 (top level) <core_works>: Use "set cwd" command instead of "cd"
6688 command.
6689
6bf0052d
PA
66902017-10-12 Pedro Alves <palves@redhat.com>
6691 Simon Marchi <simon.marchi@polymtl.ca>
6692
6693 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
6694 target boards.
6695
e48ef82d
PA
66962017-10-12 Pedro Alves <palves@redhat.com>
6697 Simon Marchi <simon.marchi@polymtl.ca>
6698
6699 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
6700 Instead skip if there's any gdb_protocol set.
6701
8d7aea57
SM
67022017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
6703 Pedro Alves <palves@redhat.com>
6704
6705 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
6706
30440677
PA
67072017-10-12 Pedro Alves <palves@redhat.com>
6708 Simon Marchi <simon.marchi@polymtl.ca>
6709
6710 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
6711 instead of on dejagnu remote boards.
6712
4e04f045 67132017-10-12 Pedro Alves <palves@redhat.com>
175654b9 6714 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
6715
6716 * gdb.base/inferior-died.exp: Remove is_remote and isnative
6717 checks. Use build_executable + clean_restart instead of
6718 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
6719 of enabling non-stop after starting gdb.
6720
871a186e
PA
67212017-10-12 Pedro Alves <palves@redhat.com>
6722
6723 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
6724 * gdb.threads/non-ldr-exc-2.exp: Ditto.
6725 * gdb.threads/non-ldr-exc-3.exp: Ditto.
6726 * gdb.threads/non-ldr-exc-4.exp: Ditto.
6727
56d704da
AK
67282017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
6729
6730 * gdb.arch/arc-tdesc-cpu.exp: New file.
6731 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
6732
2f20e312
SM
67332017-10-10 Simon Marchi <simon.marchi@ericsson.com>
6734
6735 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
6736
65630365
PA
67372017-10-10 Pedro Alves <palves@redhat.com>
6738
6739 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
6740 expect CLI output.
6741
bf469271
PA
67422017-10-10 Pedro Alves <palves@redhat.com>
6743
6744 * lib/selftest-support.exp (selftest_setup): Update for
6745 captured_command_loop's prototype change.
6746
777a42f1
PA
67472017-10-09 Pedro Alves <palves@redhat.com>
6748
6749 Test both arch1=>arch2 and arch2=>arch1.
6750
6751 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
6752 (srcfile2, binfile2, march1, march2): Remove globals. Largely
6753 factored out to...
6754 (append_arch1_options, append_arch2_options, append_arch_options)
6755 (build_executables): New procedures.
6756 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
6757 local.
6758 (top level): Add new 'first_arch' testing axis.
6759
cbd2b4e3
PA
67602017-10-09 Pedro Alves <palves@redhat.com>
6761
6762 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
6763 (barrier): New.
6764 (thread_start, all_started): New functions.
6765 (main): Spawn new thread and wait until it is scheduled.
6766 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
6767 option.
6768 (do_test): Add 'selected_thread' parameter. Run to all_started
6769 instead of main. Explicitly set the breakpoint at main. Switch
6770 to the SELECTED_THREAD thread.
6771 (top level): Test handling the exec event with either the main
6772 thread or the second thread selected.
6773
5c9e4427
PA
67742017-10-09 Pedro Alves <palves@redhat.com>
6775
6776 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
6777 logic. Move STOP marker after the value checks.
6778 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
6779 regexp.
6780
b3b7c423
SL
67812017-10-06 Sandra Loosemore <sandra@codesourcery.com>
6782
6783 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
6784
3b4b2f16
UW
67852017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
6786
6787 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
6788 integer-to-dfp conversion.
6789 * gdb.base/dfp-test.exp: Likewise.
6790
5cd63fda
PA
67912017-10-04 Pedro Alves <palves@redhat.com>
6792
6793 * gdb.multi/hangout.c: Include <unistd.h>.
6794 (hangout_loop): New function.
6795 (main): Call alarm. Call hangout_loop in a loop.
6796 * gdb.multi/hello.c: Include <unistd.h>.
6797 (hello_loop): New function.
6798 (main): Call alarm. Call hangout_loop in a loop.
6799 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
6800 inferior with the other selected.
6801
4c71c105
SM
68022017-10-04 Simon Marchi <simon.marchi@ericsson.com>
6803
6804 * gdb.mi/list-thread-groups-available.exp: New file.
6805 * gdb.mi/list-thread-groups-available.c: New file.
6806
bc3b087d
SDJ
68072017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
6808
6809 * gdb.base/set-cwd.exp: Make it available on
6810 native-extended-gdbserver.
6811
d092c5a2
SDJ
68122017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
6813
6814 * gdb.base/set-cwd.c: New file.
6815 * gdb.base/set-cwd.exp: Likewise.
6816
45320ffa
TT
68172017-10-02 Tom Tromey <tom@tromey.com>
6818
6819 PR rust/22236:
6820 * gdb.rust/simple.rs (main): New variable "fslice".
6821 * gdb.rust/simple.exp: Add slice tests. Update string tests.
6822
b3e3859b
TT
68232017-10-02 Tom Tromey <tom@tromey.com>
6824
6825 * gdb.rust/simple.exp: Test ptype of a slice.
6826
01af5e0d
TT
68272017-10-02 Tom Tromey <tom@tromey.com>
6828
6829 * gdb.rust/simple.exp: Test index of slice.
6830
a9bbfbd8
TT
68312017-09-27 Tom Tromey <tom@tromey.com>
6832
6833 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
6834
df8899e5
TP
68352017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
6836 Pedro Alves <palves@redhat.com>
6837
6838 * gdb.base/compare-sections.exp (get value of read-only section): Read
6839 as unsigned value.
6840 (corrupt read-only section): Likewise and don't set written if patching
6841 failed.
6842
757bf54b
KB
68432017-09-21 Kevin Buettner <kevinb@redhat.com>
6844
6845 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
6846 files.
6847
06871ae8
PA
68482017-09-20 Pedro Alves <palves@redhat.com>
6849
6850 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
6851 symbol names in gdb's output.
6852 * gdb.cp/overload.exp ("list all overloads"): Likewise.
6853
e5f25bc5
PA
68542017-09-20 Pedro Alves <palves@redhat.com>
6855
6856 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
6857 Rename to ...
6858 (test_list_ambiguous_symbol): ... this and add a symbol name
6859 parameter. Adjust.
6860 (test_list_ambiguous_function): Reimplement on top of
6861 test_list_ambiguous_symbol and also test listing ambiguous
6862 variables.
6863 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
6864 (ambiguous_fun): ... this.
6865 (ambiguous_var): New.
6866 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
6867 (ambiguous_fun): ... this.
6868 (ambiguous_var): New.
6869
4e5a4f58
JB
68702017-09-19 John Baldwin <jhb@FreeBSD.org>
6871
6872 * gdb.base/starti.c: New file.
6873 * gdb.base/starti.exp: New file.
6874 * lib/gdb.exp (gdb_starti_cmd): New procedure.
6875
26e53f3e
PA
68762017-09-14 Pedro Alves <palves@redhat.com>
6877
6878 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
6879 (top level): Use it instead of runto.
6880
cb791d59
TT
68812017-09-11 Tom Tromey <tom@tromey.com>
6882
6883 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
6884
7c96f8c1
TT
68852017-09-11 Tom Tromey <tom@tromey.com>
6886
6887 * gdb.python/py-infthread.exp: Add tests for new_thread event.
6888 * gdb.python/py-inferior.exp: Add tests for new inferior events.
6889
469412dd
CW
68902017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
6891
6892 * gdb.fortran/printing-types.exp: New file.
6893 * gdb.fortran/printing-types.exp: New file.
6894
e0f86435
BH
68952017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
6896
6897 * gdb.fortran/vla-ptype.exp: Fix typos.
6898 * gdb.fortran/vla-value.exp: Same.
6899
9e9af4be
BH
69002017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
6901
6902 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
6903 * gdb.mi/mi-var-child-f.exp: Likewise.
6904 * gdb.mi/mi-vla-fortran.exp: Likewise.
6905
a5ad232b 69062017-09-08 Frank Penczek <frank.penczek@intel.com>
e79be6e5
SM
6907 Christoph Weinmann <christoph.t.weinmann@intel.com>
6908 Bernhard Heckel <bernhard.heckel@intel.com>
a5ad232b
FP
6909
6910 * gdb.fortran/ptr-indentation.f90: New file.
6911 * gdb.fortran/ptr-indentation.exp: New file.
6912
5aec60eb
TT
69132017-09-05 Tom Tromey <tom@tromey.com>
6914
6915 PR gdb/22010:
6916 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
6917
8f8f8152
TP
69182017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
6919
6920 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
6921
fbd1b771
JK
69222017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6923
6924 * gdb.threads/tls-nodebug-pie.c: New file.
6925 * gdb.threads/tls-nodebug-pie.exp: New file.
6926
5eb5f850
TT
69272017-09-05 Tom Tromey <tom@tromey.com>
6928
6929 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
6930 for rust.
6931
ae780a21
SM
69322017-09-05 Simon Marchi <simon.marchi@ericsson.com>
6933
6934 * gdb.multi/multi-arch-exec.exp: Test with different
6935 "follow-exec-mode" settings.
6936 (do_test): New procedure.
6937
3693fdb3
PA
69382017-09-04 Pedro Alves <palves@redhat.com>
6939
6940 * gdb.base/func-static.c (S::method const, S::method volatile)
6941 (S::method volatile const): New methods.
6942 (c_s, v_s, cv_s): New instances.
6943 (main): Call method() on them.
6944 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
6945 (cannot_resolve): New procedure.
6946 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
6947 print-quote-unquoted columns.
6948 (do_test): Test printing each scope too.
6949
e68cb8e0
PA
69502017-09-04 Pedro Alves <palves@redhat.com>
6951
6952 * gdb.base/local-static.exp: Also test with
6953 class::method::variable wholly quoted.
6954 * gdb.cp/m-static.exp (class::method::variable): Remove test.
6955
858be34c
PA
69562017-09-04 Pedro Alves <palves@redhat.com>
6957
6958 * gdb.base/local-static.c: New.
6959 * gdb.base/local-static.cc: New.
6960 * gdb.base/local-static.exp: New.
6961
46a4882b
PA
69622017-09-04 Pedro Alves <palves@redhat.com>
6963
6964 * gdb.asm/asm-source.exp: Add casts to int.
6965 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
6966 (dataglobal64_1, dataglobal64_2): New globals.
6967 * gdb.base/nodebug.exp: Test different expressions involving the
6968 new globals, with print, whatis and ptype. Add casts to int.
6969 * gdb.base/solib-display.exp: Add casts to int.
6970 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
6971 * gdb.cp/m-static.exp: Add cast to int.
6972 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
6973 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
6974 tls variable with no debug info without a cast. Test with a cast
6975 to int too.
6976 * gdb.trace/entry-values.exp: Add casts.
6977
2c5a2be1
PA
69782017-09-04 Pedro Alves <palves@redhat.com>
6979
6980 * gdb.base/nodebug.exp: Test that ptype's error about functions
6981 with unknown return type includes the function name too.
6982
7022349d
PA
69832017-09-04 Pedro Alves <palves@redhat.com>
6984
6985 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
6986 return type of munmap in infcall.
6987 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
6988 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
6989 type of ftell in infcall.
6990 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
6991 type of getpid in infcall.
6992 * gdb.base/infcall-exec.exp: Cast return type of execlp in
6993 infcall.
6994 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
6995 Bail on failure to extract the pid.
6996 * gdb.base/nodebug.c: #include <stdint.h>.
6997 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
6998 New functions.
6999 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
7000 Change expected output of print/whatis/ptype with functions with
7001 no debug info. Test all supported languages. Call
7002 test_call_promotion.
7003 * gdb.compile/compile.exp: Adjust expected output to expect
7004 warning.
7005 * gdb.threads/siginfo-threads.exp: Likewise.
7006
54990598
PA
70072017-09-04 Pedro Alves <palves@redhat.com>
7008
7009 * gdb.base/callfuncs.exp (do_function_calls): New parameter
7010 "prototypes". Test calling float functions via prototyped and
7011 unprototyped function pointers.
7012 (perform_all_tests): New parameter "prototypes". Pass it down.
7013 (top level): Pass down "prototypes" parameter to
7014 perform_all_tests.
7015
34d16ea2
SM
70162017-09-04 Simon Marchi <simon.marchi@ericsson.com>
7017
7018 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
7019 Test with nested loops.
7020
9521ecda
SM
70212017-09-04 Simon Marchi <simon.marchi@ericsson.com>
7022
7023 * gdb.base/commands.exp: Call the new procedures.
7024 (loop_break_test, loop_continue_test): New procedures.
7025
80a65e9b
SM
70262017-09-04 Simon Marchi <simon.marchi@ericsson.com>
7027
7028 * gdb.base/commands.exp: Call new procedure.
7029 (define_if_without_arg_test): New procedure.
7030
e439fa14
PA
70312017-09-04 Pedro Alves <palves@redhat.com>
7032
7033 * gdb.base/list-ambiguous.exp: New file.
7034 * gdb.base/list-ambiguous0.c: New file.
7035 * gdb.base/list-ambiguous1.c: New file.
7036 * gdb.base/list.exp (test_list_range): Adjust expected output.
7037
0a2dde4a
SDJ
70382017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
7039
7040 * gdb.base/share-env-with-gdbserver.c: New file.
7041 * gdb.base/share-env-with-gdbserver.exp: Likewise.
7042
5e89eb3a
SM
70432017-08-28 Simon Marchi <simon.marchi@ericsson.com>
7044
7045 * gdb.base/commands.exp (gdbvar_simple_if_test,
7046 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
7047 progvar_simple_if_test, progvar_simple_while_test,
7048 progvar_complex_if_while_test, user_defined_command_test,
7049 user_defined_command_args_eval,
7050 user_defined_command_args_stack_test,
7051 user_defined_command_manyargs_test, bp_deleted_in_command_test,
7052 temporary_breakpoint_commands,
7053 gdb_test_no_prompt, redefine_hook_test,
7054 redefine_backtrace_test): Remove "global gdb_prompt".
7055
fd437cbc
SM
70562017-08-28 Simon Marchi <simon.marchi@ericsson.com>
7057
7058 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
7059 New proc, call it from toplevel.
7060
87215ad1
SDJ
70612017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
7062
7063 PR remote/21852
7064 * gdb.server/normal.c: New file, copied from gdb.base.
7065 * gdb.server/run-without-local-binary.exp: New file.
7066
58afddc6
WP
70672017-08-07 Weimin Pan <weimin.pan@oracle.com>
7068
7069 * gdb.arch/sparc64-adi.exp: New file.
7070 * gdb.arch/sparc64-adi.c: New file.
7071
5277199a
PA
70722017-08-22 Pedro Alves <palves@redhat.com>
7073
7074 * gdb.cp/overload.exp (line_range_pattern): New procedure.
7075 (top level): Add "list all overloads" tests.
7076
14278e1f
TT
70772017-08-22 Tom Tromey <tom@tromey.com>
7078
7079 * gdb.gdb/xfullpath.exp: Remove.
7080
bf223d3e
PA
70812017-08-21 Pedro Alves <palves@redhat.com>
7082
7083 PR gdb/19487
7084 * gdb.base/symbol-alias.c: New.
7085 * gdb.base/symbol-alias2.c: New.
7086 * gdb.base/symbol-alias.exp: New.
7087
c973d0aa
PA
70882017-08-21 Pedro Alves <palves@redhat.com>
7089
7090 * gdb.base/dfp-test.c
7091 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
7092 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
7093 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
7094 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
7095 * gdb.base/whatis-ptype-typedefs.c: New.
7096 * gdb.base/whatis-ptype-typedefs.exp: New.
7097 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
7098 (an_int, an_int_type, an_int_type2): New globals.
7099 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
7100 involving typedefs and cast expressions.
7101 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
7102 (lookup_typedefs_function): New.
7103 (typedefs_pretty_printers_dict): New.
7104 (top level): Register lookup_typedefs_function in
7105 gdb.pretty_printers.
7106
6d580b63
YQ
71072017-08-18 Yao Qi <yao.qi@linaro.org>
7108
7109 * gdb.server/unittest.exp: New.
7110
206726fb
SDJ
71112017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
7112
7113 PR gdb/21954
7114 * gdb.base/environ.exp: Add test to check if 'unset environment'
7115 works.
7116
bf0ec4c2
AA
71172017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7118
7119 * lib/gdb.exp (universal_compile_options): New caching proc.
7120 (gdb_compile): Suppress GCC's coloring of messages.
7121
d6382fff
TT
71222017-08-14 Tom Tromey <tom@tromey.com>
7123
7124 PR gdb/21675:
7125 * gdb.base/printcmds.exp (test_radices): New function.
7126 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
7127 * gdb.base/sizeof.exp (check_valueof): Use p/d.
7128 * lib/gdb.exp (get_integer_valueof): Use p/d.
7129
c2c2dd9f
SM
71302017-08-12 Simon Marchi <simon.marchi@ericsson.com>
7131
7132 * lib/gdb.exp (get_valueof): Don't capture end-of-line
7133 characters.
7134
fdffd6f4
TT
71352017-08-05 Tom Tromey <tom@tromey.com>
7136
7137 * gdb.rust/simple.exp: Allow String to appear in a different
7138 namespace.
7139
27d41eac
YQ
71402017-07-26 Yao Qi <yao.qi@linaro.org>
7141
7142 * gdb.gdb/unittest.exp: Invoke command
7143 "maintenance check xml-descriptions".
7144
031ed05d
AA
71452017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7146
7147 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
7148 calling context.
7149 (hex128): Drop erroneous calculation of parameters.
7150
dcd27ddf
SM
71512017-07-22 Simon Marchi <simon.marchi@ericsson.com>
7152
7153 * gdb.python/py-unwind.exp: Disable stack protection when
7154 building test file.
7155
47e77640
PA
71562017-07-20 Pedro Alves <palves@redhat.com>
7157
7158 * gdb.base/default.exp (set language): Adjust expected output.
7159
62d2a18a
PA
71602017-07-20 Pedro Alves <palves@redhat.com>
7161
7162 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
7163 (test_minsym): ... this, and make static.
7164 (get_pck__foo__bar__minsym): Rename to ...
7165 (get_test_minsym): ... this.
7166 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
7167 symbol names and comments.
7168 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
7169 (get_test_minsym): ... this.
7170 (pck__foo__bar__minsym__2): Rename to ...
7171 (test_minsym): ... this.
7172 (main): Adjust.
7173
c45ec17c
PA
71742017-07-17 Pedro Alves <palves@redhat.com>
7175
7176 * gdb.base/completion.exp: Adjust expected output.
7177 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
7178 the completer works.
7179
c6756f62
PA
71802017-07-17 Pedro Alves <palves@redhat.com>
7181
7182 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
7183
5bd68487
AB
71842017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
7185
7186 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
7187
8880f2a9
TT
71882017-07-14 Tom Tromey <tom@tromey.com>
7189
7190 PR rust/21764:
7191 * gdb.rust/simple.exp: Add tests.
7192
65547233
TT
71932017-07-14 Tom Tromey <tom@tromey.com>
7194
7195 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
7196
8f14146e
PA
71972017-07-14 Pedro Alves <palves@redhat.com>
7198
7199 * gdb.linespec/base/one/thefile.cc (z1): New function.
7200 * gdb.linespec/base/two/thefile.cc (z2): New function.
7201 * gdb.linespec/linespec.exp: Add tests.
7202
b4365d02
AB
72032017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
7204
7205 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
7206 to mi_create_breakpoint.
7207
5d2cbaa5
AB
72082017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
7209
7210 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
7211 mi_create_breakpoint.
7212
11cb5716
IB
72132017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
7214
7215 * gdb.dlang/demangle.exp: Update for demangling changes.
7216
03278692
TT
72172017-07-09 Tom Tromey <tom@tromey.com>
7218
7219 * gdb.dwarf2/shortpiece.exp: New file.
7220
33c5cd75
DB
72212017-07-06 David Blaikie <dblaikie@gmail.com>
7222
7223 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
7224 built from fissiont-multi-cu{1,2}.c.
7225 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
7226 except putting 'main' and 'func' in separate CUs in the same DWO file.
7227 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
7228 test.
7229 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
7230 test.
7231
8455d262
PA
72322017-07-06 Pedro Alves <palves@redhat.com>
7233
7234 * gdb.python/py-unwind.exp: Test flushregs.
7235
dc4bde35
SDJ
72362017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
7237
7238 PR cli/21688
7239 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
7240 tests for alias commands and trailing whitespace.
7241
51ed89aa
SDJ
72422017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
7243
7244 PR cli/21688
7245 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
7246 procedure. Call it.
7247
eb17d413
PA
72482017-06-29 Pedro Alves <palves@redhat.com>
7249
7250 * gdb.base/printcmds.exp: Add tests.
7251
41664b45
DG
72522017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
7253
7254 PR gdb/21337
7255 * gdb.base/reread-readsym.exp: New file.
7256 * gdb.base/reread-readsym.c: New file.
7257
75312ae3
KB
72582017-06-21 Kevin Buettner <kevinb@redhat.com>
7259
7260 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
7261 subpattern.
7262
66953522
PB
72632017-06-19 Peter Bergner <bergner@vnet.ibm.com>
7264
7265 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
7266 extended mnemonic.
7267 * gdb.arch/powerpc-power9.s: Likewise.
7268
5524b525
AA
72692017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7270
7271 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
7272 on 32-bit x86 targets. Exploit is_*_target macros where
7273 appropriate.
7274
03c8af18
AA
72752017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7276
7277 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
7278 register pieces.
7279
3bf31011
AA
72802017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7281
7282 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
7283 located in one or more DWARF pieces.
7284
805acca0
AA
72852017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7286
7287 * lib/gdb.exp (get_endianness): New proc.
7288 * gdb.arch/aarch64-fp.exp: Use it.
7289 * gdb.arch/altivec-regs.exp: Likewise.
7290 * gdb.arch/e500-regs.exp: Likewise.
7291 * gdb.arch/vsx-regs.exp: Likewise.
7292 * gdb.base/dump.exp: Likewise.
7293 * gdb.base/funcargs.exp: Likewise.
7294 * gdb.base/gnu_vector.exp: Likewise.
7295 * gdb.dwarf2/formdata16.exp: Likewise.
7296 * gdb.dwarf2/implptrpiece.exp: Likewise.
7297 * gdb.dwarf2/nonvar-access.exp: Likewise.
7298 * gdb.python/py-inferior.exp: Likewise.
7299 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
7300
e9352324
AA
73012017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7302
7303 PR gdb/21226
7304 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
7305 stack value pieces are taken from the LSB end.
7306
d5d1163e
AA
73072017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7308
7309 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
7310 variable at nonzero offset.
7311
0567c986
AA
73122017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7313
7314 * gdb.dwarf2/var-access.c: New file.
7315 * gdb.dwarf2/var-access.exp: New test.
7316 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
7317
973e9aab
TT
73182017-06-12 Tom Tromey <tom@tromey.com>
7319
7320 * gdb.dwarf2/formdata16.exp: Add tests.
7321
d9109c80
TT
73222017-06-12 Tom Tromey <tom@tromey.com>
7323
7324 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
7325
30a25466
TT
73262017-06-12 Tom Tromey <tom@tromey.com>
7327
7328 PR exp/16225:
7329 * gdb.reverse/i386-sse-reverse.exp: Update tests.
7330 * gdb.arch/vsx-regs.exp: Update tests.
7331 * gdb.arch/s390-vregs.exp (hex128): New proc.
7332 Update test.
7333 * gdb.arch/altivec-regs.exp: Update tests.
7334
aefd8b33
SDJ
73352017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
7336
7337 * gdb.base/startup-with-shell.c: New file.
7338 * gdb.base/startup-with-shell.exp: Likewise.
7339
2090129c
SDJ
73402017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
7341
7342 * gdb.server/non-existing-program.exp: Update regex in order to
7343 reflect the fact that gdbserver is now using fork_inferior (with a
7344 shell) to startup the inferior.
7345
8e86a419
SM
73462017-05-30 Simon Marchi <simon.marchi@ericsson.com>
7347
7348 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
7349 support function calls from GDB.
7350
e6cf65f2
TT
73512017-05-21 Tom Tromey <tom@tromey.com>
7352
7353 PR rust/21466:
7354 * gdb.rust/unsized.exp: New file.
7355 * gdb.rust/unsized.rs: New file.
7356
43cc5389
TT
73572017-05-19 Tom Tromey <tom@tromey.com>
7358
7359 PR rust/21484:
7360 * gdb.rust/watch.exp: New file.
7361 * gdb.rust/watch.rs: New file.
7362
ec8df234
TT
73632017-05-18 Tom Tromey <tom@tromey.com>
7364
7365 * gdb.rust/simple.exp: Allow Box to be qualified.
7366
3e3e7fae
TP
73672017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
7368
7369 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
7370
59cc050d
PA
73712017-05-18 Pedro Alves <palves@redhat.com>
7372
7373 * gdb.base/fileio.c (test_write, test_read, test_close)
7374 (test_fstat): Don't print 'ret' in the fail path.
7375
c8f6abd1
PA
73762017-05-18 Pedro Alves <palves@redhat.com>
7377
7378 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
7379 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
7380 (test_system, test_rename, test_unlink, test_time): Change
7381 prototypes.
7382 * gdb.base/fileio.exp (stop_msg): Adjust.
7383
d2a03b77
PA
73842017-05-18 Pedro Alves <palves@redhat.com>
7385
7386 * gdb.base/fileio.c (null_str): New global.
7387 (test_stat): Use it.
7388 * gdb.base/fileio.exp: Remove nowarnings.
7389
0d5c6999
YQ
73902017-05-17 Yao Qi <yao.qi@linaro.org>
7391
7392 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
7393
21873064
YQ
73942017-05-17 Simon Marchi <simon.marchi@ericsson.com>
7395
7396 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
7397 argument command.
7398 (top-level): Invoke test_set_inferior_tty.
7399
d512d31c
PA
74002017-05-04 Pedro Alves <palves@redhat.com>
7401
7402 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
7403 Add parens to print call for Python 3.
7404
90cef2ed
KS
74052017-05-03 Keith Seitz <keiths@redhat.com>
7406
7407 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
7408 (main): Call it.
7409
14f819c8
TW
74102017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7411
7412 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
7413 to prev and next.
7414
913aeadd
TW
74152017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7416
7417 * gdb.python/py-record-btrace.exp: Remove test for
7418 gdb.BtraceInstruction.error.
7419
a3be24ad
TW
74202017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7421
7422 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
7423
ae20e79a
TW
74242017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7425
7426 * gdb.python/py-record-btrace-threads.c: New file.
7427 * gdb.python/py-record-btrace-threads.exp: New file.
7428
45ce1b47
SDJ
74292017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
7430
7431 PR testsuite/8595
7432 * gdb.base/environ.exp: Make test available in all architectures.
7433 Move bits related to "info program" testing to
7434 gdb.base/info-program.exp. Rewrite tests to use the two new
7435 procedures mentione below.
7436 (test_set_show_env_var) New procedure.
7437 (test_set_show_env_var_equal): Likewise.
7438 * gdb.base/info-program.exp: New file.
7439
e15c3eb4
KS
74402017-04-27 Keith Seitz <keiths@redhat.com>
7441
7442 * gdb.cp/oranking.cc (test15): New function.
7443 (main): Call test15 and declare additional variables for testing.
7444 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
7445 "p foo101('abc')" tests.
7446 Add tests for cv qualifier overloads.
7447 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
7448 "lvalue reference overload" test.
7449 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
7450 "print value of f1 on Child&& in f2" test.
7451
3a3fd0fd
PA
74522017-04-19 Pedro Alves <palves@redhat.com>
7453
7454 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
7455 procedure.
7456 (top level): Call it.
7457 * lib/gdb.exp (gdb_define_cmd): New procedure.
7458
53375380
PA
74592017-04-12 Pedro Alves <palves@redhat.com>
7460
7461 PR gdb/21323
7462 * gdb.cp/wide_char_types.c: Include <wchar.h>.
7463 (wchar): New global.
7464 * gdb.cp/wide_char_types.exp (wide_char_types_program)
7465 (do_test_wide_char, wide_char_types_no_program, top level): Add
7466 wchar_t testing.
7467
53e710ac
PA
74682017-04-12 Pedro Alves <palves@redhat.com>
7469
7470 PR c++/21323
7471 * gdb.cp/wide_char_types.c: New file.
7472 * gdb.cp/wide_char_types.exp: New file.
7473
0ad9d8c7
SDJ
74742017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
7475
7476 PR gdb/21352
7477 * gdb.trace/tsv.exp: Add test for "tsave -r".
7478
b1b45502
IB
74792017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
7480
7481 * gdb.dlang/watch-loc.c: New file.
7482 * gdb.dlang/watch-loc.exp: New file.
7483
ec13808e
JK
74842017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7485
7486 * gdb.python/py-section-script.exp (sepdebug): New testcases.
7487
fe5f7374
AK
74882017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
7489
7490 * gdb.arch/arc-analyze-prologue.S: New file.
7491 * gdb.arch/arc-analyze-prologue.exp: Likewise.
7492
eea78757
AK
74932017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
7494
7495 * gdb.arch/arc-decode-insn.S: New file.
7496 * gdb.arch/arc-decode-insn.exp: Likewise.
7497
5badf10a
IR
74982017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
7499
7500 PR tdep/20928
7501 * gdb.arch/sparc64-regs.exp: New file.
7502 * gdb.arch/sparc64-regs.S: Likewise.
7503
cee59b3f
TW
75042017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
7505
7506 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
7507 and memory view on Python 3.
7508
c0f55cc6
AV
75092017-03-20 Artemiy Volkov <artemiyv@acm.org>
7510 Keith Seitz <keiths@redhat.com>
7511
7512 PR gdb/14441
7513 * gdb.cp/demangle.exp: Add rvalue reference tests.
7514 * gdb.cp/rvalue-ref-casts.cc: New file.
7515 * gdb.cp/rvalue-ref-casts.exp: New file.
7516 * gdb.cp/rvalue-ref-overload.cc: New file.
7517 * gdb.cp/rvalue-ref-overload.exp: New file.
7518 * gdb.cp/rvalue-ref-params.cc: New file.
7519 * gdb.cp/rvalue-ref-params.exp: New file.
7520 * gdb.cp/rvalue-ref-sizeof.cc: New file.
7521 * gdb.cp/rvalue-ref-sizeof.exp: New file.
7522 * gdb.cp/rvalue-ref-types.cc: New file.
7523 * gdb.cp/rvalue-ref-types.exp: New file.
7524 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
7525 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
7526
51457a05
MAL
75272017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
7528
7529 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
7530 New procedure.
7531
5b291c04
MAL
75322017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
7533
7534 * lib/mi-support.exp (mi_gdb_test): Add additional message
7535 for unexpected output.
7536
59a56148
AA
75372017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
7538
7539 * gdb.base/examine-backward.c (Barrier): New character array
7540 constant, to ensure that TestStrings is preceded by a string
7541 terminator.
7542
7942e96e
AA
75432017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7544
7545 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
7546 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
7547 and implicit pointer into such a location.
7548
6ebac3fb
DE
75492017-03-16 Doug Evans <dje@google.com>
7550
7551 * gdb.python/py-lazy-string (pointer): Really add new typedef.
7552
ec3b243d
TP
75532017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
7554
7555 * gdb.cp/m-static.exp: Fix expectation for prototype of
7556 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
7557
75582017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
7559
7560 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
7561 * gdb.guile/scm-lazy-string.c: New file.
7562 * gdb.guile/scm-value.exp: Move lazy string tests to ...
7563 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
7564 for pointer, array, typedef lazy strings.
7565
2cc36e25 75662017-03-16 Doug Evans <dje@google.com>
34b43320
DE
7567
7568 PR python/17728, python/18439, python/18779
7569 * gdb.python/py-value.c (main) Delete locals sptr, sn.
7570 * gdb.python/py-lazy-string.c (pointer): New typedef.
7571 (main): New locals ptr, array, typedef_ptr.
7572 * gdb.python/py-value.exp: Move lazy string tests to ...
7573 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
7574 array, typedef lazy strings.
ec3b243d 7575
0efcde63
AK
75762017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
7577
7578 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
7579 Add optional 'test' parameter.
7580
7978d7c3
SM
75812017-03-13 Simon Marchi <simon.marchi@ericsson.com>
7582
7583 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
7584 Skip for versions of DejaGnu < 1.5.
7585
896c0c1e
SM
75862017-03-13 Simon Marchi <simon.marchi@ericsson.com>
7587
7588 * lib/gdb.exp (dejagnu_version): New proc.
7589 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
7590 Use dejagnu_version.
7591
5f4d1085
KS
75922017-03-10 Keith Seitz <keiths@redhat.com>
7593
7594 PR c++/8128
7595 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
7596 type from destructor regexps.
7597 Add a branch which actually passes the test.
7598 Adjust "ptype t5i" test names.
7599
1de05205
PA
76002017-03-08 Pedro Alves <palves@redhat.com>
7601
7602 * gdb.base/step-over-exit.exp: Add explicit test message.
7603
c65d6b55
PA
76042017-03-08 Pedro Alves <palves@redhat.com>
7605
7606 PR gdb/18360
7607 * gdb.threads/interrupt-while-step-over.c: New file.
7608 * gdb.threads/interrupt-while-step-over.exp: New file.
7609
2e86a283
PA
76102017-03-08 Pedro Alves <palves@redhat.com>
7611
7612 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
7613 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
7614
25dcbff6
PA
76152017-03-08 Pedro Alves <palves@redhat.com>
7616
7617 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
7618 PKRU as not supported as a PASS.
7619
dc9366eb
PA
76202017-03-08 Pedro Alves <palves@redhat.com>
7621
7622 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
7623 prefix instead of $binfile1/$binfile2.
7624 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
7625 in test message.
7626 * gdb.python/py-completion.exp: Use "load python file" as test
7627 messages instead of unstable path names.
7628
6e5d74e7
PA
76292017-03-08 Pedro Alves <palves@redhat.com>
7630 Jan Kratochvil <jan.kratochvil@redhat.com>
7631
7632 PR cli/21218
7633 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
7634 New proc.
7635 (top level): Call it.
7636
9753a2f6
PA
76372017-03-08 Pedro Alves <palves@redhat.com>
7638
7639 PR tui/21216
7640 * gdb.tui/tui-nl-filtered-output.exp: New file.
7641
1a4dd9dd
PA
76422017-03-08 Pedro Alves <palves@redhat.com>
7643
7644 * gdb.base/completion.exp: Move TUI completion tests to ...
7645 * gdb.tui/completion.exp: ... this new file.
7646
7cbbff33
PA
76472017-03-08 Pedro Alves <palves@redhat.com>
7648
7649 * gdb.base/tui-disasm-long-lines.c,
7650 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
7651 gdb.base/tui-layout.exp: Move to ...
7652 * gdb.tui/: ... this new directory.
7653
5f6fd321
PA
76542017-03-07 Pedro Alves <palves@redhat.com>
7655
7656 * gdb.base/tui-layout.c: New file.
7657 * gdb.base/tui-layout.exp: New file.
7658
44959fa8
PA
76592017-03-07 Pedro Alves <palves@redhat.com>
7660
7661 * gdb.base/tui-layout.c: Rename to ...
7662 * gdb.base/tui-disasm-long-lines.c: ... this.
7663 * gdb.base/tui-layout.exp: Rename to ...
7664 * gdb.base/tui-disasm-long-lines.exp: ... this.
7665
f8c4e718
PA
76662017-03-07 Pedro Alves <palves@redhat.com>
7667
7668 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
7669
6dbb839a 76702017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
7671
7672 * i386-mpx-call.c: New file.
7673 * i386-mpx-call.exp: New file.
7674
65b48a81
PB
76752017-02-28 Peter Bergner <bergner@vnet.ibm.com>
7676
7677 * gdb.arch/powerpc-power.exp: Delete test.
7678 * gdb.arch/powerpc-power.s: Likewise.
7679 * gdb.disasm/disassembler-options.exp: New test.
7680 * gdb.arch/powerpc-altivec.exp: Likewise.
7681 * gdb.arch/powerpc-altivec.s: Likewise.
7682 * gdb.arch/powerpc-altivec2.exp: Likewise.
7683 * gdb.arch/powerpc-altivec2.s: Likewise.
7684 * gdb.arch/powerpc-altivec3.exp: Likewise.
7685 * gdb.arch/powerpc-altivec3.s: Likewise.
7686 * gdb.arch/powerpc-power7.exp: Likewise.
7687 * gdb.arch/powerpc-power7.s: Likewise.
7688 * gdb.arch/powerpc-power8.exp: Likewise.
7689 * gdb.arch/powerpc-power8.s: Likewise.
7690 * gdb.arch/powerpc-power9.exp: Likewise.
7691 * gdb.arch/powerpc-power9.s: Likewise.
7692 * gdb.arch/powerpc-vsx.exp: Likewise.
7693 * gdb.arch/powerpc-vsx.s: Likewise.
7694 * gdb.arch/powerpc-vsx2.exp: Likewise.
7695 * gdb.arch/powerpc-vsx2.s: Likewise.
7696 * gdb.arch/powerpc-vsx3.exp: Likewise.
7697 * gdb.arch/powerpc-vsx3.s: Likewise.
7698 * gdb.arch/arm-disassembler-options.exp: Likewise.
7699 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
7700 * gdb.arch/s390-disassembler-options.exp: Likewise.
7701
17cd4947
LM
77022017-02-23 Luis Machado <lgustavo@codesourcery.com>
7703
7704 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
7705 (check_supported_features): ... this. Changed return type to void.
7706 (supports_rdseed): New static global.
7707 (rdseed): Check supports_rdseed.
7708 (initialize): Call check_supported_features.
7709
2039d74e
EBM
77102017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7711
7712 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
7713 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
7714 and lqarx/stqcx.
7715 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
7716 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
7717
a51d7ecf
EBM
77182017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7719
7720 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
7721 uppercase.
7722
0224619f
JK
77232017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7724
7725 * gdb.dwarf2/formdata16.c: New file.
7726 * gdb.dwarf2/formdata16.exp: New file.
7727 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
7728
216f72a1
JK
77292017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7730
7731 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
7732 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
7733 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
7734 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
7735 DW_AT_GNU_*.
7736
43988095
JK
77372017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7738
7739 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
7740
99e8a4f9
SDJ
77412017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
7742
7743 PR gdb/21164
7744 * gdb.base/maint.exp: Add testcases for when the commands do
7745 not have arguments.
7746
b58a8c0c
TP
77472017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
7748
7749 * gdb.cp/chained-calls.exp: Use p instead of P.
7750
4e746bb6
TW
77512017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
7752
7753 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
7754 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
7755
3f77c769
TT
77562017-02-14 Tom Tromey <tom@tromey.com>
7757
7758 PR python/13598:
7759 * gdb.python/py-events.exp: Add before_prompt event tests.
7760
075beec0
AA
77612017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7762
7763 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
7764
bf5f525c
LM
77652017-02-13 Luis Machado <lgustavo@codesourcery.com>
7766
7767 * gdb.linespec/explicit.c (my_unique_function_name): New function.
7768 (main): Call my_unique_function_name.
7769 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
7770 completion of patterns with a single match.
7771 Add missing -re switches to gdb_test_multiple calls.
7772
13a66184
LM
77732017-02-13 Luis Machado <lgustavo@codesourcery.com>
7774
7775 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
7776 return if core file is not recognized.
7777
26a06916
SM
77782017-02-10 Simon Marchi <simon.marchi@ericsson.com>
7779
7780 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
7781 and extra UIs.
7782
b761ca9e
SM
77832017-02-10 Simon Marchi <simon.marchi@ericsson.com>
7784
7785 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
7786 proc_with_prefix.
7787
b964bee0
TT
77882017-02-10 Tom Tromey <tom@tromey.com>
7789
7790 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
7791
18da0c51
MG
77922017-02-10 Martin Galvan <martingalvan@sourceware.org>
7793
7794 PR gdb/21122
7795 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
7796
604c4576
JG
77972017-02-08 Jerome Guitton <guitton@adacore.com>
7798
7799 * gdb.base/define.exp: Add test for command abbreviations
7800 in define.
7801
20b477a7
LM
78022017-02-06 Luis Machado <lgustavo@codesourcery.com>
7803
7804 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
7805 * gdb.reverse/insn-reverse-x86.c: New file.
7806
3f7b46f2
IR
78072017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
7808
7809 PR tdep/20936
7810 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
7811
f0fd41c1
TT
78122017-02-03 Tom Tromey <tom@tromey.com>
7813
7814 PR rust/21097:
7815 * gdb.rust/simple.exp: Add new tests.
7816
5be5dbf0
PA
78172017-02-02 Pedro Alves <palves@redhat.com>
7818
7819 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
7820 tests.
7821
7346ef59
AA
78222017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
7823
7824 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
7825 taking a 2-byte value out of a 4-byte DWARF implicit value on
7826 big-endian targets.
7827 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
7828 logic. Add test cases for DW_OP_implicit.
7829
787f0025
MM
78302017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7831
7832 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
7833
68777c29
MM
78342017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7835
7836 * gdb.btrace/enable.exp: Call gdb_exit before
7837 skip_gdbserver_tests.
7838
0a1c7e28
MM
78392017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7840
7841 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
7842 GDBFLAGS.
7843
b5ac99b0
MM
78442017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7845
7846 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
7847 the test is skipped.
7848 * gdb.btrace/data.exp: Likewise.
7849 * gdb.btrace/delta.exp: Likewise.
7850 * gdb.btrace/dlopen.exp: Likewise.
7851 * gdb.btrace/enable-running.exp: Likewise.
7852 * gdb.btrace/enable.exp: Likewise.
7853 * gdb.btrace/exception.exp: Likewise.
7854 * gdb.btrace/function_call_history.exp: Likewise.
7855 * gdb.btrace/gcore.exp: Likewise.
7856 * gdb.btrace/instruction_history.exp: Likewise.
7857 * gdb.btrace/multi-thread-step.exp: Likewise.
7858 * gdb.btrace/nohist.exp: Likewise.
7859 * gdb.btrace/non-stop.exp: Likewise.
7860 * gdb.btrace/reconnect.exp: Likewise.
7861 * gdb.btrace/record_goto-step.exp: Likewise.
7862 * gdb.btrace/record_goto.exp: Likewise.
7863 * gdb.btrace/rn-dl-bind.exp: Likewise.
7864 * gdb.btrace/segv.exp: Likewise.
7865 * gdb.btrace/step.exp: Likewise.
7866 * gdb.btrace/stepi.exp: Likewise.
7867 * gdb.btrace/tailcall-only.exp: Likewise.
7868 * gdb.btrace/tailcall.exp: Likewise.
7869 * gdb.btrace/tsx.exp: Likewise.
7870 * gdb.btrace/unknown_functions.exp: Likewise.
7871 * gdb.btrace/vdso.exp: Likewise.
7872
cd4007e4
MM
78732017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7874
7875 * gdb.btrace/enable-running.c: New.
7876 * gdb.btrace/enable-running.exp: New.
7877
2735833d
WT
78782017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
7879
7880 * gdb.arch/amd64-gs_base.c: New file.
7881 * gdb.arch/amd64-gs_base.exp: New file.
7882
b51e1e94
LM
78832017-01-26 Luis Machado <lgustavo@codesourcery.com>
7884
7885 * lib/memory.exp: Remove spurious empty newlines.
7886
72ca0410
SM
78872017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
7888
7889 * gdb.python/py-bad-printers.exp: Load python file using "source".
7890 * gdb.python/py-events.exp: Likewise.
7891 * gdb.python/py-evsignal.exp: Likewise.
7892 * gdb.python/py-evthreads.exp: Likewise.
7893 * gdb.python/py-frame-args.exp: Likewise.
7894 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
7895 * gdb.python/py-framefilter-mi.exp: Likewise.
7896 * gdb.python/py-framefilter.exp: Likewise.
7897 * gdb.python/py-mi.exp: Likewise.
7898 * gdb.python/py-pp-maint.exp: Likewise.
7899 * gdb.python/py-pp-registration.exp: Likewise.
7900 * gdb.python/py-prettyprint.exp: Likewise.
7901 (run_lang_tests): Likewise.
7902 * gdb.python/py-typeprint.exp: Likewise.
7903
e309aa65
LM
79042017-01-26 Luis Machado <lgustavo@codesourcery.com>
7905
7906 * lib/memory.exp: New file.
7907 * lib/gdb.exp: Load memory.exp.
7908 * gdb.base/memattr.exp (delete_memory): Move proc to
7909 lib/memory.exp and rename to delete_memory_regions.
7910 Replace delete_memory with delete_memory_regions.
7911 Cleanup memory regions before tests.
7912 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
7913 before tests.
7914
515aff23
LM
79152017-01-26 Luis Machado <lgustavo@codesourcery.com>
7916
7917 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
7918 files.
7919 (initialize): New function conditionally defined.
7920 (testcases): Move within conditional block.
7921 (main): Call initialize.
7922 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
7923 of gdb.reverse/insn-reverse.c.
7924 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
7925 gdb.reverse/insn-reverse.c.
7926
d8b49cf0
YQ
79272017-01-26 Yao Qi <yao.qi@linaro.org>
7928
7929 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
7930 disassemble on address 0.
7931
f13a9a0c
YQ
79322017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
7933 Yao Qi <yao.qi@linaro.org>
7934
7935 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
7936 * gdb.dwarf2/implptr-64bit.S: Remove.
7937 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
7938 variables in caller's context. Add DW_OP_implicit_value.
7939
5ac95241
YQ
79402017-01-25 Yao Qi <yao.qi@linaro.org>
7941
7942 * lib/dwarf.exp (Dwarf::_location): Handle
7943 DW_OP_GNU_implicit_pointer with proper size.
7944
23e82930
LM
79452017-01-20 Luis Machado <lgustavo@codesourcery.com>
7946
7947 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
7948 and add untested calls.
7949
d334ae25
LM
79502017-01-20 Luis Machado <lgustavo@codesourcery.com>
7951
7952 * gdb.python/python.exp: Check line number against what GDB thinks
7953 the line number is for func1.
7954
f5e6296e
IB
79552017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
7956
7957 * gdb.dlang/debug-expr.exp: New file.
7958
5b362f04
LM
79592016-12-23 Luis Machado <lgustavo@codesourcery.com>
7960
7961 Fix test names for the following files:
7962
7963 * gdb.ada/exec_changed.exp
7964 * gdb.ada/info_types.exp
7965 * gdb.arch/aarch64-atomic-inst.exp
7966 * gdb.arch/aarch64-fp.exp
7967 * gdb.arch/altivec-abi.exp
7968 * gdb.arch/altivec-regs.exp
7969 * gdb.arch/amd64-byte.exp
7970 * gdb.arch/amd64-disp-step.exp
7971 * gdb.arch/amd64-dword.exp
7972 * gdb.arch/amd64-entry-value-inline.exp
7973 * gdb.arch/amd64-entry-value-param.exp
7974 * gdb.arch/amd64-entry-value-paramref.exp
7975 * gdb.arch/amd64-entry-value.exp
7976 * gdb.arch/amd64-i386-address.exp
7977 * gdb.arch/amd64-invalid-stack-middle.exp
7978 * gdb.arch/amd64-invalid-stack-top.exp
7979 * gdb.arch/amd64-optimout-repeat.exp
7980 * gdb.arch/amd64-prologue-skip.exp
7981 * gdb.arch/amd64-prologue-xmm.exp
7982 * gdb.arch/amd64-stap-special-operands.exp
7983 * gdb.arch/amd64-stap-wrong-subexp.exp
7984 * gdb.arch/amd64-tailcall-cxx.exp
7985 * gdb.arch/amd64-tailcall-noret.exp
7986 * gdb.arch/amd64-tailcall-ret.exp
7987 * gdb.arch/amd64-tailcall-self.exp
7988 * gdb.arch/amd64-word.exp
7989 * gdb.arch/arm-bl-branch-dest.exp
7990 * gdb.arch/arm-disp-step.exp
7991 * gdb.arch/arm-neon.exp
7992 * gdb.arch/arm-single-step-kernel-helper.exp
7993 * gdb.arch/avr-flash-qualifier.exp
7994 * gdb.arch/disp-step-insn-reloc.exp
7995 * gdb.arch/e500-abi.exp
7996 * gdb.arch/e500-regs.exp
7997 * gdb.arch/ftrace-insn-reloc.exp
7998 * gdb.arch/i386-avx512.exp
7999 * gdb.arch/i386-bp_permanent.exp
8000 * gdb.arch/i386-byte.exp
8001 * gdb.arch/i386-cfi-notcurrent.exp
8002 * gdb.arch/i386-disp-step.exp
8003 * gdb.arch/i386-dr3-watch.exp
8004 * gdb.arch/i386-float.exp
8005 * gdb.arch/i386-gnu-cfi.exp
8006 * gdb.arch/i386-mpx-map.exp
8007 * gdb.arch/i386-mpx-sigsegv.exp
8008 * gdb.arch/i386-mpx-simple_segv.exp
8009 * gdb.arch/i386-mpx.exp
8010 * gdb.arch/i386-permbkpt.exp
8011 * gdb.arch/i386-prologue.exp
8012 * gdb.arch/i386-signal.exp
8013 * gdb.arch/i386-size-overlap.exp
8014 * gdb.arch/i386-unwind.exp
8015 * gdb.arch/i386-word.exp
8016 * gdb.arch/mips-fcr.exp
8017 * gdb.arch/powerpc-d128-regs.exp
8018 * gdb.arch/powerpc-stackless.exp
8019 * gdb.arch/ppc64-atomic-inst.exp
8020 * gdb.arch/s390-stackless.exp
8021 * gdb.arch/s390-tdbregs.exp
8022 * gdb.arch/s390-vregs.exp
8023 * gdb.arch/sparc-sysstep.exp
8024 * gdb.arch/thumb-bx-pc.exp
8025 * gdb.arch/thumb-singlestep.exp
8026 * gdb.arch/thumb2-it.exp
8027 * gdb.arch/vsx-regs.exp
8028 * gdb.asm/asm-source.exp
8029 * gdb.base/a2-run.exp
8030 * gdb.base/advance.exp
8031 * gdb.base/all-bin.exp
8032 * gdb.base/anon.exp
8033 * gdb.base/args.exp
8034 * gdb.base/arithmet.exp
8035 * gdb.base/async-shell.exp
8036 * gdb.base/async.exp
8037 * gdb.base/attach-pie-noexec.exp
8038 * gdb.base/attach-twice.exp
8039 * gdb.base/auto-load.exp
8040 * gdb.base/bang.exp
8041 * gdb.base/bitfields.exp
8042 * gdb.base/break-always.exp
8043 * gdb.base/break-caller-line.exp
8044 * gdb.base/break-entry.exp
8045 * gdb.base/break-inline.exp
8046 * gdb.base/break-on-linker-gcd-function.exp
8047 * gdb.base/break-probes.exp
8048 * gdb.base/break.exp
8049 * gdb.base/breakpoint-shadow.exp
8050 * gdb.base/call-ar-st.exp
8051 * gdb.base/call-sc.exp
8052 * gdb.base/call-signal-resume.exp
8053 * gdb.base/call-strs.exp
8054 * gdb.base/callfuncs.exp
8055 * gdb.base/catch-fork-static.exp
8056 * gdb.base/catch-gdb-caused-signals.exp
8057 * gdb.base/catch-load.exp
8058 * gdb.base/catch-signal-fork.exp
8059 * gdb.base/catch-signal.exp
8060 * gdb.base/catch-syscall.exp
8061 * gdb.base/charset.exp
8062 * gdb.base/checkpoint.exp
8063 * gdb.base/chng-syms.exp
8064 * gdb.base/code-expr.exp
8065 * gdb.base/code_elim.exp
8066 * gdb.base/commands.exp
8067 * gdb.base/completion.exp
8068 * gdb.base/complex.exp
8069 * gdb.base/cond-expr.exp
8070 * gdb.base/condbreak.exp
8071 * gdb.base/consecutive.exp
8072 * gdb.base/continue-all-already-running.exp
8073 * gdb.base/coredump-filter.exp
8074 * gdb.base/corefile.exp
8075 * gdb.base/dbx.exp
8076 * gdb.base/debug-expr.exp
8077 * gdb.base/define.exp
8078 * gdb.base/del.exp
8079 * gdb.base/disabled-location.exp
8080 * gdb.base/disasm-end-cu.exp
8081 * gdb.base/disasm-optim.exp
8082 * gdb.base/display.exp
8083 * gdb.base/duplicate-bp.exp
8084 * gdb.base/ena-dis-br.exp
8085 * gdb.base/ending-run.exp
8086 * gdb.base/enumval.exp
8087 * gdb.base/environ.exp
8088 * gdb.base/eu-strip-infcall.exp
8089 * gdb.base/eval-avoid-side-effects.exp
8090 * gdb.base/eval-skip.exp
8091 * gdb.base/exitsignal.exp
8092 * gdb.base/expand-psymtabs.exp
8093 * gdb.base/filesym.exp
8094 * gdb.base/find-unmapped.exp
8095 * gdb.base/finish.exp
8096 * gdb.base/float.exp
8097 * gdb.base/foll-exec-mode.exp
8098 * gdb.base/foll-exec.exp
8099 * gdb.base/foll-fork.exp
8100 * gdb.base/fortran-sym-case.exp
8101 * gdb.base/freebpcmd.exp
8102 * gdb.base/func-ptr.exp
8103 * gdb.base/func-ptrs.exp
8104 * gdb.base/funcargs.exp
8105 * gdb.base/gcore-buffer-overflow.exp
8106 * gdb.base/gcore-relro-pie.exp
8107 * gdb.base/gcore-relro.exp
8108 * gdb.base/gcore.exp
8109 * gdb.base/gdb1090.exp
8110 * gdb.base/gdb11530.exp
8111 * gdb.base/gdb11531.exp
8112 * gdb.base/gdb1821.exp
8113 * gdb.base/gdbindex-stabs.exp
8114 * gdb.base/gdbvars.exp
8115 * gdb.base/hbreak.exp
8116 * gdb.base/hbreak2.exp
8117 * gdb.base/included.exp
8118 * gdb.base/infcall-input.exp
8119 * gdb.base/inferior-died.exp
8120 * gdb.base/infnan.exp
8121 * gdb.base/info-macros.exp
8122 * gdb.base/info-os.exp
8123 * gdb.base/info-proc.exp
8124 * gdb.base/info-shared.exp
8125 * gdb.base/info-target.exp
8126 * gdb.base/infoline.exp
8127 * gdb.base/interp.exp
8128 * gdb.base/interrupt.exp
8129 * gdb.base/jit-reader.exp
8130 * gdb.base/jit-simple.exp
8131 * gdb.base/kill-after-signal.exp
8132 * gdb.base/kill-detach-inferiors-cmd.exp
8133 * gdb.base/label.exp
8134 * gdb.base/langs.exp
8135 * gdb.base/ldbl_e308.exp
8136 * gdb.base/line-symtabs.exp
8137 * gdb.base/linespecs.exp
8138 * gdb.base/list.exp
8139 * gdb.base/long_long.exp
8140 * gdb.base/longest-types.exp
8141 * gdb.base/maint.exp
8142 * gdb.base/max-value-size.exp
8143 * gdb.base/memattr.exp
8144 * gdb.base/mips_pro.exp
8145 * gdb.base/morestack.exp
8146 * gdb.base/moribund-step.exp
8147 * gdb.base/multi-forks.exp
8148 * gdb.base/nested-addr.exp
8149 * gdb.base/nextoverexit.exp
8150 * gdb.base/noreturn-finish.exp
8151 * gdb.base/noreturn-return.exp
8152 * gdb.base/nostdlib.exp
8153 * gdb.base/offsets.exp
8154 * gdb.base/opaque.exp
8155 * gdb.base/pc-fp.exp
8156 * gdb.base/permissions.exp
8157 * gdb.base/print-symbol-loading.exp
8158 * gdb.base/prologue-include.exp
8159 * gdb.base/psymtab.exp
8160 * gdb.base/ptype.exp
8161 * gdb.base/random-signal.exp
8162 * gdb.base/randomize.exp
8163 * gdb.base/range-stepping.exp
8164 * gdb.base/readline-ask.exp
8165 * gdb.base/recpar.exp
8166 * gdb.base/recurse.exp
8167 * gdb.base/relational.exp
8168 * gdb.base/restore.exp
8169 * gdb.base/return-nodebug.exp
8170 * gdb.base/return.exp
8171 * gdb.base/run-after-attach.exp
8172 * gdb.base/save-bp.exp
8173 * gdb.base/scope.exp
8174 * gdb.base/sect-cmd.exp
8175 * gdb.base/set-lang-auto.exp
8176 * gdb.base/set-noassign.exp
8177 * gdb.base/setvar.exp
8178 * gdb.base/sigall.exp
8179 * gdb.base/sigbpt.exp
8180 * gdb.base/siginfo-addr.exp
8181 * gdb.base/siginfo-infcall.exp
8182 * gdb.base/siginfo-obj.exp
8183 * gdb.base/siginfo.exp
8184 * gdb.base/signals-state-child.exp
8185 * gdb.base/signest.exp
8186 * gdb.base/sigstep.exp
8187 * gdb.base/sizeof.exp
8188 * gdb.base/skip.exp
8189 * gdb.base/solib-corrupted.exp
8190 * gdb.base/solib-nodir.exp
8191 * gdb.base/solib-search.exp
8192 * gdb.base/stack-checking.exp
8193 * gdb.base/stale-infcall.exp
8194 * gdb.base/stap-probe.exp
8195 * gdb.base/start.exp
8196 * gdb.base/step-break.exp
8197 * gdb.base/step-bt.exp
8198 * gdb.base/step-line.exp
8199 * gdb.base/step-over-exit.exp
8200 * gdb.base/step-over-syscall.exp
8201 * gdb.base/step-resume-infcall.exp
8202 * gdb.base/step-test.exp
8203 * gdb.base/store.exp
8204 * gdb.base/structs3.exp
8205 * gdb.base/sym-file.exp
8206 * gdb.base/symbol-without-target_section.exp
8207 * gdb.base/term.exp
8208 * gdb.base/testenv.exp
8209 * gdb.base/ui-redirect.exp
8210 * gdb.base/until.exp
8211 * gdb.base/unwindonsignal.exp
8212 * gdb.base/value-double-free.exp
8213 * gdb.base/vla-datatypes.exp
8214 * gdb.base/vla-ptr.exp
8215 * gdb.base/vla-sideeffect.exp
8216 * gdb.base/volatile.exp
8217 * gdb.base/watch-cond-infcall.exp
8218 * gdb.base/watch-cond.exp
8219 * gdb.base/watch-non-mem.exp
8220 * gdb.base/watch-read.exp
8221 * gdb.base/watch-vfork.exp
8222 * gdb.base/watchpoint-cond-gone.exp
8223 * gdb.base/watchpoint-delete.exp
8224 * gdb.base/watchpoint-hw-hit-once.exp
8225 * gdb.base/watchpoint-hw.exp
8226 * gdb.base/watchpoint-stops-at-right-insn.exp
8227 * gdb.base/watchpoints.exp
8228 * gdb.base/wchar.exp
8229 * gdb.base/whatis-exp.exp
8230 * gdb.btrace/buffer-size.exp
8231 * gdb.btrace/data.exp
8232 * gdb.btrace/delta.exp
8233 * gdb.btrace/dlopen.exp
8234 * gdb.btrace/enable.exp
8235 * gdb.btrace/exception.exp
8236 * gdb.btrace/function_call_history.exp
8237 * gdb.btrace/gcore.exp
8238 * gdb.btrace/instruction_history.exp
8239 * gdb.btrace/nohist.exp
8240 * gdb.btrace/reconnect.exp
8241 * gdb.btrace/record_goto-step.exp
8242 * gdb.btrace/record_goto.exp
8243 * gdb.btrace/rn-dl-bind.exp
8244 * gdb.btrace/segv.exp
8245 * gdb.btrace/step.exp
8246 * gdb.btrace/stepi.exp
8247 * gdb.btrace/tailcall-only.exp
8248 * gdb.btrace/tailcall.exp
8249 * gdb.btrace/tsx.exp
8250 * gdb.btrace/unknown_functions.exp
8251 * gdb.btrace/vdso.exp
8252 * gdb.compile/compile-ifunc.exp
8253 * gdb.compile/compile-ops.exp
8254 * gdb.compile/compile-print.exp
8255 * gdb.compile/compile-setjmp.exp
8256 * gdb.cp/abstract-origin.exp
8257 * gdb.cp/ambiguous.exp
8258 * gdb.cp/annota2.exp
8259 * gdb.cp/annota3.exp
8260 * gdb.cp/anon-ns.exp
8261 * gdb.cp/anon-struct.exp
8262 * gdb.cp/anon-union.exp
8263 * gdb.cp/arg-reference.exp
8264 * gdb.cp/baseenum.exp
8265 * gdb.cp/bool.exp
8266 * gdb.cp/breakpoint.exp
8267 * gdb.cp/bs15503.exp
8268 * gdb.cp/call-c.exp
8269 * gdb.cp/casts.exp
8270 * gdb.cp/chained-calls.exp
8271 * gdb.cp/class2.exp
8272 * gdb.cp/classes.exp
8273 * gdb.cp/cmpd-minsyms.exp
8274 * gdb.cp/converts.exp
8275 * gdb.cp/cp-relocate.exp
8276 * gdb.cp/cpcompletion.exp
8277 * gdb.cp/cpexprs.exp
8278 * gdb.cp/cplabel.exp
8279 * gdb.cp/cplusfuncs.exp
8280 * gdb.cp/cpsizeof.exp
8281 * gdb.cp/ctti.exp
8282 * gdb.cp/derivation.exp
8283 * gdb.cp/destrprint.exp
8284 * gdb.cp/dispcxx.exp
8285 * gdb.cp/enum-class.exp
8286 * gdb.cp/exception.exp
8287 * gdb.cp/exceptprint.exp
8288 * gdb.cp/expand-psymtabs-cxx.exp
8289 * gdb.cp/expand-sals.exp
8290 * gdb.cp/extern-c.exp
8291 * gdb.cp/filename.exp
8292 * gdb.cp/formatted-ref.exp
8293 * gdb.cp/fpointer.exp
8294 * gdb.cp/gdb1355.exp
8295 * gdb.cp/gdb2495.exp
8296 * gdb.cp/hang.exp
8297 * gdb.cp/impl-this.exp
8298 * gdb.cp/infcall-dlopen.exp
8299 * gdb.cp/inherit.exp
8300 * gdb.cp/iostream.exp
8301 * gdb.cp/koenig.exp
8302 * gdb.cp/local.exp
8303 * gdb.cp/m-data.exp
8304 * gdb.cp/m-static.exp
8305 * gdb.cp/mb-ctor.exp
8306 * gdb.cp/mb-inline.exp
8307 * gdb.cp/mb-templates.exp
8308 * gdb.cp/member-name.exp
8309 * gdb.cp/member-ptr.exp
8310 * gdb.cp/meth-typedefs.exp
8311 * gdb.cp/method.exp
8312 * gdb.cp/method2.exp
8313 * gdb.cp/minsym-fallback.exp
8314 * gdb.cp/misc.exp
8315 * gdb.cp/namelessclass.exp
8316 * gdb.cp/namespace-enum.exp
8317 * gdb.cp/namespace-nested-import.exp
8318 * gdb.cp/namespace.exp
8319 * gdb.cp/nextoverthrow.exp
8320 * gdb.cp/no-dmgl-verbose.exp
8321 * gdb.cp/non-trivial-retval.exp
8322 * gdb.cp/noparam.exp
8323 * gdb.cp/nsdecl.exp
8324 * gdb.cp/nsimport.exp
8325 * gdb.cp/nsnested.exp
8326 * gdb.cp/nsnoimports.exp
8327 * gdb.cp/nsrecurs.exp
8328 * gdb.cp/nsstress.exp
8329 * gdb.cp/nsusing.exp
8330 * gdb.cp/operator.exp
8331 * gdb.cp/oranking.exp
8332 * gdb.cp/overload-const.exp
8333 * gdb.cp/overload.exp
8334 * gdb.cp/ovldbreak.exp
8335 * gdb.cp/ovsrch.exp
8336 * gdb.cp/paren-type.exp
8337 * gdb.cp/parse-lang.exp
8338 * gdb.cp/pass-by-ref.exp
8339 * gdb.cp/pr-1023.exp
8340 * gdb.cp/pr-1210.exp
8341 * gdb.cp/pr-574.exp
8342 * gdb.cp/pr10687.exp
8343 * gdb.cp/pr12028.exp
8344 * gdb.cp/pr17132.exp
8345 * gdb.cp/pr17494.exp
8346 * gdb.cp/pr9067.exp
8347 * gdb.cp/pr9167.exp
8348 * gdb.cp/pr9631.exp
8349 * gdb.cp/printmethod.exp
8350 * gdb.cp/psmang.exp
8351 * gdb.cp/psymtab-parameter.exp
8352 * gdb.cp/ptype-cv-cp.exp
8353 * gdb.cp/ptype-flags.exp
8354 * gdb.cp/re-set-overloaded.exp
8355 * gdb.cp/ref-types.exp
8356 * gdb.cp/rtti.exp
8357 * gdb.cp/scope-err.exp
8358 * gdb.cp/shadow.exp
8359 * gdb.cp/smartp.exp
8360 * gdb.cp/static-method.exp
8361 * gdb.cp/static-print-quit.exp
8362 * gdb.cp/temargs.exp
8363 * gdb.cp/templates.exp
8364 * gdb.cp/try_catch.exp
8365 * gdb.cp/typedef-operator.exp
8366 * gdb.cp/typeid.exp
8367 * gdb.cp/userdef.exp
8368 * gdb.cp/using-crash.exp
8369 * gdb.cp/var-tag.exp
8370 * gdb.cp/virtbase.exp
8371 * gdb.cp/virtfunc.exp
8372 * gdb.cp/virtfunc2.exp
8373 * gdb.cp/vla-cxx.exp
8374 * gdb.disasm/t01_mov.exp
8375 * gdb.disasm/t02_mova.exp
8376 * gdb.disasm/t03_add.exp
8377 * gdb.disasm/t04_sub.exp
8378 * gdb.disasm/t05_cmp.exp
8379 * gdb.disasm/t06_ari2.exp
8380 * gdb.disasm/t07_ari3.exp
8381 * gdb.disasm/t08_or.exp
8382 * gdb.disasm/t09_xor.exp
8383 * gdb.disasm/t10_and.exp
8384 * gdb.disasm/t11_logs.exp
8385 * gdb.disasm/t12_bit.exp
8386 * gdb.disasm/t13_otr.exp
8387 * gdb.dlang/circular.exp
8388 * gdb.dwarf2/arr-stride.exp
8389 * gdb.dwarf2/arr-subrange.exp
8390 * gdb.dwarf2/atomic-type.exp
8391 * gdb.dwarf2/bad-regnum.exp
8392 * gdb.dwarf2/bitfield-parent-optimized-out.exp
8393 * gdb.dwarf2/callframecfa.exp
8394 * gdb.dwarf2/clztest.exp
8395 * gdb.dwarf2/corrupt.exp
8396 * gdb.dwarf2/data-loc.exp
8397 * gdb.dwarf2/dup-psym.exp
8398 * gdb.dwarf2/dw2-anon-mptr.exp
8399 * gdb.dwarf2/dw2-anonymous-func.exp
8400 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
8401 * gdb.dwarf2/dw2-bad-unresolved.exp
8402 * gdb.dwarf2/dw2-basic.exp
8403 * gdb.dwarf2/dw2-canonicalize-type.exp
8404 * gdb.dwarf2/dw2-case-insensitive.exp
8405 * gdb.dwarf2/dw2-common-block.exp
8406 * gdb.dwarf2/dw2-compdir-oldgcc.exp
8407 * gdb.dwarf2/dw2-compressed.exp
8408 * gdb.dwarf2/dw2-const.exp
8409 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
8410 * gdb.dwarf2/dw2-cu-size.exp
8411 * gdb.dwarf2/dw2-dup-frame.exp
8412 * gdb.dwarf2/dw2-entry-value.exp
8413 * gdb.dwarf2/dw2-icycle.exp
8414 * gdb.dwarf2/dw2-ifort-parameter.exp
8415 * gdb.dwarf2/dw2-inline-break.exp
8416 * gdb.dwarf2/dw2-inline-param.exp
8417 * gdb.dwarf2/dw2-intercu.exp
8418 * gdb.dwarf2/dw2-intermix.exp
8419 * gdb.dwarf2/dw2-lexical-block-bare.exp
8420 * gdb.dwarf2/dw2-linkage-name-trust.exp
8421 * gdb.dwarf2/dw2-minsym-in-cu.exp
8422 * gdb.dwarf2/dw2-noloc.exp
8423 * gdb.dwarf2/dw2-op-call.exp
8424 * gdb.dwarf2/dw2-op-out-param.exp
8425 * gdb.dwarf2/dw2-opt-structptr.exp
8426 * gdb.dwarf2/dw2-param-error.exp
8427 * gdb.dwarf2/dw2-producer.exp
8428 * gdb.dwarf2/dw2-ranges-base.exp
8429 * gdb.dwarf2/dw2-ref-missing-frame.exp
8430 * gdb.dwarf2/dw2-reg-undefined.exp
8431 * gdb.dwarf2/dw2-regno-invalid.exp
8432 * gdb.dwarf2/dw2-restore.exp
8433 * gdb.dwarf2/dw2-restrict.exp
8434 * gdb.dwarf2/dw2-single-line-discriminators.exp
8435 * gdb.dwarf2/dw2-strp.exp
8436 * gdb.dwarf2/dw2-undefined-ret-addr.exp
8437 * gdb.dwarf2/dw2-unresolved.exp
8438 * gdb.dwarf2/dw2-var-zero-addr.exp
8439 * gdb.dwarf2/dw4-sig-types.exp
8440 * gdb.dwarf2/dwz.exp
8441 * gdb.dwarf2/dynarr-ptr.exp
8442 * gdb.dwarf2/enum-type.exp
8443 * gdb.dwarf2/gdb-index.exp
8444 * gdb.dwarf2/implptr-64bit.exp
8445 * gdb.dwarf2/implptr-optimized-out.exp
8446 * gdb.dwarf2/implptr.exp
8447 * gdb.dwarf2/implref-array.exp
8448 * gdb.dwarf2/implref-const.exp
8449 * gdb.dwarf2/implref-global.exp
8450 * gdb.dwarf2/implref-struct.exp
8451 * gdb.dwarf2/mac-fileno.exp
8452 * gdb.dwarf2/main-subprogram.exp
8453 * gdb.dwarf2/member-ptr-forwardref.exp
8454 * gdb.dwarf2/method-ptr.exp
8455 * gdb.dwarf2/missing-sig-type.exp
8456 * gdb.dwarf2/nonvar-access.exp
8457 * gdb.dwarf2/opaque-type-lookup.exp
8458 * gdb.dwarf2/pieces-optimized-out.exp
8459 * gdb.dwarf2/pieces.exp
8460 * gdb.dwarf2/pr10770.exp
8461 * gdb.dwarf2/pr13961.exp
8462 * gdb.dwarf2/staticvirtual.exp
8463 * gdb.dwarf2/subrange.exp
8464 * gdb.dwarf2/symtab-producer.exp
8465 * gdb.dwarf2/trace-crash.exp
8466 * gdb.dwarf2/typeddwarf.exp
8467 * gdb.dwarf2/valop.exp
8468 * gdb.dwarf2/watch-notconst.exp
8469 * gdb.fortran/array-element.exp
8470 * gdb.fortran/charset.exp
8471 * gdb.fortran/common-block.exp
8472 * gdb.fortran/complex.exp
8473 * gdb.fortran/derived-type-function.exp
8474 * gdb.fortran/derived-type.exp
8475 * gdb.fortran/logical.exp
8476 * gdb.fortran/module.exp
8477 * gdb.fortran/multi-dim.exp
8478 * gdb.fortran/nested-funcs.exp
8479 * gdb.fortran/print-formatted.exp
8480 * gdb.fortran/subarray.exp
8481 * gdb.fortran/vla-alloc-assoc.exp
8482 * gdb.fortran/vla-datatypes.exp
8483 * gdb.fortran/vla-history.exp
8484 * gdb.fortran/vla-ptr-info.exp
8485 * gdb.fortran/vla-ptype-sub.exp
8486 * gdb.fortran/vla-ptype.exp
8487 * gdb.fortran/vla-sizeof.exp
8488 * gdb.fortran/vla-type.exp
8489 * gdb.fortran/vla-value-sub-arbitrary.exp
8490 * gdb.fortran/vla-value-sub-finish.exp
8491 * gdb.fortran/vla-value-sub.exp
8492 * gdb.fortran/vla-value.exp
8493 * gdb.fortran/whatis_type.exp
8494 * gdb.go/chan.exp
8495 * gdb.go/handcall.exp
8496 * gdb.go/hello.exp
8497 * gdb.go/integers.exp
8498 * gdb.go/methods.exp
8499 * gdb.go/package.exp
8500 * gdb.go/strings.exp
8501 * gdb.go/types.exp
8502 * gdb.go/unsafe.exp
8503 * gdb.guile/scm-arch.exp
8504 * gdb.guile/scm-block.exp
8505 * gdb.guile/scm-breakpoint.exp
8506 * gdb.guile/scm-cmd.exp
8507 * gdb.guile/scm-disasm.exp
8508 * gdb.guile/scm-equal.exp
8509 * gdb.guile/scm-frame-args.exp
8510 * gdb.guile/scm-frame-inline.exp
8511 * gdb.guile/scm-frame.exp
8512 * gdb.guile/scm-iterator.exp
8513 * gdb.guile/scm-math.exp
8514 * gdb.guile/scm-objfile.exp
8515 * gdb.guile/scm-ports.exp
8516 * gdb.guile/scm-symbol.exp
8517 * gdb.guile/scm-symtab.exp
8518 * gdb.guile/scm-value-cc.exp
8519 * gdb.guile/types-module.exp
8520 * gdb.linespec/break-ask.exp
8521 * gdb.linespec/cpexplicit.exp
8522 * gdb.linespec/explicit.exp
8523 * gdb.linespec/keywords.exp
8524 * gdb.linespec/linespec.exp
8525 * gdb.linespec/ls-dollar.exp
8526 * gdb.linespec/ls-errs.exp
8527 * gdb.linespec/skip-two.exp
8528 * gdb.linespec/thread.exp
8529 * gdb.mi/mi-async.exp
8530 * gdb.mi/mi-basics.exp
8531 * gdb.mi/mi-break.exp
8532 * gdb.mi/mi-catch-load.exp
8533 * gdb.mi/mi-cli.exp
8534 * gdb.mi/mi-cmd-param-changed.exp
8535 * gdb.mi/mi-console.exp
8536 * gdb.mi/mi-detach.exp
8537 * gdb.mi/mi-disassemble.exp
8538 * gdb.mi/mi-eval.exp
8539 * gdb.mi/mi-file-transfer.exp
8540 * gdb.mi/mi-file.exp
8541 * gdb.mi/mi-fill-memory.exp
8542 * gdb.mi/mi-inheritance-syntax-error.exp
8543 * gdb.mi/mi-linespec-err-cp.exp
8544 * gdb.mi/mi-logging.exp
8545 * gdb.mi/mi-memory-changed.exp
8546 * gdb.mi/mi-read-memory.exp
8547 * gdb.mi/mi-record-changed.exp
8548 * gdb.mi/mi-reg-undefined.exp
8549 * gdb.mi/mi-regs.exp
8550 * gdb.mi/mi-return.exp
8551 * gdb.mi/mi-reverse.exp
8552 * gdb.mi/mi-simplerun.exp
8553 * gdb.mi/mi-solib.exp
8554 * gdb.mi/mi-stack.exp
8555 * gdb.mi/mi-stepi.exp
8556 * gdb.mi/mi-syn-frame.exp
8557 * gdb.mi/mi-until.exp
8558 * gdb.mi/mi-var-block.exp
8559 * gdb.mi/mi-var-child.exp
8560 * gdb.mi/mi-var-cmd.exp
8561 * gdb.mi/mi-var-cp.exp
8562 * gdb.mi/mi-var-display.exp
8563 * gdb.mi/mi-var-invalidate.exp
8564 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
8565 * gdb.mi/mi-vla-fortran.exp
8566 * gdb.mi/mi-watch.exp
8567 * gdb.mi/mi2-var-child.exp
8568 * gdb.mi/user-selected-context-sync.exp
8569 * gdb.modula2/unbounded-array.exp
8570 * gdb.multi/dummy-frame-restore.exp
8571 * gdb.multi/multi-arch-exec.exp
8572 * gdb.multi/multi-arch.exp
8573 * gdb.multi/tids.exp
8574 * gdb.multi/watchpoint-multi.exp
8575 * gdb.opencl/callfuncs.exp
8576 * gdb.opencl/convs_casts.exp
8577 * gdb.opencl/datatypes.exp
8578 * gdb.opencl/operators.exp
8579 * gdb.opencl/vec_comps.exp
8580 * gdb.opt/clobbered-registers-O2.exp
8581 * gdb.opt/inline-break.exp
8582 * gdb.opt/inline-bt.exp
8583 * gdb.opt/inline-cmds.exp
8584 * gdb.opt/inline-locals.exp
8585 * gdb.pascal/case-insensitive-symbols.exp
8586 * gdb.pascal/floats.exp
8587 * gdb.pascal/gdb11492.exp
8588 * gdb.python/lib-types.exp
8589 * gdb.python/py-arch.exp
8590 * gdb.python/py-as-string.exp
8591 * gdb.python/py-bad-printers.exp
8592 * gdb.python/py-block.exp
8593 * gdb.python/py-breakpoint-create-fail.exp
8594 * gdb.python/py-breakpoint.exp
8595 * gdb.python/py-caller-is.exp
8596 * gdb.python/py-cmd.exp
8597 * gdb.python/py-explore-cc.exp
8598 * gdb.python/py-explore.exp
8599 * gdb.python/py-finish-breakpoint.exp
8600 * gdb.python/py-finish-breakpoint2.exp
8601 * gdb.python/py-frame-args.exp
8602 * gdb.python/py-frame-inline.exp
8603 * gdb.python/py-frame.exp
8604 * gdb.python/py-framefilter-mi.exp
8605 * gdb.python/py-infthread.exp
8606 * gdb.python/py-lazy-string.exp
8607 * gdb.python/py-linetable.exp
8608 * gdb.python/py-mi-events.exp
8609 * gdb.python/py-mi-objfile.exp
8610 * gdb.python/py-mi.exp
8611 * gdb.python/py-objfile.exp
8612 * gdb.python/py-pp-integral.exp
8613 * gdb.python/py-pp-maint.exp
8614 * gdb.python/py-pp-re-notag.exp
8615 * gdb.python/py-pp-registration.exp
8616 * gdb.python/py-recurse-unwind.exp
8617 * gdb.python/py-strfns.exp
8618 * gdb.python/py-symbol.exp
8619 * gdb.python/py-symtab.exp
8620 * gdb.python/py-sync-interp.exp
8621 * gdb.python/py-typeprint.exp
8622 * gdb.python/py-unwind-maint.exp
8623 * gdb.python/py-unwind.exp
8624 * gdb.python/py-value-cc.exp
8625 * gdb.python/py-xmethods.exp
8626 * gdb.reverse/amd64-tailcall-reverse.exp
8627 * gdb.reverse/break-precsave.exp
8628 * gdb.reverse/break-reverse.exp
8629 * gdb.reverse/consecutive-precsave.exp
8630 * gdb.reverse/consecutive-reverse.exp
8631 * gdb.reverse/finish-precsave.exp
8632 * gdb.reverse/finish-reverse-bkpt.exp
8633 * gdb.reverse/finish-reverse.exp
8634 * gdb.reverse/fstatat-reverse.exp
8635 * gdb.reverse/getresuid-reverse.exp
8636 * gdb.reverse/i386-precsave.exp
8637 * gdb.reverse/i386-reverse.exp
8638 * gdb.reverse/i386-sse-reverse.exp
8639 * gdb.reverse/i387-env-reverse.exp
8640 * gdb.reverse/i387-stack-reverse.exp
8641 * gdb.reverse/insn-reverse.exp
8642 * gdb.reverse/machinestate-precsave.exp
8643 * gdb.reverse/machinestate.exp
8644 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8645 * gdb.reverse/pipe-reverse.exp
8646 * gdb.reverse/readv-reverse.exp
8647 * gdb.reverse/recvmsg-reverse.exp
8648 * gdb.reverse/rerun-prec.exp
8649 * gdb.reverse/s390-mvcle.exp
8650 * gdb.reverse/step-precsave.exp
8651 * gdb.reverse/step-reverse.exp
8652 * gdb.reverse/time-reverse.exp
8653 * gdb.reverse/until-precsave.exp
8654 * gdb.reverse/until-reverse.exp
8655 * gdb.reverse/waitpid-reverse.exp
8656 * gdb.reverse/watch-precsave.exp
8657 * gdb.reverse/watch-reverse.exp
8658 * gdb.rust/generics.exp
8659 * gdb.rust/methods.exp
8660 * gdb.rust/modules.exp
8661 * gdb.rust/simple.exp
8662 * gdb.server/connect-with-no-symbol-file.exp
8663 * gdb.server/ext-attach.exp
8664 * gdb.server/ext-restart.exp
8665 * gdb.server/ext-wrapper.exp
8666 * gdb.server/file-transfer.exp
8667 * gdb.server/server-exec-info.exp
8668 * gdb.server/server-kill.exp
8669 * gdb.server/server-mon.exp
8670 * gdb.server/wrapper.exp
8671 * gdb.stabs/exclfwd.exp
8672 * gdb.stabs/gdb11479.exp
8673 * gdb.threads/clone-new-thread-event.exp
8674 * gdb.threads/corethreads.exp
8675 * gdb.threads/current-lwp-dead.exp
8676 * gdb.threads/dlopen-libpthread.exp
8677 * gdb.threads/gcore-thread.exp
8678 * gdb.threads/sigstep-threads.exp
8679 * gdb.threads/watchpoint-fork.exp
8680 * gdb.trace/actions-changed.exp
8681 * gdb.trace/backtrace.exp
8682 * gdb.trace/change-loc.exp
8683 * gdb.trace/circ.exp
8684 * gdb.trace/collection.exp
8685 * gdb.trace/disconnected-tracing.exp
8686 * gdb.trace/ftrace.exp
8687 * gdb.trace/mi-trace-frame-collected.exp
8688 * gdb.trace/mi-trace-unavailable.exp
8689 * gdb.trace/mi-traceframe-changed.exp
8690 * gdb.trace/mi-tsv-changed.exp
8691 * gdb.trace/no-attach-trace.exp
8692 * gdb.trace/passc-dyn.exp
8693 * gdb.trace/qtro.exp
8694 * gdb.trace/range-stepping.exp
8695 * gdb.trace/read-memory.exp
8696 * gdb.trace/save-trace.exp
8697 * gdb.trace/signal.exp
8698 * gdb.trace/status-stop.exp
8699 * gdb.trace/tfile.exp
8700 * gdb.trace/trace-break.exp
8701 * gdb.trace/trace-buffer-size.exp
8702 * gdb.trace/trace-condition.exp
8703 * gdb.trace/tracefile-pseudo-reg.exp
8704 * gdb.trace/tstatus.exp
8705 * gdb.trace/unavailable.exp
8706 * gdb.trace/while-dyn.exp
8707 * gdb.trace/while-stepping.exp
8708
34c41c68
DE
87092016-12-22 Doug Evans <xdje42@gmail.com>
8710
8711 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
8712 and msymbols.
8713
16e69324
YQ
87142016-12-19 Yao Qi <yao.qi@linaro.org>
8715
8716 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
8717 (test_with_self): Don't call do_steps_and_nexts, and remove
8718 code about stepping into xmalloc.
8719
f94f411b
YQ
87202016-12-09 Yao Qi <yao.qi@linaro.org>
8721
8722 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
8723
87242016-12-09 Yao Qi <yao.qi@linaro.org>
8725
8726 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
8727
f1b5deee
PA
87282016-12-09 Pedro Alves <palves@redhat.com>
8729
8730 * gdb.base/all-architectures-0.exp: New file.
8731 * gdb.base/all-architectures-1.exp: New file.
8732 * gdb.base/all-architectures-2.exp: New file.
8733 * gdb.base/all-architectures-3.exp: New file.
8734 * gdb.base/all-architectures-4.exp: New file.
8735 * gdb.base/all-architectures-5.exp: New file.
8736 * gdb.base/all-architectures-6.exp: New file.
8737 * gdb.base/all-architectures-7.exp: New file.
8738 * gdb.base/all-architectures.exp.in: New file.
8739
364ca42e
YQ
87402016-12-09 Yao Qi <yao.qi@linaro.org>
8741
8742 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
8743
107c2d62
LM
87442016-12-02 Luis Machado <lgustavo@codesourcery.com>
8745
8746 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
8747 possible.
8748 Remove useless pattern-matching code.
8749
df3ee9ca
PA
87502016-12-02 Pedro Alves <palves@redhat.com>
8751
8752 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
8753 procedure.
8754 (top level): Call it.
8755
ec835369
PA
87562016-12-02 Pedro Alves <palves@redhat.com>
8757
8758 * gdb.base/commands.exp (user_defined_command_args_stack_test):
8759 New procedure.
8760 (top level): Call it.
8761
01770bbd
PA
87622016-12-02 Pedro Alves <palves@redhat.com>
8763
8764 PR cli/20559
8765 * gdb.base/commands.exp (user_defined_command_args_eval): New
8766 procedure.
8767 (top level): Call it.
8768
008459ea
LM
87692016-12-02 Luis Machado <lgustavo@codesourcery.com>
8770
8771 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
8772 timeout handling.
8773
0c1b455e
TT
87742016-12-02 Tom Tromey <tom@tromey.com>
8775
8776 * gdb.dwarf2/main-subprogram.c: New file.
8777 * gdb.dwarf2/main-subprogram.exp: New file.
8778
018572b8
LM
87792016-12-01 Luis Machado <lgustavo@codesourcery.com>
8780
8781 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
8782 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
8783 gdb_test_no_output for a couple of cases.
8784 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
8785
84c93cd5
LM
87862016-12-01 Luis Machado <lgustavo@codesourcery.com>
8787
8788 Fix test names and standardize compilation error messages throughout
8789 the following files:
8790
8791 * gdb.ada/start.exp
8792 * gdb.arch/alpha-step.exp
8793 * gdb.arch/e500-prologue.exp
8794 * gdb.arch/ftrace-insn-reloc.exp
8795 * gdb.arch/gdb1291.exp
8796 * gdb.arch/gdb1431.exp
8797 * gdb.arch/gdb1558.exp
8798 * gdb.arch/i386-dr3-watch.exp
8799 * gdb.arch/i386-sse-stack-align.exp
8800 * gdb.arch/ia64-breakpoint-shadow.exp
8801 * gdb.arch/pa-nullify.exp
8802 * gdb.arch/powerpc-aix-prologue.exp
8803 * gdb.arch/thumb-bx-pc.exp
8804 * gdb.base/annota1.exp
8805 * gdb.base/annota3.exp
8806 * gdb.base/arrayidx.exp
8807 * gdb.base/assign.exp
8808 * gdb.base/attach.exp
8809 * gdb.base/auxv.exp
8810 * gdb.base/bang.exp
8811 * gdb.base/bfp-test.exp
8812 * gdb.base/bigcore.exp
8813 * gdb.base/bitfields2.exp
8814 * gdb.base/break-fun-addr.exp
8815 * gdb.base/break-probes.exp
8816 * gdb.base/call-rt-st.exp
8817 * gdb.base/callexit.exp
8818 * gdb.base/catch-fork-kill.exp
8819 * gdb.base/charset.exp
8820 * gdb.base/checkpoint.exp
8821 * gdb.base/comprdebug.exp
8822 * gdb.base/constvars.exp
8823 * gdb.base/coredump-filter.exp
8824 * gdb.base/cursal.exp
8825 * gdb.base/cvexpr.exp
8826 * gdb.base/detach.exp
8827 * gdb.base/display.exp
8828 * gdb.base/dmsym.exp
8829 * gdb.base/dprintf-pending.exp
8830 * gdb.base/dso2dso.exp
8831 * gdb.base/dtrace-probe.exp
8832 * gdb.base/dump.exp
8833 * gdb.base/enum_cond.exp
8834 * gdb.base/exe-lock.exp
8835 * gdb.base/exec-invalid-sysroot.exp
8836 * gdb.base/execl-update-breakpoints.exp
8837 * gdb.base/exprs.exp
8838 * gdb.base/fileio.exp
8839 * gdb.base/find.exp
8840 * gdb.base/finish.exp
8841 * gdb.base/fixsection.exp
8842 * gdb.base/foll-vfork.exp
8843 * gdb.base/frame-args.exp
8844 * gdb.base/gcore.exp
8845 * gdb.base/gdb1250.exp
8846 * gdb.base/global-var-nested-by-dso.exp
8847 * gdb.base/gnu-ifunc.exp
8848 * gdb.base/hashline1.exp
8849 * gdb.base/hashline2.exp
8850 * gdb.base/hashline3.exp
8851 * gdb.base/hbreak-in-shr-unsupported.exp
8852 * gdb.base/huge.exp
8853 * gdb.base/infcall-input.exp
8854 * gdb.base/info-fun.exp
8855 * gdb.base/info-shared.exp
8856 * gdb.base/jit-simple.exp
8857 * gdb.base/jit-so.exp
8858 * gdb.base/jit.exp
8859 * gdb.base/jump.exp
8860 * gdb.base/label.exp
8861 * gdb.base/lineinc.exp
8862 * gdb.base/logical.exp
8863 * gdb.base/longjmp.exp
8864 * gdb.base/macscp.exp
8865 * gdb.base/miscexprs.exp
8866 * gdb.base/new-ui-echo.exp
8867 * gdb.base/new-ui-pending-input.exp
8868 * gdb.base/new-ui.exp
8869 * gdb.base/nodebug.exp
8870 * gdb.base/nofield.exp
8871 * gdb.base/offsets.exp
8872 * gdb.base/overlays.exp
8873 * gdb.base/pending.exp
8874 * gdb.base/pointers.exp
8875 * gdb.base/pr11022.exp
8876 * gdb.base/printcmds.exp
8877 * gdb.base/prologue.exp
8878 * gdb.base/ptr-typedef.exp
8879 * gdb.base/realname-expand.exp
8880 * gdb.base/relativedebug.exp
8881 * gdb.base/relocate.exp
8882 * gdb.base/remote.exp
8883 * gdb.base/reread.exp
8884 * gdb.base/return2.exp
8885 * gdb.base/savedregs.exp
8886 * gdb.base/sep.exp
8887 * gdb.base/sepdebug.exp
8888 * gdb.base/sepsymtab.exp
8889 * gdb.base/set-inferior-tty.exp
8890 * gdb.base/setshow.exp
8891 * gdb.base/shlib-call.exp
8892 * gdb.base/sigaltstack.exp
8893 * gdb.base/siginfo-addr.exp
8894 * gdb.base/signals.exp
8895 * gdb.base/signull.exp
8896 * gdb.base/sigrepeat.exp
8897 * gdb.base/so-impl-ld.exp
8898 * gdb.base/solib-display.exp
8899 * gdb.base/solib-overlap.exp
8900 * gdb.base/solib-search.exp
8901 * gdb.base/solib-symbol.exp
8902 * gdb.base/structs.exp
8903 * gdb.base/structs2.exp
8904 * gdb.base/symtab-search-order.exp
8905 * gdb.base/twice.exp
8906 * gdb.base/unload.exp
8907 * gdb.base/varargs.exp
8908 * gdb.base/watchpoint-solib.exp
8909 * gdb.base/watchpoint.exp
8910 * gdb.base/whatis.exp
8911 * gdb.base/wrong_frame_bt_full.exp
8912 * gdb.btrace/dlopen.exp
8913 * gdb.cell/ea-standalone.exp
8914 * gdb.cell/ea-test.exp
8915 * gdb.cp/dispcxx.exp
8916 * gdb.cp/gdb2384.exp
8917 * gdb.cp/method2.exp
8918 * gdb.cp/nextoverthrow.exp
8919 * gdb.cp/pr10728.exp
8920 * gdb.disasm/am33.exp
8921 * gdb.disasm/h8300s.exp
8922 * gdb.disasm/mn10300.exp
8923 * gdb.disasm/sh3.exp
8924 * gdb.dwarf2/dw2-dir-file-name.exp
8925 * gdb.fortran/complex.exp
8926 * gdb.fortran/library-module.exp
8927 * gdb.guile/scm-pretty-print.exp
8928 * gdb.guile/scm-symbol.exp
8929 * gdb.guile/scm-type.exp
8930 * gdb.guile/scm-value.exp
8931 * gdb.linespec/linespec.exp
8932 * gdb.mi/gdb701.exp
8933 * gdb.mi/gdb792.exp
8934 * gdb.mi/mi-breakpoint-changed.exp
8935 * gdb.mi/mi-dprintf-pending.exp
8936 * gdb.mi/mi-dprintf.exp
8937 * gdb.mi/mi-exit-code.exp
8938 * gdb.mi/mi-pending.exp
8939 * gdb.mi/mi-solib.exp
8940 * gdb.mi/new-ui-mi-sync.exp
8941 * gdb.mi/pr11022.exp
8942 * gdb.mi/user-selected-context-sync.exp
8943 * gdb.opt/solib-intra-step.exp
8944 * gdb.python/py-events.exp
8945 * gdb.python/py-finish-breakpoint.exp
8946 * gdb.python/py-mi.exp
8947 * gdb.python/py-prettyprint.exp
8948 * gdb.python/py-shared.exp
8949 * gdb.python/py-symbol.exp
8950 * gdb.python/py-template.exp
8951 * gdb.python/py-type.exp
8952 * gdb.python/py-value.exp
8953 * gdb.reverse/solib-precsave.exp
8954 * gdb.reverse/solib-reverse.exp
8955 * gdb.server/solib-list.exp
8956 * gdb.stabs/weird.exp
8957 * gdb.threads/reconnect-signal.exp
8958 * gdb.threads/stepi-random-signal.exp
8959 * gdb.trace/actions.exp
8960 * gdb.trace/ax.exp
8961 * gdb.trace/backtrace.exp
8962 * gdb.trace/change-loc.exp
8963 * gdb.trace/deltrace.exp
8964 * gdb.trace/ftrace-lock.exp
8965 * gdb.trace/ftrace.exp
8966 * gdb.trace/infotrace.exp
8967 * gdb.trace/mi-tracepoint-changed.exp
8968 * gdb.trace/packetlen.exp
8969 * gdb.trace/passcount.exp
8970 * gdb.trace/pending.exp
8971 * gdb.trace/range-stepping.exp
8972 * gdb.trace/report.exp
8973 * gdb.trace/stap-trace.exp
8974 * gdb.trace/tfind.exp
8975 * gdb.trace/trace-break.exp
8976 * gdb.trace/trace-condition.exp
8977 * gdb.trace/trace-enable-disable.exp
8978 * gdb.trace/trace-mt.exp
8979 * gdb.trace/tracecmd.exp
8980 * gdb.trace/tspeed.exp
8981 * gdb.trace/tsv.exp
8982 * lib/perftest.exp
8983
fb9feb35
LM
89842016-12-01 Luis Machado <lgustavo@codesourcery.com>
8985
8986 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
8987 with gdb_test_no_output.
8988 Use command as test name.
8989
cd2ddb6c
LM
89902016-12-01 Luis Machado <lgustavo@codesourcery.com>
8991
8992 Fix test names starting with uppercase throughout the files.
8993
8994 * gdb.ada/assign_1.exp
8995 * gdb.ada/boolean_expr.exp
8996 * gdb.base/arrayidx.exp
8997 * gdb.base/del.exp
8998 * gdb.base/gcore-buffer-overflow.exp
8999 * gdb.base/testenv.exp
9000 * gdb.compile/compile.exp
9001 * gdb.python/py-framefilter-invalidarg.exp
9002 * gdb.python/py-framefilter.exp
9003
bb95117e
LM
90042016-12-01 Luis Machado <lgustavo@codesourcery.com>
9005
9006 Fix test names starting with uppercase throughout the files.
9007
9008 * gdb.ada/array_return.exp
9009 * gdb.ada/expr_delims.exp
9010 * gdb.ada/mi_dyn_arr.exp
9011 * gdb.ada/mi_interface.exp
9012 * gdb.ada/mi_var_array.exp
9013 * gdb.ada/watch_arg.exp
9014 * gdb.arch/alpha-step.exp
9015 * gdb.arch/altivec-regs.exp
9016 * gdb.arch/e500-regs.exp
9017 * gdb.arch/powerpc-d128-regs.exp
9018 * gdb.base/arrayidx.exp
9019 * gdb.base/break.exp
9020 * gdb.base/checkpoint.exp
9021 * gdb.base/debug-expr.exp
9022 * gdb.base/dmsym.exp
9023 * gdb.base/radix.exp
9024 * gdb.base/sepdebug.exp
9025 * gdb.base/testenv.exp
9026 * gdb.base/watch_thread_num.exp
9027 * gdb.base/watchpoint-cond-gone.exp
9028 * gdb.cell/break.exp
9029 * gdb.cell/ea-cache.exp
9030 * gdb.compile/compile.exp
9031 * gdb.cp/gdb2495.exp
9032 * gdb.gdb/selftest.exp
9033 * gdb.gdb/xfullpath.exp
9034 * gdb.go/hello.exp
9035 * gdb.go/integers.exp
9036 * gdb.objc/basicclass.exp
9037 * gdb.pascal/hello.exp
9038 * gdb.pascal/integers.exp
9039 * gdb.python/py-breakpoint.exp
9040 * gdb.python/py-cmd.exp
9041 * gdb.python/py-linetable.exp
9042 * gdb.python/py-xmethods.exp
9043 * gdb.python/python.exp
9044 * gdb.reverse/consecutive-precsave.exp
9045 * gdb.reverse/finish-precsave.exp
9046 * gdb.reverse/i386-precsave.exp
9047 * gdb.reverse/machinestate-precsave.exp
9048 * gdb.reverse/sigall-precsave.exp
9049 * gdb.reverse/solib-precsave.exp
9050 * gdb.reverse/step-precsave.exp
9051 * gdb.reverse/until-precsave.exp
9052 * gdb.reverse/watch-precsave.exp
9053 * gdb.threads/leader-exit.exp
9054 * gdb.threads/pthreads.exp
9055 * gdb.threads/wp-replication.exp
9056 * gdb.trace/actions.exp
9057 * gdb.trace/mi-tsv-changed.exp
9058 * gdb.trace/tsv.exp
9059
de97fdd4
LM
90602016-12-01 Luis Machado <lgustavo@codesourcery.com>
9061
9062 Fix test names starting with uppercase throughout the files.
9063
9064 * gdb.arch/i386-bp_permanent.exp
9065 * gdb.arch/i386-gnu-cfi.exp
9066 * gdb.base/disasm-end-cu.exp
9067 * gdb.base/macscp.exp
9068 * gdb.base/pending.exp
9069 * gdb.base/watch_thread_num.exp
9070 * gdb.cp/exception.exp
9071 * gdb.cp/gdb2495.exp
9072 * gdb.cp/local.exp
9073 * gdb.python/py-evsignal.exp
9074 * gdb.python/python.exp
9075 * gdb.trace/tracecmd.exp
9076
9f058c10
LM
90772016-12-01 Luis Machado <lgustavo@codesourcery.com>
9078
9079 Fix test names starting with uppercase throughout the files.
9080
9081 * gdb.base/charset.exp
9082 * gdb.base/eval.exp
9083 * gdb.base/multi-forks.exp
9084 * gdb.guile/scm-progspace.exp
9085 * gdb.opencl/datatypes.exp
9086 * gdb.python/py-block.exp
9087 * gdb.python/py-function.exp
9088 * gdb.python/py-symbol.exp
9089 * gdb.python/py-symtab.exp
9090 * gdb.python/py-xmethods.exp
9091 * gdb.reverse/break-precsave.exp
9092 * gdb.reverse/break-reverse.exp
9093 * gdb.reverse/consecutive-precsave.exp
9094 * gdb.reverse/consecutive-reverse.exp
9095 * gdb.reverse/finish-precsave.exp
9096 * gdb.reverse/finish-reverse-bkpt.exp
9097 * gdb.reverse/finish-reverse.exp
9098 * gdb.reverse/fstatat-reverse.exp
9099 * gdb.reverse/getresuid-reverse.exp
9100 * gdb.reverse/i386-precsave.exp
9101 * gdb.reverse/i386-reverse.exp
9102 * gdb.reverse/i386-sse-reverse.exp
9103 * gdb.reverse/i387-stack-reverse.exp
9104 * gdb.reverse/insn-reverse.exp
9105 * gdb.reverse/machinestate-precsave.exp
9106 * gdb.reverse/machinestate.exp
9107 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9108 * gdb.reverse/pipe-reverse.exp
9109 * gdb.reverse/readv-reverse.exp
9110 * gdb.reverse/recvmsg-reverse.exp
9111 * gdb.reverse/rerun-prec.exp
9112 * gdb.reverse/s390-mvcle.exp
9113 * gdb.reverse/sigall-precsave.exp
9114 * gdb.reverse/sigall-reverse.exp
9115 * gdb.reverse/solib-precsave.exp
9116 * gdb.reverse/solib-reverse.exp
9117 * gdb.reverse/step-precsave.exp
9118 * gdb.reverse/step-reverse.exp
9119 * gdb.reverse/time-reverse.exp
9120 * gdb.reverse/until-precsave.exp
9121 * gdb.reverse/until-reverse.exp
9122 * gdb.reverse/waitpid-reverse.exp
9123 * gdb.reverse/watch-precsave.exp
9124 * gdb.reverse/watch-reverse.exp
9125
cdc7edd7
LM
91262016-12-01 Luis Machado <lgustavo@codesourcery.com>
9127
9128 Fix test names starting with uppercase throughout the files.
9129
9130 * gdb.arch/i386-mpx-simple_segv.exp
9131 * gdb.arch/i386-mpx.exp
9132 * gdb.arch/i386-permbkpt.exp
9133 * gdb.arch/pa-nullify.exp
9134 * gdb.arch/powerpc-d128-regs.exp
9135 * gdb.arch/vsx-regs.exp
9136 * gdb.base/bfp-test.exp
9137 * gdb.base/break.exp
9138 * gdb.base/breakpoint-shadow.exp
9139 * gdb.base/callfuncs.exp
9140 * gdb.base/charset.exp
9141 * gdb.base/commands.exp
9142 * gdb.base/completion.exp
9143 * gdb.base/dfp-test.exp
9144 * gdb.base/echo.exp
9145 * gdb.base/ending-run.exp
9146 * gdb.base/eval.exp
9147 * gdb.base/expand-psymtabs.exp
9148 * gdb.base/float128.exp
9149 * gdb.base/floatn.exp
9150 * gdb.base/foll-exec-mode.exp
9151 * gdb.base/gdb1056.exp
9152 * gdb.base/gdb11531.exp
9153 * gdb.base/kill-after-signal.exp
9154 * gdb.base/multi-forks.exp
9155 * gdb.base/overlays.exp
9156 * gdb.base/pending.exp
9157 * gdb.base/sepdebug.exp
9158 * gdb.base/testenv.exp
9159 * gdb.base/valgrind-db-attach.exp
9160 * gdb.base/watch_thread_num.exp
9161 * gdb.base/watchpoint-cond-gone.exp
9162 * gdb.base/watchpoint.exp
9163 * gdb.base/watchpoints.exp
9164 * gdb.cp/arg-reference.exp
9165 * gdb.cp/baseenum.exp
9166 * gdb.cp/operator.exp
9167 * gdb.cp/shadow.exp
9168 * gdb.dwarf2/dw2-op-out-param.exp
9169 * gdb.dwarf2/dw2-reg-undefined.exp
9170 * gdb.go/chan.exp
9171 * gdb.go/hello.exp
9172 * gdb.go/integers.exp
9173 * gdb.go/methods.exp
9174 * gdb.go/package.exp
9175 * gdb.guile/scm-parameter.exp
9176 * gdb.guile/scm-progspace.exp
9177 * gdb.guile/scm-value.exp
9178 * gdb.mi/mi-pending.exp
9179 * gdb.mi/user-selected-context-sync.exp
9180 * gdb.multi/multi-attach.exp
9181 * gdb.multi/tids.exp
9182 * gdb.opt/clobbered-registers-O2.exp
9183 * gdb.pascal/floats.exp
9184 * gdb.pascal/integers.exp
9185 * gdb.python/py-block.exp
9186 * gdb.python/py-events.exp
9187 * gdb.python/py-parameter.exp
9188 * gdb.python/py-symbol.exp
9189 * gdb.python/py-symtab.exp
9190 * gdb.python/py-type.exp
9191 * gdb.python/py-value.exp
9192 * gdb.python/py-xmethods.exp
9193 * gdb.python/python.exp
9194 * gdb.reverse/break-precsave.exp
9195 * gdb.reverse/consecutive-precsave.exp
9196 * gdb.reverse/finish-precsave.exp
9197 * gdb.reverse/i386-precsave.exp
9198 * gdb.reverse/machinestate-precsave.exp
9199 * gdb.reverse/sigall-precsave.exp
9200 * gdb.reverse/solib-precsave.exp
9201 * gdb.reverse/step-precsave.exp
9202 * gdb.reverse/until-precsave.exp
9203 * gdb.reverse/watch-precsave.exp
9204 * gdb.server/ext-attach.exp
9205 * gdb.server/ext-restart.exp
9206 * gdb.server/ext-run.exp
9207 * gdb.server/ext-wrapper.exp
9208 * gdb.stabs/gdb11479.exp
9209 * gdb.stabs/weird.exp
9210 * gdb.threads/attach-many-short-lived-threads.exp
9211 * gdb.threads/kill.exp
9212 * gdb.threads/watchpoint-fork.exp
9213
bc6c7af4
LM
92142016-12-01 Luis Machado <lgustavo@codesourcery.com>
9215
9216 Fix test names starting with uppercase throughout all the files below.
9217
9218 * gdb.ada/array_return.exp
9219 * gdb.ada/catch_ex.exp
9220 * gdb.ada/info_exc.exp
9221 * gdb.ada/mi_catch_ex.exp
9222 * gdb.ada/mi_dyn_arr.exp
9223 * gdb.ada/mi_ex_cond.exp
9224 * gdb.ada/mi_exc_info.exp
9225 * gdb.ada/mi_interface.exp
9226 * gdb.ada/mi_task_arg.exp
9227 * gdb.ada/mi_task_info.exp
9228 * gdb.ada/mi_var_array.exp
9229 * gdb.arch/alpha-step.exp
9230 * gdb.arch/amd64-disp-step.exp
9231 * gdb.arch/arm-disp-step.exp
9232 * gdb.arch/disp-step-insn-reloc.exp
9233 * gdb.arch/e500-prologue.exp
9234 * gdb.arch/ftrace-insn-reloc.exp
9235 * gdb.arch/gdb1558.exp
9236 * gdb.arch/i386-bp_permanent.exp
9237 * gdb.arch/i386-disp-step.exp
9238 * gdb.arch/i386-float.exp
9239 * gdb.arch/i386-gnu-cfi.exp
9240 * gdb.arch/ia64-breakpoint-shadow.exp
9241 * gdb.arch/mips16-thunks.exp
9242 * gdb.arch/pa-nullify.exp
9243 * gdb.arch/powerpc-aix-prologue.exp
9244 * gdb.arch/powerpc-power.exp
9245 * gdb.arch/ppc-dfp.exp
9246 * gdb.arch/s390-tdbregs.exp
9247 * gdb.arch/spu-info.exp
9248 * gdb.arch/spu-ls.exp
9249 * gdb.arch/thumb-bx-pc.exp
9250 * gdb.base/advance.exp
9251 * gdb.base/annota-input-while-running.exp
9252 * gdb.base/arrayidx.exp
9253 * gdb.base/asmlabel.exp
9254 * gdb.base/async.exp
9255 * gdb.base/attach-wait-input.exp
9256 * gdb.base/auto-connect-native-target.exp
9257 * gdb.base/batch-preserve-term-settings.exp
9258 * gdb.base/bfp-test.exp
9259 * gdb.base/bigcore.exp
9260 * gdb.base/bp-permanent.exp
9261 * gdb.base/break-always.exp
9262 * gdb.base/break-fun-addr.exp
9263 * gdb.base/break-idempotent.exp
9264 * gdb.base/break-main-file-remove-fail.exp
9265 * gdb.base/break-probes.exp
9266 * gdb.base/break-unload-file.exp
9267 * gdb.base/break.exp
9268 * gdb.base/call-ar-st.exp
9269 * gdb.base/call-rt-st.exp
9270 * gdb.base/call-sc.exp
9271 * gdb.base/call-signal-resume.exp
9272 * gdb.base/call-strs.exp
9273 * gdb.base/callexit.exp
9274 * gdb.base/callfuncs.exp
9275 * gdb.base/catch-gdb-caused-signals.exp
9276 * gdb.base/catch-signal-siginfo-cond.exp
9277 * gdb.base/catch-syscall.exp
9278 * gdb.base/compare-sections.exp
9279 * gdb.base/cond-eval-mode.exp
9280 * gdb.base/condbreak-call-false.exp
9281 * gdb.base/consecutive-step-over.exp
9282 * gdb.base/cursal.exp
9283 * gdb.base/disabled-location.exp
9284 * gdb.base/disasm-end-cu.exp
9285 * gdb.base/display.exp
9286 * gdb.base/double-prompt-target-event-error.exp
9287 * gdb.base/dprintf-bp-same-addr.exp
9288 * gdb.base/dprintf-detach.exp
9289 * gdb.base/dprintf-next.exp
9290 * gdb.base/dprintf-non-stop.exp
9291 * gdb.base/dprintf-pending.exp
9292 * gdb.base/dso2dso.exp
9293 * gdb.base/ending-run.exp
9294 * gdb.base/enum_cond.exp
9295 * gdb.base/examine-backward.exp
9296 * gdb.base/exe-lock.exp
9297 * gdb.base/exec-invalid-sysroot.exp
9298 * gdb.base/execl-update-breakpoints.exp
9299 * gdb.base/execution-termios.exp
9300 * gdb.base/fileio.exp
9301 * gdb.base/fixsection.exp
9302 * gdb.base/foll-exec-mode.exp
9303 * gdb.base/foll-exec.exp
9304 * gdb.base/fork-running-state.exp
9305 * gdb.base/frame-args.exp
9306 * gdb.base/fullpath-expand.exp
9307 * gdb.base/func-ptr.exp
9308 * gdb.base/gcore-relro-pie.exp
9309 * gdb.base/gdb1090.exp
9310 * gdb.base/gdb1555.exp
9311 * gdb.base/global-var-nested-by-dso.exp
9312 * gdb.base/gnu-ifunc.exp
9313 * gdb.base/hbreak-in-shr-unsupported.exp
9314 * gdb.base/hbreak-unmapped.exp
9315 * gdb.base/hook-stop.exp
9316 * gdb.base/infcall-input.exp
9317 * gdb.base/info-fun.exp
9318 * gdb.base/info-shared.exp
9319 * gdb.base/interrupt-noterm.exp
9320 * gdb.base/jit-so.exp
9321 * gdb.base/jit.exp
9322 * gdb.base/line-symtabs.exp
9323 * gdb.base/list.exp
9324 * gdb.base/longjmp.exp
9325 * gdb.base/macscp.exp
9326 * gdb.base/max-value-size.exp
9327 * gdb.base/nodebug.exp
9328 * gdb.base/nofield.exp
9329 * gdb.base/overlays.exp
9330 * gdb.base/paginate-after-ctrl-c-running.exp
9331 * gdb.base/paginate-bg-execution.exp
9332 * gdb.base/paginate-inferior-exit.exp
9333 * gdb.base/pending.exp
9334 * gdb.base/pr11022.exp
9335 * gdb.base/printcmds.exp
9336 * gdb.base/ptr-typedef.exp
9337 * gdb.base/ptype.exp
9338 * gdb.base/randomize.exp
9339 * gdb.base/range-stepping.exp
9340 * gdb.base/realname-expand.exp
9341 * gdb.base/relativedebug.exp
9342 * gdb.base/remote.exp
9343 * gdb.base/savedregs.exp
9344 * gdb.base/sepdebug.exp
9345 * gdb.base/set-noassign.exp
9346 * gdb.base/shlib-call.exp
9347 * gdb.base/shreloc.exp
9348 * gdb.base/sigaltstack.exp
9349 * gdb.base/sigbpt.exp
9350 * gdb.base/siginfo-addr.exp
9351 * gdb.base/siginfo-obj.exp
9352 * gdb.base/siginfo-thread.exp
9353 * gdb.base/signest.exp
9354 * gdb.base/signull.exp
9355 * gdb.base/sigrepeat.exp
9356 * gdb.base/skip.exp
9357 * gdb.base/so-impl-ld.exp
9358 * gdb.base/solib-corrupted.exp
9359 * gdb.base/solib-disc.exp
9360 * gdb.base/solib-display.exp
9361 * gdb.base/solib-overlap.exp
9362 * gdb.base/solib-search.exp
9363 * gdb.base/solib-symbol.exp
9364 * gdb.base/source-execution.exp
9365 * gdb.base/sss-bp-on-user-bp-2.exp
9366 * gdb.base/sss-bp-on-user-bp.exp
9367 * gdb.base/stack-checking.exp
9368 * gdb.base/stale-infcall.exp
9369 * gdb.base/step-break.exp
9370 * gdb.base/step-line.exp
9371 * gdb.base/step-over-exit.exp
9372 * gdb.base/step-test.exp
9373 * gdb.base/structs.exp
9374 * gdb.base/sym-file.exp
9375 * gdb.base/symtab-search-order.exp
9376 * gdb.base/term.exp
9377 * gdb.base/type-opaque.exp
9378 * gdb.base/unload.exp
9379 * gdb.base/until-nodebug.exp
9380 * gdb.base/until.exp
9381 * gdb.base/unwindonsignal.exp
9382 * gdb.base/watch-cond.exp
9383 * gdb.base/watch-non-mem.exp
9384 * gdb.base/watch_thread_num.exp
9385 * gdb.base/watchpoint-reuse-slot.exp
9386 * gdb.base/watchpoint-solib.exp
9387 * gdb.base/watchpoint.exp
9388 * gdb.btrace/dlopen.exp
9389 * gdb.cell/arch.exp
9390 * gdb.cell/break.exp
9391 * gdb.cell/bt.exp
9392 * gdb.cell/core.exp
9393 * gdb.cell/data.exp
9394 * gdb.cell/dwarfaddr.exp
9395 * gdb.cell/ea-cache.exp
9396 * gdb.cell/ea-standalone.exp
9397 * gdb.cell/ea-test.exp
9398 * gdb.cell/f-regs.exp
9399 * gdb.cell/fork.exp
9400 * gdb.cell/gcore.exp
9401 * gdb.cell/mem-access.exp
9402 * gdb.cell/ptype.exp
9403 * gdb.cell/registers.exp
9404 * gdb.cell/sizeof.exp
9405 * gdb.cell/solib-symbol.exp
9406 * gdb.cell/solib.exp
9407 * gdb.compile/compile-tls.exp
9408 * gdb.cp/exception.exp
9409 * gdb.cp/gdb2495.exp
9410 * gdb.cp/local.exp
9411 * gdb.cp/mb-inline.exp
9412 * gdb.cp/mb-templates.exp
9413 * gdb.cp/pr10687.exp
9414 * gdb.cp/pr9167.exp
9415 * gdb.cp/scope-err.exp
9416 * gdb.cp/templates.exp
9417 * gdb.cp/virtfunc.exp
9418 * gdb.dwarf2/dw2-dir-file-name.exp
9419 * gdb.dwarf2/dw2-single-line-discriminators.exp
9420 * gdb.fortran/complex.exp
9421 * gdb.fortran/library-module.exp
9422 * gdb.guile/guile.exp
9423 * gdb.guile/scm-cmd.exp
9424 * gdb.guile/scm-frame-inline.exp
9425 * gdb.guile/scm-objfile.exp
9426 * gdb.guile/scm-pretty-print.exp
9427 * gdb.guile/scm-symbol.exp
9428 * gdb.guile/scm-type.exp
9429 * gdb.guile/scm-value.exp
9430 * gdb.linespec/keywords.exp
9431 * gdb.linespec/ls-errs.exp
9432 * gdb.linespec/macro-relative.exp
9433 * gdb.linespec/thread.exp
9434 * gdb.mi/mi-breakpoint-changed.exp
9435 * gdb.mi/mi-dprintf-pending.exp
9436 * gdb.mi/mi-fullname-deleted.exp
9437 * gdb.mi/mi-logging.exp
9438 * gdb.mi/mi-pending.exp
9439 * gdb.mi/mi-solib.exp
9440 * gdb.mi/new-ui-mi-sync.exp
9441 * gdb.mi/user-selected-context-sync.exp
9442 * gdb.multi/dummy-frame-restore.exp
9443 * gdb.multi/multi-arch-exec.exp
9444 * gdb.multi/remove-inferiors.exp
9445 * gdb.multi/watchpoint-multi-exit.exp
9446 * gdb.opt/solib-intra-step.exp
9447 * gdb.perf/backtrace.exp
9448 * gdb.perf/single-step.exp
9449 * gdb.perf/skip-command.exp
9450 * gdb.perf/skip-prologue.exp
9451 * gdb.perf/solib.exp
9452 * gdb.python/lib-types.exp
9453 * gdb.python/py-as-string.exp
9454 * gdb.python/py-bad-printers.exp
9455 * gdb.python/py-block.exp
9456 * gdb.python/py-breakpoint.exp
9457 * gdb.python/py-cmd.exp
9458 * gdb.python/py-events.exp
9459 * gdb.python/py-evthreads.exp
9460 * gdb.python/py-finish-breakpoint.exp
9461 * gdb.python/py-finish-breakpoint2.exp
9462 * gdb.python/py-frame-inline.exp
9463 * gdb.python/py-frame.exp
9464 * gdb.python/py-inferior.exp
9465 * gdb.python/py-infthread.exp
9466 * gdb.python/py-mi.exp
9467 * gdb.python/py-objfile.exp
9468 * gdb.python/py-pp-maint.exp
9469 * gdb.python/py-pp-registration.exp
9470 * gdb.python/py-prettyprint.exp
9471 * gdb.python/py-recurse-unwind.exp
9472 * gdb.python/py-shared.exp
9473 * gdb.python/py-symbol.exp
9474 * gdb.python/py-symtab.exp
9475 * gdb.python/py-template.exp
9476 * gdb.python/py-type.exp
9477 * gdb.python/py-unwind-maint.exp
9478 * gdb.python/py-unwind.exp
9479 * gdb.python/py-value.exp
9480 * gdb.python/python.exp
9481 * gdb.reverse/finish-reverse-bkpt.exp
9482 * gdb.reverse/insn-reverse.exp
9483 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9484 * gdb.reverse/solib-precsave.exp
9485 * gdb.reverse/solib-reverse.exp
9486 * gdb.stabs/gdb11479.exp
9487 * gdb.stabs/weird.exp
9488 * gdb.threads/fork-child-threads.exp
9489 * gdb.threads/fork-plus-threads.exp
9490 * gdb.threads/fork-thread-pending.exp
9491 * gdb.threads/forking-threads-plus-breakpoint.exp
9492 * gdb.threads/hand-call-in-threads.exp
9493 * gdb.threads/interrupted-hand-call.exp
9494 * gdb.threads/linux-dp.exp
9495 * gdb.threads/local-watch-wrong-thread.exp
9496 * gdb.threads/next-while-other-thread-longjmps.exp
9497 * gdb.threads/non-ldr-exit.exp
9498 * gdb.threads/pending-step.exp
9499 * gdb.threads/print-threads.exp
9500 * gdb.threads/process-dies-while-detaching.exp
9501 * gdb.threads/process-dies-while-handling-bp.exp
9502 * gdb.threads/pthreads.exp
9503 * gdb.threads/queue-signal.exp
9504 * gdb.threads/reconnect-signal.exp
9505 * gdb.threads/signal-command-handle-nopass.exp
9506 * gdb.threads/signal-command-multiple-signals-pending.exp
9507 * gdb.threads/signal-delivered-right-thread.exp
9508 * gdb.threads/signal-sigtrap.exp
9509 * gdb.threads/sigthread.exp
9510 * gdb.threads/staticthreads.exp
9511 * gdb.threads/stepi-random-signal.exp
9512 * gdb.threads/thread-unwindonsignal.exp
9513 * gdb.threads/thread_check.exp
9514 * gdb.threads/thread_events.exp
9515 * gdb.threads/tid-reuse.exp
9516 * gdb.threads/tls-nodebug.exp
9517 * gdb.threads/tls-shared.exp
9518 * gdb.threads/tls-so_extern.exp
9519 * gdb.threads/tls.exp
9520 * gdb.threads/wp-replication.exp
9521 * gdb.trace/actions-changed.exp
9522 * gdb.trace/actions.exp
9523 * gdb.trace/backtrace.exp
9524 * gdb.trace/change-loc.exp
9525 * gdb.trace/collection.exp
9526 * gdb.trace/deltrace.exp
9527 * gdb.trace/disconnected-tracing.exp
9528 * gdb.trace/entry-values.exp
9529 * gdb.trace/ftrace-lock.exp
9530 * gdb.trace/ftrace.exp
9531 * gdb.trace/infotrace.exp
9532 * gdb.trace/mi-trace-frame-collected.exp
9533 * gdb.trace/mi-trace-unavailable.exp
9534 * gdb.trace/mi-traceframe-changed.exp
9535 * gdb.trace/mi-tracepoint-changed.exp
9536 * gdb.trace/mi-tsv-changed.exp
9537 * gdb.trace/no-attach-trace.exp
9538 * gdb.trace/packetlen.exp
9539 * gdb.trace/passc-dyn.exp
9540 * gdb.trace/passcount.exp
9541 * gdb.trace/pending.exp
9542 * gdb.trace/pr16508.exp
9543 * gdb.trace/qtro.exp
9544 * gdb.trace/range-stepping.exp
9545 * gdb.trace/read-memory.exp
9546 * gdb.trace/report.exp
9547 * gdb.trace/save-trace.exp
9548 * gdb.trace/signal.exp
9549 * gdb.trace/stap-trace.exp
9550 * gdb.trace/status-stop.exp
9551 * gdb.trace/strace.exp
9552 * gdb.trace/tfile.exp
9553 * gdb.trace/tfind.exp
9554 * gdb.trace/trace-break.exp
9555 * gdb.trace/trace-condition.exp
9556 * gdb.trace/trace-enable-disable.exp
9557 * gdb.trace/trace-mt.exp
9558 * gdb.trace/tracecmd.exp
9559 * gdb.trace/tracefile-pseudo-reg.exp
9560 * gdb.trace/tspeed.exp
9561 * gdb.trace/tstatus.exp
9562 * gdb.trace/tsv.exp
9563 * gdb.trace/unavailable.exp
9564 * gdb.trace/while-dyn.exp
9565 * gdb.trace/while-stepping.exp
9566 * lib/gdb-guile.exp
9567 * lib/gdb.exp
9568 * lib/mi-support.exp
9569 * lib/pascal.exp
9570 * lib/perftest.exp
9571 * lib/prelink-support.exp
9572 * lib/selftest-support.exp
9573
ad02e4fe
SM
95742016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
9575
9576 * Makefile.in: Include disable-implicit-rules.mk.
9577
22347e55
AA
95782016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9579
9580 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
9581 non-byte-aligned bit fields.
9582
da5b30da
AA
95832016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9584
9585 PR gdb/12616
9586 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
9587 respects the DW_AT_data_bit_offset attribute.
9588
b593ecca
SM
95892016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
9590
9591 * gdb.base/default.exp: Fix output of "set language".
9592
3b165252
SM
95932016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
9594
9595 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
9596 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
9597 make.
9598 * configure.ac: Remove checks for the make program.
9599 * configure: Re-generate.
9600
1a2f3d7f
KB
96012016-11-16 Kevin Buettner <kevinb@redhat.com>
9602
9603 * gdb.python/py-recurse-unwind.c (main): Add loop.
9604 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
9605 to read_register() and gdb.parse_and_eval(). Make each code
9606 call a separate case that can be individually tested.
9607 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
9608 proc. Call cont_and_backtrace for each of the code paths that
9609 we want to test in the unwinder.
9610
b7f38fda
AA
96112016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
9612
9613 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
9614 the definition of struct S.
9615
1f8db343
CM
96162016-11-11 Catherine Moore <clm@codesourcery.com>
9617
9618 * gdb.base/dump.exp: Identify verilog format dump tests as such.
9619
fad0c9fb
PA
96202016-11-09 Pedro Alves <palves@redhat.com>
9621
9622 * gdb.base/commands.exp (runto_or_return): New procedure.
9623 (gdbvar_simple_if_test, gdbvar_simple_while_test)
9624 (gdbvar_complex_if_while_test, progvar_simple_if_test)
9625 (progvar_simple_while_test, progvar_complex_if_while_test)
9626 (if_while_breakpoint_command_test)
9627 (infrun_breakpoint_command_test, breakpoint_command_test)
9628 (user_defined_command_test, watchpoint_command_test)
9629 (test_command_prompt_position, redefine_hook_test)
9630 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
9631 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
9632 multi_line_input and multi_line. Remove gdb_expect and
9633 gdb_stop_suppressing_tests uses.
9634 * lib/gdb.exp (valnum_re): New global.
9635 (multi_line_input): New procedure.
9636
8354c62c
SM
96372016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
9638
9639 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
9640 Remove.
9641 (test_setup): Define with proc_with_prefix.
9642 (test_cli_inferior): Likewise.
9643 (test_cli_thread): Likewise.
9644 (test_cli_frame): Likewise.
9645 (test_cli_select_frame): Likewise.
9646 (test_cli_up_down): Likewise.
9647 (test_mi_thread_select): Likewise.
9648 (test_mi_stack_select_frame): Likewise.
9649 (test_cli_in_mi_inferior): Likewise.
9650 (test_cli_in_mi_thread): Likewise.
9651 (test_cli_in_mi_frame): Likewise.
9652 (top level): Do not use with_test_prefix_procname.
9653
64f367a2
PA
96542016-11-09 Pedro Alves <palves@redhat.com>
9655
9656 * gdb.base/commands.exp (gdbvar_simple_if_test)
9657 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
9658 (progvar_simple_if_test, progvar_simple_while_test)
9659 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
9660 (infrun_breakpoint_command_test, breakpoint_command_test)
9661 (user_defined_command_test, watchpoint_command_test)
9662 (test_command_prompt_position, deprecated_command_test)
9663 (bp_deleted_in_command, temporary_breakpoint_commands)
9664 (stray_arg0_test, source_file_with_indented_comment)
9665 (recursive_source_test, if_commands_test)
9666 (error_clears_commands_left, redefine_hook_test)
9667 (redefine_backtrace_test): Use proc_with_prefix.
9668 * lib/gdb.exp (proc_with_prefix): New proc.
9669
0bb65f1e
AA
96702016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
9671
9672 * gdb.base/tui-layout.c: New file.
9673 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
9674 disassembly window contains very long lines.
9675
7353f247
TT
96762016-11-08 Tom Tromey <tom@tromey.com>
9677
9678 * gdb.python/py-value.exp (test_value_creation): Make "long" test
9679 depend on Python 2.
9680
30a7bb83
TT
96812016-11-08 Tom Tromey <tom@tromey.com>
9682
9683 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
9684 New method.
9685
cdf5a07c
MG
96862016-10-29 Manish Goregaokar <manish@mozilla.com>
9687
2806dc7e 9688 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 9689
51a789c3
MG
96902016-10-27 Manish Goregaokar <manish@mozilla.com>
9691
2806dc7e
PA
9692 * gdb.rust/simple.rs: Add test for univariant enums without
9693 discriminants and for encoded struct-like enums.
51a789c3 9694
f610ab6d
PA
96952016-10-28 Pedro Alves <palves@redhat.com>
9696
9697 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
9698 gdb_test_multiple, tighten regexps and match symtabs and line
9699 tables incrementally.
9700
b129b0ca
LM
97012016-10-28 Luis Machado <lgustavo@codesourcery.com>
9702
9703 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
9704 general.
9705
ecf45d2c
SL
97062016-10-25 Luis Machado <lgustavo@codesourcery.com>
9707
9708 * gdb.base/exec-invalid-sysroot.exp: New file.
9709
b8d38ee4
JK
97102016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9711
9712 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
9713
f90fd8c2
JK
97142016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9715
9716 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
9717
2d2476aa
MR
97182016-10-19 Maciej W. Rozycki <macro@imgtec.com>
9719
2806dc7e
PA
9720 * gdb.base/killed-outside.exp: Remove $options from a call to
9721 `prepare_for_testing'.
2d2476aa 9722
e42b25a0
SM
97232016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9724
9725 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
9726 Change test message.
9727
3ccdb432
SM
97282016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9729
9730 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
9731 Update comment.
9732
5bad3170
SM
97332016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9734
9735 * gdb.trace/mi-trace-save.exp: New file.
9736
5ad9dba7
YQ
97372016-10-13 Yao Qi <yao.qi@linaro.org>
9738
9739 * gdb.base/code_elim.exp (get_var_address): Remove.
9740 * gdb.base/relocate.exp: Likewise.
9741 * gdb.base/shreloc.exp: Likewise.
9742 * lib/gdb.exp (get_var_address): New.
9743
62df7e21
YQ
97442016-10-13 Yao Qi <yao.qi@linaro.org>
9745
9746 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
9747 floating point tests if $skip_float_test is false.
9748
4dac951e
LM
97492016-10-12 Luis Machado <lgustavo@codesourcery.com>
9750
9751 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
9752 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
9753 argc values.
9754 Add 1 to argc so we guarantee distinct initial/modified argc values.
9755
8f1a8fc4
JK
97562016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9757
9758 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
9759
16c85b5d
JK
97602016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9761
9762 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
9763 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
9764 * gdb.arch/vsx-regs.exp: Likewise.
9765
1d0e042a
YQ
97662016-10-07 Yao Qi <yao.qi@linaro.org>
9767
9768 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
9769
68dadef5
MM
97702016-10-07 Markus Metzger <markus.t.metzger@intel.com>
9771
9772 * gdb.python/python.exp: Test decode_line("*0").
9773
33fa2c6e
DE
97742016-10-06 Doug Evans <dje@google.com>
9775
9776 * gdb.python/py-value.exp (test_value_creation): Add test for large
9777 unsigned 64-bit value.
9778
9c37b5ae
TT
97792016-10-06 Tom Tromey <tom@tromey.com>
9780
9781 * gdb.compile/compile.exp: Change java tests to rust.
9782 * gdb.base/setshow.exp: Change java tests to rust.
9783 * gdb.base/default.exp: Remove java from language list.
9784 * README (Examples): Update language example.
9785 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
9786 test.
9787 * lib/gdb.exp (skip_java_tests): Remove.
9788 * lib/java.exp: Remove.
9789 * gdb.java: Remove.
9790
78b86327
MR
97912016-10-06 Maciej W. Rozycki <macro@imgtec.com>
9792
9793 * gdb.arch/mips-fcr.exp: New test.
9794 * gdb.arch/mips-fcr.c: Source for the new test.
9795
7470adbb
MR
97962016-10-06 Maciej W. Rozycki <macro@imgtec.com>
9797
9798 * gdb.base/solib-disc.exp: Use `standard_output_file'
9799 throughout.
9800
4a556533
PA
98012016-10-06 Pedro Alves <palves@redhat.com>
9802
9803 * gdb.base/jit-simple-dl.c: New file.
9804 * gdb.base/jit-simple-jit.c: New file, factored out from ...
9805 * gdb.base/jit-simple.c: ... this.
9806 * gdb.base/jit-simple.exp (jit_run): Delete.
9807 (build_jit): New proc.
9808 (jit_test_reread): Recompile either the main program or the shared
9809 library, depending on what is being tested. Skip changing address
9810 if caller wants to. Compare before/after addresses. If testing
9811 standalone, explicitly load the binary. Test "maint info
9812 breakpoints".
9813 (top level): Add "standalone vs shared lib" and "change address"
9814 vs "same address" axes.
9815
5a122fbc
PA
98162016-10-06 Pedro Alves <palves@redhat.com>
9817
9818 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
9819 call.
9820 (jit_run): Delete.
9821 (jit_test_reread): Use with_test_prefix. Reload the main binary
9822 explicitly. Compare the before/after addresses of the JIT
9823 descriptor.
9824
ee8da4b8
DE
98252016-08-15 Doug Evans <dje@google.com>
9826
9827 * gdb.xml/extra-regs.xml: Update, end field now required, default type
9828 for single bitfields is bool.
9829 * gdb.xml/tdesc-regs.exp: Ditto.
9830
f389f6fe
JK
98312016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9832
9833 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
9834
fdebf1a4
YQ
98352016-10-05 Yao Qi <yao.qi@linaro.org>
9836
9837 * lib/gdb.exp (support_complex_tests): Return zero if
9838 gdb_skip_float_test return true.
9839
9c36d954 98402016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 9841 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
9842
9843 PR gdb/20487
9844 * gdb.mi/user-selected-context-sync.exp: New file.
9845 * gdb.mi/user-selected-context-sync.c: New file.
9846
4034d0ff 98472016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 9848 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
9849
9850 PR gdb/20487
9851 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
9852 =thread-select-event check.
9853
a4297203
PB
98542016-09-29 Peter Bergner <bergner@vnet.ibm.com>
9855
9856 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
9857 the compulsory L operand changes.
9858 * gdb.arch/powerpc-power.s: Likewise.
9859
bb805577
JK
98602016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9861
9862 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
9863 * gdb.base/jit-attach-pie.c: New file.
9864 * gdb.base/jit-attach-pie.exp: New file.
9865
6d61dee5
PA
98662016-09-28 Pedro Alves <palves@redhat.com>
9867
9868 * gdb.base/infcall-input.c: New file.
9869 * gdb.base/infcall-input.exp: New file.
9870
f73842fc
YQ
98712016-09-22 Yao Qi <yao.qi@linaro.org>
9872
9873 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
9874 (gdb_exit): Rename it to ...
9875 (gdbserver_gdb_exit): ... Close GDBserver.
9876 (gdb_exit): New proc, call gdbserver_gdb_exit.
9877 (mi_gdb_exit): Likewise.
9878
90681dab
YQ
98792016-09-22 Yao Qi <yao.qi@linaro.org>
9880
9881 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
9882 path.
9883 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
9884 Remove duplication.
9885
9c211fd8
YQ
98862016-09-22 Yao Qi <yao.qi@linaro.org>
9887
9888 * lib/gdbserver-support.exp: Check the existence of
9889 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
9890
ad0a504f
AK
98912016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
9892
9893 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
9894
36cf1806
TT
98952016-09-21 Tom Tromey <tom@tromey.com>
9896
9897 PR gdb/20604:
9898 * gdb.base/quit.exp: New file.
9899
74172ecf
SM
99002016-09-21 Simon Marchi <simon.marchi@ericsson.com>
9901
9902 * .gitignore: New file.
9903
3d0ec882
MR
99042016-09-21 Maciej W. Rozycki <macro@imgtec.com>
9905
9906 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
9907 throughout.
9908
8193adea
AA
99092016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9910
9911 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
9912
d41a5c09
JK
99132016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9914
9915 * gdb.cp/casts.cc (decltype): Move it ...
9916 (main): ... with its call to ...
9917 * gdb.cp/casts03.cc: ... a new file.
9918 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
9919
d2dfe700
JK
99202016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9921
9922 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
9923
e2a92b16
PB
99242016-09-15 Peter Bergner <bergner@vnet.ibm.com>
9925
9926 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
9927 and sync up the test with tests in gas/testsuite/gas/ppc.
9928 * gdb.arch/powerpc-power.exp: Likewise.
9929
49b4de64
JK
99302016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9931
9932 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
9933
2c29df25
SDJ
99342016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
9935 Jan Kratochvil <jan.kratochvil@redhat.com>
9936
9937 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
9938 make m1's definition to be different from m2's. Use 'dummy' as an
9939 argument for probe 'two'.
9940
cc3c2846
JB
99412016-09-10 Jon Beniston <jon@beniston.com>
9942
9943 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
9944 for sim target.
9945
e1b2624a
AA
99462016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
9947
9948 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
9949 variable declaration.
9950 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
9951 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
9952 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
9953 received HWCAP as its argument.
9954
4295e285
PA
99552016-09-06 Pedro Alves <palves@redhat.com>
9956
9957 * gdb.base/new-ui-pending-input.c: New file.
9958 * gdb.base/new-ui-pending-input.exp: New file.
9959 * gdb.exp (clear_gdb_spawn_id): New procedure.
9960 (with_spawn_id): Check whether gdb_spawn_id exists before
9961 referencing it. If gdb_spawn_id didn't exist on entry, clear it
9962 on exit.
9963
00d5215e
UW
99642016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
9965
9966 * gdb.base/float128.c: New file.
9967 * gdb.base/float128.exp: Likewise.
9968 * gdb.base/floatn.c: Likewise.
9969 * gdb.base/floatn.exp: Likewise.
9970
a9ff5f12
UW
99712016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
9972
9973 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
9974
f245535c
PA
99752016-09-05 Pedro Alves <palves@redhat.com>
9976
9977 PR backtrace/19927
9978 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
9979 unwinders are immediately called as side effect of "source" or
9980 "disable unwinder" commands.
9981 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
9982
ae9cf263
YQ
99832016-09-02 Yao Qi <yao.qi@linaro.org>
9984
9985 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
9986 is true and $type is "float" or "double".
9987
27aba047
YQ
99882016-09-02 Yao Qi <yao.qi@linaro.org>
9989
9990 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
9991 true.
9992 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
9993 * gdb.base/call-rt-st.exp: Likewise.
9994 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
9995 return value instead of gdb,skip_float_test.
9996 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
9997 (do_function_calls): Use its return value instead of
9998 gdb,skip_float_test.
9999 * gdb.base/finish.exp: Likewise.
10000 * gdb.base/funcargs.exp: Likewise.
10001 * gdb.base/return.exp: Likewise.
10002 * gdb.base/return2.exp: Likewise.
10003 * gdb.base/varargs.exp: Likewise.
10004 * lib/gdb.exp (gdb_skip_float_test): Change it to
10005 gdb_caching_proc. Detect the broken ptrace on arm-linux.
10006
5af962df
AA
100072016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
10008
10009 * gdb.multi/tids.exp: Test "thread apply all".
10010
7fac6910
JK
100112016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10012
10013 * gdb.base/default.exp (tty): Remove.
10014
bb1fe4ac
KB
100152016-08-24 Kevin Buettner <kevinb@redhat.com>
10016
2806dc7e
PA
10017 * gdb.python/py-recurse-unwind.c: New file.
10018 * gdb.python/py-recurse-unwind.py: New file.
10019 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 10020
0a1ddfa6
SM
100212016-08-24 Simon Marchi <simon.marchi@ericsson.com>
10022
10023 * gdb.base/set-inferior-tty.exp: New file.
10024 * gdb.base/set-inferior-tty.c: New file.
10025
d9de1fe3
PA
100262016-08-23 Pedro Alves <palves@redhat.com>
10027
10028 PR gdb/20494
10029 * gdb.base/new-ui-echo.c: New file.
10030 * gdb.base/new-ui-echo.exp: New file.
10031
e9d9abd7
YQ
100322016-08-23 Yao Qi <yao.qi@linaro.org>
10033
10034 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
10035 gdbserver_spawn.
10036 * gdb.server/connect-without-multi-process.exp (do_test):
10037 Likewise.
10038
3589529e
YQ
100392016-08-23 Yao Qi <yao.qi@linaro.org>
10040
10041 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
10042 standalone_txt. Delete gdb_txt and standalone_txt on host
10043 and target. Spawn the binary on target. Copy files from
10044 target to host.
10045
6bb90213
PA
100462016-08-22 Pedro Alves <palves@redhat.com>
10047
10048 PR gdb/20505
10049 * gdb.base/vdso-warning.exp: Test core dumps too. Use
10050 with_test_prefix. Factor out bits to ...
10051 (test_no_vdso): ... this new procedure.
10052
20c2c024
CL
100532016-08-19 Carl Love <cel@us.ibm.com>
10054
10055 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
10056 maintaining separate logic for constructing the output path.
10057 * gdb.arch/powerpc-d128-regs.exp: Likewise.
10058 * gdb.arch/ppc-dfp.exp: Likewise.
10059 * gdb.arch/ppc-fp.exp: Likewise.
10060 * gdb.arch/vsx-regs.exp: Likewise.
10061 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
10062 binprefix for generating the additional binary files.
10063
0646e07d
PA
100642016-08-19 Pedro Alves <palves@redhat.com>
10065
10066 * gdb.trace/mi-trace-frame-collected.exp
10067 (test_trace_frame_collected): On x32, expect two registers.
10068
46da9242
CL
100692016-08-18 Carl Love <cel@us.ibm.com>
10070
10071 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
10072 and sync up the test with tests in gas/testsuite/gas/ppc.
10073 * gdb.arch/powerpc-power.exp: Likewise.
10074
eb2332d7
SM
100752016-08-17 Simon Marchi <simon.marchi@ericsson.com>
10076
10077 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
10078 expected error message.
10079
63c61e04
SM
100802016-08-17 Simon Marchi <simon.marchi@ericsson.com>
10081
10082 * gdb.multi/remove-inferiors.exp: New file.
10083 * gdb.multi/remove-inferiors.c: New file.
10084
7b17065f
YQ
100852016-08-12 Yao Qi <yao.qi@linaro.org>
10086
10087 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
10088 argument list.
10089
01d3dedf
PA
100902016-08-10 Pedro Alves <palves@redhat.com>
10091
10092 PR gdb/19187
10093 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
10094 setup_kfails.
10095
3eb7562a
PA
100962016-08-09 Pedro Alves <palves@redhat.com>
10097 Simon Marchi <simon.marchi@ericsson.com>
10098
10099 PR gdb/20418
10100 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
10101 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
10102
80614914
PA
101032016-08-09 Pedro Alves <palves@redhat.com>
10104
10105 PR mi/20431
10106 * gdb.mi/mi-cmd-error.exp: New file.
10107
f348d89a
PA
101082016-08-09 Pedro Alves <palves@redhat.com>
10109
10110 PR gdb/18653
10111 * gdb.base/signals-state-child.c: New file.
10112 * gdb.base/signals-state-child.exp: New file.
10113 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
10114
e5ca03b4
PA
101152016-08-09 Pedro Alves <palves@redhat.com>
10116
10117 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
10118
282a0691
TT
101192016-08-03 Tom Tromey <tom@tromey.com>
10120
10121 PR python/18565:
10122 * gdb.python/py-frame-inline.exp: Add Frame.function test.
10123
41bfcd63
YQ
101242016-08-01 Yao Qi <yao.qi@linaro.org>
10125
10126 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
10127 variable mode to "multi-process" if $multi_process is 1, otherwise
10128 set it to "single-process".
10129
e3465b24
YQ
101302016-08-01 Yao Qi <yao.qi@linaro.org>
10131
10132 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
10133 * gdb.cp/cpexprs.exp: Likewise.
10134 * gdb.cp/m-static.exp: Likewise.
10135
0b31a4bc
TT
101362016-07-26 Tom Tromey <tom@tromey.com>
10137
10138 PR python/20190:
10139 * gdb.threads/tls.exp (check_thread_local): Add python symbol
10140 test.
10141
e0461dbb
MM
101422016-07-26 Markus Metzger <markus.t.metzger@intel.com>
10143
10144 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
10145 selecting assembly source files.
10146 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
10147 assembly source files.
10148 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
10149 assembly source files.
10150 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
10151 selecting assembly source files.
10152
8194e927
SM
101532016-07-25 Simon Marchi <simon.marchi@ericsson.com>
10154
10155 * gdb.base/new-ui.exp (do_test_invalid_args): New
10156 procedure.
10157
c0272db5
TW
101582016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
10159
10160 * gdb.btrace/reconnect.c: New file.
10161 * gdb.btrace/reconnect.exp: New file.
10162
e3487908
GKB
101632016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
10164
10165 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
10166 to test_catch_syscall_group.
10167 (test_catch_syscall_group): New.
10168
12df5c00
TT
101692016-07-21 Tom Tromey <tom@tromey.com>
10170
10171 * gdb.rust/simple.rs (main): Use empty struct expression.
10172 * gdb.rust/simple.exp: Add tests for empty struct expression.
10173
bae62ee2
YQ
101742016-07-21 Yao Qi <yao.qi@linaro.org>
10175
10176 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
10177 if gdb_skip_xml_test is true on some targets.
10178
b1b53fb3
YQ
101792016-07-21 Yao Qi <yao.qi@linaro.org>
10180
10181 * gdb.server/solib-list.exp: Unset last_loaded_file.
10182
027d97f8
JK
101832016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10184
10185 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
10186 "step into captured_main (args)".
10187
7674d381
JK
101882016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10189
10190 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
10191
72b5d099
JK
101922016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10193
10194 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
10195
1f960ced
PA
101962016-07-19 Pedro Alves <palves@redhat.com>
10197
10198 * gdb.opt/inline-break.exp: Remove optimize=-O2.
10199 * gdb.opt/inline-bt.exp: Likewise.
10200 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
10201 additional_flags=-Winline.
10202 * gdb.opt/inline-locals.exp: Likewise.
10203 * gdb.opt/inline-markers.c (ATTR): Define.
10204 (inlined_fn): Use it.
10205
f25827c1
YQ
102062016-07-19 Yao Qi <yao.qi@linaro.org>
10207
10208 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
10209 (test_with_self): Remove some code. Remove argument executable.
10210 (top-level): Use do_self_tests.
10211
37539ebe
DB
102122016-07-15 Zachary Welch <zwelch@codesourcery.com>
10213 Don Breazeal <donb@codesourcery.com>
10214
10215 * gdb.base/maint.exp: Escape paths used in regular expressions.
10216 * gdb.stabs/weird.exp: Likewise.
10217
dac790e1
TT
102182016-07-13 Tom Tromey <tom@tromey.com>
10219
10220 PR python/15620, PR python/18620:
10221 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
10222 (test_bkpt_events): New procs.
10223
93daf339
TT
102242016-07-13 Tom Tromey <tom@tromey.com>
10225
10226 PR python/17698:
10227 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
10228 test.
10229 (test_watchpoints): Likewise.
10230 (test_bkpt_pending): New proc.
10231
6571a381
TT
102322016-07-13 Tom Tromey <tom@tromey.com>
10233
10234 PR cli/18053:
10235 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
10236 completion test.
10237
e8732474
JK
102382016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10239
10240 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
10241 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
10242 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
10243 f_label.
10244 (g): Rename g_end_lbl to g_label.
10245 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
10246 low_pc and high_pc.
10247 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
10248
e0f3fd7c
TT
102492016-07-12 Tom Tromey <tom@tromey.com>
10250
10251 PR python/19293:
10252 * gdb.python/py-unwind-maint.exp: Update tests.
10253
3cfe46b6
YQ
102542016-07-12 Yao Qi <yao.qi@linaro.org>
10255
10256 * lib/selftest-support.exp (selftest_setup): Match the output
10257 when captured_main is inlined.
10258
4f19a0e6
WT
102592016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
10260
10261 * gdb.fortran/derived-types.exp (result_line, result_line_2):
10262 New variables.
10263 (print this%a, print this%b, print this): New tests.
10264 * gdb.fortran/derived-types.f90 (this): New object and
10265 initialization.
10266
986cf455
SM
102672016-07-06 Simon Marchi <simon.marchi@ericsson.com>
10268
10269 * gdb.ada/arraydim.exp: Remove extra directory level in build
10270 directory.
10271
f0464b23
SM
102722016-07-06 Simon Marchi <simon.marchi@ericsson.com>
10273
10274 * lib/ada.exp: Remove extra directory level in build directory.
10275 * gdb.ada/cond_lang.exp: Likewise.
10276 * gdb.ada/exec_changed.exp: Likewise.
10277 * gdb.ada/lang_switch.exp: Likewise.
10278
42d94011
MG
102792016-07-06 Manish Goregaokar <manish@mozilla.com>
10280
2806dc7e
PA
10281 * simple.rs: Add test for raw pointer subscripting.
10282 * simple.exp: Add test expectations.
42d94011 10283
647c264c
YQ
102842016-07-05 Yao Qi <yao.qi@linaro.org>
10285
10286 * gdb.mi/mi-reverse.exp: Match =record-started output.
10287
20aa2c60
PA
102882016-07-01 Pedro Alves <palves@redhat.com>
10289
10290 * gdb.base/jit-reader.exp (info_registers_current_frame): New
10291 procedure.
10292 (jit_reader_test): Test the jit reader's unwinder.
10293 * gdb.base/jithost.c (jit_function_00_code): New global.
10294 (main): Use memcpy to fill in the mmapped code, instead of poking
10295 bytes manually here.
10296 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
10297 value.
10298 (read_debug_info): Save the function's range.
10299 (read_sp): New function.
10300 (unwind_frame): Use it. Also unwind RBP.
10301 (get_frame_id): Use read_sp.
10302 (gdb_init_reader): Use calloc instead of malloc.
10303 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
10304 parameter. Use gdb_test_multiple.
10305
ced2dffb
PA
103062016-07-01 Pedro Alves <palves@redhat.com>
10307 Antoine Tremblay <antoine.tremblay@ericsson.com>
10308
10309 * gdb.threads/process-dies-while-detaching.c: New file.
10310 * gdb.threads/process-dies-while-detaching.exp: New file.
10311
63000888
PA
103122016-07-01 Pedro Alves <palves@redhat.com>
10313
10314 * gdb.multi/watchpoint-multi-exit.c: New file.
10315 * gdb.multi/watchpoint-multi-exit.exp: New file.
10316
038d4868
PA
103172016-06-30 Pedro Alves <palves@redhat.com>
10318
10319 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
10320 unset inferior_spawn_id.
10321
994e9c83
PA
103222016-06-30 Pedro Alves <palves@redhat.com>
10323
10324 * lib/mi-support.exp (default_mi_gdb_start): Declare global
10325 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
10326
e5653468
YQ
103272016-06-29 Yao Qi <yao.qi@linaro.org>
10328
10329 * gdb.base/return.c: Add copyright header.
10330
803b47e5
TT
103312016-06-29 Tom Tromey <tom@tromey.com>
10332
10333 PR python/20129:
10334 * gdb.python/py-framefilter.exp: Add tests for setting priority
10335 and disabling of non-existent frame filter.
10336
28244707
YQ
103372016-06-29 Yao Qi <yao.qi@linaro.org>
10338
10339 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
10340 0x0f07ff.
10341
a31d2f06
YQ
103422016-06-28 Yao Qi <yao.qi@linaro.org>
10343
10344 * gdb.base/catch-syscall.exp: Remove check on isnative and target
10345 triplets. Start gdb, execute catch syscall, and continue. Check
10346 gdb's output to determine catch syscall is supported.
10347
921d8f54
MG
103482016-06-27 Manish Goregaokar <manish@mozilla.com>
10349
25d49b86
PA
10350 * gdb.rust/simple.rs: Add test for returning unit in a function.
10351 * gdb.rust/simple.exp: Add expectation for functions returning
10352 unit.
921d8f54 10353
f4952523
PMR
103542016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
10355
10356 * gdb.python/py-breakpoint-create-fail.c,
10357 gdb.python/py-breakpoint-create-fail.exp,
10358 gdb.python/py-breakpoint-create-fail.py: New testcase.
10359
fccb08f8
MG
103602016-06-25 Manish Goregaokar <manish@mozilla.com>
10361
10362 PR gdb/20239
10363 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
10364 * gdb.rust/simple.exp: Add test expectations for new NonZero
10365 tests.
fccb08f8 10366
6b850546
DT
103672016-06-24 David Taylor <dtaylor@emc.com>
10368
10369 * gdb.base/offsets.exp: New file.
10370 * gdb.base/offsets.c: New file.
10371
17621150
TT
103722016-06-23 Tom Tromey <tom@tromey.com>
10373
10374 PR gdb/16483:
10375 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
10376 before any filters are loaded.
10377
04d59df6
WT
103782016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
10379
10380 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
10381 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
10382 structs.
10383 * gdb.fortran/derived-type-function.exp: New file.
10384 * gdb.fortran/derived-type-function.f90: New file.
10385
10386
ac69f786
PA
103872016-06-21 Pedro Alves <palves@redhat.com>
10388
10389 * gdb.base/new-ui.exp: New file.
10390 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
10391 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
10392 (with_spawn_id): New procedure.
10393
49940788
PA
103942016-06-21 Pedro Alves <palves@redhat.com>
10395
10396 * gdb.mi/mi-exec-run.exp: New file.
10397
ef274d26
PA
103982016-06-21 Pedro Alves <palves@redhat.com>
10399
10400 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
10401 breakpoint command's output on the main UI.
10402 (test_break): New procedure, factored out from calls in the top
10403 level.
10404 (top level): Use foreach_with_prefix to test MI as main UI and as
10405 separate UI.
10406
468afe6c
PA
104072016-06-21 Pedro Alves <palves@redhat.com>
10408
10409 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
10410 (test_awatch_creation_and_listing)
10411 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
10412 Remove 'type' parameter.
10413 (test_watchpoint_all): New parameter mi_mode. Remove
10414 with_test_prefix.
10415 (top level): Use foreach_with_prefix, and add main/separate UI MI
10416 testing axis.
10417
51f77c37
PA
104182016-06-21 Pedro Alves <palves@redhat.com>
10419
10420 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
10421 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
10422 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
10423 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
10424 (gdb_main_spawn_id, mi_spawn_id): Declare and
10425 comment.
10426 (mi_create_inferior_pty): New procedure,
10427 factored out from default_mi_gdb_start.
10428 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
10429 procedures.
10430 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
10431 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
10432 Use mi_create_inferior_pty.
10433 (mi_gdb_start): Use eval to pass down args list.
10434
8980e177
PA
104352016-06-21 Pedro Alves <palves@redhat.com>
10436
10437 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
10438 * gdb.opt/inline-cmds.exp: Add MI tests.
10439
f38d3ad1
PA
104402016-06-21 Pedro Alves <palves@redhat.com>
10441
10442 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
10443
45db7c09
PA
104442016-06-21 Pedro Alves <palves@redhat.com>
10445
10446 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
10447 (top level): Use it instead of mi_execute_to.
10448
5a069ab3
PA
104492016-06-21 Pedro Alves <palves@redhat.com>
10450
10451 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
10452 (cont_handler_str): New.
10453 (signal_stop_handler): Set stop_handler_str instead of printing to
10454 stdout.
10455 (continue_handler): Set cont_handler_str instead of printing to
10456 stdout.
10457 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
10458 mi_send_resuming_command. Print stop_handler_str and
10459 cont_handler_str instead of expecting the python events print
10460 directly.
10461
2838cc1d
SD
104622016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
10463
10464 * gdb.base/jit-reader.exp: New file.
10465 * gdb.base/jithost.c: New file.
10466 * gdb.base/jithost.h: New file.
10467 * gdb.base/jitreader.c : New file.
10468 * gdb.base/jit-protocol.h: New file.
10469
21a77091
YQ
104702016-06-17 Yao Qi <yao.qi@linaro.org>
10471
10472 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
10473 parameters follow_fork and detach_on_fork. Set follow-fork-mode
10474 and detach-on-fork. Adjust tests.
10475 (top level): Invoke break_cond_on_syscall with combinations of
10476 syscall, follow-fork-mode and detach-on-fork.
10477
f50bf8e5
YQ
104782016-06-17 Yao Qi <yao.qi@linaro.org>
10479
10480 * gdb.base/step-over-exit.c: New.
10481 * gdb.base/step-over-exit.exp: New.
10482
a28d8e50
YTL
104832016-06-17 Yan-Ting Lin <currygt52@gmail.com>
10484
10485 * gdb.base/float.exp: Add target check for nds32*-*-*.
10486 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
10487
cad8e26d
AB
104882016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
10489
10490 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
10491 for unsupported target features.
10492 * gdb.base/call-rt-st.exp: Likewise.
10493 * gdb.base/call-sc.exp: Likewise.
10494 * gdb.base/call-signal-resume.exp: Likewise.
10495 * gdb.base/call-strs.exp: Likewise.
10496 * gdb.base/callexit.exp: Likewise.
10497 * gdb.base/callfuncs.exp: Likewise.
10498 * gdb.base/nodebug.exp: Likewise.
10499 * gdb.base/printcmds.exp: Likewise.
10500 * gdb.base/ptype.exp: Likewise.
10501 * gdb.base/structs.exp: Likewise.
10502 * gdb.base/unwindonsignal.exp: Likewise.
10503 * gdb.cp/gdb2495.exp: Likewise.
10504 * gdb.cp/templates.exp: Likewise.
10505 * gdb.cp/virtfunc.exp: Likewise.
10506 * gdb.threads/hand-call-in-threads.exp: Likewise.
10507 * gdb.threads/interrupted-hand-call.exp: Likewise.
10508 * gdb.threads/thread-unwindonsignal.exp: Likewise.
10509
347dc102
TT
105102016-06-10 Tom Tromey <tom@tromey.com>
10511
10512 PR rust/20110:
10513 * gdb.rust/expr.exp: Add test for integer constant larger than
10514 i32.
10515
5e13cf25
BH
105162016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
10517
10518 * gdb.fortran/nested-funcs.exp: New.
10519 * gdb.fortran/nested-funcs.f90: New.
10520
bb556f1f
TK
105212016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
10522
10523 * gdb.base/examine-backward.c: New file.
10524 * gdb.base/examine-backward.exp: New file.
10525
38b022b4
SM
105262016-06-06 Simon Marchi <simon.marchi@ericsson.com>
10527
10528 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
10529 matching.
10530
1b40ec05
TT
105312016-06-02 Tom Tromey <tom@tromey.com>
10532
10533 PR python/18984:
10534 * gdb.python/py-shared.exp: Add solib_name test.
10535
193bd378
SM
105362016-06-02 Simon Marchi <simon.marchi@ericsson.com>
10537
10538 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
10539
3326303b
MG
105402016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
10541
10542 PR c++/19893
10543 * gdb.dwarf2/implref.exp: Rename to...
10544 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
10545 * gdb.dwarf2/implref-array.c: New file.
10546 * gdb.dwarf2/implref-array.exp: Likewise.
10547 * gdb.dwarf2/implref-global.c: Likewise.
10548 * gdb.dwarf2/implref-global.exp: Likewise.
10549 * gdb.dwarf2/implref-struct.c: Likewise.
10550 * gdb.dwarf2/implref-struct.exp: Likewise.
10551
825c8ef2
AT
105522016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10553
10554 * gdb.trace/trace-condition.exp: Add 64bit tests.
10555
2320162a
AT
105562016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10557
10558 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
10559 bits types.
10560 (main): Adapt to 8 to 64 bits types.
10561 * gdb.trace/trace-condition.exp: Add new tests.
10562
a7818233
AT
105632016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10564
10565 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
10566
0d336466
AT
105672016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10568
10569 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
10570 Move condition tests...
10571 * gdb.trace/trace-condition.exp: Here.
10572
7faeb45a
AT
105732016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10574
10575 * gdb.trace/trace-condition.exp: Add counter-case tests.
10576
e385593e
JK
105772016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
10578
10579 PR c++/15231
10580 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
10581 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
10582
744608cc
PA
105832016-05-27 Pedro Alves <palves@redhat.com>
10584
10585 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
10586 New procedure.
10587 (top level): Call it, and bail out of DejaGnu is known to be bad.
10588
ac775bf4
AB
105892016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
10590
10591 * gdb.base/whatis.c: Extend the test case.
10592 * gdb.base/whatis.exp: Add additional tests.
10593
2bbad2ea
BH
105942016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10595
10596* gdb.fortran/type.f90: Add pointer variable.
10597* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
10598
8b70175d
BH
105992016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10600
10601 * gdb.fortran/vla-type.exp: Fix testcase name.
10602
86d8a848
BH
106032016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10604
10605 * gdb.fortran/vla-type.exp: Access elements in nested structs.
10606
e188eb36
BH
106072016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10608
10609 * gdb.fortran/type.f90: Add nested structures.
10610 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
10611 * gdb.fortran/derived-type.exp: Adapt expected output.
10612 * gdb.fortran/vla-type.exp: Adapt expected output.
10613
9b2db1fd
BH
106142016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10615
10616 * gdb.fortran/whatis_type.exp: Adapt expected output.
10617
72b17055
BH
106182016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10619
10620 * gdb.fortran/print_type.exp: Fix expected output.
10621 * gdb.fortran/whatis_type.exp: Fix expected output.
10622
3cd81d8d
BH
106232016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10624
10625 * gdb.fortran/whatis_type.exp: Use multi_line.
10626
ddae9462
TT
106272016-05-24 Tom Tromey <tom@tromey.com>
10628
10629 PR python/17386:
10630 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
10631 use value as an index.
10632
1957f6b8
TT
106332016-05-23 Tom Tromey <tom@tromey.com>
10634
10635 PR python/17981:
10636 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
10637 no-breakpoint case.
10638
026a9174
PA
106392016-05-24 Pedro Alves <palves@redhat.com>
10640
10641 PR gdb/19828
10642 * gdb.threads/clone-attach-detach.c: New file.
10643 * gdb.threads/clone-attach-detach.exp: New file.
10644
e70a7231
FR
106452016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
10646
10647 * gdb.base/annota-input-while-running.exp: Fix syntax error.
10648
0f6ed0e0
TT
106492016-05-23 Tom Tromey <tom@tromey.com>
10650
10651 PR python/19438, PR python/18393:
10652 * gdb.python/py-progspace.exp: Add "dir" test.
10653 * gdb.python/py-objfile.exp: Add "dir" test.
10654
ffd19d61
YQ
106552016-05-23 Yao Qi <yao.qi@linaro.org>
10656
10657 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
10658 * gdb.arch/thumb2-it.exp: Likewise.
10659
9e8f9b05
SM
106602016-05-18 Simon Marchi <simon.marchi@ericsson.com>
10661
10662 * gdb.mi/mi-threads-interrupt.c: New file.
10663 * gdb.mi/mi-threads-interrupt.exp: New file.
10664
61c6156d
SM
106652016-05-17 Simon Marchi <simon.marchi@ericsson.com>
10666
10667 PR gdb/18077
10668 * gdb.mi/mi-async-run.exp: New file.
10669 * gdb.mi/mi-async-run.c: New file.
10670
67218854
TT
106712016-05-17 Tom Tromey <tom@tromey.com>
10672 Manish Goregaokar <manishsmail@gmail.com>
10673
10674 * lib/rust-support.exp: New file.
10675 * lib/gdb.exp (skip_rust_tests): New proc.
10676 (build_executable_from_specs): Handle rust.
10677 * lib/future.exp (gdb_find_rustc): New proc.
10678 (gdb_default_target_compile): Handle rust.
10679 * gdb.rust/expr.exp: New file.
10680 * gdb.rust/generics.exp: New file.
10681 * gdb.rust/generics.rs: New file.
10682 * gdb.rust/methods.exp: New file.
10683 * gdb.rust/methods.rs: New file.
10684 * gdb.rust/modules.exp: New file.
10685 * gdb.rust/modules.rs: New file.
10686 * gdb.rust/simple.exp: New file.
10687 * gdb.rust/simple.rs: New file.
10688
c44af4eb
TT
106892016-05-17 Tom Tromey <tom@tromey.com>
10690
10691 * gdb.base/default.exp (set language): Add rust.
10692
dcd1f979
TT
106932016-05-17 Tom Tromey <tom@tromey.com>
10694
10695 * gdb.gdb/unittest.exp: New file.
10696
155b7f57
YQ
106972016-05-16 Yao Qi <yao.qi@linaro.org>
10698
10699 * gdb.base/batch-preserve-term-settings.exp: Remove variable
10700 shell_prompt. Update shell_prompt_re.
10701
8ddd5a6c
DE
107022016-05-12 Doug Evans <dje@google.com>
10703
10704 PR symtab/19999
10705 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
10706 $options when building executable.
10707 * gdb.dwarf2/fission-loclists-pie.S: New file.
10708 * gdb.dwarf2/fission-loclists-pie.exp: New file.
10709
02e370d9
SM
107102016-05-04 Simon Marchi <simon.marchi@ericsson.com>
10711
10712 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
10713 of [is_remote target],
10714
8929ad8b
SM
107152016-05-04 Simon Marchi <simon.marchi@ericsson.com>
10716
10717 * lib/gdb.exp (use_gdb_stub): New procedure.
10718
6c447423
DE
107192016-05-03 Yunlian Jiang <yunlian@google.com>
10720 Doug Evans <dje@google.com>
10721
10722 PR symtab/19914
10723 * gdb.dwarf2/dwp-sepdebug.c: New file.
10724 * gdb.dwarf2/dwp-sepdebug.exp: New file.
10725
444e826c
SM
107262016-05-02 Simon Marchi <simon.marchi@ericsson.com>
10727
10728 * gdb.base/detach.exp: Remove is_remote check.
10729
740feeaa
SM
107302016-05-02 Simon Marchi <simon.marchi@ericsson.com>
10731
10732 * gdb.base/annota-input-while-running.exp: Don't check for
10733 [is_remote target]. Enable annotations after running to main.
10734 Remove unused "set test..." line.
10735
9080ac9d
SM
107362016-04-28 Simon Marchi <simon.marchi@ericsson.com>
10737
10738 * gdb.trace/trace-enable-disable.exp: New file.
10739 * gdb.trace/trace-enable-disable.c: New file.
10740
952ebca5
SM
107412016-04-28 Simon Marchi <simon.marchi@ericsson.com>
10742
10743 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
10744 use it in info sharedlibrary test.
10745 * gdb.trace/ftrace-lock.exp: Likewise.
10746 * gdb.trace/ftrace.exp: Likewise.
10747 * gdb.trace/range-stepping.exp: Likewise.
10748 * gdb.trace/trace-break.exp: Likewise.
10749 * gdb.trace/trace-condition.exp: Likewise.
10750 * gdb.trace/trace-mt.exp: Likewise.
10751
d9019901
SM
107522016-04-27 Simon Marchi <simon.marchi@ericsson.com>
10753
10754 * lib/gdb.exp (gdb_load_shlibs): Rename to...
10755 (gdb_load_shlib): ... this.
10756 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
10757 gdb_load_shlib.
10758 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
10759 * gdb.base/ctxobj.exp: Likewise.
10760 * gdb.base/dprintf-pending.exp: Likewise.
10761 * gdb.base/dso2dso.exp: Likewise.
10762 * gdb.base/fixsection.exp: Likewise.
10763 * gdb.base/gcore-relro.exp: Likewise.
10764 * gdb.base/gdb1555.exp: Likewise.
10765 * gdb.base/global-var-nested-by-dso.exp: Likewise.
10766 * gdb.base/gnu-ifunc.exp: Likewise.
10767 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
10768 * gdb.base/jit-so.exp (one_jit_test): Likewise.
10769 * gdb.base/pending.exp: Likewise.
10770 * gdb.base/print-file-var.exp: Likewise.
10771 * gdb.base/print-symbol-loading.exp: Likewise.
10772 * gdb.base/shlib-call.exp: Likewise.
10773 * gdb.base/shreloc.exp: Likewise.
10774 * gdb.base/so-impl-ld.exp: Likewise.
10775 * gdb.base/solib-disc.exp: Likewise.
10776 * gdb.base/solib-nodir.exp: Likewise.
10777 * gdb.base/solib-overlap.exp: Likewise.
10778 * gdb.base/solib-symbol.exp: Likewise.
10779 * gdb.base/solib-weak.exp (do_test): Likewise.
10780 * gdb.base/sym-file.exp: Likewise.
10781 * gdb.base/symtab-search-order.exp: Likewise.
10782 * gdb.base/type-opaque.exp: Likewise.
10783 * gdb.base/unload.exp: Likewise.
10784 * gdb.base/watchpoint-solib.exp: Likewise.
10785 * gdb.compile/compile.exp: Likewise.
10786 * gdb.cp/gdb2384.exp: Likewise.
10787 * gdb.cp/infcall-dlopen.exp: Likewise.
10788 * gdb.cp/re-set-overloaded.exp: Likewise.
10789 * gdb.fortran/library-module.exp: Likewise.
10790 * gdb.opt/solib-intra-step.exp: Likewise.
10791 * gdb.python/py-finish-breakpoint.exp: Likewise.
10792 * gdb.python/py-shared.exp: Likewise.
10793 * gdb.reverse/solib-precsave.exp: Likewise.
10794 * gdb.reverse/solib-reverse.exp: Likewise.
10795 * gdb.server/solib-list.exp: Likewise.
10796 * gdb.threads/dlopen-libpthread.exp: Likewise.
10797 * gdb.threads/tls-shared.exp: Likewise.
10798 * gdb.threads/tls-so_extern.exp: Likewise.
10799 * gdb.trace/change-loc.exp: Likewise.
10800 * gdb.trace/ftrace-lock.exp: Likewise.
10801 * gdb.trace/ftrace.exp: Likewise.
10802 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
10803 * gdb.trace/pending.exp: Likewise.
10804 * gdb.trace/range-stepping.exp: Likewise.
10805 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
10806 (strace_info_marker): Likewise.
10807 (strace_probe_marker): Likewise.
10808 (strace_trace_on_same_addr): Likewise.
10809 (strace_trace_on_diff_addr): Likewise.
10810 * gdb.trace/trace-break.exp: Likewise.
10811 * gdb.trace/trace-condition.exp: Likewise.
10812 * gdb.trace/trace-mt.exp: Likewise.
10813
fca4cfd9
SM
108142016-04-27 Simon Marchi <simon.marchi@ericsson.com>
10815
10816 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
10817 result of gdb_remote_download.
10818 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
10819 * gdb.base/dso2dso.exp: Likewise.
10820 * gdb.base/global-var-nested-by-dso.exp: Likewise.
10821 * gdb.base/print-file-var.exp: Likewise.
10822 * gdb.base/shlib-call.exp: Likewise.
10823 * gdb.base/shreloc.exp: Likewise.
10824 * gdb.base/solib-overlap.exp: Likewise.
10825 * gdb.base/solib-weak.exp (do_test): Likewise.
10826 * gdb.base/unload.exp: Likewise.
10827
11cf4ffb
YQ
108282016-04-27 Yao Qi <yao.qi@linaro.org>
10829
10830 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
10831 exists.
10832
3e2e34f8
KB
108332016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10834
10835 * vla-type.exp: Print structure from toplevel.
10836
8f07e298
BH
108372016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10838
10839 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
10840 of dynamic types.
10841 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
10842 of dynamic types.
10843
9920b434
BH
108442016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10845
10846 * gdb.fortran/vla-type.f90: New file.
10847 * gdb.fortran/vla-type.exp: New file.
10848
f3abeff5
YQ
108492016-04-25 Yao Qi <yao.qi@linaro.org>
10850
10851 * gdb.base/branch-to-self.c: New file.
10852 * gdb.base/branch-to-self.exp: New file.
10853
0a5d52f0
YQ
108542016-04-22 Yao Qi <yao.qi@linaro.org>
10855
10856 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
10857 more after $hex.
10858
495346f6
YQ
108592016-04-22 Yao Qi <yao.qi@linaro.org>
10860
10861 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
10862 * gdb.base/annota3.exp: Likewise.
10863
4a7e075c
YQ
108642016-04-22 Yao Qi <yao.qi@linaro.org>
10865
10866 * gdb.reverse/step-precsave.exp: Do one step and test program
10867 stops in "callee" and do multiple steps until program goes out
10868 of "callee".
10869 * gdb.reverse/step-reverse.exp: Likewise.
10870
5b061e98
YQ
108712016-04-22 Yao Qi <yao.qi@linaro.org>
10872
10873 * gdb.trace/signal.exp: Also pass if
10874 $tracepoint_hits($i) > $iterations.
10875
5c5dc57f
YQ
108762016-04-22 Yao Qi <yao.qi@linaro.org>
10877
10878 * gdb.trace/signal.c: New file.
10879 * gdb.trace/signal.exp: New file.
10880
a55411b9
DE
108812016-04-19 Doug Evans <xdje42@gmail.com>
10882
10883 * gdb.base/bad-file.exp: New file.
10884
a22df60a
MG
108852016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
10886
10887 * gdb.dwarf2/implref.exp: New file.
10888
0c13f7e5
BH
108892016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
10890
10891 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
10892 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
10893 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
10894 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
10895 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
10896 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
10897 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
10898 * lib/fortran.exp (fortran_int4): New procedure.
10899 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
10900 (fortran_logical4): Likewise.
10901
9b9b09e9
BH
109022016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
10903
10904 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
10905
a14d1f4d
BH
109062016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
10907
10908 * lib/compiler.c: Add Intel specific preprocessor macros.
10909 * lib/compiler.cc: Likewise.
25d49b86 10910
7d49b1d0
LM
109112016-04-13 Luis Machado <lgustavo@codesourcery.com>
10912
10913 * gdb.server/connect-with-no-symbol-file.c: New file.
10914 * gdb.server/connect-with-no-symbol-file.exp: New file.
10915
8392fa22
SM
109162016-04-13 Simon Marchi <simon.marchi@ericsson.com>
10917
10918 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
10919
8c4c4aeb
SM
109202016-04-13 Simon Marchi <simon.marchi@ericsson.com>
10921
10922 * boards/gdbserver-base.exp (${board}_download): Copy source file to
10923 standard output directory.
10924
45e3745e
AT
109252016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
10926
10927 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
10928
e26b7e41
MM
109292016-04-13 Markus Metzger <markus.t.metzger@intel.com>
10930
10931 * gdb.btrace/instruction_history.c (loop): Add declaration.
10932
8ce09462
AT
109332016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
10934
10935 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
10936
2e88a1ea
SM
109372016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
10938
10939 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
10940 parentheses to print.
10941 (continue_handler): Likewise.
10942
f48e22e3
SM
109432016-04-08 Simon Marchi <simon.marchi@ericsson.com>
10944
10945 * gdb.server/solib-list.exp: Remove is_remote check.
10946 Pass shlib= to gdb_compile. Don't link shared library with
10947 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
10948 Run binary filename through "readlink -f" on the target.
10949
096be756
PA
109502016-04-08 Pedro Alves <palves@redhat.com>
10951
10952 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
10953 interpreter filename as argument to gdbserver_spawn.
10954 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
10955 Return empty if $last_loaded_file does not exist.
10956
06500533
JK
109572016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10958
10959 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
10960 * gdb.base/jit-main.c: Use exit after usage.
10961
2d35e871
JK
109622016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10963
10964 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
10965 GDBHISTSIZE prior to the tests.
10966 * gdb.base/gdbinit-history.exp: Likewise.
10967
109682016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
10969
10970 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
10971 instead of build_executable. Use gdb_load_shlibs.
10972
c8064e7e
YQ
109732016-04-07 Yao Qi <yao.qi@linaro.org>
10974
10975 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
10976 Execute "si" command.
10977
bde47561
YQ
109782016-04-07 Yao Qi <yao.qi@linaro.org>
10979
10980 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
10981 number instead of the comments on some line.
10982
b16f8a3b
DB
109832016-04-06 Don Breazeal <donb@codesourcery.com>
10984
10985 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
10986 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
10987
c2f901df
SM
109882016-04-06 Simon Marchi <simon.marchi@ericsson.com>
10989
10990 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
10991 standard_output_file. Remove unused binfile variable.
10992
ac17fda0
CU
109932016-04-05 Catalin Udma <catalin.udma@freescale.com>
10994
10995 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
10996 * gdb.python/py-mi-objfile.exp: Match "list main" output
10997 in console format.
10998
03a8c4df
SM
109992016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
11000
11001 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
11002 absolute.
11003
6e774b13
SM
110042016-04-05 Simon Marchi <simon.marchi@ericsson.com>
11005
11006 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
11007 absolute.
11008 * gdb.trace/ftrace.exp: Likewise.
11009 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
11010 targets as well.
11011 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
11012 (gdb_load_shlibs): Copy libraries to test directory when testing
11013 natively. Only set solib-search-path if testing remotely.
11014 * lib/mi-support.exp (mi_load_shlibs): Likewise.
11015
7817ea46
SM
110162016-04-05 Simon Marchi <simon.marchi@ericsson.com>
11017
11018 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
11019 gdb_download. Use it even if the target is not remote.
11020 * gdb.base/jit.exp (compile_jit_test): Likewise.
11021 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
11022 output directory if the destination board is local, otherwise use
11023 the standard remote_download from DejaGnu.
11024 (gdb_download): Remove.
11025 (gdb_load_shlibs): Use gdb_remote_download instead of
11026 gdb_download.
11027 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
11028 Use gdb_remote_download instead of gdb_download. Use it even if
11029 the target is not remote.
11030 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
11031 instead of gdb_download.
11032
7beb7f68
SM
110332016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
11034
11035 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
11036 (test_insert_delete_modify): Call mi_load_shlibs before trying to
11037 run.
11038
cc63428a
AV
110392016-04-01 Artemiy Volkov <artemiyv@acm.org>
11040
11041 PR gdb/19820
11042 * gdb.base/printcmds.exp: Add artificial arrays tests.
11043
64cdf930
PA
110442016-03-31 Pedro Alves <palves@redhat.com>
11045
11046 PR gdb/19858
11047 * gdb.base/jit-main.c: Include unistd.h.
11048 (ATTACH): Define to 0 if not already defined.
11049 (wait_for_gdb, mypid): New globals.
11050 (WAIT_FOR_GDB): New macro.
11051 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
11052 some breakpoint locations.
11053 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
11054 New procedures.
11055 (one_jit_test): Add REATTACH parameter, and handle it. Use
11056 continue_to_test_location.
11057 (top level): Test attach, and adjusts calls to one_jit_test.
11058
40dea8cb
PA
110592016-03-31 Pedro Alves <palves@redhat.com>
11060
11061 PR gdb/19858
11062 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
11063 BINSUFFIX parameter, and handle it.
11064 (top level): Adjust calls compile_jit_test.
11065
e7ea3ec7
CU
110662016-03-31 Catalin Udma <catalin.udma@freescale.com>
11067
11068 PR python/19743
11069 * gdb.python/py-mi-events-gdb.py: New file.
11070 * gdb.python/py-mi-events.c: New file.
11071 * gdb.python/py-mi-events.exp: New file.
11072
e6359af3
YQ
110732016-03-30 Yao Qi <yao.qi@linaro.org>
11074
11075 * gdb.reverse/until-precsave.exp: Match function name only.
11076 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
11077 Move malloc to a condition block.
11078 * gdb.reverse/until-reverse.exp: Match function name only.
11079
a4105d04
MK
110802016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
11081
11082 * gdb.trace/ftrace.exp: Set arg0exp for s390.
11083 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
11084 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
11085 variable for GPR 0 instead of assuming it is register 0.
11086 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
11087 * lib/trace-support.exp: Add s390 registers.
11088
bfa6adb9
YQ
110892016-03-29 Yao Qi <yao.qi@linaro.org>
11090
11091 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
11092
1e6697ea
YQ
110932016-03-24 Yao Qi <yao.qi@linaro.org>
11094
11095 * gdb.reverse/break-reverse.exp: Add quotation mark in the
11096 test message.
11097
64bcd522
AA
110982016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11099
11100 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
11101 maintaining separate logic for constructing the output path.
11102
7868401b
DB
111032016-03-16 Don Breazeal <donb@codesourcery.com>
11104
11105 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
11106 Retry fork and waitpid on interrupted system call errors.
11107 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
11108 Use with_timeout_factor to increase timeout by factor of 10.
11109
1cafadb4
DB
111102016-03-15 Don Breazeal <donb@codesourcery.com>
11111
11112 * gdb.cp/scope-err.cc: New test program.
11113 * gdb.cp/scope-err.exp: New test script.
11114 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
11115 lines and "set breakpoint here" comment.
11116 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
11117 Fixed some whitespace and format issues.
11118 * gdb.mi/mi-linespec-err-cp.cc: New test program.
11119 * gdb.mi/mi-linespec-err-cp.exp: New test script.
11120
81516450
DE
111212016-03-15 Doug Evans <dje@google.com>
11122
11123 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
11124 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
11125 All callers updated. Add tests for enums, mixed flags register.
11126
aa52b601
DE
111272016-03-15 Doug Evans <dje@google.com>
11128
11129 * gdb.base/skip.c (main): Call test_skip_file_and_function.
11130 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
11131
fa4ff313
SM
111322016-03-14 Simon Marchi <simon.marchi@ericsson.com>
11133
11134 * gdb.base/default.exp: Add $_as_string to the list of expected
11135 convenience functions.
11136
f2403c39
AB
111372016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
11138
11139 * gdb.base/maint.exp: New tests for 'maint info line-table'.
11140
f2f3ccb9
SM
111412016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
11142
11143 * gdb.python/py-as-string.exp: New file.
11144 * gdb.python/py-as-string.c: New file.
11145
00dbd492
PA
111462016-03-09 Pedro Alves <palves@redhat.com>
11147
11148 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
11149 signal" -> "Thread NN received signal" output change.
11150 * gdb.threads/ia64-sigill.exp: Likewise.
11151 * gdb.threads/linux-dp.exp: Likewise.
11152 * gdb.threads/manythreads.exp: Likewise.
11153 * gdb.threads/pending-step.exp: Likewise.
11154 * gdb.threads/print-threads.exp: Likewise.
11155 * gdb.threads/sigstep-threads.exp: Likewise.
11156 * gdb.threads/staticthreads.exp: Likewise.
11157 * gdb.threads/tls.exp: Likewise.
11158
1e6697ea
YQ
111592016-03-09 Pedro Alves <palves@redhat.com>
11160
11161 * gdb.base/command-line-input.exp: New file.
11162
b04fd3be
MK
111632016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11164
11165 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
11166 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
11167 * gdb.trace/pending.exp: Accept leading dot before function name.
11168 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
11169 * lib/trace-support.exp: Set registers for ppc.
11170
98fa59e9
MK
111712016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11172
11173 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
11174 use it for disassembly; accept .main in addition to main in backtrace.
11175
f77198c8
MK
111762016-03-09 Wei-cheng Wang <cole945@gmail.com>
11177 Marcin Kościelnicki <koriakin@0x04.net>
11178
11179 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
11180 (gdb_recursion_test_ptr): New global variable.
11181 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
11182 gdb_recursion_test.
11183 (gdb_c_test): Ditto.
11184
ba84e0da
MK
111852016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11186
11187 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
11188 ordering.
11189
4366d36e
MK
111902016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11191
11192 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
11193 (bar): Add bar_start_lbl label.
11194 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
11195 of foo/bar for emitting DWARF and tracing.
11196
5eb264df
SDJ
111972016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
11198
11199 * analyze-racy-logs.py: Set executable bit.
11200
fb6a751f
SDJ
112012016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
11202
11203 * Makefile.in (DEFAULT_RACY_ITER): New variable.
11204 (CHECK_TARGET_TMP): Likewise.
11205 (check-single-racy): New rule.
11206 (check-parallel-racy): Likewise.
11207 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
11208 (do-check-parallel-racy): New rule.
11209 (check-racy/%.exp): Likewise.
11210 * README (Racy testcases): New section.
11211 * analyze-racy-logs.py: New file.
11212
bdf7e230
DE
112132016-03-03 Doug Evans <dje@google.com>
11214
11215 * gdb.base/skip.exp: Use with_test_prefix.
11216
4719d415
YQ
112172016-03-03 Yao Qi <yao.qi@linaro.org>
11218
11219 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
11220 Invoke step_over_syscall "clone" and break_cond_on_syscall
11221 "clone".
11222 * gdb.base/step-over-clone.c: New file.
11223
ea507862
YQ
112242016-03-03 Yao Qi <yao.qi@linaro.org>
11225
11226 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
11227 code format.
11228
8fc8cbda
YQ
112292016-03-03 Yao Qi <yao.qi@linaro.org>
11230
11231 * gdb.base/disp-step-fork.c: Rename to ...
11232 * gdb.base/step-over-fork.c: ... it. New file.
11233 * gdb.base/disp-step-vfork.c: Rename to ...
11234 * gdb.base/step-over-vfork.c: ... it. New file.
11235 * gdb.base/disp-step-syscall.exp: Rename to ...
11236 * gdb.base/step-over-syscall.exp: ... it. New file.
11237 (disp_step_cross_syscall): Rename to ...
11238 (step_over_syscall): ... it.
11239
92fa70b0
YQ
112402016-03-03 Yao Qi <yao.qi@linaro.org>
11241
11242 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
11243 If target supports condition evaluation on target, invoke
11244 break_cond_on_syscall for fork and vfork.
11245
e197ad3c
YQ
112462016-03-03 Yao Qi <yao.qi@linaro.org>
11247
11248 * gdb.base/disp-step-syscall.exp: Don't invoke
11249 support_displaced_stepping.
11250 (disp_step_cross_syscall): Test with displaced stepping off and
11251 on if supported.
11252
0b47da9f
YQ
112532016-03-03 Yao Qi <yao.qi@linaro.org>
11254
11255 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
11256 proc.
11257 (setup): New proc.
11258 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
11259 and setup.
11260
065ab6dc
BH
112612016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11262
11263 * gdb.fortran/vla-history.exp: Remove breakpoint.
11264
07e448ad 112652016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11266
25d49b86
PA
11267 * gdb.fortran/vla-history.exp: Lookup array elements and printing
11268 exceeds timeout.
07e448ad 11269
9ac2d526 112702016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11271
25d49b86
PA
11272 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
11273 breakpoint.
9ac2d526 11274
17807369
BH
112752016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11276
11277 * gdb.mi/vla.f90: Nullify pointer after declaration.
11278
86e501af
PA
112792016-03-01 Pedro Alves <palves@redhat.com>
11280
11281 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
11282
1e903e32
PA
112832016-03-01 Pedro Alves <palves@redhat.com>
11284
11285 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
11286 before anything else.
11287 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
11288 _GNU_SOURCE here.
11289 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
11290 before anything else.
11291 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
11292
6ccb54e2
PA
112932016-03-01 Pedro Alves <palves@redhat.com>
11294
11295 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
11296
30ca9da1
YQ
112972016-03-01 Yao Qi <yao.qi@linaro.org>
11298
11299 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
11300 prepare_for_testing.
11301
dc856b38
YQ
113022016-03-01 Yao Qi <yao.qi@linaro.org>
11303
11304 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
11305
4a932159
AA
113062016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
11307
11308 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
11309 manually constructing the output path.
11310
f2489477
AA
113112016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
11312
11313 * gdb.arch/s390-stackless.S: New.
11314 * gdb.arch/s390-stackless.exp: New.
11315
38899f16
IB
113162016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
11317
11318 * gdb.dlang/circular.c: New file.
11319 * gdb.dlang/circular.exp: New file.
11320
9fde51ed
YQ
113212016-02-26 Yao Qi <yao.qi@linaro.org>
11322
11323 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
11324 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
11325 (testcases): Update.
11326
ce90fefe
YQ
113272016-02-26 Yao Qi <yao.qi@linaro.org>
11328
11329 * gdb.reverse/aarch64.c: Rename to ...
11330 * gdb.reverse/insn-reverse.c: ... it.
11331 * gdb.reverse/aarch64.exp: Rename to ...
11332 * gdb.reverse/insn-reverse.exp: ... it.
11333
3263bceb
YQ
113342016-02-26 Yao Qi <yao.qi@linaro.org>
11335
11336 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
11337 (testcase_ftype): New.
11338 (testcases): New array.
11339 (n_testcases): New.
11340 (main): Call each element in testcases.
11341 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
11342 (read_testcase): New.
11343 Do the tests in a loop.
11344
6cb59ff1
YQ
113452016-02-25 Yao Qi <yao.qi@linaro.org>
11346
11347 * gdb.base/branches.c: Remove.
11348
ae91f625
MK
113492016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
11350
11351 PR gdb/13808
11352 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
11353
678b48b7
MK
113542016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
11355
11356 * gdb.trace/ftrace.exp: Remove unnecessary target check.
11357
7337a6f2
MK
113582016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
11359
11360 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
11361 change x86_64 call_insn to 'callq'.
11362
861ca91f
AT
113632016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
11364
11365 * gdb.trace/tfile-avx.c: Move to...
11366 * gdb.trace/tracefile-pseudo-reg.c: Here.
11367 * gdb.trace/tfile-avx.exp: Move to...
11368 * gdb.trace/tracefile-pseudo-reg.exp: Here.
11369
bf74e428
GB
113702016-02-24 Gary Benson <gbenson@redhat.com>
11371
11372 * gdb.base/attach-pie-noexec.exp: Do not expect an error
11373 message on attach.
11374
cce0e923
DE
113752016-02-23 Doug Evans <dje@google.com>
11376
11377 * gdb.base/skip.c (test_skip): New function.
11378 (end_test_skip_file_and_function): New function.
11379 (test_skip_file_and_function): New function.
11380 * gdb.base/skip1.c (test_skip): New function.
11381 (skip1_test_skip_file_and_function): New function.
11382 * gdb.base/skip.exp: Add tests for new skip options.
11383 * gdb.base/skip-solib.exp: Update expected output.
11384 * gdb.perf/skip-command.cc: New file.
11385 * gdb.perf/skip-command.exp: New file.
11386 * gdb.perf/skip-command.py: New file.
11387
4000e47e
MK
113882016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
11389
11390 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
11391 info registers pattern.
11392
24f75ead
IB
113932016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
11394
11395 * lib/future.exp: Add D support.
11396 (gdb_find_gdc): New proc.
11397 (gdb_default_target_compile): Add D support.
11398
fbb7bcbe
WW
113992016-02-18 Wei-cheng Wang <cole945@gmail.com>
11400
11401 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
11402 user+system time.
11403 (trace_speed_test): Determine the iteration count for a time
11404 between 15..30 seconds.
11405
012b3a21
WT
114062016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
11407
11408 * gdb.arch/i386-mpx-sigsegv.c: New file.
11409 * gdb.arch/i386-mpx-sigsegv.exp: New file.
11410 * gdb.arch/i386-mpx-simple_segv.c: New file.
11411 * gdb.arch/i386-mpx-simple_segv.exp: New file.
11412
2d5189bd
YQ
114132016-02-18 Yao Qi <yao.qi@linaro.org>
11414
11415 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
11416 Don't call setup_kfail.
11417
40fb20d0
YQ
114182016-02-18 Yao Qi <yao.qi@linaro.org>
11419
11420 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
11421 Set "set breakpoint condition-evaluation" per $cond_bp_target.
11422
21b1f8d2
DE
114232016-02-16 Doug Evans <dje@google.com>
11424
11425 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
11426 * gdb.base/skip1.c: Ditto.
11427 * gdb.base/skip.exp: Whitespace cleanup.
11428
4041ed77
DB
114292016-02-16 Don Breazeal <donb@codesourcery.com>
11430
11431 PR remote/19496
11432 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
11433 Remove kfail for PR remote/19496.
11434
c4ef31bf
SM
114352016-02-16 Simon Marchi <simon.marchi@ericsson.com>
11436
11437 * lib/gdb.exp (standard_temp_file): Return a path specific to
11438 the runtest invocation.
11439
266b65b3
SM
114402016-02-16 Simon Marchi <simon.marchi@ericsson.com>
11441
11442 * gdb.trace/save-trace.exp: Change relative path to be in the
11443 standard output directory.
11444
a7a0a6a9
JK
114452016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11446
11447 * gdb.arch/i386-prologue.c: Add missing prototypes.
11448
c99dbb42
JK
114492016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11450
11451 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
11452 * gdb.arch/i386-prologue.exp: Likewise.
11453 * gdb.arch/i386-size.exp: Likewise.
11454
aa480355
SM
114552016-02-15 Simon Marchi <simon.marchi@ericsson.com>
11456
11457 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
11458 define object file path.
11459 * gdb.btrace/gcore.exp: Use standard_output_file to define core
11460 file path.
11461 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
11462 standard_output_file to define binfile.
11463
ba881f50
JK
114642016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11465
11466 Fix compatibility with recent gfortran-5.3.1.
11467 * gdb.fortran/vla-history.exp (print vla1 allocated)
11468 (print vla2 allocated, print $2, print $3): Remove
11469 (print $4): Rename to ...
11470 (print $2): ... here.
11471 (print $9): Rename to ...
11472 (print $5): ... here.
11473 (print $10): Rename to ...
11474 (print $6): ... here.
11475 * gdb.fortran/vla.f90: Add pvla initialization.
11476
e9fb005c
JK
114772016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11478
11479 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
11480 New test.
11481 * gdb.fortran/vla-value-sub.exp: Likewise.
11482
e44e00ff
MK
114832016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
11484
11485 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
11486
97e94151
SM
114872016-02-12 Simon Marchi <simon.marchi@ericsson.com>
11488
11489 * i386-biarch-core.exp: Define corefile using
11490 standard_output_file.
11491
01113bc1
YQ
114922016-02-12 Yao Qi <yao.qi@linaro.org>
11493
11494 * gdb.arch/arm-single-step-kernel-helper.c: New.
11495 * gdb.arch/arm-single-step-kernel-helper.exp: New.
11496
33b4777c
MM
114972016-02-12 Markus Metzger <markus.t.metzger@intel.com>
11498
11499 * gdb.btrace/tailcall-only.exp: New.
11500 * gdb.btrace/tailcall-only.c: New.
11501 * gdb.btrace/x86_64-tailcall-only.S: New.
11502 * gdb.btrace/i686-tailcall-only.S: New.
11503
acc23c11
PA
115042016-02-11 Pedro Alves <palves@redhat.com>
11505
11506 * README (Parallel testing): Add missing double quotes.
11507
e352bf0a
PA
115082016-02-11 Pedro Alves <palves@redhat.com>
11509
11510 * README (Parallel testing): New section.
11511 (GDB_PARALLEL): Rewrite.
11512 (FORCE_PARALLEL): Document.
11513
9f5fed78
MK
115142016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
11515
11516 * gdb.trace/tfile-avx.c: New test.
11517 * gdb.trace/tfile-avx.exp: New test.
11518
9ef9e6a6
KS
115192016-02-09 Keith Seitz <keiths@redhat.com>
11520
11521 PR breakpoints/19546
11522 * gdb.base/infcall-exec.c: New file.
11523 * gdb.base/infcall-exec2.c: New file.
11524 * gdb.base/infcall-exec.exp: New file.
11525
a96e36da
KS
115262016-02-09 Keith Seitz <keiths@redhat.com>
11527
11528 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
11529 (toplevel): Call test_bkpt_address.
11530
9f61929f
KS
115312016-02-09 Keith Seitz <keiths@redhat.com>
11532
11533 PR python/19506
11534 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
11535 (toplevel): Call test_bkpt_address.
11536
1e94266c
SM
115372016-02-09 Simon Marchi <simon.marchi@ericsson.com>
11538
11539 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
11540 to AC_OUTPUT.
11541 * configure: Regenerate.
11542
2a7f3dff
PA
115432016-02-09 Pedro Alves <palves@redhat.com>
11544
11545 PR breakpoints/19548
11546 * gdb.base/execl-update-breakpoints.c (some_function): New
11547 function.
11548 (main): Call it.
11549 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
11550 Tighten expected GDB output.
11551
2151ccc5
SM
115522016-02-08 Simon Marchi <simon.marchi@ericsson.com>
11553
11554 * Makefile.in (ALL_SUBDIRS): Remove.
11555 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
11556 (distclean maintainer-clean realclean): Likewise.
11557 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
11558 * configure: Regenerate.
11559 * gdb.ada/Makefile.in: Delete.
11560 * gdb.arch/Makefile.in: Likewise.
11561 * gdb.asm/Makefile.in: Likewise.
11562 * gdb.base/Makefile.in: Likewise.
11563 * gdb.btrace/Makefile.in: Likewise.
11564 * gdb.cell/Makefile.in: Likewise.
11565 * gdb.compile/Makefile.in: Likewise.
11566 * gdb.cp/Makefile.in: Likewise.
11567 * gdb.disasm/Makefile.in: Likewise.
11568 * gdb.dlang/Makefile.in: Likewise.
11569 * gdb.dwarf2/Makefile.in: Likewise.
11570 * gdb.fortran/Makefile.in: Likewise.
11571 * gdb.gdb/Makefile.in: Likewise.
11572 * gdb.go/Makefile.in: Likewise.
11573 * gdb.guile/Makefile.in: Likewise.
11574 * gdb.java/Makefile.in: Likewise.
11575 * gdb.linespec/Makefile.in: Likewise.
11576 * gdb.mi/Makefile.in: Likewise.
11577 * gdb.modula2/Makefile.in: Likewise.
11578 * gdb.multi/Makefile.in: Likewise.
11579 * gdb.objc/Makefile.in: Likewise.
11580 * gdb.opencl/Makefile.in: Likewise.
11581 * gdb.opt/Makefile.in: Likewise.
11582 * gdb.pascal/Makefile.in: Likewise.
11583 * gdb.perf/Makefile.in: Likewise.
11584 * gdb.python/Makefile.in: Likewise.
11585 * gdb.reverse/Makefile.in: Likewise.
11586 * gdb.server/Makefile.in: Likewise.
11587 * gdb.stabs/Makefile.in: Likewise.
11588 * gdb.threads/Makefile.in: Likewise.
11589 * gdb.trace/Makefile.in: Likewise.
11590 * gdb.xml/Makefile.in: Likewise.
11591 * lib/gdb.exp (make_gdb_parallel_path): Add check for
11592 GDB_PARALLEL.
11593 (standard_output_file): Remove check for GDB_PARALLEL, always
11594 return path in outputs/$subdir/$testname.
11595
437277d4
SM
115962016-02-08 Simon Marchi <simon.marchi@ericsson.com>
11597
11598 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
11599 (site.exp): Assign abs_srcdir to tcl's srcdir.
11600
31d913c7
YQ
116012016-02-04 Yao Qi <yao.qi@linaro.org>
11602
11603 * gdb.base/foll-exec-mode.c: Include limits.h.
11604 (main): Add parameters argc and argv. Get directory from
11605 argv[0].
11606 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
11607 compilation.
11608 * gdb.base/foll-exec.c: Include limits.h.
11609 (main): Add parameters argc and argv.
11610 Get directory from argv[0].
11611 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
11612 Adjust tests on the number of lines as source code changed.
11613 * gdb.base/foll-vfork-exit.c: Include limits.h.
11614 (main): Add one line of statement before vfork.
11615 * gdb.base/foll-vfork.c: Include limits.h and string.h.
11616 (main): Add parameters argc and argv. Get directory from
11617 argv[0].
11618 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
11619 (setup_gdb): Set tbreak to skip some source lines.
11620 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
11621 (main): Add parameters argc and argv. Get directory from
11622 argv[0].
11623 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
11624 compilation.
11625 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
11626 (main): Add parameters argc and argv. Get directory from
11627 argv[0].
11628 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
11629 compilation.
11630
9482b9fb
DE
116312016-02-01 Doug Evans <dje@google.com>
11632
11633 * gdb.base/skip.exp: Clean up multiple references to same test name.
11634
6b2e4f10
PA
116352016-02-01 Pedro Alves <palves@redhat.com>
11636
ccb6afd6 11637 PR remote/19496
6b2e4f10
PA
11638 * gdb.threads/forking-threads-plus-breakpoint.exp
11639 (displaced_stepping_supported): New global.
11640 (probe_displaced_stepping_support): New procedure.
11641 (do_test): Add 'displaced' parameter, and use it.
11642 (top level): Check for displaced stepping support. Add displaced
11643 stepping on/off testing axis.
11644
37a8db1a
AB
116452016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
11646
11647 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
11648 pointer. Don't perform further tests on the unassociated pointer
11649 if the first test fails.
11650
5fdf6324
AB
116512016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
11652
11653 * gdb.base/max-value-size.c: New file.
11654 * gdb.base/max-value-size.exp: New file.
11655 * gdb.base/huge.exp: Disable max-value-size for this test.
11656
935c6144
IB
116572016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
11658
11659 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
11660
7fe8399d
YQ
116612016-01-28 Yao Qi <yao.qi@linaro.org>
11662
11663 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
11664
a2077e25
PA
116652016-01-25 Pedro Alves <palves@redhat.com>
11666
11667 PR threads/19461
11668 * gdb.base/fork-running-state.c: New file.
11669 * gdb.base/fork-running-state.exp: New file.
11670
1d2736d4
PA
116712016-01-25 Pedro Alves <palves@redhat.com>
11672
11673 PR gdb/19494
11674 * gdb.base/catch-fork-kill.c: New file.
11675 * gdb.base/catch-fork-kill.exp: New file.
11676
f1da4b11
PA
116772016-01-25 Pedro Alves <palves@redhat.com>
11678
11679 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
11680 Delete, moved to lib/gdb.exp.
11681 * gdb.threads/forking-threads-plus-breakpoint.exp
11682 (foreach_with_prefix): Likewise.
11683 * gdb.threads/process-dies-while-handling-bp.exp
11684 (foreach_with_prefix): Likewise.
11685 * lib/gdb.exp (foreach_with_prefix): New procedure.
11686
45f38546
MK
116872016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
11688
11689 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
11690 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
11691
dc29a1ce
MK
116922016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
11693
11694 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
11695 endian targets.
11696
092127d7
JK
116972016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11698 Pedro Alves <palves@redhat.com>
11699
11700 Fix testsuite compatibility with Guile.
11701 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
11702 number.
11703
31d765d3
JK
117042016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11705
11706 Fix testsuite compatibility with Guile.
11707 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
11708 (thread 1): New test for backtrace through signal handler.
11709
1ac78c04
YQ
117102016-01-22 Yao Qi <yao.qi@linaro.org>
11711
11712 PR testsuite/19491
11713 * gdb.base/multi-forks.c: Include
11714 ../lib/unbuffer_output.c
11715 (main): Call gdb_unbuffer_output.
11716
4f5946a8
DE
117172016-01-21 Doug Evans <dje@google.com>
11718
11719 * lib/ada.exp (gdb_compile_ada): Fix typo.
11720
305e13e6
JB
117212016-01-21 Joel Brobecker <brobecker@adacore.com>
11722
11723 * gdb.base/break-fun-addr.exp: New file.
11724 * gdb.base/break-fun-addr1.c: New file.
11725 * gdb.base/break-fun-addr2.c: New file.
11726
5f5dfff6
SM
117272016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
11728
11729 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
11730 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
11731 enum flag values.
11732
fd356fa2
AA
117332016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
11734
11735 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
11736 when GDB can not set the vector return value. Add more comments
11737 for clarification.
11738
9df22175
AT
117392016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
11740
11741 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
11742 command.
11743
41d1845e
SM
117442016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11745
11746 * Makefile.in (DO_RUNTEST): Add --status and update usages.
11747
01ac6840
SM
117482016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11749
11750 * Makefile.in (check-single): Pass --status to runtest.
11751 (check/%.exp): Likewise.
11752
117532016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11754
11755 * Makefile.in (check-parallel): Propagate return code from make
11756 do-check-parallel.
11757
bd0a71fa
MK
117582016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
11759
11760 * gdb.trace/ftrace.exp: Fix expected message on continue.
11761 * gdb.trace/pending.exp: Fix expected message on continue.
11762 * gdb.trace/trace-break.exp: Fix expected message on continue.
11763
8bcbad33
SM
117642016-01-18 Simon Marchi <simon.marchi@ericsson.com>
11765
11766 * lib/gdb.exp (gdb_test): Remove unused global references.
11767
f303dbd6
PA
117682016-01-18 Pedro Alves <palves@redhat.com>
11769
11770 * gdb.base/async-shell.exp: Adjust expected output.
11771 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
11772 * gdb.base/siginfo-thread.exp: Adjust expected output.
11773 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
11774 * gdb.java/jnpe.exp: Adjust expected output.
11775 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
11776 * gdb.threads/continue-pending-status.exp: Adjust expected output.
11777 * gdb.threads/leader-exit.exp: Adjust expected output.
11778 * gdb.threads/manythreads.exp: Adjust expected output.
11779 * gdb.threads/pthreads.exp: Adjust expected output.
11780 * gdb.threads/schedlock.exp: Adjust expected output.
11781 * gdb.threads/siginfo-threads.exp: Adjust expected output.
11782 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
11783 expected output.
11784 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
11785 output.
11786 * gdb.threads/sigthread.exp: Adjust expected output.
11787 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
11788
b2789696
YQ
117892016-01-18 Yao Qi <yao.qi@linaro.org>
11790
11791 * gdb.guile/scm-section-script.c: Replace @progbits with
11792 %progbits.
11793 * gdb.python/py-section-script.c: Likewise.
11794
71ef29a8
PA
117952016-01-15 Pedro Alves <palves@redhat.com>
11796
11797 * gdb.multi/tids.exp: Test star wildcard ranges.
11798
3f5b7598
PA
117992016-01-15 Pedro Alves <palves@redhat.com>
11800
11801 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
11802 command from "thread apply" invocation.
11803 (thr_apply_info_thr_invalid): Default the expected output to the
11804 input tid list.
11805 (top level): Add tests that use convenience variables. Add tests
11806 for "thread apply" with a valid TID list, but missing the command.
11807
663f6d42
PA
118082016-01-13 Pedro Alves <palves@redhat.com>
11809
11810 * gdb.base/default.exp: Expect $_gthread as well.
11811 * gdb.multi/tids.exp: Test $_gthread.
11812 * gdb.threads/thread-specific.exp: Test $_gthread.
11813
c84f6bbf
PA
118142016-01-13 Pedro Alves <palves@redhat.com>
11815
11816 * gdb.multi/tids.exp: Test "info threads -gid".
11817
22a02324
PA
118182016-01-13 Pedro Alves <palves@redhat.com>
11819
11820 * gdb.multi/tids.exp: Test InferiorThread.global_num and
11821 Breakpoint.thread.
11822 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
11823
5d5658a1
PA
118242016-01-07 Pedro Alves <palves@redhat.com>
11825
11826 * gdb.base/break.exp: Adjust to output changes.
11827 * gdb.base/hbreak2.exp: Likewise.
11828 * gdb.base/sepdebug.exp: Likewise.
11829 * gdb.base/watch_thread_num.exp: Likewise.
11830 * gdb.linespec/keywords.exp: Likewise.
11831 * gdb.multi/info-threads.exp: Likewise.
11832 * gdb.threads/thread-find.exp: Likewise.
11833 * gdb.multi/tids.c: New file.
11834 * gdb.multi/tids.exp: New file.
11835
84654457
PA
118362016-01-13 Pedro Alves <palves@redhat.com>
11837
11838 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
11839
e3940304
PA
118402016-01-13 Pedro Alves <palves@redhat.com>
11841
11842 * gdb.base/default.exp: Expect $_inferior as well.
11843 * gdb.multi/base.exp: Test $_inferior.
11844
a911d87a
PA
118452016-01-13 Pedro Alves <palves@redhat.com>
11846
11847 PR breakpoints/19388
11848 * gdb.base/catch-signal-siginfo-cond.c: New file.
11849 * gdb.base/catch-signal-siginfo-cond.exp: New file.
11850
82075af2
JS
118512016-01-12 Josh Stone <jistone@redhat.com>
11852 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11853
11854 * gdb.base/catch-syscall.c (do_execve): New variable.
11855 (main): Conditionally trigger an execve.
11856 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
11857 (test_catch_syscall_execve): New, check entry/return across execve.
11858 (do_syscall_tests): Call test_catch_syscall_execve.
11859
e46eeedd
PA
118602016-01-12 Pedro Alves <palves@redhat.com>
11861
11862 * gdb.base/random-signal.exp (do_test): New procedure, with body
11863 of testcase moved in.
11864
01d8c27e
JK
118652016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11866 Pedro Alves <palves@redhat.com>
11867
11868 * gdb.base/funcargs.exp (finish from indirectly called function):
11869 Reintroduce the case for 'First'.
11870
9a706302
JK
118712016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11872 Pedro Alves <palves@redhat.com>
11873
11874 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
11875 (tcatch_vfork_then_child_follow_exec)
11876 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
11877 identification.
11878
c0ecb95f
JK
118792016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11880
11881 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
11882 and repeats to unlimited.
11883 * gdb.python/py-value.exp: Likewise.
11884 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
11885 and repeats to unlimited.
11886
6cfc1fcb
JK
118872016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11888
11889 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
11890 and reordering the functions.
11891 * gdb.multi/hangout.c: Likewise.
11892 * gdb.multi/hello.c: Likewise.
11893
582a1b00
SM
118942016-01-08 Simon Marchi <simon.marchi@ericsson.com>
11895
11896 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
11897 absolute.
11898 (SingleStatisticTestResult.report): Use dict.keys instead of
11899 dict.iterkeys.
11900
79bc59cb
PA
119012016-01-06 Pedro Alves <palves@redhat.com>
11902
11903 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
11904
43368e1d
MM
119052016-01-04 Markus Metzger <markus.t.metzger@intel.com>
11906
11907 * gdb.btrace/dlopen.exp: New.
11908 * gdb.btrace/dlopen.c: New.
11909 * gdb.btrace/dlopen-dso.c: New.
11910
79fad5b8
SL
119112015-12-25 Sandra Loosemore <sandra@codesourcery.com>
11912
11913 * lib/gdb.exp (gdb_test): Update comments to clarify that the
11914 PATTERN argument is optional.
11915
ab8314b3
JB
119162015-12-24 Joel Brobecker <brobecker@adacore.com>
11917
11918 * lib/ada.exp (target_compile_ada_from_dir): New function.
11919 (gdb_compile_ada): Reimplement avoiding the use of project files.
11920 * gdb.ada/gnat_ada.gpr: Delete.
11921 * gdb.ada/cond_lang.exp: Adjust test to make path before
11922 filename optional.
11923 * gdb.ada/small_reg_param.exp: Likewise.
11924
fe33faff
SM
119252015-12-22 Simon Marchi <simon.marchi@ericsson.com>
11926
11927 * gdb.base/foll-vork.exp: Remove HP-UX special case.
11928
6d265cb4
TP
119292015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
11930
11931 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
11932 case.
11933
10125099
SM
119342015-12-21 Simon Marchi <simon.marchi@ericsson.com>
11935
11936 * gdb.base/break.exp: Remove dead code.
11937 * gdb.base/sepdebug.exp: Likewise.
11938
3ca22649
SM
119392015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
11940
11941 * gdb.asm/asm-source.exp: Remove HP-UX references.
11942 * gdb.base/annota1.exp: Likewise.
11943 * gdb.base/annota3.exp: Likewise.
11944 * gdb.base/attach.exp: Likewise.
11945 * gdb.base/bigcore.exp: Likewise.
11946 * gdb.base/break.exp: Likewise.
11947 * gdb.base/call-ar-st.exp: Likewise.
11948 * gdb.base/callfuncs.exp: Likewise.
11949 * gdb.base/catch-fork-static.exp: Likewise.
11950 * gdb.base/display.exp: Likewise.
11951 * gdb.base/foll-exec-mode.exp: Likewise.
11952 * gdb.base/foll-exec.exp: Likewise.
11953 * gdb.base/foll-fork.exp: Likewise.
11954 * gdb.base/foll-vfork.exp: Likewise.
11955 * gdb.base/funcargs.exp: Likewise.
11956 * gdb.base/hbreak2.exp: Likewise.
11957 * gdb.base/inferior-died.exp: Likewise.
11958 * gdb.base/interrupt.exp: Likewise.
11959 * gdb.base/multi-forks.exp: Likewise.
11960 * gdb.base/nodebug.exp: Likewise.
11961 * gdb.base/sepdebug.exp: Likewise.
11962 * gdb.base/solib1.c: Likewise.
11963 * gdb.base/step-test.exp: Likewise.
11964 * gdb.mi/non-stop.c: Likewise.
11965 * gdb.mi/pthreads.c: Likewise.
11966 * gdb.multi/bkpt-multi-exec.ex: Likewise.
11967 * gdb.threads/pthreads.c: Likewise.
11968 * gdb.threads/staticthreads.exp: Likewise.
11969 * lib/future.exp: Likewise.
11970 * lib/gdb.exp: Likewise.
11971 * gdb.base/so-indr-cl.c: Remove.
11972 * gdb.base/so-indr-cl.exp: Likewise.
11973 * gdb.base/solib.c: Likewise.
11974 * gdb.base/solib.exp: Likewise.
11975 * gdb.base/solib2.c: Likewise.
11976
b6304613
SM
119772015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
11978
11979 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
11980 * gdb.base/call-ar-st.exp: Likewise.
11981 * gdb.base/callfuncs.exp: Likewise.
11982 * gdb.base/condbreak.exp: Likewise.
11983 * gdb.base/constvars.exp: Likewise.
11984 * gdb.base/hbreak2.exp: Likewise.
11985 * gdb.base/langs.exp: Likewise.
11986 * gdb.base/list.exp: Likewise.
11987 * gdb.base/long_long.exp: Likewise.
11988 * gdb.base/ptype.exp: Likewise.
11989 * gdb.base/scope.exp: Likewise.
11990 * gdb.base/signals.exp: Likewise.
11991 * gdb.base/so-impl-ld.exp: Likewise.
11992 * gdb.base/varargs.exp: Likewise.
11993 * gdb.base/volatile.exp: Likewise.
11994 * gdb.base/whatis.exp: Likewise.
11995 * gdb.cp/cplusfuncs.exp: Likewise.
11996 * gdb.cp/inherit.exp: Likewise.
11997 * gdb.cp/local.exp: Likewise.
11998 * gdb.cp/member-ptr.exp: Likewise.
11999 * gdb.cp/method.exp: Likewise.
12000 * gdb.cp/overload.exp: Likewise.
12001 * gdb.cp/templates.exp: Likewise.
12002 * gdb.stabs/weird.exp: Likewise.
12003 * lib/compiler.c: Likewise.
12004 * lib/compiler.cc: Likewise.
12005 * lib/cp-support.exp: Likewise.
12006 * lib/gdb.exp: Likewise.
12007
bf401b07
SM
120082015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
12009
12010 * configure.ac: Remove HP-UX case.
12011 * configure: Regenerate.
12012
aff9c0f8
SM
120132015-12-18 Simon Marchi <simon.marchi@ericsson.com>
12014
12015 * lib/gdb.exp (gdb_compile): Add function doc.
12016
a6904d5a
PA
120172015-12-17 Pedro Alves <palves@redhat.com>
12018
12019 PR threads/19354
12020 * gdb.multi/info-threads.exp: New file.
12021
a22279dd
YQ
120222015-12-15 Yao Qi <yao.qi@linaro.org>
12023
12024 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
12025 is aarch64*-*-*.
12026
0588c796
SL
120272015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12028
12029 * gdb.base/history-duplicates.exp: Skip if no readline support.
12030
5d978e17
SL
120312015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12032
12033 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
12034
7e763b86
SL
120352015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12036
12037 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
12038
87a3a92c
SL
120392015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12040
12041 * gdb.base/completion.exp: Skip tests that interrupt GDB with
12042 ctrl-C if nointerrupts target property is set.
12043 * gdb.base/double-prompt-target-event-error.exp: Likewise.
12044 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
12045 * gdb.base/paginate-bg-execution.exp: Likewise.
12046 * gdb.base/paginate-execution-startup.exp: Likewise.
12047 * gdb.base/random-signal.exp: Likewise.
12048 * gdb.base/range-stepping.exp: Likewise.
12049 * gdb.cp/annota2.exp: Likewise.
12050 * gdb.cp/annota3.exp: Likewise.
12051 * gdb.gdb/selftest.exp: Likewise.
12052 * gdb.threads/continue-pending-status.exp: Likewise.
12053 * gdb.threads/leader-exit.exp: Likewise.
12054 * gdb.threads/manythreads.exp: Likewise.
12055 * gdb.threads/pthreads.exp: Likewise.
12056 * gdb.threads/schedlock.exp: Likewise.
12057 * gdb.threads/sigthread.exp: Likewise.
12058
a8f077dc
DB
120592015-12-11 Don Breazeal <donb@codesourcery.com>
12060
12061 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
12062 remote.
12063 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
12064 * gdb.base/foll-exec.exp (main): Enable for target remote.
12065 * gdb.base/foll-fork.exp (main): Likewise.
12066 * gdb.base/foll-vfork.exp (main): Likewise.
12067 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
12068 (proc continue_to_exit_bp_loc): Use clean_restart.
12069 * gdb.base/pie-execl.exp (main): Disable for target remote.
12070 * gdb.base/watch-vfork.exp (main): Enable for target remote.
12071 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
12072 * gdb.threads/execl.exp (main): Likewise.
12073 * gdb.threads/fork-child-threads.exp (main): Likewise.
12074 * gdb.threads/fork-plus-threads.exp (main): Disable for target
12075 remote.
12076 * gdb.threads/fork-thread-pending.exp (main): Enable for target
12077 remote.
12078 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
12079 pid.tid style ptids, instead of just tid.
12080 * gdb.threads/thread-execl.exp (main): Enable for target remote.
12081 * gdb.threads/watchpoint-fork.exp (main): Likewise.
12082 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
12083 ptids, instead of just tid.
12084
3b2464a8
AB
120852015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
12086
12087 * gdb.base/list.exp (test_list_forward): Add end of file error
12088 test.
12089 (test_repeat_list_command): Add end of file error test.
12090 (test_list_backwards): Add beginning of file error test.
12091
a0def019
AB
120922015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
12093
12094 * gdb.base/list.exp (test_list_invalid_args): New function,
12095 defined, and called.
12096
5c000dff
AB
120972015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
12098
12099 * gdb.base/list.exp (test_list): Make test names unique.
12100
f1637ebe
YQ
121012015-12-11 Yao Qi <yao.qi@linaro.org>
12102
12103 * gdb.base/coremaker2.c: Remove.
12104
36d6fc0a
PA
121052015-12-10 Pedro Alves <palves@redhat.com>
12106
12107 * gdb.multi/base.exp: Remove stale "spaces" references.
12108
762f7747
PA
121092015-12-10 Pedro Alves <palves@redhat.com>
12110
12111 * gdb.multi/base.exp: Don't use nowarnings.
12112 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
12113 * gdb.multi/hangout.c: Include stdio.h.
12114 * gdb.multi/hello.c: Include stdlib.h.
12115 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
12116 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
12117 * gdb.multi/multi-arch.exp: Don't use nowarnings.
12118
28d2bfb9
AB
121192015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
12120
12121 * gdb.dwarf2/dw2-ranges-base.c: New file.
12122 * gdb.dwarf2/dw2-ranges-base.exp: New file.
12123 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
12124 support additional line table, and debug ranges generation.
12125 (Dwarf::ranges): New function, generate .debug_ranges.
12126 (Dwarf::lines): Support generating simple line table programs.
12127 (Dwarf::assemble): Initialise new namespace variables.
12128
5fc2beac
KB
121292015-12-09 Kevin Buettner <kevinb@redhat.com>
12130
12131 * gdb.base/async.exp (proc test_background): Add case for
12132 asynchronous execution not supported.
12133
1c35a88f
LM
121342015-12-09 Luis Machado <lgustavo@codesourcery.com>
12135
12136 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
12137 format and change test names to make them unique.
12138
b593e3d9
RK
121392015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
12140 Pedro Alves <pedro@redhat.com>
12141
12142 PR gdb/18702
12143 Add checking of floatformats setup on x86_64 hosts.
12144 * gdb.arch/i386-float.S (main): Load bigval and smallval.
12145 (smallval, bigval): New labels/constants.
12146 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
12147 float" after loading bigval and smallval.
12148
d72413e6
PMR
121492015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
12150
12151 * gdb.ada/fun_overload_menu.exp: New testcase.
12152 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
12153
ece66d65
JS
121542015-12-04 Josh Stone <jistone@redhat.com>
12155
12156 * gdb.base/catch-fork-static.exp: New.
12157
41d0efca
YQ
121582015-12-03 Yao Qi <yao.qi@linaro.org>
12159
12160 * gdb.base/sizeof.c: Don't include stdio.h and
12161 ../lib/unbuffer_output.c.
12162 (main): New variable 'size' and 'value'. Remove printf and
12163 gdb_unbuffer_output. Assign return value to size and value.
12164 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
12165 at the beginning.
12166 (check_sizeof): Check the result by printing variable 'size'.
12167 (check_valueof): Check the result by printing variable 'value'.
12168
99fd02d9
YQ
121692015-12-01 Yao Qi <yao.qi@linaro.org>
12170
12171 * gdb.base/disp-step-syscall.exp: Define syscall instruction
12172 for aarch64*-*-linux* target.
12173
f2faf941
PA
121742015-11-30 Pedro Alves <palves@redhat.com>
12175
12176 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
12177
04bf20c5
PA
121782015-11-30 Pedro Alves <palves@redhat.com>
12179
12180 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
12181 Handle non-stop mode vCont replies.
12182
09df4675
PA
121832015-11-30 Pedro Alves <palves@redhat.com>
12184
12185 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
12186 prepare_for_testing. Start gdb with "set non-stop on" appended to
12187 GDBFLAGS. Lax expected stop output.
12188
58b584af
YQ
121892015-11-27 Yao Qi <yao.qi@linaro.org>
12190
12191 * gdb.arch/arm-neon.exp: New.
12192 * gdb.arch/arm-neon.c: New.
12193
dfcb77a8
YQ
121942015-11-27 Yao Qi <yao.qi@linaro.org>
12195
12196 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
12197
88e8ec1b
YQ
121982015-11-27 Yao Qi <yao.qi@linaro.org>
12199
12200 * gdb.cp/annota2.exp: Allow multiple occurrences of the
12201 frames-invalid annotation.
12202
bfde72c2
YQ
122032015-11-27 Yao Qi <yao.qi@linaro.org>
12204
12205 * gdb.cp/annota2.exp: Use ${frames_invalid}.
12206
f6512a69
SM
122072015-11-26 Simon Marchi <simon.marchi@ericsson.com>
12208
12209 * gdb.threads/names.exp: New file.
12210 * gdb.threads/names.c: New file.
12211 * README: Mention gdb,no_thread_names.
12212
46a3515b
MM
122132015-11-26 Markus Metzger <markus.t.metzger@intel.com>
12214
12215 PR 19297
12216 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
12217 support" error.
12218
62147a22
PA
122192015-11-24 Pedro Alves <palves@redhat.com>
12220
12221 PR 17539
12222 * gdb.base/display.exp: Expect displays to be sorted in ascending
12223 order. Use multi_line.
12224 * gdb.base/solib-display.exp: Likewise.
12225
2f341b6e
PA
122262015-11-24 Pedro Alves <palves@redhat.com>
12227
12228 PR 17539
25d49b86
PA
12229 * gdb.base/display.exp: Expect displays to be sorted in ascending
12230 order. Use multi_line.
12231 * gdb.base/solib-display.exp: Likewise.
2f341b6e 12232
7e0aa6aa
PA
122332015-11-24 Pedro Alves <palves@redhat.com>
12234
12235 PR 17539
12236 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
12237 threads in ascending order.
12238 * gdb.base/foll-fork.exp: Likewise.
12239 * gdb.base/foll-vfork.exp: Likewise.
12240 * gdb.base/multi-forks.exp: Likewise.
12241 * gdb.mi/mi-nonstop.exp: Likewise.
12242 * gdb.mi/mi-nsintrall.exp: Likewise.
12243 * gdb.multi/base.exp: Likewise.
12244 * gdb.multi/multi-arch.exp: Likewise.
12245 * gdb.python/py-inferior.exp: Likewise.
12246 * gdb.threads/break-while-running.exp: Likewise.
12247 * gdb.threads/execl.exp: Likewise.
12248 * gdb.threads/gcore-thread.exp: Likewise.
12249 * gdb.threads/info-threads-cur-sal.exp: Likewise.
12250 * gdb.threads/kill.exp: Likewise.
12251 * gdb.threads/linux-dp.exp: Likewise.
12252 * gdb.threads/multiple-step-overs.exp: Likewise.
12253 * gdb.threads/next-bp-other-thread.exp: Likewise.
12254 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
12255 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
12256 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
12257 * gdb.threads/thread-find.exp: Likewise.
12258 * gdb.threads/tls.exp: Likewise.
12259 * lib/mi-support.exp (mi_reverse_list): Delete.
12260 (mi_check_thread_states): No longer reverse list.
12261
2cc57ad8
PA
122622015-11-24 Pedro Alves <palves@redhat.com>
12263
12264 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
12265 use lowercase.
12266
c93e8391
SM
122672015-11-23 Simon Marchi <simon.marchi@ericsson.com>
12268
12269 * gdb.trace/actions.c: Include trace-common.h.
12270 (main): Add a location for a fast tracepoint.
12271 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
12272 the normal tracepoints.
12273 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
12274
045ccf91
SM
122752015-11-23 Simon Marchi <simon.marchi@ericsson.com>
12276
12277 * save-trace.exp: Factor out code to these...
12278 (gdb_save_tracepoints): New.
12279 (gdb_load_tracepoints): New.
12280 (do_save_load_test): New.
12281
5506f9f6
KB
122822015-11-23 Kevin Buettner <kevinb@redhat.com>
12283
12284 * gdb.base/asmlabel.exp: New test.
12285 * gdb.base/asmlabel.c: New test case.
12286
16c3b12f
JB
122872015-11-23 Joel Brobecker <brobecker@adacore.com>
12288
12289 * gdb.base/wrong_frame_bt_full-main.c: New file.
12290 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
12291 * gdb.base/wrong_frame_bt_full.exp: New file.
12292
155bfbd3
JB
122932015-11-23 Joel Brobecker <brobecker@adacore.com>
12294
12295 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
12296
bb097445
JM
122972015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
12298
206853a0 12299 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
12300 pstate register when comparing registers values in
12301 sparc64-*-linux-gnu targets to avoid spurious differences.
12302
9c88ed8f
JM
123032015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
12304
206853a0 12305 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 12306
96161e25
SL
123072015-11-19 Sandra Loosemore <sandra@codesourcery.com>
12308
12309 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
12310 as type argument to gdb_compile.
12311 * gdb.base/nested-subp2.exp: Likewise.
12312 * gdb.base/nested-subp3.exp: Likewise.
12313
340c2830
DV
123142015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
12315
12316 * lib/dwarf.exp (_note): Fix left shift of negative value.
12317 * gdb.trace/trace-condition.exp: Likewise.
12318
c1862d0f
YQ
123192015-11-13 Yao Qi <yao.qi@linaro.org>
12320
12321 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
12322 comments about d10v.
12323 (test_scalar_returns): Likewise.
12324 * gdb.base/d10v.ld: Remove.
12325 * gdb.base/overlays.exp: Remove the target triplet checking for
12326 d10v-*-*.
12327 * gdb.base/structs.exp (test_struct_returns): Remove the
12328 comments about d10v.
12329 (test_struct_calls): Likewise.
12330
77ae9c19
YQ
123312015-11-13 Yao Qi <yao.qi@linaro.org>
12332
12333 * gdb.base/gnu_vector.exp: Check the return value by "p res".
12334 * gdb.base/gnu_vector.c: Don't include stdio.h.
12335 (main): Don't print res and call add_some_intvecs.
12336
430e004e
MK
123372015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
12338
12339 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
12340 macro.
12341 (func5): Removed.
12342 (func4): Use FAST_TRACEPOINT_LABEL.
12343 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
12344 macro.
12345 (func): Removed.
12346 (thread_function): Use FAST_TRACEPOINT_LABEL.
12347 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
12348 (func): Remove.
12349 (marker): Use FAST_TRACEPOINT_LABEL.
12350 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
12351 (pendfunc1): Remove.
12352 (pendfunc): Use FAST_TRACEPOINT_LABEL.
12353 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
12354 (foo): Remove.
12355 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
12356 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
12357 macro.
12358 (func): Remove.
12359 (marker): Use FAST_TRACEPOINT_LABEL.
12360 * gdb.trace/trace-common.h: New header.
12361 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
12362 macro.
12363 (func): Remove.
12364 (marker): Use FAST_TRACEPOINT_LABEL.
12365 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
12366 (func): Remove.
12367 (thread_function): Use FAST_TRACEPOINT_LABEL.
12368
6e7675a7
MK
123692015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
12370
12371 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
12372 in front.
12373 * gdb.trace/change-loc.exp: Use global pcreg definition.
12374 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
12375 * gdb.trace/entry-values.exp: Use global spreg definition, add $
12376 in front.
12377 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
12378 * gdb.trace/pending.exp: Likewise.
12379 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
12380 * gdb.trace/trace-break.exp: Likewise.
12381 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
12382 in front.
12383 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
12384 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
12385 in front.
12386 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
12387
dddc0e16
JB
123882015-11-09 Joel Brobecker <brobecker@adacore.com>
12389
12390 * gdb.ada/fin_fun_out: New testcase.
12391
c6f0b406
KB
123922015-11-07 Kevin Buettner <kevinb@redhat.com>
12393
12394 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
12395 value associated with DW_AT_byte_size.
12396 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
12397 constants for DW_AT_byte_size, DW_AT_lower_bound, and
12398 DW_AT_upper_bound.
12399
f01dcfd9
KB
124002015-11-07 Kevin Buettner <kevinb@redhat.com>
12401
12402 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
12403 (gdb_target_symbol_prefix_flags): Define in terms of _asm
12404 version.
12405 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
12406 gdb.dwarf2/dw2-canonicalize-type.exp,
12407 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
12408 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
12409 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
12410 provided by gdb_target_symbol_prefix_flags_asm.
12411 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
12412 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
12413 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
12414 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
12415 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
12416 macros where needed). Use this macro for symbols which require
12417 the prefix provided by SYMBOL_PREFIX.
12418
2223449a
KB
124192015-11-05 Kevin Buettner <kevinb@redhat.com>
12420
12421 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
12422 New procs.
12423 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
12424 representing expressions, of more than one list element.
12425 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
12426 to prepend linker symbol prefix to f.
12427 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
12428 table_1 and table_2.
12429 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
12430 Likewise, for f and g.
12431 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
12432 for ptr.
12433 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
12434 for main.
12435 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
12436 table_1_ptr and table_2_ptr.
12437
6f2f1a3a
JK
124382015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12439 Joel Brobecker <brobecker@adacore.com>
12440
12441 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
12442
566c56c9
MK
124432015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
12444
12445 * gdb.reverse/s390-mvcle.c: New test.
12446 * gdb.reverse/s390-mvcle.exp: New file.
12447 * lib/gdb.exp: Enable reverse tests on s390*-linux.
12448
d5f0636b
MK
124492015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
12450
12451 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
12452
7ad8b86c
MK
124532015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
12454
12455 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
12456 reaching marker2.
12457 * gdb.reverse/getresuid-reverse.exp: Likewise.
12458 * gdb.reverse/pipe-reverse.exp: Likewise.
12459 * gdb.reverse/readv-reverse.exp: Likewise.
12460 * gdb.reverse/recvmsg-reverse.exp: Likewise.
12461 * gdb.reverse/time-reverse.exp: Likewise.
12462 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
12463
4081c0f1
YQ
124642015-10-30 Yao Qi <yao.qi@linaro.org>
12465
12466 * gdb.threads/wp-replication.c (watch_count_done): Remove.
12467 (empty_cycle): Remove.
12468 (main): Don't call empty_cycle. Don't use watch_count_done.
12469 * gdb.threads/wp-replication.exp: Don't set breakpoint on
12470 empty_cycle. Rewrite the code counting HW watchpoints.
12471
452b4ba5
MK
124722015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
12473
12474 * gdb.reverse/fstatat-reverse.c: New test.
12475 * gdb.reverse/fstatat-reverse.exp: New file.
12476 * gdb.reverse/getresuid-reverse.c: New test.
12477 * gdb.reverse/getresuid-reverse.exp: New file.
12478 * gdb.reverse/pipe-reverse.c: New test.
12479 * gdb.reverse/pipe-reverse.exp: New file.
12480 * gdb.reverse/readv-reverse.c: New test.
12481 * gdb.reverse/readv-reverse.exp: New file.
12482 * gdb.reverse/recvmsg-reverse.c: New test.
12483 * gdb.reverse/recvmsg-reverse.exp: New file.
12484 * gdb.reverse/time-reverse.c: New test.
12485 * gdb.reverse/time-reverse.exp: New file.
12486 * gdb.reverse/waitpid-reverse.c: New test.
12487 * gdb.reverse/waitpid-reverse.exp: New file.
12488
5e2e7507
JK
124892015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
12490
12491 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
12492
0fde2c53
DE
124932015-10-26 Doug Evans <dje@google.com>
12494
12495 PR symtab/17391
12496 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
12497 * gdb.dwarf2/bad-regnum.c: New file.
12498 * gdb.dwarf2/bad-regnum.exp: New file.
12499
1a70ae97
DE
125002015-10-26 Doug Evans <dje@google.com>
12501
12502 PR python/18938
12503 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
12504 file.
12505
27dc26ab
JK
125062015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12507
12508 * gdb.compile/compile.exp (compile code globalvar): Update expectation
12509 for a change by "Mention language in compile error message".
12510
bed91f4d
SM
125112015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
12512
12513 PR python/18073
12514 * gdb.python/py-type.c (C::a_method): New.
12515 (C::a_const_method): New.
12516 (C::a_static_method): New.
12517 (a_function): New.
12518 * gdb.python/py-type.exp (test_fields): Test getting fields
12519 from function and method.
12520
3f2f83dd
KB
125212015-10-21 Keven Boell <keven.boell@intel.com>
12522
12523 * gdb.fortran/vla-alloc-assoc.exp: New file.
12524 * gdb.fortran/vla-datatypes.exp: New file.
12525 * gdb.fortran/vla-datatypes.f90: New file.
12526 * gdb.fortran/vla-history.exp: New file.
12527 * gdb.fortran/vla-ptype-sub.exp: New file.
12528 * gdb.fortran/vla-ptype.exp: New file.
12529 * gdb.fortran/vla-sizeof.exp: New file.
12530 * gdb.fortran/vla-sub.f90: New file.
12531 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
12532 * gdb.fortran/vla-value-sub-finish.exp: New file.
12533 * gdb.fortran/vla-value-sub.exp: New file.
12534 * gdb.fortran/vla-value.exp: New file.
12535 * gdb.fortran/vla-ptr-info.exp: New file.
12536 * gdb.mi/mi-vla-fortran.exp: New file.
12537 * gdb.mi/vla.f90: New file.
12538
27145d50
SL
125392015-10-21 Sandra Loosemore <sandra@codesourcery.com>
12540
12541 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
12542 of hardwired timeout value.
12543
5f3ff4f8
JK
125442015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12545 Pedro Alves <palves@redhat.com>
12546
12547 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
12548 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
12549
bfd09d20
JS
125502015-10-19 Josh Stone <jistone@redhat.com>
12551
12552 * gdb.base/catch-syscall.c: Include <sched.h>.
12553 (unknown_syscall): New variable.
12554 (main): Trigger a vfork and an unknown syscall.
12555 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
12556 (unknown_syscall_number): Likewise.
12557 (check_call_to_syscall): Accept an optional syscall pattern.
12558 (check_return_from_syscall): Likewise.
12559 (check_continue): Likewise.
12560 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
12561 (test_catch_syscall_skipping_return): New test toggling off 'catch
12562 syscall' to step over the syscall return, then toggling back on.
12563 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
12564 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
12565 (do_syscall_tests): Call test_catch_syscall_without_args and
12566 test_catch_syscall_mid_vfork.
12567 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
12568 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
12569
b32b93c6
AS
125702015-10-19 Andrew Stubbs <ams@codesourcery.com>
12571
12572 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
12573 print g_vE): Add new pass patterns.
12574 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
12575 print various symbol names for vptr fields.
12576
9d622bda
AB
125772015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
12578
12579 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
12580 results.
12581
0fd8ac1c
YQ
125822015-10-12 Yao Qi <yao.qi@linaro.org>
12583
12584 * gdb.arch/disp-step-insn-reloc.exp: New test case.
12585
34240514
YQ
125862015-10-12 Yao Qi <yao.qi@linaro.org>
12587
12588 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
12589 is aarch64*-*-linux*.
12590
8240f442
YQ
125912015-10-12 Yao Qi <yao.qi@linaro.org>
12592
12593 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
12594 (can_relocate_bcond_true): ... it.
12595 (can_relocate_bcond_false): New function.
12596 (foo): Likewise.
12597 (can_relocate_bl): Likewise.
12598 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
12599 can_relocate_bl.
12600
2520f728
PMR
126012015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
12602
12603 * gdb.base/nested-addr.c: New file.
12604 * gdb.base/nested-addr.exp: New testcase.
12605
abcef95a
MM
126062015-10-09 Markus Metzger <markus.t.metzger@intel.com>
12607
12608 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
12609 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
12610 its output. Ignore the output of "record goto begin" and instead
12611 check that GDB is replaying.
12612
145e3ddb
PA
126132015-10-09 Pedro Alves <palves@redhat.com>
12614
12615 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
12616 (top level): Use it in the run with no args test.
12617
d5d8c4e1
IB
126182015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
12619
12620 * gdb.dlang/properties.exp: New file.
12621
06e635ef
SL
126222015-10-02 Sandra Loosemore <sandra@codesourcery.com>
12623
12624 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
12625 whether or not address 0x1000 is mapped on the target.
12626
e019fd1d
SM
126272015-09-30 Simon Marchi <simon.marchi@ericsson.com>
12628
12629 * gdb.python/py-type.exp: Do not run tests if binaries fail to
12630 build.
12631
77ba2a67
MM
126322015-09-30 Markus Metzger <markus.t.metzger@intel.com>
12633
12634 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
12635 instruction-history test.
12636
c60eb31f
DE
126372015-09-28 Doug Evans <dje@google.com>
12638
12639 * gdb.base/gcore.c (array_func): Add reference to static_array.
12640
9a3c8263
SM
126412015-09-25 Simon Marchi <simon.marchi@ericsson.com>
12642
12643 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
12644 source line.
12645
9720e656
SL
126462015-09-24 Sandra Loosemore <sandra@codesourcery.com>
12647
12648 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
12649 short or char as base type.
12650
938d3bf2
SL
126512015-09-23 Sandra Loosemore <sandra@codesourcery.com>
12652
12653 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
12654 to allow any size enum.
12655
e6c2c623
PMR
126562015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
12657
12658 * gdb.ada/array_ptr_renaming.exp: New testcase.
12659 * gdb.ada/array_ptr_renaming/foo.adb: New file.
12660 * gdb.ada/array_ptr_renaming/pack.ads: New file.
12661
06da0f77
PL
126622015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12663
12664 * gdb.trace/ftrace-lock.c: New file.
12665 * gdb.trace/ftrace-lock.exp: New file.
12666
4f51c22a
PL
126672015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12668
12669 * gdb.arch/insn-reloc.c: New file.
12670 * gdb.arch/ftrace-insn-reloc.exp: New file.
12671
7041adf4
PL
126722015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12673
12674 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
12675 instruction.
12676 * gdb.trace/pendshr1.c (pendfunc): Likewise.
12677 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
12678 * gdb.trace/range-stepping.c: Likewise.
12679 * gdb.trace/trace-break.c: Likewise.
12680 * gdb.trace/trace-mt.c (thread_function): Likewise.
12681 * gdb.trace/ftrace.c (marker): Likewise.
12682 * gdb.trace/trace-condition.c (marker): Likewise.
12683 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
12684 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
12685 is_aarch64_target.
12686
015d2e7e
DE
126872015-09-18 Doug Evans <xdje42@gmail.com>
12688
12689 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
12690 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
12691
26b188a2
SL
126922015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12693
12694 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
12695 the breakpoint.
12696
79dc332b
SL
126972015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12698
12699 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
12700 the pending breakpoint. Remove timeout override for "Run till
12701 MI pending breakpoint on pendfunc3 on thread 2" test.
12702
f57929f2
SL
127032015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12704
12705 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
12706 filename pattern.
12707
3f469b17
SL
127082015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12709
12710 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
12711 in breakpoint filename pattern.
12712
515b89b3
SL
127132015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12714
7800dbe4
SL
12715 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
12716
127172015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12718
515b89b3
SL
12719 * gdb.linespec/explicit.exp: Check for readline support for
12720 tab-completion tests. Fix obvious typo.
12721
d2939ba2
MM
127222015-09-18 Markus Metzger <markus.t.metzger@intel.com>
12723
12724 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
12725 and replay.
12726
cbb55fa7
MM
127272015-09-18 Markus Metzger <markus.t.metzger@intel.com>
12728
12729 * gdb.btrace/non-stop.c: New.
12730 * gdb.btrace/non-stop.exp: New.
12731
43691ca1
PL
127322015-09-17 Pierre Langlois <pierre.langlois@arm.com>
12733 Yao Qi <yao.qi@linaro.org>
12734
12735 * gdb.trace/trace-condition.c: New file.
12736 * gdb.trace/trace-condition.exp: New file.
12737
d78908cf
WW
127382015-09-16 Wei-cheng Wang <cole945@gmail.com>
12739
12740 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
12741 for testing bytecode compilation.
12742
1ed415e2
PA
127432015-09-16 Pedro Alves <palves@redhat.com>
12744 Sandra Loosemore <sandra@codesourcery.com>
12745
12746 * gdb.threads/non-stop-fair-events.c (timeout): New global.
12747 (SECONDS): Redefine.
12748 (main): Call pthread_kill and alarm early.
12749 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
12750 support.
12751 (test): If the target can't hardware step and doesn't support
12752 displaced stepping, increase the timeout.
12753
d136eff5
PA
127542015-09-16 Pedro Alves <palves@redhat.com>
12755
12756 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
12757 (enable_debug): New procedures.
12758 (test): Use them. Bail out if waiting for threads fails.
12759 (top level): Bail out if a test fails.
12760
991f019c
YQ
127612015-09-16 Yao Qi <yao.qi@linaro.org>
12762
12763 * gdb.asm/asm-source.exp: Set asm-arch for
12764 aarch64*-*-* target.
12765 * gdb.asm/aarch64.inc: New file.
12766
bfca584f
PMR
127672015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
12768
12769 * gdb.ada/array_of_variable_length.exp: New testcase.
12770 * gdb.ada/array_of_variable_length/foo.adb: New file.
12771 * gdb.ada/array_of_variable_length/pck.adb: New file.
12772 * gdb.ada/array_of_variable_length/pck.ads: New file.
12773
b326e587
DE
127742015-09-15 Doug Evans <dje@google.com>
12775
12776 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
12777 of function static local variable.
12778
5382cfab
PW
127792015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12780
12781 * gdb.threads/tls-so_extern.exp: New test file.
12782 * gdb.threads/tls-so_extern.c: New test file.
12783 * gdb.threads/tls-so_extern_main.c: New test file.
12784
141c5cc4
JK
127852015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12786
12787 * gdb.opt/solib-intra-step-lib.c: New file.
12788 * gdb.opt/solib-intra-step-main.c: New file.
12789 * gdb.opt/solib-intra-step.exp: New file.
12790
d15dcecd
PA
127912015-09-15 Pedro Alves <palves@redhat.com>
12792
12793 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
12794 gdb_continue_to_breakpoint instead of gdb_test_multiple.
12795
4c2f2a79
PA
127962015-09-14 Pedro Alves <palves@redhat.com>
12797
12798 * gdb.base/hook-stop-continue.c: Delete.
12799 * gdb.base/hook-stop-continue.exp: Delete.
12800 * gdb.base/hook-stop-frame.c: Delete.
12801 * gdb.base/hook-stop-frame.exp: Delete.
12802 * gdb.base/hook-stop.c: New file.
12803 * gdb.base/hook-stop.exp: New file.
12804
919e6dbe
PMR
128052015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
12806
12807 * gdb.ada/access_to_packed_array.exp: New testcase.
12808 * gdb.ada/access_to_packed_array/foo.adb: New file.
12809 * gdb.ada/access_to_packed_array/pack.adb: New file.
12810 * gdb.ada/access_to_packed_array/pack.ads: New file.
12811
157280a4
MM
128122015-09-14 Markus Metzger <markus.t.metzger@intel.com>
12813
12814 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
12815 buffer size test.
12816
2fd33e94
DB
128172015-09-11 Don Breazeal <donb@codesourcery.com>
12818
12819 * gdb.base/foll-exec.c: Add copyright header. Fix
12820 formatting issues.
12821 * gdb.base/foll-exec.exp (zap_session): Delete proc.
12822 (do_exec_tests): Use clean_restart in place of zap_session,
12823 and for test initialization. Fix formatting issues. Use
12824 fail in place of perror.
12825 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
12826 an expect statement to match an expression with output from
12827 the program under debug.
12828 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
12829 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
12830 * gdb.threads/non-ldr-exc-2.exp: Likewise.
12831 * gdb.threads/non-ldr-exc-3.exp: Likewise.
12832 * gdb.threads/non-ldr-exc-4.exp: Likewise.
12833
e70b6e8e
DE
128342015-09-09 Doug Evans <dje@google.com>
12835
12836 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
12837
7a551a51
DE
128382015-09-09 Doug Evans <dje@google.com>
12839
12840 * gdb.base/pie-execl.exp: Fix result test of build_executable.
12841
4c666f84
DE
128422015-09-09 Doug Evans <dje@google.com>
12843
12844 * gdb.base/savedregs.exp: Fix typo.
12845
243a9253
PA
128462015-09-09 Pedro Alves <palves@redhat.com>
12847
12848 * gdb.mi/mi-cli.exp: Add CLI finish tests.
12849
c0fa8fbd
SL
128502015-09-08 Sandra Loosemore <sandra@codesourcery.com>
12851
12852 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
12853 command actually switches threads. Give up on remaining
12854 tests if target fails to stop at breakpoint.
12855
cd7c1778
PMR
128562015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
12857
12858 * gdb.ada/funcall_char.exp: New testcase.
12859 * gdb.ada/funcall_char/foo.adb: New file.
12860
dc5c8746
PMR
128612015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
12862
12863 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
12864 expected outputs. Add two testcases for completing ambiguous
12865 functions.
12866 * gdb.ada/complete/aux_pck.adb: New file.
12867 * gdb.ada/complete/aux_pck.ads: New file.
12868 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
12869 Ambiguous_Func functions.
12870 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
12871 * gdb.ada/complete/pck.adb: Likewise.
12872
4e83a1e7
UW
128732015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
12874
12875 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
12876 failures to run the test program under GDB.
12877
8ce74153
LM
128782015-08-26 Luis Machado <lgustavo@codesourcery.com>
12879
12880 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
12881 to C.
12882
e9756d52
PP
128832015-08-26 Patrick Palka <patrick@parcs.ath.cx>
12884
12885 * gdb.base/run-after-attach.exp: New test file.
12886 * gdb.base/run-after-attach.c: New test file.
12887
8d37573b
DB
128882015-08-26 Don Breazeal <donb@codesourcery.com>
12889
12890 * gdb.base/foll-exec-2.c: New test program.
12891 * gdb.base/foll-exec-2.exp: New test.
12892
63e43d3a
PMR
128932015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
12894
12895 * gdb.base/nested-subp1.exp: New file.
12896 * gdb.base/nested-subp1.c: New file.
12897 * gdb.base/nested-subp2.exp: New file.
12898 * gdb.base/nested-subp2.c: New file.
12899 * gdb.base/nested-subp3.exp: New file.
12900 * gdb.base/nested-subp3.c: New file.
12901
3d40fbb5
PA
129022015-08-24 Pedro Alves <palves@redhat.com>
12903
12904 * gdb.server/connect-without-multi-process.c: New file.
12905 * gdb.server/connect-without-multi-process.exp: New file.
12906
4422ac93
LM
129072015-08-24 Luis Machado <lgustavo@codesourcery.com>
12908
12909 * gdb.opt/inline-markers.c: Make z int.
12910
91dddb86
LM
129112015-08-24 Luis Machado <lgustavo@codesourcery.com>
12912
12913 * gdb.opt/inline-markers.c: Make z volatile.
12914
a48847ee
LM
129152015-08-24 Luis Machado <lgustavo@codesourcery.com>
12916
12917 * gdb.opt/inline-bt.c: New volatile global z.
12918 * gdb.opt/inline-cmds.c: Likewise.
12919 * gdb.opt/inline-locals.c: Likewise.
12920 * gdb.opt/inline-markers.c: New extern global z.
12921 (marker): Use z.
12922 (inline_fn): Likewise.
12923
0ebbc52b
PA
129242015-08-24 Pedro Alves <palves@redhat.com>
12925
12926 * config/m32r-stub.exp: Remove file.
12927 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
12928 * gdb.base/call-rt-st.exp: Likewise.
12929 * gdb.base/call-strs.exp: Likewise.
12930 * gdb.base/default.exp: Remove references to h8300-*-hms and
12931 *-*-udi*.
12932 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
12933
77c365df
AA
129342015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12935
12936 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
12937 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
12938 and "return" use KFAIL when GDB can not read/write the vector
12939 return value.
12940
4313b8c0
GB
129412015-08-21 Gary Benson <gbenson@redhat.com>
12942
12943 * gdb.trace/pending.exp: Cope with remote transfer warnings.
12944
0e433b32
PA
129452015-08-20 Pedro Alves <palves@redhat.com>
12946
12947 * gdb.server/solib-list.exp: No longer expect an interior stop in
12948 non-stop mode.
12949
221e1a37
PA
129502015-08-20 Pedro Alves <palves@redhat.com>
12951
12952 * gdb.server/connect-stopped-target.c: New file.
12953 * gdb.server/connect-stopped-target.exp: New file.
12954
40e3ad0e
PA
129552015-08-20 Pedro Alves <palves@redhat.com>
12956
12957 * gdb.dwarf2/comp-unit-lang.exp: New file.
12958 * gdb.dwarf2/comp-unit-lang.c: New file.
12959
af39b327
PMR
129602015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
12961
12962 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
12963 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
12964
7d45c7c3 129652015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 12966
7d45c7c3
KB
12967 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
12968 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
12969
4d6cceb4
DE
129702015-08-18 Doug Evans <dje@google.com>
12971 Adrian Sendroiu <adrian.sendroiu@freescale.com>
12972
12973 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
12974 skip_python_tests. New arg prompt_regexp.
12975 (skip_python_tests): New function.
12976 * lib/mi-support.exp (mi_skip_python_tests): New function.
12977 * gdb.python/py-mi-objfile-gdb.py: New file.
12978 * gdb.python/py-mi-objfile.c: New file.
12979 * gdb.python/py-mi-objfile.exp: New file.
12980
ad89c2aa
KS
129812015-08-17 Keith Seitz <keiths@redhat.com>
12982
12983 * gdb.linespec/explicit.exp: Move strace test from here ...
12984 * gdb.trace/strace.exp: ... to here.
12985
e3ae3c43
PP
129862015-08-15 Patrick Palka <patrick@parcs.ath.cx>
12987
12988 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
12989 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
12990
604b2636
DE
129912015-08-14 Doug Evans <xdje42@gmail.com>
12992
12993 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
12994 inferior before selecting a new file.
12995
6ff0ba5f
DE
129962015-08-14 Doug Evans <xdje42@gmail.com>
12997
12998 * gdb.mi/mi-disassemble.exp: Update.
12999 * gdb.base/disasm-optim.S: New file.
13000 * gdb.base/disasm-optim.c: New file.
13001 * gdb.base/disasm-optim.h: New file.
13002 * gdb.base/disasm-optim.exp: New file.
13003
9ca98f92
KS
130042015-08-14 Keith Seitz <keiths@redhat.com>
13005
13006 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
13007 "evaluated-by".
13008
52bbc560
JB
130092015-08-13 Joel Brobecker <brobecker@adacore.com>
13010
13011 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
13012
5d8c3ed3
PMR
130132015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
13014
13015 * gdb.ada/fun_renaming.exp: New testcase.
13016 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
13017 * gdb.ada/fun_renaming/pack.adb: New file.
13018 * gdb.ada/fun_renaming/pack.ads: New file.
13019
ea8812bc
KS
130202015-08-12 Keith Seitz <keiths@redhat.com>
13021
13022 * gdb.base/dso2dso.exp: Pass basename of source file in call to
13023 gdb_get_line_number.
13024
4dafcdeb
JB
130252015-08-12 Joel Brobecker <brobecker@adacore.com>
13026
13027 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
13028 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
13029 gdb.base/dso2dso.exp: New files.
13030
5ba32597
SDJ
130312015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
13032 Pedro Alves <palves@redhat.com>
13033 Keith Seitz <keiths@redhat.com>
13034
13035 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
13036 GDBFLAGS.
13037
b6dafabf
PP
130382015-08-12 Patrick Palka <patrick@parcs.ath.cx>
13039
13040 * gdb.base/gdbhistsize-history.exp
13041 (test_histsize_history_setting): Use save_vars.
13042 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13043 Use save_vars.
13044 (test_no_truncation_of_unlimited_history_file): Use save_vars.
13045 * gdb.base/readline.exp: Use save_vars.
13046
abe8e607
PP
130472015-08-12 Patrick Palka <patrick@parcs.ath.cx>
13048
13049 * lib/gdb.exp (save_vars): New proc.
13050
629500fa
KS
130512015-08-11 Keith Seitz <keiths@redhat.com>
13052
13053 * gdb.base/help.exp: Update help_breakpoint_text.
13054
eb8c4e2e
KS
130552015-08-11 Keith Seitz <keiths@redhat.com>
13056
13057 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
13058 (at toplevel): Call test_explicit_breakpoints.
13059 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
13060 breakpoints.
13061 * lib/mi-support.exp (mi_make_breakpoint): Add support for
13062 breakpoint conditions, "-cond".
13063
87f0e720
KS
130642015-08-11 Keith Seitz <keiths@redhat.com>
13065
13066 * gdb.linespec/3explicit.c: New file.
13067 * gdb.linespec/cpexplicit.cc: New file.
13068 * gdb.linespec/cpexplicit.exp: New file.
13069 * gdb.linespec/explicit.c: New file.
13070 * gdb.linespec/explicit.exp: New file.
13071 * gdb.linespec/explicit2.c: New file.
13072 * gdb.linespec/ls-errs.exp: Add explicit location tests.
13073 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
13074 before using in the matching pattern.
13075 Clarify that `prefix' is a regular expression.
13076
f00aae0f
KS
130772015-08-11 Keith Seitz <keiths@redhat.com>
13078
13079 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
13080 test.
13081 Add tests for missing ",FMT" and ",".
13082
e27852be
DE
130832015-08-10 Doug Evans <dje@google.com>
13084 Keith Seitz <keiths@redhat.com>
13085
13086 PR gdb/17960
13087 * gdb.base/completion.exp: Add location completer tests.
13088
7f03bd92
PA
130892015-08-07 Pedro Alves <palves@redhat.com>
13090
13091 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
13092 tests here.
13093 (top level): Run do_test with and without displaced stepping.
13094
3fc8eb30
PA
130952015-08-07 Pedro Alves <palves@redhat.com>
13096
13097 * gdb.base/valgrind-disp-step.c: New file.
13098 * gdb.base/valgrind-disp-step.exp: New file.
13099
d4569d7b
PA
131002015-08-07 Pedro Alves <palves@redhat.com>
13101
13102 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
13103 Delete function.
13104 (main): Add alarm. Run an infinite loop instead of calling
13105 wait_threads.
13106 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
13107 comment.
13108 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
13109 Delete function.
13110 (main): Add alarm. Run an infinite loop instead of calling
13111 wait_threads.
13112 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
13113 comment.
13114
e1316e60
PA
131152015-08-07 Pedro Alves <palves@redhat.com>
13116
13117 * gdb.base/checkpoint-ns.exp: New file.
13118 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
13119 standard_testfile.
13120
da8c46d2
MM
131212015-08-07 Markus Metzger <markus.t.metzger@intel.com>
13122
13123 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
13124 * gdb.btrace/instruction_history.exp: Update.
13125 * gdb.btrace/tsx.exp: New.
13126 * gdb.btrace/tsx.c: New.
13127
de1c2c52
PA
131282015-08-06 Pedro Alves <palves@redhat.com>
13129
13130 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
13131 increase timeout.
13132 * gdb.reverse/until-precsave.exp: Bump timeouts.
13133
782e0bf4
PA
131342015-08-06 Pedro Alves <palves@redhat.com>
13135
13136 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
13137
83e97ed0
PA
131382015-08-06 Pedro Alves <palves@redhat.com>
13139
13140 PR gdb/18749
13141 * gdb.threads/process-dies-while-handling-bp.c: New file.
13142 * gdb.threads/process-dies-while-handling-bp.exp: New file.
13143
863d01bd
PA
131442015-08-06 Pedro Alves <palves@redhat.com>
13145
13146 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
13147 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
13148
0a39bb32
PA
131492015-08-05 Pedro Alves <palves@redhat.com>
13150
13151 * gdb.threads/next-while-other-thread-longjmps.c: New file.
13152 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
13153
ee2d2b10
SL
131542015-08-03 Sandra Loosemore <sandra@codesourcery.com>
13155
13156 * gdb.base/bp-permanent.exp: Report test as unsupported if
13157 the target cannot stop at the permanent breakpoint.
13158
4e1bdb00
DE
131592015-08-03 Doug Evans <dje@google.com>
13160
13161 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
13162 10000.
13163
3d338901
DE
131642015-08-03 Doug Evans <dje@google.com>
13165
13166 * Makefile.in (workers/%.worker, build-perf): New rule.
13167 (GDB_PERFTEST_MODE): New variable.
13168 (check-perf): Use it.
13169 (clean): Clean up gdb.perf parallel build subdirs.
13170 * lib/build-piece.exp: New file.
13171 * lib/gdb.exp (make_gdb_parallel_path): New function
13172 (standard_output_file, standard_temp_file): Call it.
13173 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
13174 of $GDB_PARALLEL.
13175 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
13176
af061d3e
DE
131772015-08-03 Doug Evans <dje@google.com>
13178
8e1afc81 13179 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
13180 (LOG_FILE_NAME): New global.
13181 (TextReporter.__init__): Initialize self.txt_sum.
13182 (TextReporter.report): Add support for multiple data-points.
13183 Move report to perftest.sum, put raw data in perftest.log.
13184 (TextReporter.start): Open sum and log files.
13185 (TextReporter.end): Close sum and log files.
8e1afc81
DE
13186 * gdb.perf/lib/perftest/testresult.py
13187 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 13188
2c8c5d37
PA
131892015-07-31 Pedro Alves <palves@redhat.com>
13190
13191 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
13192 Use spawn_id_get_pid. Wait for spawn id after eof. Use
13193 kill_wait_spawned_process instead of explicit "kill -9".
13194 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
13195 returning a spawn id instead of a pid. Use spawn_id_get_pid and
13196 kill_wait_spawned_process.
13197 * gdb.base/attach-twice.exp: Likewise.
13198 * gdb.base/attach.exp: Likewise.
13199 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
13200 gdb_test_multiple.
13201 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
13202 returning a spawn id instead of a pid. Use spawn_id_get_pid and
13203 kill_wait_spawned_process.
13204 * gdb.base/valgrind-infcall.exp: Likewise.
13205 * gdb.multi/multi-attach.exp: Likewise.
13206 * gdb.python/py-prompt.exp: Likewise.
13207 * gdb.python/py-sync-interp.exp: Likewise.
13208 * gdb.server/ext-attach.exp: Likewise.
13209 * gdb.threads/attach-into-signal.exp (corefunc): Use
13210 spawn_wait_for_attach, spawn_id_get_pid and
13211 kill_wait_spawned_process.
13212 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
13213 spawn_wait_for_attach returning a spawn id instead of a pid. Use
13214 spawn_id_get_pid and kill_wait_spawned_process.
13215 * gdb.threads/attach-stopped.exp (corefunc): Use
13216 spawn_wait_for_attach, spawn_id_get_pid and
13217 kill_wait_spawned_process.
13218 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
13219 Use spawn_id_get_pid. Wait for spawn id after eof. Use
13220 kill_wait_spawned_process instead of explicit "kill -9".
13221 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
13222 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
13223 (spawn_wait_for_attach): Use spawn instead of exec to spawn
13224 processes. Don't map cygwin/windows pids here. Now returns a
13225 spawn id list.
13226
032a0fca
SL
132272015-07-30 Sandra Loosemore <sandra@codesourcery.com>
13228
13229 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
13230 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
13231 correct patch.
13232
61a934ca
SL
132332015-07-30 Sandra Loosemore <sandra@codesourcery.com>
13234
13235 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
13236
4bc4d428
SL
132372015-07-30 Sandra Loosemore <sandra@codesourcery.com>
13238
13239 Reapply:
13240 2014-05-21 Mark Wielaard <mjw@redhat.com>
13241
13242 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
13243
998d452a
PA
132442015-07-30 Pedro Alves <palves@redhat.com>
13245
13246 * linux-low.c (handle_extended_wait): Set the child's last
13247 reported status to TARGET_WAITKIND_STOPPED.
13248
69dde7dc
PA
132492015-07-30 Pedro Alves <palves@redhat.com>
13250
13251 PR threads/18600
13252 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
13253 only shows inferior 1.
13254
4dd63d48
PA
132552015-07-30 Simon Marchi <simon.marchi@ericsson.com>
13256 Pedro Alves <palves@redhat.com>
13257
13258 PR threads/18600
13259 * gdb.threads/fork-plus-threads.c: New file.
13260 * gdb.threads/fork-plus-threads.exp: New file.
13261
d618e4c5
PP
132622015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13263
13264 * gdb.base/batch-preserve-term-settings.exp
13265 (test_terminal_settings_preserved_after_cli_exit): Use
13266 send_quit_command.
13267
1eef6428
PA
132682015-07-29 Pedro Alves <palves@redhat.com>
13269 Don Breazeal <donb@codesourcery.com>
13270
13271 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
13272 output from both inferior_spawn_id and gdb_spawn_id.
13273
7da5b897
SDJ
132742015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
13275
13276 * gdb.threads/attach-into-signal.exp (corefunc): Use
13277 with_test_prefix on nested loops, uniquefying the test messages.
13278
dac804df
SDJ
132792015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
13280
13281 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
13282 commit.
13283
06265e53
PP
132842015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13285
13286 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
13287 New proc.
13288 (test_terminal_settings_preserved_after_sigterm): New test.
13289
18206ca3
PP
132902015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13291
13292 * gdb.base/batch-preserve-term-settings.exp
13293 (test_terminal_settings_preserved_after_cli_exit): New test.
13294
90074d11
PP
132952015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13296
13297 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
13298 manipulation of saved_gdbflags.
13299 (test_terminal_settings_preserved): Remove global declaration of
13300 the unused variable pagination_prompt. Remove manipulation of
13301 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
13302 GDBFLAGS.
13303
eb1a7902
PA
133042015-07-29 Pedro Alves <palves@redhat.com>
13305
13306 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
13307
8b75dd3b
PA
133082015-07-29 Pedro Alves <palves@redhat.com>
13309
13310 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
13311 at the top.
13312
dedad4e3
PA
133132015-07-29 Pedro Alves <palves@redhat.com>
13314
13315 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
13316 (main): Call gdb_unbuffer_output.
13317 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
13318 (main): Call gdb_unbuffer_output.
13319 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
13320 (main): Call gdb_unbuffer_output.
13321 * gdb.base/call-strs.exp: Adjust to step over the
13322 gdb_unbuffer_output call.
13323 * gdb.base/catch-gdb-caused-signals.c: Include
13324 "../lib/unbuffer_output.c".
13325 (main): Call gdb_unbuffer_output.
13326 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
13327 (main): Call gdb_unbuffer_output.
13328 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
13329 (main): Call gdb_unbuffer_output.
13330 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
13331 (main): Call gdb_unbuffer_output.
13332 * gdb.base/shlib-call.exp: Adjust to step over the
13333 gdb_unbuffer_output call.
13334 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
13335 (main): Call gdb_unbuffer_output.
13336 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
13337 (main): Call gdb_unbuffer_output.
13338 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
13339 (main): Rename to ...
13340 (test): ... this.
13341 (main): Reimplement.
13342 * gdb.base/varargs.exp: Run to test instead of to main.
13343 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
13344 (main): Call gdb_unbuffer_output.
13345
58789a91
PA
133462015-07-29 Pedro Alves <palves@redhat.com>
13347
13348 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
13349 factore out from mi_continue_dprintf. For call-style dprintfs,
13350 expect dprintf output out of $inferior_spawn_id.
13351 (mi_continue_dprintf): Use mi_expect_dprintf.
13352 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
13353 (main): Call gdb_unbuffer_output.
13354
e8376742
PA
133552015-07-29 Pedro Alves <palves@redhat.com>
13356
13357 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
13358 (default_mi_gdb_start): Set inferior_spawn_id instead of
13359 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
13360 gdb_spawn_id.
13361 (mi_gdb_test): Always expect inferior output from both
13362 $inferior_spawn_id and $gdb_spawn_id.
13363
08280010
PA
133642015-07-29 Pedro Alves <palves@redhat.com>
13365
13366 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
13367 send_inferior and $inferior_spawn_id.
13368
4d30e432
PA
133692015-07-29 Pedro Alves <palves@redhat.com>
13370
13371 * gdb.gdb/complaints.exp (test_initial_complaints)
13372 (test_serial_complaints, test_short_complaints): Use
13373 gdb_test_stdio.
13374 (test_empty_complaint): Handle $inferior_spawn_id !=
13375 $gdb_spawn_id.
13376
0d30a335
PA
133772015-07-29 Pedro Alves <palves@redhat.com>
13378
13379 * gdb.base/varargs.exp: Use gdb_test_stdio.
13380
39413b29
PA
133812015-07-29 Pedro Alves <palves@redhat.com>
13382
13383 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
13384
7cb000a9
PA
133852015-07-29 Pedro Alves <palves@redhat.com>
13386
13387 * gdb.base/ending-run.exp: Use gdb_test_stdio.
13388
d7b8ac82
PA
133892015-07-29 Pedro Alves <palves@redhat.com>
13390
13391 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
13392 parameter into two new parameters, "inf_result" and "gdb_result".
13393 Expect inferior output and gdb output from $inferior_spawn_id and
13394 $gdb_spawn_id, respectively. Adjust all callers.
13395
789c3a0c
PA
133962015-07-29 Pedro Alves <palves@redhat.com>
13397
13398 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
13399 of gdb_test_sequence.
13400
77e760c3
PA
134012015-07-29 Pedro Alves <palves@redhat.com>
13402
13403 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
13404 (saw_spurious_output): Expect inferior output from
13405 $inferior_spawn_id. Use gdb_test_stdio.
13406
8396d2cd
PA
134072015-07-29 Pedro Alves <palves@redhat.com>
13408
13409 * gdb.base/dprintf.exp: Use standard_testfile. Change
13410 prepare_for_testing call.
13411 (srcfile): Don't set.
13412 (restart): New procedure.
13413 (test_dprintf): New procecure, use to continue over dprintfs.
13414 (test_call, test_agent): New procedures, tests moved here.
13415 Restart gdb and recreate dprintfs. Adjust expected output.
13416
2051d61f
PA
134172015-07-29 Pedro Alves <palves@redhat.com>
13418
13419 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
13420
452397af
PA
134212015-07-29 Pedro Alves <palves@redhat.com>
13422
13423 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
13424
8aed9555
PA
134252015-07-29 Pedro Alves <palves@redhat.com>
13426
13427 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
13428 gdb_test_stdio.
13429
188a61b4
PA
134302015-07-29 Pedro Alves <palves@redhat.com>
13431
13432 * lib/gdb.exp (gdb_test_stdio): New procedure.
13433
12264a45
PA
134342015-07-29 Pedro Alves <palves@redhat.com>
13435
13436 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
13437
23ffc893
PA
134382015-07-29 Pedro Alves <palves@redhat.com>
13439
13440 * gdb.base/call-signal-resume.exp: Remove check for
13441 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
13442 * gdb.base/unwindonsignal.exp: Likewise.
13443 * gdb.base/call-signals.c (gen_signal): Remove printf call.
13444 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
13445
65566918
PA
134462015-07-29 Pedro Alves <palves@redhat.com>
13447
13448 * gdb.base/siginfo-addr.c (pass): New function.
13449 (handler): Call it iff si_addr is correct.
13450 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
13451 Set a breakpoint at "pass" and continue to it.
13452
d60a9221
SDJ
134532015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
13454
13455 * gdb.python/py-objfile.exp: Make some tests have unique names.
13456 * gdb.python/py-pp-registration.exp: Likewise.
13457
bde40b8f
PA
134582015-07-28 Pedro Alves <palves@redhat.com>
13459
13460 * gdb.server/server-exec-info.exp: Issue a "disconnect".
13461
13e1dec8
SM
134622015-07-27 Simon Marchi <simon.marchi@ericsson.com>
13463
13464 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
13465
da33c9a7
SM
134662015-07-27 Simon Marchi <simon.marchi@ericsson.com>
13467
13468 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
13469
077836f7
PP
134702015-07-27 Patrick Palka <patrick@parcs.ath.cx>
13471
13472 * gdb.base/gdb-sigterm-2.exp: New test.
13473
b8cc7b2e
DE
134742015-07-25 Doug Evans <xdje42@gmail.com>
13475
13476 Revert:
13477 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
13478 (workers/%.worker, build-perf): New rule.
13479 (GDB_PERFTEST_MODE): New variable.
13480 (check-perf): Use it.
13481 (clean): Clean up gdb.perf parallel build subdirs.
13482 * lib/build-piece.exp: New file.
13483 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
13484 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
13485 name.
13486 (standard_temp_file): Ditto.
13487 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
13488 of $GDB_PARALLEL.
13489
c8bd4544
DE
134902015-07-24 Doug Evans <dje@google.com>
13491
13492 * gdb.perf/lib/perftest/utils.py: New file.
13493 * gdb.perf/gm-hello.cc: New file.
13494 * gdb.perf/gm-pervasive-typedef.cc: New file.
13495 * gdb.perf/gm-pervasive-typedef.h: New file.
13496 * gdb.perf/gm-std.cc: New file.
13497 * gdb.perf/gm-std.h: New file.
13498 * gdb.perf/gm-use-cerr.cc: New file.
13499 * gdb.perf/gm-utils.h: New file.
13500 * gdb.perf/gmonster-null-lookup.py: New file.
13501 * gdb.perf/gmonster-pervasive-typedef.py: New file.
13502 * gdb.perf/gmonster-print-cerr.py: New file.
13503 * gdb.perf/gmonster-ptype-string.py: New file.
13504 * gdb.perf/gmonster-runto-main.py: New file.
13505 * gdb.perf/gmonster-select-file.py: New file.
13506 * gdb.perf/gmonster1-null-lookup.exp: New file.
13507 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
13508 * gdb.perf/gmonster1-print-cerr.exp: New file.
13509 * gdb.perf/gmonster1-ptype-string.exp: New file.
13510 * gdb.perf/gmonster1-runto-main.exp: New file.
13511 * gdb.perf/gmonster1-select-file.exp: New file.
13512 * gdb.perf/gmonster1.cc: New file.
13513 * gdb.perf/gmonster1.exp: New file.
13514 * gdb.perf/gmonster2-null-lookup.exp: New file.
13515 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
13516 * gdb.perf/gmonster2-print-cerr.exp: New file.
13517 * gdb.perf/gmonster2-ptype-string.exp: New file.
13518 * gdb.perf/gmonster2-runto-main.exp: New file.
13519 * gdb.perf/gmonster2-select-file.exp: New file.
13520 * gdb.perf/gmonster2.cc: New file.
13521 * gdb.perf/gmonster2.exp: New file.
13522
6eab34f3
DE
135232015-07-24 Doug Evans <dje@google.com>
13524
13525 * gdb.perf/README: New file.
13526 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
13527 * lib/gen-perf-test.exp: New file.
13528
63738bfd
DE
135292015-07-24 Doug Evans <dje@google.com>
13530
13531 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
13532 (PerfTest::startup): New function.
13533 (PerfTest::run): Return result of calling body.
13534 (PerfTest::assemble): Rewrite.
13535 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
13536 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
13537 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
13538 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
13539 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
13540
7b606f95
DE
135412015-07-24 Doug Evans <dje@google.com>
13542
13543 * lib/gdb.exp (clean_restart): Make executable optional.
13544
a97b16b8
DE
135452015-07-24 Doug Evans <dje@google.com>
13546
13547 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
13548 compiler_info references.
13549 * gdb.cp/temargs.exp: Ditto.
13550 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
13551 (get_compiler_info): Early exit if already computed. Set compiler_info
13552 to "unknown" if there was a problem.
13553 (test_compiler_info): Add function comment. Call get_compiler_info.
13554
35baa57f
DE
135552015-07-24 Doug Evans <dje@google.com>
13556
13557 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
13558 (workers/%.worker, build-perf): New rule.
13559 (GDB_PERFTEST_MODE): New variable.
13560 (check-perf): Use it.
13561 (clean): Clean up gdb.perf parallel build subdirs.
13562 * lib/build-piece.exp: New file.
13563 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
13564 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
13565 name.
13566 (standard_temp_file): Ditto.
13567 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
13568 of $GDB_PARALLEL.
13569
6ebea266
DE
135702015-07-24 Doug Evans <dje@google.com>
13571
13572 * lib/future.exp (gdb_default_target_compile): New option
13573 "early_flags".
13574 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
13575 --as-needed.
13576
1e76a7e9
SDJ
135772015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
13578
13579 * gdb.base/catch-syscall.exp: Call gdb_exit before
13580 gdb_skip_xml_test.
13581
5068630a
PA
135822015-07-24 Pedro Alves <palves@redhat.com>
13583
13584 * gdb.python/py-events.exp: Accept output between the stop event
13585 and the prompt.
13586 * gdb.python/py-evsignal.exp: Likewise.
13587 * gdb.python/py-evthreads.exp: Likewise.
13588
77598427
PA
135892015-07-24 Pedro Alves <palves@redhat.com>
13590
13591 PR gdb/18717
13592 * gdb.threads/non-ldr-exit.c: New file.
13593 * gdb.threads/non-ldr-exit.exp: New file.
13594
11e6c98f
YQ
135952015-07-24 Yao Qi <yao.qi@linaro.org>
13596
13597 * gdb.server/ext-wrapper.exp: Test --wrapper option when
13598 restarting process.
13599
51aee833
YQ
136002015-07-24 Yao Qi <yao.qi@linaro.org>
13601
13602 * gdb.server/ext-restart.exp: New file.
13603
8cfe207c
YQ
136042015-07-24 Yao Qi <yao.qi@linaro.org>
13605
13606 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
13607 argument options.
13608 * gdb.server/ext-wrapper.exp: New file.
13609
cc12ce38
DE
136102015-07-23 Doug Evans <dje@google.com>
13611
13612 * gdb.dwarf2/dw2-dummy-cu.S: New file.
13613 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
13614
d0d84780
PMR
136152015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
13616
13617 * gdb.ada/var_arr_typedef.exp: New testcase.
13618 * gdb.ada/var_arr_typedef/pack.adb: New file.
13619 * gdb.ada/var_arr_typedef/pack.ads: New file.
13620 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
13621
8b558f79
JB
136222015-07-20 Joel Brobecker <brobecker@adacore.com>
13623
13624 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
13625
775a3298
JK
136262015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13627
13628 * gdb.arch/i386-biarch-core.exp: Replace istarget
13629 by "complete set gnutarget". Remove expectation for the "core-file"
13630 command.
13631
db1ff28b
JK
136322015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13633
13634 Revert the previous commit:
13635 Tests for validate symbol file using build-id.
13636
0a94970d
JK
136372015-07-15 Aleksandar Ristovski <aristovski@qnx.com
13638
13639 Tests for validate symbol file using build-id.
13640 * gdb.base/solib-mismatch-lib.c: New file.
13641 * gdb.base/solib-mismatch-libmod.c: New file.
13642 * gdb.base/solib-mismatch.c: New file.
13643 * gdb.base/solib-mismatch.exp: New file.
13644
03346981
SL
136452015-07-15 Sandra Loosemore <sandra@codesourcery.com>
13646
13647 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
13648 nios2-*-linux*.
13649 * gdb.base/sigbpt.exp (stepi_out): Likewise.
13650 * gdb.base/siginfo.exp: Likewise.
13651 * gdb.base/sigstep.exp (advance, advancei): Likewise.
13652
42422cc7
PL
136532015-07-15 Pierre Langlois <pierre.langlois@arm.com>
13654
13655 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
13656 Move it to ...
13657 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
13658 ... here.
13659 * gdb.trace/range-stepping.exp: Check that the target supports
13660 range stepping.
13661
cfa68bae
JK
136622015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13663
13664 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
13665
8ffdba26
PA
136662015-07-14 Pedro Alves <palves@redhat.com>
13667
13668 * gdb.base/killed-outside.exp: New file.
13669 * gdb.base/killed-outside.c: New file.
13670
218a5a11
JK
136712015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
13672
13673 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
13674 (n at main): New.
13675 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
13676
e03ed3c6
AA
136772015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
13678
13679 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
13680 infcall tests instead of setting up for KFAIL.
13681
485668e5
MM
136822015-07-10 Markus Metzger <markus.t.metzger@intel.com>
13683
13684 * gdb.btrace/record_goto-step.exp: New.
13685
08464196
JK
136862015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13687
13688 PR compile/18484
13689 * gdb.compile/compile.c (struct struct_type): Add volatile to
13690 selffield's type.
13691 * gdb.compile/compile.exp
13692 (compile code struct_object.selffield = &struct_object): Skip further
13693 struct_object tests if this one xfails.
13694
bcf5c1d9
RC
136952015-07-08 Robert O'Callahan <robert@ocallahan.org>
13696
13697 PR exp/18617
13698 * gdb.trace/ax.exp: Add test.
13699
4931af25
YQ
137002015-07-07 Yao Qi <yao.qi@linaro.org>
13701
13702 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
13703 instead of istarget "aarch64*-*-*".
13704 * gdb.arch/aarch64-fp.exp: Likewise.
13705 * gdb.base/float.exp: Likewise.
13706 * gdb.reverse/aarch64.exp: Likewise.
13707 * lib/gdb.exp (is_aarch64_target): New proc.
13708
9fcf688e
YQ
137092015-07-07 Yao Qi <yao.qi@linaro.org>
13710
13711 * lib/gdb.exp (is_aarch32_target): New proc.
13712 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
13713 instead of "istarget "arm*-*-*"".
13714 * gdb.arch/arm-disp-step.exp: Likewise.
13715 * gdb.arch/thumb-bx-pc.exp: Likewise.
13716 * gdb.arch/thumb-prologue.exp: Likewise.
13717 * gdb.arch/thumb-singlestep.exp: Likewise.
13718 * gdb.base/disp-step-syscall.exp: Likewise.
13719 * gdb.base/float.exp: Likewise.
13720
fbd8d50d
YQ
137212015-07-07 Yao Qi <yao.qi@linaro.org>
13722
13723 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
13724 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
13725
71be1fdc
YQ
137262015-07-07 Yao Qi <yao.qi@linaro.org>
13727
13728 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
13729 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
13730 if it exists.
13731 * gdb.multi/multi-arch.exp: Likewise.
13732
3e221d36
SM
137332015-07-07 Simon Marchi <simon.marchi@ericsson.com>
13734
13735 * gdb.python/py-lazy-string.exp: Add missing parentheses to
13736 print.
13737
d441430b
YQ
137382015-07-07 Yao Qi <yao.qi@linaro.org>
13739
13740 * gdb.arch/thumb-singlestep.exp: Do one more single step.
13741
06f810bd
MG
137422015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
13743
13744 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
13745 '[' and ']' characters.
13746
5e61e7c0
IB
137472015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
13748
13749 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
13750
28bf096c
PA
137512015-06-29 Pedro Alves <palves@redhat.com>
13752
13753 PR threads/18127
13754 * gdb.threads/hand-call-new-thread.c: New file.
13755 * gdb.threads/hand-call-new-thread.c: New file.
13756
ee93cd5e
KS
137572015-06-26 Keith Seitz <keiths@redhat.com>
13758 Doug Evans <dje@google.com>
13759
13760 PR 16253
13761 * gdb.cp/var-tag-2.cc: New file.
13762 * gdb.cp/var-tag-3.cc: New file.
13763 * gdb.cp/var-tag-4.cc: New file.
13764 * gdb.cp/var-tag.cc: New file.
13765 * gdb.cp/var-tag.exp: New file.
13766
fc637f04
PP
137672015-06-26 Patrick Palka <patrick@parcs.ath.cx>
13768
13769 * gdb.base/history-duplicates.exp: New test.
13770
2e52ae68
PP
137712015-06-26 Patrick Palka <patrick@parcs.ath.cx>
13772
13773 * gdb.base/completion.exp: Test the completion of the "focus"
13774 command.
13775
6e22494e
JK
137762015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13777
13778 * gdb.arch/amd64-prologue-skip.S: New file.
13779 * gdb.arch/amd64-prologue-skip.exp: New file.
13780
bf7b9cd9
SM
137812015-06-25 Simon Marchi <simon.marchi@ericsson.com>
13782
13783 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
13784 is_address_zero_readable check.
13785
201e8dfd
PB
137862015-06-24 Peter Bergner <bergner@vnet.ibm.com>
13787
13788 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
13789 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
13790
5cd867b4
YQ
137912015-06-24 Yao Qi <yao.qi@linaro.org>
13792
13793 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
13794 linux targets.
13795
4d7be007
YQ
137962015-06-24 Yao Qi <yao.qi@linaro.org>
13797
13798 * lib/gdb.exp (supports_get_siginfo_type): New proc.
13799 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
13800 * gdb.base/siginfo-thread.exp: Likewise.
13801
07fcd301
YQ
138022015-06-22 Yao Qi <yao.qi@linaro.org>
13803
13804 * boards/remote-gdbserver-on-localhost.exp: Add comments.
13805
52042a00
YQ
138062015-06-22 Yao Qi <yao.qi@linaro.org>
13807
13808 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
13809 aarch64*-*-*.
13810 (skip_hw_watchpoint_tests): Likewise.
13811
74bd41ce
PP
138122015-06-18 Patrick Palka <patrick@parcs.ath.cx>
13813
13814 * gdb.base/gdbinit-history.exp: Test the interaction between
13815 setting GDBHISTSIZE and setting the history size via .gdbinit.
13816
bc460514
PP
138172015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13818
13819 PR gdb/16999
13820 * gdb.base/gdbhistsize-history.exp: New test.
13821
b58c513b
PP
138222015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13823
13824 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
13825 with GDBHISTSIZE.
13826 * gdb.base/readline.exp: Likewise.
13827
92046791
YQ
138282015-06-17 Yao Qi <yao.qi@linaro.org>
13829
13830 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
13831 line.
13832
2093d2d3
PP
138332015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13834
13835 * gdb.base/gdbinit-history.exp: Add test case to check that
13836 an unlimited history file does not get truncated on exit.
13837
e6c693af
AA
138382015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13839
13840 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
13841 (VECTOR): New macro. Use it...
13842 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
13843 ...for these typedefs.
13844 (int8, char1, int1, double1): New typedefs.
13845 (struct just_int2, struct two_int2): New structures.
13846 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
13847 (add_structvecs, add_singlevecs): New functions.
13848 (main): Call add_some_intvecs twice.
13849 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
13850 the compile and exit upon failure. Try compiling for the "native"
13851 architecture. Test inferior function calls with vector arguments
13852 and vector return value handling with "finish" and "return".
13853
c74f7d1c
JT
138542015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
13855
13856 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
13857 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
13858 PE file.
13859 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
13860
98aa42ee
AT
138612015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
13862
13863 PR breakpoints/16465
13864 * gdb.mi/mi-dprintf-pending.c: New file.
13865 * gdb.mi/mi-dprintf-pending.exp: New test.
13866 * gdb.mi/mi-dprintf-pendshr.c: New file.
13867
7d73c23c 138682015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 13869 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
13870
13871 * gdb.arch/i386-mpx-map.c: New file.
13872 * gdb.arch/i386-mpx-map.exp: New File.
13873
138742015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13875
13876 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
13877 * gdb.arch/i386-mpx.exp: Indentation fixed.
13878
138792015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13880
13881 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
13882 function and improved indentation.
13883 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
13884 gdb_test_multiple. Added additional tests to skip the test.
13885
138862015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13887
13888 * gdb.arch/i386-avx512.c: Change path in include file.
13889 * gdb.arch/i386-avx512.exp: Change include dir path
13890 compilation flag.
13891 * gdb.arch/i386-mpx.c: Change path in include file.
13892 * gdb.arch/i386-mpx.exp: Change include dir path compilation
13893 flag.
13894
d5eba19a
JK
138952015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
13896
13897 * gdb.compile/compile-print.exp (compile print *vararray@3)
13898 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
13899
7f361056
JK
139002015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13901
13902 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
13903 (do not keep jit in memory): ... this.
13904 (expect 5): Change it to ...
13905 (expect no 5): ... this.
13906
3b462ec2
SM
139072015-06-02 Simon Marchi <simon.marchi@ericsson.com>
13908
13909 PR gdb/15564
13910 * gdb.mi/mi-detach.exp: New file.
13911
e0619de6
JK
139122015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13913
13914 PR symtab/18392
13915 * gdb.arch/amd64-tailcall-self.S: New file.
13916 * gdb.arch/amd64-tailcall-self.c: New file.
13917 * gdb.arch/amd64-tailcall-self.exp: New file.
13918
e970cb34
DB
139192015-05-28 Don Breazeal <donb@codesourcery.com>
13920
13921 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
13922 tests for remote targets by checking is_target_gdbserver.
13923
b2e2f908
DE
139242015-05-27 Doug Evans <dje@google.com>
13925
13926 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
13927 * gdb.dwarf2/opaque-type-lookup.c: New file.
13928 * gdb.dwarf2/opaque-type-lookup.exp: New file.
13929
82c7be31
DE
139302015-05-26 Doug Evans <dje@google.com>
13931
13932 * gdb.cp/iostream.cc: New file.
13933 * gdb.cp/iostream.exp: New file.
13934
b4f54984
DE
139352015-05-26 Doug Evans <dje@google.com>
13936
13937 * gdb.dwarf2/dw2-op-call.exp: Update.
13938 * gdb.dwarf2/dw4-sig-types.exp: Update.
13939 * gdb.dwarf2/implptr.exp: Update.
13940 * gdb.mi/mi-cmd-param-changed.exp: Update.
13941
4ea6efe9
DE
139422015-05-26 Doug Evans <dje@google.com>
13943
13944 * gdb.python/py-lazy-string.c: New file.
13945 * gdb.python/py-lazy-string.exp: New file.
13946 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
13947 (main): Update. Add estring3.
13948 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
13949 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
13950
f6bb7db3
YQ
139512015-05-26 Omair Javaid <omair.javaid@linaro.org>
13952 Yao Qi <yao.qi@linaro.org>
13953
13954 * gdb.reverse/aarch64.c: New.
13955 * gdb.reverse/aarch64.exp: New.
13956
a81bfbd0
OJ
139572015-05-26 Omair Javaid <omair.javaid@linaro.org>
13958
25d49b86
PA
13959 * lib/gdb.exp (supports_process_record): Return true for
13960 aarch64*-linux*.
a81bfbd0
OJ
13961 (supports_reverse): Likewise.
13962
158bf1b4
PP
139632015-05-22 Patrick Palka <patrick@parcs.ath.cx>
13964
13965 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13966 Use with_test_prefix.
13967
a0145030
AB
139682015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
13969
13970 * gdb.base/completion.exp: Add test for completion of layout
13971 names.
13972
ebe3b578
AB
139732015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
13974
13975 * lib/gdb.exp (skip_tui_tests): New proc.
13976 * gdb.base/tui-layout.exp: Check skip_tui_tests.
13977
84204ed7
PA
139782015-05-19 Pedro Alves <palves@redhat.com>
13979
13980 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13981 Save the whole env array instead of just HOME. Unset HISTSIZE in
13982 the environment while testing. Restore whole environment
13983 afterwards.
13984
37442ce1
DE
139852015-05-16 Doug Evans <xdje42@gmail.com>
13986
13987 * gdb.guile/scm-ports.c: New file.
13988 * gdb.guile/scm-ports.exp: Add memory port tests.
13989
36de76f9
JK
139902015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13991
13992 * gdb.compile/compile-print.c: New file.
13993 * gdb.compile/compile-print.exp: New file.
13994
3a9558c4
JK
139952015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13996
13997 * gdb.compile/compile-ops.exp: Cast param to void.
13998 * gdb.compile/compile.exp: Complete type for _gdb_expr.
13999 (compile code struct_object.selffield = &struct_object): Add xfail.
14000
aa715135
JG
140012015-05-15 Joel Brobecker <brobecker@adacore.com>
14002
14003 * gdb.ada/arr_enum_with_gap: New testcase.
14004
931e5bc3
JG
140052015-05-15 Joel Brobecker <brobecker@adacore.com>
14006
14007 * gdb.ada/byte_packed_arr: New testcase.
14008
9cd4d857
JB
140092015-05-15 Joel Brobecker <brobecker@adacore.com>
14010
14011 * gdb.ada/pckd_neg: New testcase.
14012
ebfd00d2
PP
140132015-05-13 Patrick Palka <patrick@parcs.ath.cx>
14014
14015 PR gdb/17820
14016 * gdb.base/gdbinit-history.exp: New test.
14017 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
14018 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
14019
4c082a81
SC
140202015-05-09 Siva Chandra Reddy <sivachandra@google.com>
14021
14022 * gdb.python/py-xmethods.cc: Enhance test case.
14023 * gdb.python/py-xmethods.exp: New tests.
14024 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
14025 function.
14026 (B_indexoper): Likewise.
14027 (global_dm_list) : Add new xmethod worker functions.
14028
f7797074
SDJ
140292015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
14030
14031 * gdb.base/coredump-filter.exp: Correctly unset
14032 "coredump_var_addr" array.
14033
a4674e4e
PA
140342015-05-08 Pedro Alves <palves@redhat.com>
14035
14036 * gdb.server/non-existing-program.exp: Unset spawn_id.
14037
df2eb078
SC
140382015-05-08 Siva Chandra Reddy <sivachandra@google.com>
14039
14040 PR python/18291
14041 * gdb.python/py-xmethods.exp: Add tests.
14042
422349a3
YQ
140432015-05-08 Yao Qi <yao.qi@linaro.org>
14044
14045 PR gdb/18208
14046 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
14047 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
14048 function set_coredump_filter, and remove remote_exec call.
14049 Remove argument ipid. Callers update.
14050 (top level): Don't get inferior's PID.
14051
63fc80ce
AA
140522015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
14053
14054 * gdb.base/watch_thread_num.exp: Skip test on targets without
14055 access watchpoints.
14056
80ad801e
PA
140572015-05-06 Pedro Alves <palves@redhat.com>
14058
14059 PR server/18081
14060 * gdb.server/non-existing-program.exp: New file.
14061
0fa7fe50
JB
140622015-05-05 Joel Brobecker <brobecker@adacore.com>
14063
14064 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
14065
3ea89b92
PMR
140662015-05-05 Joel Brobecker <brobecker@adacore.com>
14067
14068 * gdb.ada/out_of_line_in_inlined: New testcase.
14069
87b8eff0
JB
140702015-05-05 Joel Brobecker <brobecker@adacore.com>
14071
14072 * gdb.ada/var_rec_arr: New testcase.
14073
5fccc635
YQ
140742015-04-30 Yao Qi <yao.qi@linaro.org>
14075
14076 * gdb.base/break-idempotent.exp: If
14077 skip_hw_watchpoint_multi_tests returns true, skip the tests
14078 on "rwatch" and "awatch".
14079
42d38f42
YQ
140802015-04-30 Yao Qi <yao.qi@linaro.org>
14081
14082 * gdb.base/relativedebug.exp: Invoke gdb command
14083 "info sharedlibrary", and if libc.so doesn't have debug info,
14084 skip the test.
14085
2ce1cdbf
DE
140862015-04-29 Doug Evans <dje@google.com>
14087
14088 * gdb.python/py-xmethods.exp: Add ptype tests.
14089 * gdb.python/py-xmethods.py (E_method_char_worker): Add
14090 get_result_type method.
14091
f24a38c5
LM
140922015-04-29 Luis Machado <lgustavo@codesourcery.com>
14093
14094 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
14095 the target does not support hardware watchpoints.
14096
ecbf2b3c
LM
140972015-04-29 Luis Machado <lgustavo@codesourcery.com>
14098
14099 * gdb.base/break-always.exp: Abort testing if writing to memory
14100 causes an error.
14101
34f5f757
DE
141022015-04-28 Doug Evans <dje@google.com>
14103
14104 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
14105 * gdb.python/py-pp-registration.exp: ... here. New file.
14106 * gdb.python/py-pp-registration.c: New file.
14107 * gdb.python/py-pp-registration.py: New file.
14108
69b4374a
DE
141092015-04-28 Doug Evans <dje@google.com>
14110
14111 * gdb.python/py-bad-printers.c: New file.
14112 * gdb.python/py-bad-printers.py: New file.
14113 * gdb.python/py-bad-printers.exp: New file.
14114
59fb7612
SS
141152015-04-28 Sasha Smundak <asmundak@google.com>
14116
14117 * gdb.python/py-type.exp: New test.
14118
2631b16a
AW
141192015-04-28 Andy Wingo <wingo@igalia.com>
14120
14121 * gdb.python/py-parameter.exp:
14122 * gdb.guile/scm-parameter.exp: Escape the path that we are
14123 matching against, as it might contain characters that are special
14124 to regular expressions.
14125
460efde1
JB
141262015-04-27 Joel Brobecker <brobecker@adacore.com>
14127
14128 * gdb.ada/rec_comp: New testcase.
14129
2d369d8e
SDJ
141302015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
14131
14132 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
14133 before using it.
14134
cf75d6c3
AB
141352015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
14136
14137 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
14138 new tests for verilog output.
14139
8dbe7ca5
YQ
141402015-04-24 Yao Qi <yao.qi@linaro.org>
14141
14142 * boards/remote-gdbserver-on-localhost.exp: New file.
14143
4ef9fb2f
PA
141442015-04-23 Pedro Alves <palves@redhat.com>
14145
14146 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
14147 $inferior_spawn_id instead of $inferior_spawn_id directly. On
14148 "end of file", remove $inferior_spawn_id from the indirect list.
14149
0a803169
PA
141502015-04-23 Pedro Alves <palves@redhat.com>
14151
14152 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
14153
749ef8f8
PA
141542015-04-23 Pedro Alves <palves@redhat.com>
14155
14156 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
14157 on $any_spawn_id instead of only on $gdb_spawn_id.
14158
8aae4344
PM
141592015-04-21 Pierre Muller <muller@sourceware.org>
14160
14161 PR pascal/17815
14162 * lib/pascal.exp (gpc_compile): Add new option "class".
14163 (fpc_compile): Likewise.
14164 * gdb.pascal/case-insensitive-symbols.pas: New file.
14165 * gdb.pascal/case-insensitive-symbols.exp: New file.
14166
1586c8fb
GB
141672015-04-20 Gary Benson <gbenson@redhat.com>
14168
14169 * gdb.base/attach.exp: Fix three extended remote failures.
14170
1b6e6f5c
GB
141712015-04-17 Gary Benson <gbenson@redhat.com>
14172
14173 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
14174 the main executable over the remote protocol.
14175
e797481d
PA
141762015-04-16 Pedro Alves <palves@redhat.com>
14177
14178 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
14179 a new gdbserver if gdbserver_reconnect_p is set.
14180
1ca99c42
PA
141812015-04-16 Pedro Alves <palves@redhat.com>
14182
14183 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
14184 is set, don't exit gdbserver.
14185
af9fd6f8
AA
141862015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
14187
14188 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
14189 appropriate .insn, such that an older assembler can be used.
14190 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
14191 the z/Architecture instruction set on 31-bit targets as well.
14192
04ff1e61
AA
141932015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
14194
14195 * gdb.go/handcall.exp: Remove all logic related to the first
14196 breakpoint and rely on go_runto_main instead.
14197 * gdb.go/strings.exp: Likewise.
14198 * gdb.go/unsafe.exp: Likewise.
14199 * gdb.go/hello.exp: Likewise. Also rename the remaining
14200 breakpoint marker to "breakpoint 1".
14201 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
14202 * gdb.go/strings.go: Likewise.
14203 * gdb.go/unsafe.go: Likewise.
14204 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
14205 "set breakpoint 2 here" and rename the remaining breakpoint marker
14206 to "breakpoint 1".
14207
40d2f8d6
SM
142082015-04-15 Simon Marchi <simon.marchi@ericsson.com>
14209
14210 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
14211 if itertools.imap is not present.
14212 * gdb.python/py-objfile.exp: Add parentheses.
14213 * gdb.python/py-type.exp: Same.
14214 * gdb.python/py-unwind-maint.py: Same.
14215
8cbc97c6
YQ
142162015-04-15 Yao Qi <yao.qi@linaro.org>
14217
14218 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
14219 of ":$ptr_size" and set its form explicitly.
14220
45fd756c
YQ
142212015-04-15 Pedro Alves <palves@redhat.com>
14222 Yao Qi <yao.qi@linaro.org>
14223
14224 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
14225 timeout by factor of 4.
14226 (test_regular_watch): Likewise.
14227 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
14228 * gdb.reverse/sigall-reverse.exp: Likewise.
14229 * gdb.reverse/until-precsave.exp: Likewise.
14230 * lib/gdb.exp (with_timeout_factor): New proc.
14231 (gdb_expect): Move some code to ...
14232 (get_largest_timeout): ... here. New procedure.
14233
9e811bc3
LM
142342015-04-14 Luis Machado <lgustavo@codesourcery.com>
14235
14236 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
14237
0ff6fcb2
LM
142382015-04-13 Luis Machado <lgustavo@codesourcery.com>
14239
14240 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
14241 to write to the .text section.
14242
7578d5f7
LM
142432015-04-13 Luis Machado <lgustavo@codesourcery.com>
14244
14245 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
14246 Handle the case of targets that do not provide PID information.
14247
2efe15c4
YQ
142482015-04-13 Yao Qi <yao.qi@linaro.org>
14249
14250 * lib/gdbserver-support.exp (gdb_exit): Catch exception
14251 and use expect instead of gdb_expect.
14252
8cd8f2f8
SDJ
142532015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
14254
14255 * gdb.base/coredump-filter.exp: Rename variable "addr" to
14256 "coredump_var_addr" to avoid naming conflict with other testcases.
14257
9ee41772
PA
142582015-04-10 Pedro Alves <palves@redhat.com>
14259
14260 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
14261 gdb_test_sequence and gdb_assert.
14262
07473109
PA
142632015-04-10 Pedro Alves <palves@redhat.com>
14264
14265 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
14266 test messages that don't include the breakpoint address.
14267
de3db44c
YQ
142682015-04-10 Yao Qi <yao.qi@linaro.org>
14269
14270 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
14271 false for some offset and width combinations which aren't
14272 supported by linux kernel.
14273
c79d856c
PA
142742015-04-10 Pedro Alves <palves@redhat.com>
14275
14276 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
14277 procedure, factored out from ...
14278 (top level): ... here. Add "set displaced-stepping" testing axis.
14279 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
14280 parameter "displaced". Use it.
14281 (top level): Use foreach and add "set displaced-stepping" testing
14282 axis.
14283
ebc90b50
PA
142842015-04-10 Pedro Alves <palves@redhat.com>
14285
14286 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
14287 Remove comment.
14288 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
14289 both the address of the instruction that triggers the watchpoint
14290 and the address of the instruction immediately after, and use
14291 those addresses for the test. Fix comment.
14292
8f572e5c
PA
142932015-04-10 Pedro Alves <palves@redhat.com>
14294
14295 * gdb.base/sigstep.exp (breakpoint_to_handler)
14296 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
14297 Test "backtrace" in handler.
14298 (breakpoint_over_handler): New parameter 'displaced'. Use it.
14299 (top level): Add new "displaced" test axis to
14300 breakpoint_to_handler, breakpoint_to_handler_entry and
14301 breakpoint_over_handler.
14302
8d707a12
PA
143032015-04-10 Pedro Alves <palves@redhat.com>
14304
14305 PR gdb/18216
14306 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
14307
ef713951
YQ
143082015-04-10 Yao Qi <yao.qi@linaro.org>
14309
14310 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
14311 (test_add_rn_pc): New function.
14312 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
14313 (top level): Invoke test_add_rn_pc.
14314
906d60cf
PA
143152015-04-10 Pedro Alves <palves@redhat.com>
14316
14317 PR gdb/13858
14318 * gdb.base/step-over-no-symbols.exp: New file.
14319
f2983cc3
AW
143202015-04-09 Andy Wingo <wingo@igalia.com>
14321
14322 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
14323 after the Python tests.
14324
6d62641c
SDJ
143252015-04-08 Keith Seitz <keiths@redhat.com>
14326
14327 PR python/16699
14328 * gdb.python/py-completion.exp: New tests for completion.
14329 * gdb.python/py-completion.py (CompleteLimit1): New class.
14330 (CompleteLimit2): Likewise.
14331 (CompleteLimit3): Likewise.
14332 (CompleteLimit4): Likewise.
14333 (CompleteLimit5): Likewise.
14334 (CompleteLimit6): Likewise.
14335 (CompleteLimit7): Likewise.
14336
f3770638
PA
143372015-04-08 Pedro Alves <palves@redhat.com>
14338
14339 PR gdb/18214
14340 PR gdb/18216
14341 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
14342 function.
14343 (main): Install it as SIGUSR1 handler.
14344 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
14345 parameter. Always use "setup" as prefix. Toggle "set
14346 displaced-stepping" off/on depending on global. Don't switch to
14347 thread 1 here.
14348 (top level): Add displaced stepping "off/on" test axis. Update
14349 "setup" calls. Wrap each subtest with with_test_prefix. Test
14350 continuing with a queued signal in each thread.
14351
4496bed7
PA
143522015-04-08 Pedro Alves <palves@redhat.com>
14353
14354 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
14355 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
14356 gdb_breakpoint instead of gdb_test that doesn't expect anything.
14357 Return early if running to main fails.
14358 * gdb.trace/while-stepping.exp: Likewise.
14359
b97fde92
PA
143602015-04-07 Pedro Alves <palves@redhat.com>
14361
14362 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
14363 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
14364 interact with inferior program.
14365
f71c18e7
PA
143662015-04-07 Pedro Alves <palves@redhat.com>
14367
14368 * lib/gdb.exp (inferior_spawn_id): New global.
14369 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
14370 spawn id after processing the user code.
14371 (default_gdb_start): Set inferior_spawn_id.
14372 (send_inferior): New procedure.
14373 * lib/gdbserver-support.exp (gdbserver_start): Set
14374 inferior_spawn_id.
14375 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
14376
6423214f
PA
143772015-04-07 Pedro Alves <palves@redhat.com>
14378
14379 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
14380 * lib/gdbserver-support.exp (gdbserver_start): Make
14381 $server_spawn_id global.
14382 (gdbserver_start): Don't wait for gdbserver's spawn id with
14383 expect_background.
14384 (close_gdbserver): New procedure.
14385 (gdb_exit): Rename the default version and reimplement.
14386
71c0ee8c
PA
143872015-04-07 Pedro Alves <palves@redhat.com>
14388
72f4393d 14389 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
14390 append the substituted item, not the original item.
14391
203bc29b
PA
143922015-04-07 Pedro Alves <palves@redhat.com>
14393
14394 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
14395 gdb_expect.
14396
508a3ddf
PA
143972015-04-07 Pedro Alves <palves@redhat.com>
14398
14399 * gdb.base/interrupt.exp: Don't handle the case of the inferior
14400 output appearing once only.
14401
9f6dbe2b
PA
144022015-04-07 Pedro Alves <palves@redhat.com>
14403
14404 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
14405 that doesn't expect anything. Return early if running to main
14406 fails.
14407
337532fa
YQ
144082015-04-07 Yao Qi <yao.qi@linaro.org>
14409
14410 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
14411 (child_function): Call alarm.
14412 (main): Move call to alarm into the loop.
14413 * gdb.threads/non-stop-fair-events.exp: Build program with
14414 -DTIMEOUT=$timeout.
14415
01b622d4
DE
144162015-04-06 Doug Evans <xdje42@gmail.com>
14417
14418 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
14419 Fix dest parameter to board_info.
14420 (fpc_compile): Ditto.
14421 (gdb_compile_pascal): Rename dest arg to destfile.
14422
961f4160
PMR
144232015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
14424
14425 * gdb.ada/funcall_ref.exp: New file.
14426 * gdb.ada/funcall_ref/foo.adb: New file.
14427
cafda597
YQ
144282015-04-02 Yao Qi <yao.qi@linaro.org>
14429
14430 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
14431 is remote.
14432
fed040c6
GB
144332015-04-02 Gary Benson <gbenson@redhat.com>
14434
14435 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
14436
d11916aa
SS
144372015-04-01 Sasha Smundak <asmundak@google.com>
14438
14439 * gdb.python/py-unwind-maint.c: New file.
14440 * gdb.python/py-unwind-maint.exp: New test.
14441 * gdb.python/py-unwind-maint.py: New file.
14442 * gdb.python/py-unwind.c: New file.
14443 * gdb.python/py-unwind.exp: New test.
14444 * gdb.python/py-unwind.py: New test.
14445
a1471180
PA
144462015-04-01 Pedro Alves <palves@redhat.com>
14447
14448 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
14449 to fail instead of non-existent $test.
14450
0bbeccb1
PA
144512015-04-01 Pedro Alves <palves@redhat.com>
14452
14453 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
14454 GDBFLAGS if not empty.
14455
3c724c8c
PMR
144562015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
14457
14458 * gdb.ada/complete.exp: Remove "multi_line".
14459 * gdb.ada/info_exc.exp: Remove "multi_line".
14460 * gdb.ada/packed_tagged.exp: Remove "multi_line".
14461 * gdb.ada/ptype_field.exp: Remove "multi_line".
14462 * gdb.ada/sym_print_name.exp: Remove "multi_line".
14463 * gdb.ada/tagged.exp: Remove "multi_line".
14464 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
14465 [multi_line ...]
14466 * gdb.btrace/delta.exp: Likewise.
14467 * gdb.btrace/exception.exp: Likewise.
14468 * gdb.btrace/function_call_history.exp: Likewise.
14469 * gdb.btrace/instruction_history.exp: Likewise.
14470 * gdb.btrace/nohist.exp: Likewise.
14471 * gdb.btrace/record_goto.exp: Likewise.
14472 * gdb.btrace/segv.exp: Likewise.
14473 * gdb.btrace/stepi.exp: Likewise.
14474 * gdb.btrace/tailcall.exp: Likewise.
14475 * gdb.btrace/unknown_functions.exp: Likewise.
14476 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
14477 * lib/gdb.exp: Add the "multi_line" helper.
14478
4eec2deb
PA
144792015-04-01 Pedro Alves <palves@redhat.com>
14480
14481 * gdb.threads/tid-reuse.c: New file.
14482 * gdb.threads/tid-reuse.exp: New file.
14483
df8411da
SDJ
144842015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
14485
14486 PR corefiles/16092
14487 * gdb.base/coredump-filter.c: New file.
14488 * gdb.base/coredump-filter.exp: Likewise.
14489
6ef37366
PM
144902015-03-27 Petr Machata <pmachata@redhat.com>
14491
14492 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
14493 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
14494 (Dwarf::assemble): Initialize them.
14495 (Dwarf::lines): New function.
14496
7ec911b0
JT
144972015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
14498
14499 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
14500 SYMBOL_PREFIX for x86_64-*-cygwin.
14501
ff908ebf
AW
145022015-03-26 Andy Wingo <wingo@igalia.com>
14503
14504 PR symtab/18148
14505 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
14506 const_value but not a location.
14507 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
14508 location defined in non-main CUs are visible.
14509
6d5f0679
YQ
145102015-03-26 Yao Qi <yao.qi@linaro.org>
14511
14512 PR testsuite/18139
14513 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
14514 Add a line number entry for the same line.
14515 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
14516 Add a line number entry for the same line.
14517
2898689b
YQ
145182015-03-26 Yao Qi <yao.qi@linaro.org>
14519
14520 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
14521 .int 0.
14522 (func): Likewise. Add .Lfunc_1 label.
14523 Use .Lfunc_1 label.
14524 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
14525 .int 0.
14526 (func): Likewise.
14527 Use .Lfunc_1 label.
14528
85180498
YQ
145292015-03-26 Yao Qi <yao.qi@linaro.org>
14530
14531 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
14532 Call gdb_compile instead to compile each .s files without debug
14533 information.
14534
8aa08a8d
YQ
145352015-03-26 Yao Qi <yao.qi@linaro.org>
14536
14537 * gdb.base/savedregs.exp (process_saved_regs): Make
14538 "Saved registers:" optional in the pattern.
14539
66849923
MM
145402015-03-25 Markus Metzger <markus.t.metzger@intel.com>
14541
14542 * gdb.btrace/next.exp: Merged into step.exp.
14543 * gdb.btrace/finish.exp: Merged into step.exp.
14544 * gdb.btrace/nexti.exp: Merged into stepi.exp.
14545 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
14546 "record goto" and checking the exact replay position.
14547 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
14548 check for "Recording format" in "info record" output.
14549 * gdb.btrace/record_goto.exp: Choose test file based on target.
14550 * gdb.btrace/x86-record_goto.S: Renamed into ...
14551 * gdb.btrace/x86_64-record_goto.S: ... this.
14552 * gdb.btrace/i686-record_goto.S: New.
14553 * gdb.btrace/x86-tailcall.S: Renamed into ...
14554 * gdb.btrace/x86_64-tailcall.S: ... this.
14555 * gdb.btrace/i686-tailcall.S: New.
14556 * gdb.btrace/x86-tailcall.c: Renamed into ...
14557 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
14558 separate statements. Update test.
14559 * gdb.btrace/delta.exp: Use record_goto.c as test file.
14560 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
14561 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
14562 * gdb.btrace/tailcall.exp: Choose test file based on target.
14563 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
14564
11cc1b74
MM
145652015-03-25 Markus Metzger <markus.t.metzger@intel.com>
14566
14567 * gdb.btrace/exception.exp: Increase BTS buffer size.
14568
a25d8bf9
PA
145692015-03-24 Pedro Alves <palves@redhat.com>
14570
14571 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
14572
856e7dd6
PA
145732015-03-24 Pedro Alves <palves@redhat.com>
14574
14575 * gdb.threads/schedlock.exp (test_step): No longer expect that
14576 "set scheduler-locking step" with "next" over a function call runs
14577 threads unlocked.
14578
ad235a41
AT
145792015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
14580
14581 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
14582
15630549
AT
145832015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
14584
14585 PR breakpoints/16466
14586 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
14587 * gdb.mi/mi-pending.c (thread_func): New function.
14588 (int main): Add threading support required.
14589 * gdb.mi/mi-pending.exp: Add tests for this issue.
14590 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
14591 (pendfunc2): Remove stdio dependency.
14592 * gdb.mi/mi-pendshr2.c: New file.
14593
693dca06
KS
145942015-03-23 Keith Seitz <keiths@redhat.com>
14595
14596 * gdb.linespec/keywords.c: New file.
14597 * gdb.linespec/keywords.exp: New file.
14598
7e993ebf
KS
145992015-03-23 Keith Seitz <keiths@redhat.com>
14600
14601 PR gdb/18021
14602 * gdb.dwarf2/staticvirtual.exp: New test.
14603
bc23328c
JK
146042015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14605
14606 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
14607 * README: Remove HP-UX and gdb.hp.
14608 (configuration):
14609 * configure: Regenerate.
14610 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
14611 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
14612 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
14613 gdb.hp/gdb.defects/Makefile.
14614 * gdb.hp/Makefile.in: File deleted.
14615 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
14616 * gdb.hp/gdb.aCC/optimize.c: File deleted.
14617 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
14618 * gdb.hp/gdb.aCC/run.c: File deleted.
14619 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
14620 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
14621 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
14622 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
14623 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
14624 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
14625 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
14626 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
14627 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
14628 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
14629 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
14630 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
14631 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
14632 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
14633 * gdb.hp/gdb.base-hp/reg.s: File deleted.
14634 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
14635 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
14636 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
14637 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
14638 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
14639 * gdb.hp/gdb.compat/Makefile.in: File deleted.
14640 * gdb.hp/gdb.compat/average.c: File deleted.
14641 * gdb.hp/gdb.compat/sum.c: File deleted.
14642 * gdb.hp/gdb.compat/xdb.c: File deleted.
14643 * gdb.hp/gdb.compat/xdb0.c: File deleted.
14644 * gdb.hp/gdb.compat/xdb0.h: File deleted.
14645 * gdb.hp/gdb.compat/xdb1.c: File deleted.
14646 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
14647 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
14648 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
14649 * gdb.hp/gdb.defects/Makefile.in: File deleted.
14650 * gdb.hp/gdb.defects/bs14602.c: File deleted.
14651 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
14652 * gdb.hp/gdb.defects/solib-d.c: File deleted.
14653 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
14654 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
14655 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
14656 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
14657 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
14658 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
14659 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
14660 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
14661 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
14662 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
14663 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
14664 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
14665 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
14666 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
14667 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
14668 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
14669 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
14670 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
14671 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
14672 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
14673 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
14674 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
14675 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
14676 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
14677 * gdb.hp/tools/odump: File deleted.
14678
8bf3b159
PA
146792015-03-19 Pedro Alves <palves@redhat.com>
14680
14681 * gdb.threads/continue-pending-status.exp (saw_thread_2)
14682 (saw_thread_3): New globals.
14683 (top level): Increment them when an event for the corresponding
14684 thread is seen.
14685 (no thread starvation): New test.
14686
eb54c8bf
PA
146872015-03-19 Pedro Alves <palves@redhat.com>
14688
14689 * gdb.threads/continue-pending-status.c: New file.
14690 * gdb.threads/continue-pending-status.exp: New file.
14691
32d2e5d6
PA
146922015-03-18 Pedro Alves <palves@redhat.com>
14693
14694 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
14695 Use gdb_is_target_remote instead of is_remote. Use
14696 gdb_test_multiple instead of gdb_expect. Exit early if
14697 gdb_test_multiple hits its internal matches. Tighten stepi tests
14698 expected output. Fail on exit with any signal, instead of just
14699 SIGILL.
14700
f68f11b7
YQ
147012015-03-18 Yao Qi <yao.qi@linaro.org>
14702
14703 PR tdep/18107
14704 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
14705 variable.
14706 * gdb.base/catch-syscall.exp: Don't skip it on
14707 aarch64*-*-linux* target. Remove elements in all_syscalls.
14708 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
14709 target.
14710 (setup_all_syscalls): New proc.
14711
ca5fd19b
YQ
147122015-03-16 Yao Qi <yao.qi@linaro.org>
14713
14714 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
14715 (top level): Skip tests if valid_addr_p returns false for
14716 $cmd1 or $cmd2.
14717
85642ba0
AW
147182015-03-11 Andy Wingo <wingo@igalia.com>
14719
14720 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
14721
e03f9645
YQ
147222015-03-11 Yao Qi <yao.qi@linaro.org>
14723
14724 * gdb.base/catch-syscall.exp: Fix typo in comments.
14725
5d0962b2
YQ
147262015-03-11 Yao Qi <yao.qi@linaro.org>
14727
14728 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
14729
b2df3cef
PA
147302015-03-09 Pedro Alves <palves@redhat.com>
14731
14732 * dg-extract-results.py: Delete.
14733
ef878e53
PA
147342015-03-09 Pedro Alves <palves@redhat.com>
14735
14736 Merge dg-extract-results.sh from GCC upstream (r218843).
14737
14738 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
14739 * dg-extract-results.sh: Use --text with grep to avoid issues with
14740 binary files. Fall back to cat -v, if that doesn't work.
14741
9494d219
PA
147422015-03-05 Pedro Alves <palves@redhat.com>
14743
14744 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
14745
a8d9763a
SM
147462015-03-04 Simon Marchi <simon.marchi@ericsson.com>
14747
14748 * lib/mi-support.exp (mi_expect_interrupt): Accept
14749 alternative event for when in all-stop mode.
14750
be9957b8
PA
147512015-03-04 Pedro Alves <palves@redhat.com>
14752
14753 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
14754
d57be0f4 147552015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
14756
14757 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
14758
c214c7cf
AA
147592015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
14760
14761 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
14762 regexps for GDB's current line display, accept a hex address
14763 preceding the line number.
14764
6d74a497
AA
147652015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
14766
14767 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
14768 the 'arch1' variable for "s390*-linux*" targets.
14769
511aee7c
PA
147702015-03-04 Pedro Alves <palves@redhat.com>
14771
14772 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
14773 (main): Pass missing retval argument to pthread_join call.
14774
95e50b27
PA
147752015-03-02 Pedro Alves <palves@redhat.com>
14776
14777 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
14778 (top level): Call do_test with non-stop as well.
14779
28054d69
PA
147802015-03-02 Pedro Alves <palves@redhat.com>
14781
14782 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
14783 -1.
14784
4fa5d7b4
AA
147852015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
14786
14787 * gdb.arch/s390-vregs.exp: New test.
14788 * gdb.arch/s390-vregs.S: New file.
14789
97c18565
PA
147902015-02-27 Pedro Alves <palves@redhat.com>
14791
14792 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
14793 call to catch_command_errors.
14794 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
14795 catch_command_errors.
14796
a37bfa30
PA
147972015-02-27 Pedro Alves <palves@redhat.com>
14798
14799 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
14800 "true" for boolean result.
14801 * gdb.gdb/selftest.exp (test_with_self): Also accept full
14802 prototype of main.
14803
6f98576f
PA
148042015-02-27 Pedro Alves <palves@redhat.com>
14805
14806 * lib/unbuffer_output.c: New file.
14807 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
14808 (main): Call gdb_unbuffer_output.
14809
eba5ab56
YQ
148102015-02-27 Yao Qi <yao.qi@linaro.org>
14811
14812 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
14813 target.
14814
0def5aaa
DE
148152015-02-26 Doug Evans <dje@google.com>
14816
14817 * gdb.cp/class2.cc (Dbase, D): New classes.
14818 (main): New local delta.
14819 * gdb.cp/class2.exp: Test printing delta.
14820 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
14821 (dynbar): New global.
14822 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
14823
081a1c2c
JK
148242015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14825
14826 * gdb.compile/compile-ifunc.c: New file.
14827 * gdb.compile/compile-ifunc.exp: New file.
14828
2f41223f
AT
148292015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
14830
14831 * gdb.base/structs.exp: Check for correct struct on finish.
14832
03eddd80
YQ
148332015-02-26 Yao Qi <yao.qi@linaro.org>
14834
14835 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
14836 is zero.
14837
80c57053
JK
148382015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14839
14840 * gdb.arch/cordic.ko.bz2: New file.
14841 * gdb.arch/cordic.ko.debug.bz2: New file.
14842 * gdb.arch/ppc64-symtab-cordic.exp: New file.
14843
21613c12
YQ
148442015-02-25 Yao Qi <yao.qi@linaro.org>
14845
14846 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
14847 aarch64*-*-* target.
14848
d8b901ed
PA
148492015-02-23 Pedro Alves <palves@redhat.com>
14850
14851 * lib/gdb.exp (delete_breakpoints): Rewrite using
14852 gdb_test_multiple.
14853
e5b85ead
PA
148542015-02-23 Pedro Alves <palves@redhat.com>
14855
14856 * gdb.base/info-os.c: Include stdlib.h.
14857
85c3a371
DE
148582015-02-22 Doug Evans <xdje42@gmail.com>
14859
14860 PR symtab/17855
14861 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
14862 is read after symbols have been re-read.
14863 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
14864 * gdb.ada/exec_changed/second.adb (Second): Ditto.
14865
96553a0c
DE
148662015-02-21 Doug Evans <dje@google.com>
14867
14868 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
14869
97a0c697
JK
148702015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14871
14872 PR corefiles/17808
14873 * gdb.arch/i386-biarch-core.core.bz2: New file.
14874 * gdb.arch/i386-biarch-core.exp: New file.
14875
a47cd6e9
PA
148762015-02-21 Pedro Alves <palves@redhat.com>
14877
14878 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
14879 runto_main fails.
14880
c5facdc4
PA
148812015-02-20 Pedro Alves <palves@redhat.com>
14882
14883 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
14884 info probes.
14885
2db9a427
PA
148862015-02-20 Pedro Alves <palves@redhat.com>
14887
14888 * gdb.threads/multi-create-ns-info-thr.exp: New file.
14889
60fb7e9e
PA
148902015-02-20 Pedro Alves <palves@redhat.com>
14891
14892 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
14893 clean_restart before gdb_target_supports_trace.
14894
5c5019c2
PA
148952015-02-20 Pedro Alves <palves@redhat.com>
14896
14897 PR threads/18006
14898 * gdb.threads/clone-thread_db.c: New file.
14899 * gdb.threads/clone-thread_db.exp: New file.
14900
c9587f88
AT
149012015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
14902
14903 PR breakpoints/16812
14904 * gdb.base/catch-gdb-caused-signals.c: New file.
14905 * gdb.base/catch-gdb-caused-signals.exp: New file.
14906
f6a88844
JM
149072015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
14908
14909 * configure: Regenerated.
14910 * configure.ac: Use GDB_AC_TRANSFORM.
14911 * aclocal.m4: sinclude ../transform.m4.
14912
497c491b
JM
149132015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
14914
14915 * lib/dtrace.exp: New file.
14916 * gdb.base/dtrace-probe.exp: Likewise.
14917 * gdb.base/dtrace-probe.d: Likewise.
14918 * gdb.base/dtrace-probe.c: Likewise.
14919 * lib/pdtrace.in: Likewise.
14920 * configure.ac: Output variables with the transformed names of
14921 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
14922 * configure: Regenerated.
14923
03e98035
JM
149242015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
14925
14926 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
14927 expected message when trying to access $_probe_* convenience
14928 variables while not on a probe.
14929
63cc30e9
JK
149302015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14931
14932 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
14933
0703599a
PA
149342015-02-11 Pedro Alves <pedro@codesourcery.com>
14935
14936 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
14937 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
14938
7e60a48e
DE
149392015-02-10 Doug Evans <xdje42@gmail.com>
14940
14941 * lib/gdb.exp (gdb_load): Always return a result.
14942
01b088bc
PA
149432015-02-10 Pedro Alves <palves@redhat.com>
14944
14945 * gdb.threads/signal-sigtrap.c: New file.
14946 * gdb.threads/signal-sigtrap.exp: New file.
14947
b05ec7a5
AT
149482015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
14949
14950 * gdb.trace/no-attach-trace.c: New file.
14951 * gdb.trace/no-attach-trace.exp: New file.
14952
a2c2acaf
MW
149532015-02-09 Mark Wielaard <mjw@redhat.com>
14954
14955 * gdb.dwarf2/atomic.c: New file.
14956 * gdb.dwarf2/atomic-type.exp: Likewise.
14957
31fd9caa
MM
149582015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14959
14960 * gdb.btrace/buffer-size.exp: Update "info record" output.
14961 * gdb.btrace/delta.exp: Update "info record" output.
14962 * gdb.btrace/enable.exp: Update "info record" output.
14963 * gdb.btrace/finish.exp: Update "info record" output.
14964 * gdb.btrace/instruction_history.exp: Update "info record" output.
14965 * gdb.btrace/next.exp: Update "info record" output.
14966 * gdb.btrace/nexti.exp: Update "info record" output.
14967 * gdb.btrace/step.exp: Update "info record" output.
14968 * gdb.btrace/stepi.exp: Update "info record" output.
14969 * gdb.btrace/nohist.exp: Update "info record" output.
14970
d33501a5
MM
149712015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14972
14973 * gdb.btrace/buffer-size: New.
14974
f4abbc16
MM
149752015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14976
14977 * gdb.btrace/delta.exp: Update "info record" output.
14978 * gdb.btrace/enable.exp: Update "info record" output.
14979 * gdb.btrace/finish.exp: Update "info record" output.
14980 * gdb.btrace/instruction_history.exp: Update "info record" output.
14981 * gdb.btrace/next.exp: Update "info record" output.
14982 * gdb.btrace/nexti.exp: Update "info record" output.
14983 * gdb.btrace/step.exp: Update "info record" output.
14984 * gdb.btrace/stepi.exp: Update "info record" output.
14985 * gdb.btrace/nohist.exp: Update "info record" output.
14986
b9d61307
SM
149872015-02-06 Simon Marchi <simon.marchi@ericsson.com>
14988
14989 PR gdb/15678
14990 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
14991
e584fdbc
PA
149922015-02-06 Pedro Alves <palves@redhat.com>
14993
14994 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
14995 macro.
14996 (seconds_left, again): New globals.
14997 (main): Wait seconds_left in a 1-second sleep loop instead of
14998 sleeping 180 seconds. If 'again' is set, reset the seconds
14999 counter.
15000 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
15001 'again' in the inferior before detaching. Print the seconds left.
15002 (options): New global.
15003 (top level): Build program with -DTIMEOUT=$timeout.
15004
77f41761
PA
150052015-02-06 Pedro Alves <palves@redhat.com>
15006
15007 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
15008 determine how many seconds to pass to 'alarm'.
15009 * gdb.base/gdb-sigterm.exp (top level): Build program with
15010 -DTIMEOUT=$timeout.
15011 (do_test): Return success/failure indication. Add more verbose
15012 logging. Don't fail if 200 single steps are seen. Instead, fail
15013 when the test times out.
15014 (passes): New global.
15015 (top level): Break the testing loop if testing fails on any
15016 iteration. Use gdb_assert.
15017
b9394193
DB
150182015-02-04 Don Breazeal <donb@codesourcery.com>
15019
15020 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
15021 and initialize them.
15022 (ipc_cleanup): New function.
15023 (main): Don't declare shmid, semid, and msqid. Add a call to
15024 atexit so that we call ipc_cleanup on exit.
15025
42d9e528
PA
150262015-02-04 Pedro Alves <palves@redhat.com>
15027
15028 * boards/native-extended-gdbserver.exp: Remove any target variant
15029 specifications from the board name before clearing the isremote
15030 flag from board_info.
15031
ae6ae975
DE
150322015-01-31 Doug Evans <xdje42@gmail.com>
15033
15034 * gdb.base/maint.exp <maint print type argc>: Update expected output.
15035
cfb069a8
GB
150362015-01-31 Gary Benson <gbenson@redhat.com>
15037
15038 * gdb.base/completion.exp: Disable completion limiting for
15039 existing tests. Add new tests to check completion limiting.
15040 * gdb.linespec/ls-errs.exp: Disable completion limiting.
15041
5dd31d79
DE
150422015-01-31 Doug Evans <xdje42@gmail.com>
15043
15044 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
15045
9f050062
DE
150462015-01-31 Doug Evans <xdje42@gmail.com>
15047
15048 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
15049 entries. Duplicate file section script entries.
15050 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
15051 inlined entries. Add test for safe-path rejection.
15052 * gdb.python/py-section-script.c: Add duplicate inlined section script
15053 entries. Duplicate file section script entries.
15054 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
15055 inlined entries. Add test for safe-path rejection.
15056
df25ebbd
JB
150572015-01-29 Joel Brobecker <brobecker@adacore.com>
15058
15059 * gdb.ada/disc_arr_bound: New testcase.
15060
4a0ca9ec
JB
150612015-01-29 Joel Brobecker <brobecker@adacore.com>
15062
15063 * gdb.ada/mi_var_array: New testcase.
15064
3a8b707a
DE
150652015-01-27 Doug Evans <dje@google.com>
15066
15067 * gdb.python/py-objfile.exp: Add tests for objfile.username.
15068 Add test for objfile.filename, objfile.username after objfile
15069 has been unloaded.
15070
f8313f6e
JB
150712015-01-26 Joel Brobecker <brobecker@adacore.com>
15072
15073 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
15074 the second test to print the name attribute of value
15075 returned by the call to gdb.lookup_type, and adjust
15076 the expected output accordingly.
15077
37bc665e
MW
150782015-01-25 Mark Wielaard <mjw@redhat.com>
15079
15080 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
15081 * gdb.base/disp-step-fork.c: Include unistd.h.
15082 * gdb.base/siginfo-obj.c: Include stdio.h.
15083 * gdb.base/siginfo-thread.c: Likewise.
15084 * gdb.mi/non-stop.c: Include unistd.h.
15085 * gdb.mi/nsthrexec.c: Include stdio.h.
15086 * gdb.mi/pthreads.c: Include unistd.h.
15087 * gdb.modula2/unbounded1.c (main): Declare returns int.
15088 * gdb.reverse/consecutive-reverse.c: Likewise.
15089 * gdb.threads/create-fail.c: Include unistd.h.
15090 * gdb.threads/killed.c: Likewise.
15091 * gdb.threads/linux-dp.c: Likewise.
15092 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
15093 * gdb.threads/non-ldr-exc-2.c: Likewise.
15094 * gdb.threads/non-ldr-exc-3.c: Likewise.
15095 * gdb.threads/non-ldr-exc-4.c: Likewise.
15096 * gdb.threads/pthreads.c: Include unistd.h.
15097 (main): Declare returns int.
15098 * gdb.threads/tls-main.c (foo): New declaration.
15099 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
15100
f7e5394d
SM
151012015-01-23 Simon Marchi <simon.marchi@ericsson.com>
15102
15103 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
15104 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
15105
743649fd
MW
151062015-01-15 Mark Wielaard <mjw@redhat.com>
15107
15108 * gdb.base/noreturn-return.c: New file.
15109 * gdb.base/noreturn-return.exp: New file.
15110 * gdb.base/noreturn-finish.c: New file.
15111 * gdb.base/noreturn-finish.exp: New file.
15112
198297aa
PA
151132015-01-23 Pedro Alves <palves@redhat.com>
15114
15115 * gdb.threads/continue-pending-after-query.c: New file.
15116 * gdb.threads/continue-pending-after-query.exp: New file.
15117
717cf30c
AG
151182015-01-22 Anders Granlund <anders.granlund@ericsson.com>
15119 Simon Marchi <simon.marchi@ericsson.com>
15120
15121 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
15122 * gdb.base/valgrind-db-attach.exp: Same.
15123 * gdb.base/valgrind-infcall.exp: Same.
15124 * lib/mi-support.exp (default_mi_gdb_start): Same.
15125 * lib/prompt.exp (default_prompt_gdb_start): Same.
15126 * lib/gdb.exp (default_gdb_spawn): Same.
15127 (gdb_interact): New.
15128
15129
4b62a76e
JK
151302015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15131
15132 * gdb.compile/compile.exp (pointer to jit function): New test.
15133
b4cdae6f
WW
151342015-01-17 Wei-cheng Wang <cole945@gmail.com>
15135
15136 * lib/gdb.exp (supports_process_record): Return true for
15137 powerpc*-*-linux*.
15138 (supports_reverse): Likewise.
15139
d221e7ef
DB
151402015-01-15 Don Breazeal <donb@codesourcery.com>
15141
15142 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
15143 instead of checking whether the target board is remote and
15144 use spawn_wait_for_attach instead of exec/sleep.
15145 * gdb.base/attach-twice.exp: Likewise.
15146
bafffb51
JB
151472015-01-15 Joel Brobecker <brobecker@adacore.com>
15148
15149 * gdb.ada/var_arr_attrs: New testcase.
15150
5589af0e
PA
151512015-01-14 Pedro Alves <palves@redhat.com>
15152 Joel Brobecker <brobecker@adacore.com>
15153
15154 PR gdb/17525
15155 * gdb.base/bp-cmds-execution-x-script.c: New file.
15156 * gdb.base/bp-cmds-execution-x-script.exp: New file.
15157 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
15158
6c400b59
PA
151592015-01-14 Pedro Alves <palves@redhat.com>
15160
15161 PR cli/17828
15162 * gdb.base/batch-preserve-term-settings.c: New file.
15163 * gdb.base/batch-preserve-term-settings.exp: New file.
15164
e02c96a7
DE
151652015-01-13 Doug Evans <dje@google.com>
15166
15167 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
15168 binary.
15169
576fd14c
JB
151702015-01-13 Joel Brobecker <brobecker@adacore.com>
15171
15172 * Makefile.in (clean mostlyclean): Do not delete *.py.
15173
04dccad0
JB
151742015-01-13 Joel Brobecker <brobecker@adacore.com>
15175
15176 * gdb.python/py-lookup-type.exp: New file.
15177
3d230f71
PA
151782015-01-12 Pedro Alves <palves@redhat.com>
15179
15180 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
15181 restore GDBFLAGS before returning.
15182
7e67715d
JK
151832015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15184
15185 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
15186 is_amd64_regs_target and is_x86_like_target.
15187
f2e0d4b4
DE
151882015-01-11 Doug Evans <xdje42@gmail.com>
15189
15190 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
15191 is given without an explicit form.
15192 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
15193 attributes.
15194 * gdb.dwarf/corrupt.exp: Ditto.
15195 * gdb.dwarf2/enum-type.exp: Ditto.
15196 * gdb.trace/entry-values.exp: Ditto.
15197 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
15198
439250fb
DE
151992015-01-11 Doug Evans <xdje42@gmail.com>
15200
15201 PR gdb/15830
15202 * gdb.base/maint.exp: Remove references to "maint demangle".
15203 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
15204 Add tests for explicitly specifying language to demangle.
15205 * gdb.dlang/demangle.exp: Ditto.
15206
ede9f622
PA
152072015-01-09 Pedro Alves <palves@redhat.com>
15208
15209 * gdb.threads/non-stop-fair-events.c: New file.
15210 * gdb.threads/non-stop-fair-events.exp: New file.
15211
a7b796db
PA
152122015-01-09 Pedro Alves <palves@redhat.com>
15213
15214 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
15215 the global scope. Set a breakpoint after all threads are started
15216 rather than stepping over two source lines. Expect the prompt.
15217 * gdb.base/watch_thread_num.c (threads_started_barrier): New
15218 global.
15219 (NUM): Now 15.
15220 (main): Use threads_started_barrier to wait for all threads to
15221 start. Main thread no longer calls thread_function. Exit after
15222 180 seconds.
15223 (loop): New function.
15224 (thread_function): Wait on threads_started_barrier barrier. Call
15225 'loop' at each iteration.
15226 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
15227 threads have started, instead of hardcoding number of "next"
15228 steps. Use an access watchpoint instead of a write watchpoint.
15229
9665ffdd
PA
152302015-01-09 Pedro Alves <palves@redhat.com>
15231
15232 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
15233 (thread_func): Wait on barrier.
15234 (main): Wait for all threads to start before stopping GDB.
15235 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
15236 global.
15237 (thread1_func, thread2_func): Wait on barrier.
15238 (main): Wait for all threads to start before stopping GDB.
15239 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
15240 New global.
15241 (thread1_func, thread2_func): Wait on barrier.
15242 (main): Wait for all threads to start before stopping GDB.
15243
c945a99f
PA
152442015-01-09 Pedro Alves <palves@redhat.com>
15245
15246 * gdb.threads/attach-many-short-lived-threads.c: New file.
15247 * gdb.threads/attach-many-short-lived-threads.exp: New file.
15248
c1a747c1
PA
152492014-01-09 Pedro Alves <palves@redhat.com>
15250
15251 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
15252 instead of to thread 2.
15253 * gdb.threads/signal-command-multiple-signals-pending.c (main):
15254 Add barrier around each pthread_create call instead of around all
15255 calls.
15256 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
15257 Set a break on thread_function and have the child threads hit it
15258 one at at a time.
15259
60b3033e
PA
152602015-01-09 Pedro Alves <palves@redhat.com>
15261
15262 * lib/gdb.exp (can_spawn_for_attach): New procedure.
15263 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
15264 false.
15265 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
15266 checking whether the target board is remote.
15267 * gdb.multi/multi-attach.exp: Likewise.
15268 * gdb.python/py-sync-interp.exp: Likewise.
15269 * gdb.server/ext-attach.exp: Likewise.
15270 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
15271 tests that need to attach, instead of checking whether the target
15272 board is remote at the top of the file.
15273
acc018ac
YQ
152742015-01-08 Yao Qi <yao@codesourcery.com>
15275
15276 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
15277
50a18af8
JK
152782015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15279
15280 Fix testcase compilation.
15281 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
15282
8503d6e1
JB
152832015-01-06 Joel Brobecker <brobecker@adacore.com>
15284
15285 * gdb.python/py-type.exp: Add a couple test about empty
15286 array creation, and negative-length array creation.
15287
cc73dbcc
DE
152882015-01-02 Doug Evans <xdje42@gmail.com>
15289
15290 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
15291
0300bbc7
DE
152922015-01-02 Doug Evans <dje@google.com>
15293
15294 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
15295
9d85a0ec
YQ
152962014-12-29 Yao Qi <yao@codesourcery.com>
15297
15298 * gdb.trace/entry-values.exp: Update comments. Rename variable
15299 bar_call_foo to returned_from_foo.
15300
87186c6a
MMN
153012014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
15302
15303 PR gdb/17394
15304 * gdb.linespec/break-asm-file.c: New file.
15305 * gdb.linespec/break-asm-file.exp: New file.
15306 * gdb.linespec/break-asm-file0.s: New file.
15307 * gdb.linespec/break-asm-file1.s: New file.
15308
1bab7383
YQ
153092014-12-18 Nigel Stephens <nigel@mips.com>
15310 Maciej W. Rozycki <macro@codesourcery.com>
15311
15312 * gdb.base/float.exp: Handle the new output from "info float" on
15313 MIPS targets.
15314
1bc1068a
JK
153152014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
15316
15317 Fix MinGW compilation.
15318 * gdb.compile/compile-ops.exp: Update untested message if
15319 !skip_compile_feature_tests.
15320 * gdb.compile/compile-setjmp.exp: Likewise.
15321 * gdb.compile/compile-tls.exp: Likewise.
15322 * gdb.compile/compile.exp: Likewise.
15323 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
15324 supported on this host".
15325
b6615d10
DE
153262014-12-16 Doug Evans <xdje42@gmail.com>
15327
15328 * boards/stabs.exp: New file.
15329
25dda427
AA
153302014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
15331
15332 * gdb.base/completion.exp: Adjust to format changes of "maint
15333 print user-registers".
15334
bf330350
CU
153352014-12-16 Catalin Udma <catalin.udma@freescale.com>
15336
15337 PR server/17457
15338 * gdb.arch/aarch64-fp.c: New file.
15339 * gdb.arch/aarch64-fp.exp: New file.
15340
395cf596
SDJ
153412014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
15342
15343 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
15344 r210637, r210913, r211666, r215400, r215817).
15345
15346 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
15347 * dg-extract-results.py: New file.
15348 * dg-extract-results.sh: Use it if the environment seems
15349 suitable.
15350
15351 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
15352
15353 * dg-extract-results.py (parse_run): Handle warnings that
15354 are printed before a test harness is run.
15355
15356 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
15357
15358 * dg-extract-results.py (Named): Remove __cmp__ method.
15359 (output_variation): Use a key to sort variation.harnesses.
15360
15361 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
15362
15363 * dg-extract-results.py: For Python 3, force sys.stdout to
15364 handle surrogate escape sequences.
15365 (safe_open): New function.
15366 (output_segment, main): Use it.
15367
15368 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
15369
15370 * dg-extract-results.py (Prog.result_re): Include options
15371 in test name.
15372
15373 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
15374
15375 * dg-extract-results.py (output_variation): Always sort if
15376 do_sum.
15377
e882ef3c
SM
153782014-12-15 Simon Marchi <simon.marchi@ericsson.com>
15379
15380 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
15381 as long as we get pagination notifications.
15382
4992aa20
JM
153832014-12-15 Jason Merrill <jason@redhat.com>
15384
15385 * Makefile.in (check-gdb.%): Restore.
15386 * README: Mention it.
15387
c1b5a1a6
JB
153882014-12-13 Joel Brobecker <brobecker@adacore.com>
15389
15390 * gdb.ada/str_uninit: New testcase.
15391
5537b577
JK
153922014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15393
15394 PR symtab/17642
15395 * gdb.base/vla-stub-define.c: New file.
15396 * gdb.base/vla-stub.c: New file.
15397 * gdb.base/vla-stub.exp: New file.
15398
bb2ec1b3
TT
153992014-12-12 Phil Muldoon <pmuldoon@redhat.com>
15400 Jan Kratochvil <jan.kratochvil@redhat.com>
15401 Tom Tromey <tromey@redhat.com>
15402
15403 * configure.ac: Add gdb.compile/.
15404 * configure: Regenerate.
15405 * gdb.compile/Makefile.in: New file.
15406 * gdb.compile/compile-ops.exp: New file.
15407 * gdb.compile/compile-ops.c: New file.
15408 * gdb.compile/compile-tls.c: New file.
15409 * gdb.compile/compile-tls.exp: New file.
15410 * gdb.compile/compile-constvar.S: New file.
15411 * gdb.compile/compile-constvar.c: New file.
15412 * gdb.compile/compile-mod.c: New file.
15413 * gdb.compile/compile-nodebug.c: New file.
15414 * gdb.compile/compile-setjmp-mod.c: New file.
15415 * gdb.compile/compile-setjmp.c: New file.
15416 * gdb.compile/compile-setjmp.exp: New file.
15417 * gdb.compile/compile-shlib.c: New file.
15418 * gdb.compile/compile.c: New file.
15419 * gdb.compile/compile.exp: New file.
15420 * lib/gdb.exp (skip_compile_feature_tests): New proc.
15421
4ff709eb
TT
154222014-12-12 Tom Tromey <tromey@redhat.com>
15423
15424 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
15425 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
15426
6dddd6a5
DE
154272014-12-12 Doug Evans <dje@google.com>
15428
15429 * lib/gdb-python.exp (get_python_valueof): New function.
15430 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
15431
71c24708
AA
154322014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15433
15434 * gdb.base/completion.exp: Add test for completion of "info
15435 registers ".
15436
3e29f34a
MR
154372014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
15438
15439 * gdb.base/func-ptrs.c: New file.
15440 * gdb.base/func-ptrs.exp: New file.
15441
fc126975
SM
154422014-12-10 Simon Marchi <simon.marchi@ericsson.com>
15443
15444 PR breakpoints/17012
15445 * gdb.base/dprintf-detach.c: New file.
15446 * gdb.base/dprintf-detach.exp: New file.
15447
0a46d518
SM
154482014-12-10 Simon Marchi <simon.marchi@ericsson.com>
15449
15450 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
15451 * lib/gdb.exp (target_is_gdbserver): New procedure.
15452
a0be3e44
DE
154532014-12-08 Doug Evans <dje@google.com>
15454
15455 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
15456
df1b803a
YQ
154572014-12-05 Yao Qi <yao@codesourcery.com>
15458
15459 * gdb.guile/scm-error.exp: Remove the third argument to
15460 gdb_remote_download.
15461 * gdb.guile/scm-frame-args.exp: Likewise.
15462 * gdb.guile/scm-section-script.exp: Likewise.
15463
ddb9f679
YQ
154642014-12-05 Yao Qi <yao@codesourcery.com>
15465
15466 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
15467
86e4ed39
DE
154682014-12-04 Doug Evans <dje@google.com>
15469
15470 * gdb.python/py-objfile.exp: Add tests for
15471 objfile.add_separate_debug_file.
15472
7c50a931
DE
154732014-12-04 Doug Evans <dje@google.com>
15474
15475 * lib/gdb.exp (get_build_id): New function.
15476 (build_id_debug_filename_get): Rewrite to use it.
15477 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
15478
621661e3
MR
154792014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
15480
15481 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
15482 `method(long)', not just 0x0.
15483 * gdb.cp/nsalias.exp: Align code labels to 4.
15484 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
15485 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
15486 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
15487 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
15488 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
15489 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
15490
29f0c3b7
DE
154912014-12-02 Doug Evans <dje@google.com>
15492
e1e061e7 15493 PR symtab/17602
29f0c3b7 15494 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 15495 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
15496 * gdb.cp/anon-ns.exp: Update.
15497
162078c8
NB
154982014-12-02 Nick Bull <nicholaspbull@gmail.com>
15499
15500 * gdb.python/py-events.py (inferior_call_handler): New.
15501 (register_changed_handler, memory_changed_handler): New.
15502 (test_events.invoke): Register new handlers.
15503 * gdb.python/py-events.exp: Add tests for inferior call,
15504 memory_changed and register_changed events.
15505
fdb09caf
AA
155062014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
15507
15508 * gdb.base/execl-update-breakpoints.exp: Specify the link address
15509 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
15510 if the linker doesn't understand this.
15511
55cfb2c4
SM
155122014-12-01 Simon Marchi <simon.marchi@ericsson.com>
15513
15514 * gdb.python/python.exp: Change expected reply to help().
15515
9e8cd6df
YQ
155162014-12-01 Yao Qi <yao@codesourcery.com>
15517
15518 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
15519 AC_CONFIG_SUBDIRS(gdb.gdbtk).
15520 * configure: Re-generated.
15521
6c659fc2
SC
155222014-11-28 Siva Chandra Reddy <sivachandra@google.com>
15523
15524 * gdb.cp/chained-calls.cc: New file.
15525 * gdb.cp/chained-calls.exp: New file.
15526 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
15527
d7fc3181
SM
155282014-11-28 Simon Marchi <simon.marchi@ericsson.com>
15529
15530 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
15531 * gdb.dwarf2/symtab-producer.exp: Same.
15532 * gdb.gdb/python-interrupts.exp: Same.
15533 * gdb.gdb/python-selftest.exp: Same.
15534 * gdb.python/py-linetable.exp: Same.
15535 * gdb.python/py-type.exp: Same.
15536 * gdb.python/py-value-cc.exp: Same.
15537 * gdb.python/py-value.exp: Same.
15538
10e79639
YQ
155392014-11-28 Yao Qi <yao@codesourcery.com>
15540
15541 * gdb.base/break-probes.exp: Match library name prefixed with
15542 sysroot.
15543
f28a0564
SM
155442014-11-27 Simon Marchi <simon.marchi@ericsson.com>
15545
15546 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
15547 test expected output. Add parentheses for the call to print.
15548 Remove L suffix from integers.
15549
3fe1ce1d
DE
155502014-11-26 Doug Evans <dje@google.com>
15551
15552 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
15553
84429e27
YQ
155542014-11-22 Yao Qi <yao@codesourcery.com>
15555
15556 * gdb.trace/entry-values.c: Remove asms.
15557 (foo): Add foo_label.
15558 (bar): Add bar_label.
15559 * gdb.trace/entry-values.exp: Remove code computing foo's
15560 length and bar's length.
15561 (Dwarf::assemble): Invoke function_range for bar and use
15562 MACRO_AT_func for foo.
15563
26741859
YQ
155642014-11-22 Yao Qi <yao@codesourcery.com>
15565
15566 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
15567 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
15568 Use .Lgcc43_procstart instead of gcc43.
15569
45e44d27
JB
155702014-11-21 Joel Brobecker <brobecker@adacore.com>
15571
15572 * gdb.ada/n_arr_bound: New testcase.
15573
458c8db8
SDJ
155742014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
15575
15576 PR breakpoints/10737
15577 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
15578 test_catch_syscall_multi_arch.
15579 (test_catch_syscall_multi_arch): New function.
15580
43f3e411
DE
155812014-11-20 Doug Evans <xdje42@gmail.com>
15582
15583 * gdb.base/maint.exp: Update expected output.
15584
0d7b2549
AA
155852014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
15586
15587 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
15588 4-byte instruction on S390.
15589
8908fca5
JB
155902014-11-19 Joel Brobecker <brobecker@adacore.com>
15591
15592 * gdb.ada/arr_arr: New testcase.
15593
4a46959e
JB
155942014-11-19 Joel Brobecker <brobecker@adacore.com>
15595
15596 * gdb.ada/pkd_arr_elem: New Testcase.
15597
470e2f4e
LM
155982014-11-18 Luis Machado <lgustavo@codesourcery.com>
15599
15600 * gdb.reverse/break-precsave: Expect completion message for
15601 core file reads.
15602 * gdb.reverse/consecutive-precsave.exp: Likewise.
15603 * gdb.reverse/finish-precsave.exp: Likewise.
15604 * gdb.reverse/i386-precsave.exp: Likewise.
15605 * gdb.reverse/machinestate-precsave.exp: Likewise.
15606 * gdb.reverse/sigall-precsave.exp: Likewise.
15607 * gdb.reverse/solib-precsave.exp: Likewise.
15608 * gdb.reverse/step-precsave.exp: Likewise.
15609 * gdb.reverse/until-precsave.exp: Likewise.
15610 * gdb.reverse/watch-precsave.exp: Likewise.
15611
a267f3ad
AA
156122014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15613
15614 * gdb.base/bp-permanent.c: Include unistd.h.
15615 * gdb.python/py-framefilter-mi.c (main): Add return type.
15616 * gdb.python/py-framefilter.c (main): Likewise.
15617 * gdb.trace/actions-changed.c (main): Likewise.
15618
12084a9a
AA
156192014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15620
15621 * gdb.mi/until.c: Add eye-catchers.
15622 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
15623 line numbers.
15624
dc7e1a77
AA
156252014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15626
15627 * gdb.base/condbreak.exp: Drop references to removed non-prototype
15628 function header variants in break1.c.
15629 * gdb.base/ena-dis-br.exp: Likewise.
15630 * gdb.base/hbreak2.exp: Likewise.
15631 * gdb.reverse/until-precsave.exp: Drop references to removed
15632 non-prototype function header variants in ur1.c.
15633 * gdb.reverse/until-reverse.exp: Likewise.
15634
41c77605
PM
156352014-11-17 Petr Machata <pmachata@redhat.com>
15636
15637 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
15638 ${_cu_offset_size} bytes abbrev offset.
15639
34248c3a
DE
156402014-11-15 Doug Evans <xdje42@gmail.com>
15641
15642 PR symtab/17559
15643 * gdb.base/line-symtabs.exp: New file.
15644 * gdb.base/line-symtabs.c: New file.
15645 * gdb.base/line-symtabs.h: New file.
15646
646da059
YQ
156472014-11-14 Yao Qi <yao@codesourcery.com>
15648
15649 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
15650 (func): Add label func_label.
15651 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
15652 Replace low_pc and high_pc with MACRO_AT_range.
15653 Replace name, low_pc and high_pc with MACRO_AT_func.
15654
9301ebe6
YQ
156552014-11-14 Yao Qi <yao@codesourcery.com>
15656
15657 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
15658 Replace name, low_pc and high_pc with MACRO_AT_func.
15659
f166b542
YQ
156602014-11-14 Yao Qi <yao@codesourcery.com>
15661
15662 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
15663 produce debug information.
15664 * gdb.dwarf2/implptr-optimized-out.S: Removed.
15665
0f6e71e3
YQ
156662014-11-14 Yao Qi <yao@codesourcery.com>
15667
15668 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
15669 object and get function length.
15670 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
15671 with MACRO_AT_func.
15672 (top-level): Replace gdb_compile and clean_restart with
15673 prepare_for_testing.
15674 * gdb.dwarf2/main.c (main): Add label main_label.
15675
876c4df9
YQ
156762014-11-14 Yao Qi <yao@codesourcery.com>
15677
15678 * lib/dwarf.exp (function_range): New procedure.
15679 (Dwarf::_handle_macro_at_func): New procedure.
15680 (Dwarf::_handle_macro_at_range): New procedure.
15681 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
15682
02ad9cf1
YQ
156832014-11-14 Yao Qi <yao@codesourcery.com>
15684
15685 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
15686 (_handle_attribute): New procedure.
15687
a59add0c
AA
156882014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15689
15690 * gdb.ada/cond_lang/foo.c (callme): Add return type.
15691 * gdb.base/call-sc.c (zed): Likewise.
15692 * gdb.base/checkpoint.c (main): Likewise.
15693 * gdb.base/dump.c (main): Likewise.
15694 * gdb.base/gcore.c (main): Likewise.
15695 * gdb.base/huge.c (main): Likewise.
15696 * gdb.base/multi-forks.c (main): Likewise.
15697 * gdb.base/pr10179-a.c (main): Likewise.
15698 * gdb.base/savedregs.c (main): Likewise.
15699 * gdb.base/sigaltstack.c (main): Likewise.
15700 * gdb.base/siginfo.c (main): Likewise.
15701 * gdb.base/structs.c (zed): Likewise.
15702 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
15703 * gdb.mi/mi-syn-frame.c (main): Likewise.
15704 * gdb.mi/until.c (foo, main): Likewise.
15705 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
15706 * gdb.base/solib-weak.c (foo): Declare.
15707 * gdb.base/attach-twice.c: Include stdio.h.
15708 * gdb.base/weaklib1.c: Likewise.
15709 * gdb.base/weaklib2.c: Likewise.
15710 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
15711 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
15712 unistd.h.
15713 * gdb.base/attach-pie-misread.c: Include stdlib.h.
15714 * gdb.mi/mi-exit-code.c: Likewise.
15715 * gdb.base/break-interp-lib.c: Include string.h.
15716 * gdb.base/coremaker.c: Likewise.
15717 * gdb.base/testenv.c: Likewise.
15718 * gdb.python/py-finish-breakpoint.c: Likewise.
15719 * gdb.base/inferior-died.c: Include sys/wait.h.
15720 * gdb.base/fileio.c: Include time.h.
15721 * gdb.base/async-shell.c: Include unistd.h.
15722 * gdb.base/dprintf-non-stop.c: Likewise.
15723 * gdb.base/info-os.c: Likewise.
15724 * gdb.mi/mi-console.c: Likewise.
15725 * gdb.mi/watch-nonstop.c: Likewise.
15726 * gdb.python/py-events.c: Likewise.
15727 * gdb.base/async.c (baz): Move up before its invocation.
15728 * gdb.base/code_elim2.c (my_global_func): Likewise.
15729 * gdb.base/skip-solib-lib.c (multiply): Likewise.
15730 * gdb.base/advance.c (func2): Likewise.
15731
3b5d5997
AA
157322014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15733
15734 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
15735 variant.
15736 * gdb.base/annota3.c: Likewise.
15737 * gdb.base/async.c: Likewise.
15738 * gdb.base/average.c: Likewise.
15739 * gdb.base/call-ar-st.c: Likewise.
15740 * gdb.base/call-rt-st.c: Likewise.
15741 * gdb.base/call-sc.c: Likewise.
15742 * gdb.base/call-strs.c: Likewise.
15743 * gdb.base/ending-run.c: Likewise.
15744 * gdb.base/execd-prog.c: Likewise.
15745 * gdb.base/exprs.c: Likewise.
15746 * gdb.base/foll-exec.c: Likewise.
15747 * gdb.base/foll-fork.c: Likewise.
15748 * gdb.base/foll-vfork.c: Likewise.
15749 * gdb.base/funcargs.c: Likewise.
15750 * gdb.base/gcore.c: Likewise.
15751 * gdb.base/jump.c: Likewise.
15752 * gdb.base/langs0.c: Likewise.
15753 * gdb.base/langs1.c: Likewise.
15754 * gdb.base/langs2.c: Likewise.
15755 * gdb.base/mips_pro.c: Likewise.
15756 * gdb.base/nodebug.c: Likewise.
15757 * gdb.base/opaque0.c: Likewise.
15758 * gdb.base/opaque1.c: Likewise.
15759 * gdb.base/recurse.c: Likewise.
15760 * gdb.base/run.c: Likewise.
15761 * gdb.base/scope0.c: Likewise.
15762 * gdb.base/scope1.c: Likewise.
15763 * gdb.base/setshow.c: Likewise.
15764 * gdb.base/setvar.c: Likewise.
15765 * gdb.base/shmain.c: Likewise.
15766 * gdb.base/shr1.c: Likewise.
15767 * gdb.base/shr2.c: Likewise.
15768 * gdb.base/sigall.c: Likewise.
15769 * gdb.base/signals.c: Likewise.
15770 * gdb.base/so-indr-cl.c: Likewise.
15771 * gdb.base/solib2.c: Likewise.
15772 * gdb.base/structs.c: Likewise.
15773 * gdb.base/sum.c: Likewise.
15774 * gdb.base/vforked-prog.c: Likewise.
15775 * gdb.base/watchpoint.c: Likewise.
15776 * gdb.reverse/shr2.c: Likewise.
15777 * gdb.reverse/until-reverse.c: Likewise.
15778 * gdb.reverse/ur1.c: Likewise.
15779 * gdb.reverse/watch-reverse.c: Likewise.
15780
066a77c5
AA
157812014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15782
15783 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
15784 variant.
15785 * gdb.base/sepdebug.exp: Drop references to removed code.
15786
4f204ea5
AA
157872014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15788
15789 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
15790 variant. Preserve original line numbering.
15791 * gdb.base/list1.c: Likewise.
15792
3b377a3a
AA
157932014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15794
15795 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
15796 variant.
15797 * gdb.base/break1.c: Likewise.
15798 * gdb.base/break.exp: Drop references to removed code.
15799
e444df73
AA
158002014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15801
15802 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
15803 variant.
15804
8008f2a7
AA
158052014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15806
15807 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
15808
a5a06887
AA
158092014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15810
15811 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
15812 logic into perform_all_tests() and invoke it with and without
15813 function header prototypes.
15814 (do_function_calls): Remove conditional XFAIL for PR 5318.
15815 (rerun_and_prepare): Remove duplicate code.
15816 (perform_all_tests): New. Main logic moved here.
15817
44dba9b9
AA
158182014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15819
15820 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
15821 code guarded by #ifdef NO_PROTOTYPES.
15822 (t_double_many_args): Likewise.
15823 (DEF_FUNC_MANY_ARGS_1): Likewise.
15824 (DEF_FUNC_VALUES_1): Likewise.
15825 (t_structs_ldc): Renamed from t_structs_fc in conditional code
15826 guarded by #ifdef PROTOTYPES.
15827
d1fbcd56
AA
158282014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15829
15830 * gdb.mi/mi-console.c: Add eye-catcher.
15831 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
15832 instead of literal line number.
15833
b0e59b8f
AA
158342014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15835
15836 * gdb.base/shr2.c: Add eye-catcher.
15837 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
15838 line number.
15839
78f98cca
AA
158402014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15841
15842 * gdb.base/jump.c: Add eye-catchers.
15843 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
15844 numbers.
15845
58fa2af0
AA
158462014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15847
15848 * gdb.base/execd-prog.c: Add eye-catchers.
15849 * gdb.base/foll-exec.c: Likewise.
15850 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
15851 line numbers.
15852
04e5059b
AA
158532014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15854
15855 * gdb.base/ending-run.c: Add eye-catchers.
15856 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
15857 literal line numbers.
15858
dbfdb174
AA
158592014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15860
15861 * gdb.base/call-rt-st.c: Add eye-catchers.
15862 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
15863 literal line numbers.
15864
888a2ade
AA
158652014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15866
15867 * gdb.base/call-ar-st.c: Add eye-catchers.
15868 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
15869 literal line numbers.
15870
6acc2dde
AA
158712014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15872
15873 * gdb.base/average.c: Add eye-catchers.
15874 * gdb.base/sum.c: Likewise.
15875 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
15876 regexps dynamically.
15877
9ecfcd1d
AA
158782014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15879
15880 * gdb.base/solib1.c: Add eye-catchers.
15881 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
15882 literal line numbers.
15883
78708b7c
PA
158842014-11-12 Pedro Alves <palves@redhat.com>
15885
15886 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
15887 leader has exited.
15888
af48d08f
PA
158892014-11-12 Pedro Alves <palves@redhat.com>
15890
15891 * gdb.arch/i386-bp_permanent.c: New file.
15892 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
15893 (srcfile): Set to i386-bp_permanent.c.
15894 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
15895 that stepi does not execute the 'leave' instruction, instead of
15896 testing it does execute.
15897 * gdb.base/bp-permanent.c: New file.
15898 * gdb.base/bp-permanent.exp: New file.
15899
af3768e9
DE
159002014-11-10 Doug Evans <xdje42@gmail.com>
15901
15902 PR symtab/17564
15903 * gdb.base/symtab-search-order.exp: New file.
15904 * gdb.base/symtab-search-order.c: New file.
15905 * gdb.base/symtab-search-order-1.c: New file.
15906 * gdb.base/symtab-search-order-shlib-1.c: New file.
15907
9de00a4a
PA
159082014-11-07 Pedro Alves <palves@redhat.com>
15909
15910 PR gdb/17511
15911 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
15912 i?86-*-linux*.
15913
e0f52461
SC
159142014-11-03 Siva Chandra Reddy <sivachandra@google.com>
15915
15916 PR c++/17494
15917 * gdb.cp/pr17494.cc: New file.
15918 * gdb.cp/pr17494.exp: New file.
15919
6ce8c980
YQ
159202014-11-02 Yao Qi <yao@codesourcery.com>
15921
15922 * gdb.python/python.exp: Get working directory and match the
15923 output of "set extended-prompt \\w " with it.
15924
02be9a71
DE
159252014-10-30 Doug Evans <dje@google.com>
15926
15927 * gdb.python/py-objfile.exp: Add tests for setting random attributes
15928 in objfiles.
15929 * gdb.python/py-progspace.exp: Add tests for setting random attributes
15930 in progspaces.
15931
3bdff46b
LM
159322014-10-30 Janis Johnson <janisjo@codesourcery.com>
15933
15934 * gdb.base/fullpath-expand.exp: Skip for a remote host.
15935 * gdb.base/realname-expand.exp: Likewise.
15936 * gdb.linespec/macro-relative.exp: Likewise.
15937
ab917dfb
PA
159382014-10-29 Pedro Alves <palves@redhat.com>
15939
15940 PR gdb/17408
15941 * gdb.threads/schedlock.c (some_function): New function.
15942 (call_function): New global.
15943 (MAYBE_CALL_SOME_FUNCTION): New macro.
15944 (thread_function): Call it.
15945 * gdb.threads/schedlock.exp (get_args): Add description parameter,
15946 and use it instead of a global counter. Adjust all callers.
15947 (get_current_thread): Use "find current thread" for test message
15948 here rather than having all callers pass down the same string.
15949 (goto_loop): New procedure, factored out from ...
15950 (my_continue): ... this.
15951 (step_ten_loops): Change parameter from test message to command to
15952 use. Adjust.
15953 (list_count): Delete global.
15954 (check_result): New procedure, factored out from duplicate top
15955 level code.
15956 (continue tests): Wrap in with_test_prefix.
15957 (test_step): New procedure, factored out from duplicate top level
15958 code.
15959 (top level): Test "step" in combination with all scheduler-locking
15960 modes. Test "next" in combination with all scheduler-locking
15961 modes, and in combination with stepping over a function call or
15962 not.
15963 * gdb.threads/next-bp-other-thread.c: New file.
15964 * gdb.threads/next-bp-other-thread.exp: New file.
15965
d3d4baed
PA
159662014-10-29 Pedro Alves <palves@redhat.com>
15967
15968 PR python/17372
15969 * gdb.python/python.exp: Test a multi-line command that spawns
15970 interactive Python.
15971 * gdb.base/multi-line-starts-subshell.exp: New file.
15972
563e8d85
YQ
159732014-10-29 Yao Qi <yao@codesourcery.com>
15974
15975 * gdb.base/fileio.exp: Make directories on host.
15976
0ea4d52e
YQ
159772014-10-29 Yao Qi <yao@codesourcery.com>
15978
15979 * gdb.base/fileio.c (test_write): Close the file.
15980
7f5ef605
PA
159812014-10-28 Pedro Alves <palves@redhat.com>
15982
15983 PR gdb/12623
15984 * gdb.base/sigstep.c (no_handler): New global.
15985 (main): If 'no_handler is true, set the signal handlers to
15986 SIG_IGN.
15987 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
15988 with_sw_watch and no_handler parameters. Handle them.
15989 (top level) <stepping over handler when stopped at a breakpoint
15990 test>: Add a test axis for testing with a software watchpoint, and
15991 another for testing with the signal handler set to SIG_IGN.
15992 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
15993 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
15994
abbdbd03
PA
159952014-10-28 Pedro Alves <palves@redhat.com>
15996
15997 PR gdb/17511
15998 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
15999 * gdb.base/sigstep.exp (other_handler_location): New global.
16000 (advance): Support stepping into the signal handler, and running
16001 commands while in the handler.
16002 (in_handler_map): New global.
16003 (top level): In the advance test, add combinations for getting
16004 into the handler with stepping commands, and for running commands
16005 in the handler. Add comment descripting the advancei tests.
16006
1df4399f
PA
160072014-10-28 Pedro Alves <palves@redhat.com>
16008
16009 * gdb.base/sigstep.exp: Use build_executable instead of
16010 prepare_for_testing.
16011 (top level): Move code that starts GDB, runs to main and creates a
16012 display to ...
16013 (restart): ... this new procedure.
16014 (top level): Move backtrace from signal handler test to ...
16015 (validate_backtrace): ... this new procedure.
16016 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
16017 with_test_prefix. Always restart GDB.
16018 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
16019 with_test_prefix. Always restart GDB. No need to delete
16020 breakpoints after the test.
16021 (test_skip_handler): Remove prefix parameter.
16022 (skip_over_handler, breakpoint_to_handler)
16023 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
16024 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
16025 restart GDB. No need to delete breakpoints after the test.
16026 (top level): Use foreach to call the test procedures with
16027 different commands.
16028
a5b6e449
PA
160292014-10-28 Pedro Alves <palves@redhat.com>
16030
16031 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
16032 instead of GNATS numbers.
16033 * gdb.base/sigbpt.exp: Likewise.
16034 * gdb.base/siginfo.exp: Likewise.
16035 * gdb.base/sigstep.exp: Likewise.
16036
e5f8a7cc
PA
160372014-10-27 Pedro Alves <palves@redhat.com>
16038
16039 * gdb.base/sigstep.c (dummy): New global.
16040 (main): Issue a couple writes to the new global.
16041 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
16042 procedures.
16043 (skip_over_handler): Use test_skip_handler.
16044 (top level): Call skip_over_handler for stepi and nexti too.
16045 (breakpoint_over_handler): Use test_skip_handler.
16046 (top level): Call breakpoint_over_handler for stepi and nexti too.
16047
763905a3
YQ
160482014-10-27 Yao Qi <yao@codesourcery.com>
16049
16050 * gdb.trace/tfile.c (adjust_function_address)
16051 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
16052 function descriptor.
16053
6f259a23
DB
160542014-10-24 Don Breazeal <donb@codesourcery.com>
16055
16056 * gdb.base/foll-fork.exp (test_follow_fork,
16057 catch_fork_child_follow): Check for updated fork messages emitted
16058 from infrun.c.
16059 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
16060 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
16061 vfork_and_exec_child_follow_through_step): Check for updated vfork
16062 messages emitted from infrun.c.
16063
09dd9a69
PA
160642014-10-24 Pedro Alves <palves@redhat.com>
16065
16066 * gdb.base/corefile.exp: Remove references to ultrix.
16067 * gdb.base/interrupt.exp: Likewise.
16068 * gdb.base/whatis.exp: Likewise.
16069 * gdb.gdb/selftest.exp: Likewise.
16070 * gdb.threads/manythreads.exp: Likewise.
16071 * gdb.threads/print-threads.exp: Likewise.
16072 * gdb.threads/pthreads.exp:: Likewise.
16073 * gdb.threads/schedlock.exp: Likewise.
16074
3433cfa5
SC
160752014-10-24 Siva Chandra Reddy <sivachandra@google.com>
16076
16077 * gdb.cp/non-trivial-retval.cc: Add a test case.
16078 * gdb.cp/non-trivial-retval.exp: Add a test.
16079
092f880b
YQ
160802014-10-20 Yao Qi <yao@codesourcery.com>
16081
16082 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
16083 * gdb.python/py-objfile-script-gdb.py: New file.
16084 * gdb.python/py-objfile-script.exp: Update reference to
16085 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
16086 of remote_download. Remove the dest file.
16087
acbdb7f3
YQ
160882014-10-20 Yao Qi <yao@codesourcery.com>
16089
16090 * gdb.base/checkpoint.exp: Don't remove file copied on host.
16091 * gdb.base/step-line.exp: Likewise.
16092 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
16093 * gdb.dwarf2/dw2-basic.exp: Likewise.
16094 * gdb.dwarf2/dw2-compressed.exp: Likewise.
16095 * gdb.dwarf2/dw2-filename.exp: Likewise.
16096 * gdb.dwarf2/dw2-intercu.exp: Likewise.
16097 * gdb.dwarf2/dw2-intermix.exp: Likewise.
16098 * gdb.dwarf2/dw2-producer.exp: Likewise.
16099 * gdb.dwarf2/mac-fileno.exp: Likewise.
16100 * gdb.python/py-frame-args.exp: Likewise.
16101 * gdb.python/py-framefilter.exp: Likewise.
16102 * gdb.python/py-mi.exp: Likewise.
16103 * gdb.python/py-objfile-script.exp: Likewise
16104 * gdb.python/py-pp-integral.exp: Likewise.
16105 * gdb.python/py-pp-re-notag.exp: Likewise.
16106 * gdb.python/py-prettyprint.exp: Likewise.
16107 * gdb.python/py-section-script.exp: Likewise.
16108 * gdb.python/py-typeprint.exp: Likewise.
16109 * gdb.python/py-xmethods.exp: Likewise.
16110 * gdb.stabs/weird.exp: Likewise.
16111 * gdb.xml/tdesc-regs.exp: Likewise.
16112
bd286a29
KCY
161132014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
16114
16115 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
16116 (out_cu): Use addr_len for the size of addresses.
16117 (out_line): Likewise. Size DW_LNE_set_address instruction
16118 according to addr_len.
16119 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
16120 (FUNC): Add START_INSNS to definition.
16121
673dc4a0
YQ
161222014-10-18 Yao Qi <yao@codesourcery.com>
16123
16124 * gdb.base/argv0-symlink.exp: Check argv[0] value if
16125 gdb_has_argv0 return true.
16126 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
16127 check [target_info exists noargs], check [gdb_has_argv0]
16128 instead.
16129 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
16130 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
16131 procedures.
16132
4ffbba72
DE
161332014-10-17 Doug Evans <dje@google.com>
16134
16135 * gdb.python/py-events.exp: Update expected output for clear_objfiles
16136 event.
16137 * gdb.python/py-events.py: Add clear_objfiles event.
16138
d096d8c1
DE
161392014-10-17 Doug Evans <dje@google.com>
16140
16141 * gdb.python/py-objfile.exp: Test progspace attribute.
16142
a80db015
LM
161432014-10-17 Luis Machado <lgustavo@codesourcery.com>
16144
16145 * gdb.guile/scm-breakpoint.exp: Do not assume any
16146 directory separators when matching source file paths.
16147 * gdb.python/py-breakpoint.exp: Likewise.
16148 * gdb.reverse/break-precsave.exp: Likewise.
16149 * gdb.reverse/break-reverse.exp: Likewise.
16150 * gdb.reverse/consecutive-precsave.exp: Likewise.
16151 * gdb.reverse/finish-precsave.exp: Likewise.
16152 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
16153 * gdb.reverse/finish-reverse.exp: Likewise.
16154 * gdb.reverse/i386-precsave.exp: Likewise.
16155 * gdb.reverse/i387-env-reverse.exp: Likewise.
16156 * gdb.reverse/i387-stack-reverse.exp: Likewise.
16157 * gdb.reverse/machinestate-precsave.exp: Likewise.
16158 * gdb.reverse/machinestate.exp: Likewise.
16159 * gdb.reverse/sigall-precsave.exp: Likewise.
16160 * gdb.reverse/solib-precsave.exp: Likewise.
16161 * gdb.reverse/step-precsave.exp: Likewise.
16162 * gdb.reverse/until-precsave.exp: Likewise.
16163 * gdb.reverse/watch-precsave.exp: Likewise.
16164 * gdb.reverse/watch-reverse.exp: Likewise.
16165
b22089ab
YQ
161662014-10-17 Yao Qi <yao@codesourcery.com>
16167
16168 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
16169 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
16170
6c4486e6
PA
161712014-10-17 Pedro Alves <palves@redhat.com>
16172
16173 PR gdb/17471
16174 * gdb.base/bg-execution-repeat.c: New file.
16175 * gdb.base/bg-execution-repeat.exp: New file.
16176
0ff33695
PA
161772014-10-17 Pedro Alves <palves@redhat.com>
16178
16179 PR gdb/17300
16180 * gdb.base/continue-all-already-running.c: New file.
16181 * gdb.base/continue-all-already-running.exp: New file.
16182
6fdebc3d
PA
161832014-10-17 Pedro Alves <palves@redhat.com>
16184
16185 PR gdb/17472
16186 * gdb.base/annota-input-while-running.c: New file.
16187 * gdb.base/annota-input-while-running.exp: New file.
16188
32a8097b
PA
161892014-10-17 Pedro Alves <palves@redhat.com>
16190
16191 * gdb.base/callfuncs.exp: emove references to osf.
16192 * gdb.base/sigall.exp: Likewise.
16193 * gdb.gdb/selftest.exp: Likewise.
16194 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
16195 * gdb.mi/non-stop.c: Likewise.
16196 * gdb.mi/pthreads.c: Likewise.
16197 * gdb.reverse/sigall-precsave.exp: Likewise.
16198 * gdb.reverse/sigall-reverse.exp: Likewise.
16199 * gdb.threads/pthreads.c: Likewise.
16200 * gdb.threads/pthreads.exp: Likewise.
16201
7a3517ff
YQ
162022014-10-17 Yao Qi <yao@codesourcery.com>
16203
16204 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
16205 check 'target_info exists noargs'.
16206 (test_command_prompt_position): Likewise.
16207 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
16208 Remove "set args".
16209 (progvar_simple_while_test): Likewise.
16210 (progvar_complex_if_while_test): Likewise.
16211 (if_while_breakpoint_command_test): Likewise.
16212 (infrun_breakpoint_command_test): Likewise.
16213 (breakpoint_command_test): Likewise.
16214 (watchpoint_command_test): Likewise.
16215 (bp_deleted_in_command_test): Likewise.
16216 (temporary_breakpoint_commands): Likewise.
16217
bb99c472
YQ
162182014-10-16 Yao Qi <yao@codesourcery.com>
16219
16220 * gdb.base/remotetimeout.exp: Remove noargs checking.
16221
7c16b83e
PA
162222014-10-15 Pedro Alves <palves@redhat.com>
16223
16224 PR breakpoints/9649
16225 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
16226 * gdb.base/breakpoint-in-ro-region.exp
16227 (probe_target_hardware_step): New procedure.
16228 (top level): Probe hardware stepping and hardware breakpoint
16229 support. Test stepping through a read-only region, with both
16230 "breakpoint auto-hw" on and off and both "always-inserted" on and
16231 off.
16232
35a49624
IB
162332014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
16234
16235 * gdb.dlang/demangle.exp: Update for demangling changes.
16236
2d1c107c
SC
162372014-10-15 Siva Chandra Reddy <sivachandra@google.com>
16238
16239 * gdb.cp/non-trivial-retval.cc: Add new test cases.
16240 * gdb.cp/non-trivial-retval.exp: Add new tests.
16241
778811d5
SC
162422014-10-15 Siva Chandra Reddy <sivachandra@google.com>
16243
16244 PR c++/13403
16245 PR c++/15154
16246 * gdb.cp/non-trivial-retval.cc: New file.
16247 * gdb.cp/non-trivial-retval.exp: New file.
16248
10c5f0a8
YQ
162492014-10-15 Yao Qi <yao@codesourcery.com>
16250
16251 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
16252 remote host.
16253
65d7b369
YQ
162542014-10-15 Yao Qi <yao@codesourcery.com>
16255
16256 * gdb.python/py-symbol.exp: Match file base name if host is
16257 remote, otherwise match file name with dir name.
16258 * gdb.python/py-symtab.exp: Likewise.
16259 * gdb.python/python.exp: Likewise.
16260
46dc1394
YQ
162612014-10-15 Yao Qi <yao@codesourcery.com>
16262
16263 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
16264 pattern.
16265 * gdb.python/py-symtab.exp: Likewise.
16266 * gdb.python/python.exp: Remove trailing ".*". Fix typo
16267 locationn.
16268
c40cc657
JB
162692014-10-14 Joel Brobecker <brobecker@adacore.com>
16270
16271 * gdb.ada/addr_arith: New testcase.
16272
2abf49e1
MR
162732014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
16274
16275 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
16276 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
16277 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
16278 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
16279
f7088df3
SDJ
162802014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
16281
16282 * gdb.arch/stap-eval-lang-ada.S: Likewise.
16283 * gdb.arch/stap-eval-lang-ada.c: Likewise.
16284 * gdb.arch/stap-eval-lang-ada.exp: New file.
16285
4dc06805
YQ
162862014-10-14 Yao Qi <yao@codesourcery.com>
16287
16288 * gdb.mi/mi-var-child.c (nothing1): New function.
16289 (nothing2): New function.
16290 (do_children_tests): Set function pointers by nothing1 and
16291 nothing2.
16292 * gdb.mi/mi-var-child.exp: Step over new added statements.
16293 Update test to match the new output.
16294 * gdb.mi/var-cmd.c (nothing1): New function.
16295 (nothing2): New function.
16296 (do_children_tests): Set function pointers by nothing1 and
16297 nothing2.
16298 * gdb.mi/mi-var-display.exp: Update test to match output.
16299 Step to the line specified by $line_dct_nothing.
16300 Increase the number of lines to step.
16301
46a93de2
YQ
163022014-10-14 Yao Qi <yao@codesourcery.com>
16303
16304 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
16305 tests.
16306 * gdb.mi/mi2-var-child.exp: Likewise.
16307
14ea52ee
DE
163082014-10-13 Doug Evans <dje@google.com>
16309
16310 * gdb.python/py-objfile.exp: Change name of file name test.
16311
e5c6e92b
DE
163122014-10-13 Doug Evans <dje@google.com>
16313
16314 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
16315 from the start of the CU.
16316
c780cc2f
JK
163172014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16318 Yao Qi <yao@codesourcery.com>
16319
16320 Fix "save breakpoints" for "catch" command.
16321 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
16322 Remove -nonewline. Match also the added "main" line.
16323
99894e11
JK
163242014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16325
16326 Fix "save breakpoints" for "disable $bpnum" command.
16327 * gdb.base/save-bp.c (main): Add label.
16328 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
16329
6e1ac5a3
JK
163302014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16331
16332 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
16333
754dd2b0
YQ
163342014-10-11 Yao Qi <yao@codesourcery.com>
16335
16336 * gdb.server/server-kill.exp: Execute command
16337 "set remote trace-status-packet on" before "tstatus".
16338
f90183d7
YQ
163392014-10-11 Yao Qi <yao@codesourcery.com>
16340
16341 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
16342 (main): Call getppid.
16343 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
16344 and continue to it. Read variable "server_pid".
16345
bf40a607
YQ
163462014-10-11 Yao Qi <yao@codesourcery.com>
16347
16348 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
16349
052ca370
YQ
163502014-10-11 Yao Qi <yao@codesourcery.com>
16351
16352 * gdb.threads/thread-find.exp: Don't execute command
16353 "info threads".
16354 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
16355 * gdb.threads/linux-dp.exp: Don't check the condition
16356 $threads_created equals to zero.
16357
3831839c
PA
163582014-10-10 Pedro Alves <palves@redhat.com>
16359
16360 * gdb.base/bigcore.exp: Remove references to IRIX.
16361 * gdb.base/funcargs.exp: Likewise.
16362 * gdb.base/interrupt.exp: Likewise.
16363 * gdb.base/mips_pro.exp: Likewise.
16364 * gdb.base/nodebug.exp: Likewise.
16365 * gdb.base/setvar.exp: Likewise.
16366 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
16367
8b9a549d
PA
163682014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
16369 Pedro Alves <palves@redhat.com>
16370
16371 PR symtab/14466
16372 * gdb.base/vdso-warning.c: New file.
16373 * gdb.base/vdso-warning.exp: New file.
16374
d48ba5e8
DE
163752014-10-02 Doug Evans <dje@google.com>
16376
16377 * gdb.base/structs.c (main): Don't run forever.
16378
2278c276
PA
163792014-10-02 Pedro Alves <palves@redhat.com>
16380
16381 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
16382 (top level) <stop threads 1, stop threads 2>: Use it.
16383
b57bacec
PA
163842014-10-02 Pedro Alves <palves@redhat.com>
16385
16386 * gdb.threads/break-while-running.exp (test): Add new
16387 'update_thread_list' argument. Skip "info threads" if false.
16388 (top level): Add new 'update_thread_list' axis.
16389
13fd3ff3
PA
163902014-10-02 Pedro Alves <palves@redhat.com>
16391
16392 PR breakpoints/17431
16393 * gdb.base/execl-update-breakpoints.c: New file.
16394 * gdb.base/execl-update-breakpoints.exp: New file.
16395
0fec99e8
PA
163962014-10-01 Pedro Alves <palves@redhat.com>
16397
16398 * gdb.base/breakpoint-in-ro-region.c: New file.
16399 * gdb.base/breakpoint-in-ro-region.exp: New file.
16400
2ddf4301
SM
164012014-10-01 Simon Marchi <simon.marchi@ericsson.com>
16402
16403 * gdb.mi/mi-exit-code.exp: New file.
16404 * gdb.mi/mi-exit-code.c: New file.
16405
6a5f3f43
YQ
164062014-09-30 Yao Qi <yao@codesourcery.com>
16407
16408 * lib/prelink-support.exp (build_executable_own_libs): Error if
16409 the target isn't native.
16410
345bcc73
YQ
164112014-09-30 Yao Qi <yao@codesourcery.com>
16412
16413 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
16414 false.
16415
a25a5a45
PA
164162014-09-22 Pedro Alves <palves@redhat.com>
16417
16418 * gdb.threads/break-while-running.exp: New file.
16419 * gdb.threads/break-while-running.c: New file.
16420
00ba3162
YQ
164212014-09-19 Yao Qi <yao@codesourcery.com>
16422
16423 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
16424 Invoke test. Restart GDB with --readnow and invoke test again.
16425
c3b7b696
YQ
164262014-09-19 Yao Qi <yao@codesourcery.com>
16427
16428 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
16429 proc set_breakpoint_on_gcd_function. Invoke
16430 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
16431 invoke set_breakpoint_on_gcd_function again.
16432
2b4fd423
DE
164332014-09-18 Doug Evans <dje@google.com>
16434
16435 * gdb.dwarf2/symtab-producer.exp: New file.
16436
a5947601
SDJ
164372014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
16438
16439 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
16440 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
16441 * gdb.base/global-var-nested-by-dso.c: Likewise.
16442 * gdb.base/global-var-nested-by-dso.exp: Likewise.
16443
91c19059
SDJ
164442014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
16445 Pedro Alves <palves@redhat.com>
16446
16447 * gdb.base/watch-bitfields.exp: Pass string other than test file
16448 name to prepare_for_testing.
16449 (watch): New procedure.
16450 (expect_watchpoint): Use with_test_prefix.
16451 (top level): Factor out tests to ...
16452 (test_watch_location, test_regular_watch): ... these new
16453 procedures, and use with_test_prefix and gdb_continue_to_end.
16454
bb9d5f81
PP
164552014-09-16 Patrick Palka <patrick@parcs.ath.cx>
16456
16457 PR breakpoints/12526
16458 * gdb.base/watch-bitfields.exp: New file.
16459 * gdb.base/watch-bitfields.c: New file.
16460
635856f5
PA
164612014-09-16 Pedro Alves <palves@redhat.com>
16462
16463 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
16464 software and hardware addresses, not software address against
16465 itself.
16466
7280ceea
PA
164672014-09-16 Pedro Alves <palves@redhat.com>
16468
16469 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
16470 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
16471
428b16bd
PA
164722014-09-16 Pedro Alves <palves@redhat.com>
16473
16474 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
16475 files.
16476 * gdb.base/a2-run.exp: Remove all code guarded by istarget
16477 "*-*-vxworks*" throughout.
16478 * gdb.base/break.exp: Likewise.
16479 * gdb.base/default.exp: Likewise.
16480 * gdb.base/scope.exp: Likewise.
16481 * gdb.base/sepdebug.exp: Likewise.
16482 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
16483 throughout.
16484 * gdb.base/run.c: Likewise.
16485 * gdb.base/sepdebug.c: Likewise.
16486 * gdb.hp/gdb.aCC/run.c: Likewise.
16487 * gdb.reverse/until-reverse.c: Likewise.
16488 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
16489
666d413c
YQ
164902014-09-16 Yao Qi <yao@codesourcery.com>
16491
16492 * boards/local-remote-host-native.exp: New file.
16493
57cbd724
DE
164942014-09-14 Doug Evans <xdje42@gmail.com>
16495
16496 * gdb.threads/queue-signal.c (thread_count): New variable.
16497 (thread_count_mutex, thread_count_condvar): New variables.
16498 (incr_thread_count, wait_all_threads_running): New functions.
16499 (main): Wait for all threads to be in their thread functions.
16500
81219e53
DE
165012014-09-13 Doug Evans <xdje42@gmail.com>
16502
16503 * gdb.threads/queue-signal.c: New file.
16504 * gdb.threads/queue-signal.exp: New file.
16505
3714cea7
DE
165062014-09-13 Doug Evans <xdje42@gmail.com>
16507
16508 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
16509 be consistent with what default_gdb_init uses.
16510 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
16511 the plain text of the prompt. Add some logging printfs.
16512 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
16513
fa43b1d7
PA
165142014-09-12 Pedro Alves <palves@redhat.com>
16515
16516 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
16517 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
16518 * gdb.arch/i386-size-overlap.exp: Likewise.
16519 * gdb.arch/i386-size.exp: Likewise.
16520 * gdb.arch/i386-unwind.exp: Likewise.
16521 * gdb.base/a2-run.exp: Likewise.
16522 * gdb.base/break.exp: Likewise.
16523 * gdb.base/charset.exp: Likewise.
16524 * gdb.base/chng-syms.exp: Likewise.
16525 * gdb.base/commands.exp: Likewise.
16526 * gdb.base/dbx.exp: Likewise.
16527 * gdb.base/find.exp: Likewise.
16528 * gdb.base/funcargs.exp: Likewise.
16529 * gdb.base/jit-simple.exp: Likewise.
16530 * gdb.base/reread.exp: Likewise.
16531 * gdb.base/sepdebug.exp: Likewise.
16532 * gdb.base/step-bt.exp: Likewise.
16533 * gdb.cp/mb-inline.exp: Likewise.
16534 * gdb.cp/mb-templates.exp: Likewise.
16535 * gdb.objc/basicclass.exp: Likewise.
16536 * gdb.threads/killed.exp: Likewise.
16537
9d9bf2df
EBM
165382014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16539
16540 PR tdep/17379
16541 * gdb.arch/powerpc-stackless.S: New file.
16542 * gdb.arch/powerpc-stackless.exp: New file.
16543
1cf2f1b0
JK
165442014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16545
16546 * gdb.base/attach.c: Include unistd.h.
16547 (main): Call alarm. Add label postloop.
16548 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
16549 gdb_breakpoint, gdb_continue_to_breakpoint.
16550 (test_command_line_attach_run): Kill ${testpid} in one exit path.
16551
98880d46
PA
165522014-09-11 Pedro Alves <palves@redhat.com>
16553
16554 PR gdb/17347
16555 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
16556 * gdb.base/attach.exp (test_command_line_attach_run): New
16557 procedure.
16558 (top level): Call it.
16559
4c92ff2c
PA
165602014-09-11 Pedro Alves <palves@redhat.com>
16561
16562 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
16563 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
16564 (do_command_attach_tests): Use spawn_wait_for_attach.
16565 * gdb.base/solib-overlap.exp: Likewise.
16566 * gdb.multi/multi-attach.exp: Likewise.
16567 * gdb.python/py-prompt.exp: Likewise.
16568 * gdb.python/py-sync-interp.exp: Likewise.
16569 * gdb.server/ext-attach.exp: Likewise.
16570
3adc1a7d
GKB
165712014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
16572
16573 * gdb.fortran/array-element.exp: Remove unexpected "continue"
16574 command in testcase. Simplify testcase.
16575
96334934
JB
165762014-09-10 Joel Brobecker <brobecker@adacore.com>
16577
16578 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
16579
eb479039
JB
165802014-09-10 Joel Brobecker <brobecker@adacore.com>
16581
16582 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
16583
deede10c
JB
165842014-09-10 Joel Brobecker <brobecker@adacore.com>
16585
16586 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
16587
7828a5f5
JB
165882014-09-10 Joel Brobecker <brobecker@adacore.com>
16589
16590 * gdb.dwarf2/dynarr-ptr.c: New file.
16591 * gdb.dwarf2/dynarr-ptr.exp: New file.
16592
33aeebcf
MR
165932014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16594
16595 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
16596 of 30 rather than hardcoding 120 for a slow test case. Take the
16597 `gdb,timeout' target setting into account for this calculation.
16598 Don't extend the timeout for the test cases that don't need it.
16599
7b415901
MR
166002014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16601
16602 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
16603 a factor of 2 for a slow test case. Take the `gdb,timeout'
16604 target setting into account for this calculation.
16605 * gdb.reverse/until-precsave.exp: Increase the timeout by
16606 a factor of 15 and 3 respectively rather than adding 120
16607 for a pair of slow test cases. Take the `gdb,timeout'
16608 target setting into account for this calculation.
16609
4a40f85a
MR
166102014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16611
16612 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
16613 timeout, don't pass one down to gdb_expect.
16614 (gdb_expect): Rework timeout selection.
16615
09635af7
MR
166162014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16617
16618 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
16619 exception on timeout.
16620 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
16621 (gdbserver_start_extended): Catch any `gdbserver_start' error
16622 exceptions.
16623 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
16624 * lib/mi-support.exp (mi_gdb_target_load): Catch any
16625 `gdbserver_gdb_load' error exceptions.
16626
2bdd10b7
MR
166272014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16628
16629 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
16630 120 on waiting for the TCP socket to open.
16631
316935f0
DE
166322014-09-09 Doug Evans <xdje42@gmail.com>
16633
16634 * gdb.base/default.exp (show_conv_list): Add _caller_is,
16635 _caller_matches, _any_caller_is, _any_caller_matches.
16636
83740597
DE
166372014-09-09 Doug Evans <xdje42@gmail.com>
16638
16639 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
16640
4c122fc3
YQ
166412014-09-09 Yao Qi <yao@codesourcery.com>
16642
16643 * gdb.mi/mi-var-display.exp: Set print symbol off.
16644
a9f116cb
GKB
166452014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
16646
16647 PR gdb/17035
16648 * gdb.base/commands.exp: Add tests to verify user-defined
16649 commands with empty bodies.
16650 * gdb.python/py-cmd.exp: Test that we don't show user-defined
16651 python commands in `show user command`.
16652 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
16653 scheme commands in `show user command`.
16654
c75bd3a2
JK
166552014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16656
16657 PR python/17355
16658 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
16659 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
16660 * gdb.python/py-framefilter-invalidarg.exp: New file.
16661 * gdb.python/py-framefilter-invalidarg.py: New file.
16662
faa42425
DE
166632014-09-06 Doug Evans <xdje42@gmail.com>
16664
16665 PR 15276
16666 * gdb.python/py-caller-is.c: New file.
16667 * gdb.python/py-caller-is.exp: New file.
16668
474ca4f6
SDJ
166692014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
16670
16671 PR gdb/17235
16672 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
16673 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
16674
eb0b0463
SDJ
166752014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
16676
16677 PR fortran/17237
16678 * gdb.fortran/print-formatted.exp: New file.
16679 * gdb.fortran/print-formatted.f90: Likewise.
16680
5f3b99cf
SS
166812014-09-03 Sasha Smundak <asmundak@google.com>
16682
16683 * gdb.python/py-frame.exp: Test Frame.read_register.
16684
7d793aa9
SDJ
166852014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
16686
16687 PR python/16699
16688 * gdb.python/py-completion.exp: New file.
16689 * gdb.python/py-completion.py: Likewise.
16690
fb0576e9
DE
166912014-08-28 Doug Evans <dje@google.com>
16692
16693 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
16694 eax,etc. are live with values set by gdb and thus the compiler can't
16695 use them.
16696 * gdb.arch/i386-pseudo.c (main): Ditto.
16697
ee92b0dd
DE
166982014-08-27 Doug Evans <dje@google.com>
16699
16700 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
16701
6649db35
DE
167022014-08-25 Doug Evans <dje@google.com>
16703
16704 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
16705 (main): Ditto.
16706
564b7600
DE
167072014-08-25 Doug Evans <dje@google.com>
16708
16709 * gdb.threads/thread-execl.exp: #include <stdio.h>.
16710
3881fb67
YQ
167112014-08-24 Yao Qi <yao@codesourcery.com>
16712
16713 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
16714 symbol off.
16715 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
16716
a05a36a5
DE
167172014-08-22 Doug Evans <dje@google.com>
16718
16719 PR 17276
16720 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
16721 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
16722 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
16723
7c343b48
YQ
167242014-08-22 Yao Qi <yao@codesourcery.com>
16725
16726 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
16727 * gdb.python/py-finish-breakpoint2.exp: Likewise.
16728 * gdb.python/python.exp: Likewise. Use .py file on the host
16729 instead of the build.
16730
22fd09ae
JK
167312014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16732
16733 * gdb.threads/gcore-stale-thread.c: New file.
16734 * gdb.threads/gcore-stale-thread.exp: New file.
16735
a8454a7c
PA
167362014-08-21 Pedro Alves <palves@redhat.com>
16737
16738 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
16739 * gdb.base/gcore-relro-pie.exp: Likewise.
16740 * gdb.base/gcore-relro.exp: Likewise.
16741 * gdb.base/gcore.exp: Likewise.
16742 * gdb.base/print-symbol-loading.exp: Likewise.
16743 * gdb.threads/gcore-thread.exp: Likewise.
16744 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
16745
2a31c623
PA
167462014-08-20 Pedro Alves <palves@redhat.com>
16747 Jan Kratochvil <jan.kratochvil@redhat.com>
16748
16749 * Makefile.in (EXTRA_RULES, CC): New variables, get from
16750 configure.
16751 (EXPECT): Handle READ1 being set.
16752 (all): Depend on EXTRA_RULES.
16753 (check-read1, expect-read1, read1.so, read1): New rules.
16754 * README (Testsuite Parameters): Document the READ1 make variable.
16755 (Race detection): New section.
16756 * configure: Regenerate.
16757 * configure.ac: If build==host==target, and running under a
16758 GNU/glibc system, add read1 to the extra Makefile rules.
16759 (EXTRA_RULES): AC_SUBST it.
16760 * lib/read1.c: New file.
16761
d36430db
JB
167622014-08-20 Joel Brobecker <brobecker@adacore.com>
16763
16764 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
16765 the handling of variables declared as a typedef to an array
16766 which a DW_AT_data_location attribute.
16767
9a0dc9e3
PA
167682014-08-19 Andrew Burgess <aburgess@broadcom.com>
16769 Pedro Alves <palves@redhat.com>
16770
16771 PR symtab/14604
16772 PR symtab/14605
16773 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
16774 gdb_test.
16775
0718a8da
PA
167762014-08-19 Pedro Alves <palves@redhat.com>
16777
16778 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
16779
13b448cd
YQ
167802014-08-19 Yao Qi <yao@codesourcery.com>
16781
16782 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
16783 right line.
16784
1cbf5077
DB
167852014-08-18 David Blaikie <dblaikie@gmail.com>
16786
16787 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
16788
bf0fae19
JB
167892014-08-18 Joel Brobecker <brobecker@adacore.com>
16790
16791 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
16792 attribute in array range.
16793
3c8c5dcc
JB
167942014-08-18 Joel Brobecker <brobecker@adacore.com>
16795
16796 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
16797
e66d4446
SC
167982014-08-15 Siva Chandra Reddy <sivachandra@google.com>
16799
16800 PR c++/17132
16801 * gdb.cp/pr17132.cc: New file.
16802 * gdb.cp/pr17132.exp: New file.
16803
940df408
SC
168042014-08-15 Siva Chandra Reddy <sivachandra@google.com>
16805
16806 * gdb.python/py-xmethods.py (A_getarrayind)
16807 (E_method_char_worker.__call__, E_method_int_worker.__call__):
16808 Use 'print' with function call syntax.
16809 (E_method_matcher.match): Fix tab vs space indentation mixup.
16810
ebcc6c3a
YQ
168112014-08-15 Yao Qi <yao@codesourcery.com>
16812
16813 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
16814 false.
16815
775e0f04
YQ
168162014-08-15 Yao Qi <yao@codesourcery.com>
16817
16818 * gdb.cp/casts.exp: Set print symbol off.
16819 * gdb.cp/class2.exp: Likewise.
16820 * gdb.cp/overload.exp: Likewise.
16821 * gdb.cp/templates.exp: Likewise.
16822
d769e349
DE
168232014-08-11 Doug Evans <dje@google.com>
16824
16825 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
16826 (test_load_shlib): Update.
16827
20c6f1e1
YQ
168282014-08-09 Yao Qi <yao@codesourcery.com>
16829
16830 * gdb.base/display.exp: Invoke is_address_zero_readable.
16831 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
16832 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
16833 * gdb.base/hbreak-unmapped.exp: Return if
16834 is_address_zero_readable returns true.
16835 * gdb.base/signest.exp: Likewise.
16836 * gdb.base/signull.exp: Likewise.
16837 * gdb.base/sigbpt.exp: Likewise.
16838 * gdb.guile/scm-disasm.exp: Do the test if
16839 is_address_zero_readable returns false.
16840 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
16841 * gdb.python/py-arch.exp: Likewise.
16842 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
16843 * lib/gdb.exp (is_address_zero_readable): New proc.
16844
5792e8e3
YQ
168452014-08-09 Yao Qi <yao@codesourcery.com>
16846
16847 PR testsuite/13443
16848 * gdb.mi/mi-var-display.exp: Make test messages unique.
16849
3cecbbbe
TT
168502014-08-04 Tom Tromey <tromey@redhat.com>
16851
16852 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
16853 target 0".
16854
00b51ff5
TT
168552014-08-04 Tom Tromey <tromey@redhat.com>
16856
16857 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
16858 "target_resume".
16859
6908c509
JB
168602014-08-01 Joel Brobecker <brobecker@adacore.com>
16861
16862 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
16863 inner_vla_struct_object_size.
16864 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
16865 as xfail.
16866
cc6563d2
PA
168672014-07-30 Pedro Alves <palves@redhat.com>
16868
16869 * gdb.threads/signal-command-handle-nopass.exp (test): Add
16870 comment.
16871
7e09a223
YQ
168722014-07-29 Yao Qi <yao@codesourcery.com>
16873
16874 PR gdb/17206
16875 * gdb.base/until-nodebug.exp: New.
16876
7ebdbe92
DE
168772014-07-28 Doug Evans <xdje42@gmail.com>
16878
16879 PR guile/17203
16880 * gdb.guile/scm-parameter.exp: Add tests for trying to create
16881 previously existing parameter, and previously ambiguously spelled
16882 parameter.
16883
fdb1adc6
WN
168842014-07-28 Will Newton <will.newton@linaro.org>
16885
16886 * gdb.base/varargs.exp: Remove KFAILs for ARM.
16887
186fcde0
DE
168882014-07-26 Ludovic Courtès <ludo@gnu.org>
16889 Doug Evans <xdje42@gmail.com>
16890
16891 PR guile/17146
16892 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
16893
70509625
PA
168942014-07-25 Pedro Alves <palves@redhat.com>
16895
16896 * gdb.threads/signal-command-handle-nopass.c: New file.
16897 * gdb.threads/signal-command-handle-nopass.exp: New file.
16898 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
16899 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
16900 * gdb.threads/signal-delivered-right-thread.c: New file.
16901 * gdb.threads/signal-delivered-right-thread.exp: New file.
16902
c3f814a1
PA
169032014-07-25 Pedro Alves <palves@redhat.com>
16904
16905 * gdb.base/double-prompt-target-event-error.exp
16906 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
16907 match.
16908 (cancel_pagination_in_target_event): Rework double prompt
16909 detection.
16910 * gdb.base/paginate-after-ctrl-c-running.exp
16911 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
16912 <return>' match.
16913 * gdb.base/paginate-bg-execution.exp
16914 (test_bg_execution_pagination_return)
16915 (test_bg_execution_pagination_cancel): Remove '-notransfer
16916 <return>' matches.
16917 * gdb.base/paginate-execution-startup.exp
16918 (test_fg_execution_pagination_return)
16919 (test_fg_execution_pagination_cancel): Remove '-notransfer
16920 <return>' matches.
16921 * gdb.base/paginate-inferior-exit.exp
16922 (test_paginate_inferior_exited): Remove '-notransfer <return>'
16923 match.
16924 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
16925 * lib/gdb.exp (pagination_prompt): Run text through
16926 string_to_regexp.
16927 (gdb_test_multiple): Match $pagination_prompt instead of
16928 "<return>".
16929 (string_to_regexp): Move to lib/gdb-utils.exp.
16930
e214cf6c
JK
169312014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16932
16933 * gdb.arch/amd64-entry-value-paramref.S: New file.
16934 * gdb.arch/amd64-entry-value-paramref.cc: New file.
16935 * gdb.arch/amd64-entry-value-paramref.exp: New file.
16936 * gdb.arch/amd64-optimout-repeat.S: New file.
16937 * gdb.arch/amd64-optimout-repeat.c: New file.
16938 * gdb.arch/amd64-optimout-repeat.exp: New file.
16939
17d0c5c8
JK
169402014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16941
16942 PR gdb/17170
16943 * gdb.base/statistics.exp: New file.
16944
b8b8facf
DE
169452014-07-17 Doug Evans <dje@google.com>
16946
74b49205 16947 PR gdb/17170
b8b8facf
DE
16948 * gdb.base/maint.exp: Update testing of per-command stats.
16949
1b5d0ab3
PA
169502014-07-16 Pedro Alves <palves@redhat.com>
16951
16952 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
16953 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
16954 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
16955 (tfile_write_buf): New functions.
16956 (add_memory_block): Rewrite using the above.
16957 (adjust_function_address): New function.
16958 (FUNCTION_ADDRESS): New macro.
16959 (write_basic_trace_file): Remove short_x local, and use
16960 tfile_write_16. Change type of func_addr local to unsigned long
16961 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
16962 here. Cast argument of add_memory_block to char pointer.
16963 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
16964 (main): Remove parameters.
16965 * gdb.trace/tfile.exp: Remove nowarnings.
16966
4d974e88
SM
169672014-07-15 Simon Marchi <simon.marchi@ericsson.com>
16968
16969 * gdb.base/debug-expr.exp: Test string evaluation with
16970 "debug expression" on.
16971
41e99568
PA
169722014-07-15 Pedro Alves <palves@redhat.com>
16973
16974 * gdb.base/reread.exp: Use clean_restart.
16975
487d9753
PL
169762014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
16977
16978 * gdb.arch/avr-flash-qualifer.c: New.
16979 * gdb.arch/avr-flash-qualifer.exp: New.
16980
cc1c52ad
PA
169812014-07-14 Pedro Alves <palves@redhat.com>
16982
16983 * gdb.base/paginate-after-ctrl-c-running.c: New file.
16984 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
16985
1e973570
PA
169862014-07-14 Pedro Alves <palves@redhat.com>
16987
16988 * gdb.base/double-prompt-target-event-error.c: New file.
16989 * gdb.base/double-prompt-target-event-error.exp: New file.
16990
93d6eb10
PA
169912014-07-14 Pedro Alves <palves@redhat.com>
16992
16993 PR gdb/17072
16994 * gdb.base/paginate-inferior-exit.c: New file.
16995 * gdb.base/paginate-inferior-exit.exp: New file.
16996
0017922d
PA
169972014-07-14 Pedro Alves <palves@redhat.com>
16998
16999 PR gdb/17072
17000 * gdb.base/paginate-bg-execution.c: New file.
17001 * gdb.base/paginate-bg-execution.exp: New file.
17002
94696ad3
PA
170032014-07-14 Pedro Alves <palves@redhat.com>
17004
17005 PR gdb/17072
17006 * gdb.base/paginate-execution-startup.c: New file.
17007 * gdb.base/paginate-execution-startup.exp: New file.
17008 * lib/gdb.exp (pagination_prompt): New global.
17009 (default_gdb_spawn): New procedure, factored out from
17010 default_gdb_spawn.
17011 (default_gdb_start): Adjust to call default_gdb_spawn.
17012 (gdb_spawn): New procedure.
17013
bd293940
PA
170142014-07-14 Pedro Alves <palves@redhat.com>
17015
17016 * lib/gdb.exp (gdb_assert): New procedure.
17017 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
17018
c933f875
PA
170192014-07-14 Pedro Alves <palves@redhat.com>
17020
17021 * gdb.base/execution-termios.c: New file.
17022 * gdb.base/execution-termios.exp: New file.
17023
d98b7a16
TT
170242014-07-14 Tom Tromey <tromey@redhat.com>
17025
17026 * gdb.cp/vla-cxx.cc: New file.
17027 * gdb.cp/vla-cxx.exp: New file.
17028
548740d6
TT
170292014-07-14 Tom Tromey <tromey@redhat.com>
17030
17031 * gdb.reverse/rerun-prec.c: New file.
17032 * gdb.reverse/rerun-prec.exp: New file.
17033
a25eb028
MR
170342014-07-12 Maciej W. Rozycki <macro@mips.com>
17035 Maciej W. Rozycki <macro@codesourcery.com>
17036
17037 * lib/gdb-utils.exp: New file.
17038 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
17039 inline `gdb_init_command' processing.
17040 (gdb_start_cmd): Likewise.
17041 * lib/mi-support.exp (mi_run_cmd): Likewise.
17042 * README: Document `gdb_init_command' and `gdb_init_commands'.
17043
218c2655
JK
170442014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17045
17046 Fix false FAIL running under a very long directory name.
17047 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
17048 and "set print elements 10000". Twice.
17049
5401fde3
YQ
170502014-07-11 Yao Qi <yao@codesourcery.com>
17051
17052 * gdb.base/exprs.exp: "set print symbol off".
17053
e76126e8
PA
170542014-07-11 Pedro Alves <palves@redhat.com>
17055
17056 * gdb.threads/kill.c: New file.
17057 * gdb.threads/kill.exp: New file.
17058
2d6f0de6
YQ
170592014-07-10 Yao Qi <yao@codesourcery.com>
17060
17061 * gdb.trace/tfile.c (write_basic_trace_file)
17062 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
17063 address written to trace file.
17064
7180e04a
PA
170652014-07-09 Pedro Alves <palves@redhat.com>
17066
17067 * gdb.base/attach-wait-input.exp: New file.
17068 * gdb.base/attach-wait-input.c: New file.
17069
9a9a7608
AB
170702014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
17071
17072 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
17073 setting up test structures.
17074 (main): Call new test function.
17075 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
17076 test function, continue into test function and walk test
17077 structures.
17078
161ac41e
YQ
170792014-07-02 Yao Qi <yao@codesourcery.com>
17080
17081 * gdb.trace/entry-values.c: Define labels 'foo_start' and
17082 'bar_start' at the beginning of functions 'foo' and 'bar'
17083 respectively.
17084 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
17085 instead of 'foo' and 'bar'.
17086
1f267ae3
MM
170872014-07-08 Markus Metzger <markus.t.metzger@intel.com>
17088
17089 * gdb.btrace/segv.exp: New.
17090 * gdb.btrace/segv.c: New.
17091
2b239efb
LM
170922014-07-02 Luis Machado <lgustavo@codesourcery.com>
17093
17094 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
17095 instruction.
17096
cf363f18
MW
170972014-06-30 Mark Wielaard <mjw@redhat.com>
17098
17099 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
17100 vulture, vilify, villar): New volatile array constants.
17101 (vindictive, vegetation): New const volatile array constants.
17102 * gdb.base/volatile.exp: Test volatile and const volatile array
17103 types.
17104
aebf9d24
AA
171052014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
17106
17107 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
17108 target lacks support for awatch, rwatch, or hbreak.
17109
b67a2c6f
YQ
171102014-06-27 Yao Qi <yao@codesourcery.com>
17111
17112 * gdb.multi/dummy-frame-restore.exp: New.
17113 * gdb.multi/dummy-frame-restore.c: New.
17114
aef92902
MM
171152014-06-25 Markus Metzger <markus.t.metzger@intel.com>
17116
17117 * gdb.btrace/gcore.exp: New.
17118
8e9db26e
PA
171192014-06-23 Pedro Alves <palves@redhat.com>
17120
17121 * gdb.base/watchpoint-reuse-slot.c: New file.
17122 * gdb.base/watchpoint-reuse-slot.exp: New file.
17123
70afc5b7
SC
171242014-06-23 Siva Chandra Reddy <sivachandra@google.com>
17125
17126 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
17127 progspace's filename in 'info', 'enable' and 'disable' command
17128 tests.
17129
b972bd9c
JK
171302014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
17131
17132 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
17133 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
17134 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
17135
125f8a3d
GB
171362014-06-20 Gary Benson <gbenson@redhat.com>
17137
17138 * gdb.arch/i386-avx.exp: Fix include file location.
17139 * gdb.arch/i386-sse.exp: Likewise.
17140
3ed9baed
IB
171412014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
17142
17143 * gdb.dlang/expression.exp: New file.
17144
034f788c
PA
171452014-06-19 Pedro Alves <palves@redhat.com>
17146
17147 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
17148 out from ...
17149 (top level): ... here. Iterate running tests under different
17150 scheduler-locking settings.
17151
45371d0c
LM
171522014-06-18 Luis Machado <lgustavo@codesourcery.com>
17153
17154 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
17155 to DW_FORM_addr and use non-zero addresses.
17156
5d376983
SC
171572014-06-18 Siva Chandra Reddy <sivachandra@google.com>
17158
17159 PR gdb/17017
17160 * gdb.python/py-xmethods.cc: Add global function call counters and
17161 increment them in their respective functions. Remove "cout"
17162 statements.
17163 * gdb.python/py-xmethods.exp: Make tests check the global function
17164 call counters instead of depending on inferior IO.
17165
a1aa2221
LM
171662014-06-18 Don Breazeal <donb@codesourcery.com>
17167
17168 * gdb.base/foll-fork.exp (default_fork_parent_follow):
17169 Deleted procedure.
17170 (explicit_fork_parent_follow): Deleted procedure.
17171 (explicit_fork_child_follow): Deleted procedure.
17172 (test_follow_fork): New procedure.
17173 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 17174 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
17175 procedure calls.
17176
0fc05997
YQ
171772014-06-17 Yao Qi <yao@codesourcery.com>
17178
17179 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
17180 CP1252.
17181
70795c52
LM
171822014-06-17 Luis Machado <lgustavo@codesourcery.com>
17183
17184 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
17185 Initialize ptr and S explicitly.
17186 (skip_type_update_when_not_use_rtti_test): Likewise.
17187
6be47f0c
KS
171882014-06-16 Keith Seitz <keiths@redhat.com>
17189
17190 PR mi/15863
17191 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
17192 the inferior is started.
17193
d03de421
PA
171942014-06-16 Pedro Alves <palves@redhat.com>
17195
17196 * gdb.base/break-main-file-remove-fail.c: New file.
17197 * gdb.base/break-main-file-remove-fail.exp: New file.
17198 * gdb.base/break-unload-file.exp: Use build_executable instead of
17199 prepare_for_testing.
17200 (test_break): New parameter "initial_load". Handle it.
17201 (top level): Add initial_load cmdline/file axis.
17202
f9579b99
TT
172032014-06-12 Tom Tromey <tromey@redhat.com>
17204
17205 * gdb.base/completion.exp: Don't use directory name in test.
17206
3657956b
GB
172072014-06-09 Gary Benson <gbenson@redhat.com>
17208
17209 * gdb.base/sigall.c [Functions to send signals]: Reorder to
17210 separate the always-available ANSI-standard signals from the
17211 signals that require checking.
17212 (main): Likewise.
17213 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
17214 Likewise.
17215 (main): Likewise.
17216
4186eb54
KS
172172014-06-07 Keith Seitz <keiths@redhat.com>
17218
17219 Revert:
17220 PR c++/16253
17221 * gdb.cp/var-tag.cc: New file.
17222 * gdb.cp/var-tag.exp: New file.
17223 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
17224 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
17225 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
17226 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
17227
25326a28 172282014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
17229
17230 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
17231
829155c9
PA
172322014-06-06 Pedro Alves <palves@redhat.com>
17233
17234 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
17235 in target debug output instead of looking at RSP packets,
17236 disabling the test on any target that uses hardware stepping.
17237 Update comments.
17238
61c8d22e
PA
172392014-06-06 Pedro Alves <palves@redhat.com>
17240
17241 * gdb.base/break-unload-file.exp: Fix typo.
17242
d9a47287
YQ
172432014-06-06 Yao Qi <yao@codesourcery.com>
17244
17245 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
17246 from "jit_function" to "^jit_function".
17247
e5e01dbf
YQ
172482014-06-06 Yao Qi <yao@codesourcery.com>
17249
17250 * gdb.base/async.c (foo): Add one statement.
17251 * gdb.base/async.exp: Get the next instruction address and
17252 match the output of "nexti" by instruction address. Match
17253 the hex address in the output of "finish".
17254
73ba372c
GB
172552014-06-06 Gary Benson <gbenson@redhat.com>
17256
17257 * gdb.base/call-signals.c: Remove preprocessor conditionals
17258 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
17259 SIGSEGV and SIGTERM.
17260 * gdb.base/sigall.c: Likewise.
17261 * gdb.base/unwindonsignal.c: Likewise.
17262 * gdb.reverse/sigall-reverse.c: Likewise.
17263
831517df
YQ
172642014-06-06 Yao Qi <yao@codesourcery.com>
17265
17266 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
17267 readable, skip the test.
17268
b8b91e98
YQ
172692014-06-06 Yao Qi <yao@codesourcery.com>
17270
17271 * gdb.threads/staticthreads.c (thread_function): Move the line
17272 setting breakpoint on forward.
17273 * gdb.threads/staticthreads.exp: Update comments.
17274
fb934770
LC
172752014-06-05 Ludovic Courtès <ludo@gnu.org>
17276
17277 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
17278 "history-append! type error".
17279
6ef284bd
SM
172802014-06-05 Simon Marchi <simon.marchi@ericsson.com>
17281
17282 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
17283 erroneous dprintf expected input.
17284
a872e241
DE
172852014-06-04 Doug Evans <xdje42@gmail.com>
17286
17287 * gdb.guile/scm-generics.exp: Delete.
17288
16f691fb
DE
172892014-06-04 Doug Evans <xdje42@gmail.com>
17290
17291 * gdb.guile/scm-breakpoint.exp: Update.
17292 Add tests for breakpoint registration.
17293
012370f6
TT
172942014-06-04 Tom Tromey <tromey@redhat.com>
17295
17296 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
17297 VLA-in-union.
17298 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
17299 inner_vla_struct, vla_union types. Initialize objects of those
17300 types and compute their sizes.
17301
9f5a4cef
HZ
173022014-06-04 Nathan Sidwell <nathan@codesourcery.com>
17303 Hui Zhu <hui@codesourcery.com>
17304
17305 * gdb.base/fileio.exp: Add test for shell not available as well as
17306 available.
17307 * gdb.base/fileio.c (test_system): Check for shell twice.
17308
90a45c4d
YQ
173092014-06-04 Yao Qi <yao@codesourcery.com>
17310
17311 * gdb.base/auto-connect-native-target.exp: Remove redundant
17312 space from the regexp pattern.
17313
70017e41
YQ
173142014-06-04 Yao Qi <yao@codesourcery.com>
17315
17316 * gdb.base/default.exp: Replace "child" with "native" in
17317 regexp pattern.
17318
883964a7
SC
173192014-06-03 Siva Chandra Reddy <sivachandra@google.com>
17320
17321 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
17322 * gdb.python/py-xmethods.exp: New tests to test xmethods.
17323 * gdb.python/py-xmethods.py: Python script supporting the
17324 new testcase and tests.
17325
ef370185
JB
173262014-06-03 Joel Brobecker <brobecker@adacore.com>
17327 Pedro Alves <palves@redhat.com>
17328
17329 PR breakpoints/17000
17330 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
17331 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
17332
1e2ccb61
BM
173332014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
17334
17335 * gdb.base/subst.exp: Add tests to verify partial path matching
17336 output.
17337
c6ec5ab2
PA
173382014-06-03 Pedro Alves <palves@redhat.com>
17339
17340 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
17341 target that doesn't use software single-stepping.
17342
835c559f
PA
173432014-06-03 Pedro Alves <palves@redhat.com>
17344
17345 PR breakpoints/17000
17346 * gdb.base/sss-bp-on-user-bp-2.c: New file.
17347 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
17348
06eb1586
DE
173492014-06-02 Doug Evans <xdje42@gmail.com>
17350
17351 * gdb.guile/scm-parameter.exp: New file.
17352
e698b8c4
DE
173532014-06-02 Doug Evans <xdje42@gmail.com>
17354
17355 * gdb.guile/scm-cmd.c: New file.
17356 * gdb.guile/scm-cmd.exp: New file.
17357
ded03782
DE
173582014-06-02 Doug Evans <xdje42@gmail.com>
17359
17360 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
17361 pretty-printer lookup.
17362 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
17363 (make-pp_s-printer): Call it.
17364 (make-pretty-printer-from-dict): New function.
17365 (lookup-pretty-printer-maker-from-dict): New function.
17366 (*pretty-printer*): Simplify.
17367 (make-objfile-pp_s-printer): New function.
17368 (install-objfile-pretty-printers!): New function.
17369 (make-progspace-pp_s-printer): New function.
17370 (install-progspace-pretty-printers!): New function.
17371 * gdb.guile/scm-progspace.c: New file.
17372 * gdb.guile/scm-progspace.exp: New file.
17373
41fac0cf
PA
173742014-06-02 Pedro Alves <palves@redhat.com>
17375
17376 * gdb.base/dprintf-bp-same-addr.c: New file.
17377 * gdb.base/dprintf-bp-same-addr.exp: New file.
17378
96ae5695
EBM
173792014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17380
17381 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
17382 * gdb.arch/powerpc-power.s: Likewise.
17383
da02b3a8
JB
173842014-06-02 Joel Brobecker <brobecker@adacore.com>
17385
17386 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
17387
c72b2e7b
YQ
173882014-06-01 Yao Qi <yao@codesourcery.com>
17389
17390 * gdb.base/watchpoint.exp (test_watch_location): Check null
17391 pointer can be dereferenced. If not, do the test, otherwise
17392 skip it.
17393
53e8a631
AB
173942014-05-30 Andrew Burgess <aburgess@broadcom.com>
17395
17396 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
17397 results.
17398 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
17399
938f0e2f
AB
174002014-05-30 Andrew Burgess <aburgess@broadcom.com>
17401
17402 * gdb.arch/amd64-invalid-stack-middle.S: New file.
17403 * gdb.arch/amd64-invalid-stack-middle.c: New file.
17404 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
17405 * gdb.arch/amd64-invalid-stack-top.c: New file.
17406 * gdb.arch/amd64-invalid-stack-top.exp: New file.
17407
9ba6657a
PA
174082014-05-30 Pedro Alves <palves@redhat.com>
17409
17410 PR breakpoints/17000
17411 * gdb.base/sss-bp-on-user-bp.c: New file.
17412 * gdb.base/sss-bp-on-user-bp.exp: New file.
17413
522c09bf
DB
174142014-05-30 David Blaikie <dblaikie@gmail.com>
17415
17416 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
17417 gnu_inline semantics via attribute.
17418 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
17419 source explicitly specifies the required semantics.
17420
bf4ef81e
MR
174212014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
17422
17423 * gdb.reverse/sigall-reverse.exp: Fix a typo.
17424
329ea579
PA
174252014-05-29 Pedro Alves <palves@redhat.com>
17426 Tom Tromey <tromey@redhat.com>
17427
17428 * gdb.base/async-shell.exp: Don't enable target-async.
17429 * gdb.base/async.exp
17430 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
17431 parameter. Adjust.
17432 (top level): Don't test with "target-async".
17433 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
17434 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
17435 * gdb.base/inferior-died.exp: Don't enable target-async.
17436 * gdb.base/interrupt-noterm.exp: Likewise.
17437 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
17438 * gdb.mi/mi-nonstop-exit.exp: Likewise.
17439 * gdb.mi/mi-nonstop.exp: Likewise.
17440 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
17441 * gdb.mi/mi-nsintrall.exp: Likewise.
17442 * gdb.mi/mi-nsmoribund.exp: Likewise.
17443 * gdb.mi/mi-nsthrexec.exp: Likewise.
17444 * gdb.mi/mi-watch-nonstop.exp: Likewise.
17445 * gdb.multi/watchpoint-multi.exp: Adjust comment.
17446 * gdb.python/py-evsignal.exp: Don't enable target-async.
17447 * gdb.python/py-evthreads.exp: Likewise.
17448 * gdb.python/py-prompt.exp: Likewise.
17449 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
17450 * gdb.server/solib-list.exp: Don't enable target-async.
17451 * gdb.threads/thread-specific-bp.exp: Likewise.
17452 * lib/mi-support.exp: Adjust to use mi-async.
17453
fd664c91
PA
174542014-05-29 Pedro Alves <palves@redhat.com>
17455
17456 PR gdb/13860
17457 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
17458 reason, even in sync mode.
17459
251bde03
PA
174602014-05-29 Pedro Alves <palves@redhat.com>
17461 Hui Zhu <hui@codesourcery.com>
17462
17463 PR PR15693
17464 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
17465 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
17466 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
17467 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
17468
7f3c0343
JB
174692014-05-28 Joel Brobecker <brobecker@adacore.com>
17470
17471 * config/monitor.exp (gdb_target_monitor): Replace use of
17472 "set remotebaud" by "set serial baud".
17473
b2715b27
AW
174742014-05-26 Andy Wingo <wingo@igalia.com>
17475
17476 * gdb.guile/scm-breakpoint.exp:
17477 * gdb.guile/scm-gsmob.exp: Update to use plain old object
17478 properties instead of gdb-object-properties.
17479
498a4489
YQ
174802014-05-26 Yao Qi <yao@codesourcery.com>
17481
17482 * gdb.server/no-thread-db.exp: Specify source file name
17483 explicitly when setting a breakpoint.
17484
589fdceb
MM
174852014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17486
17487 * gdb.btrace/vdso.c: New.
17488 * gdb.btrace/vdso.exp: New.
17489
e9089e05
MM
174902014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17491
17492 * gdb.base/gcore.exp (capture_command_output): Move ...
17493 * lib/gdb.exp (capture_command_output): ... here.
17494
67b5c0c1
MM
174952014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17496
17497 * gdb.btrace/data.exp: Test memory access during btrace replay.
17498
a2199296
SM
174992014-05-22 Simon Marchi <simon.marchi@ericsson.com>
17500
17501 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
17502
17b2616c
PA
175032014-05-21 Pedro Alves <palves@redhat.com>
17504
17505 PR gdb/13860
17506 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
17507 (top level): Test that output related to execution commands is
17508 sent to the console with CLI commands, but not with MI commands.
17509 Test that breakpoint events are always mirrored to the console.
17510 Also expect the new source line to be output after a "next" in
17511 async mode too. Make it a pass/fail test.
17512 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
17513 output.
17514 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
17515
5166082f
PA
175162014-05-21 Pedro Alves <palves@redhat.com>
17517
17518 * gdb.base/list.exp (build_pattern, test_list): New procedures.
17519 Use them to test variations of "list" after reaching a breakpoint.
17520 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
17521 Test "list" with listsize 10 after reaching a breakpoint.
17522 * gdb.python/python.exp (decode_line current location line
17523 number): Adjust expected line number.
17524
2f25d70f
SM
175252014-05-21 Simon Marchi <simon.marchi@ericsson.com>
17526
17527 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
17528 behavior for $args, pass it directly to "run".
17529
ff604a67
MR
175302014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
17531
17532 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
17533 30000 to 65536.
17534
6a3cb8e8
PA
175352014-05-21 Pedro Alves <palves@redhat.com>
17536
17537 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
17538 auto-connect-native-target off".
17539 * gdb.base/auto-connect-native-target.c: New file.
17540 * gdb.base/auto-connect-native-target.exp: New file.
17541
4ebfc96e
PA
175422014-05-21 Pedro Alves <palves@redhat.com>
17543
17544 * gdb.base/default.exp: Test "target native" instead of "target
17545 child".
17546
36d46afb
MW
175472014-05-21 Mark Wielaard <mjw@redhat.com>
17548
17549 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
17550
5876f503
JK
175512014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17552
17553 Fix TLS access for -static -pthread.
17554 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
17555 <HAVE_TLS> (thread_function, main): Initialize it.
17556 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
17557 Add clean_restart.
17558 <$have_tls != "">: Check TLSVAR.
17559
0256a6ac
PA
175602014-05-21 Pedro Alves <palves@redhat.com>
17561
17562 * gdb.base/dcache-line-read-error.c: New.
17563 * gdb.base/dcache-line-read-error.exp: New.
17564
936d2992
PA
175652014-05-20 Pedro Alves <palves@redhat.com>
17566
17567 * gdb.base/compare-sections.c: New file.
17568 * gdb.base/compare-sections.exp: New file.
17569
802e8e6d
PA
175702014-05-20 Pedro Alves <palves@redhat.com>
17571
17572 * gdb.base/break-idempotent.c: New file.
17573 * gdb.base/break-idempotent.exp: New file.
17574
e59fa00f
MM
175752014-05-20 Markus Metzger <markus.t.metzger@intel.com>
17576
17577 * gdb.btrace/nohist.exp: New.
17578
8b696e31
YQ
175792014-05-20 Yao Qi <yao@codesourcery.com>
17580
17581 * lib/gdb.exp (gdb_init): Set timeout if test file is under
17582 gdb.reverse directory and gdb_reverse_timeout exists in board
17583 setting.
17584 * README: Document gdb_reverse_timeout.
17585
73c9764f
YQ
175862014-05-20 Yao Qi <yao@codesourcery.com>
17587
17588 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
17589 'test_file_name'. Treat args as a string instead of a list.
17590 (gdb_init): Rename argument 'args' by 'test_file_name'.
17591
f1f4348a
JK
175922014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
17593
17594 * gdb.arch/powerpc-power.exp: New file.
17595 * gdb.arch/powerpc-power.s: New file.
17596
0dbe70ce
DE
175972014-05-16 Doug Evans <dje@google.com>
17598
17599 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
17600 * gdb.base/completion.exp: Check that all expected files exist
17601 before doing file completion.
0dbe70ce 17602
8d551b02
DE
176032014-05-16 Doug Evans <dje@google.com>
17604
17605 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
17606 Update.
17607 (do_syscall_tests_without_xml): Update.
17608
73eb7709
PA
176092014-05-16 Pedro Alves <palves@redhat.com>
17610
17611 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
17612 instead of "unknown output after running".
17613
3fae92fc
YQ
176142014-05-16 Yao Qi <yao@codesourcery.com>
17615
17616 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
17617 file1.txt from host at the end.
17618 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17619
c2b2ccc5
DE
176202014-05-15 Doug Evans <dje@google.com>
17621
17622 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
17623 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
17624 loading file. Add test for TU lookup.
17625
8c217a4b
SM
176262014-05-15 Simon Marchi <simon.marchi@ericsson.com>
17627
17628 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
17629 calling "-exec-arguments" or "set args" before running the
17630 inferior.
17631
3deb39c6
SM
176322014-05-15 Simon Marchi <simon.marchi@ericsson.com>
17633
17634 * lib/mi-support.exp (mi_expect_stop): Expect message for
17635 inferiors that exit with non-zero exit code.
17636
71a79f8c
YQ
176372014-05-14 Yao Qi <yao@codesourcery.com>
17638
17639 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
17640 match absolute path on remote host.
17641 (test_file_list_exec_source_files): Remove "/" from the
17642 pattern.
17643
f23fcd46
YQ
176442014-05-14 Yao Qi <yao@codesourcery.com>
17645
17646 * boards/local-remote-host-notty.exp (${board}_file): New
17647 proc.
17648
9404b58f
KM
176492014-05-07 Kyle McMartin <kyle@redhat.com>
17650
17651 Pushed by Joel Brobecker <brobecker@adacore.com>.
17652 * gdb.arch/aarch64-atomic-inst.c: New file.
17653 * gdb.arch/aarch64-atomic-inst.exp: New file.
17654
5e45f04c
YQ
176552014-05-07 Yao Qi <yao@codesourcery.com>
17656
17657 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
17658 in current context" too.
17659
c888a17d
KS
176602014-05-05 Keith Seitz <keiths@redhat.com>
17661
17662 * gdb.linespec/ls-dollar.exp: Add test for linespec
17663 file:convenience_variable.
17664
290a839c
YQ
176652014-05-05 Yao Qi <yao@codesourcery.com>
17666
17667 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
17668 traceframes into tfile and ctf trace files. Read data from
17669 trace file and test collected data.
17670 (gdb_collect_locals_test): Likewise.
17671 (gdb_unavailable_registers_test): Likewise.
17672 (gdb_unavailable_floats): Likewise.
17673 (gdb_collect_globals_test): Likewise.
17674 (top-level): Append "ctf" to trace_file_targets if GDB
17675 supports.
17676
b5262cd0
YQ
176772014-05-05 Yao Qi <yao@codesourcery.com>
17678
17679 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
17680 code to ...
17681 (gdb_collect_args_test_1): ... it. New proc.
17682 (gdb_collect_locals_test): Move some code to ...
17683 (gdb_collect_locals_test_1): ... it. New proc.
17684 (gdb_unavailable_registers_test): Move some code to ...
17685 (gdb_unavailable_registers_test_1): ... it. New proc.
17686 (gdb_unavailable_floats): Move some code to ...
17687 (gdb_unavailable_floats_1): ... it. New proc.
17688
30a1e6cc
SDJ
176892014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
17690
17691 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
17692 probes to test for bitness recognition.
17693 * gdb.arch/amd64-stap-optional-prefix.exp
17694 (test_probe_value_without_reg): New procedure.
17695 Add code to test for different kinds of bitness.
17696
f33da99a
SDJ
176972014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
17698
17699 PR breakpoints/16889
17700 * gdb.arch/amd64-stap-optional-prefix.S: New file.
17701 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
17702
5b80f00d
PA
177032014-05-01 Pedro Alves <palves@redhat.com>
17704
17705 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
17706 gdb_file_cmd if no file is specified.
17707 * boards/native-extended-gdbserver.exp (gdb_load): Use the
17708 last_loaded_file to set the remote exec-file.
17709
f8c2a73c
PA
177102014-05-01 Pedro Alves <palves@redhat.com>
17711
17712 * boards/local-remote-host.exp: New file.
17713
be6e8ac7
PA
177142014-05-01 Pedro Alves <palves@redhat.com>
17715
17716 * boards/local-remote-host.exp: Rename to ...
17717 * boards/local-remote-host-notty.exp: ... this.
17718
cac0dc8f
JB
177192014-04-28 Joel Brobecker <brobecker@adacore.com>
17720
17721 * gdb.ada/dyn_arrayidx: New testcase.
17722
9730e6cc
YQ
177232014-04-26 Yao Qi <yao@codesourcery.com>
17724
17725 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
17726 and compute the length of function main. Save it in
17727 $main_length.
17728 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
17729 (top-level): Use gdb_compile to compile objects into
17730 executable and restart GDB. Remove invocation to
17731 prepare_for_testing.
17732
7ae1a6a6
PA
177332014-04-25 Simon Marchi <simon.marchi@ericsson.com>
17734 Pedro Alves <palves@redhat.com>
17735
17736 PR server/16255
17737 * gdb.multi/multi-attach.c: New file.
17738 * gdb.multi/multi-attach.exp: New file.
17739
4082afcc
PA
177402014-04-25 Pedro Alves <palves@redhat.com>
17741
17742 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
17743 user.
17744 (top level): Test that "set remote conditional-breakpoints-packet
17745 off" works as intended.
17746 * gdb.base/dprintf.exp: Test that "set remote
17747 breakpoint-commands-packet off" works as intended.
17748 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
17749 New function.
17750 (top level): Call it.
17751 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
17752 remote fast-tracepoints-packet off" works as intended.
17753 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
17754 * lib/gdb.exp (gdb_is_target_remote): ... here.
17755
2abc3f8d
DB
177562014-04-24 David Blaikie <dblaikie@gmail.com>
17757
17758 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
17759 ensure clang would not discard them.
17760 * gdb.base/gdbvars.c: Ditto.
17761 * gdb.base/memattr.c: Ditto.
17762 * gdb.base/whatis.c: Ditto.
17763 * gdb.python/py-prettyprint.c: Ditto.
17764 * gdb.trace/actions.c: Ditto.
17765 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
17766 ensure clang would not discard it.
17767
bfd39632
DB
177682014-04-24 David Blaikie <dblaikie@gmail.com>
17769
17770 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
17771 clang to emit the full definition of type required by the test
17772 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
17773
22842ff6
DB
177742014-04-24 David Blaikie <dblaikie@gmail.com>
17775
17776 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
17777 coax Clang into emitting the definition of the type.
17778 * gdb.cp/pr10728-x.h (y): Ditto.
17779 * gdb.cp/pr10728-y.cc (y): Ditto.
17780
c2e827ad
DB
177812014-04-24 David Blaikie <dblaikie@gmail.com>
17782
17783 * gdb.base/label.exp: XFAIL label related tests under Clang.
17784 * gdb.cp/cplabel.exp: Ditto.
17785 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
17786 under Clang those using labels.
17787
4c2d33e7
YQ
177882014-04-25 Yao Qi <yao@codesourcery.com>
17789
17790 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
17791 double_label.
17792 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
17793 partial_label and double_label.
17794
56083b99
DB
177952014-04-24 David Blaikie <dblaikie@gmail.com>
17796
17797 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
17798
25d4e99d
DB
177992014-04-24 David Blaikie <dblaikie@gmail.com>
17800
17801 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
17802 of the function to work across GCC and Clang.
17803 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
17804 pointer types (const void ** const V void **).
17805
01f9f808
MS
178062014-04-24 Michael Sturm <michael.sturm@mintel.com>
17807 Walfred Tedeschi <walfred.tedeschi@intel.com>
17808
17809 * Makefile.in (EXECUTABLES): Added i386-avx512.
17810 * gdb.arch/i386-avx512.c: New file.
17811 * gdb.arch/i386-avx512.exp: Likewise.
17812
4b48d439
KS
178132014-04-23 Keith Seitz <keiths@redhat.com>
17814
17815 * lib/mi-support.exp (mi_list_breakpoints): Delete.
17816 (mi_make_breakpoint_table): New procedure.
17817 (mi_create_breakpoint): Use mi_make_breakpoint
17818 and return the result.
17819 (mi_make_breakpoint): New procedure.
17820 (mi_build_kv_pairs): New procedure.
17821
17822 * gdb.mi/mi-break.exp: Remove unused globals,
17823 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
17824 All callers updated.
17825 * gdb.mi/mi-dprintf.exp: Use variable to track command
17826 number.
17827 Update all callers of mi_create_breakpoint and use
17828 mi_make_breakpoint_table.
17829 Remove any unused global variables.
17830 * gdb.mi/mi-nonstop.exp: Likewise.
17831 * gdb.mi/mi-nsintrall.exp: Likewise.
17832 * gdb.mi/mi-nsmoribund.exp: Likewise.
17833 * gdb.mi/mi-nsthrexec.exp: Likewise.
17834 * gdb.mi/mi-reverse.exp: Likewise.
17835 * gdb.mi/mi-simplerun.exp: Likewise.
17836 * gdb.mi/mi-stepn.exp: Likewise.
17837 * gdb.mi/mi-syn-frame.exp: Likewise.
17838 * gdb.mi/mi-until.exp: Likewise.
17839 * gdb.mi/mi-var-cp.exp: Likewise.
17840 * gdb.mi/mi-var-display.exp: Likewise.
17841 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
17842 * gdb.mi/mi2-var-child.exp: Likewise.
17843 * gdb.mi/mi-vla-c99.exp: Likewise.
17844 * lib/mi-support.exp: Likewise.
17845
17846 From Ian Lance Taylor <iant@cygnus.com>:
17847 * lib/gdb.exp (parse_args): New procedure.
17848
08351840
PA
178492014-04-23 Pedro Alves <palves@redhat.com>
17850
17851 * gdb.base/break-unload-file.c: New file.
17852 * gdb.base/break-unload-file.exp: New file.
17853 * gdb.base/sym-file-lib.c (baz): New function.
17854 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
17855 field.
17856 (load): Store the segment's mapped size.
17857 (unload): New function.
17858 (unload_shlib): New function.
17859 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
17860 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
17861 set a breakpoint at baz, and call it.
17862 * gdb.base/sym-file.exp: New tests for stale breakpoint
17863 instructions.
17864
076855f9
PA
178652014-04-23 Pedro Alves <palves@redhat.com>
17866
17867 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
17868 * gdb.base/hbreak-in-shr-unsupported.c: New file.
17869 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
17870 * gdb.base/hbreak-unmapped.c: New file.
17871 * gdb.base/hbreak-unmapped.exp: New file.
17872 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
17873 * lib/gdb.exp (gdb_is_target_remote): ... here.
17874
483805cf
PA
178752014-04-22 Pedro Alves <palves@redhat.com>
17876
17877 * gdb.base/consecutive-step-over.c: New file.
17878 * gdb.base/consecutive-step-over.exp: New file.
17879
06d97543
PA
178802014-04-22 Pedro Alves <palves@redhat.com>
17881
17882 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
17883 instead of send_gdb/gdb_expect.
17884
b4429ea2
YQ
178852014-04-22 Yao Qi <yao@codesourcery.com>
17886
17887 * lib/trace-support.exp (generate_tracefile): New procedure.
17888 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
17889 return 0.
17890 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
17891 if generate_tracefile returns 1.
17892
51d48146
PA
178932014-04-18 Tom Tromey <palves@redhat.com>
17894 Pedro alves <tromey@redhat.com>
17895
17896 PR backtrace/15558
17897 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
17898 with a backtrace limit.
17899 * gdb.python/py-frame-inline.exp: Test running to an inline
17900 function with a backtrace limit, and printing the newest frame.
17901 * gdb.python/py-frame-inline.c (main): Call f.
17902
bd1dce5f
MS
179032014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
17904
17905 * gdb.java/jnpe.exp: Drop srcdir from untested path.
17906
40d1a503
MS
179072014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
17908
17909 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
17910 Drop prefix from unsupported source file path.
17911
389b98f7
YQ
179122014-04-17 Yao Qi <yao@codesourcery.com>
17913
17914 * lib/gdb.exp (with_target_charset): New proc.
17915 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
17916 with_target_charset.
17917 (test_print_strings): Likewise.
17918 (test_repeat_bytes): Likewise.
17919 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
17920 for some tests.
17921
22869d73
KS
179222014-04-16 Keith Seitz <keiths@redhat.com>
17923
17924 PR gdb/15827
17925 * gdb.dwarf2/corrupt.c: New file.
17926 * gdb.dwarf2/corrupt.exp: New file.
17927
c4f87ca6
KS
179282014-04-16 Keith Seitz <keiths@redhat.com>
17929
17930 PR c++/16597
17931 * gdb.cp/namelessclass.cc: New file.
17932 * gdb.cp/namelessclass.exp: New file.
17933 * gdb.cp/namelessclass.S: New file.
17934
ab19de87
DE
179352014-04-16 Doug Evans <dje@google.com>
17936
17937 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
17938 Add comment.
17939 (gdbserver_default_get_comm_port): New function.
17940 (gdbserver_start): Check if board file provided
17941 "gdbserver,get_comm_port" and use it if so.
17942 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
17943 (gdb,socketport): Set to "stdio".
17944 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
17945 (stdio_gdbserver_template): Delete.
17946 (${board}_get_remote_address): Update.
17947 (${board}_build_remote_cmd): Delete.
17948 (${board}_get_comm_port): New function.
17949 (${board}_spawn): Update.
17950 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
17951 Delete.
17952 (${board}_get_remote_address): Update.
17953 (${board}_get_comm_port): New function.
17954
fc98a809
AB
179552014-04-16 Andrew Burgess <aburgess@broadcom.com>
17956
17957 * gdb.base/memattr.exp: Improve regexps to handle memory regions
17958 appearing in any order.
17959
87fd9e6e
DE
179602014-04-15 Doug Evans <dje@google.com>
17961
17962 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
17963 uninitialized value of "description".
17964
099fc3ea
KS
179652014-04-15 Keith Seitz <keiths@redhat.com>
17966
17967 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
17968 Remove unused globals.
17969 (test_running_the_program): Likewise.
17970 (test_controlled_execution): Likewise.
17971 (test_controlling_breakpoints): Likewise.
17972 (test_program_termination): Likewise.
17973
5da151d4
KS
179742014-04-15 Keith Seitz <keiths@redhat.com>
17975
17976 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
17977 unused globals.
17978 (test_rbreak_creation_and_listing): Likewise.
17979 (test_ignore_count): Likewise.
17980 (test_error): Likewise.
17981
35e5d2f0
PA
179822014-04-15 Pedro Alves <palves@redhat.com>
17983
17984 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
17985 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
17986 sym-file-loader.c.
17987 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
17988 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
17989 to sym-file-loader.c.
17990 (struct library): Forward declare.
17991 (load_shlib, lookup_function): Change prototypes.
17992 (find_shstrtab, find_strtab, find_shdr, find_symtab)
17993 (translate_offset): Remove declarations.
17994 (get_text_addr): New declaration.
17995 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
17996 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
17997 sym-file-loader.h.
17998 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
17999 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
18000 here from sym-file-loader.h.
18001 (struct library): New structure.
18002 (load_shlib, lookup_function): Change prototypes and adjust to
18003 work with a struct library.
18004 (find_shstrtab, find_strtab, find_shdr, find_symtab)
18005 (translate_offset): Make static.
18006 (get_text_addr): New function.
18007 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
18008
eb4c1710
PA
180092014-04-15 Pedro Alves <palves@redhat.com>
18010
18011 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
18012
2d1baf52
PA
180132014-04-15 Pedro Alves <palves@redhat.com>
18014
18015 * gdb.base/sym-file-loader.c: Include <limits.h>.
18016 (SELF_LINK): New define.
18017 (get_origin): New function.
18018 (load_shlib): Use it.
18019 * gdb.base/sym-file.exp: Don't early return if the target is
18020 remote. Use runto_main, and issue fail is that fails. Use
18021 gdb_load_shlibs.
18022 (shlib_name): Delete.
18023 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
18024
7dd6df01
PA
180252014-04-15 Pedro Alves <palves@redhat.com>
18026
18027 * gdb.base/sym-file.exp: Remove regex characters from test
18028 message. Don't refer to breakpoint numbers in test messages.
18029
b50c8614
KS
180302014-04-14 Keith Seitz <keiths@redhat.com>
18031
18032 PR c++/16253
18033 * gdb.cp/var-tag.cc: New file.
18034 * gdb.cp/var-tag.exp: New file.
18035 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
18036 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
18037 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
18038 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
18039
3d567982
TT
180402014-04-14 Tom Tromey <tromey@redhat.com>
18041
18042 * gdb.cp/classes.exp (test_enums): Handle underlying type.
18043 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
18044 type.
18045 * gdb.cp/enum-class.exp: New file.
18046 * gdb.cp/enum-class.cc: New file.
18047
0626fc76
TT
180482014-04-14 Tom Tromey <tromey@redhat.com>
18049
18050 * gdb.dwarf2/enum-type.exp: New file.
18051
dca325b3
SA
180522014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18053
18054 * gdb.mi/mi-vla-c99.exp: New file.
18055 * gdb.mi/vla.c: New file.
18056
5854b38a
SA
180572014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18058
18059 * gdb.base/vla-datatypes.c: New file.
18060 * gdb.base/vla-datatypes.exp: New file.
18061
463bb957
SA
180622014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18063
18064 * gdb.base/vla-ptr.c: New file.
18065 * gdb.base/vla-ptr.exp: New file.
18066
3dd170be
SA
180672014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18068
18069 * gdb.dwarf2/count.exp: New file.
18070
5ecaaa66
SA
180712014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18072
18073 * gdb.base/vla-sideeffect.c: New file.
18074 * gdb.base/vla-sideeffect.exp: New file.
18075
41f1ada5
DB
180762014-04-14 David Blaikie <dblaikie@gmail.com>
18077
18078 * gdb.mi/non-stop.c: Add return value for non-void function return
18079 statement.
18080 * gdb.threads/staticthreads.c: Ditto.
18081
0be03e84
DE
180822014-04-12 Siva Chandra Reddy <sivachandra@google.com>
18083 Doug Evans <xdje42@gmail.com>
18084
18085 * gdb.guile/scm-value.c: Improve test case.
18086 * gdb.guile/scm-value.exp: Add new test.
18087
f180a1fb
DB
180882014-04-11 David Blaikie <dblaikie@gmail.com>
18089
18090 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
18091 override Clang's default.
18092
6b662e19
JB
180932014-04-11 Joel Brobecker <brobecker@adacore.com>
18094
18095 Revert the following changes (regressions):
18096
18097 * gdb.base/vla-sideeffect.c: New file.
18098 * gdb.base/vla-sideeffect.exp: New file.
18099
18100 * gdb.dwarf2/count.exp: New file.
18101
18102 * gdb.base/vla-multi.c: New file.
18103 * gdb.base/vla-multi.exp: New file.
18104
18105 * gdb.base/vla-ptr.c: New file.
18106 * gdb.base/vla-ptr.exp: New file.
18107
18108 * gdb.base/vla-datatypes.c: New file.
18109 * gdb.base/vla-datatypes.exp: New file.
18110
18111 * gdb.mi/mi-vla-c99.exp: New file.
18112 * gdb.mi/vla.c: New file.
18113
245a5f0b
KS
181142014-04-11 Keith Seitz <keiths@redhat.com>
18115
18116 PR c++/16675
18117 * gdb.cp/cpsizeof.exp: New file.
18118 * gdb.cp/cpsizeof.cc: New file.
18119
58a84dcf
SA
181202014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18121
191a8a90
JB
18122 * gdb.mi/mi-vla-c99.exp: New file.
18123 * gdb.mi/vla.c: New file.
58a84dcf 18124
c8655f75
SA
181252014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18126
18127 * gdb.base/vla-datatypes.c: New file.
18128 * gdb.base/vla-datatypes.exp: New file.
18129
024e13b4
SA
181302014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18131
18132 * gdb.base/vla-ptr.c: New file.
18133 * gdb.base/vla-ptr.exp: New file.
18134
1a237e0e
SA
181352014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18136
18137 * gdb.base/vla-multi.c: New file.
18138 * gdb.base/vla-multi.exp: New file.
18139
504f3432
SA
181402014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18141
18142 * gdb.dwarf2/count.exp: New file.
18143
3bce8237
SA
181442014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18145
191a8a90
JB
18146 * gdb.base/vla-sideeffect.c: New file.
18147 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 18148
322f9c21
YQ
181492014-04-11 Yao Qi <yao@codesourcery.com>
18150
18151 * gdb.base/completion.exp: Check file exists before running tests
18152 on file completion.
18153
d708bcd1
PA
181542014-04-10 Pedro Alves <palves@redhat.com>
18155
18156 * gdb.base/cond-eval-mode.c: New file.
18157 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
18158 prepare_for_testing to build the new file. Check result of
18159 runto_main.
18160 (test_break, test_watch): New procedures.
18161 (top level): Use them.
18162
ae1d2761
PM
181632014-04-08 Pierre Muller <muller@sourceware.org>
18164
18165 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
18166 Ctrl-V use for mingw hosts.
18167
7af389b8
SC
181682014-04-07 Siva Chandra Reddy <sivachandra@google.com>
18169
18170 * gdb.python/py-value.c: Improve test case.
18171 * gdb.python/py-value.exp: Add new test.
18172
5e703181
DE
181732014-04-07 David Blaikie <dblaikie@gmail.com>
18174
18175 * lib/compiler.c: Identify the clang compiler.
18176 * lib/compiler.cc: Ditto.
18177
9810b410
YQ
181782014-04-03 Yao Qi <yao@codesourcery.com>
18179
18180 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
18181
98d1b8dc
AB
181822014-04-01 Anton Blanchard <anton@samba.org>
18183
18184 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
18185 messages unique.
18186
3114cea1
AB
181872014-04-01 Anton Blanchard <anton@samba.org>
18188
18189 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
18190 prepare_for_testing.
18191
62f7182c
AB
181922014-04-01 Anton Blanchard <anton@samba.org>
18193
18194 * gdb.arch/ppc64-atomic-inst.c: Remove.
18195 * gdb.arch/ppc64-atomic-inst.S: New file.
18196 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
18197
770e7fc7
DE
181982014-03-31 Doug Evans <dje@google.com>
18199
18200 * gdb.base/print-symbol-loading-lib.c: New file.
18201 * gdb.base/print-symbol-loading-main.c: New file.
18202 * gdb.base/print-symbol-loading.exp: New file.
18203
46e2bafa
YQ
182042014-03-31 Yao Qi <yao@codesourcery.com>
18205
18206 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
18207
8776cfe9
JB
182082014-03-28 Joel Brobecker <brobecker@adacore.com>
18209
18210 * gdb.ada/mi_dyn_arr: New testcase.
18211
5d1ef361
DE
182122014-03-27 Doug Evans <dje@google.com>
18213
18214 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
18215
b5bee914
YQ
182162014-03-27 Yao Qi <yao@codesourcery.com>
18217
18218 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
18219 if target is nios2-*-*.
18220
0d4d0e77
YQ
182212014-03-26 Yao Qi <yao@codesourcery.com>
18222
18223 * lib/gdb.exp (readline_is_used): New proc.
18224 * gdb.base/completion.exp: Move tests on command complete up.
18225 Skip the rest of tests if readline is not used.
18226 * gdb.ada/complete.exp: Skp the test if readline is not
18227 used.
18228 * gdb.base/filesym.exp: Likewise.
18229 * gdb.base/macscp.exp: Likewise.
18230 * gdb.base/readline-ask.exp: Likewise.
18231 * gdb.base/readline.exp: Likewise.
18232 * gdb.python/py-cmd.exp: Likewise.
18233 * gdb.trace/tfile.exp: Likewise.
18234
29361eee
YQ
182352014-03-26 Yao Qi <yao@codesourcery.com>
18236
18237 * gdb.base/macscp.exp: Fix code format issues.
18238
bc9a5525
UW
182392014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
18240
18241 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
18242 * gdb.asm/powerpc64le.inc: New file.
18243
d3839ede
PA
182442014-03-25 Pedro Alves <palves@redhat.com>
18245 Doug Evans <dje@google.com>
18246
18247 * gdb.base/source-execution.c: New file.
18248 * gdb.base/source-execution.exp: New file.
18249 * gdb.base/source-execution.gdb: New file.
18250
01672a57
DE
182512014-03-24 Doug Evans <dje@google.com>
18252
18253 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
18254 using fission.
18255
88bbeca9
HZ
182562014-03-24 Hui Zhu <hui@codesourcery.com>
18257 Pedro Alves <palves@redhat.com>
18258
18259 PR breakpoints/16101
18260 * gdb.base/dprintf.exp: Use unsupported rather than changing the
18261 test pass/fail messages. Detect missing support for dprintf when
18262 breakpoints are actually inserted.
18263 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
18264 breakpoints are actually inserted.
18265 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
18266 fails.
18267
d2348791
JK
182682014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
18269
18270 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
18271
feef67ab
DE
182722014-03-22 Doug Evans <xdje42@gmail.com>
18273
18274 * gdb.python/python.exp (python not supported): Verify multi-line
18275 python command issues an error.
25d743f9 18276 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 18277 guile command issues an error.
feef67ab 18278
ecebef6a
MR
182792014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
18280
18281 * gdb.threads/thread-specific.exp: Handle the lack of usable
18282 $this_breakpoint and $this_thread.
18283
ccdd1909
HZ
182842014-03-21 Hui Zhu <hui@codesourcery.com>
18285
18286 * gdb.base/attach.exp (do_command_attach_tests): New.
18287
beb460e8
PA
182882014-03-20 Tom Tromey <tromey@redhat.com>
18289 Pedro Alves <palves@redhat.com>
18290
18291 PR cli/15718
18292 * gdb.base/condbreak-call-false.c: New file.
18293 * gdb.base/condbreak-call-false.exp: New file.
18294
40acf43a
PA
182952014-03-20 Pedro Alves <palves@redhat.com>
18296
18297 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
18298 Delete.
18299 (block_signals, unblock_signals): Delete.
18300 (child_function_2, main): Remove references to deleted variable
18301 and functions.
18302
9f5e1e02
PA
183032014-03-20 Pedro Alves <palves@redhat.com>
18304
18305 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
18306 Use pthread_kill to signal thread 2.
18307 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
18308 Adjust to make the test send itself a signal rather than using the
18309 host's "kill" command.
18310
99619bea
PA
183112014-03-20 Pedro Alves <palves@redhat.com>
18312
18313 * gdb.threads/multiple-step-overs.c: New file.
18314 * gdb.threads/multiple-step-overs.exp: New file.
18315 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
18316 Adjust expected infrun debug output.
18317
2adfaa28
PA
183182014-03-20 Pedro Alves <palves@redhat.com>
18319
18320 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
18321 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
18322
31e77af2
PA
183232014-03-20 Pedro Alves <palves@redhat.com>
18324
18325 PR breakpoints/7143
18326 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
18327 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
18328 of gdb_test_multiple.
18329 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
18330 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
18331
b9f437de
PA
183322014-03-20 Pedro Alves <palves@redhat.com>
18333
18334 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
18335 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
18336
05adc73e
PA
183372014-03-19 Pedro Alves <palves@redhat.com>
18338
18339 * gdb.base/async.exp: Remove early return.
18340
6048b950
PA
183412014-03-19 Pedro Alves <palves@redhat.com>
18342
18343 * gdb.base/async.exp (step& tests): Pass explicit test messages.
18344
8bcfb00a
PA
183452014-03-19 Pedro Alves <palves@redhat.com>
18346
18347 * gdb.base/async.exp (test_background): Expect \r\n after
18348 "completed." in the fail pattern.
18349
884e37dc
PA
183502014-03-19 Pedro Alves <palves@redhat.com>
18351
18352 * gdb.base/async.exp (test_background): New procedure.
18353 Use it for all background execution command tests.
18354
148e57e2
PA
183552014-03-19 Pedro Alves <palves@redhat.com>
18356
18357 * gdb.base/async.exp: Use prepare_for_testing.
18358
f48088c7
PA
183592014-03-19 Pedro Alves <palves@redhat.com>
18360
18361 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
18362 the same line.
18363
e2f6c966
PA
183642014-03-19 Pedro Alves <palves@redhat.com>
18365
18366 * gdb.base/async.c (main): Add "jump here" and "until here" line
18367 marker comments.
18368 * gdb.base/async.exp (jump_here): New global.
18369 (jump& test): Use it.
18370 (until_here): New global.
18371 (until& test): Use it.
18372
c30568d4
PA
183732014-03-19 Pedro Alves <palves@redhat.com>
18374
18375 * gdb.base/async.exp: Don't frob gdb_protocol.
18376
0172b6a7
DE
183772014-03-18 Doug Evans <xdje42@gmail.com>
18378
18379 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
18380 Fix spelling of exec-done-display.
18381
06c868a8
JK
183822014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
18383
18384 PR gdb/15358
18385 * gdb.base/gdb-sigterm.c: New file.
18386 * gdb.base/gdb-sigterm.exp: New file.
18387
0c7e1a46
PA
183882014-03-18 Pedro Alves <palves@redhat.com>
18389
18390 PR gdb/13860
18391 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
18392 * lib/mi-support.exp (mi_expect_stop): Add special handling for
18393 solib-event.
18394
f7c77d93
JB
183952014-03-17 Joel Brobecker <brobecker@adacore.com>
18396
18397 * gdb.ada/pckd_arr_ren: New testcase.
18398
5a1e8c7a
DE
183992014-03-13 Doug Evans <xdje42@gmail.com>
18400
18401 PR guile/16612
18402 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
18403 collect after discarding symbols.
18404
350e1a76
DE
184052014-03-13 Ludovic Courtès <ludo@gnu.org>
18406 Doug Evans <xdje42@gmail.com>
18407
18408 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
18409 to history survives a gc.
18410
a69900ae
PA
184112014-03-13 Pedro Alves <palves@redhat.com>
18412
18413 * gdb.base/default.exp: Don't test "target procfs".
18414
5db9f0bd
PA
184152014-03-13 Pedro Alves <palves@redhat.com>
18416
18417 * gdb.base/default.exp: Update "target child" and "target procfs"
18418 tests to not expect "Unix".
18419
b3ccfe11
TT
184202014-03-12 Tom Tromey <tromey@redhat.com>
18421
18422 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
18423 New procs. Add target-async tests.
18424 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
18425 Add target-async tests.
18426
646f4417
AA
184272014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18428
18429 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
18430 'func_start' and 'func_end' for the beginning and end of the
18431 function code, respectively.
18432 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
18433 'func_end' instead of 'func' and 'main'.
18434
288c211f
AA
184352014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18436
18437 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
18438 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
18439 generate the debug info assembler source.
18440
e0c0f156
AA
184412014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18442
18443 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
18444 * gdb.dwarf2/arr-subrange.exp: Likewise.
18445 * gdb.dwarf2/dwz.exp: Likewise.
18446 * gdb.dwarf2/method-ptr.exp: Likewise.
18447 * gdb.dwarf2/missing-sig-type.exp: Likewise.
18448 * gdb.dwarf2/subrange.exp: Likewise.
18449 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
18450 * gdb.dwarf2/implptrpiece.exp: Likewise.
18451 * gdb.dwarf2/nostaticblock.exp: Likewise.
18452
0e5c4555
AA
184532014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18454
18455 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
18456 directory to absolute path name arguments.
18457
5ec18f2b
JG
184582014-03-10 Joel Brobecker <brobecker@adacore.com>
18459
18460 * gdb.ada/tagged_access: New testcase.
18461
847fc4f2
MM
184622014-03-07 Markus Metzger <markus.t.metzger@intel.com>
18463
18464 * gdb.btrace/data.exp: Update expected output.
18465
cc3da688
YQ
184662014-03-06 Yao Qi <yao@codesourcery.com>
18467
18468 * gdb.trace/pr16508.exp: New file.
18469
0f26cec1
PA
184702014-03-05 Pedro Alves <palves@redhat.com>
18471
18472 PR gdb/16575
18473 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
18474 procedure.
18475 (top level): Adjust to use it. Add tests that exercise breakpoint
18476 interaction with the code-cache.
18477
7a5a839f
LC
184782014-02-26 Ludovic Courtès <ludo@gnu.org>
18479
18480 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
18481 test for 'history-append!'.
18482
31aa7e4e
JB
184832014-02-26 Joel Brobecker <brobecker@adacore.com>
18484
18485 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
18486 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
18487 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
18488 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
18489 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
18490 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
18491
1b588015
JB
184922014-02-26 Joel Brobecker <brobecker@adacore.com>
18493
18494 * testsuite/gdb.python/py-pp-re-notag.c: New file.
18495 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
18496 * testsuite/gdb.python/py-pp-re-notag.p: New file.
18497
55426c9d
JB
184982014-02-26 Joel Brobecker <brobecker@adacore.com>
18499
18500 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
18501
dc53a7ad
JB
185022014-02-26 Joel Brobecker <brobecker@adacore.com>
18503
18504 * gdb.dwarf2/arr-stride.c: New file.
18505 * gdb.dwarf2/arr-stride.exp: New file.
18506
12ab52e9
PA
185072014-02-26 Pedro Alves <palves@redhat.com>
18508
18509 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
18510 that won't ever trigger. Make sure that GDB reports the correct
18511 breakpoint that caused the stop.
18512
849c862e
JK
185132014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18514
18515 PR gdb/16626
18516 * gdb.base/auto-load-script: New file.
18517 * gdb.base/auto-load.c: New file.
18518 * gdb.base/auto-load.exp: New file.
18519
71b7d793
JK
18520 PR gdb/16626
18521 * gdb.base/auto-load.exp: Fix out-of-srctree run.
18522
e2f0d509
JK
185232014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18524
18525 Fix dw2-icycle.exp -fsanitize=address GDB crash.
18526 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
18527
50cc37c8
DE
185282014-02-24 Doug Evans <dje@google.com>
18529
18530 * lib/gdb.exp (run_on_host): Log error output if program fails.
18531
ea4758f2
PA
185322014-02-21 Pedro Alves <palves@redhat.com>
18533
18534 * gdb.threads/step-after-sr-lock.c: Rename to ...
18535 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
18536 * gdb.threads/step-after-sr-lock.exp: Rename to ...
18537 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
18538 ... this.
18539
d7b30f67
SDJ
185402014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
18541
18542 PR tdep/16397
18543 * gdb.arch/amd64-stap-special-operands.exp: New file.
18544 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
18545 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
18546 * gdb.arch/amd64-stap-triplet.S: Likewise.
18547 * gdb.arch/amd64-stap-triplet.c: Likewise.
18548
83deb43f
JB
185492014-02-20 Joel Brobecker <brobecker@adacore.com>
18550
18551 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
18552 in .section pseudo-op.
18553
adde2bff
DE
185542014-02-20 lin zuojian <manjian2006@gmail.com>
18555 Joel Brobecker <brobecker@adacore.com>
18556 Doug Evans <xdje42@gmail.com>
18557
18558 PR symtab/16581
18559 * gdb.dwarf2/dw2-icycle.S: New file.
18560 * gdb.dwarf2/dw2-icycle.c: New file.
18561 * gdb.dwarf2/dw2-icycle.exp: New file.
18562
f7bd0f78
SC
185632014-02-19 Siva Chandra Reddy <sivachandra@google.com>
18564
18565 * gdb.python/py-value-cc.cc: Improve test case to enable testing
18566 operations on gdb.Value objects.
18567 * gdb.python/py-value-cc.exp: Add new test to test operations on
18568 gdb.Value objects.
18569
c17ef0d5
DE
185702014-02-18 Doug Evans <dje@google.com>
18571
18572 * Makefile.in (TESTS): New variable.
18573 (expanded_tests, expanded_tests_or_none): New variables
18574 (check-single): Pass $(expanded_tests_or_none) to runtest.
18575 (check-parallel): Only run tests in $(TESTS) if non-empty.
18576 (check/no-matching-tests-found): New rule.
18577 * README: Document TESTS makefile variable.
18578
5dd3176f
DE
185792014-02-18 Doug Evans <dje@google.com>
18580
18581 * Makefile.in (check-parallel): rm -rf outputs temp.
18582
0b10be4f
JK
185832014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
18584
18585 Fix "ERROR: no fileid for" in the testsuite.
18586 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
18587
85f224e7
DE
185882014-02-12 Doug Evans <dje@google.com>
18589
18590 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
18591 (MISCELLANEOUS): New variable.
18592 (clean): rm -rf $(MISCELLANEOUS).
18593 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
18594 dwp live in the same directory as symlinks, with each symlink pointed
18595 to a differently named file in a different directory.
18596
149b30ff
DE
185972014-02-11 Doug Evans <dje@google.com>
18598
18599 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
18600 of Tcl file commands.
18601
1dfdac32
MK
186022014-02-10 Mark Kettenis <kettenis@gnu.org>
18603
18604 * gdb.threads/step-after-sr-lock.exp: Avoid executing
18605 "kill -SIGUSR1 -1".
18606
aa4fb036
JB
186072014-02-10 Joel Brobecker <brobecker@adacore.com>
18608
18609 * gdb.ada/tick_length_array_enum_idx: New testcase.
18610
ed3ef339
DE
186112014-02-10 Doug Evans <xdje42@gmail.com>
18612
18613 * configure.ac (AC_OUTPUT): Add gdb.guile.
18614 * configure: Regenerate.
18615 * lib/gdb-guile.exp: New file.
18616 * lib/gdb.exp (get_target_charset): New function.
18617 * gdb.base/help.exp: Update expected output from "apropos apropos".
18618 * gdb.guile/Makefile.in: New file.
18619 * gdb.guile/guile.exp: New file.
18620 * gdb.guile/scm-arch.c: New file.
18621 * gdb.guile/scm-arch.exp: New file.
18622 * gdb.guile/scm-block.c: New file.
18623 * gdb.guile/scm-block.exp: New file.
18624 * gdb.guile/scm-breakpoint.c: New file.
18625 * gdb.guile/scm-breakpoint.exp: New file.
18626 * gdb.guile/scm-disasm.c: New file.
18627 * gdb.guile/scm-disasm.exp: New file.
18628 * gdb.guile/scm-equal.c: New file.
18629 * gdb.guile/scm-equal.exp: New file.
18630 * gdb.guile/scm-error.exp: New file.
18631 * gdb.guile/scm-error.scm: New file.
18632 * gdb.guile/scm-frame-args.c: New file.
18633 * gdb.guile/scm-frame-args.exp: New file.
18634 * gdb.guile/scm-frame-args.scm: New file.
18635 * gdb.guile/scm-frame-inline.c: New file.
18636 * gdb.guile/scm-frame-inline.exp: New file.
18637 * gdb.guile/scm-frame.c: New file.
18638 * gdb.guile/scm-frame.exp: New file.
18639 * gdb.guile/scm-generics.exp: New file.
18640 * gdb.guile/scm-gsmob.exp: New file.
18641 * gdb.guile/scm-iterator.c: New file.
18642 * gdb.guile/scm-iterator.exp: New file.
18643 * gdb.guile/scm-math.c: New file.
18644 * gdb.guile/scm-math.exp: New file.
18645 * gdb.guile/scm-objfile-script-gdb.in: New file.
18646 * gdb.guile/scm-objfile-script.c: New file.
18647 * gdb.guile/scm-objfile-script.exp: New file.
18648 * gdb.guile/scm-objfile.c: New file.
18649 * gdb.guile/scm-objfile.exp: New file.
18650 * gdb.guile/scm-ports.exp: New file.
18651 * gdb.guile/scm-pretty-print.c: New file.
18652 * gdb.guile/scm-pretty-print.exp: New file.
18653 * gdb.guile/scm-pretty-print.scm: New file.
18654 * gdb.guile/scm-section-script.c: New file.
18655 * gdb.guile/scm-section-script.exp: New file.
18656 * gdb.guile/scm-section-script.scm: New file.
18657 * gdb.guile/scm-symbol.c: New file.
18658 * gdb.guile/scm-symbol.exp: New file.
18659 * gdb.guile/scm-symtab-2.c: New file.
18660 * gdb.guile/scm-symtab.c: New file.
18661 * gdb.guile/scm-symtab.exp: New file.
18662 * gdb.guile/scm-type.c: New file.
18663 * gdb.guile/scm-type.exp: New file.
18664 * gdb.guile/scm-value-cc.cc: New file.
18665 * gdb.guile/scm-value-cc.exp: New file.
18666 * gdb.guile/scm-value.c: New file.
18667 * gdb.guile/scm-value.exp: New file.
18668 * gdb.guile/source2.scm: New file.
18669 * gdb.guile/types-module.cc: New file.
18670 * gdb.guile/types-module.exp: New file.
18671
7026a7c1
YQ
186722014-02-10 Yao Qi <yao@codesourcery.com>
18673
18674 PR testsuite/16543
18675 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
18676 * configure: Regenerated.
18677 * Makefile.in: New file.
18678
6c466447
AS
186792014-02-08 Andreas Schwab <schwab@linux-m68k.org>
18680
18681 * gdb.python/py-framefilter.exp: Fix typo.
18682
6e854735
YQ
186832014-02-08 Yao Qi <yao@codesourcery.com>
18684
18685 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
18686 that no =breakpoint-modified is emitted when breakpoints are
18687 modified through MI commands.
18688
d137e6dc
PA
186892014-02-07 Pedro Alves <pedro@codesourcery.com>
18690 Pedro Alves <palves@redhat.com>
18691
18692 * gdb.threads/step-after-sr-lock.c: New file.
18693 * gdb.threads/step-after-sr-lock.exp: New file.
18694
b5ee5a50
PA
186952014-02-07 Pedro Alves <palves@redhat.com>
18696
18697 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
18698
3c77faf3
JK
186992014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
18700
18701 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
18702 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
18703
6dddc817
DE
187042014-02-06 Doug Evans <xdje42@gmail.com>
18705
18706 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
18707 output.
18708
18709 * gdb.gdb/python-interrupts.exp: New file.
18710
de7b2893
YQ
187112014-02-05 Yao Qi <yao@codesourcery.com>
18712
18713 * gdb.trace/report.exp (use_collected_data): Test the output
18714 of "info threads" and "info inferiors".
18715
66d032ac
YQ
187162014-02-05 Yao Qi <yao@codesourcery.com>
18717
18718 Revert this patch:
18719
18720 2013-05-24 Yao Qi <yao@codesourcery.com>
18721
18722 * gdb.trace/tfile.exp: Test inferior and thread.
18723
591a12a1
UW
187242014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18725
18726 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
18727 on a function.
18728 * gdb.base/step-bt.c: Call hello via function pointer to make
18729 sure its first instruction is executed on powerpc64le-linux.
18730
0ff3e01f
UW
187312014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18732
18733 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
18734
084ee545
UW
187352014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18736
18737 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
18738 of the test patterns for use on little-endian systems.
18739
6ed14ff3
UW
187402014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18741
18742 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
18743 (decimal_vector): Fix for little-endian.
18744
401e27fd
JM
187452014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
18746
18747 * gdb.arch/sparc-sysstep.exp: New file.
18748 * gdb.arch/sparc-sysstep.c: Likewise.
18749
18750 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
18751
8b924729
EBM
187522014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18753
18754 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
18755
fb151210
JB
187562014-01-23 Tom Tromey <tromey@redhat.com>
18757
18758 * gdb.ada/array_char_idx: New testcase.
18759
0740f8d8
TT
187602014-01-23 Tom Tromey <tromey@redhat.com>
18761
18762 PR python/16487:
18763 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
18764 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
18765 classes.
18766
21909fa1
TT
187672014-01-23 Tom Tromey <tromey@redhat.com>
18768
18769 PR python/16491:
18770 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
18771 string from an inferior frame.
18772 * gdb.python/py-framefilter-mi.exp: Update.
18773
87ce2a04
DE
187742014-01-22 Doug Evans <dje@google.com>
18775
18776 * gdb.server/server-mon.exp: Add tests for "set debug-format".
18777
237b092b
AA
187782014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18779
18780 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
18781
d674a709
AA
187822014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18783
18784 * gdb.trace/entry-values.exp: Remove excess space character from
18785 regex patterns. Handle s390 call instruction.
18786
20fa3390
AA
187872014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18788
18789 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
18790 define "*_start" label. Make "name" static.
18791 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
18792 ${name} by references to ${name}_start.
18793
78466714
AA
187942014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18795
18796 * gdb.base/info-macros.exp: Remove "debug" from the compile
18797 options.
18798
ec9f644a
IB
187992014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18800
18801 * gdb.dlang/demangle.exp: New file.
18802
94b1b47e
IB
188032014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18804
18805 * gdb.dlang/primitive-types.exp: New file.
18806
7f420862
IB
188072014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18808
18809 * configure.ac: Create gdb.dlang/Makefile.
18810 * configure: Regenerate.
18811 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
18812 * gdb.dlang/Makefile.in: New file.
18813 * lib/d-support.exp: New file.
18814 * lib/gdb.exp (skip_d_tests): New proc.
18815
52834460
MM
188162014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18817
18818 * gdb.btrace/delta.exp: Check reverse stepi.
18819 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
18820 * gdb.btrace/finish.exp: New.
18821 * gdb.btrace/next.exp: New.
18822 * gdb.btrace/nexti.exp: New.
18823 * gdb.btrace/record_goto.c: Add comments.
18824 * gdb.btrace/step.exp: New.
18825 * gdb.btrace/stepi.exp: New.
18826 * gdb.btrace/multi-thread-step.c: New.
18827 * gdb.btrace/multi-thread-step.exp: New.
18828 * gdb.btrace/rn-dl-bind.c: New.
18829 * gdb.btrace/rn-dl-bind.exp: New.
18830 * gdb.btrace/data.c: New.
18831 * gdb.btrace/data.exp: New.
18832 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
18833
6e07b1d2
MM
188342014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18835
18836 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
18837 * gdb.btrace/exception.exp: Update.
18838 * gdb.btrace/instruction_history.exp: Update.
18839 * gdb.btrace/record_goto.exp: Update.
18840 * gdb.btrace/tailcall.exp: Update.
18841 * gdb.btrace/unknown_functions.exp: Update.
18842 * gdb.btrace/delta.exp: New.
18843
0b722aec
MM
188442014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18845
18846 * gdb.btrace/record_goto.exp: Add backtrace test.
18847 * gdb.btrace/tailcall.exp: Add backtrace test.
18848
066ce621
MM
188492014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18850
18851 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
18852 * gdb.btrace/record_goto.c: New.
18853 * gdb.btrace/record_goto.exp: New.
18854 * gdb.btrace/x86-record_goto.S: New.
18855
0688d04e
MM
188562014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18857
18858 * gdb.btrace/function_call_history.exp: Update tests.
18859 * gdb.btrace/instruction_history.exp: Update tests.
18860
8710b709
MM
188612014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18862
18863 * gdb.btrace/function_call_history.exp: Fix expected field
18864 order for "record function-call-history".
18865 Add new tests for "record function-call-history /c".
18866 * gdb.btrace/exception.cc: New.
18867 * gdb.btrace/exception.exp: New.
18868 * gdb.btrace/tailcall.exp: New.
18869 * gdb.btrace/x86-tailcall.S: New.
18870 * gdb.btrace/x86-tailcall.c: New.
18871 * gdb.btrace/unknown_functions.c: New.
18872 * gdb.btrace/unknown_functions.exp: New.
18873 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
18874
5de9129b
MM
188752014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18876
18877 * gdb.btrace/instruction_history.exp: Update.
18878 * gdb.btrace/function_call_history.exp: Update.
18879
23a7fe75
MM
188802014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18881
18882 * gdb.btrace/function_call_history.exp: Fix expected function
18883 trace.
18884 * gdb.btrace/instruction_history.exp: Initialize traced.
18885 Remove traced_functions.
18886
724c7dd8
MM
188872014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18888
18889 * gdb.btrace/function_call_history.exp: Update
18890 * gdb.btrace/instruction_history.exp: Update.
18891
6d78d93b
MM
188922014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18893
18894 * gdb.btrace/enable.exp: Update expected text.
18895
93a360cc
OJ
188962014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
18897
18898 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
18899 bytes.
18900
3772b53f
MR
189012014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
18902
18903 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
18904
596662fa
OJ
189052014-01-15 Omair Javaid <omair.javaid@linaro.org>
18906
18907 * lib/gdb.exp (supports_process_record): Return true for
18908 arm*-linux*. (supports_reverse): Likewise.
18909
b5b08fb4
SC
189102014-01-13 Siva Chandra Reddy <sivachandra@google.com>
18911
18912 PR python/15464
18913 PR python/16113
18914 * gdb.python/py-type.c: Enhance test case.
18915 * gdb.python/py-value-cc.cc: Likewise
18916 * gdb.python/py-type.exp: Add new tests.
18917 * gdb.python/py-value-cc.exp: Likewise
18918
52d7fb13
AA
189192014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
18920 Pedro Alves <palves@redhat.com>
18921
18922 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
18923 Make "name" extern.
18924 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
18925 references to ${name}_start by references to ${name}.
18926
a2cd8cfe
JB
189272014-01-10 Joel Brobecker <brobecker@adacore.com>
18928
18929 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
18930
4e23fced
JB
189312014-01-10 Joel Brobecker <brobecker@adacore.com>
18932
18933 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
18934
c6a9e42c
PA
189352014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
18936 Pedro Alves <palves@redhat.com>
18937
18938 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 18939 mi_gdb_target_load.
c6a9e42c 18940
b7ea362b
PA
189412014-01-08 Pedro Alves <palves@redhat.com>
18942
18943 * gdb.threads/reconnect-signal.c: New file.
18944 * gdb.threads/reconnect-signal.exp: New file.
18945
5e3f4fab
EBM
189462014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
18947
18948 * gdb.base/source-dir.exp: New file.
18949
79301218
JB
189502014-01-07 Joel Brobecker <brobecker@adacore.com>
18951
18952 * gdb.ada/mi_interface: New testcase.
18953
8e355c5d
JB
189542014-01-07 Joel Brobecker <brobecker@adacore.com>
18955
18956 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
18957 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
18958 gdb.ada/pp-rec-component/pck.ads: New files.
18959
c0d48811
JB
189602014-01-07 Joel Brobecker <brobecker@adacore.com>
18961
18962 * gdb.python/py-pp-integral.c: New file.
18963 * gdb.python/py-pp-integral.py: New file.
18964 * gdb.python/py-pp-integral.exp: New file.
18965
17b609c3 18966For older changes see ChangeLog-1993-2013.
c906108c 18967\f
8d8cb839
EZ
18968;; Local Variables:
18969;; mode: change-log
18970;; left-margin: 8
18971;; fill-column: 74
18972;; version-control: never
18973;; End:
902f2ccb 18974
b811d2c2 18975 Copyright 2014-2020 Free Software Foundation, Inc.
902f2ccb
MC
18976 Copying and distribution of this file, with or without modification,
18977 are permitted provided the copyright notice and this notice are preserved.
This page took 3.777781 seconds and 4 git commands to generate.