Fix SVE-related failure in gdb.arch/aarch64-fp.exp
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
f7a7000d
LM
12020-02-28 Luis Machado <luis.machado@linaro.org>
2
3 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
4 to "p/x".
5
718e0816
LM
62020-02-28 Luis Machado <luis.machado@linaro.org>
7
8 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
9 asm/ptrace.h and error.h.
10
13c3a74a
TV
112020-02-28 Tom de Vries <tdevries@suse.de>
12
13 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
14 (struct wrapper, do_something, mundane/symada__cS): Move ...
15 * gdb.base/c-linkage-name-2.c: ... here. New source file.
16 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
17 Update "print symada__cS before partial symtab expansion" regexp.
18 Update breakpoint location. Flush symbol cache after expansion.
19
85d2d5bb
LM
202020-02-28 Luis Machado <luis.machado@linaro.org>
21
22 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
23
3608f86c
TV
242020-02-27 Tom de Vries <tdevries@suse.de>
25
26 * config/sid.exp: Remove unused globals.
27 * gdb.base/attach.exp: Same.
28 * gdb.base/catch-load.exp: Same.
29 * gdb.base/dbx.exp: Same.
30 * lib/gdb.exp: Same.
31 * lib/mi-support.exp: Same.
32 * lib/prompt.exp: Same.
33
c8d4f6df
TV
342020-02-27 Tom de Vries <tdevries@suse.de>
35
36 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
37 not set.
38
0d79cdc4
AM
392020-02-26 Aaron Merey <amerey@redhat.com>
40
41 * gdb.debuginfod: New directory for debuginfod tests.
42 * gdb.debuginfod/main.c: New test file.
43 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
44
0dce4280
TV
452020-02-26 Tom de Vries <tdevries@suse.de>
46
47 PR gdb/25603
48 * gdb.base/persistent-lang.cc: New test.
49 * gdb.base/persistent-lang.exp: New file.
50
9e80cfa1
AB
512020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
52
53 * gdb.fortran/derived-type-striding.exp: Add a new test.
54 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
55 new test.
56
2078dbb2
AB
572020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
58
59 * gdb.base/cached-source-file.exp: Avoid source file paths in test
60 names.
61
70d49700
TV
622020-02-25 Tom de Vries <tdevries@suse.de>
63
64 PR go/18926
65 * gdb.go/methods.exp: Remove gcc/93866 xfail.
66
a88ef40d
TV
672020-02-24 Tom de Vries <tdevries@suse.de>
68
69 PR gdb/25592
70 * gdb.base/info-locals-unused-static-var.c: New test.
71 * gdb.base/info-locals-unused-static-var.exp: New file.
72
01b1af32
TT
732020-02-22 Tom Tromey <tom@tromey.com>
74
75 * gdb.python/tui-window.exp: New file.
76 * gdb.python/tui-window.py: New file.
77
7c043ba6
TT
782020-02-22 Tom Tromey <tom@tromey.com>
79
80 PR tui/17850:
81 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
82 tests.
83
c22fef7e
TT
842020-02-22 Tom Tromey <tom@tromey.com>
85
86 * gdb.tui/new-layout.exp: Add sub-layout tests.
87
ee325b61
TT
882020-02-22 Tom Tromey <tom@tromey.com>
89
90 * gdb.tui/new-layout.exp: New file.
91
3f0cbb04
TT
922020-02-22 Tom Tromey <tom@tromey.com>
93
94 * gdb.rust/rust-style.rs: New file.
95 * gdb.rust/rust-style.exp: New file.
96 * gdb.base/style.exp: Test structure printing.
97 * gdb.base/style.c (struct some_struct): New type.
98 (enum etype): New type.
99 (struct_value): New global.
100
75525152
TV
1012020-02-21 Tom de Vries <tdevries@suse.de>
102
103 PR go/18926
104 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
105 Remove blanket xfails. Use message argument for gdb_breakpoint.
106 Make continuing to breakpoint test conditional on setting breakpoint.
107 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
108 DW_AT_name attribute. Add xfail for GCC PR93866.
109
bd360d30
AB
1102020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
111
112 * gdb.dwarf2/cpp-linkage-name.c: New file.
113 * gdb.dwarf2/cpp-linkage-name.exp: New file.
114
c7adb09f 1152020-02-21 Shahab Vahedi <shahab@synopsys.com>
24ac169a
SV
116
117 * lib/gdb.exp (gdb_wrapper_init): Reset
118 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
119 not exist.
120
a9c79803
TV
1212020-02-20 Tom de Vries <tdevries@suse.de>
122
123 PR go/17018
124 * gdb.go/hello.exp: Copy ...
125 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
126 print of st to print value of global definition. Add xfail for GCC
127 PR93844.
128 * gdb.go/hello.exp: Remove printing of st before definition.
129 * gdb.go/hello.go: Copy ...
130 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
131 to st.
132 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
133
d7445728
TV
1342020-02-20 Tom de Vries <tdevries@suse.de>
135
136 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
137 (gdb_simple_compile): Handle compile_flags go by using .go extension
138 for source file.
139 * gdb.go/chan.exp: Use support_go_compile.
140 * gdb.go/handcall.exp: Same.
141 * gdb.go/hello.exp: Same.
142 * gdb.go/integers.exp: Same.
143 * gdb.go/max-depth.exp: Same.
144 * gdb.go/methods.exp: Same.
145 * gdb.go/package.exp: Same.
146 * gdb.go/strings.exp: Same.
147 * gdb.go/types.exp: Same.
148 * gdb.go/unsafe.exp: Same.
149
c9c41e6d
TV
1502020-02-19 Tom de Vries <tdevries@suse.de>
151
152 * gdb.python/lib-types.exp: Make xfail more strict.
153
f20ff837
TV
1542020-02-19 Tom de Vries <tdevries@suse.de>
155
156 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
157
08410482
DE
1582020-02-19 Doug Evans <dje@google.com>
159
160 PR rust/25535
161 * gdb.rust/simple.exp: Add test.
162 * gdb.rust/simple.rs: Add test.
163
623563f7
TV
1642020-02-19 Tom de Vries <tdevries@suse.de>
165
166 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
167 output line-by-line.
168
d3308cfd
TV
1692020-02-19 Tom de Vries <tdevries@suse.de>
170
171 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
172
86cbc5dc
TV
1732020-02-19 Tom de Vries <tdevries@suse.de>
174
175 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
176 prelink.
177
9db2b96b
TV
1782020-02-19 Tom de Vries <tdevries@suse.de>
179
180 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
181 (gdb_do_cache): Use gdb_do_cache_wrap.
182 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
183
89e2fdc5
TV
1842020-02-19 Tom de Vries <tdevries@suse.de>
185
186 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
187 gdb_compile option.
188
373d7ac0
SM
1892020-02-18 Simon Marchi <simon.marchi@efficios.com>
190
191 * gdb.base/printcmds.exp (test_print_enums): Update expected
192 output.
193
b29a2df0
SM
1942020-02-18 Simon Marchi <simon.marchi@efficios.com>
195
196 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
197 for "unknown".
198
6740f0cc
SM
1992020-02-18 Simon Marchi <simon.marchi@efficios.com>
200
201 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
202 enumerator.
203
edd45eb0
SM
2042020-02-18 Simon Marchi <simon.marchi@efficios.com>
205
206 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
207 FE_, add FE_NONE.
208 (three): Update.
209 (enum flag_enum_without_zero): New enum.
210 (flag_enum_without_zero): New variable.
211 (enum not_flag_enum): New enum.
212 (three_not_flag): New variable.
213 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
214 (test_print_enums): Add more tests for printing flag enums.
215
d4295de4
TV
2162020-02-18 Tom de Vries <tdevries@suse.de>
217
218 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
219 (gdb_compile_ada): ... here.
220 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
221 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
222
f251f505
TT
2232020-02-14 Tom Tromey <tom@tromey.com>
224
225 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
226 build directory.
227 * boards/gdbserver-base.exp: Update path to gdbserver.
228
8f432634
TV
2292020-02-13 Tom de Vries <tdevries@suse.de>
230
231 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
232
92b6eaf7
TV
2332020-02-13 Tom de Vries <tdevries@suse.de>
234
235 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
236 are missing.
237
f3b0f7fe
TV
2382020-02-13 Tom de Vries <tdevries@suse.de>
239
240 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
241 call.
242
f6be8713
SDJ
2432020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
244
245 PR tui/25126
246 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
247 * gdb.base/cached-source-file.c: New file.
248 * gdb.base/cached-source-file.exp: New file.
249
b2770d5e
TV
2502020-02-11 Tom de Vries <tdevries@suse.de>
251
252 PR testsuite/25488
253 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
254
44f6938e
TV
2552020-02-10 Tom de Vries <tdevries@suse.de>
256
257 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
258
5f0e2eb7
MR
2592020-02-10 Maciej W. Rozycki <macro@wdc.com>
260
261 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
262 and $after_addr are both integers before making a comparison.
263
46ce2b6f
TV
2642020-02-09 Tom de Vries <tdevries@suse.de>
265
266 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
267 command output and paste it into gdb.log. If any, paste catch message
268 to gdb.log.
269
5abbbe1d
TT
2702020-02-07 Tom Tromey <tromey@adacore.com>
271
272 PR breakpoints/24915:
273 * gdb.base/annotate-symlink.exp: Use setup_xfail.
274
1d5d29e7
SV
2752020-02-06 Shahab Vahedi <shahab@synopsys.com>
276
277 * gdb.tui/tui-missing-src.exp: Add the "missing source
278 file" test for the TUI.
279
b0999b9b
AB
2802020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
281
282 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
283 including a port number in the output.
284
c3b149eb
AKS
2852020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
286
287 * lib/fortran.exp (fortran_int4): Handle clang.
288 (fortran_int8): Likewise.
289 (fortran_real4): Likewise.
290 (fortran_real8): Likewise.
291 (fortran_complex4): Likewise.
292 (fortran_logical4): Likewise.
293 (fortran_character1): Likewise.
294
f8dcc90b
TV
2952020-02-04 Tom de Vries <tdevries@suse.de>
296
297 * README (Race detection): Add note.
298
f90ac7c2
TV
2992020-02-04 Tom de Vries <tdevries@suse.de>
300
301 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
302
780636ae
TV
3032020-02-04 Tom de Vries <tdevries@suse.de>
304
305 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
306
5d2e1193
RA
3072020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
308
309 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
310 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
311 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
312 blttar, bnetarl.
313 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
314 binary for blttar, bnetarl.
315 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
316 wait instruction. Delete ldmx test.
317 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
318
e409c542
AKS
3192020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
320
321 * gdb.fortran/array-bounds-high.exp: New file.
322 * gdb.fortran/array-bounds-high.f90: New file.
323
b0029748
LD
3242020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
325
326 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
327 Replace #include of <sys/fcntl.h> by <fcntl.h>.
328
195a8287
TV
3292020-02-01 Tom de Vries <tdevries@suse.de>
330
331 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
332
42330a68
AB
3332020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
334
335 PR tui/9765
336 * gdb.tui/tui-layout-asm-short-prog.S: New file.
337 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
338
b62a8028
LM
3392020-01-29 Luis Machado <luis.machado@linaro.org>
340
341 * gdb.arch/aarch64-brk-patterns.c: New source file.
342 * gdb.arch/aarch64-brk-patterns.exp: New test.
343
5f440116
TBA
3442020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
345
346 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
347 GCC/Clang version.
348 * gdb.cp/pass-by-ref.exp: Ditto.
349
ee2a6fc6
TV
3502020-01-29 Tom de Vries <tdevries@suse.de>
351
352 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
353 * gdb.threads/watchpoint-fork-mt.c: Same.
354 * gdb.threads/watchpoint-fork-parent.c: Same.
355 * gdb.threads/watchpoint-fork-st.c: Same.
356 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
357
16b10d6e
LM
3582020-01-27 Luis Machado <luis.machado@linaro.org>
359
360 * gdb.base/step-over-syscall.exp (setup): Check if we're already
361 sitting at a syscall instruction when we hit the syscall function's
362 breakpoint.
363 Check PC against one obtained with the x command.
364 Validate syscall number.
365 (step_over_syscall): Don't continue to the syscall instruction if
366 we're already there.
367
b1468492
PW
3682020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
369
370 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
371
7ffa82e1
AB
3722020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
373
374 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
375 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
376
3d92a3e3
AB
3772020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
378
379 * gdb.dwarf2/dw2-inline-stepping.c: New file.
380 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
381
94a72be7
AB
3822020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
383
384 * gdb.base/maint.exp: Update line table parsing test.
385 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
386
53af73bf
PA
3872020-01-24 Pedro Alves <palves@redhat.com>
388
389 PR gdb/25410
390 * gdb.multi/multi-re-run-1.c: New.
391 * gdb.multi/multi-re-run-2.c: New.
392 * gdb.multi/multi-re-run.exp: New.
393
1ba1ac88
AB
3942020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
395
396 PR gdb/23718
397 * gdb.server/server-kill-python.exp: New file.
398
f3364a6d
AB
3992020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
400
401 * gdb.server/multi-ui-errors.c: New file.
402 * gdb.server/multi-ui-errors.exp: New file.
403
733d0a67
AB
4042020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
405
406 PR tui/9765
407 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
408
4f13c1c0
TT
4092020-01-19 Tom Tromey <tom@tromey.com>
410
411 * gdb.tui/main.exp: Add check for plain "file".
412
40c94099
CB
4132020-01-16 Christian Biesinger <cbiesinger@google.com>
414
415 * lib/gdb.exp: Fix spelling error (seperatelly).
416
ff47f4f0
TT
4172020-01-14 Tom Tromey <tom@tromey.com>
418
419 PR symtab/12535:
420 * gdb.python/python.exp: Test decode_line with empty string
421 argument.
422
717c684d
BE
4232020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
424
425 * gdb.base/skip-inline.exp: Extend test.
426
44e4c775
AB
4272020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
428
429 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
430 * gdb.dwarf2/dw2-bad-elf.c: New file.
431 * gdb.dwarf2/dw2-bad-elf.exp: New file.
432
d93c6db7
AB
4332020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
434
435 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
436 _line_saw_file.
437
9a6d629c
AB
4382020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
439
440 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
441 border.
442
d9ebdab7
TBA
4432020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
444
445 * gdb.multi/multi-target.exp (setup): Factor out "info
446 connections" and "info inferiors" tests to ...
447 (test_info_inferiors): ... this new procedure.
448 (top level): Run new "info-inferiors" tests.
449
f3c469b9
PA
4502020-01-10 Pedro Alves <palves@redhat.com>
451
452 * gdb.server/bkpt-other-inferior.exp: New file.
453
121b3efd
PA
4542020-01-10 Pedro Alves <palves@redhat.com>
455
456 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
457 of "add-inferior".
458 * gdb.base/quit-live.exp: Likewise.
459 * gdb.base/remote-exec-file.exp: Likewise.
460 * gdb.guile/scm-progspace.exp: Likewise.
461 * gdb.linespec/linespec.exp: Likewise.
462 * gdb.mi/new-ui-mi-sync.exp: Likewise.
463 * gdb.mi/user-selected-context-sync.exp: Likewise.
464 * gdb.multi/multi-target.exp (setup): Add "info connection" and
465 "info inferiors" tests.
466 * gdb.multi/remove-inferiors.exp: Adjust expected output of
467 "add-inferior".
468 * gdb.multi/watchpoint-multi.exp: Likewise.
469 * gdb.python/py-inferior.exp: Likewise.
470 * gdb.server/extended-remote-restart.exp: Likewise.
471 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
472 "info inferiors".
473 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
474 * gdb.trace/report.exp: Likewise.
475
1dadb1dd
PA
4762020-01-10 Pedro Alves <palves@redhat.com>
477
478 * gdb.multi/multi-target.c: New file.
479 * gdb.multi/multi-target.exp: New file.
480 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
481 mode requested, but remote does not support non-stop".
482
78f2c40a
PA
4832020-01-10 Pedro Alves <palves@redhat.com>
484
485 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
486 disconnect before reconnecting.
487
e7af6c70
TBA
4882020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
489 Pedro Alves <palves@redhat.com>
490
491 * gdb.server/connect-without-multi-process.exp: Also test
492 continuing to end.
493
acdf84a6
PA
4942020-01-10 Pedro Alves <palves@redhat.com>
495
496 * gdb.base/remote-exec-file.exp: New file.
497
873657b9
PA
4982020-01-10 Pedro Alves <palves@redhat.com>
499
500 * gdb.base/fork-running-state.exp (do_test): Adjust expected
501 output.
502 * gdb.threads/async.c: New.
503 * gdb.threads/async.exp: New.
504 * gdb.multi/tids-gid-reset.c: New.
505 * gdb.multi/tids-gid-reset.exp: New.
506
7f0ae84c
GB
5072020-01-10 George Barrett <bob@bob131.so>
508
509 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
510 to help in finding the image relocation offset.
511 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
512 options in arguments.
513 (stap_test_no_debuginfo): Likewise.
514 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
515 test variants.
516 (stap_test): Add null semaphore relocation test.
517
47e9d49d
GB
5182020-01-10 George Barrett <bob@bob131.so>
519
520 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
521 * gdb.base/stap-probe.exp: Likewise.
522 (stap_test): Pass argument as an additional flag.
523 (stap_test_no_debuginfo): Likewise.
524 (stap_test): Check `info probes stap' output for semaphore
525 addresses if the test binary is supposed to have them.
526
f5a7c406
AB
5272020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
528
529 * gdb.tui/basic.exp: Add more scrolling tests.
530
9ae6bf64
TT
5312020-01-09 Tom Tromey <tom@tromey.com>
532
533 PR tui/18932:
534 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
535 meangingful value.
536 (Term::command, Term::resize): Update.
537 * gdb.tui/basic.exp: Add scrolling test.
538
b2efe70c
AB
5392020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
540
541 * gdb.tui/tui-layout-asm.exp: New file.
542
3804da7e
AB
5432020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
544
545 * lib/tuiterm.exp (Term::check_box_contents): New proc.
546
b40aa28f
AB
5472020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
548
549 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
550 (Term::enter_tui): Use Term::prepare_for_tui.
551
63ffd7c9
AB
5522020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
553
554 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
555 called.
556
3be966f6
AB
5572020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
558
559 * gdb.base/skip.exp: Fix race condition in test.
560
153d79c4
AB
5612020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
562
563 * gdb.base/backtrace.c: New file.
564 * gdb.base/backtrace.exp: New file.
565
f2302a34
AB
5662020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
567
568 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
569
6ec1d75e
PW
5702020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
571
572 * gdb.base/style.exp: Test that warnings are styled.
573
c296cbe6
BE
5742019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
575
576 * gdb.base/line65535.exp: New file.
577 * gdb.base/line65535.c: New file.
578
b28a729d
SM
5792019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
580
581 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
582 * lib/gnat_debug_info_test.adb: New file.
583 * gdb.ada/ptype_tagged_param.exp: Use
584 gnat_runtime_has_debug_info, expect a different output if
585 runtime does not have debug info.
586
7f2d7a0d
SM
5872019-12-20 Simon Marchi <simon.marchi@efficios.com>
588
589 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
590 (another) quote in test name.
591
f3bce483
SM
5922019-12-20 Simon Marchi <simon.marchi@efficios.com>
593
594 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
595 Add quote in test name.
596
c855a912
TBA
5972019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
598
599 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
600 directory instead.
601 * gdb.cp/pass-by-ref.exp: Extend with more cases.
602 * gdb.cp/pass-by-ref-2.cc: New file.
603 * gdb.cp/pass-by-ref-2.exp: New file.
604
fc9d2d72
TT
6052019-12-20 Tom Tromey <tom@tromey.com>
606
607 * gdb.tui/list-before.exp: New file.
608
77b97e00
TT
6092019-12-20 Tom Tromey <tom@tromey.com>
610
611 * gdb.tui/list.exp: Check for source on initial listing.
612
f69656d0
TT
6132019-12-11 Tom Tromey <tromey@adacore.com>
614
615 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
616 Add crlf test.
617
99a55965
SM
6182019-12-18 Simon Marchi <simon.marchi@efficios.com>
619
620 * gdb.base/default.exp: Update value of $_gdb_major.
621
5024637f
BE
6222019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
623
624 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
625
b63634be
BE
6262019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
627
628 * gdb.base/skip.exp: Whitespace fix.
629
45d73523
BE
6302019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
631
632 * gdb.base/skip-inline.c: New file.
633 * gdb.base/skip-inline.exp: New file.
634
d043f8c8
SM
6352019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
636
637 * gdb.base/jit-reader.exp (jit_reader_test): Rename
638 jit_function_00 to jit_function_stack_mangle.
639 * gdb.base/jithost.c (jit_function_t): Rename to...
640 (jit_function_stack_mangle_t): ... this.
641 (jit_function_add_t): New typedef.
642 (jit_function_00_code): Rename to...
643 (jit_function_stack_mangle_code): ... this, make static.
644 (jit_function_add_code): New.
645 (main): Generate "add" function and call it. Adjust to changes
646 in jithost_abi.
647 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
648 (struct jithost_abi) <begin, end>: Remove fields.
649 <object, function_stack_mangle, function_add>: New fields.
650 * gdb.base/jitreader.c (struct reader_state) <code_begin,
651 code_end>: Remove fields.
652 <func_stack_mangle>: New field.
653 (read_debug_info): Adjust to renaming, create block for "add"
654 function.
655 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
656
873de05c
TT
6572019-12-11 Tom Tromey <tom@tromey.com>
658
659 * gdb.tui/resize.exp: Fix regexp.
660 * gdb.tui/regs.exp: Fix regexps.
661 * gdb.tui/main.exp: Fix regexp.
662
3d979945
TT
6632019-12-11 Tom Tromey <tom@tromey.com>
664
665 * gdb.tui/resize.exp: Update.
666 * gdb.tui/empty.exp (layouts): Update.
667
2192a9d3
TT
6682019-12-11 Tom Tromey <tom@tromey.com>
669
670 * gdb.tui/regs.exp: Update.
671 * gdb.tui/empty.exp (layouts): Update.
672 * gdb.tui/basic.exp: Update.
673 * lib/tuiterm.exp (_check_box): Don't check bottom border.
674
d8edc8b7
PW
6752019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
676
677 * gdb.base/options.exp: Add -raw-values in the print completion list.
678 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
679
4c12d936
KB
6802019-12-10 Kevin Buettner <kevinb@redhat.com>
681
682 * gdb.threads/omp-par-scope.c: New file.
683 * gdb/threads/omp-par-scope.exp: New file.
684
26b911fb
KB
6852019-12-10 Kevin Buettner <kevinb@redhat.com>
686
bb47f919
KB
687 * lib/gdb.exp (support_nested_function_tests): New proc.
688
6892019-12-10 Kevin Buettner <kevinb@redhat.com>
690
691 * lib/gdb.exp (gdb_compile_openmp): New proc.
692 (build_executable_from_specs): Add an "openmp" option.
693 (gdb_compile_pthreads): Add non-executable case.
26b911fb 694
6c71eb7d
TT
6952019-12-10 Tom Tromey <tromey@adacore.com>
696
697 * gdb.ada/unchecked_union.exp: New file.
698 * gdb.ada/unchecked_union/pck.adb: New file.
699 * gdb.ada/unchecked_union/pck.ads: New file.
700 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
701 * gdb-utils.exp (string_to_regexp): Also quote "?".
702
bac7c5cf
GB
7032019-12-10 George Barrett <bob@bob131.so>
704
705 Test scripted probe breakpoints.
706 * gdb.guile/scm-breakpoint.c (main): Add probe point.
707 * gdb.python/py-breakpoint.c (main): Likewise.
708 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
709 specifier test.
710 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
711
330f1d38
TBA
7122019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
713
714 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
715 an rvalue parameter.
716 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
717 parameter.
718
b43315e2
AB
7192019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
720
721 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
722 modules.
723
54f73dad
AB
7242019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
725
726 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
727 broken version of GCC.
728
d57cbee9
AB
7292019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
730
731 * gdb.fortran/info-modules.exp: Rewrite to make use of new
732 sym-info-cmds library.
733 * gdb.fortran/info-types.exp: Likewise.
734 * lib/sym-info-cmds.exp: New file.
735
c14aab8c
TV
7362019-12-08 Tom de Vries <tdevries@suse.de>
737
738 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
739
aa2d5a42
KS
7402019-12-07 Keith Seitz <keiths@redhat.com>
741
742 * gdb.base/corefile-buildid-shlib-shr.c: New file.
743 * gdb.base/corefile-buildid-shlib.c: New file.
744 * gdb.base/corefile-buildid.c: New file.
745 * gdb.base/corefile-buildid.exp: New file.
746
93e55f0a
TV
7472019-12-06 Tom de Vries <tdevries@suse.de>
748
749 * gdb.dwarf2/varval.exp: Add decl before def test.
750
c7d12402
TBA
7512019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
752
753 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
754
06acc08f
TBA
7552019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
756
757 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
758 CV and reference conversion for overload resolution.
759 * gdb.cp/rvalue-ref-overload.exp: Test it.
760
e0fad1ea
PW
7612019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
762
763 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
764 * gdb.base/frameapply.exp: Test faas without command.
765
8d70a9f0
AB
7662019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
767
768 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
769 Fortran tests.
770 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
771 order.
772
36c8fb93
AB
7732019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
774
775 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
776 casting to type with no kind specified.
777 (test_basic_parsing_of_type_kinds): Additional tests for types
778 with no kind specified, and add tests for single/double
779 precision/complex types.
780
4139ff00
TT
7812019-12-04 Tom Tromey <tromey@adacore.com>
782
783 * gdb.base/endianity.c (struct other) <x>: New field.
784 (main): Initialize it.
785 * gdb.base/endianity.exp: Update.
786
a05cf17a
TT
7872019-12-04 Tom Tromey <tromey@adacore.com>
788
789 * gdb.ada/scalar_storage/storage.adb: New file.
790 * gdb.ada/scalar_storage/pck.adb: New file.
791 * gdb.ada/scalar_storage/pck.ads: New file.
792 * gdb.ada/scalar_storage.exp: New file.
793
103a685e
TT
7942019-12-04 Tom Tromey <tromey@adacore.com>
795
796 * gdb.base/endianity.c (struct otherendian) <f>: New field.
797 (main): Initialize it.
798 * gdb.base/endianity.exp: Update.
799
c2512106
AB
8002019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
801
802 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
803
293b38d6
AB
8042019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
805
806 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
807 -symbol-info-module-functions and -symbol-info-module-variables.
808
216a7e6b
AB
8092019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
810
811 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
812
5bbd8269
AB
8132019-12-01 Richard Bunt <richard.bunt@arm.com>
814 Andrew Burgess <andrew.burgess@embecosm.com>
815
816 * gdb.fortran/derived-type-striding.exp: New file.
817 * gdb.fortran/derived-type-striding.f90: New file.
818 * gdb.fortran/array-slices.exp: New file.
819 * gdb.fortran/array-slices.f90: New file.
820
be09caf1
PW
8212019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
822
823 * gdb.base/define.exp: Test . in command names.
824 * gdb.base/setshow.exp: Update test, as . is now part of
825 command name.
826
643c0cbe
PW
8272019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
828
829 * gdb.base/define-prefix.exp: New file.
830
dcdec678
AB
8312019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
832
833 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
834 compile.
835 (skip_btrace_pt_tests): Likewise.
836
640ab947
AB
8372019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
838
839 * gdb.fortran/info-modules.exp: Compile source files in correct
840 order.
841
d22670f0
KB
8422019-11-27 Kevin Buettner <kevinb@redhat.com>
843
844 * gdb.dwarf2/imported-unit.exp: New file.
845 * gdb.dwarf2/imported-unit.c: New file.
846
db5960b4
AB
8472019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
848
849 * gdb.mi/mi-fortran-modules-2.f90: New file.
850 * gdb.mi/mi-fortran-modules.exp: New file.
851 * gdb.mi/mi-fortran-modules.f90: New file.
852
7dc42066
AB
8532019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
854
855 * gdb.mi/mi-sym-info-1.c: New file.
856 * gdb.mi/mi-sym-info-2.c: New file.
857 * gdb.mi/mi-sym-info.exp: New file.
858
0dfeecca
TT
8592019-11-22 Tom Tromey <tromey@adacore.com>
860
861 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
862 * gdb.ada/tasks/foo.adb: Add another stopping location.
863
34877895
PJ
8642019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
865
866 * gdb.base/endianity.c: New test.
867 * gdb.base/endianity.exp: New file.
868
2e84f897
LD
8692019-11-21 Lukas Durfina <ldurfina@tachyum.com>
870
871 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
872
65d1cd5f
TV
8732019-11-21 Tom de Vries <tdevries@suse.de>
874
875 PR gdb/24956
876 * gdb.base/ui-redirect.exp: Test output of user-defined command.
877
4f22c3f4
SDJ
8782019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
879
880 * gdb.python/py-progspace.exp: Add missing parentheses on some
881 'print' commands.
882
9f6ad286
TT
8832019-11-19 Tom Tromey <tom@tromey.com>
884
885 * gdb.tui/winheight.exp: New file.
886
0b8dbf3f
AB
8872019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
888
889 * gdb.base/ctf-whatis.c: Delete.
890 * gdb.base/ctf-whatis.exp: Delete.
891 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
892
f833b7a7
AB
8932019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
894
895 * gdb.base/ctf-cvexpr.exp: Delete.
896 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
897
30d0a636
AB
8982019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
899
900 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
901 the compiler. Clean up header comment a little.
902 * gdb.base/ctf-ptype.exp: Likewise.
903 * gdb.base/ctf-whatis.exp: Likewise.
904 * lib/gdb.exp (skip_ctf_tests): New proc.
905
494409bb
SDJ
9062019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
907
908 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
909 * gdb.tui/corefile-run.exp: New file.
910
55708e99
TT
9112019-11-14 Tom Tromey <tromey@adacore.com>
912
913 * gdb.base/gdbvars.exp (test_convenience_variables): Add
914 regression tests.
915
45e42163
TT
9162019-11-12 Tom Tromey <tom@tromey.com>
917
918 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
919 after any command. Expect prompt after WAIT_FOR is seen.
920 (enter_tui): Enable resize messages.
921 (command): Expect command in output.
922 (get_line): Avoid error when cursor appears to be off-screen.
923 (dump_screen): Include screen size in title.
924 (_do_resize): New proc, from "resize".
925 (resize): Rewrite. Do resize in two steps.
926 * gdb.tui/empty.exp (layouts): Fix entries.
927 (check_boxes): Remove xfail.
928 (check_text): Dump screen on failure.
929
086baaf1
AB
9302019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
931
932 * gdb.python/py-symbol.exp: Add test for
933 gdb.lookup_static_symbols.
934
09ff83af
AB
9352019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
936
937 * gdb.python/py-symbol.c: Declare and call function from new
938 py-symbol-2.c file.
939 * gdb.python/py-symbol.exp: Compile both source files, and add new
940 tests for gdb.lookup_static_symbol.
941 * gdb.python/py-symbol-2.c: New file.
942
11af934b
TV
9432019-11-02 Tom de Vries <tdevries@suse.de>
944
945 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
946 * gdb.base/anon.exp: Same.
947 * gdb.base/auto-connect-native-target.exp: Same.
948 * gdb.base/call-ar-st.exp: Same.
949 * gdb.base/catch-syscall.exp: Same.
950 * gdb.base/commands.exp: Same.
951 * gdb.base/default.exp: Same.
952 * gdb.base/display.exp: Same.
953 * gdb.base/float.exp: Same.
954 * gdb.base/foll-fork.exp: Same.
955 * gdb.base/help.exp: Same.
956 * gdb.base/info-macros.exp: Same.
957 * gdb.base/info-proc.exp: Same.
958 * gdb.base/info-target.exp: Same.
959 * gdb.base/long_long.exp: Same.
960 * gdb.base/macscp.exp: Same.
961 * gdb.base/memattr.exp: Same.
962 * gdb.base/nofield.exp: Same.
963 * gdb.base/pointers.exp: Same.
964 * gdb.base/printcmds.exp: Same.
965 * gdb.base/ptype.exp: Same.
966 * gdb.base/restore.exp: Same.
967 * gdb.base/return.exp: Same.
968 * gdb.base/scope.exp: Same.
969 * gdb.base/set-noassign.exp: Same.
970 * gdb.base/setshow.exp: Same.
971 * gdb.base/shlib-call.exp: Same.
972 * gdb.base/signals.exp: Same.
973 * gdb.base/sigstep.exp: Same.
974 * gdb.base/skip.exp: Same.
975 * gdb.base/solib-symbol.exp: Same.
976 * gdb.base/stap-probe.exp: Same.
977 * gdb.base/step-line.exp: Same.
978 * gdb.base/step-test.exp: Same.
979 * gdb.base/style.exp: Same.
980 * gdb.base/varargs.exp: Same.
981 * gdb.base/vla-datatypes.exp: Same.
982 * gdb.base/vla-ptr.exp: Same.
983 * gdb.base/vla-sideeffect.exp: Same.
984 * gdb.base/volatile.exp: Same.
985 * gdb.base/watch-cond-infcall.exp: Same.
986 * gdb.base/watchpoint.exp: Same.
987
e96ec2ba
TV
9882019-11-02 Tom de Vries <tdevries@suse.de>
989
990 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
991 * gdb.cp/cpexprs.exp: Same.
992 * gdb.cp/except-multi-location.exp: Same.
993 * gdb.cp/exceptprint.exp: Same.
994 * gdb.cp/gdb2384.exp: Same.
995 * gdb.cp/inherit.exp: Same.
996 * gdb.cp/m-static.exp: Same.
997 * gdb.cp/meth-typedefs.exp: Same.
998 * gdb.cp/misc.exp: Same.
999 * gdb.cp/namespace.exp: Same.
1000 * gdb.cp/non-trivial-retval.exp: Same.
1001 * gdb.cp/overload.exp: Same.
1002 * gdb.cp/pr17132.exp: Same.
1003 * gdb.cp/re-set-overloaded.exp: Same.
1004 * gdb.cp/rvalue-ref-types.exp: Same.
1005 * gdb.cp/templates.exp: Same.
1006
bd5766ec
LM
10072019-11-01 Luis Machado <luis.machado@linaro.org>
1008
1009 PR gdb/25124
1010
1011 * gdb.arch/pr25124.S: New file.
1012 * gdb.arch/pr25124.exp: New file.
1013
165f8965
AB
10142019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1015
1016 * gdb.fortran/info-modules.exp: Update expected results, and add
1017 additional tests for 'info module functinos', and 'info module
1018 variables'.
1019 * gdb.fortran/info-types.exp: Update expected results.
1020 * gdb.fortran/info-types.f90: Extend testcase with additional
1021 module variables and functions.
1022
59c35742
AB
10232019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1024
1025 * gdb.fortran/info-modules.exp: New file.
1026 * gdb.fortran/info-types.exp: Build with new file.
1027 * gdb.fortran/info-types.f90: Include and use new module.
1028 * gdb.fortran/info-types-2.f90: New file.
1029
f3fb2519
PW
10302019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1031
1032 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
1033 * gdb.base/settings.exp: Test all settings types using
1034 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
1035 that now verifies that the value of "maint show" is the same as
1036 returned by the settings functions. Test the type of the
1037 maintenance settings.
1038 * gdb.base/default.exp: Update show_conv_list.
1039
d1e36019
TV
10402019-10-31 Tom de Vries <tdevries@suse.de>
1041
1042 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
1043 gdb_test.
1044 * gdb.arch/amd64-disp-step.exp: Same.
1045 * gdb.asm/asm-source.exp: Same.
1046 * gdb.btrace/buffer-size.exp: Same.
1047 * gdb.btrace/cpu.exp: Same.
1048 * gdb.btrace/enable.exp: Same.
1049 * gdb.dwarf2/count.exp: Same.
1050 * gdb.dwarf2/dw2-ranges-func.exp: Same.
1051 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
1052 * gdb.fortran/vla-datatypes.exp: Same.
1053 * gdb.fortran/vla-history.exp: Same.
1054 * gdb.fortran/vla-ptype.exp: Same.
1055 * gdb.fortran/vla-value.exp: Same.
1056 * gdb.fortran/whatis_type.exp: Same.
1057 * gdb.guile/guile.exp: Same.
1058 * gdb.multi/tids.exp: Same.
1059 * gdb.python/py-finish-breakpoint.exp: Same.
1060 * gdb.python/py-framefilter.exp: Same.
1061 * gdb.python/py-pp-registration.exp: Same.
1062 * gdb.python/py-xmethods.exp: Same.
1063 * gdb.python/python.exp: Same.
1064 * gdb.server/connect-with-no-symbol-file.exp: Same.
1065 * gdb.server/no-thread-db.exp: Same.
1066 * gdb.server/run-without-local-binary.exp: Same.
1067 * gdb.stabs/weird.exp: Same.
1068 * gdb.threads/attach-many-short-lived-threads.exp: Same.
1069 * gdb.threads/thread-find.exp: Same.
1070 * gdb.threads/tls-shared.exp: Same.
1071 * gdb.threads/tls.exp: Same.
1072 * gdb.threads/wp-replication.exp: Same.
1073 * gdb.trace/ax.exp: Same.
1074 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
1075
3d11e68e
TV
10762019-10-31 Tom de Vries <tdevries@suse.de>
1077
1078 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
1079 * gdb.ada/array_subscript_addr.exp: Same.
1080 * gdb.ada/arrayidx.exp: Same.
1081 * gdb.ada/arrayparam.exp: Same.
1082 * gdb.ada/arrayptr.exp: Same.
1083 * gdb.ada/boolean_expr.exp: Same.
1084 * gdb.ada/call_pn.exp: Same.
1085 * gdb.ada/complete.exp: Same.
1086 * gdb.ada/fixed_cmp.exp: Same.
1087 * gdb.ada/fun_addr.exp: Same.
1088 * gdb.ada/funcall_param.exp: Same.
1089 * gdb.ada/interface.exp: Same.
1090 * gdb.ada/mod_from_name.exp: Same.
1091 * gdb.ada/null_array.exp: Same.
1092 * gdb.ada/packed_array.exp: Same.
1093 * gdb.ada/packed_tagged.exp: Same.
1094 * gdb.ada/print_chars.exp: Same.
1095 * gdb.ada/print_pc.exp: Same.
1096 * gdb.ada/ptype_arith_binop.exp: Same.
1097 * gdb.ada/ptype_field.exp: Same.
1098 * gdb.ada/ptype_tagged_param.exp: Same.
1099 * gdb.ada/rec_return.exp: Same.
1100 * gdb.ada/ref_tick_size.exp: Same.
1101 * gdb.ada/str_ref_cmp.exp: Same.
1102 * gdb.ada/taft_type.exp: Same.
1103 * gdb.ada/tagged.exp: Same.
1104 * gdb.ada/type_coercion.exp: Same.
1105 * gdb.ada/uninitialized_vars.exp: Same.
1106
60b6ede8
TV
11072019-10-30 Tom de Vries <tdevries@suse.de>
1108
1109 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
1110
30baf67b
TV
11112019-10-26 Tom de Vries <tdevries@suse.de>
1112
1113 * gdb.base/bigcore.c: Fix typos in comments.
1114 * gdb.base/ctf-ptype.c: Same.
1115 * gdb.base/long_long.c: Same.
1116 * gdb.dwarf2/dw2-op-out-param.S: Same.
1117 * gdb.python/py-evthreads.c: Same.
1118 * gdb.reverse/i387-stack-reverse.c: Same.
1119 * gdb.trace/tfile.c: Same.
1120 * lib/compiler.c: Same.
1121 * lib/compiler.cc: Same.
1122
158da0d1
TV
11232019-10-25 Tom de Vries <tdevries@suse.de>
1124
1125 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
1126 gdb_test_multiple calls.
1127 * gdb.reverse/sigall-reverse.exp: Same.
1128 * gdb.reverse/solib-precsave.exp: Same.
1129 * gdb.reverse/solib-reverse.exp: Same.
1130 * gdb.reverse/until-precsave.exp: Same.
1131 * gdb.reverse/until-reverse.exp: Same.
1132
4ccdfbec
TV
11332019-10-24 Tom de Vries <tdevries@suse.de>
1134
1135 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
1136 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
1137 kfail using -wrap pattern flag and convenience variable
1138 gdb_test_name.
1139
33d569b7
AB
11402019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
1141
1142 * gdb.python/py-progspace.exp: Add tests for the
1143 Progspace.block_for_pc method.
1144
4d0b984b
TT
11452019-10-23 Tom Tromey <tom@tromey.com>
1146
1147 * configure: Rebuild.
1148 * aclocal.m4: Use m4_include, not sinclude.
1149
94cb3754
TV
11502019-10-21 Tom de Vries <tdevries@suse.de>
1151
1152 * gdb.base/infcall-nested-structs.c: Add
1153 __attribute__((noinline,noclone)) to all functions.
1154 (call_all): Add missing variable initialization. Simplify return value.
1155 (breakpt): Increment volatile variable, to prevent call from being
1156 optimized out.
1157 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
1158
062f1fc1
TV
11592019-10-17 Tom de Vries <tdevries@suse.de>
1160
1161 * gdb.fortran/module.exp: Allow info variables to print info for files
1162 other than module.f90.
1163
0b54364d
AB
11642019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
1165
1166 * gdb.fortran/module.exp: Extend with 'info variables' test.
1167
7ff5fae7
AB
11682019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
1169
1170 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
1171 F77_FOR_TARGET.
1172
d10eccaa
TV
11732019-10-16 Tom de Vries <tdevries@suse.de>
1174
1175 PR tdep/25096
1176 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
1177
745ff14e
TV
11782019-10-16 Tom de Vries <tdevries@suse.de>
1179
1180 PR tdep/24104
1181 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
1182 Add KFAIL for PR tdep/25096.
1183
03e1ab94
TV
11842019-10-16 Tom de Vries <tdevries@suse.de>
1185
1186 PR testsuite/25059
1187 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
1188
b17fcc10
TV
11892019-10-16 Tom de Vries <tdevries@suse.de>
1190
1191 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
1192 as signed.
1193
9223170f
SM
11942019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
1195
1196 * gdb.mi/list-thread-groups-available.exp: Read entries one by
1197 one instead of increasing timeout.
1198
d6e76313
TV
11992019-10-13 Tom de Vries <tdevries@suse.de>
1200
1201 PR record/25038
1202 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
1203 * gdb.reverse/sigall-reverse.exp: Same.
1204 * gdb.reverse/solib-precsave.exp: Same.
1205 * gdb.reverse/solib-reverse.exp: Same.
1206 * gdb.reverse/step-precsave.exp: Same.
1207 * gdb.reverse/until-precsave.exp: Same.
1208 * gdb.reverse/until-reverse.exp: Same.
1209 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
1210
6dfc0041
AA
12112019-10-10 Andreas Arnez <arnez@linux.ibm.com>
1212
1213 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
1214 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
1215 (cmp_struct_05_01, cmp_struct_static_02_01)
1216 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
1217 comparisons.
1218
abcf2cc8
TV
12192019-10-10 Tom de Vries <tdevries@suse.de>
1220
1221 PR testsuite/24888
1222 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
1223 gnatlink.
1224
a50faaf6
TV
12252019-10-09 Tom de Vries <tdevries@suse.de>
1226
1227 PR testsuite/25048
1228 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
1229
60ff3cd7
AB
12302019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
1231
1232 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
1233 exceptions due to missing debug information.
1234
dfee8566
TV
12352019-10-07 Tom de Vries <tdevries@suse.de>
1236
1237 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
1238
3d63690a
AB
12392019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
1240
1241 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
1242 * gdb.base/annota1.exp: Update to use gdb_test_name.
1243
30d1f018
WP
12442019-10-07 Weimin Pan <weimin.pan@oracle.com>
1245
1246 * gdb.base/ctf-whatis.exp: New file.
1247 * gdb.base/ctf-whatis.c: New file.
1248 * gdb.base/ctf-ptype.exp: New file.
1249 * gdb.base/ctf-ptype.c: New file.
1250 * gdb.base/ctf-constvars.exp: New file.
1251 * gdb.base/ctf-constvars.c: New file.
1252 * gdb.base/ctf-cvexpr.exp: New file.
1253
4dbbb47c
TV
12542019-10-04 Tom de Vries <tdevries@suse.de>
1255
1256 * gdb.cp/local-static.c (main): Move declaration of int i out of the
1257 for loop.
1258
77c2dba3
TT
12592019-10-03 Tom Tromey <tom@tromey.com>
1260
1261 PR rust/24976:
1262 * gdb.rust/simple.rs (Union2): New type.
1263 (main): Use Union2.
1264 * gdb.rust/simple.exp: Add test.
1265
179aed7f
AB
12662019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1267
1268 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
1269 nested function prefix.
1270
0a4b0913
AB
12712019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
1272 Richard Bunt <richard.bunt@arm.com>
1273 Andrew Burgess <andrew.burgess@embecosm.com>
1274
1275 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
1276 nested functions.
1277 * gdb.fortran/nested-funcs.f90: Update expected results.
1278 * gdb.fortran/nested-funcs-2.exp: New file.
1279 * gdb.fortran/nested-funcs-2.f90: New file.
1280
082cce05
AB
12812019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1282
1283 * gdb.python/py-parameter.exp: Make test names unique.
1284 * gdb.python/py-template.exp: Likewise.
1285 * gdb.python/py-value.exp: Likewise.
1286
2b74ba5a
AB
12872019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1288
1289 * gdb.base/break-interp.exp: Reduce test name duplication.
1290 * gdb.base/call-sc.exp: Likewise.
1291 * gdb.base/callfuncs.exp: Likewise.
1292 * gdb.base/charset.exp: Likewise.
1293 * gdb.base/dump.exp: Likewise.
1294 * gdb.base/ena-dis-br.exp: Likewise.
1295 * gdb.base/relational.exp: Likewise.
1296 * gdb.base/step-over-syscall.exp: Likewise.
1297 * gdb.base/structs.exp: Likewise.
1298
58eb20d5
AB
12992019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1300
1301 * gdb.linespec/explicit.exp: Make test names unique.
1302 * gdb.linespec/ls-errs.exp: Likewise.
1303
4d421147
AB
13042019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1305
1306 * gdb.reverse/break-precsave.exp: Make test names unique.
1307 * gdb.reverse/break-reverse.exp: Likewise.
1308 * gdb.reverse/finish-precsave.exp: Likewise.
1309 * gdb.reverse/finish-reverse.exp: Likewise.
1310 * gdb.reverse/machinestate-precsave.exp: Likewise.
1311 * gdb.reverse/machinestate.exp: Likewise.
1312 * gdb.reverse/readv-reverse.exp: Likewise.
1313 * gdb.reverse/recvmsg-reverse.exp: Likewise.
1314 * gdb.reverse/sigall-precsave.exp: Likewise.
1315 * gdb.reverse/sigall-reverse.exp: Likewise.
1316 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
1317 * gdb.reverse/watch-precsave.exp: Likewise.
1318 * gdb.reverse/watch-reverse.exp: Likewise.
1319
d8c06f22
AB
13202019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1321
1322 * gdb.threads/stop-with-handle.c: New file.
1323 * gdb.threads/stop-with-handle.exp: New file.
1324
3a56ed86
TV
13252019-10-03 Tom de Vries <tdevries@suse.de>
1326
1327 PR testsuite/25059
1328 * gdb.base/list-missing-source.exp: Allowing the "Compilation
1329 directory" line to be missing.
1330
42275044
TV
13312019-10-03 Tom de Vries <tdevries@suse.de>
1332
1333 PR testsuite/25059
1334 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
1335 type optional.
1336
9ef62df0
AA
13372019-10-02 Andreas Arnez <arnez@linux.ibm.com>
1338
1339 * gdb.python/py-format-string.c (string.h): New include.
1340 (main): Fill a_struct_with_union.the_union.an_int with bytes of
1341 the same value, for endianness-independence.
1342 * gdb.python/py-format-string.exp (default_regexp_dict)
1343 (test_pretty_structs, test_format): Adjust expected output to the
1344 changed initialization.
1345
37f6a7f4
TT
13462019-10-02 Tom Tromey <tromey@adacore.com>
1347
1348 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
1349
1d58d6a2
PA
13502019-10-02 Pedro Alves <palves@redhat.com>
1351 Andrew Burgess <andrew.burgess@embecosm.com>
1352
1353 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
1354 "print-file-var.h".
1355 (this_version_id) Use ATTRIBUTE_VISIBILITY.
1356 (get_version_1): Print this_version_id and its address.
1357 Add extern "C" wrappers around interface functions.
1358 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
1359 "print-file-var.h".
1360 (this_version_id) Use ATTRIBUTE_VISIBILITY.
1361 (get_version_2): Print this_version_id and its address.
1362 Add extern "C" wrappers around interface functions.
1363 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
1364 <stddef.h> and "print-file-var.h".
1365 Add extern "C" wrappers around interface functions.
1366 [VERSION_ID_MAIN] (this_version_id): Define.
1367 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
1368 * gdb.base/print-file-var.h: Add some #defines to simplify setting
1369 up extern "C" blocks.
1370 * gdb.base/print-file-var.exp (test): New, factored out from top
1371 level.
1372 (top level): Test all combinations of attribute hidden or not,
1373 dlopen or not, and this_version_id symbol in main file or not.
1374 Compile tests as both C++ and C, make test names unique.
1375
d770d56f
TT
13762019-10-01 Tom Tromey <tom@tromey.com>
1377
1378 * gdb.base/style.exp: Test "show logging filename".
1379
7f6aba03
TT
13802019-10-01 Tom Tromey <tom@tromey.com>
1381
1382 * lib/gdb-utils.exp (style): Handle "metadata" argument.
1383 * gdb.base/style.exp: Add metadata style test.
1384
14309bb6
TT
13852019-10-01 Tom Tromey <tom@tromey.com>
1386
1387 * gdb.base/style.exp: Test "pwd".
1388
2a3c1174
PA
13892019-10-01 Tom Tromey <tom@tromey.com>
1390
1391 * gdb.base/style.exp: Update tests.
1392
53d666ec
AA
13932019-10-01 Andreas Arnez <arnez@linux.ibm.com>
1394
1395 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
1396 'six' to unsigned.
1397 (s1): Initialize fields 'four' and 'six' instead of 'three' and
1398 'five'. Use an all-ones bit pattern for each.
1399 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
1400 to its changed values.
1401
4a56a520
TT
14022019-09-30 Tom Tromey <tromey@adacore.com>
1403
1404 * gdb.rust/traits.rs: Disable all warnings.
1405
0df0352a
TV
14062019-09-29 Tom de Vries <tdevries@suse.de>
1407
1408 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
1409
73d9a918
TV
14102019-09-29 Tom de Vries <tdevries@suse.de>
1411
1412 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
1413
060b3ab4
TV
14142019-09-27 Tom de Vries <tdevries@suse.de>
1415
1416 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
1417
68f7d34d
TV
14182019-09-27 Tom de Vries <tdevries@suse.de>
1419
1420 PR record/23188
1421 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
1422
5d63b30a
TT
14232019-09-26 Tom Tromey <tromey@adacore.com>
1424
1425 * gdb.ada/py_taft.exp: New file.
1426 * gdb.ada/py_taft/main.adb: New file.
1427 * gdb.ada/py_taft/pkg.adb: New file.
1428 * gdb.ada/py_taft/pkg.ads: New file.
1429
3d435220
TV
14302019-09-24 Tom de Vries <tdevries@suse.de>
1431
1432 PR gdb/24598
1433 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
1434
77d03678
TV
14352019-09-22 Tom de Vries <tdevries@suse.de>
1436
1437 * gdb.base/restore.exp: Allow register variables to be optimized out at
1438 -O0.
1439
abf516c6
UW
14402019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
1441
1442 * gdb.arch/spu-info.exp: Remove file.
1443 * gdb.arch/spu-info.c: Remove file.
1444 * gdb.arch/spu-ls.exp: Remove file.
1445 * gdb.arch/spu-ls.c: Remove file.
1446
1447 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
1448 * gdb.asm/spu.inc: Remove file.
1449
1450 * gdb.base/dump.exp: Remove support for spu*-*-*.
1451 * gdb.base/stack-checking.exp: Likewise.
1452 * gdb.base/overlays.exp: Likewise.
1453 * gdb.base/ovlymgr.c: Likewise.
1454 * gdb.base/spu.ld: Remove file.
1455
1456 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
1457 * gdb.cp/cpexprs.exp: Likewise.
1458 * gdb.cp/exception.exp: Likewise.
1459 * gdb.cp/gdb2495.exp: Likewise.
1460 * gdb.cp/mb-templates.exp: Likewise.
1461 * gdb.cp/pr9167.exp: Likewise.
1462 * gdb.cp/userdef.exp: Likewise.
1463
1464 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
1465
1466 * gdb.cell: Remove directory.
1467 * lib/cell.exp: Remove file.
1468
e452e88f
TV
14692019-09-19 Tom de Vries <tdevries@suse.de>
1470
1471 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
1472
8a625130
TV
14732019-09-19 Tom de Vries <tdevries@suse.de>
1474
1475 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
1476
81dc3ab5
TV
14772019-09-19 Tom de Vries <tdevries@suse.de>
1478
1479 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
1480 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
1481 (gdb_target_cmd): ... here.
1482 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
1483 value 2.
1484
b078f3ac
AB
14852019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
1486
1487 * gdb.base/source-dir.exp: Avoid having directory names in test
1488 names.
1489
f1b620e9
MG
14902019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
1491
1492 * gdb.base/source-dir.exp: Add extra test for mapped compilation
1493 directory.
1494
67f3ed6a
AB
14952019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
1496
1497 * gdb.base/list-missing-source.exp: New file.
1498
d1b70248
TV
14992019-09-14 Tom de Vries <tdevries@suse.de>
1500
1501 PR teststuite/24599
1502 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
1503 * lib/ada.exp (gnatmake_version_at_least): New proc.
1504
5fabdcd6
AB
15052019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1506
1507 * gdb.base/maint.exp: Use exec_has_index_section.
1508
aa17805f
AB
15092019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1510
1511 * gdb.base/maint.exp: Add test for 'maint info sections'.
1512
25e5c209
TV
15132019-09-12 Tom de Vries <tdevries@suse.de>
1514
1515 * gdb.base/store.exp: Allow register variables to be optimized out at
1516 -O0.
1517
4993045d
PW
15182019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1519
1520 * gdb.ada/rdv_wait.exp: Update to new task names.
1521 * gdb.base/task_switch_in_core.exp: Likewise.
1522 * gdb.base/info_sources_base.c: Likewise.
1523
8a516164
TT
15242019-09-10 Tom Tromey <tromey@adacore.com>
1525
1526 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
1527
aa391654
TT
15282019-09-10 Tom Tromey <tromey@adacore.com>
1529
1530 * gdb.ada/dgopt.exp: New file.
1531 * gdb.ada/dgopt/x.adb: New file.
1532
8634b462
TT
15332019-09-08 Tom Tromey <tom@tromey.com>
1534
1535 * gdb.tui/resize.exp: Remove setup_xfail.
1536 * gdb.tui/regs.exp: Remove setup_xfail.
1537 * gdb.tui/basic.exp: Remove setup_xfail.
1538
736b0f76
DB
15392019-09-06 David Blaikie <dblaikie@gmail.com>
1540
1541 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
1542 * gdb.cp/cplabel.exp: Ditto.
1543 * gdb.linespec/ls-errs.exp: Ditto.
1544
30331a6c
TV
15452019-09-05 Tom de Vries <tdevries@suse.de>
1546
1547 * lib/gdb.exp (cmp_file_string): New proc.
1548 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
1549 runto_main. Verify save breakpoints output.
1550
98b0ebab
PW
15512019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1552
1553 * gdb.base/info-var.exp: Test info variables without running
1554 to main, to avoid expect's buffer overflow.
1555
4e962e74
TT
15562019-09-03 Tom Tromey <tromey@adacore.com>
1557
1558 * gdb.ada/bias.exp: New file.
1559 * gdb.ada/bias/bias.adb: New file.
1560 * gdb.ada/print_chars.exp: Add regression test.
1561 * gdb.ada/print_chars/foo.adb (My_Character): New type.
1562 (MC): New variable.
1563
2ea1a07a
SL
15642019-08-29 Sandra Loosemore <sandra@codesourcery.com>
1565
1566 * gdb.base/argv0-symlink.exp: Run only on native target
1567 and local host.
1568
8077c50d
TV
15692019-08-29 Tom de Vries <tdevries@suse.de>
1570
1571 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
1572 diverse debug info.
1573 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
1574
48352473
TV
15752019-08-28 Tom de Vries <tdevries@suse.de>
1576
1577 * gdb.base/info-var.exp: Allow info variables to print info for files
1578 other than info-var-f1.c and info-var-f2.c.
1579
d8f27c60
AB
15802019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
1581
1582 * gdb.fortran/info-types.exp: Add module.
1583 * gdb.fortran/info-types.f90: Update expected results.
1584
1f20c35e
AB
15852019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
1586
1587 * gdb.fortran/info-types.exp: New file.
1588 * gdb.fortran/info-types.f90: New file.
1589 * lib/fortran.exp (fortran_character1): New proc.
1590
4acfdd20
AB
15912019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
1592
1593 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
1594 functions'. Reindent as needed.
1595 * gdb.base/info-var-f1.c: New file.
1596 * gdb.base/info-var-f2.c: New file.
1597 * gdb.base/info-var.exp: New file.
1598 * gdb.base/info-var.h: New file.
1599
5c31b358
TV
16002019-08-26 Tom de Vries <tdevries@suse.de>
1601
1602 PR c++/24852
1603 * gdb.cp/no-libstdcxx-probe.exp: New test.
1604
b694989f
TV
16052019-08-26 Tom de Vries <tdevries@suse.de>
1606
1607 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
1608 * tests need to be skipped.
1609 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
1610 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
1611 mi_skip_libstdcxx_probe_tests.
1612
d9c4ba53
SDJ
16132019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
1614
1615 * gdb.python/py-xmethods.exp: Use raw strings when passing
1616 arguments to SimpleXMethodMatcher.
1617
395fad09
TV
16182019-08-22 Tom de Vries <tdevries@suse.de>
1619
1620 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
1621 more informative.
1622
26c957f1
PA
16232019-08-21 Pedro Alves <palves@redhat.com>
1624
1625 * gdb.base/with.exp: Test "with" with no arguments.
1626
61f80d5d
TV
16272019-08-21 Tom de Vries <tdevries@suse.de>
1628
1629 * gdb.base/gdb-caching-proc.exp: Sort files.
1630
d7a11d13
TV
16312019-08-20 Tom de Vries <tdevries@suse.de>
1632
1633 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
1634 compilation.
1635
34dafe9f
TV
16362019-08-16 Tom de Vries <tdevries@suse.de>
1637
1638 * gdb.base/compare-sections.exp ("after run to main"): Allow
1639 mismatched read-only sections for PIE executables.
1640
398fdd60
TT
16412019-08-16 Tom Tromey <tom@tromey.com>
1642
1643 * lib/tuiterm.exp (_csi_Z): New proc.
1644 * gdb.tui/basic.exp: Update window positions.
1645 * gdb.tui/empty.exp: Update window positions.
1646
d8f9e51c
SL
16472019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1648
1649 * gdb.base/examine-backward.exp: Correct regexp for
1650 "examine 3 bytes backward from ${address_zero}".
1651
3df505f6
TT
16522019-08-15 Tom Tromey <tom@tromey.com>
1653
1654 * gdb.tui/empty.exp: Enable resizing tests.
1655
272560b5
TT
16562019-08-15 Tom Tromey <tromey@adacore.com>
1657
1658 * gdb.ada/char_enum.exp: Add regression tests.
1659 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
1660 and '0'.
1661 (Char, Gchar): Update.
1662 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
1663
08235187
CB
16642019-08-15 Christian Biesinger <cbiesinger@google.com>
1665
1666 * gdb.python/python.exp: Expect a leading underscore on
1667 GdbOutput{,Error}File.
1668
22a2ab04
SL
16692019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1670
1671 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
1672 Windows host.
1673
835b995b
SL
16742019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1675
1676 * gdb.base/batch-preserve-term-settings.exp
1677 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
1678
97dd8e07
CB
16792019-08-15 Christian Biesinger <cbiesinger@google.com>
1680
1681 * lib/gdb.exp: When running on a mingw target, replace
1682 /x/ with x:/.
1683
75faf5c4
AH
16842019-08-14 Alan Hayward <alan.hayward@arm.com>
1685
1686 * gdb.arch/aarch64-prologue.c: New test.
1687 * gdb.arch/aarch64-prologue.exp: New file.
1688
abc6c00f
TV
16892019-08-13 Tom de Vries <tdevries@suse.de>
1690
1691 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
1692 Thread.
1693
74c2c1f4
SL
16942019-08-13 Sandra Loosemore <sandra@codesourcery.com>
1695
1696 * gdb.python/py-completion.exp: Download the .py file to the host
1697 and use its host pathname. Conditionalize tests that use
1698 tab completion and manipulate files on the build machine.
1699 * gdb.python/py-events.exp: Download the .py file to the host
1700 and use its host pathname.
1701 * gdb.python/py-evsignal.exp: Likewise.
1702 * gdb.python/py-evthreads.exp: Likewise.
1703 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
1704 pathname syntax.
1705 * gdb.python/py-framefilter.exp: Download the .py file to the right
1706 place on the host. Match Windows pathname syntax.
1707 * gdb.python/py-mi-var-info-path-expression.exp: Download the
1708 .py file to the host and use its host pathname.
1709 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
1710 * gdb.python/py-objfile.exp: Expect a host pathname, not a
1711 build pathname. Skip symlink test on Windows host. Add missing
1712 newline at end of file.
1713 * gdb.python/py-pp-maint.exp: Download the .py file to the host
1714 and use its host pathname.
1715 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
1716 * gdb.python/py-section-script.exp: Use host location of binfile
1717 on safe-path. Use correct path separator on Windows host.
1718 Reorder alternatives in gdb_test_multiple to prevent matching
1719 the wrong alternative on success.
1720 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
1721
ca2589f3
PP
17222019-08-12 Patrick Palka <patrick@parcs.ath.cx>
1723
1724 * gdb.gdb/selftest.exp (test_with_self): Update test to now
1725 expect the GDB inferior to no longer immediately stop after
1726 being resumed with "signal SIGINT".
1727
020a839d
SL
17282019-08-09 Sandra Loosemore <sandra@codesourcery.com>
1729
1730 * gdb.linespec/break-ask.exp: Generalize regexps to match
1731 Windows pathnames too.
1732
128d6509
TV
17332019-08-08 Tom de Vries <tdevries@suse.de>
1734
1735 PR testsuite/24862
1736 * lib/tuiterm.exp (_accept): Fix CSI regexp.
1737
590042fc
PW
17382019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1739
1740 * gdb.base/style.exp: Update tests for help doc new invariants.
1741 * gdb.base/help.exp: Likewise.
1742
046bebe1
TT
17432019-08-06 Tom Tromey <tom@tromey.com>
1744
1745 * gdb.base/style.exp: Add disassemble test.
1746 * gdb.base/style.c (some_called_function): New function.
1747 (main): Use it.
1748
0b27c27d
CB
17492019-08-05 Christian Biesinger <cbiesinger@google.com>
1750
1751 * gdb.python/py-block.exp: Test dictionary access on blocks.
1752
580f1034
SM
17532019-08-05 Simon Marchi <simon.marchi@efficios.com>
1754
1755 PR gdb/24863
1756 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
1757 -list-thread-groups --available test when running under
1758 check-read1.
1759
d86bd7cb
TV
17602019-08-05 Tom de Vries <tdevries@suse.de>
1761
1762 PR testsuite/24863
1763 * lib/gdb.exp (with_read1_timeout_factor): New proc.
1764 * gdb.base/help.exp: Use with_read1_timeout_factor.
1765 * gdb.base/info-macros.exp: Same.
1766 * gdb.cp/nested-types.exp: Same.
1767
a80cf5d8
TV
17682019-08-05 Tom de Vries <tdevries@suse.de>
1769
1770 * lib/gdb.exp (version_at_least): Factor out of ...
1771 (tcl_version_at_least): ... here.
1772 (gdb_compile): Fail if pie results in non-PIE executable.
1773 (readelf_version, readelf_prints_pie): New proc.
1774 (exec_is_pie): Return -1 if unknown.
1775
d0962838
TV
17762019-08-05 Tom de Vries <tdevries@suse.de>
1777
1778 * lib/gdb.exp (tcl_version_at_least): Fix typo.
1779
2252ff3d
SL
17802019-08-04 Sandra Loosemore <sandra@codesourcery.com>
1781
1782 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
1783
26655f53
SL
17842019-08-04 Sandra Loosemore <sandra@codesourcery.com>
1785
1786 * lib/completion-support.exp (test_gdb_complete_none): Skip
1787 tab completion tests if no readline support.
1788 (test_gdb_complete_unique_re): Likewise.
1789 (test_gdb_complete_multiple): Likewise.
1790
db4dc13e
PW
17912019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1792
1793 * gdb.base/info_sources.exp: New file.
1794 * gdb.base/info_sources.c: New file.
1795 * gdb.base/info_sources_base.c: New file.
1796
0eba165a
PFC
17972019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1798
1799 * gdb.base/batch-exit-status.exp: Call test_exit_status with
1800 prefix argument.
1801 (test_exit_status): Add prefix argument.
1802
59bd512b
TV
18032019-08-01 Tom de Vries <tdevries@suse.de>
1804
1805 PR testsuite/24863
1806 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
1807 calling exp_continue for new thread and thread exited messages.
1808
2a3ad588
TV
18092019-08-01 Tom de Vries <tdevries@suse.de>
1810
1811 PR testsuite/24863
1812 * gdb.base/structs.exp: Fix check-read1 timeout using
1813 gdb_test_sequence.
1814 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
1815
117eb594
TV
18162019-08-01 Tom de Vries <tdevries@suse.de>
1817
1818 PR testsuite/24863
1819 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
1820 line.
1821
ed591340
TV
18222019-08-01 Tom de Vries <tdevries@suse.de>
1823
1824 PR testsuite/24863
1825 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
1826
aa3b6533
TT
18272019-07-30 Tom Tromey <tromey@adacore.com>
1828
1829 * gdb.ada/display_nested.exp: New file.
1830 * gdb.ada/display_nested/foo.adb: New file.
1831 * gdb.ada/display_nested/pack.adb: New file.
1832 * gdb.ada/display_nested/pack.ads: New file.
1833
2906593f
CB
18342019-07-30 Christian Biesinger <cbiesinger@google.com>
1835
1836 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
1837 namespace.
1838 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
1839
0f575925
TV
18402019-07-30 Tom de Vries <tdevries@suse.de>
1841
1842 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
1843 instead.
1844
b13057d9
TV
18452019-07-30 Tom de Vries <tdevries@suse.de>
1846
1847 PR testsuite/24834
1848 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
1849 (exec_is_pie): New proc.
1850
5c4dde85
CB
18512019-07-29 Christian Biesinger <cbiesinger@google.com>
1852
1853 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
1854
c620ed88
CB
18552019-07-29 Christian Biesinger <cbiesinger@google.com>
1856
1857 * gdb.python/py-objfile.c: Add global and static vars.
1858 * gdb.python/py-objfile.exp: Test new functions Objfile.
1859 lookup_global_symbol and lookup_static_symbol.
1860
3d235706
TT
18612019-07-29 Tom Tromey <tom@tromey.com>
1862
1863 * lib/tuiterm.exp (Term::_csi_@): New proc.
1864 (Term::_csi_X): Don't move cursor.
1865
c7e4c0a6
PW
18662019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1867
1868 * gdb.base/options.exp: Update backtrace - completion to
1869 new option -frame-info.
1870 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
1871 Test new 'set print frame-info'. Test backtrace -frame-info
1872 overriding 'set print frame-info'.
1873 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
1874 Test new 'set print frame-info'.
1875 Verify consistency of backtrace with and without filters, with and
1876 without -no-filters.
1877 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
1878 default.
1879
de28a3b7
TV
18802019-07-29 Tom de Vries <tdevries@suse.de>
1881
1882 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
1883 no arguments".
1884
507dd60e
TV
18852019-07-29 Tom de Vries <tdevries@suse.de>
1886
1887 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
1888 is a substring of the first for "complete non-unique file name".
1889
5beafce9
TV
18902019-07-29 Tom de Vries <tdevries@suse.de>
1891
1892 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
1893 with ".*".
1894
2d274232
TV
18952019-07-29 Tom de Vries <tdevries@suse.de>
1896
1897 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
1898 Pass prompt_regexp parameter to gdb_test_multiple calls.
1899
9197cd8b
TV
19002019-07-29 Tom de Vries <tdevries@suse.de>
1901
1902 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
1903 print registers" regexps.
1904
b528dae0
TV
19052019-07-29 Tom de Vries <tdevries@suse.de>
1906
1907 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
1908
d17725d7
TV
19092019-07-29 Tom de Vries <tdevries@suse.de>
1910
1911 PR gdb/24855
1912 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
1913 (skip_python_tests_prompt): Add prompt_regexp argument to
1914 gdb_test_multiple calls.
1915
52b75bf1
TT
19162019-07-27 Tom Tromey <tom@tromey.com>
1917
1918 * gdb.tui/main.exp: New file.
1919
2b1d00c2
TT
19202019-07-27 Tom Tromey <tom@tromey.com>
1921
1922 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
1923 optional.
1924 * gdb.tui/empty.exp: New file.
1925
ded631d5
TT
19262019-07-27 Tom Tromey <tom@tromey.com>
1927
1928 * lib/tuiterm.exp (spawn): New proc.
1929 (Term::resize): New proc.
1930 * gdb.tui/resize.exp: New file.
1931
58ac439d
TT
19322019-07-27 Tom Tromey <tom@tromey.com>
1933
1934 * gdb.tui/list.exp: New file.
1935
fe1f56ee
TT
19362019-07-27 Tom Tromey <tom@tromey.com>
1937
1938 * gdb.tui/regs.exp: New file.
1939
f790b310
TT
19402019-07-27 Tom Tromey <tom@tromey.com>
1941
1942 * gdb.tui/basic.exp: Add "layout split" test.
1943
d95fc6ee
TT
19442019-07-27 Tom Tromey <tom@tromey.com>
1945
1946 * gdb.tui/basic.exp: Add "layout asm" test.
1947
c3786b3a
TT
19482019-07-27 Tom Tromey <tom@tromey.com>
1949
1950 * lib/tuiterm.exp: New file.
1951 * gdb.tui/basic.exp: New file.
1952
98a617f8
KB
19532019-07-27 Kevin Buettner <kevinb@redhat.com>
1954
1955 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
1956 Enable tests associated with this flag. Adjust regex
1957 referencing "foo_low" to now refer to "foo_cold" instead.
1958
5c076da4
KB
19592019-07-27 Kevin Buettner <kevinb@redhat.com>
1960
1961 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
1962 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
1963 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
1964 foo_cold. Revise comments to match.
1965 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
1966 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
1967 were wrapped into this proc; Call do_test in loop from outermost
1968 level.
1969 (foo_low): Rename all occurrences to "foo_cold".
1970 (backtrace from baz): New test.
1971 (x2/i foo_cold): New test.
1972 (info line *foo_cold): New test.
1973
1512d3b7
TV
19742019-07-26 Tom de Vries <tdevries@suse.de>
1975
1976 * gdb.arch/i386-pkru.exp: Fix unterminated string.
1977
297989a1
TV
19782019-07-25 Tom de Vries <tdevries@suse.de>
1979
1980 PR testsuite/24830
1981 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
1982 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
1983 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
1984 (skip_libstdcxx_probe_tests): ... here.
1985 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
1986
b3b965fb
TV
19872019-07-24 Tom de Vries <tdevries@suse.de>
1988
1989 PR testsuite/24807
1990 * gdb.objc/basicclass.m: Include stdio.h.
1991 * gdb.objc/nondebug.m: Same.
1992 * gdb.objc/objcdecode.m: Same.
1993
4625b4d0
TV
19942019-07-24 Tom de Vries <tdevries@suse.de>
1995
1996 PR testsuite/24612
1997 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
1998 additional_flags.
1999
024a5840
TV
20002019-07-24 Tom de Vries <tdevries@suse.de>
2001
2002 PR testsuite/24831
2003 * gdb.multi/tids.exp: Update error messages for info threads.
2004
c76ddaa3
TV
20052019-07-24 Tom de Vries <tdevries@suse.de>
2006
2007 * gdb.base/info-types.exp: Allow info types to print info for more than
2008 one file.
2009
9a618ef6
TV
20102019-07-23 Tom de Vries <tdevries@suse.de>
2011
2012 PR testsuite/24842
2013 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
2014 gdb_spawn_with_cmdline_opts.
2015
40eadf04
SP
20162019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
2017
2018 * gdb.arch/arm-cmse-sgstubs.c: New test.
2019 * gdb.arch/arm-cmse-sgstubs.exp: New file.
2020
5ba29434
TV
20212019-07-23 Tom de Vries <tdevries@suse.de>
2022
2023 PR testsuite/24711
2024 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
2025 issuing next command.
2026
a8e9d247
AB
20272019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
2028
2029 * gdb.ada/info_auto_lang.exp: Update expected results.
2030 * gdb.base/info-types.c: Add additional types to check.
2031 * gdb.base/info-types.exp: Update expected results.
2032
eb86c5e2
AB
20332019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
2034
2035 * gdb.base/info-types.c: New file.
2036 * gdb.base/info-types.exp: New file.
2037
01e175fe
AB
20382019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
2039
2040 * gdb.arch/riscv-bp-infcall.c: New file.
2041 * gdb.arch/riscv-bp-infcall.exp: New file.
2042
6b78c3f8
AB
20432019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
2044
2045 PR breakpoints/24541
2046 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
2047
da738167
TV
20482019-07-14 Tom de Vries <tdevries@suse.de>
2049
2050 PR testsuite/24760
2051 * gdb.objc/basicclass.exp: Fix unterminated string.
2052
0d4e84ed
AB
20532019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
2054 Andrew Burgess <andrew.burgess@embecosm.com>
2055
2056 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
2057 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
2058 negative bounds.
2059 * gdb.fortran/vla-value.exp: Print elements of an array with
2060 negative bounds.
2061 * gdb.fortran/vla.f90: Setup an array with negative bounds for
2062 testing.
2063
021d8588
AB
20642019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
2065
2066 * gdb.base/options.exp (expect_string): Dequote strings in
2067 results.
2068 (test-string): Test strings with different quoting and reindent.
2069
f06f1252
TT
20702019-07-10 Tom Tromey <tromey@adacore.com>
2071
2072 * gdb.ada/mi_ex_cond.exp: Update expected results.
2073 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
2074 * gdb.ada/mi_catch_ex.exp: Update expected results.
2075 * gdb.ada/mi_catch_assert.exp: Update expected results.
2076 * gdb.ada/catch_ex.exp (catch_exception_info)
2077 (catch_exception_entry, catch_assert_entry)
2078 (catch_unhandled_entry): Update.
2079 * gdb.ada/catch_assert_if.exp: Update expected results.
2080
b863685d
RB
20812019-07-10 Richard Bunt <richard.bunt@arm.com>
2082 Stephen Roberts <stephen.roberts@arm.com>
2083
2084 * gdb.base/define.exp: Restore original prompt.
2085
cb1e4e32
PA
20862019-07-09 Pedro Alves <palves@redhat.com>
2087
2088 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
2089 breakpoints" output.
2090 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
2091 * gdb.python/py-breakpoint.exp: No longer expect that "catch
2092 throw" creates breakpoint.
2093 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
2094 'type="catchpoint"'.
2095
b58a68fe
PA
20962019-07-09 Pedro Alves <palves@redhat.com>
2097
2098 PR c++/15468
2099 * gdb.cp/except-multi-location-lib.cc: New.
2100 * gdb.cp/except-multi-location-main.cc: New.
2101 * gdb.cp/except-multi-location.exp: New.
2102
0826779b
PW
21032019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
2104
2105 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
2106 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
2107 argument and update callers.
2108
5b0e2db4
AB
21092019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2110
2111 * gdb.arch/amd64-break-on-asm-line.S: New file.
2112 * gdb.arch/amd64-break-on-asm-line.exp: New file.
2113
1f6f6e21
PW
21142019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2115
2116 * gdb.base/printcmds.exp: Test printing C string and
2117 C wide string convenience vars without transiting via the inferior.
2118 Also make test names unique.
2119
ea142fbf
AH
21202019-07-08 Alan Hayward <alan.hayward@arm.com>
2121
5862c886 2122 PR breakpoints/25011
ea142fbf
AH
2123 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
2124
213fd9fa
PA
21252019-07-04 Pedro Alves <palves@redhat.com>
2126
2127 * lib/gdb.exp (foreach_with_prefix): Don't return early if
2128 body returned ok(0), break(3) or continue(4).
2129 * gdb.testsuite/foreach_with_prefix.exp: New file.
2130
2b40fda7
AH
21312019-07-04 Alan Hayward <alan.hayward@arm.com>
2132
2133 * gdb.server/unittest.exp: Allow 0 unit tests to run.
2134
a26c8de0
PA
21352019-07-03 Pedro Alves <palves@redhat.com>
2136
2137 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
2138 "return -code".
2139
5f4ba3e7
PA
21402019-07-03 Pedro Alves <palves@redhat.com>
2141
2142 PR cli/24732
2143 * gdb.base/shell.exp: Load completion-support.exp.
2144 Adjust expected error output. Add completion tests.
2145
a994424f
PA
21462019-07-03 Pedro Alves <palves@redhat.com>
2147
2148 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
2149 string_to_regexp.
2150
3d9be6f5
PA
21512019-07-03 Pedro Alves <palves@redhat.com>
2152
2153 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
2154 (expect_integer): Adjust to expect "-string".
2155 (expect_string): New.
2156 (all_options): Expect "-string".
2157 (test-flag, test-boolean): Adjust to expect "-string".
2158 (test-string): New proc.
2159 (top level): Call it.
2160
41fc454c
PA
21612019-07-03 Pedro Alves <palves@redhat.com>
2162
2163 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
2164 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
2165 the expected output in the success.
2166
b2b2a215
PA
21672019-07-03 Pedro Alves <palves@redhat.com>
2168
2169 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
2170 Split one gdb_test_multiple call in two to avoid a race.
2171
fdbc9870
PA
21722019-07-03 Pedro Alves <palves@redhat.com>
2173
2174 * gdb.base/with.c: New file.
2175 * gdb.base/with.exp: New file.
2176
c6ac8931
PA
21772019-07-03 Pedro Alves <palves@redhat.com>
2178
2179 * gdb.base/settings.exp: Replace all references to "maint
2180 test-settings set" with references to "maint set test-settings",
2181 and all references to "maint test-settings show" with references
2182 to "maint show test-settings".
2183
970f9d09
PA
21842019-07-03 Pedro Alves <palves@redhat.com>
2185
2186 * gdb.base/settings.exp (test-string): Adjust expected out when
2187 testing "maint test-settings show filename"
2188
54d66006
PA
21892019-07-02 Pedro Alves <palves@redhat.com>
2190
2191 * gdb.base/options.exp (test-info-threads): New procedure.
2192 (top level): Call it.
2193
10d06d82
TT
21942019-06-28 Tom Tromey <tromey@adacore.com>
2195
2196 * gdb.dwarf2/ada-linkage-name.c: New file.
2197 * gdb.dwarf2/ada-linkage-name.exp: New file.
2198
3d507ff2
TT
21992019-06-27 Tom Tromey <tromey@adacore.com>
2200
d039f014 2201 PR c++/20020:
3d507ff2
TT
2202 * gdb.cp/constexpr-field.exp: Use setup_xfail.
2203
8af58ffe
TV
22042019-06-26 Tom de Vries <tdevries@suse.de>
2205
2206 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
2207
22e21752
TV
22082019-06-26 Tom de Vries <tdevries@suse.de>
2209
2210 * gdb.base/index-cache.exp: Add back missing debug option.
2211
b65b566c
PW
22122019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2213
2214 * gdb.base/alias.exp: Test non matching/non existing prefixes.
2215
5c2c8c69
TV
22162019-06-25 Tom de Vries <tdevries@suse.de>
2217
2218 PR testsuite/24727
2219 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
2220
164e3873
TV
22212019-06-24 Tom de Vries <tdevries@suse.de>
2222
2223 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
2224
824eacee
TV
22252019-06-24 Tom de Vries <tdevries@suse.de>
2226
2227 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
2228 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
2229 * gdb.trace/unavailable-dwarf-piece.exp: Same.
2230
385b97d3
TV
22312019-06-24 Tom de Vries <tdevries@suse.de>
2232
2233 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
2234
c596f180
TV
22352019-06-21 Tom de Vries <tdevries@suse.de>
2236
2237 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
2238
b13a7d03
TV
22392019-06-21 Tom de Vries <tdevries@suse.de>
2240
2241 PR testsuite/24518
2242 PR ada/24713
2243 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
2244 index.
2245
899277ae
TT
22462019-06-19 Tom Tromey <tromey@adacore.com>
2247
2248 * gdb.ada/length_cond.exp: Add intro comment.
2249
680e1bee
TT
22502019-06-19 Tom Tromey <tromey@adacore.com>
2251
2252 * gdb.ada/length_cond.exp: New file.
2253 * gdb.ada/length_cond/length_cond.adb: New file.
2254 * gdb.ada/length_cond/pck.adb: New file.
2255 * gdb.ada/length_cond/pck.ads: New file.
2256
0ed4690a
TV
22572019-06-18 Tom de Vries <tdevries@suse.de>
2258
2259 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
2260
d20ed5fd
TT
22612019-06-18 Tom Tromey <tromey@adacore.com>
2262
2263 * gdb.base/list0.h: Add comment explaining control character.
2264
86e04673
TV
22652019-06-18 Tom de Vries <tdevries@suse.de>
2266
2267 * boards/fission.exp: Break up long debug_flags line.
2268
c4973306
SM
22692019-06-16 Tom de Vries <tdevries@suse.de>
2270
2271 PR gdb/24445
2272 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
2273 generated index.
2274
93cb9841
AB
22752019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
2276
2277 PR gdb/24686
2278 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
2279 improve detection of bug gdb/24541.
2280
399aaebd
SM
22812019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
2282
2283 PR gdb/24669
2284 * gdb.base/index-cache.exp (uses_readnow,
2285 expecting_index_cache_use): Define global variable.
2286 (test_cache_enabled_miss, test_cache_enabled_hit): Use
2287 expecting_index_cache_use.
2288
584a927c
AB
22892019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
2290 Andrew Burgess <andrew.burgess@embecosm.com>
2291
2292 * gdb.fortran/pointers.f90: New file.
2293 * gdb.fortran/print_type.exp: New file.
2294 * gdb.fortran/vla-ptype.exp: Adapt expected results.
2295 * gdb.fortran/vla-type.exp: Likewise.
2296 * gdb.fortran/vla-value.exp: Likewise.
2297 * gdb.mi/mi-vla-fortran.exp: Likewise.
2298
30056ea0
AB
22992019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2300
2301 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
2302 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
2303 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
2304 as a stop reason.
2305
ec8e2b6d
AB
23062019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2307
2308 * gdb.base/annota1.exp: Update expected results.
2309 * gdb.cp/annota2.exp: Likewise.
2310 * gdb.cp/annota3.exp: Likewise.
2311
09e4c4e1
AB
23122019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2313
2314 * gdb.base/style-logging.exp: Remove path from test name.
2315
0735b091
TT
23162019-06-14 Tom Tromey <tromey@adacore.com>
2317
2318 PR gdb/24502:
2319 * gdb.base/style-logging.exp: New file.
2320
f5686554
TT
23212019-06-14 Tom Tromey <tromey@adacore.com>
2322
2323 * gdb.base/symfile-warn.exp: New file.
2324 * gdb.base/symfile-warn.c: New file.
2325
a0c1ffed
TT
23262019-06-14 Tom Tromey <tromey@adacore.com>
2327
2328 * gdb.base/annotate-symlink.exp: New file.
2329
f411722c
TT
23302019-06-14 Tom Tromey <tromey@adacore.com>
2331
2332 * gdb.ada/set_wstr.exp: Add reassignment test.
2333
4268ec18
TT
23342019-06-14 Tom Tromey <tromey@adacore.com>
2335
2336 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
2337 'unchecked_access and 'unrestricted_access as well.
2338
9a9e394b
TT
23392019-06-14 Tom Tromey <tromey@adacore.com>
2340
2341 PR ada/24539:
2342 * gdb.ada/vla.exp: Update tests.
2343 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
2344 pragma.
2345
4c048731
PA
23462019-06-13 Pedro Alves <palves@redhat.com>
2347
2348 * gdb.base/settings.exp (test-integer): Test junk after
2349 "unlimited".
2350
6665660a
PA
23512019-06-13 Pedro Alves <palves@redhat.com>
2352
2353 * gdb.base/options.exp (test-thread-apply): New.
2354 (top level): Call it.
2355
5d707134
PA
23562019-06-13 Pedro Alves <palves@redhat.com>
2357
2358 * gdb.base/options.exp (test-frame-apply): New.
2359 (top level): Test print commands with different "frame apply"
2360 prefixes.
2361
e2a689da
PA
23622019-06-13 Pedro Alves <palves@redhat.com>
2363
e79be6e5 2364 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
e2a689da
PA
2365 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
2366 'max_completions' parameter and handle it.
2367 (test_gdb_completion_offers_commands): New.
2368
90a1ef87
PA
23692019-06-13 Pedro Alves <palves@redhat.com>
2370
2371 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
2372
d4c16835
PA
23732019-06-13 Pedro Alves <palves@redhat.com>
2374
2375 * gdb.base/options.exp (test-backtrace): New.
2376 (top level): Call it.
2377
2daf894e
PA
23782019-06-13 Pedro Alves <palves@redhat.com>
2379
2380 * gdb.guile/scm-frame-args.exp: Use "set print
2381 raw-frame-arguments" instead of "set print raw frame-arguments".
2382 * gdb.python/py-frame-args.exp: Likewise.
2383
e6ed716c
PA
23842019-06-13 Pedro Alves <palves@redhat.com>
2385
2386 * gdb.compile/compile.exp: Adjust expected output to option
2387 processing changes.
2388
7d8062de
PA
23892019-06-13 Pedro Alves <palves@redhat.com>
2390
2391 * gdb.base/options.exp: Build executable.
2392 (test-print): New procedure.
2393 (top level): Call it, once for "print" and another for "compile
2394 print".
2395
9d0faba9
PA
23962019-06-13 Pedro Alves <palves@redhat.com>
2397
2398 * gdb.base/options.c: New file.
2399 * gdb.base/options.exp: New file.
2400
dee7b4c8
PA
24012019-06-13 Pedro Alves <palves@redhat.com>
2402
2403 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
2404 that "o" is ambiguous.
2405
dca0f6c0
PA
24062019-06-13 Pedro Alves <palves@redhat.com>
2407
2408 * gdb.base/settings.c: New file.
2409 * gdb.base/settings.exp: New file.
2410
ccf46844
PA
24112019-06-13 Pedro Alves <palves@redhat.com>
2412
2413 * gdb.base/completion.exp: Fix comment typo.
2414
b9a3f842
PA
24152019-06-13 Pedro Alves <palves@redhat.com>
2416
2417 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
2418 foo --1" test.
2419
d106773e
PA
24202019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
2421
2422 * gdb.fortran/block-data.f: New.
2423 * gdb.fortran/block-data.exp: New.
2424
fea82da0
TV
24252019-06-11 Tom de Vries <tdevries@suse.de>
2426
2427 PR testsuite/24521
2428 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
2429 message.
2430
8c2e74f1
TV
24312019-06-11 Tom de Vries <tdevries@suse.de>
2432
2433 PR testsuite/24521
2434 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
2435
b49851c8
TV
24362019-06-11 Tom de Vries <tdevries@suse.de>
2437
2438 * boards/readnow.exp: New file.
2439
a7067863
AB
24402019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
2441
2442 * gdb.fortran/vla-sizeof.exp: Update expected results.
2443
1a3da2cd
AB
24442019-06-06 Amos Bird <amosbird@gmail.com>
2445
2446 * gdb.base/annota1.exp (thread_switch): Add test for
2447 thread-exited annotation.
2448
3847a7bf
TT
24492019-06-06 Tom Tromey <tromey@adacore.com>
2450
2451 * gdb.base/maint.exp: Expect command started/finished output.
2452
0088ba59
AB
24532019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
2454
2455 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
2456 comment.
2457 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
2458
312617a3
AB
24592019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
2460
2461 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
2462 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
2463 * gdb.arch/riscv-unwind-long-insn.c: New file.
2464 * gdb.arch/riscv-unwind-long-insn.exp: New file.
2465
e1f2e1a2
CB
24662019-06-04 Christian Biesinger <cbiesinger@google.com>
2467
d3238f7d 2468 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 2469
206584bd
PW
24702019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2471
2472 * lib/gdb.exp (help_list_trailer): New regexp variable
2473 factorizing the help trailer message.
2474 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
2475 arg to allow to better factorize various tests.
2476 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
2477 (test_prefix_command_help): Use help_list_trailer.
2478 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
2479 * gdb.guile/scm-cmd.exp: Likewise.
2480 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
2481 * gdb.base/help.exp: Use test_user_defined_class_help.
2482 * gdb.base/style.exp: Add tests for styling of help and apropos.
2483 * lib/gdb-utils.exp (style): Add title and highlight styles.
2484
708dc93e
PW
24852019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2486
2487 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
2488 $_shell_exitsignal.
2489 * gdb.base/default.exp: Update for new convenience variables.
2490
f49055a5
TT
24912019-05-29 Tom Tromey <tromey@adacore.com>
2492
2493 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
2494 to "break complete ada" test case's regexp.
2495
4330d61d
TT
24962019-05-29 Tom Tromey <tromey@adacore.com>
2497
2498 PR c++/20020:
2499 * gdb.cp/constexpr-field.exp: New file.
2500 * gdb.cp/constexpr-field.cc: New file.
2501
000439d5
TT
25022019-05-29 Tom Tromey <tromey@adacore.com>
2503
2504 * gdb.base/finish.exp (finish_no_print): New proc.
2505 (finish_tests): Call it.
2506
5a01c34c
TV
25072019-05-24 Tom de Vries <tdevries@suse.de>
2508
2509 * gdb.dwarf2/gdb-add-index.exp: New file.
2510
18125b16
TT
25112019-05-22 Tom Tromey <tromey@adacore.com>
2512
2513 * gdb.base/info-shared.exp (check_info_shared): Use "style".
2514 * gdb.base/style.exp: Use "style".
2515 * lib/gdb-utils.exp (style): New proc.
2516
af1a8d03
TV
25172019-05-22 Tom de Vries <tdevries@suse.de>
2518
2519 * gdb.base/align.exp: Require c++11.
2520
e7fe496b
TV
25212019-05-22 Tom de Vries <tdevries@suse.de>
2522
2523 PR testsuite/24586
2524 * gdb.python/py-mi-var-info-path-expression.exp: Call
2525 mi_skip_python_tests to check if python is supported.
2526
8fca4da0
AH
25272019-05-22 Alan Hayward <alan.hayward@arm.com>
2528
2529 * gdb.arch/aarch64-pauth.c: New test.
2530 * gdb.arch/aarch64-pauth.exp: New file.
2531
b7060614
AH
25322019-05-22 Alan Hayward <alan.hayward@arm.com>
2533
2534 * README (Re-running Tests Outside The Testsuite): New section.
2535
669d0468
TV
25362019-05-21 Tom de Vries <tdevries@suse.de>
2537
2538 * gdb.arch/amd64-eval.exp: Require c++11.
2539 * gdb.base/max-depth.exp: Same.
2540 * gdb.compile/compile-cplus-array-decay.exp: Same.
2541 * gdb.cp/meth-typedefs.exp: Same.
2542 * gdb.cp/subtypes.exp: Same.
2543 * gdb.cp/temargs.exp: Same.
2544
ce3ebcaa
AH
25452019-05-21 Alan Hayward <alan.hayward@arm.com>
2546
2547 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
2548
34d11c68
AB
25492019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
2550
2551 PR gdb/18644
2552 * gdb.fortran/complex.exp: Remove setup_kfail calls.
2553 * gdb.fortran/printing-types.exp: Add new test.
2554 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
2555 testing.
2556 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
2557 setup_kfail call.
2558
87781e84
AH
25592019-05-17 Alan Hayward <alan.hayward@arm.com>
2560
2561 * README (Running the Testsuite): Change example.
2562 (Testsuite Parameters): Remove TRANSCRIPT.
2563 * lib/gdb.exp: Remove TRANSCRIPT check.
2564
b420b89e
AH
25652019-05-17 Alan Hayward <alan.hayward@arm.com>
2566
2567 * README (Testsuite Parameters): Add replay logging to
2568 GDBSERVER_DEBUG.
2569 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
2570 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
2571 as a comma separated list.
2572 (gdb_debug_init): Override procedure.
2573
408e9b8b
AH
25742019-05-17 Alan Hayward <alan.hayward@arm.com>
2575
2576 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
2577 (gdb_write_cmd_file): New procedure.
2578 * lib/gdbserver-support.exp (gdbserver_start): Call
2579 gdbserver_write_cmd_file.
2580 (gdbserver_write_cmd_file): New procedure.
2581
f9e2e39d
AH
25822019-05-17 Alan Hayward <alan.hayward@arm.com>
2583
2584 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
2585 (delete_breakpoints): Likewise.
2586 (gdb_run_cmd): Likewise.
2587 (gdb_start_cmd): Likewise.
2588 (gdb_starti_cmd): Likewise.
2589 (gdb_internal_error_resync): Likewise.
2590 (gdb_test_multiple): Likewise.
2591 (gdb_reinitialize_dir): Likewise.
2592 (default_gdb_exit): Likewise.
2593 (gdb_file_cmd): Mark kill as optional.
2594 (default_gdb_start): Call gdb_stdin_log_init.
2595 (send_gdb): Call gdb_stdin_log_write.
2596 (rerun_to_main): Mark Y as an answer.
2597 (gdb_stdin_log_init): New function.
2598 (gdb_stdin_log_write): Likewise.
2599
81f47ac2
AH
26002019-05-17 Alan Hayward <alan.hayward@arm.com>
2601
2602 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
2603 * gdb.base/debug-expr.exp: Likewise.
2604 * gdb.base/foll-fork.exp: Likewise.
2605 * gdb.base/foll-vfork.exp: Likewise.
2606 * gdb.base/fork-print-inferior-events.exp: Likewise.
2607 * gdb.base/gdb-sigterm.exp: Likewise.
2608 * gdb.base/gdbinit-history.exp: Likewise.
2609 * gdb.base/osabi.exp: Likewise.
2610 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
2611 * gdb.base/ui-redirect.exp: Likewise.
2612 * gdb.gdb/unittest.exp: Likewise.
2613 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
2614 * gdb.mi/mi-watch.exp: Likewise.
2615 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2616 * gdb.mi/user-selected-context-sync.exp: Likewise.
2617 * gdb.python/python.exp: Disable debug test when debugging.
2618 * gdb.threads/check-libthread-db.exp: Disable when debugging.
2619 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
2620 Likewise.
2621 * gdb.threads/stepi-random-signal.exp: Likewise.
2622
29b52314
AH
26232019-05-17 Alan Hayward <alan.hayward@arm.com>
2624
2625 * Makefile.in: Pass through GDB_DEBUG.
2626 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
2627 (gdb,debug): Add board setting.
2628 * lib/gdb.exp (default_gdb_start): Start debugging.
2629 (gdb_debug_enabled): New procedure.
2630 (gdb_debug_init): Likewise.
29b52314
AH
2631
26322019-05-17 Alan Hayward <alan.hayward@arm.com>
e79be6e5 2633
29b52314
AH
2634 * Makefile.in: Pass through GDB_DEBUG.
2635 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
2636 (gdb,debug): Add board setting.
2637 * lib/gdb.exp (default_gdb_start): Start debugging.
2638 (gdb_debug_enabled): New procedure.
2639 (gdb_debug_init): Likewise.
29b52314 2640
ca1285d1
AH
26412019-05-17 Alan Hayward <alan.hayward@arm.com>
2642
2643 * gdb.base/ui-redirect.exp: Add debug redirect tests.
2644
f3a09c80
AH
26452019-05-17 Alan Hayward <alan.hayward@arm.com>
2646
2647 * gdb.base/ui-redirect.exp: Test redirection.
2648
26648588
JV
26492019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
2650
2651 * gdb.mi/mi-complete.exp: New file.
2652 * gdb.mi/mi-complete.cc: Likewise.
2653
14237686
AB
26542019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
2655
2656 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
2657 indexed and sliced arrays, and pointers to arrays.
2658
e7bd7fba
TT
26592019-05-14 Tom Tromey <tromey@adacore.com>
2660
2661 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
2662 styling test.
2663
2764128d
TV
26642019-05-14 Tom de Vries <tdevries@suse.de>
2665
2666 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
2667 selection entry encoding.
2668
71bed2db
TT
26692019-05-10 Tom Tromey <tromey@adacore.com>
2670
2671 * gdb.ada/info_exc.exp: Add "complete" test.
2672
63b667ad
TV
26732019-05-09 Tom de Vries <tdevries@suse.de>
2674
2675 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
2676 CU-relative.
2677
9cfd2b89
TV
26782019-05-09 Tom de Vries <tdevries@suse.de>
2679
2680 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
2681 CU-relative.
2682
2228ef77
XR
26832019-05-08 Joel Brobecker <brobecker@adacore.com>
2684
2685 * gdb.ada/frame_arg_lang.exp: New testcase.
2686 * gdb.ada/frame_arg_lang/bla.adb: New file.
2687 * gdb.ada/frame_arg_lang/pck.ads: New file.
2688 * gdb.ada/frame_arg_lang/pck.adb: New file.
2689 * gdb.ada/frame_arg_lang/foo.c: New file.
2690
80e55b13
TT
26912019-05-08 Tom Tromey <tromey@adacore.com>
2692
2693 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
2694
9d3421af
TT
26952019-05-08 Tom Tromey <tromey@adacore.com>
2696
2697 * gdb.base/ptype-offsets.exp: Update tests.
2698
844333e2
TT
26992019-05-08 Tom Tromey <tromey@adacore.com>
2700
2701 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
2702 cases.
2703 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
2704 "short".
2705
988915ee
TT
27062019-05-08 Tom Tromey <tromey@adacore.com>
2707
2708 * gdb.ada/vla.exp: New file.
2709 * gdb.ada/vla/vla.adb: New file.
2710
7bd55dac
TV
27112019-05-07 Tom de Vries <tdevries@suse.de>
2712
2713 * gdb.base/index-cache.exp (ls_host): Fix return statement.
2714
75f06e9d
TV
27152019-05-07 Tom de Vries <tdevries@suse.de>
2716
2717 PR testsuite/24522
2718 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
2719 section.
2720
77e7aaa4
TV
27212019-05-07 Tom de Vries <tdevries@suse.de>
2722
2723 PR testsuite/24522
2724 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
2725 .debug_aranges section.
2726
456ba0fa
TV
27272019-05-07 Tom de Vries <tdevries@suse.de>
2728
2729 PR testsuite/24159
2730 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
2731
5a56d6a6
TV
27322019-05-06 Tom de Vries <tdevries@suse.de>
2733
2734 * lib/gdb.exp (exec_has_index_section): New proc.
2735 * gdb.base/index-cache.exp: Handle case that binfile contains an index
2736 section.
2737
9d6d4be8
TV
27382019-05-04 Tom de Vries <tdevries@suse.de>
2739
2740 * boards/cc-with-debug-names.exp: New file.
2741
222a8d25
TT
27422019-05-03 Tom Tromey <tromey@adacore.com>
2743
2744 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
2745 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
2746 * gdb.ada/char_enum.exp: Add test.
2747
0fdfd794
TV
27482019-05-03 Tom de Vries <tdevries@suse.de>
2749
2750 * boards/cc-with-gdb-index.exp: New file.
2751
80062eb9
AB
27522019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
2753
2754 * gdb.rust/simple.exp: Add new test case.
2755 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
2756 (main): Initialise an instance of the new struct.
2757
4504bbde
TT
27582019-05-01 Tom Tromey <tromey@adacore.com>
2759
2760 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
2761 record.
2762 (NPR): New variable.
2763 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
2764 test.
2765
d48e62f4
TT
27662019-05-01 Tom Tromey <tromey@adacore.com>
2767
2768 * gdb.ada/packed_array_assign.exp: Add packed assignment
2769 regression test.
2770
f59f30f5
TV
27712019-05-01 Tom de Vries <tdevries@suse.de>
2772
2773 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
2774
b70bfc54
TV
27752019-05-01 Tom de Vries <tdevries@suse.de>
2776
2777 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
2778
15f18d14
AT
27792019-04-30 Ali Tamur <tamur@google.com>
2780
2781 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
2782
2ff0a947
TT
27832019-04-30 Tom Tromey <tromey@adacore.com>
2784
2785 * lib/ada.exp (find_ada_tool): New proc.
2786 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
2787 * gdb.ada/catch_ex_std.exp: New file.
2788 * gdb.ada/catch_ex_std/foo.adb: New file.
2789 * gdb.ada/catch_ex_std/some_package.adb: New file.
2790 * gdb.ada/catch_ex_std/some_package.ads: New file.
2791
a776957c
TT
27922019-04-30 Tom Tromey <tromey@adacore.com>
2793
2794 PR c++/24470:
2795 * gdb.cp/temargs.cc: Add test code from PR.
2796
bc68014d
AB
27972019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2798
2799 * gdb.fortran/vla-datatypes.exp: Update expected results.
2800 * gdb.fortran/vla-ptype.exp: Likewise.
2801 * gdb.fortran/vla-type.exp: Likewise.
2802 * gdb.fortran/vla-value.exp: Likewise.
2803
f1fdc960
AB
28042019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2805
2806 * gdb.fortran/ptr-indentation.exp: Update expected results.
2807 * gdb.fortran/ptype-on-functions.exp: Likewise.
2808 * gdb.fortran/vla-ptr-info.exp: Likewise.
2809 * gdb.fortran/vla-value.exp: Likewise.
2810
bf7a4de1
AB
28112019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2812
2813 * gdb.fortran/ptype-on-functions.exp: New file.
2814 * gdb.fortran/ptype-on-functions.f90: New file.
2815
bbe75b9d
AB
28162019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2817
2818 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
2819 case void string.
2820
1db455a7
AB
28212019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2822
2823 * gdb.fortran/complex.exp: Expand.
2824 * gdb.fortran/complex.f: Renamed to...
2825 * gdb.fortran/complex.f90: ...this, and extended to add more
2826 complex values.
2827
b6d03bb2
AB
28282019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2829
2830 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
2831 MODULO, CMPLX.
2832
2e62ab40
AB
28332019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
2834 Richard Bunt <richard.bunt@arm.com>
2835
2836 * gdb.base/max-depth.c: New file.
2837 * gdb.base/max-depth.exp: New file.
2838 * gdb.python/py-nested-maps.c: New file.
2839 * gdb.python/py-nested-maps.exp: New file.
2840 * gdb.python/py-nested-maps.py: New file.
2841 * gdb.python/py-format-string.exp (test_max_depth): New proc.
2842 (test_all_common): Call test_max_depth.
2843 * gdb.fortran/max-depth.exp: New file.
2844 * gdb.fortran/max-depth.f90: New file.
2845 * gdb.go/max-depth.exp: New file.
2846 * gdb.go/max-depth.go: New file.
2847 * gdb.modula2/max-depth.exp: New file.
2848 * gdb.modula2/max-depth.c: New file.
2849 * lib/gdb.exp (get_print_expr_at_depths): New proc.
2850
d2b584a5
TV
28512019-04-29 Tom de Vries <tdevries@suse.de>
2852
2853 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
2854
136afab8
PW
28552019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2856
2857 * gdb.base/callexit.exp: Test may-call-functions off.
2858
725cbb63
KS
28592019-04-25 Keith Seitz <keiths@redhat.com>
2860
2861 PR c++/24367
2862 * gdb.cp/meth-typedefs.cc (incomplete_struct)
2863 (another_incomplete_struct, test_incomplete): New definitions.
2864 (main): Use new definitions.
2865 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
2866 functions.
2867
701adfb0
PA
28682019-04-25 Ali Tamur <tamur@google.com>
2869
2870 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
2871
82433e3e
SDJ
28722019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
2873
2874 PR corefiles/11608
2875 PR corefiles/18187
2876 * gdb.base/coredump-filter-build-id.exp: New file.
2877
dd06d4d6
AH
28782019-04-25 Alan Hayward <alan.hayward@arm.com>
2879
e79be6e5
SM
2880 * Makefile.in: Pass through GDBSERVER_DEBUG.
2881 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
2882 (gdbserver,debug): Add board setting.
2883 * gdb.trace/tspeed.exp: Skip when debugging.
2884 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
2885 * lib/gdbserver-support.exp: Likewise
dd06d4d6 2886
1670072e
TT
28872019-04-24 Tom Tromey <tromey@adacore.com>
2888
2889 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
2890 Rust.
2891
a59240a4
TT
28922019-04-24 Tom Tromey <tromey@adacore.com>
2893
2894 * gdb.arch/amd64-eval.exp: Test bitfield return.
2895 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
2896 (class Foo) <return_bitfields>: New method.
2897 (main): Call it.
2898
b907456c
AB
28992019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
2900
2901 * gdb.cp/many-args.cc: New file.
2902 * gdb.cp/many-args.exp: New file.
2903
5c565afd
TV
29042019-04-23 Tom de Vries <tdevries@suse.de>
2905
2906 PR gdb/24433
2907 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
2908
ba22ff86
AH
29092019-04-23 Alan Hayward <alan.hayward@arm.com>
2910
2911 * gdb.trace/backtrace.exp: Use nopie flag.
2912 * gdb.trace/circ.exp: Likewise.
2913 * gdb.trace/collection.exp: Likewise.
2914 * gdb.trace/ftrace.exp: Likewise.
2915 * gdb.trace/mi-trace-unavailable.exp: Likewise.
2916 * gdb.trace/mi-traceframe-changed.exp: Likewise.
2917 * gdb.trace/qtro.exp: Likewise.
2918 * gdb.trace/read-memory.exp: Likewise.
2919 * gdb.trace/report.exp: Likewise.
2920 * gdb.trace/tfile.exp: Likewise.
2921 * gdb.trace/tfind.exp: Likewise.
2922 * gdb.trace/unavailable.exp: Likewise.
2923
7905fc35
PA
29242019-04-22 Pedro Alves <palves@redhat.com>
2925
2926 * gdb.base/solib-probes-nosharedlibrary.c,
2927 gdb.base/solib-probes-nosharedlibrary.exp: New files.
2928
8ecb59f8
TT
29292019-04-19 Tom Tromey <tromey@adacore.com>
2930
2931 * gdb.ada/ptype_union.c: New file.
2932 * gdb.ada/ptype_union.exp: New file.
2933
62160ec9
TT
29342019-04-19 Tom Tromey <tromey@adacore.com>
2935
2936 PR symtab/24423:
2937 * gdb.base/list0.h (foo): Add a control-l character.
2938
36cd4ba5
TV
29392019-04-18 Tom de Vries <tdevries@suse.de>
2940
2941 PR gdb/24433
2942 * boards/local-board.exp: Set sysroot to "".
2943
b73715df
TV
29442019-04-18 Tom de Vries <tdevries@suse.de>
2945 Pedro Alves <palves@redhat.com>
2946
2947 PR gdb/24454
2948 * gdb.threads/vfork-follow-child-exec.c: New file.
2949 * gdb.threads/vfork-follow-child-exec.exp: New file.
2950 * gdb.threads/vfork-follow-child-exit.c: New file.
2951 * gdb.threads/vfork-follow-child-exit.exp: New file.
2952
4aa866af
LS
29532019-04-15 Leszek Swirski <leszeks@google.com>
2954
2955 * gdb.arch/amd64-eval.cc: New file.
2956 * gdb.arch/amd64-eval.exp: New file.
2957
e5a1a79a
AH
29582019-04-11 Alan Hayward <alan.hayward@arm.com>
2959
2960 * gdb.server/sysroot.c: New test.
2961 * gdb.server/sysroot.exp: New file.
2962 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
2963 matching param.
2964
41077b66
AB
29652019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
2966
2967 * gdb.base/align.exp: Extend test to cover structures containing
2968 only static fields.
2969
c30391f8
TV
29702019-04-11 Tom de Vries <tdevries@suse.de>
2971
2972 * boards/cc-with-dwz-m.exp: New file.
2973 * boards/cc-with-dwz.exp: New file.
2974 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
2975
e242fd12
SM
29762019-04-09 Simon Marchi <simon.marchi@efficios.com>
2977
2978 * gdb.base/start-cpp.exp: New file.
2979 * gdb.base/start-cpp.cc: New file.
2980
2b0c8b01
KB
29812019-04-08 Kevin Buettner <kevinb@redhat.com>
2982
2983 * gdb.python/py-thrhandle.exp: Adjust tests to call
2984 thread_from_handle instead of thread_from_thread_handle.
2985
947210e5
KB
29862019-04-08 Kevin Buettner <kevinb@redhat.com>
2987
2988 * gdb.python/py-thrhandle.exp: Add tests for
2989 gdb.InferiorThread.handle.
2990
d7df6549
AB
29912019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2992
2993 * gdb.python/py-function.exp: Check calling helper function from
2994 all languages.
2995 * lib/gdb.exp (gdb_supported_languages): New proc.
2996
8bdc1658
AB
29972019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2998
2999 * gdb.base/complex-parts.c: New file.
3000 * gdb.base/complex-parts.exp: New file.
3001
05caa1d2
TT
30022019-04-01 Tom Tromey <tromey@adacore.com>
3003
3004 PR symtab/23331:
3005 * gdb.dwarf2/dw2-ranges-main.c: New file.
3006 * gdb.dwarf2/dw2-ranges-psym.c: New file.
3007 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
3008
7734102d
EZ
30092019-03-30 Simon Marchi <simark@simark.ca>
3010
3011 * gdb.base/default.exp: Add values for $_gdb_major and
3012 $_gdb_minor.
3013
188e1fa9
TT
30142019-03-29 Tom Tromey <tromey@adacore.com>
3015
3016 * gdb.base/help.exp: Tighten apropos regexp.
3017
2880242d
KS
30182019-03-29 Keith Seitz <keiths@redhat.com>
3019
3020 * gdb.fortran/array-bounds.exp: New file.
3021 * gdb.fortran/array-bounds.f90: New file.
3022
077cad8e
PW
30232019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3024
3025 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
3026
80047cfc
PW
30272019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3028
3029 * gdb.multi/hello.c (main): Increase alarm timer.
3030
f489207e
SL
30312019-03-28 Sandra Loosemore <sandra@codesourcery.com>
3032
3033 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
3034 factor when no hardware watchpoint support.
3035
c92df149
AH
30362019-03-28 Alan Hayward <alan.hayward@arm.com>
3037 Pedro Alves <palves@redhat.com>
3038
3039 * boards/local-board.exp: set sysroot to /.
3040
933aebfa
AH
30412019-03-27 Alan Hayward <alan.hayward@arm.com>
3042
3043 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
3044 in child.
3045
9f9aa852
AB
30462019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3047
3048 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
3049 field.
3050 (make_container): Initialise new field.
3051 * gdb.python/py-prettyprint.exp: Add new tests.
3052 * gdb.python/py-prettyprint.py (class ContainerPrinter)
3053 <display_hint>: New method.
3054
3714a195
AB
30552019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3056
3057 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
3058 gdb_continue_to_breakpoint more throughout this test.
3059 (run_lang_tests) Supply unique test names, and use
3060 gdb_test_no_output.
3061
18c77628
AB
30622019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3063
3064 * gdb.base/finish-pretty.exp: Update expected results.
3065 * gdb.base/pretty-print.c: New file.
3066 * gdb.base/pretty-print.exp: New file.
3067
9a93502f
PA
30682019-03-25 Pedro Alves <palves@redhat.com>
3069
3070 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
3071 move comments outside list. Append '-i "" eof' section.
3072
968aa7ae
AH
30732019-03-22 Alan Hayward <alan.hayward@arm.com>
3074
34a7f2a4 3075 PR testsuite/25016
968aa7ae
AH
3076 * README: Add pie options.
3077 * gdb.base/break-interp.exp: Ensure pie is disabled.
3078 * gdb.base/dump.exp: Likewise.
3079 * lib/gdb.exp (gdb_compile): Add pie option.
3080
4c7d57e7
TT
30812019-03-19 Tom Tromey <tromey@adacore.com>
3082
3083 * gdb.mi/mi2-cli-display.c: New file.
3084 * gdb.mi/mi2-cli-display.exp: New file.
3085
bff8c71f
TT
30862019-03-18 Joel Brobecker <brobecker@adacore.com>
3087 Tom Tromey <tromey@adacore.com>
3088
3089 * gdb.ada/ptype_array/pck.adb: New file.
3090 * gdb.ada/ptype_array/pck.ads: New file.
3091 * gdb.ada/ptype_array/foo.adb: New file.
3092 * gdb.ada/ptype_array.exp: New file.
3093
d085f989
TT
30942019-03-14 Tom Tromey <tromey@adacore.com>
3095
3096 * gdb.base/style.exp: Add "set style sources" test.
3097
b4be1b06
SM
30982019-03-13 Simon Marchi <simon.marchi@ericsson.com>
3099
3100 * mi-breakpoint-location-ena-dis.exp: Rename to ...
3101 * mi-breakpoint-multiple-locations.exp: ... this.
3102 (make_breakpoints_pattern): New proc.
3103 (do_test): Add mi_version parameter, test -break-insert,
3104 -break-info and =breakpoint-created.
3105
7cde5fc2
AB
31062019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
3107
3108 * config/default.exp: Remove 'load_lib gdb.exp'.
3109 * config/monitor.exp: Likewise.
3110 * config/sid.exp: Likewise.
3111 * config/sim.exp: Likewise.
3112 * config/slite.exp: Likewise.
3113 * config/unix.exp: Likewise.
3114 * gdb.base/default.exp: Remove unhelpful comment.
3115
efbecbc1
AB
31162019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3117
3118 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
3119
0841c79a
AB
31202019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3121
3122 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
3123
4a270568
AB
31242019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3125
3126 * gdb.fortran/type-kinds.exp: Update expected results.
3127
067630bd
AB
31282019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3129
3130 * gdb.fortran/type-kinds.exp: Test new integer type kind.
3131
3be47f7a
AB
31322019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3133
3134 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
3135 function.
3136 (test_basic_parsing_of_type_kinds): Expand types tested.
3137 (test_parsing_invalid_type_kinds): New function.
3138
4d00f5d8
AB
31392019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3140
3141 * gdb.fortran/intrinsics.exp: New file.
3142 * gdb.fortran/intrinsics.f90: New file.
3143 * gdb.fortran/type-kinds.exp: New file.
3144
c8f91604
AB
31452019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3146
3147 * gdb.fortran/dot-ops.exp: New file.
3148
dd9f2c76
AB
31492019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3150
3151 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
3152 Check upper and lower case logical literals.
3153
84ec9724
AB
31542019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3155
3156 * gdb.fortran/types.exp (test_float_literal_types_accepted):
3157 Remove duplicate tests.
3158
c3734e09
AH
31592019-03-06 Alan Hayward <alan.hayward@arm.com>
3160
3161 * lib/gdb.exp (builtin_cd): rename of cd.
3162 (cd): Override builtin.
3163
aa3cfbda
RB
31642019-03-06 Richard Bunt <richard.bunt@arm.com>
3165
3166 * gdb.fortran/function-calls.exp: New file.
3167 * gdb.fortran/function-calls.f90: New test.
3168
7b63ad86
RB
31692019-03-04 Richard Bunt <richard.bunt@arm.com>
3170
3171 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
3172 on user program standard output.
3173 * gdb.fortran/short-circuit-argument-list.f90: Record function
3174 calls.
3175
01abb042
AH
31762019-02-28 Alan Hayward <alan.hayward@arm.com>
3177
c3734e09
AH
3178 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
3179 failure.
01abb042 3180
92137da0
RO
31812019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3182
3183 PR gdb/8527
3184 * gdb.base/interrupt-daemon-attach.c,
3185 gdb.base/interrupt-daemon-attach.exp: New test.
3186
5862844d
PA
31872019-02-27 Pedro Alves <palves@redhat.com>
3188
3189 * gdb.base/page.exp: Add tests for "set width/height -1".
3190
8ed25214
PA
31912019-02-27 Pedro Alves <palves@redhat.com>
3192
3193 * gdb.base/page.exp: Add tests for "set/show width/height" with
3194 "infinite" values.
3195
6c28e44a
TT
31962019-02-27 Tom Tromey <tromey@adacore.com>
3197
3198 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
3199 2.4.
3200 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
3201 workaround.
3202
bf9a735e
AB
32032019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
3204
3205 * gdb.base/align.exp: Extend to compile in both C and C++, and add
3206 tests for structs with static members.
3207
8791793c
TT
32082019-02-26 Tom Tromey <tromey@adacore.com>
3209
3210 * gdb.python/py-value.exp (test_value_from_buffer): Check for
3211 ValueError, not TypeError.
3212
bc2a507e
KB
32132019-02-26 Kevin Buettner <kevinb@redhat.com>
3214
3215 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
3216 call from main program.
3217
e0e7d3bd
JB
32182019-02-23 Joel Brobecker <brobecker@adacore.com>
3219
3220 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
3221 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
3222 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
3223 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
3224 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
3225
9600246d
KS
32262019-02-22 Keith Seitz <keiths@redhat.com>
3227
3228 PR symtab/23853
3229 * gdb.base/symlink-sourcefile.c: New file.
3230 * gdb.base/symlink-sourcefile.exp: New file.
3231
0c95f9ed
TT
32322019-02-20 Tom Tromey <tom@tromey.com>
3233
3234 * gdb.base/info_qt.exp: Update.
3235
6caa91b6
SM
32362019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
3237
3238 * gdb.base/source.exp: Move "error in sourced script" code to
3239 the end.
3240 * gdb.base/source-error.gdb: Move contents to
3241 source-error-1.gdb. Add new code to source source-error-1.gdb.
3242 * gdb.base/source-error-1.gdb: New file, from previous
3243 source-error.gdb.
3244
6506371f
TT
32452019-02-17 Tom Tromey <tom@tromey.com>
3246
3247 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
3248 for macro styling.
3249 * gdb.base/style.c (SOME_MACRO): New macro.
3250
a0087920
TT
32512019-02-17 Tom Tromey <tom@tromey.com>
3252
3253 * gdb.base/style.exp: Add line-wrapping tests.
3254 * gdb.base/page.exp: Add test for quitting during pagination.
3255
a2cd4f14
JB
32562019-02-17 Joel Brobecker <brobecker@adacore.com>
3257
3258 * gdb.ada/big_packed_array: New testcase.
3259 * gdb.ada/homonym.exp: Fix incorrect expected output for
3260 "break <homonym__get_value>" test.
3261
9d70ffbc
WP
32622019-02-13 Weimin Pan <weimin.pan@oracle.com>
3263
3264 PR breakpoints/21870
3265 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
3266 and prepare_for_testing. Add comment.
3267 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
3268 redundant cleanup call. Clean up comment.
3269
01c7ae81
WP
32702019-02-12 Weimin Pan <weimin.pan@oracle.com>
3271
3272 PR breakpoints/21870
3273 * gdb.arch/aarch64-dbreg-contents.exp: New file.
3274 * gdb.arch/aarch64-dbreg-contents.c: New file.
3275
aff29d1c
JB
32762019-02-10 Joel Brobecker <brobecker@adacore.com>
3277
3278 * gdb.ada/mi_ref_changeable: New testcase.
3279
df0da8a2
AH
32802019-02-07 Alan Hayward <alan.hayward@arm.com>
3281
3282 * gdb.base/attach.exp: Add double attach test.
3283
bd447abb
SM
32842019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
3285
3286 * lib/gdb.exp (default_gdb_start): Don't match pagination
3287 prompt.
3288 (gdb_init): Set stty_init.
3289
1dbc40b9
TT
32902019-01-27 Tom Tromey <tom@tromey.com>
3291
3292 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
3293 skip_python_tests.
3294
353229bf
AH
32952019-01-24 Alan Hayward <alan.hayward@arm.com>
3296
3297 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
3298 New structure.
3299 (struct struct_static_02_02): Likewise.
3300 (struct struct_static_02_03): Likewise.
3301 (struct struct_static_02_04): Likewise.
3302 (struct struct_static_04_01): Likewise.
3303 (struct struct_static_04_02): Likewise.
3304 (struct struct_static_04_03): Likewise.
3305 (struct struct_static_04_04): Likewise.
3306 (struct struct_static_06_01): Likewise.
3307 (struct struct_static_06_02): Likewise.
3308 (struct struct_static_06_03): Likewise.
3309 (struct struct_static_06_04): Likewise.
3310 (cmp_struct_static_02_01): Likewise.
3311 (cmp_struct_static_02_02): Likewise.
3312 (cmp_struct_static_02_03): Likewise.
3313 (cmp_struct_static_02_04): Likewise.
3314 (cmp_struct_static_04_01): Likewise.
3315 (cmp_struct_static_04_02): Likewise.
3316 (cmp_struct_static_04_03): Likewise.
3317 (cmp_struct_static_04_04): Likewise.
3318 (cmp_struct_static_06_01): Likewise.
3319 (cmp_struct_static_06_02): Likewise.
3320 (cmp_struct_static_06_03): Likewise.
3321 (cmp_struct_static_06_04): Likewise.
3322 (call_all): Test new structs.
3323 * gdb.base/infcall-nested-structs.exp: Likewise.
3324
73021deb
AH
33252019-01-21 Alan Hayward <alan.hayward@arm.com>
3326 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
3327
fc65c7db
AH
33282019-01-21 Alan Hayward <alan.hayward@arm.com>
3329 * gdb.base/stack-protector.c: New test.
3330 * gdb.base/stack-protector.exp: New file.
3331 * gdb.cp/ovldbreak.exp: Only allow a single break line.
3332 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
3333 option.
3334 (gdb_compile): Remove stack protector for GCC and prevent
3335 recursion.
3336
c24bdb02
KS
33372019-01-16 Keith Seitz <keiths@redhat.com>
3338
3339 PR gdb/23773
3340 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
3341
6f072a10
PFC
33422019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3343
3344 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
3345 aliases.
3346 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
3347 tests.
3348 * gdb.arch/powerpc-vector-regs.c: New file.
3349 * gdb.arch/powerpc-vector-regs.exp: New file.
3350
a7b8d682
PFC
33512019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3352
3353 * gdb.arch/altivec-regs.exp: Fix the list passed to
3354 gdb_expect_list when testing "info vector".
3355
6eb6fb67
AB
33562019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
3357
3358 * gdb.base/style.exp: Don't include path in testname.
3359
b56f80d8
KS
33602019-01-10 Keith Seitz <keiths@redhat.com>
3361
3362 PR gdb/23712
3363 PR symtab/23010
3364 * gdb.dwarf2/multidictionary.exp: New file.
3365
041be526
SM
33662019-01-09 Simon Marchi <simon.marchi@ericsson.com>
3367
3368 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
3369 (test_gnuv3_style_demangling): ... this.
3370 (test_lucid_style_demangling): Remove.
3371 (test_arm_style_demangling): Remove.
3372 (test_hp_style_demangling): Remove.
3373 (do_tests): Remove calls to the above.
3374
d820d0c3
AB
33752019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3376
3377 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
3378 case.
3379
f097f5ad
TT
33802019-01-06 Tom Tromey <tom@tromey.com>
3381
3382 PR gdb/28155:
3383 * gdb.dwarf2/typedef-void-finish.exp: New file.
3384
2cd8cc0b
TT
33852018-12-28 Tom Tromey <tom@tromey.com>
3386 Simon Marchi <simark@simark.ca>
3387
3388 * gdb.base/jit-exec.exp: New file.
3389 * gdb.base/jit-exec.c: New file.
3390 * gdb.base/jit-execd.c: New file.
3391
35fb8261
TT
33922018-12-28 Tom Tromey <tom@tromey.com>
3393
3394 * gdb.base/style.exp: Update test to check for address styling.
3395
47fd17cd
TT
33962018-12-28 Tom Tromey <tom@tromey.com>
3397
3398 * gdb.base/style.exp: Add test for styling of "Reading symbols"
3399 message.
3400
d47032b7
TT
34012018-12-28 Tom Tromey <tom@tromey.com>
3402
3403 * gdb.base/style.exp: Add test for version number styling.
3404
af79b68d
TT
34052018-12-28 Tom Tromey <tom@tromey.com>
3406
3407 * gdb.base/style.exp: Add test for print_address_symbolic.
3408
0bb296cb
TT
34092018-12-28 Tom Tromey <tom@tromey.com>
3410
3411 * gdb.base/style.exp: Add test for breakpoint setting.
3412
80ae2043
TT
34132018-12-28 Tom Tromey <tom@tromey.com>
3414
3415 * gdb.base/style.exp: Add test for variable names.
3416
cbe56571
TT
34172018-12-28 Tom Tromey <tom@tromey.com>
3418
3419 * gdb.base/style.exp: New file.
3420 * gdb.base/style.c: New file.
3421
9162a27c
TT
34222018-12-28 Tom Tromey <tom@tromey.com>
3423
3424 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
3425 "dumb".
3426 * gdb.base/readline.exp (operate_and_get_next): Save and restore
3427 the TERM environment variable.
3428
bc543c90
TT
34292018-12-27 Tom Tromey <tom@tromey.com>
3430
3431 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
3432 pagination test.
3433
6f0ffe50
AB
34342018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
3435
3436 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
3437 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
3438
b5a1e557
PW
34392018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3440
3441 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
3442 Filename a.adb changed to bp_fun_addr.adb.
3443 gdb.ada/bp_fun_addr.exp: Update test accordingly.
3444
6e8b1ab2
JV
34452018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
3446
3447 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
3448 non-PIE executables.
3449 * README: Mention the gdb,nopie_flag board setting.
3450 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
3451 non-PIE executable.
3452 * gdb.arch/amd64-entry-value.exp: Likewise.
3453 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
3454 * gdb.arch/i386-float.exp: Likewise.
3455 * gdb.arch/i386-signal.exp: Likewise.
3456 * gdb.mi/mi-reg-undefined.exp: Likewise.
3457
d00a27c5
PM
34582018-12-21 Paul Marechal <paul.marechal@ericsson.com>
3459
3460 PR gdb/23974
3461 * gdb.base/info-os.exp: Check return for unknown "info os" type.
3462
161d081c
PW
34632018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3464
3465 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
3466 Update order of results accordingly.
3467
b001de23
AB
34682018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
3469
3470 * gdb.base/annota1.exp: Update a test regexp.
3471
99e1a184
AB
34722018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
3473
3474 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
3475
7a81c1e2
PW
34762018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3477
3478 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
3479 (reuse_time): Initialize to REUSE_TIME_CAP.
3480 (check_rc): New function.
3481 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
3482 Check pthread_create rc.
3483 (spawner_thread_func): Check pthread_create and pthread_join rc.
3484
73e8dc90
PA
34852018-12-08 Pedro Alves <palves@redhat.com>
3486
3487 * gdb.base/list.exp (test_forward_search): Rename to ...
3488 (test_forward_reverse_search): ... this. Also test reverse-search
3489 and the forward-search alias.
3490
13f2ed32
AB
34912018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
3492
3493 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
3494 local timeout variable before return, and remove all local timeout
3495 variable entirely.
3496 (gdb_load): Likewise.
3497
64d27cfc
TV
34982018-12-01 Tom de Vries <tdevries@suse.de>
3499
3500 * gdb.base/gdb-caching-proc.exp: New file.
3501
f63c03b4
SDJ
35022018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
3503
3504 * Makefile.in (TIMESTAMP): New variable.
3505 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
3506 command.
3507 (check-single-racy): Likewise.
3508 (check/%.exp): Likewise.
3509 (check-racy/%.exp): Likewise.
3510 (workers/%.worker): Likewise.
3511 (build-perf): Likewise.
3512 (check-perf): Likewise.
3513 * README: Describe new "TS" and "TS_FORMAT" variables.
3514 * print-ts.py: New file.
3515
1c97054b
BF
35162018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
3517
3518 PR python/23714
3519 * gdb.python/python.exp: Test command repetition after
3520 gdb.execute.
3521
1871a62d
AB
35222018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
3523
3524 * gdb.opt/inline-break.exp: Add test that info breakpoint output
3525 is correctly aligned.
3526
fb5e1ed9
PW
35272018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3528
3529 * gdb.ada/info_auto_lang.exp: New testcase.
3530 * gdb.ada/info_auto_lang/global_pack.ads: New file.
3531 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
3532 * gdb.ada/info_auto_lang/some_c.c: New file.
3533
43d397ca
PW
35342018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3535
3536 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
3537 FUNC_lang language syntax.
3538
beddd671
PW
35392018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3540
3541 * gdb.base/info_minsym.c: New file.
3542 * gdb.base/info_minsym.exp: New file.
3543
73fc52c4
TT
35442018-11-19 Tom Tromey <tom@tromey.com>
3545
3546 PR rust/23625:
3547 * gdb.rust/simple.exp: Add ptype test. Update expected output.
3548 * gdb.rust/expr.exp: Update expected output. Change one test.
3549
994b876a
TT
35502018-11-19 Tom Tromey <tom@tromey.com>
3551
3552 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
3553
6769f276
PA
35542018-11-19 Pedro Alves <palves@redhat.com>
3555
3556 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
3557 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
3558 see the expected warning.
3559
38a72da0
AH
35602018-11-16 Alan Hayward <alan.hayward@arm.com>
3561
3562 PR gdb/22736:
3563 * gdb.cp/infcall-nodebug-lib.c: New test.
3564 * gdb.cp/infcall-nodebug-main.c: New test.
3565 * gdb.cp/infcall-nodebug.exp: New file.
3566
53a89d6e
SM
35672018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
3568
3569 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
3570 completer tests.
3571
9325300d
TV
35722018-11-09 Tom de Vries <tdevries@suse.de>
3573
3574 * gdb.base/msym-lang.c: New test.
3575 * gdb.base/msym-lang.exp: New file.
3576 * gdb.base/msym-lang-main.c: New test.
3577
20f0d60d
TT
35782018-11-08 Tom Tromey <tom@tromey.com>
3579
3580 PR gdb/23555:
3581 PR gdb/23838:
3582 * gdb.base/warning.exp: New file.
3583
b5420128
JB
35842018-11-08 Jan Beulich <jbeulich@suse.com>
3585
3586 * testsuite/gdb.arch/i386-avx512.c,
3587 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
3588
cd115d61
AB
35892018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
3590
3591 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
3592 point hardware.
3593
35ee2dc2
AB
35942018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
3595
3596 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
3597 * gdb.dwarf2/missing-type-name.exp: New file.
3598
31aceee8
TV
35992018-11-06 Tom de Vries <tdevries@suse.de>
3600
3601 * gdb.base/many-headers.c: New test.
3602 * gdb.base/many-headers.exp: New file.
3603
109be305
JW
36042018-11-06 Jim Wilson <jimw@sifive.com>
3605
3606 * gdb.base/code_elim.exp: For riscv, set additional_flags
3607 to include -msmall-data-limit=0.
3608
e2b7af72
JB
36092018-11-01 Joel Brobecker <brobecker@adacore.com>
3610
3611 * gdb.ada/watch_minus_l: New testcase.
3612
cdcda965
SM
36132018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
3614
3615 * gdb.arch/aix-sighandle.c: New file.
3616 * gdb.arch/aix-sighandle.exp: New file.
3617
92dcebf3
AB
36182018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3619
3620 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
3621 registers being unions.
3622
68b9ac18
TV
36232018-10-31 Tom de Vries <tdevries@suse.de>
3624
3625 * lib/valgrind.exp: New file.
3626 (vgdb_start, vgdb_stop): New procs, factored out of ...
3627 * gdb.base/valgrind-bt.exp: ... here, ...
3628 * gdb.base/valgrind-disp-step.exp: ... here and ...
3629 * gdb.base/valgrind-infcall.exp: ... here.
3630
1443936e
TV
36312018-10-31 Tom de Vries <tdevries@suse.de>
3632
3633 * lib/gdb.exp (get_valueof): Don't output read value in test name.
3634
eb77c9df
AB
36352018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3636
3637 * gdb.dwarf2/void-type.c: New file.
3638 * gdb.dwarf2/void-type.exp: New file.
3639
82b5e646
PW
36402018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3641
3642 * gdb.base/info_qt.c: New file.
3643 * gdb.base/info_qt.exp: New file.
3644
8d619c01
EBM
36452018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3646
3647 * gdb.arch/powerpc-htm-regs.c: New file.
3648 * gdb.arch/powerpc-htm-regs.exp: New file.
3649
f2cf6173
EBM
36502018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3651
3652 * gdb.arch/powerpc-tar.c: New file.
3653 * gdb.arch/powerpc-tar.exp: New file.
3654
7ca18ed6
EBM
36552018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3656
3657 * gdb.arch/powerpc-ppr-dscr.c: New file.
3658 * gdb.arch/powerpc-ppr-dscr.exp: New file.
3659
bfcc0eba
TV
36602018-10-25 Tom de Vries <tdevries@suse.de>
3661
3662 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
3663
fe1a5cad
TV
36642018-10-24 Tom de Vries <tdevries@suse.de>
3665
3666 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
3667 longer exists error.
3668
a76dc3b7
TV
36692018-10-24 Tom de Vries <tdevries@suse.de>
3670
3671 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
3672
4df46df7
TV
36732018-10-24 Tom de Vries <tdevries@suse.de>
3674
3675 * gdb.base/valgrind-db-attach.exp: Handle removed support for
3676 --db-attach in valgrind.
3677
0dbfcfff
AB
36782018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
3679
3680 * gdb.arch/riscv-reg-aliases.c: New file.
3681 * gdb.arch/riscv-reg-aliases.exp: New file.
3682
b04480b1
AH
36832018-10-19 Alan Hayward <alan.hayward@arm.com>
3684
3685 * gdb.python/py-cmd.exp: Check for gdb_prompt.
3686
2c6ac8d7
AH
36872018-10-19 Alan Hayward <alan.hayward@arm.com>
3688
3689 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
3690
2bc69f25
AH
36912018-10-19 Alan Hayward <alan.hayward@arm.com>
3692
3693 * gdb.cp/ovldbreak.exp: Fix regexps.
3694
1f1ae3a3
AH
36952018-10-19 Alan Hayward <alan.hayward@arm.com>
3696
3697 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
3698
94c18618
SDJ
36992018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
3700
3701 PR cli/23785
3702 * gdb.base/restore.exp: New test to check if "restore" with an
3703 invalid file doesn't segfault.
3704
812cd6eb
TV
37052018-10-18 Tom de Vries <tdevries@suse.de>
3706
3707 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
3708 * gdb.ada/excep_handle.exp: Same.
3709 * gdb.ada/mi_string_access.exp: Same.
3710 * gdb.ada/mi_var_union.exp: Same.
3711 * gdb.arch/arc-analyze-prologue.exp: Same.
3712 * gdb.arch/arc-decode-insn.exp: Same.
3713 * gdb.base/readnever.exp: Same.
3714 * gdb.fortran/printing-types.exp: Same.
3715 * gdb.guile/scm-lazy-string.exp: Same.
3716
c4b90788
TV
37172018-10-16 Tom de Vries <tdevries@suse.de>
3718
3719 PR gdb/23730
3720 * gdb.base/catch-follow-exec.c: Add copyright notice.
3721 * gdb.base/catch-follow-exec.exp: Rewrite to use
3722 gdb_spawn_with_cmdline_opts. Require gdb-native.
3723
8bca2978
SL
37242018-10-12 Sandra Loosemore <sandra@codesourcery.com>
3725
3726 * gdb.trace/actions-changed.exp: Check for arch support.
3727 * gdb.trace/actions.exp: Likewise.
3728 * gdb.trace/ax.exp: Likewise.
3729 * gdb.trace/backtrace.exp: Likewise.
3730 * gdb.trace/change-loc.exp: Likewise.
3731 * gdb.trace/deltrace.exp: Likewise.
3732 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
3733 * gdb.trace/ftrace.exp: Likewise.
3734 * gdb.trace/infotrace.exp: Check for arch support.
3735 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
3736 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
3737 * gdb.trace/mi-tsv-changed.exp: Likewise.
3738 * gdb.trace/packetlen.exp: Likewise.
3739 * gdb.trace/passc-dyn.exp: Likewise.
3740 * gdb.trace/passcount.exp: Likewise.
3741 * gdb.trace/pending.exp: Likewise.
3742 * gdb.trace/range-stepping.exp: Check for shlib support.
3743 * gdb.trace/report.exp: Check for arch support.
3744 * gdb.trace/save-trace.exp: Likewise.
3745 * gdb.trace/signal.exp: Check for signal support.
3746 * gdb.trace/tfind.exp: Check for arch support.
3747 * gdb.trace/trace-break.exp: Check for arch and shlib support.
3748 * gdb.trace/trace-common.h: Add comment.
3749 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
3750 * gdb.trace/trace-enable-disable.exp: Likewise.
3751 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
3752 * gdb.trace/tracecmd.exp: Check for arch support.
3753 * gdb.trace/tspeed.exp: Check for shlib and target support.
3754 * gdb.trace/tstatus.exp: Check for arch support.
3755 * gdb.trace/tsv.exp: Likewise.
3756 * gdb.trace/while-dyn.exp: Likewise.
3757 * gdb.trace/while-stepping.exp: Likewise.
3758 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
3759
f9c49bff
SM
37602018-10-12 Simon Marchi <simon.marchi@ericsson.com>
3761
3762 * gdb.trace/tspeed.exp: Remove nowarnings.
3763 (prepare_for_trace_test): Declare "global ipalib".
3764 * gdb.trace/tspeed.c: Include unistd.h.
3765 (main): Remove superfluous printf argument.
3766
d4330bde
SL
37672018-10-11 Sandra Loosemore <sandra@codesourcery.com>
3768
3769 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
3770 directory prefix on the filename.
3771
8ecfd7bd
SDJ
37722018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
3773
3774 * gdb.gdb/unittest.exp: Update expected message informing that
3775 selftests have been disabled.
3776 * gdb.server/unittest.exp: Likewise.
3777
58bbcd02
TV
37782018-10-09 Tom de Vries <tdevries@suse.de>
3779
3780 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
3781 with runto_main.
3782
9f6b697b
WP
37832018-10-08 Weimin Pan <weimin.pan@oracle.com>
3784
3785 PR c++/16841
3786 * gdb.cp/virtbase2.cc: New file.
3787 * gdb.cp/virtbase2.exp: New file.
3788
add5ded5
TT
37892018-10-06 Tom Tromey <tom@tromey.com>
3790
3791 PR python/19399:
3792 * gdb.python/py-inferior.exp: Add architecture test.
3793
f9e48344
TT
37942018-10-06 Tom Tromey <tom@tromey.com>
3795
3796 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
3797 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
3798
2a8be203
TT
37992018-10-06 Tom Tromey <tom@tromey.com>
3800
3801 * gdb.python/py-breakpoint.exp (check_last_event): Check location
3802 of a "throw" catchpoint.
3803
e04caa70
SDJ
38042018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
3805
3806 * gdb.base/info-proc.exp: Update string expected from "help info
3807 proc".
3808
5ca8c39f
TT
38092018-10-04 Tom Tromey <tom@tromey.com>
3810
3811 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
3812 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
3813 (test_initial_complaints, test_empty_complaints): Update.
3814 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3815
3453e7e4
TT
38162018-10-04 Tom Tromey <tom@tromey.com>
3817
3818 PR cli/19551:
3819 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
3820 * lib/gdb.exp (gdb_file_cmd): Update.
3821 * gdb.stabs/weird.exp (print_weird_var): Update.
3822 * gdb.server/solib-list.exp: Update.
3823 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
3824 * gdb.mi/mi-cli.exp: Update.
3825 * gdb.linespec/linespec.exp: Update.
3826 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3827 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
3828 * gdb.cp/cp-relocate.exp: Update.
3829 * gdb.base/sym-file.exp: Update.
3830 * gdb.base/relocate.exp: Update.
3831 * gdb.base/readnever.exp: Update.
3832 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
3833 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
3834 * gdb.base/dbx.exp (gdb_file_cmd): Update.
3835 * gdb.base/code_elim.exp: Update.
3836 * gdb.base/break-unload-file.exp (test_break): Update.
3837 * gdb.base/break-interp.exp (test_attach_gdb): Update.
3838 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
3839 Update.
3840 * gdb.base/attach.exp (do_attach_tests): Update.
3841 * gdb.base/sepdebug.exp: Update.
3842 * gdb.python/py-section-script.exp: Update.
3843
6afcf761
TT
38442018-10-04 Tom Tromey <tom@tromey.com>
3845
3846 PR cli/22234:
3847 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
3848 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
3849 output.
3850
fef1b293
TT
38512018-10-04 Tom Tromey <tom@tromey.com>
3852
3853 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
3854 set width and height to 0.
3855 (test_command_line_attach_run): Use -quiet.
3856
ca98345e
SL
38572018-10-03 Sandra Loosemore <sandra@codesourcery.com>
3858
3859 * lib/gdb.exp (skip_ifunc_tests): New.
3860 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
3861 other compile failures.
3862 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
3863
ff34e6ae
SM
38642018-10-01 Simon Marchi <simon.marchi@ericsson.com>
3865
3866 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
3867 is_amd64_regs_target.
3868
6bb8890e
AH
38692018-10-01 Alan Hayward <alan.hayward@arm.com>
3870
3871 * gdb.arch/aarch64-sighandler-regs.c: New test.
3872 * gdb.arch/aarch64-sighandler-regs.exp: New file.
3873 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
3874
224d30d3
MM
38752018-10-01 Markus Metzger <markus.t.metzger@intel.com>
3876
3877 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
3878 assembly.
3879
f67ffa6a
AB
38802018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
3881
3882 * gdb.base/frame-selection.exp: New file.
3883 * gdb.base/frame-selection.c: New file.
3884
9fc3183f
AH
38852018-09-27 Alan Hayward <alan.hayward@arm.com>
3886
3887 * gdb.threads/check-libthread-db.c (thread_routine): Use a
3888 pthread barrier.
3889 (main): Likewise.
3890
d354055e
AB
38912018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
3892
3893 * gdb.base/large-frame-1.c: New file.
3894 * gdb.base/large-frame-2.c: New file.
3895 * gdb.base/large-frame.exp: New file.
3896 * gdb.base/large-frame.h: New file.
3897
db727370
JL
38982018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
3899
3900 PR gdb/20948
3901 * gdb.base/write_mem.exp: New test.
3902 * gdb.base/write_mem.c: Likewise.
3903
ae778caf
TT
39042018-09-23 Tom Tromey <tom@tromey.com>
3905
3906 PR python/18852:
3907 * gdb.python/py-parameter.exp: Add test for parameter that throws
3908 on "set".
3909
fd3ba736
TT
39102018-09-23 Tom Tromey <tom@tromey.com>
3911
3912 PR python/17284:
3913 * gdb.python/py-template.exp (test_template_arg): Add test for
3914 negative template argument number.
3915
39a24317
TT
39162018-09-23 Tom Tromey <tom@tromey.com>
3917
3918 PR python/14062:
3919 * gdb.python/python.exp: Add test for post_event error.
3920
f5769a2c
TT
39212018-09-23 Tom Tromey <tom@tromey.com>
3922
3923 PR python/18170:
3924 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
3925 convert pointers to int and long.
3926
1c1e54f6
TT
39272018-09-23 Tom Tromey <tom@tromey.com>
3928
3929 PR python/20126:
3930 * gdb.python/py-value.exp (test_value_numeric_ops): Add
3931 signed-ness conversion tests.
3932
fb4fa946
TT
39332018-09-23 Tom Tromey <tom@tromey.com>
3934
3935 PR python/18352;
3936 * gdb.python/py-value.exp (test_float_conversion): New proc.
3937 Use it.
3938
a466edac
HAQ
39392018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
3940
3941 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
3942
4ee9b0c5
SL
39432018-09-18 Sandra Loosemore <sandra@codesourcery.com>
3944
3945 * gdb.base/complete-empty.exp: Skip tab-completion tests if
3946 no readline.
3947 * gdb.base/utf8-identifiers.exp: Likewise.
3948 * gdb.cp/cpcompletion.exp: Likewise.
3949 * gdb.linespec/cpcompletion.exp: Likewise.
3950 * gdb.linespec/cpls-abi-tag.exp: Likewise.
3951 * gdb.linespec/cpls-ops.exp: Likewise.
3952
23be8da7
RB
39532018-09-19 Richard Bunt <richard.bunt@arm.com>
3954 Chris January <chris.january@arm.com>
3955
3956 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
3957 * gdb.fortran/short-circuit-argument-list.exp: New file.
3958 * gdb.fortran/short-circuit-argument-list.f90: New test.
3959
5031d0ae
SDJ
39602018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3961
3962 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
3963 "arch=" keyword when executing "-stack-list-frames".
3964
b4c0d1a4
SDJ
39652018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3966
3967 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
3968 "arch=" keyword when executing "-stack-list-frames".
3969
7a6d2b45
SDJ
39702018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3971
3972 * gdb.ada/complete.exp: Expect for "@" when doing "complete
3973 break ada".
3974
8588b356
SM
39752018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
3976
3977 PR python/23669
3978 * gdb.python/python.exp: Test gdb.execute("show commands").
3979
65e65158
TT
39802018-09-16 Tom Tromey <tom@tromey.com>
3981
3982 * gdb.base/new-ui.exp (do_execution_tests): Update.
3983 * gdb.base/dbx.exp (test_breakpoints): Update.
3984
bf326452
AH
39852018-09-14 Alan Hayward <alan.hayward@arm.com>
3986
3987 * lib/gdb.exp (gdb_simple_compile): Add proc.
3988 (is_elf_target): Use gdb_simple_compile.
3989 (skip_altivec_tests): Likewise.
3990 (skip_vsx_tests): Likewise.
3991 (skip_tsx_tests): Likewise.
3992 (skip_btrace_tests): Likewise.
3993 (skip_btrace_pt_tests): Likewise.
3994 (gdb_can_simple_compile): Likewise.
3995 (gdb_has_argv0): Likewise.
3996 (gdb_target_symbol_prefix): Likewise.
3997 (target_supports_scheduler_locking): Likewise.
3998
2361b0fb
TT
39992018-09-13 Tom Tromey <tom@tromey.com>
4000
4001 * Makefile.in (TAGS): Recognize proc_with_prefix and
4002 gdb_caching_proc.
4003
0ae1a321
SM
40042018-09-13 Simon Marchi <simon.marchi@ericsson.com>
4005
4006 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
4007 method.
4008
a40bf0c2
SM
40092018-09-13 Simon Marchi <simon.marchi@ericsson.com>
4010
4011 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
4012 and a few other Inferior properties when the Inferior is no
4013 longer valid.
4014
4a3fe98f
TT
40152018-09-13 Tom Tromey <tom@tromey.com>
4016
4017 PR rust/23650:
4018 * gdb.rust/simple.exp: Add test for enum field access error.
4019
098b2108
TT
40202018-09-13 Tom Tromey <tom@tromey.com>
4021
4022 PR rust/23626:
4023 * gdb.rust/simple.rs (EmptyEnum): New type.
4024 (main): Use it.
4025 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
4026
1256af7d
SM
40272018-09-13 Simon Marchi <simon.marchi@ericsson.com>
4028
4029 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
4030 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
4031 * gdb.python/py-symtab.exp: Update test printing an objfile.
4032
4aa8e6c2
SM
40332018-09-12 Simon Marchi <simon.marchi@ericsson.com>
4034
4035 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
4036 object.
4037
c221b2f7
AH
40382018-09-12 Alan Hayward <alan.hayward@arm.com>
4039
4040 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
4041 (support_complex_tests): Use gdb_can_simple_compile.
4042 (is_ilp32_target): Likewise.
4043 (is_lp64_target): Likewise.
4044 (is_64_target): Likewise.
4045 (is_amd64_regs_target): Likewise.
4046 (is_aarch32_target): Likewise.
4047 (gdb_int128_helper): Likewise.
4048
6f1107b5
JK
40492018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4050
4051 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
4052
1f5d1570
JG
40532018-09-10 Jerome Guitton <guitton@adacore.com>
4054
4055 * gdb.ada/same_component_name: Add test for case of tagged record
4056 with variable-length fields.
4057
cc330e39
XR
40582018-09-10 Xavier Roirand <roirand@adacore.com>
4059
4060 * gdb.ada/access_to_unbounded_array.exp: New testcase.
4061 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
4062 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
4063 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
4064
b9c50e9a
XR
40652018-09-10 Xavier Roirand <roirand@adacore.com>
4066
4067 * gdb.ada/mi_string_access.exp: New testcase.
4068 * gdb.ada/mi_string_access/bar.adb: New file.
4069 * gdb.ada/mi_string_access/pck.adb: New file.
4070 * gdb.ada/mi_string_access/pck.asd: New file.
4071
2963898f
XR
40722018-09-10 Xavier Roirand <roirand@adacore.com>
4073
4074 * gdb.ada/mi_var_union.exp: New testcase.
4075 * gdb.ada/mi_var_union/bar.adb: New file.
4076 * gdb.ada/mi_var_union/pck.adb: New file.
4077 * gdb.ada/mi_var_union/pck.asd: New file.
4078
1aac008f
TT
40792018-09-08 Tom Tromey <tom@tromey.com>
4080
4081 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
4082
332cf4c9
TT
40832018-09-08 Tom Tromey <tom@tromey.com>
4084
4085 PR python/16047:
4086 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
4087 (register_pretty_printers): Register new printer.
4088 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
4089 test.
4090 * gdb.python/py-prettyprint.c (int_type3): New typedef.
4091 (an_int_type3): New global.
4092
424da6cf
JB
40932018-09-08 Joel Brobecker <brobecker@adacore.com>
4094
4095 * gdb.ada/expr_with_funcall: New testcase.
4096
2a62dfa9
JB
40972018-09-08 Joel Brobecker <brobecker@adacore.com>
4098
4099 * gdb.ada/packed_array_assign: New testcase.
4100
96b6697f
AB
41012018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
4102
4103 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
4104 names, and add test prefixes to make test names unique.
4105
e4a62c65
TV
41062018-09-05 Tom de Vries <tdevries@suse.de>
4107
4108 * gdb.dwarf2/varval.exp: Add test.
4109
dd083ee2
GB
41102018-09-04 Gary Benson <gbenson@redhat.com>
4111
4112 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
4113 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
4114
aef9346c
TT
41152018-08-31 Tom Tromey <tom@tromey.com>
4116
4117 * gdb.rust/simple.rs: Rename second variable "v".
4118
c67f2e15
AB
41192018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
4120
4121 * gdb.base/funcargs.c (use_a): New function.
4122 (recurse): Call use_a.
4123
078a0207
KS
41242018-08-29 Keith Seitz <keiths@redhat.com>
4125
4126 * gdb.compile/compile-cplus-anonymous.cc: New file.
4127 * gdb.compile/compile-cplus-anonymous.exp: New file.
4128 * gdb.compile/compile-cplus-array-decay.cc: New file.
4129 * gdb.compile/compile-cplus-array-decay.exp: New file.
4130 * gdb.compile/compile-cplus-inherit.cc: New file.
4131 * gdb.compile/compile-cplus-inherit.exp: New file.
4132 * gdb.compile/compile-cplus-member.cc: New file.
4133 * gdb.compile/compile-cplus-member.exp: New file.
4134 * gdb.compile/compile-cplus-method.cc: New file.
4135 * gdb.compile/compile-cplus-method.exp: New file.
4136 * gdb.compile/compile-cplus-mod.c: "New" file.
4137 * gdb.compile/compile-cplus-namespace.cc: New file.
4138 * gdb.compile/compile-cplus-namespace.exp: New file.
4139 * gdb.compile/compile-cplus-nested.cc: New file.
4140 * gdb.compile/compile-cplus-nested.exp: New file.
4141 * gdb.compile/compile-cplus-print.c: "New" file.
4142 * gdb.compile/compile-cplus-print.exp: "New" file.
4143 * gdb.compile/compile-cplus-virtual.cc: New file.
4144 * gdb.compile/compile-cplus-virtual.exp: New file.
4145 * gdb.compile/compile-cplus.c: "New" file.
4146 * gdb.compile/compile-cplus.exp: "New" file.
4147 * lib/compile-support.exp: New file.
4148
b0f492b9
GB
41492018-08-16 Gary Benson <gbenson@redhat.com>
4150
4151 PR gdb/13000:
4152 * gdb.base/batch-exit-status.exp: New file.
4153 * gdb.base/batch-exit-status.good-commands: Likewise.
4154 * gdb.base/batch-exit-status.bad-commands: Likewise.
4155
36eb4c5f
AH
41562018-08-29 Alan Hayward <alan.hayward@arm.com>
4157
4158 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
4159 (struct struct02): Likewise.
4160 (struct struct03): Likewise.
4161 (struct struct04): Likewise.
4162 (struct struct_01_01): New struct.
4163 (struct struct_01_02): Likewise.
4164 (struct struct_01_03): Likewise.
4165 (struct struct_01_04): Likewise.
4166 (struct struct_02_01): Likewise.
4167 (struct struct_02_02): Likewise.
4168 (struct struct_02_03): Likewise.
4169 (struct struct_02_04): Likewise.
4170 (struct struct_04_01): Likewise.
4171 (struct struct_04_02): Likewise.
4172 (struct struct_04_03): Likewise.
4173 (struct struct_04_04): Likewise.
4174 (struct struct_05_01): Likewise.
4175 (struct struct_05_02): Likewise.
4176 (struct struct_05_03): Likewise.
4177 (struct struct_05_04): Likewise.
4178 (cmp_struct01): Remove function.
4179 (cmp_struct02): Likewise.
4180 (cmp_struct03): Likewise.
4181 (cmp_struct04): Likewise.
4182 (cmp_struct_01_01): Add Function.
4183 (cmp_struct_01_02): Likewise.
4184 (cmp_struct_01_03): Likewise.
4185 (cmp_struct_01_04): Likewise.
4186 (cmp_struct_02_01): Likewise.
4187 (cmp_struct_02_02): Likewise.
4188 (cmp_struct_02_03): Likewise.
4189 (cmp_struct_02_04): Likewise.
4190 (cmp_struct_04_01): Likewise.
4191 (cmp_struct_04_02): Likewise.
4192 (cmp_struct_04_03): Likewise.
4193 (cmp_struct_04_04): Likewise.
4194 (cmp_struct_05_01): Likewise.
4195 (cmp_struct_05_02): Likewise.
4196 (cmp_struct_05_03): Likewise.
4197 (cmp_struct_05_04): Likewise.
4198 (call_all): Add new structs.
4199 * gdb.base/infcall-nested-structs.exp: Likewise.
4200
3bf9c013
JV
42012018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
4202
4203 * gdb.python/py-framefilter-mi.exp: Update regexp to
4204 check for "arch" field in frame output.
4205
450d1e88
KB
42062018-08-23 Kevin Buettner <kevinb@redhat.com>
4207
4208 * gdb.dwarf2/dw2-ranges-func.c: New file.
4209 * gdb.dwarf2/dw2-ranges-func.exp: New file.
4210
ae739fe7
SM
42112018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
4212
4213 * gdb.base/term.exp: Compare terminal settings with values from
4214 the inferior.
4215 * gdb.base/term.c: Get and set terminal settings.
4216
6d52907e
JV
42172018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
4218
4219 * lib/mi-support.exp (mi_expect_stop): Update regexp to
4220 accommodate new "arch" field in frame output.
4221 * gdb.mi/mi-return.exp: Likewise.
4222 * gdb.mi/mi-stack.exp: Likewise.
4223 * gdb.mi/mi-syn-frame.exp: Likewise.
4224 * gdb.mi/user-selected-context-sync.exp: Likewise.
4225
be2d111a
MS
42262018-08-19 Michael Spang <spang@google.com>
4227
4228 PR gdb/11786
4229 * gdb.base/gcore-tls-pie.c: New file.
4230 * gdb.base/gcore-tls-pie.exp: New file.
4231
ae3a7c47
KB
42322018-08-18 Kevin Buettner <kevinb@redhat.com>
4233
4234 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
4235 * gdb.dwarf2/varval.c: New file.
4236 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 4237
2ecae92e
AH
42382018-08-17 Alan Hayward <alan.hayward@arm.com>
4239
4240 PR gdb/18931
4241 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
4242
c1854f1d
KS
42432018-08-16 Keith Seitz <keiths@redhat.com>
4244
4245 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
4246 tests expected to pass.
4247
26fb3983
JV
42482018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
4249
4250 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
4251 -data-disassemble -a.
4252 (test_disassembly_bogus_args): Likewise.
4253
67943c00
AB
42542018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
4255
4256 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
4257
5ff2bbae
AB
42582018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
4259
4260 * gdb.base/vla-optimized-out.exp: Add new test.
4261
e5bbcd0f
AB
42622018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
4263
4264 * gdb.base/vla-optimized-out-o3.exp: Delete.
4265 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
4266 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
4267 deleted tests.
4268
9d4a934c
AB
42692018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
4270
4271 PR gdb/18050:
4272 * gdb.server/extended-remote-restart.c: New file.
4273 * gdb.server/extended-remote-restart.exp: New file.
4274
045cf012
SM
42752018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
4276
4277 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
4278 "set variable index = 42".
4279
87d6a7aa
SM
42802018-08-07 Simon Marchi <simon.marchi@ericsson.com>
4281
4282 * boards/index-cache-gdb.exp: New file.
4283 * gdb.dwarf2/index-cache.exp: New file.
4284 * gdb.dwarf2/index-cache.c: New file.
4285 * gdb.base/maint.exp: Check if we are using the index cache.
4286
96d68bd4
RO
42872018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4288
4289 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
4290 MAKEFLAGS.
4291
5a699617
RO
42922018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4293
4294 * dg-extract-results.sh: Move to toplevel contrib.
4295 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
4296 * Makefile.in (check-parallel-racy): Likewise.
4297
5bd18990
AB
42982018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
4299
4300 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
4301 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
4302 tests if the target supports scheduler locking.
4303
3fbbcf47
TV
43042018-08-04 Tom de Vries <tdevries@suse.de>
4305
4306 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
4307
3e1d3d8c
TT
43082018-08-02 Tom Tromey <tom@tromey.com>
4309
4310 PR symtab/16842.
4311 * gdb.cp/temargs.exp: Test "info address" of a template
4312 parameter.
4313
5abe0f0c
JV
43142018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
4315
4316 * gdb.python/py-mi-var-info-path-expression.c: New file.
4317 * gdb.python/py-mi-var-info-path-expression.py: New file.
4318 * gdb.python/py-mi-var-info-path-expression.exp: New file.
4319
fb66cde8
SDJ
43202018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
4321
4322 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
4323 error after "cannot resolve name" string.
4324
c708f4d2
AB
43252018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
4326
4327 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
4328 started.
4329 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
4330
37cc0cae
TV
43312018-07-28 Tom de Vries <tdevries@suse.de>
4332
4333 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
4334
63b4ecf7
TV
43352018-07-26 Tom de Vries <tdevries@suse.de>
4336
4337 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
4338
3c3bb058
AB
43392018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
4340
4341 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
4342 is visible.
4343
9e7f3bbb
TV
43442018-07-26 Tom de Vries <tdevries@suse.de>
4345
4346 PR breakpoints/23366
4347 * gdb.base/catch-follow-exec.c: New test.
4348 * gdb.base/catch-follow-exec.exp: New file.
4349
16f808ec
TV
43502018-07-25 Tom de Vries <tdevries@suse.de>
4351
4352 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
4353 vla-optimized-out.c.
4354
d7154a8d
JV
43552018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
4356
4357 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
4358 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
4359
232a0032
TV
43602018-07-20 Tom de Vries <tdevries@suse.de>
4361
4362 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
4363 NOCLONE macro.
4364 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
4365
fbb1d502
TV
43662018-07-19 Tom de Vries <tdevries@suse.de>
4367
4368 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
4369 regular expression.
4370
42dc7699
TV
43712018-07-18 Tom de Vries <tdevries@suse.de>
4372
4373 * gdb.base/vla-optimized-out.c: New test.
4374 * gdb.base/vla-optimized-out.exp: New file.
4375
7f1f7e23
SDJ
43762018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
4377
4378 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
4379 message "No address associated with hostname" when gdbserver
4380 cannot resolve the hostname.
4381
5759ebb3
PW
43822018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4383
4384 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
4385 Add some test prefixes to make tests unique.
4386
3606ccab
PW
43872018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4388
4389 * gdb.base/frameapply.c: New file.
4390 * gdb.base/frameapply.exp: New file.
4391
529c08b2
PW
43922018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4393
4394 * gdb.base/skip.exp: Update expected error message.
4395
c7ab0aef
SDJ
43962018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
4397 Jan Kratochvil <jan.kratochvil@redhat.com>
4398 Paul Fertser <fercerpav@gmail.com>
4399 Tsutomu Seki <sekiriki@gmail.com>
4400
4401 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
4402 parameter.
4403 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
4404 by default.
4405 * boards/native-gdbserver.exp: Likewise.
4406 * gdb.server/run-without-local-binary.exp: Improve regexp used
4407 for detecting when a remote debugging connection succeeds.
4408 * gdb.server/server-connect.exp: New file.
4409 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
4410 Do not prefix the port number with ":".
4411 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
4412 support for detecting and using it. Add '$debughost_gdbserver'
4413 to the list of arguments used to start gdbserver. Handle case
4414 when gdbserver cannot resolve a network name.
4415
16ff70dd
SDJ
44162018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
4417
4418 PR c++/23373
4419 * gdb.base/ptype-offsets.cc (struct static_member): New
4420 struct.
4421 (main) <stmember>: New variable.
4422 * gdb.base/ptype-offsets.exp: Add test for printing a struct
4423 with a static member in it.
4424
3541979f
AB
44252018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
4426
4427 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
4428 watchpoints enabled and disabled.
4429
c8ad9b9a
AB
44302018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4431
4432 * gdb.base/examine-backward.exp: Still run tests around address
4433 0x0, even if address 0x0 is not readable. Update the pattern for
4434 matching address 0x0 in expected output.
4435
e0e5e971
AB
44362018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4437
4438 * gdb.base/share-env-with-gdbserver.c (main): Add call to
4439 malloc/free.
4440
1ea5da02
TV
44412018-07-04 Tom de Vries <tdevries@suse.de>
4442
4443 * gdb.dwarf2/dw2-error.exp: Update expected error message.
4444
471b9d15
MR
44452018-07-02 Maciej W. Rozycki <macro@mips.com>
4446
4447 PR tdep/8282
4448 * gdb.arch/mips-disassembler-options.exp: New test.
4449 * gdb.arch/mips-disassembler-options.s: New test source.
4450
75acb486
PA
44512018-06-29 Pedro Alves <palves@redhat.com>
4452
4453 * gdb.threads/names.exp: Adjust expected "info threads" output.
4454
cd2bb709
PA
44552018-06-29 Pedro Alves <palves@redhat.com>
4456
4457 * gdb.opt/inline-break.exp (line number, address): Add "info
4458 break" tests.
4459
991ff292
PA
44602018-06-29 Pedro Alves <palves@redhat.com>
4461
4462 * gdb.opt/inline-break.c (func1): Add "break here" marker.
4463 * gdb.opt/inline-break.exp: Test setting breakpoints by line
4464 number and address and running to them.
4465
356819b6 44662018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
4467
4468 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
4469
2512d7ef
JK
44702018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4471
4472 * lib/compiler.c: Remove executable permission flag.
4473
be1b6474
RB
44742018-06-28 Richard Bunt <richard.bunt@arm.com>
4475
4476 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
4477 code.
4478 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
4479
291f9a96
PT
44802018-06-28 Petr Tesarik <ptesarik@suse.cz>
4481
4482 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
4483
ed6dfe51
PT
44842018-06-28 Petr Tesarik <ptesarik@suse.cz>
4485
4486 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
4487 address argument is omitted.
4488
d4d429d5
PT
44892018-06-28 Petr Tesarik <ptesarik@suse.cz>
4490
4491 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
4492
7ab6656f
OJ
44932018-06-27 Omair Javaid <omair.javaid@linaro.org>
4494
4495 PR gdb/21695
4496 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
4497 * gdb.base/infoline-reloc-main-from-zero.c: New file.
4498
a33ccfc7
TT
44992018-06-26 Tom Tromey <tom@tromey.com>
4500
4501 PR rust/22574:
4502 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
4503 * gdb.rust/simple.rs (struct SimpleLayout): New.
4504
6d72d289
SM
45052018-06-22 Simon Marchi <simon.marchi@ericsson.com>
4506
4507 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
4508 "info registers" output.
4509
8363f9d5
RB
45102018-06-21 Richard Bunt <richard.bunt@arm.com>
4511
4512 * gdb.base/watchpoint-hw-attach.c: New test.
4513 * gdb.base/watchpoint-hw-attach.exp: New file.
4514
f00674fe
SM
45152018-06-20 Simon Marchi <simon.marchi@ericsson.com>
4516
4517 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
4518 through /bin/sh.
4519 * boards/dwarf4-gdb-index.exp: Likewise.
4520 * boards/fission-dwp.exp: Likewise.
4521
1d554008
UW
45222018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
4523
4524 * gdb.base/float128.exp: Add comment and improved fail message
4525 to the failure case of "print large128" test.
4526
d0ac1c44
SM
45272018-06-19 Simon Marchi <simon.marchi@ericsson.com>
4528
4529 * configure.ac: Remove AC_PREREQ.
4530 * configure: Re-generate.
4531
61b04dd0
PA
45322018-06-19 Pedro Alves <palves@redhat.com>
4533
4534 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
4535 (func_extern_caller): New.
4536 (main): Call func_extern_caller.
4537 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
4538 logic change.
4539
f63b508a
SM
45402018-06-18 Weimin Pan <weimin.pan@oracle.com>
4541
4542 PR gdb/16841
4543 * gdb.cp/typedef-base.cc: New file.
4544 * gdb.cp/typedef-base.exp: New file.
4545
0fe3a558
TV
45462018-06-18 Tom de Vries <tdevries@suse.de>
4547
4548 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
4549
7010835a
AB
45502018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
4551 Richard Bunt <Richard.Bunt@arm.com>
4552
4553 * gdb.threads/attach-slow-waitpid.c: New file.
4554 * gdb.threads/attach-slow-waitpid.exp: New file.
4555 * gdb.threads/slow-waitpid.c: New file.
4556
14897d65
PA
45572018-06-14 Pedro Alves <palves@redhat.com>
4558
4559 * gdb.base/fork-running-state.c: Include <errno.h>.
4560 (exit_if_relative_exits): New.
4561 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
4562 exits.
4563 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
4564 child exits.
4565
5d9a0608
TV
45662018-06-14 Tom de Vries <tdevries@suse.de>
4567
4568 PR cli/22573
4569 * gdb.base/finish-pretty.c: New test.
4570 * gdb.base/finish-pretty.exp: New file.
4571
11ae5818
PA
45722018-06-14 Pedro Alves <palves@redhat.com>
4573
4574 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
4575 gdb's expected startup output.
4576
1d39de44
PA
45772018-06-14 Pedro Alves <palves@redhat.com>
4578
4579 * lib/selftest-support.exp (selftest_setup): Remove inlined
4580 function handling.
4581
70ee0000
TV
45822018-06-14 Tom de Vries <tdevries@suse.de>
4583
4584 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
4585 matching of breakpoint printing.
4586
11f4b608
TV
45872018-06-13 Tom de Vries <tdevries@suse.de>
4588
4589 PR testsuite/23269
4590 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
4591 (fork_child): ... here, and ...
4592 (fork_parent): ... here.
4593
45942018-06-12 Tom de Vries <tdevries@suse.de>
4595
4596 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
4597
9516f85a
AB
45982018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
4599 Stephen Roberts <stephen.roberts@arm.com>
4600
4601 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
4602 rewrite test to describe action performed, rather than possible
4603 failure.
4604
5045b3d7
GB
46052018-06-08 Gary Benson <gbenson@redhat.com>
4606
4607 * gdb.threads/check-libthread-db.exp: New file.
4608 * gdb.threads/check-libthread-db.c: Likewise.
4609
c61b06a1
TT
46102018-06-05 Tom Tromey <tom@tromey.com>
4611
4612 * gdb.base/default.exp: Update expected "show version" output.
4613
eb6af809
TT
46142018-06-05 Tom Tromey <tom@tromey.com>
4615
4616 PR cli/12326:
4617 * gdb.cp/static-print-quit.exp: Update.
4618 * lib/gdb.exp (pagination_prompt): Update.
4619 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
4620 * gdb.python/python.exp: Update.
4621
178d6a63
JB
46222018-06-04 Joel Brobecker <brobecker@adacore.com>
4623
4624 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
4625
8e817061
JB
46262018-06-01 Joel Brobecker <brobecker@adacore.com>
4627
4628 * gdb.ada/bp_fun_addr: New testcase.
4629
e86ca25f
TT
46302018-06-01 Tom Tromey <tom@tromey.com>
4631
4632 * gdb.xml/tdesc-regs.exp (load_description): Update expected
4633 results.
4634 * gdb.dwarf2/method-ptr.exp: Set language to C++.
4635 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
4636 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
4637 * gdb.base/maint.exp (maint_pass_if): Update.
4638
4b2dfa9d
MR
46392018-05-31 Maciej W. Rozycki <macro@mips.com>
4640
4641 * gdb.base/endian.exp: New test.
4642 * gdb.base/endian.c: New test source.
4643
45f25d6c
AB
46442018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
4645
4646 PR gdb/23203
4647 * gdb.base/bt-selected-frame.c: New file.
4648 * gdb.base/bt-selected-frame.exp: New file.
4649 * lib/gdb.exp (get_current_frame_number): New function.
4650
d9f6d7f8
MR
46512018-05-24 Maciej W. Rozycki <macro@mips.com>
4652 Pedro Alves <palves@redhat.com>
4653
4654 * gdb.threads/tls-core.c: Include <stdlib.h>
4655 (thread_proc): Call `abort'.
4656 * gdb.threads/tls-core.exp: Generate a core with core_find too.
4657 (tls_core_test): New procedure, bits factored out from ...
4658 (top level): ... here. Test both native cores and gcore cores.
4659
ff1cf532
TT
46602018-05-23 Tom Tromey <tom@tromey.com>
4661
4662 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
4663
b98664d3
TT
46642018-05-23 Tom Tromey <tom@tromey.com>
4665
4666 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
4667 symfile_complaints.
4668 (test_short_complaints): Likewise.
4669 (test_empty_complaints): Likewise.
4670 (test_initial_complaints): Update.
4671
4e9668d0
TT
46722018-05-23 Tom Tromey <tom@tromey.com>
4673
4674 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
4675
43ba33c7
TT
46762018-05-23 Tom Tromey <tom@tromey.com>
4677
4678 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
4679 (test_short_complaints): Update.
4680
035522c0
PA
46812018-05-22 Pedro Alves <palves@redhat.com>
4682
4683 * gdb.base/remote.exp: Only gdb_start after compiling the
4684 testcase. Issue "disconnect" before testing "set remote" command
4685 defaults. Issue clean_restart before running to main.
4686
cc0be08f
PA
46872018-05-22 Pedro Alves <palves@redhat.com>
4688
4689 * gdb.base/remote.exp: Adjust expected output of "show remote
4690 memory-write-packet-size". Add tests for "set remote
4691 memory-write-packet-size 0" and "set remote
4692 memory-write-packet-size fixed/limit".
4693
b1b60145
PA
46942018-05-22 Pedro Alves <palves@redhat.com>
4695
4696 PR gdb/22973
4697 * gdb.base/utf8-identifiers.c: New file.
4698 * gdb.base/utf8-identifiers.exp: New file.
4699
0ec848ad
PFC
47002018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
4701
4702 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
4703
2c3305f6
PFC
47042018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
4705
4706 * gdb.arch/powerpc-vsx-gcore.exp: New file.
4707
ce1e8424
TT
47082018-05-18 Tom Tromey <tom@tromey.com>
4709
4710 * gdb.base/ptype-offsets.exp: Update.
4711
ddfe970e
KS
47122018-05-17 Keith Seitz <keiths@redhat.com>
4713
4714 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
4715 in expected breakpoint stop locations.
4716 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
4717 move to proper scope to test variable values.
4718 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
4719 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
4720 New functions.
4721 (main): Call not_inline_func3.
4722 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
4723 inline_func1, inline_func2, and inline_func3. Test that when each
4724 breakpoint is hit, GDB properly reports both the stop location
4725 and the backtrace. Repeat tests for temporary breakpoints.
4726
0726fcc6
MR
47272018-05-15 Maciej W. Rozycki <macro@mips.com>
4728
4729 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
4730 rather then trying to access it in determining whether the PID
4731 of `gdbserver' could have been retrieved.
4732
8ee22052
AB
47332018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
4734
4735 * gdb.arch/amd64-init-x87-values.S: New file.
4736 * gdb.arch/amd64-init-x87-values.exp: New file.
4737
7785df48
JK
47382018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4739
4740 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
4741
56bcdbea
TT
47422018-05-04 Tom Tromey <tom@tromey.com>
4743
4744 PR python/22730:
4745 * gdb.python/python.exp: Test multi-line execute.
4746
a913fffb
TT
47472018-05-04 Tom Tromey <tom@tromey.com>
4748
4749 PR python/22731:
4750 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
4751
7a2c85f2
TT
47522018-05-04 Tom Tromey <tom@tromey.com>
4753
4754 PR gdb/11750:
4755 * gdb.base/define.exp: Test defining a user command inside a user
4756 command.
4757 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
4758
a3b60e45
JK
47592018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4760 Pedro Alves <palves@redhat.com>
4761
4762 PR breakpoints/19806 and support for PR external/20207.
4763 * gdb.base/watchpoint-unaligned.c: New file.
4764 * gdb.base/watchpoint-unaligned.exp: New file.
4765
45fe4a03
AB
47662018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4767
4768 * gdb.base/maint.exp: Make test names unique, use
4769 test_prefix_command_help to test 'help maint info', and remove
4770 repeated test of 'help maint'.
4771
9be2ae8f
TT
47722018-05-04 Tom Tromey <tom@tromey.com>
4773
4774 PR gdb/22619:
4775 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
4776 behavior.
4777
11859c31
AB
47782018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4779
4780 * gdb.base/maint.exp: Process output from 'maint print registers'
4781 line at a time.
4782
089a9490
AB
47832018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4784
4785 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
4786 timeout.
4787
9b0797e2
AB
47882018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
4789
4790 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
4791 filter pattern.
4792
f6ac5f3d
PA
47932018-05-02 Pedro Alves <palves@redhat.com>
4794
4795 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
4796 to_log_command renames.
4797 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4798
77d3c63b
TT
47992018-05-02 Tom Tromey <tom@tromey.com>
4800
4801 * gdb.python/py-parameter.exp: Set test message.
4802
0489430a
TT
48032018-05-02 Tom Tromey <tom@tromey.com>
4804
4805 PR python/20084:
4806 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
4807 PARAM_ZUINTEGER_UNLIMITED tests.
4808
1632f8ba
DR
48092018-04-28 Dan Robertson <danlrobertson89@gmail.com>
4810
4811 PR rust/23124
4812 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
4813 when casting.
4814
6d7bb824
TT
48152018-04-30 Tom Tromey <tom@tromey.com>
4816
4817 * gdb.python/py-type.exp: Check align attribute.
4818 * gdb.python/py-type.c: New "aligncheck" global.
4819
007e1530
TT
48202018-04-30 Tom Tromey <tom@tromey.com>
4821
4822 PR exp/17095:
4823 * gdb.dwarf2/dw2-align.exp: New file.
4824 * gdb.cp/align.exp: New file.
4825 * gdb.base/align.exp: New file.
4826 * lib/gdb.exp (gdb_int128_helper): New proc.
4827 (has_int128_c, has_int128_cxx): New caching procs.
4828
6873858b
TT
48292018-04-27 Tom Tromey <tom@tromey.com>
4830
4831 PR rust/22545:
4832 * gdb.rust/simple.exp: Add inclusive range tests.
4833
79188d8d
PA
48342018-04-26 Pedro Alves <palves@redhat.com>
4835
4836 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
4837 ifunc breakpoint locations correctly of ifunc breakpoints set
4838 while the program resolves the ifunc.
4839
c7075ad5
PA
48402018-04-26 Pedro Alves <palves@redhat.com>
4841
4842 * gdb.base/gnu-ifunc-final.c: New file.
4843 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
4844 * gdb.base/gnu-ifunc.exp (executable): Delete.
4845 (staticexecutable): Adjust.
4846 (lib_opts, exec_opts): Delete.
4847 (make_binsuffix, build, set-break): New procedures.
4848 (misc_tests): New, with tests factored out from the top level.
4849 (top level): Test different combinations of ifunc resolver name,
4850 resolver with and with debug info, and ifunc target with and
4851 without debug info. Wrap static tests with with_target_prefix.
4852
8388016d
PA
48532018-04-26 Pedro Alves <palves@redhat.com>
4854
4855 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
4856 return type" warnings.
4857
249b5733
PA
48582018-04-25 Pedro Alves <palves@redhat.com>
4859
4860 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
4861 killed".
4862 * gdb.base/kill-after-signal.exp: Likewise.
4863 * gdb.threads/kill.exp: Likewise.
4864
f67c0c91
SDJ
48652018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4866 Sergio Durigan Junior <sergiodj@redhat.com>
4867 Pedro Alves <palves@redhat.com>
4868
4869 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
4870 regexps to expect for '[Inferior ... detached]' as well.
4871 * gdb.base/attach.exp: Likewise.
4872 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
4873 "gdb_continue_to_end".
4874 (test_catch_syscall_with_wrong_args): Likewise.
4875 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
4876 ']'. Don't set 'verbose' on.
4877 * gdb.base/foll-vfork.exp: Likewise.
4878 * gdb.base/fork-print-inferior-events.c: New file.
4879 * gdb.base/fork-print-inferior-events.exp: New file.
4880 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
4881 '[Inferior ... has been killed]' message.
4882 * gdb.base/kill-after-signal.exp: Likewise.
4883 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
4884 detach message.
4885 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
4886 message.
4887 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
4888 regexps to expect for '[Inferior ... detached]' as well.
4889 * gdb.threads/process-dies-while-detaching.exp: Likewise.
4890
0a8ddac4
SM
48912018-04-24 Simon Marchi <simon.marchi@ericsson.com>
4892
4893 PR gdb/23104
4894 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
4895
701adfb0
PA
48962018-04-22 Rajendra SY <rajendra.sy@gmail.com>
4897
4898 PR gdb/23095
4899 * gdb.base/break-probes.exp: Pass shlib_load to
4900 prepare_for_testing. Set normal_bp to r_debug_state if target is
4901 bsd.
4902
d27d16bf
RB
49032018-04-19 Richard Bunt <richard.bunt@arm.com>
4904
4905 * gdb.threads/multiple-successive-infcall.c: New test.
4906 * gdb.threads/multiple-successive-infcall.exp: New file.
4907
a037790e
TT
49082018-04-17 Tom Tromey <tom@tromey.com>
4909
4910 * gdb.rust/simple.rs (Union): New type.
4911 (main): New local "u".
4912 * gdb.rust/simple.exp (test_one_slice): Add new test case.
4913
e3a91079
AA
49142018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4915
4916 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
4917 number information in output of "whereis" command.
4918 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
4919
b744723f
AA
49202018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4921
4922 * gdb.ada/info_types.exp: Adjust expected output to the line
4923 numbers now printed by "info var/func/type".
4924 * gdb.base/completion.exp: Likewise.
4925 * gdb.base/included.exp: Likewise.
4926 * gdb.cp/cp-relocate.exp: Likewise.
4927 * gdb.cp/cplusfuncs.exp: Likewise.
4928 * gdb.cp/namespace.exp: Likewise.
4929 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
4930
4a4495d6
MM
49312018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4932
4933 * gdb.btrace/cpu.exp: New.
4934
1d509aa6
MM
49352018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4936
4937 * gdb.base/step-indirect-call-thunk.exp: New.
4938 * gdb.base/step-indirect-call-thunk.c: New.
4939 * gdb.reverse/step-indirect-call-thunk.exp: New.
4940 * gdb.reverse/step-indirect-call-thunk.c: New.
4941
6295b6da
SM
49422018-04-11 Simon Marchi <simon.marchi@ericsson.com>
4943
4944 * gdb.base/pie-fork.c: New file.
4945 * gdb.base/pie-fork.exp: New file.
4946
50146e70
TT
49472018-04-11 Tom Tromey <tom@tromey.com>
4948
4949 * gdb.rust/simple.exp: Add test for ".." struct initializer.
4950
f50d8a2e
PA
49512018-04-10 Pedro Alves <palves@redhat.com>
4952
4953 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
4954 exits. Instead loop running forever.
4955 (fork_parent): Run forever too.
4956
a0be7a36
SM
49572018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4958
4959 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
4960 mi_continue_to_line.
4961 * gdb.mi/mi-stack.c (callee4): Add comment.
4962
9b73db36
SM
49632018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4964
4965 * gdb.mi/mi-stack.exp: Fix indentation.
4966
c912f608
SM
49672018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4968
4969 PR gdb/22979
4970 * gdb.arch/amd64-osabi.exp: New file.
4971
26540402
SM
49722018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4973
4974 PR gdb/22980
4975 * gdb.base/osabi.exp: New file.
4976
121ad66c 49772018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
4978
4979 * gdb.cp/static-typedef-print.exp: New file.
4980 * gdb.cp/static-typedef-print.cc: New file.
4981
3fcded8f
JB
49822018-03-27 Joel Brobecker <brobecker@adacore.com>
4983
4984 * gdb.ada/varsize_limit: New testcase.
4985
59cc4834
JB
49862018-03-27 Joel Brobecker <brobecker@adacore.com>
4987
4988 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
4989
4990 * gdb.ada/notcplusplus: New testcase.
4991
4992 * gdb.base/c-linkage-name.c: New file.
4993 * gdb.base/c-linkage-name.exp: New testcase.
4994
4ca59a9f
TT
49952018-03-26 Tom Tromey <tom@tromey.com>
4996
4997 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
4998 * gdb.python/py-framefilter.py (name_error): New global.
4999 (ErrorInName.function): Use name_error.
5000
978d6c75
TT
50012018-03-26 Tom Tromey <tom@tromey.com>
5002
5003 PR backtrace/15582:
5004 * gdb.python/py-framefilter.exp: Add "bt hide" test.
5005
b7fee5a3
KS
50062018-03-23 Keith Seitz <keiths@redhat.com>
5007
5008 PR c++/22968
5009 * gdb.cp/subtypes.exp: New file.
5010 * gdb.cp/subtypes.h: New file.
5011 * gdb.cp/subtypes.cc: New file.
5012 * gdb.cp/subtypes-2.cc: New file.
5013
376be529
AB
50142018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
5015
5016 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
5017 (done): Call '_exit' not 'exit' to avoid atexit handlers.
5018 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
5019 -nostartfiles when compiling the test. Confirm that all registers
5020 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
5021
066cfa98
AB
50222018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
5023
5024 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
5025 option, syntax was wrong anyway.
5026 * gdb.arch/arm-disp-step.exp: Likewise.
5027 * gdb.arch/sparc64-regs.exp: Likewise.
5028 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
5029 option, syntax was wrong anyway, switch to use
5030 prepare_for_testing.
5031 * gdb.arch/i386-disp-step.exp: Likewise.
5032
079670b9
AA
50332018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
5034
5035 * gdb.ada/exec_changed.exp: Replace "target_info exists
5036 use_gdb_stub" by "use_gdb_stub".
5037 * gdb.ada/start.exp: Likewise.
5038 * gdb.base/async-shell.exp: Likewise.
5039 * gdb.base/attach-pie-misread.exp: Likewise.
5040 * gdb.base/attach-wait-input.exp: Likewise.
5041 * gdb.base/break-entry.exp: Likewise.
5042 * gdb.base/break-interp.exp: Likewise.
5043 * gdb.base/dprintf-detach.exp: Likewise.
5044 * gdb.base/nostdlib.exp: Likewise.
5045 * gdb.base/solib-nodir.exp: Likewise.
5046 * gdb.base/statistics.exp: Likewise.
5047 * gdb.base/testenv.exp: Likewise.
5048 * gdb.mi/mi-exec-run.exp: Likewise.
5049 * gdb.mi/mi-start.exp: Likewise.
5050 * gdb.multi/dummy-frame-restore.exp: Likewise.
5051 * gdb.multi/multi-arch-exec.exp: Likewise.
5052 * gdb.multi/multi-arch.exp: Likewise.
5053 * gdb.multi/tids.exp: Likewise.
5054 * gdb.multi/watchpoint-multi.exp: Likewise.
5055 * gdb.python/py-events.exp: Likewise.
5056 * gdb.threads/attach-into-signal.exp: Likewise.
5057 * gdb.threads/attach-stopped.exp: Likewise.
5058 * gdb.threads/threadapply.exp: Likewise.
5059 * lib/selftest-support.exp: Likewise.
5060
26d6cec4
AA
50612018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
5062
5063 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
5064
4ee89e90
SR
50652018-03-20 Stephen Roberts <stephen.roberts@arm.com>
5066
5067 * gdb.perf/template-breakpoints.cc: New file.
5068 * gdb.perf/template-breakpoints.exp: New file.
5069 * gdb.perf/template-breakpoints.py: New file.
5070
92630041
TT
50712018-03-19 Tom Tromey <tom@tromey.com>
5072
5073 * gdb.rust/simple.rs (main): Add local variables field1, field2,
5074 y0.
5075 * gdb.rust/simple.exp: Test bare identifier form of struct
5076 initializer.
5077
76727919
TT
50782018-03-19 Tom Tromey <tom@tromey.com>
5079
5080 * gdb.gdb/observer.exp: Remove.
5081
194ed413
AA
50822018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5083
5084 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
5085 "qualified" option when setting breakpoints.
5086 * gdb.trace/backtrace.exp: Likewise.
5087 * gdb.trace/circ.exp: Likewise.
5088 * gdb.trace/collection.exp: Likewise.
5089 * gdb.trace/disconnected-tracing.exp: Likewise.
5090 * gdb.trace/ftrace-lock.exp: Likewise.
5091 * gdb.trace/ftrace.exp: Likewise.
5092 * gdb.trace/infotrace.exp: Likewise.
5093 * gdb.trace/packetlen.exp: Likewise.
5094 * gdb.trace/passc-dyn.exp: Likewise.
5095 * gdb.trace/qtro.exp: Likewise.
5096 * gdb.trace/read-memory.exp: Likewise.
5097 * gdb.trace/report.exp: Likewise.
5098 * gdb.trace/signal.exp: Likewise.
5099 * gdb.trace/status-stop.exp: Likewise.
5100 * gdb.trace/strace.exp: Likewise.
5101 * gdb.trace/tfind.exp: Likewise.
5102 * gdb.trace/trace-break.exp: Likewise.
5103 * gdb.trace/trace-condition.exp: Likewise.
5104 * gdb.trace/trace-mt.exp: Likewise.
5105 * gdb.trace/tstatus.exp: Likewise.
5106 * gdb.trace/tsv.exp: Likewise.
5107 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
5108 * gdb.trace/unavailable.exp: Likewise.
5109 * gdb.trace/while-dyn.exp: Likewise.
5110
8b067d2c
AA
51112018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5112
5113 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
5114 that libinproctrace is copied to the target.
5115
3ae9ce5d
TT
51162018-03-14 Tom Tromey <tom@tromey.com>
5117
5118 PR cli/14977:
5119 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
5120 a null pointer.
5121 * gdb.base/wchar.exp: Likewise.
5122
b8c2339b
TT
51232018-03-14 Tom Tromey <tom@tromey.com>
5124
5125 PR cli/19918:
5126 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
5127 flag.
5128
4872dc46
SM
51292018-03-08 Simon Marchi <simon.marchi@ericsson.com>
5130
5131 PR gdb/22841
5132 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
5133 "target" to remote_exec.
5134
e4fe3756
SM
51352018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
5136
5137 PR gdb/22841
5138 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
5139 ${board}_upload): Remove.
5140
e95a97d4
AA
51412018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
5142
5143 * gdb.cp/watch-cp.cc: New test.
5144 * gdb.cp/watch-cp.exp: New file.
5145
dbbb1059
AB
51462018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5147
5148 * gdb.base/infcall-nested-structs.exp: New file.
5149 * gdb.base/infcall-nested-structs.c: New file.
5150 * gdb.base/float.exp: Add riscv support.
5151
ecc054c0
TP
51522018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
5153
5154 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
5155 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
5156
25e3c82c
SDJ
51572018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
5158
5159 * gdb.server/abspath.exp: New file.
5160 * lib/gdb.exp (with_cwd): New procedure.
5161
3083294d
SM
51622018-02-28 Simon Marchi <simon.marchi@ericsson.com>
5163
5164 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
5165 use it.
5166 (gdb_is_target_remote_prompt): New proc.
5167 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
5168 (gdb_is_target_native): Pass prompt parameter to
5169 gdb_is_target_1.
5170
3275ef47
SM
51712018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
5172
5173 * gdb.base/load-command.c: New file.
5174 * gdb.base/load-command.exp: New file.
5175 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
5176 (gdb_is_target_1): ...this, and generalize for other targets
5177 than just remote.
5178 (gdb_is_target_remote): Use gdb_is_target_1.
5179 (gdb_is_target_native): use gdb_is_target_1.
5180
6893c19a
TT
51812018-02-26 Tom Tromey <tom@tromey.com>
5182
5183 PR python/16497:
5184 * gdb.python/py-framefilter.exp: Update test.
5185
2ddeaf8a
TT
51862018-02-26 Tom Tromey <tom@tromey.com>
5187
5188 * gdb.dwarf2/variant.c: New file.
5189 * gdb.dwarf2/variant.exp: New file.
5190
c9317f21
TT
51912018-02-26 Tom Tromey <tom@tromey.com>
5192
5193 * gdb.rust/simple.exp: Accept more possible results in enum test.
5194
6f6d0c26
SM
51952018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
5196
5197 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
5198 parentheses.
5199
11b03145
MR
52002018-02-23 Maciej W. Rozycki <macro@mips.com>
5201
5202 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
5203 name of a variable: $actual_linejj -> $actual_line.
5204
54a27fe5
JB
52052018-02-21 John Baldwin <jhb@FreeBSD.org>
5206
5207 * gdb.arch/amd64-i386-address.exp: Fix a typo.
5208
de65820c
MM
52092018-02-20 Markus Metzger <markus.t.metzger@intel.com>
5210
5211 * gdb.btrace/buffer-size.exp: Do not force BTS.
5212
980548fd
PA
52132018-02-14 Pedro Alves <palves@redhat.com>
5214
5215 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
5216 getting a "Quit".
5217
c4e12631
MM
52182018-02-09 Markus Metzger <markus.t.metzger@intel.com>
5219
5220 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
5221 Fix test name.
5222
c2e0e465
SM
52232018-02-07 Simon Marchi <simon.marchi@ericsson.com>
5224
5225 * gdb.cp/m-static.exp: Check type of optimized out static
5226 member.
5227
f7216783
AB
52282018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
5229
5230 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
5231 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
5232
0625771b
LS
52332018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
5234 Leszek Swirski <leszeks@google.com>
5235
5236 * gdb.python/py-prettyprint.c
5237 (struct to_string_returns_value_inner,
5238 struct to_string_returns_value_wrapper): New.
5239 (main): Add tsrvw variable.
5240 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
5241 ToStringReturnsValueWrapper): New classes.
5242 (register_pretty_printers): Register new pretty-printers.
5243 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
5244 recursive pretty printer.
5245 * gdb.python/py-mi.exp: Likewise.
5246
59498c30
LS
52472018-02-01 Leszek Swirski <leszeks@google.com>
5248
5249 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
5250 functions with the same name as an include file are parsed
5251 correctly.
5252
d4d38844
YQ
52532018-02-01 Yao Qi <yao.qi@linaro.org>
5254
5255 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
5256 "\[^\r\n\]*".
5257
07e5f5cf
NP
52582018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
5259
5260 * gdb.arch/powerpc-prologue-frame.s: New file.
5261 * gdb.arch/powerpc-prologue-frame.c: Likewise.
5262 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
5263
929b5ad4
JB
52642018-01-31 Joel Brobecker <brobecker@adacore.com>
5265
5266 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
5267
e671cd59
PA
52682018-01-30 Pedro Alves <palves@redhat.com>
5269
5270 PR gdb/13211
5271 * gdb.base/interrupt-daemon.c: New.
5272 * gdb.base/interrupt-daemon.exp: New.
5273 * gdb.multi/multi-term-settings.c: New.
5274 * gdb.multi/multi-term-settings.exp: New.
5275
fc413dc4
JB
52762018-01-30 Joel Brobecker <brobecker@adacore.com>
5277
5278 * gdb.base/break.exp: Save the location where the breakpoint
5279 on break.c:47 was actually inserted when debugging the version
5280 compiled at -O2 and use it in the expected output of the "info
5281 break" test performed soon after.
5282
5c319bb2
PA
52832018-01-22 Pedro Alves <palves@redhat.com>
5284 Sergio Durigan Junior <sergiodj@redhat.com>
5285
5286 * gdb.base/whatis.exp: Add tests for 'set print object on' +
5287 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
5288
a9e40818
JB
52892018-01-22 Joel Brobecker <brobecker@adacore.com>
5290
5291 * gdb.base/break-include.c, gdb.base/break-include.inc,
5292 gdb.base/break-include.exp: New files.
5293 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
5294 line number now being the actual line number where the breakpoint
5295 was inserted.
5296 * gdb.mi/mi-break.exp: Likewise.
5297 * gdb.mi/mi-reverse.exp: Likewise.
5298 * gdb.mi/mi-simplerun.exp: Ditto.
5299
e707fc44
AB
53002018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
5301
5302 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
5303 varobj.
5304 * gdb.mi/mi-var-create-rtti.exp: Likewise.
5305
ae451627
AB
53062018-01-21 Don Breazeal <donb@codesourcery.com>
5307 Andrew Burgess <andrew.burgess@embecosm.com>
5308
5309 * gdb.mi/basics.c: Add new global.
5310 * gdb.mi/mi-frame-regs.exp: New file.
5311 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
5312 case.
5313
b1b189e0
AB
53142018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
5315
5316 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
5317 non-parameter, and on an unknown symbol.
5318
fcfcc376
TT
53192018-01-19 Tom Tromey <tom@tromey.com>
5320
5321 * gdb.rust/modules.rs (TWENTY_THREE): New global.
5322 * gdb.rust/modules.exp: Add ::-qualified lookup test.
5323
634c1c31
AA
53242018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5325
5326 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
5327 setrlimit and chdir to int.
5328
d6ad07fd
AA
53292018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5330
5331 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
5332 function.
5333 (my_tend): Likewise.
5334 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
5335 rationale of avoiding FP- and vector instructions.
5336
adf8243b
RK
53372018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
5338
5339 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
5340 "info reg" with "\[ \t\]*".
5341 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
5342 "\[ \t\]+".
5343 * gdb.arch/s390-multiarch.exp: Ditto.
5344 * gdb.base/pc-fp.exp: Ditto.
5345 * gdb.reverse/i386-precsave.exp: Ditto.
5346 * gdb.reverse/i386-reverse.exp: Ditto.
5347 * gdb.reverse/i387-env-reverse.exp: Ditto.
5348 * gdb.reverse/i387-stack-reverse.exp: Ditto.
5349
dcc06925
AA
53502018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
5351
5352 * lib/gdb.exp (gdb_compile): Re-enable use of
5353 universal_compile_options for languages other than Rust.
5354
25d4fd80
AA
53552018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
5356
5357 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
5358
ee7f689e 53592018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
5360
5361 PR gdb/16577
5362 * gdb.base/solib-vanish.exp: New.
5363 * gdb.base/solib-vanish-main.c: New.
5364 * gdb.base/solib-vanish-lib1.c: New.
5365 * gdb.base/solib-vanish-lib2.c: New.
5366
d8447b6b
YQ
53672018-01-17 Yao Qi <yao.qi@linaro.org>
5368
5369 * gdb.compile/compile.exp: Match the address printed for
5370 frame in the output of command "bt".
5371
86d6a90c
TT
53722018-01-15 Tom Tromey <tom@tromey.com>
5373
5374 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
5375 compute sp_reg.
5376
cbcdb1aa
AB
53772018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
5378
5379 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
5380 to prepare.
5381 (prepare): Return 0 on error, 1 on success.
5382
eea61984
PA
53832018-01-12 Pedro Alves <palves@redhat.com>
5384
5385 * gdb.base/continue-after-aborted-step-over.c: New.
5386 * gdb.base/continue-after-aborted-step-over.exp: New.
5387
6181e9c2
SM
53882018-01-11 Simon Marchi <simon.marchi@ericsson.com>
5389
5390 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
5391 options when not creating an executable.
5392
3cada740
PA
53932018-01-11 Pedro Alves <palves@redhat.com>
5394
5395 PR remote/22597
5396 * gdb.server/stop-reply-no-thread.c: New file.
5397 * gdb.server/stop-reply-no-thread.exp: New file.
5398
c63d3e8d
PA
53992018-01-10 Pedro Alves <palves@redhat.com>
5400
5401 PR gdb/22670
5402 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
5403 functions too. Test setting breakpoints and printing C functions
5404 with no debug info too.
5405 * gdb.ada/bp_c_mixed_case/qux.c: New file.
5406
d4c2a405
PA
54072018-01-10 Pedro Alves <palves@redhat.com>
5408
5409 PR gdb/22670
5410 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
5411 a fail.
5412
8825213e
PA
54132018-01-10 Pedro Alves <palves@redhat.com>
5414
5415 PR gdb/22670
5416 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
5417
605fd3c6
YQ
54182018-01-08 Simon Marchi <simon.marchi@ericsson.com>
5419
5420 * gdb.server/unittest.exp: Match the output in non-development
5421 mode.
5422
1e5ded6c
YQ
54232018-01-08 Simon Marchi <simon.marchi@ericsson.com>
5424
5425 * gdb.gdb/unittest.exp: Match output in non-development mode.
5426
30066b0b
JB
54272018-01-08 Joel Brobecker <brobecker@adacore.com>
5428
5429 * gdb.ada/access_tagged_param.exp: Relax expected output
5430 for value of "ObjL" in "continue" to pck.inspect breakpoint
5431 test.
5432
04bafb1e
XR
54332018-01-08 Joel Brobecker <brobecker@adacore.com>
5434
9f86398b
JB
5435 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
5436 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 5437
e379cee6
PA
54382018-01-05 Pedro Alves <palves@redhat.com>
5439
5440 PR gdb/18653
5441 * gdb.base/libsegfault.exp: New.
5442
de63c46b
PA
54432018-01-05 Joel Brobecker <brobecker@adacore.com>
5444
5445 PR gdb/22670
5446 * gdb.ada/access_tagged_param.exp: New file.
5447 * gdb.ada/access_tagged_param/foo.adb: New file.
5448
f98fc17b
PA
54492018-01-05 Pedro Alves <palves@redhat.com>
5450
5451 PR gdb/22670
5452 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
5453 exercise lower case too, and to exercise both full matching and
5454 wild matching.
5455
342f8240
JB
54562018-01-05 Joel Brobecker <brobecker@adacore.com>
5457
5458 * gdb.ada/rename_subscript_param: New testcase.
5459
7150d33c
JG
54602018-01-05 Jerome Guitton <guitton@adacore.com>
5461
5462 * gdb.ada/arr_acc_idx_w_gap: New testcase.
5463
cc0e770c
JB
54642018-01-05 Joel Brobecker <brobecker@adacore.com>
5465
5466 * gdb.ada/convvar_comp: New testcase.
5467
672a41aa 54682018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
5469
5470 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
5471 (My_Table): New global variable.
5472 * testsuite/gdb.ada/array_char_idx.exp: Add test.
5473
7365ec2f
JB
54742018-01-04 Joel Brobecker <brobecker@adacore.com>
5475
5476 PR gdb/22670
5477 * gdb.ada/maint_with_ada: New testcase.
5478
289483b6
JB
54792018-01-04 Joel Brobecker <brobecker@adacore.com>
5480
5481 PR gdb/22670
5482 * gdb.ada/bp_c_mixed_case: New testcase.
5483
344420da
JB
54842018-01-04 Joel Brobecker <brobecker@adacore.com>
5485
5486 PR gdb/22670
5487 * gdb.ada/complete.exp: Add "complete break ada" test.
5488
66fc87a0
JB
54892018-01-04 Joel Brobecker <brobecker@adacore.com>
5490
5491 PR gdb/22670
5492 * gdb.ada/info_addr_mixed_case: New testcase.
5493
9f757bf7
XR
54942018-01-03 Xavier Roirand <roirand@adacore.com>
5495
5496 * gdb.ada/excep_handle.exp: New testcase.
5497 * gdb.ada/excep_handle/foo.adb: New file.
5498 * gdb.ada/excep_handle/pck.ads: New file.
5499
bd570f80
JB
55002018-01-03 Joel Brobecker <brobecker@adacore.com>
5501
5502 * gdb.base/step-line.c: Add extra empty line in copyright header.
5503 * gdb.base/step-line.inp: Likewise.
5504
9fe561ab
JB
55052018-01-02 Joel Brobecker <brobecker@adacore.com>
5506
5507 * gdb.ada/dyn_stride.exp: Add slice test.
5508
a405673c
JB
55092018-01-02 Joel Brobecker <brobecker@adacore.com>
5510
5511 * gdb.ada/dyn_stride: New testcase.
5512
cef0f868
SH
55132017-12-27 Stafford Horne <shorne@gmail.com>
5514
5515 * gdb.xml/extra-regs.xml: Add example foo reggroup.
5516 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
5517
b67d92b0
SH
55182017-12-27 Stafford Horne <shorne@gmail.com>
5519
5520 * gdb.base/reggroups.c: New file.
5521 * gdb.base/reggroups.exp: New file.
5522
eccab96d
JB
55232017-12-18 Joel Brobecker <brobecker@adacore.com>
5524
5525 * gdb.dwarf2/ada-valprint-error.c: New file.
5526 * gdb.dwarf2/ada-valprint-error.exp: New file.
5527
0e2da9f0
JB
55282017-12-18 Joel Brobecker <brobecker@adacore.com>
5529
5530 * gdb.ada/assign_arr: New testcase.
5531
cb923fcc
XR
55322017-12-18 Xavier Roirand <roirand@adacore.com>
5533
5534 * gdb.ada/funcall_ptr: New testcase.
5535
7c161838
SDJ
55362017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
5537
5538 PR cli/16224
5539 * gdb.base/ptype-offsets.cc: New file.
5540 * gdb.base/ptype-offsets.exp: New file.
5541
1af17fd9
YQ
55422017-12-15 Yao Qi <yao.qi@linaro.org>
5543
5544 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
5545 if XML is disabled.
5546
828d5846
XR
55472017-12-15 Xavier Roirand <roirand@adacore.com>
5548
5549 * gdb.ada/same_component_name: New testcase.
5550
79e8fcaa
JB
55512017-12-14 Joel Brobecker <brobecker@adacore.com>
5552
5553 * gdb.ada/str_binop_equal: New testcase.
5554
e05fa6f9
JB
55552017-12-14 Joel Brobecker <brobecker@adacore.com>
5556
5557 * gdb.ada/task_switch_in_core: New testcase.
5558
b89641ba
SM
55592017-12-13 Simon Marchi <simon.marchi@ericsson.com>
5560
5561 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
5562 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
5563 call test_bkpt_qualified.
5564 (test_bkpt_qualified): New proc.
5565
6892d2e4
PA
55662017-12-13 Pedro Alves <palves@redhat.com>
5567
5568 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
5569 Tighten regexp by matching with an anchor.
5570
a22ecf70
PA
55712017-12-13 Pedro Alves <palves@redhat.com>
5572
5573 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
5574 ("expression with namespace"): New set of tests.
5575 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
5576 (Nested::Test_NS::qux): New.
5577 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
5578 defaults to 'start_quote_char' and 'end_quote_char' parameters.
5579
9937536c
JB
55802017-12-13 Joel Brobecker <brobecker@adacore.com>
5581
5582 * gdb.base/server-del-break.c: New file.
5583 * gdb.base/server-del-break.exp: New file.
5584
fe49c6f5
SH
55852017-12-12 Stafford Horne <shorne@gmail.com>
5586
5587 * gdb.xml/tdesc-regs.exp: Add or1k support.
5588
c3d18620
SH
55892017-12-12 Stafford Horne <shorne@gmail.com>
5590
5591 * gdb.base/bp-permanent.c: Define nop of or1k.
5592
c5f9cfc8
JB
55932017-12-11 Joel Brobecker <brobecker@adacore.com>
5594
5595 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
5596 output with components being reordered.
5597
a9c135fc
JB
55982017-12-11 Joel Brobecker <brobecker@adacore.com>
5599
5600 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
5601 output with components being reordered.
5602
927aa2e7
JK
56032017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5604 Pedro Alves <palves@redhat.com>
5605
5606 * gdb.base/maint.exp (check for .gdb_index): Check also for
5607 .debug_names.
5608 * gdb.dlang/watch-loc.c (.debug_aranges): New.
5609 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
5610 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
5611 (.gdb_index used after symbol reloading): Support also .debug_names.
5612 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
5613
f17d9474
YQ
56142017-12-08 Yao Qi <yao.qi@linaro.org>
5615
5616 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
5617 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
5618
a0de8c21
YQ
56192017-12-08 Yao Qi <yao.qi@linaro.org>
5620
5621 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
5622 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
5623
a738ea1d
YQ
56242017-12-08 Yao Qi <yao.qi@linaro.org>
5625
5626 * gdb.arch/aarch64-tagged-pointer.c: New file.
5627 * gdb.arch/aarch64-tagged-pointer.exp: New file.
5628
1cd9a73b
SDJ
56292017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
5630
5631 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
5632 "int".
5633
fa6eb693
KS
56342017-12-07 Keith Seitz <keiths@redhat.com>
5635
5636 PR breakpoints/22569
5637 * gdb.linespec/ls-errs.exp: Change expected result of "break
5638 -source this file has spaces.c -line 3".
5639 Check that an explicit source file followed by whitespace is
5640 identified as an invalid explicit location.
5641
883fd55a
KS
56422017-12-07 Keith Seitz <keiths@redhat.com>
5643
5644 * gdb.cp/nested-types.cc: New file.
5645 * gdb.cp/nested-types.exp: New file.
5646 * lib/cp-support.exp: Load data-structures.exp library.
5647 (debug_cp_test_ptype_class): New global.
5648 (cp_ptype_class_verbose, next_line): New procedures.
5649 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
5650 Add and document new return value.
5651 Switch the list of lines to a queue.
5652 Add support for new `type' key for nested type definitions.
5653 Add debugging/troubleshooting messages.
5654 * lib/data-structures.exp: New file.
5655
ec72db3e
SM
56562017-12-07 Simon Marchi <simon.marchi@ericsson.com>
5657
5658 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
5659 with proc_with_prefix, don't use with_test_prefix.
5660
99598d71
TT
56612017-12-07 Tom Tromey <tom@tromey.com>
5662
5663 * gdb.base/break.exp: Add test for empty "commands".
5664
a8806230
YQ
56652017-12-07 Yao Qi <yao.qi@linaro.org>
5666
5667 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
5668 malloc and catch syscall.
5669
824cc835
PM
56702017-12-07 Phil Muldoon <pmuldoon@redhat.com>
5671
e79be6e5 5672 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
824cc835
PM
5673 tests for explicit locations.
5674
7cc244de
PA
56752017-12-06 Pedro Alves <palves@redhat.com>
5676
5677 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
5678 force-disabling XML descriptions.
5679
50a1fdd5
PA
56802017-12-04 Pedro Alves <palves@redhat.com>
5681
5682 PR gdb/22499
5683 * gdb.arch/amd64-disp-step-avx.S: New file.
5684 * gdb.arch/amd64-disp-step-avx.exp: New file.
5685
f0fb2488
PA
56862017-12-03 Pedro Alves <palves@redhat.com>
5687
5688 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
5689 and <string.h>.
5690 (parent_function): Print distinct messages when waitpid fails, or
5691 the child exits with a signal, or the child exits for an unhandled
5692 reason.
5693 * gdb.threads/process-dies-while-detaching.exp
5694 (detach_and_expect_exit): New 'inf_output_re' parameter and use
5695 it. Wait for both inferior output and GDB's prompt. Use an
5696 indirect spawn id list.
5697 (do_detach): New parameter 'child_exit'. Use it to compute
5698 expected inferior output.
5699 (test_detach, test_detach_watch, test_detach_killed_outside):
5700 Adjust to pass down the expected child exit kind.
5701
97cbe998
SDJ
57022017-12-01 Joel Brobecker <brobecker@adacore.com>
5703 Sergio Durigan Junior <sergiodj@redhat.com>
5704 Pedro Alves <palves@redhat.com>
5705
5706 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
5707
40fc416f
SDJ
57082017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
5709
5710 * gdb.base/relocate.exp: Add tests to guarantee that arguments
5711 to 'symbol-file' and 'add-symbol-file' can be
5712 position-independent.
5713
1cc75e92
YQ
57142017-12-01 Yao Qi <yao.qi@linaro.org>
5715
5716 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
5717 the URL in copyright header.
5718 * gdb.arch/aarch64-fp.exp: Likewise.
5719 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
5720 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
5721 * gdb.base/expand-psymtabs.exp: Likewise.
5722 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
5723 * gdb.fortran/common-block.exp: Likewise.
5724 * gdb.fortran/common-block.f90: Likewise.
5725 * gdb.fortran/logical.exp: Likewise.
5726 * gdb.fortran/vla-datatypes.f90: Likewise.
5727 * gdb.fortran/vla-sub.f90: Likewise.
5728
875fb7a7
JB
57292017-11-30 Joel Brobecker <brobecker@adacore.com>
5730
5731 * gdb.ada/repeat_dyn: New testcase.
5732
6f14765f
UW
57332017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
5734
5735 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
5736 Update for changed thread numbering.
5737 * gdb.cell/bt.exp: Update for changed GDB output.
5738
f1af7b94
SM
57392017-11-30 Simon Marchi <simon.marchi@ericsson.com>
5740
5741 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
5742 setting isremote by hand.
5743 * boards/dwarf4-gdb-index.exp: Likewise.
5744 * boards/fission.exp: Likewise.
5745 * boards/stabs.exp: Likewise.
5746
e3919f3e
PA
57472017-11-30 Pedro Alves <palves@redhat.com>
5748
5749 * gdb.linespec/cpls-ops.exp
5750 (check_explicit_skips_function_argument): Extract the underlying
5751 type of size_t instead of hardcoding it.
5752
bd69330d
PA
57532017-11-29 Pedro Alves <palves@redhat.com>
5754
5755 PR c++/19436
5756 * gdb.linespec/cpls-abi-tag.cc: New file.
5757 * gdb.linespec/cpls-abi-tag.exp: New file.
5758
a20714ff
PA
57592017-11-29 Pedro Alves <palves@redhat.com>
5760
5761 * gdb.base/langs.exp: Use -qualified.
5762 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
5763 it.
5764 * gdb.cp/namespace.exp: Use -qualified.
5765 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
5766 (overload-3, template-overload, template-ret-type, const-overload)
5767 (const-overload-quoted, anon-ns, ambiguous-prefix): New
5768 procedures.
5769 (test_driver): Call them.
5770 * gdb.cp/save-bp-qualified.cc: New.
5771 * gdb.cp/save-bp-qualified.exp: New.
5772 * gdb.linespec/explicit.exp: Test -qualified.
5773 * lib/completion-support.exp (completion::explicit_opts_list): Add
5774 "-qualified".
5775 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
5776
f6f1d339
PM
57772017-11-29 Phil Muldoon <pmuldoon@redhat.com>
5778
5779 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
5780
02ca603a
TT
57812017-11-29 Tom Tromey <tom@tromey.com>
5782
5783 * gdb.base/relocate.exp: Update invalid argument test.
5784 Add new tests for invalid arguments.
5785
ed6c0bfb
TP
57862017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
5787
5788 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
5789 Return 0 as a long.
5790 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
5791
f106e10e
TP
57922017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
5793
5794 * gdb.cp/breakpoint.cc (bar): Set return type to void.
5795 * gdb.cp/psymtab-parameter.cc (func): Likewise.
5796 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
5797 func ().
5798 * gdb.cp/shadow.cc (B.func): Return 0.
5799
10329bb2
JB
58002017-11-27 Joel Brobecker <brobecker@adacore.com>
5801
5802 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
5803 expected output in gdb_expect call to allow the exception
5804 message to be present as well. Fix syntax confusion to avoid
5805 TCL thinking that exception_name is an array.
5806
617cd4bc
UW
58072017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
5808
5809 * gdb.arch/spu-info.c: Include <unistd.h>.
5810 (do_signal_test): Fix broken calls to write.
5811 * gdb.arch/spu-info.exp: Use prepare_for_testing.
5812 Fix checks for empty mailboxes. Update signal tests for corrected
5813 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
5814 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
5815 * gdb.cell/arch.exp: Use standard_output_file.
5816 * gdb.cell/break.exp: Likewise.
5817 * gdb.cell/bt.exp: Likewise.
5818 * gdb.cell/core.exp: Likewise.
5819 * gdb.cell/dwarfaddr.exp: Likewise.
5820 * gdb.cell/ea-cache.exp: Likewise.
5821 * gdb.cell/ea-standalone.exp: Likewise.
5822 * gdb.cell/f-regs.exp: Likewise.
5823 * gdb.cell/fork.exp: Likewise.
5824 * gdb.cell/gcore.exp: Likewise.
5825 * gdb.cell/mem-access.exp: Likewise.
5826 * gdb.cell/ptype.exp: Likewise.
5827 * gdb.cell/registers.exp: Likewise.
5828 * gdb.cell/sizeof.exp: Likewise.
5829 * gdb.cell/solib-symbol.exp: Likewise.
5830 * gdb.cell/solib.exp: Likewise.
617cd4bc 5831
a81aaca0
PA
58322017-11-25 Pedro Alves <palves@redhat.com>
5833
5834 * gdb.base/complete-empty.exp: New file.
5835 * gdb.base/completion.exp: Adjust.
5836
6a3c6ee4
PA
58372017-11-25 Pedro Alves <palves@redhat.com>
5838
5839 * gdb.linespec/cpls-ops.cc: New file.
5840 * gdb.linespec/cpls-ops.exp: New file.
5841 * lib/completion-support.exp (test_complete_prefix_range_re): New,
5842 factored out from ...
5843 (test_complete_prefix_range): ... this.
5844
8955eb2d
PA
58452017-11-24 Pedro Alves <palves@redhat.com>
5846
5847 * gdb.linespec/cpcompletion.exp: New file.
5848 * gdb.linespec/cpls-hyphen.cc: New file.
5849 * gdb.linespec/cpls.cc: New file.
5850 * gdb.linespec/cpls2.cc: New file.
5851 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
5852 test to use test_gdb_complete_unique. Add label completion,
5853 keyword completion and explicit location completion tests.
5854 * lib/completion-support.exp: New file.
5855
e547c119
JB
58562017-11-24 Joel Brobecker <brobecker@adacore.com>
5857
5858 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
5859 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
5860 when hitting an exception catchpoint.
5861
7c3c1aa8
YQ
58622017-11-22 Yao Qi <yao.qi@linaro.org>
5863
5864 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
5865
41bd68f5
SM
58662017-11-22 Simon Marchi <simon.marchi@ericsson.com>
5867
5868 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
5869 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
5870 * gdb.dwarf2/info-locals-optimized-out.c: New file.
5871
1daad298
YQ
58722017-11-22 Yao Qi <yao.qi@linaro.org>
5873
5874 * gdb.base/info-os.exp: Pass pthreads.
5875 * gdb.multi/multi-attach.exp: Likewise.
5876
88465e87
YQ
58772017-11-22 Yao Qi <yao.qi@linaro.org>
5878
5879 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
5880 compiler.
5881
dc196b23
YQ
58822017-11-22 Yao Qi <yao.qi@linaro.org>
5883
5884 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
5885 * gdb.base/break-interp.exp: Likewise.
5886 * gdb.base/jit-attach-pie.exp: Likewise.
5887
2400729e
UW
58882017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5889
5890 * gdb.base/float128.c (large128): New variable.
5891 * gdb.base/float128.exp: Add test to print largest __float128 value.
5892
7a26362d
UW
58932017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5894
5895 * gdb.arch/vsx-regs.exp: Update register content checks.
5896
ed0f4273
UW
58972017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
5898
5899 * gdb.arch/ppc-longdouble.exp: New file.
5900 * gdb.arch/ppc-longdouble.c: Likewise.
5901
a25d69c6
PA
59022017-11-21 Pedro Alves <palves@redhat.com>
5903
5904 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
5905
73fcf641
PA
59062017-11-20 Pedro Alves <palves@redhat.com>
5907
5908 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
5909 (long_double_typedef): New typedefs.
5910 Use DEF on double and long double.
5911 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
5912 cases.
5913 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
5914 and 'long_double_ptr_same_size' locals. Use them to decide
5915 whether cast from array/function to float is valid/invalid.
5916
71a3c369
TT
59172017-11-17 Tom Tromey <tom@tromey.com>
5918
5919 * gdb.rust/traits.rs: New file.
5920 * gdb.rust/traits.exp: New file.
5921
ced9779b
JB
59222017-11-17 Joel Brobecker <brobecker@adacore.com>
5923
5924 * gdb.ada/minsyms: New testcase.
5925
a0922d80
PA
59262017-11-16 Pedro Alves <palves@redhat.com>
5927
5928 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
5929 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
5930
ea04e54c
PA
59312017-11-16 Pedro Alves <palves@redhat.com>
5932
5933 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
5934 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
5935
e849ea89
PA
59362017-11-16 Pedro Alves <palves@redhat.com>
5937
5938 * gdb.server/reconnect-ctrl-c.c: New file.
5939 * gdb.server/reconnect-ctrl-c.exp: New file.
5940
d8ae99a7
PM
59412017-11-16 Phil Muldoon <pmuldoon@redhat.com>
5942
5943 * gdb.python/py-rbreak.exp: New file.
5944 * gdb.python/py-rbreak.c: New file.
5945 * gdb.python/py-rbreak-func2.c: New file.
5946
968a13f8
PA
59472017-11-16 Pedro Alves <palves@redhat.com>
5948
5949 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
5950 pattern.
5951 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
5952 GDB.
5953
71774bc9
SM
59542017-11-15 Simon Marchi <simon.marchi@ericsson.com>
5955
5956 * gdb.tui/completionn.exp (test_tab_completion): Add space in
5957 regex.
5958
ddbb44cf
SM
59592017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
5960
5961 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
5962 test names.
5963
584a564f
PA
59642017-11-09 Pedro Alves <palves@redhat.com>
5965
5966 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
5967 factored out from ...
5968 (top level): ... here, and adjusted to avoid expecting beyond the
5969 prompt in a single gdb_test_multiple.
5970
5ed7a928
PA
59712017-11-09 Pedro Alves <palves@redhat.com>
5972
5973 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
5974 output.
5975 * gdb.server/ext-attach.exp ("kill" test): Likewise.
5976 * gdb.server/ext-restart.exp ("kill" test): Likewise.
5977 * gdb.server/ext-run.exp ("kill" test): Likewise.
5978 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
5979
a60e0738
PA
59802017-11-09 Pedro Alves <palves@redhat.com>
5981
5982 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
5983 match till end of line.
5984
2c88253f
PA
59852017-11-09 Pedro Alves <palves@redhat.com>
5986
5987 * gdb.base/memattr.exp: Tighten regexes to match the end line.
5988
c7a38517
PA
59892017-11-09 Pedro Alves <palves@redhat.com>
5990
5991 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
5992 New procedures, factored out from ...
5993 (top level): ... here, and adjusted to avoid expecting beyond the
5994 prompt in one go.
5995
f29f4b6b
PA
59962017-11-09 Pedro Alves <palves@redhat.com>
5997
5998 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
5999 output. Fix '?' match.
6000
286acbb5
JB
60012017-11-08 Joel Brobecker <brobecker@adacore.com>
6002
6003 * gdb.ada/scoped_watch: New testcase.
6004 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
6005 which is actually correct.
6006 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
6007 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
6008
62d7ae92
PA
60092017-11-08 Pedro Alves <palves@redhat.com>
6010
6011 * gdb.gdb/complaints.exp (test_initial_complaints)
6012 (test_serial_complaints, test_short_complaints): Call
6013 complaint_internal instead of complaint.
6014
280ca31f
DT
60152017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
6016
6017 * gdb.threads/tls-core.c: New file.
6018 * gdb.threads/tls-core.exp: Likewise.
6019
b5ec771e
PA
60202017-11-08 Pedro Alves <palves@redhat.com>
6021
6022 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
6023 (p Exported_Capitalized): New test.
6024 (p exported_capitalized): New test.
6025
a02b41a7
PA
60262017-11-07 Pedro Alves <palves@redhat.com>
6027
6028 * gdb.cp/ena-dis-br-range.exp: Add more tests.
6029
95e95a6d
PA
60302017-11-07 Pedro Alves <palves@redhat.com>
6031
6032 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
6033 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
6034 (disable_invalid, disable_inverted, disable_negative): New
6035 procedures.
6036 ("bad numbers"): New set of tests.
6037
cee62dbd
PA
60382017-11-07 Pedro Alves <palves@redhat.com>
6039
6040 * gdb.cp/ena-dis-br-range.exp: Add tests.
6041
cc638e86
PA
60422017-11-07 Pedro Alves <palves@redhat.com>
6043
6044 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
6045
d0fe4701
XR
60462017-11-07 Xavier Roirand <roirand@adacore.com>
6047 Pedro Alves <palves@redhat.com>
6048
6049 * gdb.base/ena-dis-br.exp: Add reference to
6050 gdb.cp/ena-dis-br-range.exp.
6051 * gdb.cp/ena-dis-br-range.exp: New file.
6052 * gdb.cp/ena-dis-br-range.cc: New file.
6053
46f67f80
PA
60542017-11-06 Pedro Alves <palves@redhat.com>
6055
6056 * gdb.base/attach-non-pgrp-leader.c: New.
6057 * gdb.base/attach-non-pgrp-leader.exp: New.
6058
726e1356
PA
60592017-11-06 Pedro Alves <palves@redhat.com>
6060
6061 * configure.ac: No longer check for termio.h and sgtty.h.
6062 * configure: Regenerate.
6063 * remote-utils.c: Include termios.h instead of gdb_termios.h.
6064 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
6065 Remove termio and sgtty code.
6066
50ab6ace
YQ
60672017-11-03 Yao Qi <yao.qi@linaro.org>
6068
6069 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
6070 in GDB is disabled.
6071
8e68731c
YQ
60722017-11-03 Yao Qi <yao.qi@linaro.org>
6073
6074 * gdb.python/py-thrhandle.exp: Skip it if python is not
6075 enabled.
6076
3a87ae65
SM
60772017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
6078
6079 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
6080 as a breakpoint command.
6081
484d8d36
MD
60822017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
6083
6084 PR python/21213
6085 * gdb.python/py-infthread.exp: Test calling
6086 InferiorThread.inferior () multiple times in a row.
6087
4a27f119
KS
60882017-10-27 Keith Seitz <keiths@redhat.com>
6089
6090 * gdb.opt/inline-break.exp (break_info_1): New procedure.
6091 Test "info break" for every inlined function breakpoint.
6092
bb11dd58
YQ
60932017-10-27 Yao Qi <yao.qi@linaro.org>
6094
6095 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
6096
a43f3893
PF
60972017-10-26 Patrick Frants <osscontribute@gmail.com>
6098
6099 * gdb.cp/classes.exp (test_static_members): Test printing
6100 Outer::instance.
6101 * gdb.cp/classes.c (struct Inner, struct Outer): New.
6102 (Inner::instance, Outer::instance): New.
6103
792ccf00
PA
61042017-10-24 Pedro Alves <palves@redhat.com>
6105
6106 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
6107 extra console" test in two stages.
6108
eb2bfbad
PA
61092017-10-24 Pedro Alves <palves@redhat.com>
6110
6111 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
6112
1f75a651
PA
61132017-10-24 Pedro Alves <palves@redhat.com>
6114
6115 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
6116 loop.
6117
779990d9
PA
61182017-10-24 Pedro Alves <palves@redhat.com>
6119
6120 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
6121 $attempt" and "stoppedtry $stoppedtry" test prefixes.
6122
ad9b8f5d
PA
61232017-10-24 Pedro Alves <palves@redhat.com>
6124
6125 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
6126 parameter and handle it. Don't output read value in test name.
6127
fee6da6e
PA
61282017-10-24 Pedro Alves <palves@redhat.com>
6129
6130 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
6131 custom test name.
6132
10389c2c
PA
61332017-10-24 Pedro Alves <palves@redhat.com>
6134
6135 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
6136 include the unstable output directory name in the test's name.
6137 (initial_setup_simple) <'set args'>: Use custom test name.
6138
a80e65a9
PA
61392017-10-24 Pedro Alves <palves@redhat.com>
6140
6141 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
6142 with explicit test name.
6143
15763a09
PA
61442017-10-20 Pedro Alves <palves@redhat.com>
6145
6146 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
6147 'wait -i'. Use gdb_assert and remote_close.
6148
49a4ce2e
AB
61492017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
6150
6151 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
6152 number from variable rather than hard-coded.
6153
a75868f5
PA
61542017-10-19 Pedro Alves <palves@redhat.com>
6155
6156 * gdb.base/long-inferior-output.c: New file.
6157 * gdb.base/long-inferior-output.exp: New file.
6158
c8ba13ad
KS
61592017-11-18 Keith Seitz <keiths@redhat.com>
6160
6161 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
6162 method.
6163 (main): Call it.
6164 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
6165 Add additional user-defined conversion operator tests.
6166
b27de576
PA
61672017-10-17 Pedro Alves <palves@redhat.com>
6168
6169 * boards/native-stdio-gdbserver.exp: Load "local-board".
6170
8484c955
PA
61712017-10-17 Pedro Alves <palves@redhat.com>
6172
6173 * gdb.base/quit-live.c: New file.
6174 * gdb.base/quit-live.exp: New file.
6175
83d5a34d
KS
61762017-10-16 Keith Seitz <keiths@redhat.com>
6177
6178 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
6179 (class_with_protected_typedef, class_with_private_typedef)
6180 (struct_with_public_typedef, struct_with_protected_typedef)
6181 (struct_with_private_typedef): New classes/structs.
6182 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
6183 typedefs and access specifiers.
6184
739b3f1d
PA
61852017-10-16 Pedro Alves <palves@redhat.com>
6186 Simon Marchi <simon.marchi@polymtl.ca>
6187
6188 * README (Local vs Remote vs Native): New section.
6189 * boards/local-board.exp: New file, with bits factored out from
6190 ...
6191 * boards/native-extended-gdbserver.exp: ... here. Load
6192 "local-board".
6193 * boards/native-gdbserver.exp: Load "local-board".
6194 (${board}_spawn, ${board}_exec): Delete.
6195 * boards/native-stdio-gdbserver.exp: Most contents factored out to
6196 ...
6197 * boards/stdio-gdbserver-base.exp: ... this new file.
6198 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
6199 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
6200 procedure.
6201 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
6202 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
6203 stdio_gdbserver_command.
6204 (${board}_get_remote_address, ${board}_get_comm_port)
6205 (${board}_download, ${board}_upload): Delete.
6206 (get_target_remote_pipe_cmd): New.
6207
fe68b953
SM
62082017-10-16 Simon Marchi <simon.marchi@ericsson.com>
6209
6210 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
6211 test_bkpt_deletion, test_bkpt_cond_and_cmds,
6212 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
6213 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
6214 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
6215 remove with_test_prefix.
6216
300b6685
PA
62172017-10-13 Pedro Alves <palves@redhat.com>
6218
6219 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
6220 * gdb.base/annota1.exp: Use it instead of is_remote.
6221 * gdb.base/annota3.exp: Use it instead of is_remote.
6222 * gdb.cp/annota2.exp: Use it instead of is_remote.
6223 * gdb.cp/annota3.exp: Use it instead of is_remote.
6224 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
6225
50500caf
PA
62262017-10-13 Pedro Alves <palves@redhat.com>
6227
6228 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
6229 (test_num_test_vars, run_and_count_vars, find_env)
6230 (test_set_unset_env, test_inherit_env_var): New procedures.
6231 (top level): Use them.
6232
dad0c6d2
PA
62332017-10-13 Pedro Alves <palves@redhat.com>
6234
6235 * lib/selftest-support.exp (selftest_setup): Extend comments, and
6236 also skip on stub-like targets.
6237
8b0553c1
PA
62382017-10-13 Pedro Alves <palves@redhat.com>
6239
6240 PR gdb/22293
6241 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
6242 (top level): Move some tests to ...
6243 (test_not_found): ... this new procedure.
6244 (top level): Call it.
6245
7594f623
PA
62462017-10-13 Pedro Alves <palves@redhat.com>
6247
6248 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
6249 expect different "info terminal" output if testing with a
6250 non-native target.
6251
ebe3b402
PA
62522017-10-13 Pedro Alves <palves@redhat.com>
6253 Simon Marchi <simon.marchi@polymtl.ca>
6254
6255 PR python/12966
6256 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
6257
42f1b161
PA
62582017-10-13 Pedro Alves <palves@redhat.com>
6259
6260 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
6261 already.
6262
8d6ef72b
PA
62632017-10-13 Pedro Alves <palves@redhat.com>
6264
6265 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
6266 is_remote.
6267
d7bcd5b8
PA
62682017-10-13 Pedro Alves <palves@redhat.com>
6269
6270 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
6271 is_remote.
6272
df479dc6
PA
62732017-10-13 Pedro Alves <palves@redhat.com>
6274
6275 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
6276 is set.
6277 (corefile_test_attach): Likewise. Check can_spawn_for_attach
6278 instead of is_remote.
6279
23fb630a
PA
62802017-10-13 Pedro Alves <palves@redhat.com>
6281
6282 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
6283 (top level): Add comment.
6284
cc77b1dc
PA
62852017-10-13 Pedro Alves <palves@redhat.com>
6286
6287 * gdb.base/remote.exp (top level): Fix comment typo and add
6288 missing return.
6289
27c9e813
PA
62902017-10-13 Pedro Alves <palves@redhat.com>
6291 Simon Marchi <simon.marchi@polymtl.ca>
6292
6293 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
6294 calls and add comments. Skip test if use_gdb_stub is set.
6295 (top level): Use "set cwd" command instead of "cd" command.
6296
5e830d98
PA
62972017-10-13 Pedro Alves <palves@redhat.com>
6298
6299 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
6300 is_remote target check.
6301
f5ca0032
PA
63022017-10-13 Pedro Alves <palves@redhat.com>
6303
6304 * gdb.base/scope.exp: Use build_executable + clean_restart +
6305 gdb_file_cmd instead of prepare_for_testing and no longer skip
6306 "before run" tests on is_remote target boards. Update comments.
6307 * boards/native-extended-gdbserver.exp
6308 (extended_gdbserver_load_last_file): New, factored out from ...
6309 (gdb_load): ... this. Move further below and add comment.
6310 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
6311
8aed1c0d
PA
63122017-10-12 Pedro Alves <palves@redhat.com>
6313
6314 * gdb.base/attach.exp: Remove references to gdb64.
6315 * gdb.base/dbx.exp: Remove references to gdb64.
6316
cfa34c87
SM
63172017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
6318 Pedro Alves <palves@redhat.com>
6319
6320 * gdb.base/label.exp: Remove is_remote target check.
6321
9192b7de
PA
63222017-10-12 Pedro Alves <palves@redhat.com>
6323
6324 * gdb.base/auvx.exp (coredir): Update comment.
6325 (top level) <core_works>: Use "set cwd" command instead of "cd"
6326 command.
6327
6bf0052d
PA
63282017-10-12 Pedro Alves <palves@redhat.com>
6329 Simon Marchi <simon.marchi@polymtl.ca>
6330
6331 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
6332 target boards.
6333
e48ef82d
PA
63342017-10-12 Pedro Alves <palves@redhat.com>
6335 Simon Marchi <simon.marchi@polymtl.ca>
6336
6337 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
6338 Instead skip if there's any gdb_protocol set.
6339
8d7aea57
SM
63402017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
6341 Pedro Alves <palves@redhat.com>
6342
6343 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
6344
30440677
PA
63452017-10-12 Pedro Alves <palves@redhat.com>
6346 Simon Marchi <simon.marchi@polymtl.ca>
6347
6348 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
6349 instead of on dejagnu remote boards.
6350
4e04f045 63512017-10-12 Pedro Alves <palves@redhat.com>
175654b9 6352 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
6353
6354 * gdb.base/inferior-died.exp: Remove is_remote and isnative
6355 checks. Use build_executable + clean_restart instead of
6356 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
6357 of enabling non-stop after starting gdb.
6358
871a186e
PA
63592017-10-12 Pedro Alves <palves@redhat.com>
6360
6361 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
6362 * gdb.threads/non-ldr-exc-2.exp: Ditto.
6363 * gdb.threads/non-ldr-exc-3.exp: Ditto.
6364 * gdb.threads/non-ldr-exc-4.exp: Ditto.
6365
56d704da
AK
63662017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
6367
6368 * gdb.arch/arc-tdesc-cpu.exp: New file.
6369 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
6370
2f20e312
SM
63712017-10-10 Simon Marchi <simon.marchi@ericsson.com>
6372
6373 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
6374
65630365
PA
63752017-10-10 Pedro Alves <palves@redhat.com>
6376
6377 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
6378 expect CLI output.
6379
bf469271
PA
63802017-10-10 Pedro Alves <palves@redhat.com>
6381
6382 * lib/selftest-support.exp (selftest_setup): Update for
6383 captured_command_loop's prototype change.
6384
777a42f1
PA
63852017-10-09 Pedro Alves <palves@redhat.com>
6386
6387 Test both arch1=>arch2 and arch2=>arch1.
6388
6389 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
6390 (srcfile2, binfile2, march1, march2): Remove globals. Largely
6391 factored out to...
6392 (append_arch1_options, append_arch2_options, append_arch_options)
6393 (build_executables): New procedures.
6394 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
6395 local.
6396 (top level): Add new 'first_arch' testing axis.
6397
cbd2b4e3
PA
63982017-10-09 Pedro Alves <palves@redhat.com>
6399
6400 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
6401 (barrier): New.
6402 (thread_start, all_started): New functions.
6403 (main): Spawn new thread and wait until it is scheduled.
6404 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
6405 option.
6406 (do_test): Add 'selected_thread' parameter. Run to all_started
6407 instead of main. Explicitly set the breakpoint at main. Switch
6408 to the SELECTED_THREAD thread.
6409 (top level): Test handling the exec event with either the main
6410 thread or the second thread selected.
6411
5c9e4427
PA
64122017-10-09 Pedro Alves <palves@redhat.com>
6413
6414 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
6415 logic. Move STOP marker after the value checks.
6416 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
6417 regexp.
6418
b3b7c423
SL
64192017-10-06 Sandra Loosemore <sandra@codesourcery.com>
6420
6421 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
6422
3b4b2f16
UW
64232017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
6424
6425 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
6426 integer-to-dfp conversion.
6427 * gdb.base/dfp-test.exp: Likewise.
6428
5cd63fda
PA
64292017-10-04 Pedro Alves <palves@redhat.com>
6430
6431 * gdb.multi/hangout.c: Include <unistd.h>.
6432 (hangout_loop): New function.
6433 (main): Call alarm. Call hangout_loop in a loop.
6434 * gdb.multi/hello.c: Include <unistd.h>.
6435 (hello_loop): New function.
6436 (main): Call alarm. Call hangout_loop in a loop.
6437 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
6438 inferior with the other selected.
6439
4c71c105
SM
64402017-10-04 Simon Marchi <simon.marchi@ericsson.com>
6441
6442 * gdb.mi/list-thread-groups-available.exp: New file.
6443 * gdb.mi/list-thread-groups-available.c: New file.
6444
bc3b087d
SDJ
64452017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
6446
6447 * gdb.base/set-cwd.exp: Make it available on
6448 native-extended-gdbserver.
6449
d092c5a2
SDJ
64502017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
6451
6452 * gdb.base/set-cwd.c: New file.
6453 * gdb.base/set-cwd.exp: Likewise.
6454
45320ffa
TT
64552017-10-02 Tom Tromey <tom@tromey.com>
6456
6457 PR rust/22236:
6458 * gdb.rust/simple.rs (main): New variable "fslice".
6459 * gdb.rust/simple.exp: Add slice tests. Update string tests.
6460
b3e3859b
TT
64612017-10-02 Tom Tromey <tom@tromey.com>
6462
6463 * gdb.rust/simple.exp: Test ptype of a slice.
6464
01af5e0d
TT
64652017-10-02 Tom Tromey <tom@tromey.com>
6466
6467 * gdb.rust/simple.exp: Test index of slice.
6468
a9bbfbd8
TT
64692017-09-27 Tom Tromey <tom@tromey.com>
6470
6471 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
6472
df8899e5
TP
64732017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
6474 Pedro Alves <palves@redhat.com>
6475
6476 * gdb.base/compare-sections.exp (get value of read-only section): Read
6477 as unsigned value.
6478 (corrupt read-only section): Likewise and don't set written if patching
6479 failed.
6480
757bf54b
KB
64812017-09-21 Kevin Buettner <kevinb@redhat.com>
6482
6483 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
6484 files.
6485
06871ae8
PA
64862017-09-20 Pedro Alves <palves@redhat.com>
6487
6488 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
6489 symbol names in gdb's output.
6490 * gdb.cp/overload.exp ("list all overloads"): Likewise.
6491
e5f25bc5
PA
64922017-09-20 Pedro Alves <palves@redhat.com>
6493
6494 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
6495 Rename to ...
6496 (test_list_ambiguous_symbol): ... this and add a symbol name
6497 parameter. Adjust.
6498 (test_list_ambiguous_function): Reimplement on top of
6499 test_list_ambiguous_symbol and also test listing ambiguous
6500 variables.
6501 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
6502 (ambiguous_fun): ... this.
6503 (ambiguous_var): New.
6504 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
6505 (ambiguous_fun): ... this.
6506 (ambiguous_var): New.
6507
4e5a4f58
JB
65082017-09-19 John Baldwin <jhb@FreeBSD.org>
6509
6510 * gdb.base/starti.c: New file.
6511 * gdb.base/starti.exp: New file.
6512 * lib/gdb.exp (gdb_starti_cmd): New procedure.
6513
26e53f3e
PA
65142017-09-14 Pedro Alves <palves@redhat.com>
6515
6516 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
6517 (top level): Use it instead of runto.
6518
cb791d59
TT
65192017-09-11 Tom Tromey <tom@tromey.com>
6520
6521 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
6522
7c96f8c1
TT
65232017-09-11 Tom Tromey <tom@tromey.com>
6524
6525 * gdb.python/py-infthread.exp: Add tests for new_thread event.
6526 * gdb.python/py-inferior.exp: Add tests for new inferior events.
6527
469412dd
CW
65282017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
6529
6530 * gdb.fortran/printing-types.exp: New file.
6531 * gdb.fortran/printing-types.exp: New file.
6532
e0f86435
BH
65332017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
6534
6535 * gdb.fortran/vla-ptype.exp: Fix typos.
6536 * gdb.fortran/vla-value.exp: Same.
6537
9e9af4be
BH
65382017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
6539
6540 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
6541 * gdb.mi/mi-var-child-f.exp: Likewise.
6542 * gdb.mi/mi-vla-fortran.exp: Likewise.
6543
a5ad232b 65442017-09-08 Frank Penczek <frank.penczek@intel.com>
e79be6e5
SM
6545 Christoph Weinmann <christoph.t.weinmann@intel.com>
6546 Bernhard Heckel <bernhard.heckel@intel.com>
a5ad232b
FP
6547
6548 * gdb.fortran/ptr-indentation.f90: New file.
6549 * gdb.fortran/ptr-indentation.exp: New file.
6550
5aec60eb
TT
65512017-09-05 Tom Tromey <tom@tromey.com>
6552
6553 PR gdb/22010:
6554 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
6555
8f8f8152
TP
65562017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
6557
6558 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
6559
fbd1b771
JK
65602017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6561
6562 * gdb.threads/tls-nodebug-pie.c: New file.
6563 * gdb.threads/tls-nodebug-pie.exp: New file.
6564
5eb5f850
TT
65652017-09-05 Tom Tromey <tom@tromey.com>
6566
6567 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
6568 for rust.
6569
ae780a21
SM
65702017-09-05 Simon Marchi <simon.marchi@ericsson.com>
6571
6572 * gdb.multi/multi-arch-exec.exp: Test with different
6573 "follow-exec-mode" settings.
6574 (do_test): New procedure.
6575
3693fdb3
PA
65762017-09-04 Pedro Alves <palves@redhat.com>
6577
6578 * gdb.base/func-static.c (S::method const, S::method volatile)
6579 (S::method volatile const): New methods.
6580 (c_s, v_s, cv_s): New instances.
6581 (main): Call method() on them.
6582 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
6583 (cannot_resolve): New procedure.
6584 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
6585 print-quote-unquoted columns.
6586 (do_test): Test printing each scope too.
6587
e68cb8e0
PA
65882017-09-04 Pedro Alves <palves@redhat.com>
6589
6590 * gdb.base/local-static.exp: Also test with
6591 class::method::variable wholly quoted.
6592 * gdb.cp/m-static.exp (class::method::variable): Remove test.
6593
858be34c
PA
65942017-09-04 Pedro Alves <palves@redhat.com>
6595
6596 * gdb.base/local-static.c: New.
6597 * gdb.base/local-static.cc: New.
6598 * gdb.base/local-static.exp: New.
6599
46a4882b
PA
66002017-09-04 Pedro Alves <palves@redhat.com>
6601
6602 * gdb.asm/asm-source.exp: Add casts to int.
6603 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
6604 (dataglobal64_1, dataglobal64_2): New globals.
6605 * gdb.base/nodebug.exp: Test different expressions involving the
6606 new globals, with print, whatis and ptype. Add casts to int.
6607 * gdb.base/solib-display.exp: Add casts to int.
6608 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
6609 * gdb.cp/m-static.exp: Add cast to int.
6610 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
6611 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
6612 tls variable with no debug info without a cast. Test with a cast
6613 to int too.
6614 * gdb.trace/entry-values.exp: Add casts.
6615
2c5a2be1
PA
66162017-09-04 Pedro Alves <palves@redhat.com>
6617
6618 * gdb.base/nodebug.exp: Test that ptype's error about functions
6619 with unknown return type includes the function name too.
6620
7022349d
PA
66212017-09-04 Pedro Alves <palves@redhat.com>
6622
6623 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
6624 return type of munmap in infcall.
6625 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
6626 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
6627 type of ftell in infcall.
6628 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
6629 type of getpid in infcall.
6630 * gdb.base/infcall-exec.exp: Cast return type of execlp in
6631 infcall.
6632 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
6633 Bail on failure to extract the pid.
6634 * gdb.base/nodebug.c: #include <stdint.h>.
6635 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
6636 New functions.
6637 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
6638 Change expected output of print/whatis/ptype with functions with
6639 no debug info. Test all supported languages. Call
6640 test_call_promotion.
6641 * gdb.compile/compile.exp: Adjust expected output to expect
6642 warning.
6643 * gdb.threads/siginfo-threads.exp: Likewise.
6644
54990598
PA
66452017-09-04 Pedro Alves <palves@redhat.com>
6646
6647 * gdb.base/callfuncs.exp (do_function_calls): New parameter
6648 "prototypes". Test calling float functions via prototyped and
6649 unprototyped function pointers.
6650 (perform_all_tests): New parameter "prototypes". Pass it down.
6651 (top level): Pass down "prototypes" parameter to
6652 perform_all_tests.
6653
34d16ea2
SM
66542017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6655
6656 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
6657 Test with nested loops.
6658
9521ecda
SM
66592017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6660
6661 * gdb.base/commands.exp: Call the new procedures.
6662 (loop_break_test, loop_continue_test): New procedures.
6663
80a65e9b
SM
66642017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6665
6666 * gdb.base/commands.exp: Call new procedure.
6667 (define_if_without_arg_test): New procedure.
6668
e439fa14
PA
66692017-09-04 Pedro Alves <palves@redhat.com>
6670
6671 * gdb.base/list-ambiguous.exp: New file.
6672 * gdb.base/list-ambiguous0.c: New file.
6673 * gdb.base/list-ambiguous1.c: New file.
6674 * gdb.base/list.exp (test_list_range): Adjust expected output.
6675
0a2dde4a
SDJ
66762017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
6677
6678 * gdb.base/share-env-with-gdbserver.c: New file.
6679 * gdb.base/share-env-with-gdbserver.exp: Likewise.
6680
5e89eb3a
SM
66812017-08-28 Simon Marchi <simon.marchi@ericsson.com>
6682
6683 * gdb.base/commands.exp (gdbvar_simple_if_test,
6684 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
6685 progvar_simple_if_test, progvar_simple_while_test,
6686 progvar_complex_if_while_test, user_defined_command_test,
6687 user_defined_command_args_eval,
6688 user_defined_command_args_stack_test,
6689 user_defined_command_manyargs_test, bp_deleted_in_command_test,
6690 temporary_breakpoint_commands,
6691 gdb_test_no_prompt, redefine_hook_test,
6692 redefine_backtrace_test): Remove "global gdb_prompt".
6693
fd437cbc
SM
66942017-08-28 Simon Marchi <simon.marchi@ericsson.com>
6695
6696 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
6697 New proc, call it from toplevel.
6698
87215ad1
SDJ
66992017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
6700
6701 PR remote/21852
6702 * gdb.server/normal.c: New file, copied from gdb.base.
6703 * gdb.server/run-without-local-binary.exp: New file.
6704
58afddc6
WP
67052017-08-07 Weimin Pan <weimin.pan@oracle.com>
6706
6707 * gdb.arch/sparc64-adi.exp: New file.
6708 * gdb.arch/sparc64-adi.c: New file.
6709
5277199a
PA
67102017-08-22 Pedro Alves <palves@redhat.com>
6711
6712 * gdb.cp/overload.exp (line_range_pattern): New procedure.
6713 (top level): Add "list all overloads" tests.
6714
14278e1f
TT
67152017-08-22 Tom Tromey <tom@tromey.com>
6716
6717 * gdb.gdb/xfullpath.exp: Remove.
6718
bf223d3e
PA
67192017-08-21 Pedro Alves <palves@redhat.com>
6720
6721 PR gdb/19487
6722 * gdb.base/symbol-alias.c: New.
6723 * gdb.base/symbol-alias2.c: New.
6724 * gdb.base/symbol-alias.exp: New.
6725
c973d0aa
PA
67262017-08-21 Pedro Alves <palves@redhat.com>
6727
6728 * gdb.base/dfp-test.c
6729 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
6730 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
6731 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
6732 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
6733 * gdb.base/whatis-ptype-typedefs.c: New.
6734 * gdb.base/whatis-ptype-typedefs.exp: New.
6735 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
6736 (an_int, an_int_type, an_int_type2): New globals.
6737 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
6738 involving typedefs and cast expressions.
6739 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
6740 (lookup_typedefs_function): New.
6741 (typedefs_pretty_printers_dict): New.
6742 (top level): Register lookup_typedefs_function in
6743 gdb.pretty_printers.
6744
6d580b63
YQ
67452017-08-18 Yao Qi <yao.qi@linaro.org>
6746
6747 * gdb.server/unittest.exp: New.
6748
206726fb
SDJ
67492017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
6750
6751 PR gdb/21954
6752 * gdb.base/environ.exp: Add test to check if 'unset environment'
6753 works.
6754
bf0ec4c2
AA
67552017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6756
6757 * lib/gdb.exp (universal_compile_options): New caching proc.
6758 (gdb_compile): Suppress GCC's coloring of messages.
6759
d6382fff
TT
67602017-08-14 Tom Tromey <tom@tromey.com>
6761
6762 PR gdb/21675:
6763 * gdb.base/printcmds.exp (test_radices): New function.
6764 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
6765 * gdb.base/sizeof.exp (check_valueof): Use p/d.
6766 * lib/gdb.exp (get_integer_valueof): Use p/d.
6767
c2c2dd9f
SM
67682017-08-12 Simon Marchi <simon.marchi@ericsson.com>
6769
6770 * lib/gdb.exp (get_valueof): Don't capture end-of-line
6771 characters.
6772
fdffd6f4
TT
67732017-08-05 Tom Tromey <tom@tromey.com>
6774
6775 * gdb.rust/simple.exp: Allow String to appear in a different
6776 namespace.
6777
27d41eac
YQ
67782017-07-26 Yao Qi <yao.qi@linaro.org>
6779
6780 * gdb.gdb/unittest.exp: Invoke command
6781 "maintenance check xml-descriptions".
6782
031ed05d
AA
67832017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6784
6785 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
6786 calling context.
6787 (hex128): Drop erroneous calculation of parameters.
6788
dcd27ddf
SM
67892017-07-22 Simon Marchi <simon.marchi@ericsson.com>
6790
6791 * gdb.python/py-unwind.exp: Disable stack protection when
6792 building test file.
6793
47e77640
PA
67942017-07-20 Pedro Alves <palves@redhat.com>
6795
6796 * gdb.base/default.exp (set language): Adjust expected output.
6797
62d2a18a
PA
67982017-07-20 Pedro Alves <palves@redhat.com>
6799
6800 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
6801 (test_minsym): ... this, and make static.
6802 (get_pck__foo__bar__minsym): Rename to ...
6803 (get_test_minsym): ... this.
6804 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
6805 symbol names and comments.
6806 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
6807 (get_test_minsym): ... this.
6808 (pck__foo__bar__minsym__2): Rename to ...
6809 (test_minsym): ... this.
6810 (main): Adjust.
6811
c45ec17c
PA
68122017-07-17 Pedro Alves <palves@redhat.com>
6813
6814 * gdb.base/completion.exp: Adjust expected output.
6815 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
6816 the completer works.
6817
c6756f62
PA
68182017-07-17 Pedro Alves <palves@redhat.com>
6819
6820 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
6821
5bd68487
AB
68222017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
6823
6824 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
6825
8880f2a9
TT
68262017-07-14 Tom Tromey <tom@tromey.com>
6827
6828 PR rust/21764:
6829 * gdb.rust/simple.exp: Add tests.
6830
65547233
TT
68312017-07-14 Tom Tromey <tom@tromey.com>
6832
6833 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
6834
8f14146e
PA
68352017-07-14 Pedro Alves <palves@redhat.com>
6836
6837 * gdb.linespec/base/one/thefile.cc (z1): New function.
6838 * gdb.linespec/base/two/thefile.cc (z2): New function.
6839 * gdb.linespec/linespec.exp: Add tests.
6840
b4365d02
AB
68412017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6842
6843 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
6844 to mi_create_breakpoint.
6845
5d2cbaa5
AB
68462017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6847
6848 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
6849 mi_create_breakpoint.
6850
11cb5716
IB
68512017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
6852
6853 * gdb.dlang/demangle.exp: Update for demangling changes.
6854
03278692
TT
68552017-07-09 Tom Tromey <tom@tromey.com>
6856
6857 * gdb.dwarf2/shortpiece.exp: New file.
6858
33c5cd75
DB
68592017-07-06 David Blaikie <dblaikie@gmail.com>
6860
6861 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
6862 built from fissiont-multi-cu{1,2}.c.
6863 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
6864 except putting 'main' and 'func' in separate CUs in the same DWO file.
6865 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
6866 test.
6867 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
6868 test.
6869
8455d262
PA
68702017-07-06 Pedro Alves <palves@redhat.com>
6871
6872 * gdb.python/py-unwind.exp: Test flushregs.
6873
dc4bde35
SDJ
68742017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6875
6876 PR cli/21688
6877 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
6878 tests for alias commands and trailing whitespace.
6879
51ed89aa
SDJ
68802017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6881
6882 PR cli/21688
6883 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
6884 procedure. Call it.
6885
eb17d413
PA
68862017-06-29 Pedro Alves <palves@redhat.com>
6887
6888 * gdb.base/printcmds.exp: Add tests.
6889
41664b45
DG
68902017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
6891
6892 PR gdb/21337
6893 * gdb.base/reread-readsym.exp: New file.
6894 * gdb.base/reread-readsym.c: New file.
6895
75312ae3
KB
68962017-06-21 Kevin Buettner <kevinb@redhat.com>
6897
6898 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
6899 subpattern.
6900
66953522
PB
69012017-06-19 Peter Bergner <bergner@vnet.ibm.com>
6902
6903 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
6904 extended mnemonic.
6905 * gdb.arch/powerpc-power9.s: Likewise.
6906
5524b525
AA
69072017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6908
6909 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
6910 on 32-bit x86 targets. Exploit is_*_target macros where
6911 appropriate.
6912
03c8af18
AA
69132017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6914
6915 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
6916 register pieces.
6917
3bf31011
AA
69182017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6919
6920 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
6921 located in one or more DWARF pieces.
6922
805acca0
AA
69232017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6924
6925 * lib/gdb.exp (get_endianness): New proc.
6926 * gdb.arch/aarch64-fp.exp: Use it.
6927 * gdb.arch/altivec-regs.exp: Likewise.
6928 * gdb.arch/e500-regs.exp: Likewise.
6929 * gdb.arch/vsx-regs.exp: Likewise.
6930 * gdb.base/dump.exp: Likewise.
6931 * gdb.base/funcargs.exp: Likewise.
6932 * gdb.base/gnu_vector.exp: Likewise.
6933 * gdb.dwarf2/formdata16.exp: Likewise.
6934 * gdb.dwarf2/implptrpiece.exp: Likewise.
6935 * gdb.dwarf2/nonvar-access.exp: Likewise.
6936 * gdb.python/py-inferior.exp: Likewise.
6937 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6938
e9352324
AA
69392017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6940
6941 PR gdb/21226
6942 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
6943 stack value pieces are taken from the LSB end.
6944
d5d1163e
AA
69452017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6946
6947 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
6948 variable at nonzero offset.
6949
0567c986
AA
69502017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6951
6952 * gdb.dwarf2/var-access.c: New file.
6953 * gdb.dwarf2/var-access.exp: New test.
6954 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
6955
973e9aab
TT
69562017-06-12 Tom Tromey <tom@tromey.com>
6957
6958 * gdb.dwarf2/formdata16.exp: Add tests.
6959
d9109c80
TT
69602017-06-12 Tom Tromey <tom@tromey.com>
6961
6962 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
6963
30a25466
TT
69642017-06-12 Tom Tromey <tom@tromey.com>
6965
6966 PR exp/16225:
6967 * gdb.reverse/i386-sse-reverse.exp: Update tests.
6968 * gdb.arch/vsx-regs.exp: Update tests.
6969 * gdb.arch/s390-vregs.exp (hex128): New proc.
6970 Update test.
6971 * gdb.arch/altivec-regs.exp: Update tests.
6972
aefd8b33
SDJ
69732017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6974
6975 * gdb.base/startup-with-shell.c: New file.
6976 * gdb.base/startup-with-shell.exp: Likewise.
6977
2090129c
SDJ
69782017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6979
6980 * gdb.server/non-existing-program.exp: Update regex in order to
6981 reflect the fact that gdbserver is now using fork_inferior (with a
6982 shell) to startup the inferior.
6983
8e86a419
SM
69842017-05-30 Simon Marchi <simon.marchi@ericsson.com>
6985
6986 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
6987 support function calls from GDB.
6988
e6cf65f2
TT
69892017-05-21 Tom Tromey <tom@tromey.com>
6990
6991 PR rust/21466:
6992 * gdb.rust/unsized.exp: New file.
6993 * gdb.rust/unsized.rs: New file.
6994
43cc5389
TT
69952017-05-19 Tom Tromey <tom@tromey.com>
6996
6997 PR rust/21484:
6998 * gdb.rust/watch.exp: New file.
6999 * gdb.rust/watch.rs: New file.
7000
ec8df234
TT
70012017-05-18 Tom Tromey <tom@tromey.com>
7002
7003 * gdb.rust/simple.exp: Allow Box to be qualified.
7004
3e3e7fae
TP
70052017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
7006
7007 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
7008
59cc050d
PA
70092017-05-18 Pedro Alves <palves@redhat.com>
7010
7011 * gdb.base/fileio.c (test_write, test_read, test_close)
7012 (test_fstat): Don't print 'ret' in the fail path.
7013
c8f6abd1
PA
70142017-05-18 Pedro Alves <palves@redhat.com>
7015
7016 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
7017 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
7018 (test_system, test_rename, test_unlink, test_time): Change
7019 prototypes.
7020 * gdb.base/fileio.exp (stop_msg): Adjust.
7021
d2a03b77
PA
70222017-05-18 Pedro Alves <palves@redhat.com>
7023
7024 * gdb.base/fileio.c (null_str): New global.
7025 (test_stat): Use it.
7026 * gdb.base/fileio.exp: Remove nowarnings.
7027
0d5c6999
YQ
70282017-05-17 Yao Qi <yao.qi@linaro.org>
7029
7030 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
7031
21873064
YQ
70322017-05-17 Simon Marchi <simon.marchi@ericsson.com>
7033
7034 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
7035 argument command.
7036 (top-level): Invoke test_set_inferior_tty.
7037
d512d31c
PA
70382017-05-04 Pedro Alves <palves@redhat.com>
7039
7040 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
7041 Add parens to print call for Python 3.
7042
90cef2ed
KS
70432017-05-03 Keith Seitz <keiths@redhat.com>
7044
7045 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
7046 (main): Call it.
7047
14f819c8
TW
70482017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7049
7050 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
7051 to prev and next.
7052
913aeadd
TW
70532017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7054
7055 * gdb.python/py-record-btrace.exp: Remove test for
7056 gdb.BtraceInstruction.error.
7057
a3be24ad
TW
70582017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7059
7060 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
7061
ae20e79a
TW
70622017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7063
7064 * gdb.python/py-record-btrace-threads.c: New file.
7065 * gdb.python/py-record-btrace-threads.exp: New file.
7066
45ce1b47
SDJ
70672017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
7068
7069 PR testsuite/8595
7070 * gdb.base/environ.exp: Make test available in all architectures.
7071 Move bits related to "info program" testing to
7072 gdb.base/info-program.exp. Rewrite tests to use the two new
7073 procedures mentione below.
7074 (test_set_show_env_var) New procedure.
7075 (test_set_show_env_var_equal): Likewise.
7076 * gdb.base/info-program.exp: New file.
7077
e15c3eb4
KS
70782017-04-27 Keith Seitz <keiths@redhat.com>
7079
7080 * gdb.cp/oranking.cc (test15): New function.
7081 (main): Call test15 and declare additional variables for testing.
7082 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
7083 "p foo101('abc')" tests.
7084 Add tests for cv qualifier overloads.
7085 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
7086 "lvalue reference overload" test.
7087 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
7088 "print value of f1 on Child&& in f2" test.
7089
3a3fd0fd
PA
70902017-04-19 Pedro Alves <palves@redhat.com>
7091
7092 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
7093 procedure.
7094 (top level): Call it.
7095 * lib/gdb.exp (gdb_define_cmd): New procedure.
7096
53375380
PA
70972017-04-12 Pedro Alves <palves@redhat.com>
7098
7099 PR gdb/21323
7100 * gdb.cp/wide_char_types.c: Include <wchar.h>.
7101 (wchar): New global.
7102 * gdb.cp/wide_char_types.exp (wide_char_types_program)
7103 (do_test_wide_char, wide_char_types_no_program, top level): Add
7104 wchar_t testing.
7105
53e710ac
PA
71062017-04-12 Pedro Alves <palves@redhat.com>
7107
7108 PR c++/21323
7109 * gdb.cp/wide_char_types.c: New file.
7110 * gdb.cp/wide_char_types.exp: New file.
7111
0ad9d8c7
SDJ
71122017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
7113
7114 PR gdb/21352
7115 * gdb.trace/tsv.exp: Add test for "tsave -r".
7116
b1b45502
IB
71172017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
7118
7119 * gdb.dlang/watch-loc.c: New file.
7120 * gdb.dlang/watch-loc.exp: New file.
7121
ec13808e
JK
71222017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7123
7124 * gdb.python/py-section-script.exp (sepdebug): New testcases.
7125
fe5f7374
AK
71262017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
7127
7128 * gdb.arch/arc-analyze-prologue.S: New file.
7129 * gdb.arch/arc-analyze-prologue.exp: Likewise.
7130
eea78757
AK
71312017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
7132
7133 * gdb.arch/arc-decode-insn.S: New file.
7134 * gdb.arch/arc-decode-insn.exp: Likewise.
7135
5badf10a
IR
71362017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
7137
7138 PR tdep/20928
7139 * gdb.arch/sparc64-regs.exp: New file.
7140 * gdb.arch/sparc64-regs.S: Likewise.
7141
cee59b3f
TW
71422017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
7143
7144 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
7145 and memory view on Python 3.
7146
c0f55cc6
AV
71472017-03-20 Artemiy Volkov <artemiyv@acm.org>
7148 Keith Seitz <keiths@redhat.com>
7149
7150 PR gdb/14441
7151 * gdb.cp/demangle.exp: Add rvalue reference tests.
7152 * gdb.cp/rvalue-ref-casts.cc: New file.
7153 * gdb.cp/rvalue-ref-casts.exp: New file.
7154 * gdb.cp/rvalue-ref-overload.cc: New file.
7155 * gdb.cp/rvalue-ref-overload.exp: New file.
7156 * gdb.cp/rvalue-ref-params.cc: New file.
7157 * gdb.cp/rvalue-ref-params.exp: New file.
7158 * gdb.cp/rvalue-ref-sizeof.cc: New file.
7159 * gdb.cp/rvalue-ref-sizeof.exp: New file.
7160 * gdb.cp/rvalue-ref-types.cc: New file.
7161 * gdb.cp/rvalue-ref-types.exp: New file.
7162 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
7163 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
7164
51457a05
MAL
71652017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
7166
7167 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
7168 New procedure.
7169
5b291c04
MAL
71702017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
7171
7172 * lib/mi-support.exp (mi_gdb_test): Add additional message
7173 for unexpected output.
7174
59a56148
AA
71752017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
7176
7177 * gdb.base/examine-backward.c (Barrier): New character array
7178 constant, to ensure that TestStrings is preceded by a string
7179 terminator.
7180
7942e96e
AA
71812017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7182
7183 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
7184 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
7185 and implicit pointer into such a location.
7186
6ebac3fb
DE
71872017-03-16 Doug Evans <dje@google.com>
7188
7189 * gdb.python/py-lazy-string (pointer): Really add new typedef.
7190
ec3b243d
TP
71912017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
7192
7193 * gdb.cp/m-static.exp: Fix expectation for prototype of
7194 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
7195
71962017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
7197
7198 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
7199 * gdb.guile/scm-lazy-string.c: New file.
7200 * gdb.guile/scm-value.exp: Move lazy string tests to ...
7201 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
7202 for pointer, array, typedef lazy strings.
7203
2cc36e25 72042017-03-16 Doug Evans <dje@google.com>
34b43320
DE
7205
7206 PR python/17728, python/18439, python/18779
7207 * gdb.python/py-value.c (main) Delete locals sptr, sn.
7208 * gdb.python/py-lazy-string.c (pointer): New typedef.
7209 (main): New locals ptr, array, typedef_ptr.
7210 * gdb.python/py-value.exp: Move lazy string tests to ...
7211 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
7212 array, typedef lazy strings.
ec3b243d 7213
0efcde63
AK
72142017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
7215
7216 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
7217 Add optional 'test' parameter.
7218
7978d7c3
SM
72192017-03-13 Simon Marchi <simon.marchi@ericsson.com>
7220
7221 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
7222 Skip for versions of DejaGnu < 1.5.
7223
896c0c1e
SM
72242017-03-13 Simon Marchi <simon.marchi@ericsson.com>
7225
7226 * lib/gdb.exp (dejagnu_version): New proc.
7227 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
7228 Use dejagnu_version.
7229
5f4d1085
KS
72302017-03-10 Keith Seitz <keiths@redhat.com>
7231
7232 PR c++/8128
7233 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
7234 type from destructor regexps.
7235 Add a branch which actually passes the test.
7236 Adjust "ptype t5i" test names.
7237
1de05205
PA
72382017-03-08 Pedro Alves <palves@redhat.com>
7239
7240 * gdb.base/step-over-exit.exp: Add explicit test message.
7241
c65d6b55
PA
72422017-03-08 Pedro Alves <palves@redhat.com>
7243
7244 PR gdb/18360
7245 * gdb.threads/interrupt-while-step-over.c: New file.
7246 * gdb.threads/interrupt-while-step-over.exp: New file.
7247
2e86a283
PA
72482017-03-08 Pedro Alves <palves@redhat.com>
7249
7250 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
7251 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
7252
25dcbff6
PA
72532017-03-08 Pedro Alves <palves@redhat.com>
7254
7255 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
7256 PKRU as not supported as a PASS.
7257
dc9366eb
PA
72582017-03-08 Pedro Alves <palves@redhat.com>
7259
7260 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
7261 prefix instead of $binfile1/$binfile2.
7262 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
7263 in test message.
7264 * gdb.python/py-completion.exp: Use "load python file" as test
7265 messages instead of unstable path names.
7266
6e5d74e7
PA
72672017-03-08 Pedro Alves <palves@redhat.com>
7268 Jan Kratochvil <jan.kratochvil@redhat.com>
7269
7270 PR cli/21218
7271 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
7272 New proc.
7273 (top level): Call it.
7274
9753a2f6
PA
72752017-03-08 Pedro Alves <palves@redhat.com>
7276
7277 PR tui/21216
7278 * gdb.tui/tui-nl-filtered-output.exp: New file.
7279
1a4dd9dd
PA
72802017-03-08 Pedro Alves <palves@redhat.com>
7281
7282 * gdb.base/completion.exp: Move TUI completion tests to ...
7283 * gdb.tui/completion.exp: ... this new file.
7284
7cbbff33
PA
72852017-03-08 Pedro Alves <palves@redhat.com>
7286
7287 * gdb.base/tui-disasm-long-lines.c,
7288 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
7289 gdb.base/tui-layout.exp: Move to ...
7290 * gdb.tui/: ... this new directory.
7291
5f6fd321
PA
72922017-03-07 Pedro Alves <palves@redhat.com>
7293
7294 * gdb.base/tui-layout.c: New file.
7295 * gdb.base/tui-layout.exp: New file.
7296
44959fa8
PA
72972017-03-07 Pedro Alves <palves@redhat.com>
7298
7299 * gdb.base/tui-layout.c: Rename to ...
7300 * gdb.base/tui-disasm-long-lines.c: ... this.
7301 * gdb.base/tui-layout.exp: Rename to ...
7302 * gdb.base/tui-disasm-long-lines.exp: ... this.
7303
f8c4e718
PA
73042017-03-07 Pedro Alves <palves@redhat.com>
7305
7306 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
7307
6dbb839a 73082017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
7309
7310 * i386-mpx-call.c: New file.
7311 * i386-mpx-call.exp: New file.
7312
65b48a81
PB
73132017-02-28 Peter Bergner <bergner@vnet.ibm.com>
7314
7315 * gdb.arch/powerpc-power.exp: Delete test.
7316 * gdb.arch/powerpc-power.s: Likewise.
7317 * gdb.disasm/disassembler-options.exp: New test.
7318 * gdb.arch/powerpc-altivec.exp: Likewise.
7319 * gdb.arch/powerpc-altivec.s: Likewise.
7320 * gdb.arch/powerpc-altivec2.exp: Likewise.
7321 * gdb.arch/powerpc-altivec2.s: Likewise.
7322 * gdb.arch/powerpc-altivec3.exp: Likewise.
7323 * gdb.arch/powerpc-altivec3.s: Likewise.
7324 * gdb.arch/powerpc-power7.exp: Likewise.
7325 * gdb.arch/powerpc-power7.s: Likewise.
7326 * gdb.arch/powerpc-power8.exp: Likewise.
7327 * gdb.arch/powerpc-power8.s: Likewise.
7328 * gdb.arch/powerpc-power9.exp: Likewise.
7329 * gdb.arch/powerpc-power9.s: Likewise.
7330 * gdb.arch/powerpc-vsx.exp: Likewise.
7331 * gdb.arch/powerpc-vsx.s: Likewise.
7332 * gdb.arch/powerpc-vsx2.exp: Likewise.
7333 * gdb.arch/powerpc-vsx2.s: Likewise.
7334 * gdb.arch/powerpc-vsx3.exp: Likewise.
7335 * gdb.arch/powerpc-vsx3.s: Likewise.
7336 * gdb.arch/arm-disassembler-options.exp: Likewise.
7337 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
7338 * gdb.arch/s390-disassembler-options.exp: Likewise.
7339
17cd4947
LM
73402017-02-23 Luis Machado <lgustavo@codesourcery.com>
7341
7342 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
7343 (check_supported_features): ... this. Changed return type to void.
7344 (supports_rdseed): New static global.
7345 (rdseed): Check supports_rdseed.
7346 (initialize): Call check_supported_features.
7347
2039d74e
EBM
73482017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7349
7350 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
7351 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
7352 and lqarx/stqcx.
7353 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
7354 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
7355
a51d7ecf
EBM
73562017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7357
7358 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
7359 uppercase.
7360
0224619f
JK
73612017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7362
7363 * gdb.dwarf2/formdata16.c: New file.
7364 * gdb.dwarf2/formdata16.exp: New file.
7365 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
7366
216f72a1
JK
73672017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7368
7369 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
7370 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
7371 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
7372 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
7373 DW_AT_GNU_*.
7374
43988095
JK
73752017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7376
7377 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
7378
99e8a4f9
SDJ
73792017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
7380
7381 PR gdb/21164
7382 * gdb.base/maint.exp: Add testcases for when the commands do
7383 not have arguments.
7384
b58a8c0c
TP
73852017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
7386
7387 * gdb.cp/chained-calls.exp: Use p instead of P.
7388
4e746bb6
TW
73892017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
7390
7391 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
7392 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
7393
3f77c769
TT
73942017-02-14 Tom Tromey <tom@tromey.com>
7395
7396 PR python/13598:
7397 * gdb.python/py-events.exp: Add before_prompt event tests.
7398
075beec0
AA
73992017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7400
7401 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
7402
bf5f525c
LM
74032017-02-13 Luis Machado <lgustavo@codesourcery.com>
7404
7405 * gdb.linespec/explicit.c (my_unique_function_name): New function.
7406 (main): Call my_unique_function_name.
7407 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
7408 completion of patterns with a single match.
7409 Add missing -re switches to gdb_test_multiple calls.
7410
13a66184
LM
74112017-02-13 Luis Machado <lgustavo@codesourcery.com>
7412
7413 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
7414 return if core file is not recognized.
7415
26a06916
SM
74162017-02-10 Simon Marchi <simon.marchi@ericsson.com>
7417
7418 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
7419 and extra UIs.
7420
b761ca9e
SM
74212017-02-10 Simon Marchi <simon.marchi@ericsson.com>
7422
7423 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
7424 proc_with_prefix.
7425
b964bee0
TT
74262017-02-10 Tom Tromey <tom@tromey.com>
7427
7428 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
7429
18da0c51
MG
74302017-02-10 Martin Galvan <martingalvan@sourceware.org>
7431
7432 PR gdb/21122
7433 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
7434
604c4576
JG
74352017-02-08 Jerome Guitton <guitton@adacore.com>
7436
7437 * gdb.base/define.exp: Add test for command abbreviations
7438 in define.
7439
20b477a7
LM
74402017-02-06 Luis Machado <lgustavo@codesourcery.com>
7441
7442 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
7443 * gdb.reverse/insn-reverse-x86.c: New file.
7444
3f7b46f2
IR
74452017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
7446
7447 PR tdep/20936
7448 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
7449
f0fd41c1
TT
74502017-02-03 Tom Tromey <tom@tromey.com>
7451
7452 PR rust/21097:
7453 * gdb.rust/simple.exp: Add new tests.
7454
5be5dbf0
PA
74552017-02-02 Pedro Alves <palves@redhat.com>
7456
7457 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
7458 tests.
7459
7346ef59
AA
74602017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
7461
7462 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
7463 taking a 2-byte value out of a 4-byte DWARF implicit value on
7464 big-endian targets.
7465 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
7466 logic. Add test cases for DW_OP_implicit.
7467
787f0025
MM
74682017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7469
7470 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
7471
68777c29
MM
74722017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7473
7474 * gdb.btrace/enable.exp: Call gdb_exit before
7475 skip_gdbserver_tests.
7476
0a1c7e28
MM
74772017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7478
7479 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
7480 GDBFLAGS.
7481
b5ac99b0
MM
74822017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7483
7484 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
7485 the test is skipped.
7486 * gdb.btrace/data.exp: Likewise.
7487 * gdb.btrace/delta.exp: Likewise.
7488 * gdb.btrace/dlopen.exp: Likewise.
7489 * gdb.btrace/enable-running.exp: Likewise.
7490 * gdb.btrace/enable.exp: Likewise.
7491 * gdb.btrace/exception.exp: Likewise.
7492 * gdb.btrace/function_call_history.exp: Likewise.
7493 * gdb.btrace/gcore.exp: Likewise.
7494 * gdb.btrace/instruction_history.exp: Likewise.
7495 * gdb.btrace/multi-thread-step.exp: Likewise.
7496 * gdb.btrace/nohist.exp: Likewise.
7497 * gdb.btrace/non-stop.exp: Likewise.
7498 * gdb.btrace/reconnect.exp: Likewise.
7499 * gdb.btrace/record_goto-step.exp: Likewise.
7500 * gdb.btrace/record_goto.exp: Likewise.
7501 * gdb.btrace/rn-dl-bind.exp: Likewise.
7502 * gdb.btrace/segv.exp: Likewise.
7503 * gdb.btrace/step.exp: Likewise.
7504 * gdb.btrace/stepi.exp: Likewise.
7505 * gdb.btrace/tailcall-only.exp: Likewise.
7506 * gdb.btrace/tailcall.exp: Likewise.
7507 * gdb.btrace/tsx.exp: Likewise.
7508 * gdb.btrace/unknown_functions.exp: Likewise.
7509 * gdb.btrace/vdso.exp: Likewise.
7510
cd4007e4
MM
75112017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7512
7513 * gdb.btrace/enable-running.c: New.
7514 * gdb.btrace/enable-running.exp: New.
7515
2735833d
WT
75162017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
7517
7518 * gdb.arch/amd64-gs_base.c: New file.
7519 * gdb.arch/amd64-gs_base.exp: New file.
7520
b51e1e94
LM
75212017-01-26 Luis Machado <lgustavo@codesourcery.com>
7522
7523 * lib/memory.exp: Remove spurious empty newlines.
7524
72ca0410
SM
75252017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
7526
7527 * gdb.python/py-bad-printers.exp: Load python file using "source".
7528 * gdb.python/py-events.exp: Likewise.
7529 * gdb.python/py-evsignal.exp: Likewise.
7530 * gdb.python/py-evthreads.exp: Likewise.
7531 * gdb.python/py-frame-args.exp: Likewise.
7532 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
7533 * gdb.python/py-framefilter-mi.exp: Likewise.
7534 * gdb.python/py-framefilter.exp: Likewise.
7535 * gdb.python/py-mi.exp: Likewise.
7536 * gdb.python/py-pp-maint.exp: Likewise.
7537 * gdb.python/py-pp-registration.exp: Likewise.
7538 * gdb.python/py-prettyprint.exp: Likewise.
7539 (run_lang_tests): Likewise.
7540 * gdb.python/py-typeprint.exp: Likewise.
7541
e309aa65
LM
75422017-01-26 Luis Machado <lgustavo@codesourcery.com>
7543
7544 * lib/memory.exp: New file.
7545 * lib/gdb.exp: Load memory.exp.
7546 * gdb.base/memattr.exp (delete_memory): Move proc to
7547 lib/memory.exp and rename to delete_memory_regions.
7548 Replace delete_memory with delete_memory_regions.
7549 Cleanup memory regions before tests.
7550 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
7551 before tests.
7552
515aff23
LM
75532017-01-26 Luis Machado <lgustavo@codesourcery.com>
7554
7555 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
7556 files.
7557 (initialize): New function conditionally defined.
7558 (testcases): Move within conditional block.
7559 (main): Call initialize.
7560 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
7561 of gdb.reverse/insn-reverse.c.
7562 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
7563 gdb.reverse/insn-reverse.c.
7564
d8b49cf0
YQ
75652017-01-26 Yao Qi <yao.qi@linaro.org>
7566
7567 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
7568 disassemble on address 0.
7569
f13a9a0c
YQ
75702017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
7571 Yao Qi <yao.qi@linaro.org>
7572
7573 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
7574 * gdb.dwarf2/implptr-64bit.S: Remove.
7575 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
7576 variables in caller's context. Add DW_OP_implicit_value.
7577
5ac95241
YQ
75782017-01-25 Yao Qi <yao.qi@linaro.org>
7579
7580 * lib/dwarf.exp (Dwarf::_location): Handle
7581 DW_OP_GNU_implicit_pointer with proper size.
7582
23e82930
LM
75832017-01-20 Luis Machado <lgustavo@codesourcery.com>
7584
7585 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
7586 and add untested calls.
7587
d334ae25
LM
75882017-01-20 Luis Machado <lgustavo@codesourcery.com>
7589
7590 * gdb.python/python.exp: Check line number against what GDB thinks
7591 the line number is for func1.
7592
f5e6296e
IB
75932017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
7594
7595 * gdb.dlang/debug-expr.exp: New file.
7596
5b362f04
LM
75972016-12-23 Luis Machado <lgustavo@codesourcery.com>
7598
7599 Fix test names for the following files:
7600
7601 * gdb.ada/exec_changed.exp
7602 * gdb.ada/info_types.exp
7603 * gdb.arch/aarch64-atomic-inst.exp
7604 * gdb.arch/aarch64-fp.exp
7605 * gdb.arch/altivec-abi.exp
7606 * gdb.arch/altivec-regs.exp
7607 * gdb.arch/amd64-byte.exp
7608 * gdb.arch/amd64-disp-step.exp
7609 * gdb.arch/amd64-dword.exp
7610 * gdb.arch/amd64-entry-value-inline.exp
7611 * gdb.arch/amd64-entry-value-param.exp
7612 * gdb.arch/amd64-entry-value-paramref.exp
7613 * gdb.arch/amd64-entry-value.exp
7614 * gdb.arch/amd64-i386-address.exp
7615 * gdb.arch/amd64-invalid-stack-middle.exp
7616 * gdb.arch/amd64-invalid-stack-top.exp
7617 * gdb.arch/amd64-optimout-repeat.exp
7618 * gdb.arch/amd64-prologue-skip.exp
7619 * gdb.arch/amd64-prologue-xmm.exp
7620 * gdb.arch/amd64-stap-special-operands.exp
7621 * gdb.arch/amd64-stap-wrong-subexp.exp
7622 * gdb.arch/amd64-tailcall-cxx.exp
7623 * gdb.arch/amd64-tailcall-noret.exp
7624 * gdb.arch/amd64-tailcall-ret.exp
7625 * gdb.arch/amd64-tailcall-self.exp
7626 * gdb.arch/amd64-word.exp
7627 * gdb.arch/arm-bl-branch-dest.exp
7628 * gdb.arch/arm-disp-step.exp
7629 * gdb.arch/arm-neon.exp
7630 * gdb.arch/arm-single-step-kernel-helper.exp
7631 * gdb.arch/avr-flash-qualifier.exp
7632 * gdb.arch/disp-step-insn-reloc.exp
7633 * gdb.arch/e500-abi.exp
7634 * gdb.arch/e500-regs.exp
7635 * gdb.arch/ftrace-insn-reloc.exp
7636 * gdb.arch/i386-avx512.exp
7637 * gdb.arch/i386-bp_permanent.exp
7638 * gdb.arch/i386-byte.exp
7639 * gdb.arch/i386-cfi-notcurrent.exp
7640 * gdb.arch/i386-disp-step.exp
7641 * gdb.arch/i386-dr3-watch.exp
7642 * gdb.arch/i386-float.exp
7643 * gdb.arch/i386-gnu-cfi.exp
7644 * gdb.arch/i386-mpx-map.exp
7645 * gdb.arch/i386-mpx-sigsegv.exp
7646 * gdb.arch/i386-mpx-simple_segv.exp
7647 * gdb.arch/i386-mpx.exp
7648 * gdb.arch/i386-permbkpt.exp
7649 * gdb.arch/i386-prologue.exp
7650 * gdb.arch/i386-signal.exp
7651 * gdb.arch/i386-size-overlap.exp
7652 * gdb.arch/i386-unwind.exp
7653 * gdb.arch/i386-word.exp
7654 * gdb.arch/mips-fcr.exp
7655 * gdb.arch/powerpc-d128-regs.exp
7656 * gdb.arch/powerpc-stackless.exp
7657 * gdb.arch/ppc64-atomic-inst.exp
7658 * gdb.arch/s390-stackless.exp
7659 * gdb.arch/s390-tdbregs.exp
7660 * gdb.arch/s390-vregs.exp
7661 * gdb.arch/sparc-sysstep.exp
7662 * gdb.arch/thumb-bx-pc.exp
7663 * gdb.arch/thumb-singlestep.exp
7664 * gdb.arch/thumb2-it.exp
7665 * gdb.arch/vsx-regs.exp
7666 * gdb.asm/asm-source.exp
7667 * gdb.base/a2-run.exp
7668 * gdb.base/advance.exp
7669 * gdb.base/all-bin.exp
7670 * gdb.base/anon.exp
7671 * gdb.base/args.exp
7672 * gdb.base/arithmet.exp
7673 * gdb.base/async-shell.exp
7674 * gdb.base/async.exp
7675 * gdb.base/attach-pie-noexec.exp
7676 * gdb.base/attach-twice.exp
7677 * gdb.base/auto-load.exp
7678 * gdb.base/bang.exp
7679 * gdb.base/bitfields.exp
7680 * gdb.base/break-always.exp
7681 * gdb.base/break-caller-line.exp
7682 * gdb.base/break-entry.exp
7683 * gdb.base/break-inline.exp
7684 * gdb.base/break-on-linker-gcd-function.exp
7685 * gdb.base/break-probes.exp
7686 * gdb.base/break.exp
7687 * gdb.base/breakpoint-shadow.exp
7688 * gdb.base/call-ar-st.exp
7689 * gdb.base/call-sc.exp
7690 * gdb.base/call-signal-resume.exp
7691 * gdb.base/call-strs.exp
7692 * gdb.base/callfuncs.exp
7693 * gdb.base/catch-fork-static.exp
7694 * gdb.base/catch-gdb-caused-signals.exp
7695 * gdb.base/catch-load.exp
7696 * gdb.base/catch-signal-fork.exp
7697 * gdb.base/catch-signal.exp
7698 * gdb.base/catch-syscall.exp
7699 * gdb.base/charset.exp
7700 * gdb.base/checkpoint.exp
7701 * gdb.base/chng-syms.exp
7702 * gdb.base/code-expr.exp
7703 * gdb.base/code_elim.exp
7704 * gdb.base/commands.exp
7705 * gdb.base/completion.exp
7706 * gdb.base/complex.exp
7707 * gdb.base/cond-expr.exp
7708 * gdb.base/condbreak.exp
7709 * gdb.base/consecutive.exp
7710 * gdb.base/continue-all-already-running.exp
7711 * gdb.base/coredump-filter.exp
7712 * gdb.base/corefile.exp
7713 * gdb.base/dbx.exp
7714 * gdb.base/debug-expr.exp
7715 * gdb.base/define.exp
7716 * gdb.base/del.exp
7717 * gdb.base/disabled-location.exp
7718 * gdb.base/disasm-end-cu.exp
7719 * gdb.base/disasm-optim.exp
7720 * gdb.base/display.exp
7721 * gdb.base/duplicate-bp.exp
7722 * gdb.base/ena-dis-br.exp
7723 * gdb.base/ending-run.exp
7724 * gdb.base/enumval.exp
7725 * gdb.base/environ.exp
7726 * gdb.base/eu-strip-infcall.exp
7727 * gdb.base/eval-avoid-side-effects.exp
7728 * gdb.base/eval-skip.exp
7729 * gdb.base/exitsignal.exp
7730 * gdb.base/expand-psymtabs.exp
7731 * gdb.base/filesym.exp
7732 * gdb.base/find-unmapped.exp
7733 * gdb.base/finish.exp
7734 * gdb.base/float.exp
7735 * gdb.base/foll-exec-mode.exp
7736 * gdb.base/foll-exec.exp
7737 * gdb.base/foll-fork.exp
7738 * gdb.base/fortran-sym-case.exp
7739 * gdb.base/freebpcmd.exp
7740 * gdb.base/func-ptr.exp
7741 * gdb.base/func-ptrs.exp
7742 * gdb.base/funcargs.exp
7743 * gdb.base/gcore-buffer-overflow.exp
7744 * gdb.base/gcore-relro-pie.exp
7745 * gdb.base/gcore-relro.exp
7746 * gdb.base/gcore.exp
7747 * gdb.base/gdb1090.exp
7748 * gdb.base/gdb11530.exp
7749 * gdb.base/gdb11531.exp
7750 * gdb.base/gdb1821.exp
7751 * gdb.base/gdbindex-stabs.exp
7752 * gdb.base/gdbvars.exp
7753 * gdb.base/hbreak.exp
7754 * gdb.base/hbreak2.exp
7755 * gdb.base/included.exp
7756 * gdb.base/infcall-input.exp
7757 * gdb.base/inferior-died.exp
7758 * gdb.base/infnan.exp
7759 * gdb.base/info-macros.exp
7760 * gdb.base/info-os.exp
7761 * gdb.base/info-proc.exp
7762 * gdb.base/info-shared.exp
7763 * gdb.base/info-target.exp
7764 * gdb.base/infoline.exp
7765 * gdb.base/interp.exp
7766 * gdb.base/interrupt.exp
7767 * gdb.base/jit-reader.exp
7768 * gdb.base/jit-simple.exp
7769 * gdb.base/kill-after-signal.exp
7770 * gdb.base/kill-detach-inferiors-cmd.exp
7771 * gdb.base/label.exp
7772 * gdb.base/langs.exp
7773 * gdb.base/ldbl_e308.exp
7774 * gdb.base/line-symtabs.exp
7775 * gdb.base/linespecs.exp
7776 * gdb.base/list.exp
7777 * gdb.base/long_long.exp
7778 * gdb.base/longest-types.exp
7779 * gdb.base/maint.exp
7780 * gdb.base/max-value-size.exp
7781 * gdb.base/memattr.exp
7782 * gdb.base/mips_pro.exp
7783 * gdb.base/morestack.exp
7784 * gdb.base/moribund-step.exp
7785 * gdb.base/multi-forks.exp
7786 * gdb.base/nested-addr.exp
7787 * gdb.base/nextoverexit.exp
7788 * gdb.base/noreturn-finish.exp
7789 * gdb.base/noreturn-return.exp
7790 * gdb.base/nostdlib.exp
7791 * gdb.base/offsets.exp
7792 * gdb.base/opaque.exp
7793 * gdb.base/pc-fp.exp
7794 * gdb.base/permissions.exp
7795 * gdb.base/print-symbol-loading.exp
7796 * gdb.base/prologue-include.exp
7797 * gdb.base/psymtab.exp
7798 * gdb.base/ptype.exp
7799 * gdb.base/random-signal.exp
7800 * gdb.base/randomize.exp
7801 * gdb.base/range-stepping.exp
7802 * gdb.base/readline-ask.exp
7803 * gdb.base/recpar.exp
7804 * gdb.base/recurse.exp
7805 * gdb.base/relational.exp
7806 * gdb.base/restore.exp
7807 * gdb.base/return-nodebug.exp
7808 * gdb.base/return.exp
7809 * gdb.base/run-after-attach.exp
7810 * gdb.base/save-bp.exp
7811 * gdb.base/scope.exp
7812 * gdb.base/sect-cmd.exp
7813 * gdb.base/set-lang-auto.exp
7814 * gdb.base/set-noassign.exp
7815 * gdb.base/setvar.exp
7816 * gdb.base/sigall.exp
7817 * gdb.base/sigbpt.exp
7818 * gdb.base/siginfo-addr.exp
7819 * gdb.base/siginfo-infcall.exp
7820 * gdb.base/siginfo-obj.exp
7821 * gdb.base/siginfo.exp
7822 * gdb.base/signals-state-child.exp
7823 * gdb.base/signest.exp
7824 * gdb.base/sigstep.exp
7825 * gdb.base/sizeof.exp
7826 * gdb.base/skip.exp
7827 * gdb.base/solib-corrupted.exp
7828 * gdb.base/solib-nodir.exp
7829 * gdb.base/solib-search.exp
7830 * gdb.base/stack-checking.exp
7831 * gdb.base/stale-infcall.exp
7832 * gdb.base/stap-probe.exp
7833 * gdb.base/start.exp
7834 * gdb.base/step-break.exp
7835 * gdb.base/step-bt.exp
7836 * gdb.base/step-line.exp
7837 * gdb.base/step-over-exit.exp
7838 * gdb.base/step-over-syscall.exp
7839 * gdb.base/step-resume-infcall.exp
7840 * gdb.base/step-test.exp
7841 * gdb.base/store.exp
7842 * gdb.base/structs3.exp
7843 * gdb.base/sym-file.exp
7844 * gdb.base/symbol-without-target_section.exp
7845 * gdb.base/term.exp
7846 * gdb.base/testenv.exp
7847 * gdb.base/ui-redirect.exp
7848 * gdb.base/until.exp
7849 * gdb.base/unwindonsignal.exp
7850 * gdb.base/value-double-free.exp
7851 * gdb.base/vla-datatypes.exp
7852 * gdb.base/vla-ptr.exp
7853 * gdb.base/vla-sideeffect.exp
7854 * gdb.base/volatile.exp
7855 * gdb.base/watch-cond-infcall.exp
7856 * gdb.base/watch-cond.exp
7857 * gdb.base/watch-non-mem.exp
7858 * gdb.base/watch-read.exp
7859 * gdb.base/watch-vfork.exp
7860 * gdb.base/watchpoint-cond-gone.exp
7861 * gdb.base/watchpoint-delete.exp
7862 * gdb.base/watchpoint-hw-hit-once.exp
7863 * gdb.base/watchpoint-hw.exp
7864 * gdb.base/watchpoint-stops-at-right-insn.exp
7865 * gdb.base/watchpoints.exp
7866 * gdb.base/wchar.exp
7867 * gdb.base/whatis-exp.exp
7868 * gdb.btrace/buffer-size.exp
7869 * gdb.btrace/data.exp
7870 * gdb.btrace/delta.exp
7871 * gdb.btrace/dlopen.exp
7872 * gdb.btrace/enable.exp
7873 * gdb.btrace/exception.exp
7874 * gdb.btrace/function_call_history.exp
7875 * gdb.btrace/gcore.exp
7876 * gdb.btrace/instruction_history.exp
7877 * gdb.btrace/nohist.exp
7878 * gdb.btrace/reconnect.exp
7879 * gdb.btrace/record_goto-step.exp
7880 * gdb.btrace/record_goto.exp
7881 * gdb.btrace/rn-dl-bind.exp
7882 * gdb.btrace/segv.exp
7883 * gdb.btrace/step.exp
7884 * gdb.btrace/stepi.exp
7885 * gdb.btrace/tailcall-only.exp
7886 * gdb.btrace/tailcall.exp
7887 * gdb.btrace/tsx.exp
7888 * gdb.btrace/unknown_functions.exp
7889 * gdb.btrace/vdso.exp
7890 * gdb.compile/compile-ifunc.exp
7891 * gdb.compile/compile-ops.exp
7892 * gdb.compile/compile-print.exp
7893 * gdb.compile/compile-setjmp.exp
7894 * gdb.cp/abstract-origin.exp
7895 * gdb.cp/ambiguous.exp
7896 * gdb.cp/annota2.exp
7897 * gdb.cp/annota3.exp
7898 * gdb.cp/anon-ns.exp
7899 * gdb.cp/anon-struct.exp
7900 * gdb.cp/anon-union.exp
7901 * gdb.cp/arg-reference.exp
7902 * gdb.cp/baseenum.exp
7903 * gdb.cp/bool.exp
7904 * gdb.cp/breakpoint.exp
7905 * gdb.cp/bs15503.exp
7906 * gdb.cp/call-c.exp
7907 * gdb.cp/casts.exp
7908 * gdb.cp/chained-calls.exp
7909 * gdb.cp/class2.exp
7910 * gdb.cp/classes.exp
7911 * gdb.cp/cmpd-minsyms.exp
7912 * gdb.cp/converts.exp
7913 * gdb.cp/cp-relocate.exp
7914 * gdb.cp/cpcompletion.exp
7915 * gdb.cp/cpexprs.exp
7916 * gdb.cp/cplabel.exp
7917 * gdb.cp/cplusfuncs.exp
7918 * gdb.cp/cpsizeof.exp
7919 * gdb.cp/ctti.exp
7920 * gdb.cp/derivation.exp
7921 * gdb.cp/destrprint.exp
7922 * gdb.cp/dispcxx.exp
7923 * gdb.cp/enum-class.exp
7924 * gdb.cp/exception.exp
7925 * gdb.cp/exceptprint.exp
7926 * gdb.cp/expand-psymtabs-cxx.exp
7927 * gdb.cp/expand-sals.exp
7928 * gdb.cp/extern-c.exp
7929 * gdb.cp/filename.exp
7930 * gdb.cp/formatted-ref.exp
7931 * gdb.cp/fpointer.exp
7932 * gdb.cp/gdb1355.exp
7933 * gdb.cp/gdb2495.exp
7934 * gdb.cp/hang.exp
7935 * gdb.cp/impl-this.exp
7936 * gdb.cp/infcall-dlopen.exp
7937 * gdb.cp/inherit.exp
7938 * gdb.cp/iostream.exp
7939 * gdb.cp/koenig.exp
7940 * gdb.cp/local.exp
7941 * gdb.cp/m-data.exp
7942 * gdb.cp/m-static.exp
7943 * gdb.cp/mb-ctor.exp
7944 * gdb.cp/mb-inline.exp
7945 * gdb.cp/mb-templates.exp
7946 * gdb.cp/member-name.exp
7947 * gdb.cp/member-ptr.exp
7948 * gdb.cp/meth-typedefs.exp
7949 * gdb.cp/method.exp
7950 * gdb.cp/method2.exp
7951 * gdb.cp/minsym-fallback.exp
7952 * gdb.cp/misc.exp
7953 * gdb.cp/namelessclass.exp
7954 * gdb.cp/namespace-enum.exp
7955 * gdb.cp/namespace-nested-import.exp
7956 * gdb.cp/namespace.exp
7957 * gdb.cp/nextoverthrow.exp
7958 * gdb.cp/no-dmgl-verbose.exp
7959 * gdb.cp/non-trivial-retval.exp
7960 * gdb.cp/noparam.exp
7961 * gdb.cp/nsdecl.exp
7962 * gdb.cp/nsimport.exp
7963 * gdb.cp/nsnested.exp
7964 * gdb.cp/nsnoimports.exp
7965 * gdb.cp/nsrecurs.exp
7966 * gdb.cp/nsstress.exp
7967 * gdb.cp/nsusing.exp
7968 * gdb.cp/operator.exp
7969 * gdb.cp/oranking.exp
7970 * gdb.cp/overload-const.exp
7971 * gdb.cp/overload.exp
7972 * gdb.cp/ovldbreak.exp
7973 * gdb.cp/ovsrch.exp
7974 * gdb.cp/paren-type.exp
7975 * gdb.cp/parse-lang.exp
7976 * gdb.cp/pass-by-ref.exp
7977 * gdb.cp/pr-1023.exp
7978 * gdb.cp/pr-1210.exp
7979 * gdb.cp/pr-574.exp
7980 * gdb.cp/pr10687.exp
7981 * gdb.cp/pr12028.exp
7982 * gdb.cp/pr17132.exp
7983 * gdb.cp/pr17494.exp
7984 * gdb.cp/pr9067.exp
7985 * gdb.cp/pr9167.exp
7986 * gdb.cp/pr9631.exp
7987 * gdb.cp/printmethod.exp
7988 * gdb.cp/psmang.exp
7989 * gdb.cp/psymtab-parameter.exp
7990 * gdb.cp/ptype-cv-cp.exp
7991 * gdb.cp/ptype-flags.exp
7992 * gdb.cp/re-set-overloaded.exp
7993 * gdb.cp/ref-types.exp
7994 * gdb.cp/rtti.exp
7995 * gdb.cp/scope-err.exp
7996 * gdb.cp/shadow.exp
7997 * gdb.cp/smartp.exp
7998 * gdb.cp/static-method.exp
7999 * gdb.cp/static-print-quit.exp
8000 * gdb.cp/temargs.exp
8001 * gdb.cp/templates.exp
8002 * gdb.cp/try_catch.exp
8003 * gdb.cp/typedef-operator.exp
8004 * gdb.cp/typeid.exp
8005 * gdb.cp/userdef.exp
8006 * gdb.cp/using-crash.exp
8007 * gdb.cp/var-tag.exp
8008 * gdb.cp/virtbase.exp
8009 * gdb.cp/virtfunc.exp
8010 * gdb.cp/virtfunc2.exp
8011 * gdb.cp/vla-cxx.exp
8012 * gdb.disasm/t01_mov.exp
8013 * gdb.disasm/t02_mova.exp
8014 * gdb.disasm/t03_add.exp
8015 * gdb.disasm/t04_sub.exp
8016 * gdb.disasm/t05_cmp.exp
8017 * gdb.disasm/t06_ari2.exp
8018 * gdb.disasm/t07_ari3.exp
8019 * gdb.disasm/t08_or.exp
8020 * gdb.disasm/t09_xor.exp
8021 * gdb.disasm/t10_and.exp
8022 * gdb.disasm/t11_logs.exp
8023 * gdb.disasm/t12_bit.exp
8024 * gdb.disasm/t13_otr.exp
8025 * gdb.dlang/circular.exp
8026 * gdb.dwarf2/arr-stride.exp
8027 * gdb.dwarf2/arr-subrange.exp
8028 * gdb.dwarf2/atomic-type.exp
8029 * gdb.dwarf2/bad-regnum.exp
8030 * gdb.dwarf2/bitfield-parent-optimized-out.exp
8031 * gdb.dwarf2/callframecfa.exp
8032 * gdb.dwarf2/clztest.exp
8033 * gdb.dwarf2/corrupt.exp
8034 * gdb.dwarf2/data-loc.exp
8035 * gdb.dwarf2/dup-psym.exp
8036 * gdb.dwarf2/dw2-anon-mptr.exp
8037 * gdb.dwarf2/dw2-anonymous-func.exp
8038 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
8039 * gdb.dwarf2/dw2-bad-unresolved.exp
8040 * gdb.dwarf2/dw2-basic.exp
8041 * gdb.dwarf2/dw2-canonicalize-type.exp
8042 * gdb.dwarf2/dw2-case-insensitive.exp
8043 * gdb.dwarf2/dw2-common-block.exp
8044 * gdb.dwarf2/dw2-compdir-oldgcc.exp
8045 * gdb.dwarf2/dw2-compressed.exp
8046 * gdb.dwarf2/dw2-const.exp
8047 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
8048 * gdb.dwarf2/dw2-cu-size.exp
8049 * gdb.dwarf2/dw2-dup-frame.exp
8050 * gdb.dwarf2/dw2-entry-value.exp
8051 * gdb.dwarf2/dw2-icycle.exp
8052 * gdb.dwarf2/dw2-ifort-parameter.exp
8053 * gdb.dwarf2/dw2-inline-break.exp
8054 * gdb.dwarf2/dw2-inline-param.exp
8055 * gdb.dwarf2/dw2-intercu.exp
8056 * gdb.dwarf2/dw2-intermix.exp
8057 * gdb.dwarf2/dw2-lexical-block-bare.exp
8058 * gdb.dwarf2/dw2-linkage-name-trust.exp
8059 * gdb.dwarf2/dw2-minsym-in-cu.exp
8060 * gdb.dwarf2/dw2-noloc.exp
8061 * gdb.dwarf2/dw2-op-call.exp
8062 * gdb.dwarf2/dw2-op-out-param.exp
8063 * gdb.dwarf2/dw2-opt-structptr.exp
8064 * gdb.dwarf2/dw2-param-error.exp
8065 * gdb.dwarf2/dw2-producer.exp
8066 * gdb.dwarf2/dw2-ranges-base.exp
8067 * gdb.dwarf2/dw2-ref-missing-frame.exp
8068 * gdb.dwarf2/dw2-reg-undefined.exp
8069 * gdb.dwarf2/dw2-regno-invalid.exp
8070 * gdb.dwarf2/dw2-restore.exp
8071 * gdb.dwarf2/dw2-restrict.exp
8072 * gdb.dwarf2/dw2-single-line-discriminators.exp
8073 * gdb.dwarf2/dw2-strp.exp
8074 * gdb.dwarf2/dw2-undefined-ret-addr.exp
8075 * gdb.dwarf2/dw2-unresolved.exp
8076 * gdb.dwarf2/dw2-var-zero-addr.exp
8077 * gdb.dwarf2/dw4-sig-types.exp
8078 * gdb.dwarf2/dwz.exp
8079 * gdb.dwarf2/dynarr-ptr.exp
8080 * gdb.dwarf2/enum-type.exp
8081 * gdb.dwarf2/gdb-index.exp
8082 * gdb.dwarf2/implptr-64bit.exp
8083 * gdb.dwarf2/implptr-optimized-out.exp
8084 * gdb.dwarf2/implptr.exp
8085 * gdb.dwarf2/implref-array.exp
8086 * gdb.dwarf2/implref-const.exp
8087 * gdb.dwarf2/implref-global.exp
8088 * gdb.dwarf2/implref-struct.exp
8089 * gdb.dwarf2/mac-fileno.exp
8090 * gdb.dwarf2/main-subprogram.exp
8091 * gdb.dwarf2/member-ptr-forwardref.exp
8092 * gdb.dwarf2/method-ptr.exp
8093 * gdb.dwarf2/missing-sig-type.exp
8094 * gdb.dwarf2/nonvar-access.exp
8095 * gdb.dwarf2/opaque-type-lookup.exp
8096 * gdb.dwarf2/pieces-optimized-out.exp
8097 * gdb.dwarf2/pieces.exp
8098 * gdb.dwarf2/pr10770.exp
8099 * gdb.dwarf2/pr13961.exp
8100 * gdb.dwarf2/staticvirtual.exp
8101 * gdb.dwarf2/subrange.exp
8102 * gdb.dwarf2/symtab-producer.exp
8103 * gdb.dwarf2/trace-crash.exp
8104 * gdb.dwarf2/typeddwarf.exp
8105 * gdb.dwarf2/valop.exp
8106 * gdb.dwarf2/watch-notconst.exp
8107 * gdb.fortran/array-element.exp
8108 * gdb.fortran/charset.exp
8109 * gdb.fortran/common-block.exp
8110 * gdb.fortran/complex.exp
8111 * gdb.fortran/derived-type-function.exp
8112 * gdb.fortran/derived-type.exp
8113 * gdb.fortran/logical.exp
8114 * gdb.fortran/module.exp
8115 * gdb.fortran/multi-dim.exp
8116 * gdb.fortran/nested-funcs.exp
8117 * gdb.fortran/print-formatted.exp
8118 * gdb.fortran/subarray.exp
8119 * gdb.fortran/vla-alloc-assoc.exp
8120 * gdb.fortran/vla-datatypes.exp
8121 * gdb.fortran/vla-history.exp
8122 * gdb.fortran/vla-ptr-info.exp
8123 * gdb.fortran/vla-ptype-sub.exp
8124 * gdb.fortran/vla-ptype.exp
8125 * gdb.fortran/vla-sizeof.exp
8126 * gdb.fortran/vla-type.exp
8127 * gdb.fortran/vla-value-sub-arbitrary.exp
8128 * gdb.fortran/vla-value-sub-finish.exp
8129 * gdb.fortran/vla-value-sub.exp
8130 * gdb.fortran/vla-value.exp
8131 * gdb.fortran/whatis_type.exp
8132 * gdb.go/chan.exp
8133 * gdb.go/handcall.exp
8134 * gdb.go/hello.exp
8135 * gdb.go/integers.exp
8136 * gdb.go/methods.exp
8137 * gdb.go/package.exp
8138 * gdb.go/strings.exp
8139 * gdb.go/types.exp
8140 * gdb.go/unsafe.exp
8141 * gdb.guile/scm-arch.exp
8142 * gdb.guile/scm-block.exp
8143 * gdb.guile/scm-breakpoint.exp
8144 * gdb.guile/scm-cmd.exp
8145 * gdb.guile/scm-disasm.exp
8146 * gdb.guile/scm-equal.exp
8147 * gdb.guile/scm-frame-args.exp
8148 * gdb.guile/scm-frame-inline.exp
8149 * gdb.guile/scm-frame.exp
8150 * gdb.guile/scm-iterator.exp
8151 * gdb.guile/scm-math.exp
8152 * gdb.guile/scm-objfile.exp
8153 * gdb.guile/scm-ports.exp
8154 * gdb.guile/scm-symbol.exp
8155 * gdb.guile/scm-symtab.exp
8156 * gdb.guile/scm-value-cc.exp
8157 * gdb.guile/types-module.exp
8158 * gdb.linespec/break-ask.exp
8159 * gdb.linespec/cpexplicit.exp
8160 * gdb.linespec/explicit.exp
8161 * gdb.linespec/keywords.exp
8162 * gdb.linespec/linespec.exp
8163 * gdb.linespec/ls-dollar.exp
8164 * gdb.linespec/ls-errs.exp
8165 * gdb.linespec/skip-two.exp
8166 * gdb.linespec/thread.exp
8167 * gdb.mi/mi-async.exp
8168 * gdb.mi/mi-basics.exp
8169 * gdb.mi/mi-break.exp
8170 * gdb.mi/mi-catch-load.exp
8171 * gdb.mi/mi-cli.exp
8172 * gdb.mi/mi-cmd-param-changed.exp
8173 * gdb.mi/mi-console.exp
8174 * gdb.mi/mi-detach.exp
8175 * gdb.mi/mi-disassemble.exp
8176 * gdb.mi/mi-eval.exp
8177 * gdb.mi/mi-file-transfer.exp
8178 * gdb.mi/mi-file.exp
8179 * gdb.mi/mi-fill-memory.exp
8180 * gdb.mi/mi-inheritance-syntax-error.exp
8181 * gdb.mi/mi-linespec-err-cp.exp
8182 * gdb.mi/mi-logging.exp
8183 * gdb.mi/mi-memory-changed.exp
8184 * gdb.mi/mi-read-memory.exp
8185 * gdb.mi/mi-record-changed.exp
8186 * gdb.mi/mi-reg-undefined.exp
8187 * gdb.mi/mi-regs.exp
8188 * gdb.mi/mi-return.exp
8189 * gdb.mi/mi-reverse.exp
8190 * gdb.mi/mi-simplerun.exp
8191 * gdb.mi/mi-solib.exp
8192 * gdb.mi/mi-stack.exp
8193 * gdb.mi/mi-stepi.exp
8194 * gdb.mi/mi-syn-frame.exp
8195 * gdb.mi/mi-until.exp
8196 * gdb.mi/mi-var-block.exp
8197 * gdb.mi/mi-var-child.exp
8198 * gdb.mi/mi-var-cmd.exp
8199 * gdb.mi/mi-var-cp.exp
8200 * gdb.mi/mi-var-display.exp
8201 * gdb.mi/mi-var-invalidate.exp
8202 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
8203 * gdb.mi/mi-vla-fortran.exp
8204 * gdb.mi/mi-watch.exp
8205 * gdb.mi/mi2-var-child.exp
8206 * gdb.mi/user-selected-context-sync.exp
8207 * gdb.modula2/unbounded-array.exp
8208 * gdb.multi/dummy-frame-restore.exp
8209 * gdb.multi/multi-arch-exec.exp
8210 * gdb.multi/multi-arch.exp
8211 * gdb.multi/tids.exp
8212 * gdb.multi/watchpoint-multi.exp
8213 * gdb.opencl/callfuncs.exp
8214 * gdb.opencl/convs_casts.exp
8215 * gdb.opencl/datatypes.exp
8216 * gdb.opencl/operators.exp
8217 * gdb.opencl/vec_comps.exp
8218 * gdb.opt/clobbered-registers-O2.exp
8219 * gdb.opt/inline-break.exp
8220 * gdb.opt/inline-bt.exp
8221 * gdb.opt/inline-cmds.exp
8222 * gdb.opt/inline-locals.exp
8223 * gdb.pascal/case-insensitive-symbols.exp
8224 * gdb.pascal/floats.exp
8225 * gdb.pascal/gdb11492.exp
8226 * gdb.python/lib-types.exp
8227 * gdb.python/py-arch.exp
8228 * gdb.python/py-as-string.exp
8229 * gdb.python/py-bad-printers.exp
8230 * gdb.python/py-block.exp
8231 * gdb.python/py-breakpoint-create-fail.exp
8232 * gdb.python/py-breakpoint.exp
8233 * gdb.python/py-caller-is.exp
8234 * gdb.python/py-cmd.exp
8235 * gdb.python/py-explore-cc.exp
8236 * gdb.python/py-explore.exp
8237 * gdb.python/py-finish-breakpoint.exp
8238 * gdb.python/py-finish-breakpoint2.exp
8239 * gdb.python/py-frame-args.exp
8240 * gdb.python/py-frame-inline.exp
8241 * gdb.python/py-frame.exp
8242 * gdb.python/py-framefilter-mi.exp
8243 * gdb.python/py-infthread.exp
8244 * gdb.python/py-lazy-string.exp
8245 * gdb.python/py-linetable.exp
8246 * gdb.python/py-mi-events.exp
8247 * gdb.python/py-mi-objfile.exp
8248 * gdb.python/py-mi.exp
8249 * gdb.python/py-objfile.exp
8250 * gdb.python/py-pp-integral.exp
8251 * gdb.python/py-pp-maint.exp
8252 * gdb.python/py-pp-re-notag.exp
8253 * gdb.python/py-pp-registration.exp
8254 * gdb.python/py-recurse-unwind.exp
8255 * gdb.python/py-strfns.exp
8256 * gdb.python/py-symbol.exp
8257 * gdb.python/py-symtab.exp
8258 * gdb.python/py-sync-interp.exp
8259 * gdb.python/py-typeprint.exp
8260 * gdb.python/py-unwind-maint.exp
8261 * gdb.python/py-unwind.exp
8262 * gdb.python/py-value-cc.exp
8263 * gdb.python/py-xmethods.exp
8264 * gdb.reverse/amd64-tailcall-reverse.exp
8265 * gdb.reverse/break-precsave.exp
8266 * gdb.reverse/break-reverse.exp
8267 * gdb.reverse/consecutive-precsave.exp
8268 * gdb.reverse/consecutive-reverse.exp
8269 * gdb.reverse/finish-precsave.exp
8270 * gdb.reverse/finish-reverse-bkpt.exp
8271 * gdb.reverse/finish-reverse.exp
8272 * gdb.reverse/fstatat-reverse.exp
8273 * gdb.reverse/getresuid-reverse.exp
8274 * gdb.reverse/i386-precsave.exp
8275 * gdb.reverse/i386-reverse.exp
8276 * gdb.reverse/i386-sse-reverse.exp
8277 * gdb.reverse/i387-env-reverse.exp
8278 * gdb.reverse/i387-stack-reverse.exp
8279 * gdb.reverse/insn-reverse.exp
8280 * gdb.reverse/machinestate-precsave.exp
8281 * gdb.reverse/machinestate.exp
8282 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8283 * gdb.reverse/pipe-reverse.exp
8284 * gdb.reverse/readv-reverse.exp
8285 * gdb.reverse/recvmsg-reverse.exp
8286 * gdb.reverse/rerun-prec.exp
8287 * gdb.reverse/s390-mvcle.exp
8288 * gdb.reverse/step-precsave.exp
8289 * gdb.reverse/step-reverse.exp
8290 * gdb.reverse/time-reverse.exp
8291 * gdb.reverse/until-precsave.exp
8292 * gdb.reverse/until-reverse.exp
8293 * gdb.reverse/waitpid-reverse.exp
8294 * gdb.reverse/watch-precsave.exp
8295 * gdb.reverse/watch-reverse.exp
8296 * gdb.rust/generics.exp
8297 * gdb.rust/methods.exp
8298 * gdb.rust/modules.exp
8299 * gdb.rust/simple.exp
8300 * gdb.server/connect-with-no-symbol-file.exp
8301 * gdb.server/ext-attach.exp
8302 * gdb.server/ext-restart.exp
8303 * gdb.server/ext-wrapper.exp
8304 * gdb.server/file-transfer.exp
8305 * gdb.server/server-exec-info.exp
8306 * gdb.server/server-kill.exp
8307 * gdb.server/server-mon.exp
8308 * gdb.server/wrapper.exp
8309 * gdb.stabs/exclfwd.exp
8310 * gdb.stabs/gdb11479.exp
8311 * gdb.threads/clone-new-thread-event.exp
8312 * gdb.threads/corethreads.exp
8313 * gdb.threads/current-lwp-dead.exp
8314 * gdb.threads/dlopen-libpthread.exp
8315 * gdb.threads/gcore-thread.exp
8316 * gdb.threads/sigstep-threads.exp
8317 * gdb.threads/watchpoint-fork.exp
8318 * gdb.trace/actions-changed.exp
8319 * gdb.trace/backtrace.exp
8320 * gdb.trace/change-loc.exp
8321 * gdb.trace/circ.exp
8322 * gdb.trace/collection.exp
8323 * gdb.trace/disconnected-tracing.exp
8324 * gdb.trace/ftrace.exp
8325 * gdb.trace/mi-trace-frame-collected.exp
8326 * gdb.trace/mi-trace-unavailable.exp
8327 * gdb.trace/mi-traceframe-changed.exp
8328 * gdb.trace/mi-tsv-changed.exp
8329 * gdb.trace/no-attach-trace.exp
8330 * gdb.trace/passc-dyn.exp
8331 * gdb.trace/qtro.exp
8332 * gdb.trace/range-stepping.exp
8333 * gdb.trace/read-memory.exp
8334 * gdb.trace/save-trace.exp
8335 * gdb.trace/signal.exp
8336 * gdb.trace/status-stop.exp
8337 * gdb.trace/tfile.exp
8338 * gdb.trace/trace-break.exp
8339 * gdb.trace/trace-buffer-size.exp
8340 * gdb.trace/trace-condition.exp
8341 * gdb.trace/tracefile-pseudo-reg.exp
8342 * gdb.trace/tstatus.exp
8343 * gdb.trace/unavailable.exp
8344 * gdb.trace/while-dyn.exp
8345 * gdb.trace/while-stepping.exp
8346
34c41c68
DE
83472016-12-22 Doug Evans <xdje42@gmail.com>
8348
8349 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
8350 and msymbols.
8351
16e69324
YQ
83522016-12-19 Yao Qi <yao.qi@linaro.org>
8353
8354 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
8355 (test_with_self): Don't call do_steps_and_nexts, and remove
8356 code about stepping into xmalloc.
8357
f94f411b
YQ
83582016-12-09 Yao Qi <yao.qi@linaro.org>
8359
8360 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
8361
83622016-12-09 Yao Qi <yao.qi@linaro.org>
8363
8364 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
8365
f1b5deee
PA
83662016-12-09 Pedro Alves <palves@redhat.com>
8367
8368 * gdb.base/all-architectures-0.exp: New file.
8369 * gdb.base/all-architectures-1.exp: New file.
8370 * gdb.base/all-architectures-2.exp: New file.
8371 * gdb.base/all-architectures-3.exp: New file.
8372 * gdb.base/all-architectures-4.exp: New file.
8373 * gdb.base/all-architectures-5.exp: New file.
8374 * gdb.base/all-architectures-6.exp: New file.
8375 * gdb.base/all-architectures-7.exp: New file.
8376 * gdb.base/all-architectures.exp.in: New file.
8377
364ca42e
YQ
83782016-12-09 Yao Qi <yao.qi@linaro.org>
8379
8380 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
8381
107c2d62
LM
83822016-12-02 Luis Machado <lgustavo@codesourcery.com>
8383
8384 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
8385 possible.
8386 Remove useless pattern-matching code.
8387
df3ee9ca
PA
83882016-12-02 Pedro Alves <palves@redhat.com>
8389
8390 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
8391 procedure.
8392 (top level): Call it.
8393
ec835369
PA
83942016-12-02 Pedro Alves <palves@redhat.com>
8395
8396 * gdb.base/commands.exp (user_defined_command_args_stack_test):
8397 New procedure.
8398 (top level): Call it.
8399
01770bbd
PA
84002016-12-02 Pedro Alves <palves@redhat.com>
8401
8402 PR cli/20559
8403 * gdb.base/commands.exp (user_defined_command_args_eval): New
8404 procedure.
8405 (top level): Call it.
8406
008459ea
LM
84072016-12-02 Luis Machado <lgustavo@codesourcery.com>
8408
8409 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
8410 timeout handling.
8411
0c1b455e
TT
84122016-12-02 Tom Tromey <tom@tromey.com>
8413
8414 * gdb.dwarf2/main-subprogram.c: New file.
8415 * gdb.dwarf2/main-subprogram.exp: New file.
8416
018572b8
LM
84172016-12-01 Luis Machado <lgustavo@codesourcery.com>
8418
8419 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
8420 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
8421 gdb_test_no_output for a couple of cases.
8422 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
8423
84c93cd5
LM
84242016-12-01 Luis Machado <lgustavo@codesourcery.com>
8425
8426 Fix test names and standardize compilation error messages throughout
8427 the following files:
8428
8429 * gdb.ada/start.exp
8430 * gdb.arch/alpha-step.exp
8431 * gdb.arch/e500-prologue.exp
8432 * gdb.arch/ftrace-insn-reloc.exp
8433 * gdb.arch/gdb1291.exp
8434 * gdb.arch/gdb1431.exp
8435 * gdb.arch/gdb1558.exp
8436 * gdb.arch/i386-dr3-watch.exp
8437 * gdb.arch/i386-sse-stack-align.exp
8438 * gdb.arch/ia64-breakpoint-shadow.exp
8439 * gdb.arch/pa-nullify.exp
8440 * gdb.arch/powerpc-aix-prologue.exp
8441 * gdb.arch/thumb-bx-pc.exp
8442 * gdb.base/annota1.exp
8443 * gdb.base/annota3.exp
8444 * gdb.base/arrayidx.exp
8445 * gdb.base/assign.exp
8446 * gdb.base/attach.exp
8447 * gdb.base/auxv.exp
8448 * gdb.base/bang.exp
8449 * gdb.base/bfp-test.exp
8450 * gdb.base/bigcore.exp
8451 * gdb.base/bitfields2.exp
8452 * gdb.base/break-fun-addr.exp
8453 * gdb.base/break-probes.exp
8454 * gdb.base/call-rt-st.exp
8455 * gdb.base/callexit.exp
8456 * gdb.base/catch-fork-kill.exp
8457 * gdb.base/charset.exp
8458 * gdb.base/checkpoint.exp
8459 * gdb.base/comprdebug.exp
8460 * gdb.base/constvars.exp
8461 * gdb.base/coredump-filter.exp
8462 * gdb.base/cursal.exp
8463 * gdb.base/cvexpr.exp
8464 * gdb.base/detach.exp
8465 * gdb.base/display.exp
8466 * gdb.base/dmsym.exp
8467 * gdb.base/dprintf-pending.exp
8468 * gdb.base/dso2dso.exp
8469 * gdb.base/dtrace-probe.exp
8470 * gdb.base/dump.exp
8471 * gdb.base/enum_cond.exp
8472 * gdb.base/exe-lock.exp
8473 * gdb.base/exec-invalid-sysroot.exp
8474 * gdb.base/execl-update-breakpoints.exp
8475 * gdb.base/exprs.exp
8476 * gdb.base/fileio.exp
8477 * gdb.base/find.exp
8478 * gdb.base/finish.exp
8479 * gdb.base/fixsection.exp
8480 * gdb.base/foll-vfork.exp
8481 * gdb.base/frame-args.exp
8482 * gdb.base/gcore.exp
8483 * gdb.base/gdb1250.exp
8484 * gdb.base/global-var-nested-by-dso.exp
8485 * gdb.base/gnu-ifunc.exp
8486 * gdb.base/hashline1.exp
8487 * gdb.base/hashline2.exp
8488 * gdb.base/hashline3.exp
8489 * gdb.base/hbreak-in-shr-unsupported.exp
8490 * gdb.base/huge.exp
8491 * gdb.base/infcall-input.exp
8492 * gdb.base/info-fun.exp
8493 * gdb.base/info-shared.exp
8494 * gdb.base/jit-simple.exp
8495 * gdb.base/jit-so.exp
8496 * gdb.base/jit.exp
8497 * gdb.base/jump.exp
8498 * gdb.base/label.exp
8499 * gdb.base/lineinc.exp
8500 * gdb.base/logical.exp
8501 * gdb.base/longjmp.exp
8502 * gdb.base/macscp.exp
8503 * gdb.base/miscexprs.exp
8504 * gdb.base/new-ui-echo.exp
8505 * gdb.base/new-ui-pending-input.exp
8506 * gdb.base/new-ui.exp
8507 * gdb.base/nodebug.exp
8508 * gdb.base/nofield.exp
8509 * gdb.base/offsets.exp
8510 * gdb.base/overlays.exp
8511 * gdb.base/pending.exp
8512 * gdb.base/pointers.exp
8513 * gdb.base/pr11022.exp
8514 * gdb.base/printcmds.exp
8515 * gdb.base/prologue.exp
8516 * gdb.base/ptr-typedef.exp
8517 * gdb.base/realname-expand.exp
8518 * gdb.base/relativedebug.exp
8519 * gdb.base/relocate.exp
8520 * gdb.base/remote.exp
8521 * gdb.base/reread.exp
8522 * gdb.base/return2.exp
8523 * gdb.base/savedregs.exp
8524 * gdb.base/sep.exp
8525 * gdb.base/sepdebug.exp
8526 * gdb.base/sepsymtab.exp
8527 * gdb.base/set-inferior-tty.exp
8528 * gdb.base/setshow.exp
8529 * gdb.base/shlib-call.exp
8530 * gdb.base/sigaltstack.exp
8531 * gdb.base/siginfo-addr.exp
8532 * gdb.base/signals.exp
8533 * gdb.base/signull.exp
8534 * gdb.base/sigrepeat.exp
8535 * gdb.base/so-impl-ld.exp
8536 * gdb.base/solib-display.exp
8537 * gdb.base/solib-overlap.exp
8538 * gdb.base/solib-search.exp
8539 * gdb.base/solib-symbol.exp
8540 * gdb.base/structs.exp
8541 * gdb.base/structs2.exp
8542 * gdb.base/symtab-search-order.exp
8543 * gdb.base/twice.exp
8544 * gdb.base/unload.exp
8545 * gdb.base/varargs.exp
8546 * gdb.base/watchpoint-solib.exp
8547 * gdb.base/watchpoint.exp
8548 * gdb.base/whatis.exp
8549 * gdb.base/wrong_frame_bt_full.exp
8550 * gdb.btrace/dlopen.exp
8551 * gdb.cell/ea-standalone.exp
8552 * gdb.cell/ea-test.exp
8553 * gdb.cp/dispcxx.exp
8554 * gdb.cp/gdb2384.exp
8555 * gdb.cp/method2.exp
8556 * gdb.cp/nextoverthrow.exp
8557 * gdb.cp/pr10728.exp
8558 * gdb.disasm/am33.exp
8559 * gdb.disasm/h8300s.exp
8560 * gdb.disasm/mn10300.exp
8561 * gdb.disasm/sh3.exp
8562 * gdb.dwarf2/dw2-dir-file-name.exp
8563 * gdb.fortran/complex.exp
8564 * gdb.fortran/library-module.exp
8565 * gdb.guile/scm-pretty-print.exp
8566 * gdb.guile/scm-symbol.exp
8567 * gdb.guile/scm-type.exp
8568 * gdb.guile/scm-value.exp
8569 * gdb.linespec/linespec.exp
8570 * gdb.mi/gdb701.exp
8571 * gdb.mi/gdb792.exp
8572 * gdb.mi/mi-breakpoint-changed.exp
8573 * gdb.mi/mi-dprintf-pending.exp
8574 * gdb.mi/mi-dprintf.exp
8575 * gdb.mi/mi-exit-code.exp
8576 * gdb.mi/mi-pending.exp
8577 * gdb.mi/mi-solib.exp
8578 * gdb.mi/new-ui-mi-sync.exp
8579 * gdb.mi/pr11022.exp
8580 * gdb.mi/user-selected-context-sync.exp
8581 * gdb.opt/solib-intra-step.exp
8582 * gdb.python/py-events.exp
8583 * gdb.python/py-finish-breakpoint.exp
8584 * gdb.python/py-mi.exp
8585 * gdb.python/py-prettyprint.exp
8586 * gdb.python/py-shared.exp
8587 * gdb.python/py-symbol.exp
8588 * gdb.python/py-template.exp
8589 * gdb.python/py-type.exp
8590 * gdb.python/py-value.exp
8591 * gdb.reverse/solib-precsave.exp
8592 * gdb.reverse/solib-reverse.exp
8593 * gdb.server/solib-list.exp
8594 * gdb.stabs/weird.exp
8595 * gdb.threads/reconnect-signal.exp
8596 * gdb.threads/stepi-random-signal.exp
8597 * gdb.trace/actions.exp
8598 * gdb.trace/ax.exp
8599 * gdb.trace/backtrace.exp
8600 * gdb.trace/change-loc.exp
8601 * gdb.trace/deltrace.exp
8602 * gdb.trace/ftrace-lock.exp
8603 * gdb.trace/ftrace.exp
8604 * gdb.trace/infotrace.exp
8605 * gdb.trace/mi-tracepoint-changed.exp
8606 * gdb.trace/packetlen.exp
8607 * gdb.trace/passcount.exp
8608 * gdb.trace/pending.exp
8609 * gdb.trace/range-stepping.exp
8610 * gdb.trace/report.exp
8611 * gdb.trace/stap-trace.exp
8612 * gdb.trace/tfind.exp
8613 * gdb.trace/trace-break.exp
8614 * gdb.trace/trace-condition.exp
8615 * gdb.trace/trace-enable-disable.exp
8616 * gdb.trace/trace-mt.exp
8617 * gdb.trace/tracecmd.exp
8618 * gdb.trace/tspeed.exp
8619 * gdb.trace/tsv.exp
8620 * lib/perftest.exp
8621
fb9feb35
LM
86222016-12-01 Luis Machado <lgustavo@codesourcery.com>
8623
8624 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
8625 with gdb_test_no_output.
8626 Use command as test name.
8627
cd2ddb6c
LM
86282016-12-01 Luis Machado <lgustavo@codesourcery.com>
8629
8630 Fix test names starting with uppercase throughout the files.
8631
8632 * gdb.ada/assign_1.exp
8633 * gdb.ada/boolean_expr.exp
8634 * gdb.base/arrayidx.exp
8635 * gdb.base/del.exp
8636 * gdb.base/gcore-buffer-overflow.exp
8637 * gdb.base/testenv.exp
8638 * gdb.compile/compile.exp
8639 * gdb.python/py-framefilter-invalidarg.exp
8640 * gdb.python/py-framefilter.exp
8641
bb95117e
LM
86422016-12-01 Luis Machado <lgustavo@codesourcery.com>
8643
8644 Fix test names starting with uppercase throughout the files.
8645
8646 * gdb.ada/array_return.exp
8647 * gdb.ada/expr_delims.exp
8648 * gdb.ada/mi_dyn_arr.exp
8649 * gdb.ada/mi_interface.exp
8650 * gdb.ada/mi_var_array.exp
8651 * gdb.ada/watch_arg.exp
8652 * gdb.arch/alpha-step.exp
8653 * gdb.arch/altivec-regs.exp
8654 * gdb.arch/e500-regs.exp
8655 * gdb.arch/powerpc-d128-regs.exp
8656 * gdb.base/arrayidx.exp
8657 * gdb.base/break.exp
8658 * gdb.base/checkpoint.exp
8659 * gdb.base/debug-expr.exp
8660 * gdb.base/dmsym.exp
8661 * gdb.base/radix.exp
8662 * gdb.base/sepdebug.exp
8663 * gdb.base/testenv.exp
8664 * gdb.base/watch_thread_num.exp
8665 * gdb.base/watchpoint-cond-gone.exp
8666 * gdb.cell/break.exp
8667 * gdb.cell/ea-cache.exp
8668 * gdb.compile/compile.exp
8669 * gdb.cp/gdb2495.exp
8670 * gdb.gdb/selftest.exp
8671 * gdb.gdb/xfullpath.exp
8672 * gdb.go/hello.exp
8673 * gdb.go/integers.exp
8674 * gdb.objc/basicclass.exp
8675 * gdb.pascal/hello.exp
8676 * gdb.pascal/integers.exp
8677 * gdb.python/py-breakpoint.exp
8678 * gdb.python/py-cmd.exp
8679 * gdb.python/py-linetable.exp
8680 * gdb.python/py-xmethods.exp
8681 * gdb.python/python.exp
8682 * gdb.reverse/consecutive-precsave.exp
8683 * gdb.reverse/finish-precsave.exp
8684 * gdb.reverse/i386-precsave.exp
8685 * gdb.reverse/machinestate-precsave.exp
8686 * gdb.reverse/sigall-precsave.exp
8687 * gdb.reverse/solib-precsave.exp
8688 * gdb.reverse/step-precsave.exp
8689 * gdb.reverse/until-precsave.exp
8690 * gdb.reverse/watch-precsave.exp
8691 * gdb.threads/leader-exit.exp
8692 * gdb.threads/pthreads.exp
8693 * gdb.threads/wp-replication.exp
8694 * gdb.trace/actions.exp
8695 * gdb.trace/mi-tsv-changed.exp
8696 * gdb.trace/tsv.exp
8697
de97fdd4
LM
86982016-12-01 Luis Machado <lgustavo@codesourcery.com>
8699
8700 Fix test names starting with uppercase throughout the files.
8701
8702 * gdb.arch/i386-bp_permanent.exp
8703 * gdb.arch/i386-gnu-cfi.exp
8704 * gdb.base/disasm-end-cu.exp
8705 * gdb.base/macscp.exp
8706 * gdb.base/pending.exp
8707 * gdb.base/watch_thread_num.exp
8708 * gdb.cp/exception.exp
8709 * gdb.cp/gdb2495.exp
8710 * gdb.cp/local.exp
8711 * gdb.python/py-evsignal.exp
8712 * gdb.python/python.exp
8713 * gdb.trace/tracecmd.exp
8714
9f058c10
LM
87152016-12-01 Luis Machado <lgustavo@codesourcery.com>
8716
8717 Fix test names starting with uppercase throughout the files.
8718
8719 * gdb.base/charset.exp
8720 * gdb.base/eval.exp
8721 * gdb.base/multi-forks.exp
8722 * gdb.guile/scm-progspace.exp
8723 * gdb.opencl/datatypes.exp
8724 * gdb.python/py-block.exp
8725 * gdb.python/py-function.exp
8726 * gdb.python/py-symbol.exp
8727 * gdb.python/py-symtab.exp
8728 * gdb.python/py-xmethods.exp
8729 * gdb.reverse/break-precsave.exp
8730 * gdb.reverse/break-reverse.exp
8731 * gdb.reverse/consecutive-precsave.exp
8732 * gdb.reverse/consecutive-reverse.exp
8733 * gdb.reverse/finish-precsave.exp
8734 * gdb.reverse/finish-reverse-bkpt.exp
8735 * gdb.reverse/finish-reverse.exp
8736 * gdb.reverse/fstatat-reverse.exp
8737 * gdb.reverse/getresuid-reverse.exp
8738 * gdb.reverse/i386-precsave.exp
8739 * gdb.reverse/i386-reverse.exp
8740 * gdb.reverse/i386-sse-reverse.exp
8741 * gdb.reverse/i387-stack-reverse.exp
8742 * gdb.reverse/insn-reverse.exp
8743 * gdb.reverse/machinestate-precsave.exp
8744 * gdb.reverse/machinestate.exp
8745 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8746 * gdb.reverse/pipe-reverse.exp
8747 * gdb.reverse/readv-reverse.exp
8748 * gdb.reverse/recvmsg-reverse.exp
8749 * gdb.reverse/rerun-prec.exp
8750 * gdb.reverse/s390-mvcle.exp
8751 * gdb.reverse/sigall-precsave.exp
8752 * gdb.reverse/sigall-reverse.exp
8753 * gdb.reverse/solib-precsave.exp
8754 * gdb.reverse/solib-reverse.exp
8755 * gdb.reverse/step-precsave.exp
8756 * gdb.reverse/step-reverse.exp
8757 * gdb.reverse/time-reverse.exp
8758 * gdb.reverse/until-precsave.exp
8759 * gdb.reverse/until-reverse.exp
8760 * gdb.reverse/waitpid-reverse.exp
8761 * gdb.reverse/watch-precsave.exp
8762 * gdb.reverse/watch-reverse.exp
8763
cdc7edd7
LM
87642016-12-01 Luis Machado <lgustavo@codesourcery.com>
8765
8766 Fix test names starting with uppercase throughout the files.
8767
8768 * gdb.arch/i386-mpx-simple_segv.exp
8769 * gdb.arch/i386-mpx.exp
8770 * gdb.arch/i386-permbkpt.exp
8771 * gdb.arch/pa-nullify.exp
8772 * gdb.arch/powerpc-d128-regs.exp
8773 * gdb.arch/vsx-regs.exp
8774 * gdb.base/bfp-test.exp
8775 * gdb.base/break.exp
8776 * gdb.base/breakpoint-shadow.exp
8777 * gdb.base/callfuncs.exp
8778 * gdb.base/charset.exp
8779 * gdb.base/commands.exp
8780 * gdb.base/completion.exp
8781 * gdb.base/dfp-test.exp
8782 * gdb.base/echo.exp
8783 * gdb.base/ending-run.exp
8784 * gdb.base/eval.exp
8785 * gdb.base/expand-psymtabs.exp
8786 * gdb.base/float128.exp
8787 * gdb.base/floatn.exp
8788 * gdb.base/foll-exec-mode.exp
8789 * gdb.base/gdb1056.exp
8790 * gdb.base/gdb11531.exp
8791 * gdb.base/kill-after-signal.exp
8792 * gdb.base/multi-forks.exp
8793 * gdb.base/overlays.exp
8794 * gdb.base/pending.exp
8795 * gdb.base/sepdebug.exp
8796 * gdb.base/testenv.exp
8797 * gdb.base/valgrind-db-attach.exp
8798 * gdb.base/watch_thread_num.exp
8799 * gdb.base/watchpoint-cond-gone.exp
8800 * gdb.base/watchpoint.exp
8801 * gdb.base/watchpoints.exp
8802 * gdb.cp/arg-reference.exp
8803 * gdb.cp/baseenum.exp
8804 * gdb.cp/operator.exp
8805 * gdb.cp/shadow.exp
8806 * gdb.dwarf2/dw2-op-out-param.exp
8807 * gdb.dwarf2/dw2-reg-undefined.exp
8808 * gdb.go/chan.exp
8809 * gdb.go/hello.exp
8810 * gdb.go/integers.exp
8811 * gdb.go/methods.exp
8812 * gdb.go/package.exp
8813 * gdb.guile/scm-parameter.exp
8814 * gdb.guile/scm-progspace.exp
8815 * gdb.guile/scm-value.exp
8816 * gdb.mi/mi-pending.exp
8817 * gdb.mi/user-selected-context-sync.exp
8818 * gdb.multi/multi-attach.exp
8819 * gdb.multi/tids.exp
8820 * gdb.opt/clobbered-registers-O2.exp
8821 * gdb.pascal/floats.exp
8822 * gdb.pascal/integers.exp
8823 * gdb.python/py-block.exp
8824 * gdb.python/py-events.exp
8825 * gdb.python/py-parameter.exp
8826 * gdb.python/py-symbol.exp
8827 * gdb.python/py-symtab.exp
8828 * gdb.python/py-type.exp
8829 * gdb.python/py-value.exp
8830 * gdb.python/py-xmethods.exp
8831 * gdb.python/python.exp
8832 * gdb.reverse/break-precsave.exp
8833 * gdb.reverse/consecutive-precsave.exp
8834 * gdb.reverse/finish-precsave.exp
8835 * gdb.reverse/i386-precsave.exp
8836 * gdb.reverse/machinestate-precsave.exp
8837 * gdb.reverse/sigall-precsave.exp
8838 * gdb.reverse/solib-precsave.exp
8839 * gdb.reverse/step-precsave.exp
8840 * gdb.reverse/until-precsave.exp
8841 * gdb.reverse/watch-precsave.exp
8842 * gdb.server/ext-attach.exp
8843 * gdb.server/ext-restart.exp
8844 * gdb.server/ext-run.exp
8845 * gdb.server/ext-wrapper.exp
8846 * gdb.stabs/gdb11479.exp
8847 * gdb.stabs/weird.exp
8848 * gdb.threads/attach-many-short-lived-threads.exp
8849 * gdb.threads/kill.exp
8850 * gdb.threads/watchpoint-fork.exp
8851
bc6c7af4
LM
88522016-12-01 Luis Machado <lgustavo@codesourcery.com>
8853
8854 Fix test names starting with uppercase throughout all the files below.
8855
8856 * gdb.ada/array_return.exp
8857 * gdb.ada/catch_ex.exp
8858 * gdb.ada/info_exc.exp
8859 * gdb.ada/mi_catch_ex.exp
8860 * gdb.ada/mi_dyn_arr.exp
8861 * gdb.ada/mi_ex_cond.exp
8862 * gdb.ada/mi_exc_info.exp
8863 * gdb.ada/mi_interface.exp
8864 * gdb.ada/mi_task_arg.exp
8865 * gdb.ada/mi_task_info.exp
8866 * gdb.ada/mi_var_array.exp
8867 * gdb.arch/alpha-step.exp
8868 * gdb.arch/amd64-disp-step.exp
8869 * gdb.arch/arm-disp-step.exp
8870 * gdb.arch/disp-step-insn-reloc.exp
8871 * gdb.arch/e500-prologue.exp
8872 * gdb.arch/ftrace-insn-reloc.exp
8873 * gdb.arch/gdb1558.exp
8874 * gdb.arch/i386-bp_permanent.exp
8875 * gdb.arch/i386-disp-step.exp
8876 * gdb.arch/i386-float.exp
8877 * gdb.arch/i386-gnu-cfi.exp
8878 * gdb.arch/ia64-breakpoint-shadow.exp
8879 * gdb.arch/mips16-thunks.exp
8880 * gdb.arch/pa-nullify.exp
8881 * gdb.arch/powerpc-aix-prologue.exp
8882 * gdb.arch/powerpc-power.exp
8883 * gdb.arch/ppc-dfp.exp
8884 * gdb.arch/s390-tdbregs.exp
8885 * gdb.arch/spu-info.exp
8886 * gdb.arch/spu-ls.exp
8887 * gdb.arch/thumb-bx-pc.exp
8888 * gdb.base/advance.exp
8889 * gdb.base/annota-input-while-running.exp
8890 * gdb.base/arrayidx.exp
8891 * gdb.base/asmlabel.exp
8892 * gdb.base/async.exp
8893 * gdb.base/attach-wait-input.exp
8894 * gdb.base/auto-connect-native-target.exp
8895 * gdb.base/batch-preserve-term-settings.exp
8896 * gdb.base/bfp-test.exp
8897 * gdb.base/bigcore.exp
8898 * gdb.base/bp-permanent.exp
8899 * gdb.base/break-always.exp
8900 * gdb.base/break-fun-addr.exp
8901 * gdb.base/break-idempotent.exp
8902 * gdb.base/break-main-file-remove-fail.exp
8903 * gdb.base/break-probes.exp
8904 * gdb.base/break-unload-file.exp
8905 * gdb.base/break.exp
8906 * gdb.base/call-ar-st.exp
8907 * gdb.base/call-rt-st.exp
8908 * gdb.base/call-sc.exp
8909 * gdb.base/call-signal-resume.exp
8910 * gdb.base/call-strs.exp
8911 * gdb.base/callexit.exp
8912 * gdb.base/callfuncs.exp
8913 * gdb.base/catch-gdb-caused-signals.exp
8914 * gdb.base/catch-signal-siginfo-cond.exp
8915 * gdb.base/catch-syscall.exp
8916 * gdb.base/compare-sections.exp
8917 * gdb.base/cond-eval-mode.exp
8918 * gdb.base/condbreak-call-false.exp
8919 * gdb.base/consecutive-step-over.exp
8920 * gdb.base/cursal.exp
8921 * gdb.base/disabled-location.exp
8922 * gdb.base/disasm-end-cu.exp
8923 * gdb.base/display.exp
8924 * gdb.base/double-prompt-target-event-error.exp
8925 * gdb.base/dprintf-bp-same-addr.exp
8926 * gdb.base/dprintf-detach.exp
8927 * gdb.base/dprintf-next.exp
8928 * gdb.base/dprintf-non-stop.exp
8929 * gdb.base/dprintf-pending.exp
8930 * gdb.base/dso2dso.exp
8931 * gdb.base/ending-run.exp
8932 * gdb.base/enum_cond.exp
8933 * gdb.base/examine-backward.exp
8934 * gdb.base/exe-lock.exp
8935 * gdb.base/exec-invalid-sysroot.exp
8936 * gdb.base/execl-update-breakpoints.exp
8937 * gdb.base/execution-termios.exp
8938 * gdb.base/fileio.exp
8939 * gdb.base/fixsection.exp
8940 * gdb.base/foll-exec-mode.exp
8941 * gdb.base/foll-exec.exp
8942 * gdb.base/fork-running-state.exp
8943 * gdb.base/frame-args.exp
8944 * gdb.base/fullpath-expand.exp
8945 * gdb.base/func-ptr.exp
8946 * gdb.base/gcore-relro-pie.exp
8947 * gdb.base/gdb1090.exp
8948 * gdb.base/gdb1555.exp
8949 * gdb.base/global-var-nested-by-dso.exp
8950 * gdb.base/gnu-ifunc.exp
8951 * gdb.base/hbreak-in-shr-unsupported.exp
8952 * gdb.base/hbreak-unmapped.exp
8953 * gdb.base/hook-stop.exp
8954 * gdb.base/infcall-input.exp
8955 * gdb.base/info-fun.exp
8956 * gdb.base/info-shared.exp
8957 * gdb.base/interrupt-noterm.exp
8958 * gdb.base/jit-so.exp
8959 * gdb.base/jit.exp
8960 * gdb.base/line-symtabs.exp
8961 * gdb.base/list.exp
8962 * gdb.base/longjmp.exp
8963 * gdb.base/macscp.exp
8964 * gdb.base/max-value-size.exp
8965 * gdb.base/nodebug.exp
8966 * gdb.base/nofield.exp
8967 * gdb.base/overlays.exp
8968 * gdb.base/paginate-after-ctrl-c-running.exp
8969 * gdb.base/paginate-bg-execution.exp
8970 * gdb.base/paginate-inferior-exit.exp
8971 * gdb.base/pending.exp
8972 * gdb.base/pr11022.exp
8973 * gdb.base/printcmds.exp
8974 * gdb.base/ptr-typedef.exp
8975 * gdb.base/ptype.exp
8976 * gdb.base/randomize.exp
8977 * gdb.base/range-stepping.exp
8978 * gdb.base/realname-expand.exp
8979 * gdb.base/relativedebug.exp
8980 * gdb.base/remote.exp
8981 * gdb.base/savedregs.exp
8982 * gdb.base/sepdebug.exp
8983 * gdb.base/set-noassign.exp
8984 * gdb.base/shlib-call.exp
8985 * gdb.base/shreloc.exp
8986 * gdb.base/sigaltstack.exp
8987 * gdb.base/sigbpt.exp
8988 * gdb.base/siginfo-addr.exp
8989 * gdb.base/siginfo-obj.exp
8990 * gdb.base/siginfo-thread.exp
8991 * gdb.base/signest.exp
8992 * gdb.base/signull.exp
8993 * gdb.base/sigrepeat.exp
8994 * gdb.base/skip.exp
8995 * gdb.base/so-impl-ld.exp
8996 * gdb.base/solib-corrupted.exp
8997 * gdb.base/solib-disc.exp
8998 * gdb.base/solib-display.exp
8999 * gdb.base/solib-overlap.exp
9000 * gdb.base/solib-search.exp
9001 * gdb.base/solib-symbol.exp
9002 * gdb.base/source-execution.exp
9003 * gdb.base/sss-bp-on-user-bp-2.exp
9004 * gdb.base/sss-bp-on-user-bp.exp
9005 * gdb.base/stack-checking.exp
9006 * gdb.base/stale-infcall.exp
9007 * gdb.base/step-break.exp
9008 * gdb.base/step-line.exp
9009 * gdb.base/step-over-exit.exp
9010 * gdb.base/step-test.exp
9011 * gdb.base/structs.exp
9012 * gdb.base/sym-file.exp
9013 * gdb.base/symtab-search-order.exp
9014 * gdb.base/term.exp
9015 * gdb.base/type-opaque.exp
9016 * gdb.base/unload.exp
9017 * gdb.base/until-nodebug.exp
9018 * gdb.base/until.exp
9019 * gdb.base/unwindonsignal.exp
9020 * gdb.base/watch-cond.exp
9021 * gdb.base/watch-non-mem.exp
9022 * gdb.base/watch_thread_num.exp
9023 * gdb.base/watchpoint-reuse-slot.exp
9024 * gdb.base/watchpoint-solib.exp
9025 * gdb.base/watchpoint.exp
9026 * gdb.btrace/dlopen.exp
9027 * gdb.cell/arch.exp
9028 * gdb.cell/break.exp
9029 * gdb.cell/bt.exp
9030 * gdb.cell/core.exp
9031 * gdb.cell/data.exp
9032 * gdb.cell/dwarfaddr.exp
9033 * gdb.cell/ea-cache.exp
9034 * gdb.cell/ea-standalone.exp
9035 * gdb.cell/ea-test.exp
9036 * gdb.cell/f-regs.exp
9037 * gdb.cell/fork.exp
9038 * gdb.cell/gcore.exp
9039 * gdb.cell/mem-access.exp
9040 * gdb.cell/ptype.exp
9041 * gdb.cell/registers.exp
9042 * gdb.cell/sizeof.exp
9043 * gdb.cell/solib-symbol.exp
9044 * gdb.cell/solib.exp
9045 * gdb.compile/compile-tls.exp
9046 * gdb.cp/exception.exp
9047 * gdb.cp/gdb2495.exp
9048 * gdb.cp/local.exp
9049 * gdb.cp/mb-inline.exp
9050 * gdb.cp/mb-templates.exp
9051 * gdb.cp/pr10687.exp
9052 * gdb.cp/pr9167.exp
9053 * gdb.cp/scope-err.exp
9054 * gdb.cp/templates.exp
9055 * gdb.cp/virtfunc.exp
9056 * gdb.dwarf2/dw2-dir-file-name.exp
9057 * gdb.dwarf2/dw2-single-line-discriminators.exp
9058 * gdb.fortran/complex.exp
9059 * gdb.fortran/library-module.exp
9060 * gdb.guile/guile.exp
9061 * gdb.guile/scm-cmd.exp
9062 * gdb.guile/scm-frame-inline.exp
9063 * gdb.guile/scm-objfile.exp
9064 * gdb.guile/scm-pretty-print.exp
9065 * gdb.guile/scm-symbol.exp
9066 * gdb.guile/scm-type.exp
9067 * gdb.guile/scm-value.exp
9068 * gdb.linespec/keywords.exp
9069 * gdb.linespec/ls-errs.exp
9070 * gdb.linespec/macro-relative.exp
9071 * gdb.linespec/thread.exp
9072 * gdb.mi/mi-breakpoint-changed.exp
9073 * gdb.mi/mi-dprintf-pending.exp
9074 * gdb.mi/mi-fullname-deleted.exp
9075 * gdb.mi/mi-logging.exp
9076 * gdb.mi/mi-pending.exp
9077 * gdb.mi/mi-solib.exp
9078 * gdb.mi/new-ui-mi-sync.exp
9079 * gdb.mi/user-selected-context-sync.exp
9080 * gdb.multi/dummy-frame-restore.exp
9081 * gdb.multi/multi-arch-exec.exp
9082 * gdb.multi/remove-inferiors.exp
9083 * gdb.multi/watchpoint-multi-exit.exp
9084 * gdb.opt/solib-intra-step.exp
9085 * gdb.perf/backtrace.exp
9086 * gdb.perf/single-step.exp
9087 * gdb.perf/skip-command.exp
9088 * gdb.perf/skip-prologue.exp
9089 * gdb.perf/solib.exp
9090 * gdb.python/lib-types.exp
9091 * gdb.python/py-as-string.exp
9092 * gdb.python/py-bad-printers.exp
9093 * gdb.python/py-block.exp
9094 * gdb.python/py-breakpoint.exp
9095 * gdb.python/py-cmd.exp
9096 * gdb.python/py-events.exp
9097 * gdb.python/py-evthreads.exp
9098 * gdb.python/py-finish-breakpoint.exp
9099 * gdb.python/py-finish-breakpoint2.exp
9100 * gdb.python/py-frame-inline.exp
9101 * gdb.python/py-frame.exp
9102 * gdb.python/py-inferior.exp
9103 * gdb.python/py-infthread.exp
9104 * gdb.python/py-mi.exp
9105 * gdb.python/py-objfile.exp
9106 * gdb.python/py-pp-maint.exp
9107 * gdb.python/py-pp-registration.exp
9108 * gdb.python/py-prettyprint.exp
9109 * gdb.python/py-recurse-unwind.exp
9110 * gdb.python/py-shared.exp
9111 * gdb.python/py-symbol.exp
9112 * gdb.python/py-symtab.exp
9113 * gdb.python/py-template.exp
9114 * gdb.python/py-type.exp
9115 * gdb.python/py-unwind-maint.exp
9116 * gdb.python/py-unwind.exp
9117 * gdb.python/py-value.exp
9118 * gdb.python/python.exp
9119 * gdb.reverse/finish-reverse-bkpt.exp
9120 * gdb.reverse/insn-reverse.exp
9121 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9122 * gdb.reverse/solib-precsave.exp
9123 * gdb.reverse/solib-reverse.exp
9124 * gdb.stabs/gdb11479.exp
9125 * gdb.stabs/weird.exp
9126 * gdb.threads/fork-child-threads.exp
9127 * gdb.threads/fork-plus-threads.exp
9128 * gdb.threads/fork-thread-pending.exp
9129 * gdb.threads/forking-threads-plus-breakpoint.exp
9130 * gdb.threads/hand-call-in-threads.exp
9131 * gdb.threads/interrupted-hand-call.exp
9132 * gdb.threads/linux-dp.exp
9133 * gdb.threads/local-watch-wrong-thread.exp
9134 * gdb.threads/next-while-other-thread-longjmps.exp
9135 * gdb.threads/non-ldr-exit.exp
9136 * gdb.threads/pending-step.exp
9137 * gdb.threads/print-threads.exp
9138 * gdb.threads/process-dies-while-detaching.exp
9139 * gdb.threads/process-dies-while-handling-bp.exp
9140 * gdb.threads/pthreads.exp
9141 * gdb.threads/queue-signal.exp
9142 * gdb.threads/reconnect-signal.exp
9143 * gdb.threads/signal-command-handle-nopass.exp
9144 * gdb.threads/signal-command-multiple-signals-pending.exp
9145 * gdb.threads/signal-delivered-right-thread.exp
9146 * gdb.threads/signal-sigtrap.exp
9147 * gdb.threads/sigthread.exp
9148 * gdb.threads/staticthreads.exp
9149 * gdb.threads/stepi-random-signal.exp
9150 * gdb.threads/thread-unwindonsignal.exp
9151 * gdb.threads/thread_check.exp
9152 * gdb.threads/thread_events.exp
9153 * gdb.threads/tid-reuse.exp
9154 * gdb.threads/tls-nodebug.exp
9155 * gdb.threads/tls-shared.exp
9156 * gdb.threads/tls-so_extern.exp
9157 * gdb.threads/tls.exp
9158 * gdb.threads/wp-replication.exp
9159 * gdb.trace/actions-changed.exp
9160 * gdb.trace/actions.exp
9161 * gdb.trace/backtrace.exp
9162 * gdb.trace/change-loc.exp
9163 * gdb.trace/collection.exp
9164 * gdb.trace/deltrace.exp
9165 * gdb.trace/disconnected-tracing.exp
9166 * gdb.trace/entry-values.exp
9167 * gdb.trace/ftrace-lock.exp
9168 * gdb.trace/ftrace.exp
9169 * gdb.trace/infotrace.exp
9170 * gdb.trace/mi-trace-frame-collected.exp
9171 * gdb.trace/mi-trace-unavailable.exp
9172 * gdb.trace/mi-traceframe-changed.exp
9173 * gdb.trace/mi-tracepoint-changed.exp
9174 * gdb.trace/mi-tsv-changed.exp
9175 * gdb.trace/no-attach-trace.exp
9176 * gdb.trace/packetlen.exp
9177 * gdb.trace/passc-dyn.exp
9178 * gdb.trace/passcount.exp
9179 * gdb.trace/pending.exp
9180 * gdb.trace/pr16508.exp
9181 * gdb.trace/qtro.exp
9182 * gdb.trace/range-stepping.exp
9183 * gdb.trace/read-memory.exp
9184 * gdb.trace/report.exp
9185 * gdb.trace/save-trace.exp
9186 * gdb.trace/signal.exp
9187 * gdb.trace/stap-trace.exp
9188 * gdb.trace/status-stop.exp
9189 * gdb.trace/strace.exp
9190 * gdb.trace/tfile.exp
9191 * gdb.trace/tfind.exp
9192 * gdb.trace/trace-break.exp
9193 * gdb.trace/trace-condition.exp
9194 * gdb.trace/trace-enable-disable.exp
9195 * gdb.trace/trace-mt.exp
9196 * gdb.trace/tracecmd.exp
9197 * gdb.trace/tracefile-pseudo-reg.exp
9198 * gdb.trace/tspeed.exp
9199 * gdb.trace/tstatus.exp
9200 * gdb.trace/tsv.exp
9201 * gdb.trace/unavailable.exp
9202 * gdb.trace/while-dyn.exp
9203 * gdb.trace/while-stepping.exp
9204 * lib/gdb-guile.exp
9205 * lib/gdb.exp
9206 * lib/mi-support.exp
9207 * lib/pascal.exp
9208 * lib/perftest.exp
9209 * lib/prelink-support.exp
9210 * lib/selftest-support.exp
9211
ad02e4fe
SM
92122016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
9213
9214 * Makefile.in: Include disable-implicit-rules.mk.
9215
22347e55
AA
92162016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9217
9218 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
9219 non-byte-aligned bit fields.
9220
da5b30da
AA
92212016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9222
9223 PR gdb/12616
9224 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
9225 respects the DW_AT_data_bit_offset attribute.
9226
b593ecca
SM
92272016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
9228
9229 * gdb.base/default.exp: Fix output of "set language".
9230
3b165252
SM
92312016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
9232
9233 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
9234 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
9235 make.
9236 * configure.ac: Remove checks for the make program.
9237 * configure: Re-generate.
9238
1a2f3d7f
KB
92392016-11-16 Kevin Buettner <kevinb@redhat.com>
9240
9241 * gdb.python/py-recurse-unwind.c (main): Add loop.
9242 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
9243 to read_register() and gdb.parse_and_eval(). Make each code
9244 call a separate case that can be individually tested.
9245 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
9246 proc. Call cont_and_backtrace for each of the code paths that
9247 we want to test in the unwinder.
9248
b7f38fda
AA
92492016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
9250
9251 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
9252 the definition of struct S.
9253
1f8db343
CM
92542016-11-11 Catherine Moore <clm@codesourcery.com>
9255
9256 * gdb.base/dump.exp: Identify verilog format dump tests as such.
9257
fad0c9fb
PA
92582016-11-09 Pedro Alves <palves@redhat.com>
9259
9260 * gdb.base/commands.exp (runto_or_return): New procedure.
9261 (gdbvar_simple_if_test, gdbvar_simple_while_test)
9262 (gdbvar_complex_if_while_test, progvar_simple_if_test)
9263 (progvar_simple_while_test, progvar_complex_if_while_test)
9264 (if_while_breakpoint_command_test)
9265 (infrun_breakpoint_command_test, breakpoint_command_test)
9266 (user_defined_command_test, watchpoint_command_test)
9267 (test_command_prompt_position, redefine_hook_test)
9268 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
9269 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
9270 multi_line_input and multi_line. Remove gdb_expect and
9271 gdb_stop_suppressing_tests uses.
9272 * lib/gdb.exp (valnum_re): New global.
9273 (multi_line_input): New procedure.
9274
8354c62c
SM
92752016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
9276
9277 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
9278 Remove.
9279 (test_setup): Define with proc_with_prefix.
9280 (test_cli_inferior): Likewise.
9281 (test_cli_thread): Likewise.
9282 (test_cli_frame): Likewise.
9283 (test_cli_select_frame): Likewise.
9284 (test_cli_up_down): Likewise.
9285 (test_mi_thread_select): Likewise.
9286 (test_mi_stack_select_frame): Likewise.
9287 (test_cli_in_mi_inferior): Likewise.
9288 (test_cli_in_mi_thread): Likewise.
9289 (test_cli_in_mi_frame): Likewise.
9290 (top level): Do not use with_test_prefix_procname.
9291
64f367a2
PA
92922016-11-09 Pedro Alves <palves@redhat.com>
9293
9294 * gdb.base/commands.exp (gdbvar_simple_if_test)
9295 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
9296 (progvar_simple_if_test, progvar_simple_while_test)
9297 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
9298 (infrun_breakpoint_command_test, breakpoint_command_test)
9299 (user_defined_command_test, watchpoint_command_test)
9300 (test_command_prompt_position, deprecated_command_test)
9301 (bp_deleted_in_command, temporary_breakpoint_commands)
9302 (stray_arg0_test, source_file_with_indented_comment)
9303 (recursive_source_test, if_commands_test)
9304 (error_clears_commands_left, redefine_hook_test)
9305 (redefine_backtrace_test): Use proc_with_prefix.
9306 * lib/gdb.exp (proc_with_prefix): New proc.
9307
0bb65f1e
AA
93082016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
9309
9310 * gdb.base/tui-layout.c: New file.
9311 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
9312 disassembly window contains very long lines.
9313
7353f247
TT
93142016-11-08 Tom Tromey <tom@tromey.com>
9315
9316 * gdb.python/py-value.exp (test_value_creation): Make "long" test
9317 depend on Python 2.
9318
30a7bb83
TT
93192016-11-08 Tom Tromey <tom@tromey.com>
9320
9321 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
9322 New method.
9323
cdf5a07c
MG
93242016-10-29 Manish Goregaokar <manish@mozilla.com>
9325
2806dc7e 9326 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 9327
51a789c3
MG
93282016-10-27 Manish Goregaokar <manish@mozilla.com>
9329
2806dc7e
PA
9330 * gdb.rust/simple.rs: Add test for univariant enums without
9331 discriminants and for encoded struct-like enums.
51a789c3 9332
f610ab6d
PA
93332016-10-28 Pedro Alves <palves@redhat.com>
9334
9335 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
9336 gdb_test_multiple, tighten regexps and match symtabs and line
9337 tables incrementally.
9338
b129b0ca
LM
93392016-10-28 Luis Machado <lgustavo@codesourcery.com>
9340
9341 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
9342 general.
9343
ecf45d2c
SL
93442016-10-25 Luis Machado <lgustavo@codesourcery.com>
9345
9346 * gdb.base/exec-invalid-sysroot.exp: New file.
9347
b8d38ee4
JK
93482016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9349
9350 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
9351
f90fd8c2
JK
93522016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9353
9354 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
9355
2d2476aa
MR
93562016-10-19 Maciej W. Rozycki <macro@imgtec.com>
9357
2806dc7e
PA
9358 * gdb.base/killed-outside.exp: Remove $options from a call to
9359 `prepare_for_testing'.
2d2476aa 9360
e42b25a0
SM
93612016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9362
9363 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
9364 Change test message.
9365
3ccdb432
SM
93662016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9367
9368 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
9369 Update comment.
9370
5bad3170
SM
93712016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9372
9373 * gdb.trace/mi-trace-save.exp: New file.
9374
5ad9dba7
YQ
93752016-10-13 Yao Qi <yao.qi@linaro.org>
9376
9377 * gdb.base/code_elim.exp (get_var_address): Remove.
9378 * gdb.base/relocate.exp: Likewise.
9379 * gdb.base/shreloc.exp: Likewise.
9380 * lib/gdb.exp (get_var_address): New.
9381
62df7e21
YQ
93822016-10-13 Yao Qi <yao.qi@linaro.org>
9383
9384 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
9385 floating point tests if $skip_float_test is false.
9386
4dac951e
LM
93872016-10-12 Luis Machado <lgustavo@codesourcery.com>
9388
9389 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
9390 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
9391 argc values.
9392 Add 1 to argc so we guarantee distinct initial/modified argc values.
9393
8f1a8fc4
JK
93942016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9395
9396 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
9397
16c85b5d
JK
93982016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9399
9400 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
9401 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
9402 * gdb.arch/vsx-regs.exp: Likewise.
9403
1d0e042a
YQ
94042016-10-07 Yao Qi <yao.qi@linaro.org>
9405
9406 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
9407
68dadef5
MM
94082016-10-07 Markus Metzger <markus.t.metzger@intel.com>
9409
9410 * gdb.python/python.exp: Test decode_line("*0").
9411
33fa2c6e
DE
94122016-10-06 Doug Evans <dje@google.com>
9413
9414 * gdb.python/py-value.exp (test_value_creation): Add test for large
9415 unsigned 64-bit value.
9416
9c37b5ae
TT
94172016-10-06 Tom Tromey <tom@tromey.com>
9418
9419 * gdb.compile/compile.exp: Change java tests to rust.
9420 * gdb.base/setshow.exp: Change java tests to rust.
9421 * gdb.base/default.exp: Remove java from language list.
9422 * README (Examples): Update language example.
9423 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
9424 test.
9425 * lib/gdb.exp (skip_java_tests): Remove.
9426 * lib/java.exp: Remove.
9427 * gdb.java: Remove.
9428
78b86327
MR
94292016-10-06 Maciej W. Rozycki <macro@imgtec.com>
9430
9431 * gdb.arch/mips-fcr.exp: New test.
9432 * gdb.arch/mips-fcr.c: Source for the new test.
9433
7470adbb
MR
94342016-10-06 Maciej W. Rozycki <macro@imgtec.com>
9435
9436 * gdb.base/solib-disc.exp: Use `standard_output_file'
9437 throughout.
9438
4a556533
PA
94392016-10-06 Pedro Alves <palves@redhat.com>
9440
9441 * gdb.base/jit-simple-dl.c: New file.
9442 * gdb.base/jit-simple-jit.c: New file, factored out from ...
9443 * gdb.base/jit-simple.c: ... this.
9444 * gdb.base/jit-simple.exp (jit_run): Delete.
9445 (build_jit): New proc.
9446 (jit_test_reread): Recompile either the main program or the shared
9447 library, depending on what is being tested. Skip changing address
9448 if caller wants to. Compare before/after addresses. If testing
9449 standalone, explicitly load the binary. Test "maint info
9450 breakpoints".
9451 (top level): Add "standalone vs shared lib" and "change address"
9452 vs "same address" axes.
9453
5a122fbc
PA
94542016-10-06 Pedro Alves <palves@redhat.com>
9455
9456 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
9457 call.
9458 (jit_run): Delete.
9459 (jit_test_reread): Use with_test_prefix. Reload the main binary
9460 explicitly. Compare the before/after addresses of the JIT
9461 descriptor.
9462
ee8da4b8
DE
94632016-08-15 Doug Evans <dje@google.com>
9464
9465 * gdb.xml/extra-regs.xml: Update, end field now required, default type
9466 for single bitfields is bool.
9467 * gdb.xml/tdesc-regs.exp: Ditto.
9468
f389f6fe
JK
94692016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9470
9471 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
9472
fdebf1a4
YQ
94732016-10-05 Yao Qi <yao.qi@linaro.org>
9474
9475 * lib/gdb.exp (support_complex_tests): Return zero if
9476 gdb_skip_float_test return true.
9477
9c36d954 94782016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 9479 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
9480
9481 PR gdb/20487
9482 * gdb.mi/user-selected-context-sync.exp: New file.
9483 * gdb.mi/user-selected-context-sync.c: New file.
9484
4034d0ff 94852016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 9486 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
9487
9488 PR gdb/20487
9489 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
9490 =thread-select-event check.
9491
a4297203
PB
94922016-09-29 Peter Bergner <bergner@vnet.ibm.com>
9493
9494 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
9495 the compulsory L operand changes.
9496 * gdb.arch/powerpc-power.s: Likewise.
9497
bb805577
JK
94982016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9499
9500 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
9501 * gdb.base/jit-attach-pie.c: New file.
9502 * gdb.base/jit-attach-pie.exp: New file.
9503
6d61dee5
PA
95042016-09-28 Pedro Alves <palves@redhat.com>
9505
9506 * gdb.base/infcall-input.c: New file.
9507 * gdb.base/infcall-input.exp: New file.
9508
f73842fc
YQ
95092016-09-22 Yao Qi <yao.qi@linaro.org>
9510
9511 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
9512 (gdb_exit): Rename it to ...
9513 (gdbserver_gdb_exit): ... Close GDBserver.
9514 (gdb_exit): New proc, call gdbserver_gdb_exit.
9515 (mi_gdb_exit): Likewise.
9516
90681dab
YQ
95172016-09-22 Yao Qi <yao.qi@linaro.org>
9518
9519 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
9520 path.
9521 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
9522 Remove duplication.
9523
9c211fd8
YQ
95242016-09-22 Yao Qi <yao.qi@linaro.org>
9525
9526 * lib/gdbserver-support.exp: Check the existence of
9527 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
9528
ad0a504f
AK
95292016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
9530
9531 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
9532
36cf1806
TT
95332016-09-21 Tom Tromey <tom@tromey.com>
9534
9535 PR gdb/20604:
9536 * gdb.base/quit.exp: New file.
9537
74172ecf
SM
95382016-09-21 Simon Marchi <simon.marchi@ericsson.com>
9539
9540 * .gitignore: New file.
9541
3d0ec882
MR
95422016-09-21 Maciej W. Rozycki <macro@imgtec.com>
9543
9544 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
9545 throughout.
9546
8193adea
AA
95472016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9548
9549 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
9550
d41a5c09
JK
95512016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9552
9553 * gdb.cp/casts.cc (decltype): Move it ...
9554 (main): ... with its call to ...
9555 * gdb.cp/casts03.cc: ... a new file.
9556 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
9557
d2dfe700
JK
95582016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9559
9560 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
9561
e2a92b16
PB
95622016-09-15 Peter Bergner <bergner@vnet.ibm.com>
9563
9564 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
9565 and sync up the test with tests in gas/testsuite/gas/ppc.
9566 * gdb.arch/powerpc-power.exp: Likewise.
9567
49b4de64
JK
95682016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9569
9570 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
9571
2c29df25
SDJ
95722016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
9573 Jan Kratochvil <jan.kratochvil@redhat.com>
9574
9575 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
9576 make m1's definition to be different from m2's. Use 'dummy' as an
9577 argument for probe 'two'.
9578
cc3c2846
JB
95792016-09-10 Jon Beniston <jon@beniston.com>
9580
9581 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
9582 for sim target.
9583
e1b2624a
AA
95842016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
9585
9586 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
9587 variable declaration.
9588 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
9589 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
9590 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
9591 received HWCAP as its argument.
9592
4295e285
PA
95932016-09-06 Pedro Alves <palves@redhat.com>
9594
9595 * gdb.base/new-ui-pending-input.c: New file.
9596 * gdb.base/new-ui-pending-input.exp: New file.
9597 * gdb.exp (clear_gdb_spawn_id): New procedure.
9598 (with_spawn_id): Check whether gdb_spawn_id exists before
9599 referencing it. If gdb_spawn_id didn't exist on entry, clear it
9600 on exit.
9601
00d5215e
UW
96022016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
9603
9604 * gdb.base/float128.c: New file.
9605 * gdb.base/float128.exp: Likewise.
9606 * gdb.base/floatn.c: Likewise.
9607 * gdb.base/floatn.exp: Likewise.
9608
a9ff5f12
UW
96092016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
9610
9611 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
9612
f245535c
PA
96132016-09-05 Pedro Alves <palves@redhat.com>
9614
9615 PR backtrace/19927
9616 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
9617 unwinders are immediately called as side effect of "source" or
9618 "disable unwinder" commands.
9619 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
9620
ae9cf263
YQ
96212016-09-02 Yao Qi <yao.qi@linaro.org>
9622
9623 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
9624 is true and $type is "float" or "double".
9625
27aba047
YQ
96262016-09-02 Yao Qi <yao.qi@linaro.org>
9627
9628 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
9629 true.
9630 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
9631 * gdb.base/call-rt-st.exp: Likewise.
9632 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
9633 return value instead of gdb,skip_float_test.
9634 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
9635 (do_function_calls): Use its return value instead of
9636 gdb,skip_float_test.
9637 * gdb.base/finish.exp: Likewise.
9638 * gdb.base/funcargs.exp: Likewise.
9639 * gdb.base/return.exp: Likewise.
9640 * gdb.base/return2.exp: Likewise.
9641 * gdb.base/varargs.exp: Likewise.
9642 * lib/gdb.exp (gdb_skip_float_test): Change it to
9643 gdb_caching_proc. Detect the broken ptrace on arm-linux.
9644
5af962df
AA
96452016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
9646
9647 * gdb.multi/tids.exp: Test "thread apply all".
9648
7fac6910
JK
96492016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9650
9651 * gdb.base/default.exp (tty): Remove.
9652
bb1fe4ac
KB
96532016-08-24 Kevin Buettner <kevinb@redhat.com>
9654
2806dc7e
PA
9655 * gdb.python/py-recurse-unwind.c: New file.
9656 * gdb.python/py-recurse-unwind.py: New file.
9657 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 9658
0a1ddfa6
SM
96592016-08-24 Simon Marchi <simon.marchi@ericsson.com>
9660
9661 * gdb.base/set-inferior-tty.exp: New file.
9662 * gdb.base/set-inferior-tty.c: New file.
9663
d9de1fe3
PA
96642016-08-23 Pedro Alves <palves@redhat.com>
9665
9666 PR gdb/20494
9667 * gdb.base/new-ui-echo.c: New file.
9668 * gdb.base/new-ui-echo.exp: New file.
9669
e9d9abd7
YQ
96702016-08-23 Yao Qi <yao.qi@linaro.org>
9671
9672 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
9673 gdbserver_spawn.
9674 * gdb.server/connect-without-multi-process.exp (do_test):
9675 Likewise.
9676
3589529e
YQ
96772016-08-23 Yao Qi <yao.qi@linaro.org>
9678
9679 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
9680 standalone_txt. Delete gdb_txt and standalone_txt on host
9681 and target. Spawn the binary on target. Copy files from
9682 target to host.
9683
6bb90213
PA
96842016-08-22 Pedro Alves <palves@redhat.com>
9685
9686 PR gdb/20505
9687 * gdb.base/vdso-warning.exp: Test core dumps too. Use
9688 with_test_prefix. Factor out bits to ...
9689 (test_no_vdso): ... this new procedure.
9690
20c2c024
CL
96912016-08-19 Carl Love <cel@us.ibm.com>
9692
9693 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
9694 maintaining separate logic for constructing the output path.
9695 * gdb.arch/powerpc-d128-regs.exp: Likewise.
9696 * gdb.arch/ppc-dfp.exp: Likewise.
9697 * gdb.arch/ppc-fp.exp: Likewise.
9698 * gdb.arch/vsx-regs.exp: Likewise.
9699 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
9700 binprefix for generating the additional binary files.
9701
0646e07d
PA
97022016-08-19 Pedro Alves <palves@redhat.com>
9703
9704 * gdb.trace/mi-trace-frame-collected.exp
9705 (test_trace_frame_collected): On x32, expect two registers.
9706
46da9242
CL
97072016-08-18 Carl Love <cel@us.ibm.com>
9708
9709 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
9710 and sync up the test with tests in gas/testsuite/gas/ppc.
9711 * gdb.arch/powerpc-power.exp: Likewise.
9712
eb2332d7
SM
97132016-08-17 Simon Marchi <simon.marchi@ericsson.com>
9714
9715 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
9716 expected error message.
9717
63c61e04
SM
97182016-08-17 Simon Marchi <simon.marchi@ericsson.com>
9719
9720 * gdb.multi/remove-inferiors.exp: New file.
9721 * gdb.multi/remove-inferiors.c: New file.
9722
7b17065f
YQ
97232016-08-12 Yao Qi <yao.qi@linaro.org>
9724
9725 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
9726 argument list.
9727
01d3dedf
PA
97282016-08-10 Pedro Alves <palves@redhat.com>
9729
9730 PR gdb/19187
9731 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
9732 setup_kfails.
9733
3eb7562a
PA
97342016-08-09 Pedro Alves <palves@redhat.com>
9735 Simon Marchi <simon.marchi@ericsson.com>
9736
9737 PR gdb/20418
9738 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
9739 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
9740
80614914
PA
97412016-08-09 Pedro Alves <palves@redhat.com>
9742
9743 PR mi/20431
9744 * gdb.mi/mi-cmd-error.exp: New file.
9745
f348d89a
PA
97462016-08-09 Pedro Alves <palves@redhat.com>
9747
9748 PR gdb/18653
9749 * gdb.base/signals-state-child.c: New file.
9750 * gdb.base/signals-state-child.exp: New file.
9751 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
9752
e5ca03b4
PA
97532016-08-09 Pedro Alves <palves@redhat.com>
9754
9755 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
9756
282a0691
TT
97572016-08-03 Tom Tromey <tom@tromey.com>
9758
9759 PR python/18565:
9760 * gdb.python/py-frame-inline.exp: Add Frame.function test.
9761
41bfcd63
YQ
97622016-08-01 Yao Qi <yao.qi@linaro.org>
9763
9764 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
9765 variable mode to "multi-process" if $multi_process is 1, otherwise
9766 set it to "single-process".
9767
e3465b24
YQ
97682016-08-01 Yao Qi <yao.qi@linaro.org>
9769
9770 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
9771 * gdb.cp/cpexprs.exp: Likewise.
9772 * gdb.cp/m-static.exp: Likewise.
9773
0b31a4bc
TT
97742016-07-26 Tom Tromey <tom@tromey.com>
9775
9776 PR python/20190:
9777 * gdb.threads/tls.exp (check_thread_local): Add python symbol
9778 test.
9779
e0461dbb
MM
97802016-07-26 Markus Metzger <markus.t.metzger@intel.com>
9781
9782 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
9783 selecting assembly source files.
9784 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
9785 assembly source files.
9786 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
9787 assembly source files.
9788 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
9789 selecting assembly source files.
9790
8194e927
SM
97912016-07-25 Simon Marchi <simon.marchi@ericsson.com>
9792
9793 * gdb.base/new-ui.exp (do_test_invalid_args): New
9794 procedure.
9795
c0272db5
TW
97962016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
9797
9798 * gdb.btrace/reconnect.c: New file.
9799 * gdb.btrace/reconnect.exp: New file.
9800
e3487908
GKB
98012016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
9802
9803 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
9804 to test_catch_syscall_group.
9805 (test_catch_syscall_group): New.
9806
12df5c00
TT
98072016-07-21 Tom Tromey <tom@tromey.com>
9808
9809 * gdb.rust/simple.rs (main): Use empty struct expression.
9810 * gdb.rust/simple.exp: Add tests for empty struct expression.
9811
bae62ee2
YQ
98122016-07-21 Yao Qi <yao.qi@linaro.org>
9813
9814 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
9815 if gdb_skip_xml_test is true on some targets.
9816
b1b53fb3
YQ
98172016-07-21 Yao Qi <yao.qi@linaro.org>
9818
9819 * gdb.server/solib-list.exp: Unset last_loaded_file.
9820
027d97f8
JK
98212016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9822
9823 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
9824 "step into captured_main (args)".
9825
7674d381
JK
98262016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9827
9828 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
9829
72b5d099
JK
98302016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9831
9832 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
9833
1f960ced
PA
98342016-07-19 Pedro Alves <palves@redhat.com>
9835
9836 * gdb.opt/inline-break.exp: Remove optimize=-O2.
9837 * gdb.opt/inline-bt.exp: Likewise.
9838 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
9839 additional_flags=-Winline.
9840 * gdb.opt/inline-locals.exp: Likewise.
9841 * gdb.opt/inline-markers.c (ATTR): Define.
9842 (inlined_fn): Use it.
9843
f25827c1
YQ
98442016-07-19 Yao Qi <yao.qi@linaro.org>
9845
9846 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
9847 (test_with_self): Remove some code. Remove argument executable.
9848 (top-level): Use do_self_tests.
9849
37539ebe
DB
98502016-07-15 Zachary Welch <zwelch@codesourcery.com>
9851 Don Breazeal <donb@codesourcery.com>
9852
9853 * gdb.base/maint.exp: Escape paths used in regular expressions.
9854 * gdb.stabs/weird.exp: Likewise.
9855
dac790e1
TT
98562016-07-13 Tom Tromey <tom@tromey.com>
9857
9858 PR python/15620, PR python/18620:
9859 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
9860 (test_bkpt_events): New procs.
9861
93daf339
TT
98622016-07-13 Tom Tromey <tom@tromey.com>
9863
9864 PR python/17698:
9865 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
9866 test.
9867 (test_watchpoints): Likewise.
9868 (test_bkpt_pending): New proc.
9869
6571a381
TT
98702016-07-13 Tom Tromey <tom@tromey.com>
9871
9872 PR cli/18053:
9873 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
9874 completion test.
9875
e8732474
JK
98762016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9877
9878 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
9879 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
9880 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
9881 f_label.
9882 (g): Rename g_end_lbl to g_label.
9883 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
9884 low_pc and high_pc.
9885 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
9886
e0f3fd7c
TT
98872016-07-12 Tom Tromey <tom@tromey.com>
9888
9889 PR python/19293:
9890 * gdb.python/py-unwind-maint.exp: Update tests.
9891
3cfe46b6
YQ
98922016-07-12 Yao Qi <yao.qi@linaro.org>
9893
9894 * lib/selftest-support.exp (selftest_setup): Match the output
9895 when captured_main is inlined.
9896
4f19a0e6
WT
98972016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
9898
9899 * gdb.fortran/derived-types.exp (result_line, result_line_2):
9900 New variables.
9901 (print this%a, print this%b, print this): New tests.
9902 * gdb.fortran/derived-types.f90 (this): New object and
9903 initialization.
9904
986cf455
SM
99052016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9906
9907 * gdb.ada/arraydim.exp: Remove extra directory level in build
9908 directory.
9909
f0464b23
SM
99102016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9911
9912 * lib/ada.exp: Remove extra directory level in build directory.
9913 * gdb.ada/cond_lang.exp: Likewise.
9914 * gdb.ada/exec_changed.exp: Likewise.
9915 * gdb.ada/lang_switch.exp: Likewise.
9916
42d94011
MG
99172016-07-06 Manish Goregaokar <manish@mozilla.com>
9918
2806dc7e
PA
9919 * simple.rs: Add test for raw pointer subscripting.
9920 * simple.exp: Add test expectations.
42d94011 9921
647c264c
YQ
99222016-07-05 Yao Qi <yao.qi@linaro.org>
9923
9924 * gdb.mi/mi-reverse.exp: Match =record-started output.
9925
20aa2c60
PA
99262016-07-01 Pedro Alves <palves@redhat.com>
9927
9928 * gdb.base/jit-reader.exp (info_registers_current_frame): New
9929 procedure.
9930 (jit_reader_test): Test the jit reader's unwinder.
9931 * gdb.base/jithost.c (jit_function_00_code): New global.
9932 (main): Use memcpy to fill in the mmapped code, instead of poking
9933 bytes manually here.
9934 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
9935 value.
9936 (read_debug_info): Save the function's range.
9937 (read_sp): New function.
9938 (unwind_frame): Use it. Also unwind RBP.
9939 (get_frame_id): Use read_sp.
9940 (gdb_init_reader): Use calloc instead of malloc.
9941 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
9942 parameter. Use gdb_test_multiple.
9943
ced2dffb
PA
99442016-07-01 Pedro Alves <palves@redhat.com>
9945 Antoine Tremblay <antoine.tremblay@ericsson.com>
9946
9947 * gdb.threads/process-dies-while-detaching.c: New file.
9948 * gdb.threads/process-dies-while-detaching.exp: New file.
9949
63000888
PA
99502016-07-01 Pedro Alves <palves@redhat.com>
9951
9952 * gdb.multi/watchpoint-multi-exit.c: New file.
9953 * gdb.multi/watchpoint-multi-exit.exp: New file.
9954
038d4868
PA
99552016-06-30 Pedro Alves <palves@redhat.com>
9956
9957 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
9958 unset inferior_spawn_id.
9959
994e9c83
PA
99602016-06-30 Pedro Alves <palves@redhat.com>
9961
9962 * lib/mi-support.exp (default_mi_gdb_start): Declare global
9963 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
9964
e5653468
YQ
99652016-06-29 Yao Qi <yao.qi@linaro.org>
9966
9967 * gdb.base/return.c: Add copyright header.
9968
803b47e5
TT
99692016-06-29 Tom Tromey <tom@tromey.com>
9970
9971 PR python/20129:
9972 * gdb.python/py-framefilter.exp: Add tests for setting priority
9973 and disabling of non-existent frame filter.
9974
28244707
YQ
99752016-06-29 Yao Qi <yao.qi@linaro.org>
9976
9977 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
9978 0x0f07ff.
9979
a31d2f06
YQ
99802016-06-28 Yao Qi <yao.qi@linaro.org>
9981
9982 * gdb.base/catch-syscall.exp: Remove check on isnative and target
9983 triplets. Start gdb, execute catch syscall, and continue. Check
9984 gdb's output to determine catch syscall is supported.
9985
921d8f54
MG
99862016-06-27 Manish Goregaokar <manish@mozilla.com>
9987
25d49b86
PA
9988 * gdb.rust/simple.rs: Add test for returning unit in a function.
9989 * gdb.rust/simple.exp: Add expectation for functions returning
9990 unit.
921d8f54 9991
f4952523
PMR
99922016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
9993
9994 * gdb.python/py-breakpoint-create-fail.c,
9995 gdb.python/py-breakpoint-create-fail.exp,
9996 gdb.python/py-breakpoint-create-fail.py: New testcase.
9997
fccb08f8
MG
99982016-06-25 Manish Goregaokar <manish@mozilla.com>
9999
10000 PR gdb/20239
10001 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
10002 * gdb.rust/simple.exp: Add test expectations for new NonZero
10003 tests.
fccb08f8 10004
6b850546
DT
100052016-06-24 David Taylor <dtaylor@emc.com>
10006
10007 * gdb.base/offsets.exp: New file.
10008 * gdb.base/offsets.c: New file.
10009
17621150
TT
100102016-06-23 Tom Tromey <tom@tromey.com>
10011
10012 PR gdb/16483:
10013 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
10014 before any filters are loaded.
10015
04d59df6
WT
100162016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
10017
10018 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
10019 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
10020 structs.
10021 * gdb.fortran/derived-type-function.exp: New file.
10022 * gdb.fortran/derived-type-function.f90: New file.
10023
10024
ac69f786
PA
100252016-06-21 Pedro Alves <palves@redhat.com>
10026
10027 * gdb.base/new-ui.exp: New file.
10028 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
10029 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
10030 (with_spawn_id): New procedure.
10031
49940788
PA
100322016-06-21 Pedro Alves <palves@redhat.com>
10033
10034 * gdb.mi/mi-exec-run.exp: New file.
10035
ef274d26
PA
100362016-06-21 Pedro Alves <palves@redhat.com>
10037
10038 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
10039 breakpoint command's output on the main UI.
10040 (test_break): New procedure, factored out from calls in the top
10041 level.
10042 (top level): Use foreach_with_prefix to test MI as main UI and as
10043 separate UI.
10044
468afe6c
PA
100452016-06-21 Pedro Alves <palves@redhat.com>
10046
10047 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
10048 (test_awatch_creation_and_listing)
10049 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
10050 Remove 'type' parameter.
10051 (test_watchpoint_all): New parameter mi_mode. Remove
10052 with_test_prefix.
10053 (top level): Use foreach_with_prefix, and add main/separate UI MI
10054 testing axis.
10055
51f77c37
PA
100562016-06-21 Pedro Alves <palves@redhat.com>
10057
10058 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
10059 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
10060 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
10061 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
10062 (gdb_main_spawn_id, mi_spawn_id): Declare and
10063 comment.
10064 (mi_create_inferior_pty): New procedure,
10065 factored out from default_mi_gdb_start.
10066 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
10067 procedures.
10068 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
10069 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
10070 Use mi_create_inferior_pty.
10071 (mi_gdb_start): Use eval to pass down args list.
10072
8980e177
PA
100732016-06-21 Pedro Alves <palves@redhat.com>
10074
10075 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
10076 * gdb.opt/inline-cmds.exp: Add MI tests.
10077
f38d3ad1
PA
100782016-06-21 Pedro Alves <palves@redhat.com>
10079
10080 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
10081
45db7c09
PA
100822016-06-21 Pedro Alves <palves@redhat.com>
10083
10084 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
10085 (top level): Use it instead of mi_execute_to.
10086
5a069ab3
PA
100872016-06-21 Pedro Alves <palves@redhat.com>
10088
10089 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
10090 (cont_handler_str): New.
10091 (signal_stop_handler): Set stop_handler_str instead of printing to
10092 stdout.
10093 (continue_handler): Set cont_handler_str instead of printing to
10094 stdout.
10095 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
10096 mi_send_resuming_command. Print stop_handler_str and
10097 cont_handler_str instead of expecting the python events print
10098 directly.
10099
2838cc1d
SD
101002016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
10101
10102 * gdb.base/jit-reader.exp: New file.
10103 * gdb.base/jithost.c: New file.
10104 * gdb.base/jithost.h: New file.
10105 * gdb.base/jitreader.c : New file.
10106 * gdb.base/jit-protocol.h: New file.
10107
21a77091
YQ
101082016-06-17 Yao Qi <yao.qi@linaro.org>
10109
10110 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
10111 parameters follow_fork and detach_on_fork. Set follow-fork-mode
10112 and detach-on-fork. Adjust tests.
10113 (top level): Invoke break_cond_on_syscall with combinations of
10114 syscall, follow-fork-mode and detach-on-fork.
10115
f50bf8e5
YQ
101162016-06-17 Yao Qi <yao.qi@linaro.org>
10117
10118 * gdb.base/step-over-exit.c: New.
10119 * gdb.base/step-over-exit.exp: New.
10120
a28d8e50
YTL
101212016-06-17 Yan-Ting Lin <currygt52@gmail.com>
10122
10123 * gdb.base/float.exp: Add target check for nds32*-*-*.
10124 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
10125
cad8e26d
AB
101262016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
10127
10128 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
10129 for unsupported target features.
10130 * gdb.base/call-rt-st.exp: Likewise.
10131 * gdb.base/call-sc.exp: Likewise.
10132 * gdb.base/call-signal-resume.exp: Likewise.
10133 * gdb.base/call-strs.exp: Likewise.
10134 * gdb.base/callexit.exp: Likewise.
10135 * gdb.base/callfuncs.exp: Likewise.
10136 * gdb.base/nodebug.exp: Likewise.
10137 * gdb.base/printcmds.exp: Likewise.
10138 * gdb.base/ptype.exp: Likewise.
10139 * gdb.base/structs.exp: Likewise.
10140 * gdb.base/unwindonsignal.exp: Likewise.
10141 * gdb.cp/gdb2495.exp: Likewise.
10142 * gdb.cp/templates.exp: Likewise.
10143 * gdb.cp/virtfunc.exp: Likewise.
10144 * gdb.threads/hand-call-in-threads.exp: Likewise.
10145 * gdb.threads/interrupted-hand-call.exp: Likewise.
10146 * gdb.threads/thread-unwindonsignal.exp: Likewise.
10147
347dc102
TT
101482016-06-10 Tom Tromey <tom@tromey.com>
10149
10150 PR rust/20110:
10151 * gdb.rust/expr.exp: Add test for integer constant larger than
10152 i32.
10153
5e13cf25
BH
101542016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
10155
10156 * gdb.fortran/nested-funcs.exp: New.
10157 * gdb.fortran/nested-funcs.f90: New.
10158
bb556f1f
TK
101592016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
10160
10161 * gdb.base/examine-backward.c: New file.
10162 * gdb.base/examine-backward.exp: New file.
10163
38b022b4
SM
101642016-06-06 Simon Marchi <simon.marchi@ericsson.com>
10165
10166 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
10167 matching.
10168
1b40ec05
TT
101692016-06-02 Tom Tromey <tom@tromey.com>
10170
10171 PR python/18984:
10172 * gdb.python/py-shared.exp: Add solib_name test.
10173
193bd378
SM
101742016-06-02 Simon Marchi <simon.marchi@ericsson.com>
10175
10176 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
10177
3326303b
MG
101782016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
10179
10180 PR c++/19893
10181 * gdb.dwarf2/implref.exp: Rename to...
10182 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
10183 * gdb.dwarf2/implref-array.c: New file.
10184 * gdb.dwarf2/implref-array.exp: Likewise.
10185 * gdb.dwarf2/implref-global.c: Likewise.
10186 * gdb.dwarf2/implref-global.exp: Likewise.
10187 * gdb.dwarf2/implref-struct.c: Likewise.
10188 * gdb.dwarf2/implref-struct.exp: Likewise.
10189
825c8ef2
AT
101902016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10191
10192 * gdb.trace/trace-condition.exp: Add 64bit tests.
10193
2320162a
AT
101942016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10195
10196 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
10197 bits types.
10198 (main): Adapt to 8 to 64 bits types.
10199 * gdb.trace/trace-condition.exp: Add new tests.
10200
a7818233
AT
102012016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10202
10203 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
10204
0d336466
AT
102052016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10206
10207 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
10208 Move condition tests...
10209 * gdb.trace/trace-condition.exp: Here.
10210
7faeb45a
AT
102112016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10212
10213 * gdb.trace/trace-condition.exp: Add counter-case tests.
10214
e385593e
JK
102152016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
10216
10217 PR c++/15231
10218 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
10219 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
10220
744608cc
PA
102212016-05-27 Pedro Alves <palves@redhat.com>
10222
10223 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
10224 New procedure.
10225 (top level): Call it, and bail out of DejaGnu is known to be bad.
10226
ac775bf4
AB
102272016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
10228
10229 * gdb.base/whatis.c: Extend the test case.
10230 * gdb.base/whatis.exp: Add additional tests.
10231
2bbad2ea
BH
102322016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10233
10234* gdb.fortran/type.f90: Add pointer variable.
10235* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
10236
8b70175d
BH
102372016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10238
10239 * gdb.fortran/vla-type.exp: Fix testcase name.
10240
86d8a848
BH
102412016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10242
10243 * gdb.fortran/vla-type.exp: Access elements in nested structs.
10244
e188eb36
BH
102452016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10246
10247 * gdb.fortran/type.f90: Add nested structures.
10248 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
10249 * gdb.fortran/derived-type.exp: Adapt expected output.
10250 * gdb.fortran/vla-type.exp: Adapt expected output.
10251
9b2db1fd
BH
102522016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10253
10254 * gdb.fortran/whatis_type.exp: Adapt expected output.
10255
72b17055
BH
102562016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10257
10258 * gdb.fortran/print_type.exp: Fix expected output.
10259 * gdb.fortran/whatis_type.exp: Fix expected output.
10260
3cd81d8d
BH
102612016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10262
10263 * gdb.fortran/whatis_type.exp: Use multi_line.
10264
ddae9462
TT
102652016-05-24 Tom Tromey <tom@tromey.com>
10266
10267 PR python/17386:
10268 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
10269 use value as an index.
10270
1957f6b8
TT
102712016-05-23 Tom Tromey <tom@tromey.com>
10272
10273 PR python/17981:
10274 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
10275 no-breakpoint case.
10276
026a9174
PA
102772016-05-24 Pedro Alves <palves@redhat.com>
10278
10279 PR gdb/19828
10280 * gdb.threads/clone-attach-detach.c: New file.
10281 * gdb.threads/clone-attach-detach.exp: New file.
10282
e70a7231
FR
102832016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
10284
10285 * gdb.base/annota-input-while-running.exp: Fix syntax error.
10286
0f6ed0e0
TT
102872016-05-23 Tom Tromey <tom@tromey.com>
10288
10289 PR python/19438, PR python/18393:
10290 * gdb.python/py-progspace.exp: Add "dir" test.
10291 * gdb.python/py-objfile.exp: Add "dir" test.
10292
ffd19d61
YQ
102932016-05-23 Yao Qi <yao.qi@linaro.org>
10294
10295 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
10296 * gdb.arch/thumb2-it.exp: Likewise.
10297
9e8f9b05
SM
102982016-05-18 Simon Marchi <simon.marchi@ericsson.com>
10299
10300 * gdb.mi/mi-threads-interrupt.c: New file.
10301 * gdb.mi/mi-threads-interrupt.exp: New file.
10302
61c6156d
SM
103032016-05-17 Simon Marchi <simon.marchi@ericsson.com>
10304
10305 PR gdb/18077
10306 * gdb.mi/mi-async-run.exp: New file.
10307 * gdb.mi/mi-async-run.c: New file.
10308
67218854
TT
103092016-05-17 Tom Tromey <tom@tromey.com>
10310 Manish Goregaokar <manishsmail@gmail.com>
10311
10312 * lib/rust-support.exp: New file.
10313 * lib/gdb.exp (skip_rust_tests): New proc.
10314 (build_executable_from_specs): Handle rust.
10315 * lib/future.exp (gdb_find_rustc): New proc.
10316 (gdb_default_target_compile): Handle rust.
10317 * gdb.rust/expr.exp: New file.
10318 * gdb.rust/generics.exp: New file.
10319 * gdb.rust/generics.rs: New file.
10320 * gdb.rust/methods.exp: New file.
10321 * gdb.rust/methods.rs: New file.
10322 * gdb.rust/modules.exp: New file.
10323 * gdb.rust/modules.rs: New file.
10324 * gdb.rust/simple.exp: New file.
10325 * gdb.rust/simple.rs: New file.
10326
c44af4eb
TT
103272016-05-17 Tom Tromey <tom@tromey.com>
10328
10329 * gdb.base/default.exp (set language): Add rust.
10330
dcd1f979
TT
103312016-05-17 Tom Tromey <tom@tromey.com>
10332
10333 * gdb.gdb/unittest.exp: New file.
10334
155b7f57
YQ
103352016-05-16 Yao Qi <yao.qi@linaro.org>
10336
10337 * gdb.base/batch-preserve-term-settings.exp: Remove variable
10338 shell_prompt. Update shell_prompt_re.
10339
8ddd5a6c
DE
103402016-05-12 Doug Evans <dje@google.com>
10341
10342 PR symtab/19999
10343 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
10344 $options when building executable.
10345 * gdb.dwarf2/fission-loclists-pie.S: New file.
10346 * gdb.dwarf2/fission-loclists-pie.exp: New file.
10347
02e370d9
SM
103482016-05-04 Simon Marchi <simon.marchi@ericsson.com>
10349
10350 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
10351 of [is_remote target],
10352
8929ad8b
SM
103532016-05-04 Simon Marchi <simon.marchi@ericsson.com>
10354
10355 * lib/gdb.exp (use_gdb_stub): New procedure.
10356
6c447423
DE
103572016-05-03 Yunlian Jiang <yunlian@google.com>
10358 Doug Evans <dje@google.com>
10359
10360 PR symtab/19914
10361 * gdb.dwarf2/dwp-sepdebug.c: New file.
10362 * gdb.dwarf2/dwp-sepdebug.exp: New file.
10363
444e826c
SM
103642016-05-02 Simon Marchi <simon.marchi@ericsson.com>
10365
10366 * gdb.base/detach.exp: Remove is_remote check.
10367
740feeaa
SM
103682016-05-02 Simon Marchi <simon.marchi@ericsson.com>
10369
10370 * gdb.base/annota-input-while-running.exp: Don't check for
10371 [is_remote target]. Enable annotations after running to main.
10372 Remove unused "set test..." line.
10373
9080ac9d
SM
103742016-04-28 Simon Marchi <simon.marchi@ericsson.com>
10375
10376 * gdb.trace/trace-enable-disable.exp: New file.
10377 * gdb.trace/trace-enable-disable.c: New file.
10378
952ebca5
SM
103792016-04-28 Simon Marchi <simon.marchi@ericsson.com>
10380
10381 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
10382 use it in info sharedlibrary test.
10383 * gdb.trace/ftrace-lock.exp: Likewise.
10384 * gdb.trace/ftrace.exp: Likewise.
10385 * gdb.trace/range-stepping.exp: Likewise.
10386 * gdb.trace/trace-break.exp: Likewise.
10387 * gdb.trace/trace-condition.exp: Likewise.
10388 * gdb.trace/trace-mt.exp: Likewise.
10389
d9019901
SM
103902016-04-27 Simon Marchi <simon.marchi@ericsson.com>
10391
10392 * lib/gdb.exp (gdb_load_shlibs): Rename to...
10393 (gdb_load_shlib): ... this.
10394 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
10395 gdb_load_shlib.
10396 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
10397 * gdb.base/ctxobj.exp: Likewise.
10398 * gdb.base/dprintf-pending.exp: Likewise.
10399 * gdb.base/dso2dso.exp: Likewise.
10400 * gdb.base/fixsection.exp: Likewise.
10401 * gdb.base/gcore-relro.exp: Likewise.
10402 * gdb.base/gdb1555.exp: Likewise.
10403 * gdb.base/global-var-nested-by-dso.exp: Likewise.
10404 * gdb.base/gnu-ifunc.exp: Likewise.
10405 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
10406 * gdb.base/jit-so.exp (one_jit_test): Likewise.
10407 * gdb.base/pending.exp: Likewise.
10408 * gdb.base/print-file-var.exp: Likewise.
10409 * gdb.base/print-symbol-loading.exp: Likewise.
10410 * gdb.base/shlib-call.exp: Likewise.
10411 * gdb.base/shreloc.exp: Likewise.
10412 * gdb.base/so-impl-ld.exp: Likewise.
10413 * gdb.base/solib-disc.exp: Likewise.
10414 * gdb.base/solib-nodir.exp: Likewise.
10415 * gdb.base/solib-overlap.exp: Likewise.
10416 * gdb.base/solib-symbol.exp: Likewise.
10417 * gdb.base/solib-weak.exp (do_test): Likewise.
10418 * gdb.base/sym-file.exp: Likewise.
10419 * gdb.base/symtab-search-order.exp: Likewise.
10420 * gdb.base/type-opaque.exp: Likewise.
10421 * gdb.base/unload.exp: Likewise.
10422 * gdb.base/watchpoint-solib.exp: Likewise.
10423 * gdb.compile/compile.exp: Likewise.
10424 * gdb.cp/gdb2384.exp: Likewise.
10425 * gdb.cp/infcall-dlopen.exp: Likewise.
10426 * gdb.cp/re-set-overloaded.exp: Likewise.
10427 * gdb.fortran/library-module.exp: Likewise.
10428 * gdb.opt/solib-intra-step.exp: Likewise.
10429 * gdb.python/py-finish-breakpoint.exp: Likewise.
10430 * gdb.python/py-shared.exp: Likewise.
10431 * gdb.reverse/solib-precsave.exp: Likewise.
10432 * gdb.reverse/solib-reverse.exp: Likewise.
10433 * gdb.server/solib-list.exp: Likewise.
10434 * gdb.threads/dlopen-libpthread.exp: Likewise.
10435 * gdb.threads/tls-shared.exp: Likewise.
10436 * gdb.threads/tls-so_extern.exp: Likewise.
10437 * gdb.trace/change-loc.exp: Likewise.
10438 * gdb.trace/ftrace-lock.exp: Likewise.
10439 * gdb.trace/ftrace.exp: Likewise.
10440 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
10441 * gdb.trace/pending.exp: Likewise.
10442 * gdb.trace/range-stepping.exp: Likewise.
10443 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
10444 (strace_info_marker): Likewise.
10445 (strace_probe_marker): Likewise.
10446 (strace_trace_on_same_addr): Likewise.
10447 (strace_trace_on_diff_addr): Likewise.
10448 * gdb.trace/trace-break.exp: Likewise.
10449 * gdb.trace/trace-condition.exp: Likewise.
10450 * gdb.trace/trace-mt.exp: Likewise.
10451
fca4cfd9
SM
104522016-04-27 Simon Marchi <simon.marchi@ericsson.com>
10453
10454 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
10455 result of gdb_remote_download.
10456 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
10457 * gdb.base/dso2dso.exp: Likewise.
10458 * gdb.base/global-var-nested-by-dso.exp: Likewise.
10459 * gdb.base/print-file-var.exp: Likewise.
10460 * gdb.base/shlib-call.exp: Likewise.
10461 * gdb.base/shreloc.exp: Likewise.
10462 * gdb.base/solib-overlap.exp: Likewise.
10463 * gdb.base/solib-weak.exp (do_test): Likewise.
10464 * gdb.base/unload.exp: Likewise.
10465
11cf4ffb
YQ
104662016-04-27 Yao Qi <yao.qi@linaro.org>
10467
10468 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
10469 exists.
10470
3e2e34f8
KB
104712016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10472
10473 * vla-type.exp: Print structure from toplevel.
10474
8f07e298
BH
104752016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10476
10477 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
10478 of dynamic types.
10479 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
10480 of dynamic types.
10481
9920b434
BH
104822016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10483
10484 * gdb.fortran/vla-type.f90: New file.
10485 * gdb.fortran/vla-type.exp: New file.
10486
f3abeff5
YQ
104872016-04-25 Yao Qi <yao.qi@linaro.org>
10488
10489 * gdb.base/branch-to-self.c: New file.
10490 * gdb.base/branch-to-self.exp: New file.
10491
0a5d52f0
YQ
104922016-04-22 Yao Qi <yao.qi@linaro.org>
10493
10494 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
10495 more after $hex.
10496
495346f6
YQ
104972016-04-22 Yao Qi <yao.qi@linaro.org>
10498
10499 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
10500 * gdb.base/annota3.exp: Likewise.
10501
4a7e075c
YQ
105022016-04-22 Yao Qi <yao.qi@linaro.org>
10503
10504 * gdb.reverse/step-precsave.exp: Do one step and test program
10505 stops in "callee" and do multiple steps until program goes out
10506 of "callee".
10507 * gdb.reverse/step-reverse.exp: Likewise.
10508
5b061e98
YQ
105092016-04-22 Yao Qi <yao.qi@linaro.org>
10510
10511 * gdb.trace/signal.exp: Also pass if
10512 $tracepoint_hits($i) > $iterations.
10513
5c5dc57f
YQ
105142016-04-22 Yao Qi <yao.qi@linaro.org>
10515
10516 * gdb.trace/signal.c: New file.
10517 * gdb.trace/signal.exp: New file.
10518
a55411b9
DE
105192016-04-19 Doug Evans <xdje42@gmail.com>
10520
10521 * gdb.base/bad-file.exp: New file.
10522
a22df60a
MG
105232016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
10524
10525 * gdb.dwarf2/implref.exp: New file.
10526
0c13f7e5
BH
105272016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
10528
10529 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
10530 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
10531 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
10532 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
10533 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
10534 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
10535 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
10536 * lib/fortran.exp (fortran_int4): New procedure.
10537 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
10538 (fortran_logical4): Likewise.
10539
9b9b09e9
BH
105402016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
10541
10542 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
10543
a14d1f4d
BH
105442016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
10545
10546 * lib/compiler.c: Add Intel specific preprocessor macros.
10547 * lib/compiler.cc: Likewise.
25d49b86 10548
7d49b1d0
LM
105492016-04-13 Luis Machado <lgustavo@codesourcery.com>
10550
10551 * gdb.server/connect-with-no-symbol-file.c: New file.
10552 * gdb.server/connect-with-no-symbol-file.exp: New file.
10553
8392fa22
SM
105542016-04-13 Simon Marchi <simon.marchi@ericsson.com>
10555
10556 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
10557
8c4c4aeb
SM
105582016-04-13 Simon Marchi <simon.marchi@ericsson.com>
10559
10560 * boards/gdbserver-base.exp (${board}_download): Copy source file to
10561 standard output directory.
10562
45e3745e
AT
105632016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
10564
10565 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
10566
e26b7e41
MM
105672016-04-13 Markus Metzger <markus.t.metzger@intel.com>
10568
10569 * gdb.btrace/instruction_history.c (loop): Add declaration.
10570
8ce09462
AT
105712016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
10572
10573 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
10574
2e88a1ea
SM
105752016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
10576
10577 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
10578 parentheses to print.
10579 (continue_handler): Likewise.
10580
f48e22e3
SM
105812016-04-08 Simon Marchi <simon.marchi@ericsson.com>
10582
10583 * gdb.server/solib-list.exp: Remove is_remote check.
10584 Pass shlib= to gdb_compile. Don't link shared library with
10585 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
10586 Run binary filename through "readlink -f" on the target.
10587
096be756
PA
105882016-04-08 Pedro Alves <palves@redhat.com>
10589
10590 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
10591 interpreter filename as argument to gdbserver_spawn.
10592 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
10593 Return empty if $last_loaded_file does not exist.
10594
06500533
JK
105952016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10596
10597 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
10598 * gdb.base/jit-main.c: Use exit after usage.
10599
2d35e871
JK
106002016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10601
10602 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
10603 GDBHISTSIZE prior to the tests.
10604 * gdb.base/gdbinit-history.exp: Likewise.
10605
106062016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
10607
10608 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
10609 instead of build_executable. Use gdb_load_shlibs.
10610
c8064e7e
YQ
106112016-04-07 Yao Qi <yao.qi@linaro.org>
10612
10613 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
10614 Execute "si" command.
10615
bde47561
YQ
106162016-04-07 Yao Qi <yao.qi@linaro.org>
10617
10618 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
10619 number instead of the comments on some line.
10620
b16f8a3b
DB
106212016-04-06 Don Breazeal <donb@codesourcery.com>
10622
10623 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
10624 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
10625
c2f901df
SM
106262016-04-06 Simon Marchi <simon.marchi@ericsson.com>
10627
10628 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
10629 standard_output_file. Remove unused binfile variable.
10630
ac17fda0
CU
106312016-04-05 Catalin Udma <catalin.udma@freescale.com>
10632
10633 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
10634 * gdb.python/py-mi-objfile.exp: Match "list main" output
10635 in console format.
10636
03a8c4df
SM
106372016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
10638
10639 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
10640 absolute.
10641
6e774b13
SM
106422016-04-05 Simon Marchi <simon.marchi@ericsson.com>
10643
10644 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
10645 absolute.
10646 * gdb.trace/ftrace.exp: Likewise.
10647 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
10648 targets as well.
10649 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
10650 (gdb_load_shlibs): Copy libraries to test directory when testing
10651 natively. Only set solib-search-path if testing remotely.
10652 * lib/mi-support.exp (mi_load_shlibs): Likewise.
10653
7817ea46
SM
106542016-04-05 Simon Marchi <simon.marchi@ericsson.com>
10655
10656 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
10657 gdb_download. Use it even if the target is not remote.
10658 * gdb.base/jit.exp (compile_jit_test): Likewise.
10659 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
10660 output directory if the destination board is local, otherwise use
10661 the standard remote_download from DejaGnu.
10662 (gdb_download): Remove.
10663 (gdb_load_shlibs): Use gdb_remote_download instead of
10664 gdb_download.
10665 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
10666 Use gdb_remote_download instead of gdb_download. Use it even if
10667 the target is not remote.
10668 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
10669 instead of gdb_download.
10670
7beb7f68
SM
106712016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
10672
10673 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
10674 (test_insert_delete_modify): Call mi_load_shlibs before trying to
10675 run.
10676
cc63428a
AV
106772016-04-01 Artemiy Volkov <artemiyv@acm.org>
10678
10679 PR gdb/19820
10680 * gdb.base/printcmds.exp: Add artificial arrays tests.
10681
64cdf930
PA
106822016-03-31 Pedro Alves <palves@redhat.com>
10683
10684 PR gdb/19858
10685 * gdb.base/jit-main.c: Include unistd.h.
10686 (ATTACH): Define to 0 if not already defined.
10687 (wait_for_gdb, mypid): New globals.
10688 (WAIT_FOR_GDB): New macro.
10689 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
10690 some breakpoint locations.
10691 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
10692 New procedures.
10693 (one_jit_test): Add REATTACH parameter, and handle it. Use
10694 continue_to_test_location.
10695 (top level): Test attach, and adjusts calls to one_jit_test.
10696
40dea8cb
PA
106972016-03-31 Pedro Alves <palves@redhat.com>
10698
10699 PR gdb/19858
10700 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
10701 BINSUFFIX parameter, and handle it.
10702 (top level): Adjust calls compile_jit_test.
10703
e7ea3ec7
CU
107042016-03-31 Catalin Udma <catalin.udma@freescale.com>
10705
10706 PR python/19743
10707 * gdb.python/py-mi-events-gdb.py: New file.
10708 * gdb.python/py-mi-events.c: New file.
10709 * gdb.python/py-mi-events.exp: New file.
10710
e6359af3
YQ
107112016-03-30 Yao Qi <yao.qi@linaro.org>
10712
10713 * gdb.reverse/until-precsave.exp: Match function name only.
10714 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
10715 Move malloc to a condition block.
10716 * gdb.reverse/until-reverse.exp: Match function name only.
10717
a4105d04
MK
107182016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
10719
10720 * gdb.trace/ftrace.exp: Set arg0exp for s390.
10721 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
10722 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
10723 variable for GPR 0 instead of assuming it is register 0.
10724 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
10725 * lib/trace-support.exp: Add s390 registers.
10726
bfa6adb9
YQ
107272016-03-29 Yao Qi <yao.qi@linaro.org>
10728
10729 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
10730
1e6697ea
YQ
107312016-03-24 Yao Qi <yao.qi@linaro.org>
10732
10733 * gdb.reverse/break-reverse.exp: Add quotation mark in the
10734 test message.
10735
64bcd522
AA
107362016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10737
10738 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
10739 maintaining separate logic for constructing the output path.
10740
7868401b
DB
107412016-03-16 Don Breazeal <donb@codesourcery.com>
10742
10743 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
10744 Retry fork and waitpid on interrupted system call errors.
10745 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10746 Use with_timeout_factor to increase timeout by factor of 10.
10747
1cafadb4
DB
107482016-03-15 Don Breazeal <donb@codesourcery.com>
10749
10750 * gdb.cp/scope-err.cc: New test program.
10751 * gdb.cp/scope-err.exp: New test script.
10752 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
10753 lines and "set breakpoint here" comment.
10754 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
10755 Fixed some whitespace and format issues.
10756 * gdb.mi/mi-linespec-err-cp.cc: New test program.
10757 * gdb.mi/mi-linespec-err-cp.exp: New test script.
10758
81516450
DE
107592016-03-15 Doug Evans <dje@google.com>
10760
10761 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
10762 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
10763 All callers updated. Add tests for enums, mixed flags register.
10764
aa52b601
DE
107652016-03-15 Doug Evans <dje@google.com>
10766
10767 * gdb.base/skip.c (main): Call test_skip_file_and_function.
10768 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
10769
fa4ff313
SM
107702016-03-14 Simon Marchi <simon.marchi@ericsson.com>
10771
10772 * gdb.base/default.exp: Add $_as_string to the list of expected
10773 convenience functions.
10774
f2403c39
AB
107752016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
10776
10777 * gdb.base/maint.exp: New tests for 'maint info line-table'.
10778
f2f3ccb9
SM
107792016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
10780
10781 * gdb.python/py-as-string.exp: New file.
10782 * gdb.python/py-as-string.c: New file.
10783
00dbd492
PA
107842016-03-09 Pedro Alves <palves@redhat.com>
10785
10786 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
10787 signal" -> "Thread NN received signal" output change.
10788 * gdb.threads/ia64-sigill.exp: Likewise.
10789 * gdb.threads/linux-dp.exp: Likewise.
10790 * gdb.threads/manythreads.exp: Likewise.
10791 * gdb.threads/pending-step.exp: Likewise.
10792 * gdb.threads/print-threads.exp: Likewise.
10793 * gdb.threads/sigstep-threads.exp: Likewise.
10794 * gdb.threads/staticthreads.exp: Likewise.
10795 * gdb.threads/tls.exp: Likewise.
10796
1e6697ea
YQ
107972016-03-09 Pedro Alves <palves@redhat.com>
10798
10799 * gdb.base/command-line-input.exp: New file.
10800
b04fd3be
MK
108012016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10802
10803 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
10804 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
10805 * gdb.trace/pending.exp: Accept leading dot before function name.
10806 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
10807 * lib/trace-support.exp: Set registers for ppc.
10808
98fa59e9
MK
108092016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10810
10811 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
10812 use it for disassembly; accept .main in addition to main in backtrace.
10813
f77198c8
MK
108142016-03-09 Wei-cheng Wang <cole945@gmail.com>
10815 Marcin Kościelnicki <koriakin@0x04.net>
10816
10817 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
10818 (gdb_recursion_test_ptr): New global variable.
10819 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
10820 gdb_recursion_test.
10821 (gdb_c_test): Ditto.
10822
ba84e0da
MK
108232016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10824
10825 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
10826 ordering.
10827
4366d36e
MK
108282016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10829
10830 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
10831 (bar): Add bar_start_lbl label.
10832 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
10833 of foo/bar for emitting DWARF and tracing.
10834
5eb264df
SDJ
108352016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
10836
10837 * analyze-racy-logs.py: Set executable bit.
10838
fb6a751f
SDJ
108392016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
10840
10841 * Makefile.in (DEFAULT_RACY_ITER): New variable.
10842 (CHECK_TARGET_TMP): Likewise.
10843 (check-single-racy): New rule.
10844 (check-parallel-racy): Likewise.
10845 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
10846 (do-check-parallel-racy): New rule.
10847 (check-racy/%.exp): Likewise.
10848 * README (Racy testcases): New section.
10849 * analyze-racy-logs.py: New file.
10850
bdf7e230
DE
108512016-03-03 Doug Evans <dje@google.com>
10852
10853 * gdb.base/skip.exp: Use with_test_prefix.
10854
4719d415
YQ
108552016-03-03 Yao Qi <yao.qi@linaro.org>
10856
10857 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
10858 Invoke step_over_syscall "clone" and break_cond_on_syscall
10859 "clone".
10860 * gdb.base/step-over-clone.c: New file.
10861
ea507862
YQ
108622016-03-03 Yao Qi <yao.qi@linaro.org>
10863
10864 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
10865 code format.
10866
8fc8cbda
YQ
108672016-03-03 Yao Qi <yao.qi@linaro.org>
10868
10869 * gdb.base/disp-step-fork.c: Rename to ...
10870 * gdb.base/step-over-fork.c: ... it. New file.
10871 * gdb.base/disp-step-vfork.c: Rename to ...
10872 * gdb.base/step-over-vfork.c: ... it. New file.
10873 * gdb.base/disp-step-syscall.exp: Rename to ...
10874 * gdb.base/step-over-syscall.exp: ... it. New file.
10875 (disp_step_cross_syscall): Rename to ...
10876 (step_over_syscall): ... it.
10877
92fa70b0
YQ
108782016-03-03 Yao Qi <yao.qi@linaro.org>
10879
10880 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
10881 If target supports condition evaluation on target, invoke
10882 break_cond_on_syscall for fork and vfork.
10883
e197ad3c
YQ
108842016-03-03 Yao Qi <yao.qi@linaro.org>
10885
10886 * gdb.base/disp-step-syscall.exp: Don't invoke
10887 support_displaced_stepping.
10888 (disp_step_cross_syscall): Test with displaced stepping off and
10889 on if supported.
10890
0b47da9f
YQ
108912016-03-03 Yao Qi <yao.qi@linaro.org>
10892
10893 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
10894 proc.
10895 (setup): New proc.
10896 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
10897 and setup.
10898
065ab6dc
BH
108992016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10900
10901 * gdb.fortran/vla-history.exp: Remove breakpoint.
10902
07e448ad 109032016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10904
25d49b86
PA
10905 * gdb.fortran/vla-history.exp: Lookup array elements and printing
10906 exceeds timeout.
07e448ad 10907
9ac2d526 109082016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10909
25d49b86
PA
10910 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
10911 breakpoint.
9ac2d526 10912
17807369
BH
109132016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10914
10915 * gdb.mi/vla.f90: Nullify pointer after declaration.
10916
86e501af
PA
109172016-03-01 Pedro Alves <palves@redhat.com>
10918
10919 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
10920
1e903e32
PA
109212016-03-01 Pedro Alves <palves@redhat.com>
10922
10923 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
10924 before anything else.
10925 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
10926 _GNU_SOURCE here.
10927 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
10928 before anything else.
10929 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
10930
6ccb54e2
PA
109312016-03-01 Pedro Alves <palves@redhat.com>
10932
10933 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
10934
30ca9da1
YQ
109352016-03-01 Yao Qi <yao.qi@linaro.org>
10936
10937 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
10938 prepare_for_testing.
10939
dc856b38
YQ
109402016-03-01 Yao Qi <yao.qi@linaro.org>
10941
10942 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
10943
4a932159
AA
109442016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10945
10946 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
10947 manually constructing the output path.
10948
f2489477
AA
109492016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10950
10951 * gdb.arch/s390-stackless.S: New.
10952 * gdb.arch/s390-stackless.exp: New.
10953
38899f16
IB
109542016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
10955
10956 * gdb.dlang/circular.c: New file.
10957 * gdb.dlang/circular.exp: New file.
10958
9fde51ed
YQ
109592016-02-26 Yao Qi <yao.qi@linaro.org>
10960
10961 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
10962 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
10963 (testcases): Update.
10964
ce90fefe
YQ
109652016-02-26 Yao Qi <yao.qi@linaro.org>
10966
10967 * gdb.reverse/aarch64.c: Rename to ...
10968 * gdb.reverse/insn-reverse.c: ... it.
10969 * gdb.reverse/aarch64.exp: Rename to ...
10970 * gdb.reverse/insn-reverse.exp: ... it.
10971
3263bceb
YQ
109722016-02-26 Yao Qi <yao.qi@linaro.org>
10973
10974 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
10975 (testcase_ftype): New.
10976 (testcases): New array.
10977 (n_testcases): New.
10978 (main): Call each element in testcases.
10979 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
10980 (read_testcase): New.
10981 Do the tests in a loop.
10982
6cb59ff1
YQ
109832016-02-25 Yao Qi <yao.qi@linaro.org>
10984
10985 * gdb.base/branches.c: Remove.
10986
ae91f625
MK
109872016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10988
10989 PR gdb/13808
10990 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
10991
678b48b7
MK
109922016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10993
10994 * gdb.trace/ftrace.exp: Remove unnecessary target check.
10995
7337a6f2
MK
109962016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10997
10998 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
10999 change x86_64 call_insn to 'callq'.
11000
861ca91f
AT
110012016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
11002
11003 * gdb.trace/tfile-avx.c: Move to...
11004 * gdb.trace/tracefile-pseudo-reg.c: Here.
11005 * gdb.trace/tfile-avx.exp: Move to...
11006 * gdb.trace/tracefile-pseudo-reg.exp: Here.
11007
bf74e428
GB
110082016-02-24 Gary Benson <gbenson@redhat.com>
11009
11010 * gdb.base/attach-pie-noexec.exp: Do not expect an error
11011 message on attach.
11012
cce0e923
DE
110132016-02-23 Doug Evans <dje@google.com>
11014
11015 * gdb.base/skip.c (test_skip): New function.
11016 (end_test_skip_file_and_function): New function.
11017 (test_skip_file_and_function): New function.
11018 * gdb.base/skip1.c (test_skip): New function.
11019 (skip1_test_skip_file_and_function): New function.
11020 * gdb.base/skip.exp: Add tests for new skip options.
11021 * gdb.base/skip-solib.exp: Update expected output.
11022 * gdb.perf/skip-command.cc: New file.
11023 * gdb.perf/skip-command.exp: New file.
11024 * gdb.perf/skip-command.py: New file.
11025
4000e47e
MK
110262016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
11027
11028 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
11029 info registers pattern.
11030
24f75ead
IB
110312016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
11032
11033 * lib/future.exp: Add D support.
11034 (gdb_find_gdc): New proc.
11035 (gdb_default_target_compile): Add D support.
11036
fbb7bcbe
WW
110372016-02-18 Wei-cheng Wang <cole945@gmail.com>
11038
11039 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
11040 user+system time.
11041 (trace_speed_test): Determine the iteration count for a time
11042 between 15..30 seconds.
11043
012b3a21
WT
110442016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
11045
11046 * gdb.arch/i386-mpx-sigsegv.c: New file.
11047 * gdb.arch/i386-mpx-sigsegv.exp: New file.
11048 * gdb.arch/i386-mpx-simple_segv.c: New file.
11049 * gdb.arch/i386-mpx-simple_segv.exp: New file.
11050
2d5189bd
YQ
110512016-02-18 Yao Qi <yao.qi@linaro.org>
11052
11053 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
11054 Don't call setup_kfail.
11055
40fb20d0
YQ
110562016-02-18 Yao Qi <yao.qi@linaro.org>
11057
11058 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
11059 Set "set breakpoint condition-evaluation" per $cond_bp_target.
11060
21b1f8d2
DE
110612016-02-16 Doug Evans <dje@google.com>
11062
11063 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
11064 * gdb.base/skip1.c: Ditto.
11065 * gdb.base/skip.exp: Whitespace cleanup.
11066
4041ed77
DB
110672016-02-16 Don Breazeal <donb@codesourcery.com>
11068
11069 PR remote/19496
11070 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
11071 Remove kfail for PR remote/19496.
11072
c4ef31bf
SM
110732016-02-16 Simon Marchi <simon.marchi@ericsson.com>
11074
11075 * lib/gdb.exp (standard_temp_file): Return a path specific to
11076 the runtest invocation.
11077
266b65b3
SM
110782016-02-16 Simon Marchi <simon.marchi@ericsson.com>
11079
11080 * gdb.trace/save-trace.exp: Change relative path to be in the
11081 standard output directory.
11082
a7a0a6a9
JK
110832016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11084
11085 * gdb.arch/i386-prologue.c: Add missing prototypes.
11086
c99dbb42
JK
110872016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11088
11089 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
11090 * gdb.arch/i386-prologue.exp: Likewise.
11091 * gdb.arch/i386-size.exp: Likewise.
11092
aa480355
SM
110932016-02-15 Simon Marchi <simon.marchi@ericsson.com>
11094
11095 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
11096 define object file path.
11097 * gdb.btrace/gcore.exp: Use standard_output_file to define core
11098 file path.
11099 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
11100 standard_output_file to define binfile.
11101
ba881f50
JK
111022016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11103
11104 Fix compatibility with recent gfortran-5.3.1.
11105 * gdb.fortran/vla-history.exp (print vla1 allocated)
11106 (print vla2 allocated, print $2, print $3): Remove
11107 (print $4): Rename to ...
11108 (print $2): ... here.
11109 (print $9): Rename to ...
11110 (print $5): ... here.
11111 (print $10): Rename to ...
11112 (print $6): ... here.
11113 * gdb.fortran/vla.f90: Add pvla initialization.
11114
e9fb005c
JK
111152016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11116
11117 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
11118 New test.
11119 * gdb.fortran/vla-value-sub.exp: Likewise.
11120
e44e00ff
MK
111212016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
11122
11123 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
11124
97e94151
SM
111252016-02-12 Simon Marchi <simon.marchi@ericsson.com>
11126
11127 * i386-biarch-core.exp: Define corefile using
11128 standard_output_file.
11129
01113bc1
YQ
111302016-02-12 Yao Qi <yao.qi@linaro.org>
11131
11132 * gdb.arch/arm-single-step-kernel-helper.c: New.
11133 * gdb.arch/arm-single-step-kernel-helper.exp: New.
11134
33b4777c
MM
111352016-02-12 Markus Metzger <markus.t.metzger@intel.com>
11136
11137 * gdb.btrace/tailcall-only.exp: New.
11138 * gdb.btrace/tailcall-only.c: New.
11139 * gdb.btrace/x86_64-tailcall-only.S: New.
11140 * gdb.btrace/i686-tailcall-only.S: New.
11141
acc23c11
PA
111422016-02-11 Pedro Alves <palves@redhat.com>
11143
11144 * README (Parallel testing): Add missing double quotes.
11145
e352bf0a
PA
111462016-02-11 Pedro Alves <palves@redhat.com>
11147
11148 * README (Parallel testing): New section.
11149 (GDB_PARALLEL): Rewrite.
11150 (FORCE_PARALLEL): Document.
11151
9f5fed78
MK
111522016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
11153
11154 * gdb.trace/tfile-avx.c: New test.
11155 * gdb.trace/tfile-avx.exp: New test.
11156
9ef9e6a6
KS
111572016-02-09 Keith Seitz <keiths@redhat.com>
11158
11159 PR breakpoints/19546
11160 * gdb.base/infcall-exec.c: New file.
11161 * gdb.base/infcall-exec2.c: New file.
11162 * gdb.base/infcall-exec.exp: New file.
11163
a96e36da
KS
111642016-02-09 Keith Seitz <keiths@redhat.com>
11165
11166 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
11167 (toplevel): Call test_bkpt_address.
11168
9f61929f
KS
111692016-02-09 Keith Seitz <keiths@redhat.com>
11170
11171 PR python/19506
11172 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
11173 (toplevel): Call test_bkpt_address.
11174
1e94266c
SM
111752016-02-09 Simon Marchi <simon.marchi@ericsson.com>
11176
11177 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
11178 to AC_OUTPUT.
11179 * configure: Regenerate.
11180
2a7f3dff
PA
111812016-02-09 Pedro Alves <palves@redhat.com>
11182
11183 PR breakpoints/19548
11184 * gdb.base/execl-update-breakpoints.c (some_function): New
11185 function.
11186 (main): Call it.
11187 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
11188 Tighten expected GDB output.
11189
2151ccc5
SM
111902016-02-08 Simon Marchi <simon.marchi@ericsson.com>
11191
11192 * Makefile.in (ALL_SUBDIRS): Remove.
11193 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
11194 (distclean maintainer-clean realclean): Likewise.
11195 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
11196 * configure: Regenerate.
11197 * gdb.ada/Makefile.in: Delete.
11198 * gdb.arch/Makefile.in: Likewise.
11199 * gdb.asm/Makefile.in: Likewise.
11200 * gdb.base/Makefile.in: Likewise.
11201 * gdb.btrace/Makefile.in: Likewise.
11202 * gdb.cell/Makefile.in: Likewise.
11203 * gdb.compile/Makefile.in: Likewise.
11204 * gdb.cp/Makefile.in: Likewise.
11205 * gdb.disasm/Makefile.in: Likewise.
11206 * gdb.dlang/Makefile.in: Likewise.
11207 * gdb.dwarf2/Makefile.in: Likewise.
11208 * gdb.fortran/Makefile.in: Likewise.
11209 * gdb.gdb/Makefile.in: Likewise.
11210 * gdb.go/Makefile.in: Likewise.
11211 * gdb.guile/Makefile.in: Likewise.
11212 * gdb.java/Makefile.in: Likewise.
11213 * gdb.linespec/Makefile.in: Likewise.
11214 * gdb.mi/Makefile.in: Likewise.
11215 * gdb.modula2/Makefile.in: Likewise.
11216 * gdb.multi/Makefile.in: Likewise.
11217 * gdb.objc/Makefile.in: Likewise.
11218 * gdb.opencl/Makefile.in: Likewise.
11219 * gdb.opt/Makefile.in: Likewise.
11220 * gdb.pascal/Makefile.in: Likewise.
11221 * gdb.perf/Makefile.in: Likewise.
11222 * gdb.python/Makefile.in: Likewise.
11223 * gdb.reverse/Makefile.in: Likewise.
11224 * gdb.server/Makefile.in: Likewise.
11225 * gdb.stabs/Makefile.in: Likewise.
11226 * gdb.threads/Makefile.in: Likewise.
11227 * gdb.trace/Makefile.in: Likewise.
11228 * gdb.xml/Makefile.in: Likewise.
11229 * lib/gdb.exp (make_gdb_parallel_path): Add check for
11230 GDB_PARALLEL.
11231 (standard_output_file): Remove check for GDB_PARALLEL, always
11232 return path in outputs/$subdir/$testname.
11233
437277d4
SM
112342016-02-08 Simon Marchi <simon.marchi@ericsson.com>
11235
11236 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
11237 (site.exp): Assign abs_srcdir to tcl's srcdir.
11238
31d913c7
YQ
112392016-02-04 Yao Qi <yao.qi@linaro.org>
11240
11241 * gdb.base/foll-exec-mode.c: Include limits.h.
11242 (main): Add parameters argc and argv. Get directory from
11243 argv[0].
11244 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
11245 compilation.
11246 * gdb.base/foll-exec.c: Include limits.h.
11247 (main): Add parameters argc and argv.
11248 Get directory from argv[0].
11249 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
11250 Adjust tests on the number of lines as source code changed.
11251 * gdb.base/foll-vfork-exit.c: Include limits.h.
11252 (main): Add one line of statement before vfork.
11253 * gdb.base/foll-vfork.c: Include limits.h and string.h.
11254 (main): Add parameters argc and argv. Get directory from
11255 argv[0].
11256 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
11257 (setup_gdb): Set tbreak to skip some source lines.
11258 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
11259 (main): Add parameters argc and argv. Get directory from
11260 argv[0].
11261 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
11262 compilation.
11263 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
11264 (main): Add parameters argc and argv. Get directory from
11265 argv[0].
11266 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
11267 compilation.
11268
9482b9fb
DE
112692016-02-01 Doug Evans <dje@google.com>
11270
11271 * gdb.base/skip.exp: Clean up multiple references to same test name.
11272
6b2e4f10
PA
112732016-02-01 Pedro Alves <palves@redhat.com>
11274
ccb6afd6 11275 PR remote/19496
6b2e4f10
PA
11276 * gdb.threads/forking-threads-plus-breakpoint.exp
11277 (displaced_stepping_supported): New global.
11278 (probe_displaced_stepping_support): New procedure.
11279 (do_test): Add 'displaced' parameter, and use it.
11280 (top level): Check for displaced stepping support. Add displaced
11281 stepping on/off testing axis.
11282
37a8db1a
AB
112832016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
11284
11285 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
11286 pointer. Don't perform further tests on the unassociated pointer
11287 if the first test fails.
11288
5fdf6324
AB
112892016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
11290
11291 * gdb.base/max-value-size.c: New file.
11292 * gdb.base/max-value-size.exp: New file.
11293 * gdb.base/huge.exp: Disable max-value-size for this test.
11294
935c6144
IB
112952016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
11296
11297 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
11298
7fe8399d
YQ
112992016-01-28 Yao Qi <yao.qi@linaro.org>
11300
11301 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
11302
a2077e25
PA
113032016-01-25 Pedro Alves <palves@redhat.com>
11304
11305 PR threads/19461
11306 * gdb.base/fork-running-state.c: New file.
11307 * gdb.base/fork-running-state.exp: New file.
11308
1d2736d4
PA
113092016-01-25 Pedro Alves <palves@redhat.com>
11310
11311 PR gdb/19494
11312 * gdb.base/catch-fork-kill.c: New file.
11313 * gdb.base/catch-fork-kill.exp: New file.
11314
f1da4b11
PA
113152016-01-25 Pedro Alves <palves@redhat.com>
11316
11317 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
11318 Delete, moved to lib/gdb.exp.
11319 * gdb.threads/forking-threads-plus-breakpoint.exp
11320 (foreach_with_prefix): Likewise.
11321 * gdb.threads/process-dies-while-handling-bp.exp
11322 (foreach_with_prefix): Likewise.
11323 * lib/gdb.exp (foreach_with_prefix): New procedure.
11324
45f38546
MK
113252016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
11326
11327 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
11328 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
11329
dc29a1ce
MK
113302016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
11331
11332 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
11333 endian targets.
11334
092127d7
JK
113352016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11336 Pedro Alves <palves@redhat.com>
11337
11338 Fix testsuite compatibility with Guile.
11339 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
11340 number.
11341
31d765d3
JK
113422016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11343
11344 Fix testsuite compatibility with Guile.
11345 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
11346 (thread 1): New test for backtrace through signal handler.
11347
1ac78c04
YQ
113482016-01-22 Yao Qi <yao.qi@linaro.org>
11349
11350 PR testsuite/19491
11351 * gdb.base/multi-forks.c: Include
11352 ../lib/unbuffer_output.c
11353 (main): Call gdb_unbuffer_output.
11354
4f5946a8
DE
113552016-01-21 Doug Evans <dje@google.com>
11356
11357 * lib/ada.exp (gdb_compile_ada): Fix typo.
11358
305e13e6
JB
113592016-01-21 Joel Brobecker <brobecker@adacore.com>
11360
11361 * gdb.base/break-fun-addr.exp: New file.
11362 * gdb.base/break-fun-addr1.c: New file.
11363 * gdb.base/break-fun-addr2.c: New file.
11364
5f5dfff6
SM
113652016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
11366
11367 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
11368 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
11369 enum flag values.
11370
fd356fa2
AA
113712016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
11372
11373 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
11374 when GDB can not set the vector return value. Add more comments
11375 for clarification.
11376
9df22175
AT
113772016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
11378
11379 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
11380 command.
11381
41d1845e
SM
113822016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11383
11384 * Makefile.in (DO_RUNTEST): Add --status and update usages.
11385
01ac6840
SM
113862016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11387
11388 * Makefile.in (check-single): Pass --status to runtest.
11389 (check/%.exp): Likewise.
11390
113912016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11392
11393 * Makefile.in (check-parallel): Propagate return code from make
11394 do-check-parallel.
11395
bd0a71fa
MK
113962016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
11397
11398 * gdb.trace/ftrace.exp: Fix expected message on continue.
11399 * gdb.trace/pending.exp: Fix expected message on continue.
11400 * gdb.trace/trace-break.exp: Fix expected message on continue.
11401
8bcbad33
SM
114022016-01-18 Simon Marchi <simon.marchi@ericsson.com>
11403
11404 * lib/gdb.exp (gdb_test): Remove unused global references.
11405
f303dbd6
PA
114062016-01-18 Pedro Alves <palves@redhat.com>
11407
11408 * gdb.base/async-shell.exp: Adjust expected output.
11409 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
11410 * gdb.base/siginfo-thread.exp: Adjust expected output.
11411 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
11412 * gdb.java/jnpe.exp: Adjust expected output.
11413 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
11414 * gdb.threads/continue-pending-status.exp: Adjust expected output.
11415 * gdb.threads/leader-exit.exp: Adjust expected output.
11416 * gdb.threads/manythreads.exp: Adjust expected output.
11417 * gdb.threads/pthreads.exp: Adjust expected output.
11418 * gdb.threads/schedlock.exp: Adjust expected output.
11419 * gdb.threads/siginfo-threads.exp: Adjust expected output.
11420 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
11421 expected output.
11422 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
11423 output.
11424 * gdb.threads/sigthread.exp: Adjust expected output.
11425 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
11426
b2789696
YQ
114272016-01-18 Yao Qi <yao.qi@linaro.org>
11428
11429 * gdb.guile/scm-section-script.c: Replace @progbits with
11430 %progbits.
11431 * gdb.python/py-section-script.c: Likewise.
11432
71ef29a8
PA
114332016-01-15 Pedro Alves <palves@redhat.com>
11434
11435 * gdb.multi/tids.exp: Test star wildcard ranges.
11436
3f5b7598
PA
114372016-01-15 Pedro Alves <palves@redhat.com>
11438
11439 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
11440 command from "thread apply" invocation.
11441 (thr_apply_info_thr_invalid): Default the expected output to the
11442 input tid list.
11443 (top level): Add tests that use convenience variables. Add tests
11444 for "thread apply" with a valid TID list, but missing the command.
11445
663f6d42
PA
114462016-01-13 Pedro Alves <palves@redhat.com>
11447
11448 * gdb.base/default.exp: Expect $_gthread as well.
11449 * gdb.multi/tids.exp: Test $_gthread.
11450 * gdb.threads/thread-specific.exp: Test $_gthread.
11451
c84f6bbf
PA
114522016-01-13 Pedro Alves <palves@redhat.com>
11453
11454 * gdb.multi/tids.exp: Test "info threads -gid".
11455
22a02324
PA
114562016-01-13 Pedro Alves <palves@redhat.com>
11457
11458 * gdb.multi/tids.exp: Test InferiorThread.global_num and
11459 Breakpoint.thread.
11460 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
11461
5d5658a1
PA
114622016-01-07 Pedro Alves <palves@redhat.com>
11463
11464 * gdb.base/break.exp: Adjust to output changes.
11465 * gdb.base/hbreak2.exp: Likewise.
11466 * gdb.base/sepdebug.exp: Likewise.
11467 * gdb.base/watch_thread_num.exp: Likewise.
11468 * gdb.linespec/keywords.exp: Likewise.
11469 * gdb.multi/info-threads.exp: Likewise.
11470 * gdb.threads/thread-find.exp: Likewise.
11471 * gdb.multi/tids.c: New file.
11472 * gdb.multi/tids.exp: New file.
11473
84654457
PA
114742016-01-13 Pedro Alves <palves@redhat.com>
11475
11476 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
11477
e3940304
PA
114782016-01-13 Pedro Alves <palves@redhat.com>
11479
11480 * gdb.base/default.exp: Expect $_inferior as well.
11481 * gdb.multi/base.exp: Test $_inferior.
11482
a911d87a
PA
114832016-01-13 Pedro Alves <palves@redhat.com>
11484
11485 PR breakpoints/19388
11486 * gdb.base/catch-signal-siginfo-cond.c: New file.
11487 * gdb.base/catch-signal-siginfo-cond.exp: New file.
11488
82075af2
JS
114892016-01-12 Josh Stone <jistone@redhat.com>
11490 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11491
11492 * gdb.base/catch-syscall.c (do_execve): New variable.
11493 (main): Conditionally trigger an execve.
11494 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
11495 (test_catch_syscall_execve): New, check entry/return across execve.
11496 (do_syscall_tests): Call test_catch_syscall_execve.
11497
e46eeedd
PA
114982016-01-12 Pedro Alves <palves@redhat.com>
11499
11500 * gdb.base/random-signal.exp (do_test): New procedure, with body
11501 of testcase moved in.
11502
01d8c27e
JK
115032016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11504 Pedro Alves <palves@redhat.com>
11505
11506 * gdb.base/funcargs.exp (finish from indirectly called function):
11507 Reintroduce the case for 'First'.
11508
9a706302
JK
115092016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11510 Pedro Alves <palves@redhat.com>
11511
11512 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
11513 (tcatch_vfork_then_child_follow_exec)
11514 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
11515 identification.
11516
c0ecb95f
JK
115172016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11518
11519 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
11520 and repeats to unlimited.
11521 * gdb.python/py-value.exp: Likewise.
11522 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
11523 and repeats to unlimited.
11524
6cfc1fcb
JK
115252016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11526
11527 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
11528 and reordering the functions.
11529 * gdb.multi/hangout.c: Likewise.
11530 * gdb.multi/hello.c: Likewise.
11531
582a1b00
SM
115322016-01-08 Simon Marchi <simon.marchi@ericsson.com>
11533
11534 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
11535 absolute.
11536 (SingleStatisticTestResult.report): Use dict.keys instead of
11537 dict.iterkeys.
11538
79bc59cb
PA
115392016-01-06 Pedro Alves <palves@redhat.com>
11540
11541 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
11542
43368e1d
MM
115432016-01-04 Markus Metzger <markus.t.metzger@intel.com>
11544
11545 * gdb.btrace/dlopen.exp: New.
11546 * gdb.btrace/dlopen.c: New.
11547 * gdb.btrace/dlopen-dso.c: New.
11548
79fad5b8
SL
115492015-12-25 Sandra Loosemore <sandra@codesourcery.com>
11550
11551 * lib/gdb.exp (gdb_test): Update comments to clarify that the
11552 PATTERN argument is optional.
11553
ab8314b3
JB
115542015-12-24 Joel Brobecker <brobecker@adacore.com>
11555
11556 * lib/ada.exp (target_compile_ada_from_dir): New function.
11557 (gdb_compile_ada): Reimplement avoiding the use of project files.
11558 * gdb.ada/gnat_ada.gpr: Delete.
11559 * gdb.ada/cond_lang.exp: Adjust test to make path before
11560 filename optional.
11561 * gdb.ada/small_reg_param.exp: Likewise.
11562
fe33faff
SM
115632015-12-22 Simon Marchi <simon.marchi@ericsson.com>
11564
11565 * gdb.base/foll-vork.exp: Remove HP-UX special case.
11566
6d265cb4
TP
115672015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
11568
11569 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
11570 case.
11571
10125099
SM
115722015-12-21 Simon Marchi <simon.marchi@ericsson.com>
11573
11574 * gdb.base/break.exp: Remove dead code.
11575 * gdb.base/sepdebug.exp: Likewise.
11576
3ca22649
SM
115772015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
11578
11579 * gdb.asm/asm-source.exp: Remove HP-UX references.
11580 * gdb.base/annota1.exp: Likewise.
11581 * gdb.base/annota3.exp: Likewise.
11582 * gdb.base/attach.exp: Likewise.
11583 * gdb.base/bigcore.exp: Likewise.
11584 * gdb.base/break.exp: Likewise.
11585 * gdb.base/call-ar-st.exp: Likewise.
11586 * gdb.base/callfuncs.exp: Likewise.
11587 * gdb.base/catch-fork-static.exp: Likewise.
11588 * gdb.base/display.exp: Likewise.
11589 * gdb.base/foll-exec-mode.exp: Likewise.
11590 * gdb.base/foll-exec.exp: Likewise.
11591 * gdb.base/foll-fork.exp: Likewise.
11592 * gdb.base/foll-vfork.exp: Likewise.
11593 * gdb.base/funcargs.exp: Likewise.
11594 * gdb.base/hbreak2.exp: Likewise.
11595 * gdb.base/inferior-died.exp: Likewise.
11596 * gdb.base/interrupt.exp: Likewise.
11597 * gdb.base/multi-forks.exp: Likewise.
11598 * gdb.base/nodebug.exp: Likewise.
11599 * gdb.base/sepdebug.exp: Likewise.
11600 * gdb.base/solib1.c: Likewise.
11601 * gdb.base/step-test.exp: Likewise.
11602 * gdb.mi/non-stop.c: Likewise.
11603 * gdb.mi/pthreads.c: Likewise.
11604 * gdb.multi/bkpt-multi-exec.ex: Likewise.
11605 * gdb.threads/pthreads.c: Likewise.
11606 * gdb.threads/staticthreads.exp: Likewise.
11607 * lib/future.exp: Likewise.
11608 * lib/gdb.exp: Likewise.
11609 * gdb.base/so-indr-cl.c: Remove.
11610 * gdb.base/so-indr-cl.exp: Likewise.
11611 * gdb.base/solib.c: Likewise.
11612 * gdb.base/solib.exp: Likewise.
11613 * gdb.base/solib2.c: Likewise.
11614
b6304613
SM
116152015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
11616
11617 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
11618 * gdb.base/call-ar-st.exp: Likewise.
11619 * gdb.base/callfuncs.exp: Likewise.
11620 * gdb.base/condbreak.exp: Likewise.
11621 * gdb.base/constvars.exp: Likewise.
11622 * gdb.base/hbreak2.exp: Likewise.
11623 * gdb.base/langs.exp: Likewise.
11624 * gdb.base/list.exp: Likewise.
11625 * gdb.base/long_long.exp: Likewise.
11626 * gdb.base/ptype.exp: Likewise.
11627 * gdb.base/scope.exp: Likewise.
11628 * gdb.base/signals.exp: Likewise.
11629 * gdb.base/so-impl-ld.exp: Likewise.
11630 * gdb.base/varargs.exp: Likewise.
11631 * gdb.base/volatile.exp: Likewise.
11632 * gdb.base/whatis.exp: Likewise.
11633 * gdb.cp/cplusfuncs.exp: Likewise.
11634 * gdb.cp/inherit.exp: Likewise.
11635 * gdb.cp/local.exp: Likewise.
11636 * gdb.cp/member-ptr.exp: Likewise.
11637 * gdb.cp/method.exp: Likewise.
11638 * gdb.cp/overload.exp: Likewise.
11639 * gdb.cp/templates.exp: Likewise.
11640 * gdb.stabs/weird.exp: Likewise.
11641 * lib/compiler.c: Likewise.
11642 * lib/compiler.cc: Likewise.
11643 * lib/cp-support.exp: Likewise.
11644 * lib/gdb.exp: Likewise.
11645
bf401b07
SM
116462015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
11647
11648 * configure.ac: Remove HP-UX case.
11649 * configure: Regenerate.
11650
aff9c0f8
SM
116512015-12-18 Simon Marchi <simon.marchi@ericsson.com>
11652
11653 * lib/gdb.exp (gdb_compile): Add function doc.
11654
a6904d5a
PA
116552015-12-17 Pedro Alves <palves@redhat.com>
11656
11657 PR threads/19354
11658 * gdb.multi/info-threads.exp: New file.
11659
a22279dd
YQ
116602015-12-15 Yao Qi <yao.qi@linaro.org>
11661
11662 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
11663 is aarch64*-*-*.
11664
0588c796
SL
116652015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11666
11667 * gdb.base/history-duplicates.exp: Skip if no readline support.
11668
5d978e17
SL
116692015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11670
11671 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
11672
7e763b86
SL
116732015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11674
11675 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
11676
87a3a92c
SL
116772015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11678
11679 * gdb.base/completion.exp: Skip tests that interrupt GDB with
11680 ctrl-C if nointerrupts target property is set.
11681 * gdb.base/double-prompt-target-event-error.exp: Likewise.
11682 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
11683 * gdb.base/paginate-bg-execution.exp: Likewise.
11684 * gdb.base/paginate-execution-startup.exp: Likewise.
11685 * gdb.base/random-signal.exp: Likewise.
11686 * gdb.base/range-stepping.exp: Likewise.
11687 * gdb.cp/annota2.exp: Likewise.
11688 * gdb.cp/annota3.exp: Likewise.
11689 * gdb.gdb/selftest.exp: Likewise.
11690 * gdb.threads/continue-pending-status.exp: Likewise.
11691 * gdb.threads/leader-exit.exp: Likewise.
11692 * gdb.threads/manythreads.exp: Likewise.
11693 * gdb.threads/pthreads.exp: Likewise.
11694 * gdb.threads/schedlock.exp: Likewise.
11695 * gdb.threads/sigthread.exp: Likewise.
11696
a8f077dc
DB
116972015-12-11 Don Breazeal <donb@codesourcery.com>
11698
11699 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
11700 remote.
11701 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
11702 * gdb.base/foll-exec.exp (main): Enable for target remote.
11703 * gdb.base/foll-fork.exp (main): Likewise.
11704 * gdb.base/foll-vfork.exp (main): Likewise.
11705 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
11706 (proc continue_to_exit_bp_loc): Use clean_restart.
11707 * gdb.base/pie-execl.exp (main): Disable for target remote.
11708 * gdb.base/watch-vfork.exp (main): Enable for target remote.
11709 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
11710 * gdb.threads/execl.exp (main): Likewise.
11711 * gdb.threads/fork-child-threads.exp (main): Likewise.
11712 * gdb.threads/fork-plus-threads.exp (main): Disable for target
11713 remote.
11714 * gdb.threads/fork-thread-pending.exp (main): Enable for target
11715 remote.
11716 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
11717 pid.tid style ptids, instead of just tid.
11718 * gdb.threads/thread-execl.exp (main): Enable for target remote.
11719 * gdb.threads/watchpoint-fork.exp (main): Likewise.
11720 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
11721 ptids, instead of just tid.
11722
3b2464a8
AB
117232015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11724
11725 * gdb.base/list.exp (test_list_forward): Add end of file error
11726 test.
11727 (test_repeat_list_command): Add end of file error test.
11728 (test_list_backwards): Add beginning of file error test.
11729
a0def019
AB
117302015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11731
11732 * gdb.base/list.exp (test_list_invalid_args): New function,
11733 defined, and called.
11734
5c000dff
AB
117352015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11736
11737 * gdb.base/list.exp (test_list): Make test names unique.
11738
f1637ebe
YQ
117392015-12-11 Yao Qi <yao.qi@linaro.org>
11740
11741 * gdb.base/coremaker2.c: Remove.
11742
36d6fc0a
PA
117432015-12-10 Pedro Alves <palves@redhat.com>
11744
11745 * gdb.multi/base.exp: Remove stale "spaces" references.
11746
762f7747
PA
117472015-12-10 Pedro Alves <palves@redhat.com>
11748
11749 * gdb.multi/base.exp: Don't use nowarnings.
11750 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
11751 * gdb.multi/hangout.c: Include stdio.h.
11752 * gdb.multi/hello.c: Include stdlib.h.
11753 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
11754 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
11755 * gdb.multi/multi-arch.exp: Don't use nowarnings.
11756
28d2bfb9
AB
117572015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
11758
11759 * gdb.dwarf2/dw2-ranges-base.c: New file.
11760 * gdb.dwarf2/dw2-ranges-base.exp: New file.
11761 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
11762 support additional line table, and debug ranges generation.
11763 (Dwarf::ranges): New function, generate .debug_ranges.
11764 (Dwarf::lines): Support generating simple line table programs.
11765 (Dwarf::assemble): Initialise new namespace variables.
11766
5fc2beac
KB
117672015-12-09 Kevin Buettner <kevinb@redhat.com>
11768
11769 * gdb.base/async.exp (proc test_background): Add case for
11770 asynchronous execution not supported.
11771
1c35a88f
LM
117722015-12-09 Luis Machado <lgustavo@codesourcery.com>
11773
11774 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
11775 format and change test names to make them unique.
11776
b593e3d9
RK
117772015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
11778 Pedro Alves <pedro@redhat.com>
11779
11780 PR gdb/18702
11781 Add checking of floatformats setup on x86_64 hosts.
11782 * gdb.arch/i386-float.S (main): Load bigval and smallval.
11783 (smallval, bigval): New labels/constants.
11784 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
11785 float" after loading bigval and smallval.
11786
d72413e6
PMR
117872015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
11788
11789 * gdb.ada/fun_overload_menu.exp: New testcase.
11790 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
11791
ece66d65
JS
117922015-12-04 Josh Stone <jistone@redhat.com>
11793
11794 * gdb.base/catch-fork-static.exp: New.
11795
41d0efca
YQ
117962015-12-03 Yao Qi <yao.qi@linaro.org>
11797
11798 * gdb.base/sizeof.c: Don't include stdio.h and
11799 ../lib/unbuffer_output.c.
11800 (main): New variable 'size' and 'value'. Remove printf and
11801 gdb_unbuffer_output. Assign return value to size and value.
11802 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
11803 at the beginning.
11804 (check_sizeof): Check the result by printing variable 'size'.
11805 (check_valueof): Check the result by printing variable 'value'.
11806
99fd02d9
YQ
118072015-12-01 Yao Qi <yao.qi@linaro.org>
11808
11809 * gdb.base/disp-step-syscall.exp: Define syscall instruction
11810 for aarch64*-*-linux* target.
11811
f2faf941
PA
118122015-11-30 Pedro Alves <palves@redhat.com>
11813
11814 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
11815
04bf20c5
PA
118162015-11-30 Pedro Alves <palves@redhat.com>
11817
11818 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
11819 Handle non-stop mode vCont replies.
11820
09df4675
PA
118212015-11-30 Pedro Alves <palves@redhat.com>
11822
11823 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
11824 prepare_for_testing. Start gdb with "set non-stop on" appended to
11825 GDBFLAGS. Lax expected stop output.
11826
58b584af
YQ
118272015-11-27 Yao Qi <yao.qi@linaro.org>
11828
11829 * gdb.arch/arm-neon.exp: New.
11830 * gdb.arch/arm-neon.c: New.
11831
dfcb77a8
YQ
118322015-11-27 Yao Qi <yao.qi@linaro.org>
11833
11834 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
11835
88e8ec1b
YQ
118362015-11-27 Yao Qi <yao.qi@linaro.org>
11837
11838 * gdb.cp/annota2.exp: Allow multiple occurrences of the
11839 frames-invalid annotation.
11840
bfde72c2
YQ
118412015-11-27 Yao Qi <yao.qi@linaro.org>
11842
11843 * gdb.cp/annota2.exp: Use ${frames_invalid}.
11844
f6512a69
SM
118452015-11-26 Simon Marchi <simon.marchi@ericsson.com>
11846
11847 * gdb.threads/names.exp: New file.
11848 * gdb.threads/names.c: New file.
11849 * README: Mention gdb,no_thread_names.
11850
46a3515b
MM
118512015-11-26 Markus Metzger <markus.t.metzger@intel.com>
11852
11853 PR 19297
11854 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
11855 support" error.
11856
62147a22
PA
118572015-11-24 Pedro Alves <palves@redhat.com>
11858
11859 PR 17539
11860 * gdb.base/display.exp: Expect displays to be sorted in ascending
11861 order. Use multi_line.
11862 * gdb.base/solib-display.exp: Likewise.
11863
2f341b6e
PA
118642015-11-24 Pedro Alves <palves@redhat.com>
11865
11866 PR 17539
25d49b86
PA
11867 * gdb.base/display.exp: Expect displays to be sorted in ascending
11868 order. Use multi_line.
11869 * gdb.base/solib-display.exp: Likewise.
2f341b6e 11870
7e0aa6aa
PA
118712015-11-24 Pedro Alves <palves@redhat.com>
11872
11873 PR 17539
11874 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
11875 threads in ascending order.
11876 * gdb.base/foll-fork.exp: Likewise.
11877 * gdb.base/foll-vfork.exp: Likewise.
11878 * gdb.base/multi-forks.exp: Likewise.
11879 * gdb.mi/mi-nonstop.exp: Likewise.
11880 * gdb.mi/mi-nsintrall.exp: Likewise.
11881 * gdb.multi/base.exp: Likewise.
11882 * gdb.multi/multi-arch.exp: Likewise.
11883 * gdb.python/py-inferior.exp: Likewise.
11884 * gdb.threads/break-while-running.exp: Likewise.
11885 * gdb.threads/execl.exp: Likewise.
11886 * gdb.threads/gcore-thread.exp: Likewise.
11887 * gdb.threads/info-threads-cur-sal.exp: Likewise.
11888 * gdb.threads/kill.exp: Likewise.
11889 * gdb.threads/linux-dp.exp: Likewise.
11890 * gdb.threads/multiple-step-overs.exp: Likewise.
11891 * gdb.threads/next-bp-other-thread.exp: Likewise.
11892 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
11893 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
11894 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
11895 * gdb.threads/thread-find.exp: Likewise.
11896 * gdb.threads/tls.exp: Likewise.
11897 * lib/mi-support.exp (mi_reverse_list): Delete.
11898 (mi_check_thread_states): No longer reverse list.
11899
2cc57ad8
PA
119002015-11-24 Pedro Alves <palves@redhat.com>
11901
11902 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
11903 use lowercase.
11904
c93e8391
SM
119052015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11906
11907 * gdb.trace/actions.c: Include trace-common.h.
11908 (main): Add a location for a fast tracepoint.
11909 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
11910 the normal tracepoints.
11911 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
11912
045ccf91
SM
119132015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11914
11915 * save-trace.exp: Factor out code to these...
11916 (gdb_save_tracepoints): New.
11917 (gdb_load_tracepoints): New.
11918 (do_save_load_test): New.
11919
5506f9f6
KB
119202015-11-23 Kevin Buettner <kevinb@redhat.com>
11921
11922 * gdb.base/asmlabel.exp: New test.
11923 * gdb.base/asmlabel.c: New test case.
11924
16c3b12f
JB
119252015-11-23 Joel Brobecker <brobecker@adacore.com>
11926
11927 * gdb.base/wrong_frame_bt_full-main.c: New file.
11928 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
11929 * gdb.base/wrong_frame_bt_full.exp: New file.
11930
155bfbd3
JB
119312015-11-23 Joel Brobecker <brobecker@adacore.com>
11932
11933 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
11934
bb097445
JM
119352015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11936
206853a0 11937 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
11938 pstate register when comparing registers values in
11939 sparc64-*-linux-gnu targets to avoid spurious differences.
11940
9c88ed8f
JM
119412015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11942
206853a0 11943 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 11944
96161e25
SL
119452015-11-19 Sandra Loosemore <sandra@codesourcery.com>
11946
11947 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
11948 as type argument to gdb_compile.
11949 * gdb.base/nested-subp2.exp: Likewise.
11950 * gdb.base/nested-subp3.exp: Likewise.
11951
340c2830
DV
119522015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
11953
11954 * lib/dwarf.exp (_note): Fix left shift of negative value.
11955 * gdb.trace/trace-condition.exp: Likewise.
11956
c1862d0f
YQ
119572015-11-13 Yao Qi <yao.qi@linaro.org>
11958
11959 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
11960 comments about d10v.
11961 (test_scalar_returns): Likewise.
11962 * gdb.base/d10v.ld: Remove.
11963 * gdb.base/overlays.exp: Remove the target triplet checking for
11964 d10v-*-*.
11965 * gdb.base/structs.exp (test_struct_returns): Remove the
11966 comments about d10v.
11967 (test_struct_calls): Likewise.
11968
77ae9c19
YQ
119692015-11-13 Yao Qi <yao.qi@linaro.org>
11970
11971 * gdb.base/gnu_vector.exp: Check the return value by "p res".
11972 * gdb.base/gnu_vector.c: Don't include stdio.h.
11973 (main): Don't print res and call add_some_intvecs.
11974
430e004e
MK
119752015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
11976
11977 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
11978 macro.
11979 (func5): Removed.
11980 (func4): Use FAST_TRACEPOINT_LABEL.
11981 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
11982 macro.
11983 (func): Removed.
11984 (thread_function): Use FAST_TRACEPOINT_LABEL.
11985 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
11986 (func): Remove.
11987 (marker): Use FAST_TRACEPOINT_LABEL.
11988 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
11989 (pendfunc1): Remove.
11990 (pendfunc): Use FAST_TRACEPOINT_LABEL.
11991 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
11992 (foo): Remove.
11993 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
11994 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
11995 macro.
11996 (func): Remove.
11997 (marker): Use FAST_TRACEPOINT_LABEL.
11998 * gdb.trace/trace-common.h: New header.
11999 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
12000 macro.
12001 (func): Remove.
12002 (marker): Use FAST_TRACEPOINT_LABEL.
12003 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
12004 (func): Remove.
12005 (thread_function): Use FAST_TRACEPOINT_LABEL.
12006
6e7675a7
MK
120072015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
12008
12009 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
12010 in front.
12011 * gdb.trace/change-loc.exp: Use global pcreg definition.
12012 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
12013 * gdb.trace/entry-values.exp: Use global spreg definition, add $
12014 in front.
12015 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
12016 * gdb.trace/pending.exp: Likewise.
12017 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
12018 * gdb.trace/trace-break.exp: Likewise.
12019 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
12020 in front.
12021 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
12022 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
12023 in front.
12024 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
12025
dddc0e16
JB
120262015-11-09 Joel Brobecker <brobecker@adacore.com>
12027
12028 * gdb.ada/fin_fun_out: New testcase.
12029
c6f0b406
KB
120302015-11-07 Kevin Buettner <kevinb@redhat.com>
12031
12032 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
12033 value associated with DW_AT_byte_size.
12034 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
12035 constants for DW_AT_byte_size, DW_AT_lower_bound, and
12036 DW_AT_upper_bound.
12037
f01dcfd9
KB
120382015-11-07 Kevin Buettner <kevinb@redhat.com>
12039
12040 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
12041 (gdb_target_symbol_prefix_flags): Define in terms of _asm
12042 version.
12043 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
12044 gdb.dwarf2/dw2-canonicalize-type.exp,
12045 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
12046 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
12047 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
12048 provided by gdb_target_symbol_prefix_flags_asm.
12049 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
12050 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
12051 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
12052 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
12053 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
12054 macros where needed). Use this macro for symbols which require
12055 the prefix provided by SYMBOL_PREFIX.
12056
2223449a
KB
120572015-11-05 Kevin Buettner <kevinb@redhat.com>
12058
12059 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
12060 New procs.
12061 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
12062 representing expressions, of more than one list element.
12063 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
12064 to prepend linker symbol prefix to f.
12065 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
12066 table_1 and table_2.
12067 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
12068 Likewise, for f and g.
12069 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
12070 for ptr.
12071 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
12072 for main.
12073 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
12074 table_1_ptr and table_2_ptr.
12075
6f2f1a3a
JK
120762015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12077 Joel Brobecker <brobecker@adacore.com>
12078
12079 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
12080
566c56c9
MK
120812015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
12082
12083 * gdb.reverse/s390-mvcle.c: New test.
12084 * gdb.reverse/s390-mvcle.exp: New file.
12085 * lib/gdb.exp: Enable reverse tests on s390*-linux.
12086
d5f0636b
MK
120872015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
12088
12089 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
12090
7ad8b86c
MK
120912015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
12092
12093 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
12094 reaching marker2.
12095 * gdb.reverse/getresuid-reverse.exp: Likewise.
12096 * gdb.reverse/pipe-reverse.exp: Likewise.
12097 * gdb.reverse/readv-reverse.exp: Likewise.
12098 * gdb.reverse/recvmsg-reverse.exp: Likewise.
12099 * gdb.reverse/time-reverse.exp: Likewise.
12100 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
12101
4081c0f1
YQ
121022015-10-30 Yao Qi <yao.qi@linaro.org>
12103
12104 * gdb.threads/wp-replication.c (watch_count_done): Remove.
12105 (empty_cycle): Remove.
12106 (main): Don't call empty_cycle. Don't use watch_count_done.
12107 * gdb.threads/wp-replication.exp: Don't set breakpoint on
12108 empty_cycle. Rewrite the code counting HW watchpoints.
12109
452b4ba5
MK
121102015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
12111
12112 * gdb.reverse/fstatat-reverse.c: New test.
12113 * gdb.reverse/fstatat-reverse.exp: New file.
12114 * gdb.reverse/getresuid-reverse.c: New test.
12115 * gdb.reverse/getresuid-reverse.exp: New file.
12116 * gdb.reverse/pipe-reverse.c: New test.
12117 * gdb.reverse/pipe-reverse.exp: New file.
12118 * gdb.reverse/readv-reverse.c: New test.
12119 * gdb.reverse/readv-reverse.exp: New file.
12120 * gdb.reverse/recvmsg-reverse.c: New test.
12121 * gdb.reverse/recvmsg-reverse.exp: New file.
12122 * gdb.reverse/time-reverse.c: New test.
12123 * gdb.reverse/time-reverse.exp: New file.
12124 * gdb.reverse/waitpid-reverse.c: New test.
12125 * gdb.reverse/waitpid-reverse.exp: New file.
12126
5e2e7507
JK
121272015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
12128
12129 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
12130
0fde2c53
DE
121312015-10-26 Doug Evans <dje@google.com>
12132
12133 PR symtab/17391
12134 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
12135 * gdb.dwarf2/bad-regnum.c: New file.
12136 * gdb.dwarf2/bad-regnum.exp: New file.
12137
1a70ae97
DE
121382015-10-26 Doug Evans <dje@google.com>
12139
12140 PR python/18938
12141 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
12142 file.
12143
27dc26ab
JK
121442015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12145
12146 * gdb.compile/compile.exp (compile code globalvar): Update expectation
12147 for a change by "Mention language in compile error message".
12148
bed91f4d
SM
121492015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
12150
12151 PR python/18073
12152 * gdb.python/py-type.c (C::a_method): New.
12153 (C::a_const_method): New.
12154 (C::a_static_method): New.
12155 (a_function): New.
12156 * gdb.python/py-type.exp (test_fields): Test getting fields
12157 from function and method.
12158
3f2f83dd
KB
121592015-10-21 Keven Boell <keven.boell@intel.com>
12160
12161 * gdb.fortran/vla-alloc-assoc.exp: New file.
12162 * gdb.fortran/vla-datatypes.exp: New file.
12163 * gdb.fortran/vla-datatypes.f90: New file.
12164 * gdb.fortran/vla-history.exp: New file.
12165 * gdb.fortran/vla-ptype-sub.exp: New file.
12166 * gdb.fortran/vla-ptype.exp: New file.
12167 * gdb.fortran/vla-sizeof.exp: New file.
12168 * gdb.fortran/vla-sub.f90: New file.
12169 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
12170 * gdb.fortran/vla-value-sub-finish.exp: New file.
12171 * gdb.fortran/vla-value-sub.exp: New file.
12172 * gdb.fortran/vla-value.exp: New file.
12173 * gdb.fortran/vla-ptr-info.exp: New file.
12174 * gdb.mi/mi-vla-fortran.exp: New file.
12175 * gdb.mi/vla.f90: New file.
12176
27145d50
SL
121772015-10-21 Sandra Loosemore <sandra@codesourcery.com>
12178
12179 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
12180 of hardwired timeout value.
12181
5f3ff4f8
JK
121822015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12183 Pedro Alves <palves@redhat.com>
12184
12185 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
12186 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
12187
bfd09d20
JS
121882015-10-19 Josh Stone <jistone@redhat.com>
12189
12190 * gdb.base/catch-syscall.c: Include <sched.h>.
12191 (unknown_syscall): New variable.
12192 (main): Trigger a vfork and an unknown syscall.
12193 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
12194 (unknown_syscall_number): Likewise.
12195 (check_call_to_syscall): Accept an optional syscall pattern.
12196 (check_return_from_syscall): Likewise.
12197 (check_continue): Likewise.
12198 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
12199 (test_catch_syscall_skipping_return): New test toggling off 'catch
12200 syscall' to step over the syscall return, then toggling back on.
12201 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
12202 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
12203 (do_syscall_tests): Call test_catch_syscall_without_args and
12204 test_catch_syscall_mid_vfork.
12205 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
12206 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
12207
b32b93c6
AS
122082015-10-19 Andrew Stubbs <ams@codesourcery.com>
12209
12210 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
12211 print g_vE): Add new pass patterns.
12212 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
12213 print various symbol names for vptr fields.
12214
9d622bda
AB
122152015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
12216
12217 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
12218 results.
12219
0fd8ac1c
YQ
122202015-10-12 Yao Qi <yao.qi@linaro.org>
12221
12222 * gdb.arch/disp-step-insn-reloc.exp: New test case.
12223
34240514
YQ
122242015-10-12 Yao Qi <yao.qi@linaro.org>
12225
12226 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
12227 is aarch64*-*-linux*.
12228
8240f442
YQ
122292015-10-12 Yao Qi <yao.qi@linaro.org>
12230
12231 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
12232 (can_relocate_bcond_true): ... it.
12233 (can_relocate_bcond_false): New function.
12234 (foo): Likewise.
12235 (can_relocate_bl): Likewise.
12236 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
12237 can_relocate_bl.
12238
2520f728
PMR
122392015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
12240
12241 * gdb.base/nested-addr.c: New file.
12242 * gdb.base/nested-addr.exp: New testcase.
12243
abcef95a
MM
122442015-10-09 Markus Metzger <markus.t.metzger@intel.com>
12245
12246 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
12247 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
12248 its output. Ignore the output of "record goto begin" and instead
12249 check that GDB is replaying.
12250
145e3ddb
PA
122512015-10-09 Pedro Alves <palves@redhat.com>
12252
12253 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
12254 (top level): Use it in the run with no args test.
12255
d5d8c4e1
IB
122562015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
12257
12258 * gdb.dlang/properties.exp: New file.
12259
06e635ef
SL
122602015-10-02 Sandra Loosemore <sandra@codesourcery.com>
12261
12262 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
12263 whether or not address 0x1000 is mapped on the target.
12264
e019fd1d
SM
122652015-09-30 Simon Marchi <simon.marchi@ericsson.com>
12266
12267 * gdb.python/py-type.exp: Do not run tests if binaries fail to
12268 build.
12269
77ba2a67
MM
122702015-09-30 Markus Metzger <markus.t.metzger@intel.com>
12271
12272 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
12273 instruction-history test.
12274
c60eb31f
DE
122752015-09-28 Doug Evans <dje@google.com>
12276
12277 * gdb.base/gcore.c (array_func): Add reference to static_array.
12278
9a3c8263
SM
122792015-09-25 Simon Marchi <simon.marchi@ericsson.com>
12280
12281 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
12282 source line.
12283
9720e656
SL
122842015-09-24 Sandra Loosemore <sandra@codesourcery.com>
12285
12286 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
12287 short or char as base type.
12288
938d3bf2
SL
122892015-09-23 Sandra Loosemore <sandra@codesourcery.com>
12290
12291 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
12292 to allow any size enum.
12293
e6c2c623
PMR
122942015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
12295
12296 * gdb.ada/array_ptr_renaming.exp: New testcase.
12297 * gdb.ada/array_ptr_renaming/foo.adb: New file.
12298 * gdb.ada/array_ptr_renaming/pack.ads: New file.
12299
06da0f77
PL
123002015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12301
12302 * gdb.trace/ftrace-lock.c: New file.
12303 * gdb.trace/ftrace-lock.exp: New file.
12304
4f51c22a
PL
123052015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12306
12307 * gdb.arch/insn-reloc.c: New file.
12308 * gdb.arch/ftrace-insn-reloc.exp: New file.
12309
7041adf4
PL
123102015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12311
12312 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
12313 instruction.
12314 * gdb.trace/pendshr1.c (pendfunc): Likewise.
12315 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
12316 * gdb.trace/range-stepping.c: Likewise.
12317 * gdb.trace/trace-break.c: Likewise.
12318 * gdb.trace/trace-mt.c (thread_function): Likewise.
12319 * gdb.trace/ftrace.c (marker): Likewise.
12320 * gdb.trace/trace-condition.c (marker): Likewise.
12321 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
12322 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
12323 is_aarch64_target.
12324
015d2e7e
DE
123252015-09-18 Doug Evans <xdje42@gmail.com>
12326
12327 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
12328 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
12329
26b188a2
SL
123302015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12331
12332 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
12333 the breakpoint.
12334
79dc332b
SL
123352015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12336
12337 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
12338 the pending breakpoint. Remove timeout override for "Run till
12339 MI pending breakpoint on pendfunc3 on thread 2" test.
12340
f57929f2
SL
123412015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12342
12343 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
12344 filename pattern.
12345
3f469b17
SL
123462015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12347
12348 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
12349 in breakpoint filename pattern.
12350
515b89b3
SL
123512015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12352
7800dbe4
SL
12353 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
12354
123552015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12356
515b89b3
SL
12357 * gdb.linespec/explicit.exp: Check for readline support for
12358 tab-completion tests. Fix obvious typo.
12359
d2939ba2
MM
123602015-09-18 Markus Metzger <markus.t.metzger@intel.com>
12361
12362 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
12363 and replay.
12364
cbb55fa7
MM
123652015-09-18 Markus Metzger <markus.t.metzger@intel.com>
12366
12367 * gdb.btrace/non-stop.c: New.
12368 * gdb.btrace/non-stop.exp: New.
12369
43691ca1
PL
123702015-09-17 Pierre Langlois <pierre.langlois@arm.com>
12371 Yao Qi <yao.qi@linaro.org>
12372
12373 * gdb.trace/trace-condition.c: New file.
12374 * gdb.trace/trace-condition.exp: New file.
12375
d78908cf
WW
123762015-09-16 Wei-cheng Wang <cole945@gmail.com>
12377
12378 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
12379 for testing bytecode compilation.
12380
1ed415e2
PA
123812015-09-16 Pedro Alves <palves@redhat.com>
12382 Sandra Loosemore <sandra@codesourcery.com>
12383
12384 * gdb.threads/non-stop-fair-events.c (timeout): New global.
12385 (SECONDS): Redefine.
12386 (main): Call pthread_kill and alarm early.
12387 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
12388 support.
12389 (test): If the target can't hardware step and doesn't support
12390 displaced stepping, increase the timeout.
12391
d136eff5
PA
123922015-09-16 Pedro Alves <palves@redhat.com>
12393
12394 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
12395 (enable_debug): New procedures.
12396 (test): Use them. Bail out if waiting for threads fails.
12397 (top level): Bail out if a test fails.
12398
991f019c
YQ
123992015-09-16 Yao Qi <yao.qi@linaro.org>
12400
12401 * gdb.asm/asm-source.exp: Set asm-arch for
12402 aarch64*-*-* target.
12403 * gdb.asm/aarch64.inc: New file.
12404
bfca584f
PMR
124052015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
12406
12407 * gdb.ada/array_of_variable_length.exp: New testcase.
12408 * gdb.ada/array_of_variable_length/foo.adb: New file.
12409 * gdb.ada/array_of_variable_length/pck.adb: New file.
12410 * gdb.ada/array_of_variable_length/pck.ads: New file.
12411
b326e587
DE
124122015-09-15 Doug Evans <dje@google.com>
12413
12414 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
12415 of function static local variable.
12416
5382cfab
PW
124172015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12418
12419 * gdb.threads/tls-so_extern.exp: New test file.
12420 * gdb.threads/tls-so_extern.c: New test file.
12421 * gdb.threads/tls-so_extern_main.c: New test file.
12422
141c5cc4
JK
124232015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12424
12425 * gdb.opt/solib-intra-step-lib.c: New file.
12426 * gdb.opt/solib-intra-step-main.c: New file.
12427 * gdb.opt/solib-intra-step.exp: New file.
12428
d15dcecd
PA
124292015-09-15 Pedro Alves <palves@redhat.com>
12430
12431 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
12432 gdb_continue_to_breakpoint instead of gdb_test_multiple.
12433
4c2f2a79
PA
124342015-09-14 Pedro Alves <palves@redhat.com>
12435
12436 * gdb.base/hook-stop-continue.c: Delete.
12437 * gdb.base/hook-stop-continue.exp: Delete.
12438 * gdb.base/hook-stop-frame.c: Delete.
12439 * gdb.base/hook-stop-frame.exp: Delete.
12440 * gdb.base/hook-stop.c: New file.
12441 * gdb.base/hook-stop.exp: New file.
12442
919e6dbe
PMR
124432015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
12444
12445 * gdb.ada/access_to_packed_array.exp: New testcase.
12446 * gdb.ada/access_to_packed_array/foo.adb: New file.
12447 * gdb.ada/access_to_packed_array/pack.adb: New file.
12448 * gdb.ada/access_to_packed_array/pack.ads: New file.
12449
157280a4
MM
124502015-09-14 Markus Metzger <markus.t.metzger@intel.com>
12451
12452 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
12453 buffer size test.
12454
2fd33e94
DB
124552015-09-11 Don Breazeal <donb@codesourcery.com>
12456
12457 * gdb.base/foll-exec.c: Add copyright header. Fix
12458 formatting issues.
12459 * gdb.base/foll-exec.exp (zap_session): Delete proc.
12460 (do_exec_tests): Use clean_restart in place of zap_session,
12461 and for test initialization. Fix formatting issues. Use
12462 fail in place of perror.
12463 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
12464 an expect statement to match an expression with output from
12465 the program under debug.
12466 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
12467 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
12468 * gdb.threads/non-ldr-exc-2.exp: Likewise.
12469 * gdb.threads/non-ldr-exc-3.exp: Likewise.
12470 * gdb.threads/non-ldr-exc-4.exp: Likewise.
12471
e70b6e8e
DE
124722015-09-09 Doug Evans <dje@google.com>
12473
12474 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
12475
7a551a51
DE
124762015-09-09 Doug Evans <dje@google.com>
12477
12478 * gdb.base/pie-execl.exp: Fix result test of build_executable.
12479
4c666f84
DE
124802015-09-09 Doug Evans <dje@google.com>
12481
12482 * gdb.base/savedregs.exp: Fix typo.
12483
243a9253
PA
124842015-09-09 Pedro Alves <palves@redhat.com>
12485
12486 * gdb.mi/mi-cli.exp: Add CLI finish tests.
12487
c0fa8fbd
SL
124882015-09-08 Sandra Loosemore <sandra@codesourcery.com>
12489
12490 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
12491 command actually switches threads. Give up on remaining
12492 tests if target fails to stop at breakpoint.
12493
cd7c1778
PMR
124942015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
12495
12496 * gdb.ada/funcall_char.exp: New testcase.
12497 * gdb.ada/funcall_char/foo.adb: New file.
12498
dc5c8746
PMR
124992015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
12500
12501 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
12502 expected outputs. Add two testcases for completing ambiguous
12503 functions.
12504 * gdb.ada/complete/aux_pck.adb: New file.
12505 * gdb.ada/complete/aux_pck.ads: New file.
12506 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
12507 Ambiguous_Func functions.
12508 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
12509 * gdb.ada/complete/pck.adb: Likewise.
12510
4e83a1e7
UW
125112015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
12512
12513 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
12514 failures to run the test program under GDB.
12515
8ce74153
LM
125162015-08-26 Luis Machado <lgustavo@codesourcery.com>
12517
12518 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
12519 to C.
12520
e9756d52
PP
125212015-08-26 Patrick Palka <patrick@parcs.ath.cx>
12522
12523 * gdb.base/run-after-attach.exp: New test file.
12524 * gdb.base/run-after-attach.c: New test file.
12525
8d37573b
DB
125262015-08-26 Don Breazeal <donb@codesourcery.com>
12527
12528 * gdb.base/foll-exec-2.c: New test program.
12529 * gdb.base/foll-exec-2.exp: New test.
12530
63e43d3a
PMR
125312015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
12532
12533 * gdb.base/nested-subp1.exp: New file.
12534 * gdb.base/nested-subp1.c: New file.
12535 * gdb.base/nested-subp2.exp: New file.
12536 * gdb.base/nested-subp2.c: New file.
12537 * gdb.base/nested-subp3.exp: New file.
12538 * gdb.base/nested-subp3.c: New file.
12539
3d40fbb5
PA
125402015-08-24 Pedro Alves <palves@redhat.com>
12541
12542 * gdb.server/connect-without-multi-process.c: New file.
12543 * gdb.server/connect-without-multi-process.exp: New file.
12544
4422ac93
LM
125452015-08-24 Luis Machado <lgustavo@codesourcery.com>
12546
12547 * gdb.opt/inline-markers.c: Make z int.
12548
91dddb86
LM
125492015-08-24 Luis Machado <lgustavo@codesourcery.com>
12550
12551 * gdb.opt/inline-markers.c: Make z volatile.
12552
a48847ee
LM
125532015-08-24 Luis Machado <lgustavo@codesourcery.com>
12554
12555 * gdb.opt/inline-bt.c: New volatile global z.
12556 * gdb.opt/inline-cmds.c: Likewise.
12557 * gdb.opt/inline-locals.c: Likewise.
12558 * gdb.opt/inline-markers.c: New extern global z.
12559 (marker): Use z.
12560 (inline_fn): Likewise.
12561
0ebbc52b
PA
125622015-08-24 Pedro Alves <palves@redhat.com>
12563
12564 * config/m32r-stub.exp: Remove file.
12565 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
12566 * gdb.base/call-rt-st.exp: Likewise.
12567 * gdb.base/call-strs.exp: Likewise.
12568 * gdb.base/default.exp: Remove references to h8300-*-hms and
12569 *-*-udi*.
12570 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
12571
77c365df
AA
125722015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12573
12574 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
12575 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
12576 and "return" use KFAIL when GDB can not read/write the vector
12577 return value.
12578
4313b8c0
GB
125792015-08-21 Gary Benson <gbenson@redhat.com>
12580
12581 * gdb.trace/pending.exp: Cope with remote transfer warnings.
12582
0e433b32
PA
125832015-08-20 Pedro Alves <palves@redhat.com>
12584
12585 * gdb.server/solib-list.exp: No longer expect an interior stop in
12586 non-stop mode.
12587
221e1a37
PA
125882015-08-20 Pedro Alves <palves@redhat.com>
12589
12590 * gdb.server/connect-stopped-target.c: New file.
12591 * gdb.server/connect-stopped-target.exp: New file.
12592
40e3ad0e
PA
125932015-08-20 Pedro Alves <palves@redhat.com>
12594
12595 * gdb.dwarf2/comp-unit-lang.exp: New file.
12596 * gdb.dwarf2/comp-unit-lang.c: New file.
12597
af39b327
PMR
125982015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
12599
12600 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
12601 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
12602
7d45c7c3 126032015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 12604
7d45c7c3
KB
12605 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
12606 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
12607
4d6cceb4
DE
126082015-08-18 Doug Evans <dje@google.com>
12609 Adrian Sendroiu <adrian.sendroiu@freescale.com>
12610
12611 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
12612 skip_python_tests. New arg prompt_regexp.
12613 (skip_python_tests): New function.
12614 * lib/mi-support.exp (mi_skip_python_tests): New function.
12615 * gdb.python/py-mi-objfile-gdb.py: New file.
12616 * gdb.python/py-mi-objfile.c: New file.
12617 * gdb.python/py-mi-objfile.exp: New file.
12618
ad89c2aa
KS
126192015-08-17 Keith Seitz <keiths@redhat.com>
12620
12621 * gdb.linespec/explicit.exp: Move strace test from here ...
12622 * gdb.trace/strace.exp: ... to here.
12623
e3ae3c43
PP
126242015-08-15 Patrick Palka <patrick@parcs.ath.cx>
12625
12626 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
12627 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
12628
604b2636
DE
126292015-08-14 Doug Evans <xdje42@gmail.com>
12630
12631 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
12632 inferior before selecting a new file.
12633
6ff0ba5f
DE
126342015-08-14 Doug Evans <xdje42@gmail.com>
12635
12636 * gdb.mi/mi-disassemble.exp: Update.
12637 * gdb.base/disasm-optim.S: New file.
12638 * gdb.base/disasm-optim.c: New file.
12639 * gdb.base/disasm-optim.h: New file.
12640 * gdb.base/disasm-optim.exp: New file.
12641
9ca98f92
KS
126422015-08-14 Keith Seitz <keiths@redhat.com>
12643
12644 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
12645 "evaluated-by".
12646
52bbc560
JB
126472015-08-13 Joel Brobecker <brobecker@adacore.com>
12648
12649 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
12650
5d8c3ed3
PMR
126512015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
12652
12653 * gdb.ada/fun_renaming.exp: New testcase.
12654 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
12655 * gdb.ada/fun_renaming/pack.adb: New file.
12656 * gdb.ada/fun_renaming/pack.ads: New file.
12657
ea8812bc
KS
126582015-08-12 Keith Seitz <keiths@redhat.com>
12659
12660 * gdb.base/dso2dso.exp: Pass basename of source file in call to
12661 gdb_get_line_number.
12662
4dafcdeb
JB
126632015-08-12 Joel Brobecker <brobecker@adacore.com>
12664
12665 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
12666 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
12667 gdb.base/dso2dso.exp: New files.
12668
5ba32597
SDJ
126692015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
12670 Pedro Alves <palves@redhat.com>
12671 Keith Seitz <keiths@redhat.com>
12672
12673 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
12674 GDBFLAGS.
12675
b6dafabf
PP
126762015-08-12 Patrick Palka <patrick@parcs.ath.cx>
12677
12678 * gdb.base/gdbhistsize-history.exp
12679 (test_histsize_history_setting): Use save_vars.
12680 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12681 Use save_vars.
12682 (test_no_truncation_of_unlimited_history_file): Use save_vars.
12683 * gdb.base/readline.exp: Use save_vars.
12684
abe8e607
PP
126852015-08-12 Patrick Palka <patrick@parcs.ath.cx>
12686
12687 * lib/gdb.exp (save_vars): New proc.
12688
629500fa
KS
126892015-08-11 Keith Seitz <keiths@redhat.com>
12690
12691 * gdb.base/help.exp: Update help_breakpoint_text.
12692
eb8c4e2e
KS
126932015-08-11 Keith Seitz <keiths@redhat.com>
12694
12695 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
12696 (at toplevel): Call test_explicit_breakpoints.
12697 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
12698 breakpoints.
12699 * lib/mi-support.exp (mi_make_breakpoint): Add support for
12700 breakpoint conditions, "-cond".
12701
87f0e720
KS
127022015-08-11 Keith Seitz <keiths@redhat.com>
12703
12704 * gdb.linespec/3explicit.c: New file.
12705 * gdb.linespec/cpexplicit.cc: New file.
12706 * gdb.linespec/cpexplicit.exp: New file.
12707 * gdb.linespec/explicit.c: New file.
12708 * gdb.linespec/explicit.exp: New file.
12709 * gdb.linespec/explicit2.c: New file.
12710 * gdb.linespec/ls-errs.exp: Add explicit location tests.
12711 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
12712 before using in the matching pattern.
12713 Clarify that `prefix' is a regular expression.
12714
f00aae0f
KS
127152015-08-11 Keith Seitz <keiths@redhat.com>
12716
12717 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
12718 test.
12719 Add tests for missing ",FMT" and ",".
12720
e27852be
DE
127212015-08-10 Doug Evans <dje@google.com>
12722 Keith Seitz <keiths@redhat.com>
12723
12724 PR gdb/17960
12725 * gdb.base/completion.exp: Add location completer tests.
12726
7f03bd92
PA
127272015-08-07 Pedro Alves <palves@redhat.com>
12728
12729 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
12730 tests here.
12731 (top level): Run do_test with and without displaced stepping.
12732
3fc8eb30
PA
127332015-08-07 Pedro Alves <palves@redhat.com>
12734
12735 * gdb.base/valgrind-disp-step.c: New file.
12736 * gdb.base/valgrind-disp-step.exp: New file.
12737
d4569d7b
PA
127382015-08-07 Pedro Alves <palves@redhat.com>
12739
12740 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
12741 Delete function.
12742 (main): Add alarm. Run an infinite loop instead of calling
12743 wait_threads.
12744 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
12745 comment.
12746 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
12747 Delete function.
12748 (main): Add alarm. Run an infinite loop instead of calling
12749 wait_threads.
12750 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
12751 comment.
12752
e1316e60
PA
127532015-08-07 Pedro Alves <palves@redhat.com>
12754
12755 * gdb.base/checkpoint-ns.exp: New file.
12756 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
12757 standard_testfile.
12758
da8c46d2
MM
127592015-08-07 Markus Metzger <markus.t.metzger@intel.com>
12760
12761 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
12762 * gdb.btrace/instruction_history.exp: Update.
12763 * gdb.btrace/tsx.exp: New.
12764 * gdb.btrace/tsx.c: New.
12765
de1c2c52
PA
127662015-08-06 Pedro Alves <palves@redhat.com>
12767
12768 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
12769 increase timeout.
12770 * gdb.reverse/until-precsave.exp: Bump timeouts.
12771
782e0bf4
PA
127722015-08-06 Pedro Alves <palves@redhat.com>
12773
12774 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
12775
83e97ed0
PA
127762015-08-06 Pedro Alves <palves@redhat.com>
12777
12778 PR gdb/18749
12779 * gdb.threads/process-dies-while-handling-bp.c: New file.
12780 * gdb.threads/process-dies-while-handling-bp.exp: New file.
12781
863d01bd
PA
127822015-08-06 Pedro Alves <palves@redhat.com>
12783
12784 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
12785 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
12786
0a39bb32
PA
127872015-08-05 Pedro Alves <palves@redhat.com>
12788
12789 * gdb.threads/next-while-other-thread-longjmps.c: New file.
12790 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
12791
ee2d2b10
SL
127922015-08-03 Sandra Loosemore <sandra@codesourcery.com>
12793
12794 * gdb.base/bp-permanent.exp: Report test as unsupported if
12795 the target cannot stop at the permanent breakpoint.
12796
4e1bdb00
DE
127972015-08-03 Doug Evans <dje@google.com>
12798
12799 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
12800 10000.
12801
3d338901
DE
128022015-08-03 Doug Evans <dje@google.com>
12803
12804 * Makefile.in (workers/%.worker, build-perf): New rule.
12805 (GDB_PERFTEST_MODE): New variable.
12806 (check-perf): Use it.
12807 (clean): Clean up gdb.perf parallel build subdirs.
12808 * lib/build-piece.exp: New file.
12809 * lib/gdb.exp (make_gdb_parallel_path): New function
12810 (standard_output_file, standard_temp_file): Call it.
12811 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12812 of $GDB_PARALLEL.
12813 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
12814
af061d3e
DE
128152015-08-03 Doug Evans <dje@google.com>
12816
8e1afc81 12817 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
12818 (LOG_FILE_NAME): New global.
12819 (TextReporter.__init__): Initialize self.txt_sum.
12820 (TextReporter.report): Add support for multiple data-points.
12821 Move report to perftest.sum, put raw data in perftest.log.
12822 (TextReporter.start): Open sum and log files.
12823 (TextReporter.end): Close sum and log files.
8e1afc81
DE
12824 * gdb.perf/lib/perftest/testresult.py
12825 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 12826
2c8c5d37
PA
128272015-07-31 Pedro Alves <palves@redhat.com>
12828
12829 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
12830 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12831 kill_wait_spawned_process instead of explicit "kill -9".
12832 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
12833 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12834 kill_wait_spawned_process.
12835 * gdb.base/attach-twice.exp: Likewise.
12836 * gdb.base/attach.exp: Likewise.
12837 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
12838 gdb_test_multiple.
12839 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
12840 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12841 kill_wait_spawned_process.
12842 * gdb.base/valgrind-infcall.exp: Likewise.
12843 * gdb.multi/multi-attach.exp: Likewise.
12844 * gdb.python/py-prompt.exp: Likewise.
12845 * gdb.python/py-sync-interp.exp: Likewise.
12846 * gdb.server/ext-attach.exp: Likewise.
12847 * gdb.threads/attach-into-signal.exp (corefunc): Use
12848 spawn_wait_for_attach, spawn_id_get_pid and
12849 kill_wait_spawned_process.
12850 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
12851 spawn_wait_for_attach returning a spawn id instead of a pid. Use
12852 spawn_id_get_pid and kill_wait_spawned_process.
12853 * gdb.threads/attach-stopped.exp (corefunc): Use
12854 spawn_wait_for_attach, spawn_id_get_pid and
12855 kill_wait_spawned_process.
12856 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
12857 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12858 kill_wait_spawned_process instead of explicit "kill -9".
12859 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
12860 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
12861 (spawn_wait_for_attach): Use spawn instead of exec to spawn
12862 processes. Don't map cygwin/windows pids here. Now returns a
12863 spawn id list.
12864
032a0fca
SL
128652015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12866
12867 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
12868 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
12869 correct patch.
12870
61a934ca
SL
128712015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12872
12873 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
12874
4bc4d428
SL
128752015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12876
12877 Reapply:
12878 2014-05-21 Mark Wielaard <mjw@redhat.com>
12879
12880 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
12881
998d452a
PA
128822015-07-30 Pedro Alves <palves@redhat.com>
12883
12884 * linux-low.c (handle_extended_wait): Set the child's last
12885 reported status to TARGET_WAITKIND_STOPPED.
12886
69dde7dc
PA
128872015-07-30 Pedro Alves <palves@redhat.com>
12888
12889 PR threads/18600
12890 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
12891 only shows inferior 1.
12892
4dd63d48
PA
128932015-07-30 Simon Marchi <simon.marchi@ericsson.com>
12894 Pedro Alves <palves@redhat.com>
12895
12896 PR threads/18600
12897 * gdb.threads/fork-plus-threads.c: New file.
12898 * gdb.threads/fork-plus-threads.exp: New file.
12899
d618e4c5
PP
129002015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12901
12902 * gdb.base/batch-preserve-term-settings.exp
12903 (test_terminal_settings_preserved_after_cli_exit): Use
12904 send_quit_command.
12905
1eef6428
PA
129062015-07-29 Pedro Alves <palves@redhat.com>
12907 Don Breazeal <donb@codesourcery.com>
12908
12909 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
12910 output from both inferior_spawn_id and gdb_spawn_id.
12911
7da5b897
SDJ
129122015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12913
12914 * gdb.threads/attach-into-signal.exp (corefunc): Use
12915 with_test_prefix on nested loops, uniquefying the test messages.
12916
dac804df
SDJ
129172015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12918
12919 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
12920 commit.
12921
06265e53
PP
129222015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12923
12924 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
12925 New proc.
12926 (test_terminal_settings_preserved_after_sigterm): New test.
12927
18206ca3
PP
129282015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12929
12930 * gdb.base/batch-preserve-term-settings.exp
12931 (test_terminal_settings_preserved_after_cli_exit): New test.
12932
90074d11
PP
129332015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12934
12935 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
12936 manipulation of saved_gdbflags.
12937 (test_terminal_settings_preserved): Remove global declaration of
12938 the unused variable pagination_prompt. Remove manipulation of
12939 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
12940 GDBFLAGS.
12941
eb1a7902
PA
129422015-07-29 Pedro Alves <palves@redhat.com>
12943
12944 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
12945
8b75dd3b
PA
129462015-07-29 Pedro Alves <palves@redhat.com>
12947
12948 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
12949 at the top.
12950
dedad4e3
PA
129512015-07-29 Pedro Alves <palves@redhat.com>
12952
12953 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
12954 (main): Call gdb_unbuffer_output.
12955 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
12956 (main): Call gdb_unbuffer_output.
12957 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
12958 (main): Call gdb_unbuffer_output.
12959 * gdb.base/call-strs.exp: Adjust to step over the
12960 gdb_unbuffer_output call.
12961 * gdb.base/catch-gdb-caused-signals.c: Include
12962 "../lib/unbuffer_output.c".
12963 (main): Call gdb_unbuffer_output.
12964 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
12965 (main): Call gdb_unbuffer_output.
12966 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
12967 (main): Call gdb_unbuffer_output.
12968 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
12969 (main): Call gdb_unbuffer_output.
12970 * gdb.base/shlib-call.exp: Adjust to step over the
12971 gdb_unbuffer_output call.
12972 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
12973 (main): Call gdb_unbuffer_output.
12974 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
12975 (main): Call gdb_unbuffer_output.
12976 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
12977 (main): Rename to ...
12978 (test): ... this.
12979 (main): Reimplement.
12980 * gdb.base/varargs.exp: Run to test instead of to main.
12981 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
12982 (main): Call gdb_unbuffer_output.
12983
58789a91
PA
129842015-07-29 Pedro Alves <palves@redhat.com>
12985
12986 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
12987 factore out from mi_continue_dprintf. For call-style dprintfs,
12988 expect dprintf output out of $inferior_spawn_id.
12989 (mi_continue_dprintf): Use mi_expect_dprintf.
12990 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
12991 (main): Call gdb_unbuffer_output.
12992
e8376742
PA
129932015-07-29 Pedro Alves <palves@redhat.com>
12994
12995 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
12996 (default_mi_gdb_start): Set inferior_spawn_id instead of
12997 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
12998 gdb_spawn_id.
12999 (mi_gdb_test): Always expect inferior output from both
13000 $inferior_spawn_id and $gdb_spawn_id.
13001
08280010
PA
130022015-07-29 Pedro Alves <palves@redhat.com>
13003
13004 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
13005 send_inferior and $inferior_spawn_id.
13006
4d30e432
PA
130072015-07-29 Pedro Alves <palves@redhat.com>
13008
13009 * gdb.gdb/complaints.exp (test_initial_complaints)
13010 (test_serial_complaints, test_short_complaints): Use
13011 gdb_test_stdio.
13012 (test_empty_complaint): Handle $inferior_spawn_id !=
13013 $gdb_spawn_id.
13014
0d30a335
PA
130152015-07-29 Pedro Alves <palves@redhat.com>
13016
13017 * gdb.base/varargs.exp: Use gdb_test_stdio.
13018
39413b29
PA
130192015-07-29 Pedro Alves <palves@redhat.com>
13020
13021 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
13022
7cb000a9
PA
130232015-07-29 Pedro Alves <palves@redhat.com>
13024
13025 * gdb.base/ending-run.exp: Use gdb_test_stdio.
13026
d7b8ac82
PA
130272015-07-29 Pedro Alves <palves@redhat.com>
13028
13029 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
13030 parameter into two new parameters, "inf_result" and "gdb_result".
13031 Expect inferior output and gdb output from $inferior_spawn_id and
13032 $gdb_spawn_id, respectively. Adjust all callers.
13033
789c3a0c
PA
130342015-07-29 Pedro Alves <palves@redhat.com>
13035
13036 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
13037 of gdb_test_sequence.
13038
77e760c3
PA
130392015-07-29 Pedro Alves <palves@redhat.com>
13040
13041 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
13042 (saw_spurious_output): Expect inferior output from
13043 $inferior_spawn_id. Use gdb_test_stdio.
13044
8396d2cd
PA
130452015-07-29 Pedro Alves <palves@redhat.com>
13046
13047 * gdb.base/dprintf.exp: Use standard_testfile. Change
13048 prepare_for_testing call.
13049 (srcfile): Don't set.
13050 (restart): New procedure.
13051 (test_dprintf): New procecure, use to continue over dprintfs.
13052 (test_call, test_agent): New procedures, tests moved here.
13053 Restart gdb and recreate dprintfs. Adjust expected output.
13054
2051d61f
PA
130552015-07-29 Pedro Alves <palves@redhat.com>
13056
13057 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
13058
452397af
PA
130592015-07-29 Pedro Alves <palves@redhat.com>
13060
13061 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
13062
8aed9555
PA
130632015-07-29 Pedro Alves <palves@redhat.com>
13064
13065 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
13066 gdb_test_stdio.
13067
188a61b4
PA
130682015-07-29 Pedro Alves <palves@redhat.com>
13069
13070 * lib/gdb.exp (gdb_test_stdio): New procedure.
13071
12264a45
PA
130722015-07-29 Pedro Alves <palves@redhat.com>
13073
13074 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
13075
23ffc893
PA
130762015-07-29 Pedro Alves <palves@redhat.com>
13077
13078 * gdb.base/call-signal-resume.exp: Remove check for
13079 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
13080 * gdb.base/unwindonsignal.exp: Likewise.
13081 * gdb.base/call-signals.c (gen_signal): Remove printf call.
13082 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
13083
65566918
PA
130842015-07-29 Pedro Alves <palves@redhat.com>
13085
13086 * gdb.base/siginfo-addr.c (pass): New function.
13087 (handler): Call it iff si_addr is correct.
13088 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
13089 Set a breakpoint at "pass" and continue to it.
13090
d60a9221
SDJ
130912015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
13092
13093 * gdb.python/py-objfile.exp: Make some tests have unique names.
13094 * gdb.python/py-pp-registration.exp: Likewise.
13095
bde40b8f
PA
130962015-07-28 Pedro Alves <palves@redhat.com>
13097
13098 * gdb.server/server-exec-info.exp: Issue a "disconnect".
13099
13e1dec8
SM
131002015-07-27 Simon Marchi <simon.marchi@ericsson.com>
13101
13102 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
13103
da33c9a7
SM
131042015-07-27 Simon Marchi <simon.marchi@ericsson.com>
13105
13106 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
13107
077836f7
PP
131082015-07-27 Patrick Palka <patrick@parcs.ath.cx>
13109
13110 * gdb.base/gdb-sigterm-2.exp: New test.
13111
b8cc7b2e
DE
131122015-07-25 Doug Evans <xdje42@gmail.com>
13113
13114 Revert:
13115 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
13116 (workers/%.worker, build-perf): New rule.
13117 (GDB_PERFTEST_MODE): New variable.
13118 (check-perf): Use it.
13119 (clean): Clean up gdb.perf parallel build subdirs.
13120 * lib/build-piece.exp: New file.
13121 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
13122 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
13123 name.
13124 (standard_temp_file): Ditto.
13125 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
13126 of $GDB_PARALLEL.
13127
c8bd4544
DE
131282015-07-24 Doug Evans <dje@google.com>
13129
13130 * gdb.perf/lib/perftest/utils.py: New file.
13131 * gdb.perf/gm-hello.cc: New file.
13132 * gdb.perf/gm-pervasive-typedef.cc: New file.
13133 * gdb.perf/gm-pervasive-typedef.h: New file.
13134 * gdb.perf/gm-std.cc: New file.
13135 * gdb.perf/gm-std.h: New file.
13136 * gdb.perf/gm-use-cerr.cc: New file.
13137 * gdb.perf/gm-utils.h: New file.
13138 * gdb.perf/gmonster-null-lookup.py: New file.
13139 * gdb.perf/gmonster-pervasive-typedef.py: New file.
13140 * gdb.perf/gmonster-print-cerr.py: New file.
13141 * gdb.perf/gmonster-ptype-string.py: New file.
13142 * gdb.perf/gmonster-runto-main.py: New file.
13143 * gdb.perf/gmonster-select-file.py: New file.
13144 * gdb.perf/gmonster1-null-lookup.exp: New file.
13145 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
13146 * gdb.perf/gmonster1-print-cerr.exp: New file.
13147 * gdb.perf/gmonster1-ptype-string.exp: New file.
13148 * gdb.perf/gmonster1-runto-main.exp: New file.
13149 * gdb.perf/gmonster1-select-file.exp: New file.
13150 * gdb.perf/gmonster1.cc: New file.
13151 * gdb.perf/gmonster1.exp: New file.
13152 * gdb.perf/gmonster2-null-lookup.exp: New file.
13153 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
13154 * gdb.perf/gmonster2-print-cerr.exp: New file.
13155 * gdb.perf/gmonster2-ptype-string.exp: New file.
13156 * gdb.perf/gmonster2-runto-main.exp: New file.
13157 * gdb.perf/gmonster2-select-file.exp: New file.
13158 * gdb.perf/gmonster2.cc: New file.
13159 * gdb.perf/gmonster2.exp: New file.
13160
6eab34f3
DE
131612015-07-24 Doug Evans <dje@google.com>
13162
13163 * gdb.perf/README: New file.
13164 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
13165 * lib/gen-perf-test.exp: New file.
13166
63738bfd
DE
131672015-07-24 Doug Evans <dje@google.com>
13168
13169 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
13170 (PerfTest::startup): New function.
13171 (PerfTest::run): Return result of calling body.
13172 (PerfTest::assemble): Rewrite.
13173 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
13174 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
13175 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
13176 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
13177 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
13178
7b606f95
DE
131792015-07-24 Doug Evans <dje@google.com>
13180
13181 * lib/gdb.exp (clean_restart): Make executable optional.
13182
a97b16b8
DE
131832015-07-24 Doug Evans <dje@google.com>
13184
13185 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
13186 compiler_info references.
13187 * gdb.cp/temargs.exp: Ditto.
13188 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
13189 (get_compiler_info): Early exit if already computed. Set compiler_info
13190 to "unknown" if there was a problem.
13191 (test_compiler_info): Add function comment. Call get_compiler_info.
13192
35baa57f
DE
131932015-07-24 Doug Evans <dje@google.com>
13194
13195 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
13196 (workers/%.worker, build-perf): New rule.
13197 (GDB_PERFTEST_MODE): New variable.
13198 (check-perf): Use it.
13199 (clean): Clean up gdb.perf parallel build subdirs.
13200 * lib/build-piece.exp: New file.
13201 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
13202 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
13203 name.
13204 (standard_temp_file): Ditto.
13205 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
13206 of $GDB_PARALLEL.
13207
6ebea266
DE
132082015-07-24 Doug Evans <dje@google.com>
13209
13210 * lib/future.exp (gdb_default_target_compile): New option
13211 "early_flags".
13212 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
13213 --as-needed.
13214
1e76a7e9
SDJ
132152015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
13216
13217 * gdb.base/catch-syscall.exp: Call gdb_exit before
13218 gdb_skip_xml_test.
13219
5068630a
PA
132202015-07-24 Pedro Alves <palves@redhat.com>
13221
13222 * gdb.python/py-events.exp: Accept output between the stop event
13223 and the prompt.
13224 * gdb.python/py-evsignal.exp: Likewise.
13225 * gdb.python/py-evthreads.exp: Likewise.
13226
77598427
PA
132272015-07-24 Pedro Alves <palves@redhat.com>
13228
13229 PR gdb/18717
13230 * gdb.threads/non-ldr-exit.c: New file.
13231 * gdb.threads/non-ldr-exit.exp: New file.
13232
11e6c98f
YQ
132332015-07-24 Yao Qi <yao.qi@linaro.org>
13234
13235 * gdb.server/ext-wrapper.exp: Test --wrapper option when
13236 restarting process.
13237
51aee833
YQ
132382015-07-24 Yao Qi <yao.qi@linaro.org>
13239
13240 * gdb.server/ext-restart.exp: New file.
13241
8cfe207c
YQ
132422015-07-24 Yao Qi <yao.qi@linaro.org>
13243
13244 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
13245 argument options.
13246 * gdb.server/ext-wrapper.exp: New file.
13247
cc12ce38
DE
132482015-07-23 Doug Evans <dje@google.com>
13249
13250 * gdb.dwarf2/dw2-dummy-cu.S: New file.
13251 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
13252
d0d84780
PMR
132532015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
13254
13255 * gdb.ada/var_arr_typedef.exp: New testcase.
13256 * gdb.ada/var_arr_typedef/pack.adb: New file.
13257 * gdb.ada/var_arr_typedef/pack.ads: New file.
13258 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
13259
8b558f79
JB
132602015-07-20 Joel Brobecker <brobecker@adacore.com>
13261
13262 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
13263
775a3298
JK
132642015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13265
13266 * gdb.arch/i386-biarch-core.exp: Replace istarget
13267 by "complete set gnutarget". Remove expectation for the "core-file"
13268 command.
13269
db1ff28b
JK
132702015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13271
13272 Revert the previous commit:
13273 Tests for validate symbol file using build-id.
13274
0a94970d
JK
132752015-07-15 Aleksandar Ristovski <aristovski@qnx.com
13276
13277 Tests for validate symbol file using build-id.
13278 * gdb.base/solib-mismatch-lib.c: New file.
13279 * gdb.base/solib-mismatch-libmod.c: New file.
13280 * gdb.base/solib-mismatch.c: New file.
13281 * gdb.base/solib-mismatch.exp: New file.
13282
03346981
SL
132832015-07-15 Sandra Loosemore <sandra@codesourcery.com>
13284
13285 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
13286 nios2-*-linux*.
13287 * gdb.base/sigbpt.exp (stepi_out): Likewise.
13288 * gdb.base/siginfo.exp: Likewise.
13289 * gdb.base/sigstep.exp (advance, advancei): Likewise.
13290
42422cc7
PL
132912015-07-15 Pierre Langlois <pierre.langlois@arm.com>
13292
13293 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
13294 Move it to ...
13295 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
13296 ... here.
13297 * gdb.trace/range-stepping.exp: Check that the target supports
13298 range stepping.
13299
cfa68bae
JK
133002015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13301
13302 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
13303
8ffdba26
PA
133042015-07-14 Pedro Alves <palves@redhat.com>
13305
13306 * gdb.base/killed-outside.exp: New file.
13307 * gdb.base/killed-outside.c: New file.
13308
218a5a11
JK
133092015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
13310
13311 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
13312 (n at main): New.
13313 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
13314
e03ed3c6
AA
133152015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
13316
13317 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
13318 infcall tests instead of setting up for KFAIL.
13319
485668e5
MM
133202015-07-10 Markus Metzger <markus.t.metzger@intel.com>
13321
13322 * gdb.btrace/record_goto-step.exp: New.
13323
08464196
JK
133242015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13325
13326 PR compile/18484
13327 * gdb.compile/compile.c (struct struct_type): Add volatile to
13328 selffield's type.
13329 * gdb.compile/compile.exp
13330 (compile code struct_object.selffield = &struct_object): Skip further
13331 struct_object tests if this one xfails.
13332
bcf5c1d9
RC
133332015-07-08 Robert O'Callahan <robert@ocallahan.org>
13334
13335 PR exp/18617
13336 * gdb.trace/ax.exp: Add test.
13337
4931af25
YQ
133382015-07-07 Yao Qi <yao.qi@linaro.org>
13339
13340 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
13341 instead of istarget "aarch64*-*-*".
13342 * gdb.arch/aarch64-fp.exp: Likewise.
13343 * gdb.base/float.exp: Likewise.
13344 * gdb.reverse/aarch64.exp: Likewise.
13345 * lib/gdb.exp (is_aarch64_target): New proc.
13346
9fcf688e
YQ
133472015-07-07 Yao Qi <yao.qi@linaro.org>
13348
13349 * lib/gdb.exp (is_aarch32_target): New proc.
13350 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
13351 instead of "istarget "arm*-*-*"".
13352 * gdb.arch/arm-disp-step.exp: Likewise.
13353 * gdb.arch/thumb-bx-pc.exp: Likewise.
13354 * gdb.arch/thumb-prologue.exp: Likewise.
13355 * gdb.arch/thumb-singlestep.exp: Likewise.
13356 * gdb.base/disp-step-syscall.exp: Likewise.
13357 * gdb.base/float.exp: Likewise.
13358
fbd8d50d
YQ
133592015-07-07 Yao Qi <yao.qi@linaro.org>
13360
13361 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
13362 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
13363
71be1fdc
YQ
133642015-07-07 Yao Qi <yao.qi@linaro.org>
13365
13366 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
13367 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
13368 if it exists.
13369 * gdb.multi/multi-arch.exp: Likewise.
13370
3e221d36
SM
133712015-07-07 Simon Marchi <simon.marchi@ericsson.com>
13372
13373 * gdb.python/py-lazy-string.exp: Add missing parentheses to
13374 print.
13375
d441430b
YQ
133762015-07-07 Yao Qi <yao.qi@linaro.org>
13377
13378 * gdb.arch/thumb-singlestep.exp: Do one more single step.
13379
06f810bd
MG
133802015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
13381
13382 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
13383 '[' and ']' characters.
13384
5e61e7c0
IB
133852015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
13386
13387 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
13388
28bf096c
PA
133892015-06-29 Pedro Alves <palves@redhat.com>
13390
13391 PR threads/18127
13392 * gdb.threads/hand-call-new-thread.c: New file.
13393 * gdb.threads/hand-call-new-thread.c: New file.
13394
ee93cd5e
KS
133952015-06-26 Keith Seitz <keiths@redhat.com>
13396 Doug Evans <dje@google.com>
13397
13398 PR 16253
13399 * gdb.cp/var-tag-2.cc: New file.
13400 * gdb.cp/var-tag-3.cc: New file.
13401 * gdb.cp/var-tag-4.cc: New file.
13402 * gdb.cp/var-tag.cc: New file.
13403 * gdb.cp/var-tag.exp: New file.
13404
fc637f04
PP
134052015-06-26 Patrick Palka <patrick@parcs.ath.cx>
13406
13407 * gdb.base/history-duplicates.exp: New test.
13408
2e52ae68
PP
134092015-06-26 Patrick Palka <patrick@parcs.ath.cx>
13410
13411 * gdb.base/completion.exp: Test the completion of the "focus"
13412 command.
13413
6e22494e
JK
134142015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13415
13416 * gdb.arch/amd64-prologue-skip.S: New file.
13417 * gdb.arch/amd64-prologue-skip.exp: New file.
13418
bf7b9cd9
SM
134192015-06-25 Simon Marchi <simon.marchi@ericsson.com>
13420
13421 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
13422 is_address_zero_readable check.
13423
201e8dfd
PB
134242015-06-24 Peter Bergner <bergner@vnet.ibm.com>
13425
13426 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
13427 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
13428
5cd867b4
YQ
134292015-06-24 Yao Qi <yao.qi@linaro.org>
13430
13431 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
13432 linux targets.
13433
4d7be007
YQ
134342015-06-24 Yao Qi <yao.qi@linaro.org>
13435
13436 * lib/gdb.exp (supports_get_siginfo_type): New proc.
13437 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
13438 * gdb.base/siginfo-thread.exp: Likewise.
13439
07fcd301
YQ
134402015-06-22 Yao Qi <yao.qi@linaro.org>
13441
13442 * boards/remote-gdbserver-on-localhost.exp: Add comments.
13443
52042a00
YQ
134442015-06-22 Yao Qi <yao.qi@linaro.org>
13445
13446 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
13447 aarch64*-*-*.
13448 (skip_hw_watchpoint_tests): Likewise.
13449
74bd41ce
PP
134502015-06-18 Patrick Palka <patrick@parcs.ath.cx>
13451
13452 * gdb.base/gdbinit-history.exp: Test the interaction between
13453 setting GDBHISTSIZE and setting the history size via .gdbinit.
13454
bc460514
PP
134552015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13456
13457 PR gdb/16999
13458 * gdb.base/gdbhistsize-history.exp: New test.
13459
b58c513b
PP
134602015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13461
13462 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
13463 with GDBHISTSIZE.
13464 * gdb.base/readline.exp: Likewise.
13465
92046791
YQ
134662015-06-17 Yao Qi <yao.qi@linaro.org>
13467
13468 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
13469 line.
13470
2093d2d3
PP
134712015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13472
13473 * gdb.base/gdbinit-history.exp: Add test case to check that
13474 an unlimited history file does not get truncated on exit.
13475
e6c693af
AA
134762015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13477
13478 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
13479 (VECTOR): New macro. Use it...
13480 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
13481 ...for these typedefs.
13482 (int8, char1, int1, double1): New typedefs.
13483 (struct just_int2, struct two_int2): New structures.
13484 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
13485 (add_structvecs, add_singlevecs): New functions.
13486 (main): Call add_some_intvecs twice.
13487 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
13488 the compile and exit upon failure. Try compiling for the "native"
13489 architecture. Test inferior function calls with vector arguments
13490 and vector return value handling with "finish" and "return".
13491
c74f7d1c
JT
134922015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
13493
13494 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
13495 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
13496 PE file.
13497 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
13498
98aa42ee
AT
134992015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
13500
13501 PR breakpoints/16465
13502 * gdb.mi/mi-dprintf-pending.c: New file.
13503 * gdb.mi/mi-dprintf-pending.exp: New test.
13504 * gdb.mi/mi-dprintf-pendshr.c: New file.
13505
7d73c23c 135062015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 13507 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
13508
13509 * gdb.arch/i386-mpx-map.c: New file.
13510 * gdb.arch/i386-mpx-map.exp: New File.
13511
135122015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13513
13514 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
13515 * gdb.arch/i386-mpx.exp: Indentation fixed.
13516
135172015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13518
13519 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
13520 function and improved indentation.
13521 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
13522 gdb_test_multiple. Added additional tests to skip the test.
13523
135242015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13525
13526 * gdb.arch/i386-avx512.c: Change path in include file.
13527 * gdb.arch/i386-avx512.exp: Change include dir path
13528 compilation flag.
13529 * gdb.arch/i386-mpx.c: Change path in include file.
13530 * gdb.arch/i386-mpx.exp: Change include dir path compilation
13531 flag.
13532
d5eba19a
JK
135332015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
13534
13535 * gdb.compile/compile-print.exp (compile print *vararray@3)
13536 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
13537
7f361056
JK
135382015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13539
13540 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
13541 (do not keep jit in memory): ... this.
13542 (expect 5): Change it to ...
13543 (expect no 5): ... this.
13544
3b462ec2
SM
135452015-06-02 Simon Marchi <simon.marchi@ericsson.com>
13546
13547 PR gdb/15564
13548 * gdb.mi/mi-detach.exp: New file.
13549
e0619de6
JK
135502015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13551
13552 PR symtab/18392
13553 * gdb.arch/amd64-tailcall-self.S: New file.
13554 * gdb.arch/amd64-tailcall-self.c: New file.
13555 * gdb.arch/amd64-tailcall-self.exp: New file.
13556
e970cb34
DB
135572015-05-28 Don Breazeal <donb@codesourcery.com>
13558
13559 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
13560 tests for remote targets by checking is_target_gdbserver.
13561
b2e2f908
DE
135622015-05-27 Doug Evans <dje@google.com>
13563
13564 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
13565 * gdb.dwarf2/opaque-type-lookup.c: New file.
13566 * gdb.dwarf2/opaque-type-lookup.exp: New file.
13567
82c7be31
DE
135682015-05-26 Doug Evans <dje@google.com>
13569
13570 * gdb.cp/iostream.cc: New file.
13571 * gdb.cp/iostream.exp: New file.
13572
b4f54984
DE
135732015-05-26 Doug Evans <dje@google.com>
13574
13575 * gdb.dwarf2/dw2-op-call.exp: Update.
13576 * gdb.dwarf2/dw4-sig-types.exp: Update.
13577 * gdb.dwarf2/implptr.exp: Update.
13578 * gdb.mi/mi-cmd-param-changed.exp: Update.
13579
4ea6efe9
DE
135802015-05-26 Doug Evans <dje@google.com>
13581
13582 * gdb.python/py-lazy-string.c: New file.
13583 * gdb.python/py-lazy-string.exp: New file.
13584 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
13585 (main): Update. Add estring3.
13586 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
13587 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
13588
f6bb7db3
YQ
135892015-05-26 Omair Javaid <omair.javaid@linaro.org>
13590 Yao Qi <yao.qi@linaro.org>
13591
13592 * gdb.reverse/aarch64.c: New.
13593 * gdb.reverse/aarch64.exp: New.
13594
a81bfbd0
OJ
135952015-05-26 Omair Javaid <omair.javaid@linaro.org>
13596
25d49b86
PA
13597 * lib/gdb.exp (supports_process_record): Return true for
13598 aarch64*-linux*.
a81bfbd0
OJ
13599 (supports_reverse): Likewise.
13600
158bf1b4
PP
136012015-05-22 Patrick Palka <patrick@parcs.ath.cx>
13602
13603 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13604 Use with_test_prefix.
13605
a0145030
AB
136062015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
13607
13608 * gdb.base/completion.exp: Add test for completion of layout
13609 names.
13610
ebe3b578
AB
136112015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
13612
13613 * lib/gdb.exp (skip_tui_tests): New proc.
13614 * gdb.base/tui-layout.exp: Check skip_tui_tests.
13615
84204ed7
PA
136162015-05-19 Pedro Alves <palves@redhat.com>
13617
13618 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13619 Save the whole env array instead of just HOME. Unset HISTSIZE in
13620 the environment while testing. Restore whole environment
13621 afterwards.
13622
37442ce1
DE
136232015-05-16 Doug Evans <xdje42@gmail.com>
13624
13625 * gdb.guile/scm-ports.c: New file.
13626 * gdb.guile/scm-ports.exp: Add memory port tests.
13627
36de76f9
JK
136282015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13629
13630 * gdb.compile/compile-print.c: New file.
13631 * gdb.compile/compile-print.exp: New file.
13632
3a9558c4
JK
136332015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13634
13635 * gdb.compile/compile-ops.exp: Cast param to void.
13636 * gdb.compile/compile.exp: Complete type for _gdb_expr.
13637 (compile code struct_object.selffield = &struct_object): Add xfail.
13638
aa715135
JG
136392015-05-15 Joel Brobecker <brobecker@adacore.com>
13640
13641 * gdb.ada/arr_enum_with_gap: New testcase.
13642
931e5bc3
JG
136432015-05-15 Joel Brobecker <brobecker@adacore.com>
13644
13645 * gdb.ada/byte_packed_arr: New testcase.
13646
9cd4d857
JB
136472015-05-15 Joel Brobecker <brobecker@adacore.com>
13648
13649 * gdb.ada/pckd_neg: New testcase.
13650
ebfd00d2
PP
136512015-05-13 Patrick Palka <patrick@parcs.ath.cx>
13652
13653 PR gdb/17820
13654 * gdb.base/gdbinit-history.exp: New test.
13655 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
13656 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
13657
4c082a81
SC
136582015-05-09 Siva Chandra Reddy <sivachandra@google.com>
13659
13660 * gdb.python/py-xmethods.cc: Enhance test case.
13661 * gdb.python/py-xmethods.exp: New tests.
13662 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
13663 function.
13664 (B_indexoper): Likewise.
13665 (global_dm_list) : Add new xmethod worker functions.
13666
f7797074
SDJ
136672015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
13668
13669 * gdb.base/coredump-filter.exp: Correctly unset
13670 "coredump_var_addr" array.
13671
a4674e4e
PA
136722015-05-08 Pedro Alves <palves@redhat.com>
13673
13674 * gdb.server/non-existing-program.exp: Unset spawn_id.
13675
df2eb078
SC
136762015-05-08 Siva Chandra Reddy <sivachandra@google.com>
13677
13678 PR python/18291
13679 * gdb.python/py-xmethods.exp: Add tests.
13680
422349a3
YQ
136812015-05-08 Yao Qi <yao.qi@linaro.org>
13682
13683 PR gdb/18208
13684 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
13685 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
13686 function set_coredump_filter, and remove remote_exec call.
13687 Remove argument ipid. Callers update.
13688 (top level): Don't get inferior's PID.
13689
63fc80ce
AA
136902015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
13691
13692 * gdb.base/watch_thread_num.exp: Skip test on targets without
13693 access watchpoints.
13694
80ad801e
PA
136952015-05-06 Pedro Alves <palves@redhat.com>
13696
13697 PR server/18081
13698 * gdb.server/non-existing-program.exp: New file.
13699
0fa7fe50
JB
137002015-05-05 Joel Brobecker <brobecker@adacore.com>
13701
13702 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
13703
3ea89b92
PMR
137042015-05-05 Joel Brobecker <brobecker@adacore.com>
13705
13706 * gdb.ada/out_of_line_in_inlined: New testcase.
13707
87b8eff0
JB
137082015-05-05 Joel Brobecker <brobecker@adacore.com>
13709
13710 * gdb.ada/var_rec_arr: New testcase.
13711
5fccc635
YQ
137122015-04-30 Yao Qi <yao.qi@linaro.org>
13713
13714 * gdb.base/break-idempotent.exp: If
13715 skip_hw_watchpoint_multi_tests returns true, skip the tests
13716 on "rwatch" and "awatch".
13717
42d38f42
YQ
137182015-04-30 Yao Qi <yao.qi@linaro.org>
13719
13720 * gdb.base/relativedebug.exp: Invoke gdb command
13721 "info sharedlibrary", and if libc.so doesn't have debug info,
13722 skip the test.
13723
2ce1cdbf
DE
137242015-04-29 Doug Evans <dje@google.com>
13725
13726 * gdb.python/py-xmethods.exp: Add ptype tests.
13727 * gdb.python/py-xmethods.py (E_method_char_worker): Add
13728 get_result_type method.
13729
f24a38c5
LM
137302015-04-29 Luis Machado <lgustavo@codesourcery.com>
13731
13732 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
13733 the target does not support hardware watchpoints.
13734
ecbf2b3c
LM
137352015-04-29 Luis Machado <lgustavo@codesourcery.com>
13736
13737 * gdb.base/break-always.exp: Abort testing if writing to memory
13738 causes an error.
13739
34f5f757
DE
137402015-04-28 Doug Evans <dje@google.com>
13741
13742 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
13743 * gdb.python/py-pp-registration.exp: ... here. New file.
13744 * gdb.python/py-pp-registration.c: New file.
13745 * gdb.python/py-pp-registration.py: New file.
13746
69b4374a
DE
137472015-04-28 Doug Evans <dje@google.com>
13748
13749 * gdb.python/py-bad-printers.c: New file.
13750 * gdb.python/py-bad-printers.py: New file.
13751 * gdb.python/py-bad-printers.exp: New file.
13752
59fb7612
SS
137532015-04-28 Sasha Smundak <asmundak@google.com>
13754
13755 * gdb.python/py-type.exp: New test.
13756
2631b16a
AW
137572015-04-28 Andy Wingo <wingo@igalia.com>
13758
13759 * gdb.python/py-parameter.exp:
13760 * gdb.guile/scm-parameter.exp: Escape the path that we are
13761 matching against, as it might contain characters that are special
13762 to regular expressions.
13763
460efde1
JB
137642015-04-27 Joel Brobecker <brobecker@adacore.com>
13765
13766 * gdb.ada/rec_comp: New testcase.
13767
2d369d8e
SDJ
137682015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
13769
13770 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
13771 before using it.
13772
cf75d6c3
AB
137732015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
13774
13775 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
13776 new tests for verilog output.
13777
8dbe7ca5
YQ
137782015-04-24 Yao Qi <yao.qi@linaro.org>
13779
13780 * boards/remote-gdbserver-on-localhost.exp: New file.
13781
4ef9fb2f
PA
137822015-04-23 Pedro Alves <palves@redhat.com>
13783
13784 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
13785 $inferior_spawn_id instead of $inferior_spawn_id directly. On
13786 "end of file", remove $inferior_spawn_id from the indirect list.
13787
0a803169
PA
137882015-04-23 Pedro Alves <palves@redhat.com>
13789
13790 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
13791
749ef8f8
PA
137922015-04-23 Pedro Alves <palves@redhat.com>
13793
13794 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
13795 on $any_spawn_id instead of only on $gdb_spawn_id.
13796
8aae4344
PM
137972015-04-21 Pierre Muller <muller@sourceware.org>
13798
13799 PR pascal/17815
13800 * lib/pascal.exp (gpc_compile): Add new option "class".
13801 (fpc_compile): Likewise.
13802 * gdb.pascal/case-insensitive-symbols.pas: New file.
13803 * gdb.pascal/case-insensitive-symbols.exp: New file.
13804
1586c8fb
GB
138052015-04-20 Gary Benson <gbenson@redhat.com>
13806
13807 * gdb.base/attach.exp: Fix three extended remote failures.
13808
1b6e6f5c
GB
138092015-04-17 Gary Benson <gbenson@redhat.com>
13810
13811 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
13812 the main executable over the remote protocol.
13813
e797481d
PA
138142015-04-16 Pedro Alves <palves@redhat.com>
13815
13816 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
13817 a new gdbserver if gdbserver_reconnect_p is set.
13818
1ca99c42
PA
138192015-04-16 Pedro Alves <palves@redhat.com>
13820
13821 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
13822 is set, don't exit gdbserver.
13823
af9fd6f8
AA
138242015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13825
13826 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
13827 appropriate .insn, such that an older assembler can be used.
13828 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
13829 the z/Architecture instruction set on 31-bit targets as well.
13830
04ff1e61
AA
138312015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13832
13833 * gdb.go/handcall.exp: Remove all logic related to the first
13834 breakpoint and rely on go_runto_main instead.
13835 * gdb.go/strings.exp: Likewise.
13836 * gdb.go/unsafe.exp: Likewise.
13837 * gdb.go/hello.exp: Likewise. Also rename the remaining
13838 breakpoint marker to "breakpoint 1".
13839 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
13840 * gdb.go/strings.go: Likewise.
13841 * gdb.go/unsafe.go: Likewise.
13842 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
13843 "set breakpoint 2 here" and rename the remaining breakpoint marker
13844 to "breakpoint 1".
13845
40d2f8d6
SM
138462015-04-15 Simon Marchi <simon.marchi@ericsson.com>
13847
13848 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
13849 if itertools.imap is not present.
13850 * gdb.python/py-objfile.exp: Add parentheses.
13851 * gdb.python/py-type.exp: Same.
13852 * gdb.python/py-unwind-maint.py: Same.
13853
8cbc97c6
YQ
138542015-04-15 Yao Qi <yao.qi@linaro.org>
13855
13856 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
13857 of ":$ptr_size" and set its form explicitly.
13858
45fd756c
YQ
138592015-04-15 Pedro Alves <palves@redhat.com>
13860 Yao Qi <yao.qi@linaro.org>
13861
13862 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
13863 timeout by factor of 4.
13864 (test_regular_watch): Likewise.
13865 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
13866 * gdb.reverse/sigall-reverse.exp: Likewise.
13867 * gdb.reverse/until-precsave.exp: Likewise.
13868 * lib/gdb.exp (with_timeout_factor): New proc.
13869 (gdb_expect): Move some code to ...
13870 (get_largest_timeout): ... here. New procedure.
13871
9e811bc3
LM
138722015-04-14 Luis Machado <lgustavo@codesourcery.com>
13873
13874 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
13875
0ff6fcb2
LM
138762015-04-13 Luis Machado <lgustavo@codesourcery.com>
13877
13878 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
13879 to write to the .text section.
13880
7578d5f7
LM
138812015-04-13 Luis Machado <lgustavo@codesourcery.com>
13882
13883 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
13884 Handle the case of targets that do not provide PID information.
13885
2efe15c4
YQ
138862015-04-13 Yao Qi <yao.qi@linaro.org>
13887
13888 * lib/gdbserver-support.exp (gdb_exit): Catch exception
13889 and use expect instead of gdb_expect.
13890
8cd8f2f8
SDJ
138912015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
13892
13893 * gdb.base/coredump-filter.exp: Rename variable "addr" to
13894 "coredump_var_addr" to avoid naming conflict with other testcases.
13895
9ee41772
PA
138962015-04-10 Pedro Alves <palves@redhat.com>
13897
13898 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
13899 gdb_test_sequence and gdb_assert.
13900
07473109
PA
139012015-04-10 Pedro Alves <palves@redhat.com>
13902
13903 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
13904 test messages that don't include the breakpoint address.
13905
de3db44c
YQ
139062015-04-10 Yao Qi <yao.qi@linaro.org>
13907
13908 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
13909 false for some offset and width combinations which aren't
13910 supported by linux kernel.
13911
c79d856c
PA
139122015-04-10 Pedro Alves <palves@redhat.com>
13913
13914 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
13915 procedure, factored out from ...
13916 (top level): ... here. Add "set displaced-stepping" testing axis.
13917 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
13918 parameter "displaced". Use it.
13919 (top level): Use foreach and add "set displaced-stepping" testing
13920 axis.
13921
ebc90b50
PA
139222015-04-10 Pedro Alves <palves@redhat.com>
13923
13924 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
13925 Remove comment.
13926 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
13927 both the address of the instruction that triggers the watchpoint
13928 and the address of the instruction immediately after, and use
13929 those addresses for the test. Fix comment.
13930
8f572e5c
PA
139312015-04-10 Pedro Alves <palves@redhat.com>
13932
13933 * gdb.base/sigstep.exp (breakpoint_to_handler)
13934 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
13935 Test "backtrace" in handler.
13936 (breakpoint_over_handler): New parameter 'displaced'. Use it.
13937 (top level): Add new "displaced" test axis to
13938 breakpoint_to_handler, breakpoint_to_handler_entry and
13939 breakpoint_over_handler.
13940
8d707a12
PA
139412015-04-10 Pedro Alves <palves@redhat.com>
13942
13943 PR gdb/18216
13944 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
13945
ef713951
YQ
139462015-04-10 Yao Qi <yao.qi@linaro.org>
13947
13948 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
13949 (test_add_rn_pc): New function.
13950 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
13951 (top level): Invoke test_add_rn_pc.
13952
906d60cf
PA
139532015-04-10 Pedro Alves <palves@redhat.com>
13954
13955 PR gdb/13858
13956 * gdb.base/step-over-no-symbols.exp: New file.
13957
f2983cc3
AW
139582015-04-09 Andy Wingo <wingo@igalia.com>
13959
13960 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
13961 after the Python tests.
13962
6d62641c
SDJ
139632015-04-08 Keith Seitz <keiths@redhat.com>
13964
13965 PR python/16699
13966 * gdb.python/py-completion.exp: New tests for completion.
13967 * gdb.python/py-completion.py (CompleteLimit1): New class.
13968 (CompleteLimit2): Likewise.
13969 (CompleteLimit3): Likewise.
13970 (CompleteLimit4): Likewise.
13971 (CompleteLimit5): Likewise.
13972 (CompleteLimit6): Likewise.
13973 (CompleteLimit7): Likewise.
13974
f3770638
PA
139752015-04-08 Pedro Alves <palves@redhat.com>
13976
13977 PR gdb/18214
13978 PR gdb/18216
13979 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
13980 function.
13981 (main): Install it as SIGUSR1 handler.
13982 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
13983 parameter. Always use "setup" as prefix. Toggle "set
13984 displaced-stepping" off/on depending on global. Don't switch to
13985 thread 1 here.
13986 (top level): Add displaced stepping "off/on" test axis. Update
13987 "setup" calls. Wrap each subtest with with_test_prefix. Test
13988 continuing with a queued signal in each thread.
13989
4496bed7
PA
139902015-04-08 Pedro Alves <palves@redhat.com>
13991
13992 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
13993 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
13994 gdb_breakpoint instead of gdb_test that doesn't expect anything.
13995 Return early if running to main fails.
13996 * gdb.trace/while-stepping.exp: Likewise.
13997
b97fde92
PA
139982015-04-07 Pedro Alves <palves@redhat.com>
13999
14000 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
14001 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
14002 interact with inferior program.
14003
f71c18e7
PA
140042015-04-07 Pedro Alves <palves@redhat.com>
14005
14006 * lib/gdb.exp (inferior_spawn_id): New global.
14007 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
14008 spawn id after processing the user code.
14009 (default_gdb_start): Set inferior_spawn_id.
14010 (send_inferior): New procedure.
14011 * lib/gdbserver-support.exp (gdbserver_start): Set
14012 inferior_spawn_id.
14013 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
14014
6423214f
PA
140152015-04-07 Pedro Alves <palves@redhat.com>
14016
14017 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
14018 * lib/gdbserver-support.exp (gdbserver_start): Make
14019 $server_spawn_id global.
14020 (gdbserver_start): Don't wait for gdbserver's spawn id with
14021 expect_background.
14022 (close_gdbserver): New procedure.
14023 (gdb_exit): Rename the default version and reimplement.
14024
71c0ee8c
PA
140252015-04-07 Pedro Alves <palves@redhat.com>
14026
72f4393d 14027 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
14028 append the substituted item, not the original item.
14029
203bc29b
PA
140302015-04-07 Pedro Alves <palves@redhat.com>
14031
14032 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
14033 gdb_expect.
14034
508a3ddf
PA
140352015-04-07 Pedro Alves <palves@redhat.com>
14036
14037 * gdb.base/interrupt.exp: Don't handle the case of the inferior
14038 output appearing once only.
14039
9f6dbe2b
PA
140402015-04-07 Pedro Alves <palves@redhat.com>
14041
14042 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
14043 that doesn't expect anything. Return early if running to main
14044 fails.
14045
337532fa
YQ
140462015-04-07 Yao Qi <yao.qi@linaro.org>
14047
14048 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
14049 (child_function): Call alarm.
14050 (main): Move call to alarm into the loop.
14051 * gdb.threads/non-stop-fair-events.exp: Build program with
14052 -DTIMEOUT=$timeout.
14053
01b622d4
DE
140542015-04-06 Doug Evans <xdje42@gmail.com>
14055
14056 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
14057 Fix dest parameter to board_info.
14058 (fpc_compile): Ditto.
14059 (gdb_compile_pascal): Rename dest arg to destfile.
14060
961f4160
PMR
140612015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
14062
14063 * gdb.ada/funcall_ref.exp: New file.
14064 * gdb.ada/funcall_ref/foo.adb: New file.
14065
cafda597
YQ
140662015-04-02 Yao Qi <yao.qi@linaro.org>
14067
14068 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
14069 is remote.
14070
fed040c6
GB
140712015-04-02 Gary Benson <gbenson@redhat.com>
14072
14073 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
14074
d11916aa
SS
140752015-04-01 Sasha Smundak <asmundak@google.com>
14076
14077 * gdb.python/py-unwind-maint.c: New file.
14078 * gdb.python/py-unwind-maint.exp: New test.
14079 * gdb.python/py-unwind-maint.py: New file.
14080 * gdb.python/py-unwind.c: New file.
14081 * gdb.python/py-unwind.exp: New test.
14082 * gdb.python/py-unwind.py: New test.
14083
a1471180
PA
140842015-04-01 Pedro Alves <palves@redhat.com>
14085
14086 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
14087 to fail instead of non-existent $test.
14088
0bbeccb1
PA
140892015-04-01 Pedro Alves <palves@redhat.com>
14090
14091 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
14092 GDBFLAGS if not empty.
14093
3c724c8c
PMR
140942015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
14095
14096 * gdb.ada/complete.exp: Remove "multi_line".
14097 * gdb.ada/info_exc.exp: Remove "multi_line".
14098 * gdb.ada/packed_tagged.exp: Remove "multi_line".
14099 * gdb.ada/ptype_field.exp: Remove "multi_line".
14100 * gdb.ada/sym_print_name.exp: Remove "multi_line".
14101 * gdb.ada/tagged.exp: Remove "multi_line".
14102 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
14103 [multi_line ...]
14104 * gdb.btrace/delta.exp: Likewise.
14105 * gdb.btrace/exception.exp: Likewise.
14106 * gdb.btrace/function_call_history.exp: Likewise.
14107 * gdb.btrace/instruction_history.exp: Likewise.
14108 * gdb.btrace/nohist.exp: Likewise.
14109 * gdb.btrace/record_goto.exp: Likewise.
14110 * gdb.btrace/segv.exp: Likewise.
14111 * gdb.btrace/stepi.exp: Likewise.
14112 * gdb.btrace/tailcall.exp: Likewise.
14113 * gdb.btrace/unknown_functions.exp: Likewise.
14114 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
14115 * lib/gdb.exp: Add the "multi_line" helper.
14116
4eec2deb
PA
141172015-04-01 Pedro Alves <palves@redhat.com>
14118
14119 * gdb.threads/tid-reuse.c: New file.
14120 * gdb.threads/tid-reuse.exp: New file.
14121
df8411da
SDJ
141222015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
14123
14124 PR corefiles/16092
14125 * gdb.base/coredump-filter.c: New file.
14126 * gdb.base/coredump-filter.exp: Likewise.
14127
6ef37366
PM
141282015-03-27 Petr Machata <pmachata@redhat.com>
14129
14130 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
14131 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
14132 (Dwarf::assemble): Initialize them.
14133 (Dwarf::lines): New function.
14134
7ec911b0
JT
141352015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
14136
14137 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
14138 SYMBOL_PREFIX for x86_64-*-cygwin.
14139
ff908ebf
AW
141402015-03-26 Andy Wingo <wingo@igalia.com>
14141
14142 PR symtab/18148
14143 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
14144 const_value but not a location.
14145 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
14146 location defined in non-main CUs are visible.
14147
6d5f0679
YQ
141482015-03-26 Yao Qi <yao.qi@linaro.org>
14149
14150 PR testsuite/18139
14151 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
14152 Add a line number entry for the same line.
14153 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
14154 Add a line number entry for the same line.
14155
2898689b
YQ
141562015-03-26 Yao Qi <yao.qi@linaro.org>
14157
14158 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
14159 .int 0.
14160 (func): Likewise. Add .Lfunc_1 label.
14161 Use .Lfunc_1 label.
14162 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
14163 .int 0.
14164 (func): Likewise.
14165 Use .Lfunc_1 label.
14166
85180498
YQ
141672015-03-26 Yao Qi <yao.qi@linaro.org>
14168
14169 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
14170 Call gdb_compile instead to compile each .s files without debug
14171 information.
14172
8aa08a8d
YQ
141732015-03-26 Yao Qi <yao.qi@linaro.org>
14174
14175 * gdb.base/savedregs.exp (process_saved_regs): Make
14176 "Saved registers:" optional in the pattern.
14177
66849923
MM
141782015-03-25 Markus Metzger <markus.t.metzger@intel.com>
14179
14180 * gdb.btrace/next.exp: Merged into step.exp.
14181 * gdb.btrace/finish.exp: Merged into step.exp.
14182 * gdb.btrace/nexti.exp: Merged into stepi.exp.
14183 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
14184 "record goto" and checking the exact replay position.
14185 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
14186 check for "Recording format" in "info record" output.
14187 * gdb.btrace/record_goto.exp: Choose test file based on target.
14188 * gdb.btrace/x86-record_goto.S: Renamed into ...
14189 * gdb.btrace/x86_64-record_goto.S: ... this.
14190 * gdb.btrace/i686-record_goto.S: New.
14191 * gdb.btrace/x86-tailcall.S: Renamed into ...
14192 * gdb.btrace/x86_64-tailcall.S: ... this.
14193 * gdb.btrace/i686-tailcall.S: New.
14194 * gdb.btrace/x86-tailcall.c: Renamed into ...
14195 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
14196 separate statements. Update test.
14197 * gdb.btrace/delta.exp: Use record_goto.c as test file.
14198 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
14199 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
14200 * gdb.btrace/tailcall.exp: Choose test file based on target.
14201 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
14202
11cc1b74
MM
142032015-03-25 Markus Metzger <markus.t.metzger@intel.com>
14204
14205 * gdb.btrace/exception.exp: Increase BTS buffer size.
14206
a25d8bf9
PA
142072015-03-24 Pedro Alves <palves@redhat.com>
14208
14209 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
14210
856e7dd6
PA
142112015-03-24 Pedro Alves <palves@redhat.com>
14212
14213 * gdb.threads/schedlock.exp (test_step): No longer expect that
14214 "set scheduler-locking step" with "next" over a function call runs
14215 threads unlocked.
14216
ad235a41
AT
142172015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
14218
14219 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
14220
15630549
AT
142212015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
14222
14223 PR breakpoints/16466
14224 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
14225 * gdb.mi/mi-pending.c (thread_func): New function.
14226 (int main): Add threading support required.
14227 * gdb.mi/mi-pending.exp: Add tests for this issue.
14228 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
14229 (pendfunc2): Remove stdio dependency.
14230 * gdb.mi/mi-pendshr2.c: New file.
14231
693dca06
KS
142322015-03-23 Keith Seitz <keiths@redhat.com>
14233
14234 * gdb.linespec/keywords.c: New file.
14235 * gdb.linespec/keywords.exp: New file.
14236
7e993ebf
KS
142372015-03-23 Keith Seitz <keiths@redhat.com>
14238
14239 PR gdb/18021
14240 * gdb.dwarf2/staticvirtual.exp: New test.
14241
bc23328c
JK
142422015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14243
14244 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
14245 * README: Remove HP-UX and gdb.hp.
14246 (configuration):
14247 * configure: Regenerate.
14248 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
14249 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
14250 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
14251 gdb.hp/gdb.defects/Makefile.
14252 * gdb.hp/Makefile.in: File deleted.
14253 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
14254 * gdb.hp/gdb.aCC/optimize.c: File deleted.
14255 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
14256 * gdb.hp/gdb.aCC/run.c: File deleted.
14257 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
14258 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
14259 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
14260 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
14261 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
14262 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
14263 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
14264 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
14265 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
14266 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
14267 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
14268 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
14269 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
14270 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
14271 * gdb.hp/gdb.base-hp/reg.s: File deleted.
14272 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
14273 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
14274 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
14275 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
14276 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
14277 * gdb.hp/gdb.compat/Makefile.in: File deleted.
14278 * gdb.hp/gdb.compat/average.c: File deleted.
14279 * gdb.hp/gdb.compat/sum.c: File deleted.
14280 * gdb.hp/gdb.compat/xdb.c: File deleted.
14281 * gdb.hp/gdb.compat/xdb0.c: File deleted.
14282 * gdb.hp/gdb.compat/xdb0.h: File deleted.
14283 * gdb.hp/gdb.compat/xdb1.c: File deleted.
14284 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
14285 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
14286 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
14287 * gdb.hp/gdb.defects/Makefile.in: File deleted.
14288 * gdb.hp/gdb.defects/bs14602.c: File deleted.
14289 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
14290 * gdb.hp/gdb.defects/solib-d.c: File deleted.
14291 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
14292 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
14293 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
14294 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
14295 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
14296 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
14297 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
14298 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
14299 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
14300 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
14301 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
14302 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
14303 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
14304 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
14305 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
14306 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
14307 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
14308 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
14309 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
14310 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
14311 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
14312 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
14313 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
14314 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
14315 * gdb.hp/tools/odump: File deleted.
14316
8bf3b159
PA
143172015-03-19 Pedro Alves <palves@redhat.com>
14318
14319 * gdb.threads/continue-pending-status.exp (saw_thread_2)
14320 (saw_thread_3): New globals.
14321 (top level): Increment them when an event for the corresponding
14322 thread is seen.
14323 (no thread starvation): New test.
14324
eb54c8bf
PA
143252015-03-19 Pedro Alves <palves@redhat.com>
14326
14327 * gdb.threads/continue-pending-status.c: New file.
14328 * gdb.threads/continue-pending-status.exp: New file.
14329
32d2e5d6
PA
143302015-03-18 Pedro Alves <palves@redhat.com>
14331
14332 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
14333 Use gdb_is_target_remote instead of is_remote. Use
14334 gdb_test_multiple instead of gdb_expect. Exit early if
14335 gdb_test_multiple hits its internal matches. Tighten stepi tests
14336 expected output. Fail on exit with any signal, instead of just
14337 SIGILL.
14338
f68f11b7
YQ
143392015-03-18 Yao Qi <yao.qi@linaro.org>
14340
14341 PR tdep/18107
14342 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
14343 variable.
14344 * gdb.base/catch-syscall.exp: Don't skip it on
14345 aarch64*-*-linux* target. Remove elements in all_syscalls.
14346 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
14347 target.
14348 (setup_all_syscalls): New proc.
14349
ca5fd19b
YQ
143502015-03-16 Yao Qi <yao.qi@linaro.org>
14351
14352 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
14353 (top level): Skip tests if valid_addr_p returns false for
14354 $cmd1 or $cmd2.
14355
85642ba0
AW
143562015-03-11 Andy Wingo <wingo@igalia.com>
14357
14358 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
14359
e03f9645
YQ
143602015-03-11 Yao Qi <yao.qi@linaro.org>
14361
14362 * gdb.base/catch-syscall.exp: Fix typo in comments.
14363
5d0962b2
YQ
143642015-03-11 Yao Qi <yao.qi@linaro.org>
14365
14366 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
14367
b2df3cef
PA
143682015-03-09 Pedro Alves <palves@redhat.com>
14369
14370 * dg-extract-results.py: Delete.
14371
ef878e53
PA
143722015-03-09 Pedro Alves <palves@redhat.com>
14373
14374 Merge dg-extract-results.sh from GCC upstream (r218843).
14375
14376 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
14377 * dg-extract-results.sh: Use --text with grep to avoid issues with
14378 binary files. Fall back to cat -v, if that doesn't work.
14379
9494d219
PA
143802015-03-05 Pedro Alves <palves@redhat.com>
14381
14382 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
14383
a8d9763a
SM
143842015-03-04 Simon Marchi <simon.marchi@ericsson.com>
14385
14386 * lib/mi-support.exp (mi_expect_interrupt): Accept
14387 alternative event for when in all-stop mode.
14388
be9957b8
PA
143892015-03-04 Pedro Alves <palves@redhat.com>
14390
14391 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
14392
d57be0f4 143932015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
14394
14395 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
14396
c214c7cf
AA
143972015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
14398
14399 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
14400 regexps for GDB's current line display, accept a hex address
14401 preceding the line number.
14402
6d74a497
AA
144032015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
14404
14405 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
14406 the 'arch1' variable for "s390*-linux*" targets.
14407
511aee7c
PA
144082015-03-04 Pedro Alves <palves@redhat.com>
14409
14410 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
14411 (main): Pass missing retval argument to pthread_join call.
14412
95e50b27
PA
144132015-03-02 Pedro Alves <palves@redhat.com>
14414
14415 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
14416 (top level): Call do_test with non-stop as well.
14417
28054d69
PA
144182015-03-02 Pedro Alves <palves@redhat.com>
14419
14420 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
14421 -1.
14422
4fa5d7b4
AA
144232015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
14424
14425 * gdb.arch/s390-vregs.exp: New test.
14426 * gdb.arch/s390-vregs.S: New file.
14427
97c18565
PA
144282015-02-27 Pedro Alves <palves@redhat.com>
14429
14430 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
14431 call to catch_command_errors.
14432 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
14433 catch_command_errors.
14434
a37bfa30
PA
144352015-02-27 Pedro Alves <palves@redhat.com>
14436
14437 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
14438 "true" for boolean result.
14439 * gdb.gdb/selftest.exp (test_with_self): Also accept full
14440 prototype of main.
14441
6f98576f
PA
144422015-02-27 Pedro Alves <palves@redhat.com>
14443
14444 * lib/unbuffer_output.c: New file.
14445 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
14446 (main): Call gdb_unbuffer_output.
14447
eba5ab56
YQ
144482015-02-27 Yao Qi <yao.qi@linaro.org>
14449
14450 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
14451 target.
14452
0def5aaa
DE
144532015-02-26 Doug Evans <dje@google.com>
14454
14455 * gdb.cp/class2.cc (Dbase, D): New classes.
14456 (main): New local delta.
14457 * gdb.cp/class2.exp: Test printing delta.
14458 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
14459 (dynbar): New global.
14460 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
14461
081a1c2c
JK
144622015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14463
14464 * gdb.compile/compile-ifunc.c: New file.
14465 * gdb.compile/compile-ifunc.exp: New file.
14466
2f41223f
AT
144672015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
14468
14469 * gdb.base/structs.exp: Check for correct struct on finish.
14470
03eddd80
YQ
144712015-02-26 Yao Qi <yao.qi@linaro.org>
14472
14473 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
14474 is zero.
14475
80c57053
JK
144762015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14477
14478 * gdb.arch/cordic.ko.bz2: New file.
14479 * gdb.arch/cordic.ko.debug.bz2: New file.
14480 * gdb.arch/ppc64-symtab-cordic.exp: New file.
14481
21613c12
YQ
144822015-02-25 Yao Qi <yao.qi@linaro.org>
14483
14484 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
14485 aarch64*-*-* target.
14486
d8b901ed
PA
144872015-02-23 Pedro Alves <palves@redhat.com>
14488
14489 * lib/gdb.exp (delete_breakpoints): Rewrite using
14490 gdb_test_multiple.
14491
e5b85ead
PA
144922015-02-23 Pedro Alves <palves@redhat.com>
14493
14494 * gdb.base/info-os.c: Include stdlib.h.
14495
85c3a371
DE
144962015-02-22 Doug Evans <xdje42@gmail.com>
14497
14498 PR symtab/17855
14499 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
14500 is read after symbols have been re-read.
14501 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
14502 * gdb.ada/exec_changed/second.adb (Second): Ditto.
14503
96553a0c
DE
145042015-02-21 Doug Evans <dje@google.com>
14505
14506 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
14507
97a0c697
JK
145082015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14509
14510 PR corefiles/17808
14511 * gdb.arch/i386-biarch-core.core.bz2: New file.
14512 * gdb.arch/i386-biarch-core.exp: New file.
14513
a47cd6e9
PA
145142015-02-21 Pedro Alves <palves@redhat.com>
14515
14516 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
14517 runto_main fails.
14518
c5facdc4
PA
145192015-02-20 Pedro Alves <palves@redhat.com>
14520
14521 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
14522 info probes.
14523
2db9a427
PA
145242015-02-20 Pedro Alves <palves@redhat.com>
14525
14526 * gdb.threads/multi-create-ns-info-thr.exp: New file.
14527
60fb7e9e
PA
145282015-02-20 Pedro Alves <palves@redhat.com>
14529
14530 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
14531 clean_restart before gdb_target_supports_trace.
14532
5c5019c2
PA
145332015-02-20 Pedro Alves <palves@redhat.com>
14534
14535 PR threads/18006
14536 * gdb.threads/clone-thread_db.c: New file.
14537 * gdb.threads/clone-thread_db.exp: New file.
14538
c9587f88
AT
145392015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
14540
14541 PR breakpoints/16812
14542 * gdb.base/catch-gdb-caused-signals.c: New file.
14543 * gdb.base/catch-gdb-caused-signals.exp: New file.
14544
f6a88844
JM
145452015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
14546
14547 * configure: Regenerated.
14548 * configure.ac: Use GDB_AC_TRANSFORM.
14549 * aclocal.m4: sinclude ../transform.m4.
14550
497c491b
JM
145512015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
14552
14553 * lib/dtrace.exp: New file.
14554 * gdb.base/dtrace-probe.exp: Likewise.
14555 * gdb.base/dtrace-probe.d: Likewise.
14556 * gdb.base/dtrace-probe.c: Likewise.
14557 * lib/pdtrace.in: Likewise.
14558 * configure.ac: Output variables with the transformed names of
14559 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
14560 * configure: Regenerated.
14561
03e98035
JM
145622015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
14563
14564 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
14565 expected message when trying to access $_probe_* convenience
14566 variables while not on a probe.
14567
63cc30e9
JK
145682015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14569
14570 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
14571
0703599a
PA
145722015-02-11 Pedro Alves <pedro@codesourcery.com>
14573
14574 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
14575 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
14576
7e60a48e
DE
145772015-02-10 Doug Evans <xdje42@gmail.com>
14578
14579 * lib/gdb.exp (gdb_load): Always return a result.
14580
01b088bc
PA
145812015-02-10 Pedro Alves <palves@redhat.com>
14582
14583 * gdb.threads/signal-sigtrap.c: New file.
14584 * gdb.threads/signal-sigtrap.exp: New file.
14585
b05ec7a5
AT
145862015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
14587
14588 * gdb.trace/no-attach-trace.c: New file.
14589 * gdb.trace/no-attach-trace.exp: New file.
14590
a2c2acaf
MW
145912015-02-09 Mark Wielaard <mjw@redhat.com>
14592
14593 * gdb.dwarf2/atomic.c: New file.
14594 * gdb.dwarf2/atomic-type.exp: Likewise.
14595
31fd9caa
MM
145962015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14597
14598 * gdb.btrace/buffer-size.exp: Update "info record" output.
14599 * gdb.btrace/delta.exp: Update "info record" output.
14600 * gdb.btrace/enable.exp: Update "info record" output.
14601 * gdb.btrace/finish.exp: Update "info record" output.
14602 * gdb.btrace/instruction_history.exp: Update "info record" output.
14603 * gdb.btrace/next.exp: Update "info record" output.
14604 * gdb.btrace/nexti.exp: Update "info record" output.
14605 * gdb.btrace/step.exp: Update "info record" output.
14606 * gdb.btrace/stepi.exp: Update "info record" output.
14607 * gdb.btrace/nohist.exp: Update "info record" output.
14608
d33501a5
MM
146092015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14610
14611 * gdb.btrace/buffer-size: New.
14612
f4abbc16
MM
146132015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14614
14615 * gdb.btrace/delta.exp: Update "info record" output.
14616 * gdb.btrace/enable.exp: Update "info record" output.
14617 * gdb.btrace/finish.exp: Update "info record" output.
14618 * gdb.btrace/instruction_history.exp: Update "info record" output.
14619 * gdb.btrace/next.exp: Update "info record" output.
14620 * gdb.btrace/nexti.exp: Update "info record" output.
14621 * gdb.btrace/step.exp: Update "info record" output.
14622 * gdb.btrace/stepi.exp: Update "info record" output.
14623 * gdb.btrace/nohist.exp: Update "info record" output.
14624
b9d61307
SM
146252015-02-06 Simon Marchi <simon.marchi@ericsson.com>
14626
14627 PR gdb/15678
14628 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
14629
e584fdbc
PA
146302015-02-06 Pedro Alves <palves@redhat.com>
14631
14632 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
14633 macro.
14634 (seconds_left, again): New globals.
14635 (main): Wait seconds_left in a 1-second sleep loop instead of
14636 sleeping 180 seconds. If 'again' is set, reset the seconds
14637 counter.
14638 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
14639 'again' in the inferior before detaching. Print the seconds left.
14640 (options): New global.
14641 (top level): Build program with -DTIMEOUT=$timeout.
14642
77f41761
PA
146432015-02-06 Pedro Alves <palves@redhat.com>
14644
14645 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
14646 determine how many seconds to pass to 'alarm'.
14647 * gdb.base/gdb-sigterm.exp (top level): Build program with
14648 -DTIMEOUT=$timeout.
14649 (do_test): Return success/failure indication. Add more verbose
14650 logging. Don't fail if 200 single steps are seen. Instead, fail
14651 when the test times out.
14652 (passes): New global.
14653 (top level): Break the testing loop if testing fails on any
14654 iteration. Use gdb_assert.
14655
b9394193
DB
146562015-02-04 Don Breazeal <donb@codesourcery.com>
14657
14658 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
14659 and initialize them.
14660 (ipc_cleanup): New function.
14661 (main): Don't declare shmid, semid, and msqid. Add a call to
14662 atexit so that we call ipc_cleanup on exit.
14663
42d9e528
PA
146642015-02-04 Pedro Alves <palves@redhat.com>
14665
14666 * boards/native-extended-gdbserver.exp: Remove any target variant
14667 specifications from the board name before clearing the isremote
14668 flag from board_info.
14669
ae6ae975
DE
146702015-01-31 Doug Evans <xdje42@gmail.com>
14671
14672 * gdb.base/maint.exp <maint print type argc>: Update expected output.
14673
cfb069a8
GB
146742015-01-31 Gary Benson <gbenson@redhat.com>
14675
14676 * gdb.base/completion.exp: Disable completion limiting for
14677 existing tests. Add new tests to check completion limiting.
14678 * gdb.linespec/ls-errs.exp: Disable completion limiting.
14679
5dd31d79
DE
146802015-01-31 Doug Evans <xdje42@gmail.com>
14681
14682 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
14683
9f050062
DE
146842015-01-31 Doug Evans <xdje42@gmail.com>
14685
14686 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
14687 entries. Duplicate file section script entries.
14688 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
14689 inlined entries. Add test for safe-path rejection.
14690 * gdb.python/py-section-script.c: Add duplicate inlined section script
14691 entries. Duplicate file section script entries.
14692 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
14693 inlined entries. Add test for safe-path rejection.
14694
df25ebbd
JB
146952015-01-29 Joel Brobecker <brobecker@adacore.com>
14696
14697 * gdb.ada/disc_arr_bound: New testcase.
14698
4a0ca9ec
JB
146992015-01-29 Joel Brobecker <brobecker@adacore.com>
14700
14701 * gdb.ada/mi_var_array: New testcase.
14702
3a8b707a
DE
147032015-01-27 Doug Evans <dje@google.com>
14704
14705 * gdb.python/py-objfile.exp: Add tests for objfile.username.
14706 Add test for objfile.filename, objfile.username after objfile
14707 has been unloaded.
14708
f8313f6e
JB
147092015-01-26 Joel Brobecker <brobecker@adacore.com>
14710
14711 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
14712 the second test to print the name attribute of value
14713 returned by the call to gdb.lookup_type, and adjust
14714 the expected output accordingly.
14715
37bc665e
MW
147162015-01-25 Mark Wielaard <mjw@redhat.com>
14717
14718 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
14719 * gdb.base/disp-step-fork.c: Include unistd.h.
14720 * gdb.base/siginfo-obj.c: Include stdio.h.
14721 * gdb.base/siginfo-thread.c: Likewise.
14722 * gdb.mi/non-stop.c: Include unistd.h.
14723 * gdb.mi/nsthrexec.c: Include stdio.h.
14724 * gdb.mi/pthreads.c: Include unistd.h.
14725 * gdb.modula2/unbounded1.c (main): Declare returns int.
14726 * gdb.reverse/consecutive-reverse.c: Likewise.
14727 * gdb.threads/create-fail.c: Include unistd.h.
14728 * gdb.threads/killed.c: Likewise.
14729 * gdb.threads/linux-dp.c: Likewise.
14730 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
14731 * gdb.threads/non-ldr-exc-2.c: Likewise.
14732 * gdb.threads/non-ldr-exc-3.c: Likewise.
14733 * gdb.threads/non-ldr-exc-4.c: Likewise.
14734 * gdb.threads/pthreads.c: Include unistd.h.
14735 (main): Declare returns int.
14736 * gdb.threads/tls-main.c (foo): New declaration.
14737 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
14738
f7e5394d
SM
147392015-01-23 Simon Marchi <simon.marchi@ericsson.com>
14740
14741 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
14742 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
14743
743649fd
MW
147442015-01-15 Mark Wielaard <mjw@redhat.com>
14745
14746 * gdb.base/noreturn-return.c: New file.
14747 * gdb.base/noreturn-return.exp: New file.
14748 * gdb.base/noreturn-finish.c: New file.
14749 * gdb.base/noreturn-finish.exp: New file.
14750
198297aa
PA
147512015-01-23 Pedro Alves <palves@redhat.com>
14752
14753 * gdb.threads/continue-pending-after-query.c: New file.
14754 * gdb.threads/continue-pending-after-query.exp: New file.
14755
717cf30c
AG
147562015-01-22 Anders Granlund <anders.granlund@ericsson.com>
14757 Simon Marchi <simon.marchi@ericsson.com>
14758
14759 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
14760 * gdb.base/valgrind-db-attach.exp: Same.
14761 * gdb.base/valgrind-infcall.exp: Same.
14762 * lib/mi-support.exp (default_mi_gdb_start): Same.
14763 * lib/prompt.exp (default_prompt_gdb_start): Same.
14764 * lib/gdb.exp (default_gdb_spawn): Same.
14765 (gdb_interact): New.
14766
14767
4b62a76e
JK
147682015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14769
14770 * gdb.compile/compile.exp (pointer to jit function): New test.
14771
b4cdae6f
WW
147722015-01-17 Wei-cheng Wang <cole945@gmail.com>
14773
14774 * lib/gdb.exp (supports_process_record): Return true for
14775 powerpc*-*-linux*.
14776 (supports_reverse): Likewise.
14777
d221e7ef
DB
147782015-01-15 Don Breazeal <donb@codesourcery.com>
14779
14780 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
14781 instead of checking whether the target board is remote and
14782 use spawn_wait_for_attach instead of exec/sleep.
14783 * gdb.base/attach-twice.exp: Likewise.
14784
bafffb51
JB
147852015-01-15 Joel Brobecker <brobecker@adacore.com>
14786
14787 * gdb.ada/var_arr_attrs: New testcase.
14788
5589af0e
PA
147892015-01-14 Pedro Alves <palves@redhat.com>
14790 Joel Brobecker <brobecker@adacore.com>
14791
14792 PR gdb/17525
14793 * gdb.base/bp-cmds-execution-x-script.c: New file.
14794 * gdb.base/bp-cmds-execution-x-script.exp: New file.
14795 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
14796
6c400b59
PA
147972015-01-14 Pedro Alves <palves@redhat.com>
14798
14799 PR cli/17828
14800 * gdb.base/batch-preserve-term-settings.c: New file.
14801 * gdb.base/batch-preserve-term-settings.exp: New file.
14802
e02c96a7
DE
148032015-01-13 Doug Evans <dje@google.com>
14804
14805 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
14806 binary.
14807
576fd14c
JB
148082015-01-13 Joel Brobecker <brobecker@adacore.com>
14809
14810 * Makefile.in (clean mostlyclean): Do not delete *.py.
14811
04dccad0
JB
148122015-01-13 Joel Brobecker <brobecker@adacore.com>
14813
14814 * gdb.python/py-lookup-type.exp: New file.
14815
3d230f71
PA
148162015-01-12 Pedro Alves <palves@redhat.com>
14817
14818 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
14819 restore GDBFLAGS before returning.
14820
7e67715d
JK
148212015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14822
14823 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
14824 is_amd64_regs_target and is_x86_like_target.
14825
f2e0d4b4
DE
148262015-01-11 Doug Evans <xdje42@gmail.com>
14827
14828 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
14829 is given without an explicit form.
14830 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
14831 attributes.
14832 * gdb.dwarf/corrupt.exp: Ditto.
14833 * gdb.dwarf2/enum-type.exp: Ditto.
14834 * gdb.trace/entry-values.exp: Ditto.
14835 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
14836
439250fb
DE
148372015-01-11 Doug Evans <xdje42@gmail.com>
14838
14839 PR gdb/15830
14840 * gdb.base/maint.exp: Remove references to "maint demangle".
14841 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
14842 Add tests for explicitly specifying language to demangle.
14843 * gdb.dlang/demangle.exp: Ditto.
14844
ede9f622
PA
148452015-01-09 Pedro Alves <palves@redhat.com>
14846
14847 * gdb.threads/non-stop-fair-events.c: New file.
14848 * gdb.threads/non-stop-fair-events.exp: New file.
14849
a7b796db
PA
148502015-01-09 Pedro Alves <palves@redhat.com>
14851
14852 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
14853 the global scope. Set a breakpoint after all threads are started
14854 rather than stepping over two source lines. Expect the prompt.
14855 * gdb.base/watch_thread_num.c (threads_started_barrier): New
14856 global.
14857 (NUM): Now 15.
14858 (main): Use threads_started_barrier to wait for all threads to
14859 start. Main thread no longer calls thread_function. Exit after
14860 180 seconds.
14861 (loop): New function.
14862 (thread_function): Wait on threads_started_barrier barrier. Call
14863 'loop' at each iteration.
14864 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
14865 threads have started, instead of hardcoding number of "next"
14866 steps. Use an access watchpoint instead of a write watchpoint.
14867
9665ffdd
PA
148682015-01-09 Pedro Alves <palves@redhat.com>
14869
14870 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
14871 (thread_func): Wait on barrier.
14872 (main): Wait for all threads to start before stopping GDB.
14873 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
14874 global.
14875 (thread1_func, thread2_func): Wait on barrier.
14876 (main): Wait for all threads to start before stopping GDB.
14877 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
14878 New global.
14879 (thread1_func, thread2_func): Wait on barrier.
14880 (main): Wait for all threads to start before stopping GDB.
14881
c945a99f
PA
148822015-01-09 Pedro Alves <palves@redhat.com>
14883
14884 * gdb.threads/attach-many-short-lived-threads.c: New file.
14885 * gdb.threads/attach-many-short-lived-threads.exp: New file.
14886
c1a747c1
PA
148872014-01-09 Pedro Alves <palves@redhat.com>
14888
14889 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
14890 instead of to thread 2.
14891 * gdb.threads/signal-command-multiple-signals-pending.c (main):
14892 Add barrier around each pthread_create call instead of around all
14893 calls.
14894 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
14895 Set a break on thread_function and have the child threads hit it
14896 one at at a time.
14897
60b3033e
PA
148982015-01-09 Pedro Alves <palves@redhat.com>
14899
14900 * lib/gdb.exp (can_spawn_for_attach): New procedure.
14901 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
14902 false.
14903 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
14904 checking whether the target board is remote.
14905 * gdb.multi/multi-attach.exp: Likewise.
14906 * gdb.python/py-sync-interp.exp: Likewise.
14907 * gdb.server/ext-attach.exp: Likewise.
14908 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
14909 tests that need to attach, instead of checking whether the target
14910 board is remote at the top of the file.
14911
acc018ac
YQ
149122015-01-08 Yao Qi <yao@codesourcery.com>
14913
14914 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
14915
50a18af8
JK
149162015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14917
14918 Fix testcase compilation.
14919 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
14920
8503d6e1
JB
149212015-01-06 Joel Brobecker <brobecker@adacore.com>
14922
14923 * gdb.python/py-type.exp: Add a couple test about empty
14924 array creation, and negative-length array creation.
14925
cc73dbcc
DE
149262015-01-02 Doug Evans <xdje42@gmail.com>
14927
14928 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
14929
0300bbc7
DE
149302015-01-02 Doug Evans <dje@google.com>
14931
14932 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
14933
9d85a0ec
YQ
149342014-12-29 Yao Qi <yao@codesourcery.com>
14935
14936 * gdb.trace/entry-values.exp: Update comments. Rename variable
14937 bar_call_foo to returned_from_foo.
14938
87186c6a
MMN
149392014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
14940
14941 PR gdb/17394
14942 * gdb.linespec/break-asm-file.c: New file.
14943 * gdb.linespec/break-asm-file.exp: New file.
14944 * gdb.linespec/break-asm-file0.s: New file.
14945 * gdb.linespec/break-asm-file1.s: New file.
14946
1bab7383
YQ
149472014-12-18 Nigel Stephens <nigel@mips.com>
14948 Maciej W. Rozycki <macro@codesourcery.com>
14949
14950 * gdb.base/float.exp: Handle the new output from "info float" on
14951 MIPS targets.
14952
1bc1068a
JK
149532014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
14954
14955 Fix MinGW compilation.
14956 * gdb.compile/compile-ops.exp: Update untested message if
14957 !skip_compile_feature_tests.
14958 * gdb.compile/compile-setjmp.exp: Likewise.
14959 * gdb.compile/compile-tls.exp: Likewise.
14960 * gdb.compile/compile.exp: Likewise.
14961 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
14962 supported on this host".
14963
b6615d10
DE
149642014-12-16 Doug Evans <xdje42@gmail.com>
14965
14966 * boards/stabs.exp: New file.
14967
25dda427
AA
149682014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
14969
14970 * gdb.base/completion.exp: Adjust to format changes of "maint
14971 print user-registers".
14972
bf330350
CU
149732014-12-16 Catalin Udma <catalin.udma@freescale.com>
14974
14975 PR server/17457
14976 * gdb.arch/aarch64-fp.c: New file.
14977 * gdb.arch/aarch64-fp.exp: New file.
14978
395cf596
SDJ
149792014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
14980
14981 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
14982 r210637, r210913, r211666, r215400, r215817).
14983
14984 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
14985 * dg-extract-results.py: New file.
14986 * dg-extract-results.sh: Use it if the environment seems
14987 suitable.
14988
14989 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
14990
14991 * dg-extract-results.py (parse_run): Handle warnings that
14992 are printed before a test harness is run.
14993
14994 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
14995
14996 * dg-extract-results.py (Named): Remove __cmp__ method.
14997 (output_variation): Use a key to sort variation.harnesses.
14998
14999 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
15000
15001 * dg-extract-results.py: For Python 3, force sys.stdout to
15002 handle surrogate escape sequences.
15003 (safe_open): New function.
15004 (output_segment, main): Use it.
15005
15006 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
15007
15008 * dg-extract-results.py (Prog.result_re): Include options
15009 in test name.
15010
15011 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
15012
15013 * dg-extract-results.py (output_variation): Always sort if
15014 do_sum.
15015
e882ef3c
SM
150162014-12-15 Simon Marchi <simon.marchi@ericsson.com>
15017
15018 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
15019 as long as we get pagination notifications.
15020
4992aa20
JM
150212014-12-15 Jason Merrill <jason@redhat.com>
15022
15023 * Makefile.in (check-gdb.%): Restore.
15024 * README: Mention it.
15025
c1b5a1a6
JB
150262014-12-13 Joel Brobecker <brobecker@adacore.com>
15027
15028 * gdb.ada/str_uninit: New testcase.
15029
5537b577
JK
150302014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15031
15032 PR symtab/17642
15033 * gdb.base/vla-stub-define.c: New file.
15034 * gdb.base/vla-stub.c: New file.
15035 * gdb.base/vla-stub.exp: New file.
15036
bb2ec1b3
TT
150372014-12-12 Phil Muldoon <pmuldoon@redhat.com>
15038 Jan Kratochvil <jan.kratochvil@redhat.com>
15039 Tom Tromey <tromey@redhat.com>
15040
15041 * configure.ac: Add gdb.compile/.
15042 * configure: Regenerate.
15043 * gdb.compile/Makefile.in: New file.
15044 * gdb.compile/compile-ops.exp: New file.
15045 * gdb.compile/compile-ops.c: New file.
15046 * gdb.compile/compile-tls.c: New file.
15047 * gdb.compile/compile-tls.exp: New file.
15048 * gdb.compile/compile-constvar.S: New file.
15049 * gdb.compile/compile-constvar.c: New file.
15050 * gdb.compile/compile-mod.c: New file.
15051 * gdb.compile/compile-nodebug.c: New file.
15052 * gdb.compile/compile-setjmp-mod.c: New file.
15053 * gdb.compile/compile-setjmp.c: New file.
15054 * gdb.compile/compile-setjmp.exp: New file.
15055 * gdb.compile/compile-shlib.c: New file.
15056 * gdb.compile/compile.c: New file.
15057 * gdb.compile/compile.exp: New file.
15058 * lib/gdb.exp (skip_compile_feature_tests): New proc.
15059
4ff709eb
TT
150602014-12-12 Tom Tromey <tromey@redhat.com>
15061
15062 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
15063 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
15064
6dddd6a5
DE
150652014-12-12 Doug Evans <dje@google.com>
15066
15067 * lib/gdb-python.exp (get_python_valueof): New function.
15068 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
15069
71c24708
AA
150702014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15071
15072 * gdb.base/completion.exp: Add test for completion of "info
15073 registers ".
15074
3e29f34a
MR
150752014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
15076
15077 * gdb.base/func-ptrs.c: New file.
15078 * gdb.base/func-ptrs.exp: New file.
15079
fc126975
SM
150802014-12-10 Simon Marchi <simon.marchi@ericsson.com>
15081
15082 PR breakpoints/17012
15083 * gdb.base/dprintf-detach.c: New file.
15084 * gdb.base/dprintf-detach.exp: New file.
15085
0a46d518
SM
150862014-12-10 Simon Marchi <simon.marchi@ericsson.com>
15087
15088 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
15089 * lib/gdb.exp (target_is_gdbserver): New procedure.
15090
a0be3e44
DE
150912014-12-08 Doug Evans <dje@google.com>
15092
15093 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
15094
df1b803a
YQ
150952014-12-05 Yao Qi <yao@codesourcery.com>
15096
15097 * gdb.guile/scm-error.exp: Remove the third argument to
15098 gdb_remote_download.
15099 * gdb.guile/scm-frame-args.exp: Likewise.
15100 * gdb.guile/scm-section-script.exp: Likewise.
15101
ddb9f679
YQ
151022014-12-05 Yao Qi <yao@codesourcery.com>
15103
15104 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
15105
86e4ed39
DE
151062014-12-04 Doug Evans <dje@google.com>
15107
15108 * gdb.python/py-objfile.exp: Add tests for
15109 objfile.add_separate_debug_file.
15110
7c50a931
DE
151112014-12-04 Doug Evans <dje@google.com>
15112
15113 * lib/gdb.exp (get_build_id): New function.
15114 (build_id_debug_filename_get): Rewrite to use it.
15115 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
15116
621661e3
MR
151172014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
15118
15119 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
15120 `method(long)', not just 0x0.
15121 * gdb.cp/nsalias.exp: Align code labels to 4.
15122 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
15123 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
15124 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
15125 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
15126 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
15127 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
15128
29f0c3b7
DE
151292014-12-02 Doug Evans <dje@google.com>
15130
e1e061e7 15131 PR symtab/17602
29f0c3b7 15132 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 15133 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
15134 * gdb.cp/anon-ns.exp: Update.
15135
162078c8
NB
151362014-12-02 Nick Bull <nicholaspbull@gmail.com>
15137
15138 * gdb.python/py-events.py (inferior_call_handler): New.
15139 (register_changed_handler, memory_changed_handler): New.
15140 (test_events.invoke): Register new handlers.
15141 * gdb.python/py-events.exp: Add tests for inferior call,
15142 memory_changed and register_changed events.
15143
fdb09caf
AA
151442014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
15145
15146 * gdb.base/execl-update-breakpoints.exp: Specify the link address
15147 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
15148 if the linker doesn't understand this.
15149
55cfb2c4
SM
151502014-12-01 Simon Marchi <simon.marchi@ericsson.com>
15151
15152 * gdb.python/python.exp: Change expected reply to help().
15153
9e8cd6df
YQ
151542014-12-01 Yao Qi <yao@codesourcery.com>
15155
15156 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
15157 AC_CONFIG_SUBDIRS(gdb.gdbtk).
15158 * configure: Re-generated.
15159
6c659fc2
SC
151602014-11-28 Siva Chandra Reddy <sivachandra@google.com>
15161
15162 * gdb.cp/chained-calls.cc: New file.
15163 * gdb.cp/chained-calls.exp: New file.
15164 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
15165
d7fc3181
SM
151662014-11-28 Simon Marchi <simon.marchi@ericsson.com>
15167
15168 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
15169 * gdb.dwarf2/symtab-producer.exp: Same.
15170 * gdb.gdb/python-interrupts.exp: Same.
15171 * gdb.gdb/python-selftest.exp: Same.
15172 * gdb.python/py-linetable.exp: Same.
15173 * gdb.python/py-type.exp: Same.
15174 * gdb.python/py-value-cc.exp: Same.
15175 * gdb.python/py-value.exp: Same.
15176
10e79639
YQ
151772014-11-28 Yao Qi <yao@codesourcery.com>
15178
15179 * gdb.base/break-probes.exp: Match library name prefixed with
15180 sysroot.
15181
f28a0564
SM
151822014-11-27 Simon Marchi <simon.marchi@ericsson.com>
15183
15184 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
15185 test expected output. Add parentheses for the call to print.
15186 Remove L suffix from integers.
15187
3fe1ce1d
DE
151882014-11-26 Doug Evans <dje@google.com>
15189
15190 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
15191
84429e27
YQ
151922014-11-22 Yao Qi <yao@codesourcery.com>
15193
15194 * gdb.trace/entry-values.c: Remove asms.
15195 (foo): Add foo_label.
15196 (bar): Add bar_label.
15197 * gdb.trace/entry-values.exp: Remove code computing foo's
15198 length and bar's length.
15199 (Dwarf::assemble): Invoke function_range for bar and use
15200 MACRO_AT_func for foo.
15201
26741859
YQ
152022014-11-22 Yao Qi <yao@codesourcery.com>
15203
15204 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
15205 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
15206 Use .Lgcc43_procstart instead of gcc43.
15207
45e44d27
JB
152082014-11-21 Joel Brobecker <brobecker@adacore.com>
15209
15210 * gdb.ada/n_arr_bound: New testcase.
15211
458c8db8
SDJ
152122014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
15213
15214 PR breakpoints/10737
15215 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
15216 test_catch_syscall_multi_arch.
15217 (test_catch_syscall_multi_arch): New function.
15218
43f3e411
DE
152192014-11-20 Doug Evans <xdje42@gmail.com>
15220
15221 * gdb.base/maint.exp: Update expected output.
15222
0d7b2549
AA
152232014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
15224
15225 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
15226 4-byte instruction on S390.
15227
8908fca5
JB
152282014-11-19 Joel Brobecker <brobecker@adacore.com>
15229
15230 * gdb.ada/arr_arr: New testcase.
15231
4a46959e
JB
152322014-11-19 Joel Brobecker <brobecker@adacore.com>
15233
15234 * gdb.ada/pkd_arr_elem: New Testcase.
15235
470e2f4e
LM
152362014-11-18 Luis Machado <lgustavo@codesourcery.com>
15237
15238 * gdb.reverse/break-precsave: Expect completion message for
15239 core file reads.
15240 * gdb.reverse/consecutive-precsave.exp: Likewise.
15241 * gdb.reverse/finish-precsave.exp: Likewise.
15242 * gdb.reverse/i386-precsave.exp: Likewise.
15243 * gdb.reverse/machinestate-precsave.exp: Likewise.
15244 * gdb.reverse/sigall-precsave.exp: Likewise.
15245 * gdb.reverse/solib-precsave.exp: Likewise.
15246 * gdb.reverse/step-precsave.exp: Likewise.
15247 * gdb.reverse/until-precsave.exp: Likewise.
15248 * gdb.reverse/watch-precsave.exp: Likewise.
15249
a267f3ad
AA
152502014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15251
15252 * gdb.base/bp-permanent.c: Include unistd.h.
15253 * gdb.python/py-framefilter-mi.c (main): Add return type.
15254 * gdb.python/py-framefilter.c (main): Likewise.
15255 * gdb.trace/actions-changed.c (main): Likewise.
15256
12084a9a
AA
152572014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15258
15259 * gdb.mi/until.c: Add eye-catchers.
15260 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
15261 line numbers.
15262
dc7e1a77
AA
152632014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15264
15265 * gdb.base/condbreak.exp: Drop references to removed non-prototype
15266 function header variants in break1.c.
15267 * gdb.base/ena-dis-br.exp: Likewise.
15268 * gdb.base/hbreak2.exp: Likewise.
15269 * gdb.reverse/until-precsave.exp: Drop references to removed
15270 non-prototype function header variants in ur1.c.
15271 * gdb.reverse/until-reverse.exp: Likewise.
15272
41c77605
PM
152732014-11-17 Petr Machata <pmachata@redhat.com>
15274
15275 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
15276 ${_cu_offset_size} bytes abbrev offset.
15277
34248c3a
DE
152782014-11-15 Doug Evans <xdje42@gmail.com>
15279
15280 PR symtab/17559
15281 * gdb.base/line-symtabs.exp: New file.
15282 * gdb.base/line-symtabs.c: New file.
15283 * gdb.base/line-symtabs.h: New file.
15284
646da059
YQ
152852014-11-14 Yao Qi <yao@codesourcery.com>
15286
15287 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
15288 (func): Add label func_label.
15289 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
15290 Replace low_pc and high_pc with MACRO_AT_range.
15291 Replace name, low_pc and high_pc with MACRO_AT_func.
15292
9301ebe6
YQ
152932014-11-14 Yao Qi <yao@codesourcery.com>
15294
15295 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
15296 Replace name, low_pc and high_pc with MACRO_AT_func.
15297
f166b542
YQ
152982014-11-14 Yao Qi <yao@codesourcery.com>
15299
15300 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
15301 produce debug information.
15302 * gdb.dwarf2/implptr-optimized-out.S: Removed.
15303
0f6e71e3
YQ
153042014-11-14 Yao Qi <yao@codesourcery.com>
15305
15306 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
15307 object and get function length.
15308 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
15309 with MACRO_AT_func.
15310 (top-level): Replace gdb_compile and clean_restart with
15311 prepare_for_testing.
15312 * gdb.dwarf2/main.c (main): Add label main_label.
15313
876c4df9
YQ
153142014-11-14 Yao Qi <yao@codesourcery.com>
15315
15316 * lib/dwarf.exp (function_range): New procedure.
15317 (Dwarf::_handle_macro_at_func): New procedure.
15318 (Dwarf::_handle_macro_at_range): New procedure.
15319 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
15320
02ad9cf1
YQ
153212014-11-14 Yao Qi <yao@codesourcery.com>
15322
15323 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
15324 (_handle_attribute): New procedure.
15325
a59add0c
AA
153262014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15327
15328 * gdb.ada/cond_lang/foo.c (callme): Add return type.
15329 * gdb.base/call-sc.c (zed): Likewise.
15330 * gdb.base/checkpoint.c (main): Likewise.
15331 * gdb.base/dump.c (main): Likewise.
15332 * gdb.base/gcore.c (main): Likewise.
15333 * gdb.base/huge.c (main): Likewise.
15334 * gdb.base/multi-forks.c (main): Likewise.
15335 * gdb.base/pr10179-a.c (main): Likewise.
15336 * gdb.base/savedregs.c (main): Likewise.
15337 * gdb.base/sigaltstack.c (main): Likewise.
15338 * gdb.base/siginfo.c (main): Likewise.
15339 * gdb.base/structs.c (zed): Likewise.
15340 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
15341 * gdb.mi/mi-syn-frame.c (main): Likewise.
15342 * gdb.mi/until.c (foo, main): Likewise.
15343 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
15344 * gdb.base/solib-weak.c (foo): Declare.
15345 * gdb.base/attach-twice.c: Include stdio.h.
15346 * gdb.base/weaklib1.c: Likewise.
15347 * gdb.base/weaklib2.c: Likewise.
15348 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
15349 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
15350 unistd.h.
15351 * gdb.base/attach-pie-misread.c: Include stdlib.h.
15352 * gdb.mi/mi-exit-code.c: Likewise.
15353 * gdb.base/break-interp-lib.c: Include string.h.
15354 * gdb.base/coremaker.c: Likewise.
15355 * gdb.base/testenv.c: Likewise.
15356 * gdb.python/py-finish-breakpoint.c: Likewise.
15357 * gdb.base/inferior-died.c: Include sys/wait.h.
15358 * gdb.base/fileio.c: Include time.h.
15359 * gdb.base/async-shell.c: Include unistd.h.
15360 * gdb.base/dprintf-non-stop.c: Likewise.
15361 * gdb.base/info-os.c: Likewise.
15362 * gdb.mi/mi-console.c: Likewise.
15363 * gdb.mi/watch-nonstop.c: Likewise.
15364 * gdb.python/py-events.c: Likewise.
15365 * gdb.base/async.c (baz): Move up before its invocation.
15366 * gdb.base/code_elim2.c (my_global_func): Likewise.
15367 * gdb.base/skip-solib-lib.c (multiply): Likewise.
15368 * gdb.base/advance.c (func2): Likewise.
15369
3b5d5997
AA
153702014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15371
15372 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
15373 variant.
15374 * gdb.base/annota3.c: Likewise.
15375 * gdb.base/async.c: Likewise.
15376 * gdb.base/average.c: Likewise.
15377 * gdb.base/call-ar-st.c: Likewise.
15378 * gdb.base/call-rt-st.c: Likewise.
15379 * gdb.base/call-sc.c: Likewise.
15380 * gdb.base/call-strs.c: Likewise.
15381 * gdb.base/ending-run.c: Likewise.
15382 * gdb.base/execd-prog.c: Likewise.
15383 * gdb.base/exprs.c: Likewise.
15384 * gdb.base/foll-exec.c: Likewise.
15385 * gdb.base/foll-fork.c: Likewise.
15386 * gdb.base/foll-vfork.c: Likewise.
15387 * gdb.base/funcargs.c: Likewise.
15388 * gdb.base/gcore.c: Likewise.
15389 * gdb.base/jump.c: Likewise.
15390 * gdb.base/langs0.c: Likewise.
15391 * gdb.base/langs1.c: Likewise.
15392 * gdb.base/langs2.c: Likewise.
15393 * gdb.base/mips_pro.c: Likewise.
15394 * gdb.base/nodebug.c: Likewise.
15395 * gdb.base/opaque0.c: Likewise.
15396 * gdb.base/opaque1.c: Likewise.
15397 * gdb.base/recurse.c: Likewise.
15398 * gdb.base/run.c: Likewise.
15399 * gdb.base/scope0.c: Likewise.
15400 * gdb.base/scope1.c: Likewise.
15401 * gdb.base/setshow.c: Likewise.
15402 * gdb.base/setvar.c: Likewise.
15403 * gdb.base/shmain.c: Likewise.
15404 * gdb.base/shr1.c: Likewise.
15405 * gdb.base/shr2.c: Likewise.
15406 * gdb.base/sigall.c: Likewise.
15407 * gdb.base/signals.c: Likewise.
15408 * gdb.base/so-indr-cl.c: Likewise.
15409 * gdb.base/solib2.c: Likewise.
15410 * gdb.base/structs.c: Likewise.
15411 * gdb.base/sum.c: Likewise.
15412 * gdb.base/vforked-prog.c: Likewise.
15413 * gdb.base/watchpoint.c: Likewise.
15414 * gdb.reverse/shr2.c: Likewise.
15415 * gdb.reverse/until-reverse.c: Likewise.
15416 * gdb.reverse/ur1.c: Likewise.
15417 * gdb.reverse/watch-reverse.c: Likewise.
15418
066a77c5
AA
154192014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15420
15421 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
15422 variant.
15423 * gdb.base/sepdebug.exp: Drop references to removed code.
15424
4f204ea5
AA
154252014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15426
15427 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
15428 variant. Preserve original line numbering.
15429 * gdb.base/list1.c: Likewise.
15430
3b377a3a
AA
154312014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15432
15433 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
15434 variant.
15435 * gdb.base/break1.c: Likewise.
15436 * gdb.base/break.exp: Drop references to removed code.
15437
e444df73
AA
154382014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15439
15440 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
15441 variant.
15442
8008f2a7
AA
154432014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15444
15445 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
15446
a5a06887
AA
154472014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15448
15449 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
15450 logic into perform_all_tests() and invoke it with and without
15451 function header prototypes.
15452 (do_function_calls): Remove conditional XFAIL for PR 5318.
15453 (rerun_and_prepare): Remove duplicate code.
15454 (perform_all_tests): New. Main logic moved here.
15455
44dba9b9
AA
154562014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15457
15458 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
15459 code guarded by #ifdef NO_PROTOTYPES.
15460 (t_double_many_args): Likewise.
15461 (DEF_FUNC_MANY_ARGS_1): Likewise.
15462 (DEF_FUNC_VALUES_1): Likewise.
15463 (t_structs_ldc): Renamed from t_structs_fc in conditional code
15464 guarded by #ifdef PROTOTYPES.
15465
d1fbcd56
AA
154662014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15467
15468 * gdb.mi/mi-console.c: Add eye-catcher.
15469 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
15470 instead of literal line number.
15471
b0e59b8f
AA
154722014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15473
15474 * gdb.base/shr2.c: Add eye-catcher.
15475 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
15476 line number.
15477
78f98cca
AA
154782014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15479
15480 * gdb.base/jump.c: Add eye-catchers.
15481 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
15482 numbers.
15483
58fa2af0
AA
154842014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15485
15486 * gdb.base/execd-prog.c: Add eye-catchers.
15487 * gdb.base/foll-exec.c: Likewise.
15488 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
15489 line numbers.
15490
04e5059b
AA
154912014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15492
15493 * gdb.base/ending-run.c: Add eye-catchers.
15494 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
15495 literal line numbers.
15496
dbfdb174
AA
154972014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15498
15499 * gdb.base/call-rt-st.c: Add eye-catchers.
15500 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
15501 literal line numbers.
15502
888a2ade
AA
155032014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15504
15505 * gdb.base/call-ar-st.c: Add eye-catchers.
15506 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
15507 literal line numbers.
15508
6acc2dde
AA
155092014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15510
15511 * gdb.base/average.c: Add eye-catchers.
15512 * gdb.base/sum.c: Likewise.
15513 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
15514 regexps dynamically.
15515
9ecfcd1d
AA
155162014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15517
15518 * gdb.base/solib1.c: Add eye-catchers.
15519 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
15520 literal line numbers.
15521
78708b7c
PA
155222014-11-12 Pedro Alves <palves@redhat.com>
15523
15524 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
15525 leader has exited.
15526
af48d08f
PA
155272014-11-12 Pedro Alves <palves@redhat.com>
15528
15529 * gdb.arch/i386-bp_permanent.c: New file.
15530 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
15531 (srcfile): Set to i386-bp_permanent.c.
15532 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
15533 that stepi does not execute the 'leave' instruction, instead of
15534 testing it does execute.
15535 * gdb.base/bp-permanent.c: New file.
15536 * gdb.base/bp-permanent.exp: New file.
15537
af3768e9
DE
155382014-11-10 Doug Evans <xdje42@gmail.com>
15539
15540 PR symtab/17564
15541 * gdb.base/symtab-search-order.exp: New file.
15542 * gdb.base/symtab-search-order.c: New file.
15543 * gdb.base/symtab-search-order-1.c: New file.
15544 * gdb.base/symtab-search-order-shlib-1.c: New file.
15545
9de00a4a
PA
155462014-11-07 Pedro Alves <palves@redhat.com>
15547
15548 PR gdb/17511
15549 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
15550 i?86-*-linux*.
15551
e0f52461
SC
155522014-11-03 Siva Chandra Reddy <sivachandra@google.com>
15553
15554 PR c++/17494
15555 * gdb.cp/pr17494.cc: New file.
15556 * gdb.cp/pr17494.exp: New file.
15557
6ce8c980
YQ
155582014-11-02 Yao Qi <yao@codesourcery.com>
15559
15560 * gdb.python/python.exp: Get working directory and match the
15561 output of "set extended-prompt \\w " with it.
15562
02be9a71
DE
155632014-10-30 Doug Evans <dje@google.com>
15564
15565 * gdb.python/py-objfile.exp: Add tests for setting random attributes
15566 in objfiles.
15567 * gdb.python/py-progspace.exp: Add tests for setting random attributes
15568 in progspaces.
15569
3bdff46b
LM
155702014-10-30 Janis Johnson <janisjo@codesourcery.com>
15571
15572 * gdb.base/fullpath-expand.exp: Skip for a remote host.
15573 * gdb.base/realname-expand.exp: Likewise.
15574 * gdb.linespec/macro-relative.exp: Likewise.
15575
ab917dfb
PA
155762014-10-29 Pedro Alves <palves@redhat.com>
15577
15578 PR gdb/17408
15579 * gdb.threads/schedlock.c (some_function): New function.
15580 (call_function): New global.
15581 (MAYBE_CALL_SOME_FUNCTION): New macro.
15582 (thread_function): Call it.
15583 * gdb.threads/schedlock.exp (get_args): Add description parameter,
15584 and use it instead of a global counter. Adjust all callers.
15585 (get_current_thread): Use "find current thread" for test message
15586 here rather than having all callers pass down the same string.
15587 (goto_loop): New procedure, factored out from ...
15588 (my_continue): ... this.
15589 (step_ten_loops): Change parameter from test message to command to
15590 use. Adjust.
15591 (list_count): Delete global.
15592 (check_result): New procedure, factored out from duplicate top
15593 level code.
15594 (continue tests): Wrap in with_test_prefix.
15595 (test_step): New procedure, factored out from duplicate top level
15596 code.
15597 (top level): Test "step" in combination with all scheduler-locking
15598 modes. Test "next" in combination with all scheduler-locking
15599 modes, and in combination with stepping over a function call or
15600 not.
15601 * gdb.threads/next-bp-other-thread.c: New file.
15602 * gdb.threads/next-bp-other-thread.exp: New file.
15603
d3d4baed
PA
156042014-10-29 Pedro Alves <palves@redhat.com>
15605
15606 PR python/17372
15607 * gdb.python/python.exp: Test a multi-line command that spawns
15608 interactive Python.
15609 * gdb.base/multi-line-starts-subshell.exp: New file.
15610
563e8d85
YQ
156112014-10-29 Yao Qi <yao@codesourcery.com>
15612
15613 * gdb.base/fileio.exp: Make directories on host.
15614
0ea4d52e
YQ
156152014-10-29 Yao Qi <yao@codesourcery.com>
15616
15617 * gdb.base/fileio.c (test_write): Close the file.
15618
7f5ef605
PA
156192014-10-28 Pedro Alves <palves@redhat.com>
15620
15621 PR gdb/12623
15622 * gdb.base/sigstep.c (no_handler): New global.
15623 (main): If 'no_handler is true, set the signal handlers to
15624 SIG_IGN.
15625 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
15626 with_sw_watch and no_handler parameters. Handle them.
15627 (top level) <stepping over handler when stopped at a breakpoint
15628 test>: Add a test axis for testing with a software watchpoint, and
15629 another for testing with the signal handler set to SIG_IGN.
15630 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
15631 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
15632
abbdbd03
PA
156332014-10-28 Pedro Alves <palves@redhat.com>
15634
15635 PR gdb/17511
15636 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
15637 * gdb.base/sigstep.exp (other_handler_location): New global.
15638 (advance): Support stepping into the signal handler, and running
15639 commands while in the handler.
15640 (in_handler_map): New global.
15641 (top level): In the advance test, add combinations for getting
15642 into the handler with stepping commands, and for running commands
15643 in the handler. Add comment descripting the advancei tests.
15644
1df4399f
PA
156452014-10-28 Pedro Alves <palves@redhat.com>
15646
15647 * gdb.base/sigstep.exp: Use build_executable instead of
15648 prepare_for_testing.
15649 (top level): Move code that starts GDB, runs to main and creates a
15650 display to ...
15651 (restart): ... this new procedure.
15652 (top level): Move backtrace from signal handler test to ...
15653 (validate_backtrace): ... this new procedure.
15654 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
15655 with_test_prefix. Always restart GDB.
15656 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
15657 with_test_prefix. Always restart GDB. No need to delete
15658 breakpoints after the test.
15659 (test_skip_handler): Remove prefix parameter.
15660 (skip_over_handler, breakpoint_to_handler)
15661 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
15662 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
15663 restart GDB. No need to delete breakpoints after the test.
15664 (top level): Use foreach to call the test procedures with
15665 different commands.
15666
a5b6e449
PA
156672014-10-28 Pedro Alves <palves@redhat.com>
15668
15669 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
15670 instead of GNATS numbers.
15671 * gdb.base/sigbpt.exp: Likewise.
15672 * gdb.base/siginfo.exp: Likewise.
15673 * gdb.base/sigstep.exp: Likewise.
15674
e5f8a7cc
PA
156752014-10-27 Pedro Alves <palves@redhat.com>
15676
15677 * gdb.base/sigstep.c (dummy): New global.
15678 (main): Issue a couple writes to the new global.
15679 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
15680 procedures.
15681 (skip_over_handler): Use test_skip_handler.
15682 (top level): Call skip_over_handler for stepi and nexti too.
15683 (breakpoint_over_handler): Use test_skip_handler.
15684 (top level): Call breakpoint_over_handler for stepi and nexti too.
15685
763905a3
YQ
156862014-10-27 Yao Qi <yao@codesourcery.com>
15687
15688 * gdb.trace/tfile.c (adjust_function_address)
15689 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
15690 function descriptor.
15691
6f259a23
DB
156922014-10-24 Don Breazeal <donb@codesourcery.com>
15693
15694 * gdb.base/foll-fork.exp (test_follow_fork,
15695 catch_fork_child_follow): Check for updated fork messages emitted
15696 from infrun.c.
15697 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
15698 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
15699 vfork_and_exec_child_follow_through_step): Check for updated vfork
15700 messages emitted from infrun.c.
15701
09dd9a69
PA
157022014-10-24 Pedro Alves <palves@redhat.com>
15703
15704 * gdb.base/corefile.exp: Remove references to ultrix.
15705 * gdb.base/interrupt.exp: Likewise.
15706 * gdb.base/whatis.exp: Likewise.
15707 * gdb.gdb/selftest.exp: Likewise.
15708 * gdb.threads/manythreads.exp: Likewise.
15709 * gdb.threads/print-threads.exp: Likewise.
15710 * gdb.threads/pthreads.exp:: Likewise.
15711 * gdb.threads/schedlock.exp: Likewise.
15712
3433cfa5
SC
157132014-10-24 Siva Chandra Reddy <sivachandra@google.com>
15714
15715 * gdb.cp/non-trivial-retval.cc: Add a test case.
15716 * gdb.cp/non-trivial-retval.exp: Add a test.
15717
092f880b
YQ
157182014-10-20 Yao Qi <yao@codesourcery.com>
15719
15720 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
15721 * gdb.python/py-objfile-script-gdb.py: New file.
15722 * gdb.python/py-objfile-script.exp: Update reference to
15723 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
15724 of remote_download. Remove the dest file.
15725
acbdb7f3
YQ
157262014-10-20 Yao Qi <yao@codesourcery.com>
15727
15728 * gdb.base/checkpoint.exp: Don't remove file copied on host.
15729 * gdb.base/step-line.exp: Likewise.
15730 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15731 * gdb.dwarf2/dw2-basic.exp: Likewise.
15732 * gdb.dwarf2/dw2-compressed.exp: Likewise.
15733 * gdb.dwarf2/dw2-filename.exp: Likewise.
15734 * gdb.dwarf2/dw2-intercu.exp: Likewise.
15735 * gdb.dwarf2/dw2-intermix.exp: Likewise.
15736 * gdb.dwarf2/dw2-producer.exp: Likewise.
15737 * gdb.dwarf2/mac-fileno.exp: Likewise.
15738 * gdb.python/py-frame-args.exp: Likewise.
15739 * gdb.python/py-framefilter.exp: Likewise.
15740 * gdb.python/py-mi.exp: Likewise.
15741 * gdb.python/py-objfile-script.exp: Likewise
15742 * gdb.python/py-pp-integral.exp: Likewise.
15743 * gdb.python/py-pp-re-notag.exp: Likewise.
15744 * gdb.python/py-prettyprint.exp: Likewise.
15745 * gdb.python/py-section-script.exp: Likewise.
15746 * gdb.python/py-typeprint.exp: Likewise.
15747 * gdb.python/py-xmethods.exp: Likewise.
15748 * gdb.stabs/weird.exp: Likewise.
15749 * gdb.xml/tdesc-regs.exp: Likewise.
15750
bd286a29
KCY
157512014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
15752
15753 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
15754 (out_cu): Use addr_len for the size of addresses.
15755 (out_line): Likewise. Size DW_LNE_set_address instruction
15756 according to addr_len.
15757 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
15758 (FUNC): Add START_INSNS to definition.
15759
673dc4a0
YQ
157602014-10-18 Yao Qi <yao@codesourcery.com>
15761
15762 * gdb.base/argv0-symlink.exp: Check argv[0] value if
15763 gdb_has_argv0 return true.
15764 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
15765 check [target_info exists noargs], check [gdb_has_argv0]
15766 instead.
15767 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
15768 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
15769 procedures.
15770
4ffbba72
DE
157712014-10-17 Doug Evans <dje@google.com>
15772
15773 * gdb.python/py-events.exp: Update expected output for clear_objfiles
15774 event.
15775 * gdb.python/py-events.py: Add clear_objfiles event.
15776
d096d8c1
DE
157772014-10-17 Doug Evans <dje@google.com>
15778
15779 * gdb.python/py-objfile.exp: Test progspace attribute.
15780
a80db015
LM
157812014-10-17 Luis Machado <lgustavo@codesourcery.com>
15782
15783 * gdb.guile/scm-breakpoint.exp: Do not assume any
15784 directory separators when matching source file paths.
15785 * gdb.python/py-breakpoint.exp: Likewise.
15786 * gdb.reverse/break-precsave.exp: Likewise.
15787 * gdb.reverse/break-reverse.exp: Likewise.
15788 * gdb.reverse/consecutive-precsave.exp: Likewise.
15789 * gdb.reverse/finish-precsave.exp: Likewise.
15790 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
15791 * gdb.reverse/finish-reverse.exp: Likewise.
15792 * gdb.reverse/i386-precsave.exp: Likewise.
15793 * gdb.reverse/i387-env-reverse.exp: Likewise.
15794 * gdb.reverse/i387-stack-reverse.exp: Likewise.
15795 * gdb.reverse/machinestate-precsave.exp: Likewise.
15796 * gdb.reverse/machinestate.exp: Likewise.
15797 * gdb.reverse/sigall-precsave.exp: Likewise.
15798 * gdb.reverse/solib-precsave.exp: Likewise.
15799 * gdb.reverse/step-precsave.exp: Likewise.
15800 * gdb.reverse/until-precsave.exp: Likewise.
15801 * gdb.reverse/watch-precsave.exp: Likewise.
15802 * gdb.reverse/watch-reverse.exp: Likewise.
15803
b22089ab
YQ
158042014-10-17 Yao Qi <yao@codesourcery.com>
15805
15806 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
15807 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
15808
6c4486e6
PA
158092014-10-17 Pedro Alves <palves@redhat.com>
15810
15811 PR gdb/17471
15812 * gdb.base/bg-execution-repeat.c: New file.
15813 * gdb.base/bg-execution-repeat.exp: New file.
15814
0ff33695
PA
158152014-10-17 Pedro Alves <palves@redhat.com>
15816
15817 PR gdb/17300
15818 * gdb.base/continue-all-already-running.c: New file.
15819 * gdb.base/continue-all-already-running.exp: New file.
15820
6fdebc3d
PA
158212014-10-17 Pedro Alves <palves@redhat.com>
15822
15823 PR gdb/17472
15824 * gdb.base/annota-input-while-running.c: New file.
15825 * gdb.base/annota-input-while-running.exp: New file.
15826
32a8097b
PA
158272014-10-17 Pedro Alves <palves@redhat.com>
15828
15829 * gdb.base/callfuncs.exp: emove references to osf.
15830 * gdb.base/sigall.exp: Likewise.
15831 * gdb.gdb/selftest.exp: Likewise.
15832 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
15833 * gdb.mi/non-stop.c: Likewise.
15834 * gdb.mi/pthreads.c: Likewise.
15835 * gdb.reverse/sigall-precsave.exp: Likewise.
15836 * gdb.reverse/sigall-reverse.exp: Likewise.
15837 * gdb.threads/pthreads.c: Likewise.
15838 * gdb.threads/pthreads.exp: Likewise.
15839
7a3517ff
YQ
158402014-10-17 Yao Qi <yao@codesourcery.com>
15841
15842 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
15843 check 'target_info exists noargs'.
15844 (test_command_prompt_position): Likewise.
15845 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
15846 Remove "set args".
15847 (progvar_simple_while_test): Likewise.
15848 (progvar_complex_if_while_test): Likewise.
15849 (if_while_breakpoint_command_test): Likewise.
15850 (infrun_breakpoint_command_test): Likewise.
15851 (breakpoint_command_test): Likewise.
15852 (watchpoint_command_test): Likewise.
15853 (bp_deleted_in_command_test): Likewise.
15854 (temporary_breakpoint_commands): Likewise.
15855
bb99c472
YQ
158562014-10-16 Yao Qi <yao@codesourcery.com>
15857
15858 * gdb.base/remotetimeout.exp: Remove noargs checking.
15859
7c16b83e
PA
158602014-10-15 Pedro Alves <palves@redhat.com>
15861
15862 PR breakpoints/9649
15863 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
15864 * gdb.base/breakpoint-in-ro-region.exp
15865 (probe_target_hardware_step): New procedure.
15866 (top level): Probe hardware stepping and hardware breakpoint
15867 support. Test stepping through a read-only region, with both
15868 "breakpoint auto-hw" on and off and both "always-inserted" on and
15869 off.
15870
35a49624
IB
158712014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
15872
15873 * gdb.dlang/demangle.exp: Update for demangling changes.
15874
2d1c107c
SC
158752014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15876
15877 * gdb.cp/non-trivial-retval.cc: Add new test cases.
15878 * gdb.cp/non-trivial-retval.exp: Add new tests.
15879
778811d5
SC
158802014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15881
15882 PR c++/13403
15883 PR c++/15154
15884 * gdb.cp/non-trivial-retval.cc: New file.
15885 * gdb.cp/non-trivial-retval.exp: New file.
15886
10c5f0a8
YQ
158872014-10-15 Yao Qi <yao@codesourcery.com>
15888
15889 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
15890 remote host.
15891
65d7b369
YQ
158922014-10-15 Yao Qi <yao@codesourcery.com>
15893
15894 * gdb.python/py-symbol.exp: Match file base name if host is
15895 remote, otherwise match file name with dir name.
15896 * gdb.python/py-symtab.exp: Likewise.
15897 * gdb.python/python.exp: Likewise.
15898
46dc1394
YQ
158992014-10-15 Yao Qi <yao@codesourcery.com>
15900
15901 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
15902 pattern.
15903 * gdb.python/py-symtab.exp: Likewise.
15904 * gdb.python/python.exp: Remove trailing ".*". Fix typo
15905 locationn.
15906
c40cc657
JB
159072014-10-14 Joel Brobecker <brobecker@adacore.com>
15908
15909 * gdb.ada/addr_arith: New testcase.
15910
2abf49e1
MR
159112014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
15912
15913 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
15914 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
15915 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
15916 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
15917
f7088df3
SDJ
159182014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
15919
15920 * gdb.arch/stap-eval-lang-ada.S: Likewise.
15921 * gdb.arch/stap-eval-lang-ada.c: Likewise.
15922 * gdb.arch/stap-eval-lang-ada.exp: New file.
15923
4dc06805
YQ
159242014-10-14 Yao Qi <yao@codesourcery.com>
15925
15926 * gdb.mi/mi-var-child.c (nothing1): New function.
15927 (nothing2): New function.
15928 (do_children_tests): Set function pointers by nothing1 and
15929 nothing2.
15930 * gdb.mi/mi-var-child.exp: Step over new added statements.
15931 Update test to match the new output.
15932 * gdb.mi/var-cmd.c (nothing1): New function.
15933 (nothing2): New function.
15934 (do_children_tests): Set function pointers by nothing1 and
15935 nothing2.
15936 * gdb.mi/mi-var-display.exp: Update test to match output.
15937 Step to the line specified by $line_dct_nothing.
15938 Increase the number of lines to step.
15939
46a93de2
YQ
159402014-10-14 Yao Qi <yao@codesourcery.com>
15941
15942 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
15943 tests.
15944 * gdb.mi/mi2-var-child.exp: Likewise.
15945
14ea52ee
DE
159462014-10-13 Doug Evans <dje@google.com>
15947
15948 * gdb.python/py-objfile.exp: Change name of file name test.
15949
e5c6e92b
DE
159502014-10-13 Doug Evans <dje@google.com>
15951
15952 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
15953 from the start of the CU.
15954
c780cc2f
JK
159552014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15956 Yao Qi <yao@codesourcery.com>
15957
15958 Fix "save breakpoints" for "catch" command.
15959 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
15960 Remove -nonewline. Match also the added "main" line.
15961
99894e11
JK
159622014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15963
15964 Fix "save breakpoints" for "disable $bpnum" command.
15965 * gdb.base/save-bp.c (main): Add label.
15966 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
15967
6e1ac5a3
JK
159682014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15969
15970 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
15971
754dd2b0
YQ
159722014-10-11 Yao Qi <yao@codesourcery.com>
15973
15974 * gdb.server/server-kill.exp: Execute command
15975 "set remote trace-status-packet on" before "tstatus".
15976
f90183d7
YQ
159772014-10-11 Yao Qi <yao@codesourcery.com>
15978
15979 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
15980 (main): Call getppid.
15981 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
15982 and continue to it. Read variable "server_pid".
15983
bf40a607
YQ
159842014-10-11 Yao Qi <yao@codesourcery.com>
15985
15986 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
15987
052ca370
YQ
159882014-10-11 Yao Qi <yao@codesourcery.com>
15989
15990 * gdb.threads/thread-find.exp: Don't execute command
15991 "info threads".
15992 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
15993 * gdb.threads/linux-dp.exp: Don't check the condition
15994 $threads_created equals to zero.
15995
3831839c
PA
159962014-10-10 Pedro Alves <palves@redhat.com>
15997
15998 * gdb.base/bigcore.exp: Remove references to IRIX.
15999 * gdb.base/funcargs.exp: Likewise.
16000 * gdb.base/interrupt.exp: Likewise.
16001 * gdb.base/mips_pro.exp: Likewise.
16002 * gdb.base/nodebug.exp: Likewise.
16003 * gdb.base/setvar.exp: Likewise.
16004 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
16005
8b9a549d
PA
160062014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
16007 Pedro Alves <palves@redhat.com>
16008
16009 PR symtab/14466
16010 * gdb.base/vdso-warning.c: New file.
16011 * gdb.base/vdso-warning.exp: New file.
16012
d48ba5e8
DE
160132014-10-02 Doug Evans <dje@google.com>
16014
16015 * gdb.base/structs.c (main): Don't run forever.
16016
2278c276
PA
160172014-10-02 Pedro Alves <palves@redhat.com>
16018
16019 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
16020 (top level) <stop threads 1, stop threads 2>: Use it.
16021
b57bacec
PA
160222014-10-02 Pedro Alves <palves@redhat.com>
16023
16024 * gdb.threads/break-while-running.exp (test): Add new
16025 'update_thread_list' argument. Skip "info threads" if false.
16026 (top level): Add new 'update_thread_list' axis.
16027
13fd3ff3
PA
160282014-10-02 Pedro Alves <palves@redhat.com>
16029
16030 PR breakpoints/17431
16031 * gdb.base/execl-update-breakpoints.c: New file.
16032 * gdb.base/execl-update-breakpoints.exp: New file.
16033
0fec99e8
PA
160342014-10-01 Pedro Alves <palves@redhat.com>
16035
16036 * gdb.base/breakpoint-in-ro-region.c: New file.
16037 * gdb.base/breakpoint-in-ro-region.exp: New file.
16038
2ddf4301
SM
160392014-10-01 Simon Marchi <simon.marchi@ericsson.com>
16040
16041 * gdb.mi/mi-exit-code.exp: New file.
16042 * gdb.mi/mi-exit-code.c: New file.
16043
6a5f3f43
YQ
160442014-09-30 Yao Qi <yao@codesourcery.com>
16045
16046 * lib/prelink-support.exp (build_executable_own_libs): Error if
16047 the target isn't native.
16048
345bcc73
YQ
160492014-09-30 Yao Qi <yao@codesourcery.com>
16050
16051 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
16052 false.
16053
a25a5a45
PA
160542014-09-22 Pedro Alves <palves@redhat.com>
16055
16056 * gdb.threads/break-while-running.exp: New file.
16057 * gdb.threads/break-while-running.c: New file.
16058
00ba3162
YQ
160592014-09-19 Yao Qi <yao@codesourcery.com>
16060
16061 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
16062 Invoke test. Restart GDB with --readnow and invoke test again.
16063
c3b7b696
YQ
160642014-09-19 Yao Qi <yao@codesourcery.com>
16065
16066 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
16067 proc set_breakpoint_on_gcd_function. Invoke
16068 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
16069 invoke set_breakpoint_on_gcd_function again.
16070
2b4fd423
DE
160712014-09-18 Doug Evans <dje@google.com>
16072
16073 * gdb.dwarf2/symtab-producer.exp: New file.
16074
a5947601
SDJ
160752014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
16076
16077 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
16078 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
16079 * gdb.base/global-var-nested-by-dso.c: Likewise.
16080 * gdb.base/global-var-nested-by-dso.exp: Likewise.
16081
91c19059
SDJ
160822014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
16083 Pedro Alves <palves@redhat.com>
16084
16085 * gdb.base/watch-bitfields.exp: Pass string other than test file
16086 name to prepare_for_testing.
16087 (watch): New procedure.
16088 (expect_watchpoint): Use with_test_prefix.
16089 (top level): Factor out tests to ...
16090 (test_watch_location, test_regular_watch): ... these new
16091 procedures, and use with_test_prefix and gdb_continue_to_end.
16092
bb9d5f81
PP
160932014-09-16 Patrick Palka <patrick@parcs.ath.cx>
16094
16095 PR breakpoints/12526
16096 * gdb.base/watch-bitfields.exp: New file.
16097 * gdb.base/watch-bitfields.c: New file.
16098
635856f5
PA
160992014-09-16 Pedro Alves <palves@redhat.com>
16100
16101 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
16102 software and hardware addresses, not software address against
16103 itself.
16104
7280ceea
PA
161052014-09-16 Pedro Alves <palves@redhat.com>
16106
16107 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
16108 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
16109
428b16bd
PA
161102014-09-16 Pedro Alves <palves@redhat.com>
16111
16112 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
16113 files.
16114 * gdb.base/a2-run.exp: Remove all code guarded by istarget
16115 "*-*-vxworks*" throughout.
16116 * gdb.base/break.exp: Likewise.
16117 * gdb.base/default.exp: Likewise.
16118 * gdb.base/scope.exp: Likewise.
16119 * gdb.base/sepdebug.exp: Likewise.
16120 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
16121 throughout.
16122 * gdb.base/run.c: Likewise.
16123 * gdb.base/sepdebug.c: Likewise.
16124 * gdb.hp/gdb.aCC/run.c: Likewise.
16125 * gdb.reverse/until-reverse.c: Likewise.
16126 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
16127
666d413c
YQ
161282014-09-16 Yao Qi <yao@codesourcery.com>
16129
16130 * boards/local-remote-host-native.exp: New file.
16131
57cbd724
DE
161322014-09-14 Doug Evans <xdje42@gmail.com>
16133
16134 * gdb.threads/queue-signal.c (thread_count): New variable.
16135 (thread_count_mutex, thread_count_condvar): New variables.
16136 (incr_thread_count, wait_all_threads_running): New functions.
16137 (main): Wait for all threads to be in their thread functions.
16138
81219e53
DE
161392014-09-13 Doug Evans <xdje42@gmail.com>
16140
16141 * gdb.threads/queue-signal.c: New file.
16142 * gdb.threads/queue-signal.exp: New file.
16143
3714cea7
DE
161442014-09-13 Doug Evans <xdje42@gmail.com>
16145
16146 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
16147 be consistent with what default_gdb_init uses.
16148 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
16149 the plain text of the prompt. Add some logging printfs.
16150 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
16151
fa43b1d7
PA
161522014-09-12 Pedro Alves <palves@redhat.com>
16153
16154 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
16155 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
16156 * gdb.arch/i386-size-overlap.exp: Likewise.
16157 * gdb.arch/i386-size.exp: Likewise.
16158 * gdb.arch/i386-unwind.exp: Likewise.
16159 * gdb.base/a2-run.exp: Likewise.
16160 * gdb.base/break.exp: Likewise.
16161 * gdb.base/charset.exp: Likewise.
16162 * gdb.base/chng-syms.exp: Likewise.
16163 * gdb.base/commands.exp: Likewise.
16164 * gdb.base/dbx.exp: Likewise.
16165 * gdb.base/find.exp: Likewise.
16166 * gdb.base/funcargs.exp: Likewise.
16167 * gdb.base/jit-simple.exp: Likewise.
16168 * gdb.base/reread.exp: Likewise.
16169 * gdb.base/sepdebug.exp: Likewise.
16170 * gdb.base/step-bt.exp: Likewise.
16171 * gdb.cp/mb-inline.exp: Likewise.
16172 * gdb.cp/mb-templates.exp: Likewise.
16173 * gdb.objc/basicclass.exp: Likewise.
16174 * gdb.threads/killed.exp: Likewise.
16175
9d9bf2df
EBM
161762014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16177
16178 PR tdep/17379
16179 * gdb.arch/powerpc-stackless.S: New file.
16180 * gdb.arch/powerpc-stackless.exp: New file.
16181
1cf2f1b0
JK
161822014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16183
16184 * gdb.base/attach.c: Include unistd.h.
16185 (main): Call alarm. Add label postloop.
16186 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
16187 gdb_breakpoint, gdb_continue_to_breakpoint.
16188 (test_command_line_attach_run): Kill ${testpid} in one exit path.
16189
98880d46
PA
161902014-09-11 Pedro Alves <palves@redhat.com>
16191
16192 PR gdb/17347
16193 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
16194 * gdb.base/attach.exp (test_command_line_attach_run): New
16195 procedure.
16196 (top level): Call it.
16197
4c92ff2c
PA
161982014-09-11 Pedro Alves <palves@redhat.com>
16199
16200 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
16201 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
16202 (do_command_attach_tests): Use spawn_wait_for_attach.
16203 * gdb.base/solib-overlap.exp: Likewise.
16204 * gdb.multi/multi-attach.exp: Likewise.
16205 * gdb.python/py-prompt.exp: Likewise.
16206 * gdb.python/py-sync-interp.exp: Likewise.
16207 * gdb.server/ext-attach.exp: Likewise.
16208
3adc1a7d
GKB
162092014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
16210
16211 * gdb.fortran/array-element.exp: Remove unexpected "continue"
16212 command in testcase. Simplify testcase.
16213
96334934
JB
162142014-09-10 Joel Brobecker <brobecker@adacore.com>
16215
16216 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
16217
eb479039
JB
162182014-09-10 Joel Brobecker <brobecker@adacore.com>
16219
16220 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
16221
deede10c
JB
162222014-09-10 Joel Brobecker <brobecker@adacore.com>
16223
16224 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
16225
7828a5f5
JB
162262014-09-10 Joel Brobecker <brobecker@adacore.com>
16227
16228 * gdb.dwarf2/dynarr-ptr.c: New file.
16229 * gdb.dwarf2/dynarr-ptr.exp: New file.
16230
33aeebcf
MR
162312014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16232
16233 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
16234 of 30 rather than hardcoding 120 for a slow test case. Take the
16235 `gdb,timeout' target setting into account for this calculation.
16236 Don't extend the timeout for the test cases that don't need it.
16237
7b415901
MR
162382014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16239
16240 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
16241 a factor of 2 for a slow test case. Take the `gdb,timeout'
16242 target setting into account for this calculation.
16243 * gdb.reverse/until-precsave.exp: Increase the timeout by
16244 a factor of 15 and 3 respectively rather than adding 120
16245 for a pair of slow test cases. Take the `gdb,timeout'
16246 target setting into account for this calculation.
16247
4a40f85a
MR
162482014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16249
16250 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
16251 timeout, don't pass one down to gdb_expect.
16252 (gdb_expect): Rework timeout selection.
16253
09635af7
MR
162542014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16255
16256 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
16257 exception on timeout.
16258 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
16259 (gdbserver_start_extended): Catch any `gdbserver_start' error
16260 exceptions.
16261 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
16262 * lib/mi-support.exp (mi_gdb_target_load): Catch any
16263 `gdbserver_gdb_load' error exceptions.
16264
2bdd10b7
MR
162652014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16266
16267 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
16268 120 on waiting for the TCP socket to open.
16269
316935f0
DE
162702014-09-09 Doug Evans <xdje42@gmail.com>
16271
16272 * gdb.base/default.exp (show_conv_list): Add _caller_is,
16273 _caller_matches, _any_caller_is, _any_caller_matches.
16274
83740597
DE
162752014-09-09 Doug Evans <xdje42@gmail.com>
16276
16277 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
16278
4c122fc3
YQ
162792014-09-09 Yao Qi <yao@codesourcery.com>
16280
16281 * gdb.mi/mi-var-display.exp: Set print symbol off.
16282
a9f116cb
GKB
162832014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
16284
16285 PR gdb/17035
16286 * gdb.base/commands.exp: Add tests to verify user-defined
16287 commands with empty bodies.
16288 * gdb.python/py-cmd.exp: Test that we don't show user-defined
16289 python commands in `show user command`.
16290 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
16291 scheme commands in `show user command`.
16292
c75bd3a2
JK
162932014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16294
16295 PR python/17355
16296 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
16297 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
16298 * gdb.python/py-framefilter-invalidarg.exp: New file.
16299 * gdb.python/py-framefilter-invalidarg.py: New file.
16300
faa42425
DE
163012014-09-06 Doug Evans <xdje42@gmail.com>
16302
16303 PR 15276
16304 * gdb.python/py-caller-is.c: New file.
16305 * gdb.python/py-caller-is.exp: New file.
16306
474ca4f6
SDJ
163072014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
16308
16309 PR gdb/17235
16310 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
16311 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
16312
eb0b0463
SDJ
163132014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
16314
16315 PR fortran/17237
16316 * gdb.fortran/print-formatted.exp: New file.
16317 * gdb.fortran/print-formatted.f90: Likewise.
16318
5f3b99cf
SS
163192014-09-03 Sasha Smundak <asmundak@google.com>
16320
16321 * gdb.python/py-frame.exp: Test Frame.read_register.
16322
7d793aa9
SDJ
163232014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
16324
16325 PR python/16699
16326 * gdb.python/py-completion.exp: New file.
16327 * gdb.python/py-completion.py: Likewise.
16328
fb0576e9
DE
163292014-08-28 Doug Evans <dje@google.com>
16330
16331 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
16332 eax,etc. are live with values set by gdb and thus the compiler can't
16333 use them.
16334 * gdb.arch/i386-pseudo.c (main): Ditto.
16335
ee92b0dd
DE
163362014-08-27 Doug Evans <dje@google.com>
16337
16338 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
16339
6649db35
DE
163402014-08-25 Doug Evans <dje@google.com>
16341
16342 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
16343 (main): Ditto.
16344
564b7600
DE
163452014-08-25 Doug Evans <dje@google.com>
16346
16347 * gdb.threads/thread-execl.exp: #include <stdio.h>.
16348
3881fb67
YQ
163492014-08-24 Yao Qi <yao@codesourcery.com>
16350
16351 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
16352 symbol off.
16353 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
16354
a05a36a5
DE
163552014-08-22 Doug Evans <dje@google.com>
16356
16357 PR 17276
16358 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
16359 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
16360 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
16361
7c343b48
YQ
163622014-08-22 Yao Qi <yao@codesourcery.com>
16363
16364 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
16365 * gdb.python/py-finish-breakpoint2.exp: Likewise.
16366 * gdb.python/python.exp: Likewise. Use .py file on the host
16367 instead of the build.
16368
22fd09ae
JK
163692014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16370
16371 * gdb.threads/gcore-stale-thread.c: New file.
16372 * gdb.threads/gcore-stale-thread.exp: New file.
16373
a8454a7c
PA
163742014-08-21 Pedro Alves <palves@redhat.com>
16375
16376 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
16377 * gdb.base/gcore-relro-pie.exp: Likewise.
16378 * gdb.base/gcore-relro.exp: Likewise.
16379 * gdb.base/gcore.exp: Likewise.
16380 * gdb.base/print-symbol-loading.exp: Likewise.
16381 * gdb.threads/gcore-thread.exp: Likewise.
16382 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
16383
2a31c623
PA
163842014-08-20 Pedro Alves <palves@redhat.com>
16385 Jan Kratochvil <jan.kratochvil@redhat.com>
16386
16387 * Makefile.in (EXTRA_RULES, CC): New variables, get from
16388 configure.
16389 (EXPECT): Handle READ1 being set.
16390 (all): Depend on EXTRA_RULES.
16391 (check-read1, expect-read1, read1.so, read1): New rules.
16392 * README (Testsuite Parameters): Document the READ1 make variable.
16393 (Race detection): New section.
16394 * configure: Regenerate.
16395 * configure.ac: If build==host==target, and running under a
16396 GNU/glibc system, add read1 to the extra Makefile rules.
16397 (EXTRA_RULES): AC_SUBST it.
16398 * lib/read1.c: New file.
16399
d36430db
JB
164002014-08-20 Joel Brobecker <brobecker@adacore.com>
16401
16402 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
16403 the handling of variables declared as a typedef to an array
16404 which a DW_AT_data_location attribute.
16405
9a0dc9e3
PA
164062014-08-19 Andrew Burgess <aburgess@broadcom.com>
16407 Pedro Alves <palves@redhat.com>
16408
16409 PR symtab/14604
16410 PR symtab/14605
16411 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
16412 gdb_test.
16413
0718a8da
PA
164142014-08-19 Pedro Alves <palves@redhat.com>
16415
16416 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
16417
13b448cd
YQ
164182014-08-19 Yao Qi <yao@codesourcery.com>
16419
16420 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
16421 right line.
16422
1cbf5077
DB
164232014-08-18 David Blaikie <dblaikie@gmail.com>
16424
16425 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
16426
bf0fae19
JB
164272014-08-18 Joel Brobecker <brobecker@adacore.com>
16428
16429 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
16430 attribute in array range.
16431
3c8c5dcc
JB
164322014-08-18 Joel Brobecker <brobecker@adacore.com>
16433
16434 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
16435
e66d4446
SC
164362014-08-15 Siva Chandra Reddy <sivachandra@google.com>
16437
16438 PR c++/17132
16439 * gdb.cp/pr17132.cc: New file.
16440 * gdb.cp/pr17132.exp: New file.
16441
940df408
SC
164422014-08-15 Siva Chandra Reddy <sivachandra@google.com>
16443
16444 * gdb.python/py-xmethods.py (A_getarrayind)
16445 (E_method_char_worker.__call__, E_method_int_worker.__call__):
16446 Use 'print' with function call syntax.
16447 (E_method_matcher.match): Fix tab vs space indentation mixup.
16448
ebcc6c3a
YQ
164492014-08-15 Yao Qi <yao@codesourcery.com>
16450
16451 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
16452 false.
16453
775e0f04
YQ
164542014-08-15 Yao Qi <yao@codesourcery.com>
16455
16456 * gdb.cp/casts.exp: Set print symbol off.
16457 * gdb.cp/class2.exp: Likewise.
16458 * gdb.cp/overload.exp: Likewise.
16459 * gdb.cp/templates.exp: Likewise.
16460
d769e349
DE
164612014-08-11 Doug Evans <dje@google.com>
16462
16463 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
16464 (test_load_shlib): Update.
16465
20c6f1e1
YQ
164662014-08-09 Yao Qi <yao@codesourcery.com>
16467
16468 * gdb.base/display.exp: Invoke is_address_zero_readable.
16469 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
16470 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
16471 * gdb.base/hbreak-unmapped.exp: Return if
16472 is_address_zero_readable returns true.
16473 * gdb.base/signest.exp: Likewise.
16474 * gdb.base/signull.exp: Likewise.
16475 * gdb.base/sigbpt.exp: Likewise.
16476 * gdb.guile/scm-disasm.exp: Do the test if
16477 is_address_zero_readable returns false.
16478 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
16479 * gdb.python/py-arch.exp: Likewise.
16480 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
16481 * lib/gdb.exp (is_address_zero_readable): New proc.
16482
5792e8e3
YQ
164832014-08-09 Yao Qi <yao@codesourcery.com>
16484
16485 PR testsuite/13443
16486 * gdb.mi/mi-var-display.exp: Make test messages unique.
16487
3cecbbbe
TT
164882014-08-04 Tom Tromey <tromey@redhat.com>
16489
16490 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
16491 target 0".
16492
00b51ff5
TT
164932014-08-04 Tom Tromey <tromey@redhat.com>
16494
16495 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
16496 "target_resume".
16497
6908c509
JB
164982014-08-01 Joel Brobecker <brobecker@adacore.com>
16499
16500 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
16501 inner_vla_struct_object_size.
16502 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
16503 as xfail.
16504
cc6563d2
PA
165052014-07-30 Pedro Alves <palves@redhat.com>
16506
16507 * gdb.threads/signal-command-handle-nopass.exp (test): Add
16508 comment.
16509
7e09a223
YQ
165102014-07-29 Yao Qi <yao@codesourcery.com>
16511
16512 PR gdb/17206
16513 * gdb.base/until-nodebug.exp: New.
16514
7ebdbe92
DE
165152014-07-28 Doug Evans <xdje42@gmail.com>
16516
16517 PR guile/17203
16518 * gdb.guile/scm-parameter.exp: Add tests for trying to create
16519 previously existing parameter, and previously ambiguously spelled
16520 parameter.
16521
fdb1adc6
WN
165222014-07-28 Will Newton <will.newton@linaro.org>
16523
16524 * gdb.base/varargs.exp: Remove KFAILs for ARM.
16525
186fcde0
DE
165262014-07-26 Ludovic Courtès <ludo@gnu.org>
16527 Doug Evans <xdje42@gmail.com>
16528
16529 PR guile/17146
16530 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
16531
70509625
PA
165322014-07-25 Pedro Alves <palves@redhat.com>
16533
16534 * gdb.threads/signal-command-handle-nopass.c: New file.
16535 * gdb.threads/signal-command-handle-nopass.exp: New file.
16536 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
16537 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
16538 * gdb.threads/signal-delivered-right-thread.c: New file.
16539 * gdb.threads/signal-delivered-right-thread.exp: New file.
16540
c3f814a1
PA
165412014-07-25 Pedro Alves <palves@redhat.com>
16542
16543 * gdb.base/double-prompt-target-event-error.exp
16544 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
16545 match.
16546 (cancel_pagination_in_target_event): Rework double prompt
16547 detection.
16548 * gdb.base/paginate-after-ctrl-c-running.exp
16549 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
16550 <return>' match.
16551 * gdb.base/paginate-bg-execution.exp
16552 (test_bg_execution_pagination_return)
16553 (test_bg_execution_pagination_cancel): Remove '-notransfer
16554 <return>' matches.
16555 * gdb.base/paginate-execution-startup.exp
16556 (test_fg_execution_pagination_return)
16557 (test_fg_execution_pagination_cancel): Remove '-notransfer
16558 <return>' matches.
16559 * gdb.base/paginate-inferior-exit.exp
16560 (test_paginate_inferior_exited): Remove '-notransfer <return>'
16561 match.
16562 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
16563 * lib/gdb.exp (pagination_prompt): Run text through
16564 string_to_regexp.
16565 (gdb_test_multiple): Match $pagination_prompt instead of
16566 "<return>".
16567 (string_to_regexp): Move to lib/gdb-utils.exp.
16568
e214cf6c
JK
165692014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16570
16571 * gdb.arch/amd64-entry-value-paramref.S: New file.
16572 * gdb.arch/amd64-entry-value-paramref.cc: New file.
16573 * gdb.arch/amd64-entry-value-paramref.exp: New file.
16574 * gdb.arch/amd64-optimout-repeat.S: New file.
16575 * gdb.arch/amd64-optimout-repeat.c: New file.
16576 * gdb.arch/amd64-optimout-repeat.exp: New file.
16577
17d0c5c8
JK
165782014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16579
16580 PR gdb/17170
16581 * gdb.base/statistics.exp: New file.
16582
b8b8facf
DE
165832014-07-17 Doug Evans <dje@google.com>
16584
74b49205 16585 PR gdb/17170
b8b8facf
DE
16586 * gdb.base/maint.exp: Update testing of per-command stats.
16587
1b5d0ab3
PA
165882014-07-16 Pedro Alves <palves@redhat.com>
16589
16590 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
16591 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
16592 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
16593 (tfile_write_buf): New functions.
16594 (add_memory_block): Rewrite using the above.
16595 (adjust_function_address): New function.
16596 (FUNCTION_ADDRESS): New macro.
16597 (write_basic_trace_file): Remove short_x local, and use
16598 tfile_write_16. Change type of func_addr local to unsigned long
16599 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
16600 here. Cast argument of add_memory_block to char pointer.
16601 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
16602 (main): Remove parameters.
16603 * gdb.trace/tfile.exp: Remove nowarnings.
16604
4d974e88
SM
166052014-07-15 Simon Marchi <simon.marchi@ericsson.com>
16606
16607 * gdb.base/debug-expr.exp: Test string evaluation with
16608 "debug expression" on.
16609
41e99568
PA
166102014-07-15 Pedro Alves <palves@redhat.com>
16611
16612 * gdb.base/reread.exp: Use clean_restart.
16613
487d9753
PL
166142014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
16615
16616 * gdb.arch/avr-flash-qualifer.c: New.
16617 * gdb.arch/avr-flash-qualifer.exp: New.
16618
cc1c52ad
PA
166192014-07-14 Pedro Alves <palves@redhat.com>
16620
16621 * gdb.base/paginate-after-ctrl-c-running.c: New file.
16622 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
16623
1e973570
PA
166242014-07-14 Pedro Alves <palves@redhat.com>
16625
16626 * gdb.base/double-prompt-target-event-error.c: New file.
16627 * gdb.base/double-prompt-target-event-error.exp: New file.
16628
93d6eb10
PA
166292014-07-14 Pedro Alves <palves@redhat.com>
16630
16631 PR gdb/17072
16632 * gdb.base/paginate-inferior-exit.c: New file.
16633 * gdb.base/paginate-inferior-exit.exp: New file.
16634
0017922d
PA
166352014-07-14 Pedro Alves <palves@redhat.com>
16636
16637 PR gdb/17072
16638 * gdb.base/paginate-bg-execution.c: New file.
16639 * gdb.base/paginate-bg-execution.exp: New file.
16640
94696ad3
PA
166412014-07-14 Pedro Alves <palves@redhat.com>
16642
16643 PR gdb/17072
16644 * gdb.base/paginate-execution-startup.c: New file.
16645 * gdb.base/paginate-execution-startup.exp: New file.
16646 * lib/gdb.exp (pagination_prompt): New global.
16647 (default_gdb_spawn): New procedure, factored out from
16648 default_gdb_spawn.
16649 (default_gdb_start): Adjust to call default_gdb_spawn.
16650 (gdb_spawn): New procedure.
16651
bd293940
PA
166522014-07-14 Pedro Alves <palves@redhat.com>
16653
16654 * lib/gdb.exp (gdb_assert): New procedure.
16655 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
16656
c933f875
PA
166572014-07-14 Pedro Alves <palves@redhat.com>
16658
16659 * gdb.base/execution-termios.c: New file.
16660 * gdb.base/execution-termios.exp: New file.
16661
d98b7a16
TT
166622014-07-14 Tom Tromey <tromey@redhat.com>
16663
16664 * gdb.cp/vla-cxx.cc: New file.
16665 * gdb.cp/vla-cxx.exp: New file.
16666
548740d6
TT
166672014-07-14 Tom Tromey <tromey@redhat.com>
16668
16669 * gdb.reverse/rerun-prec.c: New file.
16670 * gdb.reverse/rerun-prec.exp: New file.
16671
a25eb028
MR
166722014-07-12 Maciej W. Rozycki <macro@mips.com>
16673 Maciej W. Rozycki <macro@codesourcery.com>
16674
16675 * lib/gdb-utils.exp: New file.
16676 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
16677 inline `gdb_init_command' processing.
16678 (gdb_start_cmd): Likewise.
16679 * lib/mi-support.exp (mi_run_cmd): Likewise.
16680 * README: Document `gdb_init_command' and `gdb_init_commands'.
16681
218c2655
JK
166822014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16683
16684 Fix false FAIL running under a very long directory name.
16685 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
16686 and "set print elements 10000". Twice.
16687
5401fde3
YQ
166882014-07-11 Yao Qi <yao@codesourcery.com>
16689
16690 * gdb.base/exprs.exp: "set print symbol off".
16691
e76126e8
PA
166922014-07-11 Pedro Alves <palves@redhat.com>
16693
16694 * gdb.threads/kill.c: New file.
16695 * gdb.threads/kill.exp: New file.
16696
2d6f0de6
YQ
166972014-07-10 Yao Qi <yao@codesourcery.com>
16698
16699 * gdb.trace/tfile.c (write_basic_trace_file)
16700 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
16701 address written to trace file.
16702
7180e04a
PA
167032014-07-09 Pedro Alves <palves@redhat.com>
16704
16705 * gdb.base/attach-wait-input.exp: New file.
16706 * gdb.base/attach-wait-input.c: New file.
16707
9a9a7608
AB
167082014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
16709
16710 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
16711 setting up test structures.
16712 (main): Call new test function.
16713 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
16714 test function, continue into test function and walk test
16715 structures.
16716
161ac41e
YQ
167172014-07-02 Yao Qi <yao@codesourcery.com>
16718
16719 * gdb.trace/entry-values.c: Define labels 'foo_start' and
16720 'bar_start' at the beginning of functions 'foo' and 'bar'
16721 respectively.
16722 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
16723 instead of 'foo' and 'bar'.
16724
1f267ae3
MM
167252014-07-08 Markus Metzger <markus.t.metzger@intel.com>
16726
16727 * gdb.btrace/segv.exp: New.
16728 * gdb.btrace/segv.c: New.
16729
2b239efb
LM
167302014-07-02 Luis Machado <lgustavo@codesourcery.com>
16731
16732 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
16733 instruction.
16734
cf363f18
MW
167352014-06-30 Mark Wielaard <mjw@redhat.com>
16736
16737 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
16738 vulture, vilify, villar): New volatile array constants.
16739 (vindictive, vegetation): New const volatile array constants.
16740 * gdb.base/volatile.exp: Test volatile and const volatile array
16741 types.
16742
aebf9d24
AA
167432014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
16744
16745 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
16746 target lacks support for awatch, rwatch, or hbreak.
16747
b67a2c6f
YQ
167482014-06-27 Yao Qi <yao@codesourcery.com>
16749
16750 * gdb.multi/dummy-frame-restore.exp: New.
16751 * gdb.multi/dummy-frame-restore.c: New.
16752
aef92902
MM
167532014-06-25 Markus Metzger <markus.t.metzger@intel.com>
16754
16755 * gdb.btrace/gcore.exp: New.
16756
8e9db26e
PA
167572014-06-23 Pedro Alves <palves@redhat.com>
16758
16759 * gdb.base/watchpoint-reuse-slot.c: New file.
16760 * gdb.base/watchpoint-reuse-slot.exp: New file.
16761
70afc5b7
SC
167622014-06-23 Siva Chandra Reddy <sivachandra@google.com>
16763
16764 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
16765 progspace's filename in 'info', 'enable' and 'disable' command
16766 tests.
16767
b972bd9c
JK
167682014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
16769
16770 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
16771 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
16772 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
16773
125f8a3d
GB
167742014-06-20 Gary Benson <gbenson@redhat.com>
16775
16776 * gdb.arch/i386-avx.exp: Fix include file location.
16777 * gdb.arch/i386-sse.exp: Likewise.
16778
3ed9baed
IB
167792014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
16780
16781 * gdb.dlang/expression.exp: New file.
16782
034f788c
PA
167832014-06-19 Pedro Alves <palves@redhat.com>
16784
16785 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
16786 out from ...
16787 (top level): ... here. Iterate running tests under different
16788 scheduler-locking settings.
16789
45371d0c
LM
167902014-06-18 Luis Machado <lgustavo@codesourcery.com>
16791
16792 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
16793 to DW_FORM_addr and use non-zero addresses.
16794
5d376983
SC
167952014-06-18 Siva Chandra Reddy <sivachandra@google.com>
16796
16797 PR gdb/17017
16798 * gdb.python/py-xmethods.cc: Add global function call counters and
16799 increment them in their respective functions. Remove "cout"
16800 statements.
16801 * gdb.python/py-xmethods.exp: Make tests check the global function
16802 call counters instead of depending on inferior IO.
16803
a1aa2221
LM
168042014-06-18 Don Breazeal <donb@codesourcery.com>
16805
16806 * gdb.base/foll-fork.exp (default_fork_parent_follow):
16807 Deleted procedure.
16808 (explicit_fork_parent_follow): Deleted procedure.
16809 (explicit_fork_child_follow): Deleted procedure.
16810 (test_follow_fork): New procedure.
16811 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 16812 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
16813 procedure calls.
16814
0fc05997
YQ
168152014-06-17 Yao Qi <yao@codesourcery.com>
16816
16817 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
16818 CP1252.
16819
70795c52
LM
168202014-06-17 Luis Machado <lgustavo@codesourcery.com>
16821
16822 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
16823 Initialize ptr and S explicitly.
16824 (skip_type_update_when_not_use_rtti_test): Likewise.
16825
6be47f0c
KS
168262014-06-16 Keith Seitz <keiths@redhat.com>
16827
16828 PR mi/15863
16829 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
16830 the inferior is started.
16831
d03de421
PA
168322014-06-16 Pedro Alves <palves@redhat.com>
16833
16834 * gdb.base/break-main-file-remove-fail.c: New file.
16835 * gdb.base/break-main-file-remove-fail.exp: New file.
16836 * gdb.base/break-unload-file.exp: Use build_executable instead of
16837 prepare_for_testing.
16838 (test_break): New parameter "initial_load". Handle it.
16839 (top level): Add initial_load cmdline/file axis.
16840
f9579b99
TT
168412014-06-12 Tom Tromey <tromey@redhat.com>
16842
16843 * gdb.base/completion.exp: Don't use directory name in test.
16844
3657956b
GB
168452014-06-09 Gary Benson <gbenson@redhat.com>
16846
16847 * gdb.base/sigall.c [Functions to send signals]: Reorder to
16848 separate the always-available ANSI-standard signals from the
16849 signals that require checking.
16850 (main): Likewise.
16851 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
16852 Likewise.
16853 (main): Likewise.
16854
4186eb54
KS
168552014-06-07 Keith Seitz <keiths@redhat.com>
16856
16857 Revert:
16858 PR c++/16253
16859 * gdb.cp/var-tag.cc: New file.
16860 * gdb.cp/var-tag.exp: New file.
16861 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
16862 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
16863 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
16864 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
16865
25326a28 168662014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
16867
16868 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
16869
829155c9
PA
168702014-06-06 Pedro Alves <palves@redhat.com>
16871
16872 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
16873 in target debug output instead of looking at RSP packets,
16874 disabling the test on any target that uses hardware stepping.
16875 Update comments.
16876
61c8d22e
PA
168772014-06-06 Pedro Alves <palves@redhat.com>
16878
16879 * gdb.base/break-unload-file.exp: Fix typo.
16880
d9a47287
YQ
168812014-06-06 Yao Qi <yao@codesourcery.com>
16882
16883 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
16884 from "jit_function" to "^jit_function".
16885
e5e01dbf
YQ
168862014-06-06 Yao Qi <yao@codesourcery.com>
16887
16888 * gdb.base/async.c (foo): Add one statement.
16889 * gdb.base/async.exp: Get the next instruction address and
16890 match the output of "nexti" by instruction address. Match
16891 the hex address in the output of "finish".
16892
73ba372c
GB
168932014-06-06 Gary Benson <gbenson@redhat.com>
16894
16895 * gdb.base/call-signals.c: Remove preprocessor conditionals
16896 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
16897 SIGSEGV and SIGTERM.
16898 * gdb.base/sigall.c: Likewise.
16899 * gdb.base/unwindonsignal.c: Likewise.
16900 * gdb.reverse/sigall-reverse.c: Likewise.
16901
831517df
YQ
169022014-06-06 Yao Qi <yao@codesourcery.com>
16903
16904 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
16905 readable, skip the test.
16906
b8b91e98
YQ
169072014-06-06 Yao Qi <yao@codesourcery.com>
16908
16909 * gdb.threads/staticthreads.c (thread_function): Move the line
16910 setting breakpoint on forward.
16911 * gdb.threads/staticthreads.exp: Update comments.
16912
fb934770
LC
169132014-06-05 Ludovic Courtès <ludo@gnu.org>
16914
16915 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
16916 "history-append! type error".
16917
6ef284bd
SM
169182014-06-05 Simon Marchi <simon.marchi@ericsson.com>
16919
16920 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
16921 erroneous dprintf expected input.
16922
a872e241
DE
169232014-06-04 Doug Evans <xdje42@gmail.com>
16924
16925 * gdb.guile/scm-generics.exp: Delete.
16926
16f691fb
DE
169272014-06-04 Doug Evans <xdje42@gmail.com>
16928
16929 * gdb.guile/scm-breakpoint.exp: Update.
16930 Add tests for breakpoint registration.
16931
012370f6
TT
169322014-06-04 Tom Tromey <tromey@redhat.com>
16933
16934 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
16935 VLA-in-union.
16936 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
16937 inner_vla_struct, vla_union types. Initialize objects of those
16938 types and compute their sizes.
16939
9f5a4cef
HZ
169402014-06-04 Nathan Sidwell <nathan@codesourcery.com>
16941 Hui Zhu <hui@codesourcery.com>
16942
16943 * gdb.base/fileio.exp: Add test for shell not available as well as
16944 available.
16945 * gdb.base/fileio.c (test_system): Check for shell twice.
16946
90a45c4d
YQ
169472014-06-04 Yao Qi <yao@codesourcery.com>
16948
16949 * gdb.base/auto-connect-native-target.exp: Remove redundant
16950 space from the regexp pattern.
16951
70017e41
YQ
169522014-06-04 Yao Qi <yao@codesourcery.com>
16953
16954 * gdb.base/default.exp: Replace "child" with "native" in
16955 regexp pattern.
16956
883964a7
SC
169572014-06-03 Siva Chandra Reddy <sivachandra@google.com>
16958
16959 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
16960 * gdb.python/py-xmethods.exp: New tests to test xmethods.
16961 * gdb.python/py-xmethods.py: Python script supporting the
16962 new testcase and tests.
16963
ef370185
JB
169642014-06-03 Joel Brobecker <brobecker@adacore.com>
16965 Pedro Alves <palves@redhat.com>
16966
16967 PR breakpoints/17000
16968 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
16969 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
16970
1e2ccb61
BM
169712014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
16972
16973 * gdb.base/subst.exp: Add tests to verify partial path matching
16974 output.
16975
c6ec5ab2
PA
169762014-06-03 Pedro Alves <palves@redhat.com>
16977
16978 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
16979 target that doesn't use software single-stepping.
16980
835c559f
PA
169812014-06-03 Pedro Alves <palves@redhat.com>
16982
16983 PR breakpoints/17000
16984 * gdb.base/sss-bp-on-user-bp-2.c: New file.
16985 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
16986
06eb1586
DE
169872014-06-02 Doug Evans <xdje42@gmail.com>
16988
16989 * gdb.guile/scm-parameter.exp: New file.
16990
e698b8c4
DE
169912014-06-02 Doug Evans <xdje42@gmail.com>
16992
16993 * gdb.guile/scm-cmd.c: New file.
16994 * gdb.guile/scm-cmd.exp: New file.
16995
ded03782
DE
169962014-06-02 Doug Evans <xdje42@gmail.com>
16997
16998 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
16999 pretty-printer lookup.
17000 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
17001 (make-pp_s-printer): Call it.
17002 (make-pretty-printer-from-dict): New function.
17003 (lookup-pretty-printer-maker-from-dict): New function.
17004 (*pretty-printer*): Simplify.
17005 (make-objfile-pp_s-printer): New function.
17006 (install-objfile-pretty-printers!): New function.
17007 (make-progspace-pp_s-printer): New function.
17008 (install-progspace-pretty-printers!): New function.
17009 * gdb.guile/scm-progspace.c: New file.
17010 * gdb.guile/scm-progspace.exp: New file.
17011
41fac0cf
PA
170122014-06-02 Pedro Alves <palves@redhat.com>
17013
17014 * gdb.base/dprintf-bp-same-addr.c: New file.
17015 * gdb.base/dprintf-bp-same-addr.exp: New file.
17016
96ae5695
EBM
170172014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17018
17019 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
17020 * gdb.arch/powerpc-power.s: Likewise.
17021
da02b3a8
JB
170222014-06-02 Joel Brobecker <brobecker@adacore.com>
17023
17024 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
17025
c72b2e7b
YQ
170262014-06-01 Yao Qi <yao@codesourcery.com>
17027
17028 * gdb.base/watchpoint.exp (test_watch_location): Check null
17029 pointer can be dereferenced. If not, do the test, otherwise
17030 skip it.
17031
53e8a631
AB
170322014-05-30 Andrew Burgess <aburgess@broadcom.com>
17033
17034 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
17035 results.
17036 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
17037
938f0e2f
AB
170382014-05-30 Andrew Burgess <aburgess@broadcom.com>
17039
17040 * gdb.arch/amd64-invalid-stack-middle.S: New file.
17041 * gdb.arch/amd64-invalid-stack-middle.c: New file.
17042 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
17043 * gdb.arch/amd64-invalid-stack-top.c: New file.
17044 * gdb.arch/amd64-invalid-stack-top.exp: New file.
17045
9ba6657a
PA
170462014-05-30 Pedro Alves <palves@redhat.com>
17047
17048 PR breakpoints/17000
17049 * gdb.base/sss-bp-on-user-bp.c: New file.
17050 * gdb.base/sss-bp-on-user-bp.exp: New file.
17051
522c09bf
DB
170522014-05-30 David Blaikie <dblaikie@gmail.com>
17053
17054 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
17055 gnu_inline semantics via attribute.
17056 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
17057 source explicitly specifies the required semantics.
17058
bf4ef81e
MR
170592014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
17060
17061 * gdb.reverse/sigall-reverse.exp: Fix a typo.
17062
329ea579
PA
170632014-05-29 Pedro Alves <palves@redhat.com>
17064 Tom Tromey <tromey@redhat.com>
17065
17066 * gdb.base/async-shell.exp: Don't enable target-async.
17067 * gdb.base/async.exp
17068 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
17069 parameter. Adjust.
17070 (top level): Don't test with "target-async".
17071 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
17072 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
17073 * gdb.base/inferior-died.exp: Don't enable target-async.
17074 * gdb.base/interrupt-noterm.exp: Likewise.
17075 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
17076 * gdb.mi/mi-nonstop-exit.exp: Likewise.
17077 * gdb.mi/mi-nonstop.exp: Likewise.
17078 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
17079 * gdb.mi/mi-nsintrall.exp: Likewise.
17080 * gdb.mi/mi-nsmoribund.exp: Likewise.
17081 * gdb.mi/mi-nsthrexec.exp: Likewise.
17082 * gdb.mi/mi-watch-nonstop.exp: Likewise.
17083 * gdb.multi/watchpoint-multi.exp: Adjust comment.
17084 * gdb.python/py-evsignal.exp: Don't enable target-async.
17085 * gdb.python/py-evthreads.exp: Likewise.
17086 * gdb.python/py-prompt.exp: Likewise.
17087 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
17088 * gdb.server/solib-list.exp: Don't enable target-async.
17089 * gdb.threads/thread-specific-bp.exp: Likewise.
17090 * lib/mi-support.exp: Adjust to use mi-async.
17091
fd664c91
PA
170922014-05-29 Pedro Alves <palves@redhat.com>
17093
17094 PR gdb/13860
17095 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
17096 reason, even in sync mode.
17097
251bde03
PA
170982014-05-29 Pedro Alves <palves@redhat.com>
17099 Hui Zhu <hui@codesourcery.com>
17100
17101 PR PR15693
17102 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
17103 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
17104 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
17105 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
17106
7f3c0343
JB
171072014-05-28 Joel Brobecker <brobecker@adacore.com>
17108
17109 * config/monitor.exp (gdb_target_monitor): Replace use of
17110 "set remotebaud" by "set serial baud".
17111
b2715b27
AW
171122014-05-26 Andy Wingo <wingo@igalia.com>
17113
17114 * gdb.guile/scm-breakpoint.exp:
17115 * gdb.guile/scm-gsmob.exp: Update to use plain old object
17116 properties instead of gdb-object-properties.
17117
498a4489
YQ
171182014-05-26 Yao Qi <yao@codesourcery.com>
17119
17120 * gdb.server/no-thread-db.exp: Specify source file name
17121 explicitly when setting a breakpoint.
17122
589fdceb
MM
171232014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17124
17125 * gdb.btrace/vdso.c: New.
17126 * gdb.btrace/vdso.exp: New.
17127
e9089e05
MM
171282014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17129
17130 * gdb.base/gcore.exp (capture_command_output): Move ...
17131 * lib/gdb.exp (capture_command_output): ... here.
17132
67b5c0c1
MM
171332014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17134
17135 * gdb.btrace/data.exp: Test memory access during btrace replay.
17136
a2199296
SM
171372014-05-22 Simon Marchi <simon.marchi@ericsson.com>
17138
17139 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
17140
17b2616c
PA
171412014-05-21 Pedro Alves <palves@redhat.com>
17142
17143 PR gdb/13860
17144 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
17145 (top level): Test that output related to execution commands is
17146 sent to the console with CLI commands, but not with MI commands.
17147 Test that breakpoint events are always mirrored to the console.
17148 Also expect the new source line to be output after a "next" in
17149 async mode too. Make it a pass/fail test.
17150 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
17151 output.
17152 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
17153
5166082f
PA
171542014-05-21 Pedro Alves <palves@redhat.com>
17155
17156 * gdb.base/list.exp (build_pattern, test_list): New procedures.
17157 Use them to test variations of "list" after reaching a breakpoint.
17158 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
17159 Test "list" with listsize 10 after reaching a breakpoint.
17160 * gdb.python/python.exp (decode_line current location line
17161 number): Adjust expected line number.
17162
2f25d70f
SM
171632014-05-21 Simon Marchi <simon.marchi@ericsson.com>
17164
17165 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
17166 behavior for $args, pass it directly to "run".
17167
ff604a67
MR
171682014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
17169
17170 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
17171 30000 to 65536.
17172
6a3cb8e8
PA
171732014-05-21 Pedro Alves <palves@redhat.com>
17174
17175 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
17176 auto-connect-native-target off".
17177 * gdb.base/auto-connect-native-target.c: New file.
17178 * gdb.base/auto-connect-native-target.exp: New file.
17179
4ebfc96e
PA
171802014-05-21 Pedro Alves <palves@redhat.com>
17181
17182 * gdb.base/default.exp: Test "target native" instead of "target
17183 child".
17184
36d46afb
MW
171852014-05-21 Mark Wielaard <mjw@redhat.com>
17186
17187 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
17188
5876f503
JK
171892014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17190
17191 Fix TLS access for -static -pthread.
17192 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
17193 <HAVE_TLS> (thread_function, main): Initialize it.
17194 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
17195 Add clean_restart.
17196 <$have_tls != "">: Check TLSVAR.
17197
0256a6ac
PA
171982014-05-21 Pedro Alves <palves@redhat.com>
17199
17200 * gdb.base/dcache-line-read-error.c: New.
17201 * gdb.base/dcache-line-read-error.exp: New.
17202
936d2992
PA
172032014-05-20 Pedro Alves <palves@redhat.com>
17204
17205 * gdb.base/compare-sections.c: New file.
17206 * gdb.base/compare-sections.exp: New file.
17207
802e8e6d
PA
172082014-05-20 Pedro Alves <palves@redhat.com>
17209
17210 * gdb.base/break-idempotent.c: New file.
17211 * gdb.base/break-idempotent.exp: New file.
17212
e59fa00f
MM
172132014-05-20 Markus Metzger <markus.t.metzger@intel.com>
17214
17215 * gdb.btrace/nohist.exp: New.
17216
8b696e31
YQ
172172014-05-20 Yao Qi <yao@codesourcery.com>
17218
17219 * lib/gdb.exp (gdb_init): Set timeout if test file is under
17220 gdb.reverse directory and gdb_reverse_timeout exists in board
17221 setting.
17222 * README: Document gdb_reverse_timeout.
17223
73c9764f
YQ
172242014-05-20 Yao Qi <yao@codesourcery.com>
17225
17226 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
17227 'test_file_name'. Treat args as a string instead of a list.
17228 (gdb_init): Rename argument 'args' by 'test_file_name'.
17229
f1f4348a
JK
172302014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
17231
17232 * gdb.arch/powerpc-power.exp: New file.
17233 * gdb.arch/powerpc-power.s: New file.
17234
0dbe70ce
DE
172352014-05-16 Doug Evans <dje@google.com>
17236
17237 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
17238 * gdb.base/completion.exp: Check that all expected files exist
17239 before doing file completion.
0dbe70ce 17240
8d551b02
DE
172412014-05-16 Doug Evans <dje@google.com>
17242
17243 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
17244 Update.
17245 (do_syscall_tests_without_xml): Update.
17246
73eb7709
PA
172472014-05-16 Pedro Alves <palves@redhat.com>
17248
17249 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
17250 instead of "unknown output after running".
17251
3fae92fc
YQ
172522014-05-16 Yao Qi <yao@codesourcery.com>
17253
17254 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
17255 file1.txt from host at the end.
17256 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17257
c2b2ccc5
DE
172582014-05-15 Doug Evans <dje@google.com>
17259
17260 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
17261 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
17262 loading file. Add test for TU lookup.
17263
8c217a4b
SM
172642014-05-15 Simon Marchi <simon.marchi@ericsson.com>
17265
17266 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
17267 calling "-exec-arguments" or "set args" before running the
17268 inferior.
17269
3deb39c6
SM
172702014-05-15 Simon Marchi <simon.marchi@ericsson.com>
17271
17272 * lib/mi-support.exp (mi_expect_stop): Expect message for
17273 inferiors that exit with non-zero exit code.
17274
71a79f8c
YQ
172752014-05-14 Yao Qi <yao@codesourcery.com>
17276
17277 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
17278 match absolute path on remote host.
17279 (test_file_list_exec_source_files): Remove "/" from the
17280 pattern.
17281
f23fcd46
YQ
172822014-05-14 Yao Qi <yao@codesourcery.com>
17283
17284 * boards/local-remote-host-notty.exp (${board}_file): New
17285 proc.
17286
9404b58f
KM
172872014-05-07 Kyle McMartin <kyle@redhat.com>
17288
17289 Pushed by Joel Brobecker <brobecker@adacore.com>.
17290 * gdb.arch/aarch64-atomic-inst.c: New file.
17291 * gdb.arch/aarch64-atomic-inst.exp: New file.
17292
5e45f04c
YQ
172932014-05-07 Yao Qi <yao@codesourcery.com>
17294
17295 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
17296 in current context" too.
17297
c888a17d
KS
172982014-05-05 Keith Seitz <keiths@redhat.com>
17299
17300 * gdb.linespec/ls-dollar.exp: Add test for linespec
17301 file:convenience_variable.
17302
290a839c
YQ
173032014-05-05 Yao Qi <yao@codesourcery.com>
17304
17305 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
17306 traceframes into tfile and ctf trace files. Read data from
17307 trace file and test collected data.
17308 (gdb_collect_locals_test): Likewise.
17309 (gdb_unavailable_registers_test): Likewise.
17310 (gdb_unavailable_floats): Likewise.
17311 (gdb_collect_globals_test): Likewise.
17312 (top-level): Append "ctf" to trace_file_targets if GDB
17313 supports.
17314
b5262cd0
YQ
173152014-05-05 Yao Qi <yao@codesourcery.com>
17316
17317 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
17318 code to ...
17319 (gdb_collect_args_test_1): ... it. New proc.
17320 (gdb_collect_locals_test): Move some code to ...
17321 (gdb_collect_locals_test_1): ... it. New proc.
17322 (gdb_unavailable_registers_test): Move some code to ...
17323 (gdb_unavailable_registers_test_1): ... it. New proc.
17324 (gdb_unavailable_floats): Move some code to ...
17325 (gdb_unavailable_floats_1): ... it. New proc.
17326
30a1e6cc
SDJ
173272014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
17328
17329 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
17330 probes to test for bitness recognition.
17331 * gdb.arch/amd64-stap-optional-prefix.exp
17332 (test_probe_value_without_reg): New procedure.
17333 Add code to test for different kinds of bitness.
17334
f33da99a
SDJ
173352014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
17336
17337 PR breakpoints/16889
17338 * gdb.arch/amd64-stap-optional-prefix.S: New file.
17339 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
17340
5b80f00d
PA
173412014-05-01 Pedro Alves <palves@redhat.com>
17342
17343 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
17344 gdb_file_cmd if no file is specified.
17345 * boards/native-extended-gdbserver.exp (gdb_load): Use the
17346 last_loaded_file to set the remote exec-file.
17347
f8c2a73c
PA
173482014-05-01 Pedro Alves <palves@redhat.com>
17349
17350 * boards/local-remote-host.exp: New file.
17351
be6e8ac7
PA
173522014-05-01 Pedro Alves <palves@redhat.com>
17353
17354 * boards/local-remote-host.exp: Rename to ...
17355 * boards/local-remote-host-notty.exp: ... this.
17356
cac0dc8f
JB
173572014-04-28 Joel Brobecker <brobecker@adacore.com>
17358
17359 * gdb.ada/dyn_arrayidx: New testcase.
17360
9730e6cc
YQ
173612014-04-26 Yao Qi <yao@codesourcery.com>
17362
17363 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
17364 and compute the length of function main. Save it in
17365 $main_length.
17366 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
17367 (top-level): Use gdb_compile to compile objects into
17368 executable and restart GDB. Remove invocation to
17369 prepare_for_testing.
17370
7ae1a6a6
PA
173712014-04-25 Simon Marchi <simon.marchi@ericsson.com>
17372 Pedro Alves <palves@redhat.com>
17373
17374 PR server/16255
17375 * gdb.multi/multi-attach.c: New file.
17376 * gdb.multi/multi-attach.exp: New file.
17377
4082afcc
PA
173782014-04-25 Pedro Alves <palves@redhat.com>
17379
17380 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
17381 user.
17382 (top level): Test that "set remote conditional-breakpoints-packet
17383 off" works as intended.
17384 * gdb.base/dprintf.exp: Test that "set remote
17385 breakpoint-commands-packet off" works as intended.
17386 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
17387 New function.
17388 (top level): Call it.
17389 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
17390 remote fast-tracepoints-packet off" works as intended.
17391 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
17392 * lib/gdb.exp (gdb_is_target_remote): ... here.
17393
2abc3f8d
DB
173942014-04-24 David Blaikie <dblaikie@gmail.com>
17395
17396 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
17397 ensure clang would not discard them.
17398 * gdb.base/gdbvars.c: Ditto.
17399 * gdb.base/memattr.c: Ditto.
17400 * gdb.base/whatis.c: Ditto.
17401 * gdb.python/py-prettyprint.c: Ditto.
17402 * gdb.trace/actions.c: Ditto.
17403 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
17404 ensure clang would not discard it.
17405
bfd39632
DB
174062014-04-24 David Blaikie <dblaikie@gmail.com>
17407
17408 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
17409 clang to emit the full definition of type required by the test
17410 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
17411
22842ff6
DB
174122014-04-24 David Blaikie <dblaikie@gmail.com>
17413
17414 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
17415 coax Clang into emitting the definition of the type.
17416 * gdb.cp/pr10728-x.h (y): Ditto.
17417 * gdb.cp/pr10728-y.cc (y): Ditto.
17418
c2e827ad
DB
174192014-04-24 David Blaikie <dblaikie@gmail.com>
17420
17421 * gdb.base/label.exp: XFAIL label related tests under Clang.
17422 * gdb.cp/cplabel.exp: Ditto.
17423 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
17424 under Clang those using labels.
17425
4c2d33e7
YQ
174262014-04-25 Yao Qi <yao@codesourcery.com>
17427
17428 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
17429 double_label.
17430 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
17431 partial_label and double_label.
17432
56083b99
DB
174332014-04-24 David Blaikie <dblaikie@gmail.com>
17434
17435 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
17436
25d4e99d
DB
174372014-04-24 David Blaikie <dblaikie@gmail.com>
17438
17439 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
17440 of the function to work across GCC and Clang.
17441 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
17442 pointer types (const void ** const V void **).
17443
01f9f808
MS
174442014-04-24 Michael Sturm <michael.sturm@mintel.com>
17445 Walfred Tedeschi <walfred.tedeschi@intel.com>
17446
17447 * Makefile.in (EXECUTABLES): Added i386-avx512.
17448 * gdb.arch/i386-avx512.c: New file.
17449 * gdb.arch/i386-avx512.exp: Likewise.
17450
4b48d439
KS
174512014-04-23 Keith Seitz <keiths@redhat.com>
17452
17453 * lib/mi-support.exp (mi_list_breakpoints): Delete.
17454 (mi_make_breakpoint_table): New procedure.
17455 (mi_create_breakpoint): Use mi_make_breakpoint
17456 and return the result.
17457 (mi_make_breakpoint): New procedure.
17458 (mi_build_kv_pairs): New procedure.
17459
17460 * gdb.mi/mi-break.exp: Remove unused globals,
17461 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
17462 All callers updated.
17463 * gdb.mi/mi-dprintf.exp: Use variable to track command
17464 number.
17465 Update all callers of mi_create_breakpoint and use
17466 mi_make_breakpoint_table.
17467 Remove any unused global variables.
17468 * gdb.mi/mi-nonstop.exp: Likewise.
17469 * gdb.mi/mi-nsintrall.exp: Likewise.
17470 * gdb.mi/mi-nsmoribund.exp: Likewise.
17471 * gdb.mi/mi-nsthrexec.exp: Likewise.
17472 * gdb.mi/mi-reverse.exp: Likewise.
17473 * gdb.mi/mi-simplerun.exp: Likewise.
17474 * gdb.mi/mi-stepn.exp: Likewise.
17475 * gdb.mi/mi-syn-frame.exp: Likewise.
17476 * gdb.mi/mi-until.exp: Likewise.
17477 * gdb.mi/mi-var-cp.exp: Likewise.
17478 * gdb.mi/mi-var-display.exp: Likewise.
17479 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
17480 * gdb.mi/mi2-var-child.exp: Likewise.
17481 * gdb.mi/mi-vla-c99.exp: Likewise.
17482 * lib/mi-support.exp: Likewise.
17483
17484 From Ian Lance Taylor <iant@cygnus.com>:
17485 * lib/gdb.exp (parse_args): New procedure.
17486
08351840
PA
174872014-04-23 Pedro Alves <palves@redhat.com>
17488
17489 * gdb.base/break-unload-file.c: New file.
17490 * gdb.base/break-unload-file.exp: New file.
17491 * gdb.base/sym-file-lib.c (baz): New function.
17492 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
17493 field.
17494 (load): Store the segment's mapped size.
17495 (unload): New function.
17496 (unload_shlib): New function.
17497 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
17498 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
17499 set a breakpoint at baz, and call it.
17500 * gdb.base/sym-file.exp: New tests for stale breakpoint
17501 instructions.
17502
076855f9
PA
175032014-04-23 Pedro Alves <palves@redhat.com>
17504
17505 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
17506 * gdb.base/hbreak-in-shr-unsupported.c: New file.
17507 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
17508 * gdb.base/hbreak-unmapped.c: New file.
17509 * gdb.base/hbreak-unmapped.exp: New file.
17510 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
17511 * lib/gdb.exp (gdb_is_target_remote): ... here.
17512
483805cf
PA
175132014-04-22 Pedro Alves <palves@redhat.com>
17514
17515 * gdb.base/consecutive-step-over.c: New file.
17516 * gdb.base/consecutive-step-over.exp: New file.
17517
06d97543
PA
175182014-04-22 Pedro Alves <palves@redhat.com>
17519
17520 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
17521 instead of send_gdb/gdb_expect.
17522
b4429ea2
YQ
175232014-04-22 Yao Qi <yao@codesourcery.com>
17524
17525 * lib/trace-support.exp (generate_tracefile): New procedure.
17526 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
17527 return 0.
17528 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
17529 if generate_tracefile returns 1.
17530
51d48146
PA
175312014-04-18 Tom Tromey <palves@redhat.com>
17532 Pedro alves <tromey@redhat.com>
17533
17534 PR backtrace/15558
17535 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
17536 with a backtrace limit.
17537 * gdb.python/py-frame-inline.exp: Test running to an inline
17538 function with a backtrace limit, and printing the newest frame.
17539 * gdb.python/py-frame-inline.c (main): Call f.
17540
bd1dce5f
MS
175412014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
17542
17543 * gdb.java/jnpe.exp: Drop srcdir from untested path.
17544
40d1a503
MS
175452014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
17546
17547 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
17548 Drop prefix from unsupported source file path.
17549
389b98f7
YQ
175502014-04-17 Yao Qi <yao@codesourcery.com>
17551
17552 * lib/gdb.exp (with_target_charset): New proc.
17553 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
17554 with_target_charset.
17555 (test_print_strings): Likewise.
17556 (test_repeat_bytes): Likewise.
17557 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
17558 for some tests.
17559
22869d73
KS
175602014-04-16 Keith Seitz <keiths@redhat.com>
17561
17562 PR gdb/15827
17563 * gdb.dwarf2/corrupt.c: New file.
17564 * gdb.dwarf2/corrupt.exp: New file.
17565
c4f87ca6
KS
175662014-04-16 Keith Seitz <keiths@redhat.com>
17567
17568 PR c++/16597
17569 * gdb.cp/namelessclass.cc: New file.
17570 * gdb.cp/namelessclass.exp: New file.
17571 * gdb.cp/namelessclass.S: New file.
17572
ab19de87
DE
175732014-04-16 Doug Evans <dje@google.com>
17574
17575 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
17576 Add comment.
17577 (gdbserver_default_get_comm_port): New function.
17578 (gdbserver_start): Check if board file provided
17579 "gdbserver,get_comm_port" and use it if so.
17580 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
17581 (gdb,socketport): Set to "stdio".
17582 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
17583 (stdio_gdbserver_template): Delete.
17584 (${board}_get_remote_address): Update.
17585 (${board}_build_remote_cmd): Delete.
17586 (${board}_get_comm_port): New function.
17587 (${board}_spawn): Update.
17588 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
17589 Delete.
17590 (${board}_get_remote_address): Update.
17591 (${board}_get_comm_port): New function.
17592
fc98a809
AB
175932014-04-16 Andrew Burgess <aburgess@broadcom.com>
17594
17595 * gdb.base/memattr.exp: Improve regexps to handle memory regions
17596 appearing in any order.
17597
87fd9e6e
DE
175982014-04-15 Doug Evans <dje@google.com>
17599
17600 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
17601 uninitialized value of "description".
17602
099fc3ea
KS
176032014-04-15 Keith Seitz <keiths@redhat.com>
17604
17605 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
17606 Remove unused globals.
17607 (test_running_the_program): Likewise.
17608 (test_controlled_execution): Likewise.
17609 (test_controlling_breakpoints): Likewise.
17610 (test_program_termination): Likewise.
17611
5da151d4
KS
176122014-04-15 Keith Seitz <keiths@redhat.com>
17613
17614 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
17615 unused globals.
17616 (test_rbreak_creation_and_listing): Likewise.
17617 (test_ignore_count): Likewise.
17618 (test_error): Likewise.
17619
35e5d2f0
PA
176202014-04-15 Pedro Alves <palves@redhat.com>
17621
17622 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
17623 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
17624 sym-file-loader.c.
17625 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
17626 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
17627 to sym-file-loader.c.
17628 (struct library): Forward declare.
17629 (load_shlib, lookup_function): Change prototypes.
17630 (find_shstrtab, find_strtab, find_shdr, find_symtab)
17631 (translate_offset): Remove declarations.
17632 (get_text_addr): New declaration.
17633 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
17634 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
17635 sym-file-loader.h.
17636 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
17637 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
17638 here from sym-file-loader.h.
17639 (struct library): New structure.
17640 (load_shlib, lookup_function): Change prototypes and adjust to
17641 work with a struct library.
17642 (find_shstrtab, find_strtab, find_shdr, find_symtab)
17643 (translate_offset): Make static.
17644 (get_text_addr): New function.
17645 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
17646
eb4c1710
PA
176472014-04-15 Pedro Alves <palves@redhat.com>
17648
17649 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
17650
2d1baf52
PA
176512014-04-15 Pedro Alves <palves@redhat.com>
17652
17653 * gdb.base/sym-file-loader.c: Include <limits.h>.
17654 (SELF_LINK): New define.
17655 (get_origin): New function.
17656 (load_shlib): Use it.
17657 * gdb.base/sym-file.exp: Don't early return if the target is
17658 remote. Use runto_main, and issue fail is that fails. Use
17659 gdb_load_shlibs.
17660 (shlib_name): Delete.
17661 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
17662
7dd6df01
PA
176632014-04-15 Pedro Alves <palves@redhat.com>
17664
17665 * gdb.base/sym-file.exp: Remove regex characters from test
17666 message. Don't refer to breakpoint numbers in test messages.
17667
b50c8614
KS
176682014-04-14 Keith Seitz <keiths@redhat.com>
17669
17670 PR c++/16253
17671 * gdb.cp/var-tag.cc: New file.
17672 * gdb.cp/var-tag.exp: New file.
17673 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
17674 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
17675 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
17676 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
17677
3d567982
TT
176782014-04-14 Tom Tromey <tromey@redhat.com>
17679
17680 * gdb.cp/classes.exp (test_enums): Handle underlying type.
17681 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
17682 type.
17683 * gdb.cp/enum-class.exp: New file.
17684 * gdb.cp/enum-class.cc: New file.
17685
0626fc76
TT
176862014-04-14 Tom Tromey <tromey@redhat.com>
17687
17688 * gdb.dwarf2/enum-type.exp: New file.
17689
dca325b3
SA
176902014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17691
17692 * gdb.mi/mi-vla-c99.exp: New file.
17693 * gdb.mi/vla.c: New file.
17694
5854b38a
SA
176952014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17696
17697 * gdb.base/vla-datatypes.c: New file.
17698 * gdb.base/vla-datatypes.exp: New file.
17699
463bb957
SA
177002014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17701
17702 * gdb.base/vla-ptr.c: New file.
17703 * gdb.base/vla-ptr.exp: New file.
17704
3dd170be
SA
177052014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17706
17707 * gdb.dwarf2/count.exp: New file.
17708
5ecaaa66
SA
177092014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17710
17711 * gdb.base/vla-sideeffect.c: New file.
17712 * gdb.base/vla-sideeffect.exp: New file.
17713
41f1ada5
DB
177142014-04-14 David Blaikie <dblaikie@gmail.com>
17715
17716 * gdb.mi/non-stop.c: Add return value for non-void function return
17717 statement.
17718 * gdb.threads/staticthreads.c: Ditto.
17719
0be03e84
DE
177202014-04-12 Siva Chandra Reddy <sivachandra@google.com>
17721 Doug Evans <xdje42@gmail.com>
17722
17723 * gdb.guile/scm-value.c: Improve test case.
17724 * gdb.guile/scm-value.exp: Add new test.
17725
f180a1fb
DB
177262014-04-11 David Blaikie <dblaikie@gmail.com>
17727
17728 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
17729 override Clang's default.
17730
6b662e19
JB
177312014-04-11 Joel Brobecker <brobecker@adacore.com>
17732
17733 Revert the following changes (regressions):
17734
17735 * gdb.base/vla-sideeffect.c: New file.
17736 * gdb.base/vla-sideeffect.exp: New file.
17737
17738 * gdb.dwarf2/count.exp: New file.
17739
17740 * gdb.base/vla-multi.c: New file.
17741 * gdb.base/vla-multi.exp: New file.
17742
17743 * gdb.base/vla-ptr.c: New file.
17744 * gdb.base/vla-ptr.exp: New file.
17745
17746 * gdb.base/vla-datatypes.c: New file.
17747 * gdb.base/vla-datatypes.exp: New file.
17748
17749 * gdb.mi/mi-vla-c99.exp: New file.
17750 * gdb.mi/vla.c: New file.
17751
245a5f0b
KS
177522014-04-11 Keith Seitz <keiths@redhat.com>
17753
17754 PR c++/16675
17755 * gdb.cp/cpsizeof.exp: New file.
17756 * gdb.cp/cpsizeof.cc: New file.
17757
58a84dcf
SA
177582014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17759
191a8a90
JB
17760 * gdb.mi/mi-vla-c99.exp: New file.
17761 * gdb.mi/vla.c: New file.
58a84dcf 17762
c8655f75
SA
177632014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17764
17765 * gdb.base/vla-datatypes.c: New file.
17766 * gdb.base/vla-datatypes.exp: New file.
17767
024e13b4
SA
177682014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17769
17770 * gdb.base/vla-ptr.c: New file.
17771 * gdb.base/vla-ptr.exp: New file.
17772
1a237e0e
SA
177732014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17774
17775 * gdb.base/vla-multi.c: New file.
17776 * gdb.base/vla-multi.exp: New file.
17777
504f3432
SA
177782014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17779
17780 * gdb.dwarf2/count.exp: New file.
17781
3bce8237
SA
177822014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17783
191a8a90
JB
17784 * gdb.base/vla-sideeffect.c: New file.
17785 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 17786
322f9c21
YQ
177872014-04-11 Yao Qi <yao@codesourcery.com>
17788
17789 * gdb.base/completion.exp: Check file exists before running tests
17790 on file completion.
17791
d708bcd1
PA
177922014-04-10 Pedro Alves <palves@redhat.com>
17793
17794 * gdb.base/cond-eval-mode.c: New file.
17795 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
17796 prepare_for_testing to build the new file. Check result of
17797 runto_main.
17798 (test_break, test_watch): New procedures.
17799 (top level): Use them.
17800
ae1d2761
PM
178012014-04-08 Pierre Muller <muller@sourceware.org>
17802
17803 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
17804 Ctrl-V use for mingw hosts.
17805
7af389b8
SC
178062014-04-07 Siva Chandra Reddy <sivachandra@google.com>
17807
17808 * gdb.python/py-value.c: Improve test case.
17809 * gdb.python/py-value.exp: Add new test.
17810
5e703181
DE
178112014-04-07 David Blaikie <dblaikie@gmail.com>
17812
17813 * lib/compiler.c: Identify the clang compiler.
17814 * lib/compiler.cc: Ditto.
17815
9810b410
YQ
178162014-04-03 Yao Qi <yao@codesourcery.com>
17817
17818 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
17819
98d1b8dc
AB
178202014-04-01 Anton Blanchard <anton@samba.org>
17821
17822 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
17823 messages unique.
17824
3114cea1
AB
178252014-04-01 Anton Blanchard <anton@samba.org>
17826
17827 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
17828 prepare_for_testing.
17829
62f7182c
AB
178302014-04-01 Anton Blanchard <anton@samba.org>
17831
17832 * gdb.arch/ppc64-atomic-inst.c: Remove.
17833 * gdb.arch/ppc64-atomic-inst.S: New file.
17834 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
17835
770e7fc7
DE
178362014-03-31 Doug Evans <dje@google.com>
17837
17838 * gdb.base/print-symbol-loading-lib.c: New file.
17839 * gdb.base/print-symbol-loading-main.c: New file.
17840 * gdb.base/print-symbol-loading.exp: New file.
17841
46e2bafa
YQ
178422014-03-31 Yao Qi <yao@codesourcery.com>
17843
17844 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
17845
8776cfe9
JB
178462014-03-28 Joel Brobecker <brobecker@adacore.com>
17847
17848 * gdb.ada/mi_dyn_arr: New testcase.
17849
5d1ef361
DE
178502014-03-27 Doug Evans <dje@google.com>
17851
17852 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
17853
b5bee914
YQ
178542014-03-27 Yao Qi <yao@codesourcery.com>
17855
17856 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
17857 if target is nios2-*-*.
17858
0d4d0e77
YQ
178592014-03-26 Yao Qi <yao@codesourcery.com>
17860
17861 * lib/gdb.exp (readline_is_used): New proc.
17862 * gdb.base/completion.exp: Move tests on command complete up.
17863 Skip the rest of tests if readline is not used.
17864 * gdb.ada/complete.exp: Skp the test if readline is not
17865 used.
17866 * gdb.base/filesym.exp: Likewise.
17867 * gdb.base/macscp.exp: Likewise.
17868 * gdb.base/readline-ask.exp: Likewise.
17869 * gdb.base/readline.exp: Likewise.
17870 * gdb.python/py-cmd.exp: Likewise.
17871 * gdb.trace/tfile.exp: Likewise.
17872
29361eee
YQ
178732014-03-26 Yao Qi <yao@codesourcery.com>
17874
17875 * gdb.base/macscp.exp: Fix code format issues.
17876
bc9a5525
UW
178772014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
17878
17879 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
17880 * gdb.asm/powerpc64le.inc: New file.
17881
d3839ede
PA
178822014-03-25 Pedro Alves <palves@redhat.com>
17883 Doug Evans <dje@google.com>
17884
17885 * gdb.base/source-execution.c: New file.
17886 * gdb.base/source-execution.exp: New file.
17887 * gdb.base/source-execution.gdb: New file.
17888
01672a57
DE
178892014-03-24 Doug Evans <dje@google.com>
17890
17891 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
17892 using fission.
17893
88bbeca9
HZ
178942014-03-24 Hui Zhu <hui@codesourcery.com>
17895 Pedro Alves <palves@redhat.com>
17896
17897 PR breakpoints/16101
17898 * gdb.base/dprintf.exp: Use unsupported rather than changing the
17899 test pass/fail messages. Detect missing support for dprintf when
17900 breakpoints are actually inserted.
17901 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
17902 breakpoints are actually inserted.
17903 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
17904 fails.
17905
d2348791
JK
179062014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
17907
17908 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
17909
feef67ab
DE
179102014-03-22 Doug Evans <xdje42@gmail.com>
17911
17912 * gdb.python/python.exp (python not supported): Verify multi-line
17913 python command issues an error.
25d743f9 17914 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 17915 guile command issues an error.
feef67ab 17916
ecebef6a
MR
179172014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
17918
17919 * gdb.threads/thread-specific.exp: Handle the lack of usable
17920 $this_breakpoint and $this_thread.
17921
ccdd1909
HZ
179222014-03-21 Hui Zhu <hui@codesourcery.com>
17923
17924 * gdb.base/attach.exp (do_command_attach_tests): New.
17925
beb460e8
PA
179262014-03-20 Tom Tromey <tromey@redhat.com>
17927 Pedro Alves <palves@redhat.com>
17928
17929 PR cli/15718
17930 * gdb.base/condbreak-call-false.c: New file.
17931 * gdb.base/condbreak-call-false.exp: New file.
17932
40acf43a
PA
179332014-03-20 Pedro Alves <palves@redhat.com>
17934
17935 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
17936 Delete.
17937 (block_signals, unblock_signals): Delete.
17938 (child_function_2, main): Remove references to deleted variable
17939 and functions.
17940
9f5e1e02
PA
179412014-03-20 Pedro Alves <palves@redhat.com>
17942
17943 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
17944 Use pthread_kill to signal thread 2.
17945 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17946 Adjust to make the test send itself a signal rather than using the
17947 host's "kill" command.
17948
99619bea
PA
179492014-03-20 Pedro Alves <palves@redhat.com>
17950
17951 * gdb.threads/multiple-step-overs.c: New file.
17952 * gdb.threads/multiple-step-overs.exp: New file.
17953 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17954 Adjust expected infrun debug output.
17955
2adfaa28
PA
179562014-03-20 Pedro Alves <palves@redhat.com>
17957
17958 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
17959 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
17960
31e77af2
PA
179612014-03-20 Pedro Alves <palves@redhat.com>
17962
17963 PR breakpoints/7143
17964 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
17965 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
17966 of gdb_test_multiple.
17967 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
17968 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
17969
b9f437de
PA
179702014-03-20 Pedro Alves <palves@redhat.com>
17971
17972 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
17973 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
17974
05adc73e
PA
179752014-03-19 Pedro Alves <palves@redhat.com>
17976
17977 * gdb.base/async.exp: Remove early return.
17978
6048b950
PA
179792014-03-19 Pedro Alves <palves@redhat.com>
17980
17981 * gdb.base/async.exp (step& tests): Pass explicit test messages.
17982
8bcfb00a
PA
179832014-03-19 Pedro Alves <palves@redhat.com>
17984
17985 * gdb.base/async.exp (test_background): Expect \r\n after
17986 "completed." in the fail pattern.
17987
884e37dc
PA
179882014-03-19 Pedro Alves <palves@redhat.com>
17989
17990 * gdb.base/async.exp (test_background): New procedure.
17991 Use it for all background execution command tests.
17992
148e57e2
PA
179932014-03-19 Pedro Alves <palves@redhat.com>
17994
17995 * gdb.base/async.exp: Use prepare_for_testing.
17996
f48088c7
PA
179972014-03-19 Pedro Alves <palves@redhat.com>
17998
17999 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
18000 the same line.
18001
e2f6c966
PA
180022014-03-19 Pedro Alves <palves@redhat.com>
18003
18004 * gdb.base/async.c (main): Add "jump here" and "until here" line
18005 marker comments.
18006 * gdb.base/async.exp (jump_here): New global.
18007 (jump& test): Use it.
18008 (until_here): New global.
18009 (until& test): Use it.
18010
c30568d4
PA
180112014-03-19 Pedro Alves <palves@redhat.com>
18012
18013 * gdb.base/async.exp: Don't frob gdb_protocol.
18014
0172b6a7
DE
180152014-03-18 Doug Evans <xdje42@gmail.com>
18016
18017 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
18018 Fix spelling of exec-done-display.
18019
06c868a8
JK
180202014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
18021
18022 PR gdb/15358
18023 * gdb.base/gdb-sigterm.c: New file.
18024 * gdb.base/gdb-sigterm.exp: New file.
18025
0c7e1a46
PA
180262014-03-18 Pedro Alves <palves@redhat.com>
18027
18028 PR gdb/13860
18029 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
18030 * lib/mi-support.exp (mi_expect_stop): Add special handling for
18031 solib-event.
18032
f7c77d93
JB
180332014-03-17 Joel Brobecker <brobecker@adacore.com>
18034
18035 * gdb.ada/pckd_arr_ren: New testcase.
18036
5a1e8c7a
DE
180372014-03-13 Doug Evans <xdje42@gmail.com>
18038
18039 PR guile/16612
18040 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
18041 collect after discarding symbols.
18042
350e1a76
DE
180432014-03-13 Ludovic Courtès <ludo@gnu.org>
18044 Doug Evans <xdje42@gmail.com>
18045
18046 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
18047 to history survives a gc.
18048
a69900ae
PA
180492014-03-13 Pedro Alves <palves@redhat.com>
18050
18051 * gdb.base/default.exp: Don't test "target procfs".
18052
5db9f0bd
PA
180532014-03-13 Pedro Alves <palves@redhat.com>
18054
18055 * gdb.base/default.exp: Update "target child" and "target procfs"
18056 tests to not expect "Unix".
18057
b3ccfe11
TT
180582014-03-12 Tom Tromey <tromey@redhat.com>
18059
18060 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
18061 New procs. Add target-async tests.
18062 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
18063 Add target-async tests.
18064
646f4417
AA
180652014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18066
18067 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
18068 'func_start' and 'func_end' for the beginning and end of the
18069 function code, respectively.
18070 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
18071 'func_end' instead of 'func' and 'main'.
18072
288c211f
AA
180732014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18074
18075 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
18076 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
18077 generate the debug info assembler source.
18078
e0c0f156
AA
180792014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18080
18081 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
18082 * gdb.dwarf2/arr-subrange.exp: Likewise.
18083 * gdb.dwarf2/dwz.exp: Likewise.
18084 * gdb.dwarf2/method-ptr.exp: Likewise.
18085 * gdb.dwarf2/missing-sig-type.exp: Likewise.
18086 * gdb.dwarf2/subrange.exp: Likewise.
18087 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
18088 * gdb.dwarf2/implptrpiece.exp: Likewise.
18089 * gdb.dwarf2/nostaticblock.exp: Likewise.
18090
0e5c4555
AA
180912014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18092
18093 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
18094 directory to absolute path name arguments.
18095
5ec18f2b
JG
180962014-03-10 Joel Brobecker <brobecker@adacore.com>
18097
18098 * gdb.ada/tagged_access: New testcase.
18099
847fc4f2
MM
181002014-03-07 Markus Metzger <markus.t.metzger@intel.com>
18101
18102 * gdb.btrace/data.exp: Update expected output.
18103
cc3da688
YQ
181042014-03-06 Yao Qi <yao@codesourcery.com>
18105
18106 * gdb.trace/pr16508.exp: New file.
18107
0f26cec1
PA
181082014-03-05 Pedro Alves <palves@redhat.com>
18109
18110 PR gdb/16575
18111 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
18112 procedure.
18113 (top level): Adjust to use it. Add tests that exercise breakpoint
18114 interaction with the code-cache.
18115
7a5a839f
LC
181162014-02-26 Ludovic Courtès <ludo@gnu.org>
18117
18118 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
18119 test for 'history-append!'.
18120
31aa7e4e
JB
181212014-02-26 Joel Brobecker <brobecker@adacore.com>
18122
18123 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
18124 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
18125 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
18126 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
18127 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
18128 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
18129
1b588015
JB
181302014-02-26 Joel Brobecker <brobecker@adacore.com>
18131
18132 * testsuite/gdb.python/py-pp-re-notag.c: New file.
18133 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
18134 * testsuite/gdb.python/py-pp-re-notag.p: New file.
18135
55426c9d
JB
181362014-02-26 Joel Brobecker <brobecker@adacore.com>
18137
18138 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
18139
dc53a7ad
JB
181402014-02-26 Joel Brobecker <brobecker@adacore.com>
18141
18142 * gdb.dwarf2/arr-stride.c: New file.
18143 * gdb.dwarf2/arr-stride.exp: New file.
18144
12ab52e9
PA
181452014-02-26 Pedro Alves <palves@redhat.com>
18146
18147 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
18148 that won't ever trigger. Make sure that GDB reports the correct
18149 breakpoint that caused the stop.
18150
849c862e
JK
181512014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18152
18153 PR gdb/16626
18154 * gdb.base/auto-load-script: New file.
18155 * gdb.base/auto-load.c: New file.
18156 * gdb.base/auto-load.exp: New file.
18157
71b7d793
JK
18158 PR gdb/16626
18159 * gdb.base/auto-load.exp: Fix out-of-srctree run.
18160
e2f0d509
JK
181612014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18162
18163 Fix dw2-icycle.exp -fsanitize=address GDB crash.
18164 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
18165
50cc37c8
DE
181662014-02-24 Doug Evans <dje@google.com>
18167
18168 * lib/gdb.exp (run_on_host): Log error output if program fails.
18169
ea4758f2
PA
181702014-02-21 Pedro Alves <palves@redhat.com>
18171
18172 * gdb.threads/step-after-sr-lock.c: Rename to ...
18173 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
18174 * gdb.threads/step-after-sr-lock.exp: Rename to ...
18175 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
18176 ... this.
18177
d7b30f67
SDJ
181782014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
18179
18180 PR tdep/16397
18181 * gdb.arch/amd64-stap-special-operands.exp: New file.
18182 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
18183 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
18184 * gdb.arch/amd64-stap-triplet.S: Likewise.
18185 * gdb.arch/amd64-stap-triplet.c: Likewise.
18186
83deb43f
JB
181872014-02-20 Joel Brobecker <brobecker@adacore.com>
18188
18189 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
18190 in .section pseudo-op.
18191
adde2bff
DE
181922014-02-20 lin zuojian <manjian2006@gmail.com>
18193 Joel Brobecker <brobecker@adacore.com>
18194 Doug Evans <xdje42@gmail.com>
18195
18196 PR symtab/16581
18197 * gdb.dwarf2/dw2-icycle.S: New file.
18198 * gdb.dwarf2/dw2-icycle.c: New file.
18199 * gdb.dwarf2/dw2-icycle.exp: New file.
18200
f7bd0f78
SC
182012014-02-19 Siva Chandra Reddy <sivachandra@google.com>
18202
18203 * gdb.python/py-value-cc.cc: Improve test case to enable testing
18204 operations on gdb.Value objects.
18205 * gdb.python/py-value-cc.exp: Add new test to test operations on
18206 gdb.Value objects.
18207
c17ef0d5
DE
182082014-02-18 Doug Evans <dje@google.com>
18209
18210 * Makefile.in (TESTS): New variable.
18211 (expanded_tests, expanded_tests_or_none): New variables
18212 (check-single): Pass $(expanded_tests_or_none) to runtest.
18213 (check-parallel): Only run tests in $(TESTS) if non-empty.
18214 (check/no-matching-tests-found): New rule.
18215 * README: Document TESTS makefile variable.
18216
5dd3176f
DE
182172014-02-18 Doug Evans <dje@google.com>
18218
18219 * Makefile.in (check-parallel): rm -rf outputs temp.
18220
0b10be4f
JK
182212014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
18222
18223 Fix "ERROR: no fileid for" in the testsuite.
18224 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
18225
85f224e7
DE
182262014-02-12 Doug Evans <dje@google.com>
18227
18228 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
18229 (MISCELLANEOUS): New variable.
18230 (clean): rm -rf $(MISCELLANEOUS).
18231 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
18232 dwp live in the same directory as symlinks, with each symlink pointed
18233 to a differently named file in a different directory.
18234
149b30ff
DE
182352014-02-11 Doug Evans <dje@google.com>
18236
18237 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
18238 of Tcl file commands.
18239
1dfdac32
MK
182402014-02-10 Mark Kettenis <kettenis@gnu.org>
18241
18242 * gdb.threads/step-after-sr-lock.exp: Avoid executing
18243 "kill -SIGUSR1 -1".
18244
aa4fb036
JB
182452014-02-10 Joel Brobecker <brobecker@adacore.com>
18246
18247 * gdb.ada/tick_length_array_enum_idx: New testcase.
18248
ed3ef339
DE
182492014-02-10 Doug Evans <xdje42@gmail.com>
18250
18251 * configure.ac (AC_OUTPUT): Add gdb.guile.
18252 * configure: Regenerate.
18253 * lib/gdb-guile.exp: New file.
18254 * lib/gdb.exp (get_target_charset): New function.
18255 * gdb.base/help.exp: Update expected output from "apropos apropos".
18256 * gdb.guile/Makefile.in: New file.
18257 * gdb.guile/guile.exp: New file.
18258 * gdb.guile/scm-arch.c: New file.
18259 * gdb.guile/scm-arch.exp: New file.
18260 * gdb.guile/scm-block.c: New file.
18261 * gdb.guile/scm-block.exp: New file.
18262 * gdb.guile/scm-breakpoint.c: New file.
18263 * gdb.guile/scm-breakpoint.exp: New file.
18264 * gdb.guile/scm-disasm.c: New file.
18265 * gdb.guile/scm-disasm.exp: New file.
18266 * gdb.guile/scm-equal.c: New file.
18267 * gdb.guile/scm-equal.exp: New file.
18268 * gdb.guile/scm-error.exp: New file.
18269 * gdb.guile/scm-error.scm: New file.
18270 * gdb.guile/scm-frame-args.c: New file.
18271 * gdb.guile/scm-frame-args.exp: New file.
18272 * gdb.guile/scm-frame-args.scm: New file.
18273 * gdb.guile/scm-frame-inline.c: New file.
18274 * gdb.guile/scm-frame-inline.exp: New file.
18275 * gdb.guile/scm-frame.c: New file.
18276 * gdb.guile/scm-frame.exp: New file.
18277 * gdb.guile/scm-generics.exp: New file.
18278 * gdb.guile/scm-gsmob.exp: New file.
18279 * gdb.guile/scm-iterator.c: New file.
18280 * gdb.guile/scm-iterator.exp: New file.
18281 * gdb.guile/scm-math.c: New file.
18282 * gdb.guile/scm-math.exp: New file.
18283 * gdb.guile/scm-objfile-script-gdb.in: New file.
18284 * gdb.guile/scm-objfile-script.c: New file.
18285 * gdb.guile/scm-objfile-script.exp: New file.
18286 * gdb.guile/scm-objfile.c: New file.
18287 * gdb.guile/scm-objfile.exp: New file.
18288 * gdb.guile/scm-ports.exp: New file.
18289 * gdb.guile/scm-pretty-print.c: New file.
18290 * gdb.guile/scm-pretty-print.exp: New file.
18291 * gdb.guile/scm-pretty-print.scm: New file.
18292 * gdb.guile/scm-section-script.c: New file.
18293 * gdb.guile/scm-section-script.exp: New file.
18294 * gdb.guile/scm-section-script.scm: New file.
18295 * gdb.guile/scm-symbol.c: New file.
18296 * gdb.guile/scm-symbol.exp: New file.
18297 * gdb.guile/scm-symtab-2.c: New file.
18298 * gdb.guile/scm-symtab.c: New file.
18299 * gdb.guile/scm-symtab.exp: New file.
18300 * gdb.guile/scm-type.c: New file.
18301 * gdb.guile/scm-type.exp: New file.
18302 * gdb.guile/scm-value-cc.cc: New file.
18303 * gdb.guile/scm-value-cc.exp: New file.
18304 * gdb.guile/scm-value.c: New file.
18305 * gdb.guile/scm-value.exp: New file.
18306 * gdb.guile/source2.scm: New file.
18307 * gdb.guile/types-module.cc: New file.
18308 * gdb.guile/types-module.exp: New file.
18309
7026a7c1
YQ
183102014-02-10 Yao Qi <yao@codesourcery.com>
18311
18312 PR testsuite/16543
18313 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
18314 * configure: Regenerated.
18315 * Makefile.in: New file.
18316
6c466447
AS
183172014-02-08 Andreas Schwab <schwab@linux-m68k.org>
18318
18319 * gdb.python/py-framefilter.exp: Fix typo.
18320
6e854735
YQ
183212014-02-08 Yao Qi <yao@codesourcery.com>
18322
18323 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
18324 that no =breakpoint-modified is emitted when breakpoints are
18325 modified through MI commands.
18326
d137e6dc
PA
183272014-02-07 Pedro Alves <pedro@codesourcery.com>
18328 Pedro Alves <palves@redhat.com>
18329
18330 * gdb.threads/step-after-sr-lock.c: New file.
18331 * gdb.threads/step-after-sr-lock.exp: New file.
18332
b5ee5a50
PA
183332014-02-07 Pedro Alves <palves@redhat.com>
18334
18335 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
18336
3c77faf3
JK
183372014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
18338
18339 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
18340 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
18341
6dddc817
DE
183422014-02-06 Doug Evans <xdje42@gmail.com>
18343
18344 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
18345 output.
18346
18347 * gdb.gdb/python-interrupts.exp: New file.
18348
de7b2893
YQ
183492014-02-05 Yao Qi <yao@codesourcery.com>
18350
18351 * gdb.trace/report.exp (use_collected_data): Test the output
18352 of "info threads" and "info inferiors".
18353
66d032ac
YQ
183542014-02-05 Yao Qi <yao@codesourcery.com>
18355
18356 Revert this patch:
18357
18358 2013-05-24 Yao Qi <yao@codesourcery.com>
18359
18360 * gdb.trace/tfile.exp: Test inferior and thread.
18361
591a12a1
UW
183622014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18363
18364 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
18365 on a function.
18366 * gdb.base/step-bt.c: Call hello via function pointer to make
18367 sure its first instruction is executed on powerpc64le-linux.
18368
0ff3e01f
UW
183692014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18370
18371 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
18372
084ee545
UW
183732014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18374
18375 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
18376 of the test patterns for use on little-endian systems.
18377
6ed14ff3
UW
183782014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18379
18380 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
18381 (decimal_vector): Fix for little-endian.
18382
401e27fd
JM
183832014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
18384
18385 * gdb.arch/sparc-sysstep.exp: New file.
18386 * gdb.arch/sparc-sysstep.c: Likewise.
18387
18388 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
18389
8b924729
EBM
183902014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18391
18392 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
18393
fb151210
JB
183942014-01-23 Tom Tromey <tromey@redhat.com>
18395
18396 * gdb.ada/array_char_idx: New testcase.
18397
0740f8d8
TT
183982014-01-23 Tom Tromey <tromey@redhat.com>
18399
18400 PR python/16487:
18401 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
18402 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
18403 classes.
18404
21909fa1
TT
184052014-01-23 Tom Tromey <tromey@redhat.com>
18406
18407 PR python/16491:
18408 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
18409 string from an inferior frame.
18410 * gdb.python/py-framefilter-mi.exp: Update.
18411
87ce2a04
DE
184122014-01-22 Doug Evans <dje@google.com>
18413
18414 * gdb.server/server-mon.exp: Add tests for "set debug-format".
18415
237b092b
AA
184162014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18417
18418 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
18419
d674a709
AA
184202014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18421
18422 * gdb.trace/entry-values.exp: Remove excess space character from
18423 regex patterns. Handle s390 call instruction.
18424
20fa3390
AA
184252014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18426
18427 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
18428 define "*_start" label. Make "name" static.
18429 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
18430 ${name} by references to ${name}_start.
18431
78466714
AA
184322014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18433
18434 * gdb.base/info-macros.exp: Remove "debug" from the compile
18435 options.
18436
ec9f644a
IB
184372014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18438
18439 * gdb.dlang/demangle.exp: New file.
18440
94b1b47e
IB
184412014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18442
18443 * gdb.dlang/primitive-types.exp: New file.
18444
7f420862
IB
184452014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18446
18447 * configure.ac: Create gdb.dlang/Makefile.
18448 * configure: Regenerate.
18449 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
18450 * gdb.dlang/Makefile.in: New file.
18451 * lib/d-support.exp: New file.
18452 * lib/gdb.exp (skip_d_tests): New proc.
18453
52834460
MM
184542014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18455
18456 * gdb.btrace/delta.exp: Check reverse stepi.
18457 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
18458 * gdb.btrace/finish.exp: New.
18459 * gdb.btrace/next.exp: New.
18460 * gdb.btrace/nexti.exp: New.
18461 * gdb.btrace/record_goto.c: Add comments.
18462 * gdb.btrace/step.exp: New.
18463 * gdb.btrace/stepi.exp: New.
18464 * gdb.btrace/multi-thread-step.c: New.
18465 * gdb.btrace/multi-thread-step.exp: New.
18466 * gdb.btrace/rn-dl-bind.c: New.
18467 * gdb.btrace/rn-dl-bind.exp: New.
18468 * gdb.btrace/data.c: New.
18469 * gdb.btrace/data.exp: New.
18470 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
18471
6e07b1d2
MM
184722014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18473
18474 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
18475 * gdb.btrace/exception.exp: Update.
18476 * gdb.btrace/instruction_history.exp: Update.
18477 * gdb.btrace/record_goto.exp: Update.
18478 * gdb.btrace/tailcall.exp: Update.
18479 * gdb.btrace/unknown_functions.exp: Update.
18480 * gdb.btrace/delta.exp: New.
18481
0b722aec
MM
184822014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18483
18484 * gdb.btrace/record_goto.exp: Add backtrace test.
18485 * gdb.btrace/tailcall.exp: Add backtrace test.
18486
066ce621
MM
184872014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18488
18489 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
18490 * gdb.btrace/record_goto.c: New.
18491 * gdb.btrace/record_goto.exp: New.
18492 * gdb.btrace/x86-record_goto.S: New.
18493
0688d04e
MM
184942014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18495
18496 * gdb.btrace/function_call_history.exp: Update tests.
18497 * gdb.btrace/instruction_history.exp: Update tests.
18498
8710b709
MM
184992014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18500
18501 * gdb.btrace/function_call_history.exp: Fix expected field
18502 order for "record function-call-history".
18503 Add new tests for "record function-call-history /c".
18504 * gdb.btrace/exception.cc: New.
18505 * gdb.btrace/exception.exp: New.
18506 * gdb.btrace/tailcall.exp: New.
18507 * gdb.btrace/x86-tailcall.S: New.
18508 * gdb.btrace/x86-tailcall.c: New.
18509 * gdb.btrace/unknown_functions.c: New.
18510 * gdb.btrace/unknown_functions.exp: New.
18511 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
18512
5de9129b
MM
185132014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18514
18515 * gdb.btrace/instruction_history.exp: Update.
18516 * gdb.btrace/function_call_history.exp: Update.
18517
23a7fe75
MM
185182014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18519
18520 * gdb.btrace/function_call_history.exp: Fix expected function
18521 trace.
18522 * gdb.btrace/instruction_history.exp: Initialize traced.
18523 Remove traced_functions.
18524
724c7dd8
MM
185252014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18526
18527 * gdb.btrace/function_call_history.exp: Update
18528 * gdb.btrace/instruction_history.exp: Update.
18529
6d78d93b
MM
185302014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18531
18532 * gdb.btrace/enable.exp: Update expected text.
18533
93a360cc
OJ
185342014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
18535
18536 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
18537 bytes.
18538
3772b53f
MR
185392014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
18540
18541 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
18542
596662fa
OJ
185432014-01-15 Omair Javaid <omair.javaid@linaro.org>
18544
18545 * lib/gdb.exp (supports_process_record): Return true for
18546 arm*-linux*. (supports_reverse): Likewise.
18547
b5b08fb4
SC
185482014-01-13 Siva Chandra Reddy <sivachandra@google.com>
18549
18550 PR python/15464
18551 PR python/16113
18552 * gdb.python/py-type.c: Enhance test case.
18553 * gdb.python/py-value-cc.cc: Likewise
18554 * gdb.python/py-type.exp: Add new tests.
18555 * gdb.python/py-value-cc.exp: Likewise
18556
52d7fb13
AA
185572014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
18558 Pedro Alves <palves@redhat.com>
18559
18560 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
18561 Make "name" extern.
18562 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
18563 references to ${name}_start by references to ${name}.
18564
a2cd8cfe
JB
185652014-01-10 Joel Brobecker <brobecker@adacore.com>
18566
18567 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
18568
4e23fced
JB
185692014-01-10 Joel Brobecker <brobecker@adacore.com>
18570
18571 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
18572
c6a9e42c
PA
185732014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
18574 Pedro Alves <palves@redhat.com>
18575
18576 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 18577 mi_gdb_target_load.
c6a9e42c 18578
b7ea362b
PA
185792014-01-08 Pedro Alves <palves@redhat.com>
18580
18581 * gdb.threads/reconnect-signal.c: New file.
18582 * gdb.threads/reconnect-signal.exp: New file.
18583
5e3f4fab
EBM
185842014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
18585
18586 * gdb.base/source-dir.exp: New file.
18587
79301218
JB
185882014-01-07 Joel Brobecker <brobecker@adacore.com>
18589
18590 * gdb.ada/mi_interface: New testcase.
18591
8e355c5d
JB
185922014-01-07 Joel Brobecker <brobecker@adacore.com>
18593
18594 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
18595 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
18596 gdb.ada/pp-rec-component/pck.ads: New files.
18597
c0d48811
JB
185982014-01-07 Joel Brobecker <brobecker@adacore.com>
18599
18600 * gdb.python/py-pp-integral.c: New file.
18601 * gdb.python/py-pp-integral.py: New file.
18602 * gdb.python/py-pp-integral.exp: New file.
18603
17b609c3 18604For older changes see ChangeLog-1993-2013.
c906108c 18605\f
8d8cb839
EZ
18606;; Local Variables:
18607;; mode: change-log
18608;; left-margin: 8
18609;; fill-column: 74
18610;; version-control: never
18611;; End:
902f2ccb 18612
b811d2c2 18613 Copyright 2014-2020 Free Software Foundation, Inc.
902f2ccb
MC
18614 Copying and distribution of this file, with or without modification,
18615 are permitted provided the copyright notice and this notice are preserved.
This page took 3.529429 seconds and 4 git commands to generate.