]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
[gdb/testsuite] Fix mi-sym-info.exp with check-read1
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
b98cc2cf
TV
12020-03-03 Tom de Vries <tdevries@suse.de>
2
3 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
4 gdb_test_multiple calls.
5
63e163f2
AB
62020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
7
8 * gdb.base/default.exp: Remove test of 'set history filename'.
9 * gdb.base/gdbinit-history.exp: Add tests for setting the history
10 filename to the empty string.
11 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
12 and GDBHISTSIZE.
13
24ed6739
AB
142020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
15
16 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
17 disabled.
18
590003dc
TV
192020-03-02 Pedro Alves <palves@redhat.com>
20 Tom de Vries <tdevries@suse.de>
21
22 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
23 -prompt prefix, before user_code argument. Add -lbl option likewise.
24 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
25 (gdb_is_target_1): Add -prompt prefix and move to before user_code
26 argument.
27 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
28 have "\r\n" at start-of-line, instead of at end-of-line.
29
f5e46084
SM
302020-02-28 Simon Marchi <simon.marchi@efficios.com>
31
32 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
33 libinproctrace.so.
34
f7a7000d
LM
352020-02-28 Luis Machado <luis.machado@linaro.org>
36
37 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
38 to "p/x".
39
718e0816
LM
402020-02-28 Luis Machado <luis.machado@linaro.org>
41
42 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
43 asm/ptrace.h and error.h.
44
13c3a74a
TV
452020-02-28 Tom de Vries <tdevries@suse.de>
46
47 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
48 (struct wrapper, do_something, mundane/symada__cS): Move ...
49 * gdb.base/c-linkage-name-2.c: ... here. New source file.
50 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
51 Update "print symada__cS before partial symtab expansion" regexp.
52 Update breakpoint location. Flush symbol cache after expansion.
53
85d2d5bb
LM
542020-02-28 Luis Machado <luis.machado@linaro.org>
55
56 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
57
3608f86c
TV
582020-02-27 Tom de Vries <tdevries@suse.de>
59
60 * config/sid.exp: Remove unused globals.
61 * gdb.base/attach.exp: Same.
62 * gdb.base/catch-load.exp: Same.
63 * gdb.base/dbx.exp: Same.
64 * lib/gdb.exp: Same.
65 * lib/mi-support.exp: Same.
66 * lib/prompt.exp: Same.
67
c8d4f6df
TV
682020-02-27 Tom de Vries <tdevries@suse.de>
69
70 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
71 not set.
72
0d79cdc4
AM
732020-02-26 Aaron Merey <amerey@redhat.com>
74
75 * gdb.debuginfod: New directory for debuginfod tests.
76 * gdb.debuginfod/main.c: New test file.
77 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
78
0dce4280
TV
792020-02-26 Tom de Vries <tdevries@suse.de>
80
81 PR gdb/25603
82 * gdb.base/persistent-lang.cc: New test.
83 * gdb.base/persistent-lang.exp: New file.
84
9e80cfa1
AB
852020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
86
87 * gdb.fortran/derived-type-striding.exp: Add a new test.
88 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
89 new test.
90
2078dbb2
AB
912020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
92
93 * gdb.base/cached-source-file.exp: Avoid source file paths in test
94 names.
95
70d49700
TV
962020-02-25 Tom de Vries <tdevries@suse.de>
97
98 PR go/18926
99 * gdb.go/methods.exp: Remove gcc/93866 xfail.
100
a88ef40d
TV
1012020-02-24 Tom de Vries <tdevries@suse.de>
102
103 PR gdb/25592
104 * gdb.base/info-locals-unused-static-var.c: New test.
105 * gdb.base/info-locals-unused-static-var.exp: New file.
106
01b1af32
TT
1072020-02-22 Tom Tromey <tom@tromey.com>
108
109 * gdb.python/tui-window.exp: New file.
110 * gdb.python/tui-window.py: New file.
111
7c043ba6
TT
1122020-02-22 Tom Tromey <tom@tromey.com>
113
114 PR tui/17850:
115 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
116 tests.
117
c22fef7e
TT
1182020-02-22 Tom Tromey <tom@tromey.com>
119
120 * gdb.tui/new-layout.exp: Add sub-layout tests.
121
ee325b61
TT
1222020-02-22 Tom Tromey <tom@tromey.com>
123
124 * gdb.tui/new-layout.exp: New file.
125
3f0cbb04
TT
1262020-02-22 Tom Tromey <tom@tromey.com>
127
128 * gdb.rust/rust-style.rs: New file.
129 * gdb.rust/rust-style.exp: New file.
130 * gdb.base/style.exp: Test structure printing.
131 * gdb.base/style.c (struct some_struct): New type.
132 (enum etype): New type.
133 (struct_value): New global.
134
75525152
TV
1352020-02-21 Tom de Vries <tdevries@suse.de>
136
137 PR go/18926
138 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
139 Remove blanket xfails. Use message argument for gdb_breakpoint.
140 Make continuing to breakpoint test conditional on setting breakpoint.
141 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
142 DW_AT_name attribute. Add xfail for GCC PR93866.
143
bd360d30
AB
1442020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
145
146 * gdb.dwarf2/cpp-linkage-name.c: New file.
147 * gdb.dwarf2/cpp-linkage-name.exp: New file.
148
c7adb09f 1492020-02-21 Shahab Vahedi <shahab@synopsys.com>
24ac169a
SV
150
151 * lib/gdb.exp (gdb_wrapper_init): Reset
152 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
153 not exist.
154
a9c79803
TV
1552020-02-20 Tom de Vries <tdevries@suse.de>
156
157 PR go/17018
158 * gdb.go/hello.exp: Copy ...
159 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
160 print of st to print value of global definition. Add xfail for GCC
161 PR93844.
162 * gdb.go/hello.exp: Remove printing of st before definition.
163 * gdb.go/hello.go: Copy ...
164 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
165 to st.
166 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
167
d7445728
TV
1682020-02-20 Tom de Vries <tdevries@suse.de>
169
170 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
171 (gdb_simple_compile): Handle compile_flags go by using .go extension
172 for source file.
173 * gdb.go/chan.exp: Use support_go_compile.
174 * gdb.go/handcall.exp: Same.
175 * gdb.go/hello.exp: Same.
176 * gdb.go/integers.exp: Same.
177 * gdb.go/max-depth.exp: Same.
178 * gdb.go/methods.exp: Same.
179 * gdb.go/package.exp: Same.
180 * gdb.go/strings.exp: Same.
181 * gdb.go/types.exp: Same.
182 * gdb.go/unsafe.exp: Same.
183
c9c41e6d
TV
1842020-02-19 Tom de Vries <tdevries@suse.de>
185
186 * gdb.python/lib-types.exp: Make xfail more strict.
187
f20ff837
TV
1882020-02-19 Tom de Vries <tdevries@suse.de>
189
190 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
191
08410482
DE
1922020-02-19 Doug Evans <dje@google.com>
193
194 PR rust/25535
195 * gdb.rust/simple.exp: Add test.
196 * gdb.rust/simple.rs: Add test.
197
623563f7
TV
1982020-02-19 Tom de Vries <tdevries@suse.de>
199
200 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
201 output line-by-line.
202
d3308cfd
TV
2032020-02-19 Tom de Vries <tdevries@suse.de>
204
205 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
206
86cbc5dc
TV
2072020-02-19 Tom de Vries <tdevries@suse.de>
208
209 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
210 prelink.
211
9db2b96b
TV
2122020-02-19 Tom de Vries <tdevries@suse.de>
213
214 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
215 (gdb_do_cache): Use gdb_do_cache_wrap.
216 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
217
89e2fdc5
TV
2182020-02-19 Tom de Vries <tdevries@suse.de>
219
220 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
221 gdb_compile option.
222
373d7ac0
SM
2232020-02-18 Simon Marchi <simon.marchi@efficios.com>
224
225 * gdb.base/printcmds.exp (test_print_enums): Update expected
226 output.
227
b29a2df0
SM
2282020-02-18 Simon Marchi <simon.marchi@efficios.com>
229
230 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
231 for "unknown".
232
6740f0cc
SM
2332020-02-18 Simon Marchi <simon.marchi@efficios.com>
234
235 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
236 enumerator.
237
edd45eb0
SM
2382020-02-18 Simon Marchi <simon.marchi@efficios.com>
239
240 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
241 FE_, add FE_NONE.
242 (three): Update.
243 (enum flag_enum_without_zero): New enum.
244 (flag_enum_without_zero): New variable.
245 (enum not_flag_enum): New enum.
246 (three_not_flag): New variable.
247 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
248 (test_print_enums): Add more tests for printing flag enums.
249
d4295de4
TV
2502020-02-18 Tom de Vries <tdevries@suse.de>
251
252 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
253 (gdb_compile_ada): ... here.
254 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
255 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
256
f251f505
TT
2572020-02-14 Tom Tromey <tom@tromey.com>
258
259 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
260 build directory.
261 * boards/gdbserver-base.exp: Update path to gdbserver.
262
8f432634
TV
2632020-02-13 Tom de Vries <tdevries@suse.de>
264
265 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
266
92b6eaf7
TV
2672020-02-13 Tom de Vries <tdevries@suse.de>
268
269 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
270 are missing.
271
f3b0f7fe
TV
2722020-02-13 Tom de Vries <tdevries@suse.de>
273
274 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
275 call.
276
f6be8713
SDJ
2772020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
278
279 PR tui/25126
280 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
281 * gdb.base/cached-source-file.c: New file.
282 * gdb.base/cached-source-file.exp: New file.
283
b2770d5e
TV
2842020-02-11 Tom de Vries <tdevries@suse.de>
285
286 PR testsuite/25488
287 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
288
44f6938e
TV
2892020-02-10 Tom de Vries <tdevries@suse.de>
290
291 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
292
5f0e2eb7
MR
2932020-02-10 Maciej W. Rozycki <macro@wdc.com>
294
295 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
296 and $after_addr are both integers before making a comparison.
297
46ce2b6f
TV
2982020-02-09 Tom de Vries <tdevries@suse.de>
299
300 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
301 command output and paste it into gdb.log. If any, paste catch message
302 to gdb.log.
303
5abbbe1d
TT
3042020-02-07 Tom Tromey <tromey@adacore.com>
305
306 PR breakpoints/24915:
307 * gdb.base/annotate-symlink.exp: Use setup_xfail.
308
1d5d29e7
SV
3092020-02-06 Shahab Vahedi <shahab@synopsys.com>
310
311 * gdb.tui/tui-missing-src.exp: Add the "missing source
312 file" test for the TUI.
313
b0999b9b
AB
3142020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
315
316 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
317 including a port number in the output.
318
c3b149eb
AKS
3192020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
320
321 * lib/fortran.exp (fortran_int4): Handle clang.
322 (fortran_int8): Likewise.
323 (fortran_real4): Likewise.
324 (fortran_real8): Likewise.
325 (fortran_complex4): Likewise.
326 (fortran_logical4): Likewise.
327 (fortran_character1): Likewise.
328
f8dcc90b
TV
3292020-02-04 Tom de Vries <tdevries@suse.de>
330
331 * README (Race detection): Add note.
332
f90ac7c2
TV
3332020-02-04 Tom de Vries <tdevries@suse.de>
334
335 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
336
780636ae
TV
3372020-02-04 Tom de Vries <tdevries@suse.de>
338
339 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
340
5d2e1193
RA
3412020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
342
343 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
344 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
345 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
346 blttar, bnetarl.
347 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
348 binary for blttar, bnetarl.
349 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
350 wait instruction. Delete ldmx test.
351 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
352
e409c542
AKS
3532020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
354
355 * gdb.fortran/array-bounds-high.exp: New file.
356 * gdb.fortran/array-bounds-high.f90: New file.
357
b0029748
LD
3582020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
359
360 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
361 Replace #include of <sys/fcntl.h> by <fcntl.h>.
362
195a8287
TV
3632020-02-01 Tom de Vries <tdevries@suse.de>
364
365 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
366
42330a68
AB
3672020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
368
369 PR tui/9765
370 * gdb.tui/tui-layout-asm-short-prog.S: New file.
371 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
372
b62a8028
LM
3732020-01-29 Luis Machado <luis.machado@linaro.org>
374
375 * gdb.arch/aarch64-brk-patterns.c: New source file.
376 * gdb.arch/aarch64-brk-patterns.exp: New test.
377
5f440116
TBA
3782020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
379
380 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
381 GCC/Clang version.
382 * gdb.cp/pass-by-ref.exp: Ditto.
383
ee2a6fc6
TV
3842020-01-29 Tom de Vries <tdevries@suse.de>
385
386 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
387 * gdb.threads/watchpoint-fork-mt.c: Same.
388 * gdb.threads/watchpoint-fork-parent.c: Same.
389 * gdb.threads/watchpoint-fork-st.c: Same.
390 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
391
16b10d6e
LM
3922020-01-27 Luis Machado <luis.machado@linaro.org>
393
394 * gdb.base/step-over-syscall.exp (setup): Check if we're already
395 sitting at a syscall instruction when we hit the syscall function's
396 breakpoint.
397 Check PC against one obtained with the x command.
398 Validate syscall number.
399 (step_over_syscall): Don't continue to the syscall instruction if
400 we're already there.
401
b1468492
PW
4022020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
403
404 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
405
7ffa82e1
AB
4062020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
407
408 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
409 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
410
3d92a3e3
AB
4112020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
412
413 * gdb.dwarf2/dw2-inline-stepping.c: New file.
414 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
415
94a72be7
AB
4162020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
417
418 * gdb.base/maint.exp: Update line table parsing test.
419 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
420
53af73bf
PA
4212020-01-24 Pedro Alves <palves@redhat.com>
422
423 PR gdb/25410
424 * gdb.multi/multi-re-run-1.c: New.
425 * gdb.multi/multi-re-run-2.c: New.
426 * gdb.multi/multi-re-run.exp: New.
427
1ba1ac88
AB
4282020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
429
430 PR gdb/23718
431 * gdb.server/server-kill-python.exp: New file.
432
f3364a6d
AB
4332020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
434
435 * gdb.server/multi-ui-errors.c: New file.
436 * gdb.server/multi-ui-errors.exp: New file.
437
733d0a67
AB
4382020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
439
440 PR tui/9765
441 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
442
4f13c1c0
TT
4432020-01-19 Tom Tromey <tom@tromey.com>
444
445 * gdb.tui/main.exp: Add check for plain "file".
446
40c94099
CB
4472020-01-16 Christian Biesinger <cbiesinger@google.com>
448
449 * lib/gdb.exp: Fix spelling error (seperatelly).
450
ff47f4f0
TT
4512020-01-14 Tom Tromey <tom@tromey.com>
452
453 PR symtab/12535:
454 * gdb.python/python.exp: Test decode_line with empty string
455 argument.
456
717c684d
BE
4572020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
458
459 * gdb.base/skip-inline.exp: Extend test.
460
44e4c775
AB
4612020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
462
463 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
464 * gdb.dwarf2/dw2-bad-elf.c: New file.
465 * gdb.dwarf2/dw2-bad-elf.exp: New file.
466
d93c6db7
AB
4672020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
468
469 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
470 _line_saw_file.
471
9a6d629c
AB
4722020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
473
474 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
475 border.
476
d9ebdab7
TBA
4772020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
478
479 * gdb.multi/multi-target.exp (setup): Factor out "info
480 connections" and "info inferiors" tests to ...
481 (test_info_inferiors): ... this new procedure.
482 (top level): Run new "info-inferiors" tests.
483
f3c469b9
PA
4842020-01-10 Pedro Alves <palves@redhat.com>
485
486 * gdb.server/bkpt-other-inferior.exp: New file.
487
121b3efd
PA
4882020-01-10 Pedro Alves <palves@redhat.com>
489
490 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
491 of "add-inferior".
492 * gdb.base/quit-live.exp: Likewise.
493 * gdb.base/remote-exec-file.exp: Likewise.
494 * gdb.guile/scm-progspace.exp: Likewise.
495 * gdb.linespec/linespec.exp: Likewise.
496 * gdb.mi/new-ui-mi-sync.exp: Likewise.
497 * gdb.mi/user-selected-context-sync.exp: Likewise.
498 * gdb.multi/multi-target.exp (setup): Add "info connection" and
499 "info inferiors" tests.
500 * gdb.multi/remove-inferiors.exp: Adjust expected output of
501 "add-inferior".
502 * gdb.multi/watchpoint-multi.exp: Likewise.
503 * gdb.python/py-inferior.exp: Likewise.
504 * gdb.server/extended-remote-restart.exp: Likewise.
505 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
506 "info inferiors".
507 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
508 * gdb.trace/report.exp: Likewise.
509
1dadb1dd
PA
5102020-01-10 Pedro Alves <palves@redhat.com>
511
512 * gdb.multi/multi-target.c: New file.
513 * gdb.multi/multi-target.exp: New file.
514 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
515 mode requested, but remote does not support non-stop".
516
78f2c40a
PA
5172020-01-10 Pedro Alves <palves@redhat.com>
518
519 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
520 disconnect before reconnecting.
521
e7af6c70
TBA
5222020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
523 Pedro Alves <palves@redhat.com>
524
525 * gdb.server/connect-without-multi-process.exp: Also test
526 continuing to end.
527
acdf84a6
PA
5282020-01-10 Pedro Alves <palves@redhat.com>
529
530 * gdb.base/remote-exec-file.exp: New file.
531
873657b9
PA
5322020-01-10 Pedro Alves <palves@redhat.com>
533
534 * gdb.base/fork-running-state.exp (do_test): Adjust expected
535 output.
536 * gdb.threads/async.c: New.
537 * gdb.threads/async.exp: New.
538 * gdb.multi/tids-gid-reset.c: New.
539 * gdb.multi/tids-gid-reset.exp: New.
540
7f0ae84c
GB
5412020-01-10 George Barrett <bob@bob131.so>
542
543 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
544 to help in finding the image relocation offset.
545 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
546 options in arguments.
547 (stap_test_no_debuginfo): Likewise.
548 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
549 test variants.
550 (stap_test): Add null semaphore relocation test.
551
47e9d49d
GB
5522020-01-10 George Barrett <bob@bob131.so>
553
554 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
555 * gdb.base/stap-probe.exp: Likewise.
556 (stap_test): Pass argument as an additional flag.
557 (stap_test_no_debuginfo): Likewise.
558 (stap_test): Check `info probes stap' output for semaphore
559 addresses if the test binary is supposed to have them.
560
f5a7c406
AB
5612020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
562
563 * gdb.tui/basic.exp: Add more scrolling tests.
564
9ae6bf64
TT
5652020-01-09 Tom Tromey <tom@tromey.com>
566
567 PR tui/18932:
568 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
569 meangingful value.
570 (Term::command, Term::resize): Update.
571 * gdb.tui/basic.exp: Add scrolling test.
572
b2efe70c
AB
5732020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
574
575 * gdb.tui/tui-layout-asm.exp: New file.
576
3804da7e
AB
5772020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
578
579 * lib/tuiterm.exp (Term::check_box_contents): New proc.
580
b40aa28f
AB
5812020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
582
583 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
584 (Term::enter_tui): Use Term::prepare_for_tui.
585
63ffd7c9
AB
5862020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
587
588 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
589 called.
590
3be966f6
AB
5912020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
592
593 * gdb.base/skip.exp: Fix race condition in test.
594
153d79c4
AB
5952020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
596
597 * gdb.base/backtrace.c: New file.
598 * gdb.base/backtrace.exp: New file.
599
f2302a34
AB
6002020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
601
602 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
603
6ec1d75e
PW
6042020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
605
606 * gdb.base/style.exp: Test that warnings are styled.
607
c296cbe6
BE
6082019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
609
610 * gdb.base/line65535.exp: New file.
611 * gdb.base/line65535.c: New file.
612
b28a729d
SM
6132019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
614
615 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
616 * lib/gnat_debug_info_test.adb: New file.
617 * gdb.ada/ptype_tagged_param.exp: Use
618 gnat_runtime_has_debug_info, expect a different output if
619 runtime does not have debug info.
620
7f2d7a0d
SM
6212019-12-20 Simon Marchi <simon.marchi@efficios.com>
622
623 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
624 (another) quote in test name.
625
f3bce483
SM
6262019-12-20 Simon Marchi <simon.marchi@efficios.com>
627
628 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
629 Add quote in test name.
630
c855a912
TBA
6312019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
632
633 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
634 directory instead.
635 * gdb.cp/pass-by-ref.exp: Extend with more cases.
636 * gdb.cp/pass-by-ref-2.cc: New file.
637 * gdb.cp/pass-by-ref-2.exp: New file.
638
fc9d2d72
TT
6392019-12-20 Tom Tromey <tom@tromey.com>
640
641 * gdb.tui/list-before.exp: New file.
642
77b97e00
TT
6432019-12-20 Tom Tromey <tom@tromey.com>
644
645 * gdb.tui/list.exp: Check for source on initial listing.
646
f69656d0
TT
6472019-12-11 Tom Tromey <tromey@adacore.com>
648
649 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
650 Add crlf test.
651
99a55965
SM
6522019-12-18 Simon Marchi <simon.marchi@efficios.com>
653
654 * gdb.base/default.exp: Update value of $_gdb_major.
655
5024637f
BE
6562019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
657
658 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
659
b63634be
BE
6602019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
661
662 * gdb.base/skip.exp: Whitespace fix.
663
45d73523
BE
6642019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
665
666 * gdb.base/skip-inline.c: New file.
667 * gdb.base/skip-inline.exp: New file.
668
d043f8c8
SM
6692019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
670
671 * gdb.base/jit-reader.exp (jit_reader_test): Rename
672 jit_function_00 to jit_function_stack_mangle.
673 * gdb.base/jithost.c (jit_function_t): Rename to...
674 (jit_function_stack_mangle_t): ... this.
675 (jit_function_add_t): New typedef.
676 (jit_function_00_code): Rename to...
677 (jit_function_stack_mangle_code): ... this, make static.
678 (jit_function_add_code): New.
679 (main): Generate "add" function and call it. Adjust to changes
680 in jithost_abi.
681 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
682 (struct jithost_abi) <begin, end>: Remove fields.
683 <object, function_stack_mangle, function_add>: New fields.
684 * gdb.base/jitreader.c (struct reader_state) <code_begin,
685 code_end>: Remove fields.
686 <func_stack_mangle>: New field.
687 (read_debug_info): Adjust to renaming, create block for "add"
688 function.
689 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
690
873de05c
TT
6912019-12-11 Tom Tromey <tom@tromey.com>
692
693 * gdb.tui/resize.exp: Fix regexp.
694 * gdb.tui/regs.exp: Fix regexps.
695 * gdb.tui/main.exp: Fix regexp.
696
3d979945
TT
6972019-12-11 Tom Tromey <tom@tromey.com>
698
699 * gdb.tui/resize.exp: Update.
700 * gdb.tui/empty.exp (layouts): Update.
701
2192a9d3
TT
7022019-12-11 Tom Tromey <tom@tromey.com>
703
704 * gdb.tui/regs.exp: Update.
705 * gdb.tui/empty.exp (layouts): Update.
706 * gdb.tui/basic.exp: Update.
707 * lib/tuiterm.exp (_check_box): Don't check bottom border.
708
d8edc8b7
PW
7092019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
710
711 * gdb.base/options.exp: Add -raw-values in the print completion list.
712 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
713
4c12d936
KB
7142019-12-10 Kevin Buettner <kevinb@redhat.com>
715
716 * gdb.threads/omp-par-scope.c: New file.
717 * gdb/threads/omp-par-scope.exp: New file.
718
26b911fb
KB
7192019-12-10 Kevin Buettner <kevinb@redhat.com>
720
bb47f919
KB
721 * lib/gdb.exp (support_nested_function_tests): New proc.
722
7232019-12-10 Kevin Buettner <kevinb@redhat.com>
724
725 * lib/gdb.exp (gdb_compile_openmp): New proc.
726 (build_executable_from_specs): Add an "openmp" option.
727 (gdb_compile_pthreads): Add non-executable case.
26b911fb 728
6c71eb7d
TT
7292019-12-10 Tom Tromey <tromey@adacore.com>
730
731 * gdb.ada/unchecked_union.exp: New file.
732 * gdb.ada/unchecked_union/pck.adb: New file.
733 * gdb.ada/unchecked_union/pck.ads: New file.
734 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
735 * gdb-utils.exp (string_to_regexp): Also quote "?".
736
bac7c5cf
GB
7372019-12-10 George Barrett <bob@bob131.so>
738
739 Test scripted probe breakpoints.
740 * gdb.guile/scm-breakpoint.c (main): Add probe point.
741 * gdb.python/py-breakpoint.c (main): Likewise.
742 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
743 specifier test.
744 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
745
330f1d38
TBA
7462019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
747
748 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
749 an rvalue parameter.
750 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
751 parameter.
752
b43315e2
AB
7532019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
754
755 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
756 modules.
757
54f73dad
AB
7582019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
759
760 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
761 broken version of GCC.
762
d57cbee9
AB
7632019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
764
765 * gdb.fortran/info-modules.exp: Rewrite to make use of new
766 sym-info-cmds library.
767 * gdb.fortran/info-types.exp: Likewise.
768 * lib/sym-info-cmds.exp: New file.
769
c14aab8c
TV
7702019-12-08 Tom de Vries <tdevries@suse.de>
771
772 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
773
aa2d5a42
KS
7742019-12-07 Keith Seitz <keiths@redhat.com>
775
776 * gdb.base/corefile-buildid-shlib-shr.c: New file.
777 * gdb.base/corefile-buildid-shlib.c: New file.
778 * gdb.base/corefile-buildid.c: New file.
779 * gdb.base/corefile-buildid.exp: New file.
780
93e55f0a
TV
7812019-12-06 Tom de Vries <tdevries@suse.de>
782
783 * gdb.dwarf2/varval.exp: Add decl before def test.
784
c7d12402
TBA
7852019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
786
787 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
788
06acc08f
TBA
7892019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
790
791 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
792 CV and reference conversion for overload resolution.
793 * gdb.cp/rvalue-ref-overload.exp: Test it.
794
e0fad1ea
PW
7952019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
796
797 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
798 * gdb.base/frameapply.exp: Test faas without command.
799
8d70a9f0
AB
8002019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
801
802 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
803 Fortran tests.
804 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
805 order.
806
36c8fb93
AB
8072019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
808
809 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
810 casting to type with no kind specified.
811 (test_basic_parsing_of_type_kinds): Additional tests for types
812 with no kind specified, and add tests for single/double
813 precision/complex types.
814
4139ff00
TT
8152019-12-04 Tom Tromey <tromey@adacore.com>
816
817 * gdb.base/endianity.c (struct other) <x>: New field.
818 (main): Initialize it.
819 * gdb.base/endianity.exp: Update.
820
a05cf17a
TT
8212019-12-04 Tom Tromey <tromey@adacore.com>
822
823 * gdb.ada/scalar_storage/storage.adb: New file.
824 * gdb.ada/scalar_storage/pck.adb: New file.
825 * gdb.ada/scalar_storage/pck.ads: New file.
826 * gdb.ada/scalar_storage.exp: New file.
827
103a685e
TT
8282019-12-04 Tom Tromey <tromey@adacore.com>
829
830 * gdb.base/endianity.c (struct otherendian) <f>: New field.
831 (main): Initialize it.
832 * gdb.base/endianity.exp: Update.
833
c2512106
AB
8342019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
835
836 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
837
293b38d6
AB
8382019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
839
840 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
841 -symbol-info-module-functions and -symbol-info-module-variables.
842
216a7e6b
AB
8432019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
844
845 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
846
5bbd8269
AB
8472019-12-01 Richard Bunt <richard.bunt@arm.com>
848 Andrew Burgess <andrew.burgess@embecosm.com>
849
850 * gdb.fortran/derived-type-striding.exp: New file.
851 * gdb.fortran/derived-type-striding.f90: New file.
852 * gdb.fortran/array-slices.exp: New file.
853 * gdb.fortran/array-slices.f90: New file.
854
be09caf1
PW
8552019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
856
857 * gdb.base/define.exp: Test . in command names.
858 * gdb.base/setshow.exp: Update test, as . is now part of
859 command name.
860
643c0cbe
PW
8612019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
862
863 * gdb.base/define-prefix.exp: New file.
864
dcdec678
AB
8652019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
866
867 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
868 compile.
869 (skip_btrace_pt_tests): Likewise.
870
640ab947
AB
8712019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
872
873 * gdb.fortran/info-modules.exp: Compile source files in correct
874 order.
875
d22670f0
KB
8762019-11-27 Kevin Buettner <kevinb@redhat.com>
877
878 * gdb.dwarf2/imported-unit.exp: New file.
879 * gdb.dwarf2/imported-unit.c: New file.
880
db5960b4
AB
8812019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
882
883 * gdb.mi/mi-fortran-modules-2.f90: New file.
884 * gdb.mi/mi-fortran-modules.exp: New file.
885 * gdb.mi/mi-fortran-modules.f90: New file.
886
7dc42066
AB
8872019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
888
889 * gdb.mi/mi-sym-info-1.c: New file.
890 * gdb.mi/mi-sym-info-2.c: New file.
891 * gdb.mi/mi-sym-info.exp: New file.
892
0dfeecca
TT
8932019-11-22 Tom Tromey <tromey@adacore.com>
894
895 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
896 * gdb.ada/tasks/foo.adb: Add another stopping location.
897
34877895
PJ
8982019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
899
900 * gdb.base/endianity.c: New test.
901 * gdb.base/endianity.exp: New file.
902
2e84f897
LD
9032019-11-21 Lukas Durfina <ldurfina@tachyum.com>
904
905 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
906
65d1cd5f
TV
9072019-11-21 Tom de Vries <tdevries@suse.de>
908
909 PR gdb/24956
910 * gdb.base/ui-redirect.exp: Test output of user-defined command.
911
4f22c3f4
SDJ
9122019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
913
914 * gdb.python/py-progspace.exp: Add missing parentheses on some
915 'print' commands.
916
9f6ad286
TT
9172019-11-19 Tom Tromey <tom@tromey.com>
918
919 * gdb.tui/winheight.exp: New file.
920
0b8dbf3f
AB
9212019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
922
923 * gdb.base/ctf-whatis.c: Delete.
924 * gdb.base/ctf-whatis.exp: Delete.
925 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
926
f833b7a7
AB
9272019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
928
929 * gdb.base/ctf-cvexpr.exp: Delete.
930 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
931
30d0a636
AB
9322019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
933
934 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
935 the compiler. Clean up header comment a little.
936 * gdb.base/ctf-ptype.exp: Likewise.
937 * gdb.base/ctf-whatis.exp: Likewise.
938 * lib/gdb.exp (skip_ctf_tests): New proc.
939
494409bb
SDJ
9402019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
941
942 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
943 * gdb.tui/corefile-run.exp: New file.
944
55708e99
TT
9452019-11-14 Tom Tromey <tromey@adacore.com>
946
947 * gdb.base/gdbvars.exp (test_convenience_variables): Add
948 regression tests.
949
45e42163
TT
9502019-11-12 Tom Tromey <tom@tromey.com>
951
952 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
953 after any command. Expect prompt after WAIT_FOR is seen.
954 (enter_tui): Enable resize messages.
955 (command): Expect command in output.
956 (get_line): Avoid error when cursor appears to be off-screen.
957 (dump_screen): Include screen size in title.
958 (_do_resize): New proc, from "resize".
959 (resize): Rewrite. Do resize in two steps.
960 * gdb.tui/empty.exp (layouts): Fix entries.
961 (check_boxes): Remove xfail.
962 (check_text): Dump screen on failure.
963
086baaf1
AB
9642019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
965
966 * gdb.python/py-symbol.exp: Add test for
967 gdb.lookup_static_symbols.
968
09ff83af
AB
9692019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
970
971 * gdb.python/py-symbol.c: Declare and call function from new
972 py-symbol-2.c file.
973 * gdb.python/py-symbol.exp: Compile both source files, and add new
974 tests for gdb.lookup_static_symbol.
975 * gdb.python/py-symbol-2.c: New file.
976
11af934b
TV
9772019-11-02 Tom de Vries <tdevries@suse.de>
978
979 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
980 * gdb.base/anon.exp: Same.
981 * gdb.base/auto-connect-native-target.exp: Same.
982 * gdb.base/call-ar-st.exp: Same.
983 * gdb.base/catch-syscall.exp: Same.
984 * gdb.base/commands.exp: Same.
985 * gdb.base/default.exp: Same.
986 * gdb.base/display.exp: Same.
987 * gdb.base/float.exp: Same.
988 * gdb.base/foll-fork.exp: Same.
989 * gdb.base/help.exp: Same.
990 * gdb.base/info-macros.exp: Same.
991 * gdb.base/info-proc.exp: Same.
992 * gdb.base/info-target.exp: Same.
993 * gdb.base/long_long.exp: Same.
994 * gdb.base/macscp.exp: Same.
995 * gdb.base/memattr.exp: Same.
996 * gdb.base/nofield.exp: Same.
997 * gdb.base/pointers.exp: Same.
998 * gdb.base/printcmds.exp: Same.
999 * gdb.base/ptype.exp: Same.
1000 * gdb.base/restore.exp: Same.
1001 * gdb.base/return.exp: Same.
1002 * gdb.base/scope.exp: Same.
1003 * gdb.base/set-noassign.exp: Same.
1004 * gdb.base/setshow.exp: Same.
1005 * gdb.base/shlib-call.exp: Same.
1006 * gdb.base/signals.exp: Same.
1007 * gdb.base/sigstep.exp: Same.
1008 * gdb.base/skip.exp: Same.
1009 * gdb.base/solib-symbol.exp: Same.
1010 * gdb.base/stap-probe.exp: Same.
1011 * gdb.base/step-line.exp: Same.
1012 * gdb.base/step-test.exp: Same.
1013 * gdb.base/style.exp: Same.
1014 * gdb.base/varargs.exp: Same.
1015 * gdb.base/vla-datatypes.exp: Same.
1016 * gdb.base/vla-ptr.exp: Same.
1017 * gdb.base/vla-sideeffect.exp: Same.
1018 * gdb.base/volatile.exp: Same.
1019 * gdb.base/watch-cond-infcall.exp: Same.
1020 * gdb.base/watchpoint.exp: Same.
1021
e96ec2ba
TV
10222019-11-02 Tom de Vries <tdevries@suse.de>
1023
1024 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
1025 * gdb.cp/cpexprs.exp: Same.
1026 * gdb.cp/except-multi-location.exp: Same.
1027 * gdb.cp/exceptprint.exp: Same.
1028 * gdb.cp/gdb2384.exp: Same.
1029 * gdb.cp/inherit.exp: Same.
1030 * gdb.cp/m-static.exp: Same.
1031 * gdb.cp/meth-typedefs.exp: Same.
1032 * gdb.cp/misc.exp: Same.
1033 * gdb.cp/namespace.exp: Same.
1034 * gdb.cp/non-trivial-retval.exp: Same.
1035 * gdb.cp/overload.exp: Same.
1036 * gdb.cp/pr17132.exp: Same.
1037 * gdb.cp/re-set-overloaded.exp: Same.
1038 * gdb.cp/rvalue-ref-types.exp: Same.
1039 * gdb.cp/templates.exp: Same.
1040
bd5766ec
LM
10412019-11-01 Luis Machado <luis.machado@linaro.org>
1042
1043 PR gdb/25124
1044
1045 * gdb.arch/pr25124.S: New file.
1046 * gdb.arch/pr25124.exp: New file.
1047
165f8965
AB
10482019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1049
1050 * gdb.fortran/info-modules.exp: Update expected results, and add
1051 additional tests for 'info module functinos', and 'info module
1052 variables'.
1053 * gdb.fortran/info-types.exp: Update expected results.
1054 * gdb.fortran/info-types.f90: Extend testcase with additional
1055 module variables and functions.
1056
59c35742
AB
10572019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1058
1059 * gdb.fortran/info-modules.exp: New file.
1060 * gdb.fortran/info-types.exp: Build with new file.
1061 * gdb.fortran/info-types.f90: Include and use new module.
1062 * gdb.fortran/info-types-2.f90: New file.
1063
f3fb2519
PW
10642019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1065
1066 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
1067 * gdb.base/settings.exp: Test all settings types using
1068 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
1069 that now verifies that the value of "maint show" is the same as
1070 returned by the settings functions. Test the type of the
1071 maintenance settings.
1072 * gdb.base/default.exp: Update show_conv_list.
1073
d1e36019
TV
10742019-10-31 Tom de Vries <tdevries@suse.de>
1075
1076 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
1077 gdb_test.
1078 * gdb.arch/amd64-disp-step.exp: Same.
1079 * gdb.asm/asm-source.exp: Same.
1080 * gdb.btrace/buffer-size.exp: Same.
1081 * gdb.btrace/cpu.exp: Same.
1082 * gdb.btrace/enable.exp: Same.
1083 * gdb.dwarf2/count.exp: Same.
1084 * gdb.dwarf2/dw2-ranges-func.exp: Same.
1085 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
1086 * gdb.fortran/vla-datatypes.exp: Same.
1087 * gdb.fortran/vla-history.exp: Same.
1088 * gdb.fortran/vla-ptype.exp: Same.
1089 * gdb.fortran/vla-value.exp: Same.
1090 * gdb.fortran/whatis_type.exp: Same.
1091 * gdb.guile/guile.exp: Same.
1092 * gdb.multi/tids.exp: Same.
1093 * gdb.python/py-finish-breakpoint.exp: Same.
1094 * gdb.python/py-framefilter.exp: Same.
1095 * gdb.python/py-pp-registration.exp: Same.
1096 * gdb.python/py-xmethods.exp: Same.
1097 * gdb.python/python.exp: Same.
1098 * gdb.server/connect-with-no-symbol-file.exp: Same.
1099 * gdb.server/no-thread-db.exp: Same.
1100 * gdb.server/run-without-local-binary.exp: Same.
1101 * gdb.stabs/weird.exp: Same.
1102 * gdb.threads/attach-many-short-lived-threads.exp: Same.
1103 * gdb.threads/thread-find.exp: Same.
1104 * gdb.threads/tls-shared.exp: Same.
1105 * gdb.threads/tls.exp: Same.
1106 * gdb.threads/wp-replication.exp: Same.
1107 * gdb.trace/ax.exp: Same.
1108 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
1109
3d11e68e
TV
11102019-10-31 Tom de Vries <tdevries@suse.de>
1111
1112 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
1113 * gdb.ada/array_subscript_addr.exp: Same.
1114 * gdb.ada/arrayidx.exp: Same.
1115 * gdb.ada/arrayparam.exp: Same.
1116 * gdb.ada/arrayptr.exp: Same.
1117 * gdb.ada/boolean_expr.exp: Same.
1118 * gdb.ada/call_pn.exp: Same.
1119 * gdb.ada/complete.exp: Same.
1120 * gdb.ada/fixed_cmp.exp: Same.
1121 * gdb.ada/fun_addr.exp: Same.
1122 * gdb.ada/funcall_param.exp: Same.
1123 * gdb.ada/interface.exp: Same.
1124 * gdb.ada/mod_from_name.exp: Same.
1125 * gdb.ada/null_array.exp: Same.
1126 * gdb.ada/packed_array.exp: Same.
1127 * gdb.ada/packed_tagged.exp: Same.
1128 * gdb.ada/print_chars.exp: Same.
1129 * gdb.ada/print_pc.exp: Same.
1130 * gdb.ada/ptype_arith_binop.exp: Same.
1131 * gdb.ada/ptype_field.exp: Same.
1132 * gdb.ada/ptype_tagged_param.exp: Same.
1133 * gdb.ada/rec_return.exp: Same.
1134 * gdb.ada/ref_tick_size.exp: Same.
1135 * gdb.ada/str_ref_cmp.exp: Same.
1136 * gdb.ada/taft_type.exp: Same.
1137 * gdb.ada/tagged.exp: Same.
1138 * gdb.ada/type_coercion.exp: Same.
1139 * gdb.ada/uninitialized_vars.exp: Same.
1140
60b6ede8
TV
11412019-10-30 Tom de Vries <tdevries@suse.de>
1142
1143 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
1144
30baf67b
TV
11452019-10-26 Tom de Vries <tdevries@suse.de>
1146
1147 * gdb.base/bigcore.c: Fix typos in comments.
1148 * gdb.base/ctf-ptype.c: Same.
1149 * gdb.base/long_long.c: Same.
1150 * gdb.dwarf2/dw2-op-out-param.S: Same.
1151 * gdb.python/py-evthreads.c: Same.
1152 * gdb.reverse/i387-stack-reverse.c: Same.
1153 * gdb.trace/tfile.c: Same.
1154 * lib/compiler.c: Same.
1155 * lib/compiler.cc: Same.
1156
158da0d1
TV
11572019-10-25 Tom de Vries <tdevries@suse.de>
1158
1159 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
1160 gdb_test_multiple calls.
1161 * gdb.reverse/sigall-reverse.exp: Same.
1162 * gdb.reverse/solib-precsave.exp: Same.
1163 * gdb.reverse/solib-reverse.exp: Same.
1164 * gdb.reverse/until-precsave.exp: Same.
1165 * gdb.reverse/until-reverse.exp: Same.
1166
4ccdfbec
TV
11672019-10-24 Tom de Vries <tdevries@suse.de>
1168
1169 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
1170 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
1171 kfail using -wrap pattern flag and convenience variable
1172 gdb_test_name.
1173
33d569b7
AB
11742019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
1175
1176 * gdb.python/py-progspace.exp: Add tests for the
1177 Progspace.block_for_pc method.
1178
4d0b984b
TT
11792019-10-23 Tom Tromey <tom@tromey.com>
1180
1181 * configure: Rebuild.
1182 * aclocal.m4: Use m4_include, not sinclude.
1183
94cb3754
TV
11842019-10-21 Tom de Vries <tdevries@suse.de>
1185
1186 * gdb.base/infcall-nested-structs.c: Add
1187 __attribute__((noinline,noclone)) to all functions.
1188 (call_all): Add missing variable initialization. Simplify return value.
1189 (breakpt): Increment volatile variable, to prevent call from being
1190 optimized out.
1191 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
1192
062f1fc1
TV
11932019-10-17 Tom de Vries <tdevries@suse.de>
1194
1195 * gdb.fortran/module.exp: Allow info variables to print info for files
1196 other than module.f90.
1197
0b54364d
AB
11982019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
1199
1200 * gdb.fortran/module.exp: Extend with 'info variables' test.
1201
7ff5fae7
AB
12022019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
1203
1204 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
1205 F77_FOR_TARGET.
1206
d10eccaa
TV
12072019-10-16 Tom de Vries <tdevries@suse.de>
1208
1209 PR tdep/25096
1210 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
1211
745ff14e
TV
12122019-10-16 Tom de Vries <tdevries@suse.de>
1213
1214 PR tdep/24104
1215 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
1216 Add KFAIL for PR tdep/25096.
1217
03e1ab94
TV
12182019-10-16 Tom de Vries <tdevries@suse.de>
1219
1220 PR testsuite/25059
1221 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
1222
b17fcc10
TV
12232019-10-16 Tom de Vries <tdevries@suse.de>
1224
1225 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
1226 as signed.
1227
9223170f
SM
12282019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
1229
1230 * gdb.mi/list-thread-groups-available.exp: Read entries one by
1231 one instead of increasing timeout.
1232
d6e76313
TV
12332019-10-13 Tom de Vries <tdevries@suse.de>
1234
1235 PR record/25038
1236 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
1237 * gdb.reverse/sigall-reverse.exp: Same.
1238 * gdb.reverse/solib-precsave.exp: Same.
1239 * gdb.reverse/solib-reverse.exp: Same.
1240 * gdb.reverse/step-precsave.exp: Same.
1241 * gdb.reverse/until-precsave.exp: Same.
1242 * gdb.reverse/until-reverse.exp: Same.
1243 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
1244
6dfc0041
AA
12452019-10-10 Andreas Arnez <arnez@linux.ibm.com>
1246
1247 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
1248 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
1249 (cmp_struct_05_01, cmp_struct_static_02_01)
1250 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
1251 comparisons.
1252
abcf2cc8
TV
12532019-10-10 Tom de Vries <tdevries@suse.de>
1254
1255 PR testsuite/24888
1256 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
1257 gnatlink.
1258
a50faaf6
TV
12592019-10-09 Tom de Vries <tdevries@suse.de>
1260
1261 PR testsuite/25048
1262 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
1263
60ff3cd7
AB
12642019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
1265
1266 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
1267 exceptions due to missing debug information.
1268
dfee8566
TV
12692019-10-07 Tom de Vries <tdevries@suse.de>
1270
1271 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
1272
3d63690a
AB
12732019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
1274
1275 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
1276 * gdb.base/annota1.exp: Update to use gdb_test_name.
1277
30d1f018
WP
12782019-10-07 Weimin Pan <weimin.pan@oracle.com>
1279
1280 * gdb.base/ctf-whatis.exp: New file.
1281 * gdb.base/ctf-whatis.c: New file.
1282 * gdb.base/ctf-ptype.exp: New file.
1283 * gdb.base/ctf-ptype.c: New file.
1284 * gdb.base/ctf-constvars.exp: New file.
1285 * gdb.base/ctf-constvars.c: New file.
1286 * gdb.base/ctf-cvexpr.exp: New file.
1287
4dbbb47c
TV
12882019-10-04 Tom de Vries <tdevries@suse.de>
1289
1290 * gdb.cp/local-static.c (main): Move declaration of int i out of the
1291 for loop.
1292
77c2dba3
TT
12932019-10-03 Tom Tromey <tom@tromey.com>
1294
1295 PR rust/24976:
1296 * gdb.rust/simple.rs (Union2): New type.
1297 (main): Use Union2.
1298 * gdb.rust/simple.exp: Add test.
1299
179aed7f
AB
13002019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1301
1302 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
1303 nested function prefix.
1304
0a4b0913
AB
13052019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
1306 Richard Bunt <richard.bunt@arm.com>
1307 Andrew Burgess <andrew.burgess@embecosm.com>
1308
1309 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
1310 nested functions.
1311 * gdb.fortran/nested-funcs.f90: Update expected results.
1312 * gdb.fortran/nested-funcs-2.exp: New file.
1313 * gdb.fortran/nested-funcs-2.f90: New file.
1314
082cce05
AB
13152019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1316
1317 * gdb.python/py-parameter.exp: Make test names unique.
1318 * gdb.python/py-template.exp: Likewise.
1319 * gdb.python/py-value.exp: Likewise.
1320
2b74ba5a
AB
13212019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1322
1323 * gdb.base/break-interp.exp: Reduce test name duplication.
1324 * gdb.base/call-sc.exp: Likewise.
1325 * gdb.base/callfuncs.exp: Likewise.
1326 * gdb.base/charset.exp: Likewise.
1327 * gdb.base/dump.exp: Likewise.
1328 * gdb.base/ena-dis-br.exp: Likewise.
1329 * gdb.base/relational.exp: Likewise.
1330 * gdb.base/step-over-syscall.exp: Likewise.
1331 * gdb.base/structs.exp: Likewise.
1332
58eb20d5
AB
13332019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1334
1335 * gdb.linespec/explicit.exp: Make test names unique.
1336 * gdb.linespec/ls-errs.exp: Likewise.
1337
4d421147
AB
13382019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1339
1340 * gdb.reverse/break-precsave.exp: Make test names unique.
1341 * gdb.reverse/break-reverse.exp: Likewise.
1342 * gdb.reverse/finish-precsave.exp: Likewise.
1343 * gdb.reverse/finish-reverse.exp: Likewise.
1344 * gdb.reverse/machinestate-precsave.exp: Likewise.
1345 * gdb.reverse/machinestate.exp: Likewise.
1346 * gdb.reverse/readv-reverse.exp: Likewise.
1347 * gdb.reverse/recvmsg-reverse.exp: Likewise.
1348 * gdb.reverse/sigall-precsave.exp: Likewise.
1349 * gdb.reverse/sigall-reverse.exp: Likewise.
1350 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
1351 * gdb.reverse/watch-precsave.exp: Likewise.
1352 * gdb.reverse/watch-reverse.exp: Likewise.
1353
d8c06f22
AB
13542019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1355
1356 * gdb.threads/stop-with-handle.c: New file.
1357 * gdb.threads/stop-with-handle.exp: New file.
1358
3a56ed86
TV
13592019-10-03 Tom de Vries <tdevries@suse.de>
1360
1361 PR testsuite/25059
1362 * gdb.base/list-missing-source.exp: Allowing the "Compilation
1363 directory" line to be missing.
1364
42275044
TV
13652019-10-03 Tom de Vries <tdevries@suse.de>
1366
1367 PR testsuite/25059
1368 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
1369 type optional.
1370
9ef62df0
AA
13712019-10-02 Andreas Arnez <arnez@linux.ibm.com>
1372
1373 * gdb.python/py-format-string.c (string.h): New include.
1374 (main): Fill a_struct_with_union.the_union.an_int with bytes of
1375 the same value, for endianness-independence.
1376 * gdb.python/py-format-string.exp (default_regexp_dict)
1377 (test_pretty_structs, test_format): Adjust expected output to the
1378 changed initialization.
1379
37f6a7f4
TT
13802019-10-02 Tom Tromey <tromey@adacore.com>
1381
1382 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
1383
1d58d6a2
PA
13842019-10-02 Pedro Alves <palves@redhat.com>
1385 Andrew Burgess <andrew.burgess@embecosm.com>
1386
1387 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
1388 "print-file-var.h".
1389 (this_version_id) Use ATTRIBUTE_VISIBILITY.
1390 (get_version_1): Print this_version_id and its address.
1391 Add extern "C" wrappers around interface functions.
1392 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
1393 "print-file-var.h".
1394 (this_version_id) Use ATTRIBUTE_VISIBILITY.
1395 (get_version_2): Print this_version_id and its address.
1396 Add extern "C" wrappers around interface functions.
1397 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
1398 <stddef.h> and "print-file-var.h".
1399 Add extern "C" wrappers around interface functions.
1400 [VERSION_ID_MAIN] (this_version_id): Define.
1401 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
1402 * gdb.base/print-file-var.h: Add some #defines to simplify setting
1403 up extern "C" blocks.
1404 * gdb.base/print-file-var.exp (test): New, factored out from top
1405 level.
1406 (top level): Test all combinations of attribute hidden or not,
1407 dlopen or not, and this_version_id symbol in main file or not.
1408 Compile tests as both C++ and C, make test names unique.
1409
d770d56f
TT
14102019-10-01 Tom Tromey <tom@tromey.com>
1411
1412 * gdb.base/style.exp: Test "show logging filename".
1413
7f6aba03
TT
14142019-10-01 Tom Tromey <tom@tromey.com>
1415
1416 * lib/gdb-utils.exp (style): Handle "metadata" argument.
1417 * gdb.base/style.exp: Add metadata style test.
1418
14309bb6
TT
14192019-10-01 Tom Tromey <tom@tromey.com>
1420
1421 * gdb.base/style.exp: Test "pwd".
1422
2a3c1174
PA
14232019-10-01 Tom Tromey <tom@tromey.com>
1424
1425 * gdb.base/style.exp: Update tests.
1426
53d666ec
AA
14272019-10-01 Andreas Arnez <arnez@linux.ibm.com>
1428
1429 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
1430 'six' to unsigned.
1431 (s1): Initialize fields 'four' and 'six' instead of 'three' and
1432 'five'. Use an all-ones bit pattern for each.
1433 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
1434 to its changed values.
1435
4a56a520
TT
14362019-09-30 Tom Tromey <tromey@adacore.com>
1437
1438 * gdb.rust/traits.rs: Disable all warnings.
1439
0df0352a
TV
14402019-09-29 Tom de Vries <tdevries@suse.de>
1441
1442 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
1443
73d9a918
TV
14442019-09-29 Tom de Vries <tdevries@suse.de>
1445
1446 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
1447
060b3ab4
TV
14482019-09-27 Tom de Vries <tdevries@suse.de>
1449
1450 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
1451
68f7d34d
TV
14522019-09-27 Tom de Vries <tdevries@suse.de>
1453
1454 PR record/23188
1455 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
1456
5d63b30a
TT
14572019-09-26 Tom Tromey <tromey@adacore.com>
1458
1459 * gdb.ada/py_taft.exp: New file.
1460 * gdb.ada/py_taft/main.adb: New file.
1461 * gdb.ada/py_taft/pkg.adb: New file.
1462 * gdb.ada/py_taft/pkg.ads: New file.
1463
3d435220
TV
14642019-09-24 Tom de Vries <tdevries@suse.de>
1465
1466 PR gdb/24598
1467 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
1468
77d03678
TV
14692019-09-22 Tom de Vries <tdevries@suse.de>
1470
1471 * gdb.base/restore.exp: Allow register variables to be optimized out at
1472 -O0.
1473
abf516c6
UW
14742019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
1475
1476 * gdb.arch/spu-info.exp: Remove file.
1477 * gdb.arch/spu-info.c: Remove file.
1478 * gdb.arch/spu-ls.exp: Remove file.
1479 * gdb.arch/spu-ls.c: Remove file.
1480
1481 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
1482 * gdb.asm/spu.inc: Remove file.
1483
1484 * gdb.base/dump.exp: Remove support for spu*-*-*.
1485 * gdb.base/stack-checking.exp: Likewise.
1486 * gdb.base/overlays.exp: Likewise.
1487 * gdb.base/ovlymgr.c: Likewise.
1488 * gdb.base/spu.ld: Remove file.
1489
1490 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
1491 * gdb.cp/cpexprs.exp: Likewise.
1492 * gdb.cp/exception.exp: Likewise.
1493 * gdb.cp/gdb2495.exp: Likewise.
1494 * gdb.cp/mb-templates.exp: Likewise.
1495 * gdb.cp/pr9167.exp: Likewise.
1496 * gdb.cp/userdef.exp: Likewise.
1497
1498 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
1499
1500 * gdb.cell: Remove directory.
1501 * lib/cell.exp: Remove file.
1502
e452e88f
TV
15032019-09-19 Tom de Vries <tdevries@suse.de>
1504
1505 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
1506
8a625130
TV
15072019-09-19 Tom de Vries <tdevries@suse.de>
1508
1509 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
1510
81dc3ab5
TV
15112019-09-19 Tom de Vries <tdevries@suse.de>
1512
1513 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
1514 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
1515 (gdb_target_cmd): ... here.
1516 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
1517 value 2.
1518
b078f3ac
AB
15192019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
1520
1521 * gdb.base/source-dir.exp: Avoid having directory names in test
1522 names.
1523
f1b620e9
MG
15242019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
1525
1526 * gdb.base/source-dir.exp: Add extra test for mapped compilation
1527 directory.
1528
67f3ed6a
AB
15292019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
1530
1531 * gdb.base/list-missing-source.exp: New file.
1532
d1b70248
TV
15332019-09-14 Tom de Vries <tdevries@suse.de>
1534
1535 PR teststuite/24599
1536 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
1537 * lib/ada.exp (gnatmake_version_at_least): New proc.
1538
5fabdcd6
AB
15392019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1540
1541 * gdb.base/maint.exp: Use exec_has_index_section.
1542
aa17805f
AB
15432019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1544
1545 * gdb.base/maint.exp: Add test for 'maint info sections'.
1546
25e5c209
TV
15472019-09-12 Tom de Vries <tdevries@suse.de>
1548
1549 * gdb.base/store.exp: Allow register variables to be optimized out at
1550 -O0.
1551
4993045d
PW
15522019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1553
1554 * gdb.ada/rdv_wait.exp: Update to new task names.
1555 * gdb.base/task_switch_in_core.exp: Likewise.
1556 * gdb.base/info_sources_base.c: Likewise.
1557
8a516164
TT
15582019-09-10 Tom Tromey <tromey@adacore.com>
1559
1560 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
1561
aa391654
TT
15622019-09-10 Tom Tromey <tromey@adacore.com>
1563
1564 * gdb.ada/dgopt.exp: New file.
1565 * gdb.ada/dgopt/x.adb: New file.
1566
8634b462
TT
15672019-09-08 Tom Tromey <tom@tromey.com>
1568
1569 * gdb.tui/resize.exp: Remove setup_xfail.
1570 * gdb.tui/regs.exp: Remove setup_xfail.
1571 * gdb.tui/basic.exp: Remove setup_xfail.
1572
736b0f76
DB
15732019-09-06 David Blaikie <dblaikie@gmail.com>
1574
1575 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
1576 * gdb.cp/cplabel.exp: Ditto.
1577 * gdb.linespec/ls-errs.exp: Ditto.
1578
30331a6c
TV
15792019-09-05 Tom de Vries <tdevries@suse.de>
1580
1581 * lib/gdb.exp (cmp_file_string): New proc.
1582 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
1583 runto_main. Verify save breakpoints output.
1584
98b0ebab
PW
15852019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1586
1587 * gdb.base/info-var.exp: Test info variables without running
1588 to main, to avoid expect's buffer overflow.
1589
4e962e74
TT
15902019-09-03 Tom Tromey <tromey@adacore.com>
1591
1592 * gdb.ada/bias.exp: New file.
1593 * gdb.ada/bias/bias.adb: New file.
1594 * gdb.ada/print_chars.exp: Add regression test.
1595 * gdb.ada/print_chars/foo.adb (My_Character): New type.
1596 (MC): New variable.
1597
2ea1a07a
SL
15982019-08-29 Sandra Loosemore <sandra@codesourcery.com>
1599
1600 * gdb.base/argv0-symlink.exp: Run only on native target
1601 and local host.
1602
8077c50d
TV
16032019-08-29 Tom de Vries <tdevries@suse.de>
1604
1605 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
1606 diverse debug info.
1607 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
1608
48352473
TV
16092019-08-28 Tom de Vries <tdevries@suse.de>
1610
1611 * gdb.base/info-var.exp: Allow info variables to print info for files
1612 other than info-var-f1.c and info-var-f2.c.
1613
d8f27c60
AB
16142019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
1615
1616 * gdb.fortran/info-types.exp: Add module.
1617 * gdb.fortran/info-types.f90: Update expected results.
1618
1f20c35e
AB
16192019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
1620
1621 * gdb.fortran/info-types.exp: New file.
1622 * gdb.fortran/info-types.f90: New file.
1623 * lib/fortran.exp (fortran_character1): New proc.
1624
4acfdd20
AB
16252019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
1626
1627 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
1628 functions'. Reindent as needed.
1629 * gdb.base/info-var-f1.c: New file.
1630 * gdb.base/info-var-f2.c: New file.
1631 * gdb.base/info-var.exp: New file.
1632 * gdb.base/info-var.h: New file.
1633
5c31b358
TV
16342019-08-26 Tom de Vries <tdevries@suse.de>
1635
1636 PR c++/24852
1637 * gdb.cp/no-libstdcxx-probe.exp: New test.
1638
b694989f
TV
16392019-08-26 Tom de Vries <tdevries@suse.de>
1640
1641 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
1642 * tests need to be skipped.
1643 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
1644 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
1645 mi_skip_libstdcxx_probe_tests.
1646
d9c4ba53
SDJ
16472019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
1648
1649 * gdb.python/py-xmethods.exp: Use raw strings when passing
1650 arguments to SimpleXMethodMatcher.
1651
395fad09
TV
16522019-08-22 Tom de Vries <tdevries@suse.de>
1653
1654 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
1655 more informative.
1656
26c957f1
PA
16572019-08-21 Pedro Alves <palves@redhat.com>
1658
1659 * gdb.base/with.exp: Test "with" with no arguments.
1660
61f80d5d
TV
16612019-08-21 Tom de Vries <tdevries@suse.de>
1662
1663 * gdb.base/gdb-caching-proc.exp: Sort files.
1664
d7a11d13
TV
16652019-08-20 Tom de Vries <tdevries@suse.de>
1666
1667 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
1668 compilation.
1669
34dafe9f
TV
16702019-08-16 Tom de Vries <tdevries@suse.de>
1671
1672 * gdb.base/compare-sections.exp ("after run to main"): Allow
1673 mismatched read-only sections for PIE executables.
1674
398fdd60
TT
16752019-08-16 Tom Tromey <tom@tromey.com>
1676
1677 * lib/tuiterm.exp (_csi_Z): New proc.
1678 * gdb.tui/basic.exp: Update window positions.
1679 * gdb.tui/empty.exp: Update window positions.
1680
d8f9e51c
SL
16812019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1682
1683 * gdb.base/examine-backward.exp: Correct regexp for
1684 "examine 3 bytes backward from ${address_zero}".
1685
3df505f6
TT
16862019-08-15 Tom Tromey <tom@tromey.com>
1687
1688 * gdb.tui/empty.exp: Enable resizing tests.
1689
272560b5
TT
16902019-08-15 Tom Tromey <tromey@adacore.com>
1691
1692 * gdb.ada/char_enum.exp: Add regression tests.
1693 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
1694 and '0'.
1695 (Char, Gchar): Update.
1696 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
1697
08235187
CB
16982019-08-15 Christian Biesinger <cbiesinger@google.com>
1699
1700 * gdb.python/python.exp: Expect a leading underscore on
1701 GdbOutput{,Error}File.
1702
22a2ab04
SL
17032019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1704
1705 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
1706 Windows host.
1707
835b995b
SL
17082019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1709
1710 * gdb.base/batch-preserve-term-settings.exp
1711 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
1712
97dd8e07
CB
17132019-08-15 Christian Biesinger <cbiesinger@google.com>
1714
1715 * lib/gdb.exp: When running on a mingw target, replace
1716 /x/ with x:/.
1717
75faf5c4
AH
17182019-08-14 Alan Hayward <alan.hayward@arm.com>
1719
1720 * gdb.arch/aarch64-prologue.c: New test.
1721 * gdb.arch/aarch64-prologue.exp: New file.
1722
abc6c00f
TV
17232019-08-13 Tom de Vries <tdevries@suse.de>
1724
1725 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
1726 Thread.
1727
74c2c1f4
SL
17282019-08-13 Sandra Loosemore <sandra@codesourcery.com>
1729
1730 * gdb.python/py-completion.exp: Download the .py file to the host
1731 and use its host pathname. Conditionalize tests that use
1732 tab completion and manipulate files on the build machine.
1733 * gdb.python/py-events.exp: Download the .py file to the host
1734 and use its host pathname.
1735 * gdb.python/py-evsignal.exp: Likewise.
1736 * gdb.python/py-evthreads.exp: Likewise.
1737 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
1738 pathname syntax.
1739 * gdb.python/py-framefilter.exp: Download the .py file to the right
1740 place on the host. Match Windows pathname syntax.
1741 * gdb.python/py-mi-var-info-path-expression.exp: Download the
1742 .py file to the host and use its host pathname.
1743 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
1744 * gdb.python/py-objfile.exp: Expect a host pathname, not a
1745 build pathname. Skip symlink test on Windows host. Add missing
1746 newline at end of file.
1747 * gdb.python/py-pp-maint.exp: Download the .py file to the host
1748 and use its host pathname.
1749 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
1750 * gdb.python/py-section-script.exp: Use host location of binfile
1751 on safe-path. Use correct path separator on Windows host.
1752 Reorder alternatives in gdb_test_multiple to prevent matching
1753 the wrong alternative on success.
1754 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
1755
ca2589f3
PP
17562019-08-12 Patrick Palka <patrick@parcs.ath.cx>
1757
1758 * gdb.gdb/selftest.exp (test_with_self): Update test to now
1759 expect the GDB inferior to no longer immediately stop after
1760 being resumed with "signal SIGINT".
1761
020a839d
SL
17622019-08-09 Sandra Loosemore <sandra@codesourcery.com>
1763
1764 * gdb.linespec/break-ask.exp: Generalize regexps to match
1765 Windows pathnames too.
1766
128d6509
TV
17672019-08-08 Tom de Vries <tdevries@suse.de>
1768
1769 PR testsuite/24862
1770 * lib/tuiterm.exp (_accept): Fix CSI regexp.
1771
590042fc
PW
17722019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1773
1774 * gdb.base/style.exp: Update tests for help doc new invariants.
1775 * gdb.base/help.exp: Likewise.
1776
046bebe1
TT
17772019-08-06 Tom Tromey <tom@tromey.com>
1778
1779 * gdb.base/style.exp: Add disassemble test.
1780 * gdb.base/style.c (some_called_function): New function.
1781 (main): Use it.
1782
0b27c27d
CB
17832019-08-05 Christian Biesinger <cbiesinger@google.com>
1784
1785 * gdb.python/py-block.exp: Test dictionary access on blocks.
1786
580f1034
SM
17872019-08-05 Simon Marchi <simon.marchi@efficios.com>
1788
1789 PR gdb/24863
1790 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
1791 -list-thread-groups --available test when running under
1792 check-read1.
1793
d86bd7cb
TV
17942019-08-05 Tom de Vries <tdevries@suse.de>
1795
1796 PR testsuite/24863
1797 * lib/gdb.exp (with_read1_timeout_factor): New proc.
1798 * gdb.base/help.exp: Use with_read1_timeout_factor.
1799 * gdb.base/info-macros.exp: Same.
1800 * gdb.cp/nested-types.exp: Same.
1801
a80cf5d8
TV
18022019-08-05 Tom de Vries <tdevries@suse.de>
1803
1804 * lib/gdb.exp (version_at_least): Factor out of ...
1805 (tcl_version_at_least): ... here.
1806 (gdb_compile): Fail if pie results in non-PIE executable.
1807 (readelf_version, readelf_prints_pie): New proc.
1808 (exec_is_pie): Return -1 if unknown.
1809
d0962838
TV
18102019-08-05 Tom de Vries <tdevries@suse.de>
1811
1812 * lib/gdb.exp (tcl_version_at_least): Fix typo.
1813
2252ff3d
SL
18142019-08-04 Sandra Loosemore <sandra@codesourcery.com>
1815
1816 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
1817
26655f53
SL
18182019-08-04 Sandra Loosemore <sandra@codesourcery.com>
1819
1820 * lib/completion-support.exp (test_gdb_complete_none): Skip
1821 tab completion tests if no readline support.
1822 (test_gdb_complete_unique_re): Likewise.
1823 (test_gdb_complete_multiple): Likewise.
1824
db4dc13e
PW
18252019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1826
1827 * gdb.base/info_sources.exp: New file.
1828 * gdb.base/info_sources.c: New file.
1829 * gdb.base/info_sources_base.c: New file.
1830
0eba165a
PFC
18312019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1832
1833 * gdb.base/batch-exit-status.exp: Call test_exit_status with
1834 prefix argument.
1835 (test_exit_status): Add prefix argument.
1836
59bd512b
TV
18372019-08-01 Tom de Vries <tdevries@suse.de>
1838
1839 PR testsuite/24863
1840 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
1841 calling exp_continue for new thread and thread exited messages.
1842
2a3ad588
TV
18432019-08-01 Tom de Vries <tdevries@suse.de>
1844
1845 PR testsuite/24863
1846 * gdb.base/structs.exp: Fix check-read1 timeout using
1847 gdb_test_sequence.
1848 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
1849
117eb594
TV
18502019-08-01 Tom de Vries <tdevries@suse.de>
1851
1852 PR testsuite/24863
1853 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
1854 line.
1855
ed591340
TV
18562019-08-01 Tom de Vries <tdevries@suse.de>
1857
1858 PR testsuite/24863
1859 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
1860
aa3b6533
TT
18612019-07-30 Tom Tromey <tromey@adacore.com>
1862
1863 * gdb.ada/display_nested.exp: New file.
1864 * gdb.ada/display_nested/foo.adb: New file.
1865 * gdb.ada/display_nested/pack.adb: New file.
1866 * gdb.ada/display_nested/pack.ads: New file.
1867
2906593f
CB
18682019-07-30 Christian Biesinger <cbiesinger@google.com>
1869
1870 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
1871 namespace.
1872 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
1873
0f575925
TV
18742019-07-30 Tom de Vries <tdevries@suse.de>
1875
1876 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
1877 instead.
1878
b13057d9
TV
18792019-07-30 Tom de Vries <tdevries@suse.de>
1880
1881 PR testsuite/24834
1882 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
1883 (exec_is_pie): New proc.
1884
5c4dde85
CB
18852019-07-29 Christian Biesinger <cbiesinger@google.com>
1886
1887 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
1888
c620ed88
CB
18892019-07-29 Christian Biesinger <cbiesinger@google.com>
1890
1891 * gdb.python/py-objfile.c: Add global and static vars.
1892 * gdb.python/py-objfile.exp: Test new functions Objfile.
1893 lookup_global_symbol and lookup_static_symbol.
1894
3d235706
TT
18952019-07-29 Tom Tromey <tom@tromey.com>
1896
1897 * lib/tuiterm.exp (Term::_csi_@): New proc.
1898 (Term::_csi_X): Don't move cursor.
1899
c7e4c0a6
PW
19002019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1901
1902 * gdb.base/options.exp: Update backtrace - completion to
1903 new option -frame-info.
1904 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
1905 Test new 'set print frame-info'. Test backtrace -frame-info
1906 overriding 'set print frame-info'.
1907 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
1908 Test new 'set print frame-info'.
1909 Verify consistency of backtrace with and without filters, with and
1910 without -no-filters.
1911 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
1912 default.
1913
de28a3b7
TV
19142019-07-29 Tom de Vries <tdevries@suse.de>
1915
1916 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
1917 no arguments".
1918
507dd60e
TV
19192019-07-29 Tom de Vries <tdevries@suse.de>
1920
1921 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
1922 is a substring of the first for "complete non-unique file name".
1923
5beafce9
TV
19242019-07-29 Tom de Vries <tdevries@suse.de>
1925
1926 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
1927 with ".*".
1928
2d274232
TV
19292019-07-29 Tom de Vries <tdevries@suse.de>
1930
1931 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
1932 Pass prompt_regexp parameter to gdb_test_multiple calls.
1933
9197cd8b
TV
19342019-07-29 Tom de Vries <tdevries@suse.de>
1935
1936 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
1937 print registers" regexps.
1938
b528dae0
TV
19392019-07-29 Tom de Vries <tdevries@suse.de>
1940
1941 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
1942
d17725d7
TV
19432019-07-29 Tom de Vries <tdevries@suse.de>
1944
1945 PR gdb/24855
1946 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
1947 (skip_python_tests_prompt): Add prompt_regexp argument to
1948 gdb_test_multiple calls.
1949
52b75bf1
TT
19502019-07-27 Tom Tromey <tom@tromey.com>
1951
1952 * gdb.tui/main.exp: New file.
1953
2b1d00c2
TT
19542019-07-27 Tom Tromey <tom@tromey.com>
1955
1956 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
1957 optional.
1958 * gdb.tui/empty.exp: New file.
1959
ded631d5
TT
19602019-07-27 Tom Tromey <tom@tromey.com>
1961
1962 * lib/tuiterm.exp (spawn): New proc.
1963 (Term::resize): New proc.
1964 * gdb.tui/resize.exp: New file.
1965
58ac439d
TT
19662019-07-27 Tom Tromey <tom@tromey.com>
1967
1968 * gdb.tui/list.exp: New file.
1969
fe1f56ee
TT
19702019-07-27 Tom Tromey <tom@tromey.com>
1971
1972 * gdb.tui/regs.exp: New file.
1973
f790b310
TT
19742019-07-27 Tom Tromey <tom@tromey.com>
1975
1976 * gdb.tui/basic.exp: Add "layout split" test.
1977
d95fc6ee
TT
19782019-07-27 Tom Tromey <tom@tromey.com>
1979
1980 * gdb.tui/basic.exp: Add "layout asm" test.
1981
c3786b3a
TT
19822019-07-27 Tom Tromey <tom@tromey.com>
1983
1984 * lib/tuiterm.exp: New file.
1985 * gdb.tui/basic.exp: New file.
1986
98a617f8
KB
19872019-07-27 Kevin Buettner <kevinb@redhat.com>
1988
1989 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
1990 Enable tests associated with this flag. Adjust regex
1991 referencing "foo_low" to now refer to "foo_cold" instead.
1992
5c076da4
KB
19932019-07-27 Kevin Buettner <kevinb@redhat.com>
1994
1995 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
1996 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
1997 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
1998 foo_cold. Revise comments to match.
1999 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
2000 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
2001 were wrapped into this proc; Call do_test in loop from outermost
2002 level.
2003 (foo_low): Rename all occurrences to "foo_cold".
2004 (backtrace from baz): New test.
2005 (x2/i foo_cold): New test.
2006 (info line *foo_cold): New test.
2007
1512d3b7
TV
20082019-07-26 Tom de Vries <tdevries@suse.de>
2009
2010 * gdb.arch/i386-pkru.exp: Fix unterminated string.
2011
297989a1
TV
20122019-07-25 Tom de Vries <tdevries@suse.de>
2013
2014 PR testsuite/24830
2015 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
2016 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
2017 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
2018 (skip_libstdcxx_probe_tests): ... here.
2019 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
2020
b3b965fb
TV
20212019-07-24 Tom de Vries <tdevries@suse.de>
2022
2023 PR testsuite/24807
2024 * gdb.objc/basicclass.m: Include stdio.h.
2025 * gdb.objc/nondebug.m: Same.
2026 * gdb.objc/objcdecode.m: Same.
2027
4625b4d0
TV
20282019-07-24 Tom de Vries <tdevries@suse.de>
2029
2030 PR testsuite/24612
2031 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
2032 additional_flags.
2033
024a5840
TV
20342019-07-24 Tom de Vries <tdevries@suse.de>
2035
2036 PR testsuite/24831
2037 * gdb.multi/tids.exp: Update error messages for info threads.
2038
c76ddaa3
TV
20392019-07-24 Tom de Vries <tdevries@suse.de>
2040
2041 * gdb.base/info-types.exp: Allow info types to print info for more than
2042 one file.
2043
9a618ef6
TV
20442019-07-23 Tom de Vries <tdevries@suse.de>
2045
2046 PR testsuite/24842
2047 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
2048 gdb_spawn_with_cmdline_opts.
2049
40eadf04
SP
20502019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
2051
2052 * gdb.arch/arm-cmse-sgstubs.c: New test.
2053 * gdb.arch/arm-cmse-sgstubs.exp: New file.
2054
5ba29434
TV
20552019-07-23 Tom de Vries <tdevries@suse.de>
2056
2057 PR testsuite/24711
2058 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
2059 issuing next command.
2060
a8e9d247
AB
20612019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
2062
2063 * gdb.ada/info_auto_lang.exp: Update expected results.
2064 * gdb.base/info-types.c: Add additional types to check.
2065 * gdb.base/info-types.exp: Update expected results.
2066
eb86c5e2
AB
20672019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
2068
2069 * gdb.base/info-types.c: New file.
2070 * gdb.base/info-types.exp: New file.
2071
01e175fe
AB
20722019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
2073
2074 * gdb.arch/riscv-bp-infcall.c: New file.
2075 * gdb.arch/riscv-bp-infcall.exp: New file.
2076
6b78c3f8
AB
20772019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
2078
2079 PR breakpoints/24541
2080 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
2081
da738167
TV
20822019-07-14 Tom de Vries <tdevries@suse.de>
2083
2084 PR testsuite/24760
2085 * gdb.objc/basicclass.exp: Fix unterminated string.
2086
0d4e84ed
AB
20872019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
2088 Andrew Burgess <andrew.burgess@embecosm.com>
2089
2090 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
2091 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
2092 negative bounds.
2093 * gdb.fortran/vla-value.exp: Print elements of an array with
2094 negative bounds.
2095 * gdb.fortran/vla.f90: Setup an array with negative bounds for
2096 testing.
2097
021d8588
AB
20982019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
2099
2100 * gdb.base/options.exp (expect_string): Dequote strings in
2101 results.
2102 (test-string): Test strings with different quoting and reindent.
2103
f06f1252
TT
21042019-07-10 Tom Tromey <tromey@adacore.com>
2105
2106 * gdb.ada/mi_ex_cond.exp: Update expected results.
2107 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
2108 * gdb.ada/mi_catch_ex.exp: Update expected results.
2109 * gdb.ada/mi_catch_assert.exp: Update expected results.
2110 * gdb.ada/catch_ex.exp (catch_exception_info)
2111 (catch_exception_entry, catch_assert_entry)
2112 (catch_unhandled_entry): Update.
2113 * gdb.ada/catch_assert_if.exp: Update expected results.
2114
b863685d
RB
21152019-07-10 Richard Bunt <richard.bunt@arm.com>
2116 Stephen Roberts <stephen.roberts@arm.com>
2117
2118 * gdb.base/define.exp: Restore original prompt.
2119
cb1e4e32
PA
21202019-07-09 Pedro Alves <palves@redhat.com>
2121
2122 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
2123 breakpoints" output.
2124 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
2125 * gdb.python/py-breakpoint.exp: No longer expect that "catch
2126 throw" creates breakpoint.
2127 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
2128 'type="catchpoint"'.
2129
b58a68fe
PA
21302019-07-09 Pedro Alves <palves@redhat.com>
2131
2132 PR c++/15468
2133 * gdb.cp/except-multi-location-lib.cc: New.
2134 * gdb.cp/except-multi-location-main.cc: New.
2135 * gdb.cp/except-multi-location.exp: New.
2136
0826779b
PW
21372019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
2138
2139 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
2140 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
2141 argument and update callers.
2142
5b0e2db4
AB
21432019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2144
2145 * gdb.arch/amd64-break-on-asm-line.S: New file.
2146 * gdb.arch/amd64-break-on-asm-line.exp: New file.
2147
1f6f6e21
PW
21482019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2149
2150 * gdb.base/printcmds.exp: Test printing C string and
2151 C wide string convenience vars without transiting via the inferior.
2152 Also make test names unique.
2153
ea142fbf
AH
21542019-07-08 Alan Hayward <alan.hayward@arm.com>
2155
5862c886 2156 PR breakpoints/25011
ea142fbf
AH
2157 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
2158
213fd9fa
PA
21592019-07-04 Pedro Alves <palves@redhat.com>
2160
2161 * lib/gdb.exp (foreach_with_prefix): Don't return early if
2162 body returned ok(0), break(3) or continue(4).
2163 * gdb.testsuite/foreach_with_prefix.exp: New file.
2164
2b40fda7
AH
21652019-07-04 Alan Hayward <alan.hayward@arm.com>
2166
2167 * gdb.server/unittest.exp: Allow 0 unit tests to run.
2168
a26c8de0
PA
21692019-07-03 Pedro Alves <palves@redhat.com>
2170
2171 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
2172 "return -code".
2173
5f4ba3e7
PA
21742019-07-03 Pedro Alves <palves@redhat.com>
2175
2176 PR cli/24732
2177 * gdb.base/shell.exp: Load completion-support.exp.
2178 Adjust expected error output. Add completion tests.
2179
a994424f
PA
21802019-07-03 Pedro Alves <palves@redhat.com>
2181
2182 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
2183 string_to_regexp.
2184
3d9be6f5
PA
21852019-07-03 Pedro Alves <palves@redhat.com>
2186
2187 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
2188 (expect_integer): Adjust to expect "-string".
2189 (expect_string): New.
2190 (all_options): Expect "-string".
2191 (test-flag, test-boolean): Adjust to expect "-string".
2192 (test-string): New proc.
2193 (top level): Call it.
2194
41fc454c
PA
21952019-07-03 Pedro Alves <palves@redhat.com>
2196
2197 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
2198 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
2199 the expected output in the success.
2200
b2b2a215
PA
22012019-07-03 Pedro Alves <palves@redhat.com>
2202
2203 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
2204 Split one gdb_test_multiple call in two to avoid a race.
2205
fdbc9870
PA
22062019-07-03 Pedro Alves <palves@redhat.com>
2207
2208 * gdb.base/with.c: New file.
2209 * gdb.base/with.exp: New file.
2210
c6ac8931
PA
22112019-07-03 Pedro Alves <palves@redhat.com>
2212
2213 * gdb.base/settings.exp: Replace all references to "maint
2214 test-settings set" with references to "maint set test-settings",
2215 and all references to "maint test-settings show" with references
2216 to "maint show test-settings".
2217
970f9d09
PA
22182019-07-03 Pedro Alves <palves@redhat.com>
2219
2220 * gdb.base/settings.exp (test-string): Adjust expected out when
2221 testing "maint test-settings show filename"
2222
54d66006
PA
22232019-07-02 Pedro Alves <palves@redhat.com>
2224
2225 * gdb.base/options.exp (test-info-threads): New procedure.
2226 (top level): Call it.
2227
10d06d82
TT
22282019-06-28 Tom Tromey <tromey@adacore.com>
2229
2230 * gdb.dwarf2/ada-linkage-name.c: New file.
2231 * gdb.dwarf2/ada-linkage-name.exp: New file.
2232
3d507ff2
TT
22332019-06-27 Tom Tromey <tromey@adacore.com>
2234
d039f014 2235 PR c++/20020:
3d507ff2
TT
2236 * gdb.cp/constexpr-field.exp: Use setup_xfail.
2237
8af58ffe
TV
22382019-06-26 Tom de Vries <tdevries@suse.de>
2239
2240 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
2241
22e21752
TV
22422019-06-26 Tom de Vries <tdevries@suse.de>
2243
2244 * gdb.base/index-cache.exp: Add back missing debug option.
2245
b65b566c
PW
22462019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2247
2248 * gdb.base/alias.exp: Test non matching/non existing prefixes.
2249
5c2c8c69
TV
22502019-06-25 Tom de Vries <tdevries@suse.de>
2251
2252 PR testsuite/24727
2253 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
2254
164e3873
TV
22552019-06-24 Tom de Vries <tdevries@suse.de>
2256
2257 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
2258
824eacee
TV
22592019-06-24 Tom de Vries <tdevries@suse.de>
2260
2261 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
2262 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
2263 * gdb.trace/unavailable-dwarf-piece.exp: Same.
2264
385b97d3
TV
22652019-06-24 Tom de Vries <tdevries@suse.de>
2266
2267 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
2268
c596f180
TV
22692019-06-21 Tom de Vries <tdevries@suse.de>
2270
2271 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
2272
b13a7d03
TV
22732019-06-21 Tom de Vries <tdevries@suse.de>
2274
2275 PR testsuite/24518
2276 PR ada/24713
2277 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
2278 index.
2279
899277ae
TT
22802019-06-19 Tom Tromey <tromey@adacore.com>
2281
2282 * gdb.ada/length_cond.exp: Add intro comment.
2283
680e1bee
TT
22842019-06-19 Tom Tromey <tromey@adacore.com>
2285
2286 * gdb.ada/length_cond.exp: New file.
2287 * gdb.ada/length_cond/length_cond.adb: New file.
2288 * gdb.ada/length_cond/pck.adb: New file.
2289 * gdb.ada/length_cond/pck.ads: New file.
2290
0ed4690a
TV
22912019-06-18 Tom de Vries <tdevries@suse.de>
2292
2293 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
2294
d20ed5fd
TT
22952019-06-18 Tom Tromey <tromey@adacore.com>
2296
2297 * gdb.base/list0.h: Add comment explaining control character.
2298
86e04673
TV
22992019-06-18 Tom de Vries <tdevries@suse.de>
2300
2301 * boards/fission.exp: Break up long debug_flags line.
2302
c4973306
SM
23032019-06-16 Tom de Vries <tdevries@suse.de>
2304
2305 PR gdb/24445
2306 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
2307 generated index.
2308
93cb9841
AB
23092019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
2310
2311 PR gdb/24686
2312 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
2313 improve detection of bug gdb/24541.
2314
399aaebd
SM
23152019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
2316
2317 PR gdb/24669
2318 * gdb.base/index-cache.exp (uses_readnow,
2319 expecting_index_cache_use): Define global variable.
2320 (test_cache_enabled_miss, test_cache_enabled_hit): Use
2321 expecting_index_cache_use.
2322
584a927c
AB
23232019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
2324 Andrew Burgess <andrew.burgess@embecosm.com>
2325
2326 * gdb.fortran/pointers.f90: New file.
2327 * gdb.fortran/print_type.exp: New file.
2328 * gdb.fortran/vla-ptype.exp: Adapt expected results.
2329 * gdb.fortran/vla-type.exp: Likewise.
2330 * gdb.fortran/vla-value.exp: Likewise.
2331 * gdb.mi/mi-vla-fortran.exp: Likewise.
2332
30056ea0
AB
23332019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2334
2335 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
2336 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
2337 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
2338 as a stop reason.
2339
ec8e2b6d
AB
23402019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2341
2342 * gdb.base/annota1.exp: Update expected results.
2343 * gdb.cp/annota2.exp: Likewise.
2344 * gdb.cp/annota3.exp: Likewise.
2345
09e4c4e1
AB
23462019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2347
2348 * gdb.base/style-logging.exp: Remove path from test name.
2349
0735b091
TT
23502019-06-14 Tom Tromey <tromey@adacore.com>
2351
2352 PR gdb/24502:
2353 * gdb.base/style-logging.exp: New file.
2354
f5686554
TT
23552019-06-14 Tom Tromey <tromey@adacore.com>
2356
2357 * gdb.base/symfile-warn.exp: New file.
2358 * gdb.base/symfile-warn.c: New file.
2359
a0c1ffed
TT
23602019-06-14 Tom Tromey <tromey@adacore.com>
2361
2362 * gdb.base/annotate-symlink.exp: New file.
2363
f411722c
TT
23642019-06-14 Tom Tromey <tromey@adacore.com>
2365
2366 * gdb.ada/set_wstr.exp: Add reassignment test.
2367
4268ec18
TT
23682019-06-14 Tom Tromey <tromey@adacore.com>
2369
2370 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
2371 'unchecked_access and 'unrestricted_access as well.
2372
9a9e394b
TT
23732019-06-14 Tom Tromey <tromey@adacore.com>
2374
2375 PR ada/24539:
2376 * gdb.ada/vla.exp: Update tests.
2377 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
2378 pragma.
2379
4c048731
PA
23802019-06-13 Pedro Alves <palves@redhat.com>
2381
2382 * gdb.base/settings.exp (test-integer): Test junk after
2383 "unlimited".
2384
6665660a
PA
23852019-06-13 Pedro Alves <palves@redhat.com>
2386
2387 * gdb.base/options.exp (test-thread-apply): New.
2388 (top level): Call it.
2389
5d707134
PA
23902019-06-13 Pedro Alves <palves@redhat.com>
2391
2392 * gdb.base/options.exp (test-frame-apply): New.
2393 (top level): Test print commands with different "frame apply"
2394 prefixes.
2395
e2a689da
PA
23962019-06-13 Pedro Alves <palves@redhat.com>
2397
e79be6e5 2398 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
e2a689da
PA
2399 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
2400 'max_completions' parameter and handle it.
2401 (test_gdb_completion_offers_commands): New.
2402
90a1ef87
PA
24032019-06-13 Pedro Alves <palves@redhat.com>
2404
2405 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
2406
d4c16835
PA
24072019-06-13 Pedro Alves <palves@redhat.com>
2408
2409 * gdb.base/options.exp (test-backtrace): New.
2410 (top level): Call it.
2411
2daf894e
PA
24122019-06-13 Pedro Alves <palves@redhat.com>
2413
2414 * gdb.guile/scm-frame-args.exp: Use "set print
2415 raw-frame-arguments" instead of "set print raw frame-arguments".
2416 * gdb.python/py-frame-args.exp: Likewise.
2417
e6ed716c
PA
24182019-06-13 Pedro Alves <palves@redhat.com>
2419
2420 * gdb.compile/compile.exp: Adjust expected output to option
2421 processing changes.
2422
7d8062de
PA
24232019-06-13 Pedro Alves <palves@redhat.com>
2424
2425 * gdb.base/options.exp: Build executable.
2426 (test-print): New procedure.
2427 (top level): Call it, once for "print" and another for "compile
2428 print".
2429
9d0faba9
PA
24302019-06-13 Pedro Alves <palves@redhat.com>
2431
2432 * gdb.base/options.c: New file.
2433 * gdb.base/options.exp: New file.
2434
dee7b4c8
PA
24352019-06-13 Pedro Alves <palves@redhat.com>
2436
2437 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
2438 that "o" is ambiguous.
2439
dca0f6c0
PA
24402019-06-13 Pedro Alves <palves@redhat.com>
2441
2442 * gdb.base/settings.c: New file.
2443 * gdb.base/settings.exp: New file.
2444
ccf46844
PA
24452019-06-13 Pedro Alves <palves@redhat.com>
2446
2447 * gdb.base/completion.exp: Fix comment typo.
2448
b9a3f842
PA
24492019-06-13 Pedro Alves <palves@redhat.com>
2450
2451 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
2452 foo --1" test.
2453
d106773e
PA
24542019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
2455
2456 * gdb.fortran/block-data.f: New.
2457 * gdb.fortran/block-data.exp: New.
2458
fea82da0
TV
24592019-06-11 Tom de Vries <tdevries@suse.de>
2460
2461 PR testsuite/24521
2462 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
2463 message.
2464
8c2e74f1
TV
24652019-06-11 Tom de Vries <tdevries@suse.de>
2466
2467 PR testsuite/24521
2468 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
2469
b49851c8
TV
24702019-06-11 Tom de Vries <tdevries@suse.de>
2471
2472 * boards/readnow.exp: New file.
2473
a7067863
AB
24742019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
2475
2476 * gdb.fortran/vla-sizeof.exp: Update expected results.
2477
1a3da2cd
AB
24782019-06-06 Amos Bird <amosbird@gmail.com>
2479
2480 * gdb.base/annota1.exp (thread_switch): Add test for
2481 thread-exited annotation.
2482
3847a7bf
TT
24832019-06-06 Tom Tromey <tromey@adacore.com>
2484
2485 * gdb.base/maint.exp: Expect command started/finished output.
2486
0088ba59
AB
24872019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
2488
2489 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
2490 comment.
2491 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
2492
312617a3
AB
24932019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
2494
2495 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
2496 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
2497 * gdb.arch/riscv-unwind-long-insn.c: New file.
2498 * gdb.arch/riscv-unwind-long-insn.exp: New file.
2499
e1f2e1a2
CB
25002019-06-04 Christian Biesinger <cbiesinger@google.com>
2501
d3238f7d 2502 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 2503
206584bd
PW
25042019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2505
2506 * lib/gdb.exp (help_list_trailer): New regexp variable
2507 factorizing the help trailer message.
2508 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
2509 arg to allow to better factorize various tests.
2510 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
2511 (test_prefix_command_help): Use help_list_trailer.
2512 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
2513 * gdb.guile/scm-cmd.exp: Likewise.
2514 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
2515 * gdb.base/help.exp: Use test_user_defined_class_help.
2516 * gdb.base/style.exp: Add tests for styling of help and apropos.
2517 * lib/gdb-utils.exp (style): Add title and highlight styles.
2518
708dc93e
PW
25192019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2520
2521 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
2522 $_shell_exitsignal.
2523 * gdb.base/default.exp: Update for new convenience variables.
2524
f49055a5
TT
25252019-05-29 Tom Tromey <tromey@adacore.com>
2526
2527 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
2528 to "break complete ada" test case's regexp.
2529
4330d61d
TT
25302019-05-29 Tom Tromey <tromey@adacore.com>
2531
2532 PR c++/20020:
2533 * gdb.cp/constexpr-field.exp: New file.
2534 * gdb.cp/constexpr-field.cc: New file.
2535
000439d5
TT
25362019-05-29 Tom Tromey <tromey@adacore.com>
2537
2538 * gdb.base/finish.exp (finish_no_print): New proc.
2539 (finish_tests): Call it.
2540
5a01c34c
TV
25412019-05-24 Tom de Vries <tdevries@suse.de>
2542
2543 * gdb.dwarf2/gdb-add-index.exp: New file.
2544
18125b16
TT
25452019-05-22 Tom Tromey <tromey@adacore.com>
2546
2547 * gdb.base/info-shared.exp (check_info_shared): Use "style".
2548 * gdb.base/style.exp: Use "style".
2549 * lib/gdb-utils.exp (style): New proc.
2550
af1a8d03
TV
25512019-05-22 Tom de Vries <tdevries@suse.de>
2552
2553 * gdb.base/align.exp: Require c++11.
2554
e7fe496b
TV
25552019-05-22 Tom de Vries <tdevries@suse.de>
2556
2557 PR testsuite/24586
2558 * gdb.python/py-mi-var-info-path-expression.exp: Call
2559 mi_skip_python_tests to check if python is supported.
2560
8fca4da0
AH
25612019-05-22 Alan Hayward <alan.hayward@arm.com>
2562
2563 * gdb.arch/aarch64-pauth.c: New test.
2564 * gdb.arch/aarch64-pauth.exp: New file.
2565
b7060614
AH
25662019-05-22 Alan Hayward <alan.hayward@arm.com>
2567
2568 * README (Re-running Tests Outside The Testsuite): New section.
2569
669d0468
TV
25702019-05-21 Tom de Vries <tdevries@suse.de>
2571
2572 * gdb.arch/amd64-eval.exp: Require c++11.
2573 * gdb.base/max-depth.exp: Same.
2574 * gdb.compile/compile-cplus-array-decay.exp: Same.
2575 * gdb.cp/meth-typedefs.exp: Same.
2576 * gdb.cp/subtypes.exp: Same.
2577 * gdb.cp/temargs.exp: Same.
2578
ce3ebcaa
AH
25792019-05-21 Alan Hayward <alan.hayward@arm.com>
2580
2581 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
2582
34d11c68
AB
25832019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
2584
2585 PR gdb/18644
2586 * gdb.fortran/complex.exp: Remove setup_kfail calls.
2587 * gdb.fortran/printing-types.exp: Add new test.
2588 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
2589 testing.
2590 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
2591 setup_kfail call.
2592
87781e84
AH
25932019-05-17 Alan Hayward <alan.hayward@arm.com>
2594
2595 * README (Running the Testsuite): Change example.
2596 (Testsuite Parameters): Remove TRANSCRIPT.
2597 * lib/gdb.exp: Remove TRANSCRIPT check.
2598
b420b89e
AH
25992019-05-17 Alan Hayward <alan.hayward@arm.com>
2600
2601 * README (Testsuite Parameters): Add replay logging to
2602 GDBSERVER_DEBUG.
2603 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
2604 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
2605 as a comma separated list.
2606 (gdb_debug_init): Override procedure.
2607
408e9b8b
AH
26082019-05-17 Alan Hayward <alan.hayward@arm.com>
2609
2610 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
2611 (gdb_write_cmd_file): New procedure.
2612 * lib/gdbserver-support.exp (gdbserver_start): Call
2613 gdbserver_write_cmd_file.
2614 (gdbserver_write_cmd_file): New procedure.
2615
f9e2e39d
AH
26162019-05-17 Alan Hayward <alan.hayward@arm.com>
2617
2618 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
2619 (delete_breakpoints): Likewise.
2620 (gdb_run_cmd): Likewise.
2621 (gdb_start_cmd): Likewise.
2622 (gdb_starti_cmd): Likewise.
2623 (gdb_internal_error_resync): Likewise.
2624 (gdb_test_multiple): Likewise.
2625 (gdb_reinitialize_dir): Likewise.
2626 (default_gdb_exit): Likewise.
2627 (gdb_file_cmd): Mark kill as optional.
2628 (default_gdb_start): Call gdb_stdin_log_init.
2629 (send_gdb): Call gdb_stdin_log_write.
2630 (rerun_to_main): Mark Y as an answer.
2631 (gdb_stdin_log_init): New function.
2632 (gdb_stdin_log_write): Likewise.
2633
81f47ac2
AH
26342019-05-17 Alan Hayward <alan.hayward@arm.com>
2635
2636 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
2637 * gdb.base/debug-expr.exp: Likewise.
2638 * gdb.base/foll-fork.exp: Likewise.
2639 * gdb.base/foll-vfork.exp: Likewise.
2640 * gdb.base/fork-print-inferior-events.exp: Likewise.
2641 * gdb.base/gdb-sigterm.exp: Likewise.
2642 * gdb.base/gdbinit-history.exp: Likewise.
2643 * gdb.base/osabi.exp: Likewise.
2644 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
2645 * gdb.base/ui-redirect.exp: Likewise.
2646 * gdb.gdb/unittest.exp: Likewise.
2647 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
2648 * gdb.mi/mi-watch.exp: Likewise.
2649 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2650 * gdb.mi/user-selected-context-sync.exp: Likewise.
2651 * gdb.python/python.exp: Disable debug test when debugging.
2652 * gdb.threads/check-libthread-db.exp: Disable when debugging.
2653 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
2654 Likewise.
2655 * gdb.threads/stepi-random-signal.exp: Likewise.
2656
29b52314
AH
26572019-05-17 Alan Hayward <alan.hayward@arm.com>
2658
2659 * Makefile.in: Pass through GDB_DEBUG.
2660 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
2661 (gdb,debug): Add board setting.
2662 * lib/gdb.exp (default_gdb_start): Start debugging.
2663 (gdb_debug_enabled): New procedure.
2664 (gdb_debug_init): Likewise.
29b52314
AH
2665
26662019-05-17 Alan Hayward <alan.hayward@arm.com>
e79be6e5 2667
29b52314
AH
2668 * Makefile.in: Pass through GDB_DEBUG.
2669 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
2670 (gdb,debug): Add board setting.
2671 * lib/gdb.exp (default_gdb_start): Start debugging.
2672 (gdb_debug_enabled): New procedure.
2673 (gdb_debug_init): Likewise.
29b52314 2674
ca1285d1
AH
26752019-05-17 Alan Hayward <alan.hayward@arm.com>
2676
2677 * gdb.base/ui-redirect.exp: Add debug redirect tests.
2678
f3a09c80
AH
26792019-05-17 Alan Hayward <alan.hayward@arm.com>
2680
2681 * gdb.base/ui-redirect.exp: Test redirection.
2682
26648588
JV
26832019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
2684
2685 * gdb.mi/mi-complete.exp: New file.
2686 * gdb.mi/mi-complete.cc: Likewise.
2687
14237686
AB
26882019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
2689
2690 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
2691 indexed and sliced arrays, and pointers to arrays.
2692
e7bd7fba
TT
26932019-05-14 Tom Tromey <tromey@adacore.com>
2694
2695 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
2696 styling test.
2697
2764128d
TV
26982019-05-14 Tom de Vries <tdevries@suse.de>
2699
2700 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
2701 selection entry encoding.
2702
71bed2db
TT
27032019-05-10 Tom Tromey <tromey@adacore.com>
2704
2705 * gdb.ada/info_exc.exp: Add "complete" test.
2706
63b667ad
TV
27072019-05-09 Tom de Vries <tdevries@suse.de>
2708
2709 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
2710 CU-relative.
2711
9cfd2b89
TV
27122019-05-09 Tom de Vries <tdevries@suse.de>
2713
2714 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
2715 CU-relative.
2716
2228ef77
XR
27172019-05-08 Joel Brobecker <brobecker@adacore.com>
2718
2719 * gdb.ada/frame_arg_lang.exp: New testcase.
2720 * gdb.ada/frame_arg_lang/bla.adb: New file.
2721 * gdb.ada/frame_arg_lang/pck.ads: New file.
2722 * gdb.ada/frame_arg_lang/pck.adb: New file.
2723 * gdb.ada/frame_arg_lang/foo.c: New file.
2724
80e55b13
TT
27252019-05-08 Tom Tromey <tromey@adacore.com>
2726
2727 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
2728
9d3421af
TT
27292019-05-08 Tom Tromey <tromey@adacore.com>
2730
2731 * gdb.base/ptype-offsets.exp: Update tests.
2732
844333e2
TT
27332019-05-08 Tom Tromey <tromey@adacore.com>
2734
2735 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
2736 cases.
2737 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
2738 "short".
2739
988915ee
TT
27402019-05-08 Tom Tromey <tromey@adacore.com>
2741
2742 * gdb.ada/vla.exp: New file.
2743 * gdb.ada/vla/vla.adb: New file.
2744
7bd55dac
TV
27452019-05-07 Tom de Vries <tdevries@suse.de>
2746
2747 * gdb.base/index-cache.exp (ls_host): Fix return statement.
2748
75f06e9d
TV
27492019-05-07 Tom de Vries <tdevries@suse.de>
2750
2751 PR testsuite/24522
2752 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
2753 section.
2754
77e7aaa4
TV
27552019-05-07 Tom de Vries <tdevries@suse.de>
2756
2757 PR testsuite/24522
2758 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
2759 .debug_aranges section.
2760
456ba0fa
TV
27612019-05-07 Tom de Vries <tdevries@suse.de>
2762
2763 PR testsuite/24159
2764 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
2765
5a56d6a6
TV
27662019-05-06 Tom de Vries <tdevries@suse.de>
2767
2768 * lib/gdb.exp (exec_has_index_section): New proc.
2769 * gdb.base/index-cache.exp: Handle case that binfile contains an index
2770 section.
2771
9d6d4be8
TV
27722019-05-04 Tom de Vries <tdevries@suse.de>
2773
2774 * boards/cc-with-debug-names.exp: New file.
2775
222a8d25
TT
27762019-05-03 Tom Tromey <tromey@adacore.com>
2777
2778 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
2779 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
2780 * gdb.ada/char_enum.exp: Add test.
2781
0fdfd794
TV
27822019-05-03 Tom de Vries <tdevries@suse.de>
2783
2784 * boards/cc-with-gdb-index.exp: New file.
2785
80062eb9
AB
27862019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
2787
2788 * gdb.rust/simple.exp: Add new test case.
2789 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
2790 (main): Initialise an instance of the new struct.
2791
4504bbde
TT
27922019-05-01 Tom Tromey <tromey@adacore.com>
2793
2794 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
2795 record.
2796 (NPR): New variable.
2797 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
2798 test.
2799
d48e62f4
TT
28002019-05-01 Tom Tromey <tromey@adacore.com>
2801
2802 * gdb.ada/packed_array_assign.exp: Add packed assignment
2803 regression test.
2804
f59f30f5
TV
28052019-05-01 Tom de Vries <tdevries@suse.de>
2806
2807 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
2808
b70bfc54
TV
28092019-05-01 Tom de Vries <tdevries@suse.de>
2810
2811 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
2812
15f18d14
AT
28132019-04-30 Ali Tamur <tamur@google.com>
2814
2815 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
2816
2ff0a947
TT
28172019-04-30 Tom Tromey <tromey@adacore.com>
2818
2819 * lib/ada.exp (find_ada_tool): New proc.
2820 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
2821 * gdb.ada/catch_ex_std.exp: New file.
2822 * gdb.ada/catch_ex_std/foo.adb: New file.
2823 * gdb.ada/catch_ex_std/some_package.adb: New file.
2824 * gdb.ada/catch_ex_std/some_package.ads: New file.
2825
a776957c
TT
28262019-04-30 Tom Tromey <tromey@adacore.com>
2827
2828 PR c++/24470:
2829 * gdb.cp/temargs.cc: Add test code from PR.
2830
bc68014d
AB
28312019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2832
2833 * gdb.fortran/vla-datatypes.exp: Update expected results.
2834 * gdb.fortran/vla-ptype.exp: Likewise.
2835 * gdb.fortran/vla-type.exp: Likewise.
2836 * gdb.fortran/vla-value.exp: Likewise.
2837
f1fdc960
AB
28382019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2839
2840 * gdb.fortran/ptr-indentation.exp: Update expected results.
2841 * gdb.fortran/ptype-on-functions.exp: Likewise.
2842 * gdb.fortran/vla-ptr-info.exp: Likewise.
2843 * gdb.fortran/vla-value.exp: Likewise.
2844
bf7a4de1
AB
28452019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2846
2847 * gdb.fortran/ptype-on-functions.exp: New file.
2848 * gdb.fortran/ptype-on-functions.f90: New file.
2849
bbe75b9d
AB
28502019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2851
2852 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
2853 case void string.
2854
1db455a7
AB
28552019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2856
2857 * gdb.fortran/complex.exp: Expand.
2858 * gdb.fortran/complex.f: Renamed to...
2859 * gdb.fortran/complex.f90: ...this, and extended to add more
2860 complex values.
2861
b6d03bb2
AB
28622019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2863
2864 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
2865 MODULO, CMPLX.
2866
2e62ab40
AB
28672019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
2868 Richard Bunt <richard.bunt@arm.com>
2869
2870 * gdb.base/max-depth.c: New file.
2871 * gdb.base/max-depth.exp: New file.
2872 * gdb.python/py-nested-maps.c: New file.
2873 * gdb.python/py-nested-maps.exp: New file.
2874 * gdb.python/py-nested-maps.py: New file.
2875 * gdb.python/py-format-string.exp (test_max_depth): New proc.
2876 (test_all_common): Call test_max_depth.
2877 * gdb.fortran/max-depth.exp: New file.
2878 * gdb.fortran/max-depth.f90: New file.
2879 * gdb.go/max-depth.exp: New file.
2880 * gdb.go/max-depth.go: New file.
2881 * gdb.modula2/max-depth.exp: New file.
2882 * gdb.modula2/max-depth.c: New file.
2883 * lib/gdb.exp (get_print_expr_at_depths): New proc.
2884
d2b584a5
TV
28852019-04-29 Tom de Vries <tdevries@suse.de>
2886
2887 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
2888
136afab8
PW
28892019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2890
2891 * gdb.base/callexit.exp: Test may-call-functions off.
2892
725cbb63
KS
28932019-04-25 Keith Seitz <keiths@redhat.com>
2894
2895 PR c++/24367
2896 * gdb.cp/meth-typedefs.cc (incomplete_struct)
2897 (another_incomplete_struct, test_incomplete): New definitions.
2898 (main): Use new definitions.
2899 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
2900 functions.
2901
701adfb0
PA
29022019-04-25 Ali Tamur <tamur@google.com>
2903
2904 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
2905
82433e3e
SDJ
29062019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
2907
2908 PR corefiles/11608
2909 PR corefiles/18187
2910 * gdb.base/coredump-filter-build-id.exp: New file.
2911
dd06d4d6
AH
29122019-04-25 Alan Hayward <alan.hayward@arm.com>
2913
e79be6e5
SM
2914 * Makefile.in: Pass through GDBSERVER_DEBUG.
2915 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
2916 (gdbserver,debug): Add board setting.
2917 * gdb.trace/tspeed.exp: Skip when debugging.
2918 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
2919 * lib/gdbserver-support.exp: Likewise
dd06d4d6 2920
1670072e
TT
29212019-04-24 Tom Tromey <tromey@adacore.com>
2922
2923 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
2924 Rust.
2925
a59240a4
TT
29262019-04-24 Tom Tromey <tromey@adacore.com>
2927
2928 * gdb.arch/amd64-eval.exp: Test bitfield return.
2929 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
2930 (class Foo) <return_bitfields>: New method.
2931 (main): Call it.
2932
b907456c
AB
29332019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
2934
2935 * gdb.cp/many-args.cc: New file.
2936 * gdb.cp/many-args.exp: New file.
2937
5c565afd
TV
29382019-04-23 Tom de Vries <tdevries@suse.de>
2939
2940 PR gdb/24433
2941 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
2942
ba22ff86
AH
29432019-04-23 Alan Hayward <alan.hayward@arm.com>
2944
2945 * gdb.trace/backtrace.exp: Use nopie flag.
2946 * gdb.trace/circ.exp: Likewise.
2947 * gdb.trace/collection.exp: Likewise.
2948 * gdb.trace/ftrace.exp: Likewise.
2949 * gdb.trace/mi-trace-unavailable.exp: Likewise.
2950 * gdb.trace/mi-traceframe-changed.exp: Likewise.
2951 * gdb.trace/qtro.exp: Likewise.
2952 * gdb.trace/read-memory.exp: Likewise.
2953 * gdb.trace/report.exp: Likewise.
2954 * gdb.trace/tfile.exp: Likewise.
2955 * gdb.trace/tfind.exp: Likewise.
2956 * gdb.trace/unavailable.exp: Likewise.
2957
7905fc35
PA
29582019-04-22 Pedro Alves <palves@redhat.com>
2959
2960 * gdb.base/solib-probes-nosharedlibrary.c,
2961 gdb.base/solib-probes-nosharedlibrary.exp: New files.
2962
8ecb59f8
TT
29632019-04-19 Tom Tromey <tromey@adacore.com>
2964
2965 * gdb.ada/ptype_union.c: New file.
2966 * gdb.ada/ptype_union.exp: New file.
2967
62160ec9
TT
29682019-04-19 Tom Tromey <tromey@adacore.com>
2969
2970 PR symtab/24423:
2971 * gdb.base/list0.h (foo): Add a control-l character.
2972
36cd4ba5
TV
29732019-04-18 Tom de Vries <tdevries@suse.de>
2974
2975 PR gdb/24433
2976 * boards/local-board.exp: Set sysroot to "".
2977
b73715df
TV
29782019-04-18 Tom de Vries <tdevries@suse.de>
2979 Pedro Alves <palves@redhat.com>
2980
2981 PR gdb/24454
2982 * gdb.threads/vfork-follow-child-exec.c: New file.
2983 * gdb.threads/vfork-follow-child-exec.exp: New file.
2984 * gdb.threads/vfork-follow-child-exit.c: New file.
2985 * gdb.threads/vfork-follow-child-exit.exp: New file.
2986
4aa866af
LS
29872019-04-15 Leszek Swirski <leszeks@google.com>
2988
2989 * gdb.arch/amd64-eval.cc: New file.
2990 * gdb.arch/amd64-eval.exp: New file.
2991
e5a1a79a
AH
29922019-04-11 Alan Hayward <alan.hayward@arm.com>
2993
2994 * gdb.server/sysroot.c: New test.
2995 * gdb.server/sysroot.exp: New file.
2996 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
2997 matching param.
2998
41077b66
AB
29992019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
3000
3001 * gdb.base/align.exp: Extend test to cover structures containing
3002 only static fields.
3003
c30391f8
TV
30042019-04-11 Tom de Vries <tdevries@suse.de>
3005
3006 * boards/cc-with-dwz-m.exp: New file.
3007 * boards/cc-with-dwz.exp: New file.
3008 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
3009
e242fd12
SM
30102019-04-09 Simon Marchi <simon.marchi@efficios.com>
3011
3012 * gdb.base/start-cpp.exp: New file.
3013 * gdb.base/start-cpp.cc: New file.
3014
2b0c8b01
KB
30152019-04-08 Kevin Buettner <kevinb@redhat.com>
3016
3017 * gdb.python/py-thrhandle.exp: Adjust tests to call
3018 thread_from_handle instead of thread_from_thread_handle.
3019
947210e5
KB
30202019-04-08 Kevin Buettner <kevinb@redhat.com>
3021
3022 * gdb.python/py-thrhandle.exp: Add tests for
3023 gdb.InferiorThread.handle.
3024
d7df6549
AB
30252019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
3026
3027 * gdb.python/py-function.exp: Check calling helper function from
3028 all languages.
3029 * lib/gdb.exp (gdb_supported_languages): New proc.
3030
8bdc1658
AB
30312019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
3032
3033 * gdb.base/complex-parts.c: New file.
3034 * gdb.base/complex-parts.exp: New file.
3035
05caa1d2
TT
30362019-04-01 Tom Tromey <tromey@adacore.com>
3037
3038 PR symtab/23331:
3039 * gdb.dwarf2/dw2-ranges-main.c: New file.
3040 * gdb.dwarf2/dw2-ranges-psym.c: New file.
3041 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
3042
7734102d
EZ
30432019-03-30 Simon Marchi <simark@simark.ca>
3044
3045 * gdb.base/default.exp: Add values for $_gdb_major and
3046 $_gdb_minor.
3047
188e1fa9
TT
30482019-03-29 Tom Tromey <tromey@adacore.com>
3049
3050 * gdb.base/help.exp: Tighten apropos regexp.
3051
2880242d
KS
30522019-03-29 Keith Seitz <keiths@redhat.com>
3053
3054 * gdb.fortran/array-bounds.exp: New file.
3055 * gdb.fortran/array-bounds.f90: New file.
3056
077cad8e
PW
30572019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3058
3059 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
3060
80047cfc
PW
30612019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3062
3063 * gdb.multi/hello.c (main): Increase alarm timer.
3064
f489207e
SL
30652019-03-28 Sandra Loosemore <sandra@codesourcery.com>
3066
3067 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
3068 factor when no hardware watchpoint support.
3069
c92df149
AH
30702019-03-28 Alan Hayward <alan.hayward@arm.com>
3071 Pedro Alves <palves@redhat.com>
3072
3073 * boards/local-board.exp: set sysroot to /.
3074
933aebfa
AH
30752019-03-27 Alan Hayward <alan.hayward@arm.com>
3076
3077 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
3078 in child.
3079
9f9aa852
AB
30802019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3081
3082 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
3083 field.
3084 (make_container): Initialise new field.
3085 * gdb.python/py-prettyprint.exp: Add new tests.
3086 * gdb.python/py-prettyprint.py (class ContainerPrinter)
3087 <display_hint>: New method.
3088
3714a195
AB
30892019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3090
3091 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
3092 gdb_continue_to_breakpoint more throughout this test.
3093 (run_lang_tests) Supply unique test names, and use
3094 gdb_test_no_output.
3095
18c77628
AB
30962019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3097
3098 * gdb.base/finish-pretty.exp: Update expected results.
3099 * gdb.base/pretty-print.c: New file.
3100 * gdb.base/pretty-print.exp: New file.
3101
9a93502f
PA
31022019-03-25 Pedro Alves <palves@redhat.com>
3103
3104 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
3105 move comments outside list. Append '-i "" eof' section.
3106
968aa7ae
AH
31072019-03-22 Alan Hayward <alan.hayward@arm.com>
3108
34a7f2a4 3109 PR testsuite/25016
968aa7ae
AH
3110 * README: Add pie options.
3111 * gdb.base/break-interp.exp: Ensure pie is disabled.
3112 * gdb.base/dump.exp: Likewise.
3113 * lib/gdb.exp (gdb_compile): Add pie option.
3114
4c7d57e7
TT
31152019-03-19 Tom Tromey <tromey@adacore.com>
3116
3117 * gdb.mi/mi2-cli-display.c: New file.
3118 * gdb.mi/mi2-cli-display.exp: New file.
3119
bff8c71f
TT
31202019-03-18 Joel Brobecker <brobecker@adacore.com>
3121 Tom Tromey <tromey@adacore.com>
3122
3123 * gdb.ada/ptype_array/pck.adb: New file.
3124 * gdb.ada/ptype_array/pck.ads: New file.
3125 * gdb.ada/ptype_array/foo.adb: New file.
3126 * gdb.ada/ptype_array.exp: New file.
3127
d085f989
TT
31282019-03-14 Tom Tromey <tromey@adacore.com>
3129
3130 * gdb.base/style.exp: Add "set style sources" test.
3131
b4be1b06
SM
31322019-03-13 Simon Marchi <simon.marchi@ericsson.com>
3133
3134 * mi-breakpoint-location-ena-dis.exp: Rename to ...
3135 * mi-breakpoint-multiple-locations.exp: ... this.
3136 (make_breakpoints_pattern): New proc.
3137 (do_test): Add mi_version parameter, test -break-insert,
3138 -break-info and =breakpoint-created.
3139
7cde5fc2
AB
31402019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
3141
3142 * config/default.exp: Remove 'load_lib gdb.exp'.
3143 * config/monitor.exp: Likewise.
3144 * config/sid.exp: Likewise.
3145 * config/sim.exp: Likewise.
3146 * config/slite.exp: Likewise.
3147 * config/unix.exp: Likewise.
3148 * gdb.base/default.exp: Remove unhelpful comment.
3149
efbecbc1
AB
31502019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3151
3152 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
3153
0841c79a
AB
31542019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3155
3156 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
3157
4a270568
AB
31582019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3159
3160 * gdb.fortran/type-kinds.exp: Update expected results.
3161
067630bd
AB
31622019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3163
3164 * gdb.fortran/type-kinds.exp: Test new integer type kind.
3165
3be47f7a
AB
31662019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3167
3168 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
3169 function.
3170 (test_basic_parsing_of_type_kinds): Expand types tested.
3171 (test_parsing_invalid_type_kinds): New function.
3172
4d00f5d8
AB
31732019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3174
3175 * gdb.fortran/intrinsics.exp: New file.
3176 * gdb.fortran/intrinsics.f90: New file.
3177 * gdb.fortran/type-kinds.exp: New file.
3178
c8f91604
AB
31792019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3180
3181 * gdb.fortran/dot-ops.exp: New file.
3182
dd9f2c76
AB
31832019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3184
3185 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
3186 Check upper and lower case logical literals.
3187
84ec9724
AB
31882019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3189
3190 * gdb.fortran/types.exp (test_float_literal_types_accepted):
3191 Remove duplicate tests.
3192
c3734e09
AH
31932019-03-06 Alan Hayward <alan.hayward@arm.com>
3194
3195 * lib/gdb.exp (builtin_cd): rename of cd.
3196 (cd): Override builtin.
3197
aa3cfbda
RB
31982019-03-06 Richard Bunt <richard.bunt@arm.com>
3199
3200 * gdb.fortran/function-calls.exp: New file.
3201 * gdb.fortran/function-calls.f90: New test.
3202
7b63ad86
RB
32032019-03-04 Richard Bunt <richard.bunt@arm.com>
3204
3205 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
3206 on user program standard output.
3207 * gdb.fortran/short-circuit-argument-list.f90: Record function
3208 calls.
3209
01abb042
AH
32102019-02-28 Alan Hayward <alan.hayward@arm.com>
3211
c3734e09
AH
3212 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
3213 failure.
01abb042 3214
92137da0
RO
32152019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3216
3217 PR gdb/8527
3218 * gdb.base/interrupt-daemon-attach.c,
3219 gdb.base/interrupt-daemon-attach.exp: New test.
3220
5862844d
PA
32212019-02-27 Pedro Alves <palves@redhat.com>
3222
3223 * gdb.base/page.exp: Add tests for "set width/height -1".
3224
8ed25214
PA
32252019-02-27 Pedro Alves <palves@redhat.com>
3226
3227 * gdb.base/page.exp: Add tests for "set/show width/height" with
3228 "infinite" values.
3229
6c28e44a
TT
32302019-02-27 Tom Tromey <tromey@adacore.com>
3231
3232 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
3233 2.4.
3234 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
3235 workaround.
3236
bf9a735e
AB
32372019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
3238
3239 * gdb.base/align.exp: Extend to compile in both C and C++, and add
3240 tests for structs with static members.
3241
8791793c
TT
32422019-02-26 Tom Tromey <tromey@adacore.com>
3243
3244 * gdb.python/py-value.exp (test_value_from_buffer): Check for
3245 ValueError, not TypeError.
3246
bc2a507e
KB
32472019-02-26 Kevin Buettner <kevinb@redhat.com>
3248
3249 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
3250 call from main program.
3251
e0e7d3bd
JB
32522019-02-23 Joel Brobecker <brobecker@adacore.com>
3253
3254 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
3255 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
3256 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
3257 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
3258 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
3259
9600246d
KS
32602019-02-22 Keith Seitz <keiths@redhat.com>
3261
3262 PR symtab/23853
3263 * gdb.base/symlink-sourcefile.c: New file.
3264 * gdb.base/symlink-sourcefile.exp: New file.
3265
0c95f9ed
TT
32662019-02-20 Tom Tromey <tom@tromey.com>
3267
3268 * gdb.base/info_qt.exp: Update.
3269
6caa91b6
SM
32702019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
3271
3272 * gdb.base/source.exp: Move "error in sourced script" code to
3273 the end.
3274 * gdb.base/source-error.gdb: Move contents to
3275 source-error-1.gdb. Add new code to source source-error-1.gdb.
3276 * gdb.base/source-error-1.gdb: New file, from previous
3277 source-error.gdb.
3278
6506371f
TT
32792019-02-17 Tom Tromey <tom@tromey.com>
3280
3281 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
3282 for macro styling.
3283 * gdb.base/style.c (SOME_MACRO): New macro.
3284
a0087920
TT
32852019-02-17 Tom Tromey <tom@tromey.com>
3286
3287 * gdb.base/style.exp: Add line-wrapping tests.
3288 * gdb.base/page.exp: Add test for quitting during pagination.
3289
a2cd4f14
JB
32902019-02-17 Joel Brobecker <brobecker@adacore.com>
3291
3292 * gdb.ada/big_packed_array: New testcase.
3293 * gdb.ada/homonym.exp: Fix incorrect expected output for
3294 "break <homonym__get_value>" test.
3295
9d70ffbc
WP
32962019-02-13 Weimin Pan <weimin.pan@oracle.com>
3297
3298 PR breakpoints/21870
3299 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
3300 and prepare_for_testing. Add comment.
3301 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
3302 redundant cleanup call. Clean up comment.
3303
01c7ae81
WP
33042019-02-12 Weimin Pan <weimin.pan@oracle.com>
3305
3306 PR breakpoints/21870
3307 * gdb.arch/aarch64-dbreg-contents.exp: New file.
3308 * gdb.arch/aarch64-dbreg-contents.c: New file.
3309
aff29d1c
JB
33102019-02-10 Joel Brobecker <brobecker@adacore.com>
3311
3312 * gdb.ada/mi_ref_changeable: New testcase.
3313
df0da8a2
AH
33142019-02-07 Alan Hayward <alan.hayward@arm.com>
3315
3316 * gdb.base/attach.exp: Add double attach test.
3317
bd447abb
SM
33182019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
3319
3320 * lib/gdb.exp (default_gdb_start): Don't match pagination
3321 prompt.
3322 (gdb_init): Set stty_init.
3323
1dbc40b9
TT
33242019-01-27 Tom Tromey <tom@tromey.com>
3325
3326 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
3327 skip_python_tests.
3328
353229bf
AH
33292019-01-24 Alan Hayward <alan.hayward@arm.com>
3330
3331 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
3332 New structure.
3333 (struct struct_static_02_02): Likewise.
3334 (struct struct_static_02_03): Likewise.
3335 (struct struct_static_02_04): Likewise.
3336 (struct struct_static_04_01): Likewise.
3337 (struct struct_static_04_02): Likewise.
3338 (struct struct_static_04_03): Likewise.
3339 (struct struct_static_04_04): Likewise.
3340 (struct struct_static_06_01): Likewise.
3341 (struct struct_static_06_02): Likewise.
3342 (struct struct_static_06_03): Likewise.
3343 (struct struct_static_06_04): Likewise.
3344 (cmp_struct_static_02_01): Likewise.
3345 (cmp_struct_static_02_02): Likewise.
3346 (cmp_struct_static_02_03): Likewise.
3347 (cmp_struct_static_02_04): Likewise.
3348 (cmp_struct_static_04_01): Likewise.
3349 (cmp_struct_static_04_02): Likewise.
3350 (cmp_struct_static_04_03): Likewise.
3351 (cmp_struct_static_04_04): Likewise.
3352 (cmp_struct_static_06_01): Likewise.
3353 (cmp_struct_static_06_02): Likewise.
3354 (cmp_struct_static_06_03): Likewise.
3355 (cmp_struct_static_06_04): Likewise.
3356 (call_all): Test new structs.
3357 * gdb.base/infcall-nested-structs.exp: Likewise.
3358
73021deb
AH
33592019-01-21 Alan Hayward <alan.hayward@arm.com>
3360 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
3361
fc65c7db
AH
33622019-01-21 Alan Hayward <alan.hayward@arm.com>
3363 * gdb.base/stack-protector.c: New test.
3364 * gdb.base/stack-protector.exp: New file.
3365 * gdb.cp/ovldbreak.exp: Only allow a single break line.
3366 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
3367 option.
3368 (gdb_compile): Remove stack protector for GCC and prevent
3369 recursion.
3370
c24bdb02
KS
33712019-01-16 Keith Seitz <keiths@redhat.com>
3372
3373 PR gdb/23773
3374 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
3375
6f072a10
PFC
33762019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3377
3378 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
3379 aliases.
3380 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
3381 tests.
3382 * gdb.arch/powerpc-vector-regs.c: New file.
3383 * gdb.arch/powerpc-vector-regs.exp: New file.
3384
a7b8d682
PFC
33852019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3386
3387 * gdb.arch/altivec-regs.exp: Fix the list passed to
3388 gdb_expect_list when testing "info vector".
3389
6eb6fb67
AB
33902019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
3391
3392 * gdb.base/style.exp: Don't include path in testname.
3393
b56f80d8
KS
33942019-01-10 Keith Seitz <keiths@redhat.com>
3395
3396 PR gdb/23712
3397 PR symtab/23010
3398 * gdb.dwarf2/multidictionary.exp: New file.
3399
041be526
SM
34002019-01-09 Simon Marchi <simon.marchi@ericsson.com>
3401
3402 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
3403 (test_gnuv3_style_demangling): ... this.
3404 (test_lucid_style_demangling): Remove.
3405 (test_arm_style_demangling): Remove.
3406 (test_hp_style_demangling): Remove.
3407 (do_tests): Remove calls to the above.
3408
d820d0c3
AB
34092019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3410
3411 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
3412 case.
3413
f097f5ad
TT
34142019-01-06 Tom Tromey <tom@tromey.com>
3415
3416 PR gdb/28155:
3417 * gdb.dwarf2/typedef-void-finish.exp: New file.
3418
2cd8cc0b
TT
34192018-12-28 Tom Tromey <tom@tromey.com>
3420 Simon Marchi <simark@simark.ca>
3421
3422 * gdb.base/jit-exec.exp: New file.
3423 * gdb.base/jit-exec.c: New file.
3424 * gdb.base/jit-execd.c: New file.
3425
35fb8261
TT
34262018-12-28 Tom Tromey <tom@tromey.com>
3427
3428 * gdb.base/style.exp: Update test to check for address styling.
3429
47fd17cd
TT
34302018-12-28 Tom Tromey <tom@tromey.com>
3431
3432 * gdb.base/style.exp: Add test for styling of "Reading symbols"
3433 message.
3434
d47032b7
TT
34352018-12-28 Tom Tromey <tom@tromey.com>
3436
3437 * gdb.base/style.exp: Add test for version number styling.
3438
af79b68d
TT
34392018-12-28 Tom Tromey <tom@tromey.com>
3440
3441 * gdb.base/style.exp: Add test for print_address_symbolic.
3442
0bb296cb
TT
34432018-12-28 Tom Tromey <tom@tromey.com>
3444
3445 * gdb.base/style.exp: Add test for breakpoint setting.
3446
80ae2043
TT
34472018-12-28 Tom Tromey <tom@tromey.com>
3448
3449 * gdb.base/style.exp: Add test for variable names.
3450
cbe56571
TT
34512018-12-28 Tom Tromey <tom@tromey.com>
3452
3453 * gdb.base/style.exp: New file.
3454 * gdb.base/style.c: New file.
3455
9162a27c
TT
34562018-12-28 Tom Tromey <tom@tromey.com>
3457
3458 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
3459 "dumb".
3460 * gdb.base/readline.exp (operate_and_get_next): Save and restore
3461 the TERM environment variable.
3462
bc543c90
TT
34632018-12-27 Tom Tromey <tom@tromey.com>
3464
3465 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
3466 pagination test.
3467
6f0ffe50
AB
34682018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
3469
3470 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
3471 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
3472
b5a1e557
PW
34732018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3474
3475 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
3476 Filename a.adb changed to bp_fun_addr.adb.
3477 gdb.ada/bp_fun_addr.exp: Update test accordingly.
3478
6e8b1ab2
JV
34792018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
3480
3481 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
3482 non-PIE executables.
3483 * README: Mention the gdb,nopie_flag board setting.
3484 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
3485 non-PIE executable.
3486 * gdb.arch/amd64-entry-value.exp: Likewise.
3487 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
3488 * gdb.arch/i386-float.exp: Likewise.
3489 * gdb.arch/i386-signal.exp: Likewise.
3490 * gdb.mi/mi-reg-undefined.exp: Likewise.
3491
d00a27c5
PM
34922018-12-21 Paul Marechal <paul.marechal@ericsson.com>
3493
3494 PR gdb/23974
3495 * gdb.base/info-os.exp: Check return for unknown "info os" type.
3496
161d081c
PW
34972018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3498
3499 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
3500 Update order of results accordingly.
3501
b001de23
AB
35022018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
3503
3504 * gdb.base/annota1.exp: Update a test regexp.
3505
99e1a184
AB
35062018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
3507
3508 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
3509
7a81c1e2
PW
35102018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3511
3512 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
3513 (reuse_time): Initialize to REUSE_TIME_CAP.
3514 (check_rc): New function.
3515 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
3516 Check pthread_create rc.
3517 (spawner_thread_func): Check pthread_create and pthread_join rc.
3518
73e8dc90
PA
35192018-12-08 Pedro Alves <palves@redhat.com>
3520
3521 * gdb.base/list.exp (test_forward_search): Rename to ...
3522 (test_forward_reverse_search): ... this. Also test reverse-search
3523 and the forward-search alias.
3524
13f2ed32
AB
35252018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
3526
3527 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
3528 local timeout variable before return, and remove all local timeout
3529 variable entirely.
3530 (gdb_load): Likewise.
3531
64d27cfc
TV
35322018-12-01 Tom de Vries <tdevries@suse.de>
3533
3534 * gdb.base/gdb-caching-proc.exp: New file.
3535
f63c03b4
SDJ
35362018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
3537
3538 * Makefile.in (TIMESTAMP): New variable.
3539 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
3540 command.
3541 (check-single-racy): Likewise.
3542 (check/%.exp): Likewise.
3543 (check-racy/%.exp): Likewise.
3544 (workers/%.worker): Likewise.
3545 (build-perf): Likewise.
3546 (check-perf): Likewise.
3547 * README: Describe new "TS" and "TS_FORMAT" variables.
3548 * print-ts.py: New file.
3549
1c97054b
BF
35502018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
3551
3552 PR python/23714
3553 * gdb.python/python.exp: Test command repetition after
3554 gdb.execute.
3555
1871a62d
AB
35562018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
3557
3558 * gdb.opt/inline-break.exp: Add test that info breakpoint output
3559 is correctly aligned.
3560
fb5e1ed9
PW
35612018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3562
3563 * gdb.ada/info_auto_lang.exp: New testcase.
3564 * gdb.ada/info_auto_lang/global_pack.ads: New file.
3565 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
3566 * gdb.ada/info_auto_lang/some_c.c: New file.
3567
43d397ca
PW
35682018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3569
3570 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
3571 FUNC_lang language syntax.
3572
beddd671
PW
35732018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3574
3575 * gdb.base/info_minsym.c: New file.
3576 * gdb.base/info_minsym.exp: New file.
3577
73fc52c4
TT
35782018-11-19 Tom Tromey <tom@tromey.com>
3579
3580 PR rust/23625:
3581 * gdb.rust/simple.exp: Add ptype test. Update expected output.
3582 * gdb.rust/expr.exp: Update expected output. Change one test.
3583
994b876a
TT
35842018-11-19 Tom Tromey <tom@tromey.com>
3585
3586 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
3587
6769f276
PA
35882018-11-19 Pedro Alves <palves@redhat.com>
3589
3590 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
3591 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
3592 see the expected warning.
3593
38a72da0
AH
35942018-11-16 Alan Hayward <alan.hayward@arm.com>
3595
3596 PR gdb/22736:
3597 * gdb.cp/infcall-nodebug-lib.c: New test.
3598 * gdb.cp/infcall-nodebug-main.c: New test.
3599 * gdb.cp/infcall-nodebug.exp: New file.
3600
53a89d6e
SM
36012018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
3602
3603 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
3604 completer tests.
3605
9325300d
TV
36062018-11-09 Tom de Vries <tdevries@suse.de>
3607
3608 * gdb.base/msym-lang.c: New test.
3609 * gdb.base/msym-lang.exp: New file.
3610 * gdb.base/msym-lang-main.c: New test.
3611
20f0d60d
TT
36122018-11-08 Tom Tromey <tom@tromey.com>
3613
3614 PR gdb/23555:
3615 PR gdb/23838:
3616 * gdb.base/warning.exp: New file.
3617
b5420128
JB
36182018-11-08 Jan Beulich <jbeulich@suse.com>
3619
3620 * testsuite/gdb.arch/i386-avx512.c,
3621 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
3622
cd115d61
AB
36232018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
3624
3625 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
3626 point hardware.
3627
35ee2dc2
AB
36282018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
3629
3630 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
3631 * gdb.dwarf2/missing-type-name.exp: New file.
3632
31aceee8
TV
36332018-11-06 Tom de Vries <tdevries@suse.de>
3634
3635 * gdb.base/many-headers.c: New test.
3636 * gdb.base/many-headers.exp: New file.
3637
109be305
JW
36382018-11-06 Jim Wilson <jimw@sifive.com>
3639
3640 * gdb.base/code_elim.exp: For riscv, set additional_flags
3641 to include -msmall-data-limit=0.
3642
e2b7af72
JB
36432018-11-01 Joel Brobecker <brobecker@adacore.com>
3644
3645 * gdb.ada/watch_minus_l: New testcase.
3646
cdcda965
SM
36472018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
3648
3649 * gdb.arch/aix-sighandle.c: New file.
3650 * gdb.arch/aix-sighandle.exp: New file.
3651
92dcebf3
AB
36522018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3653
3654 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
3655 registers being unions.
3656
68b9ac18
TV
36572018-10-31 Tom de Vries <tdevries@suse.de>
3658
3659 * lib/valgrind.exp: New file.
3660 (vgdb_start, vgdb_stop): New procs, factored out of ...
3661 * gdb.base/valgrind-bt.exp: ... here, ...
3662 * gdb.base/valgrind-disp-step.exp: ... here and ...
3663 * gdb.base/valgrind-infcall.exp: ... here.
3664
1443936e
TV
36652018-10-31 Tom de Vries <tdevries@suse.de>
3666
3667 * lib/gdb.exp (get_valueof): Don't output read value in test name.
3668
eb77c9df
AB
36692018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3670
3671 * gdb.dwarf2/void-type.c: New file.
3672 * gdb.dwarf2/void-type.exp: New file.
3673
82b5e646
PW
36742018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3675
3676 * gdb.base/info_qt.c: New file.
3677 * gdb.base/info_qt.exp: New file.
3678
8d619c01
EBM
36792018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3680
3681 * gdb.arch/powerpc-htm-regs.c: New file.
3682 * gdb.arch/powerpc-htm-regs.exp: New file.
3683
f2cf6173
EBM
36842018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3685
3686 * gdb.arch/powerpc-tar.c: New file.
3687 * gdb.arch/powerpc-tar.exp: New file.
3688
7ca18ed6
EBM
36892018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3690
3691 * gdb.arch/powerpc-ppr-dscr.c: New file.
3692 * gdb.arch/powerpc-ppr-dscr.exp: New file.
3693
bfcc0eba
TV
36942018-10-25 Tom de Vries <tdevries@suse.de>
3695
3696 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
3697
fe1a5cad
TV
36982018-10-24 Tom de Vries <tdevries@suse.de>
3699
3700 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
3701 longer exists error.
3702
a76dc3b7
TV
37032018-10-24 Tom de Vries <tdevries@suse.de>
3704
3705 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
3706
4df46df7
TV
37072018-10-24 Tom de Vries <tdevries@suse.de>
3708
3709 * gdb.base/valgrind-db-attach.exp: Handle removed support for
3710 --db-attach in valgrind.
3711
0dbfcfff
AB
37122018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
3713
3714 * gdb.arch/riscv-reg-aliases.c: New file.
3715 * gdb.arch/riscv-reg-aliases.exp: New file.
3716
b04480b1
AH
37172018-10-19 Alan Hayward <alan.hayward@arm.com>
3718
3719 * gdb.python/py-cmd.exp: Check for gdb_prompt.
3720
2c6ac8d7
AH
37212018-10-19 Alan Hayward <alan.hayward@arm.com>
3722
3723 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
3724
2bc69f25
AH
37252018-10-19 Alan Hayward <alan.hayward@arm.com>
3726
3727 * gdb.cp/ovldbreak.exp: Fix regexps.
3728
1f1ae3a3
AH
37292018-10-19 Alan Hayward <alan.hayward@arm.com>
3730
3731 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
3732
94c18618
SDJ
37332018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
3734
3735 PR cli/23785
3736 * gdb.base/restore.exp: New test to check if "restore" with an
3737 invalid file doesn't segfault.
3738
812cd6eb
TV
37392018-10-18 Tom de Vries <tdevries@suse.de>
3740
3741 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
3742 * gdb.ada/excep_handle.exp: Same.
3743 * gdb.ada/mi_string_access.exp: Same.
3744 * gdb.ada/mi_var_union.exp: Same.
3745 * gdb.arch/arc-analyze-prologue.exp: Same.
3746 * gdb.arch/arc-decode-insn.exp: Same.
3747 * gdb.base/readnever.exp: Same.
3748 * gdb.fortran/printing-types.exp: Same.
3749 * gdb.guile/scm-lazy-string.exp: Same.
3750
c4b90788
TV
37512018-10-16 Tom de Vries <tdevries@suse.de>
3752
3753 PR gdb/23730
3754 * gdb.base/catch-follow-exec.c: Add copyright notice.
3755 * gdb.base/catch-follow-exec.exp: Rewrite to use
3756 gdb_spawn_with_cmdline_opts. Require gdb-native.
3757
8bca2978
SL
37582018-10-12 Sandra Loosemore <sandra@codesourcery.com>
3759
3760 * gdb.trace/actions-changed.exp: Check for arch support.
3761 * gdb.trace/actions.exp: Likewise.
3762 * gdb.trace/ax.exp: Likewise.
3763 * gdb.trace/backtrace.exp: Likewise.
3764 * gdb.trace/change-loc.exp: Likewise.
3765 * gdb.trace/deltrace.exp: Likewise.
3766 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
3767 * gdb.trace/ftrace.exp: Likewise.
3768 * gdb.trace/infotrace.exp: Check for arch support.
3769 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
3770 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
3771 * gdb.trace/mi-tsv-changed.exp: Likewise.
3772 * gdb.trace/packetlen.exp: Likewise.
3773 * gdb.trace/passc-dyn.exp: Likewise.
3774 * gdb.trace/passcount.exp: Likewise.
3775 * gdb.trace/pending.exp: Likewise.
3776 * gdb.trace/range-stepping.exp: Check for shlib support.
3777 * gdb.trace/report.exp: Check for arch support.
3778 * gdb.trace/save-trace.exp: Likewise.
3779 * gdb.trace/signal.exp: Check for signal support.
3780 * gdb.trace/tfind.exp: Check for arch support.
3781 * gdb.trace/trace-break.exp: Check for arch and shlib support.
3782 * gdb.trace/trace-common.h: Add comment.
3783 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
3784 * gdb.trace/trace-enable-disable.exp: Likewise.
3785 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
3786 * gdb.trace/tracecmd.exp: Check for arch support.
3787 * gdb.trace/tspeed.exp: Check for shlib and target support.
3788 * gdb.trace/tstatus.exp: Check for arch support.
3789 * gdb.trace/tsv.exp: Likewise.
3790 * gdb.trace/while-dyn.exp: Likewise.
3791 * gdb.trace/while-stepping.exp: Likewise.
3792 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
3793
f9c49bff
SM
37942018-10-12 Simon Marchi <simon.marchi@ericsson.com>
3795
3796 * gdb.trace/tspeed.exp: Remove nowarnings.
3797 (prepare_for_trace_test): Declare "global ipalib".
3798 * gdb.trace/tspeed.c: Include unistd.h.
3799 (main): Remove superfluous printf argument.
3800
d4330bde
SL
38012018-10-11 Sandra Loosemore <sandra@codesourcery.com>
3802
3803 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
3804 directory prefix on the filename.
3805
8ecfd7bd
SDJ
38062018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
3807
3808 * gdb.gdb/unittest.exp: Update expected message informing that
3809 selftests have been disabled.
3810 * gdb.server/unittest.exp: Likewise.
3811
58bbcd02
TV
38122018-10-09 Tom de Vries <tdevries@suse.de>
3813
3814 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
3815 with runto_main.
3816
9f6b697b
WP
38172018-10-08 Weimin Pan <weimin.pan@oracle.com>
3818
3819 PR c++/16841
3820 * gdb.cp/virtbase2.cc: New file.
3821 * gdb.cp/virtbase2.exp: New file.
3822
add5ded5
TT
38232018-10-06 Tom Tromey <tom@tromey.com>
3824
3825 PR python/19399:
3826 * gdb.python/py-inferior.exp: Add architecture test.
3827
f9e48344
TT
38282018-10-06 Tom Tromey <tom@tromey.com>
3829
3830 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
3831 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
3832
2a8be203
TT
38332018-10-06 Tom Tromey <tom@tromey.com>
3834
3835 * gdb.python/py-breakpoint.exp (check_last_event): Check location
3836 of a "throw" catchpoint.
3837
e04caa70
SDJ
38382018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
3839
3840 * gdb.base/info-proc.exp: Update string expected from "help info
3841 proc".
3842
5ca8c39f
TT
38432018-10-04 Tom Tromey <tom@tromey.com>
3844
3845 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
3846 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
3847 (test_initial_complaints, test_empty_complaints): Update.
3848 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3849
3453e7e4
TT
38502018-10-04 Tom Tromey <tom@tromey.com>
3851
3852 PR cli/19551:
3853 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
3854 * lib/gdb.exp (gdb_file_cmd): Update.
3855 * gdb.stabs/weird.exp (print_weird_var): Update.
3856 * gdb.server/solib-list.exp: Update.
3857 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
3858 * gdb.mi/mi-cli.exp: Update.
3859 * gdb.linespec/linespec.exp: Update.
3860 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3861 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
3862 * gdb.cp/cp-relocate.exp: Update.
3863 * gdb.base/sym-file.exp: Update.
3864 * gdb.base/relocate.exp: Update.
3865 * gdb.base/readnever.exp: Update.
3866 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
3867 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
3868 * gdb.base/dbx.exp (gdb_file_cmd): Update.
3869 * gdb.base/code_elim.exp: Update.
3870 * gdb.base/break-unload-file.exp (test_break): Update.
3871 * gdb.base/break-interp.exp (test_attach_gdb): Update.
3872 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
3873 Update.
3874 * gdb.base/attach.exp (do_attach_tests): Update.
3875 * gdb.base/sepdebug.exp: Update.
3876 * gdb.python/py-section-script.exp: Update.
3877
6afcf761
TT
38782018-10-04 Tom Tromey <tom@tromey.com>
3879
3880 PR cli/22234:
3881 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
3882 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
3883 output.
3884
fef1b293
TT
38852018-10-04 Tom Tromey <tom@tromey.com>
3886
3887 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
3888 set width and height to 0.
3889 (test_command_line_attach_run): Use -quiet.
3890
ca98345e
SL
38912018-10-03 Sandra Loosemore <sandra@codesourcery.com>
3892
3893 * lib/gdb.exp (skip_ifunc_tests): New.
3894 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
3895 other compile failures.
3896 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
3897
ff34e6ae
SM
38982018-10-01 Simon Marchi <simon.marchi@ericsson.com>
3899
3900 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
3901 is_amd64_regs_target.
3902
6bb8890e
AH
39032018-10-01 Alan Hayward <alan.hayward@arm.com>
3904
3905 * gdb.arch/aarch64-sighandler-regs.c: New test.
3906 * gdb.arch/aarch64-sighandler-regs.exp: New file.
3907 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
3908
224d30d3
MM
39092018-10-01 Markus Metzger <markus.t.metzger@intel.com>
3910
3911 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
3912 assembly.
3913
f67ffa6a
AB
39142018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
3915
3916 * gdb.base/frame-selection.exp: New file.
3917 * gdb.base/frame-selection.c: New file.
3918
9fc3183f
AH
39192018-09-27 Alan Hayward <alan.hayward@arm.com>
3920
3921 * gdb.threads/check-libthread-db.c (thread_routine): Use a
3922 pthread barrier.
3923 (main): Likewise.
3924
d354055e
AB
39252018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
3926
3927 * gdb.base/large-frame-1.c: New file.
3928 * gdb.base/large-frame-2.c: New file.
3929 * gdb.base/large-frame.exp: New file.
3930 * gdb.base/large-frame.h: New file.
3931
db727370
JL
39322018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
3933
3934 PR gdb/20948
3935 * gdb.base/write_mem.exp: New test.
3936 * gdb.base/write_mem.c: Likewise.
3937
ae778caf
TT
39382018-09-23 Tom Tromey <tom@tromey.com>
3939
3940 PR python/18852:
3941 * gdb.python/py-parameter.exp: Add test for parameter that throws
3942 on "set".
3943
fd3ba736
TT
39442018-09-23 Tom Tromey <tom@tromey.com>
3945
3946 PR python/17284:
3947 * gdb.python/py-template.exp (test_template_arg): Add test for
3948 negative template argument number.
3949
39a24317
TT
39502018-09-23 Tom Tromey <tom@tromey.com>
3951
3952 PR python/14062:
3953 * gdb.python/python.exp: Add test for post_event error.
3954
f5769a2c
TT
39552018-09-23 Tom Tromey <tom@tromey.com>
3956
3957 PR python/18170:
3958 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
3959 convert pointers to int and long.
3960
1c1e54f6
TT
39612018-09-23 Tom Tromey <tom@tromey.com>
3962
3963 PR python/20126:
3964 * gdb.python/py-value.exp (test_value_numeric_ops): Add
3965 signed-ness conversion tests.
3966
fb4fa946
TT
39672018-09-23 Tom Tromey <tom@tromey.com>
3968
3969 PR python/18352;
3970 * gdb.python/py-value.exp (test_float_conversion): New proc.
3971 Use it.
3972
a466edac
HAQ
39732018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
3974
3975 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
3976
4ee9b0c5
SL
39772018-09-18 Sandra Loosemore <sandra@codesourcery.com>
3978
3979 * gdb.base/complete-empty.exp: Skip tab-completion tests if
3980 no readline.
3981 * gdb.base/utf8-identifiers.exp: Likewise.
3982 * gdb.cp/cpcompletion.exp: Likewise.
3983 * gdb.linespec/cpcompletion.exp: Likewise.
3984 * gdb.linespec/cpls-abi-tag.exp: Likewise.
3985 * gdb.linespec/cpls-ops.exp: Likewise.
3986
23be8da7
RB
39872018-09-19 Richard Bunt <richard.bunt@arm.com>
3988 Chris January <chris.january@arm.com>
3989
3990 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
3991 * gdb.fortran/short-circuit-argument-list.exp: New file.
3992 * gdb.fortran/short-circuit-argument-list.f90: New test.
3993
5031d0ae
SDJ
39942018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3995
3996 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
3997 "arch=" keyword when executing "-stack-list-frames".
3998
b4c0d1a4
SDJ
39992018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4000
4001 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
4002 "arch=" keyword when executing "-stack-list-frames".
4003
7a6d2b45
SDJ
40042018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4005
4006 * gdb.ada/complete.exp: Expect for "@" when doing "complete
4007 break ada".
4008
8588b356
SM
40092018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
4010
4011 PR python/23669
4012 * gdb.python/python.exp: Test gdb.execute("show commands").
4013
65e65158
TT
40142018-09-16 Tom Tromey <tom@tromey.com>
4015
4016 * gdb.base/new-ui.exp (do_execution_tests): Update.
4017 * gdb.base/dbx.exp (test_breakpoints): Update.
4018
bf326452
AH
40192018-09-14 Alan Hayward <alan.hayward@arm.com>
4020
4021 * lib/gdb.exp (gdb_simple_compile): Add proc.
4022 (is_elf_target): Use gdb_simple_compile.
4023 (skip_altivec_tests): Likewise.
4024 (skip_vsx_tests): Likewise.
4025 (skip_tsx_tests): Likewise.
4026 (skip_btrace_tests): Likewise.
4027 (skip_btrace_pt_tests): Likewise.
4028 (gdb_can_simple_compile): Likewise.
4029 (gdb_has_argv0): Likewise.
4030 (gdb_target_symbol_prefix): Likewise.
4031 (target_supports_scheduler_locking): Likewise.
4032
2361b0fb
TT
40332018-09-13 Tom Tromey <tom@tromey.com>
4034
4035 * Makefile.in (TAGS): Recognize proc_with_prefix and
4036 gdb_caching_proc.
4037
0ae1a321
SM
40382018-09-13 Simon Marchi <simon.marchi@ericsson.com>
4039
4040 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
4041 method.
4042
a40bf0c2
SM
40432018-09-13 Simon Marchi <simon.marchi@ericsson.com>
4044
4045 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
4046 and a few other Inferior properties when the Inferior is no
4047 longer valid.
4048
4a3fe98f
TT
40492018-09-13 Tom Tromey <tom@tromey.com>
4050
4051 PR rust/23650:
4052 * gdb.rust/simple.exp: Add test for enum field access error.
4053
098b2108
TT
40542018-09-13 Tom Tromey <tom@tromey.com>
4055
4056 PR rust/23626:
4057 * gdb.rust/simple.rs (EmptyEnum): New type.
4058 (main): Use it.
4059 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
4060
1256af7d
SM
40612018-09-13 Simon Marchi <simon.marchi@ericsson.com>
4062
4063 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
4064 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
4065 * gdb.python/py-symtab.exp: Update test printing an objfile.
4066
4aa8e6c2
SM
40672018-09-12 Simon Marchi <simon.marchi@ericsson.com>
4068
4069 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
4070 object.
4071
c221b2f7
AH
40722018-09-12 Alan Hayward <alan.hayward@arm.com>
4073
4074 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
4075 (support_complex_tests): Use gdb_can_simple_compile.
4076 (is_ilp32_target): Likewise.
4077 (is_lp64_target): Likewise.
4078 (is_64_target): Likewise.
4079 (is_amd64_regs_target): Likewise.
4080 (is_aarch32_target): Likewise.
4081 (gdb_int128_helper): Likewise.
4082
6f1107b5
JK
40832018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4084
4085 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
4086
1f5d1570
JG
40872018-09-10 Jerome Guitton <guitton@adacore.com>
4088
4089 * gdb.ada/same_component_name: Add test for case of tagged record
4090 with variable-length fields.
4091
cc330e39
XR
40922018-09-10 Xavier Roirand <roirand@adacore.com>
4093
4094 * gdb.ada/access_to_unbounded_array.exp: New testcase.
4095 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
4096 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
4097 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
4098
b9c50e9a
XR
40992018-09-10 Xavier Roirand <roirand@adacore.com>
4100
4101 * gdb.ada/mi_string_access.exp: New testcase.
4102 * gdb.ada/mi_string_access/bar.adb: New file.
4103 * gdb.ada/mi_string_access/pck.adb: New file.
4104 * gdb.ada/mi_string_access/pck.asd: New file.
4105
2963898f
XR
41062018-09-10 Xavier Roirand <roirand@adacore.com>
4107
4108 * gdb.ada/mi_var_union.exp: New testcase.
4109 * gdb.ada/mi_var_union/bar.adb: New file.
4110 * gdb.ada/mi_var_union/pck.adb: New file.
4111 * gdb.ada/mi_var_union/pck.asd: New file.
4112
1aac008f
TT
41132018-09-08 Tom Tromey <tom@tromey.com>
4114
4115 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
4116
332cf4c9
TT
41172018-09-08 Tom Tromey <tom@tromey.com>
4118
4119 PR python/16047:
4120 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
4121 (register_pretty_printers): Register new printer.
4122 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
4123 test.
4124 * gdb.python/py-prettyprint.c (int_type3): New typedef.
4125 (an_int_type3): New global.
4126
424da6cf
JB
41272018-09-08 Joel Brobecker <brobecker@adacore.com>
4128
4129 * gdb.ada/expr_with_funcall: New testcase.
4130
2a62dfa9
JB
41312018-09-08 Joel Brobecker <brobecker@adacore.com>
4132
4133 * gdb.ada/packed_array_assign: New testcase.
4134
96b6697f
AB
41352018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
4136
4137 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
4138 names, and add test prefixes to make test names unique.
4139
e4a62c65
TV
41402018-09-05 Tom de Vries <tdevries@suse.de>
4141
4142 * gdb.dwarf2/varval.exp: Add test.
4143
dd083ee2
GB
41442018-09-04 Gary Benson <gbenson@redhat.com>
4145
4146 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
4147 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
4148
aef9346c
TT
41492018-08-31 Tom Tromey <tom@tromey.com>
4150
4151 * gdb.rust/simple.rs: Rename second variable "v".
4152
c67f2e15
AB
41532018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
4154
4155 * gdb.base/funcargs.c (use_a): New function.
4156 (recurse): Call use_a.
4157
078a0207
KS
41582018-08-29 Keith Seitz <keiths@redhat.com>
4159
4160 * gdb.compile/compile-cplus-anonymous.cc: New file.
4161 * gdb.compile/compile-cplus-anonymous.exp: New file.
4162 * gdb.compile/compile-cplus-array-decay.cc: New file.
4163 * gdb.compile/compile-cplus-array-decay.exp: New file.
4164 * gdb.compile/compile-cplus-inherit.cc: New file.
4165 * gdb.compile/compile-cplus-inherit.exp: New file.
4166 * gdb.compile/compile-cplus-member.cc: New file.
4167 * gdb.compile/compile-cplus-member.exp: New file.
4168 * gdb.compile/compile-cplus-method.cc: New file.
4169 * gdb.compile/compile-cplus-method.exp: New file.
4170 * gdb.compile/compile-cplus-mod.c: "New" file.
4171 * gdb.compile/compile-cplus-namespace.cc: New file.
4172 * gdb.compile/compile-cplus-namespace.exp: New file.
4173 * gdb.compile/compile-cplus-nested.cc: New file.
4174 * gdb.compile/compile-cplus-nested.exp: New file.
4175 * gdb.compile/compile-cplus-print.c: "New" file.
4176 * gdb.compile/compile-cplus-print.exp: "New" file.
4177 * gdb.compile/compile-cplus-virtual.cc: New file.
4178 * gdb.compile/compile-cplus-virtual.exp: New file.
4179 * gdb.compile/compile-cplus.c: "New" file.
4180 * gdb.compile/compile-cplus.exp: "New" file.
4181 * lib/compile-support.exp: New file.
4182
b0f492b9
GB
41832018-08-16 Gary Benson <gbenson@redhat.com>
4184
4185 PR gdb/13000:
4186 * gdb.base/batch-exit-status.exp: New file.
4187 * gdb.base/batch-exit-status.good-commands: Likewise.
4188 * gdb.base/batch-exit-status.bad-commands: Likewise.
4189
36eb4c5f
AH
41902018-08-29 Alan Hayward <alan.hayward@arm.com>
4191
4192 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
4193 (struct struct02): Likewise.
4194 (struct struct03): Likewise.
4195 (struct struct04): Likewise.
4196 (struct struct_01_01): New struct.
4197 (struct struct_01_02): Likewise.
4198 (struct struct_01_03): Likewise.
4199 (struct struct_01_04): Likewise.
4200 (struct struct_02_01): Likewise.
4201 (struct struct_02_02): Likewise.
4202 (struct struct_02_03): Likewise.
4203 (struct struct_02_04): Likewise.
4204 (struct struct_04_01): Likewise.
4205 (struct struct_04_02): Likewise.
4206 (struct struct_04_03): Likewise.
4207 (struct struct_04_04): Likewise.
4208 (struct struct_05_01): Likewise.
4209 (struct struct_05_02): Likewise.
4210 (struct struct_05_03): Likewise.
4211 (struct struct_05_04): Likewise.
4212 (cmp_struct01): Remove function.
4213 (cmp_struct02): Likewise.
4214 (cmp_struct03): Likewise.
4215 (cmp_struct04): Likewise.
4216 (cmp_struct_01_01): Add Function.
4217 (cmp_struct_01_02): Likewise.
4218 (cmp_struct_01_03): Likewise.
4219 (cmp_struct_01_04): Likewise.
4220 (cmp_struct_02_01): Likewise.
4221 (cmp_struct_02_02): Likewise.
4222 (cmp_struct_02_03): Likewise.
4223 (cmp_struct_02_04): Likewise.
4224 (cmp_struct_04_01): Likewise.
4225 (cmp_struct_04_02): Likewise.
4226 (cmp_struct_04_03): Likewise.
4227 (cmp_struct_04_04): Likewise.
4228 (cmp_struct_05_01): Likewise.
4229 (cmp_struct_05_02): Likewise.
4230 (cmp_struct_05_03): Likewise.
4231 (cmp_struct_05_04): Likewise.
4232 (call_all): Add new structs.
4233 * gdb.base/infcall-nested-structs.exp: Likewise.
4234
3bf9c013
JV
42352018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
4236
4237 * gdb.python/py-framefilter-mi.exp: Update regexp to
4238 check for "arch" field in frame output.
4239
450d1e88
KB
42402018-08-23 Kevin Buettner <kevinb@redhat.com>
4241
4242 * gdb.dwarf2/dw2-ranges-func.c: New file.
4243 * gdb.dwarf2/dw2-ranges-func.exp: New file.
4244
ae739fe7
SM
42452018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
4246
4247 * gdb.base/term.exp: Compare terminal settings with values from
4248 the inferior.
4249 * gdb.base/term.c: Get and set terminal settings.
4250
6d52907e
JV
42512018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
4252
4253 * lib/mi-support.exp (mi_expect_stop): Update regexp to
4254 accommodate new "arch" field in frame output.
4255 * gdb.mi/mi-return.exp: Likewise.
4256 * gdb.mi/mi-stack.exp: Likewise.
4257 * gdb.mi/mi-syn-frame.exp: Likewise.
4258 * gdb.mi/user-selected-context-sync.exp: Likewise.
4259
be2d111a
MS
42602018-08-19 Michael Spang <spang@google.com>
4261
4262 PR gdb/11786
4263 * gdb.base/gcore-tls-pie.c: New file.
4264 * gdb.base/gcore-tls-pie.exp: New file.
4265
ae3a7c47
KB
42662018-08-18 Kevin Buettner <kevinb@redhat.com>
4267
4268 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
4269 * gdb.dwarf2/varval.c: New file.
4270 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 4271
2ecae92e
AH
42722018-08-17 Alan Hayward <alan.hayward@arm.com>
4273
4274 PR gdb/18931
4275 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
4276
c1854f1d
KS
42772018-08-16 Keith Seitz <keiths@redhat.com>
4278
4279 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
4280 tests expected to pass.
4281
26fb3983
JV
42822018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
4283
4284 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
4285 -data-disassemble -a.
4286 (test_disassembly_bogus_args): Likewise.
4287
67943c00
AB
42882018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
4289
4290 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
4291
5ff2bbae
AB
42922018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
4293
4294 * gdb.base/vla-optimized-out.exp: Add new test.
4295
e5bbcd0f
AB
42962018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
4297
4298 * gdb.base/vla-optimized-out-o3.exp: Delete.
4299 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
4300 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
4301 deleted tests.
4302
9d4a934c
AB
43032018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
4304
4305 PR gdb/18050:
4306 * gdb.server/extended-remote-restart.c: New file.
4307 * gdb.server/extended-remote-restart.exp: New file.
4308
045cf012
SM
43092018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
4310
4311 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
4312 "set variable index = 42".
4313
87d6a7aa
SM
43142018-08-07 Simon Marchi <simon.marchi@ericsson.com>
4315
4316 * boards/index-cache-gdb.exp: New file.
4317 * gdb.dwarf2/index-cache.exp: New file.
4318 * gdb.dwarf2/index-cache.c: New file.
4319 * gdb.base/maint.exp: Check if we are using the index cache.
4320
96d68bd4
RO
43212018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4322
4323 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
4324 MAKEFLAGS.
4325
5a699617
RO
43262018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4327
4328 * dg-extract-results.sh: Move to toplevel contrib.
4329 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
4330 * Makefile.in (check-parallel-racy): Likewise.
4331
5bd18990
AB
43322018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
4333
4334 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
4335 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
4336 tests if the target supports scheduler locking.
4337
3fbbcf47
TV
43382018-08-04 Tom de Vries <tdevries@suse.de>
4339
4340 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
4341
3e1d3d8c
TT
43422018-08-02 Tom Tromey <tom@tromey.com>
4343
4344 PR symtab/16842.
4345 * gdb.cp/temargs.exp: Test "info address" of a template
4346 parameter.
4347
5abe0f0c
JV
43482018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
4349
4350 * gdb.python/py-mi-var-info-path-expression.c: New file.
4351 * gdb.python/py-mi-var-info-path-expression.py: New file.
4352 * gdb.python/py-mi-var-info-path-expression.exp: New file.
4353
fb66cde8
SDJ
43542018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
4355
4356 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
4357 error after "cannot resolve name" string.
4358
c708f4d2
AB
43592018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
4360
4361 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
4362 started.
4363 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
4364
37cc0cae
TV
43652018-07-28 Tom de Vries <tdevries@suse.de>
4366
4367 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
4368
63b4ecf7
TV
43692018-07-26 Tom de Vries <tdevries@suse.de>
4370
4371 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
4372
3c3bb058
AB
43732018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
4374
4375 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
4376 is visible.
4377
9e7f3bbb
TV
43782018-07-26 Tom de Vries <tdevries@suse.de>
4379
4380 PR breakpoints/23366
4381 * gdb.base/catch-follow-exec.c: New test.
4382 * gdb.base/catch-follow-exec.exp: New file.
4383
16f808ec
TV
43842018-07-25 Tom de Vries <tdevries@suse.de>
4385
4386 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
4387 vla-optimized-out.c.
4388
d7154a8d
JV
43892018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
4390
4391 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
4392 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
4393
232a0032
TV
43942018-07-20 Tom de Vries <tdevries@suse.de>
4395
4396 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
4397 NOCLONE macro.
4398 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
4399
fbb1d502
TV
44002018-07-19 Tom de Vries <tdevries@suse.de>
4401
4402 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
4403 regular expression.
4404
42dc7699
TV
44052018-07-18 Tom de Vries <tdevries@suse.de>
4406
4407 * gdb.base/vla-optimized-out.c: New test.
4408 * gdb.base/vla-optimized-out.exp: New file.
4409
7f1f7e23
SDJ
44102018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
4411
4412 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
4413 message "No address associated with hostname" when gdbserver
4414 cannot resolve the hostname.
4415
5759ebb3
PW
44162018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4417
4418 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
4419 Add some test prefixes to make tests unique.
4420
3606ccab
PW
44212018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4422
4423 * gdb.base/frameapply.c: New file.
4424 * gdb.base/frameapply.exp: New file.
4425
529c08b2
PW
44262018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4427
4428 * gdb.base/skip.exp: Update expected error message.
4429
c7ab0aef
SDJ
44302018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
4431 Jan Kratochvil <jan.kratochvil@redhat.com>
4432 Paul Fertser <fercerpav@gmail.com>
4433 Tsutomu Seki <sekiriki@gmail.com>
4434
4435 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
4436 parameter.
4437 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
4438 by default.
4439 * boards/native-gdbserver.exp: Likewise.
4440 * gdb.server/run-without-local-binary.exp: Improve regexp used
4441 for detecting when a remote debugging connection succeeds.
4442 * gdb.server/server-connect.exp: New file.
4443 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
4444 Do not prefix the port number with ":".
4445 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
4446 support for detecting and using it. Add '$debughost_gdbserver'
4447 to the list of arguments used to start gdbserver. Handle case
4448 when gdbserver cannot resolve a network name.
4449
16ff70dd
SDJ
44502018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
4451
4452 PR c++/23373
4453 * gdb.base/ptype-offsets.cc (struct static_member): New
4454 struct.
4455 (main) <stmember>: New variable.
4456 * gdb.base/ptype-offsets.exp: Add test for printing a struct
4457 with a static member in it.
4458
3541979f
AB
44592018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
4460
4461 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
4462 watchpoints enabled and disabled.
4463
c8ad9b9a
AB
44642018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4465
4466 * gdb.base/examine-backward.exp: Still run tests around address
4467 0x0, even if address 0x0 is not readable. Update the pattern for
4468 matching address 0x0 in expected output.
4469
e0e5e971
AB
44702018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4471
4472 * gdb.base/share-env-with-gdbserver.c (main): Add call to
4473 malloc/free.
4474
1ea5da02
TV
44752018-07-04 Tom de Vries <tdevries@suse.de>
4476
4477 * gdb.dwarf2/dw2-error.exp: Update expected error message.
4478
471b9d15
MR
44792018-07-02 Maciej W. Rozycki <macro@mips.com>
4480
4481 PR tdep/8282
4482 * gdb.arch/mips-disassembler-options.exp: New test.
4483 * gdb.arch/mips-disassembler-options.s: New test source.
4484
75acb486
PA
44852018-06-29 Pedro Alves <palves@redhat.com>
4486
4487 * gdb.threads/names.exp: Adjust expected "info threads" output.
4488
cd2bb709
PA
44892018-06-29 Pedro Alves <palves@redhat.com>
4490
4491 * gdb.opt/inline-break.exp (line number, address): Add "info
4492 break" tests.
4493
991ff292
PA
44942018-06-29 Pedro Alves <palves@redhat.com>
4495
4496 * gdb.opt/inline-break.c (func1): Add "break here" marker.
4497 * gdb.opt/inline-break.exp: Test setting breakpoints by line
4498 number and address and running to them.
4499
356819b6 45002018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
4501
4502 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
4503
2512d7ef
JK
45042018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4505
4506 * lib/compiler.c: Remove executable permission flag.
4507
be1b6474
RB
45082018-06-28 Richard Bunt <richard.bunt@arm.com>
4509
4510 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
4511 code.
4512 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
4513
291f9a96
PT
45142018-06-28 Petr Tesarik <ptesarik@suse.cz>
4515
4516 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
4517
ed6dfe51
PT
45182018-06-28 Petr Tesarik <ptesarik@suse.cz>
4519
4520 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
4521 address argument is omitted.
4522
d4d429d5
PT
45232018-06-28 Petr Tesarik <ptesarik@suse.cz>
4524
4525 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
4526
7ab6656f
OJ
45272018-06-27 Omair Javaid <omair.javaid@linaro.org>
4528
4529 PR gdb/21695
4530 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
4531 * gdb.base/infoline-reloc-main-from-zero.c: New file.
4532
a33ccfc7
TT
45332018-06-26 Tom Tromey <tom@tromey.com>
4534
4535 PR rust/22574:
4536 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
4537 * gdb.rust/simple.rs (struct SimpleLayout): New.
4538
6d72d289
SM
45392018-06-22 Simon Marchi <simon.marchi@ericsson.com>
4540
4541 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
4542 "info registers" output.
4543
8363f9d5
RB
45442018-06-21 Richard Bunt <richard.bunt@arm.com>
4545
4546 * gdb.base/watchpoint-hw-attach.c: New test.
4547 * gdb.base/watchpoint-hw-attach.exp: New file.
4548
f00674fe
SM
45492018-06-20 Simon Marchi <simon.marchi@ericsson.com>
4550
4551 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
4552 through /bin/sh.
4553 * boards/dwarf4-gdb-index.exp: Likewise.
4554 * boards/fission-dwp.exp: Likewise.
4555
1d554008
UW
45562018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
4557
4558 * gdb.base/float128.exp: Add comment and improved fail message
4559 to the failure case of "print large128" test.
4560
d0ac1c44
SM
45612018-06-19 Simon Marchi <simon.marchi@ericsson.com>
4562
4563 * configure.ac: Remove AC_PREREQ.
4564 * configure: Re-generate.
4565
61b04dd0
PA
45662018-06-19 Pedro Alves <palves@redhat.com>
4567
4568 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
4569 (func_extern_caller): New.
4570 (main): Call func_extern_caller.
4571 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
4572 logic change.
4573
f63b508a
SM
45742018-06-18 Weimin Pan <weimin.pan@oracle.com>
4575
4576 PR gdb/16841
4577 * gdb.cp/typedef-base.cc: New file.
4578 * gdb.cp/typedef-base.exp: New file.
4579
0fe3a558
TV
45802018-06-18 Tom de Vries <tdevries@suse.de>
4581
4582 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
4583
7010835a
AB
45842018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
4585 Richard Bunt <Richard.Bunt@arm.com>
4586
4587 * gdb.threads/attach-slow-waitpid.c: New file.
4588 * gdb.threads/attach-slow-waitpid.exp: New file.
4589 * gdb.threads/slow-waitpid.c: New file.
4590
14897d65
PA
45912018-06-14 Pedro Alves <palves@redhat.com>
4592
4593 * gdb.base/fork-running-state.c: Include <errno.h>.
4594 (exit_if_relative_exits): New.
4595 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
4596 exits.
4597 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
4598 child exits.
4599
5d9a0608
TV
46002018-06-14 Tom de Vries <tdevries@suse.de>
4601
4602 PR cli/22573
4603 * gdb.base/finish-pretty.c: New test.
4604 * gdb.base/finish-pretty.exp: New file.
4605
11ae5818
PA
46062018-06-14 Pedro Alves <palves@redhat.com>
4607
4608 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
4609 gdb's expected startup output.
4610
1d39de44
PA
46112018-06-14 Pedro Alves <palves@redhat.com>
4612
4613 * lib/selftest-support.exp (selftest_setup): Remove inlined
4614 function handling.
4615
70ee0000
TV
46162018-06-14 Tom de Vries <tdevries@suse.de>
4617
4618 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
4619 matching of breakpoint printing.
4620
11f4b608
TV
46212018-06-13 Tom de Vries <tdevries@suse.de>
4622
4623 PR testsuite/23269
4624 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
4625 (fork_child): ... here, and ...
4626 (fork_parent): ... here.
4627
46282018-06-12 Tom de Vries <tdevries@suse.de>
4629
4630 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
4631
9516f85a
AB
46322018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
4633 Stephen Roberts <stephen.roberts@arm.com>
4634
4635 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
4636 rewrite test to describe action performed, rather than possible
4637 failure.
4638
5045b3d7
GB
46392018-06-08 Gary Benson <gbenson@redhat.com>
4640
4641 * gdb.threads/check-libthread-db.exp: New file.
4642 * gdb.threads/check-libthread-db.c: Likewise.
4643
c61b06a1
TT
46442018-06-05 Tom Tromey <tom@tromey.com>
4645
4646 * gdb.base/default.exp: Update expected "show version" output.
4647
eb6af809
TT
46482018-06-05 Tom Tromey <tom@tromey.com>
4649
4650 PR cli/12326:
4651 * gdb.cp/static-print-quit.exp: Update.
4652 * lib/gdb.exp (pagination_prompt): Update.
4653 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
4654 * gdb.python/python.exp: Update.
4655
178d6a63
JB
46562018-06-04 Joel Brobecker <brobecker@adacore.com>
4657
4658 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
4659
8e817061
JB
46602018-06-01 Joel Brobecker <brobecker@adacore.com>
4661
4662 * gdb.ada/bp_fun_addr: New testcase.
4663
e86ca25f
TT
46642018-06-01 Tom Tromey <tom@tromey.com>
4665
4666 * gdb.xml/tdesc-regs.exp (load_description): Update expected
4667 results.
4668 * gdb.dwarf2/method-ptr.exp: Set language to C++.
4669 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
4670 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
4671 * gdb.base/maint.exp (maint_pass_if): Update.
4672
4b2dfa9d
MR
46732018-05-31 Maciej W. Rozycki <macro@mips.com>
4674
4675 * gdb.base/endian.exp: New test.
4676 * gdb.base/endian.c: New test source.
4677
45f25d6c
AB
46782018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
4679
4680 PR gdb/23203
4681 * gdb.base/bt-selected-frame.c: New file.
4682 * gdb.base/bt-selected-frame.exp: New file.
4683 * lib/gdb.exp (get_current_frame_number): New function.
4684
d9f6d7f8
MR
46852018-05-24 Maciej W. Rozycki <macro@mips.com>
4686 Pedro Alves <palves@redhat.com>
4687
4688 * gdb.threads/tls-core.c: Include <stdlib.h>
4689 (thread_proc): Call `abort'.
4690 * gdb.threads/tls-core.exp: Generate a core with core_find too.
4691 (tls_core_test): New procedure, bits factored out from ...
4692 (top level): ... here. Test both native cores and gcore cores.
4693
ff1cf532
TT
46942018-05-23 Tom Tromey <tom@tromey.com>
4695
4696 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
4697
b98664d3
TT
46982018-05-23 Tom Tromey <tom@tromey.com>
4699
4700 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
4701 symfile_complaints.
4702 (test_short_complaints): Likewise.
4703 (test_empty_complaints): Likewise.
4704 (test_initial_complaints): Update.
4705
4e9668d0
TT
47062018-05-23 Tom Tromey <tom@tromey.com>
4707
4708 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
4709
43ba33c7
TT
47102018-05-23 Tom Tromey <tom@tromey.com>
4711
4712 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
4713 (test_short_complaints): Update.
4714
035522c0
PA
47152018-05-22 Pedro Alves <palves@redhat.com>
4716
4717 * gdb.base/remote.exp: Only gdb_start after compiling the
4718 testcase. Issue "disconnect" before testing "set remote" command
4719 defaults. Issue clean_restart before running to main.
4720
cc0be08f
PA
47212018-05-22 Pedro Alves <palves@redhat.com>
4722
4723 * gdb.base/remote.exp: Adjust expected output of "show remote
4724 memory-write-packet-size". Add tests for "set remote
4725 memory-write-packet-size 0" and "set remote
4726 memory-write-packet-size fixed/limit".
4727
b1b60145
PA
47282018-05-22 Pedro Alves <palves@redhat.com>
4729
4730 PR gdb/22973
4731 * gdb.base/utf8-identifiers.c: New file.
4732 * gdb.base/utf8-identifiers.exp: New file.
4733
0ec848ad
PFC
47342018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
4735
4736 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
4737
2c3305f6
PFC
47382018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
4739
4740 * gdb.arch/powerpc-vsx-gcore.exp: New file.
4741
ce1e8424
TT
47422018-05-18 Tom Tromey <tom@tromey.com>
4743
4744 * gdb.base/ptype-offsets.exp: Update.
4745
ddfe970e
KS
47462018-05-17 Keith Seitz <keiths@redhat.com>
4747
4748 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
4749 in expected breakpoint stop locations.
4750 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
4751 move to proper scope to test variable values.
4752 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
4753 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
4754 New functions.
4755 (main): Call not_inline_func3.
4756 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
4757 inline_func1, inline_func2, and inline_func3. Test that when each
4758 breakpoint is hit, GDB properly reports both the stop location
4759 and the backtrace. Repeat tests for temporary breakpoints.
4760
0726fcc6
MR
47612018-05-15 Maciej W. Rozycki <macro@mips.com>
4762
4763 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
4764 rather then trying to access it in determining whether the PID
4765 of `gdbserver' could have been retrieved.
4766
8ee22052
AB
47672018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
4768
4769 * gdb.arch/amd64-init-x87-values.S: New file.
4770 * gdb.arch/amd64-init-x87-values.exp: New file.
4771
7785df48
JK
47722018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4773
4774 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
4775
56bcdbea
TT
47762018-05-04 Tom Tromey <tom@tromey.com>
4777
4778 PR python/22730:
4779 * gdb.python/python.exp: Test multi-line execute.
4780
a913fffb
TT
47812018-05-04 Tom Tromey <tom@tromey.com>
4782
4783 PR python/22731:
4784 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
4785
7a2c85f2
TT
47862018-05-04 Tom Tromey <tom@tromey.com>
4787
4788 PR gdb/11750:
4789 * gdb.base/define.exp: Test defining a user command inside a user
4790 command.
4791 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
4792
a3b60e45
JK
47932018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4794 Pedro Alves <palves@redhat.com>
4795
4796 PR breakpoints/19806 and support for PR external/20207.
4797 * gdb.base/watchpoint-unaligned.c: New file.
4798 * gdb.base/watchpoint-unaligned.exp: New file.
4799
45fe4a03
AB
48002018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4801
4802 * gdb.base/maint.exp: Make test names unique, use
4803 test_prefix_command_help to test 'help maint info', and remove
4804 repeated test of 'help maint'.
4805
9be2ae8f
TT
48062018-05-04 Tom Tromey <tom@tromey.com>
4807
4808 PR gdb/22619:
4809 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
4810 behavior.
4811
11859c31
AB
48122018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4813
4814 * gdb.base/maint.exp: Process output from 'maint print registers'
4815 line at a time.
4816
089a9490
AB
48172018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4818
4819 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
4820 timeout.
4821
9b0797e2
AB
48222018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
4823
4824 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
4825 filter pattern.
4826
f6ac5f3d
PA
48272018-05-02 Pedro Alves <palves@redhat.com>
4828
4829 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
4830 to_log_command renames.
4831 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4832
77d3c63b
TT
48332018-05-02 Tom Tromey <tom@tromey.com>
4834
4835 * gdb.python/py-parameter.exp: Set test message.
4836
0489430a
TT
48372018-05-02 Tom Tromey <tom@tromey.com>
4838
4839 PR python/20084:
4840 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
4841 PARAM_ZUINTEGER_UNLIMITED tests.
4842
1632f8ba
DR
48432018-04-28 Dan Robertson <danlrobertson89@gmail.com>
4844
4845 PR rust/23124
4846 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
4847 when casting.
4848
6d7bb824
TT
48492018-04-30 Tom Tromey <tom@tromey.com>
4850
4851 * gdb.python/py-type.exp: Check align attribute.
4852 * gdb.python/py-type.c: New "aligncheck" global.
4853
007e1530
TT
48542018-04-30 Tom Tromey <tom@tromey.com>
4855
4856 PR exp/17095:
4857 * gdb.dwarf2/dw2-align.exp: New file.
4858 * gdb.cp/align.exp: New file.
4859 * gdb.base/align.exp: New file.
4860 * lib/gdb.exp (gdb_int128_helper): New proc.
4861 (has_int128_c, has_int128_cxx): New caching procs.
4862
6873858b
TT
48632018-04-27 Tom Tromey <tom@tromey.com>
4864
4865 PR rust/22545:
4866 * gdb.rust/simple.exp: Add inclusive range tests.
4867
79188d8d
PA
48682018-04-26 Pedro Alves <palves@redhat.com>
4869
4870 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
4871 ifunc breakpoint locations correctly of ifunc breakpoints set
4872 while the program resolves the ifunc.
4873
c7075ad5
PA
48742018-04-26 Pedro Alves <palves@redhat.com>
4875
4876 * gdb.base/gnu-ifunc-final.c: New file.
4877 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
4878 * gdb.base/gnu-ifunc.exp (executable): Delete.
4879 (staticexecutable): Adjust.
4880 (lib_opts, exec_opts): Delete.
4881 (make_binsuffix, build, set-break): New procedures.
4882 (misc_tests): New, with tests factored out from the top level.
4883 (top level): Test different combinations of ifunc resolver name,
4884 resolver with and with debug info, and ifunc target with and
4885 without debug info. Wrap static tests with with_target_prefix.
4886
8388016d
PA
48872018-04-26 Pedro Alves <palves@redhat.com>
4888
4889 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
4890 return type" warnings.
4891
249b5733
PA
48922018-04-25 Pedro Alves <palves@redhat.com>
4893
4894 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
4895 killed".
4896 * gdb.base/kill-after-signal.exp: Likewise.
4897 * gdb.threads/kill.exp: Likewise.
4898
f67c0c91
SDJ
48992018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4900 Sergio Durigan Junior <sergiodj@redhat.com>
4901 Pedro Alves <palves@redhat.com>
4902
4903 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
4904 regexps to expect for '[Inferior ... detached]' as well.
4905 * gdb.base/attach.exp: Likewise.
4906 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
4907 "gdb_continue_to_end".
4908 (test_catch_syscall_with_wrong_args): Likewise.
4909 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
4910 ']'. Don't set 'verbose' on.
4911 * gdb.base/foll-vfork.exp: Likewise.
4912 * gdb.base/fork-print-inferior-events.c: New file.
4913 * gdb.base/fork-print-inferior-events.exp: New file.
4914 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
4915 '[Inferior ... has been killed]' message.
4916 * gdb.base/kill-after-signal.exp: Likewise.
4917 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
4918 detach message.
4919 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
4920 message.
4921 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
4922 regexps to expect for '[Inferior ... detached]' as well.
4923 * gdb.threads/process-dies-while-detaching.exp: Likewise.
4924
0a8ddac4
SM
49252018-04-24 Simon Marchi <simon.marchi@ericsson.com>
4926
4927 PR gdb/23104
4928 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
4929
701adfb0
PA
49302018-04-22 Rajendra SY <rajendra.sy@gmail.com>
4931
4932 PR gdb/23095
4933 * gdb.base/break-probes.exp: Pass shlib_load to
4934 prepare_for_testing. Set normal_bp to r_debug_state if target is
4935 bsd.
4936
d27d16bf
RB
49372018-04-19 Richard Bunt <richard.bunt@arm.com>
4938
4939 * gdb.threads/multiple-successive-infcall.c: New test.
4940 * gdb.threads/multiple-successive-infcall.exp: New file.
4941
a037790e
TT
49422018-04-17 Tom Tromey <tom@tromey.com>
4943
4944 * gdb.rust/simple.rs (Union): New type.
4945 (main): New local "u".
4946 * gdb.rust/simple.exp (test_one_slice): Add new test case.
4947
e3a91079
AA
49482018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4949
4950 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
4951 number information in output of "whereis" command.
4952 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
4953
b744723f
AA
49542018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4955
4956 * gdb.ada/info_types.exp: Adjust expected output to the line
4957 numbers now printed by "info var/func/type".
4958 * gdb.base/completion.exp: Likewise.
4959 * gdb.base/included.exp: Likewise.
4960 * gdb.cp/cp-relocate.exp: Likewise.
4961 * gdb.cp/cplusfuncs.exp: Likewise.
4962 * gdb.cp/namespace.exp: Likewise.
4963 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
4964
4a4495d6
MM
49652018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4966
4967 * gdb.btrace/cpu.exp: New.
4968
1d509aa6
MM
49692018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4970
4971 * gdb.base/step-indirect-call-thunk.exp: New.
4972 * gdb.base/step-indirect-call-thunk.c: New.
4973 * gdb.reverse/step-indirect-call-thunk.exp: New.
4974 * gdb.reverse/step-indirect-call-thunk.c: New.
4975
6295b6da
SM
49762018-04-11 Simon Marchi <simon.marchi@ericsson.com>
4977
4978 * gdb.base/pie-fork.c: New file.
4979 * gdb.base/pie-fork.exp: New file.
4980
50146e70
TT
49812018-04-11 Tom Tromey <tom@tromey.com>
4982
4983 * gdb.rust/simple.exp: Add test for ".." struct initializer.
4984
f50d8a2e
PA
49852018-04-10 Pedro Alves <palves@redhat.com>
4986
4987 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
4988 exits. Instead loop running forever.
4989 (fork_parent): Run forever too.
4990
a0be7a36
SM
49912018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4992
4993 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
4994 mi_continue_to_line.
4995 * gdb.mi/mi-stack.c (callee4): Add comment.
4996
9b73db36
SM
49972018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4998
4999 * gdb.mi/mi-stack.exp: Fix indentation.
5000
c912f608
SM
50012018-04-07 Simon Marchi <simon.marchi@ericsson.com>
5002
5003 PR gdb/22979
5004 * gdb.arch/amd64-osabi.exp: New file.
5005
26540402
SM
50062018-04-07 Simon Marchi <simon.marchi@ericsson.com>
5007
5008 PR gdb/22980
5009 * gdb.base/osabi.exp: New file.
5010
121ad66c 50112018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
5012
5013 * gdb.cp/static-typedef-print.exp: New file.
5014 * gdb.cp/static-typedef-print.cc: New file.
5015
3fcded8f
JB
50162018-03-27 Joel Brobecker <brobecker@adacore.com>
5017
5018 * gdb.ada/varsize_limit: New testcase.
5019
59cc4834
JB
50202018-03-27 Joel Brobecker <brobecker@adacore.com>
5021
5022 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
5023
5024 * gdb.ada/notcplusplus: New testcase.
5025
5026 * gdb.base/c-linkage-name.c: New file.
5027 * gdb.base/c-linkage-name.exp: New testcase.
5028
4ca59a9f
TT
50292018-03-26 Tom Tromey <tom@tromey.com>
5030
5031 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
5032 * gdb.python/py-framefilter.py (name_error): New global.
5033 (ErrorInName.function): Use name_error.
5034
978d6c75
TT
50352018-03-26 Tom Tromey <tom@tromey.com>
5036
5037 PR backtrace/15582:
5038 * gdb.python/py-framefilter.exp: Add "bt hide" test.
5039
b7fee5a3
KS
50402018-03-23 Keith Seitz <keiths@redhat.com>
5041
5042 PR c++/22968
5043 * gdb.cp/subtypes.exp: New file.
5044 * gdb.cp/subtypes.h: New file.
5045 * gdb.cp/subtypes.cc: New file.
5046 * gdb.cp/subtypes-2.cc: New file.
5047
376be529
AB
50482018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
5049
5050 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
5051 (done): Call '_exit' not 'exit' to avoid atexit handlers.
5052 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
5053 -nostartfiles when compiling the test. Confirm that all registers
5054 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
5055
066cfa98
AB
50562018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
5057
5058 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
5059 option, syntax was wrong anyway.
5060 * gdb.arch/arm-disp-step.exp: Likewise.
5061 * gdb.arch/sparc64-regs.exp: Likewise.
5062 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
5063 option, syntax was wrong anyway, switch to use
5064 prepare_for_testing.
5065 * gdb.arch/i386-disp-step.exp: Likewise.
5066
079670b9
AA
50672018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
5068
5069 * gdb.ada/exec_changed.exp: Replace "target_info exists
5070 use_gdb_stub" by "use_gdb_stub".
5071 * gdb.ada/start.exp: Likewise.
5072 * gdb.base/async-shell.exp: Likewise.
5073 * gdb.base/attach-pie-misread.exp: Likewise.
5074 * gdb.base/attach-wait-input.exp: Likewise.
5075 * gdb.base/break-entry.exp: Likewise.
5076 * gdb.base/break-interp.exp: Likewise.
5077 * gdb.base/dprintf-detach.exp: Likewise.
5078 * gdb.base/nostdlib.exp: Likewise.
5079 * gdb.base/solib-nodir.exp: Likewise.
5080 * gdb.base/statistics.exp: Likewise.
5081 * gdb.base/testenv.exp: Likewise.
5082 * gdb.mi/mi-exec-run.exp: Likewise.
5083 * gdb.mi/mi-start.exp: Likewise.
5084 * gdb.multi/dummy-frame-restore.exp: Likewise.
5085 * gdb.multi/multi-arch-exec.exp: Likewise.
5086 * gdb.multi/multi-arch.exp: Likewise.
5087 * gdb.multi/tids.exp: Likewise.
5088 * gdb.multi/watchpoint-multi.exp: Likewise.
5089 * gdb.python/py-events.exp: Likewise.
5090 * gdb.threads/attach-into-signal.exp: Likewise.
5091 * gdb.threads/attach-stopped.exp: Likewise.
5092 * gdb.threads/threadapply.exp: Likewise.
5093 * lib/selftest-support.exp: Likewise.
5094
26d6cec4
AA
50952018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
5096
5097 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
5098
4ee89e90
SR
50992018-03-20 Stephen Roberts <stephen.roberts@arm.com>
5100
5101 * gdb.perf/template-breakpoints.cc: New file.
5102 * gdb.perf/template-breakpoints.exp: New file.
5103 * gdb.perf/template-breakpoints.py: New file.
5104
92630041
TT
51052018-03-19 Tom Tromey <tom@tromey.com>
5106
5107 * gdb.rust/simple.rs (main): Add local variables field1, field2,
5108 y0.
5109 * gdb.rust/simple.exp: Test bare identifier form of struct
5110 initializer.
5111
76727919
TT
51122018-03-19 Tom Tromey <tom@tromey.com>
5113
5114 * gdb.gdb/observer.exp: Remove.
5115
194ed413
AA
51162018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5117
5118 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
5119 "qualified" option when setting breakpoints.
5120 * gdb.trace/backtrace.exp: Likewise.
5121 * gdb.trace/circ.exp: Likewise.
5122 * gdb.trace/collection.exp: Likewise.
5123 * gdb.trace/disconnected-tracing.exp: Likewise.
5124 * gdb.trace/ftrace-lock.exp: Likewise.
5125 * gdb.trace/ftrace.exp: Likewise.
5126 * gdb.trace/infotrace.exp: Likewise.
5127 * gdb.trace/packetlen.exp: Likewise.
5128 * gdb.trace/passc-dyn.exp: Likewise.
5129 * gdb.trace/qtro.exp: Likewise.
5130 * gdb.trace/read-memory.exp: Likewise.
5131 * gdb.trace/report.exp: Likewise.
5132 * gdb.trace/signal.exp: Likewise.
5133 * gdb.trace/status-stop.exp: Likewise.
5134 * gdb.trace/strace.exp: Likewise.
5135 * gdb.trace/tfind.exp: Likewise.
5136 * gdb.trace/trace-break.exp: Likewise.
5137 * gdb.trace/trace-condition.exp: Likewise.
5138 * gdb.trace/trace-mt.exp: Likewise.
5139 * gdb.trace/tstatus.exp: Likewise.
5140 * gdb.trace/tsv.exp: Likewise.
5141 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
5142 * gdb.trace/unavailable.exp: Likewise.
5143 * gdb.trace/while-dyn.exp: Likewise.
5144
8b067d2c
AA
51452018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5146
5147 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
5148 that libinproctrace is copied to the target.
5149
3ae9ce5d
TT
51502018-03-14 Tom Tromey <tom@tromey.com>
5151
5152 PR cli/14977:
5153 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
5154 a null pointer.
5155 * gdb.base/wchar.exp: Likewise.
5156
b8c2339b
TT
51572018-03-14 Tom Tromey <tom@tromey.com>
5158
5159 PR cli/19918:
5160 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
5161 flag.
5162
4872dc46
SM
51632018-03-08 Simon Marchi <simon.marchi@ericsson.com>
5164
5165 PR gdb/22841
5166 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
5167 "target" to remote_exec.
5168
e4fe3756
SM
51692018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
5170
5171 PR gdb/22841
5172 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
5173 ${board}_upload): Remove.
5174
e95a97d4
AA
51752018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
5176
5177 * gdb.cp/watch-cp.cc: New test.
5178 * gdb.cp/watch-cp.exp: New file.
5179
dbbb1059
AB
51802018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5181
5182 * gdb.base/infcall-nested-structs.exp: New file.
5183 * gdb.base/infcall-nested-structs.c: New file.
5184 * gdb.base/float.exp: Add riscv support.
5185
ecc054c0
TP
51862018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
5187
5188 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
5189 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
5190
25e3c82c
SDJ
51912018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
5192
5193 * gdb.server/abspath.exp: New file.
5194 * lib/gdb.exp (with_cwd): New procedure.
5195
3083294d
SM
51962018-02-28 Simon Marchi <simon.marchi@ericsson.com>
5197
5198 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
5199 use it.
5200 (gdb_is_target_remote_prompt): New proc.
5201 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
5202 (gdb_is_target_native): Pass prompt parameter to
5203 gdb_is_target_1.
5204
3275ef47
SM
52052018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
5206
5207 * gdb.base/load-command.c: New file.
5208 * gdb.base/load-command.exp: New file.
5209 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
5210 (gdb_is_target_1): ...this, and generalize for other targets
5211 than just remote.
5212 (gdb_is_target_remote): Use gdb_is_target_1.
5213 (gdb_is_target_native): use gdb_is_target_1.
5214
6893c19a
TT
52152018-02-26 Tom Tromey <tom@tromey.com>
5216
5217 PR python/16497:
5218 * gdb.python/py-framefilter.exp: Update test.
5219
2ddeaf8a
TT
52202018-02-26 Tom Tromey <tom@tromey.com>
5221
5222 * gdb.dwarf2/variant.c: New file.
5223 * gdb.dwarf2/variant.exp: New file.
5224
c9317f21
TT
52252018-02-26 Tom Tromey <tom@tromey.com>
5226
5227 * gdb.rust/simple.exp: Accept more possible results in enum test.
5228
6f6d0c26
SM
52292018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
5230
5231 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
5232 parentheses.
5233
11b03145
MR
52342018-02-23 Maciej W. Rozycki <macro@mips.com>
5235
5236 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
5237 name of a variable: $actual_linejj -> $actual_line.
5238
54a27fe5
JB
52392018-02-21 John Baldwin <jhb@FreeBSD.org>
5240
5241 * gdb.arch/amd64-i386-address.exp: Fix a typo.
5242
de65820c
MM
52432018-02-20 Markus Metzger <markus.t.metzger@intel.com>
5244
5245 * gdb.btrace/buffer-size.exp: Do not force BTS.
5246
980548fd
PA
52472018-02-14 Pedro Alves <palves@redhat.com>
5248
5249 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
5250 getting a "Quit".
5251
c4e12631
MM
52522018-02-09 Markus Metzger <markus.t.metzger@intel.com>
5253
5254 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
5255 Fix test name.
5256
c2e0e465
SM
52572018-02-07 Simon Marchi <simon.marchi@ericsson.com>
5258
5259 * gdb.cp/m-static.exp: Check type of optimized out static
5260 member.
5261
f7216783
AB
52622018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
5263
5264 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
5265 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
5266
0625771b
LS
52672018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
5268 Leszek Swirski <leszeks@google.com>
5269
5270 * gdb.python/py-prettyprint.c
5271 (struct to_string_returns_value_inner,
5272 struct to_string_returns_value_wrapper): New.
5273 (main): Add tsrvw variable.
5274 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
5275 ToStringReturnsValueWrapper): New classes.
5276 (register_pretty_printers): Register new pretty-printers.
5277 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
5278 recursive pretty printer.
5279 * gdb.python/py-mi.exp: Likewise.
5280
59498c30
LS
52812018-02-01 Leszek Swirski <leszeks@google.com>
5282
5283 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
5284 functions with the same name as an include file are parsed
5285 correctly.
5286
d4d38844
YQ
52872018-02-01 Yao Qi <yao.qi@linaro.org>
5288
5289 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
5290 "\[^\r\n\]*".
5291
07e5f5cf
NP
52922018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
5293
5294 * gdb.arch/powerpc-prologue-frame.s: New file.
5295 * gdb.arch/powerpc-prologue-frame.c: Likewise.
5296 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
5297
929b5ad4
JB
52982018-01-31 Joel Brobecker <brobecker@adacore.com>
5299
5300 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
5301
e671cd59
PA
53022018-01-30 Pedro Alves <palves@redhat.com>
5303
5304 PR gdb/13211
5305 * gdb.base/interrupt-daemon.c: New.
5306 * gdb.base/interrupt-daemon.exp: New.
5307 * gdb.multi/multi-term-settings.c: New.
5308 * gdb.multi/multi-term-settings.exp: New.
5309
fc413dc4
JB
53102018-01-30 Joel Brobecker <brobecker@adacore.com>
5311
5312 * gdb.base/break.exp: Save the location where the breakpoint
5313 on break.c:47 was actually inserted when debugging the version
5314 compiled at -O2 and use it in the expected output of the "info
5315 break" test performed soon after.
5316
5c319bb2
PA
53172018-01-22 Pedro Alves <palves@redhat.com>
5318 Sergio Durigan Junior <sergiodj@redhat.com>
5319
5320 * gdb.base/whatis.exp: Add tests for 'set print object on' +
5321 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
5322
a9e40818
JB
53232018-01-22 Joel Brobecker <brobecker@adacore.com>
5324
5325 * gdb.base/break-include.c, gdb.base/break-include.inc,
5326 gdb.base/break-include.exp: New files.
5327 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
5328 line number now being the actual line number where the breakpoint
5329 was inserted.
5330 * gdb.mi/mi-break.exp: Likewise.
5331 * gdb.mi/mi-reverse.exp: Likewise.
5332 * gdb.mi/mi-simplerun.exp: Ditto.
5333
e707fc44
AB
53342018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
5335
5336 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
5337 varobj.
5338 * gdb.mi/mi-var-create-rtti.exp: Likewise.
5339
ae451627
AB
53402018-01-21 Don Breazeal <donb@codesourcery.com>
5341 Andrew Burgess <andrew.burgess@embecosm.com>
5342
5343 * gdb.mi/basics.c: Add new global.
5344 * gdb.mi/mi-frame-regs.exp: New file.
5345 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
5346 case.
5347
b1b189e0
AB
53482018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
5349
5350 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
5351 non-parameter, and on an unknown symbol.
5352
fcfcc376
TT
53532018-01-19 Tom Tromey <tom@tromey.com>
5354
5355 * gdb.rust/modules.rs (TWENTY_THREE): New global.
5356 * gdb.rust/modules.exp: Add ::-qualified lookup test.
5357
634c1c31
AA
53582018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5359
5360 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
5361 setrlimit and chdir to int.
5362
d6ad07fd
AA
53632018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5364
5365 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
5366 function.
5367 (my_tend): Likewise.
5368 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
5369 rationale of avoiding FP- and vector instructions.
5370
adf8243b
RK
53712018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
5372
5373 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
5374 "info reg" with "\[ \t\]*".
5375 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
5376 "\[ \t\]+".
5377 * gdb.arch/s390-multiarch.exp: Ditto.
5378 * gdb.base/pc-fp.exp: Ditto.
5379 * gdb.reverse/i386-precsave.exp: Ditto.
5380 * gdb.reverse/i386-reverse.exp: Ditto.
5381 * gdb.reverse/i387-env-reverse.exp: Ditto.
5382 * gdb.reverse/i387-stack-reverse.exp: Ditto.
5383
dcc06925
AA
53842018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
5385
5386 * lib/gdb.exp (gdb_compile): Re-enable use of
5387 universal_compile_options for languages other than Rust.
5388
25d4fd80
AA
53892018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
5390
5391 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
5392
ee7f689e 53932018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
5394
5395 PR gdb/16577
5396 * gdb.base/solib-vanish.exp: New.
5397 * gdb.base/solib-vanish-main.c: New.
5398 * gdb.base/solib-vanish-lib1.c: New.
5399 * gdb.base/solib-vanish-lib2.c: New.
5400
d8447b6b
YQ
54012018-01-17 Yao Qi <yao.qi@linaro.org>
5402
5403 * gdb.compile/compile.exp: Match the address printed for
5404 frame in the output of command "bt".
5405
86d6a90c
TT
54062018-01-15 Tom Tromey <tom@tromey.com>
5407
5408 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
5409 compute sp_reg.
5410
cbcdb1aa
AB
54112018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
5412
5413 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
5414 to prepare.
5415 (prepare): Return 0 on error, 1 on success.
5416
eea61984
PA
54172018-01-12 Pedro Alves <palves@redhat.com>
5418
5419 * gdb.base/continue-after-aborted-step-over.c: New.
5420 * gdb.base/continue-after-aborted-step-over.exp: New.
5421
6181e9c2
SM
54222018-01-11 Simon Marchi <simon.marchi@ericsson.com>
5423
5424 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
5425 options when not creating an executable.
5426
3cada740
PA
54272018-01-11 Pedro Alves <palves@redhat.com>
5428
5429 PR remote/22597
5430 * gdb.server/stop-reply-no-thread.c: New file.
5431 * gdb.server/stop-reply-no-thread.exp: New file.
5432
c63d3e8d
PA
54332018-01-10 Pedro Alves <palves@redhat.com>
5434
5435 PR gdb/22670
5436 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
5437 functions too. Test setting breakpoints and printing C functions
5438 with no debug info too.
5439 * gdb.ada/bp_c_mixed_case/qux.c: New file.
5440
d4c2a405
PA
54412018-01-10 Pedro Alves <palves@redhat.com>
5442
5443 PR gdb/22670
5444 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
5445 a fail.
5446
8825213e
PA
54472018-01-10 Pedro Alves <palves@redhat.com>
5448
5449 PR gdb/22670
5450 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
5451
605fd3c6
YQ
54522018-01-08 Simon Marchi <simon.marchi@ericsson.com>
5453
5454 * gdb.server/unittest.exp: Match the output in non-development
5455 mode.
5456
1e5ded6c
YQ
54572018-01-08 Simon Marchi <simon.marchi@ericsson.com>
5458
5459 * gdb.gdb/unittest.exp: Match output in non-development mode.
5460
30066b0b
JB
54612018-01-08 Joel Brobecker <brobecker@adacore.com>
5462
5463 * gdb.ada/access_tagged_param.exp: Relax expected output
5464 for value of "ObjL" in "continue" to pck.inspect breakpoint
5465 test.
5466
04bafb1e
XR
54672018-01-08 Joel Brobecker <brobecker@adacore.com>
5468
9f86398b
JB
5469 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
5470 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 5471
e379cee6
PA
54722018-01-05 Pedro Alves <palves@redhat.com>
5473
5474 PR gdb/18653
5475 * gdb.base/libsegfault.exp: New.
5476
de63c46b
PA
54772018-01-05 Joel Brobecker <brobecker@adacore.com>
5478
5479 PR gdb/22670
5480 * gdb.ada/access_tagged_param.exp: New file.
5481 * gdb.ada/access_tagged_param/foo.adb: New file.
5482
f98fc17b
PA
54832018-01-05 Pedro Alves <palves@redhat.com>
5484
5485 PR gdb/22670
5486 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
5487 exercise lower case too, and to exercise both full matching and
5488 wild matching.
5489
342f8240
JB
54902018-01-05 Joel Brobecker <brobecker@adacore.com>
5491
5492 * gdb.ada/rename_subscript_param: New testcase.
5493
7150d33c
JG
54942018-01-05 Jerome Guitton <guitton@adacore.com>
5495
5496 * gdb.ada/arr_acc_idx_w_gap: New testcase.
5497
cc0e770c
JB
54982018-01-05 Joel Brobecker <brobecker@adacore.com>
5499
5500 * gdb.ada/convvar_comp: New testcase.
5501
672a41aa 55022018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
5503
5504 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
5505 (My_Table): New global variable.
5506 * testsuite/gdb.ada/array_char_idx.exp: Add test.
5507
7365ec2f
JB
55082018-01-04 Joel Brobecker <brobecker@adacore.com>
5509
5510 PR gdb/22670
5511 * gdb.ada/maint_with_ada: New testcase.
5512
289483b6
JB
55132018-01-04 Joel Brobecker <brobecker@adacore.com>
5514
5515 PR gdb/22670
5516 * gdb.ada/bp_c_mixed_case: New testcase.
5517
344420da
JB
55182018-01-04 Joel Brobecker <brobecker@adacore.com>
5519
5520 PR gdb/22670
5521 * gdb.ada/complete.exp: Add "complete break ada" test.
5522
66fc87a0
JB
55232018-01-04 Joel Brobecker <brobecker@adacore.com>
5524
5525 PR gdb/22670
5526 * gdb.ada/info_addr_mixed_case: New testcase.
5527
9f757bf7
XR
55282018-01-03 Xavier Roirand <roirand@adacore.com>
5529
5530 * gdb.ada/excep_handle.exp: New testcase.
5531 * gdb.ada/excep_handle/foo.adb: New file.
5532 * gdb.ada/excep_handle/pck.ads: New file.
5533
bd570f80
JB
55342018-01-03 Joel Brobecker <brobecker@adacore.com>
5535
5536 * gdb.base/step-line.c: Add extra empty line in copyright header.
5537 * gdb.base/step-line.inp: Likewise.
5538
9fe561ab
JB
55392018-01-02 Joel Brobecker <brobecker@adacore.com>
5540
5541 * gdb.ada/dyn_stride.exp: Add slice test.
5542
a405673c
JB
55432018-01-02 Joel Brobecker <brobecker@adacore.com>
5544
5545 * gdb.ada/dyn_stride: New testcase.
5546
cef0f868
SH
55472017-12-27 Stafford Horne <shorne@gmail.com>
5548
5549 * gdb.xml/extra-regs.xml: Add example foo reggroup.
5550 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
5551
b67d92b0
SH
55522017-12-27 Stafford Horne <shorne@gmail.com>
5553
5554 * gdb.base/reggroups.c: New file.
5555 * gdb.base/reggroups.exp: New file.
5556
eccab96d
JB
55572017-12-18 Joel Brobecker <brobecker@adacore.com>
5558
5559 * gdb.dwarf2/ada-valprint-error.c: New file.
5560 * gdb.dwarf2/ada-valprint-error.exp: New file.
5561
0e2da9f0
JB
55622017-12-18 Joel Brobecker <brobecker@adacore.com>
5563
5564 * gdb.ada/assign_arr: New testcase.
5565
cb923fcc
XR
55662017-12-18 Xavier Roirand <roirand@adacore.com>
5567
5568 * gdb.ada/funcall_ptr: New testcase.
5569
7c161838
SDJ
55702017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
5571
5572 PR cli/16224
5573 * gdb.base/ptype-offsets.cc: New file.
5574 * gdb.base/ptype-offsets.exp: New file.
5575
1af17fd9
YQ
55762017-12-15 Yao Qi <yao.qi@linaro.org>
5577
5578 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
5579 if XML is disabled.
5580
828d5846
XR
55812017-12-15 Xavier Roirand <roirand@adacore.com>
5582
5583 * gdb.ada/same_component_name: New testcase.
5584
79e8fcaa
JB
55852017-12-14 Joel Brobecker <brobecker@adacore.com>
5586
5587 * gdb.ada/str_binop_equal: New testcase.
5588
e05fa6f9
JB
55892017-12-14 Joel Brobecker <brobecker@adacore.com>
5590
5591 * gdb.ada/task_switch_in_core: New testcase.
5592
b89641ba
SM
55932017-12-13 Simon Marchi <simon.marchi@ericsson.com>
5594
5595 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
5596 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
5597 call test_bkpt_qualified.
5598 (test_bkpt_qualified): New proc.
5599
6892d2e4
PA
56002017-12-13 Pedro Alves <palves@redhat.com>
5601
5602 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
5603 Tighten regexp by matching with an anchor.
5604
a22ecf70
PA
56052017-12-13 Pedro Alves <palves@redhat.com>
5606
5607 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
5608 ("expression with namespace"): New set of tests.
5609 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
5610 (Nested::Test_NS::qux): New.
5611 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
5612 defaults to 'start_quote_char' and 'end_quote_char' parameters.
5613
9937536c
JB
56142017-12-13 Joel Brobecker <brobecker@adacore.com>
5615
5616 * gdb.base/server-del-break.c: New file.
5617 * gdb.base/server-del-break.exp: New file.
5618
fe49c6f5
SH
56192017-12-12 Stafford Horne <shorne@gmail.com>
5620
5621 * gdb.xml/tdesc-regs.exp: Add or1k support.
5622
c3d18620
SH
56232017-12-12 Stafford Horne <shorne@gmail.com>
5624
5625 * gdb.base/bp-permanent.c: Define nop of or1k.
5626
c5f9cfc8
JB
56272017-12-11 Joel Brobecker <brobecker@adacore.com>
5628
5629 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
5630 output with components being reordered.
5631
a9c135fc
JB
56322017-12-11 Joel Brobecker <brobecker@adacore.com>
5633
5634 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
5635 output with components being reordered.
5636
927aa2e7
JK
56372017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5638 Pedro Alves <palves@redhat.com>
5639
5640 * gdb.base/maint.exp (check for .gdb_index): Check also for
5641 .debug_names.
5642 * gdb.dlang/watch-loc.c (.debug_aranges): New.
5643 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
5644 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
5645 (.gdb_index used after symbol reloading): Support also .debug_names.
5646 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
5647
f17d9474
YQ
56482017-12-08 Yao Qi <yao.qi@linaro.org>
5649
5650 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
5651 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
5652
a0de8c21
YQ
56532017-12-08 Yao Qi <yao.qi@linaro.org>
5654
5655 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
5656 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
5657
a738ea1d
YQ
56582017-12-08 Yao Qi <yao.qi@linaro.org>
5659
5660 * gdb.arch/aarch64-tagged-pointer.c: New file.
5661 * gdb.arch/aarch64-tagged-pointer.exp: New file.
5662
1cd9a73b
SDJ
56632017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
5664
5665 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
5666 "int".
5667
fa6eb693
KS
56682017-12-07 Keith Seitz <keiths@redhat.com>
5669
5670 PR breakpoints/22569
5671 * gdb.linespec/ls-errs.exp: Change expected result of "break
5672 -source this file has spaces.c -line 3".
5673 Check that an explicit source file followed by whitespace is
5674 identified as an invalid explicit location.
5675
883fd55a
KS
56762017-12-07 Keith Seitz <keiths@redhat.com>
5677
5678 * gdb.cp/nested-types.cc: New file.
5679 * gdb.cp/nested-types.exp: New file.
5680 * lib/cp-support.exp: Load data-structures.exp library.
5681 (debug_cp_test_ptype_class): New global.
5682 (cp_ptype_class_verbose, next_line): New procedures.
5683 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
5684 Add and document new return value.
5685 Switch the list of lines to a queue.
5686 Add support for new `type' key for nested type definitions.
5687 Add debugging/troubleshooting messages.
5688 * lib/data-structures.exp: New file.
5689
ec72db3e
SM
56902017-12-07 Simon Marchi <simon.marchi@ericsson.com>
5691
5692 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
5693 with proc_with_prefix, don't use with_test_prefix.
5694
99598d71
TT
56952017-12-07 Tom Tromey <tom@tromey.com>
5696
5697 * gdb.base/break.exp: Add test for empty "commands".
5698
a8806230
YQ
56992017-12-07 Yao Qi <yao.qi@linaro.org>
5700
5701 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
5702 malloc and catch syscall.
5703
824cc835
PM
57042017-12-07 Phil Muldoon <pmuldoon@redhat.com>
5705
e79be6e5 5706 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
824cc835
PM
5707 tests for explicit locations.
5708
7cc244de
PA
57092017-12-06 Pedro Alves <palves@redhat.com>
5710
5711 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
5712 force-disabling XML descriptions.
5713
50a1fdd5
PA
57142017-12-04 Pedro Alves <palves@redhat.com>
5715
5716 PR gdb/22499
5717 * gdb.arch/amd64-disp-step-avx.S: New file.
5718 * gdb.arch/amd64-disp-step-avx.exp: New file.
5719
f0fb2488
PA
57202017-12-03 Pedro Alves <palves@redhat.com>
5721
5722 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
5723 and <string.h>.
5724 (parent_function): Print distinct messages when waitpid fails, or
5725 the child exits with a signal, or the child exits for an unhandled
5726 reason.
5727 * gdb.threads/process-dies-while-detaching.exp
5728 (detach_and_expect_exit): New 'inf_output_re' parameter and use
5729 it. Wait for both inferior output and GDB's prompt. Use an
5730 indirect spawn id list.
5731 (do_detach): New parameter 'child_exit'. Use it to compute
5732 expected inferior output.
5733 (test_detach, test_detach_watch, test_detach_killed_outside):
5734 Adjust to pass down the expected child exit kind.
5735
97cbe998
SDJ
57362017-12-01 Joel Brobecker <brobecker@adacore.com>
5737 Sergio Durigan Junior <sergiodj@redhat.com>
5738 Pedro Alves <palves@redhat.com>
5739
5740 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
5741
40fc416f
SDJ
57422017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
5743
5744 * gdb.base/relocate.exp: Add tests to guarantee that arguments
5745 to 'symbol-file' and 'add-symbol-file' can be
5746 position-independent.
5747
1cc75e92
YQ
57482017-12-01 Yao Qi <yao.qi@linaro.org>
5749
5750 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
5751 the URL in copyright header.
5752 * gdb.arch/aarch64-fp.exp: Likewise.
5753 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
5754 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
5755 * gdb.base/expand-psymtabs.exp: Likewise.
5756 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
5757 * gdb.fortran/common-block.exp: Likewise.
5758 * gdb.fortran/common-block.f90: Likewise.
5759 * gdb.fortran/logical.exp: Likewise.
5760 * gdb.fortran/vla-datatypes.f90: Likewise.
5761 * gdb.fortran/vla-sub.f90: Likewise.
5762
875fb7a7
JB
57632017-11-30 Joel Brobecker <brobecker@adacore.com>
5764
5765 * gdb.ada/repeat_dyn: New testcase.
5766
6f14765f
UW
57672017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
5768
5769 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
5770 Update for changed thread numbering.
5771 * gdb.cell/bt.exp: Update for changed GDB output.
5772
f1af7b94
SM
57732017-11-30 Simon Marchi <simon.marchi@ericsson.com>
5774
5775 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
5776 setting isremote by hand.
5777 * boards/dwarf4-gdb-index.exp: Likewise.
5778 * boards/fission.exp: Likewise.
5779 * boards/stabs.exp: Likewise.
5780
e3919f3e
PA
57812017-11-30 Pedro Alves <palves@redhat.com>
5782
5783 * gdb.linespec/cpls-ops.exp
5784 (check_explicit_skips_function_argument): Extract the underlying
5785 type of size_t instead of hardcoding it.
5786
bd69330d
PA
57872017-11-29 Pedro Alves <palves@redhat.com>
5788
5789 PR c++/19436
5790 * gdb.linespec/cpls-abi-tag.cc: New file.
5791 * gdb.linespec/cpls-abi-tag.exp: New file.
5792
a20714ff
PA
57932017-11-29 Pedro Alves <palves@redhat.com>
5794
5795 * gdb.base/langs.exp: Use -qualified.
5796 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
5797 it.
5798 * gdb.cp/namespace.exp: Use -qualified.
5799 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
5800 (overload-3, template-overload, template-ret-type, const-overload)
5801 (const-overload-quoted, anon-ns, ambiguous-prefix): New
5802 procedures.
5803 (test_driver): Call them.
5804 * gdb.cp/save-bp-qualified.cc: New.
5805 * gdb.cp/save-bp-qualified.exp: New.
5806 * gdb.linespec/explicit.exp: Test -qualified.
5807 * lib/completion-support.exp (completion::explicit_opts_list): Add
5808 "-qualified".
5809 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
5810
f6f1d339
PM
58112017-11-29 Phil Muldoon <pmuldoon@redhat.com>
5812
5813 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
5814
02ca603a
TT
58152017-11-29 Tom Tromey <tom@tromey.com>
5816
5817 * gdb.base/relocate.exp: Update invalid argument test.
5818 Add new tests for invalid arguments.
5819
ed6c0bfb
TP
58202017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
5821
5822 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
5823 Return 0 as a long.
5824 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
5825
f106e10e
TP
58262017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
5827
5828 * gdb.cp/breakpoint.cc (bar): Set return type to void.
5829 * gdb.cp/psymtab-parameter.cc (func): Likewise.
5830 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
5831 func ().
5832 * gdb.cp/shadow.cc (B.func): Return 0.
5833
10329bb2
JB
58342017-11-27 Joel Brobecker <brobecker@adacore.com>
5835
5836 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
5837 expected output in gdb_expect call to allow the exception
5838 message to be present as well. Fix syntax confusion to avoid
5839 TCL thinking that exception_name is an array.
5840
617cd4bc
UW
58412017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
5842
5843 * gdb.arch/spu-info.c: Include <unistd.h>.
5844 (do_signal_test): Fix broken calls to write.
5845 * gdb.arch/spu-info.exp: Use prepare_for_testing.
5846 Fix checks for empty mailboxes. Update signal tests for corrected
5847 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
5848 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
5849 * gdb.cell/arch.exp: Use standard_output_file.
5850 * gdb.cell/break.exp: Likewise.
5851 * gdb.cell/bt.exp: Likewise.
5852 * gdb.cell/core.exp: Likewise.
5853 * gdb.cell/dwarfaddr.exp: Likewise.
5854 * gdb.cell/ea-cache.exp: Likewise.
5855 * gdb.cell/ea-standalone.exp: Likewise.
5856 * gdb.cell/f-regs.exp: Likewise.
5857 * gdb.cell/fork.exp: Likewise.
5858 * gdb.cell/gcore.exp: Likewise.
5859 * gdb.cell/mem-access.exp: Likewise.
5860 * gdb.cell/ptype.exp: Likewise.
5861 * gdb.cell/registers.exp: Likewise.
5862 * gdb.cell/sizeof.exp: Likewise.
5863 * gdb.cell/solib-symbol.exp: Likewise.
5864 * gdb.cell/solib.exp: Likewise.
617cd4bc 5865
a81aaca0
PA
58662017-11-25 Pedro Alves <palves@redhat.com>
5867
5868 * gdb.base/complete-empty.exp: New file.
5869 * gdb.base/completion.exp: Adjust.
5870
6a3c6ee4
PA
58712017-11-25 Pedro Alves <palves@redhat.com>
5872
5873 * gdb.linespec/cpls-ops.cc: New file.
5874 * gdb.linespec/cpls-ops.exp: New file.
5875 * lib/completion-support.exp (test_complete_prefix_range_re): New,
5876 factored out from ...
5877 (test_complete_prefix_range): ... this.
5878
8955eb2d
PA
58792017-11-24 Pedro Alves <palves@redhat.com>
5880
5881 * gdb.linespec/cpcompletion.exp: New file.
5882 * gdb.linespec/cpls-hyphen.cc: New file.
5883 * gdb.linespec/cpls.cc: New file.
5884 * gdb.linespec/cpls2.cc: New file.
5885 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
5886 test to use test_gdb_complete_unique. Add label completion,
5887 keyword completion and explicit location completion tests.
5888 * lib/completion-support.exp: New file.
5889
e547c119
JB
58902017-11-24 Joel Brobecker <brobecker@adacore.com>
5891
5892 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
5893 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
5894 when hitting an exception catchpoint.
5895
7c3c1aa8
YQ
58962017-11-22 Yao Qi <yao.qi@linaro.org>
5897
5898 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
5899
41bd68f5
SM
59002017-11-22 Simon Marchi <simon.marchi@ericsson.com>
5901
5902 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
5903 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
5904 * gdb.dwarf2/info-locals-optimized-out.c: New file.
5905
1daad298
YQ
59062017-11-22 Yao Qi <yao.qi@linaro.org>
5907
5908 * gdb.base/info-os.exp: Pass pthreads.
5909 * gdb.multi/multi-attach.exp: Likewise.
5910
88465e87
YQ
59112017-11-22 Yao Qi <yao.qi@linaro.org>
5912
5913 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
5914 compiler.
5915
dc196b23
YQ
59162017-11-22 Yao Qi <yao.qi@linaro.org>
5917
5918 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
5919 * gdb.base/break-interp.exp: Likewise.
5920 * gdb.base/jit-attach-pie.exp: Likewise.
5921
2400729e
UW
59222017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5923
5924 * gdb.base/float128.c (large128): New variable.
5925 * gdb.base/float128.exp: Add test to print largest __float128 value.
5926
7a26362d
UW
59272017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5928
5929 * gdb.arch/vsx-regs.exp: Update register content checks.
5930
ed0f4273
UW
59312017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
5932
5933 * gdb.arch/ppc-longdouble.exp: New file.
5934 * gdb.arch/ppc-longdouble.c: Likewise.
5935
a25d69c6
PA
59362017-11-21 Pedro Alves <palves@redhat.com>
5937
5938 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
5939
73fcf641
PA
59402017-11-20 Pedro Alves <palves@redhat.com>
5941
5942 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
5943 (long_double_typedef): New typedefs.
5944 Use DEF on double and long double.
5945 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
5946 cases.
5947 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
5948 and 'long_double_ptr_same_size' locals. Use them to decide
5949 whether cast from array/function to float is valid/invalid.
5950
71a3c369
TT
59512017-11-17 Tom Tromey <tom@tromey.com>
5952
5953 * gdb.rust/traits.rs: New file.
5954 * gdb.rust/traits.exp: New file.
5955
ced9779b
JB
59562017-11-17 Joel Brobecker <brobecker@adacore.com>
5957
5958 * gdb.ada/minsyms: New testcase.
5959
a0922d80
PA
59602017-11-16 Pedro Alves <palves@redhat.com>
5961
5962 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
5963 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
5964
ea04e54c
PA
59652017-11-16 Pedro Alves <palves@redhat.com>
5966
5967 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
5968 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
5969
e849ea89
PA
59702017-11-16 Pedro Alves <palves@redhat.com>
5971
5972 * gdb.server/reconnect-ctrl-c.c: New file.
5973 * gdb.server/reconnect-ctrl-c.exp: New file.
5974
d8ae99a7
PM
59752017-11-16 Phil Muldoon <pmuldoon@redhat.com>
5976
5977 * gdb.python/py-rbreak.exp: New file.
5978 * gdb.python/py-rbreak.c: New file.
5979 * gdb.python/py-rbreak-func2.c: New file.
5980
968a13f8
PA
59812017-11-16 Pedro Alves <palves@redhat.com>
5982
5983 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
5984 pattern.
5985 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
5986 GDB.
5987
71774bc9
SM
59882017-11-15 Simon Marchi <simon.marchi@ericsson.com>
5989
5990 * gdb.tui/completionn.exp (test_tab_completion): Add space in
5991 regex.
5992
ddbb44cf
SM
59932017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
5994
5995 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
5996 test names.
5997
584a564f
PA
59982017-11-09 Pedro Alves <palves@redhat.com>
5999
6000 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
6001 factored out from ...
6002 (top level): ... here, and adjusted to avoid expecting beyond the
6003 prompt in a single gdb_test_multiple.
6004
5ed7a928
PA
60052017-11-09 Pedro Alves <palves@redhat.com>
6006
6007 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
6008 output.
6009 * gdb.server/ext-attach.exp ("kill" test): Likewise.
6010 * gdb.server/ext-restart.exp ("kill" test): Likewise.
6011 * gdb.server/ext-run.exp ("kill" test): Likewise.
6012 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
6013
a60e0738
PA
60142017-11-09 Pedro Alves <palves@redhat.com>
6015
6016 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
6017 match till end of line.
6018
2c88253f
PA
60192017-11-09 Pedro Alves <palves@redhat.com>
6020
6021 * gdb.base/memattr.exp: Tighten regexes to match the end line.
6022
c7a38517
PA
60232017-11-09 Pedro Alves <palves@redhat.com>
6024
6025 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
6026 New procedures, factored out from ...
6027 (top level): ... here, and adjusted to avoid expecting beyond the
6028 prompt in one go.
6029
f29f4b6b
PA
60302017-11-09 Pedro Alves <palves@redhat.com>
6031
6032 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
6033 output. Fix '?' match.
6034
286acbb5
JB
60352017-11-08 Joel Brobecker <brobecker@adacore.com>
6036
6037 * gdb.ada/scoped_watch: New testcase.
6038 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
6039 which is actually correct.
6040 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
6041 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
6042
62d7ae92
PA
60432017-11-08 Pedro Alves <palves@redhat.com>
6044
6045 * gdb.gdb/complaints.exp (test_initial_complaints)
6046 (test_serial_complaints, test_short_complaints): Call
6047 complaint_internal instead of complaint.
6048
280ca31f
DT
60492017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
6050
6051 * gdb.threads/tls-core.c: New file.
6052 * gdb.threads/tls-core.exp: Likewise.
6053
b5ec771e
PA
60542017-11-08 Pedro Alves <palves@redhat.com>
6055
6056 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
6057 (p Exported_Capitalized): New test.
6058 (p exported_capitalized): New test.
6059
a02b41a7
PA
60602017-11-07 Pedro Alves <palves@redhat.com>
6061
6062 * gdb.cp/ena-dis-br-range.exp: Add more tests.
6063
95e95a6d
PA
60642017-11-07 Pedro Alves <palves@redhat.com>
6065
6066 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
6067 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
6068 (disable_invalid, disable_inverted, disable_negative): New
6069 procedures.
6070 ("bad numbers"): New set of tests.
6071
cee62dbd
PA
60722017-11-07 Pedro Alves <palves@redhat.com>
6073
6074 * gdb.cp/ena-dis-br-range.exp: Add tests.
6075
cc638e86
PA
60762017-11-07 Pedro Alves <palves@redhat.com>
6077
6078 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
6079
d0fe4701
XR
60802017-11-07 Xavier Roirand <roirand@adacore.com>
6081 Pedro Alves <palves@redhat.com>
6082
6083 * gdb.base/ena-dis-br.exp: Add reference to
6084 gdb.cp/ena-dis-br-range.exp.
6085 * gdb.cp/ena-dis-br-range.exp: New file.
6086 * gdb.cp/ena-dis-br-range.cc: New file.
6087
46f67f80
PA
60882017-11-06 Pedro Alves <palves@redhat.com>
6089
6090 * gdb.base/attach-non-pgrp-leader.c: New.
6091 * gdb.base/attach-non-pgrp-leader.exp: New.
6092
726e1356
PA
60932017-11-06 Pedro Alves <palves@redhat.com>
6094
6095 * configure.ac: No longer check for termio.h and sgtty.h.
6096 * configure: Regenerate.
6097 * remote-utils.c: Include termios.h instead of gdb_termios.h.
6098 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
6099 Remove termio and sgtty code.
6100
50ab6ace
YQ
61012017-11-03 Yao Qi <yao.qi@linaro.org>
6102
6103 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
6104 in GDB is disabled.
6105
8e68731c
YQ
61062017-11-03 Yao Qi <yao.qi@linaro.org>
6107
6108 * gdb.python/py-thrhandle.exp: Skip it if python is not
6109 enabled.
6110
3a87ae65
SM
61112017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
6112
6113 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
6114 as a breakpoint command.
6115
484d8d36
MD
61162017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
6117
6118 PR python/21213
6119 * gdb.python/py-infthread.exp: Test calling
6120 InferiorThread.inferior () multiple times in a row.
6121
4a27f119
KS
61222017-10-27 Keith Seitz <keiths@redhat.com>
6123
6124 * gdb.opt/inline-break.exp (break_info_1): New procedure.
6125 Test "info break" for every inlined function breakpoint.
6126
bb11dd58
YQ
61272017-10-27 Yao Qi <yao.qi@linaro.org>
6128
6129 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
6130
a43f3893
PF
61312017-10-26 Patrick Frants <osscontribute@gmail.com>
6132
6133 * gdb.cp/classes.exp (test_static_members): Test printing
6134 Outer::instance.
6135 * gdb.cp/classes.c (struct Inner, struct Outer): New.
6136 (Inner::instance, Outer::instance): New.
6137
792ccf00
PA
61382017-10-24 Pedro Alves <palves@redhat.com>
6139
6140 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
6141 extra console" test in two stages.
6142
eb2bfbad
PA
61432017-10-24 Pedro Alves <palves@redhat.com>
6144
6145 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
6146
1f75a651
PA
61472017-10-24 Pedro Alves <palves@redhat.com>
6148
6149 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
6150 loop.
6151
779990d9
PA
61522017-10-24 Pedro Alves <palves@redhat.com>
6153
6154 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
6155 $attempt" and "stoppedtry $stoppedtry" test prefixes.
6156
ad9b8f5d
PA
61572017-10-24 Pedro Alves <palves@redhat.com>
6158
6159 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
6160 parameter and handle it. Don't output read value in test name.
6161
fee6da6e
PA
61622017-10-24 Pedro Alves <palves@redhat.com>
6163
6164 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
6165 custom test name.
6166
10389c2c
PA
61672017-10-24 Pedro Alves <palves@redhat.com>
6168
6169 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
6170 include the unstable output directory name in the test's name.
6171 (initial_setup_simple) <'set args'>: Use custom test name.
6172
a80e65a9
PA
61732017-10-24 Pedro Alves <palves@redhat.com>
6174
6175 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
6176 with explicit test name.
6177
15763a09
PA
61782017-10-20 Pedro Alves <palves@redhat.com>
6179
6180 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
6181 'wait -i'. Use gdb_assert and remote_close.
6182
49a4ce2e
AB
61832017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
6184
6185 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
6186 number from variable rather than hard-coded.
6187
a75868f5
PA
61882017-10-19 Pedro Alves <palves@redhat.com>
6189
6190 * gdb.base/long-inferior-output.c: New file.
6191 * gdb.base/long-inferior-output.exp: New file.
6192
c8ba13ad
KS
61932017-11-18 Keith Seitz <keiths@redhat.com>
6194
6195 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
6196 method.
6197 (main): Call it.
6198 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
6199 Add additional user-defined conversion operator tests.
6200
b27de576
PA
62012017-10-17 Pedro Alves <palves@redhat.com>
6202
6203 * boards/native-stdio-gdbserver.exp: Load "local-board".
6204
8484c955
PA
62052017-10-17 Pedro Alves <palves@redhat.com>
6206
6207 * gdb.base/quit-live.c: New file.
6208 * gdb.base/quit-live.exp: New file.
6209
83d5a34d
KS
62102017-10-16 Keith Seitz <keiths@redhat.com>
6211
6212 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
6213 (class_with_protected_typedef, class_with_private_typedef)
6214 (struct_with_public_typedef, struct_with_protected_typedef)
6215 (struct_with_private_typedef): New classes/structs.
6216 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
6217 typedefs and access specifiers.
6218
739b3f1d
PA
62192017-10-16 Pedro Alves <palves@redhat.com>
6220 Simon Marchi <simon.marchi@polymtl.ca>
6221
6222 * README (Local vs Remote vs Native): New section.
6223 * boards/local-board.exp: New file, with bits factored out from
6224 ...
6225 * boards/native-extended-gdbserver.exp: ... here. Load
6226 "local-board".
6227 * boards/native-gdbserver.exp: Load "local-board".
6228 (${board}_spawn, ${board}_exec): Delete.
6229 * boards/native-stdio-gdbserver.exp: Most contents factored out to
6230 ...
6231 * boards/stdio-gdbserver-base.exp: ... this new file.
6232 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
6233 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
6234 procedure.
6235 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
6236 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
6237 stdio_gdbserver_command.
6238 (${board}_get_remote_address, ${board}_get_comm_port)
6239 (${board}_download, ${board}_upload): Delete.
6240 (get_target_remote_pipe_cmd): New.
6241
fe68b953
SM
62422017-10-16 Simon Marchi <simon.marchi@ericsson.com>
6243
6244 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
6245 test_bkpt_deletion, test_bkpt_cond_and_cmds,
6246 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
6247 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
6248 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
6249 remove with_test_prefix.
6250
300b6685
PA
62512017-10-13 Pedro Alves <palves@redhat.com>
6252
6253 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
6254 * gdb.base/annota1.exp: Use it instead of is_remote.
6255 * gdb.base/annota3.exp: Use it instead of is_remote.
6256 * gdb.cp/annota2.exp: Use it instead of is_remote.
6257 * gdb.cp/annota3.exp: Use it instead of is_remote.
6258 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
6259
50500caf
PA
62602017-10-13 Pedro Alves <palves@redhat.com>
6261
6262 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
6263 (test_num_test_vars, run_and_count_vars, find_env)
6264 (test_set_unset_env, test_inherit_env_var): New procedures.
6265 (top level): Use them.
6266
dad0c6d2
PA
62672017-10-13 Pedro Alves <palves@redhat.com>
6268
6269 * lib/selftest-support.exp (selftest_setup): Extend comments, and
6270 also skip on stub-like targets.
6271
8b0553c1
PA
62722017-10-13 Pedro Alves <palves@redhat.com>
6273
6274 PR gdb/22293
6275 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
6276 (top level): Move some tests to ...
6277 (test_not_found): ... this new procedure.
6278 (top level): Call it.
6279
7594f623
PA
62802017-10-13 Pedro Alves <palves@redhat.com>
6281
6282 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
6283 expect different "info terminal" output if testing with a
6284 non-native target.
6285
ebe3b402
PA
62862017-10-13 Pedro Alves <palves@redhat.com>
6287 Simon Marchi <simon.marchi@polymtl.ca>
6288
6289 PR python/12966
6290 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
6291
42f1b161
PA
62922017-10-13 Pedro Alves <palves@redhat.com>
6293
6294 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
6295 already.
6296
8d6ef72b
PA
62972017-10-13 Pedro Alves <palves@redhat.com>
6298
6299 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
6300 is_remote.
6301
d7bcd5b8
PA
63022017-10-13 Pedro Alves <palves@redhat.com>
6303
6304 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
6305 is_remote.
6306
df479dc6
PA
63072017-10-13 Pedro Alves <palves@redhat.com>
6308
6309 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
6310 is set.
6311 (corefile_test_attach): Likewise. Check can_spawn_for_attach
6312 instead of is_remote.
6313
23fb630a
PA
63142017-10-13 Pedro Alves <palves@redhat.com>
6315
6316 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
6317 (top level): Add comment.
6318
cc77b1dc
PA
63192017-10-13 Pedro Alves <palves@redhat.com>
6320
6321 * gdb.base/remote.exp (top level): Fix comment typo and add
6322 missing return.
6323
27c9e813
PA
63242017-10-13 Pedro Alves <palves@redhat.com>
6325 Simon Marchi <simon.marchi@polymtl.ca>
6326
6327 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
6328 calls and add comments. Skip test if use_gdb_stub is set.
6329 (top level): Use "set cwd" command instead of "cd" command.
6330
5e830d98
PA
63312017-10-13 Pedro Alves <palves@redhat.com>
6332
6333 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
6334 is_remote target check.
6335
f5ca0032
PA
63362017-10-13 Pedro Alves <palves@redhat.com>
6337
6338 * gdb.base/scope.exp: Use build_executable + clean_restart +
6339 gdb_file_cmd instead of prepare_for_testing and no longer skip
6340 "before run" tests on is_remote target boards. Update comments.
6341 * boards/native-extended-gdbserver.exp
6342 (extended_gdbserver_load_last_file): New, factored out from ...
6343 (gdb_load): ... this. Move further below and add comment.
6344 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
6345
8aed1c0d
PA
63462017-10-12 Pedro Alves <palves@redhat.com>
6347
6348 * gdb.base/attach.exp: Remove references to gdb64.
6349 * gdb.base/dbx.exp: Remove references to gdb64.
6350
cfa34c87
SM
63512017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
6352 Pedro Alves <palves@redhat.com>
6353
6354 * gdb.base/label.exp: Remove is_remote target check.
6355
9192b7de
PA
63562017-10-12 Pedro Alves <palves@redhat.com>
6357
6358 * gdb.base/auvx.exp (coredir): Update comment.
6359 (top level) <core_works>: Use "set cwd" command instead of "cd"
6360 command.
6361
6bf0052d
PA
63622017-10-12 Pedro Alves <palves@redhat.com>
6363 Simon Marchi <simon.marchi@polymtl.ca>
6364
6365 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
6366 target boards.
6367
e48ef82d
PA
63682017-10-12 Pedro Alves <palves@redhat.com>
6369 Simon Marchi <simon.marchi@polymtl.ca>
6370
6371 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
6372 Instead skip if there's any gdb_protocol set.
6373
8d7aea57
SM
63742017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
6375 Pedro Alves <palves@redhat.com>
6376
6377 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
6378
30440677
PA
63792017-10-12 Pedro Alves <palves@redhat.com>
6380 Simon Marchi <simon.marchi@polymtl.ca>
6381
6382 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
6383 instead of on dejagnu remote boards.
6384
4e04f045 63852017-10-12 Pedro Alves <palves@redhat.com>
175654b9 6386 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
6387
6388 * gdb.base/inferior-died.exp: Remove is_remote and isnative
6389 checks. Use build_executable + clean_restart instead of
6390 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
6391 of enabling non-stop after starting gdb.
6392
871a186e
PA
63932017-10-12 Pedro Alves <palves@redhat.com>
6394
6395 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
6396 * gdb.threads/non-ldr-exc-2.exp: Ditto.
6397 * gdb.threads/non-ldr-exc-3.exp: Ditto.
6398 * gdb.threads/non-ldr-exc-4.exp: Ditto.
6399
56d704da
AK
64002017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
6401
6402 * gdb.arch/arc-tdesc-cpu.exp: New file.
6403 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
6404
2f20e312
SM
64052017-10-10 Simon Marchi <simon.marchi@ericsson.com>
6406
6407 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
6408
65630365
PA
64092017-10-10 Pedro Alves <palves@redhat.com>
6410
6411 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
6412 expect CLI output.
6413
bf469271
PA
64142017-10-10 Pedro Alves <palves@redhat.com>
6415
6416 * lib/selftest-support.exp (selftest_setup): Update for
6417 captured_command_loop's prototype change.
6418
777a42f1
PA
64192017-10-09 Pedro Alves <palves@redhat.com>
6420
6421 Test both arch1=>arch2 and arch2=>arch1.
6422
6423 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
6424 (srcfile2, binfile2, march1, march2): Remove globals. Largely
6425 factored out to...
6426 (append_arch1_options, append_arch2_options, append_arch_options)
6427 (build_executables): New procedures.
6428 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
6429 local.
6430 (top level): Add new 'first_arch' testing axis.
6431
cbd2b4e3
PA
64322017-10-09 Pedro Alves <palves@redhat.com>
6433
6434 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
6435 (barrier): New.
6436 (thread_start, all_started): New functions.
6437 (main): Spawn new thread and wait until it is scheduled.
6438 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
6439 option.
6440 (do_test): Add 'selected_thread' parameter. Run to all_started
6441 instead of main. Explicitly set the breakpoint at main. Switch
6442 to the SELECTED_THREAD thread.
6443 (top level): Test handling the exec event with either the main
6444 thread or the second thread selected.
6445
5c9e4427
PA
64462017-10-09 Pedro Alves <palves@redhat.com>
6447
6448 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
6449 logic. Move STOP marker after the value checks.
6450 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
6451 regexp.
6452
b3b7c423
SL
64532017-10-06 Sandra Loosemore <sandra@codesourcery.com>
6454
6455 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
6456
3b4b2f16
UW
64572017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
6458
6459 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
6460 integer-to-dfp conversion.
6461 * gdb.base/dfp-test.exp: Likewise.
6462
5cd63fda
PA
64632017-10-04 Pedro Alves <palves@redhat.com>
6464
6465 * gdb.multi/hangout.c: Include <unistd.h>.
6466 (hangout_loop): New function.
6467 (main): Call alarm. Call hangout_loop in a loop.
6468 * gdb.multi/hello.c: Include <unistd.h>.
6469 (hello_loop): New function.
6470 (main): Call alarm. Call hangout_loop in a loop.
6471 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
6472 inferior with the other selected.
6473
4c71c105
SM
64742017-10-04 Simon Marchi <simon.marchi@ericsson.com>
6475
6476 * gdb.mi/list-thread-groups-available.exp: New file.
6477 * gdb.mi/list-thread-groups-available.c: New file.
6478
bc3b087d
SDJ
64792017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
6480
6481 * gdb.base/set-cwd.exp: Make it available on
6482 native-extended-gdbserver.
6483
d092c5a2
SDJ
64842017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
6485
6486 * gdb.base/set-cwd.c: New file.
6487 * gdb.base/set-cwd.exp: Likewise.
6488
45320ffa
TT
64892017-10-02 Tom Tromey <tom@tromey.com>
6490
6491 PR rust/22236:
6492 * gdb.rust/simple.rs (main): New variable "fslice".
6493 * gdb.rust/simple.exp: Add slice tests. Update string tests.
6494
b3e3859b
TT
64952017-10-02 Tom Tromey <tom@tromey.com>
6496
6497 * gdb.rust/simple.exp: Test ptype of a slice.
6498
01af5e0d
TT
64992017-10-02 Tom Tromey <tom@tromey.com>
6500
6501 * gdb.rust/simple.exp: Test index of slice.
6502
a9bbfbd8
TT
65032017-09-27 Tom Tromey <tom@tromey.com>
6504
6505 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
6506
df8899e5
TP
65072017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
6508 Pedro Alves <palves@redhat.com>
6509
6510 * gdb.base/compare-sections.exp (get value of read-only section): Read
6511 as unsigned value.
6512 (corrupt read-only section): Likewise and don't set written if patching
6513 failed.
6514
757bf54b
KB
65152017-09-21 Kevin Buettner <kevinb@redhat.com>
6516
6517 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
6518 files.
6519
06871ae8
PA
65202017-09-20 Pedro Alves <palves@redhat.com>
6521
6522 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
6523 symbol names in gdb's output.
6524 * gdb.cp/overload.exp ("list all overloads"): Likewise.
6525
e5f25bc5
PA
65262017-09-20 Pedro Alves <palves@redhat.com>
6527
6528 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
6529 Rename to ...
6530 (test_list_ambiguous_symbol): ... this and add a symbol name
6531 parameter. Adjust.
6532 (test_list_ambiguous_function): Reimplement on top of
6533 test_list_ambiguous_symbol and also test listing ambiguous
6534 variables.
6535 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
6536 (ambiguous_fun): ... this.
6537 (ambiguous_var): New.
6538 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
6539 (ambiguous_fun): ... this.
6540 (ambiguous_var): New.
6541
4e5a4f58
JB
65422017-09-19 John Baldwin <jhb@FreeBSD.org>
6543
6544 * gdb.base/starti.c: New file.
6545 * gdb.base/starti.exp: New file.
6546 * lib/gdb.exp (gdb_starti_cmd): New procedure.
6547
26e53f3e
PA
65482017-09-14 Pedro Alves <palves@redhat.com>
6549
6550 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
6551 (top level): Use it instead of runto.
6552
cb791d59
TT
65532017-09-11 Tom Tromey <tom@tromey.com>
6554
6555 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
6556
7c96f8c1
TT
65572017-09-11 Tom Tromey <tom@tromey.com>
6558
6559 * gdb.python/py-infthread.exp: Add tests for new_thread event.
6560 * gdb.python/py-inferior.exp: Add tests for new inferior events.
6561
469412dd
CW
65622017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
6563
6564 * gdb.fortran/printing-types.exp: New file.
6565 * gdb.fortran/printing-types.exp: New file.
6566
e0f86435
BH
65672017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
6568
6569 * gdb.fortran/vla-ptype.exp: Fix typos.
6570 * gdb.fortran/vla-value.exp: Same.
6571
9e9af4be
BH
65722017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
6573
6574 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
6575 * gdb.mi/mi-var-child-f.exp: Likewise.
6576 * gdb.mi/mi-vla-fortran.exp: Likewise.
6577
a5ad232b 65782017-09-08 Frank Penczek <frank.penczek@intel.com>
e79be6e5
SM
6579 Christoph Weinmann <christoph.t.weinmann@intel.com>
6580 Bernhard Heckel <bernhard.heckel@intel.com>
a5ad232b
FP
6581
6582 * gdb.fortran/ptr-indentation.f90: New file.
6583 * gdb.fortran/ptr-indentation.exp: New file.
6584
5aec60eb
TT
65852017-09-05 Tom Tromey <tom@tromey.com>
6586
6587 PR gdb/22010:
6588 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
6589
8f8f8152
TP
65902017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
6591
6592 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
6593
fbd1b771
JK
65942017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6595
6596 * gdb.threads/tls-nodebug-pie.c: New file.
6597 * gdb.threads/tls-nodebug-pie.exp: New file.
6598
5eb5f850
TT
65992017-09-05 Tom Tromey <tom@tromey.com>
6600
6601 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
6602 for rust.
6603
ae780a21
SM
66042017-09-05 Simon Marchi <simon.marchi@ericsson.com>
6605
6606 * gdb.multi/multi-arch-exec.exp: Test with different
6607 "follow-exec-mode" settings.
6608 (do_test): New procedure.
6609
3693fdb3
PA
66102017-09-04 Pedro Alves <palves@redhat.com>
6611
6612 * gdb.base/func-static.c (S::method const, S::method volatile)
6613 (S::method volatile const): New methods.
6614 (c_s, v_s, cv_s): New instances.
6615 (main): Call method() on them.
6616 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
6617 (cannot_resolve): New procedure.
6618 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
6619 print-quote-unquoted columns.
6620 (do_test): Test printing each scope too.
6621
e68cb8e0
PA
66222017-09-04 Pedro Alves <palves@redhat.com>
6623
6624 * gdb.base/local-static.exp: Also test with
6625 class::method::variable wholly quoted.
6626 * gdb.cp/m-static.exp (class::method::variable): Remove test.
6627
858be34c
PA
66282017-09-04 Pedro Alves <palves@redhat.com>
6629
6630 * gdb.base/local-static.c: New.
6631 * gdb.base/local-static.cc: New.
6632 * gdb.base/local-static.exp: New.
6633
46a4882b
PA
66342017-09-04 Pedro Alves <palves@redhat.com>
6635
6636 * gdb.asm/asm-source.exp: Add casts to int.
6637 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
6638 (dataglobal64_1, dataglobal64_2): New globals.
6639 * gdb.base/nodebug.exp: Test different expressions involving the
6640 new globals, with print, whatis and ptype. Add casts to int.
6641 * gdb.base/solib-display.exp: Add casts to int.
6642 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
6643 * gdb.cp/m-static.exp: Add cast to int.
6644 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
6645 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
6646 tls variable with no debug info without a cast. Test with a cast
6647 to int too.
6648 * gdb.trace/entry-values.exp: Add casts.
6649
2c5a2be1
PA
66502017-09-04 Pedro Alves <palves@redhat.com>
6651
6652 * gdb.base/nodebug.exp: Test that ptype's error about functions
6653 with unknown return type includes the function name too.
6654
7022349d
PA
66552017-09-04 Pedro Alves <palves@redhat.com>
6656
6657 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
6658 return type of munmap in infcall.
6659 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
6660 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
6661 type of ftell in infcall.
6662 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
6663 type of getpid in infcall.
6664 * gdb.base/infcall-exec.exp: Cast return type of execlp in
6665 infcall.
6666 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
6667 Bail on failure to extract the pid.
6668 * gdb.base/nodebug.c: #include <stdint.h>.
6669 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
6670 New functions.
6671 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
6672 Change expected output of print/whatis/ptype with functions with
6673 no debug info. Test all supported languages. Call
6674 test_call_promotion.
6675 * gdb.compile/compile.exp: Adjust expected output to expect
6676 warning.
6677 * gdb.threads/siginfo-threads.exp: Likewise.
6678
54990598
PA
66792017-09-04 Pedro Alves <palves@redhat.com>
6680
6681 * gdb.base/callfuncs.exp (do_function_calls): New parameter
6682 "prototypes". Test calling float functions via prototyped and
6683 unprototyped function pointers.
6684 (perform_all_tests): New parameter "prototypes". Pass it down.
6685 (top level): Pass down "prototypes" parameter to
6686 perform_all_tests.
6687
34d16ea2
SM
66882017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6689
6690 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
6691 Test with nested loops.
6692
9521ecda
SM
66932017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6694
6695 * gdb.base/commands.exp: Call the new procedures.
6696 (loop_break_test, loop_continue_test): New procedures.
6697
80a65e9b
SM
66982017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6699
6700 * gdb.base/commands.exp: Call new procedure.
6701 (define_if_without_arg_test): New procedure.
6702
e439fa14
PA
67032017-09-04 Pedro Alves <palves@redhat.com>
6704
6705 * gdb.base/list-ambiguous.exp: New file.
6706 * gdb.base/list-ambiguous0.c: New file.
6707 * gdb.base/list-ambiguous1.c: New file.
6708 * gdb.base/list.exp (test_list_range): Adjust expected output.
6709
0a2dde4a
SDJ
67102017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
6711
6712 * gdb.base/share-env-with-gdbserver.c: New file.
6713 * gdb.base/share-env-with-gdbserver.exp: Likewise.
6714
5e89eb3a
SM
67152017-08-28 Simon Marchi <simon.marchi@ericsson.com>
6716
6717 * gdb.base/commands.exp (gdbvar_simple_if_test,
6718 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
6719 progvar_simple_if_test, progvar_simple_while_test,
6720 progvar_complex_if_while_test, user_defined_command_test,
6721 user_defined_command_args_eval,
6722 user_defined_command_args_stack_test,
6723 user_defined_command_manyargs_test, bp_deleted_in_command_test,
6724 temporary_breakpoint_commands,
6725 gdb_test_no_prompt, redefine_hook_test,
6726 redefine_backtrace_test): Remove "global gdb_prompt".
6727
fd437cbc
SM
67282017-08-28 Simon Marchi <simon.marchi@ericsson.com>
6729
6730 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
6731 New proc, call it from toplevel.
6732
87215ad1
SDJ
67332017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
6734
6735 PR remote/21852
6736 * gdb.server/normal.c: New file, copied from gdb.base.
6737 * gdb.server/run-without-local-binary.exp: New file.
6738
58afddc6
WP
67392017-08-07 Weimin Pan <weimin.pan@oracle.com>
6740
6741 * gdb.arch/sparc64-adi.exp: New file.
6742 * gdb.arch/sparc64-adi.c: New file.
6743
5277199a
PA
67442017-08-22 Pedro Alves <palves@redhat.com>
6745
6746 * gdb.cp/overload.exp (line_range_pattern): New procedure.
6747 (top level): Add "list all overloads" tests.
6748
14278e1f
TT
67492017-08-22 Tom Tromey <tom@tromey.com>
6750
6751 * gdb.gdb/xfullpath.exp: Remove.
6752
bf223d3e
PA
67532017-08-21 Pedro Alves <palves@redhat.com>
6754
6755 PR gdb/19487
6756 * gdb.base/symbol-alias.c: New.
6757 * gdb.base/symbol-alias2.c: New.
6758 * gdb.base/symbol-alias.exp: New.
6759
c973d0aa
PA
67602017-08-21 Pedro Alves <palves@redhat.com>
6761
6762 * gdb.base/dfp-test.c
6763 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
6764 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
6765 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
6766 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
6767 * gdb.base/whatis-ptype-typedefs.c: New.
6768 * gdb.base/whatis-ptype-typedefs.exp: New.
6769 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
6770 (an_int, an_int_type, an_int_type2): New globals.
6771 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
6772 involving typedefs and cast expressions.
6773 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
6774 (lookup_typedefs_function): New.
6775 (typedefs_pretty_printers_dict): New.
6776 (top level): Register lookup_typedefs_function in
6777 gdb.pretty_printers.
6778
6d580b63
YQ
67792017-08-18 Yao Qi <yao.qi@linaro.org>
6780
6781 * gdb.server/unittest.exp: New.
6782
206726fb
SDJ
67832017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
6784
6785 PR gdb/21954
6786 * gdb.base/environ.exp: Add test to check if 'unset environment'
6787 works.
6788
bf0ec4c2
AA
67892017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6790
6791 * lib/gdb.exp (universal_compile_options): New caching proc.
6792 (gdb_compile): Suppress GCC's coloring of messages.
6793
d6382fff
TT
67942017-08-14 Tom Tromey <tom@tromey.com>
6795
6796 PR gdb/21675:
6797 * gdb.base/printcmds.exp (test_radices): New function.
6798 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
6799 * gdb.base/sizeof.exp (check_valueof): Use p/d.
6800 * lib/gdb.exp (get_integer_valueof): Use p/d.
6801
c2c2dd9f
SM
68022017-08-12 Simon Marchi <simon.marchi@ericsson.com>
6803
6804 * lib/gdb.exp (get_valueof): Don't capture end-of-line
6805 characters.
6806
fdffd6f4
TT
68072017-08-05 Tom Tromey <tom@tromey.com>
6808
6809 * gdb.rust/simple.exp: Allow String to appear in a different
6810 namespace.
6811
27d41eac
YQ
68122017-07-26 Yao Qi <yao.qi@linaro.org>
6813
6814 * gdb.gdb/unittest.exp: Invoke command
6815 "maintenance check xml-descriptions".
6816
031ed05d
AA
68172017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6818
6819 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
6820 calling context.
6821 (hex128): Drop erroneous calculation of parameters.
6822
dcd27ddf
SM
68232017-07-22 Simon Marchi <simon.marchi@ericsson.com>
6824
6825 * gdb.python/py-unwind.exp: Disable stack protection when
6826 building test file.
6827
47e77640
PA
68282017-07-20 Pedro Alves <palves@redhat.com>
6829
6830 * gdb.base/default.exp (set language): Adjust expected output.
6831
62d2a18a
PA
68322017-07-20 Pedro Alves <palves@redhat.com>
6833
6834 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
6835 (test_minsym): ... this, and make static.
6836 (get_pck__foo__bar__minsym): Rename to ...
6837 (get_test_minsym): ... this.
6838 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
6839 symbol names and comments.
6840 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
6841 (get_test_minsym): ... this.
6842 (pck__foo__bar__minsym__2): Rename to ...
6843 (test_minsym): ... this.
6844 (main): Adjust.
6845
c45ec17c
PA
68462017-07-17 Pedro Alves <palves@redhat.com>
6847
6848 * gdb.base/completion.exp: Adjust expected output.
6849 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
6850 the completer works.
6851
c6756f62
PA
68522017-07-17 Pedro Alves <palves@redhat.com>
6853
6854 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
6855
5bd68487
AB
68562017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
6857
6858 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
6859
8880f2a9
TT
68602017-07-14 Tom Tromey <tom@tromey.com>
6861
6862 PR rust/21764:
6863 * gdb.rust/simple.exp: Add tests.
6864
65547233
TT
68652017-07-14 Tom Tromey <tom@tromey.com>
6866
6867 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
6868
8f14146e
PA
68692017-07-14 Pedro Alves <palves@redhat.com>
6870
6871 * gdb.linespec/base/one/thefile.cc (z1): New function.
6872 * gdb.linespec/base/two/thefile.cc (z2): New function.
6873 * gdb.linespec/linespec.exp: Add tests.
6874
b4365d02
AB
68752017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6876
6877 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
6878 to mi_create_breakpoint.
6879
5d2cbaa5
AB
68802017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6881
6882 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
6883 mi_create_breakpoint.
6884
11cb5716
IB
68852017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
6886
6887 * gdb.dlang/demangle.exp: Update for demangling changes.
6888
03278692
TT
68892017-07-09 Tom Tromey <tom@tromey.com>
6890
6891 * gdb.dwarf2/shortpiece.exp: New file.
6892
33c5cd75
DB
68932017-07-06 David Blaikie <dblaikie@gmail.com>
6894
6895 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
6896 built from fissiont-multi-cu{1,2}.c.
6897 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
6898 except putting 'main' and 'func' in separate CUs in the same DWO file.
6899 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
6900 test.
6901 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
6902 test.
6903
8455d262
PA
69042017-07-06 Pedro Alves <palves@redhat.com>
6905
6906 * gdb.python/py-unwind.exp: Test flushregs.
6907
dc4bde35
SDJ
69082017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6909
6910 PR cli/21688
6911 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
6912 tests for alias commands and trailing whitespace.
6913
51ed89aa
SDJ
69142017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6915
6916 PR cli/21688
6917 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
6918 procedure. Call it.
6919
eb17d413
PA
69202017-06-29 Pedro Alves <palves@redhat.com>
6921
6922 * gdb.base/printcmds.exp: Add tests.
6923
41664b45
DG
69242017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
6925
6926 PR gdb/21337
6927 * gdb.base/reread-readsym.exp: New file.
6928 * gdb.base/reread-readsym.c: New file.
6929
75312ae3
KB
69302017-06-21 Kevin Buettner <kevinb@redhat.com>
6931
6932 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
6933 subpattern.
6934
66953522
PB
69352017-06-19 Peter Bergner <bergner@vnet.ibm.com>
6936
6937 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
6938 extended mnemonic.
6939 * gdb.arch/powerpc-power9.s: Likewise.
6940
5524b525
AA
69412017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6942
6943 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
6944 on 32-bit x86 targets. Exploit is_*_target macros where
6945 appropriate.
6946
03c8af18
AA
69472017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6948
6949 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
6950 register pieces.
6951
3bf31011
AA
69522017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6953
6954 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
6955 located in one or more DWARF pieces.
6956
805acca0
AA
69572017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6958
6959 * lib/gdb.exp (get_endianness): New proc.
6960 * gdb.arch/aarch64-fp.exp: Use it.
6961 * gdb.arch/altivec-regs.exp: Likewise.
6962 * gdb.arch/e500-regs.exp: Likewise.
6963 * gdb.arch/vsx-regs.exp: Likewise.
6964 * gdb.base/dump.exp: Likewise.
6965 * gdb.base/funcargs.exp: Likewise.
6966 * gdb.base/gnu_vector.exp: Likewise.
6967 * gdb.dwarf2/formdata16.exp: Likewise.
6968 * gdb.dwarf2/implptrpiece.exp: Likewise.
6969 * gdb.dwarf2/nonvar-access.exp: Likewise.
6970 * gdb.python/py-inferior.exp: Likewise.
6971 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6972
e9352324
AA
69732017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6974
6975 PR gdb/21226
6976 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
6977 stack value pieces are taken from the LSB end.
6978
d5d1163e
AA
69792017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6980
6981 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
6982 variable at nonzero offset.
6983
0567c986
AA
69842017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6985
6986 * gdb.dwarf2/var-access.c: New file.
6987 * gdb.dwarf2/var-access.exp: New test.
6988 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
6989
973e9aab
TT
69902017-06-12 Tom Tromey <tom@tromey.com>
6991
6992 * gdb.dwarf2/formdata16.exp: Add tests.
6993
d9109c80
TT
69942017-06-12 Tom Tromey <tom@tromey.com>
6995
6996 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
6997
30a25466
TT
69982017-06-12 Tom Tromey <tom@tromey.com>
6999
7000 PR exp/16225:
7001 * gdb.reverse/i386-sse-reverse.exp: Update tests.
7002 * gdb.arch/vsx-regs.exp: Update tests.
7003 * gdb.arch/s390-vregs.exp (hex128): New proc.
7004 Update test.
7005 * gdb.arch/altivec-regs.exp: Update tests.
7006
aefd8b33
SDJ
70072017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
7008
7009 * gdb.base/startup-with-shell.c: New file.
7010 * gdb.base/startup-with-shell.exp: Likewise.
7011
2090129c
SDJ
70122017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
7013
7014 * gdb.server/non-existing-program.exp: Update regex in order to
7015 reflect the fact that gdbserver is now using fork_inferior (with a
7016 shell) to startup the inferior.
7017
8e86a419
SM
70182017-05-30 Simon Marchi <simon.marchi@ericsson.com>
7019
7020 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
7021 support function calls from GDB.
7022
e6cf65f2
TT
70232017-05-21 Tom Tromey <tom@tromey.com>
7024
7025 PR rust/21466:
7026 * gdb.rust/unsized.exp: New file.
7027 * gdb.rust/unsized.rs: New file.
7028
43cc5389
TT
70292017-05-19 Tom Tromey <tom@tromey.com>
7030
7031 PR rust/21484:
7032 * gdb.rust/watch.exp: New file.
7033 * gdb.rust/watch.rs: New file.
7034
ec8df234
TT
70352017-05-18 Tom Tromey <tom@tromey.com>
7036
7037 * gdb.rust/simple.exp: Allow Box to be qualified.
7038
3e3e7fae
TP
70392017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
7040
7041 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
7042
59cc050d
PA
70432017-05-18 Pedro Alves <palves@redhat.com>
7044
7045 * gdb.base/fileio.c (test_write, test_read, test_close)
7046 (test_fstat): Don't print 'ret' in the fail path.
7047
c8f6abd1
PA
70482017-05-18 Pedro Alves <palves@redhat.com>
7049
7050 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
7051 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
7052 (test_system, test_rename, test_unlink, test_time): Change
7053 prototypes.
7054 * gdb.base/fileio.exp (stop_msg): Adjust.
7055
d2a03b77
PA
70562017-05-18 Pedro Alves <palves@redhat.com>
7057
7058 * gdb.base/fileio.c (null_str): New global.
7059 (test_stat): Use it.
7060 * gdb.base/fileio.exp: Remove nowarnings.
7061
0d5c6999
YQ
70622017-05-17 Yao Qi <yao.qi@linaro.org>
7063
7064 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
7065
21873064
YQ
70662017-05-17 Simon Marchi <simon.marchi@ericsson.com>
7067
7068 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
7069 argument command.
7070 (top-level): Invoke test_set_inferior_tty.
7071
d512d31c
PA
70722017-05-04 Pedro Alves <palves@redhat.com>
7073
7074 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
7075 Add parens to print call for Python 3.
7076
90cef2ed
KS
70772017-05-03 Keith Seitz <keiths@redhat.com>
7078
7079 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
7080 (main): Call it.
7081
14f819c8
TW
70822017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7083
7084 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
7085 to prev and next.
7086
913aeadd
TW
70872017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7088
7089 * gdb.python/py-record-btrace.exp: Remove test for
7090 gdb.BtraceInstruction.error.
7091
a3be24ad
TW
70922017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7093
7094 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
7095
ae20e79a
TW
70962017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7097
7098 * gdb.python/py-record-btrace-threads.c: New file.
7099 * gdb.python/py-record-btrace-threads.exp: New file.
7100
45ce1b47
SDJ
71012017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
7102
7103 PR testsuite/8595
7104 * gdb.base/environ.exp: Make test available in all architectures.
7105 Move bits related to "info program" testing to
7106 gdb.base/info-program.exp. Rewrite tests to use the two new
7107 procedures mentione below.
7108 (test_set_show_env_var) New procedure.
7109 (test_set_show_env_var_equal): Likewise.
7110 * gdb.base/info-program.exp: New file.
7111
e15c3eb4
KS
71122017-04-27 Keith Seitz <keiths@redhat.com>
7113
7114 * gdb.cp/oranking.cc (test15): New function.
7115 (main): Call test15 and declare additional variables for testing.
7116 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
7117 "p foo101('abc')" tests.
7118 Add tests for cv qualifier overloads.
7119 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
7120 "lvalue reference overload" test.
7121 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
7122 "print value of f1 on Child&& in f2" test.
7123
3a3fd0fd
PA
71242017-04-19 Pedro Alves <palves@redhat.com>
7125
7126 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
7127 procedure.
7128 (top level): Call it.
7129 * lib/gdb.exp (gdb_define_cmd): New procedure.
7130
53375380
PA
71312017-04-12 Pedro Alves <palves@redhat.com>
7132
7133 PR gdb/21323
7134 * gdb.cp/wide_char_types.c: Include <wchar.h>.
7135 (wchar): New global.
7136 * gdb.cp/wide_char_types.exp (wide_char_types_program)
7137 (do_test_wide_char, wide_char_types_no_program, top level): Add
7138 wchar_t testing.
7139
53e710ac
PA
71402017-04-12 Pedro Alves <palves@redhat.com>
7141
7142 PR c++/21323
7143 * gdb.cp/wide_char_types.c: New file.
7144 * gdb.cp/wide_char_types.exp: New file.
7145
0ad9d8c7
SDJ
71462017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
7147
7148 PR gdb/21352
7149 * gdb.trace/tsv.exp: Add test for "tsave -r".
7150
b1b45502
IB
71512017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
7152
7153 * gdb.dlang/watch-loc.c: New file.
7154 * gdb.dlang/watch-loc.exp: New file.
7155
ec13808e
JK
71562017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7157
7158 * gdb.python/py-section-script.exp (sepdebug): New testcases.
7159
fe5f7374
AK
71602017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
7161
7162 * gdb.arch/arc-analyze-prologue.S: New file.
7163 * gdb.arch/arc-analyze-prologue.exp: Likewise.
7164
eea78757
AK
71652017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
7166
7167 * gdb.arch/arc-decode-insn.S: New file.
7168 * gdb.arch/arc-decode-insn.exp: Likewise.
7169
5badf10a
IR
71702017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
7171
7172 PR tdep/20928
7173 * gdb.arch/sparc64-regs.exp: New file.
7174 * gdb.arch/sparc64-regs.S: Likewise.
7175
cee59b3f
TW
71762017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
7177
7178 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
7179 and memory view on Python 3.
7180
c0f55cc6
AV
71812017-03-20 Artemiy Volkov <artemiyv@acm.org>
7182 Keith Seitz <keiths@redhat.com>
7183
7184 PR gdb/14441
7185 * gdb.cp/demangle.exp: Add rvalue reference tests.
7186 * gdb.cp/rvalue-ref-casts.cc: New file.
7187 * gdb.cp/rvalue-ref-casts.exp: New file.
7188 * gdb.cp/rvalue-ref-overload.cc: New file.
7189 * gdb.cp/rvalue-ref-overload.exp: New file.
7190 * gdb.cp/rvalue-ref-params.cc: New file.
7191 * gdb.cp/rvalue-ref-params.exp: New file.
7192 * gdb.cp/rvalue-ref-sizeof.cc: New file.
7193 * gdb.cp/rvalue-ref-sizeof.exp: New file.
7194 * gdb.cp/rvalue-ref-types.cc: New file.
7195 * gdb.cp/rvalue-ref-types.exp: New file.
7196 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
7197 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
7198
51457a05
MAL
71992017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
7200
7201 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
7202 New procedure.
7203
5b291c04
MAL
72042017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
7205
7206 * lib/mi-support.exp (mi_gdb_test): Add additional message
7207 for unexpected output.
7208
59a56148
AA
72092017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
7210
7211 * gdb.base/examine-backward.c (Barrier): New character array
7212 constant, to ensure that TestStrings is preceded by a string
7213 terminator.
7214
7942e96e
AA
72152017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7216
7217 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
7218 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
7219 and implicit pointer into such a location.
7220
6ebac3fb
DE
72212017-03-16 Doug Evans <dje@google.com>
7222
7223 * gdb.python/py-lazy-string (pointer): Really add new typedef.
7224
ec3b243d
TP
72252017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
7226
7227 * gdb.cp/m-static.exp: Fix expectation for prototype of
7228 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
7229
72302017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
7231
7232 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
7233 * gdb.guile/scm-lazy-string.c: New file.
7234 * gdb.guile/scm-value.exp: Move lazy string tests to ...
7235 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
7236 for pointer, array, typedef lazy strings.
7237
2cc36e25 72382017-03-16 Doug Evans <dje@google.com>
34b43320
DE
7239
7240 PR python/17728, python/18439, python/18779
7241 * gdb.python/py-value.c (main) Delete locals sptr, sn.
7242 * gdb.python/py-lazy-string.c (pointer): New typedef.
7243 (main): New locals ptr, array, typedef_ptr.
7244 * gdb.python/py-value.exp: Move lazy string tests to ...
7245 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
7246 array, typedef lazy strings.
ec3b243d 7247
0efcde63
AK
72482017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
7249
7250 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
7251 Add optional 'test' parameter.
7252
7978d7c3
SM
72532017-03-13 Simon Marchi <simon.marchi@ericsson.com>
7254
7255 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
7256 Skip for versions of DejaGnu < 1.5.
7257
896c0c1e
SM
72582017-03-13 Simon Marchi <simon.marchi@ericsson.com>
7259
7260 * lib/gdb.exp (dejagnu_version): New proc.
7261 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
7262 Use dejagnu_version.
7263
5f4d1085
KS
72642017-03-10 Keith Seitz <keiths@redhat.com>
7265
7266 PR c++/8128
7267 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
7268 type from destructor regexps.
7269 Add a branch which actually passes the test.
7270 Adjust "ptype t5i" test names.
7271
1de05205
PA
72722017-03-08 Pedro Alves <palves@redhat.com>
7273
7274 * gdb.base/step-over-exit.exp: Add explicit test message.
7275
c65d6b55
PA
72762017-03-08 Pedro Alves <palves@redhat.com>
7277
7278 PR gdb/18360
7279 * gdb.threads/interrupt-while-step-over.c: New file.
7280 * gdb.threads/interrupt-while-step-over.exp: New file.
7281
2e86a283
PA
72822017-03-08 Pedro Alves <palves@redhat.com>
7283
7284 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
7285 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
7286
25dcbff6
PA
72872017-03-08 Pedro Alves <palves@redhat.com>
7288
7289 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
7290 PKRU as not supported as a PASS.
7291
dc9366eb
PA
72922017-03-08 Pedro Alves <palves@redhat.com>
7293
7294 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
7295 prefix instead of $binfile1/$binfile2.
7296 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
7297 in test message.
7298 * gdb.python/py-completion.exp: Use "load python file" as test
7299 messages instead of unstable path names.
7300
6e5d74e7
PA
73012017-03-08 Pedro Alves <palves@redhat.com>
7302 Jan Kratochvil <jan.kratochvil@redhat.com>
7303
7304 PR cli/21218
7305 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
7306 New proc.
7307 (top level): Call it.
7308
9753a2f6
PA
73092017-03-08 Pedro Alves <palves@redhat.com>
7310
7311 PR tui/21216
7312 * gdb.tui/tui-nl-filtered-output.exp: New file.
7313
1a4dd9dd
PA
73142017-03-08 Pedro Alves <palves@redhat.com>
7315
7316 * gdb.base/completion.exp: Move TUI completion tests to ...
7317 * gdb.tui/completion.exp: ... this new file.
7318
7cbbff33
PA
73192017-03-08 Pedro Alves <palves@redhat.com>
7320
7321 * gdb.base/tui-disasm-long-lines.c,
7322 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
7323 gdb.base/tui-layout.exp: Move to ...
7324 * gdb.tui/: ... this new directory.
7325
5f6fd321
PA
73262017-03-07 Pedro Alves <palves@redhat.com>
7327
7328 * gdb.base/tui-layout.c: New file.
7329 * gdb.base/tui-layout.exp: New file.
7330
44959fa8
PA
73312017-03-07 Pedro Alves <palves@redhat.com>
7332
7333 * gdb.base/tui-layout.c: Rename to ...
7334 * gdb.base/tui-disasm-long-lines.c: ... this.
7335 * gdb.base/tui-layout.exp: Rename to ...
7336 * gdb.base/tui-disasm-long-lines.exp: ... this.
7337
f8c4e718
PA
73382017-03-07 Pedro Alves <palves@redhat.com>
7339
7340 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
7341
6dbb839a 73422017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
7343
7344 * i386-mpx-call.c: New file.
7345 * i386-mpx-call.exp: New file.
7346
65b48a81
PB
73472017-02-28 Peter Bergner <bergner@vnet.ibm.com>
7348
7349 * gdb.arch/powerpc-power.exp: Delete test.
7350 * gdb.arch/powerpc-power.s: Likewise.
7351 * gdb.disasm/disassembler-options.exp: New test.
7352 * gdb.arch/powerpc-altivec.exp: Likewise.
7353 * gdb.arch/powerpc-altivec.s: Likewise.
7354 * gdb.arch/powerpc-altivec2.exp: Likewise.
7355 * gdb.arch/powerpc-altivec2.s: Likewise.
7356 * gdb.arch/powerpc-altivec3.exp: Likewise.
7357 * gdb.arch/powerpc-altivec3.s: Likewise.
7358 * gdb.arch/powerpc-power7.exp: Likewise.
7359 * gdb.arch/powerpc-power7.s: Likewise.
7360 * gdb.arch/powerpc-power8.exp: Likewise.
7361 * gdb.arch/powerpc-power8.s: Likewise.
7362 * gdb.arch/powerpc-power9.exp: Likewise.
7363 * gdb.arch/powerpc-power9.s: Likewise.
7364 * gdb.arch/powerpc-vsx.exp: Likewise.
7365 * gdb.arch/powerpc-vsx.s: Likewise.
7366 * gdb.arch/powerpc-vsx2.exp: Likewise.
7367 * gdb.arch/powerpc-vsx2.s: Likewise.
7368 * gdb.arch/powerpc-vsx3.exp: Likewise.
7369 * gdb.arch/powerpc-vsx3.s: Likewise.
7370 * gdb.arch/arm-disassembler-options.exp: Likewise.
7371 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
7372 * gdb.arch/s390-disassembler-options.exp: Likewise.
7373
17cd4947
LM
73742017-02-23 Luis Machado <lgustavo@codesourcery.com>
7375
7376 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
7377 (check_supported_features): ... this. Changed return type to void.
7378 (supports_rdseed): New static global.
7379 (rdseed): Check supports_rdseed.
7380 (initialize): Call check_supported_features.
7381
2039d74e
EBM
73822017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7383
7384 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
7385 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
7386 and lqarx/stqcx.
7387 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
7388 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
7389
a51d7ecf
EBM
73902017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7391
7392 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
7393 uppercase.
7394
0224619f
JK
73952017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7396
7397 * gdb.dwarf2/formdata16.c: New file.
7398 * gdb.dwarf2/formdata16.exp: New file.
7399 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
7400
216f72a1
JK
74012017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7402
7403 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
7404 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
7405 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
7406 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
7407 DW_AT_GNU_*.
7408
43988095
JK
74092017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7410
7411 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
7412
99e8a4f9
SDJ
74132017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
7414
7415 PR gdb/21164
7416 * gdb.base/maint.exp: Add testcases for when the commands do
7417 not have arguments.
7418
b58a8c0c
TP
74192017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
7420
7421 * gdb.cp/chained-calls.exp: Use p instead of P.
7422
4e746bb6
TW
74232017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
7424
7425 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
7426 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
7427
3f77c769
TT
74282017-02-14 Tom Tromey <tom@tromey.com>
7429
7430 PR python/13598:
7431 * gdb.python/py-events.exp: Add before_prompt event tests.
7432
075beec0
AA
74332017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7434
7435 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
7436
bf5f525c
LM
74372017-02-13 Luis Machado <lgustavo@codesourcery.com>
7438
7439 * gdb.linespec/explicit.c (my_unique_function_name): New function.
7440 (main): Call my_unique_function_name.
7441 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
7442 completion of patterns with a single match.
7443 Add missing -re switches to gdb_test_multiple calls.
7444
13a66184
LM
74452017-02-13 Luis Machado <lgustavo@codesourcery.com>
7446
7447 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
7448 return if core file is not recognized.
7449
26a06916
SM
74502017-02-10 Simon Marchi <simon.marchi@ericsson.com>
7451
7452 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
7453 and extra UIs.
7454
b761ca9e
SM
74552017-02-10 Simon Marchi <simon.marchi@ericsson.com>
7456
7457 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
7458 proc_with_prefix.
7459
b964bee0
TT
74602017-02-10 Tom Tromey <tom@tromey.com>
7461
7462 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
7463
18da0c51
MG
74642017-02-10 Martin Galvan <martingalvan@sourceware.org>
7465
7466 PR gdb/21122
7467 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
7468
604c4576
JG
74692017-02-08 Jerome Guitton <guitton@adacore.com>
7470
7471 * gdb.base/define.exp: Add test for command abbreviations
7472 in define.
7473
20b477a7
LM
74742017-02-06 Luis Machado <lgustavo@codesourcery.com>
7475
7476 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
7477 * gdb.reverse/insn-reverse-x86.c: New file.
7478
3f7b46f2
IR
74792017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
7480
7481 PR tdep/20936
7482 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
7483
f0fd41c1
TT
74842017-02-03 Tom Tromey <tom@tromey.com>
7485
7486 PR rust/21097:
7487 * gdb.rust/simple.exp: Add new tests.
7488
5be5dbf0
PA
74892017-02-02 Pedro Alves <palves@redhat.com>
7490
7491 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
7492 tests.
7493
7346ef59
AA
74942017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
7495
7496 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
7497 taking a 2-byte value out of a 4-byte DWARF implicit value on
7498 big-endian targets.
7499 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
7500 logic. Add test cases for DW_OP_implicit.
7501
787f0025
MM
75022017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7503
7504 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
7505
68777c29
MM
75062017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7507
7508 * gdb.btrace/enable.exp: Call gdb_exit before
7509 skip_gdbserver_tests.
7510
0a1c7e28
MM
75112017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7512
7513 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
7514 GDBFLAGS.
7515
b5ac99b0
MM
75162017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7517
7518 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
7519 the test is skipped.
7520 * gdb.btrace/data.exp: Likewise.
7521 * gdb.btrace/delta.exp: Likewise.
7522 * gdb.btrace/dlopen.exp: Likewise.
7523 * gdb.btrace/enable-running.exp: Likewise.
7524 * gdb.btrace/enable.exp: Likewise.
7525 * gdb.btrace/exception.exp: Likewise.
7526 * gdb.btrace/function_call_history.exp: Likewise.
7527 * gdb.btrace/gcore.exp: Likewise.
7528 * gdb.btrace/instruction_history.exp: Likewise.
7529 * gdb.btrace/multi-thread-step.exp: Likewise.
7530 * gdb.btrace/nohist.exp: Likewise.
7531 * gdb.btrace/non-stop.exp: Likewise.
7532 * gdb.btrace/reconnect.exp: Likewise.
7533 * gdb.btrace/record_goto-step.exp: Likewise.
7534 * gdb.btrace/record_goto.exp: Likewise.
7535 * gdb.btrace/rn-dl-bind.exp: Likewise.
7536 * gdb.btrace/segv.exp: Likewise.
7537 * gdb.btrace/step.exp: Likewise.
7538 * gdb.btrace/stepi.exp: Likewise.
7539 * gdb.btrace/tailcall-only.exp: Likewise.
7540 * gdb.btrace/tailcall.exp: Likewise.
7541 * gdb.btrace/tsx.exp: Likewise.
7542 * gdb.btrace/unknown_functions.exp: Likewise.
7543 * gdb.btrace/vdso.exp: Likewise.
7544
cd4007e4
MM
75452017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7546
7547 * gdb.btrace/enable-running.c: New.
7548 * gdb.btrace/enable-running.exp: New.
7549
2735833d
WT
75502017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
7551
7552 * gdb.arch/amd64-gs_base.c: New file.
7553 * gdb.arch/amd64-gs_base.exp: New file.
7554
b51e1e94
LM
75552017-01-26 Luis Machado <lgustavo@codesourcery.com>
7556
7557 * lib/memory.exp: Remove spurious empty newlines.
7558
72ca0410
SM
75592017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
7560
7561 * gdb.python/py-bad-printers.exp: Load python file using "source".
7562 * gdb.python/py-events.exp: Likewise.
7563 * gdb.python/py-evsignal.exp: Likewise.
7564 * gdb.python/py-evthreads.exp: Likewise.
7565 * gdb.python/py-frame-args.exp: Likewise.
7566 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
7567 * gdb.python/py-framefilter-mi.exp: Likewise.
7568 * gdb.python/py-framefilter.exp: Likewise.
7569 * gdb.python/py-mi.exp: Likewise.
7570 * gdb.python/py-pp-maint.exp: Likewise.
7571 * gdb.python/py-pp-registration.exp: Likewise.
7572 * gdb.python/py-prettyprint.exp: Likewise.
7573 (run_lang_tests): Likewise.
7574 * gdb.python/py-typeprint.exp: Likewise.
7575
e309aa65
LM
75762017-01-26 Luis Machado <lgustavo@codesourcery.com>
7577
7578 * lib/memory.exp: New file.
7579 * lib/gdb.exp: Load memory.exp.
7580 * gdb.base/memattr.exp (delete_memory): Move proc to
7581 lib/memory.exp and rename to delete_memory_regions.
7582 Replace delete_memory with delete_memory_regions.
7583 Cleanup memory regions before tests.
7584 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
7585 before tests.
7586
515aff23
LM
75872017-01-26 Luis Machado <lgustavo@codesourcery.com>
7588
7589 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
7590 files.
7591 (initialize): New function conditionally defined.
7592 (testcases): Move within conditional block.
7593 (main): Call initialize.
7594 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
7595 of gdb.reverse/insn-reverse.c.
7596 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
7597 gdb.reverse/insn-reverse.c.
7598
d8b49cf0
YQ
75992017-01-26 Yao Qi <yao.qi@linaro.org>
7600
7601 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
7602 disassemble on address 0.
7603
f13a9a0c
YQ
76042017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
7605 Yao Qi <yao.qi@linaro.org>
7606
7607 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
7608 * gdb.dwarf2/implptr-64bit.S: Remove.
7609 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
7610 variables in caller's context. Add DW_OP_implicit_value.
7611
5ac95241
YQ
76122017-01-25 Yao Qi <yao.qi@linaro.org>
7613
7614 * lib/dwarf.exp (Dwarf::_location): Handle
7615 DW_OP_GNU_implicit_pointer with proper size.
7616
23e82930
LM
76172017-01-20 Luis Machado <lgustavo@codesourcery.com>
7618
7619 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
7620 and add untested calls.
7621
d334ae25
LM
76222017-01-20 Luis Machado <lgustavo@codesourcery.com>
7623
7624 * gdb.python/python.exp: Check line number against what GDB thinks
7625 the line number is for func1.
7626
f5e6296e
IB
76272017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
7628
7629 * gdb.dlang/debug-expr.exp: New file.
7630
5b362f04
LM
76312016-12-23 Luis Machado <lgustavo@codesourcery.com>
7632
7633 Fix test names for the following files:
7634
7635 * gdb.ada/exec_changed.exp
7636 * gdb.ada/info_types.exp
7637 * gdb.arch/aarch64-atomic-inst.exp
7638 * gdb.arch/aarch64-fp.exp
7639 * gdb.arch/altivec-abi.exp
7640 * gdb.arch/altivec-regs.exp
7641 * gdb.arch/amd64-byte.exp
7642 * gdb.arch/amd64-disp-step.exp
7643 * gdb.arch/amd64-dword.exp
7644 * gdb.arch/amd64-entry-value-inline.exp
7645 * gdb.arch/amd64-entry-value-param.exp
7646 * gdb.arch/amd64-entry-value-paramref.exp
7647 * gdb.arch/amd64-entry-value.exp
7648 * gdb.arch/amd64-i386-address.exp
7649 * gdb.arch/amd64-invalid-stack-middle.exp
7650 * gdb.arch/amd64-invalid-stack-top.exp
7651 * gdb.arch/amd64-optimout-repeat.exp
7652 * gdb.arch/amd64-prologue-skip.exp
7653 * gdb.arch/amd64-prologue-xmm.exp
7654 * gdb.arch/amd64-stap-special-operands.exp
7655 * gdb.arch/amd64-stap-wrong-subexp.exp
7656 * gdb.arch/amd64-tailcall-cxx.exp
7657 * gdb.arch/amd64-tailcall-noret.exp
7658 * gdb.arch/amd64-tailcall-ret.exp
7659 * gdb.arch/amd64-tailcall-self.exp
7660 * gdb.arch/amd64-word.exp
7661 * gdb.arch/arm-bl-branch-dest.exp
7662 * gdb.arch/arm-disp-step.exp
7663 * gdb.arch/arm-neon.exp
7664 * gdb.arch/arm-single-step-kernel-helper.exp
7665 * gdb.arch/avr-flash-qualifier.exp
7666 * gdb.arch/disp-step-insn-reloc.exp
7667 * gdb.arch/e500-abi.exp
7668 * gdb.arch/e500-regs.exp
7669 * gdb.arch/ftrace-insn-reloc.exp
7670 * gdb.arch/i386-avx512.exp
7671 * gdb.arch/i386-bp_permanent.exp
7672 * gdb.arch/i386-byte.exp
7673 * gdb.arch/i386-cfi-notcurrent.exp
7674 * gdb.arch/i386-disp-step.exp
7675 * gdb.arch/i386-dr3-watch.exp
7676 * gdb.arch/i386-float.exp
7677 * gdb.arch/i386-gnu-cfi.exp
7678 * gdb.arch/i386-mpx-map.exp
7679 * gdb.arch/i386-mpx-sigsegv.exp
7680 * gdb.arch/i386-mpx-simple_segv.exp
7681 * gdb.arch/i386-mpx.exp
7682 * gdb.arch/i386-permbkpt.exp
7683 * gdb.arch/i386-prologue.exp
7684 * gdb.arch/i386-signal.exp
7685 * gdb.arch/i386-size-overlap.exp
7686 * gdb.arch/i386-unwind.exp
7687 * gdb.arch/i386-word.exp
7688 * gdb.arch/mips-fcr.exp
7689 * gdb.arch/powerpc-d128-regs.exp
7690 * gdb.arch/powerpc-stackless.exp
7691 * gdb.arch/ppc64-atomic-inst.exp
7692 * gdb.arch/s390-stackless.exp
7693 * gdb.arch/s390-tdbregs.exp
7694 * gdb.arch/s390-vregs.exp
7695 * gdb.arch/sparc-sysstep.exp
7696 * gdb.arch/thumb-bx-pc.exp
7697 * gdb.arch/thumb-singlestep.exp
7698 * gdb.arch/thumb2-it.exp
7699 * gdb.arch/vsx-regs.exp
7700 * gdb.asm/asm-source.exp
7701 * gdb.base/a2-run.exp
7702 * gdb.base/advance.exp
7703 * gdb.base/all-bin.exp
7704 * gdb.base/anon.exp
7705 * gdb.base/args.exp
7706 * gdb.base/arithmet.exp
7707 * gdb.base/async-shell.exp
7708 * gdb.base/async.exp
7709 * gdb.base/attach-pie-noexec.exp
7710 * gdb.base/attach-twice.exp
7711 * gdb.base/auto-load.exp
7712 * gdb.base/bang.exp
7713 * gdb.base/bitfields.exp
7714 * gdb.base/break-always.exp
7715 * gdb.base/break-caller-line.exp
7716 * gdb.base/break-entry.exp
7717 * gdb.base/break-inline.exp
7718 * gdb.base/break-on-linker-gcd-function.exp
7719 * gdb.base/break-probes.exp
7720 * gdb.base/break.exp
7721 * gdb.base/breakpoint-shadow.exp
7722 * gdb.base/call-ar-st.exp
7723 * gdb.base/call-sc.exp
7724 * gdb.base/call-signal-resume.exp
7725 * gdb.base/call-strs.exp
7726 * gdb.base/callfuncs.exp
7727 * gdb.base/catch-fork-static.exp
7728 * gdb.base/catch-gdb-caused-signals.exp
7729 * gdb.base/catch-load.exp
7730 * gdb.base/catch-signal-fork.exp
7731 * gdb.base/catch-signal.exp
7732 * gdb.base/catch-syscall.exp
7733 * gdb.base/charset.exp
7734 * gdb.base/checkpoint.exp
7735 * gdb.base/chng-syms.exp
7736 * gdb.base/code-expr.exp
7737 * gdb.base/code_elim.exp
7738 * gdb.base/commands.exp
7739 * gdb.base/completion.exp
7740 * gdb.base/complex.exp
7741 * gdb.base/cond-expr.exp
7742 * gdb.base/condbreak.exp
7743 * gdb.base/consecutive.exp
7744 * gdb.base/continue-all-already-running.exp
7745 * gdb.base/coredump-filter.exp
7746 * gdb.base/corefile.exp
7747 * gdb.base/dbx.exp
7748 * gdb.base/debug-expr.exp
7749 * gdb.base/define.exp
7750 * gdb.base/del.exp
7751 * gdb.base/disabled-location.exp
7752 * gdb.base/disasm-end-cu.exp
7753 * gdb.base/disasm-optim.exp
7754 * gdb.base/display.exp
7755 * gdb.base/duplicate-bp.exp
7756 * gdb.base/ena-dis-br.exp
7757 * gdb.base/ending-run.exp
7758 * gdb.base/enumval.exp
7759 * gdb.base/environ.exp
7760 * gdb.base/eu-strip-infcall.exp
7761 * gdb.base/eval-avoid-side-effects.exp
7762 * gdb.base/eval-skip.exp
7763 * gdb.base/exitsignal.exp
7764 * gdb.base/expand-psymtabs.exp
7765 * gdb.base/filesym.exp
7766 * gdb.base/find-unmapped.exp
7767 * gdb.base/finish.exp
7768 * gdb.base/float.exp
7769 * gdb.base/foll-exec-mode.exp
7770 * gdb.base/foll-exec.exp
7771 * gdb.base/foll-fork.exp
7772 * gdb.base/fortran-sym-case.exp
7773 * gdb.base/freebpcmd.exp
7774 * gdb.base/func-ptr.exp
7775 * gdb.base/func-ptrs.exp
7776 * gdb.base/funcargs.exp
7777 * gdb.base/gcore-buffer-overflow.exp
7778 * gdb.base/gcore-relro-pie.exp
7779 * gdb.base/gcore-relro.exp
7780 * gdb.base/gcore.exp
7781 * gdb.base/gdb1090.exp
7782 * gdb.base/gdb11530.exp
7783 * gdb.base/gdb11531.exp
7784 * gdb.base/gdb1821.exp
7785 * gdb.base/gdbindex-stabs.exp
7786 * gdb.base/gdbvars.exp
7787 * gdb.base/hbreak.exp
7788 * gdb.base/hbreak2.exp
7789 * gdb.base/included.exp
7790 * gdb.base/infcall-input.exp
7791 * gdb.base/inferior-died.exp
7792 * gdb.base/infnan.exp
7793 * gdb.base/info-macros.exp
7794 * gdb.base/info-os.exp
7795 * gdb.base/info-proc.exp
7796 * gdb.base/info-shared.exp
7797 * gdb.base/info-target.exp
7798 * gdb.base/infoline.exp
7799 * gdb.base/interp.exp
7800 * gdb.base/interrupt.exp
7801 * gdb.base/jit-reader.exp
7802 * gdb.base/jit-simple.exp
7803 * gdb.base/kill-after-signal.exp
7804 * gdb.base/kill-detach-inferiors-cmd.exp
7805 * gdb.base/label.exp
7806 * gdb.base/langs.exp
7807 * gdb.base/ldbl_e308.exp
7808 * gdb.base/line-symtabs.exp
7809 * gdb.base/linespecs.exp
7810 * gdb.base/list.exp
7811 * gdb.base/long_long.exp
7812 * gdb.base/longest-types.exp
7813 * gdb.base/maint.exp
7814 * gdb.base/max-value-size.exp
7815 * gdb.base/memattr.exp
7816 * gdb.base/mips_pro.exp
7817 * gdb.base/morestack.exp
7818 * gdb.base/moribund-step.exp
7819 * gdb.base/multi-forks.exp
7820 * gdb.base/nested-addr.exp
7821 * gdb.base/nextoverexit.exp
7822 * gdb.base/noreturn-finish.exp
7823 * gdb.base/noreturn-return.exp
7824 * gdb.base/nostdlib.exp
7825 * gdb.base/offsets.exp
7826 * gdb.base/opaque.exp
7827 * gdb.base/pc-fp.exp
7828 * gdb.base/permissions.exp
7829 * gdb.base/print-symbol-loading.exp
7830 * gdb.base/prologue-include.exp
7831 * gdb.base/psymtab.exp
7832 * gdb.base/ptype.exp
7833 * gdb.base/random-signal.exp
7834 * gdb.base/randomize.exp
7835 * gdb.base/range-stepping.exp
7836 * gdb.base/readline-ask.exp
7837 * gdb.base/recpar.exp
7838 * gdb.base/recurse.exp
7839 * gdb.base/relational.exp
7840 * gdb.base/restore.exp
7841 * gdb.base/return-nodebug.exp
7842 * gdb.base/return.exp
7843 * gdb.base/run-after-attach.exp
7844 * gdb.base/save-bp.exp
7845 * gdb.base/scope.exp
7846 * gdb.base/sect-cmd.exp
7847 * gdb.base/set-lang-auto.exp
7848 * gdb.base/set-noassign.exp
7849 * gdb.base/setvar.exp
7850 * gdb.base/sigall.exp
7851 * gdb.base/sigbpt.exp
7852 * gdb.base/siginfo-addr.exp
7853 * gdb.base/siginfo-infcall.exp
7854 * gdb.base/siginfo-obj.exp
7855 * gdb.base/siginfo.exp
7856 * gdb.base/signals-state-child.exp
7857 * gdb.base/signest.exp
7858 * gdb.base/sigstep.exp
7859 * gdb.base/sizeof.exp
7860 * gdb.base/skip.exp
7861 * gdb.base/solib-corrupted.exp
7862 * gdb.base/solib-nodir.exp
7863 * gdb.base/solib-search.exp
7864 * gdb.base/stack-checking.exp
7865 * gdb.base/stale-infcall.exp
7866 * gdb.base/stap-probe.exp
7867 * gdb.base/start.exp
7868 * gdb.base/step-break.exp
7869 * gdb.base/step-bt.exp
7870 * gdb.base/step-line.exp
7871 * gdb.base/step-over-exit.exp
7872 * gdb.base/step-over-syscall.exp
7873 * gdb.base/step-resume-infcall.exp
7874 * gdb.base/step-test.exp
7875 * gdb.base/store.exp
7876 * gdb.base/structs3.exp
7877 * gdb.base/sym-file.exp
7878 * gdb.base/symbol-without-target_section.exp
7879 * gdb.base/term.exp
7880 * gdb.base/testenv.exp
7881 * gdb.base/ui-redirect.exp
7882 * gdb.base/until.exp
7883 * gdb.base/unwindonsignal.exp
7884 * gdb.base/value-double-free.exp
7885 * gdb.base/vla-datatypes.exp
7886 * gdb.base/vla-ptr.exp
7887 * gdb.base/vla-sideeffect.exp
7888 * gdb.base/volatile.exp
7889 * gdb.base/watch-cond-infcall.exp
7890 * gdb.base/watch-cond.exp
7891 * gdb.base/watch-non-mem.exp
7892 * gdb.base/watch-read.exp
7893 * gdb.base/watch-vfork.exp
7894 * gdb.base/watchpoint-cond-gone.exp
7895 * gdb.base/watchpoint-delete.exp
7896 * gdb.base/watchpoint-hw-hit-once.exp
7897 * gdb.base/watchpoint-hw.exp
7898 * gdb.base/watchpoint-stops-at-right-insn.exp
7899 * gdb.base/watchpoints.exp
7900 * gdb.base/wchar.exp
7901 * gdb.base/whatis-exp.exp
7902 * gdb.btrace/buffer-size.exp
7903 * gdb.btrace/data.exp
7904 * gdb.btrace/delta.exp
7905 * gdb.btrace/dlopen.exp
7906 * gdb.btrace/enable.exp
7907 * gdb.btrace/exception.exp
7908 * gdb.btrace/function_call_history.exp
7909 * gdb.btrace/gcore.exp
7910 * gdb.btrace/instruction_history.exp
7911 * gdb.btrace/nohist.exp
7912 * gdb.btrace/reconnect.exp
7913 * gdb.btrace/record_goto-step.exp
7914 * gdb.btrace/record_goto.exp
7915 * gdb.btrace/rn-dl-bind.exp
7916 * gdb.btrace/segv.exp
7917 * gdb.btrace/step.exp
7918 * gdb.btrace/stepi.exp
7919 * gdb.btrace/tailcall-only.exp
7920 * gdb.btrace/tailcall.exp
7921 * gdb.btrace/tsx.exp
7922 * gdb.btrace/unknown_functions.exp
7923 * gdb.btrace/vdso.exp
7924 * gdb.compile/compile-ifunc.exp
7925 * gdb.compile/compile-ops.exp
7926 * gdb.compile/compile-print.exp
7927 * gdb.compile/compile-setjmp.exp
7928 * gdb.cp/abstract-origin.exp
7929 * gdb.cp/ambiguous.exp
7930 * gdb.cp/annota2.exp
7931 * gdb.cp/annota3.exp
7932 * gdb.cp/anon-ns.exp
7933 * gdb.cp/anon-struct.exp
7934 * gdb.cp/anon-union.exp
7935 * gdb.cp/arg-reference.exp
7936 * gdb.cp/baseenum.exp
7937 * gdb.cp/bool.exp
7938 * gdb.cp/breakpoint.exp
7939 * gdb.cp/bs15503.exp
7940 * gdb.cp/call-c.exp
7941 * gdb.cp/casts.exp
7942 * gdb.cp/chained-calls.exp
7943 * gdb.cp/class2.exp
7944 * gdb.cp/classes.exp
7945 * gdb.cp/cmpd-minsyms.exp
7946 * gdb.cp/converts.exp
7947 * gdb.cp/cp-relocate.exp
7948 * gdb.cp/cpcompletion.exp
7949 * gdb.cp/cpexprs.exp
7950 * gdb.cp/cplabel.exp
7951 * gdb.cp/cplusfuncs.exp
7952 * gdb.cp/cpsizeof.exp
7953 * gdb.cp/ctti.exp
7954 * gdb.cp/derivation.exp
7955 * gdb.cp/destrprint.exp
7956 * gdb.cp/dispcxx.exp
7957 * gdb.cp/enum-class.exp
7958 * gdb.cp/exception.exp
7959 * gdb.cp/exceptprint.exp
7960 * gdb.cp/expand-psymtabs-cxx.exp
7961 * gdb.cp/expand-sals.exp
7962 * gdb.cp/extern-c.exp
7963 * gdb.cp/filename.exp
7964 * gdb.cp/formatted-ref.exp
7965 * gdb.cp/fpointer.exp
7966 * gdb.cp/gdb1355.exp
7967 * gdb.cp/gdb2495.exp
7968 * gdb.cp/hang.exp
7969 * gdb.cp/impl-this.exp
7970 * gdb.cp/infcall-dlopen.exp
7971 * gdb.cp/inherit.exp
7972 * gdb.cp/iostream.exp
7973 * gdb.cp/koenig.exp
7974 * gdb.cp/local.exp
7975 * gdb.cp/m-data.exp
7976 * gdb.cp/m-static.exp
7977 * gdb.cp/mb-ctor.exp
7978 * gdb.cp/mb-inline.exp
7979 * gdb.cp/mb-templates.exp
7980 * gdb.cp/member-name.exp
7981 * gdb.cp/member-ptr.exp
7982 * gdb.cp/meth-typedefs.exp
7983 * gdb.cp/method.exp
7984 * gdb.cp/method2.exp
7985 * gdb.cp/minsym-fallback.exp
7986 * gdb.cp/misc.exp
7987 * gdb.cp/namelessclass.exp
7988 * gdb.cp/namespace-enum.exp
7989 * gdb.cp/namespace-nested-import.exp
7990 * gdb.cp/namespace.exp
7991 * gdb.cp/nextoverthrow.exp
7992 * gdb.cp/no-dmgl-verbose.exp
7993 * gdb.cp/non-trivial-retval.exp
7994 * gdb.cp/noparam.exp
7995 * gdb.cp/nsdecl.exp
7996 * gdb.cp/nsimport.exp
7997 * gdb.cp/nsnested.exp
7998 * gdb.cp/nsnoimports.exp
7999 * gdb.cp/nsrecurs.exp
8000 * gdb.cp/nsstress.exp
8001 * gdb.cp/nsusing.exp
8002 * gdb.cp/operator.exp
8003 * gdb.cp/oranking.exp
8004 * gdb.cp/overload-const.exp
8005 * gdb.cp/overload.exp
8006 * gdb.cp/ovldbreak.exp
8007 * gdb.cp/ovsrch.exp
8008 * gdb.cp/paren-type.exp
8009 * gdb.cp/parse-lang.exp
8010 * gdb.cp/pass-by-ref.exp
8011 * gdb.cp/pr-1023.exp
8012 * gdb.cp/pr-1210.exp
8013 * gdb.cp/pr-574.exp
8014 * gdb.cp/pr10687.exp
8015 * gdb.cp/pr12028.exp
8016 * gdb.cp/pr17132.exp
8017 * gdb.cp/pr17494.exp
8018 * gdb.cp/pr9067.exp
8019 * gdb.cp/pr9167.exp
8020 * gdb.cp/pr9631.exp
8021 * gdb.cp/printmethod.exp
8022 * gdb.cp/psmang.exp
8023 * gdb.cp/psymtab-parameter.exp
8024 * gdb.cp/ptype-cv-cp.exp
8025 * gdb.cp/ptype-flags.exp
8026 * gdb.cp/re-set-overloaded.exp
8027 * gdb.cp/ref-types.exp
8028 * gdb.cp/rtti.exp
8029 * gdb.cp/scope-err.exp
8030 * gdb.cp/shadow.exp
8031 * gdb.cp/smartp.exp
8032 * gdb.cp/static-method.exp
8033 * gdb.cp/static-print-quit.exp
8034 * gdb.cp/temargs.exp
8035 * gdb.cp/templates.exp
8036 * gdb.cp/try_catch.exp
8037 * gdb.cp/typedef-operator.exp
8038 * gdb.cp/typeid.exp
8039 * gdb.cp/userdef.exp
8040 * gdb.cp/using-crash.exp
8041 * gdb.cp/var-tag.exp
8042 * gdb.cp/virtbase.exp
8043 * gdb.cp/virtfunc.exp
8044 * gdb.cp/virtfunc2.exp
8045 * gdb.cp/vla-cxx.exp
8046 * gdb.disasm/t01_mov.exp
8047 * gdb.disasm/t02_mova.exp
8048 * gdb.disasm/t03_add.exp
8049 * gdb.disasm/t04_sub.exp
8050 * gdb.disasm/t05_cmp.exp
8051 * gdb.disasm/t06_ari2.exp
8052 * gdb.disasm/t07_ari3.exp
8053 * gdb.disasm/t08_or.exp
8054 * gdb.disasm/t09_xor.exp
8055 * gdb.disasm/t10_and.exp
8056 * gdb.disasm/t11_logs.exp
8057 * gdb.disasm/t12_bit.exp
8058 * gdb.disasm/t13_otr.exp
8059 * gdb.dlang/circular.exp
8060 * gdb.dwarf2/arr-stride.exp
8061 * gdb.dwarf2/arr-subrange.exp
8062 * gdb.dwarf2/atomic-type.exp
8063 * gdb.dwarf2/bad-regnum.exp
8064 * gdb.dwarf2/bitfield-parent-optimized-out.exp
8065 * gdb.dwarf2/callframecfa.exp
8066 * gdb.dwarf2/clztest.exp
8067 * gdb.dwarf2/corrupt.exp
8068 * gdb.dwarf2/data-loc.exp
8069 * gdb.dwarf2/dup-psym.exp
8070 * gdb.dwarf2/dw2-anon-mptr.exp
8071 * gdb.dwarf2/dw2-anonymous-func.exp
8072 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
8073 * gdb.dwarf2/dw2-bad-unresolved.exp
8074 * gdb.dwarf2/dw2-basic.exp
8075 * gdb.dwarf2/dw2-canonicalize-type.exp
8076 * gdb.dwarf2/dw2-case-insensitive.exp
8077 * gdb.dwarf2/dw2-common-block.exp
8078 * gdb.dwarf2/dw2-compdir-oldgcc.exp
8079 * gdb.dwarf2/dw2-compressed.exp
8080 * gdb.dwarf2/dw2-const.exp
8081 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
8082 * gdb.dwarf2/dw2-cu-size.exp
8083 * gdb.dwarf2/dw2-dup-frame.exp
8084 * gdb.dwarf2/dw2-entry-value.exp
8085 * gdb.dwarf2/dw2-icycle.exp
8086 * gdb.dwarf2/dw2-ifort-parameter.exp
8087 * gdb.dwarf2/dw2-inline-break.exp
8088 * gdb.dwarf2/dw2-inline-param.exp
8089 * gdb.dwarf2/dw2-intercu.exp
8090 * gdb.dwarf2/dw2-intermix.exp
8091 * gdb.dwarf2/dw2-lexical-block-bare.exp
8092 * gdb.dwarf2/dw2-linkage-name-trust.exp
8093 * gdb.dwarf2/dw2-minsym-in-cu.exp
8094 * gdb.dwarf2/dw2-noloc.exp
8095 * gdb.dwarf2/dw2-op-call.exp
8096 * gdb.dwarf2/dw2-op-out-param.exp
8097 * gdb.dwarf2/dw2-opt-structptr.exp
8098 * gdb.dwarf2/dw2-param-error.exp
8099 * gdb.dwarf2/dw2-producer.exp
8100 * gdb.dwarf2/dw2-ranges-base.exp
8101 * gdb.dwarf2/dw2-ref-missing-frame.exp
8102 * gdb.dwarf2/dw2-reg-undefined.exp
8103 * gdb.dwarf2/dw2-regno-invalid.exp
8104 * gdb.dwarf2/dw2-restore.exp
8105 * gdb.dwarf2/dw2-restrict.exp
8106 * gdb.dwarf2/dw2-single-line-discriminators.exp
8107 * gdb.dwarf2/dw2-strp.exp
8108 * gdb.dwarf2/dw2-undefined-ret-addr.exp
8109 * gdb.dwarf2/dw2-unresolved.exp
8110 * gdb.dwarf2/dw2-var-zero-addr.exp
8111 * gdb.dwarf2/dw4-sig-types.exp
8112 * gdb.dwarf2/dwz.exp
8113 * gdb.dwarf2/dynarr-ptr.exp
8114 * gdb.dwarf2/enum-type.exp
8115 * gdb.dwarf2/gdb-index.exp
8116 * gdb.dwarf2/implptr-64bit.exp
8117 * gdb.dwarf2/implptr-optimized-out.exp
8118 * gdb.dwarf2/implptr.exp
8119 * gdb.dwarf2/implref-array.exp
8120 * gdb.dwarf2/implref-const.exp
8121 * gdb.dwarf2/implref-global.exp
8122 * gdb.dwarf2/implref-struct.exp
8123 * gdb.dwarf2/mac-fileno.exp
8124 * gdb.dwarf2/main-subprogram.exp
8125 * gdb.dwarf2/member-ptr-forwardref.exp
8126 * gdb.dwarf2/method-ptr.exp
8127 * gdb.dwarf2/missing-sig-type.exp
8128 * gdb.dwarf2/nonvar-access.exp
8129 * gdb.dwarf2/opaque-type-lookup.exp
8130 * gdb.dwarf2/pieces-optimized-out.exp
8131 * gdb.dwarf2/pieces.exp
8132 * gdb.dwarf2/pr10770.exp
8133 * gdb.dwarf2/pr13961.exp
8134 * gdb.dwarf2/staticvirtual.exp
8135 * gdb.dwarf2/subrange.exp
8136 * gdb.dwarf2/symtab-producer.exp
8137 * gdb.dwarf2/trace-crash.exp
8138 * gdb.dwarf2/typeddwarf.exp
8139 * gdb.dwarf2/valop.exp
8140 * gdb.dwarf2/watch-notconst.exp
8141 * gdb.fortran/array-element.exp
8142 * gdb.fortran/charset.exp
8143 * gdb.fortran/common-block.exp
8144 * gdb.fortran/complex.exp
8145 * gdb.fortran/derived-type-function.exp
8146 * gdb.fortran/derived-type.exp
8147 * gdb.fortran/logical.exp
8148 * gdb.fortran/module.exp
8149 * gdb.fortran/multi-dim.exp
8150 * gdb.fortran/nested-funcs.exp
8151 * gdb.fortran/print-formatted.exp
8152 * gdb.fortran/subarray.exp
8153 * gdb.fortran/vla-alloc-assoc.exp
8154 * gdb.fortran/vla-datatypes.exp
8155 * gdb.fortran/vla-history.exp
8156 * gdb.fortran/vla-ptr-info.exp
8157 * gdb.fortran/vla-ptype-sub.exp
8158 * gdb.fortran/vla-ptype.exp
8159 * gdb.fortran/vla-sizeof.exp
8160 * gdb.fortran/vla-type.exp
8161 * gdb.fortran/vla-value-sub-arbitrary.exp
8162 * gdb.fortran/vla-value-sub-finish.exp
8163 * gdb.fortran/vla-value-sub.exp
8164 * gdb.fortran/vla-value.exp
8165 * gdb.fortran/whatis_type.exp
8166 * gdb.go/chan.exp
8167 * gdb.go/handcall.exp
8168 * gdb.go/hello.exp
8169 * gdb.go/integers.exp
8170 * gdb.go/methods.exp
8171 * gdb.go/package.exp
8172 * gdb.go/strings.exp
8173 * gdb.go/types.exp
8174 * gdb.go/unsafe.exp
8175 * gdb.guile/scm-arch.exp
8176 * gdb.guile/scm-block.exp
8177 * gdb.guile/scm-breakpoint.exp
8178 * gdb.guile/scm-cmd.exp
8179 * gdb.guile/scm-disasm.exp
8180 * gdb.guile/scm-equal.exp
8181 * gdb.guile/scm-frame-args.exp
8182 * gdb.guile/scm-frame-inline.exp
8183 * gdb.guile/scm-frame.exp
8184 * gdb.guile/scm-iterator.exp
8185 * gdb.guile/scm-math.exp
8186 * gdb.guile/scm-objfile.exp
8187 * gdb.guile/scm-ports.exp
8188 * gdb.guile/scm-symbol.exp
8189 * gdb.guile/scm-symtab.exp
8190 * gdb.guile/scm-value-cc.exp
8191 * gdb.guile/types-module.exp
8192 * gdb.linespec/break-ask.exp
8193 * gdb.linespec/cpexplicit.exp
8194 * gdb.linespec/explicit.exp
8195 * gdb.linespec/keywords.exp
8196 * gdb.linespec/linespec.exp
8197 * gdb.linespec/ls-dollar.exp
8198 * gdb.linespec/ls-errs.exp
8199 * gdb.linespec/skip-two.exp
8200 * gdb.linespec/thread.exp
8201 * gdb.mi/mi-async.exp
8202 * gdb.mi/mi-basics.exp
8203 * gdb.mi/mi-break.exp
8204 * gdb.mi/mi-catch-load.exp
8205 * gdb.mi/mi-cli.exp
8206 * gdb.mi/mi-cmd-param-changed.exp
8207 * gdb.mi/mi-console.exp
8208 * gdb.mi/mi-detach.exp
8209 * gdb.mi/mi-disassemble.exp
8210 * gdb.mi/mi-eval.exp
8211 * gdb.mi/mi-file-transfer.exp
8212 * gdb.mi/mi-file.exp
8213 * gdb.mi/mi-fill-memory.exp
8214 * gdb.mi/mi-inheritance-syntax-error.exp
8215 * gdb.mi/mi-linespec-err-cp.exp
8216 * gdb.mi/mi-logging.exp
8217 * gdb.mi/mi-memory-changed.exp
8218 * gdb.mi/mi-read-memory.exp
8219 * gdb.mi/mi-record-changed.exp
8220 * gdb.mi/mi-reg-undefined.exp
8221 * gdb.mi/mi-regs.exp
8222 * gdb.mi/mi-return.exp
8223 * gdb.mi/mi-reverse.exp
8224 * gdb.mi/mi-simplerun.exp
8225 * gdb.mi/mi-solib.exp
8226 * gdb.mi/mi-stack.exp
8227 * gdb.mi/mi-stepi.exp
8228 * gdb.mi/mi-syn-frame.exp
8229 * gdb.mi/mi-until.exp
8230 * gdb.mi/mi-var-block.exp
8231 * gdb.mi/mi-var-child.exp
8232 * gdb.mi/mi-var-cmd.exp
8233 * gdb.mi/mi-var-cp.exp
8234 * gdb.mi/mi-var-display.exp
8235 * gdb.mi/mi-var-invalidate.exp
8236 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
8237 * gdb.mi/mi-vla-fortran.exp
8238 * gdb.mi/mi-watch.exp
8239 * gdb.mi/mi2-var-child.exp
8240 * gdb.mi/user-selected-context-sync.exp
8241 * gdb.modula2/unbounded-array.exp
8242 * gdb.multi/dummy-frame-restore.exp
8243 * gdb.multi/multi-arch-exec.exp
8244 * gdb.multi/multi-arch.exp
8245 * gdb.multi/tids.exp
8246 * gdb.multi/watchpoint-multi.exp
8247 * gdb.opencl/callfuncs.exp
8248 * gdb.opencl/convs_casts.exp
8249 * gdb.opencl/datatypes.exp
8250 * gdb.opencl/operators.exp
8251 * gdb.opencl/vec_comps.exp
8252 * gdb.opt/clobbered-registers-O2.exp
8253 * gdb.opt/inline-break.exp
8254 * gdb.opt/inline-bt.exp
8255 * gdb.opt/inline-cmds.exp
8256 * gdb.opt/inline-locals.exp
8257 * gdb.pascal/case-insensitive-symbols.exp
8258 * gdb.pascal/floats.exp
8259 * gdb.pascal/gdb11492.exp
8260 * gdb.python/lib-types.exp
8261 * gdb.python/py-arch.exp
8262 * gdb.python/py-as-string.exp
8263 * gdb.python/py-bad-printers.exp
8264 * gdb.python/py-block.exp
8265 * gdb.python/py-breakpoint-create-fail.exp
8266 * gdb.python/py-breakpoint.exp
8267 * gdb.python/py-caller-is.exp
8268 * gdb.python/py-cmd.exp
8269 * gdb.python/py-explore-cc.exp
8270 * gdb.python/py-explore.exp
8271 * gdb.python/py-finish-breakpoint.exp
8272 * gdb.python/py-finish-breakpoint2.exp
8273 * gdb.python/py-frame-args.exp
8274 * gdb.python/py-frame-inline.exp
8275 * gdb.python/py-frame.exp
8276 * gdb.python/py-framefilter-mi.exp
8277 * gdb.python/py-infthread.exp
8278 * gdb.python/py-lazy-string.exp
8279 * gdb.python/py-linetable.exp
8280 * gdb.python/py-mi-events.exp
8281 * gdb.python/py-mi-objfile.exp
8282 * gdb.python/py-mi.exp
8283 * gdb.python/py-objfile.exp
8284 * gdb.python/py-pp-integral.exp
8285 * gdb.python/py-pp-maint.exp
8286 * gdb.python/py-pp-re-notag.exp
8287 * gdb.python/py-pp-registration.exp
8288 * gdb.python/py-recurse-unwind.exp
8289 * gdb.python/py-strfns.exp
8290 * gdb.python/py-symbol.exp
8291 * gdb.python/py-symtab.exp
8292 * gdb.python/py-sync-interp.exp
8293 * gdb.python/py-typeprint.exp
8294 * gdb.python/py-unwind-maint.exp
8295 * gdb.python/py-unwind.exp
8296 * gdb.python/py-value-cc.exp
8297 * gdb.python/py-xmethods.exp
8298 * gdb.reverse/amd64-tailcall-reverse.exp
8299 * gdb.reverse/break-precsave.exp
8300 * gdb.reverse/break-reverse.exp
8301 * gdb.reverse/consecutive-precsave.exp
8302 * gdb.reverse/consecutive-reverse.exp
8303 * gdb.reverse/finish-precsave.exp
8304 * gdb.reverse/finish-reverse-bkpt.exp
8305 * gdb.reverse/finish-reverse.exp
8306 * gdb.reverse/fstatat-reverse.exp
8307 * gdb.reverse/getresuid-reverse.exp
8308 * gdb.reverse/i386-precsave.exp
8309 * gdb.reverse/i386-reverse.exp
8310 * gdb.reverse/i386-sse-reverse.exp
8311 * gdb.reverse/i387-env-reverse.exp
8312 * gdb.reverse/i387-stack-reverse.exp
8313 * gdb.reverse/insn-reverse.exp
8314 * gdb.reverse/machinestate-precsave.exp
8315 * gdb.reverse/machinestate.exp
8316 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8317 * gdb.reverse/pipe-reverse.exp
8318 * gdb.reverse/readv-reverse.exp
8319 * gdb.reverse/recvmsg-reverse.exp
8320 * gdb.reverse/rerun-prec.exp
8321 * gdb.reverse/s390-mvcle.exp
8322 * gdb.reverse/step-precsave.exp
8323 * gdb.reverse/step-reverse.exp
8324 * gdb.reverse/time-reverse.exp
8325 * gdb.reverse/until-precsave.exp
8326 * gdb.reverse/until-reverse.exp
8327 * gdb.reverse/waitpid-reverse.exp
8328 * gdb.reverse/watch-precsave.exp
8329 * gdb.reverse/watch-reverse.exp
8330 * gdb.rust/generics.exp
8331 * gdb.rust/methods.exp
8332 * gdb.rust/modules.exp
8333 * gdb.rust/simple.exp
8334 * gdb.server/connect-with-no-symbol-file.exp
8335 * gdb.server/ext-attach.exp
8336 * gdb.server/ext-restart.exp
8337 * gdb.server/ext-wrapper.exp
8338 * gdb.server/file-transfer.exp
8339 * gdb.server/server-exec-info.exp
8340 * gdb.server/server-kill.exp
8341 * gdb.server/server-mon.exp
8342 * gdb.server/wrapper.exp
8343 * gdb.stabs/exclfwd.exp
8344 * gdb.stabs/gdb11479.exp
8345 * gdb.threads/clone-new-thread-event.exp
8346 * gdb.threads/corethreads.exp
8347 * gdb.threads/current-lwp-dead.exp
8348 * gdb.threads/dlopen-libpthread.exp
8349 * gdb.threads/gcore-thread.exp
8350 * gdb.threads/sigstep-threads.exp
8351 * gdb.threads/watchpoint-fork.exp
8352 * gdb.trace/actions-changed.exp
8353 * gdb.trace/backtrace.exp
8354 * gdb.trace/change-loc.exp
8355 * gdb.trace/circ.exp
8356 * gdb.trace/collection.exp
8357 * gdb.trace/disconnected-tracing.exp
8358 * gdb.trace/ftrace.exp
8359 * gdb.trace/mi-trace-frame-collected.exp
8360 * gdb.trace/mi-trace-unavailable.exp
8361 * gdb.trace/mi-traceframe-changed.exp
8362 * gdb.trace/mi-tsv-changed.exp
8363 * gdb.trace/no-attach-trace.exp
8364 * gdb.trace/passc-dyn.exp
8365 * gdb.trace/qtro.exp
8366 * gdb.trace/range-stepping.exp
8367 * gdb.trace/read-memory.exp
8368 * gdb.trace/save-trace.exp
8369 * gdb.trace/signal.exp
8370 * gdb.trace/status-stop.exp
8371 * gdb.trace/tfile.exp
8372 * gdb.trace/trace-break.exp
8373 * gdb.trace/trace-buffer-size.exp
8374 * gdb.trace/trace-condition.exp
8375 * gdb.trace/tracefile-pseudo-reg.exp
8376 * gdb.trace/tstatus.exp
8377 * gdb.trace/unavailable.exp
8378 * gdb.trace/while-dyn.exp
8379 * gdb.trace/while-stepping.exp
8380
34c41c68
DE
83812016-12-22 Doug Evans <xdje42@gmail.com>
8382
8383 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
8384 and msymbols.
8385
16e69324
YQ
83862016-12-19 Yao Qi <yao.qi@linaro.org>
8387
8388 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
8389 (test_with_self): Don't call do_steps_and_nexts, and remove
8390 code about stepping into xmalloc.
8391
f94f411b
YQ
83922016-12-09 Yao Qi <yao.qi@linaro.org>
8393
8394 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
8395
83962016-12-09 Yao Qi <yao.qi@linaro.org>
8397
8398 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
8399
f1b5deee
PA
84002016-12-09 Pedro Alves <palves@redhat.com>
8401
8402 * gdb.base/all-architectures-0.exp: New file.
8403 * gdb.base/all-architectures-1.exp: New file.
8404 * gdb.base/all-architectures-2.exp: New file.
8405 * gdb.base/all-architectures-3.exp: New file.
8406 * gdb.base/all-architectures-4.exp: New file.
8407 * gdb.base/all-architectures-5.exp: New file.
8408 * gdb.base/all-architectures-6.exp: New file.
8409 * gdb.base/all-architectures-7.exp: New file.
8410 * gdb.base/all-architectures.exp.in: New file.
8411
364ca42e
YQ
84122016-12-09 Yao Qi <yao.qi@linaro.org>
8413
8414 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
8415
107c2d62
LM
84162016-12-02 Luis Machado <lgustavo@codesourcery.com>
8417
8418 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
8419 possible.
8420 Remove useless pattern-matching code.
8421
df3ee9ca
PA
84222016-12-02 Pedro Alves <palves@redhat.com>
8423
8424 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
8425 procedure.
8426 (top level): Call it.
8427
ec835369
PA
84282016-12-02 Pedro Alves <palves@redhat.com>
8429
8430 * gdb.base/commands.exp (user_defined_command_args_stack_test):
8431 New procedure.
8432 (top level): Call it.
8433
01770bbd
PA
84342016-12-02 Pedro Alves <palves@redhat.com>
8435
8436 PR cli/20559
8437 * gdb.base/commands.exp (user_defined_command_args_eval): New
8438 procedure.
8439 (top level): Call it.
8440
008459ea
LM
84412016-12-02 Luis Machado <lgustavo@codesourcery.com>
8442
8443 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
8444 timeout handling.
8445
0c1b455e
TT
84462016-12-02 Tom Tromey <tom@tromey.com>
8447
8448 * gdb.dwarf2/main-subprogram.c: New file.
8449 * gdb.dwarf2/main-subprogram.exp: New file.
8450
018572b8
LM
84512016-12-01 Luis Machado <lgustavo@codesourcery.com>
8452
8453 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
8454 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
8455 gdb_test_no_output for a couple of cases.
8456 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
8457
84c93cd5
LM
84582016-12-01 Luis Machado <lgustavo@codesourcery.com>
8459
8460 Fix test names and standardize compilation error messages throughout
8461 the following files:
8462
8463 * gdb.ada/start.exp
8464 * gdb.arch/alpha-step.exp
8465 * gdb.arch/e500-prologue.exp
8466 * gdb.arch/ftrace-insn-reloc.exp
8467 * gdb.arch/gdb1291.exp
8468 * gdb.arch/gdb1431.exp
8469 * gdb.arch/gdb1558.exp
8470 * gdb.arch/i386-dr3-watch.exp
8471 * gdb.arch/i386-sse-stack-align.exp
8472 * gdb.arch/ia64-breakpoint-shadow.exp
8473 * gdb.arch/pa-nullify.exp
8474 * gdb.arch/powerpc-aix-prologue.exp
8475 * gdb.arch/thumb-bx-pc.exp
8476 * gdb.base/annota1.exp
8477 * gdb.base/annota3.exp
8478 * gdb.base/arrayidx.exp
8479 * gdb.base/assign.exp
8480 * gdb.base/attach.exp
8481 * gdb.base/auxv.exp
8482 * gdb.base/bang.exp
8483 * gdb.base/bfp-test.exp
8484 * gdb.base/bigcore.exp
8485 * gdb.base/bitfields2.exp
8486 * gdb.base/break-fun-addr.exp
8487 * gdb.base/break-probes.exp
8488 * gdb.base/call-rt-st.exp
8489 * gdb.base/callexit.exp
8490 * gdb.base/catch-fork-kill.exp
8491 * gdb.base/charset.exp
8492 * gdb.base/checkpoint.exp
8493 * gdb.base/comprdebug.exp
8494 * gdb.base/constvars.exp
8495 * gdb.base/coredump-filter.exp
8496 * gdb.base/cursal.exp
8497 * gdb.base/cvexpr.exp
8498 * gdb.base/detach.exp
8499 * gdb.base/display.exp
8500 * gdb.base/dmsym.exp
8501 * gdb.base/dprintf-pending.exp
8502 * gdb.base/dso2dso.exp
8503 * gdb.base/dtrace-probe.exp
8504 * gdb.base/dump.exp
8505 * gdb.base/enum_cond.exp
8506 * gdb.base/exe-lock.exp
8507 * gdb.base/exec-invalid-sysroot.exp
8508 * gdb.base/execl-update-breakpoints.exp
8509 * gdb.base/exprs.exp
8510 * gdb.base/fileio.exp
8511 * gdb.base/find.exp
8512 * gdb.base/finish.exp
8513 * gdb.base/fixsection.exp
8514 * gdb.base/foll-vfork.exp
8515 * gdb.base/frame-args.exp
8516 * gdb.base/gcore.exp
8517 * gdb.base/gdb1250.exp
8518 * gdb.base/global-var-nested-by-dso.exp
8519 * gdb.base/gnu-ifunc.exp
8520 * gdb.base/hashline1.exp
8521 * gdb.base/hashline2.exp
8522 * gdb.base/hashline3.exp
8523 * gdb.base/hbreak-in-shr-unsupported.exp
8524 * gdb.base/huge.exp
8525 * gdb.base/infcall-input.exp
8526 * gdb.base/info-fun.exp
8527 * gdb.base/info-shared.exp
8528 * gdb.base/jit-simple.exp
8529 * gdb.base/jit-so.exp
8530 * gdb.base/jit.exp
8531 * gdb.base/jump.exp
8532 * gdb.base/label.exp
8533 * gdb.base/lineinc.exp
8534 * gdb.base/logical.exp
8535 * gdb.base/longjmp.exp
8536 * gdb.base/macscp.exp
8537 * gdb.base/miscexprs.exp
8538 * gdb.base/new-ui-echo.exp
8539 * gdb.base/new-ui-pending-input.exp
8540 * gdb.base/new-ui.exp
8541 * gdb.base/nodebug.exp
8542 * gdb.base/nofield.exp
8543 * gdb.base/offsets.exp
8544 * gdb.base/overlays.exp
8545 * gdb.base/pending.exp
8546 * gdb.base/pointers.exp
8547 * gdb.base/pr11022.exp
8548 * gdb.base/printcmds.exp
8549 * gdb.base/prologue.exp
8550 * gdb.base/ptr-typedef.exp
8551 * gdb.base/realname-expand.exp
8552 * gdb.base/relativedebug.exp
8553 * gdb.base/relocate.exp
8554 * gdb.base/remote.exp
8555 * gdb.base/reread.exp
8556 * gdb.base/return2.exp
8557 * gdb.base/savedregs.exp
8558 * gdb.base/sep.exp
8559 * gdb.base/sepdebug.exp
8560 * gdb.base/sepsymtab.exp
8561 * gdb.base/set-inferior-tty.exp
8562 * gdb.base/setshow.exp
8563 * gdb.base/shlib-call.exp
8564 * gdb.base/sigaltstack.exp
8565 * gdb.base/siginfo-addr.exp
8566 * gdb.base/signals.exp
8567 * gdb.base/signull.exp
8568 * gdb.base/sigrepeat.exp
8569 * gdb.base/so-impl-ld.exp
8570 * gdb.base/solib-display.exp
8571 * gdb.base/solib-overlap.exp
8572 * gdb.base/solib-search.exp
8573 * gdb.base/solib-symbol.exp
8574 * gdb.base/structs.exp
8575 * gdb.base/structs2.exp
8576 * gdb.base/symtab-search-order.exp
8577 * gdb.base/twice.exp
8578 * gdb.base/unload.exp
8579 * gdb.base/varargs.exp
8580 * gdb.base/watchpoint-solib.exp
8581 * gdb.base/watchpoint.exp
8582 * gdb.base/whatis.exp
8583 * gdb.base/wrong_frame_bt_full.exp
8584 * gdb.btrace/dlopen.exp
8585 * gdb.cell/ea-standalone.exp
8586 * gdb.cell/ea-test.exp
8587 * gdb.cp/dispcxx.exp
8588 * gdb.cp/gdb2384.exp
8589 * gdb.cp/method2.exp
8590 * gdb.cp/nextoverthrow.exp
8591 * gdb.cp/pr10728.exp
8592 * gdb.disasm/am33.exp
8593 * gdb.disasm/h8300s.exp
8594 * gdb.disasm/mn10300.exp
8595 * gdb.disasm/sh3.exp
8596 * gdb.dwarf2/dw2-dir-file-name.exp
8597 * gdb.fortran/complex.exp
8598 * gdb.fortran/library-module.exp
8599 * gdb.guile/scm-pretty-print.exp
8600 * gdb.guile/scm-symbol.exp
8601 * gdb.guile/scm-type.exp
8602 * gdb.guile/scm-value.exp
8603 * gdb.linespec/linespec.exp
8604 * gdb.mi/gdb701.exp
8605 * gdb.mi/gdb792.exp
8606 * gdb.mi/mi-breakpoint-changed.exp
8607 * gdb.mi/mi-dprintf-pending.exp
8608 * gdb.mi/mi-dprintf.exp
8609 * gdb.mi/mi-exit-code.exp
8610 * gdb.mi/mi-pending.exp
8611 * gdb.mi/mi-solib.exp
8612 * gdb.mi/new-ui-mi-sync.exp
8613 * gdb.mi/pr11022.exp
8614 * gdb.mi/user-selected-context-sync.exp
8615 * gdb.opt/solib-intra-step.exp
8616 * gdb.python/py-events.exp
8617 * gdb.python/py-finish-breakpoint.exp
8618 * gdb.python/py-mi.exp
8619 * gdb.python/py-prettyprint.exp
8620 * gdb.python/py-shared.exp
8621 * gdb.python/py-symbol.exp
8622 * gdb.python/py-template.exp
8623 * gdb.python/py-type.exp
8624 * gdb.python/py-value.exp
8625 * gdb.reverse/solib-precsave.exp
8626 * gdb.reverse/solib-reverse.exp
8627 * gdb.server/solib-list.exp
8628 * gdb.stabs/weird.exp
8629 * gdb.threads/reconnect-signal.exp
8630 * gdb.threads/stepi-random-signal.exp
8631 * gdb.trace/actions.exp
8632 * gdb.trace/ax.exp
8633 * gdb.trace/backtrace.exp
8634 * gdb.trace/change-loc.exp
8635 * gdb.trace/deltrace.exp
8636 * gdb.trace/ftrace-lock.exp
8637 * gdb.trace/ftrace.exp
8638 * gdb.trace/infotrace.exp
8639 * gdb.trace/mi-tracepoint-changed.exp
8640 * gdb.trace/packetlen.exp
8641 * gdb.trace/passcount.exp
8642 * gdb.trace/pending.exp
8643 * gdb.trace/range-stepping.exp
8644 * gdb.trace/report.exp
8645 * gdb.trace/stap-trace.exp
8646 * gdb.trace/tfind.exp
8647 * gdb.trace/trace-break.exp
8648 * gdb.trace/trace-condition.exp
8649 * gdb.trace/trace-enable-disable.exp
8650 * gdb.trace/trace-mt.exp
8651 * gdb.trace/tracecmd.exp
8652 * gdb.trace/tspeed.exp
8653 * gdb.trace/tsv.exp
8654 * lib/perftest.exp
8655
fb9feb35
LM
86562016-12-01 Luis Machado <lgustavo@codesourcery.com>
8657
8658 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
8659 with gdb_test_no_output.
8660 Use command as test name.
8661
cd2ddb6c
LM
86622016-12-01 Luis Machado <lgustavo@codesourcery.com>
8663
8664 Fix test names starting with uppercase throughout the files.
8665
8666 * gdb.ada/assign_1.exp
8667 * gdb.ada/boolean_expr.exp
8668 * gdb.base/arrayidx.exp
8669 * gdb.base/del.exp
8670 * gdb.base/gcore-buffer-overflow.exp
8671 * gdb.base/testenv.exp
8672 * gdb.compile/compile.exp
8673 * gdb.python/py-framefilter-invalidarg.exp
8674 * gdb.python/py-framefilter.exp
8675
bb95117e
LM
86762016-12-01 Luis Machado <lgustavo@codesourcery.com>
8677
8678 Fix test names starting with uppercase throughout the files.
8679
8680 * gdb.ada/array_return.exp
8681 * gdb.ada/expr_delims.exp
8682 * gdb.ada/mi_dyn_arr.exp
8683 * gdb.ada/mi_interface.exp
8684 * gdb.ada/mi_var_array.exp
8685 * gdb.ada/watch_arg.exp
8686 * gdb.arch/alpha-step.exp
8687 * gdb.arch/altivec-regs.exp
8688 * gdb.arch/e500-regs.exp
8689 * gdb.arch/powerpc-d128-regs.exp
8690 * gdb.base/arrayidx.exp
8691 * gdb.base/break.exp
8692 * gdb.base/checkpoint.exp
8693 * gdb.base/debug-expr.exp
8694 * gdb.base/dmsym.exp
8695 * gdb.base/radix.exp
8696 * gdb.base/sepdebug.exp
8697 * gdb.base/testenv.exp
8698 * gdb.base/watch_thread_num.exp
8699 * gdb.base/watchpoint-cond-gone.exp
8700 * gdb.cell/break.exp
8701 * gdb.cell/ea-cache.exp
8702 * gdb.compile/compile.exp
8703 * gdb.cp/gdb2495.exp
8704 * gdb.gdb/selftest.exp
8705 * gdb.gdb/xfullpath.exp
8706 * gdb.go/hello.exp
8707 * gdb.go/integers.exp
8708 * gdb.objc/basicclass.exp
8709 * gdb.pascal/hello.exp
8710 * gdb.pascal/integers.exp
8711 * gdb.python/py-breakpoint.exp
8712 * gdb.python/py-cmd.exp
8713 * gdb.python/py-linetable.exp
8714 * gdb.python/py-xmethods.exp
8715 * gdb.python/python.exp
8716 * gdb.reverse/consecutive-precsave.exp
8717 * gdb.reverse/finish-precsave.exp
8718 * gdb.reverse/i386-precsave.exp
8719 * gdb.reverse/machinestate-precsave.exp
8720 * gdb.reverse/sigall-precsave.exp
8721 * gdb.reverse/solib-precsave.exp
8722 * gdb.reverse/step-precsave.exp
8723 * gdb.reverse/until-precsave.exp
8724 * gdb.reverse/watch-precsave.exp
8725 * gdb.threads/leader-exit.exp
8726 * gdb.threads/pthreads.exp
8727 * gdb.threads/wp-replication.exp
8728 * gdb.trace/actions.exp
8729 * gdb.trace/mi-tsv-changed.exp
8730 * gdb.trace/tsv.exp
8731
de97fdd4
LM
87322016-12-01 Luis Machado <lgustavo@codesourcery.com>
8733
8734 Fix test names starting with uppercase throughout the files.
8735
8736 * gdb.arch/i386-bp_permanent.exp
8737 * gdb.arch/i386-gnu-cfi.exp
8738 * gdb.base/disasm-end-cu.exp
8739 * gdb.base/macscp.exp
8740 * gdb.base/pending.exp
8741 * gdb.base/watch_thread_num.exp
8742 * gdb.cp/exception.exp
8743 * gdb.cp/gdb2495.exp
8744 * gdb.cp/local.exp
8745 * gdb.python/py-evsignal.exp
8746 * gdb.python/python.exp
8747 * gdb.trace/tracecmd.exp
8748
9f058c10
LM
87492016-12-01 Luis Machado <lgustavo@codesourcery.com>
8750
8751 Fix test names starting with uppercase throughout the files.
8752
8753 * gdb.base/charset.exp
8754 * gdb.base/eval.exp
8755 * gdb.base/multi-forks.exp
8756 * gdb.guile/scm-progspace.exp
8757 * gdb.opencl/datatypes.exp
8758 * gdb.python/py-block.exp
8759 * gdb.python/py-function.exp
8760 * gdb.python/py-symbol.exp
8761 * gdb.python/py-symtab.exp
8762 * gdb.python/py-xmethods.exp
8763 * gdb.reverse/break-precsave.exp
8764 * gdb.reverse/break-reverse.exp
8765 * gdb.reverse/consecutive-precsave.exp
8766 * gdb.reverse/consecutive-reverse.exp
8767 * gdb.reverse/finish-precsave.exp
8768 * gdb.reverse/finish-reverse-bkpt.exp
8769 * gdb.reverse/finish-reverse.exp
8770 * gdb.reverse/fstatat-reverse.exp
8771 * gdb.reverse/getresuid-reverse.exp
8772 * gdb.reverse/i386-precsave.exp
8773 * gdb.reverse/i386-reverse.exp
8774 * gdb.reverse/i386-sse-reverse.exp
8775 * gdb.reverse/i387-stack-reverse.exp
8776 * gdb.reverse/insn-reverse.exp
8777 * gdb.reverse/machinestate-precsave.exp
8778 * gdb.reverse/machinestate.exp
8779 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8780 * gdb.reverse/pipe-reverse.exp
8781 * gdb.reverse/readv-reverse.exp
8782 * gdb.reverse/recvmsg-reverse.exp
8783 * gdb.reverse/rerun-prec.exp
8784 * gdb.reverse/s390-mvcle.exp
8785 * gdb.reverse/sigall-precsave.exp
8786 * gdb.reverse/sigall-reverse.exp
8787 * gdb.reverse/solib-precsave.exp
8788 * gdb.reverse/solib-reverse.exp
8789 * gdb.reverse/step-precsave.exp
8790 * gdb.reverse/step-reverse.exp
8791 * gdb.reverse/time-reverse.exp
8792 * gdb.reverse/until-precsave.exp
8793 * gdb.reverse/until-reverse.exp
8794 * gdb.reverse/waitpid-reverse.exp
8795 * gdb.reverse/watch-precsave.exp
8796 * gdb.reverse/watch-reverse.exp
8797
cdc7edd7
LM
87982016-12-01 Luis Machado <lgustavo@codesourcery.com>
8799
8800 Fix test names starting with uppercase throughout the files.
8801
8802 * gdb.arch/i386-mpx-simple_segv.exp
8803 * gdb.arch/i386-mpx.exp
8804 * gdb.arch/i386-permbkpt.exp
8805 * gdb.arch/pa-nullify.exp
8806 * gdb.arch/powerpc-d128-regs.exp
8807 * gdb.arch/vsx-regs.exp
8808 * gdb.base/bfp-test.exp
8809 * gdb.base/break.exp
8810 * gdb.base/breakpoint-shadow.exp
8811 * gdb.base/callfuncs.exp
8812 * gdb.base/charset.exp
8813 * gdb.base/commands.exp
8814 * gdb.base/completion.exp
8815 * gdb.base/dfp-test.exp
8816 * gdb.base/echo.exp
8817 * gdb.base/ending-run.exp
8818 * gdb.base/eval.exp
8819 * gdb.base/expand-psymtabs.exp
8820 * gdb.base/float128.exp
8821 * gdb.base/floatn.exp
8822 * gdb.base/foll-exec-mode.exp
8823 * gdb.base/gdb1056.exp
8824 * gdb.base/gdb11531.exp
8825 * gdb.base/kill-after-signal.exp
8826 * gdb.base/multi-forks.exp
8827 * gdb.base/overlays.exp
8828 * gdb.base/pending.exp
8829 * gdb.base/sepdebug.exp
8830 * gdb.base/testenv.exp
8831 * gdb.base/valgrind-db-attach.exp
8832 * gdb.base/watch_thread_num.exp
8833 * gdb.base/watchpoint-cond-gone.exp
8834 * gdb.base/watchpoint.exp
8835 * gdb.base/watchpoints.exp
8836 * gdb.cp/arg-reference.exp
8837 * gdb.cp/baseenum.exp
8838 * gdb.cp/operator.exp
8839 * gdb.cp/shadow.exp
8840 * gdb.dwarf2/dw2-op-out-param.exp
8841 * gdb.dwarf2/dw2-reg-undefined.exp
8842 * gdb.go/chan.exp
8843 * gdb.go/hello.exp
8844 * gdb.go/integers.exp
8845 * gdb.go/methods.exp
8846 * gdb.go/package.exp
8847 * gdb.guile/scm-parameter.exp
8848 * gdb.guile/scm-progspace.exp
8849 * gdb.guile/scm-value.exp
8850 * gdb.mi/mi-pending.exp
8851 * gdb.mi/user-selected-context-sync.exp
8852 * gdb.multi/multi-attach.exp
8853 * gdb.multi/tids.exp
8854 * gdb.opt/clobbered-registers-O2.exp
8855 * gdb.pascal/floats.exp
8856 * gdb.pascal/integers.exp
8857 * gdb.python/py-block.exp
8858 * gdb.python/py-events.exp
8859 * gdb.python/py-parameter.exp
8860 * gdb.python/py-symbol.exp
8861 * gdb.python/py-symtab.exp
8862 * gdb.python/py-type.exp
8863 * gdb.python/py-value.exp
8864 * gdb.python/py-xmethods.exp
8865 * gdb.python/python.exp
8866 * gdb.reverse/break-precsave.exp
8867 * gdb.reverse/consecutive-precsave.exp
8868 * gdb.reverse/finish-precsave.exp
8869 * gdb.reverse/i386-precsave.exp
8870 * gdb.reverse/machinestate-precsave.exp
8871 * gdb.reverse/sigall-precsave.exp
8872 * gdb.reverse/solib-precsave.exp
8873 * gdb.reverse/step-precsave.exp
8874 * gdb.reverse/until-precsave.exp
8875 * gdb.reverse/watch-precsave.exp
8876 * gdb.server/ext-attach.exp
8877 * gdb.server/ext-restart.exp
8878 * gdb.server/ext-run.exp
8879 * gdb.server/ext-wrapper.exp
8880 * gdb.stabs/gdb11479.exp
8881 * gdb.stabs/weird.exp
8882 * gdb.threads/attach-many-short-lived-threads.exp
8883 * gdb.threads/kill.exp
8884 * gdb.threads/watchpoint-fork.exp
8885
bc6c7af4
LM
88862016-12-01 Luis Machado <lgustavo@codesourcery.com>
8887
8888 Fix test names starting with uppercase throughout all the files below.
8889
8890 * gdb.ada/array_return.exp
8891 * gdb.ada/catch_ex.exp
8892 * gdb.ada/info_exc.exp
8893 * gdb.ada/mi_catch_ex.exp
8894 * gdb.ada/mi_dyn_arr.exp
8895 * gdb.ada/mi_ex_cond.exp
8896 * gdb.ada/mi_exc_info.exp
8897 * gdb.ada/mi_interface.exp
8898 * gdb.ada/mi_task_arg.exp
8899 * gdb.ada/mi_task_info.exp
8900 * gdb.ada/mi_var_array.exp
8901 * gdb.arch/alpha-step.exp
8902 * gdb.arch/amd64-disp-step.exp
8903 * gdb.arch/arm-disp-step.exp
8904 * gdb.arch/disp-step-insn-reloc.exp
8905 * gdb.arch/e500-prologue.exp
8906 * gdb.arch/ftrace-insn-reloc.exp
8907 * gdb.arch/gdb1558.exp
8908 * gdb.arch/i386-bp_permanent.exp
8909 * gdb.arch/i386-disp-step.exp
8910 * gdb.arch/i386-float.exp
8911 * gdb.arch/i386-gnu-cfi.exp
8912 * gdb.arch/ia64-breakpoint-shadow.exp
8913 * gdb.arch/mips16-thunks.exp
8914 * gdb.arch/pa-nullify.exp
8915 * gdb.arch/powerpc-aix-prologue.exp
8916 * gdb.arch/powerpc-power.exp
8917 * gdb.arch/ppc-dfp.exp
8918 * gdb.arch/s390-tdbregs.exp
8919 * gdb.arch/spu-info.exp
8920 * gdb.arch/spu-ls.exp
8921 * gdb.arch/thumb-bx-pc.exp
8922 * gdb.base/advance.exp
8923 * gdb.base/annota-input-while-running.exp
8924 * gdb.base/arrayidx.exp
8925 * gdb.base/asmlabel.exp
8926 * gdb.base/async.exp
8927 * gdb.base/attach-wait-input.exp
8928 * gdb.base/auto-connect-native-target.exp
8929 * gdb.base/batch-preserve-term-settings.exp
8930 * gdb.base/bfp-test.exp
8931 * gdb.base/bigcore.exp
8932 * gdb.base/bp-permanent.exp
8933 * gdb.base/break-always.exp
8934 * gdb.base/break-fun-addr.exp
8935 * gdb.base/break-idempotent.exp
8936 * gdb.base/break-main-file-remove-fail.exp
8937 * gdb.base/break-probes.exp
8938 * gdb.base/break-unload-file.exp
8939 * gdb.base/break.exp
8940 * gdb.base/call-ar-st.exp
8941 * gdb.base/call-rt-st.exp
8942 * gdb.base/call-sc.exp
8943 * gdb.base/call-signal-resume.exp
8944 * gdb.base/call-strs.exp
8945 * gdb.base/callexit.exp
8946 * gdb.base/callfuncs.exp
8947 * gdb.base/catch-gdb-caused-signals.exp
8948 * gdb.base/catch-signal-siginfo-cond.exp
8949 * gdb.base/catch-syscall.exp
8950 * gdb.base/compare-sections.exp
8951 * gdb.base/cond-eval-mode.exp
8952 * gdb.base/condbreak-call-false.exp
8953 * gdb.base/consecutive-step-over.exp
8954 * gdb.base/cursal.exp
8955 * gdb.base/disabled-location.exp
8956 * gdb.base/disasm-end-cu.exp
8957 * gdb.base/display.exp
8958 * gdb.base/double-prompt-target-event-error.exp
8959 * gdb.base/dprintf-bp-same-addr.exp
8960 * gdb.base/dprintf-detach.exp
8961 * gdb.base/dprintf-next.exp
8962 * gdb.base/dprintf-non-stop.exp
8963 * gdb.base/dprintf-pending.exp
8964 * gdb.base/dso2dso.exp
8965 * gdb.base/ending-run.exp
8966 * gdb.base/enum_cond.exp
8967 * gdb.base/examine-backward.exp
8968 * gdb.base/exe-lock.exp
8969 * gdb.base/exec-invalid-sysroot.exp
8970 * gdb.base/execl-update-breakpoints.exp
8971 * gdb.base/execution-termios.exp
8972 * gdb.base/fileio.exp
8973 * gdb.base/fixsection.exp
8974 * gdb.base/foll-exec-mode.exp
8975 * gdb.base/foll-exec.exp
8976 * gdb.base/fork-running-state.exp
8977 * gdb.base/frame-args.exp
8978 * gdb.base/fullpath-expand.exp
8979 * gdb.base/func-ptr.exp
8980 * gdb.base/gcore-relro-pie.exp
8981 * gdb.base/gdb1090.exp
8982 * gdb.base/gdb1555.exp
8983 * gdb.base/global-var-nested-by-dso.exp
8984 * gdb.base/gnu-ifunc.exp
8985 * gdb.base/hbreak-in-shr-unsupported.exp
8986 * gdb.base/hbreak-unmapped.exp
8987 * gdb.base/hook-stop.exp
8988 * gdb.base/infcall-input.exp
8989 * gdb.base/info-fun.exp
8990 * gdb.base/info-shared.exp
8991 * gdb.base/interrupt-noterm.exp
8992 * gdb.base/jit-so.exp
8993 * gdb.base/jit.exp
8994 * gdb.base/line-symtabs.exp
8995 * gdb.base/list.exp
8996 * gdb.base/longjmp.exp
8997 * gdb.base/macscp.exp
8998 * gdb.base/max-value-size.exp
8999 * gdb.base/nodebug.exp
9000 * gdb.base/nofield.exp
9001 * gdb.base/overlays.exp
9002 * gdb.base/paginate-after-ctrl-c-running.exp
9003 * gdb.base/paginate-bg-execution.exp
9004 * gdb.base/paginate-inferior-exit.exp
9005 * gdb.base/pending.exp
9006 * gdb.base/pr11022.exp
9007 * gdb.base/printcmds.exp
9008 * gdb.base/ptr-typedef.exp
9009 * gdb.base/ptype.exp
9010 * gdb.base/randomize.exp
9011 * gdb.base/range-stepping.exp
9012 * gdb.base/realname-expand.exp
9013 * gdb.base/relativedebug.exp
9014 * gdb.base/remote.exp
9015 * gdb.base/savedregs.exp
9016 * gdb.base/sepdebug.exp
9017 * gdb.base/set-noassign.exp
9018 * gdb.base/shlib-call.exp
9019 * gdb.base/shreloc.exp
9020 * gdb.base/sigaltstack.exp
9021 * gdb.base/sigbpt.exp
9022 * gdb.base/siginfo-addr.exp
9023 * gdb.base/siginfo-obj.exp
9024 * gdb.base/siginfo-thread.exp
9025 * gdb.base/signest.exp
9026 * gdb.base/signull.exp
9027 * gdb.base/sigrepeat.exp
9028 * gdb.base/skip.exp
9029 * gdb.base/so-impl-ld.exp
9030 * gdb.base/solib-corrupted.exp
9031 * gdb.base/solib-disc.exp
9032 * gdb.base/solib-display.exp
9033 * gdb.base/solib-overlap.exp
9034 * gdb.base/solib-search.exp
9035 * gdb.base/solib-symbol.exp
9036 * gdb.base/source-execution.exp
9037 * gdb.base/sss-bp-on-user-bp-2.exp
9038 * gdb.base/sss-bp-on-user-bp.exp
9039 * gdb.base/stack-checking.exp
9040 * gdb.base/stale-infcall.exp
9041 * gdb.base/step-break.exp
9042 * gdb.base/step-line.exp
9043 * gdb.base/step-over-exit.exp
9044 * gdb.base/step-test.exp
9045 * gdb.base/structs.exp
9046 * gdb.base/sym-file.exp
9047 * gdb.base/symtab-search-order.exp
9048 * gdb.base/term.exp
9049 * gdb.base/type-opaque.exp
9050 * gdb.base/unload.exp
9051 * gdb.base/until-nodebug.exp
9052 * gdb.base/until.exp
9053 * gdb.base/unwindonsignal.exp
9054 * gdb.base/watch-cond.exp
9055 * gdb.base/watch-non-mem.exp
9056 * gdb.base/watch_thread_num.exp
9057 * gdb.base/watchpoint-reuse-slot.exp
9058 * gdb.base/watchpoint-solib.exp
9059 * gdb.base/watchpoint.exp
9060 * gdb.btrace/dlopen.exp
9061 * gdb.cell/arch.exp
9062 * gdb.cell/break.exp
9063 * gdb.cell/bt.exp
9064 * gdb.cell/core.exp
9065 * gdb.cell/data.exp
9066 * gdb.cell/dwarfaddr.exp
9067 * gdb.cell/ea-cache.exp
9068 * gdb.cell/ea-standalone.exp
9069 * gdb.cell/ea-test.exp
9070 * gdb.cell/f-regs.exp
9071 * gdb.cell/fork.exp
9072 * gdb.cell/gcore.exp
9073 * gdb.cell/mem-access.exp
9074 * gdb.cell/ptype.exp
9075 * gdb.cell/registers.exp
9076 * gdb.cell/sizeof.exp
9077 * gdb.cell/solib-symbol.exp
9078 * gdb.cell/solib.exp
9079 * gdb.compile/compile-tls.exp
9080 * gdb.cp/exception.exp
9081 * gdb.cp/gdb2495.exp
9082 * gdb.cp/local.exp
9083 * gdb.cp/mb-inline.exp
9084 * gdb.cp/mb-templates.exp
9085 * gdb.cp/pr10687.exp
9086 * gdb.cp/pr9167.exp
9087 * gdb.cp/scope-err.exp
9088 * gdb.cp/templates.exp
9089 * gdb.cp/virtfunc.exp
9090 * gdb.dwarf2/dw2-dir-file-name.exp
9091 * gdb.dwarf2/dw2-single-line-discriminators.exp
9092 * gdb.fortran/complex.exp
9093 * gdb.fortran/library-module.exp
9094 * gdb.guile/guile.exp
9095 * gdb.guile/scm-cmd.exp
9096 * gdb.guile/scm-frame-inline.exp
9097 * gdb.guile/scm-objfile.exp
9098 * gdb.guile/scm-pretty-print.exp
9099 * gdb.guile/scm-symbol.exp
9100 * gdb.guile/scm-type.exp
9101 * gdb.guile/scm-value.exp
9102 * gdb.linespec/keywords.exp
9103 * gdb.linespec/ls-errs.exp
9104 * gdb.linespec/macro-relative.exp
9105 * gdb.linespec/thread.exp
9106 * gdb.mi/mi-breakpoint-changed.exp
9107 * gdb.mi/mi-dprintf-pending.exp
9108 * gdb.mi/mi-fullname-deleted.exp
9109 * gdb.mi/mi-logging.exp
9110 * gdb.mi/mi-pending.exp
9111 * gdb.mi/mi-solib.exp
9112 * gdb.mi/new-ui-mi-sync.exp
9113 * gdb.mi/user-selected-context-sync.exp
9114 * gdb.multi/dummy-frame-restore.exp
9115 * gdb.multi/multi-arch-exec.exp
9116 * gdb.multi/remove-inferiors.exp
9117 * gdb.multi/watchpoint-multi-exit.exp
9118 * gdb.opt/solib-intra-step.exp
9119 * gdb.perf/backtrace.exp
9120 * gdb.perf/single-step.exp
9121 * gdb.perf/skip-command.exp
9122 * gdb.perf/skip-prologue.exp
9123 * gdb.perf/solib.exp
9124 * gdb.python/lib-types.exp
9125 * gdb.python/py-as-string.exp
9126 * gdb.python/py-bad-printers.exp
9127 * gdb.python/py-block.exp
9128 * gdb.python/py-breakpoint.exp
9129 * gdb.python/py-cmd.exp
9130 * gdb.python/py-events.exp
9131 * gdb.python/py-evthreads.exp
9132 * gdb.python/py-finish-breakpoint.exp
9133 * gdb.python/py-finish-breakpoint2.exp
9134 * gdb.python/py-frame-inline.exp
9135 * gdb.python/py-frame.exp
9136 * gdb.python/py-inferior.exp
9137 * gdb.python/py-infthread.exp
9138 * gdb.python/py-mi.exp
9139 * gdb.python/py-objfile.exp
9140 * gdb.python/py-pp-maint.exp
9141 * gdb.python/py-pp-registration.exp
9142 * gdb.python/py-prettyprint.exp
9143 * gdb.python/py-recurse-unwind.exp
9144 * gdb.python/py-shared.exp
9145 * gdb.python/py-symbol.exp
9146 * gdb.python/py-symtab.exp
9147 * gdb.python/py-template.exp
9148 * gdb.python/py-type.exp
9149 * gdb.python/py-unwind-maint.exp
9150 * gdb.python/py-unwind.exp
9151 * gdb.python/py-value.exp
9152 * gdb.python/python.exp
9153 * gdb.reverse/finish-reverse-bkpt.exp
9154 * gdb.reverse/insn-reverse.exp
9155 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9156 * gdb.reverse/solib-precsave.exp
9157 * gdb.reverse/solib-reverse.exp
9158 * gdb.stabs/gdb11479.exp
9159 * gdb.stabs/weird.exp
9160 * gdb.threads/fork-child-threads.exp
9161 * gdb.threads/fork-plus-threads.exp
9162 * gdb.threads/fork-thread-pending.exp
9163 * gdb.threads/forking-threads-plus-breakpoint.exp
9164 * gdb.threads/hand-call-in-threads.exp
9165 * gdb.threads/interrupted-hand-call.exp
9166 * gdb.threads/linux-dp.exp
9167 * gdb.threads/local-watch-wrong-thread.exp
9168 * gdb.threads/next-while-other-thread-longjmps.exp
9169 * gdb.threads/non-ldr-exit.exp
9170 * gdb.threads/pending-step.exp
9171 * gdb.threads/print-threads.exp
9172 * gdb.threads/process-dies-while-detaching.exp
9173 * gdb.threads/process-dies-while-handling-bp.exp
9174 * gdb.threads/pthreads.exp
9175 * gdb.threads/queue-signal.exp
9176 * gdb.threads/reconnect-signal.exp
9177 * gdb.threads/signal-command-handle-nopass.exp
9178 * gdb.threads/signal-command-multiple-signals-pending.exp
9179 * gdb.threads/signal-delivered-right-thread.exp
9180 * gdb.threads/signal-sigtrap.exp
9181 * gdb.threads/sigthread.exp
9182 * gdb.threads/staticthreads.exp
9183 * gdb.threads/stepi-random-signal.exp
9184 * gdb.threads/thread-unwindonsignal.exp
9185 * gdb.threads/thread_check.exp
9186 * gdb.threads/thread_events.exp
9187 * gdb.threads/tid-reuse.exp
9188 * gdb.threads/tls-nodebug.exp
9189 * gdb.threads/tls-shared.exp
9190 * gdb.threads/tls-so_extern.exp
9191 * gdb.threads/tls.exp
9192 * gdb.threads/wp-replication.exp
9193 * gdb.trace/actions-changed.exp
9194 * gdb.trace/actions.exp
9195 * gdb.trace/backtrace.exp
9196 * gdb.trace/change-loc.exp
9197 * gdb.trace/collection.exp
9198 * gdb.trace/deltrace.exp
9199 * gdb.trace/disconnected-tracing.exp
9200 * gdb.trace/entry-values.exp
9201 * gdb.trace/ftrace-lock.exp
9202 * gdb.trace/ftrace.exp
9203 * gdb.trace/infotrace.exp
9204 * gdb.trace/mi-trace-frame-collected.exp
9205 * gdb.trace/mi-trace-unavailable.exp
9206 * gdb.trace/mi-traceframe-changed.exp
9207 * gdb.trace/mi-tracepoint-changed.exp
9208 * gdb.trace/mi-tsv-changed.exp
9209 * gdb.trace/no-attach-trace.exp
9210 * gdb.trace/packetlen.exp
9211 * gdb.trace/passc-dyn.exp
9212 * gdb.trace/passcount.exp
9213 * gdb.trace/pending.exp
9214 * gdb.trace/pr16508.exp
9215 * gdb.trace/qtro.exp
9216 * gdb.trace/range-stepping.exp
9217 * gdb.trace/read-memory.exp
9218 * gdb.trace/report.exp
9219 * gdb.trace/save-trace.exp
9220 * gdb.trace/signal.exp
9221 * gdb.trace/stap-trace.exp
9222 * gdb.trace/status-stop.exp
9223 * gdb.trace/strace.exp
9224 * gdb.trace/tfile.exp
9225 * gdb.trace/tfind.exp
9226 * gdb.trace/trace-break.exp
9227 * gdb.trace/trace-condition.exp
9228 * gdb.trace/trace-enable-disable.exp
9229 * gdb.trace/trace-mt.exp
9230 * gdb.trace/tracecmd.exp
9231 * gdb.trace/tracefile-pseudo-reg.exp
9232 * gdb.trace/tspeed.exp
9233 * gdb.trace/tstatus.exp
9234 * gdb.trace/tsv.exp
9235 * gdb.trace/unavailable.exp
9236 * gdb.trace/while-dyn.exp
9237 * gdb.trace/while-stepping.exp
9238 * lib/gdb-guile.exp
9239 * lib/gdb.exp
9240 * lib/mi-support.exp
9241 * lib/pascal.exp
9242 * lib/perftest.exp
9243 * lib/prelink-support.exp
9244 * lib/selftest-support.exp
9245
ad02e4fe
SM
92462016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
9247
9248 * Makefile.in: Include disable-implicit-rules.mk.
9249
22347e55
AA
92502016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9251
9252 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
9253 non-byte-aligned bit fields.
9254
da5b30da
AA
92552016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9256
9257 PR gdb/12616
9258 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
9259 respects the DW_AT_data_bit_offset attribute.
9260
b593ecca
SM
92612016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
9262
9263 * gdb.base/default.exp: Fix output of "set language".
9264
3b165252
SM
92652016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
9266
9267 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
9268 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
9269 make.
9270 * configure.ac: Remove checks for the make program.
9271 * configure: Re-generate.
9272
1a2f3d7f
KB
92732016-11-16 Kevin Buettner <kevinb@redhat.com>
9274
9275 * gdb.python/py-recurse-unwind.c (main): Add loop.
9276 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
9277 to read_register() and gdb.parse_and_eval(). Make each code
9278 call a separate case that can be individually tested.
9279 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
9280 proc. Call cont_and_backtrace for each of the code paths that
9281 we want to test in the unwinder.
9282
b7f38fda
AA
92832016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
9284
9285 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
9286 the definition of struct S.
9287
1f8db343
CM
92882016-11-11 Catherine Moore <clm@codesourcery.com>
9289
9290 * gdb.base/dump.exp: Identify verilog format dump tests as such.
9291
fad0c9fb
PA
92922016-11-09 Pedro Alves <palves@redhat.com>
9293
9294 * gdb.base/commands.exp (runto_or_return): New procedure.
9295 (gdbvar_simple_if_test, gdbvar_simple_while_test)
9296 (gdbvar_complex_if_while_test, progvar_simple_if_test)
9297 (progvar_simple_while_test, progvar_complex_if_while_test)
9298 (if_while_breakpoint_command_test)
9299 (infrun_breakpoint_command_test, breakpoint_command_test)
9300 (user_defined_command_test, watchpoint_command_test)
9301 (test_command_prompt_position, redefine_hook_test)
9302 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
9303 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
9304 multi_line_input and multi_line. Remove gdb_expect and
9305 gdb_stop_suppressing_tests uses.
9306 * lib/gdb.exp (valnum_re): New global.
9307 (multi_line_input): New procedure.
9308
8354c62c
SM
93092016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
9310
9311 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
9312 Remove.
9313 (test_setup): Define with proc_with_prefix.
9314 (test_cli_inferior): Likewise.
9315 (test_cli_thread): Likewise.
9316 (test_cli_frame): Likewise.
9317 (test_cli_select_frame): Likewise.
9318 (test_cli_up_down): Likewise.
9319 (test_mi_thread_select): Likewise.
9320 (test_mi_stack_select_frame): Likewise.
9321 (test_cli_in_mi_inferior): Likewise.
9322 (test_cli_in_mi_thread): Likewise.
9323 (test_cli_in_mi_frame): Likewise.
9324 (top level): Do not use with_test_prefix_procname.
9325
64f367a2
PA
93262016-11-09 Pedro Alves <palves@redhat.com>
9327
9328 * gdb.base/commands.exp (gdbvar_simple_if_test)
9329 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
9330 (progvar_simple_if_test, progvar_simple_while_test)
9331 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
9332 (infrun_breakpoint_command_test, breakpoint_command_test)
9333 (user_defined_command_test, watchpoint_command_test)
9334 (test_command_prompt_position, deprecated_command_test)
9335 (bp_deleted_in_command, temporary_breakpoint_commands)
9336 (stray_arg0_test, source_file_with_indented_comment)
9337 (recursive_source_test, if_commands_test)
9338 (error_clears_commands_left, redefine_hook_test)
9339 (redefine_backtrace_test): Use proc_with_prefix.
9340 * lib/gdb.exp (proc_with_prefix): New proc.
9341
0bb65f1e
AA
93422016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
9343
9344 * gdb.base/tui-layout.c: New file.
9345 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
9346 disassembly window contains very long lines.
9347
7353f247
TT
93482016-11-08 Tom Tromey <tom@tromey.com>
9349
9350 * gdb.python/py-value.exp (test_value_creation): Make "long" test
9351 depend on Python 2.
9352
30a7bb83
TT
93532016-11-08 Tom Tromey <tom@tromey.com>
9354
9355 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
9356 New method.
9357
cdf5a07c
MG
93582016-10-29 Manish Goregaokar <manish@mozilla.com>
9359
2806dc7e 9360 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 9361
51a789c3
MG
93622016-10-27 Manish Goregaokar <manish@mozilla.com>
9363
2806dc7e
PA
9364 * gdb.rust/simple.rs: Add test for univariant enums without
9365 discriminants and for encoded struct-like enums.
51a789c3 9366
f610ab6d
PA
93672016-10-28 Pedro Alves <palves@redhat.com>
9368
9369 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
9370 gdb_test_multiple, tighten regexps and match symtabs and line
9371 tables incrementally.
9372
b129b0ca
LM
93732016-10-28 Luis Machado <lgustavo@codesourcery.com>
9374
9375 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
9376 general.
9377
ecf45d2c
SL
93782016-10-25 Luis Machado <lgustavo@codesourcery.com>
9379
9380 * gdb.base/exec-invalid-sysroot.exp: New file.
9381
b8d38ee4
JK
93822016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9383
9384 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
9385
f90fd8c2
JK
93862016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9387
9388 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
9389
2d2476aa
MR
93902016-10-19 Maciej W. Rozycki <macro@imgtec.com>
9391
2806dc7e
PA
9392 * gdb.base/killed-outside.exp: Remove $options from a call to
9393 `prepare_for_testing'.
2d2476aa 9394
e42b25a0
SM
93952016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9396
9397 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
9398 Change test message.
9399
3ccdb432
SM
94002016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9401
9402 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
9403 Update comment.
9404
5bad3170
SM
94052016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9406
9407 * gdb.trace/mi-trace-save.exp: New file.
9408
5ad9dba7
YQ
94092016-10-13 Yao Qi <yao.qi@linaro.org>
9410
9411 * gdb.base/code_elim.exp (get_var_address): Remove.
9412 * gdb.base/relocate.exp: Likewise.
9413 * gdb.base/shreloc.exp: Likewise.
9414 * lib/gdb.exp (get_var_address): New.
9415
62df7e21
YQ
94162016-10-13 Yao Qi <yao.qi@linaro.org>
9417
9418 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
9419 floating point tests if $skip_float_test is false.
9420
4dac951e
LM
94212016-10-12 Luis Machado <lgustavo@codesourcery.com>
9422
9423 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
9424 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
9425 argc values.
9426 Add 1 to argc so we guarantee distinct initial/modified argc values.
9427
8f1a8fc4
JK
94282016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9429
9430 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
9431
16c85b5d
JK
94322016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9433
9434 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
9435 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
9436 * gdb.arch/vsx-regs.exp: Likewise.
9437
1d0e042a
YQ
94382016-10-07 Yao Qi <yao.qi@linaro.org>
9439
9440 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
9441
68dadef5
MM
94422016-10-07 Markus Metzger <markus.t.metzger@intel.com>
9443
9444 * gdb.python/python.exp: Test decode_line("*0").
9445
33fa2c6e
DE
94462016-10-06 Doug Evans <dje@google.com>
9447
9448 * gdb.python/py-value.exp (test_value_creation): Add test for large
9449 unsigned 64-bit value.
9450
9c37b5ae
TT
94512016-10-06 Tom Tromey <tom@tromey.com>
9452
9453 * gdb.compile/compile.exp: Change java tests to rust.
9454 * gdb.base/setshow.exp: Change java tests to rust.
9455 * gdb.base/default.exp: Remove java from language list.
9456 * README (Examples): Update language example.
9457 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
9458 test.
9459 * lib/gdb.exp (skip_java_tests): Remove.
9460 * lib/java.exp: Remove.
9461 * gdb.java: Remove.
9462
78b86327
MR
94632016-10-06 Maciej W. Rozycki <macro@imgtec.com>
9464
9465 * gdb.arch/mips-fcr.exp: New test.
9466 * gdb.arch/mips-fcr.c: Source for the new test.
9467
7470adbb
MR
94682016-10-06 Maciej W. Rozycki <macro@imgtec.com>
9469
9470 * gdb.base/solib-disc.exp: Use `standard_output_file'
9471 throughout.
9472
4a556533
PA
94732016-10-06 Pedro Alves <palves@redhat.com>
9474
9475 * gdb.base/jit-simple-dl.c: New file.
9476 * gdb.base/jit-simple-jit.c: New file, factored out from ...
9477 * gdb.base/jit-simple.c: ... this.
9478 * gdb.base/jit-simple.exp (jit_run): Delete.
9479 (build_jit): New proc.
9480 (jit_test_reread): Recompile either the main program or the shared
9481 library, depending on what is being tested. Skip changing address
9482 if caller wants to. Compare before/after addresses. If testing
9483 standalone, explicitly load the binary. Test "maint info
9484 breakpoints".
9485 (top level): Add "standalone vs shared lib" and "change address"
9486 vs "same address" axes.
9487
5a122fbc
PA
94882016-10-06 Pedro Alves <palves@redhat.com>
9489
9490 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
9491 call.
9492 (jit_run): Delete.
9493 (jit_test_reread): Use with_test_prefix. Reload the main binary
9494 explicitly. Compare the before/after addresses of the JIT
9495 descriptor.
9496
ee8da4b8
DE
94972016-08-15 Doug Evans <dje@google.com>
9498
9499 * gdb.xml/extra-regs.xml: Update, end field now required, default type
9500 for single bitfields is bool.
9501 * gdb.xml/tdesc-regs.exp: Ditto.
9502
f389f6fe
JK
95032016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9504
9505 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
9506
fdebf1a4
YQ
95072016-10-05 Yao Qi <yao.qi@linaro.org>
9508
9509 * lib/gdb.exp (support_complex_tests): Return zero if
9510 gdb_skip_float_test return true.
9511
9c36d954 95122016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 9513 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
9514
9515 PR gdb/20487
9516 * gdb.mi/user-selected-context-sync.exp: New file.
9517 * gdb.mi/user-selected-context-sync.c: New file.
9518
4034d0ff 95192016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 9520 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
9521
9522 PR gdb/20487
9523 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
9524 =thread-select-event check.
9525
a4297203
PB
95262016-09-29 Peter Bergner <bergner@vnet.ibm.com>
9527
9528 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
9529 the compulsory L operand changes.
9530 * gdb.arch/powerpc-power.s: Likewise.
9531
bb805577
JK
95322016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9533
9534 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
9535 * gdb.base/jit-attach-pie.c: New file.
9536 * gdb.base/jit-attach-pie.exp: New file.
9537
6d61dee5
PA
95382016-09-28 Pedro Alves <palves@redhat.com>
9539
9540 * gdb.base/infcall-input.c: New file.
9541 * gdb.base/infcall-input.exp: New file.
9542
f73842fc
YQ
95432016-09-22 Yao Qi <yao.qi@linaro.org>
9544
9545 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
9546 (gdb_exit): Rename it to ...
9547 (gdbserver_gdb_exit): ... Close GDBserver.
9548 (gdb_exit): New proc, call gdbserver_gdb_exit.
9549 (mi_gdb_exit): Likewise.
9550
90681dab
YQ
95512016-09-22 Yao Qi <yao.qi@linaro.org>
9552
9553 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
9554 path.
9555 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
9556 Remove duplication.
9557
9c211fd8
YQ
95582016-09-22 Yao Qi <yao.qi@linaro.org>
9559
9560 * lib/gdbserver-support.exp: Check the existence of
9561 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
9562
ad0a504f
AK
95632016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
9564
9565 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
9566
36cf1806
TT
95672016-09-21 Tom Tromey <tom@tromey.com>
9568
9569 PR gdb/20604:
9570 * gdb.base/quit.exp: New file.
9571
74172ecf
SM
95722016-09-21 Simon Marchi <simon.marchi@ericsson.com>
9573
9574 * .gitignore: New file.
9575
3d0ec882
MR
95762016-09-21 Maciej W. Rozycki <macro@imgtec.com>
9577
9578 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
9579 throughout.
9580
8193adea
AA
95812016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9582
9583 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
9584
d41a5c09
JK
95852016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9586
9587 * gdb.cp/casts.cc (decltype): Move it ...
9588 (main): ... with its call to ...
9589 * gdb.cp/casts03.cc: ... a new file.
9590 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
9591
d2dfe700
JK
95922016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9593
9594 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
9595
e2a92b16
PB
95962016-09-15 Peter Bergner <bergner@vnet.ibm.com>
9597
9598 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
9599 and sync up the test with tests in gas/testsuite/gas/ppc.
9600 * gdb.arch/powerpc-power.exp: Likewise.
9601
49b4de64
JK
96022016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9603
9604 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
9605
2c29df25
SDJ
96062016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
9607 Jan Kratochvil <jan.kratochvil@redhat.com>
9608
9609 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
9610 make m1's definition to be different from m2's. Use 'dummy' as an
9611 argument for probe 'two'.
9612
cc3c2846
JB
96132016-09-10 Jon Beniston <jon@beniston.com>
9614
9615 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
9616 for sim target.
9617
e1b2624a
AA
96182016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
9619
9620 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
9621 variable declaration.
9622 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
9623 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
9624 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
9625 received HWCAP as its argument.
9626
4295e285
PA
96272016-09-06 Pedro Alves <palves@redhat.com>
9628
9629 * gdb.base/new-ui-pending-input.c: New file.
9630 * gdb.base/new-ui-pending-input.exp: New file.
9631 * gdb.exp (clear_gdb_spawn_id): New procedure.
9632 (with_spawn_id): Check whether gdb_spawn_id exists before
9633 referencing it. If gdb_spawn_id didn't exist on entry, clear it
9634 on exit.
9635
00d5215e
UW
96362016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
9637
9638 * gdb.base/float128.c: New file.
9639 * gdb.base/float128.exp: Likewise.
9640 * gdb.base/floatn.c: Likewise.
9641 * gdb.base/floatn.exp: Likewise.
9642
a9ff5f12
UW
96432016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
9644
9645 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
9646
f245535c
PA
96472016-09-05 Pedro Alves <palves@redhat.com>
9648
9649 PR backtrace/19927
9650 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
9651 unwinders are immediately called as side effect of "source" or
9652 "disable unwinder" commands.
9653 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
9654
ae9cf263
YQ
96552016-09-02 Yao Qi <yao.qi@linaro.org>
9656
9657 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
9658 is true and $type is "float" or "double".
9659
27aba047
YQ
96602016-09-02 Yao Qi <yao.qi@linaro.org>
9661
9662 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
9663 true.
9664 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
9665 * gdb.base/call-rt-st.exp: Likewise.
9666 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
9667 return value instead of gdb,skip_float_test.
9668 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
9669 (do_function_calls): Use its return value instead of
9670 gdb,skip_float_test.
9671 * gdb.base/finish.exp: Likewise.
9672 * gdb.base/funcargs.exp: Likewise.
9673 * gdb.base/return.exp: Likewise.
9674 * gdb.base/return2.exp: Likewise.
9675 * gdb.base/varargs.exp: Likewise.
9676 * lib/gdb.exp (gdb_skip_float_test): Change it to
9677 gdb_caching_proc. Detect the broken ptrace on arm-linux.
9678
5af962df
AA
96792016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
9680
9681 * gdb.multi/tids.exp: Test "thread apply all".
9682
7fac6910
JK
96832016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9684
9685 * gdb.base/default.exp (tty): Remove.
9686
bb1fe4ac
KB
96872016-08-24 Kevin Buettner <kevinb@redhat.com>
9688
2806dc7e
PA
9689 * gdb.python/py-recurse-unwind.c: New file.
9690 * gdb.python/py-recurse-unwind.py: New file.
9691 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 9692
0a1ddfa6
SM
96932016-08-24 Simon Marchi <simon.marchi@ericsson.com>
9694
9695 * gdb.base/set-inferior-tty.exp: New file.
9696 * gdb.base/set-inferior-tty.c: New file.
9697
d9de1fe3
PA
96982016-08-23 Pedro Alves <palves@redhat.com>
9699
9700 PR gdb/20494
9701 * gdb.base/new-ui-echo.c: New file.
9702 * gdb.base/new-ui-echo.exp: New file.
9703
e9d9abd7
YQ
97042016-08-23 Yao Qi <yao.qi@linaro.org>
9705
9706 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
9707 gdbserver_spawn.
9708 * gdb.server/connect-without-multi-process.exp (do_test):
9709 Likewise.
9710
3589529e
YQ
97112016-08-23 Yao Qi <yao.qi@linaro.org>
9712
9713 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
9714 standalone_txt. Delete gdb_txt and standalone_txt on host
9715 and target. Spawn the binary on target. Copy files from
9716 target to host.
9717
6bb90213
PA
97182016-08-22 Pedro Alves <palves@redhat.com>
9719
9720 PR gdb/20505
9721 * gdb.base/vdso-warning.exp: Test core dumps too. Use
9722 with_test_prefix. Factor out bits to ...
9723 (test_no_vdso): ... this new procedure.
9724
20c2c024
CL
97252016-08-19 Carl Love <cel@us.ibm.com>
9726
9727 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
9728 maintaining separate logic for constructing the output path.
9729 * gdb.arch/powerpc-d128-regs.exp: Likewise.
9730 * gdb.arch/ppc-dfp.exp: Likewise.
9731 * gdb.arch/ppc-fp.exp: Likewise.
9732 * gdb.arch/vsx-regs.exp: Likewise.
9733 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
9734 binprefix for generating the additional binary files.
9735
0646e07d
PA
97362016-08-19 Pedro Alves <palves@redhat.com>
9737
9738 * gdb.trace/mi-trace-frame-collected.exp
9739 (test_trace_frame_collected): On x32, expect two registers.
9740
46da9242
CL
97412016-08-18 Carl Love <cel@us.ibm.com>
9742
9743 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
9744 and sync up the test with tests in gas/testsuite/gas/ppc.
9745 * gdb.arch/powerpc-power.exp: Likewise.
9746
eb2332d7
SM
97472016-08-17 Simon Marchi <simon.marchi@ericsson.com>
9748
9749 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
9750 expected error message.
9751
63c61e04
SM
97522016-08-17 Simon Marchi <simon.marchi@ericsson.com>
9753
9754 * gdb.multi/remove-inferiors.exp: New file.
9755 * gdb.multi/remove-inferiors.c: New file.
9756
7b17065f
YQ
97572016-08-12 Yao Qi <yao.qi@linaro.org>
9758
9759 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
9760 argument list.
9761
01d3dedf
PA
97622016-08-10 Pedro Alves <palves@redhat.com>
9763
9764 PR gdb/19187
9765 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
9766 setup_kfails.
9767
3eb7562a
PA
97682016-08-09 Pedro Alves <palves@redhat.com>
9769 Simon Marchi <simon.marchi@ericsson.com>
9770
9771 PR gdb/20418
9772 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
9773 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
9774
80614914
PA
97752016-08-09 Pedro Alves <palves@redhat.com>
9776
9777 PR mi/20431
9778 * gdb.mi/mi-cmd-error.exp: New file.
9779
f348d89a
PA
97802016-08-09 Pedro Alves <palves@redhat.com>
9781
9782 PR gdb/18653
9783 * gdb.base/signals-state-child.c: New file.
9784 * gdb.base/signals-state-child.exp: New file.
9785 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
9786
e5ca03b4
PA
97872016-08-09 Pedro Alves <palves@redhat.com>
9788
9789 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
9790
282a0691
TT
97912016-08-03 Tom Tromey <tom@tromey.com>
9792
9793 PR python/18565:
9794 * gdb.python/py-frame-inline.exp: Add Frame.function test.
9795
41bfcd63
YQ
97962016-08-01 Yao Qi <yao.qi@linaro.org>
9797
9798 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
9799 variable mode to "multi-process" if $multi_process is 1, otherwise
9800 set it to "single-process".
9801
e3465b24
YQ
98022016-08-01 Yao Qi <yao.qi@linaro.org>
9803
9804 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
9805 * gdb.cp/cpexprs.exp: Likewise.
9806 * gdb.cp/m-static.exp: Likewise.
9807
0b31a4bc
TT
98082016-07-26 Tom Tromey <tom@tromey.com>
9809
9810 PR python/20190:
9811 * gdb.threads/tls.exp (check_thread_local): Add python symbol
9812 test.
9813
e0461dbb
MM
98142016-07-26 Markus Metzger <markus.t.metzger@intel.com>
9815
9816 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
9817 selecting assembly source files.
9818 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
9819 assembly source files.
9820 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
9821 assembly source files.
9822 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
9823 selecting assembly source files.
9824
8194e927
SM
98252016-07-25 Simon Marchi <simon.marchi@ericsson.com>
9826
9827 * gdb.base/new-ui.exp (do_test_invalid_args): New
9828 procedure.
9829
c0272db5
TW
98302016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
9831
9832 * gdb.btrace/reconnect.c: New file.
9833 * gdb.btrace/reconnect.exp: New file.
9834
e3487908
GKB
98352016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
9836
9837 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
9838 to test_catch_syscall_group.
9839 (test_catch_syscall_group): New.
9840
12df5c00
TT
98412016-07-21 Tom Tromey <tom@tromey.com>
9842
9843 * gdb.rust/simple.rs (main): Use empty struct expression.
9844 * gdb.rust/simple.exp: Add tests for empty struct expression.
9845
bae62ee2
YQ
98462016-07-21 Yao Qi <yao.qi@linaro.org>
9847
9848 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
9849 if gdb_skip_xml_test is true on some targets.
9850
b1b53fb3
YQ
98512016-07-21 Yao Qi <yao.qi@linaro.org>
9852
9853 * gdb.server/solib-list.exp: Unset last_loaded_file.
9854
027d97f8
JK
98552016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9856
9857 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
9858 "step into captured_main (args)".
9859
7674d381
JK
98602016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9861
9862 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
9863
72b5d099
JK
98642016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9865
9866 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
9867
1f960ced
PA
98682016-07-19 Pedro Alves <palves@redhat.com>
9869
9870 * gdb.opt/inline-break.exp: Remove optimize=-O2.
9871 * gdb.opt/inline-bt.exp: Likewise.
9872 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
9873 additional_flags=-Winline.
9874 * gdb.opt/inline-locals.exp: Likewise.
9875 * gdb.opt/inline-markers.c (ATTR): Define.
9876 (inlined_fn): Use it.
9877
f25827c1
YQ
98782016-07-19 Yao Qi <yao.qi@linaro.org>
9879
9880 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
9881 (test_with_self): Remove some code. Remove argument executable.
9882 (top-level): Use do_self_tests.
9883
37539ebe
DB
98842016-07-15 Zachary Welch <zwelch@codesourcery.com>
9885 Don Breazeal <donb@codesourcery.com>
9886
9887 * gdb.base/maint.exp: Escape paths used in regular expressions.
9888 * gdb.stabs/weird.exp: Likewise.
9889
dac790e1
TT
98902016-07-13 Tom Tromey <tom@tromey.com>
9891
9892 PR python/15620, PR python/18620:
9893 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
9894 (test_bkpt_events): New procs.
9895
93daf339
TT
98962016-07-13 Tom Tromey <tom@tromey.com>
9897
9898 PR python/17698:
9899 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
9900 test.
9901 (test_watchpoints): Likewise.
9902 (test_bkpt_pending): New proc.
9903
6571a381
TT
99042016-07-13 Tom Tromey <tom@tromey.com>
9905
9906 PR cli/18053:
9907 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
9908 completion test.
9909
e8732474
JK
99102016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9911
9912 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
9913 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
9914 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
9915 f_label.
9916 (g): Rename g_end_lbl to g_label.
9917 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
9918 low_pc and high_pc.
9919 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
9920
e0f3fd7c
TT
99212016-07-12 Tom Tromey <tom@tromey.com>
9922
9923 PR python/19293:
9924 * gdb.python/py-unwind-maint.exp: Update tests.
9925
3cfe46b6
YQ
99262016-07-12 Yao Qi <yao.qi@linaro.org>
9927
9928 * lib/selftest-support.exp (selftest_setup): Match the output
9929 when captured_main is inlined.
9930
4f19a0e6
WT
99312016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
9932
9933 * gdb.fortran/derived-types.exp (result_line, result_line_2):
9934 New variables.
9935 (print this%a, print this%b, print this): New tests.
9936 * gdb.fortran/derived-types.f90 (this): New object and
9937 initialization.
9938
986cf455
SM
99392016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9940
9941 * gdb.ada/arraydim.exp: Remove extra directory level in build
9942 directory.
9943
f0464b23
SM
99442016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9945
9946 * lib/ada.exp: Remove extra directory level in build directory.
9947 * gdb.ada/cond_lang.exp: Likewise.
9948 * gdb.ada/exec_changed.exp: Likewise.
9949 * gdb.ada/lang_switch.exp: Likewise.
9950
42d94011
MG
99512016-07-06 Manish Goregaokar <manish@mozilla.com>
9952
2806dc7e
PA
9953 * simple.rs: Add test for raw pointer subscripting.
9954 * simple.exp: Add test expectations.
42d94011 9955
647c264c
YQ
99562016-07-05 Yao Qi <yao.qi@linaro.org>
9957
9958 * gdb.mi/mi-reverse.exp: Match =record-started output.
9959
20aa2c60
PA
99602016-07-01 Pedro Alves <palves@redhat.com>
9961
9962 * gdb.base/jit-reader.exp (info_registers_current_frame): New
9963 procedure.
9964 (jit_reader_test): Test the jit reader's unwinder.
9965 * gdb.base/jithost.c (jit_function_00_code): New global.
9966 (main): Use memcpy to fill in the mmapped code, instead of poking
9967 bytes manually here.
9968 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
9969 value.
9970 (read_debug_info): Save the function's range.
9971 (read_sp): New function.
9972 (unwind_frame): Use it. Also unwind RBP.
9973 (get_frame_id): Use read_sp.
9974 (gdb_init_reader): Use calloc instead of malloc.
9975 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
9976 parameter. Use gdb_test_multiple.
9977
ced2dffb
PA
99782016-07-01 Pedro Alves <palves@redhat.com>
9979 Antoine Tremblay <antoine.tremblay@ericsson.com>
9980
9981 * gdb.threads/process-dies-while-detaching.c: New file.
9982 * gdb.threads/process-dies-while-detaching.exp: New file.
9983
63000888
PA
99842016-07-01 Pedro Alves <palves@redhat.com>
9985
9986 * gdb.multi/watchpoint-multi-exit.c: New file.
9987 * gdb.multi/watchpoint-multi-exit.exp: New file.
9988
038d4868
PA
99892016-06-30 Pedro Alves <palves@redhat.com>
9990
9991 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
9992 unset inferior_spawn_id.
9993
994e9c83
PA
99942016-06-30 Pedro Alves <palves@redhat.com>
9995
9996 * lib/mi-support.exp (default_mi_gdb_start): Declare global
9997 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
9998
e5653468
YQ
99992016-06-29 Yao Qi <yao.qi@linaro.org>
10000
10001 * gdb.base/return.c: Add copyright header.
10002
803b47e5
TT
100032016-06-29 Tom Tromey <tom@tromey.com>
10004
10005 PR python/20129:
10006 * gdb.python/py-framefilter.exp: Add tests for setting priority
10007 and disabling of non-existent frame filter.
10008
28244707
YQ
100092016-06-29 Yao Qi <yao.qi@linaro.org>
10010
10011 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
10012 0x0f07ff.
10013
a31d2f06
YQ
100142016-06-28 Yao Qi <yao.qi@linaro.org>
10015
10016 * gdb.base/catch-syscall.exp: Remove check on isnative and target
10017 triplets. Start gdb, execute catch syscall, and continue. Check
10018 gdb's output to determine catch syscall is supported.
10019
921d8f54
MG
100202016-06-27 Manish Goregaokar <manish@mozilla.com>
10021
25d49b86
PA
10022 * gdb.rust/simple.rs: Add test for returning unit in a function.
10023 * gdb.rust/simple.exp: Add expectation for functions returning
10024 unit.
921d8f54 10025
f4952523
PMR
100262016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
10027
10028 * gdb.python/py-breakpoint-create-fail.c,
10029 gdb.python/py-breakpoint-create-fail.exp,
10030 gdb.python/py-breakpoint-create-fail.py: New testcase.
10031
fccb08f8
MG
100322016-06-25 Manish Goregaokar <manish@mozilla.com>
10033
10034 PR gdb/20239
10035 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
10036 * gdb.rust/simple.exp: Add test expectations for new NonZero
10037 tests.
fccb08f8 10038
6b850546
DT
100392016-06-24 David Taylor <dtaylor@emc.com>
10040
10041 * gdb.base/offsets.exp: New file.
10042 * gdb.base/offsets.c: New file.
10043
17621150
TT
100442016-06-23 Tom Tromey <tom@tromey.com>
10045
10046 PR gdb/16483:
10047 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
10048 before any filters are loaded.
10049
04d59df6
WT
100502016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
10051
10052 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
10053 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
10054 structs.
10055 * gdb.fortran/derived-type-function.exp: New file.
10056 * gdb.fortran/derived-type-function.f90: New file.
10057
10058
ac69f786
PA
100592016-06-21 Pedro Alves <palves@redhat.com>
10060
10061 * gdb.base/new-ui.exp: New file.
10062 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
10063 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
10064 (with_spawn_id): New procedure.
10065
49940788
PA
100662016-06-21 Pedro Alves <palves@redhat.com>
10067
10068 * gdb.mi/mi-exec-run.exp: New file.
10069
ef274d26
PA
100702016-06-21 Pedro Alves <palves@redhat.com>
10071
10072 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
10073 breakpoint command's output on the main UI.
10074 (test_break): New procedure, factored out from calls in the top
10075 level.
10076 (top level): Use foreach_with_prefix to test MI as main UI and as
10077 separate UI.
10078
468afe6c
PA
100792016-06-21 Pedro Alves <palves@redhat.com>
10080
10081 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
10082 (test_awatch_creation_and_listing)
10083 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
10084 Remove 'type' parameter.
10085 (test_watchpoint_all): New parameter mi_mode. Remove
10086 with_test_prefix.
10087 (top level): Use foreach_with_prefix, and add main/separate UI MI
10088 testing axis.
10089
51f77c37
PA
100902016-06-21 Pedro Alves <palves@redhat.com>
10091
10092 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
10093 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
10094 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
10095 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
10096 (gdb_main_spawn_id, mi_spawn_id): Declare and
10097 comment.
10098 (mi_create_inferior_pty): New procedure,
10099 factored out from default_mi_gdb_start.
10100 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
10101 procedures.
10102 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
10103 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
10104 Use mi_create_inferior_pty.
10105 (mi_gdb_start): Use eval to pass down args list.
10106
8980e177
PA
101072016-06-21 Pedro Alves <palves@redhat.com>
10108
10109 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
10110 * gdb.opt/inline-cmds.exp: Add MI tests.
10111
f38d3ad1
PA
101122016-06-21 Pedro Alves <palves@redhat.com>
10113
10114 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
10115
45db7c09
PA
101162016-06-21 Pedro Alves <palves@redhat.com>
10117
10118 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
10119 (top level): Use it instead of mi_execute_to.
10120
5a069ab3
PA
101212016-06-21 Pedro Alves <palves@redhat.com>
10122
10123 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
10124 (cont_handler_str): New.
10125 (signal_stop_handler): Set stop_handler_str instead of printing to
10126 stdout.
10127 (continue_handler): Set cont_handler_str instead of printing to
10128 stdout.
10129 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
10130 mi_send_resuming_command. Print stop_handler_str and
10131 cont_handler_str instead of expecting the python events print
10132 directly.
10133
2838cc1d
SD
101342016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
10135
10136 * gdb.base/jit-reader.exp: New file.
10137 * gdb.base/jithost.c: New file.
10138 * gdb.base/jithost.h: New file.
10139 * gdb.base/jitreader.c : New file.
10140 * gdb.base/jit-protocol.h: New file.
10141
21a77091
YQ
101422016-06-17 Yao Qi <yao.qi@linaro.org>
10143
10144 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
10145 parameters follow_fork and detach_on_fork. Set follow-fork-mode
10146 and detach-on-fork. Adjust tests.
10147 (top level): Invoke break_cond_on_syscall with combinations of
10148 syscall, follow-fork-mode and detach-on-fork.
10149
f50bf8e5
YQ
101502016-06-17 Yao Qi <yao.qi@linaro.org>
10151
10152 * gdb.base/step-over-exit.c: New.
10153 * gdb.base/step-over-exit.exp: New.
10154
a28d8e50
YTL
101552016-06-17 Yan-Ting Lin <currygt52@gmail.com>
10156
10157 * gdb.base/float.exp: Add target check for nds32*-*-*.
10158 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
10159
cad8e26d
AB
101602016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
10161
10162 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
10163 for unsupported target features.
10164 * gdb.base/call-rt-st.exp: Likewise.
10165 * gdb.base/call-sc.exp: Likewise.
10166 * gdb.base/call-signal-resume.exp: Likewise.
10167 * gdb.base/call-strs.exp: Likewise.
10168 * gdb.base/callexit.exp: Likewise.
10169 * gdb.base/callfuncs.exp: Likewise.
10170 * gdb.base/nodebug.exp: Likewise.
10171 * gdb.base/printcmds.exp: Likewise.
10172 * gdb.base/ptype.exp: Likewise.
10173 * gdb.base/structs.exp: Likewise.
10174 * gdb.base/unwindonsignal.exp: Likewise.
10175 * gdb.cp/gdb2495.exp: Likewise.
10176 * gdb.cp/templates.exp: Likewise.
10177 * gdb.cp/virtfunc.exp: Likewise.
10178 * gdb.threads/hand-call-in-threads.exp: Likewise.
10179 * gdb.threads/interrupted-hand-call.exp: Likewise.
10180 * gdb.threads/thread-unwindonsignal.exp: Likewise.
10181
347dc102
TT
101822016-06-10 Tom Tromey <tom@tromey.com>
10183
10184 PR rust/20110:
10185 * gdb.rust/expr.exp: Add test for integer constant larger than
10186 i32.
10187
5e13cf25
BH
101882016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
10189
10190 * gdb.fortran/nested-funcs.exp: New.
10191 * gdb.fortran/nested-funcs.f90: New.
10192
bb556f1f
TK
101932016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
10194
10195 * gdb.base/examine-backward.c: New file.
10196 * gdb.base/examine-backward.exp: New file.
10197
38b022b4
SM
101982016-06-06 Simon Marchi <simon.marchi@ericsson.com>
10199
10200 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
10201 matching.
10202
1b40ec05
TT
102032016-06-02 Tom Tromey <tom@tromey.com>
10204
10205 PR python/18984:
10206 * gdb.python/py-shared.exp: Add solib_name test.
10207
193bd378
SM
102082016-06-02 Simon Marchi <simon.marchi@ericsson.com>
10209
10210 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
10211
3326303b
MG
102122016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
10213
10214 PR c++/19893
10215 * gdb.dwarf2/implref.exp: Rename to...
10216 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
10217 * gdb.dwarf2/implref-array.c: New file.
10218 * gdb.dwarf2/implref-array.exp: Likewise.
10219 * gdb.dwarf2/implref-global.c: Likewise.
10220 * gdb.dwarf2/implref-global.exp: Likewise.
10221 * gdb.dwarf2/implref-struct.c: Likewise.
10222 * gdb.dwarf2/implref-struct.exp: Likewise.
10223
825c8ef2
AT
102242016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10225
10226 * gdb.trace/trace-condition.exp: Add 64bit tests.
10227
2320162a
AT
102282016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10229
10230 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
10231 bits types.
10232 (main): Adapt to 8 to 64 bits types.
10233 * gdb.trace/trace-condition.exp: Add new tests.
10234
a7818233
AT
102352016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10236
10237 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
10238
0d336466
AT
102392016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10240
10241 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
10242 Move condition tests...
10243 * gdb.trace/trace-condition.exp: Here.
10244
7faeb45a
AT
102452016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10246
10247 * gdb.trace/trace-condition.exp: Add counter-case tests.
10248
e385593e
JK
102492016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
10250
10251 PR c++/15231
10252 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
10253 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
10254
744608cc
PA
102552016-05-27 Pedro Alves <palves@redhat.com>
10256
10257 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
10258 New procedure.
10259 (top level): Call it, and bail out of DejaGnu is known to be bad.
10260
ac775bf4
AB
102612016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
10262
10263 * gdb.base/whatis.c: Extend the test case.
10264 * gdb.base/whatis.exp: Add additional tests.
10265
2bbad2ea
BH
102662016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10267
10268* gdb.fortran/type.f90: Add pointer variable.
10269* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
10270
8b70175d
BH
102712016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10272
10273 * gdb.fortran/vla-type.exp: Fix testcase name.
10274
86d8a848
BH
102752016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10276
10277 * gdb.fortran/vla-type.exp: Access elements in nested structs.
10278
e188eb36
BH
102792016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10280
10281 * gdb.fortran/type.f90: Add nested structures.
10282 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
10283 * gdb.fortran/derived-type.exp: Adapt expected output.
10284 * gdb.fortran/vla-type.exp: Adapt expected output.
10285
9b2db1fd
BH
102862016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10287
10288 * gdb.fortran/whatis_type.exp: Adapt expected output.
10289
72b17055
BH
102902016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10291
10292 * gdb.fortran/print_type.exp: Fix expected output.
10293 * gdb.fortran/whatis_type.exp: Fix expected output.
10294
3cd81d8d
BH
102952016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10296
10297 * gdb.fortran/whatis_type.exp: Use multi_line.
10298
ddae9462
TT
102992016-05-24 Tom Tromey <tom@tromey.com>
10300
10301 PR python/17386:
10302 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
10303 use value as an index.
10304
1957f6b8
TT
103052016-05-23 Tom Tromey <tom@tromey.com>
10306
10307 PR python/17981:
10308 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
10309 no-breakpoint case.
10310
026a9174
PA
103112016-05-24 Pedro Alves <palves@redhat.com>
10312
10313 PR gdb/19828
10314 * gdb.threads/clone-attach-detach.c: New file.
10315 * gdb.threads/clone-attach-detach.exp: New file.
10316
e70a7231
FR
103172016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
10318
10319 * gdb.base/annota-input-while-running.exp: Fix syntax error.
10320
0f6ed0e0
TT
103212016-05-23 Tom Tromey <tom@tromey.com>
10322
10323 PR python/19438, PR python/18393:
10324 * gdb.python/py-progspace.exp: Add "dir" test.
10325 * gdb.python/py-objfile.exp: Add "dir" test.
10326
ffd19d61
YQ
103272016-05-23 Yao Qi <yao.qi@linaro.org>
10328
10329 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
10330 * gdb.arch/thumb2-it.exp: Likewise.
10331
9e8f9b05
SM
103322016-05-18 Simon Marchi <simon.marchi@ericsson.com>
10333
10334 * gdb.mi/mi-threads-interrupt.c: New file.
10335 * gdb.mi/mi-threads-interrupt.exp: New file.
10336
61c6156d
SM
103372016-05-17 Simon Marchi <simon.marchi@ericsson.com>
10338
10339 PR gdb/18077
10340 * gdb.mi/mi-async-run.exp: New file.
10341 * gdb.mi/mi-async-run.c: New file.
10342
67218854
TT
103432016-05-17 Tom Tromey <tom@tromey.com>
10344 Manish Goregaokar <manishsmail@gmail.com>
10345
10346 * lib/rust-support.exp: New file.
10347 * lib/gdb.exp (skip_rust_tests): New proc.
10348 (build_executable_from_specs): Handle rust.
10349 * lib/future.exp (gdb_find_rustc): New proc.
10350 (gdb_default_target_compile): Handle rust.
10351 * gdb.rust/expr.exp: New file.
10352 * gdb.rust/generics.exp: New file.
10353 * gdb.rust/generics.rs: New file.
10354 * gdb.rust/methods.exp: New file.
10355 * gdb.rust/methods.rs: New file.
10356 * gdb.rust/modules.exp: New file.
10357 * gdb.rust/modules.rs: New file.
10358 * gdb.rust/simple.exp: New file.
10359 * gdb.rust/simple.rs: New file.
10360
c44af4eb
TT
103612016-05-17 Tom Tromey <tom@tromey.com>
10362
10363 * gdb.base/default.exp (set language): Add rust.
10364
dcd1f979
TT
103652016-05-17 Tom Tromey <tom@tromey.com>
10366
10367 * gdb.gdb/unittest.exp: New file.
10368
155b7f57
YQ
103692016-05-16 Yao Qi <yao.qi@linaro.org>
10370
10371 * gdb.base/batch-preserve-term-settings.exp: Remove variable
10372 shell_prompt. Update shell_prompt_re.
10373
8ddd5a6c
DE
103742016-05-12 Doug Evans <dje@google.com>
10375
10376 PR symtab/19999
10377 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
10378 $options when building executable.
10379 * gdb.dwarf2/fission-loclists-pie.S: New file.
10380 * gdb.dwarf2/fission-loclists-pie.exp: New file.
10381
02e370d9
SM
103822016-05-04 Simon Marchi <simon.marchi@ericsson.com>
10383
10384 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
10385 of [is_remote target],
10386
8929ad8b
SM
103872016-05-04 Simon Marchi <simon.marchi@ericsson.com>
10388
10389 * lib/gdb.exp (use_gdb_stub): New procedure.
10390
6c447423
DE
103912016-05-03 Yunlian Jiang <yunlian@google.com>
10392 Doug Evans <dje@google.com>
10393
10394 PR symtab/19914
10395 * gdb.dwarf2/dwp-sepdebug.c: New file.
10396 * gdb.dwarf2/dwp-sepdebug.exp: New file.
10397
444e826c
SM
103982016-05-02 Simon Marchi <simon.marchi@ericsson.com>
10399
10400 * gdb.base/detach.exp: Remove is_remote check.
10401
740feeaa
SM
104022016-05-02 Simon Marchi <simon.marchi@ericsson.com>
10403
10404 * gdb.base/annota-input-while-running.exp: Don't check for
10405 [is_remote target]. Enable annotations after running to main.
10406 Remove unused "set test..." line.
10407
9080ac9d
SM
104082016-04-28 Simon Marchi <simon.marchi@ericsson.com>
10409
10410 * gdb.trace/trace-enable-disable.exp: New file.
10411 * gdb.trace/trace-enable-disable.c: New file.
10412
952ebca5
SM
104132016-04-28 Simon Marchi <simon.marchi@ericsson.com>
10414
10415 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
10416 use it in info sharedlibrary test.
10417 * gdb.trace/ftrace-lock.exp: Likewise.
10418 * gdb.trace/ftrace.exp: Likewise.
10419 * gdb.trace/range-stepping.exp: Likewise.
10420 * gdb.trace/trace-break.exp: Likewise.
10421 * gdb.trace/trace-condition.exp: Likewise.
10422 * gdb.trace/trace-mt.exp: Likewise.
10423
d9019901
SM
104242016-04-27 Simon Marchi <simon.marchi@ericsson.com>
10425
10426 * lib/gdb.exp (gdb_load_shlibs): Rename to...
10427 (gdb_load_shlib): ... this.
10428 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
10429 gdb_load_shlib.
10430 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
10431 * gdb.base/ctxobj.exp: Likewise.
10432 * gdb.base/dprintf-pending.exp: Likewise.
10433 * gdb.base/dso2dso.exp: Likewise.
10434 * gdb.base/fixsection.exp: Likewise.
10435 * gdb.base/gcore-relro.exp: Likewise.
10436 * gdb.base/gdb1555.exp: Likewise.
10437 * gdb.base/global-var-nested-by-dso.exp: Likewise.
10438 * gdb.base/gnu-ifunc.exp: Likewise.
10439 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
10440 * gdb.base/jit-so.exp (one_jit_test): Likewise.
10441 * gdb.base/pending.exp: Likewise.
10442 * gdb.base/print-file-var.exp: Likewise.
10443 * gdb.base/print-symbol-loading.exp: Likewise.
10444 * gdb.base/shlib-call.exp: Likewise.
10445 * gdb.base/shreloc.exp: Likewise.
10446 * gdb.base/so-impl-ld.exp: Likewise.
10447 * gdb.base/solib-disc.exp: Likewise.
10448 * gdb.base/solib-nodir.exp: Likewise.
10449 * gdb.base/solib-overlap.exp: Likewise.
10450 * gdb.base/solib-symbol.exp: Likewise.
10451 * gdb.base/solib-weak.exp (do_test): Likewise.
10452 * gdb.base/sym-file.exp: Likewise.
10453 * gdb.base/symtab-search-order.exp: Likewise.
10454 * gdb.base/type-opaque.exp: Likewise.
10455 * gdb.base/unload.exp: Likewise.
10456 * gdb.base/watchpoint-solib.exp: Likewise.
10457 * gdb.compile/compile.exp: Likewise.
10458 * gdb.cp/gdb2384.exp: Likewise.
10459 * gdb.cp/infcall-dlopen.exp: Likewise.
10460 * gdb.cp/re-set-overloaded.exp: Likewise.
10461 * gdb.fortran/library-module.exp: Likewise.
10462 * gdb.opt/solib-intra-step.exp: Likewise.
10463 * gdb.python/py-finish-breakpoint.exp: Likewise.
10464 * gdb.python/py-shared.exp: Likewise.
10465 * gdb.reverse/solib-precsave.exp: Likewise.
10466 * gdb.reverse/solib-reverse.exp: Likewise.
10467 * gdb.server/solib-list.exp: Likewise.
10468 * gdb.threads/dlopen-libpthread.exp: Likewise.
10469 * gdb.threads/tls-shared.exp: Likewise.
10470 * gdb.threads/tls-so_extern.exp: Likewise.
10471 * gdb.trace/change-loc.exp: Likewise.
10472 * gdb.trace/ftrace-lock.exp: Likewise.
10473 * gdb.trace/ftrace.exp: Likewise.
10474 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
10475 * gdb.trace/pending.exp: Likewise.
10476 * gdb.trace/range-stepping.exp: Likewise.
10477 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
10478 (strace_info_marker): Likewise.
10479 (strace_probe_marker): Likewise.
10480 (strace_trace_on_same_addr): Likewise.
10481 (strace_trace_on_diff_addr): Likewise.
10482 * gdb.trace/trace-break.exp: Likewise.
10483 * gdb.trace/trace-condition.exp: Likewise.
10484 * gdb.trace/trace-mt.exp: Likewise.
10485
fca4cfd9
SM
104862016-04-27 Simon Marchi <simon.marchi@ericsson.com>
10487
10488 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
10489 result of gdb_remote_download.
10490 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
10491 * gdb.base/dso2dso.exp: Likewise.
10492 * gdb.base/global-var-nested-by-dso.exp: Likewise.
10493 * gdb.base/print-file-var.exp: Likewise.
10494 * gdb.base/shlib-call.exp: Likewise.
10495 * gdb.base/shreloc.exp: Likewise.
10496 * gdb.base/solib-overlap.exp: Likewise.
10497 * gdb.base/solib-weak.exp (do_test): Likewise.
10498 * gdb.base/unload.exp: Likewise.
10499
11cf4ffb
YQ
105002016-04-27 Yao Qi <yao.qi@linaro.org>
10501
10502 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
10503 exists.
10504
3e2e34f8
KB
105052016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10506
10507 * vla-type.exp: Print structure from toplevel.
10508
8f07e298
BH
105092016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10510
10511 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
10512 of dynamic types.
10513 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
10514 of dynamic types.
10515
9920b434
BH
105162016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10517
10518 * gdb.fortran/vla-type.f90: New file.
10519 * gdb.fortran/vla-type.exp: New file.
10520
f3abeff5
YQ
105212016-04-25 Yao Qi <yao.qi@linaro.org>
10522
10523 * gdb.base/branch-to-self.c: New file.
10524 * gdb.base/branch-to-self.exp: New file.
10525
0a5d52f0
YQ
105262016-04-22 Yao Qi <yao.qi@linaro.org>
10527
10528 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
10529 more after $hex.
10530
495346f6
YQ
105312016-04-22 Yao Qi <yao.qi@linaro.org>
10532
10533 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
10534 * gdb.base/annota3.exp: Likewise.
10535
4a7e075c
YQ
105362016-04-22 Yao Qi <yao.qi@linaro.org>
10537
10538 * gdb.reverse/step-precsave.exp: Do one step and test program
10539 stops in "callee" and do multiple steps until program goes out
10540 of "callee".
10541 * gdb.reverse/step-reverse.exp: Likewise.
10542
5b061e98
YQ
105432016-04-22 Yao Qi <yao.qi@linaro.org>
10544
10545 * gdb.trace/signal.exp: Also pass if
10546 $tracepoint_hits($i) > $iterations.
10547
5c5dc57f
YQ
105482016-04-22 Yao Qi <yao.qi@linaro.org>
10549
10550 * gdb.trace/signal.c: New file.
10551 * gdb.trace/signal.exp: New file.
10552
a55411b9
DE
105532016-04-19 Doug Evans <xdje42@gmail.com>
10554
10555 * gdb.base/bad-file.exp: New file.
10556
a22df60a
MG
105572016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
10558
10559 * gdb.dwarf2/implref.exp: New file.
10560
0c13f7e5
BH
105612016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
10562
10563 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
10564 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
10565 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
10566 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
10567 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
10568 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
10569 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
10570 * lib/fortran.exp (fortran_int4): New procedure.
10571 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
10572 (fortran_logical4): Likewise.
10573
9b9b09e9
BH
105742016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
10575
10576 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
10577
a14d1f4d
BH
105782016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
10579
10580 * lib/compiler.c: Add Intel specific preprocessor macros.
10581 * lib/compiler.cc: Likewise.
25d49b86 10582
7d49b1d0
LM
105832016-04-13 Luis Machado <lgustavo@codesourcery.com>
10584
10585 * gdb.server/connect-with-no-symbol-file.c: New file.
10586 * gdb.server/connect-with-no-symbol-file.exp: New file.
10587
8392fa22
SM
105882016-04-13 Simon Marchi <simon.marchi@ericsson.com>
10589
10590 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
10591
8c4c4aeb
SM
105922016-04-13 Simon Marchi <simon.marchi@ericsson.com>
10593
10594 * boards/gdbserver-base.exp (${board}_download): Copy source file to
10595 standard output directory.
10596
45e3745e
AT
105972016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
10598
10599 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
10600
e26b7e41
MM
106012016-04-13 Markus Metzger <markus.t.metzger@intel.com>
10602
10603 * gdb.btrace/instruction_history.c (loop): Add declaration.
10604
8ce09462
AT
106052016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
10606
10607 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
10608
2e88a1ea
SM
106092016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
10610
10611 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
10612 parentheses to print.
10613 (continue_handler): Likewise.
10614
f48e22e3
SM
106152016-04-08 Simon Marchi <simon.marchi@ericsson.com>
10616
10617 * gdb.server/solib-list.exp: Remove is_remote check.
10618 Pass shlib= to gdb_compile. Don't link shared library with
10619 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
10620 Run binary filename through "readlink -f" on the target.
10621
096be756
PA
106222016-04-08 Pedro Alves <palves@redhat.com>
10623
10624 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
10625 interpreter filename as argument to gdbserver_spawn.
10626 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
10627 Return empty if $last_loaded_file does not exist.
10628
06500533
JK
106292016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10630
10631 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
10632 * gdb.base/jit-main.c: Use exit after usage.
10633
2d35e871
JK
106342016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10635
10636 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
10637 GDBHISTSIZE prior to the tests.
10638 * gdb.base/gdbinit-history.exp: Likewise.
10639
106402016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
10641
10642 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
10643 instead of build_executable. Use gdb_load_shlibs.
10644
c8064e7e
YQ
106452016-04-07 Yao Qi <yao.qi@linaro.org>
10646
10647 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
10648 Execute "si" command.
10649
bde47561
YQ
106502016-04-07 Yao Qi <yao.qi@linaro.org>
10651
10652 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
10653 number instead of the comments on some line.
10654
b16f8a3b
DB
106552016-04-06 Don Breazeal <donb@codesourcery.com>
10656
10657 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
10658 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
10659
c2f901df
SM
106602016-04-06 Simon Marchi <simon.marchi@ericsson.com>
10661
10662 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
10663 standard_output_file. Remove unused binfile variable.
10664
ac17fda0
CU
106652016-04-05 Catalin Udma <catalin.udma@freescale.com>
10666
10667 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
10668 * gdb.python/py-mi-objfile.exp: Match "list main" output
10669 in console format.
10670
03a8c4df
SM
106712016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
10672
10673 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
10674 absolute.
10675
6e774b13
SM
106762016-04-05 Simon Marchi <simon.marchi@ericsson.com>
10677
10678 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
10679 absolute.
10680 * gdb.trace/ftrace.exp: Likewise.
10681 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
10682 targets as well.
10683 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
10684 (gdb_load_shlibs): Copy libraries to test directory when testing
10685 natively. Only set solib-search-path if testing remotely.
10686 * lib/mi-support.exp (mi_load_shlibs): Likewise.
10687
7817ea46
SM
106882016-04-05 Simon Marchi <simon.marchi@ericsson.com>
10689
10690 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
10691 gdb_download. Use it even if the target is not remote.
10692 * gdb.base/jit.exp (compile_jit_test): Likewise.
10693 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
10694 output directory if the destination board is local, otherwise use
10695 the standard remote_download from DejaGnu.
10696 (gdb_download): Remove.
10697 (gdb_load_shlibs): Use gdb_remote_download instead of
10698 gdb_download.
10699 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
10700 Use gdb_remote_download instead of gdb_download. Use it even if
10701 the target is not remote.
10702 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
10703 instead of gdb_download.
10704
7beb7f68
SM
107052016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
10706
10707 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
10708 (test_insert_delete_modify): Call mi_load_shlibs before trying to
10709 run.
10710
cc63428a
AV
107112016-04-01 Artemiy Volkov <artemiyv@acm.org>
10712
10713 PR gdb/19820
10714 * gdb.base/printcmds.exp: Add artificial arrays tests.
10715
64cdf930
PA
107162016-03-31 Pedro Alves <palves@redhat.com>
10717
10718 PR gdb/19858
10719 * gdb.base/jit-main.c: Include unistd.h.
10720 (ATTACH): Define to 0 if not already defined.
10721 (wait_for_gdb, mypid): New globals.
10722 (WAIT_FOR_GDB): New macro.
10723 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
10724 some breakpoint locations.
10725 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
10726 New procedures.
10727 (one_jit_test): Add REATTACH parameter, and handle it. Use
10728 continue_to_test_location.
10729 (top level): Test attach, and adjusts calls to one_jit_test.
10730
40dea8cb
PA
107312016-03-31 Pedro Alves <palves@redhat.com>
10732
10733 PR gdb/19858
10734 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
10735 BINSUFFIX parameter, and handle it.
10736 (top level): Adjust calls compile_jit_test.
10737
e7ea3ec7
CU
107382016-03-31 Catalin Udma <catalin.udma@freescale.com>
10739
10740 PR python/19743
10741 * gdb.python/py-mi-events-gdb.py: New file.
10742 * gdb.python/py-mi-events.c: New file.
10743 * gdb.python/py-mi-events.exp: New file.
10744
e6359af3
YQ
107452016-03-30 Yao Qi <yao.qi@linaro.org>
10746
10747 * gdb.reverse/until-precsave.exp: Match function name only.
10748 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
10749 Move malloc to a condition block.
10750 * gdb.reverse/until-reverse.exp: Match function name only.
10751
a4105d04
MK
107522016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
10753
10754 * gdb.trace/ftrace.exp: Set arg0exp for s390.
10755 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
10756 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
10757 variable for GPR 0 instead of assuming it is register 0.
10758 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
10759 * lib/trace-support.exp: Add s390 registers.
10760
bfa6adb9
YQ
107612016-03-29 Yao Qi <yao.qi@linaro.org>
10762
10763 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
10764
1e6697ea
YQ
107652016-03-24 Yao Qi <yao.qi@linaro.org>
10766
10767 * gdb.reverse/break-reverse.exp: Add quotation mark in the
10768 test message.
10769
64bcd522
AA
107702016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10771
10772 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
10773 maintaining separate logic for constructing the output path.
10774
7868401b
DB
107752016-03-16 Don Breazeal <donb@codesourcery.com>
10776
10777 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
10778 Retry fork and waitpid on interrupted system call errors.
10779 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10780 Use with_timeout_factor to increase timeout by factor of 10.
10781
1cafadb4
DB
107822016-03-15 Don Breazeal <donb@codesourcery.com>
10783
10784 * gdb.cp/scope-err.cc: New test program.
10785 * gdb.cp/scope-err.exp: New test script.
10786 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
10787 lines and "set breakpoint here" comment.
10788 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
10789 Fixed some whitespace and format issues.
10790 * gdb.mi/mi-linespec-err-cp.cc: New test program.
10791 * gdb.mi/mi-linespec-err-cp.exp: New test script.
10792
81516450
DE
107932016-03-15 Doug Evans <dje@google.com>
10794
10795 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
10796 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
10797 All callers updated. Add tests for enums, mixed flags register.
10798
aa52b601
DE
107992016-03-15 Doug Evans <dje@google.com>
10800
10801 * gdb.base/skip.c (main): Call test_skip_file_and_function.
10802 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
10803
fa4ff313
SM
108042016-03-14 Simon Marchi <simon.marchi@ericsson.com>
10805
10806 * gdb.base/default.exp: Add $_as_string to the list of expected
10807 convenience functions.
10808
f2403c39
AB
108092016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
10810
10811 * gdb.base/maint.exp: New tests for 'maint info line-table'.
10812
f2f3ccb9
SM
108132016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
10814
10815 * gdb.python/py-as-string.exp: New file.
10816 * gdb.python/py-as-string.c: New file.
10817
00dbd492
PA
108182016-03-09 Pedro Alves <palves@redhat.com>
10819
10820 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
10821 signal" -> "Thread NN received signal" output change.
10822 * gdb.threads/ia64-sigill.exp: Likewise.
10823 * gdb.threads/linux-dp.exp: Likewise.
10824 * gdb.threads/manythreads.exp: Likewise.
10825 * gdb.threads/pending-step.exp: Likewise.
10826 * gdb.threads/print-threads.exp: Likewise.
10827 * gdb.threads/sigstep-threads.exp: Likewise.
10828 * gdb.threads/staticthreads.exp: Likewise.
10829 * gdb.threads/tls.exp: Likewise.
10830
1e6697ea
YQ
108312016-03-09 Pedro Alves <palves@redhat.com>
10832
10833 * gdb.base/command-line-input.exp: New file.
10834
b04fd3be
MK
108352016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10836
10837 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
10838 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
10839 * gdb.trace/pending.exp: Accept leading dot before function name.
10840 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
10841 * lib/trace-support.exp: Set registers for ppc.
10842
98fa59e9
MK
108432016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10844
10845 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
10846 use it for disassembly; accept .main in addition to main in backtrace.
10847
f77198c8
MK
108482016-03-09 Wei-cheng Wang <cole945@gmail.com>
10849 Marcin Kościelnicki <koriakin@0x04.net>
10850
10851 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
10852 (gdb_recursion_test_ptr): New global variable.
10853 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
10854 gdb_recursion_test.
10855 (gdb_c_test): Ditto.
10856
ba84e0da
MK
108572016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10858
10859 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
10860 ordering.
10861
4366d36e
MK
108622016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10863
10864 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
10865 (bar): Add bar_start_lbl label.
10866 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
10867 of foo/bar for emitting DWARF and tracing.
10868
5eb264df
SDJ
108692016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
10870
10871 * analyze-racy-logs.py: Set executable bit.
10872
fb6a751f
SDJ
108732016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
10874
10875 * Makefile.in (DEFAULT_RACY_ITER): New variable.
10876 (CHECK_TARGET_TMP): Likewise.
10877 (check-single-racy): New rule.
10878 (check-parallel-racy): Likewise.
10879 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
10880 (do-check-parallel-racy): New rule.
10881 (check-racy/%.exp): Likewise.
10882 * README (Racy testcases): New section.
10883 * analyze-racy-logs.py: New file.
10884
bdf7e230
DE
108852016-03-03 Doug Evans <dje@google.com>
10886
10887 * gdb.base/skip.exp: Use with_test_prefix.
10888
4719d415
YQ
108892016-03-03 Yao Qi <yao.qi@linaro.org>
10890
10891 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
10892 Invoke step_over_syscall "clone" and break_cond_on_syscall
10893 "clone".
10894 * gdb.base/step-over-clone.c: New file.
10895
ea507862
YQ
108962016-03-03 Yao Qi <yao.qi@linaro.org>
10897
10898 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
10899 code format.
10900
8fc8cbda
YQ
109012016-03-03 Yao Qi <yao.qi@linaro.org>
10902
10903 * gdb.base/disp-step-fork.c: Rename to ...
10904 * gdb.base/step-over-fork.c: ... it. New file.
10905 * gdb.base/disp-step-vfork.c: Rename to ...
10906 * gdb.base/step-over-vfork.c: ... it. New file.
10907 * gdb.base/disp-step-syscall.exp: Rename to ...
10908 * gdb.base/step-over-syscall.exp: ... it. New file.
10909 (disp_step_cross_syscall): Rename to ...
10910 (step_over_syscall): ... it.
10911
92fa70b0
YQ
109122016-03-03 Yao Qi <yao.qi@linaro.org>
10913
10914 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
10915 If target supports condition evaluation on target, invoke
10916 break_cond_on_syscall for fork and vfork.
10917
e197ad3c
YQ
109182016-03-03 Yao Qi <yao.qi@linaro.org>
10919
10920 * gdb.base/disp-step-syscall.exp: Don't invoke
10921 support_displaced_stepping.
10922 (disp_step_cross_syscall): Test with displaced stepping off and
10923 on if supported.
10924
0b47da9f
YQ
109252016-03-03 Yao Qi <yao.qi@linaro.org>
10926
10927 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
10928 proc.
10929 (setup): New proc.
10930 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
10931 and setup.
10932
065ab6dc
BH
109332016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10934
10935 * gdb.fortran/vla-history.exp: Remove breakpoint.
10936
07e448ad 109372016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10938
25d49b86
PA
10939 * gdb.fortran/vla-history.exp: Lookup array elements and printing
10940 exceeds timeout.
07e448ad 10941
9ac2d526 109422016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10943
25d49b86
PA
10944 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
10945 breakpoint.
9ac2d526 10946
17807369
BH
109472016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10948
10949 * gdb.mi/vla.f90: Nullify pointer after declaration.
10950
86e501af
PA
109512016-03-01 Pedro Alves <palves@redhat.com>
10952
10953 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
10954
1e903e32
PA
109552016-03-01 Pedro Alves <palves@redhat.com>
10956
10957 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
10958 before anything else.
10959 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
10960 _GNU_SOURCE here.
10961 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
10962 before anything else.
10963 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
10964
6ccb54e2
PA
109652016-03-01 Pedro Alves <palves@redhat.com>
10966
10967 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
10968
30ca9da1
YQ
109692016-03-01 Yao Qi <yao.qi@linaro.org>
10970
10971 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
10972 prepare_for_testing.
10973
dc856b38
YQ
109742016-03-01 Yao Qi <yao.qi@linaro.org>
10975
10976 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
10977
4a932159
AA
109782016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10979
10980 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
10981 manually constructing the output path.
10982
f2489477
AA
109832016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10984
10985 * gdb.arch/s390-stackless.S: New.
10986 * gdb.arch/s390-stackless.exp: New.
10987
38899f16
IB
109882016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
10989
10990 * gdb.dlang/circular.c: New file.
10991 * gdb.dlang/circular.exp: New file.
10992
9fde51ed
YQ
109932016-02-26 Yao Qi <yao.qi@linaro.org>
10994
10995 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
10996 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
10997 (testcases): Update.
10998
ce90fefe
YQ
109992016-02-26 Yao Qi <yao.qi@linaro.org>
11000
11001 * gdb.reverse/aarch64.c: Rename to ...
11002 * gdb.reverse/insn-reverse.c: ... it.
11003 * gdb.reverse/aarch64.exp: Rename to ...
11004 * gdb.reverse/insn-reverse.exp: ... it.
11005
3263bceb
YQ
110062016-02-26 Yao Qi <yao.qi@linaro.org>
11007
11008 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
11009 (testcase_ftype): New.
11010 (testcases): New array.
11011 (n_testcases): New.
11012 (main): Call each element in testcases.
11013 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
11014 (read_testcase): New.
11015 Do the tests in a loop.
11016
6cb59ff1
YQ
110172016-02-25 Yao Qi <yao.qi@linaro.org>
11018
11019 * gdb.base/branches.c: Remove.
11020
ae91f625
MK
110212016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
11022
11023 PR gdb/13808
11024 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
11025
678b48b7
MK
110262016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
11027
11028 * gdb.trace/ftrace.exp: Remove unnecessary target check.
11029
7337a6f2
MK
110302016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
11031
11032 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
11033 change x86_64 call_insn to 'callq'.
11034
861ca91f
AT
110352016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
11036
11037 * gdb.trace/tfile-avx.c: Move to...
11038 * gdb.trace/tracefile-pseudo-reg.c: Here.
11039 * gdb.trace/tfile-avx.exp: Move to...
11040 * gdb.trace/tracefile-pseudo-reg.exp: Here.
11041
bf74e428
GB
110422016-02-24 Gary Benson <gbenson@redhat.com>
11043
11044 * gdb.base/attach-pie-noexec.exp: Do not expect an error
11045 message on attach.
11046
cce0e923
DE
110472016-02-23 Doug Evans <dje@google.com>
11048
11049 * gdb.base/skip.c (test_skip): New function.
11050 (end_test_skip_file_and_function): New function.
11051 (test_skip_file_and_function): New function.
11052 * gdb.base/skip1.c (test_skip): New function.
11053 (skip1_test_skip_file_and_function): New function.
11054 * gdb.base/skip.exp: Add tests for new skip options.
11055 * gdb.base/skip-solib.exp: Update expected output.
11056 * gdb.perf/skip-command.cc: New file.
11057 * gdb.perf/skip-command.exp: New file.
11058 * gdb.perf/skip-command.py: New file.
11059
4000e47e
MK
110602016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
11061
11062 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
11063 info registers pattern.
11064
24f75ead
IB
110652016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
11066
11067 * lib/future.exp: Add D support.
11068 (gdb_find_gdc): New proc.
11069 (gdb_default_target_compile): Add D support.
11070
fbb7bcbe
WW
110712016-02-18 Wei-cheng Wang <cole945@gmail.com>
11072
11073 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
11074 user+system time.
11075 (trace_speed_test): Determine the iteration count for a time
11076 between 15..30 seconds.
11077
012b3a21
WT
110782016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
11079
11080 * gdb.arch/i386-mpx-sigsegv.c: New file.
11081 * gdb.arch/i386-mpx-sigsegv.exp: New file.
11082 * gdb.arch/i386-mpx-simple_segv.c: New file.
11083 * gdb.arch/i386-mpx-simple_segv.exp: New file.
11084
2d5189bd
YQ
110852016-02-18 Yao Qi <yao.qi@linaro.org>
11086
11087 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
11088 Don't call setup_kfail.
11089
40fb20d0
YQ
110902016-02-18 Yao Qi <yao.qi@linaro.org>
11091
11092 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
11093 Set "set breakpoint condition-evaluation" per $cond_bp_target.
11094
21b1f8d2
DE
110952016-02-16 Doug Evans <dje@google.com>
11096
11097 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
11098 * gdb.base/skip1.c: Ditto.
11099 * gdb.base/skip.exp: Whitespace cleanup.
11100
4041ed77
DB
111012016-02-16 Don Breazeal <donb@codesourcery.com>
11102
11103 PR remote/19496
11104 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
11105 Remove kfail for PR remote/19496.
11106
c4ef31bf
SM
111072016-02-16 Simon Marchi <simon.marchi@ericsson.com>
11108
11109 * lib/gdb.exp (standard_temp_file): Return a path specific to
11110 the runtest invocation.
11111
266b65b3
SM
111122016-02-16 Simon Marchi <simon.marchi@ericsson.com>
11113
11114 * gdb.trace/save-trace.exp: Change relative path to be in the
11115 standard output directory.
11116
a7a0a6a9
JK
111172016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11118
11119 * gdb.arch/i386-prologue.c: Add missing prototypes.
11120
c99dbb42
JK
111212016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11122
11123 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
11124 * gdb.arch/i386-prologue.exp: Likewise.
11125 * gdb.arch/i386-size.exp: Likewise.
11126
aa480355
SM
111272016-02-15 Simon Marchi <simon.marchi@ericsson.com>
11128
11129 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
11130 define object file path.
11131 * gdb.btrace/gcore.exp: Use standard_output_file to define core
11132 file path.
11133 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
11134 standard_output_file to define binfile.
11135
ba881f50
JK
111362016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11137
11138 Fix compatibility with recent gfortran-5.3.1.
11139 * gdb.fortran/vla-history.exp (print vla1 allocated)
11140 (print vla2 allocated, print $2, print $3): Remove
11141 (print $4): Rename to ...
11142 (print $2): ... here.
11143 (print $9): Rename to ...
11144 (print $5): ... here.
11145 (print $10): Rename to ...
11146 (print $6): ... here.
11147 * gdb.fortran/vla.f90: Add pvla initialization.
11148
e9fb005c
JK
111492016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11150
11151 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
11152 New test.
11153 * gdb.fortran/vla-value-sub.exp: Likewise.
11154
e44e00ff
MK
111552016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
11156
11157 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
11158
97e94151
SM
111592016-02-12 Simon Marchi <simon.marchi@ericsson.com>
11160
11161 * i386-biarch-core.exp: Define corefile using
11162 standard_output_file.
11163
01113bc1
YQ
111642016-02-12 Yao Qi <yao.qi@linaro.org>
11165
11166 * gdb.arch/arm-single-step-kernel-helper.c: New.
11167 * gdb.arch/arm-single-step-kernel-helper.exp: New.
11168
33b4777c
MM
111692016-02-12 Markus Metzger <markus.t.metzger@intel.com>
11170
11171 * gdb.btrace/tailcall-only.exp: New.
11172 * gdb.btrace/tailcall-only.c: New.
11173 * gdb.btrace/x86_64-tailcall-only.S: New.
11174 * gdb.btrace/i686-tailcall-only.S: New.
11175
acc23c11
PA
111762016-02-11 Pedro Alves <palves@redhat.com>
11177
11178 * README (Parallel testing): Add missing double quotes.
11179
e352bf0a
PA
111802016-02-11 Pedro Alves <palves@redhat.com>
11181
11182 * README (Parallel testing): New section.
11183 (GDB_PARALLEL): Rewrite.
11184 (FORCE_PARALLEL): Document.
11185
9f5fed78
MK
111862016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
11187
11188 * gdb.trace/tfile-avx.c: New test.
11189 * gdb.trace/tfile-avx.exp: New test.
11190
9ef9e6a6
KS
111912016-02-09 Keith Seitz <keiths@redhat.com>
11192
11193 PR breakpoints/19546
11194 * gdb.base/infcall-exec.c: New file.
11195 * gdb.base/infcall-exec2.c: New file.
11196 * gdb.base/infcall-exec.exp: New file.
11197
a96e36da
KS
111982016-02-09 Keith Seitz <keiths@redhat.com>
11199
11200 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
11201 (toplevel): Call test_bkpt_address.
11202
9f61929f
KS
112032016-02-09 Keith Seitz <keiths@redhat.com>
11204
11205 PR python/19506
11206 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
11207 (toplevel): Call test_bkpt_address.
11208
1e94266c
SM
112092016-02-09 Simon Marchi <simon.marchi@ericsson.com>
11210
11211 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
11212 to AC_OUTPUT.
11213 * configure: Regenerate.
11214
2a7f3dff
PA
112152016-02-09 Pedro Alves <palves@redhat.com>
11216
11217 PR breakpoints/19548
11218 * gdb.base/execl-update-breakpoints.c (some_function): New
11219 function.
11220 (main): Call it.
11221 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
11222 Tighten expected GDB output.
11223
2151ccc5
SM
112242016-02-08 Simon Marchi <simon.marchi@ericsson.com>
11225
11226 * Makefile.in (ALL_SUBDIRS): Remove.
11227 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
11228 (distclean maintainer-clean realclean): Likewise.
11229 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
11230 * configure: Regenerate.
11231 * gdb.ada/Makefile.in: Delete.
11232 * gdb.arch/Makefile.in: Likewise.
11233 * gdb.asm/Makefile.in: Likewise.
11234 * gdb.base/Makefile.in: Likewise.
11235 * gdb.btrace/Makefile.in: Likewise.
11236 * gdb.cell/Makefile.in: Likewise.
11237 * gdb.compile/Makefile.in: Likewise.
11238 * gdb.cp/Makefile.in: Likewise.
11239 * gdb.disasm/Makefile.in: Likewise.
11240 * gdb.dlang/Makefile.in: Likewise.
11241 * gdb.dwarf2/Makefile.in: Likewise.
11242 * gdb.fortran/Makefile.in: Likewise.
11243 * gdb.gdb/Makefile.in: Likewise.
11244 * gdb.go/Makefile.in: Likewise.
11245 * gdb.guile/Makefile.in: Likewise.
11246 * gdb.java/Makefile.in: Likewise.
11247 * gdb.linespec/Makefile.in: Likewise.
11248 * gdb.mi/Makefile.in: Likewise.
11249 * gdb.modula2/Makefile.in: Likewise.
11250 * gdb.multi/Makefile.in: Likewise.
11251 * gdb.objc/Makefile.in: Likewise.
11252 * gdb.opencl/Makefile.in: Likewise.
11253 * gdb.opt/Makefile.in: Likewise.
11254 * gdb.pascal/Makefile.in: Likewise.
11255 * gdb.perf/Makefile.in: Likewise.
11256 * gdb.python/Makefile.in: Likewise.
11257 * gdb.reverse/Makefile.in: Likewise.
11258 * gdb.server/Makefile.in: Likewise.
11259 * gdb.stabs/Makefile.in: Likewise.
11260 * gdb.threads/Makefile.in: Likewise.
11261 * gdb.trace/Makefile.in: Likewise.
11262 * gdb.xml/Makefile.in: Likewise.
11263 * lib/gdb.exp (make_gdb_parallel_path): Add check for
11264 GDB_PARALLEL.
11265 (standard_output_file): Remove check for GDB_PARALLEL, always
11266 return path in outputs/$subdir/$testname.
11267
437277d4
SM
112682016-02-08 Simon Marchi <simon.marchi@ericsson.com>
11269
11270 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
11271 (site.exp): Assign abs_srcdir to tcl's srcdir.
11272
31d913c7
YQ
112732016-02-04 Yao Qi <yao.qi@linaro.org>
11274
11275 * gdb.base/foll-exec-mode.c: Include limits.h.
11276 (main): Add parameters argc and argv. Get directory from
11277 argv[0].
11278 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
11279 compilation.
11280 * gdb.base/foll-exec.c: Include limits.h.
11281 (main): Add parameters argc and argv.
11282 Get directory from argv[0].
11283 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
11284 Adjust tests on the number of lines as source code changed.
11285 * gdb.base/foll-vfork-exit.c: Include limits.h.
11286 (main): Add one line of statement before vfork.
11287 * gdb.base/foll-vfork.c: Include limits.h and string.h.
11288 (main): Add parameters argc and argv. Get directory from
11289 argv[0].
11290 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
11291 (setup_gdb): Set tbreak to skip some source lines.
11292 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
11293 (main): Add parameters argc and argv. Get directory from
11294 argv[0].
11295 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
11296 compilation.
11297 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
11298 (main): Add parameters argc and argv. Get directory from
11299 argv[0].
11300 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
11301 compilation.
11302
9482b9fb
DE
113032016-02-01 Doug Evans <dje@google.com>
11304
11305 * gdb.base/skip.exp: Clean up multiple references to same test name.
11306
6b2e4f10
PA
113072016-02-01 Pedro Alves <palves@redhat.com>
11308
ccb6afd6 11309 PR remote/19496
6b2e4f10
PA
11310 * gdb.threads/forking-threads-plus-breakpoint.exp
11311 (displaced_stepping_supported): New global.
11312 (probe_displaced_stepping_support): New procedure.
11313 (do_test): Add 'displaced' parameter, and use it.
11314 (top level): Check for displaced stepping support. Add displaced
11315 stepping on/off testing axis.
11316
37a8db1a
AB
113172016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
11318
11319 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
11320 pointer. Don't perform further tests on the unassociated pointer
11321 if the first test fails.
11322
5fdf6324
AB
113232016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
11324
11325 * gdb.base/max-value-size.c: New file.
11326 * gdb.base/max-value-size.exp: New file.
11327 * gdb.base/huge.exp: Disable max-value-size for this test.
11328
935c6144
IB
113292016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
11330
11331 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
11332
7fe8399d
YQ
113332016-01-28 Yao Qi <yao.qi@linaro.org>
11334
11335 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
11336
a2077e25
PA
113372016-01-25 Pedro Alves <palves@redhat.com>
11338
11339 PR threads/19461
11340 * gdb.base/fork-running-state.c: New file.
11341 * gdb.base/fork-running-state.exp: New file.
11342
1d2736d4
PA
113432016-01-25 Pedro Alves <palves@redhat.com>
11344
11345 PR gdb/19494
11346 * gdb.base/catch-fork-kill.c: New file.
11347 * gdb.base/catch-fork-kill.exp: New file.
11348
f1da4b11
PA
113492016-01-25 Pedro Alves <palves@redhat.com>
11350
11351 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
11352 Delete, moved to lib/gdb.exp.
11353 * gdb.threads/forking-threads-plus-breakpoint.exp
11354 (foreach_with_prefix): Likewise.
11355 * gdb.threads/process-dies-while-handling-bp.exp
11356 (foreach_with_prefix): Likewise.
11357 * lib/gdb.exp (foreach_with_prefix): New procedure.
11358
45f38546
MK
113592016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
11360
11361 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
11362 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
11363
dc29a1ce
MK
113642016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
11365
11366 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
11367 endian targets.
11368
092127d7
JK
113692016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11370 Pedro Alves <palves@redhat.com>
11371
11372 Fix testsuite compatibility with Guile.
11373 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
11374 number.
11375
31d765d3
JK
113762016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11377
11378 Fix testsuite compatibility with Guile.
11379 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
11380 (thread 1): New test for backtrace through signal handler.
11381
1ac78c04
YQ
113822016-01-22 Yao Qi <yao.qi@linaro.org>
11383
11384 PR testsuite/19491
11385 * gdb.base/multi-forks.c: Include
11386 ../lib/unbuffer_output.c
11387 (main): Call gdb_unbuffer_output.
11388
4f5946a8
DE
113892016-01-21 Doug Evans <dje@google.com>
11390
11391 * lib/ada.exp (gdb_compile_ada): Fix typo.
11392
305e13e6
JB
113932016-01-21 Joel Brobecker <brobecker@adacore.com>
11394
11395 * gdb.base/break-fun-addr.exp: New file.
11396 * gdb.base/break-fun-addr1.c: New file.
11397 * gdb.base/break-fun-addr2.c: New file.
11398
5f5dfff6
SM
113992016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
11400
11401 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
11402 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
11403 enum flag values.
11404
fd356fa2
AA
114052016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
11406
11407 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
11408 when GDB can not set the vector return value. Add more comments
11409 for clarification.
11410
9df22175
AT
114112016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
11412
11413 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
11414 command.
11415
41d1845e
SM
114162016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11417
11418 * Makefile.in (DO_RUNTEST): Add --status and update usages.
11419
01ac6840
SM
114202016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11421
11422 * Makefile.in (check-single): Pass --status to runtest.
11423 (check/%.exp): Likewise.
11424
114252016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11426
11427 * Makefile.in (check-parallel): Propagate return code from make
11428 do-check-parallel.
11429
bd0a71fa
MK
114302016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
11431
11432 * gdb.trace/ftrace.exp: Fix expected message on continue.
11433 * gdb.trace/pending.exp: Fix expected message on continue.
11434 * gdb.trace/trace-break.exp: Fix expected message on continue.
11435
8bcbad33
SM
114362016-01-18 Simon Marchi <simon.marchi@ericsson.com>
11437
11438 * lib/gdb.exp (gdb_test): Remove unused global references.
11439
f303dbd6
PA
114402016-01-18 Pedro Alves <palves@redhat.com>
11441
11442 * gdb.base/async-shell.exp: Adjust expected output.
11443 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
11444 * gdb.base/siginfo-thread.exp: Adjust expected output.
11445 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
11446 * gdb.java/jnpe.exp: Adjust expected output.
11447 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
11448 * gdb.threads/continue-pending-status.exp: Adjust expected output.
11449 * gdb.threads/leader-exit.exp: Adjust expected output.
11450 * gdb.threads/manythreads.exp: Adjust expected output.
11451 * gdb.threads/pthreads.exp: Adjust expected output.
11452 * gdb.threads/schedlock.exp: Adjust expected output.
11453 * gdb.threads/siginfo-threads.exp: Adjust expected output.
11454 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
11455 expected output.
11456 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
11457 output.
11458 * gdb.threads/sigthread.exp: Adjust expected output.
11459 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
11460
b2789696
YQ
114612016-01-18 Yao Qi <yao.qi@linaro.org>
11462
11463 * gdb.guile/scm-section-script.c: Replace @progbits with
11464 %progbits.
11465 * gdb.python/py-section-script.c: Likewise.
11466
71ef29a8
PA
114672016-01-15 Pedro Alves <palves@redhat.com>
11468
11469 * gdb.multi/tids.exp: Test star wildcard ranges.
11470
3f5b7598
PA
114712016-01-15 Pedro Alves <palves@redhat.com>
11472
11473 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
11474 command from "thread apply" invocation.
11475 (thr_apply_info_thr_invalid): Default the expected output to the
11476 input tid list.
11477 (top level): Add tests that use convenience variables. Add tests
11478 for "thread apply" with a valid TID list, but missing the command.
11479
663f6d42
PA
114802016-01-13 Pedro Alves <palves@redhat.com>
11481
11482 * gdb.base/default.exp: Expect $_gthread as well.
11483 * gdb.multi/tids.exp: Test $_gthread.
11484 * gdb.threads/thread-specific.exp: Test $_gthread.
11485
c84f6bbf
PA
114862016-01-13 Pedro Alves <palves@redhat.com>
11487
11488 * gdb.multi/tids.exp: Test "info threads -gid".
11489
22a02324
PA
114902016-01-13 Pedro Alves <palves@redhat.com>
11491
11492 * gdb.multi/tids.exp: Test InferiorThread.global_num and
11493 Breakpoint.thread.
11494 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
11495
5d5658a1
PA
114962016-01-07 Pedro Alves <palves@redhat.com>
11497
11498 * gdb.base/break.exp: Adjust to output changes.
11499 * gdb.base/hbreak2.exp: Likewise.
11500 * gdb.base/sepdebug.exp: Likewise.
11501 * gdb.base/watch_thread_num.exp: Likewise.
11502 * gdb.linespec/keywords.exp: Likewise.
11503 * gdb.multi/info-threads.exp: Likewise.
11504 * gdb.threads/thread-find.exp: Likewise.
11505 * gdb.multi/tids.c: New file.
11506 * gdb.multi/tids.exp: New file.
11507
84654457
PA
115082016-01-13 Pedro Alves <palves@redhat.com>
11509
11510 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
11511
e3940304
PA
115122016-01-13 Pedro Alves <palves@redhat.com>
11513
11514 * gdb.base/default.exp: Expect $_inferior as well.
11515 * gdb.multi/base.exp: Test $_inferior.
11516
a911d87a
PA
115172016-01-13 Pedro Alves <palves@redhat.com>
11518
11519 PR breakpoints/19388
11520 * gdb.base/catch-signal-siginfo-cond.c: New file.
11521 * gdb.base/catch-signal-siginfo-cond.exp: New file.
11522
82075af2
JS
115232016-01-12 Josh Stone <jistone@redhat.com>
11524 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11525
11526 * gdb.base/catch-syscall.c (do_execve): New variable.
11527 (main): Conditionally trigger an execve.
11528 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
11529 (test_catch_syscall_execve): New, check entry/return across execve.
11530 (do_syscall_tests): Call test_catch_syscall_execve.
11531
e46eeedd
PA
115322016-01-12 Pedro Alves <palves@redhat.com>
11533
11534 * gdb.base/random-signal.exp (do_test): New procedure, with body
11535 of testcase moved in.
11536
01d8c27e
JK
115372016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11538 Pedro Alves <palves@redhat.com>
11539
11540 * gdb.base/funcargs.exp (finish from indirectly called function):
11541 Reintroduce the case for 'First'.
11542
9a706302
JK
115432016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11544 Pedro Alves <palves@redhat.com>
11545
11546 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
11547 (tcatch_vfork_then_child_follow_exec)
11548 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
11549 identification.
11550
c0ecb95f
JK
115512016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11552
11553 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
11554 and repeats to unlimited.
11555 * gdb.python/py-value.exp: Likewise.
11556 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
11557 and repeats to unlimited.
11558
6cfc1fcb
JK
115592016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11560
11561 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
11562 and reordering the functions.
11563 * gdb.multi/hangout.c: Likewise.
11564 * gdb.multi/hello.c: Likewise.
11565
582a1b00
SM
115662016-01-08 Simon Marchi <simon.marchi@ericsson.com>
11567
11568 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
11569 absolute.
11570 (SingleStatisticTestResult.report): Use dict.keys instead of
11571 dict.iterkeys.
11572
79bc59cb
PA
115732016-01-06 Pedro Alves <palves@redhat.com>
11574
11575 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
11576
43368e1d
MM
115772016-01-04 Markus Metzger <markus.t.metzger@intel.com>
11578
11579 * gdb.btrace/dlopen.exp: New.
11580 * gdb.btrace/dlopen.c: New.
11581 * gdb.btrace/dlopen-dso.c: New.
11582
79fad5b8
SL
115832015-12-25 Sandra Loosemore <sandra@codesourcery.com>
11584
11585 * lib/gdb.exp (gdb_test): Update comments to clarify that the
11586 PATTERN argument is optional.
11587
ab8314b3
JB
115882015-12-24 Joel Brobecker <brobecker@adacore.com>
11589
11590 * lib/ada.exp (target_compile_ada_from_dir): New function.
11591 (gdb_compile_ada): Reimplement avoiding the use of project files.
11592 * gdb.ada/gnat_ada.gpr: Delete.
11593 * gdb.ada/cond_lang.exp: Adjust test to make path before
11594 filename optional.
11595 * gdb.ada/small_reg_param.exp: Likewise.
11596
fe33faff
SM
115972015-12-22 Simon Marchi <simon.marchi@ericsson.com>
11598
11599 * gdb.base/foll-vork.exp: Remove HP-UX special case.
11600
6d265cb4
TP
116012015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
11602
11603 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
11604 case.
11605
10125099
SM
116062015-12-21 Simon Marchi <simon.marchi@ericsson.com>
11607
11608 * gdb.base/break.exp: Remove dead code.
11609 * gdb.base/sepdebug.exp: Likewise.
11610
3ca22649
SM
116112015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
11612
11613 * gdb.asm/asm-source.exp: Remove HP-UX references.
11614 * gdb.base/annota1.exp: Likewise.
11615 * gdb.base/annota3.exp: Likewise.
11616 * gdb.base/attach.exp: Likewise.
11617 * gdb.base/bigcore.exp: Likewise.
11618 * gdb.base/break.exp: Likewise.
11619 * gdb.base/call-ar-st.exp: Likewise.
11620 * gdb.base/callfuncs.exp: Likewise.
11621 * gdb.base/catch-fork-static.exp: Likewise.
11622 * gdb.base/display.exp: Likewise.
11623 * gdb.base/foll-exec-mode.exp: Likewise.
11624 * gdb.base/foll-exec.exp: Likewise.
11625 * gdb.base/foll-fork.exp: Likewise.
11626 * gdb.base/foll-vfork.exp: Likewise.
11627 * gdb.base/funcargs.exp: Likewise.
11628 * gdb.base/hbreak2.exp: Likewise.
11629 * gdb.base/inferior-died.exp: Likewise.
11630 * gdb.base/interrupt.exp: Likewise.
11631 * gdb.base/multi-forks.exp: Likewise.
11632 * gdb.base/nodebug.exp: Likewise.
11633 * gdb.base/sepdebug.exp: Likewise.
11634 * gdb.base/solib1.c: Likewise.
11635 * gdb.base/step-test.exp: Likewise.
11636 * gdb.mi/non-stop.c: Likewise.
11637 * gdb.mi/pthreads.c: Likewise.
11638 * gdb.multi/bkpt-multi-exec.ex: Likewise.
11639 * gdb.threads/pthreads.c: Likewise.
11640 * gdb.threads/staticthreads.exp: Likewise.
11641 * lib/future.exp: Likewise.
11642 * lib/gdb.exp: Likewise.
11643 * gdb.base/so-indr-cl.c: Remove.
11644 * gdb.base/so-indr-cl.exp: Likewise.
11645 * gdb.base/solib.c: Likewise.
11646 * gdb.base/solib.exp: Likewise.
11647 * gdb.base/solib2.c: Likewise.
11648
b6304613
SM
116492015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
11650
11651 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
11652 * gdb.base/call-ar-st.exp: Likewise.
11653 * gdb.base/callfuncs.exp: Likewise.
11654 * gdb.base/condbreak.exp: Likewise.
11655 * gdb.base/constvars.exp: Likewise.
11656 * gdb.base/hbreak2.exp: Likewise.
11657 * gdb.base/langs.exp: Likewise.
11658 * gdb.base/list.exp: Likewise.
11659 * gdb.base/long_long.exp: Likewise.
11660 * gdb.base/ptype.exp: Likewise.
11661 * gdb.base/scope.exp: Likewise.
11662 * gdb.base/signals.exp: Likewise.
11663 * gdb.base/so-impl-ld.exp: Likewise.
11664 * gdb.base/varargs.exp: Likewise.
11665 * gdb.base/volatile.exp: Likewise.
11666 * gdb.base/whatis.exp: Likewise.
11667 * gdb.cp/cplusfuncs.exp: Likewise.
11668 * gdb.cp/inherit.exp: Likewise.
11669 * gdb.cp/local.exp: Likewise.
11670 * gdb.cp/member-ptr.exp: Likewise.
11671 * gdb.cp/method.exp: Likewise.
11672 * gdb.cp/overload.exp: Likewise.
11673 * gdb.cp/templates.exp: Likewise.
11674 * gdb.stabs/weird.exp: Likewise.
11675 * lib/compiler.c: Likewise.
11676 * lib/compiler.cc: Likewise.
11677 * lib/cp-support.exp: Likewise.
11678 * lib/gdb.exp: Likewise.
11679
bf401b07
SM
116802015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
11681
11682 * configure.ac: Remove HP-UX case.
11683 * configure: Regenerate.
11684
aff9c0f8
SM
116852015-12-18 Simon Marchi <simon.marchi@ericsson.com>
11686
11687 * lib/gdb.exp (gdb_compile): Add function doc.
11688
a6904d5a
PA
116892015-12-17 Pedro Alves <palves@redhat.com>
11690
11691 PR threads/19354
11692 * gdb.multi/info-threads.exp: New file.
11693
a22279dd
YQ
116942015-12-15 Yao Qi <yao.qi@linaro.org>
11695
11696 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
11697 is aarch64*-*-*.
11698
0588c796
SL
116992015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11700
11701 * gdb.base/history-duplicates.exp: Skip if no readline support.
11702
5d978e17
SL
117032015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11704
11705 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
11706
7e763b86
SL
117072015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11708
11709 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
11710
87a3a92c
SL
117112015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11712
11713 * gdb.base/completion.exp: Skip tests that interrupt GDB with
11714 ctrl-C if nointerrupts target property is set.
11715 * gdb.base/double-prompt-target-event-error.exp: Likewise.
11716 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
11717 * gdb.base/paginate-bg-execution.exp: Likewise.
11718 * gdb.base/paginate-execution-startup.exp: Likewise.
11719 * gdb.base/random-signal.exp: Likewise.
11720 * gdb.base/range-stepping.exp: Likewise.
11721 * gdb.cp/annota2.exp: Likewise.
11722 * gdb.cp/annota3.exp: Likewise.
11723 * gdb.gdb/selftest.exp: Likewise.
11724 * gdb.threads/continue-pending-status.exp: Likewise.
11725 * gdb.threads/leader-exit.exp: Likewise.
11726 * gdb.threads/manythreads.exp: Likewise.
11727 * gdb.threads/pthreads.exp: Likewise.
11728 * gdb.threads/schedlock.exp: Likewise.
11729 * gdb.threads/sigthread.exp: Likewise.
11730
a8f077dc
DB
117312015-12-11 Don Breazeal <donb@codesourcery.com>
11732
11733 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
11734 remote.
11735 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
11736 * gdb.base/foll-exec.exp (main): Enable for target remote.
11737 * gdb.base/foll-fork.exp (main): Likewise.
11738 * gdb.base/foll-vfork.exp (main): Likewise.
11739 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
11740 (proc continue_to_exit_bp_loc): Use clean_restart.
11741 * gdb.base/pie-execl.exp (main): Disable for target remote.
11742 * gdb.base/watch-vfork.exp (main): Enable for target remote.
11743 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
11744 * gdb.threads/execl.exp (main): Likewise.
11745 * gdb.threads/fork-child-threads.exp (main): Likewise.
11746 * gdb.threads/fork-plus-threads.exp (main): Disable for target
11747 remote.
11748 * gdb.threads/fork-thread-pending.exp (main): Enable for target
11749 remote.
11750 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
11751 pid.tid style ptids, instead of just tid.
11752 * gdb.threads/thread-execl.exp (main): Enable for target remote.
11753 * gdb.threads/watchpoint-fork.exp (main): Likewise.
11754 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
11755 ptids, instead of just tid.
11756
3b2464a8
AB
117572015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11758
11759 * gdb.base/list.exp (test_list_forward): Add end of file error
11760 test.
11761 (test_repeat_list_command): Add end of file error test.
11762 (test_list_backwards): Add beginning of file error test.
11763
a0def019
AB
117642015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11765
11766 * gdb.base/list.exp (test_list_invalid_args): New function,
11767 defined, and called.
11768
5c000dff
AB
117692015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11770
11771 * gdb.base/list.exp (test_list): Make test names unique.
11772
f1637ebe
YQ
117732015-12-11 Yao Qi <yao.qi@linaro.org>
11774
11775 * gdb.base/coremaker2.c: Remove.
11776
36d6fc0a
PA
117772015-12-10 Pedro Alves <palves@redhat.com>
11778
11779 * gdb.multi/base.exp: Remove stale "spaces" references.
11780
762f7747
PA
117812015-12-10 Pedro Alves <palves@redhat.com>
11782
11783 * gdb.multi/base.exp: Don't use nowarnings.
11784 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
11785 * gdb.multi/hangout.c: Include stdio.h.
11786 * gdb.multi/hello.c: Include stdlib.h.
11787 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
11788 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
11789 * gdb.multi/multi-arch.exp: Don't use nowarnings.
11790
28d2bfb9
AB
117912015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
11792
11793 * gdb.dwarf2/dw2-ranges-base.c: New file.
11794 * gdb.dwarf2/dw2-ranges-base.exp: New file.
11795 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
11796 support additional line table, and debug ranges generation.
11797 (Dwarf::ranges): New function, generate .debug_ranges.
11798 (Dwarf::lines): Support generating simple line table programs.
11799 (Dwarf::assemble): Initialise new namespace variables.
11800
5fc2beac
KB
118012015-12-09 Kevin Buettner <kevinb@redhat.com>
11802
11803 * gdb.base/async.exp (proc test_background): Add case for
11804 asynchronous execution not supported.
11805
1c35a88f
LM
118062015-12-09 Luis Machado <lgustavo@codesourcery.com>
11807
11808 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
11809 format and change test names to make them unique.
11810
b593e3d9
RK
118112015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
11812 Pedro Alves <pedro@redhat.com>
11813
11814 PR gdb/18702
11815 Add checking of floatformats setup on x86_64 hosts.
11816 * gdb.arch/i386-float.S (main): Load bigval and smallval.
11817 (smallval, bigval): New labels/constants.
11818 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
11819 float" after loading bigval and smallval.
11820
d72413e6
PMR
118212015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
11822
11823 * gdb.ada/fun_overload_menu.exp: New testcase.
11824 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
11825
ece66d65
JS
118262015-12-04 Josh Stone <jistone@redhat.com>
11827
11828 * gdb.base/catch-fork-static.exp: New.
11829
41d0efca
YQ
118302015-12-03 Yao Qi <yao.qi@linaro.org>
11831
11832 * gdb.base/sizeof.c: Don't include stdio.h and
11833 ../lib/unbuffer_output.c.
11834 (main): New variable 'size' and 'value'. Remove printf and
11835 gdb_unbuffer_output. Assign return value to size and value.
11836 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
11837 at the beginning.
11838 (check_sizeof): Check the result by printing variable 'size'.
11839 (check_valueof): Check the result by printing variable 'value'.
11840
99fd02d9
YQ
118412015-12-01 Yao Qi <yao.qi@linaro.org>
11842
11843 * gdb.base/disp-step-syscall.exp: Define syscall instruction
11844 for aarch64*-*-linux* target.
11845
f2faf941
PA
118462015-11-30 Pedro Alves <palves@redhat.com>
11847
11848 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
11849
04bf20c5
PA
118502015-11-30 Pedro Alves <palves@redhat.com>
11851
11852 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
11853 Handle non-stop mode vCont replies.
11854
09df4675
PA
118552015-11-30 Pedro Alves <palves@redhat.com>
11856
11857 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
11858 prepare_for_testing. Start gdb with "set non-stop on" appended to
11859 GDBFLAGS. Lax expected stop output.
11860
58b584af
YQ
118612015-11-27 Yao Qi <yao.qi@linaro.org>
11862
11863 * gdb.arch/arm-neon.exp: New.
11864 * gdb.arch/arm-neon.c: New.
11865
dfcb77a8
YQ
118662015-11-27 Yao Qi <yao.qi@linaro.org>
11867
11868 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
11869
88e8ec1b
YQ
118702015-11-27 Yao Qi <yao.qi@linaro.org>
11871
11872 * gdb.cp/annota2.exp: Allow multiple occurrences of the
11873 frames-invalid annotation.
11874
bfde72c2
YQ
118752015-11-27 Yao Qi <yao.qi@linaro.org>
11876
11877 * gdb.cp/annota2.exp: Use ${frames_invalid}.
11878
f6512a69
SM
118792015-11-26 Simon Marchi <simon.marchi@ericsson.com>
11880
11881 * gdb.threads/names.exp: New file.
11882 * gdb.threads/names.c: New file.
11883 * README: Mention gdb,no_thread_names.
11884
46a3515b
MM
118852015-11-26 Markus Metzger <markus.t.metzger@intel.com>
11886
11887 PR 19297
11888 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
11889 support" error.
11890
62147a22
PA
118912015-11-24 Pedro Alves <palves@redhat.com>
11892
11893 PR 17539
11894 * gdb.base/display.exp: Expect displays to be sorted in ascending
11895 order. Use multi_line.
11896 * gdb.base/solib-display.exp: Likewise.
11897
2f341b6e
PA
118982015-11-24 Pedro Alves <palves@redhat.com>
11899
11900 PR 17539
25d49b86
PA
11901 * gdb.base/display.exp: Expect displays to be sorted in ascending
11902 order. Use multi_line.
11903 * gdb.base/solib-display.exp: Likewise.
2f341b6e 11904
7e0aa6aa
PA
119052015-11-24 Pedro Alves <palves@redhat.com>
11906
11907 PR 17539
11908 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
11909 threads in ascending order.
11910 * gdb.base/foll-fork.exp: Likewise.
11911 * gdb.base/foll-vfork.exp: Likewise.
11912 * gdb.base/multi-forks.exp: Likewise.
11913 * gdb.mi/mi-nonstop.exp: Likewise.
11914 * gdb.mi/mi-nsintrall.exp: Likewise.
11915 * gdb.multi/base.exp: Likewise.
11916 * gdb.multi/multi-arch.exp: Likewise.
11917 * gdb.python/py-inferior.exp: Likewise.
11918 * gdb.threads/break-while-running.exp: Likewise.
11919 * gdb.threads/execl.exp: Likewise.
11920 * gdb.threads/gcore-thread.exp: Likewise.
11921 * gdb.threads/info-threads-cur-sal.exp: Likewise.
11922 * gdb.threads/kill.exp: Likewise.
11923 * gdb.threads/linux-dp.exp: Likewise.
11924 * gdb.threads/multiple-step-overs.exp: Likewise.
11925 * gdb.threads/next-bp-other-thread.exp: Likewise.
11926 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
11927 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
11928 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
11929 * gdb.threads/thread-find.exp: Likewise.
11930 * gdb.threads/tls.exp: Likewise.
11931 * lib/mi-support.exp (mi_reverse_list): Delete.
11932 (mi_check_thread_states): No longer reverse list.
11933
2cc57ad8
PA
119342015-11-24 Pedro Alves <palves@redhat.com>
11935
11936 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
11937 use lowercase.
11938
c93e8391
SM
119392015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11940
11941 * gdb.trace/actions.c: Include trace-common.h.
11942 (main): Add a location for a fast tracepoint.
11943 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
11944 the normal tracepoints.
11945 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
11946
045ccf91
SM
119472015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11948
11949 * save-trace.exp: Factor out code to these...
11950 (gdb_save_tracepoints): New.
11951 (gdb_load_tracepoints): New.
11952 (do_save_load_test): New.
11953
5506f9f6
KB
119542015-11-23 Kevin Buettner <kevinb@redhat.com>
11955
11956 * gdb.base/asmlabel.exp: New test.
11957 * gdb.base/asmlabel.c: New test case.
11958
16c3b12f
JB
119592015-11-23 Joel Brobecker <brobecker@adacore.com>
11960
11961 * gdb.base/wrong_frame_bt_full-main.c: New file.
11962 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
11963 * gdb.base/wrong_frame_bt_full.exp: New file.
11964
155bfbd3
JB
119652015-11-23 Joel Brobecker <brobecker@adacore.com>
11966
11967 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
11968
bb097445
JM
119692015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11970
206853a0 11971 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
11972 pstate register when comparing registers values in
11973 sparc64-*-linux-gnu targets to avoid spurious differences.
11974
9c88ed8f
JM
119752015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11976
206853a0 11977 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 11978
96161e25
SL
119792015-11-19 Sandra Loosemore <sandra@codesourcery.com>
11980
11981 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
11982 as type argument to gdb_compile.
11983 * gdb.base/nested-subp2.exp: Likewise.
11984 * gdb.base/nested-subp3.exp: Likewise.
11985
340c2830
DV
119862015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
11987
11988 * lib/dwarf.exp (_note): Fix left shift of negative value.
11989 * gdb.trace/trace-condition.exp: Likewise.
11990
c1862d0f
YQ
119912015-11-13 Yao Qi <yao.qi@linaro.org>
11992
11993 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
11994 comments about d10v.
11995 (test_scalar_returns): Likewise.
11996 * gdb.base/d10v.ld: Remove.
11997 * gdb.base/overlays.exp: Remove the target triplet checking for
11998 d10v-*-*.
11999 * gdb.base/structs.exp (test_struct_returns): Remove the
12000 comments about d10v.
12001 (test_struct_calls): Likewise.
12002
77ae9c19
YQ
120032015-11-13 Yao Qi <yao.qi@linaro.org>
12004
12005 * gdb.base/gnu_vector.exp: Check the return value by "p res".
12006 * gdb.base/gnu_vector.c: Don't include stdio.h.
12007 (main): Don't print res and call add_some_intvecs.
12008
430e004e
MK
120092015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
12010
12011 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
12012 macro.
12013 (func5): Removed.
12014 (func4): Use FAST_TRACEPOINT_LABEL.
12015 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
12016 macro.
12017 (func): Removed.
12018 (thread_function): Use FAST_TRACEPOINT_LABEL.
12019 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
12020 (func): Remove.
12021 (marker): Use FAST_TRACEPOINT_LABEL.
12022 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
12023 (pendfunc1): Remove.
12024 (pendfunc): Use FAST_TRACEPOINT_LABEL.
12025 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
12026 (foo): Remove.
12027 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
12028 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
12029 macro.
12030 (func): Remove.
12031 (marker): Use FAST_TRACEPOINT_LABEL.
12032 * gdb.trace/trace-common.h: New header.
12033 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
12034 macro.
12035 (func): Remove.
12036 (marker): Use FAST_TRACEPOINT_LABEL.
12037 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
12038 (func): Remove.
12039 (thread_function): Use FAST_TRACEPOINT_LABEL.
12040
6e7675a7
MK
120412015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
12042
12043 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
12044 in front.
12045 * gdb.trace/change-loc.exp: Use global pcreg definition.
12046 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
12047 * gdb.trace/entry-values.exp: Use global spreg definition, add $
12048 in front.
12049 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
12050 * gdb.trace/pending.exp: Likewise.
12051 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
12052 * gdb.trace/trace-break.exp: Likewise.
12053 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
12054 in front.
12055 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
12056 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
12057 in front.
12058 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
12059
dddc0e16
JB
120602015-11-09 Joel Brobecker <brobecker@adacore.com>
12061
12062 * gdb.ada/fin_fun_out: New testcase.
12063
c6f0b406
KB
120642015-11-07 Kevin Buettner <kevinb@redhat.com>
12065
12066 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
12067 value associated with DW_AT_byte_size.
12068 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
12069 constants for DW_AT_byte_size, DW_AT_lower_bound, and
12070 DW_AT_upper_bound.
12071
f01dcfd9
KB
120722015-11-07 Kevin Buettner <kevinb@redhat.com>
12073
12074 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
12075 (gdb_target_symbol_prefix_flags): Define in terms of _asm
12076 version.
12077 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
12078 gdb.dwarf2/dw2-canonicalize-type.exp,
12079 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
12080 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
12081 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
12082 provided by gdb_target_symbol_prefix_flags_asm.
12083 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
12084 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
12085 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
12086 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
12087 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
12088 macros where needed). Use this macro for symbols which require
12089 the prefix provided by SYMBOL_PREFIX.
12090
2223449a
KB
120912015-11-05 Kevin Buettner <kevinb@redhat.com>
12092
12093 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
12094 New procs.
12095 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
12096 representing expressions, of more than one list element.
12097 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
12098 to prepend linker symbol prefix to f.
12099 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
12100 table_1 and table_2.
12101 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
12102 Likewise, for f and g.
12103 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
12104 for ptr.
12105 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
12106 for main.
12107 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
12108 table_1_ptr and table_2_ptr.
12109
6f2f1a3a
JK
121102015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12111 Joel Brobecker <brobecker@adacore.com>
12112
12113 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
12114
566c56c9
MK
121152015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
12116
12117 * gdb.reverse/s390-mvcle.c: New test.
12118 * gdb.reverse/s390-mvcle.exp: New file.
12119 * lib/gdb.exp: Enable reverse tests on s390*-linux.
12120
d5f0636b
MK
121212015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
12122
12123 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
12124
7ad8b86c
MK
121252015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
12126
12127 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
12128 reaching marker2.
12129 * gdb.reverse/getresuid-reverse.exp: Likewise.
12130 * gdb.reverse/pipe-reverse.exp: Likewise.
12131 * gdb.reverse/readv-reverse.exp: Likewise.
12132 * gdb.reverse/recvmsg-reverse.exp: Likewise.
12133 * gdb.reverse/time-reverse.exp: Likewise.
12134 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
12135
4081c0f1
YQ
121362015-10-30 Yao Qi <yao.qi@linaro.org>
12137
12138 * gdb.threads/wp-replication.c (watch_count_done): Remove.
12139 (empty_cycle): Remove.
12140 (main): Don't call empty_cycle. Don't use watch_count_done.
12141 * gdb.threads/wp-replication.exp: Don't set breakpoint on
12142 empty_cycle. Rewrite the code counting HW watchpoints.
12143
452b4ba5
MK
121442015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
12145
12146 * gdb.reverse/fstatat-reverse.c: New test.
12147 * gdb.reverse/fstatat-reverse.exp: New file.
12148 * gdb.reverse/getresuid-reverse.c: New test.
12149 * gdb.reverse/getresuid-reverse.exp: New file.
12150 * gdb.reverse/pipe-reverse.c: New test.
12151 * gdb.reverse/pipe-reverse.exp: New file.
12152 * gdb.reverse/readv-reverse.c: New test.
12153 * gdb.reverse/readv-reverse.exp: New file.
12154 * gdb.reverse/recvmsg-reverse.c: New test.
12155 * gdb.reverse/recvmsg-reverse.exp: New file.
12156 * gdb.reverse/time-reverse.c: New test.
12157 * gdb.reverse/time-reverse.exp: New file.
12158 * gdb.reverse/waitpid-reverse.c: New test.
12159 * gdb.reverse/waitpid-reverse.exp: New file.
12160
5e2e7507
JK
121612015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
12162
12163 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
12164
0fde2c53
DE
121652015-10-26 Doug Evans <dje@google.com>
12166
12167 PR symtab/17391
12168 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
12169 * gdb.dwarf2/bad-regnum.c: New file.
12170 * gdb.dwarf2/bad-regnum.exp: New file.
12171
1a70ae97
DE
121722015-10-26 Doug Evans <dje@google.com>
12173
12174 PR python/18938
12175 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
12176 file.
12177
27dc26ab
JK
121782015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12179
12180 * gdb.compile/compile.exp (compile code globalvar): Update expectation
12181 for a change by "Mention language in compile error message".
12182
bed91f4d
SM
121832015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
12184
12185 PR python/18073
12186 * gdb.python/py-type.c (C::a_method): New.
12187 (C::a_const_method): New.
12188 (C::a_static_method): New.
12189 (a_function): New.
12190 * gdb.python/py-type.exp (test_fields): Test getting fields
12191 from function and method.
12192
3f2f83dd
KB
121932015-10-21 Keven Boell <keven.boell@intel.com>
12194
12195 * gdb.fortran/vla-alloc-assoc.exp: New file.
12196 * gdb.fortran/vla-datatypes.exp: New file.
12197 * gdb.fortran/vla-datatypes.f90: New file.
12198 * gdb.fortran/vla-history.exp: New file.
12199 * gdb.fortran/vla-ptype-sub.exp: New file.
12200 * gdb.fortran/vla-ptype.exp: New file.
12201 * gdb.fortran/vla-sizeof.exp: New file.
12202 * gdb.fortran/vla-sub.f90: New file.
12203 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
12204 * gdb.fortran/vla-value-sub-finish.exp: New file.
12205 * gdb.fortran/vla-value-sub.exp: New file.
12206 * gdb.fortran/vla-value.exp: New file.
12207 * gdb.fortran/vla-ptr-info.exp: New file.
12208 * gdb.mi/mi-vla-fortran.exp: New file.
12209 * gdb.mi/vla.f90: New file.
12210
27145d50
SL
122112015-10-21 Sandra Loosemore <sandra@codesourcery.com>
12212
12213 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
12214 of hardwired timeout value.
12215
5f3ff4f8
JK
122162015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12217 Pedro Alves <palves@redhat.com>
12218
12219 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
12220 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
12221
bfd09d20
JS
122222015-10-19 Josh Stone <jistone@redhat.com>
12223
12224 * gdb.base/catch-syscall.c: Include <sched.h>.
12225 (unknown_syscall): New variable.
12226 (main): Trigger a vfork and an unknown syscall.
12227 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
12228 (unknown_syscall_number): Likewise.
12229 (check_call_to_syscall): Accept an optional syscall pattern.
12230 (check_return_from_syscall): Likewise.
12231 (check_continue): Likewise.
12232 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
12233 (test_catch_syscall_skipping_return): New test toggling off 'catch
12234 syscall' to step over the syscall return, then toggling back on.
12235 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
12236 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
12237 (do_syscall_tests): Call test_catch_syscall_without_args and
12238 test_catch_syscall_mid_vfork.
12239 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
12240 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
12241
b32b93c6
AS
122422015-10-19 Andrew Stubbs <ams@codesourcery.com>
12243
12244 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
12245 print g_vE): Add new pass patterns.
12246 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
12247 print various symbol names for vptr fields.
12248
9d622bda
AB
122492015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
12250
12251 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
12252 results.
12253
0fd8ac1c
YQ
122542015-10-12 Yao Qi <yao.qi@linaro.org>
12255
12256 * gdb.arch/disp-step-insn-reloc.exp: New test case.
12257
34240514
YQ
122582015-10-12 Yao Qi <yao.qi@linaro.org>
12259
12260 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
12261 is aarch64*-*-linux*.
12262
8240f442
YQ
122632015-10-12 Yao Qi <yao.qi@linaro.org>
12264
12265 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
12266 (can_relocate_bcond_true): ... it.
12267 (can_relocate_bcond_false): New function.
12268 (foo): Likewise.
12269 (can_relocate_bl): Likewise.
12270 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
12271 can_relocate_bl.
12272
2520f728
PMR
122732015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
12274
12275 * gdb.base/nested-addr.c: New file.
12276 * gdb.base/nested-addr.exp: New testcase.
12277
abcef95a
MM
122782015-10-09 Markus Metzger <markus.t.metzger@intel.com>
12279
12280 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
12281 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
12282 its output. Ignore the output of "record goto begin" and instead
12283 check that GDB is replaying.
12284
145e3ddb
PA
122852015-10-09 Pedro Alves <palves@redhat.com>
12286
12287 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
12288 (top level): Use it in the run with no args test.
12289
d5d8c4e1
IB
122902015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
12291
12292 * gdb.dlang/properties.exp: New file.
12293
06e635ef
SL
122942015-10-02 Sandra Loosemore <sandra@codesourcery.com>
12295
12296 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
12297 whether or not address 0x1000 is mapped on the target.
12298
e019fd1d
SM
122992015-09-30 Simon Marchi <simon.marchi@ericsson.com>
12300
12301 * gdb.python/py-type.exp: Do not run tests if binaries fail to
12302 build.
12303
77ba2a67
MM
123042015-09-30 Markus Metzger <markus.t.metzger@intel.com>
12305
12306 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
12307 instruction-history test.
12308
c60eb31f
DE
123092015-09-28 Doug Evans <dje@google.com>
12310
12311 * gdb.base/gcore.c (array_func): Add reference to static_array.
12312
9a3c8263
SM
123132015-09-25 Simon Marchi <simon.marchi@ericsson.com>
12314
12315 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
12316 source line.
12317
9720e656
SL
123182015-09-24 Sandra Loosemore <sandra@codesourcery.com>
12319
12320 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
12321 short or char as base type.
12322
938d3bf2
SL
123232015-09-23 Sandra Loosemore <sandra@codesourcery.com>
12324
12325 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
12326 to allow any size enum.
12327
e6c2c623
PMR
123282015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
12329
12330 * gdb.ada/array_ptr_renaming.exp: New testcase.
12331 * gdb.ada/array_ptr_renaming/foo.adb: New file.
12332 * gdb.ada/array_ptr_renaming/pack.ads: New file.
12333
06da0f77
PL
123342015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12335
12336 * gdb.trace/ftrace-lock.c: New file.
12337 * gdb.trace/ftrace-lock.exp: New file.
12338
4f51c22a
PL
123392015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12340
12341 * gdb.arch/insn-reloc.c: New file.
12342 * gdb.arch/ftrace-insn-reloc.exp: New file.
12343
7041adf4
PL
123442015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12345
12346 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
12347 instruction.
12348 * gdb.trace/pendshr1.c (pendfunc): Likewise.
12349 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
12350 * gdb.trace/range-stepping.c: Likewise.
12351 * gdb.trace/trace-break.c: Likewise.
12352 * gdb.trace/trace-mt.c (thread_function): Likewise.
12353 * gdb.trace/ftrace.c (marker): Likewise.
12354 * gdb.trace/trace-condition.c (marker): Likewise.
12355 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
12356 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
12357 is_aarch64_target.
12358
015d2e7e
DE
123592015-09-18 Doug Evans <xdje42@gmail.com>
12360
12361 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
12362 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
12363
26b188a2
SL
123642015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12365
12366 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
12367 the breakpoint.
12368
79dc332b
SL
123692015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12370
12371 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
12372 the pending breakpoint. Remove timeout override for "Run till
12373 MI pending breakpoint on pendfunc3 on thread 2" test.
12374
f57929f2
SL
123752015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12376
12377 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
12378 filename pattern.
12379
3f469b17
SL
123802015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12381
12382 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
12383 in breakpoint filename pattern.
12384
515b89b3
SL
123852015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12386
7800dbe4
SL
12387 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
12388
123892015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12390
515b89b3
SL
12391 * gdb.linespec/explicit.exp: Check for readline support for
12392 tab-completion tests. Fix obvious typo.
12393
d2939ba2
MM
123942015-09-18 Markus Metzger <markus.t.metzger@intel.com>
12395
12396 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
12397 and replay.
12398
cbb55fa7
MM
123992015-09-18 Markus Metzger <markus.t.metzger@intel.com>
12400
12401 * gdb.btrace/non-stop.c: New.
12402 * gdb.btrace/non-stop.exp: New.
12403
43691ca1
PL
124042015-09-17 Pierre Langlois <pierre.langlois@arm.com>
12405 Yao Qi <yao.qi@linaro.org>
12406
12407 * gdb.trace/trace-condition.c: New file.
12408 * gdb.trace/trace-condition.exp: New file.
12409
d78908cf
WW
124102015-09-16 Wei-cheng Wang <cole945@gmail.com>
12411
12412 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
12413 for testing bytecode compilation.
12414
1ed415e2
PA
124152015-09-16 Pedro Alves <palves@redhat.com>
12416 Sandra Loosemore <sandra@codesourcery.com>
12417
12418 * gdb.threads/non-stop-fair-events.c (timeout): New global.
12419 (SECONDS): Redefine.
12420 (main): Call pthread_kill and alarm early.
12421 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
12422 support.
12423 (test): If the target can't hardware step and doesn't support
12424 displaced stepping, increase the timeout.
12425
d136eff5
PA
124262015-09-16 Pedro Alves <palves@redhat.com>
12427
12428 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
12429 (enable_debug): New procedures.
12430 (test): Use them. Bail out if waiting for threads fails.
12431 (top level): Bail out if a test fails.
12432
991f019c
YQ
124332015-09-16 Yao Qi <yao.qi@linaro.org>
12434
12435 * gdb.asm/asm-source.exp: Set asm-arch for
12436 aarch64*-*-* target.
12437 * gdb.asm/aarch64.inc: New file.
12438
bfca584f
PMR
124392015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
12440
12441 * gdb.ada/array_of_variable_length.exp: New testcase.
12442 * gdb.ada/array_of_variable_length/foo.adb: New file.
12443 * gdb.ada/array_of_variable_length/pck.adb: New file.
12444 * gdb.ada/array_of_variable_length/pck.ads: New file.
12445
b326e587
DE
124462015-09-15 Doug Evans <dje@google.com>
12447
12448 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
12449 of function static local variable.
12450
5382cfab
PW
124512015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12452
12453 * gdb.threads/tls-so_extern.exp: New test file.
12454 * gdb.threads/tls-so_extern.c: New test file.
12455 * gdb.threads/tls-so_extern_main.c: New test file.
12456
141c5cc4
JK
124572015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12458
12459 * gdb.opt/solib-intra-step-lib.c: New file.
12460 * gdb.opt/solib-intra-step-main.c: New file.
12461 * gdb.opt/solib-intra-step.exp: New file.
12462
d15dcecd
PA
124632015-09-15 Pedro Alves <palves@redhat.com>
12464
12465 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
12466 gdb_continue_to_breakpoint instead of gdb_test_multiple.
12467
4c2f2a79
PA
124682015-09-14 Pedro Alves <palves@redhat.com>
12469
12470 * gdb.base/hook-stop-continue.c: Delete.
12471 * gdb.base/hook-stop-continue.exp: Delete.
12472 * gdb.base/hook-stop-frame.c: Delete.
12473 * gdb.base/hook-stop-frame.exp: Delete.
12474 * gdb.base/hook-stop.c: New file.
12475 * gdb.base/hook-stop.exp: New file.
12476
919e6dbe
PMR
124772015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
12478
12479 * gdb.ada/access_to_packed_array.exp: New testcase.
12480 * gdb.ada/access_to_packed_array/foo.adb: New file.
12481 * gdb.ada/access_to_packed_array/pack.adb: New file.
12482 * gdb.ada/access_to_packed_array/pack.ads: New file.
12483
157280a4
MM
124842015-09-14 Markus Metzger <markus.t.metzger@intel.com>
12485
12486 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
12487 buffer size test.
12488
2fd33e94
DB
124892015-09-11 Don Breazeal <donb@codesourcery.com>
12490
12491 * gdb.base/foll-exec.c: Add copyright header. Fix
12492 formatting issues.
12493 * gdb.base/foll-exec.exp (zap_session): Delete proc.
12494 (do_exec_tests): Use clean_restart in place of zap_session,
12495 and for test initialization. Fix formatting issues. Use
12496 fail in place of perror.
12497 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
12498 an expect statement to match an expression with output from
12499 the program under debug.
12500 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
12501 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
12502 * gdb.threads/non-ldr-exc-2.exp: Likewise.
12503 * gdb.threads/non-ldr-exc-3.exp: Likewise.
12504 * gdb.threads/non-ldr-exc-4.exp: Likewise.
12505
e70b6e8e
DE
125062015-09-09 Doug Evans <dje@google.com>
12507
12508 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
12509
7a551a51
DE
125102015-09-09 Doug Evans <dje@google.com>
12511
12512 * gdb.base/pie-execl.exp: Fix result test of build_executable.
12513
4c666f84
DE
125142015-09-09 Doug Evans <dje@google.com>
12515
12516 * gdb.base/savedregs.exp: Fix typo.
12517
243a9253
PA
125182015-09-09 Pedro Alves <palves@redhat.com>
12519
12520 * gdb.mi/mi-cli.exp: Add CLI finish tests.
12521
c0fa8fbd
SL
125222015-09-08 Sandra Loosemore <sandra@codesourcery.com>
12523
12524 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
12525 command actually switches threads. Give up on remaining
12526 tests if target fails to stop at breakpoint.
12527
cd7c1778
PMR
125282015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
12529
12530 * gdb.ada/funcall_char.exp: New testcase.
12531 * gdb.ada/funcall_char/foo.adb: New file.
12532
dc5c8746
PMR
125332015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
12534
12535 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
12536 expected outputs. Add two testcases for completing ambiguous
12537 functions.
12538 * gdb.ada/complete/aux_pck.adb: New file.
12539 * gdb.ada/complete/aux_pck.ads: New file.
12540 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
12541 Ambiguous_Func functions.
12542 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
12543 * gdb.ada/complete/pck.adb: Likewise.
12544
4e83a1e7
UW
125452015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
12546
12547 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
12548 failures to run the test program under GDB.
12549
8ce74153
LM
125502015-08-26 Luis Machado <lgustavo@codesourcery.com>
12551
12552 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
12553 to C.
12554
e9756d52
PP
125552015-08-26 Patrick Palka <patrick@parcs.ath.cx>
12556
12557 * gdb.base/run-after-attach.exp: New test file.
12558 * gdb.base/run-after-attach.c: New test file.
12559
8d37573b
DB
125602015-08-26 Don Breazeal <donb@codesourcery.com>
12561
12562 * gdb.base/foll-exec-2.c: New test program.
12563 * gdb.base/foll-exec-2.exp: New test.
12564
63e43d3a
PMR
125652015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
12566
12567 * gdb.base/nested-subp1.exp: New file.
12568 * gdb.base/nested-subp1.c: New file.
12569 * gdb.base/nested-subp2.exp: New file.
12570 * gdb.base/nested-subp2.c: New file.
12571 * gdb.base/nested-subp3.exp: New file.
12572 * gdb.base/nested-subp3.c: New file.
12573
3d40fbb5
PA
125742015-08-24 Pedro Alves <palves@redhat.com>
12575
12576 * gdb.server/connect-without-multi-process.c: New file.
12577 * gdb.server/connect-without-multi-process.exp: New file.
12578
4422ac93
LM
125792015-08-24 Luis Machado <lgustavo@codesourcery.com>
12580
12581 * gdb.opt/inline-markers.c: Make z int.
12582
91dddb86
LM
125832015-08-24 Luis Machado <lgustavo@codesourcery.com>
12584
12585 * gdb.opt/inline-markers.c: Make z volatile.
12586
a48847ee
LM
125872015-08-24 Luis Machado <lgustavo@codesourcery.com>
12588
12589 * gdb.opt/inline-bt.c: New volatile global z.
12590 * gdb.opt/inline-cmds.c: Likewise.
12591 * gdb.opt/inline-locals.c: Likewise.
12592 * gdb.opt/inline-markers.c: New extern global z.
12593 (marker): Use z.
12594 (inline_fn): Likewise.
12595
0ebbc52b
PA
125962015-08-24 Pedro Alves <palves@redhat.com>
12597
12598 * config/m32r-stub.exp: Remove file.
12599 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
12600 * gdb.base/call-rt-st.exp: Likewise.
12601 * gdb.base/call-strs.exp: Likewise.
12602 * gdb.base/default.exp: Remove references to h8300-*-hms and
12603 *-*-udi*.
12604 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
12605
77c365df
AA
126062015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12607
12608 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
12609 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
12610 and "return" use KFAIL when GDB can not read/write the vector
12611 return value.
12612
4313b8c0
GB
126132015-08-21 Gary Benson <gbenson@redhat.com>
12614
12615 * gdb.trace/pending.exp: Cope with remote transfer warnings.
12616
0e433b32
PA
126172015-08-20 Pedro Alves <palves@redhat.com>
12618
12619 * gdb.server/solib-list.exp: No longer expect an interior stop in
12620 non-stop mode.
12621
221e1a37
PA
126222015-08-20 Pedro Alves <palves@redhat.com>
12623
12624 * gdb.server/connect-stopped-target.c: New file.
12625 * gdb.server/connect-stopped-target.exp: New file.
12626
40e3ad0e
PA
126272015-08-20 Pedro Alves <palves@redhat.com>
12628
12629 * gdb.dwarf2/comp-unit-lang.exp: New file.
12630 * gdb.dwarf2/comp-unit-lang.c: New file.
12631
af39b327
PMR
126322015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
12633
12634 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
12635 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
12636
7d45c7c3 126372015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 12638
7d45c7c3
KB
12639 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
12640 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
12641
4d6cceb4
DE
126422015-08-18 Doug Evans <dje@google.com>
12643 Adrian Sendroiu <adrian.sendroiu@freescale.com>
12644
12645 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
12646 skip_python_tests. New arg prompt_regexp.
12647 (skip_python_tests): New function.
12648 * lib/mi-support.exp (mi_skip_python_tests): New function.
12649 * gdb.python/py-mi-objfile-gdb.py: New file.
12650 * gdb.python/py-mi-objfile.c: New file.
12651 * gdb.python/py-mi-objfile.exp: New file.
12652
ad89c2aa
KS
126532015-08-17 Keith Seitz <keiths@redhat.com>
12654
12655 * gdb.linespec/explicit.exp: Move strace test from here ...
12656 * gdb.trace/strace.exp: ... to here.
12657
e3ae3c43
PP
126582015-08-15 Patrick Palka <patrick@parcs.ath.cx>
12659
12660 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
12661 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
12662
604b2636
DE
126632015-08-14 Doug Evans <xdje42@gmail.com>
12664
12665 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
12666 inferior before selecting a new file.
12667
6ff0ba5f
DE
126682015-08-14 Doug Evans <xdje42@gmail.com>
12669
12670 * gdb.mi/mi-disassemble.exp: Update.
12671 * gdb.base/disasm-optim.S: New file.
12672 * gdb.base/disasm-optim.c: New file.
12673 * gdb.base/disasm-optim.h: New file.
12674 * gdb.base/disasm-optim.exp: New file.
12675
9ca98f92
KS
126762015-08-14 Keith Seitz <keiths@redhat.com>
12677
12678 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
12679 "evaluated-by".
12680
52bbc560
JB
126812015-08-13 Joel Brobecker <brobecker@adacore.com>
12682
12683 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
12684
5d8c3ed3
PMR
126852015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
12686
12687 * gdb.ada/fun_renaming.exp: New testcase.
12688 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
12689 * gdb.ada/fun_renaming/pack.adb: New file.
12690 * gdb.ada/fun_renaming/pack.ads: New file.
12691
ea8812bc
KS
126922015-08-12 Keith Seitz <keiths@redhat.com>
12693
12694 * gdb.base/dso2dso.exp: Pass basename of source file in call to
12695 gdb_get_line_number.
12696
4dafcdeb
JB
126972015-08-12 Joel Brobecker <brobecker@adacore.com>
12698
12699 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
12700 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
12701 gdb.base/dso2dso.exp: New files.
12702
5ba32597
SDJ
127032015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
12704 Pedro Alves <palves@redhat.com>
12705 Keith Seitz <keiths@redhat.com>
12706
12707 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
12708 GDBFLAGS.
12709
b6dafabf
PP
127102015-08-12 Patrick Palka <patrick@parcs.ath.cx>
12711
12712 * gdb.base/gdbhistsize-history.exp
12713 (test_histsize_history_setting): Use save_vars.
12714 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12715 Use save_vars.
12716 (test_no_truncation_of_unlimited_history_file): Use save_vars.
12717 * gdb.base/readline.exp: Use save_vars.
12718
abe8e607
PP
127192015-08-12 Patrick Palka <patrick@parcs.ath.cx>
12720
12721 * lib/gdb.exp (save_vars): New proc.
12722
629500fa
KS
127232015-08-11 Keith Seitz <keiths@redhat.com>
12724
12725 * gdb.base/help.exp: Update help_breakpoint_text.
12726
eb8c4e2e
KS
127272015-08-11 Keith Seitz <keiths@redhat.com>
12728
12729 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
12730 (at toplevel): Call test_explicit_breakpoints.
12731 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
12732 breakpoints.
12733 * lib/mi-support.exp (mi_make_breakpoint): Add support for
12734 breakpoint conditions, "-cond".
12735
87f0e720
KS
127362015-08-11 Keith Seitz <keiths@redhat.com>
12737
12738 * gdb.linespec/3explicit.c: New file.
12739 * gdb.linespec/cpexplicit.cc: New file.
12740 * gdb.linespec/cpexplicit.exp: New file.
12741 * gdb.linespec/explicit.c: New file.
12742 * gdb.linespec/explicit.exp: New file.
12743 * gdb.linespec/explicit2.c: New file.
12744 * gdb.linespec/ls-errs.exp: Add explicit location tests.
12745 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
12746 before using in the matching pattern.
12747 Clarify that `prefix' is a regular expression.
12748
f00aae0f
KS
127492015-08-11 Keith Seitz <keiths@redhat.com>
12750
12751 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
12752 test.
12753 Add tests for missing ",FMT" and ",".
12754
e27852be
DE
127552015-08-10 Doug Evans <dje@google.com>
12756 Keith Seitz <keiths@redhat.com>
12757
12758 PR gdb/17960
12759 * gdb.base/completion.exp: Add location completer tests.
12760
7f03bd92
PA
127612015-08-07 Pedro Alves <palves@redhat.com>
12762
12763 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
12764 tests here.
12765 (top level): Run do_test with and without displaced stepping.
12766
3fc8eb30
PA
127672015-08-07 Pedro Alves <palves@redhat.com>
12768
12769 * gdb.base/valgrind-disp-step.c: New file.
12770 * gdb.base/valgrind-disp-step.exp: New file.
12771
d4569d7b
PA
127722015-08-07 Pedro Alves <palves@redhat.com>
12773
12774 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
12775 Delete function.
12776 (main): Add alarm. Run an infinite loop instead of calling
12777 wait_threads.
12778 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
12779 comment.
12780 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
12781 Delete function.
12782 (main): Add alarm. Run an infinite loop instead of calling
12783 wait_threads.
12784 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
12785 comment.
12786
e1316e60
PA
127872015-08-07 Pedro Alves <palves@redhat.com>
12788
12789 * gdb.base/checkpoint-ns.exp: New file.
12790 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
12791 standard_testfile.
12792
da8c46d2
MM
127932015-08-07 Markus Metzger <markus.t.metzger@intel.com>
12794
12795 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
12796 * gdb.btrace/instruction_history.exp: Update.
12797 * gdb.btrace/tsx.exp: New.
12798 * gdb.btrace/tsx.c: New.
12799
de1c2c52
PA
128002015-08-06 Pedro Alves <palves@redhat.com>
12801
12802 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
12803 increase timeout.
12804 * gdb.reverse/until-precsave.exp: Bump timeouts.
12805
782e0bf4
PA
128062015-08-06 Pedro Alves <palves@redhat.com>
12807
12808 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
12809
83e97ed0
PA
128102015-08-06 Pedro Alves <palves@redhat.com>
12811
12812 PR gdb/18749
12813 * gdb.threads/process-dies-while-handling-bp.c: New file.
12814 * gdb.threads/process-dies-while-handling-bp.exp: New file.
12815
863d01bd
PA
128162015-08-06 Pedro Alves <palves@redhat.com>
12817
12818 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
12819 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
12820
0a39bb32
PA
128212015-08-05 Pedro Alves <palves@redhat.com>
12822
12823 * gdb.threads/next-while-other-thread-longjmps.c: New file.
12824 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
12825
ee2d2b10
SL
128262015-08-03 Sandra Loosemore <sandra@codesourcery.com>
12827
12828 * gdb.base/bp-permanent.exp: Report test as unsupported if
12829 the target cannot stop at the permanent breakpoint.
12830
4e1bdb00
DE
128312015-08-03 Doug Evans <dje@google.com>
12832
12833 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
12834 10000.
12835
3d338901
DE
128362015-08-03 Doug Evans <dje@google.com>
12837
12838 * Makefile.in (workers/%.worker, build-perf): New rule.
12839 (GDB_PERFTEST_MODE): New variable.
12840 (check-perf): Use it.
12841 (clean): Clean up gdb.perf parallel build subdirs.
12842 * lib/build-piece.exp: New file.
12843 * lib/gdb.exp (make_gdb_parallel_path): New function
12844 (standard_output_file, standard_temp_file): Call it.
12845 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12846 of $GDB_PARALLEL.
12847 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
12848
af061d3e
DE
128492015-08-03 Doug Evans <dje@google.com>
12850
8e1afc81 12851 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
12852 (LOG_FILE_NAME): New global.
12853 (TextReporter.__init__): Initialize self.txt_sum.
12854 (TextReporter.report): Add support for multiple data-points.
12855 Move report to perftest.sum, put raw data in perftest.log.
12856 (TextReporter.start): Open sum and log files.
12857 (TextReporter.end): Close sum and log files.
8e1afc81
DE
12858 * gdb.perf/lib/perftest/testresult.py
12859 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 12860
2c8c5d37
PA
128612015-07-31 Pedro Alves <palves@redhat.com>
12862
12863 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
12864 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12865 kill_wait_spawned_process instead of explicit "kill -9".
12866 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
12867 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12868 kill_wait_spawned_process.
12869 * gdb.base/attach-twice.exp: Likewise.
12870 * gdb.base/attach.exp: Likewise.
12871 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
12872 gdb_test_multiple.
12873 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
12874 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12875 kill_wait_spawned_process.
12876 * gdb.base/valgrind-infcall.exp: Likewise.
12877 * gdb.multi/multi-attach.exp: Likewise.
12878 * gdb.python/py-prompt.exp: Likewise.
12879 * gdb.python/py-sync-interp.exp: Likewise.
12880 * gdb.server/ext-attach.exp: Likewise.
12881 * gdb.threads/attach-into-signal.exp (corefunc): Use
12882 spawn_wait_for_attach, spawn_id_get_pid and
12883 kill_wait_spawned_process.
12884 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
12885 spawn_wait_for_attach returning a spawn id instead of a pid. Use
12886 spawn_id_get_pid and kill_wait_spawned_process.
12887 * gdb.threads/attach-stopped.exp (corefunc): Use
12888 spawn_wait_for_attach, spawn_id_get_pid and
12889 kill_wait_spawned_process.
12890 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
12891 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12892 kill_wait_spawned_process instead of explicit "kill -9".
12893 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
12894 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
12895 (spawn_wait_for_attach): Use spawn instead of exec to spawn
12896 processes. Don't map cygwin/windows pids here. Now returns a
12897 spawn id list.
12898
032a0fca
SL
128992015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12900
12901 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
12902 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
12903 correct patch.
12904
61a934ca
SL
129052015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12906
12907 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
12908
4bc4d428
SL
129092015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12910
12911 Reapply:
12912 2014-05-21 Mark Wielaard <mjw@redhat.com>
12913
12914 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
12915
998d452a
PA
129162015-07-30 Pedro Alves <palves@redhat.com>
12917
12918 * linux-low.c (handle_extended_wait): Set the child's last
12919 reported status to TARGET_WAITKIND_STOPPED.
12920
69dde7dc
PA
129212015-07-30 Pedro Alves <palves@redhat.com>
12922
12923 PR threads/18600
12924 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
12925 only shows inferior 1.
12926
4dd63d48
PA
129272015-07-30 Simon Marchi <simon.marchi@ericsson.com>
12928 Pedro Alves <palves@redhat.com>
12929
12930 PR threads/18600
12931 * gdb.threads/fork-plus-threads.c: New file.
12932 * gdb.threads/fork-plus-threads.exp: New file.
12933
d618e4c5
PP
129342015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12935
12936 * gdb.base/batch-preserve-term-settings.exp
12937 (test_terminal_settings_preserved_after_cli_exit): Use
12938 send_quit_command.
12939
1eef6428
PA
129402015-07-29 Pedro Alves <palves@redhat.com>
12941 Don Breazeal <donb@codesourcery.com>
12942
12943 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
12944 output from both inferior_spawn_id and gdb_spawn_id.
12945
7da5b897
SDJ
129462015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12947
12948 * gdb.threads/attach-into-signal.exp (corefunc): Use
12949 with_test_prefix on nested loops, uniquefying the test messages.
12950
dac804df
SDJ
129512015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12952
12953 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
12954 commit.
12955
06265e53
PP
129562015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12957
12958 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
12959 New proc.
12960 (test_terminal_settings_preserved_after_sigterm): New test.
12961
18206ca3
PP
129622015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12963
12964 * gdb.base/batch-preserve-term-settings.exp
12965 (test_terminal_settings_preserved_after_cli_exit): New test.
12966
90074d11
PP
129672015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12968
12969 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
12970 manipulation of saved_gdbflags.
12971 (test_terminal_settings_preserved): Remove global declaration of
12972 the unused variable pagination_prompt. Remove manipulation of
12973 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
12974 GDBFLAGS.
12975
eb1a7902
PA
129762015-07-29 Pedro Alves <palves@redhat.com>
12977
12978 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
12979
8b75dd3b
PA
129802015-07-29 Pedro Alves <palves@redhat.com>
12981
12982 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
12983 at the top.
12984
dedad4e3
PA
129852015-07-29 Pedro Alves <palves@redhat.com>
12986
12987 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
12988 (main): Call gdb_unbuffer_output.
12989 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
12990 (main): Call gdb_unbuffer_output.
12991 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
12992 (main): Call gdb_unbuffer_output.
12993 * gdb.base/call-strs.exp: Adjust to step over the
12994 gdb_unbuffer_output call.
12995 * gdb.base/catch-gdb-caused-signals.c: Include
12996 "../lib/unbuffer_output.c".
12997 (main): Call gdb_unbuffer_output.
12998 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
12999 (main): Call gdb_unbuffer_output.
13000 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
13001 (main): Call gdb_unbuffer_output.
13002 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
13003 (main): Call gdb_unbuffer_output.
13004 * gdb.base/shlib-call.exp: Adjust to step over the
13005 gdb_unbuffer_output call.
13006 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
13007 (main): Call gdb_unbuffer_output.
13008 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
13009 (main): Call gdb_unbuffer_output.
13010 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
13011 (main): Rename to ...
13012 (test): ... this.
13013 (main): Reimplement.
13014 * gdb.base/varargs.exp: Run to test instead of to main.
13015 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
13016 (main): Call gdb_unbuffer_output.
13017
58789a91
PA
130182015-07-29 Pedro Alves <palves@redhat.com>
13019
13020 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
13021 factore out from mi_continue_dprintf. For call-style dprintfs,
13022 expect dprintf output out of $inferior_spawn_id.
13023 (mi_continue_dprintf): Use mi_expect_dprintf.
13024 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
13025 (main): Call gdb_unbuffer_output.
13026
e8376742
PA
130272015-07-29 Pedro Alves <palves@redhat.com>
13028
13029 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
13030 (default_mi_gdb_start): Set inferior_spawn_id instead of
13031 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
13032 gdb_spawn_id.
13033 (mi_gdb_test): Always expect inferior output from both
13034 $inferior_spawn_id and $gdb_spawn_id.
13035
08280010
PA
130362015-07-29 Pedro Alves <palves@redhat.com>
13037
13038 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
13039 send_inferior and $inferior_spawn_id.
13040
4d30e432
PA
130412015-07-29 Pedro Alves <palves@redhat.com>
13042
13043 * gdb.gdb/complaints.exp (test_initial_complaints)
13044 (test_serial_complaints, test_short_complaints): Use
13045 gdb_test_stdio.
13046 (test_empty_complaint): Handle $inferior_spawn_id !=
13047 $gdb_spawn_id.
13048
0d30a335
PA
130492015-07-29 Pedro Alves <palves@redhat.com>
13050
13051 * gdb.base/varargs.exp: Use gdb_test_stdio.
13052
39413b29
PA
130532015-07-29 Pedro Alves <palves@redhat.com>
13054
13055 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
13056
7cb000a9
PA
130572015-07-29 Pedro Alves <palves@redhat.com>
13058
13059 * gdb.base/ending-run.exp: Use gdb_test_stdio.
13060
d7b8ac82
PA
130612015-07-29 Pedro Alves <palves@redhat.com>
13062
13063 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
13064 parameter into two new parameters, "inf_result" and "gdb_result".
13065 Expect inferior output and gdb output from $inferior_spawn_id and
13066 $gdb_spawn_id, respectively. Adjust all callers.
13067
789c3a0c
PA
130682015-07-29 Pedro Alves <palves@redhat.com>
13069
13070 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
13071 of gdb_test_sequence.
13072
77e760c3
PA
130732015-07-29 Pedro Alves <palves@redhat.com>
13074
13075 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
13076 (saw_spurious_output): Expect inferior output from
13077 $inferior_spawn_id. Use gdb_test_stdio.
13078
8396d2cd
PA
130792015-07-29 Pedro Alves <palves@redhat.com>
13080
13081 * gdb.base/dprintf.exp: Use standard_testfile. Change
13082 prepare_for_testing call.
13083 (srcfile): Don't set.
13084 (restart): New procedure.
13085 (test_dprintf): New procecure, use to continue over dprintfs.
13086 (test_call, test_agent): New procedures, tests moved here.
13087 Restart gdb and recreate dprintfs. Adjust expected output.
13088
2051d61f
PA
130892015-07-29 Pedro Alves <palves@redhat.com>
13090
13091 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
13092
452397af
PA
130932015-07-29 Pedro Alves <palves@redhat.com>
13094
13095 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
13096
8aed9555
PA
130972015-07-29 Pedro Alves <palves@redhat.com>
13098
13099 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
13100 gdb_test_stdio.
13101
188a61b4
PA
131022015-07-29 Pedro Alves <palves@redhat.com>
13103
13104 * lib/gdb.exp (gdb_test_stdio): New procedure.
13105
12264a45
PA
131062015-07-29 Pedro Alves <palves@redhat.com>
13107
13108 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
13109
23ffc893
PA
131102015-07-29 Pedro Alves <palves@redhat.com>
13111
13112 * gdb.base/call-signal-resume.exp: Remove check for
13113 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
13114 * gdb.base/unwindonsignal.exp: Likewise.
13115 * gdb.base/call-signals.c (gen_signal): Remove printf call.
13116 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
13117
65566918
PA
131182015-07-29 Pedro Alves <palves@redhat.com>
13119
13120 * gdb.base/siginfo-addr.c (pass): New function.
13121 (handler): Call it iff si_addr is correct.
13122 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
13123 Set a breakpoint at "pass" and continue to it.
13124
d60a9221
SDJ
131252015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
13126
13127 * gdb.python/py-objfile.exp: Make some tests have unique names.
13128 * gdb.python/py-pp-registration.exp: Likewise.
13129
bde40b8f
PA
131302015-07-28 Pedro Alves <palves@redhat.com>
13131
13132 * gdb.server/server-exec-info.exp: Issue a "disconnect".
13133
13e1dec8
SM
131342015-07-27 Simon Marchi <simon.marchi@ericsson.com>
13135
13136 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
13137
da33c9a7
SM
131382015-07-27 Simon Marchi <simon.marchi@ericsson.com>
13139
13140 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
13141
077836f7
PP
131422015-07-27 Patrick Palka <patrick@parcs.ath.cx>
13143
13144 * gdb.base/gdb-sigterm-2.exp: New test.
13145
b8cc7b2e
DE
131462015-07-25 Doug Evans <xdje42@gmail.com>
13147
13148 Revert:
13149 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
13150 (workers/%.worker, build-perf): New rule.
13151 (GDB_PERFTEST_MODE): New variable.
13152 (check-perf): Use it.
13153 (clean): Clean up gdb.perf parallel build subdirs.
13154 * lib/build-piece.exp: New file.
13155 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
13156 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
13157 name.
13158 (standard_temp_file): Ditto.
13159 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
13160 of $GDB_PARALLEL.
13161
c8bd4544
DE
131622015-07-24 Doug Evans <dje@google.com>
13163
13164 * gdb.perf/lib/perftest/utils.py: New file.
13165 * gdb.perf/gm-hello.cc: New file.
13166 * gdb.perf/gm-pervasive-typedef.cc: New file.
13167 * gdb.perf/gm-pervasive-typedef.h: New file.
13168 * gdb.perf/gm-std.cc: New file.
13169 * gdb.perf/gm-std.h: New file.
13170 * gdb.perf/gm-use-cerr.cc: New file.
13171 * gdb.perf/gm-utils.h: New file.
13172 * gdb.perf/gmonster-null-lookup.py: New file.
13173 * gdb.perf/gmonster-pervasive-typedef.py: New file.
13174 * gdb.perf/gmonster-print-cerr.py: New file.
13175 * gdb.perf/gmonster-ptype-string.py: New file.
13176 * gdb.perf/gmonster-runto-main.py: New file.
13177 * gdb.perf/gmonster-select-file.py: New file.
13178 * gdb.perf/gmonster1-null-lookup.exp: New file.
13179 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
13180 * gdb.perf/gmonster1-print-cerr.exp: New file.
13181 * gdb.perf/gmonster1-ptype-string.exp: New file.
13182 * gdb.perf/gmonster1-runto-main.exp: New file.
13183 * gdb.perf/gmonster1-select-file.exp: New file.
13184 * gdb.perf/gmonster1.cc: New file.
13185 * gdb.perf/gmonster1.exp: New file.
13186 * gdb.perf/gmonster2-null-lookup.exp: New file.
13187 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
13188 * gdb.perf/gmonster2-print-cerr.exp: New file.
13189 * gdb.perf/gmonster2-ptype-string.exp: New file.
13190 * gdb.perf/gmonster2-runto-main.exp: New file.
13191 * gdb.perf/gmonster2-select-file.exp: New file.
13192 * gdb.perf/gmonster2.cc: New file.
13193 * gdb.perf/gmonster2.exp: New file.
13194
6eab34f3
DE
131952015-07-24 Doug Evans <dje@google.com>
13196
13197 * gdb.perf/README: New file.
13198 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
13199 * lib/gen-perf-test.exp: New file.
13200
63738bfd
DE
132012015-07-24 Doug Evans <dje@google.com>
13202
13203 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
13204 (PerfTest::startup): New function.
13205 (PerfTest::run): Return result of calling body.
13206 (PerfTest::assemble): Rewrite.
13207 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
13208 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
13209 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
13210 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
13211 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
13212
7b606f95
DE
132132015-07-24 Doug Evans <dje@google.com>
13214
13215 * lib/gdb.exp (clean_restart): Make executable optional.
13216
a97b16b8
DE
132172015-07-24 Doug Evans <dje@google.com>
13218
13219 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
13220 compiler_info references.
13221 * gdb.cp/temargs.exp: Ditto.
13222 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
13223 (get_compiler_info): Early exit if already computed. Set compiler_info
13224 to "unknown" if there was a problem.
13225 (test_compiler_info): Add function comment. Call get_compiler_info.
13226
35baa57f
DE
132272015-07-24 Doug Evans <dje@google.com>
13228
13229 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
13230 (workers/%.worker, build-perf): New rule.
13231 (GDB_PERFTEST_MODE): New variable.
13232 (check-perf): Use it.
13233 (clean): Clean up gdb.perf parallel build subdirs.
13234 * lib/build-piece.exp: New file.
13235 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
13236 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
13237 name.
13238 (standard_temp_file): Ditto.
13239 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
13240 of $GDB_PARALLEL.
13241
6ebea266
DE
132422015-07-24 Doug Evans <dje@google.com>
13243
13244 * lib/future.exp (gdb_default_target_compile): New option
13245 "early_flags".
13246 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
13247 --as-needed.
13248
1e76a7e9
SDJ
132492015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
13250
13251 * gdb.base/catch-syscall.exp: Call gdb_exit before
13252 gdb_skip_xml_test.
13253
5068630a
PA
132542015-07-24 Pedro Alves <palves@redhat.com>
13255
13256 * gdb.python/py-events.exp: Accept output between the stop event
13257 and the prompt.
13258 * gdb.python/py-evsignal.exp: Likewise.
13259 * gdb.python/py-evthreads.exp: Likewise.
13260
77598427
PA
132612015-07-24 Pedro Alves <palves@redhat.com>
13262
13263 PR gdb/18717
13264 * gdb.threads/non-ldr-exit.c: New file.
13265 * gdb.threads/non-ldr-exit.exp: New file.
13266
11e6c98f
YQ
132672015-07-24 Yao Qi <yao.qi@linaro.org>
13268
13269 * gdb.server/ext-wrapper.exp: Test --wrapper option when
13270 restarting process.
13271
51aee833
YQ
132722015-07-24 Yao Qi <yao.qi@linaro.org>
13273
13274 * gdb.server/ext-restart.exp: New file.
13275
8cfe207c
YQ
132762015-07-24 Yao Qi <yao.qi@linaro.org>
13277
13278 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
13279 argument options.
13280 * gdb.server/ext-wrapper.exp: New file.
13281
cc12ce38
DE
132822015-07-23 Doug Evans <dje@google.com>
13283
13284 * gdb.dwarf2/dw2-dummy-cu.S: New file.
13285 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
13286
d0d84780
PMR
132872015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
13288
13289 * gdb.ada/var_arr_typedef.exp: New testcase.
13290 * gdb.ada/var_arr_typedef/pack.adb: New file.
13291 * gdb.ada/var_arr_typedef/pack.ads: New file.
13292 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
13293
8b558f79
JB
132942015-07-20 Joel Brobecker <brobecker@adacore.com>
13295
13296 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
13297
775a3298
JK
132982015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13299
13300 * gdb.arch/i386-biarch-core.exp: Replace istarget
13301 by "complete set gnutarget". Remove expectation for the "core-file"
13302 command.
13303
db1ff28b
JK
133042015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13305
13306 Revert the previous commit:
13307 Tests for validate symbol file using build-id.
13308
0a94970d
JK
133092015-07-15 Aleksandar Ristovski <aristovski@qnx.com
13310
13311 Tests for validate symbol file using build-id.
13312 * gdb.base/solib-mismatch-lib.c: New file.
13313 * gdb.base/solib-mismatch-libmod.c: New file.
13314 * gdb.base/solib-mismatch.c: New file.
13315 * gdb.base/solib-mismatch.exp: New file.
13316
03346981
SL
133172015-07-15 Sandra Loosemore <sandra@codesourcery.com>
13318
13319 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
13320 nios2-*-linux*.
13321 * gdb.base/sigbpt.exp (stepi_out): Likewise.
13322 * gdb.base/siginfo.exp: Likewise.
13323 * gdb.base/sigstep.exp (advance, advancei): Likewise.
13324
42422cc7
PL
133252015-07-15 Pierre Langlois <pierre.langlois@arm.com>
13326
13327 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
13328 Move it to ...
13329 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
13330 ... here.
13331 * gdb.trace/range-stepping.exp: Check that the target supports
13332 range stepping.
13333
cfa68bae
JK
133342015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13335
13336 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
13337
8ffdba26
PA
133382015-07-14 Pedro Alves <palves@redhat.com>
13339
13340 * gdb.base/killed-outside.exp: New file.
13341 * gdb.base/killed-outside.c: New file.
13342
218a5a11
JK
133432015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
13344
13345 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
13346 (n at main): New.
13347 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
13348
e03ed3c6
AA
133492015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
13350
13351 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
13352 infcall tests instead of setting up for KFAIL.
13353
485668e5
MM
133542015-07-10 Markus Metzger <markus.t.metzger@intel.com>
13355
13356 * gdb.btrace/record_goto-step.exp: New.
13357
08464196
JK
133582015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13359
13360 PR compile/18484
13361 * gdb.compile/compile.c (struct struct_type): Add volatile to
13362 selffield's type.
13363 * gdb.compile/compile.exp
13364 (compile code struct_object.selffield = &struct_object): Skip further
13365 struct_object tests if this one xfails.
13366
bcf5c1d9
RC
133672015-07-08 Robert O'Callahan <robert@ocallahan.org>
13368
13369 PR exp/18617
13370 * gdb.trace/ax.exp: Add test.
13371
4931af25
YQ
133722015-07-07 Yao Qi <yao.qi@linaro.org>
13373
13374 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
13375 instead of istarget "aarch64*-*-*".
13376 * gdb.arch/aarch64-fp.exp: Likewise.
13377 * gdb.base/float.exp: Likewise.
13378 * gdb.reverse/aarch64.exp: Likewise.
13379 * lib/gdb.exp (is_aarch64_target): New proc.
13380
9fcf688e
YQ
133812015-07-07 Yao Qi <yao.qi@linaro.org>
13382
13383 * lib/gdb.exp (is_aarch32_target): New proc.
13384 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
13385 instead of "istarget "arm*-*-*"".
13386 * gdb.arch/arm-disp-step.exp: Likewise.
13387 * gdb.arch/thumb-bx-pc.exp: Likewise.
13388 * gdb.arch/thumb-prologue.exp: Likewise.
13389 * gdb.arch/thumb-singlestep.exp: Likewise.
13390 * gdb.base/disp-step-syscall.exp: Likewise.
13391 * gdb.base/float.exp: Likewise.
13392
fbd8d50d
YQ
133932015-07-07 Yao Qi <yao.qi@linaro.org>
13394
13395 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
13396 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
13397
71be1fdc
YQ
133982015-07-07 Yao Qi <yao.qi@linaro.org>
13399
13400 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
13401 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
13402 if it exists.
13403 * gdb.multi/multi-arch.exp: Likewise.
13404
3e221d36
SM
134052015-07-07 Simon Marchi <simon.marchi@ericsson.com>
13406
13407 * gdb.python/py-lazy-string.exp: Add missing parentheses to
13408 print.
13409
d441430b
YQ
134102015-07-07 Yao Qi <yao.qi@linaro.org>
13411
13412 * gdb.arch/thumb-singlestep.exp: Do one more single step.
13413
06f810bd
MG
134142015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
13415
13416 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
13417 '[' and ']' characters.
13418
5e61e7c0
IB
134192015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
13420
13421 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
13422
28bf096c
PA
134232015-06-29 Pedro Alves <palves@redhat.com>
13424
13425 PR threads/18127
13426 * gdb.threads/hand-call-new-thread.c: New file.
13427 * gdb.threads/hand-call-new-thread.c: New file.
13428
ee93cd5e
KS
134292015-06-26 Keith Seitz <keiths@redhat.com>
13430 Doug Evans <dje@google.com>
13431
13432 PR 16253
13433 * gdb.cp/var-tag-2.cc: New file.
13434 * gdb.cp/var-tag-3.cc: New file.
13435 * gdb.cp/var-tag-4.cc: New file.
13436 * gdb.cp/var-tag.cc: New file.
13437 * gdb.cp/var-tag.exp: New file.
13438
fc637f04
PP
134392015-06-26 Patrick Palka <patrick@parcs.ath.cx>
13440
13441 * gdb.base/history-duplicates.exp: New test.
13442
2e52ae68
PP
134432015-06-26 Patrick Palka <patrick@parcs.ath.cx>
13444
13445 * gdb.base/completion.exp: Test the completion of the "focus"
13446 command.
13447
6e22494e
JK
134482015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13449
13450 * gdb.arch/amd64-prologue-skip.S: New file.
13451 * gdb.arch/amd64-prologue-skip.exp: New file.
13452
bf7b9cd9
SM
134532015-06-25 Simon Marchi <simon.marchi@ericsson.com>
13454
13455 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
13456 is_address_zero_readable check.
13457
201e8dfd
PB
134582015-06-24 Peter Bergner <bergner@vnet.ibm.com>
13459
13460 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
13461 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
13462
5cd867b4
YQ
134632015-06-24 Yao Qi <yao.qi@linaro.org>
13464
13465 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
13466 linux targets.
13467
4d7be007
YQ
134682015-06-24 Yao Qi <yao.qi@linaro.org>
13469
13470 * lib/gdb.exp (supports_get_siginfo_type): New proc.
13471 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
13472 * gdb.base/siginfo-thread.exp: Likewise.
13473
07fcd301
YQ
134742015-06-22 Yao Qi <yao.qi@linaro.org>
13475
13476 * boards/remote-gdbserver-on-localhost.exp: Add comments.
13477
52042a00
YQ
134782015-06-22 Yao Qi <yao.qi@linaro.org>
13479
13480 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
13481 aarch64*-*-*.
13482 (skip_hw_watchpoint_tests): Likewise.
13483
74bd41ce
PP
134842015-06-18 Patrick Palka <patrick@parcs.ath.cx>
13485
13486 * gdb.base/gdbinit-history.exp: Test the interaction between
13487 setting GDBHISTSIZE and setting the history size via .gdbinit.
13488
bc460514
PP
134892015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13490
13491 PR gdb/16999
13492 * gdb.base/gdbhistsize-history.exp: New test.
13493
b58c513b
PP
134942015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13495
13496 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
13497 with GDBHISTSIZE.
13498 * gdb.base/readline.exp: Likewise.
13499
92046791
YQ
135002015-06-17 Yao Qi <yao.qi@linaro.org>
13501
13502 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
13503 line.
13504
2093d2d3
PP
135052015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13506
13507 * gdb.base/gdbinit-history.exp: Add test case to check that
13508 an unlimited history file does not get truncated on exit.
13509
e6c693af
AA
135102015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13511
13512 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
13513 (VECTOR): New macro. Use it...
13514 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
13515 ...for these typedefs.
13516 (int8, char1, int1, double1): New typedefs.
13517 (struct just_int2, struct two_int2): New structures.
13518 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
13519 (add_structvecs, add_singlevecs): New functions.
13520 (main): Call add_some_intvecs twice.
13521 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
13522 the compile and exit upon failure. Try compiling for the "native"
13523 architecture. Test inferior function calls with vector arguments
13524 and vector return value handling with "finish" and "return".
13525
c74f7d1c
JT
135262015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
13527
13528 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
13529 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
13530 PE file.
13531 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
13532
98aa42ee
AT
135332015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
13534
13535 PR breakpoints/16465
13536 * gdb.mi/mi-dprintf-pending.c: New file.
13537 * gdb.mi/mi-dprintf-pending.exp: New test.
13538 * gdb.mi/mi-dprintf-pendshr.c: New file.
13539
7d73c23c 135402015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 13541 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
13542
13543 * gdb.arch/i386-mpx-map.c: New file.
13544 * gdb.arch/i386-mpx-map.exp: New File.
13545
135462015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13547
13548 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
13549 * gdb.arch/i386-mpx.exp: Indentation fixed.
13550
135512015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13552
13553 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
13554 function and improved indentation.
13555 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
13556 gdb_test_multiple. Added additional tests to skip the test.
13557
135582015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13559
13560 * gdb.arch/i386-avx512.c: Change path in include file.
13561 * gdb.arch/i386-avx512.exp: Change include dir path
13562 compilation flag.
13563 * gdb.arch/i386-mpx.c: Change path in include file.
13564 * gdb.arch/i386-mpx.exp: Change include dir path compilation
13565 flag.
13566
d5eba19a
JK
135672015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
13568
13569 * gdb.compile/compile-print.exp (compile print *vararray@3)
13570 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
13571
7f361056
JK
135722015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13573
13574 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
13575 (do not keep jit in memory): ... this.
13576 (expect 5): Change it to ...
13577 (expect no 5): ... this.
13578
3b462ec2
SM
135792015-06-02 Simon Marchi <simon.marchi@ericsson.com>
13580
13581 PR gdb/15564
13582 * gdb.mi/mi-detach.exp: New file.
13583
e0619de6
JK
135842015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13585
13586 PR symtab/18392
13587 * gdb.arch/amd64-tailcall-self.S: New file.
13588 * gdb.arch/amd64-tailcall-self.c: New file.
13589 * gdb.arch/amd64-tailcall-self.exp: New file.
13590
e970cb34
DB
135912015-05-28 Don Breazeal <donb@codesourcery.com>
13592
13593 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
13594 tests for remote targets by checking is_target_gdbserver.
13595
b2e2f908
DE
135962015-05-27 Doug Evans <dje@google.com>
13597
13598 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
13599 * gdb.dwarf2/opaque-type-lookup.c: New file.
13600 * gdb.dwarf2/opaque-type-lookup.exp: New file.
13601
82c7be31
DE
136022015-05-26 Doug Evans <dje@google.com>
13603
13604 * gdb.cp/iostream.cc: New file.
13605 * gdb.cp/iostream.exp: New file.
13606
b4f54984
DE
136072015-05-26 Doug Evans <dje@google.com>
13608
13609 * gdb.dwarf2/dw2-op-call.exp: Update.
13610 * gdb.dwarf2/dw4-sig-types.exp: Update.
13611 * gdb.dwarf2/implptr.exp: Update.
13612 * gdb.mi/mi-cmd-param-changed.exp: Update.
13613
4ea6efe9
DE
136142015-05-26 Doug Evans <dje@google.com>
13615
13616 * gdb.python/py-lazy-string.c: New file.
13617 * gdb.python/py-lazy-string.exp: New file.
13618 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
13619 (main): Update. Add estring3.
13620 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
13621 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
13622
f6bb7db3
YQ
136232015-05-26 Omair Javaid <omair.javaid@linaro.org>
13624 Yao Qi <yao.qi@linaro.org>
13625
13626 * gdb.reverse/aarch64.c: New.
13627 * gdb.reverse/aarch64.exp: New.
13628
a81bfbd0
OJ
136292015-05-26 Omair Javaid <omair.javaid@linaro.org>
13630
25d49b86
PA
13631 * lib/gdb.exp (supports_process_record): Return true for
13632 aarch64*-linux*.
a81bfbd0
OJ
13633 (supports_reverse): Likewise.
13634
158bf1b4
PP
136352015-05-22 Patrick Palka <patrick@parcs.ath.cx>
13636
13637 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13638 Use with_test_prefix.
13639
a0145030
AB
136402015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
13641
13642 * gdb.base/completion.exp: Add test for completion of layout
13643 names.
13644
ebe3b578
AB
136452015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
13646
13647 * lib/gdb.exp (skip_tui_tests): New proc.
13648 * gdb.base/tui-layout.exp: Check skip_tui_tests.
13649
84204ed7
PA
136502015-05-19 Pedro Alves <palves@redhat.com>
13651
13652 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13653 Save the whole env array instead of just HOME. Unset HISTSIZE in
13654 the environment while testing. Restore whole environment
13655 afterwards.
13656
37442ce1
DE
136572015-05-16 Doug Evans <xdje42@gmail.com>
13658
13659 * gdb.guile/scm-ports.c: New file.
13660 * gdb.guile/scm-ports.exp: Add memory port tests.
13661
36de76f9
JK
136622015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13663
13664 * gdb.compile/compile-print.c: New file.
13665 * gdb.compile/compile-print.exp: New file.
13666
3a9558c4
JK
136672015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13668
13669 * gdb.compile/compile-ops.exp: Cast param to void.
13670 * gdb.compile/compile.exp: Complete type for _gdb_expr.
13671 (compile code struct_object.selffield = &struct_object): Add xfail.
13672
aa715135
JG
136732015-05-15 Joel Brobecker <brobecker@adacore.com>
13674
13675 * gdb.ada/arr_enum_with_gap: New testcase.
13676
931e5bc3
JG
136772015-05-15 Joel Brobecker <brobecker@adacore.com>
13678
13679 * gdb.ada/byte_packed_arr: New testcase.
13680
9cd4d857
JB
136812015-05-15 Joel Brobecker <brobecker@adacore.com>
13682
13683 * gdb.ada/pckd_neg: New testcase.
13684
ebfd00d2
PP
136852015-05-13 Patrick Palka <patrick@parcs.ath.cx>
13686
13687 PR gdb/17820
13688 * gdb.base/gdbinit-history.exp: New test.
13689 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
13690 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
13691
4c082a81
SC
136922015-05-09 Siva Chandra Reddy <sivachandra@google.com>
13693
13694 * gdb.python/py-xmethods.cc: Enhance test case.
13695 * gdb.python/py-xmethods.exp: New tests.
13696 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
13697 function.
13698 (B_indexoper): Likewise.
13699 (global_dm_list) : Add new xmethod worker functions.
13700
f7797074
SDJ
137012015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
13702
13703 * gdb.base/coredump-filter.exp: Correctly unset
13704 "coredump_var_addr" array.
13705
a4674e4e
PA
137062015-05-08 Pedro Alves <palves@redhat.com>
13707
13708 * gdb.server/non-existing-program.exp: Unset spawn_id.
13709
df2eb078
SC
137102015-05-08 Siva Chandra Reddy <sivachandra@google.com>
13711
13712 PR python/18291
13713 * gdb.python/py-xmethods.exp: Add tests.
13714
422349a3
YQ
137152015-05-08 Yao Qi <yao.qi@linaro.org>
13716
13717 PR gdb/18208
13718 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
13719 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
13720 function set_coredump_filter, and remove remote_exec call.
13721 Remove argument ipid. Callers update.
13722 (top level): Don't get inferior's PID.
13723
63fc80ce
AA
137242015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
13725
13726 * gdb.base/watch_thread_num.exp: Skip test on targets without
13727 access watchpoints.
13728
80ad801e
PA
137292015-05-06 Pedro Alves <palves@redhat.com>
13730
13731 PR server/18081
13732 * gdb.server/non-existing-program.exp: New file.
13733
0fa7fe50
JB
137342015-05-05 Joel Brobecker <brobecker@adacore.com>
13735
13736 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
13737
3ea89b92
PMR
137382015-05-05 Joel Brobecker <brobecker@adacore.com>
13739
13740 * gdb.ada/out_of_line_in_inlined: New testcase.
13741
87b8eff0
JB
137422015-05-05 Joel Brobecker <brobecker@adacore.com>
13743
13744 * gdb.ada/var_rec_arr: New testcase.
13745
5fccc635
YQ
137462015-04-30 Yao Qi <yao.qi@linaro.org>
13747
13748 * gdb.base/break-idempotent.exp: If
13749 skip_hw_watchpoint_multi_tests returns true, skip the tests
13750 on "rwatch" and "awatch".
13751
42d38f42
YQ
137522015-04-30 Yao Qi <yao.qi@linaro.org>
13753
13754 * gdb.base/relativedebug.exp: Invoke gdb command
13755 "info sharedlibrary", and if libc.so doesn't have debug info,
13756 skip the test.
13757
2ce1cdbf
DE
137582015-04-29 Doug Evans <dje@google.com>
13759
13760 * gdb.python/py-xmethods.exp: Add ptype tests.
13761 * gdb.python/py-xmethods.py (E_method_char_worker): Add
13762 get_result_type method.
13763
f24a38c5
LM
137642015-04-29 Luis Machado <lgustavo@codesourcery.com>
13765
13766 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
13767 the target does not support hardware watchpoints.
13768
ecbf2b3c
LM
137692015-04-29 Luis Machado <lgustavo@codesourcery.com>
13770
13771 * gdb.base/break-always.exp: Abort testing if writing to memory
13772 causes an error.
13773
34f5f757
DE
137742015-04-28 Doug Evans <dje@google.com>
13775
13776 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
13777 * gdb.python/py-pp-registration.exp: ... here. New file.
13778 * gdb.python/py-pp-registration.c: New file.
13779 * gdb.python/py-pp-registration.py: New file.
13780
69b4374a
DE
137812015-04-28 Doug Evans <dje@google.com>
13782
13783 * gdb.python/py-bad-printers.c: New file.
13784 * gdb.python/py-bad-printers.py: New file.
13785 * gdb.python/py-bad-printers.exp: New file.
13786
59fb7612
SS
137872015-04-28 Sasha Smundak <asmundak@google.com>
13788
13789 * gdb.python/py-type.exp: New test.
13790
2631b16a
AW
137912015-04-28 Andy Wingo <wingo@igalia.com>
13792
13793 * gdb.python/py-parameter.exp:
13794 * gdb.guile/scm-parameter.exp: Escape the path that we are
13795 matching against, as it might contain characters that are special
13796 to regular expressions.
13797
460efde1
JB
137982015-04-27 Joel Brobecker <brobecker@adacore.com>
13799
13800 * gdb.ada/rec_comp: New testcase.
13801
2d369d8e
SDJ
138022015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
13803
13804 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
13805 before using it.
13806
cf75d6c3
AB
138072015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
13808
13809 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
13810 new tests for verilog output.
13811
8dbe7ca5
YQ
138122015-04-24 Yao Qi <yao.qi@linaro.org>
13813
13814 * boards/remote-gdbserver-on-localhost.exp: New file.
13815
4ef9fb2f
PA
138162015-04-23 Pedro Alves <palves@redhat.com>
13817
13818 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
13819 $inferior_spawn_id instead of $inferior_spawn_id directly. On
13820 "end of file", remove $inferior_spawn_id from the indirect list.
13821
0a803169
PA
138222015-04-23 Pedro Alves <palves@redhat.com>
13823
13824 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
13825
749ef8f8
PA
138262015-04-23 Pedro Alves <palves@redhat.com>
13827
13828 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
13829 on $any_spawn_id instead of only on $gdb_spawn_id.
13830
8aae4344
PM
138312015-04-21 Pierre Muller <muller@sourceware.org>
13832
13833 PR pascal/17815
13834 * lib/pascal.exp (gpc_compile): Add new option "class".
13835 (fpc_compile): Likewise.
13836 * gdb.pascal/case-insensitive-symbols.pas: New file.
13837 * gdb.pascal/case-insensitive-symbols.exp: New file.
13838
1586c8fb
GB
138392015-04-20 Gary Benson <gbenson@redhat.com>
13840
13841 * gdb.base/attach.exp: Fix three extended remote failures.
13842
1b6e6f5c
GB
138432015-04-17 Gary Benson <gbenson@redhat.com>
13844
13845 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
13846 the main executable over the remote protocol.
13847
e797481d
PA
138482015-04-16 Pedro Alves <palves@redhat.com>
13849
13850 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
13851 a new gdbserver if gdbserver_reconnect_p is set.
13852
1ca99c42
PA
138532015-04-16 Pedro Alves <palves@redhat.com>
13854
13855 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
13856 is set, don't exit gdbserver.
13857
af9fd6f8
AA
138582015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13859
13860 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
13861 appropriate .insn, such that an older assembler can be used.
13862 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
13863 the z/Architecture instruction set on 31-bit targets as well.
13864
04ff1e61
AA
138652015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13866
13867 * gdb.go/handcall.exp: Remove all logic related to the first
13868 breakpoint and rely on go_runto_main instead.
13869 * gdb.go/strings.exp: Likewise.
13870 * gdb.go/unsafe.exp: Likewise.
13871 * gdb.go/hello.exp: Likewise. Also rename the remaining
13872 breakpoint marker to "breakpoint 1".
13873 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
13874 * gdb.go/strings.go: Likewise.
13875 * gdb.go/unsafe.go: Likewise.
13876 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
13877 "set breakpoint 2 here" and rename the remaining breakpoint marker
13878 to "breakpoint 1".
13879
40d2f8d6
SM
138802015-04-15 Simon Marchi <simon.marchi@ericsson.com>
13881
13882 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
13883 if itertools.imap is not present.
13884 * gdb.python/py-objfile.exp: Add parentheses.
13885 * gdb.python/py-type.exp: Same.
13886 * gdb.python/py-unwind-maint.py: Same.
13887
8cbc97c6
YQ
138882015-04-15 Yao Qi <yao.qi@linaro.org>
13889
13890 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
13891 of ":$ptr_size" and set its form explicitly.
13892
45fd756c
YQ
138932015-04-15 Pedro Alves <palves@redhat.com>
13894 Yao Qi <yao.qi@linaro.org>
13895
13896 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
13897 timeout by factor of 4.
13898 (test_regular_watch): Likewise.
13899 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
13900 * gdb.reverse/sigall-reverse.exp: Likewise.
13901 * gdb.reverse/until-precsave.exp: Likewise.
13902 * lib/gdb.exp (with_timeout_factor): New proc.
13903 (gdb_expect): Move some code to ...
13904 (get_largest_timeout): ... here. New procedure.
13905
9e811bc3
LM
139062015-04-14 Luis Machado <lgustavo@codesourcery.com>
13907
13908 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
13909
0ff6fcb2
LM
139102015-04-13 Luis Machado <lgustavo@codesourcery.com>
13911
13912 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
13913 to write to the .text section.
13914
7578d5f7
LM
139152015-04-13 Luis Machado <lgustavo@codesourcery.com>
13916
13917 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
13918 Handle the case of targets that do not provide PID information.
13919
2efe15c4
YQ
139202015-04-13 Yao Qi <yao.qi@linaro.org>
13921
13922 * lib/gdbserver-support.exp (gdb_exit): Catch exception
13923 and use expect instead of gdb_expect.
13924
8cd8f2f8
SDJ
139252015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
13926
13927 * gdb.base/coredump-filter.exp: Rename variable "addr" to
13928 "coredump_var_addr" to avoid naming conflict with other testcases.
13929
9ee41772
PA
139302015-04-10 Pedro Alves <palves@redhat.com>
13931
13932 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
13933 gdb_test_sequence and gdb_assert.
13934
07473109
PA
139352015-04-10 Pedro Alves <palves@redhat.com>
13936
13937 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
13938 test messages that don't include the breakpoint address.
13939
de3db44c
YQ
139402015-04-10 Yao Qi <yao.qi@linaro.org>
13941
13942 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
13943 false for some offset and width combinations which aren't
13944 supported by linux kernel.
13945
c79d856c
PA
139462015-04-10 Pedro Alves <palves@redhat.com>
13947
13948 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
13949 procedure, factored out from ...
13950 (top level): ... here. Add "set displaced-stepping" testing axis.
13951 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
13952 parameter "displaced". Use it.
13953 (top level): Use foreach and add "set displaced-stepping" testing
13954 axis.
13955
ebc90b50
PA
139562015-04-10 Pedro Alves <palves@redhat.com>
13957
13958 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
13959 Remove comment.
13960 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
13961 both the address of the instruction that triggers the watchpoint
13962 and the address of the instruction immediately after, and use
13963 those addresses for the test. Fix comment.
13964
8f572e5c
PA
139652015-04-10 Pedro Alves <palves@redhat.com>
13966
13967 * gdb.base/sigstep.exp (breakpoint_to_handler)
13968 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
13969 Test "backtrace" in handler.
13970 (breakpoint_over_handler): New parameter 'displaced'. Use it.
13971 (top level): Add new "displaced" test axis to
13972 breakpoint_to_handler, breakpoint_to_handler_entry and
13973 breakpoint_over_handler.
13974
8d707a12
PA
139752015-04-10 Pedro Alves <palves@redhat.com>
13976
13977 PR gdb/18216
13978 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
13979
ef713951
YQ
139802015-04-10 Yao Qi <yao.qi@linaro.org>
13981
13982 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
13983 (test_add_rn_pc): New function.
13984 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
13985 (top level): Invoke test_add_rn_pc.
13986
906d60cf
PA
139872015-04-10 Pedro Alves <palves@redhat.com>
13988
13989 PR gdb/13858
13990 * gdb.base/step-over-no-symbols.exp: New file.
13991
f2983cc3
AW
139922015-04-09 Andy Wingo <wingo@igalia.com>
13993
13994 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
13995 after the Python tests.
13996
6d62641c
SDJ
139972015-04-08 Keith Seitz <keiths@redhat.com>
13998
13999 PR python/16699
14000 * gdb.python/py-completion.exp: New tests for completion.
14001 * gdb.python/py-completion.py (CompleteLimit1): New class.
14002 (CompleteLimit2): Likewise.
14003 (CompleteLimit3): Likewise.
14004 (CompleteLimit4): Likewise.
14005 (CompleteLimit5): Likewise.
14006 (CompleteLimit6): Likewise.
14007 (CompleteLimit7): Likewise.
14008
f3770638
PA
140092015-04-08 Pedro Alves <palves@redhat.com>
14010
14011 PR gdb/18214
14012 PR gdb/18216
14013 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
14014 function.
14015 (main): Install it as SIGUSR1 handler.
14016 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
14017 parameter. Always use "setup" as prefix. Toggle "set
14018 displaced-stepping" off/on depending on global. Don't switch to
14019 thread 1 here.
14020 (top level): Add displaced stepping "off/on" test axis. Update
14021 "setup" calls. Wrap each subtest with with_test_prefix. Test
14022 continuing with a queued signal in each thread.
14023
4496bed7
PA
140242015-04-08 Pedro Alves <palves@redhat.com>
14025
14026 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
14027 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
14028 gdb_breakpoint instead of gdb_test that doesn't expect anything.
14029 Return early if running to main fails.
14030 * gdb.trace/while-stepping.exp: Likewise.
14031
b97fde92
PA
140322015-04-07 Pedro Alves <palves@redhat.com>
14033
14034 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
14035 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
14036 interact with inferior program.
14037
f71c18e7
PA
140382015-04-07 Pedro Alves <palves@redhat.com>
14039
14040 * lib/gdb.exp (inferior_spawn_id): New global.
14041 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
14042 spawn id after processing the user code.
14043 (default_gdb_start): Set inferior_spawn_id.
14044 (send_inferior): New procedure.
14045 * lib/gdbserver-support.exp (gdbserver_start): Set
14046 inferior_spawn_id.
14047 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
14048
6423214f
PA
140492015-04-07 Pedro Alves <palves@redhat.com>
14050
14051 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
14052 * lib/gdbserver-support.exp (gdbserver_start): Make
14053 $server_spawn_id global.
14054 (gdbserver_start): Don't wait for gdbserver's spawn id with
14055 expect_background.
14056 (close_gdbserver): New procedure.
14057 (gdb_exit): Rename the default version and reimplement.
14058
71c0ee8c
PA
140592015-04-07 Pedro Alves <palves@redhat.com>
14060
72f4393d 14061 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
14062 append the substituted item, not the original item.
14063
203bc29b
PA
140642015-04-07 Pedro Alves <palves@redhat.com>
14065
14066 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
14067 gdb_expect.
14068
508a3ddf
PA
140692015-04-07 Pedro Alves <palves@redhat.com>
14070
14071 * gdb.base/interrupt.exp: Don't handle the case of the inferior
14072 output appearing once only.
14073
9f6dbe2b
PA
140742015-04-07 Pedro Alves <palves@redhat.com>
14075
14076 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
14077 that doesn't expect anything. Return early if running to main
14078 fails.
14079
337532fa
YQ
140802015-04-07 Yao Qi <yao.qi@linaro.org>
14081
14082 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
14083 (child_function): Call alarm.
14084 (main): Move call to alarm into the loop.
14085 * gdb.threads/non-stop-fair-events.exp: Build program with
14086 -DTIMEOUT=$timeout.
14087
01b622d4
DE
140882015-04-06 Doug Evans <xdje42@gmail.com>
14089
14090 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
14091 Fix dest parameter to board_info.
14092 (fpc_compile): Ditto.
14093 (gdb_compile_pascal): Rename dest arg to destfile.
14094
961f4160
PMR
140952015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
14096
14097 * gdb.ada/funcall_ref.exp: New file.
14098 * gdb.ada/funcall_ref/foo.adb: New file.
14099
cafda597
YQ
141002015-04-02 Yao Qi <yao.qi@linaro.org>
14101
14102 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
14103 is remote.
14104
fed040c6
GB
141052015-04-02 Gary Benson <gbenson@redhat.com>
14106
14107 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
14108
d11916aa
SS
141092015-04-01 Sasha Smundak <asmundak@google.com>
14110
14111 * gdb.python/py-unwind-maint.c: New file.
14112 * gdb.python/py-unwind-maint.exp: New test.
14113 * gdb.python/py-unwind-maint.py: New file.
14114 * gdb.python/py-unwind.c: New file.
14115 * gdb.python/py-unwind.exp: New test.
14116 * gdb.python/py-unwind.py: New test.
14117
a1471180
PA
141182015-04-01 Pedro Alves <palves@redhat.com>
14119
14120 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
14121 to fail instead of non-existent $test.
14122
0bbeccb1
PA
141232015-04-01 Pedro Alves <palves@redhat.com>
14124
14125 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
14126 GDBFLAGS if not empty.
14127
3c724c8c
PMR
141282015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
14129
14130 * gdb.ada/complete.exp: Remove "multi_line".
14131 * gdb.ada/info_exc.exp: Remove "multi_line".
14132 * gdb.ada/packed_tagged.exp: Remove "multi_line".
14133 * gdb.ada/ptype_field.exp: Remove "multi_line".
14134 * gdb.ada/sym_print_name.exp: Remove "multi_line".
14135 * gdb.ada/tagged.exp: Remove "multi_line".
14136 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
14137 [multi_line ...]
14138 * gdb.btrace/delta.exp: Likewise.
14139 * gdb.btrace/exception.exp: Likewise.
14140 * gdb.btrace/function_call_history.exp: Likewise.
14141 * gdb.btrace/instruction_history.exp: Likewise.
14142 * gdb.btrace/nohist.exp: Likewise.
14143 * gdb.btrace/record_goto.exp: Likewise.
14144 * gdb.btrace/segv.exp: Likewise.
14145 * gdb.btrace/stepi.exp: Likewise.
14146 * gdb.btrace/tailcall.exp: Likewise.
14147 * gdb.btrace/unknown_functions.exp: Likewise.
14148 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
14149 * lib/gdb.exp: Add the "multi_line" helper.
14150
4eec2deb
PA
141512015-04-01 Pedro Alves <palves@redhat.com>
14152
14153 * gdb.threads/tid-reuse.c: New file.
14154 * gdb.threads/tid-reuse.exp: New file.
14155
df8411da
SDJ
141562015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
14157
14158 PR corefiles/16092
14159 * gdb.base/coredump-filter.c: New file.
14160 * gdb.base/coredump-filter.exp: Likewise.
14161
6ef37366
PM
141622015-03-27 Petr Machata <pmachata@redhat.com>
14163
14164 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
14165 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
14166 (Dwarf::assemble): Initialize them.
14167 (Dwarf::lines): New function.
14168
7ec911b0
JT
141692015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
14170
14171 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
14172 SYMBOL_PREFIX for x86_64-*-cygwin.
14173
ff908ebf
AW
141742015-03-26 Andy Wingo <wingo@igalia.com>
14175
14176 PR symtab/18148
14177 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
14178 const_value but not a location.
14179 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
14180 location defined in non-main CUs are visible.
14181
6d5f0679
YQ
141822015-03-26 Yao Qi <yao.qi@linaro.org>
14183
14184 PR testsuite/18139
14185 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
14186 Add a line number entry for the same line.
14187 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
14188 Add a line number entry for the same line.
14189
2898689b
YQ
141902015-03-26 Yao Qi <yao.qi@linaro.org>
14191
14192 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
14193 .int 0.
14194 (func): Likewise. Add .Lfunc_1 label.
14195 Use .Lfunc_1 label.
14196 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
14197 .int 0.
14198 (func): Likewise.
14199 Use .Lfunc_1 label.
14200
85180498
YQ
142012015-03-26 Yao Qi <yao.qi@linaro.org>
14202
14203 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
14204 Call gdb_compile instead to compile each .s files without debug
14205 information.
14206
8aa08a8d
YQ
142072015-03-26 Yao Qi <yao.qi@linaro.org>
14208
14209 * gdb.base/savedregs.exp (process_saved_regs): Make
14210 "Saved registers:" optional in the pattern.
14211
66849923
MM
142122015-03-25 Markus Metzger <markus.t.metzger@intel.com>
14213
14214 * gdb.btrace/next.exp: Merged into step.exp.
14215 * gdb.btrace/finish.exp: Merged into step.exp.
14216 * gdb.btrace/nexti.exp: Merged into stepi.exp.
14217 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
14218 "record goto" and checking the exact replay position.
14219 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
14220 check for "Recording format" in "info record" output.
14221 * gdb.btrace/record_goto.exp: Choose test file based on target.
14222 * gdb.btrace/x86-record_goto.S: Renamed into ...
14223 * gdb.btrace/x86_64-record_goto.S: ... this.
14224 * gdb.btrace/i686-record_goto.S: New.
14225 * gdb.btrace/x86-tailcall.S: Renamed into ...
14226 * gdb.btrace/x86_64-tailcall.S: ... this.
14227 * gdb.btrace/i686-tailcall.S: New.
14228 * gdb.btrace/x86-tailcall.c: Renamed into ...
14229 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
14230 separate statements. Update test.
14231 * gdb.btrace/delta.exp: Use record_goto.c as test file.
14232 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
14233 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
14234 * gdb.btrace/tailcall.exp: Choose test file based on target.
14235 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
14236
11cc1b74
MM
142372015-03-25 Markus Metzger <markus.t.metzger@intel.com>
14238
14239 * gdb.btrace/exception.exp: Increase BTS buffer size.
14240
a25d8bf9
PA
142412015-03-24 Pedro Alves <palves@redhat.com>
14242
14243 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
14244
856e7dd6
PA
142452015-03-24 Pedro Alves <palves@redhat.com>
14246
14247 * gdb.threads/schedlock.exp (test_step): No longer expect that
14248 "set scheduler-locking step" with "next" over a function call runs
14249 threads unlocked.
14250
ad235a41
AT
142512015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
14252
14253 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
14254
15630549
AT
142552015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
14256
14257 PR breakpoints/16466
14258 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
14259 * gdb.mi/mi-pending.c (thread_func): New function.
14260 (int main): Add threading support required.
14261 * gdb.mi/mi-pending.exp: Add tests for this issue.
14262 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
14263 (pendfunc2): Remove stdio dependency.
14264 * gdb.mi/mi-pendshr2.c: New file.
14265
693dca06
KS
142662015-03-23 Keith Seitz <keiths@redhat.com>
14267
14268 * gdb.linespec/keywords.c: New file.
14269 * gdb.linespec/keywords.exp: New file.
14270
7e993ebf
KS
142712015-03-23 Keith Seitz <keiths@redhat.com>
14272
14273 PR gdb/18021
14274 * gdb.dwarf2/staticvirtual.exp: New test.
14275
bc23328c
JK
142762015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14277
14278 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
14279 * README: Remove HP-UX and gdb.hp.
14280 (configuration):
14281 * configure: Regenerate.
14282 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
14283 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
14284 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
14285 gdb.hp/gdb.defects/Makefile.
14286 * gdb.hp/Makefile.in: File deleted.
14287 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
14288 * gdb.hp/gdb.aCC/optimize.c: File deleted.
14289 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
14290 * gdb.hp/gdb.aCC/run.c: File deleted.
14291 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
14292 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
14293 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
14294 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
14295 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
14296 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
14297 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
14298 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
14299 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
14300 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
14301 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
14302 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
14303 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
14304 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
14305 * gdb.hp/gdb.base-hp/reg.s: File deleted.
14306 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
14307 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
14308 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
14309 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
14310 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
14311 * gdb.hp/gdb.compat/Makefile.in: File deleted.
14312 * gdb.hp/gdb.compat/average.c: File deleted.
14313 * gdb.hp/gdb.compat/sum.c: File deleted.
14314 * gdb.hp/gdb.compat/xdb.c: File deleted.
14315 * gdb.hp/gdb.compat/xdb0.c: File deleted.
14316 * gdb.hp/gdb.compat/xdb0.h: File deleted.
14317 * gdb.hp/gdb.compat/xdb1.c: File deleted.
14318 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
14319 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
14320 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
14321 * gdb.hp/gdb.defects/Makefile.in: File deleted.
14322 * gdb.hp/gdb.defects/bs14602.c: File deleted.
14323 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
14324 * gdb.hp/gdb.defects/solib-d.c: File deleted.
14325 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
14326 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
14327 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
14328 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
14329 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
14330 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
14331 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
14332 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
14333 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
14334 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
14335 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
14336 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
14337 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
14338 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
14339 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
14340 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
14341 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
14342 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
14343 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
14344 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
14345 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
14346 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
14347 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
14348 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
14349 * gdb.hp/tools/odump: File deleted.
14350
8bf3b159
PA
143512015-03-19 Pedro Alves <palves@redhat.com>
14352
14353 * gdb.threads/continue-pending-status.exp (saw_thread_2)
14354 (saw_thread_3): New globals.
14355 (top level): Increment them when an event for the corresponding
14356 thread is seen.
14357 (no thread starvation): New test.
14358
eb54c8bf
PA
143592015-03-19 Pedro Alves <palves@redhat.com>
14360
14361 * gdb.threads/continue-pending-status.c: New file.
14362 * gdb.threads/continue-pending-status.exp: New file.
14363
32d2e5d6
PA
143642015-03-18 Pedro Alves <palves@redhat.com>
14365
14366 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
14367 Use gdb_is_target_remote instead of is_remote. Use
14368 gdb_test_multiple instead of gdb_expect. Exit early if
14369 gdb_test_multiple hits its internal matches. Tighten stepi tests
14370 expected output. Fail on exit with any signal, instead of just
14371 SIGILL.
14372
f68f11b7
YQ
143732015-03-18 Yao Qi <yao.qi@linaro.org>
14374
14375 PR tdep/18107
14376 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
14377 variable.
14378 * gdb.base/catch-syscall.exp: Don't skip it on
14379 aarch64*-*-linux* target. Remove elements in all_syscalls.
14380 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
14381 target.
14382 (setup_all_syscalls): New proc.
14383
ca5fd19b
YQ
143842015-03-16 Yao Qi <yao.qi@linaro.org>
14385
14386 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
14387 (top level): Skip tests if valid_addr_p returns false for
14388 $cmd1 or $cmd2.
14389
85642ba0
AW
143902015-03-11 Andy Wingo <wingo@igalia.com>
14391
14392 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
14393
e03f9645
YQ
143942015-03-11 Yao Qi <yao.qi@linaro.org>
14395
14396 * gdb.base/catch-syscall.exp: Fix typo in comments.
14397
5d0962b2
YQ
143982015-03-11 Yao Qi <yao.qi@linaro.org>
14399
14400 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
14401
b2df3cef
PA
144022015-03-09 Pedro Alves <palves@redhat.com>
14403
14404 * dg-extract-results.py: Delete.
14405
ef878e53
PA
144062015-03-09 Pedro Alves <palves@redhat.com>
14407
14408 Merge dg-extract-results.sh from GCC upstream (r218843).
14409
14410 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
14411 * dg-extract-results.sh: Use --text with grep to avoid issues with
14412 binary files. Fall back to cat -v, if that doesn't work.
14413
9494d219
PA
144142015-03-05 Pedro Alves <palves@redhat.com>
14415
14416 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
14417
a8d9763a
SM
144182015-03-04 Simon Marchi <simon.marchi@ericsson.com>
14419
14420 * lib/mi-support.exp (mi_expect_interrupt): Accept
14421 alternative event for when in all-stop mode.
14422
be9957b8
PA
144232015-03-04 Pedro Alves <palves@redhat.com>
14424
14425 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
14426
d57be0f4 144272015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
14428
14429 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
14430
c214c7cf
AA
144312015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
14432
14433 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
14434 regexps for GDB's current line display, accept a hex address
14435 preceding the line number.
14436
6d74a497
AA
144372015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
14438
14439 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
14440 the 'arch1' variable for "s390*-linux*" targets.
14441
511aee7c
PA
144422015-03-04 Pedro Alves <palves@redhat.com>
14443
14444 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
14445 (main): Pass missing retval argument to pthread_join call.
14446
95e50b27
PA
144472015-03-02 Pedro Alves <palves@redhat.com>
14448
14449 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
14450 (top level): Call do_test with non-stop as well.
14451
28054d69
PA
144522015-03-02 Pedro Alves <palves@redhat.com>
14453
14454 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
14455 -1.
14456
4fa5d7b4
AA
144572015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
14458
14459 * gdb.arch/s390-vregs.exp: New test.
14460 * gdb.arch/s390-vregs.S: New file.
14461
97c18565
PA
144622015-02-27 Pedro Alves <palves@redhat.com>
14463
14464 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
14465 call to catch_command_errors.
14466 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
14467 catch_command_errors.
14468
a37bfa30
PA
144692015-02-27 Pedro Alves <palves@redhat.com>
14470
14471 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
14472 "true" for boolean result.
14473 * gdb.gdb/selftest.exp (test_with_self): Also accept full
14474 prototype of main.
14475
6f98576f
PA
144762015-02-27 Pedro Alves <palves@redhat.com>
14477
14478 * lib/unbuffer_output.c: New file.
14479 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
14480 (main): Call gdb_unbuffer_output.
14481
eba5ab56
YQ
144822015-02-27 Yao Qi <yao.qi@linaro.org>
14483
14484 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
14485 target.
14486
0def5aaa
DE
144872015-02-26 Doug Evans <dje@google.com>
14488
14489 * gdb.cp/class2.cc (Dbase, D): New classes.
14490 (main): New local delta.
14491 * gdb.cp/class2.exp: Test printing delta.
14492 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
14493 (dynbar): New global.
14494 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
14495
081a1c2c
JK
144962015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14497
14498 * gdb.compile/compile-ifunc.c: New file.
14499 * gdb.compile/compile-ifunc.exp: New file.
14500
2f41223f
AT
145012015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
14502
14503 * gdb.base/structs.exp: Check for correct struct on finish.
14504
03eddd80
YQ
145052015-02-26 Yao Qi <yao.qi@linaro.org>
14506
14507 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
14508 is zero.
14509
80c57053
JK
145102015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14511
14512 * gdb.arch/cordic.ko.bz2: New file.
14513 * gdb.arch/cordic.ko.debug.bz2: New file.
14514 * gdb.arch/ppc64-symtab-cordic.exp: New file.
14515
21613c12
YQ
145162015-02-25 Yao Qi <yao.qi@linaro.org>
14517
14518 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
14519 aarch64*-*-* target.
14520
d8b901ed
PA
145212015-02-23 Pedro Alves <palves@redhat.com>
14522
14523 * lib/gdb.exp (delete_breakpoints): Rewrite using
14524 gdb_test_multiple.
14525
e5b85ead
PA
145262015-02-23 Pedro Alves <palves@redhat.com>
14527
14528 * gdb.base/info-os.c: Include stdlib.h.
14529
85c3a371
DE
145302015-02-22 Doug Evans <xdje42@gmail.com>
14531
14532 PR symtab/17855
14533 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
14534 is read after symbols have been re-read.
14535 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
14536 * gdb.ada/exec_changed/second.adb (Second): Ditto.
14537
96553a0c
DE
145382015-02-21 Doug Evans <dje@google.com>
14539
14540 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
14541
97a0c697
JK
145422015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14543
14544 PR corefiles/17808
14545 * gdb.arch/i386-biarch-core.core.bz2: New file.
14546 * gdb.arch/i386-biarch-core.exp: New file.
14547
a47cd6e9
PA
145482015-02-21 Pedro Alves <palves@redhat.com>
14549
14550 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
14551 runto_main fails.
14552
c5facdc4
PA
145532015-02-20 Pedro Alves <palves@redhat.com>
14554
14555 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
14556 info probes.
14557
2db9a427
PA
145582015-02-20 Pedro Alves <palves@redhat.com>
14559
14560 * gdb.threads/multi-create-ns-info-thr.exp: New file.
14561
60fb7e9e
PA
145622015-02-20 Pedro Alves <palves@redhat.com>
14563
14564 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
14565 clean_restart before gdb_target_supports_trace.
14566
5c5019c2
PA
145672015-02-20 Pedro Alves <palves@redhat.com>
14568
14569 PR threads/18006
14570 * gdb.threads/clone-thread_db.c: New file.
14571 * gdb.threads/clone-thread_db.exp: New file.
14572
c9587f88
AT
145732015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
14574
14575 PR breakpoints/16812
14576 * gdb.base/catch-gdb-caused-signals.c: New file.
14577 * gdb.base/catch-gdb-caused-signals.exp: New file.
14578
f6a88844
JM
145792015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
14580
14581 * configure: Regenerated.
14582 * configure.ac: Use GDB_AC_TRANSFORM.
14583 * aclocal.m4: sinclude ../transform.m4.
14584
497c491b
JM
145852015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
14586
14587 * lib/dtrace.exp: New file.
14588 * gdb.base/dtrace-probe.exp: Likewise.
14589 * gdb.base/dtrace-probe.d: Likewise.
14590 * gdb.base/dtrace-probe.c: Likewise.
14591 * lib/pdtrace.in: Likewise.
14592 * configure.ac: Output variables with the transformed names of
14593 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
14594 * configure: Regenerated.
14595
03e98035
JM
145962015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
14597
14598 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
14599 expected message when trying to access $_probe_* convenience
14600 variables while not on a probe.
14601
63cc30e9
JK
146022015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14603
14604 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
14605
0703599a
PA
146062015-02-11 Pedro Alves <pedro@codesourcery.com>
14607
14608 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
14609 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
14610
7e60a48e
DE
146112015-02-10 Doug Evans <xdje42@gmail.com>
14612
14613 * lib/gdb.exp (gdb_load): Always return a result.
14614
01b088bc
PA
146152015-02-10 Pedro Alves <palves@redhat.com>
14616
14617 * gdb.threads/signal-sigtrap.c: New file.
14618 * gdb.threads/signal-sigtrap.exp: New file.
14619
b05ec7a5
AT
146202015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
14621
14622 * gdb.trace/no-attach-trace.c: New file.
14623 * gdb.trace/no-attach-trace.exp: New file.
14624
a2c2acaf
MW
146252015-02-09 Mark Wielaard <mjw@redhat.com>
14626
14627 * gdb.dwarf2/atomic.c: New file.
14628 * gdb.dwarf2/atomic-type.exp: Likewise.
14629
31fd9caa
MM
146302015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14631
14632 * gdb.btrace/buffer-size.exp: Update "info record" output.
14633 * gdb.btrace/delta.exp: Update "info record" output.
14634 * gdb.btrace/enable.exp: Update "info record" output.
14635 * gdb.btrace/finish.exp: Update "info record" output.
14636 * gdb.btrace/instruction_history.exp: Update "info record" output.
14637 * gdb.btrace/next.exp: Update "info record" output.
14638 * gdb.btrace/nexti.exp: Update "info record" output.
14639 * gdb.btrace/step.exp: Update "info record" output.
14640 * gdb.btrace/stepi.exp: Update "info record" output.
14641 * gdb.btrace/nohist.exp: Update "info record" output.
14642
d33501a5
MM
146432015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14644
14645 * gdb.btrace/buffer-size: New.
14646
f4abbc16
MM
146472015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14648
14649 * gdb.btrace/delta.exp: Update "info record" output.
14650 * gdb.btrace/enable.exp: Update "info record" output.
14651 * gdb.btrace/finish.exp: Update "info record" output.
14652 * gdb.btrace/instruction_history.exp: Update "info record" output.
14653 * gdb.btrace/next.exp: Update "info record" output.
14654 * gdb.btrace/nexti.exp: Update "info record" output.
14655 * gdb.btrace/step.exp: Update "info record" output.
14656 * gdb.btrace/stepi.exp: Update "info record" output.
14657 * gdb.btrace/nohist.exp: Update "info record" output.
14658
b9d61307
SM
146592015-02-06 Simon Marchi <simon.marchi@ericsson.com>
14660
14661 PR gdb/15678
14662 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
14663
e584fdbc
PA
146642015-02-06 Pedro Alves <palves@redhat.com>
14665
14666 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
14667 macro.
14668 (seconds_left, again): New globals.
14669 (main): Wait seconds_left in a 1-second sleep loop instead of
14670 sleeping 180 seconds. If 'again' is set, reset the seconds
14671 counter.
14672 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
14673 'again' in the inferior before detaching. Print the seconds left.
14674 (options): New global.
14675 (top level): Build program with -DTIMEOUT=$timeout.
14676
77f41761
PA
146772015-02-06 Pedro Alves <palves@redhat.com>
14678
14679 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
14680 determine how many seconds to pass to 'alarm'.
14681 * gdb.base/gdb-sigterm.exp (top level): Build program with
14682 -DTIMEOUT=$timeout.
14683 (do_test): Return success/failure indication. Add more verbose
14684 logging. Don't fail if 200 single steps are seen. Instead, fail
14685 when the test times out.
14686 (passes): New global.
14687 (top level): Break the testing loop if testing fails on any
14688 iteration. Use gdb_assert.
14689
b9394193
DB
146902015-02-04 Don Breazeal <donb@codesourcery.com>
14691
14692 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
14693 and initialize them.
14694 (ipc_cleanup): New function.
14695 (main): Don't declare shmid, semid, and msqid. Add a call to
14696 atexit so that we call ipc_cleanup on exit.
14697
42d9e528
PA
146982015-02-04 Pedro Alves <palves@redhat.com>
14699
14700 * boards/native-extended-gdbserver.exp: Remove any target variant
14701 specifications from the board name before clearing the isremote
14702 flag from board_info.
14703
ae6ae975
DE
147042015-01-31 Doug Evans <xdje42@gmail.com>
14705
14706 * gdb.base/maint.exp <maint print type argc>: Update expected output.
14707
cfb069a8
GB
147082015-01-31 Gary Benson <gbenson@redhat.com>
14709
14710 * gdb.base/completion.exp: Disable completion limiting for
14711 existing tests. Add new tests to check completion limiting.
14712 * gdb.linespec/ls-errs.exp: Disable completion limiting.
14713
5dd31d79
DE
147142015-01-31 Doug Evans <xdje42@gmail.com>
14715
14716 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
14717
9f050062
DE
147182015-01-31 Doug Evans <xdje42@gmail.com>
14719
14720 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
14721 entries. Duplicate file section script entries.
14722 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
14723 inlined entries. Add test for safe-path rejection.
14724 * gdb.python/py-section-script.c: Add duplicate inlined section script
14725 entries. Duplicate file section script entries.
14726 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
14727 inlined entries. Add test for safe-path rejection.
14728
df25ebbd
JB
147292015-01-29 Joel Brobecker <brobecker@adacore.com>
14730
14731 * gdb.ada/disc_arr_bound: New testcase.
14732
4a0ca9ec
JB
147332015-01-29 Joel Brobecker <brobecker@adacore.com>
14734
14735 * gdb.ada/mi_var_array: New testcase.
14736
3a8b707a
DE
147372015-01-27 Doug Evans <dje@google.com>
14738
14739 * gdb.python/py-objfile.exp: Add tests for objfile.username.
14740 Add test for objfile.filename, objfile.username after objfile
14741 has been unloaded.
14742
f8313f6e
JB
147432015-01-26 Joel Brobecker <brobecker@adacore.com>
14744
14745 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
14746 the second test to print the name attribute of value
14747 returned by the call to gdb.lookup_type, and adjust
14748 the expected output accordingly.
14749
37bc665e
MW
147502015-01-25 Mark Wielaard <mjw@redhat.com>
14751
14752 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
14753 * gdb.base/disp-step-fork.c: Include unistd.h.
14754 * gdb.base/siginfo-obj.c: Include stdio.h.
14755 * gdb.base/siginfo-thread.c: Likewise.
14756 * gdb.mi/non-stop.c: Include unistd.h.
14757 * gdb.mi/nsthrexec.c: Include stdio.h.
14758 * gdb.mi/pthreads.c: Include unistd.h.
14759 * gdb.modula2/unbounded1.c (main): Declare returns int.
14760 * gdb.reverse/consecutive-reverse.c: Likewise.
14761 * gdb.threads/create-fail.c: Include unistd.h.
14762 * gdb.threads/killed.c: Likewise.
14763 * gdb.threads/linux-dp.c: Likewise.
14764 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
14765 * gdb.threads/non-ldr-exc-2.c: Likewise.
14766 * gdb.threads/non-ldr-exc-3.c: Likewise.
14767 * gdb.threads/non-ldr-exc-4.c: Likewise.
14768 * gdb.threads/pthreads.c: Include unistd.h.
14769 (main): Declare returns int.
14770 * gdb.threads/tls-main.c (foo): New declaration.
14771 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
14772
f7e5394d
SM
147732015-01-23 Simon Marchi <simon.marchi@ericsson.com>
14774
14775 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
14776 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
14777
743649fd
MW
147782015-01-15 Mark Wielaard <mjw@redhat.com>
14779
14780 * gdb.base/noreturn-return.c: New file.
14781 * gdb.base/noreturn-return.exp: New file.
14782 * gdb.base/noreturn-finish.c: New file.
14783 * gdb.base/noreturn-finish.exp: New file.
14784
198297aa
PA
147852015-01-23 Pedro Alves <palves@redhat.com>
14786
14787 * gdb.threads/continue-pending-after-query.c: New file.
14788 * gdb.threads/continue-pending-after-query.exp: New file.
14789
717cf30c
AG
147902015-01-22 Anders Granlund <anders.granlund@ericsson.com>
14791 Simon Marchi <simon.marchi@ericsson.com>
14792
14793 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
14794 * gdb.base/valgrind-db-attach.exp: Same.
14795 * gdb.base/valgrind-infcall.exp: Same.
14796 * lib/mi-support.exp (default_mi_gdb_start): Same.
14797 * lib/prompt.exp (default_prompt_gdb_start): Same.
14798 * lib/gdb.exp (default_gdb_spawn): Same.
14799 (gdb_interact): New.
14800
14801
4b62a76e
JK
148022015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14803
14804 * gdb.compile/compile.exp (pointer to jit function): New test.
14805
b4cdae6f
WW
148062015-01-17 Wei-cheng Wang <cole945@gmail.com>
14807
14808 * lib/gdb.exp (supports_process_record): Return true for
14809 powerpc*-*-linux*.
14810 (supports_reverse): Likewise.
14811
d221e7ef
DB
148122015-01-15 Don Breazeal <donb@codesourcery.com>
14813
14814 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
14815 instead of checking whether the target board is remote and
14816 use spawn_wait_for_attach instead of exec/sleep.
14817 * gdb.base/attach-twice.exp: Likewise.
14818
bafffb51
JB
148192015-01-15 Joel Brobecker <brobecker@adacore.com>
14820
14821 * gdb.ada/var_arr_attrs: New testcase.
14822
5589af0e
PA
148232015-01-14 Pedro Alves <palves@redhat.com>
14824 Joel Brobecker <brobecker@adacore.com>
14825
14826 PR gdb/17525
14827 * gdb.base/bp-cmds-execution-x-script.c: New file.
14828 * gdb.base/bp-cmds-execution-x-script.exp: New file.
14829 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
14830
6c400b59
PA
148312015-01-14 Pedro Alves <palves@redhat.com>
14832
14833 PR cli/17828
14834 * gdb.base/batch-preserve-term-settings.c: New file.
14835 * gdb.base/batch-preserve-term-settings.exp: New file.
14836
e02c96a7
DE
148372015-01-13 Doug Evans <dje@google.com>
14838
14839 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
14840 binary.
14841
576fd14c
JB
148422015-01-13 Joel Brobecker <brobecker@adacore.com>
14843
14844 * Makefile.in (clean mostlyclean): Do not delete *.py.
14845
04dccad0
JB
148462015-01-13 Joel Brobecker <brobecker@adacore.com>
14847
14848 * gdb.python/py-lookup-type.exp: New file.
14849
3d230f71
PA
148502015-01-12 Pedro Alves <palves@redhat.com>
14851
14852 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
14853 restore GDBFLAGS before returning.
14854
7e67715d
JK
148552015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14856
14857 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
14858 is_amd64_regs_target and is_x86_like_target.
14859
f2e0d4b4
DE
148602015-01-11 Doug Evans <xdje42@gmail.com>
14861
14862 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
14863 is given without an explicit form.
14864 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
14865 attributes.
14866 * gdb.dwarf/corrupt.exp: Ditto.
14867 * gdb.dwarf2/enum-type.exp: Ditto.
14868 * gdb.trace/entry-values.exp: Ditto.
14869 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
14870
439250fb
DE
148712015-01-11 Doug Evans <xdje42@gmail.com>
14872
14873 PR gdb/15830
14874 * gdb.base/maint.exp: Remove references to "maint demangle".
14875 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
14876 Add tests for explicitly specifying language to demangle.
14877 * gdb.dlang/demangle.exp: Ditto.
14878
ede9f622
PA
148792015-01-09 Pedro Alves <palves@redhat.com>
14880
14881 * gdb.threads/non-stop-fair-events.c: New file.
14882 * gdb.threads/non-stop-fair-events.exp: New file.
14883
a7b796db
PA
148842015-01-09 Pedro Alves <palves@redhat.com>
14885
14886 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
14887 the global scope. Set a breakpoint after all threads are started
14888 rather than stepping over two source lines. Expect the prompt.
14889 * gdb.base/watch_thread_num.c (threads_started_barrier): New
14890 global.
14891 (NUM): Now 15.
14892 (main): Use threads_started_barrier to wait for all threads to
14893 start. Main thread no longer calls thread_function. Exit after
14894 180 seconds.
14895 (loop): New function.
14896 (thread_function): Wait on threads_started_barrier barrier. Call
14897 'loop' at each iteration.
14898 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
14899 threads have started, instead of hardcoding number of "next"
14900 steps. Use an access watchpoint instead of a write watchpoint.
14901
9665ffdd
PA
149022015-01-09 Pedro Alves <palves@redhat.com>
14903
14904 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
14905 (thread_func): Wait on barrier.
14906 (main): Wait for all threads to start before stopping GDB.
14907 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
14908 global.
14909 (thread1_func, thread2_func): Wait on barrier.
14910 (main): Wait for all threads to start before stopping GDB.
14911 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
14912 New global.
14913 (thread1_func, thread2_func): Wait on barrier.
14914 (main): Wait for all threads to start before stopping GDB.
14915
c945a99f
PA
149162015-01-09 Pedro Alves <palves@redhat.com>
14917
14918 * gdb.threads/attach-many-short-lived-threads.c: New file.
14919 * gdb.threads/attach-many-short-lived-threads.exp: New file.
14920
c1a747c1
PA
149212014-01-09 Pedro Alves <palves@redhat.com>
14922
14923 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
14924 instead of to thread 2.
14925 * gdb.threads/signal-command-multiple-signals-pending.c (main):
14926 Add barrier around each pthread_create call instead of around all
14927 calls.
14928 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
14929 Set a break on thread_function and have the child threads hit it
14930 one at at a time.
14931
60b3033e
PA
149322015-01-09 Pedro Alves <palves@redhat.com>
14933
14934 * lib/gdb.exp (can_spawn_for_attach): New procedure.
14935 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
14936 false.
14937 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
14938 checking whether the target board is remote.
14939 * gdb.multi/multi-attach.exp: Likewise.
14940 * gdb.python/py-sync-interp.exp: Likewise.
14941 * gdb.server/ext-attach.exp: Likewise.
14942 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
14943 tests that need to attach, instead of checking whether the target
14944 board is remote at the top of the file.
14945
acc018ac
YQ
149462015-01-08 Yao Qi <yao@codesourcery.com>
14947
14948 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
14949
50a18af8
JK
149502015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14951
14952 Fix testcase compilation.
14953 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
14954
8503d6e1
JB
149552015-01-06 Joel Brobecker <brobecker@adacore.com>
14956
14957 * gdb.python/py-type.exp: Add a couple test about empty
14958 array creation, and negative-length array creation.
14959
cc73dbcc
DE
149602015-01-02 Doug Evans <xdje42@gmail.com>
14961
14962 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
14963
0300bbc7
DE
149642015-01-02 Doug Evans <dje@google.com>
14965
14966 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
14967
9d85a0ec
YQ
149682014-12-29 Yao Qi <yao@codesourcery.com>
14969
14970 * gdb.trace/entry-values.exp: Update comments. Rename variable
14971 bar_call_foo to returned_from_foo.
14972
87186c6a
MMN
149732014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
14974
14975 PR gdb/17394
14976 * gdb.linespec/break-asm-file.c: New file.
14977 * gdb.linespec/break-asm-file.exp: New file.
14978 * gdb.linespec/break-asm-file0.s: New file.
14979 * gdb.linespec/break-asm-file1.s: New file.
14980
1bab7383
YQ
149812014-12-18 Nigel Stephens <nigel@mips.com>
14982 Maciej W. Rozycki <macro@codesourcery.com>
14983
14984 * gdb.base/float.exp: Handle the new output from "info float" on
14985 MIPS targets.
14986
1bc1068a
JK
149872014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
14988
14989 Fix MinGW compilation.
14990 * gdb.compile/compile-ops.exp: Update untested message if
14991 !skip_compile_feature_tests.
14992 * gdb.compile/compile-setjmp.exp: Likewise.
14993 * gdb.compile/compile-tls.exp: Likewise.
14994 * gdb.compile/compile.exp: Likewise.
14995 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
14996 supported on this host".
14997
b6615d10
DE
149982014-12-16 Doug Evans <xdje42@gmail.com>
14999
15000 * boards/stabs.exp: New file.
15001
25dda427
AA
150022014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
15003
15004 * gdb.base/completion.exp: Adjust to format changes of "maint
15005 print user-registers".
15006
bf330350
CU
150072014-12-16 Catalin Udma <catalin.udma@freescale.com>
15008
15009 PR server/17457
15010 * gdb.arch/aarch64-fp.c: New file.
15011 * gdb.arch/aarch64-fp.exp: New file.
15012
395cf596
SDJ
150132014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
15014
15015 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
15016 r210637, r210913, r211666, r215400, r215817).
15017
15018 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
15019 * dg-extract-results.py: New file.
15020 * dg-extract-results.sh: Use it if the environment seems
15021 suitable.
15022
15023 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
15024
15025 * dg-extract-results.py (parse_run): Handle warnings that
15026 are printed before a test harness is run.
15027
15028 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
15029
15030 * dg-extract-results.py (Named): Remove __cmp__ method.
15031 (output_variation): Use a key to sort variation.harnesses.
15032
15033 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
15034
15035 * dg-extract-results.py: For Python 3, force sys.stdout to
15036 handle surrogate escape sequences.
15037 (safe_open): New function.
15038 (output_segment, main): Use it.
15039
15040 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
15041
15042 * dg-extract-results.py (Prog.result_re): Include options
15043 in test name.
15044
15045 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
15046
15047 * dg-extract-results.py (output_variation): Always sort if
15048 do_sum.
15049
e882ef3c
SM
150502014-12-15 Simon Marchi <simon.marchi@ericsson.com>
15051
15052 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
15053 as long as we get pagination notifications.
15054
4992aa20
JM
150552014-12-15 Jason Merrill <jason@redhat.com>
15056
15057 * Makefile.in (check-gdb.%): Restore.
15058 * README: Mention it.
15059
c1b5a1a6
JB
150602014-12-13 Joel Brobecker <brobecker@adacore.com>
15061
15062 * gdb.ada/str_uninit: New testcase.
15063
5537b577
JK
150642014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15065
15066 PR symtab/17642
15067 * gdb.base/vla-stub-define.c: New file.
15068 * gdb.base/vla-stub.c: New file.
15069 * gdb.base/vla-stub.exp: New file.
15070
bb2ec1b3
TT
150712014-12-12 Phil Muldoon <pmuldoon@redhat.com>
15072 Jan Kratochvil <jan.kratochvil@redhat.com>
15073 Tom Tromey <tromey@redhat.com>
15074
15075 * configure.ac: Add gdb.compile/.
15076 * configure: Regenerate.
15077 * gdb.compile/Makefile.in: New file.
15078 * gdb.compile/compile-ops.exp: New file.
15079 * gdb.compile/compile-ops.c: New file.
15080 * gdb.compile/compile-tls.c: New file.
15081 * gdb.compile/compile-tls.exp: New file.
15082 * gdb.compile/compile-constvar.S: New file.
15083 * gdb.compile/compile-constvar.c: New file.
15084 * gdb.compile/compile-mod.c: New file.
15085 * gdb.compile/compile-nodebug.c: New file.
15086 * gdb.compile/compile-setjmp-mod.c: New file.
15087 * gdb.compile/compile-setjmp.c: New file.
15088 * gdb.compile/compile-setjmp.exp: New file.
15089 * gdb.compile/compile-shlib.c: New file.
15090 * gdb.compile/compile.c: New file.
15091 * gdb.compile/compile.exp: New file.
15092 * lib/gdb.exp (skip_compile_feature_tests): New proc.
15093
4ff709eb
TT
150942014-12-12 Tom Tromey <tromey@redhat.com>
15095
15096 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
15097 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
15098
6dddd6a5
DE
150992014-12-12 Doug Evans <dje@google.com>
15100
15101 * lib/gdb-python.exp (get_python_valueof): New function.
15102 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
15103
71c24708
AA
151042014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15105
15106 * gdb.base/completion.exp: Add test for completion of "info
15107 registers ".
15108
3e29f34a
MR
151092014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
15110
15111 * gdb.base/func-ptrs.c: New file.
15112 * gdb.base/func-ptrs.exp: New file.
15113
fc126975
SM
151142014-12-10 Simon Marchi <simon.marchi@ericsson.com>
15115
15116 PR breakpoints/17012
15117 * gdb.base/dprintf-detach.c: New file.
15118 * gdb.base/dprintf-detach.exp: New file.
15119
0a46d518
SM
151202014-12-10 Simon Marchi <simon.marchi@ericsson.com>
15121
15122 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
15123 * lib/gdb.exp (target_is_gdbserver): New procedure.
15124
a0be3e44
DE
151252014-12-08 Doug Evans <dje@google.com>
15126
15127 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
15128
df1b803a
YQ
151292014-12-05 Yao Qi <yao@codesourcery.com>
15130
15131 * gdb.guile/scm-error.exp: Remove the third argument to
15132 gdb_remote_download.
15133 * gdb.guile/scm-frame-args.exp: Likewise.
15134 * gdb.guile/scm-section-script.exp: Likewise.
15135
ddb9f679
YQ
151362014-12-05 Yao Qi <yao@codesourcery.com>
15137
15138 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
15139
86e4ed39
DE
151402014-12-04 Doug Evans <dje@google.com>
15141
15142 * gdb.python/py-objfile.exp: Add tests for
15143 objfile.add_separate_debug_file.
15144
7c50a931
DE
151452014-12-04 Doug Evans <dje@google.com>
15146
15147 * lib/gdb.exp (get_build_id): New function.
15148 (build_id_debug_filename_get): Rewrite to use it.
15149 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
15150
621661e3
MR
151512014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
15152
15153 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
15154 `method(long)', not just 0x0.
15155 * gdb.cp/nsalias.exp: Align code labels to 4.
15156 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
15157 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
15158 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
15159 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
15160 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
15161 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
15162
29f0c3b7
DE
151632014-12-02 Doug Evans <dje@google.com>
15164
e1e061e7 15165 PR symtab/17602
29f0c3b7 15166 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 15167 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
15168 * gdb.cp/anon-ns.exp: Update.
15169
162078c8
NB
151702014-12-02 Nick Bull <nicholaspbull@gmail.com>
15171
15172 * gdb.python/py-events.py (inferior_call_handler): New.
15173 (register_changed_handler, memory_changed_handler): New.
15174 (test_events.invoke): Register new handlers.
15175 * gdb.python/py-events.exp: Add tests for inferior call,
15176 memory_changed and register_changed events.
15177
fdb09caf
AA
151782014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
15179
15180 * gdb.base/execl-update-breakpoints.exp: Specify the link address
15181 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
15182 if the linker doesn't understand this.
15183
55cfb2c4
SM
151842014-12-01 Simon Marchi <simon.marchi@ericsson.com>
15185
15186 * gdb.python/python.exp: Change expected reply to help().
15187
9e8cd6df
YQ
151882014-12-01 Yao Qi <yao@codesourcery.com>
15189
15190 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
15191 AC_CONFIG_SUBDIRS(gdb.gdbtk).
15192 * configure: Re-generated.
15193
6c659fc2
SC
151942014-11-28 Siva Chandra Reddy <sivachandra@google.com>
15195
15196 * gdb.cp/chained-calls.cc: New file.
15197 * gdb.cp/chained-calls.exp: New file.
15198 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
15199
d7fc3181
SM
152002014-11-28 Simon Marchi <simon.marchi@ericsson.com>
15201
15202 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
15203 * gdb.dwarf2/symtab-producer.exp: Same.
15204 * gdb.gdb/python-interrupts.exp: Same.
15205 * gdb.gdb/python-selftest.exp: Same.
15206 * gdb.python/py-linetable.exp: Same.
15207 * gdb.python/py-type.exp: Same.
15208 * gdb.python/py-value-cc.exp: Same.
15209 * gdb.python/py-value.exp: Same.
15210
10e79639
YQ
152112014-11-28 Yao Qi <yao@codesourcery.com>
15212
15213 * gdb.base/break-probes.exp: Match library name prefixed with
15214 sysroot.
15215
f28a0564
SM
152162014-11-27 Simon Marchi <simon.marchi@ericsson.com>
15217
15218 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
15219 test expected output. Add parentheses for the call to print.
15220 Remove L suffix from integers.
15221
3fe1ce1d
DE
152222014-11-26 Doug Evans <dje@google.com>
15223
15224 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
15225
84429e27
YQ
152262014-11-22 Yao Qi <yao@codesourcery.com>
15227
15228 * gdb.trace/entry-values.c: Remove asms.
15229 (foo): Add foo_label.
15230 (bar): Add bar_label.
15231 * gdb.trace/entry-values.exp: Remove code computing foo's
15232 length and bar's length.
15233 (Dwarf::assemble): Invoke function_range for bar and use
15234 MACRO_AT_func for foo.
15235
26741859
YQ
152362014-11-22 Yao Qi <yao@codesourcery.com>
15237
15238 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
15239 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
15240 Use .Lgcc43_procstart instead of gcc43.
15241
45e44d27
JB
152422014-11-21 Joel Brobecker <brobecker@adacore.com>
15243
15244 * gdb.ada/n_arr_bound: New testcase.
15245
458c8db8
SDJ
152462014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
15247
15248 PR breakpoints/10737
15249 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
15250 test_catch_syscall_multi_arch.
15251 (test_catch_syscall_multi_arch): New function.
15252
43f3e411
DE
152532014-11-20 Doug Evans <xdje42@gmail.com>
15254
15255 * gdb.base/maint.exp: Update expected output.
15256
0d7b2549
AA
152572014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
15258
15259 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
15260 4-byte instruction on S390.
15261
8908fca5
JB
152622014-11-19 Joel Brobecker <brobecker@adacore.com>
15263
15264 * gdb.ada/arr_arr: New testcase.
15265
4a46959e
JB
152662014-11-19 Joel Brobecker <brobecker@adacore.com>
15267
15268 * gdb.ada/pkd_arr_elem: New Testcase.
15269
470e2f4e
LM
152702014-11-18 Luis Machado <lgustavo@codesourcery.com>
15271
15272 * gdb.reverse/break-precsave: Expect completion message for
15273 core file reads.
15274 * gdb.reverse/consecutive-precsave.exp: Likewise.
15275 * gdb.reverse/finish-precsave.exp: Likewise.
15276 * gdb.reverse/i386-precsave.exp: Likewise.
15277 * gdb.reverse/machinestate-precsave.exp: Likewise.
15278 * gdb.reverse/sigall-precsave.exp: Likewise.
15279 * gdb.reverse/solib-precsave.exp: Likewise.
15280 * gdb.reverse/step-precsave.exp: Likewise.
15281 * gdb.reverse/until-precsave.exp: Likewise.
15282 * gdb.reverse/watch-precsave.exp: Likewise.
15283
a267f3ad
AA
152842014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15285
15286 * gdb.base/bp-permanent.c: Include unistd.h.
15287 * gdb.python/py-framefilter-mi.c (main): Add return type.
15288 * gdb.python/py-framefilter.c (main): Likewise.
15289 * gdb.trace/actions-changed.c (main): Likewise.
15290
12084a9a
AA
152912014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15292
15293 * gdb.mi/until.c: Add eye-catchers.
15294 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
15295 line numbers.
15296
dc7e1a77
AA
152972014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15298
15299 * gdb.base/condbreak.exp: Drop references to removed non-prototype
15300 function header variants in break1.c.
15301 * gdb.base/ena-dis-br.exp: Likewise.
15302 * gdb.base/hbreak2.exp: Likewise.
15303 * gdb.reverse/until-precsave.exp: Drop references to removed
15304 non-prototype function header variants in ur1.c.
15305 * gdb.reverse/until-reverse.exp: Likewise.
15306
41c77605
PM
153072014-11-17 Petr Machata <pmachata@redhat.com>
15308
15309 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
15310 ${_cu_offset_size} bytes abbrev offset.
15311
34248c3a
DE
153122014-11-15 Doug Evans <xdje42@gmail.com>
15313
15314 PR symtab/17559
15315 * gdb.base/line-symtabs.exp: New file.
15316 * gdb.base/line-symtabs.c: New file.
15317 * gdb.base/line-symtabs.h: New file.
15318
646da059
YQ
153192014-11-14 Yao Qi <yao@codesourcery.com>
15320
15321 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
15322 (func): Add label func_label.
15323 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
15324 Replace low_pc and high_pc with MACRO_AT_range.
15325 Replace name, low_pc and high_pc with MACRO_AT_func.
15326
9301ebe6
YQ
153272014-11-14 Yao Qi <yao@codesourcery.com>
15328
15329 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
15330 Replace name, low_pc and high_pc with MACRO_AT_func.
15331
f166b542
YQ
153322014-11-14 Yao Qi <yao@codesourcery.com>
15333
15334 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
15335 produce debug information.
15336 * gdb.dwarf2/implptr-optimized-out.S: Removed.
15337
0f6e71e3
YQ
153382014-11-14 Yao Qi <yao@codesourcery.com>
15339
15340 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
15341 object and get function length.
15342 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
15343 with MACRO_AT_func.
15344 (top-level): Replace gdb_compile and clean_restart with
15345 prepare_for_testing.
15346 * gdb.dwarf2/main.c (main): Add label main_label.
15347
876c4df9
YQ
153482014-11-14 Yao Qi <yao@codesourcery.com>
15349
15350 * lib/dwarf.exp (function_range): New procedure.
15351 (Dwarf::_handle_macro_at_func): New procedure.
15352 (Dwarf::_handle_macro_at_range): New procedure.
15353 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
15354
02ad9cf1
YQ
153552014-11-14 Yao Qi <yao@codesourcery.com>
15356
15357 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
15358 (_handle_attribute): New procedure.
15359
a59add0c
AA
153602014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15361
15362 * gdb.ada/cond_lang/foo.c (callme): Add return type.
15363 * gdb.base/call-sc.c (zed): Likewise.
15364 * gdb.base/checkpoint.c (main): Likewise.
15365 * gdb.base/dump.c (main): Likewise.
15366 * gdb.base/gcore.c (main): Likewise.
15367 * gdb.base/huge.c (main): Likewise.
15368 * gdb.base/multi-forks.c (main): Likewise.
15369 * gdb.base/pr10179-a.c (main): Likewise.
15370 * gdb.base/savedregs.c (main): Likewise.
15371 * gdb.base/sigaltstack.c (main): Likewise.
15372 * gdb.base/siginfo.c (main): Likewise.
15373 * gdb.base/structs.c (zed): Likewise.
15374 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
15375 * gdb.mi/mi-syn-frame.c (main): Likewise.
15376 * gdb.mi/until.c (foo, main): Likewise.
15377 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
15378 * gdb.base/solib-weak.c (foo): Declare.
15379 * gdb.base/attach-twice.c: Include stdio.h.
15380 * gdb.base/weaklib1.c: Likewise.
15381 * gdb.base/weaklib2.c: Likewise.
15382 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
15383 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
15384 unistd.h.
15385 * gdb.base/attach-pie-misread.c: Include stdlib.h.
15386 * gdb.mi/mi-exit-code.c: Likewise.
15387 * gdb.base/break-interp-lib.c: Include string.h.
15388 * gdb.base/coremaker.c: Likewise.
15389 * gdb.base/testenv.c: Likewise.
15390 * gdb.python/py-finish-breakpoint.c: Likewise.
15391 * gdb.base/inferior-died.c: Include sys/wait.h.
15392 * gdb.base/fileio.c: Include time.h.
15393 * gdb.base/async-shell.c: Include unistd.h.
15394 * gdb.base/dprintf-non-stop.c: Likewise.
15395 * gdb.base/info-os.c: Likewise.
15396 * gdb.mi/mi-console.c: Likewise.
15397 * gdb.mi/watch-nonstop.c: Likewise.
15398 * gdb.python/py-events.c: Likewise.
15399 * gdb.base/async.c (baz): Move up before its invocation.
15400 * gdb.base/code_elim2.c (my_global_func): Likewise.
15401 * gdb.base/skip-solib-lib.c (multiply): Likewise.
15402 * gdb.base/advance.c (func2): Likewise.
15403
3b5d5997
AA
154042014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15405
15406 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
15407 variant.
15408 * gdb.base/annota3.c: Likewise.
15409 * gdb.base/async.c: Likewise.
15410 * gdb.base/average.c: Likewise.
15411 * gdb.base/call-ar-st.c: Likewise.
15412 * gdb.base/call-rt-st.c: Likewise.
15413 * gdb.base/call-sc.c: Likewise.
15414 * gdb.base/call-strs.c: Likewise.
15415 * gdb.base/ending-run.c: Likewise.
15416 * gdb.base/execd-prog.c: Likewise.
15417 * gdb.base/exprs.c: Likewise.
15418 * gdb.base/foll-exec.c: Likewise.
15419 * gdb.base/foll-fork.c: Likewise.
15420 * gdb.base/foll-vfork.c: Likewise.
15421 * gdb.base/funcargs.c: Likewise.
15422 * gdb.base/gcore.c: Likewise.
15423 * gdb.base/jump.c: Likewise.
15424 * gdb.base/langs0.c: Likewise.
15425 * gdb.base/langs1.c: Likewise.
15426 * gdb.base/langs2.c: Likewise.
15427 * gdb.base/mips_pro.c: Likewise.
15428 * gdb.base/nodebug.c: Likewise.
15429 * gdb.base/opaque0.c: Likewise.
15430 * gdb.base/opaque1.c: Likewise.
15431 * gdb.base/recurse.c: Likewise.
15432 * gdb.base/run.c: Likewise.
15433 * gdb.base/scope0.c: Likewise.
15434 * gdb.base/scope1.c: Likewise.
15435 * gdb.base/setshow.c: Likewise.
15436 * gdb.base/setvar.c: Likewise.
15437 * gdb.base/shmain.c: Likewise.
15438 * gdb.base/shr1.c: Likewise.
15439 * gdb.base/shr2.c: Likewise.
15440 * gdb.base/sigall.c: Likewise.
15441 * gdb.base/signals.c: Likewise.
15442 * gdb.base/so-indr-cl.c: Likewise.
15443 * gdb.base/solib2.c: Likewise.
15444 * gdb.base/structs.c: Likewise.
15445 * gdb.base/sum.c: Likewise.
15446 * gdb.base/vforked-prog.c: Likewise.
15447 * gdb.base/watchpoint.c: Likewise.
15448 * gdb.reverse/shr2.c: Likewise.
15449 * gdb.reverse/until-reverse.c: Likewise.
15450 * gdb.reverse/ur1.c: Likewise.
15451 * gdb.reverse/watch-reverse.c: Likewise.
15452
066a77c5
AA
154532014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15454
15455 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
15456 variant.
15457 * gdb.base/sepdebug.exp: Drop references to removed code.
15458
4f204ea5
AA
154592014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15460
15461 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
15462 variant. Preserve original line numbering.
15463 * gdb.base/list1.c: Likewise.
15464
3b377a3a
AA
154652014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15466
15467 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
15468 variant.
15469 * gdb.base/break1.c: Likewise.
15470 * gdb.base/break.exp: Drop references to removed code.
15471
e444df73
AA
154722014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15473
15474 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
15475 variant.
15476
8008f2a7
AA
154772014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15478
15479 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
15480
a5a06887
AA
154812014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15482
15483 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
15484 logic into perform_all_tests() and invoke it with and without
15485 function header prototypes.
15486 (do_function_calls): Remove conditional XFAIL for PR 5318.
15487 (rerun_and_prepare): Remove duplicate code.
15488 (perform_all_tests): New. Main logic moved here.
15489
44dba9b9
AA
154902014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15491
15492 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
15493 code guarded by #ifdef NO_PROTOTYPES.
15494 (t_double_many_args): Likewise.
15495 (DEF_FUNC_MANY_ARGS_1): Likewise.
15496 (DEF_FUNC_VALUES_1): Likewise.
15497 (t_structs_ldc): Renamed from t_structs_fc in conditional code
15498 guarded by #ifdef PROTOTYPES.
15499
d1fbcd56
AA
155002014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15501
15502 * gdb.mi/mi-console.c: Add eye-catcher.
15503 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
15504 instead of literal line number.
15505
b0e59b8f
AA
155062014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15507
15508 * gdb.base/shr2.c: Add eye-catcher.
15509 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
15510 line number.
15511
78f98cca
AA
155122014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15513
15514 * gdb.base/jump.c: Add eye-catchers.
15515 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
15516 numbers.
15517
58fa2af0
AA
155182014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15519
15520 * gdb.base/execd-prog.c: Add eye-catchers.
15521 * gdb.base/foll-exec.c: Likewise.
15522 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
15523 line numbers.
15524
04e5059b
AA
155252014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15526
15527 * gdb.base/ending-run.c: Add eye-catchers.
15528 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
15529 literal line numbers.
15530
dbfdb174
AA
155312014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15532
15533 * gdb.base/call-rt-st.c: Add eye-catchers.
15534 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
15535 literal line numbers.
15536
888a2ade
AA
155372014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15538
15539 * gdb.base/call-ar-st.c: Add eye-catchers.
15540 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
15541 literal line numbers.
15542
6acc2dde
AA
155432014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15544
15545 * gdb.base/average.c: Add eye-catchers.
15546 * gdb.base/sum.c: Likewise.
15547 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
15548 regexps dynamically.
15549
9ecfcd1d
AA
155502014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15551
15552 * gdb.base/solib1.c: Add eye-catchers.
15553 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
15554 literal line numbers.
15555
78708b7c
PA
155562014-11-12 Pedro Alves <palves@redhat.com>
15557
15558 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
15559 leader has exited.
15560
af48d08f
PA
155612014-11-12 Pedro Alves <palves@redhat.com>
15562
15563 * gdb.arch/i386-bp_permanent.c: New file.
15564 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
15565 (srcfile): Set to i386-bp_permanent.c.
15566 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
15567 that stepi does not execute the 'leave' instruction, instead of
15568 testing it does execute.
15569 * gdb.base/bp-permanent.c: New file.
15570 * gdb.base/bp-permanent.exp: New file.
15571
af3768e9
DE
155722014-11-10 Doug Evans <xdje42@gmail.com>
15573
15574 PR symtab/17564
15575 * gdb.base/symtab-search-order.exp: New file.
15576 * gdb.base/symtab-search-order.c: New file.
15577 * gdb.base/symtab-search-order-1.c: New file.
15578 * gdb.base/symtab-search-order-shlib-1.c: New file.
15579
9de00a4a
PA
155802014-11-07 Pedro Alves <palves@redhat.com>
15581
15582 PR gdb/17511
15583 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
15584 i?86-*-linux*.
15585
e0f52461
SC
155862014-11-03 Siva Chandra Reddy <sivachandra@google.com>
15587
15588 PR c++/17494
15589 * gdb.cp/pr17494.cc: New file.
15590 * gdb.cp/pr17494.exp: New file.
15591
6ce8c980
YQ
155922014-11-02 Yao Qi <yao@codesourcery.com>
15593
15594 * gdb.python/python.exp: Get working directory and match the
15595 output of "set extended-prompt \\w " with it.
15596
02be9a71
DE
155972014-10-30 Doug Evans <dje@google.com>
15598
15599 * gdb.python/py-objfile.exp: Add tests for setting random attributes
15600 in objfiles.
15601 * gdb.python/py-progspace.exp: Add tests for setting random attributes
15602 in progspaces.
15603
3bdff46b
LM
156042014-10-30 Janis Johnson <janisjo@codesourcery.com>
15605
15606 * gdb.base/fullpath-expand.exp: Skip for a remote host.
15607 * gdb.base/realname-expand.exp: Likewise.
15608 * gdb.linespec/macro-relative.exp: Likewise.
15609
ab917dfb
PA
156102014-10-29 Pedro Alves <palves@redhat.com>
15611
15612 PR gdb/17408
15613 * gdb.threads/schedlock.c (some_function): New function.
15614 (call_function): New global.
15615 (MAYBE_CALL_SOME_FUNCTION): New macro.
15616 (thread_function): Call it.
15617 * gdb.threads/schedlock.exp (get_args): Add description parameter,
15618 and use it instead of a global counter. Adjust all callers.
15619 (get_current_thread): Use "find current thread" for test message
15620 here rather than having all callers pass down the same string.
15621 (goto_loop): New procedure, factored out from ...
15622 (my_continue): ... this.
15623 (step_ten_loops): Change parameter from test message to command to
15624 use. Adjust.
15625 (list_count): Delete global.
15626 (check_result): New procedure, factored out from duplicate top
15627 level code.
15628 (continue tests): Wrap in with_test_prefix.
15629 (test_step): New procedure, factored out from duplicate top level
15630 code.
15631 (top level): Test "step" in combination with all scheduler-locking
15632 modes. Test "next" in combination with all scheduler-locking
15633 modes, and in combination with stepping over a function call or
15634 not.
15635 * gdb.threads/next-bp-other-thread.c: New file.
15636 * gdb.threads/next-bp-other-thread.exp: New file.
15637
d3d4baed
PA
156382014-10-29 Pedro Alves <palves@redhat.com>
15639
15640 PR python/17372
15641 * gdb.python/python.exp: Test a multi-line command that spawns
15642 interactive Python.
15643 * gdb.base/multi-line-starts-subshell.exp: New file.
15644
563e8d85
YQ
156452014-10-29 Yao Qi <yao@codesourcery.com>
15646
15647 * gdb.base/fileio.exp: Make directories on host.
15648
0ea4d52e
YQ
156492014-10-29 Yao Qi <yao@codesourcery.com>
15650
15651 * gdb.base/fileio.c (test_write): Close the file.
15652
7f5ef605
PA
156532014-10-28 Pedro Alves <palves@redhat.com>
15654
15655 PR gdb/12623
15656 * gdb.base/sigstep.c (no_handler): New global.
15657 (main): If 'no_handler is true, set the signal handlers to
15658 SIG_IGN.
15659 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
15660 with_sw_watch and no_handler parameters. Handle them.
15661 (top level) <stepping over handler when stopped at a breakpoint
15662 test>: Add a test axis for testing with a software watchpoint, and
15663 another for testing with the signal handler set to SIG_IGN.
15664 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
15665 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
15666
abbdbd03
PA
156672014-10-28 Pedro Alves <palves@redhat.com>
15668
15669 PR gdb/17511
15670 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
15671 * gdb.base/sigstep.exp (other_handler_location): New global.
15672 (advance): Support stepping into the signal handler, and running
15673 commands while in the handler.
15674 (in_handler_map): New global.
15675 (top level): In the advance test, add combinations for getting
15676 into the handler with stepping commands, and for running commands
15677 in the handler. Add comment descripting the advancei tests.
15678
1df4399f
PA
156792014-10-28 Pedro Alves <palves@redhat.com>
15680
15681 * gdb.base/sigstep.exp: Use build_executable instead of
15682 prepare_for_testing.
15683 (top level): Move code that starts GDB, runs to main and creates a
15684 display to ...
15685 (restart): ... this new procedure.
15686 (top level): Move backtrace from signal handler test to ...
15687 (validate_backtrace): ... this new procedure.
15688 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
15689 with_test_prefix. Always restart GDB.
15690 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
15691 with_test_prefix. Always restart GDB. No need to delete
15692 breakpoints after the test.
15693 (test_skip_handler): Remove prefix parameter.
15694 (skip_over_handler, breakpoint_to_handler)
15695 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
15696 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
15697 restart GDB. No need to delete breakpoints after the test.
15698 (top level): Use foreach to call the test procedures with
15699 different commands.
15700
a5b6e449
PA
157012014-10-28 Pedro Alves <palves@redhat.com>
15702
15703 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
15704 instead of GNATS numbers.
15705 * gdb.base/sigbpt.exp: Likewise.
15706 * gdb.base/siginfo.exp: Likewise.
15707 * gdb.base/sigstep.exp: Likewise.
15708
e5f8a7cc
PA
157092014-10-27 Pedro Alves <palves@redhat.com>
15710
15711 * gdb.base/sigstep.c (dummy): New global.
15712 (main): Issue a couple writes to the new global.
15713 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
15714 procedures.
15715 (skip_over_handler): Use test_skip_handler.
15716 (top level): Call skip_over_handler for stepi and nexti too.
15717 (breakpoint_over_handler): Use test_skip_handler.
15718 (top level): Call breakpoint_over_handler for stepi and nexti too.
15719
763905a3
YQ
157202014-10-27 Yao Qi <yao@codesourcery.com>
15721
15722 * gdb.trace/tfile.c (adjust_function_address)
15723 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
15724 function descriptor.
15725
6f259a23
DB
157262014-10-24 Don Breazeal <donb@codesourcery.com>
15727
15728 * gdb.base/foll-fork.exp (test_follow_fork,
15729 catch_fork_child_follow): Check for updated fork messages emitted
15730 from infrun.c.
15731 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
15732 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
15733 vfork_and_exec_child_follow_through_step): Check for updated vfork
15734 messages emitted from infrun.c.
15735
09dd9a69
PA
157362014-10-24 Pedro Alves <palves@redhat.com>
15737
15738 * gdb.base/corefile.exp: Remove references to ultrix.
15739 * gdb.base/interrupt.exp: Likewise.
15740 * gdb.base/whatis.exp: Likewise.
15741 * gdb.gdb/selftest.exp: Likewise.
15742 * gdb.threads/manythreads.exp: Likewise.
15743 * gdb.threads/print-threads.exp: Likewise.
15744 * gdb.threads/pthreads.exp:: Likewise.
15745 * gdb.threads/schedlock.exp: Likewise.
15746
3433cfa5
SC
157472014-10-24 Siva Chandra Reddy <sivachandra@google.com>
15748
15749 * gdb.cp/non-trivial-retval.cc: Add a test case.
15750 * gdb.cp/non-trivial-retval.exp: Add a test.
15751
092f880b
YQ
157522014-10-20 Yao Qi <yao@codesourcery.com>
15753
15754 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
15755 * gdb.python/py-objfile-script-gdb.py: New file.
15756 * gdb.python/py-objfile-script.exp: Update reference to
15757 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
15758 of remote_download. Remove the dest file.
15759
acbdb7f3
YQ
157602014-10-20 Yao Qi <yao@codesourcery.com>
15761
15762 * gdb.base/checkpoint.exp: Don't remove file copied on host.
15763 * gdb.base/step-line.exp: Likewise.
15764 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15765 * gdb.dwarf2/dw2-basic.exp: Likewise.
15766 * gdb.dwarf2/dw2-compressed.exp: Likewise.
15767 * gdb.dwarf2/dw2-filename.exp: Likewise.
15768 * gdb.dwarf2/dw2-intercu.exp: Likewise.
15769 * gdb.dwarf2/dw2-intermix.exp: Likewise.
15770 * gdb.dwarf2/dw2-producer.exp: Likewise.
15771 * gdb.dwarf2/mac-fileno.exp: Likewise.
15772 * gdb.python/py-frame-args.exp: Likewise.
15773 * gdb.python/py-framefilter.exp: Likewise.
15774 * gdb.python/py-mi.exp: Likewise.
15775 * gdb.python/py-objfile-script.exp: Likewise
15776 * gdb.python/py-pp-integral.exp: Likewise.
15777 * gdb.python/py-pp-re-notag.exp: Likewise.
15778 * gdb.python/py-prettyprint.exp: Likewise.
15779 * gdb.python/py-section-script.exp: Likewise.
15780 * gdb.python/py-typeprint.exp: Likewise.
15781 * gdb.python/py-xmethods.exp: Likewise.
15782 * gdb.stabs/weird.exp: Likewise.
15783 * gdb.xml/tdesc-regs.exp: Likewise.
15784
bd286a29
KCY
157852014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
15786
15787 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
15788 (out_cu): Use addr_len for the size of addresses.
15789 (out_line): Likewise. Size DW_LNE_set_address instruction
15790 according to addr_len.
15791 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
15792 (FUNC): Add START_INSNS to definition.
15793
673dc4a0
YQ
157942014-10-18 Yao Qi <yao@codesourcery.com>
15795
15796 * gdb.base/argv0-symlink.exp: Check argv[0] value if
15797 gdb_has_argv0 return true.
15798 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
15799 check [target_info exists noargs], check [gdb_has_argv0]
15800 instead.
15801 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
15802 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
15803 procedures.
15804
4ffbba72
DE
158052014-10-17 Doug Evans <dje@google.com>
15806
15807 * gdb.python/py-events.exp: Update expected output for clear_objfiles
15808 event.
15809 * gdb.python/py-events.py: Add clear_objfiles event.
15810
d096d8c1
DE
158112014-10-17 Doug Evans <dje@google.com>
15812
15813 * gdb.python/py-objfile.exp: Test progspace attribute.
15814
a80db015
LM
158152014-10-17 Luis Machado <lgustavo@codesourcery.com>
15816
15817 * gdb.guile/scm-breakpoint.exp: Do not assume any
15818 directory separators when matching source file paths.
15819 * gdb.python/py-breakpoint.exp: Likewise.
15820 * gdb.reverse/break-precsave.exp: Likewise.
15821 * gdb.reverse/break-reverse.exp: Likewise.
15822 * gdb.reverse/consecutive-precsave.exp: Likewise.
15823 * gdb.reverse/finish-precsave.exp: Likewise.
15824 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
15825 * gdb.reverse/finish-reverse.exp: Likewise.
15826 * gdb.reverse/i386-precsave.exp: Likewise.
15827 * gdb.reverse/i387-env-reverse.exp: Likewise.
15828 * gdb.reverse/i387-stack-reverse.exp: Likewise.
15829 * gdb.reverse/machinestate-precsave.exp: Likewise.
15830 * gdb.reverse/machinestate.exp: Likewise.
15831 * gdb.reverse/sigall-precsave.exp: Likewise.
15832 * gdb.reverse/solib-precsave.exp: Likewise.
15833 * gdb.reverse/step-precsave.exp: Likewise.
15834 * gdb.reverse/until-precsave.exp: Likewise.
15835 * gdb.reverse/watch-precsave.exp: Likewise.
15836 * gdb.reverse/watch-reverse.exp: Likewise.
15837
b22089ab
YQ
158382014-10-17 Yao Qi <yao@codesourcery.com>
15839
15840 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
15841 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
15842
6c4486e6
PA
158432014-10-17 Pedro Alves <palves@redhat.com>
15844
15845 PR gdb/17471
15846 * gdb.base/bg-execution-repeat.c: New file.
15847 * gdb.base/bg-execution-repeat.exp: New file.
15848
0ff33695
PA
158492014-10-17 Pedro Alves <palves@redhat.com>
15850
15851 PR gdb/17300
15852 * gdb.base/continue-all-already-running.c: New file.
15853 * gdb.base/continue-all-already-running.exp: New file.
15854
6fdebc3d
PA
158552014-10-17 Pedro Alves <palves@redhat.com>
15856
15857 PR gdb/17472
15858 * gdb.base/annota-input-while-running.c: New file.
15859 * gdb.base/annota-input-while-running.exp: New file.
15860
32a8097b
PA
158612014-10-17 Pedro Alves <palves@redhat.com>
15862
15863 * gdb.base/callfuncs.exp: emove references to osf.
15864 * gdb.base/sigall.exp: Likewise.
15865 * gdb.gdb/selftest.exp: Likewise.
15866 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
15867 * gdb.mi/non-stop.c: Likewise.
15868 * gdb.mi/pthreads.c: Likewise.
15869 * gdb.reverse/sigall-precsave.exp: Likewise.
15870 * gdb.reverse/sigall-reverse.exp: Likewise.
15871 * gdb.threads/pthreads.c: Likewise.
15872 * gdb.threads/pthreads.exp: Likewise.
15873
7a3517ff
YQ
158742014-10-17 Yao Qi <yao@codesourcery.com>
15875
15876 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
15877 check 'target_info exists noargs'.
15878 (test_command_prompt_position): Likewise.
15879 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
15880 Remove "set args".
15881 (progvar_simple_while_test): Likewise.
15882 (progvar_complex_if_while_test): Likewise.
15883 (if_while_breakpoint_command_test): Likewise.
15884 (infrun_breakpoint_command_test): Likewise.
15885 (breakpoint_command_test): Likewise.
15886 (watchpoint_command_test): Likewise.
15887 (bp_deleted_in_command_test): Likewise.
15888 (temporary_breakpoint_commands): Likewise.
15889
bb99c472
YQ
158902014-10-16 Yao Qi <yao@codesourcery.com>
15891
15892 * gdb.base/remotetimeout.exp: Remove noargs checking.
15893
7c16b83e
PA
158942014-10-15 Pedro Alves <palves@redhat.com>
15895
15896 PR breakpoints/9649
15897 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
15898 * gdb.base/breakpoint-in-ro-region.exp
15899 (probe_target_hardware_step): New procedure.
15900 (top level): Probe hardware stepping and hardware breakpoint
15901 support. Test stepping through a read-only region, with both
15902 "breakpoint auto-hw" on and off and both "always-inserted" on and
15903 off.
15904
35a49624
IB
159052014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
15906
15907 * gdb.dlang/demangle.exp: Update for demangling changes.
15908
2d1c107c
SC
159092014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15910
15911 * gdb.cp/non-trivial-retval.cc: Add new test cases.
15912 * gdb.cp/non-trivial-retval.exp: Add new tests.
15913
778811d5
SC
159142014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15915
15916 PR c++/13403
15917 PR c++/15154
15918 * gdb.cp/non-trivial-retval.cc: New file.
15919 * gdb.cp/non-trivial-retval.exp: New file.
15920
10c5f0a8
YQ
159212014-10-15 Yao Qi <yao@codesourcery.com>
15922
15923 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
15924 remote host.
15925
65d7b369
YQ
159262014-10-15 Yao Qi <yao@codesourcery.com>
15927
15928 * gdb.python/py-symbol.exp: Match file base name if host is
15929 remote, otherwise match file name with dir name.
15930 * gdb.python/py-symtab.exp: Likewise.
15931 * gdb.python/python.exp: Likewise.
15932
46dc1394
YQ
159332014-10-15 Yao Qi <yao@codesourcery.com>
15934
15935 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
15936 pattern.
15937 * gdb.python/py-symtab.exp: Likewise.
15938 * gdb.python/python.exp: Remove trailing ".*". Fix typo
15939 locationn.
15940
c40cc657
JB
159412014-10-14 Joel Brobecker <brobecker@adacore.com>
15942
15943 * gdb.ada/addr_arith: New testcase.
15944
2abf49e1
MR
159452014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
15946
15947 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
15948 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
15949 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
15950 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
15951
f7088df3
SDJ
159522014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
15953
15954 * gdb.arch/stap-eval-lang-ada.S: Likewise.
15955 * gdb.arch/stap-eval-lang-ada.c: Likewise.
15956 * gdb.arch/stap-eval-lang-ada.exp: New file.
15957
4dc06805
YQ
159582014-10-14 Yao Qi <yao@codesourcery.com>
15959
15960 * gdb.mi/mi-var-child.c (nothing1): New function.
15961 (nothing2): New function.
15962 (do_children_tests): Set function pointers by nothing1 and
15963 nothing2.
15964 * gdb.mi/mi-var-child.exp: Step over new added statements.
15965 Update test to match the new output.
15966 * gdb.mi/var-cmd.c (nothing1): New function.
15967 (nothing2): New function.
15968 (do_children_tests): Set function pointers by nothing1 and
15969 nothing2.
15970 * gdb.mi/mi-var-display.exp: Update test to match output.
15971 Step to the line specified by $line_dct_nothing.
15972 Increase the number of lines to step.
15973
46a93de2
YQ
159742014-10-14 Yao Qi <yao@codesourcery.com>
15975
15976 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
15977 tests.
15978 * gdb.mi/mi2-var-child.exp: Likewise.
15979
14ea52ee
DE
159802014-10-13 Doug Evans <dje@google.com>
15981
15982 * gdb.python/py-objfile.exp: Change name of file name test.
15983
e5c6e92b
DE
159842014-10-13 Doug Evans <dje@google.com>
15985
15986 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
15987 from the start of the CU.
15988
c780cc2f
JK
159892014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15990 Yao Qi <yao@codesourcery.com>
15991
15992 Fix "save breakpoints" for "catch" command.
15993 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
15994 Remove -nonewline. Match also the added "main" line.
15995
99894e11
JK
159962014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15997
15998 Fix "save breakpoints" for "disable $bpnum" command.
15999 * gdb.base/save-bp.c (main): Add label.
16000 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
16001
6e1ac5a3
JK
160022014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16003
16004 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
16005
754dd2b0
YQ
160062014-10-11 Yao Qi <yao@codesourcery.com>
16007
16008 * gdb.server/server-kill.exp: Execute command
16009 "set remote trace-status-packet on" before "tstatus".
16010
f90183d7
YQ
160112014-10-11 Yao Qi <yao@codesourcery.com>
16012
16013 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
16014 (main): Call getppid.
16015 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
16016 and continue to it. Read variable "server_pid".
16017
bf40a607
YQ
160182014-10-11 Yao Qi <yao@codesourcery.com>
16019
16020 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
16021
052ca370
YQ
160222014-10-11 Yao Qi <yao@codesourcery.com>
16023
16024 * gdb.threads/thread-find.exp: Don't execute command
16025 "info threads".
16026 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
16027 * gdb.threads/linux-dp.exp: Don't check the condition
16028 $threads_created equals to zero.
16029
3831839c
PA
160302014-10-10 Pedro Alves <palves@redhat.com>
16031
16032 * gdb.base/bigcore.exp: Remove references to IRIX.
16033 * gdb.base/funcargs.exp: Likewise.
16034 * gdb.base/interrupt.exp: Likewise.
16035 * gdb.base/mips_pro.exp: Likewise.
16036 * gdb.base/nodebug.exp: Likewise.
16037 * gdb.base/setvar.exp: Likewise.
16038 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
16039
8b9a549d
PA
160402014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
16041 Pedro Alves <palves@redhat.com>
16042
16043 PR symtab/14466
16044 * gdb.base/vdso-warning.c: New file.
16045 * gdb.base/vdso-warning.exp: New file.
16046
d48ba5e8
DE
160472014-10-02 Doug Evans <dje@google.com>
16048
16049 * gdb.base/structs.c (main): Don't run forever.
16050
2278c276
PA
160512014-10-02 Pedro Alves <palves@redhat.com>
16052
16053 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
16054 (top level) <stop threads 1, stop threads 2>: Use it.
16055
b57bacec
PA
160562014-10-02 Pedro Alves <palves@redhat.com>
16057
16058 * gdb.threads/break-while-running.exp (test): Add new
16059 'update_thread_list' argument. Skip "info threads" if false.
16060 (top level): Add new 'update_thread_list' axis.
16061
13fd3ff3
PA
160622014-10-02 Pedro Alves <palves@redhat.com>
16063
16064 PR breakpoints/17431
16065 * gdb.base/execl-update-breakpoints.c: New file.
16066 * gdb.base/execl-update-breakpoints.exp: New file.
16067
0fec99e8
PA
160682014-10-01 Pedro Alves <palves@redhat.com>
16069
16070 * gdb.base/breakpoint-in-ro-region.c: New file.
16071 * gdb.base/breakpoint-in-ro-region.exp: New file.
16072
2ddf4301
SM
160732014-10-01 Simon Marchi <simon.marchi@ericsson.com>
16074
16075 * gdb.mi/mi-exit-code.exp: New file.
16076 * gdb.mi/mi-exit-code.c: New file.
16077
6a5f3f43
YQ
160782014-09-30 Yao Qi <yao@codesourcery.com>
16079
16080 * lib/prelink-support.exp (build_executable_own_libs): Error if
16081 the target isn't native.
16082
345bcc73
YQ
160832014-09-30 Yao Qi <yao@codesourcery.com>
16084
16085 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
16086 false.
16087
a25a5a45
PA
160882014-09-22 Pedro Alves <palves@redhat.com>
16089
16090 * gdb.threads/break-while-running.exp: New file.
16091 * gdb.threads/break-while-running.c: New file.
16092
00ba3162
YQ
160932014-09-19 Yao Qi <yao@codesourcery.com>
16094
16095 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
16096 Invoke test. Restart GDB with --readnow and invoke test again.
16097
c3b7b696
YQ
160982014-09-19 Yao Qi <yao@codesourcery.com>
16099
16100 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
16101 proc set_breakpoint_on_gcd_function. Invoke
16102 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
16103 invoke set_breakpoint_on_gcd_function again.
16104
2b4fd423
DE
161052014-09-18 Doug Evans <dje@google.com>
16106
16107 * gdb.dwarf2/symtab-producer.exp: New file.
16108
a5947601
SDJ
161092014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
16110
16111 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
16112 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
16113 * gdb.base/global-var-nested-by-dso.c: Likewise.
16114 * gdb.base/global-var-nested-by-dso.exp: Likewise.
16115
91c19059
SDJ
161162014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
16117 Pedro Alves <palves@redhat.com>
16118
16119 * gdb.base/watch-bitfields.exp: Pass string other than test file
16120 name to prepare_for_testing.
16121 (watch): New procedure.
16122 (expect_watchpoint): Use with_test_prefix.
16123 (top level): Factor out tests to ...
16124 (test_watch_location, test_regular_watch): ... these new
16125 procedures, and use with_test_prefix and gdb_continue_to_end.
16126
bb9d5f81
PP
161272014-09-16 Patrick Palka <patrick@parcs.ath.cx>
16128
16129 PR breakpoints/12526
16130 * gdb.base/watch-bitfields.exp: New file.
16131 * gdb.base/watch-bitfields.c: New file.
16132
635856f5
PA
161332014-09-16 Pedro Alves <palves@redhat.com>
16134
16135 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
16136 software and hardware addresses, not software address against
16137 itself.
16138
7280ceea
PA
161392014-09-16 Pedro Alves <palves@redhat.com>
16140
16141 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
16142 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
16143
428b16bd
PA
161442014-09-16 Pedro Alves <palves@redhat.com>
16145
16146 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
16147 files.
16148 * gdb.base/a2-run.exp: Remove all code guarded by istarget
16149 "*-*-vxworks*" throughout.
16150 * gdb.base/break.exp: Likewise.
16151 * gdb.base/default.exp: Likewise.
16152 * gdb.base/scope.exp: Likewise.
16153 * gdb.base/sepdebug.exp: Likewise.
16154 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
16155 throughout.
16156 * gdb.base/run.c: Likewise.
16157 * gdb.base/sepdebug.c: Likewise.
16158 * gdb.hp/gdb.aCC/run.c: Likewise.
16159 * gdb.reverse/until-reverse.c: Likewise.
16160 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
16161
666d413c
YQ
161622014-09-16 Yao Qi <yao@codesourcery.com>
16163
16164 * boards/local-remote-host-native.exp: New file.
16165
57cbd724
DE
161662014-09-14 Doug Evans <xdje42@gmail.com>
16167
16168 * gdb.threads/queue-signal.c (thread_count): New variable.
16169 (thread_count_mutex, thread_count_condvar): New variables.
16170 (incr_thread_count, wait_all_threads_running): New functions.
16171 (main): Wait for all threads to be in their thread functions.
16172
81219e53
DE
161732014-09-13 Doug Evans <xdje42@gmail.com>
16174
16175 * gdb.threads/queue-signal.c: New file.
16176 * gdb.threads/queue-signal.exp: New file.
16177
3714cea7
DE
161782014-09-13 Doug Evans <xdje42@gmail.com>
16179
16180 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
16181 be consistent with what default_gdb_init uses.
16182 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
16183 the plain text of the prompt. Add some logging printfs.
16184 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
16185
fa43b1d7
PA
161862014-09-12 Pedro Alves <palves@redhat.com>
16187
16188 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
16189 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
16190 * gdb.arch/i386-size-overlap.exp: Likewise.
16191 * gdb.arch/i386-size.exp: Likewise.
16192 * gdb.arch/i386-unwind.exp: Likewise.
16193 * gdb.base/a2-run.exp: Likewise.
16194 * gdb.base/break.exp: Likewise.
16195 * gdb.base/charset.exp: Likewise.
16196 * gdb.base/chng-syms.exp: Likewise.
16197 * gdb.base/commands.exp: Likewise.
16198 * gdb.base/dbx.exp: Likewise.
16199 * gdb.base/find.exp: Likewise.
16200 * gdb.base/funcargs.exp: Likewise.
16201 * gdb.base/jit-simple.exp: Likewise.
16202 * gdb.base/reread.exp: Likewise.
16203 * gdb.base/sepdebug.exp: Likewise.
16204 * gdb.base/step-bt.exp: Likewise.
16205 * gdb.cp/mb-inline.exp: Likewise.
16206 * gdb.cp/mb-templates.exp: Likewise.
16207 * gdb.objc/basicclass.exp: Likewise.
16208 * gdb.threads/killed.exp: Likewise.
16209
9d9bf2df
EBM
162102014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16211
16212 PR tdep/17379
16213 * gdb.arch/powerpc-stackless.S: New file.
16214 * gdb.arch/powerpc-stackless.exp: New file.
16215
1cf2f1b0
JK
162162014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16217
16218 * gdb.base/attach.c: Include unistd.h.
16219 (main): Call alarm. Add label postloop.
16220 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
16221 gdb_breakpoint, gdb_continue_to_breakpoint.
16222 (test_command_line_attach_run): Kill ${testpid} in one exit path.
16223
98880d46
PA
162242014-09-11 Pedro Alves <palves@redhat.com>
16225
16226 PR gdb/17347
16227 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
16228 * gdb.base/attach.exp (test_command_line_attach_run): New
16229 procedure.
16230 (top level): Call it.
16231
4c92ff2c
PA
162322014-09-11 Pedro Alves <palves@redhat.com>
16233
16234 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
16235 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
16236 (do_command_attach_tests): Use spawn_wait_for_attach.
16237 * gdb.base/solib-overlap.exp: Likewise.
16238 * gdb.multi/multi-attach.exp: Likewise.
16239 * gdb.python/py-prompt.exp: Likewise.
16240 * gdb.python/py-sync-interp.exp: Likewise.
16241 * gdb.server/ext-attach.exp: Likewise.
16242
3adc1a7d
GKB
162432014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
16244
16245 * gdb.fortran/array-element.exp: Remove unexpected "continue"
16246 command in testcase. Simplify testcase.
16247
96334934
JB
162482014-09-10 Joel Brobecker <brobecker@adacore.com>
16249
16250 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
16251
eb479039
JB
162522014-09-10 Joel Brobecker <brobecker@adacore.com>
16253
16254 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
16255
deede10c
JB
162562014-09-10 Joel Brobecker <brobecker@adacore.com>
16257
16258 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
16259
7828a5f5
JB
162602014-09-10 Joel Brobecker <brobecker@adacore.com>
16261
16262 * gdb.dwarf2/dynarr-ptr.c: New file.
16263 * gdb.dwarf2/dynarr-ptr.exp: New file.
16264
33aeebcf
MR
162652014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16266
16267 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
16268 of 30 rather than hardcoding 120 for a slow test case. Take the
16269 `gdb,timeout' target setting into account for this calculation.
16270 Don't extend the timeout for the test cases that don't need it.
16271
7b415901
MR
162722014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16273
16274 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
16275 a factor of 2 for a slow test case. Take the `gdb,timeout'
16276 target setting into account for this calculation.
16277 * gdb.reverse/until-precsave.exp: Increase the timeout by
16278 a factor of 15 and 3 respectively rather than adding 120
16279 for a pair of slow test cases. Take the `gdb,timeout'
16280 target setting into account for this calculation.
16281
4a40f85a
MR
162822014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16283
16284 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
16285 timeout, don't pass one down to gdb_expect.
16286 (gdb_expect): Rework timeout selection.
16287
09635af7
MR
162882014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16289
16290 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
16291 exception on timeout.
16292 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
16293 (gdbserver_start_extended): Catch any `gdbserver_start' error
16294 exceptions.
16295 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
16296 * lib/mi-support.exp (mi_gdb_target_load): Catch any
16297 `gdbserver_gdb_load' error exceptions.
16298
2bdd10b7
MR
162992014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16300
16301 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
16302 120 on waiting for the TCP socket to open.
16303
316935f0
DE
163042014-09-09 Doug Evans <xdje42@gmail.com>
16305
16306 * gdb.base/default.exp (show_conv_list): Add _caller_is,
16307 _caller_matches, _any_caller_is, _any_caller_matches.
16308
83740597
DE
163092014-09-09 Doug Evans <xdje42@gmail.com>
16310
16311 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
16312
4c122fc3
YQ
163132014-09-09 Yao Qi <yao@codesourcery.com>
16314
16315 * gdb.mi/mi-var-display.exp: Set print symbol off.
16316
a9f116cb
GKB
163172014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
16318
16319 PR gdb/17035
16320 * gdb.base/commands.exp: Add tests to verify user-defined
16321 commands with empty bodies.
16322 * gdb.python/py-cmd.exp: Test that we don't show user-defined
16323 python commands in `show user command`.
16324 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
16325 scheme commands in `show user command`.
16326
c75bd3a2
JK
163272014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16328
16329 PR python/17355
16330 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
16331 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
16332 * gdb.python/py-framefilter-invalidarg.exp: New file.
16333 * gdb.python/py-framefilter-invalidarg.py: New file.
16334
faa42425
DE
163352014-09-06 Doug Evans <xdje42@gmail.com>
16336
16337 PR 15276
16338 * gdb.python/py-caller-is.c: New file.
16339 * gdb.python/py-caller-is.exp: New file.
16340
474ca4f6
SDJ
163412014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
16342
16343 PR gdb/17235
16344 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
16345 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
16346
eb0b0463
SDJ
163472014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
16348
16349 PR fortran/17237
16350 * gdb.fortran/print-formatted.exp: New file.
16351 * gdb.fortran/print-formatted.f90: Likewise.
16352
5f3b99cf
SS
163532014-09-03 Sasha Smundak <asmundak@google.com>
16354
16355 * gdb.python/py-frame.exp: Test Frame.read_register.
16356
7d793aa9
SDJ
163572014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
16358
16359 PR python/16699
16360 * gdb.python/py-completion.exp: New file.
16361 * gdb.python/py-completion.py: Likewise.
16362
fb0576e9
DE
163632014-08-28 Doug Evans <dje@google.com>
16364
16365 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
16366 eax,etc. are live with values set by gdb and thus the compiler can't
16367 use them.
16368 * gdb.arch/i386-pseudo.c (main): Ditto.
16369
ee92b0dd
DE
163702014-08-27 Doug Evans <dje@google.com>
16371
16372 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
16373
6649db35
DE
163742014-08-25 Doug Evans <dje@google.com>
16375
16376 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
16377 (main): Ditto.
16378
564b7600
DE
163792014-08-25 Doug Evans <dje@google.com>
16380
16381 * gdb.threads/thread-execl.exp: #include <stdio.h>.
16382
3881fb67
YQ
163832014-08-24 Yao Qi <yao@codesourcery.com>
16384
16385 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
16386 symbol off.
16387 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
16388
a05a36a5
DE
163892014-08-22 Doug Evans <dje@google.com>
16390
16391 PR 17276
16392 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
16393 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
16394 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
16395
7c343b48
YQ
163962014-08-22 Yao Qi <yao@codesourcery.com>
16397
16398 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
16399 * gdb.python/py-finish-breakpoint2.exp: Likewise.
16400 * gdb.python/python.exp: Likewise. Use .py file on the host
16401 instead of the build.
16402
22fd09ae
JK
164032014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16404
16405 * gdb.threads/gcore-stale-thread.c: New file.
16406 * gdb.threads/gcore-stale-thread.exp: New file.
16407
a8454a7c
PA
164082014-08-21 Pedro Alves <palves@redhat.com>
16409
16410 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
16411 * gdb.base/gcore-relro-pie.exp: Likewise.
16412 * gdb.base/gcore-relro.exp: Likewise.
16413 * gdb.base/gcore.exp: Likewise.
16414 * gdb.base/print-symbol-loading.exp: Likewise.
16415 * gdb.threads/gcore-thread.exp: Likewise.
16416 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
16417
2a31c623
PA
164182014-08-20 Pedro Alves <palves@redhat.com>
16419 Jan Kratochvil <jan.kratochvil@redhat.com>
16420
16421 * Makefile.in (EXTRA_RULES, CC): New variables, get from
16422 configure.
16423 (EXPECT): Handle READ1 being set.
16424 (all): Depend on EXTRA_RULES.
16425 (check-read1, expect-read1, read1.so, read1): New rules.
16426 * README (Testsuite Parameters): Document the READ1 make variable.
16427 (Race detection): New section.
16428 * configure: Regenerate.
16429 * configure.ac: If build==host==target, and running under a
16430 GNU/glibc system, add read1 to the extra Makefile rules.
16431 (EXTRA_RULES): AC_SUBST it.
16432 * lib/read1.c: New file.
16433
d36430db
JB
164342014-08-20 Joel Brobecker <brobecker@adacore.com>
16435
16436 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
16437 the handling of variables declared as a typedef to an array
16438 which a DW_AT_data_location attribute.
16439
9a0dc9e3
PA
164402014-08-19 Andrew Burgess <aburgess@broadcom.com>
16441 Pedro Alves <palves@redhat.com>
16442
16443 PR symtab/14604
16444 PR symtab/14605
16445 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
16446 gdb_test.
16447
0718a8da
PA
164482014-08-19 Pedro Alves <palves@redhat.com>
16449
16450 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
16451
13b448cd
YQ
164522014-08-19 Yao Qi <yao@codesourcery.com>
16453
16454 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
16455 right line.
16456
1cbf5077
DB
164572014-08-18 David Blaikie <dblaikie@gmail.com>
16458
16459 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
16460
bf0fae19
JB
164612014-08-18 Joel Brobecker <brobecker@adacore.com>
16462
16463 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
16464 attribute in array range.
16465
3c8c5dcc
JB
164662014-08-18 Joel Brobecker <brobecker@adacore.com>
16467
16468 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
16469
e66d4446
SC
164702014-08-15 Siva Chandra Reddy <sivachandra@google.com>
16471
16472 PR c++/17132
16473 * gdb.cp/pr17132.cc: New file.
16474 * gdb.cp/pr17132.exp: New file.
16475
940df408
SC
164762014-08-15 Siva Chandra Reddy <sivachandra@google.com>
16477
16478 * gdb.python/py-xmethods.py (A_getarrayind)
16479 (E_method_char_worker.__call__, E_method_int_worker.__call__):
16480 Use 'print' with function call syntax.
16481 (E_method_matcher.match): Fix tab vs space indentation mixup.
16482
ebcc6c3a
YQ
164832014-08-15 Yao Qi <yao@codesourcery.com>
16484
16485 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
16486 false.
16487
775e0f04
YQ
164882014-08-15 Yao Qi <yao@codesourcery.com>
16489
16490 * gdb.cp/casts.exp: Set print symbol off.
16491 * gdb.cp/class2.exp: Likewise.
16492 * gdb.cp/overload.exp: Likewise.
16493 * gdb.cp/templates.exp: Likewise.
16494
d769e349
DE
164952014-08-11 Doug Evans <dje@google.com>
16496
16497 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
16498 (test_load_shlib): Update.
16499
20c6f1e1
YQ
165002014-08-09 Yao Qi <yao@codesourcery.com>
16501
16502 * gdb.base/display.exp: Invoke is_address_zero_readable.
16503 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
16504 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
16505 * gdb.base/hbreak-unmapped.exp: Return if
16506 is_address_zero_readable returns true.
16507 * gdb.base/signest.exp: Likewise.
16508 * gdb.base/signull.exp: Likewise.
16509 * gdb.base/sigbpt.exp: Likewise.
16510 * gdb.guile/scm-disasm.exp: Do the test if
16511 is_address_zero_readable returns false.
16512 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
16513 * gdb.python/py-arch.exp: Likewise.
16514 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
16515 * lib/gdb.exp (is_address_zero_readable): New proc.
16516
5792e8e3
YQ
165172014-08-09 Yao Qi <yao@codesourcery.com>
16518
16519 PR testsuite/13443
16520 * gdb.mi/mi-var-display.exp: Make test messages unique.
16521
3cecbbbe
TT
165222014-08-04 Tom Tromey <tromey@redhat.com>
16523
16524 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
16525 target 0".
16526
00b51ff5
TT
165272014-08-04 Tom Tromey <tromey@redhat.com>
16528
16529 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
16530 "target_resume".
16531
6908c509
JB
165322014-08-01 Joel Brobecker <brobecker@adacore.com>
16533
16534 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
16535 inner_vla_struct_object_size.
16536 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
16537 as xfail.
16538
cc6563d2
PA
165392014-07-30 Pedro Alves <palves@redhat.com>
16540
16541 * gdb.threads/signal-command-handle-nopass.exp (test): Add
16542 comment.
16543
7e09a223
YQ
165442014-07-29 Yao Qi <yao@codesourcery.com>
16545
16546 PR gdb/17206
16547 * gdb.base/until-nodebug.exp: New.
16548
7ebdbe92
DE
165492014-07-28 Doug Evans <xdje42@gmail.com>
16550
16551 PR guile/17203
16552 * gdb.guile/scm-parameter.exp: Add tests for trying to create
16553 previously existing parameter, and previously ambiguously spelled
16554 parameter.
16555
fdb1adc6
WN
165562014-07-28 Will Newton <will.newton@linaro.org>
16557
16558 * gdb.base/varargs.exp: Remove KFAILs for ARM.
16559
186fcde0
DE
165602014-07-26 Ludovic Courtès <ludo@gnu.org>
16561 Doug Evans <xdje42@gmail.com>
16562
16563 PR guile/17146
16564 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
16565
70509625
PA
165662014-07-25 Pedro Alves <palves@redhat.com>
16567
16568 * gdb.threads/signal-command-handle-nopass.c: New file.
16569 * gdb.threads/signal-command-handle-nopass.exp: New file.
16570 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
16571 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
16572 * gdb.threads/signal-delivered-right-thread.c: New file.
16573 * gdb.threads/signal-delivered-right-thread.exp: New file.
16574
c3f814a1
PA
165752014-07-25 Pedro Alves <palves@redhat.com>
16576
16577 * gdb.base/double-prompt-target-event-error.exp
16578 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
16579 match.
16580 (cancel_pagination_in_target_event): Rework double prompt
16581 detection.
16582 * gdb.base/paginate-after-ctrl-c-running.exp
16583 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
16584 <return>' match.
16585 * gdb.base/paginate-bg-execution.exp
16586 (test_bg_execution_pagination_return)
16587 (test_bg_execution_pagination_cancel): Remove '-notransfer
16588 <return>' matches.
16589 * gdb.base/paginate-execution-startup.exp
16590 (test_fg_execution_pagination_return)
16591 (test_fg_execution_pagination_cancel): Remove '-notransfer
16592 <return>' matches.
16593 * gdb.base/paginate-inferior-exit.exp
16594 (test_paginate_inferior_exited): Remove '-notransfer <return>'
16595 match.
16596 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
16597 * lib/gdb.exp (pagination_prompt): Run text through
16598 string_to_regexp.
16599 (gdb_test_multiple): Match $pagination_prompt instead of
16600 "<return>".
16601 (string_to_regexp): Move to lib/gdb-utils.exp.
16602
e214cf6c
JK
166032014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16604
16605 * gdb.arch/amd64-entry-value-paramref.S: New file.
16606 * gdb.arch/amd64-entry-value-paramref.cc: New file.
16607 * gdb.arch/amd64-entry-value-paramref.exp: New file.
16608 * gdb.arch/amd64-optimout-repeat.S: New file.
16609 * gdb.arch/amd64-optimout-repeat.c: New file.
16610 * gdb.arch/amd64-optimout-repeat.exp: New file.
16611
17d0c5c8
JK
166122014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16613
16614 PR gdb/17170
16615 * gdb.base/statistics.exp: New file.
16616
b8b8facf
DE
166172014-07-17 Doug Evans <dje@google.com>
16618
74b49205 16619 PR gdb/17170
b8b8facf
DE
16620 * gdb.base/maint.exp: Update testing of per-command stats.
16621
1b5d0ab3
PA
166222014-07-16 Pedro Alves <palves@redhat.com>
16623
16624 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
16625 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
16626 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
16627 (tfile_write_buf): New functions.
16628 (add_memory_block): Rewrite using the above.
16629 (adjust_function_address): New function.
16630 (FUNCTION_ADDRESS): New macro.
16631 (write_basic_trace_file): Remove short_x local, and use
16632 tfile_write_16. Change type of func_addr local to unsigned long
16633 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
16634 here. Cast argument of add_memory_block to char pointer.
16635 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
16636 (main): Remove parameters.
16637 * gdb.trace/tfile.exp: Remove nowarnings.
16638
4d974e88
SM
166392014-07-15 Simon Marchi <simon.marchi@ericsson.com>
16640
16641 * gdb.base/debug-expr.exp: Test string evaluation with
16642 "debug expression" on.
16643
41e99568
PA
166442014-07-15 Pedro Alves <palves@redhat.com>
16645
16646 * gdb.base/reread.exp: Use clean_restart.
16647
487d9753
PL
166482014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
16649
16650 * gdb.arch/avr-flash-qualifer.c: New.
16651 * gdb.arch/avr-flash-qualifer.exp: New.
16652
cc1c52ad
PA
166532014-07-14 Pedro Alves <palves@redhat.com>
16654
16655 * gdb.base/paginate-after-ctrl-c-running.c: New file.
16656 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
16657
1e973570
PA
166582014-07-14 Pedro Alves <palves@redhat.com>
16659
16660 * gdb.base/double-prompt-target-event-error.c: New file.
16661 * gdb.base/double-prompt-target-event-error.exp: New file.
16662
93d6eb10
PA
166632014-07-14 Pedro Alves <palves@redhat.com>
16664
16665 PR gdb/17072
16666 * gdb.base/paginate-inferior-exit.c: New file.
16667 * gdb.base/paginate-inferior-exit.exp: New file.
16668
0017922d
PA
166692014-07-14 Pedro Alves <palves@redhat.com>
16670
16671 PR gdb/17072
16672 * gdb.base/paginate-bg-execution.c: New file.
16673 * gdb.base/paginate-bg-execution.exp: New file.
16674
94696ad3
PA
166752014-07-14 Pedro Alves <palves@redhat.com>
16676
16677 PR gdb/17072
16678 * gdb.base/paginate-execution-startup.c: New file.
16679 * gdb.base/paginate-execution-startup.exp: New file.
16680 * lib/gdb.exp (pagination_prompt): New global.
16681 (default_gdb_spawn): New procedure, factored out from
16682 default_gdb_spawn.
16683 (default_gdb_start): Adjust to call default_gdb_spawn.
16684 (gdb_spawn): New procedure.
16685
bd293940
PA
166862014-07-14 Pedro Alves <palves@redhat.com>
16687
16688 * lib/gdb.exp (gdb_assert): New procedure.
16689 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
16690
c933f875
PA
166912014-07-14 Pedro Alves <palves@redhat.com>
16692
16693 * gdb.base/execution-termios.c: New file.
16694 * gdb.base/execution-termios.exp: New file.
16695
d98b7a16
TT
166962014-07-14 Tom Tromey <tromey@redhat.com>
16697
16698 * gdb.cp/vla-cxx.cc: New file.
16699 * gdb.cp/vla-cxx.exp: New file.
16700
548740d6
TT
167012014-07-14 Tom Tromey <tromey@redhat.com>
16702
16703 * gdb.reverse/rerun-prec.c: New file.
16704 * gdb.reverse/rerun-prec.exp: New file.
16705
a25eb028
MR
167062014-07-12 Maciej W. Rozycki <macro@mips.com>
16707 Maciej W. Rozycki <macro@codesourcery.com>
16708
16709 * lib/gdb-utils.exp: New file.
16710 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
16711 inline `gdb_init_command' processing.
16712 (gdb_start_cmd): Likewise.
16713 * lib/mi-support.exp (mi_run_cmd): Likewise.
16714 * README: Document `gdb_init_command' and `gdb_init_commands'.
16715
218c2655
JK
167162014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16717
16718 Fix false FAIL running under a very long directory name.
16719 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
16720 and "set print elements 10000". Twice.
16721
5401fde3
YQ
167222014-07-11 Yao Qi <yao@codesourcery.com>
16723
16724 * gdb.base/exprs.exp: "set print symbol off".
16725
e76126e8
PA
167262014-07-11 Pedro Alves <palves@redhat.com>
16727
16728 * gdb.threads/kill.c: New file.
16729 * gdb.threads/kill.exp: New file.
16730
2d6f0de6
YQ
167312014-07-10 Yao Qi <yao@codesourcery.com>
16732
16733 * gdb.trace/tfile.c (write_basic_trace_file)
16734 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
16735 address written to trace file.
16736
7180e04a
PA
167372014-07-09 Pedro Alves <palves@redhat.com>
16738
16739 * gdb.base/attach-wait-input.exp: New file.
16740 * gdb.base/attach-wait-input.c: New file.
16741
9a9a7608
AB
167422014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
16743
16744 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
16745 setting up test structures.
16746 (main): Call new test function.
16747 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
16748 test function, continue into test function and walk test
16749 structures.
16750
161ac41e
YQ
167512014-07-02 Yao Qi <yao@codesourcery.com>
16752
16753 * gdb.trace/entry-values.c: Define labels 'foo_start' and
16754 'bar_start' at the beginning of functions 'foo' and 'bar'
16755 respectively.
16756 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
16757 instead of 'foo' and 'bar'.
16758
1f267ae3
MM
167592014-07-08 Markus Metzger <markus.t.metzger@intel.com>
16760
16761 * gdb.btrace/segv.exp: New.
16762 * gdb.btrace/segv.c: New.
16763
2b239efb
LM
167642014-07-02 Luis Machado <lgustavo@codesourcery.com>
16765
16766 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
16767 instruction.
16768
cf363f18
MW
167692014-06-30 Mark Wielaard <mjw@redhat.com>
16770
16771 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
16772 vulture, vilify, villar): New volatile array constants.
16773 (vindictive, vegetation): New const volatile array constants.
16774 * gdb.base/volatile.exp: Test volatile and const volatile array
16775 types.
16776
aebf9d24
AA
167772014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
16778
16779 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
16780 target lacks support for awatch, rwatch, or hbreak.
16781
b67a2c6f
YQ
167822014-06-27 Yao Qi <yao@codesourcery.com>
16783
16784 * gdb.multi/dummy-frame-restore.exp: New.
16785 * gdb.multi/dummy-frame-restore.c: New.
16786
aef92902
MM
167872014-06-25 Markus Metzger <markus.t.metzger@intel.com>
16788
16789 * gdb.btrace/gcore.exp: New.
16790
8e9db26e
PA
167912014-06-23 Pedro Alves <palves@redhat.com>
16792
16793 * gdb.base/watchpoint-reuse-slot.c: New file.
16794 * gdb.base/watchpoint-reuse-slot.exp: New file.
16795
70afc5b7
SC
167962014-06-23 Siva Chandra Reddy <sivachandra@google.com>
16797
16798 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
16799 progspace's filename in 'info', 'enable' and 'disable' command
16800 tests.
16801
b972bd9c
JK
168022014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
16803
16804 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
16805 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
16806 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
16807
125f8a3d
GB
168082014-06-20 Gary Benson <gbenson@redhat.com>
16809
16810 * gdb.arch/i386-avx.exp: Fix include file location.
16811 * gdb.arch/i386-sse.exp: Likewise.
16812
3ed9baed
IB
168132014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
16814
16815 * gdb.dlang/expression.exp: New file.
16816
034f788c
PA
168172014-06-19 Pedro Alves <palves@redhat.com>
16818
16819 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
16820 out from ...
16821 (top level): ... here. Iterate running tests under different
16822 scheduler-locking settings.
16823
45371d0c
LM
168242014-06-18 Luis Machado <lgustavo@codesourcery.com>
16825
16826 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
16827 to DW_FORM_addr and use non-zero addresses.
16828
5d376983
SC
168292014-06-18 Siva Chandra Reddy <sivachandra@google.com>
16830
16831 PR gdb/17017
16832 * gdb.python/py-xmethods.cc: Add global function call counters and
16833 increment them in their respective functions. Remove "cout"
16834 statements.
16835 * gdb.python/py-xmethods.exp: Make tests check the global function
16836 call counters instead of depending on inferior IO.
16837
a1aa2221
LM
168382014-06-18 Don Breazeal <donb@codesourcery.com>
16839
16840 * gdb.base/foll-fork.exp (default_fork_parent_follow):
16841 Deleted procedure.
16842 (explicit_fork_parent_follow): Deleted procedure.
16843 (explicit_fork_child_follow): Deleted procedure.
16844 (test_follow_fork): New procedure.
16845 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 16846 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
16847 procedure calls.
16848
0fc05997
YQ
168492014-06-17 Yao Qi <yao@codesourcery.com>
16850
16851 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
16852 CP1252.
16853
70795c52
LM
168542014-06-17 Luis Machado <lgustavo@codesourcery.com>
16855
16856 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
16857 Initialize ptr and S explicitly.
16858 (skip_type_update_when_not_use_rtti_test): Likewise.
16859
6be47f0c
KS
168602014-06-16 Keith Seitz <keiths@redhat.com>
16861
16862 PR mi/15863
16863 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
16864 the inferior is started.
16865
d03de421
PA
168662014-06-16 Pedro Alves <palves@redhat.com>
16867
16868 * gdb.base/break-main-file-remove-fail.c: New file.
16869 * gdb.base/break-main-file-remove-fail.exp: New file.
16870 * gdb.base/break-unload-file.exp: Use build_executable instead of
16871 prepare_for_testing.
16872 (test_break): New parameter "initial_load". Handle it.
16873 (top level): Add initial_load cmdline/file axis.
16874
f9579b99
TT
168752014-06-12 Tom Tromey <tromey@redhat.com>
16876
16877 * gdb.base/completion.exp: Don't use directory name in test.
16878
3657956b
GB
168792014-06-09 Gary Benson <gbenson@redhat.com>
16880
16881 * gdb.base/sigall.c [Functions to send signals]: Reorder to
16882 separate the always-available ANSI-standard signals from the
16883 signals that require checking.
16884 (main): Likewise.
16885 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
16886 Likewise.
16887 (main): Likewise.
16888
4186eb54
KS
168892014-06-07 Keith Seitz <keiths@redhat.com>
16890
16891 Revert:
16892 PR c++/16253
16893 * gdb.cp/var-tag.cc: New file.
16894 * gdb.cp/var-tag.exp: New file.
16895 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
16896 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
16897 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
16898 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
16899
25326a28 169002014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
16901
16902 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
16903
829155c9
PA
169042014-06-06 Pedro Alves <palves@redhat.com>
16905
16906 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
16907 in target debug output instead of looking at RSP packets,
16908 disabling the test on any target that uses hardware stepping.
16909 Update comments.
16910
61c8d22e
PA
169112014-06-06 Pedro Alves <palves@redhat.com>
16912
16913 * gdb.base/break-unload-file.exp: Fix typo.
16914
d9a47287
YQ
169152014-06-06 Yao Qi <yao@codesourcery.com>
16916
16917 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
16918 from "jit_function" to "^jit_function".
16919
e5e01dbf
YQ
169202014-06-06 Yao Qi <yao@codesourcery.com>
16921
16922 * gdb.base/async.c (foo): Add one statement.
16923 * gdb.base/async.exp: Get the next instruction address and
16924 match the output of "nexti" by instruction address. Match
16925 the hex address in the output of "finish".
16926
73ba372c
GB
169272014-06-06 Gary Benson <gbenson@redhat.com>
16928
16929 * gdb.base/call-signals.c: Remove preprocessor conditionals
16930 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
16931 SIGSEGV and SIGTERM.
16932 * gdb.base/sigall.c: Likewise.
16933 * gdb.base/unwindonsignal.c: Likewise.
16934 * gdb.reverse/sigall-reverse.c: Likewise.
16935
831517df
YQ
169362014-06-06 Yao Qi <yao@codesourcery.com>
16937
16938 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
16939 readable, skip the test.
16940
b8b91e98
YQ
169412014-06-06 Yao Qi <yao@codesourcery.com>
16942
16943 * gdb.threads/staticthreads.c (thread_function): Move the line
16944 setting breakpoint on forward.
16945 * gdb.threads/staticthreads.exp: Update comments.
16946
fb934770
LC
169472014-06-05 Ludovic Courtès <ludo@gnu.org>
16948
16949 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
16950 "history-append! type error".
16951
6ef284bd
SM
169522014-06-05 Simon Marchi <simon.marchi@ericsson.com>
16953
16954 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
16955 erroneous dprintf expected input.
16956
a872e241
DE
169572014-06-04 Doug Evans <xdje42@gmail.com>
16958
16959 * gdb.guile/scm-generics.exp: Delete.
16960
16f691fb
DE
169612014-06-04 Doug Evans <xdje42@gmail.com>
16962
16963 * gdb.guile/scm-breakpoint.exp: Update.
16964 Add tests for breakpoint registration.
16965
012370f6
TT
169662014-06-04 Tom Tromey <tromey@redhat.com>
16967
16968 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
16969 VLA-in-union.
16970 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
16971 inner_vla_struct, vla_union types. Initialize objects of those
16972 types and compute their sizes.
16973
9f5a4cef
HZ
169742014-06-04 Nathan Sidwell <nathan@codesourcery.com>
16975 Hui Zhu <hui@codesourcery.com>
16976
16977 * gdb.base/fileio.exp: Add test for shell not available as well as
16978 available.
16979 * gdb.base/fileio.c (test_system): Check for shell twice.
16980
90a45c4d
YQ
169812014-06-04 Yao Qi <yao@codesourcery.com>
16982
16983 * gdb.base/auto-connect-native-target.exp: Remove redundant
16984 space from the regexp pattern.
16985
70017e41
YQ
169862014-06-04 Yao Qi <yao@codesourcery.com>
16987
16988 * gdb.base/default.exp: Replace "child" with "native" in
16989 regexp pattern.
16990
883964a7
SC
169912014-06-03 Siva Chandra Reddy <sivachandra@google.com>
16992
16993 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
16994 * gdb.python/py-xmethods.exp: New tests to test xmethods.
16995 * gdb.python/py-xmethods.py: Python script supporting the
16996 new testcase and tests.
16997
ef370185
JB
169982014-06-03 Joel Brobecker <brobecker@adacore.com>
16999 Pedro Alves <palves@redhat.com>
17000
17001 PR breakpoints/17000
17002 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
17003 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
17004
1e2ccb61
BM
170052014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
17006
17007 * gdb.base/subst.exp: Add tests to verify partial path matching
17008 output.
17009
c6ec5ab2
PA
170102014-06-03 Pedro Alves <palves@redhat.com>
17011
17012 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
17013 target that doesn't use software single-stepping.
17014
835c559f
PA
170152014-06-03 Pedro Alves <palves@redhat.com>
17016
17017 PR breakpoints/17000
17018 * gdb.base/sss-bp-on-user-bp-2.c: New file.
17019 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
17020
06eb1586
DE
170212014-06-02 Doug Evans <xdje42@gmail.com>
17022
17023 * gdb.guile/scm-parameter.exp: New file.
17024
e698b8c4
DE
170252014-06-02 Doug Evans <xdje42@gmail.com>
17026
17027 * gdb.guile/scm-cmd.c: New file.
17028 * gdb.guile/scm-cmd.exp: New file.
17029
ded03782
DE
170302014-06-02 Doug Evans <xdje42@gmail.com>
17031
17032 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
17033 pretty-printer lookup.
17034 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
17035 (make-pp_s-printer): Call it.
17036 (make-pretty-printer-from-dict): New function.
17037 (lookup-pretty-printer-maker-from-dict): New function.
17038 (*pretty-printer*): Simplify.
17039 (make-objfile-pp_s-printer): New function.
17040 (install-objfile-pretty-printers!): New function.
17041 (make-progspace-pp_s-printer): New function.
17042 (install-progspace-pretty-printers!): New function.
17043 * gdb.guile/scm-progspace.c: New file.
17044 * gdb.guile/scm-progspace.exp: New file.
17045
41fac0cf
PA
170462014-06-02 Pedro Alves <palves@redhat.com>
17047
17048 * gdb.base/dprintf-bp-same-addr.c: New file.
17049 * gdb.base/dprintf-bp-same-addr.exp: New file.
17050
96ae5695
EBM
170512014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17052
17053 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
17054 * gdb.arch/powerpc-power.s: Likewise.
17055
da02b3a8
JB
170562014-06-02 Joel Brobecker <brobecker@adacore.com>
17057
17058 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
17059
c72b2e7b
YQ
170602014-06-01 Yao Qi <yao@codesourcery.com>
17061
17062 * gdb.base/watchpoint.exp (test_watch_location): Check null
17063 pointer can be dereferenced. If not, do the test, otherwise
17064 skip it.
17065
53e8a631
AB
170662014-05-30 Andrew Burgess <aburgess@broadcom.com>
17067
17068 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
17069 results.
17070 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
17071
938f0e2f
AB
170722014-05-30 Andrew Burgess <aburgess@broadcom.com>
17073
17074 * gdb.arch/amd64-invalid-stack-middle.S: New file.
17075 * gdb.arch/amd64-invalid-stack-middle.c: New file.
17076 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
17077 * gdb.arch/amd64-invalid-stack-top.c: New file.
17078 * gdb.arch/amd64-invalid-stack-top.exp: New file.
17079
9ba6657a
PA
170802014-05-30 Pedro Alves <palves@redhat.com>
17081
17082 PR breakpoints/17000
17083 * gdb.base/sss-bp-on-user-bp.c: New file.
17084 * gdb.base/sss-bp-on-user-bp.exp: New file.
17085
522c09bf
DB
170862014-05-30 David Blaikie <dblaikie@gmail.com>
17087
17088 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
17089 gnu_inline semantics via attribute.
17090 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
17091 source explicitly specifies the required semantics.
17092
bf4ef81e
MR
170932014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
17094
17095 * gdb.reverse/sigall-reverse.exp: Fix a typo.
17096
329ea579
PA
170972014-05-29 Pedro Alves <palves@redhat.com>
17098 Tom Tromey <tromey@redhat.com>
17099
17100 * gdb.base/async-shell.exp: Don't enable target-async.
17101 * gdb.base/async.exp
17102 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
17103 parameter. Adjust.
17104 (top level): Don't test with "target-async".
17105 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
17106 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
17107 * gdb.base/inferior-died.exp: Don't enable target-async.
17108 * gdb.base/interrupt-noterm.exp: Likewise.
17109 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
17110 * gdb.mi/mi-nonstop-exit.exp: Likewise.
17111 * gdb.mi/mi-nonstop.exp: Likewise.
17112 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
17113 * gdb.mi/mi-nsintrall.exp: Likewise.
17114 * gdb.mi/mi-nsmoribund.exp: Likewise.
17115 * gdb.mi/mi-nsthrexec.exp: Likewise.
17116 * gdb.mi/mi-watch-nonstop.exp: Likewise.
17117 * gdb.multi/watchpoint-multi.exp: Adjust comment.
17118 * gdb.python/py-evsignal.exp: Don't enable target-async.
17119 * gdb.python/py-evthreads.exp: Likewise.
17120 * gdb.python/py-prompt.exp: Likewise.
17121 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
17122 * gdb.server/solib-list.exp: Don't enable target-async.
17123 * gdb.threads/thread-specific-bp.exp: Likewise.
17124 * lib/mi-support.exp: Adjust to use mi-async.
17125
fd664c91
PA
171262014-05-29 Pedro Alves <palves@redhat.com>
17127
17128 PR gdb/13860
17129 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
17130 reason, even in sync mode.
17131
251bde03
PA
171322014-05-29 Pedro Alves <palves@redhat.com>
17133 Hui Zhu <hui@codesourcery.com>
17134
17135 PR PR15693
17136 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
17137 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
17138 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
17139 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
17140
7f3c0343
JB
171412014-05-28 Joel Brobecker <brobecker@adacore.com>
17142
17143 * config/monitor.exp (gdb_target_monitor): Replace use of
17144 "set remotebaud" by "set serial baud".
17145
b2715b27
AW
171462014-05-26 Andy Wingo <wingo@igalia.com>
17147
17148 * gdb.guile/scm-breakpoint.exp:
17149 * gdb.guile/scm-gsmob.exp: Update to use plain old object
17150 properties instead of gdb-object-properties.
17151
498a4489
YQ
171522014-05-26 Yao Qi <yao@codesourcery.com>
17153
17154 * gdb.server/no-thread-db.exp: Specify source file name
17155 explicitly when setting a breakpoint.
17156
589fdceb
MM
171572014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17158
17159 * gdb.btrace/vdso.c: New.
17160 * gdb.btrace/vdso.exp: New.
17161
e9089e05
MM
171622014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17163
17164 * gdb.base/gcore.exp (capture_command_output): Move ...
17165 * lib/gdb.exp (capture_command_output): ... here.
17166
67b5c0c1
MM
171672014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17168
17169 * gdb.btrace/data.exp: Test memory access during btrace replay.
17170
a2199296
SM
171712014-05-22 Simon Marchi <simon.marchi@ericsson.com>
17172
17173 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
17174
17b2616c
PA
171752014-05-21 Pedro Alves <palves@redhat.com>
17176
17177 PR gdb/13860
17178 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
17179 (top level): Test that output related to execution commands is
17180 sent to the console with CLI commands, but not with MI commands.
17181 Test that breakpoint events are always mirrored to the console.
17182 Also expect the new source line to be output after a "next" in
17183 async mode too. Make it a pass/fail test.
17184 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
17185 output.
17186 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
17187
5166082f
PA
171882014-05-21 Pedro Alves <palves@redhat.com>
17189
17190 * gdb.base/list.exp (build_pattern, test_list): New procedures.
17191 Use them to test variations of "list" after reaching a breakpoint.
17192 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
17193 Test "list" with listsize 10 after reaching a breakpoint.
17194 * gdb.python/python.exp (decode_line current location line
17195 number): Adjust expected line number.
17196
2f25d70f
SM
171972014-05-21 Simon Marchi <simon.marchi@ericsson.com>
17198
17199 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
17200 behavior for $args, pass it directly to "run".
17201
ff604a67
MR
172022014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
17203
17204 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
17205 30000 to 65536.
17206
6a3cb8e8
PA
172072014-05-21 Pedro Alves <palves@redhat.com>
17208
17209 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
17210 auto-connect-native-target off".
17211 * gdb.base/auto-connect-native-target.c: New file.
17212 * gdb.base/auto-connect-native-target.exp: New file.
17213
4ebfc96e
PA
172142014-05-21 Pedro Alves <palves@redhat.com>
17215
17216 * gdb.base/default.exp: Test "target native" instead of "target
17217 child".
17218
36d46afb
MW
172192014-05-21 Mark Wielaard <mjw@redhat.com>
17220
17221 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
17222
5876f503
JK
172232014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17224
17225 Fix TLS access for -static -pthread.
17226 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
17227 <HAVE_TLS> (thread_function, main): Initialize it.
17228 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
17229 Add clean_restart.
17230 <$have_tls != "">: Check TLSVAR.
17231
0256a6ac
PA
172322014-05-21 Pedro Alves <palves@redhat.com>
17233
17234 * gdb.base/dcache-line-read-error.c: New.
17235 * gdb.base/dcache-line-read-error.exp: New.
17236
936d2992
PA
172372014-05-20 Pedro Alves <palves@redhat.com>
17238
17239 * gdb.base/compare-sections.c: New file.
17240 * gdb.base/compare-sections.exp: New file.
17241
802e8e6d
PA
172422014-05-20 Pedro Alves <palves@redhat.com>
17243
17244 * gdb.base/break-idempotent.c: New file.
17245 * gdb.base/break-idempotent.exp: New file.
17246
e59fa00f
MM
172472014-05-20 Markus Metzger <markus.t.metzger@intel.com>
17248
17249 * gdb.btrace/nohist.exp: New.
17250
8b696e31
YQ
172512014-05-20 Yao Qi <yao@codesourcery.com>
17252
17253 * lib/gdb.exp (gdb_init): Set timeout if test file is under
17254 gdb.reverse directory and gdb_reverse_timeout exists in board
17255 setting.
17256 * README: Document gdb_reverse_timeout.
17257
73c9764f
YQ
172582014-05-20 Yao Qi <yao@codesourcery.com>
17259
17260 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
17261 'test_file_name'. Treat args as a string instead of a list.
17262 (gdb_init): Rename argument 'args' by 'test_file_name'.
17263
f1f4348a
JK
172642014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
17265
17266 * gdb.arch/powerpc-power.exp: New file.
17267 * gdb.arch/powerpc-power.s: New file.
17268
0dbe70ce
DE
172692014-05-16 Doug Evans <dje@google.com>
17270
17271 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
17272 * gdb.base/completion.exp: Check that all expected files exist
17273 before doing file completion.
0dbe70ce 17274
8d551b02
DE
172752014-05-16 Doug Evans <dje@google.com>
17276
17277 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
17278 Update.
17279 (do_syscall_tests_without_xml): Update.
17280
73eb7709
PA
172812014-05-16 Pedro Alves <palves@redhat.com>
17282
17283 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
17284 instead of "unknown output after running".
17285
3fae92fc
YQ
172862014-05-16 Yao Qi <yao@codesourcery.com>
17287
17288 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
17289 file1.txt from host at the end.
17290 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17291
c2b2ccc5
DE
172922014-05-15 Doug Evans <dje@google.com>
17293
17294 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
17295 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
17296 loading file. Add test for TU lookup.
17297
8c217a4b
SM
172982014-05-15 Simon Marchi <simon.marchi@ericsson.com>
17299
17300 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
17301 calling "-exec-arguments" or "set args" before running the
17302 inferior.
17303
3deb39c6
SM
173042014-05-15 Simon Marchi <simon.marchi@ericsson.com>
17305
17306 * lib/mi-support.exp (mi_expect_stop): Expect message for
17307 inferiors that exit with non-zero exit code.
17308
71a79f8c
YQ
173092014-05-14 Yao Qi <yao@codesourcery.com>
17310
17311 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
17312 match absolute path on remote host.
17313 (test_file_list_exec_source_files): Remove "/" from the
17314 pattern.
17315
f23fcd46
YQ
173162014-05-14 Yao Qi <yao@codesourcery.com>
17317
17318 * boards/local-remote-host-notty.exp (${board}_file): New
17319 proc.
17320
9404b58f
KM
173212014-05-07 Kyle McMartin <kyle@redhat.com>
17322
17323 Pushed by Joel Brobecker <brobecker@adacore.com>.
17324 * gdb.arch/aarch64-atomic-inst.c: New file.
17325 * gdb.arch/aarch64-atomic-inst.exp: New file.
17326
5e45f04c
YQ
173272014-05-07 Yao Qi <yao@codesourcery.com>
17328
17329 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
17330 in current context" too.
17331
c888a17d
KS
173322014-05-05 Keith Seitz <keiths@redhat.com>
17333
17334 * gdb.linespec/ls-dollar.exp: Add test for linespec
17335 file:convenience_variable.
17336
290a839c
YQ
173372014-05-05 Yao Qi <yao@codesourcery.com>
17338
17339 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
17340 traceframes into tfile and ctf trace files. Read data from
17341 trace file and test collected data.
17342 (gdb_collect_locals_test): Likewise.
17343 (gdb_unavailable_registers_test): Likewise.
17344 (gdb_unavailable_floats): Likewise.
17345 (gdb_collect_globals_test): Likewise.
17346 (top-level): Append "ctf" to trace_file_targets if GDB
17347 supports.
17348
b5262cd0
YQ
173492014-05-05 Yao Qi <yao@codesourcery.com>
17350
17351 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
17352 code to ...
17353 (gdb_collect_args_test_1): ... it. New proc.
17354 (gdb_collect_locals_test): Move some code to ...
17355 (gdb_collect_locals_test_1): ... it. New proc.
17356 (gdb_unavailable_registers_test): Move some code to ...
17357 (gdb_unavailable_registers_test_1): ... it. New proc.
17358 (gdb_unavailable_floats): Move some code to ...
17359 (gdb_unavailable_floats_1): ... it. New proc.
17360
30a1e6cc
SDJ
173612014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
17362
17363 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
17364 probes to test for bitness recognition.
17365 * gdb.arch/amd64-stap-optional-prefix.exp
17366 (test_probe_value_without_reg): New procedure.
17367 Add code to test for different kinds of bitness.
17368
f33da99a
SDJ
173692014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
17370
17371 PR breakpoints/16889
17372 * gdb.arch/amd64-stap-optional-prefix.S: New file.
17373 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
17374
5b80f00d
PA
173752014-05-01 Pedro Alves <palves@redhat.com>
17376
17377 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
17378 gdb_file_cmd if no file is specified.
17379 * boards/native-extended-gdbserver.exp (gdb_load): Use the
17380 last_loaded_file to set the remote exec-file.
17381
f8c2a73c
PA
173822014-05-01 Pedro Alves <palves@redhat.com>
17383
17384 * boards/local-remote-host.exp: New file.
17385
be6e8ac7
PA
173862014-05-01 Pedro Alves <palves@redhat.com>
17387
17388 * boards/local-remote-host.exp: Rename to ...
17389 * boards/local-remote-host-notty.exp: ... this.
17390
cac0dc8f
JB
173912014-04-28 Joel Brobecker <brobecker@adacore.com>
17392
17393 * gdb.ada/dyn_arrayidx: New testcase.
17394
9730e6cc
YQ
173952014-04-26 Yao Qi <yao@codesourcery.com>
17396
17397 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
17398 and compute the length of function main. Save it in
17399 $main_length.
17400 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
17401 (top-level): Use gdb_compile to compile objects into
17402 executable and restart GDB. Remove invocation to
17403 prepare_for_testing.
17404
7ae1a6a6
PA
174052014-04-25 Simon Marchi <simon.marchi@ericsson.com>
17406 Pedro Alves <palves@redhat.com>
17407
17408 PR server/16255
17409 * gdb.multi/multi-attach.c: New file.
17410 * gdb.multi/multi-attach.exp: New file.
17411
4082afcc
PA
174122014-04-25 Pedro Alves <palves@redhat.com>
17413
17414 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
17415 user.
17416 (top level): Test that "set remote conditional-breakpoints-packet
17417 off" works as intended.
17418 * gdb.base/dprintf.exp: Test that "set remote
17419 breakpoint-commands-packet off" works as intended.
17420 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
17421 New function.
17422 (top level): Call it.
17423 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
17424 remote fast-tracepoints-packet off" works as intended.
17425 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
17426 * lib/gdb.exp (gdb_is_target_remote): ... here.
17427
2abc3f8d
DB
174282014-04-24 David Blaikie <dblaikie@gmail.com>
17429
17430 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
17431 ensure clang would not discard them.
17432 * gdb.base/gdbvars.c: Ditto.
17433 * gdb.base/memattr.c: Ditto.
17434 * gdb.base/whatis.c: Ditto.
17435 * gdb.python/py-prettyprint.c: Ditto.
17436 * gdb.trace/actions.c: Ditto.
17437 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
17438 ensure clang would not discard it.
17439
bfd39632
DB
174402014-04-24 David Blaikie <dblaikie@gmail.com>
17441
17442 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
17443 clang to emit the full definition of type required by the test
17444 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
17445
22842ff6
DB
174462014-04-24 David Blaikie <dblaikie@gmail.com>
17447
17448 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
17449 coax Clang into emitting the definition of the type.
17450 * gdb.cp/pr10728-x.h (y): Ditto.
17451 * gdb.cp/pr10728-y.cc (y): Ditto.
17452
c2e827ad
DB
174532014-04-24 David Blaikie <dblaikie@gmail.com>
17454
17455 * gdb.base/label.exp: XFAIL label related tests under Clang.
17456 * gdb.cp/cplabel.exp: Ditto.
17457 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
17458 under Clang those using labels.
17459
4c2d33e7
YQ
174602014-04-25 Yao Qi <yao@codesourcery.com>
17461
17462 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
17463 double_label.
17464 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
17465 partial_label and double_label.
17466
56083b99
DB
174672014-04-24 David Blaikie <dblaikie@gmail.com>
17468
17469 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
17470
25d4e99d
DB
174712014-04-24 David Blaikie <dblaikie@gmail.com>
17472
17473 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
17474 of the function to work across GCC and Clang.
17475 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
17476 pointer types (const void ** const V void **).
17477
01f9f808
MS
174782014-04-24 Michael Sturm <michael.sturm@mintel.com>
17479 Walfred Tedeschi <walfred.tedeschi@intel.com>
17480
17481 * Makefile.in (EXECUTABLES): Added i386-avx512.
17482 * gdb.arch/i386-avx512.c: New file.
17483 * gdb.arch/i386-avx512.exp: Likewise.
17484
4b48d439
KS
174852014-04-23 Keith Seitz <keiths@redhat.com>
17486
17487 * lib/mi-support.exp (mi_list_breakpoints): Delete.
17488 (mi_make_breakpoint_table): New procedure.
17489 (mi_create_breakpoint): Use mi_make_breakpoint
17490 and return the result.
17491 (mi_make_breakpoint): New procedure.
17492 (mi_build_kv_pairs): New procedure.
17493
17494 * gdb.mi/mi-break.exp: Remove unused globals,
17495 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
17496 All callers updated.
17497 * gdb.mi/mi-dprintf.exp: Use variable to track command
17498 number.
17499 Update all callers of mi_create_breakpoint and use
17500 mi_make_breakpoint_table.
17501 Remove any unused global variables.
17502 * gdb.mi/mi-nonstop.exp: Likewise.
17503 * gdb.mi/mi-nsintrall.exp: Likewise.
17504 * gdb.mi/mi-nsmoribund.exp: Likewise.
17505 * gdb.mi/mi-nsthrexec.exp: Likewise.
17506 * gdb.mi/mi-reverse.exp: Likewise.
17507 * gdb.mi/mi-simplerun.exp: Likewise.
17508 * gdb.mi/mi-stepn.exp: Likewise.
17509 * gdb.mi/mi-syn-frame.exp: Likewise.
17510 * gdb.mi/mi-until.exp: Likewise.
17511 * gdb.mi/mi-var-cp.exp: Likewise.
17512 * gdb.mi/mi-var-display.exp: Likewise.
17513 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
17514 * gdb.mi/mi2-var-child.exp: Likewise.
17515 * gdb.mi/mi-vla-c99.exp: Likewise.
17516 * lib/mi-support.exp: Likewise.
17517
17518 From Ian Lance Taylor <iant@cygnus.com>:
17519 * lib/gdb.exp (parse_args): New procedure.
17520
08351840
PA
175212014-04-23 Pedro Alves <palves@redhat.com>
17522
17523 * gdb.base/break-unload-file.c: New file.
17524 * gdb.base/break-unload-file.exp: New file.
17525 * gdb.base/sym-file-lib.c (baz): New function.
17526 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
17527 field.
17528 (load): Store the segment's mapped size.
17529 (unload): New function.
17530 (unload_shlib): New function.
17531 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
17532 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
17533 set a breakpoint at baz, and call it.
17534 * gdb.base/sym-file.exp: New tests for stale breakpoint
17535 instructions.
17536
076855f9
PA
175372014-04-23 Pedro Alves <palves@redhat.com>
17538
17539 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
17540 * gdb.base/hbreak-in-shr-unsupported.c: New file.
17541 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
17542 * gdb.base/hbreak-unmapped.c: New file.
17543 * gdb.base/hbreak-unmapped.exp: New file.
17544 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
17545 * lib/gdb.exp (gdb_is_target_remote): ... here.
17546
483805cf
PA
175472014-04-22 Pedro Alves <palves@redhat.com>
17548
17549 * gdb.base/consecutive-step-over.c: New file.
17550 * gdb.base/consecutive-step-over.exp: New file.
17551
06d97543
PA
175522014-04-22 Pedro Alves <palves@redhat.com>
17553
17554 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
17555 instead of send_gdb/gdb_expect.
17556
b4429ea2
YQ
175572014-04-22 Yao Qi <yao@codesourcery.com>
17558
17559 * lib/trace-support.exp (generate_tracefile): New procedure.
17560 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
17561 return 0.
17562 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
17563 if generate_tracefile returns 1.
17564
51d48146
PA
175652014-04-18 Tom Tromey <palves@redhat.com>
17566 Pedro alves <tromey@redhat.com>
17567
17568 PR backtrace/15558
17569 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
17570 with a backtrace limit.
17571 * gdb.python/py-frame-inline.exp: Test running to an inline
17572 function with a backtrace limit, and printing the newest frame.
17573 * gdb.python/py-frame-inline.c (main): Call f.
17574
bd1dce5f
MS
175752014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
17576
17577 * gdb.java/jnpe.exp: Drop srcdir from untested path.
17578
40d1a503
MS
175792014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
17580
17581 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
17582 Drop prefix from unsupported source file path.
17583
389b98f7
YQ
175842014-04-17 Yao Qi <yao@codesourcery.com>
17585
17586 * lib/gdb.exp (with_target_charset): New proc.
17587 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
17588 with_target_charset.
17589 (test_print_strings): Likewise.
17590 (test_repeat_bytes): Likewise.
17591 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
17592 for some tests.
17593
22869d73
KS
175942014-04-16 Keith Seitz <keiths@redhat.com>
17595
17596 PR gdb/15827
17597 * gdb.dwarf2/corrupt.c: New file.
17598 * gdb.dwarf2/corrupt.exp: New file.
17599
c4f87ca6
KS
176002014-04-16 Keith Seitz <keiths@redhat.com>
17601
17602 PR c++/16597
17603 * gdb.cp/namelessclass.cc: New file.
17604 * gdb.cp/namelessclass.exp: New file.
17605 * gdb.cp/namelessclass.S: New file.
17606
ab19de87
DE
176072014-04-16 Doug Evans <dje@google.com>
17608
17609 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
17610 Add comment.
17611 (gdbserver_default_get_comm_port): New function.
17612 (gdbserver_start): Check if board file provided
17613 "gdbserver,get_comm_port" and use it if so.
17614 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
17615 (gdb,socketport): Set to "stdio".
17616 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
17617 (stdio_gdbserver_template): Delete.
17618 (${board}_get_remote_address): Update.
17619 (${board}_build_remote_cmd): Delete.
17620 (${board}_get_comm_port): New function.
17621 (${board}_spawn): Update.
17622 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
17623 Delete.
17624 (${board}_get_remote_address): Update.
17625 (${board}_get_comm_port): New function.
17626
fc98a809
AB
176272014-04-16 Andrew Burgess <aburgess@broadcom.com>
17628
17629 * gdb.base/memattr.exp: Improve regexps to handle memory regions
17630 appearing in any order.
17631
87fd9e6e
DE
176322014-04-15 Doug Evans <dje@google.com>
17633
17634 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
17635 uninitialized value of "description".
17636
099fc3ea
KS
176372014-04-15 Keith Seitz <keiths@redhat.com>
17638
17639 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
17640 Remove unused globals.
17641 (test_running_the_program): Likewise.
17642 (test_controlled_execution): Likewise.
17643 (test_controlling_breakpoints): Likewise.
17644 (test_program_termination): Likewise.
17645
5da151d4
KS
176462014-04-15 Keith Seitz <keiths@redhat.com>
17647
17648 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
17649 unused globals.
17650 (test_rbreak_creation_and_listing): Likewise.
17651 (test_ignore_count): Likewise.
17652 (test_error): Likewise.
17653
35e5d2f0
PA
176542014-04-15 Pedro Alves <palves@redhat.com>
17655
17656 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
17657 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
17658 sym-file-loader.c.
17659 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
17660 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
17661 to sym-file-loader.c.
17662 (struct library): Forward declare.
17663 (load_shlib, lookup_function): Change prototypes.
17664 (find_shstrtab, find_strtab, find_shdr, find_symtab)
17665 (translate_offset): Remove declarations.
17666 (get_text_addr): New declaration.
17667 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
17668 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
17669 sym-file-loader.h.
17670 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
17671 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
17672 here from sym-file-loader.h.
17673 (struct library): New structure.
17674 (load_shlib, lookup_function): Change prototypes and adjust to
17675 work with a struct library.
17676 (find_shstrtab, find_strtab, find_shdr, find_symtab)
17677 (translate_offset): Make static.
17678 (get_text_addr): New function.
17679 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
17680
eb4c1710
PA
176812014-04-15 Pedro Alves <palves@redhat.com>
17682
17683 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
17684
2d1baf52
PA
176852014-04-15 Pedro Alves <palves@redhat.com>
17686
17687 * gdb.base/sym-file-loader.c: Include <limits.h>.
17688 (SELF_LINK): New define.
17689 (get_origin): New function.
17690 (load_shlib): Use it.
17691 * gdb.base/sym-file.exp: Don't early return if the target is
17692 remote. Use runto_main, and issue fail is that fails. Use
17693 gdb_load_shlibs.
17694 (shlib_name): Delete.
17695 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
17696
7dd6df01
PA
176972014-04-15 Pedro Alves <palves@redhat.com>
17698
17699 * gdb.base/sym-file.exp: Remove regex characters from test
17700 message. Don't refer to breakpoint numbers in test messages.
17701
b50c8614
KS
177022014-04-14 Keith Seitz <keiths@redhat.com>
17703
17704 PR c++/16253
17705 * gdb.cp/var-tag.cc: New file.
17706 * gdb.cp/var-tag.exp: New file.
17707 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
17708 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
17709 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
17710 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
17711
3d567982
TT
177122014-04-14 Tom Tromey <tromey@redhat.com>
17713
17714 * gdb.cp/classes.exp (test_enums): Handle underlying type.
17715 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
17716 type.
17717 * gdb.cp/enum-class.exp: New file.
17718 * gdb.cp/enum-class.cc: New file.
17719
0626fc76
TT
177202014-04-14 Tom Tromey <tromey@redhat.com>
17721
17722 * gdb.dwarf2/enum-type.exp: New file.
17723
dca325b3
SA
177242014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17725
17726 * gdb.mi/mi-vla-c99.exp: New file.
17727 * gdb.mi/vla.c: New file.
17728
5854b38a
SA
177292014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17730
17731 * gdb.base/vla-datatypes.c: New file.
17732 * gdb.base/vla-datatypes.exp: New file.
17733
463bb957
SA
177342014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17735
17736 * gdb.base/vla-ptr.c: New file.
17737 * gdb.base/vla-ptr.exp: New file.
17738
3dd170be
SA
177392014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17740
17741 * gdb.dwarf2/count.exp: New file.
17742
5ecaaa66
SA
177432014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17744
17745 * gdb.base/vla-sideeffect.c: New file.
17746 * gdb.base/vla-sideeffect.exp: New file.
17747
41f1ada5
DB
177482014-04-14 David Blaikie <dblaikie@gmail.com>
17749
17750 * gdb.mi/non-stop.c: Add return value for non-void function return
17751 statement.
17752 * gdb.threads/staticthreads.c: Ditto.
17753
0be03e84
DE
177542014-04-12 Siva Chandra Reddy <sivachandra@google.com>
17755 Doug Evans <xdje42@gmail.com>
17756
17757 * gdb.guile/scm-value.c: Improve test case.
17758 * gdb.guile/scm-value.exp: Add new test.
17759
f180a1fb
DB
177602014-04-11 David Blaikie <dblaikie@gmail.com>
17761
17762 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
17763 override Clang's default.
17764
6b662e19
JB
177652014-04-11 Joel Brobecker <brobecker@adacore.com>
17766
17767 Revert the following changes (regressions):
17768
17769 * gdb.base/vla-sideeffect.c: New file.
17770 * gdb.base/vla-sideeffect.exp: New file.
17771
17772 * gdb.dwarf2/count.exp: New file.
17773
17774 * gdb.base/vla-multi.c: New file.
17775 * gdb.base/vla-multi.exp: New file.
17776
17777 * gdb.base/vla-ptr.c: New file.
17778 * gdb.base/vla-ptr.exp: New file.
17779
17780 * gdb.base/vla-datatypes.c: New file.
17781 * gdb.base/vla-datatypes.exp: New file.
17782
17783 * gdb.mi/mi-vla-c99.exp: New file.
17784 * gdb.mi/vla.c: New file.
17785
245a5f0b
KS
177862014-04-11 Keith Seitz <keiths@redhat.com>
17787
17788 PR c++/16675
17789 * gdb.cp/cpsizeof.exp: New file.
17790 * gdb.cp/cpsizeof.cc: New file.
17791
58a84dcf
SA
177922014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17793
191a8a90
JB
17794 * gdb.mi/mi-vla-c99.exp: New file.
17795 * gdb.mi/vla.c: New file.
58a84dcf 17796
c8655f75
SA
177972014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17798
17799 * gdb.base/vla-datatypes.c: New file.
17800 * gdb.base/vla-datatypes.exp: New file.
17801
024e13b4
SA
178022014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17803
17804 * gdb.base/vla-ptr.c: New file.
17805 * gdb.base/vla-ptr.exp: New file.
17806
1a237e0e
SA
178072014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17808
17809 * gdb.base/vla-multi.c: New file.
17810 * gdb.base/vla-multi.exp: New file.
17811
504f3432
SA
178122014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17813
17814 * gdb.dwarf2/count.exp: New file.
17815
3bce8237
SA
178162014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17817
191a8a90
JB
17818 * gdb.base/vla-sideeffect.c: New file.
17819 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 17820
322f9c21
YQ
178212014-04-11 Yao Qi <yao@codesourcery.com>
17822
17823 * gdb.base/completion.exp: Check file exists before running tests
17824 on file completion.
17825
d708bcd1
PA
178262014-04-10 Pedro Alves <palves@redhat.com>
17827
17828 * gdb.base/cond-eval-mode.c: New file.
17829 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
17830 prepare_for_testing to build the new file. Check result of
17831 runto_main.
17832 (test_break, test_watch): New procedures.
17833 (top level): Use them.
17834
ae1d2761
PM
178352014-04-08 Pierre Muller <muller@sourceware.org>
17836
17837 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
17838 Ctrl-V use for mingw hosts.
17839
7af389b8
SC
178402014-04-07 Siva Chandra Reddy <sivachandra@google.com>
17841
17842 * gdb.python/py-value.c: Improve test case.
17843 * gdb.python/py-value.exp: Add new test.
17844
5e703181
DE
178452014-04-07 David Blaikie <dblaikie@gmail.com>
17846
17847 * lib/compiler.c: Identify the clang compiler.
17848 * lib/compiler.cc: Ditto.
17849
9810b410
YQ
178502014-04-03 Yao Qi <yao@codesourcery.com>
17851
17852 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
17853
98d1b8dc
AB
178542014-04-01 Anton Blanchard <anton@samba.org>
17855
17856 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
17857 messages unique.
17858
3114cea1
AB
178592014-04-01 Anton Blanchard <anton@samba.org>
17860
17861 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
17862 prepare_for_testing.
17863
62f7182c
AB
178642014-04-01 Anton Blanchard <anton@samba.org>
17865
17866 * gdb.arch/ppc64-atomic-inst.c: Remove.
17867 * gdb.arch/ppc64-atomic-inst.S: New file.
17868 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
17869
770e7fc7
DE
178702014-03-31 Doug Evans <dje@google.com>
17871
17872 * gdb.base/print-symbol-loading-lib.c: New file.
17873 * gdb.base/print-symbol-loading-main.c: New file.
17874 * gdb.base/print-symbol-loading.exp: New file.
17875
46e2bafa
YQ
178762014-03-31 Yao Qi <yao@codesourcery.com>
17877
17878 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
17879
8776cfe9
JB
178802014-03-28 Joel Brobecker <brobecker@adacore.com>
17881
17882 * gdb.ada/mi_dyn_arr: New testcase.
17883
5d1ef361
DE
178842014-03-27 Doug Evans <dje@google.com>
17885
17886 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
17887
b5bee914
YQ
178882014-03-27 Yao Qi <yao@codesourcery.com>
17889
17890 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
17891 if target is nios2-*-*.
17892
0d4d0e77
YQ
178932014-03-26 Yao Qi <yao@codesourcery.com>
17894
17895 * lib/gdb.exp (readline_is_used): New proc.
17896 * gdb.base/completion.exp: Move tests on command complete up.
17897 Skip the rest of tests if readline is not used.
17898 * gdb.ada/complete.exp: Skp the test if readline is not
17899 used.
17900 * gdb.base/filesym.exp: Likewise.
17901 * gdb.base/macscp.exp: Likewise.
17902 * gdb.base/readline-ask.exp: Likewise.
17903 * gdb.base/readline.exp: Likewise.
17904 * gdb.python/py-cmd.exp: Likewise.
17905 * gdb.trace/tfile.exp: Likewise.
17906
29361eee
YQ
179072014-03-26 Yao Qi <yao@codesourcery.com>
17908
17909 * gdb.base/macscp.exp: Fix code format issues.
17910
bc9a5525
UW
179112014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
17912
17913 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
17914 * gdb.asm/powerpc64le.inc: New file.
17915
d3839ede
PA
179162014-03-25 Pedro Alves <palves@redhat.com>
17917 Doug Evans <dje@google.com>
17918
17919 * gdb.base/source-execution.c: New file.
17920 * gdb.base/source-execution.exp: New file.
17921 * gdb.base/source-execution.gdb: New file.
17922
01672a57
DE
179232014-03-24 Doug Evans <dje@google.com>
17924
17925 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
17926 using fission.
17927
88bbeca9
HZ
179282014-03-24 Hui Zhu <hui@codesourcery.com>
17929 Pedro Alves <palves@redhat.com>
17930
17931 PR breakpoints/16101
17932 * gdb.base/dprintf.exp: Use unsupported rather than changing the
17933 test pass/fail messages. Detect missing support for dprintf when
17934 breakpoints are actually inserted.
17935 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
17936 breakpoints are actually inserted.
17937 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
17938 fails.
17939
d2348791
JK
179402014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
17941
17942 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
17943
feef67ab
DE
179442014-03-22 Doug Evans <xdje42@gmail.com>
17945
17946 * gdb.python/python.exp (python not supported): Verify multi-line
17947 python command issues an error.
25d743f9 17948 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 17949 guile command issues an error.
feef67ab 17950
ecebef6a
MR
179512014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
17952
17953 * gdb.threads/thread-specific.exp: Handle the lack of usable
17954 $this_breakpoint and $this_thread.
17955
ccdd1909
HZ
179562014-03-21 Hui Zhu <hui@codesourcery.com>
17957
17958 * gdb.base/attach.exp (do_command_attach_tests): New.
17959
beb460e8
PA
179602014-03-20 Tom Tromey <tromey@redhat.com>
17961 Pedro Alves <palves@redhat.com>
17962
17963 PR cli/15718
17964 * gdb.base/condbreak-call-false.c: New file.
17965 * gdb.base/condbreak-call-false.exp: New file.
17966
40acf43a
PA
179672014-03-20 Pedro Alves <palves@redhat.com>
17968
17969 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
17970 Delete.
17971 (block_signals, unblock_signals): Delete.
17972 (child_function_2, main): Remove references to deleted variable
17973 and functions.
17974
9f5e1e02
PA
179752014-03-20 Pedro Alves <palves@redhat.com>
17976
17977 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
17978 Use pthread_kill to signal thread 2.
17979 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17980 Adjust to make the test send itself a signal rather than using the
17981 host's "kill" command.
17982
99619bea
PA
179832014-03-20 Pedro Alves <palves@redhat.com>
17984
17985 * gdb.threads/multiple-step-overs.c: New file.
17986 * gdb.threads/multiple-step-overs.exp: New file.
17987 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17988 Adjust expected infrun debug output.
17989
2adfaa28
PA
179902014-03-20 Pedro Alves <palves@redhat.com>
17991
17992 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
17993 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
17994
31e77af2
PA
179952014-03-20 Pedro Alves <palves@redhat.com>
17996
17997 PR breakpoints/7143
17998 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
17999 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
18000 of gdb_test_multiple.
18001 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
18002 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
18003
b9f437de
PA
180042014-03-20 Pedro Alves <palves@redhat.com>
18005
18006 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
18007 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
18008
05adc73e
PA
180092014-03-19 Pedro Alves <palves@redhat.com>
18010
18011 * gdb.base/async.exp: Remove early return.
18012
6048b950
PA
180132014-03-19 Pedro Alves <palves@redhat.com>
18014
18015 * gdb.base/async.exp (step& tests): Pass explicit test messages.
18016
8bcfb00a
PA
180172014-03-19 Pedro Alves <palves@redhat.com>
18018
18019 * gdb.base/async.exp (test_background): Expect \r\n after
18020 "completed." in the fail pattern.
18021
884e37dc
PA
180222014-03-19 Pedro Alves <palves@redhat.com>
18023
18024 * gdb.base/async.exp (test_background): New procedure.
18025 Use it for all background execution command tests.
18026
148e57e2
PA
180272014-03-19 Pedro Alves <palves@redhat.com>
18028
18029 * gdb.base/async.exp: Use prepare_for_testing.
18030
f48088c7
PA
180312014-03-19 Pedro Alves <palves@redhat.com>
18032
18033 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
18034 the same line.
18035
e2f6c966
PA
180362014-03-19 Pedro Alves <palves@redhat.com>
18037
18038 * gdb.base/async.c (main): Add "jump here" and "until here" line
18039 marker comments.
18040 * gdb.base/async.exp (jump_here): New global.
18041 (jump& test): Use it.
18042 (until_here): New global.
18043 (until& test): Use it.
18044
c30568d4
PA
180452014-03-19 Pedro Alves <palves@redhat.com>
18046
18047 * gdb.base/async.exp: Don't frob gdb_protocol.
18048
0172b6a7
DE
180492014-03-18 Doug Evans <xdje42@gmail.com>
18050
18051 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
18052 Fix spelling of exec-done-display.
18053
06c868a8
JK
180542014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
18055
18056 PR gdb/15358
18057 * gdb.base/gdb-sigterm.c: New file.
18058 * gdb.base/gdb-sigterm.exp: New file.
18059
0c7e1a46
PA
180602014-03-18 Pedro Alves <palves@redhat.com>
18061
18062 PR gdb/13860
18063 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
18064 * lib/mi-support.exp (mi_expect_stop): Add special handling for
18065 solib-event.
18066
f7c77d93
JB
180672014-03-17 Joel Brobecker <brobecker@adacore.com>
18068
18069 * gdb.ada/pckd_arr_ren: New testcase.
18070
5a1e8c7a
DE
180712014-03-13 Doug Evans <xdje42@gmail.com>
18072
18073 PR guile/16612
18074 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
18075 collect after discarding symbols.
18076
350e1a76
DE
180772014-03-13 Ludovic Courtès <ludo@gnu.org>
18078 Doug Evans <xdje42@gmail.com>
18079
18080 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
18081 to history survives a gc.
18082
a69900ae
PA
180832014-03-13 Pedro Alves <palves@redhat.com>
18084
18085 * gdb.base/default.exp: Don't test "target procfs".
18086
5db9f0bd
PA
180872014-03-13 Pedro Alves <palves@redhat.com>
18088
18089 * gdb.base/default.exp: Update "target child" and "target procfs"
18090 tests to not expect "Unix".
18091
b3ccfe11
TT
180922014-03-12 Tom Tromey <tromey@redhat.com>
18093
18094 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
18095 New procs. Add target-async tests.
18096 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
18097 Add target-async tests.
18098
646f4417
AA
180992014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18100
18101 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
18102 'func_start' and 'func_end' for the beginning and end of the
18103 function code, respectively.
18104 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
18105 'func_end' instead of 'func' and 'main'.
18106
288c211f
AA
181072014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18108
18109 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
18110 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
18111 generate the debug info assembler source.
18112
e0c0f156
AA
181132014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18114
18115 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
18116 * gdb.dwarf2/arr-subrange.exp: Likewise.
18117 * gdb.dwarf2/dwz.exp: Likewise.
18118 * gdb.dwarf2/method-ptr.exp: Likewise.
18119 * gdb.dwarf2/missing-sig-type.exp: Likewise.
18120 * gdb.dwarf2/subrange.exp: Likewise.
18121 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
18122 * gdb.dwarf2/implptrpiece.exp: Likewise.
18123 * gdb.dwarf2/nostaticblock.exp: Likewise.
18124
0e5c4555
AA
181252014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18126
18127 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
18128 directory to absolute path name arguments.
18129
5ec18f2b
JG
181302014-03-10 Joel Brobecker <brobecker@adacore.com>
18131
18132 * gdb.ada/tagged_access: New testcase.
18133
847fc4f2
MM
181342014-03-07 Markus Metzger <markus.t.metzger@intel.com>
18135
18136 * gdb.btrace/data.exp: Update expected output.
18137
cc3da688
YQ
181382014-03-06 Yao Qi <yao@codesourcery.com>
18139
18140 * gdb.trace/pr16508.exp: New file.
18141
0f26cec1
PA
181422014-03-05 Pedro Alves <palves@redhat.com>
18143
18144 PR gdb/16575
18145 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
18146 procedure.
18147 (top level): Adjust to use it. Add tests that exercise breakpoint
18148 interaction with the code-cache.
18149
7a5a839f
LC
181502014-02-26 Ludovic Courtès <ludo@gnu.org>
18151
18152 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
18153 test for 'history-append!'.
18154
31aa7e4e
JB
181552014-02-26 Joel Brobecker <brobecker@adacore.com>
18156
18157 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
18158 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
18159 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
18160 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
18161 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
18162 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
18163
1b588015
JB
181642014-02-26 Joel Brobecker <brobecker@adacore.com>
18165
18166 * testsuite/gdb.python/py-pp-re-notag.c: New file.
18167 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
18168 * testsuite/gdb.python/py-pp-re-notag.p: New file.
18169
55426c9d
JB
181702014-02-26 Joel Brobecker <brobecker@adacore.com>
18171
18172 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
18173
dc53a7ad
JB
181742014-02-26 Joel Brobecker <brobecker@adacore.com>
18175
18176 * gdb.dwarf2/arr-stride.c: New file.
18177 * gdb.dwarf2/arr-stride.exp: New file.
18178
12ab52e9
PA
181792014-02-26 Pedro Alves <palves@redhat.com>
18180
18181 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
18182 that won't ever trigger. Make sure that GDB reports the correct
18183 breakpoint that caused the stop.
18184
849c862e
JK
181852014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18186
18187 PR gdb/16626
18188 * gdb.base/auto-load-script: New file.
18189 * gdb.base/auto-load.c: New file.
18190 * gdb.base/auto-load.exp: New file.
18191
71b7d793
JK
18192 PR gdb/16626
18193 * gdb.base/auto-load.exp: Fix out-of-srctree run.
18194
e2f0d509
JK
181952014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18196
18197 Fix dw2-icycle.exp -fsanitize=address GDB crash.
18198 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
18199
50cc37c8
DE
182002014-02-24 Doug Evans <dje@google.com>
18201
18202 * lib/gdb.exp (run_on_host): Log error output if program fails.
18203
ea4758f2
PA
182042014-02-21 Pedro Alves <palves@redhat.com>
18205
18206 * gdb.threads/step-after-sr-lock.c: Rename to ...
18207 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
18208 * gdb.threads/step-after-sr-lock.exp: Rename to ...
18209 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
18210 ... this.
18211
d7b30f67
SDJ
182122014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
18213
18214 PR tdep/16397
18215 * gdb.arch/amd64-stap-special-operands.exp: New file.
18216 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
18217 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
18218 * gdb.arch/amd64-stap-triplet.S: Likewise.
18219 * gdb.arch/amd64-stap-triplet.c: Likewise.
18220
83deb43f
JB
182212014-02-20 Joel Brobecker <brobecker@adacore.com>
18222
18223 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
18224 in .section pseudo-op.
18225
adde2bff
DE
182262014-02-20 lin zuojian <manjian2006@gmail.com>
18227 Joel Brobecker <brobecker@adacore.com>
18228 Doug Evans <xdje42@gmail.com>
18229
18230 PR symtab/16581
18231 * gdb.dwarf2/dw2-icycle.S: New file.
18232 * gdb.dwarf2/dw2-icycle.c: New file.
18233 * gdb.dwarf2/dw2-icycle.exp: New file.
18234
f7bd0f78
SC
182352014-02-19 Siva Chandra Reddy <sivachandra@google.com>
18236
18237 * gdb.python/py-value-cc.cc: Improve test case to enable testing
18238 operations on gdb.Value objects.
18239 * gdb.python/py-value-cc.exp: Add new test to test operations on
18240 gdb.Value objects.
18241
c17ef0d5
DE
182422014-02-18 Doug Evans <dje@google.com>
18243
18244 * Makefile.in (TESTS): New variable.
18245 (expanded_tests, expanded_tests_or_none): New variables
18246 (check-single): Pass $(expanded_tests_or_none) to runtest.
18247 (check-parallel): Only run tests in $(TESTS) if non-empty.
18248 (check/no-matching-tests-found): New rule.
18249 * README: Document TESTS makefile variable.
18250
5dd3176f
DE
182512014-02-18 Doug Evans <dje@google.com>
18252
18253 * Makefile.in (check-parallel): rm -rf outputs temp.
18254
0b10be4f
JK
182552014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
18256
18257 Fix "ERROR: no fileid for" in the testsuite.
18258 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
18259
85f224e7
DE
182602014-02-12 Doug Evans <dje@google.com>
18261
18262 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
18263 (MISCELLANEOUS): New variable.
18264 (clean): rm -rf $(MISCELLANEOUS).
18265 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
18266 dwp live in the same directory as symlinks, with each symlink pointed
18267 to a differently named file in a different directory.
18268
149b30ff
DE
182692014-02-11 Doug Evans <dje@google.com>
18270
18271 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
18272 of Tcl file commands.
18273
1dfdac32
MK
182742014-02-10 Mark Kettenis <kettenis@gnu.org>
18275
18276 * gdb.threads/step-after-sr-lock.exp: Avoid executing
18277 "kill -SIGUSR1 -1".
18278
aa4fb036
JB
182792014-02-10 Joel Brobecker <brobecker@adacore.com>
18280
18281 * gdb.ada/tick_length_array_enum_idx: New testcase.
18282
ed3ef339
DE
182832014-02-10 Doug Evans <xdje42@gmail.com>
18284
18285 * configure.ac (AC_OUTPUT): Add gdb.guile.
18286 * configure: Regenerate.
18287 * lib/gdb-guile.exp: New file.
18288 * lib/gdb.exp (get_target_charset): New function.
18289 * gdb.base/help.exp: Update expected output from "apropos apropos".
18290 * gdb.guile/Makefile.in: New file.
18291 * gdb.guile/guile.exp: New file.
18292 * gdb.guile/scm-arch.c: New file.
18293 * gdb.guile/scm-arch.exp: New file.
18294 * gdb.guile/scm-block.c: New file.
18295 * gdb.guile/scm-block.exp: New file.
18296 * gdb.guile/scm-breakpoint.c: New file.
18297 * gdb.guile/scm-breakpoint.exp: New file.
18298 * gdb.guile/scm-disasm.c: New file.
18299 * gdb.guile/scm-disasm.exp: New file.
18300 * gdb.guile/scm-equal.c: New file.
18301 * gdb.guile/scm-equal.exp: New file.
18302 * gdb.guile/scm-error.exp: New file.
18303 * gdb.guile/scm-error.scm: New file.
18304 * gdb.guile/scm-frame-args.c: New file.
18305 * gdb.guile/scm-frame-args.exp: New file.
18306 * gdb.guile/scm-frame-args.scm: New file.
18307 * gdb.guile/scm-frame-inline.c: New file.
18308 * gdb.guile/scm-frame-inline.exp: New file.
18309 * gdb.guile/scm-frame.c: New file.
18310 * gdb.guile/scm-frame.exp: New file.
18311 * gdb.guile/scm-generics.exp: New file.
18312 * gdb.guile/scm-gsmob.exp: New file.
18313 * gdb.guile/scm-iterator.c: New file.
18314 * gdb.guile/scm-iterator.exp: New file.
18315 * gdb.guile/scm-math.c: New file.
18316 * gdb.guile/scm-math.exp: New file.
18317 * gdb.guile/scm-objfile-script-gdb.in: New file.
18318 * gdb.guile/scm-objfile-script.c: New file.
18319 * gdb.guile/scm-objfile-script.exp: New file.
18320 * gdb.guile/scm-objfile.c: New file.
18321 * gdb.guile/scm-objfile.exp: New file.
18322 * gdb.guile/scm-ports.exp: New file.
18323 * gdb.guile/scm-pretty-print.c: New file.
18324 * gdb.guile/scm-pretty-print.exp: New file.
18325 * gdb.guile/scm-pretty-print.scm: New file.
18326 * gdb.guile/scm-section-script.c: New file.
18327 * gdb.guile/scm-section-script.exp: New file.
18328 * gdb.guile/scm-section-script.scm: New file.
18329 * gdb.guile/scm-symbol.c: New file.
18330 * gdb.guile/scm-symbol.exp: New file.
18331 * gdb.guile/scm-symtab-2.c: New file.
18332 * gdb.guile/scm-symtab.c: New file.
18333 * gdb.guile/scm-symtab.exp: New file.
18334 * gdb.guile/scm-type.c: New file.
18335 * gdb.guile/scm-type.exp: New file.
18336 * gdb.guile/scm-value-cc.cc: New file.
18337 * gdb.guile/scm-value-cc.exp: New file.
18338 * gdb.guile/scm-value.c: New file.
18339 * gdb.guile/scm-value.exp: New file.
18340 * gdb.guile/source2.scm: New file.
18341 * gdb.guile/types-module.cc: New file.
18342 * gdb.guile/types-module.exp: New file.
18343
7026a7c1
YQ
183442014-02-10 Yao Qi <yao@codesourcery.com>
18345
18346 PR testsuite/16543
18347 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
18348 * configure: Regenerated.
18349 * Makefile.in: New file.
18350
6c466447
AS
183512014-02-08 Andreas Schwab <schwab@linux-m68k.org>
18352
18353 * gdb.python/py-framefilter.exp: Fix typo.
18354
6e854735
YQ
183552014-02-08 Yao Qi <yao@codesourcery.com>
18356
18357 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
18358 that no =breakpoint-modified is emitted when breakpoints are
18359 modified through MI commands.
18360
d137e6dc
PA
183612014-02-07 Pedro Alves <pedro@codesourcery.com>
18362 Pedro Alves <palves@redhat.com>
18363
18364 * gdb.threads/step-after-sr-lock.c: New file.
18365 * gdb.threads/step-after-sr-lock.exp: New file.
18366
b5ee5a50
PA
183672014-02-07 Pedro Alves <palves@redhat.com>
18368
18369 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
18370
3c77faf3
JK
183712014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
18372
18373 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
18374 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
18375
6dddc817
DE
183762014-02-06 Doug Evans <xdje42@gmail.com>
18377
18378 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
18379 output.
18380
18381 * gdb.gdb/python-interrupts.exp: New file.
18382
de7b2893
YQ
183832014-02-05 Yao Qi <yao@codesourcery.com>
18384
18385 * gdb.trace/report.exp (use_collected_data): Test the output
18386 of "info threads" and "info inferiors".
18387
66d032ac
YQ
183882014-02-05 Yao Qi <yao@codesourcery.com>
18389
18390 Revert this patch:
18391
18392 2013-05-24 Yao Qi <yao@codesourcery.com>
18393
18394 * gdb.trace/tfile.exp: Test inferior and thread.
18395
591a12a1
UW
183962014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18397
18398 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
18399 on a function.
18400 * gdb.base/step-bt.c: Call hello via function pointer to make
18401 sure its first instruction is executed on powerpc64le-linux.
18402
0ff3e01f
UW
184032014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18404
18405 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
18406
084ee545
UW
184072014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18408
18409 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
18410 of the test patterns for use on little-endian systems.
18411
6ed14ff3
UW
184122014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18413
18414 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
18415 (decimal_vector): Fix for little-endian.
18416
401e27fd
JM
184172014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
18418
18419 * gdb.arch/sparc-sysstep.exp: New file.
18420 * gdb.arch/sparc-sysstep.c: Likewise.
18421
18422 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
18423
8b924729
EBM
184242014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18425
18426 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
18427
fb151210
JB
184282014-01-23 Tom Tromey <tromey@redhat.com>
18429
18430 * gdb.ada/array_char_idx: New testcase.
18431
0740f8d8
TT
184322014-01-23 Tom Tromey <tromey@redhat.com>
18433
18434 PR python/16487:
18435 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
18436 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
18437 classes.
18438
21909fa1
TT
184392014-01-23 Tom Tromey <tromey@redhat.com>
18440
18441 PR python/16491:
18442 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
18443 string from an inferior frame.
18444 * gdb.python/py-framefilter-mi.exp: Update.
18445
87ce2a04
DE
184462014-01-22 Doug Evans <dje@google.com>
18447
18448 * gdb.server/server-mon.exp: Add tests for "set debug-format".
18449
237b092b
AA
184502014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18451
18452 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
18453
d674a709
AA
184542014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18455
18456 * gdb.trace/entry-values.exp: Remove excess space character from
18457 regex patterns. Handle s390 call instruction.
18458
20fa3390
AA
184592014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18460
18461 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
18462 define "*_start" label. Make "name" static.
18463 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
18464 ${name} by references to ${name}_start.
18465
78466714
AA
184662014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18467
18468 * gdb.base/info-macros.exp: Remove "debug" from the compile
18469 options.
18470
ec9f644a
IB
184712014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18472
18473 * gdb.dlang/demangle.exp: New file.
18474
94b1b47e
IB
184752014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18476
18477 * gdb.dlang/primitive-types.exp: New file.
18478
7f420862
IB
184792014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18480
18481 * configure.ac: Create gdb.dlang/Makefile.
18482 * configure: Regenerate.
18483 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
18484 * gdb.dlang/Makefile.in: New file.
18485 * lib/d-support.exp: New file.
18486 * lib/gdb.exp (skip_d_tests): New proc.
18487
52834460
MM
184882014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18489
18490 * gdb.btrace/delta.exp: Check reverse stepi.
18491 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
18492 * gdb.btrace/finish.exp: New.
18493 * gdb.btrace/next.exp: New.
18494 * gdb.btrace/nexti.exp: New.
18495 * gdb.btrace/record_goto.c: Add comments.
18496 * gdb.btrace/step.exp: New.
18497 * gdb.btrace/stepi.exp: New.
18498 * gdb.btrace/multi-thread-step.c: New.
18499 * gdb.btrace/multi-thread-step.exp: New.
18500 * gdb.btrace/rn-dl-bind.c: New.
18501 * gdb.btrace/rn-dl-bind.exp: New.
18502 * gdb.btrace/data.c: New.
18503 * gdb.btrace/data.exp: New.
18504 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
18505
6e07b1d2
MM
185062014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18507
18508 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
18509 * gdb.btrace/exception.exp: Update.
18510 * gdb.btrace/instruction_history.exp: Update.
18511 * gdb.btrace/record_goto.exp: Update.
18512 * gdb.btrace/tailcall.exp: Update.
18513 * gdb.btrace/unknown_functions.exp: Update.
18514 * gdb.btrace/delta.exp: New.
18515
0b722aec
MM
185162014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18517
18518 * gdb.btrace/record_goto.exp: Add backtrace test.
18519 * gdb.btrace/tailcall.exp: Add backtrace test.
18520
066ce621
MM
185212014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18522
18523 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
18524 * gdb.btrace/record_goto.c: New.
18525 * gdb.btrace/record_goto.exp: New.
18526 * gdb.btrace/x86-record_goto.S: New.
18527
0688d04e
MM
185282014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18529
18530 * gdb.btrace/function_call_history.exp: Update tests.
18531 * gdb.btrace/instruction_history.exp: Update tests.
18532
8710b709
MM
185332014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18534
18535 * gdb.btrace/function_call_history.exp: Fix expected field
18536 order for "record function-call-history".
18537 Add new tests for "record function-call-history /c".
18538 * gdb.btrace/exception.cc: New.
18539 * gdb.btrace/exception.exp: New.
18540 * gdb.btrace/tailcall.exp: New.
18541 * gdb.btrace/x86-tailcall.S: New.
18542 * gdb.btrace/x86-tailcall.c: New.
18543 * gdb.btrace/unknown_functions.c: New.
18544 * gdb.btrace/unknown_functions.exp: New.
18545 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
18546
5de9129b
MM
185472014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18548
18549 * gdb.btrace/instruction_history.exp: Update.
18550 * gdb.btrace/function_call_history.exp: Update.
18551
23a7fe75
MM
185522014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18553
18554 * gdb.btrace/function_call_history.exp: Fix expected function
18555 trace.
18556 * gdb.btrace/instruction_history.exp: Initialize traced.
18557 Remove traced_functions.
18558
724c7dd8
MM
185592014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18560
18561 * gdb.btrace/function_call_history.exp: Update
18562 * gdb.btrace/instruction_history.exp: Update.
18563
6d78d93b
MM
185642014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18565
18566 * gdb.btrace/enable.exp: Update expected text.
18567
93a360cc
OJ
185682014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
18569
18570 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
18571 bytes.
18572
3772b53f
MR
185732014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
18574
18575 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
18576
596662fa
OJ
185772014-01-15 Omair Javaid <omair.javaid@linaro.org>
18578
18579 * lib/gdb.exp (supports_process_record): Return true for
18580 arm*-linux*. (supports_reverse): Likewise.
18581
b5b08fb4
SC
185822014-01-13 Siva Chandra Reddy <sivachandra@google.com>
18583
18584 PR python/15464
18585 PR python/16113
18586 * gdb.python/py-type.c: Enhance test case.
18587 * gdb.python/py-value-cc.cc: Likewise
18588 * gdb.python/py-type.exp: Add new tests.
18589 * gdb.python/py-value-cc.exp: Likewise
18590
52d7fb13
AA
185912014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
18592 Pedro Alves <palves@redhat.com>
18593
18594 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
18595 Make "name" extern.
18596 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
18597 references to ${name}_start by references to ${name}.
18598
a2cd8cfe
JB
185992014-01-10 Joel Brobecker <brobecker@adacore.com>
18600
18601 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
18602
4e23fced
JB
186032014-01-10 Joel Brobecker <brobecker@adacore.com>
18604
18605 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
18606
c6a9e42c
PA
186072014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
18608 Pedro Alves <palves@redhat.com>
18609
18610 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 18611 mi_gdb_target_load.
c6a9e42c 18612
b7ea362b
PA
186132014-01-08 Pedro Alves <palves@redhat.com>
18614
18615 * gdb.threads/reconnect-signal.c: New file.
18616 * gdb.threads/reconnect-signal.exp: New file.
18617
5e3f4fab
EBM
186182014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
18619
18620 * gdb.base/source-dir.exp: New file.
18621
79301218
JB
186222014-01-07 Joel Brobecker <brobecker@adacore.com>
18623
18624 * gdb.ada/mi_interface: New testcase.
18625
8e355c5d
JB
186262014-01-07 Joel Brobecker <brobecker@adacore.com>
18627
18628 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
18629 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
18630 gdb.ada/pp-rec-component/pck.ads: New files.
18631
c0d48811
JB
186322014-01-07 Joel Brobecker <brobecker@adacore.com>
18633
18634 * gdb.python/py-pp-integral.c: New file.
18635 * gdb.python/py-pp-integral.py: New file.
18636 * gdb.python/py-pp-integral.exp: New file.
18637
17b609c3 18638For older changes see ChangeLog-1993-2013.
c906108c 18639\f
8d8cb839
EZ
18640;; Local Variables:
18641;; mode: change-log
18642;; left-margin: 8
18643;; fill-column: 74
18644;; version-control: never
18645;; End:
902f2ccb 18646
b811d2c2 18647 Copyright 2014-2020 Free Software Foundation, Inc.
902f2ccb
MC
18648 Copying and distribution of this file, with or without modification,
18649 are permitted provided the copyright notice and this notice are preserved.